[logging] #Whether to log successful operations or not. log_successful = false #Whether to log failed operations or not. log_errors = true #Generates a config with all non-default values in propertymodifier-generated.toml. [generating] #Generates item group-related entries. item_groups = false #Generates block state-related entries. block_states = false #Generates block-related entries. blocks = false #Generates item-related entries. items = false #Generates armor-related entries. armor = false #Generates tool-related entries. tools = false #Generates enchantment-related entries. enchantments = false #Generates composting-related entries. composting = false #The default enchantment value used. 0 in vanilla, but mods such as Apotheosis may change this. #Range: 0 ~ 1000000 default_enchantment_value = 0 #The test values are needed because the library Forge uses for configs has a bug that doesn't allow empty default config values. If you add a value to a category, you can safely remove the test value. # #Set the respective values here by adding lines in the respective groups. If you want to create entirely new item groups, set an icon for a group name that doesn't exist yet. The tab "missingno" is provided by this mod, any items in it are removed after running everything else. [item_groups] #Whether to remove empty item groups or not. remove_empty = true #Whether to sort all item groups or not. sort = false #A list of groups that should be removed under all circumstances. Cannot remove "hotbar", "search" and "inventory". force_remove = ["kubejs.kubejs", "create.base", "create.palettes", "create_dd.base", "alloyed.main_group", "everycomp", "create_connected.main"] #Set an icon for a creative tab. Must be a valid item id. Example (without the leading #): #test = "minecraft:nether_star" icon = {} #Set whether item groups should have a search bar or not. Must be true or false. Only works for tabs created by this mod. Example (without the leading #): #test = true [item_groups.search] building_blocks = true decorations = true redstone = true transportation = true misc = true food = true tools = true combat = true brewing = true #Set an alternative background for an item group. Must be a valid resource location. Example (without the leading #): #minecraft:textures/gui/container/creative_inventory/tab_inventory.png [item_groups.background] test = "minecraft:missingno" #Set the enchantment categories for an item group. Must be a list of valid enchantment category names. Use [] for no enchantment groups (this is the default for newly-created groups). Example (without the leading #): #["vanishable", "breakable", "digger"] #Default enchantment groups (mods may add more!): "armor", "armor_feet", "armor_legs", "armor_chest", "armor_head", "weapon", "digger", "fishing_rod", "trident", "breakable", "bow", "wearable", "crossbow", "vanishable" [item_groups.enchantments] test = [] #Set the respective values here by adding lines in the respective groups. Keys can be either a block (e.g. "minecraft:stripped_birch_wood"), a block regex (e.g. "minecraft:.*_block") or a blockstate definition (e.g. "minecraft:grass_block[snowy=true]"). Block regexes cannot contain the [] characters, as their presence will be interpreted as a blockstate definition instead. [blocks_and_blockstates] #Set the destroy time for a block (state). Dirt has 0.5, stone has 1.5, obsidian has 50. -1 makes the block unbreakable. Examples (without the leading #): #"minecraft:grass_block[snowy=true]" = 100 #"minecraft:.*_planks" = 100 [blocks_and_blockstates.destroy_time] "minecraft:cobblestone" = 1.5 "minecraft:mossy_cobblestone" = 1.5 "minecraft:cobblestone_stairs" = 1.5 "minecraft:cobblestone_wall" = 1.5 "minecraft:mossy_cobblestone_wall" = 1.5 "minecraft:cobblestone_slab" = 1.5 "minecraft:mossy_cobblestone_stairs" = 1.5 "minecraft:mossy_cobblestone_slab" = 1.5 "paletteblocks:cobblestone_bricks" = 1.5 "paletteblocks:mossy_cobblestone_bricks" = 1.5 "paletteblocks:cracked_cobblestone_bricks" = 1.5 "paletteblocks:cobblestone_brick_slab" = 1.5 "paletteblocks:mossy_cobblestone_brick_slab" = 1.5 "paletteblocks:cobblestone_brick_stairs" = 1.5 "paletteblocks:mossy_cobblestone_brick_stairs" = 1.5 "paletteblocks:cobblestone_brick_wall" = 1.5 "paletteblocks:mossy_cobblestone_brick_wall" = 1.5 "upgrade_aquatic:kelpy_cobblestone" = 1.5 "upgrade_aquatic:kelpy_cobblestone_stairs" = 1.5 "upgrade_aquatic:kelpy_cobblestone_slab" = 1.5 "upgrade_aquatic:kelpy_cobblestone_wall" = 1.5 "atmospheric:kousa_chest" = 1.5 "atmospheric:kousa_trapped_chest" = 1.5 "minecraft:deepslate_gold_ore" = 4.5 "minecraft:deepslate_iron_ore" = 4.5 "minecraft:deepslate_coal_ore" = 4.5 "minecraft:deepslate_lapis_ore" = 4.5 "minecraft:deepslate_diamond_ore" = 4.5 "minecraft:deepslate_redstone_ore" = 4.5 "minecraft:deepslate_emerald_ore" = 4.5 "minecraft:deepslate_copper_ore" = 4.5 "minecraft:deepslate" = 3.0 "minecraft:cobbled_deepslate" = 3.0 "minecraft:cobbled_deepslate_stairs" = 3.0 "minecraft:cobbled_deepslate_slab" = 3.0 "minecraft:cobbled_deepslate_wall" = 3.0 "minecraft:polished_deepslate" = 3.0 "minecraft:polished_deepslate_stairs" = 3.0 "minecraft:polished_deepslate_slab" = 3.0 "minecraft:polished_deepslate_wall" = 3.0 "minecraft:deepslate_tiles" = 3.0 "minecraft:deepslate_tile_stairs" = 3.0 "minecraft:deepslate_tile_slab" = 3.0 "minecraft:deepslate_tile_wall" = 3.0 "minecraft:deepslate_bricks" = 3.0 "minecraft:deepslate_brick_stairs" = 3.0 "minecraft:deepslate_brick_slab" = 3.0 "minecraft:deepslate_brick_wall" = 3.0 "minecraft:chiseled_deepslate" = 3.0 "minecraft:cracked_deepslate_bricks" = 3.0 "minecraft:cracked_deepslate_tiles" = 3.0 "create:deepslate_zinc_ore" = 4.5 "create:cut_deepslate" = 3.0 "create:cut_deepslate_stairs" = 3.0 "create:cut_deepslate_slab" = 3.0 "create:cut_deepslate_wall" = 3.0 "create:polished_cut_deepslate" = 3.0 "create:polished_cut_deepslate_stairs" = 3.0 "create:polished_cut_deepslate_slab" = 3.0 "create:polished_cut_deepslate_wall" = 3.0 "create:cut_deepslate_bricks" = 3.0 "create:cut_deepslate_brick_stairs" = 3.0 "create:cut_deepslate_brick_slab" = 3.0 "create:cut_deepslate_brick_wall" = 3.0 "create:small_deepslate_bricks" = 3.0 "create:small_deepslate_brick_stairs" = 3.0 "create:small_deepslate_brick_slab" = 3.0 "create:small_deepslate_brick_wall" = 3.0 "create:layered_deepslate" = 3.0 "create:deepslate_pillar" = 3.0 "oreganized:deepslate_silver_ore" = 4.5 "oreganized:deepslate_lead_ore" = 4.5 "quark:deepslate_furnace" = 3.0 "supplementaries:deepslate_lamp" = 3.0 #Set the tool requirement of a block (state). Must be true or false. Examples (without the leading #): #"minecraft:diamond_ore" = false #"minecraft:oak_log" = true [blocks_and_blockstates.requires_tool] "atmospheric:kousa_chest" = true "atmospheric:kousa_trapped_chest" = true #Set the light emission of a block (state). Must be an integer between 0 and 15. Examples (without the leading #): #"minecraft:redstone_torch[lit=true]" = 15 #"minecraft:.*_bricks" = 7 [blocks_and_blockstates.light_emission] "quark:monster_box" = 10 #Set the respective values here by adding lines in the respective groups. Keys can be either a block (e.g. "minecraft:stripped_birch_wood") or a block regex (e.g. "minecraft:.*_block"). [blocks] #Set the explosion resistance for a block. Dirt has 0.5, stone and has 6, obsidian has 1200. 3600000 or more makes the block completely explosion resistant. Example (without the leading #): #"minecraft:dirt" = 1000 [blocks.explosion_resistance] test = 0.0 #Set the friction for a block. 0.6 for most blocks, 0.8 for slime blocks, 0.98 for ice, packed ice and frosted ice, and 0.989 for blue ice. Example (without the leading #): #"minecraft:.*ice" = 0.6 [blocks.friction] test = 0.0 #Set the speed factor for a block. 1 for most blocks, 0.4 for soul sand and honey blocks. Example (without the leading #): #"minecraft:soul_sand" = 1 [blocks.speed_factor] test = 0.0 #Set the speed factor for a block. 1 for most blocks, 0.5 for honey blocks. Example (without the leading #): #"minecraft:honey_block" = 1 [blocks.jump_factor] test = 0.0 #Set the respective values here by adding lines in the respective groups. Keys can be either an item (e.g. "minecraft:stripped_birch_wood") or an item regex (e.g. "minecraft:diamond.*"). [items] #Set the max damage (durability) of an item. Only items that already have durability can have this value altered. Example (without the leading #): #"minecraft:diamond_.*" = 5000 max_damage = {} #Set the max stack size of an item. Only values between 2 and 64 are supported. Items that have durability cannot have this value altered. Example (without the leading #): #"minecraft:ender_pearl" = 64 max_stack_size = {} #Set the item group (creative tab) of an item. Use "missingno" to remove the item from any item groups. Example (without the leading #): #"minecraft:command_block" = "decorations" [items.group] "brewinandchewin:keg" = "decorations" "brewinandchewin:item_coaster" = "decorations" "brewinandchewin:tankard" = "food" "brewinandchewin:beer" = "food" "brewinandchewin:vodka" = "food" "brewinandchewin:mead" = "food" "brewinandchewin:rice_wine" = "food" "brewinandchewin:egg_grog" = "food" "brewinandchewin:strongroot_ale" = "food" "brewinandchewin:saccharine_rum" = "food" "brewinandchewin:pale_jane" = "food" "brewinandchewin:dread_nog" = "food" "brewinandchewin:salty_folly" = "food" "brewinandchewin:steel_toe_stout" = "food" "brewinandchewin:glittering_grenadine" = "food" "brewinandchewin:bloody_mary" = "food" "brewinandchewin:red_rum" = "food" "brewinandchewin:withering_dross" = "food" "brewinandchewin:kombucha" = "food" "brewinandchewin:kimchi" = "food" "brewinandchewin:jerky" = "food" "brewinandchewin:pickled_pickles" = "food" "brewinandchewin:kippers" = "food" "brewinandchewin:cocoa_fudge" = "food" "brewinandchewin:flaxen_cheese_wheel" = "food" "brewinandchewin:scarlet_cheese_wheel" = "food" "brewinandchewin:flaxen_cheese_wedge" = "food" "brewinandchewin:scarlet_cheese_wedge" = "food" "brewinandchewin:pizza" = "food" "brewinandchewin:pizza_slice" = "food" "brewinandchewin:fiery_fondue_pot" = "food" "brewinandchewin:fiery_fondue" = "food" "brewinandchewin:ham_and_cheese_sandwich" = "food" "brewinandchewin:quiche" = "food" "brewinandchewin:quiche_slice" = "food" "brewinandchewin:vegetable_omelet" = "food" "brewinandchewin:cheesy_pasta" = "food" "brewinandchewin:creamy_onion_soup" = "food" "brewinandchewin:scarlet_pierogies" = "food" "brewinandchewin:horror_lasagna" = "food" "alloyed:bronze_ingot" = "misc" "alloyed:steel_ingot" = "misc" "alloyed:bronze_nugget" = "misc" "alloyed:steel_nugget" = "misc" "alloyed:bronze_sheet" = "misc" "alloyed:steel_sheet" = "misc" "alloyed:steel_sword" = "combat" "alloyed:steel_pickaxe" = "tools" "alloyed:steel_axe" = "tools" "alloyed:steel_shovel" = "tools" "alloyed:steel_hoe" = "tools" "alloyed:steel_helmet" = "combat" "alloyed:steel_chestplate" = "combat" "alloyed:steel_leggings" = "combat" "alloyed:steel_boots" = "combat" "alloyed:bronze_block" = "building_blocks" "alloyed:exposed_bronze_block" = "building_blocks" "alloyed:weathered_bronze_block" = "building_blocks" "alloyed:oxidized_bronze_block" = "building_blocks" "alloyed:waxed_bronze_block" = "building_blocks" "alloyed:waxed_exposed_bronze_block" = "building_blocks" "alloyed:waxed_weathered_bronze_block" = "building_blocks" "alloyed:waxed_oxidized_bronze_block" = "building_blocks" "alloyed:bronze_bell" = "decorations" "alloyed:steel_block" = "building_blocks" "alloyed:steel_casing" = "decorations" "alloyed:steel_scaffolding" = "decorations" "alloyed:steel_door" = "redstone" "alloyed:locked_steel_door" = "redstone" "alloyed:steel_sheet_metal" = "building_blocks" "alloyed:steel_sheet_stairs" = "building_blocks" "alloyed:steel_sheet_slab" = "building_blocks" "alloyed:steel_bars" = "decorations" "alloyed:steel_trapdoor" = "redstone" "alloyed:steel_ladder" = "decorations" "alloyed:steel_knife" = "combat" "firesticks:fire_stick" = "tools" "farmersrespite:green_tea_leaves_sack" = "decorations" "farmersrespite:yellow_tea_leaves_sack" = "decorations" "farmersrespite:black_tea_leaves_sack" = "decorations" "farmersrespite:coffee_beans_sack" = "decorations" "farmersrespite:wild_tea_bush" = "decorations" "farmersrespite:wild_coffee_bush" = "decorations" "farmersrespite:green_tea_leaves" = "misc" "farmersrespite:yellow_tea_leaves" = "misc" "farmersrespite:black_tea_leaves" = "misc" "farmersrespite:tea_seeds" = "misc" "farmersrespite:coffee_beans" = "misc" "farmersrespite:coffee_berries" = "food" "farmersrespite:rose_hips" = "misc" "farmersrespite:green_tea" = "food" "farmersrespite:yellow_tea" = "food" "farmersrespite:black_tea" = "food" "farmersrespite:rose_hip_tea" = "food" "farmersrespite:dandelion_tea" = "food" "farmersrespite:purulent_tea" = "food" "farmersrespite:gamblers_tea" = "food" "farmersrespite:coffee" = "food" "farmersrespite:green_tea_cookie" = "food" "farmersrespite:nether_wart_sourdough" = "food" "farmersrespite:black_cod" = "food" "farmersrespite:tea_curry" = "food" "farmersrespite:blazing_chili" = "food" "farmersrespite:coffee_cake" = "food" "farmersrespite:coffee_cake_slice" = "food" "farmersrespite:rose_hip_pie" = "food" "farmersrespite:rose_hip_pie_slice" = "food" "ecologics:coconut_log" = "building_blocks" "ecologics:stripped_coconut_log" = "building_blocks" "ecologics:coconut_wood" = "building_blocks" "ecologics:stripped_coconut_wood" = "building_blocks" "ecologics:coconut_leaves" = "decorations" "ecologics:coconut_planks" = "building_blocks" "ecologics:coconut_slab" = "building_blocks" "ecologics:coconut_stairs" = "building_blocks" "ecologics:coconut_fence" = "decorations" "ecologics:coconut_fence_gate" = "redstone" "ecologics:coconut_door" = "redstone" "ecologics:coconut_trapdoor" = "redstone" "ecologics:coconut_button" = "redstone" "ecologics:coconut_pressure_plate" = "redstone" "ecologics:coconut" = "decorations" "ecologics:coconut_seedling" = "decorations" "ecologics:seashell" = "decorations" "ecologics:seashell_block" = "building_blocks" "ecologics:seashell_tiles" = "building_blocks" "ecologics:seashell_tile_stairs" = "building_blocks" "ecologics:seashell_tile_slab" = "building_blocks" "ecologics:seashell_tile_wall" = "building_blocks" "ecologics:pot" = "decorations" "ecologics:ice_bricks" = "building_blocks" "ecologics:ice_brick_stairs" = "building_blocks" "ecologics:ice_brick_slab" = "building_blocks" "ecologics:ice_brick_wall" = "building_blocks" "ecologics:azalea_log" = "building_blocks" "ecologics:stripped_azalea_log" = "building_blocks" "ecologics:azalea_wood" = "building_blocks" "ecologics:stripped_azalea_wood" = "building_blocks" "ecologics:azalea_planks" = "building_blocks" "ecologics:azalea_slab" = "building_blocks" "ecologics:azalea_stairs" = "building_blocks" "ecologics:azalea_fence" = "decorations" "ecologics:azalea_fence_gate" = "redstone" "ecologics:azalea_door" = "redstone" "ecologics:azalea_trapdoor" = "redstone" "ecologics:azalea_button" = "redstone" "ecologics:azalea_pressure_plate" = "redstone" "ecologics:azalea_flower" = "decorations" "ecologics:coconut_slice" = "food" "ecologics:coconut_husk" = "misc" "ecologics:crab_claw" = "tools" "ecologics:crab_meat" = "food" "ecologics:tropical_stew" = "food" "ecologics:coconut_crab_spawn_egg" = "misc" "ecologics:camel_spawn_egg" = "misc" "ecologics:penguin_spawn_egg" = "misc" "ecologics:sandcastle" = "decorations" "ecologics:music_disc_coconut" = "misc" "ecologics:coconut_sign" = "decorations" "ecologics:prickly_pear" = "food" "ecologics:cooked_prickly_pear" = "food" "ecologics:azalea_sign" = "decorations" "ecologics:coconut_boat" = "transportation" "ecologics:azalea_boat" = "transportation" "ecologics:coconut_chest_boat" = "transportation" "ecologics:azalea_chest_boat" = "transportation" "aquaculture:iron_fishing_rod" = "tools" "aquaculture:lockbox" = "misc" "create_dd:bronze_casing" = "decorations" "create_dd:zinc_casing" = "decorations" "create_dd:mossy_andesite_casing" = "decorations" "create_dd:industrial_casing" = "decorations" "create_dd:overburden_casing" = "decorations" "create_dd:zinc_scaffolding" = "decorations" "create_dd:bronze_scaffolding" = "decorations" "create_dd:copycat_block" = "decorations" "create_dd:copycat_slab" = "decorations" "create_dd:blueprint_block" = "decorations" "create_dd:blueprint_carpet" = "decorations" "create_dd:hazard_block" = "decorations" "create_dd:potassic" = "building_blocks" "create_dd:cut_potassic" = "building_blocks" "create_dd:cut_potassic_stairs" = "building_blocks" "create_dd:cut_potassic_slab" = "building_blocks" "create_dd:cut_potassic_wall" = "building_blocks" "create_dd:polished_cut_potassic" = "building_blocks" "create_dd:polished_cut_potassic_stairs" = "building_blocks" "create_dd:polished_cut_potassic_slab" = "building_blocks" "create_dd:polished_cut_potassic_wall" = "building_blocks" "create_dd:cut_potassic_bricks" = "building_blocks" "create_dd:cut_potassic_brick_stairs" = "building_blocks" "create_dd:cut_potassic_brick_slab" = "building_blocks" "create_dd:cut_potassic_brick_wall" = "building_blocks" "create_dd:small_potassic_bricks" = "building_blocks" "create_dd:small_potassic_brick_stairs" = "building_blocks" "create_dd:small_potassic_brick_slab" = "building_blocks" "create_dd:small_potassic_brick_wall" = "building_blocks" "create_dd:layered_potassic" = "building_blocks" "create_dd:potassic_pillar" = "building_blocks" "naturalist:crimson_froglass" = "building_blocks" "naturalist:verdant_froglass" = "building_blocks" "naturalist:azure_froglass" = "building_blocks" "naturalist:crimson_froglass_pane" = "building_blocks" "naturalist:verdant_froglass_pane" = "building_blocks" "naturalist:azure_froglass_pane" = "building_blocks" "naturalist:shellstone" = "building_blocks" "naturalist:shellstone_stairs" = "building_blocks" "naturalist:shellstone_slab" = "building_blocks" "naturalist:shellstone_wall" = "building_blocks" "naturalist:shellstone_bricks" = "building_blocks" "naturalist:shellstone_brick_stairs" = "building_blocks" "naturalist:shellstone_brick_slab" = "building_blocks" "naturalist:shellstone_brick_wall" = "building_blocks" "naturalist:cut_shellstone" = "building_blocks" "naturalist:cut_shellstone_stairs" = "building_blocks" "naturalist:cut_shellstone_slab" = "building_blocks" "naturalist:cut_shellstone_wall" = "building_blocks" "naturalist:smooth_shellstone" = "building_blocks" "naturalist:smooth_shellstone_stairs" = "building_blocks" "naturalist:smooth_shellstone_slab" = "building_blocks" "naturalist:smooth_shellstone_wall" = "building_blocks" "naturalist:glow_goop" = "decorations" "naturalist:bear_fur" = "misc" "naturalist:teddy_bear" = "decorations" "naturalist:bass_bucket" = "misc" "naturalist:bass" = "food" "naturalist:cooked_bass" = "food" "naturalist:butterfly" = "misc" "naturalist:caterpillar" = "misc" "naturalist:bug_net" = "tools" "naturalist:bear_spawn_egg" = "misc" "naturalist:butterfly_spawn_egg" = "misc" "naturalist:firefly_spawn_egg" = "misc" "naturalist:bluejay_spawn_egg" = "misc" "naturalist:cardinal_spawn_egg" = "misc" "naturalist:canary_spawn_egg" = "misc" "naturalist:robin_spawn_egg" = "misc" "naturalist:caterpillar_spawn_egg" = "misc" "naturalist:rhino_spawn_egg" = "misc" "naturalist:vulture_spawn_egg" = "misc" "naturalist:bass_spawn_egg" = "misc" "domesticationinnovation:pet_bed_white" = "decorations" "domesticationinnovation:pet_bed_orange" = "decorations" "domesticationinnovation:pet_bed_magenta" = "decorations" "domesticationinnovation:pet_bed_light_blue" = "decorations" "domesticationinnovation:pet_bed_yellow" = "decorations" "domesticationinnovation:pet_bed_lime" = "decorations" "domesticationinnovation:pet_bed_pink" = "decorations" "domesticationinnovation:pet_bed_gray" = "decorations" "domesticationinnovation:pet_bed_light_gray" = "decorations" "domesticationinnovation:pet_bed_cyan" = "decorations" "domesticationinnovation:pet_bed_purple" = "decorations" "domesticationinnovation:pet_bed_blue" = "decorations" "domesticationinnovation:pet_bed_brown" = "decorations" "domesticationinnovation:pet_bed_green" = "decorations" "domesticationinnovation:pet_bed_red" = "decorations" "domesticationinnovation:pet_bed_black" = "decorations" "domesticationinnovation:drum" = "decorations" "domesticationinnovation:wayward_lantern" = "decorations" "culturaldelights:cucumber_seeds" = "misc" "culturaldelights:corn_kernels" = "misc" "culturaldelights:eggplant_seeds" = "misc" "culturaldelights:avocado_pit" = "misc" "culturaldelights:avocado_sapling" = "decorations" "culturaldelights:avocado_log" = "building_blocks" "culturaldelights:avocado_wood" = "building_blocks" "culturaldelights:avocado_leaves" = "decorations" "culturaldelights:avocado_crate" = "decorations" "culturaldelights:cucumber_crate" = "decorations" "culturaldelights:pickle_crate" = "decorations" "culturaldelights:corn_cob_crate" = "decorations" "culturaldelights:eggplant_crate" = "decorations" "culturaldelights:white_eggplant_crate" = "decorations" "culturaldelights:exotic_roll_medley" = "food" "kubejs:flaxen_cheese_bucket" = "misc" "kubejs:scarlet_cheese_bucket" = "misc" "kubejs:glue_bucket" = "misc" "kubejs:butterscotch_bucket" = "misc" "kubejs:cake_batter_bucket" = "misc" "kubejs:white_chocolate_pavement_stairs" = "building_blocks" "kubejs:white_chocolate_pavement" = "building_blocks" "kubejs:dark_chocolate_tiles" = "building_blocks" "kubejs:dark_chocolate_pavement_slab" = "building_blocks" "kubejs:dark_chocolate_tile_stairs" = "building_blocks" "kubejs:white_chocolate_tile_stairs" = "building_blocks" "kubejs:white_chocolate_tile_wall" = "building_blocks" "kubejs:white_chocolate_pavement_slab" = "building_blocks" "kubejs:white_chocolate_tiles" = "building_blocks" "kubejs:white_chocolate_tile_slab" = "building_blocks" "kubejs:lead_ore" = "building_blocks" "kubejs:dark_chocolate_block" = "building_blocks" "kubejs:butterscotch_cinnamon_pie" = "food" "kubejs:dark_chocolate_pavement_stairs" = "building_blocks" "kubejs:eggplant_parmesan_block" = "food" "kubejs:chiseled_dark_chocolate_pavement" = "building_blocks" "kubejs:dark_chocolate_tile_wall" = "building_blocks" "kubejs:dark_chocolate_pavement" = "building_blocks" "kubejs:chiseled_white_chocolate_pavement" = "building_blocks" "kubejs:wheat_flour_bag" = "decorations" "kubejs:white_chocolate_block" = "building_blocks" "kubejs:white_chocolate_pavement_wall" = "building_blocks" "kubejs:dark_chocolate_pavement_wall" = "building_blocks" "kubejs:dark_chocolate_tile_slab" = "building_blocks" "kubejs:rose_gold_knife" = "combat" "kubejs:copper_knife" = "combat" "kubejs:raw_ammonite" = "misc" "kubejs:soul_salt" = "misc" "kubejs:oats" = "misc" "kubejs:cinnamon" = "food" "kubejs:cinnamon_roll" = "food" "kubejs:sugar_cookie" = "food" "kubejs:cinnamon_cracker" = "food" "kubejs:candy_cane" = "food" "kubejs:caramelized_marshmellow_on_a_stick" = "food" "kubejs:butterscotch_cinnamon_pie_slice" = "food" "kubejs:kipper_sandwich" = "food" "kubejs:preserved_skewer" = "food" "kubejs:corn_fritters" = "food" "kubejs:bass_slice" = "food" "kubejs:cooked_bass_slice" = "food" "kubejs:bass_roll" = "food" "kubejs:crab_meat" = "food" "kubejs:oat_bar" = "food" "kubejs:prickly_pear_tart" = "food" "kubejs:butterscotch_vanilla_ice_cream" = "food" "kubejs:oatmeal" = "food" "kubejs:squid_stir_fry" = "food" "kubejs:bacon_and_fried_corn" = "food" "kubejs:turkey_chowder" = "food" "kubejs:pasta_with_turkey" = "food" "kubejs:chevon_and_potatoes" = "food" "kubejs:goat_noodle_soup" = "food" "kubejs:cinnamon_mint_curry" = "food" "kubejs:eggplant_parmesan" = "food" "kubejs:prismatic_ice_cream" = "food" "kubejs:smore" = "food" "kubejs:neapolitan_ice_cream_sandwich" = "food" "kubejs:respiteful_ice_cream_sandwich" = "food" "kubejs:prismatic_ice_cream_sandwich" = "food" "kubejs:cactus_juice" = "food" "kubejs:soulstice_sake" = "food" "kubejs:buzzing_bourbon" = "food" "kubejs:prickly_gin" = "food" "kubejs:bar_of_black_chocolate" = "food" "kubejs:black_chocolate_glazed_berries" = "food" "kubejs:black_chocolate_glazed_marshmallow" = "food" "kubejs:bar_of_white_chocolate" = "food" "kubejs:white_chocolate_glazed_berries" = "food" "kubejs:white_chocolate_glazed_marshmallow" = "food" "paletteblocks:polished_netherrack" = "building_blocks" "paletteblocks:polished_basalt" = "building_blocks" "paletteblocks:cobblestone_bricks" = "building_blocks" "paletteblocks:mossy_cobblestone_bricks" = "building_blocks" "paletteblocks:cracked_cobblestone_bricks" = "building_blocks" "paletteblocks:polished_netherrack_slab" = "building_blocks" "paletteblocks:polished_basalt_slab" = "building_blocks" "paletteblocks:cobblestone_brick_slab" = "building_blocks" "paletteblocks:mossy_cobblestone_brick_slab" = "building_blocks" "paletteblocks:polished_netherrack_stairs" = "building_blocks" "paletteblocks:polished_basalt_stairs" = "building_blocks" "paletteblocks:cobblestone_brick_stairs" = "building_blocks" "paletteblocks:mossy_cobblestone_brick_stairs" = "building_blocks" "paletteblocks:polished_netherrack_wall" = "building_blocks" "paletteblocks:polished_basalt_wall" = "building_blocks" "paletteblocks:polished_dripstone_wall" = "building_blocks" "paletteblocks:polished_calcite_wall" = "building_blocks" "paletteblocks:polished_tuff_wall" = "building_blocks" "paletteblocks:cobblestone_brick_wall" = "building_blocks" "paletteblocks:mossy_cobblestone_brick_wall" = "building_blocks" "paletteblocks:polished_granite_wall" = "building_blocks" "paletteblocks:polished_diorite_wall" = "building_blocks" "paletteblocks:polished_andesite_wall" = "building_blocks" "create:schematicannon" = "redstone" "create:schematic_table" = "decorations" "create:shaft" = "redstone" "create:cogwheel" = "redstone" "create:large_cogwheel" = "redstone" "create:gearbox" = "redstone" "create:clutch" = "redstone" "create:gearshift" = "redstone" "create:encased_chain_drive" = "redstone" "create:adjustable_chain_gearshift" = "redstone" "create:creative_motor" = "redstone" "create:water_wheel" = "redstone" "create:large_water_wheel" = "redstone" "create:encased_fan" = "redstone" "create:nozzle" = "redstone" "create:hand_crank" = "redstone" "create:cuckoo_clock" = "redstone" "create:millstone" = "redstone" "create:crushing_wheel" = "redstone" "create:mechanical_press" = "redstone" "create:mechanical_mixer" = "redstone" "create:basin" = "decorations" "create:blaze_burner" = "decorations" "create:depot" = "decorations" "create:weighted_ejector" = "redstone" "create:chute" = "redstone" "create:smart_chute" = "redstone" "create:speedometer" = "redstone" "create:stressometer" = "redstone" "create:wooden_bracket" = "decorations" "create:metal_bracket" = "decorations" "create:fluid_pipe" = "redstone" "create:mechanical_pump" = "redstone" "create:smart_fluid_pipe" = "redstone" "create:fluid_valve" = "redstone" "create:copper_valve_handle" = "redstone" "create:white_valve_handle" = "redstone" "create:orange_valve_handle" = "redstone" "create:magenta_valve_handle" = "redstone" "create:light_blue_valve_handle" = "redstone" "create:yellow_valve_handle" = "redstone" "create:lime_valve_handle" = "redstone" "create:pink_valve_handle" = "redstone" "create:gray_valve_handle" = "redstone" "create:light_gray_valve_handle" = "redstone" "create:cyan_valve_handle" = "redstone" "create:purple_valve_handle" = "redstone" "create:blue_valve_handle" = "redstone" "create:brown_valve_handle" = "redstone" "create:green_valve_handle" = "redstone" "create:red_valve_handle" = "redstone" "create:black_valve_handle" = "redstone" "create:fluid_tank" = "decorations" "create:creative_fluid_tank" = "search" "create:hose_pulley" = "redstone" "create:item_drain" = "redstone" "create:spout" = "redstone" "create:portable_fluid_interface" = "redstone" "create:steam_engine" = "redstone" "create:steam_whistle" = "redstone" "create:mechanical_piston" = "redstone" "create:sticky_mechanical_piston" = "redstone" "create:piston_extension_pole" = "redstone" "create:gantry_carriage" = "redstone" "create:gantry_shaft" = "redstone" "create:windmill_bearing" = "redstone" "create:mechanical_bearing" = "redstone" "create:clockwork_bearing" = "redstone" "create:rope_pulley" = "redstone" "create:elevator_pulley" = "redstone" "create:cart_assembler" = "transportation" "create:controller_rail" = "transportation" "create:linear_chassis" = "decorations" "create:secondary_linear_chassis" = "decorations" "create:radial_chassis" = "decorations" "create:sticker" = "redstone" "create:contraption_controls" = "redstone" "create:mechanical_drill" = "redstone" "create:mechanical_saw" = "redstone" "create:deployer" = "redstone" "create:portable_storage_interface" = "redstone" "create:redstone_contact" = "redstone" "create:mechanical_harvester" = "redstone" "create:mechanical_plough" = "redstone" "create:mechanical_roller" = "redstone" "create:sail_frame" = "decorations" "create:white_sail" = "decorations" "create:andesite_casing" = "decorations" "create:brass_casing" = "decorations" "create:copper_casing" = "decorations" "create:mechanical_crafter" = "redstone" "create:sequenced_gearshift" = "redstone" "create:flywheel" = "decorations" "create:rotation_speed_controller" = "redstone" "create:mechanical_arm" = "redstone" "create:track" = "transportation" "create:railway_casing" = "decorations" "create:track_station" = "transportation" "create:track_signal" = "transportation" "create:track_observer" = "transportation" "create:controls" = "transportation" "create:item_vault" = "decorations" "create:andesite_funnel" = "redstone" "create:brass_funnel" = "redstone" "create:andesite_tunnel" = "redstone" "create:brass_tunnel" = "redstone" "create:content_observer" = "redstone" "create:stockpile_switch" = "redstone" "create:creative_crate" = "search" "create:display_link" = "redstone" "create:display_board" = "redstone" "create:nixie_tube" = "redstone" "create:rose_quartz_lamp" = "redstone" "create:redstone_link" = "redstone" "create:placard" = "decorations" "create:pulse_repeater" = "redstone" "create:pulse_extender" = "redstone" "create:powered_latch" = "redstone" "create:powered_toggle_latch" = "redstone" "create:wheat_flour" = "misc" "create:cinder_flour" = "misc" "create:rose_quartz" = "misc" "create:polished_rose_quartz" = "misc" "create:powdered_obsidian" = "misc" "create:sturdy_sheet" = "misc" "create:propeller" = "misc" "create:whisk" = "misc" "create:brass_hand" = "misc" "create:crafter_slot_cover" = "misc" "create:electron_tube" = "misc" "create:precision_mechanism" = "misc" "create:blaze_cake_base" = "misc" "create:blaze_cake" = "misc" "create:sweet_roll" = "food" "create:chocolate_glazed_berries" = "food" "create:builders_tea" = "food" "create:raw_zinc" = "misc" "create:andesite_alloy" = "misc" "create:zinc_ingot" = "misc" "create:brass_ingot" = "misc" "create:copper_nugget" = "misc" "create:zinc_nugget" = "misc" "create:brass_nugget" = "misc" "create:experience_nugget" = "misc" "create:copper_sheet" = "misc" "create:brass_sheet" = "misc" "create:iron_sheet" = "misc" "create:golden_sheet" = "misc" "create:crushed_raw_iron" = "misc" "create:crushed_raw_gold" = "misc" "create:crushed_raw_copper" = "misc" "create:crushed_raw_zinc" = "misc" "create:crushed_raw_silver" = "misc" "create:crushed_raw_lead" = "misc" "create:belt_connector" = "redstone" "create:vertical_gearbox" = "redstone" "create:empty_blaze_burner" = "decorations" "create:goggles" = "combat" "create:super_glue" = "tools" "create:minecart_coupling" = "transportation" "create:crafting_blueprint" = "decorations" "create:copper_backtank" = "combat" "create:copper_diving_helmet" = "combat" "create:copper_diving_boots" = "combat" "create:sand_paper" = "tools" "create:red_sand_paper" = "tools" "create:wrench" = "tools" "create:linked_controller" = "redstone" "create:potato_cannon" = "combat" "create:extendo_grip" = "tools" "create:wand_of_symmetry" = "tools" "create:handheld_worldshaper" = "search" "create:filter" = "tools" "create:attribute_filter" = "tools" "create:schedule" = "transportation" "create:empty_schematic" = "misc" "create:schematic_and_quill" = "misc" "create:peculiar_bell" = "decorations" "create:haunted_bell" = "decorations" "create:white_toolbox" = "tools" "create:orange_toolbox" = "tools" "create:magenta_toolbox" = "tools" "create:light_blue_toolbox" = "tools" "create:yellow_toolbox" = "tools" "create:lime_toolbox" = "tools" "create:pink_toolbox" = "tools" "create:gray_toolbox" = "tools" "create:light_gray_toolbox" = "tools" "create:cyan_toolbox" = "tools" "create:purple_toolbox" = "tools" "create:blue_toolbox" = "tools" "create:brown_toolbox" = "tools" "create:green_toolbox" = "tools" "create:red_toolbox" = "tools" "create:black_toolbox" = "tools" "create:clipboard" = "tools" "create:andesite_ladder" = "decorations" "create:brass_ladder" = "decorations" "create:copper_ladder" = "decorations" "create:andesite_bars" = "decorations" "create:brass_bars" = "decorations" "create:copper_bars" = "decorations" "create:andesite_scaffolding" = "decorations" "create:brass_scaffolding" = "decorations" "create:copper_scaffolding" = "decorations" "create:metal_girder" = "decorations" "create:copycat_step" = "decorations" "create:copycat_panel" = "decorations" "create:white_seat" = "decorations" "create:orange_seat" = "decorations" "create:magenta_seat" = "decorations" "create:light_blue_seat" = "decorations" "create:yellow_seat" = "decorations" "create:lime_seat" = "decorations" "create:pink_seat" = "decorations" "create:gray_seat" = "decorations" "create:light_gray_seat" = "decorations" "create:cyan_seat" = "decorations" "create:purple_seat" = "decorations" "create:blue_seat" = "decorations" "create:brown_seat" = "decorations" "create:green_seat" = "decorations" "create:red_seat" = "decorations" "create:black_seat" = "decorations" "create:andesite_door" = "redstone" "create:brass_door" = "redstone" "create:copper_door" = "redstone" "create:train_door" = "redstone" "create:train_trapdoor" = "redstone" "create:framed_glass_door" = "redstone" "create:framed_glass_trapdoor" = "redstone" "create:zinc_ore" = "building_blocks" "create:deepslate_zinc_ore" = "building_blocks" "create:raw_zinc_block" = "building_blocks" "create:zinc_block" = "building_blocks" "create:andesite_alloy_block" = "building_blocks" "create:industrial_iron_block" = "building_blocks" "create:brass_block" = "building_blocks" "create:experience_block" = "building_blocks" "create:rose_quartz_block" = "building_blocks" "create:rose_quartz_tiles" = "building_blocks" "create:small_rose_quartz_tiles" = "building_blocks" "create:copper_shingles" = "building_blocks" "create:exposed_copper_shingles" = "building_blocks" "create:weathered_copper_shingles" = "building_blocks" "create:oxidized_copper_shingles" = "building_blocks" "create:copper_shingle_slab" = "building_blocks" "create:exposed_copper_shingle_slab" = "building_blocks" "create:weathered_copper_shingle_slab" = "building_blocks" "create:oxidized_copper_shingle_slab" = "building_blocks" "create:copper_shingle_stairs" = "building_blocks" "create:exposed_copper_shingle_stairs" = "building_blocks" "create:weathered_copper_shingle_stairs" = "building_blocks" "create:oxidized_copper_shingle_stairs" = "building_blocks" "create:waxed_copper_shingles" = "building_blocks" "create:waxed_exposed_copper_shingles" = "building_blocks" "create:waxed_weathered_copper_shingles" = "building_blocks" "create:waxed_oxidized_copper_shingles" = "building_blocks" "create:waxed_copper_shingle_slab" = "building_blocks" "create:waxed_exposed_copper_shingle_slab" = "building_blocks" "create:waxed_weathered_copper_shingle_slab" = "building_blocks" "create:waxed_oxidized_copper_shingle_slab" = "building_blocks" "create:waxed_copper_shingle_stairs" = "building_blocks" "create:waxed_exposed_copper_shingle_stairs" = "building_blocks" "create:waxed_weathered_copper_shingle_stairs" = "building_blocks" "create:waxed_oxidized_copper_shingle_stairs" = "building_blocks" "create:copper_tiles" = "building_blocks" "create:exposed_copper_tiles" = "building_blocks" "create:weathered_copper_tiles" = "building_blocks" "create:oxidized_copper_tiles" = "building_blocks" "create:copper_tile_slab" = "building_blocks" "create:exposed_copper_tile_slab" = "building_blocks" "create:weathered_copper_tile_slab" = "building_blocks" "create:oxidized_copper_tile_slab" = "building_blocks" "create:copper_tile_stairs" = "building_blocks" "create:exposed_copper_tile_stairs" = "building_blocks" "create:weathered_copper_tile_stairs" = "building_blocks" "create:oxidized_copper_tile_stairs" = "building_blocks" "create:waxed_copper_tiles" = "building_blocks" "create:waxed_exposed_copper_tiles" = "building_blocks" "create:waxed_weathered_copper_tiles" = "building_blocks" "create:waxed_oxidized_copper_tiles" = "building_blocks" "create:waxed_copper_tile_slab" = "building_blocks" "create:waxed_exposed_copper_tile_slab" = "building_blocks" "create:waxed_weathered_copper_tile_slab" = "building_blocks" "create:waxed_oxidized_copper_tile_slab" = "building_blocks" "create:waxed_copper_tile_stairs" = "building_blocks" "create:waxed_exposed_copper_tile_stairs" = "building_blocks" "create:waxed_weathered_copper_tile_stairs" = "building_blocks" "create:waxed_oxidized_copper_tile_stairs" = "building_blocks" "create:honey_bucket" = "misc" "create:chocolate_bucket" = "misc" "create:tiled_glass" = "building_blocks" "create:framed_glass" = "building_blocks" "create:horizontal_framed_glass" = "building_blocks" "create:vertical_framed_glass" = "building_blocks" "create:tiled_glass_pane" = "building_blocks" "create:framed_glass_pane" = "building_blocks" "create:horizontal_framed_glass_pane" = "building_blocks" "create:vertical_framed_glass_pane" = "building_blocks" "create:oak_window" = "building_blocks" "create:spruce_window" = "building_blocks" "create:birch_window" = "building_blocks" "create:jungle_window" = "building_blocks" "create:acacia_window" = "building_blocks" "create:dark_oak_window" = "building_blocks" "create:mangrove_window" = "building_blocks" "create:crimson_window" = "building_blocks" "create:warped_window" = "building_blocks" "create:ornate_iron_window" = "building_blocks" "create:oak_window_pane" = "building_blocks" "create:spruce_window_pane" = "building_blocks" "create:birch_window_pane" = "building_blocks" "create:jungle_window_pane" = "building_blocks" "create:acacia_window_pane" = "building_blocks" "create:dark_oak_window_pane" = "building_blocks" "create:mangrove_window_pane" = "building_blocks" "create:crimson_window_pane" = "building_blocks" "create:warped_window_pane" = "building_blocks" "create:ornate_iron_window_pane" = "building_blocks" "create:cut_granite" = "building_blocks" "create:cut_granite_stairs" = "building_blocks" "create:cut_granite_slab" = "building_blocks" "create:cut_granite_wall" = "building_blocks" "create:polished_cut_granite" = "building_blocks" "create:polished_cut_granite_stairs" = "building_blocks" "create:polished_cut_granite_slab" = "building_blocks" "create:polished_cut_granite_wall" = "building_blocks" "create:cut_granite_bricks" = "building_blocks" "create:cut_granite_brick_stairs" = "building_blocks" "create:cut_granite_brick_slab" = "building_blocks" "create:cut_granite_brick_wall" = "building_blocks" "create:small_granite_bricks" = "building_blocks" "create:small_granite_brick_stairs" = "building_blocks" "create:small_granite_brick_slab" = "building_blocks" "create:small_granite_brick_wall" = "building_blocks" "create:layered_granite" = "building_blocks" "create:granite_pillar" = "building_blocks" "create:cut_diorite" = "building_blocks" "create:cut_diorite_stairs" = "building_blocks" "create:cut_diorite_slab" = "building_blocks" "create:cut_diorite_wall" = "building_blocks" "create:polished_cut_diorite" = "building_blocks" "create:polished_cut_diorite_stairs" = "building_blocks" "create:polished_cut_diorite_slab" = "building_blocks" "create:polished_cut_diorite_wall" = "building_blocks" "create:cut_diorite_bricks" = "building_blocks" "create:cut_diorite_brick_stairs" = "building_blocks" "create:cut_diorite_brick_slab" = "building_blocks" "create:cut_diorite_brick_wall" = "building_blocks" "create:small_diorite_bricks" = "building_blocks" "create:small_diorite_brick_stairs" = "building_blocks" "create:small_diorite_brick_slab" = "building_blocks" "create:small_diorite_brick_wall" = "building_blocks" "create:layered_diorite" = "building_blocks" "create:diorite_pillar" = "building_blocks" "create:cut_andesite" = "building_blocks" "create:cut_andesite_stairs" = "building_blocks" "create:cut_andesite_slab" = "building_blocks" "create:cut_andesite_wall" = "building_blocks" "create:polished_cut_andesite" = "building_blocks" "create:polished_cut_andesite_stairs" = "building_blocks" "create:polished_cut_andesite_slab" = "building_blocks" "create:polished_cut_andesite_wall" = "building_blocks" "create:cut_andesite_bricks" = "building_blocks" "create:cut_andesite_brick_stairs" = "building_blocks" "create:cut_andesite_brick_slab" = "building_blocks" "create:cut_andesite_brick_wall" = "building_blocks" "create:small_andesite_bricks" = "building_blocks" "create:small_andesite_brick_stairs" = "building_blocks" "create:small_andesite_brick_slab" = "building_blocks" "create:small_andesite_brick_wall" = "building_blocks" "create:layered_andesite" = "building_blocks" "create:andesite_pillar" = "building_blocks" "create:cut_calcite" = "building_blocks" "create:cut_calcite_stairs" = "building_blocks" "create:cut_calcite_slab" = "building_blocks" "create:cut_calcite_wall" = "building_blocks" "create:polished_cut_calcite" = "building_blocks" "create:polished_cut_calcite_stairs" = "building_blocks" "create:polished_cut_calcite_slab" = "building_blocks" "create:polished_cut_calcite_wall" = "building_blocks" "create:cut_calcite_bricks" = "building_blocks" "create:cut_calcite_brick_stairs" = "building_blocks" "create:cut_calcite_brick_slab" = "building_blocks" "create:cut_calcite_brick_wall" = "building_blocks" "create:small_calcite_bricks" = "building_blocks" "create:small_calcite_brick_stairs" = "building_blocks" "create:small_calcite_brick_slab" = "building_blocks" "create:small_calcite_brick_wall" = "building_blocks" "create:layered_calcite" = "building_blocks" "create:calcite_pillar" = "building_blocks" "create:cut_dripstone" = "building_blocks" "create:cut_dripstone_stairs" = "building_blocks" "create:cut_dripstone_slab" = "building_blocks" "create:cut_dripstone_wall" = "building_blocks" "create:polished_cut_dripstone" = "building_blocks" "create:polished_cut_dripstone_stairs" = "building_blocks" "create:polished_cut_dripstone_slab" = "building_blocks" "create:polished_cut_dripstone_wall" = "building_blocks" "create:cut_dripstone_bricks" = "building_blocks" "create:cut_dripstone_brick_stairs" = "building_blocks" "create:cut_dripstone_brick_slab" = "building_blocks" "create:cut_dripstone_brick_wall" = "building_blocks" "create:small_dripstone_bricks" = "building_blocks" "create:small_dripstone_brick_stairs" = "building_blocks" "create:small_dripstone_brick_slab" = "building_blocks" "create:small_dripstone_brick_wall" = "building_blocks" "create:layered_dripstone" = "building_blocks" "create:dripstone_pillar" = "building_blocks" "create:cut_deepslate" = "building_blocks" "create:cut_deepslate_stairs" = "building_blocks" "create:cut_deepslate_slab" = "building_blocks" "create:cut_deepslate_wall" = "building_blocks" "create:polished_cut_deepslate" = "building_blocks" "create:polished_cut_deepslate_stairs" = "building_blocks" "create:polished_cut_deepslate_slab" = "building_blocks" "create:polished_cut_deepslate_wall" = "building_blocks" "create:cut_deepslate_bricks" = "building_blocks" "create:cut_deepslate_brick_stairs" = "building_blocks" "create:cut_deepslate_brick_slab" = "building_blocks" "create:cut_deepslate_brick_wall" = "building_blocks" "create:small_deepslate_bricks" = "building_blocks" "create:small_deepslate_brick_stairs" = "building_blocks" "create:small_deepslate_brick_slab" = "building_blocks" "create:small_deepslate_brick_wall" = "building_blocks" "create:layered_deepslate" = "building_blocks" "create:deepslate_pillar" = "building_blocks" "create:cut_tuff" = "building_blocks" "create:cut_tuff_stairs" = "building_blocks" "create:cut_tuff_slab" = "building_blocks" "create:cut_tuff_wall" = "building_blocks" "create:polished_cut_tuff" = "building_blocks" "create:polished_cut_tuff_stairs" = "building_blocks" "create:polished_cut_tuff_slab" = "building_blocks" "create:polished_cut_tuff_wall" = "building_blocks" "create:cut_tuff_bricks" = "building_blocks" "create:cut_tuff_brick_stairs" = "building_blocks" "create:cut_tuff_brick_slab" = "building_blocks" "create:cut_tuff_brick_wall" = "building_blocks" "create:small_tuff_bricks" = "building_blocks" "create:small_tuff_brick_stairs" = "building_blocks" "create:small_tuff_brick_slab" = "building_blocks" "create:small_tuff_brick_wall" = "building_blocks" "create:layered_tuff" = "building_blocks" "create:tuff_pillar" = "building_blocks" "create:asurine" = "building_blocks" "create:cut_asurine" = "building_blocks" "create:cut_asurine_stairs" = "building_blocks" "create:cut_asurine_slab" = "building_blocks" "create:cut_asurine_wall" = "building_blocks" "create:polished_cut_asurine" = "building_blocks" "create:polished_cut_asurine_stairs" = "building_blocks" "create:polished_cut_asurine_slab" = "building_blocks" "create:polished_cut_asurine_wall" = "building_blocks" "create:cut_asurine_bricks" = "building_blocks" "create:cut_asurine_brick_stairs" = "building_blocks" "create:cut_asurine_brick_slab" = "building_blocks" "create:cut_asurine_brick_wall" = "building_blocks" "create:small_asurine_bricks" = "building_blocks" "create:small_asurine_brick_stairs" = "building_blocks" "create:small_asurine_brick_slab" = "building_blocks" "create:small_asurine_brick_wall" = "building_blocks" "create:layered_asurine" = "building_blocks" "create:asurine_pillar" = "building_blocks" "create:crimsite" = "building_blocks" "create:cut_crimsite" = "building_blocks" "create:cut_crimsite_stairs" = "building_blocks" "create:cut_crimsite_slab" = "building_blocks" "create:cut_crimsite_wall" = "building_blocks" "create:polished_cut_crimsite" = "building_blocks" "create:polished_cut_crimsite_stairs" = "building_blocks" "create:polished_cut_crimsite_slab" = "building_blocks" "create:polished_cut_crimsite_wall" = "building_blocks" "create:cut_crimsite_bricks" = "building_blocks" "create:cut_crimsite_brick_stairs" = "building_blocks" "create:cut_crimsite_brick_slab" = "building_blocks" "create:cut_crimsite_brick_wall" = "building_blocks" "create:small_crimsite_bricks" = "building_blocks" "create:small_crimsite_brick_stairs" = "building_blocks" "create:small_crimsite_brick_slab" = "building_blocks" "create:small_crimsite_brick_wall" = "building_blocks" "create:layered_crimsite" = "building_blocks" "create:crimsite_pillar" = "building_blocks" "create:limestone" = "building_blocks" "create:cut_limestone" = "building_blocks" "create:cut_limestone_stairs" = "building_blocks" "create:cut_limestone_slab" = "building_blocks" "create:cut_limestone_wall" = "building_blocks" "create:polished_cut_limestone" = "building_blocks" "create:polished_cut_limestone_stairs" = "building_blocks" "create:polished_cut_limestone_slab" = "building_blocks" "create:polished_cut_limestone_wall" = "building_blocks" "create:cut_limestone_bricks" = "building_blocks" "create:cut_limestone_brick_stairs" = "building_blocks" "create:cut_limestone_brick_slab" = "building_blocks" "create:cut_limestone_brick_wall" = "building_blocks" "create:small_limestone_bricks" = "building_blocks" "create:small_limestone_brick_stairs" = "building_blocks" "create:small_limestone_brick_slab" = "building_blocks" "create:small_limestone_brick_wall" = "building_blocks" "create:layered_limestone" = "building_blocks" "create:limestone_pillar" = "building_blocks" "create:ochrum" = "building_blocks" "create:cut_ochrum" = "building_blocks" "create:cut_ochrum_stairs" = "building_blocks" "create:cut_ochrum_slab" = "building_blocks" "create:cut_ochrum_wall" = "building_blocks" "create:polished_cut_ochrum" = "building_blocks" "create:polished_cut_ochrum_stairs" = "building_blocks" "create:polished_cut_ochrum_slab" = "building_blocks" "create:polished_cut_ochrum_wall" = "building_blocks" "create:cut_ochrum_bricks" = "building_blocks" "create:cut_ochrum_brick_stairs" = "building_blocks" "create:cut_ochrum_brick_slab" = "building_blocks" "create:cut_ochrum_brick_wall" = "building_blocks" "create:small_ochrum_bricks" = "building_blocks" "create:small_ochrum_brick_stairs" = "building_blocks" "create:small_ochrum_brick_slab" = "building_blocks" "create:small_ochrum_brick_wall" = "building_blocks" "create:layered_ochrum" = "building_blocks" "create:ochrum_pillar" = "building_blocks" "create:scoria" = "building_blocks" "create:cut_scoria" = "building_blocks" "create:cut_scoria_stairs" = "building_blocks" "create:cut_scoria_slab" = "building_blocks" "create:cut_scoria_wall" = "building_blocks" "create:polished_cut_scoria" = "building_blocks" "create:polished_cut_scoria_stairs" = "building_blocks" "create:polished_cut_scoria_slab" = "building_blocks" "create:polished_cut_scoria_wall" = "building_blocks" "create:cut_scoria_bricks" = "building_blocks" "create:cut_scoria_brick_stairs" = "building_blocks" "create:cut_scoria_brick_slab" = "building_blocks" "create:cut_scoria_brick_wall" = "building_blocks" "create:small_scoria_bricks" = "building_blocks" "create:small_scoria_brick_stairs" = "building_blocks" "create:small_scoria_brick_slab" = "building_blocks" "create:small_scoria_brick_wall" = "building_blocks" "create:layered_scoria" = "building_blocks" "create:scoria_pillar" = "building_blocks" "create:scorchia" = "building_blocks" "create:cut_scorchia" = "building_blocks" "create:cut_scorchia_stairs" = "building_blocks" "create:cut_scorchia_slab" = "building_blocks" "create:cut_scorchia_wall" = "building_blocks" "create:polished_cut_scorchia" = "building_blocks" "create:polished_cut_scorchia_stairs" = "building_blocks" "create:polished_cut_scorchia_slab" = "building_blocks" "create:polished_cut_scorchia_wall" = "building_blocks" "create:cut_scorchia_bricks" = "building_blocks" "create:cut_scorchia_brick_stairs" = "building_blocks" "create:cut_scorchia_brick_slab" = "building_blocks" "create:cut_scorchia_brick_wall" = "building_blocks" "create:small_scorchia_bricks" = "building_blocks" "create:small_scorchia_brick_stairs" = "building_blocks" "create:small_scorchia_brick_slab" = "building_blocks" "create:small_scorchia_brick_wall" = "building_blocks" "create:layered_scorchia" = "building_blocks" "create:scorchia_pillar" = "building_blocks" "create:veridium" = "building_blocks" "create:cut_veridium" = "building_blocks" "create:cut_veridium_stairs" = "building_blocks" "create:cut_veridium_slab" = "building_blocks" "create:cut_veridium_wall" = "building_blocks" "create:polished_cut_veridium" = "building_blocks" "create:polished_cut_veridium_stairs" = "building_blocks" "create:polished_cut_veridium_slab" = "building_blocks" "create:polished_cut_veridium_wall" = "building_blocks" "create:cut_veridium_bricks" = "building_blocks" "create:cut_veridium_brick_stairs" = "building_blocks" "create:cut_veridium_brick_slab" = "building_blocks" "create:cut_veridium_brick_wall" = "building_blocks" "create:small_veridium_bricks" = "building_blocks" "create:small_veridium_brick_stairs" = "building_blocks" "create:small_veridium_brick_slab" = "building_blocks" "create:small_veridium_brick_wall" = "building_blocks" "create:layered_veridium" = "building_blocks" "create:veridium_pillar" = "building_blocks" "create_confectionery:chocolate_bricks" = "building_blocks" "create_confectionery:chocolate_bricks_stairs" = "building_blocks" "create_confectionery:chocolate_bricks_slab" = "building_blocks" "create_confectionery:black_chocolate_bricks" = "building_blocks" "create_confectionery:black_chocolate_bricks_stairs" = "building_blocks" "create_confectionery:black_chocolate_bricks_slab" = "building_blocks" "create_confectionery:white_chocolate_bricks" = "building_blocks" "create_confectionery:white_chocolate_bricks_stairs" = "building_blocks" "create_confectionery:white_chocolate_bricks_slab" = "building_blocks" "create_confectionery:candy_cane_block" = "building_blocks" "create_confectionery:cocoa_powder" = "misc" "create_confectionery:cocoa_butter" = "misc" "create_confectionery:black_chocolate_bucket" = "misc" "create_confectionery:white_chocolate_bucket" = "misc" "create_confectionery:hot_chocolate_bottle" = "food" "create_confectionery:soothing_hot_chocolate" = "food" "create_confectionery:marshmallow_on_a_stick" = "food" "create_confectionery:marshmallow" = "food" "create_confectionery:chocolate_glazed_marshmallow" = "food" "create_confectionery:honey_candy" = "food" "everycomp:af/atmospheric/rosewood_planter_box" = "decorations" "everycomp:af/architects_palette/twisted_planter_box" = "decorations" "everycomp:af/atmospheric/yucca_planter_box" = "decorations" "everycomp:af/upgrade_aquatic/river_planter_box" = "decorations" "everycomp:af/ecologics/coconut_planter_box" = "decorations" "everycomp:af/upgrade_aquatic/driftwood_planter_box" = "decorations" "everycomp:af/ecologics/azalea_planter_box" = "decorations" "everycomp:af/environmental/wisteria_planter_box" = "decorations" "everycomp:af/autumnity/maple_planter_box" = "decorations" "everycomp:af/atmospheric/aspen_planter_box" = "decorations" "everycomp:af/windswept/chestnut_planter_box" = "decorations" "everycomp:af/atmospheric/morado_planter_box" = "decorations" "everycomp:af/environmental/willow_planter_box" = "decorations" "everycomp:af/quark/bamboo_planter_box" = "decorations" "everycomp:af/environmental/cherry_planter_box" = "decorations" "everycomp:af/atmospheric/rosewood_shutter" = "redstone" "everycomp:af/architects_palette/twisted_shutter" = "redstone" "everycomp:af/atmospheric/yucca_shutter" = "redstone" "everycomp:af/upgrade_aquatic/river_shutter" = "redstone" "everycomp:af/ecologics/coconut_shutter" = "redstone" "everycomp:af/upgrade_aquatic/driftwood_shutter" = "redstone" "everycomp:af/ecologics/azalea_shutter" = "redstone" "everycomp:af/environmental/wisteria_shutter" = "redstone" "everycomp:af/autumnity/maple_shutter" = "redstone" "everycomp:af/atmospheric/aspen_shutter" = "redstone" "everycomp:af/windswept/chestnut_shutter" = "redstone" "everycomp:af/atmospheric/morado_shutter" = "redstone" "everycomp:af/environmental/willow_shutter" = "redstone" "everycomp:af/quark/bamboo_shutter" = "redstone" "everycomp:af/environmental/cherry_shutter" = "redstone" "everycomp:af/atmospheric/rosewood_table" = "decorations" "everycomp:af/architects_palette/twisted_table" = "decorations" "everycomp:af/atmospheric/yucca_table" = "decorations" "everycomp:af/upgrade_aquatic/river_table" = "decorations" "everycomp:af/ecologics/coconut_table" = "decorations" "everycomp:af/upgrade_aquatic/driftwood_table" = "decorations" "everycomp:af/ecologics/azalea_table" = "decorations" "everycomp:af/environmental/wisteria_table" = "decorations" "everycomp:af/autumnity/maple_table" = "decorations" "everycomp:af/atmospheric/aspen_table" = "decorations" "everycomp:af/windswept/chestnut_table" = "decorations" "everycomp:af/atmospheric/morado_table" = "decorations" "everycomp:af/environmental/willow_table" = "decorations" "everycomp:af/quark/bamboo_table" = "decorations" "everycomp:af/environmental/cherry_table" = "decorations" "everycomp:af/atmospheric/rosewood_chair" = "decorations" "everycomp:af/architects_palette/twisted_chair" = "decorations" "everycomp:af/atmospheric/yucca_chair" = "decorations" "everycomp:af/upgrade_aquatic/river_chair" = "decorations" "everycomp:af/ecologics/coconut_chair" = "decorations" "everycomp:af/upgrade_aquatic/driftwood_chair" = "decorations" "everycomp:af/ecologics/azalea_chair" = "decorations" "everycomp:af/environmental/wisteria_chair" = "decorations" "everycomp:af/autumnity/maple_chair" = "decorations" "everycomp:af/atmospheric/aspen_chair" = "decorations" "everycomp:af/windswept/chestnut_chair" = "decorations" "everycomp:af/atmospheric/morado_chair" = "decorations" "everycomp:af/environmental/willow_chair" = "decorations" "everycomp:af/quark/bamboo_chair" = "decorations" "everycomp:af/environmental/cherry_chair" = "decorations" "everycomp:af/atmospheric/rosewood_shelf" = "decorations" "everycomp:af/architects_palette/twisted_shelf" = "decorations" "everycomp:af/atmospheric/yucca_shelf" = "decorations" "everycomp:af/upgrade_aquatic/river_shelf" = "decorations" "everycomp:af/ecologics/coconut_shelf" = "decorations" "everycomp:af/upgrade_aquatic/driftwood_shelf" = "decorations" "everycomp:af/ecologics/azalea_shelf" = "decorations" "everycomp:af/environmental/wisteria_shelf" = "decorations" "everycomp:af/autumnity/maple_shelf" = "decorations" "everycomp:af/atmospheric/aspen_shelf" = "decorations" "everycomp:af/windswept/chestnut_shelf" = "decorations" "everycomp:af/atmospheric/morado_shelf" = "decorations" "everycomp:af/environmental/willow_shelf" = "decorations" "everycomp:af/quark/bamboo_shelf" = "decorations" "everycomp:af/environmental/cherry_shelf" = "decorations" "everycomp:af/atmospheric/rosewood_drawer" = "decorations" "everycomp:af/architects_palette/twisted_drawer" = "decorations" "everycomp:af/atmospheric/yucca_drawer" = "decorations" "everycomp:af/upgrade_aquatic/river_drawer" = "decorations" "everycomp:af/ecologics/coconut_drawer" = "decorations" "everycomp:af/upgrade_aquatic/driftwood_drawer" = "decorations" "everycomp:af/ecologics/azalea_drawer" = "decorations" "everycomp:af/environmental/wisteria_drawer" = "decorations" "everycomp:af/autumnity/maple_drawer" = "decorations" "everycomp:af/atmospheric/aspen_drawer" = "decorations" "everycomp:af/windswept/chestnut_drawer" = "decorations" "everycomp:af/atmospheric/morado_drawer" = "decorations" "everycomp:af/environmental/willow_drawer" = "decorations" "everycomp:af/quark/bamboo_drawer" = "decorations" "everycomp:af/environmental/cherry_drawer" = "decorations" "everycomp:af/atmospheric/rosewood_bench" = "decorations" "everycomp:af/architects_palette/twisted_bench" = "decorations" "everycomp:af/atmospheric/yucca_bench" = "decorations" "everycomp:af/upgrade_aquatic/river_bench" = "decorations" "everycomp:af/ecologics/coconut_bench" = "decorations" "everycomp:af/upgrade_aquatic/driftwood_bench" = "decorations" "everycomp:af/ecologics/azalea_bench" = "decorations" "everycomp:af/environmental/wisteria_bench" = "decorations" "everycomp:af/autumnity/maple_bench" = "decorations" "everycomp:af/atmospheric/aspen_bench" = "decorations" "everycomp:af/windswept/chestnut_bench" = "decorations" "everycomp:af/atmospheric/morado_bench" = "decorations" "everycomp:af/environmental/willow_bench" = "decorations" "everycomp:af/quark/bamboo_bench" = "decorations" "everycomp:af/environmental/cherry_bench" = "decorations" "everycomp:c/atmospheric/rosewood_window" = "building_blocks" "everycomp:c/architects_palette/twisted_window" = "building_blocks" "everycomp:c/atmospheric/yucca_window" = "building_blocks" "everycomp:c/upgrade_aquatic/river_window" = "building_blocks" "everycomp:c/ecologics/coconut_window" = "building_blocks" "everycomp:c/upgrade_aquatic/driftwood_window" = "building_blocks" "everycomp:c/ecologics/azalea_window" = "building_blocks" "everycomp:c/environmental/wisteria_window" = "building_blocks" "everycomp:c/autumnity/maple_window" = "building_blocks" "everycomp:c/atmospheric/aspen_window" = "building_blocks" "everycomp:c/windswept/chestnut_window" = "building_blocks" "everycomp:c/atmospheric/morado_window" = "building_blocks" "everycomp:c/environmental/willow_window" = "building_blocks" "everycomp:c/quark/bamboo_window" = "building_blocks" "everycomp:c/environmental/cherry_window" = "building_blocks" "everycomp:c/atmospheric/rosewood_window_pane" = "building_blocks" "everycomp:c/architects_palette/twisted_window_pane" = "building_blocks" "everycomp:c/atmospheric/yucca_window_pane" = "building_blocks" "everycomp:c/upgrade_aquatic/river_window_pane" = "building_blocks" "everycomp:c/ecologics/coconut_window_pane" = "building_blocks" "everycomp:c/upgrade_aquatic/driftwood_window_pane" = "building_blocks" "everycomp:c/ecologics/azalea_window_pane" = "building_blocks" "everycomp:c/environmental/wisteria_window_pane" = "building_blocks" "everycomp:c/autumnity/maple_window_pane" = "building_blocks" "everycomp:c/atmospheric/aspen_window_pane" = "building_blocks" "everycomp:c/windswept/chestnut_window_pane" = "building_blocks" "everycomp:c/atmospheric/morado_window_pane" = "building_blocks" "everycomp:c/environmental/willow_window_pane" = "building_blocks" "everycomp:c/quark/bamboo_window_pane" = "building_blocks" "everycomp:c/environmental/cherry_window_pane" = "building_blocks" "everycomp:fd/architects_palette/twisted_cabinet" = "decorations" "everycomp:fd/ecologics/coconut_cabinet" = "decorations" "everycomp:fd/quark/bamboo_cabinet" = "decorations" "everycomp:fd/ecologics/azalea_cabinet" = "decorations" "everycomp:q/ecologics/coconut_bookshelf" = "building_blocks" "everycomp:q/ecologics/azalea_bookshelf" = "building_blocks" "everycomp:q/architects_palette/twisted_bookshelf" = "building_blocks" "everycomp:q/ecologics/coconut_post" = "decorations" "everycomp:q/ecologics/azalea_post" = "decorations" "everycomp:q/architects_palette/twisted_post" = "decorations" "everycomp:q/ecologics/stripped_coconut_post" = "decorations" "everycomp:q/ecologics/stripped_azalea_post" = "decorations" "everycomp:q/architects_palette/stripped_twisted_post" = "decorations" "everycomp:q/ecologics/coconut_ladder" = "decorations" "everycomp:q/ecologics/azalea_ladder" = "decorations" "everycomp:q/architects_palette/twisted_ladder" = "decorations" "everycomp:q/atmospheric/hollow_rosewood_log" = "decorations" "everycomp:q/atmospheric/hollow_aspen_log" = "decorations" "everycomp:q/atmospheric/hollow_kousa_log" = "decorations" "everycomp:q/architects_palette/hollow_twisted_log" = "decorations" "everycomp:q/atmospheric/hollow_yucca_log" = "decorations" "everycomp:q/upgrade_aquatic/hollow_river_log" = "decorations" "everycomp:q/atmospheric/hollow_grimwood_log" = "decorations" "everycomp:q/ecologics/hollow_coconut_log" = "decorations" "everycomp:q/windswept/hollow_chestnut_log" = "decorations" "everycomp:q/upgrade_aquatic/hollow_driftwood_log" = "decorations" "everycomp:q/atmospheric/hollow_morado_log" = "decorations" "everycomp:q/environmental/hollow_willow_log" = "decorations" "everycomp:q/environmental/hollow_cherry_log" = "decorations" "everycomp:q/ecologics/hollow_azalea_log" = "decorations" "everycomp:q/environmental/hollow_wisteria_log" = "decorations" "everycomp:q/autumnity/hollow_maple_log" = "decorations" "everycomp:q/ecologics/coconut_chest" = "decorations" "everycomp:q/ecologics/azalea_chest" = "decorations" "everycomp:q/architects_palette/twisted_chest" = "decorations" "everycomp:q/ecologics/coconut_trapped_chest" = "redstone" "everycomp:q/ecologics/azalea_trapped_chest" = "redstone" "everycomp:q/architects_palette/twisted_trapped_chest" = "redstone" "everycomp:q/ecologics/coconut_hedge" = "decorations" "everycomp:q/architects_palette/twisted_hedge" = "decorations" "everycomp:q/culturaldelights/avocado_hedge" = "decorations" "everycomp:q/culturaldelights/fruiting_avocado_hedge" = "decorations" "everycomp:abnww/ecologics/coconut_boards" = "building_blocks" "everycomp:abnww/quark/bamboo_boards" = "building_blocks" "everycomp:abnww/ecologics/azalea_boards" = "building_blocks" "everycomp:abnww/architects_palette/twisted_beehive" = "decorations" "everycomp:abnww/ecologics/coconut_beehive" = "decorations" "everycomp:abnww/quark/bamboo_beehive" = "decorations" "everycomp:abnww/ecologics/azalea_beehive" = "decorations" "everycomp:abnww/ecologics/coconut_leaf_pile" = "decorations" "everycomp:abnww/architects_palette/twisted_leaf_pile" = "decorations" "everycomp:abnww/culturaldelights/avocado_leaf_pile" = "decorations" "everycomp:ap/atmospheric/rosewood_railing" = "decorations" "everycomp:ap/atmospheric/yucca_railing" = "decorations" "everycomp:ap/upgrade_aquatic/river_railing" = "decorations" "everycomp:ap/atmospheric/grimwood_railing" = "decorations" "everycomp:ap/ecologics/coconut_railing" = "decorations" "everycomp:ap/upgrade_aquatic/driftwood_railing" = "decorations" "everycomp:ap/ecologics/azalea_railing" = "decorations" "everycomp:ap/environmental/wisteria_railing" = "decorations" "everycomp:ap/autumnity/maple_railing" = "decorations" "everycomp:ap/atmospheric/aspen_railing" = "decorations" "everycomp:ap/atmospheric/kousa_railing" = "decorations" "everycomp:ap/windswept/chestnut_railing" = "decorations" "everycomp:ap/atmospheric/morado_railing" = "decorations" "everycomp:ap/environmental/willow_railing" = "decorations" "everycomp:ap/quark/bamboo_railing" = "decorations" "everycomp:ap/environmental/cherry_railing" = "decorations" "everycomp:ap/atmospheric/rosewood_board_slab" = "building_blocks" "everycomp:ap/atmospheric/yucca_board_slab" = "building_blocks" "everycomp:ap/upgrade_aquatic/river_board_slab" = "building_blocks" "everycomp:ap/atmospheric/grimwood_board_slab" = "building_blocks" "everycomp:ap/ecologics/coconut_board_slab" = "building_blocks" "everycomp:ap/upgrade_aquatic/driftwood_board_slab" = "building_blocks" "everycomp:ap/ecologics/azalea_board_slab" = "building_blocks" "everycomp:ap/environmental/wisteria_board_slab" = "building_blocks" "everycomp:ap/autumnity/maple_board_slab" = "building_blocks" "everycomp:ap/atmospheric/aspen_board_slab" = "building_blocks" "everycomp:ap/atmospheric/kousa_board_slab" = "building_blocks" "everycomp:ap/windswept/chestnut_board_slab" = "building_blocks" "everycomp:ap/atmospheric/morado_board_slab" = "building_blocks" "everycomp:ap/environmental/willow_board_slab" = "building_blocks" "everycomp:ap/quark/bamboo_board_slab" = "building_blocks" "everycomp:ap/environmental/cherry_board_slab" = "building_blocks" "everycomp:ap/atmospheric/rosewood_board_wall" = "building_blocks" "everycomp:ap/atmospheric/yucca_board_wall" = "building_blocks" "everycomp:ap/upgrade_aquatic/river_board_wall" = "building_blocks" "everycomp:ap/atmospheric/grimwood_board_wall" = "building_blocks" "everycomp:ap/ecologics/coconut_board_wall" = "building_blocks" "everycomp:ap/upgrade_aquatic/driftwood_board_wall" = "building_blocks" "everycomp:ap/ecologics/azalea_board_wall" = "building_blocks" "everycomp:ap/environmental/wisteria_board_wall" = "building_blocks" "everycomp:ap/autumnity/maple_board_wall" = "building_blocks" "everycomp:ap/atmospheric/aspen_board_wall" = "building_blocks" "everycomp:ap/atmospheric/kousa_board_wall" = "building_blocks" "everycomp:ap/windswept/chestnut_board_wall" = "building_blocks" "everycomp:ap/atmospheric/morado_board_wall" = "building_blocks" "everycomp:ap/environmental/willow_board_wall" = "building_blocks" "everycomp:ap/quark/bamboo_board_wall" = "building_blocks" "everycomp:ap/environmental/cherry_board_wall" = "building_blocks" "everycomp:ap/atmospheric/rosewood_boards" = "building_blocks" "everycomp:ap/atmospheric/yucca_boards" = "building_blocks" "everycomp:ap/upgrade_aquatic/river_boards" = "building_blocks" "everycomp:ap/atmospheric/grimwood_boards" = "building_blocks" "everycomp:ap/ecologics/coconut_boards" = "building_blocks" "everycomp:ap/upgrade_aquatic/driftwood_boards" = "building_blocks" "everycomp:ap/ecologics/azalea_boards" = "building_blocks" "everycomp:ap/environmental/wisteria_boards" = "building_blocks" "everycomp:ap/autumnity/maple_boards" = "building_blocks" "everycomp:ap/atmospheric/aspen_boards" = "building_blocks" "everycomp:ap/atmospheric/kousa_boards" = "building_blocks" "everycomp:ap/windswept/chestnut_boards" = "building_blocks" "everycomp:ap/atmospheric/morado_boards" = "building_blocks" "everycomp:ap/environmental/willow_boards" = "building_blocks" "everycomp:ap/quark/bamboo_boards" = "building_blocks" "everycomp:ap/environmental/cherry_boards" = "building_blocks" "everycomp:ap/atmospheric/rosewood_board_stairs" = "building_blocks" "everycomp:ap/atmospheric/yucca_board_stairs" = "building_blocks" "everycomp:ap/upgrade_aquatic/river_board_stairs" = "building_blocks" "everycomp:ap/atmospheric/grimwood_board_stairs" = "building_blocks" "everycomp:ap/ecologics/coconut_board_stairs" = "building_blocks" "everycomp:ap/upgrade_aquatic/driftwood_board_stairs" = "building_blocks" "everycomp:ap/ecologics/azalea_board_stairs" = "building_blocks" "everycomp:ap/environmental/wisteria_board_stairs" = "building_blocks" "everycomp:ap/autumnity/maple_board_stairs" = "building_blocks" "everycomp:ap/atmospheric/aspen_board_stairs" = "building_blocks" "everycomp:ap/atmospheric/kousa_board_stairs" = "building_blocks" "everycomp:ap/windswept/chestnut_board_stairs" = "building_blocks" "everycomp:ap/atmospheric/morado_board_stairs" = "building_blocks" "everycomp:ap/environmental/willow_board_stairs" = "building_blocks" "everycomp:ap/quark/bamboo_board_stairs" = "building_blocks" "everycomp:ap/environmental/cherry_board_stairs" = "building_blocks" "respiteful:green_tea_cake" = "food" "respiteful:yellow_tea_cake" = "food" "respiteful:black_tea_cake" = "food" "respiteful:green_tea_ice_cream_block" = "building_blocks" "respiteful:yellow_tea_ice_cream_block" = "building_blocks" "respiteful:black_tea_ice_cream_block" = "building_blocks" "respiteful:coffee_ice_cream_block" = "building_blocks" "respiteful:mint_green_tea" = "food" "respiteful:vanilla_milk_tea" = "food" "respiteful:adzuki_milk_tea" = "food" "respiteful:mocha_coffee" = "food" "respiteful:snow_top_green_tea" = "food" "respiteful:snow_top_yellow_tea" = "food" "respiteful:snow_top_black_tea" = "food" "respiteful:snow_top_coffee" = "food" "respiteful:green_tea_cake_slice" = "food" "respiteful:yellow_tea_cake_slice" = "food" "respiteful:black_tea_cake_slice" = "food" "respiteful:green_tea_ice_cream" = "food" "respiteful:yellow_tea_ice_cream" = "food" "respiteful:black_tea_ice_cream" = "food" "respiteful:coffee_ice_cream" = "food" "respiteful:respiteful_ice_cream" = "food" "create_central_kitchen:cooking_guide" = "tools" "create_central_kitchen:brewing_guide" = "" "another_furniture:oak_chair" = "decorations" "another_furniture:spruce_chair" = "decorations" "another_furniture:birch_chair" = "decorations" "another_furniture:jungle_chair" = "decorations" "another_furniture:acacia_chair" = "decorations" "another_furniture:dark_oak_chair" = "decorations" "another_furniture:mangrove_chair" = "decorations" "another_furniture:crimson_chair" = "decorations" "another_furniture:warped_chair" = "decorations" "another_furniture:oak_shelf" = "decorations" "another_furniture:spruce_shelf" = "decorations" "another_furniture:birch_shelf" = "decorations" "another_furniture:jungle_shelf" = "decorations" "another_furniture:acacia_shelf" = "decorations" "another_furniture:dark_oak_shelf" = "decorations" "another_furniture:mangrove_shelf" = "decorations" "another_furniture:crimson_shelf" = "decorations" "another_furniture:warped_shelf" = "decorations" "another_furniture:oak_table" = "decorations" "another_furniture:spruce_table" = "decorations" "another_furniture:birch_table" = "decorations" "another_furniture:jungle_table" = "decorations" "another_furniture:acacia_table" = "decorations" "another_furniture:dark_oak_table" = "decorations" "another_furniture:mangrove_table" = "decorations" "another_furniture:crimson_table" = "decorations" "another_furniture:warped_table" = "decorations" "another_furniture:white_stool" = "decorations" "another_furniture:orange_stool" = "decorations" "another_furniture:magenta_stool" = "decorations" "another_furniture:light_blue_stool" = "decorations" "another_furniture:yellow_stool" = "decorations" "another_furniture:lime_stool" = "decorations" "another_furniture:pink_stool" = "decorations" "another_furniture:gray_stool" = "decorations" "another_furniture:light_gray_stool" = "decorations" "another_furniture:cyan_stool" = "decorations" "another_furniture:purple_stool" = "decorations" "another_furniture:blue_stool" = "decorations" "another_furniture:brown_stool" = "decorations" "another_furniture:green_stool" = "decorations" "another_furniture:red_stool" = "decorations" "another_furniture:black_stool" = "decorations" "another_furniture:oak_shutter" = "redstone" "another_furniture:spruce_shutter" = "redstone" "another_furniture:birch_shutter" = "redstone" "another_furniture:jungle_shutter" = "redstone" "another_furniture:acacia_shutter" = "redstone" "another_furniture:dark_oak_shutter" = "redstone" "another_furniture:mangrove_shutter" = "redstone" "another_furniture:crimson_shutter" = "redstone" "another_furniture:warped_shutter" = "redstone" "another_furniture:oak_planter_box" = "decorations" "another_furniture:spruce_planter_box" = "decorations" "another_furniture:birch_planter_box" = "decorations" "another_furniture:jungle_planter_box" = "decorations" "another_furniture:acacia_planter_box" = "decorations" "another_furniture:dark_oak_planter_box" = "decorations" "another_furniture:mangrove_planter_box" = "decorations" "another_furniture:crimson_planter_box" = "decorations" "another_furniture:warped_planter_box" = "decorations" "another_furniture:white_curtain" = "decorations" "another_furniture:orange_curtain" = "decorations" "another_furniture:magenta_curtain" = "decorations" "another_furniture:light_blue_curtain" = "decorations" "another_furniture:yellow_curtain" = "decorations" "another_furniture:lime_curtain" = "decorations" "another_furniture:pink_curtain" = "decorations" "another_furniture:gray_curtain" = "decorations" "another_furniture:light_gray_curtain" = "decorations" "another_furniture:cyan_curtain" = "decorations" "another_furniture:purple_curtain" = "decorations" "another_furniture:blue_curtain" = "decorations" "another_furniture:brown_curtain" = "decorations" "another_furniture:green_curtain" = "decorations" "another_furniture:red_curtain" = "decorations" "another_furniture:black_curtain" = "decorations" "another_furniture:service_bell" = "decorations" "another_furniture:oak_bench" = "decorations" "another_furniture:spruce_bench" = "decorations" "another_furniture:birch_bench" = "decorations" "another_furniture:jungle_bench" = "decorations" "another_furniture:acacia_bench" = "decorations" "another_furniture:dark_oak_bench" = "decorations" "another_furniture:mangrove_bench" = "decorations" "another_furniture:crimson_bench" = "decorations" "another_furniture:warped_bench" = "decorations" "another_furniture:oak_drawer" = "decorations" "another_furniture:spruce_drawer" = "decorations" "another_furniture:birch_drawer" = "decorations" "another_furniture:jungle_drawer" = "decorations" "another_furniture:acacia_drawer" = "decorations" "another_furniture:dark_oak_drawer" = "decorations" "another_furniture:mangrove_drawer" = "decorations" "another_furniture:crimson_drawer" = "decorations" "another_furniture:warped_drawer" = "decorations" "another_furniture:white_lamp" = "decorations" "another_furniture:orange_lamp" = "decorations" "another_furniture:magenta_lamp" = "decorations" "another_furniture:light_blue_lamp" = "decorations" "another_furniture:yellow_lamp" = "decorations" "another_furniture:lime_lamp" = "decorations" "another_furniture:pink_lamp" = "decorations" "another_furniture:gray_lamp" = "decorations" "another_furniture:light_gray_lamp" = "decorations" "another_furniture:cyan_lamp" = "decorations" "another_furniture:purple_lamp" = "decorations" "another_furniture:blue_lamp" = "decorations" "another_furniture:brown_lamp" = "decorations" "another_furniture:green_lamp" = "decorations" "another_furniture:red_lamp" = "decorations" "another_furniture:black_lamp" = "decorations" "another_furniture:white_sofa" = "decorations" "another_furniture:orange_sofa" = "decorations" "another_furniture:magenta_sofa" = "decorations" "another_furniture:light_blue_sofa" = "decorations" "another_furniture:yellow_sofa" = "decorations" "another_furniture:lime_sofa" = "decorations" "another_furniture:pink_sofa" = "decorations" "another_furniture:gray_sofa" = "decorations" "another_furniture:light_gray_sofa" = "decorations" "another_furniture:cyan_sofa" = "decorations" "another_furniture:purple_sofa" = "decorations" "another_furniture:blue_sofa" = "decorations" "another_furniture:brown_sofa" = "decorations" "another_furniture:green_sofa" = "decorations" "another_furniture:red_sofa" = "decorations" "another_furniture:black_sofa" = "decorations" "another_furniture:white_tall_stool" = "decorations" "another_furniture:orange_tall_stool" = "decorations" "another_furniture:magenta_tall_stool" = "decorations" "another_furniture:light_blue_tall_stool" = "decorations" "another_furniture:yellow_tall_stool" = "decorations" "another_furniture:lime_tall_stool" = "decorations" "another_furniture:pink_tall_stool" = "decorations" "another_furniture:gray_tall_stool" = "decorations" "another_furniture:light_gray_tall_stool" = "decorations" "another_furniture:cyan_tall_stool" = "decorations" "another_furniture:purple_tall_stool" = "decorations" "another_furniture:blue_tall_stool" = "decorations" "another_furniture:brown_tall_stool" = "decorations" "another_furniture:green_tall_stool" = "decorations" "another_furniture:red_tall_stool" = "decorations" "another_furniture:black_tall_stool" = "decorations" "another_furniture:furniture_hammer" = "tools" "nethersdelight:blackstone_stove" = "decorations" "nethersdelight:nether_brick_smoker" = "decorations" "nethersdelight:blackstone_blast_furnace" = "decorations" "nethersdelight:crimson_fungus_colony" = "decorations" "nethersdelight:warped_fungus_colony" = "decorations" "nethersdelight:soul_compost" = "building_blocks" "nethersdelight:rich_soul_soil" = "building_blocks" "nethersdelight:hoglin_mount" = "decorations" "nethersdelight:stuffed_hoglin" = "food" "nethersdelight:propelplant_cane" = "decorations" "nethersdelight:propelplant_torch" = "decorations" "nethersdelight:hoglin_hide" = "misc" "nethersdelight:hoglin_loin" = "food" "nethersdelight:hoglin_sirloin" = "food" "nethersdelight:strider_slice" = "food" "nethersdelight:ground_strider" = "food" "nethersdelight:hoglin_ear" = "food" "nethersdelight:warped_moldy_meat" = "food" "nethersdelight:grilled_strider" = "food" "nethersdelight:strider_moss_stew" = "food" "nethersdelight:plate_of_stuffed_hoglin_snout" = "food" "nethersdelight:plate_of_stuffed_hoglin_ham" = "food" "nethersdelight:plate_of_stuffed_hoglin_roast" = "food" "nethersdelight:propelpearl" = "food" "nethersdelight:nether_skewer" = "food" "nethersdelight:magma_gelatin" = "food" "miners_delight:sticky_basket" = "decorations" "miners_delight:stuffed_squid" = "food" "miners_delight:bat_wing" = "food" "miners_delight:smoked_bat_wing" = "food" "miners_delight:squid" = "food" "miners_delight:glow_squid" = "food" "miners_delight:baked_squid" = "food" "miners_delight:tentacles" = "food" "miners_delight:baked_tentacles" = "food" "miners_delight:improvised_barbecue_stick" = "food" "miners_delight:bowl_of_stuffed_squid" = "food" "create_enchantment_industry:disenchanter" = "redstone" "create_enchantment_industry:ink_bucket" = "misc" "create_enchantment_industry:enchanting_guide" = "" "createaddition:rolling_mill" = "redstone" "createaddition:honey_cake" = "food" "createaddition:diamond_grit_sandpaper" = "tools" "createaddition:cake_base" = "food" "minecraft:bowl" = "food" "minecraft:ghast_tear" = "misc" "minecraft:potion" = "brewing" "minecraft:glass_bottle" = "food" "minecraft:fermented_spider_eye" = "misc" "minecraft:blaze_powder" = "misc" "minecraft:magma_cream" = "misc" "minecraft:cauldron" = "decorations" "minecraft:glistering_melon_slice" = "food" "minecraft:golden_carrot" = "food" "minecraft:rabbit_foot" = "misc" "minecraft:dragon_breath" = "misc" "minecraft:splash_potion" = "brewing" "minecraft:lingering_potion" = "brewing" "minecraft:phantom_membrane" = "misc" "minecraft:tipped_arrow" = "brewing" "buzzier_bees:four_leaf_clover" = "misc" "farmersdelight:hot_cocoa" = "food" "farmersdelight:melon_juice" = "food" "sob:cinder_dough" = "food" "sob:propelpearl_caviar" = "food" "sob:aloe_tea" = "food" "sob:caldera_roll" = "food" "sob:exotic_fruit_salad" = "food" "sob:mulberry_smoothie" = "food" "sob:saffron_tisane" = "food" "sob:nether_nectar" = "food" "sob:passionfruit_smoothie" = "food" "sob:cinder_bread" = "food" "sob:maple_bread" = "food" "sob:sweet_berry_smoothie" = "food" "sob:glow_berry_smoothie" = "food" "sob:cherry_smoothie" = "food" "sob:carrot_smoothie" = "food" "sob:duck_sandwich" = "food" "sob:exquisite_mushroom_soup" = "food" "twigs:twig" = "misc" "twigs:pebble" = "misc" "twigs:bamboo_leaves" = "decorations" "twigs:bamboo_thatch" = "building_blocks" "twigs:bamboo_thatch_slab" = "building_blocks" "twigs:bamboo_mat" = "decorations" "twigs:lamp" = "decorations" "twigs:soul_lamp" = "decorations" "twigs:crimson_shroomlamp" = "decorations" "twigs:warped_shroomlamp" = "decorations" "twigs:polished_basalt_bricks" = "building_blocks" "twigs:smooth_basalt_bricks" = "building_blocks" "twigs:smooth_basalt_brick_stairs" = "building_blocks" "twigs:smooth_basalt_brick_slab" = "building_blocks" "twigs:smooth_basalt_brick_wall" = "building_blocks" "twigs:chiseled_smooth_basalt_bricks" = "building_blocks" "twigs:mixed_bricks" = "building_blocks" "twigs:chiseled_bricks" = "building_blocks" "twigs:cracked_bricks" = "building_blocks" "twigs:mossy_bricks" = "building_blocks" "twigs:mossy_brick_stairs" = "building_blocks" "twigs:mossy_brick_slab" = "building_blocks" "twigs:mossy_brick_wall" = "building_blocks" "twigs:gravel_bricks" = "building_blocks" "twigs:gravel_brick_stairs" = "building_blocks" "twigs:gravel_brick_slab" = "building_blocks" "twigs:gravel_brick_wall" = "building_blocks" "twigs:smooth_stone_bricks" = "building_blocks" "twigs:smooth_stone_brick_stairs" = "building_blocks" "twigs:smooth_stone_brick_slab" = "building_blocks" "twigs:smooth_stone_brick_wall" = "building_blocks" "twigs:quartz_column" = "building_blocks" "twigs:stone_column" = "building_blocks" "twigs:deepslate_column" = "building_blocks" "twigs:blackstone_column" = "building_blocks" "twigs:polished_amethyst" = "building_blocks" "twigs:cut_amethyst" = "building_blocks" "twigs:petrified_lichen" = "decorations" "twigs:rocky_dirt" = "building_blocks" "twigs:twisting_polished_blackstone_bricks" = "building_blocks" "twigs:twisting_polished_blackstone_brick_stairs" = "building_blocks" "twigs:twisting_polished_blackstone_brick_slab" = "building_blocks" "twigs:twisting_polished_blackstone_brick_wall" = "building_blocks" "twigs:weeping_polished_blackstone_bricks" = "building_blocks" "twigs:weeping_polished_blackstone_brick_stairs" = "building_blocks" "twigs:weeping_polished_blackstone_brick_slab" = "building_blocks" "twigs:weeping_polished_blackstone_brick_wall" = "building_blocks" "twigs:bloodstone" = "building_blocks" "twigs:bloodstone_stairs" = "building_blocks" "twigs:bloodstone_slab" = "building_blocks" "twigs:bloodstone_wall" = "building_blocks" "twigs:polished_bloodstone" = "building_blocks" "twigs:polished_bloodstone_stairs" = "building_blocks" "twigs:polished_bloodstone_slab" = "building_blocks" "twigs:polished_bloodstone_bricks" = "building_blocks" "twigs:polished_bloodstone_brick_stairs" = "building_blocks" "twigs:polished_bloodstone_brick_slab" = "building_blocks" "twigs:polished_bloodstone_brick_wall" = "building_blocks" "twigs:cracked_polished_bloodstone_bricks" = "building_blocks" "twigs:silt" = "building_blocks" "twigs:silt_ball" = "misc" "twigs:silt_brick" = "misc" "twigs:silt_bricks" = "building_blocks" "twigs:silt_brick_stairs" = "building_blocks" "twigs:silt_brick_slab" = "building_blocks" "twigs:silt_brick_wall" = "building_blocks" "twigs:mixed_silt_bricks" = "building_blocks" "twigs:chiseled_silt_bricks" = "building_blocks" "twigs:cracked_silt_bricks" = "building_blocks" "twigs:silt_pot" = "decorations" "twigs:white_silt_pot" = "decorations" "twigs:orange_silt_pot" = "decorations" "twigs:magenta_silt_pot" = "decorations" "twigs:light_blue_silt_pot" = "decorations" "twigs:yellow_silt_pot" = "decorations" "twigs:lime_silt_pot" = "decorations" "twigs:pink_silt_pot" = "decorations" "twigs:gray_silt_pot" = "decorations" "twigs:light_gray_silt_pot" = "decorations" "twigs:cyan_silt_pot" = "decorations" "twigs:purple_silt_pot" = "decorations" "twigs:blue_silt_pot" = "decorations" "twigs:brown_silt_pot" = "decorations" "twigs:green_silt_pot" = "decorations" "twigs:red_silt_pot" = "decorations" "twigs:black_silt_pot" = "decorations" "twigs:packed_silt" = "building_blocks" "twigs:white_packed_silt" = "building_blocks" "twigs:orange_packed_silt" = "building_blocks" "twigs:magenta_packed_silt" = "building_blocks" "twigs:light_blue_packed_silt" = "building_blocks" "twigs:yellow_packed_silt" = "building_blocks" "twigs:lime_packed_silt" = "building_blocks" "twigs:pink_packed_silt" = "building_blocks" "twigs:gray_packed_silt" = "building_blocks" "twigs:light_gray_packed_silt" = "building_blocks" "twigs:cyan_packed_silt" = "building_blocks" "twigs:purple_packed_silt" = "building_blocks" "twigs:blue_packed_silt" = "building_blocks" "twigs:brown_packed_silt" = "building_blocks" "twigs:green_packed_silt" = "building_blocks" "twigs:red_packed_silt" = "building_blocks" "twigs:black_packed_silt" = "building_blocks" "twigs:silt_shingles" = "building_blocks" "twigs:white_silt_shingles" = "building_blocks" "twigs:orange_silt_shingles" = "building_blocks" "twigs:magenta_silt_shingles" = "building_blocks" "twigs:light_blue_silt_shingles" = "building_blocks" "twigs:yellow_silt_shingles" = "building_blocks" "twigs:lime_silt_shingles" = "building_blocks" "twigs:pink_silt_shingles" = "building_blocks" "twigs:gray_silt_shingles" = "building_blocks" "twigs:light_gray_silt_shingles" = "building_blocks" "twigs:cyan_silt_shingles" = "building_blocks" "twigs:purple_silt_shingles" = "building_blocks" "twigs:blue_silt_shingles" = "building_blocks" "twigs:brown_silt_shingles" = "building_blocks" "twigs:green_silt_shingles" = "building_blocks" "twigs:red_silt_shingles" = "building_blocks" "twigs:black_silt_shingles" = "building_blocks" "twigs:silt_shingle_stairs" = "building_blocks" "twigs:white_silt_shingle_stairs" = "building_blocks" "twigs:orange_silt_shingle_stairs" = "building_blocks" "twigs:magenta_silt_shingle_stairs" = "building_blocks" "twigs:light_blue_silt_shingle_stairs" = "building_blocks" "twigs:yellow_silt_shingle_stairs" = "building_blocks" "twigs:lime_silt_shingle_stairs" = "building_blocks" "twigs:pink_silt_shingle_stairs" = "building_blocks" "twigs:gray_silt_shingle_stairs" = "building_blocks" "twigs:light_gray_silt_shingle_stairs" = "building_blocks" "twigs:cyan_silt_shingle_stairs" = "building_blocks" "twigs:purple_silt_shingle_stairs" = "building_blocks" "twigs:blue_silt_shingle_stairs" = "building_blocks" "twigs:brown_silt_shingle_stairs" = "building_blocks" "twigs:green_silt_shingle_stairs" = "building_blocks" "twigs:red_silt_shingle_stairs" = "building_blocks" "twigs:black_silt_shingle_stairs" = "building_blocks" "twigs:silt_shingle_slab" = "building_blocks" "twigs:white_silt_shingle_slab" = "building_blocks" "twigs:orange_silt_shingle_slab" = "building_blocks" "twigs:magenta_silt_shingle_slab" = "building_blocks" "twigs:light_blue_silt_shingle_slab" = "building_blocks" "twigs:yellow_silt_shingle_slab" = "building_blocks" "twigs:lime_silt_shingle_slab" = "building_blocks" "twigs:pink_silt_shingle_slab" = "building_blocks" "twigs:gray_silt_shingle_slab" = "building_blocks" "twigs:light_gray_silt_shingle_slab" = "building_blocks" "twigs:cyan_silt_shingle_slab" = "building_blocks" "twigs:purple_silt_shingle_slab" = "building_blocks" "twigs:blue_silt_shingle_slab" = "building_blocks" "twigs:brown_silt_shingle_slab" = "building_blocks" "twigs:green_silt_shingle_slab" = "building_blocks" "twigs:red_silt_shingle_slab" = "building_blocks" "twigs:black_silt_shingle_slab" = "building_blocks" "twigs:silt_shingle_wall" = "building_blocks" "twigs:white_silt_shingle_wall" = "building_blocks" "twigs:orange_silt_shingle_wall" = "building_blocks" "twigs:magenta_silt_shingle_wall" = "building_blocks" "twigs:light_blue_silt_shingle_wall" = "building_blocks" "twigs:yellow_silt_shingle_wall" = "building_blocks" "twigs:lime_silt_shingle_wall" = "building_blocks" "twigs:pink_silt_shingle_wall" = "building_blocks" "twigs:gray_silt_shingle_wall" = "building_blocks" "twigs:light_gray_silt_shingle_wall" = "building_blocks" "twigs:cyan_silt_shingle_wall" = "building_blocks" "twigs:purple_silt_shingle_wall" = "building_blocks" "twigs:blue_silt_shingle_wall" = "building_blocks" "twigs:brown_silt_shingle_wall" = "building_blocks" "twigs:green_silt_shingle_wall" = "building_blocks" "twigs:red_silt_shingle_wall" = "building_blocks" "twigs:black_silt_shingle_wall" = "building_blocks" "ecologics:surface_moss" = "decorations" "environmental:chiseled_mud_bricks" = "building_blocks" "minecraft:map" = "tools" "minecraft:cobblestone_wall" = "building_blocks" "minecraft:mossy_cobblestone_wall" = "building_blocks" "minecraft:brick_wall" = "building_blocks" "minecraft:prismarine_wall" = "building_blocks" "minecraft:red_sandstone_wall" = "building_blocks" "minecraft:mossy_stone_brick_wall" = "building_blocks" "minecraft:granite_wall" = "building_blocks" "minecraft:stone_brick_wall" = "building_blocks" "minecraft:mud_brick_wall" = "building_blocks" "minecraft:nether_brick_wall" = "building_blocks" "minecraft:andesite_wall" = "building_blocks" "minecraft:red_nether_brick_wall" = "building_blocks" "minecraft:sandstone_wall" = "building_blocks" "minecraft:diorite_wall" = "building_blocks" "minecraft:blackstone_wall" = "building_blocks" "minecraft:polished_blackstone_wall" = "building_blocks" "minecraft:polished_blackstone_brick_wall" = "building_blocks" "minecraft:cobbled_deepslate_wall" = "building_blocks" "minecraft:polished_deepslate_wall" = "building_blocks" "minecraft:deepslate_brick_wall" = "building_blocks" "minecraft:deepslate_tile_wall" = "building_blocks" "moreconcrete:white_concrete_wall" = "building_blocks" "moreconcrete:orange_concrete_wall" = "building_blocks" "moreconcrete:magenta_concrete_wall" = "building_blocks" "moreconcrete:light_blue_concrete_wall" = "building_blocks" "moreconcrete:yellow_concrete_wall" = "building_blocks" "moreconcrete:lime_concrete_wall" = "building_blocks" "moreconcrete:pink_concrete_wall" = "building_blocks" "moreconcrete:gray_concrete_wall" = "building_blocks" "moreconcrete:light_gray_concrete_wall" = "building_blocks" "moreconcrete:cyan_concrete_wall" = "building_blocks" "moreconcrete:purple_concrete_wall" = "building_blocks" "moreconcrete:blue_concrete_wall" = "building_blocks" "moreconcrete:brown_concrete_wall" = "building_blocks" "moreconcrete:green_concrete_wall" = "building_blocks" "moreconcrete:red_concrete_wall" = "building_blocks" "moreconcrete:black_concrete_wall" = "building_blocks" "windswept:snow_brick_wall" = "building_blocks" "windswept:packed_ice_brick_wall" = "building_blocks" "windswept:blue_ice_brick_wall" = "building_blocks" "architects_palette:plating_wall" = "building_blocks" "architects_palette:myonite_wall" = "building_blocks" "architects_palette:myonite_brick_wall" = "building_blocks" "architects_palette:mushy_myonite_brick_wall" = "building_blocks" "architects_palette:olivestone_brick_wall" = "building_blocks" "architects_palette:olivestone_tile_wall" = "building_blocks" "architects_palette:algal_brick_wall" = "building_blocks" "architects_palette:overgrown_algal_brick_wall" = "building_blocks" "architects_palette:flint_tile_wall" = "building_blocks" "architects_palette:polished_packed_ice_wall" = "building_blocks" "architects_palette:osseous_brick_wall" = "building_blocks" "architects_palette:withered_osseous_brick_wall" = "building_blocks" "architects_palette:polished_glowstone_wall" = "building_blocks" "architects_palette:warpstone_wall" = "building_blocks" "architects_palette:basalt_tile_wall" = "building_blocks" "architects_palette:oak_board_wall" = "building_blocks" "architects_palette:birch_board_wall" = "building_blocks" "architects_palette:spruce_board_wall" = "building_blocks" "architects_palette:jungle_board_wall" = "building_blocks" "architects_palette:dark_oak_board_wall" = "building_blocks" "architects_palette:acacia_board_wall" = "building_blocks" "architects_palette:crimson_board_wall" = "building_blocks" "architects_palette:warped_board_wall" = "building_blocks" "architects_palette:mangrove_board_wall" = "building_blocks" "architects_palette:twisted_board_wall" = "building_blocks" "architects_palette:dripstone_brick_wall" = "building_blocks" "architects_palette:calcite_brick_wall" = "building_blocks" "architects_palette:tuff_brick_wall" = "building_blocks" "architects_palette:esoterrack_wall" = "building_blocks" "architects_palette:esoterrack_brick_wall" = "building_blocks" "architects_palette:onyx_wall" = "building_blocks" "architects_palette:onyx_brick_wall" = "building_blocks" "architects_palette:wardstone_wall" = "building_blocks" "architects_palette:wardstone_brick_wall" = "building_blocks" "architects_palette:ancient_plating_wall" = "building_blocks" "architects_palette:tread_plate_wall" = "building_blocks" "architects_palette:sheet_metal_wall" = "building_blocks" "architects_palette:cerebral_wall" = "building_blocks" "architects_palette:cerebral_tile_wall" = "building_blocks" "savage_and_ravage:gloomy_tile_wall" = "building_blocks" "clayworks:terracotta_wall" = "building_blocks" "clayworks:white_terracotta_wall" = "building_blocks" "clayworks:orange_terracotta_wall" = "building_blocks" "clayworks:magenta_terracotta_wall" = "building_blocks" "clayworks:light_blue_terracotta_wall" = "building_blocks" "clayworks:yellow_terracotta_wall" = "building_blocks" "clayworks:lime_terracotta_wall" = "building_blocks" "clayworks:pink_terracotta_wall" = "building_blocks" "clayworks:gray_terracotta_wall" = "building_blocks" "clayworks:light_gray_terracotta_wall" = "building_blocks" "clayworks:cyan_terracotta_wall" = "building_blocks" "clayworks:purple_terracotta_wall" = "building_blocks" "clayworks:blue_terracotta_wall" = "building_blocks" "clayworks:brown_terracotta_wall" = "building_blocks" "clayworks:green_terracotta_wall" = "building_blocks" "clayworks:red_terracotta_wall" = "building_blocks" "clayworks:black_terracotta_wall" = "building_blocks" "upgrade_aquatic:tooth_wall" = "building_blocks" "upgrade_aquatic:tooth_brick_wall" = "building_blocks" "upgrade_aquatic:scute_shingle_wall" = "building_blocks" "upgrade_aquatic:scute_pavement_wall" = "building_blocks" "upgrade_aquatic:coralstone_wall" = "building_blocks" "upgrade_aquatic:bubble_coralstone_wall" = "building_blocks" "upgrade_aquatic:horn_coralstone_wall" = "building_blocks" "upgrade_aquatic:tube_coralstone_wall" = "building_blocks" "upgrade_aquatic:brain_coralstone_wall" = "building_blocks" "upgrade_aquatic:fire_coralstone_wall" = "building_blocks" "upgrade_aquatic:acan_coralstone_wall" = "building_blocks" "upgrade_aquatic:finger_coralstone_wall" = "building_blocks" "upgrade_aquatic:star_coralstone_wall" = "building_blocks" "upgrade_aquatic:moss_coralstone_wall" = "building_blocks" "upgrade_aquatic:petal_coralstone_wall" = "building_blocks" "upgrade_aquatic:branch_coralstone_wall" = "building_blocks" "upgrade_aquatic:rock_coralstone_wall" = "building_blocks" "upgrade_aquatic:pillow_coralstone_wall" = "building_blocks" "upgrade_aquatic:silk_coralstone_wall" = "building_blocks" "upgrade_aquatic:chrome_coralstone_wall" = "building_blocks" "upgrade_aquatic:prismarine_coralstone_wall" = "building_blocks" "upgrade_aquatic:elder_prismarine_coralstone_wall" = "building_blocks" "upgrade_aquatic:dead_coralstone_wall" = "building_blocks" "upgrade_aquatic:kelpy_cobblestone_wall" = "building_blocks" "upgrade_aquatic:kelpy_stone_brick_wall" = "building_blocks" "neapolitan:chocolate_brick_wall" = "building_blocks" "neapolitan:chocolate_tile_wall" = "building_blocks" "autumnity:snail_shell_brick_wall" = "building_blocks" "autumnity:snail_shell_tile_wall" = "building_blocks" "buzzier_bees:honeycomb_brick_wall" = "building_blocks" "buzzier_bees:honeycomb_tile_wall" = "building_blocks" "atmospheric:arid_sandstone_wall" = "building_blocks" "atmospheric:red_arid_sandstone_wall" = "building_blocks" "atmospheric:arid_sandstone_brick_wall" = "building_blocks" "atmospheric:red_arid_sandstone_brick_wall" = "building_blocks" "quark:calcite_wall" = "building_blocks" "quark:dripstone_block_wall" = "building_blocks" "quark:tuff_wall" = "building_blocks" "quark:granite_bricks_wall" = "building_blocks" "quark:diorite_bricks_wall" = "building_blocks" "quark:andesite_bricks_wall" = "building_blocks" "quark:calcite_bricks_wall" = "building_blocks" "quark:dripstone_bricks_wall" = "building_blocks" "quark:tuff_bricks_wall" = "building_blocks" "quark:soul_sandstone_wall" = "building_blocks" "quark:blue_nether_bricks_wall" = "building_blocks" "quark:sandstone_bricks_wall" = "building_blocks" "quark:red_sandstone_bricks_wall" = "building_blocks" "quark:soul_sandstone_bricks_wall" = "building_blocks" "quark:blackstone_bricks_wall" = "building_blocks" "quark:dirt_bricks_wall" = "building_blocks" "quark:netherrack_bricks_wall" = "building_blocks" "supplementaries:lapis_bricks_wall" = "building_blocks" "supplementaries:ash_bricks_wall" = "building_blocks" "supplementaries:stone_tile_wall" = "building_blocks" "supplementaries:blackstone_tile_wall" = "building_blocks" "twigs:copper_pillar" = "building_blocks" "twigs:exposed_copper_pillar" = "building_blocks" "twigs:weathered_copper_pillar" = "building_blocks" "twigs:oxidized_copper_pillar" = "building_blocks" "twigs:waxed_copper_pillar" = "building_blocks" "twigs:waxed_exposed_copper_pillar" = "building_blocks" "twigs:waxed_weathered_copper_pillar" = "building_blocks" "twigs:waxed_oxidized_copper_pillar" = "building_blocks" "kubejs:copper_block" = "building_blocks" "create_connected:copycat_slab" = "decorations" "create_connected:copycat_block" = "decorations" "create_connected:copycat_beam" = "decorations" "create_connected:copycat_vertical_step" = "decorations" "minecraft:fire_charge" = "tools" "minecraft:dragon_egg" = "" "create_central_kitchen:pumpkin_pie_slice" = "food" "create_central_kitchen:cherry_pie_slice" = "food" "create_central_kitchen:truffle_pie_slice" = "food" "create_central_kitchen:mulberry_pie_slice" = "food" "kubejs:prickly_pear_pie" = "food" "miningmaster:gem_forge" = "decorations" "spelunkery:portal_fluid_bucket" = "misc" #Set this value to true to make an item fire resistant (like netherite is), or set it to false to make it burn in fire and lava. Example (without the leading #): #"minecraft:netherite_ingot" = false [items.fire_resistant] test = false #Set the rarity (item color) of an item. Must be a valid rarity name. Example (without the leading #): #"minecraft:beacon" = "common" #Default rarities (mods may add more!): "common", "uncommon", "rare", "epic" [items.rarity] test = "" #Set the enchantment value of an item. Higher value means better enchantments on average. May not always have a noticeable effect. Example (without the leading #): #"minecraft:.*_hoe" = 40 [items.enchantment_value] test = 0 #Set the repair material of an item. May be an item or a tag containing multiple items, with a # before the tag id. Example (without the leading #): #"minecraft:wooden_.*" = "#minecraft:fishes" [items.repair_material] "minecraft:leather_helmet" = "minecraft:rabbit_hide" "minecraft:leather_chestplate" = "minecraft:rabbit_hide" "minecraft:leather_leggings" = "minecraft:rabbit_hide" "minecraft:leather_boots" = "minecraft:rabbit_hide" "minecraft:chainmail_helmet" = "minecraft:chain" "minecraft:chainmail_chestplate" = "minecraft:chain" "minecraft:chainmail_leggings" = "minecraft:chain" "minecraft:chainmail_boots" = "minecraft:chain" "minecraft:iron_helmet" = "create:iron_sheet" "minecraft:iron_chestplate" = "create:iron_sheet" "minecraft:iron_leggings" = "create:iron_sheet" "minecraft:iron_boots" = "create:iron_sheet" "minecraft:golden_helmet" = "create:golden_sheet" "minecraft:golden_chestplate" = "create:golden_sheet" "minecraft:golden_leggings" = "create:golden_sheet" "minecraft:golden_boots" = "create:golden_sheet" "minecraft:stone_shovel" = "minecraft:copper_ingot" "minecraft:stone_pickaxe" = "minecraft:copper_ingot" "minecraft:stone_axe" = "minecraft:copper_ingot" "minecraft:stone_hoe" = "minecraft:copper_ingot" "minecraft:stone_sword" = "minecraft:copper_ingot" "clash:spear" = "minecraft:diamond" "clash:swept_axe" = "minecraft:diamond" "clash:greatblade" = "architects_palette:withered_bone_block" "environmental:thief_hood" = "minecraft:leather" "environmental:healer_pouch" = "minecraft:leather" "environmental:architect_belt" = "minecraft:leather" "environmental:wanderer_boots" = "minecraft:leather" "copperized:copper_helmet" = "create:copper_sheet" "copperized:copper_chestplate" = "create:copper_sheet" "copperized:copper_leggings" = "create:copper_sheet" "copperized:copper_boots" = "create:copper_sheet" #Set the values for armor. [items.armor] #Set the defense value of an armor item. May not work on modded armors, please file an issue if that's the case. Example (without the leading #): #"minecraft:golden_chestplate" = 10 [items.armor.defense] "additionaladditions:rose_gold_leggings" = 5 "minecraft:diamond_helmet" = 2 "minecraft:diamond_chestplate" = 7 "minecraft:diamond_leggings" = 5 "minecraft:diamond_boots" = 2 #Set the toughness value of an armor item. May not work on modded armors, please file an issue if that's the case. Example (without the leading #): #"minecraft:golden_boots" = 1 [items.armor.toughness] "alloyed:steel_helmet" = 2 "alloyed:steel_chestplate" = 2 "alloyed:steel_leggings" = 2 "alloyed:steel_boots" = 2 #Set the knockback resistance of an armor item. May not work on modded armors, please file an issue if that's the case. Example (without the leading #): #"minecraft:golden_leggings" = 0.1 [items.armor.knockback_resistance] "alloyed:steel_helmet" = 1 "alloyed:steel_chestplate" = 2 "alloyed:steel_leggings" = 2 "alloyed:steel_boots" = 1 #Set the values for tools, swords and tridents. [items.tools] #Set the attack damage of a tool or weapon. May not work on modded tools, please file an issue if that's the case. Example (without the leading #): #"minecraft:netherite_sword" = 12 [items.tools.attack_damage] "alloyed:steel_sword" = 7.0 "alloyed:steel_pickaxe" = 5.0 "alloyed:steel_axe" = 9.0 "alloyed:steel_shovel" = 5.5 "alloyed:steel_hoe" = 1.0 "alloyed:steel_knife" = 4.5 "minecraft:golden_sword" = 4.5 "minecraft:golden_shovel" = 3.0 "minecraft:golden_pickaxe" = 2.5 "minecraft:golden_axe" = 6.5 "minecraft:golden_hoe" = 1.0 "kubejs:rose_gold_knife" = 4.0 "additionaladditions:rose_gold_sword" = 6.5 "additionaladditions:rose_gold_axe" = 8.5 "additionaladditions:rose_gold_pickaxe" = 4.5 "additionaladditions:rose_gold_shovel" = 5.0 "additionaladditions:rose_gold_hoe" = 1.0 "oreganized:electrum_hoe" = 1.0 "minecraft:trident" = 13.5 "savage_and_ravage:cleaver_of_beheading" = 15 "clash:swept_axe" = 8 "minecraft:netherite_axe" = 11 "minecraft:iron_axe" = 8 "minecraft:stone_axe" = 7 "minecraft:wooden_axe" = 6 "minecraft:diamond_axe" = 8.5 "minecraft:diamond_sword" = 6.5 "minecraft:diamond_shovel" = 5.0 "minecraft:diamond_pickaxe" = 4.5 "minecraft:diamond_hoe" = 1 "farmersdelight:diamond_knife" = 4.0 #Set the efficiency value of a tool. May not work on modded tools, please file an issue if that's the case. Also doesn't work on shears, due to internal problems with that. Example (without the leading #): #"minecraft:iron_pickaxe" = 16 [items.tools.efficiency] "minecraft:wooden_shovel" = 3.5 "minecraft:wooden_pickaxe" = 3.5 "minecraft:wooden_axe" = 3.5 "minecraft:wooden_hoe" = 3.5 "farmersdelight:flint_knife" = 3.5 "minecraft:stone_shovel" = 5.0 "minecraft:stone_pickaxe" = 5.0 "minecraft:stone_axe" = 5.0 "minecraft:stone_hoe" = 5.0 "minecraft:iron_shovel" = 6.5 "minecraft:iron_pickaxe" = 6.5 "minecraft:iron_axe" = 6.5 "minecraft:iron_hoe" = 6.5 "farmersdelight:iron_knife" = 6.5 "alloyed:steel_pickaxe" = 6.0 "alloyed:steel_axe" = 6.0 "alloyed:steel_shovel" = 6.0 "alloyed:steel_hoe" = 6.0 "alloyed:steel_knife" = 6.0 "minecraft:diamond_shovel" = 8.0 "minecraft:diamond_pickaxe" = 8.0 "minecraft:diamond_axe" = 8.0 "minecraft:diamond_hoe" = 8.0 "farmersdelight:diamond_knife" = 8.0 "minecraft:netherite_shovel" = 9.0 "minecraft:netherite_pickaxe" = 9.0 "minecraft:netherite_axe" = 9.0 "minecraft:netherite_hoe" = 9.0 "farmersdelight:netherite_knife" = 9.0 "additionaladditions:rose_gold_axe" = 12.0 "additionaladditions:rose_gold_pickaxe" = 12.0 "additionaladditions:rose_gold_shovel" = 12.0 "additionaladditions:rose_gold_hoe" = 12.0 "oreganized:electrum_shovel" = 18 "oreganized:electrum_pickaxe" = 18 "oreganized:electrum_axe" = 18 "oreganized:electrum_hoe" = 18 "oreganized:electrum_knife" = 18 "minecraft:golden_shovel" = 19.5 "minecraft:golden_pickaxe" = 19.5 "minecraft:golden_axe" = 19.5 "minecraft:golden_hoe" = 19.5 "farmersdelight:golden_knife" = 19.5 #Set the attack speed of a tool or weapon. May not work on modded tools, please file an issue if that's the case. Example (without the leading #): #"minecraft:netherite_pickaxe" = 2.5 [items.tools.attack_speed] "minecraft:golden_sword" = 2.0 "minecraft:golden_shovel" = 1.4 "minecraft:golden_pickaxe" = 1.6 "minecraft:golden_axe" = 1.4 "minecraft:golden_hoe" = 6 "farmersdelight:golden_knife" = 2.4 "additionaladditions:rose_gold_sword" = 1.7 "additionaladditions:rose_gold_axe" = 1.1 "additionaladditions:rose_gold_pickaxe" = 1.3 "additionaladditions:rose_gold_shovel" = 1.1 "additionaladditions:rose_gold_hoe" = 4.0 "kubejs:rose_gold_knife" = 2.1 "alloyed:steel_sword" = 1.4 "alloyed:steel_pickaxe" = 1.0 "alloyed:steel_axe" = 0.8 "alloyed:steel_shovel" = 0.8 "alloyed:steel_hoe" = 3 "alloyed:steel_knife" = 1.8 "oreganized:electrum_hoe" = 5.0 "savage_and_ravage:cleaver_of_beheading" = 0.6 "clash:swept_axe" = 0.9 "minecraft:netherite_axe" = 1 "minecraft:iron_axe" = 0.9 "minecraft:stone_axe" = 0.8 "minecraft:wooden_axe" = 0.8 "minecraft:diamond_axe" = 1 "minecraft:diamond_sword" = 1.6 "minecraft:diamond_shovel" = 1 "minecraft:diamond_pickaxe" = 1.2 "minecraft:diamond_hoe" = 4 "farmersdelight:diamond_knife" = 2 #Set the values for enchantments. [enchantments] #Set the rarity of an enchantment. Must be a valid rarity name. Example (without the leading #): #"minecraft:mending" = "common" #Default rarities (mods may add more!): "common", "uncommon", "rare", "very_rare" [enchantments.rarity] test = "" #Add or remove compostables. [composting] #Whether to remove all predefined compostables or not. clear = false #Add new compostables here. Consists of an item or item regex and a float between 0 and 1, representing the chance that the composter level is increased. Example (without the leading #): #"minecraft:netherite_scrap" = 0.8 [composting.composting] "minecraft:poisonous_potato" = 0.85 "kubejs:spoiled_carrot" = 0.85 "quark:bamboo_block" = 0.6 "create_confectionery:chocolate_bricks" = 1 "create_confectionery:chocolate_bricks_stairs" = 0.85 "create_confectionery:chocolate_bricks_slab" = 0.3 "create_confectionery:black_chocolate_bricks" = 1 "create_confectionery:black_chocolate_bricks_stairs" = 0.85 "create_confectionery:black_chocolate_bricks_slab" = 0.3 "create_confectionery:white_chocolate_bricks" = 1 "create_confectionery:white_chocolate_bricks_stairs" = 0.85 "create_confectionery:white_chocolate_bricks_slab" = 0.3 "kubejs:bar_of_black_chocolate" = 0.3 "kubejs:dark_chocolate_block" = 1 "kubejs:dark_chocolate_pavement_slab" = 0.3 "kubejs:chiseled_dark_chocolate_pavement" = 0.85 "kubejs:dark_chocolate_tile_slab" = 0.3 "kubejs:dark_chocolate_tiles" = 0.85 "kubejs:dark_chocolate_pavement_wall" = 0.85 "kubejs:dark_chocolate_pavement" = 0.85 "kubejs:dark_chocolate_tile_wall" = 0.85 "kubejs:dark_chocolate_tile_stairs" = 0.85 "kubejs:dark_chocolate_pavement_stairs" = 0.85 "kubejs:bar_of_white_chocolate" = 0.3 "kubejs:white_chocolate_block" = 1 "kubejs:white_chocolate_pavement_slab" = 0.3 "kubejs:chiseled_white_chocolate_pavement" = 0.85 "kubejs:white_chocolate_tile_slab" = 0.3 "kubejs:white_chocolate_tiles" = 0.85 "kubejs:white_chocolate_pavement_wall" = 0.85 "kubejs:white_chocolate_pavement" = 0.85 "kubejs:white_chocolate_tile_wall" = 0.85 "kubejs:white_chocolate_tile_stairs" = 0.85 "kubejs:white_chocolate_pavement_stairs" = 0.85 "minecraft:dragon_egg" = 1 #Set the values for axe stripping. [stripping] #Whether to remove all predefined stripping values or not. clear = false #Add new stripping transitions here. Consists of a block or block regex and a block or block state, representing the output. Example (without the leading #): #"minecraft:.*_planks" = "minecraft:infested_cobblestone" [stripping.stripping] test = "" #Set the values for shovel flattening. [flattening] #Whether to remove all predefined flattening values or not. clear = false #Add new flattening transitions here. Consists of a block or block regex and a block or block state, representing the output. Example (without the leading #): #"minecraft:.*_planks" = "minecraft:infested_cobblestone" [flattening.flattening] test = "" #Set the values for hoe tilling. [tilling] #Whether to remove all predefined tilling values or not. clear = false #Add new tilling transitions here. Consists of a block or block regex and a block or block state, representing the output. Example (without the leading #): #"minecraft:diamond_block" = "minecraft:emerald_block" [tilling.tilling] test = "" #Whether a certain tilling transition needs air above to work. Consists of a block or block regex and a boolean value (true or false). If left unspecified, true is assumed. Example (without the leading #): #"minecraft:diamond_block" = false [tilling.needs_air] test = false #The item that is dropped when tilling. Consists of a block or block regex and an item id. If left unspecified, no item is dropped. Example (without the leading #): #"minecraft:diamond_block" = "minecraft:iron_nugget" [tilling.item_drop] test = "minecraft:missingno" #Set the values for entities. [entities] #Set the default attributes for entities. Format is "entityid" = "attributeid;value". Cannot add new attributes to mobs, can only alter those that are present by default anyway. Example (without the leading #): #"minecraft:zombie" = "minecraft:generic.attack_damage;10" [entities.default_attributes] "minecraft:rabbit" = "minecraft:generic.max_health;6" "minecraft:bat" = "minecraft:generic.max_health;4" "minecraft:phantom" = "minecraft:generic.max_health;14" "upgrade_aquatic:flare" = "minecraft:generic.max_health;14" "minecraft:zombie" = "minecraft:generic.max_health;25" "minecraft:husk" = "minecraft:generic.max_health;30" "minecraft:drowned" = "minecraft:generic.max_health;25" "windswept:chilled" = "minecraft:generic.max_health;25" "minecraft:skeleton" = "minecraft:generic.max_health;16" "minecraft:stray" = "minecraft:generic.max_health;16"