Skip to content

Commit

Permalink
auto config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Apr 10, 2024
1 parent b99fd3e commit e913d9c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
13 changes: 11 additions & 2 deletions config/apotheosis/adventure.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -41,6 +42,14 @@ affixes {
# A list of type overrides for the affix loot system. Format is <itemname>|chance|<type>. 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]
Expand Down
10 changes: 4 additions & 6 deletions config/lootr-common.toml
Original file line number Diff line number Diff line change
@@ -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"])
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit e913d9c

Please sign in to comment.