diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0c378..c47bc86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.3.0] - 2020-09-19 + ## Added - Thaumcraft and AuraControl for that sometimes thaumcraft feel - Ore Stone Variants joins the fight! - - certus quartz occurs regularly in the igneous rocks - - add certus quartz and amber sand that spawns in rivers + - certus quartz occurs regularly in the igneous rocks at certain depths + - certus quartz and amber sand that spawns in rivers + - QuarryPlus for a nice BC quarry + - sit, because we deserve a break + - carry on, for delivering gifts and moving house + - waddles, for the most adorable friends + - better railroads to make rail transport more viable in this wild modded world + - magical psi for spell crafting + - corpse, a simple gravestone mod + - controlled burn, to make lightning not cause fires + - nether chest, to complement the ender chest + - serene seasons, because how could you not + - project red, for a smoother more flexible redstone experience + - ender storage for convenience and pouches + - tweaked ender storage to be part of arcane archives + - disabled magical forests for now (too frequent), they will be re-enabled later + - tweaked a serene season to be 504 mc days, ie 1 earth week per serene season + - disable as many welcome messages as I could... ## Changed - blacklisted many biomes for bewitchment trees @@ -20,6 +38,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - continued to fiddle with embers small ruins - removed roots huts - waystones do not work interdimensionally, they cost 1 level / 500 blocks travelled + - mortar recipes that were OP such as 1 rod -> 5 powder and the wool recipe + - nerfed mystical world silk thread quite a bit + - tweaked the nether to be a little more vanilla + - osmium spawns only in igneous rocks in to 0 - 50 range, and is a little less common than iron + - config chisels and bits so that it will allow bop dirt + +## Removed + - corrail tombstone, a wild and crazy gravestone mod + - roguelike dungeons was not configurable enough it may make a comeback later ## [0.2.0] - 2020-09-11 diff --git a/server-patches/unreleased/config/AppliedEnergistics2/AppliedEnergistics2.cfg b/modpack/config/AppliedEnergistics2/AppliedEnergistics2.cfg similarity index 100% rename from server-patches/unreleased/config/AppliedEnergistics2/AppliedEnergistics2.cfg rename to modpack/config/AppliedEnergistics2/AppliedEnergistics2.cfg diff --git a/server-patches/unreleased/config/AppliedEnergistics2/CustomRecipes.cfg b/modpack/config/AppliedEnergistics2/CustomRecipes.cfg similarity index 100% rename from server-patches/unreleased/config/AppliedEnergistics2/CustomRecipes.cfg rename to modpack/config/AppliedEnergistics2/CustomRecipes.cfg diff --git a/server-patches/unreleased/config/AppliedEnergistics2/Facades.cfg b/modpack/config/AppliedEnergistics2/Facades.cfg similarity index 100% rename from server-patches/unreleased/config/AppliedEnergistics2/Facades.cfg rename to modpack/config/AppliedEnergistics2/Facades.cfg diff --git a/server-patches/unreleased/config/AppliedEnergistics2/VersionChecker.cfg b/modpack/config/AppliedEnergistics2/VersionChecker.cfg similarity index 100% rename from server-patches/unreleased/config/AppliedEnergistics2/VersionChecker.cfg rename to modpack/config/AppliedEnergistics2/VersionChecker.cfg diff --git a/server-patches/unreleased/config/AppliedEnergistics2/items.csv b/modpack/config/AppliedEnergistics2/items.csv similarity index 100% rename from server-patches/unreleased/config/AppliedEnergistics2/items.csv rename to modpack/config/AppliedEnergistics2/items.csv diff --git a/modpack/config/Bewitchment.cfg b/modpack/config/Bewitchment.cfg index 21b61a6..3abfe7b 100644 --- a/modpack/config/Bewitchment.cfg +++ b/modpack/config/Bewitchment.cfg @@ -60,7 +60,7 @@ general { worldgen { # Allow bewitchment structures to be generated in the OverWorld - B:enableStructures=true + B:enableStructures=false # The dimensions that trees, ores, and coquina are allowed to spawn in. I:worldGenWhitelist < @@ -85,6 +85,101 @@ general { # The biome IDs that Bewitchment trees are blacklisted from spawning S:treeGenBlacklist < + minecraft:ocean + minecraft:plains + minecraft:desert + minecraft:river + minecraft:hell + minecraft:sky + minecraft:frozen_ocean + minecraft:frozen_river + minecraft:ice_flats + minecraft:ice_mountains + minecraft:mushroom_island + minecraft:mushroom_island_shore + minecraft:beaches + minecraft:desert_hills + minecraft:jungle + minecraft:jungle_hills + minecraft:jungle_edge + minecraft:deep_ocean + minecraft:stone_beach + minecraft:cold_beach + minecraft:birch_forest + minecraft:birch_forest_hills + minecraft:taiga_cold + minecraft:taiga_cold_hills + minecraft:redwood_taiga + minecraft:redwood_taiga_hills + minecraft:savanna + minecraft:savanna_rock + minecraft:mesa + minecraft:mesa_rock + minecraft:mesa_clear_rock + biomesoplenty:gravel_beach + biomesoplenty:white_beach + biomesoplenty:origin_beach + biomesoplenty:bamboo_forest + biomesoplenty:bayou + biomesoplenty:bog + biomesoplenty:brushland + biomesoplenty:chaparral + biomesoplenty:cherry_blossom_grove + biomesoplenty:cold_desert + biomesoplenty:coniferous_forest + biomesoplenty:crag + biomesoplenty:dead_forest + biomesoplenty:eucalyptus_forest + biomesoplenty:fen + biomesoplenty:flower_field + biomesoplenty:grassland + biomesoplenty:highland + biomesoplenty:lavender_fields + biomesoplenty:lush_desert + biomesoplenty:mangrove + biomesoplenty:marsh + biomesoplenty:meadow + biomesoplenty:moor + biomesoplenty:outback + biomesoplenty:overgrown_cliffs + biomesoplenty:prairie + biomesoplenty:quagmire + biomesoplenty:redwood_forest + biomesoplenty:shield + biomesoplenty:shrubland + biomesoplenty:steppe + biomesoplenty:tropical_rainforest + biomesoplenty:tundra + biomesoplenty:wasteland + biomesoplenty:xeric_shrubland + biomesoplenty:redwood_forest_edge + biomesoplenty:pasture + biomesoplenty:glacier + biomesoplenty:oasis + biomesoplenty:snowy_tundra + biomesoplenty:coral_reef + biomesoplenty:kelp_forest + biomesoplenty:origin_island + biomesoplenty:tropical_island + biomesoplenty:volcanic_island + biomesoplenty:flower_island + biomesoplenty:corrupted_sands + biomesoplenty:fungi_forest + biomesoplenty:phantasmagoric_inferno + biomesoplenty:undergarden + biomesoplenty:visceral_heap + jeid:error_biome + thaumcraft:eerie + thaumcraft:eldritch + appliedenergistics2:storage_biome + nuclearcraft:nuclear_wasteland + minecraft:void + minecraft:mutated_plains + minecraft:mutated_desert + minecraft:mutated_extreme_hills + minecraft:mutated_forest + minecraft:mutated_taiga + minecraft:mutated_ice_flats > } @@ -204,7 +299,7 @@ general { # The chance for wickerman to generate # Min: 0.0 # Max: 1.0 - D:wickermanChance=0.001 + D:wickermanChance=0.000 } } diff --git a/modpack/config/Waystones.cfg b/modpack/config/Waystones.cfg index 9f7d660..4bd4f08 100644 --- a/modpack/config/Waystones.cfg +++ b/modpack/config/Waystones.cfg @@ -43,19 +43,19 @@ general { I:"Dimensional Warp XP Cost"=3 # Whether generated waystones should not be breakable by players. - B:"Disallow Breaking Generated"=false + B:"Disallow Breaking Generated"=true # Whether generated waystones drop their item form when broken by players. - B:"Drop Item From Generated"=true + B:"Drop Item From Generated"=false # Set to false to make all global waystones not cost any experience, regardless of method used. B:"Global Waystones Cost XP"=true # If enabled, all waystones work inter-dimensionally. - B:"Interdimensional Teleport"=true + B:"Interdimensional Teleport"=false # If enabled, waystones marked as global work inter-dimensionally. - B:"Interdimensional Teleport on Global Waystones"=true + B:"Interdimensional Teleport on Global Waystones"=false # If enabled, the inventory button cost experience when used, based on the distance travelled. B:"Inventory Button Costs XP"=false @@ -63,7 +63,7 @@ general { # The maximum xp cost when Blocks per XP Level is enabled. # Min: 1 # Max: 2147483647 - I:"Maximum XP Cost"=3 + I:"Maximum XP Cost"=30 # If enabled, waystones marked as global have no cooldown. B:"No Cooldown on Global Waystones"=true @@ -72,7 +72,7 @@ general { B:"Reset Use On Damage"=false # If enabled, only the owner of a waystone can rename it. - B:"Restrict Rename to Owner"=false + B:"Restrict Rename to Owner"=true # If enabled, the player's spawnpoint will be set to the last activated waystone. B:"Set Spawnpoint on Activation"=false @@ -101,7 +101,7 @@ general { I:"Warp Stone Cooldown"=300 # If enabled, the warp stone costs experience when used, based on the distance travelled. - B:"Warp Stone Costs XP"=false + B:"Warp Stone Costs XP"=true # The time it takes to use a warp stone in ticks. This is the charge-up time when holding right-click. # Min: 1 diff --git a/modpack/config/animania.cfg b/modpack/config/animania.cfg index e4ae2ab..1184459 100644 --- a/modpack/config/animania.cfg +++ b/modpack/config/animania.cfg @@ -125,7 +125,7 @@ general { B:shiftSeedPlacement=false # Show mod update notification at startup - B:showModUpdateNotification=true + B:showModUpdateNotification=false # Show male parts (modesty flag) B:showParts=true diff --git a/server-patches/unreleased/config/astralsorcery.cfg b/modpack/config/astralsorcery.cfg similarity index 99% rename from server-patches/unreleased/config/astralsorcery.cfg rename to modpack/config/astralsorcery.cfg index 8af9d48..f4030d7 100644 --- a/server-patches/unreleased/config/astralsorcery.cfg +++ b/modpack/config/astralsorcery.cfg @@ -819,7 +819,7 @@ worldgen { I:generateAquamarineAmount=64 # Defines how many marble veins are generated per chunk. 0 = disabled [range: 0 ~ 32, default: 4] - I:generateMarbleAmount=4 + I:generateMarbleAmount=0 # Defines how big generated marble veins are. [range: 1 ~ 32, default: 20] I:generateMarbleVeinSize=20 @@ -864,7 +864,7 @@ worldgen { I:heightThreshold=4 # Sets the 'ideal' distance between 2 structures of the same type. If the distance is lower, it's unlikely that the same type of structure will spawn,if it's higher it's more likely that this type of structure will spawn. Only has influence if the config option 'respectIdealStructureDistances' is enabled. [range: 1.0 ~ 16384.0, default: 768.0] - S:idealDistance=768.0 + S:idealDistance=500.0 } desertstructure { @@ -1065,7 +1065,6 @@ worldgen { } marble { - # Defines the blockstates that may be replaced by marble when trying to generate marble. format: :: - Use meta -1 for wildcard [default: [minecraft:stone:0]] S:ReplacementStates < minecraft:stone:0 > diff --git a/server-patches/unreleased/config/auracontrol.cfg b/modpack/config/auracontrol.cfg similarity index 94% rename from server-patches/unreleased/config/auracontrol.cfg rename to modpack/config/auracontrol.cfg index a80caec..dc964a9 100644 --- a/server-patches/unreleased/config/auracontrol.cfg +++ b/modpack/config/auracontrol.cfg @@ -11,6 +11,8 @@ general { biomesoplenty:sacred_springs thaumcraft:magical_forest minecraft:forest + minecraft:forest_hills + minecraft:mutated_forest biomesoplenty:seasonal_forest biomesoplenty:woodland biomesoplenty:orchard diff --git a/modpack/config/biomesoplenty/biomes/corrupted_sands.json b/modpack/config/biomesoplenty/biomes/corrupted_sands.json new file mode 100644 index 0000000..fc67b0a --- /dev/null +++ b/modpack/config/biomesoplenty/biomes/corrupted_sands.json @@ -0,0 +1,81 @@ +{ + "wallBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "fillerBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "thorns": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "thorn" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "dead_grass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadgrass" + } + }, + "generationAttempts": 32, + "amountPerChunk": 5.0, + "enable": true + }, + "bramble": { + "with": { + "block": "biomesoplenty:bramble_plant", + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 128, + "amountPerChunk": 40.0, + "maxHeight": 6, + "enable": true, + "minLength": 15, + "maxLength": 30 + } + }, + "weights": { + "hell": 1 + } +} \ No newline at end of file diff --git a/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/corrupted_sands.json b/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/corrupted_sands.json index cf05781..595ad03 100644 --- a/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/corrupted_sands.json +++ b/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/corrupted_sands.json @@ -1,28 +1,34 @@ { + "enableRain": false, "wallBlock": { "block": "minecraft:soul_sand", "properties": {} }, + "rainfall": 0.0, + "skyColor": -1, + "guiColour": 11091006, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "waterColor": 16777215, "fillerBlock": { "block": "minecraft:soul_sand", "properties": {} }, - "skyColor": -1, "topBlock": { "block": "minecraft:soul_sand", "properties": {} }, "fogColor": -1, - "fogDensity": 1.0, - "roofTopBlock": { - "block": "minecraft:netherrack", - "properties": {} - }, - "hasBiomeEssence": false, + "temperature": 2.0, "roofFillerBlock": { "block": "minecraft:netherrack", "properties": {} }, + "enableSnow": false, "generators": { "hive": { "maxRadius": 9, diff --git a/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/fungi_forest.json b/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/fungi_forest.json index 895a0ab..eee6318 100644 --- a/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/fungi_forest.json +++ b/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/fungi_forest.json @@ -1,28 +1,34 @@ { + "enableRain": false, "wallBlock": { "block": "minecraft:netherrack", "properties": {} }, - "fillerBlock": { + "rainfall": 0.0, + "skyColor": -1, + "guiColour": 11091006, + "fogDensity": 1.0, + "roofTopBlock": { "block": "minecraft:netherrack", "properties": {} }, - "skyColor": -1, - "topBlock": { + "hasBiomeEssence": false, + "waterColor": 16777215, + "fillerBlock": { "block": "minecraft:netherrack", "properties": {} }, - "fogColor": -1, - "fogDensity": 1.0, - "roofTopBlock": { + "topBlock": { "block": "minecraft:netherrack", "properties": {} }, - "hasBiomeEssence": false, + "fogColor": -1, + "temperature": 2.0, "roofFillerBlock": { "block": "minecraft:netherrack", "properties": {} }, + "enableSnow": false, "generators": { "hive": { "maxRadius": 9, diff --git a/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/phantasmagoric_inferno.json b/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/phantasmagoric_inferno.json index 8853d41..43fe6cc 100644 --- a/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/phantasmagoric_inferno.json +++ b/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/phantasmagoric_inferno.json @@ -1,28 +1,34 @@ { + "enableRain": false, "wallBlock": { "block": "minecraft:netherrack", "properties": {} }, + "rainfall": 0.0, + "skyColor": -1, + "guiColour": 11091006, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "waterColor": 16777215, "fillerBlock": { "block": "biomesoplenty:ash_block", "properties": {} }, - "skyColor": -1, "topBlock": { "block": "biomesoplenty:ash_block", "properties": {} }, "fogColor": -1, - "fogDensity": 1.0, - "roofTopBlock": { - "block": "minecraft:netherrack", - "properties": {} - }, - "hasBiomeEssence": false, + "temperature": 2.0, "roofFillerBlock": { "block": "minecraft:netherrack", "properties": {} }, + "enableSnow": false, "generators": { "hive": { "maxRadius": 9, diff --git a/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/undergarden.json b/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/undergarden.json index c78faa8..800aad2 100644 --- a/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/undergarden.json +++ b/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/undergarden.json @@ -1,13 +1,23 @@ { + "enableRain": false, "wallBlock": { "block": "minecraft:netherrack", "properties": {} }, + "rainfall": 0.0, + "skyColor": -1, + "guiColour": 11091006, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "waterColor": 16777215, "fillerBlock": { "block": "minecraft:netherrack", "properties": {} }, - "skyColor": -1, "topBlock": { "block": "biomesoplenty:grass", "properties": { @@ -16,16 +26,12 @@ } }, "fogColor": -1, - "fogDensity": 1.0, - "roofTopBlock": { - "block": "minecraft:netherrack", - "properties": {} - }, - "hasBiomeEssence": false, + "temperature": 2.0, "roofFillerBlock": { "block": "minecraft:netherrack", "properties": {} }, + "enableSnow": false, "generators": { "hive": { "maxRadius": 9, diff --git a/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/visceral_heap.json b/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/visceral_heap.json index e0efbe7..b3ea05d 100644 --- a/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/visceral_heap.json +++ b/modpack/config/biomesoplenty/biomes/defaults/biomesoplenty/visceral_heap.json @@ -1,28 +1,34 @@ { + "enableRain": false, "wallBlock": { "block": "biomesoplenty:flesh", "properties": {} }, + "rainfall": 0.0, + "skyColor": -1, + "guiColour": 11091006, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "waterColor": 16777215, "fillerBlock": { "block": "biomesoplenty:flesh", "properties": {} }, - "skyColor": -1, "topBlock": { "block": "biomesoplenty:flesh", "properties": {} }, "fogColor": -1, - "fogDensity": 1.0, - "roofTopBlock": { - "block": "minecraft:netherrack", - "properties": {} - }, - "hasBiomeEssence": false, + "temperature": 2.0, "roofFillerBlock": { "block": "minecraft:netherrack", "properties": {} }, + "enableSnow": false, "generators": { "hive": { "maxRadius": 9, diff --git a/modpack/config/biomesoplenty/biomes/fungi_forest.json b/modpack/config/biomesoplenty/biomes/fungi_forest.json new file mode 100644 index 0000000..3e1ee6c --- /dev/null +++ b/modpack/config/biomesoplenty/biomes/fungi_forest.json @@ -0,0 +1,103 @@ +{ + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "big_brown_mushroom": { + "minHeight": 5, + "maxHeight": 8, + "amountPerChunk": 2.0, + "enable": true + }, + "glowshroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 2.0, + "enable": true + }, + "big_red_mushroom": { + "minHeight": 5, + "maxHeight": 10, + "amountPerChunk": 30.0, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 5.0, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": { + "hell": 2 + } +} \ No newline at end of file diff --git a/modpack/config/biomesoplenty/biomes/hell.json b/modpack/config/biomesoplenty/biomes/hell.json new file mode 100644 index 0000000..92c2451 --- /dev/null +++ b/modpack/config/biomesoplenty/biomes/hell.json @@ -0,0 +1,47 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/modpack/config/biomesoplenty/biomes/phantasmagoric_inferno.json b/modpack/config/biomesoplenty/biomes/phantasmagoric_inferno.json new file mode 100644 index 0000000..8853d41 --- /dev/null +++ b/modpack/config/biomesoplenty/biomes/phantasmagoric_inferno.json @@ -0,0 +1,81 @@ +{ + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fillerBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "blue_fire": { + "with": { + "block": "biomesoplenty:blue_fire", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + }, + "lava_lakes": { + "liquid": { + "block": "minecraft:lava", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 4.0, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "fire": { + "with": { + "block": "minecraft:fire", + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/modpack/config/biomesoplenty/biomes/undergarden.json b/modpack/config/biomesoplenty/biomes/undergarden.json new file mode 100644 index 0000000..3ca8c73 --- /dev/null +++ b/modpack/config/biomesoplenty/biomes/undergarden.json @@ -0,0 +1,124 @@ +{ + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_netherrack" + } + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "netherrack_splatter": { + "with": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generationAttempts": 128, + "amountPerChunk": 7.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + }, + "grass": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 2.0, + "enable": true + }, + "ivy": { + "minHeight": 8, + "with": { + "block": "biomesoplenty:ivy", + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 128, + "amountPerChunk": 25.0, + "maxHeight": 20, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.5, + "enable": true + } + }, + "weights": { + "hell": 1 + } +} \ No newline at end of file diff --git a/modpack/config/biomesoplenty/biomes/visceral_heap.json b/modpack/config/biomesoplenty/biomes/visceral_heap.json new file mode 100644 index 0000000..e0efbe7 --- /dev/null +++ b/modpack/config/biomesoplenty/biomes/visceral_heap.json @@ -0,0 +1,89 @@ +{ + "wallBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "fillerBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "blood_pools": { + "liquid": { + "block": "biomesoplenty:blood", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 6.0, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "eyebulbs": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "eyebulb" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "eyebulb" + } + } + }, + "bones": { + "minHeight": 1, + "with": { + "block": "minecraft:bone_block", + "properties": { + "axis": "y" + } + }, + "generationAttempts": 12, + "amountPerChunk": 1.5, + "maxHeight": 4, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/modpack/config/carryon.cfg b/modpack/config/carryon.cfg new file mode 100644 index 0000000..804d25e --- /dev/null +++ b/modpack/config/carryon.cfg @@ -0,0 +1,339 @@ +# Configuration file + +general { + + ########################################################################################################## + # settings + #--------------------------------------------------------------------------------------------------------# + # General Mod Settings + ########################################################################################################## + + settings { + # Allow babies to be carried even when adult mob is blacklisted (or not whitelisted) + B:allowBabies=false + + # Slowness multiplier for blocks + D:blockSlownessMultiplier=1.0 + + # Whether the player drops the carried object when hit or not + B:dropCarriedWhenHit=false + + # Whether entities' size matters when stacking or not + B:entitySizeMattersStacking=true + + # Slowness multiplier for entities + D:entitySlownessMultiplier=1.0 + + # If the front of the Tile Entities should face the player or should face outward + B:facePlayer=false + + # Larger Entities slow down the player more + B:heavyEntities=true + + # More complex Tile Entities slow down the player more + B:heavyTiles=true + + # Whether the player can hit blocks and entities while carrying or not + B:hitWhileCarrying=false + + # Maximum distance from where Blocks and Entities can be picked up + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:maxDistance=2.5 + + # Max height of entities that can be picked up in survival mode + # Min: 0.0 + # Max: 10.0 + D:maxEntityHeight=1.5 + + # Maximum stack limit for entities + # Min: 1 + # Max: 2147483647 + I:maxEntityStackLimit=10 + + # Max width of entities that can be picked up in survival mode + # Min: 0.0 + # Max: 10.0 + D:maxEntityWidth=1.5 + + # Allow all blocks to be picked up, not just Tile Entites + B:pickupAllBlocks=false + + # Whether hostile mobs should be able to picked up in survival mode + B:pickupHostileMobs=false + + # Arms should render on sides when carrying + B:renderArms=true + + # Whether Blocks and Entities slow the creative player down when carried + B:slownessInCreative=true + + # Allows entities to be stacked using Carry On + B:stackableEntities=true + + # Whether tamed hostile mobs should be exempt from the above + B:tamedHostileMobExemption=true + + # Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance + B:useScripts=false + + # Use Whitelist instead of Blacklist for Blocks + B:useWhitelistBlocks=false + + # Use Whitelist instead of Blacklist for Entities + B:useWhitelistEntities=false + + # Use Whitelist instead of Blacklist for Stacking + B:useWhitelistStacking=false + } + + ########################################################################################################## + # blacklist + #--------------------------------------------------------------------------------------------------------# + # Blacklist for Blocks and Entities + ########################################################################################################## + + blacklist { + # Entities that cannot be picked up + S:forbiddenEntities < + minecraft:ender_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:* + astikorcarts:* + dakimakuramod:* + tektopia:* + > + + # Entities that cannot have other entities stacked on top of them + S:forbiddenStacking < + minecraft:horse + > + + # Tile Entities that cannot be picked up + S:forbiddenTiles < + minecraft:end_portal + minecraft:end_gateway + minecraft:double_plant + minecraft:bed + minecraft:wooden_door + minecraft:iron_door + minecraft:spruce_door + minecraft:birch_door + minecraft:jungle_door + minecraft:acacia_door + minecraft:dark_oak_door + minecraft:waterlily + minecraft:cake + animania:block_trough + animania:invisiblock + colossalchests:* + ic2:* + bigreactors:* + forestry:* + 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:* + torcherino:* + rftools:screenBlock + opencomputers:* + translocators:* + cfm:bath_* + cfm:shower_* + cfm:modern_bed_* + cfm:grand_chair_* + cfm:fridge + cfm:freezer + architecturecraft:* + blockcraftery:* + dakimakuramod:* + stackable:* + placeableitems:* + dumpsterdiving:powergrinder + dumpsterdiving:poweringot + dumpsterdiving:trash_furn + dumpsterdiving:powerprocessor + dumpsterdiving:rep_casing + dumpsterdiving:trash_furn_g + dumpsterdiving:trash_furn_n + *door* + > + } + + ########################################################################################################## + # whitelist + #--------------------------------------------------------------------------------------------------------# + # Whitelist for Blocks and Entities (useWhitelist must be true!) + ########################################################################################################## + + whitelist { + # Blocks that CAN be picked up + S:allowedBlocks < + > + + # Entities that CAN be picked up + S:allowedEntities < + > + + # Entities that CAN have other entities stacked on top of them + S:allowedStacking < + > + } + + ########################################################################################################## + # modeloverrides + #--------------------------------------------------------------------------------------------------------# + # Model Overrides based on NBT or on Meta. Advanced Users Only! + ########################################################################################################## + + modeloverrides { + # Model Overrides based on NBT or on Meta. Advanced Users Only! + S:modelOverrides < + minecraft:lit_furnace->minecraft:furnace + minecraft:hopper->(block)minecraft:hopper + minecraft:unpowered_comparator->(block)minecraft:unpowered_comparator + minecraft:unpowered_repeater->(block)minecraft:unpowered_repeater + minecraft:powered_comparator->(block)minecraft:powered_comparator + minecraft:powered_repeater->(block)minecraft:powered_repeater + minecraft:cauldron->(block)minecraft:cauldron + minecraft:brewing_stand->(item)minecraft:brewing_stand + minecraft:tallgrass;1->(item)minecraft:tallgrass;1 + minecraft:tallgrass;2->(item)minecraft:tallgrass;2 + minecraft:flower_pot->(block)minecraft:flower_pot + minecraft:leaves2->(item)minecraft:leaves2 + minecraft:reeds->(block)minecraft:reeds + minecraft:daylight_detector_inverted->minecraft:daylight_detector + minecraft:standing_sign->(item)minecraft:sign + minecraft:wall_sign->(item)minecraft:sign + minecraft:redstone_wire->(item)minecraft:redstone + quark:custom_chest{type:"spruce"}->quark:custom_chest;0 + quark:custom_chest{type:"birch"}->quark:custom_chest;1 + quark:custom_chest{type:"jungle"}->quark:custom_chest;2 + quark:custom_chest{type:"acacia"}->quark:custom_chest;3 + quark:custom_chest{type:"dark_oak"}->quark:custom_chest;4 + quark:custom_chest_trap{type:"spruce"}->quark:custom_chest_trap;0 + quark:custom_chest_trap{type:"birch"}->quark:custom_chest_trap;1 + quark:custom_chest_trap{type:"jungle"}->quark:custom_chest_trap;2 + quark:custom_chest_trap{type:"acacia"}->quark:custom_chest_trap;3 + quark:custom_chest_trap{type:"dark_oak"}->quark:custom_chest_trap;4 + storagedrawers:basicdrawers;0{Mat:"spruce"}->storagedrawers:basicdrawers;0{material:"spruce"} + storagedrawers:basicdrawers;0{Mat:"birch"}->storagedrawers:basicdrawers;0{material:"birch"} + storagedrawers:basicdrawers;0{Mat:"jungle"}->storagedrawers:basicdrawers;0{material:"jungle"} + storagedrawers:basicdrawers;0{Mat:"acacia"}->storagedrawers:basicdrawers;0{material:"acacia"} + storagedrawers:basicdrawers;0{Mat:"dark_oak"}->storagedrawers:basicdrawers;0{material:"dark_oak"} + storagedrawers:basicdrawers;1{Mat:"spruce"}->storagedrawers:basicdrawers;1{material:"spruce"} + storagedrawers:basicdrawers;1{Mat:"birch"}->storagedrawers:basicdrawers;1{material:"birch"} + storagedrawers:basicdrawers;1{Mat:"jungle"}->storagedrawers:basicdrawers;1{material:"jungle"} + storagedrawers:basicdrawers;1{Mat:"acacia"}->storagedrawers:basicdrawers;1{material:"acacia"} + storagedrawers:basicdrawers;1{Mat:"dark_oak"}->storagedrawers:basicdrawers;1{material:"dark_oak"} + storagedrawers:basicdrawers;2{Mat:"spruce"}->storagedrawers:basicdrawers;2{material:"spruce"} + storagedrawers:basicdrawers;2{Mat:"birch"}->storagedrawers:basicdrawers;2{material:"birch"} + storagedrawers:basicdrawers;2{Mat:"jungle"}->storagedrawers:basicdrawers;2{material:"jungle"} + storagedrawers:basicdrawers;2{Mat:"acacia"}->storagedrawers:basicdrawers;2{material:"acacia"} + storagedrawers:basicdrawers;2{Mat:"dark_oak"}->storagedrawers:basicdrawers;2{material:"dark_oak"} + storagedrawers:basicdrawers;3{Mat:"spruce"}->storagedrawers:basicdrawers;3{material:"spruce"} + storagedrawers:basicdrawers;3{Mat:"birch"}->storagedrawers:basicdrawers;3{material:"birch"} + storagedrawers:basicdrawers;3{Mat:"jungle"}->storagedrawers:basicdrawers;3{material:"jungle"} + storagedrawers:basicdrawers;3{Mat:"acacia"}->storagedrawers:basicdrawers;3{material:"acacia"} + storagedrawers:basicdrawers;3{Mat:"dark_oak"}->storagedrawers:basicdrawers;3{material:"dark_oak"} + storagedrawers:basicdrawers;4{Mat:"spruce"}->storagedrawers:basicdrawers;4{material:"spruce"} + storagedrawers:basicdrawers;4{Mat:"birch"}->storagedrawers:basicdrawers;4{material:"birch"} + storagedrawers:basicdrawers;4{Mat:"jungle"}->storagedrawers:basicdrawers;4{material:"jungle"} + storagedrawers:basicdrawers;4{Mat:"acacia"}->storagedrawers:basicdrawers;4{material:"acacia"} + storagedrawers:basicdrawers;4{Mat:"dark_oak"}->storagedrawers:basicdrawers;4{material:"dark_oak"} + animania:block_nest->(block)animania:block_nest + animania:cheese_mold;0->(block)animania:cheese_mold;0 + animania:cheese_mold;1->(block)animania:cheese_mold;1 + animania:cheese_mold;2->(block)animania:cheese_mold;2 + animania:cheese_mold;3->(block)animania:cheese_mold;3 + animania:cheese_mold;4->(block)animania:cheese_mold;4 + animania:cheese_mold;5->(block)animania:cheese_mold;5 + animania:cheese_mold;6->(block)animania:cheese_mold;6 + animania:cheese_mold;7->(block)animania:cheese_mold;7 + animania:cheese_mold;8->(block)animania:cheese_mold;8 + animania:cheese_mold;9->(block)animania:cheese_mold;9 + animania:cheese_mold;10->(block)animania:cheese_mold;10 + > + } + + ########################################################################################################## + # custompickupconditions + #--------------------------------------------------------------------------------------------------------# + # Custom Pickup Conditions for certain blocks. ONLY WORKS WHEN GAMESTAGES IS INSTALLED! Advanced Users Only! + ########################################################################################################## + + custompickupconditions { + # Custom Pickup Conditions for Blocks + S:customPickupConditionsBlocks < + > + + # Custom Pickup Conditions for Entities + S:customPickupConditionsEntities < + > + } + +} + + diff --git a/modpack/config/cfm.cfg b/modpack/config/cfm.cfg index a23f845..106d011 100644 --- a/modpack/config/cfm.cfg +++ b/modpack/config/cfm.cfg @@ -300,7 +300,7 @@ settings { B:recipe-api-debug=false # Enabled or disable the welcome message [default: true] - B:welcome_message=true + B:welcome_message=false } diff --git a/modpack/config/chiselsandbits.cfg b/modpack/config/chiselsandbits.cfg index 561b59b..3b0f23f 100644 --- a/modpack/config/chiselsandbits.cfg +++ b/modpack/config/chiselsandbits.cfg @@ -3,7 +3,7 @@ "balance settings" { I:bagStackSize=512 D:bitLightPercentage=6.25 - B:blacklistTickingBlocks=true + B:blacklistTickingBlocks=false B:compatabilityMode=true B:damageTools=true I:diamondChiselUses=796480 @@ -95,6 +95,17 @@ crafting { B:alsender.earthworks.block.ModRotatedPillar=true B:alsender.earthworks.block.timber.Daub_Cob=true B:alsender.earthworks.block.timber.Plaster=true + B:appeng.block.misc.BlockQuartzFixture=true + B:appeng.block.misc.BlockTinyTNT=true + B:appeng.decorative.solid.BlockChargedQuartzOre=true + B:appeng.decorative.solid.BlockChiseledQuartz=true + B:appeng.decorative.solid.BlockFluix=true + B:appeng.decorative.solid.BlockQuartz=true + B:appeng.decorative.solid.BlockQuartzGlass=true + B:appeng.decorative.solid.BlockQuartzLamp=true + B:appeng.decorative.solid.BlockQuartzOre=true + B:appeng.decorative.solid.BlockQuartzPillar=true + B:appeng.decorative.solid.BlockSkyStone=true B:biomesoplenty.common.block.BlockBOPAsh=true B:biomesoplenty.common.block.BlockBOPBiomeBlock=true B:biomesoplenty.common.block.BlockBOPCrystal=true @@ -106,6 +117,8 @@ crafting { B:biomesoplenty.common.block.BlockBOPPlanks=true B:biomesoplenty.common.block.BlockBOPWhiteSand=true B:biomesoplenty.common.block.BlockBOPWhiteSandstone=true + B:ca.zenotek.sentek.blocks.BlockCore=true + B:ca.zenotek.sentek.blocks.BlockNode=true B:cofh.thermalfoundation.block.BlockOre=true B:cofh.thermalfoundation.block.BlockOreFluid=true B:cofh.thermalfoundation.block.BlockRockwool=true @@ -120,10 +133,54 @@ crafting { B:com.bewitchment.common.block.util.ModBlockOre=true B:com.bewitchment.common.block.util.ModBlockPillar=true B:com.bewitchment.common.integration.chisel.ModBlockChisel=true + B:"com.broulf.netherbackport.block.BlockAncientDebris$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockBasalt$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockBlackstone$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockChiseledNetherBricks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockChiseledPolishedBlackstone$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrackedNetherBricks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrackedPolishedBlackstoneBricks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrimsonHyphae$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrimsonNylium$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrimsonPlanks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrimsonStem$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockLodestone$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockNetherGoldOre$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockNetheriteBlock$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockPolishedBasalt$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockPolishedBlackstone$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockPolishedBlackstoneBricks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockQuartzBricks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockRespawnAnchor$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockShroomlight$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockSoulSoil$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockWarpedHyphae$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockWarpedNylium$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockWarpedPlanks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockWarpedStem$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockWarpedWartBlock$BlockCustom"=true B:com.jaquadro.minecraft.storagedrawers.block.BlockTrim=true B:com.mrcrayfish.furniture.blocks.BlockInflatableCastle=true B:com.pam.harvestcraft.blocks.blocks.BeeBlock=true B:com.pam.harvestcraft.blocks.blocks.WellBlock=true + B:com.personthecat.orestonevariants.blocks.BaseOreVariant=true + B:com.rwtema.extrautils2.blocks.BlockAngelBlock=true + B:com.rwtema.extrautils2.blocks.BlockCompressed=true + B:com.rwtema.extrautils2.blocks.BlockDecorativeGlass=true + B:com.rwtema.extrautils2.blocks.BlockDecorativeSolid=true + B:com.rwtema.extrautils2.blocks.BlockDecorativeSolidWood=true + B:com.rwtema.extrautils2.blocks.BlockRedstoneClock=true + B:com.rwtema.extrautils2.blocks.BlockSimpleDecorative=true + B:"com.rwtema.extrautils2.blocks.XUTree$XUTreePlanks"=true + B:com.yogpc.qp.block.BlockController=true + B:com.yogpc.qp.block.BlockMover=true + B:crazypants.enderio.base.block.darksteel.obsidian.BlockReinforcedObsidian=true + B:crazypants.enderio.base.block.decoration.BlockDecoration=true + B:crazypants.enderio.base.block.decoration.BlockDecorationFacing=true + B:crazypants.enderio.base.block.infinity.BlockInfinity=true + B:crazypants.enderio.base.block.insulation.BlockIndustrialInsulation=true + B:crazypants.enderio.base.material.alloy.BlockAlloy=true + B:crazypants.enderio.base.material.alloy.endergy.BlockEndergyAlloy=true B:elucent.gravelores.block.BlockGravelOre=true B:growthcraft.apples.common.block.BlockAppleLog=true B:growthcraft.apples.common.block.BlockApplePlanks=true @@ -131,6 +188,32 @@ crafting { B:growthcraft.cellar.common.block.BlockCorkLog=true B:growthcraft.core.common.block.BlockSalt=true B:growthcraft.core.common.block.BlockSaltOre=true + B:hellfirepvp.astralsorcery.common.block.BlockBlackMarble=true + B:hellfirepvp.astralsorcery.common.block.BlockCustomOre=true + B:hellfirepvp.astralsorcery.common.block.BlockCustomSandOre=true + B:hellfirepvp.astralsorcery.common.block.BlockInfusedWood=true + B:hellfirepvp.astralsorcery.common.block.BlockMarble=true + B:knightminer.ceramics.blocks.BlockClayHard=true + B:knightminer.ceramics.blocks.BlockClayRainbow=true + B:knightminer.ceramics.blocks.BlockClaySoft=true + B:knightminer.ceramics.blocks.BlockStained=true + B:knightminer.tcomplement.steelworks.blocks.BlockStorage=true + B:"mekanism.common.block.BlockBasic$1"=true + B:mekanism.common.block.BlockOre=true + B:mekanism.common.block.BlockPlastic=true + B:mekanism.common.block.BlockSalt=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockBasic=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockBasicMoon=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockConcealedRedstone=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockConcealedRepeater=true + B:micdoodle8.mods.galacticraft.planets.asteroids.blocks.BlockBasicAsteroids=true + B:micdoodle8.mods.galacticraft.planets.mars.blocks.BlockBasicMars=true + B:micdoodle8.mods.galacticraft.planets.venus.blocks.BlockBasicVenus=true + B:"nc.block.BlockMeta$BlockCooler"=true + B:"nc.block.BlockMeta$BlockFission"=true + B:"nc.block.BlockMeta$BlockIngot"=true + B:"nc.block.BlockMeta$BlockOre"=true + B:nc.block.NCBlock=true B:net.minecraft.block.Block=true B:net.minecraft.block.BlockBone=true B:net.minecraft.block.BlockBookshelf=true @@ -177,6 +260,7 @@ crafting { B:net.minecraft.block.BlockStone=true B:net.minecraft.block.BlockStoneBrick=true B:net.minecraft.block.BlockWorkbench=true + B:org.dimdev.dimdoors.shared.blocks.BlockFabric=true B:ovh.corail.tombstone.block.BlockDarkMarble=true B:ru.liahim.saltmod.block.SaltOre=true B:rustic.common.blocks.BlockBase=true @@ -211,6 +295,16 @@ crafting { B:team.chisel.common.block.BlockCarvableCarpet=true B:teamroots.embers.block.BlockBase=true B:teamroots.embers.block.BlockQuartzOre=true + B:thaumcraft.common.blocks.basic.BlockMetalTC=true + B:thaumcraft.common.blocks.basic.BlockPlanksTC=true + B:thaumcraft.common.blocks.basic.BlockStonePorous=true + B:thaumcraft.common.blocks.basic.BlockStoneTC=true + B:thaumcraft.common.blocks.misc.BlockFlesh=true + B:thaumcraft.common.blocks.world.ore.BlockOreTC=true + B:thaumcraft.common.blocks.world.plants.BlockLogsTC=true + B:v0id.aw.common.block.AetherBlock=true + B:v0id.aw.common.block.AetherOre=true + B:v0id.aw.common.block.forge.Structure=true B:vazkii.botania.common.block.BlockBifrostPerm=true B:vazkii.botania.common.block.BlockDreamwood=true B:vazkii.botania.common.block.BlockFelPumpkin=true @@ -232,6 +326,7 @@ crafting { B:vazkii.botania.common.block.decor.quartz.BlockSpecialQuartz=true B:vazkii.botania.common.block.mana.BlockAlchemyCatalyst=true B:vazkii.botania.common.block.mana.BlockConjurationCatalyst=true + B:vazkii.psi.common.block.BlockPsiDecorative=true B:vazkii.quark.automation.block.BlockGravisand=true B:vazkii.quark.automation.block.BlockSugar=true B:vazkii.quark.building.block.BlockBark=true @@ -278,6 +373,14 @@ crafting { B:vazkii.quark.world.block.BlockLimestone=true B:vazkii.quark.world.block.BlockMarble=true B:vazkii.quark.world.block.BlockSlate=true + B:zmaster587.advancedRocketry.block.BlockCharcoalLog=true + B:zmaster587.advancedRocketry.block.BlockIntake=true + B:zmaster587.advancedRocketry.block.BlockLinkedHorizontalTexture=true + B:zmaster587.advancedRocketry.block.BlockMiningDrill=true + B:zmaster587.advancedRocketry.block.BlockPlanetSoil=true + B:zmaster587.advancedRocketry.block.plant.BlockAlienPlank=true + B:zmaster587.advancedRocketry.block.plant.BlockAlienWood=true + B:zmaster587.libVulpes.block.BlockOre=true } @@ -305,6 +408,25 @@ items { } +"revertible states" { + B:"botania%3Alivingrock?variant=brick"=true + B:"botania%3Alivingrock?variant=mossy_brick"=true + B:"chisel%3Acobblestone?variation=1"=true + B:"chisel%3Acobblestone?variation=3"=true + B:"chisel%3Alimestone1?variation=4"=true + B:"chisel%3Alimestone?variation=9"=true + B:"chisel%3Asandstoneyellow?variation=1"=true + B:"chisel%3Astonebrick?variation=9"=true + B:"minecraft%3Adirt?snowy=false&variant=dirt"=true + B:"minecraft%3Agrass?snowy=false"=true + B:"minecraft%3Aleaves?check_decay=false&decayable=false&variant=oak"=true + B:"minecraft%3Alog?axis=y&variant=oak"=true + B:"minecraft%3Aplanks?variant=birch"=true + B:"minecraft%3Astone?variant=granite"=true + B:"minecraft%3Astone?variant=stone"=true +} + + troubleshooting { B:disableCustomVertexFormats=false B:enableAPITestingItem=false diff --git a/server-patches/unreleased/config/cofh/thermaldynamics/client.cfg b/modpack/config/cofh/thermaldynamics/client.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/thermaldynamics/client.cfg rename to modpack/config/cofh/thermaldynamics/client.cfg diff --git a/server-patches/unreleased/config/cofh/thermaldynamics/common.cfg b/modpack/config/cofh/thermaldynamics/common.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/thermaldynamics/common.cfg rename to modpack/config/cofh/thermaldynamics/common.cfg diff --git a/server-patches/unreleased/config/cofh/thermaldynamics/cover_blacklist.json b/modpack/config/cofh/thermaldynamics/cover_blacklist.json similarity index 100% rename from server-patches/unreleased/config/cofh/thermaldynamics/cover_blacklist.json rename to modpack/config/cofh/thermaldynamics/cover_blacklist.json diff --git a/modpack/config/cofh/world/01_tato6.json b/modpack/config/cofh/world/01_tato6.json index 1d47e5c..22dcf4b 100644 --- a/modpack/config/cofh/world/01_tato6.json +++ b/modpack/config/cofh/world/01_tato6.json @@ -34,6 +34,35 @@ 1 ] } + }, + "osmium": { + "enabled": false, + "distribution": "uniform", + "details": { + "description": "This is mekanism's osmium. Need to pick some environment where this will spawn. Maybe cold biomes?", + "frequency": "" + }, + "generator": { + "block": [ + { + "name": "mekanism:oreblock" + } + ], + "material": "minecraft:stone", + "cluster-size": 6 + }, + "cluster-count": 12, + "min-height": 20, + "max-height": 64, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } }, "gold": { @@ -199,7 +228,7 @@ } }, "silver_native": { - "description": "Native elemental silver is rare, and can only be found under in mountains. It is modded lapis.", + "description": "Native elemental silver is rare, and can only be found in magical biomes, and the dwarven holds of old. It is modded lapis.", "distribution": "gaussian", "generator": { "block": "embers:ore_silver", @@ -216,11 +245,11 @@ { "type": "id", "entry": [ - "extreme_hills", - "smaller_extreme_hills", - "extreme_hills_with_trees", - "mutated_extreme_hills", - "mutated_extreme_hills_with_trees", + "minecraft:roofed_forest", + "biomesoplenty:mystic_grove", + "biomesoplenty:ominous_woods", + "biomesoplenty:sacred_springs", + "thaumcraft:magical_forest", "biomesoplenty:crag", "biomesoplenty:alps", "biomesoplenty:alps_foothills", @@ -282,6 +311,106 @@ ] } }, + "beaches": { + "enabled": true, + "description": "Gems can be found kicking around in sandy beaches.", + "distribution": "uniform", + "generator": [{ + "type": "cluster", + "block": "osv:thaumcraft_amber_ore_sand", + "material": "minecraft:sand", + "cluster-size": 4, + "weight": 25 + }, { + "type": "cluster", + "block": "osv:appliedenergistics2_quartz_ore_sand", + "material": "minecraft:sand", + "cluster-size": 4, + "weight": 25 + }, { + "type": "cluster", + "block": "osv:bewitchment_garnet_ore_sand", + "cluster-size": 4, + "weight": 25 + }, { + "type": "cluster", + "block": "osv:bewitchment_opal_ore_sand", + "cluster-size": 4, + "weight": 25 + }], + "cluster-count": 6, + "min-height": 54, + "max-height": 74, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "id", + "entry": [ + "beaches" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "riverbed": { + "enabled": true, + "description": "Gems can be found burried in the sandy river beds.", + "distribution": "uniform", + "generator": [{ + "type": "cluster", + "block": "osv:thaumcraft_amber_ore_sand", + "material": "minecraft:sand", + "cluster-size": 4, + "weight": 25 + }, { + "type": "cluster", + "block": "osv:appliedenergistics2_quartz_ore_sand", + "material": "minecraft:sand", + "cluster-size": 4, + "weight": 25 + }, { + "type": "cluster", + "block": "osv:bewitchment_garnet_ore_sand", + "cluster-size": 4, + "weight": 25 + }, { + "type": "cluster", + "block": "osv:bewitchment_opal_ore_sand", + "cluster-size": 4, + "weight": 25 + }], + "cluster-count": 12, + "min-height": 54, + "max-height": 64, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "id", + "entry": [ + "river" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, "meteoric_iron_vein": { "enabled": true, "description": "In mountainous biomes, iron and nickel are sometimes found together. Added it for the dwarves.", @@ -305,7 +434,8 @@ "max-height": 30, "retrogen": false, "biome": { - "restriction": "whitelist", + "restriction": "whitelist", + "description": "Biomes that are not just high but actually rough, like rocky not flat. Dwarven, if you will.", "value": [ { "type": "id", @@ -319,7 +449,11 @@ "biomesoplenty:alps", "biomesoplenty:alps_foothills", "biomesoplenty:mountain", - "biomesoplenty:mountain_foothills" + "biomesoplenty:mountain_foothills", + "biomesoplenty:overgrown_cliffs", + "biomesoplenty:volcanic_island", + "mutated_extreme_hills", + "mutated_taiga" ] } ] @@ -340,19 +474,23 @@ "type": "geode", "material": ["minecraft:stone", "minecraft:dirt", "minecraft:gravel", "minecraft:sand"], "block": [ + { + "name": "stone", + "weight": 20 + }, { "name": "iron_ore", - "weight": 50 + "weight": 40 }, { "name": "embers:ore_nickel", - "weight": 50 + "weight": 40 } ], - "crust": "chisel:basalt" + "crust": "appliedenergistics2:sky_stone_block" }, "cluster-count": 1, - "chunk-chance": 10, + "chunk-chance": 8, "min-height": 50, "max-height": 256, "retrogen": false, @@ -365,97 +503,6 @@ ] } }, - "igneous_granite": { - "enabled": true, - "description": "Spawns below 80", - "distribution": "uniform", - "generator": { - "block": { - "name": "stone", - "properties": { - "variant": "granite" - } - }, - "material": "minecraft:stone", - "cluster-size": 33 - }, - "cluster-count": 10, - "min-height": 0, - "max-height": 80, - "retrogen": false, - "biome": "all", - "dimension": { - "restriction": "blacklist", - "value": [ - -1, - 1 - ] - } - }, - "igneous_andesite": { - "enabled": true, - "description": "Spawns below 80", - "distribution": "uniform", - "generator": { - "block": { - "name": "stone", - "properties": { - "variant": "andesite" - } - }, - "material": "minecraft:stone", - "cluster-size": 33 - }, - "cluster-count": 10, - "min-height": 0, - "max-height": 80, - "retrogen": false, - "biome": "all", - "dimension": { - "restriction": "blacklist", - "value": [ - -1, - 1 - ] - } - }, - "igneous_diorite": { - "enabled": true, - "description": "Spawns below 80", - "distribution": "uniform", - "generator": { - "block": { - "name": "stone", - "properties": { - "variant": "diorite" - } - }, - "material": "minecraft:stone", - "cluster-size": 33 - }, - "cluster-count": 10, - "min-height": 0, - "max-height": 80, - "retrogen": false, - "biome": "all", - "dimension": { - "restriction": "blacklist", - "value": [ - -1, - 1 - ] - } - }, - "chalk_biome": { - "enabled": false, - "description": "Massive chalk deposite, maybe in mountains only?", - "min-height": 50, - "max-height": 130 - }, - "sedimentary_light_blue_slate": { - "enabled": false, - "description": "Spawns above 50. Quark slate. Currently disabled." - }, "bauxite": { "enabled": true, "description": "Found in warm climates near the surface, it can be smelted into aluminium. I'd like to restrict it to deserts, savannah, outback, that kind of wide flat biomes but I will need a specific list.", @@ -468,7 +515,7 @@ "material": ["minecraft:stone", "minecraft:sandstone"], "cluster-size": 8 }, - "cluster-count": 8, + "cluster-count": 16, "min-height": 40, "max-height": 70, "retrogen": false, @@ -477,16 +524,14 @@ "value": [ { "type": "id", - "note": "The coast of brazil, the steppes of the caucassus, russian tundra, and deserts in india... all over the place! For some reason this is not working... in bop biomes. Need to prefix them. I've chosen mostly flat warm biomes, and not their hills counterparts to encourage open pit mining.", + "note": "The coast of brazil, and deserts in india... all over the place! I've chosen mostly flat warm biomes, and not their hills counterparts to encourage open pit mining.", "entry": [ "desert", "jungle", "biomesoplenty:savanna", "biomesoplenty:brushlands", "biomesoplenty:outback", - "biomesoplenty:tundra", "biomesoplenty:chapparal", - "biomesoplenty:snowy_tundra", "biomesoplenty:lush_desert", "biomesoplenty:tropical_rainforest" ] diff --git a/modpack/config/cofh/world/01_tato6_igneous.json b/modpack/config/cofh/world/01_tato6_igneous.json new file mode 100644 index 0000000..3b2e7e7 --- /dev/null +++ b/modpack/config/cofh/world/01_tato6_igneous.json @@ -0,0 +1,192 @@ +{ + "priority": 1000000000000, + "enabled": true, + "populate": { + "igneous_granite_high": { + "enabled": true, + "description": "Between 50 and 80 the ores spawn less.", + "distribution": "uniform", + "generator": [{ + "block": [{ + "name": "stone", + "properties": { + "variant": "granite" + }, + "weight": 300 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }], + "cluster-count": 4, + "min-height": 50, + "max-height": 80, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "igneous_andesite_high": { + "enabled": true, + "description": "Between 50 and 80 the ores spawn less.", + "distribution": "uniform", + "generator": { + "block": [{ + "name": "stone", + "properties": { + "variant": "andesite" + }, + "weight": 300 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 4, + "min-height": 50, + "max-height": 80, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "igneous_diorite_high": { + "enabled": true, + "description": "Between 50 and 80 the ores spawn less.", + "distribution": "uniform", + "generator": { + "block": [{ + "name": "stone", + "properties": { + "variant": "diorite" + }, + "weight": 300 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 4, + "min-height": 50, + "max-height": 80, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "igneous_granite_low": { + "enabled": true, + "description": "Spawns from 0 - 50 and is rich in quartz.", + "distribution": "uniform", + "generator": [{ + "block": [{ + "name": "stone", + "properties": { + "variant": "granite" + }, + "weight": 8000 + }, { + "name": "osv:appliedenergistics2_quartz_ore_1", + "weight": 16 + }, { + "name": "osv:mekanism_oreblock_1", + "weight": 80 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }], + "cluster-count": 6, + "min-height": 0, + "max-height": 50, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "igneous_andesite_low": { + "enabled": true, + "description": "Spawns from 0 - 50 and is rich in quartz.", + "distribution": "uniform", + "generator": { + "block": [{ + "name": "stone", + "properties": { + "variant": "andesite" + }, + "weight": 8000 + }, { + "name": "osv:appliedenergistics2_quartz_ore_5", + "weight": 16 + }, { + "name": "osv:mekanism_oreblock_5", + "weight": 80 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 6, + "min-height": 0, + "max-height": 50, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "igneous_diorite_low": { + "enabled": true, + "description": "Spawns from 0 - 50 and is rich in quartz.", + "distribution": "uniform", + "generator": { + "block": [{ + "name": "stone", + "properties": { + "variant": "diorite" + }, + "weight": 8000 + }, { + "name": "osv:appliedenergistics2_quartz_ore_3", + "weight": 16 + }, { + "name": "osv:mekanism_oreblock_3", + "weight": 80 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 6, + "min-height": 0, + "max-height": 50, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + } + } +} diff --git a/server-patches/unreleased/config/cofh/world/01_tato6_nuclearcraft.json b/modpack/config/cofh/world/01_tato6_nuclearcraft.json similarity index 97% rename from server-patches/unreleased/config/cofh/world/01_tato6_nuclearcraft.json rename to modpack/config/cofh/world/01_tato6_nuclearcraft.json index 2c51e1e..9b5aac2 100644 --- a/server-patches/unreleased/config/cofh/world/01_tato6_nuclearcraft.json +++ b/modpack/config/cofh/world/01_tato6_nuclearcraft.json @@ -20,8 +20,8 @@ "cluster-size": 4 }, "cluster-count": 4, - "min-height": 60, - "max-height": 96, + "min-height": 20, + "max-height": 56, "retrogen": false, "biome": { "restriction": "whitelist", @@ -81,8 +81,8 @@ "cluster-size": 4 }, "cluster-count": 4, - "min-height": 60, - "max-height": 96, + "min-height": 20, + "max-height": 56, "retrogen": false, "biome": { "restriction": "whitelist", @@ -142,8 +142,8 @@ "cluster-size": 5 }, "cluster-count": 6, - "min-height": 60, - "max-height": 88, + "min-height": 20, + "max-height": 48, "retrogen": false, "biome": { "restriction": "whitelist", @@ -203,8 +203,8 @@ "cluster-size": 5 }, "cluster-count": 6, - "min-height": 60, - "max-height": 88, + "min-height": 20, + "max-height": 48, "retrogen": false, "biome": { "restriction": "whitelist", @@ -264,8 +264,8 @@ "cluster-size": 5 }, "cluster-count": 4, - "min-height": 60, - "max-height": 84, + "min-height": 20, + "max-height": 24, "retrogen": false, "biome": { "restriction": "whitelist", @@ -325,8 +325,8 @@ "cluster-size": 8 }, "cluster-count": 4, - "min-height": 60, - "max-height": 96, + "min-height": 20, + "max-height": 56, "retrogen": false, "biome": { "restriction": "whitelist", diff --git a/modpack/config/cofh/world/02_tato6_sedimentary.json b/modpack/config/cofh/world/02_tato6_sedimentary.json index fa388da..3681425 100644 --- a/modpack/config/cofh/world/02_tato6_sedimentary.json +++ b/modpack/config/cofh/world/02_tato6_sedimentary.json @@ -205,7 +205,7 @@ "distribution": "uniform", "generator": { "block": { - "name": "chisel:marble2", + "name": "astralsorcery:blockmarble", "properties": { "variation": "7" } @@ -236,5 +236,11 @@ ] } } + }, + "chalk_biome": { + "enabled": false, + "description": "Massive chalk deposite, maybe in mountains only?", + "min-height": 50, + "max-height": 130 } } diff --git a/modpack/config/conarm.cfg b/modpack/config/conarm.cfg new file mode 100644 index 0000000..0151a28 --- /dev/null +++ b/modpack/config/conarm.cfg @@ -0,0 +1,35 @@ +# Configuration file + +general { + # Set to true to have the Bouncy trait use durability for each bounce + B:"Bouncy Trait Uses Durability"=true + + # Set to true to disable the armor preview panel in the Armor Station/Forge GUI + B:"Compact GUI"=false + + # Set to true to give an Armory Book to players who enter a world for the first time + B:"Spawn With Book"=false + + leveling { + # Base XP needed for armor + I:"Base XP Requirement"=100 + + # Multiplier to calculate xp from damage (e.g 0.25 means 25% of damage will be given as XP) + D:"Damage to XP Multiplier"=0.25 + + # How much to multiply the experience needed for each level + D:"Leveling Multiplier"=2.0 + + # Maximum achievable levels. If set to 0 or lower there is no upper limit. + I:"Maximum Levels"=-1 + + # Reduces the amount of modifiers a newly built armor gets if the value is lower than the regular amount of modifiers the armor would have. + I:"Starting Modifier Amount"=3 + + # Maximum amount of XP that a single hit can give + I:"XP Gain Cap"=100 + } + +} + + diff --git a/modpack/config/controlledburn.cfg b/modpack/config/controlledburn.cfg new file mode 100644 index 0000000..036fdf9 --- /dev/null +++ b/modpack/config/controlledburn.cfg @@ -0,0 +1,178 @@ +# Configuration file + +general { + # This allows you to set what a block will become when it burns + # Eg. you can make grass blocks turn to dirt by using this setting: + # minecraft:grass, minecraft:dirt + # + # Keep in mind that this won't do anything unless you make sure the first block is actually flammable (and maybe give it encouragement too, depending; see the MC wiki for more info on those stats) + S:"Block Transformations" < + > + + # This allows you to set a custom BASE flammability and encouragement for any given block + # + # The EFFECTIVE stats of the block will be these values times their respective multipliers + # + # Flammability is how fast/easily the block is destroyed by fire + # + # Encouragement is how fast/easily fire spreads to the block + # + # The equals symbol can be used to leave a base stat as-is (eg, if you only want to change one stat) + # + # Setting flammability to a negative value makes a block behave like netherrack (as far as fire goes) + # + # Syntax is [blockID, flammability, encouragement]. Examples below + # minecraft:grass, 5, 5 + # minecraft:dirt, =, 5 + S:"Block-Specific Settings" < + > + + ########################################################################################################## + # global multipliers + #--------------------------------------------------------------------------------------------------------# + # Multipliers for how fast fire naturally spreads and how fast fire burns blocks + # + # Also includes the setting for how often fire updates (which makes everything fire-related faster or slower) + ########################################################################################################## + + "global multipliers" { + # How fast blocks are destroyed (burnt) when 'on fire', as a multiplier (2 means twice as fast, 0.5 means half as fast) + # + # AKA flammability multiplier + # + # Set this to 0 to make it so fire doesn't break (burn) blocks at all (but can still be lit) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:"Burn Speed Multiplier"=1.0 + + # How fast fire spreads, as a multiplier (2 means twice as fast, 0.5 means half as fast) + # + # AKA encouragement multiplier + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:"Spread Speed Multiplier"=1.0 + + # The number of game ticks before fire blocks update themselves + # + # The lower you set this, the faster fire works (in every way) + # Min: 1 + # Max: 2147483647 + I:"Tick Delay"=30 + + # By default, MC adds 0-9 ticks to each tick delay + # + # The lower you set this, the faster fire works (in every way), and the less random it works, time-wise (but not to any noticeable degree for the latter) + # Min: 0 + # Max: 2147483647 + I:"Tick Delay Randomization"=9 + } + + ########################################################################################################## + # specialtoggles + #--------------------------------------------------------------------------------------------------------# + # Includes whether certain sources can start fires, whether fire ignores rain, and other oddities + ########################################################################################################## + + specialtoggles { + # Whether fire spreading from lava is disabled + B:"Disable Fires From Lava"=false + + # Whether fire spreading from lightning is disabled + B:"Disable Fires From Lightning"=true + + # If set to true, fire ignores the fire resistance of humid biomes + # + # This affects block destruction (burn) chance and natural fire spread chance in humid biomes + B:"Ignore Humid Biomes"=false + + # If set to true, fire ignores rain + # + # WHEN IT'S RAINING this affects chance of fire extinguishing from rain, chance of natural fire spread, and chance of fire spread when fire destroys (burns) a block + B:"Ignore Rain"=false + + # Whether fire requires line-of-sight to spread to a new location + B:"LOS-Only Fire Spread"=false + } + + ########################################################################################################## + # burnspreadchances + #--------------------------------------------------------------------------------------------------------# + # These determine how often fire spreads to adjacent blocks after burning a block + ########################################################################################################## + + burnspreadchances { + # When a fire at the MAXIMUM age (15 in vanilla) destroys (burns through) a block, the chance that the broken (burnt) block is replaced with fire + # + # Does nothing if fire never destroys blocks, eg. if dontDestroyBlocks is set to true + # + # Uses a full-number percentage (25 means 25% chance, 75 means 75% chance) + # Min: 0 + # Max: 100 + I:"Max Burn Spread Chance"=80 + + # When a fire at the MINIMUM age (0 in vanilla) destroys (burns through) a block, the chance that the broken (burnt) block is replaced with fire + # + # Does nothing if fire never destroys blocks, eg. if dontDestroyBlocks is set to true + # + # Uses a full-number percentage (25 means 25% chance, 75 means 75% chance) + # Min: 0 + # Max: 100 + I:"Min Burn Spread Chance"=50 + } + + ########################################################################################################## + # natural fire spread ranges + #--------------------------------------------------------------------------------------------------------# + # How far fire can naturally spread from one block to another in each direction + ########################################################################################################## + + "natural fire spread ranges" { + # The maximum downward distance fire can naturally spread to when updating (eg. between two trees) + # Min: 0 + # Max: 2147483647 + I:"Reach (Downwards)"=1 + + # The maximum horizontal distance fire can naturally spread to when updating (eg. between two trees) + # Min: 0 + # Max: 2147483647 + I:"Reach (Sideways)"=1 + + # The maximum upward distance fire can naturally spread to when updating (eg. between two trees) + # Min: 0 + # Max: 2147483647 + I:"Reach (Upwards)"=4 + } + + ########################################################################################################## + # spread strengths + #--------------------------------------------------------------------------------------------------------# + # How much 'life' new fires have when spreading + ########################################################################################################## + + "spread strengths" { + # When fire spreads by destroying a block, the new fire's duration is set to the duration of the fire it came from, multiplied by this + # + # Fire's lifetime is only measured in integers from 0 to 15, so if you set the percentage to anything lower than 7 it will be the same as if you set it to 0 + # + # Uses a full-number percentage (25 means 25% strength, 75 means 75% strength) + # + # The normal vanilla fire mechanics don't use a percentage reduction like this, so set this to -1 if you want vanilla mechanics in this regard + # Min: -1 + # Max: 100 + I:"Spread Strength (Block Burning)"=-1 + + # When fire spreads naturally, ie. not when it's spreading by destroying (burning) a block, the new fire's duration is set to the duration of the fire it came from, multiplied by this + # + # Fire's lifetime is only measured in integers from 0 to 15, so if you set the percentage to anything lower than 7 it will be the same as if you set it to 0 + # + # Uses a full-number percentage (25 means 25% strength, 75 means 75% strength) + # + # The normal vanilla fire mechanics don't use a percentage reduction like this, so set this to -1 if you want vanilla mechanics in this regard + # Min: -1 + # Max: 100 + I:"Spread Strength (Natural Spread)"=-1 + } + +} + + diff --git a/modpack/config/corpse.cfg b/modpack/config/corpse.cfg new file mode 100644 index 0000000..cf446eb --- /dev/null +++ b/modpack/config/corpse.cfg @@ -0,0 +1,11 @@ +# Configuration file + +corpse { + # The time passed after a corpse despawns even if its not empty (-1 = never) [range: -1 ~ 2147483647, default: -1] + I:force_despawn_time=-1 + + # If only the owner of the corpse can access the inventory [default: false] + B:only_owner_access=true +} + + diff --git a/modpack/config/embers.cfg b/modpack/config/embers.cfg index 7b4f661..0bf5cb8 100644 --- a/modpack/config/embers.cfg +++ b/modpack/config/embers.cfg @@ -70,10 +70,10 @@ compat { misc { # Codex category is shut. Progression is open. [default: true] - B:codexCategoryIsProgress=false + B:codexCategoryIsProgress=true # Codex entry is shut and hide. Progression is open and show. [default: true] - B:codexEntryIsProgress=false + B:codexEntryIsProgress=true # If true, Embers homing projectiles will go for neutral players. [default: false] B:everybodyIsAnEnemy=false @@ -223,7 +223,7 @@ structures { B:smallRuinBlacklistIsWhitelist=true # Spawning frequency of the small ruin structure. A value of 0 will prevent spawning altogether. [range: 0 ~ 32767, default: 5] - I:smallRuinChance=5 + I:smallRuinChance=10 } diff --git a/modpack/config/mysticalworld.cfg b/modpack/config/mysticalworld.cfg index b9e44a7..1b764f1 100644 --- a/modpack/config/mysticalworld.cfg +++ b/modpack/config/mysticalworld.cfg @@ -12,7 +12,7 @@ general { # Mininmum distance between Hut structures. Set to -1 to disable. # Min: -1 # Max: 2147483647 - I:HutDistance=400 + I:HutDistance=-1 # Inject some items from Mystical World into dungeon & other loot chests B:InjectLoot=true diff --git a/server-patches/unreleased/config/osv.cfg b/modpack/config/osv.cfg similarity index 99% rename from server-patches/unreleased/config/osv.cfg rename to modpack/config/osv.cfg index 3781820..7a23378 100644 --- a/server-patches/unreleased/config/osv.cfg +++ b/modpack/config/osv.cfg @@ -30,6 +30,9 @@ blockregistry { thaumcraft_amber_ore sand appliedenergistics2_quartz_ore minecraft appliedenergistics2_quartz_ore sand + mekanism_oreblock minecraft + bewitchment_garnet_ore sand + bewitchment_opal_ore sand > ########################################################################################################## diff --git a/server-patches/unreleased/config/osv/appliedenergistics2_certus_quartz_ore.hjson b/modpack/config/osv/appliedenergistics2_certus_quartz_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/appliedenergistics2_certus_quartz_ore.hjson rename to modpack/config/osv/appliedenergistics2_certus_quartz_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/TUTORIAL.hjson b/modpack/config/osv/ores/TUTORIAL.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/TUTORIAL.hjson rename to modpack/config/osv/ores/TUTORIAL.hjson diff --git a/server-patches/unreleased/config/osv/ores/appliedenergistics2_quartz_ore.hjson b/modpack/config/osv/ores/appliedenergistics2_quartz_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/appliedenergistics2_quartz_ore.hjson rename to modpack/config/osv/ores/appliedenergistics2_quartz_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_adamantine_ore.hjson b/modpack/config/osv/ores/basemetals_adamantine_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_adamantine_ore.hjson rename to modpack/config/osv/ores/basemetals_adamantine_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_antimony_ore.hjson b/modpack/config/osv/ores/basemetals_antimony_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_antimony_ore.hjson rename to modpack/config/osv/ores/basemetals_antimony_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_bismuth_ore.hjson b/modpack/config/osv/ores/basemetals_bismuth_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_bismuth_ore.hjson rename to modpack/config/osv/ores/basemetals_bismuth_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_coldiron_ore.hjson b/modpack/config/osv/ores/basemetals_coldiron_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_coldiron_ore.hjson rename to modpack/config/osv/ores/basemetals_coldiron_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_copper_ore.hjson b/modpack/config/osv/ores/basemetals_copper_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_copper_ore.hjson rename to modpack/config/osv/ores/basemetals_copper_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_cupronickel_ore.hjson b/modpack/config/osv/ores/basemetals_cupronickel_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_cupronickel_ore.hjson rename to modpack/config/osv/ores/basemetals_cupronickel_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_lead_ore.hjson b/modpack/config/osv/ores/basemetals_lead_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_lead_ore.hjson rename to modpack/config/osv/ores/basemetals_lead_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_mercury_ore.hjson b/modpack/config/osv/ores/basemetals_mercury_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_mercury_ore.hjson rename to modpack/config/osv/ores/basemetals_mercury_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_nickel_ore.hjson b/modpack/config/osv/ores/basemetals_nickel_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_nickel_ore.hjson rename to modpack/config/osv/ores/basemetals_nickel_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_pewter_ore.hjson b/modpack/config/osv/ores/basemetals_pewter_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_pewter_ore.hjson rename to modpack/config/osv/ores/basemetals_pewter_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_platinum_ore.hjson b/modpack/config/osv/ores/basemetals_platinum_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_platinum_ore.hjson rename to modpack/config/osv/ores/basemetals_platinum_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_silver_ore.hjson b/modpack/config/osv/ores/basemetals_silver_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_silver_ore.hjson rename to modpack/config/osv/ores/basemetals_silver_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_starsteel_ore.hjson b/modpack/config/osv/ores/basemetals_starsteel_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_starsteel_ore.hjson rename to modpack/config/osv/ores/basemetals_starsteel_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_tin_ore.hjson b/modpack/config/osv/ores/basemetals_tin_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_tin_ore.hjson rename to modpack/config/osv/ores/basemetals_tin_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/basemetals_zinc_ore.hjson b/modpack/config/osv/ores/basemetals_zinc_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/basemetals_zinc_ore.hjson rename to modpack/config/osv/ores/basemetals_zinc_ore.hjson diff --git a/modpack/config/osv/ores/bewitchment_garnet_ore.hjson b/modpack/config/osv/ores/bewitchment_garnet_ore.hjson new file mode 100644 index 0000000..a999fe4 --- /dev/null +++ b/modpack/config/osv/ores/bewitchment_garnet_ore.hjson @@ -0,0 +1,34 @@ + # This preset was generated automatically. To enable + # custom generation settings, you must manually define + # `gen`. See TUTORIAL.hjson. +{ + name: bewitchment_garnet_ore + mod: bewitchment + block: { + location: bewitchment:garnet_ore + level: 2 + material: ROCK + soundType: STONE + lightLevel: 0 + resistance: 45 + hardness: 3 + ticksRandomly: false + slipperiness: 0.6000000238418579 + } + texture: { + original: bewitchment:blocks/garnet_ore + } + recipe: { + result: bewitchment:garnet + xp: 0.8500000238418579 + quantity: 1 + } + loot: [ + { + item: bewitchment:garnet + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } + ] +} \ No newline at end of file diff --git a/modpack/config/osv/ores/bewitchment_opal_ore.hjson b/modpack/config/osv/ores/bewitchment_opal_ore.hjson new file mode 100644 index 0000000..473d15e --- /dev/null +++ b/modpack/config/osv/ores/bewitchment_opal_ore.hjson @@ -0,0 +1,34 @@ + # This preset was generated automatically. To enable + # custom generation settings, you must manually define + # `gen`. See TUTORIAL.hjson. +{ + name: bewitchment_opal_ore + mod: bewitchment + block: { + location: bewitchment:opal_ore + level: 2 + material: ROCK + soundType: STONE + lightLevel: 0 + resistance: 45 + hardness: 3 + ticksRandomly: false + slipperiness: 0.6000000238418579 + } + texture: { + original: bewitchment:blocks/opal_ore + } + recipe: { + result: bewitchment:opal + xp: 0.8500000238418579 + quantity: 1 + } + loot: [ + { + item: bewitchment:opal + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } + ] +} \ No newline at end of file diff --git a/server-patches/unreleased/config/osv/ores/biomesoplenty_amber_ore.hjson b/modpack/config/osv/ores/biomesoplenty_amber_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/biomesoplenty_amber_ore.hjson rename to modpack/config/osv/ores/biomesoplenty_amber_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/biomesoplenty_amethyst_ore.hjson b/modpack/config/osv/ores/biomesoplenty_amethyst_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/biomesoplenty_amethyst_ore.hjson rename to modpack/config/osv/ores/biomesoplenty_amethyst_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/biomesoplenty_malachite_ore.hjson b/modpack/config/osv/ores/biomesoplenty_malachite_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/biomesoplenty_malachite_ore.hjson rename to modpack/config/osv/ores/biomesoplenty_malachite_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/biomesoplenty_peridot_ore.hjson b/modpack/config/osv/ores/biomesoplenty_peridot_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/biomesoplenty_peridot_ore.hjson rename to modpack/config/osv/ores/biomesoplenty_peridot_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/biomesoplenty_ruby_ore.hjson b/modpack/config/osv/ores/biomesoplenty_ruby_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/biomesoplenty_ruby_ore.hjson rename to modpack/config/osv/ores/biomesoplenty_ruby_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/biomesoplenty_sapphire_ore.hjson b/modpack/config/osv/ores/biomesoplenty_sapphire_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/biomesoplenty_sapphire_ore.hjson rename to modpack/config/osv/ores/biomesoplenty_sapphire_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/biomesoplenty_tanzanite_ore.hjson b/modpack/config/osv/ores/biomesoplenty_tanzanite_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/biomesoplenty_tanzanite_ore.hjson rename to modpack/config/osv/ores/biomesoplenty_tanzanite_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/biomesoplenty_topaz_ore.hjson b/modpack/config/osv/ores/biomesoplenty_topaz_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/biomesoplenty_topaz_ore.hjson rename to modpack/config/osv/ores/biomesoplenty_topaz_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/coal_ore.hjson b/modpack/config/osv/ores/coal_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/coal_ore.hjson rename to modpack/config/osv/ores/coal_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/diamond_ore.hjson b/modpack/config/osv/ores/diamond_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/diamond_ore.hjson rename to modpack/config/osv/ores/diamond_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/embers_aluminum_ore.hjson b/modpack/config/osv/ores/embers_aluminum_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/embers_aluminum_ore.hjson rename to modpack/config/osv/ores/embers_aluminum_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/embers_copper_ore.hjson b/modpack/config/osv/ores/embers_copper_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/embers_copper_ore.hjson rename to modpack/config/osv/ores/embers_copper_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/embers_lead_ore.hjson b/modpack/config/osv/ores/embers_lead_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/embers_lead_ore.hjson rename to modpack/config/osv/ores/embers_lead_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/embers_nickel_ore.hjson b/modpack/config/osv/ores/embers_nickel_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/embers_nickel_ore.hjson rename to modpack/config/osv/ores/embers_nickel_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/embers_silver_ore.hjson b/modpack/config/osv/ores/embers_silver_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/embers_silver_ore.hjson rename to modpack/config/osv/ores/embers_silver_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/emerald_ore.hjson b/modpack/config/osv/ores/emerald_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/emerald_ore.hjson rename to modpack/config/osv/ores/emerald_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/glasshearts_agate_ore.hjson b/modpack/config/osv/ores/glasshearts_agate_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/glasshearts_agate_ore.hjson rename to modpack/config/osv/ores/glasshearts_agate_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/glasshearts_amethyst_ore.hjson b/modpack/config/osv/ores/glasshearts_amethyst_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/glasshearts_amethyst_ore.hjson rename to modpack/config/osv/ores/glasshearts_amethyst_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/glasshearts_opal_ore.hjson b/modpack/config/osv/ores/glasshearts_opal_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/glasshearts_opal_ore.hjson rename to modpack/config/osv/ores/glasshearts_opal_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/glasshearts_ruby_ore.hjson b/modpack/config/osv/ores/glasshearts_ruby_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/glasshearts_ruby_ore.hjson rename to modpack/config/osv/ores/glasshearts_ruby_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/glasshearts_sapphire_ore.hjson b/modpack/config/osv/ores/glasshearts_sapphire_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/glasshearts_sapphire_ore.hjson rename to modpack/config/osv/ores/glasshearts_sapphire_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/glasshearts_topaz_ore.hjson b/modpack/config/osv/ores/glasshearts_topaz_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/glasshearts_topaz_ore.hjson rename to modpack/config/osv/ores/glasshearts_topaz_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/gold_ore.hjson b/modpack/config/osv/ores/gold_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/gold_ore.hjson rename to modpack/config/osv/ores/gold_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/iceandfire_sapphire_ore.hjson b/modpack/config/osv/ores/iceandfire_sapphire_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/iceandfire_sapphire_ore.hjson rename to modpack/config/osv/ores/iceandfire_sapphire_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/iceandfire_silver_ore.hjson b/modpack/config/osv/ores/iceandfire_silver_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/iceandfire_silver_ore.hjson rename to modpack/config/osv/ores/iceandfire_silver_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/immersiveengineering_aluminum_ore.hjson b/modpack/config/osv/ores/immersiveengineering_aluminum_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/immersiveengineering_aluminum_ore.hjson rename to modpack/config/osv/ores/immersiveengineering_aluminum_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/immersiveengineering_copper_ore.hjson b/modpack/config/osv/ores/immersiveengineering_copper_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/immersiveengineering_copper_ore.hjson rename to modpack/config/osv/ores/immersiveengineering_copper_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/immersiveengineering_lead_ore.hjson b/modpack/config/osv/ores/immersiveengineering_lead_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/immersiveengineering_lead_ore.hjson rename to modpack/config/osv/ores/immersiveengineering_lead_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/immersiveengineering_nickel_ore.hjson b/modpack/config/osv/ores/immersiveengineering_nickel_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/immersiveengineering_nickel_ore.hjson rename to modpack/config/osv/ores/immersiveengineering_nickel_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/immersiveengineering_silver_ore.hjson b/modpack/config/osv/ores/immersiveengineering_silver_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/immersiveengineering_silver_ore.hjson rename to modpack/config/osv/ores/immersiveengineering_silver_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/immersiveengineering_uranium_ore.hjson b/modpack/config/osv/ores/immersiveengineering_uranium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/immersiveengineering_uranium_ore.hjson rename to modpack/config/osv/ores/immersiveengineering_uranium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/iron_ore.hjson b/modpack/config/osv/ores/iron_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/iron_ore.hjson rename to modpack/config/osv/ores/iron_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/lapis_ore.hjson b/modpack/config/osv/ores/lapis_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/lapis_ore.hjson rename to modpack/config/osv/ores/lapis_ore.hjson diff --git a/modpack/config/osv/ores/mekanism_oreblock.hjson b/modpack/config/osv/ores/mekanism_oreblock.hjson new file mode 100644 index 0000000..633d367 --- /dev/null +++ b/modpack/config/osv/ores/mekanism_oreblock.hjson @@ -0,0 +1,35 @@ + # This preset was generated automatically. To enable + # custom generation settings, you must manually define + # `gen`. See TUTORIAL.hjson. +{ + name: mekanism_oreblock + mod: mekanism + block: { + location: mekanism:oreblock + level: 1 + material: ROCK + soundType: STONE + lightLevel: 0 + resistance: 15 + hardness: 3 + ticksRandomly: false + slipperiness: 0.6000000238418579 + } + texture: { + shade: false + original: mekanism:blocks/osmiumore + } + recipe: { + result: mekanism:ingot:1 + xp: 0 + quantity: 1 + } + loot: [ + { + item: mekanism:oreblock + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } + ] +} \ No newline at end of file diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_adamantine_ore.hjson b/modpack/config/osv/ores/metallurgy_adamantine_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_adamantine_ore.hjson rename to modpack/config/osv/ores/metallurgy_adamantine_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_alduorite_ore.hjson b/modpack/config/osv/ores/metallurgy_alduorite_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_alduorite_ore.hjson rename to modpack/config/osv/ores/metallurgy_alduorite_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_astral_silver_ore.hjson b/modpack/config/osv/ores/metallurgy_astral_silver_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_astral_silver_ore.hjson rename to modpack/config/osv/ores/metallurgy_astral_silver_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_atlarus_ore.hjson b/modpack/config/osv/ores/metallurgy_atlarus_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_atlarus_ore.hjson rename to modpack/config/osv/ores/metallurgy_atlarus_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_carmot_ore.hjson b/modpack/config/osv/ores/metallurgy_carmot_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_carmot_ore.hjson rename to modpack/config/osv/ores/metallurgy_carmot_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_ceruclase_ore.hjson b/modpack/config/osv/ores/metallurgy_ceruclase_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_ceruclase_ore.hjson rename to modpack/config/osv/ores/metallurgy_ceruclase_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_copper_ore.hjson b/modpack/config/osv/ores/metallurgy_copper_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_copper_ore.hjson rename to modpack/config/osv/ores/metallurgy_copper_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_deep_iron_ore.hjson b/modpack/config/osv/ores/metallurgy_deep_iron_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_deep_iron_ore.hjson rename to modpack/config/osv/ores/metallurgy_deep_iron_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_eximite_ore.hjson b/modpack/config/osv/ores/metallurgy_eximite_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_eximite_ore.hjson rename to modpack/config/osv/ores/metallurgy_eximite_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_ignatius_ore.hjson b/modpack/config/osv/ores/metallurgy_ignatius_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_ignatius_ore.hjson rename to modpack/config/osv/ores/metallurgy_ignatius_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_infuscolium_ore.hjson b/modpack/config/osv/ores/metallurgy_infuscolium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_infuscolium_ore.hjson rename to modpack/config/osv/ores/metallurgy_infuscolium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_kalendrite_ore.hjson b/modpack/config/osv/ores/metallurgy_kalendrite_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_kalendrite_ore.hjson rename to modpack/config/osv/ores/metallurgy_kalendrite_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_lemurite_ore.hjson b/modpack/config/osv/ores/metallurgy_lemurite_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_lemurite_ore.hjson rename to modpack/config/osv/ores/metallurgy_lemurite_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_lutetium_ore.hjson b/modpack/config/osv/ores/metallurgy_lutetium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_lutetium_ore.hjson rename to modpack/config/osv/ores/metallurgy_lutetium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_manganese_ore.hjson b/modpack/config/osv/ores/metallurgy_manganese_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_manganese_ore.hjson rename to modpack/config/osv/ores/metallurgy_manganese_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_meutoite_ore.hjson b/modpack/config/osv/ores/metallurgy_meutoite_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_meutoite_ore.hjson rename to modpack/config/osv/ores/metallurgy_meutoite_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_midasium_ore.hjson b/modpack/config/osv/ores/metallurgy_midasium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_midasium_ore.hjson rename to modpack/config/osv/ores/metallurgy_midasium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_mithril_ore.hjson b/modpack/config/osv/ores/metallurgy_mithril_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_mithril_ore.hjson rename to modpack/config/osv/ores/metallurgy_mithril_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_orichalcum_ore.hjson b/modpack/config/osv/ores/metallurgy_orichalcum_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_orichalcum_ore.hjson rename to modpack/config/osv/ores/metallurgy_orichalcum_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_osmium_ore.hjson b/modpack/config/osv/ores/metallurgy_osmium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_osmium_ore.hjson rename to modpack/config/osv/ores/metallurgy_osmium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_oureclase_ore.hjson b/modpack/config/osv/ores/metallurgy_oureclase_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_oureclase_ore.hjson rename to modpack/config/osv/ores/metallurgy_oureclase_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_phosphorite_ore.hjson b/modpack/config/osv/ores/metallurgy_phosphorite_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_phosphorite_ore.hjson rename to modpack/config/osv/ores/metallurgy_phosphorite_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_platinum_ore.hjson b/modpack/config/osv/ores/metallurgy_platinum_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_platinum_ore.hjson rename to modpack/config/osv/ores/metallurgy_platinum_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_potash_ore.hjson b/modpack/config/osv/ores/metallurgy_potash_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_potash_ore.hjson rename to modpack/config/osv/ores/metallurgy_potash_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_prometheum_ore.hjson b/modpack/config/osv/ores/metallurgy_prometheum_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_prometheum_ore.hjson rename to modpack/config/osv/ores/metallurgy_prometheum_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_rubracium_ore.hjson b/modpack/config/osv/ores/metallurgy_rubracium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_rubracium_ore.hjson rename to modpack/config/osv/ores/metallurgy_rubracium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_sanguinite_ore.hjson b/modpack/config/osv/ores/metallurgy_sanguinite_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_sanguinite_ore.hjson rename to modpack/config/osv/ores/metallurgy_sanguinite_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_shadow_iron_ore.hjson b/modpack/config/osv/ores/metallurgy_shadow_iron_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_shadow_iron_ore.hjson rename to modpack/config/osv/ores/metallurgy_shadow_iron_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_silver_ore.hjson b/modpack/config/osv/ores/metallurgy_silver_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_silver_ore.hjson rename to modpack/config/osv/ores/metallurgy_silver_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_sulfur_ore.hjson b/modpack/config/osv/ores/metallurgy_sulfur_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_sulfur_ore.hjson rename to modpack/config/osv/ores/metallurgy_sulfur_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_tin_ore.hjson b/modpack/config/osv/ores/metallurgy_tin_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_tin_ore.hjson rename to modpack/config/osv/ores/metallurgy_tin_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_vulcanite_ore.hjson b/modpack/config/osv/ores/metallurgy_vulcanite_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_vulcanite_ore.hjson rename to modpack/config/osv/ores/metallurgy_vulcanite_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_vyroxeres_ore.hjson b/modpack/config/osv/ores/metallurgy_vyroxeres_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_vyroxeres_ore.hjson rename to modpack/config/osv/ores/metallurgy_vyroxeres_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/metallurgy_zinc_ore.hjson b/modpack/config/osv/ores/metallurgy_zinc_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/metallurgy_zinc_ore.hjson rename to modpack/config/osv/ores/metallurgy_zinc_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/mineralogy_phosphorous_ore.hjson b/modpack/config/osv/ores/mineralogy_phosphorous_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/mineralogy_phosphorous_ore.hjson rename to modpack/config/osv/ores/mineralogy_phosphorous_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/mineralogy_sulfur_ore.hjson b/modpack/config/osv/ores/mineralogy_sulfur_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/mineralogy_sulfur_ore.hjson rename to modpack/config/osv/ores/mineralogy_sulfur_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_aluminum_ore.hjson b/modpack/config/osv/ores/modernmetals_aluminum_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_aluminum_ore.hjson rename to modpack/config/osv/ores/modernmetals_aluminum_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_aluminumbrass_ore.hjson b/modpack/config/osv/ores/modernmetals_aluminumbrass_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_aluminumbrass_ore.hjson rename to modpack/config/osv/ores/modernmetals_aluminumbrass_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_beryllium_ore.hjson b/modpack/config/osv/ores/modernmetals_beryllium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_beryllium_ore.hjson rename to modpack/config/osv/ores/modernmetals_beryllium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_boron_ore.hjson b/modpack/config/osv/ores/modernmetals_boron_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_boron_ore.hjson rename to modpack/config/osv/ores/modernmetals_boron_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_cadmium_ore.hjson b/modpack/config/osv/ores/modernmetals_cadmium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_cadmium_ore.hjson rename to modpack/config/osv/ores/modernmetals_cadmium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_chromium_ore.hjson b/modpack/config/osv/ores/modernmetals_chromium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_chromium_ore.hjson rename to modpack/config/osv/ores/modernmetals_chromium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_galvanizedsteel_ore.hjson b/modpack/config/osv/ores/modernmetals_galvanizedsteel_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_galvanizedsteel_ore.hjson rename to modpack/config/osv/ores/modernmetals_galvanizedsteel_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_iridium_ore.hjson b/modpack/config/osv/ores/modernmetals_iridium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_iridium_ore.hjson rename to modpack/config/osv/ores/modernmetals_iridium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_magnesium_ore.hjson b/modpack/config/osv/ores/modernmetals_magnesium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_magnesium_ore.hjson rename to modpack/config/osv/ores/modernmetals_magnesium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_nichrome_ore.hjson b/modpack/config/osv/ores/modernmetals_nichrome_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_nichrome_ore.hjson rename to modpack/config/osv/ores/modernmetals_nichrome_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_osmium_ore.hjson b/modpack/config/osv/ores/modernmetals_osmium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_osmium_ore.hjson rename to modpack/config/osv/ores/modernmetals_osmium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_plutonium_ore.hjson b/modpack/config/osv/ores/modernmetals_plutonium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_plutonium_ore.hjson rename to modpack/config/osv/ores/modernmetals_plutonium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_rutile_ore.hjson b/modpack/config/osv/ores/modernmetals_rutile_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_rutile_ore.hjson rename to modpack/config/osv/ores/modernmetals_rutile_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_stainlesssteel_ore.hjson b/modpack/config/osv/ores/modernmetals_stainlesssteel_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_stainlesssteel_ore.hjson rename to modpack/config/osv/ores/modernmetals_stainlesssteel_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_tantalum_ore.hjson b/modpack/config/osv/ores/modernmetals_tantalum_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_tantalum_ore.hjson rename to modpack/config/osv/ores/modernmetals_tantalum_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_thorium_ore.hjson b/modpack/config/osv/ores/modernmetals_thorium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_thorium_ore.hjson rename to modpack/config/osv/ores/modernmetals_thorium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_titanium_ore.hjson b/modpack/config/osv/ores/modernmetals_titanium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_titanium_ore.hjson rename to modpack/config/osv/ores/modernmetals_titanium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_tungsten_ore.hjson b/modpack/config/osv/ores/modernmetals_tungsten_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_tungsten_ore.hjson rename to modpack/config/osv/ores/modernmetals_tungsten_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_uranium_ore.hjson b/modpack/config/osv/ores/modernmetals_uranium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_uranium_ore.hjson rename to modpack/config/osv/ores/modernmetals_uranium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/modernmetals_zirconium_ore.hjson b/modpack/config/osv/ores/modernmetals_zirconium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/modernmetals_zirconium_ore.hjson rename to modpack/config/osv/ores/modernmetals_zirconium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/quark_biotite_ore.hjson b/modpack/config/osv/ores/quark_biotite_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/quark_biotite_ore.hjson rename to modpack/config/osv/ores/quark_biotite_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/quartz_ore.hjson b/modpack/config/osv/ores/quartz_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/quartz_ore.hjson rename to modpack/config/osv/ores/quartz_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/redstone_ore.hjson b/modpack/config/osv/ores/redstone_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/redstone_ore.hjson rename to modpack/config/osv/ores/redstone_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/simpleores_adamantium_ore.hjson b/modpack/config/osv/ores/simpleores_adamantium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/simpleores_adamantium_ore.hjson rename to modpack/config/osv/ores/simpleores_adamantium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/simpleores_copper_ore.hjson b/modpack/config/osv/ores/simpleores_copper_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/simpleores_copper_ore.hjson rename to modpack/config/osv/ores/simpleores_copper_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/simpleores_mythril_ore.hjson b/modpack/config/osv/ores/simpleores_mythril_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/simpleores_mythril_ore.hjson rename to modpack/config/osv/ores/simpleores_mythril_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/simpleores_onyx_ore.hjson b/modpack/config/osv/ores/simpleores_onyx_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/simpleores_onyx_ore.hjson rename to modpack/config/osv/ores/simpleores_onyx_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/simpleores_tin_ore.hjson b/modpack/config/osv/ores/simpleores_tin_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/simpleores_tin_ore.hjson rename to modpack/config/osv/ores/simpleores_tin_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/thaumcraft_amber_ore.hjson b/modpack/config/osv/ores/thaumcraft_amber_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/thaumcraft_amber_ore.hjson rename to modpack/config/osv/ores/thaumcraft_amber_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/thaumcraft_cinnabar_ore.hjson b/modpack/config/osv/ores/thaumcraft_cinnabar_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/thaumcraft_cinnabar_ore.hjson rename to modpack/config/osv/ores/thaumcraft_cinnabar_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/thermalfoundation_aluminum_ore.hjson b/modpack/config/osv/ores/thermalfoundation_aluminum_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/thermalfoundation_aluminum_ore.hjson rename to modpack/config/osv/ores/thermalfoundation_aluminum_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/thermalfoundation_copper_ore.hjson b/modpack/config/osv/ores/thermalfoundation_copper_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/thermalfoundation_copper_ore.hjson rename to modpack/config/osv/ores/thermalfoundation_copper_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/thermalfoundation_iridium_ore.hjson b/modpack/config/osv/ores/thermalfoundation_iridium_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/thermalfoundation_iridium_ore.hjson rename to modpack/config/osv/ores/thermalfoundation_iridium_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/thermalfoundation_lead_ore.hjson b/modpack/config/osv/ores/thermalfoundation_lead_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/thermalfoundation_lead_ore.hjson rename to modpack/config/osv/ores/thermalfoundation_lead_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/thermalfoundation_mithril_ore.hjson b/modpack/config/osv/ores/thermalfoundation_mithril_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/thermalfoundation_mithril_ore.hjson rename to modpack/config/osv/ores/thermalfoundation_mithril_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/thermalfoundation_nickel_ore.hjson b/modpack/config/osv/ores/thermalfoundation_nickel_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/thermalfoundation_nickel_ore.hjson rename to modpack/config/osv/ores/thermalfoundation_nickel_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/thermalfoundation_platinum_ore.hjson b/modpack/config/osv/ores/thermalfoundation_platinum_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/thermalfoundation_platinum_ore.hjson rename to modpack/config/osv/ores/thermalfoundation_platinum_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/thermalfoundation_silver_ore.hjson b/modpack/config/osv/ores/thermalfoundation_silver_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/thermalfoundation_silver_ore.hjson rename to modpack/config/osv/ores/thermalfoundation_silver_ore.hjson diff --git a/server-patches/unreleased/config/osv/ores/thermalfoundation_tin_ore.hjson b/modpack/config/osv/ores/thermalfoundation_tin_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/ores/thermalfoundation_tin_ore.hjson rename to modpack/config/osv/ores/thermalfoundation_tin_ore.hjson diff --git a/server-patches/unreleased/config/osv/quartz_ore.hjson b/modpack/config/osv/quartz_ore.hjson similarity index 100% rename from server-patches/unreleased/config/osv/quartz_ore.hjson rename to modpack/config/osv/quartz_ore.hjson diff --git a/server-patches/unreleased/config/osv/resources.zip b/modpack/config/osv/resources.zip similarity index 88% rename from server-patches/unreleased/config/osv/resources.zip rename to modpack/config/osv/resources.zip index c22ff9a..f2b8aa2 100644 Binary files a/server-patches/unreleased/config/osv/resources.zip and b/modpack/config/osv/resources.zip differ diff --git a/server-patches/unreleased/config/osv/stone/TUTORIAL.hjson b/modpack/config/osv/stone/TUTORIAL.hjson similarity index 100% rename from server-patches/unreleased/config/osv/stone/TUTORIAL.hjson rename to modpack/config/osv/stone/TUTORIAL.hjson diff --git a/server-patches/unreleased/config/osv/stone/andesite.hjson b/modpack/config/osv/stone/andesite.hjson similarity index 100% rename from server-patches/unreleased/config/osv/stone/andesite.hjson rename to modpack/config/osv/stone/andesite.hjson diff --git a/server-patches/unreleased/config/osv/stone/diorite.hjson b/modpack/config/osv/stone/diorite.hjson similarity index 100% rename from server-patches/unreleased/config/osv/stone/diorite.hjson rename to modpack/config/osv/stone/diorite.hjson diff --git a/server-patches/unreleased/config/osv/stone/dirt.hjson b/modpack/config/osv/stone/dirt.hjson similarity index 100% rename from server-patches/unreleased/config/osv/stone/dirt.hjson rename to modpack/config/osv/stone/dirt.hjson diff --git a/server-patches/unreleased/config/osv/stone/granite.hjson b/modpack/config/osv/stone/granite.hjson similarity index 100% rename from server-patches/unreleased/config/osv/stone/granite.hjson rename to modpack/config/osv/stone/granite.hjson diff --git a/server-patches/unreleased/config/osv/stone/gravel.hjson b/modpack/config/osv/stone/gravel.hjson similarity index 100% rename from server-patches/unreleased/config/osv/stone/gravel.hjson rename to modpack/config/osv/stone/gravel.hjson diff --git a/server-patches/unreleased/config/osv/stone/sand.hjson b/modpack/config/osv/stone/sand.hjson similarity index 100% rename from server-patches/unreleased/config/osv/stone/sand.hjson rename to modpack/config/osv/stone/sand.hjson diff --git a/modpack/config/sereneseasons/biome_info.json b/modpack/config/sereneseasons/biome_info.json new file mode 100644 index 0000000..b300fab --- /dev/null +++ b/modpack/config/sereneseasons/biome_info.json @@ -0,0 +1,397 @@ +{ + "minecraft:jungle_edge": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "abyssalcraft:darklands_plains": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "climaticbiomesjbg:tropical_forest_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:dense_scrub": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:flower_island": { + "enable_seasonal_effects": false, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:mystic_grove": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "traverse:badlands": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:desert_shrubland": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "conquest:jungle_mod": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:deep_ocean": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "biomesoplenty:ominous_woods": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "minecraft:mesa_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:arid_highland": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:canyon": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mesa": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:coral_reef": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "minecraft:mutated_jungle": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:dry_scrub": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:jungle_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:hot_mountain_trees": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:rainforest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:subtropical_forest_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "integrateddynamics:biome_meneglin": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "abyssalcraft:darklands_mountains": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "climaticbiomesjbg:tropical_forest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:bayou": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:savanna_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:river": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "biomesoplenty:xeric_shrubland": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:bamboo_forest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "conquest:bamboo_forest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:brushland": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:dense_scrub_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:oasis": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:sacred_springs": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_jungle_edge": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:kelp_forest": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "abyssalcraft:darklands_forest": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "biomesoplenty:tropical_island": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mesa_clear_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "abyssalcraft:coralium_infested_swamp": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "abyssalcraft:darklands": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "minecraft:mutated_mesa_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:overgrown_cliffs": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "thaumcraft:magical_forest": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "conquest:mesa_extreme_mod": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:floodplains": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:desert_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:mini_jungle": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:eucalyptus_forest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "conquest:desert_mod": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:wasteland": { + "enable_seasonal_effects": false, + "use_tropical_seasons": true, + "disable_crops": true + }, + "minecraft:desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_mesa_clear_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:red_desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:outback": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:ocean": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "minecraft:jungle": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:lush_desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:volcanic_island": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": true + }, + "minecraft:mushroom_island_shore": { + "enable_seasonal_effects": false, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_savanna_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "conquest:red_desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:crag": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": true + }, + "biomesoplenty:tropical_rainforest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_savanna": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:dry_scrub_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mushroom_island": { + "enable_seasonal_effects": false, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:hot_mountain": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:mangrove": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:mountainous_desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:subtropical_forest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_mesa": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:pine_swamp": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:white_beach": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "abyssalcraft:darklands_hills": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "minecraft:savanna": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:scrubland": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + } +} \ No newline at end of file diff --git a/modpack/config/sereneseasons/cropfertility.cfg b/modpack/config/sereneseasons/cropfertility.cfg new file mode 100644 index 0000000..79d54c6 --- /dev/null +++ b/modpack/config/sereneseasons/cropfertility.cfg @@ -0,0 +1,303 @@ +# Configuration file + +general_category { + # Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops. + B:crop_tooltips=true + + # Whether crops break if out of season. If false, they simply don't grow + B:crops_break=false + + # Maximum height greenhouse glass can be above a crop for it to be fertile out of season + I:greenhouse_glass_max_height=7 + + # Whether unlisted seeds are fertile every season. False means they're fertile every season except Winter + B:ignore_unlisted_crops=false + + # Whether crops are affected by seasons. + B:seasonal_crops=true +} + + +seasonal_fertility { + # Crops growable in Autumn (List either the seed item for the crop, or the crop block itself) + S:autumn_crops < + minecraft:carrot + minecraft:pumpkin_seeds + minecraft:wheat_seeds + minecraft:beetroot_seeds + minecraft:sapling + minecraft:nether_wart + minecraft:grass + minecraft:red_mushroom + minecraft:brown_mushroom + simplecorn:kernels + harvestcraft:cornitem + harvestcraft:artichokeitem + harvestcraft:beetitem + harvestcraft:cranberryitem + harvestcraft:eggplantitem + harvestcraft:grapeitem + harvestcraft:whitemushroomitem + harvestcraft:blackberryitem + harvestcraft:oatsitem + harvestcraft:ryeitem + harvestcraft:peasitem + harvestcraft:spinachitem + harvestcraft:tealeafitem + harvestcraft:sweetpotatoitem + harvestcraft:gingeritem + harvestcraft:wintersquashitem + harvestcraft:onionitem + harvestcraft:cornseeditem + harvestcraft:artichokeseeditem + harvestcraft:beetseeditem + harvestcraft:cranberryseeditem + harvestcraft:eggplantseeditem + harvestcraft:grapeseeditem + harvestcraft:whitemushroomseeditem + harvestcraft:blackberryseeditem + harvestcraft:oatsseeditem + harvestcraft:ryeseeditem + harvestcraft:peasseeditem + harvestcraft:spinachseeditem + harvestcraft:teaseeditem + harvestcraft:sweetpotatoseeditem + harvestcraft:gingerseeditem + harvestcraft:wintersquashseeditem + harvestcraft:onionseeditem + harvestcraft:rutabagaitem + harvestcraft:rutabagaseeditem + harvestcraft:amaranthitem + harvestcraft:arrowrootitem + harvestcraft:elderberryitem + harvestcraft:greengrapeitem + harvestcraft:huckleberryitem + harvestcraft:jicamaitem + harvestcraft:kohlrabiitem + harvestcraft:quinoaitem + harvestcraft:amaranthseeditem + harvestcraft:arrowrootseeditem + harvestcraft:elderberryseeditem + harvestcraft:greengrapeseeditem + harvestcraft:huckleberryseeditem + harvestcraft:jicamaseeditem + harvestcraft:kohlrabiseeditem + harvestcraft:quinoaseeditem + growthcraft_apples:apple_crop + growthcraft_apples:apple_sapling + growthcraft_apples:apple_leaves + growthcraft_grapes:grape_seed + growthcraft_grapes:native_grape_vine0 + growthcraft_grapes:native_grape_vine1 + growthcraft_grapes:native_grape_vine_leaves + growthcraft_hops:hop_seeds + growthcraft_hops:hops + growthcraft_milk:thistle_seed + growthcraft_milk:thistle + growthcraft_rice:rice + growthcraft_rice:riceCrop + > + + # Crops growable in Spring (List either the seed item for the crop, or the crop block itself) + S:spring_crops < + minecraft:potato + minecraft:carrot + minecraft:sapling + minecraft:nether_wart + minecraft:tallgrass + minecraft:grass + minecraft:red_mushroom + minecraft:brown_mushroom + harvestcraft:caulifloweritem + harvestcraft:coffeebeanitem + harvestcraft:garlicitem + harvestcraft:beanitem + harvestcraft:rhubarbitem + harvestcraft:strawberryitem + harvestcraft:oatsitem + harvestcraft:celeryitem + harvestcraft:peasitem + harvestcraft:broccoliitem + harvestcraft:cabbageitem + harvestcraft:spinachitem + harvestcraft:zucchiniitem + harvestcraft:tealeafitem + harvestcraft:sweetpotatoitem + harvestcraft:turnipitem + harvestcraft:leekitem + harvestcraft:brusselsproutitem + harvestcraft:asparagusitem + harvestcraft:barleyitem + harvestcraft:onionitem + harvestcraft:parsnipitem + harvestcraft:cauliflowerseeditem + harvestcraft:coffeeseeditem + harvestcraft:garlicseeditem + harvestcraft:beanseeditem + harvestcraft:rhubarbseeditem + harvestcraft:strawberryseeditem + harvestcraft:oatsseeditem + harvestcraft:celeryseeditem + harvestcraft:peasseeditem + harvestcraft:broccoliseeditem + harvestcraft:cabbageseeditem + harvestcraft:spinachseeditem + harvestcraft:zucchiniseeditem + harvestcraft:teaseeditem + harvestcraft:sweetpotatoseeditem + harvestcraft:turnipseeditem + harvestcraft:leekseeditem + harvestcraft:brusselsproutseeditem + harvestcraft:asparagusseeditem + harvestcraft:barleyseeditem + harvestcraft:onionseeditem + harvestcraft:parsnipseeditem + harvestcraft:scallionitem + harvestcraft:scallionseeditem + harvestcraft:kaleitem + harvestcraft:kaleseeditem + harvestcraft:chickpeaitem + harvestcraft:flaxitem + harvestcraft:jicamaitem + harvestcraft:kohlrabiitem + harvestcraft:lentilitem + harvestcraft:quinoaitem + harvestcraft:chickpeaseeditem + harvestcraft:flaxseeditem + harvestcraft:jicamaseeditem + harvestcraft:kohlrabiseeditem + harvestcraft:lentilseeditem + harvestcraft:quinoaseeditem + growthcraft_rice:rice + growthcraft_rice:riceCrop + > + + # Crops growable in Summer (List either the seed item for the crop, or the crop block itself) + S:summer_crops < + minecraft:melon_seeds + minecraft:wheat_seeds + minecraft:reeds + minecraft:cocoa + minecraft:cactus + minecraft:sapling + minecraft:nether_wart + minecraft:tallgrass + minecraft:grass + minecraft:red_mushroom + minecraft:brown_mushroom + simplecorn:kernels + harvestcraft:coffeebeanitem + harvestcraft:beanitem + harvestcraft:blueberryitem + harvestcraft:cornitem + harvestcraft:chilipepperitem + harvestcraft:radishitem + harvestcraft:tomatoitem + harvestcraft:grapeitem + harvestcraft:raspberryitem + harvestcraft:peasitem + harvestcraft:cottonitem + harvestcraft:tealeafitem + harvestcraft:sweetpotatoitem + harvestcraft:spiceleafitem + harvestcraft:riceitem + harvestcraft:seaweeditem + harvestcraft:waterchestnutitem + harvestcraft:okraitem + harvestcraft:pineappleitem + harvestcraft:kiwiitem + harvestcraft:sesameseedsitem + harvestcraft:curryleafitem + harvestcraft:bambooshootitem + harvestcraft:cantaloupeitem + harvestcraft:gingeritem + harvestcraft:soybeanitem + harvestcraft:barleyitem + harvestcraft:cucumberitem + harvestcraft:mustardseedsitem + harvestcraft:onionitem + harvestcraft:peanutitem + harvestcraft:bellpepperitem + harvestcraft:lettuceitem + harvestcraft:coffeeseeditem + harvestcraft:beanseeditem + harvestcraft:blueberryseeditem + harvestcraft:cornseeditem + harvestcraft:chilipepperseeditem + harvestcraft:radishseeditem + harvestcraft:tomatoseeditem + harvestcraft:grapeseeditem + harvestcraft:raspberryseeditem + harvestcraft:peasseeditem + harvestcraft:cottonseeditem + harvestcraft:teaseeditem + harvestcraft:sweetpotatoseeditem + harvestcraft:spiceleafseeditem + harvestcraft:riceseeditem + harvestcraft:seaweedseeditem + harvestcraft:waterchestnutseeditem + harvestcraft:okraseeditem + harvestcraft:pineappleseeditem + harvestcraft:kiwiseeditem + harvestcraft:sesameseedsseeditem + harvestcraft:curryleafseeditem + harvestcraft:bambooshootseeditem + harvestcraft:cantaloupeseeditem + harvestcraft:gingerseeditem + harvestcraft:soybeanseeditem + harvestcraft:barleyseeditem + harvestcraft:cucumberseeditem + harvestcraft:mustardseeditem + harvestcraft:onionseeditem + harvestcraft:peanutseeditem + harvestcraft:bellpepperseeditem + harvestcraft:lettuceseeditem + harvestcraft:cactusfruititem + harvestcraft:cactusfruitseeditem + harvestcraft:candleberryitem + harvestcraft:candleberryseeditem + harvestcraft:gigapickleitem + harvestcraft:gigapickleseeditem + harvestcraft:agaveitem + harvestcraft:amaranthitem + harvestcraft:cassavaitem + harvestcraft:greengrapeitem + harvestcraft:juteitem + harvestcraft:kenafitem + harvestcraft:kohlrabiitem + harvestcraft:milletitem + harvestcraft:mulberryitem + harvestcraft:sisalitem + harvestcraft:taroitem + harvestcraft:agaveseeditem + harvestcraft:amaranthseeditem + harvestcraft:cassavaseeditem + harvestcraft:greengrapeseeditem + harvestcraft:juteseeditem + harvestcraft:kenafseeditem + harvestcraft:kohlrabiseeditem + harvestcraft:milletseeditem + harvestcraft:mulberryseeditem + harvestcraft:sisalseeditem + harvestcraft:taroseeditem + growthcraft_apples:apple_crop + growthcraft_apples:apple_sapling + growthcraft_apples:apple_leaves + growthcraft_hops:hop_seeds + growthcraft_hops:hops + growthcraft_milk:thistle_seed + growthcraft_milk:thistle + growthcraft_rice:rice + growthcraft_rice:riceCrop + > + + # Crops growable in Winter (List either the seed item for the crop, or the crop block itself) + S:winter_crops < + minecraft:sapling + minecraft:nether_wart + minecraft:red_mushroom + minecraft:brown_mushroom + > +} + + diff --git a/modpack/config/sereneseasons/seasons.cfg b/modpack/config/sereneseasons/seasons.cfg new file mode 100644 index 0000000..8764918 --- /dev/null +++ b/modpack/config/sereneseasons/seasons.cfg @@ -0,0 +1,46 @@ +# Configuration file + +"aesthetic settings" { + # Change the birch colour based on the current season [default: true] + B:"Change Birch Colour Seasonally"=true + + # Change the foliage colour based on the current season [default: true] + B:"Change Foliage Colour Seasonally"=true + + # Change the grass colour based on the current season [default: true] + B:"Change Grass Colour Seasonally"=true +} + + +"dimension settings" { + # Seasons will only apply to dimensons listed here [default: [0]] + S:"Whitelisted Dimensions" < + 0 + > +} + + +"time settings" { + # The duration of a Minecraft day in ticks [range: 20 ~ 2147483647, default: 24000] + I:"Day Duration"=24000 + + # If the season should progress on a server with no players online [default: true] + B:"Progress Season While Offline"=true + + # The starting sub season for new worlds. 0 = Random, 1 - 3 = Early/Mid/Late Spring, 4 - 6 = Early/Mid/Late Summer, 7 - 9 = Early/Mid/Late Autumn, 10 - 12 = Early/Mid/Late Winter [range: 0 ~ 12, default: 5] + I:"Starting Sub Season"=5 + + # The duration of a sub season in days [range: 1 ~ 2147483647, default: 7] + I:"Sub Season Duration"=168 +} + + +"weather settings" { + # Change the frequency of rain/snow/storms based on the season [default: true] + B:"Change Weather Frequency"=true + + # Generate snow and ice during the Winter season [default: true] + B:"Generate Snow and Ice"=true +} + + diff --git a/modpack/config/teastory.cfg b/modpack/config/teastory.cfg new file mode 100644 index 0000000..3423878 --- /dev/null +++ b/modpack/config/teastory.cfg @@ -0,0 +1,186 @@ +# Configuration file + +general { + + general { + # List of hoes which can't be identified. + S:CustomHoeList < + > + + # List of spades which can't be identified. + S:CustomSpadeList < + > + + # Set it to false to let it not show messages. + B:EnableBlockMessage=true + + # Set it to false to let it not show messages. + B:EnableGUIMessage=true + + # Set it to false to let it not show information when players log in. + B:EnableInfo=false + + # Set it to false to let it not show tooltips. + B:EnableTooltips=true + + # The dropping chance of lemons. (‰) + # Min: 0 + # Max: 1000 + I:LemonDropChance=8 + + # The relative probability of the seeds, where wheat seeds are 10. + # Min: 0 + # Max: 1000 + I:RiceSeedsDropWeight=5 + + # The dropping chance of tea seeds. (‰) + # Min: 0 + # Max: 1000 + I:TeaSeedsDropChance=8 + + # Set it to false not to use ore dictionary when washing rice. + B:UseOreDictionaryWhenWashingRice=true + + # Set it to false not to use tea residues as bone meal. + B:UseTeaResidueAsBoneMeal=true + } + + drink { + # The effect of black tea. + S:BlackTeaDrinksEffect < + minecraft:health_boost + > + + # The ticks of the effect of black tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:BlackTeaDrinksEffectTime=7200 + + # The effect of green tea. + S:GreenTeaDrinksEffect < + teastory:agility + > + + # The ticks of the effect of green tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:GreenTeaDrinksEffectTime=7200 + + # The effect of lemon tea. + S:LemonTeaDrinksEffect < + minecraft:regeneration + > + + # The ticks of the effect of lemon tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:LemonTeaDrinksEffectTime=1200 + + # The effect of matcha. + S:MatchaDrinksEffect < + minecraft:absorption + > + + # The ticks of the effect of matcha. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:MatchaDrinksEffectTime=4800 + + # The effect of milk tea. + S:MilkTeaDrinksEffect < + minecraft:regeneration + > + + # The ticks of the effect of milk tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:MilkTeaDrinksEffectTime=600 + + # The effect of oolong tea. + S:OolongTeaDrinksEffect < + teastory:photosynthesis + > + + # The ticks of the effect of oolong tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:OolongTeaDrinksEffectTime=7200 + + # The effect of pu'er tea. + S:PuerTeaDrinksEffect < + teastory:life_drain + > + + # The ticks of the effect of pu'er tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:PuerTeaDrinksEffectTime=3600 + + # The effect of white tea. + S:WhiteTeaDrinksEffect < + minecraft:haste + > + + # The ticks of the effect of white tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:WhiteTeaDrinksEffectTime=3600 + + # The effect of yellow tea. + S:YellowTeaDrinksEffect < + teastory:defence + > + + # The ticks of the effect of yellow tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:YellowTeaDrinksEffectTime=600 + } + + "tea making" { + # The ticks of drying tea per leaf. (1 second = 20 ticks) + # Min: 0 + # Max: 12000 + I:DryingBasicTime=800 + + # The ticks of fermentation per leaf. (1 second = 20 ticks) + # Min: 0 + # Max: 12000 + I:FermentationBasicTime=1200 + + # Set it to false to disable the limitation of drying tea. + B:IsDryingLimited=true + + # Set it to false to disable the limitation of fermentation. + B:IsFermentationLimited=true + + # Set it to false to disable the limitation of growing rice crop. + B:IsRiceLimited=true + + # Set it to false to disable the limitation of growing tea plant. + B:IsTeaPlantLimited=true + + # The ticks of steaming per leaf. (1 second = 20 ticks) + # Min: 0 + # Max: 12000 + I:SteamingBasicTime=1200 + } + + others { + # The number of rice balls you get each time you cook rice. + # Min: 1 + # Max: 8 + I:CookRiceBallEachTime=2 + + # Give you nausea effect when eating lemons. + B:HaveNauseaEatingLemon=true + + # The ticks of cooking rice. (1 second = 20 ticks) + # Min: 0 + # Max: 12000 + I:RiceCookingBasicTime=1200 + } + +} + + diff --git a/server-patches/unreleased/config/thaumcraft_graphics.cfg b/modpack/config/thaumcraft_graphics.cfg similarity index 100% rename from server-patches/unreleased/config/thaumcraft_graphics.cfg rename to modpack/config/thaumcraft_graphics.cfg diff --git a/server-patches/unreleased/config/thaumcraft_misc.cfg b/modpack/config/thaumcraft_misc.cfg similarity index 100% rename from server-patches/unreleased/config/thaumcraft_misc.cfg rename to modpack/config/thaumcraft_misc.cfg diff --git a/server-patches/unreleased/config/thaumcraft_world.cfg b/modpack/config/thaumcraft_world.cfg similarity index 98% rename from server-patches/unreleased/config/thaumcraft_world.cfg rename to modpack/config/thaumcraft_world.cfg index 8a97504..1233f75 100644 --- a/server-patches/unreleased/config/thaumcraft_world.cfg +++ b/modpack/config/thaumcraft_world.cfg @@ -15,7 +15,7 @@ general { # addon mods you probably want to increase this weight quite a bit # Min: 0 # Max: 100 - I:biomeMagicalForestWeight=1 + I:biomeMagicalForestWeight=0 # Outer lands dimension id I:dimensionOuterId=-42 diff --git a/modpack/config/thaumicenergistics.cfg b/modpack/config/thaumicenergistics.cfg new file mode 100644 index 0000000..7888122 --- /dev/null +++ b/modpack/config/thaumicenergistics.cfg @@ -0,0 +1,51 @@ +# Configuration file + +general { + + ########################################################################################################## + # essentia container capacity + #--------------------------------------------------------------------------------------------------------# + # Specifies how much a item that holds essentia can hold + # For filling with Essentia Terminal + # Best to set it to how much the item can actually store + ########################################################################################################## + + "essentia container capacity" { + I:"thaumcraft:phial"=10 + } + + "tick rates" { + I:"Essentia Export Bus Max"=60 + I:"Essentia Export Bus Min"=5 + I:"Essentia Import Bus Max"=40 + I:"Essentia Import Bus Min"=5 + I:"Essentia Storage Bus Max"=60 + I:"Essentia Storage Bus Min"=5 + } + + "client config" { + S:"Aspect Search Prefix"=# + + # Valid values: + # ENABLED + # DISABLED + # REQUIRE_PREFIX + S:"Aspect Search Setting"=REQUIRE_PREFIX + S:"Mod Search Prefix"=@ + + # Valid values: + # ENABLED + # DISABLED + # REQUIRE_PREFIX + S:"Mod Search Setting"=REQUIRE_PREFIX + + # Valid values: + # TALL + # FULL + # SMALL + S:"Terminal Style"=TALL + } + +} + + diff --git a/modpack/scripts/embers.zs b/modpack/scripts/embers.zs index 99e69fd..d62bf34 100644 --- a/modpack/scripts/embers.zs +++ b/modpack/scripts/embers.zs @@ -4,7 +4,7 @@ val bin = ; recipes.remove(); -recipes.addShaped("tato6:tinBin", bin, +recipes.addShaped("tato6_tinBin", bin, [[tin,null,tin], [tin,null,tin], [tin,tinPlate,tin]]); diff --git a/modpack/scripts/enderStorage.zs b/modpack/scripts/enderStorage.zs new file mode 100644 index 0000000..f553462 --- /dev/null +++ b/modpack/scripts/enderStorage.zs @@ -0,0 +1,31 @@ +import mods.arcanearchives.GCT; + +recipes.remove(); +recipes.remove(); +recipes.remove(); + +GCT.addRecipe("tato6_ender_chest", , [ + , + , + * 2, + , + * 4, + , +]); + +GCT.addRecipe("tato6_ender_tank", , [ + , + , + * 2, + , + * 4, + , +]); + +GCT.addRecipe("tato6_ender_pouch", , [ + , + , + * 4, + , + * 3, +]); \ No newline at end of file diff --git a/modpack/scripts/roots.zs b/modpack/scripts/roots.zs index 50c150e..d03d17b 100644 --- a/modpack/scripts/roots.zs +++ b/modpack/scripts/roots.zs @@ -2,6 +2,10 @@ import mods.roots.Mortar; import crafttweaker.oredict.IOreDictEntry; import crafttweaker.item.IItemStack; +/** MORTAR -- The Mortar should not be a doubler, it should be a +1 at best. */ + +/** Add pulverized materials, but do not double them */ + // add thermal pulverized materials to the mortar val ores = [ , @@ -34,6 +38,25 @@ for i, ore in ores { Mortar.addRecipe(dust, [ore]); } +/** MORTAR -- remove various doubling recipes */ + +Mortar.removeRecipe(); +Mortar.removeRecipe(); +Mortar.removeRecipe(); + +Mortar.addRecipe( * 3, []); +Mortar.addRecipe( * 2, []); + +/** SILK -- silk is OP so lets tone it down */ + +recipes.remove(); +recipes.remove(); + +recipes.addShapeless( * 2, [, ]); +recipes.addShapeless(, []); + +/** MISC */ + // remove baking roots flour into bread furnace.remove(, ); // remove plain crafting of bread diff --git a/server-patches/README.md b/server-patches/README.md index f6d7f25..fc29d66 100644 --- a/server-patches/README.md +++ b/server-patches/README.md @@ -20,7 +20,7 @@ RELEASE CHECKLIST ----------------- 1. copy any mods you added from the current instance to `unreleased/mods` and `modpack/mods` -2. rename unreleased to [release-version] and update the readme +2. rename unreleased to [release-version] and update the changelog 3. export the "unreleased" instance from multimc as a zip file named overworld-[release-version].zip 4. rename the "unreleased" instance to "[release-version]" 5. import overworld-[release-version].zip and name it "unreleased" diff --git a/server-patches/v0.3.0/config/AppliedEnergistics2/AppliedEnergistics2.cfg b/server-patches/v0.3.0/config/AppliedEnergistics2/AppliedEnergistics2.cfg new file mode 100644 index 0000000..09fe5f2 --- /dev/null +++ b/server-patches/v0.3.0/config/AppliedEnergistics2/AppliedEnergistics2.cfg @@ -0,0 +1,456 @@ +# Configuration file + +automation { + I:formationPlaneEntityLimit=128 +} + + +battery { + I:chargedStaff=8000 + I:colorApplicator=20000 + I:entropyManipulator=200000 + I:matterCannon=200000 + I:portableCell=20000 + I:wirelessTerminal=1600000 +} + + +client { + # Possible Values: AE, EU, RF + S:PowerUnit=AE + + # Possible Values: AUTOSEARCH, AUTOSEARCH_KEEP, MANUAL_SEARCH, MANUAL_SEARCH_KEEP, JEI_AUTOSEARCH, JEI_AUTOSEARCH_KEEP, JEI_MANUAL_SEARCH, JEI_MANUAL_SEARCH_KEEP + S:SEARCH_MODE=AUTOSEARCH + + # Possible Values: YES, NO, UNDECIDED + S:SEARCH_TOOLTIPS=YES + + # Possible Values: TALL, FULL, SMALL + S:TERMINAL_STYLE=TALL + + # Controls buttons on Crafting Screen : Capped at 9 + I:craftAmtButton1=1 + + # Controls buttons on Crafting Screen : Capped at 99 + I:craftAmtButton2=10 + + # Controls buttons on Crafting Screen : Capped at 999 + I:craftAmtButton3=100 + + # Controls buttons on Crafting Screen : Capped at 9999 + I:craftAmtButton4=1000 + B:disableColoredCableRecipesInJEI=true + B:enableEffects=true + + # Controls buttons on Level Emitter Screen : Capped at 9 + I:levelAmtButton1=1 + + # Controls buttons on Level Emitter Screen : Capped at 99 + I:levelAmtButton2=10 + + # Controls buttons on Level Emitter Screen : Capped at 999 + I:levelAmtButton3=100 + + # Controls buttons on Level Emitter Screen : Capped at 9999 + I:levelAmtButton4=1000 + + # Controls buttons on Priority Screen : Capped at 9 + I:priorityAmtButton1=1 + + # Controls buttons on Priority Screen : Capped at 99 + I:priorityAmtButton2=10 + + # Controls buttons on Priority Screen : Capped at 999 + I:priorityAmtButton3=100 + + # Controls buttons on Priority Screen : Capped at 9999 + I:priorityAmtButton4=1000 + B:useColoredCraftingStatus=true + B:useTerminalUseLargeFont=false +} + + +condenser { + I:MatterBalls=256 + I:Singularity=256000 +} + + +craftingcpu { + I:craftingCalculationTimePerTick=5 +} + + +########################################################################################################## +# features +#--------------------------------------------------------------------------------------------------------# +# Warning: Disabling a feature may disable other features depending on it. +########################################################################################################## + +features { + + world { + B:CertusOre=true + B:CertusQuartzWorldGen=false + B:ChargedCertusOre=true + B:ChestLoot=true + + # Blocks that are not used in any essential recipes, also slabs and stairs. + B:DecorativeBlocks=true + B:DecorativeLights=true + B:Flour=true + B:MeteoriteWorldGen=true + B:SkyStoneChests=true + B:SpawnPressesInMeteorites=true + B:TinyTNT=true + B:VillagerTrading=true + } + + machines { + B:Charger=true + B:CrystalGrowthAccelerator=true + B:GrindStone=true + B:Inscriber=true + B:VibrationChamber=true + } + + toolsclassifications { + B:CertusQuartzTools=true + B:NetherQuartzTools=true + B:PoweredTools=true + } + + tools { + B:ChargedStaff=true + B:ColorApplicator=true + B:EntropyManipulator=true + B:MatterCannon=true + B:MeteoriteCompass=true + B:PaintBalls=true + B:QuartzAxe=true + B:QuartzHoe=true + B:QuartzKnife=true + B:QuartzPickaxe=true + B:QuartzSpade=true + B:QuartzSword=true + B:QuartzWrench=true + B:WirelessAccessTerminal=true + } + + networkfeatures { + B:Channels=true + B:QuantumNetworkBridge=true + B:Security=true + B:SpatialIO=true + } + + networkbuses { + B:AnnihilationPlane=true + B:CableAnchor=true + B:CraftingTerminal=true + B:ExportBus=true + B:FluidAnnihilationPlane=true + B:FluidExportBus=true + B:FluidFormationPlane=true + B:FluidImportBus=true + B:FluidInterface=true + B:FluidLevelEmitter=true + B:FluidStorageBus=true + B:FluidTerminal=true + B:FormationPlane=true + B:IdentityAnnihilationPlane=true + B:ImportBus=true + B:Interface=true + B:LevelEmitter=true + B:P2PTunnel=true + B:Panels=true + B:PartConversionMonitor=true + B:QuartzFiber=true + B:StorageBus=true + B:StorageMonitor=true + B:Terminal=true + B:ToggleBus=true + } + + portablecell { + B:PortableCell=true + } + + storage { + B:Condenser=true + B:IOPort=true + B:MEChest=true + B:MEDrive=true + B:StorageCells=true + } + + networktool { + B:MemoryCard=true + B:NetworkTool=true + } + + cables { + B:CoveredCables=true + B:DenseCables=true + B:GlassCables=true + B:SmartCables=true + } + + energy { + B:DenseEnergyCells=true + B:EnergyAcceptor=true + B:EnergyCells=true + } + + p2ptunnels { + B:P2PTunnelEU=true + B:P2PTunnelFE=true + B:P2PTunnelFluids=true + B:P2PTunnelItems=true + B:P2PTunnelLight=true + B:P2PTunnelME=true + B:P2PTunnelOpenComputers=true + B:P2PTunnelPressure=true + B:P2PTunnelRedstone=true + } + + blockfeatures { + B:MassCannonBlockDamage=true + B:TinyTNTBlockDamage=true + } + + facades { + B:Facades=true + } + + misc { + B:Achievements=true + B:CraftingLog=false + B:Creative=true + B:DebugLogging=false + B:GrinderLogging=false + B:IntegrationLogging=false + B:LightDetector=true + B:LogSecurityAudits=false + B:Logging=true + B:PacketLogging=false + B:UnsupportedDeveloperTools=false + B:UpdateLogging=false + B:WebsiteRecipes=false + } + + crafting { + B:EnableDisassemblyCrafting=true + B:EnableFacadeCrafting=true + B:InWorldFluix=true + B:InWorldPurification=true + B:InWorldSingularity=true + B:InterfaceTerminal=true + } + + rendering { + B:AlphaPass=true + } + + craftingfeatures { + B:CraftingCPU=true + + # Use CraftingManager to find an alternative recipe, after a pattern rejected an ingredient. Should be enabled to avoid issues, but can have a minor performance impact. + B:CraftingManagerFallback=true + B:MolecularAssembler=true + B:Patterns=true + } + + upgrades { + B:AdvancedCards=true + B:BasicCards=true + B:ViewCell=true + } + + materials { + B:Certus=true + B:CrystalSeeds=true + B:Dusts=true + B:Fluix=true + B:Nuggets=true + B:PureCrystals=true + B:QuartzGlass=true + B:Silicon=true + B:SkyStone=true + } + + craftingcomponents { + B:Cores=true + B:MatterBall=true + B:Presses=true + B:PrintedCircuits=true + B:Processors=true + } + + commands { + B:ChunkLoggerTrace=false + } + +} + + +general { + # Will auto-remove items that crash when being loaded from storage. This will destroy those items instead of crashing the game! + B:removeCrashingItemsOnLoad=false +} + + +########################################################################################################## +# grindstone +#--------------------------------------------------------------------------------------------------------# +# Creates recipe of the following pattern automatically: '1 oreTYPE => 2 dustTYPE' and '(1 ingotTYPE or 1 crystalTYPE or 1 gemTYPE) => 1 dustTYPE' +########################################################################################################## + +grindstone { + # Blacklists the exact oredict name from being handled by any recipe. + S:blacklist < + > + + # The list of types to handle. Specify without a prefix like ore or dust. + S:grinderOres < + Obsidian + Ender + EnderPearl + Coal + Iron + Gold + Charcoal + NetherQuartz + CertusQuartz + Wheat + Fluix + Copper + Tin + Silver + Lead + Bronze + Brass + Platinum + Nickel + Invar + Aluminium + Electrum + Osmium + Zinc + > + + # Chance to actually get an output with stacksize > 1. + D:oreDoublePercentage=90.0 +} + + +########################################################################################################## +# modintegration +#--------------------------------------------------------------------------------------------------------# +# Valid Values are 'AUTO', 'ON', or 'OFF' - defaults to 'AUTO' ; Suggested that you leave this alone unless your experiencing an issue, or wish to disable the integration for a reason. +########################################################################################################## + +modintegration { + S:CraftTweaker=AUTO + S:IndustrialCraft2=AUTO + S:InventoryTweaks=AUTO + S:JustEnoughItems=AUTO + S:Mekanism=AUTO + S:MineFactoryReloaded=AUTO + S:OpenComputers=AUTO + S:Railcraft=AUTO + S:Tesla=AUTO + S:TheOneProbe=AUTO + S:Waila=AUTO +} + + +powerratios { + D:ForgeEnergy=0.5 + D:IC2=2.0 + D:UsageMultiplier=1.0 +} + + +spatialio { + D:spatialPowerExponent=1.35 + D:spatialPowerMultiplier=1250.0 + I:storageDimensionID=2 + I:storageProviderID=-11 +} + + +########################################################################################################## +# tickrates +#--------------------------------------------------------------------------------------------------------# +# 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. +########################################################################################################## + +tickrates { + I:AnnihilationPlane.max=120 + I:AnnihilationPlane.min=2 + I:Charger.max=120 + I:Charger.min=10 + I:ExportBus.max=60 + I:ExportBus.min=5 + I:FluidExportBus.max=60 + I:FluidExportBus.min=5 + I:FluidImportBus.max=40 + I:FluidImportBus.min=5 + I:FluidStorageBus.max=60 + I:FluidStorageBus.min=5 + I:IOPort.max=5 + I:IOPort.min=1 + I:ImportBus.max=40 + I:ImportBus.min=5 + I:Inscriber.max=1 + I:Inscriber.min=1 + I:Interface.max=120 + I:Interface.min=5 + I:ItemTunnel.max=60 + I:ItemTunnel.min=5 + I:LightTunnel.max=60 + I:LightTunnel.min=5 + I:METunnel.max=20 + I:METunnel.min=5 + I:OpenComputersTunnel.max=5 + I:OpenComputersTunnel.min=1 + I:PressureTunnel.max=120 + I:PressureTunnel.min=1 + I:StorageBus.max=60 + I:StorageBus.min=5 + I:VibrationChamber.max=40 + I:VibrationChamber.min=10 +} + + +########################################################################################################## +# wireless +#--------------------------------------------------------------------------------------------------------# +# Range= wirelessBaseRange + wirelessBoosterRangeMultiplier * Math.pow( boosters, wirelessBoosterExp ) +# PowerDrain= wirelessBaseCost + wirelessCostMultiplier * Math.pow( boosters, 1 + boosters / wirelessHighWirelessCount ) +########################################################################################################## + +wireless { + D:wirelessBaseCost=8.0 + D:wirelessBaseRange=16.0 + D:wirelessBoosterExp=1.5 + D:wirelessBoosterRangeMultiplier=1.0 + D:wirelessCostMultiplier=1.0 + D:wirelessTerminalDrainMultiplier=1.0 +} + + +worldgen { + D:meteoriteClusterChance=0.1 + I:meteoriteDimensionWhitelist < + 0 + > + I:meteoriteMaximumSpawnHeight=40 + I:minMeteoriteDistance=2000 + I:quartzOresClusterAmount=15 + I:quartzOresPerCluster=4 + D:spawnChargedChance=0.07999998331069946 +} + + diff --git a/server-patches/v0.3.0/config/AppliedEnergistics2/CustomRecipes.cfg b/server-patches/v0.3.0/config/AppliedEnergistics2/CustomRecipes.cfg new file mode 100644 index 0000000..e956cba --- /dev/null +++ b/server-patches/v0.3.0/config/AppliedEnergistics2/CustomRecipes.cfg @@ -0,0 +1,22 @@ +# Configuration file + +cache { + S:digest=1ef848220f1525f56b8bfca9702eb842 + + # Caching can save processing time, if there are a lot of items. [default: true] + B:enableCache=true +} + + +general { + # Will output more detailed information into the CSV like corresponding items [default: false] + B:enableAdditionalInfo=false + + # If true, the CSV exporting will always happen. This will not use the cache to reduce the computation. [default: false] + B:enableForceRefresh=false + + # If true, all registered items will be exported containing the internal minecraft name and the localized name to actually find the item you are using. This also contains the item representation of the blocks, but are missing items, which are too much to display e.g. FMP. [default: true] + B:exportItemNames=true +} + + diff --git a/server-patches/v0.3.0/config/AppliedEnergistics2/Facades.cfg b/server-patches/v0.3.0/config/AppliedEnergistics2/Facades.cfg new file mode 100644 index 0000000..7c62dec --- /dev/null +++ b/server-patches/v0.3.0/config/AppliedEnergistics2/Facades.cfg @@ -0,0 +1,45 @@ +# Configuration file + +~CONFIG_VERSION: 1 + +########################################################################################################## +# common +#--------------------------------------------------------------------------------------------------------# +# Settings applied to all facades. +# +# By default full blocks with no tile entity and a model do not need whitelisting. +# This will only be read once during client startup. +########################################################################################################## + +common { + # Unsupported: Allows whitelisting TileEntity as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK. + B:allowTileEntityFacades=false +} + + +########################################################################################################## +# facades +#--------------------------------------------------------------------------------------------------------# +# A way to explicitly handle certain blocks as facades. +# +# Blocks can be added by their resource location under the following rules. +# - One category per domain like minecraft or appliedenergistics2 +# - One key per id. E.g. glass in case of minecraft:glass +# - An integer value ranging from 0 to 16 representing the metadata 0-15 and 16 as wildcard for all - Multiple entries for the same id but different metadata are possible when needed +########################################################################################################## + +facades { + + minecraft { + I:glass=16 + I:stained_glass=16 + } + + appliedenergistics2 { + I:quartz_glass=16 + I:quartz_vibrant_glass=16 + } + +} + + diff --git a/server-patches/v0.3.0/config/AppliedEnergistics2/VersionChecker.cfg b/server-patches/v0.3.0/config/AppliedEnergistics2/VersionChecker.cfg new file mode 100644 index 0000000..40f1fea --- /dev/null +++ b/server-patches/v0.3.0/config/AppliedEnergistics2/VersionChecker.cfg @@ -0,0 +1,30 @@ +# Configuration file + +cache { + # Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24] + I:interval=24 + S:lastCheck=1599887196252 +} + + +channel { + # Determines the channel level which should be checked for updates. Can be either Stable, Beta or Alpha. [default: Beta] + S:level=Beta +} + + +client { + # If true, the player is getting a notification including changelog. Only happens if notification are enabled. [default: true] + B:changelog=true + + # If true, the player is getting a notification, that a new version is available. [default: true] + B:notify=true +} + + +general { + # If true, the version checker is enabled. Acts as a master switch. [default: true] + B:enabled=true +} + + diff --git a/server-patches/v0.3.0/config/AppliedEnergistics2/items.csv b/server-patches/v0.3.0/config/AppliedEnergistics2/items.csv new file mode 100644 index 0000000..d2d7b08 --- /dev/null +++ b/server-patches/v0.3.0/config/AppliedEnergistics2/items.csv @@ -0,0 +1,23376 @@ +Mod:Item:MetaData, Localized Name +minecraft:air, Air +minecraft:stone:0, Stone +minecraft:stone:1, Granite +minecraft:stone:2, Polished Granite +minecraft:stone:3, Diorite +minecraft:stone:4, Polished Diorite +minecraft:stone:5, Andesite +minecraft:stone:6, Polished Andesite +minecraft:grass, Grass Block +minecraft:dirt:0, Dirt +minecraft:dirt:1, Coarse Dirt +minecraft:dirt:2, Podzol +minecraft:cobblestone, Cobblestone +minecraft:planks:0, Oak Wood Planks +minecraft:planks:1, Spruce Wood Planks +minecraft:planks:2, Birch Wood Planks +minecraft:planks:3, Jungle Wood Planks +minecraft:planks:4, Acacia Wood Planks +minecraft:planks:5, Dark Oak Wood Planks +minecraft:sapling:0, Oak Sapling +minecraft:sapling:1, Spruce Sapling +minecraft:sapling:2, Birch Sapling +minecraft:sapling:3, Jungle Sapling +minecraft:sapling:4, Acacia Sapling +minecraft:sapling:5, Dark Oak Sapling +minecraft:bedrock, Bedrock +minecraft:sand:0, Sand +minecraft:sand:1, Red Sand +minecraft:gravel, Gravel +minecraft:gold_ore, Gold Ore +minecraft:iron_ore, Iron Ore +minecraft:coal_ore, Coal Ore +minecraft:log:0, Oak Wood +minecraft:log:1, Spruce Wood +minecraft:log:2, Birch Wood +minecraft:log:3, Jungle Wood +minecraft:leaves:0, Oak Leaves +minecraft:leaves:1, Spruce Leaves +minecraft:leaves:2, Birch Leaves +minecraft:leaves:3, Jungle Leaves +minecraft:sponge:0, Sponge +minecraft:sponge:1, Wet Sponge +minecraft:glass, Glass +minecraft:lapis_ore, Lapis Lazuli Ore +minecraft:lapis_block, Lapis Lazuli Block +minecraft:dispenser, Dispenser +minecraft:sandstone:0, Sandstone +minecraft:sandstone:1, Chiseled Sandstone +minecraft:sandstone:2, Smooth Sandstone +minecraft:noteblock, Note Block +minecraft:golden_rail, Powered Rail +minecraft:detector_rail, Detector Rail +minecraft:sticky_piston, Sticky Piston +minecraft:web, Cobweb +minecraft:tallgrass:1, Grass +minecraft:tallgrass:2, Fern +minecraft:deadbush, Dead Bush +minecraft:piston, Piston +minecraft:wool:0, White Wool +minecraft:wool:1, Orange Wool +minecraft:wool:2, Magenta Wool +minecraft:wool:3, Light Blue Wool +minecraft:wool:4, Yellow Wool +minecraft:wool:5, Lime Wool +minecraft:wool:6, Pink Wool +minecraft:wool:7, Gray Wool +minecraft:wool:8, Light Gray Wool +minecraft:wool:9, Cyan Wool +minecraft:wool:10, Purple Wool +minecraft:wool:11, Blue Wool +minecraft:wool:12, Brown Wool +minecraft:wool:13, Green Wool +minecraft:wool:14, Red Wool +minecraft:wool:15, Black Wool +minecraft:yellow_flower:0, Dandelion +minecraft:red_flower:0, Poppy +minecraft:red_flower:1, Blue Orchid +minecraft:red_flower:2, Allium +minecraft:red_flower:3, Azure Bluet +minecraft:red_flower:4, Red Tulip +minecraft:red_flower:5, Orange Tulip +minecraft:red_flower:6, White Tulip +minecraft:red_flower:7, Pink Tulip +minecraft:red_flower:8, Oxeye Daisy +minecraft:brown_mushroom, Mushroom +minecraft:red_mushroom, Mushroom +minecraft:gold_block, Block of Gold +minecraft:iron_block, Block of Iron +minecraft:stone_slab:0, Stone Slab +minecraft:stone_slab:1, Sandstone Slab +minecraft:stone_slab:3, Cobblestone Slab +minecraft:stone_slab:4, Bricks Slab +minecraft:stone_slab:5, Stone Bricks Slab +minecraft:stone_slab:6, Nether Brick Slab +minecraft:stone_slab:7, Quartz Slab +minecraft:brick_block, Bricks +minecraft:tnt, TNT +minecraft:bookshelf, Oak Bookshelf +minecraft:mossy_cobblestone, Moss Stone +minecraft:obsidian, Obsidian +minecraft:torch, Torch +minecraft:mob_spawner, Monster Spawner +minecraft:oak_stairs, Oak Wood Stairs +minecraft:chest, Oak Chest +minecraft:diamond_ore, Diamond Ore +minecraft:diamond_block, Block of Diamond +minecraft:crafting_table, Crafting Table +minecraft:farmland, Farmland +minecraft:furnace, Furnace +minecraft:ladder, Ladder +minecraft:rail, Rail +minecraft:stone_stairs, Cobblestone Stairs +minecraft:lever, Lever +minecraft:stone_pressure_plate, Stone Pressure Plate +minecraft:wooden_pressure_plate, Oak Pressure Plate +minecraft:redstone_ore, Redstone Ore +minecraft:redstone_torch, Redstone Torch +minecraft:stone_button, Button +minecraft:snow_layer, Snow +minecraft:ice, Ice +minecraft:snow, Snow +minecraft:cactus, Cactus +minecraft:clay, Clay +minecraft:jukebox, Jukebox +minecraft:fence, Oak Fence +minecraft:pumpkin, Pumpkin +minecraft:netherrack, Netherrack +minecraft:soul_sand, Soul Sand +minecraft:glowstone, Glowstone +minecraft:lit_pumpkin, Jack o'Lantern +minecraft:stained_glass:0, White Stained Glass +minecraft:stained_glass:1, Orange Stained Glass +minecraft:stained_glass:2, Magenta Stained Glass +minecraft:stained_glass:3, Light Blue Stained Glass +minecraft:stained_glass:4, Yellow Stained Glass +minecraft:stained_glass:5, Lime Stained Glass +minecraft:stained_glass:6, Pink Stained Glass +minecraft:stained_glass:7, Gray Stained Glass +minecraft:stained_glass:8, Light Gray Stained Glass +minecraft:stained_glass:9, Cyan Stained Glass +minecraft:stained_glass:10, Purple Stained Glass +minecraft:stained_glass:11, Blue Stained Glass +minecraft:stained_glass:12, Brown Stained Glass +minecraft:stained_glass:13, Green Stained Glass +minecraft:stained_glass:14, Red Stained Glass +minecraft:stained_glass:15, Black Stained Glass +minecraft:trapdoor, Oak Trapdoor +minecraft:monster_egg:0, Stone Monster Egg +minecraft:monster_egg:1, Cobblestone Monster Egg +minecraft:monster_egg:2, Stone Brick Monster Egg +minecraft:monster_egg:3, Mossy Stone Brick Monster Egg +minecraft:monster_egg:4, Cracked Stone Brick Monster Egg +minecraft:monster_egg:5, Chiseled Stone Brick Monster Egg +minecraft:stonebrick:0, Stone Bricks +minecraft:stonebrick:1, Mossy Stone Bricks +minecraft:stonebrick:2, Cracked Stone Bricks +minecraft:stonebrick:3, Chiseled Stone Bricks +minecraft:brown_mushroom_block, Mushroom +minecraft:red_mushroom_block, Mushroom +minecraft:iron_bars, Iron Bars +minecraft:glass_pane, Glass Pane +minecraft:melon_block, Melon +minecraft:vine, Vines +minecraft:fence_gate, Oak Fence Gate +minecraft:brick_stairs, Brick Stairs +minecraft:stone_brick_stairs, Stone Brick Stairs +minecraft:mycelium, Mycelium +minecraft:waterlily, Lily Pad +minecraft:nether_brick, Nether Brick +minecraft:nether_brick_fence, Nether Brick Fence +minecraft:nether_brick_stairs, Nether Brick Stairs +minecraft:enchanting_table, Enchantment Table +minecraft:end_portal_frame, End Portal +minecraft:end_stone, End Stone +minecraft:dragon_egg, Dragon Egg +minecraft:redstone_lamp, Redstone Lamp +minecraft:wooden_slab:0, Oak Wood Slab +minecraft:wooden_slab:1, Spruce Wood Slab +minecraft:wooden_slab:2, Birch Wood Slab +minecraft:wooden_slab:3, Jungle Wood Slab +minecraft:wooden_slab:4, Acacia Wood Slab +minecraft:wooden_slab:5, Dark Oak Wood Slab +minecraft:sandstone_stairs, Sandstone Stairs +minecraft:emerald_ore, Emerald Ore +minecraft:ender_chest, Ender Chest +minecraft:tripwire_hook, Tripwire Hook +minecraft:emerald_block, Block of Emerald +minecraft:spruce_stairs, Spruce Wood Stairs +minecraft:birch_stairs, Birch Wood Stairs +minecraft:jungle_stairs, Jungle Wood Stairs +minecraft:command_block, Command Block +minecraft:beacon, Beacon +minecraft:cobblestone_wall:0, Cobblestone Wall +minecraft:cobblestone_wall:1, Mossy Cobblestone Wall +minecraft:wooden_button, Oak Button +minecraft:anvil:0, Anvil +minecraft:anvil:1, Slightly Damaged Anvil +minecraft:anvil:2, Very Damaged Anvil +minecraft:trapped_chest, Oak Trapped Chest +minecraft:light_weighted_pressure_plate, Weighted Pressure Plate (Light) +minecraft:heavy_weighted_pressure_plate, Weighted Pressure Plate (Heavy) +minecraft:daylight_detector, Daylight Sensor +minecraft:redstone_block, Block of Redstone +minecraft:quartz_ore, Nether Quartz Ore +minecraft:hopper, Hopper +minecraft:quartz_block:0, Block of Quartz +minecraft:quartz_block:1, Chiseled Quartz Block +minecraft:quartz_block:2, Pillar Quartz Block +minecraft:quartz_stairs, Quartz Stairs +minecraft:activator_rail, Activator Rail +minecraft:dropper, Dropper +minecraft:stained_hardened_clay:0, White Terracotta +minecraft:stained_hardened_clay:1, Orange Terracotta +minecraft:stained_hardened_clay:2, Magenta Terracotta +minecraft:stained_hardened_clay:3, Light Blue Terracotta +minecraft:stained_hardened_clay:4, Yellow Terracotta +minecraft:stained_hardened_clay:5, Lime Terracotta +minecraft:stained_hardened_clay:6, Pink Terracotta +minecraft:stained_hardened_clay:7, Gray Terracotta +minecraft:stained_hardened_clay:8, Light Gray Terracotta +minecraft:stained_hardened_clay:9, Cyan Terracotta +minecraft:stained_hardened_clay:10, Purple Terracotta +minecraft:stained_hardened_clay:11, Blue Terracotta +minecraft:stained_hardened_clay:12, Brown Terracotta +minecraft:stained_hardened_clay:13, Green Terracotta +minecraft:stained_hardened_clay:14, Red Terracotta +minecraft:stained_hardened_clay:15, Black Terracotta +minecraft:stained_glass_pane:0, White Stained Glass Pane +minecraft:stained_glass_pane:1, Orange Stained Glass Pane +minecraft:stained_glass_pane:2, Magenta Stained Glass Pane +minecraft:stained_glass_pane:3, Light Blue Stained Glass Pane +minecraft:stained_glass_pane:4, Yellow Stained Glass Pane +minecraft:stained_glass_pane:5, Lime Stained Glass Pane +minecraft:stained_glass_pane:6, Pink Stained Glass Pane +minecraft:stained_glass_pane:7, Gray Stained Glass Pane +minecraft:stained_glass_pane:8, Light Gray Stained Glass Pane +minecraft:stained_glass_pane:9, Cyan Stained Glass Pane +minecraft:stained_glass_pane:10, Purple Stained Glass Pane +minecraft:stained_glass_pane:11, Blue Stained Glass Pane +minecraft:stained_glass_pane:12, Brown Stained Glass Pane +minecraft:stained_glass_pane:13, Green Stained Glass Pane +minecraft:stained_glass_pane:14, Red Stained Glass Pane +minecraft:stained_glass_pane:15, Black Stained Glass Pane +minecraft:leaves2:0, Acacia Leaves +minecraft:leaves2:1, Dark Oak Leaves +minecraft:log2:0, Acacia Wood +minecraft:log2:1, Dark Oak Wood +minecraft:acacia_stairs, Acacia Wood Stairs +minecraft:dark_oak_stairs, Dark Oak Wood Stairs +minecraft:slime, Green Slime Block +minecraft:barrier, Warding Aura +minecraft:iron_trapdoor, Iron Trapdoor +minecraft:prismarine:0, Prismarine +minecraft:prismarine:1, Prismarine Bricks +minecraft:prismarine:2, Dark Prismarine +minecraft:sea_lantern, Sea Lantern +minecraft:hay_block, Hay Bale +minecraft:carpet:0, White Carpet +minecraft:carpet:1, Orange Carpet +minecraft:carpet:2, Magenta Carpet +minecraft:carpet:3, Light Blue Carpet +minecraft:carpet:4, Yellow Carpet +minecraft:carpet:5, Lime Carpet +minecraft:carpet:6, Pink Carpet +minecraft:carpet:7, Gray Carpet +minecraft:carpet:8, Light Gray Carpet +minecraft:carpet:9, Cyan Carpet +minecraft:carpet:10, Purple Carpet +minecraft:carpet:11, Blue Carpet +minecraft:carpet:12, Brown Carpet +minecraft:carpet:13, Green Carpet +minecraft:carpet:14, Red Carpet +minecraft:carpet:15, Black Carpet +minecraft:hardened_clay, Terracotta +minecraft:coal_block, Block of Coal +minecraft:packed_ice, Packed Ice +minecraft:double_plant:0, Sunflower +minecraft:double_plant:1, Lilac +minecraft:double_plant:2, Double Tallgrass +minecraft:double_plant:3, Large Fern +minecraft:double_plant:4, Rose Bush +minecraft:double_plant:5, Peony +minecraft:red_sandstone:0, Red Sandstone +minecraft:red_sandstone:1, Chiseled Red Sandstone +minecraft:red_sandstone:2, Smooth Red Sandstone +minecraft:red_sandstone_stairs, Red Sandstone Stairs +minecraft:stone_slab2:0, Red Sandstone Slab +minecraft:spruce_fence_gate, Spruce Fence Gate +minecraft:birch_fence_gate, Birch Fence Gate +minecraft:jungle_fence_gate, Jungle Fence Gate +minecraft:dark_oak_fence_gate, Dark Oak Fence Gate +minecraft:acacia_fence_gate, Acacia Fence Gate +minecraft:spruce_fence, Spruce Fence +minecraft:birch_fence, Birch Fence +minecraft:jungle_fence, Jungle Fence +minecraft:dark_oak_fence, Dark Oak Fence +minecraft:acacia_fence, Acacia Fence +minecraft:end_rod, End Rod +minecraft:chorus_plant, Chorus Plant +minecraft:chorus_flower, Chorus Flower +minecraft:purpur_block, Purpur Block +minecraft:purpur_pillar, Purpur Pillar +minecraft:purpur_stairs, Purpur Stairs +minecraft:purpur_slab:0, Purpur Slab +minecraft:end_bricks, End Stone Bricks +minecraft:grass_path, Grass Path +minecraft:repeating_command_block, Repeating Command Block +minecraft:chain_command_block, Chain Command Block +minecraft:magma, Magma Block +minecraft:nether_wart_block, Nether Wart Block +minecraft:red_nether_brick, Red Nether Brick +minecraft:bone_block, Bone Block +minecraft:structure_void, Structure Void +minecraft:observer, Observer +minecraft:white_shulker_box, White Shulker Box +minecraft:orange_shulker_box, Orange Shulker Box +minecraft:magenta_shulker_box, Magenta Shulker Box +minecraft:light_blue_shulker_box, Light Blue Shulker Box +minecraft:yellow_shulker_box, Yellow Shulker Box +minecraft:lime_shulker_box, Lime Shulker Box +minecraft:pink_shulker_box, Pink Shulker Box +minecraft:gray_shulker_box, Gray Shulker Box +minecraft:silver_shulker_box, Light Gray Shulker Box +minecraft:cyan_shulker_box, Cyan Shulker Box +minecraft:purple_shulker_box, Purple Shulker Box +minecraft:blue_shulker_box, Blue Shulker Box +minecraft:brown_shulker_box, Brown Shulker Box +minecraft:green_shulker_box, Green Shulker Box +minecraft:red_shulker_box, Red Shulker Box +minecraft:black_shulker_box, Black Shulker Box +minecraft:white_glazed_terracotta, White Glazed Terracotta +minecraft:orange_glazed_terracotta, Orange Glazed Terracotta +minecraft:magenta_glazed_terracotta, Magenta Glazed Terracotta +minecraft:light_blue_glazed_terracotta, Light Blue Glazed Terracotta +minecraft:yellow_glazed_terracotta, Yellow Glazed Terracotta +minecraft:lime_glazed_terracotta, Lime Glazed Terracotta +minecraft:pink_glazed_terracotta, Pink Glazed Terracotta +minecraft:gray_glazed_terracotta, Gray Glazed Terracotta +minecraft:silver_glazed_terracotta, Light Gray Glazed Terracotta +minecraft:cyan_glazed_terracotta, Cyan Glazed Terracotta +minecraft:purple_glazed_terracotta, Purple Glazed Terracotta +minecraft:blue_glazed_terracotta, Blue Glazed Terracotta +minecraft:brown_glazed_terracotta, Brown Glazed Terracotta +minecraft:green_glazed_terracotta, Green Glazed Terracotta +minecraft:red_glazed_terracotta, Red Glazed Terracotta +minecraft:black_glazed_terracotta, Black Glazed Terracotta +minecraft:concrete:0, White Concrete +minecraft:concrete:1, Orange Concrete +minecraft:concrete:2, Magenta Concrete +minecraft:concrete:3, Light Blue Concrete +minecraft:concrete:4, Yellow Concrete +minecraft:concrete:5, Lime Concrete +minecraft:concrete:6, Pink Concrete +minecraft:concrete:7, Gray Concrete +minecraft:concrete:8, Light Gray Concrete +minecraft:concrete:9, Cyan Concrete +minecraft:concrete:10, Purple Concrete +minecraft:concrete:11, Blue Concrete +minecraft:concrete:12, Brown Concrete +minecraft:concrete:13, Green Concrete +minecraft:concrete:14, Red Concrete +minecraft:concrete:15, Black Concrete +minecraft:concrete_powder:0, White Concrete Powder +minecraft:concrete_powder:1, Orange Concrete Powder +minecraft:concrete_powder:2, Magenta Concrete Powder +minecraft:concrete_powder:3, Light Blue Concrete Powder +minecraft:concrete_powder:4, Yellow Concrete Powder +minecraft:concrete_powder:5, Lime Concrete Powder +minecraft:concrete_powder:6, Pink Concrete Powder +minecraft:concrete_powder:7, Gray Concrete Powder +minecraft:concrete_powder:8, Light Gray Concrete Powder +minecraft:concrete_powder:9, Cyan Concrete Powder +minecraft:concrete_powder:10, Purple Concrete Powder +minecraft:concrete_powder:11, Blue Concrete Powder +minecraft:concrete_powder:12, Brown Concrete Powder +minecraft:concrete_powder:13, Green Concrete Powder +minecraft:concrete_powder:14, Red Concrete Powder +minecraft:concrete_powder:15, Black Concrete Powder +minecraft:structure_block, Structure Block +minecraft:iron_shovel, Iron Shovel +minecraft:iron_pickaxe, Iron Pickaxe +minecraft:iron_axe, Iron Axe +minecraft:flint_and_steel, Flint and Steel +minecraft:apple, Apple +minecraft:bow, Bow +minecraft:arrow, Arrow +minecraft:coal:0, Coal +minecraft:coal:1, Charcoal +minecraft:diamond, Diamond +minecraft:iron_ingot, Iron Ingot +minecraft:gold_ingot, Gold Ingot +minecraft:iron_sword, Iron Sword +minecraft:wooden_sword, Wooden Sword +minecraft:wooden_shovel, Wooden Shovel +minecraft:wooden_pickaxe, Wooden Pickaxe +minecraft:wooden_axe, Wooden Axe +minecraft:stone_sword, Stone Sword +minecraft:stone_shovel, Stone Shovel +minecraft:stone_pickaxe, Stone Pickaxe +minecraft:stone_axe, Stone Axe +minecraft:diamond_sword, Diamond Sword +minecraft:diamond_shovel, Diamond Shovel +minecraft:diamond_pickaxe, Diamond Pickaxe +minecraft:diamond_axe, Diamond Axe +minecraft:stick, Stick +minecraft:bowl, Bowl +minecraft:mushroom_stew, Mushroom Stew +minecraft:golden_sword, Golden Sword +minecraft:golden_shovel, Golden Shovel +minecraft:golden_pickaxe, Golden Pickaxe +minecraft:golden_axe, Golden Axe +minecraft:string, String +minecraft:feather, Feather +minecraft:gunpowder, Gunpowder +minecraft:wooden_hoe, Wooden Hoe +minecraft:stone_hoe, Stone Hoe +minecraft:iron_hoe, Iron Hoe +minecraft:diamond_hoe, Diamond Hoe +minecraft:golden_hoe, Golden Hoe +minecraft:wheat_seeds, Seeds +minecraft:wheat, Wheat +minecraft:bread, Bread +minecraft:leather_helmet, Leather Cap +minecraft:leather_chestplate, Leather Tunic +minecraft:leather_leggings, Leather Pants +minecraft:leather_boots, Leather Boots +minecraft:chainmail_helmet, Chain Helmet +minecraft:chainmail_chestplate, Chain Chestplate +minecraft:chainmail_leggings, Chain Leggings +minecraft:chainmail_boots, Chain Boots +minecraft:iron_helmet, Iron Helmet +minecraft:iron_chestplate, Iron Chestplate +minecraft:iron_leggings, Iron Leggings +minecraft:iron_boots, Iron Boots +minecraft:diamond_helmet, Diamond Helmet +minecraft:diamond_chestplate, Diamond Chestplate +minecraft:diamond_leggings, Diamond Leggings +minecraft:diamond_boots, Diamond Boots +minecraft:golden_helmet, Golden Helmet +minecraft:golden_chestplate, Golden Chestplate +minecraft:golden_leggings, Golden Leggings +minecraft:golden_boots, Golden Boots +minecraft:flint, Flint +minecraft:porkchop, Raw Porkchop +minecraft:cooked_porkchop, Cooked Porkchop +minecraft:painting, Painting +minecraft:golden_apple:0, Golden Apple +minecraft:golden_apple:1, Golden Apple +minecraft:sign, Sign +minecraft:wooden_door, Oak Door +minecraft:bucket, Bucket +minecraft:water_bucket, Water Bucket +minecraft:lava_bucket, Lava Bucket +minecraft:minecart, Minecart +minecraft:saddle, Saddle +minecraft:iron_door, Iron Door +minecraft:redstone, Redstone +minecraft:snowball, Snowball +minecraft:boat, Oak Boat +minecraft:leather, Leather +minecraft:milk_bucket, Milk +minecraft:brick, Brick +minecraft:clay_ball, Clay +minecraft:reeds, Sugar Canes +minecraft:paper, Paper +minecraft:book, Book +minecraft:slime_ball, Slimeball +minecraft:chest_minecart, Minecart with Chest +minecraft:furnace_minecart, Minecart with Furnace +minecraft:egg, Egg +minecraft:compass, Compass +minecraft:fishing_rod, Fishing Rod +minecraft:clock, Clock +minecraft:glowstone_dust, Glowstone Dust +minecraft:fish:0, Raw Fish +minecraft:fish:1, Raw Salmon +minecraft:fish:2, Clownfish +minecraft:fish:3, Pufferfish +minecraft:cooked_fish:0, Cooked Fish +minecraft:cooked_fish:1, Cooked Salmon +minecraft:dye:0, Ink Sac +minecraft:dye:1, Rose Red +minecraft:dye:2, Cactus Green +minecraft:dye:3, Cocoa Beans +minecraft:dye:4, Lapis Lazuli +minecraft:dye:5, Purple Dye +minecraft:dye:6, Cyan Dye +minecraft:dye:7, Light Gray Dye +minecraft:dye:8, Gray Dye +minecraft:dye:9, Pink Dye +minecraft:dye:10, Lime Dye +minecraft:dye:11, Dandelion Yellow +minecraft:dye:12, Light Blue Dye +minecraft:dye:13, Magenta Dye +minecraft:dye:14, Orange Dye +minecraft:dye:15, Bone Meal +minecraft:bone, Bone +minecraft:sugar, Sugar +minecraft:cake, Cake +minecraft:bed:0, White Bed +minecraft:bed:1, Orange Bed +minecraft:bed:2, Magenta Bed +minecraft:bed:3, Light Blue Bed +minecraft:bed:4, Yellow Bed +minecraft:bed:5, Lime Bed +minecraft:bed:6, Pink Bed +minecraft:bed:7, Gray Bed +minecraft:bed:8, Light Gray Bed +minecraft:bed:9, Cyan Bed +minecraft:bed:10, Purple Bed +minecraft:bed:11, Blue Bed +minecraft:bed:12, Brown Bed +minecraft:bed:13, Green Bed +minecraft:bed:14, Red Bed +minecraft:bed:15, Black Bed +minecraft:repeater, Redstone Repeater +minecraft:cookie, Cookie +minecraft:filled_map:0, Map +minecraft:shears, Shears +minecraft:melon, Melon Slice +minecraft:pumpkin_seeds, Pumpkin Seeds +minecraft:melon_seeds, Melon Seeds +minecraft:beef, Raw Beef +minecraft:cooked_beef, Steak +minecraft:chicken, Raw Chicken +minecraft:cooked_chicken, Cooked Chicken +minecraft:rotten_flesh, Rotten Flesh +minecraft:ender_pearl, Ender Pearl +minecraft:blaze_rod, Blaze Rod +minecraft:ghast_tear, Ghast Tear +minecraft:gold_nugget, Gold Nugget +minecraft:nether_wart, Nether Wart +minecraft:potion, Potion +minecraft:glass_bottle, Glass Bottle +minecraft:spider_eye, Spider Eye +minecraft:fermented_spider_eye, Fermented Spider Eye +minecraft:blaze_powder, Blaze Powder +minecraft:magma_cream, Magma Cream +minecraft:brewing_stand, Brewing Stand +minecraft:cauldron, Cauldron +minecraft:ender_eye, Eye of Ender +minecraft:speckled_melon, Glistering Melon +minecraft:spawn_egg, Spawn +minecraft:experience_bottle, Bottle o' Enchanting +minecraft:fire_charge, Fire Charge +minecraft:writable_book, Book and Quill +minecraft:written_book, Written Book +minecraft:emerald, Emerald +minecraft:item_frame, Item Frame +minecraft:flower_pot, Flower Pot +minecraft:carrot, Carrot +minecraft:potato, Potato +minecraft:baked_potato, Baked Potato +minecraft:poisonous_potato, Poisonous Potato +minecraft:map, Empty Map +minecraft:golden_carrot, Golden Carrot +minecraft:skull:0, Skeleton Skull +minecraft:skull:1, Wither Skeleton Skull +minecraft:skull:2, Zombie Head +minecraft:skull:3, Head +minecraft:skull:4, Creeper Head +minecraft:skull:5, Dragon Head +minecraft:carrot_on_a_stick, Carrot on a Stick +minecraft:nether_star, Nether Star +minecraft:pumpkin_pie, Pumpkin Pie +minecraft:fireworks, Firework Rocket +minecraft:firework_charge, Firework Star +minecraft:enchanted_book, Enchanted Book +minecraft:comparator, Redstone Comparator +minecraft:netherbrick, Nether Brick +minecraft:quartz, Nether Quartz +minecraft:tnt_minecart, Minecart with TNT +minecraft:hopper_minecart, Minecart with Hopper +minecraft:prismarine_shard, Prismarine Shard +minecraft:prismarine_crystals, Prismarine Crystals +minecraft:rabbit, Raw Rabbit +minecraft:cooked_rabbit, Cooked Rabbit +minecraft:rabbit_stew, Rabbit Stew +minecraft:rabbit_foot, Rabbit's Foot +minecraft:rabbit_hide, Rabbit Hide +minecraft:armor_stand, Armor Stand +minecraft:iron_horse_armor, Iron Horse Armor +minecraft:golden_horse_armor, Gold Horse Armor +minecraft:diamond_horse_armor, Diamond Horse Armor +minecraft:lead, Lead +minecraft:name_tag, Name Tag +minecraft:command_block_minecart, Minecart with Command Block +minecraft:mutton, Raw Mutton +minecraft:cooked_mutton, Cooked Mutton +minecraft:banner:15, White Banner +minecraft:banner:14, Orange Banner +minecraft:banner:13, Magenta Banner +minecraft:banner:12, Light Blue Banner +minecraft:banner:11, Yellow Banner +minecraft:banner:10, Lime Banner +minecraft:banner:9, Pink Banner +minecraft:banner:8, Gray Banner +minecraft:banner:7, Light Gray Banner +minecraft:banner:6, Cyan Banner +minecraft:banner:5, Purple Banner +minecraft:banner:4, Blue Banner +minecraft:banner:3, Brown Banner +minecraft:banner:2, Green Banner +minecraft:banner:1, Red Banner +minecraft:banner:0, Black Banner +minecraft:end_crystal, End Crystal +minecraft:spruce_door, Spruce Door +minecraft:birch_door, Birch Door +minecraft:jungle_door, Jungle Door +minecraft:acacia_door, Acacia Door +minecraft:dark_oak_door, Dark Oak Door +minecraft:chorus_fruit, Chorus Fruit +minecraft:chorus_fruit_popped, Popped Chorus Fruit +minecraft:beetroot, Beetroot +minecraft:beetroot_seeds, Beetroot Seeds +minecraft:beetroot_soup, Beetroot Soup +minecraft:dragon_breath, Dragon's Breath +minecraft:splash_potion, Splash Potion +minecraft:spectral_arrow, Spectral Arrow +minecraft:tipped_arrow, Tipped Arrow +minecraft:lingering_potion, Lingering Potion +minecraft:shield, Shield +minecraft:elytra, Elytra +minecraft:spruce_boat, Spruce Boat +minecraft:birch_boat, Birch Boat +minecraft:jungle_boat, Jungle Boat +minecraft:acacia_boat, Acacia Boat +minecraft:dark_oak_boat, Dark Oak Boat +minecraft:totem_of_undying, Totem of Undying +minecraft:shulker_shell, Shulker Shell +minecraft:iron_nugget, Iron Nugget +minecraft:knowledge_book, Knowledge Book +minecraft:record_13, Music Disc +minecraft:record_cat, Music Disc +minecraft:record_blocks, Music Disc +minecraft:record_chirp, Music Disc +minecraft:record_far, Music Disc +minecraft:record_mall, Music Disc +minecraft:record_mellohi, Music Disc +minecraft:record_stal, Music Disc +minecraft:record_strad, Music Disc +minecraft:record_ward, Music Disc +minecraft:record_11, Music Disc +minecraft:record_wait, Music Disc +biomesoplenty:grass:0, Spectral Moss +biomesoplenty:grass:1, Overgrown Stone +biomesoplenty:grass:2, Loamy Grass Block +biomesoplenty:grass:3, Sandy Grass Block +biomesoplenty:grass:4, Silty Grass Block +biomesoplenty:grass:5, Origin Grass Block +biomesoplenty:grass:6, Overgrown Netherrack +biomesoplenty:grass:7, Flowering Grass Block +biomesoplenty:grass:8, Mycelial Netherrack +biomesoplenty:dirt:8, Coarse Loamy Dirt +biomesoplenty:dirt:0, Loamy Dirt +biomesoplenty:dirt:9, Coarse Sandy Dirt +biomesoplenty:dirt:1, Sandy Dirt +biomesoplenty:dirt:10, Coarse Silty Dirt +biomesoplenty:dirt:2, Silty Dirt +biomesoplenty:grass_path:0, Loamy Grass Path +biomesoplenty:grass_path:1, Sandy Grass Path +biomesoplenty:grass_path:2, Silty Grass Path +biomesoplenty:farmland_0:0, Loamy Farmland +biomesoplenty:farmland_0:1, Sandy Farmland +biomesoplenty:farmland_1:0, Silty Farmland +biomesoplenty:white_sand:0, White Sand +biomesoplenty:white_sandstone:0, White Sandstone +biomesoplenty:white_sandstone:1, Chiseled White Sandstone +biomesoplenty:white_sandstone:2, Smooth White Sandstone +biomesoplenty:white_sandstone_stairs:0, White Sandstone Stairs +biomesoplenty:dried_sand:0, Dried Sand +biomesoplenty:hard_ice:0, Hardened Ice +biomesoplenty:ash_block:0, Ash Block +biomesoplenty:mud:0, Mud +biomesoplenty:flesh:0, Flesh +biomesoplenty:crystal:0, Celestial Crystal +biomesoplenty:biome_block:0, Biome Essence Ore +biomesoplenty:gem_ore:0, Ender Amethyst Ore +biomesoplenty:gem_ore:1, Ruby Ore +biomesoplenty:gem_ore:2, Peridot Ore +biomesoplenty:gem_ore:3, Topaz Ore +biomesoplenty:gem_ore:4, Tanzanite Ore +biomesoplenty:gem_ore:5, Malachite Ore +biomesoplenty:gem_ore:6, Sapphire Ore +biomesoplenty:gem_ore:7, Amber Ore +biomesoplenty:gem_block:0, Block of Amethyst +biomesoplenty:gem_block:1, Block of Ruby +biomesoplenty:gem_block:2, Block of Peridot +biomesoplenty:gem_block:3, Block of Topaz +biomesoplenty:gem_block:4, Block of Tanzanite +biomesoplenty:gem_block:5, Block of Malachite +biomesoplenty:gem_block:6, Block of Sapphire +biomesoplenty:gem_block:7, Block of Amber +biomesoplenty:hive:0, Hive Block +biomesoplenty:hive:1, Honeycomb Block +biomesoplenty:hive:2, Empty Honeycomb Block +biomesoplenty:hive:3, Filled Honeycomb Block +biomesoplenty:honey_block:0, Honey Block +biomesoplenty:blue_fire:0, Blue Fire +biomesoplenty:bamboo_thatching:0, Bamboo Thatching +biomesoplenty:mud_brick_block:0, Mud Bricks +biomesoplenty:mud_brick_stairs:0, Mud Brick Stairs +biomesoplenty:other_slab:0, Mud Brick Slab +biomesoplenty:other_slab:1, White Sandstone Slab +biomesoplenty:log_0:4, Sacred Oak Wood +biomesoplenty:log_0:5, Cherry Wood +biomesoplenty:log_0:6, Umbran Wood +biomesoplenty:log_0:7, Fir Wood +biomesoplenty:log_1:4, Ethereal Wood +biomesoplenty:log_1:5, Magic Wood +biomesoplenty:log_1:6, Mangrove Wood +biomesoplenty:log_1:7, Palm Wood +biomesoplenty:log_2:4, Redwood Wood +biomesoplenty:log_2:5, Willow Wood +biomesoplenty:log_2:6, Pine Wood +biomesoplenty:log_2:7, Hellbark Wood +biomesoplenty:log_3:4, Jacaranda Wood +biomesoplenty:log_3:5, Mahogany Wood +biomesoplenty:log_3:6, Ebony Wood +biomesoplenty:log_3:7, Eucalyptus Wood +biomesoplenty:log_4:4, Giant Flower Stem +biomesoplenty:log_4:5, Dead Wood +biomesoplenty:leaves_0:8, Yellow Autumn Leaves +biomesoplenty:leaves_0:9, Orange Autumn Leaves +biomesoplenty:leaves_0:10, Bamboo Leaves +biomesoplenty:leaves_0:11, Magic Leaves +biomesoplenty:leaves_1:8, Umbran Leaves +biomesoplenty:leaves_1:9, Dead Leaves +biomesoplenty:leaves_1:10, Fir Leaves +biomesoplenty:leaves_1:11, Ethereal Leaves +biomesoplenty:leaves_2:8, Origin Leaves +biomesoplenty:leaves_2:9, Pink Cherry Leaves +biomesoplenty:leaves_2:10, White Cherry Leaves +biomesoplenty:leaves_2:11, Maple Leaves +biomesoplenty:leaves_3:8, Hellbark Leaves +biomesoplenty:leaves_3:9, Flowering Oak Leaves +biomesoplenty:leaves_3:10, Jacaranda Leaves +biomesoplenty:leaves_3:11, Sacred Oak Leaves +biomesoplenty:leaves_4:8, Mangrove Leaves +biomesoplenty:leaves_4:9, Palm Leaves +biomesoplenty:leaves_4:10, Redwood Leaves +biomesoplenty:leaves_4:11, Willow Leaves +biomesoplenty:leaves_5:8, Pine Leaves +biomesoplenty:leaves_5:9, Mahogany Leaves +biomesoplenty:leaves_5:10, Ebony Leaves +biomesoplenty:leaves_5:11, Eucalyptus Leaves +biomesoplenty:leaves_6:8, Giant Red Flower Petal +biomesoplenty:leaves_6:9, Giant Yellow Flower Petal +biomesoplenty:planks_0:0, Sacred Oak Wood Planks +biomesoplenty:planks_0:1, Cherry Wood Planks +biomesoplenty:planks_0:2, Umbran Wood Planks +biomesoplenty:planks_0:3, Fir Wood Planks +biomesoplenty:planks_0:4, Ethereal Wood Planks +biomesoplenty:planks_0:5, Magic Wood Planks +biomesoplenty:planks_0:6, Mangrove Wood Planks +biomesoplenty:planks_0:7, Palm Wood Planks +biomesoplenty:planks_0:8, Redwood Wood Planks +biomesoplenty:planks_0:9, Willow Wood Planks +biomesoplenty:planks_0:10, Pine Wood Planks +biomesoplenty:planks_0:11, Hellbark Wood Planks +biomesoplenty:planks_0:12, Jacaranda Wood Planks +biomesoplenty:planks_0:13, Mahogany Wood Planks +biomesoplenty:planks_0:14, Ebony Wood Planks +biomesoplenty:planks_0:15, Eucalyptus Wood Planks +biomesoplenty:sacred_oak_stairs:0, Sacred Oak Wood Stairs +biomesoplenty:cherry_stairs:0, Cherry Wood Stairs +biomesoplenty:umbran_stairs:0, Umbran Wood Stairs +biomesoplenty:fir_stairs:0, Fir Wood Stairs +biomesoplenty:ethereal_stairs:0, Ethereal Wood Stairs +biomesoplenty:magic_stairs:0, Magic Wood Stairs +biomesoplenty:mangrove_stairs:0, Mangrove Wood Stairs +biomesoplenty:palm_stairs:0, Palm Wood Stairs +biomesoplenty:redwood_stairs:0, Redwood Wood Stairs +biomesoplenty:willow_stairs:0, Willow Wood Stairs +biomesoplenty:pine_stairs:0, Pine Wood Stairs +biomesoplenty:hellbark_stairs:0, Hellbark Wood Stairs +biomesoplenty:jacaranda_stairs:0, Jacaranda Wood Stairs +biomesoplenty:mahogany_stairs:0, Mahogany Wood Stairs +biomesoplenty:ebony_stairs:0, Ebony Wood Stairs +biomesoplenty:eucalyptus_stairs:0, Eucalyptus Wood Stairs +biomesoplenty:wood_slab_0:0, Sacred Oak Wood Slab +biomesoplenty:wood_slab_0:1, Cherry Wood Slab +biomesoplenty:wood_slab_0:2, Umbran Wood Slab +biomesoplenty:wood_slab_0:3, Fir Wood Slab +biomesoplenty:wood_slab_0:4, Ethereal Wood Slab +biomesoplenty:wood_slab_0:5, Magic Wood Slab +biomesoplenty:wood_slab_0:6, Mangrove Wood Slab +biomesoplenty:wood_slab_0:7, Palm Wood Slab +biomesoplenty:wood_slab_1:0, Redwood Wood Slab +biomesoplenty:wood_slab_1:1, Willow Wood Slab +biomesoplenty:wood_slab_1:2, Pine Wood Slab +biomesoplenty:wood_slab_1:3, Hellbark Wood Slab +biomesoplenty:wood_slab_1:4, Jacaranda Wood Slab +biomesoplenty:wood_slab_1:5, Mahogany Wood Slab +biomesoplenty:wood_slab_1:6, Ebony Wood Slab +biomesoplenty:wood_slab_1:7, Eucalyptus Wood Slab +biomesoplenty:sacred_oak_fence:0, Sacred Oak Fence +biomesoplenty:cherry_fence:0, Cherry Fence +biomesoplenty:umbran_fence:0, Umbran Fence +biomesoplenty:fir_fence:0, Fir Fence +biomesoplenty:ethereal_fence:0, Ethereal Fence +biomesoplenty:magic_fence:0, Magic Fence +biomesoplenty:mangrove_fence:0, Mangrove Fence +biomesoplenty:palm_fence:0, Palm Fence +biomesoplenty:redwood_fence:0, Redwood Fence +biomesoplenty:willow_fence:0, Willow Fence +biomesoplenty:pine_fence:0, Pine Fence +biomesoplenty:hellbark_fence:0, Hellbark Fence +biomesoplenty:jacaranda_fence:0, Jacaranda Fence +biomesoplenty:mahogany_fence:0, Mahogany Fence +biomesoplenty:ebony_fence:0, Ebony Fence +biomesoplenty:eucalyptus_fence:0, Eucalyptus Fence +biomesoplenty:sacred_oak_fence_gate:0, Sacred Oak Fence Gate +biomesoplenty:cherry_fence_gate:0, Cherry Fence Gate +biomesoplenty:umbran_fence_gate:0, Umbran Fence Gate +biomesoplenty:fir_fence_gate:0, Fir Fence Gate +biomesoplenty:ethereal_fence_gate:0, Ethereal Fence Gate +biomesoplenty:magic_fence_gate:0, Magic Fence Gate +biomesoplenty:mangrove_fence_gate:0, Mangrove Fence Gate +biomesoplenty:palm_fence_gate:0, Palm Fence Gate +biomesoplenty:redwood_fence_gate:0, Redwood Fence Gate +biomesoplenty:willow_fence_gate:0, Willow Fence Gate +biomesoplenty:pine_fence_gate:0, Pine Fence Gate +biomesoplenty:hellbark_fence_gate:0, Hellbark Fence Gate +biomesoplenty:jacaranda_fence_gate:0, Jacaranda Fence Gate +biomesoplenty:mahogany_fence_gate:0, Mahogany Fence Gate +biomesoplenty:ebony_fence_gate:0, Ebony Fence Gate +biomesoplenty:eucalyptus_fence_gate:0, Eucalyptus Fence Gate +biomesoplenty:sacred_oak_door, Sacred Oak Door +biomesoplenty:cherry_door, Cherry Door +biomesoplenty:umbran_door, Umbran Door +biomesoplenty:fir_door, Fir Door +biomesoplenty:ethereal_door, Ethereal Door +biomesoplenty:magic_door, Magic Door +biomesoplenty:mangrove_door, Mangrove Door +biomesoplenty:palm_door, Palm Door +biomesoplenty:redwood_door, Redwood Door +biomesoplenty:willow_door, Willow Door +biomesoplenty:pine_door, Pine Door +biomesoplenty:hellbark_door, Hellbark Door +biomesoplenty:jacaranda_door, Jacaranda Door +biomesoplenty:mahogany_door, Mahogany Door +biomesoplenty:ebony_door, Ebony Door +biomesoplenty:eucalyptus_door, Eucalyptus Door +biomesoplenty:coral:0, Pink Coral +biomesoplenty:coral:1, Orange Coral +biomesoplenty:coral:2, Blue Coral +biomesoplenty:coral:3, Glowing Coral +biomesoplenty:coral:4, Algae +biomesoplenty:seaweed:0, Kelp +biomesoplenty:waterlily:0, Medium Lily Pad +biomesoplenty:waterlily:1, Small Lily Pad +biomesoplenty:waterlily:2, Tiny Lily Pad +biomesoplenty:waterlily:3, Flowered Lily +biomesoplenty:bamboo:0, Bamboo +biomesoplenty:sapling_0:0, Yellow Autumn Sapling +biomesoplenty:sapling_0:1, Orange Autumn Sapling +biomesoplenty:sapling_0:2, Bamboo Sapling +biomesoplenty:sapling_0:3, Magic Sapling +biomesoplenty:sapling_0:4, Umbran Sapling +biomesoplenty:sapling_0:5, Dead Sapling +biomesoplenty:sapling_0:6, Fir Sapling +biomesoplenty:sapling_0:7, Ethereal Sapling +biomesoplenty:sapling_1:0, Origin Sapling +biomesoplenty:sapling_1:1, Pink Cherry Sapling +biomesoplenty:sapling_1:2, White Cherry Sapling +biomesoplenty:sapling_1:3, Maple Sapling +biomesoplenty:sapling_1:4, Hellbark Sapling +biomesoplenty:sapling_1:5, Flowering Oak Sapling +biomesoplenty:sapling_1:6, Jacaranda Sapling +biomesoplenty:sapling_1:7, Sacred Oak Sapling +biomesoplenty:sapling_2:0, Mangrove Sapling +biomesoplenty:sapling_2:1, Palm Sapling +biomesoplenty:sapling_2:2, Redwood Sapling +biomesoplenty:sapling_2:3, Willow Sapling +biomesoplenty:sapling_2:4, Pine Sapling +biomesoplenty:sapling_2:5, Mahogany Sapling +biomesoplenty:sapling_2:6, Ebony Sapling +biomesoplenty:sapling_2:7, Eucalyptus Sapling +biomesoplenty:plant_0:0, Short Grass +biomesoplenty:plant_0:1, Medium Grass +biomesoplenty:plant_0:2, Bush +biomesoplenty:plant_0:3, Sprout +biomesoplenty:plant_0:4, Poison Ivy +biomesoplenty:plant_0:5, Berry Bush +biomesoplenty:plant_0:6, Shrub +biomesoplenty:plant_0:7, Wheat Grass +biomesoplenty:plant_0:8, Damp Grass +biomesoplenty:plant_0:9, Koru +biomesoplenty:plant_0:10, Clover Patch +biomesoplenty:plant_0:11, Leaf Pile +biomesoplenty:plant_0:12, Dead Leaf Pile +biomesoplenty:plant_0:13, Dead Grass +biomesoplenty:plant_0:14, Desert Grass +biomesoplenty:plant_0:15, Desert Sprouts +biomesoplenty:plant_1:0, Dune Grass +biomesoplenty:plant_1:1, Spectral Fern +biomesoplenty:plant_1:2, Thorns +biomesoplenty:plant_1:3, Wild Rice +biomesoplenty:plant_1:4, Cattail +biomesoplenty:plant_1:5, River Cane +biomesoplenty:plant_1:6, Tiny Cactus +biomesoplenty:plant_1:7, Devilweed +biomesoplenty:plant_1:8, Reed +biomesoplenty:plant_1:9, Root +biomesoplenty:plant_1:10, Rafflesia +biomesoplenty:plant_1:11, Barley +biomesoplenty:double_plant:0, Flax +biomesoplenty:double_plant:1, Tall Cattail +biomesoplenty:double_plant:2, Eyebulb +biomesoplenty:double_plant:3, Sea Oats +biomesoplenty:mushroom:0, Toadstool +biomesoplenty:mushroom:1, Portobello +biomesoplenty:mushroom:2, Blue Milk Cap +biomesoplenty:mushroom:3, Glowshroom +biomesoplenty:mushroom:4, Flat Mushroom +biomesoplenty:mushroom:5, Shadow Shroom +biomesoplenty:bramble_plant:0, Bramble +biomesoplenty:flower_0:0, Clover +biomesoplenty:flower_0:1, Swampflower +biomesoplenty:flower_0:2, Deathbloom +biomesoplenty:flower_0:3, Glowflower +biomesoplenty:flower_0:4, Blue Hydrangea +biomesoplenty:flower_0:5, Orange Cosmos +biomesoplenty:flower_0:6, Pink Dafodil +biomesoplenty:flower_0:7, Wildflower +biomesoplenty:flower_0:8, Violet +biomesoplenty:flower_0:9, White Anemone +biomesoplenty:flower_0:10, Enderlotus +biomesoplenty:flower_0:11, Bromeliad +biomesoplenty:flower_0:12, Wilted Lily +biomesoplenty:flower_0:13, Pink Hibiscus +biomesoplenty:flower_0:14, Lily of the Valley +biomesoplenty:flower_0:15, Burning Blossom +biomesoplenty:flower_1:0, Lavender +biomesoplenty:flower_1:1, Goldenrod +biomesoplenty:flower_1:2, Bluebells +biomesoplenty:flower_1:3, Miner's Delight +biomesoplenty:flower_1:4, Icy Iris +biomesoplenty:flower_1:5, Rose +biomesoplenty:ivy:0, Ivy +biomesoplenty:willow_vine:0, Willow Vine +biomesoplenty:terrarium:0, Fern Terrarium +biomesoplenty:terrarium:1, Mushroom Terrarium +biomesoplenty:terrarium:2, Cactus Terrarium +biomesoplenty:terrarium:3, Flax Terrarium +biomesoplenty:terrarium:4, Flower Terrarium +biomesoplenty:terrarium:5, Koru Terrarium +biomesoplenty:terrarium:6, Bamboo Terrarium +biomesoplenty:terrarium:7, Beach Terrarium +biomesoplenty:terrarium:8, Glowshroom Terrarium +biomesoplenty:terrarium:9, Dead Terrarium +biomesoplenty:terrarium:10, Mystic Terrarium +biomesoplenty:terrarium:11, Ominous Terrarium +biomesoplenty:terrarium:12, Wasteland Terrarium +biomesoplenty:terrarium:13, Origin Terrarium +biomesoplenty:terrarium:14, Nether Terrarium +biomesoplenty:terrarium:15, Ender Terrarium +biomesoplenty:jar_filled:0, Honey Jar +biomesoplenty:jar_filled:1, Blue Fire Jar +biomesoplenty:jar_empty, Empty Jar +biomesoplenty:boat_sacred_oak, Sacred Oak Boat +biomesoplenty:boat_cherry, Cherry Boat +biomesoplenty:boat_umbran, Umbran Boat +biomesoplenty:boat_fir, Fir Boat +biomesoplenty:boat_ethereal, Ethereal Boat +biomesoplenty:boat_magic, Magic Boat +biomesoplenty:boat_mangrove, Mangrove Boat +biomesoplenty:boat_palm, Palm Boat +biomesoplenty:boat_redwood, Redwood Boat +biomesoplenty:boat_willow, Willow Boat +biomesoplenty:boat_pine, Pine Boat +biomesoplenty:boat_hellbark, Hellbark Boat +biomesoplenty:boat_jacaranda, Jacaranda Boat +biomesoplenty:boat_mahogany, Mahogany Boat +biomesoplenty:boat_ebony, Ebony Boat +biomesoplenty:boat_eucalyptus, Eucalyptus Boat +biomesoplenty:biome_finder, Biome Finder +biomesoplenty:record_wanderer, Music Disc +biomesoplenty:mudball, Mud Ball +biomesoplenty:mud_brick, Mud Brick +biomesoplenty:ash, Pile of Ashes +biomesoplenty:fleshchunk, Chunk of Flesh +biomesoplenty:gem:0, Ender Amethyst +biomesoplenty:gem:1, Ruby +biomesoplenty:gem:2, Peridot +biomesoplenty:gem:3, Topaz +biomesoplenty:gem:4, Tanzanite +biomesoplenty:gem:5, Malachite +biomesoplenty:gem:6, Sapphire +biomesoplenty:gem:7, Amber +biomesoplenty:terrestrial_artifact, Terrestrial Artifact +biomesoplenty:crystal_shard, Celestial Crystal Shard +biomesoplenty:biome_essence, Biome Essence +biomesoplenty:berries, Berry +biomesoplenty:pear, Pear +biomesoplenty:peach, Peach +biomesoplenty:persimmon, Persimmon +biomesoplenty:honeycomb, Empty Honeycomb +biomesoplenty:filled_honeycomb, Filled Honeycomb +biomesoplenty:shroompowder, Shroom Powder +biomesoplenty:ricebowl, Bowl of Rice +biomesoplenty:blue_dye, Blue Dye +biomesoplenty:brown_dye, Brown Dye +biomesoplenty:green_dye, Green Dye +biomesoplenty:white_dye, White Dye +biomesoplenty:black_dye, Black Dye +biomesoplenty:earth, Earth +animania:entity_egg_mare_draft, item.animania_entity_egg_mare_draft.name +animania:entity_egg_stallion_draft, item.animania_entity_egg_stallion_draft.name +animania:entity_egg_foal_draft, item.animania_entity_egg_foal_draft.name +animania:entity_egg_hamster, item.animania_entity_egg_hamster.name +animania:entity_egg_ferret_grey, item.animania_entity_egg_ferret_grey.name +animania:entity_egg_ferret_white, item.animania_entity_egg_ferret_white.name +animania:entity_egg_hedgehog, item.animania_entity_egg_hedgehog.name +animania:entity_egg_hedgehog_albino, item.animania_entity_egg_hedgehog_albino.name +animania:entity_egg_piglet_yorkshire, item.animania_entity_egg_piglet_yorkshire.name +animania:entity_egg_sow_yorkshire, item.animania_entity_egg_sow_yorkshire.name +animania:entity_egg_hog_yorkshire, item.animania_entity_egg_hog_yorkshire.name +animania:entity_egg_piglet_old_spot, item.animania_entity_egg_piglet_old_spot.name +animania:entity_egg_sow_old_spot, item.animania_entity_egg_sow_old_spot.name +animania:entity_egg_hog_old_spot, item.animania_entity_egg_hog_old_spot.name +animania:entity_egg_piglet_large_black, item.animania_entity_egg_piglet_large_black.name +animania:entity_egg_sow_large_black, item.animania_entity_egg_sow_large_black.name +animania:entity_egg_hog_large_black, item.animania_entity_egg_hog_large_black.name +animania:entity_egg_piglet_large_white, item.animania_entity_egg_piglet_large_white.name +animania:entity_egg_sow_large_white, item.animania_entity_egg_sow_large_white.name +animania:entity_egg_hog_large_white, item.animania_entity_egg_hog_large_white.name +animania:entity_egg_piglet_hampshire, item.animania_entity_egg_piglet_hampshire.name +animania:entity_egg_sow_hampshire, item.animania_entity_egg_sow_hampshire.name +animania:entity_egg_hog_hampshire, item.animania_entity_egg_hog_hampshire.name +animania:entity_egg_piglet_duroc, item.animania_entity_egg_piglet_duroc.name +animania:entity_egg_sow_duroc, item.animania_entity_egg_sow_duroc.name +animania:entity_egg_hog_duroc, item.animania_entity_egg_hog_duroc.name +animania:entity_egg_chick_leghorn, item.animania_entity_egg_chick_leghorn.name +animania:entity_egg_hen_leghorn, item.animania_entity_egg_hen_leghorn.name +animania:entity_egg_rooster_leghorn, item.animania_entity_egg_rooster_leghorn.name +animania:entity_egg_chick_orpington, item.animania_entity_egg_chick_orpington.name +animania:entity_egg_hen_orpington, item.animania_entity_egg_hen_orpington.name +animania:entity_egg_rooster_orpington, item.animania_entity_egg_rooster_orpington.name +animania:entity_egg_chick_plymouth_rock, item.animania_entity_egg_chick_plymouth_rock.name +animania:entity_egg_hen_plymouth_rock, item.animania_entity_egg_hen_plymouth_rock.name +animania:entity_egg_rooster_plymouth_rock, item.animania_entity_egg_rooster_plymouth_rock.name +animania:entity_egg_chick_rhode_island_red, item.animania_entity_egg_chick_rhode_island_red.name +animania:entity_egg_hen_rhode_island_red, item.animania_entity_egg_hen_rhode_island_red.name +animania:entity_egg_rooster_rhode_island_red, item.animania_entity_egg_rooster_rhode_island_red.name +animania:entity_egg_chick_wyandotte, item.animania_entity_egg_chick_wyandotte.name +animania:entity_egg_hen_wyandotte, item.animania_entity_egg_hen_wyandotte.name +animania:entity_egg_rooster_wyandotte, item.animania_entity_egg_rooster_wyandotte.name +animania:entity_egg_calf_angus, item.animania_entity_egg_calf_angus.name +animania:entity_egg_cow_angus, item.animania_entity_egg_cow_angus.name +animania:entity_egg_bull_angus, item.animania_entity_egg_bull_angus.name +animania:entity_egg_calf_friesian, item.animania_entity_egg_calf_friesian.name +animania:entity_egg_cow_friesian, item.animania_entity_egg_cow_friesian.name +animania:entity_egg_bull_friesian, item.animania_entity_egg_bull_friesian.name +animania:entity_egg_calf_hereford, item.animania_entity_egg_calf_hereford.name +animania:entity_egg_cow_hereford, item.animania_entity_egg_cow_hereford.name +animania:entity_egg_bull_hereford, item.animania_entity_egg_bull_hereford.name +animania:entity_egg_calf_holstein, item.animania_entity_egg_calf_holstein.name +animania:entity_egg_cow_holstein, item.animania_entity_egg_cow_holstein.name +animania:entity_egg_bull_holstein, item.animania_entity_egg_bull_holstein.name +animania:entity_egg_calf_longhorn, item.animania_entity_egg_calf_longhorn.name +animania:entity_egg_cow_longhorn, item.animania_entity_egg_cow_longhorn.name +animania:entity_egg_bull_longhorn, item.animania_entity_egg_bull_longhorn.name +animania:entity_egg_calf_highland, item.animania_entity_egg_calf_highland.name +animania:entity_egg_cow_highland, item.animania_entity_egg_cow_highland.name +animania:entity_egg_bull_highland, item.animania_entity_egg_bull_highland.name +animania:entity_egg_calf_jersey, item.animania_entity_egg_calf_jersey.name +animania:entity_egg_cow_jersey, item.animania_entity_egg_cow_jersey.name +animania:entity_egg_bull_jersey, item.animania_entity_egg_bull_jersey.name +animania:entity_egg_calf_mooshroom, item.animania_entity_egg_calf_mooshroom.name +animania:entity_egg_cow_mooshroom, item.animania_entity_egg_cow_mooshroom.name +animania:entity_egg_bull_mooshroom, item.animania_entity_egg_bull_mooshroom.name +animania:entity_egg_toad, item.animania_entity_egg_toad.name +animania:entity_egg_frog, item.animania_entity_egg_frog.name +animania:entity_egg_kid_alpine, item.animania_entity_egg_kid_alpine.name +animania:entity_egg_buck_alpine, item.animania_entity_egg_buck_alpine.name +animania:entity_egg_doe_alpine, item.animania_entity_egg_doe_alpine.name +animania:entity_egg_kid_angora, item.animania_entity_egg_kid_angora.name +animania:entity_egg_buck_angora, item.animania_entity_egg_buck_angora.name +animania:entity_egg_doe_angora, item.animania_entity_egg_doe_angora.name +animania:entity_egg_kid_fainting, item.animania_entity_egg_kid_fainting.name +animania:entity_egg_buck_fainting, item.animania_entity_egg_buck_fainting.name +animania:entity_egg_doe_fainting, item.animania_entity_egg_doe_fainting.name +animania:entity_egg_kid_kiko, item.animania_entity_egg_kid_kiko.name +animania:entity_egg_buck_kiko, item.animania_entity_egg_buck_kiko.name +animania:entity_egg_doe_kiko, item.animania_entity_egg_doe_kiko.name +animania:entity_egg_kid_kinder, item.animania_entity_egg_kid_kinder.name +animania:entity_egg_buck_kinder, item.animania_entity_egg_buck_kinder.name +animania:entity_egg_doe_kinder, item.animania_entity_egg_doe_kinder.name +animania:entity_egg_kid_nigerian_dwarf, item.animania_entity_egg_kid_nigerian_dwarf.name +animania:entity_egg_buck_nigerian_dwarf, item.animania_entity_egg_buck_nigerian_dwarf.name +animania:entity_egg_doe_nigerian_dwarf, item.animania_entity_egg_doe_nigerian_dwarf.name +animania:entity_egg_kid_pygmy, item.animania_entity_egg_kid_pygmy.name +animania:entity_egg_buck_pygmy, item.animania_entity_egg_buck_pygmy.name +animania:entity_egg_doe_pygmy, item.animania_entity_egg_doe_pygmy.name +animania:entity_egg_lamb_friesian, item.animania_entity_egg_lamb_friesian.name +animania:entity_egg_ewe_friesian, item.animania_entity_egg_ewe_friesian.name +animania:entity_egg_ram_friesian, item.animania_entity_egg_ram_friesian.name +animania:entity_egg_lamb_suffolk, item.animania_entity_egg_lamb_suffolk.name +animania:entity_egg_ewe_suffolk, item.animania_entity_egg_ewe_suffolk.name +animania:entity_egg_ram_suffolk, item.animania_entity_egg_ram_suffolk.name +animania:entity_egg_lamb_dorper, item.animania_entity_egg_lamb_dorper.name +animania:entity_egg_ewe_dorper, item.animania_entity_egg_ewe_dorper.name +animania:entity_egg_ram_dorper, item.animania_entity_egg_ram_dorper.name +animania:entity_egg_lamb_dorset, item.animania_entity_egg_lamb_dorset.name +animania:entity_egg_ewe_dorset, item.animania_entity_egg_ewe_dorset.name +animania:entity_egg_ram_dorset, item.animania_entity_egg_ram_dorset.name +animania:entity_egg_lamb_merino, item.animania_entity_egg_lamb_merino.name +animania:entity_egg_ewe_merino, item.animania_entity_egg_ewe_merino.name +animania:entity_egg_ram_merino, item.animania_entity_egg_ram_merino.name +animania:entity_egg_lamb_jacob, item.animania_entity_egg_lamb_jacob.name +animania:entity_egg_ewe_jacob, item.animania_entity_egg_ewe_jacob.name +animania:entity_egg_ram_jacob, item.animania_entity_egg_ram_jacob.name +animania:entity_egg_buck_cottontail, item.animania_entity_egg_buck_cottontail.name +animania:entity_egg_doe_cottontail, item.animania_entity_egg_doe_cottontail.name +animania:entity_egg_kit_cottontail, item.animania_entity_egg_kit_cottontail.name +animania:entity_egg_buck_chinchilla, item.animania_entity_egg_buck_chinchilla.name +animania:entity_egg_doe_chinchilla, item.animania_entity_egg_doe_chinchilla.name +animania:entity_egg_kit_chinchilla, item.animania_entity_egg_kit_chinchilla.name +animania:entity_egg_buck_dutch, item.animania_entity_egg_buck_dutch.name +animania:entity_egg_doe_dutch, item.animania_entity_egg_doe_dutch.name +animania:entity_egg_kit_dutch, item.animania_entity_egg_kit_dutch.name +animania:entity_egg_buck_havana, item.animania_entity_egg_buck_havana.name +animania:entity_egg_doe_havana, item.animania_entity_egg_doe_havana.name +animania:entity_egg_kit_havana, item.animania_entity_egg_kit_havana.name +animania:entity_egg_buck_jack, item.animania_entity_egg_buck_jack.name +animania:entity_egg_doe_jack, item.animania_entity_egg_doe_jack.name +animania:entity_egg_kit_jack, item.animania_entity_egg_kit_jack.name +animania:entity_egg_buck_new_zealand, item.animania_entity_egg_buck_new_zealand.name +animania:entity_egg_doe_new_zealand, item.animania_entity_egg_doe_new_zealand.name +animania:entity_egg_kit_new_zealand, item.animania_entity_egg_kit_new_zealand.name +animania:entity_egg_buck_rex, item.animania_entity_egg_buck_rex.name +animania:entity_egg_doe_rex, item.animania_entity_egg_doe_rex.name +animania:entity_egg_kit_rex, item.animania_entity_egg_kit_rex.name +animania:entity_egg_buck_lop, item.animania_entity_egg_buck_lop.name +animania:entity_egg_doe_lop, item.animania_entity_egg_doe_lop.name +animania:entity_egg_kit_lop, item.animania_entity_egg_kit_lop.name +animania:entity_egg_peachick_charcoal, item.animania_entity_egg_peachick_charcoal.name +animania:entity_egg_peahen_charcoal, item.animania_entity_egg_peahen_charcoal.name +animania:entity_egg_peacock_charcoal, item.animania_entity_egg_peacock_charcoal.name +animania:entity_egg_peachick_opal, item.animania_entity_egg_peachick_opal.name +animania:entity_egg_peahen_opal, item.animania_entity_egg_peahen_opal.name +animania:entity_egg_peacock_opal, item.animania_entity_egg_peacock_opal.name +animania:entity_egg_peachick_peach, item.animania_entity_egg_peachick_peach.name +animania:entity_egg_peahen_peach, item.animania_entity_egg_peahen_peach.name +animania:entity_egg_peacock_peach, item.animania_entity_egg_peacock_peach.name +animania:entity_egg_peachick_purple, item.animania_entity_egg_peachick_purple.name +animania:entity_egg_peahen_purple, item.animania_entity_egg_peahen_purple.name +animania:entity_egg_peacock_purple, item.animania_entity_egg_peacock_purple.name +animania:entity_egg_peachick_taupe, item.animania_entity_egg_peachick_taupe.name +animania:entity_egg_peahen_taupe, item.animania_entity_egg_peahen_taupe.name +animania:entity_egg_peacock_taupe, item.animania_entity_egg_peacock_taupe.name +animania:entity_egg_peachick_blue, item.animania_entity_egg_peachick_blue.name +animania:entity_egg_peahen_blue, item.animania_entity_egg_peahen_blue.name +animania:entity_egg_peacock_blue, item.animania_entity_egg_peacock_blue.name +animania:entity_egg_peachick_white, item.animania_entity_egg_peachick_white.name +animania:entity_egg_peahen_white, item.animania_entity_egg_peahen_white.name +animania:entity_egg_peacock_white, item.animania_entity_egg_peacock_white.name +animania:item_cart, Horse Cart +animania:item_wagon, Covered Wagon +animania:item_tiller, Tiller +animania:hamster_food, Hamster Food +animania:carving_knife, Carving Knife +animania:salt, Salt +animania:blue_peacock_feather, Blue Peacock Feather +animania:white_peacock_feather, White Peacock Feather +animania:charcoal_peacock_feather, Charcoal Peacock Feather +animania:opal_peacock_feather, Opal Peacock Feather +animania:peach_peacock_feather, Peach Peacock Feather +animania:purple_peacock_feather, Purple Peacock Feather +animania:taupe_peacock_feather, Taupe Peacock Feather +animania:riding_crop, Riding Crop +animania:hamster_ball_clear, item.null.name +animania:hamster_ball_colored:0, Black Hamster Ball +animania:hamster_ball_colored:1, Red Hamster Ball +animania:hamster_ball_colored:2, Green Hamster Ball +animania:hamster_ball_colored:3, Brown Hamster Ball +animania:hamster_ball_colored:4, Blue Hamster Ball +animania:hamster_ball_colored:5, Purple Hamster Ball +animania:hamster_ball_colored:6, Cyan Hamster Ball +animania:hamster_ball_colored:7, Light Gray Hamster Ball +animania:hamster_ball_colored:8, Gray Hamster Ball +animania:hamster_ball_colored:9, Pink Hamster Ball +animania:hamster_ball_colored:10, Lime Hamster Ball +animania:hamster_ball_colored:11, Yellow Hamster Ball +animania:hamster_ball_colored:12, Light Blue Hamster Ball +animania:hamster_ball_colored:13, Magenta Hamster Ball +animania:hamster_ball_colored:14, Orange Hamster Ball +animania:hamster_ball_colored:15, White Hamster Ball +animania:wheel, Wheel +animania:milk_bottle, Bottle of Milk +animania:animania_manual, Animania Manual +animania:super_omelette, Super Omelette +animania:truffle_omelette, Truffle Omelette +animania:bacon_omelette, Bacon Omelette +animania:cheese_omelette, Cheese Omelette +animania:plain_omelette, Plain Omelette +animania:truffle, Truffle +animania:truffle_soup, Truffle Soup +animania:chocolate_truffle, Chocolate Truffle +animania:honey_bottle, Bottle of Honey +animania:raw_prime_beef, Raw Prime Beef +animania:cooked_prime_beef, Roast Prime Beef +animania:raw_prime_steak, Raw Prime Steak +animania:cooked_prime_steak, Roast Prime Steak +animania:raw_prime_pork, Raw Prime Pork +animania:cooked_prime_pork, Roast Prime Pork +animania:raw_prime_bacon, Raw Prime Bacon +animania:cooked_prime_bacon, Roast Prime Bacon +animania:raw_prime_chicken, Raw Prime Chicken +animania:cooked_prime_chicken, Roast Prime Chicken +animania:brown_egg, Egg +animania:peacock_egg_blue, Peafowl Egg +animania:peacock_egg_white, Peafowl Egg +animania:raw_prime_mutton, Raw Prime Mutton +animania:cooked_prime_mutton, Roast Prime Mutton +animania:raw_prime_rabbit, Raw Prime Rabbit +animania:cooked_prime_rabbit, Roast Prime Rabbit +animania:raw_frog_legs, Raw Frog Legs +animania:cooked_frog_legs, Cooked Frog Legs +animania:raw_horse, Raw Horse +animania:cooked_horse, Cooked Horse +animania:raw_chevon, Raw Chevon +animania:cooked_chevon, Roast Chevon +animania:raw_prime_chevon, Raw Prime Chevon +animania:cooked_prime_chevon, Roast Prime Chevon +animania:raw_peacock, Raw Peacock +animania:cooked_peacock, Roast Peacock +animania:raw_prime_peacock, Raw Prime Peacock +animania:cooked_prime_peacock, Roast Prime Peacock +animania:friesian_cheese_wedge, Cheese Wedge (Friesian) +animania:holstein_cheese_wedge, Cheese Wedge (Holstein) +animania:jersey_cheese_wedge, Cheese Wedge (Jersey) +animania:goat_cheese_wedge, Cheese Wedge (Goat) +animania:sheep_cheese_wedge, Cheese Wedge (Sheep) +animania:entity_egg_random, item.animania_entity_egg_random.name +animania:entity_egg_cow_random, item.animania_entity_egg_cow_random.name +animania:entity_egg_pig_random, item.animania_entity_egg_pig_random.name +animania:entity_egg_chicken_random, item.animania_entity_egg_chicken_random.name +animania:entity_egg_peacock_random, item.animania_entity_egg_peacock_random.name +animania:entity_egg_dart_frog, item.animania_entity_egg_dart_frog.name +animania:entity_egg_goat_random, item.animania_entity_egg_goat_random.name +animania:entity_egg_sheep_random, item.animania_entity_egg_sheep_random.name +animania:entity_egg_rabbit_random, item.animania_entity_egg_rabbit_random.name +animania:block_straw, Straw +animania:friesian_cheese_wheel, Cheese Wheel (Friesian) +animania:holstein_cheese_wheel, Cheese Wheel (Holstein) +animania:jersey_cheese_wheel, Cheese Wheel (Jersey) +animania:goat_cheese_wheel, Cheese Wheel (Goat) +animania:sheep_cheese_wheel, Cheese Wheel (Sheep) +animania:cheese_mold, Cheese Mold +animania:salt_lick:0, Salt Lick +animania:wool:0, Wool (Dorset, Brown) +animania:wool:1, Wool (Friesian, Black) +animania:wool:2, Wool (Friesian, Brown) +animania:wool:3, Wool (Jacob) +animania:wool:4, Wool (Merino, Brown) +animania:wool:5, Wool (Merino, White) +animania:wool:6, Wool (Suffolk, Brown) +animania:bee_hive, Bee Hive +animania:wild_hive, Bee Nest +animania:block_mud, Mud +animania:block_trough, Trough +animania:block_nest, Nest +animania:block_hamster_wheel, Hamster Wheel +atlcraft:atlcraft_bayberry_plant, Bayberry Bush +atlcraft:atlcraft_tallow_block, Tallow Block +atlcraft:atlcraft_wax_block, Bayberry Wax Block +atlcraft:atlcraft_castiron_block, Cast Iron Block +atlcraft:atlcraft_candle01_stone_natural, Candle +atlcraft:atlcraft_candle01_stone_red, Red Candle +atlcraft:atlcraft_candle01_stone_orange, Orange Candle +atlcraft:atlcraft_candle01_stone_yellow, Yellow Candle +atlcraft:atlcraft_candle01_stone_lime, Lime Candle +atlcraft:atlcraft_candle01_stone_green, Green Candle +atlcraft:atlcraft_candle01_stone_cyan, Cyan Candle +atlcraft:atlcraft_candle01_stone_lightblue, Light Blue Candle +atlcraft:atlcraft_candle01_stone_blue, Blue Candle +atlcraft:atlcraft_candle01_stone_purple, Purple Candle +atlcraft:atlcraft_candle01_stone_magenta, Magenta Candle +atlcraft:atlcraft_candle01_stone_pink, Pink Candle +atlcraft:atlcraft_candle01_stone_brown, Brown Candle +atlcraft:atlcraft_candle01_stone_black, Black Candle +atlcraft:atlcraft_candle01_stone_grey, Gray Candle +atlcraft:atlcraft_candle01_stone_lightgrey, Silver Candle +atlcraft:atlcraft_candle01_stone_white, White Candle +atlcraft:atlcraft_candle02, Thin Cast Iron Candle +atlcraft:atlcraft_candle02_iron, Thin Iron Candle +atlcraft:atlcraft_candle02_gold, Thin Gold Candle +atlcraft:atlcraft_candle02_stone, Thin Stone Candle +atlcraft:atlcraft_candle02_redstone, Thin Redstone Candle +atlcraft:atlcraft_candle02_emerald, Thin Emerald Candle +atlcraft:atlcraft_candle02_diamond, Thin Diamond Candle +atlcraft:atlcraft_candle02_lapis, Thin Lapis Lazuli Candle +atlcraft:atlcraft_candle02_glass, Thin Glass Candle +atlcraft:atlcraft_candle03, Rustic Oak Wood Candle +atlcraft:atlcraft_candle03_birch, Rustic Birch Wood Candle +atlcraft:atlcraft_candle03_acacia, Rustic Acacia Wood Candle +atlcraft:atlcraft_candle03_darkoak, Rustic Dark Oak Wood Candle +atlcraft:atlcraft_candle03_jungle, Rustic Jungle Wood Candle +atlcraft:atlcraft_candle03_spruce, Rustic Spruce Wood Candle +atlcraft:atlcraft_candle04, Cast Iron Wrapped Wood Candle +atlcraft:atlcraft_candle04_iron, Iron Wrapped Wood Candle +atlcraft:atlcraft_candle05, Thick Stone Candle +atlcraft:atlcraft_candle05_iron, Thick Iron Candle +atlcraft:atlcraft_candle05_castiron, Thick Cast Iron Candle +atlcraft:atlcraft_candle05_gold, Thick Gold Candle +atlcraft:atlcraft_candle06, Cast Iron Chamber Candlestick +atlcraft:atlcraft_candle06_iron, Iron Chamber Candlestick +atlcraft:atlcraft_candle06_gold, Gold Chamber Candlestick +atlcraft:atlcraft_candle07, Terracotta Bowl Candle +atlcraft:atlcraft_candle07_white, White Terracotta Bowl Candle +atlcraft:atlcraft_candle07_orange, Orange Terracotta Bowl Candle +atlcraft:atlcraft_candle07_magenta, Magenta Terracotta Bowl Candle +atlcraft:atlcraft_candle07_lightblue, Light Blue Terracotta Bowl Candle +atlcraft:atlcraft_candle07_yellow, Yellow Terracotta Bowl Candle +atlcraft:atlcraft_candle07_lime, Lime Terracotta Bowl Candle +atlcraft:atlcraft_candle07_pink, Pink Terracotta Bowl Candle +atlcraft:atlcraft_candle07_gray, Gray Terracotta Bowl Candle +atlcraft:atlcraft_candle07_lightgray, Light Gray Terracotta Bowl Candle +atlcraft:atlcraft_candle07_cyan, Cyan Terracotta Bowl Candle +atlcraft:atlcraft_candle07_purple, Purple Terracotta Bowl Candle +atlcraft:atlcraft_candle07_blue, Blue Terracotta Bowl Candle +atlcraft:atlcraft_candle07_brown, Brown Terracotta Bowl Candle +atlcraft:atlcraft_candle07_green, Green Terracotta Bowl Candle +atlcraft:atlcraft_candle07_red, Red Terracotta Bowl Candle +atlcraft:atlcraft_candle07_black, Black Terracotta Bowl Candle +atlcraft:atlcraft_candle07_stone, Stone Bowl Candle +atlcraft:atlcraft_candle09, Thin Cast Iron Candlestick +atlcraft:atlcraft_candle09_iron, Thin Iron Candlestick +atlcraft:atlcraft_candle09_gold, Thin Gold Candlestick +atlcraft:atlcraft_candle09_redstone, Thin Redstone Candlestick +atlcraft:atlcraft_candle09_diamond, Thin Diamond Candlestick +atlcraft:atlcraft_candle09_emerald, Thin Emerald Candlestick +atlcraft:atlcraft_candle09_lapis, Thin Lapis Lazuli Candlestick +atlcraft:atlcraft_candle09_glass, Thin Glass Candlestick +atlcraft:atlcraft_candle10, Large Cast Iron Candelabra +atlcraft:atlcraft_candle10_iron, Large Iron Candelabra +atlcraft:atlcraft_candle10_gold, Large Gold Candelabra +atlcraft:atlcraft_candle10_redstone, Large Redstone Candelabra +atlcraft:atlcraft_candle10_diamond, Large Diamond Candelabra +atlcraft:atlcraft_candle10_emerald, Large Emerald Candelabra +atlcraft:atlcraft_candle10_lapis, Large Lapis Lazuli Candelabra +atlcraft:atlcraft_candle10_glass, Large Glass Candelabra +atlcraft:atlcraft_candle11, Cast Iron Framed Candle +atlcraft:atlcraft_candle11_iron, Iron Framed Candle +atlcraft:atlcraft_candle11_gold, Gold Framed Candle +atlcraft:atlcraft_candle12, Cast Iron Barred Candle +atlcraft:atlcraft_candle12_iron, Iron Barred Candle +atlcraft:atlcraft_candle12_gold, Gold Barred Candle +atlcraft:atlcraft_candle13, Short Stone Candle +atlcraft:atlcraft_candle13_iron, Short Iron Candle +atlcraft:atlcraft_candle13_castiron, Short Cast Iron Candle +atlcraft:atlcraft_candle13_gold, Short Gold Candle +atlcraft:atlcraft_candle14, Cast Iron Candle Stand +atlcraft:atlcraft_candle14_iron, Iron Candle Stand +atlcraft:atlcraft_candle14_gold, Gold Candle Stand +atlcraft:atlcraft_candle14_redstone, Redstone Candle Stand +atlcraft:atlcraft_candle14_diamond, Diamond Candle Stand +atlcraft:atlcraft_candle14_emerald, Emerald Candle Stand +atlcraft:atlcraft_candle14_lapis, Lapis Lazuli Candle Stand +atlcraft:atlcraft_candle14_glass, Glass Candle Stand +atlcraft:atlcraft_candle15, Cast Iron Candlestick +atlcraft:atlcraft_candle15_stone, Stone Candlestick +atlcraft:atlcraft_candle15_oak, Oak Wood Candlestick +atlcraft:atlcraft_candle15_birch, Birch Wood Candlestick +atlcraft:atlcraft_candle15_acacia, Acacia Wood Candlestick +atlcraft:atlcraft_candle15_darkoak, Dark Oak Wood Candlestick +atlcraft:atlcraft_candle15_jungle, Jungle Wood Candlestick +atlcraft:atlcraft_candle15_spruce, Spruce Wood Candlestick +atlcraft:atlcraft_candle15_iron, Iron Candlestick +atlcraft:atlcraft_candle15_gold, Gold Candlestick +atlcraft:atlcraft_candle15_redstone, Redstone Candlestick +atlcraft:atlcraft_candle15_diamond, Diamond Candlestick +atlcraft:atlcraft_candle15_emerald, Emerald Candlestick +atlcraft:atlcraft_candle15_lapis, Lapis Candlestick +atlcraft:atlcraft_candle15_glass, Glass Candlestick +atlcraft:atlcraft_candle16, Oak Wood Candle Holder +atlcraft:atlcraft_candle16_iron, Iron Candle Holder +atlcraft:atlcraft_candle16_castiron, Cast Iron Candle Holder +atlcraft:atlcraft_candle16_gold, Gold Candle Holder +atlcraft:atlcraft_candle16_stone, Stone Candle Holder +atlcraft:atlcraft_candle16_birch, Birch Wood Candle Holder +atlcraft:atlcraft_candle16_acacia, Acacia Wood Candle Holder +atlcraft:atlcraft_candle16_darkoak, Dark Oak Wood Candle Holder +atlcraft:atlcraft_candle16_jungle, Jungle Wood Candle Holder +atlcraft:atlcraft_candle16_spruce, Spruce Wood Candle Holder +atlcraft:atlcraft_candle17, Cast Iron Candle Lantern +atlcraft:atlcraft_candle17_stone, Stone Candle Lantern +atlcraft:atlcraft_candle17_oak, Oak Wood Candle Lantern +atlcraft:atlcraft_candle17_birch, Birch Wood Candle Lantern +atlcraft:atlcraft_candle17_acacia, Acacia Wood Candle Lantern +atlcraft:atlcraft_candle17_darkoak, Dark Oak Wood Candle Lantern +atlcraft:atlcraft_candle17_jungle, Jungle Wood Candle Lantern +atlcraft:atlcraft_candle17_spruce, Spruce Wood Candle Lantern +atlcraft:atlcraft_candle17_iron, Iron Candle Lantern +atlcraft:atlcraft_candle17_gold, Gold Candle Lantern +atlcraft:atlcraft_candle18, Glass Candle Box +atlcraft:atlcraft_candle18_iron, Iron Candle Box +atlcraft:atlcraft_candle18_castiron, Cast Iron Candle Box +atlcraft:atlcraft_candle18_gold, Gold Candle Box +atlcraft:atlcraft_candle18_redstone, Redstone Candle Box +atlcraft:atlcraft_candle18_diamond, Diamond Candle Box +atlcraft:atlcraft_candle18_emerald, Emerald Candle Box +atlcraft:atlcraft_candle18_lapis, Lapis Lazuli Candle Box +atlcraft:atlcraft_candle19, Glass Round Candlestick +atlcraft:atlcraft_candle19_iron, Iron Round Candlestick +atlcraft:atlcraft_candle19_castiron, Cast Iron Round Candlestick +atlcraft:atlcraft_candle19_gold, Gold Round Candlestick +atlcraft:atlcraft_candle19_redstone, Redstone Round Candlestick +atlcraft:atlcraft_candle19_diamond, Diamond Round Candlestick +atlcraft:atlcraft_candle19_emerald, Emerald Round Candlestick +atlcraft:atlcraft_candle19_lapis, Lapis Lazuli Round Candlestick +atlcraft:atlcraft_candle20, Glass Square Candlestick +atlcraft:atlcraft_candle20_iron, Iron Square Candlestick +atlcraft:atlcraft_candle20_castiron, Cast Iron Square Candlestick +atlcraft:atlcraft_candle20_gold, Gold Square Candlestick +atlcraft:atlcraft_candle20_redstone, Redstone Square Candlestick +atlcraft:atlcraft_candle20_diamond, Diamond Square Candlestick +atlcraft:atlcraft_candle20_emerald, Emerald Square Candlestick +atlcraft:atlcraft_candle20_lapis, Lapis Lazuli Square Candlestick +atlcraft:atlcraft_candle21_red, Small Red Stained Glass Lantern +atlcraft:atlcraft_candle21_orange, Small Orange Stained Glass Lantern +atlcraft:atlcraft_candle21_yellow, Small Yellow Stained Glass Lantern +atlcraft:atlcraft_candle21_lime, Small Lime Stained Glass Lantern +atlcraft:atlcraft_candle21_green, Small Green Stained Glass Lantern +atlcraft:atlcraft_candle21_cyan, Small Cyan Stained Glass Lantern +atlcraft:atlcraft_candle21_lightblue, Small Light Blue Stained Glass Lantern +atlcraft:atlcraft_candle21_blue, Small Blue Stained Glass Lantern +atlcraft:atlcraft_candle21_purple, Small Purple Stained Glass Lantern +atlcraft:atlcraft_candle21_magenta, Small Magenta Stained Glass Lantern +atlcraft:atlcraft_candle21_pink, Small Pink Stained Glass Lantern +atlcraft:atlcraft_candle21_grey, Small Gray Stained Glass Lantern +atlcraft:atlcraft_candle21_lightgrey, Small Light Gray Stained Glass Lantern +atlcraft:atlcraft_candle21_black, Small Black Stained Glass Lantern +atlcraft:atlcraft_candle21_white, Small White Stained Glass Lantern +atlcraft:atlcraft_candle21_brown, Small Brown Stained Glass Lantern +atlcraft:atlcraft_candle22, Paper Lantern +atlcraft:atlcraft_candle22_red, Red Paper Lantern +atlcraft:atlcraft_candle22_orange, Orange Paper Lantern +atlcraft:atlcraft_candle22_yellow, Yellow Paper Lantern +atlcraft:atlcraft_candle22_lime, Lime Paper Lantern +atlcraft:atlcraft_candle22_green, Green Paper Lantern +atlcraft:atlcraft_candle22_cyan, Cyan Paper Lantern +atlcraft:atlcraft_candle22_lightblue, Light Blue Paper Lantern +atlcraft:atlcraft_candle22_blue, Blue Paper Lantern +atlcraft:atlcraft_candle22_purple, Purple Paper Lantern +atlcraft:atlcraft_candle22_magenta, Magenta Paper Lantern +atlcraft:atlcraft_candle22_pink, Pink Paper Lantern +atlcraft:atlcraft_candle22_lightgrey, Light Gray Paper Lantern +atlcraft:atlcraft_candle22_grey, Gray Paper Lantern +atlcraft:atlcraft_candle22_black, Black Paper Lantern +atlcraft:atlcraft_candle22_white, White Paper Lantern +atlcraft:atlcraft_candle22_brown, Brown Paper Lantern +atlcraft:atlcraft_candle22_ghast, Ghast Paper Lantern +atlcraft:atlcraft_candle22_squid, Squid Paper Lantern +atlcraft:atlcraft_candle22_spider, Spider Paper Lantern +atlcraft:atlcraft_candle22_slime, Slime Paper Lantern +atlcraft:atlcraft_candle22_creeper, Creeper Paper Lantern +atlcraft:atlcraft_candle22_skeleton, Skeleton Paper Lantern +atlcraft:atlcraft_candle22_zombie, Zombie Paper Lantern +atlcraft:atlcraft_candle22_enderman, Enderman Paper Lantern +atlcraft:atlcraft_candle22_pumpkin, Pumpkin Paper Lantern +atlcraft:atlcraft_candle23_castiron, Cast Iron Cobweb Candle +atlcraft:atlcraft_candle23_iron, Iron Cobweb Candle +atlcraft:atlcraft_candle23_gold, Gold Cobweb Candle +atlcraft:atlcraft_candle24_white, White Water Lantern +atlcraft:atlcraft_candle25_white, White Ambient Lantern +atlcraft:atlcraft_chandelier1, Large Glass Chandelier +atlcraft:atlcraft_chandelier1_stone, Large Stone Chandelier +atlcraft:atlcraft_chandelier1_oak, Large Oak Chandelier +atlcraft:atlcraft_chandelier1_birch, Large Birch Chandelier +atlcraft:atlcraft_chandelier1_acacia, Large Acacia Chandelier +atlcraft:atlcraft_chandelier1_darkoak, Large Dark Oak Chandelier +atlcraft:atlcraft_chandelier1_jungle, Large Jungle Chandelier +atlcraft:atlcraft_chandelier1_spruce, Large Spruce Chandelier +atlcraft:atlcraft_chandelier1_iron, Large Iron Chandelier +atlcraft:atlcraft_chandelier1_castiron, Large Cast Iron Chandelier +atlcraft:atlcraft_chandelier1_gold, Large Gold Chandelier +atlcraft:atlcraft_chandelier1_diamond, Large Diamond Chandelier +atlcraft:atlcraft_chandelier1_redstone, Large Redstone Chandelier +atlcraft:atlcraft_chandelier1_emerald, Large Emerald Chandelier +atlcraft:atlcraft_chandelier1_lapis, Large Lapis Lazuli Chandelier +atlcraft:atlcraft_chandelier2, Cast Iron Tiered Chandelier +atlcraft:atlcraft_chandelier2_iron, Iron Tiered Chandelier +atlcraft:atlcraft_chandelier2_gold, Gold Tiered Chandelier +atlcraft:atlcraft_chandelier3, Glass Crystal Chandelier +atlcraft:atlcraft_chandelier3_iron, Glass Crystal Iron Chandelier +atlcraft:atlcraft_chandelier3_castiron, Glass Crystal Cast Iron Chandelier +atlcraft:atlcraft_chandelier3_gold, Glass Crystal Gold Chandelier +atlcraft:atlcraft_candle08, Zombie Arm Candle +atlcraft:atlcraft_candle_skull, Skull Candle +atlcraft:atlcraft_candle_skull_red, Red Skull Candle +atlcraft:atlcraft_candle_creeper, Creeper Candle +atlcraft:atlcraft_candle_creeperhead, Creeper Head Candle +atlcraft:atlcraft_candle_creeperhead_black, Black Creeper Head Candle +atlcraft:atlcraft_candle_enderman, Enderman Head Candle +atlcraft:atlcraft_candle_enderman_purple, Purple Enderman Head Candle +atlcraft:atlcraft_candle_zombiehead, Zombie Head Candle +atlcraft:atlcraft_candle_zombiehead_green, Green Zombie Head Candle +atlcraft:atlcraft_biglight1_bonfire, Cobblestone Bonfire +atlcraft:atlcraft_biglight1_bonfire_stone, Stone Bonfire +atlcraft:atlcraft_biglight1_bonfire_andesite, Andesite Bonfire +atlcraft:atlcraft_biglight1_bonfire_andesitesmooth, Polished Andesite Bonfire +atlcraft:atlcraft_biglight1_bonfire_brick, Brick Bonfire +atlcraft:atlcraft_biglight1_bonfire_diamond, Diamond Bonfire +atlcraft:atlcraft_biglight1_bonfire_diorite, Diorite Bonfire +atlcraft:atlcraft_biglight1_bonfire_dioritesmooth, Polished Diorite Bonfire +atlcraft:atlcraft_biglight1_bonfire_emerald, Emerald Bonfire +atlcraft:atlcraft_biglight1_bonfire_endbrick, End Brick Bonfire +atlcraft:atlcraft_biglight1_bonfire_endstone, End Stone Bonfire +atlcraft:atlcraft_biglight1_bonfire_gold, Gold Bonfire +atlcraft:atlcraft_biglight1_bonfire_granite, Granite Bonfire +atlcraft:atlcraft_biglight1_bonfire_granitesmooth, Polished Granite Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclay, Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclayblack, Black Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclayblue, Blue Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclaybrown, Brown Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclaycyan, Cyan Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclaygray, Gray Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclaygreen, Green Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclaylightblue, Light Blue Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclaylightgray, Light Gray Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclaylime, Lime Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclaymagenta, Magenta Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclayorange, Orange Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclaypink, Pink Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclaypurple, Purple Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclayred, Red Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclaywhite, White Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_hardenedclayyellow, Yellow Terracotta Bonfire +atlcraft:atlcraft_biglight1_bonfire_iron, Iron Bonfire +atlcraft:atlcraft_biglight1_bonfire_castiron, Cast Iron Bonfire +atlcraft:atlcraft_biglight1_bonfire_lapis, Lapis Lazuli Bonfire +atlcraft:atlcraft_biglight1_bonfire_mossstone, Moss Stone Bonfire +atlcraft:atlcraft_biglight1_bonfire_mossstonebrick, Mossy Stone Brick Bonfire +atlcraft:atlcraft_biglight1_bonfire_netherbrick, Nether Brick Bonfire +atlcraft:atlcraft_biglight1_bonfire_netherrack, Netherrack Bonfire +atlcraft:atlcraft_biglight1_bonfire_obsidian, Obsidian Bonfire +atlcraft:atlcraft_biglight1_bonfire_prismarine, Prismarine Bonfire +atlcraft:atlcraft_biglight1_bonfire_prismarinebrick, Prismarine Brick Bonfire +atlcraft:atlcraft_biglight1_bonfire_prismarinedark, Dark Prismarine Bonfire +atlcraft:atlcraft_biglight1_bonfire_purpur, Purpur Bonfire +atlcraft:atlcraft_biglight1_bonfire_quartz, Quartz Bonfire +atlcraft:atlcraft_biglight1_bonfire_quartzchiseled, Chiseled Quartz Bonfire +atlcraft:atlcraft_biglight1_bonfire_rednetherbrick, Red Nether Brick Bonfire +atlcraft:atlcraft_biglight1_bonfire_redsandstone, Red Sandstone Bonfire +atlcraft:atlcraft_biglight1_bonfire_redstone, Redstone Bonfire +atlcraft:atlcraft_biglight1_bonfire_sandstone, Sandstone Bonfire +atlcraft:atlcraft_biglight1_bonfire_stonebrick, Stone Brick Bonfire +atlcraft:atlcraft_floorstand3, Thin Cast Iron Floor Stand +atlcraft:atlcraft_floorstand3_stone, Thin Stone Floor Stand +atlcraft:atlcraft_floorstand3_iron, Thin Iron Floor Stand +atlcraft:atlcraft_floorstand3_gold, Thin Gold Floor Stand +atlcraft:atlcraft_floorstand4, Dark Oak Wood Block Pedestal +atlcraft:atlcraft_floorstand4_oak, Oak Wood Block Pedestal +atlcraft:atlcraft_floorstand4_spruce, Spruce Wood Block Pedestal +atlcraft:atlcraft_floorstand4_birch, Birch Wood Block Pedestal +atlcraft:atlcraft_floorstand4_jungle, Jungle Wood Block Pedestal +atlcraft:atlcraft_floorstand4_acacia, Acacia Wood Block Pedestal +atlcraft:atlcraft_lamppost01_edge, Cast Iron Edge Lamp Post Bottom +atlcraft:atlcraft_lamppost01_edge_middle, Cast Iron Edge Lamp Post Middle +atlcraft:atlcraft_lamppost01_edge_top, Cast Iron Edge Lamp Post Top +atlcraft:atlcraft_lamppost01_edge_top_light1, Cast Iron Edge Lamp Post Light +atlcraft:atlcraft_lamppost01_edge_stone, Stone Edge Lamp Post Bottom +atlcraft:atlcraft_lamppost01_edge_stone_middle, Stone Edge Lamp Post Middle +atlcraft:atlcraft_lamppost01_edge_stone_top, Stone Edge Lamp Post Top +atlcraft:atlcraft_lamppost01_edge_stone_top_light1, Stone Edge Lamp Post Light +atlcraft:atlcraft_lamppost01_edge_iron, Iron Edge Lamp Post Bottom +atlcraft:atlcraft_lamppost01_edge_iron_middle, Iron Edge Lamp Post Middle +atlcraft:atlcraft_lamppost01_edge_iron_top, Iron Edge Lamp Post Top +atlcraft:atlcraft_lamppost01_edge_iron_top_light1, Iron Edge Lamp Post Light +atlcraft:atlcraft_lamppost01_edge_gold, Gold Edge Lamp Post Bottom +atlcraft:atlcraft_lamppost01_edge_gold_middle, Gold Edge Lamp Post Middle +atlcraft:atlcraft_lamppost01_edge_gold_top, Gold Edge Lamp Post Top +atlcraft:atlcraft_lamppost01_edge_gold_top_light1, Gold Edge Lamp Post Light +atlcraft:atlcraft_lamppost01_edge_oak, Oak Wood Edge Lamp Post Bottom +atlcraft:atlcraft_lamppost01_edge_oak_middle, Oak Wood Edge Lamp Post Middle +atlcraft:atlcraft_lamppost01_edge_oak_top, Oak Wood Edge Lamp Post Top +atlcraft:atlcraft_lamppost01_edge_oak_top_light1, Oak Wood Edge Lamp Post Light +atlcraft:atlcraft_lamppost01_edge_darkoak, Dark Oak Wood Edge Lamp Post Bottom +atlcraft:atlcraft_lamppost01_edge_darkoak_middle, Dark Oak Wood Edge Lamp Post Middle +atlcraft:atlcraft_lamppost01_edge_darkoak_top, Dark Oak Wood Edge Lamp Post Top +atlcraft:atlcraft_lamppost01_edge_darkoak_top_light1, Dark Oak Wood Edge Lamp Post Light +atlcraft:atlcraft_lamppost01_edge_acacia, Acacia Wood Edge Lamp Post Bottom +atlcraft:atlcraft_lamppost01_edge_acacia_middle, Acacia Wood Edge Lamp Post Middle +atlcraft:atlcraft_lamppost01_edge_acacia_top, Acacia Wood Edge Lamp Post Top +atlcraft:atlcraft_lamppost01_edge_acacia_top_light1, Acacia Wood Edge Lamp Post Light +atlcraft:atlcraft_lamppost01_edge_birch, Birch Wood Edge Lamp Post Bottom +atlcraft:atlcraft_lamppost01_edge_birch_middle, Birch Wood Edge Lamp Post Middle +atlcraft:atlcraft_lamppost01_edge_birch_top, Birch Wood Edge Lamp Post Top +atlcraft:atlcraft_lamppost01_edge_birch_top_light1, Birch Wood Edge Lamp Post Light +atlcraft:atlcraft_lamppost01_edge_jungle, Jungle Wood Edge Lamp Post Bottom +atlcraft:atlcraft_lamppost01_edge_jungle_middle, Jungle Wood Edge Lamp Post Middle +atlcraft:atlcraft_lamppost01_edge_jungle_top, Jungle Wood Edge Lamp Post Top +atlcraft:atlcraft_lamppost01_edge_jungle_top_light1, Jungle Wood Edge Lamp Post Light +atlcraft:atlcraft_lamppost01_edge_spruce, Spruce Wood Edge Lamp Post Bottom +atlcraft:atlcraft_lamppost01_edge_spruce_middle, Spruce Wood Edge Lamp Post Middle +atlcraft:atlcraft_lamppost01_edge_spruce_top, Spruce Wood Edge Lamp Post Top +atlcraft:atlcraft_lamppost01_edge_spruce_top_light1, Spruce Wood Edge Lamp Post Light +atlcraft:atlcraft_lamppost01, Cast Iron Lamp Post Bottom +atlcraft:atlcraft_lamppost01_middle, Cast Iron Lamp Post Middle +atlcraft:atlcraft_lamppost01_top, Cast Iron Lamp Post Top +atlcraft:atlcraft_lamppost01_oak, Oak Wood Lamp Post Bottom +atlcraft:atlcraft_lamppost01_oak_middle, Oak Wood Lamp Post Middle +atlcraft:atlcraft_lamppost01_oak_top, Oak Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_darkoak, Dark Oak Wood Lamp Post Bottom +atlcraft:atlcraft_lamppost01_darkoak_middle, Dark Oak Wood Lamp Post Middle +atlcraft:atlcraft_lamppost01_darkoak_top, Dark Oak Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_acacia, Acacia Wood Lamp Post Bottom +atlcraft:atlcraft_lamppost01_acacia_middle, Acacia Wood Lamp Post Middle +atlcraft:atlcraft_lamppost01_acacia_top, Acacia Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_birch, Birch Wood Lamp Post Bottom +atlcraft:atlcraft_lamppost01_birch_middle, Birch Wood Lamp Post Middle +atlcraft:atlcraft_lamppost01_birch_top, Birch Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_jungle, Jungle Wood Lamp Post Bottom +atlcraft:atlcraft_lamppost01_jungle_middle, Jungle Wood Lamp Post Middle +atlcraft:atlcraft_lamppost01_jungle_top, Jungle Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_spruce, Spruce Wood Lamp Post Bottom +atlcraft:atlcraft_lamppost01_spruce_middle, Spruce Wood Lamp Post Middle +atlcraft:atlcraft_lamppost01_spruce_top, Spruce Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_iron, Iron Lamp Post Bottom +atlcraft:atlcraft_lamppost01_middle_iron, Iron Lamp Post Middle +atlcraft:atlcraft_lamppost01_top_iron, Iron Lamp Post Top +atlcraft:atlcraft_lamppost01_gold, Gold Lamp Post Bottom +atlcraft:atlcraft_lamppost01_middle_gold, Gold Lamp Post Middle +atlcraft:atlcraft_lamppost01_top_gold, Gold Lamp Post Top +atlcraft:atlcraft_lamppost01_stone, Stone Lamp Post Bottom +atlcraft:atlcraft_lamppost01_middle_stone, Stone Lamp Post Middle +atlcraft:atlcraft_lamppost01_top_stone, Stone Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy, Large Cast Iron Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_stone, Large Stone Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_iron, Large Iron Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_gold, Large Gold Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_oak, Large Oak Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_darkoak, Large Dark Oak Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_acacia, Large Acacia Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_birch, Large Birch Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_jungle, Large Jungle Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_spruce, Large Spruce Wood Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_oakiron, Large Oak and Iron Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_darkoakiron, Large Dark Oak and Iron Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_acaciairon, Large Acacia and Iron Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_birchiron, Large Birch and Iron Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_jungleiron, Large Jungle and Iron Lamp Post Top +atlcraft:atlcraft_lamppost01_top_fancy_spruceiron, Large Spruce and Iron Lamp Post Top +atlcraft:atlcraft_chain1, Chain +atlcraft:atlcraft_chainlong1, Long Chain +atlcraft:atlcraft_chainlongbottom1, Long Chain +atlcraft:atlcraft_chain1_gold, Gold Chain +atlcraft:atlcraft_chainlong1_gold, Long Gold Chain +atlcraft:atlcraft_chainlongbottom1_gold, Long Gold Chain +atlcraft:atlcraft_rope1, Rope +atlcraft:atlcraft_ropecoil1, Coil of Rope +atlcraft:atlcraft_ropecoilbottom1, Coil of Rope +atlcraft:atlcraft_crystalstrand1, Glass Bead Strand +atlcraft:atlcraft_crystalstrandlong1, Long Glass Bead Strand +atlcraft:atlcraft_crystalstrandlongbottom1, Long Glass Bead Strand +atlcraft:atlcraft_crystalstrandcurtain1, Glass Bead Strand Curtain +atlcraft:atlcraft_climbablevine1, Vine Rope +atlcraft:atlcraft_climbablevine1_long, Vine Rope Coil +atlcraft:atlcraft_climbablevine1_longbottom, Vine Rope Coil +atlcraft:atlcraft_tallow, Tallow +atlcraft:atlcraft_wax, Bayberry Wax +atlcraft:atlcraft_bayberry_seeds, Bayberry Seeds +atlcraft:atlcraft_bayberries, Bayberries +atlcraft:atlcraft_bayberry_juice, Bayberry Juice +atlcraft:atlcraft_fried_potatoes, Fried Potatoes +atlcraft:atlcraft_castiron_ingot, Cast Iron Ingot +atlcraft:atlcraft_candle24item, White Water Lantern +atlcraft:atlcraft_furniturecraftingkit, Deco Crafting Kit +bewitchment:blessed_stone, Blessed Stone +bewitchment:block_of_amethyst, Block of Amethyst +bewitchment:block_of_garnet, Block of Garnet +bewitchment:block_of_opal, Block of Opal +bewitchment:block_of_silver, Block of Silver +bewitchment:block_of_silver_symbol, Block of Silver +bewitchment:block_of_silver_bevel, Block of Silver +bewitchment:block_of_silver_sun, Block of Silver +bewitchment:block_of_silver_moon, Block of Silver +bewitchment:block_of_silver_cup, Block of Silver +bewitchment:block_of_silver_pentacle, Block of Silver +bewitchment:block_of_silver_sword, Block of Silver +bewitchment:block_of_silver_wand, Block of Silver +bewitchment:block_of_silver_pentagram, Block of Silver +bewitchment:block_of_cold_iron, Block of Cold Iron +bewitchment:block_of_cold_iron_symbol, Block of Cold Iron +bewitchment:block_of_cold_iron_bevel, Block of Cold Iron +bewitchment:block_of_cold_iron_sun, Block of Cold Iron +bewitchment:block_of_cold_iron_moon, Block of Cold Iron +bewitchment:block_of_cold_iron_cup, Block of Cold Iron +bewitchment:block_of_cold_iron_pentacle, Block of Cold Iron +bewitchment:block_of_cold_iron_sword, Block of Cold Iron +bewitchment:block_of_cold_iron_wand, Block of Cold Iron +bewitchment:block_of_cold_iron_pentagram, Block of Cold Iron +bewitchment:block_of_salt, Block of Salt +bewitchment:amethyst_ore, Amethyst Ore +bewitchment:garnet_ore, Garnet Ore +bewitchment:opal_ore, Opal Ore +bewitchment:silver_ore, Silver Ore +bewitchment:salt_ore, Salt Ore +bewitchment:purifying_earth, Purifying Earth +bewitchment:coquina, Coquina +bewitchment:coquina_smooth, Coquina +bewitchment:coquina_shell, Coquina +bewitchment:coquina_bricks, Coquina Bricks +bewitchment:chiseled_coquina, Chiseled Coquina +bewitchment:nethersteel, Nethersteel +bewitchment:nethersteel_symbol, Nethersteel +bewitchment:nethersteel_bevel, Nethersteel +bewitchment:nethersteel_polished, Nethersteel +bewitchment:nethersteel_sentient, Nethersteel +bewitchment:nethersteel_pentacle, Nethersteel +bewitchment:nethersteel_pentagram, Nethersteel +bewitchment:nethersteel_skull, Nethersteel +bewitchment:nethersteel_eye, Nethersteel +bewitchment:nethersteel_watching_eye, Nethersteel +bewitchment:nethersteel_hellish, Nethersteel +bewitchment:nethersteel_watching_hellish, Nethersteel +bewitchment:perpetual_ice, Perpetual Ice +bewitchment:perpetual_ice_stairs, Perpetual Ice Stairs +bewitchment:perpetual_ice_slab:0, Perpetual Ice Slab +bewitchment:perpetual_ice_fence, Perpetual Ice Fence +bewitchment:embittered_bricks, Embittered Bricks +bewitchment:cracked_embittered_bricks, Cracked Embittered Bricks +bewitchment:chiseled_embittered_bricks, Chiseled Embittered Bricks +bewitchment:embittered_brick_stairs, Embittered Brick Stairs +bewitchment:embittered_bricks_slab:0, Embittered Bricks Slab +bewitchment:embittered_brick_fence, Embittered Brick Fence +bewitchment:scorned_bricks, Scorned Bricks +bewitchment:scorned_bricks_symbol, Scorned Bricks +bewitchment:scorned_bricks_bevel, Scorned Bricks +bewitchment:scorned_bricks_hellish, Scorned Bricks +bewitchment:scorned_bricks_raw, Scorned Bricks +bewitchment:scorned_bricks_raw_cracked, Scorned Bricks +bewitchment:scorned_bricks_small, Scorned Bricks +bewitchment:scorned_bricks_soft, Scorned Bricks +bewitchment:scorned_bricks_small_tiles, Scorned Bricks +bewitchment:scorned_bricks_medium_tiles, Scorned Bricks +bewitchment:scorned_bricks_triple, Scorned Bricks +bewitchment:scorned_bricks_braid, Scorned Bricks +bewitchment:scorned_bricks_layers, Scorned Bricks +bewitchment:scorned_bricks_road, Scorned Bricks +bewitchment:scorned_bricks_ornate, Scorned Bricks +bewitchment:scorned_bricks_panel, Scorned Bricks +bewitchment:scorned_bricks_prism, Scorned Bricks +bewitchment:scorned_bricks_slanted, Scorned Bricks +bewitchment:cracked_scorned_bricks, Cracked Scorned Bricks +bewitchment:chiseled_scorned_bricks, Chiseled Scorned Bricks +bewitchment:scorned_brick_stairs, Scorned Brick Stairs +bewitchment:scorned_bricks_slab:0, Scorned Bricks Slab +bewitchment:scorned_brick_fence, Scorned Brick Fence +bewitchment:dragons_blood_resin_block, Block of Dragon's Blood Resin +bewitchment:goblet, Goblet +bewitchment:filled_goblet, Filled Goblet +bewitchment:white_candle, White Candle +bewitchment:orange_candle, Orange Candle +bewitchment:magenta_candle, Magenta Candle +bewitchment:light_blue_candle, Light Blue Candle +bewitchment:yellow_candle, Yellow Candle +bewitchment:lime_candle, Lime Candle +bewitchment:pink_candle, Pink Candle +bewitchment:gray_candle, Gray Candle +bewitchment:light_gray_candle, Light Gray Candle +bewitchment:cyan_candle, Cyan Candle +bewitchment:purple_candle, Purple Candle +bewitchment:blue_candle, Blue Candle +bewitchment:brown_candle, Brown Candle +bewitchment:green_candle, Green Candle +bewitchment:red_candle, Red Candle +bewitchment:black_candle, Black Candle +bewitchment:white_lantern, White Lantern +bewitchment:orange_lantern, Orange Lantern +bewitchment:magenta_lantern, Magenta Lantern +bewitchment:light_blue_lantern, Light Blue Lantern +bewitchment:yellow_lantern, Yellow Lantern +bewitchment:lime_lantern, Lime Lantern +bewitchment:pink_lantern, Pink Lantern +bewitchment:gray_lantern, Gray Lantern +bewitchment:light_gray_lantern, Light Gray Lantern +bewitchment:cyan_lantern, Cyan Lantern +bewitchment:purple_lantern, Purple Lantern +bewitchment:blue_lantern, Blue Lantern +bewitchment:brown_lantern, Brown Lantern +bewitchment:green_lantern, Green Lantern +bewitchment:red_lantern, Red Lantern +bewitchment:black_lantern, Black Lantern +bewitchment:embergrass, Embergrass +bewitchment:torchwood, Torchwood +bewitchment:spanish_moss, Spanish Moss +bewitchment:blue_ink_cap, Blue Ink Cap +bewitchment:frostflower, Frost Flower +bewitchment:flower_siphoning_allium, Siphoning Flower +bewitchment:flower_siphoning_blue_orchid, Siphoning Flower +bewitchment:flower_siphoning_dandelion, Siphoning Flower +bewitchment:flower_siphoning_azure_bluet, Siphoning Flower +bewitchment:flower_siphoning_oxeye_daisy, Siphoning Flower +bewitchment:flower_siphoning_tulip_orange, Siphoning Flower +bewitchment:flower_siphoning_tulip_pink, Siphoning Flower +bewitchment:flower_siphoning_tulip_red, Siphoning Flower +bewitchment:flower_siphoning_tulip_white, Siphoning Flower +bewitchment:flower_siphoning_poppy, Siphoning Flower +bewitchment:cypress_sapling, Cypress Sapling +bewitchment:elder_sapling, Elder Sapling +bewitchment:juniper_sapling, Juniper Sapling +bewitchment:dragons_blood_sapling, Dragons Blood Sapling +bewitchment:cypress_wood, Cypress Wood +bewitchment:elder_wood, Elder Wood +bewitchment:juniper_wood, Juniper Wood +bewitchment:dragons_blood_wood, Dragons Blood Wood +bewitchment:cypress_planks, Cypress Planks +bewitchment:elder_planks, Elder Planks +bewitchment:juniper_planks, Juniper Planks +bewitchment:dragons_blood_planks, Dragons Blood Planks +bewitchment:cypress_leaves, Cypress Leaves +bewitchment:elder_leaves, Elder Leaves +bewitchment:juniper_leaves, Juniper Leaves +bewitchment:dragons_blood_leaves, Dragons Blood Leaves +bewitchment:juniper_chest, Juniper Chest +bewitchment:dragons_blood_chest, Dragon's Blood Chest +bewitchment:cypress_wood_stairs, Cypress Wood Stairs +bewitchment:elder_wood_stairs, Elder Wood Stairs +bewitchment:juniper_wood_stairs, Juniper Wood Stairs +bewitchment:dragons_blood_stairs, Dragon's Blood Stairs +bewitchment:cypress_wood_slab:0, Cypress Wood Slab +bewitchment:elder_wood_slab:0, Elder Wood Slab +bewitchment:juniper_wood_slab:0, Juniper Wood Slab +bewitchment:dragons_blood_slab:0, Dragon's Blood Slab +bewitchment:cypress_trapdoor, Cypress Trapdoor +bewitchment:elder_trapdoor, Elder Trapdoor +bewitchment:juniper_trapdoor, Juniper Trapdoor +bewitchment:dragons_blood_trapdoor, Dragon's Blood Trapdoor +bewitchment:cypress_fence_gate, Cypress Fence Gate +bewitchment:elder_fence_gate, Elder Fence Gate +bewitchment:juniper_fence_gate, Juniper Fence Gate +bewitchment:dragons_blood_fence_gate, Dragon's Blood Fence Gate +bewitchment:cypress_fence, Cypress Fence +bewitchment:elder_fence, Elder Fence +bewitchment:juniper_fence, Juniper Fence +bewitchment:dragons_blood_fence, Dragon's Blood Fence +bewitchment:cypress_pressure_plate, Cypress Pressure Plate +bewitchment:elder_pressure_plate, Elder Pressure Plate +bewitchment:juniper_pressure_plate, Juniper Pressure Plate +bewitchment:dragons_blood_pressure_plate, Dragon's Blood Pressure Plate +bewitchment:cypress_button, Cypress Button +bewitchment:elder_button, Elder Button +bewitchment:juniper_button, Juniper Button +bewitchment:dragons_blood_button, Dragon's Blood Button +bewitchment:stone_witches_altar, Stone Witches' Altar +bewitchment:nether_brick_witches_altar, Nether Brick Witches' Altar +bewitchment:obsidian_witches_altar, Obsidian Witches' Altar +bewitchment:coquina_witches_altar, Coquina Witches' Altar +bewitchment:embittered_brick_witches_altar, Embittered Brick Witches' Altar +bewitchment:scorned_brick_witches_altar, Scorned Brick Witches' Altar +bewitchment:witches_cauldron, Witches' Cauldron +bewitchment:witches_oven, Witches' Oven +bewitchment:distillery, Distillery +bewitchment:spinning_wheel, Spinning Wheel +bewitchment:crystal_ball, Crystal Ball +bewitchment:tarot_table, Tarot Table +bewitchment:brazier, Brazier +bewitchment:sigil_table, Sigil Table +bewitchment:poppet_shelf_oak, Oak Poppet Shelf +bewitchment:poppet_shelf_spruce, Spruce Poppet Shelf +bewitchment:poppet_shelf_dark_oak, Dark Oak Poppet Shelf +bewitchment:poppet_shelf_jungle, Jungle Poppet Shelf +bewitchment:poppet_shelf_birch, Birch Poppet Shelf +bewitchment:poppet_shelf_acacia, Acacia Poppet Shelf +bewitchment:poppet_shelf_juniper, Juniper Poppet Shelf +bewitchment:poppet_shelf_cypress, Cypress Poppet Shelf +bewitchment:poppet_shelf_elder, Elder Poppet Shelf +bewitchment:poppet_shelf_dragons_blood, Dragon's Blood Poppet Shelf +bewitchment:stone_leonard_statue, Stone Leonard Statue +bewitchment:nether_brick_leonard_statue, Nether Brick Leonard Statue +bewitchment:scorned_brick_leonard_statue, Scorned Brick Leonard Statue +bewitchment:gold_leonard_statue, Gold Leonard Statue +bewitchment:stone_lilith_statue, Stone Lilith Statue +bewitchment:nether_brick_lilith_statue, Nether Brick Lilith Statue +bewitchment:scorned_brick_lilith_statue, Scorned Brick Lilith Statue +bewitchment:gold_lilith_statue, Gold Lilith Statue +bewitchment:stone_baphomet_statue, Stone Baphomet Statue +bewitchment:nether_brick_baphomet_statue, Nether Brick Baphomet Statue +bewitchment:scorned_brick_baphomet_statue, Scorned Brick Baphomet Statue +bewitchment:gold_baphomet_statue, Gold Baphomet Statue +bewitchment:stone_herne_statue, Stone Herne Statue +bewitchment:nether_brick_herne_statue, Nether Brick Herne Statue +bewitchment:scorned_brick_herne_statue, Scorned Brick Herne Statue +bewitchment:gold_herne_statue, Gold Herne Statue +thermalfoundation:ore:0, Copper Ore +thermalfoundation:ore:1, Tin Ore +thermalfoundation:ore:2, Silver Ore +thermalfoundation:ore:3, Lead Ore +thermalfoundation:ore:4, Aluminum Ore +thermalfoundation:ore:5, Nickel Ore +thermalfoundation:ore:6, Platinum Ore +thermalfoundation:ore:7, Iridium Ore +thermalfoundation:ore:8, Mana Infused Ore +thermalfoundation:ore_fluid:0, Oil Sand +thermalfoundation:ore_fluid:1, Oil Shale +thermalfoundation:ore_fluid:2, Destabilized Redstone Ore +thermalfoundation:ore_fluid:3, Energized Netherrack +thermalfoundation:ore_fluid:4, Resonant End Stone +thermalfoundation:ore_fluid:5, Oil Sand +thermalfoundation:storage:0, Block of Copper +thermalfoundation:storage:1, Block of Tin +thermalfoundation:storage:2, Block of Silver +thermalfoundation:storage:3, Block of Lead +thermalfoundation:storage:4, Block of Aluminum +thermalfoundation:storage:5, Block of Nickel +thermalfoundation:storage:6, Block of Platinum +thermalfoundation:storage:7, Block of Iridium +thermalfoundation:storage:8, Block of Mana Infused Metal +thermalfoundation:storage_alloy:0, Block of Steel +thermalfoundation:storage_alloy:1, Block of Electrum +thermalfoundation:storage_alloy:2, Block of Invar +thermalfoundation:storage_alloy:3, Block of Bronze +thermalfoundation:storage_alloy:4, Block of Constantan +thermalfoundation:storage_alloy:5, Block of Signalum +thermalfoundation:storage_alloy:6, Block of Lumium +thermalfoundation:storage_alloy:7, Block of Enderium +thermalfoundation:storage_resource:0, Block of Charcoal +thermalfoundation:storage_resource:1, Block of Coal Coke +thermalfoundation:glass:0, Hardened Copper Glass +thermalfoundation:glass:1, Hardened Tin Glass +thermalfoundation:glass:2, Hardened Silver Glass +thermalfoundation:glass:3, Hardened Glass +thermalfoundation:glass:4, Hardened Aluminum Glass +thermalfoundation:glass:5, Hardened Nickel Glass +thermalfoundation:glass:6, Hardened Platinum Glass +thermalfoundation:glass:7, Hardened Iridium Glass +thermalfoundation:glass:8, Hardened Mana Infused Glass +thermalfoundation:glass_alloy:0, Hardened Steel Glass +thermalfoundation:glass_alloy:1, Hardened Electrum Glass +thermalfoundation:glass_alloy:2, Hardened Invar Glass +thermalfoundation:glass_alloy:3, Hardened Bronze Glass +thermalfoundation:glass_alloy:4, Hardened Constantan Glass +thermalfoundation:glass_alloy:5, Hardened Signalum Glass +thermalfoundation:glass_alloy:6, Hardened Lumium Glass +thermalfoundation:glass_alloy:7, Hardened Enderium Glass +thermalfoundation:rockwool:0, Black Rockwool +thermalfoundation:rockwool:1, Red Rockwool +thermalfoundation:rockwool:2, Green Rockwool +thermalfoundation:rockwool:3, Brown Rockwool +thermalfoundation:rockwool:4, Blue Rockwool +thermalfoundation:rockwool:5, Purple Rockwool +thermalfoundation:rockwool:6, Cyan Rockwool +thermalfoundation:rockwool:7, Light Gray Rockwool +thermalfoundation:rockwool:8, Gray Rockwool +thermalfoundation:rockwool:9, Pink Rockwool +thermalfoundation:rockwool:10, Lime Rockwool +thermalfoundation:rockwool:11, Yellow Rockwool +thermalfoundation:rockwool:12, Light Blue Rockwool +thermalfoundation:rockwool:13, Magenta Rockwool +thermalfoundation:rockwool:14, Orange Rockwool +thermalfoundation:rockwool:15, White Rockwool +thermalfoundation:wrench:0, Crescent Hammer +thermalfoundation:meter:0, Multimeter +thermalfoundation:upgrade:0, Hardened Upgrade Kit +thermalfoundation:upgrade:1, Reinforced Upgrade Kit +thermalfoundation:upgrade:2, Signalum Upgrade Kit +thermalfoundation:upgrade:3, Resonant Upgrade Kit +thermalfoundation:upgrade:33, Reinforced Conversion Kit +thermalfoundation:upgrade:34, Signalum Conversion Kit +thermalfoundation:upgrade:35, Resonant Conversion Kit +thermalfoundation:upgrade:256, Creative Conversion Kit +thermalfoundation:security:0, Signalum Security Lock +thermalfoundation:diagram_redprint, Redprint +thermalfoundation:tome_lexicon, Forge Lexicon +thermalfoundation:tome_experience, Tome of Knowledge +thermalfoundation:coin:0, Iron Coin +thermalfoundation:coin:1, Gold Coin +thermalfoundation:coin:64, Copper Coin +thermalfoundation:coin:65, Tin Coin +thermalfoundation:coin:66, Silver Coin +thermalfoundation:coin:67, Lead Coin +thermalfoundation:coin:68, Aluminum Coin +thermalfoundation:coin:69, Nickel Coin +thermalfoundation:coin:70, Platinum Coin +thermalfoundation:coin:71, Iridium Coin +thermalfoundation:coin:72, Mana Infused Coin +thermalfoundation:coin:96, Steel Coin +thermalfoundation:coin:97, Electrum Coin +thermalfoundation:coin:98, Invar Coin +thermalfoundation:coin:99, Bronze Coin +thermalfoundation:coin:100, Constantan Coin +thermalfoundation:coin:101, Signalum Coin +thermalfoundation:coin:102, Lumium Coin +thermalfoundation:coin:103, Enderium Coin +thermalfoundation:fertilizer:0, Phyto-Gro +thermalfoundation:fertilizer:1, Rich Phyto-Gro +thermalfoundation:fertilizer:2, Fluxed Phyto-Gro +thermalfoundation:bait:0, Aqua-Chow +thermalfoundation:bait:1, Rich Aqua-Chow +thermalfoundation:bait:2, Fluxed Aqua-Chow +thermalfoundation:dye:0, Black Pigment +thermalfoundation:dye:1, Red Pigment +thermalfoundation:dye:2, Green Pigment +thermalfoundation:dye:3, Brown Pigment +thermalfoundation:dye:4, Blue Pigment +thermalfoundation:dye:5, Purple Pigment +thermalfoundation:dye:6, Cyan Pigment +thermalfoundation:dye:7, Light Gray Pigment +thermalfoundation:dye:8, Gray Pigment +thermalfoundation:dye:9, Pink Pigment +thermalfoundation:dye:10, Lime Pigment +thermalfoundation:dye:11, Yellow Pigment +thermalfoundation:dye:12, Light Blue Pigment +thermalfoundation:dye:13, Magenta Pigment +thermalfoundation:dye:14, Orange Pigment +thermalfoundation:dye:15, White Pigment +thermalfoundation:material:0, Pulverized Iron +thermalfoundation:material:1, Pulverized Gold +thermalfoundation:material:16, Diamond Nugget +thermalfoundation:material:17, Emerald Nugget +thermalfoundation:material:22, Wooden Gear +thermalfoundation:material:23, Stone Gear +thermalfoundation:material:24, Iron Gear +thermalfoundation:material:25, Gold Gear +thermalfoundation:material:26, Diamond Gear +thermalfoundation:material:27, Emerald Gear +thermalfoundation:material:32, Iron Plate +thermalfoundation:material:33, Gold Plate +thermalfoundation:material:64, Pulverized Copper +thermalfoundation:material:65, Pulverized Tin +thermalfoundation:material:66, Pulverized Silver +thermalfoundation:material:67, Pulverized Lead +thermalfoundation:material:68, Pulverized Aluminum +thermalfoundation:material:69, Pulverized Nickel +thermalfoundation:material:70, Pulverized Platinum +thermalfoundation:material:71, Pulverized Iridium +thermalfoundation:material:72, Pulverized Mana Infused Metal +thermalfoundation:material:96, Steel Blend +thermalfoundation:material:97, Electrum Blend +thermalfoundation:material:98, Invar Blend +thermalfoundation:material:99, Bronze Blend +thermalfoundation:material:100, Constantan Blend +thermalfoundation:material:101, Signalum Blend +thermalfoundation:material:102, Lumium Blend +thermalfoundation:material:103, Enderium Blend +thermalfoundation:material:128, Copper Ingot +thermalfoundation:material:129, Tin Ingot +thermalfoundation:material:130, Silver Ingot +thermalfoundation:material:131, Lead Ingot +thermalfoundation:material:132, Aluminum Ingot +thermalfoundation:material:133, Nickel Ingot +thermalfoundation:material:134, Platinum Ingot +thermalfoundation:material:135, Iridium Ingot +thermalfoundation:material:136, Mana Infused Ingot +thermalfoundation:material:160, Steel Ingot +thermalfoundation:material:161, Electrum Ingot +thermalfoundation:material:162, Invar Ingot +thermalfoundation:material:163, Bronze Ingot +thermalfoundation:material:164, Constantan Ingot +thermalfoundation:material:165, Signalum Ingot +thermalfoundation:material:166, Lumium Ingot +thermalfoundation:material:167, Enderium Ingot +thermalfoundation:material:192, Copper Nugget +thermalfoundation:material:193, Tin Nugget +thermalfoundation:material:194, Silver Nugget +thermalfoundation:material:195, Lead Nugget +thermalfoundation:material:196, Aluminum Nugget +thermalfoundation:material:197, Nickel Nugget +thermalfoundation:material:198, Platinum Nugget +thermalfoundation:material:199, Iridium Nugget +thermalfoundation:material:200, Mana Infused Nugget +thermalfoundation:material:224, Steel Nugget +thermalfoundation:material:225, Electrum Nugget +thermalfoundation:material:226, Invar Nugget +thermalfoundation:material:227, Bronze Nugget +thermalfoundation:material:228, Constantan Nugget +thermalfoundation:material:229, Signalum Nugget +thermalfoundation:material:230, Lumium Nugget +thermalfoundation:material:231, Enderium Nugget +thermalfoundation:material:256, Copper Gear +thermalfoundation:material:257, Tin Gear +thermalfoundation:material:258, Silver Gear +thermalfoundation:material:259, Lead Gear +thermalfoundation:material:260, Aluminum Gear +thermalfoundation:material:261, Nickel Gear +thermalfoundation:material:262, Platinum Gear +thermalfoundation:material:263, Iridium Gear +thermalfoundation:material:264, Mana Infused Gear +thermalfoundation:material:288, Steel Gear +thermalfoundation:material:289, Electrum Gear +thermalfoundation:material:290, Invar Gear +thermalfoundation:material:291, Bronze Gear +thermalfoundation:material:292, Constantan Gear +thermalfoundation:material:293, Signalum Gear +thermalfoundation:material:294, Lumium Gear +thermalfoundation:material:295, Enderium Gear +thermalfoundation:material:320, Copper Plate +thermalfoundation:material:321, Tin Plate +thermalfoundation:material:322, Silver Plate +thermalfoundation:material:323, Lead Plate +thermalfoundation:material:324, Aluminum Plate +thermalfoundation:material:325, Nickel Plate +thermalfoundation:material:326, Platinum Plate +thermalfoundation:material:327, Iridium Plate +thermalfoundation:material:328, Mana Infused Plate +thermalfoundation:material:352, Steel Plate +thermalfoundation:material:353, Electrum Plate +thermalfoundation:material:354, Invar Plate +thermalfoundation:material:355, Bronze Plate +thermalfoundation:material:356, Constantan Plate +thermalfoundation:material:357, Signalum Plate +thermalfoundation:material:358, Lumium Plate +thermalfoundation:material:359, Enderium Plate +thermalfoundation:material:512, Redstone Servo +thermalfoundation:material:513, Redstone Reception Coil +thermalfoundation:material:514, Redstone Transmission Coil +thermalfoundation:material:515, Redstone Conductance Coil +thermalfoundation:material:640, Tool Casing +thermalfoundation:material:656, Drill Head +thermalfoundation:material:657, Saw Blade +thermalfoundation:material:768, Pulverized Coal +thermalfoundation:material:769, Pulverized Charcoal +thermalfoundation:material:770, Pulverized Obsidian +thermalfoundation:material:771, Sulfur +thermalfoundation:material:772, Niter +thermalfoundation:material:800, Sawdust +thermalfoundation:material:801, Compressed Sawdust +thermalfoundation:material:802, Coal Coke +thermalfoundation:material:816, Pulped Biomass +thermalfoundation:material:817, Rich Biomass +thermalfoundation:material:818, Pulped Bioblend +thermalfoundation:material:819, Rich Bioblend +thermalfoundation:material:832, Rosin +thermalfoundation:material:833, Tar +thermalfoundation:material:864, Slag +thermalfoundation:material:865, Rich Slag +thermalfoundation:material:866, Cinnabar +thermalfoundation:material:892, Bitumen +thermalfoundation:material:893, Destabilized Clathrate +thermalfoundation:material:894, Energized Clathrate +thermalfoundation:material:895, Resonant Clathrate +thermalfoundation:material:1024, Pyrotheum Dust +thermalfoundation:material:1025, Cryotheum Dust +thermalfoundation:material:1026, Aerotheum Dust +thermalfoundation:material:1027, Petrotheum Dust +thermalfoundation:material:1028, Mana Dust +thermalfoundation:material:2048, Blizz Rod +thermalfoundation:material:2049, Blizz Powder +thermalfoundation:material:2050, Blitz Rod +thermalfoundation:material:2051, Blitz Powder +thermalfoundation:material:2052, Basalz Rod +thermalfoundation:material:2053, Basalz Powder +thermalfoundation:geode:0, Geode +thermalfoundation:armor.helmet_copper, Copper Helmet +thermalfoundation:armor.plate_copper, Copper Chestplate +thermalfoundation:armor.legs_copper, Copper Leggings +thermalfoundation:armor.boots_copper, Copper Boots +thermalfoundation:armor.helmet_tin, Tin Helmet +thermalfoundation:armor.plate_tin, Tin Chestplate +thermalfoundation:armor.legs_tin, Tin Leggings +thermalfoundation:armor.boots_tin, Tin Boots +thermalfoundation:armor.helmet_silver, Silver Helmet +thermalfoundation:armor.plate_silver, Silver Chestplate +thermalfoundation:armor.legs_silver, Silver Leggings +thermalfoundation:armor.boots_silver, Silver Boots +thermalfoundation:armor.helmet_lead, Lead Helmet +thermalfoundation:armor.plate_lead, Lead Chestplate +thermalfoundation:armor.legs_lead, Lead Leggings +thermalfoundation:armor.boots_lead, Lead Boots +thermalfoundation:armor.helmet_aluminum, Aluminum Helmet +thermalfoundation:armor.plate_aluminum, Aluminum Chestplate +thermalfoundation:armor.legs_aluminum, Aluminum Leggings +thermalfoundation:armor.boots_aluminum, Aluminum Boots +thermalfoundation:armor.helmet_nickel, Nickel Helmet +thermalfoundation:armor.plate_nickel, Nickel Chestplate +thermalfoundation:armor.legs_nickel, Nickel Leggings +thermalfoundation:armor.boots_nickel, Nickel Boots +thermalfoundation:armor.helmet_platinum, Platinum Helmet +thermalfoundation:armor.plate_platinum, Platinum Chestplate +thermalfoundation:armor.legs_platinum, Platinum Leggings +thermalfoundation:armor.boots_platinum, Platinum Boots +thermalfoundation:armor.helmet_steel, Steel Helmet +thermalfoundation:armor.plate_steel, Steel Chestplate +thermalfoundation:armor.legs_steel, Steel Leggings +thermalfoundation:armor.boots_steel, Steel Boots +thermalfoundation:armor.helmet_electrum, Electrum Helmet +thermalfoundation:armor.plate_electrum, Electrum Chestplate +thermalfoundation:armor.legs_electrum, Electrum Leggings +thermalfoundation:armor.boots_electrum, Electrum Boots +thermalfoundation:armor.helmet_invar, Invar Helmet +thermalfoundation:armor.plate_invar, Invar Chestplate +thermalfoundation:armor.legs_invar, Invar Leggings +thermalfoundation:armor.boots_invar, Invar Boots +thermalfoundation:armor.helmet_bronze, Bronze Helmet +thermalfoundation:armor.plate_bronze, Bronze Chestplate +thermalfoundation:armor.legs_bronze, Bronze Leggings +thermalfoundation:armor.boots_bronze, Bronze Boots +thermalfoundation:armor.helmet_constantan, Constantan Helmet +thermalfoundation:armor.plate_constantan, Constantan Chestplate +thermalfoundation:armor.legs_constantan, Constantan Leggings +thermalfoundation:armor.boots_constantan, Constantan Boots +thermalfoundation:tool.sword_copper, Copper Sword +thermalfoundation:tool.shovel_copper, Copper Shovel +thermalfoundation:tool.pickaxe_copper, Copper Pickaxe +thermalfoundation:tool.axe_copper, Copper Axe +thermalfoundation:tool.hoe_copper, Copper Hoe +thermalfoundation:tool.bow_copper, Copper Reinforced Bow +thermalfoundation:tool.fishing_rod_copper, Copper Fishing Rod +thermalfoundation:tool.shears_copper, Copper Shears +thermalfoundation:tool.sickle_copper, Copper Sickle +thermalfoundation:tool.hammer_copper, Copper Hammer +thermalfoundation:tool.excavator_copper, Copper Excavator +thermalfoundation:tool.shield_copper, Copper Shield +thermalfoundation:tool.sword_tin, Tin Sword +thermalfoundation:tool.shovel_tin, Tin Shovel +thermalfoundation:tool.pickaxe_tin, Tin Pickaxe +thermalfoundation:tool.axe_tin, Tin Axe +thermalfoundation:tool.hoe_tin, Tin Hoe +thermalfoundation:tool.bow_tin, Tin Reinforced Bow +thermalfoundation:tool.fishing_rod_tin, Tin Fishing Rod +thermalfoundation:tool.shears_tin, Tin Shears +thermalfoundation:tool.sickle_tin, Tin Sickle +thermalfoundation:tool.hammer_tin, Tin Hammer +thermalfoundation:tool.excavator_tin, Tin Excavator +thermalfoundation:tool.shield_tin, Tin Shield +thermalfoundation:tool.sword_silver, Silver Sword +thermalfoundation:tool.shovel_silver, Silver Shovel +thermalfoundation:tool.pickaxe_silver, Silver Pickaxe +thermalfoundation:tool.axe_silver, Silver Axe +thermalfoundation:tool.hoe_silver, Silver Hoe +thermalfoundation:tool.bow_silver, Silver Reinforced Bow +thermalfoundation:tool.fishing_rod_silver, Silver Fishing Rod +thermalfoundation:tool.shears_silver, Silver Shears +thermalfoundation:tool.sickle_silver, Silver Sickle +thermalfoundation:tool.hammer_silver, Silver Hammer +thermalfoundation:tool.excavator_silver, Silver Excavator +thermalfoundation:tool.shield_silver, Silver Shield +thermalfoundation:tool.sword_lead, Lead Sword +thermalfoundation:tool.shovel_lead, Lead Shovel +thermalfoundation:tool.pickaxe_lead, Lead Pickaxe +thermalfoundation:tool.axe_lead, Lead Axe +thermalfoundation:tool.hoe_lead, Lead Hoe +thermalfoundation:tool.bow_lead, Lead Reinforced Bow +thermalfoundation:tool.fishing_rod_lead, Lead Fishing Rod +thermalfoundation:tool.shears_lead, Lead Shears +thermalfoundation:tool.sickle_lead, Lead Sickle +thermalfoundation:tool.hammer_lead, Lead Hammer +thermalfoundation:tool.excavator_lead, Lead Excavator +thermalfoundation:tool.shield_lead, Lead Shield +thermalfoundation:tool.sword_aluminum, Aluminum Sword +thermalfoundation:tool.shovel_aluminum, Aluminum Shovel +thermalfoundation:tool.pickaxe_aluminum, Aluminum Pickaxe +thermalfoundation:tool.axe_aluminum, Aluminum Axe +thermalfoundation:tool.hoe_aluminum, Aluminum Hoe +thermalfoundation:tool.bow_aluminum, Aluminum Reinforced Bow +thermalfoundation:tool.fishing_rod_aluminum, Aluminum Fishing Rod +thermalfoundation:tool.shears_aluminum, Aluminum Shears +thermalfoundation:tool.sickle_aluminum, Aluminum Sickle +thermalfoundation:tool.hammer_aluminum, Aluminum Hammer +thermalfoundation:tool.excavator_aluminum, Aluminum Excavator +thermalfoundation:tool.shield_aluminum, Aluminum Shield +thermalfoundation:tool.sword_nickel, Nickel Sword +thermalfoundation:tool.shovel_nickel, Nickel Shovel +thermalfoundation:tool.pickaxe_nickel, Nickel Pickaxe +thermalfoundation:tool.axe_nickel, Nickel Axe +thermalfoundation:tool.hoe_nickel, Nickel Hoe +thermalfoundation:tool.bow_nickel, Nickel Reinforced Bow +thermalfoundation:tool.fishing_rod_nickel, Nickel Fishing Rod +thermalfoundation:tool.shears_nickel, Nickel Shears +thermalfoundation:tool.sickle_nickel, Nickel Sickle +thermalfoundation:tool.hammer_nickel, Nickel Hammer +thermalfoundation:tool.excavator_nickel, Nickel Excavator +thermalfoundation:tool.shield_nickel, Nickel Shield +thermalfoundation:tool.sword_platinum, Platinum Sword +thermalfoundation:tool.shovel_platinum, Platinum Shovel +thermalfoundation:tool.pickaxe_platinum, Platinum Pickaxe +thermalfoundation:tool.axe_platinum, Platinum Axe +thermalfoundation:tool.hoe_platinum, Platinum Hoe +thermalfoundation:tool.bow_platinum, Platinum Reinforced Bow +thermalfoundation:tool.fishing_rod_platinum, Platinum Fishing Rod +thermalfoundation:tool.shears_platinum, Platinum Shears +thermalfoundation:tool.sickle_platinum, Platinum Sickle +thermalfoundation:tool.hammer_platinum, Platinum Hammer +thermalfoundation:tool.excavator_platinum, Platinum Excavator +thermalfoundation:tool.shield_platinum, Platinum Shield +thermalfoundation:tool.sword_steel, Steel Sword +thermalfoundation:tool.shovel_steel, Steel Shovel +thermalfoundation:tool.pickaxe_steel, Steel Pickaxe +thermalfoundation:tool.axe_steel, Steel Axe +thermalfoundation:tool.hoe_steel, Steel Hoe +thermalfoundation:tool.bow_steel, Steel Reinforced Bow +thermalfoundation:tool.fishing_rod_steel, Steel Fishing Rod +thermalfoundation:tool.shears_steel, Steel Shears +thermalfoundation:tool.sickle_steel, Steel Sickle +thermalfoundation:tool.hammer_steel, Steel Hammer +thermalfoundation:tool.excavator_steel, Steel Excavator +thermalfoundation:tool.shield_steel, Steel Shield +thermalfoundation:tool.sword_electrum, Electrum Sword +thermalfoundation:tool.shovel_electrum, Electrum Shovel +thermalfoundation:tool.pickaxe_electrum, Electrum Pickaxe +thermalfoundation:tool.axe_electrum, Electrum Axe +thermalfoundation:tool.hoe_electrum, Electrum Hoe +thermalfoundation:tool.bow_electrum, Electrum Reinforced Bow +thermalfoundation:tool.fishing_rod_electrum, Electrum Fishing Rod +thermalfoundation:tool.shears_electrum, Electrum Shears +thermalfoundation:tool.sickle_electrum, Electrum Sickle +thermalfoundation:tool.hammer_electrum, Electrum Hammer +thermalfoundation:tool.excavator_electrum, Electrum Excavator +thermalfoundation:tool.shield_electrum, Electrum Shield +thermalfoundation:tool.sword_invar, Invar Sword +thermalfoundation:tool.shovel_invar, Invar Shovel +thermalfoundation:tool.pickaxe_invar, Invar Pickaxe +thermalfoundation:tool.axe_invar, Invar Axe +thermalfoundation:tool.hoe_invar, Invar Hoe +thermalfoundation:tool.bow_invar, Invar Reinforced Bow +thermalfoundation:tool.fishing_rod_invar, Invar Fishing Rod +thermalfoundation:tool.shears_invar, Invar Shears +thermalfoundation:tool.sickle_invar, Invar Sickle +thermalfoundation:tool.hammer_invar, Invar Hammer +thermalfoundation:tool.excavator_invar, Invar Excavator +thermalfoundation:tool.shield_invar, Invar Shield +thermalfoundation:tool.sword_bronze, Bronze Sword +thermalfoundation:tool.shovel_bronze, Bronze Shovel +thermalfoundation:tool.pickaxe_bronze, Bronze Pickaxe +thermalfoundation:tool.axe_bronze, Bronze Axe +thermalfoundation:tool.hoe_bronze, Bronze Hoe +thermalfoundation:tool.bow_bronze, Bronze Reinforced Bow +thermalfoundation:tool.fishing_rod_bronze, Bronze Fishing Rod +thermalfoundation:tool.shears_bronze, Bronze Shears +thermalfoundation:tool.sickle_bronze, Bronze Sickle +thermalfoundation:tool.hammer_bronze, Bronze Hammer +thermalfoundation:tool.excavator_bronze, Bronze Excavator +thermalfoundation:tool.shield_bronze, Bronze Shield +thermalfoundation:tool.sword_constantan, Constantan Sword +thermalfoundation:tool.shovel_constantan, Constantan Shovel +thermalfoundation:tool.pickaxe_constantan, Constantan Pickaxe +thermalfoundation:tool.axe_constantan, Constantan Axe +thermalfoundation:tool.hoe_constantan, Constantan Hoe +thermalfoundation:tool.bow_constantan, Constantan Reinforced Bow +thermalfoundation:tool.fishing_rod_constantan, Constantan Fishing Rod +thermalfoundation:tool.shears_constantan, Constantan Shears +thermalfoundation:tool.sickle_constantan, Constantan Sickle +thermalfoundation:tool.hammer_constantan, Constantan Hammer +thermalfoundation:tool.excavator_constantan, Constantan Excavator +thermalfoundation:tool.shield_constantan, Constantan Shield +thermalfoundation:tool.shears_wood, Wooden Shears +thermalfoundation:tool.sickle_wood, Wooden Sickle +thermalfoundation:tool.hammer_wood, Wooden Hammer +thermalfoundation:tool.excavator_wood, Wooden Excavator +thermalfoundation:tool.bow_stone, Stone Reinforced Bow +thermalfoundation:tool.fishing_rod_stone, Stone Fishing Rod +thermalfoundation:tool.shears_stone, Stone Shears +thermalfoundation:tool.sickle_stone, Stone Sickle +thermalfoundation:tool.hammer_stone, Stone Hammer +thermalfoundation:tool.excavator_stone, Stone Excavator +thermalfoundation:tool.shield_stone, Stone Shield +thermalfoundation:tool.bow_iron, Iron Reinforced Bow +thermalfoundation:tool.fishing_rod_iron, Iron Fishing Rod +thermalfoundation:tool.sickle_iron, Iron Sickle +thermalfoundation:tool.hammer_iron, Iron Hammer +thermalfoundation:tool.excavator_iron, Iron Excavator +thermalfoundation:tool.shield_iron, Iron Shield +thermalfoundation:tool.bow_diamond, Diamond Reinforced Bow +thermalfoundation:tool.fishing_rod_diamond, Diamond Fishing Rod +thermalfoundation:tool.shears_diamond, Diamond Shears +thermalfoundation:tool.sickle_diamond, Diamond Sickle +thermalfoundation:tool.hammer_diamond, Diamond Hammer +thermalfoundation:tool.excavator_diamond, Diamond Excavator +thermalfoundation:tool.shield_diamond, Diamond Shield +thermalfoundation:tool.bow_gold, Gold Reinforced Bow +thermalfoundation:tool.fishing_rod_gold, Gold Fishing Rod +thermalfoundation:tool.shears_gold, Gold Shears +thermalfoundation:tool.sickle_gold, Gold Sickle +thermalfoundation:tool.hammer_gold, Gold Hammer +thermalfoundation:tool.excavator_gold, Gold Excavator +thermalfoundation:tool.shield_gold, Gold Shield +thermalfoundation:horse_armor_copper, Copper Horse Armor +thermalfoundation:horse_armor_tin, Tin Horse Armor +thermalfoundation:horse_armor_silver, Silver Horse Armor +thermalfoundation:horse_armor_lead, Lead Horse Armor +thermalfoundation:horse_armor_aluminum, Aluminum Horse Armor +thermalfoundation:horse_armor_nickel, Nickel Horse Armor +thermalfoundation:horse_armor_platinum, Platinum Horse Armor +thermalfoundation:horse_armor_steel, Steel Horse Armor +thermalfoundation:horse_armor_electrum, Electrum Horse Armor +thermalfoundation:horse_armor_invar, Invar Horse Armor +thermalfoundation:horse_armor_bronze, Bronze Horse Armor +thermalfoundation:horse_armor_constantan, Constantan Horse Armor +thermalfoundation:fluid_crude_oil, Crude Oil +thermalfoundation:fluid_redstone, Destabilized Redstone +thermalfoundation:fluid_glowstone, Energized Glowstone +thermalfoundation:fluid_ender, Resonant Ender +thermalfoundation:fluid_pyrotheum, Blazing Pyrotheum +thermalfoundation:fluid_cryotheum, Gelid Cryotheum +thermalfoundation:fluid_aerotheum, Zephyrean Aerotheum +thermalfoundation:fluid_petrotheum, Tectonic Petrotheum +thermalfoundation:fluid_mana, Primal Mana +thermalexpansion:machine:0, Redstone Furnace (Basic) +thermalexpansion:machine:1, Pulverizer (Basic) +thermalexpansion:machine:2, Sawmill (Basic) +thermalexpansion:machine:3, Induction Smelter (Basic) +thermalexpansion:machine:4, Phytogenic Insolator (Basic) +thermalexpansion:machine:5, Compactor (Basic) +thermalexpansion:machine:6, Magma Crucible (Basic) +thermalexpansion:machine:7, Fractionating Still (Basic) +thermalexpansion:machine:8, Fluid Transposer (Basic) +thermalexpansion:machine:9, Energetic Infuser (Basic) +thermalexpansion:machine:10, Centrifugal Separator (Basic) +thermalexpansion:machine:11, Sequential Fabricator (Basic) +thermalexpansion:machine:12, Alchemical Imbuer (Basic) +thermalexpansion:machine:13, Arcane Ensorcellator (Basic) +thermalexpansion:machine:14, Glacial Precipitator (Basic) +thermalexpansion:machine:15, Igneous Extruder (Basic) +thermalexpansion:device:0, Aqueous Accumulator +thermalexpansion:device:1, Nullifier +thermalexpansion:device:2, Thermal Mediator +thermalexpansion:device:3, Arboreal Extractor +thermalexpansion:device:4, Aquatic Entangler +thermalexpansion:device:5, Item Allocator +thermalexpansion:device:6, Fluid Allocator +thermalexpansion:device:7, Lexical Transmuter +thermalexpansion:device:8, Insightful Condenser +thermalexpansion:device:9, Decoctive Diffuser +thermalexpansion:device:10, Factorizer +thermalexpansion:device:11, Creature Encaptulator +thermalexpansion:device:12, Vacuumulator +thermalexpansion:dynamo:0, Steam Dynamo (Basic) +thermalexpansion:dynamo:1, Magmatic Dynamo (Basic) +thermalexpansion:dynamo:2, Compression Dynamo (Basic) +thermalexpansion:dynamo:3, Reactant Dynamo (Basic) +thermalexpansion:dynamo:4, Enervation Dynamo (Basic) +thermalexpansion:dynamo:5, Numismatic Dynamo (Basic) +thermalexpansion:cell:0, Energy Cell (Basic) +thermalexpansion:tank:0, Portable Tank (Basic) +thermalexpansion:cache:0, Cache (Basic) +thermalexpansion:strongbox:0, Strongbox (Basic) +thermalexpansion:capacitor:0, Flux Capacitor (Basic) +thermalexpansion:capacitor:1, Flux Capacitor (Hardened) +thermalexpansion:capacitor:2, Flux Capacitor (Reinforced) +thermalexpansion:capacitor:3, Flux Capacitor (Signalum) +thermalexpansion:capacitor:4, Flux Capacitor (Resonant) +thermalexpansion:capacitor:32000, Flux Capacitor (Creative) +thermalexpansion:reservoir:0, Reservoir (Basic) +thermalexpansion:reservoir:1, Reservoir (Hardened) +thermalexpansion:reservoir:2, Reservoir (Reinforced) +thermalexpansion:reservoir:3, Reservoir (Signalum) +thermalexpansion:reservoir:4, Reservoir (Resonant) +thermalexpansion:reservoir:32000, Reservoir (Creative) +thermalexpansion:satchel:0, Satchel (Basic) +thermalexpansion:satchel:1, Satchel (Hardened) +thermalexpansion:satchel:2, Satchel (Reinforced) +thermalexpansion:satchel:3, Satchel (Signalum) +thermalexpansion:satchel:4, Satchel (Resonant) +thermalexpansion:satchel:100, Satchel (Void) +thermalexpansion:satchel:32000, Satchel (Creative) +thermalexpansion:frame:0, Machine Frame +thermalexpansion:frame:64, Device Frame +thermalexpansion:frame:128, Energy Cell Frame +thermalexpansion:frame:129, Hardened Cell Frame +thermalexpansion:frame:130, Reinforced Cell Frame (Empty) +thermalexpansion:frame:131, Signalum Cell Frame (Empty) +thermalexpansion:frame:132, Resonant Cell Frame (Empty) +thermalexpansion:frame:146, Reinforced Cell Frame (Full) +thermalexpansion:frame:147, Signalum Cell Frame (Full) +thermalexpansion:frame:148, Resonant Cell Frame (Full) +thermalexpansion:augment:128, Augment: Auxiliary Reception Coil +thermalexpansion:augment:129, Augment: Auxiliary Sieve +thermalexpansion:augment:130, Augment: Nullification Chamber +thermalexpansion:augment:256, Augment: Trivection Chamber +thermalexpansion:augment:257, Augment: Flux Anodizers +thermalexpansion:augment:258, Augment: Pyrolytic Conversion +thermalexpansion:augment:273, Augment: Tectonic Initiator +thermalexpansion:augment:288, Augment: Resin Funnel +thermalexpansion:augment:303, Augment: Metallurgical Recovery +thermalexpansion:augment:304, Augment: Pyro-Concentrator +thermalexpansion:augment:320, Augment: Nutrient Recovery +thermalexpansion:augment:323, Augment: Sapling Infuser +thermalexpansion:augment:324, Augment: Monoculture Cycle +thermalexpansion:augment:336, Augment: Numismatic Press +thermalexpansion:augment:337, Augment: Gearworking Die +thermalexpansion:augment:352, Augment: Pyroconvective Loop +thermalexpansion:augment:368, Augment: Reflux Column +thermalexpansion:augment:369, Augment: Alchemical Retort +thermalexpansion:augment:400, Augment: Flux Linkage Concentrator +thermalexpansion:augment:401, Augment: Flux Reconstruction +thermalexpansion:augment:402, Augment: Parabolic Flux Coupling +thermalexpansion:augment:416, Augment: Enstabulation Apparatus +thermalexpansion:augment:432, Augment: Pattern Validation +thermalexpansion:augment:433, Augment: Fluidic Fabrication +thermalexpansion:augment:448, Augment: Reagent Recovery +thermalexpansion:augment:496, Augment: Pyroclastic Injection +thermalexpansion:augment:497, Augment: Clastic Deposition +thermalexpansion:augment:512, Augment: Auxiliary Transmission Coil +thermalexpansion:augment:513, Augment: Fuel Catalyzer +thermalexpansion:augment:514, Augment: Transmission Coil Ducting +thermalexpansion:augment:515, Augment: Excitation Field Limiter +thermalexpansion:augment:576, Augment: Boiler Conversion +thermalexpansion:augment:640, Augment: Turbine Conversion +thermalexpansion:augment:656, Augment: Isentropic Reservoir +thermalexpansion:augment:672, Augment: Closed-Loop Cooling +thermalexpansion:augment:673, Augment: Ignition Plugs +thermalexpansion:augment:674, Augment: Agitative Manifold +thermalexpansion:augment:688, Augment: Elemental Catalyzer +thermalexpansion:augment:704, Augment: Disjunctive Extraction +thermalexpansion:augment:720, Augment: Lapidary Calibration +thermalexpansion:florb:0, Florb (Empty§r) +thermalexpansion:florb:1, Magmatic Florb (Empty§r) +thermalexpansion:morb:0, Morb (Empty§r) +thermalexpansion:morb:1, Reusable Morb (Empty§r) +familiarfauna:ff_icon, item.ff_icon.name +familiarfauna:bug_net, Bug Net +familiarfauna:bug_habitat, Bug Habitat +familiarfauna:pixie_dust, Pixie Dust +familiarfauna:snail_shell, Snail Shell +familiarfauna:turkey_leg_raw, Raw Turkey Leg +familiarfauna:turkey_leg_cooked, Cooked Turkey Leg +familiarfauna:venison_raw, Raw Venison +familiarfauna:venison_cooked, Cooked Venison +rustic:olive_oil, Olive Oil +rustic:ironberry_juice, Ironberry Juice +rustic:wildberry_juice, Wildberry Juice +rustic:grape_juice, Grape Juice +rustic:apple_juice, Apple Juice +rustic:ale_wort, Ale Wort +rustic:honey, Honey +rustic:stone_pillar, Stone Pillar +rustic:andesite_pillar, Andesite Pillar +rustic:diorite_pillar, Diorite Pillar +rustic:granite_pillar, Granite Pillar +rustic:slate_pillar, Slate Pillar +rustic:chain, Iron Chain +rustic:candle, Iron Candle +rustic:chandelier, Iron Chandelier Ring +rustic:chain_gold, Golden Chain +rustic:candle_gold, Golden Candle +rustic:chandelier_gold, Golden Chandelier Ring +rustic:beehive, Beehive +rustic:apiary, Apiary +rustic:slate, Slate +rustic:slate_roof, Slate Roof +rustic:slate_tile, Slate Tile +rustic:slate_brick, Slate Brick +rustic:slate_chiseled, Chiseled Slate +rustic:stairs_slate_roof, Slate Roof Stairs +rustic:slate_roof_slab_item, Slate Roof Slab +rustic:stairs_slate_brick, Slate Brick Stairs +rustic:slate_brick_slab_item, Slate Brick Slab +rustic:clay_wall, Clay Wall +rustic:clay_wall_cross, Crossed Clay Wall +rustic:clay_wall_diag, Diagonal Clay Wall +rustic:chair_oak, Oak Chair +rustic:chair_big_oak, Dark Oak Chair +rustic:chair_birch, Birch Chair +rustic:chair_spruce, Spruce Chair +rustic:chair_acacia, Acacia Chair +rustic:chair_jungle, Jungle Chair +rustic:chair_olive, Olive Wood Chair +rustic:chair_ironwood, Ironwood Chair +rustic:table_oak, Oak Table +rustic:table_big_oak, Dark Oak Table +rustic:table_birch, Birch Table +rustic:table_spruce, Spruce Table +rustic:table_acacia, Acacia Table +rustic:table_jungle, Jungle Table +rustic:table_olive, Olive Wood Table +rustic:table_ironwood, Ironwood Table +rustic:vase, Pot +rustic:barrel, Barrel +rustic:iron_lattice, Iron Lattice +rustic:iron_lantern, Iron Lantern +rustic:golden_lantern, Golden Lantern +rustic:painted_wood_white, White Painted Wood +rustic:painted_wood_orange, Orange Painted Wood +rustic:painted_wood_magenta, Magenta Painted Wood +rustic:painted_wood_light_blue, Light Blue Painted Wood +rustic:painted_wood_yellow, Yellow Painted Wood +rustic:painted_wood_lime, Lime Painted Wood +rustic:painted_wood_pink, Pink Painted Wood +rustic:painted_wood_gray, Gray Painted Wood +rustic:painted_wood_silver, Light Gray Painted Wood +rustic:painted_wood_cyan, Cyan Painted Wood +rustic:painted_wood_purple, Purple Painted Wood +rustic:painted_wood_blue, Blue Painted Wood +rustic:painted_wood_brown, Brown Painted Wood +rustic:painted_wood_green, Green Painted Wood +rustic:painted_wood_red, Red Painted Wood +rustic:painted_wood_black, Black Painted Wood +rustic:gargoyle, Gargoyle +rustic:cabinet, Cabinet +rustic:liquid_barrel, Liquid Barrel +rustic:fertile_soil, Fertile Soil +rustic:planks:0, Olive Wood Planks +rustic:planks:1, Ironwood Planks +rustic:log:0, Olive Wood +rustic:log:1, Ironwood +rustic:leaves:0, Olive Leaves +rustic:leaves:1, Ironwood Leaves +rustic:sapling:0, Olive Sapling +rustic:sapling:1, Ironwood Sapling +rustic:crushing_tub, Crushing Tub +rustic:evaporating_basin, Drying Basin +rustic:fence_olive, Olive Wood Fence +rustic:fence_ironwood, Ironwood Fence +rustic:fence_gate_olive, Olive Wood Fence Gate +rustic:fence_gate_ironwood, Ironwood Fence Gate +rustic:olive_slab_item, Olive Wood Slab +rustic:ironwood_slab_item, Ironwood Slab +rustic:stairs_olive, Olive Wood Stairs +rustic:stairs_ironwood, Ironwood Stairs +rustic:condenser, Alchemic Condenser +rustic:retort, Alchemic Retort +rustic:condenser_advanced, Advanced Alchemic Condenser +rustic:retort_advanced, Advanced Alchemic Retort +rustic:crop_stake, Wooden Stake +rustic:wildberry_bush, Wildberry Bush +rustic:rope, Rope +rustic:grape_stem, Grape Seeds +rustic:brewing_barrel, Brewing Barrel +rustic:apple_seeds, Apple Seeds +rustic:sapling_apple, Apple Sapling +rustic:leaves_apple, Apple Leaves +rustic:olive_door, Olive Door +rustic:ironwood_door, Ironwood Door +rustic:aloe_vera, Aloe Vera +rustic:blood_orchid, Blood Orchid +rustic:chamomile, Chamomile +rustic:cohosh, Cohosh +rustic:deathstalk_mushroom, Deathstalk Mushroom +rustic:horsetail, Horsetail +rustic:mooncap_mushroom, Mooncap Mushroom +rustic:wind_thistle, Wind Thistle +rustic:cloudsbluff, Cloudsbluff +rustic:core_root, Core Root +rustic:ginseng, Ginseng Root +rustic:marsh_mallow, Marsh Mallow Root +rustic:book, Almanac +rustic:bee, Bee +rustic:honeycomb, Honeycomb +rustic:beeswax, Beeswax +rustic:tallow, Tallow +rustic:olives, Olives +rustic:ironberries, Ironberries +rustic:fluid_bottle, Bottle of %s +rustic:dust_tiny_iron, Tiny Pile of Iron Dust +rustic:elixir, item.rustic.elixir.name +rustic:tomato, Tomato +rustic:tomato_seeds, Tomato Seeds +rustic:chili_pepper, Chili Pepper +rustic:chili_pepper_seeds, Chili Pepper Seeds +rustic:wildberries, Wildberries +rustic:grapes, Grapes +improvedbackpacks:backpack, Backpack +improvedbackpacks:bound_leather, Bound Leather +improvedbackpacks:tanned_leather, Tanned Leather +improvedbackpacks:blank_upgrade, Blank Upgrade +improvedbackpacks:upgrade:0, Storage Upgrade (Wood) +improvedbackpacks:upgrade:1, Storage Upgrade (Stone) +improvedbackpacks:upgrade:2, Storage Upgrade (Iron) +improvedbackpacks:upgrade:3, Storage Upgrade (Gold) +improvedbackpacks:upgrade:4, Storage Upgrade (Diamond) +improvedbackpacks:ender_backpack, Ender Backpack +nuclearcraft:ore:0, Copper Ore +nuclearcraft:ore:1, Tin Ore +nuclearcraft:ore:2, Lead Ore +nuclearcraft:ore:3, Thorium Ore +nuclearcraft:ore:4, Uranium Ore +nuclearcraft:ore:5, Boron Ore +nuclearcraft:ore:6, Lithium Ore +nuclearcraft:ore:7, Magnesium Ore +nuclearcraft:ingot_block:0, Copper Block +nuclearcraft:ingot_block:1, Tin Block +nuclearcraft:ingot_block:2, Lead Block +nuclearcraft:ingot_block:3, Thorium Block +nuclearcraft:ingot_block:4, Uranium Block +nuclearcraft:ingot_block:5, Boron Block +nuclearcraft:ingot_block:6, Lithium Block +nuclearcraft:ingot_block:7, Magnesium Block +nuclearcraft:ingot_block:8, Graphite Block +nuclearcraft:ingot_block:9, Beryllium Block +nuclearcraft:ingot_block:10, Zirconium Block +nuclearcraft:ingot_block:11, Manganese Block +nuclearcraft:ingot_block:12, Aluminum Block +nuclearcraft:ingot_block:13, Silver Block +nuclearcraft:fission_block:0, Fission Reactor Casing +nuclearcraft:fission_block:1, Blast Block +nuclearcraft:reactor_casing_transparent, Transparent Fission Reactor Casing +nuclearcraft:cell_block, Reactor Cell +nuclearcraft:cooler:0, Empty Cooler +nuclearcraft:cooler:1, Water Cooler +nuclearcraft:cooler:2, Redstone Cooler +nuclearcraft:cooler:3, Quartz Cooler +nuclearcraft:cooler:4, Gold Cooler +nuclearcraft:cooler:5, Glowstone Cooler +nuclearcraft:cooler:6, Lapis Cooler +nuclearcraft:cooler:7, Diamond Cooler +nuclearcraft:cooler:8, Liquid Helium Cooler +nuclearcraft:cooler:9, Enderium Cooler +nuclearcraft:cooler:10, Cryotheum Cooler +nuclearcraft:cooler:11, Iron Cooler +nuclearcraft:cooler:12, Emerald Cooler +nuclearcraft:cooler:13, Copper Cooler +nuclearcraft:cooler:14, Tin Cooler +nuclearcraft:cooler:15, Magnesium Cooler +nuclearcraft:reactor_door, Reactor Door +nuclearcraft:reactor_trapdoor, Reactor Trapdoor +nuclearcraft:block_depleted_thorium, Thorium-230 Block +nuclearcraft:block_depleted_uranium, Uranium-238 Block +nuclearcraft:block_depleted_neptunium, Neptunium-237 Block +nuclearcraft:block_depleted_plutonium, Plutonium-242 Block +nuclearcraft:block_depleted_americium, Americium-243 Block +nuclearcraft:block_depleted_curium, Curium-246 Block +nuclearcraft:block_depleted_berkelium, Berkelium-247 Block +nuclearcraft:block_depleted_californium, Californium-252 Block +nuclearcraft:block_ice, Supercold Ice +nuclearcraft:nuclear_furnace_idle, Nuclear Furnace +nuclearcraft:nuclear_furnace_active, Nuclear Furnace +nuclearcraft:manufactory_idle, Manufactory +nuclearcraft:manufactory_active, Manufactory +nuclearcraft:isotope_separator_idle, Isotope Separator +nuclearcraft:isotope_separator_active, Isotope Separator +nuclearcraft:decay_hastener_idle, Decay Hastener +nuclearcraft:decay_hastener_active, Decay Hastener +nuclearcraft:fuel_reprocessor_idle, Fuel Reprocessor +nuclearcraft:fuel_reprocessor_active, Fuel Reprocessor +nuclearcraft:alloy_furnace_idle, Alloy Furnace +nuclearcraft:alloy_furnace_active, Alloy Furnace +nuclearcraft:infuser_idle, Fluid Infuser +nuclearcraft:infuser_active, Fluid Infuser +nuclearcraft:melter_idle, Melter +nuclearcraft:melter_active, Melter +nuclearcraft:supercooler_idle, Supercooler +nuclearcraft:supercooler_active, Supercooler +nuclearcraft:electrolyser_idle, Electrolyzer +nuclearcraft:electrolyser_active, Electrolyzer +nuclearcraft:irradiator_idle, Neutron Irradiator +nuclearcraft:irradiator_active, Neutron Irradiator +nuclearcraft:ingot_former_idle, Ingot Former +nuclearcraft:ingot_former_active, Ingot Former +nuclearcraft:pressurizer_idle, Pressurizer +nuclearcraft:pressurizer_active, Pressurizer +nuclearcraft:chemical_reactor_idle, Chemical Reactor +nuclearcraft:chemical_reactor_active, Chemical Reactor +nuclearcraft:salt_mixer_idle, Salt Mixer +nuclearcraft:salt_mixer_active, Salt Mixer +nuclearcraft:crystallizer_idle, Crystallizer +nuclearcraft:crystallizer_active, Crystallizer +nuclearcraft:dissolver_idle, Fluid Enricher +nuclearcraft:dissolver_active, Fluid Enricher +nuclearcraft:extractor_idle, Fluid Extractor +nuclearcraft:extractor_active, Fluid Extractor +nuclearcraft:centrifuge_idle, Centrifuge +nuclearcraft:centrifuge_active, Centrifuge +nuclearcraft:rock_crusher_idle, Rock Crusher +nuclearcraft:rock_crusher_active, Rock Crusher +nuclearcraft:machine_interface, Machine Interface +nuclearcraft:fission_controller_idle, Fission Controller (Old) +nuclearcraft:fission_controller_active, Fission Controller +nuclearcraft:fission_controller_new_idle, Fission Controller +nuclearcraft:fission_controller_new_active, Fission Controller +nuclearcraft:fission_controller_new_fixed, Fission Controller +nuclearcraft:fission_port, Fission Reactor Port +nuclearcraft:fusion_core, Fusion Core +nuclearcraft:fusion_dummy_side, Fusion Core +nuclearcraft:fusion_dummy_top, Fusion Core +nuclearcraft:fusion_connector, Fusion Connector +nuclearcraft:rtg_uranium, Uranium RTG +nuclearcraft:rtg_plutonium, Plutonium RTG +nuclearcraft:rtg_americium, Americium RTG +nuclearcraft:rtg_californium, Californium RTG +nuclearcraft:solar_panel_basic, Basic Solar Panel +nuclearcraft:solar_panel_advanced, Advanced Solar Panel +nuclearcraft:solar_panel_du, DU Solar Panel +nuclearcraft:solar_panel_elite, Elite Solar Panel +nuclearcraft:decay_generator, Decay Generator +nuclearcraft:voltaic_pile_basic, Basic Voltaic Pile +nuclearcraft:voltaic_pile_advanced, Advanced Voltaic Pile +nuclearcraft:voltaic_pile_du, DU Voltaic Pile +nuclearcraft:voltaic_pile_elite, Elite Voltaic Pile +nuclearcraft:lithium_ion_battery_basic, Basic Lithium Ion Battery +nuclearcraft:lithium_ion_battery_advanced, Advanced Lithium Ion Battery +nuclearcraft:lithium_ion_battery_du, DU Lithium Ion Battery +nuclearcraft:lithium_ion_battery_elite, Elite Lithium Ion Battery +nuclearcraft:buffer, Buffer +nuclearcraft:active_cooler, Active Fluid Cooler +nuclearcraft:bin, Universal Bin +nuclearcraft:fusion_electromagnet_idle, Fusion Electromagnet +nuclearcraft:fusion_electromagnet_active, Fusion Electromagnet +nuclearcraft:fusion_electromagnet_transparent_idle, Transparent Fusion Electromagnet +nuclearcraft:fusion_electromagnet_transparent_active, Transparent Fusion Electromagnet +nuclearcraft:salt_fission_controller, Molten Salt Reactor Controller +nuclearcraft:salt_fission_wall, Molten Salt Reactor Wall +nuclearcraft:salt_fission_glass, Molten Salt Reactor Glass +nuclearcraft:salt_fission_frame, Molten Salt Reactor Frame +nuclearcraft:salt_fission_beam, Molten Salt Reactor Beam +nuclearcraft:salt_fission_vent, Molten Salt Reactor Vent +nuclearcraft:salt_fission_vessel, Molten Salt Fission Vessel +nuclearcraft:salt_fission_heater, Molten Salt Coolant Heater +nuclearcraft:salt_fission_moderator, Molten Salt Reactor Moderator Housing +nuclearcraft:salt_fission_distributor, Molten Salt Fuel Distributor +nuclearcraft:salt_fission_retriever, Molten Salt Depleted Fuel Retriever +nuclearcraft:salt_fission_redstone_port, Molten Salt Reactor Redstone Port +nuclearcraft:salt_fission_computer_port, Molten Salt Reactor Computer Port +nuclearcraft:heat_exchanger_controller, Heat Exchanger Controller +nuclearcraft:heat_exchanger_wall, Heat Exchanger Shell +nuclearcraft:heat_exchanger_glass, Heat Exchanger Glass +nuclearcraft:heat_exchanger_frame, Heat Exchanger Frame +nuclearcraft:heat_exchanger_vent, Heat Exchanger Vent +nuclearcraft:heat_exchanger_tube_copper, Copper Heat Exchanger Tube +nuclearcraft:heat_exchanger_tube_hard_carbon, Hard Carbon Heat Exchanger Tube +nuclearcraft:heat_exchanger_tube_thermoconducting, Thermoconducting Alloy Heat Exchanger Tube +nuclearcraft:heat_exchanger_condenser_tube_copper, Copper Condensation Tube +nuclearcraft:heat_exchanger_condenser_tube_hard_carbon, Hard Carbon Condensation Tube +nuclearcraft:heat_exchanger_condenser_tube_thermoconducting, Thermoconducting Alloy Condensation Tube +nuclearcraft:heat_exchanger_computer_port, Heat Exchanger Computer Port +nuclearcraft:turbine_controller, Turbine Controller +nuclearcraft:turbine_wall, Turbine Wall +nuclearcraft:turbine_glass, Transparent Turbine Wall +nuclearcraft:turbine_frame, Turbine Frame +nuclearcraft:turbine_rotor_shaft, Turbine Rotor Shaft +nuclearcraft:turbine_rotor_blade_steel, Steel Turbine Rotor Blade +nuclearcraft:turbine_rotor_blade_extreme, Extreme Alloy Turbine Rotor Blade +nuclearcraft:turbine_rotor_blade_sic_sic_cmc, SiC-SiC CMC Turbine Rotor Blade +nuclearcraft:turbine_rotor_stator, Turbine Rotor Stator +nuclearcraft:turbine_rotor_bearing, Turbine Rotor Bearing +nuclearcraft:turbine_dynamo_coil:0, Magnesium Turbine Dynamo Coil +nuclearcraft:turbine_dynamo_coil:1, Beryllium Turbine Dynamo Coil +nuclearcraft:turbine_dynamo_coil:2, Aluminum Turbine Dynamo Coil +nuclearcraft:turbine_dynamo_coil:3, Gold Turbine Dynamo Coil +nuclearcraft:turbine_dynamo_coil:4, Copper Turbine Dynamo Coil +nuclearcraft:turbine_dynamo_coil:5, Silver Turbine Dynamo Coil +nuclearcraft:turbine_inlet, Turbine Fluid Inlet +nuclearcraft:turbine_outlet, Turbine Fluid Outlet +nuclearcraft:turbine_computer_port, Turbine Computer Port +nuclearcraft:accelerator_electromagnet_idle, Superconducting Electromagnet +nuclearcraft:accelerator_electromagnet_active, Superconducting Electromagnet +nuclearcraft:electromagnet_supercooler_idle, Superconducting Supercooler +nuclearcraft:electromagnet_supercooler_active, Superconducting Supercooler +nuclearcraft:helium_collector, Helium Collector +nuclearcraft:helium_collector_compact, Compact Helium Collector +nuclearcraft:helium_collector_dense, Dense Helium Collector +nuclearcraft:cobblestone_generator, Cobblestone Generator +nuclearcraft:cobblestone_generator_compact, Compact Cobblestone Generator +nuclearcraft:cobblestone_generator_dense, Dense Cobblestone Generator +nuclearcraft:water_source, Infinite Water Source +nuclearcraft:water_source_compact, Compact Infinite Water Source +nuclearcraft:water_source_dense, Dense Infinite Water Source +nuclearcraft:nitrogen_collector, Nitrogen Collector +nuclearcraft:nitrogen_collector_compact, Compact Nitrogen Collector +nuclearcraft:nitrogen_collector_dense, Dense Nitrogen Collector +nuclearcraft:radiation_scrubber, Radiation Scrubber +nuclearcraft:geiger_block, Geiger Counter Block +nuclearcraft:glowing_mushroom, Glowing Mushroom +nuclearcraft:dry_earth, Wasteland Earth +nuclearcraft:tritium_lamp, Tritium Lamp +nuclearcraft:ingot:0, Copper Ingot +nuclearcraft:ingot:1, Tin Ingot +nuclearcraft:ingot:2, Lead Ingot +nuclearcraft:ingot:3, Thorium Ingot +nuclearcraft:ingot:4, Uranium Ingot +nuclearcraft:ingot:5, Boron Ingot +nuclearcraft:ingot:6, Lithium Ingot +nuclearcraft:ingot:7, Magnesium Ingot +nuclearcraft:ingot:8, Graphite Ingot +nuclearcraft:ingot:9, Beryllium Ingot +nuclearcraft:ingot:10, Zirconium Ingot +nuclearcraft:ingot:11, Manganese Ingot +nuclearcraft:ingot:12, Aluminum Ingot +nuclearcraft:ingot:13, Silver Ingot +nuclearcraft:ingot_oxide:0, Thorium Oxide Ingot +nuclearcraft:ingot_oxide:1, Uranium Oxide Ingot +nuclearcraft:ingot_oxide:2, Manganese Oxide Ingot +nuclearcraft:ingot_oxide:3, Manganese Dioxide Ingot +nuclearcraft:dust:0, Copper Dust +nuclearcraft:dust:1, Tin Dust +nuclearcraft:dust:2, Lead Dust +nuclearcraft:dust:3, Thorium Dust +nuclearcraft:dust:4, Uranium Dust +nuclearcraft:dust:5, Boron Dust +nuclearcraft:dust:6, Lithium Dust +nuclearcraft:dust:7, Magnesium Dust +nuclearcraft:dust:8, Graphite Dust +nuclearcraft:dust:9, Beryllium Dust +nuclearcraft:dust:10, Zirconium Dust +nuclearcraft:dust:11, Manganese Dust +nuclearcraft:dust:12, Aluminum Dust +nuclearcraft:dust:13, Silver Dust +nuclearcraft:dust_oxide:0, Thorium Oxide Dust +nuclearcraft:dust_oxide:1, Uranium Oxide Dust +nuclearcraft:dust_oxide:2, Manganese Oxide Dust +nuclearcraft:dust_oxide:3, Manganese Dioxide Dust +nuclearcraft:gem:0, Rhodochrosite +nuclearcraft:gem:1, Cubic Boron Nitride +nuclearcraft:gem:2, Fluorite +nuclearcraft:gem:3, Villiaumite +nuclearcraft:gem:4, Carobbiite +nuclearcraft:gem:5, Boron Arsenide +nuclearcraft:gem:6, Silicon +nuclearcraft:gem_dust:0, Crushed Diamond +nuclearcraft:gem_dust:1, Crushed Rhodochrosite +nuclearcraft:gem_dust:2, Crushed Quartz +nuclearcraft:gem_dust:3, Crushed Obsidian +nuclearcraft:gem_dust:4, Hexagonal Boron Nitride +nuclearcraft:gem_dust:5, Crushed Fluorite +nuclearcraft:gem_dust:6, Sulfur +nuclearcraft:gem_dust:7, Crushed Coal +nuclearcraft:gem_dust:8, Crushed Villiaumite +nuclearcraft:gem_dust:9, Crushed Carobbiite +nuclearcraft:gem_dust:10, Crushed Arsenic +nuclearcraft:gem_dust:11, Crushed End Stone +nuclearcraft:alloy:0, Bronze Ingot +nuclearcraft:alloy:1, Tough Alloy +nuclearcraft:alloy:2, Hard Carbon Alloy +nuclearcraft:alloy:3, Magnesium Diboride Alloy +nuclearcraft:alloy:4, Lithium Manganese Dioxide Alloy +nuclearcraft:alloy:5, Steel Ingot +nuclearcraft:alloy:6, Ferroboron Alloy +nuclearcraft:alloy:7, Shibuichi Alloy +nuclearcraft:alloy:8, Tin Silver Alloy +nuclearcraft:alloy:9, Lead Platinum Alloy +nuclearcraft:alloy:10, Extreme Alloy +nuclearcraft:alloy:11, Thermoconducting Alloy +nuclearcraft:alloy:12, Zircaloy +nuclearcraft:alloy:13, Silicon Carbide Ingot +nuclearcraft:alloy:14, SiC-SiC Ceramic Matrix Composite +nuclearcraft:alloy:15, HSLA Steel Ingot +nuclearcraft:compound:0, Calcium Sulfate +nuclearcraft:compound:1, Crystal Binder +nuclearcraft:compound:2, Energetic Blend +nuclearcraft:compound:3, Sodium Fluoride +nuclearcraft:compound:4, Potassium Fluoride +nuclearcraft:compound:5, Sodium Hydroxide +nuclearcraft:compound:6, Potassium Hydroxide +nuclearcraft:compound:7, Borax +nuclearcraft:compound:8, Dimensional Blend +nuclearcraft:compound:9, Carbon-Manganese Blend +nuclearcraft:compound:10, Alugentum Dust +nuclearcraft:part:0, Basic Plating +nuclearcraft:part:1, Advanced Plating +nuclearcraft:part:2, DU Plating +nuclearcraft:part:3, Elite Plating +nuclearcraft:part:4, Copper Solenoid +nuclearcraft:part:5, Magnesium Diboride Solenoid +nuclearcraft:part:6, Bioplastic +nuclearcraft:part:7, Servomechanism +nuclearcraft:part:8, Electric Motor +nuclearcraft:part:9, Linear Actuator +nuclearcraft:part:10, Machine Chassis +nuclearcraft:part:11, Empty Frame +nuclearcraft:part:12, Steel Frame +nuclearcraft:part:13, Silicon Carbide Fiber +nuclearcraft:upgrade:0, Speed Upgrade +nuclearcraft:upgrade:1, Energy Upgrade +nuclearcraft:tiny_dust_lead, Tiny Pile of Lead Dust +nuclearcraft:fuel_rod, item.nuclearcraft.fuel_rod.name +nuclearcraft:reactor_door_item, Reactor Door +nuclearcraft:thorium:0, Thorium-230 +nuclearcraft:thorium:1, Thorium-230 Oxide +nuclearcraft:thorium:2, Tiny Clump of Thorium-230 +nuclearcraft:thorium:3, Tiny Clump of Thorium-230 Oxide +nuclearcraft:thorium:4, Thorium-232 +nuclearcraft:thorium:5, Thorium-232 Oxide +nuclearcraft:thorium:6, Tiny Clump of Thorium-232 +nuclearcraft:thorium:7, Tiny Clump of Thorium-232 Oxide +nuclearcraft:uranium:0, Uranium-233 +nuclearcraft:uranium:1, Uranium-233 Oxide +nuclearcraft:uranium:2, Tiny Clump of Uranium-233 +nuclearcraft:uranium:3, Tiny Clump of Uranium-233 Oxide +nuclearcraft:uranium:4, Uranium-235 +nuclearcraft:uranium:5, Uranium-235 Oxide +nuclearcraft:uranium:6, Tiny Clump of Uranium-235 +nuclearcraft:uranium:7, Tiny Clump of Uranium-235 Oxide +nuclearcraft:uranium:8, Uranium-238 +nuclearcraft:uranium:9, Uranium-238 Oxide +nuclearcraft:uranium:10, Tiny Clump of Uranium-238 +nuclearcraft:uranium:11, Tiny Clump of Uranium-238 Oxide +nuclearcraft:neptunium:0, Neptunium-236 +nuclearcraft:neptunium:1, Neptunium-236 Oxide +nuclearcraft:neptunium:2, Tiny Clump of Neptunium-236 +nuclearcraft:neptunium:3, Tiny Clump of Neptunium-236 Oxide +nuclearcraft:neptunium:4, Neptunium-237 +nuclearcraft:neptunium:5, Neptunium-237 Oxide +nuclearcraft:neptunium:6, Tiny Clump of Neptunium-237 +nuclearcraft:neptunium:7, Tiny Clump of Neptunium-237 Oxide +nuclearcraft:plutonium:0, Plutonium-238 +nuclearcraft:plutonium:1, Plutonium-238 Oxide +nuclearcraft:plutonium:2, Tiny Clump of Plutonium-238 +nuclearcraft:plutonium:3, Tiny Clump of Plutonium-238 Oxide +nuclearcraft:plutonium:4, Plutonium-239 +nuclearcraft:plutonium:5, Plutonium-239 Oxide +nuclearcraft:plutonium:6, Tiny Clump of Plutonium-239 +nuclearcraft:plutonium:7, Tiny Clump of Plutonium-239 Oxide +nuclearcraft:plutonium:8, Plutonium-241 +nuclearcraft:plutonium:9, Plutonium-241 Oxide +nuclearcraft:plutonium:10, Tiny Clump of Plutonium-241 +nuclearcraft:plutonium:11, Tiny Clump of Plutonium-241 Oxide +nuclearcraft:plutonium:12, Plutonium-242 +nuclearcraft:plutonium:13, Plutonium-242 Oxide +nuclearcraft:plutonium:14, Tiny Clump of Plutonium-242 +nuclearcraft:plutonium:15, Tiny Clump of Plutonium-242 Oxide +nuclearcraft:americium:0, Americium-241 +nuclearcraft:americium:1, Americium-241 Oxide +nuclearcraft:americium:2, Tiny Clump of Americium-241 +nuclearcraft:americium:3, Tiny Clump of Americium-241 Oxide +nuclearcraft:americium:4, Americium-242 +nuclearcraft:americium:5, Americium-242 Oxide +nuclearcraft:americium:6, Tiny Clump of Americium-242 +nuclearcraft:americium:7, Tiny Clump of Americium-242 Oxide +nuclearcraft:americium:8, Americium-243 +nuclearcraft:americium:9, Americium-243 Oxide +nuclearcraft:americium:10, Tiny Clump of Americium-243 +nuclearcraft:americium:11, Tiny Clump of Americium-243 Oxide +nuclearcraft:curium:0, Curium-243 +nuclearcraft:curium:1, Curium-243 Oxide +nuclearcraft:curium:2, Tiny Clump of Curium-243 +nuclearcraft:curium:3, Tiny Clump of Curium-243 Oxide +nuclearcraft:curium:4, Curium-245 +nuclearcraft:curium:5, Curium-245 Oxide +nuclearcraft:curium:6, Tiny Clump of Curium-245 +nuclearcraft:curium:7, Tiny Clump of Curium-245 Oxide +nuclearcraft:curium:8, Curium-246 +nuclearcraft:curium:9, Curium-246 Oxide +nuclearcraft:curium:10, Tiny Clump of Curium-246 +nuclearcraft:curium:11, Tiny Clump of Curium-246 Oxide +nuclearcraft:curium:12, Curium-247 +nuclearcraft:curium:13, Curium-247 Oxide +nuclearcraft:curium:14, Tiny Clump of Curium-247 +nuclearcraft:curium:15, Tiny Clump of Curium-247 Oxide +nuclearcraft:berkelium:0, Berkelium-247 +nuclearcraft:berkelium:1, Berkelium-247 Oxide +nuclearcraft:berkelium:2, Tiny Clump of Berkelium-247 +nuclearcraft:berkelium:3, Tiny Clump of Berkelium-247 Oxide +nuclearcraft:berkelium:4, Berkelium-248 +nuclearcraft:berkelium:5, Berkelium-248 Oxide +nuclearcraft:berkelium:6, Tiny Clump of Berkelium-248 +nuclearcraft:berkelium:7, Tiny Clump of Berkelium-248 Oxide +nuclearcraft:californium:0, Californium-249 +nuclearcraft:californium:1, Californium-249 Oxide +nuclearcraft:californium:2, Tiny Clump of Californium-249 +nuclearcraft:californium:3, Tiny Clump of Californium-249 Oxide +nuclearcraft:californium:4, Californium-250 +nuclearcraft:californium:5, Californium-250 Oxide +nuclearcraft:californium:6, Tiny Clump of Californium-250 +nuclearcraft:californium:7, Tiny Clump of Californium-250 Oxide +nuclearcraft:californium:8, Californium-251 +nuclearcraft:californium:9, Californium-251 Oxide +nuclearcraft:californium:10, Tiny Clump of Californium-251 +nuclearcraft:californium:11, Tiny Clump of Californium-251 Oxide +nuclearcraft:californium:12, Californium-252 +nuclearcraft:californium:13, Californium-252 Oxide +nuclearcraft:californium:14, Tiny Clump of Californium-252 +nuclearcraft:californium:15, Tiny Clump of Californium-252 Oxide +nuclearcraft:fuel_thorium:0, TBU Fuel +nuclearcraft:fuel_thorium:1, TBU Oxide Fuel +nuclearcraft:fuel_uranium:0, LEU-233 Fuel +nuclearcraft:fuel_uranium:1, LEU-233 Oxide Fuel +nuclearcraft:fuel_uranium:2, HEU-233 Fuel +nuclearcraft:fuel_uranium:3, HEU-233 Oxide Fuel +nuclearcraft:fuel_uranium:4, LEU-235 Fuel +nuclearcraft:fuel_uranium:5, LEU-235 Oxide Fuel +nuclearcraft:fuel_uranium:6, HEU-235 Fuel +nuclearcraft:fuel_uranium:7, HEU-235 Oxide Fuel +nuclearcraft:fuel_neptunium:0, LEN-236 Fuel +nuclearcraft:fuel_neptunium:1, LEN-236 Oxide Fuel +nuclearcraft:fuel_neptunium:2, HEN-236 Fuel +nuclearcraft:fuel_neptunium:3, HEN-236 Oxide Fuel +nuclearcraft:fuel_plutonium:0, LEP-239 Fuel +nuclearcraft:fuel_plutonium:1, LEP-239 Oxide Fuel +nuclearcraft:fuel_plutonium:2, HEP-239 Fuel +nuclearcraft:fuel_plutonium:3, HEP-239 Oxide Fuel +nuclearcraft:fuel_plutonium:4, LEP-241 Fuel +nuclearcraft:fuel_plutonium:5, LEP-241 Oxide Fuel +nuclearcraft:fuel_plutonium:6, HEP-241 Fuel +nuclearcraft:fuel_plutonium:7, HEP-241 Oxide Fuel +nuclearcraft:fuel_mixed_oxide:0, MOX-239 Fuel +nuclearcraft:fuel_mixed_oxide:1, MOX-241 Fuel +nuclearcraft:fuel_americium:0, LEA-242 Fuel +nuclearcraft:fuel_americium:1, LEA-242 Oxide Fuel +nuclearcraft:fuel_americium:2, HEA-242 Fuel +nuclearcraft:fuel_americium:3, HEA-242 Oxide Fuel +nuclearcraft:fuel_curium:0, LECm-243 Fuel +nuclearcraft:fuel_curium:1, LECm-243 Oxide Fuel +nuclearcraft:fuel_curium:2, HECm-243 Fuel +nuclearcraft:fuel_curium:3, HECm-243 Oxide Fuel +nuclearcraft:fuel_curium:4, LECm-245 Fuel +nuclearcraft:fuel_curium:5, LECm-245 Oxide Fuel +nuclearcraft:fuel_curium:6, HECm-245 Fuel +nuclearcraft:fuel_curium:7, HECm-245 Oxide Fuel +nuclearcraft:fuel_curium:8, LECm-247 Fuel +nuclearcraft:fuel_curium:9, LECm-247 Oxide Fuel +nuclearcraft:fuel_curium:10, HECm-247 Fuel +nuclearcraft:fuel_curium:11, HECm-247 Oxide Fuel +nuclearcraft:fuel_berkelium:0, LEB-248 Fuel +nuclearcraft:fuel_berkelium:1, LEB-248 Oxide Fuel +nuclearcraft:fuel_berkelium:2, HEB-248 Fuel +nuclearcraft:fuel_berkelium:3, HEB-248 Oxide Fuel +nuclearcraft:fuel_californium:0, LECf-249 Fuel +nuclearcraft:fuel_californium:1, LECf-249 Oxide Fuel +nuclearcraft:fuel_californium:2, HECf-249 Fuel +nuclearcraft:fuel_californium:3, HECf-249 Oxide Fuel +nuclearcraft:fuel_californium:4, LECf-251 Fuel +nuclearcraft:fuel_californium:5, LECf-251 Oxide Fuel +nuclearcraft:fuel_californium:6, HECf-251 Fuel +nuclearcraft:fuel_californium:7, HECf-251 Oxide Fuel +nuclearcraft:depleted_fuel_thorium:0, Depleted TBU Fuel +nuclearcraft:depleted_fuel_thorium:1, Depleted TBU Oxide Fuel +nuclearcraft:depleted_fuel_uranium:0, Depleted LEU-233 Fuel +nuclearcraft:depleted_fuel_uranium:1, Depleted LEU-233 Oxide Fuel +nuclearcraft:depleted_fuel_uranium:2, Depleted HEU-233 Fuel +nuclearcraft:depleted_fuel_uranium:3, Depleted HEU-233 Oxide Fuel +nuclearcraft:depleted_fuel_uranium:4, Depleted LEU-235 Fuel +nuclearcraft:depleted_fuel_uranium:5, Depleted LEU-235 Oxide Fuel +nuclearcraft:depleted_fuel_uranium:6, Depleted HEU-235 Fuel +nuclearcraft:depleted_fuel_uranium:7, Depleted HEU-235 Oxide Fuel +nuclearcraft:depleted_fuel_neptunium:0, Depleted LEN-236 Fuel +nuclearcraft:depleted_fuel_neptunium:1, Depleted LEN-236 Oxide Fuel +nuclearcraft:depleted_fuel_neptunium:2, Depleted HEN-236 Fuel +nuclearcraft:depleted_fuel_neptunium:3, Depleted HEN-236 Oxide Fuel +nuclearcraft:depleted_fuel_plutonium:0, Depleted LEP-239 Fuel +nuclearcraft:depleted_fuel_plutonium:1, Depleted LEP-239 Oxide Fuel +nuclearcraft:depleted_fuel_plutonium:2, Depleted HEP-239 Fuel +nuclearcraft:depleted_fuel_plutonium:3, Depleted HEP-239 Oxide Fuel +nuclearcraft:depleted_fuel_plutonium:4, Depleted LEP-241 Fuel +nuclearcraft:depleted_fuel_plutonium:5, Depleted LEP-241 Oxide Fuel +nuclearcraft:depleted_fuel_plutonium:6, Depleted HEP-241 Fuel +nuclearcraft:depleted_fuel_plutonium:7, Depleted HEP-241 Oxide Fuel +nuclearcraft:depleted_fuel_mixed_oxide:0, Depleted MOX-239 Fuel +nuclearcraft:depleted_fuel_mixed_oxide:1, Depleted MOX-241 Fuel +nuclearcraft:depleted_fuel_americium:0, Depleted LEA-242 Fuel +nuclearcraft:depleted_fuel_americium:1, Depleted LEA-242 Oxide Fuel +nuclearcraft:depleted_fuel_americium:2, Depleted HEA-242 Fuel +nuclearcraft:depleted_fuel_americium:3, Depleted HEA-242 Oxide Fuel +nuclearcraft:depleted_fuel_curium:0, Depleted LECm-243 Fuel +nuclearcraft:depleted_fuel_curium:1, Depleted LECm-243 Oxide Fuel +nuclearcraft:depleted_fuel_curium:2, Depleted HECm-243 Fuel +nuclearcraft:depleted_fuel_curium:3, Depleted HECm-243 Oxide Fuel +nuclearcraft:depleted_fuel_curium:4, Depleted LECm-245 Fuel +nuclearcraft:depleted_fuel_curium:5, Depleted LECm-245 Oxide Fuel +nuclearcraft:depleted_fuel_curium:6, Depleted HECm-245 Fuel +nuclearcraft:depleted_fuel_curium:7, Depleted HECm-245 Oxide Fuel +nuclearcraft:depleted_fuel_curium:8, Depleted LECm-247 Fuel +nuclearcraft:depleted_fuel_curium:9, Depleted LECm-247 Oxide Fuel +nuclearcraft:depleted_fuel_curium:10, Depleted HECm-247 Fuel +nuclearcraft:depleted_fuel_curium:11, Depleted HECm-247 Oxide Fuel +nuclearcraft:depleted_fuel_berkelium:0, Depleted LEB-248 Fuel +nuclearcraft:depleted_fuel_berkelium:1, Depleted LEB-248 Oxide Fuel +nuclearcraft:depleted_fuel_berkelium:2, Depleted HEB-248 Fuel +nuclearcraft:depleted_fuel_berkelium:3, Depleted HEB-248 Oxide Fuel +nuclearcraft:depleted_fuel_californium:0, Depleted LECf-249 Fuel +nuclearcraft:depleted_fuel_californium:1, Depleted LECf-249 Oxide Fuel +nuclearcraft:depleted_fuel_californium:2, Depleted HECf-249 Fuel +nuclearcraft:depleted_fuel_californium:3, Depleted HECf-249 Oxide Fuel +nuclearcraft:depleted_fuel_californium:4, Depleted LECf-251 Fuel +nuclearcraft:depleted_fuel_californium:5, Depleted LECf-251 Oxide Fuel +nuclearcraft:depleted_fuel_californium:6, Depleted HECf-251 Fuel +nuclearcraft:depleted_fuel_californium:7, Depleted HECf-251 Oxide Fuel +nuclearcraft:depleted_fuel_ic2:0, Depleted Uranium Nuclear Fuel +nuclearcraft:depleted_fuel_ic2:1, Depleted MOX Nuclear Fuel +nuclearcraft:boron:0, Boron-10 +nuclearcraft:boron:1, Tiny Clump of Boron-10 +nuclearcraft:boron:2, Boron-11 +nuclearcraft:boron:3, Tiny Clump of Boron-11 +nuclearcraft:lithium:0, Lithium-6 +nuclearcraft:lithium:1, Tiny Clump of Lithium-6 +nuclearcraft:lithium:2, Lithium-7 +nuclearcraft:lithium:3, Tiny Clump of Lithium-7 +nuclearcraft:lithium_ion_cell, Lithium Ion Cell +nuclearcraft:geiger_counter, Geiger Counter +nuclearcraft:rad_shielding:0, Light Radiation Shielding +nuclearcraft:rad_shielding:1, Medium Radiation Shielding +nuclearcraft:rad_shielding:2, Heavy Radiation Shielding +nuclearcraft:radiation_badge, Radiation Badge +nuclearcraft:radaway, RadAway +nuclearcraft:radaway_slow, Slow-Acting RadAway +nuclearcraft:rad_x, Rad-X +nuclearcraft:portable_ender_chest, Portable Ender Chest +nuclearcraft:dominos, Domino's Special +nuclearcraft:flour, Flour +nuclearcraft:graham_cracker, Graham Cracker +nuclearcraft:roasted_cocoa_beans, Roasted Cocoa Beans +nuclearcraft:ground_cocoa_nibs, Ground Cocoa Nibs +nuclearcraft:cocoa_butter, Solidified Cocoa Butter +nuclearcraft:cocoa_solids, Cocoa Solids +nuclearcraft:unsweetened_chocolate, Unsweetened Chocolate +nuclearcraft:dark_chocolate, Dark Chocolate +nuclearcraft:milk_chocolate, Milk Chocolate +nuclearcraft:gelatin, Gelatin +nuclearcraft:marshmallow, Marshmallow +nuclearcraft:smore, S'more S'mingot +nuclearcraft:moresmore, MoreS'more DoubleS'mingot +nuclearcraft:foursmore, FourS'more QuadS'mingot +nuclearcraft:record_wanderer, Music Disc +nuclearcraft:record_end_of_the_world, Music Disc +nuclearcraft:record_money_for_nothing, Music Disc +nuclearcraft:record_hyperspace, Music Disc +nuclearcraft:sword_boron, Boron Sword +nuclearcraft:pickaxe_boron, Boron Pickaxe +nuclearcraft:shovel_boron, Boron Shovel +nuclearcraft:axe_boron, Boron Axe +nuclearcraft:hoe_boron, Boron Hoe +nuclearcraft:spaxelhoe_boron, Boron Spaxelhoe +nuclearcraft:sword_tough, Tough Alloy Sword +nuclearcraft:pickaxe_tough, Tough Alloy Pickaxe +nuclearcraft:shovel_tough, Tough Alloy Shovel +nuclearcraft:axe_tough, Tough Alloy Axe +nuclearcraft:hoe_tough, Tough Alloy Hoe +nuclearcraft:spaxelhoe_tough, Tough Alloy Spaxelhoe +nuclearcraft:sword_hard_carbon, Hard Carbon Sword +nuclearcraft:pickaxe_hard_carbon, Hard Carbon Pickaxe +nuclearcraft:shovel_hard_carbon, Hard Carbon Shovel +nuclearcraft:axe_hard_carbon, Hard Carbon Axe +nuclearcraft:hoe_hard_carbon, Hard Carbon Hoe +nuclearcraft:spaxelhoe_hard_carbon, Hard Carbon Spaxelhoe +nuclearcraft:sword_boron_nitride, Boron Nitride Sword +nuclearcraft:pickaxe_boron_nitride, Boron Nitride Pickaxe +nuclearcraft:shovel_boron_nitride, Boron Nitride Shovel +nuclearcraft:axe_boron_nitride, Boron Nitride Axe +nuclearcraft:hoe_boron_nitride, Boron Nitride Hoe +nuclearcraft:spaxelhoe_boron_nitride, Boron Nitride Spaxelhoe +nuclearcraft:helm_boron, Boron Helmet +nuclearcraft:chest_boron, Boron Chestplate +nuclearcraft:legs_boron, Boron Leggings +nuclearcraft:boots_boron, Boron Boots +nuclearcraft:helm_tough, Tough Alloy Helmet +nuclearcraft:chest_tough, Tough Alloy Chestplate +nuclearcraft:legs_tough, Tough Alloy Leggings +nuclearcraft:boots_tough, Tough Alloy Boots +nuclearcraft:helm_hard_carbon, Hard Carbon Helmet +nuclearcraft:chest_hard_carbon, Hard Carbon Chestplate +nuclearcraft:legs_hard_carbon, Hard Carbon Leggings +nuclearcraft:boots_hard_carbon, Hard Carbon Boots +nuclearcraft:helm_boron_nitride, Boron Nitride Helmet +nuclearcraft:chest_boron_nitride, Boron Nitride Chestplate +nuclearcraft:legs_boron_nitride, Boron Nitride Leggings +nuclearcraft:boots_boron_nitride, Boron Nitride Boots +nuclearcraft:helm_hazmat, Hazmat Suit Headwear +nuclearcraft:chest_hazmat, Hazmat Suit Chestpiece +nuclearcraft:legs_hazmat, Hazmat Suit Leggings +nuclearcraft:boots_hazmat, Hazmat Suit Boots +nuclearcraft:fluid_oxygen, Oxygen +nuclearcraft:fluid_hydrogen, Hydrogen +nuclearcraft:fluid_deuterium, Deuterium +nuclearcraft:fluid_tritium, Tritium +nuclearcraft:fluid_helium3, Helium-3 +nuclearcraft:fluid_helium, Helium +nuclearcraft:fluid_boron, Molten Boron +nuclearcraft:fluid_boron10, Molten Boron-10 +nuclearcraft:fluid_boron11, Molten Boron-11 +nuclearcraft:fluid_lithium, Molten Lithium +nuclearcraft:fluid_lithium6, Molten Lithium-6 +nuclearcraft:fluid_lithium7, Molten Lithium-7 +nuclearcraft:fluid_ferroboron, Molten Ferroboron +nuclearcraft:fluid_tough, Molten Tough Alloy +nuclearcraft:fluid_hard_carbon, Molten Hard Carbon +nuclearcraft:fluid_beryllium, Molten Beryllium +nuclearcraft:fluid_manganese, Molten Manganese +nuclearcraft:fluid_manganese_dioxide, Molten Manganese Dioxide +nuclearcraft:fluid_sulfur, Molten Sulfur +nuclearcraft:fluid_arsenic, Molten Arsenic +nuclearcraft:fluid_liquidhelium, Liquid Helium +nuclearcraft:fluid_liquid_nitrogen, Liquid Nitrogen +nuclearcraft:fluid_plasma, Plasma +nuclearcraft:fluid_neutron, Neutron Fluid +nuclearcraft:fluid_ethanol, Ethanol +nuclearcraft:fluid_methanol, Methanol +nuclearcraft:fluid_radaway, RadAway Fluid +nuclearcraft:fluid_radaway_slow, Slow-Acting RadAway Fluid +nuclearcraft:fluid_nitrogen, Nitrogen +nuclearcraft:fluid_fluorine, Fluorine +nuclearcraft:fluid_carbon_dioxide, Carbon Dioxide +nuclearcraft:fluid_carbon_monoxide, Carbon Monoxide +nuclearcraft:fluid_ethene, Ethylene +nuclearcraft:fluid_fluoromethane, Fluoromethane +nuclearcraft:fluid_ammonia, Ammonia +nuclearcraft:fluid_oxygen_difluoride, Oxygen Difluoride +nuclearcraft:fluid_diborane, Diborane +nuclearcraft:fluid_sulfur_dioxide, Sulfur Dioxide +nuclearcraft:fluid_sulfur_trioxide, Sulfur Trioxide +nuclearcraft:fluid_hydrofluoric_acid, Hydrofluoric Acid +nuclearcraft:fluid_boric_acid, Boric Acid +nuclearcraft:fluid_sulfuric_acid, Sulfuric Acid +nuclearcraft:fluid_boron_nitride_solution, Boron Nitride Solution +nuclearcraft:fluid_fluorite_water, Fluorite Water +nuclearcraft:fluid_calcium_sulfate_solution, Calcium Sulfate Solution +nuclearcraft:fluid_sodium_fluoride_solution, Sodium Fluoride Solution +nuclearcraft:fluid_potassium_fluoride_solution, Potassium Fluoride Solution +nuclearcraft:fluid_sodium_hydroxide_solution, Sodium Hydroxide Solution +nuclearcraft:fluid_potassium_hydroxide_solution, Potassium Hydroxide Solution +nuclearcraft:fluid_borax_solution, Borax Solution +nuclearcraft:fluid_corium, Corium +nuclearcraft:fluid_chocolate_liquor, Chocolate Liquor +nuclearcraft:fluid_cocoa_butter, Cocoa Butter +nuclearcraft:fluid_unsweetened_chocolate, Molten Unsweetened Chocolate +nuclearcraft:fluid_dark_chocolate, Molten Dark Chocolate +nuclearcraft:fluid_milk_chocolate, Molten Milk Chocolate +nuclearcraft:fluid_sugar, Molten Sugar +nuclearcraft:fluid_gelatin, Molten Gelatin +nuclearcraft:fluid_hydrated_gelatin, Hydrated Gelatin +nuclearcraft:fluid_marshmallow, Liquid Marshmallow +nuclearcraft:fluid_milk, Milk +nuclearcraft:fluid_lif, Molten Lithium Fluoride +nuclearcraft:fluid_bef2, Molten Beryllium Fluoride +nuclearcraft:fluid_flibe, Molten FLiBe Salt Mixture +nuclearcraft:fluid_naoh, Molten Sodium Hydroxide +nuclearcraft:fluid_koh, Molten Potassium Hydroxide +nuclearcraft:fluid_high_pressure_steam, High Pressure Steam +nuclearcraft:fluid_exhaust_steam, Exhaust Steam +nuclearcraft:fluid_low_pressure_steam, Low Pressure Steam +nuclearcraft:fluid_low_quality_steam, Low Quality Steam +nuclearcraft:fluid_preheated_water, Preheated Water +nuclearcraft:fluid_condensate_water, Condensate Water +nuclearcraft:fluid_sodium, Molten Sodium +nuclearcraft:fluid_potassium, Molten Potassium +nuclearcraft:fluid_nak, Eutectic NaK Alloy +nuclearcraft:fluid_nak_hot, Hot Eutectic NaK Alloy +nuclearcraft:fluid_bas, Molten Boron Arsenide +nuclearcraft:fluid_sic_vapor, Silicon Carbide Vapor +nuclearcraft:fluid_alugentum, Molten Alugentum +nuclearcraft:fluid_alumina, Molten Alumina +nuclearcraft:fluid_aluminum, Molten Aluminum +nuclearcraft:fluid_silver, Molten Silver +placeableitems:item_plate, Plate +placeableitems:item_saddle_stand, Saddle stand +placeableitems:item_horse_armor_stand, Horse armor stand +saltmod:salt_ore, Salt Ore +saltmod:salt_lake, Salt Lake Block +saltmod:salt_block:0, Block Of Salt +saltmod:salt_block:1, Chiseled Salt Block +saltmod:salt_block:2, Salt Pillar +saltmod:salt_block:5, Salt Bricks +saltmod:salt_block:6, Cracked Salt Block +saltmod:salt_block:7, Cracked Salt Bricks +saltmod:salt_block:8, Chiseled Salt Bricks +saltmod:salt_block:9, Salt Chapiter +saltmod:salt_brick_stairs, Salt Bricks Stairs +saltmod:salt_slab:0, Salt Slab +saltmod:salt_slab:1, Salt Bricks Slab +saltmod:salt_slab:2, Short Salt Pillar +saltmod:salt_lamp, Salt Lamp +saltmod:salt_dirt:1, Dirt Salt Lake Block +saltmod:salt_dirt:0, Saline Soil +saltmod:salt_dirt_lite, Slightly Saline Soil +saltmod:salt_grass, Grassy Semi-Saline Soil +saltmod:mud_block, Mineral Mud Block +saltmod:extractor, Evaporator +saltmod:salt_crystal, Salt Crystals +saltmod:achiev_item:0, item.achiev_item.name +saltmod:salt, Salt +saltmod:salt_pinch, Pinch of Salt +saltmod:saltwort_seed, Saltwort +saltmod:soda, Effervescent Ash +saltmod:mineral_mud, Mineral Mud +saltmod:salt_beef_cooked, Salty Steak +saltmod:salt_porkchop_cooked, Salty Cooked Porkchop +saltmod:salt_mutton_cooked, Salty Cooked Mutton +saltmod:salt_potato_baked, Salty Baked Potato +saltmod:salt_chicken_cooked, Salty Cooked Chicken +saltmod:salt_rabbit_cooked, Salty Cooked Rabbit +saltmod:salt_fish_cod, Salty Fish +saltmod:salt_fish_cod_cooked, Salty Cooked Fish +saltmod:salt_fish_salmon, Salty Salmon +saltmod:salt_fish_salmon_cooked, Salty Cooked Salmon +saltmod:salt_fish_clownfish, Salty Clown Fish +saltmod:salt_beetroot, Salty Beetroot +saltmod:corned_beef, Corned Beef +saltmod:salt_bread, Salty Bread +saltmod:salt_egg, Soft-Boiled Egg +saltmod:salt_rabbit_stew, Salty Rabbit Stew +saltmod:salt_mushroom_stew, Salty Mushroom Stew +saltmod:salt_beetroot_soup, Salty Beetroot Soup +saltmod:pumpkin_porridge, Pumpkin Porridge +saltmod:vegetable_stew, Stewed Vegetables +saltmod:salt_vegetable_stew, Salty Stewed Vegetables +saltmod:potato_mushroom, Potato With Mushrooms +saltmod:salt_potato_mushroom, Salty Potato With Mushrooms +saltmod:fish_soup, Fish Soup +saltmod:salt_fish_soup, Salty Fish Soup +saltmod:fish_salmon_soup, Salmon Soup +saltmod:salt_fish_salmon_soup, Salty Salmon Soup +saltmod:saltwort_beef, Steak With Saltwort +saltmod:saltwort_porkchop, Cooked Porkchop With Saltwort +saltmod:saltwort_mutton, Cooked Mutton With Saltwort +saltmod:beetroot_salad, Beetroot Salad +saltmod:salt_beetroot_salad, Salty Beetroot Salad +saltmod:hufc, Herring Under A Fur Coat +saltmod:salt_hufc, Salty Herring Under A Fur Coat +saltmod:dandelion_salad, Dandelion Salad +saltmod:salt_dandelion_salad, Salty Dandelion Salad +saltmod:wheat_sprouts, Wheat Sprouts +saltmod:salt_wheat_sprouts, Salty Wheat Sprouts +saltmod:fruit_salad, Fruit Salad +saltmod:grated_carrot, Grated Carrot +saltmod:saltwort_salad, Saltwort Salad +saltmod:carrot_pie, Carrot Pie +saltmod:apple_pie, Apple Pie +saltmod:potato_pie, Potato Pie +saltmod:onion_pie, Onion Pie +saltmod:fish_pie, Fish Pie +saltmod:fish_salmon_pie, Salmon Pie +saltmod:mushroom_pie, Mushroom Pie +saltmod:saltwort_pie, SaltWort Pie +saltmod:fermented_saltwort, Fermented Saltwort +saltmod:pickled_mushroom, Pickled Mushroom +saltmod:pickled_fern, Pickled Fern +saltmod:fizzy_drink, Fizzy Drink +saltmod:muffin, Muffin +saltmod:mud_helmet, Head Mud Mask +saltmod:mud_chestplate, Body Mud Mask +saltmod:mud_leggings, Legs Mud Mask +saltmod:mud_boots, Foot Mud Mask +saltmod:powdered_milk, Powdered Milk +saltmod:escargot, Escargot +saltmod:salt_star, Salt Star +saltmod:rainmaker, Rainmaker +saltmod:hemoglobin, Hemoglobin +saltmod:bop_salt_salad_veggie, Salty Veggie Salad +saltmod:bop_salt_salad_shroom, Salty Shroom Salad +saltmod:bop_salt_rice_bowl, Salty Bowl of Rice +saltmod:bop_pickled_turnip, Pickled Turnip +saltmod:bop_salt_shroom_powder, Salty Shroom Powder +thermaldynamics:duct_0:0, Leadstone Fluxduct +thermaldynamics:duct_0:1, Hardened Fluxduct +thermaldynamics:duct_0:2, Redstone Energy Fluxduct +thermaldynamics:duct_0:3, Signalum Fluxduct +thermaldynamics:duct_0:4, Resonant Fluxduct +thermaldynamics:duct_0:5, Cryo-Stabilized Fluxduct +thermaldynamics:duct_0:6, Redstone Energy Fluxduct (Empty) +thermaldynamics:duct_0:7, Signalum Fluxduct (Empty) +thermaldynamics:duct_0:8, Resonant Fluxduct (Empty) +thermaldynamics:duct_0:9, Cryo-Stabilized Fluxduct (Empty) +thermaldynamics:duct_16:0, Fluiduct +thermaldynamics:duct_16:1, Fluiduct (Opaque) +thermaldynamics:duct_16:2, Hardened Fluiduct +thermaldynamics:duct_16:3, Hardened Fluiduct (Opaque) +thermaldynamics:duct_16:4, Signalum-Plated Fluiduct +thermaldynamics:duct_16:5, Signalum-Plated Fluiduct (Opaque) +thermaldynamics:duct_16:6, Super-Laminar Fluiduct +thermaldynamics:duct_16:7, Super-Laminar Fluiduct (Opaque) +thermaldynamics:duct_32:0, Vacuum Itemduct +thermaldynamics:duct_32:0, Dense Itemduct +thermaldynamics:duct_32:0, Itemduct +thermaldynamics:duct_32:1, Vacuum Itemduct (Opaque) +thermaldynamics:duct_32:1, Dense Itemduct (Opaque) +thermaldynamics:duct_32:1, Itemduct (Opaque) +thermaldynamics:duct_32:2, Vacuum Impulse Itemduct +thermaldynamics:duct_32:2, Dense Impulse Itemduct +thermaldynamics:duct_32:2, Impulse Itemduct +thermaldynamics:duct_32:3, Vacuum Impulse Itemduct (Opaque) +thermaldynamics:duct_32:3, Dense Impulse Itemduct (Opaque) +thermaldynamics:duct_32:3, Impulse Itemduct (Opaque) +thermaldynamics:duct_32:4, Vacuum Signalum-Plated Itemduct +thermaldynamics:duct_32:4, Dense Signalum-Plated Itemduct +thermaldynamics:duct_32:4, Signalum-Plated Itemduct +thermaldynamics:duct_32:5, Vacuum Signalum-Plated Itemduct (Opaque) +thermaldynamics:duct_32:5, Dense Signalum-Plated Itemduct (Opaque) +thermaldynamics:duct_32:5, Signalum-Plated Itemduct (Opaque) +thermaldynamics:duct_32:6, Vacuum Signalum-Plated Impulse Itemduct +thermaldynamics:duct_32:6, Dense Signalum-Plated Impulse Itemduct +thermaldynamics:duct_32:6, Signalum-Plated Impulse Itemduct +thermaldynamics:duct_32:7, Vacuum Signalum-Plated Impulse Itemduct (Opaque) +thermaldynamics:duct_32:7, Dense Signalum-Plated Impulse Itemduct (Opaque) +thermaldynamics:duct_32:7, Signalum-Plated Impulse Itemduct (Opaque) +thermaldynamics:duct_48:0, Structuralduct +thermaldynamics:duct_64:0, Viaduct +thermaldynamics:duct_64:1, Long Range Viaduct +thermaldynamics:duct_64:2, Long Range Linking Viaduct +thermaldynamics:duct_64:3, Viaduct (Untreated) +thermaldynamics:servo:0, Servo +thermaldynamics:servo:1, Hardened Servo +thermaldynamics:servo:2, Reinforced Servo +thermaldynamics:servo:3, Signalum Servo +thermaldynamics:servo:4, Resonant Servo +thermaldynamics:filter:0, Filter +thermaldynamics:filter:1, Hardened Filter +thermaldynamics:filter:2, Reinforced Filter +thermaldynamics:filter:3, Signalum Filter +thermaldynamics:filter:4, Resonant Filter +thermaldynamics:retriever:0, Retriever +thermaldynamics:retriever:1, Hardened Retriever +thermaldynamics:retriever:2, Reinforced Retriever +thermaldynamics:retriever:3, Signalum Retriever +thermaldynamics:retriever:4, Resonant Retriever +thermaldynamics:relay:0, Redstone Relay +thermaldynamics:cover:0, Stone Cover +thermaldynamics:cover:0, Granite Cover +thermaldynamics:cover:0, Polished Granite Cover +thermaldynamics:cover:0, Diorite Cover +thermaldynamics:cover:0, Polished Diorite Cover +thermaldynamics:cover:0, Andesite Cover +thermaldynamics:cover:0, Polished Andesite Cover +thermaldynamics:cover:0, Grass Block Cover +thermaldynamics:cover:0, Dirt Cover +thermaldynamics:cover:0, Coarse Dirt Cover +thermaldynamics:cover:0, Podzol Cover +thermaldynamics:cover:0, Cobblestone Cover +thermaldynamics:cover:0, Oak Wood Planks Cover +thermaldynamics:cover:0, Spruce Wood Planks Cover +thermaldynamics:cover:0, Birch Wood Planks Cover +thermaldynamics:cover:0, Jungle Wood Planks Cover +thermaldynamics:cover:0, Acacia Wood Planks Cover +thermaldynamics:cover:0, Dark Oak Wood Planks Cover +thermaldynamics:cover:0, Bedrock Cover +thermaldynamics:cover:0, Sand Cover +thermaldynamics:cover:0, Red Sand Cover +thermaldynamics:cover:0, Gravel Cover +thermaldynamics:cover:0, Gold Ore Cover +thermaldynamics:cover:0, Iron Ore Cover +thermaldynamics:cover:0, Coal Ore Cover +thermaldynamics:cover:0, Oak Wood Cover +thermaldynamics:cover:0, Spruce Wood Cover +thermaldynamics:cover:0, Birch Wood Cover +thermaldynamics:cover:0, Jungle Wood Cover +thermaldynamics:cover:0, Oak Leaves Cover +thermaldynamics:cover:0, Spruce Leaves Cover +thermaldynamics:cover:0, Birch Leaves Cover +thermaldynamics:cover:0, Jungle Leaves Cover +thermaldynamics:cover:0, Sponge Cover +thermaldynamics:cover:0, Wet Sponge Cover +thermaldynamics:cover:0, Glass Cover +thermaldynamics:cover:0, Lapis Lazuli Ore Cover +thermaldynamics:cover:0, Lapis Lazuli Block Cover +thermaldynamics:cover:0, Sandstone Cover +thermaldynamics:cover:0, Chiseled Sandstone Cover +thermaldynamics:cover:0, Smooth Sandstone Cover +thermaldynamics:cover:0, White Wool Cover +thermaldynamics:cover:0, Orange Wool Cover +thermaldynamics:cover:0, Magenta Wool Cover +thermaldynamics:cover:0, Light Blue Wool Cover +thermaldynamics:cover:0, Yellow Wool Cover +thermaldynamics:cover:0, Lime Wool Cover +thermaldynamics:cover:0, Pink Wool Cover +thermaldynamics:cover:0, Gray Wool Cover +thermaldynamics:cover:0, Light Gray Wool Cover +thermaldynamics:cover:0, Cyan Wool Cover +thermaldynamics:cover:0, Purple Wool Cover +thermaldynamics:cover:0, Blue Wool Cover +thermaldynamics:cover:0, Brown Wool Cover +thermaldynamics:cover:0, Green Wool Cover +thermaldynamics:cover:0, Red Wool Cover +thermaldynamics:cover:0, Black Wool Cover +thermaldynamics:cover:0, Block of Gold Cover +thermaldynamics:cover:0, Block of Iron Cover +thermaldynamics:cover:0, Stone Slab Cover +thermaldynamics:cover:0, Sandstone Slab Cover +thermaldynamics:cover:0, Cobblestone Slab Cover +thermaldynamics:cover:0, Bricks Slab Cover +thermaldynamics:cover:0, Stone Bricks Slab Cover +thermaldynamics:cover:0, Nether Brick Slab Cover +thermaldynamics:cover:0, Quartz Slab Cover +thermaldynamics:cover:0, Bricks Cover +thermaldynamics:cover:0, TNT Cover +thermaldynamics:cover:0, Oak Bookshelf Cover +thermaldynamics:cover:0, Moss Stone Cover +thermaldynamics:cover:0, Obsidian Cover +thermaldynamics:cover:0, Oak Wood Stairs Cover +thermaldynamics:cover:0, Diamond Ore Cover +thermaldynamics:cover:0, Block of Diamond Cover +thermaldynamics:cover:0, Crafting Table Cover +thermaldynamics:cover:0, Cobblestone Stairs Cover +thermaldynamics:cover:0, Redstone Ore Cover +thermaldynamics:cover:0, Ice Cover +thermaldynamics:cover:0, Snow Cover +thermaldynamics:cover:0, Cactus Cover +thermaldynamics:cover:0, Clay Cover +thermaldynamics:cover:0, Pumpkin Cover +thermaldynamics:cover:0, Netherrack Cover +thermaldynamics:cover:0, Soul Sand Cover +thermaldynamics:cover:0, Glowstone Cover +thermaldynamics:cover:0, Jack o'Lantern Cover +thermaldynamics:cover:0, White Stained Glass Cover +thermaldynamics:cover:0, Orange Stained Glass Cover +thermaldynamics:cover:0, Magenta Stained Glass Cover +thermaldynamics:cover:0, Light Blue Stained Glass Cover +thermaldynamics:cover:0, Yellow Stained Glass Cover +thermaldynamics:cover:0, Lime Stained Glass Cover +thermaldynamics:cover:0, Pink Stained Glass Cover +thermaldynamics:cover:0, Gray Stained Glass Cover +thermaldynamics:cover:0, Light Gray Stained Glass Cover +thermaldynamics:cover:0, Cyan Stained Glass Cover +thermaldynamics:cover:0, Purple Stained Glass Cover +thermaldynamics:cover:0, Blue Stained Glass Cover +thermaldynamics:cover:0, Brown Stained Glass Cover +thermaldynamics:cover:0, Green Stained Glass Cover +thermaldynamics:cover:0, Red Stained Glass Cover +thermaldynamics:cover:0, Black Stained Glass Cover +thermaldynamics:cover:0, Stone Monster Egg Cover +thermaldynamics:cover:0, Cobblestone Monster Egg Cover +thermaldynamics:cover:0, Stone Brick Monster Egg Cover +thermaldynamics:cover:0, Mossy Stone Brick Monster Egg Cover +thermaldynamics:cover:0, Cracked Stone Brick Monster Egg Cover +thermaldynamics:cover:0, Chiseled Stone Brick Monster Egg Cover +thermaldynamics:cover:0, Stone Bricks Cover +thermaldynamics:cover:0, Mossy Stone Bricks Cover +thermaldynamics:cover:0, Cracked Stone Bricks Cover +thermaldynamics:cover:0, Chiseled Stone Bricks Cover +thermaldynamics:cover:0, Iron Bars Cover +thermaldynamics:cover:0, Glass Pane Cover +thermaldynamics:cover:0, Melon Cover +thermaldynamics:cover:0, Brick Stairs Cover +thermaldynamics:cover:0, Stone Brick Stairs Cover +thermaldynamics:cover:0, Mycelium Cover +thermaldynamics:cover:0, Nether Brick Cover +thermaldynamics:cover:0, Nether Brick Stairs Cover +thermaldynamics:cover:0, End Portal Cover +thermaldynamics:cover:0, End Stone Cover +thermaldynamics:cover:0, Redstone Lamp Cover +thermaldynamics:cover:0, Oak Wood Slab Cover +thermaldynamics:cover:0, Spruce Wood Slab Cover +thermaldynamics:cover:0, Birch Wood Slab Cover +thermaldynamics:cover:0, Jungle Wood Slab Cover +thermaldynamics:cover:0, Acacia Wood Slab Cover +thermaldynamics:cover:0, Dark Oak Wood Slab Cover +thermaldynamics:cover:0, Sandstone Stairs Cover +thermaldynamics:cover:0, Emerald Ore Cover +thermaldynamics:cover:0, Tripwire Hook Cover +thermaldynamics:cover:0, Block of Emerald Cover +thermaldynamics:cover:0, Spruce Wood Stairs Cover +thermaldynamics:cover:0, Birch Wood Stairs Cover +thermaldynamics:cover:0, Jungle Wood Stairs Cover +thermaldynamics:cover:0, Block of Redstone Cover +thermaldynamics:cover:0, Nether Quartz Ore Cover +thermaldynamics:cover:0, Block of Quartz Cover +thermaldynamics:cover:0, Chiseled Quartz Block Cover +thermaldynamics:cover:0, Pillar Quartz Block Cover +thermaldynamics:cover:0, Quartz Stairs Cover +thermaldynamics:cover:0, White Terracotta Cover +thermaldynamics:cover:0, Orange Terracotta Cover +thermaldynamics:cover:0, Magenta Terracotta Cover +thermaldynamics:cover:0, Light Blue Terracotta Cover +thermaldynamics:cover:0, Yellow Terracotta Cover +thermaldynamics:cover:0, Lime Terracotta Cover +thermaldynamics:cover:0, Pink Terracotta Cover +thermaldynamics:cover:0, Gray Terracotta Cover +thermaldynamics:cover:0, Light Gray Terracotta Cover +thermaldynamics:cover:0, Cyan Terracotta Cover +thermaldynamics:cover:0, Purple Terracotta Cover +thermaldynamics:cover:0, Blue Terracotta Cover +thermaldynamics:cover:0, Brown Terracotta Cover +thermaldynamics:cover:0, Green Terracotta Cover +thermaldynamics:cover:0, Red Terracotta Cover +thermaldynamics:cover:0, Black Terracotta Cover +thermaldynamics:cover:0, White Stained Glass Pane Cover +thermaldynamics:cover:0, Orange Stained Glass Pane Cover +thermaldynamics:cover:0, Magenta Stained Glass Pane Cover +thermaldynamics:cover:0, Light Blue Stained Glass Pane Cover +thermaldynamics:cover:0, Yellow Stained Glass Pane Cover +thermaldynamics:cover:0, Lime Stained Glass Pane Cover +thermaldynamics:cover:0, Pink Stained Glass Pane Cover +thermaldynamics:cover:0, Gray Stained Glass Pane Cover +thermaldynamics:cover:0, Light Gray Stained Glass Pane Cover +thermaldynamics:cover:0, Cyan Stained Glass Pane Cover +thermaldynamics:cover:0, Purple Stained Glass Pane Cover +thermaldynamics:cover:0, Blue Stained Glass Pane Cover +thermaldynamics:cover:0, Brown Stained Glass Pane Cover +thermaldynamics:cover:0, Green Stained Glass Pane Cover +thermaldynamics:cover:0, Red Stained Glass Pane Cover +thermaldynamics:cover:0, Black Stained Glass Pane Cover +thermaldynamics:cover:0, Acacia Leaves Cover +thermaldynamics:cover:0, Dark Oak Leaves Cover +thermaldynamics:cover:0, Acacia Wood Cover +thermaldynamics:cover:0, Dark Oak Wood Cover +thermaldynamics:cover:0, Acacia Wood Stairs Cover +thermaldynamics:cover:0, Dark Oak Wood Stairs Cover +thermaldynamics:cover:0, Prismarine Cover +thermaldynamics:cover:0, Prismarine Bricks Cover +thermaldynamics:cover:0, Dark Prismarine Cover +thermaldynamics:cover:0, Sea Lantern Cover +thermaldynamics:cover:0, Hay Bale Cover +thermaldynamics:cover:0, Terracotta Cover +thermaldynamics:cover:0, Block of Coal Cover +thermaldynamics:cover:0, Packed Ice Cover +thermaldynamics:cover:0, Red Sandstone Cover +thermaldynamics:cover:0, Chiseled Red Sandstone Cover +thermaldynamics:cover:0, Smooth Red Sandstone Cover +thermaldynamics:cover:0, Red Sandstone Stairs Cover +thermaldynamics:cover:0, Red Sandstone Slab Cover +thermaldynamics:cover:0, Purpur Block Cover +thermaldynamics:cover:0, Purpur Pillar Cover +thermaldynamics:cover:0, Purpur Stairs Cover +thermaldynamics:cover:0, Purpur Slab Cover +thermaldynamics:cover:0, End Stone Bricks Cover +thermaldynamics:cover:0, Magma Block Cover +thermaldynamics:cover:0, Nether Wart Block Cover +thermaldynamics:cover:0, Red Nether Brick Cover +thermaldynamics:cover:0, Bone Block Cover +thermaldynamics:cover:0, Observer Cover +thermaldynamics:cover:0, White Glazed Terracotta Cover +thermaldynamics:cover:0, Orange Glazed Terracotta Cover +thermaldynamics:cover:0, Magenta Glazed Terracotta Cover +thermaldynamics:cover:0, Light Blue Glazed Terracotta Cover +thermaldynamics:cover:0, Yellow Glazed Terracotta Cover +thermaldynamics:cover:0, Lime Glazed Terracotta Cover +thermaldynamics:cover:0, Pink Glazed Terracotta Cover +thermaldynamics:cover:0, Gray Glazed Terracotta Cover +thermaldynamics:cover:0, Light Gray Glazed Terracotta Cover +thermaldynamics:cover:0, Cyan Glazed Terracotta Cover +thermaldynamics:cover:0, Purple Glazed Terracotta Cover +thermaldynamics:cover:0, Blue Glazed Terracotta Cover +thermaldynamics:cover:0, Brown Glazed Terracotta Cover +thermaldynamics:cover:0, Green Glazed Terracotta Cover +thermaldynamics:cover:0, Red Glazed Terracotta Cover +thermaldynamics:cover:0, Black Glazed Terracotta Cover +thermaldynamics:cover:0, White Concrete Cover +thermaldynamics:cover:0, Orange Concrete Cover +thermaldynamics:cover:0, Magenta Concrete Cover +thermaldynamics:cover:0, Light Blue Concrete Cover +thermaldynamics:cover:0, Yellow Concrete Cover +thermaldynamics:cover:0, Lime Concrete Cover +thermaldynamics:cover:0, Pink Concrete Cover +thermaldynamics:cover:0, Gray Concrete Cover +thermaldynamics:cover:0, Light Gray Concrete Cover +thermaldynamics:cover:0, Cyan Concrete Cover +thermaldynamics:cover:0, Purple Concrete Cover +thermaldynamics:cover:0, Blue Concrete Cover +thermaldynamics:cover:0, Brown Concrete Cover +thermaldynamics:cover:0, Green Concrete Cover +thermaldynamics:cover:0, Red Concrete Cover +thermaldynamics:cover:0, Black Concrete Cover +thermaldynamics:cover:0, White Concrete Powder Cover +thermaldynamics:cover:0, Orange Concrete Powder Cover +thermaldynamics:cover:0, Magenta Concrete Powder Cover +thermaldynamics:cover:0, Light Blue Concrete Powder Cover +thermaldynamics:cover:0, Yellow Concrete Powder Cover +thermaldynamics:cover:0, Lime Concrete Powder Cover +thermaldynamics:cover:0, Pink Concrete Powder Cover +thermaldynamics:cover:0, Gray Concrete Powder Cover +thermaldynamics:cover:0, Light Gray Concrete Powder Cover +thermaldynamics:cover:0, Cyan Concrete Powder Cover +thermaldynamics:cover:0, Purple Concrete Powder Cover +thermaldynamics:cover:0, Blue Concrete Powder Cover +thermaldynamics:cover:0, Brown Concrete Powder Cover +thermaldynamics:cover:0, Green Concrete Powder Cover +thermaldynamics:cover:0, Red Concrete Powder Cover +thermaldynamics:cover:0, Black Concrete Powder Cover +thermaldynamics:cover:0, Spectral Moss Cover +thermaldynamics:cover:0, Overgrown Stone Cover +thermaldynamics:cover:0, Loamy Grass Block Cover +thermaldynamics:cover:0, Sandy Grass Block Cover +thermaldynamics:cover:0, Silty Grass Block Cover +thermaldynamics:cover:0, Origin Grass Block Cover +thermaldynamics:cover:0, Overgrown Netherrack Cover +thermaldynamics:cover:0, Flowering Grass Block Cover +thermaldynamics:cover:0, Mycelial Netherrack Cover +thermaldynamics:cover:0, Coarse Loamy Dirt Cover +thermaldynamics:cover:0, Loamy Dirt Cover +thermaldynamics:cover:0, Coarse Sandy Dirt Cover +thermaldynamics:cover:0, Sandy Dirt Cover +thermaldynamics:cover:0, Coarse Silty Dirt Cover +thermaldynamics:cover:0, Silty Dirt Cover +thermaldynamics:cover:0, White Sand Cover +thermaldynamics:cover:0, White Sandstone Cover +thermaldynamics:cover:0, Chiseled White Sandstone Cover +thermaldynamics:cover:0, Smooth White Sandstone Cover +thermaldynamics:cover:0, White Sandstone Stairs Cover +thermaldynamics:cover:0, Dried Sand Cover +thermaldynamics:cover:0, Hardened Ice Cover +thermaldynamics:cover:0, Ash Block Cover +thermaldynamics:cover:0, Mud Cover +thermaldynamics:cover:0, Flesh Cover +thermaldynamics:cover:0, Celestial Crystal Cover +thermaldynamics:cover:0, Biome Essence Ore Cover +thermaldynamics:cover:0, Ender Amethyst Ore Cover +thermaldynamics:cover:0, Ruby Ore Cover +thermaldynamics:cover:0, Peridot Ore Cover +thermaldynamics:cover:0, Topaz Ore Cover +thermaldynamics:cover:0, Tanzanite Ore Cover +thermaldynamics:cover:0, Malachite Ore Cover +thermaldynamics:cover:0, Sapphire Ore Cover +thermaldynamics:cover:0, Amber Ore Cover +thermaldynamics:cover:0, Block of Amethyst Cover +thermaldynamics:cover:0, Block of Ruby Cover +thermaldynamics:cover:0, Block of Peridot Cover +thermaldynamics:cover:0, Block of Topaz Cover +thermaldynamics:cover:0, Block of Tanzanite Cover +thermaldynamics:cover:0, Block of Malachite Cover +thermaldynamics:cover:0, Block of Sapphire Cover +thermaldynamics:cover:0, Block of Amber Cover +thermaldynamics:cover:0, Hive Block Cover +thermaldynamics:cover:0, Honeycomb Block Cover +thermaldynamics:cover:0, Empty Honeycomb Block Cover +thermaldynamics:cover:0, Filled Honeycomb Block Cover +thermaldynamics:cover:0, Honey Block Cover +thermaldynamics:cover:0, Bamboo Thatching Cover +thermaldynamics:cover:0, Mud Bricks Cover +thermaldynamics:cover:0, Mud Brick Stairs Cover +thermaldynamics:cover:0, Mud Brick Slab Cover +thermaldynamics:cover:0, White Sandstone Slab Cover +thermaldynamics:cover:0, Sacred Oak Wood Cover +thermaldynamics:cover:0, Cherry Wood Cover +thermaldynamics:cover:0, Umbran Wood Cover +thermaldynamics:cover:0, Fir Wood Cover +thermaldynamics:cover:0, Ethereal Wood Cover +thermaldynamics:cover:0, Magic Wood Cover +thermaldynamics:cover:0, Mangrove Wood Cover +thermaldynamics:cover:0, Palm Wood Cover +thermaldynamics:cover:0, Redwood Wood Cover +thermaldynamics:cover:0, Willow Wood Cover +thermaldynamics:cover:0, Pine Wood Cover +thermaldynamics:cover:0, Hellbark Wood Cover +thermaldynamics:cover:0, Jacaranda Wood Cover +thermaldynamics:cover:0, Mahogany Wood Cover +thermaldynamics:cover:0, Ebony Wood Cover +thermaldynamics:cover:0, Eucalyptus Wood Cover +thermaldynamics:cover:0, Giant Flower Stem Cover +thermaldynamics:cover:0, Dead Wood Cover +thermaldynamics:cover:0, Yellow Autumn Leaves Cover +thermaldynamics:cover:0, Orange Autumn Leaves Cover +thermaldynamics:cover:0, Bamboo Leaves Cover +thermaldynamics:cover:0, Magic Leaves Cover +thermaldynamics:cover:0, Umbran Leaves Cover +thermaldynamics:cover:0, Dead Leaves Cover +thermaldynamics:cover:0, Fir Leaves Cover +thermaldynamics:cover:0, Ethereal Leaves Cover +thermaldynamics:cover:0, Origin Leaves Cover +thermaldynamics:cover:0, Pink Cherry Leaves Cover +thermaldynamics:cover:0, White Cherry Leaves Cover +thermaldynamics:cover:0, Maple Leaves Cover +thermaldynamics:cover:0, Hellbark Leaves Cover +thermaldynamics:cover:0, Flowering Oak Leaves Cover +thermaldynamics:cover:0, Jacaranda Leaves Cover +thermaldynamics:cover:0, Sacred Oak Leaves Cover +thermaldynamics:cover:0, Mangrove Leaves Cover +thermaldynamics:cover:0, Palm Leaves Cover +thermaldynamics:cover:0, Redwood Leaves Cover +thermaldynamics:cover:0, Willow Leaves Cover +thermaldynamics:cover:0, Pine Leaves Cover +thermaldynamics:cover:0, Mahogany Leaves Cover +thermaldynamics:cover:0, Ebony Leaves Cover +thermaldynamics:cover:0, Eucalyptus Leaves Cover +thermaldynamics:cover:0, Giant Red Flower Petal Cover +thermaldynamics:cover:0, Giant Yellow Flower Petal Cover +thermaldynamics:cover:0, Sacred Oak Wood Planks Cover +thermaldynamics:cover:0, Cherry Wood Planks Cover +thermaldynamics:cover:0, Umbran Wood Planks Cover +thermaldynamics:cover:0, Fir Wood Planks Cover +thermaldynamics:cover:0, Ethereal Wood Planks Cover +thermaldynamics:cover:0, Magic Wood Planks Cover +thermaldynamics:cover:0, Mangrove Wood Planks Cover +thermaldynamics:cover:0, Palm Wood Planks Cover +thermaldynamics:cover:0, Redwood Wood Planks Cover +thermaldynamics:cover:0, Willow Wood Planks Cover +thermaldynamics:cover:0, Pine Wood Planks Cover +thermaldynamics:cover:0, Hellbark Wood Planks Cover +thermaldynamics:cover:0, Jacaranda Wood Planks Cover +thermaldynamics:cover:0, Mahogany Wood Planks Cover +thermaldynamics:cover:0, Ebony Wood Planks Cover +thermaldynamics:cover:0, Eucalyptus Wood Planks Cover +thermaldynamics:cover:0, Sacred Oak Wood Stairs Cover +thermaldynamics:cover:0, Cherry Wood Stairs Cover +thermaldynamics:cover:0, Umbran Wood Stairs Cover +thermaldynamics:cover:0, Fir Wood Stairs Cover +thermaldynamics:cover:0, Ethereal Wood Stairs Cover +thermaldynamics:cover:0, Magic Wood Stairs Cover +thermaldynamics:cover:0, Mangrove Wood Stairs Cover +thermaldynamics:cover:0, Palm Wood Stairs Cover +thermaldynamics:cover:0, Redwood Wood Stairs Cover +thermaldynamics:cover:0, Willow Wood Stairs Cover +thermaldynamics:cover:0, Pine Wood Stairs Cover +thermaldynamics:cover:0, Hellbark Wood Stairs Cover +thermaldynamics:cover:0, Jacaranda Wood Stairs Cover +thermaldynamics:cover:0, Mahogany Wood Stairs Cover +thermaldynamics:cover:0, Ebony Wood Stairs Cover +thermaldynamics:cover:0, Eucalyptus Wood Stairs Cover +thermaldynamics:cover:0, Sacred Oak Wood Slab Cover +thermaldynamics:cover:0, Cherry Wood Slab Cover +thermaldynamics:cover:0, Umbran Wood Slab Cover +thermaldynamics:cover:0, Fir Wood Slab Cover +thermaldynamics:cover:0, Ethereal Wood Slab Cover +thermaldynamics:cover:0, Magic Wood Slab Cover +thermaldynamics:cover:0, Mangrove Wood Slab Cover +thermaldynamics:cover:0, Palm Wood Slab Cover +thermaldynamics:cover:0, Redwood Wood Slab Cover +thermaldynamics:cover:0, Willow Wood Slab Cover +thermaldynamics:cover:0, Pine Wood Slab Cover +thermaldynamics:cover:0, Hellbark Wood Slab Cover +thermaldynamics:cover:0, Jacaranda Wood Slab Cover +thermaldynamics:cover:0, Mahogany Wood Slab Cover +thermaldynamics:cover:0, Ebony Wood Slab Cover +thermaldynamics:cover:0, Eucalyptus Wood Slab Cover +thermaldynamics:cover:0, Sacred Oak Fence Cover +thermaldynamics:cover:0, Cherry Fence Cover +thermaldynamics:cover:0, Umbran Fence Cover +thermaldynamics:cover:0, Fir Fence Cover +thermaldynamics:cover:0, Ethereal Fence Cover +thermaldynamics:cover:0, Magic Fence Cover +thermaldynamics:cover:0, Mangrove Fence Cover +thermaldynamics:cover:0, Palm Fence Cover +thermaldynamics:cover:0, Redwood Fence Cover +thermaldynamics:cover:0, Willow Fence Cover +thermaldynamics:cover:0, Pine Fence Cover +thermaldynamics:cover:0, Hellbark Fence Cover +thermaldynamics:cover:0, Jacaranda Fence Cover +thermaldynamics:cover:0, Mahogany Fence Cover +thermaldynamics:cover:0, Ebony Fence Cover +thermaldynamics:cover:0, Eucalyptus Fence Cover +thermaldynamics:cover:0, Sacred Oak Fence Gate Cover +thermaldynamics:cover:0, Cherry Fence Gate Cover +thermaldynamics:cover:0, Umbran Fence Gate Cover +thermaldynamics:cover:0, Fir Fence Gate Cover +thermaldynamics:cover:0, Ethereal Fence Gate Cover +thermaldynamics:cover:0, Magic Fence Gate Cover +thermaldynamics:cover:0, Mangrove Fence Gate Cover +thermaldynamics:cover:0, Palm Fence Gate Cover +thermaldynamics:cover:0, Redwood Fence Gate Cover +thermaldynamics:cover:0, Willow Fence Gate Cover +thermaldynamics:cover:0, Pine Fence Gate Cover +thermaldynamics:cover:0, Hellbark Fence Gate Cover +thermaldynamics:cover:0, Jacaranda Fence Gate Cover +thermaldynamics:cover:0, Mahogany Fence Gate Cover +thermaldynamics:cover:0, Ebony Fence Gate Cover +thermaldynamics:cover:0, Eucalyptus Fence Gate Cover +thermaldynamics:cover:0, Pink Coral Cover +thermaldynamics:cover:0, Orange Coral Cover +thermaldynamics:cover:0, Blue Coral Cover +thermaldynamics:cover:0, Glowing Coral Cover +thermaldynamics:cover:0, Algae Cover +thermaldynamics:cover:0, Kelp Cover +thermaldynamics:cover:0, Medium Lily Pad Cover +thermaldynamics:cover:0, Small Lily Pad Cover +thermaldynamics:cover:0, Tiny Lily Pad Cover +thermaldynamics:cover:0, Flowered Lily Cover +thermaldynamics:cover:0, Bamboo Cover +thermaldynamics:cover:0, Yellow Autumn Sapling Cover +thermaldynamics:cover:0, Orange Autumn Sapling Cover +thermaldynamics:cover:0, Bamboo Sapling Cover +thermaldynamics:cover:0, Magic Sapling Cover +thermaldynamics:cover:0, Umbran Sapling Cover +thermaldynamics:cover:0, Dead Sapling Cover +thermaldynamics:cover:0, Fir Sapling Cover +thermaldynamics:cover:0, Ethereal Sapling Cover +thermaldynamics:cover:0, Origin Sapling Cover +thermaldynamics:cover:0, Pink Cherry Sapling Cover +thermaldynamics:cover:0, White Cherry Sapling Cover +thermaldynamics:cover:0, Maple Sapling Cover +thermaldynamics:cover:0, Hellbark Sapling Cover +thermaldynamics:cover:0, Flowering Oak Sapling Cover +thermaldynamics:cover:0, Jacaranda Sapling Cover +thermaldynamics:cover:0, Sacred Oak Sapling Cover +thermaldynamics:cover:0, Mangrove Sapling Cover +thermaldynamics:cover:0, Palm Sapling Cover +thermaldynamics:cover:0, Redwood Sapling Cover +thermaldynamics:cover:0, Willow Sapling Cover +thermaldynamics:cover:0, Pine Sapling Cover +thermaldynamics:cover:0, Mahogany Sapling Cover +thermaldynamics:cover:0, Ebony Sapling Cover +thermaldynamics:cover:0, Eucalyptus Sapling Cover +thermaldynamics:cover:0, Short Grass Cover +thermaldynamics:cover:0, Medium Grass Cover +thermaldynamics:cover:0, Bush Cover +thermaldynamics:cover:0, Sprout Cover +thermaldynamics:cover:0, Poison Ivy Cover +thermaldynamics:cover:0, Berry Bush Cover +thermaldynamics:cover:0, Shrub Cover +thermaldynamics:cover:0, Wheat Grass Cover +thermaldynamics:cover:0, Damp Grass Cover +thermaldynamics:cover:0, Koru Cover +thermaldynamics:cover:0, Clover Patch Cover +thermaldynamics:cover:0, Leaf Pile Cover +thermaldynamics:cover:0, Dead Leaf Pile Cover +thermaldynamics:cover:0, Dead Grass Cover +thermaldynamics:cover:0, Desert Grass Cover +thermaldynamics:cover:0, Desert Sprouts Cover +thermaldynamics:cover:0, Dune Grass Cover +thermaldynamics:cover:0, Spectral Fern Cover +thermaldynamics:cover:0, Thorns Cover +thermaldynamics:cover:0, Wild Rice Cover +thermaldynamics:cover:0, Cattail Cover +thermaldynamics:cover:0, River Cane Cover +thermaldynamics:cover:0, Tiny Cactus Cover +thermaldynamics:cover:0, Devilweed Cover +thermaldynamics:cover:0, Reed Cover +thermaldynamics:cover:0, Root Cover +thermaldynamics:cover:0, Rafflesia Cover +thermaldynamics:cover:0, Barley Cover +thermaldynamics:cover:0, Flax Cover +thermaldynamics:cover:0, Tall Cattail Cover +thermaldynamics:cover:0, Eyebulb Cover +thermaldynamics:cover:0, Sea Oats Cover +thermaldynamics:cover:0, Toadstool Cover +thermaldynamics:cover:0, Portobello Cover +thermaldynamics:cover:0, Blue Milk Cap Cover +thermaldynamics:cover:0, Glowshroom Cover +thermaldynamics:cover:0, Flat Mushroom Cover +thermaldynamics:cover:0, Shadow Shroom Cover +thermaldynamics:cover:0, Bramble Cover +thermaldynamics:cover:0, Clover Cover +thermaldynamics:cover:0, Swampflower Cover +thermaldynamics:cover:0, Deathbloom Cover +thermaldynamics:cover:0, Glowflower Cover +thermaldynamics:cover:0, Blue Hydrangea Cover +thermaldynamics:cover:0, Orange Cosmos Cover +thermaldynamics:cover:0, Pink Dafodil Cover +thermaldynamics:cover:0, Wildflower Cover +thermaldynamics:cover:0, Violet Cover +thermaldynamics:cover:0, White Anemone Cover +thermaldynamics:cover:0, Enderlotus Cover +thermaldynamics:cover:0, Bromeliad Cover +thermaldynamics:cover:0, Wilted Lily Cover +thermaldynamics:cover:0, Pink Hibiscus Cover +thermaldynamics:cover:0, Lily of the Valley Cover +thermaldynamics:cover:0, Burning Blossom Cover +thermaldynamics:cover:0, Lavender Cover +thermaldynamics:cover:0, Goldenrod Cover +thermaldynamics:cover:0, Bluebells Cover +thermaldynamics:cover:0, Miner's Delight Cover +thermaldynamics:cover:0, Icy Iris Cover +thermaldynamics:cover:0, Rose Cover +thermaldynamics:cover:0, Ivy Cover +thermaldynamics:cover:0, Willow Vine Cover +thermaldynamics:cover:0, Fern Terrarium Cover +thermaldynamics:cover:0, Mushroom Terrarium Cover +thermaldynamics:cover:0, Cactus Terrarium Cover +thermaldynamics:cover:0, Flax Terrarium Cover +thermaldynamics:cover:0, Flower Terrarium Cover +thermaldynamics:cover:0, Koru Terrarium Cover +thermaldynamics:cover:0, Bamboo Terrarium Cover +thermaldynamics:cover:0, Beach Terrarium Cover +thermaldynamics:cover:0, Glowshroom Terrarium Cover +thermaldynamics:cover:0, Dead Terrarium Cover +thermaldynamics:cover:0, Mystic Terrarium Cover +thermaldynamics:cover:0, Ominous Terrarium Cover +thermaldynamics:cover:0, Wasteland Terrarium Cover +thermaldynamics:cover:0, Origin Terrarium Cover +thermaldynamics:cover:0, Nether Terrarium Cover +thermaldynamics:cover:0, Ender Terrarium Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Tallow Block Cover +thermaldynamics:cover:0, Bayberry Wax Block Cover +thermaldynamics:cover:0, Cast Iron Block Cover +thermaldynamics:cover:0, Candle Cover +thermaldynamics:cover:0, Red Candle Cover +thermaldynamics:cover:0, Orange Candle Cover +thermaldynamics:cover:0, Yellow Candle Cover +thermaldynamics:cover:0, Lime Candle Cover +thermaldynamics:cover:0, Green Candle Cover +thermaldynamics:cover:0, Cyan Candle Cover +thermaldynamics:cover:0, Light Blue Candle Cover +thermaldynamics:cover:0, Blue Candle Cover +thermaldynamics:cover:0, Purple Candle Cover +thermaldynamics:cover:0, Magenta Candle Cover +thermaldynamics:cover:0, Pink Candle Cover +thermaldynamics:cover:0, Brown Candle Cover +thermaldynamics:cover:0, Black Candle Cover +thermaldynamics:cover:0, Gray Candle Cover +thermaldynamics:cover:0, Silver Candle Cover +thermaldynamics:cover:0, White Candle Cover +thermaldynamics:cover:0, Thin Cast Iron Candle Cover +thermaldynamics:cover:0, Thin Iron Candle Cover +thermaldynamics:cover:0, Thin Gold Candle Cover +thermaldynamics:cover:0, Thin Stone Candle Cover +thermaldynamics:cover:0, Thin Redstone Candle Cover +thermaldynamics:cover:0, Thin Emerald Candle Cover +thermaldynamics:cover:0, Thin Diamond Candle Cover +thermaldynamics:cover:0, Thin Lapis Lazuli Candle Cover +thermaldynamics:cover:0, Thin Glass Candle Cover +thermaldynamics:cover:0, Rustic Oak Wood Candle Cover +thermaldynamics:cover:0, Rustic Birch Wood Candle Cover +thermaldynamics:cover:0, Rustic Acacia Wood Candle Cover +thermaldynamics:cover:0, Rustic Dark Oak Wood Candle Cover +thermaldynamics:cover:0, Rustic Jungle Wood Candle Cover +thermaldynamics:cover:0, Rustic Spruce Wood Candle Cover +thermaldynamics:cover:0, Cast Iron Wrapped Wood Candle Cover +thermaldynamics:cover:0, Iron Wrapped Wood Candle Cover +thermaldynamics:cover:0, Thick Stone Candle Cover +thermaldynamics:cover:0, Thick Iron Candle Cover +thermaldynamics:cover:0, Thick Cast Iron Candle Cover +thermaldynamics:cover:0, Thick Gold Candle Cover +thermaldynamics:cover:0, Cast Iron Chamber Candlestick Cover +thermaldynamics:cover:0, Iron Chamber Candlestick Cover +thermaldynamics:cover:0, Gold Chamber Candlestick Cover +thermaldynamics:cover:0, Terracotta Bowl Candle Cover +thermaldynamics:cover:0, White Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Orange Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Magenta Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Light Blue Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Yellow Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Lime Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Pink Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Gray Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Light Gray Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Cyan Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Purple Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Blue Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Brown Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Green Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Red Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Black Terracotta Bowl Candle Cover +thermaldynamics:cover:0, Stone Bowl Candle Cover +thermaldynamics:cover:0, Thin Cast Iron Candlestick Cover +thermaldynamics:cover:0, Thin Iron Candlestick Cover +thermaldynamics:cover:0, Thin Gold Candlestick Cover +thermaldynamics:cover:0, Thin Redstone Candlestick Cover +thermaldynamics:cover:0, Thin Diamond Candlestick Cover +thermaldynamics:cover:0, Thin Emerald Candlestick Cover +thermaldynamics:cover:0, Thin Lapis Lazuli Candlestick Cover +thermaldynamics:cover:0, Thin Glass Candlestick Cover +thermaldynamics:cover:0, Large Cast Iron Candelabra Cover +thermaldynamics:cover:0, Large Iron Candelabra Cover +thermaldynamics:cover:0, Large Gold Candelabra Cover +thermaldynamics:cover:0, Large Redstone Candelabra Cover +thermaldynamics:cover:0, Large Diamond Candelabra Cover +thermaldynamics:cover:0, Large Emerald Candelabra Cover +thermaldynamics:cover:0, Large Lapis Lazuli Candelabra Cover +thermaldynamics:cover:0, Large Glass Candelabra Cover +thermaldynamics:cover:0, Cast Iron Framed Candle Cover +thermaldynamics:cover:0, Iron Framed Candle Cover +thermaldynamics:cover:0, Gold Framed Candle Cover +thermaldynamics:cover:0, Cast Iron Barred Candle Cover +thermaldynamics:cover:0, Iron Barred Candle Cover +thermaldynamics:cover:0, Gold Barred Candle Cover +thermaldynamics:cover:0, Short Stone Candle Cover +thermaldynamics:cover:0, Short Iron Candle Cover +thermaldynamics:cover:0, Short Cast Iron Candle Cover +thermaldynamics:cover:0, Short Gold Candle Cover +thermaldynamics:cover:0, Cast Iron Candle Stand Cover +thermaldynamics:cover:0, Iron Candle Stand Cover +thermaldynamics:cover:0, Gold Candle Stand Cover +thermaldynamics:cover:0, Redstone Candle Stand Cover +thermaldynamics:cover:0, Diamond Candle Stand Cover +thermaldynamics:cover:0, Emerald Candle Stand Cover +thermaldynamics:cover:0, Lapis Lazuli Candle Stand Cover +thermaldynamics:cover:0, Glass Candle Stand Cover +thermaldynamics:cover:0, Cast Iron Candlestick Cover +thermaldynamics:cover:0, Stone Candlestick Cover +thermaldynamics:cover:0, Oak Wood Candlestick Cover +thermaldynamics:cover:0, Birch Wood Candlestick Cover +thermaldynamics:cover:0, Acacia Wood Candlestick Cover +thermaldynamics:cover:0, Dark Oak Wood Candlestick Cover +thermaldynamics:cover:0, Jungle Wood Candlestick Cover +thermaldynamics:cover:0, Spruce Wood Candlestick Cover +thermaldynamics:cover:0, Iron Candlestick Cover +thermaldynamics:cover:0, Gold Candlestick Cover +thermaldynamics:cover:0, Redstone Candlestick Cover +thermaldynamics:cover:0, Diamond Candlestick Cover +thermaldynamics:cover:0, Emerald Candlestick Cover +thermaldynamics:cover:0, Lapis Candlestick Cover +thermaldynamics:cover:0, Glass Candlestick Cover +thermaldynamics:cover:0, Oak Wood Candle Holder Cover +thermaldynamics:cover:0, Iron Candle Holder Cover +thermaldynamics:cover:0, Cast Iron Candle Holder Cover +thermaldynamics:cover:0, Gold Candle Holder Cover +thermaldynamics:cover:0, Stone Candle Holder Cover +thermaldynamics:cover:0, Birch Wood Candle Holder Cover +thermaldynamics:cover:0, Acacia Wood Candle Holder Cover +thermaldynamics:cover:0, Dark Oak Wood Candle Holder Cover +thermaldynamics:cover:0, Jungle Wood Candle Holder Cover +thermaldynamics:cover:0, Spruce Wood Candle Holder Cover +thermaldynamics:cover:0, Cast Iron Candle Lantern Cover +thermaldynamics:cover:0, Stone Candle Lantern Cover +thermaldynamics:cover:0, Oak Wood Candle Lantern Cover +thermaldynamics:cover:0, Birch Wood Candle Lantern Cover +thermaldynamics:cover:0, Acacia Wood Candle Lantern Cover +thermaldynamics:cover:0, Dark Oak Wood Candle Lantern Cover +thermaldynamics:cover:0, Jungle Wood Candle Lantern Cover +thermaldynamics:cover:0, Spruce Wood Candle Lantern Cover +thermaldynamics:cover:0, Iron Candle Lantern Cover +thermaldynamics:cover:0, Gold Candle Lantern Cover +thermaldynamics:cover:0, Glass Candle Box Cover +thermaldynamics:cover:0, Iron Candle Box Cover +thermaldynamics:cover:0, Cast Iron Candle Box Cover +thermaldynamics:cover:0, Gold Candle Box Cover +thermaldynamics:cover:0, Redstone Candle Box Cover +thermaldynamics:cover:0, Diamond Candle Box Cover +thermaldynamics:cover:0, Emerald Candle Box Cover +thermaldynamics:cover:0, Lapis Lazuli Candle Box Cover +thermaldynamics:cover:0, Glass Round Candlestick Cover +thermaldynamics:cover:0, Iron Round Candlestick Cover +thermaldynamics:cover:0, Cast Iron Round Candlestick Cover +thermaldynamics:cover:0, Gold Round Candlestick Cover +thermaldynamics:cover:0, Redstone Round Candlestick Cover +thermaldynamics:cover:0, Diamond Round Candlestick Cover +thermaldynamics:cover:0, Emerald Round Candlestick Cover +thermaldynamics:cover:0, Lapis Lazuli Round Candlestick Cover +thermaldynamics:cover:0, Glass Square Candlestick Cover +thermaldynamics:cover:0, Iron Square Candlestick Cover +thermaldynamics:cover:0, Cast Iron Square Candlestick Cover +thermaldynamics:cover:0, Gold Square Candlestick Cover +thermaldynamics:cover:0, Redstone Square Candlestick Cover +thermaldynamics:cover:0, Diamond Square Candlestick Cover +thermaldynamics:cover:0, Emerald Square Candlestick Cover +thermaldynamics:cover:0, Lapis Lazuli Square Candlestick Cover +thermaldynamics:cover:0, Small Red Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Orange Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Yellow Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Lime Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Green Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Cyan Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Light Blue Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Blue Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Purple Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Magenta Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Pink Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Gray Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Light Gray Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Black Stained Glass Lantern Cover +thermaldynamics:cover:0, Small White Stained Glass Lantern Cover +thermaldynamics:cover:0, Small Brown Stained Glass Lantern Cover +thermaldynamics:cover:0, Paper Lantern Cover +thermaldynamics:cover:0, Red Paper Lantern Cover +thermaldynamics:cover:0, Orange Paper Lantern Cover +thermaldynamics:cover:0, Yellow Paper Lantern Cover +thermaldynamics:cover:0, Lime Paper Lantern Cover +thermaldynamics:cover:0, Green Paper Lantern Cover +thermaldynamics:cover:0, Cyan Paper Lantern Cover +thermaldynamics:cover:0, Light Blue Paper Lantern Cover +thermaldynamics:cover:0, Blue Paper Lantern Cover +thermaldynamics:cover:0, Purple Paper Lantern Cover +thermaldynamics:cover:0, Magenta Paper Lantern Cover +thermaldynamics:cover:0, Pink Paper Lantern Cover +thermaldynamics:cover:0, Light Gray Paper Lantern Cover +thermaldynamics:cover:0, Gray Paper Lantern Cover +thermaldynamics:cover:0, Black Paper Lantern Cover +thermaldynamics:cover:0, White Paper Lantern Cover +thermaldynamics:cover:0, Brown Paper Lantern Cover +thermaldynamics:cover:0, Ghast Paper Lantern Cover +thermaldynamics:cover:0, Squid Paper Lantern Cover +thermaldynamics:cover:0, Spider Paper Lantern Cover +thermaldynamics:cover:0, Slime Paper Lantern Cover +thermaldynamics:cover:0, Creeper Paper Lantern Cover +thermaldynamics:cover:0, Skeleton Paper Lantern Cover +thermaldynamics:cover:0, Zombie Paper Lantern Cover +thermaldynamics:cover:0, Enderman Paper Lantern Cover +thermaldynamics:cover:0, Pumpkin Paper Lantern Cover +thermaldynamics:cover:0, Cast Iron Cobweb Candle Cover +thermaldynamics:cover:0, Iron Cobweb Candle Cover +thermaldynamics:cover:0, Gold Cobweb Candle Cover +thermaldynamics:cover:0, White Water Lantern Cover +thermaldynamics:cover:0, White Ambient Lantern Cover +thermaldynamics:cover:0, Large Glass Chandelier Cover +thermaldynamics:cover:0, Large Stone Chandelier Cover +thermaldynamics:cover:0, Large Oak Chandelier Cover +thermaldynamics:cover:0, Large Birch Chandelier Cover +thermaldynamics:cover:0, Large Acacia Chandelier Cover +thermaldynamics:cover:0, Large Dark Oak Chandelier Cover +thermaldynamics:cover:0, Large Jungle Chandelier Cover +thermaldynamics:cover:0, Large Spruce Chandelier Cover +thermaldynamics:cover:0, Large Iron Chandelier Cover +thermaldynamics:cover:0, Large Cast Iron Chandelier Cover +thermaldynamics:cover:0, Large Gold Chandelier Cover +thermaldynamics:cover:0, Large Diamond Chandelier Cover +thermaldynamics:cover:0, Large Redstone Chandelier Cover +thermaldynamics:cover:0, Large Emerald Chandelier Cover +thermaldynamics:cover:0, Large Lapis Lazuli Chandelier Cover +thermaldynamics:cover:0, Cast Iron Tiered Chandelier Cover +thermaldynamics:cover:0, Iron Tiered Chandelier Cover +thermaldynamics:cover:0, Gold Tiered Chandelier Cover +thermaldynamics:cover:0, Glass Crystal Chandelier Cover +thermaldynamics:cover:0, Glass Crystal Iron Chandelier Cover +thermaldynamics:cover:0, Glass Crystal Cast Iron Chandelier Cover +thermaldynamics:cover:0, Glass Crystal Gold Chandelier Cover +thermaldynamics:cover:0, Zombie Arm Candle Cover +thermaldynamics:cover:0, Cobblestone Bonfire Cover +thermaldynamics:cover:0, Stone Bonfire Cover +thermaldynamics:cover:0, Andesite Bonfire Cover +thermaldynamics:cover:0, Polished Andesite Bonfire Cover +thermaldynamics:cover:0, Brick Bonfire Cover +thermaldynamics:cover:0, Diamond Bonfire Cover +thermaldynamics:cover:0, Diorite Bonfire Cover +thermaldynamics:cover:0, Polished Diorite Bonfire Cover +thermaldynamics:cover:0, Emerald Bonfire Cover +thermaldynamics:cover:0, End Brick Bonfire Cover +thermaldynamics:cover:0, End Stone Bonfire Cover +thermaldynamics:cover:0, Gold Bonfire Cover +thermaldynamics:cover:0, Granite Bonfire Cover +thermaldynamics:cover:0, Polished Granite Bonfire Cover +thermaldynamics:cover:0, Terracotta Bonfire Cover +thermaldynamics:cover:0, Black Terracotta Bonfire Cover +thermaldynamics:cover:0, Blue Terracotta Bonfire Cover +thermaldynamics:cover:0, Brown Terracotta Bonfire Cover +thermaldynamics:cover:0, Cyan Terracotta Bonfire Cover +thermaldynamics:cover:0, Gray Terracotta Bonfire Cover +thermaldynamics:cover:0, Green Terracotta Bonfire Cover +thermaldynamics:cover:0, Light Blue Terracotta Bonfire Cover +thermaldynamics:cover:0, Light Gray Terracotta Bonfire Cover +thermaldynamics:cover:0, Lime Terracotta Bonfire Cover +thermaldynamics:cover:0, Magenta Terracotta Bonfire Cover +thermaldynamics:cover:0, Orange Terracotta Bonfire Cover +thermaldynamics:cover:0, Pink Terracotta Bonfire Cover +thermaldynamics:cover:0, Purple Terracotta Bonfire Cover +thermaldynamics:cover:0, Red Terracotta Bonfire Cover +thermaldynamics:cover:0, White Terracotta Bonfire Cover +thermaldynamics:cover:0, Yellow Terracotta Bonfire Cover +thermaldynamics:cover:0, Iron Bonfire Cover +thermaldynamics:cover:0, Cast Iron Bonfire Cover +thermaldynamics:cover:0, Lapis Lazuli Bonfire Cover +thermaldynamics:cover:0, Moss Stone Bonfire Cover +thermaldynamics:cover:0, Mossy Stone Brick Bonfire Cover +thermaldynamics:cover:0, Nether Brick Bonfire Cover +thermaldynamics:cover:0, Netherrack Bonfire Cover +thermaldynamics:cover:0, Obsidian Bonfire Cover +thermaldynamics:cover:0, Prismarine Bonfire Cover +thermaldynamics:cover:0, Prismarine Brick Bonfire Cover +thermaldynamics:cover:0, Dark Prismarine Bonfire Cover +thermaldynamics:cover:0, Purpur Bonfire Cover +thermaldynamics:cover:0, Quartz Bonfire Cover +thermaldynamics:cover:0, Chiseled Quartz Bonfire Cover +thermaldynamics:cover:0, Red Nether Brick Bonfire Cover +thermaldynamics:cover:0, Red Sandstone Bonfire Cover +thermaldynamics:cover:0, Redstone Bonfire Cover +thermaldynamics:cover:0, Sandstone Bonfire Cover +thermaldynamics:cover:0, Stone Brick Bonfire Cover +thermaldynamics:cover:0, Thin Cast Iron Floor Stand Cover +thermaldynamics:cover:0, Thin Stone Floor Stand Cover +thermaldynamics:cover:0, Thin Iron Floor Stand Cover +thermaldynamics:cover:0, Thin Gold Floor Stand Cover +thermaldynamics:cover:0, Dark Oak Wood Block Pedestal Cover +thermaldynamics:cover:0, Oak Wood Block Pedestal Cover +thermaldynamics:cover:0, Spruce Wood Block Pedestal Cover +thermaldynamics:cover:0, Birch Wood Block Pedestal Cover +thermaldynamics:cover:0, Jungle Wood Block Pedestal Cover +thermaldynamics:cover:0, Acacia Wood Block Pedestal Cover +thermaldynamics:cover:0, Cast Iron Edge Lamp Post Top Cover +thermaldynamics:cover:0, Cast Iron Edge Lamp Post Light Cover +thermaldynamics:cover:0, Stone Edge Lamp Post Top Cover +thermaldynamics:cover:0, Stone Edge Lamp Post Light Cover +thermaldynamics:cover:0, Iron Edge Lamp Post Top Cover +thermaldynamics:cover:0, Iron Edge Lamp Post Light Cover +thermaldynamics:cover:0, Gold Edge Lamp Post Top Cover +thermaldynamics:cover:0, Gold Edge Lamp Post Light Cover +thermaldynamics:cover:0, Oak Wood Edge Lamp Post Top Cover +thermaldynamics:cover:0, Oak Wood Edge Lamp Post Light Cover +thermaldynamics:cover:0, Dark Oak Wood Edge Lamp Post Top Cover +thermaldynamics:cover:0, Dark Oak Wood Edge Lamp Post Light Cover +thermaldynamics:cover:0, Acacia Wood Edge Lamp Post Top Cover +thermaldynamics:cover:0, Acacia Wood Edge Lamp Post Light Cover +thermaldynamics:cover:0, Birch Wood Edge Lamp Post Top Cover +thermaldynamics:cover:0, Birch Wood Edge Lamp Post Light Cover +thermaldynamics:cover:0, Jungle Wood Edge Lamp Post Top Cover +thermaldynamics:cover:0, Jungle Wood Edge Lamp Post Light Cover +thermaldynamics:cover:0, Spruce Wood Edge Lamp Post Top Cover +thermaldynamics:cover:0, Spruce Wood Edge Lamp Post Light Cover +thermaldynamics:cover:0, Cast Iron Lamp Post Bottom Cover +thermaldynamics:cover:0, Cast Iron Lamp Post Middle Cover +thermaldynamics:cover:0, Cast Iron Lamp Post Top Cover +thermaldynamics:cover:0, Oak Wood Lamp Post Bottom Cover +thermaldynamics:cover:0, Oak Wood Lamp Post Middle Cover +thermaldynamics:cover:0, Oak Wood Lamp Post Top Cover +thermaldynamics:cover:0, Dark Oak Wood Lamp Post Bottom Cover +thermaldynamics:cover:0, Dark Oak Wood Lamp Post Middle Cover +thermaldynamics:cover:0, Dark Oak Wood Lamp Post Top Cover +thermaldynamics:cover:0, Acacia Wood Lamp Post Bottom Cover +thermaldynamics:cover:0, Acacia Wood Lamp Post Middle Cover +thermaldynamics:cover:0, Acacia Wood Lamp Post Top Cover +thermaldynamics:cover:0, Birch Wood Lamp Post Bottom Cover +thermaldynamics:cover:0, Birch Wood Lamp Post Middle Cover +thermaldynamics:cover:0, Birch Wood Lamp Post Top Cover +thermaldynamics:cover:0, Jungle Wood Lamp Post Bottom Cover +thermaldynamics:cover:0, Jungle Wood Lamp Post Middle Cover +thermaldynamics:cover:0, Jungle Wood Lamp Post Top Cover +thermaldynamics:cover:0, Spruce Wood Lamp Post Bottom Cover +thermaldynamics:cover:0, Spruce Wood Lamp Post Middle Cover +thermaldynamics:cover:0, Spruce Wood Lamp Post Top Cover +thermaldynamics:cover:0, Iron Lamp Post Bottom Cover +thermaldynamics:cover:0, Iron Lamp Post Middle Cover +thermaldynamics:cover:0, Iron Lamp Post Top Cover +thermaldynamics:cover:0, Gold Lamp Post Bottom Cover +thermaldynamics:cover:0, Gold Lamp Post Middle Cover +thermaldynamics:cover:0, Gold Lamp Post Top Cover +thermaldynamics:cover:0, Stone Lamp Post Bottom Cover +thermaldynamics:cover:0, Stone Lamp Post Middle Cover +thermaldynamics:cover:0, Stone Lamp Post Top Cover +thermaldynamics:cover:0, Large Cast Iron Lamp Post Top Cover +thermaldynamics:cover:0, Large Stone Lamp Post Top Cover +thermaldynamics:cover:0, Large Iron Lamp Post Top Cover +thermaldynamics:cover:0, Large Gold Lamp Post Top Cover +thermaldynamics:cover:0, Large Oak Wood Lamp Post Top Cover +thermaldynamics:cover:0, Large Dark Oak Wood Lamp Post Top Cover +thermaldynamics:cover:0, Large Acacia Wood Lamp Post Top Cover +thermaldynamics:cover:0, Large Birch Wood Lamp Post Top Cover +thermaldynamics:cover:0, Large Jungle Wood Lamp Post Top Cover +thermaldynamics:cover:0, Large Spruce Wood Lamp Post Top Cover +thermaldynamics:cover:0, Large Oak and Iron Lamp Post Top Cover +thermaldynamics:cover:0, Large Dark Oak and Iron Lamp Post Top Cover +thermaldynamics:cover:0, Large Acacia and Iron Lamp Post Top Cover +thermaldynamics:cover:0, Large Birch and Iron Lamp Post Top Cover +thermaldynamics:cover:0, Large Jungle and Iron Lamp Post Top Cover +thermaldynamics:cover:0, Large Spruce and Iron Lamp Post Top Cover +thermaldynamics:cover:0, Chain Cover +thermaldynamics:cover:0, Long Chain Cover +thermaldynamics:cover:0, Gold Chain Cover +thermaldynamics:cover:0, Long Gold Chain Cover +thermaldynamics:cover:0, Rope Cover +thermaldynamics:cover:0, Coil of Rope Cover +thermaldynamics:cover:0, Glass Bead Strand Cover +thermaldynamics:cover:0, Long Glass Bead Strand Cover +thermaldynamics:cover:0, Glass Bead Strand Curtain Cover +thermaldynamics:cover:0, Vine Rope Cover +thermaldynamics:cover:0, Vine Rope Coil Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Invalid Cover +thermaldynamics:cover:0, Copper Ore Cover +thermaldynamics:cover:0, Tin Ore Cover +thermaldynamics:cover:0, Silver Ore Cover +thermaldynamics:cover:0, Lead Ore Cover +thermaldynamics:cover:0, Aluminum Ore Cover +thermaldynamics:cover:0, Nickel Ore Cover +thermaldynamics:cover:0, Platinum Ore Cover +thermaldynamics:cover:0, Iridium Ore Cover +thermaldynamics:cover:0, Mana Infused Ore Cover +thermaldynamics:cover:0, Oil Sand Cover +thermaldynamics:cover:0, Oil Shale Cover +thermaldynamics:cover:0, Destabilized Redstone Ore Cover +thermaldynamics:cover:0, Energized Netherrack Cover +thermaldynamics:cover:0, Resonant End Stone Cover +thermaldynamics:cover:0, Oil Sand Cover +thermaldynamics:cover:0, Block of Copper Cover +thermaldynamics:cover:0, Block of Tin Cover +thermaldynamics:cover:0, Block of Silver Cover +thermaldynamics:cover:0, Block of Lead Cover +thermaldynamics:cover:0, Block of Aluminum Cover +thermaldynamics:cover:0, Block of Nickel Cover +thermaldynamics:cover:0, Block of Platinum Cover +thermaldynamics:cover:0, Block of Iridium Cover +thermaldynamics:cover:0, Block of Mana Infused Metal Cover +thermaldynamics:cover:0, Block of Steel Cover +thermaldynamics:cover:0, Block of Electrum Cover +thermaldynamics:cover:0, Block of Invar Cover +thermaldynamics:cover:0, Block of Bronze Cover +thermaldynamics:cover:0, Block of Constantan Cover +thermaldynamics:cover:0, Block of Signalum Cover +thermaldynamics:cover:0, Block of Lumium Cover +thermaldynamics:cover:0, Block of Enderium Cover +thermaldynamics:cover:0, Block of Charcoal Cover +thermaldynamics:cover:0, Block of Coal Coke Cover +thermaldynamics:cover:0, Hardened Copper Glass Cover +thermaldynamics:cover:0, Hardened Tin Glass Cover +thermaldynamics:cover:0, Hardened Silver Glass Cover +thermaldynamics:cover:0, Hardened Glass Cover +thermaldynamics:cover:0, Hardened Aluminum Glass Cover +thermaldynamics:cover:0, Hardened Nickel Glass Cover +thermaldynamics:cover:0, Hardened Platinum Glass Cover +thermaldynamics:cover:0, Hardened Iridium Glass Cover +thermaldynamics:cover:0, Hardened Mana Infused Glass Cover +thermaldynamics:cover:0, Hardened Steel Glass Cover +thermaldynamics:cover:0, Hardened Electrum Glass Cover +thermaldynamics:cover:0, Hardened Invar Glass Cover +thermaldynamics:cover:0, Hardened Bronze Glass Cover +thermaldynamics:cover:0, Hardened Constantan Glass Cover +thermaldynamics:cover:0, Hardened Signalum Glass Cover +thermaldynamics:cover:0, Hardened Lumium Glass Cover +thermaldynamics:cover:0, Hardened Enderium Glass Cover +thermaldynamics:cover:0, Black Rockwool Cover +thermaldynamics:cover:0, Red Rockwool Cover +thermaldynamics:cover:0, Green Rockwool Cover +thermaldynamics:cover:0, Brown Rockwool Cover +thermaldynamics:cover:0, Blue Rockwool Cover +thermaldynamics:cover:0, Purple Rockwool Cover +thermaldynamics:cover:0, Cyan Rockwool Cover +thermaldynamics:cover:0, Light Gray Rockwool Cover +thermaldynamics:cover:0, Gray Rockwool Cover +thermaldynamics:cover:0, Pink Rockwool Cover +thermaldynamics:cover:0, Lime Rockwool Cover +thermaldynamics:cover:0, Yellow Rockwool Cover +thermaldynamics:cover:0, Light Blue Rockwool Cover +thermaldynamics:cover:0, Magenta Rockwool Cover +thermaldynamics:cover:0, Orange Rockwool Cover +thermaldynamics:cover:0, White Rockwool Cover +thermaldynamics:cover:0, Stone Pillar Cover +thermaldynamics:cover:0, Andesite Pillar Cover +thermaldynamics:cover:0, Diorite Pillar Cover +thermaldynamics:cover:0, Granite Pillar Cover +thermaldynamics:cover:0, Slate Pillar Cover +thermaldynamics:cover:0, Iron Chain Cover +thermaldynamics:cover:0, Iron Candle Cover +thermaldynamics:cover:0, Iron Chandelier Ring Cover +thermaldynamics:cover:0, Golden Chain Cover +thermaldynamics:cover:0, Golden Candle Cover +thermaldynamics:cover:0, Golden Chandelier Ring Cover +thermaldynamics:cover:0, Beehive Cover +thermaldynamics:cover:0, Slate Cover +thermaldynamics:cover:0, Slate Roof Cover +thermaldynamics:cover:0, Slate Tile Cover +thermaldynamics:cover:0, Slate Brick Cover +thermaldynamics:cover:0, Chiseled Slate Cover +thermaldynamics:cover:0, Slate Roof Stairs Cover +thermaldynamics:cover:0, Slate Roof Slab Cover +thermaldynamics:cover:0, Slate Brick Stairs Cover +thermaldynamics:cover:0, Slate Brick Slab Cover +thermaldynamics:cover:0, Clay Wall Cover +thermaldynamics:cover:0, Crossed Clay Wall Cover +thermaldynamics:cover:0, Diagonal Clay Wall Cover +thermaldynamics:cover:0, Oak Chair Cover +thermaldynamics:cover:0, Dark Oak Chair Cover +thermaldynamics:cover:0, Birch Chair Cover +thermaldynamics:cover:0, Spruce Chair Cover +thermaldynamics:cover:0, Acacia Chair Cover +thermaldynamics:cover:0, Jungle Chair Cover +thermaldynamics:cover:0, Olive Wood Chair Cover +thermaldynamics:cover:0, Ironwood Chair Cover +thermaldynamics:cover:0, Oak Table Cover +thermaldynamics:cover:0, Dark Oak Table Cover +thermaldynamics:cover:0, Birch Table Cover +thermaldynamics:cover:0, Spruce Table Cover +thermaldynamics:cover:0, Acacia Table Cover +thermaldynamics:cover:0, Jungle Table Cover +thermaldynamics:cover:0, Olive Wood Table Cover +thermaldynamics:cover:0, Ironwood Table Cover +thermaldynamics:cover:0, Iron Lattice Cover +thermaldynamics:cover:0, Iron Lantern Cover +thermaldynamics:cover:0, Golden Lantern Cover +thermaldynamics:cover:0, White Painted Wood Cover +thermaldynamics:cover:0, Orange Painted Wood Cover +thermaldynamics:cover:0, Magenta Painted Wood Cover +thermaldynamics:cover:0, Light Blue Painted Wood Cover +thermaldynamics:cover:0, Yellow Painted Wood Cover +thermaldynamics:cover:0, Lime Painted Wood Cover +thermaldynamics:cover:0, Pink Painted Wood Cover +thermaldynamics:cover:0, Gray Painted Wood Cover +thermaldynamics:cover:0, Light Gray Painted Wood Cover +thermaldynamics:cover:0, Cyan Painted Wood Cover +thermaldynamics:cover:0, Purple Painted Wood Cover +thermaldynamics:cover:0, Blue Painted Wood Cover +thermaldynamics:cover:0, Brown Painted Wood Cover +thermaldynamics:cover:0, Green Painted Wood Cover +thermaldynamics:cover:0, Red Painted Wood Cover +thermaldynamics:cover:0, Black Painted Wood Cover +thermaldynamics:cover:0, Gargoyle Cover +thermaldynamics:cover:0, Fertile Soil Cover +thermaldynamics:cover:0, Olive Wood Planks Cover +thermaldynamics:cover:0, Ironwood Planks Cover +thermaldynamics:cover:0, Olive Wood Cover +thermaldynamics:cover:0, Ironwood Cover +thermaldynamics:cover:0, Olive Leaves Cover +thermaldynamics:cover:0, Ironwood Leaves Cover +thermaldynamics:cover:0, Olive Sapling Cover +thermaldynamics:cover:0, Ironwood Sapling Cover +thermaldynamics:cover:0, Olive Wood Fence Cover +thermaldynamics:cover:0, Ironwood Fence Cover +thermaldynamics:cover:0, Olive Wood Fence Gate Cover +thermaldynamics:cover:0, Ironwood Fence Gate Cover +thermaldynamics:cover:0, Olive Wood Slab Cover +thermaldynamics:cover:0, Ironwood Slab Cover +thermaldynamics:cover:0, Olive Wood Stairs Cover +thermaldynamics:cover:0, Ironwood Stairs Cover +thermaldynamics:cover:0, Alchemic Retort Cover +thermaldynamics:cover:0, Advanced Alchemic Retort Cover +thermaldynamics:cover:0, Wooden Stake Cover +thermaldynamics:cover:0, Wildberry Bush Cover +thermaldynamics:cover:0, Rope Cover +thermaldynamics:cover:0, Grape Seeds Cover +thermaldynamics:cover:0, Apple Seeds Cover +thermaldynamics:cover:0, Apple Sapling Cover +thermaldynamics:cover:0, Apple Leaves Cover +thermaldynamics:cover:0, Aloe Vera Cover +thermaldynamics:cover:0, Blood Orchid Cover +thermaldynamics:cover:0, Chamomile Cover +thermaldynamics:cover:0, Cohosh Cover +thermaldynamics:cover:0, Deathstalk Mushroom Cover +thermaldynamics:cover:0, Horsetail Cover +thermaldynamics:cover:0, Mooncap Mushroom Cover +thermaldynamics:cover:0, Wind Thistle Cover +thermaldynamics:cover:0, Copper Ore Cover +thermaldynamics:cover:0, Tin Ore Cover +thermaldynamics:cover:0, Lead Ore Cover +thermaldynamics:cover:0, Thorium Ore Cover +thermaldynamics:cover:0, Uranium Ore Cover +thermaldynamics:cover:0, Boron Ore Cover +thermaldynamics:cover:0, Lithium Ore Cover +thermaldynamics:cover:0, Magnesium Ore Cover +thermaldynamics:cover:0, Copper Block Cover +thermaldynamics:cover:0, Tin Block Cover +thermaldynamics:cover:0, Lead Block Cover +thermaldynamics:cover:0, Thorium Block Cover +thermaldynamics:cover:0, Uranium Block Cover +thermaldynamics:cover:0, Boron Block Cover +thermaldynamics:cover:0, Lithium Block Cover +thermaldynamics:cover:0, Magnesium Block Cover +thermaldynamics:cover:0, Graphite Block Cover +thermaldynamics:cover:0, Beryllium Block Cover +thermaldynamics:cover:0, Zirconium Block Cover +thermaldynamics:cover:0, Manganese Block Cover +thermaldynamics:cover:0, Aluminum Block Cover +thermaldynamics:cover:0, Silver Block Cover +thermaldynamics:cover:0, Fission Reactor Casing Cover +thermaldynamics:cover:0, Blast Block Cover +thermaldynamics:cover:0, Transparent Fission Reactor Casing Cover +thermaldynamics:cover:0, Reactor Cell Cover +thermaldynamics:cover:0, Empty Cooler Cover +thermaldynamics:cover:0, Water Cooler Cover +thermaldynamics:cover:0, Redstone Cooler Cover +thermaldynamics:cover:0, Quartz Cooler Cover +thermaldynamics:cover:0, Gold Cooler Cover +thermaldynamics:cover:0, Glowstone Cooler Cover +thermaldynamics:cover:0, Lapis Cooler Cover +thermaldynamics:cover:0, Diamond Cooler Cover +thermaldynamics:cover:0, Liquid Helium Cooler Cover +thermaldynamics:cover:0, Enderium Cooler Cover +thermaldynamics:cover:0, Cryotheum Cooler Cover +thermaldynamics:cover:0, Iron Cooler Cover +thermaldynamics:cover:0, Emerald Cooler Cover +thermaldynamics:cover:0, Copper Cooler Cover +thermaldynamics:cover:0, Tin Cooler Cover +thermaldynamics:cover:0, Magnesium Cooler Cover +thermaldynamics:cover:0, Reactor Trapdoor Cover +thermaldynamics:cover:0, Thorium-230 Block Cover +thermaldynamics:cover:0, Uranium-238 Block Cover +thermaldynamics:cover:0, Neptunium-237 Block Cover +thermaldynamics:cover:0, Plutonium-242 Block Cover +thermaldynamics:cover:0, Americium-243 Block Cover +thermaldynamics:cover:0, Curium-246 Block Cover +thermaldynamics:cover:0, Berkelium-247 Block Cover +thermaldynamics:cover:0, Californium-252 Block Cover +thermaldynamics:cover:0, Supercold Ice Cover +thermaldynamics:cover:0, Fusion Connector Cover +thermaldynamics:cover:0, Glowing Mushroom Cover +thermaldynamics:cover:0, Wasteland Earth Cover +thermaldynamics:cover:0, Tritium Lamp Cover +thermaldynamics:cover:0, Salt Ore Cover +thermaldynamics:cover:0, Salt Lake Block Cover +thermaldynamics:cover:0, Block Of Salt Cover +thermaldynamics:cover:0, Chiseled Salt Block Cover +thermaldynamics:cover:0, Salt Pillar Cover +thermaldynamics:cover:0, Salt Bricks Cover +thermaldynamics:cover:0, Cracked Salt Block Cover +thermaldynamics:cover:0, Cracked Salt Bricks Cover +thermaldynamics:cover:0, Chiseled Salt Bricks Cover +thermaldynamics:cover:0, Salt Chapiter Cover +thermaldynamics:cover:0, Salt Bricks Stairs Cover +thermaldynamics:cover:0, Salt Slab Cover +thermaldynamics:cover:0, Salt Bricks Slab Cover +thermaldynamics:cover:0, Short Salt Pillar Cover +thermaldynamics:cover:0, Salt Lamp Cover +thermaldynamics:cover:0, Dirt Salt Lake Block Cover +thermaldynamics:cover:0, Saline Soil Cover +thermaldynamics:cover:0, Slightly Saline Soil Cover +thermaldynamics:cover:0, Grassy Semi-Saline Soil Cover +thermaldynamics:cover:0, Mineral Mud Block Cover +thermaldynamics:cover:0, Salt Crystals Cover +thaumcraft:ore_amber, Amber Bearing Stone +thaumcraft:ore_cinnabar, Cinnabar Ore +thaumcraft:ore_quartz, Quartz Ore +thaumcraft:crystal_aer, Air Crystal +thaumcraft:crystal_ignis, Fire Crystal +thaumcraft:crystal_aqua, Water Crystal +thaumcraft:crystal_terra, Earth Crystal +thaumcraft:crystal_ordo, Order Crystal +thaumcraft:crystal_perditio, Entropy Crystal +thaumcraft:crystal_vitium, Flux Crystal +thaumcraft:stone_arcane, Arcane Stone +thaumcraft:stone_arcane_brick, Arcane Stone Brick +thaumcraft:stone_ancient, Ancient Stone +thaumcraft:stone_ancient_tile, Ancient Stone Tile +thaumcraft:stone_ancient_rock, Ancient Rock +thaumcraft:stone_ancient_glyphed, Glyphed Stone +thaumcraft:stone_ancient_doorway, Ancient Barrier +thaumcraft:stone_eldritch_tile, Eldritch Stone +thaumcraft:stone_porous, Porous Stone +thaumcraft:stairs_arcane, Arcane Stone Stairs +thaumcraft:stairs_arcane_brick, Arcane Brick Stairs +thaumcraft:stairs_ancient, Ancient Stone Stairs +thaumcraft:slab_arcane_stone:0, Arcane Stone Slab +thaumcraft:slab_arcane_brick:0, Arcane Brick Slab +thaumcraft:slab_ancient:0, Ancient Stone Slab +thaumcraft:slab_eldritch:0, Eldritch Stone Slab +thaumcraft:sapling_greatwood, Greatwood Sapling +thaumcraft:sapling_silverwood, Silverwood Sapling +thaumcraft:log_greatwood, Greatwood Log +thaumcraft:log_silverwood, Silverwood Log +thaumcraft:leaves_greatwood, Greatwood Leaves +thaumcraft:leaves_silverwood, Silverwood Leaves +thaumcraft:shimmerleaf, Shimmerleaf +thaumcraft:cinderpearl, Cinderpearl +thaumcraft:vishroom, Vishroom +thaumcraft:plank_greatwood, Greatwood Planks +thaumcraft:plank_silverwood, Silverwood Planks +thaumcraft:stairs_greatwood, Greatwood Stairs +thaumcraft:stairs_silverwood, Silverwood Stairs +thaumcraft:slab_greatwood:0, Greatwood Slab +thaumcraft:slab_silverwood:0, Silverwood Slab +thaumcraft:amber_block, Amber Block +thaumcraft:amber_brick, Amber Bricks +thaumcraft:flesh_block, Block of Flesh +thaumcraft:loot_crate_common, Common Crate +thaumcraft:loot_crate_uncommon, Uncommon Crate +thaumcraft:loot_crate_rare, Rare Crate +thaumcraft:loot_urn_common, Common Urn +thaumcraft:loot_urn_uncommon, Uncommon Urn +thaumcraft:loot_urn_rare, Rare Urn +thaumcraft:taint_fibre, Fibrous Taint +thaumcraft:taint_crust, Crusted Taint +thaumcraft:taint_soil, Tainted Soil +thaumcraft:taint_rock, Tainted Rock +thaumcraft:taint_geyser, Taint Geyser +thaumcraft:taint_feature, Swollen Taint +thaumcraft:taint_log, Taintwood Log +thaumcraft:grass_ambient, Ambient Grass Block +thaumcraft:table_wood, Wood Table +thaumcraft:table_stone, Stone Table +thaumcraft:pedestal_arcane, Arcane Pedestal +thaumcraft:pedestal_ancient, Ancient Pedestal +thaumcraft:pedestal_eldritch, Eldritch Pedestal +thaumcraft:metal_brass, Brass Block +thaumcraft:metal_thaumium, Thaumium Block +thaumcraft:metal_void, Void Metal Block +thaumcraft:metal_alchemical, Alchemical Construct +thaumcraft:metal_alchemical_advanced, Advanced Alchemical Construct +thaumcraft:paving_stone_travel, Paving Stone of Travel +thaumcraft:paving_stone_barrier, Barrier Stone +thaumcraft:pillar_arcane, Infusion Pillar +thaumcraft:pillar_ancient, Ancient Infusion Pillar +thaumcraft:pillar_eldritch, Eldritch Infusion Pillar +thaumcraft:matrix_speed, Infusion Speed Stone +thaumcraft:matrix_cost, Infusion Cost Stone +thaumcraft:candle_white, White Tallow Candle +thaumcraft:candle_orange, Orange Tallow Candle +thaumcraft:candle_magenta, Magenta Tallow Candle +thaumcraft:candle_lightblue, Light Blue Tallow Candle +thaumcraft:candle_yellow, Yellow Tallow Candle +thaumcraft:candle_lime, Lime Tallow Candle +thaumcraft:candle_pink, Pink Tallow Candle +thaumcraft:candle_gray, Gray Tallow Candle +thaumcraft:candle_silver, Light Gray Tallow Candle +thaumcraft:candle_cyan, Cyan Tallow Candle +thaumcraft:candle_purple, Purple Tallow Candle +thaumcraft:candle_blue, Blue Tallow Candle +thaumcraft:candle_brown, Brown Tallow Candle +thaumcraft:candle_green, Green Tallow Candle +thaumcraft:candle_red, Red Tallow Candle +thaumcraft:candle_black, Black Tallow Candle +thaumcraft:banner_white, White Banner +thaumcraft:banner_orange, Orange Banner +thaumcraft:banner_magenta, Magenta Banner +thaumcraft:banner_lightblue, Light Blue Banner +thaumcraft:banner_yellow, Yellow Banner +thaumcraft:banner_lime, Lime Banner +thaumcraft:banner_pink, Pink Banner +thaumcraft:banner_gray, Gray Banner +thaumcraft:banner_silver, Light Gray Banner +thaumcraft:banner_cyan, Cyan Banner +thaumcraft:banner_purple, Purple Banner +thaumcraft:banner_blue, Blue Banner +thaumcraft:banner_brown, Brown Banner +thaumcraft:banner_green, Green Banner +thaumcraft:banner_red, Red Banner +thaumcraft:banner_black, Black Banner +thaumcraft:banner_crimson_cult, Crimson Cult Banner +thaumcraft:nitor_white, White Nitor +thaumcraft:nitor_orange, Orange Nitor +thaumcraft:nitor_magenta, Magenta Nitor +thaumcraft:nitor_lightblue, Light Blue Nitor +thaumcraft:nitor_yellow, Yellow Nitor +thaumcraft:nitor_lime, Lime Nitor +thaumcraft:nitor_pink, Pink Nitor +thaumcraft:nitor_gray, Gray Nitor +thaumcraft:nitor_silver, Light Gray Nitor +thaumcraft:nitor_cyan, Cyan Nitor +thaumcraft:nitor_purple, Purple Nitor +thaumcraft:nitor_blue, Blue Nitor +thaumcraft:nitor_brown, Brown Nitor +thaumcraft:nitor_green, Green Nitor +thaumcraft:nitor_red, Red Nitor +thaumcraft:nitor_black, Black Nitor +thaumcraft:vis_battery, Vis Battery +thaumcraft:inlay, Redstone Inlay +thaumcraft:arcane_workbench, Arcane Workbench +thaumcraft:arcane_workbench_charger, Workbench Charger +thaumcraft:dioptra, Thaumic Dioptra +thaumcraft:research_table, Research Table +thaumcraft:crucible, Crucible +thaumcraft:arcane_ear, Arcane Ear +thaumcraft:arcane_ear_toggle, Arcane Ear (Toggle) +thaumcraft:lamp_arcane, Arcane Lamp +thaumcraft:lamp_fertility, Lamp of Fertility +thaumcraft:lamp_growth, Lamp of Growth +thaumcraft:levitator, Arcane Levitator +thaumcraft:centrifuge, Essentia Centrifuge +thaumcraft:bellows, Arcane Bellows +thaumcraft:smelter_basic, Essentia Smeltery +thaumcraft:smelter_thaumium, Thaumium Essentia Smeltery +thaumcraft:smelter_void, Void Metal Essentia Smeltery +thaumcraft:smelter_aux, Auxiliary Slurry Pump +thaumcraft:smelter_vent, Auxiliary Venting Port +thaumcraft:alembic, Arcane Alembic +thaumcraft:recharge_pedestal, Recharge Pedestal +thaumcraft:wand_workbench, Focal Manipulator +thaumcraft:hungry_chest, Hungry Chest +thaumcraft:tube, Essentia Tube +thaumcraft:tube_valve, Essentia Valve +thaumcraft:tube_restrict, Restricted Essentia Tube +thaumcraft:tube_oneway, Directional Essentia Tube +thaumcraft:tube_filter, Filtered Essentia Tube +thaumcraft:tube_buffer, Essentia Buffer +thaumcraft:jar_normal, Warded Jar +thaumcraft:jar_void, Void Jar +thaumcraft:jar_brain, Brain in a Jar +thaumcraft:infusion_matrix, Runic Matrix +thaumcraft:infernal_furnace, Infernal Furnace +thaumcraft:everfull_urn, Everfull Urn +thaumcraft:thaumatorium, Thaumatorium +thaumcraft:thaumatorium_top, Thaumatorium +thaumcraft:brain_box, Mnemonic Matrix +thaumcraft:spa, Arcane Spa +thaumcraft:golem_builder, Golem Press +thaumcraft:mirror, Magic Mirror +thaumcraft:mirror_essentia, Essentia Mirror +thaumcraft:essentia_input, Filling Essentia Transfuser +thaumcraft:essentia_output, Emptying Essentia Transfuser +thaumcraft:redstone_relay, Redstone Relay +thaumcraft:pattern_crafter, Arcane Pattern Crafter +thaumcraft:potion_sprayer, Potion Sprayer +thaumcraft:activator_rail, Arcane Activator Rail +thaumcraft:stabilizer, Stabilizer +thaumcraft:vis_generator, Vis Generator +thaumcraft:condenser, Flux Condenser +thaumcraft:condenser_lattice, Flux Condenser Lattice +thaumcraft:condenser_lattice_dirty, Clogged Flux Condenser Lattice +thaumcraft:void_siphon, Void Siphon +thaumcraft:hole, Dimensional Tear +thaumcraft:effect_shock, Static Field +thaumcraft:effect_sap, Sapping Field +thaumcraft:effect_glimmer, Glimmer +thaumcraft:placeholder_brick, Infernal Furnace +thaumcraft:placeholder_obsidian, Infernal Furnace +thaumcraft:placeholder_bars, Golem Press +thaumcraft:placeholder_anvil, Golem Press +thaumcraft:placeholder_cauldron, Golem Press +thaumcraft:placeholder_table, Golem Press +thaumcraft:empty, Empty Space +thaumcraft:barrier, Warding Aura +chisel:blockaluminum:0, Block of Aluminum +chisel:blockaluminum:1, Block of Aluminum +chisel:blockaluminum:2, Block of Aluminum +chisel:blockaluminum:3, Block of Aluminum +chisel:blockaluminum:4, Block of Aluminum +chisel:blockaluminum:5, Block of Aluminum +chisel:blockaluminum:6, Block of Aluminum +chisel:andesite:0, Andesite +chisel:andesite:1, Andesite +chisel:andesite:2, Andesite +chisel:andesite:3, Andesite +chisel:andesite:4, Andesite +chisel:andesite:5, Andesite +chisel:andesite:6, Andesite +chisel:andesite:7, Andesite +chisel:andesite:8, Andesite +chisel:andesite:9, Andesite +chisel:andesite:10, Andesite +chisel:andesite:11, Andesite +chisel:andesite:12, Andesite +chisel:andesite:13, Andesite +chisel:andesite:14, Andesite +chisel:andesite:15, Andesite +chisel:andesite1:0, Andesite +chisel:andesite1:1, Andesite +chisel:andesite1:2, Andesite +chisel:andesite1:3, Andesite +chisel:andesite1:4, Andesite +chisel:andesite1:5, Andesite +chisel:andesite1:6, Andesite +chisel:andesite1:7, Andesite +chisel:andesite1:8, Andesite +chisel:andesite1:9, Andesite +chisel:andesite1:10, Andesite +chisel:andesite1:11, Andesite +chisel:andesite1:12, Andesite +chisel:andesite1:13, Andesite +chisel:andesite1:14, Andesite +chisel:andesite1:15, Andesite +chisel:andesite2:0, Andesite +chisel:antiblock:0, Antiblock +chisel:antiblock:1, Antiblock +chisel:antiblock:2, Antiblock +chisel:antiblock:3, Antiblock +chisel:antiblock:4, Antiblock +chisel:antiblock:5, Antiblock +chisel:antiblock:6, Antiblock +chisel:antiblock:7, Antiblock +chisel:antiblock:8, Antiblock +chisel:antiblock:9, Antiblock +chisel:antiblock:10, Antiblock +chisel:antiblock:11, Antiblock +chisel:antiblock:12, Antiblock +chisel:antiblock:13, Antiblock +chisel:antiblock:14, Antiblock +chisel:antiblock:15, Antiblock +chisel:arcane_stone:0, Arcane Stone +chisel:arcane_stone:1, Arcane Stone +chisel:arcane_stone:2, Arcane Stone +chisel:arcane_stone:3, Arcane Stone +chisel:arcane_stone:4, Arcane Stone +chisel:arcane_stone:5, Arcane Stone +chisel:arcane_stone:6, Arcane Stone +chisel:arcane_stone:7, Arcane Stone +chisel:arcane_stone:8, Arcane Stone +chisel:arcane_stone:9, Arcane Stone +chisel:arcane_stone:10, Arcane Stone +chisel:arcane_stone:11, Arcane Stone +chisel:arcane_stone:12, Arcane Stone +chisel:arcane_stone:13, Arcane Stone +chisel:arcane_stone:14, Arcane Stone +chisel:arcane_stone:15, Arcane Stone +chisel:arcane_stone1:0, Arcane Stone +chisel:arcane_stone1:1, Arcane Stone +chisel:arcane_stone1:2, Arcane Stone +chisel:arcane_stone1:3, Arcane Stone +chisel:arcane_stone1:4, Arcane Stone +chisel:arcane_stone1:5, Arcane Stone +chisel:arcane_stone1:6, Arcane Stone +chisel:arcane_stone1:7, Arcane Stone +chisel:arcane_stone1:8, Arcane Stone +chisel:arcane_stone1:9, Arcane Stone +chisel:arcane_stone1:10, Arcane Stone +chisel:arcane_stone1:11, Arcane Stone +chisel:arcane_stone1:12, Arcane Stone +chisel:arcane_stone1:13, Arcane Stone +chisel:arcane_stone1:14, Arcane Stone +chisel:arcane_stone1:15, Arcane Stone +chisel:arcane_stone2:0, Arcane Stone +chisel:basalt:0, Basalt +chisel:basalt:1, Basalt +chisel:basalt:2, Basalt +chisel:basalt:3, Basalt +chisel:basalt:4, Basalt +chisel:basalt:5, Basalt +chisel:basalt:6, Basalt +chisel:basalt:7, Basalt +chisel:basalt:8, Basalt +chisel:basalt:9, Basalt +chisel:basalt:10, Basalt +chisel:basalt:11, Basalt +chisel:basalt:12, Basalt +chisel:basalt:13, Basalt +chisel:basalt:14, Basalt +chisel:basalt:15, Basalt +chisel:basalt1:0, Basalt +chisel:basalt1:1, Basalt +chisel:basalt1:2, Basalt +chisel:basalt1:3, Basalt +chisel:basalt1:4, Basalt +chisel:basalt1:5, Basalt +chisel:basalt1:6, Basalt +chisel:basalt1:7, Basalt +chisel:basalt1:8, Basalt +chisel:basalt1:9, Basalt +chisel:basalt2:0, Basalt +chisel:basalt2:1, Basalt +chisel:basalt2:2, Basalt +chisel:basalt2:3, Basalt +chisel:basalt2:4, Basalt +chisel:basalt2:5, Basalt +chisel:basalt2:6, Basalt +chisel:basalt2:7, Basalt +chisel:bookshelf_oak:0, Oak Bookshelf +chisel:bookshelf_oak:1, Oak Bookshelf +chisel:bookshelf_oak:2, Oak Bookshelf +chisel:bookshelf_oak:3, Oak Bookshelf +chisel:bookshelf_oak:4, Oak Bookshelf +chisel:bookshelf_oak:5, Oak Bookshelf +chisel:bookshelf_oak:6, Oak Bookshelf +chisel:bookshelf_oak:7, Oak Bookshelf +chisel:bookshelf_oak:8, Oak Bookshelf +chisel:bookshelf_oak:9, Oak Bookshelf +chisel:bookshelf_spruce:0, Spruce Bookshelf +chisel:bookshelf_spruce:1, Spruce Bookshelf +chisel:bookshelf_spruce:2, Spruce Bookshelf +chisel:bookshelf_spruce:3, Spruce Bookshelf +chisel:bookshelf_spruce:4, Spruce Bookshelf +chisel:bookshelf_spruce:5, Spruce Bookshelf +chisel:bookshelf_spruce:6, Spruce Bookshelf +chisel:bookshelf_spruce:7, Spruce Bookshelf +chisel:bookshelf_spruce:8, Spruce Bookshelf +chisel:bookshelf_spruce:9, Spruce Bookshelf +chisel:bookshelf_birch:0, Birch Bookshelf +chisel:bookshelf_birch:1, Birch Bookshelf +chisel:bookshelf_birch:2, Birch Bookshelf +chisel:bookshelf_birch:3, Birch Bookshelf +chisel:bookshelf_birch:4, Birch Bookshelf +chisel:bookshelf_birch:5, Birch Bookshelf +chisel:bookshelf_birch:6, Birch Bookshelf +chisel:bookshelf_birch:7, Birch Bookshelf +chisel:bookshelf_birch:8, Birch Bookshelf +chisel:bookshelf_birch:9, Birch Bookshelf +chisel:bookshelf_jungle:0, Jungle Bookshelf +chisel:bookshelf_jungle:1, Jungle Bookshelf +chisel:bookshelf_jungle:2, Jungle Bookshelf +chisel:bookshelf_jungle:3, Jungle Bookshelf +chisel:bookshelf_jungle:4, Jungle Bookshelf +chisel:bookshelf_jungle:5, Jungle Bookshelf +chisel:bookshelf_jungle:6, Jungle Bookshelf +chisel:bookshelf_jungle:7, Jungle Bookshelf +chisel:bookshelf_jungle:8, Jungle Bookshelf +chisel:bookshelf_jungle:9, Jungle Bookshelf +chisel:bookshelf_acacia:0, Acacia Bookshelf +chisel:bookshelf_acacia:1, Acacia Bookshelf +chisel:bookshelf_acacia:2, Acacia Bookshelf +chisel:bookshelf_acacia:3, Acacia Bookshelf +chisel:bookshelf_acacia:4, Acacia Bookshelf +chisel:bookshelf_acacia:5, Acacia Bookshelf +chisel:bookshelf_acacia:6, Acacia Bookshelf +chisel:bookshelf_acacia:7, Acacia Bookshelf +chisel:bookshelf_acacia:8, Acacia Bookshelf +chisel:bookshelf_acacia:9, Acacia Bookshelf +chisel:bookshelf_darkoak:0, Dark Oak Bookshelf +chisel:bookshelf_darkoak:1, Dark Oak Bookshelf +chisel:bookshelf_darkoak:2, Dark Oak Bookshelf +chisel:bookshelf_darkoak:3, Dark Oak Bookshelf +chisel:bookshelf_darkoak:4, Dark Oak Bookshelf +chisel:bookshelf_darkoak:5, Dark Oak Bookshelf +chisel:bookshelf_darkoak:6, Dark Oak Bookshelf +chisel:bookshelf_darkoak:7, Dark Oak Bookshelf +chisel:bookshelf_darkoak:8, Dark Oak Bookshelf +chisel:bookshelf_darkoak:9, Dark Oak Bookshelf +chisel:bricks:0, Bricks +chisel:bricks:1, Bricks +chisel:bricks:2, Bricks +chisel:bricks:3, Bricks +chisel:bricks:4, Bricks +chisel:bricks:5, Bricks +chisel:bricks:6, Bricks +chisel:bricks:7, Bricks +chisel:bricks:8, Bricks +chisel:bricks:9, Bricks +chisel:bricks:10, Bricks +chisel:bricks:11, Bricks +chisel:bricks:12, Bricks +chisel:bricks:13, Bricks +chisel:bricks:14, Bricks +chisel:bricks:15, Bricks +chisel:bricks1:0, Bricks +chisel:bricks1:1, Bricks +chisel:bricks1:2, Bricks +chisel:bricks1:3, Bricks +chisel:bricks1:4, Bricks +chisel:bricks1:5, Bricks +chisel:bricks1:6, Bricks +chisel:bricks1:7, Bricks +chisel:bricks1:8, Bricks +chisel:bricks1:9, Bricks +chisel:bricks2:0, Bricks +chisel:bricks2:1, Bricks +chisel:bricks2:2, Bricks +chisel:bricks2:3, Bricks +chisel:bricks2:4, Bricks +chisel:bricks2:5, Bricks +chisel:blockbronze:0, Block of Bronze +chisel:blockbronze:1, Block of Bronze +chisel:blockbronze:2, Block of Bronze +chisel:blockbronze:3, Block of Bronze +chisel:blockbronze:4, Block of Bronze +chisel:blockbronze:5, Block of Bronze +chisel:blockbronze:6, Block of Bronze +chisel:brownstone:0, Brownstone +chisel:brownstone:1, Brownstone +chisel:brownstone:2, Brownstone +chisel:brownstone:3, Brownstone +chisel:brownstone:4, Brownstone +chisel:brownstone:5, Brownstone +chisel:brownstone:6, Brownstone +chisel:brownstone:7, Brownstone +chisel:brownstone:8, Brownstone +chisel:brownstone:9, Brownstone +chisel:certus:0, Block of Certus Quartz +chisel:certus:1, Block of Certus Quartz +chisel:certus:2, Block of Certus Quartz +chisel:certus:3, Block of Certus Quartz +chisel:certus:4, Block of Certus Quartz +chisel:certus:5, Block of Certus Quartz +chisel:certus:6, Block of Certus Quartz +chisel:certus:7, Block of Certus Quartz +chisel:certus:8, Block of Certus Quartz +chisel:certus:9, Block of Certus Quartz +chisel:certus:10, Block of Certus Quartz +chisel:certus:11, Block of Certus Quartz +chisel:certus:12, Block of Certus Quartz +chisel:certus:13, Block of Certus Quartz +chisel:certus:14, Block of Certus Quartz +chisel:certus:15, Block of Certus Quartz +chisel:certus1:0, Block of Certus Quartz +chisel:certus1:1, Block of Certus Quartz +chisel:certus1:2, Block of Certus Quartz +chisel:certus1:3, Block of Certus Quartz +chisel:certus1:4, Block of Certus Quartz +chisel:certus1:5, Block of Certus Quartz +chisel:certus1:6, Block of Certus Quartz +chisel:certus1:7, Block of Certus Quartz +chisel:certus1:8, Block of Certus Quartz +chisel:certus1:9, Block of Certus Quartz +chisel:certus1:10, Block of Certus Quartz +chisel:certus1:11, Block of Certus Quartz +chisel:certus1:12, Block of Certus Quartz +chisel:certus1:13, Block of Certus Quartz +chisel:certus1:14, Block of Certus Quartz +chisel:certus1:15, Block of Certus Quartz +chisel:certus2:0, Block of Certus Quartz +chisel:certus2:1, Block of Certus Quartz +chisel:carpet_black:0, Black Carpet +chisel:carpet_black:1, Black Carpet +chisel:carpet_red:0, Red Carpet +chisel:carpet_red:1, Red Carpet +chisel:carpet_green:0, Green Carpet +chisel:carpet_green:1, Green Carpet +chisel:carpet_brown:0, Brown Carpet +chisel:carpet_brown:1, Brown Carpet +chisel:carpet_blue:0, Blue Carpet +chisel:carpet_blue:1, Blue Carpet +chisel:carpet_purple:0, Purple Carpet +chisel:carpet_purple:1, Purple Carpet +chisel:carpet_cyan:0, Cyan Carpet +chisel:carpet_cyan:1, Cyan Carpet +chisel:carpet_lightgray:0, Light Gray Carpet +chisel:carpet_lightgray:1, Light Gray Carpet +chisel:carpet_gray:0, Gray Carpet +chisel:carpet_gray:1, Gray Carpet +chisel:carpet_pink:0, Pink Carpet +chisel:carpet_pink:1, Pink Carpet +chisel:carpet_lime:0, Lime Carpet +chisel:carpet_lime:1, Lime Carpet +chisel:carpet_yellow:0, Yellow Carpet +chisel:carpet_yellow:1, Yellow Carpet +chisel:carpet_lightblue:0, Light Blue Carpet +chisel:carpet_lightblue:1, Light Blue Carpet +chisel:carpet_magenta:0, Magenta Carpet +chisel:carpet_magenta:1, Magenta Carpet +chisel:carpet_orange:0, Orange Carpet +chisel:carpet_orange:1, Orange Carpet +chisel:carpet_white:0, White Carpet +chisel:carpet_white:1, White Carpet +chisel:block_charcoal:0, Block of Charcoal +chisel:block_charcoal:1, Block of Charcoal +chisel:block_charcoal:2, Block of Charcoal +chisel:block_charcoal:3, Block of Charcoal +chisel:block_charcoal:4, Block of Charcoal +chisel:block_charcoal:5, Block of Charcoal +chisel:block_charcoal:6, Block of Charcoal +chisel:block_charcoal:7, Block of Charcoal +chisel:block_charcoal:8, Block of Charcoal +chisel:block_charcoal:9, Block of Charcoal +chisel:block_charcoal:10, Block of Charcoal +chisel:block_charcoal:11, Block of Charcoal +chisel:block_charcoal:12, Block of Charcoal +chisel:block_charcoal:13, Block of Charcoal +chisel:block_charcoal:14, Block of Charcoal +chisel:block_charcoal:15, Block of Charcoal +chisel:block_charcoal1:0, Block of Charcoal +chisel:block_charcoal1:1, Block of Charcoal +chisel:block_charcoal1:2, Block of Charcoal +chisel:block_charcoal1:3, Block of Charcoal +chisel:block_charcoal1:4, Block of Charcoal +chisel:block_charcoal1:5, Block of Charcoal +chisel:block_charcoal1:6, Block of Charcoal +chisel:block_charcoal1:7, Block of Charcoal +chisel:block_charcoal1:8, Block of Charcoal +chisel:block_charcoal1:9, Block of Charcoal +chisel:block_charcoal1:10, Block of Charcoal +chisel:block_charcoal1:11, Block of Charcoal +chisel:block_charcoal1:12, Block of Charcoal +chisel:block_charcoal1:13, Block of Charcoal +chisel:block_charcoal1:14, Block of Charcoal +chisel:block_charcoal1:15, Block of Charcoal +chisel:block_charcoal2:0, Block of Charcoal +chisel:block_charcoal2:1, Block of Charcoal +chisel:cloud:0, Cloud +chisel:cloud:1, Cloud +chisel:cloud:2, Cloud +chisel:cloud:3, Cloud +chisel:cloud:4, Cloud +chisel:blockcobalt:0, Block of Cobalt +chisel:blockcobalt:1, Block of Cobalt +chisel:blockcobalt:2, Block of Cobalt +chisel:blockcobalt:3, Block of Cobalt +chisel:blockcobalt:4, Block of Cobalt +chisel:blockcobalt:5, Block of Cobalt +chisel:blockcobalt:6, Block of Cobalt +chisel:cobblestone:0, Cobblestone +chisel:cobblestone:1, Cobblestone +chisel:cobblestone:2, Cobblestone +chisel:cobblestone:3, Cobblestone +chisel:cobblestone:4, Cobblestone +chisel:cobblestone:5, Cobblestone +chisel:cobblestone:6, Cobblestone +chisel:cobblestone:7, Cobblestone +chisel:cobblestone:8, Cobblestone +chisel:cobblestone:9, Cobblestone +chisel:cobblestone:10, Cobblestone +chisel:cobblestone:11, Cobblestone +chisel:cobblestone:12, Cobblestone +chisel:cobblestone:13, Cobblestone +chisel:cobblestone:14, Cobblestone +chisel:cobblestone:15, Cobblestone +chisel:cobblestone1:0, Cobblestone +chisel:cobblestone1:1, Cobblestone +chisel:cobblestone1:2, Cobblestone +chisel:cobblestone1:3, Cobblestone +chisel:cobblestone1:4, Cobblestone +chisel:cobblestone1:5, Cobblestone +chisel:cobblestone1:6, Cobblestone +chisel:cobblestone1:7, Cobblestone +chisel:cobblestone1:8, Cobblestone +chisel:cobblestone1:9, Cobblestone +chisel:cobblestone2:0, Cobblestone +chisel:cobblestone2:1, Cobblestone +chisel:cobblestone2:2, Cobblestone +chisel:cobblestone2:3, Cobblestone +chisel:cobblestone2:4, Cobblestone +chisel:cobblestone2:5, Cobblestone +chisel:cobblestone2:6, Cobblestone +chisel:cobblestone2:7, Cobblestone +chisel:cobblestone2:8, Cobblestone +chisel:cobblestone2:9, Cobblestone +chisel:block_coal:0, Block of Coal +chisel:block_coal:1, Block of Coal +chisel:block_coal:2, Block of Coal +chisel:block_coal:3, Block of Coal +chisel:block_coal:4, Block of Coal +chisel:block_coal:5, Block of Coal +chisel:block_coal:6, Block of Coal +chisel:block_coal:7, Block of Coal +chisel:block_coal:8, Block of Coal +chisel:block_coal:9, Block of Coal +chisel:block_coal:10, Block of Coal +chisel:block_coal:11, Block of Coal +chisel:block_coal:12, Block of Coal +chisel:block_coal:13, Block of Coal +chisel:block_coal:14, Block of Coal +chisel:block_coal:15, Block of Coal +chisel:block_coal1:0, Block of Coal +chisel:block_coal1:1, Block of Coal +chisel:block_coal1:2, Block of Coal +chisel:block_coal1:3, Block of Coal +chisel:block_coal1:4, Block of Coal +chisel:block_coal1:5, Block of Coal +chisel:block_coal1:6, Block of Coal +chisel:block_coal1:7, Block of Coal +chisel:block_coal1:8, Block of Coal +chisel:block_coal1:9, Block of Coal +chisel:block_coal1:10, Block of Coal +chisel:block_coal1:11, Block of Coal +chisel:block_coal1:12, Block of Coal +chisel:block_coal1:13, Block of Coal +chisel:block_coal1:14, Block of Coal +chisel:block_coal1:15, Block of Coal +chisel:block_coal2:0, Block of Coal +chisel:block_coal2:1, Block of Coal +chisel:block_coal_coke:0, Block of Coal Coke +chisel:block_coal_coke:1, Block of Coal Coke +chisel:block_coal_coke:2, Block of Coal Coke +chisel:block_coal_coke:3, Block of Coal Coke +chisel:block_coal_coke:4, Block of Coal Coke +chisel:block_coal_coke:5, Block of Coal Coke +chisel:block_coal_coke:6, Block of Coal Coke +chisel:block_coal_coke:7, Block of Coal Coke +chisel:block_coal_coke:8, Block of Coal Coke +chisel:block_coal_coke:9, Block of Coal Coke +chisel:block_coal_coke:10, Block of Coal Coke +chisel:block_coal_coke:11, Block of Coal Coke +chisel:block_coal_coke:12, Block of Coal Coke +chisel:block_coal_coke:13, Block of Coal Coke +chisel:block_coal_coke:14, Block of Coal Coke +chisel:block_coal_coke:15, Block of Coal Coke +chisel:block_coal_coke1:0, Block of Coal Coke +chisel:block_coal_coke1:1, Block of Coal Coke +chisel:block_coal_coke1:2, Block of Coal Coke +chisel:block_coal_coke1:3, Block of Coal Coke +chisel:block_coal_coke1:4, Block of Coal Coke +chisel:block_coal_coke1:5, Block of Coal Coke +chisel:block_coal_coke1:6, Block of Coal Coke +chisel:block_coal_coke1:7, Block of Coal Coke +chisel:block_coal_coke1:8, Block of Coal Coke +chisel:block_coal_coke1:9, Block of Coal Coke +chisel:block_coal_coke1:10, Block of Coal Coke +chisel:block_coal_coke1:11, Block of Coal Coke +chisel:block_coal_coke1:12, Block of Coal Coke +chisel:block_coal_coke1:13, Block of Coal Coke +chisel:block_coal_coke1:14, Block of Coal Coke +chisel:block_coal_coke1:15, Block of Coal Coke +chisel:block_coal_coke2:0, Block of Coal Coke +chisel:block_coal_coke2:1, Block of Coal Coke +chisel:cobblestonemossy:0, Moss Stone +chisel:cobblestonemossy:1, Moss Stone +chisel:cobblestonemossy:2, Moss Stone +chisel:cobblestonemossy:3, Moss Stone +chisel:cobblestonemossy:4, Moss Stone +chisel:cobblestonemossy:5, Moss Stone +chisel:cobblestonemossy:6, Moss Stone +chisel:cobblestonemossy:7, Moss Stone +chisel:cobblestonemossy:8, Moss Stone +chisel:cobblestonemossy:9, Moss Stone +chisel:cobblestonemossy:10, Moss Stone +chisel:cobblestonemossy:11, Moss Stone +chisel:cobblestonemossy:12, Moss Stone +chisel:cobblestonemossy:13, Moss Stone +chisel:cobblestonemossy:14, Moss Stone +chisel:cobblestonemossy:15, Moss Stone +chisel:cobblestonemossy1:0, Moss Stone +chisel:cobblestonemossy1:1, Moss Stone +chisel:cobblestonemossy1:2, Moss Stone +chisel:cobblestonemossy1:3, Moss Stone +chisel:cobblestonemossy1:4, Moss Stone +chisel:cobblestonemossy1:5, Moss Stone +chisel:cobblestonemossy1:6, Moss Stone +chisel:cobblestonemossy1:7, Moss Stone +chisel:cobblestonemossy1:8, Moss Stone +chisel:cobblestonemossy1:9, Moss Stone +chisel:cobblestonemossy1:10, Moss Stone +chisel:cobblestonemossy1:11, Moss Stone +chisel:cobblestonemossy1:12, Moss Stone +chisel:cobblestonemossy1:13, Moss Stone +chisel:cobblestonemossy1:14, Moss Stone +chisel:cobblestonemossy1:15, Moss Stone +chisel:cobblestonemossy2:0, Moss Stone +chisel:concrete_black:0, Black Concrete +chisel:concrete_black:1, Black Concrete +chisel:concrete_black:2, Black Concrete +chisel:concrete_black:3, Black Concrete +chisel:concrete_black:4, Black Concrete +chisel:concrete_black:5, Black Concrete +chisel:concrete_black:6, Black Concrete +chisel:concrete_black:7, Black Concrete +chisel:concrete_black:8, Black Concrete +chisel:concrete_black:9, Black Concrete +chisel:concrete_black:10, Black Concrete +chisel:concrete_black:11, Black Concrete +chisel:concrete_black:12, Black Concrete +chisel:concrete_black:13, Black Concrete +chisel:concrete_black:14, Black Concrete +chisel:concrete_black:15, Black Concrete +chisel:concrete_black1:0, Black Concrete +chisel:concrete_black1:1, Black Concrete +chisel:concrete_black1:2, Black Concrete +chisel:concrete_black1:3, Black Concrete +chisel:concrete_black1:4, Black Concrete +chisel:concrete_black1:5, Black Concrete +chisel:concrete_black1:6, Black Concrete +chisel:concrete_black1:7, Black Concrete +chisel:concrete_black1:8, Black Concrete +chisel:concrete_black1:9, Black Concrete +chisel:concrete_black1:10, Black Concrete +chisel:concrete_black1:11, Black Concrete +chisel:concrete_black1:12, Black Concrete +chisel:concrete_black1:13, Black Concrete +chisel:concrete_black1:14, Black Concrete +chisel:concrete_black1:15, Black Concrete +chisel:concrete_black2:0, Black Concrete +chisel:concrete_red:0, Red Concrete +chisel:concrete_red:1, Red Concrete +chisel:concrete_red:2, Red Concrete +chisel:concrete_red:3, Red Concrete +chisel:concrete_red:4, Red Concrete +chisel:concrete_red:5, Red Concrete +chisel:concrete_red:6, Red Concrete +chisel:concrete_red:7, Red Concrete +chisel:concrete_red:8, Red Concrete +chisel:concrete_red:9, Red Concrete +chisel:concrete_red:10, Red Concrete +chisel:concrete_red:11, Red Concrete +chisel:concrete_red:12, Red Concrete +chisel:concrete_red:13, Red Concrete +chisel:concrete_red:14, Red Concrete +chisel:concrete_red:15, Red Concrete +chisel:concrete_red1:0, Red Concrete +chisel:concrete_red1:1, Red Concrete +chisel:concrete_red1:2, Red Concrete +chisel:concrete_red1:3, Red Concrete +chisel:concrete_red1:4, Red Concrete +chisel:concrete_red1:5, Red Concrete +chisel:concrete_red1:6, Red Concrete +chisel:concrete_red1:7, Red Concrete +chisel:concrete_red1:8, Red Concrete +chisel:concrete_red1:9, Red Concrete +chisel:concrete_red1:10, Red Concrete +chisel:concrete_red1:11, Red Concrete +chisel:concrete_red1:12, Red Concrete +chisel:concrete_red1:13, Red Concrete +chisel:concrete_red1:14, Red Concrete +chisel:concrete_red1:15, Red Concrete +chisel:concrete_red2:0, Red Concrete +chisel:concrete_green:0, Green Concrete +chisel:concrete_green:1, Green Concrete +chisel:concrete_green:2, Green Concrete +chisel:concrete_green:3, Green Concrete +chisel:concrete_green:4, Green Concrete +chisel:concrete_green:5, Green Concrete +chisel:concrete_green:6, Green Concrete +chisel:concrete_green:7, Green Concrete +chisel:concrete_green:8, Green Concrete +chisel:concrete_green:9, Green Concrete +chisel:concrete_green:10, Green Concrete +chisel:concrete_green:11, Green Concrete +chisel:concrete_green:12, Green Concrete +chisel:concrete_green:13, Green Concrete +chisel:concrete_green:14, Green Concrete +chisel:concrete_green:15, Green Concrete +chisel:concrete_green1:0, Green Concrete +chisel:concrete_green1:1, Green Concrete +chisel:concrete_green1:2, Green Concrete +chisel:concrete_green1:3, Green Concrete +chisel:concrete_green1:4, Green Concrete +chisel:concrete_green1:5, Green Concrete +chisel:concrete_green1:6, Green Concrete +chisel:concrete_green1:7, Green Concrete +chisel:concrete_green1:8, Green Concrete +chisel:concrete_green1:9, Green Concrete +chisel:concrete_green1:10, Green Concrete +chisel:concrete_green1:11, Green Concrete +chisel:concrete_green1:12, Green Concrete +chisel:concrete_green1:13, Green Concrete +chisel:concrete_green1:14, Green Concrete +chisel:concrete_green1:15, Green Concrete +chisel:concrete_green2:0, Green Concrete +chisel:concrete_brown:0, Brown Concrete +chisel:concrete_brown:1, Brown Concrete +chisel:concrete_brown:2, Brown Concrete +chisel:concrete_brown:3, Brown Concrete +chisel:concrete_brown:4, Brown Concrete +chisel:concrete_brown:5, Brown Concrete +chisel:concrete_brown:6, Brown Concrete +chisel:concrete_brown:7, Brown Concrete +chisel:concrete_brown:8, Brown Concrete +chisel:concrete_brown:9, Brown Concrete +chisel:concrete_brown:10, Brown Concrete +chisel:concrete_brown:11, Brown Concrete +chisel:concrete_brown:12, Brown Concrete +chisel:concrete_brown:13, Brown Concrete +chisel:concrete_brown:14, Brown Concrete +chisel:concrete_brown:15, Brown Concrete +chisel:concrete_brown1:0, Brown Concrete +chisel:concrete_brown1:1, Brown Concrete +chisel:concrete_brown1:2, Brown Concrete +chisel:concrete_brown1:3, Brown Concrete +chisel:concrete_brown1:4, Brown Concrete +chisel:concrete_brown1:5, Brown Concrete +chisel:concrete_brown1:6, Brown Concrete +chisel:concrete_brown1:7, Brown Concrete +chisel:concrete_brown1:8, Brown Concrete +chisel:concrete_brown1:9, Brown Concrete +chisel:concrete_brown1:10, Brown Concrete +chisel:concrete_brown1:11, Brown Concrete +chisel:concrete_brown1:12, Brown Concrete +chisel:concrete_brown1:13, Brown Concrete +chisel:concrete_brown1:14, Brown Concrete +chisel:concrete_brown1:15, Brown Concrete +chisel:concrete_brown2:0, Brown Concrete +chisel:concrete_blue:0, Blue Concrete +chisel:concrete_blue:1, Blue Concrete +chisel:concrete_blue:2, Blue Concrete +chisel:concrete_blue:3, Blue Concrete +chisel:concrete_blue:4, Blue Concrete +chisel:concrete_blue:5, Blue Concrete +chisel:concrete_blue:6, Blue Concrete +chisel:concrete_blue:7, Blue Concrete +chisel:concrete_blue:8, Blue Concrete +chisel:concrete_blue:9, Blue Concrete +chisel:concrete_blue:10, Blue Concrete +chisel:concrete_blue:11, Blue Concrete +chisel:concrete_blue:12, Blue Concrete +chisel:concrete_blue:13, Blue Concrete +chisel:concrete_blue:14, Blue Concrete +chisel:concrete_blue:15, Blue Concrete +chisel:concrete_blue1:0, Blue Concrete +chisel:concrete_blue1:1, Blue Concrete +chisel:concrete_blue1:2, Blue Concrete +chisel:concrete_blue1:3, Blue Concrete +chisel:concrete_blue1:4, Blue Concrete +chisel:concrete_blue1:5, Blue Concrete +chisel:concrete_blue1:6, Blue Concrete +chisel:concrete_blue1:7, Blue Concrete +chisel:concrete_blue1:8, Blue Concrete +chisel:concrete_blue1:9, Blue Concrete +chisel:concrete_blue1:10, Blue Concrete +chisel:concrete_blue1:11, Blue Concrete +chisel:concrete_blue1:12, Blue Concrete +chisel:concrete_blue1:13, Blue Concrete +chisel:concrete_blue1:14, Blue Concrete +chisel:concrete_blue1:15, Blue Concrete +chisel:concrete_blue2:0, Blue Concrete +chisel:concrete_purple:0, Purple Concrete +chisel:concrete_purple:1, Purple Concrete +chisel:concrete_purple:2, Purple Concrete +chisel:concrete_purple:3, Purple Concrete +chisel:concrete_purple:4, Purple Concrete +chisel:concrete_purple:5, Purple Concrete +chisel:concrete_purple:6, Purple Concrete +chisel:concrete_purple:7, Purple Concrete +chisel:concrete_purple:8, Purple Concrete +chisel:concrete_purple:9, Purple Concrete +chisel:concrete_purple:10, Purple Concrete +chisel:concrete_purple:11, Purple Concrete +chisel:concrete_purple:12, Purple Concrete +chisel:concrete_purple:13, Purple Concrete +chisel:concrete_purple:14, Purple Concrete +chisel:concrete_purple:15, Purple Concrete +chisel:concrete_purple1:0, Purple Concrete +chisel:concrete_purple1:1, Purple Concrete +chisel:concrete_purple1:2, Purple Concrete +chisel:concrete_purple1:3, Purple Concrete +chisel:concrete_purple1:4, Purple Concrete +chisel:concrete_purple1:5, Purple Concrete +chisel:concrete_purple1:6, Purple Concrete +chisel:concrete_purple1:7, Purple Concrete +chisel:concrete_purple1:8, Purple Concrete +chisel:concrete_purple1:9, Purple Concrete +chisel:concrete_purple1:10, Purple Concrete +chisel:concrete_purple1:11, Purple Concrete +chisel:concrete_purple1:12, Purple Concrete +chisel:concrete_purple1:13, Purple Concrete +chisel:concrete_purple1:14, Purple Concrete +chisel:concrete_purple1:15, Purple Concrete +chisel:concrete_purple2:0, Purple Concrete +chisel:concrete_cyan:0, Cyan Concrete +chisel:concrete_cyan:1, Cyan Concrete +chisel:concrete_cyan:2, Cyan Concrete +chisel:concrete_cyan:3, Cyan Concrete +chisel:concrete_cyan:4, Cyan Concrete +chisel:concrete_cyan:5, Cyan Concrete +chisel:concrete_cyan:6, Cyan Concrete +chisel:concrete_cyan:7, Cyan Concrete +chisel:concrete_cyan:8, Cyan Concrete +chisel:concrete_cyan:9, Cyan Concrete +chisel:concrete_cyan:10, Cyan Concrete +chisel:concrete_cyan:11, Cyan Concrete +chisel:concrete_cyan:12, Cyan Concrete +chisel:concrete_cyan:13, Cyan Concrete +chisel:concrete_cyan:14, Cyan Concrete +chisel:concrete_cyan:15, Cyan Concrete +chisel:concrete_cyan1:0, Cyan Concrete +chisel:concrete_cyan1:1, Cyan Concrete +chisel:concrete_cyan1:2, Cyan Concrete +chisel:concrete_cyan1:3, Cyan Concrete +chisel:concrete_cyan1:4, Cyan Concrete +chisel:concrete_cyan1:5, Cyan Concrete +chisel:concrete_cyan1:6, Cyan Concrete +chisel:concrete_cyan1:7, Cyan Concrete +chisel:concrete_cyan1:8, Cyan Concrete +chisel:concrete_cyan1:9, Cyan Concrete +chisel:concrete_cyan1:10, Cyan Concrete +chisel:concrete_cyan1:11, Cyan Concrete +chisel:concrete_cyan1:12, Cyan Concrete +chisel:concrete_cyan1:13, Cyan Concrete +chisel:concrete_cyan1:14, Cyan Concrete +chisel:concrete_cyan1:15, Cyan Concrete +chisel:concrete_cyan2:0, Cyan Concrete +chisel:concrete_lightgray:0, Light Gray Concrete +chisel:concrete_lightgray:1, Light Gray Concrete +chisel:concrete_lightgray:2, Light Gray Concrete +chisel:concrete_lightgray:3, Light Gray Concrete +chisel:concrete_lightgray:4, Light Gray Concrete +chisel:concrete_lightgray:5, Light Gray Concrete +chisel:concrete_lightgray:6, Light Gray Concrete +chisel:concrete_lightgray:7, Light Gray Concrete +chisel:concrete_lightgray:8, Light Gray Concrete +chisel:concrete_lightgray:9, Light Gray Concrete +chisel:concrete_lightgray:10, Light Gray Concrete +chisel:concrete_lightgray:11, Light Gray Concrete +chisel:concrete_lightgray:12, Light Gray Concrete +chisel:concrete_lightgray:13, Light Gray Concrete +chisel:concrete_lightgray:14, Light Gray Concrete +chisel:concrete_lightgray:15, Light Gray Concrete +chisel:concrete_lightgray1:0, Light Gray Concrete +chisel:concrete_lightgray1:1, Light Gray Concrete +chisel:concrete_lightgray1:2, Light Gray Concrete +chisel:concrete_lightgray1:3, Light Gray Concrete +chisel:concrete_lightgray1:4, Light Gray Concrete +chisel:concrete_lightgray1:5, Light Gray Concrete +chisel:concrete_lightgray1:6, Light Gray Concrete +chisel:concrete_lightgray1:7, Light Gray Concrete +chisel:concrete_lightgray1:8, Light Gray Concrete +chisel:concrete_lightgray1:9, Light Gray Concrete +chisel:concrete_lightgray1:10, Light Gray Concrete +chisel:concrete_lightgray1:11, Light Gray Concrete +chisel:concrete_lightgray1:12, Light Gray Concrete +chisel:concrete_lightgray1:13, Light Gray Concrete +chisel:concrete_lightgray1:14, Light Gray Concrete +chisel:concrete_lightgray1:15, Light Gray Concrete +chisel:concrete_lightgray2:0, Light Gray Concrete +chisel:concrete_gray:0, Gray Concrete +chisel:concrete_gray:1, Gray Concrete +chisel:concrete_gray:2, Gray Concrete +chisel:concrete_gray:3, Gray Concrete +chisel:concrete_gray:4, Gray Concrete +chisel:concrete_gray:5, Gray Concrete +chisel:concrete_gray:6, Gray Concrete +chisel:concrete_gray:7, Gray Concrete +chisel:concrete_gray:8, Gray Concrete +chisel:concrete_gray:9, Gray Concrete +chisel:concrete_gray:10, Gray Concrete +chisel:concrete_gray:11, Gray Concrete +chisel:concrete_gray:12, Gray Concrete +chisel:concrete_gray:13, Gray Concrete +chisel:concrete_gray:14, Gray Concrete +chisel:concrete_gray:15, Gray Concrete +chisel:concrete_gray1:0, Gray Concrete +chisel:concrete_gray1:1, Gray Concrete +chisel:concrete_gray1:2, Gray Concrete +chisel:concrete_gray1:3, Gray Concrete +chisel:concrete_gray1:4, Gray Concrete +chisel:concrete_gray1:5, Gray Concrete +chisel:concrete_gray1:6, Gray Concrete +chisel:concrete_gray1:7, Gray Concrete +chisel:concrete_gray1:8, Gray Concrete +chisel:concrete_gray1:9, Gray Concrete +chisel:concrete_gray1:10, Gray Concrete +chisel:concrete_gray1:11, Gray Concrete +chisel:concrete_gray1:12, Gray Concrete +chisel:concrete_gray1:13, Gray Concrete +chisel:concrete_gray1:14, Gray Concrete +chisel:concrete_gray1:15, Gray Concrete +chisel:concrete_gray2:0, Gray Concrete +chisel:concrete_pink:0, Pink Concrete +chisel:concrete_pink:1, Pink Concrete +chisel:concrete_pink:2, Pink Concrete +chisel:concrete_pink:3, Pink Concrete +chisel:concrete_pink:4, Pink Concrete +chisel:concrete_pink:5, Pink Concrete +chisel:concrete_pink:6, Pink Concrete +chisel:concrete_pink:7, Pink Concrete +chisel:concrete_pink:8, Pink Concrete +chisel:concrete_pink:9, Pink Concrete +chisel:concrete_pink:10, Pink Concrete +chisel:concrete_pink:11, Pink Concrete +chisel:concrete_pink:12, Pink Concrete +chisel:concrete_pink:13, Pink Concrete +chisel:concrete_pink:14, Pink Concrete +chisel:concrete_pink:15, Pink Concrete +chisel:concrete_pink1:0, Pink Concrete +chisel:concrete_pink1:1, Pink Concrete +chisel:concrete_pink1:2, Pink Concrete +chisel:concrete_pink1:3, Pink Concrete +chisel:concrete_pink1:4, Pink Concrete +chisel:concrete_pink1:5, Pink Concrete +chisel:concrete_pink1:6, Pink Concrete +chisel:concrete_pink1:7, Pink Concrete +chisel:concrete_pink1:8, Pink Concrete +chisel:concrete_pink1:9, Pink Concrete +chisel:concrete_pink1:10, Pink Concrete +chisel:concrete_pink1:11, Pink Concrete +chisel:concrete_pink1:12, Pink Concrete +chisel:concrete_pink1:13, Pink Concrete +chisel:concrete_pink1:14, Pink Concrete +chisel:concrete_pink1:15, Pink Concrete +chisel:concrete_pink2:0, Pink Concrete +chisel:concrete_lime:0, Lime Concrete +chisel:concrete_lime:1, Lime Concrete +chisel:concrete_lime:2, Lime Concrete +chisel:concrete_lime:3, Lime Concrete +chisel:concrete_lime:4, Lime Concrete +chisel:concrete_lime:5, Lime Concrete +chisel:concrete_lime:6, Lime Concrete +chisel:concrete_lime:7, Lime Concrete +chisel:concrete_lime:8, Lime Concrete +chisel:concrete_lime:9, Lime Concrete +chisel:concrete_lime:10, Lime Concrete +chisel:concrete_lime:11, Lime Concrete +chisel:concrete_lime:12, Lime Concrete +chisel:concrete_lime:13, Lime Concrete +chisel:concrete_lime:14, Lime Concrete +chisel:concrete_lime:15, Lime Concrete +chisel:concrete_lime1:0, Lime Concrete +chisel:concrete_lime1:1, Lime Concrete +chisel:concrete_lime1:2, Lime Concrete +chisel:concrete_lime1:3, Lime Concrete +chisel:concrete_lime1:4, Lime Concrete +chisel:concrete_lime1:5, Lime Concrete +chisel:concrete_lime1:6, Lime Concrete +chisel:concrete_lime1:7, Lime Concrete +chisel:concrete_lime1:8, Lime Concrete +chisel:concrete_lime1:9, Lime Concrete +chisel:concrete_lime1:10, Lime Concrete +chisel:concrete_lime1:11, Lime Concrete +chisel:concrete_lime1:12, Lime Concrete +chisel:concrete_lime1:13, Lime Concrete +chisel:concrete_lime1:14, Lime Concrete +chisel:concrete_lime1:15, Lime Concrete +chisel:concrete_lime2:0, Lime Concrete +chisel:concrete_yellow:0, Yellow Concrete +chisel:concrete_yellow:1, Yellow Concrete +chisel:concrete_yellow:2, Yellow Concrete +chisel:concrete_yellow:3, Yellow Concrete +chisel:concrete_yellow:4, Yellow Concrete +chisel:concrete_yellow:5, Yellow Concrete +chisel:concrete_yellow:6, Yellow Concrete +chisel:concrete_yellow:7, Yellow Concrete +chisel:concrete_yellow:8, Yellow Concrete +chisel:concrete_yellow:9, Yellow Concrete +chisel:concrete_yellow:10, Yellow Concrete +chisel:concrete_yellow:11, Yellow Concrete +chisel:concrete_yellow:12, Yellow Concrete +chisel:concrete_yellow:13, Yellow Concrete +chisel:concrete_yellow:14, Yellow Concrete +chisel:concrete_yellow:15, Yellow Concrete +chisel:concrete_yellow1:0, Yellow Concrete +chisel:concrete_yellow1:1, Yellow Concrete +chisel:concrete_yellow1:2, Yellow Concrete +chisel:concrete_yellow1:3, Yellow Concrete +chisel:concrete_yellow1:4, Yellow Concrete +chisel:concrete_yellow1:5, Yellow Concrete +chisel:concrete_yellow1:6, Yellow Concrete +chisel:concrete_yellow1:7, Yellow Concrete +chisel:concrete_yellow1:8, Yellow Concrete +chisel:concrete_yellow1:9, Yellow Concrete +chisel:concrete_yellow1:10, Yellow Concrete +chisel:concrete_yellow1:11, Yellow Concrete +chisel:concrete_yellow1:12, Yellow Concrete +chisel:concrete_yellow1:13, Yellow Concrete +chisel:concrete_yellow1:14, Yellow Concrete +chisel:concrete_yellow1:15, Yellow Concrete +chisel:concrete_yellow2:0, Yellow Concrete +chisel:concrete_lightblue:0, Light Blue Concrete +chisel:concrete_lightblue:1, Light Blue Concrete +chisel:concrete_lightblue:2, Light Blue Concrete +chisel:concrete_lightblue:3, Light Blue Concrete +chisel:concrete_lightblue:4, Light Blue Concrete +chisel:concrete_lightblue:5, Light Blue Concrete +chisel:concrete_lightblue:6, Light Blue Concrete +chisel:concrete_lightblue:7, Light Blue Concrete +chisel:concrete_lightblue:8, Light Blue Concrete +chisel:concrete_lightblue:9, Light Blue Concrete +chisel:concrete_lightblue:10, Light Blue Concrete +chisel:concrete_lightblue:11, Light Blue Concrete +chisel:concrete_lightblue:12, Light Blue Concrete +chisel:concrete_lightblue:13, Light Blue Concrete +chisel:concrete_lightblue:14, Light Blue Concrete +chisel:concrete_lightblue:15, Light Blue Concrete +chisel:concrete_lightblue1:0, Light Blue Concrete +chisel:concrete_lightblue1:1, Light Blue Concrete +chisel:concrete_lightblue1:2, Light Blue Concrete +chisel:concrete_lightblue1:3, Light Blue Concrete +chisel:concrete_lightblue1:4, Light Blue Concrete +chisel:concrete_lightblue1:5, Light Blue Concrete +chisel:concrete_lightblue1:6, Light Blue Concrete +chisel:concrete_lightblue1:7, Light Blue Concrete +chisel:concrete_lightblue1:8, Light Blue Concrete +chisel:concrete_lightblue1:9, Light Blue Concrete +chisel:concrete_lightblue1:10, Light Blue Concrete +chisel:concrete_lightblue1:11, Light Blue Concrete +chisel:concrete_lightblue1:12, Light Blue Concrete +chisel:concrete_lightblue1:13, Light Blue Concrete +chisel:concrete_lightblue1:14, Light Blue Concrete +chisel:concrete_lightblue1:15, Light Blue Concrete +chisel:concrete_lightblue2:0, Light Blue Concrete +chisel:concrete_magenta:0, Magenta Concrete +chisel:concrete_magenta:1, Magenta Concrete +chisel:concrete_magenta:2, Magenta Concrete +chisel:concrete_magenta:3, Magenta Concrete +chisel:concrete_magenta:4, Magenta Concrete +chisel:concrete_magenta:5, Magenta Concrete +chisel:concrete_magenta:6, Magenta Concrete +chisel:concrete_magenta:7, Magenta Concrete +chisel:concrete_magenta:8, Magenta Concrete +chisel:concrete_magenta:9, Magenta Concrete +chisel:concrete_magenta:10, Magenta Concrete +chisel:concrete_magenta:11, Magenta Concrete +chisel:concrete_magenta:12, Magenta Concrete +chisel:concrete_magenta:13, Magenta Concrete +chisel:concrete_magenta:14, Magenta Concrete +chisel:concrete_magenta:15, Magenta Concrete +chisel:concrete_magenta1:0, Magenta Concrete +chisel:concrete_magenta1:1, Magenta Concrete +chisel:concrete_magenta1:2, Magenta Concrete +chisel:concrete_magenta1:3, Magenta Concrete +chisel:concrete_magenta1:4, Magenta Concrete +chisel:concrete_magenta1:5, Magenta Concrete +chisel:concrete_magenta1:6, Magenta Concrete +chisel:concrete_magenta1:7, Magenta Concrete +chisel:concrete_magenta1:8, Magenta Concrete +chisel:concrete_magenta1:9, Magenta Concrete +chisel:concrete_magenta1:10, Magenta Concrete +chisel:concrete_magenta1:11, Magenta Concrete +chisel:concrete_magenta1:12, Magenta Concrete +chisel:concrete_magenta1:13, Magenta Concrete +chisel:concrete_magenta1:14, Magenta Concrete +chisel:concrete_magenta1:15, Magenta Concrete +chisel:concrete_magenta2:0, Magenta Concrete +chisel:concrete_orange:0, Orange Concrete +chisel:concrete_orange:1, Orange Concrete +chisel:concrete_orange:2, Orange Concrete +chisel:concrete_orange:3, Orange Concrete +chisel:concrete_orange:4, Orange Concrete +chisel:concrete_orange:5, Orange Concrete +chisel:concrete_orange:6, Orange Concrete +chisel:concrete_orange:7, Orange Concrete +chisel:concrete_orange:8, Orange Concrete +chisel:concrete_orange:9, Orange Concrete +chisel:concrete_orange:10, Orange Concrete +chisel:concrete_orange:11, Orange Concrete +chisel:concrete_orange:12, Orange Concrete +chisel:concrete_orange:13, Orange Concrete +chisel:concrete_orange:14, Orange Concrete +chisel:concrete_orange:15, Orange Concrete +chisel:concrete_orange1:0, Orange Concrete +chisel:concrete_orange1:1, Orange Concrete +chisel:concrete_orange1:2, Orange Concrete +chisel:concrete_orange1:3, Orange Concrete +chisel:concrete_orange1:4, Orange Concrete +chisel:concrete_orange1:5, Orange Concrete +chisel:concrete_orange1:6, Orange Concrete +chisel:concrete_orange1:7, Orange Concrete +chisel:concrete_orange1:8, Orange Concrete +chisel:concrete_orange1:9, Orange Concrete +chisel:concrete_orange1:10, Orange Concrete +chisel:concrete_orange1:11, Orange Concrete +chisel:concrete_orange1:12, Orange Concrete +chisel:concrete_orange1:13, Orange Concrete +chisel:concrete_orange1:14, Orange Concrete +chisel:concrete_orange1:15, Orange Concrete +chisel:concrete_orange2:0, Orange Concrete +chisel:concrete_white:0, White Concrete +chisel:concrete_white:1, White Concrete +chisel:concrete_white:2, White Concrete +chisel:concrete_white:3, White Concrete +chisel:concrete_white:4, White Concrete +chisel:concrete_white:5, White Concrete +chisel:concrete_white:6, White Concrete +chisel:concrete_white:7, White Concrete +chisel:concrete_white:8, White Concrete +chisel:concrete_white:9, White Concrete +chisel:concrete_white:10, White Concrete +chisel:concrete_white:11, White Concrete +chisel:concrete_white:12, White Concrete +chisel:concrete_white:13, White Concrete +chisel:concrete_white:14, White Concrete +chisel:concrete_white:15, White Concrete +chisel:concrete_white1:0, White Concrete +chisel:concrete_white1:1, White Concrete +chisel:concrete_white1:2, White Concrete +chisel:concrete_white1:3, White Concrete +chisel:concrete_white1:4, White Concrete +chisel:concrete_white1:5, White Concrete +chisel:concrete_white1:6, White Concrete +chisel:concrete_white1:7, White Concrete +chisel:concrete_white1:8, White Concrete +chisel:concrete_white1:9, White Concrete +chisel:concrete_white1:10, White Concrete +chisel:concrete_white1:11, White Concrete +chisel:concrete_white1:12, White Concrete +chisel:concrete_white1:13, White Concrete +chisel:concrete_white1:14, White Concrete +chisel:concrete_white1:15, White Concrete +chisel:concrete_white2:0, White Concrete +chisel:blockcopper:0, Block of Copper +chisel:blockcopper:1, Block of Copper +chisel:blockcopper:2, Block of Copper +chisel:blockcopper:3, Block of Copper +chisel:blockcopper:4, Block of Copper +chisel:blockcopper:5, Block of Copper +chisel:blockcopper:6, Block of Copper +chisel:diamond:0, Block of Diamond +chisel:diamond:1, Block of Diamond +chisel:diamond:2, Block of Diamond +chisel:diamond:3, Block of Diamond +chisel:diamond:4, Block of Diamond +chisel:diamond:5, Block of Diamond +chisel:diamond:6, Block of Diamond +chisel:diamond:7, Block of Diamond +chisel:diamond:8, Block of Diamond +chisel:diamond:9, Block of Diamond +chisel:diamond:10, Block of Diamond +chisel:diamond:11, Block of Diamond +chisel:diorite:0, Diorite +chisel:diorite:1, Diorite +chisel:diorite:2, Diorite +chisel:diorite:3, Diorite +chisel:diorite:4, Diorite +chisel:diorite:5, Diorite +chisel:diorite:6, Diorite +chisel:diorite:7, Diorite +chisel:diorite:8, Diorite +chisel:diorite:9, Diorite +chisel:diorite:10, Diorite +chisel:diorite:11, Diorite +chisel:diorite:12, Diorite +chisel:diorite:13, Diorite +chisel:diorite:14, Diorite +chisel:diorite:15, Diorite +chisel:diorite1:0, Diorite +chisel:diorite1:1, Diorite +chisel:diorite1:2, Diorite +chisel:diorite1:3, Diorite +chisel:diorite1:4, Diorite +chisel:diorite1:5, Diorite +chisel:diorite1:6, Diorite +chisel:diorite1:7, Diorite +chisel:diorite1:8, Diorite +chisel:diorite1:9, Diorite +chisel:diorite1:10, Diorite +chisel:diorite1:11, Diorite +chisel:diorite1:12, Diorite +chisel:diorite1:13, Diorite +chisel:diorite1:14, Diorite +chisel:diorite1:15, Diorite +chisel:diorite2:0, Diorite +chisel:dirt:0, Dirt +chisel:dirt:1, Dirt +chisel:dirt:2, Dirt +chisel:dirt:3, Dirt +chisel:dirt:4, Dirt +chisel:dirt:5, Dirt +chisel:dirt:6, Dirt +chisel:dirt:7, Dirt +chisel:dirt:8, Dirt +chisel:dirt:9, Dirt +chisel:dirt:10, Dirt +chisel:dirt:11, Dirt +chisel:dirt:12, Dirt +chisel:dirt:13, Dirt +chisel:dirt:14, Dirt +chisel:dirt:15, Dirt +chisel:blockelectrum:0, Block of Electrum +chisel:blockelectrum:1, Block of Electrum +chisel:blockelectrum:2, Block of Electrum +chisel:blockelectrum:3, Block of Electrum +chisel:blockelectrum:4, Block of Electrum +chisel:blockelectrum:5, Block of Electrum +chisel:blockelectrum:6, Block of Electrum +chisel:emerald:0, Block of Emerald +chisel:emerald:1, Block of Emerald +chisel:emerald:2, Block of Emerald +chisel:emerald:3, Block of Emerald +chisel:emerald:4, Block of Emerald +chisel:emerald:5, Block of Emerald +chisel:emerald:6, Block of Emerald +chisel:emerald:7, Block of Emerald +chisel:emerald:8, Block of Emerald +chisel:emerald:9, Block of Emerald +chisel:emerald:10, Block of Emerald +chisel:emerald:11, Block of Emerald +chisel:emerald:12, Block of Emerald +chisel:emerald:13, Block of Emerald +chisel:purpur:0, Purpur Block +chisel:purpur:1, Purpur Block +chisel:purpur:2, Purpur Block +chisel:purpur:3, Purpur Block +chisel:purpur:4, Purpur Block +chisel:purpur:5, Purpur Block +chisel:purpur:6, Purpur Block +chisel:purpur:7, Purpur Block +chisel:purpur:8, Purpur Block +chisel:purpur:9, Purpur Block +chisel:purpur:10, Purpur Block +chisel:purpur:11, Purpur Block +chisel:purpur:12, Purpur Block +chisel:purpur:13, Purpur Block +chisel:purpur:14, Purpur Block +chisel:purpur:15, Purpur Block +chisel:purpur1:0, Purpur Block +chisel:purpur1:1, Purpur Block +chisel:purpur1:2, Purpur Block +chisel:purpur1:3, Purpur Block +chisel:purpur1:4, Purpur Block +chisel:purpur1:5, Purpur Block +chisel:purpur1:6, Purpur Block +chisel:purpur1:7, Purpur Block +chisel:purpur1:8, Purpur Block +chisel:purpur1:9, Purpur Block +chisel:purpur2:0, Purpur Block +chisel:purpur2:1, Purpur Block +chisel:purpur2:2, Purpur Block +chisel:purpur2:3, Purpur Block +chisel:purpur2:4, Purpur Block +chisel:endstone:0, Endstone +chisel:endstone:1, Endstone +chisel:endstone:2, Endstone +chisel:endstone:3, Endstone +chisel:endstone:4, Endstone +chisel:endstone:5, Endstone +chisel:endstone:6, Endstone +chisel:endstone:7, Endstone +chisel:endstone:8, Endstone +chisel:endstone:9, Endstone +chisel:endstone:10, Endstone +chisel:endstone:11, Endstone +chisel:endstone:12, Endstone +chisel:endstone:13, Endstone +chisel:endstone:14, Endstone +chisel:endstone:15, Endstone +chisel:endstone1:0, Endstone +chisel:endstone1:1, Endstone +chisel:endstone1:2, Endstone +chisel:endstone1:3, Endstone +chisel:endstone1:4, Endstone +chisel:endstone1:5, Endstone +chisel:endstone1:6, Endstone +chisel:endstone1:7, Endstone +chisel:endstone1:8, Endstone +chisel:endstone1:9, Endstone +chisel:endstone2:0, Endstone +chisel:endstone2:1, Endstone +chisel:endstone2:2, Endstone +chisel:endstone2:3, Endstone +chisel:endstone2:4, Endstone +chisel:endstone2:5, Endstone +chisel:endstone2:6, Endstone +chisel:factory:0, Factory Block +chisel:factory:1, Factory Block +chisel:factory:2, Factory Block +chisel:factory:3, Factory Block +chisel:factory:4, Factory Block +chisel:factory:5, Factory Block +chisel:factory:6, Factory Block +chisel:factory:7, Factory Block +chisel:factory:8, Factory Block +chisel:factory:9, Factory Block +chisel:factory:10, Factory Block +chisel:factory:11, Factory Block +chisel:factory:12, Factory Block +chisel:factory:13, Factory Block +chisel:factory:14, Factory Block +chisel:factory:15, Factory Block +chisel:factory1:0, Factory Block +chisel:factory1:1, Factory Block +chisel:factory1:2, Factory Block +chisel:factory1:3, Factory Block +chisel:factory1:4, Factory Block +chisel:futura:0, Futura Block +chisel:futura:1, Futura Block +chisel:futura:2, Futura Block +chisel:futura:3, Futura Block +chisel:futura:4, Futura Block +chisel:futura:5, Futura Block +chisel:glass:0, Glass +chisel:glass:1, Glass +chisel:glass:2, Glass +chisel:glass:3, Glass +chisel:glass:4, Glass +chisel:glass:5, Glass +chisel:glass:6, Glass +chisel:glass:7, Glass +chisel:glass:8, Glass +chisel:glass:9, Glass +chisel:glass:10, Glass +chisel:glass:11, Glass +chisel:glass:12, Glass +chisel:glass:13, Glass +chisel:glass:14, Glass +chisel:glass:15, Glass +chisel:glass1:0, Glass +chisel:glass1:1, Glass +chisel:glasspane:0, Glass Pane +chisel:glasspane:1, Glass Pane +chisel:glasspane:2, Glass Pane +chisel:glasspane:3, Glass Pane +chisel:glasspane:4, Glass Pane +chisel:glasspane:5, Glass Pane +chisel:glasspane:6, Glass Pane +chisel:glasspane:7, Glass Pane +chisel:glasspane:8, Glass Pane +chisel:glasspane:9, Glass Pane +chisel:glasspane:10, Glass Pane +chisel:glasspane:11, Glass Pane +chisel:glasspane:12, Glass Pane +chisel:glasspane:13, Glass Pane +chisel:glasspane:14, Glass Pane +chisel:glasspane:15, Glass Pane +chisel:glasspane1:0, Glass Pane +chisel:glasspane1:1, Glass Pane +chisel:glassdyedblack:0, Black Stained Glass +chisel:glassdyedblack:1, Black Stained Glass +chisel:glassdyedblack:2, Black Stained Glass +chisel:glassdyedblack:3, Black Stained Glass +chisel:glassdyedblack:4, Black Stained Glass +chisel:glassdyedblack:5, Black Stained Glass +chisel:glasspanedyedblack:0, Black Stained Glass Pane +chisel:glasspanedyedblack:1, Black Stained Glass Pane +chisel:glasspanedyedblack:2, Black Stained Glass Pane +chisel:glasspanedyedblack:3, Black Stained Glass Pane +chisel:glasspanedyedblack:4, Black Stained Glass Pane +chisel:glasspanedyedblack:5, Black Stained Glass Pane +chisel:glassdyedred:0, Red Stained Glass +chisel:glassdyedred:1, Red Stained Glass +chisel:glassdyedred:2, Red Stained Glass +chisel:glassdyedred:3, Red Stained Glass +chisel:glassdyedred:4, Red Stained Glass +chisel:glassdyedred:5, Red Stained Glass +chisel:glasspanedyedred:0, Red Stained Glass Pane +chisel:glasspanedyedred:1, Red Stained Glass Pane +chisel:glasspanedyedred:2, Red Stained Glass Pane +chisel:glasspanedyedred:3, Red Stained Glass Pane +chisel:glasspanedyedred:4, Red Stained Glass Pane +chisel:glasspanedyedred:5, Red Stained Glass Pane +chisel:glassdyedgreen:0, Green Stained Glass +chisel:glassdyedgreen:1, Green Stained Glass +chisel:glassdyedgreen:2, Green Stained Glass +chisel:glassdyedgreen:3, Green Stained Glass +chisel:glassdyedgreen:4, Green Stained Glass +chisel:glassdyedgreen:5, Green Stained Glass +chisel:glasspanedyedgreen:0, Green Stained Glass Pane +chisel:glasspanedyedgreen:1, Green Stained Glass Pane +chisel:glasspanedyedgreen:2, Green Stained Glass Pane +chisel:glasspanedyedgreen:3, Green Stained Glass Pane +chisel:glasspanedyedgreen:4, Green Stained Glass Pane +chisel:glasspanedyedgreen:5, Green Stained Glass Pane +chisel:glassdyedbrown:0, Brown Stained Glass +chisel:glassdyedbrown:1, Brown Stained Glass +chisel:glassdyedbrown:2, Brown Stained Glass +chisel:glassdyedbrown:3, Brown Stained Glass +chisel:glassdyedbrown:4, Brown Stained Glass +chisel:glassdyedbrown:5, Brown Stained Glass +chisel:glasspanedyedbrown:0, Brown Stained Glass Pane +chisel:glasspanedyedbrown:1, Brown Stained Glass Pane +chisel:glasspanedyedbrown:2, Brown Stained Glass Pane +chisel:glasspanedyedbrown:3, Brown Stained Glass Pane +chisel:glasspanedyedbrown:4, Brown Stained Glass Pane +chisel:glasspanedyedbrown:5, Brown Stained Glass Pane +chisel:glassdyedblue:0, Blue Stained Glass +chisel:glassdyedblue:1, Blue Stained Glass +chisel:glassdyedblue:2, Blue Stained Glass +chisel:glassdyedblue:3, Blue Stained Glass +chisel:glassdyedblue:4, Blue Stained Glass +chisel:glassdyedblue:5, Blue Stained Glass +chisel:glasspanedyedblue:0, Blue Stained Glass Pane +chisel:glasspanedyedblue:1, Blue Stained Glass Pane +chisel:glasspanedyedblue:2, Blue Stained Glass Pane +chisel:glasspanedyedblue:3, Blue Stained Glass Pane +chisel:glasspanedyedblue:4, Blue Stained Glass Pane +chisel:glasspanedyedblue:5, Blue Stained Glass Pane +chisel:glassdyedpurple:0, Purple Stained Glass +chisel:glassdyedpurple:1, Purple Stained Glass +chisel:glassdyedpurple:2, Purple Stained Glass +chisel:glassdyedpurple:3, Purple Stained Glass +chisel:glassdyedpurple:4, Purple Stained Glass +chisel:glassdyedpurple:5, Purple Stained Glass +chisel:glasspanedyedpurple:0, Purple Stained Glass Pane +chisel:glasspanedyedpurple:1, Purple Stained Glass Pane +chisel:glasspanedyedpurple:2, Purple Stained Glass Pane +chisel:glasspanedyedpurple:3, Purple Stained Glass Pane +chisel:glasspanedyedpurple:4, Purple Stained Glass Pane +chisel:glasspanedyedpurple:5, Purple Stained Glass Pane +chisel:glassdyedcyan:0, Cyan Stained Glass +chisel:glassdyedcyan:1, Cyan Stained Glass +chisel:glassdyedcyan:2, Cyan Stained Glass +chisel:glassdyedcyan:3, Cyan Stained Glass +chisel:glassdyedcyan:4, Cyan Stained Glass +chisel:glassdyedcyan:5, Cyan Stained Glass +chisel:glasspanedyedcyan:0, Cyan Stained Glass Pane +chisel:glasspanedyedcyan:1, Cyan Stained Glass Pane +chisel:glasspanedyedcyan:2, Cyan Stained Glass Pane +chisel:glasspanedyedcyan:3, Cyan Stained Glass Pane +chisel:glasspanedyedcyan:4, Cyan Stained Glass Pane +chisel:glasspanedyedcyan:5, Cyan Stained Glass Pane +chisel:glassdyedlightgray:0, Light Gray Stained Glass +chisel:glassdyedlightgray:1, Light Gray Stained Glass +chisel:glassdyedlightgray:2, Light Gray Stained Glass +chisel:glassdyedlightgray:3, Light Gray Stained Glass +chisel:glassdyedlightgray:4, Light Gray Stained Glass +chisel:glassdyedlightgray:5, Light Gray Stained Glass +chisel:glasspanedyedlightgray:0, Light Gray Stained Glass Pane +chisel:glasspanedyedlightgray:1, Light Gray Stained Glass Pane +chisel:glasspanedyedlightgray:2, Light Gray Stained Glass Pane +chisel:glasspanedyedlightgray:3, Light Gray Stained Glass Pane +chisel:glasspanedyedlightgray:4, Light Gray Stained Glass Pane +chisel:glasspanedyedlightgray:5, Light Gray Stained Glass Pane +chisel:glassdyedgray:0, Gray Stained Glass +chisel:glassdyedgray:1, Gray Stained Glass +chisel:glassdyedgray:2, Gray Stained Glass +chisel:glassdyedgray:3, Gray Stained Glass +chisel:glassdyedgray:4, Gray Stained Glass +chisel:glassdyedgray:5, Gray Stained Glass +chisel:glasspanedyedgray:0, Gray Stained Glass Pane +chisel:glasspanedyedgray:1, Gray Stained Glass Pane +chisel:glasspanedyedgray:2, Gray Stained Glass Pane +chisel:glasspanedyedgray:3, Gray Stained Glass Pane +chisel:glasspanedyedgray:4, Gray Stained Glass Pane +chisel:glasspanedyedgray:5, Gray Stained Glass Pane +chisel:glassdyedpink:0, Pink Stained Glass +chisel:glassdyedpink:1, Pink Stained Glass +chisel:glassdyedpink:2, Pink Stained Glass +chisel:glassdyedpink:3, Pink Stained Glass +chisel:glassdyedpink:4, Pink Stained Glass +chisel:glassdyedpink:5, Pink Stained Glass +chisel:glasspanedyedpink:0, Pink Stained Glass Pane +chisel:glasspanedyedpink:1, Pink Stained Glass Pane +chisel:glasspanedyedpink:2, Pink Stained Glass Pane +chisel:glasspanedyedpink:3, Pink Stained Glass Pane +chisel:glasspanedyedpink:4, Pink Stained Glass Pane +chisel:glasspanedyedpink:5, Pink Stained Glass Pane +chisel:glassdyedlime:0, Lime Stained Glass +chisel:glassdyedlime:1, Lime Stained Glass +chisel:glassdyedlime:2, Lime Stained Glass +chisel:glassdyedlime:3, Lime Stained Glass +chisel:glassdyedlime:4, Lime Stained Glass +chisel:glassdyedlime:5, Lime Stained Glass +chisel:glasspanedyedlime:0, Lime Stained Glass Pane +chisel:glasspanedyedlime:1, Lime Stained Glass Pane +chisel:glasspanedyedlime:2, Lime Stained Glass Pane +chisel:glasspanedyedlime:3, Lime Stained Glass Pane +chisel:glasspanedyedlime:4, Lime Stained Glass Pane +chisel:glasspanedyedlime:5, Lime Stained Glass Pane +chisel:glassdyedyellow:0, Yellow Stained Glass +chisel:glassdyedyellow:1, Yellow Stained Glass +chisel:glassdyedyellow:2, Yellow Stained Glass +chisel:glassdyedyellow:3, Yellow Stained Glass +chisel:glassdyedyellow:4, Yellow Stained Glass +chisel:glassdyedyellow:5, Yellow Stained Glass +chisel:glasspanedyedyellow:0, Yellow Stained Glass Pane +chisel:glasspanedyedyellow:1, Yellow Stained Glass Pane +chisel:glasspanedyedyellow:2, Yellow Stained Glass Pane +chisel:glasspanedyedyellow:3, Yellow Stained Glass Pane +chisel:glasspanedyedyellow:4, Yellow Stained Glass Pane +chisel:glasspanedyedyellow:5, Yellow Stained Glass Pane +chisel:glassdyedlightblue:0, Light Blue Stained Glass +chisel:glassdyedlightblue:1, Light Blue Stained Glass +chisel:glassdyedlightblue:2, Light Blue Stained Glass +chisel:glassdyedlightblue:3, Light Blue Stained Glass +chisel:glassdyedlightblue:4, Light Blue Stained Glass +chisel:glassdyedlightblue:5, Light Blue Stained Glass +chisel:glasspanedyedlightblue:0, Light Blue Stained Glass Pane +chisel:glasspanedyedlightblue:1, Light Blue Stained Glass Pane +chisel:glasspanedyedlightblue:2, Light Blue Stained Glass Pane +chisel:glasspanedyedlightblue:3, Light Blue Stained Glass Pane +chisel:glasspanedyedlightblue:4, Light Blue Stained Glass Pane +chisel:glasspanedyedlightblue:5, Light Blue Stained Glass Pane +chisel:glassdyedmagenta:0, Magenta Stained Glass +chisel:glassdyedmagenta:1, Magenta Stained Glass +chisel:glassdyedmagenta:2, Magenta Stained Glass +chisel:glassdyedmagenta:3, Magenta Stained Glass +chisel:glassdyedmagenta:4, Magenta Stained Glass +chisel:glassdyedmagenta:5, Magenta Stained Glass +chisel:glasspanedyedmagenta:0, Magenta Stained Glass Pane +chisel:glasspanedyedmagenta:1, Magenta Stained Glass Pane +chisel:glasspanedyedmagenta:2, Magenta Stained Glass Pane +chisel:glasspanedyedmagenta:3, Magenta Stained Glass Pane +chisel:glasspanedyedmagenta:4, Magenta Stained Glass Pane +chisel:glasspanedyedmagenta:5, Magenta Stained Glass Pane +chisel:glassdyedorange:0, Orange Stained Glass +chisel:glassdyedorange:1, Orange Stained Glass +chisel:glassdyedorange:2, Orange Stained Glass +chisel:glassdyedorange:3, Orange Stained Glass +chisel:glassdyedorange:4, Orange Stained Glass +chisel:glassdyedorange:5, Orange Stained Glass +chisel:glasspanedyedorange:0, Orange Stained Glass Pane +chisel:glasspanedyedorange:1, Orange Stained Glass Pane +chisel:glasspanedyedorange:2, Orange Stained Glass Pane +chisel:glasspanedyedorange:3, Orange Stained Glass Pane +chisel:glasspanedyedorange:4, Orange Stained Glass Pane +chisel:glasspanedyedorange:5, Orange Stained Glass Pane +chisel:glassdyedwhite:0, White Stained Glass +chisel:glassdyedwhite:1, White Stained Glass +chisel:glassdyedwhite:2, White Stained Glass +chisel:glassdyedwhite:3, White Stained Glass +chisel:glassdyedwhite:4, White Stained Glass +chisel:glassdyedwhite:5, White Stained Glass +chisel:glasspanedyedwhite:0, White Stained Glass Pane +chisel:glasspanedyedwhite:1, White Stained Glass Pane +chisel:glasspanedyedwhite:2, White Stained Glass Pane +chisel:glasspanedyedwhite:3, White Stained Glass Pane +chisel:glasspanedyedwhite:4, White Stained Glass Pane +chisel:glasspanedyedwhite:5, White Stained Glass Pane +chisel:glowstone:0, Glowstone +chisel:glowstone:1, Glowstone +chisel:glowstone:2, Glowstone +chisel:glowstone:3, Glowstone +chisel:glowstone:4, Glowstone +chisel:glowstone:5, Glowstone +chisel:glowstone:6, Glowstone +chisel:glowstone:7, Glowstone +chisel:glowstone:8, Glowstone +chisel:glowstone:9, Glowstone +chisel:glowstone:10, Glowstone +chisel:glowstone:11, Glowstone +chisel:glowstone:12, Glowstone +chisel:glowstone:13, Glowstone +chisel:glowstone:14, Glowstone +chisel:glowstone:15, Glowstone +chisel:glowstone1:0, Glowstone +chisel:glowstone1:1, Glowstone +chisel:glowstone1:2, Glowstone +chisel:glowstone1:3, Glowstone +chisel:glowstone1:4, Glowstone +chisel:glowstone1:5, Glowstone +chisel:glowstone1:6, Glowstone +chisel:glowstone1:7, Glowstone +chisel:glowstone1:8, Glowstone +chisel:glowstone1:9, Glowstone +chisel:glowstone1:10, Glowstone +chisel:glowstone1:11, Glowstone +chisel:glowstone1:12, Glowstone +chisel:glowstone1:13, Glowstone +chisel:glowstone1:14, Glowstone +chisel:glowstone1:15, Glowstone +chisel:glowstone2:0, Glowstone +chisel:blockgold:0, Block of Gold +chisel:blockgold:1, Block of Gold +chisel:blockgold:2, Block of Gold +chisel:blockgold:3, Block of Gold +chisel:blockgold:4, Block of Gold +chisel:blockgold:5, Block of Gold +chisel:blockgold:6, Block of Gold +chisel:gold:0, Block of Gold +chisel:gold:1, Block of Gold +chisel:gold:2, Block of Gold +chisel:gold:3, Block of Gold +chisel:gold:4, Block of Gold +chisel:gold:5, Block of Gold +chisel:gold:6, Block of Gold +chisel:gold:7, Block of Gold +chisel:gold:8, Block of Gold +chisel:gold:9, Block of Gold +chisel:gold:10, Block of Gold +chisel:gold:11, Block of Gold +chisel:gold:12, Block of Gold +chisel:gold:13, Block of Gold +chisel:granite:0, Granite +chisel:granite:1, Granite +chisel:granite:2, Granite +chisel:granite:3, Granite +chisel:granite:4, Granite +chisel:granite:5, Granite +chisel:granite:6, Granite +chisel:granite:7, Granite +chisel:granite:8, Granite +chisel:granite:9, Granite +chisel:granite:10, Granite +chisel:granite:11, Granite +chisel:granite:12, Granite +chisel:granite:13, Granite +chisel:granite:14, Granite +chisel:granite:15, Granite +chisel:granite1:0, Granite +chisel:granite1:1, Granite +chisel:granite1:2, Granite +chisel:granite1:3, Granite +chisel:granite1:4, Granite +chisel:granite1:5, Granite +chisel:granite1:6, Granite +chisel:granite1:7, Granite +chisel:granite1:8, Granite +chisel:granite1:9, Granite +chisel:granite1:10, Granite +chisel:granite1:11, Granite +chisel:granite1:12, Granite +chisel:granite1:13, Granite +chisel:granite1:14, Granite +chisel:granite1:15, Granite +chisel:granite2:0, Granite +chisel:hardenedclay:0, Terracotta +chisel:hardenedclay:1, Terracotta +chisel:hardenedclay:2, Terracotta +chisel:hardenedclay:3, Terracotta +chisel:hardenedclay:4, Terracotta +chisel:hardenedclay:5, Terracotta +chisel:hardenedclay:6, Terracotta +chisel:hardenedclay:7, Terracotta +chisel:hardenedclay:8, Terracotta +chisel:hardenedclay:9, Terracotta +chisel:hardenedclay:10, Terracotta +chisel:hardenedclay:11, Terracotta +chisel:hardenedclay:12, Terracotta +chisel:hardenedclay:13, Terracotta +chisel:hardenedclay:14, Terracotta +chisel:hardenedclay:15, Terracotta +chisel:hardenedclay1:0, Terracotta +chisel:hardenedclay1:1, Terracotta +chisel:hardenedclay1:2, Terracotta +chisel:hardenedclay1:3, Terracotta +chisel:hardenedclay1:4, Terracotta +chisel:hardenedclay1:5, Terracotta +chisel:hardenedclay1:6, Terracotta +chisel:hardenedclay1:7, Terracotta +chisel:hardenedclay1:8, Terracotta +chisel:hardenedclay1:9, Terracotta +chisel:hardenedclay2:0, Terracotta +chisel:hardenedclay2:1, Terracotta +chisel:hardenedclay2:2, Terracotta +chisel:hardenedclay2:3, Terracotta +chisel:hardenedclay2:4, Terracotta +chisel:hardenedclay2:5, Terracotta +chisel:hardenedclay2:6, Terracotta +chisel:ice:0, Ice +chisel:ice:1, Ice +chisel:ice:2, Ice +chisel:ice:3, Ice +chisel:ice:4, Ice +chisel:ice:5, Ice +chisel:ice:6, Ice +chisel:ice:7, Ice +chisel:ice:8, Ice +chisel:ice:9, Ice +chisel:ice:10, Ice +chisel:ice:11, Ice +chisel:ice:12, Ice +chisel:ice:13, Ice +chisel:ice:14, Ice +chisel:ice:15, Ice +chisel:ice1:0, Ice +chisel:ice1:1, Ice +chisel:ice1:2, Ice +chisel:ice1:3, Ice +chisel:ice1:4, Ice +chisel:ice1:5, Ice +chisel:ice1:6, Ice +chisel:ice1:7, Ice +chisel:ice1:8, Ice +chisel:ice1:9, Ice +chisel:ice1:10, Ice +chisel:ice1:11, Ice +chisel:ice1:12, Ice +chisel:ice1:13, Ice +chisel:ice1:14, Ice +chisel:ice1:15, Ice +chisel:ice2:0, Ice +chisel:icepillar:0, Ice Pillar +chisel:icepillar:1, Ice Pillar +chisel:icepillar:2, Ice Pillar +chisel:icepillar:3, Ice Pillar +chisel:icepillar:4, Ice Pillar +chisel:icepillar:5, Ice Pillar +chisel:icepillar:6, Ice Pillar +chisel:blockinvar:0, Block of Invar +chisel:blockinvar:1, Block of Invar +chisel:blockinvar:2, Block of Invar +chisel:blockinvar:3, Block of Invar +chisel:blockinvar:4, Block of Invar +chisel:blockinvar:5, Block of Invar +chisel:blockinvar:6, Block of Invar +chisel:blockiron:0, Block of Iron +chisel:blockiron:1, Block of Iron +chisel:blockiron:2, Block of Iron +chisel:blockiron:3, Block of Iron +chisel:blockiron:4, Block of Iron +chisel:blockiron:5, Block of Iron +chisel:blockiron:6, Block of Iron +chisel:iron:0, Block of Iron +chisel:iron:1, Block of Iron +chisel:iron:2, Block of Iron +chisel:iron:3, Block of Iron +chisel:iron:4, Block of Iron +chisel:iron:5, Block of Iron +chisel:iron:6, Block of Iron +chisel:iron:7, Block of Iron +chisel:iron:8, Block of Iron +chisel:iron:9, Block of Iron +chisel:iron:10, Block of Iron +chisel:iron:11, Block of Iron +chisel:iron:12, Block of Iron +chisel:iron:13, Block of Iron +chisel:iron:14, Block of Iron +chisel:ironpane:0, Iron Bars +chisel:ironpane:1, Iron Bars +chisel:ironpane:2, Iron Bars +chisel:ironpane:3, Iron Bars +chisel:ironpane:4, Iron Bars +chisel:ironpane:5, Iron Bars +chisel:ironpane:6, Iron Bars +chisel:ironpane:7, Iron Bars +chisel:ironpane:8, Iron Bars +chisel:ironpane:9, Iron Bars +chisel:ironpane:10, Iron Bars +chisel:ironpane:11, Iron Bars +chisel:ironpane:12, Iron Bars +chisel:laboratory:0, Laboratory Block +chisel:laboratory:1, Laboratory Block +chisel:laboratory:2, Laboratory Block +chisel:laboratory:3, Laboratory Block +chisel:laboratory:4, Laboratory Block +chisel:laboratory:5, Laboratory Block +chisel:laboratory:6, Laboratory Block +chisel:laboratory:7, Laboratory Block +chisel:laboratory:8, Laboratory Block +chisel:laboratory:9, Laboratory Block +chisel:laboratory:10, Laboratory Block +chisel:laboratory:11, Laboratory Block +chisel:laboratory:12, Laboratory Block +chisel:laboratory:13, Laboratory Block +chisel:laboratory:14, Laboratory Block +chisel:laboratory:15, Laboratory Block +chisel:lapis:0, Lapis Lazuli Block +chisel:lapis:1, Lapis Lazuli Block +chisel:lapis:2, Lapis Lazuli Block +chisel:lapis:3, Lapis Lazuli Block +chisel:lapis:4, Lapis Lazuli Block +chisel:lapis:5, Lapis Lazuli Block +chisel:lapis:6, Lapis Lazuli Block +chisel:lapis:7, Lapis Lazuli Block +chisel:lapis:8, Lapis Lazuli Block +chisel:lavastone:0, Lavastone +chisel:lavastone:1, Lavastone +chisel:lavastone:2, Lavastone +chisel:lavastone:3, Lavastone +chisel:lavastone:4, Lavastone +chisel:lavastone:5, Lavastone +chisel:lavastone:6, Lavastone +chisel:lavastone:7, Lavastone +chisel:lavastone:8, Lavastone +chisel:lavastone:9, Lavastone +chisel:lavastone:10, Lavastone +chisel:lavastone:11, Lavastone +chisel:lavastone:12, Lavastone +chisel:lavastone:13, Lavastone +chisel:lavastone:14, Lavastone +chisel:lavastone:15, Lavastone +chisel:lavastone1:0, Lavastone +chisel:lavastone1:1, Lavastone +chisel:lavastone1:2, Lavastone +chisel:lavastone1:3, Lavastone +chisel:lavastone1:4, Lavastone +chisel:lavastone1:5, Lavastone +chisel:lavastone1:6, Lavastone +chisel:lavastone1:7, Lavastone +chisel:lavastone1:8, Lavastone +chisel:lavastone1:9, Lavastone +chisel:lavastone1:10, Lavastone +chisel:lavastone1:11, Lavastone +chisel:lavastone1:12, Lavastone +chisel:lavastone1:13, Lavastone +chisel:lavastone1:14, Lavastone +chisel:lavastone1:15, Lavastone +chisel:lavastone2:0, Lavastone +chisel:blocklead:0, Block of Lead +chisel:blocklead:1, Block of Lead +chisel:blocklead:2, Block of Lead +chisel:blocklead:3, Block of Lead +chisel:blocklead:4, Block of Lead +chisel:blocklead:5, Block of Lead +chisel:blocklead:6, Block of Lead +chisel:limestone:0, Limestone +chisel:limestone:1, Limestone +chisel:limestone:2, Limestone +chisel:limestone:3, Limestone +chisel:limestone:4, Limestone +chisel:limestone:5, Limestone +chisel:limestone:6, Limestone +chisel:limestone:7, Limestone +chisel:limestone:8, Limestone +chisel:limestone:9, Limestone +chisel:limestone:10, Limestone +chisel:limestone:11, Limestone +chisel:limestone:12, Limestone +chisel:limestone:13, Limestone +chisel:limestone:14, Limestone +chisel:limestone:15, Limestone +chisel:limestone1:0, Limestone +chisel:limestone1:1, Limestone +chisel:limestone1:2, Limestone +chisel:limestone1:3, Limestone +chisel:limestone1:4, Limestone +chisel:limestone1:5, Limestone +chisel:limestone1:6, Limestone +chisel:limestone1:7, Limestone +chisel:limestone1:8, Limestone +chisel:limestone1:9, Limestone +chisel:limestone2:0, Limestone +chisel:limestone2:1, Limestone +chisel:limestone2:2, Limestone +chisel:limestone2:3, Limestone +chisel:limestone2:4, Limestone +chisel:limestone2:5, Limestone +chisel:limestone2:6, Limestone +chisel:limestone2:7, Limestone +chisel:marble:0, Marble +chisel:marble:1, Marble +chisel:marble:2, Marble +chisel:marble:3, Marble +chisel:marble:4, Marble +chisel:marble:5, Marble +chisel:marble:6, Marble +chisel:marble:7, Marble +chisel:marble:8, Marble +chisel:marble:9, Marble +chisel:marble:10, Marble +chisel:marble:11, Marble +chisel:marble:12, Marble +chisel:marble:13, Marble +chisel:marble:14, Marble +chisel:marble:15, Marble +chisel:marble1:0, Marble +chisel:marble1:1, Marble +chisel:marble1:2, Marble +chisel:marble1:3, Marble +chisel:marble1:4, Marble +chisel:marble1:5, Marble +chisel:marble1:6, Marble +chisel:marble1:7, Marble +chisel:marble1:8, Marble +chisel:marble1:9, Marble +chisel:marble2:0, Marble +chisel:marble2:1, Marble +chisel:marble2:2, Marble +chisel:marble2:3, Marble +chisel:marble2:4, Marble +chisel:marble2:5, Marble +chisel:marble2:6, Marble +chisel:marble2:7, Marble +chisel:marblepillar:0, Marble Pillar +chisel:marblepillar:1, Marble Pillar +chisel:marblepillar:2, Marble Pillar +chisel:marblepillar:3, Marble Pillar +chisel:marblepillar:4, Marble Pillar +chisel:marblepillar:5, Marble Pillar +chisel:marblepillar:6, Marble Pillar +chisel:marblepillar:7, Marble Pillar +chisel:marblepillar:8, Marble Pillar +chisel:marblepillar:9, Marble Pillar +chisel:marblepillar:10, Marble Pillar +chisel:marblepillar:11, Marble Pillar +chisel:marblepillar:12, Marble Pillar +chisel:marblepillar:13, Marble Pillar +chisel:marblepillar:14, Marble Pillar +chisel:marblepillar:15, Marble Pillar +chisel:netherbrick:0, Nether Brick +chisel:netherbrick:1, Nether Brick +chisel:netherbrick:2, Nether Brick +chisel:netherbrick:3, Nether Brick +chisel:netherbrick:4, Nether Brick +chisel:netherbrick:5, Nether Brick +chisel:netherbrick:6, Nether Brick +chisel:netherbrick:7, Nether Brick +chisel:netherbrick:8, Nether Brick +chisel:netherbrick:9, Nether Brick +chisel:netherbrick:10, Nether Brick +chisel:netherbrick:11, Nether Brick +chisel:netherbrick:12, Nether Brick +chisel:netherbrick:13, Nether Brick +chisel:netherbrick:14, Nether Brick +chisel:netherbrick:15, Nether Brick +chisel:netherrack:0, Netherrack +chisel:netherrack:1, Netherrack +chisel:netherrack:2, Netherrack +chisel:netherrack:3, Netherrack +chisel:netherrack:4, Netherrack +chisel:netherrack:5, Netherrack +chisel:netherrack:6, Netherrack +chisel:netherrack:7, Netherrack +chisel:netherrack:8, Netherrack +chisel:netherrack:9, Netherrack +chisel:netherrack:10, Netherrack +chisel:netherrack:11, Netherrack +chisel:netherrack:12, Netherrack +chisel:netherrack:13, Netherrack +chisel:blocknickel:0, Block of Nickel +chisel:blocknickel:1, Block of Nickel +chisel:blocknickel:2, Block of Nickel +chisel:blocknickel:3, Block of Nickel +chisel:blocknickel:4, Block of Nickel +chisel:blocknickel:5, Block of Nickel +chisel:blocknickel:6, Block of Nickel +chisel:obsidian:0, Obsidian +chisel:obsidian:1, Obsidian +chisel:obsidian:2, Obsidian +chisel:obsidian:3, Obsidian +chisel:obsidian:4, Obsidian +chisel:obsidian:5, Obsidian +chisel:obsidian:6, Obsidian +chisel:obsidian:7, Obsidian +chisel:obsidian:8, Obsidian +chisel:obsidian:9, Obsidian +chisel:obsidian:10, Obsidian +chisel:obsidian:11, Obsidian +chisel:obsidian:12, Obsidian +chisel:obsidian:13, Obsidian +chisel:obsidian:14, Obsidian +chisel:paper:0, Paper Wall +chisel:paper:1, Paper Wall +chisel:paper:2, Paper Wall +chisel:paper:3, Paper Wall +chisel:paper:4, Paper Wall +chisel:paper:5, Paper Wall +chisel:paper:6, Paper Wall +chisel:paper:7, Paper Wall +chisel:paper:8, Paper Wall +chisel:planks-oak:0, Oak Wood Planks +chisel:planks-oak:1, Oak Wood Planks +chisel:planks-oak:2, Oak Wood Planks +chisel:planks-oak:3, Oak Wood Planks +chisel:planks-oak:4, Oak Wood Planks +chisel:planks-oak:5, Oak Wood Planks +chisel:planks-oak:6, Oak Wood Planks +chisel:planks-oak:7, Oak Wood Planks +chisel:planks-oak:8, Oak Wood Planks +chisel:planks-oak:9, Oak Wood Planks +chisel:planks-oak:10, Oak Wood Planks +chisel:planks-oak:11, Oak Wood Planks +chisel:planks-oak:12, Oak Wood Planks +chisel:planks-oak:13, Oak Wood Planks +chisel:planks-oak:14, Oak Wood Planks +chisel:planks-spruce:0, Spruce Wood Planks +chisel:planks-spruce:1, Spruce Wood Planks +chisel:planks-spruce:2, Spruce Wood Planks +chisel:planks-spruce:3, Spruce Wood Planks +chisel:planks-spruce:4, Spruce Wood Planks +chisel:planks-spruce:5, Spruce Wood Planks +chisel:planks-spruce:6, Spruce Wood Planks +chisel:planks-spruce:7, Spruce Wood Planks +chisel:planks-spruce:8, Spruce Wood Planks +chisel:planks-spruce:9, Spruce Wood Planks +chisel:planks-spruce:10, Spruce Wood Planks +chisel:planks-spruce:11, Spruce Wood Planks +chisel:planks-spruce:12, Spruce Wood Planks +chisel:planks-spruce:13, Spruce Wood Planks +chisel:planks-spruce:14, Spruce Wood Planks +chisel:planks-birch:0, Birch Wood Planks +chisel:planks-birch:1, Birch Wood Planks +chisel:planks-birch:2, Birch Wood Planks +chisel:planks-birch:3, Birch Wood Planks +chisel:planks-birch:4, Birch Wood Planks +chisel:planks-birch:5, Birch Wood Planks +chisel:planks-birch:6, Birch Wood Planks +chisel:planks-birch:7, Birch Wood Planks +chisel:planks-birch:8, Birch Wood Planks +chisel:planks-birch:9, Birch Wood Planks +chisel:planks-birch:10, Birch Wood Planks +chisel:planks-birch:11, Birch Wood Planks +chisel:planks-birch:12, Birch Wood Planks +chisel:planks-birch:13, Birch Wood Planks +chisel:planks-birch:14, Birch Wood Planks +chisel:planks-jungle:0, Jungle Wood Planks +chisel:planks-jungle:1, Jungle Wood Planks +chisel:planks-jungle:2, Jungle Wood Planks +chisel:planks-jungle:3, Jungle Wood Planks +chisel:planks-jungle:4, Jungle Wood Planks +chisel:planks-jungle:5, Jungle Wood Planks +chisel:planks-jungle:6, Jungle Wood Planks +chisel:planks-jungle:7, Jungle Wood Planks +chisel:planks-jungle:8, Jungle Wood Planks +chisel:planks-jungle:9, Jungle Wood Planks +chisel:planks-jungle:10, Jungle Wood Planks +chisel:planks-jungle:11, Jungle Wood Planks +chisel:planks-jungle:12, Jungle Wood Planks +chisel:planks-jungle:13, Jungle Wood Planks +chisel:planks-jungle:14, Jungle Wood Planks +chisel:planks-acacia:0, Acacia Wood Planks +chisel:planks-acacia:1, Acacia Wood Planks +chisel:planks-acacia:2, Acacia Wood Planks +chisel:planks-acacia:3, Acacia Wood Planks +chisel:planks-acacia:4, Acacia Wood Planks +chisel:planks-acacia:5, Acacia Wood Planks +chisel:planks-acacia:6, Acacia Wood Planks +chisel:planks-acacia:7, Acacia Wood Planks +chisel:planks-acacia:8, Acacia Wood Planks +chisel:planks-acacia:9, Acacia Wood Planks +chisel:planks-acacia:10, Acacia Wood Planks +chisel:planks-acacia:11, Acacia Wood Planks +chisel:planks-acacia:12, Acacia Wood Planks +chisel:planks-acacia:13, Acacia Wood Planks +chisel:planks-acacia:14, Acacia Wood Planks +chisel:planks-dark-oak:0, Dark Oak Wood Planks +chisel:planks-dark-oak:1, Dark Oak Wood Planks +chisel:planks-dark-oak:2, Dark Oak Wood Planks +chisel:planks-dark-oak:3, Dark Oak Wood Planks +chisel:planks-dark-oak:4, Dark Oak Wood Planks +chisel:planks-dark-oak:5, Dark Oak Wood Planks +chisel:planks-dark-oak:6, Dark Oak Wood Planks +chisel:planks-dark-oak:7, Dark Oak Wood Planks +chisel:planks-dark-oak:8, Dark Oak Wood Planks +chisel:planks-dark-oak:9, Dark Oak Wood Planks +chisel:planks-dark-oak:10, Dark Oak Wood Planks +chisel:planks-dark-oak:11, Dark Oak Wood Planks +chisel:planks-dark-oak:12, Dark Oak Wood Planks +chisel:planks-dark-oak:13, Dark Oak Wood Planks +chisel:planks-dark-oak:14, Dark Oak Wood Planks +chisel:blockplatinum:0, Block of Platinum +chisel:blockplatinum:1, Block of Platinum +chisel:blockplatinum:2, Block of Platinum +chisel:blockplatinum:3, Block of Platinum +chisel:blockplatinum:4, Block of Platinum +chisel:blockplatinum:5, Block of Platinum +chisel:blockplatinum:6, Block of Platinum +chisel:prismarine:0, Prismarine +chisel:prismarine:1, Prismarine +chisel:prismarine:2, Prismarine +chisel:prismarine:3, Prismarine +chisel:prismarine:4, Prismarine +chisel:prismarine:5, Prismarine +chisel:prismarine:6, Prismarine +chisel:prismarine:7, Prismarine +chisel:prismarine:8, Prismarine +chisel:prismarine:9, Prismarine +chisel:prismarine:10, Prismarine +chisel:prismarine:11, Prismarine +chisel:prismarine:12, Prismarine +chisel:prismarine:13, Prismarine +chisel:prismarine:14, Prismarine +chisel:prismarine:15, Prismarine +chisel:prismarine1:0, Prismarine +chisel:prismarine1:1, Prismarine +chisel:prismarine1:2, Prismarine +chisel:prismarine1:3, Prismarine +chisel:prismarine1:4, Prismarine +chisel:prismarine1:5, Prismarine +chisel:prismarine1:6, Prismarine +chisel:prismarine1:7, Prismarine +chisel:prismarine1:8, Prismarine +chisel:prismarine1:9, Prismarine +chisel:prismarine2:0, Prismarine +chisel:prismarine2:1, Prismarine +chisel:prismarine2:2, Prismarine +chisel:prismarine2:3, Prismarine +chisel:prismarine2:4, Prismarine +chisel:prismarine2:5, Prismarine +chisel:quartz:0, Block of Quartz +chisel:quartz:1, Block of Quartz +chisel:quartz:2, Block of Quartz +chisel:quartz:3, Block of Quartz +chisel:quartz:4, Block of Quartz +chisel:quartz:5, Block of Quartz +chisel:quartz:6, Block of Quartz +chisel:quartz:7, Block of Quartz +chisel:quartz:8, Block of Quartz +chisel:quartz:9, Block of Quartz +chisel:quartz:10, Block of Quartz +chisel:quartz:11, Block of Quartz +chisel:quartz:12, Block of Quartz +chisel:quartz:13, Block of Quartz +chisel:quartz:14, Block of Quartz +chisel:quartz:15, Block of Quartz +chisel:quartz1:0, Block of Quartz +chisel:quartz1:1, Block of Quartz +chisel:quartz1:2, Block of Quartz +chisel:quartz1:3, Block of Quartz +chisel:quartz1:4, Block of Quartz +chisel:quartz1:5, Block of Quartz +chisel:quartz1:6, Block of Quartz +chisel:quartz1:7, Block of Quartz +chisel:quartz1:8, Block of Quartz +chisel:quartz1:9, Block of Quartz +chisel:quartz1:10, Block of Quartz +chisel:quartz1:11, Block of Quartz +chisel:quartz1:12, Block of Quartz +chisel:quartz1:13, Block of Quartz +chisel:quartz1:14, Block of Quartz +chisel:quartz1:15, Block of Quartz +chisel:redstone:0, Block of Redstone +chisel:redstone:1, Block of Redstone +chisel:redstone:2, Block of Redstone +chisel:redstone:3, Block of Redstone +chisel:redstone:4, Block of Redstone +chisel:redstone:5, Block of Redstone +chisel:redstone:6, Block of Redstone +chisel:redstone:7, Block of Redstone +chisel:redstone:8, Block of Redstone +chisel:redstone:9, Block of Redstone +chisel:redstone:10, Block of Redstone +chisel:redstone:11, Block of Redstone +chisel:redstone:12, Block of Redstone +chisel:redstone:13, Block of Redstone +chisel:redstone:14, Block of Redstone +chisel:redstone:15, Block of Redstone +chisel:redstone1:0, Block of Redstone +chisel:redstone1:1, Block of Redstone +chisel:redstone1:2, Block of Redstone +chisel:redstone1:3, Block of Redstone +chisel:redstone1:4, Block of Redstone +chisel:redstone1:5, Block of Redstone +chisel:redstone1:6, Block of Redstone +chisel:redstone1:7, Block of Redstone +chisel:redstone1:8, Block of Redstone +chisel:redstone1:9, Block of Redstone +chisel:redstone1:10, Block of Redstone +chisel:redstone1:11, Block of Redstone +chisel:sandstoneyellow:0, Sandstone +chisel:sandstoneyellow:1, Sandstone +chisel:sandstoneyellow:2, Sandstone +chisel:sandstoneyellow:3, Sandstone +chisel:sandstoneyellow:4, Sandstone +chisel:sandstoneyellow:5, Sandstone +chisel:sandstoneyellow:6, Sandstone +chisel:sandstoneyellow:7, Sandstone +chisel:sandstoneyellow:8, Sandstone +chisel:sandstoneyellow:9, Sandstone +chisel:sandstoneyellow:10, Sandstone +chisel:sandstoneyellow:11, Sandstone +chisel:sandstoneyellow:12, Sandstone +chisel:sandstoneyellow:13, Sandstone +chisel:sandstoneyellow:14, Sandstone +chisel:sandstoneyellow:15, Sandstone +chisel:sandstoneyellow1:0, Sandstone +chisel:sandstoneyellow1:1, Sandstone +chisel:sandstoneyellow1:2, Sandstone +chisel:sandstoneyellow1:3, Sandstone +chisel:sandstoneyellow1:4, Sandstone +chisel:sandstoneyellow1:5, Sandstone +chisel:sandstoneyellow1:6, Sandstone +chisel:sandstoneyellow1:7, Sandstone +chisel:sandstoneyellow1:8, Sandstone +chisel:sandstoneyellow1:9, Sandstone +chisel:sandstoneyellow2:0, Sandstone +chisel:sandstoneyellow2:1, Sandstone +chisel:sandstoneyellow2:2, Sandstone +chisel:sandstoneyellow2:3, Sandstone +chisel:sandstoneyellow2:4, Sandstone +chisel:sandstoneyellow2:5, Sandstone +chisel:sandstoneyellow2:6, Sandstone +chisel:sandstoneyellow2:7, Sandstone +chisel:sandstonered:0, Red Sandstone +chisel:sandstonered:1, Red Sandstone +chisel:sandstonered:2, Red Sandstone +chisel:sandstonered:3, Red Sandstone +chisel:sandstonered:4, Red Sandstone +chisel:sandstonered:5, Red Sandstone +chisel:sandstonered:6, Red Sandstone +chisel:sandstonered:7, Red Sandstone +chisel:sandstonered:8, Red Sandstone +chisel:sandstonered:9, Red Sandstone +chisel:sandstonered:10, Red Sandstone +chisel:sandstonered:11, Red Sandstone +chisel:sandstonered:12, Red Sandstone +chisel:sandstonered:13, Red Sandstone +chisel:sandstonered:14, Red Sandstone +chisel:sandstonered:15, Red Sandstone +chisel:sandstonered1:0, Red Sandstone +chisel:sandstonered1:1, Red Sandstone +chisel:sandstonered1:2, Red Sandstone +chisel:sandstonered1:3, Red Sandstone +chisel:sandstonered1:4, Red Sandstone +chisel:sandstonered1:5, Red Sandstone +chisel:sandstonered1:6, Red Sandstone +chisel:sandstonered1:7, Red Sandstone +chisel:sandstonered1:8, Red Sandstone +chisel:sandstonered1:9, Red Sandstone +chisel:sandstonered2:0, Red Sandstone +chisel:sandstonered2:1, Red Sandstone +chisel:sandstonered2:2, Red Sandstone +chisel:sandstonered2:3, Red Sandstone +chisel:sandstonered2:4, Red Sandstone +chisel:sandstonered2:5, Red Sandstone +chisel:sandstonered2:6, Red Sandstone +chisel:sandstonered2:7, Red Sandstone +chisel:sandstone-scribbles:0, Sandstone Scribbles +chisel:sandstone-scribbles:1, Sandstone Scribbles +chisel:sandstone-scribbles:2, Sandstone Scribbles +chisel:sandstone-scribbles:3, Sandstone Scribbles +chisel:sandstone-scribbles:4, Sandstone Scribbles +chisel:sandstone-scribbles:5, Sandstone Scribbles +chisel:sandstone-scribbles:6, Sandstone Scribbles +chisel:sandstone-scribbles:7, Sandstone Scribbles +chisel:sandstone-scribbles:8, Sandstone Scribbles +chisel:sandstone-scribbles:9, Sandstone Scribbles +chisel:sandstone-scribbles:10, Sandstone Scribbles +chisel:sandstone-scribbles:11, Sandstone Scribbles +chisel:sandstone-scribbles:12, Sandstone Scribbles +chisel:sandstone-scribbles:13, Sandstone Scribbles +chisel:sandstone-scribbles:14, Sandstone Scribbles +chisel:sandstone-scribbles:15, Sandstone Scribbles +chisel:sandstonered-scribbles:0, Red Sandstone Scribbles +chisel:sandstonered-scribbles:1, Red Sandstone Scribbles +chisel:sandstonered-scribbles:2, Red Sandstone Scribbles +chisel:sandstonered-scribbles:3, Red Sandstone Scribbles +chisel:sandstonered-scribbles:4, Red Sandstone Scribbles +chisel:sandstonered-scribbles:5, Red Sandstone Scribbles +chisel:sandstonered-scribbles:6, Red Sandstone Scribbles +chisel:sandstonered-scribbles:7, Red Sandstone Scribbles +chisel:sandstonered-scribbles:8, Red Sandstone Scribbles +chisel:sandstonered-scribbles:9, Red Sandstone Scribbles +chisel:sandstonered-scribbles:10, Red Sandstone Scribbles +chisel:sandstonered-scribbles:11, Red Sandstone Scribbles +chisel:sandstonered-scribbles:12, Red Sandstone Scribbles +chisel:sandstonered-scribbles:13, Red Sandstone Scribbles +chisel:sandstonered-scribbles:14, Red Sandstone Scribbles +chisel:sandstonered-scribbles:15, Red Sandstone Scribbles +chisel:blocksilver:0, Block of Silver +chisel:blocksilver:1, Block of Silver +chisel:blocksilver:2, Block of Silver +chisel:blocksilver:3, Block of Silver +chisel:blocksilver:4, Block of Silver +chisel:blocksilver:5, Block of Silver +chisel:blocksilver:6, Block of Silver +chisel:blocksteel:0, Block of Steel +chisel:blocksteel:1, Block of Steel +chisel:blocksteel:2, Block of Steel +chisel:blocksteel:3, Block of Steel +chisel:blocksteel:4, Block of Steel +chisel:blocksteel:5, Block of Steel +chisel:blocksteel:6, Block of Steel +chisel:stonebrick:0, Chiseled Stone +chisel:stonebrick:1, Chiseled Stone +chisel:stonebrick:2, Chiseled Stone +chisel:stonebrick:3, Chiseled Stone +chisel:stonebrick:4, Chiseled Stone +chisel:stonebrick:5, Chiseled Stone +chisel:stonebrick:6, Chiseled Stone +chisel:stonebrick:7, Chiseled Stone +chisel:stonebrick:8, Chiseled Stone +chisel:stonebrick:9, Chiseled Stone +chisel:stonebrick:10, Chiseled Stone +chisel:stonebrick:11, Chiseled Stone +chisel:stonebrick:12, Chiseled Stone +chisel:stonebrick:13, Chiseled Stone +chisel:stonebrick:14, Chiseled Stone +chisel:stonebrick:15, Chiseled Stone +chisel:stonebrick1:0, Chiseled Stone +chisel:stonebrick1:1, Chiseled Stone +chisel:stonebrick1:2, Chiseled Stone +chisel:stonebrick1:3, Chiseled Stone +chisel:stonebrick1:4, Chiseled Stone +chisel:stonebrick1:5, Chiseled Stone +chisel:stonebrick1:6, Chiseled Stone +chisel:stonebrick1:7, Chiseled Stone +chisel:stonebrick1:8, Chiseled Stone +chisel:stonebrick1:9, Chiseled Stone +chisel:stonebrick2:0, Chiseled Stone +chisel:stonebrick2:1, Chiseled Stone +chisel:stonebrick2:2, Chiseled Stone +chisel:stonebrick2:3, Chiseled Stone +chisel:stonebrick2:4, Chiseled Stone +chisel:stonebrick2:5, Chiseled Stone +chisel:stonebrick2:6, Chiseled Stone +chisel:stonebrick2:7, Chiseled Stone +chisel:stonebrick2:8, Chiseled Stone +chisel:stonebrick2:9, Chiseled Stone +chisel:technical:0, Factory Block +chisel:technical:1, Factory Block +chisel:technical:2, Factory Block +chisel:technical:3, Factory Block +chisel:technical:4, Factory Block +chisel:technical:5, Factory Block +chisel:technical:6, Factory Block +chisel:technical:7, Factory Block +chisel:technical:8, Factory Block +chisel:technical:9, Factory Block +chisel:technical:10, Factory Block +chisel:technical:11, Factory Block +chisel:technical:12, Factory Block +chisel:technical:13, Factory Block +chisel:technical:14, Factory Block +chisel:technical:15, Factory Block +chisel:technical1:0, Factory Block +chisel:technical1:1, Factory Block +chisel:technical1:2, Factory Block +chisel:technical1:3, Factory Block +chisel:technical1:4, Factory Block +chisel:technicalnew:0, Factory Block +chisel:technicalnew:1, Factory Block +chisel:technicalnew:2, Factory Block +chisel:technicalnew:3, Factory Block +chisel:technicalnew:4, Factory Block +chisel:technicalnew:5, Factory Block +chisel:technicalnew:6, Factory Block +chisel:technicalnew:7, Factory Block +chisel:technicalnew:8, Factory Block +chisel:temple:0, Temple Block +chisel:temple:1, Temple Block +chisel:temple:2, Temple Block +chisel:temple:3, Temple Block +chisel:temple:4, Temple Block +chisel:temple:5, Temple Block +chisel:temple:6, Temple Block +chisel:temple:7, Temple Block +chisel:temple:8, Temple Block +chisel:temple:9, Temple Block +chisel:temple:10, Temple Block +chisel:temple:11, Temple Block +chisel:temple:12, Temple Block +chisel:temple:13, Temple Block +chisel:temple:14, Temple Block +chisel:temple:15, Temple Block +chisel:templemossy:0, Mossy Temple Block +chisel:templemossy:1, Mossy Temple Block +chisel:templemossy:2, Mossy Temple Block +chisel:templemossy:3, Mossy Temple Block +chisel:templemossy:4, Mossy Temple Block +chisel:templemossy:5, Mossy Temple Block +chisel:templemossy:6, Mossy Temple Block +chisel:templemossy:7, Mossy Temple Block +chisel:templemossy:8, Mossy Temple Block +chisel:templemossy:9, Mossy Temple Block +chisel:templemossy:10, Mossy Temple Block +chisel:templemossy:11, Mossy Temple Block +chisel:templemossy:12, Mossy Temple Block +chisel:templemossy:13, Mossy Temple Block +chisel:templemossy:14, Mossy Temple Block +chisel:templemossy:15, Mossy Temple Block +chisel:blocktin:0, Block of Tin +chisel:blocktin:1, Block of Tin +chisel:blocktin:2, Block of Tin +chisel:blocktin:3, Block of Tin +chisel:blocktin:4, Block of Tin +chisel:blocktin:5, Block of Tin +chisel:blocktin:6, Block of Tin +chisel:tyrian:0, Tyrian +chisel:tyrian:1, Tyrian +chisel:tyrian:2, Tyrian +chisel:tyrian:3, Tyrian +chisel:tyrian:4, Tyrian +chisel:tyrian:5, Tyrian +chisel:tyrian:6, Tyrian +chisel:tyrian:7, Tyrian +chisel:tyrian:8, Tyrian +chisel:tyrian:9, Tyrian +chisel:tyrian:10, Tyrian +chisel:tyrian:11, Tyrian +chisel:tyrian:12, Tyrian +chisel:tyrian:13, Tyrian +chisel:tyrian:14, Tyrian +chisel:tyrian:15, Tyrian +chisel:blockuranium:0, Block of Uranium +chisel:blockuranium:1, Block of Uranium +chisel:blockuranium:2, Block of Uranium +chisel:blockuranium:3, Block of Uranium +chisel:blockuranium:4, Block of Uranium +chisel:blockuranium:5, Block of Uranium +chisel:blockuranium:6, Block of Uranium +chisel:valentines:0, Valentines' Block +chisel:valentines:1, Valentines' Block +chisel:valentines:2, Valentines' Block +chisel:valentines:3, Valentines' Block +chisel:valentines:4, Valentines' Block +chisel:valentines:5, Valentines' Block +chisel:valentines:6, Valentines' Block +chisel:valentines:7, Valentines' Block +chisel:valentines:8, Valentines' Block +chisel:valentines:9, Valentines' Block +chisel:voidstone:0, Voidstone +chisel:voidstone:1, Voidstone +chisel:voidstone:2, Voidstone +chisel:voidstone:3, Voidstone +chisel:voidstone:4, Voidstone +chisel:voidstone:5, Voidstone +chisel:voidstone:6, Voidstone +chisel:voidstone:7, Voidstone +chisel:energizedvoidstone:0, Primal Voidstone +chisel:energizedvoidstone:1, Primal Voidstone +chisel:energizedvoidstone:2, Primal Voidstone +chisel:energizedvoidstone:3, Primal Voidstone +chisel:energizedvoidstone:4, Primal Voidstone +chisel:energizedvoidstone:5, Primal Voidstone +chisel:energizedvoidstone:6, Primal Voidstone +chisel:energizedvoidstone:7, Primal Voidstone +chisel:voidstonerunic:0, Runed Voidstone +chisel:voidstonerunic:1, Runed Voidstone +chisel:voidstonerunic:2, Runed Voidstone +chisel:voidstonerunic:3, Runed Voidstone +chisel:voidstonerunic:4, Runed Voidstone +chisel:voidstonerunic:5, Runed Voidstone +chisel:voidstonerunic:6, Runed Voidstone +chisel:voidstonerunic:7, Runed Voidstone +chisel:voidstonerunic:8, Runed Voidstone +chisel:voidstonerunic:9, Runed Voidstone +chisel:voidstonerunic:10, Runed Voidstone +chisel:voidstonerunic:11, Runed Voidstone +chisel:voidstonerunic:12, Runed Voidstone +chisel:voidstonerunic:13, Runed Voidstone +chisel:voidstonerunic:14, Runed Voidstone +chisel:waterstone:0, Waterstone +chisel:waterstone:1, Waterstone +chisel:waterstone:2, Waterstone +chisel:waterstone:3, Waterstone +chisel:waterstone:4, Waterstone +chisel:waterstone:5, Waterstone +chisel:waterstone:6, Waterstone +chisel:waterstone:7, Waterstone +chisel:waterstone:8, Waterstone +chisel:waterstone:9, Waterstone +chisel:waterstone:10, Waterstone +chisel:waterstone:11, Waterstone +chisel:waterstone:12, Waterstone +chisel:waterstone:13, Waterstone +chisel:waterstone:14, Waterstone +chisel:waterstone:15, Waterstone +chisel:waterstone1:0, Waterstone +chisel:waterstone1:1, Waterstone +chisel:waterstone1:2, Waterstone +chisel:waterstone1:3, Waterstone +chisel:waterstone1:4, Waterstone +chisel:waterstone1:5, Waterstone +chisel:waterstone1:6, Waterstone +chisel:waterstone1:7, Waterstone +chisel:waterstone1:8, Waterstone +chisel:waterstone1:9, Waterstone +chisel:waterstone1:10, Waterstone +chisel:waterstone1:11, Waterstone +chisel:waterstone1:12, Waterstone +chisel:waterstone1:13, Waterstone +chisel:waterstone1:14, Waterstone +chisel:waterstone1:15, Waterstone +chisel:waterstone2:0, Waterstone +chisel:wool_black:0, Black Wool +chisel:wool_black:1, Black Wool +chisel:wool_red:0, Red Wool +chisel:wool_red:1, Red Wool +chisel:wool_green:0, Green Wool +chisel:wool_green:1, Green Wool +chisel:wool_brown:0, Brown Wool +chisel:wool_brown:1, Brown Wool +chisel:wool_blue:0, Blue Wool +chisel:wool_blue:1, Blue Wool +chisel:wool_purple:0, Purple Wool +chisel:wool_purple:1, Purple Wool +chisel:wool_cyan:0, Cyan Wool +chisel:wool_cyan:1, Cyan Wool +chisel:wool_lightgray:0, Light Gray Wool +chisel:wool_lightgray:1, Light Gray Wool +chisel:wool_gray:0, Gray Wool +chisel:wool_gray:1, Gray Wool +chisel:wool_pink:0, Pink Wool +chisel:wool_pink:1, Pink Wool +chisel:wool_lime:0, Lime Wool +chisel:wool_lime:1, Lime Wool +chisel:wool_yellow:0, Yellow Wool +chisel:wool_yellow:1, Yellow Wool +chisel:wool_lightblue:0, Light Blue Wool +chisel:wool_lightblue:1, Light Blue Wool +chisel:wool_magenta:0, Magenta Wool +chisel:wool_magenta:1, Magenta Wool +chisel:wool_orange:0, Orange Wool +chisel:wool_orange:1, Orange Wool +chisel:wool_white:0, Wool +chisel:wool_white:1, Wool +forge:bucketfilled, %s Bucket +aetherworks:aether_ore, Aetherium Ore +aetherworks:aether_prism_controller_matrix, Aetherium Lens Focusing Matrix +aetherworks:moonlight_amplifier, Moonlight Amplifier +aetherworks:prism_support, Aetherium Prism Support +aetherworks:prism, Aetherium Prism +aetherworks:impure_aetherium_gas, Impure Aetherium Gas +aetherworks:aetherium_gas, Aetherium Gas +aetherworks:forge_structure, tile.aw.forge_structure.name +aetherworks:block_aether, Aetherium Block +aetherworks:forge_component:0, Aetherium Forge Core +aetherworks:forge_component:1, Aetherium Forge Heater +aetherworks:forge_component:2, Aetherium Forge Cooler +aetherworks:forge_component:3, Aetherium Forge Heat Vent +aetherworks:forge_component:4, Aetherium Forge Metal Former +aetherworks:forge_component:5, Aetherium Forge Anvil +aetherworks:heat_dial, Heat Gauge +aetherworks:item_resource:0, Aetherium Shard +aetherworks:item_resource:1, Focus Crystal +aetherworks:item_resource:2, Aetherium Lens +aetherworks:item_resource:3, Aetherium Plate +aetherworks:item_resource:4, Aetherium Ingot +aetherworks:item_resource:5, Aetherium Gem +aetherworks:item_resource:6, Crude Aetherium Tool Rod +aetherworks:item_resource:7, Aetherium Tool Rod +aetherworks:item_resource:8, Infused Aetherium Tool Rod +aetherworks:item_resource:9, Crude Aetherium Pickaxe Head +aetherworks:item_resource:10, Aetherium Pickaxe Head +aetherworks:item_resource:11, Aetherium Infused Aetherium Pickaxe Head +aetherworks:item_resource:12, Ember Infused Aetherium Pickaxe Head +aetherworks:item_resource:13, Crude Aetherium Axe Head +aetherworks:item_resource:14, Aetherium Axe Head +aetherworks:item_resource:15, Prismarine Infused Aetherium Axe Head +aetherworks:item_resource:16, Ender Infused Aetherium Axe Head +aetherworks:item_resource:17, Crude Aetherium Shovel Head +aetherworks:item_resource:18, Aetherium Shovel Head +aetherworks:item_resource:19, Redstone Infused Aetherium Shovel Head +aetherworks:item_resource:20, Slime Infused Aetherium Shovel Head +aetherworks:item_resource:21, Crude Aetherium Crown +aetherworks:item_resource:22, Mundane Aetherium Crown +aetherworks:item_resource:23, Crude Crossbow Frame +aetherworks:item_resource:24, Crude Crossbow Limbs +aetherworks:item_resource:25, Crossbow Frame +aetherworks:item_resource:26, Crossbow Limbs +aetherworks:item_resource:27, Infused Crossbow Frame +aetherworks:item_resource:28, Quartz Infused Crossbow Limbs +aetherworks:item_resource:29, Magma Infused Crossbow Limbs +aetherworks:item_pickaxe_aether, §cPickaxe Of The Boundless Sky +aetherworks:item_pickaxe_ember, §cPickaxe Of The Molten Depths +aetherworks:item_axe_prismarine, §cAxe Of The Ancient Torrents +aetherworks:item_axe_ender, §cAxe Of The Twisted Realm +aetherworks:item_shovel_redstone, §cShovel Of The Perfect Machines +aetherworks:item_shovel_slime, §cShovel Of The Ineluctable Changes +aetherworks:item_potion_gem:0, Potion Gem +aetherworks:item_potion_gem:1, Potion Gem +aetherworks:item_potion_gem:2, Potion Gem +aetherworks:item_potion_gem:3, Potion Gem +aetherworks:item_potion_gem:4, Potion Gem +aetherworks:item_potion_gem:5, Potion Gem +aetherworks:item_potion_gem:6, Potion Gem +aetherworks:item_potion_gem:7, Potion Gem +aetherworks:item_potion_gem:8, Potion Gem +aetherworks:item_potion_gem:9, Potion Gem +aetherworks:item_potion_gem:10, Potion Gem +aetherworks:item_potion_gem:11, Potion Gem +aetherworks:item_potion_gem:12, Potion Gem +aetherworks:item_potion_gem:13, Potion Gem +aetherworks:item_potion_gem:14, Potion Gem +aetherworks:item_potion_gem:15, Potion Gem +aetherworks:item_potion_gem:16, Potion Gem +aetherworks:item_potion_gem:17, Potion Gem +aetherworks:item_potion_gem:18, Potion Gem +aetherworks:item_potion_gem:19, Potion Gem +aetherworks:item_potion_gem:20, Potion Gem +aetherworks:item_potion_gem:21, Potion Gem +aetherworks:item_potion_gem:22, Potion Gem +aetherworks:item_potion_gem:23, Potion Gem +aetherworks:item_potion_gem:24, Potion Gem +aetherworks:item_potion_gem:25, Potion Gem +aetherworks:item_potion_gem:26, Potion Gem +aetherworks:item_potion_gem:27, Potion Gem +aetherworks:item_potion_gem:28, Potion Gem +aetherworks:item_potion_gem:29, Potion Gem +aetherworks:item_potion_gem:30, Potion Gem +aetherworks:item_potion_gem:31, Potion Gem +aetherworks:item_potion_gem:32, Potion Gem +aetherworks:item_potion_gem:33, Potion Gem +aetherworks:item_potion_gem:34, Potion Gem +aetherworks:item_potion_gem:35, Potion Gem +aetherworks:item_potion_gem:36, Potion Gem +aetherworks:item_potion_gem:37, Potion Gem +aetherworks:item_potion_gem:38, Potion Gem +aetherworks:item_potion_gem:39, Potion Gem +aetherworks:item_potion_gem:40, Potion Gem +aetherworks:item_potion_gem:41, Potion Gem +aetherworks:item_potion_gem:42, Potion Gem +aetherworks:item_potion_gem:43, Potion Gem +aetherworks:item_potion_gem:44, Potion Gem +aetherworks:item_potion_gem:45, Potion Gem +aetherworks:item_potion_gem:46, Potion Gem +aetherworks:item_potion_gem:47, Potion Gem +aetherworks:item_potion_gem:48, Potion Gem +aetherworks:item_potion_gem:49, Potion Gem +aetherworks:item_potion_gem:50, Potion Gem +aetherworks:item_potion_gem:51, Potion Gem +aetherworks:item_potion_gem:52, Potion Gem +aetherworks:item_potion_gem:53, Potion Gem +aetherworks:item_potion_gem:54, Potion Gem +aetherworks:item_potion_gem:55, Potion Gem +aetherworks:item_potion_gem:56, Potion Gem +aetherworks:item_potion_gem:57, Potion Gem +aetherworks:item_potion_gem:58, Potion Gem +aetherworks:item_potion_gem:59, Potion Gem +aetherworks:item_potion_gem:60, Potion Gem +aetherworks:item_potion_gem:61, Potion Gem +aetherworks:item_potion_gem:62, Potion Gem +aetherworks:item_potion_gem:63, Potion Gem +aetherworks:item_potion_gem:64, Potion Gem +aetherworks:item_potion_gem:65, Potion Gem +aetherworks:item_potion_gem:66, Potion Gem +aetherworks:item_potion_gem:67, Potion Gem +aetherworks:item_potion_gem:68, Potion Gem +aetherworks:item_potion_gem:69, Potion Gem +aetherworks:item_potion_gem:70, Potion Gem +aetherworks:item_potion_gem:71, Potion Gem +aetherworks:item_potion_gem:72, Potion Gem +aetherworks:item_potion_gem:73, Potion Gem +aetherworks:item_potion_gem:74, Potion Gem +aetherworks:item_potion_gem:75, Potion Gem +aetherworks:item_potion_gem:76, Potion Gem +aetherworks:item_potion_gem:77, Potion Gem +aetherworks:item_potion_gem:78, Potion Gem +aetherworks:item_potion_gem:79, Potion Gem +aetherworks:item_potion_gem:80, Potion Gem +aetherworks:item_potion_gem:81, Potion Gem +aetherworks:item_potion_gem:82, Potion Gem +aetherworks:item_potion_gem:83, Potion Gem +aetherworks:item_potion_gem:84, Potion Gem +aetherworks:item_potion_gem:85, Potion Gem +aetherworks:item_potion_gem:86, Potion Gem +aetherworks:item_potion_gem:87, Potion Gem +aetherworks:item_potion_gem:88, Potion Gem +aetherworks:item_potion_gem:89, Potion Gem +aetherworks:item_potion_gem:90, Potion Gem +aetherworks:item_potion_gem:91, Potion Gem +aetherworks:item_potion_gem:92, Potion Gem +aetherworks:item_potion_gem:93, Potion Gem +aetherworks:item_potion_gem:94, Potion Gem +aetherworks:item_potion_gem:95, Potion Gem +aetherworks:item_potion_gem:96, Potion Gem +aetherworks:item_potion_gem:97, Potion Gem +aetherworks:item_potion_gem:98, Potion Gem +aetherworks:item_potion_gem:99, Potion Gem +aetherworks:item_potion_gem:100, Potion Gem +aetherworks:item_potion_gem:101, Potion Gem +aetherworks:item_potion_gem:102, Potion Gem +aetherworks:item_potion_gem:103, Potion Gem +aetherworks:item_potion_gem:104, Potion Gem +aetherworks:item_potion_gem:105, Potion Gem +aetherworks:item_potion_gem:106, Potion Gem +aetherworks:item_potion_gem:107, Potion Gem +aetherworks:item_potion_gem:108, Potion Gem +aetherworks:item_potion_gem:109, Potion Gem +aetherworks:item_potion_gem:110, Potion Gem +aetherworks:item_potion_gem:111, Potion Gem +aetherworks:item_potion_gem:112, Potion Gem +aetherworks:item_potion_gem:113, Potion Gem +aetherworks:item_potion_gem:114, Potion Gem +aetherworks:item_potion_gem:115, Potion Gem +aetherworks:item_potion_gem:116, Potion Gem +aetherworks:item_potion_gem:117, Potion Gem +aetherworks:item_potion_gem:118, Potion Gem +aetherworks:item_potion_gem:119, Potion Gem +aetherworks:item_potion_gem:120, Potion Gem +aetherworks:item_potion_gem:121, Potion Gem +aetherworks:item_potion_gem:122, Potion Gem +aetherworks:item_potion_gem:123, Potion Gem +aetherworks:item_potion_gem:124, Potion Gem +aetherworks:item_potion_gem:125, Potion Gem +aetherworks:item_potion_gem:126, Potion Gem +aetherworks:item_crown, §cAetherium Crown +aetherworks:item_crossbow_quartz, §cCrossbow Of The Impending Doom +aetherworks:item_crossbow_magma, §cCrossbow Of The Raging Volcano +baubles:ring:0, Miner's Ring +thaumcraft:thaumonomicon:0, Thaumonomicon +thaumcraft:curio:0, Arcane Curiosity +thaumcraft:curio:1, Preserved Curiosity +thaumcraft:curio:2, Ancient Curiosity +thaumcraft:curio:3, Eldritch Curiosity +thaumcraft:curio:4, Illuminating Curiosity +thaumcraft:curio:5, Twisted Curiosity +thaumcraft:curio:6, Crimson Rites +thaumcraft:loot_bag:0, Common Treasure +thaumcraft:loot_bag:1, Uncommon Treasure +thaumcraft:loot_bag:2, Rare Treasure +thaumcraft:primordial_pearl, item.primordial_pearl.name +thaumcraft:pech_wand, Pech Wand +thaumcraft:celestial_notes:0, Celestial Notes +thaumcraft:celestial_notes:1, Celestial Notes +thaumcraft:celestial_notes:2, Celestial Notes +thaumcraft:celestial_notes:3, Celestial Notes +thaumcraft:celestial_notes:4, Celestial Notes +thaumcraft:celestial_notes:5, Celestial Notes +thaumcraft:celestial_notes:6, Celestial Notes +thaumcraft:celestial_notes:7, Celestial Notes +thaumcraft:celestial_notes:8, Celestial Notes +thaumcraft:celestial_notes:9, Celestial Notes +thaumcraft:celestial_notes:10, Celestial Notes +thaumcraft:celestial_notes:11, Celestial Notes +thaumcraft:celestial_notes:12, Celestial Notes +thaumcraft:amber, Amber +thaumcraft:quicksilver, Quicksilver +thaumcraft:ingot:0, Thaumium Ingot +thaumcraft:ingot:1, Void Metal Ingot +thaumcraft:ingot:2, Alchemical Brass Ingot +thaumcraft:nugget:0, Iron Nugget +thaumcraft:nugget:1, Copper Nugget +thaumcraft:nugget:2, Tin Nugget +thaumcraft:nugget:3, Silver Nugget +thaumcraft:nugget:4, Lead Nugget +thaumcraft:nugget:5, Quicksilver Drop +thaumcraft:nugget:6, Thaumium Nugget +thaumcraft:nugget:7, Void Metal Nugget +thaumcraft:nugget:8, Alchemical Brass Nugget +thaumcraft:nugget:9, Quartz Sliver +thaumcraft:nugget:10, Rare Earths +thaumcraft:cluster:0, Native Iron Cluster +thaumcraft:cluster:1, Native Gold Cluster +thaumcraft:cluster:2, Native Copper Cluster +thaumcraft:cluster:3, Native Tin Cluster +thaumcraft:cluster:4, Native Silver Cluster +thaumcraft:cluster:5, Native Lead Cluster +thaumcraft:cluster:6, Native Cinnabar Cluster +thaumcraft:cluster:7, Native Quartz Cluster +thaumcraft:fabric, Enchanted Fabric +thaumcraft:vis_resonator, Vis Resonator +thaumcraft:tallow, Magic Tallow +thaumcraft:mechanism_simple, Simple Arcane Mechanism +thaumcraft:mechanism_complex, Complex Arcane Mechanism +thaumcraft:plate:0, Brass Plate +thaumcraft:plate:1, Iron Plate +thaumcraft:plate:2, Thaumium Plate +thaumcraft:plate:3, Void Metal Plate +thaumcraft:filter, Essentia Filter +thaumcraft:morphic_resonator, Morphic Resonator +thaumcraft:salis_mundus, Salis Mundus +thaumcraft:mirrored_glass, Mirrored Glass +thaumcraft:void_seed, Void Seed +thaumcraft:mind:0, Clockwork Mind +thaumcraft:mind:1, Biothaumic Mind +thaumcraft:module:0, Vision Module +thaumcraft:module:1, Aggression Module +thaumcraft:crystal_essence, %s Vis Crystal +thaumcraft:chunk:0, Beef Nugget +thaumcraft:chunk:1, Chicken Nugget +thaumcraft:chunk:2, Pork Nugget +thaumcraft:chunk:3, Fish Nugget +thaumcraft:chunk:4, Rabbit Nugget +thaumcraft:chunk:5, Mutton Nugget +thaumcraft:triple_meat_treat, Triple Meat Treat +thaumcraft:brain, Zombie Brain +thaumcraft:label:0, Blank Label +thaumcraft:phial:0, Glass Phial +thaumcraft:phial:1, Phial of Aer Essentia +thaumcraft:phial:1, Phial of Terra Essentia +thaumcraft:phial:1, Phial of Ignis Essentia +thaumcraft:phial:1, Phial of Aqua Essentia +thaumcraft:phial:1, Phial of Ordo Essentia +thaumcraft:phial:1, Phial of Perditio Essentia +thaumcraft:phial:1, Phial of Vacuos Essentia +thaumcraft:phial:1, Phial of Lux Essentia +thaumcraft:phial:1, Phial of Motus Essentia +thaumcraft:phial:1, Phial of Gelum Essentia +thaumcraft:phial:1, Phial of Vitreus Essentia +thaumcraft:phial:1, Phial of Metallum Essentia +thaumcraft:phial:1, Phial of Victus Essentia +thaumcraft:phial:1, Phial of Mortuus Essentia +thaumcraft:phial:1, Phial of Potentia Essentia +thaumcraft:phial:1, Phial of Permutatio Essentia +thaumcraft:phial:1, Phial of Praecantatio Essentia +thaumcraft:phial:1, Phial of Auram Essentia +thaumcraft:phial:1, Phial of Alkimia Essentia +thaumcraft:phial:1, Phial of Vitium Essentia +thaumcraft:phial:1, Phial of Tenebrae Essentia +thaumcraft:phial:1, Phial of Alienis Essentia +thaumcraft:phial:1, Phial of Volatus Essentia +thaumcraft:phial:1, Phial of Herba Essentia +thaumcraft:phial:1, Phial of Instrumentum Essentia +thaumcraft:phial:1, Phial of Fabrico Essentia +thaumcraft:phial:1, Phial of Machina Essentia +thaumcraft:phial:1, Phial of Vinculum Essentia +thaumcraft:phial:1, Phial of Spiritus Essentia +thaumcraft:phial:1, Phial of Cognitio Essentia +thaumcraft:phial:1, Phial of Sensus Essentia +thaumcraft:phial:1, Phial of Aversio Essentia +thaumcraft:phial:1, Phial of Praemunio Essentia +thaumcraft:phial:1, Phial of Desiderium Essentia +thaumcraft:phial:1, Phial of Exanimis Essentia +thaumcraft:phial:1, Phial of Bestia Essentia +thaumcraft:phial:1, Phial of Humanus Essentia +thaumcraft:phial:1, Phial of Sol Essentia +thaumcraft:phial:1, Phial of Luna Essentia +thaumcraft:phial:1, Phial of Stellae Essentia +thaumcraft:phial:1, Phial of Diabolus Essentia +thaumcraft:alumentum:0, Alumentum +thaumcraft:jar_brace, Brass Lid Brace +thaumcraft:bottle_taint, Bottle of Taint +thaumcraft:sanity_soap, Sanitizing Soap +thaumcraft:bath_salts, Purifying Bath Salts +thaumcraft:turret:0, Automated Crossbow +thaumcraft:turret:1, Advanced Automated Crossbow +thaumcraft:turret:2, Arcane Bore +thaumcraft:causality_collapser, Causality Collapser +thaumcraft:scribing_tools, Scribing Tools +thaumcraft:thaumometer, Thaumometer +thaumcraft:resonator, Essentia Resonator +thaumcraft:sanity_checker, Sanity Checker +thaumcraft:hand_mirror, Magic Hand Mirror +thaumcraft:thaumium_axe, Thaumium Axe +thaumcraft:thaumium_sword, Thaumium Sword +thaumcraft:thaumium_shovel, Thaumium Shovel +thaumcraft:thaumium_pick, Thaumium Pickaxe +thaumcraft:thaumium_hoe, Thaumium Hoe +thaumcraft:void_axe, Void Axe +thaumcraft:void_sword, Void Sword +thaumcraft:void_shovel, Void Shovel +thaumcraft:void_pick, Void Pickaxe +thaumcraft:void_hoe, Void Hoe +thaumcraft:elemental_axe, Axe of the Stream +thaumcraft:elemental_sword, Sword of the Zephyr +thaumcraft:elemental_shovel, Shovel of the Earthmover +thaumcraft:elemental_pick, Pickaxe of the Core +thaumcraft:elemental_hoe, Hoe of Growth +thaumcraft:primal_crusher, Primal Crusher +thaumcraft:crimson_blade, Crimson Blade +thaumcraft:grapple_gun, Arcane Grappler +thaumcraft:grapple_gun_tip, Grappler Head +thaumcraft:grapple_gun_spool, Grappler Spool +thaumcraft:goggles, Goggles of Revealing +thaumcraft:thaumium_helm, Thaumium Helm +thaumcraft:thaumium_chest, Thaumium Chestplate +thaumcraft:thaumium_legs, Thaumium Leggings +thaumcraft:thaumium_boots, Thaumium Boots +thaumcraft:cloth_chest, Thaumaturge's Robe +thaumcraft:cloth_legs, Thaumaturge's Leggings +thaumcraft:cloth_boots, Thaumaturge's Boots +thaumcraft:traveller_boots, Boots of the Traveller +thaumcraft:fortress_helm, Thaumium Fortress Helm +thaumcraft:fortress_chest, Thaumium Fortress Cuirass +thaumcraft:fortress_legs, Thaumium Fortress Thigh Guards +thaumcraft:void_helm, Void Helm +thaumcraft:void_chest, Void Chestplate +thaumcraft:void_legs, Void Leggings +thaumcraft:void_boots, Void Boots +thaumcraft:void_robe_helm, Void Thaumaturge Hood +thaumcraft:void_robe_chest, Void Thaumaturge Robe +thaumcraft:void_robe_legs, Void Thaumaturge Leggings +thaumcraft:crimson_plate_helm, Crimson Cult Helm +thaumcraft:crimson_plate_chest, Crimson Cult Chestplate +thaumcraft:crimson_plate_legs, Crimson Cult Greaves +thaumcraft:crimson_boots, Crimson Cult Boots +thaumcraft:crimson_robe_helm, Crimson Cult Hood +thaumcraft:crimson_robe_chest, Crimson Cult Robe +thaumcraft:crimson_robe_legs, Crimson Cult Leggings +thaumcraft:crimson_praetor_helm, Crimson Praetor Helm +thaumcraft:crimson_praetor_chest, Crimson Praetor Chestplate +thaumcraft:crimson_praetor_legs, Crimson Praetor Greaves +thaumcraft:baubles:0, Mundane Amulet +thaumcraft:baubles:1, Mundane Ring +thaumcraft:baubles:2, Mundane Belt +thaumcraft:baubles:3, Apprentice's Ring +thaumcraft:baubles:4, Fancy Amulet +thaumcraft:baubles:5, Fancy Ring +thaumcraft:baubles:6, Fancy Belt +thaumcraft:amulet_vis:0, Vis Stone +thaumcraft:amulet_vis:1, Amulet of Vis +thaumcraft:verdant_charm, Verdant Heart Charm +thaumcraft:curiosity_band, Headband of Curiosity +thaumcraft:voidseer_charm, Voidseer's Pearl +thaumcraft:cloud_ring, Cloudstepper Ring +thaumcraft:charm_undying, Charm of Undying +thaumcraft:creative_flux_sponge, Flux Sponge +thaumcraft:enchanted_placeholder, Any enchanted item +thaumcraft:caster_basic, Caster's Gauntlet +thaumcraft:focus_1, Blank Lesser Focus +thaumcraft:focus_2, Blank Advanced Focus +thaumcraft:focus_3, Blank Greater Focus +thaumcraft:focus_pouch, Focus Pouch +thaumcraft:golem_bell, Golemancer's Bell +thaumcraft:golem, Golem +thaumcraft:seal:0, Blank Seal +thaumcraft:seal:1, Control Seal: Collect +thaumcraft:seal:2, Advanced Control Seal: Collect +thaumcraft:seal:3, Control Seal: Store +thaumcraft:seal:4, Advanced Control Seal: Store +thaumcraft:seal:5, Control Seal: Empty +thaumcraft:seal:6, Advanced Control Seal: Empty +thaumcraft:seal:7, Control Seal: Harvest +thaumcraft:seal:8, Control Seal: Butcher +thaumcraft:seal:9, Control Seal: Guard +thaumcraft:seal:10, Advanced Control Seal: Guard +thaumcraft:seal:11, Control Seal: Lumberjack +thaumcraft:seal:12, Control Seal: Block Breaker +thaumcraft:seal:13, Control Seal: Use +thaumcraft:seal:14, Control Seal: Provide +thaumcraft:seal:15, Control Seal: Stock +thaumcraft:seal:16, Control Seal: Advanced Block Breaker +botania:livingwood0stairs, tile.livingwood0Stairs.name +botania:livingwood0slab:0, Livingwood Slab +botania:livingwood0wall, tile.livingwood0Wall.name +botania:livingwood1stairs, tile.livingwood1Stairs.name +botania:livingwood1slab:0, Livingwood Plank Slab +botania:livingrock0stairs, tile.livingrock0Stairs.name +botania:livingrock0slab:0, Livingrock Slab +botania:livingrock0wall, tile.livingrock0Wall.name +botania:livingrock1stairs, tile.livingrock1Stairs.name +botania:livingrock1slab:0, Livingrock Brick Slab +botania:dreamwood0stairs, tile.dreamwood0Stairs.name +botania:dreamwood0slab:0, Dreamwood Slab +botania:dreamwood0wall, tile.dreamwood0Wall.name +botania:dreamwood1stairs, tile.dreamwood1Stairs.name +botania:dreamwood1slab:0, Dreamwood Plank Slab +botania:quartztypedark:0, Block of Smokey Quartz +botania:quartztypedark:1, Chiseled Smokey Quartz Block +botania:quartztypedark:2, Pillar Smokey Quartz Block +botania:quartzslabdarkhalf:0, Smokey Quartz Slab +botania:quartzstairsdark, tile.quartzStairsDark.name +botania:quartztypemana:0, Block of Mana Quartz +botania:quartztypemana:1, Chiseled Mana Quartz Block +botania:quartztypemana:2, Pillar Mana Quartz Block +botania:quartzslabmanahalf:0, Mana Quartz Slab +botania:quartzstairsmana, tile.quartzStairsMana.name +botania:quartztypeblaze:0, Block of Blaze Quartz +botania:quartztypeblaze:1, Chiseled Blaze Quartz Block +botania:quartztypeblaze:2, Pillar Blaze Quartz Block +botania:quartzslabblazehalf:0, Blaze Quartz Slab +botania:quartzstairsblaze, tile.quartzStairsBlaze.name +botania:quartztypelavender:0, Block of Lavender Quartz +botania:quartztypelavender:1, Chiseled Lavender Quartz Block +botania:quartztypelavender:2, Pillar Lavender Quartz Block +botania:quartzslablavenderhalf:0, Lavender Quartz Slab +botania:quartzstairslavender, tile.quartzStairsLavender.name +botania:quartztypered:0, Block of Redquartz +botania:quartztypered:1, Chiseled Redquartz Block +botania:quartztypered:2, Pillar Redquartz Block +botania:quartzslabredhalf:0, Redquartz Slab +botania:quartzstairsred, tile.quartzStairsRed.name +botania:quartztypeelf:0, Block of Elven Quartz +botania:quartztypeelf:1, Chiseled Elven Quartz Block +botania:quartztypeelf:2, Pillar Elven Quartz Block +botania:quartzslabelfhalf:0, Elven Quartz Slab +botania:quartzstairself, tile.quartzStairsElf.name +botania:quartztypesunny:0, Block of Sunny Quartz +botania:quartztypesunny:1, Chiseled Sunny Quartz Block +botania:quartztypesunny:2, Pillar Sunny Quartz Block +botania:quartzslabsunnyhalf:0, Sunny Quartz Slab +botania:quartzstairssunny, tile.quartzStairsSunny.name +botania:biomestonea:0, Metamorphic Forest Stone +botania:biomestonea:1, Metamorphic Plains Stone +botania:biomestonea:2, Metamorphic Mountain Stone +botania:biomestonea:3, Metamorphic Fungal Stone +botania:biomestonea:4, Metamorphic Swamp Stone +botania:biomestonea:5, Metamorphic Desert Stone +botania:biomestonea:6, Metamorphic Taiga Stone +botania:biomestonea:7, Metamorphic Mesa Stone +botania:biomestonea:8, Metamorphic Forest Cobblestone +botania:biomestonea:9, Metamorphic Plains Cobblestone +botania:biomestonea:10, Metamorphic Mountain Cobblestone +botania:biomestonea:11, Metamorphic Fungal Cobblestone +botania:biomestonea:12, Metamorphic Swamp Cobblestone +botania:biomestonea:13, Metamorphic Desert Cobblestone +botania:biomestonea:14, Metamorphic Taiga Cobblestone +botania:biomestonea:15, Metamorphic Mesa Cobblestone +botania:biomestoneb:0, Metamorphic Forest Stone Bricks +botania:biomestoneb:1, Metamorphic Plains Stone Bricks +botania:biomestoneb:2, Metamorphic Mountain Stone Bricks +botania:biomestoneb:3, Metamorphic Fungal Stone Bricks +botania:biomestoneb:4, Metamorphic Swamp Stone Bricks +botania:biomestoneb:5, Metamorphic Desert Stone Bricks +botania:biomestoneb:6, Metamorphic Taiga Stone Bricks +botania:biomestoneb:7, Metamorphic Mesa Stone Bricks +botania:biomestoneb:8, Chiseled Metamorphic Forest Stone Brick +botania:biomestoneb:9, Chiseled Metamorphic Plains Stone Brick +botania:biomestoneb:10, Chiseled Metamorphic Mountain Stone Brick +botania:biomestoneb:11, Chiseled Metamorphic Fungal Stone Brick +botania:biomestoneb:12, Chiseled Metamorphic Swamp Stone Brick +botania:biomestoneb:13, Chiseled Metamorphic Desert Stone Brick +botania:biomestoneb:14, Chiseled Metamorphic Taiga Stone Brick +botania:biomestoneb:15, Chiseled Metamorphic Mesa Stone Brick +botania:pavement:0, White Portuguese Pavement +botania:pavement:1, Black Portuguese Pavement +botania:pavement:2, Blue Portuguese Pavement +botania:pavement:3, Red Portuguese Pavement +botania:pavement:4, Yellow Portuguese Pavement +botania:pavement:5, Green Portuguese Pavement +botania:biomestonea0stairs, tile.biomeStoneA0Stairs.name +botania:biomestonea0slab:0, Metamorphic Forest Stone Slab +botania:biomestonea1stairs, tile.biomeStoneA1Stairs.name +botania:biomestonea1slab:0, Metamorphic Plains Stone Slab +botania:biomestonea2stairs, tile.biomeStoneA2Stairs.name +botania:biomestonea2slab:0, Metamorphic Mountain Stone Slab +botania:biomestonea3stairs, tile.biomeStoneA3Stairs.name +botania:biomestonea3slab:0, Metamorphic Fungal Stone Slab +botania:biomestonea4stairs, tile.biomeStoneA4Stairs.name +botania:biomestonea4slab:0, Metamorphic Swamp Stone Slab +botania:biomestonea5stairs, tile.biomeStoneA5Stairs.name +botania:biomestonea5slab:0, Metamorphic Desert Stone Slab +botania:biomestonea6stairs, tile.biomeStoneA6Stairs.name +botania:biomestonea6slab:0, Metamorphic Taiga Stone Slab +botania:biomestonea7stairs, tile.biomeStoneA7Stairs.name +botania:biomestonea7slab:0, Metamorphic Mesa Stone Slab +botania:biomestonea8stairs, tile.biomeStoneA8Stairs.name +botania:biomestonea8slab:0, Metamorphic Forest Cobblestone Slab +botania:biomestonea9stairs, tile.biomeStoneA9Stairs.name +botania:biomestonea9slab:0, Metamorphic Plains Cobblestone Slab +botania:biomestonea10stairs, tile.biomeStoneA10Stairs.name +botania:biomestonea10slab:0, Metamorphic Mountain Cobblestone Slab +botania:biomestonea11stairs, tile.biomeStoneA11Stairs.name +botania:biomestonea11slab:0, Metamorphic Fungal Cobblestone Slab +botania:biomestonea12stairs, tile.biomeStoneA12Stairs.name +botania:biomestonea12slab:0, Metamorphic Swamp Cobblestone Slab +botania:biomestonea13stairs, tile.biomeStoneA13Stairs.name +botania:biomestonea13slab:0, Metamorphic Desert Cobblestone Slab +botania:biomestonea14stairs, tile.biomeStoneA14Stairs.name +botania:biomestonea14slab:0, Metamorphic Taiga Cobblestone Slab +botania:biomestonea15stairs, tile.biomeStoneA15Stairs.name +botania:biomestonea15slab:0, Metamorphic Mesa Cobblestone Slab +botania:biomestoneb0stairs, tile.biomeStoneB0Stairs.name +botania:biomestoneb0slab:0, Metamorphic Forest Stone Brick Slab +botania:biomestoneb1stairs, tile.biomeStoneB1Stairs.name +botania:biomestoneb1slab:0, Metamorphic Plains Stone Brick Slab +botania:biomestoneb2stairs, tile.biomeStoneB2Stairs.name +botania:biomestoneb2slab:0, Metamorphic Mountain Stone Brick Slab +botania:biomestoneb3stairs, tile.biomeStoneB3Stairs.name +botania:biomestoneb3slab:0, Metamorphic Fungal Stone Brick Slab +botania:biomestoneb4stairs, tile.biomeStoneB4Stairs.name +botania:biomestoneb4slab:0, Metamorphic Swamp Stone Brick Slab +botania:biomestoneb5stairs, tile.biomeStoneB5Stairs.name +botania:biomestoneb5slab:0, Metamorphic Desert Stone Brick Slab +botania:biomestoneb6stairs, tile.biomeStoneB6Stairs.name +botania:biomestoneb6slab:0, Metamorphic Taiga Stone Brick Slab +botania:biomestoneb7stairs, tile.biomeStoneB7Stairs.name +botania:biomestoneb7slab:0, Metamorphic Mesa Stone Bricks Slab +botania:biomestonea0wall:0, Metamorphic Forest Cobblestone Wall +botania:biomestonea0wall:1, Metamorphic Plains Cobblestone Wall +botania:biomestonea0wall:2, Metamorphic Mountain Cobblestone Wall +botania:biomestonea0wall:3, Metamorphic Fungal Cobblestone Wall +botania:biomestonea0wall:4, Metamorphic Swamp Cobblestone Wall +botania:biomestonea0wall:5, Metamorphic Desert Cobblestone Wall +botania:biomestonea0wall:6, Metamorphic Taiga Cobblestone Wall +botania:biomestonea0wall:7, Metamorphic Mesa Cobblestone Wall +botania:pavement0stairs, tile.pavement0Stairs.name +botania:pavement0slab:0, White Portuguese Pavement Slab +botania:pavement1stairs, tile.pavement1Stairs.name +botania:pavement1slab:0, Black Portuguese Pavement Slab +botania:pavement2stairs, tile.pavement2Stairs.name +botania:pavement2slab:0, Blue Portuguese Pavement Slab +botania:pavement3stairs, tile.pavement3Stairs.name +botania:pavement3slab:0, Red Portuguese Pavement Slab +botania:pavement4stairs, tile.pavement4Stairs.name +botania:pavement4slab:0, Yellow Portuguese Pavement Slab +botania:pavement5stairs, tile.pavement5Stairs.name +botania:pavement5slab:0, Green Portuguese Pavement Slab +botania:shimmerrock0slab:0, Shimmerrock Slab +botania:shimmerrock0stairs, tile.shimmerrock0Stairs.name +botania:shimmerwoodplanks0slab:0, Shimmerwood Plank Slab +botania:shimmerwoodplanks0stairs, tile.shimmerwoodPlanks0Stairs.name +botania:managlasspane, tile.manaGlassPane.name +botania:elfglasspane, tile.elfGlassPane.name +botania:bifrostpermpane, tile.bifrostPermPane.name +botania:flower:0, Mystical White Flower +botania:flower:1, Mystical Orange Flower +botania:flower:2, Mystical Magenta Flower +botania:flower:3, Mystical Light Blue Flower +botania:flower:4, Mystical Yellow Flower +botania:flower:5, Mystical Lime Flower +botania:flower:6, Mystical Pink Flower +botania:flower:7, Mystical Gray Flower +botania:flower:8, Mystical Light Gray Flower +botania:flower:9, Mystical Cyan Flower +botania:flower:10, Mystical Purple Flower +botania:flower:11, Mystical Blue Flower +botania:flower:12, Mystical Brown Flower +botania:flower:13, Mystical Green Flower +botania:flower:14, Mystical Red Flower +botania:flower:15, Mystical Black Flower +botania:altar:0, Petal Apothecary +botania:altar:1, Forest Petal Apothecary +botania:altar:2, Plains Petal Apothecary +botania:altar:3, Mountain Petal Apothecary +botania:altar:4, Fungal Petal Apothecary +botania:altar:5, Swamp Petal Apothecary +botania:altar:6, Desert Petal Apothecary +botania:altar:7, Taiga Petal Apothecary +botania:altar:8, Mesa Petal Apothecary +botania:livingrock:0, Livingrock +botania:livingrock:1, Livingrock Brick +botania:livingrock:2, Mossy Livingrock Brick +botania:livingrock:3, Cracked Livingrock Brick +botania:livingrock:4, Chiseled Livingrock Brick +botania:livingwood:0, Livingwood +botania:livingwood:1, Livingwood Planks +botania:livingwood:2, Mossy Livingwood Planks +botania:livingwood:3, Framed Livingwood +botania:livingwood:4, Pattern Framed Livingwood +botania:livingwood:5, Glimmering Livingwood +botania:specialflower:0, Pure Daisy +botania:specialflower:0, Manastar +botania:specialflower:0, Endoflame +botania:specialflower:0, Hydroangeas +botania:specialflower:0, Thermalily +botania:specialflower:0, Rosa Arcana +botania:specialflower:0, Munchdew +botania:specialflower:0, Entropinnyum +botania:specialflower:0, Kekimurus +botania:specialflower:0, Gourmaryllis +botania:specialflower:0, Narslimmus +botania:specialflower:0, Spectrolus +botania:specialflower:0, Rafflowsia +botania:specialflower:0, Shulk Me Not +botania:specialflower:0, Dandelifeon +botania:specialflower:0, Jaded Amaranthus +botania:specialflower:0, Bellethorne +botania:specialflower:0, Bellethorne Petite +botania:specialflower:0, Dreadthorne +botania:specialflower:0, Heisei Dream +botania:specialflower:0, Tigerseye +botania:specialflower:0, Marimorphosis +botania:specialflower:0, Marimorphosis Petite +botania:specialflower:0, Orechid +botania:specialflower:0, Orechid Ignem +botania:specialflower:0, Fallen Kanade +botania:specialflower:0, Exoflame +botania:specialflower:0, Agricarnation +botania:specialflower:0, Agricarnation Petite +botania:specialflower:0, Hopperhock +botania:specialflower:0, Hopperhock Petite +botania:specialflower:0, Rannuncarpus +botania:specialflower:0, Rannuncarpus Petite +botania:specialflower:0, Tangleberrie +botania:specialflower:0, Jiyuulia +botania:specialflower:0, Hyacidus +botania:specialflower:0, Medumone +botania:specialflower:0, Pollidisiac +botania:specialflower:0, Clayconia +botania:specialflower:0, Clayconia Petite +botania:specialflower:0, Loonium +botania:specialflower:0, Daffomill +botania:specialflower:0, Vinculotus +botania:specialflower:0, Spectranthemum +botania:specialflower:0, Bubbell +botania:specialflower:0, Bubbell Petite +botania:specialflower:0, Solegnolia +botania:specialflower:0, Solegnolia Petite +botania:specialflower:0, Bergamute +botania:spreader:0, Mana Spreader +botania:spreader:1, Pulse Mana Spreader +botania:spreader:2, Elven Mana Spreader +botania:spreader:3, Gaia Mana Spreader +botania:pool:0, Mana Pool +botania:pool:2, Diluted Mana Pool +botania:pool:3, Fabulous Mana Pool +botania:pool:1, The Everlasting Guilty Pool +botania:runealtar, tile.runeAltar.name +botania:pylon:0, Mana Pylon +botania:pylon:1, Natura Pylon +botania:pylon:2, Gaia Pylon +botania:pistonrelay, tile.pistonRelay.name +botania:distributor, tile.distributor.name +botania:manavoid, tile.manaVoid.name +botania:manadetector, tile.manaDetector.name +botania:enchanter, tile.enchanter.name +botania:turntable, tile.turntable.name +botania:tinyplanetblock, tile.tinyPlanetBlock.name +botania:alchemycatalyst, tile.alchemyCatalyst.name +botania:opencrate:0, Open Crate +botania:opencrate:1, Crafty Crate +botania:foresteye, tile.forestEye.name +botania:storage:0, Block of Manasteel +botania:storage:1, Block of Terrasteel +botania:storage:2, Block of Elementium +botania:storage:3, Block of Mana Diamond +botania:storage:4, Block of Dragonstone +botania:forestdrum:0, Drum of the Wild +botania:forestdrum:1, Drum of the Gathering +botania:forestdrum:2, Drum of the Canopy +botania:shinyflower:0, Glimmering White Flower +botania:shinyflower:1, Glimmering Orange Flower +botania:shinyflower:2, Glimmering Magenta Flower +botania:shinyflower:3, Glimmering Light Blue Flower +botania:shinyflower:4, Glimmering Yellow Flower +botania:shinyflower:5, Glimmering Lime Flower +botania:shinyflower:6, Glimmering Pink Flower +botania:shinyflower:7, Glimmering Gray Flower +botania:shinyflower:8, Glimmering Light Gray Flower +botania:shinyflower:9, Glimmering Cyan Flower +botania:shinyflower:10, Glimmering Purple Flower +botania:shinyflower:11, Glimmering Blue Flower +botania:shinyflower:12, Glimmering Brown Flower +botania:shinyflower:13, Glimmering Green Flower +botania:shinyflower:14, Glimmering Red Flower +botania:shinyflower:15, Glimmering Black Flower +botania:platform:0, Abstruse Platform +botania:platform:1, Spectral Platform +botania:platform:2, Infrangible Platform +botania:alfheimportal, tile.alfheimPortal.name +botania:dreamwood:0, Dreamwood +botania:dreamwood:1, Dreamwood Planks +botania:dreamwood:2, Mossy Dreamwood Planks +botania:dreamwood:3, Framed Dreamwood +botania:dreamwood:4, Pattern Framed Dreamwood +botania:dreamwood:5, Glimmering Dreamwood +botania:conjurationcatalyst, tile.conjurationCatalyst.name +botania:bifrost, tile.bifrost.name +botania:miniisland:0, Floating White Flower +botania:miniisland:1, Floating Orange Flower +botania:miniisland:2, Floating Magenta Flower +botania:miniisland:3, Floating Light Blue Flower +botania:miniisland:4, Floating Yellow Flower +botania:miniisland:5, Floating Lime Flower +botania:miniisland:6, Floating Pink Flower +botania:miniisland:7, Floating Gray Flower +botania:miniisland:8, Floating Light Gray Flower +botania:miniisland:9, Floating Cyan Flower +botania:miniisland:10, Floating Purple Flower +botania:miniisland:11, Floating Blue Flower +botania:miniisland:12, Floating Brown Flower +botania:miniisland:13, Floating Green Flower +botania:miniisland:14, Floating Red Flower +botania:miniisland:15, Floating Black Flower +botania:tinypotato, tile.tinyPotato.name +botania:spawnerclaw, tile.spawnerClaw.name +botania:custombrick:0, Azulejo +botania:custombrick:1, Azulejo +botania:custombrick:2, Azulejo +botania:custombrick:3, Azulejo +botania:custombrick:4, Azulejo +botania:custombrick:5, Azulejo +botania:custombrick:6, Azulejo +botania:custombrick:7, Azulejo +botania:custombrick:8, Azulejo +botania:custombrick:9, Azulejo +botania:custombrick:10, Azulejo +botania:custombrick:11, Azulejo +botania:custombrick:12, Azulejo +botania:custombrick:13, Azulejo +botania:custombrick:14, Azulejo +botania:custombrick:15, Azulejo +botania:endereyeblock, tile.enderEyeBlock.name +botania:starfield, tile.starfield.name +botania:rfgenerator, tile.rfGenerator.name +botania:elfglass, tile.elfGlass.name +botania:brewery, tile.brewery.name +botania:managlass, tile.manaGlass.name +botania:terraplate, tile.terraPlate.name +botania:redstringcontainer, tile.redStringContainer.name +botania:redstringdispenser, tile.redStringDispenser.name +botania:redstringfertilizer, tile.redStringFertilizer.name +botania:redstringcomparator, tile.redStringComparator.name +botania:redstringrelay, tile.redStringRelay.name +botania:floatingspecialflower:0, Floating Pure Daisy +botania:floatingspecialflower:0, Floating Manastar +botania:floatingspecialflower:0, Floating Endoflame +botania:floatingspecialflower:0, Floating Hydroangeas +botania:floatingspecialflower:0, Floating Thermalily +botania:floatingspecialflower:0, Floating Rosa Arcana +botania:floatingspecialflower:0, Floating Munchdew +botania:floatingspecialflower:0, Floating Entropinnyum +botania:floatingspecialflower:0, Floating Kekimurus +botania:floatingspecialflower:0, Floating Gourmaryllis +botania:floatingspecialflower:0, Floating Narslimmus +botania:floatingspecialflower:0, Floating Spectrolus +botania:floatingspecialflower:0, Floating Rafflowsia +botania:floatingspecialflower:0, Floating Shulk Me Not +botania:floatingspecialflower:0, Floating Dandelifeon +botania:floatingspecialflower:0, Floating Jaded Amaranthus +botania:floatingspecialflower:0, Floating Bellethorne +botania:floatingspecialflower:0, Floating Bellethorne Petite +botania:floatingspecialflower:0, Floating Dreadthorne +botania:floatingspecialflower:0, Floating Heisei Dream +botania:floatingspecialflower:0, Floating Tigerseye +botania:floatingspecialflower:0, Floating Marimorphosis +botania:floatingspecialflower:0, Floating Marimorphosis Petite +botania:floatingspecialflower:0, Floating Orechid +botania:floatingspecialflower:0, Floating Orechid Ignem +botania:floatingspecialflower:0, Floating Fallen Kanade +botania:floatingspecialflower:0, Floating Exoflame +botania:floatingspecialflower:0, Floating Agricarnation +botania:floatingspecialflower:0, Floating Agricarnation Petite +botania:floatingspecialflower:0, Floating Hopperhock +botania:floatingspecialflower:0, Floating Hopperhock Petite +botania:floatingspecialflower:0, Floating Rannuncarpus +botania:floatingspecialflower:0, Floating Rannuncarpus Petite +botania:floatingspecialflower:0, Floating Tangleberrie +botania:floatingspecialflower:0, Floating Jiyuulia +botania:floatingspecialflower:0, Floating Hyacidus +botania:floatingspecialflower:0, Floating Medumone +botania:floatingspecialflower:0, Floating Pollidisiac +botania:floatingspecialflower:0, Floating Clayconia +botania:floatingspecialflower:0, Floating Clayconia Petite +botania:floatingspecialflower:0, Floating Loonium +botania:floatingspecialflower:0, Floating Daffomill +botania:floatingspecialflower:0, Floating Vinculotus +botania:floatingspecialflower:0, Floating Spectranthemum +botania:floatingspecialflower:0, Floating Bubbell +botania:floatingspecialflower:0, Floating Bubbell Petite +botania:floatingspecialflower:0, Floating Solegnolia +botania:floatingspecialflower:0, Floating Solegnolia Petite +botania:floatingspecialflower:0, Floating Bergamute +botania:prism, tile.prism.name +botania:enchantedsoil, tile.enchantedSoil.name +botania:petalblock:0, White Petal Block +botania:petalblock:1, Orange Petal Block +botania:petalblock:2, Magenta Petal Block +botania:petalblock:3, Light Blue Petal Block +botania:petalblock:4, Yellow Petal Block +botania:petalblock:5, Lime Petal Block +botania:petalblock:6, Pink Petal Block +botania:petalblock:7, Gray Petal Block +botania:petalblock:8, Light Gray Petal Block +botania:petalblock:9, Cyan Petal Block +botania:petalblock:10, Purple Petal Block +botania:petalblock:11, Blue Petal Block +botania:petalblock:12, Brown Petal Block +botania:petalblock:13, Green Petal Block +botania:petalblock:14, Red Petal Block +botania:petalblock:15, Black Petal Block +botania:corporeaindex, tile.corporeaIndex.name +botania:corporeafunnel, tile.corporeaFunnel.name +botania:mushroom:0, White Shimmering Mushroom +botania:mushroom:1, Orange Shimmering Mushroom +botania:mushroom:2, Magenta Shimmering Mushroom +botania:mushroom:3, Light Blue Shimmering Mushroom +botania:mushroom:4, Yellow Shimmering Mushroom +botania:mushroom:5, Lime Shimmering Mushroom +botania:mushroom:6, Pink Shimmering Mushroom +botania:mushroom:7, Gray Shimmering Mushroom +botania:mushroom:8, Light Gray Shimmering Mushroom +botania:mushroom:9, Cyan Shimmering Mushroom +botania:mushroom:10, Purple Shimmering Mushroom +botania:mushroom:11, Blue Shimmering Mushroom +botania:mushroom:12, Brown Shimmering Mushroom +botania:mushroom:13, Green Shimmering Mushroom +botania:mushroom:14, Red Shimmering Mushroom +botania:mushroom:15, Black Shimmering Mushroom +botania:pump, Fluid Extractor +botania:doubleflower1:0, Tall Mystical White Flower +botania:doubleflower1:1, Tall Mystical Orange Flower +botania:doubleflower1:2, Tall Mystical Magenta Flower +botania:doubleflower1:3, Tall Mystical Light Blue Flower +botania:doubleflower1:4, Tall Mystical Yellow Flower +botania:doubleflower1:5, Tall Mystical Lime Flower +botania:doubleflower1:6, Tall Mystical Pink Flower +botania:doubleflower1:7, Tall Mystical Gray Flower +botania:doubleflower2:0, Tall Mystical Light Gray Flower +botania:doubleflower2:1, Tall Mystical Cyan Flower +botania:doubleflower2:2, Tall Mystical Purple Flower +botania:doubleflower2:3, Tall Mystical Blue Flower +botania:doubleflower2:4, Tall Mystical Brown Flower +botania:doubleflower2:5, Tall Mystical Green Flower +botania:doubleflower2:6, Tall Mystical Red Flower +botania:doubleflower2:7, Tall Mystical Black Flower +botania:blazeblock, tile.blazeBlock.name +botania:corporeainterceptor, tile.corporeaInterceptor.name +botania:corporeacrystalcube, tile.corporeaCrystalCube.name +botania:incenseplate, tile.incensePlate.name +botania:hourglass, tile.hourglass.name +botania:ghostrail, tile.ghostRail.name +botania:sparkchanger, tile.sparkChanger.name +botania:root, tile.root.name +botania:felpumpkin, tile.felPumpkin.name +botania:cocoon, tile.cocoon.name +botania:lightrelay:0, Luminizer +botania:lightrelay:1, Detector Luminizer +botania:lightrelay:2, Fork Luminizer +botania:lightrelay:3, Toggle Luminizer +botania:lightlauncher, tile.lightLauncher.name +botania:manabomb, tile.manaBomb.name +botania:cacophoniumblock, tile.cacophoniumBlock.name +botania:bellows, Arcane Bellows +botania:bifrostperm, tile.bifrostPerm.name +botania:cellblock, tile.cellBlock.name +botania:redstringinterceptor, tile.redStringInterceptor.name +botania:corporearetainer, tile.corporeaRetainer.name +botania:teruterubozu, tile.teruTeruBozu.name +botania:shimmerrock, tile.shimmerrock.name +botania:shimmerwoodplanks, tile.shimmerwoodPlanks.name +botania:avatar, tile.avatar.name +botania:altgrass:0, Dry Grass +botania:altgrass:1, Golden Grass +botania:altgrass:2, Vivid Grass +botania:altgrass:3, Scorched Grass +botania:altgrass:4, Infused Grass +botania:altgrass:5, Mutated Grass +botania:animatedtorch, tile.animatedTorch.name +botania:lexicon, item.lexicon.name +botania:petal:0, Mystical White Petal +botania:petal:1, Mystical Orange Petal +botania:petal:2, Mystical Magenta Petal +botania:petal:3, Mystical Light Blue Petal +botania:petal:4, Mystical Yellow Petal +botania:petal:5, Mystical Lime Petal +botania:petal:6, Mystical Pink Petal +botania:petal:7, Mystical Gray Petal +botania:petal:8, Mystical Light Gray Petal +botania:petal:9, Mystical Cyan Petal +botania:petal:10, Mystical Purple Petal +botania:petal:11, Mystical Blue Petal +botania:petal:12, Mystical Brown Petal +botania:petal:13, Mystical Green Petal +botania:petal:14, Mystical Red Petal +botania:petal:15, Mystical Black Petal +botania:dye:0, Floral White Powder +botania:dye:1, Floral Orange Powder +botania:dye:2, Floral Magenta Powder +botania:dye:3, Floral Light Blue Powder +botania:dye:4, Floral Yellow Powder +botania:dye:5, Floral Lime Powder +botania:dye:6, Floral Pink Powder +botania:dye:7, Floral Gray Powder +botania:dye:8, Floral Light Gray Powder +botania:dye:9, Floral Cyan Powder +botania:dye:10, Floral Purple Powder +botania:dye:11, Floral Blue Powder +botania:dye:12, Floral Brown Powder +botania:dye:13, Floral Green Powder +botania:dye:14, Floral Red Powder +botania:dye:15, Floral Black Powder +botania:pestleandmortar, item.pestleAndMortar.name +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:manaresource:0, Manasteel Ingot +botania:manaresource:1, Mana Pearl +botania:manaresource:2, Mana Diamond +botania:manaresource:3, Livingwood Twig +botania:manaresource:4, Terrasteel Ingot +botania:manaresource:5, Gaia Spirit +botania:manaresource:6, Redstone Root +botania:manaresource:7, Elementium Ingot +botania:manaresource:8, Pixie Dust +botania:manaresource:9, Dragonstone +botania:manaresource:11, Crafting Placeholder +botania:manaresource:12, Red String +botania:manaresource:13, Dreamwood Twig +botania:manaresource:14, Gaia Spirit Ingot +botania:manaresource:15, Ender Air Bottle +botania:manaresource:16, Mana Infused String +botania:manaresource:17, Manasteel Nugget +botania:manaresource:18, Terrasteel Nugget +botania:manaresource:19, Elementium Nugget +botania:manaresource:22, Manaweave Cloth +botania:manaresource:23, Mana Powder +botania:lens:0, Mana Lens +botania:lens:1, Mana Lens: Velocity +botania:lens:2, Mana Lens: Potency +botania:lens:3, Mana Lens: Resistance +botania:lens:4, Mana Lens: Efficiency +botania:lens:5, Mana Lens: Bounce +botania:lens:6, Mana Lens: Gravity +botania:lens:7, Mana Lens: Bore +botania:lens:8, Mana Lens: Damaging +botania:lens:9, Mana Lens: Phantom +botania:lens:10, Mana Lens: Magnetizing +botania:lens:11, Mana Lens: Entropic +botania:lens:12, Mana Lens: Influence +botania:lens:13, Mana Lens: Weight +botania:lens:14, Mana Lens: Paintslinger +botania:lens:15, Mana Lens: Kindle +botania:lens:16, Mana Lens: Force +botania:lens:17, Mana Lens: Flash +botania:lens:18, Mana Lens: Warp +botania:lens:19, Mana Lens: Redirective +botania:lens:20, Mana Lens: Celebratory +botania:lens:21, Mana Lens: Flare +botania:lens:22, Mana Lens: Messenger +botania:lens:23, Mana Lens: Tripwire +botania:rune:0, Rune of Water +botania:rune:1, Rune of Fire +botania:rune:2, Rune of Earth +botania:rune:3, Rune of Air +botania:rune:4, Rune of Spring +botania:rune:5, Rune of Summer +botania:rune:6, Rune of Autumn +botania:rune:7, Rune of Winter +botania:rune:8, Rune of Mana +botania:rune:9, Rune of Lust +botania:rune:10, Rune of Gluttony +botania:rune:11, Rune of Greed +botania:rune:12, Rune of Sloth +botania:rune:13, Rune of Wrath +botania:rune:14, Rune of Envy +botania:rune:15, Rune of Pride +botania:manatablet, item.manaTablet.name +botania:managun, item.manaGun.name +botania:manacookie, item.manaCookie.name +botania:fertilizer, item.fertilizer.name +botania:grassseeds:0, Pasture Seeds +botania:grassseeds:1, Boreal Seeds +botania:grassseeds:2, Infestation Spores +botania:grassseeds:3, Dry Pasture Seeds +botania:grassseeds:4, Golden Pasture Seeds +botania:grassseeds:5, Vivid Pasture Seeds +botania:grassseeds:6, Scorched Pasture Seeds +botania:grassseeds:7, Infused Pasture Seeds +botania:grassseeds:8, Mutated Pasture Seeds +botania:dirtrod, item.dirtRod.name +botania:terraformrod, item.terraformRod.name +botania:grasshorn:0, Horn of the Wild +botania:grasshorn:1, Horn of the Canopy +botania:grasshorn:2, Horn of the Covering +botania:manamirror, item.manaMirror.name +botania:manasteelhelm, item.manasteelHelm.name +botania:manasteelhelmreveal, item.manasteelHelmReveal.name +botania:manasteelchest, item.manasteelChest.name +botania:manasteellegs, item.manasteelLegs.name +botania:manasteelboots, item.manasteelBoots.name +botania:manasteelpick, item.manasteelPick.name +botania:manasteelshovel, item.manasteelShovel.name +botania:manasteelaxe, item.manasteelAxe.name +botania:manasteelsword, item.manasteelSword.name +botania:manasteelshears, item.manasteelShears.name +botania:terrasteelhelm, item.terrasteelHelm.name +botania:terrasteelhelmreveal, item.terrasteelHelmReveal.name +botania:terrasteelchest, item.terrasteelChest.name +botania:terrasteellegs, item.terrasteelLegs.name +botania:terrasteelboots, item.terrasteelBoots.name +botania:terrasword, item.terraSword.name +botania:tinyplanet, item.tinyPlanet.name +botania:manaring, item.manaRing.name +botania:auraring, item.auraRing.name +botania:manaringgreater, item.manaRingGreater.name +botania:auraringgreater, item.auraRingGreater.name +botania:travelbelt, item.travelBelt.name +botania:knockbackbelt, item.knockbackBelt.name +botania:icependant, item.icePendant.name +botania:lavapendant, item.lavaPendant.name +botania:magnetring, item.magnetRing.name +botania:waterring, item.waterRing.name +botania:miningring, item.miningRing.name +botania:terrapick, item.terraPick.name +botania:divacharm, item.divaCharm.name +botania:flighttiara:0, Flügel Tiara +botania:flighttiara:1, Flügel Tiara +botania:flighttiara:2, Flügel Tiara +botania:flighttiara:3, Flügel Tiara +botania:flighttiara:4, Flügel Tiara +botania:flighttiara:5, Flügel Tiara +botania:flighttiara:6, Flügel Tiara +botania:flighttiara:7, Flügel Tiara +botania:flighttiara:8, Flügel Tiara +botania:enderdagger, item.enderDagger.name +botania:quartz:0, Smokey Quartz +botania:quartz:1, Mana Quartz +botania:quartz:2, Blaze Quartz +botania:quartz:3, Lavender Quartz +botania:quartz:4, Redquartz +botania:quartz:5, Elven Quartz +botania:quartz:6, Sunny Quartz +botania:waterrod, item.waterRod.name +botania:elementiumhelm, item.elementiumHelm.name +botania:elementiumhelmreveal, item.elementiumHelmReveal.name +botania:elementiumchest, item.elementiumChest.name +botania:elementiumlegs, item.elementiumLegs.name +botania:elementiumboots, item.elementiumBoots.name +botania:elementiumpick, item.elementiumPick.name +botania:elementiumshovel, item.elementiumShovel.name +botania:elementiumaxe, item.elementiumAxe.name +botania:elementiumsword, item.elementiumSword.name +botania:elementiumshears, item.elementiumShears.name +botania:openbucket, item.openBucket.name +botania:spawnermover, item.spawnerMover.name +botania:pixiering, item.pixieRing.name +botania:supertravelbelt, item.superTravelBelt.name +botania:rainbowrod, item.rainbowRod.name +botania:tornadorod, item.tornadoRod.name +botania:firerod, item.fireRod.name +botania:vineball, item.vineBall.name +botania:slingshot, item.slingshot.name +botania:manabottle, item.manaBottle.name +botania:laputashard:0, Shard of Laputa +botania:laputashard:4, Shard of Laputa +botania:laputashard:9, Shard of Laputa +botania:laputashard:14, Shard of Laputa +botania:laputashard:19, Shard of Laputa +botania:virus:0, Necrodermal Virus +botania:virus:1, Nullodermal Virus +botania:reachring, item.reachRing.name +botania:skydirtrod, item.skyDirtRod.name +botania:itemfinder, item.itemFinder.name +botania:superlavapendant, item.superLavaPendant.name +botania:enderhand, item.enderHand.name +botania:glasspick, item.glassPick.name +botania:spark, item.spark.name +botania:sparkupgrade:0, Spark Augment: Dispersive +botania:sparkupgrade:1, Spark Augment: Dominant +botania:sparkupgrade:2, Spark Augment: Recessive +botania:sparkupgrade:3, Spark Augment: Isolated +botania:diviningrod, item.diviningRod.name +botania:gravityrod, item.gravityRod.name +botania:manainkwell, item.manaInkwell.name +botania:vial:0, Managlass Vial +botania:vial:1, Alfglass Flask +botania:brewvial, item.brewVial.name +botania:brewflask, item.brewFlask.name +botania:bloodpendant, item.bloodPendant.name +botania:missilerod, item.missileRod.name +botania:holycloak, item.holyCloak.name +botania:unholycloak, item.unholyCloak.name +botania:balancecloak, item.balanceCloak.name +botania:craftinghalo, item.craftingHalo.name +botania:blacklotus:0, Black Lotus +botania:blacklotus:1, Blacker Lotus +botania:monocle, item.monocle.name +botania:clip, item.clip.name +botania:cobblerod, item.cobbleRod.name +botania:smeltrod, item.smeltRod.name +botania:worldseed, item.worldSeed.name +botania:spellcloth, item.spellCloth.name +botania:thornchakram:0, Thorn Chakram +botania:thornchakram:1, Flare Chakram +botania:overgrowthseed, item.overgrowthSeed.name +botania:craftpattern:0, Crafting Pattern #1: 1x1 +botania:craftpattern:1, Crafting Pattern #2: 2x2 +botania:craftpattern:2, Crafting Pattern #3: 1x2 +botania:craftpattern:3, Crafting Pattern #4: 2x1 +botania:craftpattern:4, Crafting Pattern #5: 1x3 +botania:craftpattern:5, Crafting Pattern #6: 3x1 +botania:craftpattern:6, Crafting Pattern #7: 2x3 +botania:craftpattern:7, Crafting Pattern #8: 3x2 +botania:craftpattern:8, Crafting Pattern #9: Donut +botania:ancientwill:0, Will of Ahrim +botania:ancientwill:1, Will of Dharok +botania:ancientwill:2, Will of Guthan +botania:ancientwill:3, Will of Torag +botania:ancientwill:4, Will of Verac +botania:ancientwill:5, Will of Karil +botania:corporeaspark:0, Corporea Spark +botania:corporeaspark:1, Master Corporea Spark +botania:livingwoodbow, item.livingwoodBow.name +botania:crystalbow, item.crystalBow.name +botania:cosmetic:0, Black Bowtie +botania:cosmetic:1, Black Tie +botania:cosmetic:2, Red Glasses +botania:cosmetic:3, Puffy Scarf +botania:cosmetic:4, Engineer Goggles +botania:cosmetic:5, Eyepatch +botania:cosmetic:6, Wicked Eyepatch +botania:cosmetic:7, Red Ribbons +botania:cosmetic:8, Pink Flower Bud +botania:cosmetic:9, Polka-Dotted Bows +botania:cosmetic:10, Blue Butterfly +botania:cosmetic:11, Cat Ears +botania:cosmetic:12, Witch Pin +botania:cosmetic:13, Devil Tail +botania:cosmetic:14, Kamui Eye +botania:cosmetic:15, Googly Eyes +botania:cosmetic:16, Four-Leafed Clover +botania:cosmetic:17, Clock Eye +botania:cosmetic:18, Unicorn Horn +botania:cosmetic:19, Devil Horns +botania:cosmetic:20, Hyper Plus +botania:cosmetic:21, Botanist Emblem +botania:cosmetic:22, Ancient Mask +botania:cosmetic:23, Eerie Mask +botania:cosmetic:24, Alien Antenna +botania:cosmetic:25, Anaglyph Glasses +botania:cosmetic:26, Orange Shades +botania:cosmetic:27, Groucho Glasses +botania:cosmetic:28, Thick Eyebrows +botania:cosmetic:29, Lusitanic Shield +botania:cosmetic:30, Tiny Potato Mask +botania:cosmetic:31, Questgiver Mark +botania:cosmetic:32, Thinking Hand +botania:swapring, item.swapRing.name +botania:flowerbag, item.flowerBag.name +botania:phantomink, item.phantomInk.name +botania:poolminecart, item.poolMinecart.name +botania:pinkinator, item.pinkinator.name +botania:infinitefruit, item.infiniteFruit.name +botania:kingkey, item.kingKey.name +botania:flugeleye, item.flugelEye.name +botania:thorring, item.thorRing.name +botania:odinring, item.odinRing.name +botania:lokiring, item.lokiRing.name +botania:dice, item.dice.name +botania:keepivy, item.keepIvy.name +botania:blackholetalisman:0, Black Hole Talisman +botania:recordgaia1, item.recordGaia1.name +botania:recordgaia2, item.recordGaia2.name +botania:temperancestone:0, Stone of Temperance +botania:incensestick, item.incenseStick.name +botania:terraaxe, item.terraAxe.name +botania:waterbowl, item.waterBowl.name +botania:obediencestick, item.obedienceStick.name +botania:cacophonium, item.cacophonium.name +botania:slimebottle:0, Slime in a Bottle +botania:starsword, item.starSword.name +botania:exchangerod, item.exchangeRod.name +botania:magnetringgreater, item.magnetRingGreater.name +botania:thundersword, item.thunderSword.name +botania:manaweavehelm, item.manaweaveHelm.name +botania:manaweavechest, item.manaweaveChest.name +botania:manaweavelegs, item.manaweaveLegs.name +botania:manaweaveboots, item.manaweaveBoots.name +botania:autocraftinghalo, item.autocraftingHalo.name +botania:gaiahead, item.gaiaHead.name +botania:sextant, item.sextant.name +botania:speedupbelt, item.speedUpBelt.name +botania:baublebox, item.baubleBox.name +botania:dodgering, item.dodgeRing.name +botania:invisibilitycloak, item.invisibilityCloak.name +botania:cloudpendant, item.cloudPendant.name +botania:supercloudpendant, item.superCloudPendant.name +botania:thirdeye, item.thirdEye.name +botania:astrolabe, item.astrolabe.name +botania:goddesscharm, item.goddessCharm.name +antiqueatlas:empty_antique_atlas, Empty Antique Atlas +antiqueatlas:antique_atlas:0, Antique Atlas #0 +appliedenergistics2:quartz_ore, Certus Quartz Ore +appliedenergistics2:charged_quartz_ore, Charged Certus Quartz Ore +appliedenergistics2:matrix_frame, Matrix Frame +appliedenergistics2:quartz_block, Certus Quartz Block +appliedenergistics2:quartz_pillar, Certus Quartz Pillar +appliedenergistics2:chiseled_quartz_block, Chiseled Certus Quartz Block +appliedenergistics2:quartz_glass, Quartz Glass +appliedenergistics2:quartz_vibrant_glass, Vibrant Quartz Glass +appliedenergistics2:quartz_fixture, Charged Quartz Fixture +appliedenergistics2:fluix_block, Fluix Block +appliedenergistics2:sky_stone_block, Sky Stone +appliedenergistics2:smooth_sky_stone_block, Sky Stone Block +appliedenergistics2:sky_stone_brick, Sky Stone Brick +appliedenergistics2:sky_stone_small_brick, Sky Stone Small Brick +appliedenergistics2:sky_stone_chest, Sky Stone Chest +appliedenergistics2:smooth_sky_stone_chest, Sky Stone Block Chest +appliedenergistics2:sky_compass, Meteorite Compass +appliedenergistics2:grindstone, Quartz Grindstone +appliedenergistics2:crank, Wooden Crank +appliedenergistics2:inscriber, Inscriber +appliedenergistics2:wireless_access_point, ME Wireless Access Point +appliedenergistics2:charger, Charger +appliedenergistics2:tiny_tnt, Tiny TNT +appliedenergistics2:security_station, ME Security Terminal +appliedenergistics2:quantum_ring, ME Quantum Ring +appliedenergistics2:quantum_link, ME Quantum Link Chamber +appliedenergistics2:spatial_pylon, Spatial Pylon +appliedenergistics2:spatial_io_port, Spatial IO Port +appliedenergistics2:controller, ME Controller +appliedenergistics2:drive, ME Drive +appliedenergistics2:chest, ME Chest +appliedenergistics2:interface, ME Interface +appliedenergistics2:fluid_interface, ME Fluid Interface +appliedenergistics2:cell_workbench, Cell Workbench +appliedenergistics2:io_port, ME IO Port +appliedenergistics2:condenser, Matter Condenser +appliedenergistics2:energy_acceptor, Energy Acceptor +appliedenergistics2:vibration_chamber, Vibration Chamber +appliedenergistics2:quartz_growth_accelerator, Crystal Growth Accelerator +appliedenergistics2:energy_cell, Energy Cell +appliedenergistics2:dense_energy_cell, Dense Energy Cell +appliedenergistics2:creative_energy_cell, Creative Energy Cell +appliedenergistics2:crafting_unit, Crafting Unit +appliedenergistics2:crafting_accelerator, Crafting Co-Processing Unit +appliedenergistics2:crafting_storage_1k, 1k Crafting Storage +appliedenergistics2:crafting_storage_4k, 4k Crafting Storage +appliedenergistics2:crafting_storage_16k, 16k Crafting Storage +appliedenergistics2:crafting_storage_64k, 64k Crafting Storage +appliedenergistics2:crafting_monitor, Crafting Monitor +appliedenergistics2:molecular_assembler, Molecular Assembler +appliedenergistics2:light_detector, Light Detecting Fixture +appliedenergistics2:paint, tile.appliedenergistics2.paint.name +appliedenergistics2:sky_stone_stairs, Sky Stone Stairs +appliedenergistics2:smooth_sky_stone_stairs, Sky Stone Block Stairs +appliedenergistics2:sky_stone_brick_stairs, Sky Stone Brick Stairs +appliedenergistics2:sky_stone_small_brick_stairs, Sky Stone Small Brick Stairs +appliedenergistics2:fluix_stairs, Fluix Stairs +appliedenergistics2:quartz_stairs, Certus Quartz Stairs +appliedenergistics2:chiseled_quartz_stairs, Chiseled Certus Quartz Stairs +appliedenergistics2:quartz_pillar_stairs, Certus Quartz Pillar Stairs +appliedenergistics2:cable_bus, AE2 Cable and/or Bus +appliedenergistics2:sky_stone_slab:0, Sky Stone Slabs +appliedenergistics2:smooth_sky_stone_slab:0, Sky Stone Block Slabs +appliedenergistics2:sky_stone_brick_slab:0, Sky Stone Brick Slabs +appliedenergistics2:sky_stone_small_brick_slab:0, Sky Stone Small Brick Slabs +appliedenergistics2:fluix_slab:0, Fluix Slabs +appliedenergistics2:quartz_slab:0, Certus Quartz Slabs +appliedenergistics2:chiseled_quartz_slab:0, Chiseled Certus Quartz Slabs +appliedenergistics2:quartz_pillar_slab:0, Certus Quartz Pillar Slabs +appliedenergistics2:certus_quartz_axe, Certus Quartz Axe +appliedenergistics2:certus_quartz_hoe, Certus Quartz Hoe +appliedenergistics2:certus_quartz_spade, Certus Quartz Shovel +appliedenergistics2:certus_quartz_pickaxe, Certus Quartz Pickaxe +appliedenergistics2:certus_quartz_sword, Certus Quartz Sword +appliedenergistics2:certus_quartz_wrench, Certus Quartz Wrench +appliedenergistics2:certus_quartz_cutting_knife, Certus Quartz Cutting Knife +appliedenergistics2:nether_quartz_axe, Nether Quartz Axe +appliedenergistics2:nether_quartz_hoe, Nether Quartz Hoe +appliedenergistics2:nether_quartz_spade, Nether Quartz Shovel +appliedenergistics2:nether_quartz_pickaxe, Nether Quartz Pickaxe +appliedenergistics2:nether_quartz_sword, Nether Quartz Sword +appliedenergistics2:nether_quartz_wrench, Nether Quartz Wrench +appliedenergistics2:nether_quartz_cutting_knife, Nether Quartz Cutting Knife +appliedenergistics2:entropy_manipulator, Entropy Manipulator +appliedenergistics2:wireless_terminal, Wireless Terminal +appliedenergistics2:charged_staff, Charged Staff +appliedenergistics2:matter_cannon, Matter Cannon +appliedenergistics2:portable_cell, Portable Cell +appliedenergistics2:color_applicator, Color Applicator +appliedenergistics2:biometric_card, Biometric Card +appliedenergistics2:memory_card, Memory Card +appliedenergistics2:network_tool, Network Tool +appliedenergistics2:creative_storage_cell, Creative ME Storage Cell +appliedenergistics2:view_cell, View Cell +appliedenergistics2:storage_cell_1k, 1k ME Storage Cell +appliedenergistics2:storage_cell_4k, 4k ME Storage Cell +appliedenergistics2:storage_cell_16k, 16k ME Storage Cell +appliedenergistics2:storage_cell_64k, 64k ME Storage Cell +appliedenergistics2:fluid_storage_cell_1k, 1k ME Fluid Storage Cell +appliedenergistics2:fluid_storage_cell_4k, 4k ME Fluid Storage Cell +appliedenergistics2:fluid_storage_cell_16k, 16k ME Fluid Storage Cell +appliedenergistics2:fluid_storage_cell_64k, 64k ME Fluid Storage Cell +appliedenergistics2:spatial_storage_cell_2_cubed, 2³ Spatial Storage Cell +appliedenergistics2:spatial_storage_cell_16_cubed, 16³ Spatial Storage Cell +appliedenergistics2:spatial_storage_cell_128_cubed, 128³ Spatial Storage Cell +appliedenergistics2:facade:0, Cable Facade - Stone +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Polished Granite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Polished Diorite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Polished Andesite +appliedenergistics2:facade:0, Cable Facade - Grass Block +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Coarse Dirt +appliedenergistics2:facade:0, Cable Facade - Podzol +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Bedrock +appliedenergistics2:facade:0, Cable Facade - Sand +appliedenergistics2:facade:0, Cable Facade - Red Sand +appliedenergistics2:facade:0, Cable Facade - Gravel +appliedenergistics2:facade:0, Cable Facade - Gold Ore +appliedenergistics2:facade:0, Cable Facade - Iron Ore +appliedenergistics2:facade:0, Cable Facade - Coal Ore +appliedenergistics2:facade:0, Cable Facade - Oak Wood +appliedenergistics2:facade:0, Cable Facade - Spruce Wood +appliedenergistics2:facade:0, Cable Facade - Birch Wood +appliedenergistics2:facade:0, Cable Facade - Jungle Wood +appliedenergistics2:facade:0, Cable Facade - Oak Leaves +appliedenergistics2:facade:0, Cable Facade - Spruce Leaves +appliedenergistics2:facade:0, Cable Facade - Birch Leaves +appliedenergistics2:facade:0, Cable Facade - Jungle Leaves +appliedenergistics2:facade:0, Cable Facade - Sponge +appliedenergistics2:facade:0, Cable Facade - Wet Sponge +appliedenergistics2:facade:0, Cable Facade - Glass +appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Ore +appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Chiseled Sandstone +appliedenergistics2:facade:0, Cable Facade - Smooth Sandstone +appliedenergistics2:facade:0, Cable Facade - White Wool +appliedenergistics2:facade:0, Cable Facade - Orange Wool +appliedenergistics2:facade:0, Cable Facade - Magenta Wool +appliedenergistics2:facade:0, Cable Facade - Light Blue Wool +appliedenergistics2:facade:0, Cable Facade - Yellow Wool +appliedenergistics2:facade:0, Cable Facade - Lime Wool +appliedenergistics2:facade:0, Cable Facade - Pink Wool +appliedenergistics2:facade:0, Cable Facade - Gray Wool +appliedenergistics2:facade:0, Cable Facade - Light Gray Wool +appliedenergistics2:facade:0, Cable Facade - Cyan Wool +appliedenergistics2:facade:0, Cable Facade - Purple Wool +appliedenergistics2:facade:0, Cable Facade - Blue Wool +appliedenergistics2:facade:0, Cable Facade - Brown Wool +appliedenergistics2:facade:0, Cable Facade - Green Wool +appliedenergistics2:facade:0, Cable Facade - Red Wool +appliedenergistics2:facade:0, Cable Facade - Black Wool +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - TNT +appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Diamond Ore +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Crafting Table +appliedenergistics2:facade:0, Cable Facade - Redstone Ore +appliedenergistics2:facade:0, Cable Facade - Ice +appliedenergistics2:facade:0, Cable Facade - Snow +appliedenergistics2:facade:0, Cable Facade - Clay +appliedenergistics2:facade:0, Cable Facade - Pumpkin +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Soul Sand +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Jack o'Lantern +appliedenergistics2:facade:0, Cable Facade - White Stained Glass +appliedenergistics2:facade:0, Cable Facade - Orange Stained Glass +appliedenergistics2:facade:0, Cable Facade - Magenta Stained Glass +appliedenergistics2:facade:0, Cable Facade - Light Blue Stained Glass +appliedenergistics2:facade:0, Cable Facade - Yellow Stained Glass +appliedenergistics2:facade:0, Cable Facade - Lime Stained Glass +appliedenergistics2:facade:0, Cable Facade - Pink Stained Glass +appliedenergistics2:facade:0, Cable Facade - Gray Stained Glass +appliedenergistics2:facade:0, Cable Facade - Light Gray Stained Glass +appliedenergistics2:facade:0, Cable Facade - Cyan Stained Glass +appliedenergistics2:facade:0, Cable Facade - Purple Stained Glass +appliedenergistics2:facade:0, Cable Facade - Blue Stained Glass +appliedenergistics2:facade:0, Cable Facade - Brown Stained Glass +appliedenergistics2:facade:0, Cable Facade - Green Stained Glass +appliedenergistics2:facade:0, Cable Facade - Red Stained Glass +appliedenergistics2:facade:0, Cable Facade - Black Stained Glass +appliedenergistics2:facade:0, Cable Facade - Stone Monster Egg +appliedenergistics2:facade:0, Cable Facade - Cobblestone Monster Egg +appliedenergistics2:facade:0, Cable Facade - Stone Brick Monster Egg +appliedenergistics2:facade:0, Cable Facade - Mossy Stone Brick Monster Egg +appliedenergistics2:facade:0, Cable Facade - Cracked Stone Brick Monster Egg +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone Brick Monster Egg +appliedenergistics2:facade:0, Cable Facade - Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Mossy Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Cracked Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Mushroom +appliedenergistics2:facade:0, Cable Facade - Mushroom +appliedenergistics2:facade:0, Cable Facade - Melon +appliedenergistics2:facade:0, Cable Facade - Mycelium +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - End Stone +appliedenergistics2:facade:0, Cable Facade - Redstone Lamp +appliedenergistics2:facade:0, Cable Facade - Emerald Ore +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Nether Quartz Ore +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Quartz Block +appliedenergistics2:facade:0, Cable Facade - White Terracotta +appliedenergistics2:facade:0, Cable Facade - Orange Terracotta +appliedenergistics2:facade:0, Cable Facade - Magenta Terracotta +appliedenergistics2:facade:0, Cable Facade - Light Blue Terracotta +appliedenergistics2:facade:0, Cable Facade - Yellow Terracotta +appliedenergistics2:facade:0, Cable Facade - Lime Terracotta +appliedenergistics2:facade:0, Cable Facade - Pink Terracotta +appliedenergistics2:facade:0, Cable Facade - Gray Terracotta +appliedenergistics2:facade:0, Cable Facade - Light Gray Terracotta +appliedenergistics2:facade:0, Cable Facade - Cyan Terracotta +appliedenergistics2:facade:0, Cable Facade - Purple Terracotta +appliedenergistics2:facade:0, Cable Facade - Blue Terracotta +appliedenergistics2:facade:0, Cable Facade - Brown Terracotta +appliedenergistics2:facade:0, Cable Facade - Green Terracotta +appliedenergistics2:facade:0, Cable Facade - Red Terracotta +appliedenergistics2:facade:0, Cable Facade - Black Terracotta +appliedenergistics2:facade:0, Cable Facade - Acacia Leaves +appliedenergistics2:facade:0, Cable Facade - Dark Oak Leaves +appliedenergistics2:facade:0, Cable Facade - Acacia Wood +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood +appliedenergistics2:facade:0, Cable Facade - Green Slime Block +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine Bricks +appliedenergistics2:facade:0, Cable Facade - Dark Prismarine +appliedenergistics2:facade:0, Cable Facade - Sea Lantern +appliedenergistics2:facade:0, Cable Facade - Hay Bale +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Packed Ice +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Chiseled Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Smooth Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Pillar +appliedenergistics2:facade:0, Cable Facade - End Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Magma Block +appliedenergistics2:facade:0, Cable Facade - Nether Wart Block +appliedenergistics2:facade:0, Cable Facade - Red Nether Brick +appliedenergistics2:facade:0, Cable Facade - Bone Block +appliedenergistics2:facade:0, Cable Facade - Observer +appliedenergistics2:facade:0, Cable Facade - White Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Orange Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Magenta Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Light Blue Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Yellow Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Lime Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Pink Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Gray Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Light Gray Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Cyan Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Purple Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Blue Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Brown Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Green Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Red Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - Black Glazed Terracotta +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Orange Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Lime Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Pink Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Gray Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Purple Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Blue Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Brown Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Green Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Red Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Black Concrete Powder +appliedenergistics2:facade:0, Cable Facade - Spectral Moss +appliedenergistics2:facade:0, Cable Facade - Loamy Dirt +appliedenergistics2:facade:0, Cable Facade - White Sand +appliedenergistics2:facade:0, Cable Facade - White Sandstone +appliedenergistics2:facade:0, Cable Facade - Dried Sand +appliedenergistics2:facade:0, Cable Facade - Hardened Ice +appliedenergistics2:facade:0, Cable Facade - Ash Block +appliedenergistics2:facade:0, Cable Facade - Mud +appliedenergistics2:facade:0, Cable Facade - Flesh +appliedenergistics2:facade:0, Cable Facade - Celestial Crystal +appliedenergistics2:facade:0, Cable Facade - Biome Essence Ore +appliedenergistics2:facade:0, Cable Facade - Ender Amethyst Ore +appliedenergistics2:facade:0, Cable Facade - Block of Amethyst +appliedenergistics2:facade:0, Cable Facade - Hive Block +appliedenergistics2:facade:0, Cable Facade - Honey Block +appliedenergistics2:facade:0, Cable Facade - Bamboo Thatching +appliedenergistics2:facade:0, Cable Facade - Mud Bricks +appliedenergistics2:facade:0, Cable Facade - Sacred Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Tallow Block +appliedenergistics2:facade:0, Cable Facade - Bayberry Wax Block +appliedenergistics2:facade:0, Cable Facade - Cast Iron Block +appliedenergistics2:facade:0, Cable Facade - Copper Ore +appliedenergistics2:facade:0, Cable Facade - Tin Ore +appliedenergistics2:facade:0, Cable Facade - Silver Ore +appliedenergistics2:facade:0, Cable Facade - Lead Ore +appliedenergistics2:facade:0, Cable Facade - Aluminum Ore +appliedenergistics2:facade:0, Cable Facade - Nickel Ore +appliedenergistics2:facade:0, Cable Facade - Platinum Ore +appliedenergistics2:facade:0, Cable Facade - Iridium Ore +appliedenergistics2:facade:0, Cable Facade - Mana Infused Ore +appliedenergistics2:facade:0, Cable Facade - Oil Sand +appliedenergistics2:facade:0, Cable Facade - Oil Shale +appliedenergistics2:facade:0, Cable Facade - Destabilized Redstone Ore +appliedenergistics2:facade:0, Cable Facade - Energized Netherrack +appliedenergistics2:facade:0, Cable Facade - Resonant End Stone +appliedenergistics2:facade:0, Cable Facade - Oil Sand +appliedenergistics2:facade:0, Cable Facade - Block of Copper +appliedenergistics2:facade:0, Cable Facade - Block of Tin +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Lead +appliedenergistics2:facade:0, Cable Facade - Block of Aluminum +appliedenergistics2:facade:0, Cable Facade - Block of Nickel +appliedenergistics2:facade:0, Cable Facade - Block of Platinum +appliedenergistics2:facade:0, Cable Facade - Block of Iridium +appliedenergistics2:facade:0, Cable Facade - Block of Mana Infused Metal +appliedenergistics2:facade:0, Cable Facade - Block of Steel +appliedenergistics2:facade:0, Cable Facade - Block of Electrum +appliedenergistics2:facade:0, Cable Facade - Block of Invar +appliedenergistics2:facade:0, Cable Facade - Block of Bronze +appliedenergistics2:facade:0, Cable Facade - Block of Constantan +appliedenergistics2:facade:0, Cable Facade - Block of Signalum +appliedenergistics2:facade:0, Cable Facade - Block of Lumium +appliedenergistics2:facade:0, Cable Facade - Block of Enderium +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Black Rockwool +appliedenergistics2:facade:0, Cable Facade - Red Rockwool +appliedenergistics2:facade:0, Cable Facade - Green Rockwool +appliedenergistics2:facade:0, Cable Facade - Brown Rockwool +appliedenergistics2:facade:0, Cable Facade - Blue Rockwool +appliedenergistics2:facade:0, Cable Facade - Purple Rockwool +appliedenergistics2:facade:0, Cable Facade - Cyan Rockwool +appliedenergistics2:facade:0, Cable Facade - Light Gray Rockwool +appliedenergistics2:facade:0, Cable Facade - Gray Rockwool +appliedenergistics2:facade:0, Cable Facade - Pink Rockwool +appliedenergistics2:facade:0, Cable Facade - Lime Rockwool +appliedenergistics2:facade:0, Cable Facade - Yellow Rockwool +appliedenergistics2:facade:0, Cable Facade - Light Blue Rockwool +appliedenergistics2:facade:0, Cable Facade - Magenta Rockwool +appliedenergistics2:facade:0, Cable Facade - Orange Rockwool +appliedenergistics2:facade:0, Cable Facade - White Rockwool +appliedenergistics2:facade:0, Cable Facade - Stone Pillar +appliedenergistics2:facade:0, Cable Facade - Andesite Pillar +appliedenergistics2:facade:0, Cable Facade - Diorite Pillar +appliedenergistics2:facade:0, Cable Facade - Granite Pillar +appliedenergistics2:facade:0, Cable Facade - Slate Pillar +appliedenergistics2:facade:0, Cable Facade - Slate +appliedenergistics2:facade:0, Cable Facade - Slate Roof +appliedenergistics2:facade:0, Cable Facade - Slate Tile +appliedenergistics2:facade:0, Cable Facade - Slate Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Slate +appliedenergistics2:facade:0, Cable Facade - Clay Wall +appliedenergistics2:facade:0, Cable Facade - Crossed Clay Wall +appliedenergistics2:facade:0, Cable Facade - Diagonal Clay Wall +appliedenergistics2:facade:0, Cable Facade - White Painted Wood +appliedenergistics2:facade:0, Cable Facade - Orange Painted Wood +appliedenergistics2:facade:0, Cable Facade - Magenta Painted Wood +appliedenergistics2:facade:0, Cable Facade - Light Blue Painted Wood +appliedenergistics2:facade:0, Cable Facade - Yellow Painted Wood +appliedenergistics2:facade:0, Cable Facade - Lime Painted Wood +appliedenergistics2:facade:0, Cable Facade - Pink Painted Wood +appliedenergistics2:facade:0, Cable Facade - Gray Painted Wood +appliedenergistics2:facade:0, Cable Facade - Light Gray Painted Wood +appliedenergistics2:facade:0, Cable Facade - Cyan Painted Wood +appliedenergistics2:facade:0, Cable Facade - Purple Painted Wood +appliedenergistics2:facade:0, Cable Facade - Blue Painted Wood +appliedenergistics2:facade:0, Cable Facade - Brown Painted Wood +appliedenergistics2:facade:0, Cable Facade - Green Painted Wood +appliedenergistics2:facade:0, Cable Facade - Red Painted Wood +appliedenergistics2:facade:0, Cable Facade - Black Painted Wood +appliedenergistics2:facade:0, Cable Facade - Fertile Soil +appliedenergistics2:facade:0, Cable Facade - Olive Wood Planks +appliedenergistics2:facade:0, Cable Facade - Ironwood Planks +appliedenergistics2:facade:0, Cable Facade - Olive Wood +appliedenergistics2:facade:0, Cable Facade - Ironwood +appliedenergistics2:facade:0, Cable Facade - Olive Leaves +appliedenergistics2:facade:0, Cable Facade - Ironwood Leaves +appliedenergistics2:facade:0, Cable Facade - Apple Leaves +appliedenergistics2:facade:0, Cable Facade - Copper Ore +appliedenergistics2:facade:0, Cable Facade - Tin Ore +appliedenergistics2:facade:0, Cable Facade - Lead Ore +appliedenergistics2:facade:0, Cable Facade - Thorium Ore +appliedenergistics2:facade:0, Cable Facade - Uranium Ore +appliedenergistics2:facade:0, Cable Facade - Boron Ore +appliedenergistics2:facade:0, Cable Facade - Lithium Ore +appliedenergistics2:facade:0, Cable Facade - Magnesium Ore +appliedenergistics2:facade:0, Cable Facade - Copper Block +appliedenergistics2:facade:0, Cable Facade - Tin Block +appliedenergistics2:facade:0, Cable Facade - Lead Block +appliedenergistics2:facade:0, Cable Facade - Thorium Block +appliedenergistics2:facade:0, Cable Facade - Uranium Block +appliedenergistics2:facade:0, Cable Facade - Boron Block +appliedenergistics2:facade:0, Cable Facade - Lithium Block +appliedenergistics2:facade:0, Cable Facade - Magnesium Block +appliedenergistics2:facade:0, Cable Facade - Graphite Block +appliedenergistics2:facade:0, Cable Facade - Beryllium Block +appliedenergistics2:facade:0, Cable Facade - Zirconium Block +appliedenergistics2:facade:0, Cable Facade - Manganese Block +appliedenergistics2:facade:0, Cable Facade - Aluminum Block +appliedenergistics2:facade:0, Cable Facade - Silver Block +appliedenergistics2:facade:0, Cable Facade - Fission Reactor Casing +appliedenergistics2:facade:0, Cable Facade - Blast Block +appliedenergistics2:facade:0, Cable Facade - Empty Cooler +appliedenergistics2:facade:0, Cable Facade - Water Cooler +appliedenergistics2:facade:0, Cable Facade - Redstone Cooler +appliedenergistics2:facade:0, Cable Facade - Quartz Cooler +appliedenergistics2:facade:0, Cable Facade - Gold Cooler +appliedenergistics2:facade:0, Cable Facade - Glowstone Cooler +appliedenergistics2:facade:0, Cable Facade - Lapis Cooler +appliedenergistics2:facade:0, Cable Facade - Diamond Cooler +appliedenergistics2:facade:0, Cable Facade - Liquid Helium Cooler +appliedenergistics2:facade:0, Cable Facade - Enderium Cooler +appliedenergistics2:facade:0, Cable Facade - Cryotheum Cooler +appliedenergistics2:facade:0, Cable Facade - Iron Cooler +appliedenergistics2:facade:0, Cable Facade - Emerald Cooler +appliedenergistics2:facade:0, Cable Facade - Copper Cooler +appliedenergistics2:facade:0, Cable Facade - Tin Cooler +appliedenergistics2:facade:0, Cable Facade - Magnesium Cooler +appliedenergistics2:facade:0, Cable Facade - Thorium-230 Block +appliedenergistics2:facade:0, Cable Facade - Uranium-238 Block +appliedenergistics2:facade:0, Cable Facade - Neptunium-237 Block +appliedenergistics2:facade:0, Cable Facade - Plutonium-242 Block +appliedenergistics2:facade:0, Cable Facade - Americium-243 Block +appliedenergistics2:facade:0, Cable Facade - Curium-246 Block +appliedenergistics2:facade:0, Cable Facade - Berkelium-247 Block +appliedenergistics2:facade:0, Cable Facade - Californium-252 Block +appliedenergistics2:facade:0, Cable Facade - Supercold Ice +appliedenergistics2:facade:0, Cable Facade - Fusion Connector +appliedenergistics2:facade:0, Cable Facade - Wasteland Earth +appliedenergistics2:facade:0, Cable Facade - Tritium Lamp +appliedenergistics2:facade:0, Cable Facade - Salt Ore +appliedenergistics2:facade:0, Cable Facade - Salt Lake Block +appliedenergistics2:facade:0, Cable Facade - Block Of Salt +appliedenergistics2:facade:0, Cable Facade - Chiseled Salt Block +appliedenergistics2:facade:0, Cable Facade - Salt Pillar +appliedenergistics2:facade:0, Cable Facade - Salt Bricks +appliedenergistics2:facade:0, Cable Facade - Cracked Salt Block +appliedenergistics2:facade:0, Cable Facade - Cracked Salt Bricks +appliedenergistics2:facade:0, Cable Facade - Chiseled Salt Bricks +appliedenergistics2:facade:0, Cable Facade - Salt Chapiter +appliedenergistics2:facade:0, Cable Facade - Salt Lamp +appliedenergistics2:facade:0, Cable Facade - Dirt Salt Lake Block +appliedenergistics2:facade:0, Cable Facade - Saline Soil +appliedenergistics2:facade:0, Cable Facade - Slightly Saline Soil +appliedenergistics2:facade:0, Cable Facade - Grassy Semi-Saline Soil +appliedenergistics2:facade:0, Cable Facade - Mineral Mud Block +appliedenergistics2:facade:0, Cable Facade - Aetherium Ore +appliedenergistics2:facade:0, Cable Facade - tile.aw.forge_structure.name +appliedenergistics2:facade:0, Cable Facade - Aetherium Block +appliedenergistics2:facade:0, Cable Facade - Amber Bearing Stone +appliedenergistics2:facade:0, Cable Facade - Cinnabar Ore +appliedenergistics2:facade:0, Cable Facade - Quartz Ore +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone Brick +appliedenergistics2:facade:0, Cable Facade - Ancient Stone +appliedenergistics2:facade:0, Cable Facade - Ancient Stone Tile +appliedenergistics2:facade:0, Cable Facade - Ancient Rock +appliedenergistics2:facade:0, Cable Facade - Glyphed Stone +appliedenergistics2:facade:0, Cable Facade - Ancient Barrier +appliedenergistics2:facade:0, Cable Facade - Eldritch Stone +appliedenergistics2:facade:0, Cable Facade - Porous Stone +appliedenergistics2:facade:0, Cable Facade - Greatwood Log +appliedenergistics2:facade:0, Cable Facade - Silverwood Log +appliedenergistics2:facade:0, Cable Facade - Greatwood Leaves +appliedenergistics2:facade:0, Cable Facade - Silverwood Leaves +appliedenergistics2:facade:0, Cable Facade - Greatwood Planks +appliedenergistics2:facade:0, Cable Facade - Silverwood Planks +appliedenergistics2:facade:0, Cable Facade - Amber Block +appliedenergistics2:facade:0, Cable Facade - Amber Bricks +appliedenergistics2:facade:0, Cable Facade - Block of Flesh +appliedenergistics2:facade:0, Cable Facade - Crusted Taint +appliedenergistics2:facade:0, Cable Facade - Tainted Soil +appliedenergistics2:facade:0, Cable Facade - Tainted Rock +appliedenergistics2:facade:0, Cable Facade - Taint Geyser +appliedenergistics2:facade:0, Cable Facade - Taintwood Log +appliedenergistics2:facade:0, Cable Facade - Ambient Grass Block +appliedenergistics2:facade:0, Cable Facade - Brass Block +appliedenergistics2:facade:0, Cable Facade - Thaumium Block +appliedenergistics2:facade:0, Cable Facade - Void Metal Block +appliedenergistics2:facade:0, Cable Facade - Alchemical Construct +appliedenergistics2:facade:0, Cable Facade - Advanced Alchemical Construct +appliedenergistics2:facade:0, Cable Facade - Infusion Speed Stone +appliedenergistics2:facade:0, Cable Facade - Infusion Cost Stone +appliedenergistics2:facade:0, Cable Facade - Vis Battery +appliedenergistics2:facade:0, Cable Facade - Empty Space +appliedenergistics2:facade:0, Cable Facade - Block of Smokey Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Smokey Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Smokey Quartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Mana Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Mana Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Mana Quartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Blaze Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Blaze Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Blaze Quartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Lavender Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Lavender Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Lavender Quartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Redquartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Redquartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Redquartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Elven Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Elven Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Elven Quartz Block +appliedenergistics2:facade:0, Cable Facade - Block of Sunny Quartz +appliedenergistics2:facade:0, Cable Facade - Chiseled Sunny Quartz Block +appliedenergistics2:facade:0, Cable Facade - Pillar Sunny Quartz Block +appliedenergistics2:facade:0, Cable Facade - Metamorphic Forest Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Plains Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mountain Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Fungal Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Swamp Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Desert Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Taiga Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mesa Stone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Forest Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Plains Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mountain Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Fungal Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Swamp Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Desert Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Taiga Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mesa Cobblestone +appliedenergistics2:facade:0, Cable Facade - Metamorphic Forest Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Plains Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mountain Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Fungal Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Swamp Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Desert Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Taiga Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Metamorphic Mesa Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Forest Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Plains Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Mountain Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Fungal Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Swamp Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Desert Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Taiga Stone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Metamorphic Mesa Stone Brick +appliedenergistics2:facade:0, Cable Facade - White Portuguese Pavement +appliedenergistics2:facade:0, Cable Facade - Black Portuguese Pavement +appliedenergistics2:facade:0, Cable Facade - Blue Portuguese Pavement +appliedenergistics2:facade:0, Cable Facade - Red Portuguese Pavement +appliedenergistics2:facade:0, Cable Facade - Yellow Portuguese Pavement +appliedenergistics2:facade:0, Cable Facade - Green Portuguese Pavement +appliedenergistics2:facade:0, Cable Facade - Livingrock +appliedenergistics2:facade:0, Cable Facade - Livingrock Brick +appliedenergistics2:facade:0, Cable Facade - Mossy Livingrock Brick +appliedenergistics2:facade:0, Cable Facade - Cracked Livingrock Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Livingrock Brick +appliedenergistics2:facade:0, Cable Facade - Livingwood +appliedenergistics2:facade:0, Cable Facade - Livingwood Planks +appliedenergistics2:facade:0, Cable Facade - Mossy Livingwood Planks +appliedenergistics2:facade:0, Cable Facade - Framed Livingwood +appliedenergistics2:facade:0, Cable Facade - Pattern Framed Livingwood +appliedenergistics2:facade:0, Cable Facade - Glimmering Livingwood +appliedenergistics2:facade:0, Cable Facade - Force Relay +appliedenergistics2:facade:0, Cable Facade - Alchemy Catalyst +appliedenergistics2:facade:0, Cable Facade - Block of Manasteel +appliedenergistics2:facade:0, Cable Facade - Block of Terrasteel +appliedenergistics2:facade:0, Cable Facade - Block of Elementium +appliedenergistics2:facade:0, Cable Facade - Block of Mana Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Dragonstone +appliedenergistics2:facade:0, Cable Facade - Dreamwood +appliedenergistics2:facade:0, Cable Facade - Dreamwood Planks +appliedenergistics2:facade:0, Cable Facade - Mossy Dreamwood Planks +appliedenergistics2:facade:0, Cable Facade - Framed Dreamwood +appliedenergistics2:facade:0, Cable Facade - Pattern Framed Dreamwood +appliedenergistics2:facade:0, Cable Facade - Glimmering Dreamwood +appliedenergistics2:facade:0, Cable Facade - Conjuration Catalyst +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Azulejo +appliedenergistics2:facade:0, Cable Facade - Enchanted Soil +appliedenergistics2:facade:0, Cable Facade - White Petal Block +appliedenergistics2:facade:0, Cable Facade - Orange Petal Block +appliedenergistics2:facade:0, Cable Facade - Magenta Petal Block +appliedenergistics2:facade:0, Cable Facade - Light Blue Petal Block +appliedenergistics2:facade:0, Cable Facade - Yellow Petal Block +appliedenergistics2:facade:0, Cable Facade - Lime Petal Block +appliedenergistics2:facade:0, Cable Facade - Pink Petal Block +appliedenergistics2:facade:0, Cable Facade - Gray Petal Block +appliedenergistics2:facade:0, Cable Facade - Light Gray Petal Block +appliedenergistics2:facade:0, Cable Facade - Cyan Petal Block +appliedenergistics2:facade:0, Cable Facade - Purple Petal Block +appliedenergistics2:facade:0, Cable Facade - Blue Petal Block +appliedenergistics2:facade:0, Cable Facade - Brown Petal Block +appliedenergistics2:facade:0, Cable Facade - Green Petal Block +appliedenergistics2:facade:0, Cable Facade - Red Petal Block +appliedenergistics2:facade:0, Cable Facade - Black Petal Block +appliedenergistics2:facade:0, Cable Facade - Blaze Mesh +appliedenergistics2:facade:0, Cable Facade - Living Root +appliedenergistics2:facade:0, Cable Facade - Fel Pumpkin +appliedenergistics2:facade:0, Cable Facade - Manastorm Charge +appliedenergistics2:facade:0, Cable Facade - Shimmerrock +appliedenergistics2:facade:0, Cable Facade - Shimmerwood Planks +appliedenergistics2:facade:0, Cable Facade - Dry Grass +appliedenergistics2:facade:0, Cable Facade - Golden Grass +appliedenergistics2:facade:0, Cable Facade - Vivid Grass +appliedenergistics2:facade:0, Cable Facade - Scorched Grass +appliedenergistics2:facade:0, Cable Facade - Infused Grass +appliedenergistics2:facade:0, Cable Facade - Mutated Grass +appliedenergistics2:facade:0, Cable Facade - Certus Quartz Ore +appliedenergistics2:facade:0, Cable Facade - Charged Certus Quartz Ore +appliedenergistics2:facade:0, Cable Facade - Certus Quartz Block +appliedenergistics2:facade:0, Cable Facade - Certus Quartz Pillar +appliedenergistics2:facade:0, Cable Facade - Chiseled Certus Quartz Block +appliedenergistics2:facade:0, Cable Facade - Quartz Glass +appliedenergistics2:facade:0, Cable Facade - Vibrant Quartz Glass +appliedenergistics2:facade:0, Cable Facade - Fluix Block +appliedenergistics2:facade:0, Cable Facade - Sky Stone +appliedenergistics2:facade:0, Cable Facade - Sky Stone Block +appliedenergistics2:facade:0, Cable Facade - Sky Stone Brick +appliedenergistics2:facade:0, Cable Facade - Sky Stone Small Brick +appliedenergistics2:facade:0, Cable Facade - Raw Radiant Quartz Block +appliedenergistics2:facade:0, Cable Facade - Shaped Radiant Quartz Block +appliedenergistics2:facade:0, Cable Facade - Dark Marble +appliedenergistics2:facade:0, Cable Facade - Polished Sandstone +appliedenergistics2:facade:0, Cable Facade - Polished Stone +appliedenergistics2:facade:0, Cable Facade - White Stained Planks +appliedenergistics2:facade:0, Cable Facade - Terracotta Shingles +appliedenergistics2:facade:0, Cable Facade - White Terracotta Shingles +appliedenergistics2:facade:0, Cable Facade - Oak Bark +appliedenergistics2:facade:0, Cable Facade - Sturdy Stone +appliedenergistics2:facade:0, Cable Facade - Iron Plate +appliedenergistics2:facade:0, Cable Facade - Sandy Bricks +appliedenergistics2:facade:0, Cable Facade - Thatch +appliedenergistics2:facade:0, Cable Facade - Charred Nether Brick +appliedenergistics2:facade:0, Cable Facade - Granite Bricks +appliedenergistics2:facade:0, Cable Facade - Chiseled Granite Bricks +appliedenergistics2:facade:0, Cable Facade - Midori Block +appliedenergistics2:facade:0, Cable Facade - Midori Pillar +appliedenergistics2:facade:0, Cable Facade - Magma Bricks +appliedenergistics2:facade:0, Cable Facade - Vertical Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Vertical White Stained Planks +appliedenergistics2:facade:0, Cable Facade - Duskbound Block +appliedenergistics2:facade:0, Cable Facade - Duskbound Lantern +appliedenergistics2:facade:0, Cable Facade - Granite Pavement +appliedenergistics2:facade:0, Cable Facade - Sugar Cane Block +appliedenergistics2:facade:0, Cable Facade - Snow Bricks +appliedenergistics2:facade:0, Cable Facade - Carved Oak Wood +appliedenergistics2:facade:0, Cable Facade - Soul Sandstone +appliedenergistics2:facade:0, Cable Facade - Turf Block +appliedenergistics2:facade:0, Cable Facade - Netherwrought Stone +appliedenergistics2:facade:0, Cable Facade - White Quilted Wool +appliedenergistics2:facade:0, Cable Facade - Swamp Oak Leaves +appliedenergistics2:facade:0, Cable Facade - White Cave Crystal +appliedenergistics2:facade:0, Cable Facade - Ender Biotite Ore +appliedenergistics2:facade:0, Cable Facade - Block of Biotite +appliedenergistics2:facade:0, Cable Facade - Chiseled Biotite Block +appliedenergistics2:facade:0, Cable Facade - Pillar Biotite Block +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Brimstone +appliedenergistics2:facade:0, Cable Facade - Brimstone Bricks +appliedenergistics2:facade:0, Cable Facade - Elder Prismarine +appliedenergistics2:facade:0, Cable Facade - Elder Sea Lantern +appliedenergistics2:facade:0, Cable Facade - Glowcelium +appliedenergistics2:facade:0, Cable Facade - Glowshroom +appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf +appliedenergistics2:facade:0, Cable Facade - Lit Redstone Lamp +appliedenergistics2:facade:0, Cable Facade - Blaze Lantern +appliedenergistics2:facade:0, Cable Facade - Sugar Block +appliedenergistics2:facade:0, Cable Facade - Red Slime Block +appliedenergistics2:facade:0, Cable Facade - Gravisand +appliedenergistics2:facade:0, Cable Facade - Blessed Stone +appliedenergistics2:facade:0, Cable Facade - Block of Amethyst +appliedenergistics2:facade:0, Cable Facade - Block of Garnet +appliedenergistics2:facade:0, Cable Facade - Block of Opal +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron +appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron +appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron +appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron +appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron +appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron +appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron +appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron +appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron +appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron +appliedenergistics2:facade:0, Cable Facade - Block of Salt +appliedenergistics2:facade:0, Cable Facade - Amethyst Ore +appliedenergistics2:facade:0, Cable Facade - Garnet Ore +appliedenergistics2:facade:0, Cable Facade - Opal Ore +appliedenergistics2:facade:0, Cable Facade - Silver Ore +appliedenergistics2:facade:0, Cable Facade - Salt Ore +appliedenergistics2:facade:0, Cable Facade - Purifying Earth +appliedenergistics2:facade:0, Cable Facade - Coquina +appliedenergistics2:facade:0, Cable Facade - Coquina +appliedenergistics2:facade:0, Cable Facade - Coquina +appliedenergistics2:facade:0, Cable Facade - Coquina Bricks +appliedenergistics2:facade:0, Cable Facade - Chiseled Coquina +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Nethersteel +appliedenergistics2:facade:0, Cable Facade - Embittered Bricks +appliedenergistics2:facade:0, Cable Facade - Cracked Embittered Bricks +appliedenergistics2:facade:0, Cable Facade - Chiseled Embittered Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Cracked Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Chiseled Scorned Bricks +appliedenergistics2:facade:0, Cable Facade - Block of Dragon's Blood Resin +appliedenergistics2:facade:0, Cable Facade - Cypress Wood +appliedenergistics2:facade:0, Cable Facade - Elder Wood +appliedenergistics2:facade:0, Cable Facade - Juniper Wood +appliedenergistics2:facade:0, Cable Facade - Dragons Blood Wood +appliedenergistics2:facade:0, Cable Facade - Cypress Planks +appliedenergistics2:facade:0, Cable Facade - Elder Planks +appliedenergistics2:facade:0, Cable Facade - Juniper Planks +appliedenergistics2:facade:0, Cable Facade - Dragons Blood Planks +appliedenergistics2:facade:0, Cable Facade - Cypress Leaves +appliedenergistics2:facade:0, Cable Facade - Elder Leaves +appliedenergistics2:facade:0, Cable Facade - Juniper Leaves +appliedenergistics2:facade:0, Cable Facade - Dragons Blood Leaves +appliedenergistics2:facade:0, Cable Facade - Block of Aluminum +appliedenergistics2:facade:0, Cable Facade - Block of Aluminum +appliedenergistics2:facade:0, Cable Facade - Block of Aluminum +appliedenergistics2:facade:0, Cable Facade - Block of Aluminum +appliedenergistics2:facade:0, Cable Facade - Block of Aluminum +appliedenergistics2:facade:0, Cable Facade - Block of Aluminum +appliedenergistics2:facade:0, Cable Facade - Block of Aluminum +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Antiblock +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Arcane Stone +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf +appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf +appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf +appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf +appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf +appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf +appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf +appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf +appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf +appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf +appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf +appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf +appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf +appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf +appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf +appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf +appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf +appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf +appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf +appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf +appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf +appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf +appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf +appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf +appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf +appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf +appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf +appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf +appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf +appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf +appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf +appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf +appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf +appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf +appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf +appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf +appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf +appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf +appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf +appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf +appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Bricks +appliedenergistics2:facade:0, Cable Facade - Block of Bronze +appliedenergistics2:facade:0, Cable Facade - Block of Bronze +appliedenergistics2:facade:0, Cable Facade - Block of Bronze +appliedenergistics2:facade:0, Cable Facade - Block of Bronze +appliedenergistics2:facade:0, Cable Facade - Block of Bronze +appliedenergistics2:facade:0, Cable Facade - Block of Bronze +appliedenergistics2:facade:0, Cable Facade - Block of Bronze +appliedenergistics2:facade:0, Cable Facade - Brownstone +appliedenergistics2:facade:0, Cable Facade - Brownstone +appliedenergistics2:facade:0, Cable Facade - Brownstone +appliedenergistics2:facade:0, Cable Facade - Brownstone +appliedenergistics2:facade:0, Cable Facade - Brownstone +appliedenergistics2:facade:0, Cable Facade - Brownstone +appliedenergistics2:facade:0, Cable Facade - Brownstone +appliedenergistics2:facade:0, Cable Facade - Brownstone +appliedenergistics2:facade:0, Cable Facade - Brownstone +appliedenergistics2:facade:0, Cable Facade - Brownstone +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Block of Cobalt +appliedenergistics2:facade:0, Cable Facade - Block of Cobalt +appliedenergistics2:facade:0, Cable Facade - Block of Cobalt +appliedenergistics2:facade:0, Cable Facade - Block of Cobalt +appliedenergistics2:facade:0, Cable Facade - Block of Cobalt +appliedenergistics2:facade:0, Cable Facade - Block of Cobalt +appliedenergistics2:facade:0, Cable Facade - Block of Cobalt +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Cobblestone +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Moss Stone +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Black Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Red Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Green Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Brown Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Purple Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Cyan Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Gray Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Pink Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Lime Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Yellow Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Magenta Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - Orange Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - White Concrete +appliedenergistics2:facade:0, Cable Facade - Block of Copper +appliedenergistics2:facade:0, Cable Facade - Block of Copper +appliedenergistics2:facade:0, Cable Facade - Block of Copper +appliedenergistics2:facade:0, Cable Facade - Block of Copper +appliedenergistics2:facade:0, Cable Facade - Block of Copper +appliedenergistics2:facade:0, Cable Facade - Block of Copper +appliedenergistics2:facade:0, Cable Facade - Block of Copper +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Block of Diamond +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Dirt +appliedenergistics2:facade:0, Cable Facade - Block of Electrum +appliedenergistics2:facade:0, Cable Facade - Block of Electrum +appliedenergistics2:facade:0, Cable Facade - Block of Electrum +appliedenergistics2:facade:0, Cable Facade - Block of Electrum +appliedenergistics2:facade:0, Cable Facade - Block of Electrum +appliedenergistics2:facade:0, Cable Facade - Block of Electrum +appliedenergistics2:facade:0, Cable Facade - Block of Electrum +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Block of Emerald +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Purpur Block +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Endstone +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Futura Block +appliedenergistics2:facade:0, Cable Facade - Futura Block +appliedenergistics2:facade:0, Cable Facade - Futura Block +appliedenergistics2:facade:0, Cable Facade - Futura Block +appliedenergistics2:facade:0, Cable Facade - Futura Block +appliedenergistics2:facade:0, Cable Facade - Futura Block +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Glowstone +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Block of Gold +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Granite +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Terracotta +appliedenergistics2:facade:0, Cable Facade - Block of Invar +appliedenergistics2:facade:0, Cable Facade - Block of Invar +appliedenergistics2:facade:0, Cable Facade - Block of Invar +appliedenergistics2:facade:0, Cable Facade - Block of Invar +appliedenergistics2:facade:0, Cable Facade - Block of Invar +appliedenergistics2:facade:0, Cable Facade - Block of Invar +appliedenergistics2:facade:0, Cable Facade - Block of Invar +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Block of Iron +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Laboratory Block +appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block +appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block +appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block +appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block +appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block +appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block +appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block +appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block +appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Lavastone +appliedenergistics2:facade:0, Cable Facade - Block of Lead +appliedenergistics2:facade:0, Cable Facade - Block of Lead +appliedenergistics2:facade:0, Cable Facade - Block of Lead +appliedenergistics2:facade:0, Cable Facade - Block of Lead +appliedenergistics2:facade:0, Cable Facade - Block of Lead +appliedenergistics2:facade:0, Cable Facade - Block of Lead +appliedenergistics2:facade:0, Cable Facade - Block of Lead +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Limestone +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Netherrack +appliedenergistics2:facade:0, Cable Facade - Block of Nickel +appliedenergistics2:facade:0, Cable Facade - Block of Nickel +appliedenergistics2:facade:0, Cable Facade - Block of Nickel +appliedenergistics2:facade:0, Cable Facade - Block of Nickel +appliedenergistics2:facade:0, Cable Facade - Block of Nickel +appliedenergistics2:facade:0, Cable Facade - Block of Nickel +appliedenergistics2:facade:0, Cable Facade - Block of Nickel +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Obsidian +appliedenergistics2:facade:0, Cable Facade - Paper Wall +appliedenergistics2:facade:0, Cable Facade - Paper Wall +appliedenergistics2:facade:0, Cable Facade - Paper Wall +appliedenergistics2:facade:0, Cable Facade - Paper Wall +appliedenergistics2:facade:0, Cable Facade - Paper Wall +appliedenergistics2:facade:0, Cable Facade - Paper Wall +appliedenergistics2:facade:0, Cable Facade - Paper Wall +appliedenergistics2:facade:0, Cable Facade - Paper Wall +appliedenergistics2:facade:0, Cable Facade - Paper Wall +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks +appliedenergistics2:facade:0, Cable Facade - Block of Platinum +appliedenergistics2:facade:0, Cable Facade - Block of Platinum +appliedenergistics2:facade:0, Cable Facade - Block of Platinum +appliedenergistics2:facade:0, Cable Facade - Block of Platinum +appliedenergistics2:facade:0, Cable Facade - Block of Platinum +appliedenergistics2:facade:0, Cable Facade - Block of Platinum +appliedenergistics2:facade:0, Cable Facade - Block of Platinum +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Prismarine +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Quartz +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Block of Redstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Red Sandstone +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Block of Steel +appliedenergistics2:facade:0, Cable Facade - Block of Steel +appliedenergistics2:facade:0, Cable Facade - Block of Steel +appliedenergistics2:facade:0, Cable Facade - Block of Steel +appliedenergistics2:facade:0, Cable Facade - Block of Steel +appliedenergistics2:facade:0, Cable Facade - Block of Steel +appliedenergistics2:facade:0, Cable Facade - Block of Steel +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Chiseled Stone +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Factory Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block +appliedenergistics2:facade:0, Cable Facade - Block of Tin +appliedenergistics2:facade:0, Cable Facade - Block of Tin +appliedenergistics2:facade:0, Cable Facade - Block of Tin +appliedenergistics2:facade:0, Cable Facade - Block of Tin +appliedenergistics2:facade:0, Cable Facade - Block of Tin +appliedenergistics2:facade:0, Cable Facade - Block of Tin +appliedenergistics2:facade:0, Cable Facade - Block of Tin +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Tyrian +appliedenergistics2:facade:0, Cable Facade - Block of Uranium +appliedenergistics2:facade:0, Cable Facade - Block of Uranium +appliedenergistics2:facade:0, Cable Facade - Block of Uranium +appliedenergistics2:facade:0, Cable Facade - Block of Uranium +appliedenergistics2:facade:0, Cable Facade - Block of Uranium +appliedenergistics2:facade:0, Cable Facade - Block of Uranium +appliedenergistics2:facade:0, Cable Facade - Block of Uranium +appliedenergistics2:facade:0, Cable Facade - Valentines' Block +appliedenergistics2:facade:0, Cable Facade - Valentines' Block +appliedenergistics2:facade:0, Cable Facade - Valentines' Block +appliedenergistics2:facade:0, Cable Facade - Valentines' Block +appliedenergistics2:facade:0, Cable Facade - Valentines' Block +appliedenergistics2:facade:0, Cable Facade - Valentines' Block +appliedenergistics2:facade:0, Cable Facade - Valentines' Block +appliedenergistics2:facade:0, Cable Facade - Valentines' Block +appliedenergistics2:facade:0, Cable Facade - Valentines' Block +appliedenergistics2:facade:0, Cable Facade - Valentines' Block +appliedenergistics2:facade:0, Cable Facade - Voidstone +appliedenergistics2:facade:0, Cable Facade - Voidstone +appliedenergistics2:facade:0, Cable Facade - Voidstone +appliedenergistics2:facade:0, Cable Facade - Voidstone +appliedenergistics2:facade:0, Cable Facade - Voidstone +appliedenergistics2:facade:0, Cable Facade - Voidstone +appliedenergistics2:facade:0, Cable Facade - Voidstone +appliedenergistics2:facade:0, Cable Facade - Voidstone +appliedenergistics2:facade:0, Cable Facade - Primal Voidstone +appliedenergistics2:facade:0, Cable Facade - Primal Voidstone +appliedenergistics2:facade:0, Cable Facade - Primal Voidstone +appliedenergistics2:facade:0, Cable Facade - Primal Voidstone +appliedenergistics2:facade:0, Cable Facade - Primal Voidstone +appliedenergistics2:facade:0, Cable Facade - Primal Voidstone +appliedenergistics2:facade:0, Cable Facade - Primal Voidstone +appliedenergistics2:facade:0, Cable Facade - Primal Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Runed Voidstone +appliedenergistics2:facade:0, Cable Facade - Black Wool +appliedenergistics2:facade:0, Cable Facade - Black Wool +appliedenergistics2:facade:0, Cable Facade - Red Wool +appliedenergistics2:facade:0, Cable Facade - Red Wool +appliedenergistics2:facade:0, Cable Facade - Green Wool +appliedenergistics2:facade:0, Cable Facade - Green Wool +appliedenergistics2:facade:0, Cable Facade - Brown Wool +appliedenergistics2:facade:0, Cable Facade - Brown Wool +appliedenergistics2:facade:0, Cable Facade - Blue Wool +appliedenergistics2:facade:0, Cable Facade - Blue Wool +appliedenergistics2:facade:0, Cable Facade - Purple Wool +appliedenergistics2:facade:0, Cable Facade - Purple Wool +appliedenergistics2:facade:0, Cable Facade - Cyan Wool +appliedenergistics2:facade:0, Cable Facade - Cyan Wool +appliedenergistics2:facade:0, Cable Facade - Light Gray Wool +appliedenergistics2:facade:0, Cable Facade - Light Gray Wool +appliedenergistics2:facade:0, Cable Facade - Gray Wool +appliedenergistics2:facade:0, Cable Facade - Gray Wool +appliedenergistics2:facade:0, Cable Facade - Pink Wool +appliedenergistics2:facade:0, Cable Facade - Pink Wool +appliedenergistics2:facade:0, Cable Facade - Lime Wool +appliedenergistics2:facade:0, Cable Facade - Lime Wool +appliedenergistics2:facade:0, Cable Facade - Yellow Wool +appliedenergistics2:facade:0, Cable Facade - Yellow Wool +appliedenergistics2:facade:0, Cable Facade - Light Blue Wool +appliedenergistics2:facade:0, Cable Facade - Light Blue Wool +appliedenergistics2:facade:0, Cable Facade - Magenta Wool +appliedenergistics2:facade:0, Cable Facade - Magenta Wool +appliedenergistics2:facade:0, Cable Facade - Orange Wool +appliedenergistics2:facade:0, Cable Facade - Orange Wool +appliedenergistics2:facade:0, Cable Facade - Wool +appliedenergistics2:facade:0, Cable Facade - Wool +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Timber Framed Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Adobe +appliedenergistics2:facade:0, Cable Facade - Chalk +appliedenergistics2:facade:0, Cable Facade - Cinder Blocks +appliedenergistics2:facade:0, Cable Facade - Cob +appliedenergistics2:facade:0, Cable Facade - Concrete +appliedenergistics2:facade:0, Cable Facade - Cordwood +appliedenergistics2:facade:0, Cable Facade - Dry Fitted Stone +appliedenergistics2:facade:0, Cable Facade - Gravel Gabion +appliedenergistics2:facade:0, Cable Facade - Sand Gabion +appliedenergistics2:facade:0, Cable Facade - Dirt Gabion +appliedenergistics2:facade:0, Cable Facade - Lath and Plaster +appliedenergistics2:facade:0, Cable Facade - Rammed Earth +appliedenergistics2:facade:0, Cable Facade - Blue Slate +appliedenergistics2:facade:0, Cable Facade - Green Slate +appliedenergistics2:facade:0, Cable Facade - Purple Slate +appliedenergistics2:facade:0, Cable Facade - Polished Blue Slate +appliedenergistics2:facade:0, Cable Facade - Polished Green Slate +appliedenergistics2:facade:0, Cable Facade - Polished Purple Slate +appliedenergistics2:facade:0, Cable Facade - Blue Slate Shingles +appliedenergistics2:facade:0, Cable Facade - Green Slate Shingles +appliedenergistics2:facade:0, Cable Facade - Purple Slate Shingles +appliedenergistics2:facade:0, Cable Facade - Blue Slate Tiles +appliedenergistics2:facade:0, Cable Facade - Green Slate Tiles +appliedenergistics2:facade:0, Cable Facade - Purple Slate Tiles +appliedenergistics2:facade:0, Cable Facade - Oak Timber +appliedenergistics2:facade:0, Cable Facade - Birch Timber +appliedenergistics2:facade:0, Cable Facade - Spruce Timber +appliedenergistics2:facade:0, Cable Facade - Jungle Timber +appliedenergistics2:facade:0, Cable Facade - Acacia Timber +appliedenergistics2:facade:0, Cable Facade - Dark Oak Timber +appliedenergistics2:facade:0, Cable Facade - Wattle and Daub +appliedenergistics2:facade:0, Cable Facade - Wicker +appliedenergistics2:facade:0, Cable Facade - Oak Wood Shakes +appliedenergistics2:facade:0, Cable Facade - Spruce Wood Shakes +appliedenergistics2:facade:0, Cable Facade - Birch Wood Shakes +appliedenergistics2:facade:0, Cable Facade - Jungle Wood Shakes +appliedenergistics2:facade:0, Cable Facade - Acacia Wood Shakes +appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Shakes +appliedenergistics2:facade:0, Cable Facade - Reed +appliedenergistics2:facade:0, Cable Facade - Thatch +appliedenergistics2:facade:0, Cable Facade - Electrical Steel Block +appliedenergistics2:facade:0, Cable Facade - Infinity Dust Block +appliedenergistics2:facade:0, Cable Facade - Compressed Infinity Dust Block +appliedenergistics2:facade:0, Cable Facade - Double Compressed Infinity Dust Block +appliedenergistics2:facade:0, Cable Facade - Reinforced Obsidian +appliedenergistics2:facade:0, Cable Facade - Machine Chassis (decoration block) +appliedenergistics2:facade:0, Cable Facade - Blank Machine (decoration block) +appliedenergistics2:facade:0, Cable Facade - Machine Tops (decoration block) +appliedenergistics2:facade:0, Cable Facade - Machine Sides (decoration block) +appliedenergistics2:facade:0, Cable Facade - Machine Backs (decoration block) +appliedenergistics2:facade:0, Cable Facade - Machine with sides (decoration block) +appliedenergistics2:facade:0, Cable Facade - Machine width backs (decoration block) +appliedenergistics2:facade:0, Cable Facade - Blank Soul Machine (decoration block) +appliedenergistics2:facade:0, Cable Facade - Soul Machine Tops (decoration block) +appliedenergistics2:facade:0, Cable Facade - Soul Machine Sides (decoration block) +appliedenergistics2:facade:0, Cable Facade - Soul Machine Backs (decoration block) +appliedenergistics2:facade:0, Cable Facade - Soul Machine with sides (decoration block) +appliedenergistics2:facade:0, Cable Facade - Soul Machine width backs (decoration block) +appliedenergistics2:facade:0, Cable Facade - Red Machine (decoration block) +appliedenergistics2:facade:0, Cable Facade - Broken Spawner (decoration block) +appliedenergistics2:facade:0, Cable Facade - Invisible Block (decoration block) +appliedenergistics2:facade:0, Cable Facade - Alloy Smelter (decoration block) +appliedenergistics2:facade:0, Cable Facade - Item Buffer (decoration block) +appliedenergistics2:facade:0, Cable Facade - Power Buffer (decoration block) +appliedenergistics2:facade:0, Cable Facade - Omni Buffer (decoration block) +appliedenergistics2:facade:0, Cable Facade - Creative Buffer (decoration block) +appliedenergistics2:facade:0, Cable Facade - Crafter (decoration block) +appliedenergistics2:facade:0, Cable Facade - Painting Machine (decoration block) +appliedenergistics2:facade:0, Cable Facade - Power Monitor (decoration block) +appliedenergistics2:facade:0, Cable Facade - SAG Mill (decoration block) +appliedenergistics2:facade:0, Cable Facade - Slice'N'Splice (decoration block) +appliedenergistics2:facade:0, Cable Facade - Stirling Generator (decoration block) +appliedenergistics2:facade:0, Cable Facade - Fluid Tank (decoration block) +appliedenergistics2:facade:0, Cable Facade - Pressurized Fluid Tank (decoration block) +appliedenergistics2:facade:0, Cable Facade - Travel Anchor (decoration block) +appliedenergistics2:facade:0, Cable Facade - Vacuum Chest (decoration block) +appliedenergistics2:facade:0, Cable Facade - Wireless Charger (decoration block) +appliedenergistics2:facade:0, Cable Facade - XP Vacuum (decoration block) +appliedenergistics2:facade:0, Cable Facade - Simple Alloy Smelter (decoration block) +appliedenergistics2:facade:0, Cable Facade - Simple Stirling Generator (decoration block) +appliedenergistics2:facade:0, Cable Facade - Wired Charger (decoration block) +appliedenergistics2:facade:0, Cable Facade - Simple Sagmill (decoration block) +appliedenergistics2:facade:0, Cable Facade - Industrial Insulation +appliedenergistics2:facade:0, Cable Facade - Confusion Charge +appliedenergistics2:facade:0, Cable Facade - Concussion Charge +appliedenergistics2:facade:0, Cable Facade - Ender Charge +appliedenergistics2:facade:0, Cable Facade - Crude Steel Block +appliedenergistics2:facade:0, Cable Facade - Wireless Charging Antenna Extension +appliedenergistics2:facade:0, Cable Facade - Grout +appliedenergistics2:facade:0, Cable Facade - Green Slimy Mud +appliedenergistics2:facade:0, Cable Facade - Blue Slimy Mud +appliedenergistics2:facade:0, Cable Facade - Graveyard Soil +appliedenergistics2:facade:0, Cable Facade - Consecrated Soil +appliedenergistics2:facade:0, Cable Facade - Slimy Magma Mud +appliedenergistics2:facade:0, Cable Facade - Congealed Slime Block +appliedenergistics2:facade:0, Cable Facade - Congealed Slime Block +appliedenergistics2:facade:0, Cable Facade - Congealed Slime Block +appliedenergistics2:facade:0, Cable Facade - Congealed Bloodblock +appliedenergistics2:facade:0, Cable Facade - Congealed Slime Block +appliedenergistics2:facade:0, Cable Facade - Cobalt Ore +appliedenergistics2:facade:0, Cable Facade - Ardite Ore +appliedenergistics2:facade:0, Cable Facade - Lavawood +appliedenergistics2:facade:0, Cable Facade - Firewood +appliedenergistics2:facade:0, Cable Facade - Mud Bricks +appliedenergistics2:facade:0, Cable Facade - Block of Cobalt +appliedenergistics2:facade:0, Cable Facade - Block of Ardite +appliedenergistics2:facade:0, Cable Facade - Block of Manyullyn +appliedenergistics2:facade:0, Cable Facade - Block of Knightslime +appliedenergistics2:facade:0, Cable Facade - Block of Pigiron +appliedenergistics2:facade:0, Cable Facade - Silky Block of Jewel +appliedenergistics2:facade:0, Cable Facade - Green Slimy Dirt +appliedenergistics2:facade:0, Cable Facade - Blue Slimy Dirt +appliedenergistics2:facade:0, Cable Facade - Purple Slimy Dirt +appliedenergistics2:facade:0, Cable Facade - Magma Slimy Dirt +appliedenergistics2:facade:0, Cable Facade - Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Green Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Blue Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Purple Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Magma Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Green Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Blue Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Purple Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Magma Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Green Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Blue Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Purple Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Magma Slimy Grass +appliedenergistics2:facade:0, Cable Facade - Slimy Leaves +appliedenergistics2:facade:0, Cable Facade - Slimy Leaves +appliedenergistics2:facade:0, Cable Facade - Slimy Leaves +appliedenergistics2:facade:0, Cable Facade - Dried Clay +appliedenergistics2:facade:0, Cable Facade - Dried Bricks +appliedenergistics2:facade:0, Cable Facade - Smooth Brownstone +appliedenergistics2:facade:0, Cable Facade - Rough Brownstone +appliedenergistics2:facade:0, Cable Facade - Brownstone Paver +appliedenergistics2:facade:0, Cable Facade - Brownstone Bricks +appliedenergistics2:facade:0, Cable Facade - Cracked Brownstone Bricks +appliedenergistics2:facade:0, Cable Facade - Fancy Brownstone Bricks +appliedenergistics2:facade:0, Cable Facade - Square Brownstone Bricks +appliedenergistics2:facade:0, Cable Facade - Brownstone Road +appliedenergistics2:facade:0, Cable Facade - Brownstone Creeperface +appliedenergistics2:facade:0, Cable Facade - Triangle Brownstone Bricks +appliedenergistics2:facade:0, Cable Facade - Small Brownstone Bricks +appliedenergistics2:facade:0, Cable Facade - Brownstone Tiles +appliedenergistics2:facade:0, Cable Facade - Slime Block +appliedenergistics2:facade:0, Cable Facade - Slime Block +appliedenergistics2:facade:0, Cable Facade - Blood Slime Block +appliedenergistics2:facade:0, Cable Facade - Slime Block +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Inflatable Castle +appliedenergistics2:facade:0, Cable Facade - Block Of Salt +appliedenergistics2:facade:0, Cable Facade - Salt Ore +appliedenergistics2:facade:0, Cable Facade - Cork Wood +appliedenergistics2:facade:0, Cable Facade - Cork Leaves +appliedenergistics2:facade:0, Cable Facade - Bamboo Planks +appliedenergistics2:facade:0, Cable Facade - Apple Leaves +appliedenergistics2:facade:0, Cable Facade - Apple Wood +appliedenergistics2:facade:0, Cable Facade - Apple Wood Planks +appliedenergistics2:facade:0, Cable Facade - Osmium Block +appliedenergistics2:facade:0, Cable Facade - Bronze Block +appliedenergistics2:facade:0, Cable Facade - Refined Obsidian +appliedenergistics2:facade:0, Cable Facade - Charcoal Block +appliedenergistics2:facade:0, Cable Facade - Refined Glowstone +appliedenergistics2:facade:0, Cable Facade - Steel Block +appliedenergistics2:facade:0, Cable Facade - Teleporter Frame +appliedenergistics2:facade:0, Cable Facade - Steel Casing +appliedenergistics2:facade:0, Cable Facade - Dynamic Tank +appliedenergistics2:facade:0, Cable Facade - Structural Glass +appliedenergistics2:facade:0, Cable Facade - Dynamic Valve +appliedenergistics2:facade:0, Cable Facade - Copper Block +appliedenergistics2:facade:0, Cable Facade - Tin Block +appliedenergistics2:facade:0, Cable Facade - Thermal Evaporation Controller +appliedenergistics2:facade:0, Cable Facade - Thermal Evaporation Valve +appliedenergistics2:facade:0, Cable Facade - Osmium Ore +appliedenergistics2:facade:0, Cable Facade - Copper Ore +appliedenergistics2:facade:0, Cable Facade - Tin Ore +appliedenergistics2:facade:0, Cable Facade - Obsidian TNT +appliedenergistics2:facade:0, Cable Facade - §8Black Plastic Block +appliedenergistics2:facade:0, Cable Facade - §cRed Plastic Block +appliedenergistics2:facade:0, Cable Facade - §2Green Plastic Block +appliedenergistics2:facade:0, Cable Facade - §6Brown Plastic Block +appliedenergistics2:facade:0, Cable Facade - §1Blue Plastic Block +appliedenergistics2:facade:0, Cable Facade - §5Purple Plastic Block +appliedenergistics2:facade:0, Cable Facade - §3Cyan Plastic Block +appliedenergistics2:facade:0, Cable Facade - §7Light Grey Plastic Block +appliedenergistics2:facade:0, Cable Facade - §8Grey Plastic Block +appliedenergistics2:facade:0, Cable Facade - §dPink Plastic Block +appliedenergistics2:facade:0, Cable Facade - §aLime Plastic Block +appliedenergistics2:facade:0, Cable Facade - §eYellow Plastic Block +appliedenergistics2:facade:0, Cable Facade - §9Light Blue Plastic Block +appliedenergistics2:facade:0, Cable Facade - §dMagenta Plastic Block +appliedenergistics2:facade:0, Cable Facade - §6Orange Plastic Block +appliedenergistics2:facade:0, Cable Facade - §fWhite Plastic Block +appliedenergistics2:facade:0, Cable Facade - §8Black Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §cRed Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §2Green Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §6Brown Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §1Blue Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §5Purple Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §3Cyan Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §7Light Grey Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §8Grey Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §dPink Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §aLime Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §eYellow Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §9Light Blue Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §dMagenta Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §6Orange Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §fWhite Slick Plastic Block +appliedenergistics2:facade:0, Cable Facade - §8Black Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §cRed Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §2Green Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §6Brown Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §1Blue Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §5Purple Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §3Cyan Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §7Light Grey Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §8Grey Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §dPink Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §aLime Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §eYellow Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §9Light Blue Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §dMagenta Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §6Orange Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §fWhite Plastic Glow Block +appliedenergistics2:facade:0, Cable Facade - §8Black Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §cRed Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §2Green Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §6Brown Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §1Blue Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §5Purple Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §3Cyan Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §7Light Grey Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §8Grey Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §dPink Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §aLime Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §eYellow Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §9Light Blue Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §dMagenta Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §6Orange Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §fWhite Reinforced Plastic Block +appliedenergistics2:facade:0, Cable Facade - §8Black Plastic Road +appliedenergistics2:facade:0, Cable Facade - §cRed Plastic Road +appliedenergistics2:facade:0, Cable Facade - §2Green Plastic Road +appliedenergistics2:facade:0, Cable Facade - §6Brown Plastic Road +appliedenergistics2:facade:0, Cable Facade - §1Blue Plastic Road +appliedenergistics2:facade:0, Cable Facade - §5Purple Plastic Road +appliedenergistics2:facade:0, Cable Facade - §3Cyan Plastic Road +appliedenergistics2:facade:0, Cable Facade - §7Light Grey Plastic Road +appliedenergistics2:facade:0, Cable Facade - §8Grey Plastic Road +appliedenergistics2:facade:0, Cable Facade - §dPink Plastic Road +appliedenergistics2:facade:0, Cable Facade - §aLime Plastic Road +appliedenergistics2:facade:0, Cable Facade - §eYellow Plastic Road +appliedenergistics2:facade:0, Cable Facade - §9Light Blue Plastic Road +appliedenergistics2:facade:0, Cable Facade - §dMagenta Plastic Road +appliedenergistics2:facade:0, Cable Facade - §6Orange Plastic Road +appliedenergistics2:facade:0, Cable Facade - §fWhite Plastic Road +appliedenergistics2:facade:0, Cable Facade - Salt Block +appliedenergistics2:facade:0, Cable Facade - Core +appliedenergistics2:facade:0, Cable Facade - Node +appliedenergistics2:facade:0, Cable Facade - Miner's Core +appliedenergistics2:facade:0, Cable Facade - Redstone Core +appliedenergistics2:facade:0, Cable Facade - Glass Node +appliedenergistics2:facade:0, Cable Facade - Wood Node +appliedenergistics2:facade:0, Cable Facade - Copper Block +appliedenergistics2:facade:0, Cable Facade - Lead Block +appliedenergistics2:facade:0, Cable Facade - Silver Block +appliedenergistics2:facade:0, Cable Facade - Dawnstone Block +appliedenergistics2:facade:0, Cable Facade - Copper Ore +appliedenergistics2:facade:0, Cable Facade - Lead Ore +appliedenergistics2:facade:0, Cable Facade - Silver Ore +appliedenergistics2:facade:0, Cable Facade - Caminite Bricks +appliedenergistics2:facade:0, Cable Facade - Ashen Stone +appliedenergistics2:facade:0, Cable Facade - Ashen Brick +appliedenergistics2:facade:0, Cable Facade - Ashen Tile +appliedenergistics2:facade:0, Cable Facade - Archaic Bricks +appliedenergistics2:facade:0, Cable Facade - Archaic Edge +appliedenergistics2:facade:0, Cable Facade - Archaic Tile +appliedenergistics2:facade:0, Cable Facade - Archaic Light +appliedenergistics2:facade:0, Cable Facade - Quartz Ore +appliedenergistics2:facade:0, Cable Facade - Sealed Planks +appliedenergistics2:facade:0, Cable Facade - Reinforced Sealed Planks +appliedenergistics2:facade:0, Cable Facade - Aluminium Block +appliedenergistics2:facade:0, Cable Facade - Aluminium Ore +appliedenergistics2:facade:0, Cable Facade - Bronze Block +appliedenergistics2:facade:0, Cable Facade - Electrum Block +appliedenergistics2:facade:0, Cable Facade - Nickel Block +appliedenergistics2:facade:0, Cable Facade - Nickel Ore +appliedenergistics2:facade:0, Cable Facade - Tin Block +appliedenergistics2:facade:0, Cable Facade - Tin Ore +appliedenergistics2:facade:0, Cable Facade - Cinnamon Wood +appliedenergistics2:facade:0, Cable Facade - Maple Wood +appliedenergistics2:facade:0, Cable Facade - Paperbark Wood +appliedenergistics2:facade:0, Cable Facade - Well +appliedenergistics2:facade:0, Cable Facade - Beehive +appliedenergistics2:facade:0, Cable Facade - Honey Block +appliedenergistics2:facade:0, Cable Facade - Honeycomb Block +appliedenergistics2:facade:0, Cable Facade - Pressed Wax Block +appliedenergistics2:facade:0, Cable Facade - Waxcomb Block +appliedenergistics2:facade:0, Cable Facade - Wool (Dorset, Brown) +appliedenergistics2:facade:0, Cable Facade - Wool (Friesian, Black) +appliedenergistics2:facade:0, Cable Facade - Wool (Friesian, Brown) +appliedenergistics2:facade:0, Cable Facade - Wool (Jacob) +appliedenergistics2:facade:0, Cable Facade - Wool (Merino, Brown) +appliedenergistics2:facade:0, Cable Facade - Wool (Merino, White) +appliedenergistics2:facade:0, Cable Facade - Wool (Suffolk, Brown) +appliedenergistics2:facade:0, Cable Facade - Rock Crystal Ore +appliedenergistics2:facade:0, Cable Facade - Starmetal Ore +appliedenergistics2:facade:0, Cable Facade - Aquamarine Shale +appliedenergistics2:facade:0, Cable Facade - Marble +appliedenergistics2:facade:0, Cable Facade - Marble Bricks +appliedenergistics2:facade:0, Cable Facade - Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Marble Arch +appliedenergistics2:facade:0, Cable Facade - Chiseled Marble +appliedenergistics2:facade:0, Cable Facade - Engraved Marble +appliedenergistics2:facade:0, Cable Facade - Runed Marble +appliedenergistics2:facade:0, Cable Facade - Sooty Marble +appliedenergistics2:facade:0, Cable Facade - Sooty Marble Bricks +appliedenergistics2:facade:0, Cable Facade - Sooty Marble Pillar +appliedenergistics2:facade:0, Cable Facade - Sooty Marble Arch +appliedenergistics2:facade:0, Cable Facade - Chiseled Sooty Marble +appliedenergistics2:facade:0, Cable Facade - Engraved Sooty Marble +appliedenergistics2:facade:0, Cable Facade - Runed Sooty Marble +appliedenergistics2:facade:0, Cable Facade - Infused Wood +appliedenergistics2:facade:0, Cable Facade - Infused Wood Planks +appliedenergistics2:facade:0, Cable Facade - Infused Wood Column +appliedenergistics2:facade:0, Cable Facade - Infused Wood Arch +appliedenergistics2:facade:0, Cable Facade - Engraved Infused Wood +appliedenergistics2:facade:0, Cable Facade - Enriched Infused Wood +appliedenergistics2:facade:0, Cable Facade - Vibrant Infused Wood +appliedenergistics2:facade:0, Cable Facade - Neromantic Prime +appliedenergistics2:facade:0, Cable Facade - Fysallidic Prime +appliedenergistics2:facade:0, Cable Facade - Coal Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Iron Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Lapis Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Gold Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Redstone Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Diamond Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Emerald Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Tin Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Nickel Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Silver Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Lead Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Copper Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Aluminum Gravel Ore +appliedenergistics2:facade:0, Cable Facade - Huge Baffle Cap Stem +appliedenergistics2:facade:0, Cable Facade - Huge Baffle Cap +appliedenergistics2:facade:0, Cable Facade - Elemental Soil +appliedenergistics2:facade:0, Cable Facade - Caelic Soil +appliedenergistics2:facade:0, Cable Facade - Aqueous Soil +appliedenergistics2:facade:0, Cable Facade - Magmatic Soil +appliedenergistics2:facade:0, Cable Facade - Terran Soil +appliedenergistics2:facade:0, Cable Facade - Runestone +appliedenergistics2:facade:0, Cable Facade - Runestone Brick +appliedenergistics2:facade:0, Cable Facade - Runestone Brick +appliedenergistics2:facade:0, Cable Facade - Chiseled Runestone +appliedenergistics2:facade:0, Cable Facade - Wildwood Leaves +appliedenergistics2:facade:0, Cable Facade - Wildwood Log +appliedenergistics2:facade:0, Cable Facade - Wildwood Planks +appliedenergistics2:facade:0, Cable Facade - Wildroot Rune +appliedenergistics2:facade:0, Cable Facade - Thatch +appliedenergistics2:facade:0, Cable Facade - Charred Log +appliedenergistics2:facade:0, Cable Facade - Charred Planks +appliedenergistics2:facade:0, Cable Facade - Mineral Mud Block +appliedenergistics2:facade:0, Cable Facade - Mud Brick +appliedenergistics2:facade:0, Cable Facade - Wet Mud Block +appliedenergistics2:facade:0, Cable Facade - Wet Mud Brick +appliedenergistics2:facade:0, Cable Facade - Block of Copper +appliedenergistics2:facade:0, Cable Facade - Copper Ore +appliedenergistics2:facade:0, Cable Facade - Block of Silver +appliedenergistics2:facade:0, Cable Facade - Silver Ore +appliedenergistics2:facade:0, Cable Facade - Block of Amethyst +appliedenergistics2:facade:0, Cable Facade - Amethyst Ore +appliedenergistics2:facade:0, Cable Facade - Amber Bearing Stone (Diorite) +appliedenergistics2:facade:0, Cable Facade - Dense§r Amber Bearing Stone (Diorite) +appliedenergistics2:facade:0, Cable Facade - Amber Bearing Stone (Andesite) +appliedenergistics2:facade:0, Cable Facade - Dense§r Amber Bearing Stone (Andesite) +appliedenergistics2:facade:0, Cable Facade - Amber Bearing Stone (Stone) +appliedenergistics2:facade:0, Cable Facade - Dense§r Amber Bearing Stone (Stone) +appliedenergistics2:facade:0, Cable Facade - Amber Bearing Stone (Granite) +appliedenergistics2:facade:0, Cable Facade - Dense§r Amber Bearing Stone (Granite) +appliedenergistics2:crystal_seed:0, Certus Quartz Seed +appliedenergistics2:crystal_seed:600, Nether Quartz Seed +appliedenergistics2:crystal_seed:1200, Fluix Seed +appliedenergistics2:crystal_seed:0, Certus Quartz Seed +appliedenergistics2:crystal_seed:600, Nether Quartz Seed +appliedenergistics2:crystal_seed:1200, Fluix Seed +appliedenergistics2:crystal_seed:0, Certus Quartz Seed +appliedenergistics2:crystal_seed:600, Nether Quartz Seed +appliedenergistics2:crystal_seed:1200, Fluix Seed +appliedenergistics2:encoded_pattern, Encoded Pattern +appliedenergistics2:paint_ball:0, Paint Ball - White +appliedenergistics2:paint_ball:1, Paint Ball - Orange +appliedenergistics2:paint_ball:2, Paint Ball - Magenta +appliedenergistics2:paint_ball:3, Paint Ball - Light Blue +appliedenergistics2:paint_ball:4, Paint Ball - Yellow +appliedenergistics2:paint_ball:5, Paint Ball - Lime +appliedenergistics2:paint_ball:6, Paint Ball - Pink +appliedenergistics2:paint_ball:7, Paint Ball - Gray +appliedenergistics2:paint_ball:8, Paint Ball - Light Gray +appliedenergistics2:paint_ball:9, Paint Ball - Cyan +appliedenergistics2:paint_ball:10, Paint Ball - Purple +appliedenergistics2:paint_ball:11, Paint Ball - Blue +appliedenergistics2:paint_ball:12, Paint Ball - Brown +appliedenergistics2:paint_ball:13, Paint Ball - Green +appliedenergistics2:paint_ball:14, Paint Ball - Red +appliedenergistics2:paint_ball:15, Paint Ball - Black +appliedenergistics2:paint_ball:20, Paint Ball - Lumen White +appliedenergistics2:paint_ball:21, Paint Ball - Lumen Orange +appliedenergistics2:paint_ball:22, Paint Ball - Lumen Magenta +appliedenergistics2:paint_ball:23, Paint Ball - Lumen Light Blue +appliedenergistics2:paint_ball:24, Paint Ball - Lumen Yellow +appliedenergistics2:paint_ball:25, Paint Ball - Lumen Lime +appliedenergistics2:paint_ball:26, Paint Ball - Lumen Pink +appliedenergistics2:paint_ball:27, Paint Ball - Lumen Gray +appliedenergistics2:paint_ball:28, Paint Ball - Lumen Light Gray +appliedenergistics2:paint_ball:29, Paint Ball - Lumen Cyan +appliedenergistics2:paint_ball:30, Paint Ball - Lumen Purple +appliedenergistics2:paint_ball:31, Paint Ball - Lumen Blue +appliedenergistics2:paint_ball:32, Paint Ball - Lumen Brown +appliedenergistics2:paint_ball:33, Paint Ball - Lumen Green +appliedenergistics2:paint_ball:34, Paint Ball - Lumen Red +appliedenergistics2:paint_ball:35, Paint Ball - Lumen Black +appliedenergistics2:dummy_fluid_item, item.appliedenergistics2.dummy_fluid_item.name +appliedenergistics2:material:28, Advanced Card +appliedenergistics2:material:44, Annihilation Core +appliedenergistics2:material:25, Basic Card +appliedenergistics2:material:52, Blank Pattern +appliedenergistics2:material:23, Calculation Processor +appliedenergistics2:material:13, Inscriber Calculation Press +appliedenergistics2:material:16, Printed Calculation Circuit +appliedenergistics2:material:27, Capacity Card +appliedenergistics2:material:53, Crafting Card +appliedenergistics2:material:29, Fuzzy Card +appliedenergistics2:material:31, Inverter Card +appliedenergistics2:material:26, Redstone Card +appliedenergistics2:material:30, Acceleration Card +appliedenergistics2:material:34, 128³ Spatial Component +appliedenergistics2:material:37, 16k ME Storage Component +appliedenergistics2:material:33, 16³ Spatial Component +appliedenergistics2:material:35, 1k ME Storage Component +appliedenergistics2:material:32, 2³ Spatial Component +appliedenergistics2:material:36, 4k ME Storage Component +appliedenergistics2:material:38, 64k ME Storage Component +appliedenergistics2:material:0, Certus Quartz Crystal +appliedenergistics2:material:1, Charged Certus Quartz Crystal +appliedenergistics2:material:2, Certus Quartz Dust +appliedenergistics2:material:39, ME Storage Housing +appliedenergistics2:material:46, Ender Dust +appliedenergistics2:material:24, Engineering Processor +appliedenergistics2:material:14, Inscriber Engineering Press +appliedenergistics2:material:17, Printed Engineering Circuit +appliedenergistics2:material:4, Flour +appliedenergistics2:material:56, 16k ME Fluid Storage Component +appliedenergistics2:material:54, 1k ME Fluid Storage Component +appliedenergistics2:material:55, 4k ME Fluid Storage Component +appliedenergistics2:material:57, 64k ME Fluid Storage Component +appliedenergistics2:material:7, Fluix Crystal +appliedenergistics2:material:8, Fluix Dust +appliedenergistics2:material:9, Fluix Pearl +appliedenergistics2:material:43, Formation Core +appliedenergistics2:material:51, Gold Dust +appliedenergistics2:material:49, Iron Dust +appliedenergistics2:material:22, Logic Processor +appliedenergistics2:material:15, Inscriber Logic Press +appliedenergistics2:material:18, Printed Logic Circuit +appliedenergistics2:material:6, Matter Ball +appliedenergistics2:material:21, Inscriber Name Press +appliedenergistics2:material:3, Nether Quartz Dust +appliedenergistics2:material:10, Pure Certus Quartz Crystal +appliedenergistics2:material:12, Pure Fluix Crystal +appliedenergistics2:material:11, Pure Nether Quartz Crystal +appliedenergistics2:material:48, Quantum Entangled Singularity +appliedenergistics2:material:5, Silicon +appliedenergistics2:material:19, Inscriber Silicon Press +appliedenergistics2:material:20, Printed Silicon +appliedenergistics2:material:47, Singularity +appliedenergistics2:material:45, Sky Stone Dust +appliedenergistics2:material:41, Wireless Receiver +appliedenergistics2:material:42, Wireless Booster +appliedenergistics2:material:40, Wooden Gear +appliedenergistics2:part:300, ME Annihilation Plane +appliedenergistics2:part:120, Cable Anchor +appliedenergistics2:part:20, ME Covered Cable - White +appliedenergistics2:part:21, ME Covered Cable - Orange +appliedenergistics2:part:22, ME Covered Cable - Magenta +appliedenergistics2:part:23, ME Covered Cable - Light Blue +appliedenergistics2:part:24, ME Covered Cable - Yellow +appliedenergistics2:part:25, ME Covered Cable - Lime +appliedenergistics2:part:26, ME Covered Cable - Pink +appliedenergistics2:part:27, ME Covered Cable - Gray +appliedenergistics2:part:28, ME Covered Cable - Light Gray +appliedenergistics2:part:29, ME Covered Cable - Cyan +appliedenergistics2:part:30, ME Covered Cable - Purple +appliedenergistics2:part:31, ME Covered Cable - Blue +appliedenergistics2:part:32, ME Covered Cable - Brown +appliedenergistics2:part:33, ME Covered Cable - Green +appliedenergistics2:part:34, ME Covered Cable - Red +appliedenergistics2:part:35, ME Covered Cable - Black +appliedenergistics2:part:36, ME Covered Cable - Fluix +appliedenergistics2:part:500, ME Dense Covered Cable - White +appliedenergistics2:part:501, ME Dense Covered Cable - Orange +appliedenergistics2:part:502, ME Dense Covered Cable - Magenta +appliedenergistics2:part:503, ME Dense Covered Cable - Light Blue +appliedenergistics2:part:504, ME Dense Covered Cable - Yellow +appliedenergistics2:part:505, ME Dense Covered Cable - Lime +appliedenergistics2:part:506, ME Dense Covered Cable - Pink +appliedenergistics2:part:507, ME Dense Covered Cable - Gray +appliedenergistics2:part:508, ME Dense Covered Cable - Light Gray +appliedenergistics2:part:509, ME Dense Covered Cable - Cyan +appliedenergistics2:part:510, ME Dense Covered Cable - Purple +appliedenergistics2:part:511, ME Dense Covered Cable - Blue +appliedenergistics2:part:512, ME Dense Covered Cable - Brown +appliedenergistics2:part:513, ME Dense Covered Cable - Green +appliedenergistics2:part:514, ME Dense Covered Cable - Red +appliedenergistics2:part:515, ME Dense Covered Cable - Black +appliedenergistics2:part:516, ME Dense Covered Cable - Fluix +appliedenergistics2:part:60, ME Dense Smart Cable - White +appliedenergistics2:part:61, ME Dense Smart Cable - Orange +appliedenergistics2:part:62, ME Dense Smart Cable - Magenta +appliedenergistics2:part:63, ME Dense Smart Cable - Light Blue +appliedenergistics2:part:64, ME Dense Smart Cable - Yellow +appliedenergistics2:part:65, ME Dense Smart Cable - Lime +appliedenergistics2:part:66, ME Dense Smart Cable - Pink +appliedenergistics2:part:67, ME Dense Smart Cable - Gray +appliedenergistics2:part:68, ME Dense Smart Cable - Light Gray +appliedenergistics2:part:69, ME Dense Smart Cable - Cyan +appliedenergistics2:part:70, ME Dense Smart Cable - Purple +appliedenergistics2:part:71, ME Dense Smart Cable - Blue +appliedenergistics2:part:72, ME Dense Smart Cable - Brown +appliedenergistics2:part:73, ME Dense Smart Cable - Green +appliedenergistics2:part:74, ME Dense Smart Cable - Red +appliedenergistics2:part:75, ME Dense Smart Cable - Black +appliedenergistics2:part:76, ME Dense Smart Cable - Fluix +appliedenergistics2:part:0, ME Glass Cable - White +appliedenergistics2:part:1, ME Glass Cable - Orange +appliedenergistics2:part:2, ME Glass Cable - Magenta +appliedenergistics2:part:3, ME Glass Cable - Light Blue +appliedenergistics2:part:4, ME Glass Cable - Yellow +appliedenergistics2:part:5, ME Glass Cable - Lime +appliedenergistics2:part:6, ME Glass Cable - Pink +appliedenergistics2:part:7, ME Glass Cable - Gray +appliedenergistics2:part:8, ME Glass Cable - Light Gray +appliedenergistics2:part:9, ME Glass Cable - Cyan +appliedenergistics2:part:10, ME Glass Cable - Purple +appliedenergistics2:part:11, ME Glass Cable - Blue +appliedenergistics2:part:12, ME Glass Cable - Brown +appliedenergistics2:part:13, ME Glass Cable - Green +appliedenergistics2:part:14, ME Glass Cable - Red +appliedenergistics2:part:15, ME Glass Cable - Black +appliedenergistics2:part:16, ME Glass Cable - Fluix +appliedenergistics2:part:40, ME Smart Cable - White +appliedenergistics2:part:41, ME Smart Cable - Orange +appliedenergistics2:part:42, ME Smart Cable - Magenta +appliedenergistics2:part:43, ME Smart Cable - Light Blue +appliedenergistics2:part:44, ME Smart Cable - Yellow +appliedenergistics2:part:45, ME Smart Cable - Lime +appliedenergistics2:part:46, ME Smart Cable - Pink +appliedenergistics2:part:47, ME Smart Cable - Gray +appliedenergistics2:part:48, ME Smart Cable - Light Gray +appliedenergistics2:part:49, ME Smart Cable - Cyan +appliedenergistics2:part:50, ME Smart Cable - Purple +appliedenergistics2:part:51, ME Smart Cable - Blue +appliedenergistics2:part:52, ME Smart Cable - Brown +appliedenergistics2:part:53, ME Smart Cable - Green +appliedenergistics2:part:54, ME Smart Cable - Red +appliedenergistics2:part:55, ME Smart Cable - Black +appliedenergistics2:part:56, ME Smart Cable - Fluix +appliedenergistics2:part:420, ME Conversion Monitor +appliedenergistics2:part:360, ME Crafting Terminal +appliedenergistics2:part:200, Dark Illuminated Panel +appliedenergistics2:part:260, ME Export Bus +appliedenergistics2:part:302, ME Fluid Annihilation Plane +appliedenergistics2:part:261, ME Fluid Export Bus +appliedenergistics2:part:321, ME Fluid Formation Plane +appliedenergistics2:part:241, ME Fluid Import Bus +appliedenergistics2:part:441, ME Fluid Interface +appliedenergistics2:part:281, ME Fluid Level Emitter +appliedenergistics2:part:221, ME Fluid Storage Bus +appliedenergistics2:part:520, ME Fluid Terminal +appliedenergistics2:part:320, ME Formation Plane +appliedenergistics2:part:301, ME Identity Annihilation Plane +appliedenergistics2:part:240, ME Import Bus +appliedenergistics2:part:440, ME Interface +appliedenergistics2:part:480, ME Interface Terminal +appliedenergistics2:part:100, ME Inverted Toggle Bus +appliedenergistics2:part:280, ME Level Emitter +appliedenergistics2:part:160, Bright Illuminated Panel +appliedenergistics2:part:469, P2P Tunnel - FE +appliedenergistics2:part:463, P2P Tunnel - Fluid +appliedenergistics2:part:462, P2P Tunnel - Item +appliedenergistics2:part:467, P2P Tunnel - Light +appliedenergistics2:part:460, P2P Tunnel - ME +appliedenergistics2:part:461, P2P Tunnel - Redstone +appliedenergistics2:part:340, ME Pattern Terminal +appliedenergistics2:part:140, Quartz Fiber +appliedenergistics2:part:180, Illuminated Panel +appliedenergistics2:part:220, ME Storage Bus +appliedenergistics2:part:400, ME Storage Monitor +appliedenergistics2:part:380, ME Terminal +appliedenergistics2:part:80, ME Toggle Bus +gbook_snapshot:guidebook:0, Guidebook Manual +gbook_snapshot:guidebook:0, Guidebook Additions Manual +arcanearchives:raw_quartz, Raw Radiant Quartz +arcanearchives:shaped_quartz, Shaped Radiant Quartz +arcanearchives:debugorb, Dhi Bogh's Sphere of Divination +arcanearchives:manifest, Manifest +arcanearchives:tome_arcana:0, Tome of Arcana +arcanearchives:letter_invitation, Letter of Invitation +arcanearchives:letter_resignation, Letter of Resignation +arcanearchives:writ_expulsion, Writ of Expulsion +arcanearchives:radiant_amphora, Radiant Amphora +arcanearchives:containment_field, Containment Field +arcanearchives:matrix_brace, Matrix Brace +arcanearchives:material_interface, Material Interface +arcanearchives:radiant_dust, Radiant Dust +arcanearchives:scintillating_inlay, Scintillating Inlay +arcanearchives:devouring_charm, Devouring Charm +arcanearchives:scepter_revelation, Scepter of Revelation +arcanearchives:scepter_manipulation, Scepter of Manipulation +arcanearchives:gemsocket, Gem Socket +arcanearchives:slaughtergleam, Slaughtergleam +arcanearchives:murdergleam, Murdergleam +arcanearchives:agegleam, Agegleam +arcanearchives:cleansegleam, Cleansegleam +arcanearchives:switchgleam, Switchgleam +arcanearchives:salvegleam, Salvegleam +arcanearchives:munchstone, Munchstone +arcanearchives:orderstone, Orderstone +arcanearchives:mindspindle, Mindspindle +arcanearchives:elixirspindle, Elixirspindle +arcanearchives:mountaintear, Mountaintear +arcanearchives:rivertear, Rivertear +arcanearchives:parchtear, Parchtear +arcanearchives:phoenixway, Phoenixway +arcanearchives:stormway, Stormway +arcanearchives:chromatic_powder, Impossibly Colorless Chromatic Powder +arcanearchives:full_spectrum_chromatic_powder, Full-Spectrum Chromatic Powder +arcanearchives:radiant_key, Radiant Key +arcanearchives:quartz_sliver, Sliver of Light +arcanearchives:storage_raw_quartz, Raw Radiant Quartz Block +arcanearchives:storage_shaped_quartz, Shaped Radiant Quartz Block +arcanearchives:radiant_chest, Radiant Chest +arcanearchives:radiant_crafting_table, Radiant Crafting Table +arcanearchives:radiant_lantern, Radiant Lantern +arcanearchives:radiant_resonator, Radiant Resonator +arcanearchives:raw_quartz_cluster, Raw Quartz Cluster +arcanearchives:lectern_manifest, Manifest Lectern +arcanearchives:gemcutters_table, Gem Cutter's Table +arcanearchives:radiant_trove, Radiant Trove +arcanearchives:monitoring_crystal, Monitoring Crystal +arcanearchives:radiant_tank, Radiant Tank +arcanearchives:brazier_of_hoarding, Brazier of Hoarding +tombstone:decorative_grave_simple, Simple Grave +tombstone:decorative_grave_normal, Normal Grave +tombstone:decorative_grave_cross, Cross Grave +tombstone:decorative_tombstone, Tombstone +tombstone:dark_marble, Dark Marble +tombstone:grave_key, Grave's Key +tombstone:scroll_of_knowledge, Scroll of Knowledge +tombstone:scroll_buff:0, §6Scroll of Preservation +tombstone:scroll_buff:1, §6Scroll of Unstable Intangibility +tombstone:scroll_buff:2, §6Scroll of Feather Falling +tombstone:scroll_buff:3, §6Scroll of Purification +tombstone:scroll_buff:4, §6Scroll of True Sight +tombstone:scroll_buff:5, §6Scroll of Reach +tombstone:tablet_of_recall, Tablet of Recall +tombstone:tablet_of_home, Tablet of Home +tombstone:tablet_of_assistance, Tablet of Assistance +tombstone:fishing_rod_of_misadventure, Fishing Rod of Misadventure +tombstone:lost_tablet, Lost Tablet +tombstone:dust_of_vanishing, Dust of Vanishing +tombstone:soul_receptacle, Soul Receptacle +tombstone:familiar_receptacle, Familiar Receptacle +tombstone:voodoo_poppet, Voodoo Poppet +tombstone:book_of_disenchantment, Book of Disenchantment +tombstone:ankh_of_pray, Ânkh of Pray +tombstone:lollypop:0, Halloween Lollipop +tombstone:lollypop:1, Halloween Lollipop +tombstone:lollypop:2, Halloween Lollipop +tombstone:lollypop:3, Halloween Lollipop +tombstone:lollypop:4, Halloween Lollipop +tombstone:advancement:0, item.null.name +tombstone:advancement:1, item.null.name +tombstone:advancement:2, item.null.name +tombstone:advancement:3, item.null.name +tombstone:advancement:4, item.null.name +tombstone:advancement:5, item.null.name +tombstone:advancement:6, item.null.name +tombstone:crafting_ingredient:0, Strange Scroll +tombstone:crafting_ingredient:1, Strange Tablet +tombstone:crafting_ingredient:2, Impregnated Diamond, +tombstone:crafting_ingredient:3, Grave's Dust +quark:sandstone_new:0, Polished Sandstone +quark:sandstone_new:1, Sandstone Bricks +quark:sandstone_new:2, Polished Red Sandstone +quark:sandstone_new:3, Red Sandstone Bricks +quark:sandstone_new:4, Polished Soul Sandstone +quark:sandstone_new:5, Soul Sandstone Bricks +quark:sandstone_bricks_stairs, tile.sandstone_bricks_stairs.name +quark:red_sandstone_bricks_stairs, tile.red_sandstone_bricks_stairs.name +quark:soul_sandstone_bricks_stairs, tile.soul_sandstone_bricks_stairs.name +quark:sandstone_smooth_slab:0, Polished Sandstone Slab +quark:sandstone_bricks_slab:0, Sandstone Brick Slab +quark:red_sandstone_smooth_slab:0, Polished Red Sandstone Slab +quark:red_sandstone_bricks_slab:0, Red Sandstone Brick Slab +quark:soul_sandstone_smooth_slab:0, Polished Soul Sandstone Slab +quark:soul_sandstone_bricks_slab:0, Soul Sandstone Brick Slab +quark:polished_stone, tile.polished_stone.name +quark:stone_wall, tile.stone_wall.name +quark:stone_granite_wall, tile.stone_granite_wall.name +quark:stone_diorite_wall, tile.stone_diorite_wall.name +quark:stone_andesite_wall, tile.stone_andesite_wall.name +quark:sandstone_wall, tile.sandstone_wall.name +quark:red_sandstone_wall, tile.red_sandstone_wall.name +quark:stonebrick_wall, tile.stonebrick_wall.name +quark:brick_wall, tile.brick_wall.name +quark:quartz_wall, tile.quartz_wall.name +quark:prismarine_rough_wall, tile.prismarine_rough_wall.name +quark:prismarine_bricks_wall, tile.prismarine_bricks_wall.name +quark:dark_prismarine_wall, tile.dark_prismarine_wall.name +quark:purpur_block_wall, tile.purpur_block_wall.name +quark:end_bricks_wall, tile.end_bricks_wall.name +quark:stonebrick_mossy_wall, tile.stonebrick_mossy_wall.name +quark:stained_planks:0, White Stained Planks +quark:stained_planks:1, Orange Stained Planks +quark:stained_planks:2, Magenta Stained Planks +quark:stained_planks:3, Light Blue Stained Planks +quark:stained_planks:4, Yellow Stained Planks +quark:stained_planks:5, Lime Stained Planks +quark:stained_planks:6, Pink Stained Planks +quark:stained_planks:7, Gray Stained Planks +quark:stained_planks:8, Light Gray Stained Planks +quark:stained_planks:9, Cyan Stained Planks +quark:stained_planks:10, Purple Stained Planks +quark:stained_planks:11, Blue Stained Planks +quark:stained_planks:12, Brown Stained Planks +quark:stained_planks:13, Green Stained Planks +quark:stained_planks:14, Red Stained Planks +quark:stained_planks:15, Black Stained Planks +quark:stained_planks_white_stairs, tile.stained_planks_white_stairs.name +quark:stained_planks_orange_stairs, tile.stained_planks_orange_stairs.name +quark:stained_planks_magenta_stairs, tile.stained_planks_magenta_stairs.name +quark:stained_planks_light_blue_stairs, tile.stained_planks_light_blue_stairs.name +quark:stained_planks_yellow_stairs, tile.stained_planks_yellow_stairs.name +quark:stained_planks_lime_stairs, tile.stained_planks_lime_stairs.name +quark:stained_planks_pink_stairs, tile.stained_planks_pink_stairs.name +quark:stained_planks_gray_stairs, tile.stained_planks_gray_stairs.name +quark:stained_planks_silver_stairs, tile.stained_planks_silver_stairs.name +quark:stained_planks_cyan_stairs, tile.stained_planks_cyan_stairs.name +quark:stained_planks_purple_stairs, tile.stained_planks_purple_stairs.name +quark:stained_planks_blue_stairs, tile.stained_planks_blue_stairs.name +quark:stained_planks_brown_stairs, tile.stained_planks_brown_stairs.name +quark:stained_planks_green_stairs, tile.stained_planks_green_stairs.name +quark:stained_planks_red_stairs, tile.stained_planks_red_stairs.name +quark:stained_planks_black_stairs, tile.stained_planks_black_stairs.name +quark:stained_planks_white_slab:0, White Stained Wood Slab +quark:stained_planks_orange_slab:0, Orange Stained Wood Slab +quark:stained_planks_magenta_slab:0, Magenta Stained Wood Slab +quark:stained_planks_light_blue_slab:0, Light Blue Stained Wood Slab +quark:stained_planks_yellow_slab:0, Yellow Stained Wood Slab +quark:stained_planks_lime_slab:0, Lime Stained Wood Slab +quark:stained_planks_pink_slab:0, Pink Stained Wood Slab +quark:stained_planks_gray_slab:0, Gray Stained Wood Slab +quark:stained_planks_silver_slab:0, Light Gray Stained Wood Slab +quark:stained_planks_cyan_slab:0, Cyan Stained Wood Slab +quark:stained_planks_purple_slab:0, Purple Stained Wood Slab +quark:stained_planks_blue_slab:0, Blue Stained Wood Slab +quark:stained_planks_brown_slab:0, Brown Stained Wood Slab +quark:stained_planks_green_slab:0, Green Stained Wood Slab +quark:stained_planks_red_slab:0, Red Stained Wood Slab +quark:stained_planks_black_slab:0, Black Stained Wood Slab +quark:hardened_clay_tiles, tile.hardened_clay_tiles.name +quark:hardened_clay_tiles_stairs, tile.hardened_clay_tiles_stairs.name +quark:hardened_clay_tiles_slab:0, Terracotta Shingle Slab +quark:stained_clay_tiles:0, White Terracotta Shingles +quark:stained_clay_tiles:1, Orange Terracotta Shingles +quark:stained_clay_tiles:2, Magenta Terracotta Shingles +quark:stained_clay_tiles:3, Light Blue Terracotta Shingles +quark:stained_clay_tiles:4, Yellow Terracotta Shingles +quark:stained_clay_tiles:5, Lime Terracotta Shingles +quark:stained_clay_tiles:6, Pink Terracotta Shingles +quark:stained_clay_tiles:7, Gray Terracotta Shingles +quark:stained_clay_tiles:8, Light Gray Terracotta Shingles +quark:stained_clay_tiles:9, Cyan Terracotta Shingles +quark:stained_clay_tiles:10, Purple Terracotta Shingles +quark:stained_clay_tiles:11, Blue Terracotta Shingles +quark:stained_clay_tiles:12, Brown Terracotta Shingles +quark:stained_clay_tiles:13, Green Terracotta Shingles +quark:stained_clay_tiles:14, Red Terracotta Shingles +quark:stained_clay_tiles:15, Black Terracotta Shingles +quark:stained_clay_tiles_white_stairs, tile.stained_clay_tiles_white_stairs.name +quark:stained_clay_tiles_orange_stairs, tile.stained_clay_tiles_orange_stairs.name +quark:stained_clay_tiles_magenta_stairs, tile.stained_clay_tiles_magenta_stairs.name +quark:stained_clay_tiles_light_blue_stairs, tile.stained_clay_tiles_light_blue_stairs.name +quark:stained_clay_tiles_yellow_stairs, tile.stained_clay_tiles_yellow_stairs.name +quark:stained_clay_tiles_lime_stairs, tile.stained_clay_tiles_lime_stairs.name +quark:stained_clay_tiles_pink_stairs, tile.stained_clay_tiles_pink_stairs.name +quark:stained_clay_tiles_gray_stairs, tile.stained_clay_tiles_gray_stairs.name +quark:stained_clay_tiles_silver_stairs, tile.stained_clay_tiles_silver_stairs.name +quark:stained_clay_tiles_cyan_stairs, tile.stained_clay_tiles_cyan_stairs.name +quark:stained_clay_tiles_purple_stairs, tile.stained_clay_tiles_purple_stairs.name +quark:stained_clay_tiles_blue_stairs, tile.stained_clay_tiles_blue_stairs.name +quark:stained_clay_tiles_brown_stairs, tile.stained_clay_tiles_brown_stairs.name +quark:stained_clay_tiles_green_stairs, tile.stained_clay_tiles_green_stairs.name +quark:stained_clay_tiles_red_stairs, tile.stained_clay_tiles_red_stairs.name +quark:stained_clay_tiles_black_stairs, tile.stained_clay_tiles_black_stairs.name +quark:stained_clay_tiles_white_slab:0, White Terracotta Shingle Slab +quark:stained_clay_tiles_orange_slab:0, Orange Terracotta Shingle Slab +quark:stained_clay_tiles_magenta_slab:0, Magenta Terracotta Shingle Slab +quark:stained_clay_tiles_light_blue_slab:0, Light Blue Terracotta Shingle Slab +quark:stained_clay_tiles_yellow_slab:0, Yellow Terracotta Shingle Slab +quark:stained_clay_tiles_lime_slab:0, Lime Terracotta Shingle Slab +quark:stained_clay_tiles_pink_slab:0, Pink Terracotta Shingle Slab +quark:stained_clay_tiles_gray_slab:0, Gray Terracotta Shingle Slab +quark:stained_clay_tiles_silver_slab:0, Light Gray Terracotta Shingle Slab +quark:stained_clay_tiles_cyan_slab:0, Cyan Terracotta Shingle Slab +quark:stained_clay_tiles_purple_slab:0, Purple Terracotta Shingle Slab +quark:stained_clay_tiles_blue_slab:0, Blue Terracotta Shingle Slab +quark:stained_clay_tiles_brown_slab:0, Brown Terracotta Shingle Slab +quark:stained_clay_tiles_green_slab:0, Green Terracotta Shingle Slab +quark:stained_clay_tiles_red_slab:0, Red Terracotta Shingle Slab +quark:stained_clay_tiles_black_slab:0, Black Terracotta Shingle Slab +quark:bark:0, Oak Bark +quark:bark:1, Spruce Bark +quark:bark:2, Birch Bark +quark:bark:3, Jungle Bark +quark:bark:4, Acacia Bark +quark:bark:5, Dark Oak Bark +quark:bark_oak_wall, tile.bark_oak_wall.name +quark:bark_oak_stairs, tile.bark_oak_stairs.name +quark:bark_oak_slab:0, Oak Bark Slab +quark:bark_spruce_wall, tile.bark_spruce_wall.name +quark:bark_spruce_stairs, tile.bark_spruce_stairs.name +quark:bark_spruce_slab:0, Spruce Bark Slab +quark:bark_birch_wall, tile.bark_birch_wall.name +quark:bark_birch_stairs, tile.bark_birch_stairs.name +quark:bark_birch_slab:0, Birch Bark Slab +quark:bark_jungle_wall, tile.bark_jungle_wall.name +quark:bark_jungle_stairs, tile.bark_jungle_stairs.name +quark:bark_jungle_slab:0, Jungle Bark Slab +quark:bark_acacia_wall, tile.bark_acacia_wall.name +quark:bark_acacia_stairs, tile.bark_acacia_stairs.name +quark:bark_acacia_slab:0, Acacia Bark Slab +quark:bark_dark_oak_wall, tile.bark_dark_oak_wall.name +quark:bark_dark_oak_stairs, tile.bark_dark_oak_stairs.name +quark:bark_dark_oak_slab:0, Dark Oak Bark Slab +quark:sturdy_stone, tile.sturdy_stone.name +quark:iron_plate:0, Iron Plate +quark:iron_plate:1, Rusty Iron Plate +quark:iron_plate_stairs, tile.iron_plate_stairs.name +quark:iron_plate_slab:0, Iron Plate Slab +quark:sandy_bricks, tile.sandy_bricks.name +quark:sandy_bricks_stairs, tile.sandy_bricks_stairs.name +quark:sandy_bricks_slab:0, Sandy Brick Slab +quark:sandy_bricks_wall, tile.sandy_bricks_wall.name +quark:stone_stairs, tile.stone_stairs.name +quark:stone_granite_stairs, tile.stone_granite_stairs.name +quark:stone_granite_slab:0, Granite Slab +quark:stone_diorite_stairs, tile.stone_diorite_stairs.name +quark:stone_diorite_slab:0, Diorite Slab +quark:stone_andesite_stairs, tile.stone_andesite_stairs.name +quark:stone_andesite_slab:0, Andesite Slab +quark:end_bricks_stairs, tile.end_bricks_stairs.name +quark:end_bricks_slab:0, End Brick Slab +quark:prismarine_stairs, tile.prismarine_stairs.name +quark:prismarine_slab:0, Prismarine Slab +quark:prismarine_bricks_stairs, tile.prismarine_bricks_stairs.name +quark:prismarine_bricks_slab:0, Prismarine Brick Slab +quark:prismarine_dark_stairs, tile.prismarine_dark_stairs.name +quark:prismarine_dark_slab:0, Dark Prismarine Slab +quark:red_nether_brick_stairs, tile.red_nether_brick_stairs.name +quark:red_nether_brick_slab:0, Red Nether Brick Slab +quark:cobblestone_mossy_stairs, tile.cobblestone_mossy_stairs.name +quark:cobblestone_mossy_slab:0, Moss Stone Slab +quark:stonebrick_mossy_stairs, tile.stonebrick_mossy_stairs.name +quark:stonebrick_mossy_slab:0, Mossy Stone Brick Slab +quark:thatch, Thatch +quark:thatch_stairs, tile.thatch_stairs.name +quark:thatch_slab:0, Thatch Slab +quark:charred_nether_bricks, tile.charred_nether_bricks.name +quark:charred_nether_brick_stairs, tile.charred_nether_brick_stairs.name +quark:charred_nether_brick_slab:0, Charred Nether Brick Slab +quark:world_stone_bricks:0, Granite Bricks +quark:world_stone_bricks:1, Diorite Bricks +quark:world_stone_bricks:2, Andesite Bricks +quark:world_stone_bricks:3, Basalt Bricks +quark:world_stone_carved:0, Chiseled Granite Bricks +quark:world_stone_carved:1, Chiseled Diorite Bricks +quark:world_stone_carved:2, Chiseled Andesite Bricks +quark:world_stone_carved:3, Chiseled Basalt Bricks +quark:stone_granite_bricks_stairs, tile.stone_granite_bricks_stairs.name +quark:stone_granite_bricks_slab:0, Granite Brick Slab +quark:stone_diorite_bricks_stairs, tile.stone_diorite_bricks_stairs.name +quark:stone_diorite_bricks_slab:0, Diorite Brick Slab +quark:stone_andesite_bricks_stairs, tile.stone_andesite_bricks_stairs.name +quark:stone_andesite_bricks_slab:0, Andesite Brick Slab +quark:stone_basalt_bricks_stairs, tile.stone_basalt_bricks_stairs.name +quark:stone_basalt_bricks_slab:0, Basalt Brick Slab +quark:stone_granite_bricks_wall, tile.stone_granite_bricks_wall.name +quark:stone_diorite_bricks_wall, tile.stone_diorite_bricks_wall.name +quark:stone_andesite_bricks_wall, tile.stone_andesite_bricks_wall.name +quark:stone_basalt_bricks_wall, tile.stone_basalt_bricks_wall.name +quark:midori_block, tile.midori_block.name +quark:midori_pillar, tile.midori_pillar.name +quark:midori_block_stairs, tile.midori_block_stairs.name +quark:midori_block_slab:0, Midori Slab +quark:midori_block_wall, tile.midori_block_wall.name +quark:magma_bricks, tile.magma_bricks.name +quark:magma_bricks_stairs, tile.magma_bricks_stairs.name +quark:magma_bricks_slab:0, Magma Brick Slab +quark:vertical_planks:0, Vertical Oak Wood Planks +quark:vertical_planks:1, Vertical Spruce Wood Planks +quark:vertical_planks:2, Vertical Birch Wood Planks +quark:vertical_planks:3, Vertical Jungle Wood Planks +quark:vertical_planks:4, Vertical Acacia Wood Planks +quark:vertical_planks:5, Vertical Dark Oak Wood Planks +quark:vertical_stained_planks:0, Vertical White Stained Planks +quark:vertical_stained_planks:1, Vertical Orange Stained Planks +quark:vertical_stained_planks:2, Vertical Magenta Stained Planks +quark:vertical_stained_planks:3, Vertical Light Blue Stained Planks +quark:vertical_stained_planks:4, Vertical Yellow Stained Planks +quark:vertical_stained_planks:5, Vertical Lime Stained Planks +quark:vertical_stained_planks:6, Vertical Pink Stained Planks +quark:vertical_stained_planks:7, Vertical Gray Stained Planks +quark:vertical_stained_planks:8, Vertical Light Gray Stained Planks +quark:vertical_stained_planks:9, Vertical Cyan Stained Planks +quark:vertical_stained_planks:10, Vertical Purple Stained Planks +quark:vertical_stained_planks:11, Vertical Blue Stained Planks +quark:vertical_stained_planks:12, Vertical Brown Stained Planks +quark:vertical_stained_planks:13, Vertical Green Stained Planks +quark:vertical_stained_planks:14, Vertical Red Stained Planks +quark:vertical_stained_planks:15, Vertical Black Stained Planks +quark:duskbound_block, tile.duskbound_block.name +quark:duskbound_lantern, tile.duskbound_lantern.name +quark:duskbound_block_stairs, tile.duskbound_block_stairs.name +quark:duskbound_block_slab:0, Duskbound Slab +quark:duskbound_block_wall, tile.duskbound_block_wall.name +quark:world_stone_pavement:0, Granite Pavement +quark:world_stone_pavement:1, Diorite Pavement +quark:world_stone_pavement:2, Andesite Pavement +quark:world_stone_pavement:3, Basalt Pavement +quark:reed_block, tile.reed_block.name +quark:reed_block_stairs, tile.reed_block_stairs.name +quark:reed_block_slab:0, Sugar Cane Slab +quark:reed_block_wall, tile.reed_block_wall.name +quark:snow_bricks, tile.snow_bricks.name +quark:snow_bricks_stairs, tile.snow_bricks_stairs.name +quark:snow_bricks_slab:0, Snow Brick Slab +quark:snow_bricks_wall, tile.snow_bricks_wall.name +quark:carved_wood:0, Carved Oak Wood +quark:carved_wood:1, Carved Spruce Wood +quark:carved_wood:2, Carved Birch Wood +quark:carved_wood:3, Carved Jungle Wood +quark:carved_wood:4, Carved Acacia Wood +quark:carved_wood:5, Carved Dark Oak Wood +quark:soul_sandstone:0, Soul Sandstone +quark:soul_sandstone:1, Chiseled Soul Sandstone +quark:soul_sandstone:2, Smooth Soul Sandstone +quark:soul_sandstone_slab:0, Soul Sandstone Slab +quark:soul_sandstone_stairs, tile.soul_sandstone_stairs.name +quark:soul_sandstone_wall, tile.soul_sandstone_wall.name +quark:turf, tile.turf.name +quark:turf_stairs, tile.turf_stairs.name +quark:turf_slab:0, Turf Slab +quark:framed_glass, tile.framed_glass.name +quark:framed_glass_pane, tile.framed_glass_pane.name +quark:polished_netherrack:0, Netherwrought Stone +quark:polished_netherrack:1, Netherwrought Bricks +quark:polished_netherrack_bricks_stairs, tile.polished_netherrack_bricks_stairs.name +quark:polished_netherrack_bricks_slab:0, Netherwrought Brick Slab +quark:polished_netherrack_bricks_wall, tile.polished_netherrack_bricks_wall.name +quark:trowel, item.trowel.name +quark:quilted_wool:0, White Quilted Wool +quark:quilted_wool:1, Orange Quilted Wool +quark:quilted_wool:2, Magenta Quilted Wool +quark:quilted_wool:3, Light Blue Quilted Wool +quark:quilted_wool:4, Yellow Quilted Wool +quark:quilted_wool:5, Lime Quilted Wool +quark:quilted_wool:6, Pink Quilted Wool +quark:quilted_wool:7, Gray Quilted Wool +quark:quilted_wool:8, Light Gray Quilted Wool +quark:quilted_wool:9, Cyan Quilted Wool +quark:quilted_wool:10, Purple Quilted Wool +quark:quilted_wool:11, Blue Quilted Wool +quark:quilted_wool:12, Brown Quilted Wool +quark:quilted_wool:13, Green Quilted Wool +quark:quilted_wool:14, Red Quilted Wool +quark:quilted_wool:15, Black Quilted Wool +quark:witch_hat, item.witch_hat.name +quark:pickarang, item.pickarang.name +quark:arrow_ender, item.arrow_ender.name +quark:arrow_explosive, item.arrow_explosive.name +quark:arrow_torch, item.arrow_torch.name +quark:slime_bucket:0, Slime in a Bucket +quark:rune:0, White Rune +quark:rune:1, Orange Rune +quark:rune:2, Magenta Rune +quark:rune:3, Light Blue Rune +quark:rune:4, Yellow Rune +quark:rune:5, Lime Rune +quark:rune:6, Pink Rune +quark:rune:7, Gray Rune +quark:rune:8, Light Gray Rune +quark:rune:9, Cyan Rune +quark:rune:10, Purple Rune +quark:rune:11, Blue Rune +quark:rune:12, Brown Rune +quark:rune:13, Green Rune +quark:rune:14, Red Rune +quark:rune:15, Black Rune +quark:rune:16, Rainbow Rune +quark:black_ash, tile.black_ash.name +quark:ancient_tome, item.ancient_tome.name +quark:horse_whistle, item.horse_whistle.name +quark:soul_powder, item.soul_powder.name +quark:parrot_egg:0, Red Parrot Egg +quark:parrot_egg:1, Blue Parrot Egg +quark:parrot_egg:2, Green Parrot Egg +quark:parrot_egg:3, Cyan Parrot Egg +quark:parrot_egg:4, Gray Parrot Egg +quark:enderdragon_scale, item.enderdragon_scale.name +quark:glass_shards:0, Glass Shard +quark:glass_shards:1, White Glass Shard +quark:glass_shards:2, Orange Glass Shard +quark:glass_shards:3, Magenta Glass Shard +quark:glass_shards:4, Light Blue Glass Shard +quark:glass_shards:5, Yellow Glass Shard +quark:glass_shards:6, Lime Glass Shard +quark:glass_shards:7, Pink Glass Shard +quark:glass_shards:8, Gray Glass Shard +quark:glass_shards:9, Light Gray Glass Shard +quark:glass_shards:10, Cyan Glass Shard +quark:glass_shards:11, Purple Glass Shard +quark:glass_shards:12, Blue Glass Shard +quark:glass_shards:13, Brown Glass Shard +quark:glass_shards:14, Green Glass Shard +quark:glass_shards:15, Red Glass Shard +quark:glass_shards:16, Black Glass Shard +quark:roots, tile.roots.name +quark:root, item.root.name +quark:roots_blue_flower, tile.roots_blue_flower.name +quark:roots_black_flower, tile.roots_black_flower.name +quark:roots_white_flower, tile.roots_white_flower.name +quark:root_flower:0, Blue Sprout +quark:root_flower:1, Black Sprout +quark:root_flower:2, White Sprout +quark:root_dye:0, Blue Dye +quark:root_dye:1, Black Dye +quark:root_dye:2, White Dye +quark:diamond_heart, item.diamond_heart.name +quark:archaeologist_hat, item.archaeologist_hat.name +quark:variant_leaves:0, Swamp Oak Leaves +quark:variant_leaves:1, Blossoming Leaves +quark:variant_sapling:0, Swamp Oak Sapling +quark:variant_sapling:1, Blossoming Sapling +quark:crystal:0, White Cave Crystal +quark:crystal:1, Red Cave Crystal +quark:crystal:2, Orange Cave Crystal +quark:crystal:3, Yellow Cave Crystal +quark:crystal:4, Green Cave Crystal +quark:crystal:5, Blue Cave Crystal +quark:crystal:6, Indigo Cave Crystal +quark:crystal:7, Violet Cave Crystal +quark:crystal:8, Black Cave Crystal +quark:crystal_pane:0, White Cave Crystal Sheet +quark:crystal_pane:1, Red Cave Crystal Sheet +quark:crystal_pane:2, Orange Cave Crystal Sheet +quark:crystal_pane:3, Yellow Cave Crystal Sheet +quark:crystal_pane:4, Green Cave Crystal Sheet +quark:crystal_pane:5, Blue Cave Crystal Sheet +quark:crystal_pane:6, Indigo Cave Crystal Sheet +quark:crystal_pane:7, Violet Cave Crystal Sheet +quark:crystal_pane:8, Black Cave Crystal Sheet +quark:stone_speleothem, tile.stone_speleothem.name +quark:granite_speleothem, tile.granite_speleothem.name +quark:diorite_speleothem, tile.diorite_speleothem.name +quark:andesite_speleothem, tile.andesite_speleothem.name +quark:netherrack_speleothem, tile.netherrack_speleothem.name +quark:basalt_speleothem, tile.basalt_speleothem.name +quark:biotite_ore, tile.biotite_ore.name +quark:biotite_block:0, Block of Biotite +quark:biotite_block:1, Chiseled Biotite Block +quark:biotite_block:2, Pillar Biotite Block +quark:biotite, item.biotite.name +quark:biotite_slab:0, Biotite Slab +quark:biotite_stairs, tile.biotite_stairs.name +quark:biotite_wall, tile.biotite_wall.name +quark:monster_box, tile.monster_box.name +quark:basalt:0, Basalt +quark:basalt:1, Polished Basalt +quark:stone_basalt_slab:0, Basalt Slab +quark:stone_basalt_stairs, tile.stone_basalt_stairs.name +quark:basalt_wall, tile.basalt_wall.name +quark:crab_leg, item.crab_leg.name +quark:cooked_crab_leg, item.cooked_crab_leg.name +quark:crab_shell, item.crab_shell.name +quark:biome_cobblestone:0, Brimstone +quark:biome_cobblestone:2, Cobbedstone +quark:biome_brick:0, Brimstone Bricks +quark:elder_prismarine:0, Elder Prismarine +quark:elder_prismarine:1, Elder Prismarine Bricks +quark:elder_prismarine:2, Dark Elder Prismarine +quark:elder_sea_lantern, tile.elder_sea_lantern.name +quark:fire_stone_slab:0, Brimstone Slab +quark:fire_stone_stairs, tile.fire_stone_stairs.name +quark:fire_stone_brick_slab:0, Brimstone Bricks Slab +quark:fire_stone_brick_stairs, tile.fire_stone_brick_stairs.name +quark:cobbed_stone_slab:0, Cobbedstone Slab +quark:cobbed_stone_stairs, tile.cobbed_stone_stairs.name +quark:elder_prismarine_slab:0, Elder Prismarine Slab +quark:elder_prismarine_stairs, tile.elder_prismarine_stairs.name +quark:elder_prismarine_bricks_slab:0, Elder Prismarine Brick Slab +quark:elder_prismarine_bricks_stairs, tile.elder_prismarine_bricks_stairs.name +quark:elder_prismarine_dark_slab:0, Dark Elder Prismarine Slab +quark:elder_prismarine_dark_stairs, tile.elder_prismarine_dark_stairs.name +quark:fire_stone_wall, tile.fire_stone_wall.name +quark:cobbed_stone_wall, tile.cobbed_stone_wall.name +quark:fire_stone_brick_wall, tile.fire_stone_brick_wall.name +quark:elder_prismarine_wall, tile.elder_prismarine_wall.name +quark:elder_prismarine_bricks_wall, tile.elder_prismarine_bricks_wall.name +quark:elder_prismarine_dark_wall, tile.elder_prismarine_dark_wall.name +quark:glowcelium, tile.glowcelium.name +quark:glowshroom, tile.glowshroom.name +quark:glowshroom_block, tile.glowshroom_block.name +quark:soul_bead, item.soul_bead.name +quark:smoker, tile.smoker.name +quark:spruce_trapdoor, tile.spruce_trapdoor.name +quark:birch_trapdoor, tile.birch_trapdoor.name +quark:jungle_trapdoor, tile.jungle_trapdoor.name +quark:acacia_trapdoor, tile.acacia_trapdoor.name +quark:dark_oak_trapdoor, tile.dark_oak_trapdoor.name +quark:paper_wall, tile.paper_wall.name +quark:paper_wall_big, tile.paper_wall_big.name +quark:paper_wall_sakura, tile.paper_wall_sakura.name +quark:iron_ladder, tile.iron_ladder.name +quark:paper_lantern:0, Paper Lamp +quark:paper_lantern:1, Decorated Paper Lamp +quark:colored_flowerpot_white, tile.colored_flowerpot_white.name +quark:colored_flowerpot_orange, tile.colored_flowerpot_orange.name +quark:colored_flowerpot_magenta, tile.colored_flowerpot_magenta.name +quark:colored_flowerpot_light_blue, tile.colored_flowerpot_light_blue.name +quark:colored_flowerpot_yellow, tile.colored_flowerpot_yellow.name +quark:colored_flowerpot_lime, tile.colored_flowerpot_lime.name +quark:colored_flowerpot_pink, tile.colored_flowerpot_pink.name +quark:colored_flowerpot_gray, tile.colored_flowerpot_gray.name +quark:colored_flowerpot_silver, tile.colored_flowerpot_silver.name +quark:colored_flowerpot_cyan, tile.colored_flowerpot_cyan.name +quark:colored_flowerpot_purple, tile.colored_flowerpot_purple.name +quark:colored_flowerpot_blue, tile.colored_flowerpot_blue.name +quark:colored_flowerpot_brown, tile.colored_flowerpot_brown.name +quark:colored_flowerpot_green, tile.colored_flowerpot_green.name +quark:colored_flowerpot_red, tile.colored_flowerpot_red.name +quark:colored_flowerpot_black, tile.colored_flowerpot_black.name +quark:custom_bookshelf:0, Spruce Bookshelf +quark:custom_bookshelf:1, Birch Bookshelf +quark:custom_bookshelf:2, Jungle Bookshelf +quark:custom_bookshelf:3, Acacia Bookshelf +quark:custom_bookshelf:4, Dark Oak Bookshelf +quark:colored_item_frame:0, White Item Frame +quark:colored_item_frame:1, Orange Item Frame +quark:colored_item_frame:2, Magenta Item Frame +quark:colored_item_frame:3, Light Blue Item Frame +quark:colored_item_frame:4, Yellow Item Frame +quark:colored_item_frame:5, Lime Item Frame +quark:colored_item_frame:6, Pink Item Frame +quark:colored_item_frame:7, Gray Item Frame +quark:colored_item_frame:8, Light Gray Item Frame +quark:colored_item_frame:9, Cyan Item Frame +quark:colored_item_frame:10, Purple Item Frame +quark:colored_item_frame:11, Blue Item Frame +quark:colored_item_frame:12, Brown Item Frame +quark:colored_item_frame:13, Green Item Frame +quark:colored_item_frame:14, Red Item Frame +quark:colored_item_frame:15, Black Item Frame +quark:lit_lamp, tile.lit_lamp.name +quark:custom_chest:0, Spruce Chest +quark:custom_chest:1, Birch Chest +quark:custom_chest:2, Jungle Chest +quark:custom_chest:3, Acacia Chest +quark:custom_chest:4, Dark Oak Chest +quark:custom_chest_trap:0, Spruce Trapped Chest +quark:custom_chest_trap:1, Birch Trapped Chest +quark:custom_chest_trap:2, Jungle Trapped Chest +quark:custom_chest_trap:3, Acacia Trapped Chest +quark:custom_chest_trap:4, Dark Oak Trapped Chest +quark:candle:0, White Candle +quark:candle:1, Orange Candle +quark:candle:2, Magenta Candle +quark:candle:3, Light Blue Candle +quark:candle:4, Yellow Candle +quark:candle:5, Lime Candle +quark:candle:6, Pink Candle +quark:candle:7, Gray Candle +quark:candle:8, Light Gray Candle +quark:candle:9, Cyan Candle +quark:candle:10, Purple Candle +quark:candle:11, Blue Candle +quark:candle:12, Brown Candle +quark:candle:13, Green Candle +quark:candle:14, Red Candle +quark:candle:15, Black Candle +quark:tallow, Magic Tallow +quark:rope, tile.rope.name +quark:blaze_lantern, tile.blaze_lantern.name +quark:nether_brick_fence_gate, tile.nether_brick_fence_gate.name +quark:leaf_carpet:0, Oak Leaf Carpet +quark:leaf_carpet:1, Spruce Leaf Carpet +quark:leaf_carpet:2, Birch Leaf Carpet +quark:leaf_carpet:3, Jungle Leaf Carpet +quark:leaf_carpet:4, Acacia Leaf Carpet +quark:leaf_carpet:5, Dark Oak Leaf Carpet +quark:leaf_carpet:6, Swamp Oak Leaf Carpet +quark:leaf_carpet:7, Blossoming Leaf Carpet +quark:spruce_pressure_plate, tile.spruce_pressure_plate.name +quark:birch_pressure_plate, tile.birch_pressure_plate.name +quark:jungle_pressure_plate, tile.jungle_pressure_plate.name +quark:acacia_pressure_plate, tile.acacia_pressure_plate.name +quark:dark_oak_pressure_plate, tile.dark_oak_pressure_plate.name +quark:spruce_button, tile.spruce_button.name +quark:birch_button, tile.birch_button.name +quark:jungle_button, tile.jungle_button.name +quark:acacia_button, tile.acacia_button.name +quark:dark_oak_button, tile.dark_oak_button.name +quark:grate, tile.grate.name +quark:glass_item_frame, item.glass_item_frame.name +quark:chute, tile.chute.name +quark:sugar_block, tile.sugar_block.name +quark:redstone_randomizer, tile.redstone_randomizer.name +quark:iron_button, tile.iron_button.name +quark:gold_button, tile.gold_button.name +quark:iron_rod, tile.iron_rod.name +quark:color_slime:0, Red Slime Block +quark:color_slime:1, Blue Slime Block +quark:color_slime:2, Cyan Slime Block +quark:color_slime:3, Magenta Slime Block +quark:color_slime:4, Yellow Slime Block +quark:gravisand, tile.gravisand.name +quark:redstone_inductor, tile.redstone_inductor.name +quark:obsidian_pressure_plate, tile.obsidian_pressure_plate.name +quark:rain_detector, tile.rain_detector.name +quark:chain, item.chain.name +bewitchment:cypress_door, Cypress Door +bewitchment:elder_door, Elder Door +bewitchment:juniper_door, Juniper Door +bewitchment:dragons_blood_door, Dragon's Blood Door +bewitchment:tarot_cards, Tarot Cards +bewitchment:silver_helmet, Silver Helmet +bewitchment:silver_chestplate, Silver Chestplate +bewitchment:silver_leggings, Silver Leggings +bewitchment:silver_boots, Silver Boots +bewitchment:cold_iron_helmet, Cold Iron Helmet +bewitchment:cold_iron_chestplate, Cold Iron Chestplate +bewitchment:cold_iron_leggings, Cold Iron Leggings +bewitchment:cold_iron_boots, Cold Iron Boots +bewitchment:witches_cowl, Witches' Cowl +bewitchment:witches_hat, Witches' Hat +bewitchment:witches_robes, Witches' Robes +bewitchment:witches_pants, Witches' Pants +bewitchment:besmirched_hood, Besmirched Hood +bewitchment:besmirched_hat, Besmirched Hat +bewitchment:besmirched_robes, Besmirched Robes +bewitchment:besmirched_pants, Besmirched Pants +bewitchment:alchemist_hood, Alchemist's Hood +bewitchment:alchemist_hat, Alchemist's Hat +bewitchment:alchemist_robes, Alchemist's Robes +bewitchment:alchemist_pants, Alchemist's Pants +bewitchment:green_witch_hood, Green Witch Hood +bewitchment:green_witch_hat, Green Witch Hat +bewitchment:green_witch_robes, Green Witch Robes +bewitchment:green_witch_pants, Green Witch Pants +bewitchment:silver_sword, Silver Sword +bewitchment:silver_pickaxe, Silver Pickaxe +bewitchment:silver_axe, Silver Axe +bewitchment:silver_shovel, Silver Shovel +bewitchment:silver_hoe, Silver Hoe +bewitchment:cold_iron_sword, Cold Iron Sword +bewitchment:cold_iron_pickaxe, Cold Iron Pickaxe +bewitchment:cold_iron_axe, Cold Iron Axe +bewitchment:cold_iron_shovel, Cold Iron Shovel +bewitchment:cold_iron_hoe, Cold Iron Hoe +bewitchment:athame, Athame +bewitchment:boline, Boline +bewitchment:broom, Broom +bewitchment:cypress_broom, Cypress Broom +bewitchment:elder_broom, Elder Broom +bewitchment:juniper_broom, Juniper Broom +bewitchment:dragons_blood_broom, Dragon's Blood Broom +bewitchment:waystone, Waystone +bewitchment:focal_chalk, Focal Chalk +bewitchment:ritual_chalk, Ritual Chalk +bewitchment:fiery_chalk, Fiery Chalk +bewitchment:phasing_chalk, Phasing Chalk +bewitchment:caduceus, Caduceus +bewitchment:leonards_wand, Leonard's Wand +bewitchment:girdle_of_the_dryads, Girdle of the Dryads +bewitchment:hellish_bauble, Hellish Bauble +bewitchment:fortunes_favor, Fortune's Favor +bewitchment:horseshoe, Horseshoe +bewitchment:nazar, Nazar +bewitchment:token_of_remedies, Token of Remedies +bewitchment:hecates_visage, Hecate's Visage +bewitchment:triskelion, Triskelion Amulet +bewitchment:vampiric_amulet, Vampiric Amulet +bewitchment:grimoire_magia, Grimoire Magia +bewitchment:juniper_key, Juniper Key +bewitchment:bottled_frostfire, Bottled Frostfire +bewitchment:bottled_hellfire, Bottled Hellfire +bewitchment:bone_needle, Bone Needle +bewitchment:taglock, Taglock +bewitchment:amethyst, Amethyst +bewitchment:garnet, Garnet +bewitchment:opal, Opal +bewitchment:silver_ingot, Silver Ingot +bewitchment:cold_iron_ingot, Cold Iron Ingot +bewitchment:silver_nugget, Silver Nugget +bewitchment:cold_iron_nugget, Cold Iron Nugget +bewitchment:salt, Salt +bewitchment:cold_iron_plate, Cold Iron Plate +bewitchment:silver_plate, Silver Plate +bewitchment:unfired_jar, Unfired Jar +bewitchment:empty_jar, Empty Jar +bewitchment:oak_spirit, Oak Spirit +bewitchment:spruce_heart, Spruce Heart +bewitchment:birch_soul, Birch Soul +bewitchment:cloudy_oil, Cloudy Oil +bewitchment:acacia_resin, Acacia Resin +bewitchment:ebb_of_death, Ebb of Death +bewitchment:droplet_of_wisdom, Droplet of Wisdom +bewitchment:liquid_witchcraft, Liquid Witchcraft +bewitchment:essence_of_vitality, Essence of Vitality +bewitchment:cleansing_balm, Cleansing Balm +bewitchment:demonic_elixir, Demonic Elixir +bewitchment:fiery_unguent, Fiery Unguent +bewitchment:swirl_of_depths, Swirl of the Depths +bewitchment:oil_of_vitriol, Oil of Vitriol +bewitchment:otherworldly_tears, Otherworldly Tears +bewitchment:heaven_extract, Heaven Extract +bewitchment:stone_ichor, Stone Ichor +bewitchment:diabolical_vein, Diabolical Vein +bewitchment:pure_filament, Pure Filament +bewitchment:witches_stitching, Witches' Stitching +bewitchment:sanguine_cloth, Sanguine Cloth +bewitchment:spirit_string, Spirit String +bewitchment:golden_thread, Golden Thread +bewitchment:poppet, Poppet +bewitchment:poppet_armor, Armor Poppet +bewitchment:poppet_binding, Poppet of Binding +bewitchment:poppet_clumsy, Poppet of Clumsiness +bewitchment:poppet_deathprotection, Death Protection Poppet +bewitchment:poppet_earthprotection, Earth Protection Poppet +bewitchment:poppet_flameprotection, Flame Protection Poppet +bewitchment:poppet_hungerprotection, Hunger Protection Poppet +bewitchment:poppet_spiritbane, Poppet of Spirit's Bane +bewitchment:poppet_tool, Tool Poppet +bewitchment:poppet_vampiric, Vampiric Poppet +bewitchment:poppet_voodooprotection, Voodoo Protection Poppet +bewitchment:poppet_voodoo, Voodoo Poppet +bewitchment:poppet_wasting, Poppet of Wasting +bewitchment:poppet_waterprotection, Water Protection Poppet +bewitchment:aconitum, Aconitum +bewitchment:belladonna, Belladonna +bewitchment:garlic, Garlic +bewitchment:hellebore, Hellebore +bewitchment:mandrake_root, Mandrake Root +bewitchment:white_sage, White Sage +bewitchment:wormwood, Wormwood +bewitchment:aconitum_seeds, Aconitum Seeds +bewitchment:belladonna_seeds, Belladonna Seeds +bewitchment:garlic_seeds, Garlic Seeds +bewitchment:hellebore_seeds, Hellebore Seeds +bewitchment:mandrake_seeds, Mandrake Seeds +bewitchment:white_sage_seeds, White Sage Seeds +bewitchment:wormwood_seeds, Wormwood Seeds +bewitchment:elderberries, Elderberries +bewitchment:juniper_berries, Juniper Berries +bewitchment:stew_of_the_grotesque, Stew of the Grotesque +bewitchment:lizard_leg, Lizard Leg +bewitchment:owlets_wing, Owlet's Wing +bewitchment:ravens_feather, Raven's Feather +bewitchment:adders_fork, Adder's Fork +bewitchment:toe_of_frog, Toe of Frog +bewitchment:hellhound_horn, Hellhound Horn +bewitchment:heart, Heart +bewitchment:demon_heart, Demon Heart +bewitchment:snake_venom, Snake Venom +bewitchment:bottle_of_blood, Bottle of Blood +bewitchment:bottle_of_vampire_blood, Bottle of Vampire Blood +bewitchment:hoof, Hoof +bewitchment:eye_of_old, Eye of Old +bewitchment:tongue_of_dog, Tongue of Dog +bewitchment:catechu_brown, Catechu Brown +bewitchment:dimensional_sand, Dimensional Sand +bewitchment:ectoplasm, Ectoplasm +bewitchment:flying_ointment, Flying Ointment +bewitchment:iron_gall_ink, Iron Gall Ink +bewitchment:oak_apple_gall, Oak Apple Gall +bewitchment:pentacle, Pentacle +bewitchment:spectral_dust, Spectral Dust +bewitchment:tallow, Tallow +bewitchment:wood_ash, Wood Ash +bewitchment:dragons_blood_resin, Dragon's Blood Resin +bewitchment:box_of_sealed_evil, Box of Sealed Evil +bewitchment:contract, Demon Contract +bewitchment:sigil_mending, Sigil of Mending +bewitchment:sigil_ruin, Sigil of Ruin +bewitchment:sigil_binding, Sigil of Binding +bewitchment:sigil_cleansing, Sigil of Cleansing +bewitchment:sigil_failure, Sigil of Failure +bewitchment:sigil_purity, Sigil of Purity +bewitchment:sigil_luck, Sigil of Luck +bewitchment:sigil_battle, Sigil of Battle +bewitchment:sigil_disorientation, Sigil of Disorientation +bewitchment:sigil_shrieking, Sigil of Shrieking +bewitchment:sigil_sentinel, Sigil of Sentinel +bibliocraft:bookcase:0, Oak Bookcase +bibliocraft:bookcase:1, Spruce Bookcase +bibliocraft:bookcase:2, Birch Bookcase +bibliocraft:bookcase:3, Jungle Bookcase +bibliocraft:bookcase:4, Acacia Bookcase +bibliocraft:bookcase:5, Dark Oak Bookcase +bibliocraft:bookcase:6, Framed Bookcase +bibliocraft:bookcasecreative:0, Oak Creative Bookcase +bibliocraft:bookcasecreative:1, Spruce Creative Bookcase +bibliocraft:bookcasecreative:2, Birch Creative Bookcase +bibliocraft:bookcasecreative:3, Jungle Creative Bookcase +bibliocraft:bookcasecreative:4, Acacia Creative Bookcase +bibliocraft:bookcasecreative:5, Dark Oak Creative Bookcase +bibliocraft:bookcasecreative:6, Framed Creative Bookcase +bibliocraft:shelf:0, Oak Shelf +bibliocraft:shelf:1, Spruce Shelf +bibliocraft:shelf:2, Birch Shelf +bibliocraft:shelf:3, Jungle Shelf +bibliocraft:shelf:4, Acacia Shelf +bibliocraft:shelf:5, Dark Oak Shelf +bibliocraft:shelf:6, Framed Shelf +bibliocraft:markerpole, tile.BiblioCraft:MarkerPole.name +bibliocraft:clipboard, tile.BiblioCraft:Clipboard.name +bibliocraft:lanterngold:0, Fancy Lantern +bibliocraft:lanterngold:1, Fancy Lantern +bibliocraft:lanterngold:2, Fancy Lantern +bibliocraft:lanterngold:3, Fancy Lantern +bibliocraft:lanterngold:4, Fancy Lantern +bibliocraft:lanterngold:5, Fancy Lantern +bibliocraft:lanterngold:6, Fancy Lantern +bibliocraft:lanterngold:7, Fancy Lantern +bibliocraft:lanterngold:8, Fancy Lantern +bibliocraft:lanterngold:9, Fancy Lantern +bibliocraft:lanterngold:10, Fancy Lantern +bibliocraft:lanterngold:11, Fancy Lantern +bibliocraft:lanterngold:12, Fancy Lantern +bibliocraft:lanterngold:13, Fancy Lantern +bibliocraft:lanterngold:14, Fancy Lantern +bibliocraft:lanterngold:15, Fancy Lantern +bibliocraft:lanterniron:0, Fancy Lantern +bibliocraft:lanterniron:1, Fancy Lantern +bibliocraft:lanterniron:2, Fancy Lantern +bibliocraft:lanterniron:3, Fancy Lantern +bibliocraft:lanterniron:4, Fancy Lantern +bibliocraft:lanterniron:5, Fancy Lantern +bibliocraft:lanterniron:6, Fancy Lantern +bibliocraft:lanterniron:7, Fancy Lantern +bibliocraft:lanterniron:8, Fancy Lantern +bibliocraft:lanterniron:9, Fancy Lantern +bibliocraft:lanterniron:10, Fancy Lantern +bibliocraft:lanterniron:11, Fancy Lantern +bibliocraft:lanterniron:12, Fancy Lantern +bibliocraft:lanterniron:13, Fancy Lantern +bibliocraft:lanterniron:14, Fancy Lantern +bibliocraft:lanterniron:15, Fancy Lantern +bibliocraft:lampgold:0, Fancy Lamp +bibliocraft:lampgold:1, Fancy Lamp +bibliocraft:lampgold:2, Fancy Lamp +bibliocraft:lampgold:3, Fancy Lamp +bibliocraft:lampgold:4, Fancy Lamp +bibliocraft:lampgold:5, Fancy Lamp +bibliocraft:lampgold:6, Fancy Lamp +bibliocraft:lampgold:7, Fancy Lamp +bibliocraft:lampgold:8, Fancy Lamp +bibliocraft:lampgold:9, Fancy Lamp +bibliocraft:lampgold:10, Fancy Lamp +bibliocraft:lampgold:11, Fancy Lamp +bibliocraft:lampgold:12, Fancy Lamp +bibliocraft:lampgold:13, Fancy Lamp +bibliocraft:lampgold:14, Fancy Lamp +bibliocraft:lampgold:15, Fancy Lamp +bibliocraft:lampiron:0, Fancy Lamp +bibliocraft:lampiron:1, Fancy Lamp +bibliocraft:lampiron:2, Fancy Lamp +bibliocraft:lampiron:3, Fancy Lamp +bibliocraft:lampiron:4, Fancy Lamp +bibliocraft:lampiron:5, Fancy Lamp +bibliocraft:lampiron:6, Fancy Lamp +bibliocraft:lampiron:7, Fancy Lamp +bibliocraft:lampiron:8, Fancy Lamp +bibliocraft:lampiron:9, Fancy Lamp +bibliocraft:lampiron:10, Fancy Lamp +bibliocraft:lampiron:11, Fancy Lamp +bibliocraft:lampiron:12, Fancy Lamp +bibliocraft:lampiron:13, Fancy Lamp +bibliocraft:lampiron:14, Fancy Lamp +bibliocraft:lampiron:15, Fancy Lamp +bibliocraft:furniturepaneler:0, Oak Furniture Paneler +bibliocraft:furniturepaneler:1, Spruce Furniture Paneler +bibliocraft:furniturepaneler:2, Birch Furniture Paneler +bibliocraft:furniturepaneler:3, Jungle Furniture Paneler +bibliocraft:furniturepaneler:4, Acacia Furniture Paneler +bibliocraft:furniturepaneler:5, Dark Oak Furniture Paneler +bibliocraft:furniturepaneler:6, Framed Furniture Paneler +bibliocraft:framedchest:0, Oak Framed Chest +bibliocraft:framedchest:1, Spruce Framed Chest +bibliocraft:framedchest:2, Birch Framed Chest +bibliocraft:framedchest:3, Jungle Framed Chest +bibliocraft:framedchest:4, Acacia Framed Chest +bibliocraft:framedchest:5, Dark Oak Framed Chest +bibliocraft:framedchest:6, Framed Framed Chest +bibliocraft:fancysign:0, Oak Fancy Sign +bibliocraft:fancysign:1, Spruce Fancy Sign +bibliocraft:fancysign:2, Birch Fancy Sign +bibliocraft:fancysign:3, Jungle Fancy Sign +bibliocraft:fancysign:4, Acacia Fancy Sign +bibliocraft:fancysign:5, Dark Oak Fancy Sign +bibliocraft:fancysign:6, Framed Fancy Sign +bibliocraft:fancyworkbench:0, Oak Fancy Workbench +bibliocraft:fancyworkbench:1, Spruce Fancy Workbench +bibliocraft:fancyworkbench:2, Birch Fancy Workbench +bibliocraft:fancyworkbench:3, Jungle Fancy Workbench +bibliocraft:fancyworkbench:4, Acacia Fancy Workbench +bibliocraft:fancyworkbench:5, Dark Oak Workbench +bibliocraft:fancyworkbench:6, Framed Fancy Workbench +bibliocraft:potionshelf:0, Oak Potion Shelf +bibliocraft:potionshelf:1, Spruce Potion Shelf +bibliocraft:potionshelf:2, Birch Potion Shelf +bibliocraft:potionshelf:3, Jungle Potion Shelf +bibliocraft:potionshelf:4, Acacia Potion Shelf +bibliocraft:potionshelf:5, Dark Oak Potion Shelf +bibliocraft:potionshelf:6, Framed Potion Shelf +bibliocraft:toolrack:0, Oak Tool Rack +bibliocraft:toolrack:1, Spruce Tool Rack +bibliocraft:toolrack:2, Birch Tool Rack +bibliocraft:toolrack:3, Jungle Tool Rack +bibliocraft:toolrack:4, Acacia Tool Rack +bibliocraft:toolrack:5, Dark Oak Tool Rack +bibliocraft:toolrack:6, Framed Tool Rack +bibliocraft:label:0, Oak Wood Label +bibliocraft:label:1, Spruce Wood Label +bibliocraft:label:2, Birch Wood Label +bibliocraft:label:3, Jungle Wood Label +bibliocraft:label:4, Acacia Label +bibliocraft:label:5, Dark Oak Label +bibliocraft:label:6, Framed Label +bibliocraft:desk:0, Oak Desk +bibliocraft:desk:1, Spruce Desk +bibliocraft:desk:2, Birch Desk +bibliocraft:desk:3, Jungle Desk +bibliocraft:desk:4, Acacia Desk +bibliocraft:desk:5, Dark Oak Desk +bibliocraft:desk:6, Framed Desk +bibliocraft:table:0, Oak Table +bibliocraft:table:1, Spruce Table +bibliocraft:table:2, Birch Table +bibliocraft:table:3, Jungle Table +bibliocraft:table:4, Acacia Table +bibliocraft:table:5, Dark Oak Table +bibliocraft:table:6, Framed Table +bibliocraft:seat:0, Oak Seat +bibliocraft:seat:1, Spruce Seat +bibliocraft:seat:2, Birch Seat +bibliocraft:seat:3, Jungle Seat +bibliocraft:seat:4, Acacia Seat +bibliocraft:seat:5, Dark Oak Seat +bibliocraft:seat:6, Framed Seat +bibliocraft:clock:0, Oak Clock +bibliocraft:clock:1, Spruce Clock +bibliocraft:clock:2, Birch Clock +bibliocraft:clock:3, Jungle Clock +bibliocraft:clock:4, Acacia Clock +bibliocraft:clock:5, Dark Oak Clock +bibliocraft:clock:6, Framed Clock +bibliocraft:case:0, Oak Case +bibliocraft:case:1, Spruce Case +bibliocraft:case:2, Birch Case +bibliocraft:case:3, Jungle Case +bibliocraft:case:4, Acacia Case +bibliocraft:case:5, Dark Oak Case +bibliocraft:case:6, Framed Case +bibliocraft:mapframe:0, Oak Map Frame +bibliocraft:mapframe:1, Spruce Map Frame +bibliocraft:mapframe:2, Birch Map Frame +bibliocraft:mapframe:3, Jungle Map Frame +bibliocraft:mapframe:4, Acacia Map Frame +bibliocraft:mapframe:5, Dark Oak Map Frame +bibliocraft:mapframe:6, Framed Map Frame +bibliocraft:paintingframeflat:0, Oak Painting Frame +bibliocraft:paintingframeflat:1, Spruce Painting Frame +bibliocraft:paintingframeflat:2, Birch Painting Frame +bibliocraft:paintingframeflat:3, Jungle Painting Frame +bibliocraft:paintingframeflat:4, Acacia Painting Frame +bibliocraft:paintingframeflat:5, Dark Oak Painting Frame +bibliocraft:paintingframeflat:6, Framed Painting Frame +bibliocraft:paintingframesimple:0, Oak Painting Frame +bibliocraft:paintingframesimple:1, Spruce Painting Frame +bibliocraft:paintingframesimple:2, Birch Painting Frame +bibliocraft:paintingframesimple:3, Jungle Painting Frame +bibliocraft:paintingframesimple:4, Acacia Painting Frame +bibliocraft:paintingframesimple:5, Dark Oak Painting Frame +bibliocraft:paintingframesimple:6, Framed Painting Frame +bibliocraft:paintingframemiddle:0, Oak Painting Frame +bibliocraft:paintingframemiddle:1, Spruce Painting Frame +bibliocraft:paintingframemiddle:2, Birch Painting Frame +bibliocraft:paintingframemiddle:3, Jungle Painting Frame +bibliocraft:paintingframemiddle:4, Acacia Painting Frame +bibliocraft:paintingframemiddle:5, Dark Oak Painting Frame +bibliocraft:paintingframemiddle:6, Framed Painting Frame +bibliocraft:paintingframefancy:0, Oak Painting Frame +bibliocraft:paintingframefancy:1, Spruce Painting Frame +bibliocraft:paintingframefancy:2, Birch Painting Frame +bibliocraft:paintingframefancy:3, Jungle Painting Frame +bibliocraft:paintingframefancy:4, Acacia Painting Frame +bibliocraft:paintingframefancy:5, Dark Oak Painting Frame +bibliocraft:paintingframefancy:6, Framed Painting Frame +bibliocraft:paintingframeborderless:0, Oak Painting Frame +bibliocraft:paintingframeborderless:1, Spruce Painting Frame +bibliocraft:paintingframeborderless:2, Birch Painting Frame +bibliocraft:paintingframeborderless:3, Jungle Painting Frame +bibliocraft:paintingframeborderless:4, Acacia Painting Frame +bibliocraft:paintingframeborderless:5, Dark Oak Painting Frame +bibliocraft:paintingframeborderless:6, Framed Painting Frame +bibliocraft:paintingpress, Painting Press +bibliocraft:typewriter:0, White Typewriter +bibliocraft:typewriter:1, Light Gray Typewriter +bibliocraft:typewriter:2, Gray Typewriter +bibliocraft:typewriter:3, Black Typewriter +bibliocraft:typewriter:4, Red Typewriter +bibliocraft:typewriter:5, Orange Typewriter +bibliocraft:typewriter:6, Yellow Typewriter +bibliocraft:typewriter:7, Lime Typewriter +bibliocraft:typewriter:8, Green Typewriter +bibliocraft:typewriter:9, Cyan Typewriter +bibliocraft:typewriter:10, Light Blue Typewriter +bibliocraft:typewriter:11, Blue Typewriter +bibliocraft:typewriter:12, Purple Typewriter +bibliocraft:typewriter:13, Magenta Typewriter +bibliocraft:typewriter:14, Pink Typewriter +bibliocraft:typewriter:15, Brown Typewriter +bibliocraft:swordpedestal:0, Sword Pedestal +bibliocraft:swordpedestal:1, Sword Pedestal +bibliocraft:swordpedestal:2, Sword Pedestal +bibliocraft:swordpedestal:3, Sword Pedestal +bibliocraft:swordpedestal:4, Sword Pedestal +bibliocraft:swordpedestal:5, Sword Pedestal +bibliocraft:swordpedestal:6, Sword Pedestal +bibliocraft:swordpedestal:7, Sword Pedestal +bibliocraft:swordpedestal:8, Sword Pedestal +bibliocraft:swordpedestal:9, Sword Pedestal +bibliocraft:swordpedestal:10, Sword Pedestal +bibliocraft:swordpedestal:11, Sword Pedestal +bibliocraft:swordpedestal:12, Sword Pedestal +bibliocraft:swordpedestal:13, Sword Pedestal +bibliocraft:swordpedestal:14, Sword Pedestal +bibliocraft:swordpedestal:15, Sword Pedestal +bibliocraft:armorstand:0, Oak Armor Stand +bibliocraft:armorstand:1, Spruce Armor Stand +bibliocraft:armorstand:2, Birch Armor Stand +bibliocraft:armorstand:3, Jungle Armor Stand +bibliocraft:armorstand:4, Acacia Armor Stand +bibliocraft:armorstand:5, Dark Oak Armor Stand +bibliocraft:armorstand:6, Framed Armor Stand +bibliocraft:bell, Desk Bell +bibliocraft:typesettingtable, Typesetting Table +bibliocraft:printingpress, Printing Press +bibliocraft:cookiejar, Cookie Jar +bibliocraft:dinnerplate, Dinner Plate +bibliocraft:discrack, Disc Rack +bibliocraft:compass, Compass +bibliocraft:maptool, Drafting Compass +bibliocraft:seatback1:0, Oak Seat Back +bibliocraft:seatback1:1, Spruce Seat Back +bibliocraft:seatback1:2, Birch Seat Back +bibliocraft:seatback1:3, Jungle Seat Back +bibliocraft:seatback1:4, Acacia Seat Back +bibliocraft:seatback1:5, Dark Oak Seat Back +bibliocraft:seatback1:6, Framed Seat Back +bibliocraft:seatback2:0, Oak Seat Back +bibliocraft:seatback2:1, Spruce Seat Back +bibliocraft:seatback2:2, Birch Seat Back +bibliocraft:seatback2:3, Jungle Seat Back +bibliocraft:seatback2:4, Acacia Seat Back +bibliocraft:seatback2:5, Dark Oak Seat Back +bibliocraft:seatback2:6, Framed Seat Back +bibliocraft:seatback3:0, Oak Seat Back +bibliocraft:seatback3:1, Spruce Seat Back +bibliocraft:seatback3:2, Birch Seat Back +bibliocraft:seatback3:3, Jungle Seat Back +bibliocraft:seatback3:4, Acacia Seat Back +bibliocraft:seatback3:5, Dark Oak Seat Back +bibliocraft:seatback3:6, Framed Seat Back +bibliocraft:seatback4:0, Oak Seat Back +bibliocraft:seatback4:1, Spruce Seat Back +bibliocraft:seatback4:2, Birch Seat Back +bibliocraft:seatback4:3, Jungle Seat Back +bibliocraft:seatback4:4, Acacia Seat Back +bibliocraft:seatback4:5, Dark Oak Seat Back +bibliocraft:seatback4:6, Framed Seat Back +bibliocraft:seatback5:0, Oak Seat Back +bibliocraft:seatback5:1, Spruce Seat Back +bibliocraft:seatback5:2, Birch Seat Back +bibliocraft:seatback5:3, Jungle Seat Back +bibliocraft:seatback5:4, Acacia Seat Back +bibliocraft:seatback5:5, Dark Oak Seat Back +bibliocraft:seatback5:6, Framed Seat Back +bibliocraft:stockroomcatalog, Stockroom Catalog +bibliocraft:plumbline, Plumb line +bibliocraft:framingsaw, Framing Saw +bibliocraft:framingboard, Framing Board +bibliocraft:framingsheet, Framing Sheet +bibliocraft:testeritem, ItemStack Name Tester +bibliocraft:atlasbook:0, Atlas +bibliocraft:atlasplate, Atlas Plate +bibliocraft:deathcompass, Eternal Compass +bibliocraft:paintingcanvas, Painting Canvas +bibliocraft:bigbook, Big Writing Book +bibliocraft:recipebook, Empty Recipe Book +bibliocraft:slottedbook, Slotted Book +bibliocraft:handdrill, Hand Drill +bibliocraft:tapemeasure, Tape Measure +bibliocraft:tape, Tape Measure Reel +bibliocraft:bibliochase, Print Press Chase +bibliocraft:printplate, Print Press Plate +bibliocraft:enchantedplate, Enchanted Plate +bibliocraft:biblioredbook, Redstone: Volume I +bibliocraft:biblioglasses:0, Reading Glasses +bibliocraft:biblioglasses:1, Tinted Glasses +bibliocraft:biblioglasses:2, Monocle +bibliocraft:bibliodrill, Screw Gun +bibliocraft:bibliocreativelock, Lock and Key +bibliocraft:biblioclipboard, Clipboard +chisel:auto_chisel, Auto Chisel +chisel:chisel_iron, Chisel +chisel:chisel_diamond, Diamond Chisel +chisel:chisel_hitech, iChisel +chisel:offsettool, Ender Offset Wand +comforts:sleeping_bag:0, White Sleeping Bag +comforts:sleeping_bag:1, Orange Sleeping Bag +comforts:sleeping_bag:2, Magenta Sleeping Bag +comforts:sleeping_bag:3, Light Blue Sleeping Bag +comforts:sleeping_bag:4, Yellow Sleeping Bag +comforts:sleeping_bag:5, Lime Sleeping Bag +comforts:sleeping_bag:6, Pink Sleeping Bag +comforts:sleeping_bag:7, Gray Sleeping Bag +comforts:sleeping_bag:8, Light Gray Sleeping Bag +comforts:sleeping_bag:9, Cyan Sleeping Bag +comforts:sleeping_bag:10, Purple Sleeping Bag +comforts:sleeping_bag:11, Blue Sleeping Bag +comforts:sleeping_bag:12, Brown Sleeping Bag +comforts:sleeping_bag:13, Green Sleeping Bag +comforts:sleeping_bag:14, Red Sleeping Bag +comforts:sleeping_bag:15, Black Sleeping Bag +comforts:hammock:0, White Hammock Cloth +comforts:hammock:1, Orange Hammock Cloth +comforts:hammock:2, Magenta Hammock Cloth +comforts:hammock:3, Light Blue Hammock Cloth +comforts:hammock:4, Yellow Hammock Cloth +comforts:hammock:5, Lime Hammock Cloth +comforts:hammock:6, Pink Hammock Cloth +comforts:hammock:7, Gray Hammock Cloth +comforts:hammock:8, Light Gray Hammock Cloth +comforts:hammock:9, Cyan Hammock Cloth +comforts:hammock:10, Purple Hammock Cloth +comforts:hammock:11, Blue Hammock Cloth +comforts:hammock:12, Brown Hammock Cloth +comforts:hammock:13, Green Hammock Cloth +comforts:hammock:14, Red Hammock Cloth +comforts:hammock:15, Black Hammock Cloth +comforts:rope, Rope and Nail +earthworks:daub_cob_arrow0, Timber Framed Wattle and Daub +earthworks:daub_cob_arrow1, Timber Framed Wattle and Daub +earthworks:daub_cob_arrow2, Timber Framed Wattle and Daub +earthworks:daub_cob_arrow3, Timber Framed Wattle and Daub +earthworks:daub_cob_barndoor0, Timber Framed Wattle and Daub +earthworks:daub_cob_barndoor1, Timber Framed Wattle and Daub +earthworks:daub_cob_barndoor2, Timber Framed Wattle and Daub +earthworks:daub_cob_barndoor3, Timber Framed Wattle and Daub +earthworks:daub_cob_barndoor4, Timber Framed Wattle and Daub +earthworks:daub_cob_barndoor5, Timber Framed Wattle and Daub +earthworks:daub_cob_barndoor6, Timber Framed Wattle and Daub +earthworks:daub_cob_barndoor7, Timber Framed Wattle and Daub +earthworks:daub_cob_bottom_l, Timber Framed Wattle and Daub +earthworks:daub_cob_bottom, Timber Framed Wattle and Daub +earthworks:daub_cob_bottom_r, Timber Framed Wattle and Daub +earthworks:daub_cob_left, Timber Framed Wattle and Daub +earthworks:daub_cob_parallel_hor, Timber Framed Wattle and Daub +earthworks:daub_cob_parallel_vert, Timber Framed Wattle and Daub +earthworks:daub_cob_right, Timber Framed Wattle and Daub +earthworks:daub_cob_slash_back, Timber Framed Wattle and Daub +earthworks:daub_cob_slash, Timber Framed Wattle and Daub +earthworks:daub_cob_square, Timber Framed Wattle and Daub +earthworks:daub_cob_square_x, Timber Framed Wattle and Daub +earthworks:daub_cob_top_l, Timber Framed Wattle and Daub +earthworks:daub_cob_top, Timber Framed Wattle and Daub +earthworks:daub_cob_top_r, Timber Framed Wattle and Daub +earthworks:daub_cob_triangle0, Timber Framed Wattle and Daub +earthworks:daub_cob_triangle1, Timber Framed Wattle and Daub +earthworks:daub_cob_triangle2, Timber Framed Wattle and Daub +earthworks:daub_cob_triangle3, Timber Framed Wattle and Daub +earthworks:daub_cob_xbottom, Timber Framed Wattle and Daub +earthworks:daub_cob_xdoor0, Timber Framed Wattle and Daub +earthworks:daub_cob_xdoor1, Timber Framed Wattle and Daub +earthworks:daub_cob_xdoor2, Timber Framed Wattle and Daub +earthworks:daub_cob_xdoor3, Timber Framed Wattle and Daub +earthworks:daub_cob_xleft, Timber Framed Wattle and Daub +earthworks:daub_cob_x, Timber Framed Wattle and Daub +earthworks:daub_cob_xright, Timber Framed Wattle and Daub +earthworks:daub_cob_xtop, Timber Framed Wattle and Daub +earthworks:plaster_arrow0, Timber Framed Lath and Plaster +earthworks:plaster_arrow1, Timber Framed Lath and Plaster +earthworks:plaster_arrow2, Timber Framed Lath and Plaster +earthworks:plaster_arrow3, Timber Framed Lath and Plaster +earthworks:plaster_barndoor0, Timber Framed Lath and Plaster +earthworks:plaster_barndoor1, Timber Framed Lath and Plaster +earthworks:plaster_barndoor2, Timber Framed Lath and Plaster +earthworks:plaster_barndoor3, Timber Framed Lath and Plaster +earthworks:plaster_barndoor4, Timber Framed Lath and Plaster +earthworks:plaster_barndoor5, Timber Framed Lath and Plaster +earthworks:plaster_barndoor6, Timber Framed Lath and Plaster +earthworks:plaster_barndoor7, Timber Framed Lath and Plaster +earthworks:plaster_bottom_l, Timber Framed Lath and Plaster +earthworks:plaster_bottom, Timber Framed Lath and Plaster +earthworks:plaster_bottom_r, Timber Framed Lath and Plaster +earthworks:plaster_left, Timber Framed Lath and Plaster +earthworks:plaster_parallel_hor, Timber Framed Lath and Plaster +earthworks:plaster_parallel_vert, Timber Framed Lath and Plaster +earthworks:plaster_right, Timber Framed Lath and Plaster +earthworks:plaster_slash_back, Timber Framed Lath and Plaster +earthworks:plaster_slash, Timber Framed Lath and Plaster +earthworks:plaster_square, Timber Framed Lath and Plaster +earthworks:plaster_square_x, Timber Framed Lath and Plaster +earthworks:plaster_top_l, Timber Framed Lath and Plaster +earthworks:plaster_top, Timber Framed Lath and Plaster +earthworks:plaster_top_r, Timber Framed Lath and Plaster +earthworks:plaster_triangle0, Timber Framed Lath and Plaster +earthworks:plaster_triangle1, Timber Framed Lath and Plaster +earthworks:plaster_triangle2, Timber Framed Lath and Plaster +earthworks:plaster_triangle3, Timber Framed Lath and Plaster +earthworks:plaster_xbottom, Timber Framed Lath and Plaster +earthworks:plaster_xdoor0, Timber Framed Lath and Plaster +earthworks:plaster_xdoor1, Timber Framed Lath and Plaster +earthworks:plaster_xdoor2, Timber Framed Lath and Plaster +earthworks:plaster_xdoor3, Timber Framed Lath and Plaster +earthworks:plaster_xleft, Timber Framed Lath and Plaster +earthworks:plaster_x, Timber Framed Lath and Plaster +earthworks:plaster_xright, Timber Framed Lath and Plaster +earthworks:plaster_xtop, Timber Framed Lath and Plaster +earthworks:item_adobe, Adobe Brick +earthworks:item_chalk, Chalk Dust +earthworks:item_cob, Cob Ball +earthworks:item_lime_plaster, Lime Plaster +earthworks:item_mud, Mud Ball +earthworks:item_quicklime, Quicklime +earthworks:item_slaked_lime, Slaked Lime +earthworks:item_timber, Timber Framing +earthworks:tool_square, Square +earthworks:tool_hand_axe, Handaxe +earthworks:tool_adz, Adz +earthworks:tool_compass, Compass +earthworks:tool_froe, Froe +earthworks:tool_hand_planer, Planer +earthworks:tool_level, Level +earthworks:tool_saw, Saw +earthworks:tool_wood_hammer, Wood Hammer +earthworks:tool_stone_hammer, Stone Hammer +earthworks:tool_iron_hammer, Iron Hammer +earthworks:tool_gold_hammer, Gold Hammer +earthworks:tool_diamond_hammer, Diamond Hammer +earthworks:item_dirt, Dirt Ball +earthworks:item_sand, Sand +earthworks:block_adobe, Adobe +earthworks:block_chalk, Chalk +earthworks:block_cinder, Cinder Blocks +earthworks:block_cob, Cob +earthworks:block_concrete, Concrete +earthworks:block_cordwood, Cordwood +earthworks:block_dry_stone, Dry Fitted Stone +earthworks:block_gabion_gravel, Gravel Gabion +earthworks:block_gabion_sand, Sand Gabion +earthworks:block_gabion_dirt, Dirt Gabion +earthworks:block_mud, Mud +earthworks:block_plaster, Lath and Plaster +earthworks:block_rammed_earth, Rammed Earth +earthworks:block_slate, Blue Slate +earthworks:block_slate_green, Green Slate +earthworks:block_slate_purple, Purple Slate +earthworks:block_slate_slab, Polished Blue Slate +earthworks:block_slate_slab_green, Polished Green Slate +earthworks:block_slate_slab_purple, Polished Purple Slate +earthworks:block_slate_shingle, Blue Slate Shingles +earthworks:block_slate_shingle_verte, Green Slate Shingles +earthworks:block_slate_shingle_purple, Purple Slate Shingles +earthworks:block_slate_tile, Blue Slate Tiles +earthworks:block_slate_tile_verte, Green Slate Tiles +earthworks:block_slate_tile_purple, Purple Slate Tiles +earthworks:block_timber, Oak Timber +earthworks:block_timber_birch, Birch Timber +earthworks:block_timber_spruce, Spruce Timber +earthworks:block_timber_jungle, Jungle Timber +earthworks:block_timber_acacia, Acacia Timber +earthworks:block_timber_dark_oak, Dark Oak Timber +earthworks:block_wattle, Wattle and Daub +earthworks:block_wicker, Wicker +earthworks:block_wood_shingle:0, Oak Wood Shakes +earthworks:block_wood_shingle:1, Spruce Wood Shakes +earthworks:block_wood_shingle:2, Birch Wood Shakes +earthworks:block_wood_shingle:3, Jungle Wood Shakes +earthworks:block_wood_shingle:4, Acacia Wood Shakes +earthworks:block_wood_shingle:5, Dark Oak Wood Shakes +earthworks:fence_planks_vert_oak, Vertical Oak Fence +earthworks:fence_planks_vert_spruce, Vertical Spruce Fence +earthworks:fence_planks_vert_birch, Vertical Birch Fence +earthworks:fence_planks_vert_jungle, Vertical Jungle Fence +earthworks:fence_planks_vert_acacia, Vertical Acacia Fence +earthworks:fence_planks_vert_dark_oak, Vertical Dark Oak Fence +earthworks:itemslab_adobe, Adobe Slab +earthworks:itemslab_chalk, Chalk Slab +earthworks:itemslab_cinder, Cinder Block Slab +earthworks:itemslab_cob, Cob Slab +earthworks:itemslab_concrete, Concrete Slab +earthworks:itemslab_cordwood, Cordwood Slab +earthworks:itemslab_dry_stone, Dry Fitted Stone Slab +earthworks:itemslab_gabion_gravel, Gravel Gabion Slab +earthworks:itemslab_gabion_sand, Sand Gabion Slab +earthworks:itemslab_gabion_dirt, Dirt Gabion Slab +earthworks:itemslab_mud, Mud Slab +earthworks:itemslab_planks_vert_oak, Vertical Oak Wood Slab +earthworks:itemslab_planks_vert_spruce, Vertical Spruce Wood Slab +earthworks:itemslab_planks_vert_birch, Vertical Birch Wood Slab +earthworks:itemslab_planks_vert_jungle, Vertical Jungle Wood Slab +earthworks:itemslab_planks_vert_acacia, Vertical Acacia Wood Slab +earthworks:itemslab_planks_vert_dark_oak, Vertical Dark Oak Wood Slab +earthworks:itemslab_plaster, Lath and Plaster Slab +earthworks:itemslab_rammed_earth, Rammed Earth Slab +earthworks:itemslab_slate, Blue Slate Slab +earthworks:itemslab_slate_green, Green Slate Slab +earthworks:itemslab_slate_purple, Purple Slate Slab +earthworks:itemslab_slate_slab, Polished Blue Slate Slab +earthworks:itemslab_slate_slab_green, Polished Green Slate Slab +earthworks:itemslab_slate_slab_purple, Polished Purple Slate Slab +earthworks:itemslab_slate_shingle, Blue Slate Shingles Slab +earthworks:itemslab_slate_shingle_verte, Green Slate Shingles Slab +earthworks:itemslab_slate_shingle_purple, Purple Slate Shingles Slab +earthworks:itemslab_slate_tile, Blue Slate Tiles Slab +earthworks:itemslab_slate_tile_verte, Green Slate Tiles Slab +earthworks:itemslab_slate_tile_purple, Purple Slate Tiles Slab +earthworks:itemslab_timber, Oak Timber Slab +earthworks:itemslab_timber_birch, Birch Timber Slab +earthworks:itemslab_timber_spruce, Spruce Timber Slab +earthworks:itemslab_timber_jungle, Jungle Timber Slab +earthworks:itemslab_timber_acacia, Acacia Timber Slab +earthworks:itemslab_timber_dark_oak, Dark Oak Timber Slab +earthworks:itemslab_wattle, Wattle and Daub Slab +earthworks:itemslab_wicker, Wicker Slab +earthworks:itemslab_wood_shingle_oak, Oak Wood Shakes Slab +earthworks:itemslab_wood_shingle_spruce, Spruce Wood Shakes Slab +earthworks:itemslab_wood_shingle_birch, Birch Wood Shakes Slab +earthworks:itemslab_wood_shingle_jungle, Jungle Wood Shakes Slab +earthworks:itemslab_wood_shingle_acacia, Acacia Wood Shakes Slab +earthworks:itemslab_wood_shingle_dark_oak, Dark Oak Wood Shakes Slab +earthworks:stair_adobe, Adobe Stairs +earthworks:stair_chalk, Chalk Stairs +earthworks:stair_cinder, Cinder Block Stairs +earthworks:stair_cob, Cob Stairs +earthworks:stair_concrete, Concrete Stairs +earthworks:stair_cordwood, Cordwood Stairs +earthworks:stair_dry_stone, Dry Fitted Stone Stairs +earthworks:stair_gabion_gravel, Gravel Gabion Stairs +earthworks:stair_gabion_sand, Sand Gabion Stairs +earthworks:stair_gabion_dirt, Dirt Gabion Stairs +earthworks:stair_mud, Mud Stairs +earthworks:stair_planks_vert_oak, Vertical Oak Wood Stairs +earthworks:stair_planks_vert_spruce, Vertical Spruce Wood Stairs +earthworks:stair_planks_vert_birch, Vertical Birch Wood Stairs +earthworks:stair_planks_vert_jungle, Vertical Jungle Wood Stairs +earthworks:stair_planks_vert_acacia, Vertical Acacia Wood Stairs +earthworks:stair_planks_vert_dark_oak, Vertical Dark Oak Wood Stairs +earthworks:stair_plaster, Lath and Plaster Stairs +earthworks:stair_rammed_earth, Rammed Earth Stairs +earthworks:stair_slate, Blue Slate Stairs +earthworks:stair_slate_green, Green Slate Stairs +earthworks:stair_slate_purple, Purple Slate Stairs +earthworks:stair_slate_slab, Polished Blue Slate Stairs +earthworks:stair_slate_slab_green, Polished Green Slate Stairs +earthworks:stair_slate_slab_purple, Polished Purple Slate Stairs +earthworks:stair_slate_shingle, Blue Slate Shingles Stairs +earthworks:stair_slate_shingle_verte, Green Slate Shingles Stairs +earthworks:stair_slate_shingle_purple, Purple Slate Shingles Stairs +earthworks:stair_slate_tile, Blue Slate Tiles Stairs +earthworks:stair_slate_tile_verte, Green Slate Tiles Stairs +earthworks:stair_slate_tile_purple, Purple Slate Tiles Stairs +earthworks:stair_timber, Oak Timber Stairs +earthworks:stair_timber_birch, Birch Timber Stairs +earthworks:stair_timber_spruce, Spruce Timber Stairs +earthworks:stair_timber_jungle, Jungle Timber Stairs +earthworks:stair_timber_acacia, Acacia Timber Stairs +earthworks:stair_timber_dark_oak, Dark Oak Timber Stairs +earthworks:stair_wattle, Wattle and Daub Stairs +earthworks:stair_wicker, Wicker Stairs +earthworks:stair_wood_shingle_oak, Oak Wood Shakes Stairs +earthworks:stair_wood_shingle_spruce, Spruce Wood Shakes Stairs +earthworks:stair_wood_shingle_birch, Birch Wood Shakes Stairs +earthworks:stair_wood_shingle_jungle, Jungle Wood Shakes Stairs +earthworks:stair_wood_shingle_acacia, Acacia Wood Shakes Stairs +earthworks:stair_wood_shingle_dark_oak, Dark Oak Wood Shakes Stairs +earthworks:wall_adobe, Adobe Wall +earthworks:wall_chalk, Chalk Wall +earthworks:wall_cinder, Cinder Block Wall +earthworks:wall_cob, Cob Wall +earthworks:wall_concrete, Concrete Wall +earthworks:wall_cordwood, Cordwood Wall +earthworks:wall_dry_stone, Dry Fitted Stone Wall +earthworks:wall_gabion_gravel, Gravel Gabion Wall +earthworks:wall_gabion_sand, Sand Gabion Wall +earthworks:wall_gabion_dirt, Dirt Gabion Wall +earthworks:wall_mud, Mud Wall +earthworks:wall_plaster, Lath and Plaster Wall +earthworks:wall_rammed_earth, Rammed Earth Wall +earthworks:wall_slate, Blue Slate Wall +earthworks:wall_slate_green, Green Slate Wall +earthworks:wall_slate_purple, Purple Slate Wall +earthworks:wall_slate_slab, Polished Blue Slate Wall +earthworks:wall_slate_slab_green, Polished Green Slate Wall +earthworks:wall_slate_slab_purple, Polished Purple Slate Wall +earthworks:wall_slate_shingle, Blue Slate Shingles Wall +earthworks:wall_slate_shingle_verte, Green Slate Shingles Wall +earthworks:wall_slate_shingle_purple, Purple Slate Shingles Wall +earthworks:wall_slate_tile, Blue Slate Tiles Wall +earthworks:wall_slate_tile_verte, Green Slate Tiles Wall +earthworks:wall_slate_tile_purple, Purple Slate Tiles Wall +earthworks:wall_timber, Oak Timber Wall +earthworks:wall_timber_birch, Birch Timber Wall +earthworks:wall_timber_spruce, Spruce Timber Wall +earthworks:wall_timber_jungle, Jungle Timber Wall +earthworks:wall_timber_acacia, Acacia Timber Wall +earthworks:wall_timber_dark_oak, Dark Oak Timber Wall +earthworks:wall_wattle, Wattle and Daub Wall +earthworks:wall_wicker, Wicker Wall +earthworks:wall_wood_shingle_oak, Oak Wood Shakes Wall +earthworks:wall_wood_shingle_spruce, Spruce Wood Shakes Wall +earthworks:wall_wood_shingle_birch, Birch Wood Shakes Wall +earthworks:wall_wood_shingle_jungle, Jungle Wood Shakes Wall +earthworks:wall_wood_shingle_acacia, Acacia Wood Shakes Wall +earthworks:wall_wood_shingle_dark_oak, Dark Oak Wood Shakes Wall +earthworks:block_reed, Reed +earthworks:block_thatch, Thatch +earthworks:itemslab_reed, Reed Slab +earthworks:itemslab_thatch, Thatch Slab +earthworks:stair_reed, Reed Stairs +earthworks:stair_thatch, Thatch Stairs +earthworks:wall_reed, Reed Wall +earthworks:wall_thatch, Thatch Wall +enderio:item_enderface, Enderface +enderio:item_conduit_facade:0, Conduit Facade +enderio:item_conduit_facade:1, Hardened Conduit Facade +enderio:item_conduit_facade:2, Transparent Conduit Facade +enderio:item_conduit_facade:3, Transparent Hardened Conduit Facade +enderio:item_basic_capacitor:0, Basic Capacitor +enderio:item_basic_capacitor:1, Double-Layer Capacitor +enderio:item_basic_capacitor:2, Octadic Capacitor +enderio:block_alloy:0, Electrical Steel Block +enderio:block_alloy:1, Energetic Alloy Block +enderio:block_alloy:2, Vibrant Alloy Block +enderio:block_alloy:3, Redstone Alloy Block +enderio:block_alloy:4, Conductive Iron Block +enderio:block_alloy:5, Pulsating Iron Block +enderio:block_alloy:6, Dark Steel Block +enderio:block_alloy:7, Soularium Block +enderio:block_alloy:8, End Steel Block +enderio:block_alloy:9, Iron Alloy Block +enderio:item_alloy_ingot:0, Electrical Steel Ingot +enderio:item_alloy_ingot:1, Energetic Alloy Ingot +enderio:item_alloy_ingot:2, Vibrant Alloy Ingot +enderio:item_alloy_ingot:3, Redstone Alloy Ingot +enderio:item_alloy_ingot:4, Conductive Iron Ingot +enderio:item_alloy_ingot:5, Pulsating Iron Ingot +enderio:item_alloy_ingot:6, Dark Steel Ingot +enderio:item_alloy_ingot:7, Soularium Ingot +enderio:item_alloy_ingot:8, End Steel Ingot +enderio:item_alloy_ingot:9, Iron Alloy Ingot +enderio:item_alloy_nugget:0, Electrical Steel Nugget +enderio:item_alloy_nugget:1, Energetic Alloy Nugget +enderio:item_alloy_nugget:2, Vibrant Alloy Nugget +enderio:item_alloy_nugget:3, Redstone Alloy Nugget +enderio:item_alloy_nugget:4, Conductive Iron Nugget +enderio:item_alloy_nugget:5, Pulsating Iron Nugget +enderio:item_alloy_nugget:6, Dark Steel Nugget +enderio:item_alloy_nugget:7, Soularium Nugget +enderio:item_alloy_nugget:8, End Steel Nugget +enderio:item_alloy_nugget:9, Iron Alloy Nugget +enderio:item_alloy_ball:0, Electrical Steel Grinding Ball +enderio:item_alloy_ball:1, Energetic Alloy Grinding Ball +enderio:item_alloy_ball:2, Vibrant Alloy Grinding Ball +enderio:item_alloy_ball:3, Redstone Alloy Grinding Ball +enderio:item_alloy_ball:4, Conductive Iron Grinding Ball +enderio:item_alloy_ball:5, Pulsating Iron Grinding Ball +enderio:item_alloy_ball:6, Dark Steel Grinding Ball +enderio:item_alloy_ball:7, Soularium Grinding Ball +enderio:item_alloy_ball:8, End Steel Grinding Ball +enderio:item_alloy_ball:9, Iron Alloy Grinding Ball +enderio:item_material:0, Simple Machine Chassis +enderio:item_material:1, Industrial Machine Chassis +enderio:item_material:2, Machine Parts +enderio:item_material:3, Photovoltaic Plate +enderio:item_material:4, Conduit Binder +enderio:item_material:5, Silicon +enderio:item_material:6, Glider Wing +enderio:item_material:7, Glider Wings +enderio:item_material:8, Nutritious Stick +enderio:item_material:9, Wooden Gear +enderio:item_material:10, Stone Compound Gear +enderio:item_material:11, Infinity Bimetal Gear +enderio:item_material:12, Energized Bimetal Gear +enderio:item_material:13, Vibrant Bimetal Gear +enderio:item_material:14, Pulsating Crystal +enderio:item_material:15, Vibrant Crystal +enderio:item_material:16, Ender Crystal +enderio:item_material:17, Enticing Crystal +enderio:item_material:18, Weather Crystal +enderio:item_material:19, Prescient Crystal +enderio:item_material:20, Grains of Infinity +enderio:item_material:21, Flour +enderio:item_material:22, Conduit Binder Composite +enderio:item_material:23, Coal Powder +enderio:item_material:24, Iron Powder +enderio:item_material:25, Gold Powder +enderio:item_material:26, Copper Powder +enderio:item_material:27, Tin Powder +enderio:item_material:28, Ender Pearl Powder +enderio:item_material:29, Obsidian Powder +enderio:item_material:30, Ardite Powder +enderio:item_material:31, Cobalt Powder +enderio:item_material:32, Lapis Lazuli Powder +enderio:item_material:33, Quartz Powder +enderio:item_material:34, Grains of Prescience +enderio:item_material:35, Grains of Vibrancy +enderio:item_material:36, Grains of Piezallity +enderio:item_material:37, Grains of the End +enderio:item_material:38, Photovoltaic Composite +enderio:item_material:39, Enderium Base +enderio:item_material:40, Zombie Electrode +enderio:item_material:41, Z-Logic Controller +enderio:item_material:42, Frank'N'Zombie +enderio:item_material:43, Ender Resonator +enderio:item_material:44, Sentient Ender +enderio:item_material:45, Skeletal Contractor +enderio:item_material:46, Clippings and Trimmings +enderio:item_material:47, Twigs and Prunings +enderio:item_material:48, Organic Green Dye +enderio:item_material:49, Organic Brown Dye +enderio:item_material:50, Organic Black Dye +enderio:item_material:51, Industrial Dye Blend +enderio:item_material:52, Soul Attuned Dye Blend +enderio:item_material:53, Soul Machine Chassis +enderio:item_material:54, Enhanced Machine Chassis +enderio:item_material:55, Soulless Machine Chassis +enderio:item_material:56, Guardian Diode +enderio:item_material:57, Signalum Grinding Ball +enderio:item_material:58, Enderium Grinding Ball +enderio:item_material:59, Lumium Grinding Ball +enderio:item_material:60, Redstone Filter Base +enderio:item_material:61, Confusing Powder +enderio:item_material:62, Ender Fragment +enderio:item_material:63, Withering Dust +enderio:item_material:64, Remote Awareness Upgrade +enderio:item_material:65, Wireless Energy Transmitter Dish Assembly +enderio:item_material:66, End Steel Chassis +enderio:item_material:67, Enhanced Dye Blend +enderio:item_material:68, Enhanced Machine Parts +enderio:item_material:69, Simple Machine Parts +enderio:item_material:70, Cake Base +enderio:item_material:71, Infinity Rod +enderio:item_material:72, Nethercotta +enderio:item_material:73, Dark Bimetal Gear +enderio:item_material:74, Soul Powder +enderio:item_material:75, Infinity Reagent +enderio:item_material:76, Clay-Coated Glowstone Dust +enderio:item_material:77, Black Paper +enderio:item_material:78, Animal Token +enderio:item_material:79, Monster Token +enderio:item_material:80, Player Token +enderio:item_broken_spawner:0, Broken Spawner +enderio:block_infinity_fog:0, Infinity Dust +enderio:block_infinity:0, Infinity Dust Block +enderio:block_infinity:1, Compressed Infinity Dust Block +enderio:block_infinity:2, Double Compressed Infinity Dust Block +enderio:block_holy_fog, Glowstone Nano-Particles +enderio:block_dark_steel_anvil:0, Dark Steel Anvil +enderio:block_dark_steel_anvil:1, Slightly Damaged Dark Steel Anvil +enderio:block_dark_steel_anvil:2, Very Damaged Dark Steel Anvil +enderio:block_dark_paper_anvil:0, Dark Paper Anvil +enderio:block_dark_paper_anvil:1, Slightly Damaged Dark Paper Anvil +enderio:block_dark_paper_anvil:2, Very Damaged Dark Paper Anvil +enderio:block_dark_steel_ladder, Dark Steel Ladder +enderio:block_dark_iron_bars, Dark Iron Bars +enderio:block_dark_steel_trapdoor, Dark Steel Trapdoor +enderio:block_dark_steel_door, Dark Steel Door +enderio:block_reinforced_obsidian, Reinforced Obsidian +enderio:block_self_resetting_lever5, Self-resetting Lever (5 seconds) +enderio:block_self_resetting_lever10, Self-resetting Lever (10 seconds) +enderio:block_self_resetting_lever30, Self-resetting Lever (30 seconds) +enderio:block_self_resetting_lever60, Self-resetting Lever (1 Minute) +enderio:block_self_resetting_lever300, Self-resetting Lever (5 Minutes) +enderio:block_self_resetting_lever5i, Inverted Self-resetting Lever (5 seconds) +enderio:block_self_resetting_lever10i, Inverted Self-resetting Lever (10 seconds) +enderio:block_self_resetting_lever30i, Inverted Self-resetting Lever (30 seconds) +enderio:block_self_resetting_lever60i, Inverted Self-resetting Lever (1 Minute) +enderio:block_self_resetting_lever300i, Inverted Self-resetting Lever (5 Minutes) +enderio:block_decoration1:0, Machine Chassis (decoration block) +enderio:block_decoration1:1, Blank Machine (decoration block) +enderio:block_decoration1:2, Machine Tops (decoration block) +enderio:block_decoration1:3, Machine Sides (decoration block) +enderio:block_decoration1:4, Machine Backs (decoration block) +enderio:block_decoration1:5, Machine with sides (decoration block) +enderio:block_decoration1:6, Machine width backs (decoration block) +enderio:block_decoration1:7, Blank Soul Machine (decoration block) +enderio:block_decoration1:8, Soul Machine Tops (decoration block) +enderio:block_decoration1:9, Soul Machine Sides (decoration block) +enderio:block_decoration1:10, Soul Machine Backs (decoration block) +enderio:block_decoration1:11, Soul Machine with sides (decoration block) +enderio:block_decoration1:12, Soul Machine width backs (decoration block) +enderio:block_decoration1:13, Red Machine (decoration block) +enderio:block_decoration1:14, Broken Spawner (decoration block) +enderio:block_decoration1:15, Invisible Block (decoration block) +enderio:block_decoration2:0, Alloy Smelter (decoration block) +enderio:block_decoration2:1, Item Buffer (decoration block) +enderio:block_decoration2:2, Power Buffer (decoration block) +enderio:block_decoration2:3, Omni Buffer (decoration block) +enderio:block_decoration2:4, Creative Buffer (decoration block) +enderio:block_decoration2:5, Crafter (decoration block) +enderio:block_decoration2:6, Painting Machine (decoration block) +enderio:block_decoration2:7, Power Monitor (decoration block) +enderio:block_decoration2:8, SAG Mill (decoration block) +enderio:block_decoration2:9, Slice'N'Splice (decoration block) +enderio:block_decoration2:10, Stirling Generator (decoration block) +enderio:block_decoration2:11, Fluid Tank (decoration block) +enderio:block_decoration2:12, Pressurized Fluid Tank (decoration block) +enderio:block_decoration2:13, Travel Anchor (decoration block) +enderio:block_decoration2:14, Vacuum Chest (decoration block) +enderio:block_decoration2:15, Wireless Charger (decoration block) +enderio:block_decoration3:0, XP Vacuum (decoration block) +enderio:block_decoration3:1, Simple Alloy Smelter (decoration block) +enderio:block_decoration3:2, Simple Stirling Generator (decoration block) +enderio:block_decoration3:3, Wired Charger (decoration block) +enderio:block_decoration3:4, Simple Sagmill (decoration block) +enderio:block_industrial_insulation, Industrial Insulation +enderio:block_end_iron_bars, End Steel Bars +enderio:block_confusion_charge, Confusion Charge +enderio:block_concussion_charge, Concussion Charge +enderio:block_ender_charge, Ender Charge +enderio:block_painted_slab, Painted Slab +enderio:block_painted_stone_slab, Painted Stone Slab +enderio:block_painted_pressure_plate:1, Wooden Pressure Plate (Silent) +enderio:block_painted_pressure_plate:3, Stone Pressure Plate (Silent) +enderio:block_painted_pressure_plate:5, Weighted Pressure Plate (Heavy) (Silent) +enderio:block_painted_pressure_plate:7, Weighted Pressure Plate (Light) (Silent) +enderio:block_painted_pressure_plate:8, Dark Pressure Plate +enderio:block_painted_pressure_plate:9, Dark Pressure Plate (Silent) +enderio:block_painted_pressure_plate:10, Soularium Pressure Plate +enderio:block_painted_pressure_plate:11, Soularium Pressure Plate (Silent) +enderio:block_painted_pressure_plate:12, Soularium Pressure Plate (Tuned) +enderio:block_painted_pressure_plate:13, Soularium Pressure Plate (Tuned) (Silent) +enderio:block_painted_wooden_door, Painted Wooden Door +enderio:block_painted_iron_door, Painted Iron Door +enderio:block_painted_dark_steel_door, Painted Dark Steel Door +enderio:block_exit_rail, Exit Rail +enderio:item_conduit_probe:0, Conduit Probe +enderio:item_yeta_wrench, Yeta Wrench +enderio:item_xp_transfer:0, Experience Rod +enderio:item_cold_fire_igniter, Cold Fire Igniter +enderio:item_coord_selector, Coordinate Selector +enderio:item_location_printout, Location Printout +enderio:item_travel_staff:0, Staff of Traveling +enderio:item_travel_staff:0, Staff of Traveling +enderio:item_rod_of_return:0, Rod of Return +enderio:item_rod_of_return:0, Rod of Return +enderio:item_magnet:0, Electromagnet +enderio:item_magnet:0, Electromagnet +enderio:block_enderman_skull:0, Enderman Head +enderio:block_enderman_skull:2, Tormented Enderman Head +enderio:item_ender_food:0, "Enderios" +enderio:item_basic_item_filter:0, Basic Item Filter +enderio:item_advanced_item_filter:0, Advanced Item Filter +enderio:item_limited_item_filter:0, Limited Item Filter +enderio:item_big_item_filter:0, Big Item Filter +enderio:item_big_advanced_item_filter:0, Advanced Big Item Filter +enderio:item_existing_item_filter:0, Existing Item Filter +enderio:item_mod_item_filter:0, Mod Item Filter +enderio:item_power_item_filter:0, Power Item Filter +enderio:item_soul_filter_normal:0, Soul Item Filter +enderio:item_soul_filter_big:0, Big Soul Item Filter +enderio:item_enchantment_filter_normal:0, Enchantment Item Filter +enderio:item_enchantment_filter_big:0, Big Enchantment Item Filter +enderio:item_fluid_filter:0, Basic Fluid Filter +enderio:item_redstone_not_filter:0, Redstone NOT Filter +enderio:item_redstone_or_filter:0, Redstone OR Filter +enderio:item_redstone_and_filter:0, Redstone AND Filter +enderio:item_redstone_nor_filter:0, Redstone NOR Filter +enderio:item_redstone_nand_filter:0, Redstone NAND Filter +enderio:item_redstone_xor_filter:0, Redstone XOR Filter +enderio:item_redstone_xnor_filter:0, Redstone XNOR Filter +enderio:item_redstone_toggle_filter:0, Redstone Toggle Latch Filter +enderio:item_redstone_counting_filter:0, Redstone Counting Filter +enderio:item_redstone_sensor_filter:0, Redstone Sensor Filter +enderio:item_redstone_timer_filter:0, Redstone Timer Filter +enderio:block_fused_quartz:0, Fused Quartz +enderio:block_fused_quartz:1, Fused Quartz +enderio:block_fused_quartz:2, Fused Quartz +enderio:block_fused_quartz:3, Fused Quartz +enderio:block_fused_quartz:4, Fused Quartz +enderio:block_fused_quartz:5, Fused Quartz +enderio:block_fused_quartz:6, Fused Quartz +enderio:block_fused_quartz:7, Fused Quartz +enderio:block_fused_quartz:8, Fused Quartz +enderio:block_fused_quartz:9, Fused Quartz +enderio:block_fused_quartz:10, Fused Quartz +enderio:block_fused_quartz:11, Fused Quartz +enderio:block_fused_quartz:12, Fused Quartz +enderio:block_fused_quartz:13, Fused Quartz +enderio:block_fused_quartz:14, Fused Quartz +enderio:block_fused_quartz:15, Fused Quartz +enderio:block_fused_glass:0, Quite Clear Glass +enderio:block_fused_glass:1, Quite Clear Glass +enderio:block_fused_glass:2, Quite Clear Glass +enderio:block_fused_glass:3, Quite Clear Glass +enderio:block_fused_glass:4, Quite Clear Glass +enderio:block_fused_glass:5, Quite Clear Glass +enderio:block_fused_glass:6, Quite Clear Glass +enderio:block_fused_glass:7, Quite Clear Glass +enderio:block_fused_glass:8, Quite Clear Glass +enderio:block_fused_glass:9, Quite Clear Glass +enderio:block_fused_glass:10, Quite Clear Glass +enderio:block_fused_glass:11, Quite Clear Glass +enderio:block_fused_glass:12, Quite Clear Glass +enderio:block_fused_glass:13, Quite Clear Glass +enderio:block_fused_glass:14, Quite Clear Glass +enderio:block_fused_glass:15, Quite Clear Glass +enderio:block_enlightened_fused_quartz:0, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:1, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:2, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:3, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:4, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:5, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:6, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:7, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:8, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:9, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:10, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:11, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:12, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:13, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:14, Enlightened Fused Quartz +enderio:block_enlightened_fused_quartz:15, Enlightened Fused Quartz +enderio:block_enlightened_fused_glass:0, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:1, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:2, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:3, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:4, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:5, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:6, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:7, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:8, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:9, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:10, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:11, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:12, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:13, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:14, Enlightened Clear Glass +enderio:block_enlightened_fused_glass:15, Enlightened Clear Glass +enderio:block_dark_fused_quartz:0, Dark Fused Quartz +enderio:block_dark_fused_quartz:1, Dark Fused Quartz +enderio:block_dark_fused_quartz:2, Dark Fused Quartz +enderio:block_dark_fused_quartz:3, Dark Fused Quartz +enderio:block_dark_fused_quartz:4, Dark Fused Quartz +enderio:block_dark_fused_quartz:5, Dark Fused Quartz +enderio:block_dark_fused_quartz:6, Dark Fused Quartz +enderio:block_dark_fused_quartz:7, Dark Fused Quartz +enderio:block_dark_fused_quartz:8, Dark Fused Quartz +enderio:block_dark_fused_quartz:9, Dark Fused Quartz +enderio:block_dark_fused_quartz:10, Dark Fused Quartz +enderio:block_dark_fused_quartz:11, Dark Fused Quartz +enderio:block_dark_fused_quartz:12, Dark Fused Quartz +enderio:block_dark_fused_quartz:13, Dark Fused Quartz +enderio:block_dark_fused_quartz:14, Dark Fused Quartz +enderio:block_dark_fused_quartz:15, Dark Fused Quartz +enderio:block_dark_fused_glass:0, Dark Clear Glass +enderio:block_dark_fused_glass:1, Dark Clear Glass +enderio:block_dark_fused_glass:2, Dark Clear Glass +enderio:block_dark_fused_glass:3, Dark Clear Glass +enderio:block_dark_fused_glass:4, Dark Clear Glass +enderio:block_dark_fused_glass:5, Dark Clear Glass +enderio:block_dark_fused_glass:6, Dark Clear Glass +enderio:block_dark_fused_glass:7, Dark Clear Glass +enderio:block_dark_fused_glass:8, Dark Clear Glass +enderio:block_dark_fused_glass:9, Dark Clear Glass +enderio:block_dark_fused_glass:10, Dark Clear Glass +enderio:block_dark_fused_glass:11, Dark Clear Glass +enderio:block_dark_fused_glass:12, Dark Clear Glass +enderio:block_dark_fused_glass:13, Dark Clear Glass +enderio:block_dark_fused_glass:14, Dark Clear Glass +enderio:block_dark_fused_glass:15, Dark Clear Glass +enderio:block_holy_fused_quartz:0, Fused Quartz +enderio:block_holy_fused_quartz:1, Fused Quartz +enderio:block_holy_fused_quartz:2, Fused Quartz +enderio:block_holy_fused_quartz:3, Fused Quartz +enderio:block_holy_fused_quartz:4, Fused Quartz +enderio:block_holy_fused_quartz:5, Fused Quartz +enderio:block_holy_fused_quartz:6, Fused Quartz +enderio:block_holy_fused_quartz:7, Fused Quartz +enderio:block_holy_fused_quartz:8, Fused Quartz +enderio:block_holy_fused_quartz:9, Fused Quartz +enderio:block_holy_fused_quartz:10, Fused Quartz +enderio:block_holy_fused_quartz:11, Fused Quartz +enderio:block_holy_fused_quartz:12, Fused Quartz +enderio:block_holy_fused_quartz:13, Fused Quartz +enderio:block_holy_fused_quartz:14, Fused Quartz +enderio:block_holy_fused_quartz:15, Fused Quartz +enderio:block_holy_fused_glass:0, Quite Clear Glass +enderio:block_holy_fused_glass:1, Quite Clear Glass +enderio:block_holy_fused_glass:2, Quite Clear Glass +enderio:block_holy_fused_glass:3, Quite Clear Glass +enderio:block_holy_fused_glass:4, Quite Clear Glass +enderio:block_holy_fused_glass:5, Quite Clear Glass +enderio:block_holy_fused_glass:6, Quite Clear Glass +enderio:block_holy_fused_glass:7, Quite Clear Glass +enderio:block_holy_fused_glass:8, Quite Clear Glass +enderio:block_holy_fused_glass:9, Quite Clear Glass +enderio:block_holy_fused_glass:10, Quite Clear Glass +enderio:block_holy_fused_glass:11, Quite Clear Glass +enderio:block_holy_fused_glass:12, Quite Clear Glass +enderio:block_holy_fused_glass:13, Quite Clear Glass +enderio:block_holy_fused_glass:14, Quite Clear Glass +enderio:block_holy_fused_glass:15, Quite Clear Glass +enderio:block_holy_enlightened_fused_quartz:0, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:1, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:2, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:3, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:4, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:5, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:6, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:7, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:8, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:9, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:10, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:11, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:12, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:13, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:14, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_quartz:15, Enlightened Fused Quartz +enderio:block_holy_enlightened_fused_glass:0, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:1, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:2, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:3, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:4, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:5, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:6, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:7, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:8, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:9, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:10, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:11, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:12, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:13, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:14, Enlightened Clear Glass +enderio:block_holy_enlightened_fused_glass:15, Enlightened Clear Glass +enderio:block_holy_dark_fused_quartz:0, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:1, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:2, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:3, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:4, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:5, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:6, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:7, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:8, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:9, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:10, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:11, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:12, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:13, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:14, Dark Fused Quartz +enderio:block_holy_dark_fused_quartz:15, Dark Fused Quartz +enderio:block_holy_dark_fused_glass:0, Dark Clear Glass +enderio:block_holy_dark_fused_glass:1, Dark Clear Glass +enderio:block_holy_dark_fused_glass:2, Dark Clear Glass +enderio:block_holy_dark_fused_glass:3, Dark Clear Glass +enderio:block_holy_dark_fused_glass:4, Dark Clear Glass +enderio:block_holy_dark_fused_glass:5, Dark Clear Glass +enderio:block_holy_dark_fused_glass:6, Dark Clear Glass +enderio:block_holy_dark_fused_glass:7, Dark Clear Glass +enderio:block_holy_dark_fused_glass:8, Dark Clear Glass +enderio:block_holy_dark_fused_glass:9, Dark Clear Glass +enderio:block_holy_dark_fused_glass:10, Dark Clear Glass +enderio:block_holy_dark_fused_glass:11, Dark Clear Glass +enderio:block_holy_dark_fused_glass:12, Dark Clear Glass +enderio:block_holy_dark_fused_glass:13, Dark Clear Glass +enderio:block_holy_dark_fused_glass:14, Dark Clear Glass +enderio:block_holy_dark_fused_glass:15, Dark Clear Glass +enderio:block_unholy_fused_quartz:0, Fused Quartz +enderio:block_unholy_fused_quartz:1, Fused Quartz +enderio:block_unholy_fused_quartz:2, Fused Quartz +enderio:block_unholy_fused_quartz:3, Fused Quartz +enderio:block_unholy_fused_quartz:4, Fused Quartz +enderio:block_unholy_fused_quartz:5, Fused Quartz +enderio:block_unholy_fused_quartz:6, Fused Quartz +enderio:block_unholy_fused_quartz:7, Fused Quartz +enderio:block_unholy_fused_quartz:8, Fused Quartz +enderio:block_unholy_fused_quartz:9, Fused Quartz +enderio:block_unholy_fused_quartz:10, Fused Quartz +enderio:block_unholy_fused_quartz:11, Fused Quartz +enderio:block_unholy_fused_quartz:12, Fused Quartz +enderio:block_unholy_fused_quartz:13, Fused Quartz +enderio:block_unholy_fused_quartz:14, Fused Quartz +enderio:block_unholy_fused_quartz:15, Fused Quartz +enderio:block_unholy_fused_glass:0, Quite Clear Glass +enderio:block_unholy_fused_glass:1, Quite Clear Glass +enderio:block_unholy_fused_glass:2, Quite Clear Glass +enderio:block_unholy_fused_glass:3, Quite Clear Glass +enderio:block_unholy_fused_glass:4, Quite Clear Glass +enderio:block_unholy_fused_glass:5, Quite Clear Glass +enderio:block_unholy_fused_glass:6, Quite Clear Glass +enderio:block_unholy_fused_glass:7, Quite Clear Glass +enderio:block_unholy_fused_glass:8, Quite Clear Glass +enderio:block_unholy_fused_glass:9, Quite Clear Glass +enderio:block_unholy_fused_glass:10, Quite Clear Glass +enderio:block_unholy_fused_glass:11, Quite Clear Glass +enderio:block_unholy_fused_glass:12, Quite Clear Glass +enderio:block_unholy_fused_glass:13, Quite Clear Glass +enderio:block_unholy_fused_glass:14, Quite Clear Glass +enderio:block_unholy_fused_glass:15, Quite Clear Glass +enderio:block_unholy_enlightened_fused_quartz:0, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:1, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:2, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:3, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:4, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:5, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:6, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:7, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:8, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:9, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:10, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:11, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:12, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:13, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:14, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_quartz:15, Enlightened Fused Quartz +enderio:block_unholy_enlightened_fused_glass:0, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:1, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:2, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:3, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:4, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:5, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:6, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:7, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:8, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:9, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:10, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:11, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:12, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:13, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:14, Enlightened Clear Glass +enderio:block_unholy_enlightened_fused_glass:15, Enlightened Clear Glass +enderio:block_unholy_dark_fused_quartz:0, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:1, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:2, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:3, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:4, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:5, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:6, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:7, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:8, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:9, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:10, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:11, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:12, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:13, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:14, Dark Fused Quartz +enderio:block_unholy_dark_fused_quartz:15, Dark Fused Quartz +enderio:block_unholy_dark_fused_glass:0, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:1, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:2, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:3, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:4, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:5, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:6, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:7, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:8, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:9, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:10, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:11, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:12, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:13, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:14, Dark Clear Glass +enderio:block_unholy_dark_fused_glass:15, Dark Clear Glass +enderio:block_pasture_fused_quartz:0, Fused Quartz +enderio:block_pasture_fused_quartz:1, Fused Quartz +enderio:block_pasture_fused_quartz:2, Fused Quartz +enderio:block_pasture_fused_quartz:3, Fused Quartz +enderio:block_pasture_fused_quartz:4, Fused Quartz +enderio:block_pasture_fused_quartz:5, Fused Quartz +enderio:block_pasture_fused_quartz:6, Fused Quartz +enderio:block_pasture_fused_quartz:7, Fused Quartz +enderio:block_pasture_fused_quartz:8, Fused Quartz +enderio:block_pasture_fused_quartz:9, Fused Quartz +enderio:block_pasture_fused_quartz:10, Fused Quartz +enderio:block_pasture_fused_quartz:11, Fused Quartz +enderio:block_pasture_fused_quartz:12, Fused Quartz +enderio:block_pasture_fused_quartz:13, Fused Quartz +enderio:block_pasture_fused_quartz:14, Fused Quartz +enderio:block_pasture_fused_quartz:15, Fused Quartz +enderio:block_pasture_fused_glass:0, Quite Clear Glass +enderio:block_pasture_fused_glass:1, Quite Clear Glass +enderio:block_pasture_fused_glass:2, Quite Clear Glass +enderio:block_pasture_fused_glass:3, Quite Clear Glass +enderio:block_pasture_fused_glass:4, Quite Clear Glass +enderio:block_pasture_fused_glass:5, Quite Clear Glass +enderio:block_pasture_fused_glass:6, Quite Clear Glass +enderio:block_pasture_fused_glass:7, Quite Clear Glass +enderio:block_pasture_fused_glass:8, Quite Clear Glass +enderio:block_pasture_fused_glass:9, Quite Clear Glass +enderio:block_pasture_fused_glass:10, Quite Clear Glass +enderio:block_pasture_fused_glass:11, Quite Clear Glass +enderio:block_pasture_fused_glass:12, Quite Clear Glass +enderio:block_pasture_fused_glass:13, Quite Clear Glass +enderio:block_pasture_fused_glass:14, Quite Clear Glass +enderio:block_pasture_fused_glass:15, Quite Clear Glass +enderio:block_pasture_enlightened_fused_quartz:0, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:1, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:2, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:3, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:4, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:5, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:6, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:7, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:8, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:9, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:10, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:11, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:12, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:13, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:14, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_quartz:15, Enlightened Fused Quartz +enderio:block_pasture_enlightened_fused_glass:0, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:1, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:2, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:3, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:4, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:5, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:6, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:7, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:8, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:9, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:10, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:11, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:12, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:13, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:14, Enlightened Clear Glass +enderio:block_pasture_enlightened_fused_glass:15, Enlightened Clear Glass +enderio:block_pasture_dark_fused_quartz:0, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:1, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:2, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:3, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:4, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:5, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:6, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:7, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:8, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:9, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:10, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:11, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:12, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:13, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:14, Dark Fused Quartz +enderio:block_pasture_dark_fused_quartz:15, Dark Fused Quartz +enderio:block_pasture_dark_fused_glass:0, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:1, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:2, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:3, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:4, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:5, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:6, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:7, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:8, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:9, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:10, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:11, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:12, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:13, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:14, Dark Clear Glass +enderio:block_pasture_dark_fused_glass:15, Dark Clear Glass +enderio:block_not_holy_fused_quartz:0, Fused Quartz +enderio:block_not_holy_fused_quartz:1, Fused Quartz +enderio:block_not_holy_fused_quartz:2, Fused Quartz +enderio:block_not_holy_fused_quartz:3, Fused Quartz +enderio:block_not_holy_fused_quartz:4, Fused Quartz +enderio:block_not_holy_fused_quartz:5, Fused Quartz +enderio:block_not_holy_fused_quartz:6, Fused Quartz +enderio:block_not_holy_fused_quartz:7, Fused Quartz +enderio:block_not_holy_fused_quartz:8, Fused Quartz +enderio:block_not_holy_fused_quartz:9, Fused Quartz +enderio:block_not_holy_fused_quartz:10, Fused Quartz +enderio:block_not_holy_fused_quartz:11, Fused Quartz +enderio:block_not_holy_fused_quartz:12, Fused Quartz +enderio:block_not_holy_fused_quartz:13, Fused Quartz +enderio:block_not_holy_fused_quartz:14, Fused Quartz +enderio:block_not_holy_fused_quartz:15, Fused Quartz +enderio:block_not_holy_fused_glass:0, Quite Clear Glass +enderio:block_not_holy_fused_glass:1, Quite Clear Glass +enderio:block_not_holy_fused_glass:2, Quite Clear Glass +enderio:block_not_holy_fused_glass:3, Quite Clear Glass +enderio:block_not_holy_fused_glass:4, Quite Clear Glass +enderio:block_not_holy_fused_glass:5, Quite Clear Glass +enderio:block_not_holy_fused_glass:6, Quite Clear Glass +enderio:block_not_holy_fused_glass:7, Quite Clear Glass +enderio:block_not_holy_fused_glass:8, Quite Clear Glass +enderio:block_not_holy_fused_glass:9, Quite Clear Glass +enderio:block_not_holy_fused_glass:10, Quite Clear Glass +enderio:block_not_holy_fused_glass:11, Quite Clear Glass +enderio:block_not_holy_fused_glass:12, Quite Clear Glass +enderio:block_not_holy_fused_glass:13, Quite Clear Glass +enderio:block_not_holy_fused_glass:14, Quite Clear Glass +enderio:block_not_holy_fused_glass:15, Quite Clear Glass +enderio:block_not_holy_enlightened_fused_quartz:0, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:1, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:2, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:3, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:4, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:5, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:6, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:7, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:8, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:9, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:10, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:11, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:12, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:13, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:14, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_quartz:15, Enlightened Fused Quartz +enderio:block_not_holy_enlightened_fused_glass:0, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:1, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:2, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:3, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:4, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:5, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:6, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:7, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:8, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:9, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:10, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:11, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:12, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:13, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:14, Enlightened Clear Glass +enderio:block_not_holy_enlightened_fused_glass:15, Enlightened Clear Glass +enderio:block_not_holy_dark_fused_quartz:0, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:1, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:2, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:3, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:4, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:5, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:6, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:7, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:8, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:9, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:10, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:11, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:12, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:13, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:14, Dark Fused Quartz +enderio:block_not_holy_dark_fused_quartz:15, Dark Fused Quartz +enderio:block_not_holy_dark_fused_glass:0, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:1, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:2, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:3, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:4, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:5, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:6, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:7, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:8, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:9, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:10, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:11, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:12, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:13, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:14, Dark Clear Glass +enderio:block_not_holy_dark_fused_glass:15, Dark Clear Glass +enderio:block_not_unholy_fused_quartz:0, Fused Quartz +enderio:block_not_unholy_fused_quartz:1, Fused Quartz +enderio:block_not_unholy_fused_quartz:2, Fused Quartz +enderio:block_not_unholy_fused_quartz:3, Fused Quartz +enderio:block_not_unholy_fused_quartz:4, Fused Quartz +enderio:block_not_unholy_fused_quartz:5, Fused Quartz +enderio:block_not_unholy_fused_quartz:6, Fused Quartz +enderio:block_not_unholy_fused_quartz:7, Fused Quartz +enderio:block_not_unholy_fused_quartz:8, Fused Quartz +enderio:block_not_unholy_fused_quartz:9, Fused Quartz +enderio:block_not_unholy_fused_quartz:10, Fused Quartz +enderio:block_not_unholy_fused_quartz:11, Fused Quartz +enderio:block_not_unholy_fused_quartz:12, Fused Quartz +enderio:block_not_unholy_fused_quartz:13, Fused Quartz +enderio:block_not_unholy_fused_quartz:14, Fused Quartz +enderio:block_not_unholy_fused_quartz:15, Fused Quartz +enderio:block_not_unholy_fused_glass:0, Quite Clear Glass +enderio:block_not_unholy_fused_glass:1, Quite Clear Glass +enderio:block_not_unholy_fused_glass:2, Quite Clear Glass +enderio:block_not_unholy_fused_glass:3, Quite Clear Glass +enderio:block_not_unholy_fused_glass:4, Quite Clear Glass +enderio:block_not_unholy_fused_glass:5, Quite Clear Glass +enderio:block_not_unholy_fused_glass:6, Quite Clear Glass +enderio:block_not_unholy_fused_glass:7, Quite Clear Glass +enderio:block_not_unholy_fused_glass:8, Quite Clear Glass +enderio:block_not_unholy_fused_glass:9, Quite Clear Glass +enderio:block_not_unholy_fused_glass:10, Quite Clear Glass +enderio:block_not_unholy_fused_glass:11, Quite Clear Glass +enderio:block_not_unholy_fused_glass:12, Quite Clear Glass +enderio:block_not_unholy_fused_glass:13, Quite Clear Glass +enderio:block_not_unholy_fused_glass:14, Quite Clear Glass +enderio:block_not_unholy_fused_glass:15, Quite Clear Glass +enderio:block_not_unholy_enlightened_fused_quartz:0, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:1, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:2, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:3, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:4, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:5, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:6, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:7, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:8, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:9, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:10, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:11, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:12, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:13, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:14, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_quartz:15, Enlightened Fused Quartz +enderio:block_not_unholy_enlightened_fused_glass:0, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:1, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:2, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:3, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:4, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:5, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:6, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:7, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:8, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:9, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:10, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:11, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:12, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:13, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:14, Enlightened Clear Glass +enderio:block_not_unholy_enlightened_fused_glass:15, Enlightened Clear Glass +enderio:block_not_unholy_dark_fused_quartz:0, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:1, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:2, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:3, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:4, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:5, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:6, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:7, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:8, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:9, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:10, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:11, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:12, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:13, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:14, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_quartz:15, Dark Fused Quartz +enderio:block_not_unholy_dark_fused_glass:0, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:1, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:2, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:3, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:4, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:5, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:6, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:7, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:8, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:9, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:10, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:11, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:12, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:13, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:14, Dark Clear Glass +enderio:block_not_unholy_dark_fused_glass:15, Dark Clear Glass +enderio:block_not_pasture_fused_quartz:0, Fused Quartz +enderio:block_not_pasture_fused_quartz:1, Fused Quartz +enderio:block_not_pasture_fused_quartz:2, Fused Quartz +enderio:block_not_pasture_fused_quartz:3, Fused Quartz +enderio:block_not_pasture_fused_quartz:4, Fused Quartz +enderio:block_not_pasture_fused_quartz:5, Fused Quartz +enderio:block_not_pasture_fused_quartz:6, Fused Quartz +enderio:block_not_pasture_fused_quartz:7, Fused Quartz +enderio:block_not_pasture_fused_quartz:8, Fused Quartz +enderio:block_not_pasture_fused_quartz:9, Fused Quartz +enderio:block_not_pasture_fused_quartz:10, Fused Quartz +enderio:block_not_pasture_fused_quartz:11, Fused Quartz +enderio:block_not_pasture_fused_quartz:12, Fused Quartz +enderio:block_not_pasture_fused_quartz:13, Fused Quartz +enderio:block_not_pasture_fused_quartz:14, Fused Quartz +enderio:block_not_pasture_fused_quartz:15, Fused Quartz +enderio:block_not_pasture_fused_glass:0, Quite Clear Glass +enderio:block_not_pasture_fused_glass:1, Quite Clear Glass +enderio:block_not_pasture_fused_glass:2, Quite Clear Glass +enderio:block_not_pasture_fused_glass:3, Quite Clear Glass +enderio:block_not_pasture_fused_glass:4, Quite Clear Glass +enderio:block_not_pasture_fused_glass:5, Quite Clear Glass +enderio:block_not_pasture_fused_glass:6, Quite Clear Glass +enderio:block_not_pasture_fused_glass:7, Quite Clear Glass +enderio:block_not_pasture_fused_glass:8, Quite Clear Glass +enderio:block_not_pasture_fused_glass:9, Quite Clear Glass +enderio:block_not_pasture_fused_glass:10, Quite Clear Glass +enderio:block_not_pasture_fused_glass:11, Quite Clear Glass +enderio:block_not_pasture_fused_glass:12, Quite Clear Glass +enderio:block_not_pasture_fused_glass:13, Quite Clear Glass +enderio:block_not_pasture_fused_glass:14, Quite Clear Glass +enderio:block_not_pasture_fused_glass:15, Quite Clear Glass +enderio:block_not_pasture_enlightened_fused_quartz:0, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:1, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:2, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:3, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:4, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:5, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:6, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:7, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:8, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:9, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:10, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:11, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:12, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:13, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:14, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_quartz:15, Enlightened Fused Quartz +enderio:block_not_pasture_enlightened_fused_glass:0, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:1, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:2, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:3, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:4, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:5, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:6, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:7, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:8, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:9, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:10, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:11, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:12, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:13, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:14, Enlightened Clear Glass +enderio:block_not_pasture_enlightened_fused_glass:15, Enlightened Clear Glass +enderio:block_not_pasture_dark_fused_quartz:0, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:1, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:2, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:3, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:4, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:5, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:6, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:7, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:8, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:9, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:10, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:11, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:12, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:13, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:14, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_quartz:15, Dark Fused Quartz +enderio:block_not_pasture_dark_fused_glass:0, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:1, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:2, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:3, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:4, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:5, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:6, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:7, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:8, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:9, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:10, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:11, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:12, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:13, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:14, Dark Clear Glass +enderio:block_not_pasture_dark_fused_glass:15, Dark Clear Glass +enderio:item_soul_vial, Soul Vial +enderio:block_detector_block:0, Block Detector +enderio:block_detector_block_silent:0, Block Detector (Silent) +enderio:item_dark_steel_helmet, Dark Helm +enderio:item_dark_steel_chestplate, Dark Plate +enderio:item_dark_steel_leggings, Dark Leggings +enderio:item_dark_steel_boots, Dark Boots +enderio:item_dark_steel_shield, Dark Shield +enderio:item_dark_steel_sword, The Ender +enderio:item_dark_steel_pickaxe, Dark Pick +enderio:item_dark_steel_axe, Dark Axe +enderio:item_dark_steel_bow, Dark Bow +enderio:item_dark_steel_shears, Dark Shears +enderio:item_dark_steel_treetap, Dark Treetap +enderio:item_dark_steel_crook, Dark Crook +enderio:item_dark_steel_hand, Dark Backhoe +enderio:item_inventory_charger_simple, Simple Inventory Charger +enderio:item_inventory_charger_basic, Basic Inventory Charger +enderio:item_inventory_charger, Inventory Charger +enderio:item_inventory_charger_vibrant, Vibrant Inventory Charger +enderio:item_end_steel_sword, The Ender Mk2 +enderio:item_end_steel_pickaxe, Ender Pickaxe +enderio:item_end_steel_axe, Ender Axe +enderio:item_end_steel_bow, Ender Bow +enderio:item_end_steel_helmet, Ender Helm +enderio:item_end_steel_chestplate, Ender Plate +enderio:item_end_steel_leggings, Ender Leggings +enderio:item_end_steel_boots, Ender Boots +enderio:item_end_steel_shield, Ender Shield +enderio:item_staff_of_levity:0, Staff of Levity +enderio:item_staff_of_levity:0, Staff of Levity +enderio:item_dark_steel_upgrade:0, Blank Dark Steel Upgrade +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Micro Anvil" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Micro Anvil" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Mini Anvil" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Mini Anvil" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Pocket Anvil" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Pocket Anvil" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Carpeting" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Carpeting" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Depth" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Depth" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Direct" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Direct" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Elytra" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Elytra" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered IV" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered IV" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered V" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered V" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Glider" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Glider" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Revealing" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Revealing" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Fork" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Fork" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory I" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory I" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Night Vision" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Night Vision" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Padding" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Padding" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Simple Solar" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Simple Solar" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar I" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar I" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Sound Locator" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Sound Locator" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Spoon" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Spoon" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Step Assist" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Step Assist" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Flippers" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Flippers" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Robe" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Robe" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Boots" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Boots" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Leggings" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Leggings" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive I" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive I" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive II" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive III" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive IV" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive IV" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive V" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive V" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Travel" +enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Travel" +enderio:item_owl_egg, Owl Egg +enderio:block_alloy_endergy:0, Crude Steel Block +enderio:block_alloy_endergy:1, Crystalline Alloy Block +enderio:block_alloy_endergy:2, Melodic Alloy Block +enderio:block_alloy_endergy:3, Stellar Alloy Block +enderio:block_alloy_endergy:4, Crystalline Pink Slime Block +enderio:block_alloy_endergy:5, Energetic Silver Block +enderio:block_alloy_endergy:6, Vivid Alloy Block +enderio:item_alloy_endergy_ingot:0, Crude Steel Ingot +enderio:item_alloy_endergy_ingot:1, Crystalline Alloy Ingot +enderio:item_alloy_endergy_ingot:2, Melodic Alloy Ingot +enderio:item_alloy_endergy_ingot:3, Stellar Alloy Ingot +enderio:item_alloy_endergy_ingot:4, Crystalline Pink Slime Ingot +enderio:item_alloy_endergy_ingot:5, Energetic Silver Ingot +enderio:item_alloy_endergy_ingot:6, Vivid Alloy Ingot +enderio:item_alloy_endergy_nugget:0, Crude Steel Nugget +enderio:item_alloy_endergy_nugget:1, Crystalline Alloy Nugget +enderio:item_alloy_endergy_nugget:2, Melodic Alloy Nugget +enderio:item_alloy_endergy_nugget:3, Stellar Alloy Nugget +enderio:item_alloy_endergy_nugget:4, Crystalline Pink Slime Nugget +enderio:item_alloy_endergy_nugget:5, Energetic Silver Nugget +enderio:item_alloy_endergy_nugget:6, Vivid Alloy Nugget +enderio:item_alloy_endergy_ball:0, Crude Steel Grinding Ball +enderio:item_alloy_endergy_ball:1, Crystalline Alloy Grinding Ball +enderio:item_alloy_endergy_ball:2, Melodic Alloy Grinding Ball +enderio:item_alloy_endergy_ball:3, Stellar Alloy Grinding Ball +enderio:item_alloy_endergy_ball:4, Crystalline Pink Slime Grinding Ball +enderio:item_alloy_endergy_ball:5, Energetic Silver Grinding Ball +enderio:item_alloy_endergy_ball:6, Vivid Alloy Grinding Ball +enderio:item_item_conduit:0, Item Conduit +enderio:item_liquid_conduit:0, Fluid Conduit +enderio:item_liquid_conduit:1, Pressurized Fluid Conduit +enderio:item_liquid_conduit:2, Ender Fluid Conduit +enderio:item_power_conduit:0, Energy Conduit +enderio:item_power_conduit:1, Enhanced Energy Conduit +enderio:item_power_conduit:2, Ender Energy Conduit +enderio:item_redstone_conduit:0, Redstone Conduit +enderio:item_extract_speed_upgrade:0, Extract Speed Upgrade +enderio:item_extract_speed_downgrade:0, Extract Speed Downgrade +enderio:item_me_conduit:0, ME Conduit +enderio:item_me_conduit:1, Dense ME Conduit +enderio:block_simple_furnace, Simple Powered Furnace +enderio:block_simple_alloy_smelter, Simple Alloy Smelter +enderio:block_alloy_smelter, Alloy Smelter +enderio:block_enhanced_alloy_smelter, Enhanced Alloy Smelter +enderio:block_buffer:0, Item Buffer +enderio:block_buffer:1, Power Buffer +enderio:block_buffer:2, Omni Buffer +enderio:block_buffer:3, Creative Buffer +enderio:block_enchanter, Enchanter +enderio:block_farm_station, Farming Station +enderio:block_combustion_generator, Combustion Generator +enderio:block_enhanced_combustion_generator, Enhanced Combustion Generator +enderio:block_simple_stirling_generator, Simple Stirling Generator +enderio:block_stirling_generator, Stirling Generator +enderio:block_zombie_generator, Zombie Generator +enderio:block_franken_zombie_generator, Frank'n'Zombie Generator +enderio:block_ender_generator, Ender Generator +enderio:block_lava_generator, Lava Heat Exchanger +enderio:block_killer_joe, Killer Joe +enderio:block_electric_light:0, Electric Light +enderio:block_electric_light:1, Electric Light (Inverted) +enderio:block_electric_light:2, Light +enderio:block_electric_light:3, Light (Inverted) +enderio:block_electric_light:4, Wireless Light +enderio:block_electric_light:5, Wireless Light (Inverted) +enderio:block_attractor_obelisk, Attractor Obelisk +enderio:block_aversion_obelisk, Aversion Obelisk +enderio:block_inhibitor_obelisk, Inhibitor Obelisk +enderio:block_relocator_obelisk, Relocator Obelisk +enderio:block_weather_obelisk, Weather Obelisk +enderio:block_experience_obelisk, Experience Obelisk +enderio:block_painter, Painting Machine +enderio:block_reservoir, Endervoir +enderio:block_omni_reservoir, Omnivoir +enderio:block_simple_sag_mill, Simple SAG Mill +enderio:block_sag_mill, SAG Mill +enderio:block_enhanced_sag_mill, Enhanced SAG Mill +enderio:block_slice_and_splice, Slice'N'Splice +enderio:block_solar_panel:0, Simple Photovoltaic Cell +enderio:block_solar_panel:1, Photovoltaic Cell +enderio:block_solar_panel:2, Advanced Photovoltaic Cell +enderio:block_solar_panel:3, Vibrant Photovoltaic Cell +enderio:block_soul_binder, Soul Binder +enderio:block_powered_spawner, Powered Spawner +enderio:block_vat, The Vat +enderio:block_enhanced_vat, The Enhanced Vat +enderio:block_simple_wired_charger, Simple Wired Charger +enderio:block_wired_charger, Wired Charger +enderio:block_enhanced_wired_charger, Enhanced Wired Charger +enderio:block_wireless_charger, Wireless Charger +enderio:block_normal_wireless_charger, Wireless Charging Antenna +enderio:block_enhanced_wireless_charger, Enhanced Wireless Charging Antenna +enderio:block_wireless_charger_extension, Wireless Charging Antenna Extension +enderio:block_tank:0, Fluid Tank +enderio:block_tank:1, Pressurized Fluid Tank +enderio:block_transceiver, Dimensional Transceiver +enderio:block_vacuum_chest, Vacuum Chest +enderio:block_xp_vacuum, XP Vacuum +enderio:block_niard, The Niard +enderio:block_travel_anchor, Travel Anchor +enderio:block_tele_pad, Telepad Block +enderio:block_dialing_device, Dialing Device +enderio:block_impulse_hopper, Impulse Hopper +enderio:block_simple_crafter, Simple Crafter +enderio:block_crafter, Crafter +enderio:block_creative_spawner, Creative Spawner +enderio:block_cap_bank:0, Creative Capacitor Bank +enderio:block_cap_bank:1, Basic Capacitor Bank +enderio:block_cap_bank:1, Basic Capacitor Bank +enderio:block_cap_bank:2, Capacitor Bank +enderio:block_cap_bank:2, Capacitor Bank +enderio:block_cap_bank:3, Vibrant Capacitor Bank +enderio:block_cap_bank:3, Vibrant Capacitor Bank +enderio:block_gauge, Energy Gauge +enderio:block_power_monitor, Power Monitor +enderio:block_advanced_power_monitor, Graphical Power Monitor +tconstruct:book, Materials and You +tconstruct:soil:0, Grout +tconstruct:soil:1, Green Slimy Mud +tconstruct:soil:2, Blue Slimy Mud +tconstruct:soil:3, Graveyard Soil +tconstruct:soil:4, Consecrated Soil +tconstruct:soil:5, Slimy Magma Mud +tconstruct:slime:1, Slime Block +tconstruct:slime:2, Slime Block +tconstruct:slime:3, Blood Slime Block +tconstruct:slime:4, Slime Block +tconstruct:slime_congealed:0, Congealed Slime Block +tconstruct:slime_congealed:1, Congealed Slime Block +tconstruct:slime_congealed:2, Congealed Slime Block +tconstruct:slime_congealed:3, Congealed Bloodblock +tconstruct:slime_congealed:4, Congealed Slime Block +tconstruct:ore:0, Cobalt Ore +tconstruct:ore:1, Ardite Ore +tconstruct:firewood:0, Lavawood +tconstruct:firewood:1, Firewood +tconstruct:deco_ground:0, Mud Bricks +tconstruct:clear_glass:0, Clear Glass +tconstruct:clear_stained_glass:0, Clear White Stained Glass +tconstruct:clear_stained_glass:1, Clear Orange Stained Glass +tconstruct:clear_stained_glass:2, Clear Magenta Stained Glass +tconstruct:clear_stained_glass:3, Clear Light Blue Stained Glass +tconstruct:clear_stained_glass:4, Clear Yellow Stained Glass +tconstruct:clear_stained_glass:5, Clear Light Green Stained Glass +tconstruct:clear_stained_glass:6, Clear Pink Stained Glass +tconstruct:clear_stained_glass:7, Clear Gray Stained Glass +tconstruct:clear_stained_glass:8, Clear Light Gray Stained Glass +tconstruct:clear_stained_glass:9, Clear Cyan Stained Glass +tconstruct:clear_stained_glass:10, Clear Purple Stained Glass +tconstruct:clear_stained_glass:11, Clear Blue Stained Glass +tconstruct:clear_stained_glass:12, Clear Brown Stained Glass +tconstruct:clear_stained_glass:13, Clear Green Stained Glass +tconstruct:clear_stained_glass:14, Clear Red Stained Glass +tconstruct:clear_stained_glass:15, Clear Black Stained Glass +tconstruct:deco_ground_slab:0, Mud Bricks Slab +tconstruct:firewood_slab:0, Lavawood Slab +tconstruct:firewood_slab:1, Firewood Slab +tconstruct:mudbrick_stairs:0, Mud Bricks Stairs +tconstruct:firewood_stairs:0, Firewood Stairs +tconstruct:lavawood_stairs:0, Lavawood Stairs +tconstruct:nuggets:0, Cobalt Nugget +tconstruct:nuggets:1, Ardite Nugget +tconstruct:nuggets:2, Manyullyn Nugget +tconstruct:nuggets:3, Knightslime Nugget +tconstruct:nuggets:4, Pigiron Nugget +tconstruct:ingots:0, Cobalt Ingot +tconstruct:ingots:1, Ardite Ingot +tconstruct:ingots:2, Manyullyn Ingot +tconstruct:ingots:3, Knightslime Ingot +tconstruct:ingots:4, Pigiron Ingot +tconstruct:materials:0, Seared Brick +tconstruct:materials:1, Mud Brick +tconstruct:materials:2, Dried Brick +tconstruct:materials:9, Green Slime Crystal +tconstruct:materials:10, Blue Slime Crystal +tconstruct:materials:11, Magma Slime Crystal +tconstruct:materials:12, Expander (Horizontal) +tconstruct:materials:13, Expander (Vertical) +tconstruct:materials:14, Reinforcement +tconstruct:materials:15, Silky Cloth +tconstruct:materials:16, Silky Jewel +tconstruct:materials:17, Necrotic Bone +tconstruct:materials:18, Ball of Moss +tconstruct:materials:19, Mending Moss +tconstruct:materials:50, Creative Modifier +tconstruct:edible:0, Bacon +tconstruct:edible:1, Slimeball +tconstruct:edible:2, Slimeball +tconstruct:edible:3, Coagulated Blood +tconstruct:edible:4, Slimeball +tconstruct:edible:5, Slimeball +tconstruct:edible:10, Monster Jerky +tconstruct:edible:11, Beef Jerky +tconstruct:edible:12, Chicken Jerky +tconstruct:edible:13, Bacon Jerky +tconstruct:edible:14, Mutton Jerky +tconstruct:edible:15, Rabbit Jerky +tconstruct:edible:20, Fish Jerky +tconstruct:edible:21, Salmon Jerky +tconstruct:edible:22, Clownfish Jerky +tconstruct:edible:23, Fugu Jerky +tconstruct:edible:30, Gelatinous Slime Drop +tconstruct:edible:31, Gelatinous Slime Drop +tconstruct:edible:32, Gelatinous Slime Drop +tconstruct:edible:33, Coagulated Blood Drop +tconstruct:edible:34, Gelatinous Slime Drop +tconstruct:metal:0, Block of Cobalt +tconstruct:metal:1, Block of Ardite +tconstruct:metal:2, Block of Manyullyn +tconstruct:metal:3, Block of Knightslime +tconstruct:metal:4, Block of Pigiron +tconstruct:metal:6, Silky Block of Jewel +tconstruct:slime_dirt:0, Green Slimy Dirt +tconstruct:slime_dirt:1, Blue Slimy Dirt +tconstruct:slime_dirt:2, Purple Slimy Dirt +tconstruct:slime_dirt:3, Magma Slimy Dirt +tconstruct:slime_grass:0, Slimy Grass +tconstruct:slime_grass:1, Green Slimy Grass +tconstruct:slime_grass:2, Blue Slimy Grass +tconstruct:slime_grass:3, Purple Slimy Grass +tconstruct:slime_grass:4, Magma Slimy Grass +tconstruct:slime_grass:5, Slimy Grass +tconstruct:slime_grass:6, Green Slimy Grass +tconstruct:slime_grass:7, Blue Slimy Grass +tconstruct:slime_grass:8, Purple Slimy Grass +tconstruct:slime_grass:9, Magma Slimy Grass +tconstruct:slime_grass:10, Slimy Grass +tconstruct:slime_grass:11, Green Slimy Grass +tconstruct:slime_grass:12, Blue Slimy Grass +tconstruct:slime_grass:13, Purple Slimy Grass +tconstruct:slime_grass:14, Magma Slimy Grass +tconstruct:slime_leaves:0, Slimy Leaves +tconstruct:slime_leaves:1, Slimy Leaves +tconstruct:slime_leaves:2, Slimy Leaves +tconstruct:slime_grass_tall:0, Tall Slimy Grass +tconstruct:slime_grass_tall:4, Tall Slimy Grass +tconstruct:slime_grass_tall:8, Tall Slimy Grass +tconstruct:slime_grass_tall:1, Slimy Fern +tconstruct:slime_grass_tall:5, Slimy Fern +tconstruct:slime_grass_tall:9, Slimy Fern +tconstruct:slime_sapling:0, Blue Slime Sapling +tconstruct:slime_sapling:1, Purple Slime Sapling +tconstruct:slime_sapling:2, Magma Slime Sapling +tconstruct:slime_vine_blue_end:0, Blue Slimy Vine +tconstruct:slime_vine_blue_mid:0, Blue Slimy Vine +tconstruct:slime_vine_blue:0, Blue Slimy Vine +tconstruct:slime_vine_purple_end:0, Purple Slimy Vine +tconstruct:slime_vine_purple_mid:0, Purple Slimy Vine +tconstruct:slime_vine_purple:0, Purple Slimy Vine +tconstruct:pattern:0, Blank Pattern +tconstruct:pattern:0, Large Sword Blade Pattern +tconstruct:pattern:0, Shovel Head Pattern +tconstruct:pattern:0, Broad Axe Head Pattern +tconstruct:pattern:0, Pan Pattern +tconstruct:pattern:0, Arrow Shaft Pattern +tconstruct:pattern:0, Tool Rod Pattern +tconstruct:pattern:0, Hand Guard Pattern +tconstruct:pattern:0, Pickaxe Head Pattern +tconstruct:pattern:0, Scythe Head Pattern +tconstruct:pattern:0, Fletching Pattern +tconstruct:pattern:0, Knife Blade Pattern +tconstruct:pattern:0, Axe Head Pattern +tconstruct:pattern:0, Excavator Head Pattern +tconstruct:pattern:0, Large Plate Pattern +tconstruct:pattern:0, Bowlimb Pattern +tconstruct:pattern:0, Tough Binding Pattern +tconstruct:pattern:0, Binding Pattern +tconstruct:pattern:0, Hammer Head Pattern +tconstruct:pattern:0, Kama Head Pattern +tconstruct:pattern:0, Sword Blade Pattern +tconstruct:pattern:0, Sharpening Kit Pattern +tconstruct:pattern:0, Shard Pattern +tconstruct:pattern:0, Bowstring Pattern +tconstruct:pattern:0, Tough Tool Rod Pattern +tconstruct:pattern:0, Arrow Head Pattern +tconstruct:pattern:0, Sign Plate Pattern +tconstruct:pattern:0, Wide Guard Pattern +tconstruct:pattern:0, Cross Guard Pattern +tconstruct:shard:0, Electrical Shard +tconstruct:shard:0, Energetic Shard +tconstruct:shard:0, Vibrant Shard +tconstruct:shard:0, Red Shard +tconstruct:shard:0, Conductive Shard +tconstruct:shard:0, Pulsating Shard +tconstruct:shard:0, Dark Shard +tconstruct:shard:0, Souled Shard +tconstruct:shard:0, Shard of the End +tconstruct:shard:0, Fake-Iron Shard +tconstruct:shard:0, Wooden Shard +tconstruct:shard:0, Stone Shard +tconstruct:shard:0, Flint Shard +tconstruct:shard:0, Cactus Shard +tconstruct:shard:0, Bone Shard +tconstruct:shard:0, Obsidian Shard +tconstruct:shard:0, Prismarine Shard +tconstruct:shard:0, End Shard +tconstruct:shard:0, Paper Shard +tconstruct:shard:0, Sponge Shard +tconstruct:shard:0, Firewood Shard +tconstruct:shard:0, Iron Shard +tconstruct:shard:0, Pig Iron Shard +tconstruct:shard:0, Knightslime Shard +tconstruct:shard:0, Slime Shard +tconstruct:shard:0, Slime Shard +tconstruct:shard:0, Magma Slime Shard +tconstruct:shard:0, Netherrack Shard +tconstruct:shard:0, Cobalt Shard +tconstruct:shard:0, Ardite Shard +tconstruct:shard:0, Manyullyn Shard +tconstruct:shard:0, Copper Shard +tconstruct:shard:0, Bronze Shard +tconstruct:shard:0, Lead Shard +tconstruct:shard:0, Silver Shard +tconstruct:shard:0, Electrum Shard +tconstruct:shard:0, Steel Shard +tconstruct:shard:0, Boron Shard +tconstruct:shard:0, Tough Alloy Shard +tconstruct:shard:0, Hard Carbon Shard +tconstruct:shard:0, Boron Nitride Shard +tconstruct:shard:0, Thorium Shard +tconstruct:shard:0, Uranium Shard +tconstruct:shard:0, Magnesium Shard +tconstruct:shard:0, Chocolate Shard +tconstruct:sharpening_kit:0, Electrical Sharpening Kit +tconstruct:sharpening_kit:0, Energetic Sharpening Kit +tconstruct:sharpening_kit:0, Vibrant Sharpening Kit +tconstruct:sharpening_kit:0, Red Sharpening Kit +tconstruct:sharpening_kit:0, Conductive Sharpening Kit +tconstruct:sharpening_kit:0, Pulsating Sharpening Kit +tconstruct:sharpening_kit:0, Dark Sharpening Kit +tconstruct:sharpening_kit:0, Souled Sharpening Kit +tconstruct:sharpening_kit:0, Sharpening Kit of the End +tconstruct:sharpening_kit:0, Fake-Iron Sharpening Kit +tconstruct:sharpening_kit:0, Wooden Sharpening Kit +tconstruct:sharpening_kit:0, Stone Sharpening Kit +tconstruct:sharpening_kit:0, Flint Sharpening Kit +tconstruct:sharpening_kit:0, Cactus Sharpening Kit +tconstruct:sharpening_kit:0, Bone Sharpening Kit +tconstruct:sharpening_kit:0, Obsidian Sharpening Kit +tconstruct:sharpening_kit:0, Prismarine Sharpening Kit +tconstruct:sharpening_kit:0, End Sharpening Kit +tconstruct:sharpening_kit:0, Paper Sharpening Kit +tconstruct:sharpening_kit:0, Sponge Sharpening Kit +tconstruct:sharpening_kit:0, Firewood Sharpening Kit +tconstruct:sharpening_kit:0, Iron Sharpening Kit +tconstruct:sharpening_kit:0, Pig Iron Sharpening Kit +tconstruct:sharpening_kit:0, Knightslime Sharpening Kit +tconstruct:sharpening_kit:0, Slime Sharpening Kit +tconstruct:sharpening_kit:0, Slime Sharpening Kit +tconstruct:sharpening_kit:0, Magma Slime Sharpening Kit +tconstruct:sharpening_kit:0, Netherrack Sharpening Kit +tconstruct:sharpening_kit:0, Cobalt Sharpening Kit +tconstruct:sharpening_kit:0, Ardite Sharpening Kit +tconstruct:sharpening_kit:0, Manyullyn Sharpening Kit +tconstruct:sharpening_kit:0, Copper Sharpening Kit +tconstruct:sharpening_kit:0, Bronze Sharpening Kit +tconstruct:sharpening_kit:0, Lead Sharpening Kit +tconstruct:sharpening_kit:0, Silver Sharpening Kit +tconstruct:sharpening_kit:0, Electrum Sharpening Kit +tconstruct:sharpening_kit:0, Steel Sharpening Kit +tconstruct:sharpening_kit:0, Boron Sharpening Kit +tconstruct:sharpening_kit:0, Tough Alloy Sharpening Kit +tconstruct:sharpening_kit:0, Hard Carbon Sharpening Kit +tconstruct:sharpening_kit:0, Boron Nitride Sharpening Kit +tconstruct:sharpening_kit:0, Thorium Sharpening Kit +tconstruct:sharpening_kit:0, Uranium Sharpening Kit +tconstruct:sharpening_kit:0, Magnesium Sharpening Kit +tconstruct:sharpening_kit:0, Chocolate Sharpening Kit +tconstruct:pick_head:0, Electrical Pickaxe Head +tconstruct:pick_head:0, Energetic Pickaxe Head +tconstruct:pick_head:0, Vibrant Pickaxe Head +tconstruct:pick_head:0, Red Pickaxe Head +tconstruct:pick_head:0, Conductive Pickaxe Head +tconstruct:pick_head:0, Pulsating Pickaxe Head +tconstruct:pick_head:0, Dark Pickaxe Head +tconstruct:pick_head:0, Souled Pickaxe Head +tconstruct:pick_head:0, Pickaxe Head of the End +tconstruct:pick_head:0, Fake-Iron Pickaxe Head +tconstruct:pick_head:0, Wooden Pickaxe Head +tconstruct:pick_head:0, Stone Pickaxe Head +tconstruct:pick_head:0, Flint Pickaxe Head +tconstruct:pick_head:0, Cactus Pickaxe Head +tconstruct:pick_head:0, Bone Pickaxe Head +tconstruct:pick_head:0, Obsidian Pickaxe Head +tconstruct:pick_head:0, Prismarine Pickaxe Head +tconstruct:pick_head:0, End Pickaxe Head +tconstruct:pick_head:0, Paper Pickaxe Head +tconstruct:pick_head:0, Sponge Pickaxe Head +tconstruct:pick_head:0, Firewood Pickaxe Head +tconstruct:pick_head:0, Iron Pickaxe Head +tconstruct:pick_head:0, Pig Iron Pickaxe Head +tconstruct:pick_head:0, Knightslime Pickaxe Head +tconstruct:pick_head:0, Slime Pickaxe Head +tconstruct:pick_head:0, Slime Pickaxe Head +tconstruct:pick_head:0, Magma Slime Pickaxe Head +tconstruct:pick_head:0, Netherrack Pickaxe Head +tconstruct:pick_head:0, Cobalt Pickaxe Head +tconstruct:pick_head:0, Ardite Pickaxe Head +tconstruct:pick_head:0, Manyullyn Pickaxe Head +tconstruct:pick_head:0, Copper Pickaxe Head +tconstruct:pick_head:0, Bronze Pickaxe Head +tconstruct:pick_head:0, Lead Pickaxe Head +tconstruct:pick_head:0, Silver Pickaxe Head +tconstruct:pick_head:0, Electrum Pickaxe Head +tconstruct:pick_head:0, Steel Pickaxe Head +tconstruct:pick_head:0, Boron Pickaxe Head +tconstruct:pick_head:0, Tough Alloy Pickaxe Head +tconstruct:pick_head:0, Hard Carbon Pickaxe Head +tconstruct:pick_head:0, Boron Nitride Pickaxe Head +tconstruct:pick_head:0, Thorium Pickaxe Head +tconstruct:pick_head:0, Uranium Pickaxe Head +tconstruct:pick_head:0, Magnesium Pickaxe Head +tconstruct:pick_head:0, Chocolate Pickaxe Head +tconstruct:shovel_head:0, Electrical Shovel Head +tconstruct:shovel_head:0, Energetic Shovel Head +tconstruct:shovel_head:0, Vibrant Shovel Head +tconstruct:shovel_head:0, Red Shovel Head +tconstruct:shovel_head:0, Conductive Shovel Head +tconstruct:shovel_head:0, Pulsating Shovel Head +tconstruct:shovel_head:0, Dark Shovel Head +tconstruct:shovel_head:0, Souled Shovel Head +tconstruct:shovel_head:0, Shovel Head of the End +tconstruct:shovel_head:0, Fake-Iron Shovel Head +tconstruct:shovel_head:0, Wooden Shovel Head +tconstruct:shovel_head:0, Stone Shovel Head +tconstruct:shovel_head:0, Flint Shovel Head +tconstruct:shovel_head:0, Cactus Shovel Head +tconstruct:shovel_head:0, Bone Shovel Head +tconstruct:shovel_head:0, Obsidian Shovel Head +tconstruct:shovel_head:0, Prismarine Shovel Head +tconstruct:shovel_head:0, End Shovel Head +tconstruct:shovel_head:0, Paper Shovel Head +tconstruct:shovel_head:0, Sponge Shovel Head +tconstruct:shovel_head:0, Firewood Shovel Head +tconstruct:shovel_head:0, Iron Shovel Head +tconstruct:shovel_head:0, Pig Iron Shovel Head +tconstruct:shovel_head:0, Knightslime Shovel Head +tconstruct:shovel_head:0, Slime Shovel Head +tconstruct:shovel_head:0, Slime Shovel Head +tconstruct:shovel_head:0, Magma Slime Shovel Head +tconstruct:shovel_head:0, Netherrack Shovel Head +tconstruct:shovel_head:0, Cobalt Shovel Head +tconstruct:shovel_head:0, Ardite Shovel Head +tconstruct:shovel_head:0, Manyullyn Shovel Head +tconstruct:shovel_head:0, Copper Shovel Head +tconstruct:shovel_head:0, Bronze Shovel Head +tconstruct:shovel_head:0, Lead Shovel Head +tconstruct:shovel_head:0, Silver Shovel Head +tconstruct:shovel_head:0, Electrum Shovel Head +tconstruct:shovel_head:0, Steel Shovel Head +tconstruct:shovel_head:0, Boron Shovel Head +tconstruct:shovel_head:0, Tough Alloy Shovel Head +tconstruct:shovel_head:0, Hard Carbon Shovel Head +tconstruct:shovel_head:0, Boron Nitride Shovel Head +tconstruct:shovel_head:0, Thorium Shovel Head +tconstruct:shovel_head:0, Uranium Shovel Head +tconstruct:shovel_head:0, Magnesium Shovel Head +tconstruct:shovel_head:0, Chocolate Shovel Head +tconstruct:axe_head:0, Electrical Axe Head +tconstruct:axe_head:0, Energetic Axe Head +tconstruct:axe_head:0, Vibrant Axe Head +tconstruct:axe_head:0, Red Axe Head +tconstruct:axe_head:0, Conductive Axe Head +tconstruct:axe_head:0, Pulsating Axe Head +tconstruct:axe_head:0, Dark Axe Head +tconstruct:axe_head:0, Souled Axe Head +tconstruct:axe_head:0, Axe Head of the End +tconstruct:axe_head:0, Fake-Iron Axe Head +tconstruct:axe_head:0, Wooden Axe Head +tconstruct:axe_head:0, Stone Axe Head +tconstruct:axe_head:0, Flint Axe Head +tconstruct:axe_head:0, Cactus Axe Head +tconstruct:axe_head:0, Bone Axe Head +tconstruct:axe_head:0, Obsidian Axe Head +tconstruct:axe_head:0, Prismarine Axe Head +tconstruct:axe_head:0, End Axe Head +tconstruct:axe_head:0, Paper Axe Head +tconstruct:axe_head:0, Sponge Axe Head +tconstruct:axe_head:0, Firewood Axe Head +tconstruct:axe_head:0, Iron Axe Head +tconstruct:axe_head:0, Pig Iron Axe Head +tconstruct:axe_head:0, Knightslime Axe Head +tconstruct:axe_head:0, Slime Axe Head +tconstruct:axe_head:0, Slime Axe Head +tconstruct:axe_head:0, Magma Slime Axe Head +tconstruct:axe_head:0, Netherrack Axe Head +tconstruct:axe_head:0, Cobalt Axe Head +tconstruct:axe_head:0, Ardite Axe Head +tconstruct:axe_head:0, Manyullyn Axe Head +tconstruct:axe_head:0, Copper Axe Head +tconstruct:axe_head:0, Bronze Axe Head +tconstruct:axe_head:0, Lead Axe Head +tconstruct:axe_head:0, Silver Axe Head +tconstruct:axe_head:0, Electrum Axe Head +tconstruct:axe_head:0, Steel Axe Head +tconstruct:axe_head:0, Boron Axe Head +tconstruct:axe_head:0, Tough Alloy Axe Head +tconstruct:axe_head:0, Hard Carbon Axe Head +tconstruct:axe_head:0, Boron Nitride Axe Head +tconstruct:axe_head:0, Thorium Axe Head +tconstruct:axe_head:0, Uranium Axe Head +tconstruct:axe_head:0, Magnesium Axe Head +tconstruct:axe_head:0, Chocolate Axe Head +tconstruct:broad_axe_head:0, Electrical Broad Axe Head +tconstruct:broad_axe_head:0, Energetic Broad Axe Head +tconstruct:broad_axe_head:0, Vibrant Broad Axe Head +tconstruct:broad_axe_head:0, Red Broad Axe Head +tconstruct:broad_axe_head:0, Conductive Broad Axe Head +tconstruct:broad_axe_head:0, Pulsating Broad Axe Head +tconstruct:broad_axe_head:0, Dark Broad Axe Head +tconstruct:broad_axe_head:0, Souled Broad Axe Head +tconstruct:broad_axe_head:0, Broad Axe Head of the End +tconstruct:broad_axe_head:0, Fake-Iron Broad Axe Head +tconstruct:broad_axe_head:0, Wooden Broad Axe Head +tconstruct:broad_axe_head:0, Stone Broad Axe Head +tconstruct:broad_axe_head:0, Flint Broad Axe Head +tconstruct:broad_axe_head:0, Cactus Broad Axe Head +tconstruct:broad_axe_head:0, Bone Broad Axe Head +tconstruct:broad_axe_head:0, Obsidian Broad Axe Head +tconstruct:broad_axe_head:0, Prismarine Broad Axe Head +tconstruct:broad_axe_head:0, End Broad Axe Head +tconstruct:broad_axe_head:0, Paper Broad Axe Head +tconstruct:broad_axe_head:0, Sponge Broad Axe Head +tconstruct:broad_axe_head:0, Firewood Broad Axe Head +tconstruct:broad_axe_head:0, Iron Broad Axe Head +tconstruct:broad_axe_head:0, Pig Iron Broad Axe Head +tconstruct:broad_axe_head:0, Knightslime Broad Axe Head +tconstruct:broad_axe_head:0, Slime Broad Axe Head +tconstruct:broad_axe_head:0, Slime Broad Axe Head +tconstruct:broad_axe_head:0, Magma Slime Broad Axe Head +tconstruct:broad_axe_head:0, Netherrack Broad Axe Head +tconstruct:broad_axe_head:0, Cobalt Broad Axe Head +tconstruct:broad_axe_head:0, Ardite Broad Axe Head +tconstruct:broad_axe_head:0, Manyullyn Broad Axe Head +tconstruct:broad_axe_head:0, Copper Broad Axe Head +tconstruct:broad_axe_head:0, Bronze Broad Axe Head +tconstruct:broad_axe_head:0, Lead Broad Axe Head +tconstruct:broad_axe_head:0, Silver Broad Axe Head +tconstruct:broad_axe_head:0, Electrum Broad Axe Head +tconstruct:broad_axe_head:0, Steel Broad Axe Head +tconstruct:broad_axe_head:0, Boron Broad Axe Head +tconstruct:broad_axe_head:0, Tough Alloy Broad Axe Head +tconstruct:broad_axe_head:0, Hard Carbon Broad Axe Head +tconstruct:broad_axe_head:0, Boron Nitride Broad Axe Head +tconstruct:broad_axe_head:0, Thorium Broad Axe Head +tconstruct:broad_axe_head:0, Uranium Broad Axe Head +tconstruct:broad_axe_head:0, Magnesium Broad Axe Head +tconstruct:broad_axe_head:0, Chocolate Broad Axe Head +tconstruct:sword_blade:0, Electrical Sword Blade +tconstruct:sword_blade:0, Energetic Sword Blade +tconstruct:sword_blade:0, Vibrant Sword Blade +tconstruct:sword_blade:0, Red Sword Blade +tconstruct:sword_blade:0, Conductive Sword Blade +tconstruct:sword_blade:0, Pulsating Sword Blade +tconstruct:sword_blade:0, Dark Sword Blade +tconstruct:sword_blade:0, Souled Sword Blade +tconstruct:sword_blade:0, Sword Blade of the End +tconstruct:sword_blade:0, Fake-Iron Sword Blade +tconstruct:sword_blade:0, Wooden Sword Blade +tconstruct:sword_blade:0, Stone Sword Blade +tconstruct:sword_blade:0, Flint Sword Blade +tconstruct:sword_blade:0, Cactus Sword Blade +tconstruct:sword_blade:0, Bone Sword Blade +tconstruct:sword_blade:0, Obsidian Sword Blade +tconstruct:sword_blade:0, Prismarine Sword Blade +tconstruct:sword_blade:0, End Sword Blade +tconstruct:sword_blade:0, Paper Sword Blade +tconstruct:sword_blade:0, Sponge Sword Blade +tconstruct:sword_blade:0, Firewood Sword Blade +tconstruct:sword_blade:0, Iron Sword Blade +tconstruct:sword_blade:0, Pig Iron Sword Blade +tconstruct:sword_blade:0, Knightslime Sword Blade +tconstruct:sword_blade:0, Slime Sword Blade +tconstruct:sword_blade:0, Slime Sword Blade +tconstruct:sword_blade:0, Magma Slime Sword Blade +tconstruct:sword_blade:0, Netherrack Sword Blade +tconstruct:sword_blade:0, Cobalt Sword Blade +tconstruct:sword_blade:0, Ardite Sword Blade +tconstruct:sword_blade:0, Manyullyn Sword Blade +tconstruct:sword_blade:0, Copper Sword Blade +tconstruct:sword_blade:0, Bronze Sword Blade +tconstruct:sword_blade:0, Lead Sword Blade +tconstruct:sword_blade:0, Silver Sword Blade +tconstruct:sword_blade:0, Electrum Sword Blade +tconstruct:sword_blade:0, Steel Sword Blade +tconstruct:sword_blade:0, Boron Sword Blade +tconstruct:sword_blade:0, Tough Alloy Sword Blade +tconstruct:sword_blade:0, Hard Carbon Sword Blade +tconstruct:sword_blade:0, Boron Nitride Sword Blade +tconstruct:sword_blade:0, Thorium Sword Blade +tconstruct:sword_blade:0, Uranium Sword Blade +tconstruct:sword_blade:0, Magnesium Sword Blade +tconstruct:sword_blade:0, Chocolate Sword Blade +tconstruct:large_sword_blade:0, Electrical Large Sword Blade +tconstruct:large_sword_blade:0, Energetic Large Sword Blade +tconstruct:large_sword_blade:0, Vibrant Large Sword Blade +tconstruct:large_sword_blade:0, Red Large Sword Blade +tconstruct:large_sword_blade:0, Conductive Large Sword Blade +tconstruct:large_sword_blade:0, Pulsating Large Sword Blade +tconstruct:large_sword_blade:0, Dark Large Sword Blade +tconstruct:large_sword_blade:0, Souled Large Sword Blade +tconstruct:large_sword_blade:0, Large Sword Blade of the End +tconstruct:large_sword_blade:0, Fake-Iron Large Sword Blade +tconstruct:large_sword_blade:0, Wooden Large Sword Blade +tconstruct:large_sword_blade:0, Stone Large Sword Blade +tconstruct:large_sword_blade:0, Flint Large Sword Blade +tconstruct:large_sword_blade:0, Cactus Large Sword Blade +tconstruct:large_sword_blade:0, Bone Large Sword Blade +tconstruct:large_sword_blade:0, Obsidian Large Sword Blade +tconstruct:large_sword_blade:0, Prismarine Large Sword Blade +tconstruct:large_sword_blade:0, End Large Sword Blade +tconstruct:large_sword_blade:0, Paper Large Sword Blade +tconstruct:large_sword_blade:0, Sponge Large Sword Blade +tconstruct:large_sword_blade:0, Firewood Large Sword Blade +tconstruct:large_sword_blade:0, Iron Large Sword Blade +tconstruct:large_sword_blade:0, Pig Iron Large Sword Blade +tconstruct:large_sword_blade:0, Knightslime Large Sword Blade +tconstruct:large_sword_blade:0, Slime Large Sword Blade +tconstruct:large_sword_blade:0, Slime Large Sword Blade +tconstruct:large_sword_blade:0, Magma Slime Large Sword Blade +tconstruct:large_sword_blade:0, Netherrack Large Sword Blade +tconstruct:large_sword_blade:0, Cobalt Large Sword Blade +tconstruct:large_sword_blade:0, Ardite Large Sword Blade +tconstruct:large_sword_blade:0, Manyullyn Large Sword Blade +tconstruct:large_sword_blade:0, Copper Large Sword Blade +tconstruct:large_sword_blade:0, Bronze Large Sword Blade +tconstruct:large_sword_blade:0, Lead Large Sword Blade +tconstruct:large_sword_blade:0, Silver Large Sword Blade +tconstruct:large_sword_blade:0, Electrum Large Sword Blade +tconstruct:large_sword_blade:0, Steel Large Sword Blade +tconstruct:large_sword_blade:0, Boron Large Sword Blade +tconstruct:large_sword_blade:0, Tough Alloy Large Sword Blade +tconstruct:large_sword_blade:0, Hard Carbon Large Sword Blade +tconstruct:large_sword_blade:0, Boron Nitride Large Sword Blade +tconstruct:large_sword_blade:0, Thorium Large Sword Blade +tconstruct:large_sword_blade:0, Uranium Large Sword Blade +tconstruct:large_sword_blade:0, Magnesium Large Sword Blade +tconstruct:large_sword_blade:0, Chocolate Large Sword Blade +tconstruct:hammer_head:0, Electrical Hammer Head +tconstruct:hammer_head:0, Energetic Hammer Head +tconstruct:hammer_head:0, Vibrant Hammer Head +tconstruct:hammer_head:0, Red Hammer Head +tconstruct:hammer_head:0, Conductive Hammer Head +tconstruct:hammer_head:0, Pulsating Hammer Head +tconstruct:hammer_head:0, Dark Hammer Head +tconstruct:hammer_head:0, Souled Hammer Head +tconstruct:hammer_head:0, Hammer Head of the End +tconstruct:hammer_head:0, Fake-Iron Hammer Head +tconstruct:hammer_head:0, Wooden Hammer Head +tconstruct:hammer_head:0, Stone Hammer Head +tconstruct:hammer_head:0, Flint Hammer Head +tconstruct:hammer_head:0, Cactus Hammer Head +tconstruct:hammer_head:0, Bone Hammer Head +tconstruct:hammer_head:0, Obsidian Hammer Head +tconstruct:hammer_head:0, Prismarine Hammer Head +tconstruct:hammer_head:0, End Hammer Head +tconstruct:hammer_head:0, Paper Hammer Head +tconstruct:hammer_head:0, Sponge Hammer Head +tconstruct:hammer_head:0, Firewood Hammer Head +tconstruct:hammer_head:0, Iron Hammer Head +tconstruct:hammer_head:0, Pig Iron Hammer Head +tconstruct:hammer_head:0, Knightslime Hammer Head +tconstruct:hammer_head:0, Slime Hammer Head +tconstruct:hammer_head:0, Slime Hammer Head +tconstruct:hammer_head:0, Magma Slime Hammer Head +tconstruct:hammer_head:0, Netherrack Hammer Head +tconstruct:hammer_head:0, Cobalt Hammer Head +tconstruct:hammer_head:0, Ardite Hammer Head +tconstruct:hammer_head:0, Manyullyn Hammer Head +tconstruct:hammer_head:0, Copper Hammer Head +tconstruct:hammer_head:0, Bronze Hammer Head +tconstruct:hammer_head:0, Lead Hammer Head +tconstruct:hammer_head:0, Silver Hammer Head +tconstruct:hammer_head:0, Electrum Hammer Head +tconstruct:hammer_head:0, Steel Hammer Head +tconstruct:hammer_head:0, Boron Hammer Head +tconstruct:hammer_head:0, Tough Alloy Hammer Head +tconstruct:hammer_head:0, Hard Carbon Hammer Head +tconstruct:hammer_head:0, Boron Nitride Hammer Head +tconstruct:hammer_head:0, Thorium Hammer Head +tconstruct:hammer_head:0, Uranium Hammer Head +tconstruct:hammer_head:0, Magnesium Hammer Head +tconstruct:hammer_head:0, Chocolate Hammer Head +tconstruct:excavator_head:0, Electrical Excavator Head +tconstruct:excavator_head:0, Energetic Excavator Head +tconstruct:excavator_head:0, Vibrant Excavator Head +tconstruct:excavator_head:0, Red Excavator Head +tconstruct:excavator_head:0, Conductive Excavator Head +tconstruct:excavator_head:0, Pulsating Excavator Head +tconstruct:excavator_head:0, Dark Excavator Head +tconstruct:excavator_head:0, Souled Excavator Head +tconstruct:excavator_head:0, Excavator Head of the End +tconstruct:excavator_head:0, Fake-Iron Excavator Head +tconstruct:excavator_head:0, Wooden Excavator Head +tconstruct:excavator_head:0, Stone Excavator Head +tconstruct:excavator_head:0, Flint Excavator Head +tconstruct:excavator_head:0, Cactus Excavator Head +tconstruct:excavator_head:0, Bone Excavator Head +tconstruct:excavator_head:0, Obsidian Excavator Head +tconstruct:excavator_head:0, Prismarine Excavator Head +tconstruct:excavator_head:0, End Excavator Head +tconstruct:excavator_head:0, Paper Excavator Head +tconstruct:excavator_head:0, Sponge Excavator Head +tconstruct:excavator_head:0, Firewood Excavator Head +tconstruct:excavator_head:0, Iron Excavator Head +tconstruct:excavator_head:0, Pig Iron Excavator Head +tconstruct:excavator_head:0, Knightslime Excavator Head +tconstruct:excavator_head:0, Slime Excavator Head +tconstruct:excavator_head:0, Slime Excavator Head +tconstruct:excavator_head:0, Magma Slime Excavator Head +tconstruct:excavator_head:0, Netherrack Excavator Head +tconstruct:excavator_head:0, Cobalt Excavator Head +tconstruct:excavator_head:0, Ardite Excavator Head +tconstruct:excavator_head:0, Manyullyn Excavator Head +tconstruct:excavator_head:0, Copper Excavator Head +tconstruct:excavator_head:0, Bronze Excavator Head +tconstruct:excavator_head:0, Lead Excavator Head +tconstruct:excavator_head:0, Silver Excavator Head +tconstruct:excavator_head:0, Electrum Excavator Head +tconstruct:excavator_head:0, Steel Excavator Head +tconstruct:excavator_head:0, Boron Excavator Head +tconstruct:excavator_head:0, Tough Alloy Excavator Head +tconstruct:excavator_head:0, Hard Carbon Excavator Head +tconstruct:excavator_head:0, Boron Nitride Excavator Head +tconstruct:excavator_head:0, Thorium Excavator Head +tconstruct:excavator_head:0, Uranium Excavator Head +tconstruct:excavator_head:0, Magnesium Excavator Head +tconstruct:excavator_head:0, Chocolate Excavator Head +tconstruct:kama_head:0, Electrical Kama Head +tconstruct:kama_head:0, Energetic Kama Head +tconstruct:kama_head:0, Vibrant Kama Head +tconstruct:kama_head:0, Red Kama Head +tconstruct:kama_head:0, Conductive Kama Head +tconstruct:kama_head:0, Pulsating Kama Head +tconstruct:kama_head:0, Dark Kama Head +tconstruct:kama_head:0, Souled Kama Head +tconstruct:kama_head:0, Kama Head of the End +tconstruct:kama_head:0, Fake-Iron Kama Head +tconstruct:kama_head:0, Wooden Kama Head +tconstruct:kama_head:0, Stone Kama Head +tconstruct:kama_head:0, Flint Kama Head +tconstruct:kama_head:0, Cactus Kama Head +tconstruct:kama_head:0, Bone Kama Head +tconstruct:kama_head:0, Obsidian Kama Head +tconstruct:kama_head:0, Prismarine Kama Head +tconstruct:kama_head:0, End Kama Head +tconstruct:kama_head:0, Paper Kama Head +tconstruct:kama_head:0, Sponge Kama Head +tconstruct:kama_head:0, Firewood Kama Head +tconstruct:kama_head:0, Iron Kama Head +tconstruct:kama_head:0, Pig Iron Kama Head +tconstruct:kama_head:0, Knightslime Kama Head +tconstruct:kama_head:0, Slime Kama Head +tconstruct:kama_head:0, Slime Kama Head +tconstruct:kama_head:0, Magma Slime Kama Head +tconstruct:kama_head:0, Netherrack Kama Head +tconstruct:kama_head:0, Cobalt Kama Head +tconstruct:kama_head:0, Ardite Kama Head +tconstruct:kama_head:0, Manyullyn Kama Head +tconstruct:kama_head:0, Copper Kama Head +tconstruct:kama_head:0, Bronze Kama Head +tconstruct:kama_head:0, Lead Kama Head +tconstruct:kama_head:0, Silver Kama Head +tconstruct:kama_head:0, Electrum Kama Head +tconstruct:kama_head:0, Steel Kama Head +tconstruct:kama_head:0, Boron Kama Head +tconstruct:kama_head:0, Tough Alloy Kama Head +tconstruct:kama_head:0, Hard Carbon Kama Head +tconstruct:kama_head:0, Boron Nitride Kama Head +tconstruct:kama_head:0, Thorium Kama Head +tconstruct:kama_head:0, Uranium Kama Head +tconstruct:kama_head:0, Magnesium Kama Head +tconstruct:kama_head:0, Chocolate Kama Head +tconstruct:scythe_head:0, Electrical Scythe Head +tconstruct:scythe_head:0, Energetic Scythe Head +tconstruct:scythe_head:0, Vibrant Scythe Head +tconstruct:scythe_head:0, Red Scythe Head +tconstruct:scythe_head:0, Conductive Scythe Head +tconstruct:scythe_head:0, Pulsating Scythe Head +tconstruct:scythe_head:0, Dark Scythe Head +tconstruct:scythe_head:0, Souled Scythe Head +tconstruct:scythe_head:0, Scythe Head of the End +tconstruct:scythe_head:0, Fake-Iron Scythe Head +tconstruct:scythe_head:0, Wooden Scythe Head +tconstruct:scythe_head:0, Stone Scythe Head +tconstruct:scythe_head:0, Flint Scythe Head +tconstruct:scythe_head:0, Cactus Scythe Head +tconstruct:scythe_head:0, Bone Scythe Head +tconstruct:scythe_head:0, Obsidian Scythe Head +tconstruct:scythe_head:0, Prismarine Scythe Head +tconstruct:scythe_head:0, End Scythe Head +tconstruct:scythe_head:0, Paper Scythe Head +tconstruct:scythe_head:0, Sponge Scythe Head +tconstruct:scythe_head:0, Firewood Scythe Head +tconstruct:scythe_head:0, Iron Scythe Head +tconstruct:scythe_head:0, Pig Iron Scythe Head +tconstruct:scythe_head:0, Knightslime Scythe Head +tconstruct:scythe_head:0, Slime Scythe Head +tconstruct:scythe_head:0, Slime Scythe Head +tconstruct:scythe_head:0, Magma Slime Scythe Head +tconstruct:scythe_head:0, Netherrack Scythe Head +tconstruct:scythe_head:0, Cobalt Scythe Head +tconstruct:scythe_head:0, Ardite Scythe Head +tconstruct:scythe_head:0, Manyullyn Scythe Head +tconstruct:scythe_head:0, Copper Scythe Head +tconstruct:scythe_head:0, Bronze Scythe Head +tconstruct:scythe_head:0, Lead Scythe Head +tconstruct:scythe_head:0, Silver Scythe Head +tconstruct:scythe_head:0, Electrum Scythe Head +tconstruct:scythe_head:0, Steel Scythe Head +tconstruct:scythe_head:0, Boron Scythe Head +tconstruct:scythe_head:0, Tough Alloy Scythe Head +tconstruct:scythe_head:0, Hard Carbon Scythe Head +tconstruct:scythe_head:0, Boron Nitride Scythe Head +tconstruct:scythe_head:0, Thorium Scythe Head +tconstruct:scythe_head:0, Uranium Scythe Head +tconstruct:scythe_head:0, Magnesium Scythe Head +tconstruct:scythe_head:0, Chocolate Scythe Head +tconstruct:pan_head:0, Electrical Pan +tconstruct:pan_head:0, Energetic Pan +tconstruct:pan_head:0, Vibrant Pan +tconstruct:pan_head:0, Red Pan +tconstruct:pan_head:0, Conductive Pan +tconstruct:pan_head:0, Pulsating Pan +tconstruct:pan_head:0, Dark Pan +tconstruct:pan_head:0, Souled Pan +tconstruct:pan_head:0, Pan of the End +tconstruct:pan_head:0, Fake-Iron Pan +tconstruct:pan_head:0, Wooden Pan +tconstruct:pan_head:0, Stone Pan +tconstruct:pan_head:0, Flint Pan +tconstruct:pan_head:0, Cactus Pan +tconstruct:pan_head:0, Bone Pan +tconstruct:pan_head:0, Obsidian Pan +tconstruct:pan_head:0, Prismarine Pan +tconstruct:pan_head:0, End Pan +tconstruct:pan_head:0, Paper Pan +tconstruct:pan_head:0, Sponge Pan +tconstruct:pan_head:0, Firewood Pan +tconstruct:pan_head:0, Iron Pan +tconstruct:pan_head:0, Pig Iron Pan +tconstruct:pan_head:0, Knightslime Pan +tconstruct:pan_head:0, Slime Pan +tconstruct:pan_head:0, Slime Pan +tconstruct:pan_head:0, Magma Slime Pan +tconstruct:pan_head:0, Netherrack Pan +tconstruct:pan_head:0, Cobalt Pan +tconstruct:pan_head:0, Ardite Pan +tconstruct:pan_head:0, Manyullyn Pan +tconstruct:pan_head:0, Copper Pan +tconstruct:pan_head:0, Bronze Pan +tconstruct:pan_head:0, Lead Pan +tconstruct:pan_head:0, Silver Pan +tconstruct:pan_head:0, Electrum Pan +tconstruct:pan_head:0, Steel Pan +tconstruct:pan_head:0, Boron Pan +tconstruct:pan_head:0, Tough Alloy Pan +tconstruct:pan_head:0, Hard Carbon Pan +tconstruct:pan_head:0, Boron Nitride Pan +tconstruct:pan_head:0, Thorium Pan +tconstruct:pan_head:0, Uranium Pan +tconstruct:pan_head:0, Magnesium Pan +tconstruct:pan_head:0, Chocolate Pan +tconstruct:sign_head:0, Electrical Sign Plate +tconstruct:sign_head:0, Energetic Sign Plate +tconstruct:sign_head:0, Vibrant Sign Plate +tconstruct:sign_head:0, Red Sign Plate +tconstruct:sign_head:0, Conductive Sign Plate +tconstruct:sign_head:0, Pulsating Sign Plate +tconstruct:sign_head:0, Dark Sign Plate +tconstruct:sign_head:0, Souled Sign Plate +tconstruct:sign_head:0, Sign Plate of the End +tconstruct:sign_head:0, Fake-Iron Sign Plate +tconstruct:sign_head:0, Wooden Sign Plate +tconstruct:sign_head:0, Stone Sign Plate +tconstruct:sign_head:0, Flint Sign Plate +tconstruct:sign_head:0, Cactus Sign Plate +tconstruct:sign_head:0, Bone Sign Plate +tconstruct:sign_head:0, Obsidian Sign Plate +tconstruct:sign_head:0, Prismarine Sign Plate +tconstruct:sign_head:0, End Sign Plate +tconstruct:sign_head:0, Paper Sign Plate +tconstruct:sign_head:0, Sponge Sign Plate +tconstruct:sign_head:0, Firewood Sign Plate +tconstruct:sign_head:0, Iron Sign Plate +tconstruct:sign_head:0, Pig Iron Sign Plate +tconstruct:sign_head:0, Knightslime Sign Plate +tconstruct:sign_head:0, Slime Sign Plate +tconstruct:sign_head:0, Slime Sign Plate +tconstruct:sign_head:0, Magma Slime Sign Plate +tconstruct:sign_head:0, Netherrack Sign Plate +tconstruct:sign_head:0, Cobalt Sign Plate +tconstruct:sign_head:0, Ardite Sign Plate +tconstruct:sign_head:0, Manyullyn Sign Plate +tconstruct:sign_head:0, Copper Sign Plate +tconstruct:sign_head:0, Bronze Sign Plate +tconstruct:sign_head:0, Lead Sign Plate +tconstruct:sign_head:0, Silver Sign Plate +tconstruct:sign_head:0, Electrum Sign Plate +tconstruct:sign_head:0, Steel Sign Plate +tconstruct:sign_head:0, Boron Sign Plate +tconstruct:sign_head:0, Tough Alloy Sign Plate +tconstruct:sign_head:0, Hard Carbon Sign Plate +tconstruct:sign_head:0, Boron Nitride Sign Plate +tconstruct:sign_head:0, Thorium Sign Plate +tconstruct:sign_head:0, Uranium Sign Plate +tconstruct:sign_head:0, Magnesium Sign Plate +tconstruct:sign_head:0, Chocolate Sign Plate +tconstruct:tool_rod:0, Electrical Tool Rod +tconstruct:tool_rod:0, Energetic Tool Rod +tconstruct:tool_rod:0, Vibrant Tool Rod +tconstruct:tool_rod:0, Red Tool Rod +tconstruct:tool_rod:0, Conductive Tool Rod +tconstruct:tool_rod:0, Pulsating Tool Rod +tconstruct:tool_rod:0, Dark Tool Rod +tconstruct:tool_rod:0, Souled Tool Rod +tconstruct:tool_rod:0, Tool Rod of the End +tconstruct:tool_rod:0, Fake-Iron Tool Rod +tconstruct:tool_rod:0, Wooden Tool Rod +tconstruct:tool_rod:0, Stone Tool Rod +tconstruct:tool_rod:0, Flint Tool Rod +tconstruct:tool_rod:0, Cactus Tool Rod +tconstruct:tool_rod:0, Bone Tool Rod +tconstruct:tool_rod:0, Obsidian Tool Rod +tconstruct:tool_rod:0, Prismarine Tool Rod +tconstruct:tool_rod:0, End Tool Rod +tconstruct:tool_rod:0, Paper Tool Rod +tconstruct:tool_rod:0, Sponge Tool Rod +tconstruct:tool_rod:0, Firewood Tool Rod +tconstruct:tool_rod:0, Iron Tool Rod +tconstruct:tool_rod:0, Pig Iron Tool Rod +tconstruct:tool_rod:0, Knightslime Tool Rod +tconstruct:tool_rod:0, Slime Tool Rod +tconstruct:tool_rod:0, Slime Tool Rod +tconstruct:tool_rod:0, Magma Slime Tool Rod +tconstruct:tool_rod:0, Netherrack Tool Rod +tconstruct:tool_rod:0, Cobalt Tool Rod +tconstruct:tool_rod:0, Ardite Tool Rod +tconstruct:tool_rod:0, Manyullyn Tool Rod +tconstruct:tool_rod:0, Copper Tool Rod +tconstruct:tool_rod:0, Bronze Tool Rod +tconstruct:tool_rod:0, Lead Tool Rod +tconstruct:tool_rod:0, Silver Tool Rod +tconstruct:tool_rod:0, Electrum Tool Rod +tconstruct:tool_rod:0, Steel Tool Rod +tconstruct:tool_rod:0, Boron Tool Rod +tconstruct:tool_rod:0, Tough Alloy Tool Rod +tconstruct:tool_rod:0, Hard Carbon Tool Rod +tconstruct:tool_rod:0, Boron Nitride Tool Rod +tconstruct:tool_rod:0, Thorium Tool Rod +tconstruct:tool_rod:0, Uranium Tool Rod +tconstruct:tool_rod:0, Magnesium Tool Rod +tconstruct:tool_rod:0, Chocolate Tool Rod +tconstruct:tough_tool_rod:0, Electrical Tough Tool Rod +tconstruct:tough_tool_rod:0, Energetic Tough Tool Rod +tconstruct:tough_tool_rod:0, Vibrant Tough Tool Rod +tconstruct:tough_tool_rod:0, Red Tough Tool Rod +tconstruct:tough_tool_rod:0, Conductive Tough Tool Rod +tconstruct:tough_tool_rod:0, Pulsating Tough Tool Rod +tconstruct:tough_tool_rod:0, Dark Tough Tool Rod +tconstruct:tough_tool_rod:0, Souled Tough Tool Rod +tconstruct:tough_tool_rod:0, Tough Tool Rod of the End +tconstruct:tough_tool_rod:0, Fake-Iron Tough Tool Rod +tconstruct:tough_tool_rod:0, Wooden Tough Tool Rod +tconstruct:tough_tool_rod:0, Stone Tough Tool Rod +tconstruct:tough_tool_rod:0, Flint Tough Tool Rod +tconstruct:tough_tool_rod:0, Cactus Tough Tool Rod +tconstruct:tough_tool_rod:0, Bone Tough Tool Rod +tconstruct:tough_tool_rod:0, Obsidian Tough Tool Rod +tconstruct:tough_tool_rod:0, Prismarine Tough Tool Rod +tconstruct:tough_tool_rod:0, End Tough Tool Rod +tconstruct:tough_tool_rod:0, Paper Tough Tool Rod +tconstruct:tough_tool_rod:0, Sponge Tough Tool Rod +tconstruct:tough_tool_rod:0, Firewood Tough Tool Rod +tconstruct:tough_tool_rod:0, Iron Tough Tool Rod +tconstruct:tough_tool_rod:0, Pig Iron Tough Tool Rod +tconstruct:tough_tool_rod:0, Knightslime Tough Tool Rod +tconstruct:tough_tool_rod:0, Slime Tough Tool Rod +tconstruct:tough_tool_rod:0, Slime Tough Tool Rod +tconstruct:tough_tool_rod:0, Magma Slime Tough Tool Rod +tconstruct:tough_tool_rod:0, Netherrack Tough Tool Rod +tconstruct:tough_tool_rod:0, Cobalt Tough Tool Rod +tconstruct:tough_tool_rod:0, Ardite Tough Tool Rod +tconstruct:tough_tool_rod:0, Manyullyn Tough Tool Rod +tconstruct:tough_tool_rod:0, Copper Tough Tool Rod +tconstruct:tough_tool_rod:0, Bronze Tough Tool Rod +tconstruct:tough_tool_rod:0, Lead Tough Tool Rod +tconstruct:tough_tool_rod:0, Silver Tough Tool Rod +tconstruct:tough_tool_rod:0, Electrum Tough Tool Rod +tconstruct:tough_tool_rod:0, Steel Tough Tool Rod +tconstruct:tough_tool_rod:0, Boron Tough Tool Rod +tconstruct:tough_tool_rod:0, Tough Alloy Tough Tool Rod +tconstruct:tough_tool_rod:0, Hard Carbon Tough Tool Rod +tconstruct:tough_tool_rod:0, Boron Nitride Tough Tool Rod +tconstruct:tough_tool_rod:0, Thorium Tough Tool Rod +tconstruct:tough_tool_rod:0, Uranium Tough Tool Rod +tconstruct:tough_tool_rod:0, Magnesium Tough Tool Rod +tconstruct:tough_tool_rod:0, Chocolate Tough Tool Rod +tconstruct:binding:0, Electrical Binding +tconstruct:binding:0, Energetic Binding +tconstruct:binding:0, Vibrant Binding +tconstruct:binding:0, Red Binding +tconstruct:binding:0, Conductive Binding +tconstruct:binding:0, Pulsating Binding +tconstruct:binding:0, Dark Binding +tconstruct:binding:0, Souled Binding +tconstruct:binding:0, Binding of the End +tconstruct:binding:0, Fake-Iron Binding +tconstruct:binding:0, Wooden Binding +tconstruct:binding:0, Stone Binding +tconstruct:binding:0, Flint Binding +tconstruct:binding:0, Cactus Binding +tconstruct:binding:0, Bone Binding +tconstruct:binding:0, Obsidian Binding +tconstruct:binding:0, Prismarine Binding +tconstruct:binding:0, End Binding +tconstruct:binding:0, Paper Binding +tconstruct:binding:0, Sponge Binding +tconstruct:binding:0, Firewood Binding +tconstruct:binding:0, Iron Binding +tconstruct:binding:0, Pig Iron Binding +tconstruct:binding:0, Knightslime Binding +tconstruct:binding:0, Slime Binding +tconstruct:binding:0, Slime Binding +tconstruct:binding:0, Magma Slime Binding +tconstruct:binding:0, Netherrack Binding +tconstruct:binding:0, Cobalt Binding +tconstruct:binding:0, Ardite Binding +tconstruct:binding:0, Manyullyn Binding +tconstruct:binding:0, Copper Binding +tconstruct:binding:0, Bronze Binding +tconstruct:binding:0, Lead Binding +tconstruct:binding:0, Silver Binding +tconstruct:binding:0, Electrum Binding +tconstruct:binding:0, Steel Binding +tconstruct:binding:0, Boron Binding +tconstruct:binding:0, Tough Alloy Binding +tconstruct:binding:0, Hard Carbon Binding +tconstruct:binding:0, Boron Nitride Binding +tconstruct:binding:0, Thorium Binding +tconstruct:binding:0, Uranium Binding +tconstruct:binding:0, Magnesium Binding +tconstruct:binding:0, Chocolate Binding +tconstruct:tough_binding:0, Electrical Tough Binding +tconstruct:tough_binding:0, Energetic Tough Binding +tconstruct:tough_binding:0, Vibrant Tough Binding +tconstruct:tough_binding:0, Red Tough Binding +tconstruct:tough_binding:0, Conductive Tough Binding +tconstruct:tough_binding:0, Pulsating Tough Binding +tconstruct:tough_binding:0, Dark Tough Binding +tconstruct:tough_binding:0, Souled Tough Binding +tconstruct:tough_binding:0, Tough Binding of the End +tconstruct:tough_binding:0, Fake-Iron Tough Binding +tconstruct:tough_binding:0, Wooden Tough Binding +tconstruct:tough_binding:0, Stone Tough Binding +tconstruct:tough_binding:0, Flint Tough Binding +tconstruct:tough_binding:0, Cactus Tough Binding +tconstruct:tough_binding:0, Bone Tough Binding +tconstruct:tough_binding:0, Obsidian Tough Binding +tconstruct:tough_binding:0, Prismarine Tough Binding +tconstruct:tough_binding:0, End Tough Binding +tconstruct:tough_binding:0, Paper Tough Binding +tconstruct:tough_binding:0, Sponge Tough Binding +tconstruct:tough_binding:0, Firewood Tough Binding +tconstruct:tough_binding:0, Iron Tough Binding +tconstruct:tough_binding:0, Pig Iron Tough Binding +tconstruct:tough_binding:0, Knightslime Tough Binding +tconstruct:tough_binding:0, Slime Tough Binding +tconstruct:tough_binding:0, Slime Tough Binding +tconstruct:tough_binding:0, Magma Slime Tough Binding +tconstruct:tough_binding:0, Netherrack Tough Binding +tconstruct:tough_binding:0, Cobalt Tough Binding +tconstruct:tough_binding:0, Ardite Tough Binding +tconstruct:tough_binding:0, Manyullyn Tough Binding +tconstruct:tough_binding:0, Copper Tough Binding +tconstruct:tough_binding:0, Bronze Tough Binding +tconstruct:tough_binding:0, Lead Tough Binding +tconstruct:tough_binding:0, Silver Tough Binding +tconstruct:tough_binding:0, Electrum Tough Binding +tconstruct:tough_binding:0, Steel Tough Binding +tconstruct:tough_binding:0, Boron Tough Binding +tconstruct:tough_binding:0, Tough Alloy Tough Binding +tconstruct:tough_binding:0, Hard Carbon Tough Binding +tconstruct:tough_binding:0, Boron Nitride Tough Binding +tconstruct:tough_binding:0, Thorium Tough Binding +tconstruct:tough_binding:0, Uranium Tough Binding +tconstruct:tough_binding:0, Magnesium Tough Binding +tconstruct:tough_binding:0, Chocolate Tough Binding +tconstruct:wide_guard:0, Electrical Wide Guard +tconstruct:wide_guard:0, Energetic Wide Guard +tconstruct:wide_guard:0, Vibrant Wide Guard +tconstruct:wide_guard:0, Red Wide Guard +tconstruct:wide_guard:0, Conductive Wide Guard +tconstruct:wide_guard:0, Pulsating Wide Guard +tconstruct:wide_guard:0, Dark Wide Guard +tconstruct:wide_guard:0, Souled Wide Guard +tconstruct:wide_guard:0, Wide Guard of the End +tconstruct:wide_guard:0, Fake-Iron Wide Guard +tconstruct:wide_guard:0, Wooden Wide Guard +tconstruct:wide_guard:0, Stone Wide Guard +tconstruct:wide_guard:0, Flint Wide Guard +tconstruct:wide_guard:0, Cactus Wide Guard +tconstruct:wide_guard:0, Bone Wide Guard +tconstruct:wide_guard:0, Obsidian Wide Guard +tconstruct:wide_guard:0, Prismarine Wide Guard +tconstruct:wide_guard:0, End Wide Guard +tconstruct:wide_guard:0, Paper Wide Guard +tconstruct:wide_guard:0, Sponge Wide Guard +tconstruct:wide_guard:0, Firewood Wide Guard +tconstruct:wide_guard:0, Iron Wide Guard +tconstruct:wide_guard:0, Pig Iron Wide Guard +tconstruct:wide_guard:0, Knightslime Wide Guard +tconstruct:wide_guard:0, Slime Wide Guard +tconstruct:wide_guard:0, Slime Wide Guard +tconstruct:wide_guard:0, Magma Slime Wide Guard +tconstruct:wide_guard:0, Netherrack Wide Guard +tconstruct:wide_guard:0, Cobalt Wide Guard +tconstruct:wide_guard:0, Ardite Wide Guard +tconstruct:wide_guard:0, Manyullyn Wide Guard +tconstruct:wide_guard:0, Copper Wide Guard +tconstruct:wide_guard:0, Bronze Wide Guard +tconstruct:wide_guard:0, Lead Wide Guard +tconstruct:wide_guard:0, Silver Wide Guard +tconstruct:wide_guard:0, Electrum Wide Guard +tconstruct:wide_guard:0, Steel Wide Guard +tconstruct:wide_guard:0, Boron Wide Guard +tconstruct:wide_guard:0, Tough Alloy Wide Guard +tconstruct:wide_guard:0, Hard Carbon Wide Guard +tconstruct:wide_guard:0, Boron Nitride Wide Guard +tconstruct:wide_guard:0, Thorium Wide Guard +tconstruct:wide_guard:0, Uranium Wide Guard +tconstruct:wide_guard:0, Magnesium Wide Guard +tconstruct:wide_guard:0, Chocolate Wide Guard +tconstruct:hand_guard:0, Electrical Hand Guard +tconstruct:hand_guard:0, Energetic Hand Guard +tconstruct:hand_guard:0, Vibrant Hand Guard +tconstruct:hand_guard:0, Red Hand Guard +tconstruct:hand_guard:0, Conductive Hand Guard +tconstruct:hand_guard:0, Pulsating Hand Guard +tconstruct:hand_guard:0, Dark Hand Guard +tconstruct:hand_guard:0, Souled Hand Guard +tconstruct:hand_guard:0, Hand Guard of the End +tconstruct:hand_guard:0, Fake-Iron Hand Guard +tconstruct:hand_guard:0, Wooden Hand Guard +tconstruct:hand_guard:0, Stone Hand Guard +tconstruct:hand_guard:0, Flint Hand Guard +tconstruct:hand_guard:0, Cactus Hand Guard +tconstruct:hand_guard:0, Bone Hand Guard +tconstruct:hand_guard:0, Obsidian Hand Guard +tconstruct:hand_guard:0, Prismarine Hand Guard +tconstruct:hand_guard:0, End Hand Guard +tconstruct:hand_guard:0, Paper Hand Guard +tconstruct:hand_guard:0, Sponge Hand Guard +tconstruct:hand_guard:0, Firewood Hand Guard +tconstruct:hand_guard:0, Iron Hand Guard +tconstruct:hand_guard:0, Pig Iron Hand Guard +tconstruct:hand_guard:0, Knightslime Hand Guard +tconstruct:hand_guard:0, Slime Hand Guard +tconstruct:hand_guard:0, Slime Hand Guard +tconstruct:hand_guard:0, Magma Slime Hand Guard +tconstruct:hand_guard:0, Netherrack Hand Guard +tconstruct:hand_guard:0, Cobalt Hand Guard +tconstruct:hand_guard:0, Ardite Hand Guard +tconstruct:hand_guard:0, Manyullyn Hand Guard +tconstruct:hand_guard:0, Copper Hand Guard +tconstruct:hand_guard:0, Bronze Hand Guard +tconstruct:hand_guard:0, Lead Hand Guard +tconstruct:hand_guard:0, Silver Hand Guard +tconstruct:hand_guard:0, Electrum Hand Guard +tconstruct:hand_guard:0, Steel Hand Guard +tconstruct:hand_guard:0, Boron Hand Guard +tconstruct:hand_guard:0, Tough Alloy Hand Guard +tconstruct:hand_guard:0, Hard Carbon Hand Guard +tconstruct:hand_guard:0, Boron Nitride Hand Guard +tconstruct:hand_guard:0, Thorium Hand Guard +tconstruct:hand_guard:0, Uranium Hand Guard +tconstruct:hand_guard:0, Magnesium Hand Guard +tconstruct:hand_guard:0, Chocolate Hand Guard +tconstruct:cross_guard:0, Electrical Cross Guard +tconstruct:cross_guard:0, Energetic Cross Guard +tconstruct:cross_guard:0, Vibrant Cross Guard +tconstruct:cross_guard:0, Red Cross Guard +tconstruct:cross_guard:0, Conductive Cross Guard +tconstruct:cross_guard:0, Pulsating Cross Guard +tconstruct:cross_guard:0, Dark Cross Guard +tconstruct:cross_guard:0, Souled Cross Guard +tconstruct:cross_guard:0, Cross Guard of the End +tconstruct:cross_guard:0, Fake-Iron Cross Guard +tconstruct:cross_guard:0, Wooden Cross Guard +tconstruct:cross_guard:0, Stone Cross Guard +tconstruct:cross_guard:0, Flint Cross Guard +tconstruct:cross_guard:0, Cactus Cross Guard +tconstruct:cross_guard:0, Bone Cross Guard +tconstruct:cross_guard:0, Obsidian Cross Guard +tconstruct:cross_guard:0, Prismarine Cross Guard +tconstruct:cross_guard:0, End Cross Guard +tconstruct:cross_guard:0, Paper Cross Guard +tconstruct:cross_guard:0, Sponge Cross Guard +tconstruct:cross_guard:0, Firewood Cross Guard +tconstruct:cross_guard:0, Iron Cross Guard +tconstruct:cross_guard:0, Pig Iron Cross Guard +tconstruct:cross_guard:0, Knightslime Cross Guard +tconstruct:cross_guard:0, Slime Cross Guard +tconstruct:cross_guard:0, Slime Cross Guard +tconstruct:cross_guard:0, Magma Slime Cross Guard +tconstruct:cross_guard:0, Netherrack Cross Guard +tconstruct:cross_guard:0, Cobalt Cross Guard +tconstruct:cross_guard:0, Ardite Cross Guard +tconstruct:cross_guard:0, Manyullyn Cross Guard +tconstruct:cross_guard:0, Copper Cross Guard +tconstruct:cross_guard:0, Bronze Cross Guard +tconstruct:cross_guard:0, Lead Cross Guard +tconstruct:cross_guard:0, Silver Cross Guard +tconstruct:cross_guard:0, Electrum Cross Guard +tconstruct:cross_guard:0, Steel Cross Guard +tconstruct:cross_guard:0, Boron Cross Guard +tconstruct:cross_guard:0, Tough Alloy Cross Guard +tconstruct:cross_guard:0, Hard Carbon Cross Guard +tconstruct:cross_guard:0, Boron Nitride Cross Guard +tconstruct:cross_guard:0, Thorium Cross Guard +tconstruct:cross_guard:0, Uranium Cross Guard +tconstruct:cross_guard:0, Magnesium Cross Guard +tconstruct:cross_guard:0, Chocolate Cross Guard +tconstruct:large_plate:0, Electrical Large Plate +tconstruct:large_plate:0, Energetic Large Plate +tconstruct:large_plate:0, Vibrant Large Plate +tconstruct:large_plate:0, Red Large Plate +tconstruct:large_plate:0, Conductive Large Plate +tconstruct:large_plate:0, Pulsating Large Plate +tconstruct:large_plate:0, Dark Large Plate +tconstruct:large_plate:0, Souled Large Plate +tconstruct:large_plate:0, Large Plate of the End +tconstruct:large_plate:0, Fake-Iron Large Plate +tconstruct:large_plate:0, Wooden Large Plate +tconstruct:large_plate:0, Stone Large Plate +tconstruct:large_plate:0, Flint Large Plate +tconstruct:large_plate:0, Cactus Large Plate +tconstruct:large_plate:0, Bone Large Plate +tconstruct:large_plate:0, Obsidian Large Plate +tconstruct:large_plate:0, Prismarine Large Plate +tconstruct:large_plate:0, End Large Plate +tconstruct:large_plate:0, Paper Large Plate +tconstruct:large_plate:0, Sponge Large Plate +tconstruct:large_plate:0, Firewood Large Plate +tconstruct:large_plate:0, Iron Large Plate +tconstruct:large_plate:0, Pig Iron Large Plate +tconstruct:large_plate:0, Knightslime Large Plate +tconstruct:large_plate:0, Slime Large Plate +tconstruct:large_plate:0, Slime Large Plate +tconstruct:large_plate:0, Magma Slime Large Plate +tconstruct:large_plate:0, Netherrack Large Plate +tconstruct:large_plate:0, Cobalt Large Plate +tconstruct:large_plate:0, Ardite Large Plate +tconstruct:large_plate:0, Manyullyn Large Plate +tconstruct:large_plate:0, Copper Large Plate +tconstruct:large_plate:0, Bronze Large Plate +tconstruct:large_plate:0, Lead Large Plate +tconstruct:large_plate:0, Silver Large Plate +tconstruct:large_plate:0, Electrum Large Plate +tconstruct:large_plate:0, Steel Large Plate +tconstruct:large_plate:0, Boron Large Plate +tconstruct:large_plate:0, Tough Alloy Large Plate +tconstruct:large_plate:0, Hard Carbon Large Plate +tconstruct:large_plate:0, Boron Nitride Large Plate +tconstruct:large_plate:0, Thorium Large Plate +tconstruct:large_plate:0, Uranium Large Plate +tconstruct:large_plate:0, Magnesium Large Plate +tconstruct:large_plate:0, Chocolate Large Plate +tconstruct:knife_blade:0, Electrical Knife Blade +tconstruct:knife_blade:0, Energetic Knife Blade +tconstruct:knife_blade:0, Vibrant Knife Blade +tconstruct:knife_blade:0, Red Knife Blade +tconstruct:knife_blade:0, Conductive Knife Blade +tconstruct:knife_blade:0, Pulsating Knife Blade +tconstruct:knife_blade:0, Dark Knife Blade +tconstruct:knife_blade:0, Souled Knife Blade +tconstruct:knife_blade:0, Knife Blade of the End +tconstruct:knife_blade:0, Fake-Iron Knife Blade +tconstruct:knife_blade:0, Wooden Knife Blade +tconstruct:knife_blade:0, Stone Knife Blade +tconstruct:knife_blade:0, Flint Knife Blade +tconstruct:knife_blade:0, Cactus Knife Blade +tconstruct:knife_blade:0, Bone Knife Blade +tconstruct:knife_blade:0, Obsidian Knife Blade +tconstruct:knife_blade:0, Prismarine Knife Blade +tconstruct:knife_blade:0, End Knife Blade +tconstruct:knife_blade:0, Paper Knife Blade +tconstruct:knife_blade:0, Sponge Knife Blade +tconstruct:knife_blade:0, Firewood Knife Blade +tconstruct:knife_blade:0, Iron Knife Blade +tconstruct:knife_blade:0, Pig Iron Knife Blade +tconstruct:knife_blade:0, Knightslime Knife Blade +tconstruct:knife_blade:0, Slime Knife Blade +tconstruct:knife_blade:0, Slime Knife Blade +tconstruct:knife_blade:0, Magma Slime Knife Blade +tconstruct:knife_blade:0, Netherrack Knife Blade +tconstruct:knife_blade:0, Cobalt Knife Blade +tconstruct:knife_blade:0, Ardite Knife Blade +tconstruct:knife_blade:0, Manyullyn Knife Blade +tconstruct:knife_blade:0, Copper Knife Blade +tconstruct:knife_blade:0, Bronze Knife Blade +tconstruct:knife_blade:0, Lead Knife Blade +tconstruct:knife_blade:0, Silver Knife Blade +tconstruct:knife_blade:0, Electrum Knife Blade +tconstruct:knife_blade:0, Steel Knife Blade +tconstruct:knife_blade:0, Boron Knife Blade +tconstruct:knife_blade:0, Tough Alloy Knife Blade +tconstruct:knife_blade:0, Hard Carbon Knife Blade +tconstruct:knife_blade:0, Boron Nitride Knife Blade +tconstruct:knife_blade:0, Thorium Knife Blade +tconstruct:knife_blade:0, Uranium Knife Blade +tconstruct:knife_blade:0, Magnesium Knife Blade +tconstruct:knife_blade:0, Chocolate Knife Blade +tconstruct:bow_limb:0, Electrical Bowlimb +tconstruct:bow_limb:0, Energetic Bowlimb +tconstruct:bow_limb:0, Vibrant Bowlimb +tconstruct:bow_limb:0, Red Bowlimb +tconstruct:bow_limb:0, Conductive Bowlimb +tconstruct:bow_limb:0, Pulsating Bowlimb +tconstruct:bow_limb:0, Dark Bowlimb +tconstruct:bow_limb:0, Souled Bowlimb +tconstruct:bow_limb:0, Bowlimb of the End +tconstruct:bow_limb:0, Fake-Iron Bowlimb +tconstruct:bow_limb:0, Wooden Bowlimb +tconstruct:bow_limb:0, Stone Bowlimb +tconstruct:bow_limb:0, Flint Bowlimb +tconstruct:bow_limb:0, Cactus Bowlimb +tconstruct:bow_limb:0, Bone Bowlimb +tconstruct:bow_limb:0, Obsidian Bowlimb +tconstruct:bow_limb:0, Prismarine Bowlimb +tconstruct:bow_limb:0, End Bowlimb +tconstruct:bow_limb:0, Paper Bowlimb +tconstruct:bow_limb:0, Sponge Bowlimb +tconstruct:bow_limb:0, Firewood Bowlimb +tconstruct:bow_limb:0, Iron Bowlimb +tconstruct:bow_limb:0, Pig Iron Bowlimb +tconstruct:bow_limb:0, Knightslime Bowlimb +tconstruct:bow_limb:0, Slime Bowlimb +tconstruct:bow_limb:0, Slime Bowlimb +tconstruct:bow_limb:0, Magma Slime Bowlimb +tconstruct:bow_limb:0, Netherrack Bowlimb +tconstruct:bow_limb:0, Cobalt Bowlimb +tconstruct:bow_limb:0, Ardite Bowlimb +tconstruct:bow_limb:0, Manyullyn Bowlimb +tconstruct:bow_limb:0, Copper Bowlimb +tconstruct:bow_limb:0, Bronze Bowlimb +tconstruct:bow_limb:0, Lead Bowlimb +tconstruct:bow_limb:0, Silver Bowlimb +tconstruct:bow_limb:0, Electrum Bowlimb +tconstruct:bow_limb:0, Steel Bowlimb +tconstruct:bow_limb:0, Boron Bowlimb +tconstruct:bow_limb:0, Tough Alloy Bowlimb +tconstruct:bow_limb:0, Hard Carbon Bowlimb +tconstruct:bow_limb:0, Boron Nitride Bowlimb +tconstruct:bow_limb:0, Thorium Bowlimb +tconstruct:bow_limb:0, Uranium Bowlimb +tconstruct:bow_limb:0, Magnesium Bowlimb +tconstruct:bow_limb:0, Chocolate Bowlimb +tconstruct:bow_string:0, Souled Bowstring +tconstruct:bow_string:0, String Bowstring +tconstruct:bow_string:0, Slimevine Bowstring +tconstruct:bow_string:0, Slimevine Bowstring +tconstruct:bow_string:0, Vines Bowstring +tconstruct:arrow_head:0, Electrical Arrow Head +tconstruct:arrow_head:0, Energetic Arrow Head +tconstruct:arrow_head:0, Vibrant Arrow Head +tconstruct:arrow_head:0, Red Arrow Head +tconstruct:arrow_head:0, Conductive Arrow Head +tconstruct:arrow_head:0, Pulsating Arrow Head +tconstruct:arrow_head:0, Dark Arrow Head +tconstruct:arrow_head:0, Souled Arrow Head +tconstruct:arrow_head:0, Arrow Head of the End +tconstruct:arrow_head:0, Fake-Iron Arrow Head +tconstruct:arrow_head:0, Wooden Arrow Head +tconstruct:arrow_head:0, Stone Arrow Head +tconstruct:arrow_head:0, Flint Arrow Head +tconstruct:arrow_head:0, Cactus Arrow Head +tconstruct:arrow_head:0, Bone Arrow Head +tconstruct:arrow_head:0, Obsidian Arrow Head +tconstruct:arrow_head:0, Prismarine Arrow Head +tconstruct:arrow_head:0, End Arrow Head +tconstruct:arrow_head:0, Paper Arrow Head +tconstruct:arrow_head:0, Sponge Arrow Head +tconstruct:arrow_head:0, Firewood Arrow Head +tconstruct:arrow_head:0, Iron Arrow Head +tconstruct:arrow_head:0, Pig Iron Arrow Head +tconstruct:arrow_head:0, Knightslime Arrow Head +tconstruct:arrow_head:0, Slime Arrow Head +tconstruct:arrow_head:0, Slime Arrow Head +tconstruct:arrow_head:0, Magma Slime Arrow Head +tconstruct:arrow_head:0, Netherrack Arrow Head +tconstruct:arrow_head:0, Cobalt Arrow Head +tconstruct:arrow_head:0, Ardite Arrow Head +tconstruct:arrow_head:0, Manyullyn Arrow Head +tconstruct:arrow_head:0, Copper Arrow Head +tconstruct:arrow_head:0, Bronze Arrow Head +tconstruct:arrow_head:0, Lead Arrow Head +tconstruct:arrow_head:0, Silver Arrow Head +tconstruct:arrow_head:0, Electrum Arrow Head +tconstruct:arrow_head:0, Steel Arrow Head +tconstruct:arrow_head:0, Boron Arrow Head +tconstruct:arrow_head:0, Tough Alloy Arrow Head +tconstruct:arrow_head:0, Hard Carbon Arrow Head +tconstruct:arrow_head:0, Boron Nitride Arrow Head +tconstruct:arrow_head:0, Thorium Arrow Head +tconstruct:arrow_head:0, Uranium Arrow Head +tconstruct:arrow_head:0, Magnesium Arrow Head +tconstruct:arrow_head:0, Chocolate Arrow Head +tconstruct:arrow_shaft:0, Wooden Arrow Shaft +tconstruct:arrow_shaft:0, Bone Arrow Shaft +tconstruct:arrow_shaft:0, Blazerod Arrow Shaft +tconstruct:arrow_shaft:0, Reeds Arrow Shaft +tconstruct:arrow_shaft:0, Ice Arrow Shaft +tconstruct:arrow_shaft:0, Endrod Arrow Shaft +tconstruct:fletching:0, Feather Fletching +tconstruct:fletching:0, Slimeleaf Fletching +tconstruct:fletching:0, Slimeleaf Fletching +tconstruct:fletching:0, Slimeleaf Fletching +tconstruct:fletching:0, Leaf Fletching +tconstruct:bolt_core:0, Wood-Iron Bolt Core +tconstruct:bolt_core:0, Bone-Iron Bolt Core +tconstruct:bolt_core:0, Blazerod-Iron Bolt Core +tconstruct:bolt_core:0, Reeds-Iron Bolt Core +tconstruct:bolt_core:0, Ice-Iron Bolt Core +tconstruct:bolt_core:0, Endrod-Iron Bolt Core +tconstruct:tooltables:0, Crafting Station +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:1, Stencil Table +tconstruct:tooltables:4, Pattern Chest +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:2, Part Builder +tconstruct:tooltables:5, Part Chest +tconstruct:tooltables:3, Tool Station +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:toolforge:0, Tool Forge +tconstruct:pickaxe, Pickaxe +tconstruct:shovel, Shovel +tconstruct:hatchet, Hatchet +tconstruct:mattock, Mattock +tconstruct:kama, Kama +tconstruct:hammer, Hammer +tconstruct:excavator, Excavator +tconstruct:lumberaxe, Lumberaxe +tconstruct:scythe, Scythe +tconstruct:broadsword, Broadsword +tconstruct:longsword, Longsword +tconstruct:rapier, Rapier +tconstruct:frypan, Frypan +tconstruct:battlesign, Battlesign +tconstruct:cleaver, Cleaver +tconstruct:shortbow, Shortbow +tconstruct:longbow, Longbow +tconstruct:crossbow, Crossbow +tconstruct:arrow, Arrow +tconstruct:bolt, Bolt +tconstruct:shuriken, Shuriken +tconstruct:seared:0, Seared Stone +tconstruct:seared:1, Seared Cobblestone +tconstruct:seared:2, Seared Paver +tconstruct:seared:3, Seared Bricks +tconstruct:seared:4, Cracked Seared Bricks +tconstruct:seared:5, Fancy Seared Bricks +tconstruct:seared:6, Square Seared Bricks +tconstruct:seared:7, Seared Road +tconstruct:seared:8, Seared Creeperface +tconstruct:seared:9, Triangle Seared Bricks +tconstruct:seared:10, Small Seared Bricks +tconstruct:seared:11, Seared Tiles +tconstruct:smeltery_controller:0, Smeltery Controller +tconstruct:seared_tank:0, Seared Tank +tconstruct:seared_tank:1, Seared Gauge +tconstruct:seared_tank:2, Seared Window +tconstruct:faucet:0, Seared Faucet +tconstruct:channel:0, Casting Channel +tconstruct:casting:0, Casting Table +tconstruct:casting:1, Casting Basin +tconstruct:smeltery_io:0, Seared Drain +tconstruct:seared_glass:0, Seared Glass +tconstruct:seared_furnace_controller:0, Seared Furnace Controller +tconstruct:tinker_tank_controller:0, Tinker Tank Controller +tconstruct:seared_slab:0, Seared Stone Slab +tconstruct:seared_slab:1, Seared Cobblestone Slab +tconstruct:seared_slab:2, Seared Paver Slab +tconstruct:seared_slab:3, Seared Bricks Slab +tconstruct:seared_slab:4, Cracked Seared Bricks Slab +tconstruct:seared_slab:5, Fancy Seared Bricks Slab +tconstruct:seared_slab:6, Square Seared Bricks Slab +tconstruct:seared_slab:7, Seared Road Slab +tconstruct:seared_slab2:0, Seared Creeperface Slab +tconstruct:seared_slab2:1, Triangle Seared Bricks Slab +tconstruct:seared_slab2:2, Small Seared Bricks Slab +tconstruct:seared_slab2:3, Seared Tile Slab +tconstruct:seared_stairs_stone:0, Seared Stone Stairs +tconstruct:seared_stairs_cobble:0, Seared Cobblestone Stairs +tconstruct:seared_stairs_paver:0, Seared Paver Stairs +tconstruct:seared_stairs_brick:0, Seared Bricks Stairs +tconstruct:seared_stairs_brick_cracked:0, Cracked Seared Bricks Stairs +tconstruct:seared_stairs_brick_fancy:0, Fancy Seared Bricks Stairs +tconstruct:seared_stairs_brick_square:0, Square Seared Bricks Stairs +tconstruct:seared_stairs_brick_triangle:0, Triangle Seared Bricks Stairs +tconstruct:seared_stairs_brick_small:0, Small Seared Bricks Stairs +tconstruct:seared_stairs_road:0, Seared Road Stairs +tconstruct:seared_stairs_tile:0, Seared Tile Stairs +tconstruct:seared_stairs_creeper:0, Seared Creeperface Stairs +tconstruct:cast:0, Blank Cast +tconstruct:cast:0, Large Sword Blade Cast +tconstruct:cast:0, Shovel Head Cast +tconstruct:cast:0, Broad Axe Head Cast +tconstruct:cast:0, Pan Cast +tconstruct:cast:0, Tool Rod Cast +tconstruct:cast:0, Hand Guard Cast +tconstruct:cast:0, Pickaxe Head Cast +tconstruct:cast:0, Scythe Head Cast +tconstruct:cast:0, Knife Blade Cast +tconstruct:cast:0, Axe Head Cast +tconstruct:cast:0, Excavator Head Cast +tconstruct:cast:0, Large Plate Cast +tconstruct:cast:0, Bowlimb Cast +tconstruct:cast:0, Tough Binding Cast +tconstruct:cast:0, Binding Cast +tconstruct:cast:0, Hammer Head Cast +tconstruct:cast:0, Kama Head Cast +tconstruct:cast:0, Sword Blade Cast +tconstruct:cast:0, Sharpening Kit Cast +tconstruct:cast:0, Shard Cast +tconstruct:cast:0, Bowstring Cast +tconstruct:cast:0, Tough Tool Rod Cast +tconstruct:cast:0, Arrow Head Cast +tconstruct:cast:0, Sign Plate Cast +tconstruct:cast:0, Wide Guard Cast +tconstruct:cast:0, Cross Guard Cast +tconstruct:cast_custom:0, Ingot Cast +tconstruct:cast_custom:1, Nugget Cast +tconstruct:cast_custom:2, Gem Cast +tconstruct:cast_custom:3, Plate Cast +tconstruct:cast_custom:4, Gear Cast +tconstruct:clay_cast:0, item.tconstruct.clay_cast.blank +tconstruct:clay_cast:0, Large Sword Blade Clay Cast +tconstruct:clay_cast:0, Shovel Head Clay Cast +tconstruct:clay_cast:0, Broad Axe Head Clay Cast +tconstruct:clay_cast:0, Pan Clay Cast +tconstruct:clay_cast:0, Tool Rod Clay Cast +tconstruct:clay_cast:0, Hand Guard Clay Cast +tconstruct:clay_cast:0, Pickaxe Head Clay Cast +tconstruct:clay_cast:0, Scythe Head Clay Cast +tconstruct:clay_cast:0, Knife Blade Clay Cast +tconstruct:clay_cast:0, Axe Head Clay Cast +tconstruct:clay_cast:0, Excavator Head Clay Cast +tconstruct:clay_cast:0, Large Plate Clay Cast +tconstruct:clay_cast:0, Bowlimb Clay Cast +tconstruct:clay_cast:0, Tough Binding Clay Cast +tconstruct:clay_cast:0, Binding Clay Cast +tconstruct:clay_cast:0, Hammer Head Clay Cast +tconstruct:clay_cast:0, Kama Head Clay Cast +tconstruct:clay_cast:0, Sword Blade Clay Cast +tconstruct:clay_cast:0, Sharpening Kit Clay Cast +tconstruct:clay_cast:0, Shard Clay Cast +tconstruct:clay_cast:0, Bowstring Clay Cast +tconstruct:clay_cast:0, Tough Tool Rod Clay Cast +tconstruct:clay_cast:0, Arrow Head Clay Cast +tconstruct:clay_cast:0, Sign Plate Clay Cast +tconstruct:clay_cast:0, Wide Guard Clay Cast +tconstruct:clay_cast:0, Cross Guard Clay Cast +tconstruct:stone_torch:0, Stone Torch +tconstruct:stone_ladder:0, Stone Ladder +tconstruct:punji:0, Punji Sticks +tconstruct:rack:0, Item Rack +tconstruct:rack:1, Drying Rack +tconstruct:wood_rail:0, Wooden Rail +tconstruct:wood_rail_trapdoor:0, Wooden Rail with a Trapdoor +tconstruct:wooden_hopper:0, Wooden Hopper +tconstruct:slime_channel:0, Slime Channel +tconstruct:slime_channel:1, Slime Channel +tconstruct:slime_channel:2, Slime Channel +tconstruct:slime_channel:3, Blood Channel +tconstruct:slime_channel:4, Slime Channel +tconstruct:dried_clay:0, Dried Clay +tconstruct:dried_clay:1, Dried Bricks +tconstruct:dried_clay_slab:0, Dried Clay Slab +tconstruct:dried_clay_slab:1, Dried Bricks Slab +tconstruct:dried_clay_stairs:0, Dried Clay Stairs +tconstruct:dried_brick_stairs:0, Dried Bricks Stairs +tconstruct:brownstone:0, Smooth Brownstone +tconstruct:brownstone:1, Rough Brownstone +tconstruct:brownstone:2, Brownstone Paver +tconstruct:brownstone:3, Brownstone Bricks +tconstruct:brownstone:4, Cracked Brownstone Bricks +tconstruct:brownstone:5, Fancy Brownstone Bricks +tconstruct:brownstone:6, Square Brownstone Bricks +tconstruct:brownstone:7, Brownstone Road +tconstruct:brownstone:8, Brownstone Creeperface +tconstruct:brownstone:9, Triangle Brownstone Bricks +tconstruct:brownstone:10, Small Brownstone Bricks +tconstruct:brownstone:11, Brownstone Tiles +tconstruct:brownstone_slab:0, Smooth Brownstone Slab +tconstruct:brownstone_slab:1, Rough Brownstone Slab +tconstruct:brownstone_slab:2, Brownstone Paver Slab +tconstruct:brownstone_slab:3, Brownstone Bricks Slab +tconstruct:brownstone_slab:4, Cracked Brownstone Bricks Slab +tconstruct:brownstone_slab:5, Fancy Brownstone Bricks Slab +tconstruct:brownstone_slab:6, Square Brownstone Bricks Slab +tconstruct:brownstone_slab:7, Brownstone Road Slab +tconstruct:brownstone_slab2:0, Brownstone Creeperface Slab +tconstruct:brownstone_slab2:1, Triangle Brownstone Bricks Slab +tconstruct:brownstone_slab2:2, Small Brownstone Bricks Slab +tconstruct:brownstone_slab2:3, Brownstone Tile Slab +tconstruct:brownstone_stairs_smooth:0, Smooth Brownstone Stairs +tconstruct:brownstone_stairs_rough:0, Rough Brownstone Stairs +tconstruct:brownstone_stairs_paver:0, Brownstone Paver Stairs +tconstruct:brownstone_stairs_brick:0, Brownstone Bricks Stairs +tconstruct:brownstone_stairs_brick_cracked:0, Cracked Brownstone Bricks Stairs +tconstruct:brownstone_stairs_brick_fancy:0, Fancy Brownstone Bricks Stairs +tconstruct:brownstone_stairs_brick_square:0, Square Brownstone Bricks Stairs +tconstruct:brownstone_stairs_brick_triangle:0, Triangle Brownstone Bricks Stairs +tconstruct:brownstone_stairs_brick_small:0, Small Brownstone Bricks Stairs +tconstruct:brownstone_stairs_road:0, Brownstone Road Stairs +tconstruct:brownstone_stairs_tile:0, Brownstone Tile Stairs +tconstruct:brownstone_stairs_creeper:0, Brownstone Creeperface Stairs +tconstruct:slimesling:0, Slimesling +tconstruct:slimesling:1, Slimesling +tconstruct:slimesling:2, Slimesling +tconstruct:slimesling:3, Congealed Bloodsling +tconstruct:slimesling:4, Slimesling +tconstruct:slime_boots:0, Slime Boots +tconstruct:slime_boots:1, Slime Boots +tconstruct:slime_boots:2, Slime Boots +tconstruct:slime_boots:3, Congealed Blood Boots +tconstruct:slime_boots:4, Slime Boots +tconstruct:piggybackpack, Piggybackpack +tconstruct:throwball:0, Glowball +tconstruct:throwball:1, EFLN +tconstruct:stone_stick, Stone Rod +tconstruct:fancy_frame:0, Fancy Item Frame +tconstruct:fancy_frame:1, Aluminium Brass Item Frame +tconstruct:fancy_frame:2, Cobalt Item Frame +tconstruct:fancy_frame:3, Ardite Item Frame +tconstruct:fancy_frame:4, Manyullyn Item Frame +tconstruct:fancy_frame:5, Golden Item Frame +tconstruct:fancy_frame:6, Clear Item Frame +tconstruct:moms_spaghetti, Mom's Spaghetti +cfm:coffee_table_oak, Oak Coffee Table +cfm:coffee_table_spruce, Spruce Coffee Table +cfm:coffee_table_birch, Birch Coffee Table +cfm:coffee_table_jungle, Jungle Coffee Table +cfm:coffee_table_acacia, Acacia Coffee Table +cfm:coffee_table_dark_oak, Dark Oak Coffee Table +cfm:coffee_table_stone, Stone Coffee Table +cfm:coffee_table_granite, Granite Coffee Table +cfm:coffee_table_diorite, Diorite Coffee Table +cfm:coffee_table_andesite, Andesite Coffee Table +cfm:table_oak, Oak Table +cfm:table_spruce, Spruce Table +cfm:table_birch, Birch Table +cfm:table_jungle, Jungle Table +cfm:table_acacia, Acacia Table +cfm:table_dark_oak, Dark Oak Table +cfm:table_stone, Stone Table +cfm:table_granite, Granite Table +cfm:table_diorite, Diorite Table +cfm:table_andesite, Andesite Table +cfm:chair_oak, Oak Chair +cfm:chair_spruce, Spruce Chair +cfm:chair_birch, Birch Chair +cfm:chair_jungle, Jungle Chair +cfm:chair_acacia, Acacia Chair +cfm:chair_dark_oak, Dark Oak Chair +cfm:chair_stone, Stone Chair +cfm:chair_granite, Granite Chair +cfm:chair_diorite, Diorite Chair +cfm:chair_andesite, Andesite Chair +cfm:freezer, Fridge +cfm:cabinet_oak, Oak Cabinet +cfm:cabinet_spruce, Spruce Cabinet +cfm:cabinet_birch, Birch Cabinet +cfm:cabinet_jungle, Jungle Cabinet +cfm:cabinet_acacia, Acacia Cabinet +cfm:cabinet_dark_oak, Dark Oak Cabinet +cfm:cabinet_stone, Stone Cabinet +cfm:cabinet_granite, Granite Cabinet +cfm:cabinet_diorite, Diorite Cabinet +cfm:cabinet_andesite, Andesite Cabinet +cfm:couch:0, White Couch +cfm:couch:1, Orange Couch +cfm:couch:2, Magenta Couch +cfm:couch:3, Light Blue Couch +cfm:couch:4, Yellow Couch +cfm:couch:5, Lime Couch +cfm:couch:6, Pink Couch +cfm:couch:7, Gray Couch +cfm:couch:8, Light Gray Couch +cfm:couch:9, Cyan Couch +cfm:couch:10, Purple Couch +cfm:couch:11, Blue Couch +cfm:couch:12, Brown Couch +cfm:couch:13, Green Couch +cfm:couch:14, Red Couch +cfm:couch:15, Black Couch +cfm:couch_jeb, Rave Couch +cfm:lamp_off:0, White Lamp +cfm:lamp_off:1, Orange Lamp +cfm:lamp_off:2, Magenta Lamp +cfm:lamp_off:3, Light Blue Lamp +cfm:lamp_off:4, Yellow Lamp +cfm:lamp_off:5, Lime Lamp +cfm:lamp_off:6, Pink Lamp +cfm:lamp_off:7, Gray Lamp +cfm:lamp_off:8, Light Gray Lamp +cfm:lamp_off:9, Cyan Lamp +cfm:lamp_off:10, Purple Lamp +cfm:lamp_off:11, Blue Lamp +cfm:lamp_off:12, Brown Lamp +cfm:lamp_off:13, Green Lamp +cfm:lamp_off:14, Red Lamp +cfm:lamp_off:15, Black Lamp +cfm:blinds_open, Oak Blinds +cfm:blinds_spruce_open, Spruce Blinds +cfm:blinds_birch_open, Birch Blinds +cfm:blinds_jungle_open, Jungle Blinds +cfm:blinds_acacia_open, Acacia Blinds +cfm:blinds_dark_oak_open, Dark Oak Blinds +cfm:curtains_open:0, White Curtains +cfm:curtains_open:1, Orange Curtains +cfm:curtains_open:2, Magenta Curtains +cfm:curtains_open:3, Light Blue Curtains +cfm:curtains_open:4, Yellow Curtains +cfm:curtains_open:5, Lime Curtains +cfm:curtains_open:6, Pink Curtains +cfm:curtains_open:7, Gray Curtains +cfm:curtains_open:8, Light Gray Curtains +cfm:curtains_open:9, Cyan Curtains +cfm:curtains_open:10, Purple Curtains +cfm:curtains_open:11, Blue Curtains +cfm:curtains_open:12, Brown Curtains +cfm:curtains_open:13, Green Curtains +cfm:curtains_open:14, Red Curtains +cfm:curtains_open:15, Black Curtains +cfm:bedside_cabinet_oak, Oak Bedside Cabinet +cfm:bedside_cabinet_spruce, Spruce Bedside Cabinet +cfm:bedside_cabinet_birch, Birch Bedside Cabinet +cfm:bedside_cabinet_jungle, Jungle Bedside Cabinet +cfm:bedside_cabinet_acacia, Acacia Bedside Cabinet +cfm:bedside_cabinet_dark_oak, Dark Oak Bedside Cabinet +cfm:bedside_cabinet_stone, Stone Bedside Cabinet +cfm:bedside_cabinet_granite, Granite Bedside Cabinet +cfm:bedside_cabinet_diorite, Diorite Bedside Cabinet +cfm:bedside_cabinet_andesite, Andesite Bedside Cabinet +cfm:oven, Oven +cfm:range_hood, Oven Rangehood +cfm:hedge_oak, Oak Hedge +cfm:hedge_spruce, Spruce Hedge +cfm:hedge_birch, Birch Hedge +cfm:hedge_jungle, Jungle Hedge +cfm:hedge_acacia, Acacia Hedge +cfm:hedge_dark_oak, Dark Oak Hedge +cfm:bird_bath, Bird Bath +cfm:stone_path, Stone Path +cfm:white_fence, White Fence +cfm:white_gate, White Gate +cfm:tap, Tap +cfm:mail_box, Oak Mail Box +cfm:mail_box_spruce, Spruce Mail Box +cfm:mail_box_birch, Birch Mail Box +cfm:mail_box_jungle, Jungle Mail Box +cfm:mail_box_acacia, Acacia Mail Box +cfm:mail_box_dark_oak, Dark Oak Mail Box +cfm:tv, TV +cfm:computer, Computer +cfm:printer, Printer +cfm:electric_fence, Electric Fence +cfm:door_bell, Oak Door Bell +cfm:door_bell_spruce, Spruce Door Bell +cfm:door_bell_birch, Birch Door Bell +cfm:door_bell_jungle, Jungle Door Bell +cfm:door_bell_acacia, Acacia Door Bell +cfm:door_bell_dark_oak, Dark Oak Door Bell +cfm:fire_alarm_off, Fire Alarm +cfm:fire_alarm_on, Fire Alarm (On) +cfm:ceiling_light_off, Ceiling Light +cfm:stereo, Stereo +cfm:toilet, Toilet +cfm:basin, Basin +cfm:wall_cabinet, Wall Cabinet +cfm:bath_bottom, Bath +cfm:shower_bottom, Shower +cfm:shower_head_off, Shower Head +cfm:bin, Bin +cfm:present:0, White Present +cfm:present:1, Orange Present +cfm:present:2, Magenta Present +cfm:present:3, Light Blue Present +cfm:present:4, Yellow Present +cfm:present:5, Lime Present +cfm:present:6, Pink Present +cfm:present:7, Gray Present +cfm:present:8, Light Gray Present +cfm:present:9, Cyan Present +cfm:present:10, Purple Present +cfm:present:11, Blue Present +cfm:present:12, Brown Present +cfm:present:13, Green Present +cfm:present:14, Red Present +cfm:present:15, Black Present +cfm:tree_bottom, Christmas Tree +cfm:toaster, Toaster +cfm:microwave, Microwave +cfm:washing_machine, Washing Machine +cfm:cookie_jar, Cookie Jar +cfm:blender, Blender +cfm:plate, Plate +cfm:counter:0, White Kitchen Counter +cfm:counter:1, Orange Kitchen Counter +cfm:counter:2, Magenta Kitchen Counter +cfm:counter:3, Light Blue Kitchen Counter +cfm:counter:4, Yellow Kitchen Counter +cfm:counter:5, Lime Kitchen Counter +cfm:counter:6, Pink Kitchen Counter +cfm:counter:7, Gray Kitchen Counter +cfm:counter:8, Light Gray Kitchen Counter +cfm:counter:9, Cyan Kitchen Counter +cfm:counter:10, Purple Kitchen Counter +cfm:counter:11, Blue Kitchen Counter +cfm:counter:12, Brown Kitchen Counter +cfm:counter:13, Green Kitchen Counter +cfm:counter:14, Red Kitchen Counter +cfm:counter:15, Black Kitchen Counter +cfm:counter_sink:0, White Kitchen Counter (Sink) +cfm:counter_sink:1, Orange Kitchen Counter (Sink) +cfm:counter_sink:2, Magenta Kitchen Counter (Sink) +cfm:counter_sink:3, Light Blue Kitchen Counter (Sink) +cfm:counter_sink:4, Yellow Kitchen Counter (Sink) +cfm:counter_sink:5, Lime Kitchen Counter (Sink) +cfm:counter_sink:6, Pink Kitchen Counter (Sink) +cfm:counter_sink:7, Gray Kitchen Counter (Sink) +cfm:counter_sink:8, Light Gray Kitchen Counter (Sink) +cfm:counter_sink:9, Cyan Kitchen Counter (Sink) +cfm:counter_sink:10, Purple Kitchen Counter (Sink) +cfm:counter_sink:11, Blue Kitchen Counter (Sink) +cfm:counter_sink:12, Brown Kitchen Counter (Sink) +cfm:counter_sink:13, Green Kitchen Counter (Sink) +cfm:counter_sink:14, Red Kitchen Counter (Sink) +cfm:counter_sink:15, Black Kitchen Counter (Sink) +cfm:counter_drawer:0, White Kitchen Counter Drawer +cfm:counter_drawer:1, Orange Kitchen Counter Drawer +cfm:counter_drawer:2, Magenta Kitchen Counter Drawer +cfm:counter_drawer:3, Light Blue Kitchen Counter Drawer +cfm:counter_drawer:4, Yellow Kitchen Counter Drawer +cfm:counter_drawer:5, Lime Kitchen Counter Drawer +cfm:counter_drawer:6, Pink Kitchen Counter Drawer +cfm:counter_drawer:7, Gray Kitchen Counter Drawer +cfm:counter_drawer:8, Light Gray Kitchen Counter Drawer +cfm:counter_drawer:9, Cyan Kitchen Counter Drawer +cfm:counter_drawer:10, Purple Kitchen Counter Drawer +cfm:counter_drawer:11, Blue Kitchen Counter Drawer +cfm:counter_drawer:12, Brown Kitchen Counter Drawer +cfm:counter_drawer:13, Green Kitchen Counter Drawer +cfm:counter_drawer:14, Red Kitchen Counter Drawer +cfm:counter_drawer:15, Black Kitchen Counter Drawer +cfm:dishwasher, Dishwasher +cfm:cabinet_kitchen:0, White Kitchen Cabinet +cfm:cabinet_kitchen:1, Orange Kitchen Cabinet +cfm:cabinet_kitchen:2, Magenta Kitchen Cabinet +cfm:cabinet_kitchen:3, Light Blue Kitchen Cabinet +cfm:cabinet_kitchen:4, Yellow Kitchen Cabinet +cfm:cabinet_kitchen:5, Lime Kitchen Cabinet +cfm:cabinet_kitchen:6, Pink Kitchen Cabinet +cfm:cabinet_kitchen:7, Gray Kitchen Cabinet +cfm:cabinet_kitchen:8, Light Gray Kitchen Cabinet +cfm:cabinet_kitchen:9, Cyan Kitchen Cabinet +cfm:cabinet_kitchen:10, Purple Kitchen Cabinet +cfm:cabinet_kitchen:11, Blue Kitchen Cabinet +cfm:cabinet_kitchen:12, Brown Kitchen Cabinet +cfm:cabinet_kitchen:13, Green Kitchen Cabinet +cfm:cabinet_kitchen:14, Red Kitchen Cabinet +cfm:cabinet_kitchen:15, Black Kitchen Cabinet +cfm:chopping_board, Chopping Board +cfm:bar_stool:0, White Bar Stool +cfm:bar_stool:1, Orange Bar Stool +cfm:bar_stool:2, Magenta Bar Stool +cfm:bar_stool:3, Light Blue Bar Stool +cfm:bar_stool:4, Yellow Bar Stool +cfm:bar_stool:5, Lime Bar Stool +cfm:bar_stool:6, Pink Bar Stool +cfm:bar_stool:7, Gray Bar Stool +cfm:bar_stool:8, Light Gray Bar Stool +cfm:bar_stool:9, Cyan Bar Stool +cfm:bar_stool:10, Purple Bar Stool +cfm:bar_stool:11, Blue Bar Stool +cfm:bar_stool:12, Brown Bar Stool +cfm:bar_stool:13, Green Bar Stool +cfm:bar_stool:14, Red Bar Stool +cfm:bar_stool:15, Black Bar Stool +cfm:mirror, Magic Mirror +cfm:mantel_piece, Mantelpiece +cfm:grand_chair_bottom, Grand Chair +cfm:candle, Candle +cfm:chimney, Chimney +cfm:wreath, Wreath +cfm:fairy_light, Fairy Light +cfm:fire_pit_on, Fire Pit +cfm:trampoline, Trampoline +cfm:crate, Crate +cfm:crate_spruce, Spruce Crate +cfm:crate_birch, Birch Crate +cfm:crate_jungle, Jungle Crate +cfm:crate_acacia, Acacia Crate +cfm:crate_dark_oak, Dark Oak Crate +cfm:bench, Outdoor Bench +cfm:table_outdoor, Outdoor Table +cfm:grill, Grill +cfm:divingboard_base, Divingboard +cfm:door_mat:0, White Door Mat +cfm:door_mat:1, Orange Door Mat +cfm:door_mat:2, Magenta Door Mat +cfm:door_mat:3, Light Blue Door Mat +cfm:door_mat:4, Yellow Door Mat +cfm:door_mat:5, Lime Door Mat +cfm:door_mat:6, Pink Door Mat +cfm:door_mat:7, Gray Door Mat +cfm:door_mat:8, Light Gray Door Mat +cfm:door_mat:9, Cyan Door Mat +cfm:door_mat:10, Purple Door Mat +cfm:door_mat:11, Blue Door Mat +cfm:door_mat:12, Brown Door Mat +cfm:door_mat:13, Green Door Mat +cfm:door_mat:14, Red Door Mat +cfm:door_mat:15, Black Door Mat +cfm:esky:0, White Cooler +cfm:esky:1, Orange Cooler +cfm:esky:2, Magenta Cooler +cfm:esky:3, Light Blue Cooler +cfm:esky:4, Yellow Cooler +cfm:esky:5, Lime Cooler +cfm:esky:6, Pink Cooler +cfm:esky:7, Gray Cooler +cfm:esky:8, Light Gray Cooler +cfm:esky:9, Cyan Cooler +cfm:esky:10, Purple Cooler +cfm:esky:11, Blue Cooler +cfm:esky:12, Brown Cooler +cfm:esky:13, Green Cooler +cfm:esky:14, Red Cooler +cfm:esky:15, Black Cooler +cfm:modern_window, Modern Window +cfm:modern_sliding_door, Modern Sliding Door +cfm:light_switch_off, Light Switch +cfm:ceiling_fan, Ceiling Fan +cfm:desk_oak, Oak Desk +cfm:desk_spruce, Spruce Desk +cfm:desk_birch, Birch Desk +cfm:desk_jungle, Jungle Desk +cfm:desk_acacia, Acacia Desk +cfm:desk_dark_oak, Dark Oak Desk +cfm:desk_stone, Stone Desk +cfm:desk_granite, Granite Desk +cfm:desk_diorite, Diorite Desk +cfm:desk_andesite, Andesite Desk +cfm:desk_cabinet_oak, Oak Desk Cabinet +cfm:desk_cabinet_spruce, Spruce Desk Cabinet +cfm:desk_cabinet_birch, Birch Desk Cabinet +cfm:desk_cabinet_jungle, Jungle Desk Cabinet +cfm:desk_cabinet_acacia, Acacia Desk Cabinet +cfm:desk_cabinet_dark_oak, Dark Oak Desk Cabinet +cfm:desk_cabinet_stone, Stone Desk Cabinet +cfm:desk_cabinet_granite, Granite Desk Cabinet +cfm:desk_cabinet_diorite, Diorite Desk Cabinet +cfm:desk_cabinet_andesite, Andesite Desk Cabinet +cfm:digital_clock:0, Digital Clock +cfm:digital_clock:1, Digital Clock +cfm:digital_clock:2, Digital Clock +cfm:digital_clock:3, Digital Clock +cfm:digital_clock:4, Digital Clock +cfm:digital_clock:5, Digital Clock +cfm:digital_clock:6, Digital Clock +cfm:digital_clock:7, Digital Clock +cfm:digital_clock:8, Digital Clock +cfm:digital_clock:9, Digital Clock +cfm:digital_clock:10, Digital Clock +cfm:digital_clock:11, Digital Clock +cfm:digital_clock:12, Digital Clock +cfm:digital_clock:13, Digital Clock +cfm:digital_clock:14, Digital Clock +cfm:digital_clock:15, Digital Clock +cfm:modern_tv, Modern TV +cfm:photo_frame:0, White Photo Frame +cfm:photo_frame:1, Orange Photo Frame +cfm:photo_frame:2, Magenta Photo Frame +cfm:photo_frame:3, Light Blue Photo Frame +cfm:photo_frame:4, Yellow Photo Frame +cfm:photo_frame:5, Lime Photo Frame +cfm:photo_frame:6, Pink Photo Frame +cfm:photo_frame:7, Gray Photo Frame +cfm:photo_frame:8, Light Gray Photo Frame +cfm:photo_frame:9, Cyan Photo Frame +cfm:photo_frame:10, Purple Photo Frame +cfm:photo_frame:11, Blue Photo Frame +cfm:photo_frame:12, Brown Photo Frame +cfm:photo_frame:13, Green Photo Frame +cfm:photo_frame:14, Red Photo Frame +cfm:photo_frame:15, Black Photo Frame +cfm:modern_couch:0, White Modern Couch +cfm:modern_couch:1, Orange Modern Couch +cfm:modern_couch:2, Magenta Modern Couch +cfm:modern_couch:3, Light Blue Modern Couch +cfm:modern_couch:4, Yellow Modern Couch +cfm:modern_couch:5, Lime Modern Couch +cfm:modern_couch:6, Pink Modern Couch +cfm:modern_couch:7, Gray Modern Couch +cfm:modern_couch:8, Light Gray Modern Couch +cfm:modern_couch:9, Cyan Modern Couch +cfm:modern_couch:10, Purple Modern Couch +cfm:modern_couch:11, Blue Modern Couch +cfm:modern_couch:12, Brown Modern Couch +cfm:modern_couch:13, Green Modern Couch +cfm:modern_couch:14, Red Modern Couch +cfm:modern_couch:15, Black Modern Couch +cfm:modern_table, Modern Table +cfm:modern_chair, Modern Chair +cfm:modern_coffee_table, Modern Coffee Table +cfm:modern_table_outdoor, Modern Outdoor Table +cfm:modern_stair, Modern Stairs +cfm:modern_bed_bottom:0, White Modern Bed +cfm:modern_bed_bottom:1, Orange Modern Bed +cfm:modern_bed_bottom:2, Magenta Modern Bed +cfm:modern_bed_bottom:3, Light Blue Modern Bed +cfm:modern_bed_bottom:4, Yellow Modern Bed +cfm:modern_bed_bottom:5, Lime Modern Bed +cfm:modern_bed_bottom:6, Pink Modern Bed +cfm:modern_bed_bottom:7, Gray Modern Bed +cfm:modern_bed_bottom:8, Light Gray Modern Bed +cfm:modern_bed_bottom:9, Cyan Modern Bed +cfm:modern_bed_bottom:10, Purple Modern Bed +cfm:modern_bed_bottom:11, Blue Modern Bed +cfm:modern_bed_bottom:12, Brown Modern Bed +cfm:modern_bed_bottom:13, Green Modern Bed +cfm:modern_bed_bottom:14, Red Modern Bed +cfm:modern_bed_bottom:15, Black Modern Bed +cfm:tv_stand, Modern TV Stand +cfm:modern_light_off, Modern Light +cfm:upgraded_fence_oak, Oak Upgraded Fence +cfm:upgraded_fence_spruce, Spruce Upgraded Fence +cfm:upgraded_fence_birch, Birch Upgraded Fence +cfm:upgraded_fence_jungle, Jungle Upgraded Fence +cfm:upgraded_fence_acacia, Acacia Upgraded Fence +cfm:upgraded_fence_dark_oak, Dark Oak Upgraded Fence +cfm:upgraded_fence_nether_brick, Nether Brick Upgraded Fence +cfm:upgraded_gate_oak, Oak Upgraded Gate +cfm:upgraded_gate_spruce, Spruce Upgraded Gate +cfm:upgraded_gate_birch, Birch Upgraded Gate +cfm:upgraded_gate_jungle, Jungle Upgraded Gate +cfm:upgraded_gate_acacia, Acacia Upgraded Gate +cfm:upgraded_gate_dark_oak, Dark Oak Upgraded Gate +cfm:park_bench_oak, Oak Park Bench +cfm:park_bench_spruce, Spruce Park Bench +cfm:park_bench_birch, Birch Park Bench +cfm:park_bench_jungle, Jungle Park Bench +cfm:park_bench_acacia, Acacia Park Bench +cfm:park_bench_dark_oak, Dark Oak Park Bench +cfm:inflatable_castle:0, Inflatable Castle +cfm:inflatable_castle:1, Inflatable Castle +cfm:inflatable_castle:2, Inflatable Castle +cfm:inflatable_castle:3, Inflatable Castle +cfm:inflatable_castle:4, Inflatable Castle +cfm:inflatable_castle:5, Inflatable Castle +cfm:inflatable_castle:6, Inflatable Castle +cfm:inflatable_castle:7, Inflatable Castle +cfm:inflatable_castle:8, Inflatable Castle +cfm:inflatable_castle:9, Inflatable Castle +cfm:inflatable_castle:10, Inflatable Castle +cfm:inflatable_castle:11, Inflatable Castle +cfm:inflatable_castle:12, Inflatable Castle +cfm:inflatable_castle:13, Inflatable Castle +cfm:inflatable_castle:14, Inflatable Castle +cfm:inflatable_castle:15, Inflatable Castle +cfm:castle_netting, Castle Netting +cfm:item_flesh, Flesh +cfm:item_flesh_cooked, Cooked Flesh +cfm:item_cool_pack, Cooling Pack +cfm:item_hammer, Hammer +cfm:item_envelope, Envelope +cfm:item_envelope_signed, item.item_envelope_signed.name +cfm:item_package, Package +cfm:item_package_signed, item.item_package_signed.name +cfm:item_ink_cartridge, Ink Cartridge +cfm:item_bread_slice, Bread Slice +cfm:item_toast, Toast +cfm:item_knife, Knife +cfm:item_cup, Cup +cfm:item_drink, item.item_drink.name +cfm:item_soap, Soap +cfm:item_soap_water, Soapy Water +cfm:item_super_soap_water, Super Soapy Water +cfm:item_recipe_book, Recipe Book +cfm:item_crayfish, item.item_crayfish.name +cfm:item_log, Chopped Log +cfm:item_spatula, Spatula +cfm:item_sausage, Sausage +cfm:item_sausage_cooked, Cooked Sausage +cfm:item_kebab, Raw Kebab +cfm:item_kebab_cooked, Cooked Kebab +cfm:item_crow_bar, Crow Bar +cfm:ceiling_fan_fans, item.ceiling_fan_fans.name +cfm:tv_remote, TV Remote +growthcraft:salt_block, Block Of Salt +growthcraft:salt_ore, Salt Ore +growthcraft:crowbar:0, White Crowbar +growthcraft:crowbar:1, Orange Crowbar +growthcraft:crowbar:2, Magenta Crowbar +growthcraft:crowbar:3, Light Blue Crowbar +growthcraft:crowbar:4, Yellow Crowbar +growthcraft:crowbar:5, Lime Crowbar +growthcraft:crowbar:6, Pink Crowbar +growthcraft:crowbar:7, Gray Crowbar +growthcraft:crowbar:8, Silver Crowbar +growthcraft:crowbar:9, Cyan Crowbar +growthcraft:crowbar:10, Purple Crowbar +growthcraft:crowbar:11, Blue Crowbar +growthcraft:crowbar:12, Brown Crowbar +growthcraft:crowbar:13, Green Crowbar +growthcraft:crowbar:14, Red Crowbar +growthcraft:crowbar:15, Black Crowbar +growthcraft:salt, Salt +growthcraft:rope, Rope +growthcraft_cellar:brew_kettle, Brew Kettle +growthcraft_cellar:ferment_barrel, Fermentation Barrel +growthcraft_cellar:culture_jar, Culture Jar +growthcraft_cellar:fruit_press, Fruit Press +growthcraft_cellar:cork_log, Cork Wood +growthcraft_cellar:cork_log_stripped, Cork Wood (Stripped) +growthcraft_cellar:cork_sapling, tile.cork_sapling.name +growthcraft_cellar:cork_leaves, Cork Leaves +growthcraft_cellar:achievement_dummy:0, Is Trouble Brewing? +growthcraft_cellar:yeast:0, Brewer's Yeast +growthcraft_cellar:yeast:1, Lager Yeast +growthcraft_cellar:yeast:2, Bayanus Yeast +growthcraft_cellar:yeast:3, Ethereal Yeast +growthcraft_cellar:yeast:4, Origin Yeast +growthcraft_cellar:brew_kettle_lid, Brewing Kettle Lid +growthcraft_cellar:barrel_tap, Barrel Tap +growthcraft_cellar:cork_bark, Cork Bark +growthcraft_bees:honey_comb_empty, Empty Honey Comb +growthcraft_bees:honey_comb_filled, Full Honey Comb +growthcraft_bees:honey_jar, Honey Jar +growthcraft_bees:bee, Bee +growthcraft_bees:bees_wax:0, White Beeswax +growthcraft_bees:bees_wax:1, Orange Beeswax +growthcraft_bees:bees_wax:2, Magenta Beeswax +growthcraft_bees:bees_wax:3, item.bees_wax.lightBlue.name +growthcraft_bees:bees_wax:4, Yellow Beeswax +growthcraft_bees:bees_wax:5, Lime Beeswax +growthcraft_bees:bees_wax:6, Pink Beeswax +growthcraft_bees:bees_wax:7, Gray Beeswax +growthcraft_bees:bees_wax:8, Light Gray Beeswax +growthcraft_bees:bees_wax:9, Cyan Beeswax +growthcraft_bees:bees_wax:10, Purple Beeswax +growthcraft_bees:bees_wax:11, Blue Beeswax +growthcraft_bees:bees_wax:12, Brown Beeswax +growthcraft_bees:bees_wax:13, Green Beeswax +growthcraft_bees:bees_wax:14, Red Beeswax +growthcraft_bees:bees_wax:15, Black Beeswax +growthcraft_bees:mead:0, Mead Must +growthcraft_bees:mead:1, Mead +growthcraft_bees:mead:2, Potent Mead +growthcraft_bees:mead:3, Extended Mead +growthcraft_bees:mead:4, Magical Mead +growthcraft_bees:mead:5, Intoxicated Mead +growthcraft_bees:mead:6, Mead +growthcraft_bees:mead:7, Hyper-Extended Mead +growthcraft_bees:beebox, Bee Box +growthcraft_bees:beehive, Beehive +growthcraft_bees:bottlefluid_honey, Honey Bottle +growthcraft_milk:thistle, Thistle +growthcraft_milk:thistle_seed, Thistle +growthcraft_milk:stomach, Stomach +growthcraft_milk:cheese_cloth, Cheese Cloth +growthcraft_milk:starter_culture, Starter Culture +growthcraft_milk:butter:0, Butter +growthcraft_milk:butter:1, Salted Butter +growthcraft_milk:ice_cream:0, Ice Cream +growthcraft_milk:ice_cream:1, Chocolate Ice Cream +growthcraft_milk:ice_cream:2, Purple Grape Ice Cream +growthcraft_milk:ice_cream:3, Apple Ice Cream +growthcraft_milk:ice_cream:4, Honey Ice Cream +growthcraft_milk:ice_cream:5, Watermelon Ice Cream +growthcraft_milk:yogurt:0, Yogurt +growthcraft_milk:yogurt:1, Chocolate Yogurt +growthcraft_milk:yogurt:2, Purple Grape Yogurt +growthcraft_milk:yogurt:3, Apple Yogurt +growthcraft_milk:yogurt:4, Honey Yogurt +growthcraft_milk:yogurt:5, Watermelon Yogurt +growthcraft_milk:knife, Cheese Knife +growthcraft_milk:cheese_aged_slice:0, Gorgonzola Cheese Slice +growthcraft_milk:cheese_aged_slice:1, Emmentaler Cheese Slice +growthcraft_milk:cheese_aged_slice:2, Appenzeller Cheese Slice +growthcraft_milk:cheese_aged_slice:3, Asiago Cheese Slice +growthcraft_milk:cheese_aged_slice:4, Parmesan Cheese Slice +growthcraft_milk:cheese_aged_slice:5, Casu Marzu Cheese Slice +growthcraft_milk:cheese_waxed_slice:0, Cheddar Cheese Slice +growthcraft_milk:cheese_waxed_slice:1, Monterey Cheese Slice +growthcraft_milk:cheese_waxed_slice:2, Gouda Cheese Slice +growthcraft_milk:cheese_waxed_slice:3, Provolone Cheese Slice +growthcraft_milk:cheese_simple_slice:0, Ricotta Cheese +growthcraft_milk:cheese_aged:24, Gorgonzola Cheese (Unaged) +growthcraft_milk:cheese_aged:56, Emmentaler Cheese (Unaged) +growthcraft_milk:cheese_aged:88, Appenzeller Cheese (Unaged) +growthcraft_milk:cheese_aged:120, Asiago Cheese (Unaged) +growthcraft_milk:cheese_aged:152, Parmesan Cheese (Unaged) +growthcraft_milk:cheese_aged:184, Casu Marzu Cheese (Unaged) +growthcraft_milk:cheese_waxed:27, Cheddar Cheese (Unwaxed) +growthcraft_milk:cheese_waxed:59, Monterey Cheese (Unwaxed) +growthcraft_milk:cheese_waxed:91, Gouda Cheese (Unwaxed) +growthcraft_milk:cheese_waxed:123, Provolone Cheese (Unwaxed) +growthcraft_milk:curds_aged:24, Gorgonzola Curds +growthcraft_milk:curds_aged:56, Emmentaler Curds +growthcraft_milk:curds_aged:88, Appenzeller Curds +growthcraft_milk:curds_aged:120, Asiago Curds +growthcraft_milk:curds_aged:152, Parmesan Curds +growthcraft_milk:curds_aged:184, Casu Marzu Curds +growthcraft_milk:curds_waxed:24, Cheddar Curds +growthcraft_milk:curds_waxed:56, Monterey Curds +growthcraft_milk:curds_waxed:88, Gouda Curds +growthcraft_milk:curds_waxed:120, Provolone Curds +growthcraft_milk:curds_simple:24, Ricotta Curds +growthcraft_milk:kumisbottle:0, Kumis Fermented +growthcraft_milk:kumisbottle:1, Kumis Potent +growthcraft_milk:kumisbottle:2, Kumis Extended +growthcraft_milk:kumisbottle:3, Kumis Hyper-Extended +growthcraft_milk:kumisbottle:4, Kumis Potent Extended +growthcraft_milk:kumisbottle:5, Kumis Potent Hyper-Extended +growthcraft_milk:kumisbottle:6, Kumis +growthcraft_milk:cheese_vat, Cheese Vat +growthcraft_milk:pancheon, Pancheon +growthcraft_milk:churn, Churn +growthcraft_milk:cheese_press, Cheese Press +growthcraft_milk:bottlefluid_milk, Milk Bottle +growthcraft_milk:bottlefluid_butter_milk, Butter Milk Bottle +growthcraft_milk:bottlefluid_cream, Cream Bottle +growthcraft_milk:bottlefluid_milk_curds, Milk Curds Bottle +growthcraft_milk:bottlefluid_rennet, Rennet Bottle +growthcraft_milk:bottlefluid_skim_milk, Skim Milk Bottle +growthcraft_milk:bottlefluid_whey, Whey Bottle +growthcraft_milk:bottlefluid_pasteurized_milk, Pasteurized Milk Bottle +growthcraft_bamboo:bamboo_stick, Bamboo Stick +growthcraft_bamboo:bamboo_coal, Bamboo Charcoal +growthcraft_bamboo:bamboo_door_item, Bamboo Door +growthcraft_bamboo:bamboo_plank, Bamboo Planks +growthcraft_bamboo:bamboo_slab_half:0, Bamboo Slab +growthcraft_bamboo:bamboo_stairs, Bamboo Stairs +growthcraft_bamboo:bamboo_fence, Bamboo Fence +growthcraft_bamboo:bamboo_fence_gate, Bamboo Fence Gate +growthcraft_bamboo:bamboo_leaves, Bamboo Leaves +growthcraft_bamboo:bamboo_stalk, Bamboo +growthcraft_bamboo:bamboo_shoot, Bamboo Shoot +growthcraft_rice:cultivator, Cultivator +growthcraft_rice:sakebottle:0, Rice Water +growthcraft_rice:sakebottle:1, Sake Mash +growthcraft_rice:sakebottle:2, Sake +growthcraft_rice:sakebottle:3, Sake +growthcraft_rice:sakebottle:4, Sake +growthcraft_rice:sakebottle:5, Sake +growthcraft_rice:sakebottle:6, Sake +growthcraft_rice:sakebottle:7, Sake +growthcraft_rice:sakebottle:8, Sake +growthcraft_rice:rice_cooked, Cooked Rice +growthcraft_rice:rice, Rice +growthcraft_rice:rice_ball, Onigiri +growthcraft_fishtrap:fishtrap, Fishtrap +growthcraft_grapes:grape:10, Purple Grapes +growthcraft_grapes:grape:13, Green Grapes +growthcraft_grapes:grape:14, Red Grapes +growthcraft_grapes:grape_seed:10, Purple Grape Seeds +growthcraft_grapes:grape_seed:13, Green Grape Seeds +growthcraft_grapes:grape_seed:14, Red Grape Seeds +growthcraft_grapes:grapewine:0, Purple Grape Juice +growthcraft_grapes:grapewine:1, Purple Grape Wine +growthcraft_grapes:grapewine:2, Purple Grape Wine +growthcraft_grapes:grapewine:3, Purple Grape Wine +growthcraft_grapes:grapewine:4, Purple Ambrosia +growthcraft_grapes:grapewine:5, Purple Port Wine +growthcraft_grapes:grapewine:6, Purple Grape Wine +growthcraft_grapes:grapewine:7, Purple Grape Wine +growthcraft_grapes:grapewine:8, Green Grape Juice +growthcraft_grapes:grapewine:9, Green Grape Wine +growthcraft_grapes:grapewine:10, Green Grape Wine +growthcraft_grapes:grapewine:11, Green Grape Wine +growthcraft_grapes:grapewine:12, Green Ambrosia +growthcraft_grapes:grapewine:13, Green Port Wine +growthcraft_grapes:grapewine:14, Green Grape Wine +growthcraft_grapes:grapewine:15, Green Grape Wine +growthcraft_grapes:grapewine:16, Red Grape Juice +growthcraft_grapes:grapewine:17, Red Grape Wine +growthcraft_grapes:grapewine:18, Red Grape Wine +growthcraft_grapes:grapewine:19, Red Grape Wine +growthcraft_grapes:grapewine:20, Red Ambrosia +growthcraft_grapes:grapewine:21, Red Port Wine +growthcraft_grapes:grapewine:22, Red Grape Wine +growthcraft_grapes:grapewine:23, Red Grape Wine +growthcraft_apples:apple_door_item, Apple Door +growthcraft_apples:applecider:0, Apple Juice +growthcraft_apples:applecider:1, Apple Cider +growthcraft_apples:applecider:2, Apple Cider +growthcraft_apples:applecider:3, Apple Cider +growthcraft_apples:applecider:4, Silken Nectar +growthcraft_apples:applecider:5, Apple Cider +growthcraft_apples:applecider:6, Apple Cider +growthcraft_apples:apple_fence, Apple Fence +growthcraft_apples:apple_fence_gate, Apple Fence Gate +growthcraft_apples:apple_leaves:0, Apple Leaves +growthcraft_apples:apple_log, Apple Wood +growthcraft_apples:apple_planks, Apple Wood Planks +growthcraft_apples:apple_sapling, Apple Sapling +growthcraft_apples:apple_slab_half:0, Apple Wood Slab +growthcraft_apples:apple_stairs, Apple Wood Stairs +growthcraft_hops:hops, Hops +growthcraft_hops:hop_seeds, Hop Seeds +growthcraft_hops:lager:0, Lager Wort +growthcraft_hops:lager:1, Lager +growthcraft_hops:lager:2, Lager +growthcraft_hops:lager:3, Lager +growthcraft_hops:lager:4, Lager +growthcraft_hops:lager:5, Lager +growthcraft_hops:lager:6, Lager +growthcraft_hops:hopale:0, Ale Wort +growthcraft_hops:hopale:1, Ale +growthcraft_hops:hopale:2, Ale +growthcraft_hops:hopale:3, Ale +growthcraft_hops:hopale:4, Ale Wort +growthcraft_hops:hopale:5, Ale +growthcraft_hops:hopale:6, Ale +growthcraft_hops:hopale:7, Ale +growthcraft_hops:hopale:8, Ale +mekanism:electricbow, Electric Bow +mekanism:dust:0, Iron Dust +mekanism:dust:1, Gold Dust +mekanism:dust:2, Osmium Dust +mekanism:dust:3, Copper Dust +mekanism:dust:4, Tin Dust +mekanism:dust:5, Silver Dust +mekanism:dust:6, Lead Dust +mekanism:ingot:0, Refined Obsidian Ingot +mekanism:ingot:1, Osmium Ingot +mekanism:ingot:2, Bronze Ingot +mekanism:ingot:3, Glowstone Ingot +mekanism:ingot:4, Steel Ingot +mekanism:ingot:5, Copper Ingot +mekanism:ingot:6, Tin Ingot +mekanism:nugget:0, Refined Obsidian Nugget +mekanism:nugget:1, Osmium Nugget +mekanism:nugget:2, Bronze Nugget +mekanism:nugget:3, Glowstone Nugget +mekanism:nugget:4, Steel Nugget +mekanism:nugget:5, Copper Nugget +mekanism:nugget:6, Tin Nugget +mekanism:energytablet, Energy Tablet +mekanism:speedupgrade, Speed Upgrade +mekanism:energyupgrade, Energy Upgrade +mekanism:filterupgrade, Filter Upgrade +mekanism:mufflingupgrade, Muffling Upgrade +mekanism:gasupgrade, Gas Upgrade +mekanism:anchorupgrade, Anchor Upgrade +mekanism:robit, Robit +mekanism:atomicdisassembler, Atomic Disassembler +mekanism:enrichedalloy, Enriched Alloy +mekanism:reinforcedalloy, Reinforced Alloy +mekanism:atomicalloy, Atomic Alloy +mekanism:itemproxy, item.ItemProxy.name +mekanism:controlcircuit:0, Basic Control Circuit +mekanism:controlcircuit:1, Advanced Control Circuit +mekanism:controlcircuit:2, Elite Control Circuit +mekanism:controlcircuit:3, Ultimate Control Circuit +mekanism:enrichediron, Enriched Iron +mekanism:compressedcarbon, Compressed Carbon +mekanism:compressedredstone, Compressed Redstone +mekanism:compresseddiamond, Compressed Diamond +mekanism:compressedobsidian, Compressed Obsidian +mekanism:portableteleporter, Portable Teleporter +mekanism:teleportationcore, Teleportation Core +mekanism:clump:0, Iron Clump +mekanism:clump:1, Gold Clump +mekanism:clump:2, Osmium Clump +mekanism:clump:3, Copper Clump +mekanism:clump:4, Tin Clump +mekanism:clump:5, Silver Clump +mekanism:clump:6, Lead Clump +mekanism:dirtydust:0, Dirty Iron Dust +mekanism:dirtydust:1, Dirty Gold Dust +mekanism:dirtydust:2, Dirty Osmium Dust +mekanism:dirtydust:3, Dirty Copper Dust +mekanism:dirtydust:4, Dirty Tin Dust +mekanism:dirtydust:5, Dirty Silver Dust +mekanism:dirtydust:6, Dirty Lead Dust +mekanism:configurator, Configurator +mekanism:networkreader, Network Reader +mekanism:walkietalkie, Walkie-Talkie +mekanism:jetpack, Jetpack +mekanism:dictionary, Dictionary +mekanism:gasmask, Gas Mask +mekanism:scubatank, Scuba Tank +mekanism:balloon:0, §8Black Balloon +mekanism:balloon:1, §cRed Balloon +mekanism:balloon:2, §2Green Balloon +mekanism:balloon:3, §6Brown Balloon +mekanism:balloon:4, §1Blue Balloon +mekanism:balloon:5, §5Purple Balloon +mekanism:balloon:6, §3Cyan Balloon +mekanism:balloon:7, §7Light Grey Balloon +mekanism:balloon:8, §8Grey Balloon +mekanism:balloon:9, §dPink Balloon +mekanism:balloon:10, §aLime Balloon +mekanism:balloon:11, §eYellow Balloon +mekanism:balloon:12, §9Light Blue Balloon +mekanism:balloon:13, §dMagenta Balloon +mekanism:balloon:14, §6Orange Balloon +mekanism:balloon:15, §fWhite Balloon +mekanism:shard:0, Iron Shard +mekanism:shard:1, Gold Shard +mekanism:shard:2, Osmium Shard +mekanism:shard:3, Copper Shard +mekanism:shard:4, Tin Shard +mekanism:shard:5, Silver Shard +mekanism:shard:6, Lead Shard +mekanism:electrolyticcore, Electrolytic Core +mekanism:sawdust, Sawdust +mekanism:salt, Salt +mekanism:crystal:0, Iron Crystal +mekanism:crystal:1, Gold Crystal +mekanism:crystal:2, Osmium Crystal +mekanism:crystal:3, Copper Crystal +mekanism:crystal:4, Tin Crystal +mekanism:crystal:5, Silver Crystal +mekanism:crystal:6, Lead Crystal +mekanism:freerunners, Free Runners +mekanism:armoredjetpack, Armored Jetpack +mekanism:configurationcard, Configuration Card +mekanism:craftingformula, Crafting Formula +mekanism:seismicreader, Seismic Reader +mekanism:substrate, Substrate +mekanism:polyethene:0, HDPE Pellet +mekanism:polyethene:1, HDPE Rod +mekanism:polyethene:2, HDPE Sheet +mekanism:polyethene:3, PlaStick +mekanism:biofuel, Bio Fuel +mekanism:flamethrower, Flamethrower +mekanism:gaugedropper, Gauge Dropper +mekanism:tierinstaller:0, Basic Tier Installer +mekanism:tierinstaller:1, Advanced Tier Installer +mekanism:tierinstaller:2, Elite Tier Installer +mekanism:tierinstaller:3, Ultimate Tier Installer +mekanism:otherdust:0, Diamond Dust +mekanism:otherdust:1, Steel Dust +mekanism:otherdust:3, Sulfur Dust +mekanism:otherdust:4, Lithium Dust +mekanism:otherdust:5, Refined Obsidian Dust +mekanism:otherdust:6, Obsidian Dust +mekanism:basicblock:0, Osmium Block +mekanism:basicblock:1, Bronze Block +mekanism:basicblock:2, Refined Obsidian +mekanism:basicblock:3, Charcoal Block +mekanism:basicblock:4, Refined Glowstone +mekanism:basicblock:5, Steel Block +mekanism:basicblock:6, Basic Bin +mekanism:basicblock:6, Advanced Bin +mekanism:basicblock:6, Elite Bin +mekanism:basicblock:6, Ultimate Bin +mekanism:basicblock:6, Creative Bin +mekanism:basicblock:7, Teleporter Frame +mekanism:basicblock:8, Steel Casing +mekanism:basicblock:9, Dynamic Tank +mekanism:basicblock:10, Structural Glass +mekanism:basicblock:11, Dynamic Valve +mekanism:basicblock:12, Copper Block +mekanism:basicblock:13, Tin Block +mekanism:basicblock:14, Thermal Evaporation Controller +mekanism:basicblock:15, Thermal Evaporation Valve +mekanism:basicblock2:0, Thermal Evaporation Block +mekanism:basicblock2:1, Induction Casing +mekanism:basicblock2:2, Induction Port +mekanism:basicblock2:3, Basic Induction Cell +mekanism:basicblock2:3, Advanced Induction Cell +mekanism:basicblock2:3, Elite Induction Cell +mekanism:basicblock2:3, Ultimate Induction Cell +mekanism:basicblock2:4, Basic Induction Provider +mekanism:basicblock2:4, Advanced Induction Provider +mekanism:basicblock2:4, Elite Induction Provider +mekanism:basicblock2:4, Ultimate Induction Provider +mekanism:basicblock2:5, Superheating Element +mekanism:basicblock2:6, Pressure Disperser +mekanism:basicblock2:7, Boiler Casing +mekanism:basicblock2:8, Boiler Valve +mekanism:basicblock2:9, Security Desk +mekanism:machineblock:0, Enrichment Chamber +mekanism:machineblock:1, Osmium Compressor +mekanism:machineblock:2, Combiner +mekanism:machineblock:3, Crusher +mekanism:machineblock:4, Digital Miner +mekanism:machineblock:5, Basic Smelting Factory +mekanism:machineblock:5, Basic Enriching Factory +mekanism:machineblock:5, Basic Crushing Factory +mekanism:machineblock:5, Basic Compressing Factory +mekanism:machineblock:5, Basic Combining Factory +mekanism:machineblock:5, Basic Purifying Factory +mekanism:machineblock:5, Basic Injecting Factory +mekanism:machineblock:5, Basic Infusing Factory +mekanism:machineblock:5, Basic Sawing Factory +mekanism:machineblock:6, Advanced Smelting Factory +mekanism:machineblock:6, Advanced Enriching Factory +mekanism:machineblock:6, Advanced Crushing Factory +mekanism:machineblock:6, Advanced Compressing Factory +mekanism:machineblock:6, Advanced Combining Factory +mekanism:machineblock:6, Advanced Purifying Factory +mekanism:machineblock:6, Advanced Injecting Factory +mekanism:machineblock:6, Advanced Infusing Factory +mekanism:machineblock:6, Advanced Sawing Factory +mekanism:machineblock:7, Elite Smelting Factory +mekanism:machineblock:7, Elite Enriching Factory +mekanism:machineblock:7, Elite Crushing Factory +mekanism:machineblock:7, Elite Compressing Factory +mekanism:machineblock:7, Elite Combining Factory +mekanism:machineblock:7, Elite Purifying Factory +mekanism:machineblock:7, Elite Injecting Factory +mekanism:machineblock:7, Elite Infusing Factory +mekanism:machineblock:7, Elite Sawing Factory +mekanism:machineblock:8, Metallurgic Infuser +mekanism:machineblock:9, Purification Chamber +mekanism:machineblock:10, Energized Smelter +mekanism:machineblock:11, Teleporter +mekanism:machineblock:12, Electric Pump +mekanism:machineblock:13, Personal Chest +mekanism:machineblock:14, Chargepad +mekanism:machineblock:15, Logistical Sorter +mekanism:machineblock2:0, Rotary Condensentrator +mekanism:machineblock2:1, Chemical Oxidizer +mekanism:machineblock2:2, Chemical Infuser +mekanism:machineblock2:3, Chemical Injection Chamber +mekanism:machineblock2:4, Electrolytic Separator +mekanism:machineblock2:5, Precision Sawmill +mekanism:machineblock2:6, Chemical Dissolution Chamber +mekanism:machineblock2:7, Chemical Washer +mekanism:machineblock2:8, Chemical Crystallizer +mekanism:machineblock2:9, Seismic Vibrator +mekanism:machineblock2:10, Pressurized Reaction Chamber +mekanism:machineblock2:11, Basic Fluid Tank +mekanism:machineblock2:11, Advanced Fluid Tank +mekanism:machineblock2:11, Elite Fluid Tank +mekanism:machineblock2:11, Ultimate Fluid Tank +mekanism:machineblock2:11, Creative Fluid Tank +mekanism:machineblock2:12, Fluidic Plenisher +mekanism:machineblock2:13, Laser +mekanism:machineblock2:14, Laser Amplifier +mekanism:machineblock2:15, Laser Tractor Beam +mekanism:machineblock3:0, Quantum Entangloporter +mekanism:machineblock3:1, Solar Neutron Activator +mekanism:machineblock3:3, Oredictionificator +mekanism:machineblock3:4, Resistive Heater +mekanism:machineblock3:5, Formulaic Assemblicator +mekanism:machineblock3:6, Fuelwood Heater +mekanism:oreblock:0, Osmium Ore +mekanism:oreblock:1, Copper Ore +mekanism:oreblock:2, Tin Ore +mekanism:energycube:0, Basic Energy Cube +mekanism:energycube:0, Basic Energy Cube +mekanism:energycube:0, Advanced Energy Cube +mekanism:energycube:0, Advanced Energy Cube +mekanism:energycube:0, Elite Energy Cube +mekanism:energycube:0, Elite Energy Cube +mekanism:energycube:0, Ultimate Energy Cube +mekanism:energycube:0, Ultimate Energy Cube +mekanism:energycube:0, Creative Energy Cube +mekanism:energycube:0, Creative Energy Cube +mekanism:transmitter:0, Basic Universal Cable +mekanism:transmitter:0, Advanced Universal Cable +mekanism:transmitter:0, Elite Universal Cable +mekanism:transmitter:0, Ultimate Universal Cable +mekanism:transmitter:1, Basic Mechanical Pipe +mekanism:transmitter:1, Advanced Mechanical Pipe +mekanism:transmitter:1, Elite Mechanical Pipe +mekanism:transmitter:1, Ultimate Mechanical Pipe +mekanism:transmitter:2, Basic Pressurized Tube +mekanism:transmitter:2, Advanced Pressurized Tube +mekanism:transmitter:2, Elite Pressurized Tube +mekanism:transmitter:2, Ultimate Pressurized Tube +mekanism:transmitter:3, Basic Logistical Transporter +mekanism:transmitter:3, Advanced Logistical Transporter +mekanism:transmitter:3, Elite Logistical Transporter +mekanism:transmitter:3, Ultimate Logistical Transporter +mekanism:transmitter:4, Restrictive Transporter +mekanism:transmitter:5, Diversion Transporter +mekanism:transmitter:6, Basic Thermodynamic Conductor +mekanism:transmitter:6, Advanced Thermodynamic Conductor +mekanism:transmitter:6, Elite Thermodynamic Conductor +mekanism:transmitter:6, Ultimate Thermodynamic Conductor +mekanism:obsidiantnt, Obsidian TNT +mekanism:boundingblock, Bounding Block +mekanism:gastank:0, Basic Gas Tank +mekanism:gastank:0, Advanced Gas Tank +mekanism:gastank:0, Elite Gas Tank +mekanism:gastank:0, Ultimate Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:gastank:0, Creative Gas Tank +mekanism:cardboardbox, Cardboard Box +mekanism:glowpanel:0, §8Black Glow Panel +mekanism:glowpanel:1, §cRed Glow Panel +mekanism:glowpanel:2, §2Green Glow Panel +mekanism:glowpanel:3, §6Brown Glow Panel +mekanism:glowpanel:4, §1Blue Glow Panel +mekanism:glowpanel:5, §5Purple Glow Panel +mekanism:glowpanel:6, §3Cyan Glow Panel +mekanism:glowpanel:7, §7Light Grey Glow Panel +mekanism:glowpanel:8, §8Grey Glow Panel +mekanism:glowpanel:9, §dPink Glow Panel +mekanism:glowpanel:10, §aLime Glow Panel +mekanism:glowpanel:11, §eYellow Glow Panel +mekanism:glowpanel:12, §9Light Blue Glow Panel +mekanism:glowpanel:13, §dMagenta Glow Panel +mekanism:glowpanel:14, §6Orange Glow Panel +mekanism:glowpanel:15, §fWhite Glow Panel +mekanism:plasticblock:0, §8Black Plastic Block +mekanism:plasticblock:1, §cRed Plastic Block +mekanism:plasticblock:2, §2Green Plastic Block +mekanism:plasticblock:3, §6Brown Plastic Block +mekanism:plasticblock:4, §1Blue Plastic Block +mekanism:plasticblock:5, §5Purple Plastic Block +mekanism:plasticblock:6, §3Cyan Plastic Block +mekanism:plasticblock:7, §7Light Grey Plastic Block +mekanism:plasticblock:8, §8Grey Plastic Block +mekanism:plasticblock:9, §dPink Plastic Block +mekanism:plasticblock:10, §aLime Plastic Block +mekanism:plasticblock:11, §eYellow Plastic Block +mekanism:plasticblock:12, §9Light Blue Plastic Block +mekanism:plasticblock:13, §dMagenta Plastic Block +mekanism:plasticblock:14, §6Orange Plastic Block +mekanism:plasticblock:15, §fWhite Plastic Block +mekanism:slickplasticblock:0, §8Black Slick Plastic Block +mekanism:slickplasticblock:1, §cRed Slick Plastic Block +mekanism:slickplasticblock:2, §2Green Slick Plastic Block +mekanism:slickplasticblock:3, §6Brown Slick Plastic Block +mekanism:slickplasticblock:4, §1Blue Slick Plastic Block +mekanism:slickplasticblock:5, §5Purple Slick Plastic Block +mekanism:slickplasticblock:6, §3Cyan Slick Plastic Block +mekanism:slickplasticblock:7, §7Light Grey Slick Plastic Block +mekanism:slickplasticblock:8, §8Grey Slick Plastic Block +mekanism:slickplasticblock:9, §dPink Slick Plastic Block +mekanism:slickplasticblock:10, §aLime Slick Plastic Block +mekanism:slickplasticblock:11, §eYellow Slick Plastic Block +mekanism:slickplasticblock:12, §9Light Blue Slick Plastic Block +mekanism:slickplasticblock:13, §dMagenta Slick Plastic Block +mekanism:slickplasticblock:14, §6Orange Slick Plastic Block +mekanism:slickplasticblock:15, §fWhite Slick Plastic Block +mekanism:glowplasticblock:0, §8Black Plastic Glow Block +mekanism:glowplasticblock:1, §cRed Plastic Glow Block +mekanism:glowplasticblock:2, §2Green Plastic Glow Block +mekanism:glowplasticblock:3, §6Brown Plastic Glow Block +mekanism:glowplasticblock:4, §1Blue Plastic Glow Block +mekanism:glowplasticblock:5, §5Purple Plastic Glow Block +mekanism:glowplasticblock:6, §3Cyan Plastic Glow Block +mekanism:glowplasticblock:7, §7Light Grey Plastic Glow Block +mekanism:glowplasticblock:8, §8Grey Plastic Glow Block +mekanism:glowplasticblock:9, §dPink Plastic Glow Block +mekanism:glowplasticblock:10, §aLime Plastic Glow Block +mekanism:glowplasticblock:11, §eYellow Plastic Glow Block +mekanism:glowplasticblock:12, §9Light Blue Plastic Glow Block +mekanism:glowplasticblock:13, §dMagenta Plastic Glow Block +mekanism:glowplasticblock:14, §6Orange Plastic Glow Block +mekanism:glowplasticblock:15, §fWhite Plastic Glow Block +mekanism:reinforcedplasticblock:0, §8Black Reinforced Plastic Block +mekanism:reinforcedplasticblock:1, §cRed Reinforced Plastic Block +mekanism:reinforcedplasticblock:2, §2Green Reinforced Plastic Block +mekanism:reinforcedplasticblock:3, §6Brown Reinforced Plastic Block +mekanism:reinforcedplasticblock:4, §1Blue Reinforced Plastic Block +mekanism:reinforcedplasticblock:5, §5Purple Reinforced Plastic Block +mekanism:reinforcedplasticblock:6, §3Cyan Reinforced Plastic Block +mekanism:reinforcedplasticblock:7, §7Light Grey Reinforced Plastic Block +mekanism:reinforcedplasticblock:8, §8Grey Reinforced Plastic Block +mekanism:reinforcedplasticblock:9, §dPink Reinforced Plastic Block +mekanism:reinforcedplasticblock:10, §aLime Reinforced Plastic Block +mekanism:reinforcedplasticblock:11, §eYellow Reinforced Plastic Block +mekanism:reinforcedplasticblock:12, §9Light Blue Reinforced Plastic Block +mekanism:reinforcedplasticblock:13, §dMagenta Reinforced Plastic Block +mekanism:reinforcedplasticblock:14, §6Orange Reinforced Plastic Block +mekanism:reinforcedplasticblock:15, §fWhite Reinforced Plastic Block +mekanism:roadplasticblock:0, §8Black Plastic Road +mekanism:roadplasticblock:1, §cRed Plastic Road +mekanism:roadplasticblock:2, §2Green Plastic Road +mekanism:roadplasticblock:3, §6Brown Plastic Road +mekanism:roadplasticblock:4, §1Blue Plastic Road +mekanism:roadplasticblock:5, §5Purple Plastic Road +mekanism:roadplasticblock:6, §3Cyan Plastic Road +mekanism:roadplasticblock:7, §7Light Grey Plastic Road +mekanism:roadplasticblock:8, §8Grey Plastic Road +mekanism:roadplasticblock:9, §dPink Plastic Road +mekanism:roadplasticblock:10, §aLime Plastic Road +mekanism:roadplasticblock:11, §eYellow Plastic Road +mekanism:roadplasticblock:12, §9Light Blue Plastic Road +mekanism:roadplasticblock:13, §dMagenta Plastic Road +mekanism:roadplasticblock:14, §6Orange Plastic Road +mekanism:roadplasticblock:15, §fWhite Plastic Road +mekanism:plasticfence:0, §8Black Plastic Barrier +mekanism:plasticfence:1, §cRed Plastic Barrier +mekanism:plasticfence:2, §2Green Plastic Barrier +mekanism:plasticfence:3, §6Brown Plastic Barrier +mekanism:plasticfence:4, §1Blue Plastic Barrier +mekanism:plasticfence:5, §5Purple Plastic Barrier +mekanism:plasticfence:6, §3Cyan Plastic Barrier +mekanism:plasticfence:7, §7Light Grey Plastic Barrier +mekanism:plasticfence:8, §8Grey Plastic Barrier +mekanism:plasticfence:9, §dPink Plastic Barrier +mekanism:plasticfence:10, §aLime Plastic Barrier +mekanism:plasticfence:11, §eYellow Plastic Barrier +mekanism:plasticfence:12, §9Light Blue Plastic Barrier +mekanism:plasticfence:13, §dMagenta Plastic Barrier +mekanism:plasticfence:14, §6Orange Plastic Barrier +mekanism:plasticfence:15, §fWhite Plastic Barrier +mekanism:saltblock, Salt Block +mekanismgenerators:solarpanel, Solar Panel +mekanismgenerators:hohlraum, Hohlraum +mekanismgenerators:turbineblade, Turbine Blade +mekanismgenerators:generator:0, Heat Generator +mekanismgenerators:generator:1, Solar Generator +mekanismgenerators:generator:3, Gas-Burning Generator +mekanismgenerators:generator:4, Bio-Generator +mekanismgenerators:generator:5, Advanced Solar Generator +mekanismgenerators:generator:6, Wind Generator +mekanismgenerators:generator:7, Turbine Rotor +mekanismgenerators:generator:8, Rotational Complex +mekanismgenerators:generator:9, Electromagnetic Coil +mekanismgenerators:generator:10, Turbine Casing +mekanismgenerators:generator:11, Turbine Valve +mekanismgenerators:generator:12, Turbine Vent +mekanismgenerators:generator:13, Saturating Condenser +mekanismgenerators:reactor:0, Reactor Controller +mekanismgenerators:reactor:1, Reactor Frame +mekanismgenerators:reactor:2, Reactor Port +mekanismgenerators:reactor:3, Reactor Logic Adapter +mekanismgenerators:reactorglass:0, Reactor Glass +mekanismgenerators:reactorglass:1, Laser Focus Matrix +mekanismtools:woodpaxel, Wood Paxel +mekanismtools:stonepaxel, Stone Paxel +mekanismtools:ironpaxel, Iron Paxel +mekanismtools:diamondpaxel, Diamond Paxel +mekanismtools:goldpaxel, Gold Paxel +mekanismtools:glowstonepickaxe, Glowstone Pickaxe +mekanismtools:glowstoneaxe, Glowstone Axe +mekanismtools:glowstoneshovel, Glowstone Shovel +mekanismtools:glowstonehoe, Glowstone Hoe +mekanismtools:glowstonesword, Glowstone Sword +mekanismtools:glowstonepaxel, Glowstone Paxel +mekanismtools:glowstonehelmet, Glowstone Helmet +mekanismtools:glowstonechestplate, Glowstone Chestplate +mekanismtools:glowstoneleggings, Glowstone Leggings +mekanismtools:glowstoneboots, Glowstone Boots +mekanismtools:bronzepickaxe, Bronze Pickaxe +mekanismtools:bronzeaxe, Bronze Axe +mekanismtools:bronzeshovel, Bronze Shovel +mekanismtools:bronzehoe, Bronze Hoe +mekanismtools:bronzesword, Bronze Sword +mekanismtools:bronzepaxel, Bronze Paxel +mekanismtools:bronzehelmet, Bronze Helmet +mekanismtools:bronzechestplate, Bronze Chestplate +mekanismtools:bronzeleggings, Bronze Leggings +mekanismtools:bronzeboots, Bronze Boots +mekanismtools:osmiumpickaxe, Osmium Pickaxe +mekanismtools:osmiumaxe, Osmium Axe +mekanismtools:osmiumshovel, Osmium Shovel +mekanismtools:osmiumhoe, Osmium Hoe +mekanismtools:osmiumsword, Osmium Sword +mekanismtools:osmiumpaxel, Osmium Paxel +mekanismtools:osmiumhelmet, Osmium Helmet +mekanismtools:osmiumchestplate, Osmium Chestplate +mekanismtools:osmiumleggings, Osmium Leggings +mekanismtools:osmiumboots, Osmium Boots +mekanismtools:obsidianpickaxe, Obsidian Pickaxe +mekanismtools:obsidianaxe, Obsidian Axe +mekanismtools:obsidianshovel, Obsidian Shovel +mekanismtools:obsidianhoe, Obsidian Hoe +mekanismtools:obsidiansword, Obsidian Sword +mekanismtools:obsidianpaxel, Obsidian Paxel +mekanismtools:obsidianhelmet, Obsidian Helmet +mekanismtools:obsidianchestplate, Obsidian Chestplate +mekanismtools:obsidianleggings, Obsidian Leggings +mekanismtools:obsidianboots, Obsidian Boots +mekanismtools:lapislazulipickaxe, Lapis Lazuli Pickaxe +mekanismtools:lapislazuliaxe, Lapis Lazuli Axe +mekanismtools:lapislazulishovel, Lapis Lazuli Shovel +mekanismtools:lapislazulihoe, Lapis Lazuli Hoe +mekanismtools:lapislazulisword, Lapis Lazuli Sword +mekanismtools:lapislazulipaxel, Lapis Lazuli Paxel +mekanismtools:lapislazulihelmet, Lapis Lazuli Helmet +mekanismtools:lapislazulichestplate, Lapis Lazuli Chestplate +mekanismtools:lapislazulileggings, Lapis Lazuli Leggings +mekanismtools:lapislazuliboots, Lapis Lazuli Boots +mekanismtools:steelpickaxe, Steel Pickaxe +mekanismtools:steelaxe, Steel Axe +mekanismtools:steelshovel, Steel Shovel +mekanismtools:steelhoe, Steel Hoe +mekanismtools:steelsword, Steel Sword +mekanismtools:steelpaxel, Steel Paxel +mekanismtools:steelhelmet, Steel Helmet +mekanismtools:steelchestplate, Steel Chestplate +mekanismtools:steelleggings, Steel Leggings +mekanismtools:steelboots, Steel Boots +naturescompass:naturescompass, Nature's Compass +sentek:blockcore, Core +sentek:blocknode, Node +sentek:blockmcore, Miner's Core +sentek:blockrcore, Redstone Core +sentek:blockgnode, Glass Node +sentek:blockwnode, Wood Node +waystones:waystone, Waystone +waystones:return_scroll, Return Scroll +waystones:bound_scroll, Bound Scroll +waystones:warp_scroll, Warp Scroll +waystones:warp_stone, Warp Stone +mysticalmechanics:axle_iron, Iron Axle +mysticalmechanics:gearbox_frame, Gearbox Frame +mysticalmechanics:mergebox_frame, Mergebox Frame +mysticalmechanics:creative_mech_source, Creative Mechanical Source +mysticalmechanics:gear_iron, Iron Gear +mysticalmechanics:gear_gold, Gold Gear +mysticalmechanics:gear_gold_on, Redstone Gear (Inverted) +mysticalmechanics:gear_gold_off, Redstone Gear +mysticalmechanics:gear_fan, Iron Fan +embers:block_caminite_brick_slab, Caminite Brick Slab +embers:ashen_stone_slab, Ashen Stone Slab +embers:ashen_brick_slab, Ashen Brick Slab +embers:ashen_tile_slab, Ashen Tile Slab +embers:ingot_copper, Copper Ingot +embers:ingot_lead, Lead Ingot +embers:ingot_silver, Silver Ingot +embers:ingot_dawnstone, Dawnstone Ingot +embers:nugget_copper, Copper Nugget +embers:nugget_lead, Lead Nugget +embers:nugget_silver, Silver Nugget +embers:nugget_dawnstone, Dawnstone Nugget +embers:plate_copper, Copper Plate +embers:plate_lead, Lead Plate +embers:plate_silver, Silver Plate +embers:plate_dawnstone, Dawnstone Plate +embers:plate_iron, Iron Plate +embers:plate_gold, Gold Plate +embers:brick_caminite, Caminite Brick +embers:blend_caminite, Caminite Blend +embers:plate_caminite, Caminite Plate +embers:plate_caminite_raw, Raw Caminite Plate +embers:tinker_hammer, Tinker's Hammer +embers:stamp_bar, Bar Stamp +embers:stamp_flat, Flat Stamp +embers:stamp_plate, Plate Stamp +embers:stamp_gear, Gear Stamp +embers:stamp_bar_raw, Raw Bar Stamp +embers:stamp_flat_raw, Raw Flat Stamp +embers:stamp_plate_raw, Raw Plate Stamp +embers:stamp_gear_raw, Raw Gear Stamp +embers:ember_detector, Atmospheric Gauge +embers:dust_ember, Ember Grit +embers:shard_ember, Ember Shard +embers:crystal_ember, Ember Crystal +embers:pickaxe_copper, Copper Pickaxe +embers:axe_copper, Copper Axe +embers:shovel_copper, Copper Shovel +embers:hoe_copper, Copper Hoe +embers:sword_copper, Copper Sword +embers:pickaxe_silver, Silver Pickaxe +embers:axe_silver, Silver Axe +embers:shovel_silver, Silver Shovel +embers:hoe_silver, Silver Hoe +embers:sword_silver, Silver Sword +embers:pickaxe_lead, Lead Pickaxe +embers:axe_lead, Lead Axe +embers:shovel_lead, Lead Shovel +embers:hoe_lead, Lead Hoe +embers:sword_lead, Lead Sword +embers:pickaxe_dawnstone, Dawnstone Pickaxe +embers:axe_dawnstone, Dawnstone Axe +embers:shovel_dawnstone, Dawnstone Shovel +embers:hoe_dawnstone, Dawnstone Hoe +embers:sword_dawnstone, Dawnstone Sword +embers:ember_jar:0, Mantle Jar +embers:ember_jar:0, Mantle Jar +embers:ember_cartridge:0, Mantle Cartridge +embers:ember_cartridge:0, Mantle Cartridge +embers:ignition_cannon, Blazing Ray +embers:staff_ember, Cinder Staff +embers:axe_clockwork, Clockwork Battleaxe +embers:pickaxe_clockwork, Clockwork Pickaxe +embers:grandhammer, Grandhammer +embers:dust_ash, Ash Pile +embers:aspectus_iron, Iron Aspectus +embers:aspectus_copper, Copper Aspectus +embers:aspectus_lead, Lead Aspectus +embers:aspectus_silver, Silver Aspectus +embers:aspectus_dawnstone, Dawnstone Aspectus +embers:alchemic_waste, Alchemical Waste +embers:ashen_cloak_head, Ashen Goggles +embers:ashen_cloak_chest, Ashen Cloak +embers:ashen_cloak_legs, Ashen Leggings +embers:ashen_cloak_boots, Ashen Boots +embers:inflictor_gem, Inflictor Gem +embers:glimmer_shard, Glimmer Crystal +embers:glimmer_lamp, Glimmer Lamp +embers:ashen_cloth, Ashen Fabric +embers:archaic_brick, Archaic Brick +embers:ancient_motive_core, Ancient Motive Core +embers:isolated_materia, Isolated Materia +embers:tyrfing, Tyrfing +embers:adhesive, Adhesive +embers:ember_cluster, Ember Crystal Cluster +embers:wildfire_core, Wildfire Core +embers:codex, Ancient Codex +embers:superheater, Superheater +embers:jet_augment, Cinder Jet +embers:blasting_core, Blasting Core +embers:caster_orb, Caster Orb +embers:resonating_bell, Resonating Bell +embers:flame_barrier, Flame Barrier +embers:eldritch_insignia, Eldritch Insignia +embers:intelligent_apparatus, Intelligent Apparatus +embers:archaic_circuit, Archaic Circuit +embers:dust_metallurgic, Metallurgic Dust +embers:diffraction_barrel, Diffraction Barrel +embers:focal_lens, Focal Lens +embers:tinker_lens, Tinker's Lens +embers:anti_tinker_lens, Smoky Tinker's Lens +embers:shifting_scales, Shifting Scales +embers:winding_gears, Winding Gears +embers:creative_heat, Creative Heat Modifier +embers:ingot_aluminum, Aluminium Ingot +embers:plate_aluminum, Aluminium Plate +embers:nugget_aluminum, Aluminium Nugget +embers:pickaxe_aluminum, Aluminium Pickaxe +embers:axe_aluminum, Aluminium Axe +embers:shovel_aluminum, Aluminium Shovel +embers:sword_aluminum, Aluminium Sword +embers:hoe_aluminum, Aluminium Hoe +embers:ingot_bronze, Bronze Ingot +embers:plate_bronze, Bronze Plate +embers:nugget_bronze, Bronze Nugget +embers:pickaxe_bronze, Bronze Pickaxe +embers:axe_bronze, Bronze Axe +embers:shovel_bronze, Bronze Shovel +embers:sword_bronze, Bronze Sword +embers:hoe_bronze, Bronze Hoe +embers:ingot_electrum, Electrum Ingot +embers:plate_electrum, Electrum Plate +embers:nugget_electrum, Electrum Nugget +embers:pickaxe_electrum, Electrum Pickaxe +embers:axe_electrum, Electrum Axe +embers:shovel_electrum, Electrum Shovel +embers:sword_electrum, Electrum Sword +embers:hoe_electrum, Electrum Hoe +embers:ingot_nickel, Nickel Ingot +embers:plate_nickel, Nickel Plate +embers:nugget_nickel, Nickel Nugget +embers:pickaxe_nickel, Nickel Pickaxe +embers:axe_nickel, Nickel Axe +embers:shovel_nickel, Nickel Shovel +embers:sword_nickel, Nickel Sword +embers:hoe_nickel, Nickel Hoe +embers:ingot_tin, Tin Ingot +embers:plate_tin, Tin Plate +embers:nugget_tin, Tin Nugget +embers:pickaxe_tin, Tin Pickaxe +embers:axe_tin, Tin Axe +embers:shovel_tin, Tin Shovel +embers:sword_tin, Tin Sword +embers:hoe_tin, Tin Hoe +embers:ember_ring, Ember Ring +embers:ember_belt, Ember Belt +embers:ember_amulet, Ember Amulet +embers:ember_bulb:0, Mantle Bulb +embers:ember_bulb:0, Mantle Bulb +embers:dawnstone_mail, Dawnstone Mail +embers:ashen_amulet, Ashen Amulet +embers:nonbeliever_amulet, Amulet of the Heretic +embers:explosion_charm, Explosion Charm +embers:gear_dawnstone, Dawnstone Gear +embers:block_copper, Copper Block +embers:block_lead, Lead Block +embers:block_silver, Silver Block +embers:block_dawnstone, Dawnstone Block +embers:ore_copper, Copper Ore +embers:ore_lead, Lead Ore +embers:ore_silver, Silver Ore +embers:block_caminite_brick, Caminite Bricks +embers:block_caminite_brick_slab_double, Caminite Brick Double Slab +embers:stairs_caminite_brick, Caminite Brick Stairs +embers:wall_caminite_brick, Caminite Brick Wall +embers:block_tank, Fluid Tank +embers:pipe, Fluid Pipe +embers:pump, Fluid Extractor +embers:block_furnace, Melter +embers:ember_receiver, Ember Receptor +embers:ember_emitter, Ember Emitter +embers:copper_cell:0, Copper Cell +embers:copper_cell:0, Copper Cell +embers:item_pipe, Item Pipe +embers:item_pump, Item Extractor +embers:bin, Bin +embers:stamper, Stamper +embers:stamper_base, Stamp Base +embers:ember_bore, Ember Bore +embers:mech_accessor, Machine Accessor +embers:mech_core, Mechanical Core +embers:ember_activator, Ember Activator +embers:stone_edge, Caminite Ring +embers:mixer, Mixer Centrifuge +embers:heat_coil, Hearth Coil +embers:item_dropper, Item Dropper +embers:large_tank, Reservoir +embers:ember_gauge, Ember Dial +embers:fluid_gauge, Fluid Dial +embers:block_lantern, Ember Lantern +embers:beam_splitter, Beam Splitter +embers:ember_relay, Ember Relay +embers:crystal_cell, Crystal Cell +embers:charger, Copper Charger +embers:ashen_stone, Ashen Stone +embers:ashen_stone_slab_double, Ashen Stone Double Slab +embers:stairs_ashen_stone, Ashen Stone Stairs +embers:wall_ashen_stone, Ashen Stone Wall +embers:ashen_brick, Ashen Brick +embers:ashen_brick_slab_double, Ashen Brick Double Slab +embers:stairs_ashen_brick, Ashen Brick Stairs +embers:wall_ashen_brick, Ashen Brick Wall +embers:ashen_tile, Ashen Tile +embers:ashen_tile_slab_double, Ashen Tile Double Slab +embers:stairs_ashen_tile, Ashen Tile Stairs +embers:wall_ashen_tile, Ashen Tile Wall +embers:cinder_plinth, Cinder Plinth +embers:alchemy_pedestal, Alchemy Pedestal +embers:alchemy_tablet, Exchange Tablet +embers:item_transfer, Item Transfer +embers:beam_cannon, Beam Cannon +embers:archaic_bricks, Archaic Bricks +embers:archaic_edge, Archaic Edge +embers:archaic_tile, Archaic Tile +embers:archaic_light, Archaic Light +embers:dawnstone_anvil, Dawnstone Anvil +embers:auto_hammer, Automatic Hammer +embers:ore_quartz, Quartz Ore +embers:sealed_planks, Sealed Planks +embers:wrapped_sealed_planks, Reinforced Sealed Planks +embers:vacuum, Item Vacuum +embers:breaker, Automatic Breaker +embers:ember_injector, Ember Injector +embers:boiler, Pressure Refinery +embers:reactor, Ignem Reactor +embers:combustor, Combustion Chamber +embers:catalyzer, Catalysis Chamber +embers:field_chart, Field Chart +embers:ember_pulser, Ember Ejector +embers:inferno_forge, Inferno Forge +embers:caminite_lever, Caminite Lever +embers:creative_ember_source, Creative Ember Source +embers:mechanical_pump, Mechanical Pump +embers:catalytic_plug, Catalytic Plug +embers:ember_funnel, Ember Funnel +embers:mini_boiler, Mini Boiler +embers:fluid_transfer, Fluid Transfer +embers:ember_siphon, Ember Siphon +embers:stirling, Wildfire Stirling +embers:clockwork_attenuator, Clockwork Attenuator +embers:seed_iron, Iron Crystal Seed +embers:seed_gold, Gold Crystal Seed +embers:seed_copper, Copper Crystal Seed +embers:seed_silver, Silver Crystal Seed +embers:seed_lead, Lead Crystal Seed +embers:seed_dawnstone, Dawnstone Crystal Seed +embers:stone_valve, Caminite Valve +embers:geo_separator, Geologic Separator +embers:block_aluminum, Aluminium Block +embers:ore_aluminum, Aluminium Ore +embers:seed_aluminum, Aluminium Crystal Seed +embers:block_bronze, Bronze Block +embers:block_electrum, Electrum Block +embers:block_nickel, Nickel Block +embers:ore_nickel, Nickel Ore +embers:seed_nickel, Nickel Crystal Seed +embers:block_tin, Tin Block +embers:ore_tin, Tin Ore +embers:seed_tin, Tin Crystal Seed +embers:explosion_pedestal, Explosion Charm Pedestal +embers:steam_engine, Steam Engine +embers:mech_actuator, Mechanical Actuator +harvestcraft:blackberryitem, Blackberry +harvestcraft:blackberryseeditem, Blackberry Seed +harvestcraft:blueberryitem, Blueberry +harvestcraft:blueberryseeditem, Blueberry Seed +harvestcraft:candleberryitem, Candleberry +harvestcraft:candleberryseeditem, Candleberry Seed +harvestcraft:raspberryitem, Raspberry +harvestcraft:raspberryseeditem, Raspberry Seed +harvestcraft:strawberryitem, Strawberry +harvestcraft:strawberryseeditem, Strawberry Seed +harvestcraft:cactusfruititem, Cactus Fruit +harvestcraft:cactusfruitseeditem, Cactus Fruit Seed +harvestcraft:asparagusitem, Asparagus +harvestcraft:asparagusseeditem, Asparagus Seed +harvestcraft:barleyitem, Barley +harvestcraft:barleyseeditem, Barley Seed +harvestcraft:oatsitem, Oats +harvestcraft:oatsseeditem, Oats Seed +harvestcraft:ryeitem, Rye +harvestcraft:ryeseeditem, Rye Seed +harvestcraft:cornitem, Corn +harvestcraft:cornseeditem, Corn Seed +harvestcraft:bambooshootitem, Bamboo Shoot +harvestcraft:bambooshootseeditem, Bamboo Shoot Seed +harvestcraft:cantaloupeitem, Cantaloupe +harvestcraft:cantaloupeseeditem, Cantaloupe Seed +harvestcraft:cucumberitem, Cucumber +harvestcraft:cucumberseeditem, Cucumber Seed +harvestcraft:wintersquashitem, Winter Squash +harvestcraft:wintersquashseeditem, Winter Squash Seed +harvestcraft:zucchiniitem, Zucchini +harvestcraft:zucchiniseeditem, Zucchini Seed +harvestcraft:beetitem, Beet +harvestcraft:beetseeditem, Beet Seed +harvestcraft:onionitem, Onion +harvestcraft:onionseeditem, Onion Seed +harvestcraft:parsnipitem, Parsnip +harvestcraft:parsnipseeditem, Parsnip Seed +harvestcraft:peanutitem, Peanut +harvestcraft:peanutseeditem, Peanut Seed +harvestcraft:radishitem, Radish +harvestcraft:radishseeditem, Radish Seed +harvestcraft:rutabagaitem, Rutabaga +harvestcraft:rutabagaseeditem, Rutabaga Seed +harvestcraft:sweetpotatoitem, Sweet Potato +harvestcraft:sweetpotatoseeditem, Sweet Potato Seed +harvestcraft:turnipitem, Turnip +harvestcraft:turnipseeditem, Turnip Seed +harvestcraft:rhubarbitem, Rhubarb +harvestcraft:rhubarbseeditem, Rhubarb Seed +harvestcraft:celeryitem, Celery +harvestcraft:celeryseeditem, Celery Seed +harvestcraft:garlicitem, Garlic +harvestcraft:garlicseeditem, Garlic Seed +harvestcraft:gingeritem, Ginger +harvestcraft:gingerseeditem, Ginger Seed +harvestcraft:spiceleafitem, Spice Leaf +harvestcraft:spiceleafseeditem, Spice Leaf Seed +harvestcraft:tealeafitem, Tea Leaf +harvestcraft:teaseeditem, Tea Seed +harvestcraft:coffeebeanitem, Coffee Beans +harvestcraft:coffeeseeditem, Coffee Seed +harvestcraft:mustardseedsitem, Mustard Seeds +harvestcraft:mustardseeditem, Mustard Seed +harvestcraft:broccoliitem, Broccoli +harvestcraft:broccoliseeditem, Broccoli Seed +harvestcraft:caulifloweritem, Cauliflower +harvestcraft:cauliflowerseeditem, Cauliflower Seed +harvestcraft:leekitem, Leek +harvestcraft:leekseeditem, Leek Seed +harvestcraft:lettuceitem, Lettuce +harvestcraft:lettuceseeditem, Lettuce Seed +harvestcraft:scallionitem, Scallion +harvestcraft:scallionseeditem, Scallion Seed +harvestcraft:artichokeitem, Artichoke +harvestcraft:artichokeseeditem, Artichoke Seed +harvestcraft:brusselsproutitem, Brussel Sprout +harvestcraft:brusselsproutseeditem, Brussel Sprout Seed +harvestcraft:cabbageitem, Cabbage +harvestcraft:cabbageseeditem, Cabbage Seed +harvestcraft:spinachitem, Spinach +harvestcraft:spinachseeditem, Spinach Seed +harvestcraft:whitemushroomitem, White Mushroom +harvestcraft:whitemushroomseeditem, White Mushroom Spore +harvestcraft:beanitem, Beans +harvestcraft:beanseeditem, Bean Seed +harvestcraft:soybeanitem, Soybean +harvestcraft:soybeanseeditem, Soybean Seed +harvestcraft:bellpepperitem, Bellpepper +harvestcraft:bellpepperseeditem, Bellpepper Seed +harvestcraft:chilipepperitem, Chili Pepper +harvestcraft:chilipepperseeditem, Chili Pepper Seed +harvestcraft:eggplantitem, Eggplant +harvestcraft:eggplantseeditem, Eggplant Seed +harvestcraft:okraitem, Okra +harvestcraft:okraseeditem, Okra Seed +harvestcraft:peasitem, Peas +harvestcraft:peasseeditem, Peas Seed +harvestcraft:tomatoitem, Tomato +harvestcraft:tomatoseeditem, Tomato Seed +harvestcraft:cottonitem, Cotton +harvestcraft:cottonseeditem, Cotton Seed +harvestcraft:pineappleitem, Pineapple +harvestcraft:pineappleseeditem, Pineapple Seed +harvestcraft:grapeitem, Grape +harvestcraft:grapeseeditem, Grape Seed +harvestcraft:kiwiitem, Kiwi +harvestcraft:kiwiseeditem, Kiwi Seed +harvestcraft:cranberryitem, Cranberry +harvestcraft:cranberryseeditem, Cranberry Seed +harvestcraft:riceitem, Rice +harvestcraft:riceseeditem, Rice Seed +harvestcraft:seaweeditem, Seaweed +harvestcraft:seaweedseeditem, Seaweed Seed +harvestcraft:curryleafitem, Curry Leaf +harvestcraft:curryleafseeditem, Curry Leaf Seed +harvestcraft:sesameseedsitem, Sesame Seeds +harvestcraft:sesameseedsseeditem, Sesame Seeds Seed +harvestcraft:waterchestnutitem, Water Chestnut +harvestcraft:waterchestnutseeditem, Water Chestnut Seed +harvestcraft:gigapickleitem, Giga Pickle +harvestcraft:gigapickleseeditem, Giga Pickle Seed +harvestcraft:kaleitem, Kale +harvestcraft:kaleseeditem, Kale Seed +harvestcraft:agaveitem, Agave +harvestcraft:agaveseeditem, Agave Seed +harvestcraft:amaranthitem, Amaranth +harvestcraft:amaranthseeditem, Amaranth Seed +harvestcraft:arrowrootitem, Arrowroot +harvestcraft:arrowrootseeditem, Arrowroot Seed +harvestcraft:cassavaitem, Cassava +harvestcraft:cassavaseeditem, Cassava Seed +harvestcraft:chickpeaitem, Chickpeas +harvestcraft:chickpeaseeditem, Chickpea Seed +harvestcraft:elderberryitem, Elderberry +harvestcraft:elderberryseeditem, Elderberry Seed +harvestcraft:flaxitem, Flax +harvestcraft:flaxseeditem, Flax Seed +harvestcraft:greengrapeitem, Green Grape +harvestcraft:greengrapeseeditem, Green Grape Seed +harvestcraft:huckleberryitem, Huckleberry +harvestcraft:huckleberryseeditem, Huckleberry Seed +harvestcraft:jicamaitem, Jicama +harvestcraft:jicamaseeditem, Jicama Seed +harvestcraft:juteitem, Jute +harvestcraft:juteseeditem, Jute Seed +harvestcraft:kenafitem, Kenaf +harvestcraft:kenafseeditem, Kenaf Seed +harvestcraft:kohlrabiitem, Kohlrabi +harvestcraft:kohlrabiseeditem, Kohlrabi Seed +harvestcraft:lentilitem, Lentils +harvestcraft:lentilseeditem, Lentil Seed +harvestcraft:milletitem, Millet +harvestcraft:milletseeditem, Millet Seed +harvestcraft:mulberryitem, Mulberry +harvestcraft:mulberryseeditem, Mulberry Seed +harvestcraft:quinoaitem, Quinoa +harvestcraft:quinoaseeditem, Quinoa Seed +harvestcraft:sisalitem, Sisal +harvestcraft:sisalseeditem, Sisal Seed +harvestcraft:taroitem, Taro +harvestcraft:taroseeditem, Taro Seed +harvestcraft:tomatilloitem, Tomatillo +harvestcraft:tomatilloseeditem, Tomatillo Seed +harvestcraft:juniperberryitem, Juniperberry +harvestcraft:juniperberryseeditem, Juniperberry Seed +harvestcraft:date_sapling, Date Sapling +harvestcraft:dateitem, Date +harvestcraft:pamdate, Date +harvestcraft:papaya_sapling, Papaya Sapling +harvestcraft:papayaitem, Papaya +harvestcraft:pampapaya, Papaya +harvestcraft:cherry_sapling, Cherry Sapling +harvestcraft:cherryitem, Cherry +harvestcraft:pamcherry, Cherry +harvestcraft:fig_sapling, Fig Sapling +harvestcraft:figitem, Fig +harvestcraft:pamfig, Fig +harvestcraft:soursop_sapling, Soursop Sapling +harvestcraft:soursopitem, Soursop +harvestcraft:pamsoursop, Soursop +harvestcraft:dragonfruit_sapling, Dragonfruit Sapling +harvestcraft:dragonfruititem, Dragonfruit +harvestcraft:pamdragonfruit, Dragonfruit +harvestcraft:rambutan_sapling, Rambutan Sapling +harvestcraft:rambutanitem, Rambutan +harvestcraft:pamrambutan, Rambutan +harvestcraft:jackfruit_sapling, Jackfruit Sapling +harvestcraft:jackfruititem, Jackfruit +harvestcraft:pamjackfruit, Jackfruit +harvestcraft:passionfruit_sapling, Passion Fruit Sapling +harvestcraft:passionfruititem, Passion Fruit +harvestcraft:pampassionfruit, Passionfruit +harvestcraft:apple_sapling, Apple Sapling +harvestcraft:pamapple, Apple +harvestcraft:lemon_sapling, Lemon Sapling +harvestcraft:lemonitem, Lemon +harvestcraft:pamlemon, Lemon +harvestcraft:pear_sapling, Pear Sapling +harvestcraft:pearitem, Pear +harvestcraft:pampear, Pear +harvestcraft:olive_sapling, Olive Sapling +harvestcraft:oliveitem, Olive +harvestcraft:pamolive, Olive +harvestcraft:spiderweb_sapling, Spider Web Sapling +harvestcraft:pamspiderweb, Spider Web +harvestcraft:grapefruit_sapling, Grapefruit Sapling +harvestcraft:grapefruititem, Grapefruit +harvestcraft:pamgrapefruit, Grapefruit +harvestcraft:pomegranate_sapling, Pomegranate Sapling +harvestcraft:pomegranateitem, Pomegranate +harvestcraft:pampomegranate, Pomegranate +harvestcraft:cashew_sapling, Cashew Sapling +harvestcraft:cashewitem, Cashew +harvestcraft:pamcashew, Cashew +harvestcraft:vanillabean_sapling, Vanilla Sapling +harvestcraft:vanillabeanitem, Vanilla Bean +harvestcraft:pamvanillabean, Vanilla Bean +harvestcraft:starfruit_sapling, Starfruit Sapling +harvestcraft:starfruititem, Starfruit +harvestcraft:pamstarfruit, Starfruit +harvestcraft:banana_sapling, Banana Sapling +harvestcraft:bananaitem, Banana +harvestcraft:pambanana, Banana +harvestcraft:plum_sapling, Plum Sapling +harvestcraft:plumitem, Plum +harvestcraft:pamplum, Plum +harvestcraft:avocado_sapling, Avocado Sapling +harvestcraft:avocadoitem, Avocado +harvestcraft:pamavocado, Avocado +harvestcraft:pecan_sapling, Pecan Sapling +harvestcraft:pecanitem, Pecan +harvestcraft:pampecan, Pecan +harvestcraft:pistachio_sapling, Pistachio Sapling +harvestcraft:pistachioitem, Pistachio +harvestcraft:pampistachio, Pistachio +harvestcraft:hazelnut_sapling, Hazelnut Sapling +harvestcraft:hazelnutitem, Hazelnut +harvestcraft:pamhazelnut, Hazelnut +harvestcraft:lime_sapling, Lime Sapling +harvestcraft:limeitem, Lime +harvestcraft:pamlime, Lime +harvestcraft:peppercorn_sapling, Peppercorn Sapling +harvestcraft:peppercornitem, Peppercorn +harvestcraft:pampeppercorn, Peppercorn +harvestcraft:almond_sapling, Almond Sapling +harvestcraft:almonditem, Almond +harvestcraft:pamalmond, Almond +harvestcraft:gooseberry_sapling, Gooseberry Sapling +harvestcraft:gooseberryitem, Gooseberry +harvestcraft:pamgooseberry, Gooseberry +harvestcraft:peach_sapling, Peach Sapling +harvestcraft:peachitem, Peach +harvestcraft:pampeach, Peach +harvestcraft:chestnut_sapling, Chestnut Sapling +harvestcraft:chestnutitem, Chestnut +harvestcraft:pamchestnut, Chestnut +harvestcraft:pawpaw_sapling, Pawpaw Sapling +harvestcraft:pawpawitem, Pawpaw +harvestcraft:pampawpaw, Pawpaw +harvestcraft:coconut_sapling, Coconut Sapling +harvestcraft:coconutitem, Coconut +harvestcraft:pamcoconut, Coconut +harvestcraft:mango_sapling, Mango Sapling +harvestcraft:mangoitem, Mango +harvestcraft:pammango, Mango +harvestcraft:apricot_sapling, Apricot Sapling +harvestcraft:apricotitem, Apricot +harvestcraft:pamapricot, Apricot +harvestcraft:orange_sapling, Orange Sapling +harvestcraft:orangeitem, Orange +harvestcraft:pamorange, Orange +harvestcraft:walnut_sapling, Walnut Sapling +harvestcraft:walnutitem, Walnut +harvestcraft:pamwalnut, Walnut +harvestcraft:lychee_sapling, Lychee Sapling +harvestcraft:lycheeitem, Lychee +harvestcraft:pamlychee, Lychee +harvestcraft:persimmon_sapling, Persimmon Sapling +harvestcraft:persimmonitem, Persimmon +harvestcraft:pampersimmon, Persimmon +harvestcraft:guava_sapling, Guava Sapling +harvestcraft:guavaitem, Guava +harvestcraft:pamguava, Guava +harvestcraft:breadfruit_sapling, Breadfruit Sapling +harvestcraft:breadfruititem, Breadfruit +harvestcraft:pambreadfruit, Breadfruit +harvestcraft:nutmeg_sapling, Nutmeg Sapling +harvestcraft:nutmegitem, Nutmeg +harvestcraft:pamnutmeg, Nutmeg +harvestcraft:durian_sapling, Durian Sapling +harvestcraft:durianitem, Durian +harvestcraft:pamdurian, Durian +harvestcraft:tamarind_sapling, Tamarind Sapling +harvestcraft:tamarinditem, Tamarind +harvestcraft:pamtamarind, Tamarind +harvestcraft:cinnamon_sapling, Cinnamon Sapling +harvestcraft:cinnamonitem, Cinnamon +harvestcraft:pamcinnamon, Cinnamon Wood +harvestcraft:maple_sapling, Maple Sapling +harvestcraft:maplesyrupitem, Maple Syrup +harvestcraft:pammaple, Maple Wood +harvestcraft:paperbark_sapling, Paperbark Sapling +harvestcraft:pampaperbark, Paperbark Wood +harvestcraft:market, Market +harvestcraft:shippingbin, Shipping Bin +harvestcraft:well, Well +harvestcraft:groundtrap, Ground Trap +harvestcraft:watertrap, Water Trap +harvestcraft:waterfilter, Water Filter +harvestcraft:grinder, Grinder +harvestcraft:beehive, Beehive +harvestcraft:apiary, Apiary +harvestcraft:honey, Honey Block +harvestcraft:honeycomb, Honeycomb Block +harvestcraft:pressedwax, Pressed Wax Block +harvestcraft:waxcomb, Waxcomb Block +harvestcraft:candledeco1, White Candle +harvestcraft:candledeco2, Orange Candle +harvestcraft:candledeco3, Magenta Candle +harvestcraft:candledeco4, Light Blue Candle +harvestcraft:candledeco5, Yellow Candle +harvestcraft:candledeco6, Lime Candle +harvestcraft:candledeco7, Pink Candle +harvestcraft:candledeco8, Dark Grey Candle +harvestcraft:candledeco9, Light Grey Candle +harvestcraft:candledeco10, Cyan Candle +harvestcraft:candledeco11, Purple Candle +harvestcraft:candledeco12, Blue Candle +harvestcraft:candledeco13, Brown Candle +harvestcraft:candledeco14, Green Candle +harvestcraft:candledeco15, Red Candle +harvestcraft:candledeco16, Black Candle +harvestcraft:aridgarden, Arid Garden +harvestcraft:frostgarden, Frost Garden +harvestcraft:shadedgarden, Shaded Garden +harvestcraft:soggygarden, Soggy Garden +harvestcraft:tropicalgarden, Tropical Garden +harvestcraft:windygarden, Windy Garden +harvestcraft:presser, Presser +harvestcraft:carrotcake, Carrot Cake +harvestcraft:cheesecake, Cheese Cake +harvestcraft:cherrycheesecake, Cherry Cheese Cake +harvestcraft:chocolatesprinklecake, Chocolate Sprinkles Cake +harvestcraft:holidaycake, Holiday Cake +harvestcraft:lamingtoncake, Lamington +harvestcraft:pavlovacake, Pavlova +harvestcraft:pineappleupsidedowncake, Pineapple Upside Down Cake +harvestcraft:pumpkincheesecake, Pumpkin Cheese Cake +harvestcraft:redvelvetcake, Red Velvet Cake +harvestcraft:garliccoinitem, Garlic Coin +harvestcraft:ediblerootitem, Edible Root +harvestcraft:sunflowerseedsitem, Sunflower Seeds +harvestcraft:calamarirawitem, Raw Calamari +harvestcraft:calamaricookeditem, Cooked Calamari +harvestcraft:saltitem, Salt +harvestcraft:wovencottonitem, Woven Cotton +harvestcraft:freshwateritem, Fresh Water +harvestcraft:freshmilkitem, Fresh Milk +harvestcraft:grilledasparagusitem, Grilled Asparagus +harvestcraft:bakedsweetpotatoitem, Baked Sweet Potato +harvestcraft:grilledeggplantitem, Grilled Eggplant +harvestcraft:toastitem, Toast +harvestcraft:cheeseitem, Cheese +harvestcraft:icecreamitem, Ice Cream +harvestcraft:grilledcheeseitem, Grilled Cheese +harvestcraft:applesauceitem, Apple Sauce +harvestcraft:pumpkinbreaditem, Pumpkin Bread +harvestcraft:caramelappleitem, Caramel Apple +harvestcraft:applepieitem, Apple Pie +harvestcraft:teaitem, Cup of Tea +harvestcraft:coffeeitem, Cup of Coffee +harvestcraft:popcornitem, Popcorn +harvestcraft:raisinsitem, Raisins +harvestcraft:ricecakeitem, Rice Cake +harvestcraft:toastedcoconutitem, Toasted Coconut +harvestcraft:roastedpumpkinseedsitem, Roasted Pumpkin Seeds +harvestcraft:vanillaitem, Vanilla +harvestcraft:toastedsesameseedsitem, Toasted Sesame Seeds +harvestcraft:flouritem, Flour +harvestcraft:doughitem, Dough +harvestcraft:pastaitem, Pasta +harvestcraft:heavycreamitem, Heavy Cream +harvestcraft:butteritem, Butter +harvestcraft:applejuiceitem, Apple Juice +harvestcraft:melonjuiceitem, Melon Juice +harvestcraft:carrotjuiceitem, Carrot Juice +harvestcraft:strawberryjuiceitem, Strawberry Juice +harvestcraft:grapejuiceitem, Grape Juice +harvestcraft:blueberryjuiceitem, Blueberry Juice +harvestcraft:cherryjuiceitem, Cherry Juice +harvestcraft:papayajuiceitem, Papaya Juice +harvestcraft:starfruitjuiceitem, Starfruit Juice +harvestcraft:orangejuiceitem, Orange Juice +harvestcraft:peachjuiceitem, Peach Juice +harvestcraft:limejuiceitem, Lime Juice +harvestcraft:mangojuiceitem, Mango Juice +harvestcraft:pomegranatejuiceitem, Pomegranate Juice +harvestcraft:blackberryjuiceitem, Blackberry Juice +harvestcraft:raspberryjuiceitem, Raspberry Juice +harvestcraft:kiwijuiceitem, Kiwi Juice +harvestcraft:cranberryjuiceitem, Cranberry Juice +harvestcraft:cactusfruitjuiceitem, Cactus Fruit Juice +harvestcraft:plumjuiceitem, Plum Juice +harvestcraft:pearjuiceitem, Pear Juice +harvestcraft:apricotjuiceitem, Apricot Juice +harvestcraft:figjuiceitem, Fig Juice +harvestcraft:grapefruitjuiceitem, Grapefruit Juice +harvestcraft:persimmonjuiceitem, Persimmon Juice +harvestcraft:pumpkinsoupitem, Pumpkin Soup +harvestcraft:melonsmoothieitem, Melon Smoothie +harvestcraft:carrotsoupitem, Carrot Soup +harvestcraft:glazedcarrotsitem, Glazed Carrots +harvestcraft:butteredpotatoitem, Buttered Potato +harvestcraft:loadedbakedpotatoitem, Loaded Baked Potato +harvestcraft:mashedpotatoesitem, Mashed Potatoes +harvestcraft:potatosaladitem, Potato Salad +harvestcraft:potatosoupitem, Potato Soup +harvestcraft:friesitem, Fries +harvestcraft:grilledmushroomitem, Grilled Mushroom +harvestcraft:stuffedmushroomitem, Stuffed Mushroom +harvestcraft:chickensandwichitem, Chicken Sandwich +harvestcraft:chickennoodlesoupitem, Chicken Noodle Soup +harvestcraft:chickenpotpieitem, Chicken Pot Pie +harvestcraft:breadedporkchopitem, Breaded Porkchop +harvestcraft:hotdogitem, Hotdog +harvestcraft:bakedhamitem, Baked Ham +harvestcraft:hamburgeritem, Hamburger +harvestcraft:cheeseburgeritem, Cheeseburger +harvestcraft:potroastitem, Pot Roast +harvestcraft:fishsandwichitem, Fish Sandwich +harvestcraft:fishsticksitem, Fish Sticks +harvestcraft:fishandchipsitem, Fish and Chips +harvestcraft:mayoitem, Mayo +harvestcraft:friedeggitem, Fried Egg +harvestcraft:scrambledeggitem, Scrambled Egg +harvestcraft:boiledeggitem, Boiled Egg +harvestcraft:eggsaladitem, Egg Salad +harvestcraft:caramelitem, Caramel +harvestcraft:taffyitem, Taffy +harvestcraft:spidereyesoupitem, Spider Eye Soup +harvestcraft:zombiejerkyitem, Zombie Jerky +harvestcraft:cocoapowderitem, Cocoa Powder +harvestcraft:chocolatebaritem, Chocolate Bar +harvestcraft:hotchocolateitem, Hot Chocolate +harvestcraft:chocolateicecreamitem, Chocolate Ice Cream +harvestcraft:vegetablesoupitem, Vegetable Soup +harvestcraft:stockitem, Stock +harvestcraft:fruitsaladitem, Fruit Salad +harvestcraft:spagettiitem, Spaghetti +harvestcraft:spagettiandmeatballsitem, Spaghetti and Meatballs +harvestcraft:tomatosoupitem, Tomato Soup +harvestcraft:ketchupitem, Ketchup +harvestcraft:chickenparmasanitem, Chicken Parmesan +harvestcraft:springsaladitem, Spring Salad +harvestcraft:porklettucewrapitem, Pork Lettuce Wrap +harvestcraft:fishlettucewrapitem, Fish Lettuce Wrap +harvestcraft:bltitem, BLT +harvestcraft:leafychickensandwichitem, Leafy Chicken Sandwich +harvestcraft:leafyfishsandwichitem, Leafy Fish Sandwich +harvestcraft:potatocakesitem, Potato Cakes +harvestcraft:hashitem, Hash +harvestcraft:braisedonionsitem, Braised Onions +harvestcraft:cornonthecobitem, Corn on the Cob +harvestcraft:cornmealitem, Cornmeal +harvestcraft:cornbreaditem, Cornbread +harvestcraft:tortillaitem, Tortilla +harvestcraft:nachoesitem, Nachos +harvestcraft:tacoitem, Taco +harvestcraft:fishtacoitem, Fish Taco +harvestcraft:creamedcornitem, Creamed Corn +harvestcraft:strawberrysmoothieitem, Strawberry Smoothie +harvestcraft:strawberrypieitem, Strawberry Pie +harvestcraft:strawberrysaladitem, Strawberry Salad +harvestcraft:chocolatestrawberryitem, Chocolate Strawberry +harvestcraft:peanutbutteritem, Peanut Butter +harvestcraft:trailmixitem, Trail Mix +harvestcraft:pbandjitem, PB&J +harvestcraft:peanutbuttercookiesitem, Peanut Butter Cookies +harvestcraft:vinegaritem, Vinegar +harvestcraft:grapejellyitem, Grape Jelly +harvestcraft:grapesaladitem, Grape Salad +harvestcraft:raisincookiesitem, Raisin Cookies +harvestcraft:picklesitem, Pickles +harvestcraft:cucumbersaladitem, Cucumber Salad +harvestcraft:cucumbersoupitem, Cucumber Soup +harvestcraft:vegetarianlettucewrapitem, Vegetarian Lettuce Wrap +harvestcraft:marinatedcucumbersitem, Marinated Cucumbers +harvestcraft:ricesoupitem, Rice Soup +harvestcraft:friedriceitem, Fried Rice +harvestcraft:mushroomrisottoitem, Mushroom Risotto +harvestcraft:curryitem, Curry Rice +harvestcraft:rainbowcurryitem, Rainbow Curry +harvestcraft:refriedbeansitem, Refried Beans +harvestcraft:bakedbeansitem, Baked Beans +harvestcraft:beansandriceitem, Beans and Rice +harvestcraft:chiliitem, Chili +harvestcraft:beanburritoitem, Bean Burrito +harvestcraft:stuffedpepperitem, Stuffed Pepper +harvestcraft:veggiestirfryitem, Veggie Stirfry +harvestcraft:grilledskewersitem, Grilled Skewer +harvestcraft:omeletitem, Omelet +harvestcraft:hotwingsitem, Hot Wings +harvestcraft:chilipoppersitem, Chili Poppers +harvestcraft:extremechiliitem, Extreme Chili +harvestcraft:chilichocolateitem, Chili Chocolate +harvestcraft:lemonaideitem, Lemonade +harvestcraft:lemonbaritem, Lemon Bar +harvestcraft:fishdinneritem, Fish Dinner +harvestcraft:lemonsmoothieitem, Lemon Smoothie +harvestcraft:lemonmeringueitem, Lemon Meringue +harvestcraft:candiedlemonitem, Candied Lemon +harvestcraft:lemonchickenitem, Lemon Chicken +harvestcraft:blueberrysmoothieitem, Blueberry Smoothie +harvestcraft:blueberrypieitem, Blueberry Pie +harvestcraft:blueberrymuffinitem, Blueberry Muffin +harvestcraft:pancakesitem, Pancakes +harvestcraft:blueberrypancakesitem, Blueberry Pancakes +harvestcraft:cherrypieitem, Cherry Pie +harvestcraft:chocolatecherryitem, Chocolate Cherry +harvestcraft:cherrysmoothieitem, Cherry Smoothie +harvestcraft:stuffedeggplantitem, Stuffed Eggplant +harvestcraft:eggplantparmitem, Eggplant Parm +harvestcraft:raspberryicedteaitem, Raspberry Iced Tea +harvestcraft:chaiteaitem, Chai Tea +harvestcraft:espressoitem, Espresso +harvestcraft:coffeeconlecheitem, Coffee con Leche +harvestcraft:mochaicecreamitem, Mocha Ice Cream +harvestcraft:pickledbeetsitem, Pickled Beets +harvestcraft:beetsaladitem, Beet Salad +harvestcraft:beetsoupitem, Beet Soup +harvestcraft:bakedbeetsitem, Baked Beets +harvestcraft:broccolimacitem, Broccoli Mac +harvestcraft:broccolindipitem, Broccoli n Dip +harvestcraft:creamedbroccolisoupitem, Creamed Broccoli Soup +harvestcraft:sweetpotatopieitem, Sweet Potato Pie +harvestcraft:candiedsweetpotatoesitem, Candied Sweet Potatoes +harvestcraft:mashedsweetpotatoesitem, Mashed Sweet Potatoes +harvestcraft:steamedpeasitem, Steamed Peas +harvestcraft:splitpeasoupitem, Split Pea Soup +harvestcraft:pineapplehamitem, Pineapple Ham +harvestcraft:pineappleyogurtitem, Pineapple Yogurt +harvestcraft:turnipsoupitem, Turnip Soup +harvestcraft:roastedrootveggiemedleyitem, Roasted Root Veggie Medley +harvestcraft:bakedturnipsitem, Baked Turnips +harvestcraft:gingerbreaditem, Ginger Bread +harvestcraft:gingersnapsitem, Ginger Snaps +harvestcraft:candiedgingeritem, Candied Ginger +harvestcraft:mustarditem, Mustard +harvestcraft:softpretzelandmustarditem, Soft Pretzel and Mustard +harvestcraft:spicymustardporkitem, Spicy Mustard Pork +harvestcraft:spicygreensitem, Spicy Greens +harvestcraft:garlicbreaditem, Garlic Bread +harvestcraft:garlicmashedpotatoesitem, Garlic Mashed Potatoes +harvestcraft:garlicchickenitem, Garlic Chicken +harvestcraft:summerradishsaladitem, Summer Radish Salad +harvestcraft:summersquashwithradishitem, Summer Squash with Radish +harvestcraft:celeryandpeanutbutteritem, Celery and Peanut Butter +harvestcraft:chickencelerycasseroleitem, Chicken Celery Casserole +harvestcraft:peasandceleryitem, Peas and Celery +harvestcraft:celerysoupitem, Celery Soup +harvestcraft:zucchinibreaditem, Zucchini Bread +harvestcraft:zucchinifriesitem, Zucchini Fries +harvestcraft:zestyzucchiniitem, Zesty Zucchini +harvestcraft:zucchinibakeitem, Zucchini Bake +harvestcraft:asparagusquicheitem, Asparagus Quiche +harvestcraft:asparagussoupitem, Asparagus Soup +harvestcraft:walnutraisinbreaditem, Walnut Raisin Bread +harvestcraft:candiedwalnutsitem, Candied Walnuts +harvestcraft:brownieitem, Brownie +harvestcraft:papayasmoothieitem, Papaya Smoothie +harvestcraft:papayayogurtitem, Papaya Yogurt +harvestcraft:starfruitsmoothieitem, Starfruit Smoothie +harvestcraft:starfruityogurtitem, Starfruit Yogurt +harvestcraft:guacamoleitem, Guacamole +harvestcraft:creamofavocadosoupitem, Cream of Avocado Soup +harvestcraft:avocadoburritoitem, Avocado Burrito +harvestcraft:poachedpearitem, Poached Pear +harvestcraft:fruitcrumbleitem, Fruit Crumble +harvestcraft:pearyogurtitem, Pear Yogurt +harvestcraft:plumyogurtitem, Plum Yogurt +harvestcraft:bananasplititem, Banana Split +harvestcraft:banananutbreaditem, Banana Nut Bread +harvestcraft:bananasmoothieitem, Banana Smoothie +harvestcraft:bananayogurtitem, Banana Yogurt +harvestcraft:coconutmilkitem, Coconut Milk +harvestcraft:chickencurryitem, Chicken Curry +harvestcraft:coconutshrimpitem, Coconut Shrimp +harvestcraft:coconutyogurtitem, Coconut Yogurt +harvestcraft:orangechickenitem, Orange Chicken +harvestcraft:orangesmoothieitem, Orange Smoothie +harvestcraft:orangeyogurtitem, Orange Yogurt +harvestcraft:peachcobbleritem, Peach Cobbler +harvestcraft:peachsmoothieitem, Peach Smoothie +harvestcraft:peachyogurtitem, Peach Yogurt +harvestcraft:keylimepieitem, Keylime Pie +harvestcraft:limesmoothieitem, Lime Smoothie +harvestcraft:limeyogurtitem, Lime Yogurt +harvestcraft:mangosmoothieitem, Mango Smoothie +harvestcraft:mangoyogurtitem, Mango Yogurt +harvestcraft:pomegranatesmoothieitem, Pomegranate Smoothie +harvestcraft:pomegranateyogurtitem, Pomegranate Yogurt +harvestcraft:vanillayogurtitem, Vanilla Yogurt +harvestcraft:cinnamonrollitem, Cinnamon Roll +harvestcraft:frenchtoastitem, French Toast +harvestcraft:marshmellowsitem, Marshmallows +harvestcraft:donutitem, Donut +harvestcraft:chocolatedonutitem, Chocolate Donut +harvestcraft:powdereddonutitem, Powdered Donut +harvestcraft:jellydonutitem, Jelly Donut +harvestcraft:frosteddonutitem, Frosted Donut +harvestcraft:cactussoupitem, Cactus Soup +harvestcraft:wafflesitem, Waffles +harvestcraft:seedsoupitem, Seed Soup +harvestcraft:softpretzelitem, Soft Pretzel +harvestcraft:jellybeansitem, Jellybeans +harvestcraft:biscuititem, Biscuit +harvestcraft:creamcookieitem, Cream Cookie +harvestcraft:jaffaitem, Jaffa +harvestcraft:friedchickenitem, Fried Chicken +harvestcraft:footlongitem, Footlong +harvestcraft:blueberryyogurtitem, Blueberry Yogurt +harvestcraft:lemonyogurtitem, Lemon Yogurt +harvestcraft:cherryyogurtitem, Cherry Yogurt +harvestcraft:strawberryyogurtitem, Strawberry Yogurt +harvestcraft:grapeyogurtitem, Grape Yogurt +harvestcraft:chocolateyogurtitem, Chocolate Yogurt +harvestcraft:blackberrycobbleritem, Blackberry Cobbler +harvestcraft:blackberrysmoothieitem, Blackberry Smoothie +harvestcraft:blackberryyogurtitem, Blackberry Yogurt +harvestcraft:chocolatemilkitem, Chocolate Milk +harvestcraft:pumpkinyogurtitem, Pumpkin Yogurt +harvestcraft:raspberrypieitem, Raspberry Pie +harvestcraft:raspberrysmoothieitem, Raspberry Smoothie +harvestcraft:raspberryyogurtitem, Raspberry Yogurt +harvestcraft:cinnamonsugardonutitem, Cinnamon Sugar Donut +harvestcraft:melonyogurtitem, Melon Yogurt +harvestcraft:kiwismoothieitem, Kiwi Smoothie +harvestcraft:kiwiyogurtitem, Kiwi Yogurt +harvestcraft:plainyogurtitem, Plain Yogurt +harvestcraft:appleyogurtitem, Apple Yogurt +harvestcraft:saltedsunflowerseedsitem, Salted Sunflower Seeds +harvestcraft:sunflowerwheatrollsitem, Sunflower Wheat Rolls +harvestcraft:sunflowerbroccolisaladitem, Sunflower Broccoli Salad +harvestcraft:cranberrysauceitem, Cranberry Sauce +harvestcraft:cranberrybaritem, Cranberry Bar +harvestcraft:peppermintitem, Peppermint +harvestcraft:blackpepperitem, Black Pepper +harvestcraft:groundcinnamonitem, Ground Cinnamon +harvestcraft:groundnutmegitem, Ground Nutmeg +harvestcraft:oliveoilitem, Cooking Oil +harvestcraft:baklavaitem, Baklava +harvestcraft:gummybearsitem, Gummy Bears +harvestcraft:fruitpunchitem, Fruit Punch +harvestcraft:meatystewitem, Meaty Stew +harvestcraft:mixedsaladitem, Mixed Salad +harvestcraft:pinacoladaitem, Pinacolada +harvestcraft:saladdressingitem, Salad Dressing +harvestcraft:shepardspieitem, Shepherd's Pie +harvestcraft:eggnogitem, Egg Nog +harvestcraft:custarditem, Custard +harvestcraft:sushiitem, Sushi +harvestcraft:gardensoupitem, Garden Soup +harvestcraft:applejellyitem, Apple Jelly +harvestcraft:applejellysandwichitem, Apple Jelly Sandwich +harvestcraft:blackberryjellyitem, Blackberry Jelly +harvestcraft:blackberryjellysandwichitem, Blackberry Jelly Sandwich +harvestcraft:blueberryjellyitem, Blueberry Jelly +harvestcraft:blueberryjellysandwichitem, Blueberry Jelly Sandwich +harvestcraft:cherryjellyitem, Cherry Jelly +harvestcraft:cherryjellysandwichitem, Cherry Jelly Sandwich +harvestcraft:cranberryjellyitem, Cranberry Jelly +harvestcraft:cranberryjellysandwichitem, Cranberry Jelly Sandwich +harvestcraft:kiwijellyitem, Kiwi Jelly +harvestcraft:kiwijellysandwichitem, Kiwi Jelly Sandwich +harvestcraft:lemonjellyitem, Lemon Jelly +harvestcraft:lemonjellysandwichitem, Lemon Jelly Sandwich +harvestcraft:limejellyitem, Lime Jelly +harvestcraft:limejellysandwichitem, Lime Jelly Sandwich +harvestcraft:mangojellyitem, Mango Jelly +harvestcraft:mangojellysandwichitem, Mango Jelly Sandwich +harvestcraft:orangejellyitem, Orange Jelly +harvestcraft:orangejellysandwichitem, Orange Jelly Sandwich +harvestcraft:papayajellyitem, Papaya Jelly +harvestcraft:papayajellysandwichitem, Papaya Jelly Sandwich +harvestcraft:peachjellyitem, Peach Jelly +harvestcraft:peachjellysandwichitem, Peach Jelly Sandwich +harvestcraft:pomegranatejellyitem, Pomegranate Jelly +harvestcraft:pomegranatejellysandwichitem, Pomegranate Jelly Sandwich +harvestcraft:raspberryjellyitem, Raspberry Jelly +harvestcraft:raspberryjellysandwichitem, Raspberry Jelly Sandwich +harvestcraft:starfruitjellyitem, Starfruit Jelly +harvestcraft:starfruitjellysandwichitem, Starfruit Jelly Sandwich +harvestcraft:strawberryjellyitem, Strawberry Jelly +harvestcraft:strawberryjellysandwichitem, Strawberry Jelly Sandwich +harvestcraft:watermelonjellyitem, Watermelon Jelly +harvestcraft:watermelonjellysandwichitem, Watermelon Jelly Sandwich +harvestcraft:bubblywateritem, Bubbly Water +harvestcraft:cherrysodaitem, Cherry Soda +harvestcraft:colasodaitem, Cola Soda +harvestcraft:gingersodaitem, Ginger Ale +harvestcraft:grapesodaitem, Grape Soda +harvestcraft:lemonlimesodaitem, Lemon-Lime Soda +harvestcraft:orangesodaitem, Orange Soda +harvestcraft:rootbeersodaitem, Root Beer +harvestcraft:strawberrysodaitem, Strawberry Soda +harvestcraft:caramelicecreamitem, Caramel Ice Cream +harvestcraft:mintchocolatechipicecreamitem, Mint Chocolate Chip Ice Cream +harvestcraft:strawberryicecreamitem, Strawberry Ice Cream +harvestcraft:vanillaicecreamitem, Vanilla Ice Cream +harvestcraft:gingerchickenitem, Ginger Chicken +harvestcraft:oldworldveggiesoupitem, Old World Veggie Soup +harvestcraft:spicebunitem, Spice Bun +harvestcraft:gingeredrhubarbtartitem, Gingered Rhubarb Tart +harvestcraft:lambbarleysoupitem, Lamb Barley Soup +harvestcraft:honeylemonlambitem, Honey Lemon Lamb +harvestcraft:pumpkinoatsconesitem, Pumpkin Oat Scones +harvestcraft:beefjerkyitem, Beef Jerky +harvestcraft:ovenroastedcaulifloweritem, Oven Roasted Cauliflower +harvestcraft:leekbaconsoupitem, Leek Bacon Soup +harvestcraft:herbbutterparsnipsitem, Herb Butter Parsnips +harvestcraft:scallionbakedpotatoitem, Scallion Baked Potato +harvestcraft:soymilkitem, Soy Milk +harvestcraft:firmtofuitem, Firm Tofu +harvestcraft:silkentofuitem, Silken Tofu +harvestcraft:bamboosteamedriceitem, Bamboo Steamed Rice +harvestcraft:roastedchestnutitem, Roasted Chestnut +harvestcraft:sweetpotatosouffleitem, Sweet Potato Souffle +harvestcraft:cashewchickenitem, Cashew Chicken +harvestcraft:apricotyogurtitem, Apricot Yogurt +harvestcraft:apricotglazedporkitem, Apricot Glazed Pork +harvestcraft:apricotjellyitem, Apricot Jelly +harvestcraft:apricotjellysandwichitem, Apricot Jelly Sandwich +harvestcraft:apricotsmoothieitem, Apricot Smoothie +harvestcraft:figbaritem, Fig Bar +harvestcraft:figjellyitem, Fig Jelly +harvestcraft:figjellysandwichitem, Fig Jelly Sandwich +harvestcraft:figsmoothieitem, Fig Smoothie +harvestcraft:figyogurtitem, Fig Yogurt +harvestcraft:grapefruitjellyitem, Grapefruit Jelly +harvestcraft:grapefruitjellysandwichitem, Grapefruit Jelly Sandwich +harvestcraft:grapefruitsmoothieitem, Grapefruit Smoothie +harvestcraft:grapefruityogurtitem, Grapefruit Yogurt +harvestcraft:grapefruitsodaitem, Grapefruit Soda +harvestcraft:citrussaladitem, Citrus Salad +harvestcraft:pecanpieitem, Pecan Pie +harvestcraft:pralinesitem, Pralines +harvestcraft:persimmonyogurtitem, Persimmon Yogurt +harvestcraft:persimmonsmoothieitem, Persimmon Smoothie +harvestcraft:persimmonjellyitem, Persimmon Jelly +harvestcraft:persimmonjellysandwichitem, Persimmon Jelly Sandwich +harvestcraft:pistachiobakedsalmonitem, Pistachio Baked Salmon +harvestcraft:baconwrappeddatesitem, Bacon Wrapped Dates +harvestcraft:datenutbreaditem, Date Nut Bread +harvestcraft:maplesyruppancakesitem, Maple Syrup Pancakes +harvestcraft:maplesyrupwafflesitem, Maple Syrup Waffles +harvestcraft:maplesausageitem, Maple Sausage +harvestcraft:mapleoatmealitem, Maple Oatmeal +harvestcraft:peachesandcreamoatmealitem, Peaches and Cream Oatmeal +harvestcraft:cinnamonappleoatmealitem, Cinnamon Apple Oatmeal +harvestcraft:maplecandiedbaconitem, Maple Candied Bacon +harvestcraft:toastsandwichitem, Toast Sandwich +harvestcraft:potatoandcheesepirogiitem, Potato and Cheese Pierogi +harvestcraft:zeppoleitem, Zeppole +harvestcraft:sausageinbreaditem, Sausage in Bread +harvestcraft:chocolatecaramelfudgeitem, Chocolate Caramel Fudge +harvestcraft:lavendershortbreaditem, Lavender Shortbread +harvestcraft:beefwellingtonitem, Beef Wellington +harvestcraft:epicbaconitem, Epic Bacon +harvestcraft:manjuuitem, Manjū +harvestcraft:chickengumboitem, Chicken Gumbo +harvestcraft:generaltsochickenitem, General Tso's Chicken +harvestcraft:californiarollitem, California Roll +harvestcraft:futomakiitem, Futo Maki +harvestcraft:vegemiteitem, Vegemite +harvestcraft:honeycombchocolatebaritem, Honeycomb Chocolate Bar +harvestcraft:cherrycoconutchocolatebaritem, Cherry Coconut Chocolate Bar +harvestcraft:fairybreaditem, Fairy Bread +harvestcraft:timtamitem, Tim Tam +harvestcraft:damperitem, Damper +harvestcraft:gherkinitem, Gherkin +harvestcraft:ceasarsaladitem, Caesar Salad +harvestcraft:chaoscookieitem, Chaos Cookie +harvestcraft:chocolatebaconitem, Chocolate Bacon +harvestcraft:lambkebabitem, Lamb Kebab +harvestcraft:nutellaitem, Nutella +harvestcraft:snickersbaritem, Snickers Bar +harvestcraft:steamedspinachitem, Steamed Spinach +harvestcraft:vegemiteontoastitem, Vegemite on Toast +harvestcraft:clamcookeditem, Cooked Clam +harvestcraft:crabcookeditem, Cooked Crab +harvestcraft:crayfishcookeditem, Cooked Crayfish +harvestcraft:frogcookeditem, Cooked Frog Legs +harvestcraft:octopuscookeditem, Cooked Octopus +harvestcraft:scallopcookeditem, Cooked Scallop +harvestcraft:shrimpcookeditem, Cooked Shrimp +harvestcraft:snailcookeditem, Cooked Snail +harvestcraft:turtlecookeditem, Cooked Turtle +harvestcraft:oystercookeditem, Cooked Oyster +harvestcraft:applecideritem, Apple Cider +harvestcraft:bangersandmashitem, Bangers and Mash +harvestcraft:batteredsausageitem, Battered Sausage +harvestcraft:batteritem, Batter +harvestcraft:chorizoitem, Chorizo +harvestcraft:coleslawitem, Coleslaw +harvestcraft:energydrinkitem, Energy Drink +harvestcraft:friedonionsitem, Fried Onions +harvestcraft:mincepieitem, Mince Pie +harvestcraft:onionhamburgeritem, Onion Hamburger +harvestcraft:pepperoniitem, Pepperoni +harvestcraft:pickledonionsitem, Pickled Onions +harvestcraft:porksausageitem, Pork Sausage +harvestcraft:raspberrytrifleitem, Raspberry Trifle +harvestcraft:pumpkinmuffinitem, Pumpkin Muffin +harvestcraft:suaderoitem, Suadero +harvestcraft:turkeyrawitem, Raw Turkey +harvestcraft:turkeycookeditem, Cooked Turkey +harvestcraft:venisonrawitem, Raw Venison +harvestcraft:venisoncookeditem, Cooked Venison +harvestcraft:strawberrymilkshakeitem, Strawberry Milkshake +harvestcraft:chocolatemilkshakeitem, Chocolate Milkshake +harvestcraft:bananamilkshakeitem, Banana Milkshake +harvestcraft:cornflakesitem, Cornflakes +harvestcraft:roastchickenitem, Roast Chicken +harvestcraft:roastpotatoesitem, Roast Potatoes +harvestcraft:sundayroastitem, Sunday Roast +harvestcraft:bbqpulledporkitem, BBQ Pulled Pork +harvestcraft:lambwithmintsauceitem, Lamb with Mint Sauce +harvestcraft:steakandchipsitem, Steak and Chips +harvestcraft:cherryicecreamitem, Cherry Ice Cream +harvestcraft:pistachioicecreamitem, Pistachio Ice Cream +harvestcraft:neapolitanicecreamitem, Neapolitan Ice Cream +harvestcraft:spumoniicecreamitem, Spumoni Ice Cream +harvestcraft:almondbutteritem, Almond Butter +harvestcraft:cashewbutteritem, Cashew Butter +harvestcraft:chestnutbutteritem, Chestnut Butter +harvestcraft:cornishpastyitem, Cornish Pasty +harvestcraft:cottagepieitem, Cottage Pie +harvestcraft:croissantitem, Croissant +harvestcraft:currypowderitem, Curry Powder +harvestcraft:dimsumitem, Dim Sum +harvestcraft:friedpecanokraitem, Fried Pecan Okra +harvestcraft:gooseberryjellyitem, Gooseberry Jelly +harvestcraft:gooseberryjellysandwichitem, Gooseberry Jelly Sandwich +harvestcraft:gooseberrymilkshakeitem, Gooseberry Milkshake +harvestcraft:gooseberrypieitem, Gooseberry Pie +harvestcraft:gooseberrysmoothieitem, Gooseberry Smoothie +harvestcraft:gooseberryyogurtitem, Gooseberry Yogurt +harvestcraft:hushpuppiesitem, Hushpuppies +harvestcraft:kimchiitem, Kimchi +harvestcraft:mochiitem, Mochi +harvestcraft:museliitem, Muesli +harvestcraft:naanitem, Naan +harvestcraft:okrachipsitem, Okra Chips +harvestcraft:okracreoleitem, Okra Creole +harvestcraft:pistachiobutteritem, Pistachio Butter +harvestcraft:porklomeinitem, Pork Lo Mein +harvestcraft:salmonpattiesitem, Salmon Patties +harvestcraft:sausageitem, Sausage +harvestcraft:sausagerollitem, Sausage Roll +harvestcraft:sesameballitem, Sesame Ball +harvestcraft:sesamesnapsitem, Sesame Snaps +harvestcraft:shrimpokrahushpuppiesitem, Shrimp Pork Okra Hushpuppies +harvestcraft:soysauceitem, Soy Sauce +harvestcraft:sweetpickleitem, Sweet Pickle +harvestcraft:veggiestripsitem, Veggie Strips +harvestcraft:vindalooitem, Vindaloo +harvestcraft:applesmoothieitem, Apple Smoothie +harvestcraft:coconutsmoothieitem, Coconut Smoothie +harvestcraft:cranberrysmoothieitem, Cranberry Smoothie +harvestcraft:cranberryyogurtitem, Cranberry Yogurt +harvestcraft:grapesmoothieitem, Grape Smoothie +harvestcraft:pearsmoothieitem, Pear Smoothie +harvestcraft:pearjellyitem, Pear Jelly +harvestcraft:pearjellysandwichitem, Pear Jelly Sandwich +harvestcraft:plumsmoothieitem, Plum Smoothie +harvestcraft:plumjellyitem, Plum Jelly +harvestcraft:plumjellysandwichitem, Plum Jelly Sandwich +harvestcraft:honeysandwichitem, Honey Sandwich +harvestcraft:cheeseontoastitem, Cheese on Toast +harvestcraft:tunapotatoitem, Tuna Potato +harvestcraft:chocolaterollitem, Chocolate Roll +harvestcraft:jamrollitem, Jam Roll +harvestcraft:coconutcreamitem, Coconut Cream +harvestcraft:crackeritem, Cracker +harvestcraft:garammasalaitem, Garam Masala +harvestcraft:paneeritem, Paneer +harvestcraft:gravyitem, Gravy +harvestcraft:mangochutneyitem, Mango Chutney +harvestcraft:marzipanitem, Marzipan +harvestcraft:paneertikkamasalaitem, Paneer Tikka Masala +harvestcraft:peaandhamsoupitem, Pea and Ham Soup +harvestcraft:potatoandleeksoupitem, Potato and Leek Soup +harvestcraft:yorkshirepuddingitem, Yorkshire Pudding +harvestcraft:sesameoilitem, Sesame Oil +harvestcraft:noodlesitem, Noodles +harvestcraft:chickenchowmeinitem, Chicken Chow Mein +harvestcraft:kungpaochickenitem, Kung Pao Chicken +harvestcraft:hoisinsauceitem, Hoisin Sauce +harvestcraft:fivespiceitem, Five Spice +harvestcraft:charsiuitem, Char Siu +harvestcraft:sweetandsoursauceitem, Sweet and Sour Sauce +harvestcraft:sweetandsourchickenitem, Sweet and Sour Chicken +harvestcraft:baconandeggsitem, Bacon and Eggs +harvestcraft:biscuitsandgravyitem, Biscuits and Gravy +harvestcraft:applefritteritem, Apple Fritter +harvestcraft:sweetteaitem, Sweet Tea +harvestcraft:creepercookieitem, Creeper Cookie +harvestcraft:honeybreaditem, Honey Bread +harvestcraft:honeybunitem, Honeybun +harvestcraft:honeyglazedcarrotsitem, Honey Glazed Carrots +harvestcraft:honeyglazedhamitem, Honey Glazed Ham +harvestcraft:honeysoyribsitem, Honey Soy Ribs +harvestcraft:chocovoxelsitem, Choco Voxels Cereal +harvestcraft:cinnamontoastitem, Cinnamon Toast +harvestcraft:cornedbeefitem, Corned Beef +harvestcraft:cottoncandyitem, Cotton Candy +harvestcraft:crackersitem, Crackers +harvestcraft:creeperwingsitem, Creeper Wings +harvestcraft:dhalitem, Dhal +harvestcraft:durianmilkshakeitem, Durian Milkshake +harvestcraft:durianmuffinitem, Durian Muffin +harvestcraft:hotsauceitem, Hot Sauce +harvestcraft:hummusitem, Hummus +harvestcraft:ironbrewitem, Iron Brew +harvestcraft:lasagnaitem, Lasagna +harvestcraft:lemondrizzlecakeitem, Lemon Drizzle Cake +harvestcraft:meatloafitem, Meatloaf +harvestcraft:mushroomlasagnaitem, Mushroom Lasagna +harvestcraft:musselcookeditem, Cooked Mussel +harvestcraft:netherwingsitem, Nether Wings +harvestcraft:pizzasoupitem, Pizza Soup +harvestcraft:poutineitem, Poutine +harvestcraft:salsaitem, Salsa +harvestcraft:sardinesinhotsauceitem, Sardines in Hot Sauce +harvestcraft:teriyakichickenitem, Teriyaki Chicken +harvestcraft:turkishdelightitem, Turkish Delight +harvestcraft:greeneggsandhamitem, Green Eggs and Ham +harvestcraft:theatreboxitem, Theatre Box +harvestcraft:cookiesandmilkitem, Cookies and Milk +harvestcraft:crackersandcheeseitem, Crackers and Cheese +harvestcraft:chickendinneritem, Chicken Dinner +harvestcraft:corndogitem, Corn Dog +harvestcraft:hamandcheesesandwichitem, Ham and Cheese Sandwich +harvestcraft:tunasaladitem, Tuna Salad +harvestcraft:gritsitem, Grits +harvestcraft:buttercookieitem, Butter Cookie +harvestcraft:sugarcookieitem, Sugar Cookie +harvestcraft:potatochipsitem, Potato Chips +harvestcraft:bbqpotatochipsitem, BBQ Potato Chips +harvestcraft:sourcreamandonionpotatochipsitem, Sour Cream and Onion Potato Chips +harvestcraft:cheddarandsourcreampotatochipsitem, Cheddar and Sour Cream Potato Chips +harvestcraft:tortillachipsitem, Tortilla Chips +harvestcraft:chipsanddipitem, Chips and Dip +harvestcraft:cheezepuffsitem, Cheeze Puffs +harvestcraft:surfandturfitem, Surf and Turf +harvestcraft:liverandonionsitem, Liver and Onions +harvestcraft:fortunecookieitem, Fortune Cookie +harvestcraft:deviledeggitem, Deviled Egg +harvestcraft:mozzerellasticksitem, Mozzerella Sticks +harvestcraft:succotashitem, Succotash +harvestcraft:friedgreentomatoesitem, Fried Green Tomatoes +harvestcraft:potatoesobrienitem, Potatoes O'Brien +harvestcraft:tatertotsitem, Tater Tots +harvestcraft:smoresitem, Smores +harvestcraft:steakfajitaitem, Steak Fajita +harvestcraft:ramenitem, Ramen +harvestcraft:misosoupitem, Miso Soup +harvestcraft:onigiriitem, Onigiri +harvestcraft:grilledcheesevegemitetoastitem, Grilled Cheese Vegemite Toast +harvestcraft:monsterfrieddumplingsitem, Monster Fried Dumplings +harvestcraft:crispyricepuffcerealitem, Crispy Rice Puff Cereal +harvestcraft:crispyricepuffbarsitem, Crispy Rice Puff Bar +harvestcraft:babaganoushitem, Baba Ganoush +harvestcraft:berryvinaigrettesaladitem, Berry Vinaigrette Salad +harvestcraft:tomatoherbchickenitem, Tomato Herb Chicken +harvestcraft:pastagardeniaitem, Pasta Gardenia +harvestcraft:fiestacornsaladitem, Fiesta Corn Salad +harvestcraft:threebeansaladitem, Three Bean Salad +harvestcraft:sweetandsourmeatballsitem, Sweet and Sour Meatballs +harvestcraft:pepperjellyitem, Pepper Jelly +harvestcraft:pepperjellyandcrackersitem, Pepper Jelly and Crackers +harvestcraft:saltedcaramelitem, Salted Caramel +harvestcraft:spidereyepieitem, Spider Eye Pie +harvestcraft:cheesyshrimpquinoaitem, Cheesy Shrimp Quinoa +harvestcraft:bulgogiitem, Bulgogi +harvestcraft:omuriceitem, Omurice +harvestcraft:pemmicanitem, Pemmican +harvestcraft:driedsoupitem, Dried Soup +harvestcraft:crabkimbapitem, Crab Kimbap +harvestcraft:froglegstirfryitem, Frog Leg Stirfry +harvestcraft:haggisitem, Haggis +harvestcraft:chickenkatsuitem, Chicken Katsu +harvestcraft:chocolateorangeitem, Chocolate Orange +harvestcraft:festivalbreaditem, Festival Bread +harvestcraft:fruitcreamfestivalbreaditem, Fruit Cream Festival Bread +harvestcraft:phoitem, Pho +harvestcraft:bubbleteaitem, Bubble Tea +harvestcraft:duckrawitem, Raw Duck +harvestcraft:duckcookeditem, Cooked Duck +harvestcraft:wontonsoupitem, Wonton Soup +harvestcraft:springrollitem, Spring Rolls +harvestcraft:meatystirfryitem, Meaty Stirfry +harvestcraft:potstickersitem, Pot Stickers +harvestcraft:orangeduckitem, Orange Duck +harvestcraft:pekingduckitem, Peking Duck +harvestcraft:stuffedduckitem, Stuffed Duck +harvestcraft:rouxitem, Roux +harvestcraft:candiedpecansitem, Candied Pecans +harvestcraft:stuffingitem, Stuffing +harvestcraft:greenbeancasseroleitem, Green Bean Casserole +harvestcraft:hamandpineapplepizzaitem, Ham and Pineapple Pizza +harvestcraft:cobblestonecobbleritem, Cobblestone Cobbler +harvestcraft:crayfishsaladitem, Crayfish Salad +harvestcraft:cevicheitem, Ceviche +harvestcraft:bakedcactusitem, Baked Cactus +harvestcraft:garlicsteakitem, Garlic Steak +harvestcraft:mushroomsteakitem, Mushroom Steak +harvestcraft:hotdishcasseroleitem, Hot Dish Casserole +harvestcraft:sausagebeanmeltitem, Sausage Bean Melt +harvestcraft:mettbrotchenitem, Mettbrötchen +harvestcraft:porkrindsitem, Pork Rinds +harvestcraft:cracklinsitem, Cracklins +harvestcraft:chorusfruitsoupitem, Chorus Fruit Soup +harvestcraft:akutuqitem, Akutuq +harvestcraft:cantonesegreensitem, Cantonese Greens +harvestcraft:earlgreyteaitem, Tea, Earl Grey, Hot +harvestcraft:eggrollitem, Egg Roll +harvestcraft:eggtartitem, Egg Tart +harvestcraft:greenteaitem, Green Tea +harvestcraft:meesuaitem, Mee Sua +harvestcraft:oystersauceitem, Oyster Sauce +harvestcraft:squidinkspaghettiitem, Squid Ink Spaghetti +harvestcraft:steaktartareitem, Steak Tartare +harvestcraft:szechuaneggplantitem, Szechuan Eggplant +harvestcraft:baconpancakesitem, Bacon Pancakes +harvestcraft:blackpaellaitem, Black Paella +harvestcraft:blazingsoupitem, Blazing Soup +harvestcraft:briochebunitem, Brioche Bun +harvestcraft:chickenpaellaitem, Chicken Paella +harvestcraft:escargotitem, Escargot +harvestcraft:gourmetbeefpattyitem, Gourmet Beef Patty +harvestcraft:gourmetmuttonpattyitem, Gourmet Mutton Patty +harvestcraft:gourmetporkpattyitem, Gourmet Pork Patty +harvestcraft:gourmetvenisonpattyitem, Gourmet Venison Patty +harvestcraft:guisoitem, Guiso +harvestcraft:jelliedeelitem, Jellied Eel +harvestcraft:kalechipsitem, Kale Chips +harvestcraft:padthaiitem, Pad Thai +harvestcraft:peanutbutterbananasandwichitem, Peanut Butter and Banana Sandwich +harvestcraft:peanutbuttercupitem, Peanut Butter Cup +harvestcraft:pinkelitem, Pinkel +harvestcraft:pitepaltitem, Pitepalt +harvestcraft:sauerbratenitem, Sauerbraten +harvestcraft:slimepieitem, Slime Pie +harvestcraft:strawberryrhubarbpieitem, Strawberry Rhubarb Pie +harvestcraft:tiropitaitem, Tiropita +harvestcraft:rosepetalteaitem, Rose Petal Tea +harvestcraft:potatoskinsitem, Potato Skins +harvestcraft:chilidonutitem, Chili Donut +harvestcraft:bbqsauceitem, BBQ Sauce +harvestcraft:vanillacupcakeitem, Vanilla Cupcake +harvestcraft:chocolatecupcakeitem, Chocolate Cupcake +harvestcraft:carrotcupcakeitem, Carrot Cupcake +harvestcraft:redvelvetcupcakeitem, Red Velvet Cupcake +harvestcraft:chilicupcakeitem, Chili Cupcake +harvestcraft:peanutbuttercupcakeitem, Peanut Butter Cupcake +harvestcraft:lemoncupcakeitem, Lemon Cupcake +harvestcraft:strawberrycupcakeitem, Strawberry Cupcake +harvestcraft:mintcupcakeitem, Mint Cupcake +harvestcraft:coffeecupcakeitem, Coffee Cupcake +harvestcraft:sprinklescupcakeitem, Sprinkles Cupcake +harvestcraft:caramelcupcakeitem, Caramel Cupcake +harvestcraft:cherryslushieitem, Cherry Slushie +harvestcraft:pambitsboxitem, Pam Bits Box +harvestcraft:stuffedchilipeppersitem, Stuffed Chili Peppers +harvestcraft:slimegummiesitem, Slime Gummies +harvestcraft:chocolatepuddingitem, Chocolate Pudding +harvestcraft:bbqchickenpizzaitem, BBQ Chicken Pizza +harvestcraft:quesadillaitem, Quesadilla +harvestcraft:bibimbapitem, Bibimbap +harvestcraft:shrimpcocktailitem, Shrimp Cocktail +harvestcraft:nopalessaladitem, Nopales Salad +harvestcraft:meringueitem, Meringue +harvestcraft:applesnowitem, Apple Snow +harvestcraft:bakedalaskaitem, Baked Alaska +harvestcraft:berrymeringuenestitem, Berry Meringue Nest +harvestcraft:etonmessitem, Eton Mess +harvestcraft:meringuebombeitem, Meringue Bombe +harvestcraft:meringuebrownieitem, Meringue Brownie +harvestcraft:meringuecookieitem, Meringue Cookie +harvestcraft:meringuerouladeitem, Meringue Roulade +harvestcraft:merveilleuxitem, Merveilleux +harvestcraft:bbqjackfruititem, BBQ Jackfruit +harvestcraft:mushroomketchupomeletitem, Mushroom Ketchup Omelet +harvestcraft:mushroomketchupitem, Mushroom Ketchup +harvestcraft:lycheeteaitem, Lychee Tea +harvestcraft:baconwrappedchiliitem, Bacon Wrapped Chili +harvestcraft:seedenergygelitem, Seed Energy Gel +harvestcraft:chickencordonbleuitem, Chicken Cordon Bleu +harvestcraft:sundayhighteaitem, Sunday High Tea +harvestcraft:cucumbersandwichitem, Cucumber Sandwich +harvestcraft:dandelionsaladitem, Dandelion Salad +harvestcraft:peanutsoupitem, Peanut Soup +harvestcraft:vanillaconchasbreaditem, Vanilla Conchas Bread +harvestcraft:chocolatecoconutbaritem, Chocolate Coconut Bar +harvestcraft:strawberrysouffleitem, Strawberry Soufflé +harvestcraft:gyudonitem, Gyudon +harvestcraft:shrimptemperaitem, Shrimp Tempura +harvestcraft:imagawayakiitem, Imagawayaki +harvestcraft:mochicakeitem, Mochi Cake +harvestcraft:mochidessertitem, Mochi Dessert +harvestcraft:taiyakiitem, Taiyaki +harvestcraft:salmononigiriitem, Salmon Onigiri +harvestcraft:tunaonigiriitem, Tuna Onigiri +harvestcraft:friedbolognasandwichitem, Fried Bologna Sandwich +harvestcraft:bolognasandwichitem, Bologna Sandwich +harvestcraft:ricepuddingitem, Rice Pudding +harvestcraft:musubiitem, Musubi +harvestcraft:imitationcrabsticksitem, Imitation Crab Sticks +harvestcraft:misopasteitem, Miso Paste +harvestcraft:dandelionteaitem, Dandelion Tea +harvestcraft:gravlaxitem, Gravlax +harvestcraft:cheesedanishitem, Cheese Danish +harvestcraft:schnitzelitem, Schnitzel +harvestcraft:bolognaitem, Bologna +harvestcraft:raspberrymilkshakeitem, Raspberry Milk Shake +harvestcraft:pumpkinspicelatteitem, Pumpkin Spice Latte +harvestcraft:rootbeerfloatitem, Root Beer Float +harvestcraft:hotcocoaitem, Hot Cocoa +harvestcraft:cinnamonbreaditem, Cinnamon Bread +harvestcraft:cornchipsitem, Corn Chips +harvestcraft:marshmellowchicksitem, Marshmellow Chicks +harvestcraft:pizzasliceitem, Pizza Slice +harvestcraft:groundbeefitem, Ground Beef +harvestcraft:groundchickenitem, Ground Chicken +harvestcraft:groundduckitem, Ground Duck +harvestcraft:groundfishitem, Ground Fish +harvestcraft:groundmuttonitem, Ground Mutton +harvestcraft:groundporkitem, Ground Pork +harvestcraft:groundrabbititem, Ground Rabbit +harvestcraft:groundturkeyitem, Ground Turkey +harvestcraft:groundvenisonitem, Ground Venison +harvestcraft:rawtofeakitem, Raw Tofeak +harvestcraft:rawtofaconitem, Raw Tofacon +harvestcraft:rawtofeegitem, Raw Tofeeg +harvestcraft:rawtofuttonitem, Raw Tofutton +harvestcraft:rawtofickenitem, Raw Toficken +harvestcraft:rawtofabbititem, Raw Tofabbit +harvestcraft:rawtofurkeyitem, Raw Tofurkey +harvestcraft:rawtofenisonitem, Raw Tofenison +harvestcraft:rawtofuduckitem, Raw Tofuduck +harvestcraft:cookedtofeakitem, Cooked Tofeak +harvestcraft:cookedtofaconitem, Cooked Tofacon +harvestcraft:cookedtofishitem, Cooked Tofish +harvestcraft:cookedtofeegitem, Cooked Tofeeg +harvestcraft:cookedtofuttonitem, Cooked Tofutton +harvestcraft:cookedtofickenitem, Cooked Toficken +harvestcraft:cookedtofabbititem, Cooked Tofabbit +harvestcraft:cookedtofurkeyitem, Cooked Tofurkey +harvestcraft:cookedtofenisonitem, Cooked Tofenison +harvestcraft:cookedtofuduckitem, Cooked Tofuduck +harvestcraft:carrotcakeitem, Carrot Cake +harvestcraft:holidaycakeitem, Holiday Cake +harvestcraft:pumpkincheesecakeitem, Pumpkin Cheese Cake +harvestcraft:pavlovaitem, Pavlova +harvestcraft:lamingtonitem, Lamington +harvestcraft:cheesecakeitem, Cheese Cake +harvestcraft:cherrycheesecakeitem, Cherry Cheese Cake +harvestcraft:pineappleupsidedowncakeitem, Pineapple Upside Down Cake +harvestcraft:chocolatesprinklecakeitem, Chocolate Sprinkles Cake +harvestcraft:redvelvetcakeitem, Red Velvet Cake +harvestcraft:baconcheeseburgeritem, Bacon Cheeseburger +harvestcraft:deluxecheeseburgeritem, Deluxe Cheeseburger +harvestcraft:beansontoastitem, Beans on Toast +harvestcraft:meatpieitem, Meat Pie +harvestcraft:chikorollitem, Chiko Roll +harvestcraft:spinachpieitem, Spinach Pie +harvestcraft:coleslawburgeritem, Coleslaw Burger +harvestcraft:hotandsoursoupitem, Hot and Sour Soup +harvestcraft:patreonpieitem, Patreon Pie +harvestcraft:chilidogitem, Chili Dog +harvestcraft:tunafishsandwichitem, Tunafish Sandwich +harvestcraft:clamchowderitem, Clam Chowder +harvestcraft:breakfastburritoitem, Breakfast Burrito +harvestcraft:chipsandsalsaitem, Chips and Salsa +harvestcraft:crawfishetoufeeitem, Crawfish Etoufee +harvestcraft:saucedlambkebabitem, Sauced Lamb Kebab +harvestcraft:cantonesenoodlesitem, Cantonese Noodles +harvestcraft:dangoitem, Dango +harvestcraft:takoyakiitem, Takoyaki +harvestcraft:groiledcheesesandwichitem, Groiled Cheese Sandwich +harvestcraft:cheesesteakitem, Cheesesteak +harvestcraft:swedishmeatballsitem, Swedish Meatballs +harvestcraft:buttertartitem, Butter Tart +harvestcraft:battenbergitem, Battenberg +harvestcraft:slawdogitem, Slaw Dog +harvestcraft:rivermudcakeitem, River Mud Cake +harvestcraft:fruitcakeitem, Fruit Cake +harvestcraft:springfieldcashewchickenitem, Springfield Cashew Chicken +harvestcraft:enchiladaitem, Enchilada +harvestcraft:pizzaitem, Pizza +harvestcraft:onionsoupitem, Onion Soup +harvestcraft:baconmushroomburgeritem, Bacon Mushroom Burger +harvestcraft:toadintheholeitem, Toad in the Hole +harvestcraft:homestylelunchitem, Homestyle Lunch +harvestcraft:montecristosandwichitem, Monte Cristo Sandwich +harvestcraft:mobsoupitem, Mob Soup +harvestcraft:randomtacoitem, Random Taco +harvestcraft:hamsweetpicklesandwichitem, Ham & Sweet Pickle Sandwich +harvestcraft:toastedwesternitem, Toasted Western +harvestcraft:eggsbenedictitem, Eggs Benedict +harvestcraft:glisteningsaladitem, Glistening Salad +harvestcraft:meatloafsandwichitem, Meatloaf Sandwich +harvestcraft:mashedpotatoeschickenbiscuititem, Mashed Potatoes and Chicken Biscuit +harvestcraft:cassouletitem, Cassoulet +harvestcraft:bratwurstitem, Bratwurst +harvestcraft:chickenbiscuititem, Chicken Biscuit +harvestcraft:epicbltitem, Epic BLT +harvestcraft:kohlundpinkelitem, Kohl und Pinkel +harvestcraft:beetburgeritem, Beet Burger +harvestcraft:anchovypepperonipizzaitem, Anchovy Pepperoni Pizza +harvestcraft:spaghettidinneritem, Spaghetti Dinner +harvestcraft:gumboitem, Gumbo +harvestcraft:jambalayaitem, Jambalaya +harvestcraft:supremepizzaitem, Supreme Pizza +harvestcraft:bbqplatteritem, BBQ Platter +harvestcraft:chickenandwafflesitem, Chicken and Waffles +harvestcraft:gourmetporkburgeritem, Gourmet Pork Burger +harvestcraft:bbqchickenbiscuititem, BBQ Chicken Biscuit +harvestcraft:delightedmealitem, Delighted Meal +harvestcraft:heartybreakfastitem, Hearty Breakfast +harvestcraft:mcpamitem, McPam +harvestcraft:deluxenachoesitem, Deluxe Nachos +harvestcraft:gourmetmuttonburgeritem, Gourmet Mutton Burger +harvestcraft:netherstartoastitem, Nether Star on Toast +harvestcraft:paradiseburgeritem, Paradise Burger +harvestcraft:chimichangaitem, Chimichanga +harvestcraft:salisburysteakitem, Salisbury Steak +harvestcraft:ploughmanslunchitem, Ploughman's Lunch +harvestcraft:cornedbeefhashitem, Corned Beef Hash +harvestcraft:bentoboxitem, Bento Box +harvestcraft:friedfeastitem, Fried Feast +harvestcraft:timpanoitem, Timpano +harvestcraft:deluxechickencurryitem, Deluxe Chicken Curry +harvestcraft:weekendpicnicitem, Weekend Picnic +harvestcraft:gourmetbeefburgeritem, Gourmet Beef Burger +harvestcraft:southernstylebreakfastitem, Southern Style Breakfast +harvestcraft:meatfeastpizzaitem, Meat Feast Pizza +harvestcraft:thankfuldinneritem, Thankful Dinner +harvestcraft:koreandinneritem, Korean Dinner +harvestcraft:gourmetvenisonburgeritem, Gourmet Venison Burger +harvestcraft:minerstewitem, Miner's Stew +harvestcraft:cornedbeefbreakfastitem, Corned Beef Breakfast +harvestcraft:queenbeeitem, Queen Bee +harvestcraft:grubitem, Bee Grub +harvestcraft:cookedgrubitem, Cooked Grub +harvestcraft:honeycombitem, Honeycomb +harvestcraft:honeyitem, Honey +harvestcraft:waxcombitem, Waxcomb +harvestcraft:royaljellyitem, Royal Jelly +harvestcraft:beeswaxitem, Pressed Wax +harvestcraft:fruitbaititem, Fruit Bait +harvestcraft:grainbaititem, Grain Bait +harvestcraft:veggiebaititem, Veggie Bait +harvestcraft:fishtrapbaititem, Fish Trap Bait +harvestcraft:cuttingboarditem, Cutting Board +harvestcraft:potitem, Pot +harvestcraft:skilletitem, Skillet +harvestcraft:saucepanitem, Saucepan +harvestcraft:bakewareitem, Bakeware +harvestcraft:mortarandpestleitem, Mortar and Pestle +harvestcraft:mixingbowlitem, Mixing Bowl +harvestcraft:juiceritem, Juicer +harvestcraft:anchovyrawitem, Raw Anchovy +harvestcraft:bassrawitem, Raw Bass +harvestcraft:carprawitem, Raw Carp +harvestcraft:catfishrawitem, Raw Catfish +harvestcraft:charrrawitem, Raw Charr +harvestcraft:clamrawitem, Raw Clam +harvestcraft:crabrawitem, Raw Crab +harvestcraft:crayfishrawitem, Raw Crayfish +harvestcraft:eelrawitem, Raw Eel +harvestcraft:frograwitem, Raw Frog +harvestcraft:grouperrawitem, Raw Grouper +harvestcraft:herringrawitem, Raw Herring +harvestcraft:jellyfishrawitem, Raw Jellyfish +harvestcraft:mudfishrawitem, Raw Mudfish +harvestcraft:octopusrawitem, Raw Octopus +harvestcraft:perchrawitem, Raw Perch +harvestcraft:scalloprawitem, Raw Scallop +harvestcraft:shrimprawitem, Raw Shrimp +harvestcraft:snailrawitem, Raw Snail +harvestcraft:snapperrawitem, Raw Snapper +harvestcraft:tilapiarawitem, Raw Tilapia +harvestcraft:troutrawitem, Raw Trout +harvestcraft:tunarawitem, Raw Tuna +harvestcraft:turtlerawitem, Raw Turtle +harvestcraft:walleyerawitem, Raw Walleye +harvestcraft:greenheartfishitem, Green Heart Fish +harvestcraft:sardinerawitem, Raw Sardine +harvestcraft:musselrawitem, Raw Mussel +harvestcraft:rawtofishitem, Raw Tofish +harvestcraft:oysterrawitem, Raw Oyster +harvestcraft:hardenedleatheritem, Hardened Leather +harvestcraft:hardenedleatherhelmitem, Hardened Leather Helm +harvestcraft:hardenedleatherchestitem, Hardened Leather Chest +harvestcraft:hardenedleatherleggingsitem, Hardened Leather Leggings +harvestcraft:hardenedleatherbootsitem, Hardened Leather Boots +harvestcraft:harvestpumpkinitem, Pumpkin +minecraft:cod, Raw Fish +minecraft:cooked_cod, Cooked Fish +minecraft:salmon, Raw Salmon +minecraft:cooked_salmon, Cooked Salmon +minecraft:clownfish, Clownfish +minecraft:pufferfish, Pufferfish +astralsorcery:itemcraftingcomponent:0, Aquamarine +astralsorcery:itemcraftingcomponent:1, Starmetal Ingot +astralsorcery:itemcraftingcomponent:2, Stardust +astralsorcery:itemcraftingcomponent:3, Glass Lens +astralsorcery:itemcraftingcomponent:4, Resonating Gem +astralsorcery:itemcraftingcomponent:5, Parchment +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:itemconstellationpaper:0, Constellation Paper +astralsorcery:iteminfusedglass, Infused Glass +astralsorcery:itemrockcrystalsimple:0, Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal +astralsorcery:itemcelestialcrystal:0, Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal +astralsorcery:itemjournal, Astral Tome +astralsorcery:itemhandtelescope, Looking Glass +astralsorcery:itemlinkingtool, Linking Tool +astralsorcery:itemwand, Resonating Wand +astralsorcery:itemsextant, Sextant +astralsorcery:itemilluminationwand, Illumination Wand +astralsorcery:itemcoloredlens:0, Colored Lens +astralsorcery:itemcoloredlens:1, Colored Lens +astralsorcery:itemcoloredlens:2, Colored Lens +astralsorcery:itemcoloredlens:3, Colored Lens +astralsorcery:itemcoloredlens:4, Colored Lens +astralsorcery:itemcoloredlens:5, Colored Lens +astralsorcery:itemcoloredlens:6, Colored Lens +astralsorcery:itemskyresonator, Fosic Resonator +astralsorcery:itemshiftingstar, Shifting Star +astralsorcery:itemarchitectwand, Formation Wand +astralsorcery:itemexchangewand, Conversion Wand +astralsorcery:itemgrapplewand, Impulsion Wand +astralsorcery:itemusabledust:0, Illumination Powder +astralsorcery:itemusabledust:1, Nocturnal Powder +astralsorcery:itemknowledgeshare, Scroll of Written Expertise +astralsorcery:itemperkseal, Sealing Sigil +astralsorcery:itemknowledgefragment, Lucent Scroll +astralsorcery:itemfragmentcapsule, Shining Casing +astralsorcery:itemperkgem:0, Ourium Gem +astralsorcery:itemperkgem:1, Ilium Gem +astralsorcery:itemperkgem:2, Fengarum Gem +astralsorcery:itemcrystalpickaxe, Crystal Pickaxe +astralsorcery:itemcrystalshovel, Crystal Shovel +astralsorcery:itemcrystalaxe, Crystal Axe +astralsorcery:itemcrystalsword, Crystal Sword +astralsorcery:itemchargedcrystalaxe, Infused Crystal Axe +astralsorcery:itemchargedcrystalsword, Infused Crystal Sword +astralsorcery:itemchargedcrystalpickaxe, Infused Crystal Pickaxe +astralsorcery:itemchargedcrystalshovel, Infused Crystal Shovel +astralsorcery:itemcape, Mantle of Stars +astralsorcery:itemenchantmentamulet, Resplendent Prism +astralsorcery:blockmarblestairs, Marble Stairs +astralsorcery:blockflarelight, Volatile Flare +astralsorcery:blockvanishing, tile.blockvanishing.name +astralsorcery:blockchalice, Containment Chalice +astralsorcery:blockbore, Evershifting Fountain +astralsorcery:blockattunementaltar, Attunement Altar +astralsorcery:blockattunementrelay, Spectral Relay +astralsorcery:blockwell, Lightwell +astralsorcery:blockworldilluminator, Cave Illuminator +astralsorcery:blockfaketree, +astralsorcery:blockstarlightinfuser, Starlight Infuser +astralsorcery:blockrituallink, Ritual Anchor +astralsorcery:blockportalnode, +astralsorcery:blocktreebeacon, Tree Beacon +astralsorcery:blocktranslucentblock, Translucent Block +astralsorcery:blockmapdrawingtable, Stellar Refraction Table +astralsorcery:blockcelestialgateway, Celestial Gateway +astralsorcery:blockobservatory, Observatory +astralsorcery:blocklens, Lens +astralsorcery:blockprism, PrismLens +astralsorcery:blockmarbleslab:0, Marble Slab +astralsorcery:blockcustomore:0, Rock Crystal Ore +astralsorcery:blockcustomore:1, Starmetal Ore +astralsorcery:blockcustomsandore:0, Aquamarine Shale +astralsorcery:blockcustomflower:0, Faint Amaranth +astralsorcery:blockmarble:0, Marble +astralsorcery:blockmarble:1, Marble Bricks +astralsorcery:blockmarble:2, Marble Pillar +astralsorcery:blockmarble:3, Marble Arch +astralsorcery:blockmarble:4, Chiseled Marble +astralsorcery:blockmarble:5, Engraved Marble +astralsorcery:blockmarble:6, Runed Marble +astralsorcery:blockblackmarble:0, Sooty Marble +astralsorcery:blockblackmarble:1, Sooty Marble Bricks +astralsorcery:blockblackmarble:2, Sooty Marble Pillar +astralsorcery:blockblackmarble:3, Sooty Marble Arch +astralsorcery:blockblackmarble:4, Chiseled Sooty Marble +astralsorcery:blockblackmarble:5, Engraved Sooty Marble +astralsorcery:blockblackmarble:6, Runed Sooty Marble +astralsorcery:blockinfusedwood:0, Infused Wood +astralsorcery:blockinfusedwood:1, Infused Wood Planks +astralsorcery:blockinfusedwood:2, Infused Wood Column +astralsorcery:blockinfusedwood:3, Infused Wood Arch +astralsorcery:blockinfusedwood:4, Engraved Infused Wood +astralsorcery:blockinfusedwood:5, Enriched Infused Wood +astralsorcery:blockinfusedwood:6, Vibrant Infused Wood +astralsorcery:blockborehead:0, Neromantic Prime +astralsorcery:blockborehead:1, Fysallidic Prime +astralsorcery:blockmachine:0, Telescope +astralsorcery:blockmachine:1, Grindstone +astralsorcery:blockcelestialcrystals:0, Celestial Crystal Cluster +astralsorcery:blockcelestialcrystals:1, Celestial Crystal Cluster +astralsorcery:blockcelestialcrystals:2, Celestial Crystal Cluster +astralsorcery:blockcelestialcrystals:3, Celestial Crystal Cluster +astralsorcery:blockcelestialcrystals:4, Celestial Crystal Cluster +astralsorcery:blockgemcrystals:0, Gem Crystal Cluster +astralsorcery:blockgemcrystals:1, Gem Crystal Cluster +astralsorcery:blockgemcrystals:2, Gem Crystal Cluster +astralsorcery:blockgemcrystals:3, Gem Crystal Cluster +astralsorcery:blockgemcrystals:4, Gem Crystal Cluster +astralsorcery:blockstructural:0, Telescope +astralsorcery:blockritualpedestal, Ritual Pedestal +astralsorcery:blockaltar:0, Luminous Crafting Table +astralsorcery:blockaltar:1, Starlight Crafting Altar +astralsorcery:blockaltar:2, Celestial Altar +astralsorcery:blockaltar:3, Iridescent Altar +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal +patchouli:guide_book, Guide Book +chiselsandbits:chisel_stone, Stone Chisel +chiselsandbits:chisel_iron, Iron Chisel +chiselsandbits:chisel_gold, Golden Chisel +chiselsandbits:chisel_diamond, Diamond Chisel +chiselsandbits:positiveprint, Positive Chisel Design +chiselsandbits:negativeprint, Negative Chisel Design +chiselsandbits:mirrorprint, Mirror Chisel Design +chiselsandbits:bit_bag, Chiseled Bit Bag +chiselsandbits:wrench_wood, Wooden Wrench +chiselsandbits:bitsaw_diamond, Diamond Bit Saw +chiselsandbits:block_bit:0, Chiseled Bit - Stone +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Polished Granite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Polished Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Polished Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Grass Block +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Coarse Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Sand +chiselsandbits:block_bit:0, Chiseled Bit - Red Sand +chiselsandbits:block_bit:0, Chiseled Bit - Gravel +chiselsandbits:block_bit:0, Chiseled Bit - Gold Ore +chiselsandbits:block_bit:0, Chiseled Bit - Iron Ore +chiselsandbits:block_bit:0, Chiseled Bit - Coal Ore +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Oak Leaves +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Leaves +chiselsandbits:block_bit:0, Chiseled Bit - Birch Leaves +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Leaves +chiselsandbits:block_bit:0, Chiseled Bit - Sponge +chiselsandbits:block_bit:0, Chiseled Bit - Wet Sponge +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Lazuli Ore +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Lazuli Block +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Smooth Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - White Wool +chiselsandbits:block_bit:0, Chiseled Bit - Orange Wool +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Wool +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Wool +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Wool +chiselsandbits:block_bit:0, Chiseled Bit - Lime Wool +chiselsandbits:block_bit:0, Chiseled Bit - Pink Wool +chiselsandbits:block_bit:0, Chiseled Bit - Gray Wool +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Wool +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Wool +chiselsandbits:block_bit:0, Chiseled Bit - Purple Wool +chiselsandbits:block_bit:0, Chiseled Bit - Blue Wool +chiselsandbits:block_bit:0, Chiseled Bit - Brown Wool +chiselsandbits:block_bit:0, Chiseled Bit - Green Wool +chiselsandbits:block_bit:0, Chiseled Bit - Red Wool +chiselsandbits:block_bit:0, Chiseled Bit - Black Wool +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Diamond Ore +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Crafting Table +chiselsandbits:block_bit:0, Chiseled Bit - Redstone Ore +chiselsandbits:block_bit:0, Chiseled Bit - Ice +chiselsandbits:block_bit:0, Chiseled Bit - Snow +chiselsandbits:block_bit:0, Chiseled Bit - Clay +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - White Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Orange Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Lime Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Pink Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Purple Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Brown Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Green Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Red Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Black Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Stone Monster Egg +chiselsandbits:block_bit:0, Chiseled Bit - Stone Monster Egg +chiselsandbits:block_bit:0, Chiseled Bit - Stone Monster Egg +chiselsandbits:block_bit:0, Chiseled Bit - Stone Monster Egg +chiselsandbits:block_bit:0, Chiseled Bit - Stone Monster Egg +chiselsandbits:block_bit:0, Chiseled Bit - Stone Monster Egg +chiselsandbits:block_bit:0, Chiseled Bit - Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Cracked Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Melon +chiselsandbits:block_bit:0, Chiseled Bit - Mycelium +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - End Stone +chiselsandbits:block_bit:0, Chiseled Bit - Redstone Lamp +chiselsandbits:block_bit:0, Chiseled Bit - Emerald Ore +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Nether Quartz Ore +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Pillar Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - White Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Orange Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Lime Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Pink Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Gray Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Purple Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Blue Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Brown Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Green Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Red Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Black Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Leaves +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Leaves +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Sea Lantern +chiselsandbits:block_bit:0, Chiseled Bit - Hay Bale Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Packed Ice +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Smooth Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Pillar Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - End Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Nether Wart Block +chiselsandbits:block_bit:0, Chiseled Bit - Red Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Bone Block Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Observer Down +chiselsandbits:block_bit:0, Chiseled Bit - White Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Orange Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Lime Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Pink Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Gray Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Purple Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Blue Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Brown Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Green Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Red Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - Black Glazed Terracotta South +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete Powder +chiselsandbits:block_bit:0, Chiseled Bit - White Sand +chiselsandbits:block_bit:0, Chiseled Bit - White Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - White Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - White Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Dried Sand +chiselsandbits:block_bit:0, Chiseled Bit - Hardened Ice +chiselsandbits:block_bit:0, Chiseled Bit - Ash Block +chiselsandbits:block_bit:0, Chiseled Bit - Celestial Crystal +chiselsandbits:block_bit:0, Chiseled Bit - Biome Essence Ore +chiselsandbits:block_bit:0, Chiseled Bit - Ender Amethyst Ore +chiselsandbits:block_bit:0, Chiseled Bit - Ruby Ore +chiselsandbits:block_bit:0, Chiseled Bit - Peridot Ore +chiselsandbits:block_bit:0, Chiseled Bit - Topaz Ore +chiselsandbits:block_bit:0, Chiseled Bit - Tanzanite Ore +chiselsandbits:block_bit:0, Chiseled Bit - Malachite Ore +chiselsandbits:block_bit:0, Chiseled Bit - Sapphire Ore +chiselsandbits:block_bit:0, Chiseled Bit - Amber Ore +chiselsandbits:block_bit:0, Chiseled Bit - Block of Amethyst +chiselsandbits:block_bit:0, Chiseled Bit - Block of Ruby +chiselsandbits:block_bit:0, Chiseled Bit - Block of Peridot +chiselsandbits:block_bit:0, Chiseled Bit - Block of Topaz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Tanzanite +chiselsandbits:block_bit:0, Chiseled Bit - Block of Malachite +chiselsandbits:block_bit:0, Chiseled Bit - Block of Sapphire +chiselsandbits:block_bit:0, Chiseled Bit - Block of Amber +chiselsandbits:block_bit:0, Chiseled Bit - Hive Block +chiselsandbits:block_bit:0, Chiseled Bit - Hive Block +chiselsandbits:block_bit:0, Chiseled Bit - Empty Honeycomb Block +chiselsandbits:block_bit:0, Chiseled Bit - Hive Block +chiselsandbits:block_bit:0, Chiseled Bit - Bamboo Thatching +chiselsandbits:block_bit:0, Chiseled Bit - Mud Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Sacred Oak Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Cherry Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Umbran Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Fir Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Ethereal Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Magic Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Mangrove Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Palm Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Redwood Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Willow Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Pine Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Hellbark Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Jacaranda Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Mahogany Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Ebony Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Eucalyptus Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Giant Flower Stem Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Dead Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Sacred Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Cherry Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Umbran Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Fir Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Ethereal Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Magic Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Mangrove Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Palm Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Redwood Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Willow Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Pine Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Hellbark Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jacaranda Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Mahogany Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Ebony Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Eucalyptus Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Wool (Dorset, Brown) +chiselsandbits:block_bit:0, Chiseled Bit - Wool (Friesian, Black) +chiselsandbits:block_bit:0, Chiseled Bit - Wool (Friesian, Brown) +chiselsandbits:block_bit:0, Chiseled Bit - Wool (Jacob) +chiselsandbits:block_bit:0, Chiseled Bit - Wool (Merino, Brown) +chiselsandbits:block_bit:0, Chiseled Bit - Wool (Merino, White) +chiselsandbits:block_bit:0, Chiseled Bit - Wool (Suffolk, Brown) +chiselsandbits:block_bit:0, Chiseled Bit - Tallow Block +chiselsandbits:block_bit:0, Chiseled Bit - Bayberry Wax Block +chiselsandbits:block_bit:0, Chiseled Bit - Cast Iron Block +chiselsandbits:block_bit:0, Chiseled Bit - Block of Amethyst +chiselsandbits:block_bit:0, Chiseled Bit - Block of Garnet +chiselsandbits:block_bit:0, Chiseled Bit - Block of Opal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cold Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cold Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cold Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cold Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cold Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cold Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cold Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cold Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cold Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cold Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Salt +chiselsandbits:block_bit:0, Chiseled Bit - Amethyst Ore +chiselsandbits:block_bit:0, Chiseled Bit - Garnet Ore +chiselsandbits:block_bit:0, Chiseled Bit - Opal Ore +chiselsandbits:block_bit:0, Chiseled Bit - Silver Ore +chiselsandbits:block_bit:0, Chiseled Bit - Salt Ore +chiselsandbits:block_bit:0, Chiseled Bit - Purifying Earth +chiselsandbits:block_bit:0, Chiseled Bit - Coquina +chiselsandbits:block_bit:0, Chiseled Bit - Coquina +chiselsandbits:block_bit:0, Chiseled Bit - Coquina +chiselsandbits:block_bit:0, Chiseled Bit - Coquina Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Coquina +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Nethersteel +chiselsandbits:block_bit:0, Chiseled Bit - Embittered Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Cracked Embittered Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Embittered Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Cracked Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Scorned Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Block of Dragon's Blood Resin +chiselsandbits:block_bit:0, Chiseled Bit - Cypress Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Elder Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Juniper Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Cypress Planks +chiselsandbits:block_bit:0, Chiseled Bit - Elder Planks +chiselsandbits:block_bit:0, Chiseled Bit - Juniper Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dragons Blood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Copper Ore +chiselsandbits:block_bit:0, Chiseled Bit - Tin Ore +chiselsandbits:block_bit:0, Chiseled Bit - Silver Ore +chiselsandbits:block_bit:0, Chiseled Bit - Lead Ore +chiselsandbits:block_bit:0, Chiseled Bit - Aluminum Ore +chiselsandbits:block_bit:0, Chiseled Bit - Nickel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Platinum Ore +chiselsandbits:block_bit:0, Chiseled Bit - Iridium Ore +chiselsandbits:block_bit:0, Chiseled Bit - Mana Infused Ore +chiselsandbits:block_bit:0, Chiseled Bit - Oil Sand +chiselsandbits:block_bit:0, Chiseled Bit - Oil Shale +chiselsandbits:block_bit:0, Chiseled Bit - Destabilized Redstone Ore +chiselsandbits:block_bit:0, Chiseled Bit - Energized Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Resonant End Stone +chiselsandbits:block_bit:0, Chiseled Bit - Oil Sand +chiselsandbits:block_bit:0, Chiseled Bit - Block of Copper +chiselsandbits:block_bit:0, Chiseled Bit - Block of Tin +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Lead +chiselsandbits:block_bit:0, Chiseled Bit - Block of Aluminum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Nickel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Platinum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iridium +chiselsandbits:block_bit:0, Chiseled Bit - Block of Mana Infused Metal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Steel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Electrum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Invar +chiselsandbits:block_bit:0, Chiseled Bit - Block of Bronze +chiselsandbits:block_bit:0, Chiseled Bit - Block of Constantan +chiselsandbits:block_bit:0, Chiseled Bit - Block of Signalum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Lumium +chiselsandbits:block_bit:0, Chiseled Bit - Block of Enderium +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Black Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Red Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Green Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Brown Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Blue Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Purple Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Gray Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Pink Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Lime Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Orange Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - White Rockwool +chiselsandbits:block_bit:0, Chiseled Bit - Stone Pillar Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Andesite Pillar Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Diorite Pillar Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Granite Pillar Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Slate Pillar Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Slate +chiselsandbits:block_bit:0, Chiseled Bit - Slate Roof +chiselsandbits:block_bit:0, Chiseled Bit - Slate Tile +chiselsandbits:block_bit:0, Chiseled Bit - Slate Brick +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Slate +chiselsandbits:block_bit:0, Chiseled Bit - Clay Wall +chiselsandbits:block_bit:0, Chiseled Bit - Crossed Clay Wall +chiselsandbits:block_bit:0, Chiseled Bit - Diagonal Clay Wall South +chiselsandbits:block_bit:0, Chiseled Bit - White Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Orange Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Lime Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Pink Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Gray Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Purple Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Blue Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Brown Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Green Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Red Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Black Painted Wood +chiselsandbits:block_bit:0, Chiseled Bit - Fertile Soil +chiselsandbits:block_bit:0, Chiseled Bit - Olive Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Ironwood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Olive Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Ironwood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Copper Ore +chiselsandbits:block_bit:0, Chiseled Bit - Tin Ore +chiselsandbits:block_bit:0, Chiseled Bit - Lead Ore +chiselsandbits:block_bit:0, Chiseled Bit - Thorium Ore +chiselsandbits:block_bit:0, Chiseled Bit - Uranium Ore +chiselsandbits:block_bit:0, Chiseled Bit - Boron Ore +chiselsandbits:block_bit:0, Chiseled Bit - Lithium Ore +chiselsandbits:block_bit:0, Chiseled Bit - Magnesium Ore +chiselsandbits:block_bit:0, Chiseled Bit - Copper Block +chiselsandbits:block_bit:0, Chiseled Bit - Tin Block +chiselsandbits:block_bit:0, Chiseled Bit - Lead Block +chiselsandbits:block_bit:0, Chiseled Bit - Thorium Block +chiselsandbits:block_bit:0, Chiseled Bit - Uranium Block +chiselsandbits:block_bit:0, Chiseled Bit - Boron Block +chiselsandbits:block_bit:0, Chiseled Bit - Lithium Block +chiselsandbits:block_bit:0, Chiseled Bit - Magnesium Block +chiselsandbits:block_bit:0, Chiseled Bit - Graphite Block +chiselsandbits:block_bit:0, Chiseled Bit - Beryllium Block +chiselsandbits:block_bit:0, Chiseled Bit - Zirconium Block +chiselsandbits:block_bit:0, Chiseled Bit - Manganese Block +chiselsandbits:block_bit:0, Chiseled Bit - Aluminum Block +chiselsandbits:block_bit:0, Chiseled Bit - Silver Block +chiselsandbits:block_bit:0, Chiseled Bit - Fission Reactor Casing +chiselsandbits:block_bit:0, Chiseled Bit - Blast Block +chiselsandbits:block_bit:0, Chiseled Bit - Empty Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Water Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Redstone Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Quartz Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Gold Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Diamond Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Liquid Helium Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Enderium Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Cryotheum Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Iron Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Emerald Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Copper Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Tin Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Magnesium Cooler +chiselsandbits:block_bit:0, Chiseled Bit - Thorium-230 Block +chiselsandbits:block_bit:0, Chiseled Bit - Uranium-238 Block +chiselsandbits:block_bit:0, Chiseled Bit - Neptunium-237 Block +chiselsandbits:block_bit:0, Chiseled Bit - Plutonium-242 Block +chiselsandbits:block_bit:0, Chiseled Bit - Americium-243 Block +chiselsandbits:block_bit:0, Chiseled Bit - Curium-246 Block +chiselsandbits:block_bit:0, Chiseled Bit - Berkelium-247 Block +chiselsandbits:block_bit:0, Chiseled Bit - Californium-252 Block +chiselsandbits:block_bit:0, Chiseled Bit - Fusion Connector +chiselsandbits:block_bit:0, Chiseled Bit - Wasteland Earth +chiselsandbits:block_bit:0, Chiseled Bit - Tritium Lamp +chiselsandbits:block_bit:0, Chiseled Bit - Salt Ore +chiselsandbits:block_bit:0, Chiseled Bit - Amber Bearing Stone +chiselsandbits:block_bit:0, Chiseled Bit - Cinnabar Ore +chiselsandbits:block_bit:0, Chiseled Bit - Quartz Ore +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone Brick +chiselsandbits:block_bit:0, Chiseled Bit - Ancient Stone +chiselsandbits:block_bit:0, Chiseled Bit - Ancient Stone Tile +chiselsandbits:block_bit:0, Chiseled Bit - Glyphed Stone +chiselsandbits:block_bit:0, Chiseled Bit - Eldritch Stone +chiselsandbits:block_bit:0, Chiseled Bit - Porous Stone +chiselsandbits:block_bit:0, Chiseled Bit - Greatwood Log East/West +chiselsandbits:block_bit:0, Chiseled Bit - Silverwood Log East/West +chiselsandbits:block_bit:0, Chiseled Bit - Greatwood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Silverwood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Block of Flesh +chiselsandbits:block_bit:0, Chiseled Bit - Brass Block +chiselsandbits:block_bit:0, Chiseled Bit - Thaumium Block +chiselsandbits:block_bit:0, Chiseled Bit - Void Metal Block +chiselsandbits:block_bit:0, Chiseled Bit - Alchemical Construct +chiselsandbits:block_bit:0, Chiseled Bit - Advanced Alchemical Construct +chiselsandbits:block_bit:0, Chiseled Bit - Infusion Speed Stone +chiselsandbits:block_bit:0, Chiseled Bit - Infusion Cost Stone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Aluminum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Aluminum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Aluminum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Aluminum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Aluminum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Aluminum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Aluminum +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Andesite +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Antiblock +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Arcane Stone +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Birch Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Birch Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Birch Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Birch Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Birch Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Birch Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Birch Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Birch Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Birch Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Birch Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Block of Bronze +chiselsandbits:block_bit:0, Chiseled Bit - Block of Bronze +chiselsandbits:block_bit:0, Chiseled Bit - Block of Bronze +chiselsandbits:block_bit:0, Chiseled Bit - Block of Bronze +chiselsandbits:block_bit:0, Chiseled Bit - Block of Bronze +chiselsandbits:block_bit:0, Chiseled Bit - Block of Bronze +chiselsandbits:block_bit:0, Chiseled Bit - Block of Bronze +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Certus Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Black Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Black Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Red Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Red Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Green Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Green Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Brown Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Brown Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Blue Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Blue Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Purple Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Purple Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Gray Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Gray Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Pink Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Pink Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Lime Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Lime Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Orange Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Orange Carpet +chiselsandbits:block_bit:0, Chiseled Bit - White Carpet +chiselsandbits:block_bit:0, Chiseled Bit - White Carpet +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Charcoal +chiselsandbits:block_bit:0, Chiseled Bit - Cloud +chiselsandbits:block_bit:0, Chiseled Bit - Cloud +chiselsandbits:block_bit:0, Chiseled Bit - Cloud +chiselsandbits:block_bit:0, Chiseled Bit - Cloud +chiselsandbits:block_bit:0, Chiseled Bit - Cloud +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cobalt +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cobalt +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cobalt +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cobalt +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cobalt +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cobalt +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cobalt +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Block of Coal Coke +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Moss Stone +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Black Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Red Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Green Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Brown Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Purple Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Gray Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Pink Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Lime Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Orange Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - White Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Block of Copper +chiselsandbits:block_bit:0, Chiseled Bit - Block of Copper +chiselsandbits:block_bit:0, Chiseled Bit - Block of Copper +chiselsandbits:block_bit:0, Chiseled Bit - Block of Copper +chiselsandbits:block_bit:0, Chiseled Bit - Block of Copper +chiselsandbits:block_bit:0, Chiseled Bit - Block of Copper +chiselsandbits:block_bit:0, Chiseled Bit - Block of Copper +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Diorite +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Block of Electrum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Electrum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Electrum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Electrum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Electrum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Electrum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Electrum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Block of Emerald +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Purpur Block +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Endstone +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Futura Block +chiselsandbits:block_bit:0, Chiseled Bit - Futura Block +chiselsandbits:block_bit:0, Chiseled Bit - Futura Block +chiselsandbits:block_bit:0, Chiseled Bit - Futura Block +chiselsandbits:block_bit:0, Chiseled Bit - Futura Block +chiselsandbits:block_bit:0, Chiseled Bit - Futura Block +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glass +chiselsandbits:block_bit:0, Chiseled Bit - Black Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Black Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Black Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Black Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Black Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Black Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Red Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Red Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Red Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Red Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Red Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Red Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Green Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Green Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Green Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Green Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Green Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Green Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Brown Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Brown Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Brown Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Brown Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Brown Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Brown Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Purple Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Purple Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Purple Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Purple Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Purple Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Purple Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Gray Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Pink Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Pink Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Pink Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Pink Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Pink Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Pink Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Lime Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Lime Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Lime Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Lime Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Lime Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Lime Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Orange Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Orange Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Orange Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Orange Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Orange Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Orange Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - White Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - White Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - White Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - White Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - White Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - White Stained Glass +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Block of Gold +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Granite +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta +chiselsandbits:block_bit:0, Chiseled Bit - Block of Invar +chiselsandbits:block_bit:0, Chiseled Bit - Block of Invar +chiselsandbits:block_bit:0, Chiseled Bit - Block of Invar +chiselsandbits:block_bit:0, Chiseled Bit - Block of Invar +chiselsandbits:block_bit:0, Chiseled Bit - Block of Invar +chiselsandbits:block_bit:0, Chiseled Bit - Block of Invar +chiselsandbits:block_bit:0, Chiseled Bit - Block of Invar +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Block of Iron +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Laboratory Block +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Lazuli Block +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Lazuli Block +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Lazuli Block +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Lazuli Block +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Lazuli Block +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Lazuli Block +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Lazuli Block +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Lazuli Block +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Lazuli Block +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Lavastone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Lead +chiselsandbits:block_bit:0, Chiseled Bit - Block of Lead +chiselsandbits:block_bit:0, Chiseled Bit - Block of Lead +chiselsandbits:block_bit:0, Chiseled Bit - Block of Lead +chiselsandbits:block_bit:0, Chiseled Bit - Block of Lead +chiselsandbits:block_bit:0, Chiseled Bit - Block of Lead +chiselsandbits:block_bit:0, Chiseled Bit - Block of Lead +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Limestone +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Netherrack +chiselsandbits:block_bit:0, Chiseled Bit - Block of Nickel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Nickel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Nickel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Nickel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Nickel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Nickel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Nickel +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Paper Wall +chiselsandbits:block_bit:0, Chiseled Bit - Paper Wall +chiselsandbits:block_bit:0, Chiseled Bit - Paper Wall +chiselsandbits:block_bit:0, Chiseled Bit - Paper Wall +chiselsandbits:block_bit:0, Chiseled Bit - Paper Wall +chiselsandbits:block_bit:0, Chiseled Bit - Paper Wall +chiselsandbits:block_bit:0, Chiseled Bit - Paper Wall +chiselsandbits:block_bit:0, Chiseled Bit - Paper Wall +chiselsandbits:block_bit:0, Chiseled Bit - Paper Wall +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Block of Platinum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Platinum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Platinum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Platinum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Platinum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Platinum +chiselsandbits:block_bit:0, Chiseled Bit - Block of Platinum +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Scribbles +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Silver +chiselsandbits:block_bit:0, Chiseled Bit - Block of Steel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Steel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Steel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Steel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Steel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Steel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Steel +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Stone +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Factory Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Temple Block +chiselsandbits:block_bit:0, Chiseled Bit - Block of Tin +chiselsandbits:block_bit:0, Chiseled Bit - Block of Tin +chiselsandbits:block_bit:0, Chiseled Bit - Block of Tin +chiselsandbits:block_bit:0, Chiseled Bit - Block of Tin +chiselsandbits:block_bit:0, Chiseled Bit - Block of Tin +chiselsandbits:block_bit:0, Chiseled Bit - Block of Tin +chiselsandbits:block_bit:0, Chiseled Bit - Block of Tin +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Tyrian +chiselsandbits:block_bit:0, Chiseled Bit - Block of Uranium +chiselsandbits:block_bit:0, Chiseled Bit - Block of Uranium +chiselsandbits:block_bit:0, Chiseled Bit - Block of Uranium +chiselsandbits:block_bit:0, Chiseled Bit - Block of Uranium +chiselsandbits:block_bit:0, Chiseled Bit - Block of Uranium +chiselsandbits:block_bit:0, Chiseled Bit - Block of Uranium +chiselsandbits:block_bit:0, Chiseled Bit - Block of Uranium +chiselsandbits:block_bit:0, Chiseled Bit - Valentines' Block +chiselsandbits:block_bit:0, Chiseled Bit - Valentines' Block +chiselsandbits:block_bit:0, Chiseled Bit - Valentines' Block +chiselsandbits:block_bit:0, Chiseled Bit - Valentines' Block +chiselsandbits:block_bit:0, Chiseled Bit - Valentines' Block +chiselsandbits:block_bit:0, Chiseled Bit - Valentines' Block +chiselsandbits:block_bit:0, Chiseled Bit - Valentines' Block +chiselsandbits:block_bit:0, Chiseled Bit - Valentines' Block +chiselsandbits:block_bit:0, Chiseled Bit - Valentines' Block +chiselsandbits:block_bit:0, Chiseled Bit - Valentines' Block +chiselsandbits:block_bit:0, Chiseled Bit - Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Primal Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Primal Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Primal Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Primal Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Primal Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Primal Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Primal Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Primal Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Runed Voidstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Waterstone +chiselsandbits:block_bit:0, Chiseled Bit - Black Wool +chiselsandbits:block_bit:0, Chiseled Bit - Black Wool +chiselsandbits:block_bit:0, Chiseled Bit - Red Wool +chiselsandbits:block_bit:0, Chiseled Bit - Red Wool +chiselsandbits:block_bit:0, Chiseled Bit - Green Wool +chiselsandbits:block_bit:0, Chiseled Bit - Green Wool +chiselsandbits:block_bit:0, Chiseled Bit - Brown Wool +chiselsandbits:block_bit:0, Chiseled Bit - Brown Wool +chiselsandbits:block_bit:0, Chiseled Bit - Blue Wool +chiselsandbits:block_bit:0, Chiseled Bit - Blue Wool +chiselsandbits:block_bit:0, Chiseled Bit - Purple Wool +chiselsandbits:block_bit:0, Chiseled Bit - Purple Wool +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Wool +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Wool +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Wool +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Wool +chiselsandbits:block_bit:0, Chiseled Bit - Gray Wool +chiselsandbits:block_bit:0, Chiseled Bit - Gray Wool +chiselsandbits:block_bit:0, Chiseled Bit - Pink Wool +chiselsandbits:block_bit:0, Chiseled Bit - Pink Wool +chiselsandbits:block_bit:0, Chiseled Bit - Lime Wool +chiselsandbits:block_bit:0, Chiseled Bit - Lime Wool +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Wool +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Wool +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Wool +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Wool +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Wool +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Wool +chiselsandbits:block_bit:0, Chiseled Bit - Orange Wool +chiselsandbits:block_bit:0, Chiseled Bit - Orange Wool +chiselsandbits:block_bit:0, Chiseled Bit - Wool +chiselsandbits:block_bit:0, Chiseled Bit - Wool +chiselsandbits:block_bit:0, Chiseled Bit - Aetherium Ore +chiselsandbits:block_bit:0, Chiseled Bit - tile.aw.forge_structure.name +chiselsandbits:block_bit:0, Chiseled Bit - Aetherium Block +chiselsandbits:block_bit:0, Chiseled Bit - Block of Smokey Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Smokey Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Pillar Smokey Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Block of Mana Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Mana Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Pillar Mana Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Block of Blaze Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Blaze Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Pillar Blaze Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Block of Lavender Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Lavender Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Pillar Lavender Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Block of Redquartz +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Redquartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Pillar Redquartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Block of Elven Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Elven Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Pillar Elven Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Block of Sunny Quartz +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Sunny Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Pillar Sunny Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Forest Stone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Plains Stone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Mountain Stone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Fungal Stone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Swamp Stone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Desert Stone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Taiga Stone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Mesa Stone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Forest Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Plains Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Mountain Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Fungal Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Swamp Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Desert Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Taiga Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Mesa Cobblestone +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Forest Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Plains Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Mountain Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Fungal Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Swamp Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Desert Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Taiga Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Metamorphic Mesa Stone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Metamorphic Forest Stone Brick +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Metamorphic Plains Stone Brick +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Metamorphic Mountain Stone Brick +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Metamorphic Fungal Stone Brick +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Metamorphic Swamp Stone Brick +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Metamorphic Desert Stone Brick +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Metamorphic Taiga Stone Brick +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Metamorphic Mesa Stone Brick +chiselsandbits:block_bit:0, Chiseled Bit - White Portuguese Pavement +chiselsandbits:block_bit:0, Chiseled Bit - Black Portuguese Pavement +chiselsandbits:block_bit:0, Chiseled Bit - Blue Portuguese Pavement +chiselsandbits:block_bit:0, Chiseled Bit - Red Portuguese Pavement +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Portuguese Pavement +chiselsandbits:block_bit:0, Chiseled Bit - Green Portuguese Pavement +chiselsandbits:block_bit:0, Chiseled Bit - Livingrock +chiselsandbits:block_bit:0, Chiseled Bit - Livingrock Brick +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Livingrock Brick +chiselsandbits:block_bit:0, Chiseled Bit - Cracked Livingrock Brick +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Livingrock Brick +chiselsandbits:block_bit:0, Chiseled Bit - Livingwood +chiselsandbits:block_bit:0, Chiseled Bit - Livingwood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Livingwood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Framed Livingwood +chiselsandbits:block_bit:0, Chiseled Bit - Pattern Framed Livingwood +chiselsandbits:block_bit:0, Chiseled Bit - Glimmering Livingwood +chiselsandbits:block_bit:0, Chiseled Bit - Alchemy Catalyst +chiselsandbits:block_bit:0, Chiseled Bit - Block of Manasteel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Terrasteel +chiselsandbits:block_bit:0, Chiseled Bit - Block of Elementium +chiselsandbits:block_bit:0, Chiseled Bit - Block of Mana Diamond +chiselsandbits:block_bit:0, Chiseled Bit - Block of Dragonstone +chiselsandbits:block_bit:0, Chiseled Bit - Dreamwood +chiselsandbits:block_bit:0, Chiseled Bit - Dreamwood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Mossy Dreamwood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Framed Dreamwood +chiselsandbits:block_bit:0, Chiseled Bit - Pattern Framed Dreamwood +chiselsandbits:block_bit:0, Chiseled Bit - Glimmering Dreamwood +chiselsandbits:block_bit:0, Chiseled Bit - Conjuration Catalyst +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - Azulejo +chiselsandbits:block_bit:0, Chiseled Bit - White Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Orange Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Lime Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Pink Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Gray Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Purple Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Blue Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Brown Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Green Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Red Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Black Petal Block +chiselsandbits:block_bit:0, Chiseled Bit - Blaze Mesh +chiselsandbits:block_bit:0, Chiseled Bit - Living Root +chiselsandbits:block_bit:0, Chiseled Bit - Fel Pumpkin South +chiselsandbits:block_bit:0, Chiseled Bit - Manastorm Charge +chiselsandbits:block_bit:0, Chiseled Bit - Shimmerrock +chiselsandbits:block_bit:0, Chiseled Bit - Shimmerwood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Certus Quartz Ore +chiselsandbits:block_bit:0, Chiseled Bit - Charged Certus Quartz Ore +chiselsandbits:block_bit:0, Chiseled Bit - Certus Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Certus Quartz Pillar East/West +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Certus Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Quartz Glass +chiselsandbits:block_bit:0, Chiseled Bit - Vibrant Quartz Glass +chiselsandbits:block_bit:0, Chiseled Bit - Charged Quartz Fixture Down +chiselsandbits:block_bit:0, Chiseled Bit - Fluix Block +chiselsandbits:block_bit:0, Chiseled Bit - Sky Stone +chiselsandbits:block_bit:0, Chiseled Bit - Sky Stone Block +chiselsandbits:block_bit:0, Chiseled Bit - Sky Stone Brick +chiselsandbits:block_bit:0, Chiseled Bit - Sky Stone Small Brick +chiselsandbits:block_bit:0, Chiseled Bit - Tiny TNT +chiselsandbits:block_bit:0, Chiseled Bit - Raw Radiant Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Shaped Radiant Quartz Block +chiselsandbits:block_bit:0, Chiseled Bit - Dark Marble +chiselsandbits:block_bit:0, Chiseled Bit - Polished Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Sandstone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Polished Red Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Red Sandstone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Polished Soul Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Soul Sandstone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Polished Stone +chiselsandbits:block_bit:0, Chiseled Bit - White Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Orange Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Lime Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Pink Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Gray Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Purple Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Blue Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Brown Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Green Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Red Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Black Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - White Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Orange Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Lime Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Pink Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Gray Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Purple Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Blue Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Brown Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Green Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Red Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Black Terracotta Shingles +chiselsandbits:block_bit:0, Chiseled Bit - Oak Bark +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bark +chiselsandbits:block_bit:0, Chiseled Bit - Birch Bark +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Bark +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Bark +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Bark +chiselsandbits:block_bit:0, Chiseled Bit - Sturdy Stone +chiselsandbits:block_bit:0, Chiseled Bit - Iron Plate +chiselsandbits:block_bit:0, Chiseled Bit - Rusty Iron Plate +chiselsandbits:block_bit:0, Chiseled Bit - Sandy Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Thatch +chiselsandbits:block_bit:0, Chiseled Bit - Charred Nether Brick +chiselsandbits:block_bit:0, Chiseled Bit - Granite Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Diorite Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Andesite Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Basalt Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Granite Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Diorite Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Andesite Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Basalt Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Midori Block +chiselsandbits:block_bit:0, Chiseled Bit - Midori Pillar Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Magma Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Spruce Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Birch Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Jungle Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Acacia Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Dark Oak Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical White Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Orange Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Magenta Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Light Blue Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Yellow Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Lime Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Pink Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Gray Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Light Gray Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Cyan Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Purple Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Blue Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Brown Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Green Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Red Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Vertical Black Stained Planks +chiselsandbits:block_bit:0, Chiseled Bit - Duskbound Block +chiselsandbits:block_bit:0, Chiseled Bit - Duskbound Lantern +chiselsandbits:block_bit:0, Chiseled Bit - Granite Pavement +chiselsandbits:block_bit:0, Chiseled Bit - Diorite Pavement +chiselsandbits:block_bit:0, Chiseled Bit - Andesite Pavement +chiselsandbits:block_bit:0, Chiseled Bit - Basalt Pavement +chiselsandbits:block_bit:0, Chiseled Bit - Sugar Cane Block Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Snow Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Carved Oak Wood +chiselsandbits:block_bit:0, Chiseled Bit - Carved Spruce Wood +chiselsandbits:block_bit:0, Chiseled Bit - Carved Birch Wood +chiselsandbits:block_bit:0, Chiseled Bit - Carved Jungle Wood +chiselsandbits:block_bit:0, Chiseled Bit - Carved Acacia Wood +chiselsandbits:block_bit:0, Chiseled Bit - Carved Dark Oak Wood +chiselsandbits:block_bit:0, Chiseled Bit - Soul Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Soul Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Smooth Soul Sandstone +chiselsandbits:block_bit:0, Chiseled Bit - Turf Block +chiselsandbits:block_bit:0, Chiseled Bit - Netherwrought Stone +chiselsandbits:block_bit:0, Chiseled Bit - Netherwrought Bricks +chiselsandbits:block_bit:0, Chiseled Bit - White Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Orange Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Magenta Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Light Blue Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Yellow Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Lime Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Pink Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Gray Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Light Gray Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Cyan Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Purple Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Blue Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Brown Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Green Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Red Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Black Quilted Wool +chiselsandbits:block_bit:0, Chiseled Bit - Ender Biotite Ore +chiselsandbits:block_bit:0, Chiseled Bit - Block of Biotite +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Biotite Block +chiselsandbits:block_bit:0, Chiseled Bit - Pillar Biotite Block +chiselsandbits:block_bit:0, Chiseled Bit - Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Polished Basalt +chiselsandbits:block_bit:0, Chiseled Bit - Brimstone +chiselsandbits:block_bit:0, Chiseled Bit - Cobbedstone +chiselsandbits:block_bit:0, Chiseled Bit - Brimstone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Elder Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Elder Prismarine Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Dark Elder Prismarine +chiselsandbits:block_bit:0, Chiseled Bit - Elder Sea Lantern +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Bookshelf +chiselsandbits:block_bit:0, Chiseled Bit - Lit Redstone Lamp +chiselsandbits:block_bit:0, Chiseled Bit - Blaze Lantern +chiselsandbits:block_bit:0, Chiseled Bit - Sugar Block +chiselsandbits:block_bit:0, Chiseled Bit - Gravisand +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Wattle and Daub North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Timber Framed Lath and Plaster North +chiselsandbits:block_bit:0, Chiseled Bit - Adobe +chiselsandbits:block_bit:0, Chiseled Bit - Chalk +chiselsandbits:block_bit:0, Chiseled Bit - Cinder Blocks +chiselsandbits:block_bit:0, Chiseled Bit - Cob +chiselsandbits:block_bit:0, Chiseled Bit - Concrete +chiselsandbits:block_bit:0, Chiseled Bit - Cordwood North +chiselsandbits:block_bit:0, Chiseled Bit - Dry Fitted Stone +chiselsandbits:block_bit:0, Chiseled Bit - Gravel Gabion +chiselsandbits:block_bit:0, Chiseled Bit - Sand Gabion +chiselsandbits:block_bit:0, Chiseled Bit - Dirt Gabion +chiselsandbits:block_bit:0, Chiseled Bit - Lath and Plaster +chiselsandbits:block_bit:0, Chiseled Bit - Rammed Earth +chiselsandbits:block_bit:0, Chiseled Bit - Blue Slate +chiselsandbits:block_bit:0, Chiseled Bit - Green Slate +chiselsandbits:block_bit:0, Chiseled Bit - Purple Slate +chiselsandbits:block_bit:0, Chiseled Bit - Polished Blue Slate +chiselsandbits:block_bit:0, Chiseled Bit - Polished Green Slate +chiselsandbits:block_bit:0, Chiseled Bit - Polished Purple Slate +chiselsandbits:block_bit:0, Chiseled Bit - Blue Slate Shingles North +chiselsandbits:block_bit:0, Chiseled Bit - Green Slate Shingles North +chiselsandbits:block_bit:0, Chiseled Bit - Purple Slate Shingles North +chiselsandbits:block_bit:0, Chiseled Bit - Blue Slate Tiles +chiselsandbits:block_bit:0, Chiseled Bit - Green Slate Tiles +chiselsandbits:block_bit:0, Chiseled Bit - Purple Slate Tiles +chiselsandbits:block_bit:0, Chiseled Bit - Oak Timber Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Birch Timber Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Timber Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Timber Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Timber Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Timber Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Wattle and Daub +chiselsandbits:block_bit:0, Chiseled Bit - Wicker +chiselsandbits:block_bit:0, Chiseled Bit - Oak Wood Shakes +chiselsandbits:block_bit:0, Chiseled Bit - Spruce Wood Shakes +chiselsandbits:block_bit:0, Chiseled Bit - Birch Wood Shakes +chiselsandbits:block_bit:0, Chiseled Bit - Jungle Wood Shakes +chiselsandbits:block_bit:0, Chiseled Bit - Acacia Wood Shakes +chiselsandbits:block_bit:0, Chiseled Bit - Dark Oak Wood Shakes +chiselsandbits:block_bit:0, Chiseled Bit - Reed Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Thatch Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Electrical Steel Block +chiselsandbits:block_bit:0, Chiseled Bit - Energetic Alloy Block +chiselsandbits:block_bit:0, Chiseled Bit - Vibrant Alloy Block +chiselsandbits:block_bit:0, Chiseled Bit - Redstone Alloy Block +chiselsandbits:block_bit:0, Chiseled Bit - Conductive Iron Block +chiselsandbits:block_bit:0, Chiseled Bit - Pulsating Iron Block +chiselsandbits:block_bit:0, Chiseled Bit - Dark Steel Block +chiselsandbits:block_bit:0, Chiseled Bit - Soularium Block +chiselsandbits:block_bit:0, Chiseled Bit - End Steel Block +chiselsandbits:block_bit:0, Chiseled Bit - Iron Alloy Block +chiselsandbits:block_bit:0, Chiseled Bit - Infinity Dust Block +chiselsandbits:block_bit:0, Chiseled Bit - Compressed Infinity Dust Block +chiselsandbits:block_bit:0, Chiseled Bit - Double Compressed Infinity Dust Block +chiselsandbits:block_bit:0, Chiseled Bit - Reinforced Obsidian +chiselsandbits:block_bit:0, Chiseled Bit - Alloy Smelter (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Item Buffer (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Power Buffer (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Omni Buffer (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Creative Buffer (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Crafter (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Painting Machine (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Power Monitor (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - SAG Mill (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Slice'N'Splice (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Stirling Generator (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Fluid Tank (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Pressurized Fluid Tank (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Travel Anchor (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Vacuum Chest (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Wireless Charger (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - XP Vacuum (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Simple Alloy Smelter (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Simple Stirling Generator (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Wired Charger (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Simple Sagmill (decoration block) East +chiselsandbits:block_bit:0, Chiseled Bit - Industrial Insulation +chiselsandbits:block_bit:0, Chiseled Bit - Crude Steel Block +chiselsandbits:block_bit:0, Chiseled Bit - Crystalline Alloy Block +chiselsandbits:block_bit:0, Chiseled Bit - Melodic Alloy Block +chiselsandbits:block_bit:0, Chiseled Bit - Stellar Alloy Block +chiselsandbits:block_bit:0, Chiseled Bit - Crystalline Pink Slime Block +chiselsandbits:block_bit:0, Chiseled Bit - Energetic Silver Block +chiselsandbits:block_bit:0, Chiseled Bit - Vivid Alloy Block +chiselsandbits:block_bit:0, Chiseled Bit - Grout +chiselsandbits:block_bit:0, Chiseled Bit - Green Slimy Mud +chiselsandbits:block_bit:0, Chiseled Bit - Blue Slimy Mud +chiselsandbits:block_bit:0, Chiseled Bit - Graveyard Soil +chiselsandbits:block_bit:0, Chiseled Bit - Consecrated Soil +chiselsandbits:block_bit:0, Chiseled Bit - Slimy Magma Mud +chiselsandbits:block_bit:0, Chiseled Bit - Congealed Slime Block +chiselsandbits:block_bit:0, Chiseled Bit - Congealed Slime Block +chiselsandbits:block_bit:0, Chiseled Bit - Congealed Slime Block +chiselsandbits:block_bit:0, Chiseled Bit - Congealed Bloodblock +chiselsandbits:block_bit:0, Chiseled Bit - Congealed Slime Block +chiselsandbits:block_bit:0, Chiseled Bit - Cobalt Ore +chiselsandbits:block_bit:0, Chiseled Bit - Ardite Ore +chiselsandbits:block_bit:0, Chiseled Bit - Lavawood +chiselsandbits:block_bit:0, Chiseled Bit - Firewood +chiselsandbits:block_bit:0, Chiseled Bit - Mud Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Block of Cobalt +chiselsandbits:block_bit:0, Chiseled Bit - Block of Ardite +chiselsandbits:block_bit:0, Chiseled Bit - Block of Manyullyn +chiselsandbits:block_bit:0, Chiseled Bit - Block of Knightslime +chiselsandbits:block_bit:0, Chiseled Bit - Block of Pigiron +chiselsandbits:block_bit:0, Chiseled Bit - Silky Block of Jewel +chiselsandbits:block_bit:0, Chiseled Bit - Green Slimy Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Blue Slimy Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Purple Slimy Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Magma Slimy Dirt +chiselsandbits:block_bit:0, Chiseled Bit - Dried Clay +chiselsandbits:block_bit:0, Chiseled Bit - Dried Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Smooth Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Rough Brownstone +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone Paver +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Cracked Brownstone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Fancy Brownstone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Square Brownstone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone Road +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone Creeperface +chiselsandbits:block_bit:0, Chiseled Bit - Triangle Brownstone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Small Brownstone Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Brownstone Tiles +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Inflatable Castle +chiselsandbits:block_bit:0, Chiseled Bit - Block Of Salt +chiselsandbits:block_bit:0, Chiseled Bit - Salt Ore +chiselsandbits:block_bit:0, Chiseled Bit - Cork Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Bamboo Planks +chiselsandbits:block_bit:0, Chiseled Bit - Apple Wood Up/Down +chiselsandbits:block_bit:0, Chiseled Bit - Apple Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Osmium Block East +chiselsandbits:block_bit:0, Chiseled Bit - Bronze Block East +chiselsandbits:block_bit:0, Chiseled Bit - Refined Obsidian East +chiselsandbits:block_bit:0, Chiseled Bit - Charcoal Block East +chiselsandbits:block_bit:0, Chiseled Bit - Refined Glowstone East +chiselsandbits:block_bit:0, Chiseled Bit - Steel Block East +chiselsandbits:block_bit:0, Chiseled Bit - Basic Bin East +chiselsandbits:block_bit:0, Chiseled Bit - Basic Bin East +chiselsandbits:block_bit:0, Chiseled Bit - Basic Bin East +chiselsandbits:block_bit:0, Chiseled Bit - Basic Bin East +chiselsandbits:block_bit:0, Chiseled Bit - Basic Bin East +chiselsandbits:block_bit:0, Chiseled Bit - Teleporter Frame East +chiselsandbits:block_bit:0, Chiseled Bit - Steel Casing East +chiselsandbits:block_bit:0, Chiseled Bit - Dynamic Tank East +chiselsandbits:block_bit:0, Chiseled Bit - Structural Glass East +chiselsandbits:block_bit:0, Chiseled Bit - Dynamic Valve East +chiselsandbits:block_bit:0, Chiseled Bit - Copper Block East +chiselsandbits:block_bit:0, Chiseled Bit - Tin Block East +chiselsandbits:block_bit:0, Chiseled Bit - Thermal Evaporation Controller East +chiselsandbits:block_bit:0, Chiseled Bit - Thermal Evaporation Valve East +chiselsandbits:block_bit:0, Chiseled Bit - Osmium Ore +chiselsandbits:block_bit:0, Chiseled Bit - Copper Ore +chiselsandbits:block_bit:0, Chiseled Bit - Tin Ore +chiselsandbits:block_bit:0, Chiseled Bit - §8Black Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §cRed Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §2Green Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §6Brown Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §1Blue Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §5Purple Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §3Cyan Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §7Light Grey Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §8Grey Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §dPink Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §aLime Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §eYellow Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §9Light Blue Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §dMagenta Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §6Orange Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §fWhite Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §8Black Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §cRed Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §2Green Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §6Brown Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §1Blue Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §5Purple Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §3Cyan Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §7Light Grey Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §8Grey Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §dPink Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §aLime Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §eYellow Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §9Light Blue Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §dMagenta Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §6Orange Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §fWhite Slick Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §8Black Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §cRed Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §2Green Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §6Brown Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §1Blue Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §5Purple Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §3Cyan Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §7Light Grey Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §8Grey Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §dPink Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §aLime Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §eYellow Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §9Light Blue Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §dMagenta Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §6Orange Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §fWhite Plastic Glow Block +chiselsandbits:block_bit:0, Chiseled Bit - §8Black Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §cRed Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §2Green Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §6Brown Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §1Blue Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §5Purple Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §3Cyan Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §7Light Grey Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §8Grey Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §dPink Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §aLime Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §eYellow Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §9Light Blue Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §dMagenta Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §6Orange Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §fWhite Reinforced Plastic Block +chiselsandbits:block_bit:0, Chiseled Bit - §8Black Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §cRed Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §2Green Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §6Brown Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §1Blue Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §5Purple Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §3Cyan Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §7Light Grey Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §8Grey Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §dPink Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §aLime Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §eYellow Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §9Light Blue Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §dMagenta Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §6Orange Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - §fWhite Plastic Road +chiselsandbits:block_bit:0, Chiseled Bit - Salt Block +chiselsandbits:block_bit:0, Chiseled Bit - Core +chiselsandbits:block_bit:0, Chiseled Bit - Node +chiselsandbits:block_bit:0, Chiseled Bit - Miner's Core +chiselsandbits:block_bit:0, Chiseled Bit - Redstone Core +chiselsandbits:block_bit:0, Chiseled Bit - Glass Node +chiselsandbits:block_bit:0, Chiseled Bit - Wood Node +chiselsandbits:block_bit:0, Chiseled Bit - Copper Block +chiselsandbits:block_bit:0, Chiseled Bit - Lead Block +chiselsandbits:block_bit:0, Chiseled Bit - Silver Block +chiselsandbits:block_bit:0, Chiseled Bit - Dawnstone Block +chiselsandbits:block_bit:0, Chiseled Bit - Copper Ore +chiselsandbits:block_bit:0, Chiseled Bit - Lead Ore +chiselsandbits:block_bit:0, Chiseled Bit - Silver Ore +chiselsandbits:block_bit:0, Chiseled Bit - Caminite Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Ashen Stone +chiselsandbits:block_bit:0, Chiseled Bit - Ashen Brick +chiselsandbits:block_bit:0, Chiseled Bit - Ashen Tile +chiselsandbits:block_bit:0, Chiseled Bit - Archaic Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Archaic Edge +chiselsandbits:block_bit:0, Chiseled Bit - Archaic Tile +chiselsandbits:block_bit:0, Chiseled Bit - Quartz Ore +chiselsandbits:block_bit:0, Chiseled Bit - Sealed Planks +chiselsandbits:block_bit:0, Chiseled Bit - Reinforced Sealed Planks +chiselsandbits:block_bit:0, Chiseled Bit - Aluminium Block +chiselsandbits:block_bit:0, Chiseled Bit - Aluminium Ore +chiselsandbits:block_bit:0, Chiseled Bit - Bronze Block +chiselsandbits:block_bit:0, Chiseled Bit - Electrum Block +chiselsandbits:block_bit:0, Chiseled Bit - Nickel Block +chiselsandbits:block_bit:0, Chiseled Bit - Nickel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Tin Block +chiselsandbits:block_bit:0, Chiseled Bit - Tin Ore +chiselsandbits:block_bit:0, Chiseled Bit - Well +chiselsandbits:block_bit:0, Chiseled Bit - Honey Block +chiselsandbits:block_bit:0, Chiseled Bit - Honeycomb Block +chiselsandbits:block_bit:0, Chiseled Bit - Pressed Wax Block +chiselsandbits:block_bit:0, Chiseled Bit - Waxcomb Block +chiselsandbits:block_bit:0, Chiseled Bit - Rock Crystal Ore +chiselsandbits:block_bit:0, Chiseled Bit - Starmetal Ore +chiselsandbits:block_bit:0, Chiseled Bit - Aquamarine Shale +chiselsandbits:block_bit:0, Chiseled Bit - Marble +chiselsandbits:block_bit:0, Chiseled Bit - Marble Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Marble Arch +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Marble +chiselsandbits:block_bit:0, Chiseled Bit - Engraved Marble +chiselsandbits:block_bit:0, Chiseled Bit - Runed Marble +chiselsandbits:block_bit:0, Chiseled Bit - Sooty Marble +chiselsandbits:block_bit:0, Chiseled Bit - Sooty Marble Bricks +chiselsandbits:block_bit:0, Chiseled Bit - Sooty Marble Pillar +chiselsandbits:block_bit:0, Chiseled Bit - Sooty Marble Arch +chiselsandbits:block_bit:0, Chiseled Bit - Chiseled Sooty Marble +chiselsandbits:block_bit:0, Chiseled Bit - Engraved Sooty Marble +chiselsandbits:block_bit:0, Chiseled Bit - Runed Sooty Marble +chiselsandbits:block_bit:0, Chiseled Bit - Infused Wood +chiselsandbits:block_bit:0, Chiseled Bit - Infused Wood Planks +chiselsandbits:block_bit:0, Chiseled Bit - Infused Wood Column +chiselsandbits:block_bit:0, Chiseled Bit - Infused Wood Arch +chiselsandbits:block_bit:0, Chiseled Bit - Engraved Infused Wood +chiselsandbits:block_bit:0, Chiseled Bit - Enriched Infused Wood +chiselsandbits:block_bit:0, Chiseled Bit - Vibrant Infused Wood +chiselsandbits:block_bit:0, Chiseled Bit - Coal Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Iron Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Lapis Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Gold Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Redstone Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Diamond Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Emerald Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Tin Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Nickel Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Silver Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Lead Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Copper Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Aluminum Gravel Ore +chiselsandbits:block_bit:0, Chiseled Bit - Amber Bearing Stone (Andesite) +chiselsandbits:block_bit:0, Chiseled Bit - Amber Bearing Stone (Andesite) +chiselsandbits:block_bit:0, Chiseled Bit - Amber Bearing Stone (Granite) +chiselsandbits:block_bit:0, Chiseled Bit - Amber Bearing Stone (Granite) +chiselsandbits:block_bit:0, Chiseled Bit - Amber Bearing Stone (Stone) +chiselsandbits:block_bit:0, Chiseled Bit - Amber Bearing Stone (Stone) +chiselsandbits:block_bit:0, Chiseled Bit - Amber Bearing Stone (Diorite) +chiselsandbits:block_bit:0, Chiseled Bit - Amber Bearing Stone (Diorite) +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit - Impure Aetherium Gas +chiselsandbits:block_bit:0, Chiseled Bit - Aetherium Gas +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit - Crude Oil +chiselsandbits:block_bit:0, Chiseled Bit - Destabilized Redstone +chiselsandbits:block_bit:0, Chiseled Bit - Energized Glowstone +chiselsandbits:block_bit:0, Chiseled Bit - Resonant Ender +chiselsandbits:block_bit:0, Chiseled Bit - Blazing Pyrotheum +chiselsandbits:block_bit:0, Chiseled Bit - Gelid Cryotheum +chiselsandbits:block_bit:0, Chiseled Bit - Zephyrean Aerotheum +chiselsandbits:block_bit:0, Chiseled Bit - Tectonic Petrotheum +chiselsandbits:block_bit:0, Chiseled Bit - Primal Mana +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit - Olive Oil +chiselsandbits:block_bit:0, Chiseled Bit - Ironberry Juice +chiselsandbits:block_bit:0, Chiseled Bit - Wildberry Juice +chiselsandbits:block_bit:0, Chiseled Bit - Grape Juice +chiselsandbits:block_bit:0, Chiseled Bit - Apple Juice +chiselsandbits:block_bit:0, Chiseled Bit - Ale Wort +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit - Oxygen +chiselsandbits:block_bit:0, Chiseled Bit - Hydrogen +chiselsandbits:block_bit:0, Chiseled Bit - Deuterium +chiselsandbits:block_bit:0, Chiseled Bit - Tritium +chiselsandbits:block_bit:0, Chiseled Bit - Helium-3 +chiselsandbits:block_bit:0, Chiseled Bit - Helium +chiselsandbits:block_bit:0, Chiseled Bit - Molten Boron +chiselsandbits:block_bit:0, Chiseled Bit - Molten Boron-10 +chiselsandbits:block_bit:0, Chiseled Bit - Molten Boron-11 +chiselsandbits:block_bit:0, Chiseled Bit - Molten Lithium +chiselsandbits:block_bit:0, Chiseled Bit - Molten Lithium-6 +chiselsandbits:block_bit:0, Chiseled Bit - Molten Lithium-7 +chiselsandbits:block_bit:0, Chiseled Bit - Molten Ferroboron +chiselsandbits:block_bit:0, Chiseled Bit - Molten Tough Alloy +chiselsandbits:block_bit:0, Chiseled Bit - Molten Hard Carbon +chiselsandbits:block_bit:0, Chiseled Bit - Molten Beryllium +chiselsandbits:block_bit:0, Chiseled Bit - Molten Manganese +chiselsandbits:block_bit:0, Chiseled Bit - Molten Manganese Dioxide +chiselsandbits:block_bit:0, Chiseled Bit - Molten Sulfur +chiselsandbits:block_bit:0, Chiseled Bit - Molten Arsenic +chiselsandbits:block_bit:0, Chiseled Bit - Liquid Helium +chiselsandbits:block_bit:0, Chiseled Bit - Liquid Nitrogen +chiselsandbits:block_bit:0, Chiseled Bit - Plasma +chiselsandbits:block_bit:0, Chiseled Bit - Neutron Fluid +chiselsandbits:block_bit:0, Chiseled Bit - Ethanol +chiselsandbits:block_bit:0, Chiseled Bit - Methanol +chiselsandbits:block_bit:0, Chiseled Bit - RadAway Fluid +chiselsandbits:block_bit:0, Chiseled Bit - Slow-Acting RadAway Fluid +chiselsandbits:block_bit:0, Chiseled Bit - Nitrogen +chiselsandbits:block_bit:0, Chiseled Bit - Fluorine +chiselsandbits:block_bit:0, Chiseled Bit - Carbon Dioxide +chiselsandbits:block_bit:0, Chiseled Bit - Carbon Monoxide +chiselsandbits:block_bit:0, Chiseled Bit - Ethylene +chiselsandbits:block_bit:0, Chiseled Bit - Fluoromethane +chiselsandbits:block_bit:0, Chiseled Bit - Ammonia +chiselsandbits:block_bit:0, Chiseled Bit - Oxygen Difluoride +chiselsandbits:block_bit:0, Chiseled Bit - Diborane +chiselsandbits:block_bit:0, Chiseled Bit - Sulfur Dioxide +chiselsandbits:block_bit:0, Chiseled Bit - Sulfur Trioxide +chiselsandbits:block_bit:0, Chiseled Bit - Hydrofluoric Acid +chiselsandbits:block_bit:0, Chiseled Bit - Boric Acid +chiselsandbits:block_bit:0, Chiseled Bit - Sulfuric Acid +chiselsandbits:block_bit:0, Chiseled Bit - Boron Nitride Solution +chiselsandbits:block_bit:0, Chiseled Bit - Fluorite Water +chiselsandbits:block_bit:0, Chiseled Bit - Calcium Sulfate Solution +chiselsandbits:block_bit:0, Chiseled Bit - Sodium Fluoride Solution +chiselsandbits:block_bit:0, Chiseled Bit - Potassium Fluoride Solution +chiselsandbits:block_bit:0, Chiseled Bit - Sodium Hydroxide Solution +chiselsandbits:block_bit:0, Chiseled Bit - Potassium Hydroxide Solution +chiselsandbits:block_bit:0, Chiseled Bit - Borax Solution +chiselsandbits:block_bit:0, Chiseled Bit - Corium +chiselsandbits:block_bit:0, Chiseled Bit - Chocolate Liquor +chiselsandbits:block_bit:0, Chiseled Bit - Cocoa Butter +chiselsandbits:block_bit:0, Chiseled Bit - Molten Unsweetened Chocolate +chiselsandbits:block_bit:0, Chiseled Bit - Molten Dark Chocolate +chiselsandbits:block_bit:0, Chiseled Bit - Molten Milk Chocolate +chiselsandbits:block_bit:0, Chiseled Bit - Molten Sugar +chiselsandbits:block_bit:0, Chiseled Bit - Molten Gelatin +chiselsandbits:block_bit:0, Chiseled Bit - Hydrated Gelatin +chiselsandbits:block_bit:0, Chiseled Bit - Liquid Marshmallow +chiselsandbits:block_bit:0, Chiseled Bit - Milk +chiselsandbits:block_bit:0, Chiseled Bit - Molten Lithium Fluoride +chiselsandbits:block_bit:0, Chiseled Bit - Molten Beryllium Fluoride +chiselsandbits:block_bit:0, Chiseled Bit - Molten FLiBe Salt Mixture +chiselsandbits:block_bit:0, Chiseled Bit - Molten Sodium Hydroxide +chiselsandbits:block_bit:0, Chiseled Bit - Molten Potassium Hydroxide +chiselsandbits:block_bit:0, Chiseled Bit - High Pressure Steam +chiselsandbits:block_bit:0, Chiseled Bit - Exhaust Steam +chiselsandbits:block_bit:0, Chiseled Bit - Low Pressure Steam +chiselsandbits:block_bit:0, Chiseled Bit - Low Quality Steam +chiselsandbits:block_bit:0, Chiseled Bit - Preheated Water +chiselsandbits:block_bit:0, Chiseled Bit - Condensate Water +chiselsandbits:block_bit:0, Chiseled Bit - Molten Sodium +chiselsandbits:block_bit:0, Chiseled Bit - Molten Potassium +chiselsandbits:block_bit:0, Chiseled Bit - Eutectic NaK Alloy +chiselsandbits:block_bit:0, Chiseled Bit - Hot Eutectic NaK Alloy +chiselsandbits:block_bit:0, Chiseled Bit - Molten Boron Arsenide +chiselsandbits:block_bit:0, Chiseled Bit - Silicon Carbide Vapor +chiselsandbits:block_bit:0, Chiseled Bit - Molten Alugentum +chiselsandbits:block_bit:0, Chiseled Bit - Molten Alumina +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:block_bit:0, Chiseled Bit +chiselsandbits:tape_measure, Tape Measure +chiselsandbits:bittank, Chiseled Fluid Bit Tank +chiselsandbits:chiseled_wood, Chiseled Wood +chiselsandbits:chiseled_rock, Chiseled Rock +chiselsandbits:chiseled_iron, Chiseled Metal +chiselsandbits:chiseled_cloth, Chiseled Cloth +chiselsandbits:chiseled_ice, Chiseled Ice +chiselsandbits:chiseled_packedice, Chiseled Packed Ice +chiselsandbits:chiseled_clay, Chiseled Clay +chiselsandbits:chiseled_glass, Chiseled Glass +chiselsandbits:chiseled_sand, Chiseled Sand +chiselsandbits:chiseled_ground, Chiseled Ground +chiselsandbits:chiseled_grass, Chiseled Grass +chiselsandbits:chiseled_snow, Chiseled Snow +chiselsandbits:chiseled_fluid, Chiseled Fluid +chiselsandbits:chiseled_leaves, Chiseled Leaves +mystgears:gear_wood, item.gear_wood.name +mystgears:gear_stone, item.gear_stone.name +mystgears:gear_diamond, item.gear_diamond.name +mystgears:gear_lead, item.gear_lead.name +mystgears:gear_copper, item.gear_copper.name +mystgears:gear_aluminium, item.gear_aluminium.name +mystgears:gear_tin, item.gear_tin.name +mystgears:gear_bronze, item.gear_bronze.name +mystgears:gear_nickel, item.gear_nickel.name +mystgears:gear_silver, item.gear_silver.name +mystgears:gear_electrum, item.gear_electrum.name +mystgears:gear_manasteel, item.gear_manasteel.name +mystgears:gear_terrasteel, item.gear_terrasteel.name +mystgears:gear_elvenelementium, item.gear_elvenelementium.name +mystgears:gear_brass, item.gear_brass.name +mystgears:gear_thaumium, item.gear_thaumium.name +mystgears:gear_void, item.gear_void.name +mystgears:gear_black_hole, Black Hole Gear +mystgears:gear_googly_eye, Googly Eye +mystgears:ember_gatling_gun, Ember Gatling Gun +mystgears:gearanium, Gearanium +mystgears:bellows_mechanical, Mechanical Bellows +mystgears:vis_motor, Vis Motor +mystgears:essentia_motor, Essentia Motor +mystgears:crafter_mechanical, Mechanical Pattern Crafter +mystgears:windup_box, Windup Box +mystgears:redstone_dynamo, Redstone Dynamo +mystgears:mechanical_dial, Mechanical Dial +mystgears:drill, Drill +mystgears:drill_diamond, Diamond Drill +storagenetwork:master, Storage Network Master +storagenetwork:request, Storage Request Table +storagenetwork:kabel, Storage Cable +storagenetwork:storage_kabel, Storage Link Cable +storagenetwork:ex_kabel, Storage Export Cable +storagenetwork:im_kabel, Storage Import Cable +storagenetwork:process_kabel, Processing Cable +storagenetwork:controller, Controller +storagenetwork:upgrade:0, Speed Upgrade +storagenetwork:upgrade:1, Operation Upgrade +storagenetwork:upgrade:2, Stack Upgrade +storagenetwork:upgrade:3, Stock Upgrade +storagenetwork:remote:0, Storage Remote +storagenetwork:remote:1, Advanced Storage Remote +storagenetwork:remote:2, Upgraded Storage Remote +storagenetwork:remote:3, Simple Storage Remote +gravelores:coal_gravel_ore, Coal Gravel Ore +gravelores:iron_gravel_ore, Iron Gravel Ore +gravelores:lapis_gravel_ore, Lapis Gravel Ore +gravelores:gold_gravel_ore, Gold Gravel Ore +gravelores:redstone_gravel_ore, Redstone Gravel Ore +gravelores:diamond_gravel_ore, Diamond Gravel Ore +gravelores:emerald_gravel_ore, Emerald Gravel Ore +gravelores:tin_gravel_ore, Tin Gravel Ore +gravelores:nickel_gravel_ore, Nickel Gravel Ore +gravelores:silver_gravel_ore, Silver Gravel Ore +gravelores:lead_gravel_ore, Lead Gravel Ore +gravelores:copper_gravel_ore, Copper Gravel Ore +gravelores:aluminum_gravel_ore, Aluminum Gravel Ore +roots:moonglow_seed, Moonglow Seed +roots:moonglow_leaf, Moonglow Leaf +roots:pereskia_bulb, Pereskia Bulb +roots:pereskia, Pereskia +roots:terra_moss, Terra Moss +roots:spirit_herb_seed, Spirit Herb Seed +roots:spirit_herb, Spirit Herb +roots:wildroot, Wildroot +roots:wildewheet, Wildewheet +roots:wildewheet_seed, Wildewheet Seed +roots:cloud_berry, Cloud Berry +roots:infernal_bulb, Infernal Bulb +roots:dewgonia, Dewgonia +roots:stalicripe, Stalicripe +roots:terra_spores, Terra Spores +roots:petals, Petals +roots:runic_dust, Runic Dust +roots:bark_oak, Oak Bark +roots:bark_spruce, Spruce Bark +roots:bark_birch, Birch Bark +roots:bark_jungle, Jungle Bark +roots:bark_dark_oak, Dark Oak Bark +roots:bark_acacia, Acacia Bark +roots:bark_wildwood, Wildwood Bark +roots:fey_leather, Fey Leather +roots:pestle, Pestle +roots:component_pouch, Component Pouch +roots:creative_pouch, Creative Component Pouch +roots:apothecary_pouch, Apothecary Pouch +roots:flour, Flour +roots:staff, Staff +roots:living_pickaxe, Living Pickaxe +roots:living_axe, Living Axe +roots:living_shovel, Living Shovel +roots:living_hoe, Living Hoe +roots:living_sword, Living Sword +roots:living_arrow, Living Arrow +roots:wildwood_quiver, Wildwood Quiver +roots:wildwood_bow, Wildwood Bow +roots:sylvan_helmet, Sylvan Helmet +roots:sylvan_chestplate, Sylvan Chestplate +roots:sylvan_leggings, Sylvan Leggings +roots:sylvan_boots, Sylvan Boots +roots:wildwood_helmet, Wildwood Helmet +roots:wildwood_chestplate, Wildwood Chestplate +roots:wildwood_leggings, Wildwood Leggings +roots:wildwood_boots, Wildwood Boots +roots:runic_shears, Runic Shears +roots:wood_knife, Wooden Knife +roots:stone_knife, Stone Knife +roots:iron_knife, Iron Knife +roots:diamond_knife, Diamond Knife +roots:gold_knife, Golden Knife +roots:assorted_seeds, Mixed Seeds +roots:cooked_seeds, Toasted Seeds +roots:cooked_pereskia, Roasted Pereskia +roots:wildewheet_bread, Wildewheet Bread +roots:life_essence, Essence of Unknown Life +roots:ritual_healing_aura, Ritual: Healing Aura +roots:ritual_heavy_storms, Ritual: Heavy Storms +roots:ritual_divine_protection, Ritual: Divine Protection +roots:ritual_fire_storm, Ritual: Storm of Fire +roots:ritual_spreading_forest, Ritual: Spreading Forest +roots:ritual_windwall, Ritual: Windwall +roots:ritual_warding_protection, Ritual: Warding Protection +roots:ritual_germination, Ritual: Germination +roots:ritual_purity, Ritual: Purify +roots:ritual_frost_lands, Ritual: Frost Lands +roots:ritual_animal_harvest, Ritual: Animal Harvest +roots:ritual_summon_creatures, Ritual: Summon Creatures +roots:ritual_wild_growth, Ritual: Wildroot Growth +roots:ritual_overgrowth, Ritual: Overgrowth +roots:ritual_flower_growth, Ritual: Flower Growth +roots:ritual_transmutation, Ritual: Transmutation +roots:ritual_gathering, Ritual: Gathering +mysticalworld:carapace, Carapace +mysticalworld:pelt, Pelt +mysticalworld:iron_dust, Iron Dust +mysticalworld:iron_dust_tiny, Tiny Pile of Iron Dust +mysticalworld:gold_dust, Gold Dust +mysticalworld:gold_dust_tiny, Tiny Pile of Gold Dust +mysticalworld:antlers, Antlers +mysticalworld:venison, Venison +mysticalworld:raw_squid, Raw Squid +mysticalworld:cooked_venison, Cooked Venison +mysticalworld:cooked_squid, Calamari +mysticalworld:epic_squid, Epic Squid +mysticalworld:ink_bottle, Bottle of Ink +mysticalworld:unripe_pearl, Unripe Pearl +mysticalworld:amethyst_knife, Amethyst Knife +mysticalworld:copper_knife, Copper Knife +mysticalworld:silver_knife, Silver Knife +mysticalworld:aubergine_seed, Aubergine Seed +mysticalworld:aubergine, Aubergine +mysticalworld:cooked_aubergine, Cooked Aubergine +mysticalworld:stuffed_aubergine, Stuffed Aubergine +mysticalworld:cooked_apple, Cooked Apple +mysticalworld:silk_cocoon, Silk Cocoon +mysticalworld:silk_thread, Silk Thread +mysticalworld:spindle, Spindle +mysticalworld:silkworm_egg, Silkworm Egg +mysticalworld:copper_ingot, Copper Ingot +mysticalworld:copper_nugget, Copper Nugget +mysticalworld:copper_dust, Copper Dust +mysticalworld:copper_dust_tiny, Tiny Pile of Copper Dust +mysticalworld:silver_ingot, Silver Ingot +mysticalworld:silver_nugget, Silver Nugget +mysticalworld:silver_dust, Silver Dust +mysticalworld:silver_dust_tiny, Tiny Pile of Silver Dust +mysticalworld:amethyst_gem, Amethyst +mysticalworld:copper_axe, Copper Axe +mysticalworld:copper_hoe, Copper Hoe +mysticalworld:copper_pickaxe, Copper Pickaxe +mysticalworld:copper_shovel, Copper Shovel +mysticalworld:copper_sword, Copper Sword +mysticalworld:silver_axe, Silver Axe +mysticalworld:silver_hoe, Silver Hoe +mysticalworld:silver_pickaxe, Silver Pickaxe +mysticalworld:silver_shovel, Silver Shovel +mysticalworld:silver_sword, Silver Sword +mysticalworld:amethyst_axe, Amethyst Axe +mysticalworld:amethyst_hoe, Amethyst Hoe +mysticalworld:amethyst_pickaxe, Amethyst Pickaxe +mysticalworld:amethyst_shovel, Amethyst Shovel +mysticalworld:amethyst_sword, Amethyst Sword +blockcraftery:editable_block, Framed Block +blockcraftery:editable_stairs, Framed Stairs +blockcraftery:editable_slab, Framed Slab +blockcraftery:editable_slant, Framed Slant +blockcraftery:editable_outer_corner, Framed Outer Corner +blockcraftery:editable_inner_corner, Framed Inner Corner +blockcraftery:editable_wall, Framed Wall +blockcraftery:editable_fence, Framed Fence +blockcraftery:editable_block_reinforced, Reinforced Framed Block +blockcraftery:editable_stairs_reinforced, Reinforced Framed Stairs +blockcraftery:editable_slab_reinforced, Reinforced Framed Slab +blockcraftery:editable_slant_reinforced, Reinforced Framed Slant +blockcraftery:editable_outer_corner_reinforced, Reinforced Framed Outer Corner +blockcraftery:editable_inner_corner_reinforced, Reinforced Framed Inner Corner +blockcraftery:editable_wall_reinforced, Reinforced Framed Wall +blockcraftery:editable_fence_reinforced, Reinforced Framed Fence +blockcraftery:editable_trap_door, Framed Trapdoor +blockcraftery:editable_trap_door_reinforced, Reinforced Framed Trapdoor +blockcraftery:editable_door, Framed Door +blockcraftery:editable_door_reinforced, Reinforced Framed Door +blockcraftery:editable_pressure_plate_all, Framed Pressure Plate (All) +blockcraftery:editable_pressure_plate_items, Framed Pressure Plate (Items) +blockcraftery:editable_pressure_plate_mobs, Framed Pressure Plate (Mobs) +blockcraftery:editable_pressure_plate_player, Framed Pressure Plate (Players) +blockcraftery:editable_pressure_plate_all_reinforced, Reinforced Framed Pressure Plate (All) +blockcraftery:editable_pressure_plate_items_reinforced, Reinforced Framed Pressure Plate (Items) +blockcraftery:editable_pressure_plate_mobs_reinforced, Reinforced Framed Pressure Plate (Mobs) +blockcraftery:editable_pressure_plate_player_reinforced, Reinforced Framed Pressure Plate (Players) +roots:baffle_cap_huge_stem, Huge Baffle Cap Stem +roots:baffle_cap_huge_top, Huge Baffle Cap +roots:baffle_cap_mushroom, Baffle Cap +roots:elemental_soil, Elemental Soil +roots:elemental_soil_air, Caelic Soil +roots:elemental_soil_water, Aqueous Soil +roots:elemental_soil_fire, Magmatic Soil +roots:elemental_soil_earth, Terran Soil +roots:runestone, Runestone +roots:runestone_brick, Runestone Brick +roots:runestone_brick_alt, Runestone Brick +roots:chiseled_runestone, Chiseled Runestone +roots:runestone_trample, Sure-Footed Stone +roots:wildwood_leaves, Wildwood Leaves +roots:wildwood_log, Wildwood Log +roots:wildwood_planks, Wildwood Planks +roots:wildwood_sapling, Wildwood Sapling +roots:wildwood_door, Wildwood Door +roots:wildwood_trapdoor, Wildwood Trapdoor +roots:wildwood_fence, Wildwood Fence +roots:wildwood_fence_gate, Wildwood Fence Gate +roots:wildwood_ladder, Wildwood Ladder +roots:wildwood_slab, Wildwood Slab +roots:wildwood_stairs, Wildwood Stairs +roots:wildwood_wall, Wildwood Wall +roots:wildwood_button, Wildwood Button +roots:wildwood_pressure_plate, Wildwood Pressure Plate +roots:runestone_slab, Runestone Slab +roots:runestone_stairs, Runestone Stairs +roots:runestone_wall, Runestone Wall +roots:runestone_button, Runestone Button +roots:runestone_pressure_plate, Runestone Pressure Plate +roots:runestone_brick_slab, Runestone Brick Slab +roots:runestone_brick_stairs, Runestone Brick Stairs +roots:runestone_brick_wall, Runestone Brick Wall +roots:runestone_brick_button, Runestone Brick Button +roots:runestone_brick_pressure_plate, Runestone Brick Pressure Plate +roots:runestone_brick_alt_slab, Runestone Brick Slab +roots:runestone_brick_alt_stairs, Runestone Brick Stairs +roots:runestone_brick_alt_wall, Runestone Brick Wall +roots:runestone_brick_alt_button, Runestone Brick Button +roots:runestone_brick_alt_pressure_plate, Runestone Brick Pressure Plate +roots:structure_marker, Structure Marker +roots:mortar, Mortar +roots:bonfire, Pyre +roots:imbuer, Imbuer +roots:offertory_plate, Offering Plate +roots:unending_bowl, Unending Bowl +roots:incense_burner, Incense Burner +roots:wildwood_rune, Wildroot Rune +roots:grove_stone, Grove Stone +roots:fey_crafter, Fey Crafter +mysticalworld:thatch, Thatch +mysticalworld:charred_log, Charred Log +mysticalworld:charred_planks, Charred Planks +mysticalworld:charred_slab, Charred Slab +mysticalworld:charred_stairs, Charred Stairs +mysticalworld:charred_wall, Charred Wall +mysticalworld:charred_button, Charred Button +mysticalworld:charred_pressure_plate, Charred Pressure Plate +mysticalworld:charred_fence, Charred Fence +mysticalworld:charred_fence_gate, Charred Fence Gate +mysticalworld:mud_block, Mineral Mud Block +mysticalworld:mud_brick, Mud Brick +mysticalworld:wet_mud_block, Wet Mud Block +mysticalworld:wet_mud_brick, Wet Mud Brick +mysticalworld:mud_block_slab, Mud Block Slab +mysticalworld:mud_block_stairs, Mud Block Stairs +mysticalworld:mud_block_wall, Mud Block Wall +mysticalworld:mud_block_button, Mud Block Button +mysticalworld:mud_block_pressure_plate, Mud Block Pressure Plate +mysticalworld:mud_block_fence, Mud Block Fence +mysticalworld:mud_block_fence_gate, Mud Block Fence Gate +mysticalworld:mud_brick_slab, Mud Brick Slab +mysticalworld:mud_brick_stairs, Mud Brick Stairs +mysticalworld:mud_brick_wall, Mud Brick Wall +mysticalworld:mud_brick_button, Mud Brick Button +mysticalworld:mud_brick_pressure_plate, Mud Brick Pressure Plate +mysticalworld:mud_brick_fence, Mud Brick Fence +mysticalworld:mud_brick_fence_gate, tile.mud_brick_fence_gate.name +mysticalworld:copper_block, Block of Copper +mysticalworld:copper_ore, Copper Ore +mysticalworld:silver_block, Block of Silver +mysticalworld:silver_ore, Silver Ore +mysticalworld:amethyst_block, Block of Amethyst +mysticalworld:amethyst_ore, Amethyst Ore +osv:thaumcraft_amber_ore_5:0, Amber Bearing Stone (Andesite) +osv:thaumcraft_amber_ore_5:1, Dense§r Amber Bearing Stone (Andesite) +osv:thaumcraft_amber_ore_1:0, Amber Bearing Stone (Granite) +osv:thaumcraft_amber_ore_1:1, Dense§r Amber Bearing Stone (Granite) +osv:thaumcraft_amber_ore:0, Amber Bearing Stone (Stone) +osv:thaumcraft_amber_ore:1, Dense§r Amber Bearing Stone (Stone) +osv:thaumcraft_amber_ore_3:0, Amber Bearing Stone (Diorite) +osv:thaumcraft_amber_ore_3:1, Dense§r Amber Bearing Stone (Diorite) \ No newline at end of file diff --git a/server-patches/unreleased/config/Bewitchment.cfg b/server-patches/v0.3.0/config/Bewitchment.cfg similarity index 100% rename from server-patches/unreleased/config/Bewitchment.cfg rename to server-patches/v0.3.0/config/Bewitchment.cfg diff --git a/server-patches/unreleased/config/Waystones.cfg b/server-patches/v0.3.0/config/Waystones.cfg similarity index 100% rename from server-patches/unreleased/config/Waystones.cfg rename to server-patches/v0.3.0/config/Waystones.cfg diff --git a/server-patches/v0.3.0/config/animania.cfg b/server-patches/v0.3.0/config/animania.cfg new file mode 100644 index 0000000..1184459 --- /dev/null +++ b/server-patches/v0.3.0/config/animania.cfg @@ -0,0 +1,863 @@ +# Configuration file + +general { + + gamerules { + # Range that Animals search blocks (like troughs or food blocks) in + I:aiBlockSearchRange=16 + + # Allow eggs to be thrown + B:allowEggThrowing=false + + # Allow random mobs to spawn on Animania animals + B:allowMobRiding=true + + # Allow dispensers to place seeds + B:allowSeedDispenserPlacement=true + + # Allow the trough to be automated with hoppers/pipes + B:allowTroughAutomation=true + + # Animals do not have to eat or drink + B:ambianceMode=false + + # Range that the animal cap applies for around each animal + I:animalCapSearchRange=80 + + # Animals can attack others + B:animalsCanAttackOthers=true + + # Animals sleep + B:animalsSleep=true + + # Animals starve to death when not fed and watered + B:animalsStarve=false + + # Ticks that a Cheese takes to mature + I:cheeseMaturityTime=24000 + + # If chickens need to lay eggs in a nest or not + B:chickensDropEggs=false + + # If chickens and other birds shed their feathers naturally + B:chickensDropFeathers=true + + # Female Cows Milkable at Spawn + B:cowsMilkableAtSpawn=false + + # Disable cart and wagon + B:disableRollingVehicles=false + + # Disable salt creation using cheese mold + B:disableSaltCreation=false + + # Eat animania food anytime + B:eatFoodAnytime=true + + # Multiplier for reducing fall damage when animals are leashed + D:fallDamageReduceMultiplier=0.44999998807907104 + + # Fancy entity spawn eggs + B:fancyEggs=false + + # If fancy entity eggs rotate or not + B:fancyEggsRotate=false + + # Foods give bonus effects + B:foodsGiveBonusEffects=true + + # Capacity of RF that the Hamster Wheel has + I:hamsterWheelCapacity=200000 + + # RF/tick that the Hamster wheel generates while in use + I:hamsterWheelRFGeneration=20 + + # Ticks that the hamster stays in the wheel before it needs more food + I:hamsterWheelUseTime=2000 + + # Honey creation rate for playermade hives + I:hivePlayermadeHoneyRate=450 + + # Allow Beehives during world gen + B:hiveSpawning=true + + # Frequency of Beehives (1-10) + I:hiveSpawningFrequency=3 + + # Valid Biome Types for hive. Types can be seen here: + # https://github.com/MinecraftForge/MinecraftForge/blob/1.12.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java + S:hiveValidBiomeTypes < + JUNGLE + CONIFEROUS + SWAMP + FOREST + PLAINS + > + + # Honey creation rate for wild hives + I:hiveWildHoneyRate=700 + + # Plant blocks removed after animal eats + B:plantsRemovedAfterEating=true + + # Remove vanilla Chickens + B:replaceVanillaChickens=false + + # Remove vanilla Cows + B:replaceVanillaCows=true + + # Remove vanilla Horses + B:replaceVanillaHorses=false + + # Remove vanilla Pigs + B:replaceVanillaPigs=true + + # Remove vanilla Rabbits + B:replaceVanillaRabbits=false + + # Remove vanilla Sheep + B:replaceVanillaSheep=false + + # Animals that are spawned in the world and have never been interacted with (put on a leash, fed by hand, trough, lured with food) will not eat or breed. + B:requireAnimalInteractionForAI=true + + # Shift-Right-Click for Seed Placement + B:shiftSeedPlacement=false + + # Show mod update notification at startup + B:showModUpdateNotification=false + + # Show male parts (modesty flag) + B:showParts=true + + # Show particles when animals are hungry or thirsty + B:showUnhappyParticles=true + + # Can sleep using Wagon + B:sleepAllowedWagon=true + + # Tamed animals teleport to player) + B:tamedAnimalsTeleport=true + + # AI Tick Countdown Timer (increase for higher performance) + I:ticksBetweenAIFirings=100 + + # Food Items that can be placed in the trough (use # for meta) + S:troughFood < + minecraft:wheat + simplecorn:corncob + harvestcraft:barleyitem + harvestcraft:oatsitem + harvestcraft:ryeitem + harvestcraft:cornitem + minecraft:apple + minecraft:carrot + minecraft:beetroot + minecraft:potato + minecraft:poisonous_potato + minecraft:wheat_seeds + minecraft:melon_seeds + minecraft:beetroot_seeds + minecraft:pumpkin_seeds + biomesoplenty:turnip_seeds + minecraft:egg + animania:brown_egg + listAllbeefraw + minecraft:fish + > + + # Water blocks removed after large animals drink + B:waterRemovedAfterDrinking=true + } + + spawn { + # Number of potential Chicken families per chunk + I:numberChickenFamilies=2 + + # Number of potential Cow families per chunk + I:numberCowFamilies=2 + + # Number of potential Goat families per chunk + I:numberGoatFamilies=1 + + # Number of potential Horse families per chunk + I:numberHorseFamilies=2 + + # Number of potential Pig families per chunk + I:numberPigFamilies=2 + + # Number of potential Rabbit families per chunk + I:numberRabbitFamilies=2 + + # Number of potential Sheep families per chunk + I:numberSheepFamilies=3 + + # Spawn Animania Amphibians in world + B:spawnAnimaniaAmphibians=false + + # Spawn Animania Chickens in world + B:spawnAnimaniaChickens=false + + # Spawn Animania Cows in world + B:spawnAnimaniaCows=true + + # Spawn Animania Goats in world + B:spawnAnimaniaGoats=false + + # Spawn Animania Horses in world + B:spawnAnimaniaHorses=false + + # Spawn Animania Peacocks in world + B:spawnAnimaniaPeacocks=false + + # Spawn Animania Pigs in world + B:spawnAnimaniaPigs=true + + # Spawn Animania Rabbits in world + B:spawnAnimaniaRabbits=false + + # Spawn Animania Rodents in world + B:spawnAnimaniaRodents=false + + # Spawn Animania Sheep in world + B:spawnAnimaniaSheep=false + + # Allow Squids to Spawn in Fresh Water + B:spawnFreshWaterSquids=true + + # Spawn limit for Amphibians in loaded chunks + I:spawnLimitAmphibians=40 + + # Spawn limit for Chickens in loaded chunks + I:spawnLimitChickens=40 + + # Spawn limit for Cows in loaded chunks + I:spawnLimitCows=40 + + # Spawn limit for Ferrets in loaded chunks + I:spawnLimitFerrets=40 + + # Spawn limit for Goats in loaded chunks + I:spawnLimitGoats=40 + + # Spawn limit for Hamsters in loaded chunks + I:spawnLimitHamsters=40 + + # Spawn limit for Hedgehogs in loaded chunks + I:spawnLimitHedgehogs=40 + + # Spawn limit for Horses in loaded chunks + I:spawnLimitHorses=40 + + # Spawn limit for Peacocks in loaded chunks + I:spawnLimitPeacocks=40 + + # Spawn limit for Pigs in loaded chunks + I:spawnLimitPigs=40 + + # Spawn limit for Rabbits in loaded chunks + I:spawnLimitRabbits=40 + + # Spawn limit for Sheep in loaded chunks + I:spawnLimitSheep=40 + + # Spawn probability Amphibians in loaded chunks + I:spawnProbabilityAmphibians=8 + + # Spawn probability Chickens in loaded chunks + I:spawnProbabilityChickens=9 + + # Spawn probability Cows in loaded chunks + I:spawnProbabilityCows=9 + + # Spawn probability Ferrets in loaded chunks + I:spawnProbabilityFerrets=8 + + # Spawn probability Goats in loaded chunks + I:spawnProbabilityGoats=8 + + # Spawn probability Hamsters in loaded chunks + I:spawnProbabilityHamsters=8 + + # Spawn probability Hedgehogs in loaded chunks + I:spawnProbabilityHedgehogs=8 + + # Spawn probability Horses in loaded chunks + I:spawnProbabilityHorses=8 + + # Spawn probability Peacocks in loaded chunks + I:spawnProbabilityPeacocks=8 + + # Spawn probability Pigs in loaded chunks + I:spawnProbabilityPigs=9 + + # Spawn probability Rabbits in loaded chunks + I:spawnProbabilityRabbits=8 + + # Spawn probability Sheep in loaded chunks + I:spawnProbabilitySheep=8 + } + + spawnlocations { + # BiomeDictionary types for spawning Leghorn Chickens + S:chickenLeghornBiomeTypes < + PLAINS + > + + # BiomeDictionary types for spawning Orpington Chickens + S:chickenOrpingtonBiomeTypes < + JUNGLE + SWAMP + > + + # BiomeDictionary types for spawning Plymouth Rock Chickens + S:chickenPlymouthRockBiomeTypes < + MOUNTAIN + > + + # BiomeDictionary types for spawning Rhode Island Red Chickens + S:chickenRhodeIslandRedBiomeTypes < + FOREST + > + + # BiomeDictionary types for spawning Wyandotte Chickens + S:chickenWyandotteBiomeTypes < + FOREST + > + + # BiomeDictionary types for spawning Angus Cows + S:cowAngusBiomeTypes < + JUNGLE + MESA + SWAMP + > + + # BiomeDictionary types for spawning Friesian Cows + S:cowFriesianBiomeTypes < + PLAINS + > + + # BiomeDictionary types for spawning Hereford Cows + S:cowHerefordBiomeTypes < + MOUNTAIN + HILLS + > + + # BiomeDictionary types for spawning Highland Cows + S:cowHighlandBiomeTypes < + MOUNTAIN + HILLS + > + + # BiomeDictionary types for spawning Holstein Cows + S:cowHolsteinBiomeTypes < + FOREST + > + + # BiomeDictionary types for spawning Jersey Cows + S:cowJerseyBiomeTypes < + WASTELAND + SWAMP + > + + # BiomeDictionary types for spawning Longhorn Cows + S:cowLonghornBiomeTypes < + SAVANNA + > + + # BiomeDictionary types for spawning Mooshroom Cows + S:cowMooshroomBiomeTypes < + MUSHROOM + MAGICAL + > + + # BiomeDictionary types for spawning Dart Frogs + S:dartFrogBiomeTypes < + JUNGLE + FOREST + > + + # BiomeDictionary types for spawning Draft Horses + S:draftHorseBiomeTypes < + PLAINS + SAVANNA + MESA + > + + # BiomeDictionary types for spawning Grey Ferrets + S:ferretGrayBiomeTypes < + SAVANNA + > + + # BiomeDictionary types for spawning White Ferrets + S:ferretWhiteBiomeTypes < + SAVANNA + > + + # BiomeDictionary types for spawning Frogs + S:frogBiomeTypes < + SWAMP + RIVER + > + + # BiomeDictionary types for spawning Alpine Goats + S:goatAlpineBiomeTypes < + MOUNTAIN + HILLS + > + + # BiomeDictionary types for spawning Angora Goats + S:goatAngoraBiomeTypes < + PLAINS + > + + # BiomeDictionary types for spawning Fainting Goats + S:goatFaintingBiomeTypes < + PLAINS + > + + # BiomeDictionary types for spawning Kiko Goats + S:goatKikoBiomeTypes < + MOUNTAIN + HILLS + > + + # BiomeDictionary types for spawning Kinder Goats + S:goatKinderBiomeTypes < + SAVANNA + MESA + > + + # BiomeDictionary types for spawning Nigerian Dwarf Goats + S:goatNigerianDwarfBiomeTypes < + SANDY + > + + # BiomeDictionary types for spawning Pygmy Goats + S:goatPygmyBiomeTypes < + SAVANNA + MESA + > + + # BiomeDictionary types for spawning Hamsters + S:hamsterBiomeTypes < + BEACH + SANDY + > + + # BiomeDictionary types for spawning Albino Hedgehogs + S:hedgehogAlbinoBiomeTypes < + SWAMP + > + + # BiomeDictionary types for spawning Hedgehogs + S:hedgehogBiomeTypes < + FOREST + > + + # BiomeDictionary types for spawning Blue Peafowl + S:peafowlBlueBiomeTypes < + SWAMP + JUNGLE + > + + # BiomeDictionary types for spawning Charcoal Peafowl + S:peafowlCharcoalBiomeTypes < + SWAMP + JUNGLE + > + + # BiomeDictionary types for spawning Opal Peafowl + S:peafowlOpalBiomeTypes < + SWAMP + JUNGLE + > + + # BiomeDictionary types for spawning Peach Peafowl + S:peafowlPeachBiomeTypes < + SWAMP + JUNGLE + > + + # BiomeDictionary types for spawning Purple Peafowl + S:peafowlPurpleBiomeTypes < + SWAMP + JUNGLE + > + + # BiomeDictionary types for spawning Taupe Peafowl + S:peafowlTaupeBiomeTypes < + SWAMP + JUNGLE + > + + # BiomeDictionary types for spawning White Peafowl + S:peafowlWhiteBiomeTypes < + SWAMP + JUNGLE + > + + # BiomeDictionary types for spawning Duroc Pigs + S:pigDurocBiomeTypes < + JUNGLE + > + + # BiomeDictionary types for spawning Hampshire Pigs + S:pigHampshireBiomeTypes < + MOUNTAIN + HILLS + > + + # BiomeDictionary types for spawning Large Black Pigs + S:pigLargeBlackBiomeTypes < + SWAMP + DENSE + > + + # BiomeDictionary types for spawning Large White Pigs + S:pigLargeWhiteBiomeTypes < + FOREST + > + + # BiomeDictionary types for spawning Old Spot Pigs + S:pigOldSpotBiomeTypes < + FOREST + > + + # BiomeDictionary types for spawning Yorkshire Pigs + S:pigYorkshireBiomeTypes < + PLAINS + > + + # BiomeDictionary types for spawning Chinchilla Rabbits + S:rabbitChinchillaBiomeTypes < + SAVANNA + > + + # BiomeDictionary types for spawning Cottontail Rabbits + S:rabbitCottontailBiomeTypes < + FOREST + > + + # BiomeDictionary types for spawning Dutch Rabbits + S:rabbitDutchBiomeTypes < + PLAINS + > + + # BiomeDictionary types for spawning Havana Rabbits + S:rabbitHavanaBiomeTypes < + MOUNTAIN + HILLS + > + + # BiomeDictionary types for spawning Jack Rabbits + S:rabbitJackBiomeTypes < + SAVANNA + SANDY + > + + # BiomeDictionary types for spawning Lop Rabbits + S:rabbitLopBiomeTypes < + PLAINS + FOREST + > + + # BiomeDictionary types for spawning New Zealand Rabbits + S:rabbitNewZealandBiomeTypes < + FOREST + > + + # BiomeDictionary types for spawning Rex Rabbits + S:rabbitRexBiomeTypes < + SAVANNA + > + + # BiomeDictionary types for spawning Dorper Sheep + S:sheepDorperBiomeTypes < + SAVANNA + > + + # BiomeDictionary types for spawning Dorset Sheep + S:sheepDorsetBiomeTypes < + HILLS + > + + # BiomeDictionary types for spawning Friesian Sheep + S:sheepFriesianBiomeTypes < + PLAINS + > + + # BiomeDictionary types for spawning Jacob Sheep + S:sheepJacobBiomeTypes < + FOREST + > + + # BiomeDictionary types for spawning Merino Sheep + S:sheepMerinoBiomeTypes < + PLAINS + > + + # BiomeDictionary types for spawning Suffolk Sheep + S:sheepSuffolkBiomeTypes < + SAVANNA + MESA + > + + # BiomeDictionary types for spawning Toads + S:toadBiomeTypes < + SWAMP + FOREST + > + } + + careandfeeding { + # Chance that a female animal will lose its baby, if it is hungry and thirsty. Set to 0 to disable + D:animalLossChance=0.0 + + # Chance that multiple animals will be born. Gets multiplied with itself after every child. Set to 0 to disable. + D:birthMultipleChance=0.1 + + # Chicken Bed Block Preferred + S:chickenBed=animania:block_straw + + # Chicken Bed Block Backup + S:chickenBed2=minecraft:grass + + # Food Items that chickens can eat (use # for meta) + S:chickenFood < + minecraft:wheat_seeds + minecraft:melon_seeds + minecraft:beetroot_seeds + minecraft:pumpkin_seeds + simplecorn:corncob + biomesoplenty:turnip_seeds + harvestcraft:cornitem + > + + # Ticks before next incremental growth + I:childGrowthTick=200 + + # Cow Bed Block Preferred + S:cowBed=animania:block_straw + + # Cow Bed Block Backup + S:cowBed2=minecraft:grass + + # Food Items that cows can eat (use # for meta) + S:cowFood < + minecraft:wheat + simplecorn:corncob + harvestcraft:barleyitem + harvestcraft:oatsitem + harvestcraft:ryeitem + harvestcraft:cornitem + > + + # Egg hatch chance (1/x) + I:eggHatchChance=2 + + # Animals won't breed if there are more than the specified amount of animals of their type in a 30 block range. + I:entityBreedingLimit=15 + + # Ticks between dropping feathers + I:featherTimer=12000 + + # Ticks between feedings + I:feedTimer=12000 + + # Mammals mate only after hand-feeding + B:feedToBreed=true + + # Ferret Bed Block Preferred + S:ferretBed=animania:block_straw + + # Ferret Bed Block Backup + S:ferretBed2=minecraft:grass + + # Food Items that ferrets can eat (use # for meta) + S:ferretFood < + minecraft:mutton + minecraft:egg + animania:brown_egg + animania:peacock_egg_blue + animania:peacock_egg_white + animania:prime_mutton + animania:prime_rabbit + minecraft:rabbit + minecraft:chicken + animania_prime_chicken + > + + # Ticks between birthings + I:gestationTimer=20000 + + # Goat Bed Block Preferred + S:goatBed=animania:block_straw + + # Goat Bed Block Backup + S:goatBed2=minecraft:grass + + # Food Items that goats can eat (use # for meta) + S:goatFood < + minecraft:wheat + minecraft:string + minecraft:stick + minecraft:apple + simplecorn:corncob + harvestcraft:barleyitem + harvestcraft:oatsitem + harvestcraft:ryeitem + harvestcraft:cornitem + > + + # Hamster Bed Block Preferred + S:hamsterBed=animania:block_straw + + # Hamster Bed Block Backup + S:hamsterBed2= + + # Food Items that hamsters can eat (use # for meta) + S:hamsterFood < + animania:hamster_food + minecraft:wheat_seeds + minecraft:melon_seeds + minecraft:beetroot_seeds + minecraft:pumpkin_seeds + simplecorn:corncob + biomesoplenty:turnip_seeds + harvestcraft:cornitem + minecraft:apple + > + + # Hedgehog Bed Block Preferred + S:hedgehogBed=animania:block_straw + + # Hedgehog Bed Block Backup + S:hedgehogBed2=minecraft:grass + + # Food Items that hedgehogs can eat (use # for meta) + S:hedgehogFood < + minecraft:carrot + minecraft:beetroot + minecraft:egg + animania:brown_egg + animania:peacock_egg_blue + animania:peacock_egg_white + animania:prime_mutton + animania:prime_rabbit + minecraft:rabbit + minecraft:chicken + animania_prime_chicken + minecraft:apple + > + + # Horse Bed Block Preferred + S:horseBed=animania:block_straw + + # Horse Bed Block Backup + S:horseBed2=minecraft:grass + + # Food Items that horses can eat (use # for meta) + S:horseFood < + minecraft:wheat + harvestcraft:barleyitem + harvestcraft:oatsitem + harvestcraft:ryeitem + minecraft:apple + minecraft:carrot + > + + # Ticks between laying eggs + I:laidTimer=2000 + + # If male animals can have multiple mates. + B:malesMateMultipleFemales=false + + # Peacock Bed Block Preferred + S:peacockBed=animania:block_straw + + # Peacock Bed Block Backup + S:peacockBed2=minecraft:grass + + # Food Items that peacocks can eat (use # for meta) + S:peacockFood < + minecraft:wheat_seeds + minecraft:melon_seeds + minecraft:beetroot_seeds + minecraft:pumpkin_seeds + simplecorn:corncob + biomesoplenty:turnip_seeds + harvestcraft:cornitem + > + + # Pig Bed Block Preferred + S:pigBed=animania:block_straw + + # Pig Bed Block Backup + S:pigBed2=minecraft:grass + + # Food Items that pigs can eat (use # for meta) + S:pigFood < + minecraft:carrot + minecraft:beetroot + minecraft:potato + minecraft:poisonous_potato + minecraft:bread + > + + # Ticks between playing + I:playTimer=12000 + + # Rabbit Bed Block Preferred + S:rabbitBed=animania:block_straw + + # Rabbit Bed Block Backup + S:rabbitBed2=minecraft:grass + + # Food Items that rabbits can eat (use # for meta) + S:rabbitFood < + minecraft:wheat + minecraft:carrot + minecraft:beetroot + minecraft:apple + > + + # Maximum uses of the salt lick + I:saltLickMaxUses=200 + + # Ticks between using Salt Lick + I:saltLickTick=8000 + + # Sheep Bed Block Preferred + S:sheepBed=animania:block_straw + + # Sheep Bed Block Backup + S:sheepBed2=minecraft:grass + + # Food Items that sheep can eat (use # for meta) + S:sheepFood < + minecraft:wheat + harvestcraft:barleyitem + harvestcraft:oatsitem + harvestcraft:ryeitem + > + + # Ticks between animals taking starvation damage + I:starvationTimer=400 + + # Ticks between drinking water + I:waterTimer=12000 + + # Ticks before wool regrowth after shearing + I:woolRegrowthTimer=8000 + } + + foodvalues { + # Food Value Overrides. Format: modid:name(hunger,saturationMultiplier) Example: animania:cheese_omelette(5,0.8) + S:foodValueOverrides < + > + } + +} + + diff --git a/server-patches/v0.3.0/config/astralsorcery.cfg b/server-patches/v0.3.0/config/astralsorcery.cfg new file mode 100644 index 0000000..f4030d7 --- /dev/null +++ b/server-patches/v0.3.0/config/astralsorcery.cfg @@ -0,0 +1,1082 @@ +# Configuration file + +cape { + + aevitas { + # Defines the chance that food-level increasing effects will happen on a specific cape-effect-cycle/tick [range: 0.0 ~ 1.0, default: 0.01] + S:aevitasFeedChancePerCycle=0.01 + + # Defines the food-level that is 'fed' to the player per cape-effect-cycle/tick [range: 0 ~ 5, default: 1] + I:aevitasFoodLevelPerCycle=1 + + # Defines the amount of saturation that is 'fed' to the player per cape-effect-cycle/tick [range: 0.0 ~ 5.0, default: 0.1] + S:aevitasFoodSaturationPerCycle=0.1 + + # Defines the amount of health that is regenerated per cape-effect-cycle/tick [range: 0.0 ~ 4.0, default: 0.04] + S:aevitasHealPerCycle=0.04 + + # Defines the chance that the aoe will search for a plant to turn into another plant. [range: 0.0 ~ 1.0, default: 0.2] + S:aevitasPlantTransformChance=0.2 + + # Defines the multiplier if the aoe will happen at all [range: 0.0 ~ 1.0, default: 1.0] + S:aevitasPotency=1.0 + + # Defines the radius (in blocks) for the aoe effect. [range: 1.0 ~ 32.0, default: 10.0] + S:aevitasRange=10.0 + } + + discidia { + # Sets the multiplier for how much of the received damage is converted into additional damage [range: 0.0 ~ 100.0, default: 1.0] + S:discidiaMultiplier=1.0 + } + + evorsio { + # Defines the Range of the death-AOE effect of when a mob gets killed by a player with this cape on. [range: 0.5 ~ 50.0, default: 4.0] + S:evorsioDeathAOERange=4.0 + + # Defines the multiplier how much of the dead entity's max-life should be dealt as AOE damage to mobs nearby. [range: 0.0 ~ 10.0, default: 0.5] + S:evorsioPercentLifeDamage=0.5 + } + + armara { + # Defines the maximum amount of immunity-stacks you can overall charge up. [range: 1 ~ 30, default: 3] + I:armaraImmunityStacks=3 + + # Defines the ticks you need to wear the cape until you get a immunty-stack that prevents 1 attack/damage-hit you'd take. [range: 1 ~ 10000, default: 300] + I:armaraRechargeTicks=300 + } + + lucerna { + # If this is set to true, particles spawned by the lucerna cape effect will also highlight spawners nearby. [default: true] + B:lucernaFindSpawners=true + + # Sets the maximum range of where the lucerna cape effect will get entities (and potentially spawners given the config option is enabled) to highlight. [range: 12.0 ~ 512.0, default: 36.0] + S:lucernaRange=36.0 + } + + fornax { + # If a player burns while wearing the cape, this toggles if blocks below him then melt (true) or not. (false) [default: true] + B:fornaxBurningMelt=true + + # Sets the multiplier for how much damage you take from fire damage while wearing a fornax cape [range: 0.0 ~ 1.0, default: 0.4] + S:fornaxFireDmgMultiplier=0.4 + + # Sets the multiplier for how much healing the player receives from the original damage when being hit by fire damage. [range: 0.0 ~ 5.0, default: 0.4] + S:fornaxFireHealMultiplier=0.4 + } + + pelotrio { + # Defines the chance of a spectral axe spawning that's chopping logs and leaves for you for a bit when you break a log or leaf. [range: 0.0 ~ 1.0, default: 0.8] + S:pelotrioChance_Axe=0.8 + + # Defines the chance of a spectral pickaxe spawning that's mining for you for a bit when you mine a block. [range: 0.0 ~ 1.0, default: 0.8] + S:pelotrioChance_Pickaxe=0.8 + + # Defines the chance of a spectral sword spawning that fights mobs nearby for a bit when you attack a mob. [range: 0.0 ~ 1.0, default: 0.5] + S:pelotrioChance_Sword=0.5 + + # Defines the damage the sword does per attack [range: 0.1 ~ 32.0, default: 4.0] + S:pelotrioSword_Attack=4.0 + + # Definies how long an axe is going to need to break a leaf or log [range: 1 ~ 100, default: 2] + I:pelotrioTicks_Axe=2 + + # Definies how long a pickaxe needs to break a block [range: 1 ~ 100, default: 4] + I:pelotrioTicks_Pickaxe=4 + + # Definies how many ticks are at least between sword attacks the sword makes [range: 1 ~ 100, default: 6] + I:pelotrioTicks_Sword=6 + } + + mineralis { + # Sets the highlight radius in which the cape effect will search for the block you're holding. [range: 4 ~ 64, default: 20] + I:mineralisHighlightRange=20 + } + + octans { + # Defines the amount of health that is healed while the wearer is in water. Can be set to 0 to disable this. [range: 0.0 ~ 5.0, default: 0.01] + S:octansHealPerTick=0.01 + } + + horologium { + # Defines the cooldown for the time-freeze effect after it triggered (should be longer than duration!) [range: 40 ~ 70000, default: 1000] + I:horologiumCooldown=1000 + + # Defines the duration of the time-freeze bubble [range: 40 ~ 50000, default: 180] + I:horologiumDuration=180 + + # Defines the range of the time-freeze effect [range: 4.0 ~ 64.0, default: 20.0] + S:horologiumFreezeRange=20.0 + + # Defines the chance for the time-freeze effect to trigger when being hit [range: 0.0 ~ 1.0, default: 0.8] + S:horologiumTriggerChance=0.8 + } + + bootes { + # Defines the maximum flare count the player can draw with him. [range: 2 ~ 8, default: 3] + I:bootesMaxFlareCount=3 + + # Defines the chance per tick that a new flare following the wearer is spawned. [range: 0.0 ~ 1.0, default: 0.005] + S:bootesTickSummonChance=0.005 + } + +} + + +crafting { + # Set this to false to disable the chance to get a 2nd crystal when growing a max-sized one in liquid starlight. [default: true] + B:canCrystalGrowthYieldDuplicates=true + + # Set this to false to prevent the lookup and registration of oreblock -> ore dust recipes on the grindstone. [default: true] + B:grindstoneAddOreToDustRecipes=true + + # Set this to false to disable that liquid starlight + lava occasionally/rarely produces aquamarine shale instead of sand. [default: true] + B:liquidStarlightAquamarine=true + + # Set this to false to disable crystal + stardust -> Celestial Crystal cluster forming [default: true] + B:liquidStarlightCelestialCrystalCluster=true + + # Set this to false to disable Rock/Celestial Crystal growing in liquid starlight. [default: true] + B:liquidStarlightCrystalGrowth=true + + # Set this to false to disable Crystal Tool growth in liquid starlight [default: true] + B:liquidStarlightCrystalToolGrowth=true + + # Set this to false to disable that liquid starlight + water produces ice. [default: true] + B:liquidStarlightIce=true + + # Set this to false to disable the functionality that wood logs will be converted to infused wood when thrown into liquid starlight. [default: true] + B:liquidStarlightInfusedWood=true + + # Set this to false to disable that liquid starlight + lava produces sand. [default: true] + B:liquidStarlightSand=true +} + + +data_persistence { + + files { + # Defines if the persistent client-data usage/storage should be used. If set to false, it'll store the data in a pack-related directory (subfolder 'astralsorcery' in the same directory as /mods, /config, ...) [default: true] + B:active=true + + # Defines if the persistent data loading & saving should be enabled for knowledge_fragments (saved in file knowledge_fragments.dat) [default: true] + B:active_knowledge_fragments=true + } + +} + + +entities { + # Defines how common ***ambient*** flares are. the lower the more common. 0 = ambient ones don't appear/disabled. [range: 0 ~ 200000, default: 9] + I:EntityFlare.ambientspawn=9 + + # If this is set to true, occasionally, a spawned flare will (attempt to) kill bats close to it. [default: true] + B:EntityFlare.killbats=true +} + + +general { + # Defines the length of a day (both daytime & nighttime obviously) for the mod's internal logic. NOTE: This does NOT CHANGE HOW LONG A DAY IN MC IS! It is only to provide potential compatibility for mods that do provide such functionality. [range: 100 ~ 2147483647, default: 24000] + I:dayLength=24000 + + # If set to 'true' anything that prevents mobspawning by this mod, will also prevent EVERY natural mobspawning of any mobtype. When set to 'false' it'll only stop monsters from spawning. [default: false] + B:doesMobSpawnDenyAllTypes=false + + # If set to 'true', the player will receive an AstralSorcery Journal when they join the server for the first time. [default: true] + B:giveJournalAtFirstJoin=false + + # If this is set to true, Rock-Crystal-Ore may be silk-touch harvested by a player. [default: false] + B:isRockCrystalOreSilkHarvestable=false + + # List any number of modid's here and the aevitas perk & mineralis ritual will not spawn ores that originate from any of the mods listed here. [default: [techreborn]] + S:oreGenBlacklist < + techreborn + > + + # Whitelist of dimension ID's that will have special sky rendering [default: [0]] + S:skySupportedDimensions < + 0 + > + + # Defines how much the 'sharpened' modifier increases the damage of the sword if applied. Config value is in percent. [range: 0.0 ~ 10000.0, default: 0.1] + S:swordSharpenedMultiplier=0.1 + + # IF a dimensionId is listed in 'skySupportedDimensions' you can add it here to keep its sky render, but AS will try to render only constellations on top of its existing sky render. [default: ] + S:weakSkyRenders < + > + + shooting_stars { + # Set to true to make shooting stars do a little explosion where they land [default: true] + B:doExplosion=true + + # Set to false to disable shooting stars from spawning [default: true] + B:enabled=true + } + + debug_logging { + # Set to true to enable this logging category. Only do this if you have to debug this section of code! May spam your log HEAVILY! [default: false] + B:PERKS=false + + # Set to true to enable this logging category. Only do this if you have to debug this section of code! May spam your log HEAVILY! [default: false] + B:STRUCTURE_MATCH=false + + # Set to true to enable this logging category. Only do this if you have to debug this section of code! May spam your log HEAVILY! [default: false] + B:TREE_BEACON=false + } + +} + + +########################################################################################################## +# lightnetwork +#--------------------------------------------------------------------------------------------------------# +# Maintenance options for the Starlight network. Use the integrity check when you did a bigger rollback or MC-Edited stuff out of the world. Note that it will only affect worlds that get loaded. So if you edited out something on, for example, dimension -76, be sure to go into that dimension with the maintenance options enabled to properly perform maintenance there. +########################################################################################################## + +lightnetwork { + # NOTE: ONLY run this once and set it to false again afterwards, nothing will be gained by setting this to true permanently, just longer loading times. When set to true and the server started, this will perform an integrity check over all nodes of the starlight network whenever a world gets loaded, removing invalid ones in the process. This might, depending on network sizes, take a while. It'll leave a message in the console when it's done. After this check has been run, you might need to tear down and rebuild your starlight network in case something doesn't work anymore. [default: false] + B:performNetworkIntegrityCheck=false +} + + +machinery { + + attunement-altar { + # Set this to 'false' to disable the timeout waiting for a player to attune. This can solve issues with players having high latency or a bad ingame performance. [default: true] + B:doAttunementTimeout=true + } + + treebeacon { + # Defines the chance that the block harvested is going to break per random-selection tick. The higher the value the lower the chance [range: 20 ~ 2147483647, default: 1400] + I:BreakChance=1400 + + # Defines the amount of blocks the treeBeacon can support at max count [range: 1 ~ 4000, default: 600] + I:Count=600 + + # Defines the chance that a drop is generated per random-selection tick. The higher the value the lower the chance. [range: 1 ~ 2147483647, default: 4] + I:DropsChance=4 + + # Percentage, how hard the speed limiter should slow down production of the tree beacon. 1=max, 0=no limiter [range: 0.0 ~ 1.0, default: 1.0] + S:EfficiencyLimiter=1.0 + + # Defines the Range where the TreeBeacon will scan for Tree's to grow. [range: 4.0 ~ 64.0, default: 16.0] + S:Range=16.0 + } + + multi-ore { + # This value defines how high the chance is after 'guaranteedBlocks' has been reached that the block-respawner despawns. The higher this number, the more unlikely it is to despawn. [range: 1 ~ 2147483647, default: 100] + I:chanceDespawn=100 + + # This value defines how often the block can be broken and will 100% respawn again. [range: 0 ~ 2147483647, default: 550] + I:guaranteedBlocks=550 + + # This defines how often an ore will be generated instead of a stone. The higher the number the more rare. Set to 0 to have it never generate ore, only stone. [range: 0 ~ 2147483647, default: 2] + I:oreChance=2 + } + + chalice { + # Defines the Range where the Chalice look for other chalices to interact with. [range: 4.0 ~ 64.0, default: 16.0] + S:chaliceRange=16.0 + } + + fountain { + # Sets the offset where the vortex-point for the vortex-prime is at relative to the fountain block. [range: -64 ~ -4, default: -4] + I:VortexOffset=-4 + } + + tileacceleration_blacklist { + # The classes for tileentities to be blacklisted from AstralSorcery's tile acceleration mechanics. Fully define a class or a package above it. Separated by '/' [default: [appeng], [raoulvdberge.refinedstorage]] + S:ClassesOrSuperPackages < + appeng + raoulvdberge.refinedstorage + > + } + +} + + +patreon { + # Enables/Disables all patreon effects. [default: true] + B:enablePatreonEffects=true +} + + +perk_levels { + + level { + # Sets the max level for the perk tree levels. [range: 1 ~ 100, default: 30] + I:levelCap=30 + } + +} + + +perks { + + gem { + # If this is set to true, the same type of modifier (e.g. maxhealth) can roll multiple times [default: false] + B:gemAllowDuplicateTypes=false + + # If this is set to true, a modifier may roll to be 'more'/'less' instead of 'increased'/'decreased', depending on the configured chance (see ChanceMoreLessModifier) [default: false] + B:gemAllowMoreLessModifier=false + + # If this is set to true, a modifier may roll negative instead of positive, depending on the configured chance (see ChanceNegativeModifier) [default: false] + B:gemAllowNegativeModifier=false + + # Defines the chance the gem can roll a 3rd modifier. The lower this chance, the rarer. [range: 0.0 ~ 1.0, default: 0.2] + S:gemChance3Modifiers=0.2 + + # Defines the chance the gem can roll a 4th modifier. A 3rd modifier MUST be rolled before and the chances are independent of each other. The lower this chance, the rarer. [range: 0.0 ~ 1.0, default: 0.05] + S:gemChance4Modifiers=0.05 + + # If 'AllowMoreLessModifier' is set to true, this defines the chance a given modifier may be 'more'/'less' instead of 'increased'/'decreased'. [range: 0.0 ~ 1.0, default: 0.1] + S:gemChanceMoreLessModifier=0.1 + + # If 'AllowNegativeModifier' is set to true, this defines the chance a given modifier may be negative instead of positive. [range: 0.0 ~ 1.0, default: 0.25] + S:gemChanceNegativeModifier=0.25 + + # List of weighted modifiers the gem may roll. Format: 'modifier=weight' [default: [astralsorcery.attackspeed=2], [astralsorcery.expgain=1], [astralsorcery.armor=8], [astralsorcery.projectileattackdamage=8], [astralsorcery.dodge=2], [astralsorcery.movespeed=8], [astralsorcery.critchance=4], [astralsorcery.reach=4], [astralsorcery.meleeattackdamage=8], [astralsorcery.allres=2], [astralsorcery.compat.thaumcraft.runicshield=2], [astralsorcery.critmulti=4], [astralsorcery.maxhealth=12], [astralsorcery.liferecovery=2], [astralsorcery.harvestspeed=2]] + S:gemWeightedModifiers < + astralsorcery.attackspeed=2 + astralsorcery.expgain=1 + astralsorcery.armor=8 + astralsorcery.projectileattackdamage=8 + astralsorcery.dodge=2 + astralsorcery.movespeed=8 + astralsorcery.critchance=4 + astralsorcery.reach=4 + astralsorcery.meleeattackdamage=8 + astralsorcery.allres=2 + astralsorcery.compat.thaumcraft.runicshield=2 + astralsorcery.critmulti=4 + astralsorcery.maxhealth=12 + astralsorcery.liferecovery=2 + astralsorcery.harvestspeed=2 + > + + ranges { + # Defines the lower bound an 'decreased' modifier can roll. Value is in percent (-0.01 means 1% decreased, -0.1 means 10% decreased, ...) [range: -1.0 ~ 0.0, default: -0.08] + S:Decreased_Higher_Bound=-0.08 + + # Defines the lower bound an 'decreased' modifier can roll. Value is in percent (-0.01 means 1% decreased, -0.1 means 10% decreased, ...) [range: -1.0 ~ 0.0, default: -0.05] + S:Decreased_Lower_Bound=-0.05 + + # Defines the lower bound an 'increased' modifier can roll. Value is in percent (0.01 means 1%, 0.1 means 10%, ...) [range: 0.0 ~ 1.0, default: 0.08] + S:Increased_Higher_Bound=0.08 + + # Defines the lower bound an 'increased' modifier can roll. Value is in percent (0.01 means 1%, 0.1 means 10%, ...) [range: 0.0 ~ 1.0, default: 0.05] + S:Increased_Lower_Bound=0.05 + + # Defines the lower bound an 'less' modifier can roll. Value is in percent (-0.01 means 1% less, -0.1 means 10% less, ...) [range: -1.0 ~ 0.0, default: -0.08] + S:Less_Higher_Bound=-0.08 + + # Defines the lower bound an 'less' modifier can roll. Value is in percent (-0.01 means 1% less, -0.1 means 10% less, ...) [range: -1.0 ~ 0.0, default: -0.05] + S:Less_Lower_Bound=-0.05 + + # Defines the lower bound an 'more' modifier can roll. Value is in percent (0.01 means 1%, 0.1 means 10%, ...) [range: 0.0 ~ 1.0, default: 0.08] + S:More_Higher_Bound=0.08 + + # Defines the lower bound an 'more' modifier can roll. Value is in percent (0.01 means 1%, 0.1 means 10%, ...) [range: 0.0 ~ 1.0, default: 0.05] + S:More_Lower_Bound=0.05 + } + + } + + root_aevitas { + # Sets the exp multiplier exp gained from this root-perk are multiplied by. (So higher multiplier -> more exp) [range: 0.0 ~ 1024.0, default: 1.0] + S:Exp_Multiplier=1.0 + } + + root_vicio { + # Sets the exp multiplier exp gained from this root-perk are multiplied by. (So higher multiplier -> more exp) [range: 0.0 ~ 1024.0, default: 1.0] + S:Exp_Multiplier=1.0 + } + + root_armara { + # Sets the exp multiplier exp gained from this root-perk are multiplied by. (So higher multiplier -> more exp) [range: 0.0 ~ 1024.0, default: 1.0] + S:Exp_Multiplier=1.0 + } + + root_discidia { + # Sets the exp multiplier exp gained from this root-perk are multiplied by. (So higher multiplier -> more exp) [range: 0.0 ~ 1024.0, default: 1.0] + S:Exp_Multiplier=1.0 + } + + root_evorsio { + # Sets the exp multiplier exp gained from this root-perk are multiplied by. (So higher multiplier -> more exp) [range: 0.0 ~ 1024.0, default: 1.0] + S:Exp_Multiplier=1.0 + } + + key_stone_enrichment { + # Sets the chance (Random.nextInt(chance) == 0) to try to see if a random stone next to the player should get turned into an ore; the lower the more likely [range: 2 ~ 4000000, default: 70] + I:Chance_To_CreateOre=70 + + # Defines the radius where a random position to generate a ore at is searched [range: 1 ~ 35, default: 3] + I:Effect_Radius=3 + } + + key_mending { + # Sets the chance (Random.nextInt(chance) == 0) to try to see if a piece of armor on the player that is damageable and damaged can be repaired; the lower the more likely [range: 3 ~ 6000000, default: 800] + I:Repair_Chance=800 + } + + key_growables { + # Sets the chance (Random.nextInt(chance) == 0) to try to see if a random plant near the player gets bonemeal'd; the lower the more likely [range: 1 ~ 1000000, default: 3] + I:Growth_Chance=3 + + # Defines the radius around which the perk effect should apply around the player [range: 1 ~ 16, default: 3] + I:Radius=3 + } + + key_lastbreath { + # Defines the damage multiplier you get additionally to your normal damage when being low on health (25% health = 75% of this additional multiplier) [range: 1.0 ~ 32.0, default: 3.0] + S:Damage_Increase=3.0 + + # Defines the dig speed multiplier you get additionally to your normal dig speed when being low on health (25% health = 75% of this additional multiplier) [range: 1.0 ~ 32.0, default: 1.5] + S:HarvestSpeed_Increase=1.5 + } + + key_disarm { + # Defines the chance (in percent) per hit to make the attacked entity drop its armor. [range: 0.0 ~ 1.0, default: 0.05] + S:DropChance=0.05 + } + + key_lightning_arc { + # Sets the chance to spawn a damage-arc effect when an enemy is hit (value is in percent) [range: 0.0 ~ 1.0, default: 0.6] + S:Chance=0.6 + + # Defines the damage-multiplier which gets added to the damage dealt initially. [range: 0.1 ~ 64.0, default: 0.75] + S:DamagePercent=0.75 + + # Defines the amount of times an arc will repetitively chain between the mobs and deal damage after initially spawned/triggered [range: 1 ~ 128, default: 3] + I:DamageTicks=3 + + # Defines the distance for how far a single arc can jump/search for nearby entities [range: 0.2 ~ 16.0, default: 7.0] + S:Distance=7.0 + } + + key_chain_mining { + # Defines the base chance a chain is tried to be built. [range: 0.01 ~ 1.0, default: 0.2] + S:ChainChance=0.2 + + # Defines the maximum length of a single break-chain. [range: 2 ~ 20, default: 4] + I:ChainLength=4 + } + + key_bleed { + # Defines the base chance a bleed can/is applied when an entity is being hit by this entity [range: 0.01 ~ 1.0, default: 0.25] + S:BleedChance=0.25 + + # Defines the duration of the bleeding effect when applied. Refreshes this duration when a it is applied again [range: 5 ~ 400, default: 60] + I:BleedDuration=60 + } + + key_rampage { + # Defines the duration of the rampage in ticks. [range: 10 ~ 40000, default: 100] + I:Duration=100 + } + + key_cheat_death { + # Once the potion effect gets applied, it'll take at least this amount of ticks or a server restart until it can be re-applied by this perk [range: 1 ~ 2147483647, default: 1000] + I:CooldownPotion=1000 + + # Once the potion effect gets applied by any of the triggers, this will be used as amplifier of the potion effect. [range: 0 ~ 32, default: 0] + I:PotionAmplifier=0 + + # Once the potion effect gets applied by any of the triggers, this will be used as tick-duration of the potion effect. [range: 1 ~ 2147483647, default: 600] + I:PotionDuration=600 + + # If the player takes damage equals/higher to the amount of damage configured here, the potion effect will apply in case it isn't on cooldown. [range: 1.0 ~ 100.0, default: 6.0] + S:ThresholdDamage=6.0 + + # If the player drops below this value of health, the potion effect will apply in case it isn't on cooldown. [range: 0.0 ~ 20.0, default: 4.0] + S:ThresholdHealth=4.0 + } + + key_no_armor { + # The multiplier that is applied to damage the player receives. The lower the more damage is negated. [range: 0.05 ~ 1.0, default: 0.7] + S:ReductionMultiplier=0.7 + } + + key_spawn_lights { + # Defines the radius around the player the perk will search for a suitable position. [range: 2 ~ 10, default: 5] + I:RadiusSpawnLight=5 + + # Defines the rate in ticks a position to spawn a light in is attempted to be found near the player. [range: 5 ~ 100000, default: 15] + I:SpawnLightRate=15 + } + + key_void_trash { + # The list of items to delete when dropped by a player with this perk. Damage/metadata value is optional and 'any' damage value is matched if omitted. Format: :(:) [default: [minecraft:stone:0], [minecraft:dirt], [minecraft:cobblestone], [minecraft:gravel]] + S:DropList < + minecraft:stone:0 + minecraft:dirt + minecraft:cobblestone + minecraft:gravel + > + + # Chance that a voided drop will instead yield a valuable random ore out of the 'perk_void_trash_replacement' configured ore table. [range: 0.0 ~ 1.0, default: 2.0E-4] + S:DropRareInstead=2.0E-4 + } + +} + + +recipes { + # If this is set to false, the luminous crafting table recipe that'd require 'light shining at a crafting table' is disabled. [default: true] + B:LightProximity-Altar=true + + # If this is set to false, the resonating wand recipe that'd require 'light shining at a crafting table' is disabled. [default: true] + B:LightProximity-ResonatingWand=true +} + + +rendering { + # Set to true to disable the festive textures/block models. [default: false] + B:disableFestiveBlockTextures=false + + # Defines how close to the position of a particle/floating texture you have to be in order for it to render. [range: 1 ~ 512, default: 64] + I:maxEffectRenderDistance=64 + + # Sets the amount of particles/effects: 0 = minimal (only necessary particles will appear), 1 = lowered (most unnecessary particles will be filtered), 2 = all particles are visible [range: 0 ~ 2, default: 2] + I:particleAmount=2 + + # If set to 'true' the mod will preload most of the bigger textures during postInit. This provides a more fluent gameplay experience (as it doesn't need to load the textures when they're first needed), but increases loadtime. [default: true] + B:preloadTextures=true +} + + +retrogen { + # WARNING: Setting this to true, will check on every chunk load if the chunk has been generated depending on the current AstralSorcery version. If the chunk was then generated with an older version, the mod will try and do the worldgen that's needed from the last recorded version to the current version. DO NOT ENABLE THIS FEATURE UNLESS SPECIFICALLY REQUIRED. It might/will slow down chunk loading. [default: false] + B:enableRetroGen=false +} + + +ritual_effects { + + aevitas { + # Defines the amount of crops the ritual can cache at max. count [range: 1 ~ 4000, default: 200] + I:aevitasCount=200 + + # Set to false to disable this ConstellationEffect. [default: true] + B:aevitasEnabled=true + + # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] + S:aevitasPotencyMultiplier=1.0 + + # Defines the radius (in blocks) in which the ritual will search for valid crops. [range: 1 ~ 32, default: 16] + I:aevitasRange=16 + + # Set the amplifier for the regeneration potion effect. [range: 0 ~ 32767, default: 1] + I:aevitasRegenerationAmplifier=1 + } + + discidia { + # Defines the max. possible damage dealt per damage tick. [range: 0.1 ~ 400.0, default: 6.5] + S:discidiaDamageDealt=6.5 + + # Set to false to disable this ConstellationEffect. [default: true] + B:discidiaEnabled=true + + # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] + S:discidiaPotencyMultiplier=1.0 + + # Defines the range in which the ritual will try to find entities [range: 2.0 ~ 64.0, default: 16.0] + S:discidiaRange=16.0 + } + + armara { + # Set to false to disable this ConstellationEffect. [default: true] + B:armaraEnabled=true + + # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] + S:armaraPotencyMultiplier=1.0 + + # Defines the radius (in blocks) in which the ritual will stop mob spawning and projectiles. [range: 1 ~ 128, default: 32] + I:armaraRange=32 + + # Set the amplifier for the resistance potion effect. [range: 0 ~ 32767, default: 0] + I:armaraResistanceAmplifier=0 + } + + vicio { + # Set to false to disable this ConstellationEffect. [default: true] + B:vicioEnabled=true + + # Defines the radius (in blocks) in which the ritual will allow the players to fly in. [range: 1.0 ~ 512.0, default: 24.0] + S:vicioRange=24.0 + + # Defines the increase in radius the ritual will get per active lens enhancing the ritual. [range: 1 ~ 128, default: 16] + I:vicioRangeIncreasePerLens=16 + } + + evorsio { + # Set to false to disable this ConstellationEffect. [default: true] + B:evorsioEnabled=true + + # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] + S:evorsioPotencyMultiplier=1.0 + + # Defines the radius (in blocks) in which the ritual will search for blocks to break. [range: 1 ~ 32, default: 13] + I:evorsioRange=13 + } + + horologium { + # Defines the amount of tileEntities the ritual can cache and accelerate at max count [range: 1 ~ 4000, default: 30] + I:horologiumCount=30 + + # Set to false to disable this ConstellationEffect. [default: true] + B:horologiumEnabled=true + + # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] + S:horologiumPotencyMultiplier=1.0 + + # Defines the radius (in blocks) in which the ritual will search for valid tileEntities to accelerate [range: 1 ~ 64, default: 16] + I:horologiumRange=16 + } + + mineralis { + # Defines the blockstates that may be replaced by generated ore from the ritual. format: :: - Use meta -1 for wildcard [default: [minecraft:stone:0]] + S:ReplacementStates < + minecraft:stone:0 + > + + # Defines the amount of block-positions the ritual can cache at max count [range: 1 ~ 4000, default: 2] + I:mineralisCount=2 + + # Set to false to disable this ConstellationEffect. [default: true] + B:mineralisEnabled=true + + # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] + S:mineralisPotencyMultiplier=1.0 + + # Defines the radius (in blocks) in which the ritual will search for cleanStone to generate ores into. [range: 1 ~ 32, default: 8] + I:mineralisRange=8 + } + + lucerna { + # Defines the range in which the ritual will prevent mobspawning. [range: 2.0 ~ 2048.0, default: 64.0] + S:lucernaDenyRange=64.0 + + # Defines the range-increase that the ritual will get per additional lens focusing light back onto the pedestal [range: 2.0 ~ 2048.0, default: 64.0] + S:lucernaDenyRangeIncrease=64.0 + + # Set to false to disable this ConstellationEffect. [default: true] + B:lucernaEnabled=true + + # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] + S:lucernaPotencyMultiplier=1.0 + } + + bootes { + # Set to false to disable this ConstellationEffect. [default: true] + B:bootesEnabled=true + + # Set the chance that an registered animal will be 'herded' if it is close to the ritual. [range: 0.0 ~ 1.0, default: 0.05] + S:bootesHerdChance=0.05 + + # Set the 'luck' when herding an animal for drops or related [range: -200.0 ~ 200.0, default: -5.0] + S:bootesHerdLuck=-5.0 + + # Set the chance that a drop that has been found from the entity's loot table is actually dropped. [range: 0.0 ~ 1.0, default: 0.01] + S:bootesOverallDropChance=0.01 + + # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] + S:bootesPotencyMultiplier=1.0 + + # Defines the range in which the ritual will try to find entities [range: 2.0 ~ 64.0, default: 12.0] + S:bootesRange=12.0 + } + + octans { + # Defines the amount of crops the ritual can cache at max. count [range: 1 ~ 4000, default: 20] + I:octansCount=20 + + # Set to false to disable this ConstellationEffect. [default: true] + B:octansEnabled=true + + # Defines the maximum default tick-time until a fish may be fished by the ritual. gets reduced internally the more starlight was provided at the ritual. Has to be bigger as the minimum time; if it isn't it'll be set to the minimum. [range: 20 ~ 2147483647, default: 500] + I:octansMaxFishTickTime=500 + + # Defines the minimum default tick-time until a fish may be fished by the ritual. gets reduced internally the more starlight was provided at the ritual. [range: 20 ~ 2147483647, default: 100] + I:octansMinFishTickTime=100 + + # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] + S:octansPotencyMultiplier=1.0 + + # Defines the radius (in blocks) in which the ritual will search for water [range: 1 ~ 32, default: 12] + I:octansRange=12 + } + + fornax { + # Defines the amount of block-positions the ritual can cache and melt at max count [range: 1 ~ 4000, default: 40] + I:fornaxCount=40 + + # Defines a multiplier used to determine how long it needs to melt a block. normal duration * durationMultiplier = actual duration [range: 1.0E-4 ~ 200.0, default: 1.0] + S:fornaxDivisor=1.0 + + # Set to false to disable this ConstellationEffect. [default: true] + B:fornaxEnabled=true + + # Defines the chance (0% to 100% -> 0.0 to 1.0) if the block will be replaced with air instead of being properly melted into something. [range: 0.0 ~ 1.0, default: 0.0] + S:fornaxFailChance=0.0 + + # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] + S:fornaxPotencyMultiplier=1.0 + + # Defines the radius (in blocks) in which the ritual will search for valid blocks to start to melt. [range: 1 ~ 32, default: 12] + I:fornaxRange=12 + } + + pelotrio { + # Set to false to disable this ConstellationEffect. [default: true] + B:pelotrioEnabled=true + + # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] + S:pelotrioPotencyMultiplier=1.0 + + # Defines the threshold at which the ritual will stop spawning mobs. If there are more or equal amount of mobs near this ritual, the ritual will not spawn more mobs. Mainly to reduce potential server lag. [range: 1 ~ 256, default: 40] + I:pelotrioProximityCheck=40 + + # Defines the radius (in blocks) in which the ritual will search for potential spawn points for entities. [range: 1 ~ 32, default: 12] + I:pelotrioRange=12 + + # Defines the per-tick chance that a new position for a entity-spawn will be searched for. [range: 0.0 ~ 1.0, default: 0.1] + S:pelotrioSpawnSearchChance=0.1 + } + +} + + +tools { + # Sets the amount of damage reduction a player gets when being hit by a DE chaos-damage-related damagetype. [range: 0.0 ~ 1.0, default: 0.8] + S:cape_chaosresistance=0.8 + + # If this is set to true, charged crystals tools can revert back to their inert state. [default: true] + B:chargedCrystalToolsRevert=true + + # After 'chargedCrystalToolsRevertStart' uses, it will random.nextInt(chance) == 0 try and see if the tool gets reverted to its inert crystal tool. [range: 1 ~ 2147483647, default: 80] + I:chargedCrystalToolsRevertChance=80 + + # Defines the minimum uses a user at least gets before it's trying to revert to an inert crystal tool. [range: 0 ~ 2147483646, default: 40] + I:chargedCrystalToolsRevertStart=40 + + # Defines the amount of stacks you have to get against the same mob until you reach 100% of the damage multiplier. [range: 1 ~ 200, default: 10] + I:discidiaDamageStackCap=10 + + # Defines the additional damage multiplier gradually increased by gaining attack-stacks against a mob. (Applied multiplier = damage * 1 + (thisConfigOption * (currentStacks / maxStacks)) ) [range: 0.0 ~ 200.0, default: 1.0] + S:discidiaDamageStackMultipler=1.0 + + # Defines the chance per mined block that the effect for holding an evorsio attuned resonating wand will fire. [range: 0.0 ~ 1.0, default: 0.8] + S:evorsioAttunedWandEffectChance=0.8 + + # Sets the max. hardness the exchange wand can swap !from!. If the block you're trying to "mine" with the conversion wand is higher than this number, it won't work. (-1 to disable this check) [range: -1.0 ~ 50000.0, default: -1.0] + S:exchange_wand_max_hardness=-1.0 + + # Sets the quick-charge cost for one usage of the architect wand [range: 0.0 ~ 1.0, default: 0.03] + S:wandCost_architect=0.03 + + # Sets the quick-charge cost for one usage of the exchange wand [range: 0.0 ~ 1.0, default: 0.002] + S:wandCost_exchange=0.002 + + # Sets the quick-charge cost for one usage of the grapple wand [range: 0.0 ~ 1.0, default: 0.7] + S:wandCost_grapple=0.7 + + # Sets the quick-charge cost for one usage of the illumination wand [range: 0.0 ~ 1.0, default: 0.5] + S:wandCost_illumination=0.5 + + enchantment_amulet { + # Defines the chance to roll a 2nd-enchantment-manipulating roll on the amulet. Value defines a percent chance from 0% to 100%. Setting this to 0 also prevents a 3rd roll [range: 0.0 ~ 1.0, default: 0.8] + S:chance2nd=0.8 + + # Defines the chance to roll a 3rd-enchantment-manipulation roll on the amulet. Value defines a percent chance from 0% to 100%. [range: 0.0 ~ 1.0, default: 0.25] + S:chance3rd=0.25 + + # Defines the chance the roll will be +2 instead of +1 to existing enchantment/to enchantment/to all enchantments [range: 0.0 ~ 1.0, default: 0.15] + S:chanceLevel2=0.15 + + # Defines the chance the amulet-roll 'to all existing enchantments' will appear. [range: 0.0 ~ 1.0, default: 0.02] + S:chanceToAll=0.02 + + # Defines the chance the amulet roll 'to ' will appear. (Don't mistake this for 'to exsting '!) [range: 0.0 ~ 1.0, default: 0.35] + S:chanceToNonExisting=0.35 + } + +} + + +worldgen { + # Defines the quality of the constellation paper item in loot chests. [range: 1 ~ 128, default: 2] + I:constellationPaperQuality=2 + + # Defines the rarity of the constellation paper item in loot chests. [range: 1 ~ 128, default: 10] + I:constellationPaperRarity=10 + + # By default, Astral Sorcery does not generate structures or ores in Super-Flat worlds. If, for some reason, you wish to enable generation of structures and ores in a Super-Flat world, then set this value to true. [default: false] + B:enableFlatGen=false + + # Defines how many aquamarine ores it'll attempt to generate in per chunk. 0 = disabled [range: 0 ~ 2048, default: 64] + I:generateAquamarineAmount=64 + + # Defines how many marble veins are generated per chunk. 0 = disabled [range: 0 ~ 32, default: 4] + I:generateMarbleAmount=0 + + # Defines how big generated marble veins are. [range: 1 ~ 32, default: 20] + I:generateMarbleVeinSize=20 + + # If this is set to true, the world generator will try and spawn structures more evenly distributed by their 'ideal' distance set in their config entries. WARNING: might add additional worldgen time. [default: true] + B:respectIdealStructureDistances=true + + # the Astral Sorcery-specific worldgen will only run in Dimension ID's listed here. [default: [0]] + S:worldGenWhitelist < + 0 + > + + ancientshrine { + # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: [MOUNTAIN], [SNOWY]] + S:BiomeTypes < + SNOWY + > + + # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 140] + I:Chance=70 + + # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] + S:DimensionWhitelist < + > + + # Generate ancientShrine [default: true] + B:Generate=true + + # Ignore Biome specifications when trying to generate ancientShrine [default: false] + B:IgnoreBiomes=false + + # Ignore dimension-whitelist when trying to generate ancientShrine [default: true] + B:IgnoreDimensionSettings=true + + # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 255] + I:MaxY=255 + + # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 0] + I:MinY=190 + + # Defines how high/low the surface in comparison to the structure can be to be seen as 'sufficiently flat' for the structure to spawn at the given position. [range: 1 ~ 32, default: 4] + I:heightThreshold=4 + + # Sets the 'ideal' distance between 2 structures of the same type. If the distance is lower, it's unlikely that the same type of structure will spawn,if it's higher it's more likely that this type of structure will spawn. Only has influence if the config option 'respectIdealStructureDistances' is enabled. [range: 1.0 ~ 16384.0, default: 768.0] + S:idealDistance=500.0 + } + + desertstructure { + # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: [SANDY]] + S:BiomeTypes < + SANDY + MAGICAL + > + + # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 140] + I:Chance=140 + + # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] + S:DimensionWhitelist < + -28 + > + + # Generate desertStructure [default: true] + B:Generate=true + + # Ignore Biome specifications when trying to generate desertStructure [default: false] + B:IgnoreBiomes=false + + # Ignore dimension-whitelist when trying to generate desertStructure [default: true] + B:IgnoreDimensionSettings=true + + # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 255] + I:MaxY=255 + + # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 0] + I:MinY=60 + + # Defines how high/low the surface in comparison to the structure can be to be seen as 'sufficiently flat' for the structure to spawn at the given position. [range: 1 ~ 32, default: 3] + I:heightThreshold=3 + + # Sets the 'ideal' distance between 2 structures of the same type. If the distance is lower, it's unlikely that the same type of structure will spawn,if it's higher it's more likely that this type of structure will spawn. Only has influence if the config option 'respectIdealStructureDistances' is enabled. [range: 1.0 ~ 16384.0, default: 1024.0] + S:idealDistance=500.0 + } + + smallshrine { + # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: [PLAINS], [FOREST]] + S:BiomeTypes < + MAGICAL + > + + # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 140] + I:Chance=140 + + # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] + S:DimensionWhitelist < + > + + # Generate smallShrine [default: true] + B:Generate=true + + # Ignore Biome specifications when trying to generate smallShrine [default: false] + B:IgnoreBiomes=false + + # Ignore dimension-whitelist when trying to generate smallShrine [default: true] + B:IgnoreDimensionSettings=true + + # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 255] + I:MaxY=255 + + # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 0] + I:MinY=0 + + # Defines how high/low the surface in comparison to the structure can be to be seen as 'sufficiently flat' for the structure to spawn at the given position. [range: 1 ~ 32, default: 1] + I:heightThreshold=1 + + # Sets the 'ideal' distance between 2 structures of the same type. If the distance is lower, it's unlikely that the same type of structure will spawn,if it's higher it's more likely that this type of structure will spawn. Only has influence if the config option 'respectIdealStructureDistances' is enabled. [range: 1.0 ~ 16384.0, default: 512.0] + S:idealDistance=512.0 + } + + treasureshrine { + # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: ] + S:BiomeTypes < + > + + # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 20] + I:Chance=20 + + # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] + S:DimensionWhitelist < + > + + # Generate treasureShrine [default: true] + B:Generate=false + + # Ignore Biome specifications when trying to generate treasureShrine [default: true] + B:IgnoreBiomes=true + + # Ignore dimension-whitelist when trying to generate treasureShrine [default: true] + B:IgnoreDimensionSettings=true + + # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 40] + I:MaxY=40 + + # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 10] + I:MinY=10 + + # Sets the 'ideal' distance between 2 structures of the same type. If the distance is lower, it's unlikely that the same type of structure will spawn,if it's higher it's more likely that this type of structure will spawn. Only has influence if the config option 'respectIdealStructureDistances' is enabled. [range: 1.0 ~ 16384.0, default: 192.0] + S:idealDistance=192.0 + } + + smallruin { + # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: ] + S:BiomeTypes < + > + + # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 140] + I:Chance=140 + + # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] + S:DimensionWhitelist < + > + + # Generate smallRuin [default: true] + B:Generate=false + + # Ignore Biome specifications when trying to generate smallRuin [default: true] + B:IgnoreBiomes=true + + # Ignore dimension-whitelist when trying to generate smallRuin [default: true] + B:IgnoreDimensionSettings=true + + # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 255] + I:MaxY=255 + + # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 0] + I:MinY=0 + + # Defines how high/low the surface in comparison to the structure can be to be seen as 'sufficiently flat' for the structure to spawn at the given position. [range: 1 ~ 32, default: 0] + I:heightThreshold=0 + + # Sets the 'ideal' distance between 2 structures of the same type. If the distance is lower, it's unlikely that the same type of structure will spawn,if it's higher it's more likely that this type of structure will spawn. Only has influence if the config option 'respectIdealStructureDistances' is enabled. [range: 1.0 ~ 16384.0, default: 2048.0] + S:idealDistance=2048.0 + } + + glowstone_flower { + # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: [MOUNTAIN], [COLD]] + S:BiomeTypes < + MOUNTAIN + COLD + > + + # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 2] + I:Chance=2 + + # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] + S:DimensionWhitelist < + > + + # Generate glowstone_flower [default: true] + B:Generate=false + + # Ignore Biome specifications when trying to generate glowstone_flower [default: false] + B:IgnoreBiomes=false + + # Ignore dimension-whitelist when trying to generate glowstone_flower [default: true] + B:IgnoreDimensionSettings=true + + # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 255] + I:MaxY=255 + + # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 0] + I:MinY=0 + + # Set this to true and the decorator will ignore the spawn-condition if snow is/can fall in the area. [default: false] + B:ignoreSnowCondition=false + } + + rockcrystals { + # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: ] + S:BiomeTypes < + > + + # Defines how rarely Rock crystal ores spawn. The higher, the more rare. [range: 1 ~ 40, default: 15] + I:CrystalDensity=15 + + # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] + S:DimensionWhitelist < + > + + # Generate rockcrystals [default: true] + B:Generate=true + + # Ignore Biome specifications when trying to generate rockcrystals [default: true] + B:IgnoreBiomeSpecification=true + + # Ignore dimension-whitelist when trying to generate rockcrystals [default: true] + B:IgnoreDimensionSettings=true + + # Defines the blockstates that may be replaced by rock crystal ore when trying to generate a rock crystal ore. format: :: - Use meta -1 for wildcard [default: [minecraft:stone:0]] + S:ReplacementStates < + minecraft:stone:0 + > + } + + marble { + S:ReplacementStates < + minecraft:stone:0 + > + } + + aquamarine { + # Defines the blockstates that may be replaced by aquamarine shale when trying to generate aquamarine shale. format: :: - Use meta -1 for wildcard [default: [minecraft:sand:0]] + S:ReplacementStates < + minecraft:sand:0 + > + } + +} + + diff --git a/server-patches/v0.3.0/config/auracontrol.cfg b/server-patches/v0.3.0/config/auracontrol.cfg new file mode 100644 index 0000000..dc964a9 --- /dev/null +++ b/server-patches/v0.3.0/config/auracontrol.cfg @@ -0,0 +1,35 @@ +# Configuration file + +general { + # The list of biomes that will or will not have an Aura generated. + # Defaults to specifying the biomes to block, set ListIsAllowList to true to invert behavior. + # Enter the biomes as namespaced IDs, i.e. thaumcraft:magical_forest + S:BiomeList < + minecraft:roofed_forest + biomesoplenty:mystic_grove + biomesoplenty:ominous_woods + biomesoplenty:sacred_springs + thaumcraft:magical_forest + minecraft:forest + minecraft:forest_hills + minecraft:mutated_forest + biomesoplenty:seasonal_forest + biomesoplenty:woodland + biomesoplenty:orchard + > + + # Whether the biome list should affect Aura generation. + B:ControlAura=false + + # Whether the biome list should affect Vis Crystal generation. + B:ControlCrystals=true + + # Whether the biome list should affect Thaumcraft tree generation. + B:ControlTrees=true + + # Determines if the biome list specifies biomes that are allowed to have an Aura, + # instead of listing those that aren't. + B:ListIsAllowList=true +} + + diff --git a/server-patches/v0.3.0/config/biomesoplenty/biome_ids.json b/server-patches/v0.3.0/config/biomesoplenty/biome_ids.json new file mode 100644 index 0000000..d3f2910 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biome_ids.json @@ -0,0 +1,75 @@ +{ + "oasis": 100, + "woodland": 93, + "white_beach": 41, + "shrubland": 84, + "xeric_shrubland": 94, + "tropical_rainforest": 89, + "fen": 57, + "steppe": 87, + "alps_foothills": 95, + "redwood_forest_edge": 97, + "bayou": 45, + "mountain": 71, + "phantasmagoric_inferno": 110, + "overgrown_cliffs": 76, + "highland": 61, + "volcanic_island": 106, + "quagmire": 78, + "marsh": 68, + "chaparral": 49, + "flower_island": 107, + "flower_field": 58, + "wetland": 92, + "mystic_grove": 72, + "cold_desert": 51, + "mountain_foothills": 96, + "maple_woods": 67, + "coral_reef": 102, + "orchard": 74, + "moor": 70, + "land_of_lakes": 62, + "bog": 46, + "coniferous_forest": 52, + "eucalyptus_forest": 56, + "outback": 75, + "shield": 83, + "snowy_tundra": 101, + "alps": 43, + "wasteland": 91, + "lush_desert": 64, + "mangrove": 66, + "boreal_forest": 47, + "redwood_forest": 80, + "cherry_blossom_grove": 50, + "visceral_heap": 112, + "snowy_forest": 86, + "seasonal_forest": 82, + "temperate_rainforest": 88, + "dead_forest": 54, + "bamboo_forest": 44, + "corrupted_sands": 108, + "dead_swamp": 55, + "kelp_forest": 103, + "pasture": 98, + "glacier": 99, + "meadow": 69, + "lush_swamp": 65, + "fungi_forest": 109, + "tropical_island": 105, + "grassland": 59, + "prairie": 77, + "snowy_coniferous_forest": 85, + "tundra": 90, + "undergarden": 111, + "origin_island": 104, + "gravel_beach": 40, + "grove": 60, + "lavender_fields": 63, + "origin_beach": 42, + "rainforest": 79, + "sacred_springs": 81, + "crag": 53, + "brushland": 48, + "ominous_woods": 73 +} \ No newline at end of file diff --git a/server-patches/unreleased/config/cofh/core/friends.cfg b/server-patches/v0.3.0/config/biomesoplenty/biomes/Put biome config files here similarity index 100% rename from server-patches/unreleased/config/cofh/core/friends.cfg rename to server-patches/v0.3.0/config/biomesoplenty/biomes/Put biome config files here diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/corrupted_sands.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/corrupted_sands.json new file mode 100644 index 0000000..fc67b0a --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/corrupted_sands.json @@ -0,0 +1,81 @@ +{ + "wallBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "fillerBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "thorns": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "thorn" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "dead_grass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadgrass" + } + }, + "generationAttempts": 32, + "amountPerChunk": 5.0, + "enable": true + }, + "bramble": { + "with": { + "block": "biomesoplenty:bramble_plant", + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 128, + "amountPerChunk": 40.0, + "maxHeight": 6, + "enable": true, + "minLength": 15, + "maxLength": 30 + } + }, + "weights": { + "hell": 1 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/alps.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/alps.json new file mode 100644 index 0000000..484a862 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/alps.json @@ -0,0 +1,76 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 12.0, + "variationAbove": 12.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:snow", + "properties": {} + }, + "averageHeight": 198.0, + "topBlock": { + "block": "minecraft:snow", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + }, + "weights": { + "tundra": 3, + "ice_cap": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/alps_foothills.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/alps_foothills.json new file mode 100644 index 0000000..e323f2d --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/alps_foothills.json @@ -0,0 +1,99 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 48.0, + "variationAbove": 64.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "averageHeight": 120.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_stone" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hot_springs": { + "liquid": { + "block": "biomesoplenty:hot_spring_water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.5, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/bamboo_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/bamboo_forest.json new file mode 100644 index 0000000..b1c6b9c --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/bamboo_forest.json @@ -0,0 +1,158 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 68.0, + "topBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "podzol" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "ferns": { + "with": { + "block": "minecraft:tallgrass", + "properties": { + "type": "fern" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "grass": { + "amountPerChunk": 2.6, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 30.0, + "enable": true, + "generators": {} + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 5.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "tropical": 3 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/bayou.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/bayou.json new file mode 100644 index 0000000..e6d41ed --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/bayou.json @@ -0,0 +1,273 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 3.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 62.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 6.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.0, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 8.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.5, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "sugar_cane": { + "minHeight": 1, + "with": { + "block": "minecraft:reeds", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 3.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "grass": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + }, + "mud_splatter": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.2, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 8.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.5, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 3, + "amountPerChunk": 1.0, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "hot_swamp": 10 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/bog.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/bog.json new file mode 100644 index 0000000..dfe76b3 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/bog.json @@ -0,0 +1,294 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 1.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 2.0, + "enable": true + }, + "poison_lakes": { + "liquid": { + "block": "biomesoplenty:poison", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "big_brown_mushroom": { + "minHeight": 4, + "maxHeight": 5, + "amountPerChunk": 0.2, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 0.75, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.0, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + } + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.25, + "enable": true + } + }, + "weights": { + "cold_swamp": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/boreal_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/boreal_forest.json new file mode 100644 index 0000000..7d2ffc5 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/boreal_forest.json @@ -0,0 +1,151 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 15.0, + "variationAbove": 30.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 6.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "grass": { + "amountPerChunk": 1.75, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.75, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 8.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "boreal": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/brushland.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/brushland.json new file mode 100644 index 0000000..6a06c9c --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/brushland.json @@ -0,0 +1,132 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 3.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "sandy" + } + }, + "averageHeight": 66.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "sandy" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "thorns": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "thorn" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 9.0, + "enable": true, + "generators": {} + }, + "quicksand": { + "liquid": { + "block": "biomesoplenty:sand", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.2, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 6.0, + "enable": true, + "generators": {} + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "savanna": 10 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/chaparral.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/chaparral.json new file mode 100644 index 0000000..57dcf65 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/chaparral.json @@ -0,0 +1,176 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 80.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 7.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "stone_patches": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_stone" + } + }, + "amountPerChunk": 4.0, + "enable": true, + "splotchSize": 15 + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.75, + "enable": true + } + }, + "weights": { + "mediteranean": 10 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/cherry_blossom_grove.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/cherry_blossom_grove.json new file mode 100644 index 0000000..c9c537d --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/cherry_blossom_grove.json @@ -0,0 +1,204 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "flowers": { + "amountPerChunk": 2.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.4, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 6, + "amountPerChunk": 0.2, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.6, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.4, + "enable": true + } + }, + "weights": { + "cool_temperate": 2 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/cold_desert.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/cold_desert.json new file mode 100644 index 0000000..4ce2b1e --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/cold_desert.json @@ -0,0 +1,111 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:gravel", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hard_ice_splatter": { + "with": { + "block": "biomesoplenty:hard_ice", + "properties": {} + }, + "generationAttempts": 64, + "amountPerChunk": 1.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "boulders": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "numBalls": 4, + "amountPerChunk": 0.2, + "enable": true, + "radiusFalloff": 0.5, + "innerRadius": 1.0 + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "stone_patches": { + "with": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "amountPerChunk": 6.0, + "enable": true, + "splotchSize": 24 + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "ice_cap": 10 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/coniferous_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/coniferous_forest.json new file mode 100644 index 0000000..dc0527b --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/coniferous_forest.json @@ -0,0 +1,222 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 68.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.7, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 8.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.7, + "enable": true, + "generators": {} + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "boreal": 10 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/coral_reef.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/coral_reef.json new file mode 100644 index 0000000..fb32b7c --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/coral_reef.json @@ -0,0 +1,141 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:ocean", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 45.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "blue_coral": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "blue" + } + }, + "generationAttempts": 32, + "amountPerChunk": 15.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "glowing_coral": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "glowing" + } + }, + "generationAttempts": 32, + "amountPerChunk": 15.0, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "pink_coral": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "pink" + } + }, + "generationAttempts": 32, + "amountPerChunk": 15.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "orange_coral": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "orange" + } + }, + "generationAttempts": 32, + "amountPerChunk": 15.0, + "enable": true + }, + "sapphire": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "sapphire" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/corrupted_sands.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/corrupted_sands.json new file mode 100644 index 0000000..595ad03 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/corrupted_sands.json @@ -0,0 +1,87 @@ +{ + "enableRain": false, + "wallBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "rainfall": 0.0, + "skyColor": -1, + "guiColour": 11091006, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "waterColor": 16777215, + "fillerBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "topBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "fogColor": -1, + "temperature": 2.0, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "enableSnow": false, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "thorns": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "thorn" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "dead_grass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadgrass" + } + }, + "generationAttempts": 32, + "amountPerChunk": 5.0, + "enable": true + }, + "bramble": { + "with": { + "block": "biomesoplenty:bramble_plant", + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 128, + "amountPerChunk": 40.0, + "maxHeight": 6, + "enable": true, + "minLength": 15, + "maxLength": 30 + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/crag.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/crag.json new file mode 100644 index 0000000..d299c17 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/crag.json @@ -0,0 +1,114 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 80.0, + "variationAbove": 200.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "averageHeight": 100.0, + "topBlock": { + "block": "minecraft:gravel", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "overgrown_stone_patches": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_stone" + } + }, + "amountPerChunk": 24.0, + "enable": true, + "splotchSize": 16 + }, + "grass": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "cobblestone_splatter": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "generationAttempts": 64, + "amountPerChunk": 4.0, + "enable": true + }, + "stone_splatter": { + "with": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "generationAttempts": 64, + "amountPerChunk": 4.0, + "enable": true + } + }, + "weights": { + "cold_swamp": 2 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_forest.json new file mode 100644 index 0000000..75600ae --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_forest.json @@ -0,0 +1,136 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 68.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "thorns": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "thorn" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 3.5, + "enable": true + }, + "grass": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 2.5, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "boreal": 3 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_swamp.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_swamp.json new file mode 100644 index 0000000..a3a2fc5 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_swamp.json @@ -0,0 +1,162 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 3.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 1.4, + "enable": true, + "generators": {} + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 8.0, + "enable": true + }, + "trees": { + "amountPerChunk": 0.6, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "mud_patches": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "amountPerChunk": 1.0, + "enable": true, + "splotchSize": 12 + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.3, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "cold_swamp": 3 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/eucalyptus_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/eucalyptus_forest.json new file mode 100644 index 0000000..e1bc65e --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/eucalyptus_forest.json @@ -0,0 +1,182 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "melons": { + "with": { + "block": "minecraft:melon_block", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.015625, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "grass": { + "amountPerChunk": 6.0, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + } + }, + "weights": { + "tropical": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/fen.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/fen.json new file mode 100644 index 0000000..dd8b154 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/fen.json @@ -0,0 +1,231 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 6.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 6.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 15.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 5.0, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 1.0, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.1, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "cold_swamp": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_field.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_field.json new file mode 100644 index 0000000..9cadecd --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_field.json @@ -0,0 +1,98 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 5.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 17.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 20.0, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "warm_temperate": 2 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_island.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_island.json new file mode 100644 index 0000000..6ea53ef --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_island.json @@ -0,0 +1,130 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 15.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "daisy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.2, + "enable": true + }, + "grass_splatter": { + "with": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "generationAttempts": 64, + "amountPerChunk": 6.0, + "enable": true + }, + "grass": { + "amountPerChunk": 0.75, + "enable": true, + "generators": {} + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "trees": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/fungi_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/fungi_forest.json new file mode 100644 index 0000000..eee6318 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/fungi_forest.json @@ -0,0 +1,109 @@ +{ + "enableRain": false, + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "rainfall": 0.0, + "skyColor": -1, + "guiColour": 11091006, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "waterColor": 16777215, + "fillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "topBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fogColor": -1, + "temperature": 2.0, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "enableSnow": false, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "big_brown_mushroom": { + "minHeight": 5, + "maxHeight": 8, + "amountPerChunk": 2.0, + "enable": true + }, + "glowshroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 2.0, + "enable": true + }, + "big_red_mushroom": { + "minHeight": 5, + "maxHeight": 10, + "amountPerChunk": 30.0, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 5.0, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/glacier.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/glacier.json new file mode 100644 index 0000000..300bc78 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/glacier.json @@ -0,0 +1,76 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 8.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:hard_ice", + "properties": {} + }, + "averageHeight": 88.0, + "topBlock": { + "block": "minecraft:ice", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/grassland.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/grassland.json new file mode 100644 index 0000000..3a1d16b --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/grassland.json @@ -0,0 +1,198 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "portobellos": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "portobello" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 6, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "sugar_cane": { + "minHeight": 1, + "with": { + "block": "minecraft:reeds", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 4.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "grass": { + "amountPerChunk": 0.6, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.2, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 1.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "cool_temperate": 7, + "wet_temperate": 3 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/gravel_beach.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/gravel_beach.json new file mode 100644 index 0000000..0c98951 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/gravel_beach.json @@ -0,0 +1,64 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 3.0, + "variationAbove": 4.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:gravel", + "properties": {} + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:gravel", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/grove.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/grove.json new file mode 100644 index 0000000..05b521a --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/grove.json @@ -0,0 +1,153 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 66.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.6, + "enable": true + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 1.3, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "cool_temperate": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/highland.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/highland.json new file mode 100644 index 0000000..992cd75 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/highland.json @@ -0,0 +1,85 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 35.0, + "variationAbove": 35.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 100.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "emerald": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "cool_temperate": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/kelp_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/kelp_forest.json new file mode 100644 index 0000000..0535895 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/kelp_forest.json @@ -0,0 +1,125 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:ocean", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 5.0, + "variationAbove": 5.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 40.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "kelp": { + "minHeight": 2, + "with": { + "block": "biomesoplenty:seaweed", + "properties": { + "level": "15", + "position": "single", + "variant": "kelp" + } + }, + "generationAttempts": 12, + "amountPerChunk": 5.0, + "maxHeight": 4, + "enable": true, + "randomDirection": false + }, + "kelp_tall": { + "minHeight": 6, + "with": { + "block": "biomesoplenty:seaweed", + "properties": { + "level": "15", + "position": "single", + "variant": "kelp" + } + }, + "generationAttempts": 12, + "amountPerChunk": 6.0, + "maxHeight": 12, + "enable": true, + "randomDirection": false + }, + "sapphire": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "sapphire" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/land_of_lakes.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/land_of_lakes.json new file mode 100644 index 0000000..9fd3fb6 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/land_of_lakes.json @@ -0,0 +1,232 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 40.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "wild_rice": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "wildrice" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.0, + "enable": true + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "grass": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.0, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 8.0, + "enable": true + } + }, + "weights": { + "cold_swamp": 3 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/lavender_fields.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/lavender_fields.json new file mode 100644 index 0000000..86ee748 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/lavender_fields.json @@ -0,0 +1,105 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 4.0, + "variationAbove": 12.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lavender": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "lavender" + } + }, + "generationAttempts": 32, + "amountPerChunk": 50.0, + "enable": true + }, + "trees": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "mediteranean": 3 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_desert.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_desert.json new file mode 100644 index 0000000..1ce7867 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_desert.json @@ -0,0 +1,247 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 40.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:hardened_clay", + "properties": {} + }, + "averageHeight": 63.0, + "topBlock": { + "block": "minecraft:hardened_clay", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.75, + "enable": true + }, + "flowers": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "oases": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "sandy" + } + }, + "maxRadius": 7, + "amountPerChunk": 10.0, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 5.0, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "grass_splatter": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "sandy" + } + }, + "generationAttempts": 128, + "amountPerChunk": 4.0, + "enable": true + }, + "dead_bushes": { + "with": { + "block": "minecraft:deadbush", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.4, + "enable": true + }, + "grass": { + "amountPerChunk": 12.0, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "bromeliad": { + "with": { + "block": "biomesoplenty:flower_0", + "properties": { + "variant": "bromeliad" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true + }, + "cacti": { + "minHeight": 1, + "with": { + "block": "minecraft:cactus", + "properties": { + "age": "0" + } + }, + "generationAttempts": 3, + "amountPerChunk": 0.2, + "maxHeight": 2, + "enable": true, + "randomDirection": false + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.5, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "minecraft:hardened_clay", + "properties": {} + } + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 1.8, + "enable": true + } + }, + "weights": { + "savanna": 2 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_swamp.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_swamp.json new file mode 100644 index 0000000..2058ffa --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_swamp.json @@ -0,0 +1,331 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "poison_lakes": { + "liquid": { + "block": "biomesoplenty:poison", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.0, + "enable": true + }, + "trees": { + "amountPerChunk": 6.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 1.7, + "enable": true, + "generators": {} + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.25, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.7, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 0.5, + "enable": true + }, + "sugar_cane": { + "minHeight": 1, + "with": { + "block": "minecraft:reeds", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.6, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 8, + "amountPerChunk": 0.5, + "enable": true + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.3, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "wet_temperate": 10 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mangrove.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mangrove.json new file mode 100644 index 0000000..f9933c6 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mangrove.json @@ -0,0 +1,101 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 2.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "averageHeight": 62.0, + "topBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "quicksand": { + "liquid": { + "block": "biomesoplenty:sand", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.2, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 5.0, + "enable": true, + "generators": {} + }, + "sapphire": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "sapphire" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "hot_swamp": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/maple_woods.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/maple_woods.json new file mode 100644 index 0000000..84a9665 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/maple_woods.json @@ -0,0 +1,140 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 6.0, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 8.0, + "enable": true + }, + "grass": { + "amountPerChunk": 1.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "boreal": 10 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/marsh.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/marsh.json new file mode 100644 index 0000000..41cb196 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/marsh.json @@ -0,0 +1,142 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 3.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 62.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 20.0, + "enable": true, + "generators": {} + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 10.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.5, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + } + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "wet_temperate": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/meadow.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/meadow.json new file mode 100644 index 0000000..81b9956 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/meadow.json @@ -0,0 +1,238 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 5.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.15, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.5, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.15, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.15, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 6, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.8, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.15, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.15, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.4, + "enable": true + } + }, + "weights": { + "cool_temperate": 3, + "boreal": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/moor.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/moor.json new file mode 100644 index 0000000..5e9052e --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/moor.json @@ -0,0 +1,185 @@ +{ + "canGenerateRivers": true, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 88.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.6, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 5.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 6, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.6, + "enable": true + }, + "grass": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.5, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + } + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": { + "cold_swamp": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain.json new file mode 100644 index 0000000..ee7683f --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain.json @@ -0,0 +1,141 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 30.0, + "variationAbove": 60.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 140.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 6.0, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.2, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.8, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "dry_temperate": 3 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain_foothills.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain_foothills.json new file mode 100644 index 0000000..7a647e1 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain_foothills.json @@ -0,0 +1,180 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 15.0, + "variationAbove": 30.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 100.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.2, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.4, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 6.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.8, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mystic_grove.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mystic_grove.json new file mode 100644 index 0000000..4ad6ceb --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/mystic_grove.json @@ -0,0 +1,263 @@ +{ + "canGenerateRivers": false, + "skyColor": 8972496, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": 16755401, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hot_springs": { + "liquid": { + "block": "biomesoplenty:hot_spring_water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.5, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.3, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "poison_lakes": { + "liquid": { + "block": "biomesoplenty:poison", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "big_red_mushroom": { + "minHeight": 5, + "maxHeight": 8, + "amountPerChunk": 0.4, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + } + }, + "weights": { + "wet_temperate": 1 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/oasis.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/oasis.json new file mode 100644 index 0000000..c6c7464 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/oasis.json @@ -0,0 +1,154 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 5.0, + "variationAbove": 7.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "averageHeight": 62.0, + "topBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "dunegrass": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "dunegrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 10.0, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "sugar_cane": { + "minHeight": 1, + "with": { + "block": "minecraft:reeds", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 2.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "desert_sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertsprouts" + } + }, + "generationAttempts": 8, + "amountPerChunk": 5.0, + "enable": true + }, + "bromeliad": { + "with": { + "block": "biomesoplenty:flower_0", + "properties": { + "variant": "bromeliad" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 1.0, + "enable": true + }, + "trees": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/ominous_woods.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/ominous_woods.json new file mode 100644 index 0000000..16d9a98 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/ominous_woods.json @@ -0,0 +1,184 @@ +{ + "canGenerateRivers": false, + "skyColor": 3687520, + "fogDensity": 0.175, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 66.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": 3882316, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.4, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "thorns": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "thorn" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "poison_lakes": { + "liquid": { + "block": "biomesoplenty:poison", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "bramble": { + "with": { + "block": "biomesoplenty:bramble_plant", + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.75, + "maxHeight": 4, + "enable": true, + "minLength": 5, + "maxLength": 15 + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 11.0, + "enable": true, + "generators": {} + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + } + }, + "weights": { + "cold_swamp": 1 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/orchard.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/orchard.json new file mode 100644 index 0000000..128a51c --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/orchard.json @@ -0,0 +1,150 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 4.0, + "variationAbove": 15.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.4, + "enable": true + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.5, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": { + "warm_temperate": 3 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_beach.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_beach.json new file mode 100644 index 0000000..2890a9c --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_beach.json @@ -0,0 +1,68 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": 8441086, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 1.0, + "variationAbove": 1.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_island.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_island.json new file mode 100644 index 0000000..0e89b01 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_island.json @@ -0,0 +1,98 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:origin_beach", + "skyColor": 8441086, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "origin" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.4, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "minHeight": 5, + "logState": { + "block": "minecraft:log", + "properties": { + "axis": "y", + "variant": "oak" + } + }, + "amountPerChunk": 5.0, + "maxHeight": 8, + "enable": true, + "updateNeighbours": false, + "hangingChance": 0.0, + "leavesState": { + "block": "biomesoplenty:leaves_2", + "properties": { + "check_decay": "false", + "decayable": "true", + "variant": "origin" + } + } + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/outback.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/outback.json new file mode 100644 index 0000000..f8ff882 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/outback.json @@ -0,0 +1,149 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "red_sand" + } + }, + "averageHeight": 72.0, + "topBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "red_sand" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass_splatter": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "sandy" + } + }, + "generationAttempts": 128, + "amountPerChunk": 4.0, + "enable": true + }, + "dead_bushes": { + "with": { + "block": "minecraft:deadbush", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 1.5, + "enable": true + }, + "grass": { + "amountPerChunk": 16.0, + "enable": true, + "generators": {} + }, + "cacti": { + "minHeight": 1, + "with": { + "block": "minecraft:cactus", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.2, + "maxHeight": 2, + "enable": true, + "randomDirection": false + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 10.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "hot_desert": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/overgrown_cliffs.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/overgrown_cliffs.json new file mode 100644 index 0000000..a47cb74 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/overgrown_cliffs.json @@ -0,0 +1,106 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 100.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_stone" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "grass": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "trees": { + "amountPerChunk": 40.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "tropical": 2 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/pasture.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/pasture.json new file mode 100644 index 0000000..382e751 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/pasture.json @@ -0,0 +1,109 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 4.0, + "variationAbove": 6.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "barley": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "barley" + } + }, + "generationAttempts": 32, + "amountPerChunk": 45.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/phantasmagoric_inferno.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/phantasmagoric_inferno.json new file mode 100644 index 0000000..43fe6cc --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/phantasmagoric_inferno.json @@ -0,0 +1,87 @@ +{ + "enableRain": false, + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "rainfall": 0.0, + "skyColor": -1, + "guiColour": 11091006, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "waterColor": 16777215, + "fillerBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "topBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "fogColor": -1, + "temperature": 2.0, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "enableSnow": false, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "blue_fire": { + "with": { + "block": "biomesoplenty:blue_fire", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + }, + "lava_lakes": { + "liquid": { + "block": "minecraft:lava", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 4.0, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "fire": { + "with": { + "block": "minecraft:fire", + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/prairie.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/prairie.json new file mode 100644 index 0000000..ce77924 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/prairie.json @@ -0,0 +1,172 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 4.0, + "variationAbove": 6.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.4, + "enable": true, + "generators": {} + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "doublegrass": { + "with": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "lower", + "variant": "double_grass" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.5, + "enable": true, + "withTop": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "upper", + "variant": "sunflower" + } + } + }, + "goldenrods": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "goldenrod" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.0, + "enable": true + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": { + "warm_temperate": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/quagmire.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/quagmire.json new file mode 100644 index 0000000..e638c1d --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/quagmire.json @@ -0,0 +1,184 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "grass_splatter": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "generationAttempts": 128, + "amountPerChunk": 1.0, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 1.4, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 8, + "amountPerChunk": 10.0, + "enable": true + } + }, + "weights": { + "cold_swamp": 2 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/rainforest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/rainforest.json new file mode 100644 index 0000000..8c60331 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/rainforest.json @@ -0,0 +1,203 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 50.0, + "variationAbove": 50.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 80.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "melons": { + "with": { + "block": "minecraft:melon_block", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.015625, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.2, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + } + }, + "weights": { + "tropical": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest.json new file mode 100644 index 0000000..014cf6c --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest.json @@ -0,0 +1,166 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 4.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "podzol" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.2, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "double_fern": { + "with": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "lower", + "variant": "double_fern" + } + }, + "generationAttempts": 32, + "amountPerChunk": 5.0, + "enable": true, + "withTop": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "upper", + "variant": "sunflower" + } + } + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "grass": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "warm_temperate": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest_edge.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest_edge.json new file mode 100644 index 0000000..7f6a4d7 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest_edge.json @@ -0,0 +1,143 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 4.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "podzol" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.2, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "grass": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "trees": { + "amountPerChunk": 8.0, + "enable": true, + "generators": {} + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/sacred_springs.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/sacred_springs.json new file mode 100644 index 0000000..caab2b8 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/sacred_springs.json @@ -0,0 +1,250 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hot_springs": { + "liquid": { + "block": "biomesoplenty:hot_spring_water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.5, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "leaves_clusters": { + "logState": { + "block": "minecraft:log", + "properties": { + "axis": "y", + "variant": "oak" + } + }, + "amountPerChunk": 12.5, + "enable": true, + "leavesState": { + "block": "minecraft:leaves", + "properties": { + "check_decay": "true", + "decayable": "true", + "variant": "oak" + } + } + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.15, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "large_oak": { + "minHeight": 5, + "logState": { + "block": "minecraft:log", + "properties": { + "axis": "y", + "variant": "oak" + } + }, + "foliageHeight": 4, + "amountPerChunk": 3.0, + "maxHeight": 17, + "enable": true, + "updateNeighbours": false, + "foliageDensity": 1.0, + "leavesState": { + "block": "minecraft:leaves", + "properties": { + "check_decay": "false", + "decayable": "true", + "variant": "oak" + } + } + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sacred_oak_trees": { + "minHeight": 35, + "logState": { + "block": "biomesoplenty:log_0", + "properties": { + "axis": "y", + "variant": "sacred_oak" + } + }, + "foliageHeight": 4, + "amountPerChunk": 0.4, + "maxHeight": 40, + "enable": true, + "updateNeighbours": false, + "foliageDensity": 2.0, + "leavesState": { + "block": "biomesoplenty:leaves_3", + "properties": { + "check_decay": "true", + "decayable": "false", + "variant": "sacred_oak" + } + } + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.45, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 2.75, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + } + }, + "weights": { + "tropical": 1 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/seasonal_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/seasonal_forest.json new file mode 100644 index 0000000..304bcf5 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/seasonal_forest.json @@ -0,0 +1,223 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 20.0, + "variationAbove": 30.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 75.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.4, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.4, + "enable": true, + "generators": {} + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "cool_temperate": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/shield.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/shield.json new file mode 100644 index 0000000..937ca5f --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/shield.json @@ -0,0 +1,192 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 9.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.4, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 12.0, + "enable": true + }, + "grass": { + "amountPerChunk": 1.2, + "enable": true, + "generators": {} + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "boreal": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/shrubland.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/shrubland.json new file mode 100644 index 0000000..f1085e9 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/shrubland.json @@ -0,0 +1,191 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 15.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 66.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "with": { + "block": "minecraft:red_flower", + "properties": { + "type": "allium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "trees": { + "logState": { + "block": "minecraft:log", + "properties": { + "axis": "y", + "variant": "oak" + } + }, + "amountPerChunk": 1.0, + "enable": true, + "leavesState": { + "block": "minecraft:leaves", + "properties": { + "check_decay": "true", + "decayable": "true", + "variant": "oak" + } + } + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 6, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + } + }, + "weights": { + "mediteranean": 7, + "dry_temperate": 10 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_coniferous_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_coniferous_forest.json new file mode 100644 index 0000000..55adf61 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_coniferous_forest.json @@ -0,0 +1,148 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 68.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.0, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "grass": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "trees": { + "amountPerChunk": 8.0, + "enable": true, + "generators": {} + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "tundra": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_forest.json new file mode 100644 index 0000000..b5a77d6 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_forest.json @@ -0,0 +1,121 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 21.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 66.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.4, + "enable": true + }, + "grass": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "tundra": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_tundra.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_tundra.json new file mode 100644 index 0000000..99088fb --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_tundra.json @@ -0,0 +1,164 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 12.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "small_boulders": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "large_boulders": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "numBalls": 3, + "amountPerChunk": 0.15, + "enable": true, + "radiusFalloff": 0.5, + "innerRadius": 1.0 + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + } + }, + "trees": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/steppe.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/steppe.json new file mode 100644 index 0000000..d2a3e84 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/steppe.json @@ -0,0 +1,120 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 8.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "sandy" + } + }, + "averageHeight": 90.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "sandy" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_bushes": { + "with": { + "block": "minecraft:deadbush", + "properties": {} + }, + "generationAttempts": 4, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 1.9, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 12.0, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "dry_temperate": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/temperate_rainforest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/temperate_rainforest.json new file mode 100644 index 0000000..c7384a1 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/temperate_rainforest.json @@ -0,0 +1,337 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 25.0, + "variationAbove": 55.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 67.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "trees": { + "amountPerChunk": 30.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.2, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "double_fern": { + "with": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "lower", + "variant": "double_fern" + } + }, + "generationAttempts": 32, + "amountPerChunk": 7.0, + "enable": true, + "withTop": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "upper", + "variant": "sunflower" + } + } + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + } + }, + "weights": { + "wet_temperate": 7 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_island.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_island.json new file mode 100644 index 0000000..adb5d50 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_island.json @@ -0,0 +1,150 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:white_beach", + "skyColor": 507391, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 40.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": 11925759, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "bamboo": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:bamboo", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.2, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "sand": { + "with": { + "block": "biomesoplenty:white_sand", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 10.0, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "melons": { + "with": { + "block": "minecraft:melon_block", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.015625, + "enable": true + }, + "flowers": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 3.5, + "enable": true, + "generators": {} + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "trees": { + "amountPerChunk": 25.0, + "enable": true, + "generators": {} + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_rainforest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_rainforest.json new file mode 100644 index 0000000..9116e66 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_rainforest.json @@ -0,0 +1,282 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 67.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.2, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "melons": { + "with": { + "block": "minecraft:melon_block", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.015625, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "double_fern": { + "with": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "lower", + "variant": "double_fern" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true, + "withTop": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "upper", + "variant": "sunflower" + } + } + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "quicksand": { + "liquid": { + "block": "biomesoplenty:sand", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.2, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 3.5, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "tropical": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/tundra.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/tundra.json new file mode 100644 index 0000000..bab4189 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/tundra.json @@ -0,0 +1,166 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 12.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "small_boulders": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "large_boulders": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "numBalls": 3, + "amountPerChunk": 0.15, + "enable": true, + "radiusFalloff": 0.5, + "innerRadius": 1.0 + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + } + }, + "trees": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "tundra": 10 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/undergarden.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/undergarden.json new file mode 100644 index 0000000..800aad2 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/undergarden.json @@ -0,0 +1,130 @@ +{ + "enableRain": false, + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "rainfall": 0.0, + "skyColor": -1, + "guiColour": 11091006, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "waterColor": 16777215, + "fillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_netherrack" + } + }, + "fogColor": -1, + "temperature": 2.0, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "enableSnow": false, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "netherrack_splatter": { + "with": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generationAttempts": 128, + "amountPerChunk": 7.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + }, + "grass": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 2.0, + "enable": true + }, + "ivy": { + "minHeight": 8, + "with": { + "block": "biomesoplenty:ivy", + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 128, + "amountPerChunk": 25.0, + "maxHeight": 20, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.5, + "enable": true + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/visceral_heap.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/visceral_heap.json new file mode 100644 index 0000000..b3ea05d --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/visceral_heap.json @@ -0,0 +1,95 @@ +{ + "enableRain": false, + "wallBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "rainfall": 0.0, + "skyColor": -1, + "guiColour": 11091006, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "waterColor": 16777215, + "fillerBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "topBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "fogColor": -1, + "temperature": 2.0, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "enableSnow": false, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "blood_pools": { + "liquid": { + "block": "biomesoplenty:blood", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 6.0, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "eyebulbs": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "eyebulb" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "eyebulb" + } + } + }, + "bones": { + "minHeight": 1, + "with": { + "block": "minecraft:bone_block", + "properties": { + "axis": "y" + } + }, + "generationAttempts": 12, + "amountPerChunk": 1.5, + "maxHeight": 4, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/volcanic_island.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/volcanic_island.json new file mode 100644 index 0000000..d91376f --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/volcanic_island.json @@ -0,0 +1,102 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 50.0, + "variationAbove": 50.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "averageHeight": 120.0, + "topBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "lava_lakes": { + "lineWith": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "liquid": { + "block": "minecraft:lava", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 2.5, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lava_flows": { + "with": { + "block": "minecraft:flowing_lava", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "splotchSize": 12 + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/wasteland.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/wasteland.json new file mode 100644 index 0000000..e0d8628 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/wasteland.json @@ -0,0 +1,140 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 0.5, + "hasBiomeEssence": true, + "variationBelow": 1.0, + "variationAbove": 5.0, + "seaFloorBlock": { + "block": "biomesoplenty:dried_sand", + "properties": {} + }, + "fillerBlock": { + "block": "biomesoplenty:dried_sand", + "properties": {} + }, + "averageHeight": 66.0, + "topBlock": { + "block": "biomesoplenty:dried_sand", + "properties": {} + }, + "fogColor": 14409153, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.05, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_grass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadgrass" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "poison_lakes": { + "liquid": { + "block": "biomesoplenty:poison", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.05, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.05, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:dried_sand", + "properties": {} + } + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "trees": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "wasteland": 50 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/wetland.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/wetland.json new file mode 100644 index 0000000..17e0466 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/wetland.json @@ -0,0 +1,326 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 15.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 8.0, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "trees": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.35, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 10.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.7, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "sugar_cane": { + "minHeight": 1, + "with": { + "block": "minecraft:reeds", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 1.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 8, + "amountPerChunk": 6.0, + "enable": true + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 2.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "wet_temperate": 7, + "cold_swamp": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/white_beach.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/white_beach.json new file mode 100644 index 0000000..77f3714 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/white_beach.json @@ -0,0 +1,64 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": 507391, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 1.0, + "variationAbove": 1.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:white_sand", + "properties": {} + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:white_sand", + "properties": {} + }, + "fogColor": 11925759, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/woodland.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/woodland.json new file mode 100644 index 0000000..3ee0b98 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/woodland.json @@ -0,0 +1,214 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.4, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 2.0, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.4, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "warm_temperate": 10 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/xeric_shrubland.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/xeric_shrubland.json new file mode 100644 index 0000000..ab7b114 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/biomesoplenty/xeric_shrubland.json @@ -0,0 +1,145 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 1.0, + "variationAbove": 5.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "dunegrass": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "dunegrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 10.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_bushes": { + "with": { + "block": "minecraft:deadbush", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "grass": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "desert_sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertsprouts" + } + }, + "generationAttempts": 8, + "amountPerChunk": 4.0, + "enable": true + }, + "bromeliad": { + "with": { + "block": "biomesoplenty:flower_0", + "properties": { + "variant": "bromeliad" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 2.0, + "enable": true + }, + "trees": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "hot_desert": 3 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/beaches.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/beaches.json new file mode 100644 index 0000000..4c9c3fc --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/beaches.json @@ -0,0 +1,57 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "sea_oats": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "sea_oats" + } + }, + "generationAttempts": 96, + "amountPerChunk": 6.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "sea_oats" + } + } + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json new file mode 100644 index 0000000..6aff7e3 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json @@ -0,0 +1,134 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.05, + "enable": true + }, + "grass": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/birch_forest_hills.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/birch_forest_hills.json new file mode 100644 index 0000000..6aff7e3 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/birch_forest_hills.json @@ -0,0 +1,134 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.05, + "enable": true + }, + "grass": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/desert.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/desert.json new file mode 100644 index 0000000..0db02f0 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/desert.json @@ -0,0 +1,77 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.25, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "quicksand": { + "liquid": { + "block": "biomesoplenty:sand", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.2, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/desert_hills.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/desert_hills.json new file mode 100644 index 0000000..3e311b8 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/desert_hills.json @@ -0,0 +1,61 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.25, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills.json new file mode 100644 index 0000000..e859f53 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills.json @@ -0,0 +1,70 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills_with_trees.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills_with_trees.json new file mode 100644 index 0000000..e859f53 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills_with_trees.json @@ -0,0 +1,70 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/forest.json new file mode 100644 index 0000000..fe22078 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/forest.json @@ -0,0 +1,156 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/forest_hills.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/forest_hills.json new file mode 100644 index 0000000..f5f8825 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/forest_hills.json @@ -0,0 +1,156 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/hell.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/hell.json new file mode 100644 index 0000000..92c2451 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/hell.json @@ -0,0 +1,47 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/ice_flats.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/ice_flats.json new file mode 100644 index 0000000..8555983 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/ice_flats.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/ice_mountains.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/ice_mountains.json new file mode 100644 index 0000000..8555983 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/ice_mountains.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/jungle.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/jungle.json new file mode 100644 index 0000000..f777a48 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/jungle.json @@ -0,0 +1,93 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.8, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 5.0, + "enable": true, + "generators": {} + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.5, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/jungle_hills.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/jungle_hills.json new file mode 100644 index 0000000..f777a48 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/jungle_hills.json @@ -0,0 +1,93 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.8, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 5.0, + "enable": true, + "generators": {} + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.5, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mesa.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mesa.json new file mode 100644 index 0000000..b3301f8 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mesa.json @@ -0,0 +1,72 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.3, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mesa_clear_rock.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mesa_clear_rock.json new file mode 100644 index 0000000..b3301f8 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mesa_clear_rock.json @@ -0,0 +1,72 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.3, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mushroom_island.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mushroom_island.json new file mode 100644 index 0000000..5d76ae4 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mushroom_island.json @@ -0,0 +1,105 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "glowshrooms_surface": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "portobellos": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "portobello" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "sapphire": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "sapphire" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mutated_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mutated_forest.json new file mode 100644 index 0000000..96df15b --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/mutated_forest.json @@ -0,0 +1,139 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.05, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.05, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/ocean.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/ocean.json new file mode 100644 index 0000000..db09736 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/ocean.json @@ -0,0 +1,50 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sapphire": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "sapphire" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/plains.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/plains.json new file mode 100644 index 0000000..8c618d2 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/plains.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 5.0, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga.json new file mode 100644 index 0000000..ee6d3bc --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga_hills.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga_hills.json new file mode 100644 index 0000000..ee6d3bc --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga_hills.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/roofed_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/roofed_forest.json new file mode 100644 index 0000000..594c431 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/roofed_forest.json @@ -0,0 +1,66 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/savanna.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/savanna.json new file mode 100644 index 0000000..0fd1855 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/savanna.json @@ -0,0 +1,76 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.8, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "quicksand": { + "liquid": { + "block": "biomesoplenty:sand", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/savanna_rock.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/savanna_rock.json new file mode 100644 index 0000000..2fdba63 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/savanna_rock.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.8, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/sky.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/sky.json new file mode 100644 index 0000000..94a62f9 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/sky.json @@ -0,0 +1,71 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "crystals": { + "maxDepth": 11, + "with": { + "block": "biomesoplenty:crystal", + "properties": {} + }, + "maxRadius": 7, + "generationAttempts": 1500, + "amountPerChunk": 12.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "amethyst": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amethyst" + } + }, + "amountPerChunk": 24.0, + "maxHeight": 32, + "enable": true + }, + "biome_essence": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:biome_block", + "properties": {} + }, + "amountPerChunk": 24.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/swampland.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/swampland.json new file mode 100644 index 0000000..bbf1f0f --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/swampland.json @@ -0,0 +1,195 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 6.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.6, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 10.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.2, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 8.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga.json new file mode 100644 index 0000000..ee6d3bc --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold.json new file mode 100644 index 0000000..c38bf91 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold_hills.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold_hills.json new file mode 100644 index 0000000..c38bf91 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold_hills.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga_hills.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga_hills.json new file mode 100644 index 0000000..ee6d3bc --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/defaults/vanilla/taiga_hills.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/fungi_forest.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/fungi_forest.json new file mode 100644 index 0000000..3e1ee6c --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/fungi_forest.json @@ -0,0 +1,103 @@ +{ + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "big_brown_mushroom": { + "minHeight": 5, + "maxHeight": 8, + "amountPerChunk": 2.0, + "enable": true + }, + "glowshroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 2.0, + "enable": true + }, + "big_red_mushroom": { + "minHeight": 5, + "maxHeight": 10, + "amountPerChunk": 30.0, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 5.0, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": { + "hell": 2 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/hell.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/hell.json new file mode 100644 index 0000000..92c2451 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/hell.json @@ -0,0 +1,47 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/phantasmagoric_inferno.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/phantasmagoric_inferno.json new file mode 100644 index 0000000..8853d41 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/phantasmagoric_inferno.json @@ -0,0 +1,81 @@ +{ + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fillerBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "blue_fire": { + "with": { + "block": "biomesoplenty:blue_fire", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + }, + "lava_lakes": { + "liquid": { + "block": "minecraft:lava", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 4.0, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "fire": { + "with": { + "block": "minecraft:fire", + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/undergarden.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/undergarden.json new file mode 100644 index 0000000..3ca8c73 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/undergarden.json @@ -0,0 +1,124 @@ +{ + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_netherrack" + } + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "netherrack_splatter": { + "with": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generationAttempts": 128, + "amountPerChunk": 7.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + }, + "grass": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 2.0, + "enable": true + }, + "ivy": { + "minHeight": 8, + "with": { + "block": "biomesoplenty:ivy", + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 128, + "amountPerChunk": 25.0, + "maxHeight": 20, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.5, + "enable": true + } + }, + "weights": { + "hell": 1 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/biomes/visceral_heap.json b/server-patches/v0.3.0/config/biomesoplenty/biomes/visceral_heap.json new file mode 100644 index 0000000..e0efbe7 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/biomes/visceral_heap.json @@ -0,0 +1,89 @@ +{ + "wallBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "fillerBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "blood_pools": { + "liquid": { + "block": "biomesoplenty:blood", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 6.0, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "eyebulbs": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "eyebulb" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "eyebulb" + } + } + }, + "bones": { + "minHeight": 1, + "with": { + "block": "minecraft:bone_block", + "properties": { + "axis": "y" + } + }, + "generationAttempts": 12, + "amountPerChunk": 1.5, + "maxHeight": 4, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/biomesoplenty/gameplay.cfg b/server-patches/v0.3.0/config/biomesoplenty/gameplay.cfg new file mode 100644 index 0000000..b648d29 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/gameplay.cfg @@ -0,0 +1,8 @@ +# Configuration file + +"convenience settings" { + # Require shears to be used to collect flower drops. [default: false] + B:"Flower Drops Need Shears"=false +} + + diff --git a/server-patches/v0.3.0/config/biomesoplenty/misc.cfg b/server-patches/v0.3.0/config/biomesoplenty/misc.cfg new file mode 100644 index 0000000..caae7e0 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/misc.cfg @@ -0,0 +1,17 @@ +# Configuration file + +"gui settings" { + # Use the Biomes O' Plenty World Type by default when selecting a world. [default: false] + B:"Default to BoP World Type"=false +} + + +"visual settings" { + # Override the main menu panorama and use ours instead (It's nicer!) [default: true] + B:"Enable Biomes O' Plenty Main Menu Panorama"=true + + # Enable fog colouring in some biomes. [default: true] + B:"Enable Fog Colouration"=true +} + + diff --git a/server-patches/v0.3.0/config/biomesoplenty/world.json b/server-patches/v0.3.0/config/biomesoplenty/world.json new file mode 100644 index 0000000..dfeea54 --- /dev/null +++ b/server-patches/v0.3.0/config/biomesoplenty/world.json @@ -0,0 +1,32 @@ +{ + "landScheme": "vanilla", + "tempScheme": "medium_zones", + "rainScheme": "medium_zones", + "biomeSize": "medium", + "amplitude": 1, + "generateBopOre": false, + "generateBopSoils": true, + "generateBopTrees": true, + "generateBopGrasses": true, + "generateBopFoliage": true, + "generateBopFlowers": true, + "generateBopPlants": true, + "generateBopWaterPlants": true, + "generateBopMushrooms": true, + "generateRockFormations": true, + "generatePoisonIvy": false, + "generateBerryBushes": true, + "generateThorns": true, + "generateQuicksand": true, + "generateLiquidPoison": true, + "generateHotSprings": true, + "generateNetherHives": true, + "generateEndFeatures": true, + "mainNoiseScaleX": 80, + "mainNoiseScaleY": 160, + "mainNoiseScaleZ": 80, + "coordinateScale": 684.412, + "heightScale": 684.412, + "upperLimitScale": 512, + "lowerLimitScale": 512 +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/carryon.cfg b/server-patches/v0.3.0/config/carryon.cfg new file mode 100644 index 0000000..804d25e --- /dev/null +++ b/server-patches/v0.3.0/config/carryon.cfg @@ -0,0 +1,339 @@ +# Configuration file + +general { + + ########################################################################################################## + # settings + #--------------------------------------------------------------------------------------------------------# + # General Mod Settings + ########################################################################################################## + + settings { + # Allow babies to be carried even when adult mob is blacklisted (or not whitelisted) + B:allowBabies=false + + # Slowness multiplier for blocks + D:blockSlownessMultiplier=1.0 + + # Whether the player drops the carried object when hit or not + B:dropCarriedWhenHit=false + + # Whether entities' size matters when stacking or not + B:entitySizeMattersStacking=true + + # Slowness multiplier for entities + D:entitySlownessMultiplier=1.0 + + # If the front of the Tile Entities should face the player or should face outward + B:facePlayer=false + + # Larger Entities slow down the player more + B:heavyEntities=true + + # More complex Tile Entities slow down the player more + B:heavyTiles=true + + # Whether the player can hit blocks and entities while carrying or not + B:hitWhileCarrying=false + + # Maximum distance from where Blocks and Entities can be picked up + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:maxDistance=2.5 + + # Max height of entities that can be picked up in survival mode + # Min: 0.0 + # Max: 10.0 + D:maxEntityHeight=1.5 + + # Maximum stack limit for entities + # Min: 1 + # Max: 2147483647 + I:maxEntityStackLimit=10 + + # Max width of entities that can be picked up in survival mode + # Min: 0.0 + # Max: 10.0 + D:maxEntityWidth=1.5 + + # Allow all blocks to be picked up, not just Tile Entites + B:pickupAllBlocks=false + + # Whether hostile mobs should be able to picked up in survival mode + B:pickupHostileMobs=false + + # Arms should render on sides when carrying + B:renderArms=true + + # Whether Blocks and Entities slow the creative player down when carried + B:slownessInCreative=true + + # Allows entities to be stacked using Carry On + B:stackableEntities=true + + # Whether tamed hostile mobs should be exempt from the above + B:tamedHostileMobExemption=true + + # Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance + B:useScripts=false + + # Use Whitelist instead of Blacklist for Blocks + B:useWhitelistBlocks=false + + # Use Whitelist instead of Blacklist for Entities + B:useWhitelistEntities=false + + # Use Whitelist instead of Blacklist for Stacking + B:useWhitelistStacking=false + } + + ########################################################################################################## + # blacklist + #--------------------------------------------------------------------------------------------------------# + # Blacklist for Blocks and Entities + ########################################################################################################## + + blacklist { + # Entities that cannot be picked up + S:forbiddenEntities < + minecraft:ender_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:* + astikorcarts:* + dakimakuramod:* + tektopia:* + > + + # Entities that cannot have other entities stacked on top of them + S:forbiddenStacking < + minecraft:horse + > + + # Tile Entities that cannot be picked up + S:forbiddenTiles < + minecraft:end_portal + minecraft:end_gateway + minecraft:double_plant + minecraft:bed + minecraft:wooden_door + minecraft:iron_door + minecraft:spruce_door + minecraft:birch_door + minecraft:jungle_door + minecraft:acacia_door + minecraft:dark_oak_door + minecraft:waterlily + minecraft:cake + animania:block_trough + animania:invisiblock + colossalchests:* + ic2:* + bigreactors:* + forestry:* + 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:* + torcherino:* + rftools:screenBlock + opencomputers:* + translocators:* + cfm:bath_* + cfm:shower_* + cfm:modern_bed_* + cfm:grand_chair_* + cfm:fridge + cfm:freezer + architecturecraft:* + blockcraftery:* + dakimakuramod:* + stackable:* + placeableitems:* + dumpsterdiving:powergrinder + dumpsterdiving:poweringot + dumpsterdiving:trash_furn + dumpsterdiving:powerprocessor + dumpsterdiving:rep_casing + dumpsterdiving:trash_furn_g + dumpsterdiving:trash_furn_n + *door* + > + } + + ########################################################################################################## + # whitelist + #--------------------------------------------------------------------------------------------------------# + # Whitelist for Blocks and Entities (useWhitelist must be true!) + ########################################################################################################## + + whitelist { + # Blocks that CAN be picked up + S:allowedBlocks < + > + + # Entities that CAN be picked up + S:allowedEntities < + > + + # Entities that CAN have other entities stacked on top of them + S:allowedStacking < + > + } + + ########################################################################################################## + # modeloverrides + #--------------------------------------------------------------------------------------------------------# + # Model Overrides based on NBT or on Meta. Advanced Users Only! + ########################################################################################################## + + modeloverrides { + # Model Overrides based on NBT or on Meta. Advanced Users Only! + S:modelOverrides < + minecraft:lit_furnace->minecraft:furnace + minecraft:hopper->(block)minecraft:hopper + minecraft:unpowered_comparator->(block)minecraft:unpowered_comparator + minecraft:unpowered_repeater->(block)minecraft:unpowered_repeater + minecraft:powered_comparator->(block)minecraft:powered_comparator + minecraft:powered_repeater->(block)minecraft:powered_repeater + minecraft:cauldron->(block)minecraft:cauldron + minecraft:brewing_stand->(item)minecraft:brewing_stand + minecraft:tallgrass;1->(item)minecraft:tallgrass;1 + minecraft:tallgrass;2->(item)minecraft:tallgrass;2 + minecraft:flower_pot->(block)minecraft:flower_pot + minecraft:leaves2->(item)minecraft:leaves2 + minecraft:reeds->(block)minecraft:reeds + minecraft:daylight_detector_inverted->minecraft:daylight_detector + minecraft:standing_sign->(item)minecraft:sign + minecraft:wall_sign->(item)minecraft:sign + minecraft:redstone_wire->(item)minecraft:redstone + quark:custom_chest{type:"spruce"}->quark:custom_chest;0 + quark:custom_chest{type:"birch"}->quark:custom_chest;1 + quark:custom_chest{type:"jungle"}->quark:custom_chest;2 + quark:custom_chest{type:"acacia"}->quark:custom_chest;3 + quark:custom_chest{type:"dark_oak"}->quark:custom_chest;4 + quark:custom_chest_trap{type:"spruce"}->quark:custom_chest_trap;0 + quark:custom_chest_trap{type:"birch"}->quark:custom_chest_trap;1 + quark:custom_chest_trap{type:"jungle"}->quark:custom_chest_trap;2 + quark:custom_chest_trap{type:"acacia"}->quark:custom_chest_trap;3 + quark:custom_chest_trap{type:"dark_oak"}->quark:custom_chest_trap;4 + storagedrawers:basicdrawers;0{Mat:"spruce"}->storagedrawers:basicdrawers;0{material:"spruce"} + storagedrawers:basicdrawers;0{Mat:"birch"}->storagedrawers:basicdrawers;0{material:"birch"} + storagedrawers:basicdrawers;0{Mat:"jungle"}->storagedrawers:basicdrawers;0{material:"jungle"} + storagedrawers:basicdrawers;0{Mat:"acacia"}->storagedrawers:basicdrawers;0{material:"acacia"} + storagedrawers:basicdrawers;0{Mat:"dark_oak"}->storagedrawers:basicdrawers;0{material:"dark_oak"} + storagedrawers:basicdrawers;1{Mat:"spruce"}->storagedrawers:basicdrawers;1{material:"spruce"} + storagedrawers:basicdrawers;1{Mat:"birch"}->storagedrawers:basicdrawers;1{material:"birch"} + storagedrawers:basicdrawers;1{Mat:"jungle"}->storagedrawers:basicdrawers;1{material:"jungle"} + storagedrawers:basicdrawers;1{Mat:"acacia"}->storagedrawers:basicdrawers;1{material:"acacia"} + storagedrawers:basicdrawers;1{Mat:"dark_oak"}->storagedrawers:basicdrawers;1{material:"dark_oak"} + storagedrawers:basicdrawers;2{Mat:"spruce"}->storagedrawers:basicdrawers;2{material:"spruce"} + storagedrawers:basicdrawers;2{Mat:"birch"}->storagedrawers:basicdrawers;2{material:"birch"} + storagedrawers:basicdrawers;2{Mat:"jungle"}->storagedrawers:basicdrawers;2{material:"jungle"} + storagedrawers:basicdrawers;2{Mat:"acacia"}->storagedrawers:basicdrawers;2{material:"acacia"} + storagedrawers:basicdrawers;2{Mat:"dark_oak"}->storagedrawers:basicdrawers;2{material:"dark_oak"} + storagedrawers:basicdrawers;3{Mat:"spruce"}->storagedrawers:basicdrawers;3{material:"spruce"} + storagedrawers:basicdrawers;3{Mat:"birch"}->storagedrawers:basicdrawers;3{material:"birch"} + storagedrawers:basicdrawers;3{Mat:"jungle"}->storagedrawers:basicdrawers;3{material:"jungle"} + storagedrawers:basicdrawers;3{Mat:"acacia"}->storagedrawers:basicdrawers;3{material:"acacia"} + storagedrawers:basicdrawers;3{Mat:"dark_oak"}->storagedrawers:basicdrawers;3{material:"dark_oak"} + storagedrawers:basicdrawers;4{Mat:"spruce"}->storagedrawers:basicdrawers;4{material:"spruce"} + storagedrawers:basicdrawers;4{Mat:"birch"}->storagedrawers:basicdrawers;4{material:"birch"} + storagedrawers:basicdrawers;4{Mat:"jungle"}->storagedrawers:basicdrawers;4{material:"jungle"} + storagedrawers:basicdrawers;4{Mat:"acacia"}->storagedrawers:basicdrawers;4{material:"acacia"} + storagedrawers:basicdrawers;4{Mat:"dark_oak"}->storagedrawers:basicdrawers;4{material:"dark_oak"} + animania:block_nest->(block)animania:block_nest + animania:cheese_mold;0->(block)animania:cheese_mold;0 + animania:cheese_mold;1->(block)animania:cheese_mold;1 + animania:cheese_mold;2->(block)animania:cheese_mold;2 + animania:cheese_mold;3->(block)animania:cheese_mold;3 + animania:cheese_mold;4->(block)animania:cheese_mold;4 + animania:cheese_mold;5->(block)animania:cheese_mold;5 + animania:cheese_mold;6->(block)animania:cheese_mold;6 + animania:cheese_mold;7->(block)animania:cheese_mold;7 + animania:cheese_mold;8->(block)animania:cheese_mold;8 + animania:cheese_mold;9->(block)animania:cheese_mold;9 + animania:cheese_mold;10->(block)animania:cheese_mold;10 + > + } + + ########################################################################################################## + # custompickupconditions + #--------------------------------------------------------------------------------------------------------# + # Custom Pickup Conditions for certain blocks. ONLY WORKS WHEN GAMESTAGES IS INSTALLED! Advanced Users Only! + ########################################################################################################## + + custompickupconditions { + # Custom Pickup Conditions for Blocks + S:customPickupConditionsBlocks < + > + + # Custom Pickup Conditions for Entities + S:customPickupConditionsEntities < + > + } + +} + + diff --git a/server-patches/v0.3.0/config/cfm.cfg b/server-patches/v0.3.0/config/cfm.cfg new file mode 100644 index 0000000..106d011 --- /dev/null +++ b/server-patches/v0.3.0/config/cfm.cfg @@ -0,0 +1,306 @@ +# Configuration file + +########################################################################################################## +# recipe-api +#--------------------------------------------------------------------------------------------------------# +# RecipeAPI Configuration. How to use: http://mrcrayfishs-furniture-mod.wikia.com/wiki/Configuration +########################################################################################################## + +recipe-api { + # Insert custom recipes here [default: ] + S:custom-recipes < + > +} + + +########################################################################################################## +# recipe-settings +#--------------------------------------------------------------------------------------------------------# +# Enabled or disable the default recipes +########################################################################################################## + +recipe-settings { + # Fruit Crush [default: true] + B:blender-1=true + + # Veggie Juice [default: true] + B:blender-2=true + + # Fishy Blend [default: true] + B:blender-3=true + + # Energy Drink [default: true] + B:blender-4=true + + # Bread -> 6 Bread Slices [default: true] + B:chopping-board-1=true + + # Bow [default: true] + B:dishwasher-1=true + + # Stone Hoe [default: true] + B:dishwasher-10=true + + # Stone Sword [default: true] + B:dishwasher-11=true + + # Iron Pickaxe [default: true] + B:dishwasher-12=true + + # Iron Axe [default: true] + B:dishwasher-13=true + + # Iron Shovel [default: true] + B:dishwasher-14=true + + # Iron Hoe [default: true] + B:dishwasher-15=true + + # Iron Sword [default: true] + B:dishwasher-16=true + + # Golden Pickaxe [default: true] + B:dishwasher-17=true + + # Golden Axe [default: true] + B:dishwasher-18=true + + # Golden Shovel [default: true] + B:dishwasher-19=true + + # Wooden Pickaxe [default: true] + B:dishwasher-2=true + + # Golden Hoe [default: true] + B:dishwasher-20=true + + # Golden Sword [default: true] + B:dishwasher-21=true + + # Diamond Pickaxe [default: true] + B:dishwasher-22=true + + # Diamond Axe [default: true] + B:dishwasher-23=true + + # Diamond Shovel [default: true] + B:dishwasher-24=true + + # Diamond Hoe [default: true] + B:dishwasher-25=true + + # Diamond Sword [default: true] + B:dishwasher-26=true + + # Fishing Rod [default: true] + B:dishwasher-27=true + + # Flint and Steel [default: true] + B:dishwasher-28=true + + # Shears [default: true] + B:dishwasher-29=true + + # Wooden Axe [default: true] + B:dishwasher-3=true + + # Shield [default: true] + B:dishwasher-30=true + + # Wooden Shovel [default: true] + B:dishwasher-4=true + + # Wooden Hoe [default: true] + B:dishwasher-5=true + + # Wooden Sword [default: true] + B:dishwasher-6=true + + # Stone Pickaxe [default: true] + B:dishwasher-7=true + + # Stone Axe [default: true] + B:dishwasher-8=true + + # Stone Shovel [default: true] + B:dishwasher-9=true + + # Water Bucket -> Ice [default: true] + B:freezer-1=true + + # Ice -> Packet Ice [default: true] + B:freezer-2=true + + # Lava Bucket -> Obsidian [default: true] + B:freezer-3=true + + # Slime Ball -> Snow Ball [default: true] + B:freezer-4=true + + # Poinsonous Potato -> Potato [default: true] + B:freezer-5=true + + # Rotten Flesh -> Flesh [default: true] + B:freezer-6=true + + # Beef -> Cooked Beef [default: true] + B:grill-1=true + + # Sausage -> Cooked Sausage [default: true] + B:grill-2=true + + # Raw Kebab -> Cooked Kebab [default: true] + B:grill-3=true + + # Beef -> Cooked Beef [default: true] + B:microwave-1=true + + # Potato -> Baked Potato [default: true] + B:microwave-2=true + + # 16 Hardened Clay for 1 Emerald [default: true] + B:minebay-1=true + + # 1 Recipe Book for 1 Emerald [default: true] + B:minebay-10=true + + # 1 Skeleton Skull for 8 Emeralds [default: true] + B:minebay-2=true + + # 1 Saddle for 4 Emeralds [default: true] + B:minebay-3=true + + # 1 Horse Spawn Egg for 8 Emeralds [default: true] + B:minebay-4=true + + # 1 Diamond Horse Armour for 8 Diamonds [default: true] + B:minebay-5=true + + # 1 Experience Bottle for 1 Iron Ingot [default: true] + B:minebay-6=true + + # 4 Christmas Firework for 1 Iron Ingot [default: true] + B:minebay-7=true + + # 1 Silk Touch Book for 8 Emeralds [default: true] + B:minebay-8=true + + # 2 Night Vision Potion for 1 Emerald [default: true] + B:minebay-9=true + + # Beef -> Cooked Beef [default: true] + B:oven-1=true + + # Porkchop -> Cooked Porkchop [default: true] + B:oven-2=true + + # Potato -> Cooked Potato [default: true] + B:oven-3=true + + # Chicken -> Cooked Chicken [default: true] + B:oven-4=true + + # Raw Fish -> Cooked Fish [default: true] + B:oven-5=true + + # Raw Salmon -> Cooked Salmon [default: true] + B:oven-6=true + + # Flesh -> Cooked Flesh [default: true] + B:oven-7=true + + # Enchanted Book [default: true] + B:printer-1=true + + # Written Book [default: true] + B:printer-2=true + + # Bread Slice -> Toast [default: true] + B:toast-2=true + + # Leather Helmet [default: true] + B:washing-machine-1=true + + # Iron Chestplate [default: true] + B:washing-machine-10=true + + # Iron Leggings [default: true] + B:washing-machine-11=true + + # Iron Boots [default: true] + B:washing-machine-12=true + + # Golden Helmet [default: true] + B:washing-machine-13=true + + # Golden Chestplate [default: true] + B:washing-machine-14=true + + # Golden Leggings [default: true] + B:washing-machine-15=true + + # Golden Boots [default: true] + B:washing-machine-16=true + + # Diamond Helmet [default: true] + B:washing-machine-17=true + + # Diamond Chestplate [default: true] + B:washing-machine-18=true + + # Diamond Leggings [default: true] + B:washing-machine-19=true + + # Leather Chestplate [default: true] + B:washing-machine-2=true + + # Diamond Boots [default: true] + B:washing-machine-20=true + + # Elytra [default: true] + B:washing-machine-21=true + + # Leather Leggings [default: true] + B:washing-machine-3=true + + # Leather Boots [default: true] + B:washing-machine-4=true + + # Chainmail Helmet [default: true] + B:washing-machine-5=true + + # Chainmail Chestplate [default: true] + B:washing-machine-6=true + + # Chainmail Leggings [default: true] + B:washing-machine-7=true + + # Chainmail Boots [default: true] + B:washing-machine-8=true + + # Iron Helmet [default: true] + B:washing-machine-9=true +} + + +settings { + # Set whether the mirror should render clouds. [default: false] + B:mirror-clouds=false + + # Determines whether the mirror will be rendered. [default: true] + B:mirror-enabled=true + + # Sets the field of view for the mirror. [range: 10.0 ~ 100.0, default: 80.0] + S:mirror-fov=80.0 + + # Sets the resolution for the mirror. High number means better quality but worse performace. [range: 16 ~ 512, default: 64] + I:mirror-quality=64 + + # If true, prints out information about RecipeAPI. Recommended 'true' for people trying to add custom recipes. [default: false] + B:recipe-api-debug=false + + # Enabled or disable the welcome message [default: true] + B:welcome_message=false +} + + diff --git a/server-patches/v0.3.0/config/chiselsandbits.cfg b/server-patches/v0.3.0/config/chiselsandbits.cfg new file mode 100644 index 0000000..3b0f23f --- /dev/null +++ b/server-patches/v0.3.0/config/chiselsandbits.cfg @@ -0,0 +1,439 @@ +# Configuration file + +"balance settings" { + I:bagStackSize=512 + D:bitLightPercentage=6.25 + B:blacklistTickingBlocks=false + B:compatabilityMode=true + B:damageTools=true + I:diamondChiselUses=796480 + I:diamondSawUses=7980 + B:enableBitLightSource=true + B:enableChiselToolHarvestCheck=true + S:enableChiselToolHarvestCheckTools=pickaxe,axe,shovel + B:enableSetBitCommand=false + B:enableToolHarvestLevels=true + B:fullBlockCrafting=true + I:goldChiselUses=1024 + I:ironChiselUses=293440 + D:maxDrawnRegionSize=4.0 + B:requireBagSpace=false + I:stoneChiselUses=8384 + B:voidExcessBits=false + I:wrenchUses=1888 +} + + +"client performance settings" { + B:defaultToDynamicRenderer=false + I:dynamicMaxConcurrentTessalators=32 + I:dynamicModelFaceCount=40 + B:dynamicModelMinimizeLatancy=true + I:dynamicModelRange=128 + B:dynamicRenderFullChunksOnly=true + B:forceDynamicRenderer=false + I:maxMillisecondsPerBlock=10 + I:maxMillisecondsUploadingPerFrame=15 + I:minimizeLatancyMaxTime=100 + S:useVBO=AUTOMATIC +} + + +"client settings" { + B:addBrokenBlocksToCreativeClipboard=true + B:chatModeNotification=false + I:creativeClipboardSize=32 + B:displayMeasuringTapeInChat=false + B:enableChiselMode_ConnectedMaterial=true + B:enableChiselMode_ConnectedPlane=true + B:enableChiselMode_DrawnRegion=true + B:enableChiselMode_LargeCube=true + B:enableChiselMode_Line=true + B:enableChiselMode_MediumCube=true + B:enableChiselMode_Plane=true + B:enableChiselMode_SameMaterial=true + B:enableChiselMode_SmallCube=true + B:enableChiselMode_Snap2=true + B:enableChiselMode_Snap4=true + B:enableChiselMode_Snap8=true + B:enablePositivePatternMode_Additive=true + B:enablePositivePatternMode_Impose=true + B:enablePositivePatternMode_Placement=true + B:enablePositivePatternMode_Replace=true + B:enableRightClickModeChange=false + B:enableTapeMeasure_Bit=true + B:enableTapeMeasure_Block=true + B:enableTapeMeasure_Distance=true + B:enableToolbarIcons=true + B:fluidBitsAreClickThrough=true + B:invertBitBagFullness=false + B:itemNameModeDisplay=true + I:maxTapeMeasures=5 + I:maxUndoLevel=32 + B:perChiselMode=true + B:persistCreativeClipboard=true + D:radialMenuVolume=0.10000000149011612 + B:showUsage=true +} + + +crafting { + B:enableChiselCrafting=true + B:enableNegativePrintInversionCrafting=true + B:enablePositivePrintCrafting=true + B:enableStackableCrafting=true +} + + +"enabled blocks" { + B:allthelayers.candles.init.blocks.decorations.ATLCraftDecoBlockSolid=true + B:alsender.earthworks.block.Block_Chalk=true + B:alsender.earthworks.block.Block_Gabion=true + B:alsender.earthworks.block.Block_Wood_Shingle=true + B:alsender.earthworks.block.ModBlock=true + B:alsender.earthworks.block.ModBlockFacing=true + B:alsender.earthworks.block.ModRotatedPillar=true + B:alsender.earthworks.block.timber.Daub_Cob=true + B:alsender.earthworks.block.timber.Plaster=true + B:appeng.block.misc.BlockQuartzFixture=true + B:appeng.block.misc.BlockTinyTNT=true + B:appeng.decorative.solid.BlockChargedQuartzOre=true + B:appeng.decorative.solid.BlockChiseledQuartz=true + B:appeng.decorative.solid.BlockFluix=true + B:appeng.decorative.solid.BlockQuartz=true + B:appeng.decorative.solid.BlockQuartzGlass=true + B:appeng.decorative.solid.BlockQuartzLamp=true + B:appeng.decorative.solid.BlockQuartzOre=true + B:appeng.decorative.solid.BlockQuartzPillar=true + B:appeng.decorative.solid.BlockSkyStone=true + B:biomesoplenty.common.block.BlockBOPAsh=true + B:biomesoplenty.common.block.BlockBOPBiomeBlock=true + B:biomesoplenty.common.block.BlockBOPCrystal=true + B:biomesoplenty.common.block.BlockBOPGem=true + B:biomesoplenty.common.block.BlockBOPGemOre=true + B:biomesoplenty.common.block.BlockBOPGeneric=true + B:biomesoplenty.common.block.BlockBOPHive=true + B:biomesoplenty.common.block.BlockBOPLog=true + B:biomesoplenty.common.block.BlockBOPPlanks=true + B:biomesoplenty.common.block.BlockBOPWhiteSand=true + B:biomesoplenty.common.block.BlockBOPWhiteSandstone=true + B:ca.zenotek.sentek.blocks.BlockCore=true + B:ca.zenotek.sentek.blocks.BlockNode=true + B:cofh.thermalfoundation.block.BlockOre=true + B:cofh.thermalfoundation.block.BlockOreFluid=true + B:cofh.thermalfoundation.block.BlockRockwool=true + B:cofh.thermalfoundation.block.BlockStorage=true + B:cofh.thermalfoundation.block.BlockStorageAlloy=true + B:cofh.thermalfoundation.block.BlockStorageResource=true + B:com.animania.common.blocks.BlockAnimaniaWool=true + B:com.aranaira.arcanearchives.blocks.StorageRawQuartz=true + B:com.aranaira.arcanearchives.blocks.StorageShapedQuartz=true + B:com.bewitchment.common.block.BlockPurifyingEarth=true + B:com.bewitchment.common.block.util.ModBlock=true + B:com.bewitchment.common.block.util.ModBlockOre=true + B:com.bewitchment.common.block.util.ModBlockPillar=true + B:com.bewitchment.common.integration.chisel.ModBlockChisel=true + B:"com.broulf.netherbackport.block.BlockAncientDebris$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockBasalt$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockBlackstone$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockChiseledNetherBricks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockChiseledPolishedBlackstone$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrackedNetherBricks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrackedPolishedBlackstoneBricks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrimsonHyphae$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrimsonNylium$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrimsonPlanks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockCrimsonStem$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockLodestone$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockNetherGoldOre$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockNetheriteBlock$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockPolishedBasalt$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockPolishedBlackstone$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockPolishedBlackstoneBricks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockQuartzBricks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockRespawnAnchor$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockShroomlight$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockSoulSoil$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockWarpedHyphae$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockWarpedNylium$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockWarpedPlanks$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockWarpedStem$BlockCustom"=true + B:"com.broulf.netherbackport.block.BlockWarpedWartBlock$BlockCustom"=true + B:com.jaquadro.minecraft.storagedrawers.block.BlockTrim=true + B:com.mrcrayfish.furniture.blocks.BlockInflatableCastle=true + B:com.pam.harvestcraft.blocks.blocks.BeeBlock=true + B:com.pam.harvestcraft.blocks.blocks.WellBlock=true + B:com.personthecat.orestonevariants.blocks.BaseOreVariant=true + B:com.rwtema.extrautils2.blocks.BlockAngelBlock=true + B:com.rwtema.extrautils2.blocks.BlockCompressed=true + B:com.rwtema.extrautils2.blocks.BlockDecorativeGlass=true + B:com.rwtema.extrautils2.blocks.BlockDecorativeSolid=true + B:com.rwtema.extrautils2.blocks.BlockDecorativeSolidWood=true + B:com.rwtema.extrautils2.blocks.BlockRedstoneClock=true + B:com.rwtema.extrautils2.blocks.BlockSimpleDecorative=true + B:"com.rwtema.extrautils2.blocks.XUTree$XUTreePlanks"=true + B:com.yogpc.qp.block.BlockController=true + B:com.yogpc.qp.block.BlockMover=true + B:crazypants.enderio.base.block.darksteel.obsidian.BlockReinforcedObsidian=true + B:crazypants.enderio.base.block.decoration.BlockDecoration=true + B:crazypants.enderio.base.block.decoration.BlockDecorationFacing=true + B:crazypants.enderio.base.block.infinity.BlockInfinity=true + B:crazypants.enderio.base.block.insulation.BlockIndustrialInsulation=true + B:crazypants.enderio.base.material.alloy.BlockAlloy=true + B:crazypants.enderio.base.material.alloy.endergy.BlockEndergyAlloy=true + B:elucent.gravelores.block.BlockGravelOre=true + B:growthcraft.apples.common.block.BlockAppleLog=true + B:growthcraft.apples.common.block.BlockApplePlanks=true + B:growthcraft.bamboo.common.block.BlockBambooPlank=true + B:growthcraft.cellar.common.block.BlockCorkLog=true + B:growthcraft.core.common.block.BlockSalt=true + B:growthcraft.core.common.block.BlockSaltOre=true + B:hellfirepvp.astralsorcery.common.block.BlockBlackMarble=true + B:hellfirepvp.astralsorcery.common.block.BlockCustomOre=true + B:hellfirepvp.astralsorcery.common.block.BlockCustomSandOre=true + B:hellfirepvp.astralsorcery.common.block.BlockInfusedWood=true + B:hellfirepvp.astralsorcery.common.block.BlockMarble=true + B:knightminer.ceramics.blocks.BlockClayHard=true + B:knightminer.ceramics.blocks.BlockClayRainbow=true + B:knightminer.ceramics.blocks.BlockClaySoft=true + B:knightminer.ceramics.blocks.BlockStained=true + B:knightminer.tcomplement.steelworks.blocks.BlockStorage=true + B:"mekanism.common.block.BlockBasic$1"=true + B:mekanism.common.block.BlockOre=true + B:mekanism.common.block.BlockPlastic=true + B:mekanism.common.block.BlockSalt=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockBasic=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockBasicMoon=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockConcealedRedstone=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockConcealedRepeater=true + B:micdoodle8.mods.galacticraft.planets.asteroids.blocks.BlockBasicAsteroids=true + B:micdoodle8.mods.galacticraft.planets.mars.blocks.BlockBasicMars=true + B:micdoodle8.mods.galacticraft.planets.venus.blocks.BlockBasicVenus=true + B:"nc.block.BlockMeta$BlockCooler"=true + B:"nc.block.BlockMeta$BlockFission"=true + B:"nc.block.BlockMeta$BlockIngot"=true + B:"nc.block.BlockMeta$BlockOre"=true + B:nc.block.NCBlock=true + B:net.minecraft.block.Block=true + B:net.minecraft.block.BlockBone=true + B:net.minecraft.block.BlockBookshelf=true + B:net.minecraft.block.BlockClay=true + B:net.minecraft.block.BlockColored=true + B:net.minecraft.block.BlockCompressedPowered=true + B:net.minecraft.block.BlockConcretePowder=true + B:net.minecraft.block.BlockDirt=true + B:net.minecraft.block.BlockGlass=true + B:net.minecraft.block.BlockGlazedTerracotta=true + B:net.minecraft.block.BlockGlowstone=true + B:net.minecraft.block.BlockGrass=true + B:net.minecraft.block.BlockGravel=true + B:net.minecraft.block.BlockHardenedClay=true + B:net.minecraft.block.BlockHay=true + B:net.minecraft.block.BlockIce=true + B:net.minecraft.block.BlockMelon=true + B:net.minecraft.block.BlockMycelium=true + B:net.minecraft.block.BlockNetherBrick=true + B:net.minecraft.block.BlockNetherrack=true + B:net.minecraft.block.BlockNewLeaf=true + B:net.minecraft.block.BlockNewLog=true + B:net.minecraft.block.BlockObserver=true + B:net.minecraft.block.BlockObsidian=true + B:net.minecraft.block.BlockOldLeaf=true + B:net.minecraft.block.BlockOldLog=true + B:net.minecraft.block.BlockOre=true + B:net.minecraft.block.BlockPackedIce=true + B:net.minecraft.block.BlockPlanks=true + B:net.minecraft.block.BlockPrismarine=true + B:net.minecraft.block.BlockQuartz=true + B:net.minecraft.block.BlockRedSandstone=true + B:net.minecraft.block.BlockRedstoneLight=true + B:net.minecraft.block.BlockRedstoneOre=true + B:net.minecraft.block.BlockRotatedPillar=true + B:net.minecraft.block.BlockSand=true + B:net.minecraft.block.BlockSandStone=true + B:net.minecraft.block.BlockSeaLantern=true + B:net.minecraft.block.BlockSilverfish=true + B:net.minecraft.block.BlockSnowBlock=true + B:net.minecraft.block.BlockSponge=true + B:net.minecraft.block.BlockStainedGlass=true + B:net.minecraft.block.BlockStainedHardenedClay=true + B:net.minecraft.block.BlockStone=true + B:net.minecraft.block.BlockStoneBrick=true + B:net.minecraft.block.BlockWorkbench=true + B:org.dimdev.dimdoors.shared.blocks.BlockFabric=true + B:ovh.corail.tombstone.block.BlockDarkMarble=true + B:ru.liahim.saltmod.block.SaltOre=true + B:rustic.common.blocks.BlockBase=true + B:rustic.common.blocks.BlockClayWallDiag=true + B:rustic.common.blocks.BlockFertileSoil=true + B:rustic.common.blocks.BlockLogRustic=true + B:rustic.common.blocks.BlockPillar=true + B:rustic.common.blocks.BlockPlanksRustic=true + B:shadows.fastbench.block.BlockFastBench=true + B:slimeknights.tconstruct.gadgets.block.BlockBrownstone=true + B:slimeknights.tconstruct.gadgets.block.BlockDriedClay=true + B:slimeknights.tconstruct.plugin.quark.block.BlockSlimeQuark=true + B:slimeknights.tconstruct.shared.block.BlockClearGlass=true + B:slimeknights.tconstruct.shared.block.BlockClearStainedGlass=true + B:slimeknights.tconstruct.shared.block.BlockDecoGround=true + B:slimeknights.tconstruct.shared.block.BlockFirewood=true + B:slimeknights.tconstruct.shared.block.BlockMetal=true + B:slimeknights.tconstruct.shared.block.BlockOre=true + B:slimeknights.tconstruct.shared.block.BlockSlimeCongealed=true + B:slimeknights.tconstruct.shared.block.BlockSoil=true + B:slimeknights.tconstruct.smeltery.block.BlockSeared=true + B:slimeknights.tconstruct.world.block.BlockSlimeDirt=true + B:slimeknights.tconstruct.world.block.BlockSlimeLeaves=true + B:"team.chisel.Features$33$1"=true + B:"team.chisel.Features$34$1"=true + B:"team.chisel.Features$35$1"=true + B:"team.chisel.Features$51$1"=true + B:"team.chisel.Features$59$1"=true + B:"team.chisel.Features$76"=true + B:"team.chisel.Features$8$1"=true + B:team.chisel.common.block.BlockCarvable=true + B:team.chisel.common.block.BlockCarvableCarpet=true + B:teamroots.embers.block.BlockBase=true + B:teamroots.embers.block.BlockQuartzOre=true + B:thaumcraft.common.blocks.basic.BlockMetalTC=true + B:thaumcraft.common.blocks.basic.BlockPlanksTC=true + B:thaumcraft.common.blocks.basic.BlockStonePorous=true + B:thaumcraft.common.blocks.basic.BlockStoneTC=true + B:thaumcraft.common.blocks.misc.BlockFlesh=true + B:thaumcraft.common.blocks.world.ore.BlockOreTC=true + B:thaumcraft.common.blocks.world.plants.BlockLogsTC=true + B:v0id.aw.common.block.AetherBlock=true + B:v0id.aw.common.block.AetherOre=true + B:v0id.aw.common.block.forge.Structure=true + B:vazkii.botania.common.block.BlockBifrostPerm=true + B:vazkii.botania.common.block.BlockDreamwood=true + B:vazkii.botania.common.block.BlockFelPumpkin=true + B:vazkii.botania.common.block.BlockLivingrock=true + B:vazkii.botania.common.block.BlockLivingwood=true + B:vazkii.botania.common.block.BlockManaBomb=true + B:vazkii.botania.common.block.BlockRoot=true + B:vazkii.botania.common.block.BlockStorage=true + B:vazkii.botania.common.block.decor.BlockBlaze=true + B:vazkii.botania.common.block.decor.BlockCustomBrick=true + B:vazkii.botania.common.block.decor.BlockElfGlass=true + B:vazkii.botania.common.block.decor.BlockManaGlass=true + B:vazkii.botania.common.block.decor.BlockPavement=true + B:vazkii.botania.common.block.decor.BlockPetalBlock=true + B:vazkii.botania.common.block.decor.BlockShimmerrock=true + B:vazkii.botania.common.block.decor.BlockShimmerwoodPlanks=true + B:vazkii.botania.common.block.decor.biomestone.BlockBiomeStoneA=true + B:vazkii.botania.common.block.decor.biomestone.BlockBiomeStoneB=true + B:vazkii.botania.common.block.decor.quartz.BlockSpecialQuartz=true + B:vazkii.botania.common.block.mana.BlockAlchemyCatalyst=true + B:vazkii.botania.common.block.mana.BlockConjurationCatalyst=true + B:vazkii.psi.common.block.BlockPsiDecorative=true + B:vazkii.quark.automation.block.BlockGravisand=true + B:vazkii.quark.automation.block.BlockSugar=true + B:vazkii.quark.building.block.BlockBark=true + B:vazkii.quark.building.block.BlockCarvedWood=true + B:vazkii.quark.building.block.BlockCharredNetherBricks=true + B:vazkii.quark.building.block.BlockDuskbound=true + B:vazkii.quark.building.block.BlockDuskboundLantern=true + B:vazkii.quark.building.block.BlockHardenedClayTiles=true + B:vazkii.quark.building.block.BlockIronPlate=true + B:vazkii.quark.building.block.BlockMagmaBricks=true + B:vazkii.quark.building.block.BlockMidori=true + B:vazkii.quark.building.block.BlockMidoriPillar=true + B:vazkii.quark.building.block.BlockNewSandstone=true + B:vazkii.quark.building.block.BlockPolishedNetherrack=true + B:vazkii.quark.building.block.BlockPolishedStone=true + B:vazkii.quark.building.block.BlockQuiltedWool=true + B:vazkii.quark.building.block.BlockReed=true + B:vazkii.quark.building.block.BlockSandyBricks=true + B:vazkii.quark.building.block.BlockSnowBricks=true + B:vazkii.quark.building.block.BlockSoulSandstone=true + B:vazkii.quark.building.block.BlockStainedClayTiles=true + B:vazkii.quark.building.block.BlockStainedPlanks=true + B:vazkii.quark.building.block.BlockSturdyStone=true + B:vazkii.quark.building.block.BlockThatch=true + B:vazkii.quark.building.block.BlockTurf=true + B:vazkii.quark.building.block.BlockVerticalPlanks=true + B:vazkii.quark.building.block.BlockVerticalStainedPlanks=true + B:vazkii.quark.building.block.BlockWorldStoneBricks=true + B:vazkii.quark.building.block.BlockWorldStoneCarved=true + B:vazkii.quark.building.block.BlockWorldStonePavement=true + B:vazkii.quark.decoration.block.BlockBlazeLantern=true + B:vazkii.quark.decoration.block.BlockCharcoal=true + B:vazkii.quark.decoration.block.BlockCustomBookshelf=true + B:vazkii.quark.decoration.block.BlockLitLamp=true + B:vazkii.quark.world.block.BlockBasalt=true + B:vazkii.quark.world.block.BlockBiomeBrick=true + B:vazkii.quark.world.block.BlockBiomeCobblestone=true + B:vazkii.quark.world.block.BlockBiotite=true + B:vazkii.quark.world.block.BlockBiotiteOre=true + B:vazkii.quark.world.block.BlockCrystal=true + B:vazkii.quark.world.block.BlockElderPrismarine=true + B:vazkii.quark.world.block.BlockElderSeaLantern=true + B:vazkii.quark.world.block.BlockJasper=true + B:vazkii.quark.world.block.BlockLimestone=true + B:vazkii.quark.world.block.BlockMarble=true + B:vazkii.quark.world.block.BlockSlate=true + B:zmaster587.advancedRocketry.block.BlockCharcoalLog=true + B:zmaster587.advancedRocketry.block.BlockIntake=true + B:zmaster587.advancedRocketry.block.BlockLinkedHorizontalTexture=true + B:zmaster587.advancedRocketry.block.BlockMiningDrill=true + B:zmaster587.advancedRocketry.block.BlockPlanetSoil=true + B:zmaster587.advancedRocketry.block.plant.BlockAlienPlank=true + B:zmaster587.advancedRocketry.block.plant.BlockAlienWood=true + B:zmaster587.libVulpes.block.BlockOre=true +} + + +"integration settings" { + B:ShowBitsInJEI=false + B:enableMCMultipart=true + B:enableVivecraftCompatibility=false +} + + +items { + B:enableBitBag=true + B:enableBitSaw=true + B:enableBitTank=true + B:enableChisledBits=true + B:enableDiamondChisel=true + B:enableGoldChisel=true + B:enableIronChisel=true + B:enableMirrorPrint=true + B:enableNegativePrint=true + B:enablePositivePrint=true + B:enableStoneChisel=true + B:enableTapeMeasure=true + B:enableWoodenWrench=true +} + + +"revertible states" { + B:"botania%3Alivingrock?variant=brick"=true + B:"botania%3Alivingrock?variant=mossy_brick"=true + B:"chisel%3Acobblestone?variation=1"=true + B:"chisel%3Acobblestone?variation=3"=true + B:"chisel%3Alimestone1?variation=4"=true + B:"chisel%3Alimestone?variation=9"=true + B:"chisel%3Asandstoneyellow?variation=1"=true + B:"chisel%3Astonebrick?variation=9"=true + B:"minecraft%3Adirt?snowy=false&variant=dirt"=true + B:"minecraft%3Agrass?snowy=false"=true + B:"minecraft%3Aleaves?check_decay=false&decayable=false&variant=oak"=true + B:"minecraft%3Alog?axis=y&variant=oak"=true + B:"minecraft%3Aplanks?variant=birch"=true + B:"minecraft%3Astone?variant=granite"=true + B:"minecraft%3Astone?variant=stone"=true +} + + +troubleshooting { + B:disableCustomVertexFormats=false + B:enableAPITestingItem=false + B:enableFaceLightmapExtraction=true + B:logEligibilityErrors=false + B:logTileErrors=false + B:useGetLightValue=true +} + + diff --git a/server-patches/unreleased/config/cofh/core/client.cfg b/server-patches/v0.3.0/config/cofh/core/client.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/core/client.cfg rename to server-patches/v0.3.0/config/cofh/core/client.cfg diff --git a/server-patches/unreleased/config/cofh/core/common.cfg b/server-patches/v0.3.0/config/cofh/core/common.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/core/common.cfg rename to server-patches/v0.3.0/config/cofh/core/common.cfg diff --git a/server-patches/v0.3.0/config/cofh/core/friends.cfg b/server-patches/v0.3.0/config/cofh/core/friends.cfg new file mode 100644 index 0000000..e69de29 diff --git a/server-patches/v0.3.0/config/cofh/thermaldynamics/client.cfg b/server-patches/v0.3.0/config/cofh/thermaldynamics/client.cfg new file mode 100644 index 0000000..c8ee3c9 --- /dev/null +++ b/server-patches/v0.3.0/config/cofh/thermaldynamics/client.cfg @@ -0,0 +1,25 @@ +# Configuration file + +Interface { + # If TRUE, Thermal Dynamics Covers will be shown in JEI. [default: false] + B:CoversInJEI=false + + # If TRUE, Thermal Dynamics Covers will have a Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: true] + B:ItemsInCommonTab=true +} + + +Render { + # This value affects the size of the inner duct model, such as fluids. Lower it if you experience texture z-fighting. + D:InnerModelScaling=0.99 + + # This value affects the size of the inner duct model, such as fluids, on the large (octagonal) ducts. Lower it if you experience texture z-fighting. + D:LargeInnerModelScaling=0.99 +} + + +Version { + S:Identifier=2.5.6 +} + + diff --git a/server-patches/v0.3.0/config/cofh/thermaldynamics/common.cfg b/server-patches/v0.3.0/config/cofh/thermaldynamics/common.cfg new file mode 100644 index 0000000..a1c8943 --- /dev/null +++ b/server-patches/v0.3.0/config/cofh/thermaldynamics/common.cfg @@ -0,0 +1,60 @@ +# Configuration file + +Attachment { + + Servo { + + Basic { + B:RedstoneControl=true + } + + Hardened { + B:RedstoneControl=true + } + + Reinforced { + B:RedstoneControl=true + } + + Signalum { + B:RedstoneControl=true + } + + Resonant { + B:RedstoneControl=true + } + + } + + Cover { + B:Recipe=true + } + +} + + +Duct { + + Energy { + # Adjust this value to change the amount of Energy (in RF/t) that can be received by a Leadstone Fluxduct. This base value will scale with duct level. [range: 100 ~ 10000, default: 1000] + I:BaseTransfer=1000 + } + + Recipes { + B:UseFluidTransposer=true + } + +} + + +General { + # If TRUE, Ducts will display debug information where applicable. [default: false] + B:ShowDebugInfo=false +} + + +Version { + S:Identifier=2.5.6 +} + + diff --git a/server-patches/v0.3.0/config/cofh/thermaldynamics/cover_blacklist.json b/server-patches/v0.3.0/config/cofh/thermaldynamics/cover_blacklist.json new file mode 100644 index 0000000..dc057d3 --- /dev/null +++ b/server-patches/v0.3.0/config/cofh/thermaldynamics/cover_blacklist.json @@ -0,0 +1,51 @@ +[ + {"block": "minecraft:sapling", "meta": false}, + {"block": "minecraft:golden_rail", "meta": 0}, + {"block": "minecraft:detector_rail", "meta": 0}, + {"block": "minecraft:web", "meta": 0}, + {"block": "minecraft:deadbush", "meta": 0}, + {"block": "minecraft:tallgrass", "meta": 1}, + {"block": "minecraft:tallgrass", "meta": 2}, + {"block": "minecraft:yellow_flower", "meta": 0}, + {"block": "minecraft:red_flower", "meta": false}, + {"block": "minecraft:brown_mushroom", "meta": 0}, + {"block": "minecraft:red_mushroom", "meta": 0}, + {"block": "minecraft:torch", "meta": false}, + {"block": "minecraft:ladder", "meta": false}, + {"block": "minecraft:rail", "meta": false}, + {"block": "minecraft:lever", "meta": false}, + {"block": "minecraft:stone_pressure_plate", "meta": 0}, + {"block": "minecraft:wooden_pressure_plate", "meta": 0}, + {"block": "minecraft:redstone_torch", "meta": false}, + {"block": "minecraft:stone_button", "meta": false}, + {"block": "minecraft:snow_layer", "meta": 0}, + {"block": "minecraft:fence", "meta": 0}, + {"block": "minecraft:trapdoor", "meta": 0}, + {"block": "minecraft:vine", "meta": 0}, + {"block": "minecraft:fence_gate", "meta": 0}, + {"block": "minecraft:waterlily", "meta": 0}, + {"block": "minecraft:nether_brick_fence", "meta": 0}, + {"block": "minecraft:cobblestone_wall", "meta": 0}, + {"block": "minecraft:cobblestone_wall", "meta": 1}, + {"block": "minecraft:wooden_button", "meta": 0}, + {"block": "minecraft:anvil", "meta": false}, + {"block": "minecraft:light_weighted_pressure_plate", "meta": 0}, + {"block": "minecraft:heavy_weighted_pressure_plate", "meta": 0}, + {"block": "minecraft:activator_rail", "meta": 0}, + {"block": "minecraft:iron_trapdoor", "meta": 0}, + {"block": "minecraft:carpet", "meta": false}, + {"block": "minecraft:double_plant", "meta": false}, + {"block": "minecraft:spruce_fence_gate", "meta": 0}, + {"block": "minecraft:birch_fence_gate", "meta": 0}, + {"block": "minecraft:jungle_fence_gate", "meta": 0}, + {"block": "minecraft:dark_oak_fence_gate", "meta": 0}, + {"block": "minecraft:acacia_fence_gate", "meta": 0}, + {"block": "minecraft:spruce_fence", "meta": 0}, + {"block": "minecraft:birch_fence", "meta": 0}, + {"block": "minecraft:jungle_fence", "meta": 0}, + {"block": "minecraft:dark_oak_fence", "meta": 0}, + {"block": "minecraft:acacia_fence", "meta": 0}, + {"block": "minecraft:end_rod", "meta": 0}, + {"block": "minecraft:chorus_plant", "meta": 0}, + {"block": "minecraft:chorus_flower", "meta": 0} +] diff --git a/server-patches/unreleased/config/cofh/thermalexpansion/client.cfg b/server-patches/v0.3.0/config/cofh/thermalexpansion/client.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/thermalexpansion/client.cfg rename to server-patches/v0.3.0/config/cofh/thermalexpansion/client.cfg diff --git a/server-patches/unreleased/config/cofh/thermalexpansion/common.cfg b/server-patches/v0.3.0/config/cofh/thermalexpansion/common.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/thermalexpansion/common.cfg rename to server-patches/v0.3.0/config/cofh/thermalexpansion/common.cfg diff --git a/server-patches/unreleased/config/cofh/thermalexpansion/florbs.cfg b/server-patches/v0.3.0/config/cofh/thermalexpansion/florbs.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/thermalexpansion/florbs.cfg rename to server-patches/v0.3.0/config/cofh/thermalexpansion/florbs.cfg diff --git a/server-patches/unreleased/config/cofh/thermalexpansion/morbs.cfg b/server-patches/v0.3.0/config/cofh/thermalexpansion/morbs.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/thermalexpansion/morbs.cfg rename to server-patches/v0.3.0/config/cofh/thermalexpansion/morbs.cfg diff --git a/server-patches/unreleased/config/cofh/thermalfoundation/client.cfg b/server-patches/v0.3.0/config/cofh/thermalfoundation/client.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/thermalfoundation/client.cfg rename to server-patches/v0.3.0/config/cofh/thermalfoundation/client.cfg diff --git a/server-patches/unreleased/config/cofh/thermalfoundation/common.cfg b/server-patches/v0.3.0/config/cofh/thermalfoundation/common.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/thermalfoundation/common.cfg rename to server-patches/v0.3.0/config/cofh/thermalfoundation/common.cfg diff --git a/server-patches/unreleased/config/cofh/thermalfoundation/lexicon-whitelist.cfg b/server-patches/v0.3.0/config/cofh/thermalfoundation/lexicon-whitelist.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/thermalfoundation/lexicon-whitelist.cfg rename to server-patches/v0.3.0/config/cofh/thermalfoundation/lexicon-whitelist.cfg diff --git a/server-patches/unreleased/config/cofh/world/00_minecraft.json b/server-patches/v0.3.0/config/cofh/world/00_minecraft.json similarity index 100% rename from server-patches/unreleased/config/cofh/world/00_minecraft.json rename to server-patches/v0.3.0/config/cofh/world/00_minecraft.json diff --git a/server-patches/unreleased/config/cofh/world/01_tato6.json b/server-patches/v0.3.0/config/cofh/world/01_tato6.json similarity index 85% rename from server-patches/unreleased/config/cofh/world/01_tato6.json rename to server-patches/v0.3.0/config/cofh/world/01_tato6.json index 53ba320..22dcf4b 100644 --- a/server-patches/unreleased/config/cofh/world/01_tato6.json +++ b/server-patches/v0.3.0/config/cofh/world/01_tato6.json @@ -36,6 +36,7 @@ } }, "osmium": { + "enabled": false, "distribution": "uniform", "details": { "description": "This is mekanism's osmium. Need to pick some environment where this will spawn. Maybe cold biomes?", @@ -227,7 +228,7 @@ } }, "silver_native": { - "description": "Native elemental silver is rare, and can only be found under in mountains. It is modded lapis.", + "description": "Native elemental silver is rare, and can only be found in magical biomes, and the dwarven holds of old. It is modded lapis.", "distribution": "gaussian", "generator": { "block": "embers:ore_silver", @@ -244,11 +245,11 @@ { "type": "id", "entry": [ - "extreme_hills", - "smaller_extreme_hills", - "extreme_hills_with_trees", - "mutated_extreme_hills", - "mutated_extreme_hills_with_trees", + "minecraft:roofed_forest", + "biomesoplenty:mystic_grove", + "biomesoplenty:ominous_woods", + "biomesoplenty:sacred_springs", + "thaumcraft:magical_forest", "biomesoplenty:crag", "biomesoplenty:alps", "biomesoplenty:alps_foothills", @@ -310,22 +311,82 @@ ] } }, - "crystal_sand": { + "beaches": { "enabled": true, - "description": "@TODO add every kind of gem from everywhere.", + "description": "Gems can be found kicking around in sandy beaches.", "distribution": "uniform", "generator": [{ "type": "cluster", "block": "osv:thaumcraft_amber_ore_sand", "material": "minecraft:sand", "cluster-size": 4, - "weight": 50 + "weight": 25 }, { "type": "cluster", "block": "osv:appliedenergistics2_quartz_ore_sand", "material": "minecraft:sand", "cluster-size": 4, - "weight": 50 + "weight": 25 + }, { + "type": "cluster", + "block": "osv:bewitchment_garnet_ore_sand", + "cluster-size": 4, + "weight": 25 + }, { + "type": "cluster", + "block": "osv:bewitchment_opal_ore_sand", + "cluster-size": 4, + "weight": 25 + }], + "cluster-count": 6, + "min-height": 54, + "max-height": 74, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "id", + "entry": [ + "beaches" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "riverbed": { + "enabled": true, + "description": "Gems can be found burried in the sandy river beds.", + "distribution": "uniform", + "generator": [{ + "type": "cluster", + "block": "osv:thaumcraft_amber_ore_sand", + "material": "minecraft:sand", + "cluster-size": 4, + "weight": 25 + }, { + "type": "cluster", + "block": "osv:appliedenergistics2_quartz_ore_sand", + "material": "minecraft:sand", + "cluster-size": 4, + "weight": 25 + }, { + "type": "cluster", + "block": "osv:bewitchment_garnet_ore_sand", + "cluster-size": 4, + "weight": 25 + }, { + "type": "cluster", + "block": "osv:bewitchment_opal_ore_sand", + "cluster-size": 4, + "weight": 25 }], "cluster-count": 12, "min-height": 54, @@ -442,99 +503,6 @@ ] } }, - "igneous_granite": { - "enabled": true, - "description": "Spawns below 80; @TODO split this into 0 - 50 with more quartz/osmium and 50 - 80 with less to reduce the surface ore.", - "distribution": "uniform", - "generator": [{ - "block": [{ - "name": "stone", - "properties": { - "variant": "granite" - }, - "weight": 100 - }, { - "name": "osv:appliedenergistics2_quartz_ore_1", - "weight": 1 - }], - "material": "minecraft:stone", - "cluster-size": 33 - }], - "cluster-count": 10, - "min-height": 0, - "max-height": 80, - "retrogen": false, - "biome": "all", - "dimension": { - "restriction": "blacklist", - "value": [ - -1, - 1 - ] - } - }, - "igneous_andesite": { - "enabled": true, - "description": "Spawns below 80", - "distribution": "uniform", - "generator": { - "block": [{ - "name": "stone", - "properties": { - "variant": "andesite" - }, - "weight": 200 - }, { - "name": "osv:appliedenergistics2_quartz_ore_5", - "weight": 1 - }], - "material": "minecraft:stone", - "cluster-size": 33 - }, - "cluster-count": 10, - "min-height": 0, - "max-height": 80, - "retrogen": false, - "biome": "all", - "dimension": { - "restriction": "blacklist", - "value": [ - -1, - 1 - ] - } - }, - "igneous_diorite": { - "enabled": true, - "description": "Spawns below 80", - "distribution": "uniform", - "generator": { - "block": [{ - "name": "stone", - "properties": { - "variant": "diorite" - }, - "weight": 200 - }, { - "name": "osv:appliedenergistics2_quartz_ore_3", - "weight": 1 - }], - "material": "minecraft:stone", - "cluster-size": 33 - }, - "cluster-count": 10, - "min-height": 0, - "max-height": 80, - "retrogen": false, - "biome": "all", - "dimension": { - "restriction": "blacklist", - "value": [ - -1, - 1 - ] - } - }, "bauxite": { "enabled": true, "description": "Found in warm climates near the surface, it can be smelted into aluminium. I'd like to restrict it to deserts, savannah, outback, that kind of wide flat biomes but I will need a specific list.", diff --git a/server-patches/v0.3.0/config/cofh/world/01_tato6_igneous.json b/server-patches/v0.3.0/config/cofh/world/01_tato6_igneous.json new file mode 100644 index 0000000..3b2e7e7 --- /dev/null +++ b/server-patches/v0.3.0/config/cofh/world/01_tato6_igneous.json @@ -0,0 +1,192 @@ +{ + "priority": 1000000000000, + "enabled": true, + "populate": { + "igneous_granite_high": { + "enabled": true, + "description": "Between 50 and 80 the ores spawn less.", + "distribution": "uniform", + "generator": [{ + "block": [{ + "name": "stone", + "properties": { + "variant": "granite" + }, + "weight": 300 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }], + "cluster-count": 4, + "min-height": 50, + "max-height": 80, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "igneous_andesite_high": { + "enabled": true, + "description": "Between 50 and 80 the ores spawn less.", + "distribution": "uniform", + "generator": { + "block": [{ + "name": "stone", + "properties": { + "variant": "andesite" + }, + "weight": 300 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 4, + "min-height": 50, + "max-height": 80, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "igneous_diorite_high": { + "enabled": true, + "description": "Between 50 and 80 the ores spawn less.", + "distribution": "uniform", + "generator": { + "block": [{ + "name": "stone", + "properties": { + "variant": "diorite" + }, + "weight": 300 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 4, + "min-height": 50, + "max-height": 80, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "igneous_granite_low": { + "enabled": true, + "description": "Spawns from 0 - 50 and is rich in quartz.", + "distribution": "uniform", + "generator": [{ + "block": [{ + "name": "stone", + "properties": { + "variant": "granite" + }, + "weight": 8000 + }, { + "name": "osv:appliedenergistics2_quartz_ore_1", + "weight": 16 + }, { + "name": "osv:mekanism_oreblock_1", + "weight": 80 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }], + "cluster-count": 6, + "min-height": 0, + "max-height": 50, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "igneous_andesite_low": { + "enabled": true, + "description": "Spawns from 0 - 50 and is rich in quartz.", + "distribution": "uniform", + "generator": { + "block": [{ + "name": "stone", + "properties": { + "variant": "andesite" + }, + "weight": 8000 + }, { + "name": "osv:appliedenergistics2_quartz_ore_5", + "weight": 16 + }, { + "name": "osv:mekanism_oreblock_5", + "weight": 80 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 6, + "min-height": 0, + "max-height": 50, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "igneous_diorite_low": { + "enabled": true, + "description": "Spawns from 0 - 50 and is rich in quartz.", + "distribution": "uniform", + "generator": { + "block": [{ + "name": "stone", + "properties": { + "variant": "diorite" + }, + "weight": 8000 + }, { + "name": "osv:appliedenergistics2_quartz_ore_3", + "weight": 16 + }, { + "name": "osv:mekanism_oreblock_3", + "weight": 80 + }], + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 6, + "min-height": 0, + "max-height": 50, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + } + } +} diff --git a/server-patches/v0.3.0/config/cofh/world/01_tato6_nuclearcraft.json b/server-patches/v0.3.0/config/cofh/world/01_tato6_nuclearcraft.json new file mode 100644 index 0000000..9b5aac2 --- /dev/null +++ b/server-patches/v0.3.0/config/cofh/world/01_tato6_nuclearcraft.json @@ -0,0 +1,372 @@ +{ + "priority": 1000000000000, + "enabled": true, + "populate": { + "thorium": { + "distribution": "uniform", + "details": { + "description": "" + }, + "generator": { + "block": [ + { + "name": "nuclearcraft:ore", + "properties": { + "type": "thorium" + } + } + ], + "material": "minecraft:stone", + "cluster-size": 4 + }, + "cluster-count": 4, + "min-height": 20, + "max-height": 56, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "description": "This is every biome that is mountainous", + "value": [ + { + "type": "id", + "entry": [ + "extreme_hills", + "ice_mountains", + "smaller_extreme_hills", + "extreme_hills_with_trees", + "savanna_rock", + "mesa_rock", + "mesa_clear_rock", + "biomesoplenty:alps", + "biomesoplenty:chaparral", + "biomesoplenty:crag", + "biomesoplenty:highland", + "biomesoplenty:moor", + "biomesoplenty:mountain", + "biomesoplenty:overgrown_cliffs", + "biomesoplenty:steppe", + "biomesoplenty:alps_foothills", + "biomesoplenty:mountain_foothills", + "biomesoplenty:glacier", + "biomesoplenty:volcanic_island", + "mutated_extreme_hills", + "mutated_taiga" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "uranium": { + "distribution": "uniform", + "details": { + "description": "" + }, + "generator": { + "block": [ + { + "name": "nuclearcraft:ore", + "properties": { + "type": "uranium" + } + } + ], + "material": "minecraft:stone", + "cluster-size": 4 + }, + "cluster-count": 4, + "min-height": 20, + "max-height": 56, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "description": "This is every biome that is mountainous", + "value": [ + { + "type": "id", + "entry": [ + "extreme_hills", + "ice_mountains", + "smaller_extreme_hills", + "extreme_hills_with_trees", + "savanna_rock", + "mesa_rock", + "mesa_clear_rock", + "biomesoplenty:alps", + "biomesoplenty:chaparral", + "biomesoplenty:crag", + "biomesoplenty:highland", + "biomesoplenty:moor", + "biomesoplenty:mountain", + "biomesoplenty:overgrown_cliffs", + "biomesoplenty:steppe", + "biomesoplenty:alps_foothills", + "biomesoplenty:mountain_foothills", + "biomesoplenty:glacier", + "biomesoplenty:volcanic_island", + "mutated_extreme_hills", + "mutated_taiga" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "boron": { + "distribution": "uniform", + "details": { + "description": "" + }, + "generator": { + "block": [ + { + "name": "nuclearcraft:ore", + "properties": { + "type": "boron" + } + } + ], + "material": "minecraft:stone", + "cluster-size": 5 + }, + "cluster-count": 6, + "min-height": 20, + "max-height": 48, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "description": "This is every biome that is mountainous", + "value": [ + { + "type": "id", + "entry": [ + "extreme_hills", + "ice_mountains", + "smaller_extreme_hills", + "extreme_hills_with_trees", + "savanna_rock", + "mesa_rock", + "mesa_clear_rock", + "biomesoplenty:alps", + "biomesoplenty:chaparral", + "biomesoplenty:crag", + "biomesoplenty:highland", + "biomesoplenty:moor", + "biomesoplenty:mountain", + "biomesoplenty:overgrown_cliffs", + "biomesoplenty:steppe", + "biomesoplenty:alps_foothills", + "biomesoplenty:mountain_foothills", + "biomesoplenty:glacier", + "biomesoplenty:volcanic_island", + "mutated_extreme_hills", + "mutated_taiga" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "lithium": { + "distribution": "uniform", + "details": { + "description": "" + }, + "generator": { + "block": [ + { + "name": "nuclearcraft:ore", + "properties": { + "type": "lithium" + } + } + ], + "material": "minecraft:stone", + "cluster-size": 5 + }, + "cluster-count": 6, + "min-height": 20, + "max-height": 48, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "description": "This is every biome that is mountainous", + "value": [ + { + "type": "id", + "entry": [ + "extreme_hills", + "ice_mountains", + "smaller_extreme_hills", + "extreme_hills_with_trees", + "savanna_rock", + "mesa_rock", + "mesa_clear_rock", + "biomesoplenty:alps", + "biomesoplenty:chaparral", + "biomesoplenty:crag", + "biomesoplenty:highland", + "biomesoplenty:moor", + "biomesoplenty:mountain", + "biomesoplenty:overgrown_cliffs", + "biomesoplenty:steppe", + "biomesoplenty:alps_foothills", + "biomesoplenty:mountain_foothills", + "biomesoplenty:glacier", + "biomesoplenty:volcanic_island", + "mutated_extreme_hills", + "mutated_taiga" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "magnesium": { + "distribution": "uniform", + "details": { + "description": "" + }, + "generator": { + "block": [ + { + "name": "nuclearcraft:ore", + "properties": { + "type": "magnesium" + } + } + ], + "material": "minecraft:stone", + "cluster-size": 5 + }, + "cluster-count": 4, + "min-height": 20, + "max-height": 24, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "description": "This is every biome that is mountainous", + "value": [ + { + "type": "id", + "entry": [ + "extreme_hills", + "ice_mountains", + "smaller_extreme_hills", + "extreme_hills_with_trees", + "savanna_rock", + "mesa_rock", + "mesa_clear_rock", + "biomesoplenty:alps", + "biomesoplenty:chaparral", + "biomesoplenty:crag", + "biomesoplenty:highland", + "biomesoplenty:moor", + "biomesoplenty:mountain", + "biomesoplenty:overgrown_cliffs", + "biomesoplenty:steppe", + "biomesoplenty:alps_foothills", + "biomesoplenty:mountain_foothills", + "biomesoplenty:glacier", + "biomesoplenty:volcanic_island", + "mutated_extreme_hills", + "mutated_taiga" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "nuclearcraft_lead": { + "description": "I figured it would be nice for the nuclearcraft people to find lead in this band as well, since they can find tin and copper there.", + "distribution": "uniform", + "generator": { + "block": [ + { + "name": "embers:ore_lead", + "weight": 90 + }, + { + "name": "embers:ore_silver", + "weight": 10 + } + ], + "material": "minecraft:stone", + "cluster-size": 8 + }, + "cluster-count": 4, + "min-height": 20, + "max-height": 56, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "description": "This is every biome that is mountainous", + "value": [ + { + "type": "id", + "entry": [ + "extreme_hills", + "ice_mountains", + "smaller_extreme_hills", + "extreme_hills_with_trees", + "savanna_rock", + "mesa_rock", + "mesa_clear_rock", + "biomesoplenty:alps", + "biomesoplenty:chaparral", + "biomesoplenty:crag", + "biomesoplenty:highland", + "biomesoplenty:moor", + "biomesoplenty:mountain", + "biomesoplenty:overgrown_cliffs", + "biomesoplenty:steppe", + "biomesoplenty:alps_foothills", + "biomesoplenty:mountain_foothills", + "biomesoplenty:glacier", + "biomesoplenty:volcanic_island", + "mutated_extreme_hills", + "mutated_taiga" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + } + } +} \ No newline at end of file diff --git a/server-patches/unreleased/config/cofh/world/01_thermalfoundation_ores.json b/server-patches/v0.3.0/config/cofh/world/01_thermalfoundation_ores.json similarity index 100% rename from server-patches/unreleased/config/cofh/world/01_thermalfoundation_ores.json rename to server-patches/v0.3.0/config/cofh/world/01_thermalfoundation_ores.json diff --git a/server-patches/unreleased/config/cofh/world/02_tato6_sedimentary.json b/server-patches/v0.3.0/config/cofh/world/02_tato6_sedimentary.json similarity index 99% rename from server-patches/unreleased/config/cofh/world/02_tato6_sedimentary.json rename to server-patches/v0.3.0/config/cofh/world/02_tato6_sedimentary.json index 7a56906..3681425 100644 --- a/server-patches/unreleased/config/cofh/world/02_tato6_sedimentary.json +++ b/server-patches/v0.3.0/config/cofh/world/02_tato6_sedimentary.json @@ -205,7 +205,7 @@ "distribution": "uniform", "generator": { "block": { - "name": "chisel:marble2", + "name": "astralsorcery:blockmarble", "properties": { "variation": "7" } diff --git a/server-patches/unreleased/config/cofh/world/02_thermalfoundation_oil.json b/server-patches/v0.3.0/config/cofh/world/02_thermalfoundation_oil.json similarity index 100% rename from server-patches/unreleased/config/cofh/world/02_thermalfoundation_oil.json rename to server-patches/v0.3.0/config/cofh/world/02_thermalfoundation_oil.json diff --git a/server-patches/unreleased/config/cofh/world/03_thermalfoundation_clathrates.json b/server-patches/v0.3.0/config/cofh/world/03_thermalfoundation_clathrates.json similarity index 100% rename from server-patches/unreleased/config/cofh/world/03_thermalfoundation_clathrates.json rename to server-patches/v0.3.0/config/cofh/world/03_thermalfoundation_clathrates.json diff --git a/server-patches/unreleased/config/cofh/world/config.cfg b/server-patches/v0.3.0/config/cofh/world/config.cfg similarity index 100% rename from server-patches/unreleased/config/cofh/world/config.cfg rename to server-patches/v0.3.0/config/cofh/world/config.cfg diff --git a/server-patches/v0.3.0/config/conarm.cfg b/server-patches/v0.3.0/config/conarm.cfg new file mode 100644 index 0000000..0151a28 --- /dev/null +++ b/server-patches/v0.3.0/config/conarm.cfg @@ -0,0 +1,35 @@ +# Configuration file + +general { + # Set to true to have the Bouncy trait use durability for each bounce + B:"Bouncy Trait Uses Durability"=true + + # Set to true to disable the armor preview panel in the Armor Station/Forge GUI + B:"Compact GUI"=false + + # Set to true to give an Armory Book to players who enter a world for the first time + B:"Spawn With Book"=false + + leveling { + # Base XP needed for armor + I:"Base XP Requirement"=100 + + # Multiplier to calculate xp from damage (e.g 0.25 means 25% of damage will be given as XP) + D:"Damage to XP Multiplier"=0.25 + + # How much to multiply the experience needed for each level + D:"Leveling Multiplier"=2.0 + + # Maximum achievable levels. If set to 0 or lower there is no upper limit. + I:"Maximum Levels"=-1 + + # Reduces the amount of modifiers a newly built armor gets if the value is lower than the regular amount of modifiers the armor would have. + I:"Starting Modifier Amount"=3 + + # Maximum amount of XP that a single hit can give + I:"XP Gain Cap"=100 + } + +} + + diff --git a/server-patches/v0.3.0/config/controlledburn.cfg b/server-patches/v0.3.0/config/controlledburn.cfg new file mode 100644 index 0000000..036fdf9 --- /dev/null +++ b/server-patches/v0.3.0/config/controlledburn.cfg @@ -0,0 +1,178 @@ +# Configuration file + +general { + # This allows you to set what a block will become when it burns + # Eg. you can make grass blocks turn to dirt by using this setting: + # minecraft:grass, minecraft:dirt + # + # Keep in mind that this won't do anything unless you make sure the first block is actually flammable (and maybe give it encouragement too, depending; see the MC wiki for more info on those stats) + S:"Block Transformations" < + > + + # This allows you to set a custom BASE flammability and encouragement for any given block + # + # The EFFECTIVE stats of the block will be these values times their respective multipliers + # + # Flammability is how fast/easily the block is destroyed by fire + # + # Encouragement is how fast/easily fire spreads to the block + # + # The equals symbol can be used to leave a base stat as-is (eg, if you only want to change one stat) + # + # Setting flammability to a negative value makes a block behave like netherrack (as far as fire goes) + # + # Syntax is [blockID, flammability, encouragement]. Examples below + # minecraft:grass, 5, 5 + # minecraft:dirt, =, 5 + S:"Block-Specific Settings" < + > + + ########################################################################################################## + # global multipliers + #--------------------------------------------------------------------------------------------------------# + # Multipliers for how fast fire naturally spreads and how fast fire burns blocks + # + # Also includes the setting for how often fire updates (which makes everything fire-related faster or slower) + ########################################################################################################## + + "global multipliers" { + # How fast blocks are destroyed (burnt) when 'on fire', as a multiplier (2 means twice as fast, 0.5 means half as fast) + # + # AKA flammability multiplier + # + # Set this to 0 to make it so fire doesn't break (burn) blocks at all (but can still be lit) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:"Burn Speed Multiplier"=1.0 + + # How fast fire spreads, as a multiplier (2 means twice as fast, 0.5 means half as fast) + # + # AKA encouragement multiplier + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:"Spread Speed Multiplier"=1.0 + + # The number of game ticks before fire blocks update themselves + # + # The lower you set this, the faster fire works (in every way) + # Min: 1 + # Max: 2147483647 + I:"Tick Delay"=30 + + # By default, MC adds 0-9 ticks to each tick delay + # + # The lower you set this, the faster fire works (in every way), and the less random it works, time-wise (but not to any noticeable degree for the latter) + # Min: 0 + # Max: 2147483647 + I:"Tick Delay Randomization"=9 + } + + ########################################################################################################## + # specialtoggles + #--------------------------------------------------------------------------------------------------------# + # Includes whether certain sources can start fires, whether fire ignores rain, and other oddities + ########################################################################################################## + + specialtoggles { + # Whether fire spreading from lava is disabled + B:"Disable Fires From Lava"=false + + # Whether fire spreading from lightning is disabled + B:"Disable Fires From Lightning"=true + + # If set to true, fire ignores the fire resistance of humid biomes + # + # This affects block destruction (burn) chance and natural fire spread chance in humid biomes + B:"Ignore Humid Biomes"=false + + # If set to true, fire ignores rain + # + # WHEN IT'S RAINING this affects chance of fire extinguishing from rain, chance of natural fire spread, and chance of fire spread when fire destroys (burns) a block + B:"Ignore Rain"=false + + # Whether fire requires line-of-sight to spread to a new location + B:"LOS-Only Fire Spread"=false + } + + ########################################################################################################## + # burnspreadchances + #--------------------------------------------------------------------------------------------------------# + # These determine how often fire spreads to adjacent blocks after burning a block + ########################################################################################################## + + burnspreadchances { + # When a fire at the MAXIMUM age (15 in vanilla) destroys (burns through) a block, the chance that the broken (burnt) block is replaced with fire + # + # Does nothing if fire never destroys blocks, eg. if dontDestroyBlocks is set to true + # + # Uses a full-number percentage (25 means 25% chance, 75 means 75% chance) + # Min: 0 + # Max: 100 + I:"Max Burn Spread Chance"=80 + + # When a fire at the MINIMUM age (0 in vanilla) destroys (burns through) a block, the chance that the broken (burnt) block is replaced with fire + # + # Does nothing if fire never destroys blocks, eg. if dontDestroyBlocks is set to true + # + # Uses a full-number percentage (25 means 25% chance, 75 means 75% chance) + # Min: 0 + # Max: 100 + I:"Min Burn Spread Chance"=50 + } + + ########################################################################################################## + # natural fire spread ranges + #--------------------------------------------------------------------------------------------------------# + # How far fire can naturally spread from one block to another in each direction + ########################################################################################################## + + "natural fire spread ranges" { + # The maximum downward distance fire can naturally spread to when updating (eg. between two trees) + # Min: 0 + # Max: 2147483647 + I:"Reach (Downwards)"=1 + + # The maximum horizontal distance fire can naturally spread to when updating (eg. between two trees) + # Min: 0 + # Max: 2147483647 + I:"Reach (Sideways)"=1 + + # The maximum upward distance fire can naturally spread to when updating (eg. between two trees) + # Min: 0 + # Max: 2147483647 + I:"Reach (Upwards)"=4 + } + + ########################################################################################################## + # spread strengths + #--------------------------------------------------------------------------------------------------------# + # How much 'life' new fires have when spreading + ########################################################################################################## + + "spread strengths" { + # When fire spreads by destroying a block, the new fire's duration is set to the duration of the fire it came from, multiplied by this + # + # Fire's lifetime is only measured in integers from 0 to 15, so if you set the percentage to anything lower than 7 it will be the same as if you set it to 0 + # + # Uses a full-number percentage (25 means 25% strength, 75 means 75% strength) + # + # The normal vanilla fire mechanics don't use a percentage reduction like this, so set this to -1 if you want vanilla mechanics in this regard + # Min: -1 + # Max: 100 + I:"Spread Strength (Block Burning)"=-1 + + # When fire spreads naturally, ie. not when it's spreading by destroying (burning) a block, the new fire's duration is set to the duration of the fire it came from, multiplied by this + # + # Fire's lifetime is only measured in integers from 0 to 15, so if you set the percentage to anything lower than 7 it will be the same as if you set it to 0 + # + # Uses a full-number percentage (25 means 25% strength, 75 means 75% strength) + # + # The normal vanilla fire mechanics don't use a percentage reduction like this, so set this to -1 if you want vanilla mechanics in this regard + # Min: -1 + # Max: 100 + I:"Spread Strength (Natural Spread)"=-1 + } + +} + + diff --git a/server-patches/v0.3.0/config/corpse.cfg b/server-patches/v0.3.0/config/corpse.cfg new file mode 100644 index 0000000..cf446eb --- /dev/null +++ b/server-patches/v0.3.0/config/corpse.cfg @@ -0,0 +1,11 @@ +# Configuration file + +corpse { + # The time passed after a corpse despawns even if its not empty (-1 = never) [range: -1 ~ 2147483647, default: -1] + I:force_despawn_time=-1 + + # If only the owner of the corpse can access the inventory [default: false] + B:only_owner_access=true +} + + diff --git a/server-patches/unreleased/config/embers.cfg b/server-patches/v0.3.0/config/embers.cfg similarity index 100% rename from server-patches/unreleased/config/embers.cfg rename to server-patches/v0.3.0/config/embers.cfg diff --git a/server-patches/unreleased/config/mysticalworld.cfg b/server-patches/v0.3.0/config/mysticalworld.cfg similarity index 100% rename from server-patches/unreleased/config/mysticalworld.cfg rename to server-patches/v0.3.0/config/mysticalworld.cfg diff --git a/server-patches/v0.3.0/config/osv.cfg b/server-patches/v0.3.0/config/osv.cfg new file mode 100644 index 0000000..7a23378 --- /dev/null +++ b/server-patches/v0.3.0/config/osv.cfg @@ -0,0 +1,364 @@ +# Configuration file + +########################################################################################################## +# blockregistry +#--------------------------------------------------------------------------------------------------------# +# You can use this registry to add as many new ore types as you like using any +# background block at all. Block models, textures, world generation, and other +# properties are handled dynamically. These blocks will only spawn in whichever +# block or blockstate is listed as the background block. The ores retain a mixture +# of their original properties + those of their background. +# The basic syntax is like this: " ." For example, to spawn +# coal ore inside of sand, you would type "coal_ore sand." Alternatively, you +# can list out any number of ore blocks inside of a new or existing PropertyGroup +# below and use its name in the place of "." Likewise, "" can +# be replaced with the name of a BlockGroup, as registered below. +# Some block and property groups have special names. Those are "all" and +# "default." Using "all" in the place of either will gather all of the respective +# entries from below and add them to the list dynamically. Using "default" in the +# place of either will gather all of the entries that are listed *by default*. +# Any block listed in the place of "" must be registered using a preset +# located at "./config/osv/ores/." You can add new presets there or modify existing +# presets to customize their properties. In the future, it will be possible to +# generate these presets dynamically, but they must be created manually for now. +########################################################################################################## + +blockregistry { + # Whether to test the block registry for duplicate combinations. + B:testForDuplicates=true + S:values < + thaumcraft_amber_ore sand + appliedenergistics2_quartz_ore minecraft + appliedenergistics2_quartz_ore sand + mekanism_oreblock minecraft + bewitchment_garnet_ore sand + bewitchment_opal_ore sand + > + + ########################################################################################################## + # blockgroups + #--------------------------------------------------------------------------------------------------------# + # These categories are dynamic. You may create new lists here in order to conveniently + # reference them above. + ########################################################################################################## + + blockgroups { + S:earthworks < + earthworks:block_chalk + earthworks:block_slate + earthworks:block_slate_green + earthworks:block_slate_purple + > + S:minecraft < + stone + stone:5 + stone:3 + stone:1 + > + S:mineralogy < + mineralogy:amphibolite + mineralogy:andesite + mineralogy:basalt + mineralogy:chert + mineralogy:conglomerate + mineralogy:diorite + mineralogy:dolomite + mineralogy:granite + mineralogy:gypsum + mineralogy:limestone + mineralogy:marble + mineralogy:pegmatite + mineralogy:phyllite + mineralogy:pumice + mineralogy:rhyolite + mineralogy:schist + > + S:quark < + quark:marble + quark:slate + quark:jasper + > + S:rustic < + rustic:slate + > + S:undergroundbiomes < + undergroundbiomes:igneous_stone:0 + undergroundbiomes:igneous_stone:1 + undergroundbiomes:igneous_stone:2 + undergroundbiomes:igneous_stone:3 + undergroundbiomes:igneous_stone:4 + undergroundbiomes:igneous_stone:5 + undergroundbiomes:igneous_stone:6 + undergroundbiomes:igneous_stone:7 + undergroundbiomes:metamorphic_stone:0 + undergroundbiomes:metamorphic_stone:1 + undergroundbiomes:metamorphic_stone:2 + undergroundbiomes:metamorphic_stone:3 + undergroundbiomes:metamorphic_stone:4 + undergroundbiomes:metamorphic_stone:5 + undergroundbiomes:metamorphic_stone:6 + undergroundbiomes:metamorphic_stone:7 + undergroundbiomes:sedimentary_stone:0 + undergroundbiomes:sedimentary_stone:1 + undergroundbiomes:sedimentary_stone:2 + undergroundbiomes:sedimentary_stone:3 + undergroundbiomes:sedimentary_stone:4 + undergroundbiomes:sedimentary_stone:5 + undergroundbiomes:sedimentary_stone:6 + undergroundbiomes:sedimentary_stone:7 + > + } + + propertygroups { + S:basemetals < + basemetals_antimony_ore + basemetals_bismuth_ore + basemetals_copper_ore + basemetals_lead_ore + basemetals_mercury_ore + basemetals_nickel_ore + basemetals_platinum_ore + basemetals_silver_ore + basemetals_tin_ore + basemetals_zinc_ore + > + S:biomesoplenty < + biomesoplenty_amber_ore + biomesoplenty_malachite_ore + biomesoplenty_peridot_ore + biomesoplenty_ruby_ore + biomesoplenty_sapphire_ore + biomesoplenty_tanzanite_ore + biomesoplenty_topaz_ore + biomesoplenty_amethyst_ore + > + S:embers < + embers_aluminum_ore + embers_copper_ore + embers_lead_ore + embers_nickel_ore + embers_silver_ore + > + S:glasshearts < + glasshearts_agate_ore + glasshearts_amethyst_ore + glasshearts_opal_ore + glasshearts_ruby_ore + glasshearts_sapphire_ore + glasshearts_topaz_ore + > + S:iceandfire < + iceandfire_sapphire_ore + iceandfire_silver_ore + > + S:immersiveengineering < + immersiveengineering_aluminum_ore + immersiveengineering_copper_ore + immersiveengineering_lead_ore + immersiveengineering_nickel_ore + immersiveengineering_silver_ore + immersiveengineering_uranium_ore + > + S:metallurgy < + metallurgy_copper_ore + metallurgy_deep_iron_ore + metallurgy_tin_ore + metallurgy_prometheum_ore + metallurgy_manganese_ore + metallurgy_oureclase_ore + metallurgy_infuscolium_ore + metallurgy_adamantine_ore + metallurgy_rubracium_ore + metallurgy_atlarus_ore + metallurgy_carmot_ore + metallurgy_mithril_ore + metallurgy_zinc_ore + metallurgy_orichalcum_ore + metallurgy_astral_silver_ore + metallurgy_silver_ore + metallurgy_platinum_ore + metallurgy_lutetium_ore + metallurgy_osmium_ore + metallurgy_sulfur_ore + metallurgy_phosphorite_ore + metallurgy_potash_ore + > + S:minecraft < + coal_ore + diamond_ore + emerald_ore + gold_ore + iron_ore + lapis_ore + redstone_ore + > + S:mineralogy < + mineralogy_phosphorous_ore + mineralogy_sulfur_ore + > + S:modernmetals < + modernmetals_aluminum_ore + modernmetals_aluminumbrass_ore + modernmetals_beryllium_ore + modernmetals_boron_ore + modernmetals_cadmium_ore + modernmetals_chromium_ore + modernmetals_galvanizedsteel_ore + modernmetals_iridium_ore + modernmetals_magnesium_ore + modernmetals_nichrome_ore + modernmetals_osmium_ore + modernmetals_plutonium_ore + modernmetals_rutile_ore + modernmetals_stainlesssteel_ore + modernmetals_tantalum_ore + modernmetals_thorium_ore + modernmetals_titanium_ore + modernmetals_tungsten_ore + modernmetals_uranium_ore + modernmetals_zirconium_ore + > + S:simpleores < + simpleores_adamantium_ore + simpleores_copper_ore + simpleores_mythril_ore + simpleores_tin_ore + > + S:thaumcraft < + thaumcraft_amber_ore + thaumcraft_cinnabar_ore + > + S:thermalfoundation < + thermalfoundation_copper_ore + thermalfoundation_lead_ore + thermalfoundation_nickel_ore + thermalfoundation_silver_ore + thermalfoundation_tin_ore + > + } + +} + + +blocks { + # Variants will imitate the properties of their background blocks, + # such as the ability to fall like sand or sustain leaves. + B:bgImitation=true + + # Vanilla ore variants will not be generated in the presence of any + # mods listed here. + S:disableVanillaWhen < + mineralogy + undergroundbiomes + > + B:enableAdvancements=true + B:enableFurnaceRecipes=true + B:enableOreDictionary=true + + # Whether to attempt generating textures form the current resource packs. + B:overlaysFromRP=true + + # Indicates whether to enable shading in the generated block models. + B:shadeOverlays=false + + # Any model names listed here will be shaded or not, opposite of the + # global setting. + S:shadeOverrides < + > + + # Whether textures should be rendered with support for a full range + # of opacity. You may want to disable this if you're using shaders. + B:translucentTextures=true + + # Whether ore variants will drop instead of original counterparts. + B:variantsDrop=false + + # Whether ore variants will drop when using silk touch. + B:variantsSilktouch=true +} + + +dense { + # The 0-1 chance that dense ores will spawn instead of regular variants. + # Min: 0.0 + # Max: 1.0 + D:chance=0.09 + I:dropMultiplier=3 + + # Adds a dense variant of every ore. Drops 1-3 x each original drop. + B:enabled=false + + # If true, dense variants drop a random number between 1 and multiplier. + B:randomDropCount=true + I:smeltMultiplier=2 +} + + +modsupport { + + ########################################################################################################## + # enabledmods + #--------------------------------------------------------------------------------------------------------# + # Set any of these to false to disable creation / spawning of new variants. + ########################################################################################################## + + enabledmods { + B:basemetals=true + B:biomesoplenty=true + B:earthworks=true + B:embers=true + B:geolosys=true + B:glasshearts=true + B:iceandfire=true + B:immersiveengineering=true + B:metallurgy=true + B:minecraft=true + B:mineralogy=true + B:modernmetals=true + B:quark=true + B:rustic=true + B:simpleores=true + B:thaumcraft=true + B:thermalfoundation=true + B:undergroundbiomes=true + } + +} + + +world { + # Setting this to true will prevent OSV from spawning variants + # already generated by undergroundbiomes. + B:avoidDuplicateUBCVariants=true + + # Whether ores should spawn according to specific biomes. + B:biomeSpecific=true + + # Whether OSV should spawn custom ore variants. + B:enableOSVOres=true + + # Whether OSV should spawn custom stone veins. + B:enableOSVStone=true + + # Whether vanilla ores should spawn. + B:enableVanillaOres=false + + # Whether vanilla should spawn its own stone types. + B:enableVanillaStone=false + + # Whether to enable all OSV world gen features. + B:enabled=false + + # The probability that any ore will spawn outside of its selected + # regions. + D:largeClusterDefaultProbability=0.01 + + # The maximum chance for ores to spawn in selected regions. + D:largeClusterMaxProbability=80.0 + + # Ores will generate in larger veins, more often near other + # veins of the same type. + B:largeClusters=false +} + + diff --git a/server-patches/v0.3.0/config/osv/appliedenergistics2_certus_quartz_ore.hjson b/server-patches/v0.3.0/config/osv/appliedenergistics2_certus_quartz_ore.hjson new file mode 100644 index 0000000..4ca5265 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/appliedenergistics2_certus_quartz_ore.hjson @@ -0,0 +1,31 @@ +name: appliedenergistics2_certus_quartz_ore +mod: appliedenergistics2 +block: { + location: appliedenergistics2:quartz_ore + hardness: 3 + level: 1 +} +loot: [ + { + item: appliedenergistics2:material:0 + count: [ 1, 1 ] + xp: [ 2, 5 ] + chance: 1 + } +] +texture: { + shade: false + original: appliedenergistics2:blocks/quartz_ore +} +recipe: { + result: appliedenergistics2:material:0 + xp: 0.20000000298023224 + quantity: 1 +} +gen: [ + { + height: [ 0, 128 ] + size: 9 + count: 20 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/TUTORIAL.hjson b/server-patches/v0.3.0/config/osv/ores/TUTORIAL.hjson new file mode 100644 index 0000000..3a4778e --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/TUTORIAL.hjson @@ -0,0 +1,157 @@ +# This file contains all of the information needed for creating +# new ore property presets. For any questions not answered here, +# feel free to open a new thread on GitHub or join us on Discord +# at https://discord.gg/UNsXfvA. +{ + # This is the actual name of the ore that you are creating or + # modifying. It will be what you type in the block regsitry. + name: tutorial_ore + + # This is the name of the mod to which the ore belongs. If you + # are creating creating your own ore using OSV, it may be + # easier to omit this field altogether. It will technically + # default to "minecraft," but when using resource locations in + # the config file, "minecraft" is already the default namespace. + # Because it is implicit, you never need to type it. + mod: custom + + # This category contains all of the information regarding this + # block's basic information. See Block.Properties in-code. + block: { + + # This ore's resource location, i.e. technically + # "minecraft:coal_ore." + location: coal_ore + + # The tool level required for harvesting this block. + level: 0 + + # This ore's material. These are standard vanilla materials + # with support for 2 or 3 of them being excluded. + # Ignored when background imitation is enabled. + material: rock + + # The type of sound produced by this block. + # Ignored when background imitation is enabled. + soundtype: stone + + # The amount of light produced by this block. 0-15. + light: 0 + + # This block's explosion resistance value. + resistance: 15.0 + + # This block's hardness value. Affects break time. + hardness: 3.0 + + # Whether this block should have guaranteed random block + # updates. + ticksRandomly: false + + # This block's slipperiness. 0.6 is normal. Lower -> faster + # movement. + slipperiness: 0.6 + + # The type of tool used for mining this block. + # Ignored when background imitation is enabled. + tool: pickaxe + + # The condensed path of this ore's advancement. This is typed + # as a resource location, so "simpleores:main/adamantium_ore" + # becomes "assets/simpleores/advancements/main/adamantium_ore." + advancement: null + } + + # This category contains all of the properties regarding this + # block's textures. + texture: { + + # The condensed path of the orignal texture. This is typed + # as a resource location, so technically "blocks/coal_ore" + # translates to "assets/minecraft/textures/blocks/coal_ore." + original: blocks/coal_ore + + # The background texture used for extracting an overlay from + # "original." It is also typed as a resource location. + background: blocks/stone + + # Whether to use the fancier, "shaded" texture variants. + # Pick whichever you like most for this block. + shade: true + + # A decimal value representing the threshold of difference + # between background and foreground accepted as an ore pixel. + # Usually 0-3. If the standard algorithm does not work, you + # can define this field and a different algoritm will be used. + # *You do not need to use this field in most cases* + threshold: null + } + + # All of the properties pertaining to furnace recipes. + # If this field is absent, the ore should still generate + # According to its Ore Dictionary values. + recipe: { + + # The item produced when smelting these ores. + result: coal + + # The amount of experience yielded. + xp: 0.1 + + # The number of items yielded. + quantity: 1 + } + + # This is a list of properties which override the item + # drops for this ore type. If the field is absent, + # nothing will be overridden. + loot: [ + { + # The item to be dropped. Supports meta values, + # e.g. minecraft:dye:4. + item: coal + + # The range of items to drop. + count: [0, 1] # or just [1] + + # The range of experience to drop. + xp: [0, 1] + + # The 0-1 chance for this override to be selected. + chance: 1.0 + } + ] + + # An array of conditions under which this block can generate. + gen: [ + { + # A range of heights, i.e. 0 to 128. + height: [0, 128] # or just [128] + + # The size of the ore vein spawned. + size: 20 + + # The number of tries per chunk to spawn clusters. + count: 17 + + # The 0-1 chance that any try will succeed. + chance: 1.0 + + # A list of numeric dimension IDs in which this ore can + # spawn under these conditions. Leave this list empty + # for the properties to apply anywhere. + dimensions: [] + + # All of the biomes in which these conditions can be met. + biomes: { + + # An array of biome types from which to retrive biome + # names. + types: [] + + # Raw biome registry names to be used. + names: [] + } + } + ] +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/appliedenergistics2_quartz_ore.hjson b/server-patches/v0.3.0/config/osv/ores/appliedenergistics2_quartz_ore.hjson new file mode 100644 index 0000000..d85f39a --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/appliedenergistics2_quartz_ore.hjson @@ -0,0 +1,27 @@ +{ + name: appliedenergistics2_quartz_ore + mod: appliedenergistics2 + block: { + location: appliedenergistics2:quartz_ore + level: 0 + material: ROCK + soundType: STONE + lightLevel: 0 + resistance: 15 + hardness: 3 + ticksRandomly: false + slipperiness: 0.6000000238418579 + tool: pickaxe + } + texture: { + original: appliedenergistics2:blocks/quartz_ore + } + loot: [ + { + item: appliedenergistics2:material + count: [ 1, 2 ] + xp: [ 2, 5 ] + chance: 1 + } + ] +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_adamantine_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_adamantine_ore.hjson new file mode 100644 index 0000000..36ffd70 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_adamantine_ore.hjson @@ -0,0 +1,32 @@ +name: basemetals_adamantine_ore +mod: basemetals +block: { + location: basemetals:adamantine_ore + hardness: 12 + level: 4 +} +loot: [ + { + item: basemetals:adamantine_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/adamantine_ore + background: blocks/netherrack +} +recipe: { + result: basemetals:adamantine_ingot + xp: 0 + quantity: 1 +} +gen: [ + { + height: [ 0, 128 ] + size: 8 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_antimony_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_antimony_ore.hjson new file mode 100644 index 0000000..1a582d3 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_antimony_ore.hjson @@ -0,0 +1,31 @@ +name: basemetals_antimony_ore +mod: basemetals +block: { + location: basemetals:antimony_ore + hardness: 1 + level: 0 +} +loot: [ + { + item: basemetals:antimony_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/antimony_ore +} +recipe: { + result: basemetals:antimony_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 0 ] + size: 0 + count: 0 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_bismuth_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_bismuth_ore.hjson new file mode 100644 index 0000000..ffadc68 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_bismuth_ore.hjson @@ -0,0 +1,31 @@ +name: basemetals_bismuth_ore +mod: basemetals +block: { + location: basemetals:bismuth_ore + hardness: 1 + level: 0 +} +loot: [ + { + item: basemetals:bismuth_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/bismuth_ore +} +recipe: { + result: basemetals:bismuth_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 0 ] + size: 0 + count: 0 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_coldiron_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_coldiron_ore.hjson new file mode 100644 index 0000000..deffc99 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_coldiron_ore.hjson @@ -0,0 +1,31 @@ +name: basemetals_coldiron_ore +mod: basemetals +block: { + location: basemetals:coldiron_ore + hardness: 7 + level: 2 +} +loot: [ + { + item: basemetals:coldiron_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/coldiron_ore +} +recipe: { + result: basemetals:coldiron_ingot + xp: 0.699999988079071 + quantity: 1 +} +gen: [ + { + height: [ 0, 128 ] + size: 8 + count: 5 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_copper_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_copper_ore.hjson new file mode 100644 index 0000000..08ead4a --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_copper_ore.hjson @@ -0,0 +1,31 @@ +name: basemetals_copper_ore +mod: basemetals +block: { + location: basemetals:copper_ore + hardness: 4 + level: 1 +} +loot: [ + { + item: basemetals:copper_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/copper_ore +} +recipe: { + result: basemetals:copper_ingot + xp: 0.5 + quantity: 1 +} +gen: [ + { + height: [ 0, 96 ] + size: 8 + count: 10 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_cupronickel_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_cupronickel_ore.hjson new file mode 100644 index 0000000..b8ef908 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_cupronickel_ore.hjson @@ -0,0 +1,32 @@ +name: basemetals_cupronickel_ore +mod: basemetals +block: { + # Block doesn't exist? + location: "stone" # basemetals:cupronickel_ore + hardness: 6 + level: 2 +} +loot: [ + { + item: basemetals:cupronickel_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/cupronickel_ore +} +recipe: { + result: basemetals:cupronickel_ingot + xp: 0.6000000238418579 + quantity: 1 +} +gen: [ + { + height: [ 0, 0 ] + size: 0 + count: 0 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_lead_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_lead_ore.hjson new file mode 100644 index 0000000..1b03f8c --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_lead_ore.hjson @@ -0,0 +1,31 @@ +name: basemetals_lead_ore +mod: basemetals +block: { + location: basemetals:lead_ore + hardness: 1 + level: 0 +} +loot: [ + { + item: basemetals:lead_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/lead_ore +} +recipe: { + result: basemetals:lead_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 64 ] + size: 8 + count: 5 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_mercury_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_mercury_ore.hjson new file mode 100644 index 0000000..264133d --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_mercury_ore.hjson @@ -0,0 +1,31 @@ +name: basemetals_mercury_ore +mod: basemetals +block: { + location: basemetals:mercury_ore + hardness: 1 + level: 0 +} +loot: [ + { + item: basemetals:mercury_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/mercury_ore +} +recipe: { + result: basemetals:mercury_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 8 + count: 3 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_nickel_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_nickel_ore.hjson new file mode 100644 index 0000000..cecea2c --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_nickel_ore.hjson @@ -0,0 +1,31 @@ +name: basemetals_nickel_ore +mod: basemetals +block: { + location: basemetals:nickel_ore + hardness: 4 + level: 1 +} +loot: [ + { + item: basemetals:nickel_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/nickel_ore +} +recipe: { + result: basemetals:nickel_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 32, 96 ] + size: 8 + count: 1 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_pewter_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_pewter_ore.hjson new file mode 100644 index 0000000..88faad4 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_pewter_ore.hjson @@ -0,0 +1,32 @@ +name: basemetals_pewter_ore +mod: basemetals +block: { + # Block doesn't exist? + location: "stone" # basemetals:pewter_ore + hardness: 1 + level: 0 +} +loot: [ + { + item: basemetals:pewter_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/pewter_ore +} +recipe: { + result: basemetals:pewter_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 0 ] + size: 0 + count: 0 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_platinum_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_platinum_ore.hjson new file mode 100644 index 0000000..510678a --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_platinum_ore.hjson @@ -0,0 +1,31 @@ +name: basemetals_platinum_ore +mod: basemetals +block: { + location: basemetals:platinum_ore + hardness: 3 + level: 1 +} +loot: [ + { + item: basemetals:platinum_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/platinum_ore +} +recipe: { + result: basemetals:platinum_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 1, 32 ] + size: 8 + count: 1 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_silver_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_silver_ore.hjson new file mode 100644 index 0000000..699a69a --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_silver_ore.hjson @@ -0,0 +1,31 @@ +name: basemetals_silver_ore +mod: basemetals +block: { + location: basemetals:silver_ore + hardness: 5 + level: 1 +} +loot: [ + { + item: basemetals:silver_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/silver_ore +} +recipe: { + result: basemetals:silver_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 8 + count: 4 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_starsteel_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_starsteel_ore.hjson new file mode 100644 index 0000000..65a021d --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_starsteel_ore.hjson @@ -0,0 +1,27 @@ +name: basemetals_starsteel_ore +mod: basemetals +block: { + location: basemetals:starsteel_ore + hardness: 10 + level: 3 +} +loot: [ + { + item: basemetals:starsteel_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/starsteel_ore + background: blocks/end_stone +} +gen: [ + { + height: [ 0, 255 ] + size: 8 + count: 5 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_tin_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_tin_ore.hjson new file mode 100644 index 0000000..435d243 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_tin_ore.hjson @@ -0,0 +1,31 @@ +name: basemetals_tin_ore +mod: basemetals +block: { + location: basemetals:tin_ore + hardness: 1 + level: 1 +} +loot: [ + { + item: basemetals:tin_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/tin_ore +} +recipe: { + result: basemetals:tin_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 128 ] + size: 8 + count: 10 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/basemetals_zinc_ore.hjson b/server-patches/v0.3.0/config/osv/ores/basemetals_zinc_ore.hjson new file mode 100644 index 0000000..9b5ecf2 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/basemetals_zinc_ore.hjson @@ -0,0 +1,31 @@ +name: basemetals_zinc_ore +mod: basemetals +block: { + location: basemetals:zinc_ore + hardness: 1 + level: 0 +} +loot: [ + { + item: basemetals:zinc_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: basemetals:blocks/zinc_ore +} +recipe: { + result: basemetals:zinc_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 96 ] + size: 8 + count: 5 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/bewitchment_garnet_ore.hjson b/server-patches/v0.3.0/config/osv/ores/bewitchment_garnet_ore.hjson new file mode 100644 index 0000000..a999fe4 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/bewitchment_garnet_ore.hjson @@ -0,0 +1,34 @@ + # This preset was generated automatically. To enable + # custom generation settings, you must manually define + # `gen`. See TUTORIAL.hjson. +{ + name: bewitchment_garnet_ore + mod: bewitchment + block: { + location: bewitchment:garnet_ore + level: 2 + material: ROCK + soundType: STONE + lightLevel: 0 + resistance: 45 + hardness: 3 + ticksRandomly: false + slipperiness: 0.6000000238418579 + } + texture: { + original: bewitchment:blocks/garnet_ore + } + recipe: { + result: bewitchment:garnet + xp: 0.8500000238418579 + quantity: 1 + } + loot: [ + { + item: bewitchment:garnet + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } + ] +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/bewitchment_opal_ore.hjson b/server-patches/v0.3.0/config/osv/ores/bewitchment_opal_ore.hjson new file mode 100644 index 0000000..473d15e --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/bewitchment_opal_ore.hjson @@ -0,0 +1,34 @@ + # This preset was generated automatically. To enable + # custom generation settings, you must manually define + # `gen`. See TUTORIAL.hjson. +{ + name: bewitchment_opal_ore + mod: bewitchment + block: { + location: bewitchment:opal_ore + level: 2 + material: ROCK + soundType: STONE + lightLevel: 0 + resistance: 45 + hardness: 3 + ticksRandomly: false + slipperiness: 0.6000000238418579 + } + texture: { + original: bewitchment:blocks/opal_ore + } + recipe: { + result: bewitchment:opal + xp: 0.8500000238418579 + quantity: 1 + } + loot: [ + { + item: bewitchment:opal + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } + ] +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/biomesoplenty_amber_ore.hjson b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_amber_ore.hjson new file mode 100644 index 0000000..43ec672 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_amber_ore.hjson @@ -0,0 +1,35 @@ +name: biomesoplenty_amber_ore +mod: biomesoplenty +block: { + location: biomesoplenty:gem_ore:7 + hardness: 3 + level: 2 +} +loot: [ + { + item: biomesoplenty:gem:7 + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } +] +texture: { + original: biomesoplenty:blocks/amber_ore +} +recipe: { + result: biomesoplenty:gem:7 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 4, 32 ] + size: 4 + count: 1 + biomes: { + types: [ + FOREST + ] + } + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/biomesoplenty_amethyst_ore.hjson b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_amethyst_ore.hjson new file mode 100644 index 0000000..c6babb8 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_amethyst_ore.hjson @@ -0,0 +1,30 @@ +name: biomesoplenty_amethyst_ore +mod: biomesoplenty +block: { + location: biomesoplenty:gem_ore + hardness: 3 + level: 3 +} +loot: [ + { + item: biomesoplenty:gem + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } +] +texture: { + original: biomesoplenty:blocks/amethyst_ore +} +recipe: { + result: biomesoplenty:gem + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 4, 32 ] + size: 4 + count: 1 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/biomesoplenty_malachite_ore.hjson b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_malachite_ore.hjson new file mode 100644 index 0000000..9b99400 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_malachite_ore.hjson @@ -0,0 +1,35 @@ +name: biomesoplenty_malachite_ore +mod: biomesoplenty +block: { + location: biomesoplenty:gem_ore:5 + hardness: 3 + level: 2 +} +loot: [ + { + item: biomesoplenty:gem:5 + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } +] +texture: { + original: biomesoplenty:blocks/malachite_ore +} +recipe: { + result: biomesoplenty:gem:5 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 4, 32 ] + size: 4 + count: 1 + biomes: { + types: [ + SWAMP + ] + } + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/biomesoplenty_peridot_ore.hjson b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_peridot_ore.hjson new file mode 100644 index 0000000..c0219d2 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_peridot_ore.hjson @@ -0,0 +1,35 @@ +name: biomesoplenty_peridot_ore +mod: biomesoplenty +block: { + location: biomesoplenty:gem_ore:2 + hardness: 3 + level: 2 +} +loot: [ + { + item: biomesoplenty:gem:2 + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } +] +texture: { + original: biomesoplenty:blocks/peridot_ore +} +recipe: { + result: biomesoplenty:gem:2 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 4, 32 ] + size: 4 + count: 1 + biomes: { + types: [ + PLAINS + ] + } + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/biomesoplenty_ruby_ore.hjson b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_ruby_ore.hjson new file mode 100644 index 0000000..8bdbf2d --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_ruby_ore.hjson @@ -0,0 +1,36 @@ +name: biomesoplenty_ruby_ore +mod: biomesoplenty +block: { + location: biomesoplenty:gem_ore:1 + hardness: 3 + level: 2 +} +loot: [ + { + item: biomesoplenty:gem:1 + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } +] +texture: { + original: biomesoplenty:blocks/ruby_ore +} +recipe: { + result: biomesoplenty:gem:1 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 4, 32 ] + size: 4 + count: 1 + biomes: { + types: [ + DRY + SANDY + ] + } + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/biomesoplenty_sapphire_ore.hjson b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_sapphire_ore.hjson new file mode 100644 index 0000000..7e996f3 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_sapphire_ore.hjson @@ -0,0 +1,36 @@ +name: biomesoplenty_sapphire_ore +mod: biomesoplenty +block: { + location: biomesoplenty:gem_ore:6 + hardness: 3 + level: 2 +} +loot: [ + { + item: biomesoplenty:gem:6 + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } +] +texture: { + original: biomesoplenty:blocks/sapphire_ore +} +recipe: { + result: biomesoplenty:gem:6 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 4, 32 ] + size: 4 + count: 1 + biomes: { + types: [ + OCEAN + WATER + ] + } + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/biomesoplenty_tanzanite_ore.hjson b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_tanzanite_ore.hjson new file mode 100644 index 0000000..fae87a8 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_tanzanite_ore.hjson @@ -0,0 +1,35 @@ +name: biomesoplenty_tanzanite_ore +mod: biomesoplenty +block: { + location: biomesoplenty:gem_ore:4 + hardness: 3 + level: 2 +} +loot: [ + { + item: biomesoplenty:gem:4 + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } +] +texture: { + original: biomesoplenty:blocks/tanzanite_ore +} +recipe: { + result: biomesoplenty:gem:4 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 4, 32 ] + size: 4 + count: 1 + biomes: { + types: [ + SNOWY + ] + } + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/biomesoplenty_topaz_ore.hjson b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_topaz_ore.hjson new file mode 100644 index 0000000..4045a94 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/biomesoplenty_topaz_ore.hjson @@ -0,0 +1,36 @@ +name: biomesoplenty_topaz_ore +mod: biomesoplenty +block: { + location: biomesoplenty:gem_ore:3 + hardness: 3 + level: 2 +} +loot: [ + { + item: biomesoplenty:gem:3 + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } +] +texture: { + original: biomesoplenty:blocks/topaz_ore +} +recipe: { + result: biomesoplenty:gem:3 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 4, 32 ] + size: 4 + count: 1 + biomes: { + types: [ + JUNGLE + BEACH + ] + } + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/coal_ore.hjson b/server-patches/v0.3.0/config/osv/ores/coal_ore.hjson new file mode 100644 index 0000000..a10143c --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/coal_ore.hjson @@ -0,0 +1,31 @@ +name: coal_ore +mod: minecraft +block: { + location: coal_ore + hardness: 3 + level: 0 +} +loot: [ + { + item: coal + count: [ 1, 1 ] + xp: [ 2 ] + chance: 1 + } +] +texture: { + shade: false + original: blocks/coal_ore +} +recipe: { + result: coal + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 128 ] + size: 20 + count: 17 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/diamond_ore.hjson b/server-patches/v0.3.0/config/osv/ores/diamond_ore.hjson new file mode 100644 index 0000000..dbcd576 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/diamond_ore.hjson @@ -0,0 +1,31 @@ +name: diamond_ore +mod: minecraft +block: { + location: diamond_ore + hardness: 3 + level: 2 +} +loot: [ + { + item: diamond + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } +] +texture: { + shade: false + original: blocks/diamond_ore +} +recipe: { + result: diamond + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 0, 16 ] + size: 8 + count: 1 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/embers_aluminum_ore.hjson b/server-patches/v0.3.0/config/osv/ores/embers_aluminum_ore.hjson new file mode 100644 index 0000000..f4b80bc --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/embers_aluminum_ore.hjson @@ -0,0 +1,31 @@ +name: embers_aluminum_ore +mod: embers +block: { + location: embers:ore_aluminum + hardness: 1.600000023841858 + level: 1 +} +loot: [ + { + item: embers:ore_aluminum + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: embers:blocks/ore_aluminum_vanilla +} +recipe: { + result: embers:ingot_aluminum + xp: 0.550000011920929 + quantity: 1 +} +gen: [ + { + height: [ 0, 58 ] + size: 6 + count: 4 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/embers_copper_ore.hjson b/server-patches/v0.3.0/config/osv/ores/embers_copper_ore.hjson new file mode 100644 index 0000000..4b52ad0 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/embers_copper_ore.hjson @@ -0,0 +1,31 @@ +name: embers_copper_ore +mod: embers +block: { + location: embers:ore_copper + hardness: 1.7999999523162842 + level: 1 +} +loot: [ + { + item: embers:ore_copper + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: embers:blocks/ore_copper_vanilla +} +recipe: { + result: embers:ingot_copper + xp: 0.6499999761581421 + quantity: 1 +} +gen: [ + { + height: [ 0, 64 ] + size: 12 + count: 6 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/embers_lead_ore.hjson b/server-patches/v0.3.0/config/osv/ores/embers_lead_ore.hjson new file mode 100644 index 0000000..41edf6f --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/embers_lead_ore.hjson @@ -0,0 +1,31 @@ +name: embers_lead_ore +mod: embers +block: { + location: embers:ore_lead + hardness: 2.5 + level: 2 +} +loot: [ + { + item: embers:ore_lead + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: embers:blocks/ore_lead_vanilla +} +recipe: { + result: embers:ingot_lead + xp: 0.3499999940395355 + quantity: 1 +} +gen: [ + { + height: [ 0, 64 ] + size: 8 + count: 4 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/embers_nickel_ore.hjson b/server-patches/v0.3.0/config/osv/ores/embers_nickel_ore.hjson new file mode 100644 index 0000000..92ae57f --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/embers_nickel_ore.hjson @@ -0,0 +1,31 @@ +name: embers_nickel_ore +mod: embers +block: { + location: embers:ore_nickel + hardness: 2.200000047683716 + level: 1 +} +loot: [ + { + item: embers:ore_nickel + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: embers:blocks/ore_nickel_vanilla +} +recipe: { + result: embers:ingot_nickel + xp: 0.550000011920929 + quantity: 1 +} +gen: [ + { + height: [ 0, 24 ] + size: 6 + count: 4 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/embers_silver_ore.hjson b/server-patches/v0.3.0/config/osv/ores/embers_silver_ore.hjson new file mode 100644 index 0000000..555220e --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/embers_silver_ore.hjson @@ -0,0 +1,31 @@ +name: embers_silver_ore +mod: embers +block: { + location: embers:ore_silver + hardness: 2.5 + level: 2 +} +loot: [ + { + item: embers:ore_silver + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: embers:blocks/ore_silver_vanilla +} +recipe: { + result: embers:ingot_silver + xp: 0.3499999940395355 + quantity: 1 +} +gen: [ + { + height: [ 0, 28 ] + size: 6 + count: 4 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/emerald_ore.hjson b/server-patches/v0.3.0/config/osv/ores/emerald_ore.hjson new file mode 100644 index 0000000..210ace3 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/emerald_ore.hjson @@ -0,0 +1,35 @@ +name: emerald_ore +mod: minecraft +block: { + location: emerald_ore + hardness: 3 + level: 2 +} +loot: [ + { + item: emerald + count: [ 1, 1 ] + xp: [ 3, 7 ] + chance: 1 + } +] +texture: { + original: blocks/emerald_ore +} +recipe: { + result: emerald + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 3 + count: 2 + biomes: { + types: [ + MOUNTAIN + ] + } + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/glasshearts_agate_ore.hjson b/server-patches/v0.3.0/config/osv/ores/glasshearts_agate_ore.hjson new file mode 100644 index 0000000..5e53b68 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/glasshearts_agate_ore.hjson @@ -0,0 +1,30 @@ +name: glasshearts_agate_ore +mod: glasshearts +block: { + location: glasshearts:ore:7 + hardness: 3 + level: 2 +} +loot: [ + { + item: glasshearts:gem:7 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: glasshearts:blocks/agate_ore +} +recipe: { + result: glasshearts:gem:7 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 3 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/glasshearts_amethyst_ore.hjson b/server-patches/v0.3.0/config/osv/ores/glasshearts_amethyst_ore.hjson new file mode 100644 index 0000000..3f09339 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/glasshearts_amethyst_ore.hjson @@ -0,0 +1,30 @@ +name: glasshearts_amethyst_ore +mod: glasshearts +block: { + location: glasshearts:ore + hardness: 3 + level: 2 +} +loot: [ + { + item: glasshearts:gem + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: glasshearts:blocks/amethyst_ore +} +recipe: { + result: glasshearts:gem + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 3 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/glasshearts_opal_ore.hjson b/server-patches/v0.3.0/config/osv/ores/glasshearts_opal_ore.hjson new file mode 100644 index 0000000..c9dd438 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/glasshearts_opal_ore.hjson @@ -0,0 +1,30 @@ +name: glasshearts_opal_ore +mod: glasshearts +block: { + location: glasshearts:ore:4 + hardness: 3 + level: 2 +} +loot: [ + { + item: glasshearts:gem:4 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: glasshearts:blocks/opal_ore +} +recipe: { + result: glasshearts:gem:4 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 3 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/glasshearts_ruby_ore.hjson b/server-patches/v0.3.0/config/osv/ores/glasshearts_ruby_ore.hjson new file mode 100644 index 0000000..7628bec --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/glasshearts_ruby_ore.hjson @@ -0,0 +1,30 @@ +name: glasshearts_ruby_ore +mod: glasshearts +block: { + location: glasshearts:ore:1 + hardness: 3 + level: 2 +} +loot: [ + { + item: glasshearts:gem:1 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: glasshearts:blocks/ruby_ore +} +recipe: { + result: glasshearts:gem:1 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 3 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/glasshearts_sapphire_ore.hjson b/server-patches/v0.3.0/config/osv/ores/glasshearts_sapphire_ore.hjson new file mode 100644 index 0000000..9fd15e2 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/glasshearts_sapphire_ore.hjson @@ -0,0 +1,30 @@ +name: glasshearts_sapphire_ore +mod: glasshearts +block: { + location: glasshearts:ore:3 + hardness: 3 + level: 2 +} +loot: [ + { + item: glasshearts:gem:3 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: glasshearts:blocks/sapphire_ore +} +recipe: { + result: glasshearts:gem:3 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 3 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/glasshearts_topaz_ore.hjson b/server-patches/v0.3.0/config/osv/ores/glasshearts_topaz_ore.hjson new file mode 100644 index 0000000..3233cf1 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/glasshearts_topaz_ore.hjson @@ -0,0 +1,30 @@ +name: glasshearts_topaz_ore +mod: glasshearts +block: { + location: glasshearts:ore:2 + hardness: 3 + level: 2 +} +loot: [ + { + item: glasshearts:gem:2 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: glasshearts:blocks/topaz_ore +} +recipe: { + result: glasshearts:gem:2 + xp: 1.2000000476837158 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 3 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/gold_ore.hjson b/server-patches/v0.3.0/config/osv/ores/gold_ore.hjson new file mode 100644 index 0000000..2e23288 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/gold_ore.hjson @@ -0,0 +1,31 @@ +name: gold_ore +mod: minecraft +block: { + location: gold_ore + hardness: 3 + level: 2 +} +loot: [ + { + item: gold_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: blocks/gold_ore +} +recipe: { + result: gold_ingot + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 9 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/iceandfire_sapphire_ore.hjson b/server-patches/v0.3.0/config/osv/ores/iceandfire_sapphire_ore.hjson new file mode 100644 index 0000000..8ffe30a --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/iceandfire_sapphire_ore.hjson @@ -0,0 +1,36 @@ +name: iceandfire_sapphire_ore +mod: iceandfire +block: { + location: iceandfire:sapphire_ore + hardness: 3 + level: 2 +} +loot: [ + { + item: iceandfire:sapphire_gem + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: iceandfire:blocks/sapphire_ore +} +recipe: { + result: iceandfire:sapphire_gem + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 4, 32 ] + size: 3 + count: 2 + biomes: { + names: [ + iceandfire:glacier + ] + } + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/iceandfire_silver_ore.hjson b/server-patches/v0.3.0/config/osv/ores/iceandfire_silver_ore.hjson new file mode 100644 index 0000000..224ed11 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/iceandfire_silver_ore.hjson @@ -0,0 +1,31 @@ +name: iceandfire_silver_ore +mod: iceandfire +block: { + location: iceandfire:silver_ore + hardness: 3 + level: 2 +} +loot: [ + { + item: iceandfire:silver_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: iceandfire:blocks/silver_ore +} +recipe: { + result: iceandfire:silver_ingot + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 4, 32 ] + size: 9 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/immersiveengineering_aluminum_ore.hjson b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_aluminum_ore.hjson new file mode 100644 index 0000000..7bc818a --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_aluminum_ore.hjson @@ -0,0 +1,30 @@ +name: immersiveengineering_aluminum_ore +mod: immersiveengineering +block: { + location: immersiveengineering:ore:1 + hardness: 3 + level: 1 +} +loot: [ + { + item: immersiveengineering:ore:1 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: immersiveengineering:blocks/ore_aluminum +} +recipe: { + result: immersiveengineering:metal:1 + xp: 0.30000001192092896 + quantity: 1 +} +gen: [ + { + height: [ 40, 72 ] + size: 4 + count: 8 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/immersiveengineering_copper_ore.hjson b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_copper_ore.hjson new file mode 100644 index 0000000..c8cb523 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_copper_ore.hjson @@ -0,0 +1,30 @@ +name: immersiveengineering_copper_ore +mod: immersiveengineering +block: { + location: immersiveengineering:ore + hardness: 3 + level: 1 +} +loot: [ + { + item: immersiveengineering:ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: immersiveengineering:blocks/ore_copper +} +recipe: { + result: immersiveengineering:metal + xp: 0.30000001192092896 + quantity: 1 +} +gen: [ + { + height: [ 40, 72 ] + size: 8 + count: 8 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/immersiveengineering_lead_ore.hjson b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_lead_ore.hjson new file mode 100644 index 0000000..5405173 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_lead_ore.hjson @@ -0,0 +1,30 @@ +name: immersiveengineering_lead_ore +mod: immersiveengineering +block: { + location: immersiveengineering:ore:2 + hardness: 3 + level: 2 +} +loot: [ + { + item: immersiveengineering:ore:2 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: immersiveengineering:blocks/ore_lead +} +recipe: { + result: immersiveengineering:metal:2 + xp: 0.699999988079071 + quantity: 1 +} +gen: [ + { + height: [ 8, 36 ] + size: 6 + count: 4 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/immersiveengineering_nickel_ore.hjson b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_nickel_ore.hjson new file mode 100644 index 0000000..5421a09 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_nickel_ore.hjson @@ -0,0 +1,30 @@ +name: immersiveengineering_nickel_ore +mod: immersiveengineering +block: { + location: immersiveengineering:ore:4 + hardness: 3 + level: 2 +} +loot: [ + { + item: immersiveengineering:ore:4 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: immersiveengineering:blocks/ore_nickel +} +recipe: { + result: immersiveengineering:metal:4 + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 8, 24 ] + size: 6 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/immersiveengineering_silver_ore.hjson b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_silver_ore.hjson new file mode 100644 index 0000000..42d8219 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_silver_ore.hjson @@ -0,0 +1,30 @@ +name: immersiveengineering_silver_ore +mod: immersiveengineering +block: { + location: immersiveengineering:ore:3 + hardness: 3 + level: 2 +} +loot: [ + { + item: immersiveengineering:ore:3 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: immersiveengineering:blocks/ore_silver +} +recipe: { + result: immersiveengineering:metal:3 + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 8, 40 ] + size: 8 + count: 3 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/immersiveengineering_uranium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_uranium_ore.hjson new file mode 100644 index 0000000..92e5799 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/immersiveengineering_uranium_ore.hjson @@ -0,0 +1,30 @@ +name: immersiveengineering_uranium_ore +mod: immersiveengineering +block: { + location: immersiveengineering:ore:5 + hardness: 3 + level: 2 +} +loot: [ + { + item: immersiveengineering:ore:5 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: immersiveengineering:blocks/ore_uranium +} +recipe: { + result: immersiveengineering:metal:5 + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 8, 24 ] + size: 4 + count: 1 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/iron_ore.hjson b/server-patches/v0.3.0/config/osv/ores/iron_ore.hjson new file mode 100644 index 0000000..75a1a55 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/iron_ore.hjson @@ -0,0 +1,31 @@ +name: iron_ore +mod: minecraft +block: { + location: iron_ore + hardness: 3 + level: 1 +} +loot: [ + { + item: iron_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: blocks/iron_ore +} +recipe: { + result: iron_ingot + xp: 0.699999988079071 + quantity: 1 +} +gen: [ + { + height: [ 0, 64 ] + size: 9 + count: 20 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/lapis_ore.hjson b/server-patches/v0.3.0/config/osv/ores/lapis_ore.hjson new file mode 100644 index 0000000..263800f --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/lapis_ore.hjson @@ -0,0 +1,31 @@ +name: lapis_ore +mod: minecraft +block: { + location: lapis_ore + hardness: 3 + level: 2 +} +loot: [ + { + item: dye:4 + count: [ 4, 8 ] + xp: [ 2, 5 ] + chance: 1 + } +] +texture: { + shade: false + original: blocks/lapis_ore +} +recipe: { + result: dye:4 + xp: 0.20000000298023224 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 7 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/mekanism_oreblock.hjson b/server-patches/v0.3.0/config/osv/ores/mekanism_oreblock.hjson new file mode 100644 index 0000000..633d367 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/mekanism_oreblock.hjson @@ -0,0 +1,35 @@ + # This preset was generated automatically. To enable + # custom generation settings, you must manually define + # `gen`. See TUTORIAL.hjson. +{ + name: mekanism_oreblock + mod: mekanism + block: { + location: mekanism:oreblock + level: 1 + material: ROCK + soundType: STONE + lightLevel: 0 + resistance: 15 + hardness: 3 + ticksRandomly: false + slipperiness: 0.6000000238418579 + } + texture: { + shade: false + original: mekanism:blocks/osmiumore + } + recipe: { + result: mekanism:ingot:1 + xp: 0 + quantity: 1 + } + loot: [ + { + item: mekanism:oreblock + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } + ] +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_adamantine_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_adamantine_ore.hjson new file mode 100644 index 0000000..213055a --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_adamantine_ore.hjson @@ -0,0 +1,31 @@ +name: metallurgy_adamantine_ore +mod: metallurgy +block: { + location: metallurgy:adamantine_ore + level: 6 + lightLevel: 5 + resistance: 45 +} +texture: { + original: metallurgy:blocks/adamantine_ore +} +recipe: { + result: metallurgy:adamantine_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:adamantine_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 30 ] + size: 3 + count: 3 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_alduorite_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_alduorite_ore.hjson new file mode 100644 index 0000000..bc550b0 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_alduorite_ore.hjson @@ -0,0 +1,31 @@ +name: metallurgy_alduorite_ore +mod: metallurgy +block: { + location: metallurgy:alduorite_ore + level: 3 + resistance: 30 +} +texture: { + original: metallurgy:blocks/alduorite_ore + background: blocks/netherrack +} +recipe: { + result: metallurgy:alduorite_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:alduorite_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 128 ] + size: 4 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_astral_silver_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_astral_silver_ore.hjson new file mode 100644 index 0000000..7bff6a6 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_astral_silver_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_astral_silver_ore +mod: metallurgy +block: { + location: metallurgy:astral_silver_ore + level: 4 + resistance: 30 +} +texture: { + original: metallurgy:blocks/astral_silver_ore +} +recipe: { + result: metallurgy:astral_silver_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:astral_silver_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 24, 64 ] + size: 6 + count: 3 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_atlarus_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_atlarus_ore.hjson new file mode 100644 index 0000000..8512583 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_atlarus_ore.hjson @@ -0,0 +1,31 @@ +name: metallurgy_atlarus_ore +mod: metallurgy +block: { + location: metallurgy:atlarus_ore + level: 6 + lightLevel: 5 + resistance: 45 +} +texture: { + original: metallurgy:blocks/atlarus_ore +} +recipe: { + result: metallurgy:atlarus_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:atlarus_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 64 ] + size: 3 + count: 3 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_carmot_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_carmot_ore.hjson new file mode 100644 index 0000000..506e3cd --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_carmot_ore.hjson @@ -0,0 +1,30 @@ +mame: metallurgy_carmot_ore +mod: metallurgy +block: { + location: metallurgy:carmot_ore + level: 4 + resistance: 45 +} +texture: { + original: metallurgy:blocks/carmot_ore +} +recipe: { + result: metallurgy:carmot_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:carmot_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 32, 64 ] + size: 6 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_ceruclase_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_ceruclase_ore.hjson new file mode 100644 index 0000000..34bcbc1 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_ceruclase_ore.hjson @@ -0,0 +1,31 @@ +name: metallurgy_ceruclase_ore +mod: metallurgy +block: { + location: metallurgy:ceruclase_ore + level: 3 + resistance: 45 +} +texture: { + original: metallurgy:blocks/ceruclase_ore + background: blocks/netherrack +} +recipe: { + result: metallurgy:ceruclase_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:ceruclase_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 128 ] + size: 5 + count: 3 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_copper_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_copper_ore.hjson new file mode 100644 index 0000000..ab94ef1 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_copper_ore.hjson @@ -0,0 +1,29 @@ +name: metallurgy_copper_ore +mod: metallurgy +block: { + location: metallurgy:copper_ore + resistance: 18 +} +texture: { + original: metallurgy:blocks/copper_ore +} +recipe: { + result: metallurgy:copper_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:copper_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 35, 120 ] + size: 8 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_deep_iron_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_deep_iron_ore.hjson new file mode 100644 index 0000000..4919143 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_deep_iron_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_deep_iron_ore +mod: metallurgy +block: { + location: metallurgy:deep_iron_ore + level: 2 + resistance: 30 +} +texture: { + original: metallurgy:blocks/deep_iron_ore +} +recipe: { + result: metallurgy:deep_iron_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:deep_iron_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 10, 30 ] + size: 5 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_eximite_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_eximite_ore.hjson new file mode 100644 index 0000000..496dfcb --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_eximite_ore.hjson @@ -0,0 +1,31 @@ +name: metallurgy_eximite_ore +mod: metallurgy +block: { + location: metallurgy:eximite_ore + level: 3 + resistance: 45 +} +texture: { + original: metallurgy:blocks/eximite_ore + background: blocks/end_stone +} +recipe: { + result: metallurgy:eximite_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:eximite_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 128 ] + size: 7 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_ignatius_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_ignatius_ore.hjson new file mode 100644 index 0000000..206adb8 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_ignatius_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_ignatius_ore +mod: metallurgy +block: { + location: metallurgy:ignatius_ore + resistance: 18 +} +texture: { + original: metallurgy:blocks/ignatius_ore + background: blocks/netherrack +} +recipe: { + result: metallurgy:ignatius_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:ignatius_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 255 ] + size: 10 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_infuscolium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_infuscolium_ore.hjson new file mode 100644 index 0000000..e6bfce3 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_infuscolium_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_infuscolium_ore +mod: metallurgy +block: { + location: metallurgy:infuscolium_ore + level: 2 + resistance: 30 +} +texture: { + original: metallurgy:blocks/infuscolium_ore +} +recipe: { + result: metallurgy:infuscolium_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:infuscolium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 10, 72 ] + size: 7 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_kalendrite_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_kalendrite_ore.hjson new file mode 100644 index 0000000..46e9504 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_kalendrite_ore.hjson @@ -0,0 +1,31 @@ +name: metallurgy_kalendrite_ore +mod: metallurgy +block: { + location: metallurgy:kalendrite_ore + level: 4 + resistance: 45 +} +texture: { + original: metallurgy:blocks/kalendrite_ore + background: blocks/netherrack +} +recipe: { + result: metallurgy:kalendrite_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:kalendrite_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 27, 120 ] + size: 5 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_lemurite_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_lemurite_ore.hjson new file mode 100644 index 0000000..17e4463 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_lemurite_ore.hjson @@ -0,0 +1,31 @@ +name: metallurgy_lemurite_ore +mod: metallurgy +block: { + location: metallurgy:lemurite_ore + level: 2 + resistance: 18 +} +texture: { + original: metallurgy:blocks/lemurite_ore + background: blocks/netherrack +} +recipe: { + result: metallurgy:lemurite_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:lemurite_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 100 ] + size: 7 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_lutetium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_lutetium_ore.hjson new file mode 100644 index 0000000..e1875e1 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_lutetium_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_lutetium_ore +mod: metallurgy +block: { + location: metallurgy:lutetium_ore + level: 4 + resistance: 45 +} +texture: { + original: metallurgy:blocks/lutetium_ore +} +recipe: { + result: metallurgy:lutetium_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:lutetium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 20, 50 ] + size: 4 + count: 3 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_manganese_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_manganese_ore.hjson new file mode 100644 index 0000000..586c65f --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_manganese_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_manganese_ore +mod: metallurgy +block: { + location: metallurgy:manganese_ore + level: 3 + resistance: 30 +} +texture: { + original: metallurgy:blocks/manganese_ore +} +recipe: { + result: metallurgy:manganese_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:manganese_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 128 ] + size: 9 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_meutoite_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_meutoite_ore.hjson new file mode 100644 index 0000000..ebc2752 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_meutoite_ore.hjson @@ -0,0 +1,32 @@ +name: metallurgy_meutoite_ore +mod: metallurgy +block: { + location: metallurgy:meutoite_ore + level: 4 + resistance: 45 +} +texture: { + original: metallurgy:blocks/meutoite_ore + background: blocks/end_stone + threshold: 1.75 +} +recipe: { + result: metallurgy:meutoite_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:meutoite_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 128 ] + size: 7 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_midasium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_midasium_ore.hjson new file mode 100644 index 0000000..bef2c4e --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_midasium_ore.hjson @@ -0,0 +1,31 @@ +name: metallurgy_midasium_ore +mod: metallurgy +block: { + location: metallurgy:midasium_ore + level: 3 + resistance: 30 +} +texture: { + original: metallurgy:blocks/midasium_ore + background: blocks/netherrack +} +recipe: { + result: metallurgy:midasium_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:midasium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 32, 255 ] + size: 6 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_mithril_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_mithril_ore.hjson new file mode 100644 index 0000000..b93bbf3 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_mithril_ore.hjson @@ -0,0 +1,29 @@ +name: metallurgy_mithril_ore +mod: metallurgy +block: { + location: metallurgy:mithril_ore + level: 4 + resistance: 45 +} +texture: { + original: metallurgy:blocks/mithril_ore +} +recipe: { + result: metallurgy:mithril_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:mithril_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + } +] +gen: [ + { + height: [ 32, 128 ] + size: 5 + count: 1 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_orichalcum_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_orichalcum_ore.hjson new file mode 100644 index 0000000..9017dc2 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_orichalcum_ore.hjson @@ -0,0 +1,31 @@ +name: metallurgy_orichalcum_ore +mod: metallurgy +block: { + location: metallurgy:orichalcum_ore + level: 5 + lightLevel: 5 + resistance: 60 +} +texture: { + original: metallurgy:blocks/orichalcum_ore +} +recipe: { + result: metallurgy:orichalcum_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:orichalcum_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 128 ] + size: 6 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_osmium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_osmium_ore.hjson new file mode 100644 index 0000000..f32e4c5 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_osmium_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_osmium_ore +mod: metallurgy +block: { + location: metallurgy:osmium_ore + level: 2 + resistance: 60 +} +texture: { + original: metallurgy:blocks/osmium_ore +} +recipe: { + result: metallurgy:osmium_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:osmium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 10, 50 ] + size: 6 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_oureclase_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_oureclase_ore.hjson new file mode 100644 index 0000000..d3a3382 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_oureclase_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_oureclase_ore +mod: metallurgy +block: { + location: metallurgy:oureclase_ore + level: 3 + resistance: 45 +} +texture: { + original: metallurgy:blocks/oureclase_ore +} +recipe: { + result: metallurgy:oureclase_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:oureclase_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 128 ] + size: 5 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_phosphorite_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_phosphorite_ore.hjson new file mode 100644 index 0000000..bc88ab2 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_phosphorite_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_phosphorite_ore +mod: metallurgy +block: { + location: metallurgy:phosphorite_ore + level: 2 + resistance: 30 +} +texture: { + original: metallurgy:blocks/phosphorite_ore +} +recipe: { + result: metallurgy:phosphorus + xp: 0.5 + quantity: 1 +} +loot: [ + { + item: metallurgy:phosphorus + count: [ 1, 3 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 100 ] + size: 5 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_platinum_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_platinum_ore.hjson new file mode 100644 index 0000000..0909113 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_platinum_ore.hjson @@ -0,0 +1,46 @@ +name: metallurgy_platinum_ore +mod: metallurgy +block: { + location: metallurgy:platinum_ore + level: 2 + resistance: 45 +} +texture: { + original: metallurgy:blocks/platinum_ore +} +recipe: { + result: metallurgy:platinum_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:platinum_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 80 ] + size: 4 + count: 3 + blacklistBiomes: true + biomes: { + types: [ + WARM + ] + } + } + { + height: [ 0, 80 ] + size: 4 + count: 7 + biomes: { + types: [ + WARM + ] + } + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_potash_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_potash_ore.hjson new file mode 100644 index 0000000..2e4c37f --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_potash_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_potash_ore +mod: metallurgy +block: { + location: metallurgy:potash_ore + level: 2 + resistance: 30 +} +texture: { + original: metallurgy:blocks/potash_ore +} +recipe: { + result: metallurgy:potash + xp: 0.5 + quantity: 1 +} +loot: [ + { + item: metallurgy:potash + count: [ 1, 3 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 32, 72 ] + size: 7 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_prometheum_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_prometheum_ore.hjson new file mode 100644 index 0000000..919cfce --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_prometheum_ore.hjson @@ -0,0 +1,29 @@ +name: metallurgy_prometheum_ore +mod: metallurgy +block: { + location: metallurgy:prometheum_ore + resistance: 30 +} +texture: { + original: metallurgy:blocks/prometheum_ore +} +recipe: { + result: metallurgy:prometheum_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:prometheum_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 64 ] + size: 6 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_rubracium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_rubracium_ore.hjson new file mode 100644 index 0000000..377853a --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_rubracium_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_rubracium_ore +mod: metallurgy +block: { + location: metallurgy:rubracium_ore + level: 4 + resistance: 30 +} +texture: { + original: metallurgy:blocks/rubracium_ore +} +recipe: { + result: metallurgy:rubracium_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:rubracium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 10, 40 ] + size: 6 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_sanguinite_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_sanguinite_ore.hjson new file mode 100644 index 0000000..d594ab0 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_sanguinite_ore.hjson @@ -0,0 +1,32 @@ +name: metallurgy_sanguinite_ore +mod: metallurgy +block: { + location: metallurgy:sanguinite_ore + level: 6 + lightLevel: 5 + resistance: 60 +} +texture: { + original: metallurgy:blocks/sanguinite_ore + background: blocks/netherrack +} +recipe: { + result: metallurgy:sanguinite_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:sanguinite_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 128 ] + size: 4 + count: 3 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_shadow_iron_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_shadow_iron_ore.hjson new file mode 100644 index 0000000..6f9bf15 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_shadow_iron_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_shadow_iron_ore +mod: metallurgy +block: { + location: metallurgy:shadow_iron_ore + resistance: 18 +} +texture: { + original: metallurgy:blocks/shadow_iron_ore + background: blocks/netherrack +} +recipe: { + result: metallurgy:shadow_iron_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:shadow_iron_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 16, 124 ] + size: 6 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_silver_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_silver_ore.hjson new file mode 100644 index 0000000..1dee334 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_silver_ore.hjson @@ -0,0 +1,29 @@ +name: metallurgy_silver_ore +mod: metallurgy +block: { + location: metallurgy:silver_ore + resistance: 30 +} +texture: { + original: metallurgy:blocks/silver_ore +} +recipe: { + result: metallurgy:silver_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:silver_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 128 ] + size: 8 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_sulfur_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_sulfur_ore.hjson new file mode 100644 index 0000000..5c38888 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_sulfur_ore.hjson @@ -0,0 +1,30 @@ +name: metallurgy_sulfur_ore +mod: metallurgy +block: { + location: metallurgy:sulfur_ore + level: 2 + resistance: 30 +} +texture: { + original: metallurgy:blocks/sulfur_ore +} +recipe: { + result: metallurgy:sulfur_dust + xp: 0.5 + quantity: 1 +} +loot: [ + { + item: metallurgy:sulfur_dust + count: [ 1, 4 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 15 ] + size: 6 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_tin_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_tin_ore.hjson new file mode 100644 index 0000000..3339467 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_tin_ore.hjson @@ -0,0 +1,29 @@ +name: metallurgy_tin_ore +mod: metallurgy +block: { + location: metallurgy:tin_ore + resistance: 18 +} +texture: { + original: metallurgy:blocks/tin_ore +} +recipe: { + result: metallurgy:tin_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:tin_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 25, 48 ] + size: 10 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_vulcanite_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_vulcanite_ore.hjson new file mode 100644 index 0000000..7b4ae5a --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_vulcanite_ore.hjson @@ -0,0 +1,33 @@ +name: metallurgy_vulcanite_ore +mod: metallurgy +block: { + location: metallurgy:vulcanite_ore + level: 5 + lightLevel: 5 + resistance: 45 +} +texture: { + original: metallurgy:blocks/vulcanite_ore + background: blocks/netherrack + builtIn: true +} +recipe: { + result: metallurgy:vulcanite_ingot + xp: 0.6 + quantity: 1 +} +loot: [ + { + item: metallurgy:vulcanite_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 128 ] + size: 5 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_vyroxeres_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_vyroxeres_ore.hjson new file mode 100644 index 0000000..d0f33d6 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_vyroxeres_ore.hjson @@ -0,0 +1,31 @@ +name: metallurgy_vyroxeres_ore +mod: metallurgy +block: { + location: metallurgy:vyroxeres_ore + level: 4 + resistance: 45 +} +texture: { + original: metallurgy:blocks/vyroxeres_ore + background: blocks/netherrack +} +recipe: { + result: metallurgy:vyroxeres_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:vyroxeres_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 120 ] + size: 5 + count: 7 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/metallurgy_zinc_ore.hjson b/server-patches/v0.3.0/config/osv/ores/metallurgy_zinc_ore.hjson new file mode 100644 index 0000000..1c67e6a --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/metallurgy_zinc_ore.hjson @@ -0,0 +1,29 @@ +name: metallurgy_zinc_ore +mod: metallurgy +block: { + location: metallurgy:zinc_ore + resistance: 30 +} +texture: { + original: metallurgy:blocks/zinc_ore +} +recipe: { + result: metallurgy:zinc_ingot + xp: 1 + quantity: 1 +} +loot: [ + { + item: metallurgy:zinc_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +gen: [ + { + height: [ 0, 128 ] + size: 8 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/ores/mineralogy_phosphorous_ore.hjson b/server-patches/v0.3.0/config/osv/ores/mineralogy_phosphorous_ore.hjson new file mode 100644 index 0000000..d0c7d8d --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/mineralogy_phosphorous_ore.hjson @@ -0,0 +1,31 @@ +name: mineralogy_phosphorous_ore +mod: mineralogy +block: { + location: mineralogy:phosphorous_ore + hardness: 1.5 + level: 0 +} +loot: [ + { + item: mineralogy:phosphorous_dust + count: [ 1, 4 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + original: mineralogy:blocks/phosphorous_ore + background: mineralogy:blocks/limestone +} +recipe: { + result: mineralogy:phosphorous_dust + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 16, 64 ] + size: 16 + count: 1 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/mineralogy_sulfur_ore.hjson b/server-patches/v0.3.0/config/osv/ores/mineralogy_sulfur_ore.hjson new file mode 100644 index 0000000..2906540 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/mineralogy_sulfur_ore.hjson @@ -0,0 +1,31 @@ +name: mineralogy_sulfur_ore +mod: mineralogy +block: { + location: mineralogy:sulfur_ore + hardness: 1.5 + level: 0 +} +loot: [ + { + item: mineralogy:sulfur_dust + count: [ 1, 4 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: mineralogy:blocks/sulfur_ore +} +recipe: { + result: mineralogy:sulfur_dust + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 16, 64 ] + size: 16 + count: 1 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_aluminum_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_aluminum_ore.hjson new file mode 100644 index 0000000..dd183da --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_aluminum_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_aluminum_ore +mod: modernmetals +block: { + location: modernmetals:aluminum_ore + hardness: 3.75 + level: 1 +} +loot: [ + { + item: modernmetals:aluminum_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/aluminum_ore +} +recipe: { + result: modernmetals:aluminum_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 96 ] + size: 10 + count: 8 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_aluminumbrass_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_aluminumbrass_ore.hjson new file mode 100644 index 0000000..13e25a1 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_aluminumbrass_ore.hjson @@ -0,0 +1,19 @@ +name: modernmetals_aluminumbrass_ore +mod: modernmetals +block: { + location: modernmetals:aluminumbrass_ore + hardness: 7.5 + level: 2 +} +loot: [ + { + item: modernmetals:aluminumbrass_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/aluminumbrass_ore +} diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_beryllium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_beryllium_ore.hjson new file mode 100644 index 0000000..514763a --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_beryllium_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_beryllium_ore +mod: modernmetals +block: { + location: modernmetals:beryllium_ore + hardness: 2.5 + level: 0 +} +loot: [ + { + item: modernmetals:beryllium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/beryllium_ore +} +recipe: { + result: modernmetals:beryllium_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 128 ] + size: 5 + count: 20 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_boron_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_boron_ore.hjson new file mode 100644 index 0000000..17d8acf --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_boron_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_boron_ore +mod: modernmetals +block: { + location: modernmetals:boron_ore + hardness: 8 + level: 2 +} +loot: [ + { + item: modernmetals:boron_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/boron_ore +} +recipe: { + result: modernmetals:boron_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 8 + count: 8 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_cadmium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_cadmium_ore.hjson new file mode 100644 index 0000000..b518d8c --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_cadmium_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_cadmium_ore +mod: modernmetals +block: { + location: modernmetals:cadmium_ore + hardness: 1 + level: 0 +} +loot: [ + { + item: modernmetals:cadmium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/cadmium_ore +} +recipe: { + result: modernmetals:cadmium_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 96 ] + size: 4 + count: 8 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_chromium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_chromium_ore.hjson new file mode 100644 index 0000000..8f48eb3 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_chromium_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_chromium_ore +mod: modernmetals +block: { + location: modernmetals:chromium_ore + hardness: 3 + level: 1 +} +loot: [ + { + item: modernmetals:chromium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/chromium_ore +} +recipe: { + result: modernmetals:chromium_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 2 + count: 3 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_galvanizedsteel_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_galvanizedsteel_ore.hjson new file mode 100644 index 0000000..bcc3ba1 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_galvanizedsteel_ore.hjson @@ -0,0 +1,19 @@ +name: modernmetals_galvanizedsteel_ore +mod: modernmetals +block: { + location: modernmetals:galvanizedsteel_ore + hardness: 15.25 + level: 5 +} +loot: [ + { + item: modernmetals:galvanizedsteel_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/galvanizedsteel_ore +} diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_iridium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_iridium_ore.hjson new file mode 100644 index 0000000..2c7c802 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_iridium_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_iridium_ore +mod: modernmetals +block: { + location: modernmetals:iridium_ore + hardness: 3 + level: 1 +} +loot: [ + { + item: modernmetals:iridium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/iridium_ore +} +recipe: { + result: modernmetals:iridium_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 64 ] + size: 6 + count: 5 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_magnesium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_magnesium_ore.hjson new file mode 100644 index 0000000..2fd351c --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_magnesium_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_magnesium_ore +mod: modernmetals +block: { + location: modernmetals:magnesium_ore + hardness: 3.5 + level: 1 +} +loot: [ + { + item: modernmetals:magnesium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/magnesium_ore +} +recipe: { + result: modernmetals:magnesium_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 96 ] + size: 6 + count: 8 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_nichrome_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_nichrome_ore.hjson new file mode 100644 index 0000000..43bc8a9 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_nichrome_ore.hjson @@ -0,0 +1,19 @@ +name: modernmetals_nichrome_ore +mod: modernmetals +block: { + location: modernmetals:nichrome_ore + hardness: 15.5 + level: 5 +} +loot: [ + { + item: modernmetals:nichrome_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/nichrome_ore +} diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_osmium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_osmium_ore.hjson new file mode 100644 index 0000000..ecc11d3 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_osmium_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_osmium_ore +mod: modernmetals +block: { + location: modernmetals:osmium_ore + hardness: 2.75 + level: 0 +} +loot: [ + { + item: modernmetals:osmium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/osmium_ore +} +recipe: { + result: modernmetals:osmium_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 96 ] + size: 10 + count: 8 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_plutonium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_plutonium_ore.hjson new file mode 100644 index 0000000..34ff047 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_plutonium_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_plutonium_ore +mod: modernmetals +block: { + location: modernmetals:plutonium_ore + hardness: 7.5 + level: 2 +} +loot: [ + { + item: modernmetals:plutonium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/plutonium_ore +} +recipe: { + result: modernmetals:plutonium_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 2 + count: 4 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_rutile_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_rutile_ore.hjson new file mode 100644 index 0000000..6749454 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_rutile_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_rutile_ore +mod: modernmetals +block: { + location: modernmetals:rutile_ore + hardness: 0.25 + level: 0 +} +loot: [ + { + item: modernmetals:rutile_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/rutile_ore +} +recipe: { + result: modernmetals:rutile_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 64 ] + size: 6 + count: 6 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_stainlesssteel_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_stainlesssteel_ore.hjson new file mode 100644 index 0000000..522f390 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_stainlesssteel_ore.hjson @@ -0,0 +1,19 @@ +name: modernmetals_stainlesssteel_ore +mod: modernmetals +block: { + location: modernmetals:stainlesssteel_ore + hardness: 16 + level: 5 +} +loot: [ + { + item: modernmetals:stainlesssteel_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/stainlesssteel_ore +} diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_tantalum_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_tantalum_ore.hjson new file mode 100644 index 0000000..86911db --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_tantalum_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_tantalum_ore +mod: modernmetals +block: { + location: modernmetals:tantalum_ore + hardness: 17.5 + level: 5 +} +loot: [ + { + item: modernmetals:tantalum_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/tantalum_ore +} +recipe: { + result: modernmetals:tantalum_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 64 ] + size: 6 + count: 6 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_thorium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_thorium_ore.hjson new file mode 100644 index 0000000..79a8e5b --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_thorium_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_thorium_ore +mod: modernmetals +block: { + location: modernmetals:thorium_ore + hardness: 1 + level: 0 +} +loot: [ + { + item: modernmetals:thorium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/thorium_ore +} +recipe: { + result: modernmetals:thorium_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 8 + count: 8 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_titanium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_titanium_ore.hjson new file mode 100644 index 0000000..7cf9516 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_titanium_ore.hjson @@ -0,0 +1,19 @@ +name: modernmetals_titanium_ore +mod: modernmetals +block: { + location: modernmetals:titanium_ore + hardness: 16.25 + level: 5 +} +loot: [ + { + item: modernmetals:titanium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/titanium_ore +} diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_tungsten_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_tungsten_ore.hjson new file mode 100644 index 0000000..f7bda46 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_tungsten_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_tungsten_ore +mod: modernmetals +block: { + location: modernmetals:tungsten_ore + hardness: 12.5 + level: 4 +} +loot: [ + { + item: modernmetals:tungsten_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/tungsten_ore +} +recipe: { + result: modernmetals:tungsten_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 4 + count: 6 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_uranium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_uranium_ore.hjson new file mode 100644 index 0000000..d7b6836 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_uranium_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_uranium_ore +mod: modernmetals +block: { + location: modernmetals:uranium_ore + hardness: 16.25 + level: 5 +} +loot: [ + { + item: modernmetals:uranium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/uranium_ore +} +recipe: { + result: modernmetals:uranium_ingot + xp: 0.10000000149011612 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 2 + count: 6 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/modernmetals_zirconium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/modernmetals_zirconium_ore.hjson new file mode 100644 index 0000000..20e18df --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/modernmetals_zirconium_ore.hjson @@ -0,0 +1,31 @@ +name: modernmetals_zirconium_ore +mod: modernmetals +block: { + location: modernmetals:zirconium_ore + hardness: 3.5 + level: 1 +} +loot: [ + { + item: modernmetals:zirconium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: modernmetals:blocks/zirconium_ore +} +recipe: { + result: modernmetals:zirconium_ingot + xp: 0.44999998807907104 + quantity: 1 +} +gen: [ + { + height: [ 0, 64 ] + size: 8 + count: 6 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/quark_biotite_ore.hjson b/server-patches/v0.3.0/config/osv/ores/quark_biotite_ore.hjson new file mode 100644 index 0000000..dd9f7cb --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/quark_biotite_ore.hjson @@ -0,0 +1,31 @@ +name: quark_biotite_ore +mod: quark +block: { + location: quark:biotite_ore + hardness: 3 + level: 1 +} +loot: [ + { + item: quark:biotite + count: [ 1, 1 ] + xp: [ 1, 3 ] + chance: 1 + } +] +texture: { + original: quark:blocks/biotite_ore + background: blocks/end_stone +} +recipe: { + result: quark:biotite + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 0, 128 ] + size: 8 + count: 8 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/quartz_ore.hjson b/server-patches/v0.3.0/config/osv/ores/quartz_ore.hjson new file mode 100644 index 0000000..926a927 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/quartz_ore.hjson @@ -0,0 +1,31 @@ +name: quartz_ore +mod: minecraft +block: { + location: quartz_ore + hardness: 3 + level: 1 +} +loot: [ + { + item: quartz + count: [ 1, 1 ] + xp: [ 2, 5 ] + chance: 1 + } +] +texture: { + original: blocks/quartz_ore + background: blocks/netherrack +} +recipe: { + result: quartz + xp: 0.20000000298023224 + quantity: 1 +} +gen: [ + { + height: [ 0, 128 ] + size: 9 + count: 20 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/redstone_ore.hjson b/server-patches/v0.3.0/config/osv/ores/redstone_ore.hjson new file mode 100644 index 0000000..67d057e --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/redstone_ore.hjson @@ -0,0 +1,31 @@ +name: redstone_ore +mod: minecraft +block: { + location: redstone_ore + hardness: 3 + level: 2 +} +loot: [ + { + item: redstone + count: [ 4, 5 ] + xp: [ 1, 5 ] + chance: 1 + } +] +texture: { + shade: false + original: blocks/redstone_ore +} +recipe: { + result: redstone + xp: 0.699999988079071 + quantity: 1 +} +gen: [ + { + height: [ 0, 32 ] + size: 8 + count: 8 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/simpleores_adamantium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/simpleores_adamantium_ore.hjson new file mode 100644 index 0000000..61b9368 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/simpleores_adamantium_ore.hjson @@ -0,0 +1,31 @@ +name: simpleores_adamantium_ore +mod: simpleores +block: { + location: simpleores:adamantium_ore + hardness: 5 + level: 2 +} +loot: [ + { + item: simpleores:adamantium_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: simpleores:blocks/adamantium_ore +} +recipe: { + result: simpleores:adamantium_ingot + xp: 0.699999988079071 + quantity: 1 +} +gen: [ + { + height: [ 1, 30 ] + size: 6 + count: 6 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/simpleores_copper_ore.hjson b/server-patches/v0.3.0/config/osv/ores/simpleores_copper_ore.hjson new file mode 100644 index 0000000..1720577 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/simpleores_copper_ore.hjson @@ -0,0 +1,31 @@ +name: simpleores_copper_ore +mod: simpleores +block: { + location: simpleores:copper_ore + hardness: 1.7000000476837158 + level: 1 +} +loot: [ + { + item: simpleores:copper_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: simpleores:blocks/copper_ore +} +recipe: { + result: simpleores:copper_ingot + xp: 0.4000000059604645 + quantity: 1 +} +gen: [ + { + height: [ 1, 90 ] + size: 10 + count: 35 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/simpleores_mythril_ore.hjson b/server-patches/v0.3.0/config/osv/ores/simpleores_mythril_ore.hjson new file mode 100644 index 0000000..b6c01af --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/simpleores_mythril_ore.hjson @@ -0,0 +1,31 @@ +name: simpleores_mythril_ore +mod: simpleores +block: { + location: simpleores:mythril_ore + hardness: 4 + level: 2 +} +loot: [ + { + item: simpleores:mythril_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: simpleores:blocks/mythril_ore +} +recipe: { + result: simpleores:mythril_ingot + xp: 0.699999988079071 + quantity: 1 +} +gen: [ + { + height: [ 1, 40 ] + size: 8 + count: 10 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/simpleores_onyx_ore.hjson b/server-patches/v0.3.0/config/osv/ores/simpleores_onyx_ore.hjson new file mode 100644 index 0000000..7f8c42c --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/simpleores_onyx_ore.hjson @@ -0,0 +1,30 @@ +name: simpleores_onyx_ore +mod: simpleores +block: { + location: simpleores:onyx_ore + hardness: 7 + level: 3 +} +loot: [ + { + item: simpleores:onyx_gem + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false +} +recipe: { + result: simpleores:onyx_gem + xp: 0.699999988079071 + quantity: 1 +} +gen: [ + { + height: [ 1, 127 ] + size: 6 + count: 6 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/simpleores_tin_ore.hjson b/server-patches/v0.3.0/config/osv/ores/simpleores_tin_ore.hjson new file mode 100644 index 0000000..e7078d6 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/simpleores_tin_ore.hjson @@ -0,0 +1,31 @@ +name: simpleores_tin_ore +mod: simpleores +block: { + location: simpleores:tin_ore + hardness: 3 + level: 1 +} +loot: [ + { + item: simpleores:tin_ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: simpleores:blocks/tin_ore +} +recipe: { + result: simpleores:tin_ingot + xp: 0.4000000059604645 + quantity: 1 +} +gen: [ + { + height: [ 1, 90 ] + size: 10 + count: 30 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/thaumcraft_amber_ore.hjson b/server-patches/v0.3.0/config/osv/ores/thaumcraft_amber_ore.hjson new file mode 100644 index 0000000..2cd606d --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/thaumcraft_amber_ore.hjson @@ -0,0 +1,30 @@ +name: thaumcraft_amber_ore +mod: thaumcraft +block: { + location: thaumcraft:ore_amber + hardness: 2 + level: 1 +} +loot: [ + { + item: thaumcraft:amber + count: [ 1, 1 ] + xp: [ 1, 1 ] + chance: 1 + } +] +texture: { + builtIn: true +} +recipe: { + result: thaumcraft:amber + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 0, 128 ] + size: 3 + count: 18 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/thaumcraft_cinnabar_ore.hjson b/server-patches/v0.3.0/config/osv/ores/thaumcraft_cinnabar_ore.hjson new file mode 100644 index 0000000..b10ec01 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/thaumcraft_cinnabar_ore.hjson @@ -0,0 +1,30 @@ +name: thaumcraft_cinnabar_ore +mod: thaumcraft +block: { + location: thaumcraft:ore_cinnabar + hardness: 2 + level: 2 +} +loot: [ + { + item: thaumcraft:ore_cinnabar + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + builtIn: true +} +recipe: { + result: thaumcraft:quicksilver + xp: 1 + quantity: 1 +} +gen: [ + { + height: [ 0, 128 ] + size: 3 + count: 18 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/thermalfoundation_aluminum_ore.hjson b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_aluminum_ore.hjson new file mode 100644 index 0000000..64e747f --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_aluminum_ore.hjson @@ -0,0 +1,24 @@ +name: thermalfoundation_aluminum_ore +mod: thermalfoundation +block: { + location: thermalfoundation:ore:4 + hardness: 3 + level: 1 +} +loot: [ + { + item: thermalfoundation:ore:4 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: thermalfoundation:blocks/ore/ore_aluminum +} +recipe: { + result: thermalfoundation:material:132 + xp: 0 + quantity: 1 +} diff --git a/server-patches/v0.3.0/config/osv/ores/thermalfoundation_copper_ore.hjson b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_copper_ore.hjson new file mode 100644 index 0000000..26069e8 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_copper_ore.hjson @@ -0,0 +1,51 @@ +name: thermalfoundation_copper_ore +mod: thermalfoundation +block: { + location: thermalfoundation:ore + hardness: 3 + level: 1 +} +loot: [ + { + item: thermalfoundation:ore + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: thermalfoundation:blocks/ore/ore_copper +} +recipe: { + result: thermalfoundation:material:128 + xp: 0 + quantity: 1 +} +gen: [ + { + height: [ 40, 75 ] + size: 8 + count: 8 + biomes: { + types: [ + OCEAN + ] + } + } + { + height: [ 20, 55 ] + size: 8 + count: 4 + biomes: { + types: [ + OCEAN + ] + } + } + { + height: [ 48, 96 ] + size: 8 + count: 8 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/thermalfoundation_iridium_ore.hjson b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_iridium_ore.hjson new file mode 100644 index 0000000..8cd2d90 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_iridium_ore.hjson @@ -0,0 +1,25 @@ +name: thermalfoundation_iridium_ore +mod: thermalfoundation +block: { + location: thermalfoundation:ore:7 + hardness: 3 + level: 1 + light: 4 +} +loot: [ + { + item: thermalfoundation:ore:7 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: thermalfoundation:blocks/ore/ore_iridium +} +recipe: { + result: thermalfoundation:material:135 + xp: 0 + quantity: 1 +} diff --git a/server-patches/v0.3.0/config/osv/ores/thermalfoundation_lead_ore.hjson b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_lead_ore.hjson new file mode 100644 index 0000000..125428e --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_lead_ore.hjson @@ -0,0 +1,31 @@ +name: thermalfoundation_lead_ore +mod: thermalfoundation +block: { + location: thermalfoundation:ore:3 + hardness: 3 + level: 1 +} +loot: [ + { + item: thermalfoundation:ore:3 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: thermalfoundation:blocks/ore/ore_lead +} +recipe: { + result: thermalfoundation:material:131 + xp: 0 + quantity: 1 +} +gen: [ + { + height: [ 5, 30 ] + size: 8 + count: 1 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/thermalfoundation_mithril_ore.hjson b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_mithril_ore.hjson new file mode 100644 index 0000000..bff33a4 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_mithril_ore.hjson @@ -0,0 +1,25 @@ +name: thermalfoundation_mithril_ore +mod: thermalfoundation +block: { + location: thermalfoundation:ore:8 + hardness: 3 + level: 1 + light: 8 +} +loot: [ + { + item: thermalfoundation:ore:8 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: thermalfoundation:blocks/ore/ore_mithril +} +recipe: { + result: thermalfoundation:material:136 + xp: 0 + quantity: 1 +} diff --git a/server-patches/v0.3.0/config/osv/ores/thermalfoundation_nickel_ore.hjson b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_nickel_ore.hjson new file mode 100644 index 0000000..e08d1b4 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_nickel_ore.hjson @@ -0,0 +1,31 @@ +name: thermalfoundation_nickel_ore +mod: thermalfoundation +block: { + location: thermalfoundation:ore:5 + hardness: 3 + level: 1 +} +loot: [ + { + item: thermalfoundation:ore:5 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: thermalfoundation:blocks/ore/ore_nickel +} +recipe: { + result: thermalfoundation:material:133 + xp: 0 + quantity: 1 +} +gen: [ + { + height: [ 5, 20 ] + size: 4 + count: 2 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/thermalfoundation_platinum_ore.hjson b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_platinum_ore.hjson new file mode 100644 index 0000000..3bee9f0 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_platinum_ore.hjson @@ -0,0 +1,25 @@ +name: thermalfoundation_platinum_ore +mod: thermalfoundation +block: { + location: thermalfoundation:ore:6 + hardness: 3 + level: 1 + light: 4 +} +loot: [ + { + item: thermalfoundation:ore:6 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: thermalfoundation:blocks/ore/ore_platinum +} +recipe: { + result: thermalfoundation:material:134 + xp: 0 + quantity: 1 +} diff --git a/server-patches/v0.3.0/config/osv/ores/thermalfoundation_silver_ore.hjson b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_silver_ore.hjson new file mode 100644 index 0000000..f0fe392 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_silver_ore.hjson @@ -0,0 +1,32 @@ +name: thermalfoundation_silver_ore +mod: thermalfoundation +block: { + location: thermalfoundation:ore:2 + hardness: 3 + level: 1 + light: 4 +} +loot: [ + { + item: thermalfoundation:ore:2 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: thermalfoundation:blocks/ore/ore_silver +} +recipe: { + result: thermalfoundation:material:130 + xp: 0 + quantity: 1 +} +gen: [ + { + height: [ 5, 30 ] + size: 8 + count: 3 + } +] diff --git a/server-patches/v0.3.0/config/osv/ores/thermalfoundation_tin_ore.hjson b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_tin_ore.hjson new file mode 100644 index 0000000..e4d0e1f --- /dev/null +++ b/server-patches/v0.3.0/config/osv/ores/thermalfoundation_tin_ore.hjson @@ -0,0 +1,31 @@ +name: thermalfoundation_tin_ore +mod: thermalfoundation +block: { + location: thermalfoundation:ore:1 + hardness: 3 + level: 1 +} +loot: [ + { + item: thermalfoundation:ore:1 + count: [ 1, 1 ] + xp: [ 0, 0 ] + chance: 1 + } +] +texture: { + shade: false + original: thermalfoundation:blocks/ore/ore_tin +} +recipe: { + result: thermalfoundation:material:129 + xp: 0 + quantity: 1 +} +gen: [ + { + height: [ 20, 55 ] + size: 8 + count: 7 + } +] diff --git a/server-patches/v0.3.0/config/osv/quartz_ore.hjson b/server-patches/v0.3.0/config/osv/quartz_ore.hjson new file mode 100644 index 0000000..926a927 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/quartz_ore.hjson @@ -0,0 +1,31 @@ +name: quartz_ore +mod: minecraft +block: { + location: quartz_ore + hardness: 3 + level: 1 +} +loot: [ + { + item: quartz + count: [ 1, 1 ] + xp: [ 2, 5 ] + chance: 1 + } +] +texture: { + original: blocks/quartz_ore + background: blocks/netherrack +} +recipe: { + result: quartz + xp: 0.20000000298023224 + quantity: 1 +} +gen: [ + { + height: [ 0, 128 ] + size: 9 + count: 20 + } +] diff --git a/server-patches/v0.3.0/config/osv/resources.zip b/server-patches/v0.3.0/config/osv/resources.zip new file mode 100644 index 0000000..f2b8aa2 Binary files /dev/null and b/server-patches/v0.3.0/config/osv/resources.zip differ diff --git a/server-patches/v0.3.0/config/osv/stone/TUTORIAL.hjson b/server-patches/v0.3.0/config/osv/stone/TUTORIAL.hjson new file mode 100644 index 0000000..e783d6b --- /dev/null +++ b/server-patches/v0.3.0/config/osv/stone/TUTORIAL.hjson @@ -0,0 +1,42 @@ +# This file contains all of the information needed for customizing +# how stone types will spawn in the world. For any questions not +# answered here, feel free to open a new thread on GitHub or join +# us on Discord at https://discord.gg/UNsXfvA. +{ + # This category contains all of the information regarding this + # block's basic information. See Block.Properties in-code. + block: { + + # This ore's resource location, i.e. technically + # "minecraft:stone:5" (andesite). + location: stone:5 + } + + # An array of conditions under which this block can generate. + gen: [ + { + # A range of heights, i.e. 0 to 128. + height: [0, 80] + + # The size of the ore vein spawned. + size: 33 + + # The number of tries per chunk to spawn clusters. + count: 10 + + # The 0-1 chance that any try will succeed. + chance: 1.0 + + # All of the biomes in which these conditions can be met. + biomes: { + + # An array of biome types from which to retrive biome + # names. + types: [] + + # Raw biome registry names to be used. + names: [] + } + } + ] +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/stone/andesite.hjson b/server-patches/v0.3.0/config/osv/stone/andesite.hjson new file mode 100644 index 0000000..215ca52 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/stone/andesite.hjson @@ -0,0 +1,10 @@ +block: { + location: stone:5 +} +gen: [ + { + height: [0, 80] + size: 33 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/stone/diorite.hjson b/server-patches/v0.3.0/config/osv/stone/diorite.hjson new file mode 100644 index 0000000..33b92ef --- /dev/null +++ b/server-patches/v0.3.0/config/osv/stone/diorite.hjson @@ -0,0 +1,10 @@ +block: { + location: stone:3 +} +gen: [ + { + height: [0, 80] + size: 33 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/stone/dirt.hjson b/server-patches/v0.3.0/config/osv/stone/dirt.hjson new file mode 100644 index 0000000..5a2fe08 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/stone/dirt.hjson @@ -0,0 +1,10 @@ +block: { + location: dirt +} +gen: [ + { + height: [0, 256] + size: 33 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/stone/granite.hjson b/server-patches/v0.3.0/config/osv/stone/granite.hjson new file mode 100644 index 0000000..975c5fd --- /dev/null +++ b/server-patches/v0.3.0/config/osv/stone/granite.hjson @@ -0,0 +1,10 @@ +block: { + location: stone:1 +} +gen: [ + { + height: [0, 80] + size: 33 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/stone/gravel.hjson b/server-patches/v0.3.0/config/osv/stone/gravel.hjson new file mode 100644 index 0000000..27aabd7 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/stone/gravel.hjson @@ -0,0 +1,10 @@ +block: { + location: gravel +} +gen: [ + { + height: [0, 256] + size: 33 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/osv/stone/sand.hjson b/server-patches/v0.3.0/config/osv/stone/sand.hjson new file mode 100644 index 0000000..3565fc5 --- /dev/null +++ b/server-patches/v0.3.0/config/osv/stone/sand.hjson @@ -0,0 +1,10 @@ +block: { + location: sand +} +gen: [ + { + height: [0, 256] + size: 33 + count: 10 + } +] \ No newline at end of file diff --git a/server-patches/v0.3.0/config/sereneseasons/biome_info.json b/server-patches/v0.3.0/config/sereneseasons/biome_info.json new file mode 100644 index 0000000..b300fab --- /dev/null +++ b/server-patches/v0.3.0/config/sereneseasons/biome_info.json @@ -0,0 +1,397 @@ +{ + "minecraft:jungle_edge": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "abyssalcraft:darklands_plains": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "climaticbiomesjbg:tropical_forest_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:dense_scrub": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:flower_island": { + "enable_seasonal_effects": false, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:mystic_grove": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "traverse:badlands": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:desert_shrubland": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "conquest:jungle_mod": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:deep_ocean": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "biomesoplenty:ominous_woods": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "minecraft:mesa_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:arid_highland": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:canyon": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mesa": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:coral_reef": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "minecraft:mutated_jungle": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:dry_scrub": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:jungle_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:hot_mountain_trees": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:rainforest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:subtropical_forest_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "integrateddynamics:biome_meneglin": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "abyssalcraft:darklands_mountains": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "climaticbiomesjbg:tropical_forest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:bayou": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:savanna_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:river": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "biomesoplenty:xeric_shrubland": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:bamboo_forest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "conquest:bamboo_forest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:brushland": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:dense_scrub_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:oasis": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:sacred_springs": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_jungle_edge": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:kelp_forest": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "abyssalcraft:darklands_forest": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "biomesoplenty:tropical_island": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mesa_clear_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "abyssalcraft:coralium_infested_swamp": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "abyssalcraft:darklands": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "minecraft:mutated_mesa_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:overgrown_cliffs": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "thaumcraft:magical_forest": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "conquest:mesa_extreme_mod": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:floodplains": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:desert_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:mini_jungle": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:eucalyptus_forest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "conquest:desert_mod": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:wasteland": { + "enable_seasonal_effects": false, + "use_tropical_seasons": true, + "disable_crops": true + }, + "minecraft:desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_mesa_clear_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:red_desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:outback": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:ocean": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "minecraft:jungle": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:lush_desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:volcanic_island": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": true + }, + "minecraft:mushroom_island_shore": { + "enable_seasonal_effects": false, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_savanna_rock": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "conquest:red_desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:crag": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": true + }, + "biomesoplenty:tropical_rainforest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_savanna": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:dry_scrub_hills": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mushroom_island": { + "enable_seasonal_effects": false, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:hot_mountain": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:mangrove": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "traverse:mountainous_desert": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:subtropical_forest": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "minecraft:mutated_mesa": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "climaticbiomesjbg:pine_swamp": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:white_beach": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "abyssalcraft:darklands_hills": { + "enable_seasonal_effects": false, + "use_tropical_seasons": false, + "disable_crops": false + }, + "minecraft:savanna": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + }, + "biomesoplenty:scrubland": { + "enable_seasonal_effects": true, + "use_tropical_seasons": true, + "disable_crops": false + } +} \ No newline at end of file diff --git a/server-patches/v0.3.0/config/sereneseasons/cropfertility.cfg b/server-patches/v0.3.0/config/sereneseasons/cropfertility.cfg new file mode 100644 index 0000000..79d54c6 --- /dev/null +++ b/server-patches/v0.3.0/config/sereneseasons/cropfertility.cfg @@ -0,0 +1,303 @@ +# Configuration file + +general_category { + # Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops. + B:crop_tooltips=true + + # Whether crops break if out of season. If false, they simply don't grow + B:crops_break=false + + # Maximum height greenhouse glass can be above a crop for it to be fertile out of season + I:greenhouse_glass_max_height=7 + + # Whether unlisted seeds are fertile every season. False means they're fertile every season except Winter + B:ignore_unlisted_crops=false + + # Whether crops are affected by seasons. + B:seasonal_crops=true +} + + +seasonal_fertility { + # Crops growable in Autumn (List either the seed item for the crop, or the crop block itself) + S:autumn_crops < + minecraft:carrot + minecraft:pumpkin_seeds + minecraft:wheat_seeds + minecraft:beetroot_seeds + minecraft:sapling + minecraft:nether_wart + minecraft:grass + minecraft:red_mushroom + minecraft:brown_mushroom + simplecorn:kernels + harvestcraft:cornitem + harvestcraft:artichokeitem + harvestcraft:beetitem + harvestcraft:cranberryitem + harvestcraft:eggplantitem + harvestcraft:grapeitem + harvestcraft:whitemushroomitem + harvestcraft:blackberryitem + harvestcraft:oatsitem + harvestcraft:ryeitem + harvestcraft:peasitem + harvestcraft:spinachitem + harvestcraft:tealeafitem + harvestcraft:sweetpotatoitem + harvestcraft:gingeritem + harvestcraft:wintersquashitem + harvestcraft:onionitem + harvestcraft:cornseeditem + harvestcraft:artichokeseeditem + harvestcraft:beetseeditem + harvestcraft:cranberryseeditem + harvestcraft:eggplantseeditem + harvestcraft:grapeseeditem + harvestcraft:whitemushroomseeditem + harvestcraft:blackberryseeditem + harvestcraft:oatsseeditem + harvestcraft:ryeseeditem + harvestcraft:peasseeditem + harvestcraft:spinachseeditem + harvestcraft:teaseeditem + harvestcraft:sweetpotatoseeditem + harvestcraft:gingerseeditem + harvestcraft:wintersquashseeditem + harvestcraft:onionseeditem + harvestcraft:rutabagaitem + harvestcraft:rutabagaseeditem + harvestcraft:amaranthitem + harvestcraft:arrowrootitem + harvestcraft:elderberryitem + harvestcraft:greengrapeitem + harvestcraft:huckleberryitem + harvestcraft:jicamaitem + harvestcraft:kohlrabiitem + harvestcraft:quinoaitem + harvestcraft:amaranthseeditem + harvestcraft:arrowrootseeditem + harvestcraft:elderberryseeditem + harvestcraft:greengrapeseeditem + harvestcraft:huckleberryseeditem + harvestcraft:jicamaseeditem + harvestcraft:kohlrabiseeditem + harvestcraft:quinoaseeditem + growthcraft_apples:apple_crop + growthcraft_apples:apple_sapling + growthcraft_apples:apple_leaves + growthcraft_grapes:grape_seed + growthcraft_grapes:native_grape_vine0 + growthcraft_grapes:native_grape_vine1 + growthcraft_grapes:native_grape_vine_leaves + growthcraft_hops:hop_seeds + growthcraft_hops:hops + growthcraft_milk:thistle_seed + growthcraft_milk:thistle + growthcraft_rice:rice + growthcraft_rice:riceCrop + > + + # Crops growable in Spring (List either the seed item for the crop, or the crop block itself) + S:spring_crops < + minecraft:potato + minecraft:carrot + minecraft:sapling + minecraft:nether_wart + minecraft:tallgrass + minecraft:grass + minecraft:red_mushroom + minecraft:brown_mushroom + harvestcraft:caulifloweritem + harvestcraft:coffeebeanitem + harvestcraft:garlicitem + harvestcraft:beanitem + harvestcraft:rhubarbitem + harvestcraft:strawberryitem + harvestcraft:oatsitem + harvestcraft:celeryitem + harvestcraft:peasitem + harvestcraft:broccoliitem + harvestcraft:cabbageitem + harvestcraft:spinachitem + harvestcraft:zucchiniitem + harvestcraft:tealeafitem + harvestcraft:sweetpotatoitem + harvestcraft:turnipitem + harvestcraft:leekitem + harvestcraft:brusselsproutitem + harvestcraft:asparagusitem + harvestcraft:barleyitem + harvestcraft:onionitem + harvestcraft:parsnipitem + harvestcraft:cauliflowerseeditem + harvestcraft:coffeeseeditem + harvestcraft:garlicseeditem + harvestcraft:beanseeditem + harvestcraft:rhubarbseeditem + harvestcraft:strawberryseeditem + harvestcraft:oatsseeditem + harvestcraft:celeryseeditem + harvestcraft:peasseeditem + harvestcraft:broccoliseeditem + harvestcraft:cabbageseeditem + harvestcraft:spinachseeditem + harvestcraft:zucchiniseeditem + harvestcraft:teaseeditem + harvestcraft:sweetpotatoseeditem + harvestcraft:turnipseeditem + harvestcraft:leekseeditem + harvestcraft:brusselsproutseeditem + harvestcraft:asparagusseeditem + harvestcraft:barleyseeditem + harvestcraft:onionseeditem + harvestcraft:parsnipseeditem + harvestcraft:scallionitem + harvestcraft:scallionseeditem + harvestcraft:kaleitem + harvestcraft:kaleseeditem + harvestcraft:chickpeaitem + harvestcraft:flaxitem + harvestcraft:jicamaitem + harvestcraft:kohlrabiitem + harvestcraft:lentilitem + harvestcraft:quinoaitem + harvestcraft:chickpeaseeditem + harvestcraft:flaxseeditem + harvestcraft:jicamaseeditem + harvestcraft:kohlrabiseeditem + harvestcraft:lentilseeditem + harvestcraft:quinoaseeditem + growthcraft_rice:rice + growthcraft_rice:riceCrop + > + + # Crops growable in Summer (List either the seed item for the crop, or the crop block itself) + S:summer_crops < + minecraft:melon_seeds + minecraft:wheat_seeds + minecraft:reeds + minecraft:cocoa + minecraft:cactus + minecraft:sapling + minecraft:nether_wart + minecraft:tallgrass + minecraft:grass + minecraft:red_mushroom + minecraft:brown_mushroom + simplecorn:kernels + harvestcraft:coffeebeanitem + harvestcraft:beanitem + harvestcraft:blueberryitem + harvestcraft:cornitem + harvestcraft:chilipepperitem + harvestcraft:radishitem + harvestcraft:tomatoitem + harvestcraft:grapeitem + harvestcraft:raspberryitem + harvestcraft:peasitem + harvestcraft:cottonitem + harvestcraft:tealeafitem + harvestcraft:sweetpotatoitem + harvestcraft:spiceleafitem + harvestcraft:riceitem + harvestcraft:seaweeditem + harvestcraft:waterchestnutitem + harvestcraft:okraitem + harvestcraft:pineappleitem + harvestcraft:kiwiitem + harvestcraft:sesameseedsitem + harvestcraft:curryleafitem + harvestcraft:bambooshootitem + harvestcraft:cantaloupeitem + harvestcraft:gingeritem + harvestcraft:soybeanitem + harvestcraft:barleyitem + harvestcraft:cucumberitem + harvestcraft:mustardseedsitem + harvestcraft:onionitem + harvestcraft:peanutitem + harvestcraft:bellpepperitem + harvestcraft:lettuceitem + harvestcraft:coffeeseeditem + harvestcraft:beanseeditem + harvestcraft:blueberryseeditem + harvestcraft:cornseeditem + harvestcraft:chilipepperseeditem + harvestcraft:radishseeditem + harvestcraft:tomatoseeditem + harvestcraft:grapeseeditem + harvestcraft:raspberryseeditem + harvestcraft:peasseeditem + harvestcraft:cottonseeditem + harvestcraft:teaseeditem + harvestcraft:sweetpotatoseeditem + harvestcraft:spiceleafseeditem + harvestcraft:riceseeditem + harvestcraft:seaweedseeditem + harvestcraft:waterchestnutseeditem + harvestcraft:okraseeditem + harvestcraft:pineappleseeditem + harvestcraft:kiwiseeditem + harvestcraft:sesameseedsseeditem + harvestcraft:curryleafseeditem + harvestcraft:bambooshootseeditem + harvestcraft:cantaloupeseeditem + harvestcraft:gingerseeditem + harvestcraft:soybeanseeditem + harvestcraft:barleyseeditem + harvestcraft:cucumberseeditem + harvestcraft:mustardseeditem + harvestcraft:onionseeditem + harvestcraft:peanutseeditem + harvestcraft:bellpepperseeditem + harvestcraft:lettuceseeditem + harvestcraft:cactusfruititem + harvestcraft:cactusfruitseeditem + harvestcraft:candleberryitem + harvestcraft:candleberryseeditem + harvestcraft:gigapickleitem + harvestcraft:gigapickleseeditem + harvestcraft:agaveitem + harvestcraft:amaranthitem + harvestcraft:cassavaitem + harvestcraft:greengrapeitem + harvestcraft:juteitem + harvestcraft:kenafitem + harvestcraft:kohlrabiitem + harvestcraft:milletitem + harvestcraft:mulberryitem + harvestcraft:sisalitem + harvestcraft:taroitem + harvestcraft:agaveseeditem + harvestcraft:amaranthseeditem + harvestcraft:cassavaseeditem + harvestcraft:greengrapeseeditem + harvestcraft:juteseeditem + harvestcraft:kenafseeditem + harvestcraft:kohlrabiseeditem + harvestcraft:milletseeditem + harvestcraft:mulberryseeditem + harvestcraft:sisalseeditem + harvestcraft:taroseeditem + growthcraft_apples:apple_crop + growthcraft_apples:apple_sapling + growthcraft_apples:apple_leaves + growthcraft_hops:hop_seeds + growthcraft_hops:hops + growthcraft_milk:thistle_seed + growthcraft_milk:thistle + growthcraft_rice:rice + growthcraft_rice:riceCrop + > + + # Crops growable in Winter (List either the seed item for the crop, or the crop block itself) + S:winter_crops < + minecraft:sapling + minecraft:nether_wart + minecraft:red_mushroom + minecraft:brown_mushroom + > +} + + diff --git a/server-patches/v0.3.0/config/sereneseasons/seasons.cfg b/server-patches/v0.3.0/config/sereneseasons/seasons.cfg new file mode 100644 index 0000000..8764918 --- /dev/null +++ b/server-patches/v0.3.0/config/sereneseasons/seasons.cfg @@ -0,0 +1,46 @@ +# Configuration file + +"aesthetic settings" { + # Change the birch colour based on the current season [default: true] + B:"Change Birch Colour Seasonally"=true + + # Change the foliage colour based on the current season [default: true] + B:"Change Foliage Colour Seasonally"=true + + # Change the grass colour based on the current season [default: true] + B:"Change Grass Colour Seasonally"=true +} + + +"dimension settings" { + # Seasons will only apply to dimensons listed here [default: [0]] + S:"Whitelisted Dimensions" < + 0 + > +} + + +"time settings" { + # The duration of a Minecraft day in ticks [range: 20 ~ 2147483647, default: 24000] + I:"Day Duration"=24000 + + # If the season should progress on a server with no players online [default: true] + B:"Progress Season While Offline"=true + + # The starting sub season for new worlds. 0 = Random, 1 - 3 = Early/Mid/Late Spring, 4 - 6 = Early/Mid/Late Summer, 7 - 9 = Early/Mid/Late Autumn, 10 - 12 = Early/Mid/Late Winter [range: 0 ~ 12, default: 5] + I:"Starting Sub Season"=5 + + # The duration of a sub season in days [range: 1 ~ 2147483647, default: 7] + I:"Sub Season Duration"=168 +} + + +"weather settings" { + # Change the frequency of rain/snow/storms based on the season [default: true] + B:"Change Weather Frequency"=true + + # Generate snow and ice during the Winter season [default: true] + B:"Generate Snow and Ice"=true +} + + diff --git a/server-patches/v0.3.0/config/teastory.cfg b/server-patches/v0.3.0/config/teastory.cfg new file mode 100644 index 0000000..3423878 --- /dev/null +++ b/server-patches/v0.3.0/config/teastory.cfg @@ -0,0 +1,186 @@ +# Configuration file + +general { + + general { + # List of hoes which can't be identified. + S:CustomHoeList < + > + + # List of spades which can't be identified. + S:CustomSpadeList < + > + + # Set it to false to let it not show messages. + B:EnableBlockMessage=true + + # Set it to false to let it not show messages. + B:EnableGUIMessage=true + + # Set it to false to let it not show information when players log in. + B:EnableInfo=false + + # Set it to false to let it not show tooltips. + B:EnableTooltips=true + + # The dropping chance of lemons. (‰) + # Min: 0 + # Max: 1000 + I:LemonDropChance=8 + + # The relative probability of the seeds, where wheat seeds are 10. + # Min: 0 + # Max: 1000 + I:RiceSeedsDropWeight=5 + + # The dropping chance of tea seeds. (‰) + # Min: 0 + # Max: 1000 + I:TeaSeedsDropChance=8 + + # Set it to false not to use ore dictionary when washing rice. + B:UseOreDictionaryWhenWashingRice=true + + # Set it to false not to use tea residues as bone meal. + B:UseTeaResidueAsBoneMeal=true + } + + drink { + # The effect of black tea. + S:BlackTeaDrinksEffect < + minecraft:health_boost + > + + # The ticks of the effect of black tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:BlackTeaDrinksEffectTime=7200 + + # The effect of green tea. + S:GreenTeaDrinksEffect < + teastory:agility + > + + # The ticks of the effect of green tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:GreenTeaDrinksEffectTime=7200 + + # The effect of lemon tea. + S:LemonTeaDrinksEffect < + minecraft:regeneration + > + + # The ticks of the effect of lemon tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:LemonTeaDrinksEffectTime=1200 + + # The effect of matcha. + S:MatchaDrinksEffect < + minecraft:absorption + > + + # The ticks of the effect of matcha. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:MatchaDrinksEffectTime=4800 + + # The effect of milk tea. + S:MilkTeaDrinksEffect < + minecraft:regeneration + > + + # The ticks of the effect of milk tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:MilkTeaDrinksEffectTime=600 + + # The effect of oolong tea. + S:OolongTeaDrinksEffect < + teastory:photosynthesis + > + + # The ticks of the effect of oolong tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:OolongTeaDrinksEffectTime=7200 + + # The effect of pu'er tea. + S:PuerTeaDrinksEffect < + teastory:life_drain + > + + # The ticks of the effect of pu'er tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:PuerTeaDrinksEffectTime=3600 + + # The effect of white tea. + S:WhiteTeaDrinksEffect < + minecraft:haste + > + + # The ticks of the effect of white tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:WhiteTeaDrinksEffectTime=3600 + + # The effect of yellow tea. + S:YellowTeaDrinksEffect < + teastory:defence + > + + # The ticks of the effect of yellow tea. (1 second = 20 ticks) + # Min: 0 + # Max: 72000 + I:YellowTeaDrinksEffectTime=600 + } + + "tea making" { + # The ticks of drying tea per leaf. (1 second = 20 ticks) + # Min: 0 + # Max: 12000 + I:DryingBasicTime=800 + + # The ticks of fermentation per leaf. (1 second = 20 ticks) + # Min: 0 + # Max: 12000 + I:FermentationBasicTime=1200 + + # Set it to false to disable the limitation of drying tea. + B:IsDryingLimited=true + + # Set it to false to disable the limitation of fermentation. + B:IsFermentationLimited=true + + # Set it to false to disable the limitation of growing rice crop. + B:IsRiceLimited=true + + # Set it to false to disable the limitation of growing tea plant. + B:IsTeaPlantLimited=true + + # The ticks of steaming per leaf. (1 second = 20 ticks) + # Min: 0 + # Max: 12000 + I:SteamingBasicTime=1200 + } + + others { + # The number of rice balls you get each time you cook rice. + # Min: 1 + # Max: 8 + I:CookRiceBallEachTime=2 + + # Give you nausea effect when eating lemons. + B:HaveNauseaEatingLemon=true + + # The ticks of cooking rice. (1 second = 20 ticks) + # Min: 0 + # Max: 12000 + I:RiceCookingBasicTime=1200 + } + +} + + diff --git a/server-patches/v0.3.0/config/thaumcraft_graphics.cfg b/server-patches/v0.3.0/config/thaumcraft_graphics.cfg new file mode 100644 index 0000000..ea70a99 --- /dev/null +++ b/server-patches/v0.3.0/config/thaumcraft_graphics.cfg @@ -0,0 +1,31 @@ +# Configuration file + +general { + # Set this to true to get the old blue magical forest back. + B:blueBiome=false + + # Hate crooked labels, kittens, puppies and all things awesome? If yes, set this to false. + B:crooked=true + + # Set to true to have the wand dial display in the bottom left instead of the top left. + B:dialBottom=false + + # This setting will disable certain thaumcraft shaders for those who experience FPS drops. + B:disableShaders=false + + # Setting this to true will make the amount text in aspect tags twice as large. Useful for certain resolutions and custom fonts. + B:largeTagText=false + + # Set to true to disable anxiety triggers like the heartbeat sound. + B:nostress=false + + # Will golems display emote particles if they recieve orders or encounter problems + B:showGolemEmotes=true + + # Item aspects are hidden by default and pressing shift reveals them. + # Changing this setting to 'true' will reverse this behaviour and always + # display aspects unless shift is pressed. + B:showTags=false +} + + diff --git a/server-patches/v0.3.0/config/thaumcraft_misc.cfg b/server-patches/v0.3.0/config/thaumcraft_misc.cfg new file mode 100644 index 0000000..c7a4036 --- /dev/null +++ b/server-patches/v0.3.0/config/thaumcraft_misc.cfg @@ -0,0 +1,31 @@ +# Configuration file + +general { + # Enables a version of the Thauminomicon in creative mode that grants you all the research when you first use it. + B:allowCheatSheet=false + + # Setting this to true will make you get the recipe book for salis mundus without having to sleep first. + B:noSleep=true + + # How much vis it costs to reacharge a single unit of shielding. Minimum of 0. + # Min: 0 + # Max: 500 + I:shieldCost=1 + + # How many milliseconds passes between runic shielding recharge ticks. + # Lower values equals faster recharge. Minimum of 500. + # Min: 500 + # Max: 500000 + I:shieldRecharge=2000 + + # How many milliseconds passes after a shield has been reduced to zero + # before it can start recharging again. Minimum of 0. + # Min: 0 + # Max: 50000 + I:shieldWait=4000 + + # Setting this to true disables Warp, Taint spread and similar mechanics. You wuss. + B:wussMode=false +} + + diff --git a/server-patches/v0.3.0/config/thaumcraft_world.cfg b/server-patches/v0.3.0/config/thaumcraft_world.cfg new file mode 100644 index 0000000..1233f75 --- /dev/null +++ b/server-patches/v0.3.0/config/thaumcraft_world.cfg @@ -0,0 +1,65 @@ +# Configuration file + +general { + # Setting this to false will disable spawning champion mobs. Even when false they will still + # have a greatly reduced chance of spawning in certain dangerous places. + B:allowChampionMobs=true + B:allowSpawnAngryZombie=true + B:allowSpawnElder=true + B:allowSpawnFireBat=true + B:allowSpawnPech=true + B:allowSpawnTaintacle=true + B:allowSpawnWisp=true + + # Higher values increases number of magical forest biomes. If you are using biome + # addon mods you probably want to increase this weight quite a bit + # Min: 0 + # Max: 100 + I:biomeMagicalForestWeight=0 + + # Outer lands dimension id + I:dimensionOuterId=-42 + B:generateAmber=false + B:generateAura=true + B:generateCinnabar=true + B:generateCrystals=true + B:generateMagicForest=true + B:generateQuartz=false + B:generateStructure=true + B:generateTrees=true + + # The % of normal ore amounts that will be spawned. For example 50 will spawn half + # the ores while 200 will spawn double. Default 100 + # Min: 1 + # Max: 500 + I:oreDensity=100 + + # The dimension considered to be your 'overworld'. Certain TC structures will only spawn in this dim. + I:overworldDim=0 + B:regenAmber=false + B:regenAura=false + B:regenCinnabar=false + B:regenCrystals=false + + # This key is used to keep track of which chunk have been generated/regenerated. + # Changing it will cause the regeneration code to run again, so only change it if you want it to happen. + # Useful to regen only one world feature at a time. + S:regenKey=DEFAULT + B:regenQuartz=false + B:regenStructure=false + B:regenTrees=false + + # The range at which taint can spread from a taint seed. + # This value is only a base and will be modified by flux levels. + # Min: 8 + # Max: 256 + I:taintSpreadArea=32 + + # The % chance of taint fibres spreading on a block tick. + # Setting this to 0 will effectively stop taint fibre spread. + # Min: 0 + # Max: 500 + D:taintSpreadRate=100.0 +} + + diff --git a/server-patches/v0.3.0/config/thaumicenergistics.cfg b/server-patches/v0.3.0/config/thaumicenergistics.cfg new file mode 100644 index 0000000..7888122 --- /dev/null +++ b/server-patches/v0.3.0/config/thaumicenergistics.cfg @@ -0,0 +1,51 @@ +# Configuration file + +general { + + ########################################################################################################## + # essentia container capacity + #--------------------------------------------------------------------------------------------------------# + # Specifies how much a item that holds essentia can hold + # For filling with Essentia Terminal + # Best to set it to how much the item can actually store + ########################################################################################################## + + "essentia container capacity" { + I:"thaumcraft:phial"=10 + } + + "tick rates" { + I:"Essentia Export Bus Max"=60 + I:"Essentia Export Bus Min"=5 + I:"Essentia Import Bus Max"=40 + I:"Essentia Import Bus Min"=5 + I:"Essentia Storage Bus Max"=60 + I:"Essentia Storage Bus Min"=5 + } + + "client config" { + S:"Aspect Search Prefix"=# + + # Valid values: + # ENABLED + # DISABLED + # REQUIRE_PREFIX + S:"Aspect Search Setting"=REQUIRE_PREFIX + S:"Mod Search Prefix"=@ + + # Valid values: + # ENABLED + # DISABLED + # REQUIRE_PREFIX + S:"Mod Search Setting"=REQUIRE_PREFIX + + # Valid values: + # TALL + # FULL + # SMALL + S:"Terminal Style"=TALL + } + +} + + diff --git a/server-patches/unreleased/manifest.json b/server-patches/v0.3.0/manifest.json similarity index 97% rename from server-patches/unreleased/manifest.json rename to server-patches/v0.3.0/manifest.json index 38a32d5..44fe9dd 100644 --- a/server-patches/unreleased/manifest.json +++ b/server-patches/v0.3.0/manifest.json @@ -231,12 +231,6 @@ "filename": "TConstruct-1.12.2-2.13.0.183.jar", "md5": "710d64342d41042b7d6ced891448e727" }, - { - "slug": "corail-tombstone", - "fileId": "2897060", - "filename": "Corail Tombstone 3.6.9 for 1.12.2", - "md5": "8858df4a40caff9efce6a88c3d9e96bf" - }, { "slug": "botania", "fileId": "2846950", @@ -361,12 +355,6 @@ "description": "This is a fork with specific changes maintained by me.", "filename": "NaturesCompass-1.12.2-1.8.0.jar" }, - { - "slug": "roguelike-dungeons", - "fileId": "2492586", - "filename": "RoguelikeDungeons-1.12.2-1.8.0.jar", - "md5": "e6f7604a6ec95d0af6eee2f2f3ecef85" - }, { "slug": "waystones", "fileId": "2859589", diff --git a/server-patches/v0.3.0/scripts/embers.zs b/server-patches/v0.3.0/scripts/embers.zs new file mode 100644 index 0000000..d62bf34 --- /dev/null +++ b/server-patches/v0.3.0/scripts/embers.zs @@ -0,0 +1,10 @@ +val tin = ; +val tinPlate = ; +val bin = ; + +recipes.remove(); + +recipes.addShaped("tato6_tinBin", bin, + [[tin,null,tin], + [tin,null,tin], + [tin,tinPlate,tin]]); diff --git a/server-patches/v0.3.0/scripts/enderStorage.zs b/server-patches/v0.3.0/scripts/enderStorage.zs new file mode 100644 index 0000000..f553462 --- /dev/null +++ b/server-patches/v0.3.0/scripts/enderStorage.zs @@ -0,0 +1,31 @@ +import mods.arcanearchives.GCT; + +recipes.remove(); +recipes.remove(); +recipes.remove(); + +GCT.addRecipe("tato6_ender_chest", , [ + , + , + * 2, + , + * 4, + , +]); + +GCT.addRecipe("tato6_ender_tank", , [ + , + , + * 2, + , + * 4, + , +]); + +GCT.addRecipe("tato6_ender_pouch", , [ + , + , + * 4, + , + * 3, +]); \ No newline at end of file diff --git a/server-patches/v0.3.0/scripts/roots.zs b/server-patches/v0.3.0/scripts/roots.zs new file mode 100644 index 0000000..d03d17b --- /dev/null +++ b/server-patches/v0.3.0/scripts/roots.zs @@ -0,0 +1,66 @@ +import mods.roots.Mortar; +import crafttweaker.oredict.IOreDictEntry; +import crafttweaker.item.IItemStack; + +/** MORTAR -- The Mortar should not be a doubler, it should be a +1 at best. */ + +/** Add pulverized materials, but do not double them */ + +// add thermal pulverized materials to the mortar +val ores = [ + , + , + , + , + , + , + , + , + , + +] as IOreDictEntry[]; + +val dusts = [ + , + , + , + , + , + , + , + , + , + +] as IItemStack[]; + +for i, ore in ores { + val dust = dusts[i]; + Mortar.addRecipe(dust, [ore]); +} + +/** MORTAR -- remove various doubling recipes */ + +Mortar.removeRecipe(); +Mortar.removeRecipe(); +Mortar.removeRecipe(); + +Mortar.addRecipe( * 3, []); +Mortar.addRecipe( * 2, []); + +/** SILK -- silk is OP so lets tone it down */ + +recipes.remove(); +recipes.remove(); + +recipes.addShapeless( * 2, [, ]); +recipes.addShapeless(, []); + +/** MISC */ + +// remove baking roots flour into bread +furnace.remove(, ); +// remove plain crafting of bread +recipes.remove(); + +// bake bread in an oven, you monster +furnace.addRecipe(, , 0.35); diff --git a/src/NEXTSTEPS.md b/src/NEXTSTEPS.md index f0763df..ad8679c 100644 --- a/src/NEXTSTEPS.md +++ b/src/NEXTSTEPS.md @@ -6,4 +6,14 @@ - [] support versions other than 1.12.2 and specific releases - ie jei@1.14.4 - ie jei@1.12.2-4.15.0.268 - - probably not because the scraping is getting crazy \ No newline at end of file + - probably not because the scraping is getting crazy + + +Ender Storage + + - add it but require that the ender chest be crafted on a gem cutter's table (arcane archives) + - 2 x containment field + - 1 x radiant chest + - 1 x eye of ender + - 1 x shaped radiant quartz + - add it but make it an infusion recipe (thaumcraft) \ No newline at end of file diff --git a/src/manifest.json b/src/manifest.json index 2133361..44fe9dd 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -159,6 +159,18 @@ "fileId": "2639533", "filename": "VanillaFix-1.0.10-99.jar", "md5": "eb05714c798a94f52ddd8617857052ab" + }, + { + "slug": "endercore" + }, + { + "slug": "jeid", + "fileId": "2626479", + "filename": "JustEnoughIDs-1.0.2-26.jar", + "md5": "d59a5afae61495c66b47958b3fc2790c" + }, + { + "slug": "surge" } ], "development": [ @@ -201,24 +213,6 @@ "filename": "bewitchment-1.12.2-0.0.21.10.jar", "md5": "25ea0b766b3557991b6f1f12f3db9fe3" }, - { - "slug": "embers-rekindled", - "fileId": "2697221", - "filename": "EmbersRekindled-1.13-hotfix2.jar", - "md5": "4710702cd0ad48461b15c169589d3dbc" - }, - { - "slug": "mysticalmechanics" - }, - { - "slug": "mystical-gears" - }, - { - "slug": "mantle", - "fileId": "2713386", - "filename": "Mantle-1.12-1.3.3.55.jar", - "md5": "1026f5f8d3c4997831decd9023ca65a6" - }, { "slug": "mysticallib", "fileId": "2865499", @@ -237,12 +231,6 @@ "filename": "TConstruct-1.12.2-2.13.0.183.jar", "md5": "710d64342d41042b7d6ced891448e727" }, - { - "slug": "corail-tombstone", - "fileId": "2897060", - "filename": "Corail Tombstone 3.6.9 for 1.12.2", - "md5": "8858df4a40caff9efce6a88c3d9e96bf" - }, { "slug": "botania", "fileId": "2846950", @@ -367,18 +355,6 @@ "description": "This is a fork with specific changes maintained by me.", "filename": "NaturesCompass-1.12.2-1.8.0.jar" }, - { - "slug": "additional-structures", - "fileId": "2810589", - "filename": "Additional Structures v.2.3.1", - "md5": "00a9a200be155591bc4974dbbf34c1ac" - }, - { - "slug": "roguelike-dungeons", - "fileId": "2492586", - "filename": "RoguelikeDungeons-1.12.2-1.8.0.jar", - "md5": "e6f7604a6ec95d0af6eee2f2f3ecef85" - }, { "slug": "waystones", "fileId": "2859589", @@ -419,6 +395,9 @@ "fileId": "2623090", "filename": "RedstoneFlux-1.12-2.1.0.6-universal.jar", "md5": "f00530b437c41a189dbf8a85d0ac40b6" + }, + { + "slug": "ender-io" } ], "storage": [ @@ -435,6 +414,61 @@ "slug": "improvedbackpacks" } ] - } + }, + "far-overworld": [ + { + "slug": "nuclearcraft" + }, + { + "slug": "applied-energistics-2", + "description": "AE2 is in the far-overworld because the meteorites are hard to find." + }, + { + "slug": "embers-rekindled", + "description": "Far overworld because nickel is mostly found in mountains.", + "fileId": "2697221", + "filename": "EmbersRekindled-1.13-hotfix2.jar", + "md5": "4710702cd0ad48461b15c169589d3dbc" + }, + { + "slug": "aetherworks", + "description": "Aetherworks is in the far overworld because it's ore only spawns above y = 150" + }, + { + "slug": "mysticalmechanics" + }, + { + "slug": "mystical-gears" + }, + { + "slug": "mantle", + "fileId": "2713386", + "filename": "Mantle-1.12-1.3.3.55.jar", + "md5": "1026f5f8d3c4997831decd9023ca65a6" + }, + { + "slug": "astral-sorcery", + "description": "Far overworld because the temples and shrines are only found in mountains.", + "fileId": "3044416", + "filename": "AstralSorcery-1.12.2-1.10.27.jar", + "md5": "c2db411b6e678c7e24035cd5c0525264" + }, + { + "slug": "mekanism", + "description": "Kind of far overworld because osmium generates in igneous rocks... could almost be near overworld." + }, + { + "slug": "mekanism-generators" + }, + { + "slug": "mekanism-tools" + }, + { + "slug": "thaumcraft" + }, + { + "slug": "auracontrol" + } + ] } }