# Configuration file ########################################################################################################## # _general #--------------------------------------------------------------------------------------------------------# # General and/or miscellaneous options. ########################################################################################################## _general { # If true, the mod will start up in debug mode. # >> Boolean:[ Valid_Values={ true, false }, Default=false ] B:_debug_mode=false # Chance for an entity on the depacify list to spawn aggressive, instead of just neutral. # >> Double:[ Range={ 0.0, 1.0 }, Default=0.0 ] D:depacify_aggressive_chance=0.0 # List of passive mobs (by entity id) that are made "neutral" like wolves. # You may put a tilde (~) in front of any entity id to make it specific; specific entity ids # will not count any entities extending (i.e., based on) the specified entity. # Additional number after the entity id is the chance (0.0 to 1.0) for entities of that type to spawn with the AI. # May or may not work on mod mobs. # >> Entity_Array:[ Value={ entity_id , ~entity_id }, Default={ minecraft:chicken 1.0, minecraft:cow 1.0, minecraft:pig 1.0, minecraft:sheep 1.0, minecraft:rabbit 1.0, minecraft:squid 1.0 } ] S:depacify_list < minecraft:cow 1.0 > # If true, passive mobs will seek out and eat the items used to breed them laying on the floor. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:eat_breeding_items=true # If true, when mobs eat breeding items off the floor, they will regain health like wolves. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:eating_heals=true } ########################################################################################################## # door_breaking #--------------------------------------------------------------------------------------------------------# # Options to customize monsters' door-breaking behavior. ########################################################################################################## door_breaking { # If true, mobs will destroy doors that are blocking their path. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:_enabled=true # The block breaking speed multiplier for mobs, relative to the player's block breaking speed. # >> Float:[ Range={ 0.0, Infinity }, Default=0.33 ] D:break_speed=0.33 # If true, broken blocks will leave item drops. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:leave_drops=true # If true, creepers will be very mad about not having arms to break things with, and resort to what they know best... # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:mad_creepers=false # List of mobs that can gain door-breaking AI (note that the entity must have task-based AI enabled). # The number after each mob is the chance for that mob type to get the AI, from 0 to 1. # >> Entity_Array:[ Value={ entity_id , ~entity_id }, Default={ minecraft:zombie 1.0, minecraft:creeper 1.0, minecraft:zombie_pigman 1.0 } ] S:mob_list < minecraft:zombie 1.0 minecraft:zombie_pigman 1.0 > # If true, mobs will only break doors while they are chasing an attack target. # Setting this to false typically leads to mobs smashing into your house to get to blocks they are targeting # as part of an idle griefing or fiddling behavior, such as torches or chests. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:requires_target=true # If true, mobs will only target blocks they have the tools to harvest. # For example, they will only break iron doors with a pickaxe. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:requires_tools=true # Door blocks that can be broken by mobs chasing you. # >> Block_Array:[ Value={ mod_id:block_id, mod_id:block_id[], mod_id:* }, Default={ minecraft:wooden_door, minecraft:iron_door, minecraft:trapdoor, minecraft:fence_gate, minecraft:iron_trapdoor, minecraft:spruce_fence_gate, minecraft:birch_fence_gate, minecraft:jungle_fence_gate, minecraft:dark_oak_fence_gate, minecraft:acacia_fence_gate, minecraft:spruce_door, minecraft:birch_door, minecraft:jungle_door, minecraft:acacia_door, minecraft:dark_oak_door, forestry:fence.gates.larch, forestry:fence.gates.fireproof.larch, forestry:fence.gates.teak, forestry:fence.gates.fireproof.teak, forestry:fence.gates.acacia, forestry:fence.gates.fireproof.acacia, forestry:fence.gates.lime, forestry:fence.gates.fireproof.lime, forestry:fence.gates.chestnut, forestry:fence.gates.fireproof.chestnut, forestry:fence.gates.wenge, forestry:fence.gates.fireproof.wenge, forestry:fence.gates.baobab, forestry:fence.gates.fireproof.baobab, forestry:fence.gates.sequoia, forestry:fence.gates.fireproof.sequoia, forestry:fence.gates.kapok, forestry:fence.gates.fireproof.kapok, forestry:fence.gates.ebony, forestry:fence.gates.fireproof.ebony, forestry:fence.gates.mahogany, forestry:fence.gates.fireproof.mahogany, forestry:fence.gates.balsa, forestry:fence.gates.fireproof.balsa, forestry:fence.gates.willow, forestry:fence.gates.fireproof.willow, forestry:fence.gates.walnut, forestry:fence.gates.fireproof.walnut, forestry:fence.gates.greenheart, forestry:fence.gates.fireproof.greenheart, forestry:fence.gates.cherry, forestry:fence.gates.fireproof.cherry, forestry:fence.gates.mahoe, forestry:fence.gates.fireproof.mahoe, forestry:fence.gates.poplar, forestry:fence.gates.fireproof.poplar, forestry:fence.gates.palm, forestry:fence.gates.fireproof.palm, forestry:fence.gates.papaya, forestry:fence.gates.fireproof.papaya, forestry:fence.gates.pine, forestry:fence.gates.fireproof.pine, forestry:fence.gates.plum, forestry:fence.gates.fireproof.plum, forestry:fence.gates.maple, forestry:fence.gates.fireproof.maple, forestry:fence.gates.citrus, forestry:fence.gates.fireproof.citrus, forestry:fence.gates.giganteum, forestry:fence.gates.fireproof.giganteum, forestry:fence.gates.ipe, forestry:fence.gates.fireproof.ipe, forestry:fence.gates.padauk, forestry:fence.gates.fireproof.padauk, forestry:fence.gates.cocobolo, forestry:fence.gates.fireproof.cocobolo, forestry:fence.gates.zebrawood, forestry:fence.gates.fireproof.zebrawood, forestry:fence.gates.vanilla.fireproof.oak, forestry:fence.gates.vanilla.fireproof.spruce, forestry:fence.gates.vanilla.fireproof.birch, forestry:fence.gates.vanilla.fireproof.jungle, forestry:fence.gates.vanilla.fireproof.acacia, forestry:fence.gates.vanilla.fireproof.dark_oak, forestry:doors.larch, forestry:doors.teak, forestry:doors.acacia, forestry:doors.lime, forestry:doors.chestnut, forestry:doors.wenge, forestry:doors.baobab, forestry:doors.sequoia, forestry:doors.kapok, forestry:doors.ebony, forestry:doors.mahogany, forestry:doors.balsa, forestry:doors.willow, forestry:doors.walnut, forestry:doors.greenheart, forestry:doors.cherry, forestry:doors.mahoe, forestry:doors.poplar, forestry:doors.palm, forestry:doors.papaya, forestry:doors.pine, forestry:doors.plum, forestry:doors.maple, forestry:doors.citrus, forestry:doors.giganteum, forestry:doors.ipe, forestry:doors.padauk, forestry:doors.cocobolo, forestry:doors.zebrawood, extratrees:fence.gates.fir, extratrees:fence.gates.fireproof.fir, extratrees:fence.gates.cedar, extratrees:fence.gates.fireproof.cedar, extratrees:fence.gates.hemlock, extratrees:fence.gates.fireproof.hemlock, extratrees:fence.gates.cypress, extratrees:fence.gates.fireproof.cypress, extratrees:fence.gates.fig, extratrees:fence.gates.fireproof.fig, extratrees:fence.gates.beech, extratrees:fence.gates.fireproof.beech, extratrees:fence.gates.alder, extratrees:fence.gates.fireproof.alder, extratrees:fence.gates.hazel, extratrees:fence.gates.fireproof.hazel, extratrees:fence.gates.hornbeam, extratrees:fence.gates.fireproof.hornbeam, extratrees:fence.gates.box, extratrees:fence.gates.fireproof.box, extratrees:fence.gates.butternut, extratrees:fence.gates.fireproof.butternut, extratrees:fence.gates.hickory, extratrees:fence.gates.fireproof.hickory, extratrees:fence.gates.whitebeam, extratrees:fence.gates.fireproof.whitebeam, extratrees:fence.gates.elm, extratrees:fence.gates.fireproof.elm, extratrees:fence.gates.apple, extratrees:fence.gates.fireproof.apple, extratrees:fence.gates.yew, extratrees:fence.gates.fireproof.yew, extratrees:fence.gates.pear, extratrees:fence.gates.fireproof.pear, extratrees:fence.gates.hawthorn, extratrees:fence.gates.fireproof.hawthorn, extratrees:fence.gates.rowan, extratrees:fence.gates.fireproof.rowan, extratrees:fence.gates.elder, extratrees:fence.gates.fireproof.elder, extratrees:fence.gates.maclura, extratrees:fence.gates.fireproof.maclura, extratrees:fence.gates.syzgium, extratrees:fence.gates.fireproof.syzgium, extratrees:fence.gates.brazilwood, extratrees:fence.gates.fireproof.brazilwood, extratrees:fence.gates.logwood, extratrees:fence.gates.fireproof.logwood, extratrees:fence.gates.iroko, extratrees:fence.gates.fireproof.iroko, extratrees:fence.gates.locust, extratrees:fence.gates.fireproof.locust, extratrees:fence.gates.eucalyptus, extratrees:fence.gates.fireproof.eucalyptus, extratrees:fence.gates.purpleheart, extratrees:fence.gates.fireproof.purpleheart, extratrees:fence.gates.ash, extratrees:fence.gates.fireproof.ash, extratrees:fence.gates.holly, extratrees:fence.gates.fireproof.holly, extratrees:fence.gates.olive, extratrees:fence.gates.fireproof.olive, extratrees:fence.gates.sweetgum, extratrees:fence.gates.fireproof.sweetgum, extratrees:fence.gates.rosewood, extratrees:fence.gates.fireproof.rosewood, extratrees:fence.gates.gingko, extratrees:fence.gates.fireproof.gingko, extratrees:fence.gates.pinkivory, extratrees:fence.gates.fireproof.pinkivory, extratrees:fence.gates.banana, extratrees:fence.gates.fireproof.banana, extratrees:doors.apple, extratrees:doors.fig, extratrees:doors.butternut, extratrees:doors.whitebeam, extratrees:doors.rowan, extratrees:doors.hemlock, extratrees:doors.ash, extratrees:doors.alder, extratrees:doors.beech, extratrees:doors.hawthorn, extratrees:doors.banana, extratrees:doors.yew, extratrees:doors.cypress, extratrees:doors.fir, extratrees:doors.hazel, extratrees:doors.hickory, extratrees:doors.elm, extratrees:doors.elder, extratrees:doors.holly, extratrees:doors.hornbeam, extratrees:doors.cedar, extratrees:doors.olive, extratrees:doors.sweetgum, extratrees:doors.locust, extratrees:doors.pear, extratrees:doors.maclura, extratrees:doors.brazilwood, extratrees:doors.logwood, extratrees:doors.rosewood, extratrees:doors.purpleheart, extratrees:doors.iroko, extratrees:doors.gingko, extratrees:doors.eucalyptus, extratrees:doors.box, extratrees:doors.syzgium, extratrees:doors.pinkivory, nuclearcraft:reactor_door, nuclearcraft:reactor_trapdoor, rustic:fence_gate_olive, rustic:fence_gate_ironwood, rustic:olive_door, rustic:ironwood_door, malisisdoors:wood_sliding_door, malisisdoors:iron_sliding_door, malisisdoors:jail_door, malisisdoors:laboratory_door, malisisdoors:factory_door, malisisdoors:shoji_door, malisisdoors:curtain_white, malisisdoors:curtain_orange, malisisdoors:curtain_magenta, malisisdoors:curtain_light_blue, malisisdoors:curtain_yellow, malisisdoors:curtain_lime, malisisdoors:curtain_pink, malisisdoors:curtain_gray, malisisdoors:curtain_silver, malisisdoors:curtain_cyan, malisisdoors:curtain_purple, malisisdoors:curtain_blue, malisisdoors:curtain_brown, malisisdoors:curtain_green, malisisdoors:curtain_red, malisisdoors:curtain_black, malisisdoors:customdoor, malisisdoors:saloon, malisisdoors:sliding_trapdoor, malisisdoors:trapdoor_acacia, malisisdoors:trapdoor_birch, malisisdoors:trapdoor_dark_oak, malisisdoors:trapdoor_jungle, malisisdoors:trapdoor_spruce, malisisdoors:camofencegate, malisisdoors:verticalhatch, openblocks:ladder, twilightforest:twilight_oak_door, twilightforest:twilight_oak_trapdoor, twilightforest:twilight_oak_gate, twilightforest:canopy_door, twilightforest:canopy_trapdoor, twilightforest:canopy_gate, twilightforest:mangrove_door, twilightforest:mangrove_trapdoor, twilightforest:mangrove_gate, twilightforest:dark_door, twilightforest:dark_trapdoor, twilightforest:dark_gate, twilightforest:time_door, twilightforest:time_trapdoor, twilightforest:time_gate, twilightforest:trans_door, twilightforest:trans_trapdoor, twilightforest:trans_gate, twilightforest:mine_door, twilightforest:mine_trapdoor, twilightforest:mine_gate, twilightforest:sort_door, twilightforest:sort_trapdoor, twilightforest:sort_gate, natura:overworld_door_eucalyptus, natura:overworld_door_hopseed, natura:overworld_door_sakura, natura:overworld_door_redwood, natura:overworld_door_redwood_bark, natura:overworld_door_tiger, natura:overworld_door_maple, natura:overworld_door_silverbell, natura:nether_door_ghostwood, natura:nether_door_bloodwood, natura:nether_door_darkwood, natura:nether_door_fusewood, natura:maple_trap_door, natura:maple_fence_gate, natura:silverbell_trap_door, natura:silverbell_fence_gate, natura:amaranth_trap_door, natura:amaranth_fence_gate, natura:tiger_trap_door, natura:tiger_fence_gate, natura:willow_trap_door, natura:willow_fence_gate, natura:eucalyptus_trap_door, natura:eucalyptus_fence_gate, natura:hopseed_trap_door, natura:hopseed_fence_gate, natura:sakura_trap_door, natura:sakura_fence_gate, natura:redwood_trap_door, natura:redwood_fence_gate, natura:ghostwood_trap_door, natura:ghostwood_fence_gate, natura:bloodwood_trap_door, natura:bloodwood_fence_gate, natura:fusewood_trap_door, natura:fusewood_fence_gate, natura:darkwood_trap_door, natura:darkwood_fence_gate, quark:nether_brick_fence_gate, bloodarsenal:blood_infused_wooden_fence_gate, integrateddynamics:menril_door, nex:quartz_fence_gate, nex:nether_brick_fence_gate, nex:red_nether_brick_fence_gate, nex:basalt_fence_gate, nex:basalt_smooth_fence_gate, nex:basalt_brick_fence_gate, nex:basalt_pillar_fence_gate, nex:fiery_nether_brick_fence_gate, nex:icy_nether_brick_fence_gate, nex:lively_nether_brick_fence_gate, nex:gloomy_nether_brick_fence_gate, traverse:fir_fence_gate, traverse:fir_door, blockcraftery:editable_trap_door, blockcraftery:editable_trap_door_reinforced, blockcraftery:editable_door, blockcraftery:editable_door_reinforced } ] S:target_blocks < minecraft:wooden_door minecraft:iron_door minecraft:trapdoor minecraft:fence_gate minecraft:iron_trapdoor minecraft:spruce_fence_gate minecraft:birch_fence_gate minecraft:jungle_fence_gate minecraft:dark_oak_fence_gate minecraft:acacia_fence_gate minecraft:spruce_door minecraft:birch_door minecraft:jungle_door minecraft:acacia_door minecraft:dark_oak_door forestry:fence.gates.larch forestry:fence.gates.fireproof.larch forestry:fence.gates.teak forestry:fence.gates.fireproof.teak forestry:fence.gates.acacia forestry:fence.gates.fireproof.acacia forestry:fence.gates.lime forestry:fence.gates.fireproof.lime forestry:fence.gates.chestnut forestry:fence.gates.fireproof.chestnut forestry:fence.gates.wenge forestry:fence.gates.fireproof.wenge forestry:fence.gates.baobab forestry:fence.gates.fireproof.baobab forestry:fence.gates.sequoia forestry:fence.gates.fireproof.sequoia forestry:fence.gates.kapok forestry:fence.gates.fireproof.kapok forestry:fence.gates.ebony forestry:fence.gates.fireproof.ebony forestry:fence.gates.mahogany forestry:fence.gates.fireproof.mahogany forestry:fence.gates.balsa forestry:fence.gates.fireproof.balsa forestry:fence.gates.willow forestry:fence.gates.fireproof.willow forestry:fence.gates.walnut forestry:fence.gates.fireproof.walnut forestry:fence.gates.greenheart forestry:fence.gates.fireproof.greenheart forestry:fence.gates.cherry forestry:fence.gates.fireproof.cherry forestry:fence.gates.mahoe forestry:fence.gates.fireproof.mahoe forestry:fence.gates.poplar forestry:fence.gates.fireproof.poplar forestry:fence.gates.palm forestry:fence.gates.fireproof.palm forestry:fence.gates.papaya forestry:fence.gates.fireproof.papaya forestry:fence.gates.pine forestry:fence.gates.fireproof.pine forestry:fence.gates.plum forestry:fence.gates.fireproof.plum forestry:fence.gates.maple forestry:fence.gates.fireproof.maple forestry:fence.gates.citrus forestry:fence.gates.fireproof.citrus forestry:fence.gates.giganteum forestry:fence.gates.fireproof.giganteum forestry:fence.gates.ipe forestry:fence.gates.fireproof.ipe forestry:fence.gates.padauk forestry:fence.gates.fireproof.padauk forestry:fence.gates.cocobolo forestry:fence.gates.fireproof.cocobolo forestry:fence.gates.zebrawood forestry:fence.gates.fireproof.zebrawood forestry:fence.gates.vanilla.fireproof.oak forestry:fence.gates.vanilla.fireproof.spruce forestry:fence.gates.vanilla.fireproof.birch forestry:fence.gates.vanilla.fireproof.jungle forestry:fence.gates.vanilla.fireproof.acacia forestry:fence.gates.vanilla.fireproof.dark_oak forestry:doors.larch forestry:doors.teak forestry:doors.acacia forestry:doors.lime forestry:doors.chestnut forestry:doors.wenge forestry:doors.baobab forestry:doors.sequoia forestry:doors.kapok forestry:doors.ebony forestry:doors.mahogany forestry:doors.balsa forestry:doors.willow forestry:doors.walnut forestry:doors.greenheart forestry:doors.cherry forestry:doors.mahoe forestry:doors.poplar forestry:doors.palm forestry:doors.papaya forestry:doors.pine forestry:doors.plum forestry:doors.maple forestry:doors.citrus forestry:doors.giganteum forestry:doors.ipe forestry:doors.padauk forestry:doors.cocobolo forestry:doors.zebrawood extratrees:fence.gates.fir extratrees:fence.gates.fireproof.fir extratrees:fence.gates.cedar extratrees:fence.gates.fireproof.cedar extratrees:fence.gates.hemlock extratrees:fence.gates.fireproof.hemlock extratrees:fence.gates.cypress extratrees:fence.gates.fireproof.cypress extratrees:fence.gates.fig extratrees:fence.gates.fireproof.fig extratrees:fence.gates.beech extratrees:fence.gates.fireproof.beech extratrees:fence.gates.alder extratrees:fence.gates.fireproof.alder extratrees:fence.gates.hazel extratrees:fence.gates.fireproof.hazel extratrees:fence.gates.hornbeam extratrees:fence.gates.fireproof.hornbeam extratrees:fence.gates.box extratrees:fence.gates.fireproof.box extratrees:fence.gates.butternut extratrees:fence.gates.fireproof.butternut extratrees:fence.gates.hickory extratrees:fence.gates.fireproof.hickory extratrees:fence.gates.whitebeam extratrees:fence.gates.fireproof.whitebeam extratrees:fence.gates.elm extratrees:fence.gates.fireproof.elm extratrees:fence.gates.apple extratrees:fence.gates.fireproof.apple extratrees:fence.gates.yew extratrees:fence.gates.fireproof.yew extratrees:fence.gates.pear extratrees:fence.gates.fireproof.pear extratrees:fence.gates.hawthorn extratrees:fence.gates.fireproof.hawthorn extratrees:fence.gates.rowan extratrees:fence.gates.fireproof.rowan extratrees:fence.gates.elder extratrees:fence.gates.fireproof.elder extratrees:fence.gates.maclura extratrees:fence.gates.fireproof.maclura extratrees:fence.gates.syzgium extratrees:fence.gates.fireproof.syzgium extratrees:fence.gates.brazilwood extratrees:fence.gates.fireproof.brazilwood extratrees:fence.gates.logwood extratrees:fence.gates.fireproof.logwood extratrees:fence.gates.iroko extratrees:fence.gates.fireproof.iroko extratrees:fence.gates.locust extratrees:fence.gates.fireproof.locust extratrees:fence.gates.eucalyptus extratrees:fence.gates.fireproof.eucalyptus extratrees:fence.gates.purpleheart extratrees:fence.gates.fireproof.purpleheart extratrees:fence.gates.ash extratrees:fence.gates.fireproof.ash extratrees:fence.gates.holly extratrees:fence.gates.fireproof.holly extratrees:fence.gates.olive extratrees:fence.gates.fireproof.olive extratrees:fence.gates.sweetgum extratrees:fence.gates.fireproof.sweetgum extratrees:fence.gates.rosewood extratrees:fence.gates.fireproof.rosewood extratrees:fence.gates.gingko extratrees:fence.gates.fireproof.gingko extratrees:fence.gates.pinkivory extratrees:fence.gates.fireproof.pinkivory extratrees:fence.gates.banana extratrees:fence.gates.fireproof.banana extratrees:doors.apple extratrees:doors.fig extratrees:doors.butternut extratrees:doors.whitebeam extratrees:doors.rowan extratrees:doors.hemlock extratrees:doors.ash extratrees:doors.alder extratrees:doors.beech extratrees:doors.hawthorn extratrees:doors.banana extratrees:doors.yew extratrees:doors.cypress extratrees:doors.fir extratrees:doors.hazel extratrees:doors.hickory extratrees:doors.elm extratrees:doors.elder extratrees:doors.holly extratrees:doors.hornbeam extratrees:doors.cedar extratrees:doors.olive extratrees:doors.sweetgum extratrees:doors.locust extratrees:doors.pear extratrees:doors.maclura extratrees:doors.brazilwood extratrees:doors.logwood extratrees:doors.rosewood extratrees:doors.purpleheart extratrees:doors.iroko extratrees:doors.gingko extratrees:doors.eucalyptus extratrees:doors.box extratrees:doors.syzgium extratrees:doors.pinkivory nuclearcraft:reactor_door nuclearcraft:reactor_trapdoor rustic:fence_gate_olive rustic:fence_gate_ironwood rustic:olive_door rustic:ironwood_door malisisdoors:wood_sliding_door malisisdoors:iron_sliding_door malisisdoors:jail_door malisisdoors:laboratory_door malisisdoors:factory_door malisisdoors:shoji_door malisisdoors:curtain_white malisisdoors:curtain_orange malisisdoors:curtain_magenta malisisdoors:curtain_light_blue malisisdoors:curtain_yellow malisisdoors:curtain_lime malisisdoors:curtain_pink malisisdoors:curtain_gray malisisdoors:curtain_silver malisisdoors:curtain_cyan malisisdoors:curtain_purple malisisdoors:curtain_blue malisisdoors:curtain_brown malisisdoors:curtain_green malisisdoors:curtain_red malisisdoors:curtain_black malisisdoors:customdoor malisisdoors:saloon malisisdoors:sliding_trapdoor malisisdoors:trapdoor_acacia malisisdoors:trapdoor_birch malisisdoors:trapdoor_dark_oak malisisdoors:trapdoor_jungle malisisdoors:trapdoor_spruce malisisdoors:camofencegate malisisdoors:verticalhatch openblocks:ladder natura:overworld_door_eucalyptus natura:overworld_door_hopseed natura:overworld_door_sakura natura:overworld_door_redwood natura:overworld_door_redwood_bark natura:overworld_door_tiger natura:overworld_door_maple natura:overworld_door_silverbell natura:nether_door_ghostwood natura:nether_door_bloodwood natura:nether_door_darkwood natura:nether_door_fusewood natura:maple_trap_door natura:maple_fence_gate natura:silverbell_trap_door natura:silverbell_fence_gate natura:amaranth_trap_door natura:amaranth_fence_gate natura:tiger_trap_door natura:tiger_fence_gate natura:willow_trap_door natura:willow_fence_gate natura:eucalyptus_trap_door natura:eucalyptus_fence_gate natura:hopseed_trap_door natura:hopseed_fence_gate natura:sakura_trap_door natura:sakura_fence_gate natura:redwood_trap_door natura:redwood_fence_gate natura:ghostwood_trap_door natura:ghostwood_fence_gate natura:bloodwood_trap_door natura:bloodwood_fence_gate natura:fusewood_trap_door natura:fusewood_fence_gate natura:darkwood_trap_door natura:darkwood_fence_gate quark:nether_brick_fence_gate bloodarsenal:blood_infused_wooden_fence_gate integrateddynamics:menril_door nex:quartz_fence_gate nex:nether_brick_fence_gate nex:red_nether_brick_fence_gate nex:basalt_fence_gate nex:basalt_smooth_fence_gate nex:basalt_brick_fence_gate nex:basalt_pillar_fence_gate nex:fiery_nether_brick_fence_gate nex:icy_nether_brick_fence_gate nex:lively_nether_brick_fence_gate nex:gloomy_nether_brick_fence_gate traverse:fir_fence_gate traverse:fir_door > } ########################################################################################################## # elite_ai #--------------------------------------------------------------------------------------------------------# # Options to control the types of elite AI and their weighted chances of occurring. ########################################################################################################## elite_ai { # List of mobs that can gain special AI patterns and their chances to gain those patterns. # You can specify multiple chances for each entity - each chance will be rolled and multiple AIs can stack. # Note that the entity must have task-based AI enabled. # >> Entity_Array:[ Value={ entity_id , ~entity_id }, Default={ minecraft:zombie 0.05 0.05, minecraft:skeleton 0.2 0.05, minecraft:zombie_pigman 0.1 0.05 0.02 } ] S:_mob_list < minecraft:zombie 0.05 0.05 minecraft:skeleton 0.2 0.05 minecraft:zombie_pigman 0.1 0.05 0.02 > # Weight for the barrage ai pattern to be chosen. # >> Integer:[ Range={ 0, 2147483647 }, Default=1 ] I:ai_barrage=1 # Weight for the charge ai pattern to be chosen. # >> Integer:[ Range={ 0, 2147483647 }, Default=1 ] I:ai_charge=1 # Weight for the jump ai pattern to be chosen. # >> Integer:[ Range={ 0, 2147483647 }, Default=1 ] I:ai_jump=1 # Weight for the leap ai pattern to be chosen. # >> Integer:[ Range={ 0, 2147483647 }, Default=1 ] I:ai_leap=1 # Weight for the shaman ai pattern to be chosen. # >> Integer:[ Range={ 0, 2147483647 }, Default=1 ] I:ai_shaman=1 # Weight for the spawner ai pattern to be chosen. # >> Integer:[ Range={ 0, 2147483647 }, Default=1 ] I:ai_spawner=1 # Weight for the sprint ai pattern to be chosen. # >> Integer:[ Range={ 0, 2147483647 }, Default=1 ] I:ai_sprint=1 # Weight for the thief ai pattern to be chosen. # >> Integer:[ Range={ 0, 2147483647 }, Default=1 ] I:ai_thief=1 # Weight for the throw ai pattern to be chosen. # >> Integer:[ Range={ 0, 2147483647 }, Default=1 ] I:ai_throw=1 # Weight for the throw_player ai pattern to be chosen. # >> Integer:[ Range={ 0, 2147483647 }, Default=1 ] I:ai_throw_player=1 # Flat health increase added to mobs with barrage ai. # >> Double:[ Range={ -Infinity, Infinity }, Default=20.0 ] D:barrage_health_boost=20.0 # Flat health increase added to mobs with charge ai. # >> Double:[ Range={ -Infinity, Infinity }, Default=20.0 ] D:charge_health_boost=20.0 # Knockback resistance added to mobs with charge ai. # >> Double:[ Range={ 0.0, 1.0 }, Default=0.5 ] D:charge_knockback_resistance=0.5 # Speed increase multiplier to mobs with leap ai. Recommended to keep this well below 0.5. # >> Double:[ Range={ -Infinity, Infinity }, Default=0.1 ] D:leap_speed_boost=0.1 # Amount (in half-hearts) healed by mobs with shaman ai every 2 seconds. Can be overridden by the mob's nbt data. # >> Float:[ Range={ -Infinity, Infinity }, Default=1.0 ] D:shaman_heal_amount=1.0 # Flat health increase added to mobs with shaman ai. # >> Double:[ Range={ -Infinity, Infinity }, Default=20.0 ] D:shaman_health_boost=20.0 # Flat health increase added to mobs with spawner ai. # >> Double:[ Range={ -Infinity, Infinity }, Default=40.0 ] D:spawner_health_boost=40.0 # Speed increase multiplier to mobs with spawner ai. Recommended to keep this well below 0.5. # >> Double:[ Range={ -Infinity, Infinity }, Default=-0.2 ] D:spawner_speed_boost=-0.2 # Speed increase multiplier to the boots worn by mobs with sprint ai (these can drop as loot!). # Recommended to keep this well below 0.5. # >> Double:[ Range={ 0.0, Infinity }, Default=0.1 ] D:sprint_boots_speed_boost=0.1 # Speed increase multiplier to mobs with sprint ai while they are sprinting. Can be overridden by the mob's nbt data. # Setting this to 0 breaks the sprint ai, so don't do that. # >> Float:[ Range={ 0.0, Infinity }, Default=0.7 ] D:sprint_speed_boost=0.7 # The minimum distance that mobs with thief ai will try to keep from players once they have stolen an item. # Can be overridden by the mob's nbt data. # >> Float:[ Range={ 1.0, Infinity }, Default=16.0 ] D:thief_avoid_range=16.0 # Speed increase multiplier to the helmet worn by mobs with thief ai (these can drop as loot!). # Recommended to keep this well below 0.5. # >> Double:[ Range={ 0.0, Infinity }, Default=0.1 ] D:thief_helmet_speed_boost=0.1 # Flat health increase added to mobs with throw-player ai. # >> Double:[ Range={ -Infinity, Infinity }, Default=20.0 ] D:throw_player_health_boost=20.0 # Flat damage increase added to the helmet worn by mobs with throw-player ai (these can drop as loot!). # >> Double:[ Range={ 0.0, Infinity }, Default=1.0 ] D:throw_player_helmet_damage_boost=1.0 # Knockback resistance added to mobs with throw-player ai. # >> Double:[ Range={ 0.0, 1.0 }, Default=0.5 ] D:throw_player_knockback_resistance=0.5 # Speed increase multiplier to mobs with throw ai. Recommended to keep this well below 0.5. # >> Double:[ Range={ -Infinity, Infinity }, Default=0.1 ] D:throw_speed_boost=0.1 } ########################################################################################################## # idle_activities #--------------------------------------------------------------------------------------------------------# # Options to customize all idle behaviors for monsters (fiddling/griefing). ########################################################################################################## idle_activities { # The range at which mobs will search for blocks to target horizontally (xz-plane). # >> Integer:[ Range={ 1, 2147483647 }, Default=12 ] I:range=12 # The range at which mobs will search for blocks to target vertically (y-axis). # >> Integer:[ Range={ 1, 2147483647 }, Default=6 ] I:range_vertical=6 # Mobs' reach (from eye height) when targeting blocks. Player reach is about 4.5. # >> Float:[ Range={ 0.0, Infinity }, Default=3.5 ] D:reach=3.5 # The number of blocks each mob randomly searches to grief/fiddle with every "scan_delay" ticks. # >> Integer:[ Range={ 1, 2147483647 }, Default=32 ] I:scan_count=24 # The maximum number of blocks that can be searched in any given tick by all mobs. 0 is no limit. # >> Integer:[ Range={ 0, 2147483647 }, Default=0 ] I:scan_count_global=0 # The number of ticks between each block scan. # >> Integer:[ Range={ 1, 2147483647 }, Default=2 ] I:scan_delay=2 } ########################################################################################################## # idle_fiddling #--------------------------------------------------------------------------------------------------------# # Options to customize monsters' idle fiddling behavior. ########################################################################################################## idle_fiddling { # If true, mobs will flip switches, press buttons, etc. while not doing anything else. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:_enabled=false # List of mobs that can gain idle fiddling AI (note that the entity must have task-based AI enabled). # The number after each mob is the chance for that mob type to get the AI, from 0 to 1. # >> Entity_Array:[ Value={ entity_id , ~entity_id }, Default={ minecraft:skeleton 1.0, minecraft:zombie_pigman 1.0 } ] S:mob_list < minecraft:skeleton 1.0 minecraft:zombie_pigman 1.0 > # Specific blocks that will NOT be fiddled with by mobs. # Only really useful if you whitelist an entire namespace (*) to prevent mobs from fiddling with a few blocks from that namespace. # >> Block_Array:[ Value={ mod_id:block_id, mod_id:block_id[], mod_id:* }, Default={ } ] S:target_blacklist < > # Specific blocks that will be fiddled with by mobs. # >> Block_Array:[ Value={ mod_id:block_id, mod_id:block_id[], mod_id:* }, Default={ minecraft:tnt, minecraft:wooden_door, minecraft:lever, minecraft:stone_button, minecraft:cake, minecraft:unpowered_repeater, minecraft:powered_repeater, minecraft:fence_gate, minecraft:wooden_button, minecraft:unpowered_comparator, minecraft:powered_comparator, minecraft:spruce_fence_gate, minecraft:birch_fence_gate, minecraft:jungle_fence_gate, minecraft:dark_oak_fence_gate, minecraft:acacia_fence_gate, minecraft:spruce_door, minecraft:birch_door, minecraft:jungle_door, minecraft:acacia_door, minecraft:dark_oak_door, forestry:fence.gates.larch, forestry:fence.gates.fireproof.larch, forestry:fence.gates.teak, forestry:fence.gates.fireproof.teak, forestry:fence.gates.acacia, forestry:fence.gates.fireproof.acacia, forestry:fence.gates.lime, forestry:fence.gates.fireproof.lime, forestry:fence.gates.chestnut, forestry:fence.gates.fireproof.chestnut, forestry:fence.gates.wenge, forestry:fence.gates.fireproof.wenge, forestry:fence.gates.baobab, forestry:fence.gates.fireproof.baobab, forestry:fence.gates.sequoia, forestry:fence.gates.fireproof.sequoia, forestry:fence.gates.kapok, forestry:fence.gates.fireproof.kapok, forestry:fence.gates.ebony, forestry:fence.gates.fireproof.ebony, forestry:fence.gates.mahogany, forestry:fence.gates.fireproof.mahogany, forestry:fence.gates.balsa, forestry:fence.gates.fireproof.balsa, forestry:fence.gates.willow, forestry:fence.gates.fireproof.willow, forestry:fence.gates.walnut, forestry:fence.gates.fireproof.walnut, forestry:fence.gates.greenheart, forestry:fence.gates.fireproof.greenheart, forestry:fence.gates.cherry, forestry:fence.gates.fireproof.cherry, forestry:fence.gates.mahoe, forestry:fence.gates.fireproof.mahoe, forestry:fence.gates.poplar, forestry:fence.gates.fireproof.poplar, forestry:fence.gates.palm, forestry:fence.gates.fireproof.palm, forestry:fence.gates.papaya, forestry:fence.gates.fireproof.papaya, forestry:fence.gates.pine, forestry:fence.gates.fireproof.pine, forestry:fence.gates.plum, forestry:fence.gates.fireproof.plum, forestry:fence.gates.maple, forestry:fence.gates.fireproof.maple, forestry:fence.gates.citrus, forestry:fence.gates.fireproof.citrus, forestry:fence.gates.giganteum, forestry:fence.gates.fireproof.giganteum, forestry:fence.gates.ipe, forestry:fence.gates.fireproof.ipe, forestry:fence.gates.padauk, forestry:fence.gates.fireproof.padauk, forestry:fence.gates.cocobolo, forestry:fence.gates.fireproof.cocobolo, forestry:fence.gates.zebrawood, forestry:fence.gates.fireproof.zebrawood, forestry:fence.gates.vanilla.fireproof.oak, forestry:fence.gates.vanilla.fireproof.spruce, forestry:fence.gates.vanilla.fireproof.birch, forestry:fence.gates.vanilla.fireproof.jungle, forestry:fence.gates.vanilla.fireproof.acacia, forestry:fence.gates.vanilla.fireproof.dark_oak, forestry:doors.larch, forestry:doors.teak, forestry:doors.acacia, forestry:doors.lime, forestry:doors.chestnut, forestry:doors.wenge, forestry:doors.baobab, forestry:doors.sequoia, forestry:doors.kapok, forestry:doors.ebony, forestry:doors.mahogany, forestry:doors.balsa, forestry:doors.willow, forestry:doors.walnut, forestry:doors.greenheart, forestry:doors.cherry, forestry:doors.mahoe, forestry:doors.poplar, forestry:doors.palm, forestry:doors.papaya, forestry:doors.pine, forestry:doors.plum, forestry:doors.maple, forestry:doors.citrus, forestry:doors.giganteum, forestry:doors.ipe, forestry:doors.padauk, forestry:doors.cocobolo, forestry:doors.zebrawood, extratrees:fence.gates.fir, extratrees:fence.gates.fireproof.fir, extratrees:fence.gates.cedar, extratrees:fence.gates.fireproof.cedar, extratrees:fence.gates.hemlock, extratrees:fence.gates.fireproof.hemlock, extratrees:fence.gates.cypress, extratrees:fence.gates.fireproof.cypress, extratrees:fence.gates.fig, extratrees:fence.gates.fireproof.fig, extratrees:fence.gates.beech, extratrees:fence.gates.fireproof.beech, extratrees:fence.gates.alder, extratrees:fence.gates.fireproof.alder, extratrees:fence.gates.hazel, extratrees:fence.gates.fireproof.hazel, extratrees:fence.gates.hornbeam, extratrees:fence.gates.fireproof.hornbeam, extratrees:fence.gates.box, extratrees:fence.gates.fireproof.box, extratrees:fence.gates.butternut, extratrees:fence.gates.fireproof.butternut, extratrees:fence.gates.hickory, extratrees:fence.gates.fireproof.hickory, extratrees:fence.gates.whitebeam, extratrees:fence.gates.fireproof.whitebeam, extratrees:fence.gates.elm, extratrees:fence.gates.fireproof.elm, extratrees:fence.gates.apple, extratrees:fence.gates.fireproof.apple, extratrees:fence.gates.yew, extratrees:fence.gates.fireproof.yew, extratrees:fence.gates.pear, extratrees:fence.gates.fireproof.pear, extratrees:fence.gates.hawthorn, extratrees:fence.gates.fireproof.hawthorn, extratrees:fence.gates.rowan, extratrees:fence.gates.fireproof.rowan, extratrees:fence.gates.elder, extratrees:fence.gates.fireproof.elder, extratrees:fence.gates.maclura, extratrees:fence.gates.fireproof.maclura, extratrees:fence.gates.syzgium, extratrees:fence.gates.fireproof.syzgium, extratrees:fence.gates.brazilwood, extratrees:fence.gates.fireproof.brazilwood, extratrees:fence.gates.logwood, extratrees:fence.gates.fireproof.logwood, extratrees:fence.gates.iroko, extratrees:fence.gates.fireproof.iroko, extratrees:fence.gates.locust, extratrees:fence.gates.fireproof.locust, extratrees:fence.gates.eucalyptus, extratrees:fence.gates.fireproof.eucalyptus, extratrees:fence.gates.purpleheart, extratrees:fence.gates.fireproof.purpleheart, extratrees:fence.gates.ash, extratrees:fence.gates.fireproof.ash, extratrees:fence.gates.holly, extratrees:fence.gates.fireproof.holly, extratrees:fence.gates.olive, extratrees:fence.gates.fireproof.olive, extratrees:fence.gates.sweetgum, extratrees:fence.gates.fireproof.sweetgum, extratrees:fence.gates.rosewood, extratrees:fence.gates.fireproof.rosewood, extratrees:fence.gates.gingko, extratrees:fence.gates.fireproof.gingko, extratrees:fence.gates.pinkivory, extratrees:fence.gates.fireproof.pinkivory, extratrees:fence.gates.banana, extratrees:fence.gates.fireproof.banana, extratrees:doors.apple, extratrees:doors.fig, extratrees:doors.butternut, extratrees:doors.whitebeam, extratrees:doors.rowan, extratrees:doors.hemlock, extratrees:doors.ash, extratrees:doors.alder, extratrees:doors.beech, extratrees:doors.hawthorn, extratrees:doors.banana, extratrees:doors.yew, extratrees:doors.cypress, extratrees:doors.fir, extratrees:doors.hazel, extratrees:doors.hickory, extratrees:doors.elm, extratrees:doors.elder, extratrees:doors.holly, extratrees:doors.hornbeam, extratrees:doors.cedar, extratrees:doors.olive, extratrees:doors.sweetgum, extratrees:doors.locust, extratrees:doors.pear, extratrees:doors.maclura, extratrees:doors.brazilwood, extratrees:doors.logwood, extratrees:doors.rosewood, extratrees:doors.purpleheart, extratrees:doors.iroko, extratrees:doors.gingko, extratrees:doors.eucalyptus, extratrees:doors.box, extratrees:doors.syzgium, extratrees:doors.pinkivory, rustic:fence_gate_olive, rustic:fence_gate_ironwood, rustic:olive_door, rustic:ironwood_door, malisisdoors:wood_sliding_door, malisisdoors:shoji_door, malisisdoors:curtain_white, malisisdoors:curtain_orange, malisisdoors:curtain_magenta, malisisdoors:curtain_light_blue, malisisdoors:curtain_yellow, malisisdoors:curtain_lime, malisisdoors:curtain_pink, malisisdoors:curtain_gray, malisisdoors:curtain_silver, malisisdoors:curtain_cyan, malisisdoors:curtain_purple, malisisdoors:curtain_blue, malisisdoors:curtain_brown, malisisdoors:curtain_green, malisisdoors:curtain_red, malisisdoors:curtain_black, malisisdoors:customdoor, malisisdoors:saloon, malisisdoors:camofencegate, twilightforest:twilight_oak_button, twilightforest:twilight_oak_door, twilightforest:twilight_oak_gate, twilightforest:canopy_button, twilightforest:canopy_door, twilightforest:canopy_gate, twilightforest:mangrove_button, twilightforest:mangrove_door, twilightforest:mangrove_gate, twilightforest:dark_button, twilightforest:dark_door, twilightforest:dark_gate, twilightforest:time_button, twilightforest:time_door, twilightforest:time_gate, twilightforest:trans_button, twilightforest:trans_door, twilightforest:trans_gate, twilightforest:mine_button, twilightforest:mine_door, twilightforest:mine_gate, twilightforest:sort_button, twilightforest:sort_door, twilightforest:sort_gate, natura:overworld_door_eucalyptus, natura:overworld_door_hopseed, natura:overworld_door_sakura, natura:overworld_door_redwood, natura:overworld_door_redwood_bark, natura:overworld_door_tiger, natura:overworld_door_maple, natura:overworld_door_silverbell, natura:nether_door_ghostwood, natura:nether_door_bloodwood, natura:nether_door_darkwood, natura:nether_door_fusewood, natura:nether_lever, natura:nether_button, natura:maple_button, natura:maple_fence_gate, natura:silverbell_button, natura:silverbell_fence_gate, natura:amaranth_button, natura:amaranth_fence_gate, natura:tiger_button, natura:tiger_fence_gate, natura:willow_button, natura:willow_fence_gate, natura:eucalyptus_button, natura:eucalyptus_fence_gate, natura:hopseed_button, natura:hopseed_fence_gate, natura:sakura_button, natura:sakura_fence_gate, natura:redwood_button, natura:redwood_fence_gate, natura:ghostwood_button, natura:ghostwood_fence_gate, natura:bloodwood_button, natura:bloodwood_fence_gate, natura:fusewood_button, natura:fusewood_fence_gate, natura:darkwood_button, natura:darkwood_fence_gate, quark:nether_brick_fence_gate, quark:spruce_button, quark:birch_button, quark:jungle_button, quark:acacia_button, quark:dark_oak_button, quark:iron_button, quark:gold_button, bloodarsenal:blood_infused_wooden_fence_gate, galacticraftcore:concealed_repeater_pow, galacticraftcore:concealed_repeater, integrateddynamics:menril_door, nex:quartz_fence_gate, nex:nether_brick_fence_gate, nex:red_nether_brick_fence_gate, nex:basalt_fence_gate, nex:basalt_smooth_fence_gate, nex:basalt_brick_fence_gate, nex:basalt_pillar_fence_gate, nex:fiery_nether_brick_fence_gate, nex:icy_nether_brick_fence_gate, nex:lively_nether_brick_fence_gate, nex:gloomy_nether_brick_fence_gate, traverse:fir_fence_gate, traverse:fir_door, cyclicmagic:doorbell_simple, cyclicmagic:button_large, blockcraftery:editable_door, blockcraftery:editable_door_reinforced, undergroundbiomes:igneous_stone_button_down, undergroundbiomes:igneous_stone_button_up, undergroundbiomes:igneous_stone_button_north, undergroundbiomes:igneous_stone_button_south, undergroundbiomes:igneous_stone_button_west, undergroundbiomes:igneous_stone_button_east, undergroundbiomes:igneous_cobble_button_down, undergroundbiomes:igneous_cobble_button_up, undergroundbiomes:igneous_cobble_button_north, undergroundbiomes:igneous_cobble_button_south, undergroundbiomes:igneous_cobble_button_west, undergroundbiomes:igneous_cobble_button_east, undergroundbiomes:metamorphic_stone_button_down, undergroundbiomes:metamorphic_stone_button_up, undergroundbiomes:metamorphic_stone_button_north, undergroundbiomes:metamorphic_stone_button_south, undergroundbiomes:metamorphic_stone_button_west, undergroundbiomes:metamorphic_stone_button_east, undergroundbiomes:metamorphic_cobble_button_down, undergroundbiomes:metamorphic_cobble_button_up, undergroundbiomes:metamorphic_cobble_button_north, undergroundbiomes:metamorphic_cobble_button_south, undergroundbiomes:metamorphic_cobble_button_west, undergroundbiomes:metamorphic_cobble_button_east, undergroundbiomes:sedimentary_stone_button_down, undergroundbiomes:sedimentary_stone_button_up, undergroundbiomes:sedimentary_stone_button_north, undergroundbiomes:sedimentary_stone_button_south, undergroundbiomes:sedimentary_stone_button_west, undergroundbiomes:sedimentary_stone_button_east } ] S:target_blocks < minecraft:tnt minecraft:lever minecraft:wooden_button minecraft:stone_button minecraft:unpowered_comparator minecraft:powered_comparator minecraft:unpowered_repeater minecraft:powered_repeater minecraft:cake minecraft:trapdoor minecraft:wooden_door minecraft:birch_door minecraft:spruce_door minecraft:jungle_door minecraft:acacia_door minecraft:dark_oak_door minecraft:fence_gate minecraft:birch_fence_gate minecraft:spruce_fence_gate minecraft:jungle_fence_gate minecraft:acacia_fence_gate minecraft:dark_oak_fence_gate > } ########################################################################################################## # idle_griefing #--------------------------------------------------------------------------------------------------------# # Options to customize monsters' idle block breaking. ########################################################################################################## idle_griefing { # If true, mobs will destroy blocks while not doing anything else. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:_enabled=false # If true, block breaking AI will automatically target all light sources (light value > 1). # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:break_lights=false # If true, a lound snapping sound (the vanilla door break sound) will be played when a block # is broken, which is audible regardless of distance. # >> Boolean:[ Valid_Values={ true, false }, Default=false ] B:break_sound=false # The block breaking speed multiplier for mobs, relative to the player's block breaking speed. # >> Float:[ Range={ 0.0, Infinity }, Default=0.5 ] D:break_speed=0.5 # If true, griefed blocks will leave item drops. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:leave_drops=true # If true, creepers will be very mad about not having arms to break things with, and resort to what they know best... # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:mad_creepers=false # List of mobs that can gain passive griefing AI (note that the entity must have task-based AI enabled). # The number after each mob is the chance for that mob type to get the AI, from 0 to 1. # >> Entity_Array:[ Value={ entity_id , ~entity_id }, Default={ minecraft:zombie 1.0, minecraft:creeper 1.0, minecraft:zombie_pigman 1.0 } ] S:mob_list < minecraft:zombie 1.0 minecraft:creeper 1.0 minecraft:zombie_pigman 0.0 > # If true, mobs will only target blocks they have the tools to harvest. # For example, they will only break stone with a pickaxe. # >> Boolean:[ Valid_Values={ true, false }, Default=false ] B:requires_tools=false # Specific blocks that will NOT be griefed by mobs. # Only really useful if "break_lights" is enabled or when you whitelist an entire namespace (*) to create safe # light sources, prevent mobs from breaking normal world gen that produces light, or for removing a few blocks # from a namespace that you don't want mobs to break. # >> Block_Array:[ Value={ mod_id:block_id, mod_id:block_id[], mod_id:* }, Default={ } ] S:target_blacklist < > # Specific blocks that will be griefed by mobs. # >> Block_Array:[ Value={ mod_id:block_id, mod_id:block_id[], mod_id:* }, Default={ minecraft:bed, minecraft:golden_rail, minecraft:crafting_table, minecraft:farmland, minecraft:furnace, minecraft:lit_furnace, minecraft:ladder, minecraft:enchanting_table, minecraft:brewing_stand, twilightforest:iron_ladder, tconstruct:stone_ladder, csb_ench_table:ender_enchanting_table } ] S:target_blocks < minecraft:farmland minecraft:bed minecraft:crafting_table minecraft:brewing_stand minecraft:trapdoor minecraft:ladder minecraft:wooden_door minecraft:birch_door minecraft:spruce_door minecraft:jungle_door minecraft:acacia_door minecraft:dark_oak_door minecraft:fence_gate minecraft:birch_fence_gate minecraft:spruce_fence_gate minecraft:jungle_fence_gate minecraft:acacia_fence_gate minecraft:dark_oak_fence_gate minecraft:golden_rail > # Specific lootable blocks that will be griefed by mobs. # Unlike the normal "target_blocks", these blocks will not be targeted if they still have a loot table tag # (e.g., unopened dungeon chests). # >> Block_Array:[ Value={ mod_id:block_id, mod_id:block_id[], mod_id:* }, Default={ minecraft:chest, minecraft:trapped_chest, quark:custom_chest, quark:custom_chest_trap } ] S:target_lootable < minecraft:chest minecraft:trapped_chest > } ########################################################################################################## # jockeys #--------------------------------------------------------------------------------------------------------# # Options relating to which mobs should act as riders or mounts. ########################################################################################################## jockeys { # List of mobs that can be ridden on by normal-sized riders (not all entities can be controlled by their rider). # >> Entity_Array:[ Value={ entity_id , ~entity_id }, Default={ minecraft:spider, minecraft:slime, minecraft:pig, minecraft:sheep, minecraft:cow, minecraft:polar_bear } ] S:mount_list < minecraft:spider minecraft:slime minecraft:pig minecraft:sheep minecraft:cow minecraft:polar_bear > # List of mobs that can be ridden on by small riders or normal-sized riders that are babies(not all entities can be controlled by their rider). # >> Entity_Array:[ Value={ entity_id , ~entity_id }, Default={ minecraft:chicken, minecraft:rabbit } ] S:mount_list_small < minecraft:chicken minecraft:rabbit > # List of mobs that can ride normal-sized mounts and the chance for them to gain the rider AI. # Note that the entity must have task-based AI enabled. # >> Entity_Array:[ Value={ entity_id , ~entity_id }, Default={ minecraft:zombie 0.05, minecraft:skeleton 0.1, minecraft:creeper 0.05, minecraft:witch 0.05, minecraft:zombie_pigman 0.1 } ] S:rider_list < minecraft:zombie 0.05 minecraft:skeleton 0.1 minecraft:creeper 0.05 minecraft:witch 0.05 minecraft:zombie_pigman 0.1 > # List of mobs that can only ride small mounts or normal-sized mounts that are babies and the chance for them to gain the rider AI. # Note that the entity must have task-based AI enabled. # >> Entity_Array:[ Value={ entity_id , ~entity_id }, Default={ } ] S:rider_list_small < > } ########################################################################################################## # reaction_ai #--------------------------------------------------------------------------------------------------------# # Options to customize reactive behaviors. ########################################################################################################## reaction_ai { # If true, all mobs will try to avoid TNT and creepers that are about to explode. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:avoid_explosions=true # If true, all mobs will call for help from nearby mobs of the same type when struck. # Note that this does not trigger from killing blows. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:call_for_help=true # Chance for mobs to call for help when dealt a killing blow. # >> Double:[ Range={ 0.0, 1.0 }, Default=0.2 ] D:call_for_help_on_death=0.2 # The chance any mob will try to sidestep an arrow fired in their direction. # >> Double:[ Range={ 0.0, 1.0 }, Default=0.4 ] D:dodge_arrows=0.4 } ########################################################################################################## # villages #--------------------------------------------------------------------------------------------------------# # Options to control village aggression and reputation. # For reference, starting reputation is 0, minimum is -30 and maximum is 10. # You are considered an enemy to a village if your reputation is -15 or lower. ########################################################################################################## villages { # Chance for you to be marked as an aggressor (to be attacked) when you break any block in a village # that is not on the "block_blacklist" while your reputation is low enough. # >> Double:[ Range={ 0.0, 1.0 }, Default=0.1 ] D:block_aggression_chance=0.0 # The "block_aggression_chance" and "block_treasured_aggression_chance" only trigger if your reputation # in the village is less than or equal to this limit. # >> Integer:[ Range={ -30, 10 }, Default=-5 ] I:block_aggression_limit=0 # Specific blocks that will NOT anger villagers when broken. # >> Block_Array:[ Value={ mod_id:block_id, mod_id:block_id[], mod_id:* }, Default={ minecraft:stone, minecraft:grass, minecraft:dirt, minecraft:sapling, minecraft:sand, minecraft:leaves, minecraft:golden_rail, minecraft:detector_rail, minecraft:web, minecraft:tallgrass, minecraft:deadbush, minecraft:yellow_flower, minecraft:red_flower, minecraft:brown_mushroom, minecraft:red_mushroom, minecraft:tnt, minecraft:redstone_wire, minecraft:wheat, minecraft:wooden_door, minecraft:rail, minecraft:iron_door, minecraft:unlit_redstone_torch, minecraft:snow_layer, minecraft:ice, minecraft:cactus, minecraft:reeds, minecraft:pumpkin, minecraft:portal, minecraft:lit_pumpkin, minecraft:unpowered_repeater, minecraft:powered_repeater, minecraft:brown_mushroom_block, minecraft:red_mushroom_block, minecraft:melon_block, minecraft:pumpkin_stem, minecraft:melon_stem, minecraft:vine, minecraft:fence_gate, minecraft:mycelium, minecraft:waterlily, minecraft:nether_wart, minecraft:cocoa, minecraft:tripwire_hook, minecraft:tripwire, minecraft:flower_pot, minecraft:carrots, minecraft:potatoes, minecraft:unpowered_comparator, minecraft:activator_rail, minecraft:leaves2, minecraft:slime, minecraft:packed_ice, minecraft:double_plant, minecraft:spruce_fence_gate, minecraft:birch_fence_gate, minecraft:jungle_fence_gate, minecraft:dark_oak_fence_gate, minecraft:acacia_fence_gate, minecraft:spruce_door, minecraft:birch_door, minecraft:jungle_door, minecraft:acacia_door, minecraft:dark_oak_door, minecraft:beetroots, minecraft:frosted_ice, minecraft:structure_void, minecraft:white_shulker_box, minecraft:orange_shulker_box, minecraft:magenta_shulker_box, minecraft:light_blue_shulker_box, minecraft:yellow_shulker_box, minecraft:lime_shulker_box, minecraft:pink_shulker_box, minecraft:gray_shulker_box, minecraft:silver_shulker_box, minecraft:cyan_shulker_box, minecraft:purple_shulker_box, minecraft:blue_shulker_box, minecraft:brown_shulker_box, minecraft:green_shulker_box, minecraft:red_shulker_box, minecraft:black_shulker_box, techreborn:rubber_leaves, techreborn:rubber_sapling, techreborn:nuke, techreborn:techreborn_techreborn.berylium, techreborn:techreborn_techreborn.calcium, techreborn:techreborn_techreborn.calciumcarbonate, techreborn:techreborn_techreborn.chlorite, techreborn:techreborn_techreborn.deuterium, techreborn:techreborn_techreborn.glyceryl, techreborn:techreborn_techreborn.helium, techreborn:techreborn_techreborn.helium3, techreborn:techreborn_techreborn.heliumplasma, techreborn:techreborn_techreborn.hydrogen, techreborn:techreborn_techreborn.lithium, techreborn:techreborn_techreborn.mercury, techreborn:techreborn_techreborn.methane, techreborn:techreborn_techreborn.nitrocoalfuel, techreborn:techreborn_techreborn.nitrofuel, techreborn:techreborn_techreborn.nitrogen, techreborn:techreborn_techreborn.nitrogendioxide, techreborn:techreborn_techreborn.potassium, techreborn:techreborn_techreborn.silicon, techreborn:techreborn_techreborn.sodium, techreborn:techreborn_techreborn.sodiumpersulfate, techreborn:techreborn_techreborn.tritium, techreborn:techreborn_techreborn.wolframium, techreborn:techreborn_techreborn.carbon, techreborn:techreborn_techreborn.carbonfiber, techreborn:techreborn_techreborn.nitrocarbon, techreborn:techreborn_techreborn.sulfur, techreborn:techreborn_techreborn.sodiumsulfide, techreborn:techreborn_techreborn.diesel, techreborn:techreborn_techreborn.nitrodiesel, techreborn:techreborn_techreborn.oil, techreborn:techreborn_techreborn.sulfuricacid, techreborn:techreborn_techreborn.compressedair, techreborn:techreborn_techreborn.electrolyzedwater, forestry:fluid.bio.ethanol, forestry:fluid.biomass, forestry:fluid.glass, forestry:fluid.for.honey, forestry:fluid.ice, forestry:fluid.juice, forestry:fluid.milk, forestry:fluid.seed.oil, forestry:fluid.short.mead, forestry:mushroom, forestry:fence.gates.larch, forestry:fence.gates.fireproof.larch, forestry:fence.gates.teak, forestry:fence.gates.fireproof.teak, forestry:fence.gates.acacia, forestry:fence.gates.fireproof.acacia, forestry:fence.gates.lime, forestry:fence.gates.fireproof.lime, forestry:fence.gates.chestnut, forestry:fence.gates.fireproof.chestnut, forestry:fence.gates.wenge, forestry:fence.gates.fireproof.wenge, forestry:fence.gates.baobab, forestry:fence.gates.fireproof.baobab, forestry:fence.gates.sequoia, forestry:fence.gates.fireproof.sequoia, forestry:fence.gates.kapok, forestry:fence.gates.fireproof.kapok, forestry:fence.gates.ebony, forestry:fence.gates.fireproof.ebony, forestry:fence.gates.mahogany, forestry:fence.gates.fireproof.mahogany, forestry:fence.gates.balsa, forestry:fence.gates.fireproof.balsa, forestry:fence.gates.willow, forestry:fence.gates.fireproof.willow, forestry:fence.gates.walnut, forestry:fence.gates.fireproof.walnut, forestry:fence.gates.greenheart, forestry:fence.gates.fireproof.greenheart, forestry:fence.gates.cherry, forestry:fence.gates.fireproof.cherry, forestry:fence.gates.mahoe, forestry:fence.gates.fireproof.mahoe, forestry:fence.gates.poplar, forestry:fence.gates.fireproof.poplar, forestry:fence.gates.palm, forestry:fence.gates.fireproof.palm, forestry:fence.gates.papaya, forestry:fence.gates.fireproof.papaya, forestry:fence.gates.pine, forestry:fence.gates.fireproof.pine, forestry:fence.gates.plum, forestry:fence.gates.fireproof.plum, forestry:fence.gates.maple, forestry:fence.gates.fireproof.maple, forestry:fence.gates.citrus, forestry:fence.gates.fireproof.citrus, forestry:fence.gates.giganteum, forestry:fence.gates.fireproof.giganteum, forestry:fence.gates.ipe, forestry:fence.gates.fireproof.ipe, forestry:fence.gates.padauk, forestry:fence.gates.fireproof.padauk, forestry:fence.gates.cocobolo, forestry:fence.gates.fireproof.cocobolo, forestry:fence.gates.zebrawood, forestry:fence.gates.fireproof.zebrawood, forestry:fence.gates.vanilla.fireproof.oak, forestry:fence.gates.vanilla.fireproof.spruce, forestry:fence.gates.vanilla.fireproof.birch, forestry:fence.gates.vanilla.fireproof.jungle, forestry:fence.gates.vanilla.fireproof.acacia, forestry:fence.gates.vanilla.fireproof.dark_oak, forestry:doors.larch, forestry:doors.teak, forestry:doors.acacia, forestry:doors.lime, forestry:doors.chestnut, forestry:doors.wenge, forestry:doors.baobab, forestry:doors.sequoia, forestry:doors.kapok, forestry:doors.ebony, forestry:doors.mahogany, forestry:doors.balsa, forestry:doors.willow, forestry:doors.walnut, forestry:doors.greenheart, forestry:doors.cherry, forestry:doors.mahoe, forestry:doors.poplar, forestry:doors.palm, forestry:doors.papaya, forestry:doors.pine, forestry:doors.plum, forestry:doors.maple, forestry:doors.citrus, forestry:doors.giganteum, forestry:doors.ipe, forestry:doors.padauk, forestry:doors.cocobolo, forestry:doors.zebrawood, forestry:sapling_ge, forestry:leaves, forestry:leaves.default.0, forestry:leaves.default.1, forestry:leaves.default.2, forestry:leaves.default.3, forestry:leaves.default.4, forestry:leaves.default.5, forestry:leaves.default.6, forestry:leaves.default.7, forestry:leaves.default.8, forestry:leaves.default.fruit.0, forestry:leaves.default.fruit.1, forestry:leaves.decorative.0, forestry:leaves.decorative.1, forestry:leaves.decorative.2, forestry:pods.coconut, forestry:pods.papaya, forestry:pods.plantain, forestry:pods.cocoa, forestry:pods.banana, forestry:pods.dates, forestry:pods.red_banana, forestry:ash_block_0, forestry:ash_block_1, forestry:ash_block_2, forestry:ash_block_3, forestry:candle, forestry:stump, forestry:cocoon, botany:plant, botany:flower, extrabees:ectoplasm, extratrees:binnie.sap, extratrees:binnie.resin, extratrees:binnie.latex, extratrees:binnie.turpentine, extratrees:hops, extratrees:fence.gates.fir, extratrees:fence.gates.fireproof.fir, extratrees:fence.gates.cedar, extratrees:fence.gates.fireproof.cedar, extratrees:fence.gates.hemlock, extratrees:fence.gates.fireproof.hemlock, extratrees:fence.gates.cypress, extratrees:fence.gates.fireproof.cypress, extratrees:fence.gates.fig, extratrees:fence.gates.fireproof.fig, extratrees:fence.gates.beech, extratrees:fence.gates.fireproof.beech, extratrees:fence.gates.alder, extratrees:fence.gates.fireproof.alder, extratrees:fence.gates.hazel, extratrees:fence.gates.fireproof.hazel, extratrees:fence.gates.hornbeam, extratrees:fence.gates.fireproof.hornbeam, extratrees:fence.gates.box, extratrees:fence.gates.fireproof.box, extratrees:fence.gates.butternut, extratrees:fence.gates.fireproof.butternut, extratrees:fence.gates.hickory, extratrees:fence.gates.fireproof.hickory, extratrees:fence.gates.whitebeam, extratrees:fence.gates.fireproof.whitebeam, extratrees:fence.gates.elm, extratrees:fence.gates.fireproof.elm, extratrees:fence.gates.apple, extratrees:fence.gates.fireproof.apple, extratrees:fence.gates.yew, extratrees:fence.gates.fireproof.yew, extratrees:fence.gates.pear, extratrees:fence.gates.fireproof.pear, extratrees:fence.gates.hawthorn, extratrees:fence.gates.fireproof.hawthorn, extratrees:fence.gates.rowan, extratrees:fence.gates.fireproof.rowan, extratrees:fence.gates.elder, extratrees:fence.gates.fireproof.elder, extratrees:fence.gates.maclura, extratrees:fence.gates.fireproof.maclura, extratrees:fence.gates.syzgium, extratrees:fence.gates.fireproof.syzgium, extratrees:fence.gates.brazilwood, extratrees:fence.gates.fireproof.brazilwood, extratrees:fence.gates.logwood, extratrees:fence.gates.fireproof.logwood, extratrees:fence.gates.iroko, extratrees:fence.gates.fireproof.iroko, extratrees:fence.gates.locust, extratrees:fence.gates.fireproof.locust, extratrees:fence.gates.eucalyptus, extratrees:fence.gates.fireproof.eucalyptus, extratrees:fence.gates.purpleheart, extratrees:fence.gates.fireproof.purpleheart, extratrees:fence.gates.ash, extratrees:fence.gates.fireproof.ash, extratrees:fence.gates.holly, extratrees:fence.gates.fireproof.holly, extratrees:fence.gates.olive, extratrees:fence.gates.fireproof.olive, extratrees:fence.gates.sweetgum, extratrees:fence.gates.fireproof.sweetgum, extratrees:fence.gates.rosewood, extratrees:fence.gates.fireproof.rosewood, extratrees:fence.gates.gingko, extratrees:fence.gates.fireproof.gingko, extratrees:fence.gates.pinkivory, extratrees:fence.gates.fireproof.pinkivory, extratrees:fence.gates.banana, extratrees:fence.gates.fireproof.banana, extratrees:doors.apple, extratrees:doors.fig, extratrees:doors.butternut, extratrees:doors.whitebeam, extratrees:doors.rowan, extratrees:doors.hemlock, extratrees:doors.ash, extratrees:doors.alder, extratrees:doors.beech, extratrees:doors.hawthorn, extratrees:doors.banana, extratrees:doors.yew, extratrees:doors.cypress, extratrees:doors.fir, extratrees:doors.hazel, extratrees:doors.hickory, extratrees:doors.elm, extratrees:doors.elder, extratrees:doors.holly, extratrees:doors.hornbeam, extratrees:doors.cedar, extratrees:doors.olive, extratrees:doors.sweetgum, extratrees:doors.locust, extratrees:doors.pear, extratrees:doors.maclura, extratrees:doors.brazilwood, extratrees:doors.logwood, extratrees:doors.rosewood, extratrees:doors.purpleheart, extratrees:doors.iroko, extratrees:doors.gingko, extratrees:doors.eucalyptus, extratrees:doors.box, extratrees:doors.syzgium, extratrees:doors.pinkivory, extratrees:leaves.default.0, extratrees:leaves.default.1, extratrees:leaves.default.2, extratrees:leaves.default.3, extratrees:leaves.default.4, extratrees:leaves.default.5, extratrees:leaves.default.6, extratrees:leaves.default.7, extratrees:leaves.default.8, extratrees:leaves.default.9, extratrees:leaves.default.10, extratrees:leaves.default.11, extratrees:leaves.default.12, extratrees:leaves.default.13, extratrees:leaves.default.14, extratrees:leaves.default.15, extratrees:leaves.default.16, extratrees:leaves.default.17, extratrees:leaves.default.18, extratrees:leaves.default.19, extratrees:leaves.default.20, extratrees:leaves.default.21, extratrees:leaves.default.22, extratrees:leaves.default.23, extratrees:leaves.default.24, extratrees:leaves.default.fruit.0, extratrees:leaves.default.fruit.1, extratrees:leaves.default.fruit.2, extratrees:leaves.default.fruit.3, extratrees:leaves.default.fruit.4, extratrees:leaves.default.fruit.5, extratrees:leaves.default.fruit.6, extratrees:leaves.default.fruit.7, extratrees:leaves.default.fruit.8, extratrees:leaves.default.fruit.9, extratrees:leaves.default.fruit.10, extratrees:leaves.default.fruit.11, extratrees:leaves.default.fruit.12, extratrees:leaves.default.fruit.13, extratrees:leaves.default.fruit.14, extratrees:leaves.decorative.0, extratrees:leaves.decorative.1, extratrees:leaves.decorative.2, extratrees:leaves.decorative.3, extratrees:leaves.decorative.4, extratrees:leaves.decorative.5, extratrees:leaves.decorative.6, extratrees:binnie.juice.apple, extratrees:binnie.juice.apricot, extratrees:binnie.juice.banana, extratrees:binnie.juice.cherry, extratrees:binnie.juice.elderberry, extratrees:binnie.juice.lemon, extratrees:binnie.juice.lime, extratrees:binnie.juice.orange, extratrees:binnie.juice.peach, extratrees:binnie.juice.plum, extratrees:binnie.juice.carrot, extratrees:binnie.juice.tomato, extratrees:binnie.juice.cranberry, extratrees:binnie.juice.grapefruit, extratrees:binnie.juice.olive, extratrees:binnie.juice.pineapple, extratrees:binnie.juice.pear, extratrees:binnie.juice.white.grape, extratrees:binnie.juice.red.grape, extratrees:binnie.cider.apple, extratrees:binnie.wine.apricot, extratrees:binnie.wine.banana, extratrees:binnie.wine.cherry, extratrees:binnie.wine.elderberry, extratrees:binnie.cider.peach, extratrees:binnie.ciderpear, extratrees:binnie.wine.plum, extratrees:binnie.wine.carrot, extratrees:binnie.wine.white, extratrees:binnie.wine.red, extratrees:binnie.wine.sparkling, extratrees:binnie.wine.agave, extratrees:binnie.fermented.potatoes, extratrees:binnie.wine.citrus, extratrees:binnie.wine.cranberry, extratrees:binnie.wine.pineapple, extratrees:binnie.wine.tomato, extratrees:binnie.juice, extratrees:binnie.beer.ale, extratrees:binnie.beer.lager, extratrees:binnie.beer.wheat, extratrees:binnie.beer.rye, extratrees:binnie.beer.corn, extratrees:binnie.beer.stout, extratrees:binnie.mash.grain, extratrees:binnie.mash.wheat, extratrees:binnie.mash.rye, extratrees:binnie.mash.corn, extratrees:binnie.spirit.neutral, extratrees:binnie.vodka, extratrees:binnie.rum.white, extratrees:binnie.rum.dark, extratrees:binnie.whiskey, extratrees:binnie.whiskey.corn, extratrees:binnie.whiskey.rye, extratrees:binnie.whiskey.wheat, extratrees:binnie.wine.fortified, extratrees:binnie.tequila, extratrees:binnie.brandy.grape, extratrees:binnie.brandy.apple, extratrees:binnie.brandy.pear, extratrees:binnie.brandy.apricot, extratrees:binnie.brandy.plum, extratrees:binnie.brandy.cherry, extratrees:binnie.brandy.elderberry, extratrees:binnie.brandy.citrus, extratrees:binnie.brandy.fruit, extratrees:binnie.spirit.sugarcane, extratrees:binnie.spirit.gin, extratrees:binnie.liquor.apple, extratrees:binnie.liquor.pear, extratrees:binnie.liquor.cherry, extratrees:binnie.liquor.elderberry, extratrees:binnie.liquor.apricot, extratrees:binnie.liquor.fruit, extratrees:binnie.liqueur.almond, extratrees:binnie.liqueur.orange, extratrees:binnie.liqueur.banana, extratrees:binnie.liqueur.chocolate, extratrees:binnie.liqueur.mint, extratrees:binnie.liqueur.hazelnut, extratrees:binnie.liqueur.cinnamon, extratrees:binnie.liqueur.coffee, extratrees:binnie.liqueur.melon, extratrees:binnie.liqueur.anise, extratrees:binnie.liqueur.peach, extratrees:binnie.liqueur.lemon, extratrees:binnie.liqueur.herbal, extratrees:binnie.liqueur.cherry, extratrees:binnie.liqueur.blackcurrant, extratrees:binnie.liqueur.blackberry, extratrees:binnie.liqueur.raspberry, hammercore:lying_item, hammercore:multipart, careerbees:flower_pedastal, extrautils2:enderlilly, extrautils2:redorchid, extrautils2:ironwood_leaves, extrautils2:ironwood_sapling, forgemultipartcbe:multipart_block, gendustry:mutagen, gendustry:liquiddna, gendustry:protein, mysticalagradditions:molten_soulium, mysticalagradditions:molten_base_essence, mysticalagradditions:molten_inferium, mysticalagradditions:molten_prudentium, mysticalagradditions:molten_intermedium, mysticalagradditions:molten_superium, mysticalagradditions:molten_supremium, nuclearcraft:reactor_door, nuclearcraft:block_ice, nuclearcraft:glowing_mushroom, nuclearcraft:fluid_oxygen, nuclearcraft:fluid_hydrogen, nuclearcraft:fluid_deuterium, nuclearcraft:fluid_tritium, nuclearcraft:fluid_helium3, nuclearcraft:fluid_helium, nuclearcraft:fluid_liquidhelium, nuclearcraft:fluid_liquid_nitrogen, nuclearcraft:fluid_neutron, nuclearcraft:fluid_ethanol, nuclearcraft:fluid_methanol, nuclearcraft:fluid_radaway, nuclearcraft:fluid_radaway_slow, nuclearcraft:fluid_nitrogen, nuclearcraft:fluid_fluorine, nuclearcraft:fluid_carbon_dioxide, nuclearcraft:fluid_carbon_monoxide, nuclearcraft:fluid_ethene, nuclearcraft:fluid_fluoromethane, nuclearcraft:fluid_ammonia, nuclearcraft:fluid_oxygen_difluoride, nuclearcraft:fluid_diborane, nuclearcraft:fluid_sulfur_dioxide, nuclearcraft:fluid_sulfur_trioxide, nuclearcraft:fluid_hydrofluoric_acid, nuclearcraft:fluid_boric_acid, nuclearcraft:fluid_sulfuric_acid, nuclearcraft:fluid_boron_nitride_solution, nuclearcraft:fluid_fluorite_water, nuclearcraft:fluid_calcium_sulfate_solution, nuclearcraft:fluid_sodium_fluoride_solution, nuclearcraft:fluid_potassium_fluoride_solution, nuclearcraft:fluid_sodium_hydroxide_solution, nuclearcraft:fluid_potassium_hydroxide_solution, nuclearcraft:fluid_borax_solution, nuclearcraft:fluid_chocolate_liquor, nuclearcraft:fluid_cocoa_butter, nuclearcraft:fluid_unsweetened_chocolate, nuclearcraft:fluid_dark_chocolate, nuclearcraft:fluid_milk_chocolate, nuclearcraft:fluid_sugar, nuclearcraft:fluid_gelatin, nuclearcraft:fluid_hydrated_gelatin, nuclearcraft:fluid_marshmallow, nuclearcraft:fluid_milk, nuclearcraft:fluid_high_pressure_steam, nuclearcraft:fluid_exhaust_steam, nuclearcraft:fluid_low_pressure_steam, nuclearcraft:fluid_low_quality_steam, nuclearcraft:fluid_preheated_water, nuclearcraft:fluid_condensate_water, nuclearcraft:fluid_nak, nuclearcraft:fluid_sic_vapor, rustic:olive_oil, rustic:ironberry_juice, rustic:wildberry_juice, rustic:grape_juice, rustic:apple_juice, rustic:ale_wort, rustic:honey, rustic:leaves, rustic:sapling, rustic:fence_gate_olive, rustic:fence_gate_ironwood, rustic:tomato_crop, rustic:chili_crop, rustic:wildberry_bush, rustic:grape_stem, rustic:grape_leaves, rustic:apple_seeds, rustic:sapling_apple, rustic:leaves_apple, rustic:olive_door, rustic:ironwood_door, rustic:aloe_vera, rustic:blood_orchid, rustic:chamomile, rustic:cloudsbluff, rustic:cohosh, rustic:core_root, rustic:deathstalk_mushroom, rustic:ginseng, rustic:horsetail, rustic:marsh_mallow, rustic:mooncap_mushroom, rustic:wind_thistle, malisisdoors:wood_sliding_door, malisisdoors:iron_sliding_door, malisisdoors:jail_door, malisisdoors:laboratory_door, malisisdoors:factory_door, malisisdoors:shoji_door, malisisdoors:curtain_white, malisisdoors:curtain_orange, malisisdoors:curtain_magenta, malisisdoors:curtain_light_blue, malisisdoors:curtain_yellow, malisisdoors:curtain_lime, malisisdoors:curtain_pink, malisisdoors:curtain_gray, malisisdoors:curtain_silver, malisisdoors:curtain_cyan, malisisdoors:curtain_purple, malisisdoors:curtain_blue, malisisdoors:curtain_brown, malisisdoors:curtain_green, malisisdoors:curtain_red, malisisdoors:curtain_black, malisisdoors:customdoor, malisisdoors:saloon, malisisdoors:camofencegate, malisisdoors:verticalhatch, malisisdoors:big_door_oak_3x3, malisisdoors:big_door_spruce_3x3, malisisdoors:big_door_birch_3x3, malisisdoors:big_door_jungle_3x3, malisisdoors:big_door_acacia_3x3, malisisdoors:big_door_dark_oak_3x3, malisisdoors:big_door_iron_3x3, malisisdoors:big_door_rusty_3x3, taiga:molten_basalt_fluid, taiga:molten_tiberium_fluid, taiga:molten_aurorium_fluid, taiga:molten_prometheum_fluid, taiga:molten_duranite_fluid, taiga:molten_valyrium_fluid, taiga:molten_vibranium_fluid, taiga:molten_karmesine_fluid, taiga:molten_jauxum_fluid, taiga:molten_ovium_fluid, taiga:molten_terrax_fluid, taiga:molten_palladium_fluid, taiga:molten_uru_fluid, taiga:molten_osram_fluid, taiga:molten_abyssum_fluid, taiga:molten_eezo_fluid, taiga:molten_triberium_fluid, taiga:molten_fractum_fluid, taiga:molten_violium_fluid, taiga:molten_proxii_fluid, taiga:molten_tritonite_fluid, taiga:molten_ignitz_fluid, taiga:molten_imperomite_fluid, taiga:molten_solarium_fluid, taiga:molten_nihilite_fluid, taiga:molten_adamant_fluid, taiga:molten_dyonite_fluid, taiga:molten_nucleum_fluid, taiga:molten_lumix_fluid, taiga:molten_seismum_fluid, taiga:molten_astrium_fluid, taiga:molten_niob_fluid, taiga:molten_yrdeen_fluid, taiga:molten_iox_fluid, taiga:molten_meteorite_fluid, taiga:molten_obsidiorite_fluid, taiga:molten_magma_fluid, taiga:molten_nitronite_fluid, taiga:molten_dilithium_fluid, plustic:plustic.molten_alumite, plustic:plustic.molten_osmium, plustic:plustic.molten_refinedobsidian, plustic:plustic.molten_refinedglowstone, plustic:plustic.molten_osgloglas, plustic:plustic.molten_osmiridium, plustic:plustic.molten_terrasteel, plustic:plustic.molten_elementium, plustic:plustic.molten_manasteel, plustic:plustic.molten_mirion, plustic:plustic.molten_infinity, plustic:plustic.molten_desh, plustic:plustic.molten_starmetal, openblocks:flag, openblocks:paint_can, projectred-exploration:stone_wall, sgcraft:ocinterface, thermalcultivation:soil, appliedenergistics2:tiny_tnt, twilightforest:twilight_leaves, twilightforest:cicada, twilightforest:twilight_plant, twilightforest:twilight_sapling, twilightforest:magic_leaves, twilightforest:trophy, twilightforest:twilight_leaves_3, twilightforest:uberous_soil, twilightforest:huge_mushgloom, twilightforest:trollvidr, twilightforest:unripe_trollber, twilightforest:trollber, twilightforest:huge_lilypad, twilightforest:huge_waterlily, twilightforest:castle_unlock, twilightforest:auroralized_glass, twilightforest:twilight_oak_door, twilightforest:twilight_oak_gate, twilightforest:canopy_door, twilightforest:canopy_gate, twilightforest:mangrove_door, twilightforest:mangrove_gate, twilightforest:dark_door, twilightforest:dark_gate, twilightforest:time_door, twilightforest:time_gate, twilightforest:trans_door, twilightforest:trans_gate, twilightforest:mine_door, twilightforest:mine_gate, twilightforest:sort_door, twilightforest:sort_gate, tconstruct:slime_grass, tconstruct:slime_leaves, tconstruct:slime_grass_tall, tconstruct:slime_sapling, tconstruct:slime_vine_blue_end, tconstruct:slime_vine_blue_mid, tconstruct:slime_vine_blue, tconstruct:slime_vine_purple_end, tconstruct:slime_vine_purple_mid, tconstruct:slime_vine_purple, tconstruct:wood_rail, tconstruct:wood_rail_trapdoor, tconstruct:slime_channel, tconstruct:molten_iron, tconstruct:molten_pigiron, tconstruct:molten_knightslime, tconstruct:molten_alubrass, tconstruct:molten_cobalt, tconstruct:molten_ardite, tconstruct:molten_manyullyn, tconstruct:molten_copper, tconstruct:molten_bronze, tconstruct:molten_lead, tconstruct:molten_silver, tconstruct:molten_electrum, tconstruct:molten_steel, tconstruct:molten_gold, tconstruct:molten_brass, tconstruct:molten_tin, tconstruct:molten_nickel, tconstruct:molten_zinc, tconstruct:molten_aluminum, tconstruct:molten_bloodarsenal.molten_blood_infused_iron, tconstruct:molten_dragonsteel_fire, tconstruct:molten_dragonsteel_ice, tconstruct:molten_thorium, tconstruct:molten_magnesium, tconstruct:molten_invar, tconstruct:molten_iridium, tconstruct:molten_lumium, tconstruct:molten_signalum, tconstruct:molten_platinum, tconstruct:molten_enderium, tconstruct:molten_stone, tconstruct:molten_obsidian, tconstruct:molten_clay, tconstruct:molten_dirt, tconstruct:molten_emerald, tconstruct:molten_glass, tconstruct:blood, tconstruct:milk, tconstruct:blueslime, tconstruct:purpleslime, tconstruct:slime, botania:flower, botania:specialflower, botania:shinyflower, botania:solidvine, botania:buriedpetals, botania:redstringfertilizer, botania:mushroom, botania:doubleflower1, botania:doubleflower2, botania:fakeair, botania:ghostrail, botania:lightrelay, botania:cellblock, botania:teruterubozu, natura:overworld_leaves, natura:overworld_leaves2, natura:redwood_leaves, natura:overworld_sapling, natura:overworld_sapling2, natura:redwood_sapling, natura:bluebells_flower, natura:overworld_berrybush_raspberry, natura:overworld_berrybush_blueberry, natura:overworld_berrybush_blackberry, natura:overworld_berrybush_maloberry, natura:barley_crop, natura:cotton_crop, natura:overworld_door_eucalyptus, natura:overworld_door_hopseed, natura:overworld_door_sakura, natura:overworld_door_redwood, natura:overworld_door_redwood_bark, natura:overworld_door_tiger, natura:overworld_door_maple, natura:overworld_door_silverbell, natura:saguaro, natura:saguaro_baby, natura:nether_leaves, natura:nether_leaves2, natura:nether_sapling, natura:nether_sapling2, natura:nether_thorn_vines, natura:nether_berrybush_blightberry, natura:nether_berrybush_duskberry, natura:nether_berrybush_skyberry, natura:nether_berrybush_stingberry, natura:nether_glowshroom, natura:nether_door_ghostwood, natura:nether_door_bloodwood, natura:nether_door_darkwood, natura:nether_door_fusewood, natura:blaze_rail, natura:blaze_rail_golden, natura:blaze_rail_activator, natura:blaze_rail_detector, natura:maple_fence_gate, natura:silverbell_fence_gate, natura:amaranth_fence_gate, natura:tiger_fence_gate, natura:willow_fence_gate, natura:eucalyptus_fence_gate, natura:hopseed_fence_gate, natura:sakura_fence_gate, natura:redwood_fence_gate, natura:ghostwood_fence_gate, natura:bloodwood_fence_gate, natura:fusewood_fence_gate, natura:darkwood_fence_gate, quark:gunpowder_block, quark:black_ash, quark:roots, quark:roots_blue_flower, quark:roots_black_flower, quark:roots_white_flower, quark:variant_leaves, quark:variant_sapling, quark:glowshroom, quark:nether_brick_fence_gate, quark:redstone_randomizer, quark:color_slime, quark:redstone_inductor, bloodmagic:spectral, bloodmagic:phantom, bloodmagic:life_essence, bloodarsenal:blood_infused_wooden_fence_gate, bloodarsenal:block_blood_burned_string, bloodarsenal:refined_life_essence, bonsaitrees:bonsaipot, ceramics:clay_bucket_block, opframe:littleopframe, darkutils:fake_tnt, darkutils:ender_tether, darkutils:slime_dyed, dungeontactics:flower_sanguine, dungeontactics:flower_xp, dungeontactics:flower_bramble, dungeontactics:flower_bark, dungeontactics:flower_cinder, dungeontactics:flower_tangle, dungeontactics:flower_ailment, dungeontactics:flower_fade, dungeontactics:flower_feather, dungeontactics:bush_cherrybomb, dungeontactics:bush_incindiberry, dungeontactics:bush_glowcurrent, evilcraft:block_blood, evilcraft:lightning_bomb, evilcraft:undead_leaves, evilcraft:undead_sapling, evilcraft:block_poison, mekanism:obsidiantnt, mekanism:plasticfence, immersiveengineering:hemp, immersiveengineering:fake_light, immersiveengineering:fluidcreosote, immersiveengineering:fluidplantoil, immersiveengineering:fluidethanol, immersiveengineering:fluidbiodiesel, immersiveengineering:fluidconcrete, immersiveengineering:molten_uranium, immersiveengineering:molten_constantan, galacticraftcore:crude_oil_still, galacticraftcore:fuel, galacticraftcore:unlit_torch, galacticraftcore:breatheable_air, galacticraftplanets:cavern_vines, galacticraftplanets:spacewart, galacticraftplanets:sulphuric_acid, galacticraftplanets:web_torch, extraplanets:frozen_nitrogen, extraplanets:kepler22b_grass, extraplanets:kepler22b_blue_grass, extraplanets:kepler22b_purple_grass, extraplanets:kepler22b_red_grass, extraplanets:kepler22b_yellow_grass, extraplanets:kepler22b_infected_grass, extraplanets:kepler22b_flowers, extraplanets:nuclear_bomb, extraplanets:fire_bomb, extraplanets:white_sugar_cane, extraplanets:kepler22b_maple_saplings, extraplanets:kepler22b_new_maple_leaves, extraplanets:kepler22b_new_maple_leaves_2, extraplanets:kepler22b_planks, extraplanets:magma, extraplanets:nitrogen, extraplanets:frozen_water, extraplanets:salt, extraplanets:radioactive_water, extraplanets:clean_water, extraplanets:infected_water, extraplanets:methane, extraplanets:nitrogen_ice, extraplanets:liquid_hydrocarbon, extraplanets:liquid_chocolate, extraplanets:liquid_caramel, bigreactors:yellorium, bigreactors:cyanite, cfm:white_gate, cfm:tv, cfm:door_bell, cfm:door_bell_spruce, cfm:door_bell_birch, cfm:door_bell_jungle, cfm:door_bell_acacia, cfm:door_bell_dark_oak, cfm:mirror, cfm:modern_window, cfm:light_switch_off, cfm:light_switch_on, cfm:photo_frame, cfm:upgraded_fence_oak, cfm:upgraded_fence_spruce, cfm:upgraded_fence_birch, cfm:upgraded_fence_jungle, cfm:upgraded_fence_acacia, cfm:upgraded_fence_dark_oak, cfm:upgraded_fence_nether_brick, cfm:upgraded_gate_oak, cfm:upgraded_gate_spruce, cfm:upgraded_gate_birch, cfm:upgraded_gate_jungle, cfm:upgraded_gate_acacia, cfm:upgraded_gate_dark_oak, cfm:castle_netting, iceandfire:fire_lily, iceandfire:frost_lily, iceandfire:myrmex_desert_biolight, iceandfire:myrmex_jungle_biolight, integrateddynamics:part_audio_reader_block, integrateddynamics:part_block_reader_block, integrateddynamics:part_entity_reader_block, integrateddynamics:part_extradimensional_reader_block, integrateddynamics:part_fluid_reader_block, integrateddynamics:part_inventory_reader_block, integrateddynamics:part_machine_reader_block, integrateddynamics:part_network_reader_block, integrateddynamics:part_redstone_reader_block, integrateddynamics:part_world_reader_block, integrateddynamics:part_audio_writer_block, integrateddynamics:part_effect_writer_block, integrateddynamics:part_entity_writer_block, integrateddynamics:part_machine_writer_block, integrateddynamics:part_inventory_writer_block, integrateddynamics:part_redstone_writer_block, integrateddynamics:part_static_light_panel_block, integrateddynamics:part_dynamic_light_panel_block, integrateddynamics:part_display_panel_block, integrateddynamics:part_connector_mono_directional_block, integrateddynamics:part_connector_omni_directional_block, integrateddynamics:menril_leaves, integrateddynamics:menril_sapling, integrateddynamics:block_menril_resin, integrateddynamics:menril_door, integrateddynamics:block_liquid_chorus, integratedtunnels:part_interface_energy_block, integratedtunnels:part_importer_energy_block, integratedtunnels:part_exporter_energy_block, integratedtunnels:part_importer_world_energy_block, integratedtunnels:part_exporter_world_energy_block, integratedtunnels:part_interface_item_block, integratedtunnels:part_importer_item_block, integratedtunnels:part_exporter_item_block, integratedtunnels:part_importer_world_item_block, integratedtunnels:part_exporter_world_item_block, integratedtunnels:part_interface_fluid_block, integratedtunnels:part_importer_fluid_block, integratedtunnels:part_exporter_fluid_block, integratedtunnels:part_importer_world_fluid_block, integratedtunnels:part_exporter_world_fluid_block, integratedtunnels:part_importer_world_block_block, integratedtunnels:part_exporter_world_block_block, integratedtunnels:part_player_simulator_block, mysticalagriculture:tier1_inferium_crop, mysticalagriculture:tier2_inferium_crop, mysticalagriculture:tier3_inferium_crop, mysticalagriculture:tier4_inferium_crop, mysticalagriculture:tier5_inferium_crop, mysticalagriculture:stone_crop, mysticalagriculture:dirt_crop, mysticalagriculture:nature_crop, mysticalagriculture:wood_crop, mysticalagriculture:water_crop, mysticalagriculture:ice_crop, mysticalagriculture:fire_crop, mysticalagriculture:dye_crop, mysticalagriculture:nether_crop, mysticalagriculture:coal_crop, mysticalagriculture:iron_crop, mysticalagriculture:nether_quartz_crop, mysticalagriculture:glowstone_crop, mysticalagriculture:redstone_crop, mysticalagriculture:obsidian_crop, mysticalagriculture:gold_crop, mysticalagriculture:lapis_lazuli_crop, mysticalagriculture:end_crop, mysticalagriculture:experience_crop, mysticalagriculture:diamond_crop, mysticalagriculture:emerald_crop, mysticalagriculture:zombie_crop, mysticalagriculture:slime_crop, mysticalagriculture:skeleton_crop, mysticalagriculture:creeper_crop, mysticalagriculture:spider_crop, mysticalagriculture:rabbit_crop, mysticalagriculture:guardian_crop, mysticalagriculture:blaze_crop, mysticalagriculture:ghast_crop, mysticalagriculture:enderman_crop, mysticalagriculture:wither_skeleton_crop, mysticalagriculture:rubber_crop, mysticalagriculture:silicon_crop, mysticalagriculture:sulfur_crop, mysticalagriculture:aluminum_crop, mysticalagriculture:copper_crop, mysticalagriculture:saltpeter_crop, mysticalagriculture:tin_crop, mysticalagriculture:bronze_crop, mysticalagriculture:zinc_crop, mysticalagriculture:brass_crop, mysticalagriculture:silver_crop, mysticalagriculture:lead_crop, mysticalagriculture:graphite_crop, mysticalagriculture:steel_crop, mysticalagriculture:nickel_crop, mysticalagriculture:constantan_crop, mysticalagriculture:electrum_crop, mysticalagriculture:invar_crop, mysticalagriculture:mithril_crop, mysticalagriculture:tungsten_crop, mysticalagriculture:titanium_crop, mysticalagriculture:uranium_crop, mysticalagriculture:chrome_crop, mysticalagriculture:platinum_crop, mysticalagriculture:ruby_crop, mysticalagriculture:sapphire_crop, mysticalagriculture:peridot_crop, mysticalagriculture:blizz_crop, mysticalagriculture:blitz_crop, mysticalagriculture:basalz_crop, mysticalagriculture:signalum_crop, mysticalagriculture:lumium_crop, mysticalagriculture:enderium_crop, mysticalagriculture:hop_graphite_crop, mysticalagriculture:aluminum_brass_crop, mysticalagriculture:knightslime_crop, mysticalagriculture:ardite_crop, mysticalagriculture:cobalt_crop, mysticalagriculture:manyullyn_crop, mysticalagriculture:mystical_flower_crop, mysticalagriculture:manasteel_crop, mysticalagriculture:elementium_crop, mysticalagriculture:terrasteel_crop, mysticalagriculture:osmium_crop, mysticalagriculture:glowstone_ingot_crop, mysticalagriculture:refined_obsidian_crop, mysticalagriculture:marble_crop, mysticalagriculture:limestone_crop, mysticalagriculture:basalt_crop, mysticalagriculture:apatite_crop, mysticalagriculture:electrotine_crop, mysticalagriculture:alumite_crop, mysticalagriculture:steeleaf_crop, mysticalagriculture:ironwood_crop, mysticalagriculture:knightmetal_crop, mysticalagriculture:fiery_ingot_crop, mysticalagriculture:meteoric_iron_crop, mysticalagriculture:thorium_crop, mysticalagriculture:boron_crop, mysticalagriculture:lithium_crop, mysticalagriculture:magnesium_crop, mysticalagriculture:black_quartz_crop, mysticalagriculture:menril_crop, mysticalagriculture:aquamarine_crop, mysticalagriculture:starmetal_crop, mysticalagriculture:rock_crystal_crop, mysticalagriculture:ender_biotite_crop, mysticalagriculture:slate_crop, mysticalagriculture:dark_gem_crop, mysticalagriculture:compressed_iron_crop, mysticalagriculture:draconium_crop, mysticalagriculture:sky_stone_crop, mysticalagriculture:certus_quartz_crop, mysticalagriculture:fluix_crop, mysticalagriculture:quartz_enriched_iron_crop, mysticalagradditions:tier6_inferium_crop, mysticalagradditions:nether_star_crop, mysticalagradditions:dragon_egg_crop, mysticalagradditions:awakened_draconium_crop, mysticalagradditions:neutronium_crop, rftools:machine_frame, rftools:machine_base, rftools:support_block, rftools:shield_template_block, valoegheses_be:sapling_oasis_palm, valoegheses_be:leaves_oasis_palm, valoegheses_be:tnt_true, valoegheses_be:leaves_forest_evil, valoegheses_be:sapling_forest_evil, valoegheses_be:sapling_pine_bluff, valoegheses_be:leaves_pine_bluff, valoegheses_be:shrub_dune, valoegheses_be:shrub_dune_large, valoegheses_be:sapling_ocean_palm, valoegheses_be:leaves_ocean_palm, valoegheses_be:sapling_date_palm, valoegheses_be:leaves_date_palm, valoegheses_be:leaves_pohutukawa, valoegheses_be:leaves_pohutukawa_bud, valoegheses_be:leaves_pohutukawa_flower, valoegheses_be:sapling_pohutukawa, valoegheses_be:sapling_manuka, valoegheses_be:leaves_manuka, valoegheses_be:sapling_island_palm, valoegheses_be:leaves_island_palm, valoegheses_be:bush_small, valoegheses_be:leafcarpet_oak, valoegheses_be:leafcarpet_spruce, valoegheses_be:sapling_peach_homozygous_dominant, valoegheses_be:sapling_peach_heterozygous_0, valoegheses_be:sapling_peach_heterozygous_1, valoegheses_be:sapling_peach_homozygous_reccessive, valoegheses_be:leaves_peach_homozygous_dominant, valoegheses_be:leaves_peach_heterozygous_0, valoegheses_be:leaves_peach_heterozygous_1, valoegheses_be:leaves_peach_homozygous_reccessive, valoegheses_be:sapling_plum, valoegheses_be:leaves_plum, pneumaticcraft:fluid.lubricant, pneumaticcraft:fluid.lpg, pneumaticcraft:fluid.kerosene, pneumaticcraft:fluid.plastic, pneumaticcraft:fluid.etchacid, pneumaticcraft:fluid.diesel, pneumaticcraft:drone_redstone_emitter, pneumaticcraft:kerosene_lamp_light, pneumaticcraft:fake_ice, mowziesmobs:grottol, nex:thornstalk, nex:elder_mushroom, nex:ichor, nex:quartz_fence_gate, nex:nether_brick_fence_gate, nex:red_nether_brick_fence_gate, nex:basalt_fence_gate, nex:basalt_smooth_fence_gate, nex:basalt_brick_fence_gate, nex:basalt_pillar_fence_gate, nex:fiery_nether_brick_fence_gate, nex:icy_nether_brick_fence_gate, nex:lively_nether_brick_fence_gate, nex:gloomy_nether_brick_fence_gate, rockhounding_chemistry:toxic_cloud, rockhounding_chemistry:fluid.molten_zircaloy, rockhounding_chemistry:fluid.sodium_cyanide, rockhounding_chemistry:fluid.nitric_acid, rockhounding_chemistry:fluid.molten_nial, rockhounding_chemistry:fluid.virgin_water, rockhounding_chemistry:fluid.raw_flue_gas, rockhounding_chemistry:fluid.molten_bam, rockhounding_chemistry:fluid.molten_cube, rockhounding_chemistry:fluid.molten_cupronickel, rockhounding_chemistry:fluid.molten_stellite, rockhounding_chemistry:fluid.refined_air, rockhounding_chemistry:fluid.raw_syngas, rockhounding_chemistry:fluid.molten_hydronalium, rockhounding_chemistry:fluid.molten_hastelloy, rockhounding_chemistry:fluid.toxic_sludge, rockhounding_chemistry:fluid.acrylic_acid, rockhounding_chemistry:fluid.liquid_oxygen, rockhounding_chemistry:fluid.sodium_hydroxide, rockhounding_chemistry:fluid.chloromethane, rockhounding_chemistry:fluid.molten_scal, rockhounding_chemistry:fluid.mother_liquor, rockhounding_chemistry:fluid.water_vapour, rockhounding_chemistry:fluid.toxic_waste, rockhounding_chemistry:fluid.organic_slurry, rockhounding_chemistry:fluid.krypton, rockhounding_chemistry:fluid.coal_slurry, rockhounding_chemistry:fluid.cooled_air, rockhounding_chemistry:fluid.coal_tar, rockhounding_chemistry:fluid.syngas, rockhounding_chemistry:fluid.dense_brine, rockhounding_chemistry:fluid.leachate, rockhounding_chemistry:fluid.salt_brine, rockhounding_chemistry:fluid.molten_vanasteel, rockhounding_chemistry:fluid.flue_gas, rockhounding_chemistry:fluid.molten_corten, rockhounding_chemistry:fluid.neon, rockhounding_chemistry:fluid.xenon, rockhounding_chemistry:fluid.molten_tantaloy, rockhounding_chemistry:fluid.molten_inconel, rockhounding_chemistry:fluid.molten_titanium, rockhounding_chemistry:fluid.silicone, rockhounding_chemistry:fluid.molten_vanadium, rockhounding_chemistry:fluid.hydrochloric_acid, rockhounding_chemistry:fluid.liquid_ammonia, rockhounding_chemistry:fluid.molten_pewter, rockhounding_chemistry:fluid.molten_nimonic, rockhounding_chemistry:fluid.compressed_air, rockhounding_chemistry:fluid.molten_cunife, rockhounding_chemistry:fluid.molten_nichrome, stevescarts:blockjunction, stevescarts:blockadvdetector, traverse:red_autumnal_leaves, traverse:red_autumnal_sapling, traverse:brown_autumnal_leaves, traverse:brown_autumnal_sapling, traverse:orange_autumnal_leaves, traverse:orange_autumnal_sapling, traverse:yellow_autumnal_leaves, traverse:yellow_autumnal_sapling, traverse:fir_leaves, traverse:fir_sapling, traverse:fir_fence_gate, traverse:fir_door, traverse:dead_grass, traverse:cold_grass, actuallyadditions:block_canola_oil, actuallyadditions:block_refined_canola_oil, actuallyadditions:block_crystal_oil, actuallyadditions:block_empowered_oil, actuallyadditions:block_black_lotus, actuallyadditions:block_rice, actuallyadditions:block_canola, actuallyadditions:block_flax, actuallyadditions:block_coffee, actuallyadditions:block_wild, harvestcraft:pamblackberrycrop, harvestcraft:pamblueberrycrop, harvestcraft:pamcandleberrycrop, harvestcraft:pamraspberrycrop, harvestcraft:pamstrawberrycrop, harvestcraft:pamcactusfruitcrop, harvestcraft:pamasparaguscrop, harvestcraft:pambarleycrop, harvestcraft:pamoatscrop, harvestcraft:pamryecrop, harvestcraft:pamcorncrop, harvestcraft:pambambooshootcrop, harvestcraft:pamcantaloupecrop, harvestcraft:pamcucumbercrop, harvestcraft:pamwintersquashcrop, harvestcraft:pamzucchinicrop, harvestcraft:pambeetcrop, harvestcraft:pamonioncrop, harvestcraft:pamparsnipcrop, harvestcraft:pampeanutcrop, harvestcraft:pamradishcrop, harvestcraft:pamrutabagacrop, harvestcraft:pamsweetpotatocrop, harvestcraft:pamturnipcrop, harvestcraft:pamrhubarbcrop, harvestcraft:pamcelerycrop, harvestcraft:pamgarliccrop, harvestcraft:pamgingercrop, harvestcraft:pamspiceleafcrop, harvestcraft:pamtealeafcrop, harvestcraft:pamcoffeebeancrop, harvestcraft:pammustardseedscrop, harvestcraft:pambroccolicrop, harvestcraft:pamcauliflowercrop, harvestcraft:pamleekcrop, harvestcraft:pamlettucecrop, harvestcraft:pamscallioncrop, harvestcraft:pamartichokecrop, harvestcraft:pambrusselsproutcrop, harvestcraft:pamcabbagecrop, harvestcraft:pamspinachcrop, harvestcraft:pamwhitemushroomcrop, harvestcraft:pambeancrop, harvestcraft:pamsoybeancrop, harvestcraft:pambellpeppercrop, harvestcraft:pamchilipeppercrop, harvestcraft:pameggplantcrop, harvestcraft:pamokracrop, harvestcraft:pampeascrop, harvestcraft:pamtomatocrop, harvestcraft:pamcottoncrop, harvestcraft:pampineapplecrop, harvestcraft:pamgrapecrop, harvestcraft:pamkiwicrop, harvestcraft:pamcranberrycrop, harvestcraft:pamricecrop, harvestcraft:pamseaweedcrop, harvestcraft:pamcurryleafcrop, harvestcraft:pamsesameseedscrop, harvestcraft:pamwaterchestnutcrop, harvestcraft:pamgigapicklecrop, harvestcraft:pamkalecrop, harvestcraft:pamagavecrop, harvestcraft:pamamaranthcrop, harvestcraft:pamarrowrootcrop, harvestcraft:pamcassavacrop, harvestcraft:pamchickpeacrop, harvestcraft:pamelderberrycrop, harvestcraft:pamflaxcrop, harvestcraft:pamgreengrapecrop, harvestcraft:pamhuckleberrycrop, harvestcraft:pamjicamacrop, harvestcraft:pamjutecrop, harvestcraft:pamkenafcrop, harvestcraft:pamkohlrabicrop, harvestcraft:pamlentilcrop, harvestcraft:pammilletcrop, harvestcraft:pammulberrycrop, harvestcraft:pamquinoacrop, harvestcraft:pamsisalcrop, harvestcraft:pamtarocrop, harvestcraft:date_sapling, harvestcraft:pamdate, harvestcraft:papaya_sapling, harvestcraft:pampapaya, harvestcraft:cherry_sapling, harvestcraft:pamcherry, harvestcraft:fig_sapling, harvestcraft:pamfig, harvestcraft:soursop_sapling, harvestcraft:pamsoursop, harvestcraft:dragonfruit_sapling, harvestcraft:pamdragonfruit, harvestcraft:rambutan_sapling, harvestcraft:pamrambutan, harvestcraft:jackfruit_sapling, harvestcraft:pamjackfruit, harvestcraft:passionfruit_sapling, harvestcraft:pampassionfruit, harvestcraft:apple_sapling, harvestcraft:pamapple, harvestcraft:lemon_sapling, harvestcraft:pamlemon, harvestcraft:pear_sapling, harvestcraft:pampear, harvestcraft:olive_sapling, harvestcraft:pamolive, harvestcraft:spiderweb_sapling, harvestcraft:pamspiderweb, harvestcraft:grapefruit_sapling, harvestcraft:pamgrapefruit, harvestcraft:pomegranate_sapling, harvestcraft:pampomegranate, harvestcraft:cashew_sapling, harvestcraft:pamcashew, harvestcraft:vanillabean_sapling, harvestcraft:pamvanillabean, harvestcraft:starfruit_sapling, harvestcraft:pamstarfruit, harvestcraft:banana_sapling, harvestcraft:pambanana, harvestcraft:plum_sapling, harvestcraft:pamplum, harvestcraft:avocado_sapling, harvestcraft:pamavocado, harvestcraft:pecan_sapling, harvestcraft:pampecan, harvestcraft:pistachio_sapling, harvestcraft:pampistachio, harvestcraft:hazelnut_sapling, harvestcraft:pamhazelnut, harvestcraft:lime_sapling, harvestcraft:pamlime, harvestcraft:peppercorn_sapling, harvestcraft:pampeppercorn, harvestcraft:almond_sapling, harvestcraft:pamalmond, harvestcraft:gooseberry_sapling, harvestcraft:pamgooseberry, harvestcraft:peach_sapling, harvestcraft:pampeach, harvestcraft:chestnut_sapling, harvestcraft:pamchestnut, harvestcraft:pawpaw_sapling, harvestcraft:pampawpaw, harvestcraft:coconut_sapling, harvestcraft:pamcoconut, harvestcraft:mango_sapling, harvestcraft:pammango, harvestcraft:apricot_sapling, harvestcraft:pamapricot, harvestcraft:orange_sapling, harvestcraft:pamorange, harvestcraft:walnut_sapling, harvestcraft:pamwalnut, harvestcraft:lychee_sapling, harvestcraft:pamlychee, harvestcraft:persimmon_sapling, harvestcraft:pampersimmon, harvestcraft:guava_sapling, harvestcraft:pamguava, harvestcraft:breadfruit_sapling, harvestcraft:pambreadfruit, harvestcraft:nutmeg_sapling, harvestcraft:pamnutmeg, harvestcraft:durian_sapling, harvestcraft:pamdurian, harvestcraft:tamarind_sapling, harvestcraft:pamtamarind, harvestcraft:cinnamon_sapling, harvestcraft:pamcinnamon, harvestcraft:maple_sapling, harvestcraft:pammaple, harvestcraft:paperbark_sapling, harvestcraft:pampaperbark, harvestcraft:beehive, harvestcraft:honey, harvestcraft:honeycomb, harvestcraft:pressedwax, harvestcraft:waxcomb, harvestcraft:aridgarden, harvestcraft:frostgarden, harvestcraft:shadedgarden, harvestcraft:soggygarden, harvestcraft:tropicalgarden, harvestcraft:windygarden, animania:block_seeds, animania:block_straw, architecturecraft:shape, astralsorcery:fluidblockliquidstarlight, astralsorcery:blockcustomflower, cyclicmagic:block_fragile, cyclicmagic:block_fragile_auto, cyclicmagic:block_fragile_weak, cyclicmagic:poison, cyclicmagic:amber, cyclicmagic:biomass, cyclicmagic:crystal, cyclicmagic:milk, cyclicmagic:doorbell_simple, cyclicmagic:button_large, cyclicmagic:sprout, cyclicmagic:apple, cyclicmagic:xpjuice, contenttweaker:whiteessence, contenttweaker:crystalline, contenttweaker:essenceotg, contenttweaker:boost, contenttweaker:shibu, contenttweaker:darkessence, contenttweaker:vinegar, contenttweaker:rboost, contenttweaker:superglue, contenttweaker:cookingoil, giacomos_fishing_net:netwet, industrialforegoing:essence, industrialforegoing:milk, industrialforegoing:meat, industrialforegoing:latex, industrialforegoing:sewage, industrialforegoing:sludge, industrialforegoing:biofuel, industrialforegoing:if.pink_slime, industrialforegoing:if.protein, magicbees:enchanted_earth, ompd:camo_trap, usefulrailroads:rail_highspeed, usefulrailroads:rail_teleport, usefulrailroads:rail_direction, usefulrailroads:rail_intersection, blockcraftery:editable_door, blockcraftery:editable_door_reinforced, undergroundbiomes:igneous_stone_button_down, undergroundbiomes:igneous_stone_button_up, undergroundbiomes:igneous_stone_button_north, undergroundbiomes:igneous_stone_button_south, undergroundbiomes:igneous_stone_button_west, undergroundbiomes:igneous_stone_button_east, undergroundbiomes:igneous_cobble_button_down, undergroundbiomes:igneous_cobble_button_up, undergroundbiomes:igneous_cobble_button_north, undergroundbiomes:igneous_cobble_button_south, undergroundbiomes:igneous_cobble_button_west, undergroundbiomes:igneous_cobble_button_east, undergroundbiomes:metamorphic_stone_button_down, undergroundbiomes:metamorphic_stone_button_up, undergroundbiomes:metamorphic_stone_button_north, undergroundbiomes:metamorphic_stone_button_south, undergroundbiomes:metamorphic_stone_button_west, undergroundbiomes:metamorphic_stone_button_east, undergroundbiomes:metamorphic_cobble_button_down, undergroundbiomes:metamorphic_cobble_button_up, undergroundbiomes:metamorphic_cobble_button_north, undergroundbiomes:metamorphic_cobble_button_south, undergroundbiomes:metamorphic_cobble_button_west, undergroundbiomes:metamorphic_cobble_button_east, undergroundbiomes:sedimentary_stone_button_down, undergroundbiomes:sedimentary_stone_button_up, undergroundbiomes:sedimentary_stone_button_north, undergroundbiomes:sedimentary_stone_button_south, undergroundbiomes:sedimentary_stone_button_west, undergroundbiomes:sedimentary_stone_button_east, galacticraftcore:unlit_torch_stone } ] S:block_blacklist < minecraft:stone minecraft:dirt minecraft:sand minecraft:mycelium minecraft:leaves minecraft:leaves2 minecraft:snow_layer minecraft:ice minecraft:wooden_door minecraft:birch_door minecraft:spruce_door minecraft:jungle_door minecraft:acacia_door minecraft:dark_oak_door minecraft:fence_gate minecraft:birch_fence_gate minecraft:spruce_fence_gate minecraft:jungle_fence_gate minecraft:acacia_fence_gate minecraft:dark_oak_fence_gate minecraft:wheat minecraft:potatoes minecraft:carrots minecraft:nether_wart minecraft:pumpkin_stem minecraft:melon_stem minecraft:pumpkin minecraft:melon_block minecraft:reeds minecraft:cocoa minecraft:cactus minecraft:chorus_plant minecraft:chorus_flower minecraft:tallgrass minecraft:brown_mushroom minecraft:red_mushroom minecraft:yellow_flower minecraft:double_plant minecraft:deadbush > # Chance for you to lose 1 reputation when you break any block in a village that is not on the # "block_blacklist" while your reputation is low enough. # >> Double:[ Range={ 0.0, 1.0 }, Default=0.15 ] D:block_rep_loss_chance=0.0 # The "block_rep_loss_chance" and "block_treasured_rep_loss_chance" only trigger if your reputation # in the village is equal to or less than this limit. # >> Integer:[ Range={ -30, 10 }, Default=8 ] I:block_rep_loss_limit=0 # Chance for you to be marked as an aggressor (to be attacked) when you break a block in a village that # is on the "block_treasured_list" while your reputation is low enough. # >> Double:[ Range={ 0.0, 1.0 }, Default=1.0 ] D:block_treasured_aggression_chance=0.0 # Specific blocks that use separate chances for aggression and rep loss from other blocks. # >> Block_Array:[ Value={ mod_id:block_id, mod_id:block_id[], mod_id:* }, Default={ minecraft:emerald_block, minecraft:bookshelf, minecraft:farmland, minecraft:cake } ] S:block_treasured_list < minecraft:emerald_block > # Chance for you to lose 1 reputation when you break a block in a village that is on the "block_treasured_list" # while your reputation is low enough. # >> Double:[ Range={ 0.0, 1.0 }, Default=1.0 ] D:block_treasured_rep_loss_chance=0.0 # Specific blocks that WILL aggro villagers when broken. If any blocks are specified here, they will # then be the only blocks that anger villagers (i.e., trigger reputation loss and aggression). # >> Block_Array:[ Value={ mod_id:block_id, mod_id:block_id[], mod_id:* }, Default={ } ] S:block_whitelist < > # If true, the "/villageinfo" command will state the village center position. # As the command has unlimited search radius, disable this to prevent players from using the command # to easily find the nearest village. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:command_include_center=false # Chance for you to earn 1 reputation for each monster killed near a village. The only reasonable way # to restore rep from -15 or lower with "villagers_defend" enabled. # >> Double:[ Range={ 0.0, 1.0 }, Default=0.2 ] D:help_rep_chance=0.2 # If true, all players known to a village will gain 1 rep when a new house is added to a village and # lose 1 rep when a house is lost. Highly recommended to keep "refresh_houses" enabled when this is. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:house_rep=false # If true, all villagers will spawn with randomized names based on their profession and career. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:name_villagers=false # If true, villager names will be marked as 'always shown' so that you do not need to mouse over them # to see their names. Also makes them a little easier to keep track of. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:name_villagers_always_show=false # If true, houses will stay a part of a village permanently once added (until their doors are destroyed # or all villagers in the village are killed), instead of being constantly added/removed as villagers move around. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:refresh_houses=true # If true, particle effects will play when players lose or gain village reputation. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:reputation_particles=false # If true, villager sound effects will play when players lose or gain village reputation. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:reputation_sounds=false # If true, villagers will defend their village by attacking its aggressors and players with # 'hated' standing (reputation <= -15), just like their iron golems do in vanilla. # >> Boolean:[ Valid_Values={ true, false }, Default=true ] B:villagers_defend=false }