Files
Gregtech-New-Bastards/.minecraft/config/Avaritia.cfg

114 lines
4.0 KiB
INI

# Configuration file
"balance!" {
# Added to the existing modifier to make prices more expensive or cheaper. Can be negative.
I:"Cost Modifier"=0
# Added to the existing multiplier to make prices more expensive or cheaper. Can be negative.
I:"Cost Multiplier"=1
}
##########################################################################################################
# compatibility
#--------------------------------------------------------------------------------------------------------#
# Disable to stop compatibility with that particular mod. Will not use the mod in recipes or add new items for that mod.
##########################################################################################################
compatibility {
B:"Applied Energistics 2"=true
B:"Ars Magica 2"=true
B:"Big Reactors"=true
B:"Blood Magic"=true
B:Botania=true
B:DarkSteel=true
B:"Draconic Evolution"=true
B:"Equivalent Exchange 3"=true
B:"Extra Cells"=true
B:"Extra Utilities"=true
B:Forestry=true
B:"Forestry Bees"=false
B:"Gregtech 5"=true
B:"Industrialcraft 2 Experimental"=true
B:"Magical Crops"=true
B:Metallurgy=true
B:"MineFactory Reloaded"=true
B:Pneumaticraft=true
B:"Project E"=true
B:Rotarycraft=true
B:"Steve's Carts 2"=true
B:Thaumcraft=true
B:"Thermal Expansion"=true
B:"Tinkers Construct"=true
B:"Twilight Forest"=true
B:Witchery=true
}
general {
# Disable if the Infinity Boots' step assist is annoying
B:"Boots step up"=true
# Enable to keep the Ultimate Stew and Cosmic Meatballs from grabbing more ingredients
B:"Boring Food"=false
# Disable if you don't want the World Breaker to break unbreakable blocks
B:"Break Bedrock"=false
# Enable to completely disable most of the mod except for the Dire Crafting table. For if you just want the mod for Minetweaking purposes.
B:"Crafting Only"=false
# When enabled, the endest pearl will destroy blocks around the location it hits.
B:"Endest Pearl Griefing"=true
# When disabled, the Endest Pearl will never break any tile entities, no matter their blast resistance.
B:"Endest Pearl Tile-Entity Griefing"=false
# Enable if you don't have Rotarycraft installed and want some buggy fractured ores
B:"Fractured Ores"=false
# Disable if the Infinity Boots' speed boost is too ridiculous
B:"Gotta Go Fast"=true
# The list of class names of entities that count as skeletons for the Skullfire Sword.
S:"Skeleton Types" <
net.minecraft.entity.monster.EntitySkeleton
galaxyspace.SolarSystem.planets.venus.entities.EntityEvolvedFireSkeleton
micdoodle8.mods.galacticraft.core.entities.EntityEvolvedSkeleton
toast.specialMobs.entity.skeleton.Entity_SpecialSkeleton
toast.specialMobs.entity.skeleton.EntityBrutishSkeleton
toast.specialMobs.entity.skeleton.EntityFireSkeleton
toast.specialMobs.entity.skeleton.EntityGatlingSkeleton
toast.specialMobs.entity.skeleton.EntityGiantSkeleton
toast.specialMobs.entity.skeleton.EntityNinjaSkeleton
toast.specialMobs.entity.skeleton.EntityPoisonSkeleton
toast.specialMobs.entity.skeleton.EntitySniperSkeleton
toast.specialMobs.entity.skeleton.EntitySpitfireSkeleton
toast.specialMobs.entity.skeleton.EntityThiefSkeleton
twilightforest.entity.EntityTFSkeletonDruid
>
# Disable to take end stone out of recipes
B:"Use End Stone"=true
}
##########################################################################################################
# materials
#--------------------------------------------------------------------------------------------------------#
# Disable to stop using that material in recipes. Useful if a mod adds unobtainable placeholder ores.
##########################################################################################################
materials {
B:Clay=true
B:Copper=true
B:Enderium=true
B:Lead=true
B:"Nickel/Ferrous"=true
B:Silver=true
B:Steel=true
B:Tin=true
}