# Configuration file "blacklisted items" { # Adding a modid and internal item name to this list will remove the item from the general loot table. The entry must be in the form :: on a single line or it won't work right. Example to blacklist iron ingots: minecraft:iron_ingot:0. An entire modcan be blacklisted by just entering the modid and nothing else. S:"Global Blacklist" < > } "drop chances" { # This is the resolution of the bag drop chances. Only change this if you want bags with rarity resolutions > 0.1% I:"1 Weighting Resolution"=1400 } general { # The bag ID (see the bag config) used in the recycler to fabricate new bags. I:"Bag ID used in Recycler"=0 # Disables the loot recycler from being crafted. B:"Disable Recycler Recipe"=false # This limits the loot bags to only drop one bag. Bag weighting is dependant on drop chances. B:"Limit bag drop to one bag per death"=true # If the bag encounters an item it cannot place in the bag for some reason, it will reroll until it gets an item that will work, this sets a limit to the number of times the bag will reroll before it just skips the slot. Extremely high or low numbers may result in undesired performance of the mod. I:"Maximum Rerolls Allowed"=50 # If set to true, prevents bag crafting from working if any of the bags have been opened. B:"Prevent Merging Opened Bags"=true # This if true will show all the secret bags in creative inventory or item list mods. Kind of ruins the fun if you ask me. B:"Show Secret Bags"=false # This is kind of ambiguous, but essentially it's a global multiplier to adjust the cost to fabricate new bags in the loot recycler. D:"Total Loot Value to Create a New Bag Multiplier"=2.0 # Sources of entity death that are counted to determine if a bag can drop. Allowable names: All, Player, Real. All is any source of death, Player is any player entity including mod fake players, Real is only real players. S:"Valid Kill Methods"=All } "loot categories" { # This is the weighting of the bags in any of the worldgen chests. I:"Chest Drop Weight"=20 # This is a list of the loot sources the bags pull from to generate the loot tables. Probably a good idea to not mess with this unless you know what you're doing as entering in a category that doesn't exist will simply make a new. S:"ChestGenHooks Dropped" < > # This adds the loot bags to each of the loot tables listed. S:"Loot Bags in worldgen chests" < dungeonChest mineshaftCorridor pyramidDesertyChest pyramidJungleChest pyramidJungleDispenser strongholdCorridor strongholdCrossing strongholdLibrary villageBlacksmith > } recycler { # Blacklist an item from being recyclable. The entry must be in the form :: on a single line or it won't work right. S:"Item Blacklist" < Thaumcraft:ItemResource:18 minecraft:sapling:0 minecraft:sapling:1 minecraft:sapling:2 minecraft:sapling:3 minecraft:sapling:4 minecraft:sapling:5 minecraft:melon_seeds:0 minecraft:pumpkin_seeds:0 minecraft:carrot:0 minecraft:potato:0 betterbuilderswands:wandStone:0 betterbuilderswands:wandIron:0 betterbuilderswands:wandDiamond:0 betterbuilderswands:wandStone:0 betterbuilderswands:wandIron:0 betterbuilderswands:wandDiamond:0 minecraft:paper:0 minecraft:sugar:0 harvestcraft:juicerItem:0 Thaumcraft:ItemBaubleBlanks:1 Thaumcraft:ItemBaubleBlanks:0 MineFactoryReloaded:rubberwood.sapling:0 MineFactoryReloaded:rubber.raw:0 Thaumcraft:blockCustomPlant:0 Thaumcraft:blockCustomPlant:1 Botania:manaResource:21 minecraft:dye:2 TConstruct:strangeFood:1 IguanaTweaksTConstruct:clayBucketFired:0 TConstruct:slime.sapling:0 exastris:chiselStone:1 exastris:chiselStone:0 minecraft:brown_mushroom:0 minecraft:red_mushroom:0 Natura:barleyFood:3 > # Whitelist an item to be recyclable. The entry must be in the form ::::[ (optional)] The weight is as though the item was added to a bag, but the items whitelisted are not added to any loot bags. S:"Item Whitelist" < minecraft:arrow:0:100 minecraft:bow:1:50 ImmersiveEngineering:shaderBag:0:20 TConstruct:materials:2:40 > # Divides the recycler value of an item in the Recycler by this if the item does not stack past one item, in the formula (a*Total Value)/(Item Value*(isStackable)?(b):(c)), this is the c variable. D:"Non-Stackable Formula Divider"=10.0 # Divides the recycler value of an item in the Recycler by this if the item stacks past one item, in the formula (a*Total Value)/(Item Value*(isStackable)?(b):(c)), this is the b variable. D:"Stackable Formula Divider"=10.0 # Multiplies the recycler value of an item in the Recycler, in the formula (a*Total Value)/(Item Value*(isStackable)?(b):(c)), this is the a variable. D:"Value Formula Multiplier"=1.0 } "whitelisted items" { # Adding a modid and internal item name to this list will add the item to the Loot Bag drop table. The entry must be in the form ::::::[ (optional)] Example to whitelist up to 16 iron ingots with a weight of 50: minecraft:iron_ingot:0:1:16:50. S:"Global Whitelist" < > }