diff --git a/config/apotheosis/adventure.cfg b/config/apotheosis/adventure.cfg index d3861a3d3..c68bb7a39 100644 --- a/config/apotheosis/adventure.cfg +++ b/config/apotheosis/adventure.cfg @@ -16,8 +16,9 @@ affixes { overworld|common|rare the_nether|uncommon|epic the_end|rare|mythic - twilightforest:twilight_forest|uncommon|epic - the_bumblezone:the_bumblezone|rare|mythic + twilightforest:twilight_forest|uncommon|epic + the_bumblezone:the_bumblezone|rare|mythic + compactmachines:compact_world|common|uncommon > # Loot Rules, in the form of Loot Table Matchers, permitting affix items to spawn in loot tables. @@ -41,6 +42,14 @@ affixes { # A list of type overrides for the affix loot system. Format is |chance|. Types are SWORD, TRIDENT, SHIELD, HEAVY_WEAPON, BREAKER, CROSSBOW, BOW [default: [minecraft:iron_sword|SWORD]] S:"Equipment Type Overrides" < minecraft:iron_sword|SWORD + twilightforest:firefly|NONE + twilightforest:cicada|NONE + sophisticatedbackpacks:backpack|NONE + sophisticatedbackpacks:iron_backpack|NONE + sophisticatedbackpacks:gold_backpack|NONE + sophisticatedbackpacks:copper_backpack|NONE + sophisticatedbackpacks:diamond_backpack|NONE + sophisticatedbackpacks:netherite_backpack|NONE > # The flat bonus chance that bosses have to drop a gem, added to Gem Drop Chance. 0 = 0%, 1 = 100% [range: 0.0 ~ 1.0, default: 0.33] diff --git a/config/lootr-common.toml b/config/lootr-common.toml index 9b789e8cf..994ea55bf 100644 --- a/config/lootr-common.toml +++ b/config/lootr-common.toml @@ -1,5 +1,3 @@ -#skip unloaded block entities that are eligible for conversion, set to false to potentially resolve issues with containers that aren't being converted [default: true] -skip_unloaded = true #whether or not the entire forge:chests/wooden tag should be added to the conversion list for structures (if they are backed by RandomizableContainerBlockEntity) convert_wooden_chests = true #list of loot tables which will decay (default blank, meaning no chests decay, in the format of (in the format of ["modid:loot_table", "othermodid:other_loot_table"]) @@ -8,8 +6,6 @@ decay_loot_tables = [] additional_chests = [] #list of mod IDs whose loot tables will decay (default blank, meaning no chests decay, in the format ["modid", "othermodid"]) decay_modids = [] -#list of structures in which contains shouldn't be converted (in the format of ["modid:structure_name", "othermodid:other_structure_name"]) -loot_structure_blacklist = [] #list of modids whose loot tables shouldn't be converted (in the format of ["modid", "other_modid"]) loot_modid_blacklist = [] #allows fake players to destroy Lootr chests without having to sneak, overrides the `disable_break` option for fake players @@ -71,9 +67,9 @@ refresh_value = 24000 check_world_border = false #list of structures in which loot chests should automatically refresh (in the format of ["modid:structure_name", "othermodid:other_structure_name"]) refresh_structures = [] -#the maximum age for containers; entries above this age will be discarded [default: 180 * 20, 3 minutes] +#the maximum age for containers; entries above this age will be discarded [default: 60 * 20 * 15, fifteen minutes] [note: the value 6000 will be corrected to 18000. if you wish to use 6000, please use 6001 or 5999.] #Range: > 0 -max_age = 6000 +max_age = 18000 #if true, no chests will be converted disable = false #list of dimensions by modid that loot chests should not be replaced in (default: blank, allowing all modids, format e.g., ["minecraft @@ -86,4 +82,6 @@ modid_dimension_whitelist = [] trapped_custom = false #whether or not the Elytra item frame should be converted into a standard loot chest with a guaranteed elytra convert_elytras = true +#disables styling of breaking, decaying and refreshing messages sent to players +disable_message_styles = false