diff --git a/LICENSE b/LICENSE
index cde4ac6..15ca925 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,10 +1,10 @@
-This is free and unencumbered software released into the public domain.
-
-Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
-
-In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and
-successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-For more information, please refer to
+This is free and unencumbered software released into the public domain.
+
+Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
+
+In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and
+successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+For more information, please refer to
diff --git a/README.md b/README.md
index f839d56..2d69921 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
-# cteNEV
-
+# cteNEV
+
diff --git a/config/CoroUtil/General.toml b/config/CoroUtil/General.toml
index 2aedafb..7f56d71 100644
--- a/config/CoroUtil/General.toml
+++ b/config/CoroUtil/General.toml
@@ -1,10 +1,10 @@
-
-#General mod settings
-[general]
- #logging
- useLoggingLog = true
- #-
- useLoggingDebug = false
- #-
- useLoggingError = true
-
+
+#General mod settings
+[general]
+ #logging
+ useLoggingLog = true
+ #-
+ useLoggingDebug = false
+ #-
+ useLoggingError = true
+
diff --git a/config/ModernUI/bootstrap.properties b/config/ModernUI/bootstrap.properties
index acd7856..8e8d66d 100644
--- a/config/ModernUI/bootstrap.properties
+++ b/config/ModernUI/bootstrap.properties
@@ -1,4 +1,4 @@
-#Modern UI bootstrap file
-#Tue Jan 30 17:26:25 EST 2024
-modernui_mc_disableEnhancedTextField=false
-modernui_mc_disableTextEngine=true
+#Modern UI bootstrap file
+#Tue Jan 30 17:26:25 EST 2024
+modernui_mc_disableEnhancedTextField=false
+modernui_mc_disableTextEngine=true
diff --git a/config/ModernUI/client.toml b/config/ModernUI/client.toml
index b607dd7..d104fec 100644
--- a/config/ModernUI/client.toml
+++ b/config/ModernUI/client.toml
@@ -1,148 +1,148 @@
-
-#Screen Config
-[screen]
- #The duration of GUI background color and blur radius animation in milliseconds. (0 = OFF)
- #Range: 0 ~ 800
- animationDuration = 200
- #The GUI background color in #RRGGBB or #AARRGGBB format. Default value: #66000000
- #Can be one to four values representing top left, top right, bottom right and bottom left color.
- #Multiple values produce a gradient effect, whereas one value produce a solid color.
- #When values is less than 4, the rest of the corner color will be replaced by the last value.
- backgroundColor = ["#99000000"]
- #Add blur effect to GUI background when opened, it is incompatible with OptiFine's FXAA shader and some mods.
- #Disable this if you run into a problem or are on low-end PCs
- blurEffect = true
- #The strength for two-pass gaussian convolution blur effect.
- #samples/pixel = ((radius * 2) + 1) * 2, sigma = radius / 2.
- #Range: 2 ~ 18
- blurRadius = 7
- #A list of GUI screen superclasses that won't activate blur effect when opened.
- blurBlacklist = ["net.minecraft.client.gui.screens.ChatScreen"]
- #(Beta) Pause the game when inventory (also includes creative mode) opened.
- inventoryPause = false
- #Framerate limit on window inactive (out of focus or minimized), 0 = no change.
- #Range: 0 ~ 255
- framerateInactive = 30
- #Framerate limit on window minimized, 0 = same as framerate inactive.
- #This value will be no greater than framerate inactive.
- #Range: 0 ~ 255
- framerateMinimized = 0
- #Master volume multiplier on window inactive (out of focus or minimized), 1 = no change.
- #Range: 0.0 ~ 1.0
- masterVolumeInactive = 0.5
- #Master volume multiplier on window minimized, 1 = same as master volume inactive.
- #This value will be no greater than master volume inactive.
- #Range: 0.0 ~ 1.0
- masterVolumeMinimized = 0.25
-
-#Tooltip Config
-[tooltip]
- #Whether to enable Modern UI enhanced tooltip, or back to vanilla default.
- enable = false
- #Whether to use rounded tooltip shapes, or to use vanilla style.
- roundedShape = true
- #True to center the tooltip title if rendering an item's tooltip.
- #Following lines are not affected by this option.
- centerTitle = true
- #True to add a title break below the tooltip title line.
- #TitleBreak and CenterTitle will work/appear at the same time.
- titleBreak = true
- #True to exactly position tooltip to pixel grid, smoother movement.
- exactPositioning = true
- #The tooltip background color in #RRGGBB or #AARRGGBB format. Default: #E0000000
- #Can be one to four values representing top left, top right, bottom right and bottom left color.
- #Multiple values produce a gradient effect, whereas one value produces a solid color.
- #If less than 4 are provided, repeat the last value.
- colorFill = ["#E0000000"]
- #The tooltip border color in #RRGGBB or #AARRGGBB format. Default: #F0AADCF0, #F0DAD0F4, #F0FFC3F7 and #F0DAD0F4
- #Can be one to four values representing top left, top right, bottom right and bottom left color.
- #Multiple values produce a gradient effect, whereas one value produces a solid color.
- #If less than 4 are provided, repeat the last value.
- colorStroke = ["#F0AADCF0", "#F0FFC3F7", "#F0BFF2B2", "#F0D27F3D"]
- #The cycle time of tooltip border color in milliseconds. (0 = OFF)
- #Range: 0 ~ 5000
- borderCycleTime = 1000
- #The width of tooltip border, in GUI Scale Independent Pixels.
- #Range: 0.5 ~ 2.5
- borderWidth = 1.3333333730697632
- #The shadow radius of tooltip, in GUI Scale Independent Pixels.
- #Only works for values >= 2 and rounded corners. No impact on performance.
- #Range: 0.0 ~ 32.0
- shadowRadius = 10.0
-
-#General Config
-[general]
- #Play a sound effect when the game is loaded.
- ding = true
- #Press 'C' key (by default) to zoom 4x, the same as OptiFine's.
- #This is auto disabled when OptiFine is installed.
- zoom = true
- #Control the window mode, normal mode does nothing.
- #Allowed Values: NORMAL, FULLSCREEN, FULLSCREEN_BORDERLESS, MAXIMIZED, MAXIMIZED_BORDERLESS, WINDOWED, WINDOWED_BORDERLESS
- windowMode = "NORMAL"
- #Whether to replace vanilla GUI scale button to slider with tips.
- useNewGuiScale = true
- #Remove telemetry event of client behaviors.
- removeTelemetry = false
- #Allow Slack or Discord shortcodes to replace Unicode Emoji Sequences in chat.
- emojiShortcodes = true
-
-#View system config, currently not working.
-[view]
- #Force layout direction to RTL, otherwise, the current Locale setting.
- forceRtl = false
- #The global font scale used with sp units.
- #Range: 0.5 ~ 2.0
- fontScale = 1.0
- #Default scrollbar size in dips.
- #Range: 0 ~ 1024
- scrollbarSize = 8
- #Distance a touch can wander before we think the user is scrolling in dips.
- #Range: 0 ~ 1024
- touchSlop = 4
- #Minimum size of the touch target for a scrollbar in dips.
- #Range: 0 ~ 1024
- minScrollbarTouchTarget = 16
- #Minimum velocity to initiate a fling in dips per second.
- #Range: 0 ~ 32767
- minimumFlingVelocity = 50
- #Maximum velocity to initiate a fling in dips per second.
- #Range: 0 ~ 32767
- maximumFlingVelocity = 8000
- #Max distance in dips to overscroll for edge effects.
- #Range: 0 ~ 1024
- overscrollDistance = 0
- #Max distance in dips to overfling for edge effects.
- #Range: 0 ~ 1024
- overflingDistance = 12
- #Amount to scroll in response to a vertical scroll event, in dips per axis value.
- #Range: 0.0 ~ 1024.0
- verticalScrollFactor = 64.0
- #Amount to scroll in response to a horizontal scroll event, in dips per axis value.
- #Range: 0.0 ~ 1024.0
- horizontalScrollFactor = 64.0
-
-#Font Config
-[font]
- #Control the anti-aliasing of raw glyph rasterization.
- antiAliasing = true
- #Control the FreeType font hinting of raw glyph metrics.
- #Enable if on low-res monitor; disable for linear texts.
- autoHinting = true
- #The first font family to use. See fallbackFontFamilyList
- firstFontFamily = "Source Han Sans CN Medium"
- #A set of fallback font families to determine the typeface to use.
- #The order is first > fallbacks. TrueType & OpenType are supported.
- #Each element can be one of the following two cases:
- #1) Name of registered font family, for instance: Segoe UI
- #2) Path of font files on your PC, for instance: /usr/shared/fonts/x.otf
- #Registered font families include:
- #1) OS builtin fonts.
- #2) Font files in '/resourcepacks' directory.
- #3) Font files under 'modernui:font' in resource packs.
- #This is only read once when the game is loaded, you can reload via in-game GUI.
- fallbackFontFamilyList = ["Noto Sans", "Segoe UI", "San Francisco", "Open Sans", "SimHei", "STHeiti", "Segoe UI Variable", "mui-i18n-compat"]
- #Whether to use Google Noto Color Emoji, otherwise grayscale emoji (faster).
- #See Unicode 15.0 specification for details on how this affects text layout.
- useColorEmoji = true
-
+
+#Screen Config
+[screen]
+ #The duration of GUI background color and blur radius animation in milliseconds. (0 = OFF)
+ #Range: 0 ~ 800
+ animationDuration = 200
+ #The GUI background color in #RRGGBB or #AARRGGBB format. Default value: #66000000
+ #Can be one to four values representing top left, top right, bottom right and bottom left color.
+ #Multiple values produce a gradient effect, whereas one value produce a solid color.
+ #When values is less than 4, the rest of the corner color will be replaced by the last value.
+ backgroundColor = ["#99000000"]
+ #Add blur effect to GUI background when opened, it is incompatible with OptiFine's FXAA shader and some mods.
+ #Disable this if you run into a problem or are on low-end PCs
+ blurEffect = true
+ #The strength for two-pass gaussian convolution blur effect.
+ #samples/pixel = ((radius * 2) + 1) * 2, sigma = radius / 2.
+ #Range: 2 ~ 18
+ blurRadius = 7
+ #A list of GUI screen superclasses that won't activate blur effect when opened.
+ blurBlacklist = ["net.minecraft.client.gui.screens.ChatScreen"]
+ #(Beta) Pause the game when inventory (also includes creative mode) opened.
+ inventoryPause = false
+ #Framerate limit on window inactive (out of focus or minimized), 0 = no change.
+ #Range: 0 ~ 255
+ framerateInactive = 30
+ #Framerate limit on window minimized, 0 = same as framerate inactive.
+ #This value will be no greater than framerate inactive.
+ #Range: 0 ~ 255
+ framerateMinimized = 0
+ #Master volume multiplier on window inactive (out of focus or minimized), 1 = no change.
+ #Range: 0.0 ~ 1.0
+ masterVolumeInactive = 0.5
+ #Master volume multiplier on window minimized, 1 = same as master volume inactive.
+ #This value will be no greater than master volume inactive.
+ #Range: 0.0 ~ 1.0
+ masterVolumeMinimized = 0.25
+
+#Tooltip Config
+[tooltip]
+ #Whether to enable Modern UI enhanced tooltip, or back to vanilla default.
+ enable = false
+ #Whether to use rounded tooltip shapes, or to use vanilla style.
+ roundedShape = true
+ #True to center the tooltip title if rendering an item's tooltip.
+ #Following lines are not affected by this option.
+ centerTitle = true
+ #True to add a title break below the tooltip title line.
+ #TitleBreak and CenterTitle will work/appear at the same time.
+ titleBreak = true
+ #True to exactly position tooltip to pixel grid, smoother movement.
+ exactPositioning = true
+ #The tooltip background color in #RRGGBB or #AARRGGBB format. Default: #E0000000
+ #Can be one to four values representing top left, top right, bottom right and bottom left color.
+ #Multiple values produce a gradient effect, whereas one value produces a solid color.
+ #If less than 4 are provided, repeat the last value.
+ colorFill = ["#E0000000"]
+ #The tooltip border color in #RRGGBB or #AARRGGBB format. Default: #F0AADCF0, #F0DAD0F4, #F0FFC3F7 and #F0DAD0F4
+ #Can be one to four values representing top left, top right, bottom right and bottom left color.
+ #Multiple values produce a gradient effect, whereas one value produces a solid color.
+ #If less than 4 are provided, repeat the last value.
+ colorStroke = ["#F0AADCF0", "#F0FFC3F7", "#F0BFF2B2", "#F0D27F3D"]
+ #The cycle time of tooltip border color in milliseconds. (0 = OFF)
+ #Range: 0 ~ 5000
+ borderCycleTime = 1000
+ #The width of tooltip border, in GUI Scale Independent Pixels.
+ #Range: 0.5 ~ 2.5
+ borderWidth = 1.3333333730697632
+ #The shadow radius of tooltip, in GUI Scale Independent Pixels.
+ #Only works for values >= 2 and rounded corners. No impact on performance.
+ #Range: 0.0 ~ 32.0
+ shadowRadius = 10.0
+
+#General Config
+[general]
+ #Play a sound effect when the game is loaded.
+ ding = true
+ #Press 'C' key (by default) to zoom 4x, the same as OptiFine's.
+ #This is auto disabled when OptiFine is installed.
+ zoom = true
+ #Control the window mode, normal mode does nothing.
+ #Allowed Values: NORMAL, FULLSCREEN, FULLSCREEN_BORDERLESS, MAXIMIZED, MAXIMIZED_BORDERLESS, WINDOWED, WINDOWED_BORDERLESS
+ windowMode = "NORMAL"
+ #Whether to replace vanilla GUI scale button to slider with tips.
+ useNewGuiScale = true
+ #Remove telemetry event of client behaviors.
+ removeTelemetry = false
+ #Allow Slack or Discord shortcodes to replace Unicode Emoji Sequences in chat.
+ emojiShortcodes = true
+
+#View system config, currently not working.
+[view]
+ #Force layout direction to RTL, otherwise, the current Locale setting.
+ forceRtl = false
+ #The global font scale used with sp units.
+ #Range: 0.5 ~ 2.0
+ fontScale = 1.0
+ #Default scrollbar size in dips.
+ #Range: 0 ~ 1024
+ scrollbarSize = 8
+ #Distance a touch can wander before we think the user is scrolling in dips.
+ #Range: 0 ~ 1024
+ touchSlop = 4
+ #Minimum size of the touch target for a scrollbar in dips.
+ #Range: 0 ~ 1024
+ minScrollbarTouchTarget = 16
+ #Minimum velocity to initiate a fling in dips per second.
+ #Range: 0 ~ 32767
+ minimumFlingVelocity = 50
+ #Maximum velocity to initiate a fling in dips per second.
+ #Range: 0 ~ 32767
+ maximumFlingVelocity = 8000
+ #Max distance in dips to overscroll for edge effects.
+ #Range: 0 ~ 1024
+ overscrollDistance = 0
+ #Max distance in dips to overfling for edge effects.
+ #Range: 0 ~ 1024
+ overflingDistance = 12
+ #Amount to scroll in response to a vertical scroll event, in dips per axis value.
+ #Range: 0.0 ~ 1024.0
+ verticalScrollFactor = 64.0
+ #Amount to scroll in response to a horizontal scroll event, in dips per axis value.
+ #Range: 0.0 ~ 1024.0
+ horizontalScrollFactor = 64.0
+
+#Font Config
+[font]
+ #Control the anti-aliasing of raw glyph rasterization.
+ antiAliasing = true
+ #Control the FreeType font hinting of raw glyph metrics.
+ #Enable if on low-res monitor; disable for linear texts.
+ autoHinting = true
+ #The first font family to use. See fallbackFontFamilyList
+ firstFontFamily = "Source Han Sans CN Medium"
+ #A set of fallback font families to determine the typeface to use.
+ #The order is first > fallbacks. TrueType & OpenType are supported.
+ #Each element can be one of the following two cases:
+ #1) Name of registered font family, for instance: Segoe UI
+ #2) Path of font files on your PC, for instance: /usr/shared/fonts/x.otf
+ #Registered font families include:
+ #1) OS builtin fonts.
+ #2) Font files in '/resourcepacks' directory.
+ #3) Font files under 'modernui:font' in resource packs.
+ #This is only read once when the game is loaded, you can reload via in-game GUI.
+ fallbackFontFamilyList = ["Noto Sans", "Segoe UI", "San Francisco", "Open Sans", "SimHei", "STHeiti", "Segoe UI Variable", "mui-i18n-compat"]
+ #Whether to use Google Noto Color Emoji, otherwise grayscale emoji (faster).
+ #See Unicode 15.0 specification for details on how this affects text layout.
+ useColorEmoji = true
+
diff --git a/config/ModernUI/common.toml b/config/ModernUI/common.toml
index 300251c..4a58352 100644
--- a/config/ModernUI/common.toml
+++ b/config/ModernUI/common.toml
@@ -1,15 +1,15 @@
-
-#Developer Config
-[developer]
- #Whether to enable developer mode.
- enableDeveloperMode = false
- #Range: > -2147483648
- oneTimeEvents = 0
-
-#Auto Shutdown Config
-[autoShutdown]
- #Enable auto-shutdown for server.
- enable = false
- #The time points of when server will auto-shutdown. Format: HH:mm.
- times = ["04:00", "16:00"]
-
+
+#Developer Config
+[developer]
+ #Whether to enable developer mode.
+ enableDeveloperMode = false
+ #Range: > -2147483648
+ oneTimeEvents = 0
+
+#Auto Shutdown Config
+[autoShutdown]
+ #Enable auto-shutdown for server.
+ enable = false
+ #The time points of when server will auto-shutdown. Format: HH:mm.
+ times = ["04:00", "16:00"]
+
diff --git a/config/ModernUI/text.toml b/config/ModernUI/text.toml
index f5c0650..8403838 100644
--- a/config/ModernUI/text.toml
+++ b/config/ModernUI/text.toml
@@ -1,73 +1,73 @@
-
-#Text Engine Config
-[text]
- #Allow text renderer to drop shadow, setting to false can improve performance.
- allowShadow = true
- #Fix resolution level at 2. When the GUI scale increases, the resolution level remains.
- #Then GUI scale should be even numbers (2, 4, 6...), based on Minecraft GUI system.
- #If your fonts are not bitmap fonts, then you should keep this setting false.
- fixedResolution = false
- #Control base font size, in GUI scaled pixels. The default and vanilla value is 8.
- #For bitmap fonts, 8 represents a glyph size of 8x or 16x if fixed resolution.
- #This option only applies to TrueType fonts.
- #Range: 6.5 ~ 9.5
- baseFontSize = 8.0
- #Control vertical baseline for vanilla text layout, in GUI scaled pixels.
- #The vanilla default value is 7.
- #Range: 4.0 ~ 10.0
- baselineShift = 7.0
- #Control the text shadow offset for vanilla text rendering, in GUI scaled pixels.
- #Range: 0.20000000298023224 ~ 2.0
- shadowOffset = 0.8
- #Control the text outline offset for vanilla text rendering, in GUI scaled pixels.
- #Range: 0.20000000298023224 ~ 2.0
- outlineOffset = 0.5
- #Set the recycle time of layout cache in seconds, using least recently used algorithm.
- #Range: 2 ~ 15
- cacheLifespan = 6
- #The bidirectional text heuristic algorithm.
- #This will affect which BiDi algorithm to use during text layout.
- #Allowed Values: FIRST_STRONG, ANY_RTL, LTR, RTL, LOCALE, FIRST_STRONG_LTR, FIRST_STRONG_RTL
- textDirection = "FIRST_STRONG"
- #Whether to use Modern UI text rendering pipeline in 3D world.
- #Disabling this means that SDF text and rendering optimization are no longer effective.
- #But text rendering can be compatible with OptiFine Shaders and Iris Shaders.
- #This does not affect text rendering in GUI.
- #This option only applies to TrueType fonts.
- useTextShadersInWorld = true
- #For "minecraft:default" font, should we keep some bitmap providers of them?
- #Ignore All: Equivalent to Force Unicode Font.
- #Keep ASCII: Include minecraft:font/ascii.png, minecraft:font/accented.png, minecraft:font/nonlatin_european.png
- #Keep Other: Include providers other than ASCII and Unicode font.
- #Keep All: Include all except Unicode font.
- #The default value depends on OS language and region.
- #Allowed Values: IGNORE_ALL, KEEP_ASCII, KEEP_OTHER, KEEP_ALL
- defaultFontBehavior = "KEEP_ALL"
- #Whether to use text component object as hash key to lookup in layout cache.
- #If you find that Modern UI text rendering is not compatible with some mods,
- #you can disable this option for compatibility, but this will decrease performance a bit.
- #Modern UI will use another cache strategy if this is disabled.
- useComponentCache = true
- #Allow text layout to be computed from background threads, which may lead to inconsistency issues.
- #Otherwise, block the current thread and wait for main thread.
- allowAsyncLayout = true
- #See CSS line-break property, https://developer.mozilla.org/en-US/docs/Web/CSS/line-break
- #Allowed Values: AUTO, LOOSE, NORMAL, STRICT
- lineBreakStyle = "AUTO"
- #Allowed Values: AUTO, PHRASE
- lineBreakWordStyle = "AUTO"
- #When enabled, Modern UI will compute texel density in device-space to determine whether to use SDF text or bilinear sampling.
- #This feature requires GLSL 400 or has no effect.
- #This generally decreases performance but provides better rendering quality.
- #This option only applies to TrueType fonts. May not be compatible with OptiFine.
- smartSDFShaders = true
- #When rendering in 2D, this option allows Modern UI to exactly compute font size in device-space from the current coordinate transform matrix.
- #This provides perfect text rendering for scaling-down texts in vanilla, but may increase GPU memory usage.
- #When disabled, Modern UI will use SDF text rendering if appropriate.
- #This option only applies to TrueType fonts.
- computeDeviceFontSize = true
- #When enabled, Modern UI will use SDF text rendering if appropriate.
- #Otherwise, it uses nearest-neighbor or bilinear sampling based on texel density.
- #This option only applies to TrueType fonts.
- allowSDFTextIn2D = true
-
+
+#Text Engine Config
+[text]
+ #Allow text renderer to drop shadow, setting to false can improve performance.
+ allowShadow = true
+ #Fix resolution level at 2. When the GUI scale increases, the resolution level remains.
+ #Then GUI scale should be even numbers (2, 4, 6...), based on Minecraft GUI system.
+ #If your fonts are not bitmap fonts, then you should keep this setting false.
+ fixedResolution = false
+ #Control base font size, in GUI scaled pixels. The default and vanilla value is 8.
+ #For bitmap fonts, 8 represents a glyph size of 8x or 16x if fixed resolution.
+ #This option only applies to TrueType fonts.
+ #Range: 6.5 ~ 9.5
+ baseFontSize = 8.0
+ #Control vertical baseline for vanilla text layout, in GUI scaled pixels.
+ #The vanilla default value is 7.
+ #Range: 4.0 ~ 10.0
+ baselineShift = 7.0
+ #Control the text shadow offset for vanilla text rendering, in GUI scaled pixels.
+ #Range: 0.20000000298023224 ~ 2.0
+ shadowOffset = 0.8
+ #Control the text outline offset for vanilla text rendering, in GUI scaled pixels.
+ #Range: 0.20000000298023224 ~ 2.0
+ outlineOffset = 0.5
+ #Set the recycle time of layout cache in seconds, using least recently used algorithm.
+ #Range: 2 ~ 15
+ cacheLifespan = 6
+ #The bidirectional text heuristic algorithm.
+ #This will affect which BiDi algorithm to use during text layout.
+ #Allowed Values: FIRST_STRONG, ANY_RTL, LTR, RTL, LOCALE, FIRST_STRONG_LTR, FIRST_STRONG_RTL
+ textDirection = "FIRST_STRONG"
+ #Whether to use Modern UI text rendering pipeline in 3D world.
+ #Disabling this means that SDF text and rendering optimization are no longer effective.
+ #But text rendering can be compatible with OptiFine Shaders and Iris Shaders.
+ #This does not affect text rendering in GUI.
+ #This option only applies to TrueType fonts.
+ useTextShadersInWorld = true
+ #For "minecraft:default" font, should we keep some bitmap providers of them?
+ #Ignore All: Equivalent to Force Unicode Font.
+ #Keep ASCII: Include minecraft:font/ascii.png, minecraft:font/accented.png, minecraft:font/nonlatin_european.png
+ #Keep Other: Include providers other than ASCII and Unicode font.
+ #Keep All: Include all except Unicode font.
+ #The default value depends on OS language and region.
+ #Allowed Values: IGNORE_ALL, KEEP_ASCII, KEEP_OTHER, KEEP_ALL
+ defaultFontBehavior = "KEEP_ALL"
+ #Whether to use text component object as hash key to lookup in layout cache.
+ #If you find that Modern UI text rendering is not compatible with some mods,
+ #you can disable this option for compatibility, but this will decrease performance a bit.
+ #Modern UI will use another cache strategy if this is disabled.
+ useComponentCache = true
+ #Allow text layout to be computed from background threads, which may lead to inconsistency issues.
+ #Otherwise, block the current thread and wait for main thread.
+ allowAsyncLayout = true
+ #See CSS line-break property, https://developer.mozilla.org/en-US/docs/Web/CSS/line-break
+ #Allowed Values: AUTO, LOOSE, NORMAL, STRICT
+ lineBreakStyle = "AUTO"
+ #Allowed Values: AUTO, PHRASE
+ lineBreakWordStyle = "AUTO"
+ #When enabled, Modern UI will compute texel density in device-space to determine whether to use SDF text or bilinear sampling.
+ #This feature requires GLSL 400 or has no effect.
+ #This generally decreases performance but provides better rendering quality.
+ #This option only applies to TrueType fonts. May not be compatible with OptiFine.
+ smartSDFShaders = true
+ #When rendering in 2D, this option allows Modern UI to exactly compute font size in device-space from the current coordinate transform matrix.
+ #This provides perfect text rendering for scaling-down texts in vanilla, but may increase GPU memory usage.
+ #When disabled, Modern UI will use SDF text rendering if appropriate.
+ #This option only applies to TrueType fonts.
+ computeDeviceFontSize = true
+ #When enabled, Modern UI will use SDF text rendering if appropriate.
+ #Otherwise, it uses nearest-neighbor or bilinear sampling based on texel density.
+ #This option only applies to TrueType fonts.
+ allowSDFTextIn2D = true
+
diff --git a/config/Obscuria/aquamirae-client.toml b/config/Obscuria/aquamirae-client.toml
index bb34f6f..73c8676 100644
--- a/config/Obscuria/aquamirae-client.toml
+++ b/config/Obscuria/aquamirae-client.toml
@@ -1,11 +1,11 @@
-
-[General]
- renderThreeBoltHelmetOverlay = true
- stylizedBossbar = true
-
-[IceMazeAmbient]
- spawnParticles = true
- playAmbientSounds = true
- playBiomeMusic = true
- playCorneliaMusic = true
-
+
+[General]
+ renderThreeBoltHelmetOverlay = true
+ stylizedBossbar = true
+
+[IceMazeAmbient]
+ spawnParticles = true
+ playAmbientSounds = true
+ playBiomeMusic = true
+ playCorneliaMusic = true
+
diff --git a/config/Obscuria/aquamirae-common.toml b/config/Obscuria/aquamirae-common.toml
index 18acd2c..6dc0d24 100644
--- a/config/Obscuria/aquamirae-common.toml
+++ b/config/Obscuria/aquamirae-common.toml
@@ -1,105 +1,105 @@
-
-[General]
- chatNotifications = true
-
-[Mobs]
-
- [Mobs.GhostOfCaptainCornelia]
- #Range: 0.0 ~ 10.0
- movementSpeed = 0.2
- #Range: 1.0 ~ 100000.0
- maxHealth = 200.0
- #Range: 0.0 ~ 1000.0
- armor = 16.0
- #Range: 1.0 ~ 1000.0
- attackDamage = 1.0
- #Range: 0.0 ~ 10.0
- knockbackResistance = 0.5
- #Range: 0.0 ~ 10.0
- attackKnockback = 2.0
- #Range: 1.0 ~ 256.0
- followRange = 128.0
- pullAndSpinTargets = true
- #Range: 0 ~ 1000
- regenerationSkillUses = 2
-
- [Mobs.Anglerfish]
- #Range: 0.0 ~ 100.0
- swimSpeed = 3.0
- #Range: 1.0 ~ 100000.0
- maxHealth = 40.0
- #Range: 0.0 ~ 1000.0
- armor = 2.0
- #Range: 0.0 ~ 10.0
- knockbackResistance = 0.0
- #Range: 1.0 ~ 1000.0
- attackDamage = 6.0
- #Range: 0.0 ~ 10.0
- attackKnockback = 1.0
- #Range: 1.0 ~ 256.0
- followRange = 48.0
-
- [Mobs.Maw]
- #Range: 0.0 ~ 10.0
- movementSpeed = 0.2
- #Range: 0.0 ~ 100.0
- swimSpeed = 5.0
- #Range: 1.0 ~ 100000.0
- maxHealth = 20.0
- #Range: 0.0 ~ 1000.0
- armor = 0.0
- #Range: 0.0 ~ 10.0
- knockbackResistance = 0.0
- #Range: 1.0 ~ 1000.0
- attackDamage = 4.0
- #Range: 0.0 ~ 10.0
- attackKnockback = 0.3
- #Range: 1.0 ~ 256.0
- followRange = 24.0
-
- [Mobs.TorturedSoul]
- #Range: 0.0 ~ 10.0
- movementSpeed = 0.2
- #Range: 0.0 ~ 100.0
- swimSpeed = 3.0
- #Range: 1.0 ~ 100000.0
- maxHealth = 30.0
- #Range: 0.0 ~ 1000.0
- armor = 4.0
- #Range: 0.0 ~ 10.0
- knockbackResistance = 0.0
- #Range: 1.0 ~ 1000.0
- attackDamage = 7.0
- #Range: 0.0 ~ 10.0
- attackKnockback = 0.7
- #Range: 1.0 ~ 256.0
- followRange = 24.0
-
- [Mobs.MotherOfTheMaze]
- #Range: 0.0 ~ 100.0
- swimSpeed = 3.0
- #Range: 1.0 ~ 100000.0
- maxHealth = 100.0
- #Range: 0.0 ~ 1000.0
- armor = 6.0
- #Range: 0.0 ~ 10.0
- knockbackResistance = 0.2
- #Range: 1.0 ~ 1000.0
- attackDamage = 5.0
- #Range: 0.0 ~ 10.0
- attackKnockback = 0.5
- #Range: 1.0 ~ 256.0
- followRange = 128.0
-
- [Mobs.Eel]
- #Range: 1.0 ~ 100000.0
- maxHealth = 180.0
- #Range: 0.0 ~ 1000.0
- armor = 20.0
- #Range: 1.0 ~ 1000.0
- attackDamage = 8.0
- #Range: 0.0 ~ 10.0
- attackKnockback = 2.0
- #Range: 1.0 ~ 256.0
- followRange = 32.0
-
+
+[General]
+ chatNotifications = true
+
+[Mobs]
+
+ [Mobs.GhostOfCaptainCornelia]
+ #Range: 0.0 ~ 10.0
+ movementSpeed = 0.2
+ #Range: 1.0 ~ 100000.0
+ maxHealth = 200.0
+ #Range: 0.0 ~ 1000.0
+ armor = 16.0
+ #Range: 1.0 ~ 1000.0
+ attackDamage = 1.0
+ #Range: 0.0 ~ 10.0
+ knockbackResistance = 0.5
+ #Range: 0.0 ~ 10.0
+ attackKnockback = 2.0
+ #Range: 1.0 ~ 256.0
+ followRange = 128.0
+ pullAndSpinTargets = true
+ #Range: 0 ~ 1000
+ regenerationSkillUses = 2
+
+ [Mobs.Anglerfish]
+ #Range: 0.0 ~ 100.0
+ swimSpeed = 3.0
+ #Range: 1.0 ~ 100000.0
+ maxHealth = 40.0
+ #Range: 0.0 ~ 1000.0
+ armor = 2.0
+ #Range: 0.0 ~ 10.0
+ knockbackResistance = 0.0
+ #Range: 1.0 ~ 1000.0
+ attackDamage = 6.0
+ #Range: 0.0 ~ 10.0
+ attackKnockback = 1.0
+ #Range: 1.0 ~ 256.0
+ followRange = 48.0
+
+ [Mobs.Maw]
+ #Range: 0.0 ~ 10.0
+ movementSpeed = 0.2
+ #Range: 0.0 ~ 100.0
+ swimSpeed = 5.0
+ #Range: 1.0 ~ 100000.0
+ maxHealth = 20.0
+ #Range: 0.0 ~ 1000.0
+ armor = 0.0
+ #Range: 0.0 ~ 10.0
+ knockbackResistance = 0.0
+ #Range: 1.0 ~ 1000.0
+ attackDamage = 4.0
+ #Range: 0.0 ~ 10.0
+ attackKnockback = 0.3
+ #Range: 1.0 ~ 256.0
+ followRange = 24.0
+
+ [Mobs.TorturedSoul]
+ #Range: 0.0 ~ 10.0
+ movementSpeed = 0.2
+ #Range: 0.0 ~ 100.0
+ swimSpeed = 3.0
+ #Range: 1.0 ~ 100000.0
+ maxHealth = 30.0
+ #Range: 0.0 ~ 1000.0
+ armor = 4.0
+ #Range: 0.0 ~ 10.0
+ knockbackResistance = 0.0
+ #Range: 1.0 ~ 1000.0
+ attackDamage = 7.0
+ #Range: 0.0 ~ 10.0
+ attackKnockback = 0.7
+ #Range: 1.0 ~ 256.0
+ followRange = 24.0
+
+ [Mobs.MotherOfTheMaze]
+ #Range: 0.0 ~ 100.0
+ swimSpeed = 3.0
+ #Range: 1.0 ~ 100000.0
+ maxHealth = 100.0
+ #Range: 0.0 ~ 1000.0
+ armor = 6.0
+ #Range: 0.0 ~ 10.0
+ knockbackResistance = 0.2
+ #Range: 1.0 ~ 1000.0
+ attackDamage = 5.0
+ #Range: 0.0 ~ 10.0
+ attackKnockback = 0.5
+ #Range: 1.0 ~ 256.0
+ followRange = 128.0
+
+ [Mobs.Eel]
+ #Range: 1.0 ~ 100000.0
+ maxHealth = 180.0
+ #Range: 0.0 ~ 1000.0
+ armor = 20.0
+ #Range: 1.0 ~ 1000.0
+ attackDamage = 8.0
+ #Range: 0.0 ~ 10.0
+ attackKnockback = 2.0
+ #Range: 1.0 ~ 256.0
+ followRange = 32.0
+
diff --git a/config/Obscuria/obscure-api-client.toml b/config/Obscuria/obscure-api-client.toml
index c09e735..b464d53 100644
--- a/config/Obscuria/obscure-api-client.toml
+++ b/config/Obscuria/obscure-api-client.toml
@@ -1,15 +1,15 @@
-
-[General]
- #Allowed Values: DISPLAY_ALL, DISPLAY_MY, DISPLAY_OTHERS, HIDE
- "Pet Mode" = "DISPLAY_ALL"
- #Range: -1024 ~ 1024
- "Mods Button Offset X" = 0
- #Range: -1024 ~ 1024
- "Mods Button Offset Y" = 0
-
-[Tooltips]
- #Display food properties in tooltips
- "Food Icons" = true
- #Display equipment attributes in tooltips
- "Equipment Icons" = true
-
+
+[General]
+ #Allowed Values: DISPLAY_ALL, DISPLAY_MY, DISPLAY_OTHERS, HIDE
+ "Pet Mode" = "DISPLAY_ALL"
+ #Range: -1024 ~ 1024
+ "Mods Button Offset X" = 0
+ #Range: -1024 ~ 1024
+ "Mods Button Offset Y" = 0
+
+[Tooltips]
+ #Display food properties in tooltips
+ "Food Icons" = true
+ #Display equipment attributes in tooltips
+ "Equipment Icons" = true
+
diff --git a/config/achievement_optimizer/Achievement-Optimizer.toml b/config/achievement_optimizer/Achievement-Optimizer.toml
index a87e79e..d4af53f 100644
--- a/config/achievement_optimizer/Achievement-Optimizer.toml
+++ b/config/achievement_optimizer/Achievement-Optimizer.toml
@@ -1,6 +1,6 @@
-
-[general]
- #Number of ticks to skip to check achievements [0 for disable skip]
- #Range: > 0
- skipTicksAdvancements = 5
-
+
+[general]
+ #Number of ticks to skip to check achievements [0 for disable skip]
+ #Range: > 0
+ skipTicksAdvancements = 5
+
diff --git a/config/advancementplaques-common.toml b/config/advancementplaques-common.toml
index cbd575a..180bbaa 100644
--- a/config/advancementplaques-common.toml
+++ b/config/advancementplaques-common.toml
@@ -1,75 +1,75 @@
-
-#Client Configuration
-[client]
-
- [client.visual_options]
- # If plaques should show on the top of the screen.
- on_top = true
- # The distance from the top or bottom of the screen, in pixels.
- #Range: 8 ~ 256
- distance = 16
- # Hide waila/hwyla/jade popups while plaques are showing.
- hide_waila = false
- # If plaques should show for task advancements (normal advancements).
- tasks = true
- # If plaques should show for goal advancements (medium-difficulty advancements).
- goals = true
- # If plaques should show for challenge advancements (high-difficulty advancements).
- challenges = true
- # Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported.
- title_color = 4281541120
- # Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported.
- name_color = 4294967295
- # The horizontal offset from the center, in pixels.
- #Range: -256 ~ 256
- horizontal_offset = 0
-
- [client.duration_options]
- # Duration of the shiny effect fade in for tasks.
- #Range: 0.1 ~ 3.0
- task_effect_fadein = 0.5
- # Duration of the shiny effect fade out for tasks.
- #Range: 0.1 ~ 3.0
- task_effect_fadeout = 1.5
- # Duration of the plaques for tasks (minus the effect fade in/out durations).
- #Range: 2.0 ~ 10.0
- task_duration = 7.0
- # Duration of the shiny effect fade in for goals.
- #Range: 0.1 ~ 3.0
- goal_effect_fadein = 0.5
- # Duration of the shiny effect fade out for goals.
- #Range: 0.1 ~ 3.0
- goal_effect_fadeout = 1.5
- # Duration of the plaques for goals (minus the effect fade in/out durations).
- #Range: 2.0 ~ 10.0
- goal_duration = 7.0
- # Duration of the shiny effect fade in for challenges.
- #Range: 0.1 ~ 3.0
- challenge_effect_fadein = 1.25
- # Duration of the shiny effect fade out for challenges.
- #Range: 0.1 ~ 3.0
- challenge_effect_fadeout = 1.5
- # Duration of the plaques for challenges (minus the effect fade in/out durations).
- #Range: 2.0 ~ 10.0
- challenge_duration = 7.0
-
- [client.functionality_options]
- # Whitelist of advancements to show plaques for. Leave empty to display for all.
- # Same options available as blacklist.
- whitelist = []
- # Blacklist of advancements to never show plaques for. Takes precedence over whitelist if they conflict.
- # Options:
- # Advancement ID (eg. "minecraft:adventure/adventuring_time")
- # Mod ID (Omit the colon, eg. "minecraft")
- # Advancement Category (End with a /, eg. "minecraft:story/")
- blacklist = []
- # Volume of task sounds. Set to 0 to mute.
- #Range: 0.0 ~ 1.0
- task_volume = 1.0
- # Volume of goal sounds. Set to 0 to mute.
- #Range: 0.0 ~ 1.0
- goal_volume = 1.0
- # Volume of challenge sounds. Set to 0 to mute.
- #Range: 0.0 ~ 1.0
- challenge_volume = 1.0
-
+
+#Client Configuration
+[client]
+
+ [client.visual_options]
+ # If plaques should show on the top of the screen.
+ on_top = true
+ # The distance from the top or bottom of the screen, in pixels.
+ #Range: 8 ~ 256
+ distance = 16
+ # Hide waila/hwyla/jade popups while plaques are showing.
+ hide_waila = false
+ # If plaques should show for task advancements (normal advancements).
+ tasks = true
+ # If plaques should show for goal advancements (medium-difficulty advancements).
+ goals = true
+ # If plaques should show for challenge advancements (high-difficulty advancements).
+ challenges = true
+ # Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported.
+ title_color = 4281541120
+ # Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported.
+ name_color = 4294967295
+ # The horizontal offset from the center, in pixels.
+ #Range: -256 ~ 256
+ horizontal_offset = 0
+
+ [client.duration_options]
+ # Duration of the shiny effect fade in for tasks.
+ #Range: 0.1 ~ 3.0
+ task_effect_fadein = 0.5
+ # Duration of the shiny effect fade out for tasks.
+ #Range: 0.1 ~ 3.0
+ task_effect_fadeout = 1.5
+ # Duration of the plaques for tasks (minus the effect fade in/out durations).
+ #Range: 2.0 ~ 10.0
+ task_duration = 7.0
+ # Duration of the shiny effect fade in for goals.
+ #Range: 0.1 ~ 3.0
+ goal_effect_fadein = 0.5
+ # Duration of the shiny effect fade out for goals.
+ #Range: 0.1 ~ 3.0
+ goal_effect_fadeout = 1.5
+ # Duration of the plaques for goals (minus the effect fade in/out durations).
+ #Range: 2.0 ~ 10.0
+ goal_duration = 7.0
+ # Duration of the shiny effect fade in for challenges.
+ #Range: 0.1 ~ 3.0
+ challenge_effect_fadein = 1.25
+ # Duration of the shiny effect fade out for challenges.
+ #Range: 0.1 ~ 3.0
+ challenge_effect_fadeout = 1.5
+ # Duration of the plaques for challenges (minus the effect fade in/out durations).
+ #Range: 2.0 ~ 10.0
+ challenge_duration = 7.0
+
+ [client.functionality_options]
+ # Whitelist of advancements to show plaques for. Leave empty to display for all.
+ # Same options available as blacklist.
+ whitelist = []
+ # Blacklist of advancements to never show plaques for. Takes precedence over whitelist if they conflict.
+ # Options:
+ # Advancement ID (eg. "minecraft:adventure/adventuring_time")
+ # Mod ID (Omit the colon, eg. "minecraft")
+ # Advancement Category (End with a /, eg. "minecraft:story/")
+ blacklist = []
+ # Volume of task sounds. Set to 0 to mute.
+ #Range: 0.0 ~ 1.0
+ task_volume = 1.0
+ # Volume of goal sounds. Set to 0 to mute.
+ #Range: 0.0 ~ 1.0
+ goal_volume = 1.0
+ # Volume of challenge sounds. Set to 0 to mute.
+ #Range: 0.0 ~ 1.0
+ challenge_volume = 1.0
+
diff --git a/config/aggroindicator-client.toml b/config/aggroindicator-client.toml
index a9bd963..0ba472b 100644
--- a/config/aggroindicator-client.toml
+++ b/config/aggroindicator-client.toml
@@ -1,21 +1,21 @@
-
-[Rendering]
- #Controls whether the client should render alert icons
- renderAlertIcon = true
- #Only render alert icons for mobs within this range
- #Range: 8 ~ 64
- renderRange = 24
- #Adjusts the horizontal placement of alert icons
- #Range: -10.0 ~ 10.0
- xOffset = 0.0
- #Adjusts the vertical placement of alert icons
- #Range: -10.0 ~ 50.0
- yOffset = 6.0
- #Adjust the size of alert icons
- #Range: 0.0 ~ 100.0
- alertIconSize = 6.0
- #Controls whether alert icons should grow in size with mobs
- scaleWithMobSize = false
- #Do not render alert icons for these mobs
- clientMobBlacklist = []
-
+
+[Rendering]
+ #Controls whether the client should render alert icons
+ renderAlertIcon = true
+ #Only render alert icons for mobs within this range
+ #Range: 8 ~ 64
+ renderRange = 24
+ #Adjusts the horizontal placement of alert icons
+ #Range: -10.0 ~ 10.0
+ xOffset = 0.0
+ #Adjusts the vertical placement of alert icons
+ #Range: -10.0 ~ 50.0
+ yOffset = 6.0
+ #Adjust the size of alert icons
+ #Range: 0.0 ~ 100.0
+ alertIconSize = 6.0
+ #Controls whether alert icons should grow in size with mobs
+ scaleWithMobSize = false
+ #Do not render alert icons for these mobs
+ clientMobBlacklist = []
+
diff --git a/config/aiimprovements-common.toml b/config/aiimprovements-common.toml
index 9b081eb..d488586 100644
--- a/config/aiimprovements-common.toml
+++ b/config/aiimprovements-common.toml
@@ -1,123 +1,123 @@
-
-#Entity Settings
-[entity]
-
- #General
- [entity.general]
- #Allow AI tasks to be removed from entities at runtime. If this is disable no per mob or per mob type removes will run.
- allow_remove_calls = true
- #Allows repeat remove calls to bubble to the top of the list to improve performance of repeat mob spawning.
- enable_call_bubbling = true
-
- #Entity Mob
- [entity.mob]
-
- #Remove Look Goal
- [entity.mob.remove_look_goal]
- #Remove the look at goal (player or attack target) AI task. This will cause AIs to not face targets or walking directions.
- remove_look_goal = false
- #Set this to true to apply this setting to all mobs on the filter list. Set this to false to NOT apply this to mobs on the filter list.
- is_allowlist = false
- #The list of mobs that is affected by this setting according to is_allowlist
- filter_list = []
-
- #Remove Look Random
- [entity.mob.remove_look_random]
- #Remove the look at random position AI task. This will cause AIs to feel a little lifeless as they do not animate head movement while idle.
- remove_look_random = false
- #Set this to true to apply this setting to all mobs on the filter list. Set this to false to NOT apply this to mobs on the filter list.
- is_allowlist = false
- #The list of mobs that is affected by this setting according to is_allowlist
- filter_list = []
-
- #Replace Look Controller
- [entity.mob.replace_look_controller]
- #Replaces the default look controller with a version featuring cached tan math improving performance. Only works on vanilla style mobs, if a mod overrides the look controller it will skip.
- replace_look_controller = true
- #Set this to true to apply this setting to all mobs on the filter list. Set this to false to NOT apply this to mobs on the filter list.
- is_allowlist = false
- #The list of mobs that is affected by this setting according to is_allowlist
- filter_list = []
-
- #Entity Fish
- [entity.fish]
- #Remove the fish's random swimming pathfinder. This will cause fish to stay in position more often.
- remove_swim = false
- #Remove the fish's panic pathfinder. This will cause fish to not run away.
- remove_panic = false
- #Remove the fish's AI task to avoid players.
- remove_avoid_player = false
- #Remove the fish's AI task to follow a leader fish to act as a group of fish.
- remove_follow_leader = false
- #Remove the fish's AI task to puff up when entities are nearby
- remove_puff = false
-
- #Squid Fish
- [entity.squid]
- #Remove the squid's flee pathfinder. This will cause squid to not run away.
- remove_flee = false
- #Remove the squid's random movement pathfinder. This will cause squid to swim around randomly.
- remove_random_move = false
-
- #Cow
- [entity.cow]
- #Remove the cow's float AI task. This causes cows to no longer swim in water.
- remove_float = false
- #Remove the cow's panic AI task. This causes cows to no longer run around after being hit, or search water to extinguish themselves.
- remove_panic = false
- #Remove the cow's breed AI task. This causes cows to be unable to breed to create offspring.
- remove_breed = false
- #Remove the cow's tempt AI task. This causes cows to no longer follow the player if they're holding an item they like.
- remove_tempt = false
- #Remove the cow's follow parent AI task. This causes baby cows to no longer follow their parents.
- remove_follow_parent = false
- #Remove the cow's random stroll AI task. This causes cows to no longer walk around randomly.
- remove_stroll = false
-
- #Chicken
- [entity.chicken]
- #Remove the chicken's float AI task. This causes chickens to no longer swim in water.
- remove_float = false
- #Remove the chicken's panic AI task. This causes chickens to no longer run around after being hit, or search water to extinguish themselves.
- remove_panic = false
- #Remove the chicken's breed AI task. This causes chickens to be unable to breed to create offspring.
- remove_breed = false
- #Remove the chicken's tempt AI task. This causes chickens to no longer follow the player if they're holding an item they like.
- remove_tempt = false
- #Remove the chicken's follow parent AI task. This causes baby chickens to no longer follow their parents.
- remove_follow_parent = false
- #Remove the chicken's random stroll AI task. This causes chickens to no longer walk around randomly.
- remove_stroll = false
-
- #Pig
- [entity.pig]
- #Remove the pig's float AI task. This causes pigs to no longer swim in water.
- remove_float = false
- #Remove the pig's panic AI task. This causes pigs to no longer run around after being hit, or search water to extinguish themselves.
- remove_panic = false
- #Remove the pig's breed AI task. This causes pigs to be unable to breed to create offspring.
- remove_breed = false
- #Remove the pig's tempt AI task. This causes pigs to no longer follow the player if they're holding an item they like.
- remove_tempt = false
- #Remove the pig's follow parent AI task. This causes baby pigs to no longer follow their parents.
- remove_follow_parent = false
- #Remove the pig's random stroll AI task. This causes pigs to no longer walk around randomly.
- remove_stroll = false
-
- #Sheep
- [entity.sheep]
- #Remove the sheep's float AI task. This causes sheep to no longer swim in water.
- remove_float = false
- #Remove the sheep's panic AI task. This causes sheep to no longer run around after being hit, or search water to extinguish themselves.
- remove_panic = false
- #Remove the sheep's breed AI task. This causes sheep to be unable to breed to create offspring.
- remove_breed = false
- #Remove the sheep's tempt AI task. This causes sheep to no longer follow the player if they're holding an item they like.
- remove_tempt = false
- #Remove the sheep's follow parent AI task. This causes baby sheep to no longer follow their parents.
- remove_follow_parent = false
- #Remove the sheep's random stroll AI task. This causes sheep to no longer walk around randomly.
- remove_stroll = false
- #Remove the sheep's eat block AI task. This causes sheep to no longer eat grass, and thus be unable to regenerate their wool.
- remove_eat_block = false
-
+
+#Entity Settings
+[entity]
+
+ #General
+ [entity.general]
+ #Allow AI tasks to be removed from entities at runtime. If this is disable no per mob or per mob type removes will run.
+ allow_remove_calls = true
+ #Allows repeat remove calls to bubble to the top of the list to improve performance of repeat mob spawning.
+ enable_call_bubbling = true
+
+ #Entity Mob
+ [entity.mob]
+
+ #Remove Look Goal
+ [entity.mob.remove_look_goal]
+ #Remove the look at goal (player or attack target) AI task. This will cause AIs to not face targets or walking directions.
+ remove_look_goal = false
+ #Set this to true to apply this setting to all mobs on the filter list. Set this to false to NOT apply this to mobs on the filter list.
+ is_allowlist = false
+ #The list of mobs that is affected by this setting according to is_allowlist
+ filter_list = []
+
+ #Remove Look Random
+ [entity.mob.remove_look_random]
+ #Remove the look at random position AI task. This will cause AIs to feel a little lifeless as they do not animate head movement while idle.
+ remove_look_random = false
+ #Set this to true to apply this setting to all mobs on the filter list. Set this to false to NOT apply this to mobs on the filter list.
+ is_allowlist = false
+ #The list of mobs that is affected by this setting according to is_allowlist
+ filter_list = []
+
+ #Replace Look Controller
+ [entity.mob.replace_look_controller]
+ #Replaces the default look controller with a version featuring cached tan math improving performance. Only works on vanilla style mobs, if a mod overrides the look controller it will skip.
+ replace_look_controller = true
+ #Set this to true to apply this setting to all mobs on the filter list. Set this to false to NOT apply this to mobs on the filter list.
+ is_allowlist = false
+ #The list of mobs that is affected by this setting according to is_allowlist
+ filter_list = []
+
+ #Entity Fish
+ [entity.fish]
+ #Remove the fish's random swimming pathfinder. This will cause fish to stay in position more often.
+ remove_swim = false
+ #Remove the fish's panic pathfinder. This will cause fish to not run away.
+ remove_panic = false
+ #Remove the fish's AI task to avoid players.
+ remove_avoid_player = false
+ #Remove the fish's AI task to follow a leader fish to act as a group of fish.
+ remove_follow_leader = false
+ #Remove the fish's AI task to puff up when entities are nearby
+ remove_puff = false
+
+ #Squid Fish
+ [entity.squid]
+ #Remove the squid's flee pathfinder. This will cause squid to not run away.
+ remove_flee = false
+ #Remove the squid's random movement pathfinder. This will cause squid to swim around randomly.
+ remove_random_move = false
+
+ #Cow
+ [entity.cow]
+ #Remove the cow's float AI task. This causes cows to no longer swim in water.
+ remove_float = false
+ #Remove the cow's panic AI task. This causes cows to no longer run around after being hit, or search water to extinguish themselves.
+ remove_panic = false
+ #Remove the cow's breed AI task. This causes cows to be unable to breed to create offspring.
+ remove_breed = false
+ #Remove the cow's tempt AI task. This causes cows to no longer follow the player if they're holding an item they like.
+ remove_tempt = false
+ #Remove the cow's follow parent AI task. This causes baby cows to no longer follow their parents.
+ remove_follow_parent = false
+ #Remove the cow's random stroll AI task. This causes cows to no longer walk around randomly.
+ remove_stroll = false
+
+ #Chicken
+ [entity.chicken]
+ #Remove the chicken's float AI task. This causes chickens to no longer swim in water.
+ remove_float = false
+ #Remove the chicken's panic AI task. This causes chickens to no longer run around after being hit, or search water to extinguish themselves.
+ remove_panic = false
+ #Remove the chicken's breed AI task. This causes chickens to be unable to breed to create offspring.
+ remove_breed = false
+ #Remove the chicken's tempt AI task. This causes chickens to no longer follow the player if they're holding an item they like.
+ remove_tempt = false
+ #Remove the chicken's follow parent AI task. This causes baby chickens to no longer follow their parents.
+ remove_follow_parent = false
+ #Remove the chicken's random stroll AI task. This causes chickens to no longer walk around randomly.
+ remove_stroll = false
+
+ #Pig
+ [entity.pig]
+ #Remove the pig's float AI task. This causes pigs to no longer swim in water.
+ remove_float = false
+ #Remove the pig's panic AI task. This causes pigs to no longer run around after being hit, or search water to extinguish themselves.
+ remove_panic = false
+ #Remove the pig's breed AI task. This causes pigs to be unable to breed to create offspring.
+ remove_breed = false
+ #Remove the pig's tempt AI task. This causes pigs to no longer follow the player if they're holding an item they like.
+ remove_tempt = false
+ #Remove the pig's follow parent AI task. This causes baby pigs to no longer follow their parents.
+ remove_follow_parent = false
+ #Remove the pig's random stroll AI task. This causes pigs to no longer walk around randomly.
+ remove_stroll = false
+
+ #Sheep
+ [entity.sheep]
+ #Remove the sheep's float AI task. This causes sheep to no longer swim in water.
+ remove_float = false
+ #Remove the sheep's panic AI task. This causes sheep to no longer run around after being hit, or search water to extinguish themselves.
+ remove_panic = false
+ #Remove the sheep's breed AI task. This causes sheep to be unable to breed to create offspring.
+ remove_breed = false
+ #Remove the sheep's tempt AI task. This causes sheep to no longer follow the player if they're holding an item they like.
+ remove_tempt = false
+ #Remove the sheep's follow parent AI task. This causes baby sheep to no longer follow their parents.
+ remove_follow_parent = false
+ #Remove the sheep's random stroll AI task. This causes sheep to no longer walk around randomly.
+ remove_stroll = false
+ #Remove the sheep's eat block AI task. This causes sheep to no longer eat grass, and thus be unable to regenerate their wool.
+ remove_eat_block = false
+
diff --git a/config/airhop-server.toml b/config/airhop-server.toml
index f149f5d..fe4041d 100644
--- a/config/airhop-server.toml
+++ b/config/airhop-server.toml
@@ -1,21 +1,21 @@
-#Chance the player's boots will be damaged by an air hop.
-#Range: 0.0 ~ 1.0
-boots_damage_chance = 0.15
-#Spawn a small particle cloud at the players feet on every air hop.
-spawn_particle_cloud = true
-#Prevent air hop enchantment from working when the player has 6 or less food points.
-disable_on_hungry = true
-#Take normal fall damage when hitting the ground after air hopping.
-normal_fall_damage = false
-#Air hopping can only be used while falling to prevent gaining too much height.
-only_when_falling = false
-#Play a funny sound effect whenever the player hops in mid-air.
-play_hopping_sound = true
-
-[enchantment]
- #Maximum level for this enchantment. Each level provides one additional air hop.
- #Range: > 1
- max_enchantment_level = 3
- #Makes the enchantment unobtainable from enchanting tables. It is only available on items from loot chests, fishing and villager trading.
- treasure_enchantment = true
-
+#Chance the player's boots will be damaged by an air hop.
+#Range: 0.0 ~ 1.0
+boots_damage_chance = 0.15
+#Spawn a small particle cloud at the players feet on every air hop.
+spawn_particle_cloud = true
+#Prevent air hop enchantment from working when the player has 6 or less food points.
+disable_on_hungry = true
+#Take normal fall damage when hitting the ground after air hopping.
+normal_fall_damage = false
+#Air hopping can only be used while falling to prevent gaining too much height.
+only_when_falling = false
+#Play a funny sound effect whenever the player hops in mid-air.
+play_hopping_sound = true
+
+[enchantment]
+ #Maximum level for this enchantment. Each level provides one additional air hop.
+ #Range: > 1
+ max_enchantment_level = 3
+ #Makes the enchantment unobtainable from enchanting tables. It is only available on items from loot chests, fishing and villager trading.
+ treasure_enchantment = true
+
diff --git a/config/alexsmobs.toml b/config/alexsmobs.toml
index 95b87cd..d49a75c 100644
--- a/config/alexsmobs.toml
+++ b/config/alexsmobs.toml
@@ -1,703 +1,703 @@
-
-[general]
- #Whether all players should get an Animal Dictionary when joining the world for the first time.
- giveBookOnStartup = false
- #Lava Opacity for the Lava Vision Potion.
- #Range: 0.01 ~ 1.0
- lavaVisionOpacity = 0.65
- #Whether to disable certain aspects of the Lava Vision Potion. Enable if issues with shaders persist.
- shadersCompat = false
- #Whether bananas should drop from blocks tagged with #alexsmobs:drops_bananas
- bananasDropFromLeaves = true
- #1 out of this number chance for leaves to drop a banana when broken. Fortune is automatically factored in
- #Range: > 0
- bananaChance = 200
- #Whether spiders should target fly mobs.
- spidersAttackFlies = true
- #Whether wolves should target moose mobs.
- wolvesAttackMoose = true
- #Whether polar bears should target seal mobs.
- polarBearsAttackSeals = true
- #Whether cats, ocelots and foxes should target jerboa mobs.
- catsAndFoxesAttackJerboas = true
- #Whether dolphins should target flying fish mobs.
- dolphinsAttackFlyingFish = true
- #Whether lava can be bottled with a right click of a glass bottle.
- lavaBottleEnabled = true
- #Whether bone serpents are neutral or hostile.
- neutralBoneSerpents = false
- #Whether mimicubes spawns should be restricted solely to the end city structure or to whatever biome is specified in their respective biome config.
- mimicubeSpawnInEndCity = true
- #Whether mimicream can be used to duplicate items.
- mimicreamRepair = false
- #Blacklist for items that mimicream cannot make a copy of. Ex: "minecraft:stone_sword", "alexsmobs:blood_sprayer"
- mimicreamBlacklist = ["alexsmobs:blood_sprayer", "alexsmobs:hemolymph_blaster"]
- #Whether wild raccoons steal food from chests.
- raccoonStealFromChests = true
- #Whether fish oil gives players a special levitation effect.
- fishOilMeme = true
- #Whether soul vulture spawns should be restricted solely to the nether fossil structure or to whatever biome is specified in their respective biome config.
- soulVultureSpawnOnFossil = true
- #Whether acacia blossoms should drop from blocks tagged with #alexsmobs:drops_acacia_blossoms
- acaciaBlossomsDropFromLeaves = true
- #Whether wandering traders offer items like acacia blossoms, mosquito larva, crocodile egg, etc.
- wanderingTraderOffers = true
- #0 = no mungus biome transformation. 1 = mungus changes blocks, but not chunk's biome. 2 = mungus transforms blocks and biome of chunk.
- #Range: 0 ~ 2
- mungusBiomeTransformationType = 2
- #List of all mungus mushrooms, biome transformations and surface blocks. Each is seperated by a |. Add an entry with a block registry name, biome registry name, and block registry name(for the ground).
- mungusBiomeMatches = ["minecraft:red_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:brown_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:crimson_fungus|minecraft:crimson_forest|minecraft:crimson_nylium", "minecraft:warped_fungus|minecraft:warped_forest|minecraft:warped_nylium"]
- #Whether guster spawns are limited to when it is raining/thundering.
- limitGusterSpawnsToWeather = true
- #Whether Crimson Mosquitoes can transform into Warped Moscos if attacking a Mungus or any listed creature.
- warpedMoscoTransformation = true
- #List of extra(non mungus) mobs that will trigger a crimson mosquito to become a warped mosquito. Ex: "minecraft:mooshroom", "alexsmobs:warped_toad"
- warpedMoscoMobTriggers = [""]
- #True if straddleboard enchants are enabled.
- straddleboardEnchants = true
- #Whether emu should target skeletons.
- emuTargetSkeletons = true
- #Percent chance for emu leggings to dodge projectile attacks.
- #Range: 0.0 ~ 1.0
- emuPantsDodgeChance = 0.1
- #Whether cachalots can destroy wood blocks if angry.
- cachalotDestruction = true
- #Relative volume of cachalot whales compared to other animals. Note that irl they are the loudest animal. Turn this down if you find their clicks annoying.
- #Range: 0.0 ~ 10.0
- cachalotVolume = 3.0
- #Percent chance for fungus to grow per each leaf a leafcutter ant returns to the colony.
- #Range: 0.0 ~ 1.0
- leafcutterAntFungusGrowChance = 0.3
- #How many feedings of leaves does a leafcutter colony need in order to regain a worker ant, if below half the max members.
- #Range: 2 ~ 100000
- leafcutterAntRepopulateFeedings = 25
- #Max number of ant entities allowed inside a leafcutter anthill.
- #Range: 2 ~ 100000
- leafcutterAntColonySize = 10
- #Percent chance for leafcutter ants to break leaves blocks when harvesting. Set to zero so that they can not break any blocks.
- #Range: 0.0 ~ 1.0
- leafcutterAntBreakLeavesChance = 0.2
- #Makes eagles teleport back to their owner if they get stuck during controlled flight. Useful for when playing with the Optifine mod, since this mod is the fault of many issues with the falconry system.
- falconryTeleportsBack = false
- #Makes Tarantula Hawks fireproof, perfect if you also want these guys to spawn in the nether.
- fireproofTarantulaHawk = false
- #List of dimensions in which spawning void worms via mysterious worm items is allowed.
- voidWormSpawnDimensions = ["minecraft:the_end"]
- #All void worm damage is scaled to this.
- #Range: 0.0 ~ 100.0
- voidWormDamageModifier = 1.0
- #Max Health of the void worm boss.
- #Range: 0.0 ~ 1000000.0
- voidWormMaxHealth = 160.0
- #Whether the void worm boss is summonable or not, via the mysterious worm item.
- voidWormSummonable = true
- #Whether seagulls should steal food out of players' hotbar slots.
- seagullStealing = true
- #List of items that seagulls cannot take from players.
- seagullStealingBlacklist = ["solapplepie:golden_lunchbox", "solapplepie:lunchbox", "solapplepie:lunchbag"]
- #Whether the Clinging Potion effect should flip the screen. Warning: may cause nausea.
- clingingFlipEffect = false
- #Percent chance of getting Pigshoes from Piglin Bartering. Set to zero to disable.
- #Range: 0.0 ~ 1.0
- tusklinShoesBarteringChance = 0.02500000037252903
- #The visual zoom of the rainbow pattern on the rainbow glass block. Higher number = bigger pattern.
- #Range: 1.0 ~ 10000.0
- rainbowGlassFidelity = 16.0
- #Whether Rabbits can transform into Bunfungus if fed Mungal spores.
- bunfungusTransformation = true
- #True if some Alex's Mobs items should spawn in loot chests.
- addLootToChests = true
- #List of items that cannot be put in a Transmuting Table.
- transmutationBlacklist = ["minecraft:beacon"]
- #True if transmutation tables should not have the ability to pick up new items to transmute, and only give options from the loot tables.
- limitTransmutingToLootTables = false
- #True if transmutation tables can explode when broken.
- transmutingTableExplodes = true
- #The experience, in levels, that each transmutation of a stack takes in the transmuting table.
- #Range: 0 ~ 100000
- transmutingExperienceCost = 3
- #The step value multiplied by the log of the stack size when transmuting an item, used to determine its weight for appearing in future transmutation possibilities. Higher number = more likely to appear.
- #Range: 1.0 ~ 10000.0
- transmutingWeightAddStep = 3.0
- #The step value that an item looses when selecting it as the transmutation result. Keep this number higher than the one above for balance reasons. Higher number = less likely to appear after transmuting multiple times.
- #Range: 1.0 ~ 10000.0
- transmutingWeightRemoveStep = 4.0
- #True if skreechers can summon a new warden, when applicable.
- skreechersSummonWarden = true
- #The distance in blocks that will cause an underminer to dissapear when approached by a player.
- #Range: 1.0 ~ 10000.0
- underminerDisappearDistance = 8.0
-
- [general.spawning]
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- grizzlyBearSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- grizzlyBearSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- roadrunnerSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- roadrunnerSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- boneSerpentSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- boneSeprentSpawnRolls = 40
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- gazelleSpawnWeight = 20
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- gazelleSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- crocodileSpawnWeight = 10
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- crocSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- flySpawnWeight = 2
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- flySpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- hummingbirdSpawnWeight = 10
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- hummingbirdSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- orcaSpawnWeight = 2
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- orcaSpawnRolls = 12
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- sunbirdSpawnWeight = 3
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- sunbirdSpawnRolls = 6
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- gorillaSpawnWeight = 12
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- gorillaSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- crimsonMosquitoSpawnWeight = 3
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- crimsonMosquitoSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- rattlesnakeSpawnWeight = 6
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- rattlesnakeSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- endergradeSpawnWeight = 5
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- endergradeSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- hammerheadSharkSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- hammerheadSharkSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- lobsterSpawnWeight = 3
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- lobsterSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- komodoDragonSpawnWeight = 8
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- komodoDragonSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- capuchinMonkeySpawnWeight = 14
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- capuchinMonkeySpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- caveCentipedeSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- caveCentipedeSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- warpedToadSpawnWeight = 0
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- warpedToadSpawnRolls = 0
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- mooseSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- mooseSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- mimicubeSpawnWeight = 20
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- mimicubeSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- raccoonSpawnWeight = 5
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- raccoonSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- blobfishSpawnWeight = 15
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- blobfishSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- sealSpawnWeight = 10
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- sealSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- cockroachSpawnWeight = 0
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- cockroachSpawnRolls = 0
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- shoebillSpawnWeight = 5
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- shoebillSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- elephantSpawnWeight = 15
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- elephantSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- soulVultureSpawnWeight = 15
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- soulVultureSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- snowLeopardSpawnWeight = 9
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- snowLeopardSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- spectreSpawnWeight = 5
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- spectreSpawnRolls = 5
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- crowSpawnWeight = 2
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- crowSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- alligatorSnappingTurtleSpawnWeight = 10
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- alligatorSnappingTurtleSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- mungusSpawnWeight = 6
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- mungusSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- mantisShrimpSpawnWeight = 7
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- mantisShrimpSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- gusterSpawnWeight = 17
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- gusterSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn. NOTE: By default the warped mosco doesn't spawn in any biomes.
- #Range: 0 ~ 1000
- warpedMoscoSpawnWeight = 1
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- warpedMoscoSpawnRolls = 1000
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- straddlerSpawnWeight = 0
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- straddlerSpawnRolls = 0
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- stradpoleSpawnWeight = 0
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- stradpoleSpawnRolls = 3
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- emuSpawnWeight = 10
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- emuSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- platypusSpawnWeight = 10
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- platypusSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- dropbearSpawnWeight = 10
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- dropbearSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- tasmanianDevilSpawnWeight = 6
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- tasmanianDevilSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- kangarooSpawnWeight = 12
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- kangarooSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- cachalotWhaleSpawnWeight = 1
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- cachalotWhaleSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- enderiophageSpawnWeight = 3
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- enderiophageSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- baldEagleSpawnWeight = 7
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- baldEagleSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- tigerSpawnWeight = 0
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- tigerSpawnRolls = 0
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- tarantulaHawkSpawnWeight = 3
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- tarantulaHawkSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- voidWormSpawnWeight = 0
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- voidWormSpawnRolls = 0
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- frilledSharkSpawnWeight = 6
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- frilledSharkSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- mimicOctopusSpawnWeight = 5
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- mimicOctopusSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- seagullSpawnWeight = 10
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- seagullSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- froststalkerSpawnWeight = 10
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- froststalkerSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- tusklinSpawnWeight = 9
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- tusklinSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- laviathanSpawnWeight = 7
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- laviathanSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- cosmawSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- cosmawSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- toucanSpawnWeight = 11
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- toucanSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- manedWolfSpawnWeight = 5
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- manedWolfSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- anacondaSpawnWeight = 6
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- anacondaSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- anteaterSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- anteaterSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- rockyRollerSpawnWeight = 30
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- rockyRollerSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- flutterSpawnWeight = 6
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- flutterSpawnRolls = 1
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- geladaMonkeySpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- geladaMonkeySpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- jerboaSpawnWeight = 6
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- jerboaSpawnRolls = 3
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- terrapinSpawnWeight = 3
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- terrapinSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- combJellySpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- combJellySpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- cosmicCodSpawnWeight = 3
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- cosmicCodSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- bunfungusSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- bunfungusSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- bisonSpawnWeight = 0
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- bisonSpawnRolls = 0
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- giantSquidSpawnWeight = 2
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- giantSquidSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn (NOTE: this mob spawns are restricted exclusively to one chunk, see below)
- #Range: 0 ~ 1000
- devilsHolePupfishSpawnWeight = 12
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning (NOTE: this mob spawns are restricted exclusively to one chunk, see below)
- #Range: > 0
- devilsHolePupfishSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- catfishSpawnWeight = 2
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- catfishSpawnRolls = 3
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- flyingFishSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- flyingFishSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- skelewagSpawnWeight = 7
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- skelewagSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- rainFrogSpawnWeight = 5
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- rainFrogSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- potooSpawnWeight = 7
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- potooSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- mudskipperSpawnWeight = 14
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- mudskipperSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- rhinocerosSpawnWeight = 12
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- rhinocerosSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- sugarGliderSpawnWeight = 7
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- sugarGliderSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- farseerSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- farseerSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- skreecherSpawnWeight = 6
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- skreecherSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- underminerSpawnWeight = 25
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- underminerSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- murmurSpawnWeight = 2
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- murmurSpawnRolls = 2
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- skunkSpawnWeight = 3
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- skunkSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- bananaSlugSpawnWeight = 7
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- bananaSlugSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- blueJaySpawnWeight = 8
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- blueJaySpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- caimanSpawnWeight = 14
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- caimanSpawnRolls = 1
- #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
- #Range: 0 ~ 1000
- triopsSpawnWeight = 4
- #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
- #Range: > 0
- triopsSpawnRolls = 1
-
- [general.spawning.uniqueSpawning]
- #Maximum world y-level that cave centipedes can spawn at
- #Range: -64 ~ 320
- caveCentipedeSpawnHeight = 0
- #Maximum world y-level that blobfish can spawn at
- #Range: -64 ~ 320
- blobfishSpawnHeight = 25
- #Whether to enable beached cachalot whales to spawn on beaches during thunder storms.
- beachedCachalotWhales = true
- #Percent chance increase for each failed attempt to spawn a beached cachalot whale. Higher value = more spawns.
- #Range: 0 ~ 100
- beachedCachalotWhaleSpawnChance = 3
- #Delay (in ticks) between attempts to spawn beached cachalot whales. Default is a single day. Works like wandering traders.
- #Range: > 0
- beachedCachalotWhaleSpawnDelay = 24000
- #Percent chance for leafcutter anthills to spawn as world gen in each chunk. Set to zero to disable spawning.
- #Range: 0.0 ~ 1.0
- leafcutterAnthillSpawnChance = 0.004999999888241291
- #Minimum world y-level that gelada monkeys can spawn at
- #Range: -64 ~ 320
- geladaMonkeySpawnRolls = 0
- #Whether to restrict all pupfish spawns to one chunk (similar to real life) or have them only obey their spawn config.
- restrictPupfishSpawns = true
- #The maximum distance a pupfish spawn chunk is from world spawn(0, 0) in blocks.
- #Range: 2 ~ 1000000000
- pupfishChunkSpawnDistance = 2000
- #Whether to restrict all skelewag spawns to shipwreck structures.
- restrictSkelewagSpawns = true
- #Whether to restrict all farseer spawns to near the world border.
- restrictFarseerSpawns = false
- #Whether to restrict all underminer spawns to abandoned mineshafts.
- restrictUnderminerSpawns = true
- #The maximum distance a farseer can spawn from the world border.
- #Range: 2 ~ 1000000000
- farseerBorderSpawnDistance = 100
- #Maximum world y-level that murmur can spawn at
- #Range: -64 ~ 320
- murmurSpawnHeight = -30
-
- [general.spawning.uniqueSpawning.dangerZone]
- #Its been so long...
- superSecretSettings = false
-
+
+[general]
+ #Whether all players should get an Animal Dictionary when joining the world for the first time.
+ giveBookOnStartup = false
+ #Lava Opacity for the Lava Vision Potion.
+ #Range: 0.01 ~ 1.0
+ lavaVisionOpacity = 0.65
+ #Whether to disable certain aspects of the Lava Vision Potion. Enable if issues with shaders persist.
+ shadersCompat = false
+ #Whether bananas should drop from blocks tagged with #alexsmobs:drops_bananas
+ bananasDropFromLeaves = true
+ #1 out of this number chance for leaves to drop a banana when broken. Fortune is automatically factored in
+ #Range: > 0
+ bananaChance = 200
+ #Whether spiders should target fly mobs.
+ spidersAttackFlies = true
+ #Whether wolves should target moose mobs.
+ wolvesAttackMoose = true
+ #Whether polar bears should target seal mobs.
+ polarBearsAttackSeals = true
+ #Whether cats, ocelots and foxes should target jerboa mobs.
+ catsAndFoxesAttackJerboas = true
+ #Whether dolphins should target flying fish mobs.
+ dolphinsAttackFlyingFish = true
+ #Whether lava can be bottled with a right click of a glass bottle.
+ lavaBottleEnabled = true
+ #Whether bone serpents are neutral or hostile.
+ neutralBoneSerpents = false
+ #Whether mimicubes spawns should be restricted solely to the end city structure or to whatever biome is specified in their respective biome config.
+ mimicubeSpawnInEndCity = true
+ #Whether mimicream can be used to duplicate items.
+ mimicreamRepair = false
+ #Blacklist for items that mimicream cannot make a copy of. Ex: "minecraft:stone_sword", "alexsmobs:blood_sprayer"
+ mimicreamBlacklist = ["alexsmobs:blood_sprayer", "alexsmobs:hemolymph_blaster"]
+ #Whether wild raccoons steal food from chests.
+ raccoonStealFromChests = true
+ #Whether fish oil gives players a special levitation effect.
+ fishOilMeme = true
+ #Whether soul vulture spawns should be restricted solely to the nether fossil structure or to whatever biome is specified in their respective biome config.
+ soulVultureSpawnOnFossil = true
+ #Whether acacia blossoms should drop from blocks tagged with #alexsmobs:drops_acacia_blossoms
+ acaciaBlossomsDropFromLeaves = true
+ #Whether wandering traders offer items like acacia blossoms, mosquito larva, crocodile egg, etc.
+ wanderingTraderOffers = true
+ #0 = no mungus biome transformation. 1 = mungus changes blocks, but not chunk's biome. 2 = mungus transforms blocks and biome of chunk.
+ #Range: 0 ~ 2
+ mungusBiomeTransformationType = 2
+ #List of all mungus mushrooms, biome transformations and surface blocks. Each is seperated by a |. Add an entry with a block registry name, biome registry name, and block registry name(for the ground).
+ mungusBiomeMatches = ["minecraft:red_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:brown_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:crimson_fungus|minecraft:crimson_forest|minecraft:crimson_nylium", "minecraft:warped_fungus|minecraft:warped_forest|minecraft:warped_nylium"]
+ #Whether guster spawns are limited to when it is raining/thundering.
+ limitGusterSpawnsToWeather = true
+ #Whether Crimson Mosquitoes can transform into Warped Moscos if attacking a Mungus or any listed creature.
+ warpedMoscoTransformation = true
+ #List of extra(non mungus) mobs that will trigger a crimson mosquito to become a warped mosquito. Ex: "minecraft:mooshroom", "alexsmobs:warped_toad"
+ warpedMoscoMobTriggers = [""]
+ #True if straddleboard enchants are enabled.
+ straddleboardEnchants = true
+ #Whether emu should target skeletons.
+ emuTargetSkeletons = true
+ #Percent chance for emu leggings to dodge projectile attacks.
+ #Range: 0.0 ~ 1.0
+ emuPantsDodgeChance = 0.1
+ #Whether cachalots can destroy wood blocks if angry.
+ cachalotDestruction = true
+ #Relative volume of cachalot whales compared to other animals. Note that irl they are the loudest animal. Turn this down if you find their clicks annoying.
+ #Range: 0.0 ~ 10.0
+ cachalotVolume = 3.0
+ #Percent chance for fungus to grow per each leaf a leafcutter ant returns to the colony.
+ #Range: 0.0 ~ 1.0
+ leafcutterAntFungusGrowChance = 0.3
+ #How many feedings of leaves does a leafcutter colony need in order to regain a worker ant, if below half the max members.
+ #Range: 2 ~ 100000
+ leafcutterAntRepopulateFeedings = 25
+ #Max number of ant entities allowed inside a leafcutter anthill.
+ #Range: 2 ~ 100000
+ leafcutterAntColonySize = 10
+ #Percent chance for leafcutter ants to break leaves blocks when harvesting. Set to zero so that they can not break any blocks.
+ #Range: 0.0 ~ 1.0
+ leafcutterAntBreakLeavesChance = 0.2
+ #Makes eagles teleport back to their owner if they get stuck during controlled flight. Useful for when playing with the Optifine mod, since this mod is the fault of many issues with the falconry system.
+ falconryTeleportsBack = false
+ #Makes Tarantula Hawks fireproof, perfect if you also want these guys to spawn in the nether.
+ fireproofTarantulaHawk = false
+ #List of dimensions in which spawning void worms via mysterious worm items is allowed.
+ voidWormSpawnDimensions = ["minecraft:the_end"]
+ #All void worm damage is scaled to this.
+ #Range: 0.0 ~ 100.0
+ voidWormDamageModifier = 1.0
+ #Max Health of the void worm boss.
+ #Range: 0.0 ~ 1000000.0
+ voidWormMaxHealth = 160.0
+ #Whether the void worm boss is summonable or not, via the mysterious worm item.
+ voidWormSummonable = true
+ #Whether seagulls should steal food out of players' hotbar slots.
+ seagullStealing = true
+ #List of items that seagulls cannot take from players.
+ seagullStealingBlacklist = ["solapplepie:golden_lunchbox", "solapplepie:lunchbox", "solapplepie:lunchbag"]
+ #Whether the Clinging Potion effect should flip the screen. Warning: may cause nausea.
+ clingingFlipEffect = false
+ #Percent chance of getting Pigshoes from Piglin Bartering. Set to zero to disable.
+ #Range: 0.0 ~ 1.0
+ tusklinShoesBarteringChance = 0.02500000037252903
+ #The visual zoom of the rainbow pattern on the rainbow glass block. Higher number = bigger pattern.
+ #Range: 1.0 ~ 10000.0
+ rainbowGlassFidelity = 16.0
+ #Whether Rabbits can transform into Bunfungus if fed Mungal spores.
+ bunfungusTransformation = true
+ #True if some Alex's Mobs items should spawn in loot chests.
+ addLootToChests = true
+ #List of items that cannot be put in a Transmuting Table.
+ transmutationBlacklist = ["minecraft:beacon"]
+ #True if transmutation tables should not have the ability to pick up new items to transmute, and only give options from the loot tables.
+ limitTransmutingToLootTables = false
+ #True if transmutation tables can explode when broken.
+ transmutingTableExplodes = true
+ #The experience, in levels, that each transmutation of a stack takes in the transmuting table.
+ #Range: 0 ~ 100000
+ transmutingExperienceCost = 3
+ #The step value multiplied by the log of the stack size when transmuting an item, used to determine its weight for appearing in future transmutation possibilities. Higher number = more likely to appear.
+ #Range: 1.0 ~ 10000.0
+ transmutingWeightAddStep = 3.0
+ #The step value that an item looses when selecting it as the transmutation result. Keep this number higher than the one above for balance reasons. Higher number = less likely to appear after transmuting multiple times.
+ #Range: 1.0 ~ 10000.0
+ transmutingWeightRemoveStep = 4.0
+ #True if skreechers can summon a new warden, when applicable.
+ skreechersSummonWarden = true
+ #The distance in blocks that will cause an underminer to dissapear when approached by a player.
+ #Range: 1.0 ~ 10000.0
+ underminerDisappearDistance = 8.0
+
+ [general.spawning]
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ grizzlyBearSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ grizzlyBearSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ roadrunnerSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ roadrunnerSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ boneSerpentSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ boneSeprentSpawnRolls = 40
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ gazelleSpawnWeight = 20
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ gazelleSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ crocodileSpawnWeight = 10
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ crocSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ flySpawnWeight = 2
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ flySpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ hummingbirdSpawnWeight = 10
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ hummingbirdSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ orcaSpawnWeight = 2
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ orcaSpawnRolls = 12
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ sunbirdSpawnWeight = 3
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ sunbirdSpawnRolls = 6
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ gorillaSpawnWeight = 12
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ gorillaSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ crimsonMosquitoSpawnWeight = 3
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ crimsonMosquitoSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ rattlesnakeSpawnWeight = 6
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ rattlesnakeSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ endergradeSpawnWeight = 5
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ endergradeSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ hammerheadSharkSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ hammerheadSharkSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ lobsterSpawnWeight = 3
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ lobsterSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ komodoDragonSpawnWeight = 8
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ komodoDragonSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ capuchinMonkeySpawnWeight = 14
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ capuchinMonkeySpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ caveCentipedeSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ caveCentipedeSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ warpedToadSpawnWeight = 0
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ warpedToadSpawnRolls = 0
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ mooseSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ mooseSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ mimicubeSpawnWeight = 20
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ mimicubeSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ raccoonSpawnWeight = 5
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ raccoonSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ blobfishSpawnWeight = 15
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ blobfishSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ sealSpawnWeight = 10
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ sealSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ cockroachSpawnWeight = 0
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ cockroachSpawnRolls = 0
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ shoebillSpawnWeight = 5
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ shoebillSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ elephantSpawnWeight = 15
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ elephantSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ soulVultureSpawnWeight = 15
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ soulVultureSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ snowLeopardSpawnWeight = 9
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ snowLeopardSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ spectreSpawnWeight = 5
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ spectreSpawnRolls = 5
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ crowSpawnWeight = 2
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ crowSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ alligatorSnappingTurtleSpawnWeight = 10
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ alligatorSnappingTurtleSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ mungusSpawnWeight = 6
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ mungusSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ mantisShrimpSpawnWeight = 7
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ mantisShrimpSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ gusterSpawnWeight = 17
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ gusterSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn. NOTE: By default the warped mosco doesn't spawn in any biomes.
+ #Range: 0 ~ 1000
+ warpedMoscoSpawnWeight = 1
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ warpedMoscoSpawnRolls = 1000
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ straddlerSpawnWeight = 0
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ straddlerSpawnRolls = 0
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ stradpoleSpawnWeight = 0
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ stradpoleSpawnRolls = 3
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ emuSpawnWeight = 10
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ emuSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ platypusSpawnWeight = 10
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ platypusSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ dropbearSpawnWeight = 10
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ dropbearSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ tasmanianDevilSpawnWeight = 6
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ tasmanianDevilSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ kangarooSpawnWeight = 12
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ kangarooSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ cachalotWhaleSpawnWeight = 1
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ cachalotWhaleSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ enderiophageSpawnWeight = 3
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ enderiophageSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ baldEagleSpawnWeight = 7
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ baldEagleSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ tigerSpawnWeight = 0
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ tigerSpawnRolls = 0
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ tarantulaHawkSpawnWeight = 3
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ tarantulaHawkSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ voidWormSpawnWeight = 0
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ voidWormSpawnRolls = 0
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ frilledSharkSpawnWeight = 6
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ frilledSharkSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ mimicOctopusSpawnWeight = 5
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ mimicOctopusSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ seagullSpawnWeight = 10
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ seagullSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ froststalkerSpawnWeight = 10
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ froststalkerSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ tusklinSpawnWeight = 9
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ tusklinSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ laviathanSpawnWeight = 7
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ laviathanSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ cosmawSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ cosmawSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ toucanSpawnWeight = 11
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ toucanSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ manedWolfSpawnWeight = 5
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ manedWolfSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ anacondaSpawnWeight = 6
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ anacondaSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ anteaterSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ anteaterSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ rockyRollerSpawnWeight = 30
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ rockyRollerSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ flutterSpawnWeight = 6
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ flutterSpawnRolls = 1
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ geladaMonkeySpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ geladaMonkeySpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ jerboaSpawnWeight = 6
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ jerboaSpawnRolls = 3
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ terrapinSpawnWeight = 3
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ terrapinSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ combJellySpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ combJellySpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ cosmicCodSpawnWeight = 3
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ cosmicCodSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ bunfungusSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ bunfungusSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ bisonSpawnWeight = 0
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ bisonSpawnRolls = 0
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ giantSquidSpawnWeight = 2
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ giantSquidSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn (NOTE: this mob spawns are restricted exclusively to one chunk, see below)
+ #Range: 0 ~ 1000
+ devilsHolePupfishSpawnWeight = 12
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning (NOTE: this mob spawns are restricted exclusively to one chunk, see below)
+ #Range: > 0
+ devilsHolePupfishSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ catfishSpawnWeight = 2
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ catfishSpawnRolls = 3
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ flyingFishSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ flyingFishSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ skelewagSpawnWeight = 7
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ skelewagSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ rainFrogSpawnWeight = 5
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ rainFrogSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ potooSpawnWeight = 7
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ potooSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ mudskipperSpawnWeight = 14
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ mudskipperSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ rhinocerosSpawnWeight = 12
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ rhinocerosSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ sugarGliderSpawnWeight = 7
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ sugarGliderSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ farseerSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ farseerSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ skreecherSpawnWeight = 6
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ skreecherSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ underminerSpawnWeight = 25
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ underminerSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ murmurSpawnWeight = 2
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ murmurSpawnRolls = 2
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ skunkSpawnWeight = 3
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ skunkSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ bananaSlugSpawnWeight = 7
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ bananaSlugSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ blueJaySpawnWeight = 8
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ blueJaySpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ caimanSpawnWeight = 14
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ caimanSpawnRolls = 1
+ #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
+ #Range: 0 ~ 1000
+ triopsSpawnWeight = 4
+ #Random roll chance to enable mob spawning. Higher number = lower chance of spawning
+ #Range: > 0
+ triopsSpawnRolls = 1
+
+ [general.spawning.uniqueSpawning]
+ #Maximum world y-level that cave centipedes can spawn at
+ #Range: -64 ~ 320
+ caveCentipedeSpawnHeight = 0
+ #Maximum world y-level that blobfish can spawn at
+ #Range: -64 ~ 320
+ blobfishSpawnHeight = 25
+ #Whether to enable beached cachalot whales to spawn on beaches during thunder storms.
+ beachedCachalotWhales = true
+ #Percent chance increase for each failed attempt to spawn a beached cachalot whale. Higher value = more spawns.
+ #Range: 0 ~ 100
+ beachedCachalotWhaleSpawnChance = 3
+ #Delay (in ticks) between attempts to spawn beached cachalot whales. Default is a single day. Works like wandering traders.
+ #Range: > 0
+ beachedCachalotWhaleSpawnDelay = 24000
+ #Percent chance for leafcutter anthills to spawn as world gen in each chunk. Set to zero to disable spawning.
+ #Range: 0.0 ~ 1.0
+ leafcutterAnthillSpawnChance = 0.004999999888241291
+ #Minimum world y-level that gelada monkeys can spawn at
+ #Range: -64 ~ 320
+ geladaMonkeySpawnRolls = 0
+ #Whether to restrict all pupfish spawns to one chunk (similar to real life) or have them only obey their spawn config.
+ restrictPupfishSpawns = true
+ #The maximum distance a pupfish spawn chunk is from world spawn(0, 0) in blocks.
+ #Range: 2 ~ 1000000000
+ pupfishChunkSpawnDistance = 2000
+ #Whether to restrict all skelewag spawns to shipwreck structures.
+ restrictSkelewagSpawns = true
+ #Whether to restrict all farseer spawns to near the world border.
+ restrictFarseerSpawns = false
+ #Whether to restrict all underminer spawns to abandoned mineshafts.
+ restrictUnderminerSpawns = true
+ #The maximum distance a farseer can spawn from the world border.
+ #Range: 2 ~ 1000000000
+ farseerBorderSpawnDistance = 100
+ #Maximum world y-level that murmur can spawn at
+ #Range: -64 ~ 320
+ murmurSpawnHeight = -30
+
+ [general.spawning.uniqueSpawning.dangerZone]
+ #Its been so long...
+ superSecretSettings = false
+
diff --git a/config/anti_mob_farm-common.toml b/config/anti_mob_farm-common.toml
index 610cfc7..02445d8 100644
--- a/config/anti_mob_farm-common.toml
+++ b/config/anti_mob_farm-common.toml
@@ -1,23 +1,23 @@
-
-#Settings
-[general]
- enable_anti_mob_farm = true
- affect_animals = false
- affect_vanilla_loot = false
- affect_age_of_exile_loot = true
- affect_age_of_exile_exp = true
- #Range: 0.0 ~ 1.0
- min_player_dmg_for_loot = 0.5
- #Range: 0.0 ~ 1.0
- mob_kill_chunk_penalty = 0.02
- #Range: 0.0 ~ 1.0
- penalty_regen_per_minute = 0.05
- #Range: 0 ~ 1000
- one_time_free_kills_per_chunk = 15
- #Range: 0 ~ 1000
- added_free_kills_on_chest_looted = 5
- excluded_dimensions = ["mmorpg:dungeon"]
- excluded_entities = []
- #Range: 0.0 ~ 100.0
- GATEWAYS_MOB_CHANCE_TO_NOT_PROC_PENALTY = 50.0
-
+
+#Settings
+[general]
+ enable_anti_mob_farm = true
+ affect_animals = false
+ affect_vanilla_loot = false
+ affect_age_of_exile_loot = true
+ affect_age_of_exile_exp = true
+ #Range: 0.0 ~ 1.0
+ min_player_dmg_for_loot = 0.5
+ #Range: 0.0 ~ 1.0
+ mob_kill_chunk_penalty = 0.02
+ #Range: 0.0 ~ 1.0
+ penalty_regen_per_minute = 0.05
+ #Range: 0 ~ 1000
+ one_time_free_kills_per_chunk = 15
+ #Range: 0 ~ 1000
+ added_free_kills_on_chest_looted = 5
+ excluded_dimensions = ["mmorpg:dungeon"]
+ excluded_entities = []
+ #Range: 0.0 ~ 100.0
+ GATEWAYS_MOB_CHANCE_TO_NOT_PROC_PENALTY = 50.0
+
diff --git a/config/appleskin-client.toml b/config/appleskin-client.toml
index e082d6b..3ad4de7 100644
--- a/config/appleskin-client.toml
+++ b/config/appleskin-client.toml
@@ -1,24 +1,24 @@
-
-[client]
- #If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT
- showFoodValuesInTooltip = true
- #If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT)
- showFoodValuesInTooltipAlways = true
- #If true, shows your current saturation level overlayed on the hunger bar
- showSaturationHudOverlay = true
- #If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding
- showFoodValuesHudOverlay = true
- #If true, enables the hunger/saturation/health overlays for food in your off-hand
- showFoodValuesHudOverlayWhenOffhand = true
- #If true, shows your food exhaustion as a progress bar behind the hunger bars
- showFoodExhaustionHudUnderlay = true
- #If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay
- showFoodStatsInDebugOverlay = true
- #If true, shows estimated health restored by food on the health bar
- showFoodHealthHudOverlay = true
- #If true, health/hunger overlay will shake to match Minecraft's icon animations
- showVanillaAnimationsOverlay = true
- #Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent)
- #Range: 0.0 ~ 1.0
- maxHudOverlayFlashAlpha = 0.65
-
+
+[client]
+ #If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT
+ showFoodValuesInTooltip = true
+ #If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT)
+ showFoodValuesInTooltipAlways = true
+ #If true, shows your current saturation level overlayed on the hunger bar
+ showSaturationHudOverlay = true
+ #If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding
+ showFoodValuesHudOverlay = true
+ #If true, enables the hunger/saturation/health overlays for food in your off-hand
+ showFoodValuesHudOverlayWhenOffhand = true
+ #If true, shows your food exhaustion as a progress bar behind the hunger bars
+ showFoodExhaustionHudUnderlay = true
+ #If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay
+ showFoodStatsInDebugOverlay = true
+ #If true, shows estimated health restored by food on the health bar
+ showFoodHealthHudOverlay = true
+ #If true, health/hunger overlay will shake to match Minecraft's icon animations
+ showVanillaAnimationsOverlay = true
+ #Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent)
+ #Range: 0.0 ~ 1.0
+ maxHudOverlayFlashAlpha = 0.65
+
diff --git a/config/aquaculture-common.toml b/config/aquaculture-common.toml
index 321beb2..d0d4ab2 100644
--- a/config/aquaculture-common.toml
+++ b/config/aquaculture-common.toml
@@ -1,18 +1,18 @@
-
-["basic options"]
- "Enable weight for fish? Useful for fishing competitions" = false
- "Should fish be added as compostables for the composter/worm farm? (Based on fish, or weight if enabled)" = true
- "Should Aquaculture fish be able to be used to breed cats & ocelots?" = true
- "Enable debug mode? (Enables additional logging)" = false
- "Show Fillet recipes in JEI?" = true
-
- ["basic options"."Amount of Message In A Bottle messages"]
- #Range: 0 ~ 255
- " Used to add additional custom messages" = 29
-
-["neptunium options"]
- "Enable recipes for Neptunium items?" = true
- "Enable recipes for Neptunium armor?" = true
- #Should Neptune's bounty be added as fishing loot? Very rare.
- "Add Neptune's Bounty as loot?" = true
-
+
+["basic options"]
+ "Enable weight for fish? Useful for fishing competitions" = false
+ "Should fish be added as compostables for the composter/worm farm? (Based on fish, or weight if enabled)" = true
+ "Should Aquaculture fish be able to be used to breed cats & ocelots?" = true
+ "Enable debug mode? (Enables additional logging)" = false
+ "Show Fillet recipes in JEI?" = true
+
+ ["basic options"."Amount of Message In A Bottle messages"]
+ #Range: 0 ~ 255
+ " Used to add additional custom messages" = 29
+
+["neptunium options"]
+ "Enable recipes for Neptunium items?" = true
+ "Enable recipes for Neptunium armor?" = true
+ #Should Neptune's bounty be added as fishing loot? Very rare.
+ "Add Neptune's Bounty as loot?" = true
+
diff --git a/config/balm-common.toml b/config/balm-common.toml
index afab694..749172a 100644
--- a/config/balm-common.toml
+++ b/config/balm-common.toml
@@ -1,19 +1,19 @@
-#This is an example boolean property
-exampleBoolean = true
-#Range: > -2147483648
-exampleInt = 42
-exampleString = "Hello World"
-exampleMultilineString = "Hello World"
-#Allowed Values: Hello, World
-exampleEnum = "Hello"
-exampleStringList = ["Hello", "World"]
-exampleIntList = [12, 24]
-exampleEnumList = ["Hello", "World"]
-
-[exampleCategory]
- #This is an example category
- #This is an example string inside a category
- innerField = "I am inside"
- #Range: -3.4028234663852886E38 ~ 3.4028234663852886E38
- exampleFloat = 42.84000015258789
-
+#This is an example boolean property
+exampleBoolean = true
+#Range: > -2147483648
+exampleInt = 42
+exampleString = "Hello World"
+exampleMultilineString = "Hello World"
+#Allowed Values: Hello, World
+exampleEnum = "Hello"
+exampleStringList = ["Hello", "World"]
+exampleIntList = [12, 24]
+exampleEnumList = ["Hello", "World"]
+
+[exampleCategory]
+ #This is an example category
+ #This is an example string inside a category
+ innerField = "I am inside"
+ #Range: -3.4028234663852886E38 ~ 3.4028234663852886E38
+ exampleFloat = 42.84000015258789
+
diff --git a/config/bcc-common.toml b/config/bcc-common.toml
index 8225c8e..5baed4e 100644
--- a/config/bcc-common.toml
+++ b/config/bcc-common.toml
@@ -1,14 +1,14 @@
-
-#General settings
-[general]
- #The CurseForge project ID for the modpack
- #Range: > 0
- modpackProjectID = 0
- #The name of the modpack
- modpackName = "Craft to Exile 2"
- #The version of the modpack
- modpackVersion = "0.5.2b"
- #Use the metadata.json to determine the modpack version
- #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
- useMetadata = false
-
+
+#General settings
+[general]
+ #The CurseForge project ID for the modpack
+ #Range: > 0
+ modpackProjectID = 0
+ #The name of the modpack
+ modpackName = "Craft to Exile 2"
+ #The version of the modpack
+ modpackVersion = "0.5.2b"
+ #Use the metadata.json to determine the modpack version
+ #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
+ useMetadata = false
+
diff --git a/config/betteradvancements-client.toml b/config/betteradvancements-client.toml
index 750ad7e..f3ce3bb 100644
--- a/config/betteradvancements-client.toml
+++ b/config/betteradvancements-client.toml
@@ -1,24 +1,24 @@
-defaultUncompletedIconColor = "#FFFFFF"
-defaultUncompletedTitleColor = "#0489C1"
-defaultCompletedIconColor = "#DBA213"
-defaultCompletedTitleColor = "#DBA213"
-doAdvancementsBackgroundFade = true
-showDebugCoordinates = false
-orderTabsAlphabetically = false
-#Values below 50% might give odd results, use on own risk ;)
-#Range: 1 ~ 100
-uiScaling = 100
-#Lists the criteria for partially completed advancements, e.g. the biomes required for 'Adventuring Time'
-# Off: Vanilla default
-# Default: List which criteria you have already obtained
-# Spoiler: Only reveal unobtained criteria
-# All: Show both obtained and unobtained criteria
-criteriaDetail = "All"
-criteriaDetailRequiresShift = false
-addInventoryButton = false
-defaultDrawDirectLines = false
-defaultHideLines = false
-defaultCompletedLineColor = "#FFFFFF"
-defaultUncompletedLineColor = "#FFFFFF"
-onlyUseAboveAdvancementTabs = false
-
+defaultUncompletedIconColor = "#FFFFFF"
+defaultUncompletedTitleColor = "#0489C1"
+defaultCompletedIconColor = "#DBA213"
+defaultCompletedTitleColor = "#DBA213"
+doAdvancementsBackgroundFade = true
+showDebugCoordinates = false
+orderTabsAlphabetically = false
+#Values below 50% might give odd results, use on own risk ;)
+#Range: 1 ~ 100
+uiScaling = 100
+#Lists the criteria for partially completed advancements, e.g. the biomes required for 'Adventuring Time'
+# Off: Vanilla default
+# Default: List which criteria you have already obtained
+# Spoiler: Only reveal unobtained criteria
+# All: Show both obtained and unobtained criteria
+criteriaDetail = "All"
+criteriaDetailRequiresShift = false
+addInventoryButton = false
+defaultDrawDirectLines = false
+defaultHideLines = false
+defaultCompletedLineColor = "#FFFFFF"
+defaultUncompletedLineColor = "#FFFFFF"
+onlyUseAboveAdvancementTabs = false
+
diff --git a/config/betteranimationscollection-client.toml b/config/betteranimationscollection-client.toml
index dfc8247..6da2b1b 100644
--- a/config/betteranimationscollection-client.toml
+++ b/config/betteranimationscollection-client.toml
@@ -1,190 +1,190 @@
-
-[general]
- #Block range for sound detection system to look for a mob that made a certain sound on the server, so the client may play an animation.
- #The client is not sent an exact position, so the mob's location must be estimated.
- #Range: 0.5 ~ 8.0
- sound_detection_range = 1.5
- #Mob variants that shouldn't have any model changes applied to them.
- #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
- mob_blacklist = []
-
-[models]
- #This makes the udders on cows wobble around when they walk.
- #Also makes their udders have nipples.
- oinky_pig = true
- #This one makes the knees of zombie-like and piglin-like mobs bend when they walk around.
- #Looks pretty fluid and nice. You'll like it, trust me.
- bending_humanoid_knees = true
- #This one makes chicken beaks open and close when they cluck.
- #When they strut their heads move back and forth, the red thing under their beak swings around and their wings flap a little. Just like the real deal!
- bucka_bucka_chicken = true
- #This one makes llamas open their mouth when spitting. How have they been doing that before?!
- spitful_llama = true
- #A truly stunning visual addition. Spiders now finally have the knees they've always dreamed of.
- spider_knees = true
- #Gives a jellyfish-like effect to the swimming animation of squids; generally just makes their tentacles flow more while moving.
- squiggly_squid_tentacles = true
- #A pleasing visual change; this makes the insides of slimes flow around like liquid.
- #They splish-splosh about even more when they jump. The eyes, the mouth, and the core itself all move independently.
- jiggly_liquidy_slime = true
- #Remember that one very popular "TNT" music video by CaptainSparklez with the really cute wobbly Creeper?
- #Well, it's in the game now. The full thing, the real deal, exactly like the video.
- wobbly_creeper = true
- #This makes the udders on cows wobble around when they walk.
- #Also makes their udders have nipples.
- wobbly_cow_udder = true
- #Changes wolf tails to be fluffier and flowier, wagging realistically while they stand and run.
- #Also makes tamed wolves lie down instead of sitting. Hold up some meat and they'll roll over, too.
- playful_doggy = true
- #This one is pretty kneat. It makes sheep actually bend down to eat grass.
- #It's no longer just their head lowering, their whole body lowers down to get a sweet sample of that succulent cellulose.
- #Did you notice their KNEES bend too when they kneel?
- kneeling_sheep = true
- #If an enderman is angry it will wave its arms around wildly while chasing its target.
- #Suits their twisted nature very well.
- arm_flailing_enderman = true
- #Takes away the stick tails of the current cats and gives them something nicer instead.
- #Fully animated flowing tails that move while they stand or run, and even curl around their bodies when they sit.
- curly_cat_tail = true
- #This makes a snowman's arm swing when it throws a snowball.
- animated_snow_man_stick = true
- #Divides ghast tentacles into parts and makes them wiggle realistically, like those tentacle monsters you always see at the movies.
- #Makes them a little more scary, but ultimately nicer to look at.
- wiggly_ghast_tentacles = true
- #Takes away the stick tails of the current ocelots and gives them something nicer instead.
- #Fully animated flowing tails that move while they stand or run.
- flowy_ocelot_tail = true
- #Adds a custom death animation to magma cubes, which causes their bodies to form into a pile of steamy, delicious hamburger patties when they die.
- #Unfortunately, you can't eat them because they're way too hot.
- magma_cube_burger = true
- #A subtle change; this makes iron golems wiggle their big noses whenever they're hurt.
- #Exactly the same animation as for villagers, except for iron golems!
- wiggly_iron_golem_nose = true
- #A subtle change; this makes villagers wiggle their big noses whenever they make their iconic sound.
- #It's a small change, but who doesn't get a kick out of it?
- wiggly_villager_nose = true
- #Makes horses more lively again, just like they used to be in older versions.
- #Does this by adding back their mouth and knees while staying true to the vanilla model style.
- familiar_horse = true
-
-[oinky_pig]
- #Mob sounds to play a unique animation for.
- #Useful for adding support for modded mob variants which have different sounds from their vanilla counterparts.
- #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
- mob_sounds = ["minecraft:entity.pig.ambient"]
- #Fancy ears for pigs, just like piglins have them.
- floaty_ears = true
- #Animation swing speed for ear floatiness.
- #Range: 1 ~ 20
- ear_animation_speed = 10
-
-[bucka_bucka_chicken]
- #Mob sounds to play a unique animation for.
- #Useful for adding support for modded mob variants which have different sounds from their vanilla counterparts.
- #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
- mob_sounds = ["minecraft:entity.chicken.ambient"]
- #Make bill a lot slimmer so chickens look less like ducks.
- slim_bill = true
- #Move head back and forth when chicken is walking.
- move_head = true
- #Wiggle chin when chicken is walking.
- wiggle_wattles = true
- #Flap wings when chicken is walking.
- flap_wings = true
- #Move head back and forth when chicken is walking.
- #Range: 1 ~ 20
- head_animation_speed = 4
- #Animation swing speed for wattles movement.
- #Range: 1 ~ 20
- wattles_animation_speed = 5
- #Animation swing speed of wing flapping.
- #Range: 1 ~ 20
- wing_animation_speed = 3
-
-[spitful_llama]
- #Mob sounds to play a unique animation for.
- #Useful for adding support for modded mob variants which have different sounds from their vanilla counterparts.
- #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
- mob_sounds = ["minecraft:entity.llama.spit"]
-
-[squiggly_squid_tentacles]
- #Define length for squid tentacles.
- #Range: 1 ~ 8
- tentacles_length = 8
-
-[jiggly_liquidy_slime]
- #Animation swing speed of inner slime parts.
- #Range: 1 ~ 20
- animation_speed = 5
-
-[wobbly_creeper]
- #Different directional behaviour modes for the walking animation.
- #Allowed Values: SIDE, FRONT, CIRCLE, RANDOM
- wobble_direction = "SIDE"
-
-[wobbly_cow_udder]
- #Animation swing speed of utter when the cow is walking.
- #Range: 1 ~ 20
- animation_speed = 5
- #Render tiny nipples on a cow's utter.
- show_nipples = true
- #Should calves show an utter.
- calf_utter = false
-
-[playful_doggy]
- #Define tail length.
- #Range: 1 ~ 7
- tail_length = 7
- #Make wolf tail fluffy.
- fluffy_tail = true
- #Animation swing speed for tail.
- #Range: 1 ~ 20
- animation_speed = 5
- #Pose and behaviour when sitting.
- #By default makes wolves lie down instead, and roll over when a nearby player is holding a piece meat.
- #Allowed Values: DEFAULT, LIE_DOWN, ROLL_OVER, LIE_DOWN_AND_BEG_FOR_MEAT
- sitting_behaviour = "LIE_DOWN_AND_BEG_FOR_MEAT"
-
-[arm_flailing_enderman]
- #Animation swing speed for arms.
- #Range: 1 ~ 20
- animation_speed = 5
- #Flail arms while carrying a block.
- fail_while_carrying = true
-
-[curly_cat_tail]
- #Define tail length.
- #Range: 1 ~ 15
- tail_length = 15
- #Animation swing speed for tail.
- #Range: 1 ~ 20
- animation_speed = 7
-
-[animated_snow_man_stick]
- #Mob sounds to play a unique animation for.
- #Useful for adding support for modded mob variants which have different sounds from their vanilla counterparts.
- #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
- mob_sounds = ["minecraft:entity.snow_golem.shoot"]
-
-[wiggly_ghast_tentacles]
- #Define the max length of tentacles.
- #Range: 2 ~ 14
- max_tentacles_length = 14
- #Animation swing speed of tentacles.
- #Range: 1 ~ 20
- animation_speed = 5
-
-[flowy_ocelot_tail]
- #Define tail length.
- #Range: 1 ~ 15
- tail_length = 15
- #Animation swing speed for tail.
- #Range: 1 ~ 20
- animation_speed = 7
-
-[wiggly_villager_nose]
- #Mob sounds to play a unique animation for.
- #Useful for adding support for modded mob variants which have different sounds from their vanilla counterparts.
- #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
- mob_sounds = ["minecraft:entity.villager.ambient", "minecraft:entity.villager.trade", "minecraft:entity.wandering_trader.ambient", "minecraft:entity.wandering_trader.trade"]
-
+
+[general]
+ #Block range for sound detection system to look for a mob that made a certain sound on the server, so the client may play an animation.
+ #The client is not sent an exact position, so the mob's location must be estimated.
+ #Range: 0.5 ~ 8.0
+ sound_detection_range = 1.5
+ #Mob variants that shouldn't have any model changes applied to them.
+ #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
+ mob_blacklist = []
+
+[models]
+ #This makes the udders on cows wobble around when they walk.
+ #Also makes their udders have nipples.
+ oinky_pig = true
+ #This one makes the knees of zombie-like and piglin-like mobs bend when they walk around.
+ #Looks pretty fluid and nice. You'll like it, trust me.
+ bending_humanoid_knees = true
+ #This one makes chicken beaks open and close when they cluck.
+ #When they strut their heads move back and forth, the red thing under their beak swings around and their wings flap a little. Just like the real deal!
+ bucka_bucka_chicken = true
+ #This one makes llamas open their mouth when spitting. How have they been doing that before?!
+ spitful_llama = true
+ #A truly stunning visual addition. Spiders now finally have the knees they've always dreamed of.
+ spider_knees = true
+ #Gives a jellyfish-like effect to the swimming animation of squids; generally just makes their tentacles flow more while moving.
+ squiggly_squid_tentacles = true
+ #A pleasing visual change; this makes the insides of slimes flow around like liquid.
+ #They splish-splosh about even more when they jump. The eyes, the mouth, and the core itself all move independently.
+ jiggly_liquidy_slime = true
+ #Remember that one very popular "TNT" music video by CaptainSparklez with the really cute wobbly Creeper?
+ #Well, it's in the game now. The full thing, the real deal, exactly like the video.
+ wobbly_creeper = true
+ #This makes the udders on cows wobble around when they walk.
+ #Also makes their udders have nipples.
+ wobbly_cow_udder = true
+ #Changes wolf tails to be fluffier and flowier, wagging realistically while they stand and run.
+ #Also makes tamed wolves lie down instead of sitting. Hold up some meat and they'll roll over, too.
+ playful_doggy = true
+ #This one is pretty kneat. It makes sheep actually bend down to eat grass.
+ #It's no longer just their head lowering, their whole body lowers down to get a sweet sample of that succulent cellulose.
+ #Did you notice their KNEES bend too when they kneel?
+ kneeling_sheep = true
+ #If an enderman is angry it will wave its arms around wildly while chasing its target.
+ #Suits their twisted nature very well.
+ arm_flailing_enderman = true
+ #Takes away the stick tails of the current cats and gives them something nicer instead.
+ #Fully animated flowing tails that move while they stand or run, and even curl around their bodies when they sit.
+ curly_cat_tail = true
+ #This makes a snowman's arm swing when it throws a snowball.
+ animated_snow_man_stick = true
+ #Divides ghast tentacles into parts and makes them wiggle realistically, like those tentacle monsters you always see at the movies.
+ #Makes them a little more scary, but ultimately nicer to look at.
+ wiggly_ghast_tentacles = true
+ #Takes away the stick tails of the current ocelots and gives them something nicer instead.
+ #Fully animated flowing tails that move while they stand or run.
+ flowy_ocelot_tail = true
+ #Adds a custom death animation to magma cubes, which causes their bodies to form into a pile of steamy, delicious hamburger patties when they die.
+ #Unfortunately, you can't eat them because they're way too hot.
+ magma_cube_burger = true
+ #A subtle change; this makes iron golems wiggle their big noses whenever they're hurt.
+ #Exactly the same animation as for villagers, except for iron golems!
+ wiggly_iron_golem_nose = true
+ #A subtle change; this makes villagers wiggle their big noses whenever they make their iconic sound.
+ #It's a small change, but who doesn't get a kick out of it?
+ wiggly_villager_nose = true
+ #Makes horses more lively again, just like they used to be in older versions.
+ #Does this by adding back their mouth and knees while staying true to the vanilla model style.
+ familiar_horse = true
+
+[oinky_pig]
+ #Mob sounds to play a unique animation for.
+ #Useful for adding support for modded mob variants which have different sounds from their vanilla counterparts.
+ #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
+ mob_sounds = ["minecraft:entity.pig.ambient"]
+ #Fancy ears for pigs, just like piglins have them.
+ floaty_ears = true
+ #Animation swing speed for ear floatiness.
+ #Range: 1 ~ 20
+ ear_animation_speed = 10
+
+[bucka_bucka_chicken]
+ #Mob sounds to play a unique animation for.
+ #Useful for adding support for modded mob variants which have different sounds from their vanilla counterparts.
+ #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
+ mob_sounds = ["minecraft:entity.chicken.ambient"]
+ #Make bill a lot slimmer so chickens look less like ducks.
+ slim_bill = true
+ #Move head back and forth when chicken is walking.
+ move_head = true
+ #Wiggle chin when chicken is walking.
+ wiggle_wattles = true
+ #Flap wings when chicken is walking.
+ flap_wings = true
+ #Move head back and forth when chicken is walking.
+ #Range: 1 ~ 20
+ head_animation_speed = 4
+ #Animation swing speed for wattles movement.
+ #Range: 1 ~ 20
+ wattles_animation_speed = 5
+ #Animation swing speed of wing flapping.
+ #Range: 1 ~ 20
+ wing_animation_speed = 3
+
+[spitful_llama]
+ #Mob sounds to play a unique animation for.
+ #Useful for adding support for modded mob variants which have different sounds from their vanilla counterparts.
+ #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
+ mob_sounds = ["minecraft:entity.llama.spit"]
+
+[squiggly_squid_tentacles]
+ #Define length for squid tentacles.
+ #Range: 1 ~ 8
+ tentacles_length = 8
+
+[jiggly_liquidy_slime]
+ #Animation swing speed of inner slime parts.
+ #Range: 1 ~ 20
+ animation_speed = 5
+
+[wobbly_creeper]
+ #Different directional behaviour modes for the walking animation.
+ #Allowed Values: SIDE, FRONT, CIRCLE, RANDOM
+ wobble_direction = "SIDE"
+
+[wobbly_cow_udder]
+ #Animation swing speed of utter when the cow is walking.
+ #Range: 1 ~ 20
+ animation_speed = 5
+ #Render tiny nipples on a cow's utter.
+ show_nipples = true
+ #Should calves show an utter.
+ calf_utter = false
+
+[playful_doggy]
+ #Define tail length.
+ #Range: 1 ~ 7
+ tail_length = 7
+ #Make wolf tail fluffy.
+ fluffy_tail = true
+ #Animation swing speed for tail.
+ #Range: 1 ~ 20
+ animation_speed = 5
+ #Pose and behaviour when sitting.
+ #By default makes wolves lie down instead, and roll over when a nearby player is holding a piece meat.
+ #Allowed Values: DEFAULT, LIE_DOWN, ROLL_OVER, LIE_DOWN_AND_BEG_FOR_MEAT
+ sitting_behaviour = "LIE_DOWN_AND_BEG_FOR_MEAT"
+
+[arm_flailing_enderman]
+ #Animation swing speed for arms.
+ #Range: 1 ~ 20
+ animation_speed = 5
+ #Flail arms while carrying a block.
+ fail_while_carrying = true
+
+[curly_cat_tail]
+ #Define tail length.
+ #Range: 1 ~ 15
+ tail_length = 15
+ #Animation swing speed for tail.
+ #Range: 1 ~ 20
+ animation_speed = 7
+
+[animated_snow_man_stick]
+ #Mob sounds to play a unique animation for.
+ #Useful for adding support for modded mob variants which have different sounds from their vanilla counterparts.
+ #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
+ mob_sounds = ["minecraft:entity.snow_golem.shoot"]
+
+[wiggly_ghast_tentacles]
+ #Define the max length of tentacles.
+ #Range: 2 ~ 14
+ max_tentacles_length = 14
+ #Animation swing speed of tentacles.
+ #Range: 1 ~ 20
+ animation_speed = 5
+
+[flowy_ocelot_tail]
+ #Define tail length.
+ #Range: 1 ~ 15
+ tail_length = 15
+ #Animation swing speed for tail.
+ #Range: 1 ~ 20
+ animation_speed = 7
+
+[wiggly_villager_nose]
+ #Mob sounds to play a unique animation for.
+ #Useful for adding support for modded mob variants which have different sounds from their vanilla counterparts.
+ #Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
+ mob_sounds = ["minecraft:entity.villager.ambient", "minecraft:entity.villager.trade", "minecraft:entity.wandering_trader.ambient", "minecraft:entity.wandering_trader.trade"]
+
diff --git a/config/betterdeserttemples-forge-1_20.toml b/config/betterdeserttemples-forge-1_20.toml
index 968f2ac..b804043 100644
--- a/config/betterdeserttemples-forge-1_20.toml
+++ b/config/betterdeserttemples-forge-1_20.toml
@@ -1,16 +1,16 @@
-
-["YUNG's Better Desert Temples"]
-
- ###########################################################################################################
- ## General settings.
- ###########################################################################################################
- ["YUNG's Better Desert Temples".General]
- # Whether or not vanilla desert pyramids should be disabled.
- # Default: true
- #
- "Disable Vanilla Pyramids" = true
- # Whether or not mining fatigue is applied to players in the desert temple if it has not yet been cleared.
- # Default: true
- #
- "Apply Mining Fatigue" = true
-
+
+["YUNG's Better Desert Temples"]
+
+ ###########################################################################################################
+ ## General settings.
+ ###########################################################################################################
+ ["YUNG's Better Desert Temples".General]
+ # Whether or not vanilla desert pyramids should be disabled.
+ # Default: true
+ #
+ "Disable Vanilla Pyramids" = true
+ # Whether or not mining fatigue is applied to players in the desert temple if it has not yet been cleared.
+ # Default: true
+ #
+ "Apply Mining Fatigue" = true
+
diff --git a/config/betterdungeons-forge-1_20.toml b/config/betterdungeons-forge-1_20.toml
index 59f464d..918ee19 100644
--- a/config/betterdungeons-forge-1_20.toml
+++ b/config/betterdungeons-forge-1_20.toml
@@ -1,69 +1,69 @@
-
-["YUNG's Better Dungeons"]
-
- ###########################################################################################################
- ## General settings.
- ###########################################################################################################
- ["YUNG's Better Dungeons".General]
- # Whether or not dungeons should be allowed to place skeleton skulls and other mob heads.
- # This option may be useful for some modpack creators.
- # Default: true
- #
- "Enable Skulls & Heads" = true
- # Some dungeons can rarely spawn Nether-related blocks such as soul sand, soul campfires, and soul lanterns.
- # Note that the blocks will be purely decorative - nothing progression-breaking like Ancient Debris.
- # Set this to false to prevent any Nether-related blocks from spawning in dungeons.
- # This option may be useful for some modpack creators.
- # Default: true
- #
- "Enable Nether Blocks in Dungeons" = true
-
- ###########################################################################################################
- ## Zombie Dungeon settings.
- ###########################################################################################################
- ["YUNG's Better Dungeons"."Zombie Dungeons"]
- # The longest distance that can be checked when attempting to generate a surface entrance staircase.
- # Making this too large may cause problems.
- # Default: 20
- #
- "Zombie Dungeon Surface Entrance Staircase Max Length" = 20
-
- ###########################################################################################################
- ## Small Dungeon settings.
- ###########################################################################################################
- ["YUNG's Better Dungeons"."Small Dungeons"]
- # The maximum number of banners that can spawn in a single small dungeon.
- # Default: 2
- #Range: 0 ~ 8
- "Small Dungeon Max Banner Count" = 2
- # The minimum number of chests that are guaranteed to spawn in a single small dungeon.
- # Default: 1
- "Small Dungeon Min Chest Count" = 1
- # The maximum number of chests that can spawn in a single small dungeon.
- # Default: 2
- "Small Dungeon Max Chest Count" = 2
- # Whether or not Small Dungeons can rarely place ore blocks in the corners of the dungeon.
- # If this is set to false, any ore blocks that spawn as part of a corner prop will instead be replaced with air.
- # Default: true
- #
- "Allow Ore Blocks in Corners" = true
-
- ###########################################################################################################
- ## Small Nether Dungeon settings.
- ## These are disabled by default.
- ###########################################################################################################
- ["YUNG's Better Dungeons"."Small Nether Dungeons"]
- # Whether or not small Nether dungeons should spawn.
- # Default: false
- "Enable Small Nether Dungeons" = false
- # Whether or not Wither skeletons spawned from small Nether dungeons have a chance to drop Wither skeleton skulls.
- # Default: true
- "Wither Skeletons From Spawners Drop Wither Skeleton Skulls" = true
- # Whether or not blazes spawned from small Nether dungeons have a chance to drop blaze rods.
- # Default: true
- "Blazes From Spawners Drop Blaze Rods" = true
- # The maximum number of banners that can spawn in a single small Nether dungeon.
- # Default: 2
- #Range: 0 ~ 8
- "Small Nether Dungeon Max Banner Count" = 2
-
+
+["YUNG's Better Dungeons"]
+
+ ###########################################################################################################
+ ## General settings.
+ ###########################################################################################################
+ ["YUNG's Better Dungeons".General]
+ # Whether or not dungeons should be allowed to place skeleton skulls and other mob heads.
+ # This option may be useful for some modpack creators.
+ # Default: true
+ #
+ "Enable Skulls & Heads" = true
+ # Some dungeons can rarely spawn Nether-related blocks such as soul sand, soul campfires, and soul lanterns.
+ # Note that the blocks will be purely decorative - nothing progression-breaking like Ancient Debris.
+ # Set this to false to prevent any Nether-related blocks from spawning in dungeons.
+ # This option may be useful for some modpack creators.
+ # Default: true
+ #
+ "Enable Nether Blocks in Dungeons" = true
+
+ ###########################################################################################################
+ ## Zombie Dungeon settings.
+ ###########################################################################################################
+ ["YUNG's Better Dungeons"."Zombie Dungeons"]
+ # The longest distance that can be checked when attempting to generate a surface entrance staircase.
+ # Making this too large may cause problems.
+ # Default: 20
+ #
+ "Zombie Dungeon Surface Entrance Staircase Max Length" = 20
+
+ ###########################################################################################################
+ ## Small Dungeon settings.
+ ###########################################################################################################
+ ["YUNG's Better Dungeons"."Small Dungeons"]
+ # The maximum number of banners that can spawn in a single small dungeon.
+ # Default: 2
+ #Range: 0 ~ 8
+ "Small Dungeon Max Banner Count" = 2
+ # The minimum number of chests that are guaranteed to spawn in a single small dungeon.
+ # Default: 1
+ "Small Dungeon Min Chest Count" = 1
+ # The maximum number of chests that can spawn in a single small dungeon.
+ # Default: 2
+ "Small Dungeon Max Chest Count" = 2
+ # Whether or not Small Dungeons can rarely place ore blocks in the corners of the dungeon.
+ # If this is set to false, any ore blocks that spawn as part of a corner prop will instead be replaced with air.
+ # Default: true
+ #
+ "Allow Ore Blocks in Corners" = true
+
+ ###########################################################################################################
+ ## Small Nether Dungeon settings.
+ ## These are disabled by default.
+ ###########################################################################################################
+ ["YUNG's Better Dungeons"."Small Nether Dungeons"]
+ # Whether or not small Nether dungeons should spawn.
+ # Default: false
+ "Enable Small Nether Dungeons" = false
+ # Whether or not Wither skeletons spawned from small Nether dungeons have a chance to drop Wither skeleton skulls.
+ # Default: true
+ "Wither Skeletons From Spawners Drop Wither Skeleton Skulls" = true
+ # Whether or not blazes spawned from small Nether dungeons have a chance to drop blaze rods.
+ # Default: true
+ "Blazes From Spawners Drop Blaze Rods" = true
+ # The maximum number of banners that can spawn in a single small Nether dungeon.
+ # Default: 2
+ #Range: 0 ~ 8
+ "Small Nether Dungeon Max Banner Count" = 2
+
diff --git a/config/betterfortresses-forge-1_20.toml b/config/betterfortresses-forge-1_20.toml
index 2cfffa8..55d6132 100644
--- a/config/betterfortresses-forge-1_20.toml
+++ b/config/betterfortresses-forge-1_20.toml
@@ -1,12 +1,12 @@
-
-["YUNG's Better Nether Fortresses"]
-
- ###########################################################################################################
- ## General settings.
- ###########################################################################################################
- ["YUNG's Better Nether Fortresses".General]
- # Whether or not vanilla Nether Fortresses should be disabled.
- # Default: true
- #
- "Disable Vanilla Nether Fortresses" = true
-
+
+["YUNG's Better Nether Fortresses"]
+
+ ###########################################################################################################
+ ## General settings.
+ ###########################################################################################################
+ ["YUNG's Better Nether Fortresses".General]
+ # Whether or not vanilla Nether Fortresses should be disabled.
+ # Default: true
+ #
+ "Disable Vanilla Nether Fortresses" = true
+
diff --git a/config/betterjungletemples-forge-1_20.toml b/config/betterjungletemples-forge-1_20.toml
index 4a00b74..d27c862 100644
--- a/config/betterjungletemples-forge-1_20.toml
+++ b/config/betterjungletemples-forge-1_20.toml
@@ -1,6 +1,6 @@
-
-["YUNG's Better Jungle Temples"]
-
- ["YUNG's Better Jungle Temples".General]
- "Disable Vanilla Jungle Temples" = true
-
+
+["YUNG's Better Jungle Temples"]
+
+ ["YUNG's Better Jungle Temples".General]
+ "Disable Vanilla Jungle Temples" = true
+
diff --git a/config/bettermineshafts-forge-1_20.toml b/config/bettermineshafts-forge-1_20.toml
index a653d77..eb8c4b8 100644
--- a/config/bettermineshafts-forge-1_20.toml
+++ b/config/bettermineshafts-forge-1_20.toml
@@ -1,106 +1,106 @@
-
-["YUNG's Better Mineshafts"]
- # Whether or not vanilla mineshafts should be disabled.
- # Default: true
- "Disable Vanilla Mineshafts" = true
- # The lowest a mineshaft can spawn.
- # Default: -55
- "Minimum y-coordinate" = -55
- # The highest a mineshaft can spawn.
- # Default: 30
- #
- "Maximum y-coordinate" = 30
-
- ###########################################################################################################
- ## Ore deposit settings.
- ###########################################################################################################
- ["YUNG's Better Mineshafts"."Ore Deposits"]
- "Enable Ore Deposits" = true
- # Chance of an ore deposit being cobblestone only.
- # Default: 50
- #Range: 0 ~ 100
- "Cobble Spawn Chance (Empty Deposit)" = 50
- # Chance of an ore deposit containing coal.
- # Default: 20
- #Range: 0 ~ 100
- "Coal Spawn Chance" = 20
- # Chance of an ore deposit containing iron.
- # Default: 9
- #Range: 0 ~ 100
- "Iron Spawn Chance" = 9
- # Chance of an ore deposit containing redstone.
- # Default: 7
- #Range: 0 ~ 100
- "Redstone Spawn Chance" = 7
- # Chance of an ore deposit containing gold.
- # Default: 7
- #Range: 0 ~ 100
- "Gold Spawn Chance" = 7
- # Chance of an ore deposit containing lapis lazuli.
- # Default: 3
- #Range: 0 ~ 100
- "Lapis Spawn Chance" = 3
- # Chance of an ore deposit containing emerald.
- # Default: 3
- #Range: 0 ~ 100
- "Emerald Spawn Chance" = 3
- # Chance of an ore deposit containing diamond.
- # Default: 1
- #Range: 0 ~ 100
- "Diamond Spawn Chance" = 1
-
- ###########################################################################################################
- ## Spawn rates for various mineshaft parts and decorations.
- ###########################################################################################################
- ["YUNG's Better Mineshafts"."Spawn Rates & More"]
- # The spawn rate for lanterns in the main shaft.
- # Default: .0067
- #Range: 0.0 ~ 1.0
- "Lantern Spawn Rate" = 0.0067
- # The spawn rate for torches in small shafts.
- # Default: .02
- #Range: 0.0 ~ 1.0
- "Torch Spawn Rate" = 0.02
- # The spawn rate for workstation side rooms along the main shaft.
- # Default: .025
- #Range: 0.0 ~ 1.0
- "Workstation Spawn Rate" = 0.025
- # The spawn rate for workstation cellars below workstations along the main shaft.
- # Default: .25
- #Range: 0.0 ~ 1.0
- "Workstation Cellar Spawn Rate" = 0.25
- # The spawn rate for smaller tunnels that generate along the main shaft.
- # Default: .07
- #Range: 0.0 ~ 1.0
- "Small Shaft Spawn Rate" = 0.07
- # The spawn rate for cobwebs.
- # Default: .15
- #Range: 0.0 ~ 1.0
- "Cobweb Spawn Rate" = 0.15
- # The spawn rate for minecarts holding chests in small shafts.
- # Default: .00125
- #Range: 0.0 ~ 1.0
- "Small Shaft Chest Minecart Spawn Rate" = 0.00125
- # The spawn rate for minecarts holding TNT in small shafts.
- # Default: .0025
- #Range: 0.0 ~ 1.0
- "Small Shaft TNT Minecart Spawn Rate" = 0.0025
- # The spawn rate for minecarts holding chests in the main shaft.
- # Default: .01
- #Range: 0.0 ~ 1.0
- "Main Shaft Chest Minecart Spawn Rate" = 0.01
- # The spawn rate for minecarts holding TNT in the main shaft.
- # Default: .0025
- #Range: 0.0 ~ 1.0
- "Main Shaft TNT Minecart Spawn Rate" = 0.0025
- # Percent chance of an Abandoned Miners' Outpost to spawn at the end of a small mineshaft tunnel.
- # Default: 2
- #Range: 0 ~ 100
- "Abandoned Miners' Outpost Spawn Chance" = 2
- # The number of "pieces" (e.g. straight, turn, ladder, intersection, etc.) in a single small shaft.
- # This determines the overall length of small shafts.
- # Default: 9
- #
- #Range: 0 ~ 1000
- "Small Shaft Piece Chain Length" = 9
-
+
+["YUNG's Better Mineshafts"]
+ # Whether or not vanilla mineshafts should be disabled.
+ # Default: true
+ "Disable Vanilla Mineshafts" = true
+ # The lowest a mineshaft can spawn.
+ # Default: -55
+ "Minimum y-coordinate" = -55
+ # The highest a mineshaft can spawn.
+ # Default: 30
+ #
+ "Maximum y-coordinate" = 30
+
+ ###########################################################################################################
+ ## Ore deposit settings.
+ ###########################################################################################################
+ ["YUNG's Better Mineshafts"."Ore Deposits"]
+ "Enable Ore Deposits" = true
+ # Chance of an ore deposit being cobblestone only.
+ # Default: 50
+ #Range: 0 ~ 100
+ "Cobble Spawn Chance (Empty Deposit)" = 50
+ # Chance of an ore deposit containing coal.
+ # Default: 20
+ #Range: 0 ~ 100
+ "Coal Spawn Chance" = 20
+ # Chance of an ore deposit containing iron.
+ # Default: 9
+ #Range: 0 ~ 100
+ "Iron Spawn Chance" = 9
+ # Chance of an ore deposit containing redstone.
+ # Default: 7
+ #Range: 0 ~ 100
+ "Redstone Spawn Chance" = 7
+ # Chance of an ore deposit containing gold.
+ # Default: 7
+ #Range: 0 ~ 100
+ "Gold Spawn Chance" = 7
+ # Chance of an ore deposit containing lapis lazuli.
+ # Default: 3
+ #Range: 0 ~ 100
+ "Lapis Spawn Chance" = 3
+ # Chance of an ore deposit containing emerald.
+ # Default: 3
+ #Range: 0 ~ 100
+ "Emerald Spawn Chance" = 3
+ # Chance of an ore deposit containing diamond.
+ # Default: 1
+ #Range: 0 ~ 100
+ "Diamond Spawn Chance" = 1
+
+ ###########################################################################################################
+ ## Spawn rates for various mineshaft parts and decorations.
+ ###########################################################################################################
+ ["YUNG's Better Mineshafts"."Spawn Rates & More"]
+ # The spawn rate for lanterns in the main shaft.
+ # Default: .0067
+ #Range: 0.0 ~ 1.0
+ "Lantern Spawn Rate" = 0.0067
+ # The spawn rate for torches in small shafts.
+ # Default: .02
+ #Range: 0.0 ~ 1.0
+ "Torch Spawn Rate" = 0.02
+ # The spawn rate for workstation side rooms along the main shaft.
+ # Default: .025
+ #Range: 0.0 ~ 1.0
+ "Workstation Spawn Rate" = 0.025
+ # The spawn rate for workstation cellars below workstations along the main shaft.
+ # Default: .25
+ #Range: 0.0 ~ 1.0
+ "Workstation Cellar Spawn Rate" = 0.25
+ # The spawn rate for smaller tunnels that generate along the main shaft.
+ # Default: .07
+ #Range: 0.0 ~ 1.0
+ "Small Shaft Spawn Rate" = 0.07
+ # The spawn rate for cobwebs.
+ # Default: .15
+ #Range: 0.0 ~ 1.0
+ "Cobweb Spawn Rate" = 0.15
+ # The spawn rate for minecarts holding chests in small shafts.
+ # Default: .00125
+ #Range: 0.0 ~ 1.0
+ "Small Shaft Chest Minecart Spawn Rate" = 0.00125
+ # The spawn rate for minecarts holding TNT in small shafts.
+ # Default: .0025
+ #Range: 0.0 ~ 1.0
+ "Small Shaft TNT Minecart Spawn Rate" = 0.0025
+ # The spawn rate for minecarts holding chests in the main shaft.
+ # Default: .01
+ #Range: 0.0 ~ 1.0
+ "Main Shaft Chest Minecart Spawn Rate" = 0.01
+ # The spawn rate for minecarts holding TNT in the main shaft.
+ # Default: .0025
+ #Range: 0.0 ~ 1.0
+ "Main Shaft TNT Minecart Spawn Rate" = 0.0025
+ # Percent chance of an Abandoned Miners' Outpost to spawn at the end of a small mineshaft tunnel.
+ # Default: 2
+ #Range: 0 ~ 100
+ "Abandoned Miners' Outpost Spawn Chance" = 2
+ # The number of "pieces" (e.g. straight, turn, ladder, intersection, etc.) in a single small shaft.
+ # This determines the overall length of small shafts.
+ # Default: 9
+ #
+ #Range: 0 ~ 1000
+ "Small Shaft Piece Chain Length" = 9
+
diff --git a/config/betteroceanmonuments-forge-1_20.toml b/config/betteroceanmonuments-forge-1_20.toml
index 80f216e..39bc528 100644
--- a/config/betteroceanmonuments-forge-1_20.toml
+++ b/config/betteroceanmonuments-forge-1_20.toml
@@ -1,12 +1,12 @@
-
-["YUNG's Better Ocean Monuments"]
-
- ###########################################################################################################
- ## General settings.
- ###########################################################################################################
- ["YUNG's Better Ocean Monuments".General]
- # Whether or not vanilla ocean monuments should be disabled.
- # Default: true
- #
- "Disable Vanilla Ocean Monuments" = true
-
+
+["YUNG's Better Ocean Monuments"]
+
+ ###########################################################################################################
+ ## General settings.
+ ###########################################################################################################
+ ["YUNG's Better Ocean Monuments".General]
+ # Whether or not vanilla ocean monuments should be disabled.
+ # Default: true
+ #
+ "Disable Vanilla Ocean Monuments" = true
+
diff --git a/config/betterpingdisplay-client.toml b/config/betterpingdisplay-client.toml
index cc97746..1886dbe 100644
--- a/config/betterpingdisplay-client.toml
+++ b/config/betterpingdisplay-client.toml
@@ -1,15 +1,15 @@
-#The color of the ping display text, written in hex format. Default: #A0A0A0
-#Has no effect if 'autoColorText' is set to true
-textColor = "#A0A0A0"
-#Customize the display text of the ping display
-#Must contain a '%d', which will be replaced with the ping number
-#Example: '%dms' will transform into '123ms' if the player's ping is 123
-#Default: %dms
-textFormatString = "%dms"
-#Whether to also draw the default Minecraft ping bars
-renderPingBars = false
-#Whether to color a player's ping based on their latency.
-#Example: low latency = green, high latency = red
-#If this setting is true, then the 'textColor' setting is ignored
-autoColorText = true
-
+#The color of the ping display text, written in hex format. Default: #A0A0A0
+#Has no effect if 'autoColorText' is set to true
+textColor = "#A0A0A0"
+#Customize the display text of the ping display
+#Must contain a '%d', which will be replaced with the ping number
+#Example: '%dms' will transform into '123ms' if the player's ping is 123
+#Default: %dms
+textFormatString = "%dms"
+#Whether to also draw the default Minecraft ping bars
+renderPingBars = false
+#Whether to color a player's ping based on their latency.
+#Example: low latency = green, high latency = red
+#If this setting is true, then the 'textColor' setting is ignored
+autoColorText = true
+
diff --git a/config/betterstrongholds-forge-1_20.toml b/config/betterstrongholds-forge-1_20.toml
index 6d8ab59..a2be991 100644
--- a/config/betterstrongholds-forge-1_20.toml
+++ b/config/betterstrongholds-forge-1_20.toml
@@ -1,20 +1,20 @@
-
-["YUNG's Better Strongholds"]
-
- ###########################################################################################################
- ## General settings.
- ###########################################################################################################
- ["YUNG's Better Strongholds".General]
- # The rate at which cobwebs will spawn in various parts of the stronghold.
- # Default: 0.1
- "Cobweb Spawn Rate (NORMAL)" = 0.1
- # The rate at which cobwebs will spawn around spider spawners in libraries.
- # Default: 0.3
- "Cobweb Spawn Rate (SPAWNER)" = 0.3
- # The rate at which torches spawn throughout the stronghold.
- # Default: 0.1
- "Torch Spawn Rate" = 0.1
- # The rate at which lanterns spawn throughout the stronghold.
- # Default: 0.2
- "Lantern Spawn Rate" = 0.2
-
+
+["YUNG's Better Strongholds"]
+
+ ###########################################################################################################
+ ## General settings.
+ ###########################################################################################################
+ ["YUNG's Better Strongholds".General]
+ # The rate at which cobwebs will spawn in various parts of the stronghold.
+ # Default: 0.1
+ "Cobweb Spawn Rate (NORMAL)" = 0.1
+ # The rate at which cobwebs will spawn around spider spawners in libraries.
+ # Default: 0.3
+ "Cobweb Spawn Rate (SPAWNER)" = 0.3
+ # The rate at which torches spawn throughout the stronghold.
+ # Default: 0.1
+ "Torch Spawn Rate" = 0.1
+ # The rate at which lanterns spawn throughout the stronghold.
+ # Default: 0.2
+ "Lantern Spawn Rate" = 0.2
+
diff --git a/config/betterthirdperson-common.toml b/config/betterthirdperson-common.toml
index 9d1781f..543f261 100644
--- a/config/betterthirdperson-common.toml
+++ b/config/betterthirdperson-common.toml
@@ -1,19 +1,19 @@
-#Align player to camera on left & right clicks
-aimPlayerOnInteract = true
-#How long player will be aligned to camera after left & right clicks
-#Range: 10 ~ 200
-aimDuration = 40
-#Angle in degrees within the player will slightly follow camera yaw (while standing still)
-#Range: 0 ~ 90
-followYaw = 45
-#Does camera should rotate freely during elytra flight
-freeCameraDuringElytraFlight = false
-#Completely remove third-person front view
-skipThirdPersonFrontView = false
-#How fast player changes movement direction in third-person
-#Range: 10 ~ 100
-playerRotationSpeed = 50
-#How fast player pitch follows camera pitch in third-person
-#Range: 10 ~ 100
-pitchChangeSpeed = 65
-
+#Align player to camera on left & right clicks
+aimPlayerOnInteract = true
+#How long player will be aligned to camera after left & right clicks
+#Range: 10 ~ 200
+aimDuration = 40
+#Angle in degrees within the player will slightly follow camera yaw (while standing still)
+#Range: 0 ~ 90
+followYaw = 45
+#Does camera should rotate freely during elytra flight
+freeCameraDuringElytraFlight = false
+#Completely remove third-person front view
+skipThirdPersonFrontView = false
+#How fast player changes movement direction in third-person
+#Range: 10 ~ 100
+playerRotationSpeed = 50
+#How fast player pitch follows camera pitch in third-person
+#Range: 10 ~ 100
+pitchChangeSpeed = 65
+
diff --git a/config/bettertridents-common.toml b/config/bettertridents-common.toml
index 2f77526..6156e5f 100644
--- a/config/bettertridents-common.toml
+++ b/config/bettertridents-common.toml
@@ -1,3 +1,3 @@
-#Elder guardians will always drop one trident fragment, you need three to craft yourself a new trident. How convenient!
-trident_fragment_drop = true
-
+#Elder guardians will always drop one trident fragment, you need three to craft yourself a new trident. How convenient!
+trident_fragment_drop = true
+
diff --git a/config/bettertridents-server.toml b/config/bettertridents-server.toml
index 25775e3..c8c394e 100644
--- a/config/bettertridents-server.toml
+++ b/config/bettertridents-server.toml
@@ -1,11 +1,11 @@
-#Tridents enchanted with loyalty will return when thrown into the void.
-return_trident_from_void = true
-#Tridents enchanted with loyalty bring drops and xp from the entity they have killed to the player (both melee and ranged combat).
-loyalty_captures_drops = true
-#Makes the impaling enchantment apply to any creature in contact with rain or water.
-boost_impaling = true
-#Tridents can be repaired in an anvil using prismarine shards.
-repair_tridents = true
-#Tridents will be picked up in the slot they were thrown from.
-return_trident_to_slot = true
-
+#Tridents enchanted with loyalty will return when thrown into the void.
+return_trident_from_void = true
+#Tridents enchanted with loyalty bring drops and xp from the entity they have killed to the player (both melee and ranged combat).
+loyalty_captures_drops = true
+#Makes the impaling enchantment apply to any creature in contact with rain or water.
+boost_impaling = true
+#Tridents can be repaired in an anvil using prismarine shards.
+repair_tridents = true
+#Tridents will be picked up in the slot they were thrown from.
+return_trident_to_slot = true
+
diff --git a/config/betterwitchhuts-forge-1_20.toml b/config/betterwitchhuts-forge-1_20.toml
index 7180a60..a8ece99 100644
--- a/config/betterwitchhuts-forge-1_20.toml
+++ b/config/betterwitchhuts-forge-1_20.toml
@@ -1,12 +1,12 @@
-
-["YUNG's Better Witch Huts"]
-
- ###########################################################################################################
- ## General settings.
- ###########################################################################################################
- ["YUNG's Better Witch Huts".General]
- # Whether or not vanilla witch huts should be disabled.
- # Default: true
- #
- "Disable Vanilla Witch Huts" = true
-
+
+["YUNG's Better Witch Huts"]
+
+ ###########################################################################################################
+ ## General settings.
+ ###########################################################################################################
+ ["YUNG's Better Witch Huts".General]
+ # Whether or not vanilla witch huts should be disabled.
+ # Default: true
+ #
+ "Disable Vanilla Witch Huts" = true
+
diff --git a/config/biomespawnpoint/spawnbiomes.txt b/config/biomespawnpoint/spawnbiomes.txt
index b0803ad..b6cc96f 100644
--- a/config/biomespawnpoint/spawnbiomes.txt
+++ b/config/biomespawnpoint/spawnbiomes.txt
@@ -1,242 +1,242 @@
-// To generate missing and modded biomes in this list; create a new world once,
-// Any biome listed below without an ! at the start will be randomly chosen to spawn in,
-!terralith:alpha_islands,
-!terralith:alpha_islands_winter,
-terralith:alpine_grove,
-terralith:alpine_highlands,
-terralith:amethyst_canyon,
-!far_end:amethyst_forest,
-terralith:amethyst_rainforest,
-terralith:ancient_sands,
-!undergarden:ancient_sea,
-terralith:arid_highlands,
-!incendium:ash_barrens,
-terralith:ashen_savanna,
-!far_end:ashfall_delta,
-minecraft:badlands,
-minecraft:bamboo_jungle,
-!undergarden:barren_abyss,
-!terralith:basalt_cliffs,
-!minecraft:basalt_deltas,
-minecraft:beach,
-minecraft:birch_forest,
-terralith:birch_taiga,
-!fokastudio:blazing_dunes,
-!stellarity:blazing_dunes,
-!undergarden:blood_mushroom_bog,
-!terralith:blooming_plateau,
-!terralith:blooming_valley,
-!blue_skies:brightlands,
-!blue_skies:brisk_meadow,
-!blue_skies:brumble_forest,
-terralith:brushland,
-terralith:bryce_canyon,
-terralith:caldera,
-!blue_skies:calming_skies,
-!terralith:cave/andesite_caves,
-!terralith:cave/crystal_caves,
-!terralith:cave/deep_caves,
-!terralith:cave/desert_caves,
-!terralith:cave/diorite_caves,
-!terralith:cave/frostfire_caves,
-!terralith:cave/fungal_caves,
-!terralith:cave/granite_caves,
-!terralith:cave/ice_caves,
-!terralith:cave/infested_caves,
-!terralith:cave/mantle_caves,
-!terralith:cave/thermal_caves,
-!terralith:cave/tuff_caves,
-!terralith:cave/underground_jungle,
-minecraft:cherry_grove,
-!fokastudio:chorus_jungle,
-!terralith:cloud_forest,
-!minecraft:cold_ocean,
-terralith:cold_shrubland,
-!blue_skies:crescent_orchard,
-!blue_skies:crescent_orchard_lake,
-!minecraft:crimson_forest,
-!fokastudio:crystal_crags,
-!stellarity:crystal_crags,
-!blue_skies:crystal_dunes,
-!blue_skies:crystal_dunes_spikes,
-!blue_skies:crystal_roughs,
-minecraft:dark_forest,
-!undergarden:dead_sea,
-!minecraft:deep_cold_ocean,
-!minecraft:deep_dark,
-!minecraft:deep_frozen_ocean,
-!minecraft:deep_lukewarm_ocean,
-!minecraft:deep_ocean,
-!blue_skies:deep_peeking_ocean,
-!deeperdarker:deeplands,
-!undergarden:dense_forest,
-minecraft:desert,
-terralith:desert_canyon,
-terralith:desert_oasis,
-terralith:desert_spires,
-!fokastudio:dragons_den,
-!stellarity:dragons_den,
-!minecraft:dripstone_caves,
-!mmorpg:dungeon_biome,
-!deeperdarker:echoing_forest,
-terralith:emerald_peaks,
-!minecraft:end_barrens,
-!minecraft:end_highlands,
-!minecraft:end_midlands,
-!far_end:end_wilds,
-!far_end:ender_waste,
-minecraft:eroded_badlands,
-!far_end:flesh_tundra,
-minecraft:flower_forest,
-minecraft:forest,
-terralith:forested_highlands,
-!undergarden:forgotten_field,
-terralith:fractured_savanna,
-!blue_skies:frostbitten_forest,
-!blue_skies:frostbitten_forest_clearing,
-!fokastudio:frosted_hills,
-!stellarity:frosted_hills,
-!undergarden:frostfields,
-terralith:frozen_cliffs,
-!minecraft:frozen_ocean,
-minecraft:frozen_peaks,
-minecraft:frozen_river,
-terralith:glacial_chasm,
-!fokastudio:glowshroom_valley,
-terralith:granite_cliffs,
-terralith:gravel_beach,
-terralith:gravel_desert,
-!undergarden:gronglegrowth,
-minecraft:grove,
-terralith:haze_mountain,
-terralith:highlands,
-terralith:hot_shrubland,
-terralith:ice_marsh,
-minecraft:ice_spikes,
-!undergarden:icy_sea,
-!undergarden:indigo_mushroom_bog,
-!incendium:infernal_dunes,
-!undergarden:ink_mushroom_bog,
-!incendium:inverted_forest,
-minecraft:jagged_peaks,
-minecraft:jungle,
-terralith:jungle_mountains,
-terralith:lavender_forest,
-terralith:lavender_valley,
-!minecraft:lukewarm_ocean,
-!minecraft:lush_caves,
-terralith:lush_desert,
-terralith:lush_valley,
-minecraft:mangrove_swamp,
-minecraft:meadow,
-!blue_skies:midday_shore,
-terralith:mirage_isles,
-terralith:moonlight_grove,
-terralith:moonlight_valley,
-!blue_skies:moonlit_reservoir,
-terralith:mountain_steppe,
-minecraft:mushroom_fields,
-!minecraft:nether_wastes,
-!minecraft:ocean,
-minecraft:old_growth_birch_forest,
-minecraft:old_growth_pine_taiga,
-minecraft:old_growth_spruce_taiga,
-terralith:orchid_swamp,
-!deeperdarker:overcast_columns,
-terralith:painted_mountains,
-!blue_skies:peeking_ocean,
-minecraft:plains,
-!blue_skies:polar_highland,
-!fokastudio:prismarine_forest,
-!stellarity:prismarine_forest,
-!incendium:quartz_flats,
-terralith:red_oasis,
-!blue_skies:rising_creek,
-minecraft:river,
-terralith:rocky_jungle,
-terralith:rocky_mountains,
-terralith:rocky_shrubland,
-terralith:sakura_grove,
-terralith:sakura_valley,
-terralith:sandstone_valley,
-minecraft:savanna,
-terralith:savanna_badlands,
-minecraft:savanna_plateau,
-terralith:savanna_slopes,
-terralith:scarlet_mountains,
-!fokastudio:sculk_growth,
-!stellarity:sculk_growth,
-!blue_skies:searing_grassland,
-!blue_skies:shaded_woodlands,
-!fokastudio:shattered_end,
-terralith:shield,
-terralith:shield_clearing,
-terralith:shrubland,
-terralith:siberian_grove,
-terralith:siberian_taiga,
-!terralith:skylands,
-!terralith:skylands_autumn,
-!terralith:skylands_spring,
-!terralith:skylands_summer,
-!terralith:skylands_winter,
-!blue_skies:slushlands,
-!minecraft:small_end_islands,
-!undergarden:smog_spires,
-!undergarden:smogstem_forest,
-!blue_skies:snow_covered_pines,
-terralith:snowy_badlands,
-minecraft:snowy_beach,
-terralith:snowy_cherry_grove,
-!fokastudio:snowy_crimson_forest,
-terralith:snowy_maple_forest,
-!minecraft:snowy_plains,
-terralith:snowy_shield,
-minecraft:snowy_slopes,
-minecraft:snowy_taiga,
-!fokastudio:snowy_warped_forest,
-!minecraft:soul_sand_valley,
-minecraft:sparse_jungle,
-terralith:steppe,
-minecraft:stony_peaks,
-minecraft:stony_shore,
-terralith:stony_spires,
-minecraft:sunflower_plains,
-!blue_skies:sunset_maple_forest,
-minecraft:swamp,
-minecraft:taiga,
-terralith:temperate_highlands,
-!minecraft:the_end,
-!fokastudio:the_hallow,
-!stellarity:the_hallow,
-!far_end:the_nest,
-!minecraft:the_void,
-!incendium:toxic_heap,
-terralith:tropical_jungle,
-!blue_skies:unorthodox_valley,
-terralith:valley_clearing,
-!undergarden:veil_mushroom_bog,
-!far_end:void,
-terralith:volcanic_crater,
-incendium:volcanic_deltas,
-terralith:volcanic_peaks,
-!minecraft:warm_ocean,
-terralith:warm_river,
-!minecraft:warped_forest,
-!far_end:warped_marsh,
-terralith:warped_mesa,
-!incendium:weeping_valley,
-terralith:white_cliffs,
-terralith:white_mesa,
-!undergarden:wigglewood_forest,
-minecraft:windswept_forest,
-minecraft:windswept_gravelly_hills,
-minecraft:windswept_hills,
-minecraft:windswept_savanna,
-terralith:windswept_spires,
-terralith:wintry_forest,
-terralith:wintry_lowlands,
-!incendium:withered_forest,
-minecraft:wooded_badlands,
-terralith:yellowstone,
-terralith:yosemite_cliffs,
-terralith:yosemite_lowlands,
+// To generate missing and modded biomes in this list; create a new world once,
+// Any biome listed below without an ! at the start will be randomly chosen to spawn in,
+!terralith:alpha_islands,
+!terralith:alpha_islands_winter,
+terralith:alpine_grove,
+terralith:alpine_highlands,
+terralith:amethyst_canyon,
+!far_end:amethyst_forest,
+terralith:amethyst_rainforest,
+terralith:ancient_sands,
+!undergarden:ancient_sea,
+terralith:arid_highlands,
+!incendium:ash_barrens,
+terralith:ashen_savanna,
+!far_end:ashfall_delta,
+minecraft:badlands,
+minecraft:bamboo_jungle,
+!undergarden:barren_abyss,
+!terralith:basalt_cliffs,
+!minecraft:basalt_deltas,
+minecraft:beach,
+minecraft:birch_forest,
+terralith:birch_taiga,
+!fokastudio:blazing_dunes,
+!stellarity:blazing_dunes,
+!undergarden:blood_mushroom_bog,
+!terralith:blooming_plateau,
+!terralith:blooming_valley,
+!blue_skies:brightlands,
+!blue_skies:brisk_meadow,
+!blue_skies:brumble_forest,
+terralith:brushland,
+terralith:bryce_canyon,
+terralith:caldera,
+!blue_skies:calming_skies,
+!terralith:cave/andesite_caves,
+!terralith:cave/crystal_caves,
+!terralith:cave/deep_caves,
+!terralith:cave/desert_caves,
+!terralith:cave/diorite_caves,
+!terralith:cave/frostfire_caves,
+!terralith:cave/fungal_caves,
+!terralith:cave/granite_caves,
+!terralith:cave/ice_caves,
+!terralith:cave/infested_caves,
+!terralith:cave/mantle_caves,
+!terralith:cave/thermal_caves,
+!terralith:cave/tuff_caves,
+!terralith:cave/underground_jungle,
+minecraft:cherry_grove,
+!fokastudio:chorus_jungle,
+!terralith:cloud_forest,
+!minecraft:cold_ocean,
+terralith:cold_shrubland,
+!blue_skies:crescent_orchard,
+!blue_skies:crescent_orchard_lake,
+!minecraft:crimson_forest,
+!fokastudio:crystal_crags,
+!stellarity:crystal_crags,
+!blue_skies:crystal_dunes,
+!blue_skies:crystal_dunes_spikes,
+!blue_skies:crystal_roughs,
+minecraft:dark_forest,
+!undergarden:dead_sea,
+!minecraft:deep_cold_ocean,
+!minecraft:deep_dark,
+!minecraft:deep_frozen_ocean,
+!minecraft:deep_lukewarm_ocean,
+!minecraft:deep_ocean,
+!blue_skies:deep_peeking_ocean,
+!deeperdarker:deeplands,
+!undergarden:dense_forest,
+minecraft:desert,
+terralith:desert_canyon,
+terralith:desert_oasis,
+terralith:desert_spires,
+!fokastudio:dragons_den,
+!stellarity:dragons_den,
+!minecraft:dripstone_caves,
+!mmorpg:dungeon_biome,
+!deeperdarker:echoing_forest,
+terralith:emerald_peaks,
+!minecraft:end_barrens,
+!minecraft:end_highlands,
+!minecraft:end_midlands,
+!far_end:end_wilds,
+!far_end:ender_waste,
+minecraft:eroded_badlands,
+!far_end:flesh_tundra,
+minecraft:flower_forest,
+minecraft:forest,
+terralith:forested_highlands,
+!undergarden:forgotten_field,
+terralith:fractured_savanna,
+!blue_skies:frostbitten_forest,
+!blue_skies:frostbitten_forest_clearing,
+!fokastudio:frosted_hills,
+!stellarity:frosted_hills,
+!undergarden:frostfields,
+terralith:frozen_cliffs,
+!minecraft:frozen_ocean,
+minecraft:frozen_peaks,
+minecraft:frozen_river,
+terralith:glacial_chasm,
+!fokastudio:glowshroom_valley,
+terralith:granite_cliffs,
+terralith:gravel_beach,
+terralith:gravel_desert,
+!undergarden:gronglegrowth,
+minecraft:grove,
+terralith:haze_mountain,
+terralith:highlands,
+terralith:hot_shrubland,
+terralith:ice_marsh,
+minecraft:ice_spikes,
+!undergarden:icy_sea,
+!undergarden:indigo_mushroom_bog,
+!incendium:infernal_dunes,
+!undergarden:ink_mushroom_bog,
+!incendium:inverted_forest,
+minecraft:jagged_peaks,
+minecraft:jungle,
+terralith:jungle_mountains,
+terralith:lavender_forest,
+terralith:lavender_valley,
+!minecraft:lukewarm_ocean,
+!minecraft:lush_caves,
+terralith:lush_desert,
+terralith:lush_valley,
+minecraft:mangrove_swamp,
+minecraft:meadow,
+!blue_skies:midday_shore,
+terralith:mirage_isles,
+terralith:moonlight_grove,
+terralith:moonlight_valley,
+!blue_skies:moonlit_reservoir,
+terralith:mountain_steppe,
+minecraft:mushroom_fields,
+!minecraft:nether_wastes,
+!minecraft:ocean,
+minecraft:old_growth_birch_forest,
+minecraft:old_growth_pine_taiga,
+minecraft:old_growth_spruce_taiga,
+terralith:orchid_swamp,
+!deeperdarker:overcast_columns,
+terralith:painted_mountains,
+!blue_skies:peeking_ocean,
+minecraft:plains,
+!blue_skies:polar_highland,
+!fokastudio:prismarine_forest,
+!stellarity:prismarine_forest,
+!incendium:quartz_flats,
+terralith:red_oasis,
+!blue_skies:rising_creek,
+minecraft:river,
+terralith:rocky_jungle,
+terralith:rocky_mountains,
+terralith:rocky_shrubland,
+terralith:sakura_grove,
+terralith:sakura_valley,
+terralith:sandstone_valley,
+minecraft:savanna,
+terralith:savanna_badlands,
+minecraft:savanna_plateau,
+terralith:savanna_slopes,
+terralith:scarlet_mountains,
+!fokastudio:sculk_growth,
+!stellarity:sculk_growth,
+!blue_skies:searing_grassland,
+!blue_skies:shaded_woodlands,
+!fokastudio:shattered_end,
+terralith:shield,
+terralith:shield_clearing,
+terralith:shrubland,
+terralith:siberian_grove,
+terralith:siberian_taiga,
+!terralith:skylands,
+!terralith:skylands_autumn,
+!terralith:skylands_spring,
+!terralith:skylands_summer,
+!terralith:skylands_winter,
+!blue_skies:slushlands,
+!minecraft:small_end_islands,
+!undergarden:smog_spires,
+!undergarden:smogstem_forest,
+!blue_skies:snow_covered_pines,
+terralith:snowy_badlands,
+minecraft:snowy_beach,
+terralith:snowy_cherry_grove,
+!fokastudio:snowy_crimson_forest,
+terralith:snowy_maple_forest,
+!minecraft:snowy_plains,
+terralith:snowy_shield,
+minecraft:snowy_slopes,
+minecraft:snowy_taiga,
+!fokastudio:snowy_warped_forest,
+!minecraft:soul_sand_valley,
+minecraft:sparse_jungle,
+terralith:steppe,
+minecraft:stony_peaks,
+minecraft:stony_shore,
+terralith:stony_spires,
+minecraft:sunflower_plains,
+!blue_skies:sunset_maple_forest,
+minecraft:swamp,
+minecraft:taiga,
+terralith:temperate_highlands,
+!minecraft:the_end,
+!fokastudio:the_hallow,
+!stellarity:the_hallow,
+!far_end:the_nest,
+!minecraft:the_void,
+!incendium:toxic_heap,
+terralith:tropical_jungle,
+!blue_skies:unorthodox_valley,
+terralith:valley_clearing,
+!undergarden:veil_mushroom_bog,
+!far_end:void,
+terralith:volcanic_crater,
+incendium:volcanic_deltas,
+terralith:volcanic_peaks,
+!minecraft:warm_ocean,
+terralith:warm_river,
+!minecraft:warped_forest,
+!far_end:warped_marsh,
+terralith:warped_mesa,
+!incendium:weeping_valley,
+terralith:white_cliffs,
+terralith:white_mesa,
+!undergarden:wigglewood_forest,
+minecraft:windswept_forest,
+minecraft:windswept_gravelly_hills,
+minecraft:windswept_hills,
+minecraft:windswept_savanna,
+terralith:windswept_spires,
+terralith:wintry_forest,
+terralith:wintry_lowlands,
+!incendium:withered_forest,
+minecraft:wooded_badlands,
+terralith:yellowstone,
+terralith:yosemite_cliffs,
+terralith:yosemite_lowlands,
diff --git a/config/blue_skies-client.toml b/config/blue_skies-client.toml
index 395179f..fa3b654 100644
--- a/config/blue_skies-client.toml
+++ b/config/blue_skies-client.toml
@@ -1,37 +1,37 @@
-
-[Visuals]
- #
- # Should blue skies override the title screen panorama.
- # Default: true
- custom_panorama = true
- #
- # Whether or not brightness should be capped when inside the dimensions for aesthetic purposes.
- # Default: true
- limit_brightness = true
-
-["Inventory Tabs"]
- #
- # If set to true, inventory tabs will use simple buttons that can be placed anywhere on the screen.
- # Default: false
- use_simple_inventory_tabs = false
-
- ["Inventory Tabs"."Sliding Tabs"]
- #
- # If set to true, inventory tabs appear on the bottom left corner instead of the bottom right.
- # Default: false
- left_align = false
-
- ["Inventory Tabs".Buttons]
- #
- # The x position of the inventory tabs.
- # Default: -88
- x = -88
- #
- # The y position of the inventory tabs.
- # Default: -83
- y = -83
- #
- # If set to true, inventory tabs are sorted vertically. If set to false, they are sorted horizontally.
- # Default: false
- is_vertical = false
-
+
+[Visuals]
+ #
+ # Should blue skies override the title screen panorama.
+ # Default: true
+ custom_panorama = true
+ #
+ # Whether or not brightness should be capped when inside the dimensions for aesthetic purposes.
+ # Default: true
+ limit_brightness = true
+
+["Inventory Tabs"]
+ #
+ # If set to true, inventory tabs will use simple buttons that can be placed anywhere on the screen.
+ # Default: false
+ use_simple_inventory_tabs = false
+
+ ["Inventory Tabs"."Sliding Tabs"]
+ #
+ # If set to true, inventory tabs appear on the bottom left corner instead of the bottom right.
+ # Default: false
+ left_align = false
+
+ ["Inventory Tabs".Buttons]
+ #
+ # The x position of the inventory tabs.
+ # Default: -88
+ x = -88
+ #
+ # The y position of the inventory tabs.
+ # Default: -83
+ y = -83
+ #
+ # If set to true, inventory tabs are sorted vertically. If set to false, they are sorted horizontally.
+ # Default: false
+ is_vertical = false
+
diff --git a/config/blue_skies-common.toml b/config/blue_skies-common.toml
index 4631ea7..16a030f 100644
--- a/config/blue_skies-common.toml
+++ b/config/blue_skies-common.toml
@@ -1,45 +1,45 @@
-
-[Debug]
- #
- # When loading files from datapacks, set this to true to log missing registry data for things like items.
- # Default: false
- log_missing_registry_data_for_datapacks = false
- #
- # When true, generated world regions, 1024 blocks wide, will be saved as a file to make generating chunks faster in already visited areas. If file size is a concern or issues arise, this may be disabled.
- # Default: true
- write_world_regions_to_disk = true
- #
- # When printing "Blue Skies' player capability wasn't present for...", crash the game.
- # Default: false
- crash_on_missing_capability_for_dungeon = false
-
-["Holiday Content"]
- #
- # Determines if Halloween cosmetic effects should happen.
- # Default: true
- allow_halloween_content = true
- #
- # Determines if Christmas cosmetic effects should happen.
- # Default: true
- allow_christmas_content = true
-
-[Gatekeeper]
- #
- # The emerald cost for the Zeal Lighter sold by the Gatekeeper.
- # Default: 8
- zeal_lighter_cost = 32
-
-["Mod Compatibility"]
- #
- # A list of mods that are allowed to generate features in the Everbright and Everdawn.
- # This does not make them generate, it just allows them to pass the filter.
- # Example: ["minecraft", "farlanders", "botania"]
- # Default: []
- allowed_mods_for_feature_gen = []
- #
- # A list of mobs that are allowed to spawn in the Everbright and Everdawn.
- # This does not make them spawn, it just allows them to pass the filter.
- # Example: ["minecraft:bee", "moolands:awful_cow", "alexs_mobs:grizzly_bear"]
- # Default: []
- allowed_mobs_for_spawning = []
-
+
+[Debug]
+ #
+ # When loading files from datapacks, set this to true to log missing registry data for things like items.
+ # Default: false
+ log_missing_registry_data_for_datapacks = false
+ #
+ # When true, generated world regions, 1024 blocks wide, will be saved as a file to make generating chunks faster in already visited areas. If file size is a concern or issues arise, this may be disabled.
+ # Default: true
+ write_world_regions_to_disk = true
+ #
+ # When printing "Blue Skies' player capability wasn't present for...", crash the game.
+ # Default: false
+ crash_on_missing_capability_for_dungeon = false
+
+["Holiday Content"]
+ #
+ # Determines if Halloween cosmetic effects should happen.
+ # Default: true
+ allow_halloween_content = true
+ #
+ # Determines if Christmas cosmetic effects should happen.
+ # Default: true
+ allow_christmas_content = true
+
+[Gatekeeper]
+ #
+ # The emerald cost for the Zeal Lighter sold by the Gatekeeper.
+ # Default: 8
+ zeal_lighter_cost = 32
+
+["Mod Compatibility"]
+ #
+ # A list of mods that are allowed to generate features in the Everbright and Everdawn.
+ # This does not make them generate, it just allows them to pass the filter.
+ # Example: ["minecraft", "farlanders", "botania"]
+ # Default: []
+ allowed_mods_for_feature_gen = []
+ #
+ # A list of mobs that are allowed to spawn in the Everbright and Everdawn.
+ # This does not make them spawn, it just allows them to pass the filter.
+ # Example: ["minecraft:bee", "moolands:awful_cow", "alexs_mobs:grizzly_bear"]
+ # Default: []
+ allowed_mobs_for_spawning = []
+
diff --git a/config/bwncr-common.toml b/config/bwncr-common.toml
index 64bdcb3..89c14aa 100644
--- a/config/bwncr-common.toml
+++ b/config/bwncr-common.toml
@@ -1,16 +1,16 @@
-
-[General]
- #Silence the server-wide Wither spawn and death broadcast sounds.
- silenceWither = true
- #Silence the wandering trader's ambient sound.
- silenceTrader = true
- #Silence the server-wide Ender Dragon Death broadcast sound.
- silenceDragon = true
- #Silence the server-wide Thunder broadcast sound caused by the Lightning event
- silenceLightning = true
- #A list of sounds to silence, discoverable with the toggle command /listen
- #enter one sound event per line with no commas.
- silenceUs = [""]
- #If enabled the console will load up spam showing what sounds are being received and whether or not they are being canceled
- debugMode = false
-
+
+[General]
+ #Silence the server-wide Wither spawn and death broadcast sounds.
+ silenceWither = true
+ #Silence the wandering trader's ambient sound.
+ silenceTrader = true
+ #Silence the server-wide Ender Dragon Death broadcast sound.
+ silenceDragon = true
+ #Silence the server-wide Thunder broadcast sound caused by the Lightning event
+ silenceLightning = true
+ #A list of sounds to silence, discoverable with the toggle command /listen
+ #enter one sound event per line with no commas.
+ silenceUs = [""]
+ #If enabled the console will load up spam showing what sounds are being received and whether or not they are being canceled
+ debugMode = false
+
diff --git a/config/chatcolours-client.toml b/config/chatcolours-client.toml
index bba3af2..0a94936 100644
--- a/config/chatcolours-client.toml
+++ b/config/chatcolours-client.toml
@@ -1,10 +1,10 @@
-#Note: If you are on a sever it needs to have this mod installed, or otherwise allow you to send messages with '§' in them.
-#Enable/disable typing § in text fields
-Enabled = true
-#Enable/disable using extended syntax, such as §[blue][u]hello
-"Enable extended syntax" = true
-#Enable/disable using hex codes. If disabled, all custom hex codes will be hidden and ignored.
-"Enable hex codes" = true
-#Enable/disable markdown formatting, such as *italic* or **bold**.
-"Enable markdown" = true
-
+#Note: If you are on a sever it needs to have this mod installed, or otherwise allow you to send messages with '§' in them.
+#Enable/disable typing § in text fields
+Enabled = true
+#Enable/disable using extended syntax, such as §[blue][u]hello
+"Enable extended syntax" = true
+#Enable/disable using hex codes. If disabled, all custom hex codes will be hidden and ignored.
+"Enable hex codes" = true
+#Enable/disable markdown formatting, such as *italic* or **bold**.
+"Enable markdown" = true
+
diff --git a/config/chimes-client.toml b/config/chimes-client.toml
index 5e45d75..feb9cdc 100644
--- a/config/chimes-client.toml
+++ b/config/chimes-client.toml
@@ -1,9 +1,9 @@
-
-["Chimes Config"]
- #Toggle Wind Chime Animations
- Animations = true
- #Toggle falling Bamboo Leaf particles from Bamboo Wind Chimes
- "Bamboo Wind Chime Leaf Particles" = true
- #Toggle on/off pre 1.20 Bamboo Wind Chime textures
- "Previous Bamboo Wind Chime texture" = false
-
+
+["Chimes Config"]
+ #Toggle Wind Chime Animations
+ Animations = true
+ #Toggle falling Bamboo Leaf particles from Bamboo Wind Chimes
+ "Bamboo Wind Chime Leaf Particles" = true
+ #Toggle on/off pre 1.20 Bamboo Wind Chime textures
+ "Previous Bamboo Wind Chime texture" = false
+
diff --git a/config/chimes-common.toml b/config/chimes-common.toml
index 8b9b78a..0458bfb 100644
--- a/config/chimes-common.toml
+++ b/config/chimes-common.toml
@@ -1,9 +1,9 @@
-
-["Chimes Config"]
- #Customize the radius needed to repel Phantoms from a chiming Wind Chime. [Default is 25]
- #Range: 0 ~ 35
- "Phantom Repel Radius Vertical" = 25
- #Customize the radius needed to repel Phantoms from a chiming Wind Chime. [Default is 10]
- #Range: 0 ~ 20
- "Phantom Repel Radius Horizontal" = 10
-
+
+["Chimes Config"]
+ #Customize the radius needed to repel Phantoms from a chiming Wind Chime. [Default is 25]
+ #Range: 0 ~ 35
+ "Phantom Repel Radius Vertical" = 25
+ #Customize the radius needed to repel Phantoms from a chiming Wind Chime. [Default is 10]
+ #Range: 0 ~ 20
+ "Phantom Repel Radius Horizontal" = 10
+
diff --git a/config/chococraft-common.toml b/config/chococraft-common.toml
index f2a503a..b4220d0 100644
--- a/config/chococraft-common.toml
+++ b/config/chococraft-common.toml
@@ -1,33 +1,33 @@
-
-#Spawning configuration
-[spawning]
- #Controls Chocobo Spawn Weight [Default: 10]
- #Range: > 0
- chocoboSpawnWeight = 6
- #Controls Chocobo Pack Size Min [Default: 1]
- #Range: > 0
- chocoboPackSizeMin = 1
- #Controls Chocobo Pack Size Max [Default: 3]
- #Range: > 0
- chocoboPackSizeMax = 3
-
-#Chocobo configuration
-[Chocobo]
- #This multiplier controls the tame chance per gysahl used, so .15 results in 15% chance to tame [Default: 0.15]
- #Range: 0.0 ~ 1.0
- tameChance = 0.15
- #If certain chocobos are allowed to fly [Default: true]
- canChocobosFly = true
- #Determines the maximum interval duration for the Chocobo's ambient sound [Default: 100]
- #Range: > 1
- kwehIntervalLimit = 100
-
-#Naming configuration
-[Naming]
- #If taming a chocobo will provide them with a name (unless already named) [Default: true]
- nameTamedChocobos = true
- #The list of male names it can choose from if 'nameTamedChocobos' is enabled
- maleNames = ["Arkio", "Boco", "Choco", "Patch", "Eddie", "Big Bird", "Chobi", "Horse Bird", "Mr. Yellowpuffs", "Oscar", "Wild", "Stitch", "Milo", "Lewis", "Simon", "Steed", "Bocobo", "Chobo", "Butter Fingers", "Caspar", "Chubby", "Coco", "Fuzzy", "Hulk", "Flopsy", "Lionel", "Tidus", "Cloud", "Sephiroth", "Butz", "Cecil", "Golbez", "Squall", "Zidane", "Garnet", "Kuja", "Locke", "Celes", "Crafty", "Sparky", "Skippy", "Whiskers", "Mog's Mount", "Ruffles", "Quistis", "Noctis", "Firecracker", "Ballistic", "Blizzard", "Torobo", "Leon", "Firas", "Travis", "Indigo", "Montoya", "Cobalt", "Jinx", "Komet", "Beau", "Bone", "Claw", "Duke", "Easy", "Fire", "Fury", "Idol", "Iron", "Jack", "Mars", "Noir", "Snow", "Star", "Zero", "Ace", "Air", "Ice", "Max", "Neo", "Ray", "Alpha", "Arrow", "Avian", "Black", "Blade", "Blaze", "Blitz", "Chaos", "Dandy", "Jolly", "Omega", "Pluto", "Point", "Quake", "Titan", "Hope", "Ifrit", "Shiva", "Polonium", "Radon", "Sparks", "Lunik"]
- #The list of female names it can choose from if 'nameTamedChocobos' is enabled
- femaleNames = ["Choco", "Patch", "Chobi", "Wild", "Chubby", "Crystal", "Coco", "Fuzzy", "Flopsy", "Lulu", "Yuna", "Cecil", "Kuja", "Terra", "Locke", "Celes", "Rikku", "Yuffie", "Selphie", "Rinoa", "Sparky", "Skippy", "Whiskers", "Pupu", "Quistis", "Noctis", "Tranquille", "Twinkling", "Capucine", "Heidi", "Danseuse", "Mercedes", "Psyche", "Victory", "Liberty", "Emma", "Fortune", "Soleil", "Luna", "Violet", "Lilith", "Lilli", "Jinx", "Coco", "Fleur", "Feder", "Flora", "Kugel", "Bleu", "Blue", "Chic", "Ciel", "Face", "Fire", "Fury", "Iris", "Jade", "Joli", "Kiku", "Lady", "Miel", "Momo", "Moon", "Nana", "Noir", "Nova", "Rain", "Rose", "Ruby", "Star", "Vega", "Air", "Aki", "Ayu", "Fee", "Sky", "Sun", "Amber", "Angel", "Azure", "Belle", "Clair", "Ebony", "Ember", "Fairy", "Flare", "Glory", "Jaune", "Jeune", "Jolly", "Lucky", "Olive", "Orange", "Venus", "Lightning", "Galindorf"]
-
+
+#Spawning configuration
+[spawning]
+ #Controls Chocobo Spawn Weight [Default: 10]
+ #Range: > 0
+ chocoboSpawnWeight = 6
+ #Controls Chocobo Pack Size Min [Default: 1]
+ #Range: > 0
+ chocoboPackSizeMin = 1
+ #Controls Chocobo Pack Size Max [Default: 3]
+ #Range: > 0
+ chocoboPackSizeMax = 3
+
+#Chocobo configuration
+[Chocobo]
+ #This multiplier controls the tame chance per gysahl used, so .15 results in 15% chance to tame [Default: 0.15]
+ #Range: 0.0 ~ 1.0
+ tameChance = 0.15
+ #If certain chocobos are allowed to fly [Default: true]
+ canChocobosFly = true
+ #Determines the maximum interval duration for the Chocobo's ambient sound [Default: 100]
+ #Range: > 1
+ kwehIntervalLimit = 100
+
+#Naming configuration
+[Naming]
+ #If taming a chocobo will provide them with a name (unless already named) [Default: true]
+ nameTamedChocobos = true
+ #The list of male names it can choose from if 'nameTamedChocobos' is enabled
+ maleNames = ["Arkio", "Boco", "Choco", "Patch", "Eddie", "Big Bird", "Chobi", "Horse Bird", "Mr. Yellowpuffs", "Oscar", "Wild", "Stitch", "Milo", "Lewis", "Simon", "Steed", "Bocobo", "Chobo", "Butter Fingers", "Caspar", "Chubby", "Coco", "Fuzzy", "Hulk", "Flopsy", "Lionel", "Tidus", "Cloud", "Sephiroth", "Butz", "Cecil", "Golbez", "Squall", "Zidane", "Garnet", "Kuja", "Locke", "Celes", "Crafty", "Sparky", "Skippy", "Whiskers", "Mog's Mount", "Ruffles", "Quistis", "Noctis", "Firecracker", "Ballistic", "Blizzard", "Torobo", "Leon", "Firas", "Travis", "Indigo", "Montoya", "Cobalt", "Jinx", "Komet", "Beau", "Bone", "Claw", "Duke", "Easy", "Fire", "Fury", "Idol", "Iron", "Jack", "Mars", "Noir", "Snow", "Star", "Zero", "Ace", "Air", "Ice", "Max", "Neo", "Ray", "Alpha", "Arrow", "Avian", "Black", "Blade", "Blaze", "Blitz", "Chaos", "Dandy", "Jolly", "Omega", "Pluto", "Point", "Quake", "Titan", "Hope", "Ifrit", "Shiva", "Polonium", "Radon", "Sparks", "Lunik"]
+ #The list of female names it can choose from if 'nameTamedChocobos' is enabled
+ femaleNames = ["Choco", "Patch", "Chobi", "Wild", "Chubby", "Crystal", "Coco", "Fuzzy", "Flopsy", "Lulu", "Yuna", "Cecil", "Kuja", "Terra", "Locke", "Celes", "Rikku", "Yuffie", "Selphie", "Rinoa", "Sparky", "Skippy", "Whiskers", "Pupu", "Quistis", "Noctis", "Tranquille", "Twinkling", "Capucine", "Heidi", "Danseuse", "Mercedes", "Psyche", "Victory", "Liberty", "Emma", "Fortune", "Soleil", "Luna", "Violet", "Lilith", "Lilli", "Jinx", "Coco", "Fleur", "Feder", "Flora", "Kugel", "Bleu", "Blue", "Chic", "Ciel", "Face", "Fire", "Fury", "Iris", "Jade", "Joli", "Kiku", "Lady", "Miel", "Momo", "Moon", "Nana", "Noir", "Nova", "Rain", "Rose", "Ruby", "Star", "Vega", "Air", "Aki", "Ayu", "Fee", "Sky", "Sun", "Amber", "Angel", "Azure", "Belle", "Clair", "Ebony", "Ember", "Fairy", "Flare", "Glory", "Jaune", "Jeune", "Jolly", "Lucky", "Olive", "Orange", "Venus", "Lightning", "Galindorf"]
+
diff --git a/config/chunkloaders-common.toml b/config/chunkloaders-common.toml
index 5b37c5f..f3a6098 100644
--- a/config/chunkloaders-common.toml
+++ b/config/chunkloaders-common.toml
@@ -1,38 +1,38 @@
-[Limitations]
- # How many chunks should players be able to load per world? Use -1 for infinite.
- # Allowed range: -1 ~ 1000 - Default: -1
- maxLoadedChunksPerPlayer = -1
-
- # After how many minutes of offline time should players' chunk loaders be disabled? Use -1 to disable the inactivity timeout.
- # Allowed range: -1 ~ 525600 - Default: 10080
- inactivityTimeout = 10080
-
- # Chunk loaders from before version 1.2.0 are not bound to a player. Should these chunk loaders' loaded chunks stay loaded?
- # Allowed values: true, false - Default: true
- allowLegacyLoadedChunks = true
-
- # Can players use the chunk loader map? If false, players will see the message 'The chunk loader map is disabled on this server'.
- # Allowed values: true, false - Default: true
- canPlayersUseMap = true
-
-[General]
- # In what radius should the Single Chunk Loader be able to load chunks?
- # Allowed range: 1 ~ 6 - Default: 1
- singleChunkLoaderRadius = 1
-
- # In what radius should the Basic Chunk Loader be able to load chunks?
- # Allowed range: 1 ~ 6 - Default: 2
- basicChunkLoaderRadius = 2
-
- # In what radius should the Advanced Chunk Loader be able to load chunks?
- # Allowed range: 1 ~ 6 - Default: 3
- advancedChunkLoaderRadius = 3
-
- # In what radius should the Ultimate Chunk Loader be able to load chunks?
- # Allowed range: 1 ~ 6 - Default: 4
- ultimateChunkLoaderRadius = 4
-
- # Should chunk loaders do random ticks in loaded chunks?
- # Allowed values: true, false - Default: true
- doRandomTicks = true
-
+[Limitations]
+ # How many chunks should players be able to load per world? Use -1 for infinite.
+ # Allowed range: -1 ~ 1000 - Default: -1
+ maxLoadedChunksPerPlayer = -1
+
+ # After how many minutes of offline time should players' chunk loaders be disabled? Use -1 to disable the inactivity timeout.
+ # Allowed range: -1 ~ 525600 - Default: 10080
+ inactivityTimeout = 10080
+
+ # Chunk loaders from before version 1.2.0 are not bound to a player. Should these chunk loaders' loaded chunks stay loaded?
+ # Allowed values: true, false - Default: true
+ allowLegacyLoadedChunks = true
+
+ # Can players use the chunk loader map? If false, players will see the message 'The chunk loader map is disabled on this server'.
+ # Allowed values: true, false - Default: true
+ canPlayersUseMap = true
+
+[General]
+ # In what radius should the Single Chunk Loader be able to load chunks?
+ # Allowed range: 1 ~ 6 - Default: 1
+ singleChunkLoaderRadius = 1
+
+ # In what radius should the Basic Chunk Loader be able to load chunks?
+ # Allowed range: 1 ~ 6 - Default: 2
+ basicChunkLoaderRadius = 2
+
+ # In what radius should the Advanced Chunk Loader be able to load chunks?
+ # Allowed range: 1 ~ 6 - Default: 3
+ advancedChunkLoaderRadius = 3
+
+ # In what radius should the Ultimate Chunk Loader be able to load chunks?
+ # Allowed range: 1 ~ 6 - Default: 4
+ ultimateChunkLoaderRadius = 4
+
+ # Should chunk loaders do random ticks in loaded chunks?
+ # Allowed values: true, false - Default: true
+ doRandomTicks = true
+
diff --git a/config/citadel-common.toml b/config/citadel-common.toml
index c0b296f..f58f15e 100644
--- a/config/citadel-common.toml
+++ b/config/citadel-common.toml
@@ -1,12 +1,12 @@
-
-[general]
- #True if citadel tracks entity properties(freezing, stone mobs, etc) on server. Turn this to false to solve some server lag, may break some stuff.
- "Track Entities" = true
- #True to skip warnings about using datapacks.
- "Skip Datapack Warnings" = true
- #Multiplies the count of entities spawned by this number. 0 = no entites added on chunk gen, 2 = twice as many entities added on chunk gen. Useful for many mods that add a lot of creatures, namely animals, to the spawn lists.
- #Range: 0.0 ~ 100000.0
- chunkGenSpawnModifier = 1.0
- #True to if april fools content can display on april fools.
- "April Fools Content" = false
-
+
+[general]
+ #True if citadel tracks entity properties(freezing, stone mobs, etc) on server. Turn this to false to solve some server lag, may break some stuff.
+ "Track Entities" = true
+ #True to skip warnings about using datapacks.
+ "Skip Datapack Warnings" = true
+ #Multiplies the count of entities spawned by this number. 0 = no entites added on chunk gen, 2 = twice as many entities added on chunk gen. Useful for many mods that add a lot of creatures, namely animals, to the spawn lists.
+ #Range: 0.0 ~ 100000.0
+ chunkGenSpawnModifier = 1.0
+ #True to if april fools content can display on april fools.
+ "April Fools Content" = false
+
diff --git a/config/comforts-server.toml b/config/comforts-server.toml
index 43440fb..e56ffc9 100644
--- a/config/comforts-server.toml
+++ b/config/comforts-server.toml
@@ -1,23 +1,23 @@
-#If enabled, players automatically attempt to use sleeping bags when placed.
-autoUse = true
-#If enabled, players cannot sleep again for a period of time after sleeping.
-restrictSleeping = false
-#If restrictSleeping is true, this value will determine the length of wait time (larger numbers sleep sooner).
-#Range: 1.0 ~ 20.0
-restMultiplier = 2.0
-#The time of day that hammocks can be used.
-#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT
-hammockUse = "DAY"
-#The time of day that sleeping bags can be used.
-#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT
-sleepingBagUse = "NIGHT"
-#The percentage chance that a sleeping bag will break upon use.
-#Range: 0 ~ 100
-sleepingBagBreakChance = 0
-#The value that will be multiplied by a player's luck then added to sleepingBagBreakChance.
-#Range: -1.0 ~ 1.0
-sleepingBagBreakChanceLuckMultiplier = 0.0
-#The status effects to apply to players after using the sleeping bag.
-#Format: effect;duration(secs);power
-sleepingBagEffects = []
-
+#If enabled, players automatically attempt to use sleeping bags when placed.
+autoUse = true
+#If enabled, players cannot sleep again for a period of time after sleeping.
+restrictSleeping = false
+#If restrictSleeping is true, this value will determine the length of wait time (larger numbers sleep sooner).
+#Range: 1.0 ~ 20.0
+restMultiplier = 2.0
+#The time of day that hammocks can be used.
+#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT
+hammockUse = "DAY"
+#The time of day that sleeping bags can be used.
+#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT
+sleepingBagUse = "NIGHT"
+#The percentage chance that a sleeping bag will break upon use.
+#Range: 0 ~ 100
+sleepingBagBreakChance = 0
+#The value that will be multiplied by a player's luck then added to sleepingBagBreakChance.
+#Range: -1.0 ~ 1.0
+sleepingBagBreakChanceLuckMultiplier = 0.0
+#The status effects to apply to players after using the sleeping bag.
+#Format: effect;duration(secs);power
+sleepingBagEffects = []
+
diff --git a/config/configured-client.toml b/config/configured-client.toml
index fa31795..0d84f3b 100644
--- a/config/configured-client.toml
+++ b/config/configured-client.toml
@@ -1,4 +1,4 @@
-forceConfiguredMenu = false
-includeFoldersInSearch = false
-changedFormatting = "ITALIC"
-
+forceConfiguredMenu = false
+includeFoldersInSearch = false
+changedFormatting = "ITALIC"
+
diff --git a/config/cookingforblockheads-common.toml b/config/cookingforblockheads-common.toml
index 55b8c01..3571aab 100644
--- a/config/cookingforblockheads-common.toml
+++ b/config/cookingforblockheads-common.toml
@@ -1,27 +1,27 @@
-#If true, a cow can be squished into a Milk Jar by dropping an anvil on top.
-cowJarEnabled = true
-#The amount of milk the cow in a jar generates per tick.
-#Range: > -2147483648
-cowJarMilkPerTick = 1
-#Ex Compressum compatibility. Multiplier applied to the milk per tick for Compressed Cow in a Jar.
-#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
-compressedCowJarMilkMultiplier = 9.0
-#Set this to true if you'd like the sink to require water to be piped in, instead of providing infinite of it.
-sinkRequiresWater = false
-#Enabling this will make the kitchen counters have twice as much inventory space.
-largeCounters = false
-#Set this to true if you'd like to disallow automation of the oven (pipes and such won't be able to insert/extract)
-disallowOvenAutomation = false
-#The fuel multiplier for the cooking oven. Higher values means fuel lasts longer, 1.0 is furnace default.
-#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
-ovenFuelTimeMultiplier = 0.33000001311302185
-#The cooking time multiplier for the cooking oven. Higher values means it will take longer.
-#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
-ovenCookTimeMultiplier = 1.0
-#Set this to true if you'd like the oven to only accept cooking oil as fuel (requires Pam's Harvestcraft)
-ovenRequiresCookingOil = false
-#Set to false if you don't want ingredients to be marked with a special icon in the recipe book.
-showIngredientIcon = true
-#Toasting toasted bread again will turn into charcoal (only if no other mod adding toast is present). Set to false to disable.
-allowVeryToastedBread = true
-
+#If true, a cow can be squished into a Milk Jar by dropping an anvil on top.
+cowJarEnabled = true
+#The amount of milk the cow in a jar generates per tick.
+#Range: > -2147483648
+cowJarMilkPerTick = 1
+#Ex Compressum compatibility. Multiplier applied to the milk per tick for Compressed Cow in a Jar.
+#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+compressedCowJarMilkMultiplier = 9.0
+#Set this to true if you'd like the sink to require water to be piped in, instead of providing infinite of it.
+sinkRequiresWater = false
+#Enabling this will make the kitchen counters have twice as much inventory space.
+largeCounters = false
+#Set this to true if you'd like to disallow automation of the oven (pipes and such won't be able to insert/extract)
+disallowOvenAutomation = false
+#The fuel multiplier for the cooking oven. Higher values means fuel lasts longer, 1.0 is furnace default.
+#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ovenFuelTimeMultiplier = 0.33000001311302185
+#The cooking time multiplier for the cooking oven. Higher values means it will take longer.
+#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ovenCookTimeMultiplier = 1.0
+#Set this to true if you'd like the oven to only accept cooking oil as fuel (requires Pam's Harvestcraft)
+ovenRequiresCookingOil = false
+#Set to false if you don't want ingredients to be marked with a special icon in the recipe book.
+showIngredientIcon = true
+#Toasting toasted bread again will turn into charcoal (only if no other mod adding toast is present). Set to false to disable.
+allowVeryToastedBread = true
+
diff --git a/config/corn_delight-common.toml b/config/corn_delight-common.toml
index 5a0b860..23f0a09 100644
--- a/config/corn_delight-common.toml
+++ b/config/corn_delight-common.toml
@@ -1,6 +1,6 @@
-
-#General settings
-[general]
- #Should this mod add some of its items (CORN!!!) as extra chest loot across Minecraft?
- genCornLootModifier = true
-
+
+#General settings
+[general]
+ #Should this mod add some of its items (CORN!!!) as extra chest loot across Minecraft?
+ genCornLootModifier = true
+
diff --git a/config/cosmeticarmorreworked-client.toml b/config/cosmeticarmorreworked-client.toml
index 45b57c6..1bc2704 100644
--- a/config/cosmeticarmorreworked-client.toml
+++ b/config/cosmeticarmorreworked-client.toml
@@ -1,28 +1,28 @@
-
-#These settings only affects client
-[Client]
- #Whether or not to hide the button for opening CosmeticArmorInventory
- CosArmorGuiButton_Hidden = false
- #The horizontal pixel distance from the origin point of player inventory gui
- #Range: > -2147483648
- CosArmorGuiButton_Left = 65
- #The vertical pixel distance from the origin point of player inventoy gui
- #Range: > -2147483648
- CosArmorGuiButton_Top = 67
- #Whether or not to hide the button for toggling the mod temporarily on client side
- CosArmorToggleButton_Hidden = false
- #The horizontal pixel distance from the origin point of player inventory gui
- #Range: > -2147483648
- CosArmorToggleButton_Left = 59
- #The vertical pixel distance from the origin point of player inventory gui
- #Range: > -2147483648
- CosArmorToggleButton_Top = 72
- #Whether or not to hide the button for opening CosmeticArmorInventory in CreativeInventory
- CosArmorCreativeGuiButton_Hidden = false
- #The horizontal pixel distance from the origin point of creative inventory gui
- #Range: > -2147483648
- CosArmorCreativeGuiButton_Left = 95
- #The vertical pixel distance from the origin point of creative inventoy gui
- #Range: > -2147483648
- CosArmorCreativeGuiButton_Top = 38
-
+
+#These settings only affects client
+[Client]
+ #Whether or not to hide the button for opening CosmeticArmorInventory
+ CosArmorGuiButton_Hidden = false
+ #The horizontal pixel distance from the origin point of player inventory gui
+ #Range: > -2147483648
+ CosArmorGuiButton_Left = 65
+ #The vertical pixel distance from the origin point of player inventoy gui
+ #Range: > -2147483648
+ CosArmorGuiButton_Top = 67
+ #Whether or not to hide the button for toggling the mod temporarily on client side
+ CosArmorToggleButton_Hidden = false
+ #The horizontal pixel distance from the origin point of player inventory gui
+ #Range: > -2147483648
+ CosArmorToggleButton_Left = 59
+ #The vertical pixel distance from the origin point of player inventory gui
+ #Range: > -2147483648
+ CosArmorToggleButton_Top = 72
+ #Whether or not to hide the button for opening CosmeticArmorInventory in CreativeInventory
+ CosArmorCreativeGuiButton_Hidden = false
+ #The horizontal pixel distance from the origin point of creative inventory gui
+ #Range: > -2147483648
+ CosArmorCreativeGuiButton_Left = 95
+ #The vertical pixel distance from the origin point of creative inventoy gui
+ #Range: > -2147483648
+ CosArmorCreativeGuiButton_Top = 38
+
diff --git a/config/cosmeticarmorreworked-common.toml b/config/cosmeticarmorreworked-common.toml
index 55a13b6..40a754e 100644
--- a/config/cosmeticarmorreworked-common.toml
+++ b/config/cosmeticarmorreworked-common.toml
@@ -1,10 +1,10 @@
-
-#These settings affects both server and client
-[Common]
- #Whether or not to keep items in cosmetic armor slots in the event of player death
- CosArmorKeepThroughDeath = true
- #Whether or not to disable the RecipeBook in the CosmeticArmorInventory
- CosArmorDisableRecipeBook = false
- #Whether or not to disable the coshat command
- CosArmorDisableCosHatCommand = false
-
+
+#These settings affects both server and client
+[Common]
+ #Whether or not to keep items in cosmetic armor slots in the event of player death
+ CosArmorKeepThroughDeath = true
+ #Whether or not to disable the RecipeBook in the CosmeticArmorInventory
+ CosArmorDisableRecipeBook = false
+ #Whether or not to disable the coshat command
+ CosArmorDisableCosHatCommand = false
+
diff --git a/config/crabbersdelight-common.toml b/config/crabbersdelight-common.toml
index e1bfcaa..3983c1d 100644
--- a/config/crabbersdelight-common.toml
+++ b/config/crabbersdelight-common.toml
@@ -1,14 +1,14 @@
-
-#Game Settings
-[Settings]
- #Should fisherman buy/sell items related to this mods items (Seafood and pearls)
- fishermanBuyCDItems = true
- #Should the Wandering Trader sell items in exchange for pearls?
- wanderingTraderDealsPearls = true
- #Should seafood only be able to be cooked through the Farmer's Delight pot?
- cookInPot = true
- #Minimum ticks before seafood can be gathered by the crab trap. Default = 4000
- minTicks = 4000
- #Maximum ticks before seafood can be gathered by the crab trap. Default = 8000
- maxTicks = 8000
-
+
+#Game Settings
+[Settings]
+ #Should fisherman buy/sell items related to this mods items (Seafood and pearls)
+ fishermanBuyCDItems = true
+ #Should the Wandering Trader sell items in exchange for pearls?
+ wanderingTraderDealsPearls = true
+ #Should seafood only be able to be cooked through the Farmer's Delight pot?
+ cookInPot = true
+ #Minimum ticks before seafood can be gathered by the crab trap. Default = 4000
+ minTicks = 4000
+ #Maximum ticks before seafood can be gathered by the crab trap. Default = 8000
+ maxTicks = 8000
+
diff --git a/config/craftingtweaks-common.toml b/config/craftingtweaks-common.toml
index 461b1c4..0f3caab 100644
--- a/config/craftingtweaks-common.toml
+++ b/config/craftingtweaks-common.toml
@@ -1,18 +1,18 @@
-
-[common]
- #Set this to false if you want the (de)compress feature to work outside of crafting GUIs (only works if installed on server while in the player inventory)
- compressRequiresCraftingGrid = true
- #A list of modid:name entries that will not be crafted by the compress key.
- compressDenylist = ["minecraft:sandstone", "minecraft:iron_trapdoor"]
-
-[client]
- #If set to true, right-clicking the result slot in a crafting table will craft a full stack.
- rightClickCraftsStack = true
- #We both know JEI is much better. This option hides Vanilla's crafting book button instead of moving it.
- hideVanillaCraftingGuide = false
- #Set to 'DEFAULT' to enable both buttons and hotkeys. Set to 'BUTTONS' to enable buttons only. Set to 'HOTKEYS' to enable hotkeys only. Set to 'DISABLED' to disable completely.
- #Allowed Values: DEFAULT, BUTTONS, HOTKEYS, DISABLED
- mode = "DEFAULT"
- #Add mod ids here of mods that you wish to disable Crafting Tweaks support for.
- disabledAddons = []
-
+
+[common]
+ #Set this to false if you want the (de)compress feature to work outside of crafting GUIs (only works if installed on server while in the player inventory)
+ compressRequiresCraftingGrid = true
+ #A list of modid:name entries that will not be crafted by the compress key.
+ compressDenylist = ["minecraft:sandstone", "minecraft:iron_trapdoor"]
+
+[client]
+ #If set to true, right-clicking the result slot in a crafting table will craft a full stack.
+ rightClickCraftsStack = true
+ #We both know JEI is much better. This option hides Vanilla's crafting book button instead of moving it.
+ hideVanillaCraftingGuide = false
+ #Set to 'DEFAULT' to enable both buttons and hotkeys. Set to 'BUTTONS' to enable buttons only. Set to 'HOTKEYS' to enable hotkeys only. Set to 'DISABLED' to disable completely.
+ #Allowed Values: DEFAULT, BUTTONS, HOTKEYS, DISABLED
+ mode = "DEFAULT"
+ #Add mod ids here of mods that you wish to disable Crafting Tweaks support for.
+ disabledAddons = []
+
diff --git a/config/create-client.toml b/config/create-client.toml
index d6e4278..9e8f560 100644
--- a/config/create-client.toml
+++ b/config/create-client.toml
@@ -1,146 +1,146 @@
-
-#.
-#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder!
-[client]
- #.
- #Show item descriptions on Shift and controls on Ctrl.
- enableTooltips = true
- #.
- #Display a tooltip when looking at overstressed components.
- enableOverstressedTooltip = true
- #.
- #Log a stack-trace when rendering issues happen within a moving contraption.
- explainRenderErrors = false
- #.
- #Higher density means more spawned particles.
- #Range: 0.0 ~ 1.0
- fanParticleDensity = 0.5
- #.
- #[in Blocks]
- #Maximum Distance to the player at which items in Blocks' filter slots will be displayed
- #Range: 1.0 ~ 3.4028234663852886E38
- filterItemRenderDistance = 10.0
- #.
- #Show kinetic debug information on blocks while the F3-Menu is open.
- enableRainbowDebug = false
- #.
- #The maximum amount of blocks for which to try and calculate dynamic contraption lighting. Decrease if large contraption cause too much lag
- #Range: > 0
- maximumContraptionLightVolume = 16384
- #.
- #Choose the menu row that the Create config button appears on in the main menu
- #Set to 0 to disable the button altogether
- #Range: 0 ~ 4
- mainMenuConfigButtonRow = 2
- #.
- #Offset the Create config button in the main menu by this many pixels on the X axis
- #The sign (-/+) of this value determines what side of the row the button appears on (left/right)
- #Range: > -2147483648
- mainMenuConfigButtonOffsetX = -4
- #.
- #Choose the menu row that the Create config button appears on in the in-game menu
- #Set to 0 to disable the button altogether
- #Range: 0 ~ 5
- ingameMenuConfigButtonRow = 3
- #.
- #Offset the Create config button in the in-game menu by this many pixels on the X axis
- #The sign (-/+) of this value determines what side of the row the button appears on (left/right)
- #Range: > -2147483648
- ingameMenuConfigButtonOffsetX = -4
- #.
- #Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled
- ignoreFabulousWarning = false
-
- #.
- #Configure your vision range when submerged in Create's custom fluids
- [client.fluidFogSettings]
- #.
- #The vision range through honey will be multiplied by this factor
- #Range: 0.125 ~ 256.0
- honey = 1.0
- #.
- #The vision range though chocolate will be multiplied by this factor
- #Range: 0.125 ~ 256.0
- chocolate = 1.0
-
- #.
- #Settings for the Goggle Overlay
- [client.goggleOverlay]
- #.
- #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay
- #Range: > -2147483648
- overlayOffsetX = 20
- #.
- #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay
- #Range: > -2147483648
- overlayOffsetY = 0
- #.
- #Enable this to use your custom colors for the Goggle- and Hover- Overlay
- customColorsOverlay = false
- #.
- #The custom background color to use for the Goggle- and Hover- Overlays, if enabled
- #[in Hex: #AaRrGgBb]
- #[@cui:IntDisplay:#]
- #Range: > -2147483648
- customBackgroundOverlay = -267386864
- #.
- #The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled
- #[in Hex: #AaRrGgBb]
- #[@cui:IntDisplay:#]
- #Range: > -2147483648
- customBorderTopOverlay = 1347420415
- #.
- #The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled
- #[in Hex: #AaRrGgBb]
- #[@cui:IntDisplay:#]
- #Range: > -2147483648
- customBorderBotOverlay = 1344798847
-
- #.
- #Settings for the Placement Assist
- [client.placementAssist]
- #.
- #What indicator should be used when showing where the assisted placement ends up relative to your crosshair
- #Choose 'NONE' to disable the Indicator altogether
- #Allowed Values: TEXTURE, TRIANGLE, NONE
- indicatorType = "TEXTURE"
- #.
- #Change the size of the Indicator by this multiplier
- #Range: 0.0 ~ 3.4028234663852886E38
- indicatorScale = 1.0
-
- #.
- #Ponder settings
- [client.ponder]
- #.
- #Slow down a ponder scene whenever there is text on screen.
- comfyReading = false
- #.
- #Show additional info in the ponder view and reload scene scripts more frequently.
- editingMode = false
-
- #.
- #Sound settings
- [client.sound]
- #.
- #Make cogs rumble and machines clatter.
- enableAmbientSounds = true
- #.
- #Maximum volume modifier of Ambient noise
- #Range: 0.0 ~ 1.0
- ambientVolumeCap = 0.10000000149011612
-
- #.
- #Railway related settings
- [client.trains]
- #.
- #How far away the Camera should zoom when seated on a train
- #Range: 0.0 ~ 3.4028234663852886E38
- mountedZoomMultiplier = 3.0
- #.
- #Display nodes and edges of a Railway Network while f3 debug mode is active
- showTrackGraphOnF3 = false
- #.
- #Additionally display materials of a Rail Network while f3 debug mode is active
- showExtendedTrackGraphOnF3 = false
-
+
+#.
+#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder!
+[client]
+ #.
+ #Show item descriptions on Shift and controls on Ctrl.
+ enableTooltips = true
+ #.
+ #Display a tooltip when looking at overstressed components.
+ enableOverstressedTooltip = true
+ #.
+ #Log a stack-trace when rendering issues happen within a moving contraption.
+ explainRenderErrors = false
+ #.
+ #Higher density means more spawned particles.
+ #Range: 0.0 ~ 1.0
+ fanParticleDensity = 0.5
+ #.
+ #[in Blocks]
+ #Maximum Distance to the player at which items in Blocks' filter slots will be displayed
+ #Range: 1.0 ~ 3.4028234663852886E38
+ filterItemRenderDistance = 10.0
+ #.
+ #Show kinetic debug information on blocks while the F3-Menu is open.
+ enableRainbowDebug = false
+ #.
+ #The maximum amount of blocks for which to try and calculate dynamic contraption lighting. Decrease if large contraption cause too much lag
+ #Range: > 0
+ maximumContraptionLightVolume = 16384
+ #.
+ #Choose the menu row that the Create config button appears on in the main menu
+ #Set to 0 to disable the button altogether
+ #Range: 0 ~ 4
+ mainMenuConfigButtonRow = 2
+ #.
+ #Offset the Create config button in the main menu by this many pixels on the X axis
+ #The sign (-/+) of this value determines what side of the row the button appears on (left/right)
+ #Range: > -2147483648
+ mainMenuConfigButtonOffsetX = -4
+ #.
+ #Choose the menu row that the Create config button appears on in the in-game menu
+ #Set to 0 to disable the button altogether
+ #Range: 0 ~ 5
+ ingameMenuConfigButtonRow = 3
+ #.
+ #Offset the Create config button in the in-game menu by this many pixels on the X axis
+ #The sign (-/+) of this value determines what side of the row the button appears on (left/right)
+ #Range: > -2147483648
+ ingameMenuConfigButtonOffsetX = -4
+ #.
+ #Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled
+ ignoreFabulousWarning = false
+
+ #.
+ #Configure your vision range when submerged in Create's custom fluids
+ [client.fluidFogSettings]
+ #.
+ #The vision range through honey will be multiplied by this factor
+ #Range: 0.125 ~ 256.0
+ honey = 1.0
+ #.
+ #The vision range though chocolate will be multiplied by this factor
+ #Range: 0.125 ~ 256.0
+ chocolate = 1.0
+
+ #.
+ #Settings for the Goggle Overlay
+ [client.goggleOverlay]
+ #.
+ #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay
+ #Range: > -2147483648
+ overlayOffsetX = 20
+ #.
+ #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay
+ #Range: > -2147483648
+ overlayOffsetY = 0
+ #.
+ #Enable this to use your custom colors for the Goggle- and Hover- Overlay
+ customColorsOverlay = false
+ #.
+ #The custom background color to use for the Goggle- and Hover- Overlays, if enabled
+ #[in Hex: #AaRrGgBb]
+ #[@cui:IntDisplay:#]
+ #Range: > -2147483648
+ customBackgroundOverlay = -267386864
+ #.
+ #The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled
+ #[in Hex: #AaRrGgBb]
+ #[@cui:IntDisplay:#]
+ #Range: > -2147483648
+ customBorderTopOverlay = 1347420415
+ #.
+ #The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled
+ #[in Hex: #AaRrGgBb]
+ #[@cui:IntDisplay:#]
+ #Range: > -2147483648
+ customBorderBotOverlay = 1344798847
+
+ #.
+ #Settings for the Placement Assist
+ [client.placementAssist]
+ #.
+ #What indicator should be used when showing where the assisted placement ends up relative to your crosshair
+ #Choose 'NONE' to disable the Indicator altogether
+ #Allowed Values: TEXTURE, TRIANGLE, NONE
+ indicatorType = "TEXTURE"
+ #.
+ #Change the size of the Indicator by this multiplier
+ #Range: 0.0 ~ 3.4028234663852886E38
+ indicatorScale = 1.0
+
+ #.
+ #Ponder settings
+ [client.ponder]
+ #.
+ #Slow down a ponder scene whenever there is text on screen.
+ comfyReading = false
+ #.
+ #Show additional info in the ponder view and reload scene scripts more frequently.
+ editingMode = false
+
+ #.
+ #Sound settings
+ [client.sound]
+ #.
+ #Make cogs rumble and machines clatter.
+ enableAmbientSounds = true
+ #.
+ #Maximum volume modifier of Ambient noise
+ #Range: 0.0 ~ 1.0
+ ambientVolumeCap = 0.10000000149011612
+
+ #.
+ #Railway related settings
+ [client.trains]
+ #.
+ #How far away the Camera should zoom when seated on a train
+ #Range: 0.0 ~ 3.4028234663852886E38
+ mountedZoomMultiplier = 3.0
+ #.
+ #Display nodes and edges of a Railway Network while f3 debug mode is active
+ showTrackGraphOnF3 = false
+ #.
+ #Additionally display materials of a Rail Network while f3 debug mode is active
+ showExtendedTrackGraphOnF3 = false
+
diff --git a/config/create-common.toml b/config/create-common.toml
index ab1174e..792792f 100644
--- a/config/create-common.toml
+++ b/config/create-common.toml
@@ -1,9 +1,9 @@
-
-#.
-#Modify Create's impact on your terrain
-[worldgen]
- #.
- #.
- #Prevents all worldgen added by Create from taking effect
- disableWorldGen = false
-
+
+#.
+#Modify Create's impact on your terrain
+[worldgen]
+ #.
+ #.
+ #Prevents all worldgen added by Create from taking effect
+ disableWorldGen = false
+
diff --git a/config/createaddition-common.toml b/config/createaddition-common.toml
index ad6451e..3690c4a 100644
--- a/config/createaddition-common.toml
+++ b/config/createaddition-common.toml
@@ -1,150 +1,150 @@
-
-#Make sure config changes are duplicated on both Clients and the Server when running a dedicated Server,
-# as the config isnt synced between Clients and Server.
-#General Settings
-[general]
- #Forge Energy conversion rate (in FE/t at 256 RPM, value is the FE/t generated and consumed is at 256rpm).
- #Range: > 0
- fe_at_max_rpm = 480
- #Max stress for the Alternator and Electric Motor (in SU at 256 RPM).
- #Range: > 0
- max_stress = 16384
- #If audio should be enabled or not.
- audio_enabled = true
-
-#Electric Motor
-[electric_motor]
- #Electric Motor min/max RPM.
- #Range: > 1
- motor_rpm_range = 256
- #Electric Motor minimum required energy consumption in FE/t.
- #Range: > 0
- motor_min_consumption = 8
- #Electric Motor max input in FE (Energy transfer not consumption).
- #Range: > 0
- motor_max_input = 5000
- #Electric Motor internal capacity in FE.
- #Range: > 0
- motor_capacity = 5000
-
-#Alternator
-[alternator]
- #Alternator max input in FE (Energy transfer, not generation).
- #Range: > 0
- generator_max_output = 5000
- #Alternator internal capacity in FE.
- #Range: > 0
- generator_capacity = 5000
- #Alternator efficiency relative to base conversion rate.
- #Range: 0.01 ~ 1.0
- generator_efficiency = 0.75
-
-#Rolling Mill
-[rolling_mill]
- #Rolling Mill duration in ticks.
- #Range: > 0
- rolling_mill_processing_duration = 100
- #Rolling Mill base stress impact.
- #Range: 0 ~ 1024
- rolling_mill_stress = 16
-
-#Wires
-[wires]
- #Small Connector max input in FE/t (Energy transfer).
- #Range: > 0
- small_connector_max_input = 1024
- #Small Connector max output in FE/t (Energy transfer).
- #Range: > 0
- small_connector_max_output = 1024
- #Small Connector max wire length in blocks.
- #Range: 0 ~ 256
- small_connector_wire_length = 16
- #Large Connector max input in FE/t (Energy transfer).
- #Range: > 0
- large_connector_max_input = 4096
- #Large Connector max output in FE/t (Energy transfer).
- #Range: > 0
- large_connector_max_output = 4096
- #Large Connector max wire length in blocks.
- #Range: 0 ~ 256
- large_connector_wire_length = 32
- #Ignore checking if block face can support connector.
- connector_ignore_face_check = true
- #Allows blocks attached to a connector to freely pass energy to and from the connector network.
- connector_allow_passive_io = true
- #Small Connector With Light energy consumption in FE/t.
- #Range: > 0
- small_light_connector_consumption = 1
-
-#Accumulator
-[accumulator]
- #Accumulator max input in FE/t (Energy transfer).
- #Range: > 0
- accumulator_max_input = 5000
- #Accumulator max output in FE/t (Energy transfer).
- #Range: > 0
- accumulator_max_output = 5000
- #Accumulator internal capacity per block in FE.
- #Range: > 0
- accumulator_capacity = 2000000
- #Accumulator max multiblock height.
- #Range: 1 ~ 8
- accumulator_max_height = 5
- #Accumulator max multiblock width.
- #Range: 1 ~ 8
- accumulator_max_width = 3
-
-#Portable Energy Interface
-[portable_energy_interface]
- #PEI max input in FE/t (Energy transfer).
- #Range: > 0
- pei_max_input = 5000
- #PEI max output in FE/t (Energy transfer).
- #Range: > 0
- pei_max_output = 5000
-
-#Tesla Coil
-[tesla_coil]
- #Tesla Coil max input in FE/t (Energy transfer).
- #Range: > 0
- tesla_coil_max_input = 10000
- #Tesla Coil charge rate in FE/t.
- #Range: > 0
- tesla_coil_charge_rate = 5000
- #Tesla Coil charge rate in FE/t for recipes.
- #Range: > 0
- tesla_coil_recipe_charge_rate = 2000
- #Tesla Coil internal capacity in FE.
- #Range: > 0
- tesla_coil_capacity = 40000
- #Energy consumed when Tesla Coil is fired (in FE).
- #Range: > 0
- tesla_coil_hurt_energy_required = 1000
- #Hurt range (in blocks/meters).
- #Range: > 0
- tesla_coil_hurt_range = 3
- #Damaged dealt to mobs when Tesla Coil is fired (in half hearts).
- #Range: > 0
- tesla_coil_hurt_mob = 3
- #The duration of the Shocked effect for mobs (in ticks).
- #Range: > 0
- tesla_coil_effect_time_mob = 20
- #Damaged dealt to players when Tesla Coil is fired (in half hearts).
- #Range: > 0
- tesla_coil_hurt_player = 2
- #The duration of the Shocked effect for players (in ticks).
- #Range: > 0
- tesla_coil_effect_time_player = 20
- #Tesla Coil fire interval (in ticks).
- #Range: > 0
- tesla_coil_fire_cooldown = 20
-
-#Misc
-[misc]
- #Diamond Grit Sandpaper durability (number of uses).
- #Range: > 3
- diamond_grit_sandpaper_uses = 1024
- #Barbed Wire Damage.
- #Range: 0.0 ~ 3.4028234663852886E38
- barbed_wire_damage = 2.0
-
+
+#Make sure config changes are duplicated on both Clients and the Server when running a dedicated Server,
+# as the config isnt synced between Clients and Server.
+#General Settings
+[general]
+ #Forge Energy conversion rate (in FE/t at 256 RPM, value is the FE/t generated and consumed is at 256rpm).
+ #Range: > 0
+ fe_at_max_rpm = 480
+ #Max stress for the Alternator and Electric Motor (in SU at 256 RPM).
+ #Range: > 0
+ max_stress = 16384
+ #If audio should be enabled or not.
+ audio_enabled = true
+
+#Electric Motor
+[electric_motor]
+ #Electric Motor min/max RPM.
+ #Range: > 1
+ motor_rpm_range = 256
+ #Electric Motor minimum required energy consumption in FE/t.
+ #Range: > 0
+ motor_min_consumption = 8
+ #Electric Motor max input in FE (Energy transfer not consumption).
+ #Range: > 0
+ motor_max_input = 5000
+ #Electric Motor internal capacity in FE.
+ #Range: > 0
+ motor_capacity = 5000
+
+#Alternator
+[alternator]
+ #Alternator max input in FE (Energy transfer, not generation).
+ #Range: > 0
+ generator_max_output = 5000
+ #Alternator internal capacity in FE.
+ #Range: > 0
+ generator_capacity = 5000
+ #Alternator efficiency relative to base conversion rate.
+ #Range: 0.01 ~ 1.0
+ generator_efficiency = 0.75
+
+#Rolling Mill
+[rolling_mill]
+ #Rolling Mill duration in ticks.
+ #Range: > 0
+ rolling_mill_processing_duration = 100
+ #Rolling Mill base stress impact.
+ #Range: 0 ~ 1024
+ rolling_mill_stress = 16
+
+#Wires
+[wires]
+ #Small Connector max input in FE/t (Energy transfer).
+ #Range: > 0
+ small_connector_max_input = 1024
+ #Small Connector max output in FE/t (Energy transfer).
+ #Range: > 0
+ small_connector_max_output = 1024
+ #Small Connector max wire length in blocks.
+ #Range: 0 ~ 256
+ small_connector_wire_length = 16
+ #Large Connector max input in FE/t (Energy transfer).
+ #Range: > 0
+ large_connector_max_input = 4096
+ #Large Connector max output in FE/t (Energy transfer).
+ #Range: > 0
+ large_connector_max_output = 4096
+ #Large Connector max wire length in blocks.
+ #Range: 0 ~ 256
+ large_connector_wire_length = 32
+ #Ignore checking if block face can support connector.
+ connector_ignore_face_check = true
+ #Allows blocks attached to a connector to freely pass energy to and from the connector network.
+ connector_allow_passive_io = true
+ #Small Connector With Light energy consumption in FE/t.
+ #Range: > 0
+ small_light_connector_consumption = 1
+
+#Accumulator
+[accumulator]
+ #Accumulator max input in FE/t (Energy transfer).
+ #Range: > 0
+ accumulator_max_input = 5000
+ #Accumulator max output in FE/t (Energy transfer).
+ #Range: > 0
+ accumulator_max_output = 5000
+ #Accumulator internal capacity per block in FE.
+ #Range: > 0
+ accumulator_capacity = 2000000
+ #Accumulator max multiblock height.
+ #Range: 1 ~ 8
+ accumulator_max_height = 5
+ #Accumulator max multiblock width.
+ #Range: 1 ~ 8
+ accumulator_max_width = 3
+
+#Portable Energy Interface
+[portable_energy_interface]
+ #PEI max input in FE/t (Energy transfer).
+ #Range: > 0
+ pei_max_input = 5000
+ #PEI max output in FE/t (Energy transfer).
+ #Range: > 0
+ pei_max_output = 5000
+
+#Tesla Coil
+[tesla_coil]
+ #Tesla Coil max input in FE/t (Energy transfer).
+ #Range: > 0
+ tesla_coil_max_input = 10000
+ #Tesla Coil charge rate in FE/t.
+ #Range: > 0
+ tesla_coil_charge_rate = 5000
+ #Tesla Coil charge rate in FE/t for recipes.
+ #Range: > 0
+ tesla_coil_recipe_charge_rate = 2000
+ #Tesla Coil internal capacity in FE.
+ #Range: > 0
+ tesla_coil_capacity = 40000
+ #Energy consumed when Tesla Coil is fired (in FE).
+ #Range: > 0
+ tesla_coil_hurt_energy_required = 1000
+ #Hurt range (in blocks/meters).
+ #Range: > 0
+ tesla_coil_hurt_range = 3
+ #Damaged dealt to mobs when Tesla Coil is fired (in half hearts).
+ #Range: > 0
+ tesla_coil_hurt_mob = 3
+ #The duration of the Shocked effect for mobs (in ticks).
+ #Range: > 0
+ tesla_coil_effect_time_mob = 20
+ #Damaged dealt to players when Tesla Coil is fired (in half hearts).
+ #Range: > 0
+ tesla_coil_hurt_player = 2
+ #The duration of the Shocked effect for players (in ticks).
+ #Range: > 0
+ tesla_coil_effect_time_player = 20
+ #Tesla Coil fire interval (in ticks).
+ #Range: > 0
+ tesla_coil_fire_cooldown = 20
+
+#Misc
+[misc]
+ #Diamond Grit Sandpaper durability (number of uses).
+ #Range: > 3
+ diamond_grit_sandpaper_uses = 1024
+ #Barbed Wire Damage.
+ #Range: 0.0 ~ 3.4028234663852886E38
+ barbed_wire_damage = 2.0
+
diff --git a/config/createdieselgenerators-client.toml b/config/createdieselgenerators-client.toml
index 43f4d1a..3f2a795 100644
--- a/config/createdieselgenerators-client.toml
+++ b/config/createdieselgenerators-client.toml
@@ -1,9 +1,9 @@
-
-["Client Configs"]
- #Fuel type tooltip on Buckets
- "Fuel tooltips" = true
- #Whenever Diesel Engines display in JEI
- "Diesel Engine JEI Config" = true
- #Diesel Engines emit sounds on trains
- "Diesel Engines emit sounds on trains" = true
-
+
+["Client Configs"]
+ #Fuel type tooltip on Buckets
+ "Fuel tooltips" = true
+ #Whenever Diesel Engines display in JEI
+ "Diesel Engine JEI Config" = true
+ #Diesel Engines emit sounds on trains
+ "Diesel Engines emit sounds on trains" = true
+
diff --git a/config/cuisinedelight-client.toml b/config/cuisinedelight-client.toml
index ea6d899..20a4510 100644
--- a/config/cuisinedelight-client.toml
+++ b/config/cuisinedelight-client.toml
@@ -1,4 +1,4 @@
-#Cooking UI Scale
-#Range: 0.0 ~ 16.0
-uiScale = 1.0
-
+#Cooking UI Scale
+#Range: 0.0 ~ 16.0
+uiScale = 1.0
+
diff --git a/config/cuisinedelight-common.toml b/config/cuisinedelight-common.toml
index 9446b32..f593572 100644
--- a/config/cuisinedelight-common.toml
+++ b/config/cuisinedelight-common.toml
@@ -1,19 +1,19 @@
-#base size per serve
-#Range: 1 ~ 100
-baseServe = 4
-#base nutrition factor
-#Range: 0.0 ~ 100.0
-baseNutrition = 0.1
-#bonus for every extra food type
-#Range: 0.0 ~ 100.0
-varietyBonus = 0.2
-#bonus for perfect food
-#Range: 0.0 ~ 100.0
-perfectionBonus = 0.5
-#max number of ingredient entries
-#Range: 1 ~ 20
-maxIngredient = 9
-#nourishment duration per food type
-#Range: 1 ~ 10000
-nourishmentDuration = 100
-
+#base size per serve
+#Range: 1 ~ 100
+baseServe = 4
+#base nutrition factor
+#Range: 0.0 ~ 100.0
+baseNutrition = 0.1
+#bonus for every extra food type
+#Range: 0.0 ~ 100.0
+varietyBonus = 0.2
+#bonus for perfect food
+#Range: 0.0 ~ 100.0
+perfectionBonus = 0.5
+#max number of ingredient entries
+#Range: 1 ~ 20
+maxIngredient = 9
+#nourishment duration per food type
+#Range: 1 ~ 10000
+nourishmentDuration = 100
+
diff --git a/config/curios-client.toml b/config/curios-client.toml
index d14999b..a93ac15 100644
--- a/config/curios-client.toml
+++ b/config/curios-client.toml
@@ -1,21 +1,21 @@
-
-#Client only settings, mostly things related to rendering
-[client]
- #Set to true to enable rendering curios
- renderCurios = true
- #The X-Offset for the Curios GUI button
- #Range: -100 ~ 100
- buttonXOffset = 0
- #The Y-Offset for the Curios GUI button
- #Range: -100 ~ 100
- buttonYOffset = 0
- #The X-Offset for the Creative Curios GUI button
- #Range: -100 ~ 100
- creativeButtonXOffset = 0
- #The Y-Offset for the Creative Curios GUI button
- #Range: -100 ~ 100
- creativeButtonYOffset = 0
- #The corner for the Curios GUI button
- #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
- buttonCorner = "TOP_LEFT"
-
+
+#Client only settings, mostly things related to rendering
+[client]
+ #Set to true to enable rendering curios
+ renderCurios = true
+ #The X-Offset for the Curios GUI button
+ #Range: -100 ~ 100
+ buttonXOffset = 0
+ #The Y-Offset for the Curios GUI button
+ #Range: -100 ~ 100
+ buttonYOffset = 0
+ #The X-Offset for the Creative Curios GUI button
+ #Range: -100 ~ 100
+ creativeButtonXOffset = 0
+ #The Y-Offset for the Creative Curios GUI button
+ #Range: -100 ~ 100
+ creativeButtonYOffset = 0
+ #The corner for the Curios GUI button
+ #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
+ buttonCorner = "TOP_LEFT"
+
diff --git a/config/damagevignette-client.toml b/config/damagevignette-client.toml
index a1ae7f7..2d397c1 100644
--- a/config/damagevignette-client.toml
+++ b/config/damagevignette-client.toml
@@ -1,6 +1,6 @@
-enabled = true
-#Range: 0 ~ 100
-lowThreshold = 30
-#Range: 0 ~ 100
-highThreshold = 100
-
+enabled = true
+#Range: 0 ~ 100
+lowThreshold = 30
+#Range: 0 ~ 100
+highThreshold = 100
+
diff --git a/config/defaultoptions-common.toml b/config/defaultoptions-common.toml
index 0a458b3..e9953c4 100644
--- a/config/defaultoptions-common.toml
+++ b/config/defaultoptions-common.toml
@@ -1,6 +1,6 @@
-#The default difficulty selected for newly created worlds.
-#Allowed Values: PEACEFUL, EASY, NORMAL, HARD
-defaultDifficulty = "NORMAL"
-#Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option?
-lockDifficulty = false
-
+#The default difficulty selected for newly created worlds.
+#Allowed Values: PEACEFUL, EASY, NORMAL, HARD
+defaultDifficulty = "NORMAL"
+#Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option?
+lockDifficulty = false
+
diff --git a/config/defaultoptions/extra/options_defaults.txt b/config/defaultoptions/extra/options_defaults.txt
index 068e78d..a5a8bc4 100644
--- a/config/defaultoptions/extra/options_defaults.txt
+++ b/config/defaultoptions/extra/options_defaults.txt
@@ -1,315 +1,315 @@
-version:3465
-autoJump:false
-operatorItemsTab:false
-autoSuggestions:true
-chatColors:true
-chatLinks:true
-chatLinksPrompt:true
-enableVsync:true
-entityShadows:true
-forceUnicodeFont:false
-discrete_mouse_scroll:false
-invertYMouse:false
-realmsNotifications:false
-reducedDebugInfo:false
-showSubtitles:false
-directionalAudio:false
-touchscreen:false
-fullscreen:false
-bobView:true
-toggleCrouch:false
-toggleSprint:false
-darkMojangStudiosBackground:false
-hideLightningFlashes:false
-mouseSensitivity:0.5
-fov:0.0
-screenEffectScale:1.0
-fovEffectScale:1.0
-darknessEffectScale:1.0
-glintSpeed:0.5
-glintStrength:0.75
-damageTiltStrength:1.0
-highContrast:false
-gamma:0.5
-renderDistance:12
-simulationDistance:12
-entityDistanceScaling:1.0
-guiScale:2
-particles:0
-maxFps:120
-graphicsMode:1
-ao:true
-prioritizeChunkUpdates:0
-biomeBlendRadius:2
-renderClouds:"true"
-resourcePacks:["vanilla","mod_resources","builtin/towntalk","resources/resources.zip"]
-incompatibleResourcePacks:["builtin/towntalk"]
-lastServer:
-lang:en_us
-soundDevice:""
-chatVisibility:0
-chatOpacity:1.0
-chatLineSpacing:0.0
-textBackgroundOpacity:0.5
-backgroundForChatOnly:true
-hideServerAddress:false
-advancedItemTooltips:false
-pauseOnLostFocus:true
-overrideWidth:0
-overrideHeight:0
-chatHeightFocused:1.0
-chatDelay:0.0
-chatHeightUnfocused:0.4375
-chatScale:1.0
-chatWidth:1.0
-notificationDisplayTime:1.0
-mipmapLevels:4
-useNativeTransport:true
-mainHand:"right"
-attackIndicator:1
-narrator:0
-tutorialStep:none
-mouseWheelSensitivity:1.0
-rawMouseInput:true
-glDebugVerbosity:1
-skipMultiplayerWarning:true
-skipRealms32bitWarning:false
-hideMatchedNames:true
-joinedFirstServer:true
-hideBundleTutorial:false
-syncChunkWrites:false
-showAutosaveIndicator:true
-allowServerListing:true
-onlyShowSecureChat:false
-panoramaScrollSpeed:1.0
-telemetryOptInExtra:false
-onboardAccessibility:false
-key_key.attack:key.mouse.left
-key_key.use:key.mouse.right
-key_key.forward:key.keyboard.w
-key_key.left:key.keyboard.a
-key_key.back:key.keyboard.s
-key_key.right:key.keyboard.d
-key_key.jump:key.keyboard.space
-key_key.sneak:key.keyboard.left.shift
-key_key.sprint:key.keyboard.left.control
-key_key.drop:key.keyboard.q
-key_key.inventory:key.keyboard.e
-key_key.chat:key.keyboard.t
-key_key.playerlist:key.keyboard.tab
-key_key.pickItem:key.mouse.middle
-key_key.command:key.keyboard.slash
-key_key.socialInteractions:key.keyboard.unknown
-key_key.screenshot:key.keyboard.f2
-key_key.togglePerspective:key.keyboard.f5
-key_key.smoothCamera:key.keyboard.unknown
-key_key.fullscreen:key.keyboard.f11
-key_key.spectatorOutlines:key.keyboard.unknown
-key_key.swapOffhand:key.keyboard.x
-key_key.saveToolbarActivator:key.keyboard.c
-key_key.loadToolbarActivator:key.keyboard.x
-key_key.advancements:key.keyboard.l
-key_key.hotbar.1:key.keyboard.1
-key_key.hotbar.2:key.keyboard.2
-key_key.hotbar.3:key.keyboard.3
-key_key.hotbar.4:key.keyboard.4
-key_key.hotbar.5:key.keyboard.5
-key_key.hotbar.6:key.keyboard.6
-key_key.hotbar.7:key.keyboard.7
-key_key.hotbar.8:key.keyboard.8
-key_key.hotbar.9:key.keyboard.9
-key_simplemagnets.keys.toggle:key.keyboard.i
-key_key.modernfix.config:key.keyboard.unknown
-key_supplementaries.keybind.quiver:key.keyboard.unknown
-key_info.structure_gel.building_tool.undo:key.keyboard.z:CONTROL
-key_info.structure_gel.building_tool.redo:key.keyboard.y:CONTROL
-key_key.structure_gel.open_building_tool_gui:key.keyboard.r
-key_key.solapplepie.open_food_book:key.keyboard.k
-key_key.curios.open.desc:key.keyboard.unknown
-key_iris.keybind.reload:key.keyboard.unknown
-key_iris.keybind.toggleShaders:key.keyboard.unknown
-key_iris.keybind.shaderPackSelection:key.keyboard.unknown
-key_Options Gui:key.keyboard.unknown
-key_key.wi_zoom.zoom:key.keyboard.z
-key_hub_screen:key.keyboard.g
-key_hotbar_toggle:key.keyboard.caps.lock
-key_spell_1:key.keyboard.f
-key_spell_2:key.keyboard.c
-key_spell_3:key.keyboard.v
-key_spell_4:key.keyboard.r
-key_key.jei.previousRecipePage:key.keyboard.page.up
-key_key.jei.toggleEditMode:key.keyboard.unknown
-key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
-key_key.jei.previousSearch:key.keyboard.up
-key_key.jei.closeRecipeGui:key.keyboard.escape
-key_key.jei.cheatItemStack:key.mouse.left:SHIFT
-key_key.jei.nextSearch:key.keyboard.down
-key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown
-key_key.jei.cheatOneItem:key.mouse.left
-key_key.jei.copy.recipe.id:key.keyboard.unknown
-key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
-key_key.jei.recipeBack:key.keyboard.backspace
-key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL
-key_key.jei.focusSearch:key.keyboard.f:CONTROL
-key_key.jei.showUses2:key.mouse.right
-key_key.jei.cheatItemStack2:key.mouse.middle
-key_key.jei.previousPage:key.keyboard.unknown
-key_key.jei.toggleCheatMode:key.keyboard.unknown
-key_key.jei.showRecipe:key.keyboard.r
-key_key.jei.bookmark:key.keyboard.a
-key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL
-key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
-key_key.jei.showRecipe2:key.mouse.left
-key_key.jei.showUses:key.keyboard.u
-key_key.jei.clearSearchBar:key.mouse.right
-key_key.jei.nextPage:key.keyboard.unknown
-key_key.jei.nextRecipePage:key.keyboard.page.down
-key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
-key_key.jei.cheatOneItem2:key.mouse.right
-key_key.wallet:key.keyboard.period
-key_key.portable_terminal:key.keyboard.backslash
-key_key.portable_atm:key.keyboard.equal
-key_keybinds.bettercombat.feint:key.keyboard.unknown
-key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown
-key_keybinds.combatroll.roll:key.keyboard.left.alt
-key_Camera left:key.keyboard.left
-key_Camera right:key.keyboard.right
-key_Camera closer:key.keyboard.up
-key_Camera farther:key.keyboard.down
-key_Camera up:key.keyboard.page.up
-key_Camera down:key.keyboard.page.down
-key_Swap shoulder:key.keyboard.o
-key_Toggle perspective:key.keyboard.unknown
-key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
-key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
-key_gui.xaero_toggle_slime:key.keyboard.unknown
-key_gui.xaero_toggle_grid:key.keyboard.unknown
-key_gui.xaero_toggle_waypoints:key.keyboard.unknown
-key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
-key_gui.xaero_toggle_map:key.keyboard.unknown
-key_gui.xaero_enlarge_map:key.keyboard.unknown
-key_gui.xaero_waypoints_key:key.keyboard.comma
-key_gui.xaero_zoom_in:key.keyboard.unknown
-key_gui.xaero_zoom_out:key.keyboard.unknown
-key_gui.xaero_new_waypoint:key.keyboard.n
-key_gui.xaero_display_all_sets:key.keyboard.unknown
-key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
-key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
-key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
-key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown
-key_gui.xaero_alternative_list_players:key.keyboard.unknown
-key_gui.xaero_toggle_tracked_players:key.keyboard.unknown
-key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
-key_gui.xaero_minimap_settings:key.keyboard.j
-key_key.structurize.teleport:key.keyboard.unknown
-key_key.structurize.move_forward:key.keyboard.up
-key_key.structurize.move_back:key.keyboard.down
-key_key.structurize.move_left:key.keyboard.left
-key_key.structurize.move_right:key.keyboard.right
-key_key.structurize.move_up:key.keyboard.keypad.add
-key_key.structurize.move_down:key.keyboard.keypad.subtract
-key_key.structurize.rotate_cw:key.keyboard.right:SHIFT
-key_key.structurize.rotate_ccw:key.keyboard.left:SHIFT
-key_key.structurize.mirror:key.keyboard.m
-key_key.structurize.place:key.keyboard.enter
-key_key.showcaseitem.showcaseitem:key.keyboard.t:SHIFT
-key_key.open_menu:key.keyboard.h
-key_cos.key.opencosarmorinventory:key.keyboard.unknown
-key_giacomos_hud_conf.toggle_config:key.keyboard.home
-key_key.whistle.1:key.keyboard.1:SHIFT
-key_key.whistle.2:key.keyboard.2:SHIFT
-key_key.whistle.3:key.keyboard.3:SHIFT
-key_key.whistle.4:key.keyboard.4:SHIFT
-key_gui.xaero_open_map:key.keyboard.m
-key_gui.xaero_open_settings:key.keyboard.unknown
-key_gui.xaero_map_zoom_in:key.keyboard.unknown
-key_gui.xaero_map_zoom_out:key.keyboard.unknown
-key_gui.xaero_quick_confirm:key.keyboard.right.shift
-key_placebo.toggleTrails:key.keyboard.unknown
-key_placebo.toggleWings:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b
-key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c
-key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.sort:key.mouse.middle
-key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.unknown
-key_fpsreducer.key.openGui:key.keyboard.end
-key_fpsreducer.key.forceIdle:key.keyboard.unknown
-key_equipmentcompare.key.showTooltips:key.keyboard.left.shift
-key_crashutils.openscreen:key.keyboard.f12
-key_crashutils.copycontainer:key.keyboard.unknown
-key_crashutils.slottooltips:key.keyboard.unknown
-key_keys.reblured.toggle:key.keyboard.f10
-key_key.ftbultimine:key.keyboard.grave.accent
-key_key.findme.search:key.keyboard.y
-key_key.ftbteams.open_gui:key.keyboard.minus
-key_key.ftbquests.quests:key.keyboard.u
-key_key.moreoverlays.lightoverlay.desc:key.keyboard.f7
-key_key.moreoverlays.chunkbounds.desc:key.keyboard.f9
-key_key.trashslot.toggle:key.keyboard.apostrophe
-key_key.trashslot.toggleLock:key.keyboard.unknown
-key_key.trashslot.delete:key.keyboard.delete
-key_key.trashslot.deleteAll:key.keyboard.delete:SHIFT
-key_keybind.sophisticatedstorage.sort:key.mouse.middle
-key_dropoff.key.dump:key.keyboard.x
-key_dropoff.key.deposit:key.keyboard.c
-key_create.keyinfo.toolmenu:key.keyboard.backslash
-key_create.keyinfo.toolbelt:key.keyboard.backslash
-key_key.toastcontrol.clear:key.keyboard.unknown
-key_key.craftingtweaks.rotate:key.keyboard.unknown
-key_key.craftingtweaks.rotate_counter_clockwise:key.keyboard.unknown
-key_key.craftingtweaks.balance:key.keyboard.unknown
-key_key.craftingtweaks.spread:key.keyboard.unknown
-key_key.craftingtweaks.clear:key.keyboard.unknown
-key_key.craftingtweaks.force_clear:key.keyboard.unknown
-key_key.craftingtweaks.compressOne:key.keyboard.k:CONTROL
-key_key.craftingtweaks.compressStack:key.keyboard.k
-key_key.craftingtweaks.compressAll:key.keyboard.k:SHIFT
-key_key.craftingtweaks.decompressOne:key.keyboard.unknown
-key_key.craftingtweaks.decompressStack:key.keyboard.unknown
-key_key.craftingtweaks.decompressAll:key.keyboard.unknown
-key_key.craftingtweaks.refill_last:key.keyboard.tab:CONTROL
-key_key.craftingtweaks.refill_last_stack:key.keyboard.tab
-key_key.craftingtweaks.transfer_stack:key.keyboard.unknown
-key_key.refinedstorage.focusSearchBar:key.keyboard.tab
-key_key.refinedstorage.clearGridCraftingMatrix:key.keyboard.x:CONTROL
-key_key.refinedstorage.openWirelessGrid:key.keyboard.unknown
-key_key.refinedstorage.openWirelessFluidGrid:key.keyboard.unknown
-key_key.refinedstorage.openWirelessCraftingMonitor:key.keyboard.unknown
-key_key.refinedstorage.openPortableGrid:key.keyboard.unknown
-key_key.jade.config:key.keyboard.semicolon
-key_key.jade.show_overlay:key.keyboard.keypad.1
-key_key.jade.toggle_liquid:key.keyboard.keypad.2
-key_key.jade.show_recipes:key.keyboard.keypad.3
-key_key.jade.show_uses:key.keyboard.keypad.4
-key_key.jade.narrate:key.keyboard.unknown
-key_key.jade.show_details:key.keyboard.left.shift
-key_key.inventoryhud.toggle:key.keyboard.unknown
-key_key.inventoryhud.openconfig:key.keyboard.insert
-key_key.inventoryhud.togglepot:key.keyboard.unknown
-key_key.inventoryhud.togglearm:key.keyboard.unknown
-key_key.inventoryhud.toggleall:key.keyboard.unknown
-key_Reload Menu | CTRL + ALT + :key.keyboard.r
-key_Toggle Customization Overlay | CTRL + ALT + :key.keyboard.c
-key_key.craftpresence.config_keycode.name:key.keyboard.unknown
-key_key.entityculling.toggle:key.keyboard.unknown
-soundCategory_master:0.5
-soundCategory_music:0.35563380281690143
-soundCategory_record:1.0
-soundCategory_weather:1.0
-soundCategory_block:1.0
-soundCategory_hostile:1.0
-soundCategory_neutral:1.0
-soundCategory_player:1.0
-soundCategory_ambient:0.25704225352112675
-soundCategory_voice:1.0
-modelPart_cape:true
-modelPart_jacket:true
-modelPart_left_sleeve:true
-modelPart_right_sleeve:true
-modelPart_left_pants_leg:true
-modelPart_right_pants_leg:true
-modelPart_hat:true
+version:3465
+autoJump:false
+operatorItemsTab:false
+autoSuggestions:true
+chatColors:true
+chatLinks:true
+chatLinksPrompt:true
+enableVsync:true
+entityShadows:true
+forceUnicodeFont:false
+discrete_mouse_scroll:false
+invertYMouse:false
+realmsNotifications:false
+reducedDebugInfo:false
+showSubtitles:false
+directionalAudio:false
+touchscreen:false
+fullscreen:false
+bobView:true
+toggleCrouch:false
+toggleSprint:false
+darkMojangStudiosBackground:false
+hideLightningFlashes:false
+mouseSensitivity:0.5
+fov:0.0
+screenEffectScale:1.0
+fovEffectScale:1.0
+darknessEffectScale:1.0
+glintSpeed:0.5
+glintStrength:0.75
+damageTiltStrength:1.0
+highContrast:false
+gamma:0.5
+renderDistance:12
+simulationDistance:12
+entityDistanceScaling:1.0
+guiScale:2
+particles:0
+maxFps:120
+graphicsMode:1
+ao:true
+prioritizeChunkUpdates:0
+biomeBlendRadius:2
+renderClouds:"true"
+resourcePacks:["vanilla","mod_resources","builtin/towntalk","resources/resources.zip"]
+incompatibleResourcePacks:["builtin/towntalk"]
+lastServer:
+lang:en_us
+soundDevice:""
+chatVisibility:0
+chatOpacity:1.0
+chatLineSpacing:0.0
+textBackgroundOpacity:0.5
+backgroundForChatOnly:true
+hideServerAddress:false
+advancedItemTooltips:false
+pauseOnLostFocus:true
+overrideWidth:0
+overrideHeight:0
+chatHeightFocused:1.0
+chatDelay:0.0
+chatHeightUnfocused:0.4375
+chatScale:1.0
+chatWidth:1.0
+notificationDisplayTime:1.0
+mipmapLevels:4
+useNativeTransport:true
+mainHand:"right"
+attackIndicator:1
+narrator:0
+tutorialStep:none
+mouseWheelSensitivity:1.0
+rawMouseInput:true
+glDebugVerbosity:1
+skipMultiplayerWarning:true
+skipRealms32bitWarning:false
+hideMatchedNames:true
+joinedFirstServer:true
+hideBundleTutorial:false
+syncChunkWrites:false
+showAutosaveIndicator:true
+allowServerListing:true
+onlyShowSecureChat:false
+panoramaScrollSpeed:1.0
+telemetryOptInExtra:false
+onboardAccessibility:false
+key_key.attack:key.mouse.left
+key_key.use:key.mouse.right
+key_key.forward:key.keyboard.w
+key_key.left:key.keyboard.a
+key_key.back:key.keyboard.s
+key_key.right:key.keyboard.d
+key_key.jump:key.keyboard.space
+key_key.sneak:key.keyboard.left.shift
+key_key.sprint:key.keyboard.left.control
+key_key.drop:key.keyboard.q
+key_key.inventory:key.keyboard.e
+key_key.chat:key.keyboard.t
+key_key.playerlist:key.keyboard.tab
+key_key.pickItem:key.mouse.middle
+key_key.command:key.keyboard.slash
+key_key.socialInteractions:key.keyboard.unknown
+key_key.screenshot:key.keyboard.f2
+key_key.togglePerspective:key.keyboard.f5
+key_key.smoothCamera:key.keyboard.unknown
+key_key.fullscreen:key.keyboard.f11
+key_key.spectatorOutlines:key.keyboard.unknown
+key_key.swapOffhand:key.keyboard.x
+key_key.saveToolbarActivator:key.keyboard.c
+key_key.loadToolbarActivator:key.keyboard.x
+key_key.advancements:key.keyboard.l
+key_key.hotbar.1:key.keyboard.1
+key_key.hotbar.2:key.keyboard.2
+key_key.hotbar.3:key.keyboard.3
+key_key.hotbar.4:key.keyboard.4
+key_key.hotbar.5:key.keyboard.5
+key_key.hotbar.6:key.keyboard.6
+key_key.hotbar.7:key.keyboard.7
+key_key.hotbar.8:key.keyboard.8
+key_key.hotbar.9:key.keyboard.9
+key_simplemagnets.keys.toggle:key.keyboard.i
+key_key.modernfix.config:key.keyboard.unknown
+key_supplementaries.keybind.quiver:key.keyboard.unknown
+key_info.structure_gel.building_tool.undo:key.keyboard.z:CONTROL
+key_info.structure_gel.building_tool.redo:key.keyboard.y:CONTROL
+key_key.structure_gel.open_building_tool_gui:key.keyboard.r
+key_key.solapplepie.open_food_book:key.keyboard.k
+key_key.curios.open.desc:key.keyboard.unknown
+key_iris.keybind.reload:key.keyboard.unknown
+key_iris.keybind.toggleShaders:key.keyboard.unknown
+key_iris.keybind.shaderPackSelection:key.keyboard.unknown
+key_Options Gui:key.keyboard.unknown
+key_key.wi_zoom.zoom:key.keyboard.z
+key_hub_screen:key.keyboard.g
+key_hotbar_toggle:key.keyboard.caps.lock
+key_spell_1:key.keyboard.f
+key_spell_2:key.keyboard.c
+key_spell_3:key.keyboard.v
+key_spell_4:key.keyboard.r
+key_key.jei.previousRecipePage:key.keyboard.page.up
+key_key.jei.toggleEditMode:key.keyboard.unknown
+key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
+key_key.jei.previousSearch:key.keyboard.up
+key_key.jei.closeRecipeGui:key.keyboard.escape
+key_key.jei.cheatItemStack:key.mouse.left:SHIFT
+key_key.jei.nextSearch:key.keyboard.down
+key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown
+key_key.jei.cheatOneItem:key.mouse.left
+key_key.jei.copy.recipe.id:key.keyboard.unknown
+key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
+key_key.jei.recipeBack:key.keyboard.backspace
+key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL
+key_key.jei.focusSearch:key.keyboard.f:CONTROL
+key_key.jei.showUses2:key.mouse.right
+key_key.jei.cheatItemStack2:key.mouse.middle
+key_key.jei.previousPage:key.keyboard.unknown
+key_key.jei.toggleCheatMode:key.keyboard.unknown
+key_key.jei.showRecipe:key.keyboard.r
+key_key.jei.bookmark:key.keyboard.a
+key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL
+key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
+key_key.jei.showRecipe2:key.mouse.left
+key_key.jei.showUses:key.keyboard.u
+key_key.jei.clearSearchBar:key.mouse.right
+key_key.jei.nextPage:key.keyboard.unknown
+key_key.jei.nextRecipePage:key.keyboard.page.down
+key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
+key_key.jei.cheatOneItem2:key.mouse.right
+key_key.wallet:key.keyboard.period
+key_key.portable_terminal:key.keyboard.backslash
+key_key.portable_atm:key.keyboard.equal
+key_keybinds.bettercombat.feint:key.keyboard.unknown
+key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown
+key_keybinds.combatroll.roll:key.keyboard.left.alt
+key_Camera left:key.keyboard.left
+key_Camera right:key.keyboard.right
+key_Camera closer:key.keyboard.up
+key_Camera farther:key.keyboard.down
+key_Camera up:key.keyboard.page.up
+key_Camera down:key.keyboard.page.down
+key_Swap shoulder:key.keyboard.o
+key_Toggle perspective:key.keyboard.unknown
+key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
+key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
+key_gui.xaero_toggle_slime:key.keyboard.unknown
+key_gui.xaero_toggle_grid:key.keyboard.unknown
+key_gui.xaero_toggle_waypoints:key.keyboard.unknown
+key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
+key_gui.xaero_toggle_map:key.keyboard.unknown
+key_gui.xaero_enlarge_map:key.keyboard.unknown
+key_gui.xaero_waypoints_key:key.keyboard.comma
+key_gui.xaero_zoom_in:key.keyboard.unknown
+key_gui.xaero_zoom_out:key.keyboard.unknown
+key_gui.xaero_new_waypoint:key.keyboard.n
+key_gui.xaero_display_all_sets:key.keyboard.unknown
+key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
+key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
+key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
+key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown
+key_gui.xaero_alternative_list_players:key.keyboard.unknown
+key_gui.xaero_toggle_tracked_players:key.keyboard.unknown
+key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
+key_gui.xaero_minimap_settings:key.keyboard.j
+key_key.structurize.teleport:key.keyboard.unknown
+key_key.structurize.move_forward:key.keyboard.up
+key_key.structurize.move_back:key.keyboard.down
+key_key.structurize.move_left:key.keyboard.left
+key_key.structurize.move_right:key.keyboard.right
+key_key.structurize.move_up:key.keyboard.keypad.add
+key_key.structurize.move_down:key.keyboard.keypad.subtract
+key_key.structurize.rotate_cw:key.keyboard.right:SHIFT
+key_key.structurize.rotate_ccw:key.keyboard.left:SHIFT
+key_key.structurize.mirror:key.keyboard.m
+key_key.structurize.place:key.keyboard.enter
+key_key.showcaseitem.showcaseitem:key.keyboard.t:SHIFT
+key_key.open_menu:key.keyboard.h
+key_cos.key.opencosarmorinventory:key.keyboard.unknown
+key_giacomos_hud_conf.toggle_config:key.keyboard.home
+key_key.whistle.1:key.keyboard.1:SHIFT
+key_key.whistle.2:key.keyboard.2:SHIFT
+key_key.whistle.3:key.keyboard.3:SHIFT
+key_key.whistle.4:key.keyboard.4:SHIFT
+key_gui.xaero_open_map:key.keyboard.m
+key_gui.xaero_open_settings:key.keyboard.unknown
+key_gui.xaero_map_zoom_in:key.keyboard.unknown
+key_gui.xaero_map_zoom_out:key.keyboard.unknown
+key_gui.xaero_quick_confirm:key.keyboard.right.shift
+key_placebo.toggleTrails:key.keyboard.unknown
+key_placebo.toggleWings:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b
+key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c
+key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.sort:key.mouse.middle
+key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.unknown
+key_fpsreducer.key.openGui:key.keyboard.end
+key_fpsreducer.key.forceIdle:key.keyboard.unknown
+key_equipmentcompare.key.showTooltips:key.keyboard.left.shift
+key_crashutils.openscreen:key.keyboard.f12
+key_crashutils.copycontainer:key.keyboard.unknown
+key_crashutils.slottooltips:key.keyboard.unknown
+key_keys.reblured.toggle:key.keyboard.f10
+key_key.ftbultimine:key.keyboard.grave.accent
+key_key.findme.search:key.keyboard.y
+key_key.ftbteams.open_gui:key.keyboard.minus
+key_key.ftbquests.quests:key.keyboard.u
+key_key.moreoverlays.lightoverlay.desc:key.keyboard.f7
+key_key.moreoverlays.chunkbounds.desc:key.keyboard.f9
+key_key.trashslot.toggle:key.keyboard.apostrophe
+key_key.trashslot.toggleLock:key.keyboard.unknown
+key_key.trashslot.delete:key.keyboard.delete
+key_key.trashslot.deleteAll:key.keyboard.delete:SHIFT
+key_keybind.sophisticatedstorage.sort:key.mouse.middle
+key_dropoff.key.dump:key.keyboard.x
+key_dropoff.key.deposit:key.keyboard.c
+key_create.keyinfo.toolmenu:key.keyboard.backslash
+key_create.keyinfo.toolbelt:key.keyboard.backslash
+key_key.toastcontrol.clear:key.keyboard.unknown
+key_key.craftingtweaks.rotate:key.keyboard.unknown
+key_key.craftingtweaks.rotate_counter_clockwise:key.keyboard.unknown
+key_key.craftingtweaks.balance:key.keyboard.unknown
+key_key.craftingtweaks.spread:key.keyboard.unknown
+key_key.craftingtweaks.clear:key.keyboard.unknown
+key_key.craftingtweaks.force_clear:key.keyboard.unknown
+key_key.craftingtweaks.compressOne:key.keyboard.k:CONTROL
+key_key.craftingtweaks.compressStack:key.keyboard.k
+key_key.craftingtweaks.compressAll:key.keyboard.k:SHIFT
+key_key.craftingtweaks.decompressOne:key.keyboard.unknown
+key_key.craftingtweaks.decompressStack:key.keyboard.unknown
+key_key.craftingtweaks.decompressAll:key.keyboard.unknown
+key_key.craftingtweaks.refill_last:key.keyboard.tab:CONTROL
+key_key.craftingtweaks.refill_last_stack:key.keyboard.tab
+key_key.craftingtweaks.transfer_stack:key.keyboard.unknown
+key_key.refinedstorage.focusSearchBar:key.keyboard.tab
+key_key.refinedstorage.clearGridCraftingMatrix:key.keyboard.x:CONTROL
+key_key.refinedstorage.openWirelessGrid:key.keyboard.unknown
+key_key.refinedstorage.openWirelessFluidGrid:key.keyboard.unknown
+key_key.refinedstorage.openWirelessCraftingMonitor:key.keyboard.unknown
+key_key.refinedstorage.openPortableGrid:key.keyboard.unknown
+key_key.jade.config:key.keyboard.semicolon
+key_key.jade.show_overlay:key.keyboard.keypad.1
+key_key.jade.toggle_liquid:key.keyboard.keypad.2
+key_key.jade.show_recipes:key.keyboard.keypad.3
+key_key.jade.show_uses:key.keyboard.keypad.4
+key_key.jade.narrate:key.keyboard.unknown
+key_key.jade.show_details:key.keyboard.left.shift
+key_key.inventoryhud.toggle:key.keyboard.unknown
+key_key.inventoryhud.openconfig:key.keyboard.insert
+key_key.inventoryhud.togglepot:key.keyboard.unknown
+key_key.inventoryhud.togglearm:key.keyboard.unknown
+key_key.inventoryhud.toggleall:key.keyboard.unknown
+key_Reload Menu | CTRL + ALT + :key.keyboard.r
+key_Toggle Customization Overlay | CTRL + ALT + :key.keyboard.c
+key_key.craftpresence.config_keycode.name:key.keyboard.unknown
+key_key.entityculling.toggle:key.keyboard.unknown
+soundCategory_master:0.5
+soundCategory_music:0.35563380281690143
+soundCategory_record:1.0
+soundCategory_weather:1.0
+soundCategory_block:1.0
+soundCategory_hostile:1.0
+soundCategory_neutral:1.0
+soundCategory_player:1.0
+soundCategory_ambient:0.25704225352112675
+soundCategory_voice:1.0
+modelPart_cape:true
+modelPart_jacket:true
+modelPart_left_sleeve:true
+modelPart_right_sleeve:true
+modelPart_left_pants_leg:true
+modelPart_right_pants_leg:true
+modelPart_hat:true
diff --git a/config/defaultoptions/keybindings.txt b/config/defaultoptions/keybindings.txt
index fe0e971..289ec23 100644
--- a/config/defaultoptions/keybindings.txt
+++ b/config/defaultoptions/keybindings.txt
@@ -1,237 +1,237 @@
-key_key.attack:key.mouse.left:NONE
-key_key.use:key.mouse.right:NONE
-key_key.forward:key.keyboard.w:NONE
-key_key.left:key.keyboard.a:NONE
-key_key.back:key.keyboard.s:NONE
-key_key.right:key.keyboard.d:NONE
-key_key.jump:key.keyboard.space:NONE
-key_key.sneak:key.keyboard.left.shift:NONE
-key_key.sprint:key.keyboard.left.control:NONE
-key_key.drop:key.keyboard.q:NONE
-key_key.inventory:key.keyboard.e:NONE
-key_key.chat:key.keyboard.t:NONE
-key_key.playerlist:key.keyboard.tab:NONE
-key_key.pickItem:key.mouse.middle:NONE
-key_key.command:key.keyboard.slash:NONE
-key_key.socialInteractions:key.keyboard.unknown:NONE
-key_key.screenshot:key.keyboard.f2:NONE
-key_key.togglePerspective:key.keyboard.f5:NONE
-key_key.smoothCamera:key.keyboard.unknown:NONE
-key_key.fullscreen:key.keyboard.f11:NONE
-key_key.spectatorOutlines:key.keyboard.unknown:NONE
-key_key.swapOffhand:key.keyboard.x:NONE
-key_key.saveToolbarActivator:key.keyboard.c:NONE
-key_key.loadToolbarActivator:key.keyboard.x:NONE
-key_key.advancements:key.keyboard.l:NONE
-key_key.hotbar.1:key.keyboard.1:NONE
-key_key.hotbar.2:key.keyboard.2:NONE
-key_key.hotbar.3:key.keyboard.3:NONE
-key_key.hotbar.4:key.keyboard.4:NONE
-key_key.hotbar.5:key.keyboard.5:NONE
-key_key.hotbar.6:key.keyboard.6:NONE
-key_key.hotbar.7:key.keyboard.7:NONE
-key_key.hotbar.8:key.keyboard.8:NONE
-key_key.hotbar.9:key.keyboard.9:NONE
-key_simplemagnets.keys.toggle:key.keyboard.i:NONE
-key_key.mimi.midi.gui.filecaster:key.keyboard.period:NONE
-key_key.mimi.midi.gui.transmitter:key.keyboard.comma:NONE
-key_key.mimi.midi.gui.settings:key.keyboard.home:NONE
-key_key.mimi.midi.alloff:key.keyboard.end:NONE
-key_key.mimi.midi.gui.main:key.keyboard.j:NONE
-key_key.mimi.midi.gui.off:key.keyboard.k:NONE
-key_key.mimi.midi.gui.seat:key.keyboard.l:NONE
-key_key.modernfix.config:key.keyboard.unknown:NONE
-key_key.zume.zoom:key.keyboard.unknown:NONE
-key_key.zume.zoom_in:key.keyboard.unknown:NONE
-key_key.zume.zoom_out:key.keyboard.unknown:NONE
-key_key.paraglider.paragliderSettings:key.keyboard.p:CONTROL
-key_supplementaries.keybind.quiver:key.keyboard.unknown:NONE
-key_info.structure_gel.building_tool.undo:key.keyboard.z:CONTROL
-key_info.structure_gel.building_tool.redo:key.keyboard.y:CONTROL
-key_key.structure_gel.open_building_tool_gui:key.keyboard.r:NONE
-key_key.solapplepie.open_food_book:key.keyboard.k:NONE
-key_key.curios.open.desc:key.keyboard.unknown:NONE
-key_iris.keybind.reload:key.keyboard.unknown:NONE
-key_iris.keybind.toggleShaders:key.keyboard.unknown:NONE
-key_iris.keybind.shaderPackSelection:key.keyboard.unknown:NONE
-key_Options Gui:key.keyboard.unknown:NONE
-key_hub_screen:key.keyboard.g:NONE
-key_hotbar_toggle:key.keyboard.caps.lock:NONE
-key_spell_1:key.keyboard.f:NONE
-key_spell_2:key.keyboard.c:NONE
-key_spell_3:key.keyboard.v:NONE
-key_spell_4:key.keyboard.r:NONE
-key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
-key_key.jei.cheatOneItem2:key.mouse.right:NONE
-key_key.jei.bookmark:key.keyboard.a:NONE
-key_key.jei.copy.recipe.id:key.keyboard.unknown:NONE
-key_key.jei.showRecipe2:key.mouse.left:NONE
-key_key.jei.showUses:key.keyboard.u:NONE
-key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
-key_key.jei.toggleCheatMode:key.keyboard.unknown:NONE
-key_key.jei.previousRecipePage:key.keyboard.page.up:NONE
-key_key.jei.closeRecipeGui:key.keyboard.escape:NONE
-key_key.jei.toggleEditMode:key.keyboard.unknown:NONE
-key_key.jei.previousSearch:key.keyboard.up:NONE
-key_key.jei.cheatItemStack2:key.mouse.middle:NONE
-key_key.jei.showUses2:key.mouse.right:NONE
-key_key.jei.cheatOneItem:key.mouse.left:NONE
-key_key.jei.nextSearch:key.keyboard.down:NONE
-key_key.jei.previousPage:key.keyboard.unknown:NONE
-key_key.jei.showRecipe:key.keyboard.r:NONE
-key_key.jei.cheatItemStack:key.mouse.left:SHIFT
-key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
-key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown:NONE
-key_key.jei.clearSearchBar:key.mouse.right:NONE
-key_key.jei.nextPage:key.keyboard.unknown:NONE
-key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
-key_key.jei.nextRecipePage:key.keyboard.page.down:NONE
-key_key.jei.recipeBack:key.keyboard.backspace:NONE
-key_key.jei.focusSearch:key.keyboard.f:CONTROL
-key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL
-key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL
-key_key.wallet:key.keyboard.period:NONE
-key_key.portable_terminal:key.keyboard.backslash:NONE
-key_key.portable_atm:key.keyboard.equal:NONE
-key_keybinds.bettercombat.feint:key.keyboard.unknown:NONE
-key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown:NONE
-key_keybinds.combatroll.roll:key.keyboard.left.alt:NONE
-key_Camera left:key.keyboard.left:NONE
-key_Camera right:key.keyboard.right:NONE
-key_Camera closer:key.keyboard.up:NONE
-key_Camera farther:key.keyboard.down:NONE
-key_Camera up:key.keyboard.page.up:NONE
-key_Camera down:key.keyboard.page.down:NONE
-key_Swap shoulder:key.keyboard.o:NONE
-key_Toggle perspective:key.keyboard.unknown:NONE
-key_gui.xaero_switch_waypoint_set:key.keyboard.unknown:NONE
-key_gui.xaero_instant_waypoint:key.keyboard.keypad.add:NONE
-key_gui.xaero_toggle_slime:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_grid:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_waypoints:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_map:key.keyboard.unknown:NONE
-key_gui.xaero_enlarge_map:key.keyboard.unknown:NONE
-key_gui.xaero_waypoints_key:key.keyboard.comma:NONE
-key_gui.xaero_zoom_in:key.keyboard.unknown:NONE
-key_gui.xaero_zoom_out:key.keyboard.unknown:NONE
-key_gui.xaero_new_waypoint:key.keyboard.n:NONE
-key_gui.xaero_display_all_sets:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_light_overlay:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_entity_radar:key.keyboard.unknown:NONE
-key_gui.xaero_reverse_entity_radar:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown:NONE
-key_gui.xaero_alternative_list_players:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_tracked_players:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown:NONE
-key_gui.xaero_minimap_settings:key.keyboard.j:NONE
-key_key.structurize.teleport:key.keyboard.unknown:NONE
-key_key.structurize.move_forward:key.keyboard.up:NONE
-key_key.structurize.move_back:key.keyboard.down:NONE
-key_key.structurize.move_left:key.keyboard.left:NONE
-key_key.structurize.move_right:key.keyboard.right:NONE
-key_key.structurize.move_up:key.keyboard.keypad.add:NONE
-key_key.structurize.move_down:key.keyboard.keypad.subtract:NONE
-key_key.structurize.rotate_cw:key.keyboard.right:SHIFT
-key_key.structurize.rotate_ccw:key.keyboard.left:SHIFT
-key_key.structurize.mirror:key.keyboard.m:NONE
-key_key.structurize.place:key.keyboard.enter:NONE
-key_key.showcaseitem.showcaseitem:key.keyboard.t:SHIFT
-key_key.modernui.openCenter:key.keyboard.k:CONTROL
-key_key.modernui.zoom:key.keyboard.z:NONE
-key_key.open_menu:key.keyboard.h:NONE
-key_cos.key.opencosarmorinventory:key.keyboard.unknown:NONE
-key_key.whistle.1:key.keyboard.1:SHIFT
-key_key.whistle.2:key.keyboard.2:SHIFT
-key_key.whistle.3:key.keyboard.3:SHIFT
-key_key.whistle.4:key.keyboard.4:SHIFT
-key_gui.xaero_open_map:key.keyboard.m:NONE
-key_gui.xaero_open_settings:key.keyboard.unknown:NONE
-key_gui.xaero_map_zoom_in:key.keyboard.unknown:NONE
-key_gui.xaero_map_zoom_out:key.keyboard.unknown:NONE
-key_gui.xaero_quick_confirm:key.keyboard.right.shift:NONE
-key_gui.xaero_toggle_dimension:key.keyboard.unknown:NONE
-key_placebo.toggleTrails:key.keyboard.unknown:NONE
-key_placebo.toggleWings:key.keyboard.unknown:NONE
-key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b:NONE
-key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c:NONE
-key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown:NONE
-key_keybind.sophisticatedbackpacks.sort:key.mouse.middle:NONE
-key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.unknown:NONE
-key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.unknown:NONE
-key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown:NONE
-key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown:NONE
-key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown:NONE
-key_equipmentcompare.key.showTooltips:key.keyboard.left.shift:NONE
-key_crashutils.openscreen:key.keyboard.f12:NONE
-key_crashutils.copycontainer:key.keyboard.unknown:NONE
-key_crashutils.slottooltips:key.keyboard.unknown:NONE
-key_key.ftbultimine:key.keyboard.grave.accent:NONE
-key_key.findme.search:key.keyboard.y:NONE
-key_key.findme.pull_one:key.keyboard.keypad.0:NONE
-key_key.findme.pull_stack:key.keyboard.keypad.1:NONE
-key_key.ftbteams.open_gui:key.keyboard.minus:NONE
-key_key.ftbquests.quests:key.keyboard.u:NONE
-key_key.moreoverlays.lightoverlay.desc:key.keyboard.f7:NONE
-key_key.moreoverlays.chunkbounds.desc:key.keyboard.f9:NONE
-key_chunkloaders.keys.open_screen:key.keyboard.f8:NONE
-key_key.inventoryessentials.single_transfer:key.mouse.left:CONTROL
-key_key.inventoryessentials.bulk_transfer:key.mouse.left:SHIFT
-key_key.inventoryessentials.bulk_transfer_modifier:key.keyboard.left.control:NONE
-key_key.inventoryessentials.bulk_transfer_all:key.mouse.left:NONE
-key_key.inventoryessentials.bulk_transfer_all_modifier:key.keyboard.space:NONE
-key_key.inventoryessentials.bulk_drop:key.keyboard.q:SHIFT
-key_key.inventoryessentials.bulk_drop_modifier:key.keyboard.left.control:NONE
-key_key.inventoryessentials.screen_bulk_drop:key.mouse.left:SHIFT
-key_key.inventoryessentials.drag_transfer:key.keyboard.left.shift:NONE
-key_key.inventorysorter.itemin:key.mouse.100:NONE
-key_key.inventorysorter.sort:key.mouse.middle:NONE
-key_key.inventorysorter.itemout:key.mouse.102:NONE
-key_key.trashslot.toggle:key.keyboard.apostrophe:NONE
-key_key.trashslot.toggleLock:key.keyboard.unknown:NONE
-key_key.trashslot.delete:key.keyboard.delete:NONE
-key_key.trashslot.deleteAll:key.keyboard.delete:SHIFT
-key_keybind.sophisticatedstorage.sort:key.mouse.middle:NONE
-key_dropoff.key.dump:key.keyboard.unknown:NONE
-key_dropoff.key.deposit:key.keyboard.unknown:NONE
-key_create.keyinfo.toolmenu:key.keyboard.backslash:NONE
-key_create.keyinfo.toolbelt:key.keyboard.backslash:NONE
-key_key.toastcontrol.clear:key.keyboard.unknown:NONE
-key_key.craftingtweaks.rotate:key.keyboard.unknown:NONE
-key_key.craftingtweaks.rotate_counter_clockwise:key.keyboard.unknown:NONE
-key_key.craftingtweaks.balance:key.keyboard.unknown:NONE
-key_key.craftingtweaks.spread:key.keyboard.unknown:NONE
-key_key.craftingtweaks.clear:key.keyboard.unknown:NONE
-key_key.craftingtweaks.force_clear:key.keyboard.unknown:NONE
-key_key.craftingtweaks.compressOne:key.keyboard.k:CONTROL
-key_key.craftingtweaks.compressStack:key.keyboard.k:NONE
-key_key.craftingtweaks.compressAll:key.keyboard.k:SHIFT
-key_key.craftingtweaks.decompressOne:key.keyboard.unknown:NONE
-key_key.craftingtweaks.decompressStack:key.keyboard.unknown:NONE
-key_key.craftingtweaks.decompressAll:key.keyboard.unknown:NONE
-key_key.craftingtweaks.refill_last:key.keyboard.tab:CONTROL
-key_key.craftingtweaks.refill_last_stack:key.keyboard.tab:NONE
-key_key.craftingtweaks.transfer_stack:key.keyboard.unknown:NONE
-key_key.refinedstorage.focusSearchBar:key.keyboard.tab:NONE
-key_key.refinedstorage.clearGridCraftingMatrix:key.keyboard.x:CONTROL
-key_key.refinedstorage.openWirelessGrid:key.keyboard.unknown:NONE
-key_key.refinedstorage.openWirelessFluidGrid:key.keyboard.unknown:NONE
-key_key.refinedstorage.openWirelessCraftingMonitor:key.keyboard.unknown:NONE
-key_key.refinedstorage.openPortableGrid:key.keyboard.unknown:NONE
-key_key.jade.config:key.keyboard.semicolon:NONE
-key_key.jade.show_overlay:key.keyboard.keypad.1:NONE
-key_key.jade.toggle_liquid:key.keyboard.keypad.2:NONE
-key_key.jade.show_recipes:key.keyboard.keypad.3:NONE
-key_key.jade.show_uses:key.keyboard.keypad.4:NONE
-key_key.jade.narrate:key.keyboard.unknown:NONE
-key_key.jade.show_details:key.keyboard.left.shift:NONE
-key_key.inventoryhud.toggle:key.keyboard.unknown:NONE
-key_key.inventoryhud.openconfig:key.keyboard.insert:NONE
-key_key.inventoryhud.togglepot:key.keyboard.unknown:NONE
-key_key.inventoryhud.togglearm:key.keyboard.unknown:NONE
-key_key.inventoryhud.toggleall:key.keyboard.unknown:NONE
-key_Reload Menu | CTRL + ALT + :key.keyboard.r:NONE
-key_Toggle Customization Overlay | CTRL + ALT + :key.keyboard.c:NONE
-key_key.minecolonies.toggle_goggles:key.keyboard.unknown:NONE
-key_key.craftpresence.config_keycode.name:scancode.0:NONE
-key_key.entityculling.toggle:key.keyboard.unknown:NONE
+key_key.attack:key.mouse.left:NONE
+key_key.use:key.mouse.right:NONE
+key_key.forward:key.keyboard.w:NONE
+key_key.left:key.keyboard.a:NONE
+key_key.back:key.keyboard.s:NONE
+key_key.right:key.keyboard.d:NONE
+key_key.jump:key.keyboard.space:NONE
+key_key.sneak:key.keyboard.left.shift:NONE
+key_key.sprint:key.keyboard.left.control:NONE
+key_key.drop:key.keyboard.q:NONE
+key_key.inventory:key.keyboard.e:NONE
+key_key.chat:key.keyboard.t:NONE
+key_key.playerlist:key.keyboard.tab:NONE
+key_key.pickItem:key.mouse.middle:NONE
+key_key.command:key.keyboard.slash:NONE
+key_key.socialInteractions:key.keyboard.unknown:NONE
+key_key.screenshot:key.keyboard.f2:NONE
+key_key.togglePerspective:key.keyboard.f5:NONE
+key_key.smoothCamera:key.keyboard.unknown:NONE
+key_key.fullscreen:key.keyboard.f11:NONE
+key_key.spectatorOutlines:key.keyboard.unknown:NONE
+key_key.swapOffhand:key.keyboard.x:NONE
+key_key.saveToolbarActivator:key.keyboard.c:NONE
+key_key.loadToolbarActivator:key.keyboard.x:NONE
+key_key.advancements:key.keyboard.l:NONE
+key_key.hotbar.1:key.keyboard.1:NONE
+key_key.hotbar.2:key.keyboard.2:NONE
+key_key.hotbar.3:key.keyboard.3:NONE
+key_key.hotbar.4:key.keyboard.4:NONE
+key_key.hotbar.5:key.keyboard.5:NONE
+key_key.hotbar.6:key.keyboard.6:NONE
+key_key.hotbar.7:key.keyboard.7:NONE
+key_key.hotbar.8:key.keyboard.8:NONE
+key_key.hotbar.9:key.keyboard.9:NONE
+key_simplemagnets.keys.toggle:key.keyboard.i:NONE
+key_key.mimi.midi.gui.filecaster:key.keyboard.period:NONE
+key_key.mimi.midi.gui.transmitter:key.keyboard.comma:NONE
+key_key.mimi.midi.gui.settings:key.keyboard.home:NONE
+key_key.mimi.midi.alloff:key.keyboard.end:NONE
+key_key.mimi.midi.gui.main:key.keyboard.j:NONE
+key_key.mimi.midi.gui.off:key.keyboard.k:NONE
+key_key.mimi.midi.gui.seat:key.keyboard.l:NONE
+key_key.modernfix.config:key.keyboard.unknown:NONE
+key_key.zume.zoom:key.keyboard.unknown:NONE
+key_key.zume.zoom_in:key.keyboard.unknown:NONE
+key_key.zume.zoom_out:key.keyboard.unknown:NONE
+key_key.paraglider.paragliderSettings:key.keyboard.p:CONTROL
+key_supplementaries.keybind.quiver:key.keyboard.unknown:NONE
+key_info.structure_gel.building_tool.undo:key.keyboard.z:CONTROL
+key_info.structure_gel.building_tool.redo:key.keyboard.y:CONTROL
+key_key.structure_gel.open_building_tool_gui:key.keyboard.r:NONE
+key_key.solapplepie.open_food_book:key.keyboard.k:NONE
+key_key.curios.open.desc:key.keyboard.unknown:NONE
+key_iris.keybind.reload:key.keyboard.unknown:NONE
+key_iris.keybind.toggleShaders:key.keyboard.unknown:NONE
+key_iris.keybind.shaderPackSelection:key.keyboard.unknown:NONE
+key_Options Gui:key.keyboard.unknown:NONE
+key_hub_screen:key.keyboard.g:NONE
+key_hotbar_toggle:key.keyboard.caps.lock:NONE
+key_spell_1:key.keyboard.f:NONE
+key_spell_2:key.keyboard.c:NONE
+key_spell_3:key.keyboard.v:NONE
+key_spell_4:key.keyboard.r:NONE
+key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
+key_key.jei.cheatOneItem2:key.mouse.right:NONE
+key_key.jei.bookmark:key.keyboard.a:NONE
+key_key.jei.copy.recipe.id:key.keyboard.unknown:NONE
+key_key.jei.showRecipe2:key.mouse.left:NONE
+key_key.jei.showUses:key.keyboard.u:NONE
+key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
+key_key.jei.toggleCheatMode:key.keyboard.unknown:NONE
+key_key.jei.previousRecipePage:key.keyboard.page.up:NONE
+key_key.jei.closeRecipeGui:key.keyboard.escape:NONE
+key_key.jei.toggleEditMode:key.keyboard.unknown:NONE
+key_key.jei.previousSearch:key.keyboard.up:NONE
+key_key.jei.cheatItemStack2:key.mouse.middle:NONE
+key_key.jei.showUses2:key.mouse.right:NONE
+key_key.jei.cheatOneItem:key.mouse.left:NONE
+key_key.jei.nextSearch:key.keyboard.down:NONE
+key_key.jei.previousPage:key.keyboard.unknown:NONE
+key_key.jei.showRecipe:key.keyboard.r:NONE
+key_key.jei.cheatItemStack:key.mouse.left:SHIFT
+key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
+key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown:NONE
+key_key.jei.clearSearchBar:key.mouse.right:NONE
+key_key.jei.nextPage:key.keyboard.unknown:NONE
+key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
+key_key.jei.nextRecipePage:key.keyboard.page.down:NONE
+key_key.jei.recipeBack:key.keyboard.backspace:NONE
+key_key.jei.focusSearch:key.keyboard.f:CONTROL
+key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL
+key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL
+key_key.wallet:key.keyboard.period:NONE
+key_key.portable_terminal:key.keyboard.backslash:NONE
+key_key.portable_atm:key.keyboard.equal:NONE
+key_keybinds.bettercombat.feint:key.keyboard.unknown:NONE
+key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown:NONE
+key_keybinds.combatroll.roll:key.keyboard.left.alt:NONE
+key_Camera left:key.keyboard.left:NONE
+key_Camera right:key.keyboard.right:NONE
+key_Camera closer:key.keyboard.up:NONE
+key_Camera farther:key.keyboard.down:NONE
+key_Camera up:key.keyboard.page.up:NONE
+key_Camera down:key.keyboard.page.down:NONE
+key_Swap shoulder:key.keyboard.o:NONE
+key_Toggle perspective:key.keyboard.unknown:NONE
+key_gui.xaero_switch_waypoint_set:key.keyboard.unknown:NONE
+key_gui.xaero_instant_waypoint:key.keyboard.keypad.add:NONE
+key_gui.xaero_toggle_slime:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_grid:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_waypoints:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_map:key.keyboard.unknown:NONE
+key_gui.xaero_enlarge_map:key.keyboard.unknown:NONE
+key_gui.xaero_waypoints_key:key.keyboard.comma:NONE
+key_gui.xaero_zoom_in:key.keyboard.unknown:NONE
+key_gui.xaero_zoom_out:key.keyboard.unknown:NONE
+key_gui.xaero_new_waypoint:key.keyboard.n:NONE
+key_gui.xaero_display_all_sets:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_light_overlay:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_entity_radar:key.keyboard.unknown:NONE
+key_gui.xaero_reverse_entity_radar:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown:NONE
+key_gui.xaero_alternative_list_players:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_tracked_players:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown:NONE
+key_gui.xaero_minimap_settings:key.keyboard.j:NONE
+key_key.structurize.teleport:key.keyboard.unknown:NONE
+key_key.structurize.move_forward:key.keyboard.up:NONE
+key_key.structurize.move_back:key.keyboard.down:NONE
+key_key.structurize.move_left:key.keyboard.left:NONE
+key_key.structurize.move_right:key.keyboard.right:NONE
+key_key.structurize.move_up:key.keyboard.keypad.add:NONE
+key_key.structurize.move_down:key.keyboard.keypad.subtract:NONE
+key_key.structurize.rotate_cw:key.keyboard.right:SHIFT
+key_key.structurize.rotate_ccw:key.keyboard.left:SHIFT
+key_key.structurize.mirror:key.keyboard.m:NONE
+key_key.structurize.place:key.keyboard.enter:NONE
+key_key.showcaseitem.showcaseitem:key.keyboard.t:SHIFT
+key_key.modernui.openCenter:key.keyboard.k:CONTROL
+key_key.modernui.zoom:key.keyboard.z:NONE
+key_key.open_menu:key.keyboard.h:NONE
+key_cos.key.opencosarmorinventory:key.keyboard.unknown:NONE
+key_key.whistle.1:key.keyboard.1:SHIFT
+key_key.whistle.2:key.keyboard.2:SHIFT
+key_key.whistle.3:key.keyboard.3:SHIFT
+key_key.whistle.4:key.keyboard.4:SHIFT
+key_gui.xaero_open_map:key.keyboard.m:NONE
+key_gui.xaero_open_settings:key.keyboard.unknown:NONE
+key_gui.xaero_map_zoom_in:key.keyboard.unknown:NONE
+key_gui.xaero_map_zoom_out:key.keyboard.unknown:NONE
+key_gui.xaero_quick_confirm:key.keyboard.right.shift:NONE
+key_gui.xaero_toggle_dimension:key.keyboard.unknown:NONE
+key_placebo.toggleTrails:key.keyboard.unknown:NONE
+key_placebo.toggleWings:key.keyboard.unknown:NONE
+key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b:NONE
+key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c:NONE
+key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown:NONE
+key_keybind.sophisticatedbackpacks.sort:key.mouse.middle:NONE
+key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.unknown:NONE
+key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.unknown:NONE
+key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown:NONE
+key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown:NONE
+key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown:NONE
+key_equipmentcompare.key.showTooltips:key.keyboard.left.shift:NONE
+key_crashutils.openscreen:key.keyboard.f12:NONE
+key_crashutils.copycontainer:key.keyboard.unknown:NONE
+key_crashutils.slottooltips:key.keyboard.unknown:NONE
+key_key.ftbultimine:key.keyboard.grave.accent:NONE
+key_key.findme.search:key.keyboard.y:NONE
+key_key.findme.pull_one:key.keyboard.keypad.0:NONE
+key_key.findme.pull_stack:key.keyboard.keypad.1:NONE
+key_key.ftbteams.open_gui:key.keyboard.minus:NONE
+key_key.ftbquests.quests:key.keyboard.u:NONE
+key_key.moreoverlays.lightoverlay.desc:key.keyboard.f7:NONE
+key_key.moreoverlays.chunkbounds.desc:key.keyboard.f9:NONE
+key_chunkloaders.keys.open_screen:key.keyboard.f8:NONE
+key_key.inventoryessentials.single_transfer:key.mouse.left:CONTROL
+key_key.inventoryessentials.bulk_transfer:key.mouse.left:SHIFT
+key_key.inventoryessentials.bulk_transfer_modifier:key.keyboard.left.control:NONE
+key_key.inventoryessentials.bulk_transfer_all:key.mouse.left:NONE
+key_key.inventoryessentials.bulk_transfer_all_modifier:key.keyboard.space:NONE
+key_key.inventoryessentials.bulk_drop:key.keyboard.q:SHIFT
+key_key.inventoryessentials.bulk_drop_modifier:key.keyboard.left.control:NONE
+key_key.inventoryessentials.screen_bulk_drop:key.mouse.left:SHIFT
+key_key.inventoryessentials.drag_transfer:key.keyboard.left.shift:NONE
+key_key.inventorysorter.itemin:key.mouse.100:NONE
+key_key.inventorysorter.sort:key.mouse.middle:NONE
+key_key.inventorysorter.itemout:key.mouse.102:NONE
+key_key.trashslot.toggle:key.keyboard.apostrophe:NONE
+key_key.trashslot.toggleLock:key.keyboard.unknown:NONE
+key_key.trashslot.delete:key.keyboard.delete:NONE
+key_key.trashslot.deleteAll:key.keyboard.delete:SHIFT
+key_keybind.sophisticatedstorage.sort:key.mouse.middle:NONE
+key_dropoff.key.dump:key.keyboard.unknown:NONE
+key_dropoff.key.deposit:key.keyboard.unknown:NONE
+key_create.keyinfo.toolmenu:key.keyboard.backslash:NONE
+key_create.keyinfo.toolbelt:key.keyboard.backslash:NONE
+key_key.toastcontrol.clear:key.keyboard.unknown:NONE
+key_key.craftingtweaks.rotate:key.keyboard.unknown:NONE
+key_key.craftingtweaks.rotate_counter_clockwise:key.keyboard.unknown:NONE
+key_key.craftingtweaks.balance:key.keyboard.unknown:NONE
+key_key.craftingtweaks.spread:key.keyboard.unknown:NONE
+key_key.craftingtweaks.clear:key.keyboard.unknown:NONE
+key_key.craftingtweaks.force_clear:key.keyboard.unknown:NONE
+key_key.craftingtweaks.compressOne:key.keyboard.k:CONTROL
+key_key.craftingtweaks.compressStack:key.keyboard.k:NONE
+key_key.craftingtweaks.compressAll:key.keyboard.k:SHIFT
+key_key.craftingtweaks.decompressOne:key.keyboard.unknown:NONE
+key_key.craftingtweaks.decompressStack:key.keyboard.unknown:NONE
+key_key.craftingtweaks.decompressAll:key.keyboard.unknown:NONE
+key_key.craftingtweaks.refill_last:key.keyboard.tab:CONTROL
+key_key.craftingtweaks.refill_last_stack:key.keyboard.tab:NONE
+key_key.craftingtweaks.transfer_stack:key.keyboard.unknown:NONE
+key_key.refinedstorage.focusSearchBar:key.keyboard.tab:NONE
+key_key.refinedstorage.clearGridCraftingMatrix:key.keyboard.x:CONTROL
+key_key.refinedstorage.openWirelessGrid:key.keyboard.unknown:NONE
+key_key.refinedstorage.openWirelessFluidGrid:key.keyboard.unknown:NONE
+key_key.refinedstorage.openWirelessCraftingMonitor:key.keyboard.unknown:NONE
+key_key.refinedstorage.openPortableGrid:key.keyboard.unknown:NONE
+key_key.jade.config:key.keyboard.semicolon:NONE
+key_key.jade.show_overlay:key.keyboard.keypad.1:NONE
+key_key.jade.toggle_liquid:key.keyboard.keypad.2:NONE
+key_key.jade.show_recipes:key.keyboard.keypad.3:NONE
+key_key.jade.show_uses:key.keyboard.keypad.4:NONE
+key_key.jade.narrate:key.keyboard.unknown:NONE
+key_key.jade.show_details:key.keyboard.left.shift:NONE
+key_key.inventoryhud.toggle:key.keyboard.unknown:NONE
+key_key.inventoryhud.openconfig:key.keyboard.insert:NONE
+key_key.inventoryhud.togglepot:key.keyboard.unknown:NONE
+key_key.inventoryhud.togglearm:key.keyboard.unknown:NONE
+key_key.inventoryhud.toggleall:key.keyboard.unknown:NONE
+key_Reload Menu | CTRL + ALT + :key.keyboard.r:NONE
+key_Toggle Customization Overlay | CTRL + ALT + :key.keyboard.c:NONE
+key_key.minecolonies.toggle_goggles:key.keyboard.unknown:NONE
+key_key.craftpresence.config_keycode.name:scancode.0:NONE
+key_key.entityculling.toggle:key.keyboard.unknown:NONE
diff --git a/config/defaultoptions/options.txt b/config/defaultoptions/options.txt
index 96d9eb7..31a0d7f 100644
--- a/config/defaultoptions/options.txt
+++ b/config/defaultoptions/options.txt
@@ -1,103 +1,103 @@
-version:3465
-autoJump:false
-operatorItemsTab:false
-autoSuggestions:true
-chatColors:true
-chatLinks:true
-chatLinksPrompt:true
-enableVsync:false
-entityShadows:true
-forceUnicodeFont:false
-discrete_mouse_scroll:false
-invertYMouse:false
-realmsNotifications:false
-reducedDebugInfo:false
-showSubtitles:false
-directionalAudio:false
-touchscreen:false
-fullscreen:false
-bobView:true
-toggleCrouch:false
-toggleSprint:false
-darkMojangStudiosBackground:false
-hideLightningFlashes:false
-mouseSensitivity:0.5
-fov:0.0
-screenEffectScale:1.0
-fovEffectScale:1.0
-darknessEffectScale:1.0
-glintSpeed:0.5
-glintStrength:0.75
-damageTiltStrength:1.0
-highContrast:false
-gamma:0.5
-renderDistance:12
-simulationDistance:12
-entityDistanceScaling:1.0
-guiScale:2
-particles:0
-maxFps:120
-graphicsMode:1
-ao:true
-prioritizeChunkUpdates:0
-biomeBlendRadius:2
-renderClouds:"true"
-resourcePacks:[]
-incompatibleResourcePacks:[]
-lastServer:
-lang:en_us
-soundDevice:""
-chatVisibility:0
-chatOpacity:1.0
-chatLineSpacing:0.0
-textBackgroundOpacity:0.5
-backgroundForChatOnly:true
-hideServerAddress:false
-advancedItemTooltips:false
-pauseOnLostFocus:true
-overrideWidth:0
-overrideHeight:0
-chatHeightFocused:1.0
-chatDelay:0.0
-chatHeightUnfocused:0.4375
-chatScale:1.0
-chatWidth:1.0
-notificationDisplayTime:1.0
-mipmapLevels:4
-useNativeTransport:true
-mainHand:"right"
-attackIndicator:1
-narrator:0
-tutorialStep:none
-mouseWheelSensitivity:1.0
-rawMouseInput:true
-glDebugVerbosity:1
-skipMultiplayerWarning:true
-skipRealms32bitWarning:false
-hideMatchedNames:true
-joinedFirstServer:true
-hideBundleTutorial:false
-syncChunkWrites:false
-showAutosaveIndicator:true
-allowServerListing:true
-onlyShowSecureChat:false
-panoramaScrollSpeed:1.0
-telemetryOptInExtra:false
-onboardAccessibility:false
-soundCategory_master:0.5
-soundCategory_music:0.35563380281690143
-soundCategory_record:1.0
-soundCategory_weather:1.0
-soundCategory_block:1.0
-soundCategory_hostile:1.0
-soundCategory_neutral:1.0
-soundCategory_player:1.0
-soundCategory_ambient:0.25704225352112675
-soundCategory_voice:1.0
-modelPart_cape:true
-modelPart_jacket:true
-modelPart_left_sleeve:true
-modelPart_right_sleeve:true
-modelPart_left_pants_leg:true
-modelPart_right_pants_leg:true
-modelPart_hat:true
+version:3465
+autoJump:false
+operatorItemsTab:false
+autoSuggestions:true
+chatColors:true
+chatLinks:true
+chatLinksPrompt:true
+enableVsync:false
+entityShadows:true
+forceUnicodeFont:false
+discrete_mouse_scroll:false
+invertYMouse:false
+realmsNotifications:false
+reducedDebugInfo:false
+showSubtitles:false
+directionalAudio:false
+touchscreen:false
+fullscreen:false
+bobView:true
+toggleCrouch:false
+toggleSprint:false
+darkMojangStudiosBackground:false
+hideLightningFlashes:false
+mouseSensitivity:0.5
+fov:0.0
+screenEffectScale:1.0
+fovEffectScale:1.0
+darknessEffectScale:1.0
+glintSpeed:0.5
+glintStrength:0.75
+damageTiltStrength:1.0
+highContrast:false
+gamma:0.5
+renderDistance:12
+simulationDistance:12
+entityDistanceScaling:1.0
+guiScale:2
+particles:0
+maxFps:120
+graphicsMode:1
+ao:true
+prioritizeChunkUpdates:0
+biomeBlendRadius:2
+renderClouds:"true"
+resourcePacks:[]
+incompatibleResourcePacks:[]
+lastServer:
+lang:en_us
+soundDevice:""
+chatVisibility:0
+chatOpacity:1.0
+chatLineSpacing:0.0
+textBackgroundOpacity:0.5
+backgroundForChatOnly:true
+hideServerAddress:false
+advancedItemTooltips:false
+pauseOnLostFocus:true
+overrideWidth:0
+overrideHeight:0
+chatHeightFocused:1.0
+chatDelay:0.0
+chatHeightUnfocused:0.4375
+chatScale:1.0
+chatWidth:1.0
+notificationDisplayTime:1.0
+mipmapLevels:4
+useNativeTransport:true
+mainHand:"right"
+attackIndicator:1
+narrator:0
+tutorialStep:none
+mouseWheelSensitivity:1.0
+rawMouseInput:true
+glDebugVerbosity:1
+skipMultiplayerWarning:true
+skipRealms32bitWarning:false
+hideMatchedNames:true
+joinedFirstServer:true
+hideBundleTutorial:false
+syncChunkWrites:false
+showAutosaveIndicator:true
+allowServerListing:true
+onlyShowSecureChat:false
+panoramaScrollSpeed:1.0
+telemetryOptInExtra:false
+onboardAccessibility:false
+soundCategory_master:0.5
+soundCategory_music:0.35563380281690143
+soundCategory_record:1.0
+soundCategory_weather:1.0
+soundCategory_block:1.0
+soundCategory_hostile:1.0
+soundCategory_neutral:1.0
+soundCategory_player:1.0
+soundCategory_ambient:0.25704225352112675
+soundCategory_voice:1.0
+modelPart_cape:true
+modelPart_jacket:true
+modelPart_left_sleeve:true
+modelPart_right_sleeve:true
+modelPart_left_pants_leg:true
+modelPart_right_pants_leg:true
+modelPart_hat:true
diff --git a/config/defaultoptions/options_defaults.txt b/config/defaultoptions/options_defaults.txt
index 25fb07d..c555038 100644
--- a/config/defaultoptions/options_defaults.txt
+++ b/config/defaultoptions/options_defaults.txt
@@ -1,315 +1,315 @@
-version:3465
-autoJump:false
-operatorItemsTab:false
-autoSuggestions:true
-chatColors:true
-chatLinks:true
-chatLinksPrompt:true
-enableVsync:false
-entityShadows:true
-forceUnicodeFont:false
-discrete_mouse_scroll:false
-invertYMouse:false
-realmsNotifications:false
-reducedDebugInfo:false
-showSubtitles:false
-directionalAudio:false
-touchscreen:false
-fullscreen:false
-bobView:true
-toggleCrouch:false
-toggleSprint:false
-darkMojangStudiosBackground:false
-hideLightningFlashes:false
-mouseSensitivity:0.5
-fov:0.0
-screenEffectScale:1.0
-fovEffectScale:1.0
-darknessEffectScale:1.0
-glintSpeed:0.5
-glintStrength:0.75
-damageTiltStrength:1.0
-highContrast:false
-gamma:0.5
-renderDistance:12
-simulationDistance:12
-entityDistanceScaling:1.0
-guiScale:2
-particles:0
-maxFps:120
-graphicsMode:1
-ao:true
-prioritizeChunkUpdates:0
-biomeBlendRadius:2
-renderClouds:"true"
-resourcePacks:["vanilla","mod_resources","builtin/towntalk","resources/resources.zip","Moonlight Mods Dynamic Assets","file/Pixelated_v1.3.2_EnhancedVisuals(nox_cgt).zip"]
-incompatibleResourcePacks:["builtin/towntalk","file/Pixelated_v1.3.2_EnhancedVisuals(nox_cgt).zip"]
-lastServer:
-lang:en_us
-soundDevice:""
-chatVisibility:0
-chatOpacity:1.0
-chatLineSpacing:0.0
-textBackgroundOpacity:0.5
-backgroundForChatOnly:true
-hideServerAddress:false
-advancedItemTooltips:false
-pauseOnLostFocus:true
-overrideWidth:0
-overrideHeight:0
-chatHeightFocused:1.0
-chatDelay:0.0
-chatHeightUnfocused:0.4375
-chatScale:1.0
-chatWidth:1.0
-notificationDisplayTime:1.0
-mipmapLevels:4
-useNativeTransport:true
-mainHand:"right"
-attackIndicator:1
-narrator:0
-tutorialStep:none
-mouseWheelSensitivity:1.0
-rawMouseInput:true
-glDebugVerbosity:1
-skipMultiplayerWarning:true
-skipRealms32bitWarning:false
-hideMatchedNames:true
-joinedFirstServer:true
-hideBundleTutorial:false
-syncChunkWrites:false
-showAutosaveIndicator:true
-allowServerListing:true
-onlyShowSecureChat:false
-panoramaScrollSpeed:1.0
-telemetryOptInExtra:false
-onboardAccessibility:false
-key_key.attack:key.mouse.left
-key_key.use:key.mouse.right
-key_key.forward:key.keyboard.w
-key_key.left:key.keyboard.a
-key_key.back:key.keyboard.s
-key_key.right:key.keyboard.d
-key_key.jump:key.keyboard.space
-key_key.sneak:key.keyboard.left.shift
-key_key.sprint:key.keyboard.left.control
-key_key.drop:key.keyboard.q
-key_key.inventory:key.keyboard.e
-key_key.chat:key.keyboard.t
-key_key.playerlist:key.keyboard.tab
-key_key.pickItem:key.mouse.middle
-key_key.command:key.keyboard.slash
-key_key.socialInteractions:key.keyboard.unknown
-key_key.screenshot:key.keyboard.f2
-key_key.togglePerspective:key.keyboard.f5
-key_key.smoothCamera:key.keyboard.unknown
-key_key.fullscreen:key.keyboard.f11
-key_key.spectatorOutlines:key.keyboard.unknown
-key_key.swapOffhand:key.keyboard.x
-key_key.saveToolbarActivator:key.keyboard.c
-key_key.loadToolbarActivator:key.keyboard.x
-key_key.advancements:key.keyboard.l
-key_key.hotbar.1:key.keyboard.1
-key_key.hotbar.2:key.keyboard.2
-key_key.hotbar.3:key.keyboard.3
-key_key.hotbar.4:key.keyboard.4
-key_key.hotbar.5:key.keyboard.5
-key_key.hotbar.6:key.keyboard.6
-key_key.hotbar.7:key.keyboard.7
-key_key.hotbar.8:key.keyboard.8
-key_key.hotbar.9:key.keyboard.9
-key_simplemagnets.keys.toggle:key.keyboard.i
-key_key.modernfix.config:key.keyboard.unknown
-key_supplementaries.keybind.quiver:key.keyboard.unknown
-key_info.structure_gel.building_tool.undo:key.keyboard.z:CONTROL
-key_info.structure_gel.building_tool.redo:key.keyboard.y:CONTROL
-key_key.structure_gel.open_building_tool_gui:key.keyboard.r
-key_key.solapplepie.open_food_book:key.keyboard.k
-key_key.curios.open.desc:key.keyboard.unknown
-key_iris.keybind.reload:key.keyboard.unknown
-key_iris.keybind.toggleShaders:key.keyboard.unknown
-key_iris.keybind.shaderPackSelection:key.keyboard.unknown
-key_Options Gui:key.keyboard.unknown
-key_key.wi_zoom.zoom:key.keyboard.z
-key_hub_screen:key.keyboard.g
-key_hotbar_toggle:key.keyboard.caps.lock
-key_spell_1:key.keyboard.f
-key_spell_2:key.keyboard.c
-key_spell_3:key.keyboard.v
-key_spell_4:key.keyboard.r
-key_key.jei.nextRecipePage:key.keyboard.page.down
-key_key.jei.copy.recipe.id:key.keyboard.unknown
-key_key.jei.showRecipe2:key.mouse.left
-key_key.jei.showUses:key.keyboard.u
-key_key.jei.showUses2:key.mouse.right
-key_key.jei.nextPage:key.keyboard.unknown
-key_key.jei.showRecipe:key.keyboard.r
-key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL
-key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
-key_key.jei.cheatItemStack2:key.mouse.middle
-key_key.jei.clearSearchBar:key.mouse.right
-key_key.jei.cheatItemStack:key.mouse.left:SHIFT
-key_key.jei.bookmark:key.keyboard.a
-key_key.jei.recipeBack:key.keyboard.backspace
-key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
-key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown
-key_key.jei.closeRecipeGui:key.keyboard.escape
-key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL
-key_key.jei.cheatOneItem2:key.mouse.right
-key_key.jei.nextSearch:key.keyboard.down
-key_key.jei.previousSearch:key.keyboard.up
-key_key.jei.previousPage:key.keyboard.unknown
-key_key.jei.previousRecipePage:key.keyboard.page.up
-key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
-key_key.jei.focusSearch:key.keyboard.f:CONTROL
-key_key.jei.toggleCheatMode:key.keyboard.unknown
-key_key.jei.cheatOneItem:key.mouse.left
-key_key.jei.toggleEditMode:key.keyboard.unknown
-key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
-key_key.wallet:key.keyboard.period
-key_key.portable_terminal:key.keyboard.backslash
-key_key.portable_atm:key.keyboard.equal
-key_keybinds.bettercombat.feint:key.keyboard.unknown
-key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown
-key_keybinds.combatroll.roll:key.keyboard.left.alt
-key_Camera left:key.keyboard.left
-key_Camera right:key.keyboard.right
-key_Camera closer:key.keyboard.up
-key_Camera farther:key.keyboard.down
-key_Camera up:key.keyboard.page.up
-key_Camera down:key.keyboard.page.down
-key_Swap shoulder:key.keyboard.o
-key_Toggle perspective:key.keyboard.unknown
-key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
-key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
-key_gui.xaero_toggle_slime:key.keyboard.unknown
-key_gui.xaero_toggle_grid:key.keyboard.unknown
-key_gui.xaero_toggle_waypoints:key.keyboard.unknown
-key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
-key_gui.xaero_toggle_map:key.keyboard.unknown
-key_gui.xaero_enlarge_map:key.keyboard.unknown
-key_gui.xaero_waypoints_key:key.keyboard.comma
-key_gui.xaero_zoom_in:key.keyboard.unknown
-key_gui.xaero_zoom_out:key.keyboard.unknown
-key_gui.xaero_new_waypoint:key.keyboard.n
-key_gui.xaero_display_all_sets:key.keyboard.unknown
-key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
-key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
-key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
-key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown
-key_gui.xaero_alternative_list_players:key.keyboard.unknown
-key_gui.xaero_toggle_tracked_players:key.keyboard.unknown
-key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
-key_gui.xaero_minimap_settings:key.keyboard.j
-key_key.structurize.teleport:key.keyboard.unknown
-key_key.structurize.move_forward:key.keyboard.up
-key_key.structurize.move_back:key.keyboard.down
-key_key.structurize.move_left:key.keyboard.left
-key_key.structurize.move_right:key.keyboard.right
-key_key.structurize.move_up:key.keyboard.keypad.add
-key_key.structurize.move_down:key.keyboard.keypad.subtract
-key_key.structurize.rotate_cw:key.keyboard.right:SHIFT
-key_key.structurize.rotate_ccw:key.keyboard.left:SHIFT
-key_key.structurize.mirror:key.keyboard.m
-key_key.structurize.place:key.keyboard.enter
-key_key.showcaseitem.showcaseitem:key.keyboard.t:SHIFT
-key_key.open_menu:key.keyboard.h
-key_cos.key.opencosarmorinventory:key.keyboard.unknown
-key_giacomos_hud_conf.toggle_config:key.keyboard.home
-key_key.whistle.1:key.keyboard.1:SHIFT
-key_key.whistle.2:key.keyboard.2:SHIFT
-key_key.whistle.3:key.keyboard.3:SHIFT
-key_key.whistle.4:key.keyboard.4:SHIFT
-key_gui.xaero_open_map:key.keyboard.m
-key_gui.xaero_open_settings:key.keyboard.unknown
-key_gui.xaero_map_zoom_in:key.keyboard.unknown
-key_gui.xaero_map_zoom_out:key.keyboard.unknown
-key_gui.xaero_quick_confirm:key.keyboard.right.shift
-key_placebo.toggleTrails:key.keyboard.unknown
-key_placebo.toggleWings:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b
-key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c
-key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.sort:key.mouse.middle
-key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.unknown
-key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.unknown
-key_fpsreducer.key.openGui:key.keyboard.end
-key_fpsreducer.key.forceIdle:key.keyboard.unknown
-key_equipmentcompare.key.showTooltips:key.keyboard.left.shift
-key_crashutils.openscreen:key.keyboard.f12
-key_crashutils.copycontainer:key.keyboard.unknown
-key_crashutils.slottooltips:key.keyboard.unknown
-key_keys.reblured.toggle:key.keyboard.f10
-key_key.ftbultimine:key.keyboard.grave.accent
-key_key.findme.search:key.keyboard.y
-key_key.ftbteams.open_gui:key.keyboard.minus
-key_key.ftbquests.quests:key.keyboard.u
-key_key.moreoverlays.lightoverlay.desc:key.keyboard.f7
-key_key.moreoverlays.chunkbounds.desc:key.keyboard.f9
-key_key.trashslot.toggle:key.keyboard.apostrophe
-key_key.trashslot.toggleLock:key.keyboard.unknown
-key_key.trashslot.delete:key.keyboard.delete
-key_key.trashslot.deleteAll:key.keyboard.delete:SHIFT
-key_keybind.sophisticatedstorage.sort:key.mouse.middle
-key_dropoff.key.dump:key.keyboard.unknown
-key_dropoff.key.deposit:key.keyboard.unknown
-key_create.keyinfo.toolmenu:key.keyboard.backslash
-key_create.keyinfo.toolbelt:key.keyboard.backslash
-key_key.toastcontrol.clear:key.keyboard.unknown
-key_key.craftingtweaks.rotate:key.keyboard.unknown
-key_key.craftingtweaks.rotate_counter_clockwise:key.keyboard.unknown
-key_key.craftingtweaks.balance:key.keyboard.unknown
-key_key.craftingtweaks.spread:key.keyboard.unknown
-key_key.craftingtweaks.clear:key.keyboard.unknown
-key_key.craftingtweaks.force_clear:key.keyboard.unknown
-key_key.craftingtweaks.compressOne:key.keyboard.k:CONTROL
-key_key.craftingtweaks.compressStack:key.keyboard.k
-key_key.craftingtweaks.compressAll:key.keyboard.k:SHIFT
-key_key.craftingtweaks.decompressOne:key.keyboard.unknown
-key_key.craftingtweaks.decompressStack:key.keyboard.unknown
-key_key.craftingtweaks.decompressAll:key.keyboard.unknown
-key_key.craftingtweaks.refill_last:key.keyboard.tab:CONTROL
-key_key.craftingtweaks.refill_last_stack:key.keyboard.tab
-key_key.craftingtweaks.transfer_stack:key.keyboard.unknown
-key_key.refinedstorage.focusSearchBar:key.keyboard.tab
-key_key.refinedstorage.clearGridCraftingMatrix:key.keyboard.x:CONTROL
-key_key.refinedstorage.openWirelessGrid:key.keyboard.unknown
-key_key.refinedstorage.openWirelessFluidGrid:key.keyboard.unknown
-key_key.refinedstorage.openWirelessCraftingMonitor:key.keyboard.unknown
-key_key.refinedstorage.openPortableGrid:key.keyboard.unknown
-key_key.jade.config:key.keyboard.semicolon
-key_key.jade.show_overlay:key.keyboard.keypad.1
-key_key.jade.toggle_liquid:key.keyboard.keypad.2
-key_key.jade.show_recipes:key.keyboard.keypad.3
-key_key.jade.show_uses:key.keyboard.keypad.4
-key_key.jade.narrate:key.keyboard.unknown
-key_key.jade.show_details:key.keyboard.left.shift
-key_key.inventoryhud.toggle:key.keyboard.unknown
-key_key.inventoryhud.openconfig:key.keyboard.insert
-key_key.inventoryhud.togglepot:key.keyboard.unknown
-key_key.inventoryhud.togglearm:key.keyboard.unknown
-key_key.inventoryhud.toggleall:key.keyboard.unknown
-key_Reload Menu | CTRL + ALT + :key.keyboard.r
-key_Toggle Customization Overlay | CTRL + ALT + :key.keyboard.c
-key_key.craftpresence.config_keycode.name:key.keyboard.unknown
-key_key.entityculling.toggle:key.keyboard.unknown
-soundCategory_master:0.5
-soundCategory_music:0.35563380281690143
-soundCategory_record:1.0
-soundCategory_weather:1.0
-soundCategory_block:1.0
-soundCategory_hostile:1.0
-soundCategory_neutral:1.0
-soundCategory_player:1.0
-soundCategory_ambient:0.25704225352112675
-soundCategory_voice:1.0
-modelPart_cape:true
-modelPart_jacket:true
-modelPart_left_sleeve:true
-modelPart_right_sleeve:true
-modelPart_left_pants_leg:true
-modelPart_right_pants_leg:true
-modelPart_hat:true
+version:3465
+autoJump:false
+operatorItemsTab:false
+autoSuggestions:true
+chatColors:true
+chatLinks:true
+chatLinksPrompt:true
+enableVsync:false
+entityShadows:true
+forceUnicodeFont:false
+discrete_mouse_scroll:false
+invertYMouse:false
+realmsNotifications:false
+reducedDebugInfo:false
+showSubtitles:false
+directionalAudio:false
+touchscreen:false
+fullscreen:false
+bobView:true
+toggleCrouch:false
+toggleSprint:false
+darkMojangStudiosBackground:false
+hideLightningFlashes:false
+mouseSensitivity:0.5
+fov:0.0
+screenEffectScale:1.0
+fovEffectScale:1.0
+darknessEffectScale:1.0
+glintSpeed:0.5
+glintStrength:0.75
+damageTiltStrength:1.0
+highContrast:false
+gamma:0.5
+renderDistance:12
+simulationDistance:12
+entityDistanceScaling:1.0
+guiScale:2
+particles:0
+maxFps:120
+graphicsMode:1
+ao:true
+prioritizeChunkUpdates:0
+biomeBlendRadius:2
+renderClouds:"true"
+resourcePacks:["vanilla","mod_resources","builtin/towntalk","resources/resources.zip","Moonlight Mods Dynamic Assets","file/Pixelated_v1.3.2_EnhancedVisuals(nox_cgt).zip"]
+incompatibleResourcePacks:["builtin/towntalk","file/Pixelated_v1.3.2_EnhancedVisuals(nox_cgt).zip"]
+lastServer:
+lang:en_us
+soundDevice:""
+chatVisibility:0
+chatOpacity:1.0
+chatLineSpacing:0.0
+textBackgroundOpacity:0.5
+backgroundForChatOnly:true
+hideServerAddress:false
+advancedItemTooltips:false
+pauseOnLostFocus:true
+overrideWidth:0
+overrideHeight:0
+chatHeightFocused:1.0
+chatDelay:0.0
+chatHeightUnfocused:0.4375
+chatScale:1.0
+chatWidth:1.0
+notificationDisplayTime:1.0
+mipmapLevels:4
+useNativeTransport:true
+mainHand:"right"
+attackIndicator:1
+narrator:0
+tutorialStep:none
+mouseWheelSensitivity:1.0
+rawMouseInput:true
+glDebugVerbosity:1
+skipMultiplayerWarning:true
+skipRealms32bitWarning:false
+hideMatchedNames:true
+joinedFirstServer:true
+hideBundleTutorial:false
+syncChunkWrites:false
+showAutosaveIndicator:true
+allowServerListing:true
+onlyShowSecureChat:false
+panoramaScrollSpeed:1.0
+telemetryOptInExtra:false
+onboardAccessibility:false
+key_key.attack:key.mouse.left
+key_key.use:key.mouse.right
+key_key.forward:key.keyboard.w
+key_key.left:key.keyboard.a
+key_key.back:key.keyboard.s
+key_key.right:key.keyboard.d
+key_key.jump:key.keyboard.space
+key_key.sneak:key.keyboard.left.shift
+key_key.sprint:key.keyboard.left.control
+key_key.drop:key.keyboard.q
+key_key.inventory:key.keyboard.e
+key_key.chat:key.keyboard.t
+key_key.playerlist:key.keyboard.tab
+key_key.pickItem:key.mouse.middle
+key_key.command:key.keyboard.slash
+key_key.socialInteractions:key.keyboard.unknown
+key_key.screenshot:key.keyboard.f2
+key_key.togglePerspective:key.keyboard.f5
+key_key.smoothCamera:key.keyboard.unknown
+key_key.fullscreen:key.keyboard.f11
+key_key.spectatorOutlines:key.keyboard.unknown
+key_key.swapOffhand:key.keyboard.x
+key_key.saveToolbarActivator:key.keyboard.c
+key_key.loadToolbarActivator:key.keyboard.x
+key_key.advancements:key.keyboard.l
+key_key.hotbar.1:key.keyboard.1
+key_key.hotbar.2:key.keyboard.2
+key_key.hotbar.3:key.keyboard.3
+key_key.hotbar.4:key.keyboard.4
+key_key.hotbar.5:key.keyboard.5
+key_key.hotbar.6:key.keyboard.6
+key_key.hotbar.7:key.keyboard.7
+key_key.hotbar.8:key.keyboard.8
+key_key.hotbar.9:key.keyboard.9
+key_simplemagnets.keys.toggle:key.keyboard.i
+key_key.modernfix.config:key.keyboard.unknown
+key_supplementaries.keybind.quiver:key.keyboard.unknown
+key_info.structure_gel.building_tool.undo:key.keyboard.z:CONTROL
+key_info.structure_gel.building_tool.redo:key.keyboard.y:CONTROL
+key_key.structure_gel.open_building_tool_gui:key.keyboard.r
+key_key.solapplepie.open_food_book:key.keyboard.k
+key_key.curios.open.desc:key.keyboard.unknown
+key_iris.keybind.reload:key.keyboard.unknown
+key_iris.keybind.toggleShaders:key.keyboard.unknown
+key_iris.keybind.shaderPackSelection:key.keyboard.unknown
+key_Options Gui:key.keyboard.unknown
+key_key.wi_zoom.zoom:key.keyboard.z
+key_hub_screen:key.keyboard.g
+key_hotbar_toggle:key.keyboard.caps.lock
+key_spell_1:key.keyboard.f
+key_spell_2:key.keyboard.c
+key_spell_3:key.keyboard.v
+key_spell_4:key.keyboard.r
+key_key.jei.nextRecipePage:key.keyboard.page.down
+key_key.jei.copy.recipe.id:key.keyboard.unknown
+key_key.jei.showRecipe2:key.mouse.left
+key_key.jei.showUses:key.keyboard.u
+key_key.jei.showUses2:key.mouse.right
+key_key.jei.nextPage:key.keyboard.unknown
+key_key.jei.showRecipe:key.keyboard.r
+key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL
+key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
+key_key.jei.cheatItemStack2:key.mouse.middle
+key_key.jei.clearSearchBar:key.mouse.right
+key_key.jei.cheatItemStack:key.mouse.left:SHIFT
+key_key.jei.bookmark:key.keyboard.a
+key_key.jei.recipeBack:key.keyboard.backspace
+key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
+key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown
+key_key.jei.closeRecipeGui:key.keyboard.escape
+key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL
+key_key.jei.cheatOneItem2:key.mouse.right
+key_key.jei.nextSearch:key.keyboard.down
+key_key.jei.previousSearch:key.keyboard.up
+key_key.jei.previousPage:key.keyboard.unknown
+key_key.jei.previousRecipePage:key.keyboard.page.up
+key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
+key_key.jei.focusSearch:key.keyboard.f:CONTROL
+key_key.jei.toggleCheatMode:key.keyboard.unknown
+key_key.jei.cheatOneItem:key.mouse.left
+key_key.jei.toggleEditMode:key.keyboard.unknown
+key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
+key_key.wallet:key.keyboard.period
+key_key.portable_terminal:key.keyboard.backslash
+key_key.portable_atm:key.keyboard.equal
+key_keybinds.bettercombat.feint:key.keyboard.unknown
+key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown
+key_keybinds.combatroll.roll:key.keyboard.left.alt
+key_Camera left:key.keyboard.left
+key_Camera right:key.keyboard.right
+key_Camera closer:key.keyboard.up
+key_Camera farther:key.keyboard.down
+key_Camera up:key.keyboard.page.up
+key_Camera down:key.keyboard.page.down
+key_Swap shoulder:key.keyboard.o
+key_Toggle perspective:key.keyboard.unknown
+key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
+key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
+key_gui.xaero_toggle_slime:key.keyboard.unknown
+key_gui.xaero_toggle_grid:key.keyboard.unknown
+key_gui.xaero_toggle_waypoints:key.keyboard.unknown
+key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
+key_gui.xaero_toggle_map:key.keyboard.unknown
+key_gui.xaero_enlarge_map:key.keyboard.unknown
+key_gui.xaero_waypoints_key:key.keyboard.comma
+key_gui.xaero_zoom_in:key.keyboard.unknown
+key_gui.xaero_zoom_out:key.keyboard.unknown
+key_gui.xaero_new_waypoint:key.keyboard.n
+key_gui.xaero_display_all_sets:key.keyboard.unknown
+key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
+key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
+key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
+key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown
+key_gui.xaero_alternative_list_players:key.keyboard.unknown
+key_gui.xaero_toggle_tracked_players:key.keyboard.unknown
+key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
+key_gui.xaero_minimap_settings:key.keyboard.j
+key_key.structurize.teleport:key.keyboard.unknown
+key_key.structurize.move_forward:key.keyboard.up
+key_key.structurize.move_back:key.keyboard.down
+key_key.structurize.move_left:key.keyboard.left
+key_key.structurize.move_right:key.keyboard.right
+key_key.structurize.move_up:key.keyboard.keypad.add
+key_key.structurize.move_down:key.keyboard.keypad.subtract
+key_key.structurize.rotate_cw:key.keyboard.right:SHIFT
+key_key.structurize.rotate_ccw:key.keyboard.left:SHIFT
+key_key.structurize.mirror:key.keyboard.m
+key_key.structurize.place:key.keyboard.enter
+key_key.showcaseitem.showcaseitem:key.keyboard.t:SHIFT
+key_key.open_menu:key.keyboard.h
+key_cos.key.opencosarmorinventory:key.keyboard.unknown
+key_giacomos_hud_conf.toggle_config:key.keyboard.home
+key_key.whistle.1:key.keyboard.1:SHIFT
+key_key.whistle.2:key.keyboard.2:SHIFT
+key_key.whistle.3:key.keyboard.3:SHIFT
+key_key.whistle.4:key.keyboard.4:SHIFT
+key_gui.xaero_open_map:key.keyboard.m
+key_gui.xaero_open_settings:key.keyboard.unknown
+key_gui.xaero_map_zoom_in:key.keyboard.unknown
+key_gui.xaero_map_zoom_out:key.keyboard.unknown
+key_gui.xaero_quick_confirm:key.keyboard.right.shift
+key_placebo.toggleTrails:key.keyboard.unknown
+key_placebo.toggleWings:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b
+key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c
+key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.sort:key.mouse.middle
+key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.unknown
+key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.unknown
+key_fpsreducer.key.openGui:key.keyboard.end
+key_fpsreducer.key.forceIdle:key.keyboard.unknown
+key_equipmentcompare.key.showTooltips:key.keyboard.left.shift
+key_crashutils.openscreen:key.keyboard.f12
+key_crashutils.copycontainer:key.keyboard.unknown
+key_crashutils.slottooltips:key.keyboard.unknown
+key_keys.reblured.toggle:key.keyboard.f10
+key_key.ftbultimine:key.keyboard.grave.accent
+key_key.findme.search:key.keyboard.y
+key_key.ftbteams.open_gui:key.keyboard.minus
+key_key.ftbquests.quests:key.keyboard.u
+key_key.moreoverlays.lightoverlay.desc:key.keyboard.f7
+key_key.moreoverlays.chunkbounds.desc:key.keyboard.f9
+key_key.trashslot.toggle:key.keyboard.apostrophe
+key_key.trashslot.toggleLock:key.keyboard.unknown
+key_key.trashslot.delete:key.keyboard.delete
+key_key.trashslot.deleteAll:key.keyboard.delete:SHIFT
+key_keybind.sophisticatedstorage.sort:key.mouse.middle
+key_dropoff.key.dump:key.keyboard.unknown
+key_dropoff.key.deposit:key.keyboard.unknown
+key_create.keyinfo.toolmenu:key.keyboard.backslash
+key_create.keyinfo.toolbelt:key.keyboard.backslash
+key_key.toastcontrol.clear:key.keyboard.unknown
+key_key.craftingtweaks.rotate:key.keyboard.unknown
+key_key.craftingtweaks.rotate_counter_clockwise:key.keyboard.unknown
+key_key.craftingtweaks.balance:key.keyboard.unknown
+key_key.craftingtweaks.spread:key.keyboard.unknown
+key_key.craftingtweaks.clear:key.keyboard.unknown
+key_key.craftingtweaks.force_clear:key.keyboard.unknown
+key_key.craftingtweaks.compressOne:key.keyboard.k:CONTROL
+key_key.craftingtweaks.compressStack:key.keyboard.k
+key_key.craftingtweaks.compressAll:key.keyboard.k:SHIFT
+key_key.craftingtweaks.decompressOne:key.keyboard.unknown
+key_key.craftingtweaks.decompressStack:key.keyboard.unknown
+key_key.craftingtweaks.decompressAll:key.keyboard.unknown
+key_key.craftingtweaks.refill_last:key.keyboard.tab:CONTROL
+key_key.craftingtweaks.refill_last_stack:key.keyboard.tab
+key_key.craftingtweaks.transfer_stack:key.keyboard.unknown
+key_key.refinedstorage.focusSearchBar:key.keyboard.tab
+key_key.refinedstorage.clearGridCraftingMatrix:key.keyboard.x:CONTROL
+key_key.refinedstorage.openWirelessGrid:key.keyboard.unknown
+key_key.refinedstorage.openWirelessFluidGrid:key.keyboard.unknown
+key_key.refinedstorage.openWirelessCraftingMonitor:key.keyboard.unknown
+key_key.refinedstorage.openPortableGrid:key.keyboard.unknown
+key_key.jade.config:key.keyboard.semicolon
+key_key.jade.show_overlay:key.keyboard.keypad.1
+key_key.jade.toggle_liquid:key.keyboard.keypad.2
+key_key.jade.show_recipes:key.keyboard.keypad.3
+key_key.jade.show_uses:key.keyboard.keypad.4
+key_key.jade.narrate:key.keyboard.unknown
+key_key.jade.show_details:key.keyboard.left.shift
+key_key.inventoryhud.toggle:key.keyboard.unknown
+key_key.inventoryhud.openconfig:key.keyboard.insert
+key_key.inventoryhud.togglepot:key.keyboard.unknown
+key_key.inventoryhud.togglearm:key.keyboard.unknown
+key_key.inventoryhud.toggleall:key.keyboard.unknown
+key_Reload Menu | CTRL + ALT + :key.keyboard.r
+key_Toggle Customization Overlay | CTRL + ALT + :key.keyboard.c
+key_key.craftpresence.config_keycode.name:key.keyboard.unknown
+key_key.entityculling.toggle:key.keyboard.unknown
+soundCategory_master:0.5
+soundCategory_music:0.35563380281690143
+soundCategory_record:1.0
+soundCategory_weather:1.0
+soundCategory_block:1.0
+soundCategory_hostile:1.0
+soundCategory_neutral:1.0
+soundCategory_player:1.0
+soundCategory_ambient:0.25704225352112675
+soundCategory_voice:1.0
+modelPart_cape:true
+modelPart_jacket:true
+modelPart_left_sleeve:true
+modelPart_right_sleeve:true
+modelPart_left_pants_leg:true
+modelPart_right_pants_leg:true
+modelPart_hat:true
diff --git a/config/disenchanting.toml b/config/disenchanting.toml
index e33aae3..a41485a 100644
--- a/config/disenchanting.toml
+++ b/config/disenchanting.toml
@@ -1,15 +1,15 @@
-#Does disenchanting require experience?
-requiresExperience = true
-#Should the disenchanter select the a random enchantment on the enchanted item instead of the first one?
-randomEnchantment = false
-#Should the enchanted item's anvil work cost be reset to zero when fully disenchanted?
-resetAnvilCost = false
-#Sliding multiplier for the experience cost. Default is 2.
-#Range: 1 ~ 10
-costSlider = 2
-#Should the enchanted item be damaged during the disenchanting process?
-damageItem = true
-#Percent of damage that should be done to the item on each disenchant.
-#Range: 1 ~ 100
-damagePercent = 25
-
+#Does disenchanting require experience?
+requiresExperience = true
+#Should the disenchanter select the a random enchantment on the enchanted item instead of the first one?
+randomEnchantment = false
+#Should the enchanted item's anvil work cost be reset to zero when fully disenchanted?
+resetAnvilCost = false
+#Sliding multiplier for the experience cost. Default is 2.
+#Range: 1 ~ 10
+costSlider = 2
+#Should the enchanted item be damaged during the disenchanting process?
+damageItem = true
+#Percent of damage that should be done to the item on each disenchant.
+#Range: 1 ~ 100
+damagePercent = 25
+
diff --git a/config/doggytalents-client.toml b/config/doggytalents-client.toml
index 161e425..ab9f6e0 100644
--- a/config/doggytalents-client.toml
+++ b/config/doggytalents-client.toml
@@ -1,69 +1,69 @@
-
-["Dog Render"]
- #Disable this if you want to force all PackPuppy Dog to not render their Chest.
- render_chest = true
- #When enabled, Dogs will show injured texture while incapacitated.
- render_incapacitated_overlay = true
- #When sneaking, a part of the dog's name will be rendered with a certain color
- #, the length of the part is based on the health percentage the dog has left
- render_health_in_name = true
- #Render a universal dog inventory access button in your inventory gui.
- #If this is turned off, you can still access the button via the dog's
- #GUI in Talents > Pack Puppy.
- dog_inv_button_in_inv = true
- #If the default incapacitated texture proof too many graphics.
- #You can substitute this friendlier texture instead.
- render_incap_txt_less_graphic = false
- #Render the dogs' name whose owner is not you with a different color.
- render_diffowner_name_different = true
- #Attempt to block third parties from rendering overlays that may conflict
- #with DT's built-in tag. It is recommended that this be achieved via the target third-party's
- #configurations if they have the option to disable nametag overlay for certain mobs
- #(Which they should). This option should only be used as the last resort.
- block_third_party_nametag = false
- #By default, a copy of the Classical (Vanilla Wolf Texture) provided by the mod
- #is used to render The Classical Skin, this is to avoid conflicts with resource packs
- #like Fresh Animations which are directly using the in-game wolf texture. Turning this on
- #will make DTN directly reference the in-game texture.
- use_vanilla_res_for_classical = false
- #Show a fun icon on world loading screen.
- world_load_icon = false
- #Determine if dogs will render their armor.
- render_armor = true
- #Determine if dogs still render with a red overlay upon hurt like they usually do.
- #This can be toggled on if the user prefers to not have the red overlay and relies on the animation
- #to indicate hurting.
- block_red_overlay_when_hurt = false
- #Display extra smoke when the dog is on fire.
- display_smoke_when_on_fire = true
- #By default, dogs will render items in their mouth, regardless of models.
- #This can be disabled if you prefer not to render it on some
- #less compatible model.
- mouth_item_force_render = true
- #Enables the particle effect on Full Kami dogs.
- enable_kami_particles = false
- #Do not render dogs' names whose owner is not you.
- render_diffowner_name_dont = false
- #Always render dog nametags regardless even if the player blocks it by F1 mode.
- always_render_dog_name = false
- #Specify the max latency allowed before force adjusting the animation time
- #client side to sync with server's animation time. The unit is in ticks.
- #Provide a non positive integer to disable this. Value from 0 to 7 both inclusive will be defaulted to 7.
- #Range: > -2147483648
- max_animation_latency_allowed = 10
- #Disable this if you prefer to have The Classical Skin rendered on all dog regardless.
- always_render_classical_skin = true
- #Currently, DTN is utilizing a new system for rendering Doggy Armor's Armor
- #which allows DTN to directly use any texture which the armor item provided
- #for the player, thus better replicating third-party armor. Set this to true
- #if you prefer to use the old system instead.
- use_legacy_dog_armor_render = false
- #By default, DTN will try querying models from third parties designed for the player when
- #rendering helmet on the Dog. Disable this to force DTN to use either vanilla's player model or
- #DTN provided model designed for Dogs (specified by the below option).
- use_third_party_player_helmet_model = false
- #By default, if there is no custom Helmet Armor model for the Helmet Item,
- #DTN will use its own helmet armor model designed for DTN Dog to
- #render it on the Dog's head. Enable this to make DTN reuse the player's Helmet Model instead.
- use_player_helmet_model_by_default = false
-
+
+["Dog Render"]
+ #Disable this if you want to force all PackPuppy Dog to not render their Chest.
+ render_chest = true
+ #When enabled, Dogs will show injured texture while incapacitated.
+ render_incapacitated_overlay = true
+ #When sneaking, a part of the dog's name will be rendered with a certain color
+ #, the length of the part is based on the health percentage the dog has left
+ render_health_in_name = true
+ #Render a universal dog inventory access button in your inventory gui.
+ #If this is turned off, you can still access the button via the dog's
+ #GUI in Talents > Pack Puppy.
+ dog_inv_button_in_inv = true
+ #If the default incapacitated texture proof too many graphics.
+ #You can substitute this friendlier texture instead.
+ render_incap_txt_less_graphic = false
+ #Render the dogs' name whose owner is not you with a different color.
+ render_diffowner_name_different = true
+ #Attempt to block third parties from rendering overlays that may conflict
+ #with DT's built-in tag. It is recommended that this be achieved via the target third-party's
+ #configurations if they have the option to disable nametag overlay for certain mobs
+ #(Which they should). This option should only be used as the last resort.
+ block_third_party_nametag = false
+ #By default, a copy of the Classical (Vanilla Wolf Texture) provided by the mod
+ #is used to render The Classical Skin, this is to avoid conflicts with resource packs
+ #like Fresh Animations which are directly using the in-game wolf texture. Turning this on
+ #will make DTN directly reference the in-game texture.
+ use_vanilla_res_for_classical = false
+ #Show a fun icon on world loading screen.
+ world_load_icon = false
+ #Determine if dogs will render their armor.
+ render_armor = true
+ #Determine if dogs still render with a red overlay upon hurt like they usually do.
+ #This can be toggled on if the user prefers to not have the red overlay and relies on the animation
+ #to indicate hurting.
+ block_red_overlay_when_hurt = false
+ #Display extra smoke when the dog is on fire.
+ display_smoke_when_on_fire = true
+ #By default, dogs will render items in their mouth, regardless of models.
+ #This can be disabled if you prefer not to render it on some
+ #less compatible model.
+ mouth_item_force_render = true
+ #Enables the particle effect on Full Kami dogs.
+ enable_kami_particles = false
+ #Do not render dogs' names whose owner is not you.
+ render_diffowner_name_dont = false
+ #Always render dog nametags regardless even if the player blocks it by F1 mode.
+ always_render_dog_name = false
+ #Specify the max latency allowed before force adjusting the animation time
+ #client side to sync with server's animation time. The unit is in ticks.
+ #Provide a non positive integer to disable this. Value from 0 to 7 both inclusive will be defaulted to 7.
+ #Range: > -2147483648
+ max_animation_latency_allowed = 10
+ #Disable this if you prefer to have The Classical Skin rendered on all dog regardless.
+ always_render_classical_skin = true
+ #Currently, DTN is utilizing a new system for rendering Doggy Armor's Armor
+ #which allows DTN to directly use any texture which the armor item provided
+ #for the player, thus better replicating third-party armor. Set this to true
+ #if you prefer to use the old system instead.
+ use_legacy_dog_armor_render = false
+ #By default, DTN will try querying models from third parties designed for the player when
+ #rendering helmet on the Dog. Disable this to force DTN to use either vanilla's player model or
+ #DTN provided model designed for Dogs (specified by the below option).
+ use_third_party_player_helmet_model = false
+ #By default, if there is no custom Helmet Armor model for the Helmet Item,
+ #DTN will use its own helmet armor model designed for DTN Dog to
+ #render it on the Dog's head. Enable this to make DTN reuse the player's Helmet Model instead.
+ use_player_helmet_model_by_default = false
+
diff --git a/config/dummmmmmy-client.toml b/config/dummmmmmy-client.toml
index d4f3d6f..be20a88 100644
--- a/config/dummmmmmy-client.toml
+++ b/config/dummmmmmy-client.toml
@@ -1,38 +1,38 @@
-
-#lots of cosmetic stuff in here
-[visuals]
- #To edit the damage numbers color you'll have to edit the config file manually
- #How much the dummy swings in degrees with respect to the damage dealt. default=0.75
- #Range: 0.0 ~ 2.0
- animation_intensity = 0.75
- #Show hearths instead of damage dealt? (1 hearth = two damage)
- show_hearths = false
- #Show damage numbers on entity
- damage_numbers = false
- #Display particles fullbright
- full_bright_damage_numbers = true
- #How crits should be shown
- #Allowed Values: OFF, COLOR, COLOR_AND_MULTIPLIER
- crit_mode = "COLOR_AND_MULTIPLIER"
- #Skin used by the dummy
- #Allowed Values: DEFAULT, ORIGINAL, DUNGEONS, ALTERNATIVE
- texture = "DEFAULT"
-
- #Add here custom colors (in hex format) to associate with your damage types. This is a map from damage source ID to a color where you can add new entries for each
- [visuals.damage_type_colors]
- "minecraft:generic" = "#00FFFFFF"
- "minecraft:dragon_breath" = "#00E600FF"
- "#dummmmmmy:is_wither" = "#00666666"
- "attributeslib:bleeding" = "#00810A0A"
- "#dummmmmmy:is_thorn" = "#000FA209"
- "minecraft:trident" = "#0000FF9D"
- "#minecraft:is_drowning" = "#001898E3"
- "dummmmmmy:true" = "#00910038"
- "#minecraft:is_lightning" = "#00FFF200"
- "#minecraft:witch_resistant_to" = "#00844CE7"
- "minecraft:sonic_boom" = "#00074550"
- "#dummmmmmy:is_explosion" = "#00FFBB29"
- "#dummmmmmy:is_cold" = "#0009D2FF"
- "dummmmmmy:critical" = "#00FF0000"
- "#dummmmmmy:is_fire" = "#00FF7700"
-
+
+#lots of cosmetic stuff in here
+[visuals]
+ #To edit the damage numbers color you'll have to edit the config file manually
+ #How much the dummy swings in degrees with respect to the damage dealt. default=0.75
+ #Range: 0.0 ~ 2.0
+ animation_intensity = 0.75
+ #Show hearths instead of damage dealt? (1 hearth = two damage)
+ show_hearths = false
+ #Show damage numbers on entity
+ damage_numbers = false
+ #Display particles fullbright
+ full_bright_damage_numbers = true
+ #How crits should be shown
+ #Allowed Values: OFF, COLOR, COLOR_AND_MULTIPLIER
+ crit_mode = "COLOR_AND_MULTIPLIER"
+ #Skin used by the dummy
+ #Allowed Values: DEFAULT, ORIGINAL, DUNGEONS, ALTERNATIVE
+ texture = "DEFAULT"
+
+ #Add here custom colors (in hex format) to associate with your damage types. This is a map from damage source ID to a color where you can add new entries for each
+ [visuals.damage_type_colors]
+ "minecraft:generic" = "#00FFFFFF"
+ "minecraft:dragon_breath" = "#00E600FF"
+ "#dummmmmmy:is_wither" = "#00666666"
+ "attributeslib:bleeding" = "#00810A0A"
+ "#dummmmmmy:is_thorn" = "#000FA209"
+ "minecraft:trident" = "#0000FF9D"
+ "#minecraft:is_drowning" = "#001898E3"
+ "dummmmmmy:true" = "#00910038"
+ "#minecraft:is_lightning" = "#00FFF200"
+ "#minecraft:witch_resistant_to" = "#00844CE7"
+ "minecraft:sonic_boom" = "#00074550"
+ "#dummmmmmy:is_explosion" = "#00FFBB29"
+ "#dummmmmmy:is_cold" = "#0009D2FF"
+ "dummmmmmy:critical" = "#00FF0000"
+ "#dummmmmmy:is_fire" = "#00FF7700"
+
diff --git a/config/dummmmmmy-common.toml b/config/dummmmmmy-common.toml
index 8819423..2f5f832 100644
--- a/config/dummmmmmy-common.toml
+++ b/config/dummmmmmy-common.toml
@@ -1,31 +1,31 @@
-
-[scarecrow]
- #Equip a dummy with a pumpkin to make hit act as a scarecrow
- #All animal entities will be scared. add here additional ones that are not included
- mobs_whitelist = [""]
- #Animal entities that will not be scared
- mobs_blacklist = [""]
- #Scaring radius
- #Range: 0 ~ 100
- scare_radius = 12
-
-[general]
- #Does dps message update dynamically or will it only appear after each parse?
- #Allowed Values: DYNAMIC, STATIC, OFF
- DPS_mode = "DYNAMIC"
- #Enable this to prevent your equipment from getting damaged when attacking the dummy
- disable_equipment_damage = true
- #Time in ticks that it takes for a dummy to be considered out of combat after having recieved damage
- #Range: 20 ~ 1000
- maximum_out_of_combat_interval = 120
- #Makes monsters target a dummy that is wearing a player head
- dummy_decoy = false
-
-[mobs_damage_numbers]
- #Show damage taken form
- #Allowed Values: ALL_ENTITIES, ALL_PLAYERS, LOCAL_PLAYER, NONE
- damage_mode = "NONE"
- #Show healing taken for
- #Allowed Values: ALL_ENTITIES, ALL_PLAYERS, LOCAL_PLAYER, NONE
- healing_mode = "NONE"
-
+
+[scarecrow]
+ #Equip a dummy with a pumpkin to make hit act as a scarecrow
+ #All animal entities will be scared. add here additional ones that are not included
+ mobs_whitelist = [""]
+ #Animal entities that will not be scared
+ mobs_blacklist = [""]
+ #Scaring radius
+ #Range: 0 ~ 100
+ scare_radius = 12
+
+[general]
+ #Does dps message update dynamically or will it only appear after each parse?
+ #Allowed Values: DYNAMIC, STATIC, OFF
+ DPS_mode = "DYNAMIC"
+ #Enable this to prevent your equipment from getting damaged when attacking the dummy
+ disable_equipment_damage = true
+ #Time in ticks that it takes for a dummy to be considered out of combat after having recieved damage
+ #Range: 20 ~ 1000
+ maximum_out_of_combat_interval = 120
+ #Makes monsters target a dummy that is wearing a player head
+ dummy_decoy = false
+
+[mobs_damage_numbers]
+ #Show damage taken form
+ #Allowed Values: ALL_ENTITIES, ALL_PLAYERS, LOCAL_PLAYER, NONE
+ damage_mode = "NONE"
+ #Show healing taken for
+ #Allowed Values: ALL_ENTITIES, ALL_PLAYERS, LOCAL_PLAYER, NONE
+ healing_mode = "NONE"
+
diff --git a/config/easy_npc/easy_npc-common.toml b/config/easy_npc/easy_npc-common.toml
index 5dce90c..b555ad5 100644
--- a/config/easy_npc/easy_npc-common.toml
+++ b/config/easy_npc/easy_npc-common.toml
@@ -1,235 +1,235 @@
-
-["[Main Configuration]"]
- #Enable main configuration.
- mainConfigurationEnabled = true
- #Allow main configuration in creative mode.
- mainConfigurationAllowInCreative = true
- #main configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- mainConfigurationPermissionLevel = 0
-
-["[Action Configuration] Basic Action"]
- #Enable basic action configuration.
- basicActionConfigurationEnabled = true
- #Allow basic action configuration in creative mode.
- basicActionConfigurationAllowInCreative = true
- #basic action configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- basicActionConfigurationPermissionLevel = 1
-
-["[Action Configuration] Dialog Action"]
- #Enable dialog action configuration.
- dialogActionConfigurationEnabled = true
- #Allow dialog action configuration in creative mode.
- dialogActionConfigurationAllowInCreative = true
- #dialog action configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- dialogActionConfigurationPermissionLevel = 1
-
-["[Action Configuration] Distance Action"]
- #Enable distance action configuration.
- distanceActionConfigurationEnabled = true
- #Allow distance action configuration in creative mode.
- distanceActionConfigurationAllowInCreative = true
- #distance action configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- distanceActionConfigurationPermissionLevel = 1
-
-["[Dialog Configuration] None Dialog"]
- #Enable none dialog configuration.
- noneDialogConfigurationEnabled = true
- #Allow none dialog configuration in creative mode.
- noneDialogConfigurationAllowInCreative = true
- #none dialog configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- noneDialogConfigurationPermissionLevel = 0
-
-["[Dialog Configuration] Basic Dialog"]
- #Enable basic dialog configuration.
- basicDialogConfigurationEnabled = true
- #Allow basic dialog configuration in creative mode.
- basicDialogConfigurationAllowInCreative = true
- #basic dialog configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- basicDialogConfigurationPermissionLevel = 0
-
-["[Dialog Configuration] Yes/No Dialog"]
- #Enable yes/no dialog configuration.
- yesNoDialogConfigurationEnabled = true
- #Allow yes/no dialog configuration in creative mode.
- yesNoDialogConfigurationAllowInCreative = true
- #yes/no dialog configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- yesNoDialogConfigurationPermissionLevel = 0
-
-["[Skin Configuration] Default Skin"]
- #Enable default skin configuration.
- defaultSkinConfigurationEnabled = true
- #Allow default skin configuration in creative mode.
- defaultSkinConfigurationAllowInCreative = true
- #default skin configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- defaultSkinConfigurationPermissionLevel = 0
-
-["[Skin Configuration] Player Skin"]
- #Enable player skin configuration.
- playerSkinConfigurationEnabled = true
- #Allow player skin configuration in creative mode.
- playerSkinConfigurationAllowInCreative = true
- #player skin configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- playerSkinConfigurationPermissionLevel = 1
-
-["[Skin Configuration] Custom Skin"]
- #Enable custom skin configuration.
- customSkinConfigurationEnabled = true
- #Allow custom skin configuration in creative mode.
- customSkinConfigurationAllowInCreative = true
- #custom skin configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- customSkinConfigurationPermissionLevel = 2
-
-["[Pose Configuration] Default Pose"]
- #Enable default pose configuration.
- defaultPoseConfigurationEnabled = true
- #Allow default pose configuration in creative mode.
- defaultPoseConfigurationAllowInCreative = true
- #default pose configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- defaultPoseConfigurationPermissionLevel = 0
-
-["[Pose Configuration] Advanced Pose"]
- #Enable advanced pose configuration.
- advancedPoseConfigurationEnabled = true
- #Allow advanced pose configuration in creative mode.
- advancedPoseConfigurationAllowInCreative = true
- #advanced pose configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- advancedPoseConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Pose Configuration] Custom Pose"]
- #Enable custom pose configuration.
- customPoseConfigurationEnabled = true
- #Allow custom pose configuration in creative mode.
- customPoseConfigurationAllowInCreative = true
- #custom pose configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- customPoseConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Equipment Configuration]"]
- #Enable equipment configuration.
- equipmentConfigurationEnabled = true
- #Allow equipment configuration in creative mode.
- equipmentConfigurationAllowInCreative = true
- #equipment configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- equipmentConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Position Configuration]"]
- #Enable position configuration.
- defaultPositionConfigurationEnabled = true
- #Allow position configuration in creative mode.
- defaultPositionConfigurationAllowInCreative = true
- #position configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- defaultPositionConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Rotation Configuration]"]
- #Enable rotation configuration.
- defaultRotationConfigurationEnabled = true
- #Allow rotation configuration in creative mode.
- defaultRotationConfigurationAllowInCreative = true
- #rotation configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- defaultRotationConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Scale Configuration]"]
- #Enable scale configuration.
- scaleConfigurationEnabled = true
- #Allow scale configuration in creative mode.
- scaleConfigurationAllowInCreative = true
- #scale configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- scaleConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Export Configuration] Export Custom Preset"]
- #Enable custom export preset configuration.
- customExportPresetConfigurationEnabled = true
- #Allow custom export preset configuration in creative mode.
- customExportPresetConfigurationAllowInCreative = true
- #custom export preset configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- customExportPresetConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Export Configuration] Export World Preset"]
- #Enable world export preset configuration.
- worldExportPresetConfigurationEnabled = true
- #Allow world export preset configuration in creative mode.
- worldExportPresetConfigurationAllowInCreative = true
- #world export preset configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- worldExportPresetConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Import Configuration] Import Default Preset"]
- #Enable default import preset configuration.
- defaultImportPresetConfigurationEnabled = true
- #Allow default import preset configuration in creative mode.
- defaultImportPresetConfigurationAllowInCreative = true
- #default import preset configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- defaultImportPresetConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Import Configuration] Import Custom Preset"]
- #Enable custom import preset configuration.
- customImportPresetConfigurationEnabled = true
- #Allow custom import preset configuration in creative mode.
- customImportPresetConfigurationAllowInCreative = true
- #custom import preset configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- customImportPresetConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Import Configuration] Import Server Preset"]
- #Enable world import preset configuration.
- worldImportPresetConfigurationEnabled = true
- #Allow world import preset configuration in creative mode.
- worldImportPresetConfigurationAllowInCreative = true
- #world import preset configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- worldImportPresetConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Trading Configuration] Default Trading"]
- #Enable none trading configuration.
- noneTradingConfigurationEnabled = true
- #Allow none trading configuration in creative mode.
- noneTradingConfigurationAllowInCreative = true
- #none trading configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- noneTradingConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Trading Configuration] Basic Trading"]
- #Enable basic trading configuration.
- basicTradingConfigurationEnabled = true
- #Allow basic trading configuration in creative mode.
- basicTradingConfigurationAllowInCreative = true
- #basic trading configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- basicTradingConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Trading Configuration] Advanced Trading"]
- #Enable advanced trading configuration.
- advancedTradingConfigurationEnabled = true
- #Allow advanced trading configuration in creative mode.
- advancedTradingConfigurationAllowInCreative = true
- #advanced trading configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- advancedTradingConfigurationPermissionLevel = 0
-
- ["[Pose Configuration] Advanced Pose"."[Trading Configuration] Custom Trading"]
- #Enable custom trading configuration.
- customTradingConfigurationEnabled = true
- #Allow custom trading configuration in creative mode.
- customTradingConfigurationAllowInCreative = true
- #custom trading configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
- #Range: 0 ~ 4
- customTradingConfigurationPermissionLevel = 0
-
+
+["[Main Configuration]"]
+ #Enable main configuration.
+ mainConfigurationEnabled = true
+ #Allow main configuration in creative mode.
+ mainConfigurationAllowInCreative = true
+ #main configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ mainConfigurationPermissionLevel = 0
+
+["[Action Configuration] Basic Action"]
+ #Enable basic action configuration.
+ basicActionConfigurationEnabled = true
+ #Allow basic action configuration in creative mode.
+ basicActionConfigurationAllowInCreative = true
+ #basic action configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ basicActionConfigurationPermissionLevel = 1
+
+["[Action Configuration] Dialog Action"]
+ #Enable dialog action configuration.
+ dialogActionConfigurationEnabled = true
+ #Allow dialog action configuration in creative mode.
+ dialogActionConfigurationAllowInCreative = true
+ #dialog action configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ dialogActionConfigurationPermissionLevel = 1
+
+["[Action Configuration] Distance Action"]
+ #Enable distance action configuration.
+ distanceActionConfigurationEnabled = true
+ #Allow distance action configuration in creative mode.
+ distanceActionConfigurationAllowInCreative = true
+ #distance action configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ distanceActionConfigurationPermissionLevel = 1
+
+["[Dialog Configuration] None Dialog"]
+ #Enable none dialog configuration.
+ noneDialogConfigurationEnabled = true
+ #Allow none dialog configuration in creative mode.
+ noneDialogConfigurationAllowInCreative = true
+ #none dialog configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ noneDialogConfigurationPermissionLevel = 0
+
+["[Dialog Configuration] Basic Dialog"]
+ #Enable basic dialog configuration.
+ basicDialogConfigurationEnabled = true
+ #Allow basic dialog configuration in creative mode.
+ basicDialogConfigurationAllowInCreative = true
+ #basic dialog configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ basicDialogConfigurationPermissionLevel = 0
+
+["[Dialog Configuration] Yes/No Dialog"]
+ #Enable yes/no dialog configuration.
+ yesNoDialogConfigurationEnabled = true
+ #Allow yes/no dialog configuration in creative mode.
+ yesNoDialogConfigurationAllowInCreative = true
+ #yes/no dialog configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ yesNoDialogConfigurationPermissionLevel = 0
+
+["[Skin Configuration] Default Skin"]
+ #Enable default skin configuration.
+ defaultSkinConfigurationEnabled = true
+ #Allow default skin configuration in creative mode.
+ defaultSkinConfigurationAllowInCreative = true
+ #default skin configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ defaultSkinConfigurationPermissionLevel = 0
+
+["[Skin Configuration] Player Skin"]
+ #Enable player skin configuration.
+ playerSkinConfigurationEnabled = true
+ #Allow player skin configuration in creative mode.
+ playerSkinConfigurationAllowInCreative = true
+ #player skin configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ playerSkinConfigurationPermissionLevel = 1
+
+["[Skin Configuration] Custom Skin"]
+ #Enable custom skin configuration.
+ customSkinConfigurationEnabled = true
+ #Allow custom skin configuration in creative mode.
+ customSkinConfigurationAllowInCreative = true
+ #custom skin configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ customSkinConfigurationPermissionLevel = 2
+
+["[Pose Configuration] Default Pose"]
+ #Enable default pose configuration.
+ defaultPoseConfigurationEnabled = true
+ #Allow default pose configuration in creative mode.
+ defaultPoseConfigurationAllowInCreative = true
+ #default pose configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ defaultPoseConfigurationPermissionLevel = 0
+
+["[Pose Configuration] Advanced Pose"]
+ #Enable advanced pose configuration.
+ advancedPoseConfigurationEnabled = true
+ #Allow advanced pose configuration in creative mode.
+ advancedPoseConfigurationAllowInCreative = true
+ #advanced pose configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ advancedPoseConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Pose Configuration] Custom Pose"]
+ #Enable custom pose configuration.
+ customPoseConfigurationEnabled = true
+ #Allow custom pose configuration in creative mode.
+ customPoseConfigurationAllowInCreative = true
+ #custom pose configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ customPoseConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Equipment Configuration]"]
+ #Enable equipment configuration.
+ equipmentConfigurationEnabled = true
+ #Allow equipment configuration in creative mode.
+ equipmentConfigurationAllowInCreative = true
+ #equipment configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ equipmentConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Position Configuration]"]
+ #Enable position configuration.
+ defaultPositionConfigurationEnabled = true
+ #Allow position configuration in creative mode.
+ defaultPositionConfigurationAllowInCreative = true
+ #position configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ defaultPositionConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Rotation Configuration]"]
+ #Enable rotation configuration.
+ defaultRotationConfigurationEnabled = true
+ #Allow rotation configuration in creative mode.
+ defaultRotationConfigurationAllowInCreative = true
+ #rotation configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ defaultRotationConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Scale Configuration]"]
+ #Enable scale configuration.
+ scaleConfigurationEnabled = true
+ #Allow scale configuration in creative mode.
+ scaleConfigurationAllowInCreative = true
+ #scale configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ scaleConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Export Configuration] Export Custom Preset"]
+ #Enable custom export preset configuration.
+ customExportPresetConfigurationEnabled = true
+ #Allow custom export preset configuration in creative mode.
+ customExportPresetConfigurationAllowInCreative = true
+ #custom export preset configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ customExportPresetConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Export Configuration] Export World Preset"]
+ #Enable world export preset configuration.
+ worldExportPresetConfigurationEnabled = true
+ #Allow world export preset configuration in creative mode.
+ worldExportPresetConfigurationAllowInCreative = true
+ #world export preset configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ worldExportPresetConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Import Configuration] Import Default Preset"]
+ #Enable default import preset configuration.
+ defaultImportPresetConfigurationEnabled = true
+ #Allow default import preset configuration in creative mode.
+ defaultImportPresetConfigurationAllowInCreative = true
+ #default import preset configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ defaultImportPresetConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Import Configuration] Import Custom Preset"]
+ #Enable custom import preset configuration.
+ customImportPresetConfigurationEnabled = true
+ #Allow custom import preset configuration in creative mode.
+ customImportPresetConfigurationAllowInCreative = true
+ #custom import preset configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ customImportPresetConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Import Configuration] Import Server Preset"]
+ #Enable world import preset configuration.
+ worldImportPresetConfigurationEnabled = true
+ #Allow world import preset configuration in creative mode.
+ worldImportPresetConfigurationAllowInCreative = true
+ #world import preset configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ worldImportPresetConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Trading Configuration] Default Trading"]
+ #Enable none trading configuration.
+ noneTradingConfigurationEnabled = true
+ #Allow none trading configuration in creative mode.
+ noneTradingConfigurationAllowInCreative = true
+ #none trading configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ noneTradingConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Trading Configuration] Basic Trading"]
+ #Enable basic trading configuration.
+ basicTradingConfigurationEnabled = true
+ #Allow basic trading configuration in creative mode.
+ basicTradingConfigurationAllowInCreative = true
+ #basic trading configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ basicTradingConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Trading Configuration] Advanced Trading"]
+ #Enable advanced trading configuration.
+ advancedTradingConfigurationEnabled = true
+ #Allow advanced trading configuration in creative mode.
+ advancedTradingConfigurationAllowInCreative = true
+ #advanced trading configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ advancedTradingConfigurationPermissionLevel = 0
+
+ ["[Pose Configuration] Advanced Pose"."[Trading Configuration] Custom Trading"]
+ #Enable custom trading configuration.
+ customTradingConfigurationEnabled = true
+ #Allow custom trading configuration in creative mode.
+ customTradingConfigurationAllowInCreative = true
+ #custom trading configuration permission level. (0 = everyone, 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner)
+ #Range: 0 ~ 4
+ customTradingConfigurationPermissionLevel = 0
+
diff --git a/config/easymagic-client.toml b/config/easymagic-client.toml
index e752497..f9cc19e 100644
--- a/config/easymagic-client.toml
+++ b/config/easymagic-client.toml
@@ -1,19 +1,19 @@
-#Keep the vanilla book inside the enchantment screen instead of rendering a reroll button.
-#The button is simply not visible, rerolling still works by clicking the book. Disabling the reroll feature itself is possible in the server config.
-keep_enchantment_screen_book = false
-#Show a tooltip for the hovered book in a chiseled bookshelf.
-#DISABLED: Vanilla behavior, no tooltip shows.
-#CROUCHING: A tooltip only shows while the player is crouching.
-#ENABLED: A tooltip always shows when a book is looked at.
-#Allowed Values: DISABLED, CROUCHING, ENABLED
-chiseled_bookshelf_tooltip = "ENABLED"
-#Render inventory contents of an enchanting table.
-#Allowed Values: NONE, FLAT, FLOATING
-render_enchanting_table_contents = "FLOATING"
-#Offset on x-axis for chiseled bookshelf book tooltips from original position.
-#Range: > -2147483648
-offset_x = 0
-#Offset on y-axis for chiseled bookshelf book tooltips from original position.
-#Range: > -2147483648
-offset_y = 0
-
+#Keep the vanilla book inside the enchantment screen instead of rendering a reroll button.
+#The button is simply not visible, rerolling still works by clicking the book. Disabling the reroll feature itself is possible in the server config.
+keep_enchantment_screen_book = false
+#Show a tooltip for the hovered book in a chiseled bookshelf.
+#DISABLED: Vanilla behavior, no tooltip shows.
+#CROUCHING: A tooltip only shows while the player is crouching.
+#ENABLED: A tooltip always shows when a book is looked at.
+#Allowed Values: DISABLED, CROUCHING, ENABLED
+chiseled_bookshelf_tooltip = "ENABLED"
+#Render inventory contents of an enchanting table.
+#Allowed Values: NONE, FLAT, FLOATING
+render_enchanting_table_contents = "FLOATING"
+#Offset on x-axis for chiseled bookshelf book tooltips from original position.
+#Range: > -2147483648
+offset_x = 0
+#Offset on y-axis for chiseled bookshelf book tooltips from original position.
+#Range: > -2147483648
+offset_y = 0
+
diff --git a/config/easymagic-server.toml b/config/easymagic-server.toml
index c9a9c24..de872c6 100644
--- a/config/easymagic-server.toml
+++ b/config/easymagic-server.toml
@@ -1,30 +1,30 @@
-#Amount of bookshelves required to perform enchantments at the highest level.
-#Range: > 0
-max_enchanting_power = 15
-#Add a button in the enchanting screen to allow for re-rolling enchantments.
-#This costs experience levels as well as lapis lazuli, or can be free when the costs are set to 0.
-reroll_enchantments = true
-#Blocks without a full collision shape (e.g. torches & carpet) do not block bookshelves placed behind from counting towards current enchanting power.
-lenient_bookshelves = true
-#Amount of catalyst item taken as a cost for re-rolling enchantments. Set to 0 to disable this kind of cost.
-#The default re-roll catalyst is simply lapis lazuli as defined in 'easymagic:enchanting_catalysts'.
-#Requires the re-rolling option to be enabled.
-#Range: 0 ~ 64
-reroll_catalyst_cost = 1
-#Choose how many enchantments are shown on the enchanting tooltip, if any at all.
-#Allowed Values: NONE, SINGLE, ALL
-enchantment_hint = "SINGLE"
-#Do chiseled bookshelves provide enchanting power to an enchanting table, one for every three contained books.
-#NONE: Vanilla behavior, no power is provided.
-#FACING: The bookshelf must face the enchanting table to provide any power.
-#ALL: Chiseled bookshelves provide enchanting power regardless of where they are facing.
-#Allowed Values: NONE, FACING, ALL
-chiseled_bookshelf_enchanting_power = "FACING"
-#Catalyst items for re-rolling are defined by the 'easymagic:reroll_catalysts' item tag instead of 'easymagic:enchanting_catalysts' (which includes just lapis lazuli by default).
-#Unlocks an additional slot for providing those items in the enchanting table interface.
-dedicated_reroll_catalyst = false
-#Amount of experience points (not enchantment levels) taken as a cost for re-rolling enchantments. Set to 0 to disable this kind of cost.
-#Requires the re-rolling option to be enabled.
-#Range: > 0
-reroll_experience_points_cost = 5
-
+#Amount of bookshelves required to perform enchantments at the highest level.
+#Range: > 0
+max_enchanting_power = 15
+#Add a button in the enchanting screen to allow for re-rolling enchantments.
+#This costs experience levels as well as lapis lazuli, or can be free when the costs are set to 0.
+reroll_enchantments = true
+#Blocks without a full collision shape (e.g. torches & carpet) do not block bookshelves placed behind from counting towards current enchanting power.
+lenient_bookshelves = true
+#Amount of catalyst item taken as a cost for re-rolling enchantments. Set to 0 to disable this kind of cost.
+#The default re-roll catalyst is simply lapis lazuli as defined in 'easymagic:enchanting_catalysts'.
+#Requires the re-rolling option to be enabled.
+#Range: 0 ~ 64
+reroll_catalyst_cost = 1
+#Choose how many enchantments are shown on the enchanting tooltip, if any at all.
+#Allowed Values: NONE, SINGLE, ALL
+enchantment_hint = "SINGLE"
+#Do chiseled bookshelves provide enchanting power to an enchanting table, one for every three contained books.
+#NONE: Vanilla behavior, no power is provided.
+#FACING: The bookshelf must face the enchanting table to provide any power.
+#ALL: Chiseled bookshelves provide enchanting power regardless of where they are facing.
+#Allowed Values: NONE, FACING, ALL
+chiseled_bookshelf_enchanting_power = "FACING"
+#Catalyst items for re-rolling are defined by the 'easymagic:reroll_catalysts' item tag instead of 'easymagic:enchanting_catalysts' (which includes just lapis lazuli by default).
+#Unlocks an additional slot for providing those items in the enchanting table interface.
+dedicated_reroll_catalyst = false
+#Amount of experience points (not enchantment levels) taken as a cost for re-rolling enchantments. Set to 0 to disable this kind of cost.
+#Requires the re-rolling option to be enabled.
+#Range: > 0
+reroll_experience_points_cost = 5
+
diff --git a/config/embeddium++.toml b/config/embeddium++.toml
index 07867e4..88da6d1 100644
--- a/config/embeddium++.toml
+++ b/config/embeddium++.toml
@@ -1,146 +1,146 @@
-
-[embeddiumplus]
-
- [embeddiumplus.general]
- #Configure FPS Display mode
- #Complete mode gives you min FPS count and average count
- #Allowed Values: OFF, SIMPLE, ADVANCED
- fpsDisplay = "OFF"
- #Shows GPU and memory usage onto FPS display
- #Allowed Values: OFF, ON, GPU, RAM
- fpsDisplaySystem = "OFF"
- #Set Fullscreen mode
- #Borderless let you change between screens more faster and move your mouse across monitors
- #Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN
- fullscreen = "WINDOWED"
- #Configure FPS Display gravity
- #Places counter on specified corner of your screen
- #Allowed Values: LEFT, CENTER, RIGHT
- fpsDisplayGravity = "LEFT"
- #Toggle FPS Display shadow
- #In case sometimes you can't see the text
- fpsDisplayShadow = false
- #Configure FPS Display margin
- #Give some space between corner and text
- #Range: 0 ~ 48
- fpsDisplayMargin = 12
-
- [embeddiumplus.performance]
- #Toggles JREI item rendering until searching
- #Increases performance a little bit and cleans your screen when you don't want to use it
- hideJREI = false
- #Toggles FastChest feature
- #Without flywheel installed or using any backend, it increases FPS significatly on chest rooms
- fastChests = false
- #Toggles FastBeds feature
- fastBeds = true
- #Toggles Minecraft Fonts shadows
- #Depending of the case may increase performance
- #Gives a flat style text
- fontShadows = false
-
- [embeddiumplus.performance.distanceCulling]
-
- [embeddiumplus.performance.distanceCulling.entities]
- #Configure horizontal max distance before cull entities
- #Value is squared, default was 64^2 (or 64x64)
- #Range: > 0
- cullingMaxDistanceX = 4096
- #Toggles distance culling for entities
- #Maybe you use another mod for that :(
- enable = true
- #List of all Entities to be ignored by distance culling
- #Uses ResourceLocation to identify it
- #Example 1: "minecraft:bat" - Ignores bats only
- #Example 2: "alexsmobs:*" - ignores all entities for alexmobs mod
- whitelist = []
- #Configure vertical max distance before cull entities
- #Value is raw
- #Range: 0 ~ 512
- cullingMaxDistanceY = 32
-
- [embeddiumplus.performance.distanceCulling.tileEntities]
- #Configure horizontal max distance before cull Block entities
- #Value is squared, default was 64^2 (or 64x64)
- #Range: > 0
- cullingMaxDistanceX = 4096
- #Toggles distance culling for Block Entities
- #Maybe you use another mod for that :(
- enable = true
- #List of all Block Entities to be ignored by distance culling
- #Uses ResourceLocation to identify it
- #Example 1: "minecraft:chest" - Ignores chests only
- #Example 2: "ae2:*" - ignores all Block entities from Applied Energetics 2
- whitelist = []
- #Configure vertical max distance before cull Block entities
- #Value is raw
- #Range: 0 ~ 512
- cullingMaxDistanceY = 32
-
- [embeddiumplus.dynlights]
- #Toggle if Block Entities should have dynamic lights
- onTileEntities = true
- #Configure how fast light whould be updated
- #Allowed Values: OFF, SLOW, NORMAL, FAST, SUPERFAST, FASTESTS, REALTIME
- updateSpeed = "NORMAL"
- #Toggle if Entities should have dynamic lights
- onEntities = true
- updateOnlyOnPositionChange = true
-
- [embeddiumplus.others]
- #Configure if borderless fullscreen option should be attached to F11 or replace vanilla fullscreen
- #Allowed Values: ATTACH, REPLACE, OFF
- borderlessAttachModeOnF11 = "ATTACH"
- #Toggles fast language reload
- #Embeddedt points it maybe cause troubles to JEI, so ¿why not add it as a toggleable option?
- fastLanguageReload = true
-
- [embeddiumplus.quality]
- #Chunks fade in speed
- #This option doesn't affect performance, just changes speed
- #Allowed Values: OFF, FAST, SLOW
- chunkFadeSpeed = "SLOW"
- #Raise clouds
- #Modify clouds height perfect for a adaptative world experience
- #Range: 0 ~ 512
- cloudsHeight = 128
- #Toggle fog feature
- #Fog was a vanilla feature, toggling off may increases performance
- fog = true
-
- [embeddiumplus.quality.darkness]
- #Configure fog brightness on nether when darkness is enabled
- #Range: 0.0 ~ 1.0
- endFogBright = 0.5
- #Configure min moon brightness level with darkness
- #Range: 0.0 ~ 1.0
- newMoonBright = 0.0
- #Toggle Darkness on End dimension
- enableOnEnd = false
- #Toggle Darkness default mode for modded dimensions
- valueByDefault = false
- #Configure Darkness Mode
- #Each config changes what is considered 'true darkness'
- #Allowed Values: TOTAL_DARKNESS, PITCH_BLACK, DARK, DIM, OFF
- mode = "OFF"
- #Toggles if moon phases affects darkness in the overworld
- affectedByMoonPhase = true
- #List of all dimensions to use True Darkness
- #This option overrides 'valueByDefault' state
- dimensionWhitelist = []
- #Configure max moon brightness level with darkness
- #Range: 0.0 ~ 1.0
- fullMoonBright = 0.25
- #Configure fog brightness on nether when darkness is enabled
- #Range: 0.0 ~ 1.0
- netherFogBright = 0.5
- #Toggle Darkness on Nether dimension
- enableOnNether = false
- #Toggle darkness when dimension has no SkyLight
- enableOnNoSkyLight = false
- #Disables all bright sources of darkness like moon or fog
- #Only affects darkness effect
- enableBlockLightOnly = false
- #Toggle Darkness on Overworld dimension
- enableOnOverworld = true
-
+
+[embeddiumplus]
+
+ [embeddiumplus.general]
+ #Configure FPS Display mode
+ #Complete mode gives you min FPS count and average count
+ #Allowed Values: OFF, SIMPLE, ADVANCED
+ fpsDisplay = "OFF"
+ #Shows GPU and memory usage onto FPS display
+ #Allowed Values: OFF, ON, GPU, RAM
+ fpsDisplaySystem = "OFF"
+ #Set Fullscreen mode
+ #Borderless let you change between screens more faster and move your mouse across monitors
+ #Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN
+ fullscreen = "WINDOWED"
+ #Configure FPS Display gravity
+ #Places counter on specified corner of your screen
+ #Allowed Values: LEFT, CENTER, RIGHT
+ fpsDisplayGravity = "LEFT"
+ #Toggle FPS Display shadow
+ #In case sometimes you can't see the text
+ fpsDisplayShadow = false
+ #Configure FPS Display margin
+ #Give some space between corner and text
+ #Range: 0 ~ 48
+ fpsDisplayMargin = 12
+
+ [embeddiumplus.performance]
+ #Toggles JREI item rendering until searching
+ #Increases performance a little bit and cleans your screen when you don't want to use it
+ hideJREI = false
+ #Toggles FastChest feature
+ #Without flywheel installed or using any backend, it increases FPS significatly on chest rooms
+ fastChests = false
+ #Toggles FastBeds feature
+ fastBeds = true
+ #Toggles Minecraft Fonts shadows
+ #Depending of the case may increase performance
+ #Gives a flat style text
+ fontShadows = false
+
+ [embeddiumplus.performance.distanceCulling]
+
+ [embeddiumplus.performance.distanceCulling.entities]
+ #Configure horizontal max distance before cull entities
+ #Value is squared, default was 64^2 (or 64x64)
+ #Range: > 0
+ cullingMaxDistanceX = 4096
+ #Toggles distance culling for entities
+ #Maybe you use another mod for that :(
+ enable = true
+ #List of all Entities to be ignored by distance culling
+ #Uses ResourceLocation to identify it
+ #Example 1: "minecraft:bat" - Ignores bats only
+ #Example 2: "alexsmobs:*" - ignores all entities for alexmobs mod
+ whitelist = []
+ #Configure vertical max distance before cull entities
+ #Value is raw
+ #Range: 0 ~ 512
+ cullingMaxDistanceY = 32
+
+ [embeddiumplus.performance.distanceCulling.tileEntities]
+ #Configure horizontal max distance before cull Block entities
+ #Value is squared, default was 64^2 (or 64x64)
+ #Range: > 0
+ cullingMaxDistanceX = 4096
+ #Toggles distance culling for Block Entities
+ #Maybe you use another mod for that :(
+ enable = true
+ #List of all Block Entities to be ignored by distance culling
+ #Uses ResourceLocation to identify it
+ #Example 1: "minecraft:chest" - Ignores chests only
+ #Example 2: "ae2:*" - ignores all Block entities from Applied Energetics 2
+ whitelist = []
+ #Configure vertical max distance before cull Block entities
+ #Value is raw
+ #Range: 0 ~ 512
+ cullingMaxDistanceY = 32
+
+ [embeddiumplus.dynlights]
+ #Toggle if Block Entities should have dynamic lights
+ onTileEntities = true
+ #Configure how fast light whould be updated
+ #Allowed Values: OFF, SLOW, NORMAL, FAST, SUPERFAST, FASTESTS, REALTIME
+ updateSpeed = "NORMAL"
+ #Toggle if Entities should have dynamic lights
+ onEntities = true
+ updateOnlyOnPositionChange = true
+
+ [embeddiumplus.others]
+ #Configure if borderless fullscreen option should be attached to F11 or replace vanilla fullscreen
+ #Allowed Values: ATTACH, REPLACE, OFF
+ borderlessAttachModeOnF11 = "ATTACH"
+ #Toggles fast language reload
+ #Embeddedt points it maybe cause troubles to JEI, so ¿why not add it as a toggleable option?
+ fastLanguageReload = true
+
+ [embeddiumplus.quality]
+ #Chunks fade in speed
+ #This option doesn't affect performance, just changes speed
+ #Allowed Values: OFF, FAST, SLOW
+ chunkFadeSpeed = "SLOW"
+ #Raise clouds
+ #Modify clouds height perfect for a adaptative world experience
+ #Range: 0 ~ 512
+ cloudsHeight = 128
+ #Toggle fog feature
+ #Fog was a vanilla feature, toggling off may increases performance
+ fog = true
+
+ [embeddiumplus.quality.darkness]
+ #Configure fog brightness on nether when darkness is enabled
+ #Range: 0.0 ~ 1.0
+ endFogBright = 0.5
+ #Configure min moon brightness level with darkness
+ #Range: 0.0 ~ 1.0
+ newMoonBright = 0.0
+ #Toggle Darkness on End dimension
+ enableOnEnd = false
+ #Toggle Darkness default mode for modded dimensions
+ valueByDefault = false
+ #Configure Darkness Mode
+ #Each config changes what is considered 'true darkness'
+ #Allowed Values: TOTAL_DARKNESS, PITCH_BLACK, DARK, DIM, OFF
+ mode = "OFF"
+ #Toggles if moon phases affects darkness in the overworld
+ affectedByMoonPhase = true
+ #List of all dimensions to use True Darkness
+ #This option overrides 'valueByDefault' state
+ dimensionWhitelist = []
+ #Configure max moon brightness level with darkness
+ #Range: 0.0 ~ 1.0
+ fullMoonBright = 0.25
+ #Configure fog brightness on nether when darkness is enabled
+ #Range: 0.0 ~ 1.0
+ netherFogBright = 0.5
+ #Toggle Darkness on Nether dimension
+ enableOnNether = false
+ #Toggle darkness when dimension has no SkyLight
+ enableOnNoSkyLight = false
+ #Disables all bright sources of darkness like moon or fog
+ #Only affects darkness effect
+ enableBlockLightOnly = false
+ #Toggle Darkness on Overworld dimension
+ enableOnOverworld = true
+
diff --git a/config/enhancedai/common.toml b/config/enhancedai/common.toml
index 0e4719d..4dce763 100644
--- a/config/enhancedai/common.toml
+++ b/config/enhancedai/common.toml
@@ -1,864 +1,864 @@
-"Enable Animals" = true
-"Enable Blazes" = true
-"Enable Creepers" = true
-"Enable Drowneds" = true
-"Enable Endermen" = true
-"Enable Ghasts" = true
-"Enable Pets" = true
-"Enable Mobs" = true
-"Enable Illagers" = true
-"Enable Shulkers" = true
-"Enable Skeletons" = true
-"Enable Slimes" = true
-"Enable Spiders" = true
-"Enable Villagers" = true
-"Enable Witches" = true
-"Enable Warden" = true
-"Enable Bugs" = true
-
-[Witches]
- #Witches drink more potions.
- "Enable Thirsty Witches" = true
- #Witches flee from the target.
- "Enable Witch Flee Target" = true
- #Witches throw potions farther, faster and more potion types. Also no longer chase player if they can't see him. Use the enhancedai:better_potion_throwing entity type tag to add more witches that are affected by this feature.
- "Enable Witch Potion Throwing" = true
- #Witches summon Villagers and cast a lightning upon them.
- "Enable Dark Arts Witches" = true
-
- #Witches drink more potions.
- [Witches."Thirsty Witches"]
- #Chance for a witch to drink a healing potion when not full health. Defaults to Vanilla
- #Range: 0.0 ~ 1.0
- "Healing Chance" = 0.05
- #Below this percentage health, witches will try to drink healing potions.
- #Range: 0.0 ~ 1.0
- "Healing Threshold" = 0.4
- #Below this percentage health, witches will drink strong healing potions instead of normal ones.
- #Range: 0.0 ~ 1.0
- "Strong healing Threshold" = 0.1
- #Chance each tick for a witch to drink a water breathing potion when in water and air meter is at half. Vanilla is 15% and doesn't check the air meter.
- #Range: 0.0 ~ 1.0
- "Water Breathing Chance" = 1.0
- #Chance each tick for a witch to drink a fire resistance potion when on fire. Vanilla is 15%.
- #Range: 0.0 ~ 1.0
- "Fire Resistance Chance" = 1.0
- #Chance each tick for a witch to drink milk when they have a negative effect.
- #Range: 0.0 ~ 1.0
- "Drink Milk Chance" = 0.1
- #A list of potions that the witch will drink as soon as the player is targeted. Note that witches can still drink other potions in different situations, refer to other config options. Format is effect_id,duration,amplifier. The potions are applied in order and witches will not drink the same potion if already has the effect.
- "Potions on Target List" = ["minecraft:strong_swiftness", "minecraft:regeneration"]
-
- #Witches flee from the target.
- [Witches."Witch Flee Target"]
- #Chance for a Witch to spawn with the ability to avoid the player
- #Range: 0.0 ~ 1.0
- "Avoid Player chance" = 0.25
- #Chance for a Witch to be able to throw potions while running from a player
- #Range: 0.0 ~ 1.0
- "Attack When Avoiding Chance" = 0.25
- #Distance from a player that will make the Witch run away.
- #Range: 0.0 ~ 32.0
- "Flee Distance Far" = 6.0
- #Distance from a player that counts as near and will make the Witch run away faster.
- #Range: 0.0 ~ 32.0
- "Flee Distance Near" = 3.0
- #Speed multiplier when the Witch avoids the player and it's farther than 'Flee Distance Near' blocks from him.
- #Range: 0.0 ~ 4.0
- "Flee speed Multiplier Far" = 1.0
- #Speed multiplier when the Witch avoids the player and it's within 'Flee Distance Near' blocks from him.
- #Range: 0.0 ~ 4.0
- "Flee speed Multiplier Near" = 1.05
-
- #Witches throw potions farther, faster and more potion types. Also no longer chase player if they can't see him. Use the enhancedai:better_potion_throwing entity type tag to add more witches that are affected by this feature.
- [Witches."Witch Potion Throwing"]
- #Chance for the potions thrown by the Witch to be lingering.
- #Range: 0.0 ~ 1.0
- "Lingering Chance" = 0.05
- #Chance for the Witch to throw another random potion right after she threw one.
- #Range: 0.0 ~ 1.0
- "Another Throw Chance" = 0.0
- #If true, witches will throw a potion of slow falling at their feet when they're falling for more than 8 blocks.
- "Use Slow Falling" = true
- #When below this health percentage Witches will throw Invisibility potions at their feet.
- #Range: 0.0 ~ 1.0
- "Health Threshold Invisibility" = 0.2
- #A list of potions that the witch can throw at enemies. Format is effect_id,duration,amplifier. The potions are thrown in order and witches will not throw the same potion if the target has already the effect.
- "Bad Potions List" = ["minecraft:weakness", "minecraft:slowness", "minecraft:hunger,200,0", "minecraft:mining_fatigue,200,0", "minecraft:poison", "minecraft:blindness,60,0", "minecraft:strong_harming"]
- #A list of potions that the witch can throw at allies (in raids). Format is effect_id,duration,amplifier. The potions are thrown in order and witches will not throw the same potion if the target has already the effect.
- "Good Potions List" = ["minecraft:regeneration", "minecraft:swiftness", "minecraft:strength", "minecraft:healing"]
-
- #Speed at which Witches throw potions (in ticks).
- [Witches."Witch Potion Throwing"."Throw Speed"]
- #Range: 1.0 ~ 1.7976931348623157E308
- Minimum = 30.0
- #Range: 1.0 ~ 1.7976931348623157E308
- Maximum = 50.0
-
- #Range at which Witches throw potions.
- [Witches."Witch Potion Throwing"."Throw Range"]
- #Range: 8.0 ~ 64.0
- Minimum = 8.0
- #Range: 8.0 ~ 64.0
- Maximum = 12.0
-
- [Witches."Witch Potion Throwing"."Apprentice Witch"]
- #Chance for a Witch to be an apprentice. Apprentice Witches throw random potions instead of in order, and have a chance to throw a wrong (good) potion.
- #Range: 0.0 ~ 1.0
- Chance = 0.6
-
- #Witches summon Villagers and cast a lightning upon them.
- [Witches."Dark Arts Witches"]
- #Chance for a witch to get the Dark Art AI (as soon as they have a target and are less than 10 blocks away from the target will summon a Villager and cast a lightning bolt on them
- #Range: 0.0 ~ 1.0
- "Dark Art Chance" = 0.333
-
-[Villagers]
- #Make villagers fight back. Use the enhancedai:villagers_can_attack entity type tag to add more villagers.
- "Enable Villager Attacking" = true
-
- #Make villagers fight back. Use the enhancedai:villagers_can_attack entity type tag to add more villagers.
- [Villagers."Villager Attacking"]
- #If true, when attacked, villagers will call other villagers for help and attack back. Attack damage can't be changed via config due to limitation so use mods like Mobs Properties Randomness to change the damage. Base damage is 4
- "Villagers Fight back" = true
- #If false villagers will not attack back monsters
- "Villagers Fight back Enemies" = false
- #Villagers will only attack players that have below this reputation (like Iron Golems by default). https://minecraft.wiki/w/Villager#Gossiping
- #Range: > -2147483648
- "Reputation for Fight back" = -100
- #Movement speed multiplier when attacking
- #Range: 0.0 ~ 4.0
- "Movement Speed Multiplier" = 0.4
-
-[Spiders]
- #Makes spiders throw a web at a player, slowing them. Use the enhancedai:
- "Enable Throwing Web" = true
- #Various small changes to Spiders.
- "Enable Miscellaneous" = true
-
- #Makes spiders throw a web at a player, slowing them. Use the enhancedai:
- [Spiders."Throwing Web"]
- #Chance for a Spider to spawn with the ability to throw webs at the target.
- #Range: 0.0 ~ 1.0
- "Web Throw Chance" = 0.1
- #After how many ticks will the cobweb placed by the web projectile be destroyed?
- #Range: 0 ~ 6000
- "Destroy Web After" = 60
- #Damage when the projectiles hits a mob. The damage is set for normal difficulty. Hard difficulty gets +50% damage and Easy gets (-50% + 1) damage.
- #Range: 0.0 ~ 128.0
- "Web Damage" = 2.0
- #If true entities will get webbed when hit.
- "Always web" = false
- #If true cave spiders' thrown web will poison entities hit like when they hit the entity melee.
- "Cave spiders poisonous webs" = true
- #If true, spiders will gain a speed boost when they hit the target.
- "Apply Speed on hit" = true
- #If true entities will get slowness when hit.
- "Apply Slowness" = true
-
- #Every how many ticks do spiders throw the projectile
- [Spiders."Throwing Web".Cooldown]
- #Range: 1.0 ~ 1200.0
- Minimum = 80.0
- #Range: 1.0 ~ 1200.0
- Maximum = 120.0
-
- #Distance Required for the spider to throw webs. Setting 'Minimum' to 0 will make the spider throw webs even when attacking the player.
- [Spiders."Throwing Web"."Distance Required"]
- #Range: 0.0 ~ 64.0
- Minimum = 4.0
- #Range: 0.0 ~ 64.0
- Maximum = 8.0
-
- [Spiders."Throwing Web".Slowness]
- #How many ticks of slowness are applied to the target hit by the web?
- #Range: 0 ~ 6000
- Duration = 100
- #How many levels of slowness are applied to the target hit by the web?
- #Range: 0 ~ 128
- Amplifier = 0
- #Should multiple hits on a target with slowness increase the level of Slowness? (This works with any type of slowness)
- "Stacking Amplifier" = false
- #How many max levels of slowness can be applied to the target if Staking amplifier is enabled?
- #Range: 0 ~ 128
- "Max Amplifier" = 2
-
- #Various small changes to Spiders.
- [Spiders.Miscellaneous]
- #Percentage reduction of the fall damage taken by spiders.
- #Range: 0.0 ~ 1.0
- "Fall Damage Reduction" = 0.8
-
-[Slimes]
- #Use enhancedai:affect_slime_spawn_size and enhancedai:affect_slime_jump_rate entity type tag to add more slimes affected by this feature.
- "Enable Slimes" = true
-
- #Use enhancedai:affect_slime_spawn_size and enhancedai:affect_slime_jump_rate entity type tag to add more slimes affected by this feature.
- [Slimes.Slimes]
- #Changes the max size a Slime/Magma cube can spawn as. Vanilla is max 4 with 3 excluded. Set to 0 to disable.
- #Range: 0 ~ 16
- "Max spawn size" = 5
- #Range: 0.0 ~ 5.0
- "Jump delay multiplier" = 0.8
-
-[Skeletons]
- #Wither skeletons can spawn with a bow and shoot Wither arrows.
- "Enable Wither Skeletons" = false
- #Skeletons are more precise when shooting and strafing is removed, can hit a target from up to 64 blocks and try to stay away from the target. Use the enhancedai:better_skeleton_shoot entity type tag to add more skeletons that are affected by this feature
- "Enable Skeleton Shoot" = true
- #Skeletons try to stay away from the target. Use the enhancedai:skeleton_flee entity type tag to add/remove skeletons that are affected by this feature
- "Enable Skeleton Flee" = true
-
- #Wither skeletons can spawn with a bow and shoot Wither arrows.
- [Skeletons."Wither Skeletons"]
- #Chance for Wither Skeletons to spawn with a bow
- #Range: 0.0 ~ 1.0
- "Ranged chance" = 0.0
- #Wither skeletons shoot Withered arrows instead of arrows on fire
- "Wither instead of Fire" = false
-
- #Skeletons are more precise when shooting and strafing is removed, can hit a target from up to 64 blocks and try to stay away from the target. Use the enhancedai:better_skeleton_shoot entity type tag to add more skeletons that are affected by this feature
- [Skeletons."Skeleton Shoot"]
- #Chance for a Skeleton to spawn with the ability to strafe (like vanilla)
- #Range: 0.0 ~ 1.0
- "Strafe chance" = 0.333
- #Chance for a Skeleton to spawn as a spammer, which spams arrows instead of fully charging the bow
- #Range: 0.0 ~ 1.0
- "Spammer chance" = 0.0
-
- #How much inaccuracy does the arrow fired by skeletons have. Vanilla skeletons have 10/6/2 inaccuracy in easy/normal/hard difficulty.
- [Skeletons."Skeleton Shoot"."Arrow Inaccuracy"]
- #Range: 0.0 ~ 30.0
- "Easy/Peaceful" = 6.0
- #Range: 0.0 ~ 30.0
- Normal = 5.0
- #Range: 0.0 ~ 30.0
- Hard = 3.0
-
- #The range from where a skeleton will shoot a player
- [Skeletons."Skeleton Shoot"."Shooting Range"]
- #Range: 1.0 ~ 64.0
- Minimum = 8.0
- #Range: 1.0 ~ 64.0
- Maximum = 16.0
-
- #The ticks cooldown after shooting. This is halved in Hard difficulty
- [Skeletons."Skeleton Shoot"."Shooting Cooldown"]
- #Range: 0.0 ~ 1.7976931348623157E308
- Minimum = 60.0
- #Range: 0.0 ~ 1.7976931348623157E308
- Maximum = 80.0
-
- #The ticks the skeleton charges the bow. at least 20 ticks for a full charge.
- [Skeletons."Skeleton Shoot"."Bow charge ticks"]
- #Range: 0.0 ~ 1.7976931348623157E308
- Minimum = 15.0
- #Range: 0.0 ~ 1.7976931348623157E308
- Maximum = 30.0
-
- #Skeletons try to stay away from the target. Use the enhancedai:skeleton_flee entity type tag to add/remove skeletons that are affected by this feature
- [Skeletons."Skeleton Flee"]
- #Chance for a Skeleton to spawn with the ability to avoid the player
- #Range: 0.0 ~ 1.0
- "Avoid Player chance" = 0.15
- #Chance for a Skeleton to be able to shoot while running from a player
- #Range: 0.0 ~ 1.0
- "Attack When Avoiding Chance" = 0.25
- #Distance from a player that counts as near and will make the skeleton run away faster.
- #Range: 0.0 ~ 32.0
- "Flee Distance Near" = 3.0
- #Distance from a player that will make the skeleton run away.
- #Range: 0.0 ~ 32.0
- "Flee Distance Far" = 6.0
- #Speed multiplier when the skeleton avoids the player and it's within 'Flee Distance Near' blocks from him.
- #Range: 0.0 ~ 4.0
- "Flee speed Multiplier Near" = 1.05
- #Speed multiplier when the skeleton avoids the player and it's farther than 'Flee Distance Far' blocks from him.
- #Range: 0.0 ~ 4.0
- "Flee speed Multiplier Far" = 1.0
-
-[Shulkers]
- "Enable Shulker Bullets" = true
- #Use the enhancedai:apply_shulker_armor_modifiers to add more shulkers that are affected by this feature.
- "Enable Shulker Armor" = true
- "Enable Shulker Attack" = true
-
- [Shulkers."Shulker Bullets"]
-
- [Shulkers."Shulker Bullets"."Leviation Duration"]
- #Range: 1.0 ~ 600.0
- "Easy/Peaceful" = 200.0
- #Range: 1.0 ~ 600.0
- Normal = 100.0
- #Range: 1.0 ~ 600.0
- Hard = 50.0
-
- #Note that 0 = I, 1 = II, and so on
- [Shulkers."Shulker Bullets"."Leviation Amplifier"]
- #Range: 0.0 ~ 127.0
- "Easy/Peaceful" = 1.0
- #Range: 0.0 ~ 127.0
- Normal = 3.0
- #Range: 0.0 ~ 127.0
- Hard = 7.0
-
- #Use the enhancedai:apply_shulker_armor_modifiers to add more shulkers that are affected by this feature.
- [Shulkers."Shulker Armor"]
- #Range: 1.0 ~ 40.0
- "Armor when closed" = 30.0
- #Range: 1.0 ~ 40.0
- "Armor when peeking" = 20.0
- #Range: 1.0 ~ 40.0
- "Armor when open" = 10.0
-
- [Shulkers."Shulker Attack"]
-
- #Ticks before the first bullet is fired
- [Shulkers."Shulker Attack"."Base Attack Speed"]
- #Range: 1.0 ~ 40.0
- Minimum = 40.0
- #Range: 1.0 ~ 40.0
- Maximum = 40.0
-
- #Ticks to fire is calculcated as base_attack_speed + (0~attack_speed_bonus_half_seconds * 10)
- [Shulkers."Shulker Attack"."Attack speed bonus half seconds"]
- #Range: 1.0 ~ 40.0
- Minimum = 20.0
- #Range: 1.0 ~ 40.0
- Maximum = 30.0
-
-[Pets]
- #Use the enhancedai:change_iron_golems entity type tag to add more iron golems.
- "Enable Iron Golems" = true
- #Use the enhancedai:change_wolves entity type tag to add more wolves.
- "Enable Wolves" = true
- #Use the enhancedai:change_snow_golems entity type tag to add more snow golems.
- "Enable Snow Golems" = true
-
- #Use the enhancedai:change_iron_golems entity type tag to add more iron golems.
- [Pets."Iron Golems"]
- #Resistance to damage taken by Iron Golems
- #Range: 0.0 ~ 1.0
- "Innate Resistance" = 0.4
- "Fire ticks faster" = true
-
- #Use the enhancedai:change_wolves entity type tag to add more wolves.
- [Pets.Wolves]
- "Double HP and Damage" = true
-
- #Use the enhancedai:change_snow_golems entity type tag to add more snow golems.
- [Pets."Snow Golems"]
- "Damaging Snowballs" = true
- "Freezing Snowballs" = true
- #If true, snowballs hitting snow golems will heal them.
- "Healing Snowballs" = true
-
-[Mobs]
- #Makes mobs be able to move in more ways, like climbing or swim. Only mobs in the enhancedai:allow_climbing entity type tag are allowed to climb.
- "Enable Movement" = true
- #Make mobs angry when a block is broken. Check the mod's config folder Mobs/Break Anger/break_anger_config.json to change blocks and entities triggered.
- "Enable Break Anger" = true
- #Let mobs use ender pearls. Either put ender pearls in main or off hand and when far enough from the target they will throw it. Only mobs in the enhancedai:can_be_pearler entity type tag can be pearler.
- "Enable Pearler Mobs" = false
- #Use enhancedai:can_open_doors to add more mobs that can open doors.
- "Enable Open Doors" = true
- #Let mobs use Fishing Rods, reeling players in. Either put a Fishing Rod in main or off hand and when near enough from the target they will use it. Only mobs in enhancedai:can_be_fisher entity type tag are affected by this feature.
- "Enable Fisher Mobs" = true
- #Makes mobs ride other mobs
- "Enable Riding" = true
- #Mobs will run away from exploding creepers / TNT. Use the entity type tag enhancedai:no_run_from_explosion to blacklist them
- "Enable Avoid Explosions" = true
- "Enable Spawning" = true
- #Endermen will make the player's item fall from his hands. Add/remove mobs via the enhancedai:can_disrupt_item entity type tag
- "Enable Item Disruption" = false
- #Mobs can mine blocks to reach the target. Uses offhand item to mine. Only mobs in the entity type tag enhancedai:can_be_miner can spawn with the ability to mine and blocks in the tag enhancedai:miner_block_blacklist cannot be mined.
- "Enable Miner Mobs" = true
- #Changes attack range to use the 1.20.2 mechanic
- "Enable Melee Attacking" = true
- #Change how mobs target players. Use the enhancedai:no_target_changes and enhancedai:no_follow_range_changes entity type tag to blacklist mobs. Add mobs to enhancedai:allow_target_change entity type tag to allow these mobs to be able to switch targets when hit (e.g. Creepers can't normally do that).
- "Enable Targeting" = true
- #Mobs can flee or attack Wardens. Use the entity type tag enhancedai:ignore_warden_interaction to blacklist mobs.
- "Enable Warden Interacting" = true
- #Mobs can bite if are attacked with non-weapons. Only mobs in the enhancedai:can_bite entity type tag can bite.
- "Enable Biting Mobs" = false
- #Prevent players from abusing some game mechanics to stop mobs. Mobs in the entity type tag enhancedai:ignore_anti_cheese will not be affected by this feature.
- "Enable Anti-Cheese" = true
- #Makes mobs be able to leap over a few blocks.
- "Enable Leap" = false
-
- #Makes mobs be able to move in more ways, like climbing or swim. Only mobs in the enhancedai:allow_climbing entity type tag are allowed to climb.
- [Mobs.Movement]
- #If true, mobs will be able to climb (up and down)
- "Allow Climbing" = true
- #Use Mobs Properties Randomness to have more control over this and more.
- #Range: 0.0 ~ 8.0
- "Bonus movement speed" = 0.05
- #How faster mobs can swim. Setting to 0 will leave the swim speed as vanilla. I recommend using mods like Mobs Properties Randomness to have more control over the attribute.
- #Range: 0.0 ~ 4.0
- "Swim Speed Addition Multiplier" = 2.5
-
- #Let mobs use ender pearls. Either put ender pearls in main or off hand and when far enough from the target they will throw it. Only mobs in the enhancedai:can_be_pearler entity type tag can be pearler.
- [Mobs."Pearler Mobs"]
- #Chance for a mob in the entity type tag enhancedai:can_be_pearler to spawn with Ender Pearls in the offhand.
- #I recommend Mobs Properties Randomness to have more control over mobs equipment.
- #Range: 0.0 ~ 1.0
- "Equip Ender Pearl Chance" = 0.05
- #How many ender pearls will Mobs spawn with.
- #Range: 0 ~ 16
- "Ender Pearl Amount" = 3
- #Inaccuracy when throwing the ender pearl.
- #Range: 1 ~ 16
- Inaccuracy = 3
-
- #Let mobs use Fishing Rods, reeling players in. Either put a Fishing Rod in main or off hand and when near enough from the target they will use it. Only mobs in enhancedai:can_be_fisher entity type tag are affected by this feature.
- [Mobs."Fisher Mobs"]
- #Chance for a mob in the entity type tag enhancedai:can_be_fisher to spawn with a Fishing Rod in the offhand.
- #I recommend Mobs Properties Randomness to have more control over mobs equipment.
- #Range: 0.0 ~ 1.0
- "Equip Fishing Rod Chance" = 0.05
- #Chance for a fisher mob to steal an item from the players' inventory instead of reeling the player.
- #Range: 0.0 ~ 1.0
- "Hook Inventory Chance" = 0.0
-
- #How fast will a mob reel in the grappled entity (or if the hook is on the ground).
- [Mobs."Fisher Mobs"."Reel in ticks"]
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- "Easy/Peaceful" = 40.0
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- Normal = 30.0
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- Hard = 20.0
-
- #Makes mobs ride other mobs
- [Mobs.Riding]
- #If true, riding mobs will dismount if take too much suffocation damage.
- "Stop mounting if too much suffocation" = true
-
- #Chance for a mob to have an AI to go and ride mobs. Use enhancedai:can_be_mounted and enhancedai:can_mount entity type tags
- [Mobs.Riding."Chance to have Riding AI"]
- #Range: 0.0 ~ 1.0
- "Easy/Peaceful" = 0.025
- #Range: 0.0 ~ 1.0
- Normal = 0.05
- #Range: 0.0 ~ 1.0
- Hard = 0.075
-
- #Mobs will run away from exploding creepers / TNT. Use the entity type tag enhancedai:no_run_from_explosion to blacklist them
- [Mobs."Avoid Explosions"]
- #Speed multiplier when the mob runs from explosions and it's within 7 blocks from him.
- #Range: 0.0 ~ 10.0
- "Flee speed Multiplier Near" = 1.15
- #Speed multiplier when the mob runs from explosions and it's farther than 7 blocks from him.
- #Range: 0.0 ~ 10.0
- "Flee speed Multiplier Far" = 1.05
- #Entities also flee from TnTs
- "Flee TNT" = false
-
- [Mobs.Spawning]
- #How far away from any player monsters will instantly despawn? Vanilla is 128
- #Range: 0 ~ 128
- "Monsters Despawning Distance" = 96
- #How far away from any player monsters will be able to randomly despawn? Vanilla is 32
- #Range: 0 ~ 128
- "Min Monsters Despawning Distance" = 32
-
- #Endermen will make the player's item fall from his hands. Add/remove mobs via the enhancedai:can_disrupt_item entity type tag
- [Mobs."Item Disruption"]
-
- #Chance can be changed within entity data's ForgeData."enhancedai:item_disruption_chance"
- [Mobs."Item Disruption".Chance]
- #Range: 0.0 ~ 1.0
- "Easy/Peaceful" = 0.25
- #Range: 0.0 ~ 1.0
- Normal = 0.25
- #Range: 0.0 ~ 1.0
- Hard = 0.35
-
- #Mobs can mine blocks to reach the target. Uses offhand item to mine. Only mobs in the entity type tag enhancedai:can_be_miner can spawn with the ability to mine and blocks in the tag enhancedai:miner_block_blacklist cannot be mined.
- [Mobs."Miner Mobs"]
- #Chance for a mob in the entity type tag enhancedai:can_be_miner to spawn with the miner ability
- #Range: 0.0 ~ 1.0
- "Miner Chance" = 0.07
- #Mobs with the miner AI will mine only if they have any tool in the off-hand
- "Can mine with tool only" = true
- #Mobs with the miner AI will mine only if their off-hand tool can mine targeted blocks (e.g. zombies with shovels will not mine stone). Blocks that require no tool (e.g. planks) will be minable regardless of proper tool or not.
- "Can mine with proper tool only" = true
- #If 'Can mine with proper tool only' is enabled, mobs with the miner AI will mine blocks that don't require a tool only with the proper tool.
- "Always require proper tool" = false
- #Mobs with Miner AI will spawn with a Stone Pickaxe that never drops.
- "Equip Stone Pick" = true
- #Mobs can mine from the bottom of the world to this Y level.
- #Range: -512 ~ 1024
- "Max Y" = 320
- #The maximum distance from the target at which the Mobs can mine. Set to 0 to always mine.
- #Range: 0 ~ 128
- "Max Distance" = 24
- #Mobs with Miner AI will not be able to break tile entities
- "Blacklist Tile Entities" = true
- #Multiplier for the time a mob takes to break blocks. E.g. with this set to 2, mobs will take twice the time to mine a block.
- #Range: 0.0 ~ 128.0
- "Time to break multiplier" = 1.5
-
- #Dimensions where mobs can't spawn with the ability to mine.
- [Mobs."Miner Mobs"."Dimension Blacklist"]
- Blacklist = ["mmorpg:dungeon"]
- #If true the list will be treated as a whitelist instead of blacklist
- "List as Whitelist" = false
-
- #Changes attack range to use the 1.20.2 mechanic
- [Mobs."Melee Attacking"]
- #If true melee monsters (zombies, etc) will attack based off the forge:entity_reach attribute instead of a fixed ~0.82 blocks. By default, mobs' forge:attack_range is set to 0.82 blocks, like vanilla 1.20.2.
- "Melee Attacks Attribute Based" = true
-
- [Mobs."Melee Attacking"."Attack Speed"]
- #If true melee monsters (zombies, etc) attack rate is defined by their attack speed -40%, minimum once every 0.5 seconds with no weapon. This effectively buffs any mob that has no weapon.
- Enabled = true
- #The maximum attack speed a mob can attack with (in attacks per second, 2 is an attach every 0.5 seconds, 1.25 is an attack every 0.8s, 1 is an attack every 1s). In vanilla mobs have 1 attack speed.
- #Range: 0.0 ~ 4.0
- Maximum = 1.25
-
- #Multiplies the attack speed of monsters by this value. E.g. 0.6 means that mobs attack 40% slower than the player with the same equipment
- [Mobs."Melee Attacking"."Attack Speed".Multiplier]
- #Range: 0.0 ~ 4.0
- "Easy/Peaceful" = 0.4
- #Range: 0.0 ~ 4.0
- Normal = 0.5
- #Range: 0.0 ~ 4.0
- Hard = 0.6
-
- #Change how mobs target players. Use the enhancedai:no_target_changes and enhancedai:no_follow_range_changes entity type tag to blacklist mobs. Add mobs to enhancedai:allow_target_change entity type tag to allow these mobs to be able to switch targets when hit (e.g. Creepers can't normally do that).
- [Mobs.Targeting]
- #Mobs will no longer take random time to target a player.
- "Instant Target" = false
- #Mobs will be able to find better paths to the target. Note that this might hit performance a bit.
- "Better Path Finding" = false
- #If the mobs' affected by blindness effect the target range is multiplied by this value
- #Range: 0.0 ~ 1.0
- "Blindness range multiplier" = 0.1
-
- #How far away can the mobs see the player. This overrides the vanilla value (16 for most mobs). Setting 'Max' to 0 will leave the follow range as vanilla. I recommend using mods like Mobs Properties Randomness to have more control over the attribute.
- [Mobs.Targeting."Follow Range Override"]
- #Range: 0.0 ~ 128.0
- Minimum = 16.0
- #Range: 0.0 ~ 128.0
- Maximum = 24.0
-
- #How far away can the mobs see the player even through walls. Setting 'Max' to 0 will make mobs not able to see through walls. I recommend using mods like Mobs Properties Randomness to have more control over the attribute; the attribute name is 'enhancedai:generic.xray_follow_range'.
- [Mobs.Targeting."XRay Range Override"]
- #Range: 0.0 ~ 128.0
- Minimum = 8.0
- #Range: 0.0 ~ 128.0
- Maximum = 12.0
-
- [Mobs.Targeting."Hurt by target"]
- #Mobs will no longer switch target if it's the same or if the current one it's closer.
- "Better version" = true
- #Mobs will no longer attack each other.
- "Prevent infighting" = true
-
- #Chances for a mob to spawn neutral
- [Mobs.Targeting."Neutral Chances"]
- #Range: 0.0 ~ 1.0
- "Easy/Peaceful" = 0.0
- #Range: 0.0 ~ 1.0
- Normal = 0.0
- #Range: 0.0 ~ 1.0
- Hard = 0.0
-
- #Mobs can flee or attack Wardens. Use the entity type tag enhancedai:ignore_warden_interaction to blacklist mobs.
- [Mobs."Warden Interacting"]
- "Mobs flee from the Warden" = false
- #Speed multiplier when the mob runs from explosions and it's within 7 blocks from him.
- #Range: 0.0 ~ 10.0
- "Flee speed Multiplier Near" = 1.25
- #Speed multiplier when the mob runs from explosions and it's farther than 7 blocks from him.
- #Range: 0.0 ~ 10.0
- "Flee speed Multiplier Far" = 1.1
- "Mobs target the Warden" = false
-
- #Mobs can bite if are attacked with non-weapons. Only mobs in the enhancedai:can_bite entity type tag can bite.
- [Mobs."Biting Mobs"]
- #The damage dealt to the attacker when bit
- #Range: 0.0 ~ 1.7976931348623157E308
- Damage = 3.0
-
- #Chance for a Mob to bite the attacker
- [Mobs."Biting Mobs".Chance]
- #Range: 0.0 ~ 1.0
- "Easy/Peaceful" = 0.0
- #Range: 0.0 ~ 1.0
- Normal = 0.0
- #Range: 0.0 ~ 1.0
- Hard = 0.0
-
- #Prevent players from abusing some game mechanics to stop mobs. Mobs in the entity type tag enhancedai:ignore_anti_cheese will not be affected by this feature.
- [Mobs.Anti-Cheese]
- #If true, 'Enemies' will no longer be able to be Boated and Minecarted.
- "Prevent Boating & Minecarting" = false
- #If true, 'Enemies' will break boats or minecarts if boated or minecarted.
- "Break trapping vehicles" = true
-
-[Ghasts]
- #Various changes to ghast shooting. Only ghasts in enhancedai:change_ghast_shooting entity type tag are affected by this feature.
- "Enable Ghast Shoot" = true
-
- #Various changes to ghast shooting. Only ghasts in enhancedai:change_ghast_shooting entity type tag are affected by this feature.
- [Ghasts."Ghast Shoot"]
- #Chance for a Ghast to try and shoot the target even if can't see it. If enabled and the Ghast can't see the target, he will shoot 4 times as fast to breach.
- #Range: 0.0 ~ 1.0
- "Shoot when not seen Chance" = 0.3
-
- #How many ticks pass between shooting fireballs. Vanilla is 40
- [Ghasts."Ghast Shoot"."Attack Cooldown"]
- #Range: 1.0 ~ 300.0
- Minimum = 40.0
- #Range: 1.0 ~ 300.0
- Maximum = 50.0
-
- #How many fireballs ghast shoot in rapid succession. Vanilla is 1
- [Ghasts."Ghast Shoot"."Fireballs shot"]
- #Range: 1.0 ~ 16.0
- Minimum = 1.0
- #Range: 1.0 ~ 16.0
- Maximum = 3.0
-
-[Endermen]
- #Endermen teleport the player near him when can't reach him for a while.
- "Enable [Experimental] Get Over Here" = false
-
- #Endermen teleport the player near him when can't reach him for a while.
- [Endermen."[Experimental] Get Over Here"]
- #Chance for a enderman to get the Get Over Here AI
- #Range: 0.0 ~ 1.0
- "Get Over Here Chance" = 0.15
-
-[Drowneds]
- #Makes drowned swim speed based off swim speed attribute instead of movement speed. Only drowneds in the enhancedai:change_drowned_swimming entity type tag are affected by this feature.
- "Enable Drowned Swimming" = true
-
- #Makes drowned swim speed based off swim speed attribute instead of movement speed. Only drowneds in the enhancedai:change_drowned_swimming entity type tag are affected by this feature.
- [Drowneds."Drowned Swimming"]
- #Multiplier for the swim speed of Drowneds. Note that the swim speed is also affected by the Movement Feature. Set to 0 to disable the multiplier.
- #Range: 0.0 ~ 4.0
- "Swim Speed Multiplier" = 0.3
-
-[Creepers]
- #Various changes to Creepers exploding. Ignoring Walls, Walking Fuse and smarter exploding based off explosion size. Only creepers in the enhancedai:change_creeper_swell entity type tag are affected by this feature.
- "Enable Creeper Swell" = true
-
- #Various changes to Creepers exploding. Ignoring Walls, Walking Fuse and smarter exploding based off explosion size. Only creepers in the enhancedai:change_creeper_swell entity type tag are affected by this feature.
- [Creepers."Creeper Swell"]
- #Percentage chance for a Creeper to keep walking while exploding.
- #Range: 0.0 ~ 1.0
- "Walking Fuse Chance" = 0.1
- #Speed modifier when a walking fuse creeper is swelling.
- #Range: -1.0 ~ 64.0
- "Walking Fuse Speed Modifier" = -0.5
- #Percentage chance for a Creeper to ignore walls while targeting a player. This means that a creeper will be able to explode if it's in the correct range from a player even if there's a wall between.
- #Range: 0.0 ~ 1.0
- "Ignore Walls Chance" = 0.65
- #Breaching creepers will try to open an hole in the wall to let mobs in.
- #Range: 0.0 ~ 1.0
- "Breach Chance" = 0.075
- #Disables the creeper feature that makes them start swelling when falling.
- "Disable falling swelling" = true
- #If true creepers will ignite if damaged by an explosion.
- "TNT Like" = false
-
- [Creepers."Creeper Swell".Launch]
- #Launching creepers will try ignite and throw themselves at the player.
- #Range: 0.0 ~ 1.0
- Chance = 0.05
- #If true, Launching Creepers emit particles
- Particles = true
- #The inaccuracy of the launching creeper in Normal difficulty, easy is increased, hard is decreased.
- #Range: 0.0 ~ 8.0
- inaccuracy = 0.5
- #The explosion radius of launching creepers. Set to 0 to not change. (Overrides Cena creepers explosion radius)
- #Range: 0 ~ 127
- "Explosion Radius" = 2
-
- [Creepers."Creeper Swell"."Angry Creeper"]
- #Chance for a creeper to spawn angry
- #Range: 0.0 ~ 1.0
- Chance = 0.02
- #If true, Angry Creeper emits particles
- Particles = true
- #If true, Angry Creeper will have a name
- Name = true
- #When ignited, Angry Creeper will not stop swelling
- "Force Explosion" = true
- #If true, Angry Creeper explosion will generate fire
- "Generates fire" = false
- #Explosion power of Angry Creeper
- #Range: 0.0 ~ 12.0
- "Explosion power" = 2.0
- #Angry Creeper will not stop swelling when triggered
- "Forced Explosion" = true
- #If Survival Reimagined is installed and Explosion Overhaul is enabled, creeper cena will deal more knockback and break more blocks
- "Survival Reimagined Integration" = true
- #The special sound effect that the Angry Creeper plays
- #Allowed Values: NONE, CENA, WTF_BOOM
- Sounds = "NONE"
-
-[Blazes]
- #Make blazes fire faster/more fireballs. Only mobs in enhancedai:change_blaze_attack entity type tag are affected by this feature.
- "Enable Blaze Attack" = true
-
- #Make blazes fire faster/more fireballs. Only mobs in enhancedai:change_blaze_attack entity type tag are affected by this feature.
- [Blazes."Blaze Attack"]
-
- #How many ticks pass between shooting fireballs. Vanilla is 6
- [Blazes."Blaze Attack"."Time Between Fireballs"]
- #Range: 1.0 ~ 300.0
- Minimum = 4.0
- #Range: 1.0 ~ 300.0
- Maximum = 10.0
-
- #How many fireballs blazes shoots. Vanilla is 3
- [Blazes."Blaze Attack"."Fireballs shot"]
- #Range: 1.0 ~ 64.0
- Minimum = 2.0
- #Range: 1.0 ~ 64.0
- Maximum = 4.0
-
- #Time (in ticks) taken by the blaze to recharge (before setting himself on fire). Vanilla is 100
- [Blazes."Blaze Attack"."Recharge time"]
- #Range: 1.0 ~ 600.0
- Minimum = 80.0
- #Range: 1.0 ~ 600.0
- Maximum = 100.0
-
- #Time (in ticks) taken by the blaze to charge (while on fire before shooting fireballs). Vanilla is 60
- [Blazes."Blaze Attack"."Charge time"]
- #Range: 1.0 ~ 600.0
- Minimum = 50.0
- #Range: 1.0 ~ 600.0
- Maximum = 60.0
-
- #How many fireballs are shot per shot. Vanilla is 1
- [Blazes."Blaze Attack"."Fireballs Per Shot"]
- #Range: 1.0 ~ 8.0
- Minimum = 1.0
- #Range: 1.0 ~ 8.0
- Maximum = 1.0
-
- #The higher the more spread up shots will be. Setting both to -1 will use the vanilla behaviour (farther = more inaccuracy)
- [Blazes."Blaze Attack".Inaccuracy]
- #Range: -1.0 ~ 32.0
- Minimum = -1.0
- #Range: -1.0 ~ 32.0
- Maximum = -1.0
-
-[Animals]
- #Make animals flee/fight back when one is attacked
- "Enable Animals Group Flee" = false
- #Makes animals not tempted by food. Use the entity type tag enhancedai:can_ignore_food_temptation to change animals.
- "Enable Not Tempted Animals" = false
- #Make animals fight back or be scared by players. Use the entity type tag enhancedai:can_fight_back and enhancedai:can_be_scared_by_players to add/remove animals.
- "Enable Animals Scared Attack" = false
-
- #Make animals flee/fight back when one is attacked
- [Animals."Animals Group Flee"]
- #Range at which an animal alerts other animals.
- #Range: > 1
- "Flee Range" = 16
-
- #Makes animals not tempted by food. Use the entity type tag enhancedai:can_ignore_food_temptation to change animals.
- [Animals."Not Tempted Animals"]
- #Animals have this percentage chance to not be temped by food.
- #Range: 0.0 ~ 1.0
- "Not tempted chance" = 0.5
-
- #Make animals fight back or be scared by players. Use the entity type tag enhancedai:can_fight_back and enhancedai:can_be_scared_by_players to add/remove animals.
- [Animals."Animals Scared Attack"]
- #Animals have this percentage chance to be able to fight back instead of fleeing. Animals have a slightly bigger range to attack. Attack damage can't be changed via config due to limitation so use mods like Mobs Properties Randomness to change the damage. Base damage is 3
- #Range: 0.0 ~ 1.0
- "Fight back chance" = 0.0
- #Animals have this percentage chance to be scared by players and run away. Fight back chance has priority over this
- #Range: 0.0 ~ 1.0
- "Players Scared chance" = 0.4
- #Movement speed multiplier when aggroed.
- #Range: 0.0 ~ 4.0
- "Movement Speed Multiplier" = 1.1
- #Animals' knockback attribute will be set to this value.
- #Range: 0.0 ~ 128.0
- Knockback = 1.5
- #Animals' knockback attribute will be increased/decreased based on the side of the mob.
- "Knockback size based" = true
-
-[Illagers]
- #Pillagers try to stay away from the target. Use the enhancedai:pillager_flee entity type tag to add/remove skeletons that are affected by this feature
- "Enable Pillager Flee" = false
- #Use the enhancedai:better_pillager_shoot entity type tag to add more skeletons that are affected by this feature
- "Enable Pillager Shoot" = false
-
- #Pillagers try to stay away from the target. Use the enhancedai:pillager_flee entity type tag to add/remove skeletons that are affected by this feature
- [Illagers."Pillager Flee"]
- #Chance for a Skeleton to spawn with the ability to avoid the player
- #Range: 0.0 ~ 1.0
- "Avoid Player chance" = 0.5
- #Chance for a Skeleton to be able to shoot while running from a player
- #Range: 0.0 ~ 1.0
- "Attack When Avoiding Chance" = 0.5
- #Distance from a player that counts as near and will make the skeleton run away faster.
- #Range: 0.0 ~ 32.0
- "Flee Distance Near" = 8.0
- #Distance from a player that will make the skeleton run away.
- #Range: 0.0 ~ 32.0
- "Flee Distance Far" = 16.0
- #Speed multiplier when the skeleton avoids the player and it's within 'Flee Distance Near' blocks from him.
- #Range: 0.0 ~ 4.0
- "Flee speed Multiplier Near" = 1.1
- #Speed multiplier when the skeleton avoids the player and it's farther than 'Flee Distance Far' blocks from him.
- #Range: 0.0 ~ 4.0
- "Flee speed Multiplier Far" = 1.0
-
- #Use the enhancedai:better_pillager_shoot entity type tag to add more skeletons that are affected by this feature
- [Illagers."Pillager Shoot"]
-
- #The range from where a pillager will shoot a player
- [Illagers."Pillager Shoot"."Shooting Range"]
- #Range: 1.0 ~ 64.0
- Minimum = 24.0
- #Range: 1.0 ~ 64.0
- Maximum = 32.0
-
- #The ticks cooldown before shooting. Vanilla is random between 20 and 40
- [Illagers."Pillager Shoot"."Shooting Cooldown"]
- #Range: 0.0 ~ 1.7976931348623157E308
- Minimum = 20.0
- #Range: 0.0 ~ 1.7976931348623157E308
- Maximum = 40.0
-
- #How much inaccuracy does the arrow fired by pillagers have. Vanilla pillagers have 10/6/2 inaccuracy in easy/normal/hard difficulty.
- [Illagers."Pillager Shoot"."Arrow Inaccuracy"]
- #Range: 0.0 ~ 30.0
- "Easy/Peaceful" = 5.0
- #Range: 0.0 ~ 30.0
- Normal = 3.0
- #Range: 0.0 ~ 30.0
- Hard = 1.0
-
-[Bugs]
- #Let them swarm. This also changes the Merge With stone goal to have 1.5 seconds cooldown before trying to merge, to prevent them from instantly getting into stone without having the chance to target someone.
- "Enable Silverfish" = true
-
- #Let them swarm. This also changes the Merge With stone goal to have 1.5 seconds cooldown before trying to merge, to prevent them from instantly getting into stone without having the chance to target someone.
- [Bugs.Silverfish]
- #Chance (1 in x every 2 ticks) for a silverfish to merge with a stone block. Vanilla is 10.
- #Range: > 1
- "Chance to merge with stone" = 10
- #Vanilla is 20.
- #Range: > 0
- "Ticks after hurt to wake up friends" = 10
- #In vanilla everytime a silverfish is woken up there is 1 in 2 chance to stop waking up more silverfish. This changes the 1 in x chance.
- #Range: > 1
- "Chance to stop waking up friends" = 10
- #Y range on which a hurt silverfish checks for infested stone to break. Vanilla is 5.
- #Range: 1 ~ 32
- "Vertical Wake up Range" = 5
- #XZ range on which a hurt silverfish checks for infested stone to break. Vanilla is 10.
- #Range: 1 ~ 32
- "Horizontal Wake up Range" = 10
-
+"Enable Animals" = true
+"Enable Blazes" = true
+"Enable Creepers" = true
+"Enable Drowneds" = true
+"Enable Endermen" = true
+"Enable Ghasts" = true
+"Enable Pets" = true
+"Enable Mobs" = true
+"Enable Illagers" = true
+"Enable Shulkers" = true
+"Enable Skeletons" = true
+"Enable Slimes" = true
+"Enable Spiders" = true
+"Enable Villagers" = true
+"Enable Witches" = true
+"Enable Warden" = true
+"Enable Bugs" = true
+
+[Witches]
+ #Witches drink more potions.
+ "Enable Thirsty Witches" = true
+ #Witches flee from the target.
+ "Enable Witch Flee Target" = true
+ #Witches throw potions farther, faster and more potion types. Also no longer chase player if they can't see him. Use the enhancedai:better_potion_throwing entity type tag to add more witches that are affected by this feature.
+ "Enable Witch Potion Throwing" = true
+ #Witches summon Villagers and cast a lightning upon them.
+ "Enable Dark Arts Witches" = true
+
+ #Witches drink more potions.
+ [Witches."Thirsty Witches"]
+ #Chance for a witch to drink a healing potion when not full health. Defaults to Vanilla
+ #Range: 0.0 ~ 1.0
+ "Healing Chance" = 0.05
+ #Below this percentage health, witches will try to drink healing potions.
+ #Range: 0.0 ~ 1.0
+ "Healing Threshold" = 0.4
+ #Below this percentage health, witches will drink strong healing potions instead of normal ones.
+ #Range: 0.0 ~ 1.0
+ "Strong healing Threshold" = 0.1
+ #Chance each tick for a witch to drink a water breathing potion when in water and air meter is at half. Vanilla is 15% and doesn't check the air meter.
+ #Range: 0.0 ~ 1.0
+ "Water Breathing Chance" = 1.0
+ #Chance each tick for a witch to drink a fire resistance potion when on fire. Vanilla is 15%.
+ #Range: 0.0 ~ 1.0
+ "Fire Resistance Chance" = 1.0
+ #Chance each tick for a witch to drink milk when they have a negative effect.
+ #Range: 0.0 ~ 1.0
+ "Drink Milk Chance" = 0.1
+ #A list of potions that the witch will drink as soon as the player is targeted. Note that witches can still drink other potions in different situations, refer to other config options. Format is effect_id,duration,amplifier. The potions are applied in order and witches will not drink the same potion if already has the effect.
+ "Potions on Target List" = ["minecraft:strong_swiftness", "minecraft:regeneration"]
+
+ #Witches flee from the target.
+ [Witches."Witch Flee Target"]
+ #Chance for a Witch to spawn with the ability to avoid the player
+ #Range: 0.0 ~ 1.0
+ "Avoid Player chance" = 0.25
+ #Chance for a Witch to be able to throw potions while running from a player
+ #Range: 0.0 ~ 1.0
+ "Attack When Avoiding Chance" = 0.25
+ #Distance from a player that will make the Witch run away.
+ #Range: 0.0 ~ 32.0
+ "Flee Distance Far" = 6.0
+ #Distance from a player that counts as near and will make the Witch run away faster.
+ #Range: 0.0 ~ 32.0
+ "Flee Distance Near" = 3.0
+ #Speed multiplier when the Witch avoids the player and it's farther than 'Flee Distance Near' blocks from him.
+ #Range: 0.0 ~ 4.0
+ "Flee speed Multiplier Far" = 1.0
+ #Speed multiplier when the Witch avoids the player and it's within 'Flee Distance Near' blocks from him.
+ #Range: 0.0 ~ 4.0
+ "Flee speed Multiplier Near" = 1.05
+
+ #Witches throw potions farther, faster and more potion types. Also no longer chase player if they can't see him. Use the enhancedai:better_potion_throwing entity type tag to add more witches that are affected by this feature.
+ [Witches."Witch Potion Throwing"]
+ #Chance for the potions thrown by the Witch to be lingering.
+ #Range: 0.0 ~ 1.0
+ "Lingering Chance" = 0.05
+ #Chance for the Witch to throw another random potion right after she threw one.
+ #Range: 0.0 ~ 1.0
+ "Another Throw Chance" = 0.0
+ #If true, witches will throw a potion of slow falling at their feet when they're falling for more than 8 blocks.
+ "Use Slow Falling" = true
+ #When below this health percentage Witches will throw Invisibility potions at their feet.
+ #Range: 0.0 ~ 1.0
+ "Health Threshold Invisibility" = 0.2
+ #A list of potions that the witch can throw at enemies. Format is effect_id,duration,amplifier. The potions are thrown in order and witches will not throw the same potion if the target has already the effect.
+ "Bad Potions List" = ["minecraft:weakness", "minecraft:slowness", "minecraft:hunger,200,0", "minecraft:mining_fatigue,200,0", "minecraft:poison", "minecraft:blindness,60,0", "minecraft:strong_harming"]
+ #A list of potions that the witch can throw at allies (in raids). Format is effect_id,duration,amplifier. The potions are thrown in order and witches will not throw the same potion if the target has already the effect.
+ "Good Potions List" = ["minecraft:regeneration", "minecraft:swiftness", "minecraft:strength", "minecraft:healing"]
+
+ #Speed at which Witches throw potions (in ticks).
+ [Witches."Witch Potion Throwing"."Throw Speed"]
+ #Range: 1.0 ~ 1.7976931348623157E308
+ Minimum = 30.0
+ #Range: 1.0 ~ 1.7976931348623157E308
+ Maximum = 50.0
+
+ #Range at which Witches throw potions.
+ [Witches."Witch Potion Throwing"."Throw Range"]
+ #Range: 8.0 ~ 64.0
+ Minimum = 8.0
+ #Range: 8.0 ~ 64.0
+ Maximum = 12.0
+
+ [Witches."Witch Potion Throwing"."Apprentice Witch"]
+ #Chance for a Witch to be an apprentice. Apprentice Witches throw random potions instead of in order, and have a chance to throw a wrong (good) potion.
+ #Range: 0.0 ~ 1.0
+ Chance = 0.6
+
+ #Witches summon Villagers and cast a lightning upon them.
+ [Witches."Dark Arts Witches"]
+ #Chance for a witch to get the Dark Art AI (as soon as they have a target and are less than 10 blocks away from the target will summon a Villager and cast a lightning bolt on them
+ #Range: 0.0 ~ 1.0
+ "Dark Art Chance" = 0.333
+
+[Villagers]
+ #Make villagers fight back. Use the enhancedai:villagers_can_attack entity type tag to add more villagers.
+ "Enable Villager Attacking" = true
+
+ #Make villagers fight back. Use the enhancedai:villagers_can_attack entity type tag to add more villagers.
+ [Villagers."Villager Attacking"]
+ #If true, when attacked, villagers will call other villagers for help and attack back. Attack damage can't be changed via config due to limitation so use mods like Mobs Properties Randomness to change the damage. Base damage is 4
+ "Villagers Fight back" = true
+ #If false villagers will not attack back monsters
+ "Villagers Fight back Enemies" = false
+ #Villagers will only attack players that have below this reputation (like Iron Golems by default). https://minecraft.wiki/w/Villager#Gossiping
+ #Range: > -2147483648
+ "Reputation for Fight back" = -100
+ #Movement speed multiplier when attacking
+ #Range: 0.0 ~ 4.0
+ "Movement Speed Multiplier" = 0.4
+
+[Spiders]
+ #Makes spiders throw a web at a player, slowing them. Use the enhancedai:
+ "Enable Throwing Web" = true
+ #Various small changes to Spiders.
+ "Enable Miscellaneous" = true
+
+ #Makes spiders throw a web at a player, slowing them. Use the enhancedai:
+ [Spiders."Throwing Web"]
+ #Chance for a Spider to spawn with the ability to throw webs at the target.
+ #Range: 0.0 ~ 1.0
+ "Web Throw Chance" = 0.1
+ #After how many ticks will the cobweb placed by the web projectile be destroyed?
+ #Range: 0 ~ 6000
+ "Destroy Web After" = 60
+ #Damage when the projectiles hits a mob. The damage is set for normal difficulty. Hard difficulty gets +50% damage and Easy gets (-50% + 1) damage.
+ #Range: 0.0 ~ 128.0
+ "Web Damage" = 2.0
+ #If true entities will get webbed when hit.
+ "Always web" = false
+ #If true cave spiders' thrown web will poison entities hit like when they hit the entity melee.
+ "Cave spiders poisonous webs" = true
+ #If true, spiders will gain a speed boost when they hit the target.
+ "Apply Speed on hit" = true
+ #If true entities will get slowness when hit.
+ "Apply Slowness" = true
+
+ #Every how many ticks do spiders throw the projectile
+ [Spiders."Throwing Web".Cooldown]
+ #Range: 1.0 ~ 1200.0
+ Minimum = 80.0
+ #Range: 1.0 ~ 1200.0
+ Maximum = 120.0
+
+ #Distance Required for the spider to throw webs. Setting 'Minimum' to 0 will make the spider throw webs even when attacking the player.
+ [Spiders."Throwing Web"."Distance Required"]
+ #Range: 0.0 ~ 64.0
+ Minimum = 4.0
+ #Range: 0.0 ~ 64.0
+ Maximum = 8.0
+
+ [Spiders."Throwing Web".Slowness]
+ #How many ticks of slowness are applied to the target hit by the web?
+ #Range: 0 ~ 6000
+ Duration = 100
+ #How many levels of slowness are applied to the target hit by the web?
+ #Range: 0 ~ 128
+ Amplifier = 0
+ #Should multiple hits on a target with slowness increase the level of Slowness? (This works with any type of slowness)
+ "Stacking Amplifier" = false
+ #How many max levels of slowness can be applied to the target if Staking amplifier is enabled?
+ #Range: 0 ~ 128
+ "Max Amplifier" = 2
+
+ #Various small changes to Spiders.
+ [Spiders.Miscellaneous]
+ #Percentage reduction of the fall damage taken by spiders.
+ #Range: 0.0 ~ 1.0
+ "Fall Damage Reduction" = 0.8
+
+[Slimes]
+ #Use enhancedai:affect_slime_spawn_size and enhancedai:affect_slime_jump_rate entity type tag to add more slimes affected by this feature.
+ "Enable Slimes" = true
+
+ #Use enhancedai:affect_slime_spawn_size and enhancedai:affect_slime_jump_rate entity type tag to add more slimes affected by this feature.
+ [Slimes.Slimes]
+ #Changes the max size a Slime/Magma cube can spawn as. Vanilla is max 4 with 3 excluded. Set to 0 to disable.
+ #Range: 0 ~ 16
+ "Max spawn size" = 5
+ #Range: 0.0 ~ 5.0
+ "Jump delay multiplier" = 0.8
+
+[Skeletons]
+ #Wither skeletons can spawn with a bow and shoot Wither arrows.
+ "Enable Wither Skeletons" = false
+ #Skeletons are more precise when shooting and strafing is removed, can hit a target from up to 64 blocks and try to stay away from the target. Use the enhancedai:better_skeleton_shoot entity type tag to add more skeletons that are affected by this feature
+ "Enable Skeleton Shoot" = true
+ #Skeletons try to stay away from the target. Use the enhancedai:skeleton_flee entity type tag to add/remove skeletons that are affected by this feature
+ "Enable Skeleton Flee" = true
+
+ #Wither skeletons can spawn with a bow and shoot Wither arrows.
+ [Skeletons."Wither Skeletons"]
+ #Chance for Wither Skeletons to spawn with a bow
+ #Range: 0.0 ~ 1.0
+ "Ranged chance" = 0.0
+ #Wither skeletons shoot Withered arrows instead of arrows on fire
+ "Wither instead of Fire" = false
+
+ #Skeletons are more precise when shooting and strafing is removed, can hit a target from up to 64 blocks and try to stay away from the target. Use the enhancedai:better_skeleton_shoot entity type tag to add more skeletons that are affected by this feature
+ [Skeletons."Skeleton Shoot"]
+ #Chance for a Skeleton to spawn with the ability to strafe (like vanilla)
+ #Range: 0.0 ~ 1.0
+ "Strafe chance" = 0.333
+ #Chance for a Skeleton to spawn as a spammer, which spams arrows instead of fully charging the bow
+ #Range: 0.0 ~ 1.0
+ "Spammer chance" = 0.0
+
+ #How much inaccuracy does the arrow fired by skeletons have. Vanilla skeletons have 10/6/2 inaccuracy in easy/normal/hard difficulty.
+ [Skeletons."Skeleton Shoot"."Arrow Inaccuracy"]
+ #Range: 0.0 ~ 30.0
+ "Easy/Peaceful" = 6.0
+ #Range: 0.0 ~ 30.0
+ Normal = 5.0
+ #Range: 0.0 ~ 30.0
+ Hard = 3.0
+
+ #The range from where a skeleton will shoot a player
+ [Skeletons."Skeleton Shoot"."Shooting Range"]
+ #Range: 1.0 ~ 64.0
+ Minimum = 8.0
+ #Range: 1.0 ~ 64.0
+ Maximum = 16.0
+
+ #The ticks cooldown after shooting. This is halved in Hard difficulty
+ [Skeletons."Skeleton Shoot"."Shooting Cooldown"]
+ #Range: 0.0 ~ 1.7976931348623157E308
+ Minimum = 60.0
+ #Range: 0.0 ~ 1.7976931348623157E308
+ Maximum = 80.0
+
+ #The ticks the skeleton charges the bow. at least 20 ticks for a full charge.
+ [Skeletons."Skeleton Shoot"."Bow charge ticks"]
+ #Range: 0.0 ~ 1.7976931348623157E308
+ Minimum = 15.0
+ #Range: 0.0 ~ 1.7976931348623157E308
+ Maximum = 30.0
+
+ #Skeletons try to stay away from the target. Use the enhancedai:skeleton_flee entity type tag to add/remove skeletons that are affected by this feature
+ [Skeletons."Skeleton Flee"]
+ #Chance for a Skeleton to spawn with the ability to avoid the player
+ #Range: 0.0 ~ 1.0
+ "Avoid Player chance" = 0.15
+ #Chance for a Skeleton to be able to shoot while running from a player
+ #Range: 0.0 ~ 1.0
+ "Attack When Avoiding Chance" = 0.25
+ #Distance from a player that counts as near and will make the skeleton run away faster.
+ #Range: 0.0 ~ 32.0
+ "Flee Distance Near" = 3.0
+ #Distance from a player that will make the skeleton run away.
+ #Range: 0.0 ~ 32.0
+ "Flee Distance Far" = 6.0
+ #Speed multiplier when the skeleton avoids the player and it's within 'Flee Distance Near' blocks from him.
+ #Range: 0.0 ~ 4.0
+ "Flee speed Multiplier Near" = 1.05
+ #Speed multiplier when the skeleton avoids the player and it's farther than 'Flee Distance Far' blocks from him.
+ #Range: 0.0 ~ 4.0
+ "Flee speed Multiplier Far" = 1.0
+
+[Shulkers]
+ "Enable Shulker Bullets" = true
+ #Use the enhancedai:apply_shulker_armor_modifiers to add more shulkers that are affected by this feature.
+ "Enable Shulker Armor" = true
+ "Enable Shulker Attack" = true
+
+ [Shulkers."Shulker Bullets"]
+
+ [Shulkers."Shulker Bullets"."Leviation Duration"]
+ #Range: 1.0 ~ 600.0
+ "Easy/Peaceful" = 200.0
+ #Range: 1.0 ~ 600.0
+ Normal = 100.0
+ #Range: 1.0 ~ 600.0
+ Hard = 50.0
+
+ #Note that 0 = I, 1 = II, and so on
+ [Shulkers."Shulker Bullets"."Leviation Amplifier"]
+ #Range: 0.0 ~ 127.0
+ "Easy/Peaceful" = 1.0
+ #Range: 0.0 ~ 127.0
+ Normal = 3.0
+ #Range: 0.0 ~ 127.0
+ Hard = 7.0
+
+ #Use the enhancedai:apply_shulker_armor_modifiers to add more shulkers that are affected by this feature.
+ [Shulkers."Shulker Armor"]
+ #Range: 1.0 ~ 40.0
+ "Armor when closed" = 30.0
+ #Range: 1.0 ~ 40.0
+ "Armor when peeking" = 20.0
+ #Range: 1.0 ~ 40.0
+ "Armor when open" = 10.0
+
+ [Shulkers."Shulker Attack"]
+
+ #Ticks before the first bullet is fired
+ [Shulkers."Shulker Attack"."Base Attack Speed"]
+ #Range: 1.0 ~ 40.0
+ Minimum = 40.0
+ #Range: 1.0 ~ 40.0
+ Maximum = 40.0
+
+ #Ticks to fire is calculcated as base_attack_speed + (0~attack_speed_bonus_half_seconds * 10)
+ [Shulkers."Shulker Attack"."Attack speed bonus half seconds"]
+ #Range: 1.0 ~ 40.0
+ Minimum = 20.0
+ #Range: 1.0 ~ 40.0
+ Maximum = 30.0
+
+[Pets]
+ #Use the enhancedai:change_iron_golems entity type tag to add more iron golems.
+ "Enable Iron Golems" = true
+ #Use the enhancedai:change_wolves entity type tag to add more wolves.
+ "Enable Wolves" = true
+ #Use the enhancedai:change_snow_golems entity type tag to add more snow golems.
+ "Enable Snow Golems" = true
+
+ #Use the enhancedai:change_iron_golems entity type tag to add more iron golems.
+ [Pets."Iron Golems"]
+ #Resistance to damage taken by Iron Golems
+ #Range: 0.0 ~ 1.0
+ "Innate Resistance" = 0.4
+ "Fire ticks faster" = true
+
+ #Use the enhancedai:change_wolves entity type tag to add more wolves.
+ [Pets.Wolves]
+ "Double HP and Damage" = true
+
+ #Use the enhancedai:change_snow_golems entity type tag to add more snow golems.
+ [Pets."Snow Golems"]
+ "Damaging Snowballs" = true
+ "Freezing Snowballs" = true
+ #If true, snowballs hitting snow golems will heal them.
+ "Healing Snowballs" = true
+
+[Mobs]
+ #Makes mobs be able to move in more ways, like climbing or swim. Only mobs in the enhancedai:allow_climbing entity type tag are allowed to climb.
+ "Enable Movement" = true
+ #Make mobs angry when a block is broken. Check the mod's config folder Mobs/Break Anger/break_anger_config.json to change blocks and entities triggered.
+ "Enable Break Anger" = true
+ #Let mobs use ender pearls. Either put ender pearls in main or off hand and when far enough from the target they will throw it. Only mobs in the enhancedai:can_be_pearler entity type tag can be pearler.
+ "Enable Pearler Mobs" = false
+ #Use enhancedai:can_open_doors to add more mobs that can open doors.
+ "Enable Open Doors" = true
+ #Let mobs use Fishing Rods, reeling players in. Either put a Fishing Rod in main or off hand and when near enough from the target they will use it. Only mobs in enhancedai:can_be_fisher entity type tag are affected by this feature.
+ "Enable Fisher Mobs" = true
+ #Makes mobs ride other mobs
+ "Enable Riding" = true
+ #Mobs will run away from exploding creepers / TNT. Use the entity type tag enhancedai:no_run_from_explosion to blacklist them
+ "Enable Avoid Explosions" = true
+ "Enable Spawning" = true
+ #Endermen will make the player's item fall from his hands. Add/remove mobs via the enhancedai:can_disrupt_item entity type tag
+ "Enable Item Disruption" = false
+ #Mobs can mine blocks to reach the target. Uses offhand item to mine. Only mobs in the entity type tag enhancedai:can_be_miner can spawn with the ability to mine and blocks in the tag enhancedai:miner_block_blacklist cannot be mined.
+ "Enable Miner Mobs" = true
+ #Changes attack range to use the 1.20.2 mechanic
+ "Enable Melee Attacking" = true
+ #Change how mobs target players. Use the enhancedai:no_target_changes and enhancedai:no_follow_range_changes entity type tag to blacklist mobs. Add mobs to enhancedai:allow_target_change entity type tag to allow these mobs to be able to switch targets when hit (e.g. Creepers can't normally do that).
+ "Enable Targeting" = true
+ #Mobs can flee or attack Wardens. Use the entity type tag enhancedai:ignore_warden_interaction to blacklist mobs.
+ "Enable Warden Interacting" = true
+ #Mobs can bite if are attacked with non-weapons. Only mobs in the enhancedai:can_bite entity type tag can bite.
+ "Enable Biting Mobs" = false
+ #Prevent players from abusing some game mechanics to stop mobs. Mobs in the entity type tag enhancedai:ignore_anti_cheese will not be affected by this feature.
+ "Enable Anti-Cheese" = true
+ #Makes mobs be able to leap over a few blocks.
+ "Enable Leap" = false
+
+ #Makes mobs be able to move in more ways, like climbing or swim. Only mobs in the enhancedai:allow_climbing entity type tag are allowed to climb.
+ [Mobs.Movement]
+ #If true, mobs will be able to climb (up and down)
+ "Allow Climbing" = true
+ #Use Mobs Properties Randomness to have more control over this and more.
+ #Range: 0.0 ~ 8.0
+ "Bonus movement speed" = 0.05
+ #How faster mobs can swim. Setting to 0 will leave the swim speed as vanilla. I recommend using mods like Mobs Properties Randomness to have more control over the attribute.
+ #Range: 0.0 ~ 4.0
+ "Swim Speed Addition Multiplier" = 2.5
+
+ #Let mobs use ender pearls. Either put ender pearls in main or off hand and when far enough from the target they will throw it. Only mobs in the enhancedai:can_be_pearler entity type tag can be pearler.
+ [Mobs."Pearler Mobs"]
+ #Chance for a mob in the entity type tag enhancedai:can_be_pearler to spawn with Ender Pearls in the offhand.
+ #I recommend Mobs Properties Randomness to have more control over mobs equipment.
+ #Range: 0.0 ~ 1.0
+ "Equip Ender Pearl Chance" = 0.05
+ #How many ender pearls will Mobs spawn with.
+ #Range: 0 ~ 16
+ "Ender Pearl Amount" = 3
+ #Inaccuracy when throwing the ender pearl.
+ #Range: 1 ~ 16
+ Inaccuracy = 3
+
+ #Let mobs use Fishing Rods, reeling players in. Either put a Fishing Rod in main or off hand and when near enough from the target they will use it. Only mobs in enhancedai:can_be_fisher entity type tag are affected by this feature.
+ [Mobs."Fisher Mobs"]
+ #Chance for a mob in the entity type tag enhancedai:can_be_fisher to spawn with a Fishing Rod in the offhand.
+ #I recommend Mobs Properties Randomness to have more control over mobs equipment.
+ #Range: 0.0 ~ 1.0
+ "Equip Fishing Rod Chance" = 0.05
+ #Chance for a fisher mob to steal an item from the players' inventory instead of reeling the player.
+ #Range: 0.0 ~ 1.0
+ "Hook Inventory Chance" = 0.0
+
+ #How fast will a mob reel in the grappled entity (or if the hook is on the ground).
+ [Mobs."Fisher Mobs"."Reel in ticks"]
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ "Easy/Peaceful" = 40.0
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ Normal = 30.0
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ Hard = 20.0
+
+ #Makes mobs ride other mobs
+ [Mobs.Riding]
+ #If true, riding mobs will dismount if take too much suffocation damage.
+ "Stop mounting if too much suffocation" = true
+
+ #Chance for a mob to have an AI to go and ride mobs. Use enhancedai:can_be_mounted and enhancedai:can_mount entity type tags
+ [Mobs.Riding."Chance to have Riding AI"]
+ #Range: 0.0 ~ 1.0
+ "Easy/Peaceful" = 0.025
+ #Range: 0.0 ~ 1.0
+ Normal = 0.05
+ #Range: 0.0 ~ 1.0
+ Hard = 0.075
+
+ #Mobs will run away from exploding creepers / TNT. Use the entity type tag enhancedai:no_run_from_explosion to blacklist them
+ [Mobs."Avoid Explosions"]
+ #Speed multiplier when the mob runs from explosions and it's within 7 blocks from him.
+ #Range: 0.0 ~ 10.0
+ "Flee speed Multiplier Near" = 1.15
+ #Speed multiplier when the mob runs from explosions and it's farther than 7 blocks from him.
+ #Range: 0.0 ~ 10.0
+ "Flee speed Multiplier Far" = 1.05
+ #Entities also flee from TnTs
+ "Flee TNT" = false
+
+ [Mobs.Spawning]
+ #How far away from any player monsters will instantly despawn? Vanilla is 128
+ #Range: 0 ~ 128
+ "Monsters Despawning Distance" = 96
+ #How far away from any player monsters will be able to randomly despawn? Vanilla is 32
+ #Range: 0 ~ 128
+ "Min Monsters Despawning Distance" = 32
+
+ #Endermen will make the player's item fall from his hands. Add/remove mobs via the enhancedai:can_disrupt_item entity type tag
+ [Mobs."Item Disruption"]
+
+ #Chance can be changed within entity data's ForgeData."enhancedai:item_disruption_chance"
+ [Mobs."Item Disruption".Chance]
+ #Range: 0.0 ~ 1.0
+ "Easy/Peaceful" = 0.25
+ #Range: 0.0 ~ 1.0
+ Normal = 0.25
+ #Range: 0.0 ~ 1.0
+ Hard = 0.35
+
+ #Mobs can mine blocks to reach the target. Uses offhand item to mine. Only mobs in the entity type tag enhancedai:can_be_miner can spawn with the ability to mine and blocks in the tag enhancedai:miner_block_blacklist cannot be mined.
+ [Mobs."Miner Mobs"]
+ #Chance for a mob in the entity type tag enhancedai:can_be_miner to spawn with the miner ability
+ #Range: 0.0 ~ 1.0
+ "Miner Chance" = 0.07
+ #Mobs with the miner AI will mine only if they have any tool in the off-hand
+ "Can mine with tool only" = true
+ #Mobs with the miner AI will mine only if their off-hand tool can mine targeted blocks (e.g. zombies with shovels will not mine stone). Blocks that require no tool (e.g. planks) will be minable regardless of proper tool or not.
+ "Can mine with proper tool only" = true
+ #If 'Can mine with proper tool only' is enabled, mobs with the miner AI will mine blocks that don't require a tool only with the proper tool.
+ "Always require proper tool" = false
+ #Mobs with Miner AI will spawn with a Stone Pickaxe that never drops.
+ "Equip Stone Pick" = true
+ #Mobs can mine from the bottom of the world to this Y level.
+ #Range: -512 ~ 1024
+ "Max Y" = 320
+ #The maximum distance from the target at which the Mobs can mine. Set to 0 to always mine.
+ #Range: 0 ~ 128
+ "Max Distance" = 24
+ #Mobs with Miner AI will not be able to break tile entities
+ "Blacklist Tile Entities" = true
+ #Multiplier for the time a mob takes to break blocks. E.g. with this set to 2, mobs will take twice the time to mine a block.
+ #Range: 0.0 ~ 128.0
+ "Time to break multiplier" = 1.5
+
+ #Dimensions where mobs can't spawn with the ability to mine.
+ [Mobs."Miner Mobs"."Dimension Blacklist"]
+ Blacklist = ["mmorpg:dungeon"]
+ #If true the list will be treated as a whitelist instead of blacklist
+ "List as Whitelist" = false
+
+ #Changes attack range to use the 1.20.2 mechanic
+ [Mobs."Melee Attacking"]
+ #If true melee monsters (zombies, etc) will attack based off the forge:entity_reach attribute instead of a fixed ~0.82 blocks. By default, mobs' forge:attack_range is set to 0.82 blocks, like vanilla 1.20.2.
+ "Melee Attacks Attribute Based" = true
+
+ [Mobs."Melee Attacking"."Attack Speed"]
+ #If true melee monsters (zombies, etc) attack rate is defined by their attack speed -40%, minimum once every 0.5 seconds with no weapon. This effectively buffs any mob that has no weapon.
+ Enabled = true
+ #The maximum attack speed a mob can attack with (in attacks per second, 2 is an attach every 0.5 seconds, 1.25 is an attack every 0.8s, 1 is an attack every 1s). In vanilla mobs have 1 attack speed.
+ #Range: 0.0 ~ 4.0
+ Maximum = 1.25
+
+ #Multiplies the attack speed of monsters by this value. E.g. 0.6 means that mobs attack 40% slower than the player with the same equipment
+ [Mobs."Melee Attacking"."Attack Speed".Multiplier]
+ #Range: 0.0 ~ 4.0
+ "Easy/Peaceful" = 0.4
+ #Range: 0.0 ~ 4.0
+ Normal = 0.5
+ #Range: 0.0 ~ 4.0
+ Hard = 0.6
+
+ #Change how mobs target players. Use the enhancedai:no_target_changes and enhancedai:no_follow_range_changes entity type tag to blacklist mobs. Add mobs to enhancedai:allow_target_change entity type tag to allow these mobs to be able to switch targets when hit (e.g. Creepers can't normally do that).
+ [Mobs.Targeting]
+ #Mobs will no longer take random time to target a player.
+ "Instant Target" = false
+ #Mobs will be able to find better paths to the target. Note that this might hit performance a bit.
+ "Better Path Finding" = false
+ #If the mobs' affected by blindness effect the target range is multiplied by this value
+ #Range: 0.0 ~ 1.0
+ "Blindness range multiplier" = 0.1
+
+ #How far away can the mobs see the player. This overrides the vanilla value (16 for most mobs). Setting 'Max' to 0 will leave the follow range as vanilla. I recommend using mods like Mobs Properties Randomness to have more control over the attribute.
+ [Mobs.Targeting."Follow Range Override"]
+ #Range: 0.0 ~ 128.0
+ Minimum = 16.0
+ #Range: 0.0 ~ 128.0
+ Maximum = 24.0
+
+ #How far away can the mobs see the player even through walls. Setting 'Max' to 0 will make mobs not able to see through walls. I recommend using mods like Mobs Properties Randomness to have more control over the attribute; the attribute name is 'enhancedai:generic.xray_follow_range'.
+ [Mobs.Targeting."XRay Range Override"]
+ #Range: 0.0 ~ 128.0
+ Minimum = 8.0
+ #Range: 0.0 ~ 128.0
+ Maximum = 12.0
+
+ [Mobs.Targeting."Hurt by target"]
+ #Mobs will no longer switch target if it's the same or if the current one it's closer.
+ "Better version" = true
+ #Mobs will no longer attack each other.
+ "Prevent infighting" = true
+
+ #Chances for a mob to spawn neutral
+ [Mobs.Targeting."Neutral Chances"]
+ #Range: 0.0 ~ 1.0
+ "Easy/Peaceful" = 0.0
+ #Range: 0.0 ~ 1.0
+ Normal = 0.0
+ #Range: 0.0 ~ 1.0
+ Hard = 0.0
+
+ #Mobs can flee or attack Wardens. Use the entity type tag enhancedai:ignore_warden_interaction to blacklist mobs.
+ [Mobs."Warden Interacting"]
+ "Mobs flee from the Warden" = false
+ #Speed multiplier when the mob runs from explosions and it's within 7 blocks from him.
+ #Range: 0.0 ~ 10.0
+ "Flee speed Multiplier Near" = 1.25
+ #Speed multiplier when the mob runs from explosions and it's farther than 7 blocks from him.
+ #Range: 0.0 ~ 10.0
+ "Flee speed Multiplier Far" = 1.1
+ "Mobs target the Warden" = false
+
+ #Mobs can bite if are attacked with non-weapons. Only mobs in the enhancedai:can_bite entity type tag can bite.
+ [Mobs."Biting Mobs"]
+ #The damage dealt to the attacker when bit
+ #Range: 0.0 ~ 1.7976931348623157E308
+ Damage = 3.0
+
+ #Chance for a Mob to bite the attacker
+ [Mobs."Biting Mobs".Chance]
+ #Range: 0.0 ~ 1.0
+ "Easy/Peaceful" = 0.0
+ #Range: 0.0 ~ 1.0
+ Normal = 0.0
+ #Range: 0.0 ~ 1.0
+ Hard = 0.0
+
+ #Prevent players from abusing some game mechanics to stop mobs. Mobs in the entity type tag enhancedai:ignore_anti_cheese will not be affected by this feature.
+ [Mobs.Anti-Cheese]
+ #If true, 'Enemies' will no longer be able to be Boated and Minecarted.
+ "Prevent Boating & Minecarting" = false
+ #If true, 'Enemies' will break boats or minecarts if boated or minecarted.
+ "Break trapping vehicles" = true
+
+[Ghasts]
+ #Various changes to ghast shooting. Only ghasts in enhancedai:change_ghast_shooting entity type tag are affected by this feature.
+ "Enable Ghast Shoot" = true
+
+ #Various changes to ghast shooting. Only ghasts in enhancedai:change_ghast_shooting entity type tag are affected by this feature.
+ [Ghasts."Ghast Shoot"]
+ #Chance for a Ghast to try and shoot the target even if can't see it. If enabled and the Ghast can't see the target, he will shoot 4 times as fast to breach.
+ #Range: 0.0 ~ 1.0
+ "Shoot when not seen Chance" = 0.3
+
+ #How many ticks pass between shooting fireballs. Vanilla is 40
+ [Ghasts."Ghast Shoot"."Attack Cooldown"]
+ #Range: 1.0 ~ 300.0
+ Minimum = 40.0
+ #Range: 1.0 ~ 300.0
+ Maximum = 50.0
+
+ #How many fireballs ghast shoot in rapid succession. Vanilla is 1
+ [Ghasts."Ghast Shoot"."Fireballs shot"]
+ #Range: 1.0 ~ 16.0
+ Minimum = 1.0
+ #Range: 1.0 ~ 16.0
+ Maximum = 3.0
+
+[Endermen]
+ #Endermen teleport the player near him when can't reach him for a while.
+ "Enable [Experimental] Get Over Here" = false
+
+ #Endermen teleport the player near him when can't reach him for a while.
+ [Endermen."[Experimental] Get Over Here"]
+ #Chance for a enderman to get the Get Over Here AI
+ #Range: 0.0 ~ 1.0
+ "Get Over Here Chance" = 0.15
+
+[Drowneds]
+ #Makes drowned swim speed based off swim speed attribute instead of movement speed. Only drowneds in the enhancedai:change_drowned_swimming entity type tag are affected by this feature.
+ "Enable Drowned Swimming" = true
+
+ #Makes drowned swim speed based off swim speed attribute instead of movement speed. Only drowneds in the enhancedai:change_drowned_swimming entity type tag are affected by this feature.
+ [Drowneds."Drowned Swimming"]
+ #Multiplier for the swim speed of Drowneds. Note that the swim speed is also affected by the Movement Feature. Set to 0 to disable the multiplier.
+ #Range: 0.0 ~ 4.0
+ "Swim Speed Multiplier" = 0.3
+
+[Creepers]
+ #Various changes to Creepers exploding. Ignoring Walls, Walking Fuse and smarter exploding based off explosion size. Only creepers in the enhancedai:change_creeper_swell entity type tag are affected by this feature.
+ "Enable Creeper Swell" = true
+
+ #Various changes to Creepers exploding. Ignoring Walls, Walking Fuse and smarter exploding based off explosion size. Only creepers in the enhancedai:change_creeper_swell entity type tag are affected by this feature.
+ [Creepers."Creeper Swell"]
+ #Percentage chance for a Creeper to keep walking while exploding.
+ #Range: 0.0 ~ 1.0
+ "Walking Fuse Chance" = 0.1
+ #Speed modifier when a walking fuse creeper is swelling.
+ #Range: -1.0 ~ 64.0
+ "Walking Fuse Speed Modifier" = -0.5
+ #Percentage chance for a Creeper to ignore walls while targeting a player. This means that a creeper will be able to explode if it's in the correct range from a player even if there's a wall between.
+ #Range: 0.0 ~ 1.0
+ "Ignore Walls Chance" = 0.65
+ #Breaching creepers will try to open an hole in the wall to let mobs in.
+ #Range: 0.0 ~ 1.0
+ "Breach Chance" = 0.075
+ #Disables the creeper feature that makes them start swelling when falling.
+ "Disable falling swelling" = true
+ #If true creepers will ignite if damaged by an explosion.
+ "TNT Like" = false
+
+ [Creepers."Creeper Swell".Launch]
+ #Launching creepers will try ignite and throw themselves at the player.
+ #Range: 0.0 ~ 1.0
+ Chance = 0.05
+ #If true, Launching Creepers emit particles
+ Particles = true
+ #The inaccuracy of the launching creeper in Normal difficulty, easy is increased, hard is decreased.
+ #Range: 0.0 ~ 8.0
+ inaccuracy = 0.5
+ #The explosion radius of launching creepers. Set to 0 to not change. (Overrides Cena creepers explosion radius)
+ #Range: 0 ~ 127
+ "Explosion Radius" = 2
+
+ [Creepers."Creeper Swell"."Angry Creeper"]
+ #Chance for a creeper to spawn angry
+ #Range: 0.0 ~ 1.0
+ Chance = 0.02
+ #If true, Angry Creeper emits particles
+ Particles = true
+ #If true, Angry Creeper will have a name
+ Name = true
+ #When ignited, Angry Creeper will not stop swelling
+ "Force Explosion" = true
+ #If true, Angry Creeper explosion will generate fire
+ "Generates fire" = false
+ #Explosion power of Angry Creeper
+ #Range: 0.0 ~ 12.0
+ "Explosion power" = 2.0
+ #Angry Creeper will not stop swelling when triggered
+ "Forced Explosion" = true
+ #If Survival Reimagined is installed and Explosion Overhaul is enabled, creeper cena will deal more knockback and break more blocks
+ "Survival Reimagined Integration" = true
+ #The special sound effect that the Angry Creeper plays
+ #Allowed Values: NONE, CENA, WTF_BOOM
+ Sounds = "NONE"
+
+[Blazes]
+ #Make blazes fire faster/more fireballs. Only mobs in enhancedai:change_blaze_attack entity type tag are affected by this feature.
+ "Enable Blaze Attack" = true
+
+ #Make blazes fire faster/more fireballs. Only mobs in enhancedai:change_blaze_attack entity type tag are affected by this feature.
+ [Blazes."Blaze Attack"]
+
+ #How many ticks pass between shooting fireballs. Vanilla is 6
+ [Blazes."Blaze Attack"."Time Between Fireballs"]
+ #Range: 1.0 ~ 300.0
+ Minimum = 4.0
+ #Range: 1.0 ~ 300.0
+ Maximum = 10.0
+
+ #How many fireballs blazes shoots. Vanilla is 3
+ [Blazes."Blaze Attack"."Fireballs shot"]
+ #Range: 1.0 ~ 64.0
+ Minimum = 2.0
+ #Range: 1.0 ~ 64.0
+ Maximum = 4.0
+
+ #Time (in ticks) taken by the blaze to recharge (before setting himself on fire). Vanilla is 100
+ [Blazes."Blaze Attack"."Recharge time"]
+ #Range: 1.0 ~ 600.0
+ Minimum = 80.0
+ #Range: 1.0 ~ 600.0
+ Maximum = 100.0
+
+ #Time (in ticks) taken by the blaze to charge (while on fire before shooting fireballs). Vanilla is 60
+ [Blazes."Blaze Attack"."Charge time"]
+ #Range: 1.0 ~ 600.0
+ Minimum = 50.0
+ #Range: 1.0 ~ 600.0
+ Maximum = 60.0
+
+ #How many fireballs are shot per shot. Vanilla is 1
+ [Blazes."Blaze Attack"."Fireballs Per Shot"]
+ #Range: 1.0 ~ 8.0
+ Minimum = 1.0
+ #Range: 1.0 ~ 8.0
+ Maximum = 1.0
+
+ #The higher the more spread up shots will be. Setting both to -1 will use the vanilla behaviour (farther = more inaccuracy)
+ [Blazes."Blaze Attack".Inaccuracy]
+ #Range: -1.0 ~ 32.0
+ Minimum = -1.0
+ #Range: -1.0 ~ 32.0
+ Maximum = -1.0
+
+[Animals]
+ #Make animals flee/fight back when one is attacked
+ "Enable Animals Group Flee" = false
+ #Makes animals not tempted by food. Use the entity type tag enhancedai:can_ignore_food_temptation to change animals.
+ "Enable Not Tempted Animals" = false
+ #Make animals fight back or be scared by players. Use the entity type tag enhancedai:can_fight_back and enhancedai:can_be_scared_by_players to add/remove animals.
+ "Enable Animals Scared Attack" = false
+
+ #Make animals flee/fight back when one is attacked
+ [Animals."Animals Group Flee"]
+ #Range at which an animal alerts other animals.
+ #Range: > 1
+ "Flee Range" = 16
+
+ #Makes animals not tempted by food. Use the entity type tag enhancedai:can_ignore_food_temptation to change animals.
+ [Animals."Not Tempted Animals"]
+ #Animals have this percentage chance to not be temped by food.
+ #Range: 0.0 ~ 1.0
+ "Not tempted chance" = 0.5
+
+ #Make animals fight back or be scared by players. Use the entity type tag enhancedai:can_fight_back and enhancedai:can_be_scared_by_players to add/remove animals.
+ [Animals."Animals Scared Attack"]
+ #Animals have this percentage chance to be able to fight back instead of fleeing. Animals have a slightly bigger range to attack. Attack damage can't be changed via config due to limitation so use mods like Mobs Properties Randomness to change the damage. Base damage is 3
+ #Range: 0.0 ~ 1.0
+ "Fight back chance" = 0.0
+ #Animals have this percentage chance to be scared by players and run away. Fight back chance has priority over this
+ #Range: 0.0 ~ 1.0
+ "Players Scared chance" = 0.4
+ #Movement speed multiplier when aggroed.
+ #Range: 0.0 ~ 4.0
+ "Movement Speed Multiplier" = 1.1
+ #Animals' knockback attribute will be set to this value.
+ #Range: 0.0 ~ 128.0
+ Knockback = 1.5
+ #Animals' knockback attribute will be increased/decreased based on the side of the mob.
+ "Knockback size based" = true
+
+[Illagers]
+ #Pillagers try to stay away from the target. Use the enhancedai:pillager_flee entity type tag to add/remove skeletons that are affected by this feature
+ "Enable Pillager Flee" = false
+ #Use the enhancedai:better_pillager_shoot entity type tag to add more skeletons that are affected by this feature
+ "Enable Pillager Shoot" = false
+
+ #Pillagers try to stay away from the target. Use the enhancedai:pillager_flee entity type tag to add/remove skeletons that are affected by this feature
+ [Illagers."Pillager Flee"]
+ #Chance for a Skeleton to spawn with the ability to avoid the player
+ #Range: 0.0 ~ 1.0
+ "Avoid Player chance" = 0.5
+ #Chance for a Skeleton to be able to shoot while running from a player
+ #Range: 0.0 ~ 1.0
+ "Attack When Avoiding Chance" = 0.5
+ #Distance from a player that counts as near and will make the skeleton run away faster.
+ #Range: 0.0 ~ 32.0
+ "Flee Distance Near" = 8.0
+ #Distance from a player that will make the skeleton run away.
+ #Range: 0.0 ~ 32.0
+ "Flee Distance Far" = 16.0
+ #Speed multiplier when the skeleton avoids the player and it's within 'Flee Distance Near' blocks from him.
+ #Range: 0.0 ~ 4.0
+ "Flee speed Multiplier Near" = 1.1
+ #Speed multiplier when the skeleton avoids the player and it's farther than 'Flee Distance Far' blocks from him.
+ #Range: 0.0 ~ 4.0
+ "Flee speed Multiplier Far" = 1.0
+
+ #Use the enhancedai:better_pillager_shoot entity type tag to add more skeletons that are affected by this feature
+ [Illagers."Pillager Shoot"]
+
+ #The range from where a pillager will shoot a player
+ [Illagers."Pillager Shoot"."Shooting Range"]
+ #Range: 1.0 ~ 64.0
+ Minimum = 24.0
+ #Range: 1.0 ~ 64.0
+ Maximum = 32.0
+
+ #The ticks cooldown before shooting. Vanilla is random between 20 and 40
+ [Illagers."Pillager Shoot"."Shooting Cooldown"]
+ #Range: 0.0 ~ 1.7976931348623157E308
+ Minimum = 20.0
+ #Range: 0.0 ~ 1.7976931348623157E308
+ Maximum = 40.0
+
+ #How much inaccuracy does the arrow fired by pillagers have. Vanilla pillagers have 10/6/2 inaccuracy in easy/normal/hard difficulty.
+ [Illagers."Pillager Shoot"."Arrow Inaccuracy"]
+ #Range: 0.0 ~ 30.0
+ "Easy/Peaceful" = 5.0
+ #Range: 0.0 ~ 30.0
+ Normal = 3.0
+ #Range: 0.0 ~ 30.0
+ Hard = 1.0
+
+[Bugs]
+ #Let them swarm. This also changes the Merge With stone goal to have 1.5 seconds cooldown before trying to merge, to prevent them from instantly getting into stone without having the chance to target someone.
+ "Enable Silverfish" = true
+
+ #Let them swarm. This also changes the Merge With stone goal to have 1.5 seconds cooldown before trying to merge, to prevent them from instantly getting into stone without having the chance to target someone.
+ [Bugs.Silverfish]
+ #Chance (1 in x every 2 ticks) for a silverfish to merge with a stone block. Vanilla is 10.
+ #Range: > 1
+ "Chance to merge with stone" = 10
+ #Vanilla is 20.
+ #Range: > 0
+ "Ticks after hurt to wake up friends" = 10
+ #In vanilla everytime a silverfish is woken up there is 1 in 2 chance to stop waking up more silverfish. This changes the 1 in x chance.
+ #Range: > 1
+ "Chance to stop waking up friends" = 10
+ #Y range on which a hurt silverfish checks for infested stone to break. Vanilla is 5.
+ #Range: 1 ~ 32
+ "Vertical Wake up Range" = 5
+ #XZ range on which a hurt silverfish checks for infested stone to break. Vanilla is 10.
+ #Range: 1 ~ 32
+ "Horizontal Wake up Range" = 10
+
diff --git a/config/equipmentcompare-common.toml b/config/equipmentcompare-common.toml
index d061cdf..7d16fdd 100644
--- a/config/equipmentcompare-common.toml
+++ b/config/equipmentcompare-common.toml
@@ -1,33 +1,33 @@
-
-#Client Configuration
-[client]
-
- [client.visual_options]
- # The maximum number of comparison tooltips to show onscreen at once.
- #Range: 1 ~ 10
- max_comparisons = 3
- # If badge_text should override the built-in translatable text.
- override_badge_text = false
- # The text shown on the badge above equipped tooltips.
- badge_text = "Equipped"
- # The color of the text shown on the badge above equipped tooltips.
- #Range: 0 ~ 4294967295
- badge_text_color = 4294967295
- # The background color of the "equipped" badge.
- #Range: 0 ~ 4294967295
- badge_bg = 4027584512
- # The start border color of the "equipped" badge.
- #Range: 0 ~ 4294967295
- badge_border_start = 3500839187
- # The end border color of the "equipped" badge.
- #Range: 0 ~ 4294967295
- badge_border_end = 1623360778
-
- [client.control_options]
- # If the comparison tooltip should show by default (pressing bound key hides).
- default_on = false
- # If tool comparisons should compare only the same types of tools (can't compare a sword to an axe, for example).
- strict = false
- # Blacklist of items to show comparisons for. Add item IDs to prevent them from being compared when hovered over or equipped.
- blacklist = []
-
+
+#Client Configuration
+[client]
+
+ [client.visual_options]
+ # The maximum number of comparison tooltips to show onscreen at once.
+ #Range: 1 ~ 10
+ max_comparisons = 3
+ # If badge_text should override the built-in translatable text.
+ override_badge_text = false
+ # The text shown on the badge above equipped tooltips.
+ badge_text = "Equipped"
+ # The color of the text shown on the badge above equipped tooltips.
+ #Range: 0 ~ 4294967295
+ badge_text_color = 4294967295
+ # The background color of the "equipped" badge.
+ #Range: 0 ~ 4294967295
+ badge_bg = 4027584512
+ # The start border color of the "equipped" badge.
+ #Range: 0 ~ 4294967295
+ badge_border_start = 3500839187
+ # The end border color of the "equipped" badge.
+ #Range: 0 ~ 4294967295
+ badge_border_end = 1623360778
+
+ [client.control_options]
+ # If the comparison tooltip should show by default (pressing bound key hides).
+ default_on = false
+ # If tool comparisons should compare only the same types of tools (can't compare a sword to an axe, for example).
+ strict = false
+ # Blacklist of items to show comparisons for. Add item IDs to prevent them from being compared when hovered over or equipped.
+ blacklist = []
+
diff --git a/config/explorerscompass-client.toml b/config/explorerscompass-client.toml
index 238d15d..824c51d 100644
--- a/config/explorerscompass-client.toml
+++ b/config/explorerscompass-client.toml
@@ -1,13 +1,13 @@
-
-[Client]
- #Displays Explorer's Compass information on the HUD even while chat is open.
- displayWithChatOpen = true
- #Attempts to translate structure names before fixing the unlocalized names. Translations may not be available for all structures.
- translateStructureNames = true
- #The line offset for information rendered on the HUD.
- #Range: 0 ~ 50
- overlayLineOffset = 1
- #The side for information rendered on the HUD. Ex: LEFT, RIGHT
- #Allowed Values: LEFT, RIGHT
- overlaySide = "LEFT"
-
+
+[Client]
+ #Displays Explorer's Compass information on the HUD even while chat is open.
+ displayWithChatOpen = true
+ #Attempts to translate structure names before fixing the unlocalized names. Translations may not be available for all structures.
+ translateStructureNames = true
+ #The line offset for information rendered on the HUD.
+ #Range: 0 ~ 50
+ overlayLineOffset = 1
+ #The side for information rendered on the HUD. Ex: LEFT, RIGHT
+ #Allowed Values: LEFT, RIGHT
+ overlaySide = "LEFT"
+
diff --git a/config/explorerscompass-common.toml b/config/explorerscompass-common.toml
index d92b965..d7c2be8 100644
--- a/config/explorerscompass-common.toml
+++ b/config/explorerscompass-common.toml
@@ -1,15 +1,15 @@
-
-[General]
- #Allows a player to teleport to a located structure when in creative mode, opped, or in cheat mode.
- allowTeleport = true
- #Allows players to view the precise coordinates and distance of a located structure on the HUD, rather than relying on the direction the compass is pointing.
- displayCoordinates = true
- #The maximum radius that will be searched for a structure. Raising this value will increase search accuracy but will potentially make the process more resource intensive.
- #Range: 0 ~ 1000000
- maxRadius = 10000
- #A list of structures that the compass will not display in the GUI and will not be able to search for. Wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex: ["minecraft:stronghold", "minecraft:endcity", "minecraft:*village*"]
- structureBlacklist = []
- #The maximum number of samples to be taken when searching for a structure.
- #Range: 0 ~ 100000000
- maxSamples = 100000
-
+
+[General]
+ #Allows a player to teleport to a located structure when in creative mode, opped, or in cheat mode.
+ allowTeleport = true
+ #Allows players to view the precise coordinates and distance of a located structure on the HUD, rather than relying on the direction the compass is pointing.
+ displayCoordinates = true
+ #The maximum radius that will be searched for a structure. Raising this value will increase search accuracy but will potentially make the process more resource intensive.
+ #Range: 0 ~ 1000000
+ maxRadius = 10000
+ #A list of structures that the compass will not display in the GUI and will not be able to search for. Wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex: ["minecraft:stronghold", "minecraft:endcity", "minecraft:*village*"]
+ structureBlacklist = []
+ #The maximum number of samples to be taken when searching for a structure.
+ #Range: 0 ~ 100000000
+ maxSamples = 100000
+
diff --git a/config/extradisks-common.toml b/config/extradisks-common.toml
index fe5b2d2..b6492fa 100644
--- a/config/extradisks-common.toml
+++ b/config/extradisks-common.toml
@@ -1,35 +1,35 @@
-
-[storageblocks]
-
- [storageblocks.item]
- #item storage blocks energy usage
- #Range: > 0
- 256k = 12
- #Range: > 0
- 1024k = 14
- #Range: > 0
- 4096k = 16
- #Range: > 0
- 16384k = 18
- #Range: > 0
- 65536k = 20
- #Range: > 0
- 262144k = 22
- #Range: > 0
- 1048576k = 24
- #Range: > 0
- infinite = 26
-
- [storageblocks.fluid]
- #fluid storage blocks energy usage
- #Range: > 0
- 16384k = 12
- #Range: > 0
- 65536k = 14
- #Range: > 0
- 262144k = 16
- #Range: > 0
- 1048576k = 18
- #Range: > 0
- infinite = 20
-
+
+[storageblocks]
+
+ [storageblocks.item]
+ #item storage blocks energy usage
+ #Range: > 0
+ 256k = 12
+ #Range: > 0
+ 1024k = 14
+ #Range: > 0
+ 4096k = 16
+ #Range: > 0
+ 16384k = 18
+ #Range: > 0
+ 65536k = 20
+ #Range: > 0
+ 262144k = 22
+ #Range: > 0
+ 1048576k = 24
+ #Range: > 0
+ infinite = 26
+
+ [storageblocks.fluid]
+ #fluid storage blocks energy usage
+ #Range: > 0
+ 16384k = 12
+ #Range: > 0
+ 65536k = 14
+ #Range: > 0
+ 262144k = 16
+ #Range: > 0
+ 1048576k = 18
+ #Range: > 0
+ infinite = 20
+
diff --git a/config/fallingleaves-client.toml b/config/fallingleaves-client.toml
index 96ff26c..698f56d 100644
--- a/config/fallingleaves-client.toml
+++ b/config/fallingleaves-client.toml
@@ -1,25 +1,25 @@
-#modifies the size of the leaves
-#Range: 1 ~ 20
-leafSize = 4
-#modifies how long it takes for the leaves to disappear
-#Values over 2000 are not recommend
-#Range: > 100
-leafLifespan = 120
-#modifies the amount of leaves that are spawning
-#Values over 10000 are not recommend
-#Range: > 0
-leafSpawnRate = 5
-#modifier the amount of leaves are spawning from conifer trees
-#Values over 10000 are not recommend
-#Range: > 0
-coniferLeafSpawnRate = 2
-#whether player placed blocks should also drop leaves
-dropFromPlayerPlacedBlocks = true
-#how much room below the leaves block is needed for the leaves to spawn
-#Range: 1 ~ 20
-minimumFreeSpaceBelow = 1
-#disable wind effects
-disableWind = false
-#windless dimensions
-windlessDimension = ["minecraft:the_nether", "minecraft:the_end"]
-
+#modifies the size of the leaves
+#Range: 1 ~ 20
+leafSize = 4
+#modifies how long it takes for the leaves to disappear
+#Values over 2000 are not recommend
+#Range: > 100
+leafLifespan = 120
+#modifies the amount of leaves that are spawning
+#Values over 10000 are not recommend
+#Range: > 0
+leafSpawnRate = 5
+#modifier the amount of leaves are spawning from conifer trees
+#Values over 10000 are not recommend
+#Range: > 0
+coniferLeafSpawnRate = 2
+#whether player placed blocks should also drop leaves
+dropFromPlayerPlacedBlocks = true
+#how much room below the leaves block is needed for the leaves to spawn
+#Range: 1 ~ 20
+minimumFreeSpaceBelow = 1
+#disable wind effects
+disableWind = false
+#windless dimensions
+windlessDimension = ["minecraft:the_nether", "minecraft:the_end"]
+
diff --git a/config/fancymenu/menu_identifiers.db b/config/fancymenu/menu_identifiers.db
index 0db1a9b..b49a84d 100644
--- a/config/fancymenu/menu_identifiers.db
+++ b/config/fancymenu/menu_identifiers.db
@@ -1,309 +1,309 @@
-type = menu_identifier_database
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiMainMenu
- forge_1.16 = net.minecraft.client.gui.screen.MainMenuScreen
- forge_1.17 = net.minecraft.client.gui.screens.TitleScreen
- fabric = net.minecraft.class_442
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiWorldSelection
- forge_1.16 = net.minecraft.client.gui.screen.WorldSelectionScreen
- forge_1.17 = net.minecraft.client.gui.screens.worldselection.SelectWorldScreen
- fabric = net.minecraft.class_526
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiCreateWorld
- forge_1.16 = net.minecraft.client.gui.screen.CreateWorldScreen
- forge_1.17 = net.minecraft.client.gui.screens.worldselection.CreateWorldScreen
- fabric = net.minecraft.class_525
-}
-
-identifier-group {
- forge_1.16 = net.minecraft.client.gui.screen.MultiplayerWarningScreen
- forge_1.17 = net.minecraft.client.gui.screens.multiplayer.SafetyScreen
- fabric = net.minecraft.class_4749
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiMultiplayer
- forge_1.16 = net.minecraft.client.gui.screen.MultiplayerScreen
- forge_1.17 = net.minecraft.client.gui.screens.multiplayer.JoinMultiplayerScreen
- fabric = net.minecraft.class_500
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiScreenAddServer
- forge_1.16 = net.minecraft.client.gui.screen.AddServerScreen
- forge_1.17 = net.minecraft.client.gui.screens.EditServerScreen
- fabric = net.minecraft.class_422
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiScreenRealmsProxy
- forge_1.16 = com.mojang.realmsclient.gui.screens.RealmsClientOutdatedScreen
- forge_1.17 = [placeholder]
- fabric = net.minecraft.class_4387
-}
-
-identifier-group {
- forge_1.17 = com.mojang.realmsclient.RealmsMainScreen
- fabric = net.minecraft.class_4325
-}
-
-identifier-group {
- forge_1.12 = net.minecraftforge.fml.client.GuiModList
- forge_1.16 = net.minecraftforge.fml.client.gui.screen.ModListScreen
- forge_1.17 = net.minecraftforge.fmlclient.gui.screen.ModListScreen
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiOptions
- forge_1.16 = net.minecraft.client.gui.screen.OptionsScreen
- forge_1.17 = net.minecraft.client.gui.screens.OptionsScreen
- fabric = net.minecraft.class_429
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiCustomizeSkin
- forge_1.16 = net.minecraft.client.gui.screen.CustomizeSkinScreen
- forge_1.17 = net.minecraft.client.gui.screens.SkinCustomizationScreen
- fabric = net.minecraft.class_440
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiScreenOptionsSounds
- forge_1.16 = net.minecraft.client.gui.screen.OptionsSoundsScreen
- forge_1.17 = net.minecraft.client.gui.screens.SoundOptionsScreen
- fabric = net.minecraft.class_443
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiVideoSettings
- forge_1.16 = net.minecraft.client.gui.screen.VideoSettingsScreen
- forge_1.17 = net.minecraft.client.gui.screens.VideoSettingsScreen
- fabric = net.minecraft.class_446
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiControls
- forge_1.16 = net.minecraft.client.gui.screen.ControlsScreen
- forge_1.17 = net.minecraft.client.gui.screens.controls.ControlsScreen
- fabric = net.minecraft.class_458
-}
-
-identifier-group {
- forge_1.16 = net.minecraft.client.gui.screen.MouseSettingsScreen
- forge_1.17 = net.minecraft.client.gui.screens.MouseSettingsScreen
- fabric = net.minecraft.class_4288
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiLanguage
- forge_1.16 = net.minecraft.client.gui.screen.LanguageScreen
- forge_1.17 = net.minecraft.client.gui.screens.LanguageSelectScreen
- fabric = net.minecraft.class_426
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.ScreenChatOptions
- forge_1.16 = net.minecraft.client.gui.screen.ChatOptionsScreen
- forge_1.17 = net.minecraft.client.gui.screens.ChatOptionsScreen
- fabric = net.minecraft.class_404
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiScreenResourcePacks
- forge_1.16 = net.minecraft.client.gui.screen.PackScreen
- forge_1.17 = net.minecraft.client.gui.screens.packs.PackSelectionScreen
- fabric = net.minecraft.class_5375
-}
-
-identifier-group {
- forge_1.16 = net.minecraft.client.gui.AccessibilityScreen
- forge_1.17 = net.minecraft.client.gui.screens.AccessibilityOptionsScreen
- fabric = net.minecraft.class_4189
-}
-
-identifier-group {
- forge_1.12 = [placeholder]
- forge_1.16 = net.minecraft.client.gui.screen.ConfirmOpenLinkScreen
- forge_1.17 = net.minecraft.client.gui.screens.ConfirmLinkScreen
- fabric = net.minecraft.class_407
-}
-
-identifier-group {
- forge_1.16 = net.minecraft.client.gui.screen.EditGamerulesScreen
- forge_1.17 = net.minecraft.client.gui.screens.worldselection.EditGameRulesScreen
- fabric = net.minecraft.class_5235
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.advancements.GuiScreenAdvancements
- forge_1.16 = net.minecraft.client.gui.advancements.AdvancementsScreen
- forge_1.17 = net.minecraft.client.gui.screens.advancements.AdvancementsScreen
- fabric = net.minecraft.class_457
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.achievement.GuiStats
- forge_1.16 = net.minecraft.client.gui.screen.StatsScreen
- forge_1.17 = net.minecraft.client.gui.screens.achievement.StatsScreen
- fabric = net.minecraft.class_447
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.inventory.GuiContainerCreative
- forge_1.16 = net.minecraft.client.gui.screen.inventory.CreativeScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen
- fabric = net.minecraft.class_481
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.inventory.GuiInventory
- forge_1.16 = net.minecraft.client.gui.screen.inventory.InventoryScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen
- fabric = net.minecraft.class_490
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.inventory.GuiCrafting
- forge_1.16 = net.minecraft.client.gui.screen.inventory.CraftingScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.CraftingScreen
- fabric = net.minecraft.class_479
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiEnchantment
- forge_1.16 = net.minecraft.client.gui.screen.EnchantmentScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.EnchantmentScreen
- fabric = net.minecraft.class_486
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiRepair
- forge_1.16 = net.minecraft.client.gui.screen.inventory.AnvilScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.AnvilScreen
- fabric = net.minecraft.class_471
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.inventory.GuiChest
- forge_1.16 = net.minecraft.client.gui.screen.inventory.ChestScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.ContainerScreen
- fabric = net.minecraft.class_476
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.inventory.GuiBrewingStand
- forge_1.16 = net.minecraft.client.gui.screen.inventory.BrewingStandScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.BrewingStandScreen
- fabric = net.minecraft.class_472
-}
-
-identifier-group {
- forge_1.16 = net.minecraft.client.gui.screen.inventory.SmithingTableScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.SmithingScreen
- fabric = net.minecraft.class_4895
-}
-
-identifier-group {
- forge_1.16 = net.minecraft.client.gui.screen.inventory.BlastFurnaceScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.BlastFurnaceScreen
- fabric = net.minecraft.class_3871
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.inventory.GuiFurnace
- forge_1.16 = net.minecraft.client.gui.screen.inventory.FurnaceScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.FurnaceScreen
- fabric = net.minecraft.class_3873
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiHopper
- forge_1.16 = net.minecraft.client.gui.screen.HopperScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.HopperScreen
- fabric = net.minecraft.class_488
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.inventory.GuiDispenser
- forge_1.16 = net.minecraft.client.gui.screen.inventory.DispenserScreen
- forge_1.17 = net.minecraft.client.gui.screens.inventory.DispenserScreen
- fabric = net.minecraft.class_480
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiGameOver
- forge_1.16 = net.minecraft.client.gui.screen.DeathScreen
- forge_1.17 = net.minecraft.client.gui.screens.DeathScreen
- fabric = net.minecraft.class_418
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiYesNo
- forge_1.16 = net.minecraft.client.gui.screen.ConfirmScreen
- forge_1.17 = net.minecraft.client.gui.screens.ConfirmScreen
- fabric = net.minecraft.class_410
-}
-
-identifier-group {
- forge_1.12 = net.minecraft.client.gui.GuiIngameMenu
- forge_1.16 = net.minecraft.client.gui.screen.IngameMenuScreen
- forge_1.17 = net.minecraft.client.gui.screens.PauseScreen
- fabric = net.minecraft.class_433
-}
-
-identifier-group {
- forge_1.16 = net.minecraft.client.gui.screen.WorldLoadProgressScreen
- forge_1.17 = net.minecraft.client.gui.screens.LevelLoadingScreen
- fabric = net.minecraft.class_3928
-}
-
-identifier-group {
- forge_1.12 = [placeholder]
- forge_1.16 = net.minecraft.client.gui.screen.DirtMessageScreen
- forge_1.17 = net.minecraft.client.gui.screens.GenericDirtMessageScreen
- fabric = net.minecraft.class_424
-}
-
-identifier-group {
- forge_1.16 = net.minecraft.client.gui.screen.GamemodeSelectionScreen
- forge_1.17 = net.minecraft.client.gui.screens.debug.GameModeSwitcherScreen
- fabric = net.minecraft.class_5289
-}
-
-identifier-group {
- forge_1.16 = net.minecraft.client.gui.screen.LoomScreen
- forge_1.18 = net.minecraft.client.gui.screens.inventory.LoomScreen
- fabric = net.minecraft.class_494
-}
-
-identifier-group {
- forge_1.18 = net.minecraft.client.gui.screens.controls.KeyBindsScreen
- fabric = net.minecraft.class_6599
-}
-
-identifier-group {
- forge_1.18 = net.minecraft.client.gui.screens.MouseSettingsScreen
- fabric = net.minecraft.class_4288
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+type = menu_identifier_database
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiMainMenu
+ forge_1.16 = net.minecraft.client.gui.screen.MainMenuScreen
+ forge_1.17 = net.minecraft.client.gui.screens.TitleScreen
+ fabric = net.minecraft.class_442
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiWorldSelection
+ forge_1.16 = net.minecraft.client.gui.screen.WorldSelectionScreen
+ forge_1.17 = net.minecraft.client.gui.screens.worldselection.SelectWorldScreen
+ fabric = net.minecraft.class_526
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiCreateWorld
+ forge_1.16 = net.minecraft.client.gui.screen.CreateWorldScreen
+ forge_1.17 = net.minecraft.client.gui.screens.worldselection.CreateWorldScreen
+ fabric = net.minecraft.class_525
+}
+
+identifier-group {
+ forge_1.16 = net.minecraft.client.gui.screen.MultiplayerWarningScreen
+ forge_1.17 = net.minecraft.client.gui.screens.multiplayer.SafetyScreen
+ fabric = net.minecraft.class_4749
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiMultiplayer
+ forge_1.16 = net.minecraft.client.gui.screen.MultiplayerScreen
+ forge_1.17 = net.minecraft.client.gui.screens.multiplayer.JoinMultiplayerScreen
+ fabric = net.minecraft.class_500
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiScreenAddServer
+ forge_1.16 = net.minecraft.client.gui.screen.AddServerScreen
+ forge_1.17 = net.minecraft.client.gui.screens.EditServerScreen
+ fabric = net.minecraft.class_422
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiScreenRealmsProxy
+ forge_1.16 = com.mojang.realmsclient.gui.screens.RealmsClientOutdatedScreen
+ forge_1.17 = [placeholder]
+ fabric = net.minecraft.class_4387
+}
+
+identifier-group {
+ forge_1.17 = com.mojang.realmsclient.RealmsMainScreen
+ fabric = net.minecraft.class_4325
+}
+
+identifier-group {
+ forge_1.12 = net.minecraftforge.fml.client.GuiModList
+ forge_1.16 = net.minecraftforge.fml.client.gui.screen.ModListScreen
+ forge_1.17 = net.minecraftforge.fmlclient.gui.screen.ModListScreen
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiOptions
+ forge_1.16 = net.minecraft.client.gui.screen.OptionsScreen
+ forge_1.17 = net.minecraft.client.gui.screens.OptionsScreen
+ fabric = net.minecraft.class_429
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiCustomizeSkin
+ forge_1.16 = net.minecraft.client.gui.screen.CustomizeSkinScreen
+ forge_1.17 = net.minecraft.client.gui.screens.SkinCustomizationScreen
+ fabric = net.minecraft.class_440
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiScreenOptionsSounds
+ forge_1.16 = net.minecraft.client.gui.screen.OptionsSoundsScreen
+ forge_1.17 = net.minecraft.client.gui.screens.SoundOptionsScreen
+ fabric = net.minecraft.class_443
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiVideoSettings
+ forge_1.16 = net.minecraft.client.gui.screen.VideoSettingsScreen
+ forge_1.17 = net.minecraft.client.gui.screens.VideoSettingsScreen
+ fabric = net.minecraft.class_446
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiControls
+ forge_1.16 = net.minecraft.client.gui.screen.ControlsScreen
+ forge_1.17 = net.minecraft.client.gui.screens.controls.ControlsScreen
+ fabric = net.minecraft.class_458
+}
+
+identifier-group {
+ forge_1.16 = net.minecraft.client.gui.screen.MouseSettingsScreen
+ forge_1.17 = net.minecraft.client.gui.screens.MouseSettingsScreen
+ fabric = net.minecraft.class_4288
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiLanguage
+ forge_1.16 = net.minecraft.client.gui.screen.LanguageScreen
+ forge_1.17 = net.minecraft.client.gui.screens.LanguageSelectScreen
+ fabric = net.minecraft.class_426
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.ScreenChatOptions
+ forge_1.16 = net.minecraft.client.gui.screen.ChatOptionsScreen
+ forge_1.17 = net.minecraft.client.gui.screens.ChatOptionsScreen
+ fabric = net.minecraft.class_404
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiScreenResourcePacks
+ forge_1.16 = net.minecraft.client.gui.screen.PackScreen
+ forge_1.17 = net.minecraft.client.gui.screens.packs.PackSelectionScreen
+ fabric = net.minecraft.class_5375
+}
+
+identifier-group {
+ forge_1.16 = net.minecraft.client.gui.AccessibilityScreen
+ forge_1.17 = net.minecraft.client.gui.screens.AccessibilityOptionsScreen
+ fabric = net.minecraft.class_4189
+}
+
+identifier-group {
+ forge_1.12 = [placeholder]
+ forge_1.16 = net.minecraft.client.gui.screen.ConfirmOpenLinkScreen
+ forge_1.17 = net.minecraft.client.gui.screens.ConfirmLinkScreen
+ fabric = net.minecraft.class_407
+}
+
+identifier-group {
+ forge_1.16 = net.minecraft.client.gui.screen.EditGamerulesScreen
+ forge_1.17 = net.minecraft.client.gui.screens.worldselection.EditGameRulesScreen
+ fabric = net.minecraft.class_5235
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.advancements.GuiScreenAdvancements
+ forge_1.16 = net.minecraft.client.gui.advancements.AdvancementsScreen
+ forge_1.17 = net.minecraft.client.gui.screens.advancements.AdvancementsScreen
+ fabric = net.minecraft.class_457
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.achievement.GuiStats
+ forge_1.16 = net.minecraft.client.gui.screen.StatsScreen
+ forge_1.17 = net.minecraft.client.gui.screens.achievement.StatsScreen
+ fabric = net.minecraft.class_447
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.inventory.GuiContainerCreative
+ forge_1.16 = net.minecraft.client.gui.screen.inventory.CreativeScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen
+ fabric = net.minecraft.class_481
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.inventory.GuiInventory
+ forge_1.16 = net.minecraft.client.gui.screen.inventory.InventoryScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen
+ fabric = net.minecraft.class_490
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.inventory.GuiCrafting
+ forge_1.16 = net.minecraft.client.gui.screen.inventory.CraftingScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.CraftingScreen
+ fabric = net.minecraft.class_479
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiEnchantment
+ forge_1.16 = net.minecraft.client.gui.screen.EnchantmentScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.EnchantmentScreen
+ fabric = net.minecraft.class_486
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiRepair
+ forge_1.16 = net.minecraft.client.gui.screen.inventory.AnvilScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.AnvilScreen
+ fabric = net.minecraft.class_471
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.inventory.GuiChest
+ forge_1.16 = net.minecraft.client.gui.screen.inventory.ChestScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.ContainerScreen
+ fabric = net.minecraft.class_476
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.inventory.GuiBrewingStand
+ forge_1.16 = net.minecraft.client.gui.screen.inventory.BrewingStandScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.BrewingStandScreen
+ fabric = net.minecraft.class_472
+}
+
+identifier-group {
+ forge_1.16 = net.minecraft.client.gui.screen.inventory.SmithingTableScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.SmithingScreen
+ fabric = net.minecraft.class_4895
+}
+
+identifier-group {
+ forge_1.16 = net.minecraft.client.gui.screen.inventory.BlastFurnaceScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.BlastFurnaceScreen
+ fabric = net.minecraft.class_3871
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.inventory.GuiFurnace
+ forge_1.16 = net.minecraft.client.gui.screen.inventory.FurnaceScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.FurnaceScreen
+ fabric = net.minecraft.class_3873
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiHopper
+ forge_1.16 = net.minecraft.client.gui.screen.HopperScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.HopperScreen
+ fabric = net.minecraft.class_488
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.inventory.GuiDispenser
+ forge_1.16 = net.minecraft.client.gui.screen.inventory.DispenserScreen
+ forge_1.17 = net.minecraft.client.gui.screens.inventory.DispenserScreen
+ fabric = net.minecraft.class_480
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiGameOver
+ forge_1.16 = net.minecraft.client.gui.screen.DeathScreen
+ forge_1.17 = net.minecraft.client.gui.screens.DeathScreen
+ fabric = net.minecraft.class_418
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiYesNo
+ forge_1.16 = net.minecraft.client.gui.screen.ConfirmScreen
+ forge_1.17 = net.minecraft.client.gui.screens.ConfirmScreen
+ fabric = net.minecraft.class_410
+}
+
+identifier-group {
+ forge_1.12 = net.minecraft.client.gui.GuiIngameMenu
+ forge_1.16 = net.minecraft.client.gui.screen.IngameMenuScreen
+ forge_1.17 = net.minecraft.client.gui.screens.PauseScreen
+ fabric = net.minecraft.class_433
+}
+
+identifier-group {
+ forge_1.16 = net.minecraft.client.gui.screen.WorldLoadProgressScreen
+ forge_1.17 = net.minecraft.client.gui.screens.LevelLoadingScreen
+ fabric = net.minecraft.class_3928
+}
+
+identifier-group {
+ forge_1.12 = [placeholder]
+ forge_1.16 = net.minecraft.client.gui.screen.DirtMessageScreen
+ forge_1.17 = net.minecraft.client.gui.screens.GenericDirtMessageScreen
+ fabric = net.minecraft.class_424
+}
+
+identifier-group {
+ forge_1.16 = net.minecraft.client.gui.screen.GamemodeSelectionScreen
+ forge_1.17 = net.minecraft.client.gui.screens.debug.GameModeSwitcherScreen
+ fabric = net.minecraft.class_5289
+}
+
+identifier-group {
+ forge_1.16 = net.minecraft.client.gui.screen.LoomScreen
+ forge_1.18 = net.minecraft.client.gui.screens.inventory.LoomScreen
+ fabric = net.minecraft.class_494
+}
+
+identifier-group {
+ forge_1.18 = net.minecraft.client.gui.screens.controls.KeyBindsScreen
+ fabric = net.minecraft.class_6599
+}
+
+identifier-group {
+ forge_1.18 = net.minecraft.client.gui.screens.MouseSettingsScreen
+ fabric = net.minecraft.class_4288
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/config/fancymenu/slideshows/LS/properties.txt b/config/fancymenu/slideshows/LS/properties.txt
index c52033c..6311d6f 100644
--- a/config/fancymenu/slideshows/LS/properties.txt
+++ b/config/fancymenu/slideshows/LS/properties.txt
@@ -1,11 +1,11 @@
-type = slideshow
-
-slideshow-meta {
- name = loading_screen
- width = 1920
- height = 1080
- x = 0
- y = 0
- duration = 0.5
- fadespeed = 3.0
+type = slideshow
+
+slideshow-meta {
+ name = loading_screen
+ width = 1920
+ height = 1080
+ x = 0
+ y = 0
+ duration = 0.5
+ fadespeed = 3.0
}
\ No newline at end of file
diff --git a/config/fancymenu/slideshows/MM/properties.txt b/config/fancymenu/slideshows/MM/properties.txt
index 13bce26..4c62872 100644
--- a/config/fancymenu/slideshows/MM/properties.txt
+++ b/config/fancymenu/slideshows/MM/properties.txt
@@ -1,11 +1,11 @@
-type = slideshow
-
-slideshow-meta {
- name = main_menu
- width = 2560
- height = 1440
- x = 0
- y = 0
- duration = 0.5
- fadespeed = 2.0
+type = slideshow
+
+slideshow-meta {
+ name = main_menu
+ width = 2560
+ height = 1440
+ x = 0
+ y = 0
+ duration = 0.5
+ fadespeed = 2.0
}
\ No newline at end of file
diff --git a/config/farmersdelight-client.toml b/config/farmersdelight-client.toml
index 8e35aae..e7a180f 100644
--- a/config/farmersdelight-client.toml
+++ b/config/farmersdelight-client.toml
@@ -1,10 +1,10 @@
-
-#Client settings
-[client]
- #Should the hunger bar have a gilded overlay when the player has the Nourishment effect?
- nourishmentHungerOverlay = true
- #Should the health bar have a silver sheen when the player has the Comfort effect?
- comfortHealthOverlay = true
- #Should meal and drink tooltips display which effects they provide?
- foodEffectTooltip = true
-
+
+#Client settings
+[client]
+ #Should the hunger bar have a gilded overlay when the player has the Nourishment effect?
+ nourishmentHungerOverlay = true
+ #Should the health bar have a silver sheen when the player has the Comfort effect?
+ comfortHealthOverlay = true
+ #Should meal and drink tooltips display which effects they provide?
+ foodEffectTooltip = true
+
diff --git a/config/farmersdelight-common.toml b/config/farmersdelight-common.toml
index 176ab80..8858c6c 100644
--- a/config/farmersdelight-common.toml
+++ b/config/farmersdelight-common.toml
@@ -1,115 +1,115 @@
-
-#Game settings
-[settings]
- #Farmer's Delight adds crates (3x3) for vanilla crops, similar to Quark and Thermal Cultivation. Should they be craftable?
- enableVanillaCropCrates = true
- #Should Novice and Apprentice Farmers buy this mod's crops? (May reduce chances of other trades appearing)
- farmersBuyFDCrops = true
- #Should the Wandering Trader sell some of this mod's items? (Currently includes crop seeds and onions)
- wanderingTraderSellsFDItems = true
- #How often (in percentage) should Rich Soil succeed in boosting a plant's growth at each random tick? Set it to 0.0 to disable this.
- #Range: 0.0 ~ 1.0
- richSoilBoostChance = 0.2
- #How much of a bonus (in percentage) should each level of Fortune grant to Cutting Board chances? Set it to 0.0 to disable this.
- #Range: 0.0 ~ 1.0
- cuttingBoardFortuneBonus = 0.1
- #Should players be able to reel back rope, bottom to top, when sneak-using with an empty hand on them?
- enableRopeReeling = true
- #A list of dye colors that, when used as the background of a Canvas Sign, should default to white text when placed.
- #Dyes: ["white", "orange", "magenta", "light_blue", "yellow", "lime", "pink", "gray", "light_gray", "cyan", "purple", "blue", "brown", "green", "red", "black"]
- canvasSignDarkBackgroundList = ["gray", "purple", "blue", "brown", "green", "red", "black"]
-
-#Farming
-[farming]
- #Which rope should Tomato Vines leave behind when mined by hand?
- defaultTomatoVineRope = "farmersdelight:rope"
- #Should tomato vines be able to climb any rope tagged as farmersdelight:ropes?
- #Beware: this will convert these blocks into the block specified in defaultTomatoVineRope.
- enableTomatoVineClimbingTaggedRopes = true
-
-#Recipe book
-[recipe_book]
- #Should the Cooking Pot have a Recipe Book available on its interface?
- enableRecipeBookCookingPot = true
-
-#Vanilla item overrides
-[overrides]
- #Should soups and stews from vanilla Minecraft grant additional effects, like meals from this mod?
- vanillaSoupExtraEffects = true
- #Should Rabbit Stew grant users the jumping prowess of a rabbit when eaten?
- rabbitStewJumpBoost = true
- #Should the Dispenser be able to operate a Cutting Board in front of it?
- dispenserUsesToolsOnCuttingBoard = true
-
- #Stack size overrides
- [overrides.stack_size]
- #Should BowlFoodItems in the following list become stackable to 16, much like Farmer's Delight's meals?
- enableStackableSoupItems = true
- #List of BowlFoodItems. They must extend this class to be affected. Default: vanilla soups and stews.
- soupItemList = ["minecraft:mushroom_stew", "minecraft:beetroot_soup", "minecraft:rabbit_stew"]
-
-#World generation
-[world]
- #Should this mod add some of its items (ropes, seeds, knives, meals etc.) as extra chest loot across Minecraft?
- generateFDChestLoot = true
- #Generate Compost Heaps across all village biomes
- genVillageCompostHeaps = true
-
- #Wild Cabbage generation
- [world.wild_cabbages]
- #Chance of generating clusters. Smaller value = more frequent.
- #Range: > 0
- chance = 30
-
- #Sea Beet generation
- [world.wild_beetroots]
- #Chance of generating clusters. Smaller value = more frequent.
- #Range: > 0
- chance = 30
-
- #Wild Potato generation
- [world.wild_potatoes]
- #Chance of generating clusters. Smaller value = more frequent.
- #Range: > 0
- chance = 100
-
- #Wild Carrot generation
- [world.wild_carrots]
- #Chance of generating clusters. Smaller value = more frequent.
- #Range: > 0
- chance = 120
-
- #Wild Onion generation
- [world.wild_onions]
- #Chance of generating clusters. Smaller value = more frequent.
- #Range: > 0
- chance = 120
-
- #Tomato Vines generation
- [world.wild_tomatoes]
- #Chance of generating clusters. Smaller value = more frequent.
- #Range: > 0
- chance = 100
-
- #Wild Rice generation
- [world.wild_rice]
- #Chance of generating clusters. Smaller value = more frequent.
- #Range: > 0
- chance = 20
-
- #Brown Mushroom Colony generation
- [world.brown_mushroom_colonies]
- #Generate brown mushroom colonies on mushroom fields
- genBrownMushroomColony = true
- #Chance of generating clusters. Smaller value = more frequent.
- #Range: > 0
- chance = 15
-
- #Red Mushroom Colony generation
- [world.red_mushroom_colonies]
- #Generate red mushroom colonies on mushroom fields
- genRedMushroomColony = true
- #Chance of generating clusters. Smaller value = more frequent.
- #Range: > 0
- chance = 15
-
+
+#Game settings
+[settings]
+ #Farmer's Delight adds crates (3x3) for vanilla crops, similar to Quark and Thermal Cultivation. Should they be craftable?
+ enableVanillaCropCrates = true
+ #Should Novice and Apprentice Farmers buy this mod's crops? (May reduce chances of other trades appearing)
+ farmersBuyFDCrops = true
+ #Should the Wandering Trader sell some of this mod's items? (Currently includes crop seeds and onions)
+ wanderingTraderSellsFDItems = true
+ #How often (in percentage) should Rich Soil succeed in boosting a plant's growth at each random tick? Set it to 0.0 to disable this.
+ #Range: 0.0 ~ 1.0
+ richSoilBoostChance = 0.2
+ #How much of a bonus (in percentage) should each level of Fortune grant to Cutting Board chances? Set it to 0.0 to disable this.
+ #Range: 0.0 ~ 1.0
+ cuttingBoardFortuneBonus = 0.1
+ #Should players be able to reel back rope, bottom to top, when sneak-using with an empty hand on them?
+ enableRopeReeling = true
+ #A list of dye colors that, when used as the background of a Canvas Sign, should default to white text when placed.
+ #Dyes: ["white", "orange", "magenta", "light_blue", "yellow", "lime", "pink", "gray", "light_gray", "cyan", "purple", "blue", "brown", "green", "red", "black"]
+ canvasSignDarkBackgroundList = ["gray", "purple", "blue", "brown", "green", "red", "black"]
+
+#Farming
+[farming]
+ #Which rope should Tomato Vines leave behind when mined by hand?
+ defaultTomatoVineRope = "farmersdelight:rope"
+ #Should tomato vines be able to climb any rope tagged as farmersdelight:ropes?
+ #Beware: this will convert these blocks into the block specified in defaultTomatoVineRope.
+ enableTomatoVineClimbingTaggedRopes = true
+
+#Recipe book
+[recipe_book]
+ #Should the Cooking Pot have a Recipe Book available on its interface?
+ enableRecipeBookCookingPot = true
+
+#Vanilla item overrides
+[overrides]
+ #Should soups and stews from vanilla Minecraft grant additional effects, like meals from this mod?
+ vanillaSoupExtraEffects = true
+ #Should Rabbit Stew grant users the jumping prowess of a rabbit when eaten?
+ rabbitStewJumpBoost = true
+ #Should the Dispenser be able to operate a Cutting Board in front of it?
+ dispenserUsesToolsOnCuttingBoard = true
+
+ #Stack size overrides
+ [overrides.stack_size]
+ #Should BowlFoodItems in the following list become stackable to 16, much like Farmer's Delight's meals?
+ enableStackableSoupItems = true
+ #List of BowlFoodItems. They must extend this class to be affected. Default: vanilla soups and stews.
+ soupItemList = ["minecraft:mushroom_stew", "minecraft:beetroot_soup", "minecraft:rabbit_stew"]
+
+#World generation
+[world]
+ #Should this mod add some of its items (ropes, seeds, knives, meals etc.) as extra chest loot across Minecraft?
+ generateFDChestLoot = true
+ #Generate Compost Heaps across all village biomes
+ genVillageCompostHeaps = true
+
+ #Wild Cabbage generation
+ [world.wild_cabbages]
+ #Chance of generating clusters. Smaller value = more frequent.
+ #Range: > 0
+ chance = 30
+
+ #Sea Beet generation
+ [world.wild_beetroots]
+ #Chance of generating clusters. Smaller value = more frequent.
+ #Range: > 0
+ chance = 30
+
+ #Wild Potato generation
+ [world.wild_potatoes]
+ #Chance of generating clusters. Smaller value = more frequent.
+ #Range: > 0
+ chance = 100
+
+ #Wild Carrot generation
+ [world.wild_carrots]
+ #Chance of generating clusters. Smaller value = more frequent.
+ #Range: > 0
+ chance = 120
+
+ #Wild Onion generation
+ [world.wild_onions]
+ #Chance of generating clusters. Smaller value = more frequent.
+ #Range: > 0
+ chance = 120
+
+ #Tomato Vines generation
+ [world.wild_tomatoes]
+ #Chance of generating clusters. Smaller value = more frequent.
+ #Range: > 0
+ chance = 100
+
+ #Wild Rice generation
+ [world.wild_rice]
+ #Chance of generating clusters. Smaller value = more frequent.
+ #Range: > 0
+ chance = 20
+
+ #Brown Mushroom Colony generation
+ [world.brown_mushroom_colonies]
+ #Generate brown mushroom colonies on mushroom fields
+ genBrownMushroomColony = true
+ #Chance of generating clusters. Smaller value = more frequent.
+ #Range: > 0
+ chance = 15
+
+ #Red Mushroom Colony generation
+ [world.red_mushroom_colonies]
+ #Generate red mushroom colonies on mushroom fields
+ genRedMushroomColony = true
+ #Chance of generating clusters. Smaller value = more frequent.
+ #Range: > 0
+ chance = 15
+
diff --git a/config/farmingforblockheads-common.toml b/config/farmingforblockheads-common.toml
index ac8adac..90c76b4 100644
--- a/config/farmingforblockheads-common.toml
+++ b/config/farmingforblockheads-common.toml
@@ -1,23 +1,23 @@
-#List of names the merchant can have.
-merchantNames = ["Swap-O-Matic", "Emerald Muncher", "Weathered Salesperson"]
-#The range within animals can be fed by the feeding trough.
-#Range: > -2147483648
-feedingTroughRange = 8
-#The maximum amount of animals (per type) until the feeding trough stops feeding.
-#Range: > -2147483648
-feedingTroughMaxAnimals = 24
-#The range at which the chicken nest picks up laid eggs.
-#Range: > -2147483648
-chickenNestRange = 8
-#The chance to get a bonus crop when using Green Fertilizer.
-#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
-fertilizerBonusCropChance = 1.0
-#The chance to get a bonus growth when using Red Fertilizer.
-#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
-fertilizerBonusGrowthChance = 1.0
-#The chance for Fertilized Farmland to turn back into regular Farmland (per provided bonus).
-#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
-fertilizerRegressionChance = 0.0
-#If true, merchants will be considered babies (on a technical level only), which may resolve exploits based on merchant death loot (like blood)
-treatMerchantsLikeBabies = true
-
+#List of names the merchant can have.
+merchantNames = ["Swap-O-Matic", "Emerald Muncher", "Weathered Salesperson"]
+#The range within animals can be fed by the feeding trough.
+#Range: > -2147483648
+feedingTroughRange = 8
+#The maximum amount of animals (per type) until the feeding trough stops feeding.
+#Range: > -2147483648
+feedingTroughMaxAnimals = 24
+#The range at which the chicken nest picks up laid eggs.
+#Range: > -2147483648
+chickenNestRange = 8
+#The chance to get a bonus crop when using Green Fertilizer.
+#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+fertilizerBonusCropChance = 1.0
+#The chance to get a bonus growth when using Red Fertilizer.
+#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+fertilizerBonusGrowthChance = 1.0
+#The chance for Fertilized Farmland to turn back into regular Farmland (per provided bonus).
+#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+fertilizerRegressionChance = 0.0
+#If true, merchants will be considered babies (on a technical level only), which may resolve exploits based on merchant death loot (like blood)
+treatMerchantsLikeBabies = true
+
diff --git a/config/fastbench.cfg b/config/fastbench.cfg
index 8f774c5..19bfab9 100644
--- a/config/fastbench.cfg
+++ b/config/fastbench.cfg
@@ -1,19 +1,19 @@
-# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
-
-#
-
-general {
- # If the recipe book button is removed.
- # Default: true
- B:"Remove Recipe Book Button"=true
-
- # If the crafting table has a tooltip
- # Default: false
- B:"Disable tooltip on crafting table"=false
-
- # The tick interval at which all pooled grid updates will be run. Duplicate updates within the interval will be squashed.
- # Default: 2; Range: [1 ~ 100]
- I:"Grid Update Interval"=2
-}
-
-
+# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
+
+#
+
+general {
+ # If the recipe book button is removed.
+ # Default: true
+ B:"Remove Recipe Book Button"=true
+
+ # If the crafting table has a tooltip
+ # Default: false
+ B:"Disable tooltip on crafting table"=false
+
+ # The tick interval at which all pooled grid updates will be run. Duplicate updates within the interval will be squashed.
+ # Default: 2; Range: [1 ~ 100]
+ I:"Grid Update Interval"=2
+}
+
+
diff --git a/config/fastpaintings-common.toml b/config/fastpaintings-common.toml
index f65f60c..fa17643 100644
--- a/config/fastpaintings-common.toml
+++ b/config/fastpaintings-common.toml
@@ -1,6 +1,6 @@
-
-[general]
- #Makes paintings always drop with their NBT
- #Allowed Values: OFF, ALWAYS, WHEN_PLACED_WITH_NBT
- nbt_drop = "OFF"
-
+
+[general]
+ #Makes paintings always drop with their NBT
+ #Allowed Values: OFF, ALWAYS, WHEN_PLACED_WITH_NBT
+ nbt_drop = "OFF"
+
diff --git a/config/fastsuite.cfg b/config/fastsuite.cfg
index 51e6d0e..d775394 100644
--- a/config/fastsuite.cfg
+++ b/config/fastsuite.cfg
@@ -1,20 +1,20 @@
-# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
-
-# FastSuite Configuration
-
-general {
- # A list of recipe types which may only be looked up on the main thread. Add a recipe type to this list if errors start happening.
- # Default: [
- S:"Single Threaded Recipe Types" <
- >
-
- # The max time, in seconds, that a recipe lookup may take before aborting the lookup and logging an error.
- # Default: 25; Range: [1 ~ 300]
- I:"Max Recipe Lookup Time"=25
-
- # If true, the stacks used as recipe inputs will be locked and throw an error if modified during parallel matching. Useful for debugging.
- # Default: false
- B:"Lock Crafting Input Stacks"=false
-}
-
-
+# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
+
+# FastSuite Configuration
+
+general {
+ # A list of recipe types which may only be looked up on the main thread. Add a recipe type to this list if errors start happening.
+ # Default: [
+ S:"Single Threaded Recipe Types" <
+ >
+
+ # The max time, in seconds, that a recipe lookup may take before aborting the lookup and logging an error.
+ # Default: 25; Range: [1 ~ 300]
+ I:"Max Recipe Lookup Time"=25
+
+ # If true, the stacks used as recipe inputs will be locked and throw an error if modified during parallel matching. Useful for debugging.
+ # Default: false
+ B:"Lock Crafting Input Stacks"=false
+}
+
+
diff --git a/config/ferritecore-mixin.toml b/config/ferritecore-mixin.toml
index aed27fe..bd2e24a 100644
--- a/config/ferritecore-mixin.toml
+++ b/config/ferritecore-mixin.toml
@@ -1,23 +1,23 @@
-#Use a slightly more compact, but also slightly slower representation for block states
-compactFastMap = false
-#Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk!
-useSmallThreadingDetector = false
-#Cache the predicate instances used in multipart models
-cacheMultipartPredicates = true
-#Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled
-multipartDeduplication = true
-#Deduplicate cached data for blockstates, most importantly collision and render shapes
-blockstateCacheDeduplication = true
-#Avoid creation of new strings when creating ModelResourceLocations
-modelResourceLocations = true
-#Use smaller data structures for "simple" models, especially models with few side-specific faces
-modelSides = true
-#Replace the blockstate neighbor table
-replaceNeighborLookup = true
-#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly.
-populateNeighborTable = false
-#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled
-replacePropertyMap = true
-#Deduplicate vertex data of baked quads in the basic model implementations
-bakedQuadDeduplication = true
-
+#Use a slightly more compact, but also slightly slower representation for block states
+compactFastMap = false
+#Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk!
+useSmallThreadingDetector = false
+#Cache the predicate instances used in multipart models
+cacheMultipartPredicates = true
+#Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled
+multipartDeduplication = true
+#Deduplicate cached data for blockstates, most importantly collision and render shapes
+blockstateCacheDeduplication = true
+#Avoid creation of new strings when creating ModelResourceLocations
+modelResourceLocations = true
+#Use smaller data structures for "simple" models, especially models with few side-specific faces
+modelSides = true
+#Replace the blockstate neighbor table
+replaceNeighborLookup = true
+#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly.
+populateNeighborTable = false
+#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled
+replacePropertyMap = true
+#Deduplicate vertex data of baked quads in the basic model implementations
+bakedQuadDeduplication = true
+
diff --git a/config/flywheel-client.toml b/config/flywheel-client.toml
index e41e202..d07d80e 100644
--- a/config/flywheel-client.toml
+++ b/config/flywheel-client.toml
@@ -1,8 +1,8 @@
-#Select the backend to use.
-#Allowed Values: OFF, BATCHING, INSTANCING
-backend = "INSTANCING"
-#Enable or disable a debug overlay that colors pixels by their normal.
-debugNormals = false
-#Enable or disable instance update limiting with distance.
-limitUpdates = true
-
+#Select the backend to use.
+#Allowed Values: OFF, BATCHING, INSTANCING
+backend = "INSTANCING"
+#Enable or disable a debug overlay that colors pixels by their normal.
+debugNormals = false
+#Enable or disable instance update limiting with distance.
+limitUpdates = true
+
diff --git a/config/fml.toml b/config/fml.toml
index f843a0b..830be59 100644
--- a/config/fml.toml
+++ b/config/fml.toml
@@ -1,25 +1,25 @@
-#Early window height
-earlyWindowHeight = 480
-#Early window framebuffer scale
-earlyWindowFBScale = 1
-#Enable forge global version checking
-versionCheck = true
-#Early window provider
-earlyWindowProvider = "fmlearlywindow"
-#Early window width
-earlyWindowWidth = 854
-#Early window starts maximized
-earlyWindowMaximized = false
-#Default config path for servers
-defaultConfigPath = "defaultconfigs"
-#Disables Optimized DFU client-side - already disabled on servers
-disableOptimizedDFU = true
-#Skip specific GL versions, may help with buggy graphics card drivers
-earlyWindowSkipGLVersions = []
-#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them.
-earlyWindowControl = true
-#Max threads for early initialization parallelism, -1 is based on processor count
-maxThreads = -1
-#Squir?
-earlyWindowSquir = false
-
+#Early window height
+earlyWindowHeight = 480
+#Early window framebuffer scale
+earlyWindowFBScale = 1
+#Enable forge global version checking
+versionCheck = true
+#Early window provider
+earlyWindowProvider = "fmlearlywindow"
+#Early window width
+earlyWindowWidth = 854
+#Early window starts maximized
+earlyWindowMaximized = false
+#Default config path for servers
+defaultConfigPath = "defaultconfigs"
+#Disables Optimized DFU client-side - already disabled on servers
+disableOptimizedDFU = true
+#Skip specific GL versions, may help with buggy graphics card drivers
+earlyWindowSkipGLVersions = []
+#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them.
+earlyWindowControl = true
+#Max threads for early initialization parallelism, -1 is based on processor count
+maxThreads = -1
+#Squir?
+earlyWindowSquir = false
+
diff --git a/config/forge-client.toml b/config/forge-client.toml
index 178ae0e..c24ab88 100644
--- a/config/forge-client.toml
+++ b/config/forge-client.toml
@@ -1,24 +1,24 @@
-
-#Client only settings, mostly things related to rendering
-[client]
- #Enable Forge to queue all chunk updates to the Chunk Update thread.
- #May increase FPS significantly, but may also cause weird rendering lag.
- #Not recommended for computers without a significant number of cores available.
- alwaysSetupTerrainOffThread = false
- #EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models.
- experimentalForgeLightPipelineEnabled = false
- #When enabled, Forge will show any warnings that occurred during loading.
- showLoadWarnings = true
- #Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones.
- useCombinedDepthStencilAttachment = false
- #[DEPRECATED] Does nothing anymore, IPv6 addresses will be compressed always
- compressLanIPv6Addresses = true
- #During block model baking, manually calculates the normal for all faces.
- #This was the default behavior of forge between versions 31.0 and 47.1.
- #May result in differences between vanilla rendering and forge rendering.
- #Will only produce differences for blocks that contain non-axis aligned faces.
- #You will need to reload your resources to see results.
- calculateAllNormals = false
- #When enabled, a slightly biased Direction#getNearest calculation will be used to prevent normal fighting on 45 degree angle faces.
- stabilizeDirectionGetNearest = true
-
+
+#Client only settings, mostly things related to rendering
+[client]
+ #Enable Forge to queue all chunk updates to the Chunk Update thread.
+ #May increase FPS significantly, but may also cause weird rendering lag.
+ #Not recommended for computers without a significant number of cores available.
+ alwaysSetupTerrainOffThread = false
+ #EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models.
+ experimentalForgeLightPipelineEnabled = false
+ #When enabled, Forge will show any warnings that occurred during loading.
+ showLoadWarnings = true
+ #Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones.
+ useCombinedDepthStencilAttachment = false
+ #[DEPRECATED] Does nothing anymore, IPv6 addresses will be compressed always
+ compressLanIPv6Addresses = true
+ #During block model baking, manually calculates the normal for all faces.
+ #This was the default behavior of forge between versions 31.0 and 47.1.
+ #May result in differences between vanilla rendering and forge rendering.
+ #Will only produce differences for blocks that contain non-axis aligned faces.
+ #You will need to reload your resources to see results.
+ calculateAllNormals = false
+ #When enabled, a slightly biased Direction#getNearest calculation will be used to prevent normal fighting on 45 degree angle faces.
+ stabilizeDirectionGetNearest = true
+
diff --git a/config/friendlygriefing-server.toml b/config/friendlygriefing-server.toml
index 27401e9..78f8745 100644
--- a/config/friendlygriefing-server.toml
+++ b/config/friendlygriefing-server.toml
@@ -1,8 +1,8 @@
-
-#General settings
-[general]
- #Mob ids to allow griefing
- #Ids have the pattern "minecraft/mod:entity"
- #Default is "minecraft:villager"
- friendlyGriefing = ["minecraft:villager","minecraft:piglin"]
-
+
+#General settings
+[general]
+ #Mob ids to allow griefing
+ #Ids have the pattern "minecraft/mod:entity"
+ #Default is "minecraft:villager"
+ friendlyGriefing = ["minecraft:villager","minecraft:piglin"]
+
diff --git a/config/friendsandfoes.json b/config/friendsandfoes.json
index a016f80..086ca3e 100644
--- a/config/friendsandfoes.json
+++ b/config/friendsandfoes.json
@@ -1,49 +1,49 @@
-{
- "checkForNewUpdates": true,
- "enableCopperGolem": true,
- "generateCopperGolemAreaStructure": true,
- "copperGolemAreaStructureWeight": 1,
- "generateCopperGolemInAncientCity": true,
- "copperGolemAncientCityCenterWeight": 3,
- "enableGlare": true,
- "enableGlareSpawn": true,
- "enableGlareGriefing": true,
- "glareSpawnWeight": 4,
- "glareSpawnMinGroupSize": 1,
- "glareSpawnMaxGroupSize": 1,
- "enableMauler": true,
- "enableMaulerSpawn": true,
- "maulerDesertSpawnWeight": 8,
- "maulerDesertSpawnMinGroupSize": 1,
- "maulerDesertSpawnMaxGroupSize": 1,
- "maulerBadlandsSpawnWeight": 16,
- "maulerBadlandsSpawnMinGroupSize": 1,
- "maulerBadlandsSpawnMaxGroupSize": 1,
- "maulerSavannaSpawnWeight": 32,
- "maulerSavannaSpawnMinGroupSize": 1,
- "maulerSavannaSpawnMaxGroupSize": 1,
- "enableMoobloom": true,
- "enableMoobloomSpawn": true,
- "moobloomSpawnWeight": 4,
- "moobloomSpawnMinGroupSize": 2,
- "moobloomSpawnMaxGroupSize": 4,
- "enableIceologer": true,
- "enableIceologerSpawn": true,
- "enableIceologerInRaids": true,
- "generateIceologerCabinStructure": true,
- "enableIllusioner": true,
- "enableIllusionerSpawn": true,
- "enableIllusionerInRaids": true,
- "generateIllusionerShackStructure": true,
- "generateIllusionerTrainingGroundsStructure": true,
- "enableZombieHorseTrap": true,
- "enableRascal": true,
- "enableRascalSpawn": true,
- "enableTuffGolem": true,
- "generateTuffGolemInStronghold": true,
- "enableWildfire": true,
- "generateCitadelStructure": true,
- "enableBeekeeperVillagerProfession": true,
- "generateBeekeeperAreaStructure": true,
- "beekeeperAreaStructureWeight": 2
-}
+{
+ "checkForNewUpdates": true,
+ "enableCopperGolem": true,
+ "generateCopperGolemAreaStructure": true,
+ "copperGolemAreaStructureWeight": 1,
+ "generateCopperGolemInAncientCity": true,
+ "copperGolemAncientCityCenterWeight": 3,
+ "enableGlare": true,
+ "enableGlareSpawn": true,
+ "enableGlareGriefing": true,
+ "glareSpawnWeight": 4,
+ "glareSpawnMinGroupSize": 1,
+ "glareSpawnMaxGroupSize": 1,
+ "enableMauler": true,
+ "enableMaulerSpawn": true,
+ "maulerDesertSpawnWeight": 8,
+ "maulerDesertSpawnMinGroupSize": 1,
+ "maulerDesertSpawnMaxGroupSize": 1,
+ "maulerBadlandsSpawnWeight": 16,
+ "maulerBadlandsSpawnMinGroupSize": 1,
+ "maulerBadlandsSpawnMaxGroupSize": 1,
+ "maulerSavannaSpawnWeight": 32,
+ "maulerSavannaSpawnMinGroupSize": 1,
+ "maulerSavannaSpawnMaxGroupSize": 1,
+ "enableMoobloom": true,
+ "enableMoobloomSpawn": true,
+ "moobloomSpawnWeight": 4,
+ "moobloomSpawnMinGroupSize": 2,
+ "moobloomSpawnMaxGroupSize": 4,
+ "enableIceologer": true,
+ "enableIceologerSpawn": true,
+ "enableIceologerInRaids": true,
+ "generateIceologerCabinStructure": true,
+ "enableIllusioner": true,
+ "enableIllusionerSpawn": true,
+ "enableIllusionerInRaids": true,
+ "generateIllusionerShackStructure": true,
+ "generateIllusionerTrainingGroundsStructure": true,
+ "enableZombieHorseTrap": true,
+ "enableRascal": true,
+ "enableRascalSpawn": true,
+ "enableTuffGolem": true,
+ "generateTuffGolemInStronghold": true,
+ "enableWildfire": true,
+ "generateCitadelStructure": true,
+ "enableBeekeeperVillagerProfession": true,
+ "generateBeekeeperAreaStructure": true,
+ "beekeeperAreaStructureWeight": 2
+}
diff --git a/config/ftbquests/quests/chapter_groups.snbt b/config/ftbquests/quests/chapter_groups.snbt
index 1fa4148..5daf098 100644
--- a/config/ftbquests/quests/chapter_groups.snbt
+++ b/config/ftbquests/quests/chapter_groups.snbt
@@ -1,8 +1,8 @@
-{
- chapter_groups: [
- { id: "1E3C4B5FFAE48A39", title: "&eCampaign&r" }
- { id: "5F2CCE8075FCC994", title: "&eDevelopment&r" }
- { id: "37C10F4BE9E00A26", title: "&eLogbook&r" }
- { id: "5C56FC6157E20EBE", title: "&eMultiplayer&r" }
- ]
-}
+{
+ chapter_groups: [
+ { id: "1E3C4B5FFAE48A39", title: "&eCampaign&r" }
+ { id: "5F2CCE8075FCC994", title: "&eDevelopment&r" }
+ { id: "37C10F4BE9E00A26", title: "&eLogbook&r" }
+ { id: "5C56FC6157E20EBE", title: "&eMultiplayer&r" }
+ ]
+}
diff --git a/config/ftbquests/quests/chapters/act_i.snbt b/config/ftbquests/quests/chapters/act_i.snbt
index cc8a325..4fc43d4 100644
--- a/config/ftbquests/quests/chapters/act_i.snbt
+++ b/config/ftbquests/quests/chapters/act_i.snbt
@@ -1,1598 +1,1598 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "act_i"
- group: "1E3C4B5FFAE48A39"
- icon: {
- Count: 1b
- id: "minecraft:iron_sword"
- tag: {
- Damage: 0
- }
- }
- id: "6F8D9CB650A8A0C6"
- order_index: 1
- quest_links: [ ]
- quests: [
- {
- dependencies: ["0CDFB8E5BB59B981"]
- description: [
- "Scouting reports indicate a rise in Illager activity. There have even been reports of increased necromantic activities!"
- ""
- "Check the area for any undead creatures, and &ekill them&r."
- ]
- icon: {
- Count: 1b
- id: "minecraft:wooden_sword"
- tag: {
- Damage: 0
- }
- }
- id: "313921A7833269CF"
- rewards: [
- {
- id: "523A80564F5B3B6A"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:basic/zombie"
- }
- }
- title: "Zombie Gateway"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 125"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "72B420BFEB4D2F50"
- silent: true
- title: "125 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [
- {
- entity: "minecraft:zombie"
- icon: "minecraft:zombie_head"
- id: "1CF03CBB118CB4BD"
- type: "kill"
- value: 5L
- }
- {
- entity: "minecraft:skeleton"
- icon: "minecraft:skeleton_skull"
- id: "6912869AEEF02CF4"
- type: "kill"
- value: 5L
- }
- ]
- title: "Training Arc"
- x: 0.0d
- y: 0.0d
- }
- {
- dependencies: ["313921A7833269CF"]
- description: [
- "You've found a &eZombie Gateway&r from the last creatures you fought. Oddly, you sense an uncomfortable energy emanating from it."
- ""
- "Could it be the cause for the uprise in undead creatures? It's worth taking a look. Try using the pearl away from a village. It seems like it might open a portal upon use..."
- ]
- icon: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:basic/zombie"
- }
- }
- id: "4956C0B5633CE91E"
- rewards: [
- {
- id: "1397C9FF3BAFD9BD"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:basic/witch"
- }
- }
- title: "Witch Gateway"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "602249117C6F72CE"
- silent: true
- title: "250 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "34AE80E5F42D3E80"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- subtitle: "Level Methods"
- tasks: [
- {
- entity: "minecraft:zombie"
- icon: "minecraft:zombie_head"
- id: "3A09F9D7E19A7E9E"
- type: "kill"
- value: 20L
- }
- {
- entity: "minecraft:husk"
- icon: "minecraft:zombie_head"
- id: "0081A1F923E703C9"
- type: "kill"
- value: 4L
- }
- ]
- title: "Disturbances in the Air"
- x: 1.5d
- y: -1.5d
- }
- {
- can_repeat: false
- dependencies: ["313921A7833269CF"]
- description: [
- "The scouts have come back with another report! Obscenely large Zombies, Skeletons, and Creepers have been sighted around the Overworld."
- ""
- "This can only be the work of the &eWitches&r. You'll need to find a Witch, interrogate her, and take any suspicious items."
- ]
- icon: "minecraft:cauldron"
- id: "0388547EAFE52B5F"
- rewards: [
- {
- count: 4
- id: "5E5370AF7FBC8339"
- item: {
- Count: 1b
- id: "minecraft:splash_potion"
- tag: {
- Potion: "mutantmonsters:chemical_x"
- }
- }
- title: "Splash Potions of Chemical X"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 150"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "44AC5FC2AAB8AE3B"
- silent: true
- title: "150 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- entity: "minecraft:witch"
- icon: "simplehats:zigzagwitchhat"
- id: "02C46D668A930502"
- type: "kill"
- value: 3L
- }]
- title: "A Brewsome Problem"
- x: 1.5d
- y: 0.0d
- }
- {
- dependencies: ["0388547EAFE52B5F"]
- description: [
- "It seems like the Witch was brewing up a suspicious potion. It's labelled &e\"Chemical X\"&r. Maybe you should see what it does, it might be responsible for the large creatures."
- ""
- "Try tossing this onto a &eregular skeleton&r and seeing what happens. Or if I'm unlucky enough, I'll run into a &eMutant Skeleton&r on my own."
- ]
- icon: {
- Count: 1b
- id: "mutantmonsters:mutant_skeleton_skull"
- tag: {
- Damage: 0
- }
- }
- id: "5FCA8577C7DB792D"
- rewards: [
- {
- id: "004160CB2EF9E66B"
- item: "mmorpg:currency/level_up_orb"
- title: "Orb of Infinity"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2E30BFE015E9A7C4"
- silent: true
- title: "250 Experience"
- type: "command"
- }
- {
- exclude_from_claim_all: true
- id: "53538166A40324CB"
- table_id: 8277515430762442209L
- type: "choice"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- entity: "mutantmonsters:mutant_skeleton"
- icon: {
- Count: 1b
- id: "mutantmonsters:mutant_skeleton_skull"
- tag: {
- Damage: 0
- }
- }
- id: "1D20D3BF3B9BD554"
- type: "kill"
- value: 1L
- }]
- title: "An Experiment Gone Wrong"
- x: 3.0d
- y: 0.0d
- }
- {
- dependencies: ["5FCA8577C7DB792D"]
- dependency_requirement: "one_completed"
- description: [
- "You've confirmed that the Witches were brewing potions of Chemical X to be used on Overworld creatures, turning them into hideous monstrosities."
- ""
- "However, there must be some reason they've all collectively started brewing Chemical X... Perhaps it's time to do the scouting yourself. Your intuition points towards the dastardly &eIllagers.&r"
- ""
- "Maybe you can scout out what the Illagers are up to. They've been known to outsource their potion-creation to Witches in the past. You can find &ePillagers&r in &eVanilla Pillager Outposts&r which spawn frequently in the Overworld."
- ]
- icon: {
- Count: 1b
- id: "minecraft:splash_potion"
- tag: {
- Potion: "goblintraders:absorption"
- }
- }
- id: "783CA457464E8E3D"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "55703D37D362DFBB"
- silent: true
- title: "250 Experience"
- type: "command"
- }]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- entity: "minecraft:pillager"
- icon: {
- Count: 1b
- id: "minecraft:iron_axe"
- tag: {
- Damage: 0
- }
- }
- id: "14618CB75F8DA2F8"
- type: "kill"
- value: 4L
- }]
- title: "Investigation"
- x: 6.0d
- y: 0.0d
- }
- {
- dependencies: ["783CA457464E8E3D"]
- dependency_requirement: "all_started"
- description: [
- "These &eIllagers&r have been up to no good. They've been raiding villages and are found commonly in &eOverworld structures&r."
- ""
- "Now that you know who's behind the rise in hostile creatures, it's time to &ebring the fight&r to them."
- ]
- icon: "simplehats:hockeymask"
- id: "56FF2D399F956629"
- rewards: [
- {
- id: "354515A8CAD6A367"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":5,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 5)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2DA88FAF6ABE615D"
- silent: true
- title: "500 Experience"
- type: "command"
- }
- ]
- subtitle: "Illager Arc"
- tasks: [
- {
- entity: "illagerinvasion:basher"
- icon: {
- Count: 1b
- id: "minecraft:shield"
- tag: {
- Damage: 0
- }
- }
- id: "111624BAC6AD7E0E"
- type: "kill"
- value: 8L
- }
- {
- entity: "illagerinvasion:marauder"
- icon: {
- Count: 1b
- id: "minecraft:iron_axe"
- tag: {
- Damage: 0
- }
- }
- id: "416E99E238B786D4"
- type: "kill"
- value: 8L
- }
- {
- entity: "illagerinvasion:provoker"
- icon: "simplehats:chickenhead"
- id: "40CF23F638C07E93"
- type: "kill"
- value: 8L
- }
- ]
- title: "Spread Prevention"
- x: 6.0d
- y: -1.5d
- }
- {
- dependencies: ["783CA457464E8E3D"]
- dependency_requirement: "all_started"
- description: ["These Illagers can only be easily found in &evillage raids&r. You'll have to wait for them to come to you, but then when they do, make sure they don't leave."]
- icon: {
- Count: 1b
- id: "minecraft:iron_axe"
- tag: {
- Damage: 0
- }
- }
- id: "67D7938E14CD96D4"
- rewards: [
- {
- id: "322956878C8086DC"
- item: {
- Count: 1b
- id: "mmorpg:chest/currency"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":5,\"id\":\"currency\",\"key\":\"\"}"
- }
- }
- title: "Common Currency Loot Chest (Lv. 5)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "332F58B90C64735B"
- silent: true
- title: "500 Experience"
- type: "command"
- }
- {
- id: "6F15877F9B2450C1"
- item: "lightmanscurrency:coin_emerald"
- type: "item"
- }
- ]
- subtitle: "Illager Arc"
- tasks: [
- {
- entity: "illagerinvasion:archivist"
- icon: "minecraft:writable_book"
- id: "48EB8067150A2569"
- type: "kill"
- value: 4L
- }
- {
- entity: "illagerinvasion:sorcerer"
- icon: {
- Count: 1b
- id: "mmorpg:weapon/staff/diamond"
- tag: {
- Damage: 0
- }
- }
- id: "3466BA58F158032F"
- type: "kill"
- value: 2L
- }
- ]
- title: "Raiding Party"
- x: 6.0d
- y: 1.5d
- }
- {
- dependencies: ["783CA457464E8E3D"]
- dependency_requirement: "one_completed"
- description: [
- "Looks like your suspicions were warranted. Through interrogation, you've learnt that the Illager &eInvoker&r is the mastermind behind these evil schemes."
- ""
- "Track down the Invoker and put an end to his evil plans. You've been told they can be found in &eWoodland Mansions&r... They can also apparently be encountered through forced &eGateway of the Raiders&r."
- ""
- "&cThe Invoker always spawns at level 15.&r"
- ""
- "The Invoker Has:"
- "&b+20% Elemental Resistance&r"
- "&a10% Chance of Dropping Owd Rune&r"
- ]
- icon: "simplehats:crown"
- id: "3E1EC6A042CC9310"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 1250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "61C78A9757B59F10"
- silent: true
- title: "1250 Experience"
- type: "command"
- }
- {
- exclude_from_claim_all: true
- id: "708A11185AA6E12C"
- table_id: 847184936680359530L
- type: "choice"
- }
- {
- id: "4DE8F79CE150A66E"
- item: "simplehats:crown"
- title: "Crown"
- type: "item"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "3AE054E2C8C68607"
- title: "2 Talent Points"
- type: "custom"
- }
- ]
- shape: "rsquare"
- size: 1.25d
- subtitle: "Main Quest"
- tasks: [{
- entity: "illagerinvasion:invoker"
- icon: "simplehats:crown"
- id: "25E3A4A8CE375525"
- type: "kill"
- value: 1L
- }]
- title: "The Mastermind"
- x: 7.5d
- y: 0.0d
- }
- {
- dependencies: ["783CA457464E8E3D"]
- dependency_requirement: "all_started"
- description: ["The &eIllusioner&r is deceptive and cunning. It's no surprise that they're the Invoker's left-hand Illager. You can find them in &eIllusioner Towers&r, or as part of &evillage raids&r. They can also apparently be encountered through forced &eGateway of the Raiders&r."]
- icon: {
- Count: 1b
- id: "mmorpg:weapon/staff/iron"
- tag: {
- Damage: 0
- }
- }
- id: "35796166DD6A69CE"
- rewards: [
- {
- id: "6AFB125691B58647"
- item: {
- Count: 1b
- id: "mmorpg:chest/common_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":5,\"id\":\"rune\",\"key\":\"\"}"
- }
- }
- title: "Common Rune Loot Chest (Lv. 5)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5D215F1369125AE0"
- silent: true
- title: "750 Experience"
- type: "command"
- }
- {
- id: "0BD1A1A9272CE58B"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:basic/enderman"
- }
- }
- type: "item"
- }
- ]
- subtitle: "Illager Arc"
- tasks: [{
- entity: "minecraft:illusioner"
- icon: {
- Count: 1b
- id: "mmorpg:weapon/staff/iron"
- tag: {
- Damage: 0
- }
- }
- id: "2BE997397056C5BC"
- type: "kill"
- value: 1L
- }]
- title: "Illager Advisor II"
- x: 7.5d
- y: 1.5d
- }
- {
- dependencies: ["783CA457464E8E3D"]
- dependency_requirement: "all_started"
- description: [
- "The &eInquisitor&r is the right-hand Illager of the Invoker. Taking one out will deal a heavy blow to the Invoker's forces."
- ""
- "You can find the Inquisitor in &evillage raids&r, or in the &eIllager Fortress&r. They can also apparently be encountered through forced &eGateway of the Raiders&r."
- ]
- icon: {
- Count: 1b
- id: "mmorpg:weapon/staff/wood"
- tag: {
- Damage: 0
- }
- }
- id: "664D834AA6B16719"
- rewards: [
- {
- id: "2043E25FA87E8E56"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":10,\"id\":\"gem\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 10)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "78A0C5335BFD302F"
- silent: true
- title: "750 Experience"
- type: "command"
- }
- {
- id: "73D187CA3C9EC9E3"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:basic/slime"
- }
- }
- type: "item"
- }
- ]
- subtitle: "Illager Arc"
- tasks: [{
- entity: "illagerinvasion:inquisitor"
- icon: {
- Count: 1b
- id: "mmorpg:weapon/staff/wood"
- tag: {
- Damage: 0
- }
- }
- id: "2CB01FCE39A1B730"
- type: "kill"
- value: 1L
- }]
- title: "Illager Advisor I"
- x: 7.5d
- y: -1.5d
- }
- {
- dependencies: ["727ADA9C4F420BDC"]
- description: [
- "You've defeated the Illager Invoker... But the Overworld is not safe yet."
- ""
- "Due to the activities of the Illagers, rifts to other dimensions have opened in the Overworld. You'll need to go into each dimension and stabilize the inter-dimensional connection. Otherwise, the Overworld may eventually be overrun with other-worldly creatures!"
- ""
- "It's time to go to the &eNether&r - a hellish landscape of flame. &eYou can get there by setting up an Obsidian portal. Activate the portal using Flint and Steel, and you'll be able to enter the Nether.&r"
- ""
- "{image:cte2:textures/nether_portal.png width:160 height:128 align:1}"
- ]
- icon: "minecraft:nether_star"
- id: "18E09A4B9FC1B43F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 1000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "28B6646CDD4EB2CA"
- silent: true
- title: "1000 Experience"
- type: "command"
- }]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- dimension: "minecraft:the_nether"
- icon: "minecraft:nether_star"
- id: "1E9044A8D48D9197"
- title: "Visit The Nether"
- type: "dimension"
- }]
- title: "Realm Unexplored"
- x: 10.5d
- y: 0.0d
- }
- {
- dependencies: ["3E1EC6A042CC9310"]
- description: [
- "CTE2's Campaign quest line is split into multiple acts, where each act is associated with a different dimension, preceded by a Prologue quest line (which you're already familiar with)."
- ""
- "As you complete the main quests, more side quests will unravel. And once you've completed the line of main quests (typically 5-7 quests in length), you will receive the quest to move on to the next act/dimension."
- ""
- "As you move from one dimension to the next, the mobs will become stronger, and the loot quality will improve. Although mobs scale to player level, they cap out in each dimension, making it possible to \"overlevel\" for a dimension if you're struggling with it."
- ""
- "&eRequires 2 dependencies to be completed.&r"
- ]
- icon: "minecraft:paper"
- id: "727ADA9C4F420BDC"
- rewards: [
- {
- count: 50
- id: "0416D44C116837AA"
- item: "lightmanscurrency:coin_iron"
- title: "Money"
- type: "item"
- }
- {
- exclude_from_claim_all: true
- id: "0FD2BABE1894771E"
- table_id: 7157812384472883171L
- type: "loot"
- }
- ]
- shape: "rsquare"
- subtitle: "Lost Page"
- tasks: [{
- id: "6FA3A47AFDD25C96"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Acts"
- x: 9.0d
- y: 0.0d
- }
- {
- dependencies: ["15C2A55BAFCA5084"]
- description: ["Luminescent creatures lurk in the underground to attract attention. Find some &eGlow Skeletons&r, kill them, and continue to explore the depths."]
- icon: "minecraft:skeleton_skull"
- id: "0D9B68F2990B8E94"
- rewards: [
- {
- id: "1A0A49388DA210A9"
- item: "lightmanscurrency:coin_gold"
- title: "Money"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 150"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7C2C1418BEA78297"
- silent: true
- title: "150 Experience"
- type: "command"
- }
- ]
- subtitle: "The Underground"
- tasks: [{
- entity: "monsterplus:glow_skeleton"
- icon: "minecraft:skeleton_skull"
- id: "60852F7DA78E9C10"
- type: "kill"
- value: 8L
- }]
- title: "Glow in the Dark Issues"
- x: 3.0d
- y: 3.0d
- }
- {
- dependencies: ["051DB401E3A08D89"]
- description: [
- "Why are the skeletons glowing in the first place? The creatures from which skeletons arise from weren't glowing in the dark..."
- ""
- "To investigate this potential osteo-mutation, find a &eHermit Abysswalker&r in the deep depths. Be careful, it can cast various spells and summon minions to aid it in combat."
- ""
- "The Hermit Abysswalker Has:"
- "&a5% Chance of Dropping Owd Rune&r"
- ]
- icon: {
- Count: 1b
- id: "monsterplus:darkstar"
- tag: {
- Damage: 0
- }
- }
- id: "152D52A88F776A70"
- rewards: [
- {
- id: "0579BD5D35950F36"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":10,\"id\":\"gem\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 10)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2B3FC6937853FEFE"
- silent: true
- title: "750 Experience"
- type: "command"
- }
- {
- exclude_from_claim_all: true
- id: "71705EA50FC99C7F"
- table_id: 6943149240522624098L
- type: "choice"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "63D9C567E093E023"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "diamond"
- subtitle: "The Underground"
- tasks: [{
- entity: "monsterplus:abyssologer"
- icon: {
- Count: 1b
- id: "monsterplus:darkstar"
- tag: {
- Damage: 0
- }
- }
- id: "60D90D429BE94FBC"
- type: "kill"
- value: 1L
- }]
- title: "Mutagenic Source"
- x: 6.0d
- y: 4.5d
- }
- {
- dependencies: ["0D9B68F2990B8E94"]
- description: ["You've heard numerous tales of underground &eGoblins&r and &eKobolds.&r Some tales say these creatures are aggressive, and not to be trifled with. But others say Kobolds and Goblins are the friendliest underground creatures... Provided you &ebring a bit of coin&r."]
- icon: "mmorpg:loot_table_chest"
- id: "6FF06A68E8DA88F2"
- rewards: [{
- id: "0266EEA438D94B03"
- item: "lightmanscurrency:coin_gold"
- type: "item"
- }]
- subtitle: "The Underground"
- tasks: [{
- id: "749BBB5B3A9895C3"
- item: "lightmanscurrency:coin_emerald"
- type: "item"
- }]
- title: "Hidden Traders"
- x: 3.0d
- y: 4.5d
- }
- {
- dependencies: ["15C2A55BAFCA5084"]
- description: [
- "&eXP Blocks&r are blocks that can be crafted and placed. They let you store any &evanilla experience&r into the block."
- ""
- "Usage:"
- "- Sneak + right-click with an empty hand to add all your current experience to the block."
- "- Right-click to remove one level from the block and add it to your experience bar."
- ""
- "&cNote that your offhand must be empty!&r"
- ]
- id: "6286EB870319776D"
- rewards: [
- {
- id: "397DC27BBDC43B1B"
- item: "minecraft:emerald"
- title: "Emerald"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 125"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "25DDEDBC06834D92"
- silent: true
- title: "125 Experience"
- type: "command"
- }
- ]
- subtitle: "The Extras"
- tasks: [{
- id: "36690510781ADE4D"
- item: "globalxp:xp_block"
- type: "item"
- }]
- x: 1.5d
- y: 3.0d
- }
- {
- dependencies: ["4956C0B5633CE91E"]
- description: [
- "In CTE2, there are various custom weapon types. Below is a list of all the weapon types, with the custom ones highlighted in &eyellow&r."
- ""
- "Sword, Axe, Staff, Bow, Crossbow, &eDagger, Spear, Hammer&r."
- ""
- "Keep in mind you will need Gear Stat Souls when crafting these to give them Mine and Slash stats."
- ""
- "In CTE2 you can also equip &etwo-handed weapons&r. At the moment, only &eSpears&r are two-handed."
- ""
- "You can also &edual-wield any one-handed weapons&r! Weapons in the off-hand provide &e25%&r of their stats."
- ]
- icon: "minecraft:paper"
- id: "1367285A94791954"
- rewards: [
- {
- id: "4DA65E4DA5733C27"
- item: {
- Count: 1b
- id: "stalwart_dungeons:stone_hammer"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":35},\"imp\":{\"p\":68},\"affixes\":{\"suf\":[{\"p\":29,\"id\":\"of_gluttony\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":20,\"id\":\"fire_wep_dmg\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"uncommon\",\"rp\":2,\"rs\":3,\"lvl\":5,\"gtype\":\"hammer\",\"pot\":\"uncommon\",\"pn\":100}"
- }
- }
- type: "item"
- }
- {
- id: "3EAFA2F1B038FF69"
- item: {
- Count: 1b
- id: "minecraft:trident"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":32},\"imp\":{\"p\":69},\"affixes\":{\"suf\":[{\"p\":40,\"id\":\"of_vampirism\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":38,\"id\":\"crit_prefix\",\"rar\":\"uncommon\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":2,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"uncommon\",\"rp\":0,\"rs\":0,\"lvl\":5,\"gtype\":\"spear\",\"pot\":\"uncommon\",\"pn\":100}"
- }
- }
- type: "item"
- }
- {
- id: "1A5D7C2FB9AF7997"
- item: {
- Count: 1b
- id: "farmersdelight:flint_knife"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":32},\"imp\":{\"p\":20},\"affixes\":{\"suf\":[{\"p\":26,\"id\":\"of_consumption\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":29,\"id\":\"crit_prefix\",\"rar\":\"uncommon\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":2,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"uncommon\",\"rp\":0,\"rs\":3,\"lvl\":5,\"gtype\":\"dagger\",\"pot\":\"uncommon\",\"pn\":100}"
- }
- }
- type: "item"
- }
- ]
- subtitle: "Lost Page"
- tasks: [{
- id: "3C66E63FF35763F6"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Other Weapon Types, Two-Handers, Dual-Wielding"
- x: 1.5d
- y: -3.0d
- }
- {
- dependencies: ["0D9B68F2990B8E94"]
- description: [
- "In the &eCampaign&r quest line, various quests will have a different background shape which can indicate what type of quest it is."
- ""
- "&aRounded Corner Square: Main Quest&r"
- "&eCircle: Side Quest&r"
- "&4Diamond: Mini-Boss&r"
- "&dOctagon: Shop&r"
- "&bHexagon: Achievement&r"
- ""
- "Additionally, you will find &e\"Lost Pages\" which have the paper icon&r. These are simple click to complete quests that provide additional information."
- ]
- icon: "minecraft:paper"
- id: "051DB401E3A08D89"
- rewards: [{
- id: "123F37A228E151D5"
- item: "farmersdelight:cake_slice"
- type: "item"
- }]
- subtitle: "Lost Page"
- tasks: [{
- id: "14B3CF645A1BD777"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Quest Shapes"
- x: 4.5d
- y: 4.5d
- }
- {
- dependencies: ["727ADA9C4F420BDC"]
- description: [
- "The Overworld dimension caps at level 15. If you're finding it too unrewarding due to the low level, but you're still looking to explore all that the Overworld has to offer, try visiting the &eOverworld Mirror dimension&r!"
- ""
- "The Overworld Mirror dimension is a replica of the Overworld, except that it scales from level 15-50!"
- ""
- "&eTo access the Overworld Mirror dimension, you'll need to place Stone Bricks in a square, with 3x3 Poppies on the inside. Then activate it with Bone Meal by right-clicking the flowers while crouching.&r"
- ""
- "{image:cte2:textures/mirror_portal.png width:160 height:128 align:1}"
- ]
- id: "176E6C57D2F18966"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1A7DFA8206D1F4F9"
- silent: true
- title: "500 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "074303C479A8361A"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- subtitle: "Unbound Exploration (Lv. 15-50)"
- tasks: [{
- dimension: "overworldmirror:overworld"
- icon: "minecraft:grass_block"
- id: "479CCF27CE8D1BF2"
- title: "Visit the Overworld Mirror"
- type: "dimension"
- }]
- title: "Reflections"
- x: 9.0d
- y: -1.5d
- }
- {
- dependencies: ["313921A7833269CF"]
- description: [
- "Throughout your journey, you will find yourself looking for more powerful gear. Gear power can be assessed in 3 main ways:"
- ""
- "1. The &elevel&r of the gear, which determines the power of the gear's stats. Gear level is typically determined by the level of the mob that is killed."
- ""
- "2. The &erarity&r of the gear, which determines how many and how high the stat can roll, and how many sockets it can have. There are 7 droppable rarities: &7Common&r, &aUncommon&r, &9Rare&r, &dEpic&r, &4Legendary&r, &5Mythic&r, and &cUnique&r. Unique gear is special because the stats rolled on them are predetermined. They are powerful and can sometimes enable special styles of play."
- ""
- "3. The &equality&r of the gear, which further improves the power slightly."
- ""
- "Some of these attributes can be changed via Mine and Slash &ecurrencies&r, such as the Orb of Infinity which can increase a gear's level. Additionally, some currencies can be crafted through the Mine and Slash profession system to further enhance your gear."
- ]
- icon: "minecraft:paper"
- id: "6A8C03172A7F61C3"
- rewards: [
- {
- id: "12EB15177FBCDD7B"
- item: "mmorpg:currency/level_up_orb"
- title: "Orb of Infinity"
- type: "item"
- }
- {
- count: 5
- id: "1BEC2669FFDBCD9F"
- item: "mmorpg:currency/sharpening_stone0"
- title: "Spiritual Sharpening Stones"
- type: "item"
- }
- {
- id: "402AFECF820302A3"
- item: {
- Count: 1b
- ForgeCaps: {
- Parent: {
- Items: [ ]
- SelectedSlot: 0
- Size: 6
- }
- }
- id: "supplementaries:quiver"
- }
- title: "Quiver"
- type: "item"
- }
- ]
- shape: "circle"
- subtitle: "Lost Page"
- tasks: [{
- id: "0E7658B0923F7FFA"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Gear Improvement"
- x: 0.0d
- y: -1.5d
- }
- {
- dependencies: ["313921A7833269CF"]
- description: [
- "Favor is a system that rewards players for living. Every minute you generate a certain amount of Favor. Favor earned passively caps at a Favor of 250. However, you can go beyond this Favor limit (up to 1000) by killing mobs and opening chests."
- ""
- "{image:cte2:textures/favor.png width:140 height:100 align:1}"
- ""
- "At 250+ Favor, you will have a 5% bonus to loot drops, and &4Legendary&r and &5Mythic&r loot and mobs can start dropping/spawning. Note that there are level requirements for certain rarities to start appearing:"
- ""
- "&dEpic&r: 10+"
- "&4Legendary&r: 25+"
- "&5Mythic&r: 50+"
- ""
- "Be careful though, &cdying will cause you to lose 125 Favor!&r"
- ]
- icon: "minecraft:paper"
- id: "0B7C635945E7F3AA"
- rewards: [{
- id: "4A985BD8BB918BA2"
- item: "mmorpg:currency/level_up_orb"
- title: "Orb of Infinity"
- type: "item"
- }]
- shape: "circle"
- subtitle: "Lost Page"
- tasks: [{
- id: "562B84F769A52A5D"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Favor"
- x: 0.0d
- y: 1.5d
- }
- {
- dependencies: [
- "1367285A94791954"
- "051DB401E3A08D89"
- "6A8C03172A7F61C3"
- "727ADA9C4F420BDC"
- "0B7C635945E7F3AA"
- "2C9B55C8C05E20E2"
- ]
- description: ["Read all of the &eLost Pages&r of Act I to complete this achievement. Then show it off with your new hat!"]
- hide_dependency_lines: true
- icon: "simplehats:rabbitears"
- id: "245FE9BAB6F6F545"
- rewards: [
- {
- id: "64F19AB06C8D2784"
- item: "simplehats:rabbitears"
- title: "Bunny Ears"
- type: "item"
- }
- {
- id: "662036FEEC802916"
- item: "lightmanscurrency:coin_gold"
- title: "Money"
- type: "item"
- }
- ]
- shape: "hexagon"
- subtitle: "Achievement"
- tasks: [{
- id: "1FEDB2A08602B52A"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Read All Act I Lost Pages!"
- x: 10.5d
- y: 4.5d
- }
- {
- dependencies: ["727ADA9C4F420BDC"]
- description: ["&eComforts&r adds &esleepings bags&r that can be used while adventuring. Instead of bringing a bulky bed with you, just plop the sleeping bag down and &erest!&r"]
- id: "76483BF6DF35C463"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "66A431F69E17BCEF"
- silent: true
- title: "750 Experience"
- type: "command"
- }]
- subtitle: "Comforts"
- tasks: [{
- id: "43A73897ACED59B9"
- item: "comforts:sleeping_bag_white"
- type: "item"
- }]
- x: 9.0d
- y: 1.5d
- }
- {
- dependencies: ["313921A7833269CF"]
- description: [
- "Hold down &e`&r to activate &eUltiminer,&r which is an advanced form of &eveinmining.&r An outline will appear showing the blocks that will be mined. Hold down shift + ` to select a &epattern,&r such as Mining Tunnel which mines a staircase. Only the &eShapeless pattern will veinmine&r, the rest adhere to their pattern. "
- ""
- "Using Ultiminer will take &eextra durability and hunger&r."
- ]
- id: "15C2A55BAFCA5084"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "598543904735A2F9"
- silent: true
- title: "100 Experience"
- type: "command"
- }]
- subtitle: "Efficiency"
- tasks: [{
- id: "4DB46C0682811F67"
- item: {
- Count: 1b
- id: "minecraft:iron_pickaxe"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Ultiminer"
- x: 1.5d
- y: 1.5d
- }
- {
- dependencies: ["5FCA8577C7DB792D"]
- description: ["The &eExplorer's Compass&r allows you to locate &estructures&r while the &eNature's Compass&r allows you to find &especific biomes&r. You may need to change location to find what you're looking for."]
- id: "472D5441B6FCD6EC"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "76647498F1F2AB21"
- silent: true
- title: "250 Experience"
- type: "command"
- }]
- subtitle: "The Extras"
- tasks: [
- {
- id: "5AC3D8ABA379DF8D"
- item: {
- Count: 1b
- id: "explorerscompass:explorerscompass"
- tag: { }
- }
- type: "item"
- }
- {
- id: "72F9B32EEF288BE1"
- item: {
- Count: 1b
- id: "naturescompass:naturescompass"
- tag: { }
- }
- type: "item"
- }
- ]
- x: 4.5d
- y: -1.5d
- }
- {
- dependencies: ["727ADA9C4F420BDC"]
- description: [
- "&eBamboo Spikes&r will hurt anything that steps on it. You can also apply &epotion effects&r to them."
- ""
- "The &eFlute&r can be played to attract any &etamed mobs&r that may be lost. Right click a mob with it to link the flute with that pet."
- ""
- "Use the &eCage&r to &egrab&r mobs, particularly tamed mobs, to transport them."
- ""
- "Notice Boards can display written books' text."
- ""
- "&eSupplementary Jars&r can store 4 buckets or &e12&r bottles of any vanilla liquids (like honey, milk, lava, potions, soups, dragon breath or xp) as well as and fireflies. Jars can also store small mobs like slimes and bees. To &ecatch&r vexes and endermites you'll have to use tinted ones. &eShift right click&r to place a mob jar instead of releasing its mob."
- ]
- id: "44B1B924A5A4D16F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "20F3E066F9F557B2"
- silent: true
- title: "250 Experience"
- type: "command"
- }]
- subtitle: "The Extras"
- tasks: [
- {
- id: "2111C6DB7FD6A0F3"
- item: "supplementaries:bamboo_spikes"
- type: "item"
- }
- {
- id: "508D00FB1DD255C8"
- item: {
- Count: 1b
- id: "supplementaries:flute"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "6BD689A99314A241"
- item: "supplementaries:jar"
- type: "item"
- }
- {
- id: "7DC6717C3A2C5AB8"
- item: "supplementaries:notice_board"
- type: "item"
- }
- ]
- title: "Supplementaries' Utilities"
- x: 10.5d
- y: 1.5d
- }
- {
- dependencies: ["0D9B68F2990B8E94"]
- description: ["It's time you brought the &ehunt&r to them. Kill &eone&r of every Vanilla hostile monster."]
- id: "324C9BEA9C3F0AC3"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "22385397363DF4AE"
- silent: true
- title: "500 Experience"
- type: "command"
- }
- {
- count: 3
- id: "6D37FC3F5B37AF82"
- item: "lightmanscurrency:coin_gold"
- title: "Money"
- type: "item"
- }
- ]
- subtitle: "Vanilla Monsters"
- tasks: [{
- advancement: "minecraft:adventure/kill_all_mobs"
- criterion: ""
- id: "6E73ECEC95E48978"
- type: "advancement"
- }]
- title: "The Hunt"
- x: 4.5d
- y: 3.0d
- }
- {
- dependencies: ["5FCA8577C7DB792D"]
- description: ["Seems this &e\"Chemical X\"&r drives evolutionary mutations wild. &ePigs&r are simple and weak, they must be an easy and &esafe&r animal to test this stuff on. Feed a Pig a &eFermented Spider Eye&r and throw &eChemical X&r at it."]
- id: "65D73BD10CCCD984"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 350"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "033A0EE9F9202F38"
- silent: true
- title: "350 Experience"
- type: "command"
- }
- {
- count: 3
- id: "1C1C2E212F58C7DA"
- item: "lightmanscurrency:coin_gold"
- title: "Money"
- type: "item"
- }
- ]
- subtitle: "Your Own Lab"
- tasks: [{
- advancement: "mutantmonsters:spider_pig_spider_pig"
- criterion: ""
- id: "7E593BD431E4E5D9"
- type: "advancement"
- }]
- title: "How Bad Could It Be?"
- x: 3.0d
- y: -1.5d
- }
- {
- dependencies: ["176E6C57D2F18966"]
- description: [
- "All this running around has to be tiring... Maybe it's time for a &emount.&r Craft the &eChocopedia&r to learn about Chocobo &ebreeding&r and &etaming.&r You can even breed special Chocobos that have the ability to &efly!&r"
- ""
- "&eTransport&r mounts and pets of any kind through &eWaystones&r by putting them into &eCages&r or by having them on a &eLead.&r Even without a Cage or Lead, they can teleport with you through the Waystone!"
- ]
- id: "730BE78211A1573B"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "400C5F606A015EFD"
- silent: true
- title: "250 Experience"
- type: "command"
- }]
- subtitle: "Wild Chocobos"
- tasks: [{
- id: "7280DA5550AACF38"
- item: "chococraft:chocopedia"
- type: "item"
- }]
- title: "Chococraft and Mounts"
- x: 10.5d
- y: -1.5d
- }
- {
- dependencies: ["5FCA8577C7DB792D"]
- description: [
- "Potions from the Alchemy Profession can provide useful benefits such as healing and buffs. You can see how to craft these potions in more detail in the \"&aM\\&S Professions&r\" chapter. Alternatively, if you're not into Professions, &eyou can also buy these potions&r from various traders (Villagers, Goblin Traders)."
- ""
- "Brew the &aUncommon Restoration Potions&r with the following:"
- ""
- "1x &7Spiritual Meat&r"
- "1x &7Uncommon Stone&r"
- "1x Wheat"
- "1x Tomato"
- "1x Copper Coin"
- ]
- id: "044F1A64E4751E01"
- rewards: [
- {
- count: 8
- id: "309303AF9483B825"
- item: {
- Count: 1b
- id: "mmorpg:potion/health/2"
- tag: {
- level: 1
- tier: 0
- }
- }
- title: "Rare Restoration Potions"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0860A55C77EDCD28"
- silent: true
- title: "250 Experience"
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- count: 4L
- id: "7FEE130B9F995355"
- item: {
- Count: 1b
- id: "mmorpg:potion/health/1"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }]
- title: "Taking On Work"
- x: 4.5d
- y: 1.5d
- }
- {
- dependencies: ["472D5441B6FCD6EC"]
- description: [
- "Waystones allow you to teleport to and from each one you've unlocked. The cost depends on how far away you are from it. Global Waystones are free to teleport to."
- ""
- "The Warp Stone allows you to teleport to any waystone you've unlocked for an increased XP price and a high cooldown on Warp Stone use."
- ""
- "There are also numerous scrolls to craft that can act as single use Warp Stones or to teleport to a specific Waystone."
- ]
- id: "749948B3A454617E"
- rewards: [
- {
- count: 4
- id: "28EFCAAD2342E7CA"
- item: "waystones:warp_scroll"
- title: "Warp Scrolls"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "608D719FC25BE82F"
- silent: true
- title: "250 Experience"
- type: "command"
- }
- ]
- subtitle: "The Extras"
- tasks: [{
- id: "65C065AB07D8CE15"
- item: {
- Count: 1b
- id: "waystones:warp_stone"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Warping Around"
- x: 4.5d
- y: -3.0d
- }
- {
- dependencies: ["152D52A88F776A70"]
- description: [
- "In Craft to Exile 2, you can find &eDimension-specific Runes&r that can be used to slot into your gear, or craft powerful Runewords."
- ""
- "There are &e7 of these Runes&r in total, and they can only be obtained from Dimension Bosses such as the Invoker or End Dragon."
- ""
- "&c------------------------------&r"
- ""
- "&eOwd Rune&r - Hermit Abysswalker (&b5%&r), Invoker (&b10%&r)"
- "&eNet Rune&r - Warped Mosco (&b10%&r), Wildfire (&b5%&r), Mother Lava Squid (&b5%&r), Wither (&b10%&r), Awful Ghast (&b15%&r), Nether Keeper (&b15%&r)"
- "&eUnd Rune&r - Forgotten Guardian (&b10%&r), Eel (&b15%&r), Mother of the Maze (&b50%&r), Ghost of Captain &eCornelia&r (&b10%&r)"
- "&eBri Rune&r - Summoner (&b10%&r), Starlit Crusher (&b25%&r)"
- "&eDaw Rune&r - Alchemist (&b10%&r), Arachnarch (&b20%&r)"
- "&eEnd Rune&r - Ender Dragon (&b7.5%&r), Void Worm (&b15%&r)"
- "&eSid Rune&r - Warden (&b10%&r)"
- ]
- icon: "minecraft:paper"
- id: "2C9B55C8C05E20E2"
- rewards: [{
- id: "0B08CCCE242A1619"
- item: "mmorpg:runes/owd"
- type: "item"
- }]
- subtitle: "Lost Page"
- tasks: [{
- id: "78F79A58FE29C912"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Dimension Runes"
- x: 7.5d
- y: 4.5d
- }
- {
- dependencies: ["5FCA8577C7DB792D"]
- description: ["&eParagliders&r can be used to easily traverse large open distances - assuming you start from a high enough starting point. You can use source of fire to create ascending winds, allowing you to float upwards."]
- id: "4A46491D07C3EED0"
- rewards: [
- {
- id: "50A326F655E21EFF"
- item: "paraglider:heart_container"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 75"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "50EBE487632EBE6A"
- silent: true
- title: "75 Experience"
- type: "command"
- }
- ]
- subtitle: "Traversing Space"
- tasks: [{
- id: "540B918DC067979F"
- item: "paraglider:paraglider"
- type: "item"
- }]
- title: "Paragliding"
- x: 3.0d
- y: 1.5d
- }
- ]
- subtitle: ["Lv. 1-15"]
- title: "Act I"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "act_i"
+ group: "1E3C4B5FFAE48A39"
+ icon: {
+ Count: 1b
+ id: "minecraft:iron_sword"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "6F8D9CB650A8A0C6"
+ order_index: 1
+ quest_links: [ ]
+ quests: [
+ {
+ dependencies: ["0CDFB8E5BB59B981"]
+ description: [
+ "Scouting reports indicate a rise in Illager activity. There have even been reports of increased necromantic activities!"
+ ""
+ "Check the area for any undead creatures, and &ekill them&r."
+ ]
+ icon: {
+ Count: 1b
+ id: "minecraft:wooden_sword"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "313921A7833269CF"
+ rewards: [
+ {
+ id: "523A80564F5B3B6A"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:basic/zombie"
+ }
+ }
+ title: "Zombie Gateway"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 125"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "72B420BFEB4D2F50"
+ silent: true
+ title: "125 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [
+ {
+ entity: "minecraft:zombie"
+ icon: "minecraft:zombie_head"
+ id: "1CF03CBB118CB4BD"
+ type: "kill"
+ value: 5L
+ }
+ {
+ entity: "minecraft:skeleton"
+ icon: "minecraft:skeleton_skull"
+ id: "6912869AEEF02CF4"
+ type: "kill"
+ value: 5L
+ }
+ ]
+ title: "Training Arc"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["313921A7833269CF"]
+ description: [
+ "You've found a &eZombie Gateway&r from the last creatures you fought. Oddly, you sense an uncomfortable energy emanating from it."
+ ""
+ "Could it be the cause for the uprise in undead creatures? It's worth taking a look. Try using the pearl away from a village. It seems like it might open a portal upon use..."
+ ]
+ icon: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:basic/zombie"
+ }
+ }
+ id: "4956C0B5633CE91E"
+ rewards: [
+ {
+ id: "1397C9FF3BAFD9BD"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:basic/witch"
+ }
+ }
+ title: "Witch Gateway"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "602249117C6F72CE"
+ silent: true
+ title: "250 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "34AE80E5F42D3E80"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ subtitle: "Level Methods"
+ tasks: [
+ {
+ entity: "minecraft:zombie"
+ icon: "minecraft:zombie_head"
+ id: "3A09F9D7E19A7E9E"
+ type: "kill"
+ value: 20L
+ }
+ {
+ entity: "minecraft:husk"
+ icon: "minecraft:zombie_head"
+ id: "0081A1F923E703C9"
+ type: "kill"
+ value: 4L
+ }
+ ]
+ title: "Disturbances in the Air"
+ x: 1.5d
+ y: -1.5d
+ }
+ {
+ can_repeat: false
+ dependencies: ["313921A7833269CF"]
+ description: [
+ "The scouts have come back with another report! Obscenely large Zombies, Skeletons, and Creepers have been sighted around the Overworld."
+ ""
+ "This can only be the work of the &eWitches&r. You'll need to find a Witch, interrogate her, and take any suspicious items."
+ ]
+ icon: "minecraft:cauldron"
+ id: "0388547EAFE52B5F"
+ rewards: [
+ {
+ count: 4
+ id: "5E5370AF7FBC8339"
+ item: {
+ Count: 1b
+ id: "minecraft:splash_potion"
+ tag: {
+ Potion: "mutantmonsters:chemical_x"
+ }
+ }
+ title: "Splash Potions of Chemical X"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 150"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "44AC5FC2AAB8AE3B"
+ silent: true
+ title: "150 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ entity: "minecraft:witch"
+ icon: "simplehats:zigzagwitchhat"
+ id: "02C46D668A930502"
+ type: "kill"
+ value: 3L
+ }]
+ title: "A Brewsome Problem"
+ x: 1.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["0388547EAFE52B5F"]
+ description: [
+ "It seems like the Witch was brewing up a suspicious potion. It's labelled &e\"Chemical X\"&r. Maybe you should see what it does, it might be responsible for the large creatures."
+ ""
+ "Try tossing this onto a &eregular skeleton&r and seeing what happens. Or if I'm unlucky enough, I'll run into a &eMutant Skeleton&r on my own."
+ ]
+ icon: {
+ Count: 1b
+ id: "mutantmonsters:mutant_skeleton_skull"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "5FCA8577C7DB792D"
+ rewards: [
+ {
+ id: "004160CB2EF9E66B"
+ item: "mmorpg:currency/level_up_orb"
+ title: "Orb of Infinity"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2E30BFE015E9A7C4"
+ silent: true
+ title: "250 Experience"
+ type: "command"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "53538166A40324CB"
+ table_id: 8277515430762442209L
+ type: "choice"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ entity: "mutantmonsters:mutant_skeleton"
+ icon: {
+ Count: 1b
+ id: "mutantmonsters:mutant_skeleton_skull"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "1D20D3BF3B9BD554"
+ type: "kill"
+ value: 1L
+ }]
+ title: "An Experiment Gone Wrong"
+ x: 3.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["5FCA8577C7DB792D"]
+ dependency_requirement: "one_completed"
+ description: [
+ "You've confirmed that the Witches were brewing potions of Chemical X to be used on Overworld creatures, turning them into hideous monstrosities."
+ ""
+ "However, there must be some reason they've all collectively started brewing Chemical X... Perhaps it's time to do the scouting yourself. Your intuition points towards the dastardly &eIllagers.&r"
+ ""
+ "Maybe you can scout out what the Illagers are up to. They've been known to outsource their potion-creation to Witches in the past. You can find &ePillagers&r in &eVanilla Pillager Outposts&r which spawn frequently in the Overworld."
+ ]
+ icon: {
+ Count: 1b
+ id: "minecraft:splash_potion"
+ tag: {
+ Potion: "goblintraders:absorption"
+ }
+ }
+ id: "783CA457464E8E3D"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "55703D37D362DFBB"
+ silent: true
+ title: "250 Experience"
+ type: "command"
+ }]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ entity: "minecraft:pillager"
+ icon: {
+ Count: 1b
+ id: "minecraft:iron_axe"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "14618CB75F8DA2F8"
+ type: "kill"
+ value: 4L
+ }]
+ title: "Investigation"
+ x: 6.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["783CA457464E8E3D"]
+ dependency_requirement: "all_started"
+ description: [
+ "These &eIllagers&r have been up to no good. They've been raiding villages and are found commonly in &eOverworld structures&r."
+ ""
+ "Now that you know who's behind the rise in hostile creatures, it's time to &ebring the fight&r to them."
+ ]
+ icon: "simplehats:hockeymask"
+ id: "56FF2D399F956629"
+ rewards: [
+ {
+ id: "354515A8CAD6A367"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":5,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 5)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2DA88FAF6ABE615D"
+ silent: true
+ title: "500 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Illager Arc"
+ tasks: [
+ {
+ entity: "illagerinvasion:basher"
+ icon: {
+ Count: 1b
+ id: "minecraft:shield"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "111624BAC6AD7E0E"
+ type: "kill"
+ value: 8L
+ }
+ {
+ entity: "illagerinvasion:marauder"
+ icon: {
+ Count: 1b
+ id: "minecraft:iron_axe"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "416E99E238B786D4"
+ type: "kill"
+ value: 8L
+ }
+ {
+ entity: "illagerinvasion:provoker"
+ icon: "simplehats:chickenhead"
+ id: "40CF23F638C07E93"
+ type: "kill"
+ value: 8L
+ }
+ ]
+ title: "Spread Prevention"
+ x: 6.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["783CA457464E8E3D"]
+ dependency_requirement: "all_started"
+ description: ["These Illagers can only be easily found in &evillage raids&r. You'll have to wait for them to come to you, but then when they do, make sure they don't leave."]
+ icon: {
+ Count: 1b
+ id: "minecraft:iron_axe"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "67D7938E14CD96D4"
+ rewards: [
+ {
+ id: "322956878C8086DC"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/currency"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":5,\"id\":\"currency\",\"key\":\"\"}"
+ }
+ }
+ title: "Common Currency Loot Chest (Lv. 5)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "332F58B90C64735B"
+ silent: true
+ title: "500 Experience"
+ type: "command"
+ }
+ {
+ id: "6F15877F9B2450C1"
+ item: "lightmanscurrency:coin_emerald"
+ type: "item"
+ }
+ ]
+ subtitle: "Illager Arc"
+ tasks: [
+ {
+ entity: "illagerinvasion:archivist"
+ icon: "minecraft:writable_book"
+ id: "48EB8067150A2569"
+ type: "kill"
+ value: 4L
+ }
+ {
+ entity: "illagerinvasion:sorcerer"
+ icon: {
+ Count: 1b
+ id: "mmorpg:weapon/staff/diamond"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "3466BA58F158032F"
+ type: "kill"
+ value: 2L
+ }
+ ]
+ title: "Raiding Party"
+ x: 6.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["783CA457464E8E3D"]
+ dependency_requirement: "one_completed"
+ description: [
+ "Looks like your suspicions were warranted. Through interrogation, you've learnt that the Illager &eInvoker&r is the mastermind behind these evil schemes."
+ ""
+ "Track down the Invoker and put an end to his evil plans. You've been told they can be found in &eWoodland Mansions&r... They can also apparently be encountered through forced &eGateway of the Raiders&r."
+ ""
+ "&cThe Invoker always spawns at level 15.&r"
+ ""
+ "The Invoker Has:"
+ "&b+20% Elemental Resistance&r"
+ "&a10% Chance of Dropping Owd Rune&r"
+ ]
+ icon: "simplehats:crown"
+ id: "3E1EC6A042CC9310"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 1250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "61C78A9757B59F10"
+ silent: true
+ title: "1250 Experience"
+ type: "command"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "708A11185AA6E12C"
+ table_id: 847184936680359530L
+ type: "choice"
+ }
+ {
+ id: "4DE8F79CE150A66E"
+ item: "simplehats:crown"
+ title: "Crown"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "3AE054E2C8C68607"
+ title: "2 Talent Points"
+ type: "custom"
+ }
+ ]
+ shape: "rsquare"
+ size: 1.25d
+ subtitle: "Main Quest"
+ tasks: [{
+ entity: "illagerinvasion:invoker"
+ icon: "simplehats:crown"
+ id: "25E3A4A8CE375525"
+ type: "kill"
+ value: 1L
+ }]
+ title: "The Mastermind"
+ x: 7.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["783CA457464E8E3D"]
+ dependency_requirement: "all_started"
+ description: ["The &eIllusioner&r is deceptive and cunning. It's no surprise that they're the Invoker's left-hand Illager. You can find them in &eIllusioner Towers&r, or as part of &evillage raids&r. They can also apparently be encountered through forced &eGateway of the Raiders&r."]
+ icon: {
+ Count: 1b
+ id: "mmorpg:weapon/staff/iron"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "35796166DD6A69CE"
+ rewards: [
+ {
+ id: "6AFB125691B58647"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/common_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":5,\"id\":\"rune\",\"key\":\"\"}"
+ }
+ }
+ title: "Common Rune Loot Chest (Lv. 5)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5D215F1369125AE0"
+ silent: true
+ title: "750 Experience"
+ type: "command"
+ }
+ {
+ id: "0BD1A1A9272CE58B"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:basic/enderman"
+ }
+ }
+ type: "item"
+ }
+ ]
+ subtitle: "Illager Arc"
+ tasks: [{
+ entity: "minecraft:illusioner"
+ icon: {
+ Count: 1b
+ id: "mmorpg:weapon/staff/iron"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "2BE997397056C5BC"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Illager Advisor II"
+ x: 7.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["783CA457464E8E3D"]
+ dependency_requirement: "all_started"
+ description: [
+ "The &eInquisitor&r is the right-hand Illager of the Invoker. Taking one out will deal a heavy blow to the Invoker's forces."
+ ""
+ "You can find the Inquisitor in &evillage raids&r, or in the &eIllager Fortress&r. They can also apparently be encountered through forced &eGateway of the Raiders&r."
+ ]
+ icon: {
+ Count: 1b
+ id: "mmorpg:weapon/staff/wood"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "664D834AA6B16719"
+ rewards: [
+ {
+ id: "2043E25FA87E8E56"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":10,\"id\":\"gem\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 10)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "78A0C5335BFD302F"
+ silent: true
+ title: "750 Experience"
+ type: "command"
+ }
+ {
+ id: "73D187CA3C9EC9E3"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:basic/slime"
+ }
+ }
+ type: "item"
+ }
+ ]
+ subtitle: "Illager Arc"
+ tasks: [{
+ entity: "illagerinvasion:inquisitor"
+ icon: {
+ Count: 1b
+ id: "mmorpg:weapon/staff/wood"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "2CB01FCE39A1B730"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Illager Advisor I"
+ x: 7.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["727ADA9C4F420BDC"]
+ description: [
+ "You've defeated the Illager Invoker... But the Overworld is not safe yet."
+ ""
+ "Due to the activities of the Illagers, rifts to other dimensions have opened in the Overworld. You'll need to go into each dimension and stabilize the inter-dimensional connection. Otherwise, the Overworld may eventually be overrun with other-worldly creatures!"
+ ""
+ "It's time to go to the &eNether&r - a hellish landscape of flame. &eYou can get there by setting up an Obsidian portal. Activate the portal using Flint and Steel, and you'll be able to enter the Nether.&r"
+ ""
+ "{image:cte2:textures/nether_portal.png width:160 height:128 align:1}"
+ ]
+ icon: "minecraft:nether_star"
+ id: "18E09A4B9FC1B43F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 1000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "28B6646CDD4EB2CA"
+ silent: true
+ title: "1000 Experience"
+ type: "command"
+ }]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ dimension: "minecraft:the_nether"
+ icon: "minecraft:nether_star"
+ id: "1E9044A8D48D9197"
+ title: "Visit The Nether"
+ type: "dimension"
+ }]
+ title: "Realm Unexplored"
+ x: 10.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["3E1EC6A042CC9310"]
+ description: [
+ "CTE2's Campaign quest line is split into multiple acts, where each act is associated with a different dimension, preceded by a Prologue quest line (which you're already familiar with)."
+ ""
+ "As you complete the main quests, more side quests will unravel. And once you've completed the line of main quests (typically 5-7 quests in length), you will receive the quest to move on to the next act/dimension."
+ ""
+ "As you move from one dimension to the next, the mobs will become stronger, and the loot quality will improve. Although mobs scale to player level, they cap out in each dimension, making it possible to \"overlevel\" for a dimension if you're struggling with it."
+ ""
+ "&eRequires 2 dependencies to be completed.&r"
+ ]
+ icon: "minecraft:paper"
+ id: "727ADA9C4F420BDC"
+ rewards: [
+ {
+ count: 50
+ id: "0416D44C116837AA"
+ item: "lightmanscurrency:coin_iron"
+ title: "Money"
+ type: "item"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "0FD2BABE1894771E"
+ table_id: 7157812384472883171L
+ type: "loot"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Lost Page"
+ tasks: [{
+ id: "6FA3A47AFDD25C96"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Acts"
+ x: 9.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["15C2A55BAFCA5084"]
+ description: ["Luminescent creatures lurk in the underground to attract attention. Find some &eGlow Skeletons&r, kill them, and continue to explore the depths."]
+ icon: "minecraft:skeleton_skull"
+ id: "0D9B68F2990B8E94"
+ rewards: [
+ {
+ id: "1A0A49388DA210A9"
+ item: "lightmanscurrency:coin_gold"
+ title: "Money"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 150"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7C2C1418BEA78297"
+ silent: true
+ title: "150 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "The Underground"
+ tasks: [{
+ entity: "monsterplus:glow_skeleton"
+ icon: "minecraft:skeleton_skull"
+ id: "60852F7DA78E9C10"
+ type: "kill"
+ value: 8L
+ }]
+ title: "Glow in the Dark Issues"
+ x: 3.0d
+ y: 3.0d
+ }
+ {
+ dependencies: ["051DB401E3A08D89"]
+ description: [
+ "Why are the skeletons glowing in the first place? The creatures from which skeletons arise from weren't glowing in the dark..."
+ ""
+ "To investigate this potential osteo-mutation, find a &eHermit Abysswalker&r in the deep depths. Be careful, it can cast various spells and summon minions to aid it in combat."
+ ""
+ "The Hermit Abysswalker Has:"
+ "&a5% Chance of Dropping Owd Rune&r"
+ ]
+ icon: {
+ Count: 1b
+ id: "monsterplus:darkstar"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "152D52A88F776A70"
+ rewards: [
+ {
+ id: "0579BD5D35950F36"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":10,\"id\":\"gem\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 10)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2B3FC6937853FEFE"
+ silent: true
+ title: "750 Experience"
+ type: "command"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "71705EA50FC99C7F"
+ table_id: 6943149240522624098L
+ type: "choice"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "63D9C567E093E023"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "diamond"
+ subtitle: "The Underground"
+ tasks: [{
+ entity: "monsterplus:abyssologer"
+ icon: {
+ Count: 1b
+ id: "monsterplus:darkstar"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "60D90D429BE94FBC"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Mutagenic Source"
+ x: 6.0d
+ y: 4.5d
+ }
+ {
+ dependencies: ["0D9B68F2990B8E94"]
+ description: ["You've heard numerous tales of underground &eGoblins&r and &eKobolds.&r Some tales say these creatures are aggressive, and not to be trifled with. But others say Kobolds and Goblins are the friendliest underground creatures... Provided you &ebring a bit of coin&r."]
+ icon: "mmorpg:loot_table_chest"
+ id: "6FF06A68E8DA88F2"
+ rewards: [{
+ id: "0266EEA438D94B03"
+ item: "lightmanscurrency:coin_gold"
+ type: "item"
+ }]
+ subtitle: "The Underground"
+ tasks: [{
+ id: "749BBB5B3A9895C3"
+ item: "lightmanscurrency:coin_emerald"
+ type: "item"
+ }]
+ title: "Hidden Traders"
+ x: 3.0d
+ y: 4.5d
+ }
+ {
+ dependencies: ["15C2A55BAFCA5084"]
+ description: [
+ "&eXP Blocks&r are blocks that can be crafted and placed. They let you store any &evanilla experience&r into the block."
+ ""
+ "Usage:"
+ "- Sneak + right-click with an empty hand to add all your current experience to the block."
+ "- Right-click to remove one level from the block and add it to your experience bar."
+ ""
+ "&cNote that your offhand must be empty!&r"
+ ]
+ id: "6286EB870319776D"
+ rewards: [
+ {
+ id: "397DC27BBDC43B1B"
+ item: "minecraft:emerald"
+ title: "Emerald"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 125"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "25DDEDBC06834D92"
+ silent: true
+ title: "125 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "The Extras"
+ tasks: [{
+ id: "36690510781ADE4D"
+ item: "globalxp:xp_block"
+ type: "item"
+ }]
+ x: 1.5d
+ y: 3.0d
+ }
+ {
+ dependencies: ["4956C0B5633CE91E"]
+ description: [
+ "In CTE2, there are various custom weapon types. Below is a list of all the weapon types, with the custom ones highlighted in &eyellow&r."
+ ""
+ "Sword, Axe, Staff, Bow, Crossbow, &eDagger, Spear, Hammer&r."
+ ""
+ "Keep in mind you will need Gear Stat Souls when crafting these to give them Mine and Slash stats."
+ ""
+ "In CTE2 you can also equip &etwo-handed weapons&r. At the moment, only &eSpears&r are two-handed."
+ ""
+ "You can also &edual-wield any one-handed weapons&r! Weapons in the off-hand provide &e25%&r of their stats."
+ ]
+ icon: "minecraft:paper"
+ id: "1367285A94791954"
+ rewards: [
+ {
+ id: "4DA65E4DA5733C27"
+ item: {
+ Count: 1b
+ id: "stalwart_dungeons:stone_hammer"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":35},\"imp\":{\"p\":68},\"affixes\":{\"suf\":[{\"p\":29,\"id\":\"of_gluttony\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":20,\"id\":\"fire_wep_dmg\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"uncommon\",\"rp\":2,\"rs\":3,\"lvl\":5,\"gtype\":\"hammer\",\"pot\":\"uncommon\",\"pn\":100}"
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "3EAFA2F1B038FF69"
+ item: {
+ Count: 1b
+ id: "minecraft:trident"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":32},\"imp\":{\"p\":69},\"affixes\":{\"suf\":[{\"p\":40,\"id\":\"of_vampirism\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":38,\"id\":\"crit_prefix\",\"rar\":\"uncommon\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":2,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"uncommon\",\"rp\":0,\"rs\":0,\"lvl\":5,\"gtype\":\"spear\",\"pot\":\"uncommon\",\"pn\":100}"
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "1A5D7C2FB9AF7997"
+ item: {
+ Count: 1b
+ id: "farmersdelight:flint_knife"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":32},\"imp\":{\"p\":20},\"affixes\":{\"suf\":[{\"p\":26,\"id\":\"of_consumption\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":29,\"id\":\"crit_prefix\",\"rar\":\"uncommon\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":2,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"uncommon\",\"rp\":0,\"rs\":3,\"lvl\":5,\"gtype\":\"dagger\",\"pot\":\"uncommon\",\"pn\":100}"
+ }
+ }
+ type: "item"
+ }
+ ]
+ subtitle: "Lost Page"
+ tasks: [{
+ id: "3C66E63FF35763F6"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Other Weapon Types, Two-Handers, Dual-Wielding"
+ x: 1.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["0D9B68F2990B8E94"]
+ description: [
+ "In the &eCampaign&r quest line, various quests will have a different background shape which can indicate what type of quest it is."
+ ""
+ "&aRounded Corner Square: Main Quest&r"
+ "&eCircle: Side Quest&r"
+ "&4Diamond: Mini-Boss&r"
+ "&dOctagon: Shop&r"
+ "&bHexagon: Achievement&r"
+ ""
+ "Additionally, you will find &e\"Lost Pages\" which have the paper icon&r. These are simple click to complete quests that provide additional information."
+ ]
+ icon: "minecraft:paper"
+ id: "051DB401E3A08D89"
+ rewards: [{
+ id: "123F37A228E151D5"
+ item: "farmersdelight:cake_slice"
+ type: "item"
+ }]
+ subtitle: "Lost Page"
+ tasks: [{
+ id: "14B3CF645A1BD777"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Quest Shapes"
+ x: 4.5d
+ y: 4.5d
+ }
+ {
+ dependencies: ["727ADA9C4F420BDC"]
+ description: [
+ "The Overworld dimension caps at level 15. If you're finding it too unrewarding due to the low level, but you're still looking to explore all that the Overworld has to offer, try visiting the &eOverworld Mirror dimension&r!"
+ ""
+ "The Overworld Mirror dimension is a replica of the Overworld, except that it scales from level 15-50!"
+ ""
+ "&eTo access the Overworld Mirror dimension, you'll need to place Stone Bricks in a square, with 3x3 Poppies on the inside. Then activate it with Bone Meal by right-clicking the flowers while crouching.&r"
+ ""
+ "{image:cte2:textures/mirror_portal.png width:160 height:128 align:1}"
+ ]
+ id: "176E6C57D2F18966"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1A7DFA8206D1F4F9"
+ silent: true
+ title: "500 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "074303C479A8361A"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ subtitle: "Unbound Exploration (Lv. 15-50)"
+ tasks: [{
+ dimension: "overworldmirror:overworld"
+ icon: "minecraft:grass_block"
+ id: "479CCF27CE8D1BF2"
+ title: "Visit the Overworld Mirror"
+ type: "dimension"
+ }]
+ title: "Reflections"
+ x: 9.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["313921A7833269CF"]
+ description: [
+ "Throughout your journey, you will find yourself looking for more powerful gear. Gear power can be assessed in 3 main ways:"
+ ""
+ "1. The &elevel&r of the gear, which determines the power of the gear's stats. Gear level is typically determined by the level of the mob that is killed."
+ ""
+ "2. The &erarity&r of the gear, which determines how many and how high the stat can roll, and how many sockets it can have. There are 7 droppable rarities: &7Common&r, &aUncommon&r, &9Rare&r, &dEpic&r, &4Legendary&r, &5Mythic&r, and &cUnique&r. Unique gear is special because the stats rolled on them are predetermined. They are powerful and can sometimes enable special styles of play."
+ ""
+ "3. The &equality&r of the gear, which further improves the power slightly."
+ ""
+ "Some of these attributes can be changed via Mine and Slash &ecurrencies&r, such as the Orb of Infinity which can increase a gear's level. Additionally, some currencies can be crafted through the Mine and Slash profession system to further enhance your gear."
+ ]
+ icon: "minecraft:paper"
+ id: "6A8C03172A7F61C3"
+ rewards: [
+ {
+ id: "12EB15177FBCDD7B"
+ item: "mmorpg:currency/level_up_orb"
+ title: "Orb of Infinity"
+ type: "item"
+ }
+ {
+ count: 5
+ id: "1BEC2669FFDBCD9F"
+ item: "mmorpg:currency/sharpening_stone0"
+ title: "Spiritual Sharpening Stones"
+ type: "item"
+ }
+ {
+ id: "402AFECF820302A3"
+ item: {
+ Count: 1b
+ ForgeCaps: {
+ Parent: {
+ Items: [ ]
+ SelectedSlot: 0
+ Size: 6
+ }
+ }
+ id: "supplementaries:quiver"
+ }
+ title: "Quiver"
+ type: "item"
+ }
+ ]
+ shape: "circle"
+ subtitle: "Lost Page"
+ tasks: [{
+ id: "0E7658B0923F7FFA"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Gear Improvement"
+ x: 0.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["313921A7833269CF"]
+ description: [
+ "Favor is a system that rewards players for living. Every minute you generate a certain amount of Favor. Favor earned passively caps at a Favor of 250. However, you can go beyond this Favor limit (up to 1000) by killing mobs and opening chests."
+ ""
+ "{image:cte2:textures/favor.png width:140 height:100 align:1}"
+ ""
+ "At 250+ Favor, you will have a 5% bonus to loot drops, and &4Legendary&r and &5Mythic&r loot and mobs can start dropping/spawning. Note that there are level requirements for certain rarities to start appearing:"
+ ""
+ "&dEpic&r: 10+"
+ "&4Legendary&r: 25+"
+ "&5Mythic&r: 50+"
+ ""
+ "Be careful though, &cdying will cause you to lose 125 Favor!&r"
+ ]
+ icon: "minecraft:paper"
+ id: "0B7C635945E7F3AA"
+ rewards: [{
+ id: "4A985BD8BB918BA2"
+ item: "mmorpg:currency/level_up_orb"
+ title: "Orb of Infinity"
+ type: "item"
+ }]
+ shape: "circle"
+ subtitle: "Lost Page"
+ tasks: [{
+ id: "562B84F769A52A5D"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Favor"
+ x: 0.0d
+ y: 1.5d
+ }
+ {
+ dependencies: [
+ "1367285A94791954"
+ "051DB401E3A08D89"
+ "6A8C03172A7F61C3"
+ "727ADA9C4F420BDC"
+ "0B7C635945E7F3AA"
+ "2C9B55C8C05E20E2"
+ ]
+ description: ["Read all of the &eLost Pages&r of Act I to complete this achievement. Then show it off with your new hat!"]
+ hide_dependency_lines: true
+ icon: "simplehats:rabbitears"
+ id: "245FE9BAB6F6F545"
+ rewards: [
+ {
+ id: "64F19AB06C8D2784"
+ item: "simplehats:rabbitears"
+ title: "Bunny Ears"
+ type: "item"
+ }
+ {
+ id: "662036FEEC802916"
+ item: "lightmanscurrency:coin_gold"
+ title: "Money"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ subtitle: "Achievement"
+ tasks: [{
+ id: "1FEDB2A08602B52A"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Read All Act I Lost Pages!"
+ x: 10.5d
+ y: 4.5d
+ }
+ {
+ dependencies: ["727ADA9C4F420BDC"]
+ description: ["&eComforts&r adds &esleepings bags&r that can be used while adventuring. Instead of bringing a bulky bed with you, just plop the sleeping bag down and &erest!&r"]
+ id: "76483BF6DF35C463"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "66A431F69E17BCEF"
+ silent: true
+ title: "750 Experience"
+ type: "command"
+ }]
+ subtitle: "Comforts"
+ tasks: [{
+ id: "43A73897ACED59B9"
+ item: "comforts:sleeping_bag_white"
+ type: "item"
+ }]
+ x: 9.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["313921A7833269CF"]
+ description: [
+ "Hold down &e`&r to activate &eUltiminer,&r which is an advanced form of &eveinmining.&r An outline will appear showing the blocks that will be mined. Hold down shift + ` to select a &epattern,&r such as Mining Tunnel which mines a staircase. Only the &eShapeless pattern will veinmine&r, the rest adhere to their pattern. "
+ ""
+ "Using Ultiminer will take &eextra durability and hunger&r."
+ ]
+ id: "15C2A55BAFCA5084"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "598543904735A2F9"
+ silent: true
+ title: "100 Experience"
+ type: "command"
+ }]
+ subtitle: "Efficiency"
+ tasks: [{
+ id: "4DB46C0682811F67"
+ item: {
+ Count: 1b
+ id: "minecraft:iron_pickaxe"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Ultiminer"
+ x: 1.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["5FCA8577C7DB792D"]
+ description: ["The &eExplorer's Compass&r allows you to locate &estructures&r while the &eNature's Compass&r allows you to find &especific biomes&r. You may need to change location to find what you're looking for."]
+ id: "472D5441B6FCD6EC"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "76647498F1F2AB21"
+ silent: true
+ title: "250 Experience"
+ type: "command"
+ }]
+ subtitle: "The Extras"
+ tasks: [
+ {
+ id: "5AC3D8ABA379DF8D"
+ item: {
+ Count: 1b
+ id: "explorerscompass:explorerscompass"
+ tag: { }
+ }
+ type: "item"
+ }
+ {
+ id: "72F9B32EEF288BE1"
+ item: {
+ Count: 1b
+ id: "naturescompass:naturescompass"
+ tag: { }
+ }
+ type: "item"
+ }
+ ]
+ x: 4.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["727ADA9C4F420BDC"]
+ description: [
+ "&eBamboo Spikes&r will hurt anything that steps on it. You can also apply &epotion effects&r to them."
+ ""
+ "The &eFlute&r can be played to attract any &etamed mobs&r that may be lost. Right click a mob with it to link the flute with that pet."
+ ""
+ "Use the &eCage&r to &egrab&r mobs, particularly tamed mobs, to transport them."
+ ""
+ "Notice Boards can display written books' text."
+ ""
+ "&eSupplementary Jars&r can store 4 buckets or &e12&r bottles of any vanilla liquids (like honey, milk, lava, potions, soups, dragon breath or xp) as well as and fireflies. Jars can also store small mobs like slimes and bees. To &ecatch&r vexes and endermites you'll have to use tinted ones. &eShift right click&r to place a mob jar instead of releasing its mob."
+ ]
+ id: "44B1B924A5A4D16F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "20F3E066F9F557B2"
+ silent: true
+ title: "250 Experience"
+ type: "command"
+ }]
+ subtitle: "The Extras"
+ tasks: [
+ {
+ id: "2111C6DB7FD6A0F3"
+ item: "supplementaries:bamboo_spikes"
+ type: "item"
+ }
+ {
+ id: "508D00FB1DD255C8"
+ item: {
+ Count: 1b
+ id: "supplementaries:flute"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "6BD689A99314A241"
+ item: "supplementaries:jar"
+ type: "item"
+ }
+ {
+ id: "7DC6717C3A2C5AB8"
+ item: "supplementaries:notice_board"
+ type: "item"
+ }
+ ]
+ title: "Supplementaries' Utilities"
+ x: 10.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["0D9B68F2990B8E94"]
+ description: ["It's time you brought the &ehunt&r to them. Kill &eone&r of every Vanilla hostile monster."]
+ id: "324C9BEA9C3F0AC3"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "22385397363DF4AE"
+ silent: true
+ title: "500 Experience"
+ type: "command"
+ }
+ {
+ count: 3
+ id: "6D37FC3F5B37AF82"
+ item: "lightmanscurrency:coin_gold"
+ title: "Money"
+ type: "item"
+ }
+ ]
+ subtitle: "Vanilla Monsters"
+ tasks: [{
+ advancement: "minecraft:adventure/kill_all_mobs"
+ criterion: ""
+ id: "6E73ECEC95E48978"
+ type: "advancement"
+ }]
+ title: "The Hunt"
+ x: 4.5d
+ y: 3.0d
+ }
+ {
+ dependencies: ["5FCA8577C7DB792D"]
+ description: ["Seems this &e\"Chemical X\"&r drives evolutionary mutations wild. &ePigs&r are simple and weak, they must be an easy and &esafe&r animal to test this stuff on. Feed a Pig a &eFermented Spider Eye&r and throw &eChemical X&r at it."]
+ id: "65D73BD10CCCD984"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 350"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "033A0EE9F9202F38"
+ silent: true
+ title: "350 Experience"
+ type: "command"
+ }
+ {
+ count: 3
+ id: "1C1C2E212F58C7DA"
+ item: "lightmanscurrency:coin_gold"
+ title: "Money"
+ type: "item"
+ }
+ ]
+ subtitle: "Your Own Lab"
+ tasks: [{
+ advancement: "mutantmonsters:spider_pig_spider_pig"
+ criterion: ""
+ id: "7E593BD431E4E5D9"
+ type: "advancement"
+ }]
+ title: "How Bad Could It Be?"
+ x: 3.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["176E6C57D2F18966"]
+ description: [
+ "All this running around has to be tiring... Maybe it's time for a &emount.&r Craft the &eChocopedia&r to learn about Chocobo &ebreeding&r and &etaming.&r You can even breed special Chocobos that have the ability to &efly!&r"
+ ""
+ "&eTransport&r mounts and pets of any kind through &eWaystones&r by putting them into &eCages&r or by having them on a &eLead.&r Even without a Cage or Lead, they can teleport with you through the Waystone!"
+ ]
+ id: "730BE78211A1573B"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "400C5F606A015EFD"
+ silent: true
+ title: "250 Experience"
+ type: "command"
+ }]
+ subtitle: "Wild Chocobos"
+ tasks: [{
+ id: "7280DA5550AACF38"
+ item: "chococraft:chocopedia"
+ type: "item"
+ }]
+ title: "Chococraft and Mounts"
+ x: 10.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["5FCA8577C7DB792D"]
+ description: [
+ "Potions from the Alchemy Profession can provide useful benefits such as healing and buffs. You can see how to craft these potions in more detail in the \"&aM\\&S Professions&r\" chapter. Alternatively, if you're not into Professions, &eyou can also buy these potions&r from various traders (Villagers, Goblin Traders)."
+ ""
+ "Brew the &aUncommon Restoration Potions&r with the following:"
+ ""
+ "1x &7Spiritual Meat&r"
+ "1x &7Uncommon Stone&r"
+ "1x Wheat"
+ "1x Tomato"
+ "1x Copper Coin"
+ ]
+ id: "044F1A64E4751E01"
+ rewards: [
+ {
+ count: 8
+ id: "309303AF9483B825"
+ item: {
+ Count: 1b
+ id: "mmorpg:potion/health/2"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ title: "Rare Restoration Potions"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0860A55C77EDCD28"
+ silent: true
+ title: "250 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ count: 4L
+ id: "7FEE130B9F995355"
+ item: {
+ Count: 1b
+ id: "mmorpg:potion/health/1"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Taking On Work"
+ x: 4.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["472D5441B6FCD6EC"]
+ description: [
+ "Waystones allow you to teleport to and from each one you've unlocked. The cost depends on how far away you are from it. Global Waystones are free to teleport to."
+ ""
+ "The Warp Stone allows you to teleport to any waystone you've unlocked for an increased XP price and a high cooldown on Warp Stone use."
+ ""
+ "There are also numerous scrolls to craft that can act as single use Warp Stones or to teleport to a specific Waystone."
+ ]
+ id: "749948B3A454617E"
+ rewards: [
+ {
+ count: 4
+ id: "28EFCAAD2342E7CA"
+ item: "waystones:warp_scroll"
+ title: "Warp Scrolls"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "608D719FC25BE82F"
+ silent: true
+ title: "250 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "The Extras"
+ tasks: [{
+ id: "65C065AB07D8CE15"
+ item: {
+ Count: 1b
+ id: "waystones:warp_stone"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Warping Around"
+ x: 4.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["152D52A88F776A70"]
+ description: [
+ "In Craft to Exile 2, you can find &eDimension-specific Runes&r that can be used to slot into your gear, or craft powerful Runewords."
+ ""
+ "There are &e7 of these Runes&r in total, and they can only be obtained from Dimension Bosses such as the Invoker or End Dragon."
+ ""
+ "&c------------------------------&r"
+ ""
+ "&eOwd Rune&r - Hermit Abysswalker (&b5%&r), Invoker (&b10%&r)"
+ "&eNet Rune&r - Warped Mosco (&b10%&r), Wildfire (&b5%&r), Mother Lava Squid (&b5%&r), Wither (&b10%&r), Awful Ghast (&b15%&r), Nether Keeper (&b15%&r)"
+ "&eUnd Rune&r - Forgotten Guardian (&b10%&r), Eel (&b15%&r), Mother of the Maze (&b50%&r), Ghost of Captain &eCornelia&r (&b10%&r)"
+ "&eBri Rune&r - Summoner (&b10%&r), Starlit Crusher (&b25%&r)"
+ "&eDaw Rune&r - Alchemist (&b10%&r), Arachnarch (&b20%&r)"
+ "&eEnd Rune&r - Ender Dragon (&b7.5%&r), Void Worm (&b15%&r)"
+ "&eSid Rune&r - Warden (&b10%&r)"
+ ]
+ icon: "minecraft:paper"
+ id: "2C9B55C8C05E20E2"
+ rewards: [{
+ id: "0B08CCCE242A1619"
+ item: "mmorpg:runes/owd"
+ type: "item"
+ }]
+ subtitle: "Lost Page"
+ tasks: [{
+ id: "78F79A58FE29C912"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Dimension Runes"
+ x: 7.5d
+ y: 4.5d
+ }
+ {
+ dependencies: ["5FCA8577C7DB792D"]
+ description: ["&eParagliders&r can be used to easily traverse large open distances - assuming you start from a high enough starting point. You can use source of fire to create ascending winds, allowing you to float upwards."]
+ id: "4A46491D07C3EED0"
+ rewards: [
+ {
+ id: "50A326F655E21EFF"
+ item: "paraglider:heart_container"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 75"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "50EBE487632EBE6A"
+ silent: true
+ title: "75 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Traversing Space"
+ tasks: [{
+ id: "540B918DC067979F"
+ item: "paraglider:paraglider"
+ type: "item"
+ }]
+ title: "Paragliding"
+ x: 3.0d
+ y: 1.5d
+ }
+ ]
+ subtitle: ["Lv. 1-15"]
+ title: "Act I"
+}
diff --git a/config/ftbquests/quests/chapters/act_ii.snbt b/config/ftbquests/quests/chapters/act_ii.snbt
index b6c2dee..bcffb6d 100644
--- a/config/ftbquests/quests/chapters/act_ii.snbt
+++ b/config/ftbquests/quests/chapters/act_ii.snbt
@@ -1,1055 +1,1055 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "act_ii"
- group: "1E3C4B5FFAE48A39"
- icon: "minecraft:nether_star"
- id: "5381722ABA7D14DD"
- order_index: 2
- quest_links: [ ]
- quests: [
- {
- dependencies: [
- "18E09A4B9FC1B43F"
- "29CADE48F14D6436"
- ]
- description: ["Well these &eLemurians&r certainly don't belong here..."]
- id: "52DAC9E8213D2624"
- rewards: [
- {
- id: "545891FC6956AAC5"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":15,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 15)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 1250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0D1D6AA7D64C4EE8"
- silent: true
- title: "1250 Experience"
- type: "command"
- }
- ]
- subtitle: "Risk of Rain"
- tasks: [{
- entity: "riskofrain_mobs:lemurian_entity"
- icon: "nightlights:octopus_purple"
- id: "13BF61F2B380DC9E"
- type: "kill"
- value: 16L
- }]
- title: "Otherworldly Beings II"
- x: 1.5d
- y: 1.5d
- }
- {
- dependencies: ["29CADE48F14D6436"]
- description: [
- "Mosquitoes are annoying enough in the Overworld... These things are huge, they stick to your face, and are generally difficult to kill!"
- ""
- "These hideous, mutant flying insects are found in the &eforests of The Nether&r."
- ]
- id: "322725A82ADAA810"
- rewards: [
- {
- count: 8
- id: "6846F506D4DBBC18"
- item: {
- Count: 1b
- id: "mmorpg:potion/health/2"
- tag: {
- level: 1
- tier: 0
- }
- }
- title: "Rare Restoration Potions"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 1250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "124DB96872E3BE33"
- silent: true
- title: "1250 Experience"
- type: "command"
- }
- ]
- subtitle: "Crimson Forests"
- tasks: [{
- entity: "alexsmobs:crimson_mosquito"
- icon: "alexsmobs:mosquito_proboscis"
- id: "3EADF779EE3B6C1A"
- type: "kill"
- value: 3L
- }]
- title: "Bloody Pests"
- x: 1.5d
- y: -1.5d
- }
- {
- dependencies: ["45535AECCE43183A"]
- description: ["Looks like your intuition was correct. The Nether Fortresses are crawling with weird enemies. The &eWither Skeleton&r seems to drop fragments of its skull, which seem to emanate some energy."]
- id: "63F4CAF1CA065949"
- rewards: [
- {
- id: "33816632385BF1A6"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":25,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 25)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 2000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6F4E216D74BB3692"
- silent: true
- title: "2000 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- entity: "minecraft:wither_skeleton"
- icon: "minecraft:wither_skeleton_skull"
- id: "672F0F6E02A6D254"
- type: "kill"
- value: 16L
- }]
- title: "Skull Collectors"
- x: 3.0d
- y: 0.0d
- }
- {
- dependencies: ["18E09A4B9FC1B43F"]
- description: [
- "It seems not all creatures here are innately hostile. But we need to show them we mean business."
- ""
- "It's time to take care of some &ePiglins&r and some &eHoglins&r. You'll find them almost everywhere."
- ]
- icon: "minecraft:piglin_head"
- id: "29CADE48F14D6436"
- rewards: [
- {
- id: "27D034D602B200EA"
- item: "lightmanscurrency:coin_gold"
- title: "Money"
- type: "item"
- }
- {
- id: "69DCE5D67CC781CF"
- item: "mmorpg:stone/2"
- title: "Rare Stone"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 1250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "01CC496042A47CC6"
- silent: true
- title: "1250 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [
- {
- entity: "minecraft:piglin"
- icon: "minecraft:piglin_head"
- id: "0709550781191C90"
- type: "kill"
- value: 12L
- }
- {
- entity: "minecraft:hoglin"
- icon: "nethersdelight:hoglin_trophy"
- id: "6ACD5F7F9447DCCB"
- type: "kill"
- value: 4L
- }
- ]
- title: "Otherworldly Beings"
- x: 0.0d
- y: 0.0d
- }
- {
- dependencies: ["45535AECCE43183A"]
- description: [
- "In The Nether, you may come across aggressive, fiery creatures. While the &eWyrm&r and &eBlaze&r seem powerful, it is almost certain that there are more powerful magma creatures given the size and depth of The Nether."
- ""
- "It might be best to be prepared against fire. Try finding and vanquishing these mobs to test yourself."
- ]
- icon: "minecraft:blaze_powder"
- id: "1D01AD334C7C70F1"
- rewards: [
- {
- count: 5
- id: "1E1B2C1F4FA4CF20"
- item: "lightmanscurrency:coin_iron"
- title: "Money"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 1750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3544639BC2E3A192"
- silent: true
- title: "1750 Experience"
- type: "command"
- }
- ]
- subtitle: "Fiery Adventure"
- tasks: [
- {
- entity: "minecraft:blaze"
- icon: "minecraft:blaze_rod"
- id: "0B92DB0E2C3ACA8E"
- type: "kill"
- value: 12L
- }
- {
- entity: "realmrpg_wyrms:red_wyrm"
- icon: "minecraft:blaze_powder"
- id: "123E1ECFC39D0945"
- type: "kill"
- value: 8L
- }
- ]
- title: "Fiery Foes"
- x: 3.0d
- y: 1.5d
- }
- {
- dependencies: ["277A8C4C5D50ED00"]
- description: [
- "Surely you've already run into these flying critters... Something tells you that there are hundreds of these lurking around every corner."
- ""
- "They must come from something..."
- ]
- icon: {
- Count: 1b
- id: "minecraft:tipped_arrow"
- tag: {
- Potion: "alexsmobs:lava_vision"
- }
- }
- id: "1EA8FC97142B16A7"
- rewards: [
- {
- count: 3
- id: "5486B8641330278A"
- item: "mmorpg:soul_extractor/rare"
- title: "Rare Gear Soul Extractors"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 2250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2604E2CD0966E3DD"
- silent: true
- title: "2250 Experience"
- type: "command"
- }
- ]
- subtitle: "Fiery Adventure"
- tasks: [{
- entity: "monsterplus:lava_squid"
- icon: {
- Count: 1b
- id: "minecraft:tipped_arrow"
- tag: {
- Potion: "minecraft:fire_resistance"
- }
- }
- id: "6EC7ADFF37CD9E71"
- type: "kill"
- value: 32L
- }]
- title: "Flame Spitters"
- x: 4.5d
- y: 3.0d
- }
- {
- dependencies: ["1EA8FC97142B16A7"]
- description: [
- "This is that ðing.&r"
- ""
- "The Mother Lava Squid Has:"
- "&b+50% Physical Damage converted to Fire Damage&r"
- "&a5% Chance of Dropping Net Rune&r"
- ]
- icon: "simplehats:burning_m_bison"
- id: "05AD0B9A77F0325F"
- rewards: [
- {
- exclude_from_claim_all: true
- id: "535DAF2AABB78097"
- table_id: 1687722018226746788L
- type: "choice"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 2500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "79DBFB1E7228F818"
- silent: true
- title: "2500 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "3669A04AB95A4666"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "diamond"
- subtitle: "Fiery Adventure"
- tasks: [{
- entity: "monsterplus:mother_lava_squid"
- icon: "simplehats:burning_m_bison"
- id: "01A75F2295A67935"
- type: "kill"
- value: 1L
- }]
- title: "The Mother"
- x: 4.5d
- y: 4.5d
- }
- {
- dependencies: ["63F4CAF1CA065949"]
- description: [
- "Place &eSoul Sand&r in a T shape, topped with &e3 Wither Skeleton Skulls&r to summon the &eWither.&r"
- ""
- "This boss is very difficult, as it requires you to have a projectile weapon or spell to take care of its first phase. In the second phase, be prepared for the Wither to be up close and personal..."
- ""
- "&cThe Wither always spawns at level 30.&r"
- ""
- "The Wither Has:"
- "&b+20% Elemental Resistance&r"
- "&a10% Chance of Dropping Net Rune&r"
- ]
- id: "114D74DF8284ACC3"
- rewards: [
- {
- exclude_from_claim_all: true
- id: "77CCFAF579DA3451"
- table_id: 2150601229175429082L
- type: "choice"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 3750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2D5BE1067A169265"
- silent: true
- title: "3750 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "351D370BEAFABF0E"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "rsquare"
- size: 1.25d
- subtitle: "Main Quest"
- tasks: [{
- entity: "minecraft:wither"
- icon: "minecraft:wither_rose"
- id: "17530C3BC3EA0BB2"
- type: "kill"
- value: 1L
- }]
- title: "Dark Ritual"
- x: 6.0d
- y: 0.0d
- }
- {
- dependencies: ["277A8C4C5D50ED00"]
- description: [
- "Well, here is one of those big bads you've been tasked with removing. The &eWildfire&r is a powerful foe - you will need to be prepared."
- ""
- "The plates spinning around the &eWildfire&r need to be popped off before it can receive any basic attack damage. You can still damage it with spells, but if you want to mow it down with basic attacks, you will need to &estrip it of its armor&r!"
- ""
- "The Wildfire Has:"
- "&b+50% Physical Damage converted to Fire Damage&r"
- "&a5% Chance of Dropping Net Rune&r"
- ]
- id: "42A954877474A58F"
- rewards: [
- {
- exclude_from_claim_all: true
- id: "74422C75EF7AACE2"
- table_id: 4329773747337249676L
- type: "choice"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 2500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "777824462105E261"
- silent: true
- title: "2500 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "6E3B5E2EB562F8D7"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "diamond"
- subtitle: "Fiery Adventure"
- tasks: [{
- entity: "friendsandfoes:wildfire"
- icon: {
- Count: 1b
- id: "friendsandfoes:wildfire_crown"
- tag: {
- Damage: 0
- }
- }
- id: "6541A85B5313AC4F"
- type: "kill"
- value: 1L
- }]
- title: "Ruler of Flames"
- x: 6.0d
- y: 1.5d
- }
- {
- dependencies: ["114D74DF8284ACC3"]
- description: [
- "You've reported your achievements to the village guard and received your rewards. It's time to move onto the next dimension - the &eUndergarden&r. A moist, sticky, and mostly habitable dimension with some curious creatures... They might not be mutated, but it's worth taking a look anyway."
- ""
- "Craft a &eCatalyst&r using your &eNether Star&r, and access the Undergarden by making a portal with &eStone Bricks in the same shape as the Nether Portal&r. Activate it using the Catalyst."
- ]
- icon: "undergarden:catalyst"
- id: "18D44E8B9226FB02"
- rewards: [
- {
- count: 3
- id: "281851AAA2C7DC0E"
- item: "lightmanscurrency:coin_gold"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 4500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4E1BE362EAFA93B2"
- silent: true
- title: "4500 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [
- {
- id: "4F61CA02549D0BF8"
- item: "undergarden:catalyst"
- type: "item"
- }
- {
- dimension: "undergarden:undergarden"
- icon: "undergarden:depthrock"
- id: "21C702BD4DC49479"
- title: "Visit The Undergarden"
- type: "dimension"
- }
- ]
- title: "Travel Catalyst"
- x: 7.5d
- y: 0.0d
- }
- {
- dependencies: [
- "63F4CAF1CA065949"
- "1D01AD334C7C70F1"
- ]
- dependency_requirement: "one_completed"
- description: [
- "You've seen in Nether Fortresses clues to another structure. \"The Citadel\" is etched into the walls of the Fortress in various locations. Maybe you can find the &eNether Citadel&r and investigate."
- ""
- "&eRequires 1 dependency to be completed.&r"
- ]
- id: "277A8C4C5D50ED00"
- rewards: [
- {
- id: "08F3F886C4A30C65"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:basic/blaze"
- }
- }
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 2000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6FEAA0D1FF245EA5"
- silent: true
- title: "2000 Experience"
- type: "command"
- }
- ]
- subtitle: "Fiery Adventure"
- tasks: [{
- advancement: "friendsandfoes:nether/find_citadel"
- criterion: ""
- id: "6E38DD14F2F2B52D"
- type: "advancement"
- }]
- title: "A Castle in the Dark"
- x: 4.5d
- y: 1.5d
- }
- {
- dependencies: ["322725A82ADAA810"]
- description: ["If you find yourself dying frequently, you can craft a &eRespawn Anchor&r. To craft one, you will need to first find some &eCrying Obsidian&r!"]
- id: "0A37821899EAE5B4"
- rewards: [
- {
- count: 5
- id: "297CFA167CCC5830"
- item: "lightmanscurrency:coin_iron"
- title: "Money"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 1750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "46A8D34E894763CE"
- silent: true
- title: "1750 Experience"
- type: "command"
- }
- ]
- subtitle: "Crimson Forests"
- tasks: [{
- advancement: "minecraft:nether/obtain_crying_obsidian"
- criterion: ""
- id: "79B01E4A345318F7"
- type: "advancement"
- }]
- title: "Dried Up Tears"
- x: 1.5d
- y: -3.0d
- }
- {
- dependencies: ["29CADE48F14D6436"]
- description: [
- "Occasionally, you'll see large, looming structures in The Nether. How is that possible? Is there civilization here?"
- ""
- "Maybe finding one of these structures and exploring it will provide you clues on where to find powerful creatures."
- ]
- id: "45535AECCE43183A"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 1500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3F6B3CF23487B7AE"
- silent: true
- title: "1500 Experience"
- type: "command"
- }]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- advancement: "minecraft:nether/find_fortress"
- criterion: ""
- id: "110553725D320A0F"
- type: "advancement"
- }]
- title: "Nether Fortress"
- x: 1.5d
- y: 0.0d
- }
- {
- dependencies: ["29CD881773D976E5"]
- description: [
- "If the &eCrimson Mosquito&r drinks the blood of a &eMungus&r which is coated in &eWarped Fungus&r, then the mosquito will turn blue and start to grow in size - eventually turning into a &eWarped Mosco&r."
- ""
- "Alternatively, you can feed a &eCrimson Mosquito with Warped Mixture&r. Unsure where to get that? You can &epurchase it from the Trading Terminal&r!"
- ""
- "That sounds like a very mutagenic process..."
- ""
- "The Warped Mosco Has:"
- "&a10% Chance of Dropping Net Rune&r"
- ]
- id: "37167129D6D6A280"
- rewards: [
- {
- exclude_from_claim_all: true
- id: "2B1573668D8133F2"
- table_id: 2180584499743187208L
- type: "choice"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 2000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "55F31513DD96482E"
- silent: true
- title: "2000 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "6AF21C1384426C0B"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "diamond"
- subtitle: "Crimson Forests"
- tasks: [{
- entity: "alexsmobs:warped_mosco"
- icon: "alexsmobs:warped_muscle"
- id: "3A77AF5EDDC8EE67"
- type: "kill"
- value: 1L
- }]
- title: "Forest Chad"
- x: 3.0d
- y: -3.0d
- }
- {
- dependencies: ["1EA8FC97142B16A7"]
- description: [
- "&eGear Soul Extractors&r can be used on gear. You will get the \"stats\" of the gear back as a soul, destroying the base item in the process. You can then use the soul on another piece of gear!"
- ""
- "Conversely, &eGear Soul Cleaners&r are used to get rid of the stats of the gear while keeping the base item."
- ""
- "&eSocket Extractors&r are used to remove &egems&r from your socketed gear. There is no penalty for doing so, but the extractor will be consumed."
- ]
- icon: "minecraft:paper"
- id: "60D44B70BB06539B"
- rewards: [
- {
- count: 5
- id: "06397D5030906CA7"
- item: "mmorpg:soul_extractor/uncommon"
- title: "Uncommon Gear Soul Extractors"
- type: "item"
- }
- {
- id: "019842FB37A2A722"
- item: "mmorpg:socket_extractor"
- title: "Socket Extractor"
- type: "item"
- }
- {
- id: "14ADF13CF85D2BDC"
- item: "mmorpg:soul_cleaner"
- title: "Gear Soul Cleaner"
- type: "item"
- }
- ]
- subtitle: "Lost Page"
- tasks: [{
- id: "5222FCC05296547A"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Gear Soul Extractors"
- x: 6.0d
- y: 3.0d
- }
- {
- dependencies: ["114D74DF8284ACC3"]
- description: [
- "The &eAwful Ghast&r can be found in the &eAwful Dungeons&r of The Nether. Awful Dungeons can be found in &eSoul Sand Valleys and Warped Forests&r where they appear as floating circular structures. You can summon it by placing a &eNether Star in the altar&r. The Awful Ghast has two combat phases. First, it will attack you from a distance with projectiles that disable your items in hand. In the second phase, it will start dashing at you!"
- ""
- "The &eNether Keeper&r is a powerful foe found in the &eKeeping Castle&r of The Nether. Keeping Castles can be found in &eNether Wastes and Crimson Forests underground&r. You can summon it by placing a &eNether Star in the altar&r. Stay away from the boss, as you will be infected with a spore effect if you get too close to it. At half health, it will summon allies to aid it in combat."
- ""
- "Awful Dungeons spawn in:"
- "Soul Sand Valley"
- "Warped Forest"
- "They are floating circular structures."
- ""
- "Keeping Castles spawn in:"
- "Nether Wastes"
- "Crimson Forest"
- "Often are underground, symmetrical with square partitions."
- ""
- "The Awful Ghast Has:"
- "&b+30% Elemental Resistance&r"
- "&a15% Chance of Dropping Net Rune&r"
- ""
- "The Nether Keeper Has:"
- "&b+40% Armor&r"
- "&a15% Chance of Dropping Net Rune&r"
- ]
- icon: "minecraft:ghast_tear"
- id: "4B57F45BE30AA5F2"
- rewards: [
- {
- id: "6D6B60B2B13A812C"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":30,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 30)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 5000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "603037141A03BB23"
- silent: true
- title: "5000 Experience"
- type: "command"
- }
- {
- id: "2B90EDAC5DA53732"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:hellish_fortress"
- }
- }
- type: "item"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "40EEEAB2C09C5FCA"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "diamond"
- subtitle: "Big Baddies"
- tasks: [
- {
- entity: "stalwart_dungeons:awful_ghast"
- icon: "minecraft:ghast_tear"
- id: "51228A86D700915C"
- type: "kill"
- value: 1L
- }
- {
- entity: "stalwart_dungeons:nether_keeper"
- icon: {
- Count: 1b
- id: "minecraft:netherite_chestplate"
- tag: {
- Damage: 0
- }
- }
- id: "70C7BE00D37C0827"
- type: "kill"
- value: 1L
- }
- ]
- title: "Defenders of the Nether"
- x: 7.5d
- y: -1.5d
- }
- {
- dependencies: [
- "4B57F45BE30AA5F2"
- "42A954877474A58F"
- "05AD0B9A77F0325F"
- "37167129D6D6A280"
- ]
- description: ["Defeat all of the mini-bosses of Act II to complete this achievement. Then show it off with your hot new hat!"]
- hide_dependency_lines: true
- icon: "simplehats:fakefire"
- id: "389CFAF34A692969"
- rewards: [
- {
- id: "42E82408B8908750"
- item: "simplehats:fakefire"
- type: "item"
- }
- {
- count: 5
- id: "0C37E20EAA887073"
- item: "lightmanscurrency:coin_gold"
- type: "item"
- }
- ]
- shape: "hexagon"
- subtitle: "Achievement"
- tasks: [{
- id: "5285A75C058C5073"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Defeat All Act II Mini-Bosses!"
- x: 7.5d
- y: 4.5d
- }
- {
- dependencies: ["63F4CAF1CA065949"]
- description: [
- "&eBounty Boards&r will generate &erandom quests&r for you to complete for specified rewards. Take out a &erequest&r from the board's interface and complete it within the &etime limit&r. "
- ""
- "Craft &eDecrees&r to give new quest types to the board per decree type, which is randomly determined."
- ]
- id: "0726C033448D45CE"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 1500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "10A31C7272F8C27A"
- silent: true
- title: "1500 Experience"
- type: "command"
- }]
- subtitle: "Mission Impossible"
- tasks: [
- {
- id: "164D7BC468D2116C"
- item: "bountiful:bountyboard"
- type: "item"
- }
- {
- id: "264FCC3C7B7531D6"
- item: {
- Count: 1b
- id: "bountiful:decree"
- tag: {
- "bountiful:decree_data": "{}"
- }
- }
- type: "item"
- }
- ]
- x: 4.5d
- y: -1.5d
- }
- {
- dependencies: ["52DAC9E8213D2624"]
- description: ["Magnets are incredibly useful for dungeons and exploring as they will siphon any dropped items towards you. Hold one in hand and shift-right click to configure its range and filters."]
- id: "25F1A1475A6E6F1D"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 1000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "35B0C955A02DD55F"
- silent: true
- title: "1000 Experience"
- type: "command"
- }]
- subtitle: "Magnets"
- tasks: [{
- id: "2A9C784EEF5930E4"
- item: {
- Count: 1b
- id: "simplemagnets:basicmagnet"
- tag: { }
- }
- type: "item"
- }]
- title: "How Do They Work?"
- x: 1.5d
- y: 3.0d
- }
- {
- dependencies: ["322725A82ADAA810"]
- description: [
- "&eLightman's Currency&r is a mod that adds those coins you get for killing things. You can use these coins to sometimes trade with villagers, purchase Support and Augment gems at the end of each Act, or set up shops and trade with other players."
- ""
- "Even in singleplayer, you can purchase items from the trader. Craft to Exile 2 has some default items that can be bought regardless of world. Set up a &eTrading Terminal&r to check it out!"
- ""
- "Examples of things you can buy:"
- "- Mine and Slash Profession Materials"
- "- Painting Palette and Music Sheet"
- "- Rare Resources"
- "- Common Blocks (Dirt, Stone, etc.)"
- ""
- "If you're playing in multiplayer, you can even purchase &eFLAN claim blocks&r using the FLAN buy option."
- ""
- "&oFor more information, refer to \"&eLightman's Currency&r\" quest in the &eJolly Cooperation&r chapter!&r"
- ]
- id: "29CD881773D976E5"
- rewards: [{
- id: "2ECADA7B5FE7D7E1"
- item: "lightmanscurrency:coin_gold"
- type: "item"
- }]
- subtitle: "Currency"
- tasks: [{
- id: "165EE02B3146E124"
- item: "lightmanscurrency:terminal"
- type: "item"
- }]
- title: "Buying Happiness"
- x: 3.0d
- y: -1.5d
- }
- {
- dependencies: ["114D74DF8284ACC3"]
- description: [
- "Finding it difficult to survive?"
- ""
- "&eSpice of Life: Apple Pie Edition &rgives every food a &e\"diversity\"&r factor. Eating diverse foods gives &ebenefits,&r while sticking to a few foods won't. &eCheck your Food Book in your MineMenu (default: H)&r to check your diversity and current benefits. &eKeep eating different foods and increase your Health, Block Reach, Movement Speed, and more!&r"
- ""
- "The &eLunchbag&r can be crafted and upgrades to &ehold all your food&r at once by &eshift right clicking&r with it in hand and right clicking to eat with it. It won't show up in JEI."
- ]
- icon: "minecraft:paper"
- id: "4AF5F24C4B770EA5"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 2500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1EDD4D6B60F3D507"
- silent: true
- title: "2500 Experience"
- type: "command"
- }
- {
- id: "238CA135B4FDF78D"
- item: {
- Count: 1b
- ForgeCaps: {
- Parent: {
- Items: [ ]
- Size: 5
- }
- }
- id: "solapplepie:lunchbag"
- }
- type: "item"
- }
- ]
- subtitle: "Lost Page"
- tasks: [{
- id: "109366712B105500"
- type: "checkmark"
- }]
- title: "Spice of Life: Apple Pie Edition"
- x: 6.0d
- y: -1.5d
- }
- {
- dependencies: ["114D74DF8284ACC3"]
- description: ["Craft a &eTarget Dummy&r and place it down. You can hit it to view your damage per second!"]
- id: "12B20146ED616389"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 1000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1E68A513E06D4438"
- silent: true
- title: "1000 Experience"
- type: "command"
- }]
- subtitle: "DPS Meter"
- tasks: [{
- id: "201D6D22A54727D4"
- item: "dummmmmmy:target_dummy"
- type: "item"
- }]
- x: 7.5d
- y: 1.5d
- }
- ]
- subtitle: ["Lv. 10-30"]
- title: "Act II"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "act_ii"
+ group: "1E3C4B5FFAE48A39"
+ icon: "minecraft:nether_star"
+ id: "5381722ABA7D14DD"
+ order_index: 2
+ quest_links: [ ]
+ quests: [
+ {
+ dependencies: [
+ "18E09A4B9FC1B43F"
+ "29CADE48F14D6436"
+ ]
+ description: ["Well these &eLemurians&r certainly don't belong here..."]
+ id: "52DAC9E8213D2624"
+ rewards: [
+ {
+ id: "545891FC6956AAC5"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":15,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 15)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 1250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0D1D6AA7D64C4EE8"
+ silent: true
+ title: "1250 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Risk of Rain"
+ tasks: [{
+ entity: "riskofrain_mobs:lemurian_entity"
+ icon: "nightlights:octopus_purple"
+ id: "13BF61F2B380DC9E"
+ type: "kill"
+ value: 16L
+ }]
+ title: "Otherworldly Beings II"
+ x: 1.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["29CADE48F14D6436"]
+ description: [
+ "Mosquitoes are annoying enough in the Overworld... These things are huge, they stick to your face, and are generally difficult to kill!"
+ ""
+ "These hideous, mutant flying insects are found in the &eforests of The Nether&r."
+ ]
+ id: "322725A82ADAA810"
+ rewards: [
+ {
+ count: 8
+ id: "6846F506D4DBBC18"
+ item: {
+ Count: 1b
+ id: "mmorpg:potion/health/2"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ title: "Rare Restoration Potions"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 1250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "124DB96872E3BE33"
+ silent: true
+ title: "1250 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Crimson Forests"
+ tasks: [{
+ entity: "alexsmobs:crimson_mosquito"
+ icon: "alexsmobs:mosquito_proboscis"
+ id: "3EADF779EE3B6C1A"
+ type: "kill"
+ value: 3L
+ }]
+ title: "Bloody Pests"
+ x: 1.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["45535AECCE43183A"]
+ description: ["Looks like your intuition was correct. The Nether Fortresses are crawling with weird enemies. The &eWither Skeleton&r seems to drop fragments of its skull, which seem to emanate some energy."]
+ id: "63F4CAF1CA065949"
+ rewards: [
+ {
+ id: "33816632385BF1A6"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":25,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 25)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 2000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6F4E216D74BB3692"
+ silent: true
+ title: "2000 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ entity: "minecraft:wither_skeleton"
+ icon: "minecraft:wither_skeleton_skull"
+ id: "672F0F6E02A6D254"
+ type: "kill"
+ value: 16L
+ }]
+ title: "Skull Collectors"
+ x: 3.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["18E09A4B9FC1B43F"]
+ description: [
+ "It seems not all creatures here are innately hostile. But we need to show them we mean business."
+ ""
+ "It's time to take care of some &ePiglins&r and some &eHoglins&r. You'll find them almost everywhere."
+ ]
+ icon: "minecraft:piglin_head"
+ id: "29CADE48F14D6436"
+ rewards: [
+ {
+ id: "27D034D602B200EA"
+ item: "lightmanscurrency:coin_gold"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "69DCE5D67CC781CF"
+ item: "mmorpg:stone/2"
+ title: "Rare Stone"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 1250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "01CC496042A47CC6"
+ silent: true
+ title: "1250 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [
+ {
+ entity: "minecraft:piglin"
+ icon: "minecraft:piglin_head"
+ id: "0709550781191C90"
+ type: "kill"
+ value: 12L
+ }
+ {
+ entity: "minecraft:hoglin"
+ icon: "nethersdelight:hoglin_trophy"
+ id: "6ACD5F7F9447DCCB"
+ type: "kill"
+ value: 4L
+ }
+ ]
+ title: "Otherworldly Beings"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["45535AECCE43183A"]
+ description: [
+ "In The Nether, you may come across aggressive, fiery creatures. While the &eWyrm&r and &eBlaze&r seem powerful, it is almost certain that there are more powerful magma creatures given the size and depth of The Nether."
+ ""
+ "It might be best to be prepared against fire. Try finding and vanquishing these mobs to test yourself."
+ ]
+ icon: "minecraft:blaze_powder"
+ id: "1D01AD334C7C70F1"
+ rewards: [
+ {
+ count: 5
+ id: "1E1B2C1F4FA4CF20"
+ item: "lightmanscurrency:coin_iron"
+ title: "Money"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 1750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3544639BC2E3A192"
+ silent: true
+ title: "1750 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Fiery Adventure"
+ tasks: [
+ {
+ entity: "minecraft:blaze"
+ icon: "minecraft:blaze_rod"
+ id: "0B92DB0E2C3ACA8E"
+ type: "kill"
+ value: 12L
+ }
+ {
+ entity: "realmrpg_wyrms:red_wyrm"
+ icon: "minecraft:blaze_powder"
+ id: "123E1ECFC39D0945"
+ type: "kill"
+ value: 8L
+ }
+ ]
+ title: "Fiery Foes"
+ x: 3.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["277A8C4C5D50ED00"]
+ description: [
+ "Surely you've already run into these flying critters... Something tells you that there are hundreds of these lurking around every corner."
+ ""
+ "They must come from something..."
+ ]
+ icon: {
+ Count: 1b
+ id: "minecraft:tipped_arrow"
+ tag: {
+ Potion: "alexsmobs:lava_vision"
+ }
+ }
+ id: "1EA8FC97142B16A7"
+ rewards: [
+ {
+ count: 3
+ id: "5486B8641330278A"
+ item: "mmorpg:soul_extractor/rare"
+ title: "Rare Gear Soul Extractors"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 2250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2604E2CD0966E3DD"
+ silent: true
+ title: "2250 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Fiery Adventure"
+ tasks: [{
+ entity: "monsterplus:lava_squid"
+ icon: {
+ Count: 1b
+ id: "minecraft:tipped_arrow"
+ tag: {
+ Potion: "minecraft:fire_resistance"
+ }
+ }
+ id: "6EC7ADFF37CD9E71"
+ type: "kill"
+ value: 32L
+ }]
+ title: "Flame Spitters"
+ x: 4.5d
+ y: 3.0d
+ }
+ {
+ dependencies: ["1EA8FC97142B16A7"]
+ description: [
+ "This is that ðing.&r"
+ ""
+ "The Mother Lava Squid Has:"
+ "&b+50% Physical Damage converted to Fire Damage&r"
+ "&a5% Chance of Dropping Net Rune&r"
+ ]
+ icon: "simplehats:burning_m_bison"
+ id: "05AD0B9A77F0325F"
+ rewards: [
+ {
+ exclude_from_claim_all: true
+ id: "535DAF2AABB78097"
+ table_id: 1687722018226746788L
+ type: "choice"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 2500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "79DBFB1E7228F818"
+ silent: true
+ title: "2500 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "3669A04AB95A4666"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "diamond"
+ subtitle: "Fiery Adventure"
+ tasks: [{
+ entity: "monsterplus:mother_lava_squid"
+ icon: "simplehats:burning_m_bison"
+ id: "01A75F2295A67935"
+ type: "kill"
+ value: 1L
+ }]
+ title: "The Mother"
+ x: 4.5d
+ y: 4.5d
+ }
+ {
+ dependencies: ["63F4CAF1CA065949"]
+ description: [
+ "Place &eSoul Sand&r in a T shape, topped with &e3 Wither Skeleton Skulls&r to summon the &eWither.&r"
+ ""
+ "This boss is very difficult, as it requires you to have a projectile weapon or spell to take care of its first phase. In the second phase, be prepared for the Wither to be up close and personal..."
+ ""
+ "&cThe Wither always spawns at level 30.&r"
+ ""
+ "The Wither Has:"
+ "&b+20% Elemental Resistance&r"
+ "&a10% Chance of Dropping Net Rune&r"
+ ]
+ id: "114D74DF8284ACC3"
+ rewards: [
+ {
+ exclude_from_claim_all: true
+ id: "77CCFAF579DA3451"
+ table_id: 2150601229175429082L
+ type: "choice"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 3750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2D5BE1067A169265"
+ silent: true
+ title: "3750 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "351D370BEAFABF0E"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "rsquare"
+ size: 1.25d
+ subtitle: "Main Quest"
+ tasks: [{
+ entity: "minecraft:wither"
+ icon: "minecraft:wither_rose"
+ id: "17530C3BC3EA0BB2"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Dark Ritual"
+ x: 6.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["277A8C4C5D50ED00"]
+ description: [
+ "Well, here is one of those big bads you've been tasked with removing. The &eWildfire&r is a powerful foe - you will need to be prepared."
+ ""
+ "The plates spinning around the &eWildfire&r need to be popped off before it can receive any basic attack damage. You can still damage it with spells, but if you want to mow it down with basic attacks, you will need to &estrip it of its armor&r!"
+ ""
+ "The Wildfire Has:"
+ "&b+50% Physical Damage converted to Fire Damage&r"
+ "&a5% Chance of Dropping Net Rune&r"
+ ]
+ id: "42A954877474A58F"
+ rewards: [
+ {
+ exclude_from_claim_all: true
+ id: "74422C75EF7AACE2"
+ table_id: 4329773747337249676L
+ type: "choice"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 2500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "777824462105E261"
+ silent: true
+ title: "2500 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "6E3B5E2EB562F8D7"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "diamond"
+ subtitle: "Fiery Adventure"
+ tasks: [{
+ entity: "friendsandfoes:wildfire"
+ icon: {
+ Count: 1b
+ id: "friendsandfoes:wildfire_crown"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "6541A85B5313AC4F"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Ruler of Flames"
+ x: 6.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["114D74DF8284ACC3"]
+ description: [
+ "You've reported your achievements to the village guard and received your rewards. It's time to move onto the next dimension - the &eUndergarden&r. A moist, sticky, and mostly habitable dimension with some curious creatures... They might not be mutated, but it's worth taking a look anyway."
+ ""
+ "Craft a &eCatalyst&r using your &eNether Star&r, and access the Undergarden by making a portal with &eStone Bricks in the same shape as the Nether Portal&r. Activate it using the Catalyst."
+ ]
+ icon: "undergarden:catalyst"
+ id: "18D44E8B9226FB02"
+ rewards: [
+ {
+ count: 3
+ id: "281851AAA2C7DC0E"
+ item: "lightmanscurrency:coin_gold"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 4500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4E1BE362EAFA93B2"
+ silent: true
+ title: "4500 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [
+ {
+ id: "4F61CA02549D0BF8"
+ item: "undergarden:catalyst"
+ type: "item"
+ }
+ {
+ dimension: "undergarden:undergarden"
+ icon: "undergarden:depthrock"
+ id: "21C702BD4DC49479"
+ title: "Visit The Undergarden"
+ type: "dimension"
+ }
+ ]
+ title: "Travel Catalyst"
+ x: 7.5d
+ y: 0.0d
+ }
+ {
+ dependencies: [
+ "63F4CAF1CA065949"
+ "1D01AD334C7C70F1"
+ ]
+ dependency_requirement: "one_completed"
+ description: [
+ "You've seen in Nether Fortresses clues to another structure. \"The Citadel\" is etched into the walls of the Fortress in various locations. Maybe you can find the &eNether Citadel&r and investigate."
+ ""
+ "&eRequires 1 dependency to be completed.&r"
+ ]
+ id: "277A8C4C5D50ED00"
+ rewards: [
+ {
+ id: "08F3F886C4A30C65"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:basic/blaze"
+ }
+ }
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 2000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6FEAA0D1FF245EA5"
+ silent: true
+ title: "2000 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Fiery Adventure"
+ tasks: [{
+ advancement: "friendsandfoes:nether/find_citadel"
+ criterion: ""
+ id: "6E38DD14F2F2B52D"
+ type: "advancement"
+ }]
+ title: "A Castle in the Dark"
+ x: 4.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["322725A82ADAA810"]
+ description: ["If you find yourself dying frequently, you can craft a &eRespawn Anchor&r. To craft one, you will need to first find some &eCrying Obsidian&r!"]
+ id: "0A37821899EAE5B4"
+ rewards: [
+ {
+ count: 5
+ id: "297CFA167CCC5830"
+ item: "lightmanscurrency:coin_iron"
+ title: "Money"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 1750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "46A8D34E894763CE"
+ silent: true
+ title: "1750 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Crimson Forests"
+ tasks: [{
+ advancement: "minecraft:nether/obtain_crying_obsidian"
+ criterion: ""
+ id: "79B01E4A345318F7"
+ type: "advancement"
+ }]
+ title: "Dried Up Tears"
+ x: 1.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["29CADE48F14D6436"]
+ description: [
+ "Occasionally, you'll see large, looming structures in The Nether. How is that possible? Is there civilization here?"
+ ""
+ "Maybe finding one of these structures and exploring it will provide you clues on where to find powerful creatures."
+ ]
+ id: "45535AECCE43183A"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 1500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3F6B3CF23487B7AE"
+ silent: true
+ title: "1500 Experience"
+ type: "command"
+ }]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ advancement: "minecraft:nether/find_fortress"
+ criterion: ""
+ id: "110553725D320A0F"
+ type: "advancement"
+ }]
+ title: "Nether Fortress"
+ x: 1.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["29CD881773D976E5"]
+ description: [
+ "If the &eCrimson Mosquito&r drinks the blood of a &eMungus&r which is coated in &eWarped Fungus&r, then the mosquito will turn blue and start to grow in size - eventually turning into a &eWarped Mosco&r."
+ ""
+ "Alternatively, you can feed a &eCrimson Mosquito with Warped Mixture&r. Unsure where to get that? You can &epurchase it from the Trading Terminal&r!"
+ ""
+ "That sounds like a very mutagenic process..."
+ ""
+ "The Warped Mosco Has:"
+ "&a10% Chance of Dropping Net Rune&r"
+ ]
+ id: "37167129D6D6A280"
+ rewards: [
+ {
+ exclude_from_claim_all: true
+ id: "2B1573668D8133F2"
+ table_id: 2180584499743187208L
+ type: "choice"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 2000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "55F31513DD96482E"
+ silent: true
+ title: "2000 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "6AF21C1384426C0B"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "diamond"
+ subtitle: "Crimson Forests"
+ tasks: [{
+ entity: "alexsmobs:warped_mosco"
+ icon: "alexsmobs:warped_muscle"
+ id: "3A77AF5EDDC8EE67"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Forest Chad"
+ x: 3.0d
+ y: -3.0d
+ }
+ {
+ dependencies: ["1EA8FC97142B16A7"]
+ description: [
+ "&eGear Soul Extractors&r can be used on gear. You will get the \"stats\" of the gear back as a soul, destroying the base item in the process. You can then use the soul on another piece of gear!"
+ ""
+ "Conversely, &eGear Soul Cleaners&r are used to get rid of the stats of the gear while keeping the base item."
+ ""
+ "&eSocket Extractors&r are used to remove &egems&r from your socketed gear. There is no penalty for doing so, but the extractor will be consumed."
+ ]
+ icon: "minecraft:paper"
+ id: "60D44B70BB06539B"
+ rewards: [
+ {
+ count: 5
+ id: "06397D5030906CA7"
+ item: "mmorpg:soul_extractor/uncommon"
+ title: "Uncommon Gear Soul Extractors"
+ type: "item"
+ }
+ {
+ id: "019842FB37A2A722"
+ item: "mmorpg:socket_extractor"
+ title: "Socket Extractor"
+ type: "item"
+ }
+ {
+ id: "14ADF13CF85D2BDC"
+ item: "mmorpg:soul_cleaner"
+ title: "Gear Soul Cleaner"
+ type: "item"
+ }
+ ]
+ subtitle: "Lost Page"
+ tasks: [{
+ id: "5222FCC05296547A"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Gear Soul Extractors"
+ x: 6.0d
+ y: 3.0d
+ }
+ {
+ dependencies: ["114D74DF8284ACC3"]
+ description: [
+ "The &eAwful Ghast&r can be found in the &eAwful Dungeons&r of The Nether. Awful Dungeons can be found in &eSoul Sand Valleys and Warped Forests&r where they appear as floating circular structures. You can summon it by placing a &eNether Star in the altar&r. The Awful Ghast has two combat phases. First, it will attack you from a distance with projectiles that disable your items in hand. In the second phase, it will start dashing at you!"
+ ""
+ "The &eNether Keeper&r is a powerful foe found in the &eKeeping Castle&r of The Nether. Keeping Castles can be found in &eNether Wastes and Crimson Forests underground&r. You can summon it by placing a &eNether Star in the altar&r. Stay away from the boss, as you will be infected with a spore effect if you get too close to it. At half health, it will summon allies to aid it in combat."
+ ""
+ "Awful Dungeons spawn in:"
+ "Soul Sand Valley"
+ "Warped Forest"
+ "They are floating circular structures."
+ ""
+ "Keeping Castles spawn in:"
+ "Nether Wastes"
+ "Crimson Forest"
+ "Often are underground, symmetrical with square partitions."
+ ""
+ "The Awful Ghast Has:"
+ "&b+30% Elemental Resistance&r"
+ "&a15% Chance of Dropping Net Rune&r"
+ ""
+ "The Nether Keeper Has:"
+ "&b+40% Armor&r"
+ "&a15% Chance of Dropping Net Rune&r"
+ ]
+ icon: "minecraft:ghast_tear"
+ id: "4B57F45BE30AA5F2"
+ rewards: [
+ {
+ id: "6D6B60B2B13A812C"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":30,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 30)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 5000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "603037141A03BB23"
+ silent: true
+ title: "5000 Experience"
+ type: "command"
+ }
+ {
+ id: "2B90EDAC5DA53732"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:hellish_fortress"
+ }
+ }
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "40EEEAB2C09C5FCA"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "diamond"
+ subtitle: "Big Baddies"
+ tasks: [
+ {
+ entity: "stalwart_dungeons:awful_ghast"
+ icon: "minecraft:ghast_tear"
+ id: "51228A86D700915C"
+ type: "kill"
+ value: 1L
+ }
+ {
+ entity: "stalwart_dungeons:nether_keeper"
+ icon: {
+ Count: 1b
+ id: "minecraft:netherite_chestplate"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "70C7BE00D37C0827"
+ type: "kill"
+ value: 1L
+ }
+ ]
+ title: "Defenders of the Nether"
+ x: 7.5d
+ y: -1.5d
+ }
+ {
+ dependencies: [
+ "4B57F45BE30AA5F2"
+ "42A954877474A58F"
+ "05AD0B9A77F0325F"
+ "37167129D6D6A280"
+ ]
+ description: ["Defeat all of the mini-bosses of Act II to complete this achievement. Then show it off with your hot new hat!"]
+ hide_dependency_lines: true
+ icon: "simplehats:fakefire"
+ id: "389CFAF34A692969"
+ rewards: [
+ {
+ id: "42E82408B8908750"
+ item: "simplehats:fakefire"
+ type: "item"
+ }
+ {
+ count: 5
+ id: "0C37E20EAA887073"
+ item: "lightmanscurrency:coin_gold"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ subtitle: "Achievement"
+ tasks: [{
+ id: "5285A75C058C5073"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Defeat All Act II Mini-Bosses!"
+ x: 7.5d
+ y: 4.5d
+ }
+ {
+ dependencies: ["63F4CAF1CA065949"]
+ description: [
+ "&eBounty Boards&r will generate &erandom quests&r for you to complete for specified rewards. Take out a &erequest&r from the board's interface and complete it within the &etime limit&r. "
+ ""
+ "Craft &eDecrees&r to give new quest types to the board per decree type, which is randomly determined."
+ ]
+ id: "0726C033448D45CE"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 1500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "10A31C7272F8C27A"
+ silent: true
+ title: "1500 Experience"
+ type: "command"
+ }]
+ subtitle: "Mission Impossible"
+ tasks: [
+ {
+ id: "164D7BC468D2116C"
+ item: "bountiful:bountyboard"
+ type: "item"
+ }
+ {
+ id: "264FCC3C7B7531D6"
+ item: {
+ Count: 1b
+ id: "bountiful:decree"
+ tag: {
+ "bountiful:decree_data": "{}"
+ }
+ }
+ type: "item"
+ }
+ ]
+ x: 4.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["52DAC9E8213D2624"]
+ description: ["Magnets are incredibly useful for dungeons and exploring as they will siphon any dropped items towards you. Hold one in hand and shift-right click to configure its range and filters."]
+ id: "25F1A1475A6E6F1D"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 1000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "35B0C955A02DD55F"
+ silent: true
+ title: "1000 Experience"
+ type: "command"
+ }]
+ subtitle: "Magnets"
+ tasks: [{
+ id: "2A9C784EEF5930E4"
+ item: {
+ Count: 1b
+ id: "simplemagnets:basicmagnet"
+ tag: { }
+ }
+ type: "item"
+ }]
+ title: "How Do They Work?"
+ x: 1.5d
+ y: 3.0d
+ }
+ {
+ dependencies: ["322725A82ADAA810"]
+ description: [
+ "&eLightman's Currency&r is a mod that adds those coins you get for killing things. You can use these coins to sometimes trade with villagers, purchase Support and Augment gems at the end of each Act, or set up shops and trade with other players."
+ ""
+ "Even in singleplayer, you can purchase items from the trader. Craft to Exile 2 has some default items that can be bought regardless of world. Set up a &eTrading Terminal&r to check it out!"
+ ""
+ "Examples of things you can buy:"
+ "- Mine and Slash Profession Materials"
+ "- Painting Palette and Music Sheet"
+ "- Rare Resources"
+ "- Common Blocks (Dirt, Stone, etc.)"
+ ""
+ "If you're playing in multiplayer, you can even purchase &eFLAN claim blocks&r using the FLAN buy option."
+ ""
+ "&oFor more information, refer to \"&eLightman's Currency&r\" quest in the &eJolly Cooperation&r chapter!&r"
+ ]
+ id: "29CD881773D976E5"
+ rewards: [{
+ id: "2ECADA7B5FE7D7E1"
+ item: "lightmanscurrency:coin_gold"
+ type: "item"
+ }]
+ subtitle: "Currency"
+ tasks: [{
+ id: "165EE02B3146E124"
+ item: "lightmanscurrency:terminal"
+ type: "item"
+ }]
+ title: "Buying Happiness"
+ x: 3.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["114D74DF8284ACC3"]
+ description: [
+ "Finding it difficult to survive?"
+ ""
+ "&eSpice of Life: Apple Pie Edition &rgives every food a &e\"diversity\"&r factor. Eating diverse foods gives &ebenefits,&r while sticking to a few foods won't. &eCheck your Food Book in your MineMenu (default: H)&r to check your diversity and current benefits. &eKeep eating different foods and increase your Health, Block Reach, Movement Speed, and more!&r"
+ ""
+ "The &eLunchbag&r can be crafted and upgrades to &ehold all your food&r at once by &eshift right clicking&r with it in hand and right clicking to eat with it. It won't show up in JEI."
+ ]
+ icon: "minecraft:paper"
+ id: "4AF5F24C4B770EA5"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 2500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1EDD4D6B60F3D507"
+ silent: true
+ title: "2500 Experience"
+ type: "command"
+ }
+ {
+ id: "238CA135B4FDF78D"
+ item: {
+ Count: 1b
+ ForgeCaps: {
+ Parent: {
+ Items: [ ]
+ Size: 5
+ }
+ }
+ id: "solapplepie:lunchbag"
+ }
+ type: "item"
+ }
+ ]
+ subtitle: "Lost Page"
+ tasks: [{
+ id: "109366712B105500"
+ type: "checkmark"
+ }]
+ title: "Spice of Life: Apple Pie Edition"
+ x: 6.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["114D74DF8284ACC3"]
+ description: ["Craft a &eTarget Dummy&r and place it down. You can hit it to view your damage per second!"]
+ id: "12B20146ED616389"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 1000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1E68A513E06D4438"
+ silent: true
+ title: "1000 Experience"
+ type: "command"
+ }]
+ subtitle: "DPS Meter"
+ tasks: [{
+ id: "201D6D22A54727D4"
+ item: "dummmmmmy:target_dummy"
+ type: "item"
+ }]
+ x: 7.5d
+ y: 1.5d
+ }
+ ]
+ subtitle: ["Lv. 10-30"]
+ title: "Act II"
+}
diff --git a/config/ftbquests/quests/chapters/act_iii.snbt b/config/ftbquests/quests/chapters/act_iii.snbt
index c7abc0e..3c0afcd 100644
--- a/config/ftbquests/quests/chapters/act_iii.snbt
+++ b/config/ftbquests/quests/chapters/act_iii.snbt
@@ -1,1060 +1,1060 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "act_iii"
- group: "1E3C4B5FFAE48A39"
- icon: "undergarden:catalyst"
- id: "31B544F80AB89D6E"
- order_index: 3
- quest_links: [ ]
- quests: [
- {
- dependencies: ["2AFB98683E249B7D"]
- description: ["It seems like &eRotlings&r are not the only rotten creatures. There are many different breeds of them."]
- icon: "minecraft:rotten_flesh"
- id: "5E98541EEB25174A"
- rewards: [
- {
- exclude_from_claim_all: true
- id: "58382CF9AB2A0A3E"
- table_id: 1433159522818962256L
- type: "choice"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1206AB15279F8FA5"
- silent: true
- title: "6000 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [
- {
- entity: "undergarden:rotbeast"
- icon: "minecraft:rotten_flesh"
- id: "2C4A8A938CB95DE1"
- type: "kill"
- value: 8L
- }
- {
- entity: "undergarden:rotwalker"
- icon: "alexsmobs:cockroach_wing"
- id: "03FF1260F86F8A4E"
- type: "kill"
- value: 8L
- }
- ]
- title: "Rotting Creatures"
- x: 1.5d
- y: 0.0d
- }
- {
- dependencies: ["18D44E8B9226FB02"]
- description: ["You were told this dimension was dank and moist, but you did not expect it to be rotting. Kill the pesky &eRotlings&r that keep attacking you, they seem to be the cause of the rot."]
- id: "2AFB98683E249B7D"
- rewards: [
- {
- count: 2
- id: "5DCBFD4165D4B05B"
- item: "lightmanscurrency:coin_gold"
- title: "Money"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 5000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "495F3EA9B5202D6E"
- silent: true
- title: "5000 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- entity: "undergarden:rotling"
- icon: "alexsmobs:cockroach_wing_fragment"
- id: "5C9A9DA8C7B9EEFC"
- type: "kill"
- value: 8L
- }]
- title: "Foreign Enemies"
- x: 0.0d
- y: 0.0d
- }
- {
- dependencies: [
- "43D444B5C1395F3E"
- "43653B7D5F737BF3"
- "5C25A5681CC704B8"
- ]
- dependency_requirement: "one_completed"
- description: [
- "Now that you're geared up, it's time to see what's causing these abnormalities in the ocean. You've noticed some activity in the &eOverworld Ice Mazes&r... It might be worth checking out. You can find these Ice Mazes on the &esurface near Deep Frozen Oceans&r. "
- ""
- "They say a rare mineral called &eOxygelium&r can be found at the &ebottom of these Ice Mazes&r in the ocean."
- ""
- "&cMobs from Aquamirae spawn at a minimum of level 35. If you're above level 35 and looking for more of a challenge, consider completing the rest of Act III in the Overworld Mirror dimension!&r"
- ""
- "&eRequires 1 dependency to be completed.&r"
- ]
- icon: "minecraft:ice"
- id: "217637D12CF3011E"
- rewards: [
- {
- exclude_from_claim_all: true
- id: "6A6264B5A2D68399"
- table_id: 5102974831465220002L
- type: "choice"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "513C3E0F390949B6"
- silent: true
- title: "6250 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [
- {
- biome: "minecraft:deep_frozen_ocean"
- icon: "minecraft:water_bucket"
- id: "0BFF2BEAE062A2F4"
- title: "Explore the Deep Frozen Ocean Biome"
- type: "biome"
- }
- {
- icon: "minecraft:ice"
- id: "7D9182428353834C"
- structure: "aquamirae:ice_maze/common"
- title: "Find an Ice Maze"
- type: "structure"
- }
- ]
- title: "The Hidden Depths"
- x: 6.0d
- y: 0.0d
- }
- {
- dependencies: ["5E98541EEB25174A"]
- description: [
- "You spoke with a village local who claimed to once live in the Undergarden. According to that local, there were once powerful entities in temples throughout the land that protected civilization from creeping Rot. You'll need to find an Undergarden &eCatacombs&r to complete this quest."
- ""
- "However, it seems that was all in the past. New investigations hint at some new creatures haunting the Overworld depths. Perhaps now is a good time to check out the &eOverworld Mirror&r."
- ]
- id: "775A13E1924D6C9A"
- rewards: [
- {
- id: "22D6AB0E769C0B19"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":35,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 35)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "235DECB54BBFBDE3"
- silent: true
- title: "6250 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "1E135904CF7ED95A"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- advancement: "undergarden:undergarden/catacombs"
- criterion: ""
- icon: {
- Count: 1b
- id: "undergarden:forgotten_pickaxe"
- tag: {
- Damage: 0
- }
- }
- id: "7E5696809D081A2C"
- type: "advancement"
- }]
- title: "Civilization from the Past"
- x: 3.0d
- y: 0.0d
- }
- {
- dependencies: ["2AFB98683E249B7D"]
- description: ["You've heard from an elderly local from the village that they were originally from the Undergarden! According to the local, there are no longer any villages in the Undergarden due to the creeping Rot. However, there may still be resident &eStoneborn&r creatures willing to do trade."]
- id: "34AE4F64C6DCC76B"
- rewards: [
- {
- id: "3598048059AFC907"
- item: {
- Count: 1b
- id: "mmorpg:chest/currency"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":30,\"id\":\"currency\",\"key\":\"\"}"
- }
- }
- title: "Common Currency Loot Chest (Lv. 30)"
- type: "item"
- }
- {
- count: 5
- id: "7B53CAD7E3888851"
- item: "lightmanscurrency:coin_gold"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 5500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4AB967C7D0BC5EA0"
- silent: true
- title: "5500 Experience"
- type: "command"
- }
- ]
- subtitle: "Delegation"
- tasks: [{
- advancement: "undergarden:undergarden/stoneborn_trade"
- criterion: ""
- id: "41919A014FCB8BFF"
- type: "advancement"
- }]
- title: "Foreign Friends"
- x: 1.5d
- y: 1.5d
- }
- {
- dependencies: ["2AFB98683E249B7D"]
- description: ["Explore the depths of the Undergarden and you'll find some useful resources that can be turned into gear!"]
- id: "73CB23341BA13CD0"
- rewards: [
- {
- count: 3
- id: "61183E226D5E94A5"
- item: "mmorpg:stone/3"
- title: "Epic Stones"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 5000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6B975E6A9D52282E"
- silent: true
- title: "5000 Experience"
- type: "command"
- }
- ]
- subtitle: "MINE and Slash"
- tasks: [{
- advancement: "undergarden:undergarden/mine_ore"
- criterion: ""
- id: "5E1546F833807E4F"
- type: "advancement"
- }]
- title: "New Resources"
- x: 1.5d
- y: -1.5d
- }
- {
- dependencies: ["217637D12CF3011E"]
- description: ["If you're having trouble finding an &eEnd Portal Frame&r and running out of &eEye of Enders&r, perhaps it's time for you to craft an &eEndolocator&r, which is functionally the same as an Eye of Ender, but has unlimited uses!"]
- id: "2E0F302F9BBF7E36"
- rewards: [
- {
- count: 3
- id: "04EA5114ACF663AF"
- item: "lightmanscurrency:coin_gold"
- title: "Money"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1FC44A6913452913"
- silent: true
- title: "6500 Experience"
- type: "command"
- }
- ]
- subtitle: "Echo Location"
- tasks: [{
- id: "40F07F24ADE9D1A4"
- item: {
- Count: 1b
- id: "alexsmobs:endolocator"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Structure-Finding Help"
- x: 6.0d
- y: -1.5d
- }
- {
- dependencies: [
- "59A29FC72CB20EB7"
- "43D444B5C1395F3E"
- "5E98541EEB25174A"
- "2E0F302F9BBF7E36"
- "2AFB98683E249B7D"
- "217637D12CF3011E"
- "18B4B295493669DD"
- "775A13E1924D6C9A"
- "60A18C940B623CDA"
- "73CB23341BA13CD0"
- "46DB9530C236A4AD"
- "55F9F418C4CA3B3A"
- "3054F5AA249874B1"
- "43653B7D5F737BF3"
- "4BA92370D0D0DC32"
- "5596C3E03B25B9C8"
- "58F782F592F2ADEB"
- "34AE4F64C6DCC76B"
- "0AFF7911E9C10C1B"
- "0998037F5701A2D7"
- "5C25A5681CC704B8"
- ]
- description: ["Complete all of the quests in Act III to complete this achievement. Then show it off with your new hat!"]
- hide_dependency_lines: true
- icon: "simplehats:babydolphin"
- id: "6852C249CA093735"
- rewards: [
- {
- id: "07B40C2CAFFA4A41"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "69E1F9E5F47DE548"
- item: "simplehats:babydolphin"
- title: "Baby Dolphin"
- type: "item"
- }
- ]
- shape: "hexagon"
- subtitle: "Achievement"
- tasks: [{
- id: "7F4620276B50AC30"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Complete All Act III Quests!"
- x: 10.5d
- y: 1.5d
- }
- {
- dependencies: ["775A13E1924D6C9A"]
- description: ["You can craft your own Waystone to teleport to. These will be relatively expensive, but they're definitely worth it!"]
- id: "4BA92370D0D0DC32"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 5000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "597C6F3B17BA40CF"
- silent: true
- title: "5000 Experience"
- type: "command"
- }]
- subtitle: "Utilities"
- tasks: [{
- id: "7F29159B548EDBA1"
- item: "waystones:sandy_waystone"
- type: "item"
- }]
- x: 3.0d
- y: -1.5d
- }
- {
- dependencies: ["775A13E1924D6C9A"]
- description: ["Despite it's expensive ingredients, the &eDisenchanter&r allows you to take all the enchantments off of an item for a &edurability cost&r."]
- id: "5596C3E03B25B9C8"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 5500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7EC6BA5FD16D04E9"
- silent: true
- title: "5500 Experience"
- type: "command"
- }
- {
- exclude_from_claim_all: true
- id: "2053355660EE0346"
- table_id: 7157812384472883171L
- type: "loot"
- }
- ]
- subtitle: "Utilities"
- tasks: [{
- id: "613E6DBC63B51865"
- item: "disenchanting:disenchanter"
- type: "item"
- }]
- x: 3.0d
- y: 1.5d
- }
- {
- dependencies: ["2E0F302F9BBF7E36"]
- description: ["The &eStrange Fish Finder&r will locate nearby Devil's Hole chunks which contain &eunique fish and loot&r."]
- id: "58F782F592F2ADEB"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "479F2BD1BBE7BC9A"
- silent: true
- title: "7000 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "2B95DBCDDE09AA83"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- subtitle: "Echo Location"
- tasks: [{
- id: "0B89633D93313B67"
- item: {
- Count: 1b
- id: "alexsmobs:pupfish_locator"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- x: 6.0d
- y: -3.0d
- }
- {
- dependencies: ["775A13E1924D6C9A"]
- dependency_requirement: "one_completed"
- description: ["This set of &earmor&r allows you to easily &emine and fight&r underwater. You'll need some &eCreate kinetics to repressurize&r the backtank."]
- id: "43653B7D5F737BF3"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "05528058E37BE850"
- silent: true
- title: "6500 Experience"
- type: "command"
- }]
- shape: "circle"
- subtitle: "Main Quest"
- tasks: [
- {
- id: "5E6F23F7337E48EF"
- item: {
- Count: 1b
- id: "create:copper_diving_helmet"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "75E59670757C771E"
- item: {
- Count: 1b
- id: "create:copper_diving_boots"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "298BBA2B5D07A0FB"
- item: {
- Count: 1b
- id: "create:copper_backtank"
- tag: {
- Air: 900
- }
- }
- type: "item"
- }
- ]
- title: "Diving Kit"
- x: 4.5d
- y: -1.5d
- }
- {
- dependencies: ["775A13E1924D6C9A"]
- dependency_requirement: "one_completed"
- description: ["This set of &earmor&r allows you to easily &emine and fight&r underwater. You can craft &eOxygen Tanks with Oxygelium&r which can be found underwater."]
- id: "43D444B5C1395F3E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "482D24E3915BCF42"
- silent: true
- title: "6500 Experience"
- type: "command"
- }]
- shape: "circle"
- subtitle: "Main Quest"
- tasks: [
- {
- id: "7B1370680492A67F"
- item: {
- Count: 1b
- id: "aquamirae:three_bolt_helmet"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "15969F7FC51090F2"
- item: {
- Count: 1b
- id: "aquamirae:three_bolt_suit"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- ]
- x: 4.5d
- y: 1.5d
- }
- {
- dependencies: ["217637D12CF3011E"]
- description: ["These undead creatures have been spotted roaming the &eIce Mazes on the surface, near the Deep Frozen Ocean&r."]
- id: "60A18C940B623CDA"
- rewards: [
- {
- id: "4C7692645F8A7345"
- item: "mmorpg:rare_mats/fishing/lesser"
- title: "Lesser Fish"
- type: "item"
- }
- {
- id: "023076E4060597AE"
- item: "mmorpg:material/fishing/2"
- title: "Empyrean Raw Fish"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "132D51D143AFAECD"
- silent: true
- title: "6500 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Undersea Adventure"
- tasks: [{
- entity: "aquamirae:tortured_soul"
- icon: {
- Count: 1b
- id: "betterarcheology:soul_totem"
- tag: {
- Damage: 0
- }
- }
- id: "6DC389E918151695"
- type: "kill"
- value: 8L
- }]
- title: "The Restless Dead"
- x: 7.5d
- y: -1.5d
- }
- {
- dependencies: ["217637D12CF3011E"]
- description: ["These fish definitely look fishy... and they're on land! These creatures can be found in &eIce Mazes near the Deep Frozen Ocean&r."]
- id: "3054F5AA249874B1"
- rewards: [
- {
- id: "18127D8F7D2FE528"
- item: "mmorpg:rare_mats/fishing/medium"
- title: "Medium Fish"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2D6BC5CAD878B4F4"
- silent: true
- title: "6750 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Undersea Adventure"
- tasks: [{
- entity: "aquamirae:maw"
- icon: "alexsmobs:flying_fish"
- id: "64029E0952041AA3"
- type: "kill"
- value: 8L
- }]
- title: "Terrestrial Terrors"
- x: 7.5d
- y: 0.0d
- }
- {
- dependencies: ["217637D12CF3011E"]
- description: ["The &eAnglers&r in the &eDeep Ocean&r seem normal enough..."]
- id: "59A29FC72CB20EB7"
- rewards: [
- {
- id: "5623647895FDB31F"
- item: "mmorpg:material/fishing/3"
- title: "Angelic Raw Fish"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "325506065E24D465"
- silent: true
- title: "6750 Experience"
- type: "command"
- }
- {
- id: "13A003531A29BE48"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:ice_maze"
- }
- }
- type: "item"
- }
- ]
- subtitle: "Undersea Adventure"
- tasks: [{
- entity: "aquamirae:anglerfish"
- icon: "aquamirae:anglers_fang"
- id: "793FAAC99A394C65"
- type: "kill"
- value: 8L
- }]
- title: "Deep-Sea Creatures"
- x: 7.5d
- y: 1.5d
- }
- {
- dependencies: ["59A29FC72CB20EB7"]
- description: [
- "This slippery, slithery creature can be found in the &eDeep Ocean&r."
- ""
- "&cThe Eel spawns at a minimum level of 35.&r"
- ""
- "The Eel Has:"
- "&a15% Chance of Dropping Und Rune&r"
- ]
- id: "46DB9530C236A4AD"
- rewards: [
- {
- count: 2
- id: "16C206CAA7691022"
- item: "mmorpg:stone/3"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5E42161C284D2B09"
- silent: true
- title: "7250 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "0F7E84FB337FE624"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "diamond"
- subtitle: "Undersea Adventure"
- tasks: [{
- entity: "aquamirae:eel"
- icon: "alexsmobs:shed_snake_skin"
- id: "05F31113091D1241"
- type: "kill"
- value: 1L
- }]
- title: "Slippery Swimmer"
- x: 9.0d
- y: 1.5d
- }
- {
- dependencies: ["59A29FC72CB20EB7"]
- description: [
- "Never actually seen by any living being, the myth of the &eMother of the Ice Maze&r is that it's a powerful creature that roams the seas, attacking sailors and pirates alike. If you want to find it, it's said that it has a chance of &espawning with Anglers&r (&70.5% chance to spawn with an Angler&r). It's also rumored that inside the gut of the creature, you'll find rare ancient pirate treasure..."
- ""
- "&cThe Mother of the Ice Maze spawns at a minimum level of 35.&r"
- ""
- "The Mother of the Ice Maze Has:"
- "&b+50% Physical Damage converted to Frost Damage&r"
- "&a50% Chance of Dropping Und Rune&r"
- ]
- id: "18B4B295493669DD"
- rewards: [
- {
- count: 8
- id: "3E4E7CF7278690E7"
- item: "lightmanscurrency:coin_gold"
- title: "Money"
- type: "item"
- }
- {
- id: "0DDB0EF1FF5F5BA3"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":35,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 35)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7153FEA8AA828FFB"
- silent: true
- title: "7000 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "060035A5B1D52952"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "diamond"
- subtitle: "Undersea Adventure"
- tasks: [{
- entity: "aquamirae:maze_mother"
- icon: {
- Count: 1b
- id: "aquamirae:maze_rose"
- tag: {
- Damage: 0
- Enchantments: [
- {
- id: "obscure_api:distance"
- lvl: 3s
- }
- {
- id: "obscure_api:fast_spin"
- lvl: 5s
- }
- ]
- }
- }
- id: "0962A21E9E55A320"
- type: "kill"
- value: 1L
- }]
- title: "Mother of the Deep Sea"
- x: 9.0d
- y: 0.0d
- }
- {
- dependencies: [
- "3054F5AA249874B1"
- "60A18C940B623CDA"
- ]
- dependency_requirement: "one_completed"
- description: [
- "The &eGhost of Captain Cornelia&r appears when a certain sound is played from a &ehorn&r..."
- ""
- "Some say the &ehorn&r can be found in a &elarge mother-like creature&r that lurks in the &eDeep Frozen Ocean&r, or can be earned through the completion of a &eGateway of the Ice Maze&r."
- ""
- "The Ghost of Captain Cornelia Has:"
- "&b+25% Critical Hit&r"
- "&a10% Chance of Dropping Und Rune&r"
- ""
- "&cThe Ghost of Captain Cornelia spawns at level of 40.&r"
- ""
- "&eRequires 1 dependency to be completed.&r"
- ]
- id: "55F9F418C4CA3B3A"
- rewards: [
- {
- id: "3460CB6300D902AD"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- count: 2
- id: "2A9A07576D36CFDF"
- item: "mmorpg:material/fishing/3"
- title: "Angelic Raw Fish"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "59ABA7C0A346C178"
- silent: true
- title: "7500 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- size: 1.25d
- subtitle: "Main Quest"
- tasks: [{
- entity: "aquamirae:captain_cornelia"
- icon: "aquamirae:pirate_pouch"
- id: "36993DF8C06FCE11"
- type: "kill"
- value: 1L
- }]
- title: "Captain Cornelia's Locker"
- x: 9.0d
- y: -1.5d
- }
- {
- dependencies: ["73CB23341BA13CD0"]
- description: ["These &ecold ingots&r can be used to craft some powerful &eFroststeel&r gear."]
- id: "0AFF7911E9C10C1B"
- rewards: [
- {
- count: 4
- id: "0D451539F1EC255E"
- item: "mmorpg:material/mining/1"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 5000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "052C4DC20201AB66"
- silent: true
- title: "5000 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "0CBDF4F483A66437"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- subtitle: "MINE and Slash"
- tasks: [{
- count: 4L
- id: "154C7E9E60887877"
- item: "undergarden:froststeel_ingot"
- type: "item"
- }]
- title: "Cold Ingots"
- x: 1.5d
- y: -3.0d
- }
- {
- dependencies: ["55F9F418C4CA3B3A"]
- description: [
- "It's time for you to visit the Villager scholar. They might know something about alternate dimensions containing powerful creatures."
- ""
- "You can find the &eGatekeeper&r in &eGatekeeper Houses&r which can spawn in the &emountains, and plains or snowy villages&r."
- ""
- "You might need some way to coerce them to giving the information however... Perhaps some &aEmeralds&r?"
- ]
- id: "0998037F5701A2D7"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4BE8EDFC75B0DD85"
- silent: true
- title: "7250 Experience"
- type: "command"
- }]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- icon: "blue_skies:blinding_key"
- id: "0C15001804C8AF74"
- structure: "#blue_skies:gatekeeper_houses"
- title: "Find a Gatekeeper"
- type: "structure"
- }]
- title: "The Gatekeepers"
- x: 10.5d
- y: -1.5d
- }
- {
- dependencies: ["775A13E1924D6C9A"]
- dependency_requirement: "one_completed"
- description: [
- "Deep in the &eLabyrinths&r, you can sometimes find deactivated guardians. They say these guardians once protected the people from Rot creatures, but have long since lost their magic. Of course, that's just what they say..."
- ""
- "If you cannot find these guardians, you may have better luck forcing a portal to the past with an &eEndless Gateway of the Labyrinth&r."
- ""
- "The Forgotten Guardian Has:"
- "&a10% Chance of Dropping Und Rune&r"
- ]
- id: "5C25A5681CC704B8"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "45269ACB23D984A3"
- silent: true
- title: "6250 Experience"
- type: "command"
- }
- {
- id: "2EFCEBBD529078B6"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:endless/labyrinth"
- }
- }
- type: "item"
- }
- ]
- shape: "rsquare"
- subtitle: "The Undergarden"
- tasks: [{
- entity: "undergarden:forgotten_guardian"
- icon: {
- Count: 1b
- id: "undergarden:forgotten_sword"
- tag: {
- Damage: 0
- }
- }
- id: "68ABFF4A22C968A4"
- type: "kill"
- value: 1L
- }]
- title: "Hidden Secrets"
- x: 4.5d
- y: 0.0d
- }
- ]
- subtitle: ["Lv. 25-40"]
- title: "Act III"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "act_iii"
+ group: "1E3C4B5FFAE48A39"
+ icon: "undergarden:catalyst"
+ id: "31B544F80AB89D6E"
+ order_index: 3
+ quest_links: [ ]
+ quests: [
+ {
+ dependencies: ["2AFB98683E249B7D"]
+ description: ["It seems like &eRotlings&r are not the only rotten creatures. There are many different breeds of them."]
+ icon: "minecraft:rotten_flesh"
+ id: "5E98541EEB25174A"
+ rewards: [
+ {
+ exclude_from_claim_all: true
+ id: "58382CF9AB2A0A3E"
+ table_id: 1433159522818962256L
+ type: "choice"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1206AB15279F8FA5"
+ silent: true
+ title: "6000 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [
+ {
+ entity: "undergarden:rotbeast"
+ icon: "minecraft:rotten_flesh"
+ id: "2C4A8A938CB95DE1"
+ type: "kill"
+ value: 8L
+ }
+ {
+ entity: "undergarden:rotwalker"
+ icon: "alexsmobs:cockroach_wing"
+ id: "03FF1260F86F8A4E"
+ type: "kill"
+ value: 8L
+ }
+ ]
+ title: "Rotting Creatures"
+ x: 1.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["18D44E8B9226FB02"]
+ description: ["You were told this dimension was dank and moist, but you did not expect it to be rotting. Kill the pesky &eRotlings&r that keep attacking you, they seem to be the cause of the rot."]
+ id: "2AFB98683E249B7D"
+ rewards: [
+ {
+ count: 2
+ id: "5DCBFD4165D4B05B"
+ item: "lightmanscurrency:coin_gold"
+ title: "Money"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 5000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "495F3EA9B5202D6E"
+ silent: true
+ title: "5000 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ entity: "undergarden:rotling"
+ icon: "alexsmobs:cockroach_wing_fragment"
+ id: "5C9A9DA8C7B9EEFC"
+ type: "kill"
+ value: 8L
+ }]
+ title: "Foreign Enemies"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ dependencies: [
+ "43D444B5C1395F3E"
+ "43653B7D5F737BF3"
+ "5C25A5681CC704B8"
+ ]
+ dependency_requirement: "one_completed"
+ description: [
+ "Now that you're geared up, it's time to see what's causing these abnormalities in the ocean. You've noticed some activity in the &eOverworld Ice Mazes&r... It might be worth checking out. You can find these Ice Mazes on the &esurface near Deep Frozen Oceans&r. "
+ ""
+ "They say a rare mineral called &eOxygelium&r can be found at the &ebottom of these Ice Mazes&r in the ocean."
+ ""
+ "&cMobs from Aquamirae spawn at a minimum of level 35. If you're above level 35 and looking for more of a challenge, consider completing the rest of Act III in the Overworld Mirror dimension!&r"
+ ""
+ "&eRequires 1 dependency to be completed.&r"
+ ]
+ icon: "minecraft:ice"
+ id: "217637D12CF3011E"
+ rewards: [
+ {
+ exclude_from_claim_all: true
+ id: "6A6264B5A2D68399"
+ table_id: 5102974831465220002L
+ type: "choice"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "513C3E0F390949B6"
+ silent: true
+ title: "6250 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [
+ {
+ biome: "minecraft:deep_frozen_ocean"
+ icon: "minecraft:water_bucket"
+ id: "0BFF2BEAE062A2F4"
+ title: "Explore the Deep Frozen Ocean Biome"
+ type: "biome"
+ }
+ {
+ icon: "minecraft:ice"
+ id: "7D9182428353834C"
+ structure: "aquamirae:ice_maze/common"
+ title: "Find an Ice Maze"
+ type: "structure"
+ }
+ ]
+ title: "The Hidden Depths"
+ x: 6.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["5E98541EEB25174A"]
+ description: [
+ "You spoke with a village local who claimed to once live in the Undergarden. According to that local, there were once powerful entities in temples throughout the land that protected civilization from creeping Rot. You'll need to find an Undergarden &eCatacombs&r to complete this quest."
+ ""
+ "However, it seems that was all in the past. New investigations hint at some new creatures haunting the Overworld depths. Perhaps now is a good time to check out the &eOverworld Mirror&r."
+ ]
+ id: "775A13E1924D6C9A"
+ rewards: [
+ {
+ id: "22D6AB0E769C0B19"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":35,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 35)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "235DECB54BBFBDE3"
+ silent: true
+ title: "6250 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "1E135904CF7ED95A"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ advancement: "undergarden:undergarden/catacombs"
+ criterion: ""
+ icon: {
+ Count: 1b
+ id: "undergarden:forgotten_pickaxe"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "7E5696809D081A2C"
+ type: "advancement"
+ }]
+ title: "Civilization from the Past"
+ x: 3.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["2AFB98683E249B7D"]
+ description: ["You've heard from an elderly local from the village that they were originally from the Undergarden! According to the local, there are no longer any villages in the Undergarden due to the creeping Rot. However, there may still be resident &eStoneborn&r creatures willing to do trade."]
+ id: "34AE4F64C6DCC76B"
+ rewards: [
+ {
+ id: "3598048059AFC907"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/currency"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":30,\"id\":\"currency\",\"key\":\"\"}"
+ }
+ }
+ title: "Common Currency Loot Chest (Lv. 30)"
+ type: "item"
+ }
+ {
+ count: 5
+ id: "7B53CAD7E3888851"
+ item: "lightmanscurrency:coin_gold"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 5500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4AB967C7D0BC5EA0"
+ silent: true
+ title: "5500 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Delegation"
+ tasks: [{
+ advancement: "undergarden:undergarden/stoneborn_trade"
+ criterion: ""
+ id: "41919A014FCB8BFF"
+ type: "advancement"
+ }]
+ title: "Foreign Friends"
+ x: 1.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["2AFB98683E249B7D"]
+ description: ["Explore the depths of the Undergarden and you'll find some useful resources that can be turned into gear!"]
+ id: "73CB23341BA13CD0"
+ rewards: [
+ {
+ count: 3
+ id: "61183E226D5E94A5"
+ item: "mmorpg:stone/3"
+ title: "Epic Stones"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 5000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6B975E6A9D52282E"
+ silent: true
+ title: "5000 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "MINE and Slash"
+ tasks: [{
+ advancement: "undergarden:undergarden/mine_ore"
+ criterion: ""
+ id: "5E1546F833807E4F"
+ type: "advancement"
+ }]
+ title: "New Resources"
+ x: 1.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["217637D12CF3011E"]
+ description: ["If you're having trouble finding an &eEnd Portal Frame&r and running out of &eEye of Enders&r, perhaps it's time for you to craft an &eEndolocator&r, which is functionally the same as an Eye of Ender, but has unlimited uses!"]
+ id: "2E0F302F9BBF7E36"
+ rewards: [
+ {
+ count: 3
+ id: "04EA5114ACF663AF"
+ item: "lightmanscurrency:coin_gold"
+ title: "Money"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1FC44A6913452913"
+ silent: true
+ title: "6500 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Echo Location"
+ tasks: [{
+ id: "40F07F24ADE9D1A4"
+ item: {
+ Count: 1b
+ id: "alexsmobs:endolocator"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Structure-Finding Help"
+ x: 6.0d
+ y: -1.5d
+ }
+ {
+ dependencies: [
+ "59A29FC72CB20EB7"
+ "43D444B5C1395F3E"
+ "5E98541EEB25174A"
+ "2E0F302F9BBF7E36"
+ "2AFB98683E249B7D"
+ "217637D12CF3011E"
+ "18B4B295493669DD"
+ "775A13E1924D6C9A"
+ "60A18C940B623CDA"
+ "73CB23341BA13CD0"
+ "46DB9530C236A4AD"
+ "55F9F418C4CA3B3A"
+ "3054F5AA249874B1"
+ "43653B7D5F737BF3"
+ "4BA92370D0D0DC32"
+ "5596C3E03B25B9C8"
+ "58F782F592F2ADEB"
+ "34AE4F64C6DCC76B"
+ "0AFF7911E9C10C1B"
+ "0998037F5701A2D7"
+ "5C25A5681CC704B8"
+ ]
+ description: ["Complete all of the quests in Act III to complete this achievement. Then show it off with your new hat!"]
+ hide_dependency_lines: true
+ icon: "simplehats:babydolphin"
+ id: "6852C249CA093735"
+ rewards: [
+ {
+ id: "07B40C2CAFFA4A41"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "69E1F9E5F47DE548"
+ item: "simplehats:babydolphin"
+ title: "Baby Dolphin"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ subtitle: "Achievement"
+ tasks: [{
+ id: "7F4620276B50AC30"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Complete All Act III Quests!"
+ x: 10.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["775A13E1924D6C9A"]
+ description: ["You can craft your own Waystone to teleport to. These will be relatively expensive, but they're definitely worth it!"]
+ id: "4BA92370D0D0DC32"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 5000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "597C6F3B17BA40CF"
+ silent: true
+ title: "5000 Experience"
+ type: "command"
+ }]
+ subtitle: "Utilities"
+ tasks: [{
+ id: "7F29159B548EDBA1"
+ item: "waystones:sandy_waystone"
+ type: "item"
+ }]
+ x: 3.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["775A13E1924D6C9A"]
+ description: ["Despite it's expensive ingredients, the &eDisenchanter&r allows you to take all the enchantments off of an item for a &edurability cost&r."]
+ id: "5596C3E03B25B9C8"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 5500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7EC6BA5FD16D04E9"
+ silent: true
+ title: "5500 Experience"
+ type: "command"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "2053355660EE0346"
+ table_id: 7157812384472883171L
+ type: "loot"
+ }
+ ]
+ subtitle: "Utilities"
+ tasks: [{
+ id: "613E6DBC63B51865"
+ item: "disenchanting:disenchanter"
+ type: "item"
+ }]
+ x: 3.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["2E0F302F9BBF7E36"]
+ description: ["The &eStrange Fish Finder&r will locate nearby Devil's Hole chunks which contain &eunique fish and loot&r."]
+ id: "58F782F592F2ADEB"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "479F2BD1BBE7BC9A"
+ silent: true
+ title: "7000 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "2B95DBCDDE09AA83"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ subtitle: "Echo Location"
+ tasks: [{
+ id: "0B89633D93313B67"
+ item: {
+ Count: 1b
+ id: "alexsmobs:pupfish_locator"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ x: 6.0d
+ y: -3.0d
+ }
+ {
+ dependencies: ["775A13E1924D6C9A"]
+ dependency_requirement: "one_completed"
+ description: ["This set of &earmor&r allows you to easily &emine and fight&r underwater. You'll need some &eCreate kinetics to repressurize&r the backtank."]
+ id: "43653B7D5F737BF3"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "05528058E37BE850"
+ silent: true
+ title: "6500 Experience"
+ type: "command"
+ }]
+ shape: "circle"
+ subtitle: "Main Quest"
+ tasks: [
+ {
+ id: "5E6F23F7337E48EF"
+ item: {
+ Count: 1b
+ id: "create:copper_diving_helmet"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "75E59670757C771E"
+ item: {
+ Count: 1b
+ id: "create:copper_diving_boots"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "298BBA2B5D07A0FB"
+ item: {
+ Count: 1b
+ id: "create:copper_backtank"
+ tag: {
+ Air: 900
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Diving Kit"
+ x: 4.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["775A13E1924D6C9A"]
+ dependency_requirement: "one_completed"
+ description: ["This set of &earmor&r allows you to easily &emine and fight&r underwater. You can craft &eOxygen Tanks with Oxygelium&r which can be found underwater."]
+ id: "43D444B5C1395F3E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "482D24E3915BCF42"
+ silent: true
+ title: "6500 Experience"
+ type: "command"
+ }]
+ shape: "circle"
+ subtitle: "Main Quest"
+ tasks: [
+ {
+ id: "7B1370680492A67F"
+ item: {
+ Count: 1b
+ id: "aquamirae:three_bolt_helmet"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "15969F7FC51090F2"
+ item: {
+ Count: 1b
+ id: "aquamirae:three_bolt_suit"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ x: 4.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["217637D12CF3011E"]
+ description: ["These undead creatures have been spotted roaming the &eIce Mazes on the surface, near the Deep Frozen Ocean&r."]
+ id: "60A18C940B623CDA"
+ rewards: [
+ {
+ id: "4C7692645F8A7345"
+ item: "mmorpg:rare_mats/fishing/lesser"
+ title: "Lesser Fish"
+ type: "item"
+ }
+ {
+ id: "023076E4060597AE"
+ item: "mmorpg:material/fishing/2"
+ title: "Empyrean Raw Fish"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "132D51D143AFAECD"
+ silent: true
+ title: "6500 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Undersea Adventure"
+ tasks: [{
+ entity: "aquamirae:tortured_soul"
+ icon: {
+ Count: 1b
+ id: "betterarcheology:soul_totem"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "6DC389E918151695"
+ type: "kill"
+ value: 8L
+ }]
+ title: "The Restless Dead"
+ x: 7.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["217637D12CF3011E"]
+ description: ["These fish definitely look fishy... and they're on land! These creatures can be found in &eIce Mazes near the Deep Frozen Ocean&r."]
+ id: "3054F5AA249874B1"
+ rewards: [
+ {
+ id: "18127D8F7D2FE528"
+ item: "mmorpg:rare_mats/fishing/medium"
+ title: "Medium Fish"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2D6BC5CAD878B4F4"
+ silent: true
+ title: "6750 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Undersea Adventure"
+ tasks: [{
+ entity: "aquamirae:maw"
+ icon: "alexsmobs:flying_fish"
+ id: "64029E0952041AA3"
+ type: "kill"
+ value: 8L
+ }]
+ title: "Terrestrial Terrors"
+ x: 7.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["217637D12CF3011E"]
+ description: ["The &eAnglers&r in the &eDeep Ocean&r seem normal enough..."]
+ id: "59A29FC72CB20EB7"
+ rewards: [
+ {
+ id: "5623647895FDB31F"
+ item: "mmorpg:material/fishing/3"
+ title: "Angelic Raw Fish"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "325506065E24D465"
+ silent: true
+ title: "6750 Experience"
+ type: "command"
+ }
+ {
+ id: "13A003531A29BE48"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:ice_maze"
+ }
+ }
+ type: "item"
+ }
+ ]
+ subtitle: "Undersea Adventure"
+ tasks: [{
+ entity: "aquamirae:anglerfish"
+ icon: "aquamirae:anglers_fang"
+ id: "793FAAC99A394C65"
+ type: "kill"
+ value: 8L
+ }]
+ title: "Deep-Sea Creatures"
+ x: 7.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["59A29FC72CB20EB7"]
+ description: [
+ "This slippery, slithery creature can be found in the &eDeep Ocean&r."
+ ""
+ "&cThe Eel spawns at a minimum level of 35.&r"
+ ""
+ "The Eel Has:"
+ "&a15% Chance of Dropping Und Rune&r"
+ ]
+ id: "46DB9530C236A4AD"
+ rewards: [
+ {
+ count: 2
+ id: "16C206CAA7691022"
+ item: "mmorpg:stone/3"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5E42161C284D2B09"
+ silent: true
+ title: "7250 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "0F7E84FB337FE624"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "diamond"
+ subtitle: "Undersea Adventure"
+ tasks: [{
+ entity: "aquamirae:eel"
+ icon: "alexsmobs:shed_snake_skin"
+ id: "05F31113091D1241"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Slippery Swimmer"
+ x: 9.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["59A29FC72CB20EB7"]
+ description: [
+ "Never actually seen by any living being, the myth of the &eMother of the Ice Maze&r is that it's a powerful creature that roams the seas, attacking sailors and pirates alike. If you want to find it, it's said that it has a chance of &espawning with Anglers&r (&70.5% chance to spawn with an Angler&r). It's also rumored that inside the gut of the creature, you'll find rare ancient pirate treasure..."
+ ""
+ "&cThe Mother of the Ice Maze spawns at a minimum level of 35.&r"
+ ""
+ "The Mother of the Ice Maze Has:"
+ "&b+50% Physical Damage converted to Frost Damage&r"
+ "&a50% Chance of Dropping Und Rune&r"
+ ]
+ id: "18B4B295493669DD"
+ rewards: [
+ {
+ count: 8
+ id: "3E4E7CF7278690E7"
+ item: "lightmanscurrency:coin_gold"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "0DDB0EF1FF5F5BA3"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":35,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 35)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7153FEA8AA828FFB"
+ silent: true
+ title: "7000 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "060035A5B1D52952"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "diamond"
+ subtitle: "Undersea Adventure"
+ tasks: [{
+ entity: "aquamirae:maze_mother"
+ icon: {
+ Count: 1b
+ id: "aquamirae:maze_rose"
+ tag: {
+ Damage: 0
+ Enchantments: [
+ {
+ id: "obscure_api:distance"
+ lvl: 3s
+ }
+ {
+ id: "obscure_api:fast_spin"
+ lvl: 5s
+ }
+ ]
+ }
+ }
+ id: "0962A21E9E55A320"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Mother of the Deep Sea"
+ x: 9.0d
+ y: 0.0d
+ }
+ {
+ dependencies: [
+ "3054F5AA249874B1"
+ "60A18C940B623CDA"
+ ]
+ dependency_requirement: "one_completed"
+ description: [
+ "The &eGhost of Captain Cornelia&r appears when a certain sound is played from a &ehorn&r..."
+ ""
+ "Some say the &ehorn&r can be found in a &elarge mother-like creature&r that lurks in the &eDeep Frozen Ocean&r, or can be earned through the completion of a &eGateway of the Ice Maze&r."
+ ""
+ "The Ghost of Captain Cornelia Has:"
+ "&b+25% Critical Hit&r"
+ "&a10% Chance of Dropping Und Rune&r"
+ ""
+ "&cThe Ghost of Captain Cornelia spawns at level of 40.&r"
+ ""
+ "&eRequires 1 dependency to be completed.&r"
+ ]
+ id: "55F9F418C4CA3B3A"
+ rewards: [
+ {
+ id: "3460CB6300D902AD"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ count: 2
+ id: "2A9A07576D36CFDF"
+ item: "mmorpg:material/fishing/3"
+ title: "Angelic Raw Fish"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "59ABA7C0A346C178"
+ silent: true
+ title: "7500 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ size: 1.25d
+ subtitle: "Main Quest"
+ tasks: [{
+ entity: "aquamirae:captain_cornelia"
+ icon: "aquamirae:pirate_pouch"
+ id: "36993DF8C06FCE11"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Captain Cornelia's Locker"
+ x: 9.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["73CB23341BA13CD0"]
+ description: ["These &ecold ingots&r can be used to craft some powerful &eFroststeel&r gear."]
+ id: "0AFF7911E9C10C1B"
+ rewards: [
+ {
+ count: 4
+ id: "0D451539F1EC255E"
+ item: "mmorpg:material/mining/1"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 5000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "052C4DC20201AB66"
+ silent: true
+ title: "5000 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "0CBDF4F483A66437"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ subtitle: "MINE and Slash"
+ tasks: [{
+ count: 4L
+ id: "154C7E9E60887877"
+ item: "undergarden:froststeel_ingot"
+ type: "item"
+ }]
+ title: "Cold Ingots"
+ x: 1.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["55F9F418C4CA3B3A"]
+ description: [
+ "It's time for you to visit the Villager scholar. They might know something about alternate dimensions containing powerful creatures."
+ ""
+ "You can find the &eGatekeeper&r in &eGatekeeper Houses&r which can spawn in the &emountains, and plains or snowy villages&r."
+ ""
+ "You might need some way to coerce them to giving the information however... Perhaps some &aEmeralds&r?"
+ ]
+ id: "0998037F5701A2D7"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4BE8EDFC75B0DD85"
+ silent: true
+ title: "7250 Experience"
+ type: "command"
+ }]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ icon: "blue_skies:blinding_key"
+ id: "0C15001804C8AF74"
+ structure: "#blue_skies:gatekeeper_houses"
+ title: "Find a Gatekeeper"
+ type: "structure"
+ }]
+ title: "The Gatekeepers"
+ x: 10.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["775A13E1924D6C9A"]
+ dependency_requirement: "one_completed"
+ description: [
+ "Deep in the &eLabyrinths&r, you can sometimes find deactivated guardians. They say these guardians once protected the people from Rot creatures, but have long since lost their magic. Of course, that's just what they say..."
+ ""
+ "If you cannot find these guardians, you may have better luck forcing a portal to the past with an &eEndless Gateway of the Labyrinth&r."
+ ""
+ "The Forgotten Guardian Has:"
+ "&a10% Chance of Dropping Und Rune&r"
+ ]
+ id: "5C25A5681CC704B8"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "45269ACB23D984A3"
+ silent: true
+ title: "6250 Experience"
+ type: "command"
+ }
+ {
+ id: "2EFCEBBD529078B6"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:endless/labyrinth"
+ }
+ }
+ type: "item"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "The Undergarden"
+ tasks: [{
+ entity: "undergarden:forgotten_guardian"
+ icon: {
+ Count: 1b
+ id: "undergarden:forgotten_sword"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "68ABFF4A22C968A4"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Hidden Secrets"
+ x: 4.5d
+ y: 0.0d
+ }
+ ]
+ subtitle: ["Lv. 25-40"]
+ title: "Act III"
+}
diff --git a/config/ftbquests/quests/chapters/act_iv.snbt b/config/ftbquests/quests/chapters/act_iv.snbt
index 1043e9b..b850fe5 100644
--- a/config/ftbquests/quests/chapters/act_iv.snbt
+++ b/config/ftbquests/quests/chapters/act_iv.snbt
@@ -1,1007 +1,1007 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "act_iv"
- group: "1E3C4B5FFAE48A39"
- icon: "minecraft:ender_eye"
- id: "13CF8F9062A19FA5"
- order_index: 5
- quest_links: [ ]
- quests: [
- {
- dependencies: ["531BDC3DFCE88A6E"]
- description: [
- "This is it! &eKill the Ender Dragon&r and put an \"end\" to this madness!"
- ""
- "&cThe Ender Dragon alway spawns at level 55.&r"
- ""
- "The Ender Dragon Has:"
- "&b+25% Physical Damage converted to Lightning Damage&r"
- "&b+25% Physical Damage converted to Chaos Damage&r"
- "&b+25% Elemental Resistance&r"
- "&b+35% Chaos Resistance&r"
- "&a7.5% Chance of Dropping End Rune&r"
- ]
- id: "6F0D75895E507FFD"
- rewards: [
- {
- id: "2912DA754B1FC7E8"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":55,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 55)"
- type: "item"
- }
- {
- id: "4CEB9753CEE68DF0"
- item: {
- Count: 1b
- id: "minecraft:elytra"
- tag: {
- Damage: 0
- }
- }
- title: "Elytra"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 9500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3683CD13EAD2BD3C"
- silent: true
- title: "9500 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- size: 1.25d
- subtitle: "Main Quest"
- tasks: [{
- entity: "minecraft:ender_dragon"
- icon: "minecraft:dragon_head"
- id: "2877FD26AC97C50D"
- type: "kill"
- value: 1L
- }]
- title: "Dragon Quest"
- x: 1.5d
- y: 0.0d
- }
- {
- dependencies: ["75454F0A3C4C3596"]
- description: [
- "You received &einstructions&r from a village guard, scribbled on a loose piece of bamboo."
- ""
- "&o1. Arrive in The End.&r"
- "&o2. Obtain End Crystals from the island.&r"
- "&o3. Place the crystals on the -&r"
- ""
- "The rest has been &erubbed off &rfrom your adventures."
- ]
- id: "531BDC3DFCE88A6E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 8750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6D064F971867F5AB"
- silent: true
- title: "8750 Experience"
- type: "command"
- }]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- advancement: "stellarity:dragons_den/sacrificial_ritual"
- criterion: ""
- id: "1B0D7898F4168083"
- type: "advancement"
- }]
- title: "Summoning Ritual"
- x: 0.0d
- y: 0.0d
- }
- {
- dependencies: ["6F0D75895E507FFD"]
- description: ["You've slain the dragon, but it seems like there's more to The End than you thought. It might be a good time to use your newly found &eElytra&r and &eexplore the outer islands&r."]
- id: "7EA6A0131C5FF143"
- rewards: [
- {
- id: "3EC5E98649245554"
- item: {
- Count: 1b
- id: "mmorpg:chest/currency"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":50,\"id\":\"currency\",\"key\":\"\"}"
- }
- }
- title: "Common Currency Loot Chest (Lv. 50)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 9250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3763B6E506B98B16"
- silent: true
- title: "9250 Experience"
- type: "command"
- }
- ]
- subtitle: "Endventure"
- tasks: [{
- advancement: "minecraft:end/enter_end_gateway"
- criterion: ""
- id: "04D2837E3F91A62E"
- type: "advancement"
- }]
- title: "Beyond"
- x: 3.0d
- y: -1.5d
- }
- {
- dependencies: ["6F0D75895E507FFD"]
- description: ["What?! &eVillages&r in The End?"]
- id: "70D633ACAC150BA9"
- rewards: [
- {
- id: "3A7EA51119081D4E"
- item: "lightmanscurrency:coin_diamond"
- title: "Money"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 9250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7198EB9182F5D5B3"
- silent: true
- title: "9250 Experience"
- type: "command"
- }
- ]
- subtitle: "Endventure"
- tasks: [{
- advancement: "stellarity:exploration/enter_end_village"
- criterion: ""
- id: "6FE88F4254B45D38"
- type: "advancement"
- }]
- title: "Inter-Dimensional Colonization"
- x: 3.0d
- y: 1.5d
- }
- {
- dependencies: ["6F0D75895E507FFD"]
- description: [
- "You learned that it wasn't the Ender Dragon that was causing the rifts to open. As vile as the beast was, it was just that - a vile beast."
- ""
- "It seems there is more to The End than you thought... Some say another danger lurks in the void, and others say throwing a &eMysterious Worm&r into it will draw it out."
- ""
- "You can obtain a &eMysterious Worm&r by placing a &eCrimson Mosquito Larvae&r in a &eCapsid&r. You can obtain the materials needed for crafting a Crimson Mosquito Larvae by &ekilling Flies and Crimson Mosquitoes&r, and the Capsid by &ekilling Enderiophages&r."
- ]
- id: "56A3604D9BAD661C"
- rewards: [
- {
- count: 16
- id: "1B2A6B57387B7711"
- item: {
- Count: 1b
- id: "aquaculture:worm"
- tag: {
- Damage: 0
- }
- }
- title: "Worms"
- type: "item"
- }
- {
- id: "561F1DE4EB9C5CE9"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 9750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3799D574CFAF86F6"
- silent: true
- title: "9750 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- id: "1FD4027C3E5A4B93"
- item: "alexsmobs:mysterious_worm"
- type: "item"
- }]
- title: "Genetic Modification"
- x: 3.0d
- y: 0.0d
- }
- {
- dependencies: ["56A3604D9BAD661C"]
- description: [
- "Be prepared, as this horrific creature has many parts to its body. Additionally, it will fire homing crystals to nearby players. If you get too close, you'll get knocked back. Be careful not to get knocked off the island!"
- ""
- "&cThe Void Worm always spawns at level 60.&r"
- ""
- "The Void Worm Has:"
- "&a15% Chance of Dropping End Rune&r"
- ]
- id: "3944DD7AC4667137"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 10000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "45B406CDBD1F2A26"
- silent: true
- title: "10000 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "71B0768A7BF842A5"
- title: "2 Talent Points"
- type: "custom"
- }
- ]
- shape: "rsquare"
- size: 1.25d
- subtitle: "Main Quest"
- tasks: [{
- entity: "alexsmobs:void_worm"
- icon: "alexsmobs:void_worm_eye"
- id: "4CDAF67DC07C1B5A"
- type: "kill"
- value: 1L
- }]
- title: "Worm from the Void"
- x: 4.5d
- y: 0.0d
- }
- {
- dependencies: ["3944DD7AC4667137"]
- description: ["There's a report of an underground creature wrecking havoc underground traders. Some call it a &e\"Warden\".&r Some say it can be found in the &eAncient City&r deep underneath."]
- id: "0424E768816CB314"
- rewards: [
- {
- id: "6FEA654635C8F438"
- item: {
- Count: 1b
- id: "mmorpg:chest/epic_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"epic\",\"lvl\":60,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Epic Gear Loot Chest (Lv. 60)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 9500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "69E5D302B19DFCB4"
- silent: true
- title: "9500 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- advancement: "deeperdarker:main/find_ancient_city"
- criterion: ""
- id: "73ECBABFC177A3AF"
- type: "advancement"
- }]
- title: "Back Home"
- x: 4.5d
- y: 1.5d
- }
- {
- dependencies: ["0424E768816CB314"]
- description: [
- "The &eWarden&r is completely blind, and relies on vibrations, smell, and touch to detect players. You can evade them by sneaking, or using diversions such as arrows. It has a powerful melee attack, and can release a devastating homing sonic boom attack."
- ""
- "&cThe Warden always spawns at level 65.&r"
- ""
- "The Warden Has:"
- "&b+50% Armor&r"
- "&b+35% Elemental Resistance&r"
- "&b+35% Chaos Resistance&r"
- "&a10% Chance of Dropping Sid Rune&r"
- ]
- id: "6B5AFF6897A7AE6D"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 10500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "32BBAFAF37E1995B"
- silent: true
- title: "10500 Experience"
- type: "command"
- }
- {
- count: 3
- id: "3E70206312D555CB"
- item: "lightmanscurrency:coin_gold"
- title: "Money"
- type: "item"
- }
- {
- exclude_from_claim_all: true
- id: "31CEEC8EB6246EED"
- table_id: 7157812384472883171L
- type: "loot"
- }
- ]
- shape: "rsquare"
- size: 1.25d
- subtitle: "Main Quest"
- tasks: [{
- entity: "minecraft:warden"
- icon: {
- Count: 1b
- id: "deeperdarker:warden_chestplate"
- tag: {
- Damage: 0
- }
- }
- id: "7C4B9B0973E6EA67"
- type: "kill"
- value: 1L
- }]
- title: "Dimension Guardian"
- x: 6.0d
- y: 1.5d
- }
- {
- dependencies: ["6B5AFF6897A7AE6D"]
- description: ["Wow, who'd have thought? The &eWarden&r seemed to be protecting a gateway to a new &eundiscovered dimension&r. What's on &eThe Otherside&r?"]
- id: "707C5CDB48B487F8"
- rewards: [
- {
- id: "5E5119647591EC7F"
- item: {
- Count: 1b
- id: "mmorpg:chest/currency"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":50,\"id\":\"currency\",\"key\":\"\"}"
- }
- }
- title: "Common Currency Loot Chest (Lv. 50)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 10750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3201ACAD0D312816"
- silent: true
- title: "10750 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- dimension: "deeperdarker:otherside"
- icon: "deeperdarker:warden_carapace"
- id: "1ACA80128E406BE5"
- title: "Visit The Otherside"
- type: "dimension"
- }]
- title: "The Otherside"
- x: 7.5d
- y: 3.0d
- }
- {
- dependencies: ["707C5CDB48B487F8"]
- description: [
- "Continue to &eexplore,&r and descend into the &edarkness...&r You never know what &egoodies&r you'll find."
- ""
- "&b&oCongratulations on completing the Campaign! Continue to explore what the worlds have to offer, and be sure to check out the Side Quests! Keep on leveling and customizing your character, and try to overcome the greatest challenges in Maps!&r&r"
- ]
- id: "6149D163ABF06A15"
- rewards: [
- {
- id: "42E63F9488C11281"
- item: {
- Count: 1b
- id: "mmorpg:chest/legendary_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"legendary\",\"lvl\":60,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Legendary Gear Loot Chest (Lv. 60)"
- type: "item"
- }
- {
- id: "360850EC6B27579B"
- item: "lightmanscurrency:coin_netherite"
- title: "Money"
- type: "item"
- }
- {
- id: "3422F45908DFFA9A"
- item: "simplehats:paperbag"
- title: "Paper Bag"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 25000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1E6490E881BC5AA2"
- silent: true
- title: "25000 Experience"
- type: "command"
- }
- {
- id: "2113E9C1A471A8B9"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:endless/darkness"
- }
- }
- type: "item"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- advancement: "deeperdarker:main/find_ancient_temple"
- criterion: ""
- icon: "deeperdarker:smooth_sculk_stone_stairs"
- id: "779882C7510983D8"
- type: "advancement"
- }]
- title: "Untied Loose Ends"
- x: 9.0d
- y: 3.0d
- }
- {
- dependencies: ["6F0D75895E507FFD"]
- description: [
- "Although you've &eslain the dragon&r, you will still find remnants of the beast. Slay its &espawn&r to prevent any further devastation."
- ""
- "Note that you can &erespawn&r the Ender Dragon again using &eEnd Crystals&r! The method is the same as &eVanilla.&r"
- ]
- id: "61FF2CADDF0013F6"
- rewards: [
- {
- id: "07F863054E4C3F13"
- item: {
- Count: 1b
- id: "mmorpg:chest/common_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":50,\"id\":\"gem\",\"key\":\"\"}"
- }
- }
- title: "Common Gem Loot Chest (Lv. 50)"
- type: "item"
- }
- {
- count: 3
- id: "022C5AE3B9A81349"
- item: "mmorpg:currency/sharpening_stone2"
- title: "Empyrean Sharpening Stones"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 9000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "568A68D30118ED12"
- silent: true
- title: "9000 Experience"
- type: "command"
- }
- ]
- subtitle: "Endventure"
- tasks: [{
- entity: "realmrpg_wyrms:ender_wyrm"
- icon: "simplehats:dragonskullender"
- id: "18796A37D4AFC777"
- type: "kill"
- value: 8L
- }]
- title: "Dragonspawn"
- x: 1.5d
- y: -1.5d
- }
- {
- dependencies: ["30FA1CCB6BBA7125"]
- description: ["Rumours have it that &eFarseer&r are prophetic creatures originating from the void."]
- id: "69FD852AE0306BD2"
- rewards: [
- {
- id: "13410512A1AB33A9"
- item: {
- Count: 1b
- id: "waystones:warp_stone"
- tag: {
- Damage: 0
- }
- }
- title: "Warp Stone"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 9500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7E4B99CDF9BF72C0"
- silent: true
- title: "9500 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "4EFEDC6802D42BF3"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- subtitle: "Endventure"
- tasks: [{
- entity: "alexsmobs:farseer"
- icon: "alexsmobs:farseer_arm"
- id: "4917CEEBC063FE78"
- type: "kill"
- value: 3L
- }]
- title: "They Knew You Were Coming"
- x: 3.0d
- y: 3.0d
- }
- {
- dependencies: [
- "531BDC3DFCE88A6E"
- "61FF2CADDF0013F6"
- "0424E768816CB314"
- "69FD852AE0306BD2"
- "70D633ACAC150BA9"
- "6B5AFF6897A7AE6D"
- "6F0D75895E507FFD"
- "7EA6A0131C5FF143"
- "707C5CDB48B487F8"
- "56A3604D9BAD661C"
- "3944DD7AC4667137"
- "6149D163ABF06A15"
- "6BA03D598BD6C2AD"
- "081AD91A178C3A3F"
- "6DEBCC2B2DAE67AD"
- "0C894EBBB7C6F380"
- "4FEFBA3770769DA9"
- "4E2506271B43A29C"
- "201E621A52FFCE65"
- "010FF3BF22DA9AED"
- ]
- description: ["&eComplete&r all of the &equests&r in Act V to complete this achievement. Then show it off with your new hat!"]
- hide_dependency_lines: true
- icon: "simplehats:rgbsunglasses"
- id: "4ABF5C9676202847"
- rewards: [
- {
- id: "32163DBB344176A5"
- item: "simplehats:rgbsunglasses"
- type: "item"
- }
- {
- id: "132CB6623C41E78B"
- item: "lightmanscurrency:coin_diamond"
- title: "Money"
- type: "item"
- }
- ]
- shape: "hexagon"
- subtitle: "Achievement"
- tasks: [{
- id: "3F2676327EA7C4ED"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Complete All Act V Quests!"
- x: 9.0d
- y: 4.5d
- }
- {
- dependencies: ["3944DD7AC4667137"]
- dependency_requirement: "one_completed"
- description: [
- "Maps are &einstanced dungeons&r from Mine and Slash. They only start dropping from mobs from &elevel 55 and onwards&r."
- ""
- "To access these instanced dungeons, you will need to craft a &eMap Device&r, and you will need a Map. These Maps can be used on the Map Device block (once placed). You also will need to craft a &ePearl of Home&r, to ensure you can return safely."
- ""
- "Maps will have an associated Level, Rarity, and Tier. The Level, Rarity, and Tier determine the difficulty of mobs, and quality of loot."
- ""
- "&eUsing a Map Rarity Upgrade Orb, you can increase the Rarity of the Map. They will always drop at Common.&r"
- ""
- "&7Common&r - Tier 0-10"
- "&aUncommon&r - Tier 11-20"
- "&9Rare&r - Tier 21-40"
- "&dEpic&r - Tier 41-60"
- "&6Legendary&r - Tier 61-80"
- "&5Mythic&r - Tier 81-100"
- ""
- "Maps can also roll various affixes. &eAffixes&r are random modifiers that are applied either to the players (usually negative) or the mobs (usually positive)."
- ]
- icon: "mmorpg:map"
- id: "4FEFBA3770769DA9"
- rewards: [
- {
- count: 2
- id: "5F11A9983901AFDA"
- item: "mmorpg:currency/map_rarity_upgrade"
- type: "item"
- }
- {
- id: "1F60294488F2F786"
- item: {
- Count: 1b
- id: "mmorpg:map"
- tag: {
- mmorpg_map: "{\"lvl\":55,\"tier\":1,\"rar\":\"common\",\"affixes\":[{\"id\":\"water_atk\",\"p\":3},{\"id\":\"reduced_aoe\",\"p\":4},{\"id\":\"minus_hp_reg\",\"p\":35}],\"mechs\":[],\"uuid\":\"950a1fe7-4ea1-49d4-a66a-7ada9fe27665\"}"
- }
- }
- title: "Adventure Map"
- type: "item"
- }
- {
- count: 4
- id: "49D8A1AB5BCE23A9"
- item: "lightmanscurrency:coin_iron"
- title: "Money"
- type: "item"
- }
- ]
- subtitle: "Level Methods"
- tasks: [
- {
- id: "0ABCAE5B4B3DEF92"
- item: "mmorpg:teleporter"
- type: "item"
- }
- {
- id: "0256418371FC7439"
- item: "mmorpg:tp_back"
- type: "item"
- }
- ]
- title: "Maps"
- x: 6.0d
- y: 0.0d
- }
- {
- dependencies: ["4FEFBA3770769DA9"]
- description: ["Now that you have the necessary materials, try taking on a &eMap!&r"]
- id: "201E621A52FFCE65"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 2500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "43413049B841CA66"
- silent: true
- title: "2500 Experience"
- type: "command"
- }]
- subtitle: "Level Methods"
- tasks: [{
- dimension: "mmorpg:dungeon"
- icon: "mmorpg:teleporter"
- id: "34B289DE6AAD0206"
- title: "Enter A Map"
- type: "dimension"
- }]
- title: "Dimensional Conundrum"
- x: 7.5d
- y: 0.0d
- }
- {
- dependencies: ["0424E768816CB314"]
- description: ["The &eImbuing Table&r allows you to &ecombine max level&r enchantments. When they're combined, you'll get an &eupgraded enchantment book&r that is one level higher than the typical max. For example, two Fortune IIIs will become one &eFortune IV&r."]
- id: "6BA03D598BD6C2AD"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 9750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7B45C6A08AC082FC"
- silent: true
- title: "9750 Experience"
- type: "command"
- }]
- subtitle: "Craft an Imbuing Table"
- tasks: [{
- id: "50C250274B0E7598"
- item: "illagerinvasion:imbuing_table"
- type: "item"
- }]
- x: 4.5d
- y: 3.0d
- }
- {
- dependencies: ["7EA6A0131C5FF143"]
- description: [
- "&eElytras&r can now be customized with &ebanners, dyes, capes, armor trims, and glow squid ink&r."
- ""
- "&eCombine&r a full elytra with any banners, dyes, armor trims, and/or glow ink squid to &eapply&r it to the whole elytra. "
- ""
- "Place a &efull elytra&r into a crafting grid to seperate it into &etwo elytra wings&r which allows you to customize them seperately and then craft them back &etogether.&r"
- ""
- "You can also hide your &ecape&r from appearing on your elytra by just crafting it with a piece of &epaper.&r"
- ]
- id: "4E2506271B43A29C"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 8500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1D82E166861E21EA"
- silent: true
- title: "8500 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "05704C868E5A6025"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- subtitle: "Endventure"
- tasks: [{
- id: "27EE139609297829"
- item: {
- Count: 1b
- id: "customizableelytra:elytra_wing"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Customizable Elytras"
- x: 4.5d
- y: -1.5d
- }
- {
- dependencies: ["6F0D75895E507FFD"]
- description: ["&eEnderiophages&r can be found everywhere in &eThe End&r. These things spread &edisease&r and should be taken care of as soon as possible!"]
- id: "30FA1CCB6BBA7125"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 8500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "09276F91256B5A16"
- silent: true
- title: "8500 Experience"
- type: "command"
- }]
- subtitle: "Endventure"
- tasks: [{
- entity: "alexsmobs:enderiophage"
- icon: "alexsmobs:enderiophage_rocket"
- id: "25D5719253570957"
- type: "kill"
- value: 16L
- }]
- title: "Viral Disaster"
- x: 1.5d
- y: 1.5d
- }
- {
- dependencies: ["707C5CDB48B487F8"]
- description: ["&eShriek Worms&r are terrifying creatures found on &eThe Otherside&r. Should you &estep on Infested Sculk&r, you'll be met with a surprise."]
- id: "081AD91A178C3A3F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 10500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4C937CC2C36181EE"
- silent: true
- title: "10500 Experience"
- type: "command"
- }]
- subtitle: "Deeper and Darker"
- tasks: [{
- entity: "deeperdarker:shriek_worm"
- icon: {
- Count: 1b
- id: "deeperdarker:warden_helmet"
- tag: {
- Damage: 0
- }
- }
- id: "0BAB29DF028FA3B2"
- type: "kill"
- value: 8L
- }]
- title: "Death Traps"
- x: 7.5d
- y: 1.5d
- }
- {
- dependencies: ["707C5CDB48B487F8"]
- description: ["&eStalkers&r are creepy and powerful entities that can be found on &eThe Otherside&r. They're attracted to harsh noises, so if you're looking to find one, maybe &ebreak some jars&r?"]
- id: "6DEBCC2B2DAE67AD"
- rewards: [
- {
- id: "45F0FAFA0E031718"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 10750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "23D7F4B1237A1E14"
- silent: true
- title: "10750 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "7D8679A30B65CDA7"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "diamond"
- subtitle: "Deeper and Darker"
- tasks: [{
- entity: "deeperdarker:stalker"
- icon: "alexsmobs:froststalker_horn"
- id: "0E11112090553BD8"
- type: "kill"
- value: 1L
- }]
- title: "Uncanny Presence"
- x: 9.0d
- y: 1.5d
- }
- {
- dependencies: ["707C5CDB48B487F8"]
- description: ["In &eEchoing Forests&r, you'll find creatures that have lost their souls. Once thought to be human, now a husk of its former self."]
- id: "0C894EBBB7C6F380"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 10500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2902961DDA1F44C2"
- silent: true
- title: "10500 Experience"
- type: "command"
- }]
- subtitle: "Deeper and Darker"
- tasks: [{
- entity: "deeperdarker:shattered"
- icon: {
- Count: 1b
- id: "deeperdarker:warden_sword"
- tag: {
- Damage: 0
- }
- }
- id: "25B6045192B3F552"
- type: "kill"
- value: 16L
- }]
- title: "The Hopeless"
- x: 7.5d
- y: 4.5d
- }
- {
- can_repeat: false
- dependencies: ["30FA1CCB6BBA7125"]
- description: ["Catch the Ender Flu effect. Cure it by eating many &eChorus Fruit&r or &edrinking milk&r. The clock is ticking..."]
- id: "010FF3BF22DA9AED"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5AA6257209EEFA31"
- silent: true
- title: "7500 Experience"
- type: "command"
- }
- {
- count: 3
- id: "40C03DB4E7F7BAE8"
- item: "lightmanscurrency:coin_gold"
- title: "Money"
- type: "item"
- }
- ]
- subtitle: "Endventure"
- tasks: [{
- advancement: "alexsmobs:alexsmobs/ender_flu"
- criterion: ""
- id: "6EA193412C2E12A0"
- type: "advancement"
- }]
- title: "A Race Against the Clock"
- x: 1.5d
- y: 3.0d
- }
- ]
- subtitle: [
- "Lv. 50-65"
- "Lv. 60-75"
- ]
- title: "Act V"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "act_iv"
+ group: "1E3C4B5FFAE48A39"
+ icon: "minecraft:ender_eye"
+ id: "13CF8F9062A19FA5"
+ order_index: 5
+ quest_links: [ ]
+ quests: [
+ {
+ dependencies: ["531BDC3DFCE88A6E"]
+ description: [
+ "This is it! &eKill the Ender Dragon&r and put an \"end\" to this madness!"
+ ""
+ "&cThe Ender Dragon alway spawns at level 55.&r"
+ ""
+ "The Ender Dragon Has:"
+ "&b+25% Physical Damage converted to Lightning Damage&r"
+ "&b+25% Physical Damage converted to Chaos Damage&r"
+ "&b+25% Elemental Resistance&r"
+ "&b+35% Chaos Resistance&r"
+ "&a7.5% Chance of Dropping End Rune&r"
+ ]
+ id: "6F0D75895E507FFD"
+ rewards: [
+ {
+ id: "2912DA754B1FC7E8"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":55,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 55)"
+ type: "item"
+ }
+ {
+ id: "4CEB9753CEE68DF0"
+ item: {
+ Count: 1b
+ id: "minecraft:elytra"
+ tag: {
+ Damage: 0
+ }
+ }
+ title: "Elytra"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 9500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3683CD13EAD2BD3C"
+ silent: true
+ title: "9500 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ size: 1.25d
+ subtitle: "Main Quest"
+ tasks: [{
+ entity: "minecraft:ender_dragon"
+ icon: "minecraft:dragon_head"
+ id: "2877FD26AC97C50D"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Dragon Quest"
+ x: 1.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["75454F0A3C4C3596"]
+ description: [
+ "You received &einstructions&r from a village guard, scribbled on a loose piece of bamboo."
+ ""
+ "&o1. Arrive in The End.&r"
+ "&o2. Obtain End Crystals from the island.&r"
+ "&o3. Place the crystals on the -&r"
+ ""
+ "The rest has been &erubbed off &rfrom your adventures."
+ ]
+ id: "531BDC3DFCE88A6E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 8750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6D064F971867F5AB"
+ silent: true
+ title: "8750 Experience"
+ type: "command"
+ }]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ advancement: "stellarity:dragons_den/sacrificial_ritual"
+ criterion: ""
+ id: "1B0D7898F4168083"
+ type: "advancement"
+ }]
+ title: "Summoning Ritual"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["6F0D75895E507FFD"]
+ description: ["You've slain the dragon, but it seems like there's more to The End than you thought. It might be a good time to use your newly found &eElytra&r and &eexplore the outer islands&r."]
+ id: "7EA6A0131C5FF143"
+ rewards: [
+ {
+ id: "3EC5E98649245554"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/currency"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":50,\"id\":\"currency\",\"key\":\"\"}"
+ }
+ }
+ title: "Common Currency Loot Chest (Lv. 50)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 9250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3763B6E506B98B16"
+ silent: true
+ title: "9250 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Endventure"
+ tasks: [{
+ advancement: "minecraft:end/enter_end_gateway"
+ criterion: ""
+ id: "04D2837E3F91A62E"
+ type: "advancement"
+ }]
+ title: "Beyond"
+ x: 3.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["6F0D75895E507FFD"]
+ description: ["What?! &eVillages&r in The End?"]
+ id: "70D633ACAC150BA9"
+ rewards: [
+ {
+ id: "3A7EA51119081D4E"
+ item: "lightmanscurrency:coin_diamond"
+ title: "Money"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 9250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7198EB9182F5D5B3"
+ silent: true
+ title: "9250 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Endventure"
+ tasks: [{
+ advancement: "stellarity:exploration/enter_end_village"
+ criterion: ""
+ id: "6FE88F4254B45D38"
+ type: "advancement"
+ }]
+ title: "Inter-Dimensional Colonization"
+ x: 3.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["6F0D75895E507FFD"]
+ description: [
+ "You learned that it wasn't the Ender Dragon that was causing the rifts to open. As vile as the beast was, it was just that - a vile beast."
+ ""
+ "It seems there is more to The End than you thought... Some say another danger lurks in the void, and others say throwing a &eMysterious Worm&r into it will draw it out."
+ ""
+ "You can obtain a &eMysterious Worm&r by placing a &eCrimson Mosquito Larvae&r in a &eCapsid&r. You can obtain the materials needed for crafting a Crimson Mosquito Larvae by &ekilling Flies and Crimson Mosquitoes&r, and the Capsid by &ekilling Enderiophages&r."
+ ]
+ id: "56A3604D9BAD661C"
+ rewards: [
+ {
+ count: 16
+ id: "1B2A6B57387B7711"
+ item: {
+ Count: 1b
+ id: "aquaculture:worm"
+ tag: {
+ Damage: 0
+ }
+ }
+ title: "Worms"
+ type: "item"
+ }
+ {
+ id: "561F1DE4EB9C5CE9"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 9750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3799D574CFAF86F6"
+ silent: true
+ title: "9750 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ id: "1FD4027C3E5A4B93"
+ item: "alexsmobs:mysterious_worm"
+ type: "item"
+ }]
+ title: "Genetic Modification"
+ x: 3.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["56A3604D9BAD661C"]
+ description: [
+ "Be prepared, as this horrific creature has many parts to its body. Additionally, it will fire homing crystals to nearby players. If you get too close, you'll get knocked back. Be careful not to get knocked off the island!"
+ ""
+ "&cThe Void Worm always spawns at level 60.&r"
+ ""
+ "The Void Worm Has:"
+ "&a15% Chance of Dropping End Rune&r"
+ ]
+ id: "3944DD7AC4667137"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 10000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "45B406CDBD1F2A26"
+ silent: true
+ title: "10000 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "71B0768A7BF842A5"
+ title: "2 Talent Points"
+ type: "custom"
+ }
+ ]
+ shape: "rsquare"
+ size: 1.25d
+ subtitle: "Main Quest"
+ tasks: [{
+ entity: "alexsmobs:void_worm"
+ icon: "alexsmobs:void_worm_eye"
+ id: "4CDAF67DC07C1B5A"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Worm from the Void"
+ x: 4.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["3944DD7AC4667137"]
+ description: ["There's a report of an underground creature wrecking havoc underground traders. Some call it a &e\"Warden\".&r Some say it can be found in the &eAncient City&r deep underneath."]
+ id: "0424E768816CB314"
+ rewards: [
+ {
+ id: "6FEA654635C8F438"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/epic_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"epic\",\"lvl\":60,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Epic Gear Loot Chest (Lv. 60)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 9500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "69E5D302B19DFCB4"
+ silent: true
+ title: "9500 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ advancement: "deeperdarker:main/find_ancient_city"
+ criterion: ""
+ id: "73ECBABFC177A3AF"
+ type: "advancement"
+ }]
+ title: "Back Home"
+ x: 4.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["0424E768816CB314"]
+ description: [
+ "The &eWarden&r is completely blind, and relies on vibrations, smell, and touch to detect players. You can evade them by sneaking, or using diversions such as arrows. It has a powerful melee attack, and can release a devastating homing sonic boom attack."
+ ""
+ "&cThe Warden always spawns at level 65.&r"
+ ""
+ "The Warden Has:"
+ "&b+50% Armor&r"
+ "&b+35% Elemental Resistance&r"
+ "&b+35% Chaos Resistance&r"
+ "&a10% Chance of Dropping Sid Rune&r"
+ ]
+ id: "6B5AFF6897A7AE6D"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 10500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "32BBAFAF37E1995B"
+ silent: true
+ title: "10500 Experience"
+ type: "command"
+ }
+ {
+ count: 3
+ id: "3E70206312D555CB"
+ item: "lightmanscurrency:coin_gold"
+ title: "Money"
+ type: "item"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "31CEEC8EB6246EED"
+ table_id: 7157812384472883171L
+ type: "loot"
+ }
+ ]
+ shape: "rsquare"
+ size: 1.25d
+ subtitle: "Main Quest"
+ tasks: [{
+ entity: "minecraft:warden"
+ icon: {
+ Count: 1b
+ id: "deeperdarker:warden_chestplate"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "7C4B9B0973E6EA67"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Dimension Guardian"
+ x: 6.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["6B5AFF6897A7AE6D"]
+ description: ["Wow, who'd have thought? The &eWarden&r seemed to be protecting a gateway to a new &eundiscovered dimension&r. What's on &eThe Otherside&r?"]
+ id: "707C5CDB48B487F8"
+ rewards: [
+ {
+ id: "5E5119647591EC7F"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/currency"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":50,\"id\":\"currency\",\"key\":\"\"}"
+ }
+ }
+ title: "Common Currency Loot Chest (Lv. 50)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 10750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3201ACAD0D312816"
+ silent: true
+ title: "10750 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ dimension: "deeperdarker:otherside"
+ icon: "deeperdarker:warden_carapace"
+ id: "1ACA80128E406BE5"
+ title: "Visit The Otherside"
+ type: "dimension"
+ }]
+ title: "The Otherside"
+ x: 7.5d
+ y: 3.0d
+ }
+ {
+ dependencies: ["707C5CDB48B487F8"]
+ description: [
+ "Continue to &eexplore,&r and descend into the &edarkness...&r You never know what &egoodies&r you'll find."
+ ""
+ "&b&oCongratulations on completing the Campaign! Continue to explore what the worlds have to offer, and be sure to check out the Side Quests! Keep on leveling and customizing your character, and try to overcome the greatest challenges in Maps!&r&r"
+ ]
+ id: "6149D163ABF06A15"
+ rewards: [
+ {
+ id: "42E63F9488C11281"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/legendary_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"legendary\",\"lvl\":60,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Legendary Gear Loot Chest (Lv. 60)"
+ type: "item"
+ }
+ {
+ id: "360850EC6B27579B"
+ item: "lightmanscurrency:coin_netherite"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "3422F45908DFFA9A"
+ item: "simplehats:paperbag"
+ title: "Paper Bag"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 25000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1E6490E881BC5AA2"
+ silent: true
+ title: "25000 Experience"
+ type: "command"
+ }
+ {
+ id: "2113E9C1A471A8B9"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:endless/darkness"
+ }
+ }
+ type: "item"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ advancement: "deeperdarker:main/find_ancient_temple"
+ criterion: ""
+ icon: "deeperdarker:smooth_sculk_stone_stairs"
+ id: "779882C7510983D8"
+ type: "advancement"
+ }]
+ title: "Untied Loose Ends"
+ x: 9.0d
+ y: 3.0d
+ }
+ {
+ dependencies: ["6F0D75895E507FFD"]
+ description: [
+ "Although you've &eslain the dragon&r, you will still find remnants of the beast. Slay its &espawn&r to prevent any further devastation."
+ ""
+ "Note that you can &erespawn&r the Ender Dragon again using &eEnd Crystals&r! The method is the same as &eVanilla.&r"
+ ]
+ id: "61FF2CADDF0013F6"
+ rewards: [
+ {
+ id: "07F863054E4C3F13"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/common_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":50,\"id\":\"gem\",\"key\":\"\"}"
+ }
+ }
+ title: "Common Gem Loot Chest (Lv. 50)"
+ type: "item"
+ }
+ {
+ count: 3
+ id: "022C5AE3B9A81349"
+ item: "mmorpg:currency/sharpening_stone2"
+ title: "Empyrean Sharpening Stones"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 9000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "568A68D30118ED12"
+ silent: true
+ title: "9000 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Endventure"
+ tasks: [{
+ entity: "realmrpg_wyrms:ender_wyrm"
+ icon: "simplehats:dragonskullender"
+ id: "18796A37D4AFC777"
+ type: "kill"
+ value: 8L
+ }]
+ title: "Dragonspawn"
+ x: 1.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["30FA1CCB6BBA7125"]
+ description: ["Rumours have it that &eFarseer&r are prophetic creatures originating from the void."]
+ id: "69FD852AE0306BD2"
+ rewards: [
+ {
+ id: "13410512A1AB33A9"
+ item: {
+ Count: 1b
+ id: "waystones:warp_stone"
+ tag: {
+ Damage: 0
+ }
+ }
+ title: "Warp Stone"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 9500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7E4B99CDF9BF72C0"
+ silent: true
+ title: "9500 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "4EFEDC6802D42BF3"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ subtitle: "Endventure"
+ tasks: [{
+ entity: "alexsmobs:farseer"
+ icon: "alexsmobs:farseer_arm"
+ id: "4917CEEBC063FE78"
+ type: "kill"
+ value: 3L
+ }]
+ title: "They Knew You Were Coming"
+ x: 3.0d
+ y: 3.0d
+ }
+ {
+ dependencies: [
+ "531BDC3DFCE88A6E"
+ "61FF2CADDF0013F6"
+ "0424E768816CB314"
+ "69FD852AE0306BD2"
+ "70D633ACAC150BA9"
+ "6B5AFF6897A7AE6D"
+ "6F0D75895E507FFD"
+ "7EA6A0131C5FF143"
+ "707C5CDB48B487F8"
+ "56A3604D9BAD661C"
+ "3944DD7AC4667137"
+ "6149D163ABF06A15"
+ "6BA03D598BD6C2AD"
+ "081AD91A178C3A3F"
+ "6DEBCC2B2DAE67AD"
+ "0C894EBBB7C6F380"
+ "4FEFBA3770769DA9"
+ "4E2506271B43A29C"
+ "201E621A52FFCE65"
+ "010FF3BF22DA9AED"
+ ]
+ description: ["&eComplete&r all of the &equests&r in Act V to complete this achievement. Then show it off with your new hat!"]
+ hide_dependency_lines: true
+ icon: "simplehats:rgbsunglasses"
+ id: "4ABF5C9676202847"
+ rewards: [
+ {
+ id: "32163DBB344176A5"
+ item: "simplehats:rgbsunglasses"
+ type: "item"
+ }
+ {
+ id: "132CB6623C41E78B"
+ item: "lightmanscurrency:coin_diamond"
+ title: "Money"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ subtitle: "Achievement"
+ tasks: [{
+ id: "3F2676327EA7C4ED"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Complete All Act V Quests!"
+ x: 9.0d
+ y: 4.5d
+ }
+ {
+ dependencies: ["3944DD7AC4667137"]
+ dependency_requirement: "one_completed"
+ description: [
+ "Maps are &einstanced dungeons&r from Mine and Slash. They only start dropping from mobs from &elevel 55 and onwards&r."
+ ""
+ "To access these instanced dungeons, you will need to craft a &eMap Device&r, and you will need a Map. These Maps can be used on the Map Device block (once placed). You also will need to craft a &ePearl of Home&r, to ensure you can return safely."
+ ""
+ "Maps will have an associated Level, Rarity, and Tier. The Level, Rarity, and Tier determine the difficulty of mobs, and quality of loot."
+ ""
+ "&eUsing a Map Rarity Upgrade Orb, you can increase the Rarity of the Map. They will always drop at Common.&r"
+ ""
+ "&7Common&r - Tier 0-10"
+ "&aUncommon&r - Tier 11-20"
+ "&9Rare&r - Tier 21-40"
+ "&dEpic&r - Tier 41-60"
+ "&6Legendary&r - Tier 61-80"
+ "&5Mythic&r - Tier 81-100"
+ ""
+ "Maps can also roll various affixes. &eAffixes&r are random modifiers that are applied either to the players (usually negative) or the mobs (usually positive)."
+ ]
+ icon: "mmorpg:map"
+ id: "4FEFBA3770769DA9"
+ rewards: [
+ {
+ count: 2
+ id: "5F11A9983901AFDA"
+ item: "mmorpg:currency/map_rarity_upgrade"
+ type: "item"
+ }
+ {
+ id: "1F60294488F2F786"
+ item: {
+ Count: 1b
+ id: "mmorpg:map"
+ tag: {
+ mmorpg_map: "{\"lvl\":55,\"tier\":1,\"rar\":\"common\",\"affixes\":[{\"id\":\"water_atk\",\"p\":3},{\"id\":\"reduced_aoe\",\"p\":4},{\"id\":\"minus_hp_reg\",\"p\":35}],\"mechs\":[],\"uuid\":\"950a1fe7-4ea1-49d4-a66a-7ada9fe27665\"}"
+ }
+ }
+ title: "Adventure Map"
+ type: "item"
+ }
+ {
+ count: 4
+ id: "49D8A1AB5BCE23A9"
+ item: "lightmanscurrency:coin_iron"
+ title: "Money"
+ type: "item"
+ }
+ ]
+ subtitle: "Level Methods"
+ tasks: [
+ {
+ id: "0ABCAE5B4B3DEF92"
+ item: "mmorpg:teleporter"
+ type: "item"
+ }
+ {
+ id: "0256418371FC7439"
+ item: "mmorpg:tp_back"
+ type: "item"
+ }
+ ]
+ title: "Maps"
+ x: 6.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["4FEFBA3770769DA9"]
+ description: ["Now that you have the necessary materials, try taking on a &eMap!&r"]
+ id: "201E621A52FFCE65"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 2500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "43413049B841CA66"
+ silent: true
+ title: "2500 Experience"
+ type: "command"
+ }]
+ subtitle: "Level Methods"
+ tasks: [{
+ dimension: "mmorpg:dungeon"
+ icon: "mmorpg:teleporter"
+ id: "34B289DE6AAD0206"
+ title: "Enter A Map"
+ type: "dimension"
+ }]
+ title: "Dimensional Conundrum"
+ x: 7.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["0424E768816CB314"]
+ description: ["The &eImbuing Table&r allows you to &ecombine max level&r enchantments. When they're combined, you'll get an &eupgraded enchantment book&r that is one level higher than the typical max. For example, two Fortune IIIs will become one &eFortune IV&r."]
+ id: "6BA03D598BD6C2AD"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 9750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7B45C6A08AC082FC"
+ silent: true
+ title: "9750 Experience"
+ type: "command"
+ }]
+ subtitle: "Craft an Imbuing Table"
+ tasks: [{
+ id: "50C250274B0E7598"
+ item: "illagerinvasion:imbuing_table"
+ type: "item"
+ }]
+ x: 4.5d
+ y: 3.0d
+ }
+ {
+ dependencies: ["7EA6A0131C5FF143"]
+ description: [
+ "&eElytras&r can now be customized with &ebanners, dyes, capes, armor trims, and glow squid ink&r."
+ ""
+ "&eCombine&r a full elytra with any banners, dyes, armor trims, and/or glow ink squid to &eapply&r it to the whole elytra. "
+ ""
+ "Place a &efull elytra&r into a crafting grid to seperate it into &etwo elytra wings&r which allows you to customize them seperately and then craft them back &etogether.&r"
+ ""
+ "You can also hide your &ecape&r from appearing on your elytra by just crafting it with a piece of &epaper.&r"
+ ]
+ id: "4E2506271B43A29C"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 8500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1D82E166861E21EA"
+ silent: true
+ title: "8500 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "05704C868E5A6025"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ subtitle: "Endventure"
+ tasks: [{
+ id: "27EE139609297829"
+ item: {
+ Count: 1b
+ id: "customizableelytra:elytra_wing"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Customizable Elytras"
+ x: 4.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["6F0D75895E507FFD"]
+ description: ["&eEnderiophages&r can be found everywhere in &eThe End&r. These things spread &edisease&r and should be taken care of as soon as possible!"]
+ id: "30FA1CCB6BBA7125"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 8500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "09276F91256B5A16"
+ silent: true
+ title: "8500 Experience"
+ type: "command"
+ }]
+ subtitle: "Endventure"
+ tasks: [{
+ entity: "alexsmobs:enderiophage"
+ icon: "alexsmobs:enderiophage_rocket"
+ id: "25D5719253570957"
+ type: "kill"
+ value: 16L
+ }]
+ title: "Viral Disaster"
+ x: 1.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["707C5CDB48B487F8"]
+ description: ["&eShriek Worms&r are terrifying creatures found on &eThe Otherside&r. Should you &estep on Infested Sculk&r, you'll be met with a surprise."]
+ id: "081AD91A178C3A3F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 10500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4C937CC2C36181EE"
+ silent: true
+ title: "10500 Experience"
+ type: "command"
+ }]
+ subtitle: "Deeper and Darker"
+ tasks: [{
+ entity: "deeperdarker:shriek_worm"
+ icon: {
+ Count: 1b
+ id: "deeperdarker:warden_helmet"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "0BAB29DF028FA3B2"
+ type: "kill"
+ value: 8L
+ }]
+ title: "Death Traps"
+ x: 7.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["707C5CDB48B487F8"]
+ description: ["&eStalkers&r are creepy and powerful entities that can be found on &eThe Otherside&r. They're attracted to harsh noises, so if you're looking to find one, maybe &ebreak some jars&r?"]
+ id: "6DEBCC2B2DAE67AD"
+ rewards: [
+ {
+ id: "45F0FAFA0E031718"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 10750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "23D7F4B1237A1E14"
+ silent: true
+ title: "10750 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "7D8679A30B65CDA7"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "diamond"
+ subtitle: "Deeper and Darker"
+ tasks: [{
+ entity: "deeperdarker:stalker"
+ icon: "alexsmobs:froststalker_horn"
+ id: "0E11112090553BD8"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Uncanny Presence"
+ x: 9.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["707C5CDB48B487F8"]
+ description: ["In &eEchoing Forests&r, you'll find creatures that have lost their souls. Once thought to be human, now a husk of its former self."]
+ id: "0C894EBBB7C6F380"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 10500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2902961DDA1F44C2"
+ silent: true
+ title: "10500 Experience"
+ type: "command"
+ }]
+ subtitle: "Deeper and Darker"
+ tasks: [{
+ entity: "deeperdarker:shattered"
+ icon: {
+ Count: 1b
+ id: "deeperdarker:warden_sword"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "25B6045192B3F552"
+ type: "kill"
+ value: 16L
+ }]
+ title: "The Hopeless"
+ x: 7.5d
+ y: 4.5d
+ }
+ {
+ can_repeat: false
+ dependencies: ["30FA1CCB6BBA7125"]
+ description: ["Catch the Ender Flu effect. Cure it by eating many &eChorus Fruit&r or &edrinking milk&r. The clock is ticking..."]
+ id: "010FF3BF22DA9AED"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5AA6257209EEFA31"
+ silent: true
+ title: "7500 Experience"
+ type: "command"
+ }
+ {
+ count: 3
+ id: "40C03DB4E7F7BAE8"
+ item: "lightmanscurrency:coin_gold"
+ title: "Money"
+ type: "item"
+ }
+ ]
+ subtitle: "Endventure"
+ tasks: [{
+ advancement: "alexsmobs:alexsmobs/ender_flu"
+ criterion: ""
+ id: "6EA193412C2E12A0"
+ type: "advancement"
+ }]
+ title: "A Race Against the Clock"
+ x: 1.5d
+ y: 3.0d
+ }
+ ]
+ subtitle: [
+ "Lv. 50-65"
+ "Lv. 60-75"
+ ]
+ title: "Act V"
+}
diff --git a/config/ftbquests/quests/chapters/act_iv_2.snbt b/config/ftbquests/quests/chapters/act_iv_2.snbt
index b9e5a6a..77e9526 100644
--- a/config/ftbquests/quests/chapters/act_iv_2.snbt
+++ b/config/ftbquests/quests/chapters/act_iv_2.snbt
@@ -1,1248 +1,1248 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "act_iv_2"
- group: "1E3C4B5FFAE48A39"
- icon: {
- Count: 1b
- id: "blue_skies:bluebright_spear"
- tag: {
- Damage: 0
- }
- }
- id: "0CEC2D7B2260686B"
- order_index: 4
- quest_links: [ ]
- quests: [
- {
- dependencies: [
- "09CFBF8766DA4706"
- "30B56119C4EA7398"
- ]
- description: [
- "Your next task is to investigate &eThe End&r, and to slay the &eEnder Dragon&r. To get there, locate a &eStronghold&r, where you might find an &eEnd Portal Frame&r. You can activate the portal by slotting in &eEye of Enders&r into the frame."
- ""
- "&eRequires ALL dependencies to be completed.&r"
- ]
- id: "75454F0A3C4C3596"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 8500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4D18B65191DEAB27"
- silent: true
- title: "8500 Experience"
- type: "command"
- }]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- advancement: "minecraft:story/enter_the_end"
- criterion: ""
- id: "20FC7F4ADCE826EB"
- type: "advancement"
- }]
- title: "The End"
- x: 10.5d
- y: 0.0d
- }
- {
- dependencies: ["0998037F5701A2D7"]
- description: [
- "You've found the Gatekeeper... He's willing to give you information, but for a price."
- ""
- "You were able to learn from him (for free) that he's familiar with 2 alternate dimensions: the &eEverbright&r and the &eEverdawn&r. According to the Gatekeeper, it's possible to access these dimensions from the Overworld!"
- ""
- "It also looks like he has some sort of &elighter for sale&r. Apparently it's needed to access the dimensions. Maybe it's fine to humour him and buy the lighter, but you'll need more information than that. Perhaps &esnooping around the house&r might prove fruitful..."
- ]
- id: "01B3ED0D457F7A7C"
- rewards: [
- {
- count: 6
- id: "72738BFF8A4EC51A"
- item: "lightmanscurrency:coin_iron"
- title: "Money"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "16AD0ECACA8534A4"
- silent: true
- title: "7000 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- id: "18AAB8BD2E919933"
- item: {
- Count: 1b
- id: "blue_skies:zeal_lighter"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Wanderlust Ignition"
- x: 0.0d
- y: 0.0d
- }
- {
- dependencies: ["01B3ED0D457F7A7C"]
- description: [
- "&cOnly Requires 1 task to complete.&r"
- ""
- "Instead of relying on the portals that spawn in the &eGatekeeper's House&r, you can craft them yourself."
- ""
- "You can even buy the blocks from the &eTrading Terminal&r!"
- ]
- id: "467EF949DCDD7863"
- min_required_tasks: 1
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1C5BD6EBA4C93030"
- silent: true
- title: "6500 Experience"
- type: "command"
- }]
- subtitle: "Deterministic Portal"
- tasks: [
- {
- count: 10L
- id: "11CAD902CC783BD8"
- item: "blue_skies:lunar_stonebrick"
- type: "item"
- }
- {
- count: 10L
- id: "3A7BB8BB2C556636"
- item: "blue_skies:turquoise_stonebrick"
- type: "item"
- }
- ]
- title: "Deterministic Portals"
- x: 0.0d
- y: -1.5d
- }
- {
- dependencies: ["10ABAF144ABC131E"]
- description: ["BRRrrr, it is really cold in this dimension... But you made it! The &eEverbright&r is a dimension in perpetual frost. Now would be a good time to refer to the &9Blue Journal&r..."]
- id: "44D0530C2718FC69"
- rewards: [
- {
- id: "6835CDD0FE491A5B"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":40,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 40)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "13C6B993CC7FEA59"
- silent: true
- title: "7000 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- dimension: "blue_skies:everbright"
- icon: "blue_skies:everbright_portal"
- id: "79AF45CD5E5AF2BC"
- title: "Visit The Everbright"
- type: "dimension"
- }]
- title: "The Everbright"
- x: 3.0d
- y: -1.5d
- }
- {
- dependencies: ["10ABAF144ABC131E"]
- description: ["Yowza, it is really warm and humid in this dimension... But you made it! The &eEverdawn&r is a dimension filled with creature mutations and high heat. Now would be a good time to refer to the &9Blue Journal&r..."]
- id: "260297A19CCA9015"
- rewards: [
- {
- id: "191758AAA5952A15"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":40,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 40)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1F5AACD729066105"
- silent: true
- title: "7000 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- dimension: "blue_skies:everdawn"
- icon: "blue_skies:everdawn_portal"
- id: "6B78A3B8F87B2FEC"
- title: "Visit The Everdawn"
- type: "dimension"
- }]
- title: "The Everdawn"
- x: 3.0d
- y: 1.5d
- }
- {
- dependencies: ["01B3ED0D457F7A7C"]
- description: ["The Gatekeeper is also keen on giving away his &ejournal&r. It looks really old and musty, but according to the keeper, it contains a lot of &einformation&r on the dimensions."]
- id: "10ABAF144ABC131E"
- rewards: [
- {
- count: 3
- id: "4E3CA8022FAD70C9"
- item: "mmorpg:stone/3"
- title: "Epic Stones"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 6750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "03BD8073B19FA10A"
- silent: true
- title: "6750 Experience"
- type: "command"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [{
- id: "4436206A9CCFCCC9"
- item: "blue_skies:blue_journal"
- type: "item"
- }]
- title: "Your Personal Blue Skies Guide"
- x: 1.5d
- y: 0.0d
- }
- {
- dependencies: ["44D0530C2718FC69"]
- description: [
- "To access the Everbright's &eNature Dungeon,&r you will first need to find the dimension's &eBlinding Dungeon&r... According to the Gatekeeper, you'll be able to &efind the Summoner&r in the Everbright's Blinding Dungeon."
- ""
- "Be careful with the Summoner, as the Summoner fights with lightning and energy attacks, and has golems to guard themselves! According to the Gatekeeper, the Summoner becomes &estronger in the presence of more enemies&r (players)."
- ""
- "Defeat the Summoner, and you will be able to access the Nature Dungeon!"
- ""
- "You can also &eresummon&r the Summoner, by using the &eEthereal Arc&r obtained from it on a &eBlinding Keystone (Everbright)&r."
- ""
- "&cThe Summoner always spawns at level 45 and at Common rarity.&r"
- ""
- "The Summoner Has:"
- "&b+50% Physical Damage converted to Lightning Damage&r"
- "&a10% Chance of Dropping Bri Rune&r"
- ]
- icon: {
- Count: 1b
- id: "mmorpg:weapon/staff/iron"
- tag: {
- Damage: 0
- }
- }
- id: "5F455D8A504B112D"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0CEFB91DE0714449"
- silent: true
- title: "7500 Experience"
- type: "command"
- }
- {
- id: "5D645D17422CCBDF"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:basic/enderman"
- }
- }
- type: "item"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [
- {
- icon: "blue_skies:bright_blinding_keystone"
- id: "055FC215AAF81A94"
- structure: "blue_skies:everbright_blinding_dungeon"
- title: "Find a Blinding Dungeon (Everbright)"
- type: "structure"
- }
- {
- entity: "blue_skies:summoner"
- icon: {
- Count: 1b
- id: "mmorpg:weapon/staff/iron"
- tag: {
- Damage: 0
- }
- }
- id: "0CCF277C1EE31264"
- type: "kill"
- value: 1L
- }
- ]
- title: "A New Headquarters"
- x: 6.0d
- y: -1.5d
- }
- {
- dependencies: ["260297A19CCA9015"]
- description: [
- "To access the Everdawn's &ePoison Dungeon,&r you will first need to find the dimension's &eBlinding Dungeon&r... According to the Gatekeeper, you'll be able to &efind the Alchemist&r in the Everdawn's Blinding Dungeon."
- ""
- "Watch out for potions and physical constructs as you fight the Alchemist. A lot of the Alchemist's attacks are telegraphed, but missing these cues may cost you an arm! According to the Gatekeeper, the Alchemist becomes &estronger in the presence of more enemies&r (players)."
- ""
- "Defeat the Alchemist, and you will be able to access the Poison Dungeon!"
- ""
- "You can also &eresummon&r the Alchemist by using the &eDusk Arc&r obtained from it on a &eBlinding Keystone (Everdawn)&r."
- ""
- "&cThe Alchemist always spawns at level 45 and at Common rarity.&r"
- ""
- "The Alchemist Has:"
- "&b+50% Physical Damage converted to Chaos Damage&r"
- "&a10% Chance of Dropping Daw Rune&r"
- ]
- icon: "minecolonies:magicpotion"
- id: "63DA191A8533F1AE"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2B451560B8BFF45C"
- silent: true
- title: "7500 Experience"
- type: "command"
- }
- {
- id: "36DC7DA698607017"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:basic/witch"
- }
- }
- type: "item"
- }
- ]
- shape: "rsquare"
- subtitle: "Main Quest"
- tasks: [
- {
- icon: "blue_skies:dawn_blinding_keystone"
- id: "117C1E4EBD07991B"
- structure: "blue_skies:everdawn_blinding_dungeon"
- title: "Find a Blinding Dungeon (Everdawn)"
- type: "structure"
- }
- {
- entity: "blue_skies:alchemist"
- icon: "minecolonies:magicpotion"
- id: "55846F2347E4D804"
- type: "kill"
- value: 1L
- }
- ]
- title: "A New Laboratory"
- x: 6.0d
- y: 1.5d
- }
- {
- dependencies: ["5F455D8A504B112D"]
- description: [
- "You've defeated the Summoner, and in their dying moments, they tell you about the Nature Dungeon."
- ""
- "The Nature Dungeon is a &emassive green labyrinth&r consisting of &e4 floors.&r Each floor will contain &e1 of 4 keys&r and a staircase leading up to the next floor."
- ""
- "Resting at the top of the floor you will find the &eStarlit Crusher&r. This slow-moving tree packs a punch, but opportunities to stun the tree may arise if you're using a &ospear&r. According to the Gatekeeper, the Starlit Crusher becomes &estronger in the presence of more enemies&r (players)."
- ""
- "Should you find a Nature Dungeon that's &ealready been cleared&r, you can go back to the &eGatekeeper&r and &epurchase the required keys&r."
- ""
- "You can also &eresummon&r the Starlit Crusher by using the &eNature Arc&r obtained from it on a &eNature Keystone&r."
- ""
- "&cThe Starlit Crusher always spawns at level 55 and at Common rarity.&r"
- ""
- "The Starlit Crusher Has:"
- "&b+50% Physical Damage converted to Lightning Damage&r"
- "&b+33% Electrify Chance&r"
- "&a25% Chance of Dropping Bri Rune&r"
- ]
- icon: "blue_skies:nature_key"
- id: "30B56119C4EA7398"
- rewards: [
- {
- id: "663B62B336DCAB4D"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":50,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 50)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 8250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "135D273C25E842F5"
- silent: true
- title: "8250 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "1A38E3424A25A4F8"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "rsquare"
- size: 1.25d
- subtitle: "Main Quest"
- tasks: [
- {
- icon: "blue_skies:nature_key"
- id: "522F544ED0AF2DF1"
- structure: "blue_skies:nature_dungeon"
- title: "Find a Nature Dungeon"
- type: "structure"
- }
- {
- entity: "blue_skies:starlit_crusher"
- icon: {
- Count: 1b
- id: "blue_skies:starlit_sword"
- tag: {
- Damage: 0
- }
- }
- id: "7AE9182E6A246E5E"
- type: "kill"
- value: 1L
- }
- ]
- title: "An Uprooting"
- x: 9.0d
- y: -1.5d
- }
- {
- dependencies: ["63DA191A8533F1AE"]
- description: [
- "You've defeated the Alchemist, and in their dying moments, they tell you about the Poison Dungeon."
- ""
- "The Poison Dungeon is a &elarge underground maze&r consisting of &e4 floors.&r Each floor will contain &e1 of 4 keys&r and a staircase leading down to the next floor. You will find a &elarge, hollowed maple tree covered in cobwebs on the surface&r."
- ""
- "Lurking in the lowest depths, you will find the &eArachnarch&r in her lair. This venomous foe lunges at targets and sprays poison from the ceiling above, but opportunities to stun the spider may arise if you're using a &oshield&r. According to the Gatekeeper, the Arachnarch becomes &estronger in the presence of more enemies&r (players)."
- ""
- "Should you find a Poison Dungeon that's &ealready been cleared&r, you can go back to the &eGatekeeper&r and &epurchase the required keys&r."
- ""
- "You can also &eresummon&r the Arachnarch by using the &ePoisonous Arc&r obtained from it on a &ePoison Keystone&r."
- ""
- "&cThe Arachnarch always spawns at level 55 and at Common rarity.&r"
- ""
- "The Arachnarch Has:"
- "&b+50% Physical Damage converted to Chaos Damage&r"
- "&b+33% Poison Chance&r"
- "&a25% Chance of Dropping Daw Rune&r"
- ]
- icon: "blue_skies:poison_key"
- id: "09CFBF8766DA4706"
- rewards: [
- {
- id: "64F2BD6B14DAA4BD"
- item: {
- Count: 1b
- id: "mmorpg:chest/rare_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":50,\"id\":\"gear\",\"key\":\"\"}"
- }
- }
- title: "Rare Gear Loot Chest (Lv. 50)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 8250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3376346B940F53CB"
- silent: true
- title: "8250 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "1161AA2AFCD41DBA"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- shape: "rsquare"
- size: 1.25d
- subtitle: "Main Quest"
- tasks: [
- {
- icon: "blue_skies:poison_key"
- id: "7A4081191F33BB95"
- structure: "blue_skies:poison_dungeon"
- title: "Find a Poison Dungeon"
- type: "structure"
- }
- {
- entity: "blue_skies:arachnarch"
- icon: "aquamirae:anglers_fang"
- id: "0EDF13A2831E8413"
- type: "kill"
- value: 1L
- }
- ]
- title: "Caught in a Web"
- x: 9.0d
- y: 1.5d
- }
- {
- dependencies: [
- "260297A19CCA9015"
- "44D0530C2718FC69"
- ]
- dependency_requirement: "one_completed"
- description: [
- "&cOnly Requires 1 task to complete.&r"
- ""
- "The Gatekeeper did mention there would be civilization in the Everbright and Everdawn. You'll just need to find it."
- ""
- "&eRequires 1 dependency to be completed.&r"
- ]
- icon: "minecolonies:supplycampdeployer"
- id: "5B4E23F4CD32950F"
- min_required_tasks: 1
- rewards: [
- {
- exclude_from_claim_all: true
- id: "6122CD63934C4191"
- table_id: 1620634734402786827L
- type: "choice"
- }
- {
- count: 2
- id: "6DF34A2B450D376D"
- item: "mmorpg:material/farming/2"
- title: "Empyrean Produce"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "45C316F7912839EF"
- silent: true
- title: "7500 Experience"
- type: "command"
- }
- ]
- subtitle: "Villages"
- tasks: [
- {
- icon: "minecraft:soul_campfire"
- id: "15376BBADD49A823"
- structure: "blue_skies:village_brightlands"
- title: "Find a Village (Brightlands)"
- type: "structure"
- }
- {
- icon: "minecraft:soul_campfire"
- id: "78E992AF23F05590"
- structure: "blue_skies:village_calming_skies"
- title: "Find a Village (Calming Skies)"
- type: "structure"
- }
- {
- icon: "minecraft:soul_campfire"
- id: "7CCD0E5B3CA7EAFE"
- structure: "blue_skies:village_slushlands"
- title: "Find a Village (Slushlands)"
- type: "structure"
- }
- {
- icon: "minecraft:campfire"
- id: "0C04E46B1BF636C0"
- structure: "blue_skies:village_crystal_dunes"
- title: "Find a Village (Crystal Dunes)"
- type: "structure"
- }
- {
- icon: "minecraft:campfire"
- id: "38442C1814AB77D0"
- structure: "blue_skies:village_shaded_woodlands"
- title: "Find a Village (Shaded Woodlands)"
- type: "structure"
- }
- {
- icon: "minecraft:campfire"
- id: "720141991EF4B5EA"
- structure: "blue_skies:village_sunset_maple_forest"
- title: "Find a Village (Sunset Maple Forest)"
- type: "structure"
- }
- ]
- title: "Encampment"
- x: 3.0d
- y: 0.0d
- }
- {
- dependencies: ["5B4E23F4CD32950F"]
- description: [
- "Apparently if you find a &eNightwatcher&r, they can provide you with a &eBag of Spoils&r which will let you &epickpocket villagers&r... Seems like a criminal activity that would be frowned upon by them..."
- ""
- "That is, if they catch you."
- ]
- id: "08D0C45FA283D50A"
- rewards: [
- {
- id: "747892111AA9DE5D"
- item: "lightmanscurrency:coin_diamond"
- title: "Money"
- type: "item"
- }
- {
- id: "3F2B997D92FBF0E8"
- item: {
- Count: 1b
- id: "mmorpg:chest/common_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":40,\"id\":\"rune\",\"key\":\"\"}"
- }
- }
- title: "Common Rune Loot Chest (Lv. 40)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0AC5615867DF791F"
- silent: true
- title: "7250 Experience"
- type: "command"
- }
- ]
- subtitle: "Villages"
- tasks: [{
- id: "39EE9E362FC12FBB"
- item: "blue_skies:bag_of_spoils"
- type: "item"
- }]
- title: "Pickpocketing"
- x: 4.5d
- y: 0.0d
- }
- {
- dependencies: [
- "5F455D8A504B112D"
- "63DA191A8533F1AE"
- ]
- dependency_requirement: "one_completed"
- description: [
- "These dimensions seem to have plenty of natural resources. It might be worthwhile to harvest some to craft with."
- ""
- "&eRequires 1 dependency to be completed.&r"
- ]
- id: "1E4735F6982A43ED"
- rewards: [
- {
- id: "5245C2D702472E51"
- item: {
- Count: 1b
- id: "mmorpg:chest/common_gear"
- tag: {
- mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":40,\"id\":\"gem\",\"key\":\"\"}"
- }
- }
- title: "Common Gem Loot Chest (Lv. 40)"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "12683C844A99C4C0"
- silent: true
- title: "7750 Experience"
- type: "command"
- }
- ]
- subtitle: "MINE and Slash"
- tasks: [
- {
- count: 16L
- id: "0D98593995337F43"
- item: "blue_skies:pyrope_gem"
- type: "item"
- }
- {
- count: 16L
- id: "1DBB927107811622"
- item: "blue_skies:aquite"
- type: "item"
- }
- {
- count: 8L
- id: "209A546373165BD4"
- item: "blue_skies:diopside_gem"
- type: "item"
- }
- {
- count: 8L
- id: "512F2C3EB9850B9A"
- item: "blue_skies:charoite"
- type: "item"
- }
- ]
- title: "Mark My Words..."
- x: 6.0d
- y: 0.0d
- }
- {
- dependencies: ["1E4735F6982A43ED"]
- description: ["According to the &9Blue Book&r, &5Falsite&r can be found in the &eEverbright&r and possesses a &estrengthening property&r. &6Horizonite&r can be found in the &eEverdawn&r and contains a &ehigh amount of heat&r."]
- id: "1FC3745ADFF992F2"
- rewards: [
- {
- exclude_from_claim_all: true
- id: "405DBCD14DC27672"
- table_id: 6715256251723704267L
- type: "choice"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 8000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "05E99D1E12995F08"
- silent: true
- title: "8000 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "2C1C7C596F1EF10F"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- subtitle: "MINE and Slash"
- tasks: [
- {
- count: 4L
- id: "6CA7D8E2785CCC34"
- item: "blue_skies:falsite_ingot"
- type: "item"
- }
- {
- count: 4L
- id: "765E2AC8712160F0"
- item: "blue_skies:horizonite_ingot"
- type: "item"
- }
- ]
- title: "There's Trouble Brewin'"
- x: 7.5d
- y: 0.0d
- }
- {
- dependencies: ["44D0530C2718FC69"]
- description: [
- "You've noticed sticks of different properties while exploring in the Everbright. Perhaps it's even possible to use these sticks to craft spears."
- ""
- "It might be a good idea to refer to the &9Blue Journal&r for the different types of sticks. I'm sure the Gatekeeper noticed this too."
- ]
- id: "74FCB46359C566CA"
- rewards: [
- {
- count: 4
- id: "02D0D9F28BBFB03A"
- item: "mmorpg:material/mining/2"
- title: "Empyrean Ores"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3AB0CC5DDBEF85A8"
- silent: true
- title: "7250 Experience"
- type: "command"
- }
- ]
- subtitle: "Ever Exploration"
- tasks: [{
- id: "49FFE6F489219E0E"
- item: {
- Count: 1b
- id: "blue_skies:bluebright_spear"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Spears and Sticks"
- x: 3.0d
- y: -3.0d
- }
- {
- dependencies: ["260297A19CCA9015"]
- description: [
- "You've noticed sticks of different properties while exploring in the Everdawn. Perhaps it's even possible to use these sticks to craft spears."
- ""
- "It might be a good idea to refer to the &9Blue Journal&r for the different types of sticks. I'm sure the Gatekeeper noticed this too."
- ]
- id: "07B675A69ECAD9D0"
- rewards: [
- {
- count: 4
- id: "217FA3CB78CE7CDD"
- item: "mmorpg:material/mining/2"
- title: "Empyrean Ores"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5AE408B538326E95"
- silent: true
- title: "7250 Experience"
- type: "command"
- }
- ]
- subtitle: "Ever Exploration"
- tasks: [{
- id: "42B8F5AE130930FB"
- item: {
- Count: 1b
- id: "blue_skies:lunar_spear"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Sticks and Spears"
- x: 3.0d
- y: 3.0d
- }
- {
- dependencies: ["44D0530C2718FC69"]
- description: [
- "The Everbright seems to be home to many foreign creatures. You can't really tell if they're mutations or natively weird."
- ""
- "Creatures here seem to be covered in ice..."
- ]
- icon: "blue_skies:frose"
- id: "61FABF4C4DB118C8"
- rewards: [
- {
- count: 4
- id: "1B63036807317E5D"
- item: {
- Count: 1b
- id: "mmorpg:potion/health/5"
- tag: {
- level: 1
- tier: 0
- }
- }
- title: "Mythic Restoration Potions"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "59D7A4D19D910329"
- silent: true
- title: "7500 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "305B94587B94BCCD"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- subtitle: "Ever Exploration"
- tasks: [
- {
- entity: "blue_skies:armored_frost_spirit"
- icon: {
- Count: 1b
- id: "undergarden:froststeel_chestplate"
- tag: {
- Damage: 0
- }
- }
- id: "46FBFA9B9E2C3F30"
- type: "kill"
- value: 8L
- }
- {
- entity: "blue_skies:crynocerous"
- icon: "simplehats:unicornhorn"
- id: "17317C9793765AA5"
- type: "kill"
- value: 8L
- }
- {
- entity: "blue_skies:diophyde_prowler"
- icon: {
- Count: 1b
- id: "blue_skies:diopside_sword"
- tag: {
- Damage: 0
- }
- }
- id: "66B83C3FD2EDDE66"
- type: "kill"
- value: 8L
- }
- {
- entity: "blue_skies:polargeist"
- icon: "blue_skies:polar_posy"
- id: "7FF30405930602D8"
- type: "kill"
- value: 8L
- }
- ]
- title: "Frozen in Time"
- x: 4.5d
- y: -3.0d
- }
- {
- dependencies: ["260297A19CCA9015"]
- description: [
- "The Everdawn seems to be home to many foreign creatures. You can't really tell if they're mutations or natively weird."
- ""
- "Here, they seem to be similar to insects you'd find in the Overworld."
- ]
- icon: {
- Count: 1b
- id: "aquaculture:worm"
- tag: {
- Damage: 0
- }
- }
- id: "1B6034E8571F3AFA"
- rewards: [
- {
- count: 4
- id: "67D36AD44F7589CE"
- item: {
- Count: 1b
- id: "mmorpg:potion/health/5"
- tag: {
- level: 1
- tier: 0
- }
- }
- title: "Mythic Restoration Potions"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4058C769C50CDB26"
- silent: true
- title: "7500 Experience"
- type: "command"
- }
- {
- auto: "enabled"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "4C24F2B02FA87DA8"
- title: "1 Talent Point"
- type: "custom"
- }
- ]
- subtitle: "Ever Exploration"
- tasks: [
- {
- entity: "blue_skies:emberback"
- icon: "minecraft:fire_coral_fan"
- id: "76455A4279BE87D4"
- type: "kill"
- value: 8L
- }
- {
- entity: "blue_skies:infested_swarmer"
- icon: "minecraft:poisonous_potato"
- id: "4E4337946DE5B20B"
- type: "kill"
- value: 8L
- }
- {
- entity: "blue_skies:nyctofly"
- icon: "moresnifferflowers:dragonfly"
- id: "37DEA52CFB6A9C53"
- type: "kill"
- value: 8L
- }
- {
- entity: "blue_skies:venom_spider"
- icon: "minecraft:spider_eye"
- id: "188824A2DC14AB14"
- type: "kill"
- value: 8L
- }
- ]
- title: "Creepy Crawlies"
- x: 4.5d
- y: 3.0d
- }
- {
- dependencies: [
- "5145DB1D393B6681"
- "517A65DD1CDCA89F"
- "08D0C45FA283D50A"
- "5B4E23F4CD32950F"
- "467EF949DCDD7863"
- "5F455D8A504B112D"
- "07B675A69ECAD9D0"
- "6954FEF58C12CA7F"
- "44D0530C2718FC69"
- "1B6034E8571F3AFA"
- "61FABF4C4DB118C8"
- "74FCB46359C566CA"
- "1FC3745ADFF992F2"
- "09CFBF8766DA4706"
- "75454F0A3C4C3596"
- "1E4735F6982A43ED"
- "260297A19CCA9015"
- "01B3ED0D457F7A7C"
- "10ABAF144ABC131E"
- "63DA191A8533F1AE"
- "30B56119C4EA7398"
- ]
- description: ["&eComplete&r all of the &equests&r in Act IV to complete this achievement. Then show it off with your new hat!"]
- hide_dependency_lines: true
- icon: "simplehats:questbook"
- id: "713453058246129A"
- rewards: [
- {
- id: "6237206235CF02D4"
- item: "simplehats:questbook"
- type: "item"
- }
- {
- id: "67A86F3F2026EE49"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- ]
- shape: "hexagon"
- subtitle: "Achievement"
- tasks: [{
- id: "0980095FE80FC990"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Finish all Act IV Quests!"
- x: 10.5d
- y: 3.0d
- }
- {
- dependencies: ["10ABAF144ABC131E"]
- description: [
- "In the Everbright and Everdawn dimensions, you will find &enew tameables and new potential mounts&r."
- ""
- "It might be fun to find a &eReindeer&r, &eCamel&r, or even a &eCosmic Fox&r."
- ]
- icon: "minecraft:paper"
- id: "5145DB1D393B6681"
- rewards: [
- {
- id: "587FD04ECDD9103E"
- item: "minecraft:saddle"
- title: "Saddle"
- type: "item"
- }
- {
- id: "19FC818B02F0178A"
- item: "blue_skies:camel_saddle"
- title: "Camel Saddle"
- type: "item"
- }
- ]
- subtitle: "Lost Page"
- tasks: [{
- id: "5410793780654A4C"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Mounts"
- x: 1.5d
- y: 1.5d
- }
- {
- dependencies: ["5F455D8A504B112D"]
- description: [
- "The &eSnowcap Oven&r can utilize the special hot and cold properites of the &eSnowcap Mushroom as a fuel source&r."
- ""
- "Cooking with Snowcap Mushrooms will result in a &ecold byproduct&r that may be used elsewhere."
- ]
- id: "517A65DD1CDCA89F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "621213B3B25F0F08"
- silent: true
- title: "7000 Experience"
- type: "command"
- }]
- subtitle: "Ever Exploration"
- tasks: [{
- advancement: "blue_skies:everbright/craft_snowcap_oven"
- criterion: ""
- id: "20A4DC3C89497906"
- type: "advancement"
- }]
- title: "The Wrong Kind"
- x: 6.0d
- y: -3.0d
- }
- {
- dependencies: ["63DA191A8533F1AE"]
- description: ["The &eHorizonite Forge&r can &esmelt things without any fuel&r due to the natural heat of the block. It does have a &erecharge time&r, but the forge can be recharged quicker using anything made of Horizonite or Sunstone."]
- id: "6954FEF58C12CA7F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 7000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4D85B77A38196A19"
- silent: true
- title: "7000 Experience"
- type: "command"
- }]
- subtitle: "Ever Exploration"
- tasks: [{
- advancement: "blue_skies:everdawn/craft_horizonite_forge"
- criterion: ""
- id: "166DEBA8C0BA4181"
- type: "advancement"
- }]
- title: "Really Hot Flames"
- x: 6.0d
- y: 3.0d
- }
- ]
- subtitle: ["Lv. 35-55"]
- title: "Act IV"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "act_iv_2"
+ group: "1E3C4B5FFAE48A39"
+ icon: {
+ Count: 1b
+ id: "blue_skies:bluebright_spear"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "0CEC2D7B2260686B"
+ order_index: 4
+ quest_links: [ ]
+ quests: [
+ {
+ dependencies: [
+ "09CFBF8766DA4706"
+ "30B56119C4EA7398"
+ ]
+ description: [
+ "Your next task is to investigate &eThe End&r, and to slay the &eEnder Dragon&r. To get there, locate a &eStronghold&r, where you might find an &eEnd Portal Frame&r. You can activate the portal by slotting in &eEye of Enders&r into the frame."
+ ""
+ "&eRequires ALL dependencies to be completed.&r"
+ ]
+ id: "75454F0A3C4C3596"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 8500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4D18B65191DEAB27"
+ silent: true
+ title: "8500 Experience"
+ type: "command"
+ }]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ advancement: "minecraft:story/enter_the_end"
+ criterion: ""
+ id: "20FC7F4ADCE826EB"
+ type: "advancement"
+ }]
+ title: "The End"
+ x: 10.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["0998037F5701A2D7"]
+ description: [
+ "You've found the Gatekeeper... He's willing to give you information, but for a price."
+ ""
+ "You were able to learn from him (for free) that he's familiar with 2 alternate dimensions: the &eEverbright&r and the &eEverdawn&r. According to the Gatekeeper, it's possible to access these dimensions from the Overworld!"
+ ""
+ "It also looks like he has some sort of &elighter for sale&r. Apparently it's needed to access the dimensions. Maybe it's fine to humour him and buy the lighter, but you'll need more information than that. Perhaps &esnooping around the house&r might prove fruitful..."
+ ]
+ id: "01B3ED0D457F7A7C"
+ rewards: [
+ {
+ count: 6
+ id: "72738BFF8A4EC51A"
+ item: "lightmanscurrency:coin_iron"
+ title: "Money"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "16AD0ECACA8534A4"
+ silent: true
+ title: "7000 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ id: "18AAB8BD2E919933"
+ item: {
+ Count: 1b
+ id: "blue_skies:zeal_lighter"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Wanderlust Ignition"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["01B3ED0D457F7A7C"]
+ description: [
+ "&cOnly Requires 1 task to complete.&r"
+ ""
+ "Instead of relying on the portals that spawn in the &eGatekeeper's House&r, you can craft them yourself."
+ ""
+ "You can even buy the blocks from the &eTrading Terminal&r!"
+ ]
+ id: "467EF949DCDD7863"
+ min_required_tasks: 1
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1C5BD6EBA4C93030"
+ silent: true
+ title: "6500 Experience"
+ type: "command"
+ }]
+ subtitle: "Deterministic Portal"
+ tasks: [
+ {
+ count: 10L
+ id: "11CAD902CC783BD8"
+ item: "blue_skies:lunar_stonebrick"
+ type: "item"
+ }
+ {
+ count: 10L
+ id: "3A7BB8BB2C556636"
+ item: "blue_skies:turquoise_stonebrick"
+ type: "item"
+ }
+ ]
+ title: "Deterministic Portals"
+ x: 0.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["10ABAF144ABC131E"]
+ description: ["BRRrrr, it is really cold in this dimension... But you made it! The &eEverbright&r is a dimension in perpetual frost. Now would be a good time to refer to the &9Blue Journal&r..."]
+ id: "44D0530C2718FC69"
+ rewards: [
+ {
+ id: "6835CDD0FE491A5B"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":40,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 40)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "13C6B993CC7FEA59"
+ silent: true
+ title: "7000 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ dimension: "blue_skies:everbright"
+ icon: "blue_skies:everbright_portal"
+ id: "79AF45CD5E5AF2BC"
+ title: "Visit The Everbright"
+ type: "dimension"
+ }]
+ title: "The Everbright"
+ x: 3.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["10ABAF144ABC131E"]
+ description: ["Yowza, it is really warm and humid in this dimension... But you made it! The &eEverdawn&r is a dimension filled with creature mutations and high heat. Now would be a good time to refer to the &9Blue Journal&r..."]
+ id: "260297A19CCA9015"
+ rewards: [
+ {
+ id: "191758AAA5952A15"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":40,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 40)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1F5AACD729066105"
+ silent: true
+ title: "7000 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ dimension: "blue_skies:everdawn"
+ icon: "blue_skies:everdawn_portal"
+ id: "6B78A3B8F87B2FEC"
+ title: "Visit The Everdawn"
+ type: "dimension"
+ }]
+ title: "The Everdawn"
+ x: 3.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["01B3ED0D457F7A7C"]
+ description: ["The Gatekeeper is also keen on giving away his &ejournal&r. It looks really old and musty, but according to the keeper, it contains a lot of &einformation&r on the dimensions."]
+ id: "10ABAF144ABC131E"
+ rewards: [
+ {
+ count: 3
+ id: "4E3CA8022FAD70C9"
+ item: "mmorpg:stone/3"
+ title: "Epic Stones"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 6750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "03BD8073B19FA10A"
+ silent: true
+ title: "6750 Experience"
+ type: "command"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [{
+ id: "4436206A9CCFCCC9"
+ item: "blue_skies:blue_journal"
+ type: "item"
+ }]
+ title: "Your Personal Blue Skies Guide"
+ x: 1.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["44D0530C2718FC69"]
+ description: [
+ "To access the Everbright's &eNature Dungeon,&r you will first need to find the dimension's &eBlinding Dungeon&r... According to the Gatekeeper, you'll be able to &efind the Summoner&r in the Everbright's Blinding Dungeon."
+ ""
+ "Be careful with the Summoner, as the Summoner fights with lightning and energy attacks, and has golems to guard themselves! According to the Gatekeeper, the Summoner becomes &estronger in the presence of more enemies&r (players)."
+ ""
+ "Defeat the Summoner, and you will be able to access the Nature Dungeon!"
+ ""
+ "You can also &eresummon&r the Summoner, by using the &eEthereal Arc&r obtained from it on a &eBlinding Keystone (Everbright)&r."
+ ""
+ "&cThe Summoner always spawns at level 45 and at Common rarity.&r"
+ ""
+ "The Summoner Has:"
+ "&b+50% Physical Damage converted to Lightning Damage&r"
+ "&a10% Chance of Dropping Bri Rune&r"
+ ]
+ icon: {
+ Count: 1b
+ id: "mmorpg:weapon/staff/iron"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "5F455D8A504B112D"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0CEFB91DE0714449"
+ silent: true
+ title: "7500 Experience"
+ type: "command"
+ }
+ {
+ id: "5D645D17422CCBDF"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:basic/enderman"
+ }
+ }
+ type: "item"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [
+ {
+ icon: "blue_skies:bright_blinding_keystone"
+ id: "055FC215AAF81A94"
+ structure: "blue_skies:everbright_blinding_dungeon"
+ title: "Find a Blinding Dungeon (Everbright)"
+ type: "structure"
+ }
+ {
+ entity: "blue_skies:summoner"
+ icon: {
+ Count: 1b
+ id: "mmorpg:weapon/staff/iron"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "0CCF277C1EE31264"
+ type: "kill"
+ value: 1L
+ }
+ ]
+ title: "A New Headquarters"
+ x: 6.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["260297A19CCA9015"]
+ description: [
+ "To access the Everdawn's &ePoison Dungeon,&r you will first need to find the dimension's &eBlinding Dungeon&r... According to the Gatekeeper, you'll be able to &efind the Alchemist&r in the Everdawn's Blinding Dungeon."
+ ""
+ "Watch out for potions and physical constructs as you fight the Alchemist. A lot of the Alchemist's attacks are telegraphed, but missing these cues may cost you an arm! According to the Gatekeeper, the Alchemist becomes &estronger in the presence of more enemies&r (players)."
+ ""
+ "Defeat the Alchemist, and you will be able to access the Poison Dungeon!"
+ ""
+ "You can also &eresummon&r the Alchemist by using the &eDusk Arc&r obtained from it on a &eBlinding Keystone (Everdawn)&r."
+ ""
+ "&cThe Alchemist always spawns at level 45 and at Common rarity.&r"
+ ""
+ "The Alchemist Has:"
+ "&b+50% Physical Damage converted to Chaos Damage&r"
+ "&a10% Chance of Dropping Daw Rune&r"
+ ]
+ icon: "minecolonies:magicpotion"
+ id: "63DA191A8533F1AE"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2B451560B8BFF45C"
+ silent: true
+ title: "7500 Experience"
+ type: "command"
+ }
+ {
+ id: "36DC7DA698607017"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:basic/witch"
+ }
+ }
+ type: "item"
+ }
+ ]
+ shape: "rsquare"
+ subtitle: "Main Quest"
+ tasks: [
+ {
+ icon: "blue_skies:dawn_blinding_keystone"
+ id: "117C1E4EBD07991B"
+ structure: "blue_skies:everdawn_blinding_dungeon"
+ title: "Find a Blinding Dungeon (Everdawn)"
+ type: "structure"
+ }
+ {
+ entity: "blue_skies:alchemist"
+ icon: "minecolonies:magicpotion"
+ id: "55846F2347E4D804"
+ type: "kill"
+ value: 1L
+ }
+ ]
+ title: "A New Laboratory"
+ x: 6.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["5F455D8A504B112D"]
+ description: [
+ "You've defeated the Summoner, and in their dying moments, they tell you about the Nature Dungeon."
+ ""
+ "The Nature Dungeon is a &emassive green labyrinth&r consisting of &e4 floors.&r Each floor will contain &e1 of 4 keys&r and a staircase leading up to the next floor."
+ ""
+ "Resting at the top of the floor you will find the &eStarlit Crusher&r. This slow-moving tree packs a punch, but opportunities to stun the tree may arise if you're using a &ospear&r. According to the Gatekeeper, the Starlit Crusher becomes &estronger in the presence of more enemies&r (players)."
+ ""
+ "Should you find a Nature Dungeon that's &ealready been cleared&r, you can go back to the &eGatekeeper&r and &epurchase the required keys&r."
+ ""
+ "You can also &eresummon&r the Starlit Crusher by using the &eNature Arc&r obtained from it on a &eNature Keystone&r."
+ ""
+ "&cThe Starlit Crusher always spawns at level 55 and at Common rarity.&r"
+ ""
+ "The Starlit Crusher Has:"
+ "&b+50% Physical Damage converted to Lightning Damage&r"
+ "&b+33% Electrify Chance&r"
+ "&a25% Chance of Dropping Bri Rune&r"
+ ]
+ icon: "blue_skies:nature_key"
+ id: "30B56119C4EA7398"
+ rewards: [
+ {
+ id: "663B62B336DCAB4D"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":50,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 50)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 8250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "135D273C25E842F5"
+ silent: true
+ title: "8250 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "1A38E3424A25A4F8"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "rsquare"
+ size: 1.25d
+ subtitle: "Main Quest"
+ tasks: [
+ {
+ icon: "blue_skies:nature_key"
+ id: "522F544ED0AF2DF1"
+ structure: "blue_skies:nature_dungeon"
+ title: "Find a Nature Dungeon"
+ type: "structure"
+ }
+ {
+ entity: "blue_skies:starlit_crusher"
+ icon: {
+ Count: 1b
+ id: "blue_skies:starlit_sword"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "7AE9182E6A246E5E"
+ type: "kill"
+ value: 1L
+ }
+ ]
+ title: "An Uprooting"
+ x: 9.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["63DA191A8533F1AE"]
+ description: [
+ "You've defeated the Alchemist, and in their dying moments, they tell you about the Poison Dungeon."
+ ""
+ "The Poison Dungeon is a &elarge underground maze&r consisting of &e4 floors.&r Each floor will contain &e1 of 4 keys&r and a staircase leading down to the next floor. You will find a &elarge, hollowed maple tree covered in cobwebs on the surface&r."
+ ""
+ "Lurking in the lowest depths, you will find the &eArachnarch&r in her lair. This venomous foe lunges at targets and sprays poison from the ceiling above, but opportunities to stun the spider may arise if you're using a &oshield&r. According to the Gatekeeper, the Arachnarch becomes &estronger in the presence of more enemies&r (players)."
+ ""
+ "Should you find a Poison Dungeon that's &ealready been cleared&r, you can go back to the &eGatekeeper&r and &epurchase the required keys&r."
+ ""
+ "You can also &eresummon&r the Arachnarch by using the &ePoisonous Arc&r obtained from it on a &ePoison Keystone&r."
+ ""
+ "&cThe Arachnarch always spawns at level 55 and at Common rarity.&r"
+ ""
+ "The Arachnarch Has:"
+ "&b+50% Physical Damage converted to Chaos Damage&r"
+ "&b+33% Poison Chance&r"
+ "&a25% Chance of Dropping Daw Rune&r"
+ ]
+ icon: "blue_skies:poison_key"
+ id: "09CFBF8766DA4706"
+ rewards: [
+ {
+ id: "64F2BD6B14DAA4BD"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/rare_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"rare\",\"lvl\":50,\"id\":\"gear\",\"key\":\"\"}"
+ }
+ }
+ title: "Rare Gear Loot Chest (Lv. 50)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 8250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3376346B940F53CB"
+ silent: true
+ title: "8250 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "1161AA2AFCD41DBA"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ shape: "rsquare"
+ size: 1.25d
+ subtitle: "Main Quest"
+ tasks: [
+ {
+ icon: "blue_skies:poison_key"
+ id: "7A4081191F33BB95"
+ structure: "blue_skies:poison_dungeon"
+ title: "Find a Poison Dungeon"
+ type: "structure"
+ }
+ {
+ entity: "blue_skies:arachnarch"
+ icon: "aquamirae:anglers_fang"
+ id: "0EDF13A2831E8413"
+ type: "kill"
+ value: 1L
+ }
+ ]
+ title: "Caught in a Web"
+ x: 9.0d
+ y: 1.5d
+ }
+ {
+ dependencies: [
+ "260297A19CCA9015"
+ "44D0530C2718FC69"
+ ]
+ dependency_requirement: "one_completed"
+ description: [
+ "&cOnly Requires 1 task to complete.&r"
+ ""
+ "The Gatekeeper did mention there would be civilization in the Everbright and Everdawn. You'll just need to find it."
+ ""
+ "&eRequires 1 dependency to be completed.&r"
+ ]
+ icon: "minecolonies:supplycampdeployer"
+ id: "5B4E23F4CD32950F"
+ min_required_tasks: 1
+ rewards: [
+ {
+ exclude_from_claim_all: true
+ id: "6122CD63934C4191"
+ table_id: 1620634734402786827L
+ type: "choice"
+ }
+ {
+ count: 2
+ id: "6DF34A2B450D376D"
+ item: "mmorpg:material/farming/2"
+ title: "Empyrean Produce"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "45C316F7912839EF"
+ silent: true
+ title: "7500 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Villages"
+ tasks: [
+ {
+ icon: "minecraft:soul_campfire"
+ id: "15376BBADD49A823"
+ structure: "blue_skies:village_brightlands"
+ title: "Find a Village (Brightlands)"
+ type: "structure"
+ }
+ {
+ icon: "minecraft:soul_campfire"
+ id: "78E992AF23F05590"
+ structure: "blue_skies:village_calming_skies"
+ title: "Find a Village (Calming Skies)"
+ type: "structure"
+ }
+ {
+ icon: "minecraft:soul_campfire"
+ id: "7CCD0E5B3CA7EAFE"
+ structure: "blue_skies:village_slushlands"
+ title: "Find a Village (Slushlands)"
+ type: "structure"
+ }
+ {
+ icon: "minecraft:campfire"
+ id: "0C04E46B1BF636C0"
+ structure: "blue_skies:village_crystal_dunes"
+ title: "Find a Village (Crystal Dunes)"
+ type: "structure"
+ }
+ {
+ icon: "minecraft:campfire"
+ id: "38442C1814AB77D0"
+ structure: "blue_skies:village_shaded_woodlands"
+ title: "Find a Village (Shaded Woodlands)"
+ type: "structure"
+ }
+ {
+ icon: "minecraft:campfire"
+ id: "720141991EF4B5EA"
+ structure: "blue_skies:village_sunset_maple_forest"
+ title: "Find a Village (Sunset Maple Forest)"
+ type: "structure"
+ }
+ ]
+ title: "Encampment"
+ x: 3.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["5B4E23F4CD32950F"]
+ description: [
+ "Apparently if you find a &eNightwatcher&r, they can provide you with a &eBag of Spoils&r which will let you &epickpocket villagers&r... Seems like a criminal activity that would be frowned upon by them..."
+ ""
+ "That is, if they catch you."
+ ]
+ id: "08D0C45FA283D50A"
+ rewards: [
+ {
+ id: "747892111AA9DE5D"
+ item: "lightmanscurrency:coin_diamond"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "3F2B997D92FBF0E8"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/common_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":40,\"id\":\"rune\",\"key\":\"\"}"
+ }
+ }
+ title: "Common Rune Loot Chest (Lv. 40)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0AC5615867DF791F"
+ silent: true
+ title: "7250 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Villages"
+ tasks: [{
+ id: "39EE9E362FC12FBB"
+ item: "blue_skies:bag_of_spoils"
+ type: "item"
+ }]
+ title: "Pickpocketing"
+ x: 4.5d
+ y: 0.0d
+ }
+ {
+ dependencies: [
+ "5F455D8A504B112D"
+ "63DA191A8533F1AE"
+ ]
+ dependency_requirement: "one_completed"
+ description: [
+ "These dimensions seem to have plenty of natural resources. It might be worthwhile to harvest some to craft with."
+ ""
+ "&eRequires 1 dependency to be completed.&r"
+ ]
+ id: "1E4735F6982A43ED"
+ rewards: [
+ {
+ id: "5245C2D702472E51"
+ item: {
+ Count: 1b
+ id: "mmorpg:chest/common_gear"
+ tag: {
+ mmorpg_loot_chest: "{\"num\":5,\"rar\":\"common\",\"lvl\":40,\"id\":\"gem\",\"key\":\"\"}"
+ }
+ }
+ title: "Common Gem Loot Chest (Lv. 40)"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "12683C844A99C4C0"
+ silent: true
+ title: "7750 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "MINE and Slash"
+ tasks: [
+ {
+ count: 16L
+ id: "0D98593995337F43"
+ item: "blue_skies:pyrope_gem"
+ type: "item"
+ }
+ {
+ count: 16L
+ id: "1DBB927107811622"
+ item: "blue_skies:aquite"
+ type: "item"
+ }
+ {
+ count: 8L
+ id: "209A546373165BD4"
+ item: "blue_skies:diopside_gem"
+ type: "item"
+ }
+ {
+ count: 8L
+ id: "512F2C3EB9850B9A"
+ item: "blue_skies:charoite"
+ type: "item"
+ }
+ ]
+ title: "Mark My Words..."
+ x: 6.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["1E4735F6982A43ED"]
+ description: ["According to the &9Blue Book&r, &5Falsite&r can be found in the &eEverbright&r and possesses a &estrengthening property&r. &6Horizonite&r can be found in the &eEverdawn&r and contains a &ehigh amount of heat&r."]
+ id: "1FC3745ADFF992F2"
+ rewards: [
+ {
+ exclude_from_claim_all: true
+ id: "405DBCD14DC27672"
+ table_id: 6715256251723704267L
+ type: "choice"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 8000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "05E99D1E12995F08"
+ silent: true
+ title: "8000 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "2C1C7C596F1EF10F"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ subtitle: "MINE and Slash"
+ tasks: [
+ {
+ count: 4L
+ id: "6CA7D8E2785CCC34"
+ item: "blue_skies:falsite_ingot"
+ type: "item"
+ }
+ {
+ count: 4L
+ id: "765E2AC8712160F0"
+ item: "blue_skies:horizonite_ingot"
+ type: "item"
+ }
+ ]
+ title: "There's Trouble Brewin'"
+ x: 7.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["44D0530C2718FC69"]
+ description: [
+ "You've noticed sticks of different properties while exploring in the Everbright. Perhaps it's even possible to use these sticks to craft spears."
+ ""
+ "It might be a good idea to refer to the &9Blue Journal&r for the different types of sticks. I'm sure the Gatekeeper noticed this too."
+ ]
+ id: "74FCB46359C566CA"
+ rewards: [
+ {
+ count: 4
+ id: "02D0D9F28BBFB03A"
+ item: "mmorpg:material/mining/2"
+ title: "Empyrean Ores"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3AB0CC5DDBEF85A8"
+ silent: true
+ title: "7250 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Ever Exploration"
+ tasks: [{
+ id: "49FFE6F489219E0E"
+ item: {
+ Count: 1b
+ id: "blue_skies:bluebright_spear"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Spears and Sticks"
+ x: 3.0d
+ y: -3.0d
+ }
+ {
+ dependencies: ["260297A19CCA9015"]
+ description: [
+ "You've noticed sticks of different properties while exploring in the Everdawn. Perhaps it's even possible to use these sticks to craft spears."
+ ""
+ "It might be a good idea to refer to the &9Blue Journal&r for the different types of sticks. I'm sure the Gatekeeper noticed this too."
+ ]
+ id: "07B675A69ECAD9D0"
+ rewards: [
+ {
+ count: 4
+ id: "217FA3CB78CE7CDD"
+ item: "mmorpg:material/mining/2"
+ title: "Empyrean Ores"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5AE408B538326E95"
+ silent: true
+ title: "7250 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Ever Exploration"
+ tasks: [{
+ id: "42B8F5AE130930FB"
+ item: {
+ Count: 1b
+ id: "blue_skies:lunar_spear"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Sticks and Spears"
+ x: 3.0d
+ y: 3.0d
+ }
+ {
+ dependencies: ["44D0530C2718FC69"]
+ description: [
+ "The Everbright seems to be home to many foreign creatures. You can't really tell if they're mutations or natively weird."
+ ""
+ "Creatures here seem to be covered in ice..."
+ ]
+ icon: "blue_skies:frose"
+ id: "61FABF4C4DB118C8"
+ rewards: [
+ {
+ count: 4
+ id: "1B63036807317E5D"
+ item: {
+ Count: 1b
+ id: "mmorpg:potion/health/5"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ title: "Mythic Restoration Potions"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "59D7A4D19D910329"
+ silent: true
+ title: "7500 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "305B94587B94BCCD"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ subtitle: "Ever Exploration"
+ tasks: [
+ {
+ entity: "blue_skies:armored_frost_spirit"
+ icon: {
+ Count: 1b
+ id: "undergarden:froststeel_chestplate"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "46FBFA9B9E2C3F30"
+ type: "kill"
+ value: 8L
+ }
+ {
+ entity: "blue_skies:crynocerous"
+ icon: "simplehats:unicornhorn"
+ id: "17317C9793765AA5"
+ type: "kill"
+ value: 8L
+ }
+ {
+ entity: "blue_skies:diophyde_prowler"
+ icon: {
+ Count: 1b
+ id: "blue_skies:diopside_sword"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "66B83C3FD2EDDE66"
+ type: "kill"
+ value: 8L
+ }
+ {
+ entity: "blue_skies:polargeist"
+ icon: "blue_skies:polar_posy"
+ id: "7FF30405930602D8"
+ type: "kill"
+ value: 8L
+ }
+ ]
+ title: "Frozen in Time"
+ x: 4.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["260297A19CCA9015"]
+ description: [
+ "The Everdawn seems to be home to many foreign creatures. You can't really tell if they're mutations or natively weird."
+ ""
+ "Here, they seem to be similar to insects you'd find in the Overworld."
+ ]
+ icon: {
+ Count: 1b
+ id: "aquaculture:worm"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "1B6034E8571F3AFA"
+ rewards: [
+ {
+ count: 4
+ id: "67D36AD44F7589CE"
+ item: {
+ Count: 1b
+ id: "mmorpg:potion/health/5"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ title: "Mythic Restoration Potions"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4058C769C50CDB26"
+ silent: true
+ title: "7500 Experience"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "4C24F2B02FA87DA8"
+ title: "1 Talent Point"
+ type: "custom"
+ }
+ ]
+ subtitle: "Ever Exploration"
+ tasks: [
+ {
+ entity: "blue_skies:emberback"
+ icon: "minecraft:fire_coral_fan"
+ id: "76455A4279BE87D4"
+ type: "kill"
+ value: 8L
+ }
+ {
+ entity: "blue_skies:infested_swarmer"
+ icon: "minecraft:poisonous_potato"
+ id: "4E4337946DE5B20B"
+ type: "kill"
+ value: 8L
+ }
+ {
+ entity: "blue_skies:nyctofly"
+ icon: "moresnifferflowers:dragonfly"
+ id: "37DEA52CFB6A9C53"
+ type: "kill"
+ value: 8L
+ }
+ {
+ entity: "blue_skies:venom_spider"
+ icon: "minecraft:spider_eye"
+ id: "188824A2DC14AB14"
+ type: "kill"
+ value: 8L
+ }
+ ]
+ title: "Creepy Crawlies"
+ x: 4.5d
+ y: 3.0d
+ }
+ {
+ dependencies: [
+ "5145DB1D393B6681"
+ "517A65DD1CDCA89F"
+ "08D0C45FA283D50A"
+ "5B4E23F4CD32950F"
+ "467EF949DCDD7863"
+ "5F455D8A504B112D"
+ "07B675A69ECAD9D0"
+ "6954FEF58C12CA7F"
+ "44D0530C2718FC69"
+ "1B6034E8571F3AFA"
+ "61FABF4C4DB118C8"
+ "74FCB46359C566CA"
+ "1FC3745ADFF992F2"
+ "09CFBF8766DA4706"
+ "75454F0A3C4C3596"
+ "1E4735F6982A43ED"
+ "260297A19CCA9015"
+ "01B3ED0D457F7A7C"
+ "10ABAF144ABC131E"
+ "63DA191A8533F1AE"
+ "30B56119C4EA7398"
+ ]
+ description: ["&eComplete&r all of the &equests&r in Act IV to complete this achievement. Then show it off with your new hat!"]
+ hide_dependency_lines: true
+ icon: "simplehats:questbook"
+ id: "713453058246129A"
+ rewards: [
+ {
+ id: "6237206235CF02D4"
+ item: "simplehats:questbook"
+ type: "item"
+ }
+ {
+ id: "67A86F3F2026EE49"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ subtitle: "Achievement"
+ tasks: [{
+ id: "0980095FE80FC990"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Finish all Act IV Quests!"
+ x: 10.5d
+ y: 3.0d
+ }
+ {
+ dependencies: ["10ABAF144ABC131E"]
+ description: [
+ "In the Everbright and Everdawn dimensions, you will find &enew tameables and new potential mounts&r."
+ ""
+ "It might be fun to find a &eReindeer&r, &eCamel&r, or even a &eCosmic Fox&r."
+ ]
+ icon: "minecraft:paper"
+ id: "5145DB1D393B6681"
+ rewards: [
+ {
+ id: "587FD04ECDD9103E"
+ item: "minecraft:saddle"
+ title: "Saddle"
+ type: "item"
+ }
+ {
+ id: "19FC818B02F0178A"
+ item: "blue_skies:camel_saddle"
+ title: "Camel Saddle"
+ type: "item"
+ }
+ ]
+ subtitle: "Lost Page"
+ tasks: [{
+ id: "5410793780654A4C"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Mounts"
+ x: 1.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["5F455D8A504B112D"]
+ description: [
+ "The &eSnowcap Oven&r can utilize the special hot and cold properites of the &eSnowcap Mushroom as a fuel source&r."
+ ""
+ "Cooking with Snowcap Mushrooms will result in a &ecold byproduct&r that may be used elsewhere."
+ ]
+ id: "517A65DD1CDCA89F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "621213B3B25F0F08"
+ silent: true
+ title: "7000 Experience"
+ type: "command"
+ }]
+ subtitle: "Ever Exploration"
+ tasks: [{
+ advancement: "blue_skies:everbright/craft_snowcap_oven"
+ criterion: ""
+ id: "20A4DC3C89497906"
+ type: "advancement"
+ }]
+ title: "The Wrong Kind"
+ x: 6.0d
+ y: -3.0d
+ }
+ {
+ dependencies: ["63DA191A8533F1AE"]
+ description: ["The &eHorizonite Forge&r can &esmelt things without any fuel&r due to the natural heat of the block. It does have a &erecharge time&r, but the forge can be recharged quicker using anything made of Horizonite or Sunstone."]
+ id: "6954FEF58C12CA7F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 7000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4D85B77A38196A19"
+ silent: true
+ title: "7000 Experience"
+ type: "command"
+ }]
+ subtitle: "Ever Exploration"
+ tasks: [{
+ advancement: "blue_skies:everdawn/craft_horizonite_forge"
+ criterion: ""
+ id: "166DEBA8C0BA4181"
+ type: "advancement"
+ }]
+ title: "Really Hot Flames"
+ x: 6.0d
+ y: 3.0d
+ }
+ ]
+ subtitle: ["Lv. 35-55"]
+ title: "Act IV"
+}
diff --git a/config/ftbquests/quests/chapters/campaign_talent_rewards.snbt b/config/ftbquests/quests/chapters/campaign_talent_rewards.snbt
index 70ca4c9..0c5964b 100644
--- a/config/ftbquests/quests/chapters/campaign_talent_rewards.snbt
+++ b/config/ftbquests/quests/chapters/campaign_talent_rewards.snbt
@@ -1,1173 +1,1173 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "campaign_talent_rewards"
- group: "1E3C4B5FFAE48A39"
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "0E38C2CC13CF033C"
- order_index: 6
- quest_links: [ ]
- quests: [
- {
- dependencies: ["4956C0B5633CE91E"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "486C5CD10C0FAAB8"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "1F0D197184136906"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act I"
- tasks: [{
- disable_toast: true
- icon: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:basic/zombie"
- }
- }
- id: "7061280259B557FF"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Disturbances in the Air"
- type: "stat"
- value: 1
- }]
- x: 0.0d
- y: 0.0d
- }
- {
- dependencies: ["3E1EC6A042CC9310"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "46D59893D2D8CA12"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 2"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "35CCEBD5E24D2BAA"
- silent: true
- title: "2 Talent Points"
- type: "command"
- }]
- subtitle: "Act I"
- tasks: [{
- disable_toast: true
- icon: "simplehats:crown"
- id: "2F3F84C83D1BDAA1"
- stat: "minecraft:walk_one_cm"
- title: "Complete: The Mastermind"
- type: "stat"
- value: 1
- }]
- x: 3.0d
- y: 0.0d
- }
- {
- dependencies: ["152D52A88F776A70"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "1667AA04495BD91E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "3EF8C1BE830CA2C9"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act I"
- tasks: [{
- disable_toast: true
- icon: {
- Count: 1b
- id: "monsterplus:darkstar"
- tag: {
- Damage: 0
- }
- }
- id: "5E6321ECC42C7117"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Mutagenic Source"
- type: "stat"
- value: 1
- }]
- x: 1.5d
- y: 0.0d
- }
- {
- dependencies: ["176E6C57D2F18966"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "055DF1F99B169B60"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "1E6475EB6FE107C4"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act I"
- tasks: [{
- disable_toast: true
- icon: "minecraft:grass_block"
- id: "086D24D4B3BA3FB7"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Reflections"
- type: "stat"
- value: 1
- }]
- x: 6.0d
- y: 0.0d
- }
- {
- dependencies: ["05AD0B9A77F0325F"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "1A0CC40586164CD5"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "6EA6BA78F84544B8"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act II"
- tasks: [{
- disable_toast: true
- icon: "simplehats:burning_m_bison"
- id: "02F878B205B83EE5"
- stat: "minecraft:walk_one_cm"
- title: "Complete: The Mother"
- type: "stat"
- value: 1
- }]
- x: 3.0d
- y: 1.5d
- }
- {
- dependencies: ["114D74DF8284ACC3"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "682AEA6851799465"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "45ED698CBE380EDB"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act II"
- tasks: [{
- disable_toast: true
- icon: "minecraft:wither_rose"
- id: "23830C2355EAFC92"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Dark Ritual"
- type: "stat"
- value: 1
- }]
- x: 4.5d
- y: 1.5d
- }
- {
- dependencies: ["42A954877474A58F"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "01B9D2071BE9EF3F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "49E14D483EB998D4"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act II"
- tasks: [{
- disable_toast: true
- icon: {
- Count: 1b
- id: "friendsandfoes:wildfire_crown"
- tag: {
- Damage: 0
- }
- }
- id: "68D00AE4C4F85CBA"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Ruler of Flames"
- type: "stat"
- value: 1
- }]
- x: 1.5d
- y: 1.5d
- }
- {
- dependencies: ["37167129D6D6A280"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "7AAD8765795E7153"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "74AB0134F058665F"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act II"
- tasks: [{
- disable_toast: true
- icon: "alexsmobs:warped_muscle"
- id: "427DD80188EB9A9A"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Forest Chad"
- type: "stat"
- value: 1
- }]
- x: 0.0d
- y: 1.5d
- }
- {
- dependencies: ["4B57F45BE30AA5F2"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "1227C13346F031A1"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "0A0BAA08ECC53F94"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act II"
- tasks: [{
- disable_toast: true
- icon: "minecraft:ghast_tear"
- id: "641EFC87F0560C38"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Defenders of the Nether"
- type: "stat"
- value: 1
- }]
- x: 6.0d
- y: 1.5d
- }
- {
- dependencies: ["775A13E1924D6C9A"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "3343BC6D9867F206"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "3CB8ED39F4BE4441"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act III"
- tasks: [{
- disable_toast: true
- icon: {
- Count: 1b
- id: "undergarden:forgotten_pickaxe"
- tag: {
- Damage: 0
- }
- }
- id: "014EF6369E3BAF81"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Civilization from the Past"
- type: "stat"
- value: 1
- }]
- x: 1.5d
- y: 3.0d
- }
- {
- dependencies: ["58F782F592F2ADEB"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "6068BC3C038D153F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "70AFB124576DA03A"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act III"
- tasks: [{
- disable_toast: true
- icon: {
- Count: 1b
- id: "alexsmobs:pupfish_locator"
- tag: {
- Damage: 0
- }
- }
- id: "7B636D962F5786C8"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Strange Fish Finder"
- type: "stat"
- value: 1
- }]
- x: 3.0d
- y: 3.0d
- }
- {
- dependencies: ["46DB9530C236A4AD"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "19BE9AAEFDD41D01"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "0826EBF67AAFC131"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act III"
- tasks: [{
- disable_toast: true
- icon: "alexsmobs:shed_snake_skin"
- id: "13592D3DE590543A"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Slippery Swimmer"
- type: "stat"
- value: 1
- }]
- x: 4.5d
- y: 3.0d
- }
- {
- dependencies: ["18B4B295493669DD"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "208A36B927BC66EB"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "2389498B165812CC"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act III"
- tasks: [{
- disable_toast: true
- icon: {
- Count: 1b
- id: "aquamirae:maze_rose"
- tag: {
- Damage: 0
- Enchantments: [
- {
- id: "obscure_api:distance"
- lvl: 3s
- }
- {
- id: "obscure_api:fast_spin"
- lvl: 5s
- }
- ]
- }
- }
- id: "20E81D1C5F636ACB"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Mother of the Deep Sea"
- type: "stat"
- value: 1
- }]
- x: 6.0d
- y: 3.0d
- }
- {
- dependencies: ["0AFF7911E9C10C1B"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "148FB54534A896F7"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "44B01804BD36B577"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act III"
- tasks: [{
- disable_toast: true
- icon: "undergarden:froststeel_ingot"
- id: "0A5394116261D4A2"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Cold Ingots"
- type: "stat"
- value: 1
- }]
- x: 0.0d
- y: 3.0d
- }
- {
- dependencies: ["30B56119C4EA7398"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "49A4168494AA6996"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "1F4BC57B6F9A0F46"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act IV"
- tasks: [{
- disable_toast: true
- icon: "blue_skies:nature_key"
- id: "641A59672FB081EE"
- stat: "minecraft:walk_one_cm"
- title: "Complete: An Uprooting"
- type: "stat"
- value: 1
- }]
- x: 4.5d
- y: 4.5d
- }
- {
- dependencies: ["09CFBF8766DA4706"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "479274C8A6806EA2"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "01C8A04DE577BF6A"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act IV"
- tasks: [{
- disable_toast: true
- icon: "blue_skies:poison_key"
- id: "04E5410ED40C004A"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Caught in a Web"
- type: "stat"
- value: 1
- }]
- x: 6.0d
- y: 4.5d
- }
- {
- dependencies: ["1FC3745ADFF992F2"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "6A1AD367B19251CC"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "1EEB674117C12CEE"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act IV"
- tasks: [{
- disable_toast: true
- icon: "blue_skies:falsite_ingot"
- id: "71CC2A006E9179E3"
- stat: "minecraft:walk_one_cm"
- title: "Complete: There's Trouble Brewin'"
- type: "stat"
- value: 1
- }]
- x: 3.0d
- y: 4.5d
- }
- {
- dependencies: ["61FABF4C4DB118C8"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "1EFE6DBE1B509FED"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "3C9BF500D4FD2988"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act IV"
- tasks: [{
- disable_toast: true
- icon: "blue_skies:frose"
- id: "7FACB9D4C3EB4885"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Frozen in Time"
- type: "stat"
- value: 1
- }]
- x: 0.0d
- y: 4.5d
- }
- {
- dependencies: ["1B6034E8571F3AFA"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "2DEBE38D5B139754"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "7505FE9719DE1D14"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act IV"
- tasks: [{
- disable_toast: true
- icon: {
- Count: 1b
- id: "aquaculture:worm"
- tag: {
- Damage: 0
- }
- }
- id: "7088D5B9FE127A72"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Creepy Crawlies"
- type: "stat"
- value: 1
- }]
- x: 1.5d
- y: 4.5d
- }
- {
- dependencies: ["3944DD7AC4667137"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "7AEF759C3337AE40"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 2"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "630B78E4948866B8"
- silent: true
- title: "2 Talent Points"
- type: "command"
- }]
- subtitle: "Act V"
- tasks: [{
- disable_toast: true
- icon: "alexsmobs:void_worm_eye"
- id: "07427D098938F7E6"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Worm from the Void"
- type: "stat"
- value: 1
- }]
- x: 3.0d
- y: 6.0d
- }
- {
- dependencies: ["69FD852AE0306BD2"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "21ED928EE110C453"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "60FF15C67EE6B668"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act V"
- tasks: [{
- disable_toast: true
- icon: "alexsmobs:farseer_arm"
- id: "60CE156C454CE851"
- stat: "minecraft:walk_one_cm"
- title: "Complete: They Knew You Were Coming"
- type: "stat"
- value: 1
- }]
- x: 0.0d
- y: 6.0d
- }
- {
- dependencies: ["4E2506271B43A29C"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "070B9EBA95EBAB88"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "578A8FDE8F3F4086"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act V"
- tasks: [{
- disable_toast: true
- icon: {
- Count: 1b
- id: "customizableelytra:elytra_wing"
- tag: {
- Damage: 0
- }
- }
- id: "529B744E1A089E59"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Customizable Elytras"
- type: "stat"
- value: 1
- }]
- x: 1.5d
- y: 6.0d
- }
- {
- dependencies: ["6DEBCC2B2DAE67AD"]
- description: [
- "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
- ""
- "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
- ""
- "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
- ]
- id: "39688BFF56C340FE"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash points give @p talent 1"
- elevate_perms: true
- icon: {
- Count: 1b
- id: "minecraft:enchanted_book"
- tag: {
- StoredEnchantments: [{
- id: "minecraft:protection"
- lvl: 4s
- }]
- }
- }
- id: "34D2C471C27D59C3"
- silent: true
- title: "1 Talent Point"
- type: "command"
- }]
- subtitle: "Act V"
- tasks: [{
- disable_toast: true
- icon: "alexsmobs:froststalker_horn"
- id: "3BCEDF0337A8E953"
- stat: "minecraft:walk_one_cm"
- title: "Complete: Uncanny Presence"
- type: "stat"
- value: 1
- }]
- x: 6.0d
- y: 6.0d
- }
- {
- can_repeat: true
- dependencies: ["0998037F5701A2D7"]
- description: [
- "&l&cWARNING!!! Do NOT complete this quest without reading the following text.&r&r"
- ""
- "This quest will consume &e5 Diamond Coins&r and a &eName Tag&r named \"&eReset My Quests&r\" (case sensitive, no quotation marks) to &cCOMPLETELY reset all Campaign quests&r. This feature is mainly for players looking to restart almost completely when creating a new character and is &l&cNOT REVERSIBLE&r&r!"
- ""
- "Please ensure that if you're in an &eFTB Team&r, that the &eTeam Leader resets the quests&r!"
- ""
- "&oTalent Points earned through the Campaign will not reset, and completing those quests will not grant you additional Talent Points.&r"
- ""
- "&oThis quest does not count towards any achievements.&r"
- ""
- "&eThis quest unlocks once you reach Act IV.&r"
- ]
- icon: "minecolonies:questlog"
- id: "7841F2CFAF08C739"
- rewards: [
- {
- auto: "enabled"
- command: "/ftbquests change_progress @p reset 44789E48CD607F46"
- elevate_perms: true
- icon: "lightmanscurrency:bookshelf_trader_oak"
- id: "0397F298840A5B20"
- silent: true
- title: "Reset Camaign Quests"
- type: "command"
- }
- {
- auto: "invisible"
- command: "/ftbquests change_progress @p reset 6F8D9CB650A8A0C6"
- elevate_perms: true
- icon: "lightmanscurrency:bookshelf_trader_spruce"
- id: "327E6642411D8BE4"
- silent: true
- title: "Reset Quests"
- type: "command"
- }
- {
- auto: "invisible"
- command: "/ftbquests change_progress @p reset 5381722ABA7D14DD"
- elevate_perms: true
- icon: "lightmanscurrency:bookshelf_trader_birch"
- id: "70BB21C47F71B9FB"
- silent: true
- title: "Reset Quests"
- type: "command"
- }
- {
- auto: "invisible"
- command: "/ftbquests change_progress @p reset 31B544F80AB89D6E"
- elevate_perms: true
- icon: "lightmanscurrency:bookshelf_trader_jungle"
- id: "066F766CE03FB574"
- silent: true
- title: "Reset Quests"
- type: "command"
- }
- {
- auto: "invisible"
- command: "/ftbquests change_progress @p reset 0CEC2D7B2260686B"
- elevate_perms: true
- icon: "lightmanscurrency:bookshelf_trader_acacia"
- id: "5DCCA3B64B836FD9"
- silent: true
- title: "Reset Quests"
- type: "command"
- }
- {
- auto: "invisible"
- command: "/ftbquests change_progress @p reset 13CF8F9062A19FA5"
- elevate_perms: true
- icon: "lightmanscurrency:bookshelf_trader_dark_oak"
- id: "44CE96C65AB302EA"
- silent: true
- title: "Reset Quests"
- type: "command"
- }
- ]
- shape: "square"
- size: 1.5d
- subtitle: "WARNING!!! Use with caution!!!"
- tasks: [
- {
- id: "11A7AFE2C2204C37"
- title: "I am SURE I want to reset Campaign Quests"
- type: "checkmark"
- }
- {
- id: "7DEB4CACD7545043"
- title: "I confirm that I've read the below!"
- type: "checkmark"
- }
- {
- id: "25722FDAB7533BA1"
- title: "Final Confirmation"
- type: "checkmark"
- }
- {
- consume_items: true
- id: "3EDC59A355D85D29"
- item: {
- Count: 1b
- id: "minecraft:name_tag"
- tag: {
- RepairCost: 0
- display: {
- Name: "{\"text\":\"Reset My Quests\"}"
- }
- }
- }
- match_nbt: true
- type: "item"
- }
- {
- consume_items: true
- count: 5L
- id: "48ACEE149C902DF0"
- item: "lightmanscurrency:coin_diamond"
- type: "item"
- }
- ]
- title: "&cReset Main Campaign Quests&r"
- x: 3.0d
- y: 8.5d
- }
- ]
- title: "Rewards"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "campaign_talent_rewards"
+ group: "1E3C4B5FFAE48A39"
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "0E38C2CC13CF033C"
+ order_index: 6
+ quest_links: [ ]
+ quests: [
+ {
+ dependencies: ["4956C0B5633CE91E"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "486C5CD10C0FAAB8"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "1F0D197184136906"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act I"
+ tasks: [{
+ disable_toast: true
+ icon: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:basic/zombie"
+ }
+ }
+ id: "7061280259B557FF"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Disturbances in the Air"
+ type: "stat"
+ value: 1
+ }]
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["3E1EC6A042CC9310"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "46D59893D2D8CA12"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 2"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "35CCEBD5E24D2BAA"
+ silent: true
+ title: "2 Talent Points"
+ type: "command"
+ }]
+ subtitle: "Act I"
+ tasks: [{
+ disable_toast: true
+ icon: "simplehats:crown"
+ id: "2F3F84C83D1BDAA1"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: The Mastermind"
+ type: "stat"
+ value: 1
+ }]
+ x: 3.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["152D52A88F776A70"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "1667AA04495BD91E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "3EF8C1BE830CA2C9"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act I"
+ tasks: [{
+ disable_toast: true
+ icon: {
+ Count: 1b
+ id: "monsterplus:darkstar"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "5E6321ECC42C7117"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Mutagenic Source"
+ type: "stat"
+ value: 1
+ }]
+ x: 1.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["176E6C57D2F18966"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "055DF1F99B169B60"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "1E6475EB6FE107C4"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act I"
+ tasks: [{
+ disable_toast: true
+ icon: "minecraft:grass_block"
+ id: "086D24D4B3BA3FB7"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Reflections"
+ type: "stat"
+ value: 1
+ }]
+ x: 6.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["05AD0B9A77F0325F"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "1A0CC40586164CD5"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "6EA6BA78F84544B8"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act II"
+ tasks: [{
+ disable_toast: true
+ icon: "simplehats:burning_m_bison"
+ id: "02F878B205B83EE5"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: The Mother"
+ type: "stat"
+ value: 1
+ }]
+ x: 3.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["114D74DF8284ACC3"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "682AEA6851799465"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "45ED698CBE380EDB"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act II"
+ tasks: [{
+ disable_toast: true
+ icon: "minecraft:wither_rose"
+ id: "23830C2355EAFC92"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Dark Ritual"
+ type: "stat"
+ value: 1
+ }]
+ x: 4.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["42A954877474A58F"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "01B9D2071BE9EF3F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "49E14D483EB998D4"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act II"
+ tasks: [{
+ disable_toast: true
+ icon: {
+ Count: 1b
+ id: "friendsandfoes:wildfire_crown"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "68D00AE4C4F85CBA"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Ruler of Flames"
+ type: "stat"
+ value: 1
+ }]
+ x: 1.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["37167129D6D6A280"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "7AAD8765795E7153"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "74AB0134F058665F"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act II"
+ tasks: [{
+ disable_toast: true
+ icon: "alexsmobs:warped_muscle"
+ id: "427DD80188EB9A9A"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Forest Chad"
+ type: "stat"
+ value: 1
+ }]
+ x: 0.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["4B57F45BE30AA5F2"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "1227C13346F031A1"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "0A0BAA08ECC53F94"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act II"
+ tasks: [{
+ disable_toast: true
+ icon: "minecraft:ghast_tear"
+ id: "641EFC87F0560C38"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Defenders of the Nether"
+ type: "stat"
+ value: 1
+ }]
+ x: 6.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["775A13E1924D6C9A"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "3343BC6D9867F206"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "3CB8ED39F4BE4441"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act III"
+ tasks: [{
+ disable_toast: true
+ icon: {
+ Count: 1b
+ id: "undergarden:forgotten_pickaxe"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "014EF6369E3BAF81"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Civilization from the Past"
+ type: "stat"
+ value: 1
+ }]
+ x: 1.5d
+ y: 3.0d
+ }
+ {
+ dependencies: ["58F782F592F2ADEB"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "6068BC3C038D153F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "70AFB124576DA03A"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act III"
+ tasks: [{
+ disable_toast: true
+ icon: {
+ Count: 1b
+ id: "alexsmobs:pupfish_locator"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "7B636D962F5786C8"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Strange Fish Finder"
+ type: "stat"
+ value: 1
+ }]
+ x: 3.0d
+ y: 3.0d
+ }
+ {
+ dependencies: ["46DB9530C236A4AD"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "19BE9AAEFDD41D01"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "0826EBF67AAFC131"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act III"
+ tasks: [{
+ disable_toast: true
+ icon: "alexsmobs:shed_snake_skin"
+ id: "13592D3DE590543A"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Slippery Swimmer"
+ type: "stat"
+ value: 1
+ }]
+ x: 4.5d
+ y: 3.0d
+ }
+ {
+ dependencies: ["18B4B295493669DD"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "208A36B927BC66EB"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "2389498B165812CC"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act III"
+ tasks: [{
+ disable_toast: true
+ icon: {
+ Count: 1b
+ id: "aquamirae:maze_rose"
+ tag: {
+ Damage: 0
+ Enchantments: [
+ {
+ id: "obscure_api:distance"
+ lvl: 3s
+ }
+ {
+ id: "obscure_api:fast_spin"
+ lvl: 5s
+ }
+ ]
+ }
+ }
+ id: "20E81D1C5F636ACB"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Mother of the Deep Sea"
+ type: "stat"
+ value: 1
+ }]
+ x: 6.0d
+ y: 3.0d
+ }
+ {
+ dependencies: ["0AFF7911E9C10C1B"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "148FB54534A896F7"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "44B01804BD36B577"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act III"
+ tasks: [{
+ disable_toast: true
+ icon: "undergarden:froststeel_ingot"
+ id: "0A5394116261D4A2"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Cold Ingots"
+ type: "stat"
+ value: 1
+ }]
+ x: 0.0d
+ y: 3.0d
+ }
+ {
+ dependencies: ["30B56119C4EA7398"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "49A4168494AA6996"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "1F4BC57B6F9A0F46"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act IV"
+ tasks: [{
+ disable_toast: true
+ icon: "blue_skies:nature_key"
+ id: "641A59672FB081EE"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: An Uprooting"
+ type: "stat"
+ value: 1
+ }]
+ x: 4.5d
+ y: 4.5d
+ }
+ {
+ dependencies: ["09CFBF8766DA4706"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "479274C8A6806EA2"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "01C8A04DE577BF6A"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act IV"
+ tasks: [{
+ disable_toast: true
+ icon: "blue_skies:poison_key"
+ id: "04E5410ED40C004A"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Caught in a Web"
+ type: "stat"
+ value: 1
+ }]
+ x: 6.0d
+ y: 4.5d
+ }
+ {
+ dependencies: ["1FC3745ADFF992F2"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "6A1AD367B19251CC"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "1EEB674117C12CEE"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act IV"
+ tasks: [{
+ disable_toast: true
+ icon: "blue_skies:falsite_ingot"
+ id: "71CC2A006E9179E3"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: There's Trouble Brewin'"
+ type: "stat"
+ value: 1
+ }]
+ x: 3.0d
+ y: 4.5d
+ }
+ {
+ dependencies: ["61FABF4C4DB118C8"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "1EFE6DBE1B509FED"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "3C9BF500D4FD2988"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act IV"
+ tasks: [{
+ disable_toast: true
+ icon: "blue_skies:frose"
+ id: "7FACB9D4C3EB4885"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Frozen in Time"
+ type: "stat"
+ value: 1
+ }]
+ x: 0.0d
+ y: 4.5d
+ }
+ {
+ dependencies: ["1B6034E8571F3AFA"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "2DEBE38D5B139754"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "7505FE9719DE1D14"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act IV"
+ tasks: [{
+ disable_toast: true
+ icon: {
+ Count: 1b
+ id: "aquaculture:worm"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "7088D5B9FE127A72"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Creepy Crawlies"
+ type: "stat"
+ value: 1
+ }]
+ x: 1.5d
+ y: 4.5d
+ }
+ {
+ dependencies: ["3944DD7AC4667137"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "7AEF759C3337AE40"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 2"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "630B78E4948866B8"
+ silent: true
+ title: "2 Talent Points"
+ type: "command"
+ }]
+ subtitle: "Act V"
+ tasks: [{
+ disable_toast: true
+ icon: "alexsmobs:void_worm_eye"
+ id: "07427D098938F7E6"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Worm from the Void"
+ type: "stat"
+ value: 1
+ }]
+ x: 3.0d
+ y: 6.0d
+ }
+ {
+ dependencies: ["69FD852AE0306BD2"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "21ED928EE110C453"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "60FF15C67EE6B668"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act V"
+ tasks: [{
+ disable_toast: true
+ icon: "alexsmobs:farseer_arm"
+ id: "60CE156C454CE851"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: They Knew You Were Coming"
+ type: "stat"
+ value: 1
+ }]
+ x: 0.0d
+ y: 6.0d
+ }
+ {
+ dependencies: ["4E2506271B43A29C"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "070B9EBA95EBAB88"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "578A8FDE8F3F4086"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act V"
+ tasks: [{
+ disable_toast: true
+ icon: {
+ Count: 1b
+ id: "customizableelytra:elytra_wing"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "529B744E1A089E59"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Customizable Elytras"
+ type: "stat"
+ value: 1
+ }]
+ x: 1.5d
+ y: 6.0d
+ }
+ {
+ dependencies: ["6DEBCC2B2DAE67AD"]
+ description: [
+ "Complete the quest mentioned in the task to automatically earn the Talent Point(s)!"
+ ""
+ "&eThese Talent Points are shared amongst your characters (see Character menu in the Hub).&r"
+ ""
+ "&cIf quests are reset via \"Main Campaign Quest Reset\" down below (unlocked in Act IV), these quests will remain completed.&r"
+ ]
+ id: "39688BFF56C340FE"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash points give @p talent 1"
+ elevate_perms: true
+ icon: {
+ Count: 1b
+ id: "minecraft:enchanted_book"
+ tag: {
+ StoredEnchantments: [{
+ id: "minecraft:protection"
+ lvl: 4s
+ }]
+ }
+ }
+ id: "34D2C471C27D59C3"
+ silent: true
+ title: "1 Talent Point"
+ type: "command"
+ }]
+ subtitle: "Act V"
+ tasks: [{
+ disable_toast: true
+ icon: "alexsmobs:froststalker_horn"
+ id: "3BCEDF0337A8E953"
+ stat: "minecraft:walk_one_cm"
+ title: "Complete: Uncanny Presence"
+ type: "stat"
+ value: 1
+ }]
+ x: 6.0d
+ y: 6.0d
+ }
+ {
+ can_repeat: true
+ dependencies: ["0998037F5701A2D7"]
+ description: [
+ "&l&cWARNING!!! Do NOT complete this quest without reading the following text.&r&r"
+ ""
+ "This quest will consume &e5 Diamond Coins&r and a &eName Tag&r named \"&eReset My Quests&r\" (case sensitive, no quotation marks) to &cCOMPLETELY reset all Campaign quests&r. This feature is mainly for players looking to restart almost completely when creating a new character and is &l&cNOT REVERSIBLE&r&r!"
+ ""
+ "Please ensure that if you're in an &eFTB Team&r, that the &eTeam Leader resets the quests&r!"
+ ""
+ "&oTalent Points earned through the Campaign will not reset, and completing those quests will not grant you additional Talent Points.&r"
+ ""
+ "&oThis quest does not count towards any achievements.&r"
+ ""
+ "&eThis quest unlocks once you reach Act IV.&r"
+ ]
+ icon: "minecolonies:questlog"
+ id: "7841F2CFAF08C739"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/ftbquests change_progress @p reset 44789E48CD607F46"
+ elevate_perms: true
+ icon: "lightmanscurrency:bookshelf_trader_oak"
+ id: "0397F298840A5B20"
+ silent: true
+ title: "Reset Camaign Quests"
+ type: "command"
+ }
+ {
+ auto: "invisible"
+ command: "/ftbquests change_progress @p reset 6F8D9CB650A8A0C6"
+ elevate_perms: true
+ icon: "lightmanscurrency:bookshelf_trader_spruce"
+ id: "327E6642411D8BE4"
+ silent: true
+ title: "Reset Quests"
+ type: "command"
+ }
+ {
+ auto: "invisible"
+ command: "/ftbquests change_progress @p reset 5381722ABA7D14DD"
+ elevate_perms: true
+ icon: "lightmanscurrency:bookshelf_trader_birch"
+ id: "70BB21C47F71B9FB"
+ silent: true
+ title: "Reset Quests"
+ type: "command"
+ }
+ {
+ auto: "invisible"
+ command: "/ftbquests change_progress @p reset 31B544F80AB89D6E"
+ elevate_perms: true
+ icon: "lightmanscurrency:bookshelf_trader_jungle"
+ id: "066F766CE03FB574"
+ silent: true
+ title: "Reset Quests"
+ type: "command"
+ }
+ {
+ auto: "invisible"
+ command: "/ftbquests change_progress @p reset 0CEC2D7B2260686B"
+ elevate_perms: true
+ icon: "lightmanscurrency:bookshelf_trader_acacia"
+ id: "5DCCA3B64B836FD9"
+ silent: true
+ title: "Reset Quests"
+ type: "command"
+ }
+ {
+ auto: "invisible"
+ command: "/ftbquests change_progress @p reset 13CF8F9062A19FA5"
+ elevate_perms: true
+ icon: "lightmanscurrency:bookshelf_trader_dark_oak"
+ id: "44CE96C65AB302EA"
+ silent: true
+ title: "Reset Quests"
+ type: "command"
+ }
+ ]
+ shape: "square"
+ size: 1.5d
+ subtitle: "WARNING!!! Use with caution!!!"
+ tasks: [
+ {
+ id: "11A7AFE2C2204C37"
+ title: "I am SURE I want to reset Campaign Quests"
+ type: "checkmark"
+ }
+ {
+ id: "7DEB4CACD7545043"
+ title: "I confirm that I've read the below!"
+ type: "checkmark"
+ }
+ {
+ id: "25722FDAB7533BA1"
+ title: "Final Confirmation"
+ type: "checkmark"
+ }
+ {
+ consume_items: true
+ id: "3EDC59A355D85D29"
+ item: {
+ Count: 1b
+ id: "minecraft:name_tag"
+ tag: {
+ RepairCost: 0
+ display: {
+ Name: "{\"text\":\"Reset My Quests\"}"
+ }
+ }
+ }
+ match_nbt: true
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 5L
+ id: "48ACEE149C902DF0"
+ item: "lightmanscurrency:coin_diamond"
+ type: "item"
+ }
+ ]
+ title: "&cReset Main Campaign Quests&r"
+ x: 3.0d
+ y: 8.5d
+ }
+ ]
+ title: "Rewards"
+}
diff --git a/config/ftbquests/quests/chapters/completionist.snbt b/config/ftbquests/quests/chapters/completionist.snbt
index 150b60e..74770fe 100644
--- a/config/ftbquests/quests/chapters/completionist.snbt
+++ b/config/ftbquests/quests/chapters/completionist.snbt
@@ -1,70 +1,70 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "completionist"
- group: "37C10F4BE9E00A26"
- id: "4440F1C8A1FA60FC"
- order_index: 3
- quest_links: [ ]
- quests: [{
- dependencies: [
- "70DA25C53FFEB49F"
- "5E95CED116D2C8F4"
- "6EFCD443EA481BD4"
- "6428AF7E62AC7FA9"
- "6B9BF00333C417BE"
- "5551FEF7101F91B1"
- "59242A72A38A5A9A"
- "6DF33D1B5C76639B"
- ]
- description: ["Wow. You've completed all side quests! Congratulations!"]
- icon: {
- Count: 1b
- id: "stalwart_dungeons:teleporter_pearl"
- tag: { }
- }
- id: "0D3A8C54B7F4882E"
- rewards: [
- {
- command: "/tellraw @a {\"text\":\"\",\"color\":\"red\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has completed every achievement!\"}]}"
- elevate_perms: true
- icon: "minecraft:cookie"
- id: "3157148AF2774908"
- title: "Click here to brag"
- type: "command"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 5000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3AB0B75CE05EB755"
- silent: true
- title: "5000 Experience x Lv."
- type: "command"
- }
- {
- id: "082683F82C35A0B5"
- item: "lightmanscurrency:coin_netherite"
- title: "Money"
- type: "item"
- }
- {
- id: "1A864D7DA9FEDA03"
- item: "simplehats:cowboyrgb"
- type: "item"
- }
- ]
- shape: "hexagon"
- size: 3.0d
- subtitle: "Complete all Achievements"
- tasks: [{
- id: "74A99B588AB7DC63"
- type: "checkmark"
- }]
- title: "Achievement: The Completionist"
- x: 0.0d
- y: 0.0d
- }]
- title: "Completionist"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "completionist"
+ group: "37C10F4BE9E00A26"
+ id: "4440F1C8A1FA60FC"
+ order_index: 3
+ quest_links: [ ]
+ quests: [{
+ dependencies: [
+ "70DA25C53FFEB49F"
+ "5E95CED116D2C8F4"
+ "6EFCD443EA481BD4"
+ "6428AF7E62AC7FA9"
+ "6B9BF00333C417BE"
+ "5551FEF7101F91B1"
+ "59242A72A38A5A9A"
+ "6DF33D1B5C76639B"
+ ]
+ description: ["Wow. You've completed all side quests! Congratulations!"]
+ icon: {
+ Count: 1b
+ id: "stalwart_dungeons:teleporter_pearl"
+ tag: { }
+ }
+ id: "0D3A8C54B7F4882E"
+ rewards: [
+ {
+ command: "/tellraw @a {\"text\":\"\",\"color\":\"red\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has completed every achievement!\"}]}"
+ elevate_perms: true
+ icon: "minecraft:cookie"
+ id: "3157148AF2774908"
+ title: "Click here to brag"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 5000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3AB0B75CE05EB755"
+ silent: true
+ title: "5000 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "082683F82C35A0B5"
+ item: "lightmanscurrency:coin_netherite"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "1A864D7DA9FEDA03"
+ item: "simplehats:cowboyrgb"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ size: 3.0d
+ subtitle: "Complete all Achievements"
+ tasks: [{
+ id: "74A99B588AB7DC63"
+ type: "checkmark"
+ }]
+ title: "Achievement: The Completionist"
+ x: 0.0d
+ y: 0.0d
+ }]
+ title: "Completionist"
+}
diff --git a/config/ftbquests/quests/chapters/culinary_delights.snbt b/config/ftbquests/quests/chapters/culinary_delights.snbt
index c756904..1ea4cbe 100644
--- a/config/ftbquests/quests/chapters/culinary_delights.snbt
+++ b/config/ftbquests/quests/chapters/culinary_delights.snbt
@@ -1,1184 +1,1184 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "culinary_delights"
- group: "5F2CCE8075FCC994"
- icon: "minecraft:apple"
- id: "7FD5D59582D9B2D6"
- order_index: 4
- quest_links: [ ]
- quests: [
- {
- description: [
- "&eFarmer's Delight&r overhauls the process of cooking. You can now create a &estove&r to heat a &epot or skillet&r that is placed ontop of it. "
- ""
- "&ePots&r are able to make stews and combined foods that are held with bowls. You can also make Feasts which are foods that are placed, like cakes, that have multiple portions."
- ""
- "&eSkillets&r can cook food over campfires or stoves."
- ""
- "&eCutting Boards &rare useful in and out of cooking. Not only can you &efillet fish and meats&r into strips, but also cut up various items such as wool into string or leather armor into leather. Cutting boards require &eknives&r primarily but some recipes will use pickaxes, axes, shears, etc."
- ]
- id: "1ABBB0CCEECA066F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "478E77EB5C09F738"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each item"
- tasks: [
- {
- id: "233009494ADD7158"
- item: "farmersdelight:stove"
- type: "item"
- }
- {
- id: "058BB0080775CF38"
- item: "farmersdelight:cooking_pot"
- type: "item"
- }
- {
- id: "78F67A1BA62AACA8"
- item: {
- Count: 1b
- id: "farmersdelight:skillet"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "33A190F4C4A3D596"
- item: "farmersdelight:cutting_board"
- type: "item"
- }
- {
- id: "1CBEDBFE74787B62"
- item: {
- Count: 1b
- id: "farmersdelight:iron_knife"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- ]
- title: "Farmer's Delight"
- x: -1.5d
- y: 0.0d
- }
- {
- description: ["&eCrabber's Delight &rallows you to catch crabs and other treasures using &eCrab Pots&r. They require bait, usually fish, in them to catch anything. They can also be fished up with a fishing rod."]
- id: "3ADE97CD486AE65C"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4C038CBF56C7F4F0"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft 3 Crab Pots"
- tasks: [{
- count: 3L
- id: "0E73B487ED20E490"
- item: "crabbersdelight:crab_trap"
- type: "item"
- }]
- title: "Crabber's Delight"
- x: 1.5d
- y: 0.0d
- }
- {
- description: ["While holding a &ehoe,&r right click crops to harvest without breaking them. Higher tiered &ehoes&r harvest in bigger radiuses."]
- id: "7F58716061D74AC2"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1B09BD8AA6CC38FE"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Right click crops with hoe"
- tasks: [{
- id: "34C3EF34008C3C11"
- item: {
- Count: 1b
- id: "minecraft:iron_hoe"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Better Harvesting"
- x: -1.5d
- y: 1.5d
- }
- {
- description: [
- "&eFarming for Blockheads&r makes farming easier by providing ðree&r different fertilizers to apply to farmland. Only one fertilizer can be used on a farmland."
- ""
- "The &eMarket&r block allows you to buy seeds and sapling directly."
- ""
- "The &eFeeding Trough&r lets animals breed automatically if supplied with food."
- ""
- "The &eChicken Nest&r automatically collects any eggs laid near it."
- ]
- id: "3B4E06CA3D404A7C"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "055D02FE93ECFD66"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "154DB277F57B7837"
- item: "farmingforblockheads:market"
- type: "item"
- }
- {
- id: "353E5E9855E9FEAF"
- item: "farmingforblockheads:green_fertilizer"
- type: "item"
- }
- {
- id: "0AEC10944A2A2D73"
- item: "farmingforblockheads:red_fertilizer"
- type: "item"
- }
- {
- id: "30E8A6B002D19489"
- item: "farmingforblockheads:yellow_fertilizer"
- type: "item"
- }
- {
- id: "5DF01D9D8C10FB99"
- item: "farmingforblockheads:chicken_nest"
- type: "item"
- }
- {
- id: "777A5AEC93007F77"
- item: "farmingforblockheads:feeding_trough"
- type: "item"
- }
- ]
- title: "Farming for Blockheads"
- x: 0.0d
- y: 1.5d
- }
- {
- description: ["&eNether's Delight&r adds food and utility to the Nether such as &eHoglin Loins&r and&e Strider meats&r."]
- id: "462BAB455A040B51"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "698AA19166B62A0F"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain 3 Hoglin Loins and 3 Strider Slices"
- tasks: [
- {
- count: 3L
- id: "5D6BCB8EBA6FCB3A"
- item: "nethersdelight:hoglin_loin"
- type: "item"
- }
- {
- count: 3L
- id: "26E1454E1E71B10C"
- item: "nethersdelight:strider_slice"
- type: "item"
- }
- ]
- title: "Nether's Delight"
- x: 3.0d
- y: 0.0d
- }
- {
- description: ["&eCorn Delight&r adds corn products such as tortillas, nachos, popcorn, and more."]
- id: "4EB5BD23AA91660A"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4E970741587442F4"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain 8 Corn Kernals"
- tasks: [{
- count: 8L
- id: "384E567ED41274E2"
- item: "corn_delight:corn_seeds"
- type: "item"
- }]
- title: "Corn Delight"
- x: -3.0d
- y: 0.0d
- }
- {
- description: [
- "&eCuisine Delight&r allows you to cook &eany compatible food&r to create new, unique foods. "
- ""
- "While near a fire source, hold the &eCuisine Skillet&r in your &eoffhand.&r You can also place it on the fire source. &eRight click food&r in hand to add it to the &eskillet.&r Two gauges will appear on the right side of your screen for each ingredient added. The &efirst gauge&r is how cooked the food is, you want it to end in the &eyellow.&r The &esecond gauge&r is how &eburned each side&r is, you want the pointer inside to &eremain within the green&r. Then, use the &espatula&r to &eflip&r all the ingredients inside to keep either side from &eburning.&r Use the &ebowl&r quickly to take the food out."
- ""
- "Hold &eshift&r on food in inventory to see cooking timings."
- ""
- "If it's &eburned,&r you let the second gauge get into the red on one of the sides."
- ""
- "If it's &enot cooked enough,&r you didn't let the first gauge get into the yellow."
- ]
- id: "75800C2A9E6F13F0"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2B211CE9CBE0F685"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "3F2FB4CEA9BB6DCC"
- item: {
- Count: 1b
- id: "cuisinedelight:cuisine_skillet"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "3A1E7CB5AE68B369"
- item: "cuisinedelight:spatula"
- type: "item"
- }
- {
- id: "698D9EED13D9E773"
- item: "cuisinedelight:plate"
- type: "item"
- }
- ]
- title: "Cuisine Delight"
- x: -3.0d
- y: 1.5d
- }
- {
- description: ["&eEnder's Delight &radds food and ingredient drops to each mob in the End. These can be cooked into foods that can assist you navigating the End."]
- id: "0B9F6275E5B8A1EC"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "32F542B489278D1D"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain 6 of each"
- tasks: [
- {
- count: 6L
- id: "00CBEAA83D97521B"
- item: "endersdelight:mite_crust"
- type: "item"
- }
- {
- count: 6L
- id: "6A6A92F1FFFE6CC3"
- item: "endersdelight:ender_shard"
- type: "item"
- }
- {
- count: 6L
- id: "26F4C5ED39E26ADD"
- item: "endersdelight:shulker_mollusk"
- type: "item"
- }
- ]
- title: "Ender's Delight"
- x: 4.5d
- y: 0.0d
- }
- {
- description: ["&eOcean's Delight &radds food drops to numerous creatures within the oceans"]
- id: "54A6BA8EB4D9D0A0"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7FDD9C02F14040E8"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain 12 Tentacles and Fugu Slices"
- tasks: [
- {
- count: 12L
- id: "32214DE1C91437E1"
- item: "oceansdelight:tentacles"
- type: "item"
- }
- {
- count: 12L
- id: "6665C67952F470D5"
- item: "oceansdelight:fugu_slice"
- type: "item"
- }
- ]
- title: "Ocean's Delight"
- x: -4.5d
- y: 0.0d
- }
- {
- dependencies: ["54A6BA8EB4D9D0A0"]
- description: ["Slay an &eElder Guardian&r for its meat."]
- id: "2CABF1E53F173621"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5B0745CD95795FFE"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain Elder Guardian Slab"
- tasks: [{
- id: "730C6710D5405360"
- item: "oceansdelight:elder_guardian_slab"
- type: "item"
- }]
- x: -4.5d
- y: -1.5d
- }
- {
- dependencies: ["4692C9713DD2AF42"]
- id: "7AF5A5B1AA98023E"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "55966463285881E7"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "769C65C54D4F3F06"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "53C57150E21286E8"
- item: "simplehats:acornhat"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit 12 of each"
- tasks: [
- {
- consume_items: true
- count: 12L
- id: "6D440C86B41B1326"
- item: "corn_delight:nachos_block"
- type: "item"
- }
- {
- consume_items: true
- count: 12L
- id: "7D9652FE1337B850"
- item: "corn_delight:creamed_corn"
- type: "item"
- }
- {
- consume_items: true
- count: 12L
- id: "291930B774C74EF3"
- item: "corn_delight:cornbread_stuffing"
- type: "item"
- }
- ]
- title: "Challenge: Corn Lover"
- x: -3.0d
- y: -3.0d
- }
- {
- dependencies: ["4EB5BD23AA91660A"]
- id: "4692C9713DD2AF42"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3C0BD30967AAD0E2"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Harvest 16 Maize"
- tasks: [{
- count: 16L
- id: "6DE4AB2790B4DD6A"
- item: "corn_delight:corn"
- type: "item"
- }]
- title: "Amaizeing"
- x: -3.0d
- y: -1.5d
- }
- {
- dependencies: ["1ABBB0CCEECA066F"]
- description: [
- "&eFarmer's Delight&r also provides three basic resources that can be used to make decorations, such as hanging signs, to utilities, such as climable ropes and safety nets. "
- ""
- "&eTree barks&r are obtained from using an axe on wood placed on a cutting board and can be used to make paper."
- ""
- "&eCanvas&r is made from straw and can replace leather in all recipes as well as make rugs and other decorations."
- ""
- "&eStraw&r is obtained from cutting grass with a knife and can be used in numerous recipes such as crafting leads."
- ]
- id: "21923B5086A5FA57"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "72E12E723E2AABD8"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain 12 of each"
- tasks: [
- {
- count: 12L
- id: "06429DC8AFF40DD1"
- item: "farmersdelight:straw"
- type: "item"
- }
- {
- count: 12L
- id: "7368CBBF48669DBC"
- item: "farmersdelight:canvas"
- type: "item"
- }
- {
- count: 12L
- id: "37C56A6E2785546D"
- item: "farmersdelight:tree_bark"
- type: "item"
- }
- ]
- title: "Farmer's Tools"
- x: -1.5d
- y: -1.5d
- }
- {
- dependencies: ["3ADE97CD486AE65C"]
- description: ["&eClams&r can be caught and opened on a &ecutting board&r which can sometimes result in precious &epearls.&r Even if they're useless, they're still shiny."]
- id: "7D68159C74783F3C"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "652E1C76741A0BD5"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain 16 Pearls"
- tasks: [
- {
- count: 16L
- id: "077C6F44EBD651B5"
- item: "crabbersdelight:pearl"
- type: "item"
- }
- {
- id: "3A671249DF1D2967"
- item: "crabbersdelight:clam"
- type: "item"
- }
- {
- id: "000A83A22EEFCDCE"
- item: "crabbersdelight:raw_clam_meat"
- type: "item"
- }
- ]
- title: "Clams"
- x: 1.5d
- y: -1.5d
- }
- {
- dependencies: ["462BAB455A040B51"]
- description: [
- "Use a &eknife&r on &ePropelplants&r to collect them. They can be planted on &eNetherrack, Nylium, or Rich Soul Soil&r."
- ""
- "The &eMachete&r is a better weapon to use for killing/harvesting &eHoglins&r over the knife. It may be a worthy weapon by itself."
- ]
- id: "653E2D7F781C9BAA"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5E694CC97506F793"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Collect 12 of each"
- tasks: [
- {
- count: 12L
- id: "6485F6990AD70A88"
- item: "nethersdelight:propelplant_cane"
- type: "item"
- }
- {
- count: 12L
- id: "3303D9F1991F2F22"
- item: "nethersdelight:propelpearl"
- type: "item"
- }
- {
- id: "351886931DA09B8D"
- item: {
- Count: 1b
- id: "nethersdelight:iron_machete"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- ]
- title: "Plant Life"
- x: 3.0d
- y: -1.5d
- }
- {
- dependencies: ["5949316102D9370C"]
- id: "011AD211C3ED1131"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4009B22DF2BBA752"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "637EA3BFC4D827D4"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "0204449359E1D557"
- item: "simplehats:batwinghat"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit 12 of each"
- tasks: [
- {
- consume_items: true
- count: 12L
- id: "255759A8177FEF97"
- item: "endersdelight:stuffed_shulker"
- type: "item"
- }
- {
- consume_items: true
- count: 12L
- id: "56035CB223D949DB"
- item: "endersdelight:chorus_pie"
- type: "item"
- }
- {
- consume_items: true
- count: 12L
- id: "6F9E45AFF4908F13"
- item: "endersdelight:chorus_crate"
- type: "item"
- }
- ]
- title: "Challenge: Fourth Dimensional Cooking"
- x: 4.5d
- y: -3.0d
- }
- {
- dependencies: ["0B9F6275E5B8A1EC"]
- id: "5949316102D9370C"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "546E551A7D24ED9B"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain 12 of each"
- tasks: [
- {
- consume_items: false
- count: 12L
- id: "32CC1798F0F08AA5"
- item: "endersdelight:uncanny_cookies"
- type: "item"
- }
- {
- count: 12L
- id: "4E59CC3B86AD76A8"
- item: "endersdelight:strange_eclair"
- type: "item"
- }
- ]
- x: 4.5d
- y: -1.5d
- }
- {
- dependencies: ["2CABF1E53F173621"]
- id: "385065A469920E02"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3911D4EE37890072"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "71FF4740D9A5944D"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "024D09757C258A18"
- item: "simplehats:fishonhead"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit 16 of each"
- tasks: [
- {
- consume_items: true
- count: 16L
- id: "0389CBD85CDE536A"
- item: "oceansdelight:cabbage_wrapped_elder_guardian"
- type: "item"
- }
- {
- consume_items: true
- count: 16L
- id: "70B4D6071D689C45"
- item: "oceansdelight:guardian_soup"
- type: "item"
- }
- ]
- title: "Challenge: Pescatarian"
- x: -4.5d
- y: -3.0d
- }
- {
- dependencies: ["21923B5086A5FA57"]
- id: "7C36AB84C3D94C7E"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "35A9F0A29A8D974D"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "2DAF275EFE2698F9"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "7AAF561D7ABC3609"
- item: "simplehats:burgerhat"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Eat a course of every Farmer's Delight meal available! 23 total."
- tasks: [{
- advancement: "farmersdelight:main/master_chef"
- criterion: ""
- id: "6B36090D242B5283"
- type: "advancement"
- }]
- title: "Challenge: Master Chef"
- x: -1.5d
- y: -3.0d
- }
- {
- dependencies: ["7D68159C74783F3C"]
- id: "22AB73CE08E50920"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "43979B63AF6DDD81"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "6F2FAAA217B76AB9"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "3C117A5BF98FC8E0"
- item: "simplehats:crabonhead"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit 16 of each"
- tasks: [
- {
- consume_items: true
- count: 16L
- id: "363FB7942A5A2784"
- item: "crabbersdelight:crab_barrel"
- type: "item"
- }
- {
- consume_items: true
- count: 16L
- id: "1B11F3D9F6B611BF"
- item: "crabbersdelight:shrimp_barrel"
- type: "item"
- }
- {
- consume_items: true
- count: 16L
- id: "4BB36EE8764CC2BB"
- item: "crabbersdelight:clam_barrel"
- type: "item"
- }
- {
- consume_items: true
- count: 16L
- id: "486D6631315BE1DA"
- item: "crabbersdelight:clawster_barrel"
- type: "item"
- }
- ]
- title: "Challenge: Deadliest Catch"
- x: 1.5d
- y: -3.0d
- }
- {
- dependencies: ["653E2D7F781C9BAA"]
- id: "2BA7FD3E716986FC"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0917F598AA60D531"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "12342D918C5EECE5"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "26735FB6D6F53CA5"
- item: "simplehats:pighead"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit 12 of each"
- tasks: [
- {
- consume_items: true
- count: 12L
- id: "2D920A5A738CA083"
- item: "nethersdelight:hoglin_trophy"
- type: "item"
- }
- {
- count: 12L
- id: "06ABD382362B50C7"
- item: "nethersdelight:stuffed_hoglin"
- type: "item"
- }
- {
- consume_items: true
- count: 12L
- id: "29937402D5A0DD78"
- item: "nethersdelight:hoglin_hide"
- type: "item"
- }
- ]
- title: "Challenge: Hog Hunter"
- x: 3.0d
- y: -3.0d
- }
- {
- dependencies: [
- "385065A469920E02"
- "7AF5A5B1AA98023E"
- "7C36AB84C3D94C7E"
- "22AB73CE08E50920"
- "2BA7FD3E716986FC"
- "011AD211C3ED1131"
- "164A3DE979E7DA29"
- ]
- icon: "cuisinedelight:spatula"
- id: "6EFCD443EA481BD4"
- rewards: [
- {
- command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved World Star Chef!\"}]}"
- elevate_perms: true
- icon: "minecraft:cookie"
- id: "4B9E8B320FE7A9C0"
- title: "Click here to brag"
- type: "command"
- }
- {
- command: "/mine_and_slash give xp_times_lvl @p 750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "13752DEC5649CA42"
- silent: true
- title: "750 Experience x Lv."
- type: "command"
- }
- {
- count: 6
- id: "154C6C5B891E8D77"
- item: "lightmanscurrency:coin_diamond"
- title: "Money"
- type: "item"
- }
- {
- id: "10773484BD8B4BA3"
- item: "simplehats:chefshat"
- type: "item"
- }
- ]
- shape: "hexagon"
- size: 2.0d
- subtitle: "Complete all challenges"
- tasks: [{
- id: "1B9FD9860E832B8F"
- type: "checkmark"
- }]
- title: "Achievement: World Star Chef"
- x: 0.0d
- y: -5.0d
- }
- {
- description: [
- "&eCooking for Blockheads&r makes your cooking experience a lot easier. Aside from Farmer's Delight which requires you to use the Pot, with Cooking for Blockhead you can cook all the food in one place. No recipe juggling necessary."
- ""
- "Connect each component with &eKitchen Floors&r."
- ""
- "The &eStove&r can cook multiple foods at once and can take FE as energy if upgraded."
- ""
- "The &eSink&r provides infinite water for buckets and recipes."
- ""
- "The &eCooking Table&r is able to pull food and tools from blocks and fridges connected by Kitchen Floors."
- ""
- "There are more pieces to add to your kitchen as well such as the &etoaster&r or &espice rack&r."
- ]
- id: "608DF81CF3DC9A64"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "558ED4F9FEC362A0"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "2159129FA615A117"
- item: "cookingforblockheads:oven"
- type: "item"
- }
- {
- id: "79F74B5C61E1A868"
- item: "cookingforblockheads:sink"
- type: "item"
- }
- {
- id: "69580C53D420F315"
- item: "cookingforblockheads:cooking_table"
- type: "item"
- }
- {
- id: "64EAA5048BBC7729"
- item: "cookingforblockheads:white_kitchen_floor"
- type: "item"
- }
- {
- id: "76D917F55118DBB0"
- item: "cookingforblockheads:fridge"
- type: "item"
- }
- ]
- title: "Cooking for Blockheads"
- x: 1.5d
- y: 1.5d
- }
- {
- description: ["By using &eCreate,&r you can cook foods that require special mechanics to make. Refer to the Technology chapter for more information."]
- id: "6E87C65D44E40380"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1E12B40809E75A56"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "75A2BCAA89CF9458"
- item: "createaddition:honey_cake"
- type: "item"
- }
- {
- id: "2E88502323B5353F"
- item: "create:sweet_roll"
- type: "item"
- }
- {
- id: "72A330F46FA13C3F"
- item: "create:dough"
- type: "item"
- }
- ]
- title: "Industrial Cooking"
- x: 0.0d
- y: 0.0d
- }
- {
- dependencies: ["6E87C65D44E40380"]
- id: "633534680B2C7805"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5C3CF4073BD8B390"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "5A4D11F94831BBA5"
- item: "create:builders_tea"
- type: "item"
- }
- {
- id: "1398C3A9D4E22B64"
- item: "create:honeyed_apple"
- type: "item"
- }
- ]
- title: "Sweet Treats"
- x: 0.0d
- y: -1.5d
- }
- {
- dependencies: ["633534680B2C7805"]
- id: "164A3DE979E7DA29"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "259E8220D7438C1B"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "6A010276FB7F7A11"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "07BF6C0F9D678944"
- item: "simplehats:cheeseslice"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit 64 of each"
- tasks: [
- {
- consume_items: true
- count: 64L
- id: "0A65632DF6BEDFBA"
- item: "createaddition:chocolate_cake"
- type: "item"
- }
- {
- consume_items: true
- count: 64L
- id: "7AA88A923DED49C8"
- item: "create:bar_of_chocolate"
- type: "item"
- }
- {
- consume_items: true
- count: 64L
- id: "1CBF91428BFB9123"
- item: "create:chocolate_glazed_berries"
- type: "item"
- }
- {
- consume_items: true
- count: 64L
- id: "060A6EABC86A1C6C"
- item: "farmersdelight:chocolate_pie"
- type: "item"
- }
- {
- consume_items: true
- count: 32L
- id: "5E5D77BF6D02482A"
- item: "create:chocolate_bucket"
- type: "item"
- }
- ]
- title: "Challenge: Chocolatier"
- x: 0.0d
- y: -3.0d
- }
- {
- description: [
- "These blocks allow &eRefined Storage&r and &eCooking for Blockheads&r to work together!"
- ""
- "The &eKitchen Station&r needs to be placed as part of the kitchen network and the &eKitchen Access Point&r needs to be placed in the Refined Storage Network."
- ""
- "The Kitchen Station acts as &eRefined Storage Network Receiver&r and needs to be attached to a &eKitchen Network Card&r. Then this Kitchen Network Card needs to be &eplaced inside&r a &eKitchen Access Point&r, which acts as a Refined Storage Network Transmitter."
- ""
- "Once everything is connected, you'll be able to &econsume items&r from your Refined Storage network right from your cooking table."
- ]
- id: "712861ACFF721889"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "24209232842EA117"
- silent: true
- title: "250 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "7208A57F50772155"
- item: "refinedcooking:kitchen_station"
- type: "item"
- }
- {
- id: "7EC44290F88F0847"
- item: "refinedcooking:kitchen_access_point"
- type: "item"
- }
- {
- id: "33B3A88E037420CA"
- item: "refinedcooking:kitchen_network_card"
- type: "item"
- }
- ]
- title: "Refined Cooking"
- x: 3.0d
- y: 1.5d
- }
- ]
- title: "Culinary Delights"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "culinary_delights"
+ group: "5F2CCE8075FCC994"
+ icon: "minecraft:apple"
+ id: "7FD5D59582D9B2D6"
+ order_index: 4
+ quest_links: [ ]
+ quests: [
+ {
+ description: [
+ "&eFarmer's Delight&r overhauls the process of cooking. You can now create a &estove&r to heat a &epot or skillet&r that is placed ontop of it. "
+ ""
+ "&ePots&r are able to make stews and combined foods that are held with bowls. You can also make Feasts which are foods that are placed, like cakes, that have multiple portions."
+ ""
+ "&eSkillets&r can cook food over campfires or stoves."
+ ""
+ "&eCutting Boards &rare useful in and out of cooking. Not only can you &efillet fish and meats&r into strips, but also cut up various items such as wool into string or leather armor into leather. Cutting boards require &eknives&r primarily but some recipes will use pickaxes, axes, shears, etc."
+ ]
+ id: "1ABBB0CCEECA066F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "478E77EB5C09F738"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each item"
+ tasks: [
+ {
+ id: "233009494ADD7158"
+ item: "farmersdelight:stove"
+ type: "item"
+ }
+ {
+ id: "058BB0080775CF38"
+ item: "farmersdelight:cooking_pot"
+ type: "item"
+ }
+ {
+ id: "78F67A1BA62AACA8"
+ item: {
+ Count: 1b
+ id: "farmersdelight:skillet"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "33A190F4C4A3D596"
+ item: "farmersdelight:cutting_board"
+ type: "item"
+ }
+ {
+ id: "1CBEDBFE74787B62"
+ item: {
+ Count: 1b
+ id: "farmersdelight:iron_knife"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Farmer's Delight"
+ x: -1.5d
+ y: 0.0d
+ }
+ {
+ description: ["&eCrabber's Delight &rallows you to catch crabs and other treasures using &eCrab Pots&r. They require bait, usually fish, in them to catch anything. They can also be fished up with a fishing rod."]
+ id: "3ADE97CD486AE65C"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4C038CBF56C7F4F0"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft 3 Crab Pots"
+ tasks: [{
+ count: 3L
+ id: "0E73B487ED20E490"
+ item: "crabbersdelight:crab_trap"
+ type: "item"
+ }]
+ title: "Crabber's Delight"
+ x: 1.5d
+ y: 0.0d
+ }
+ {
+ description: ["While holding a &ehoe,&r right click crops to harvest without breaking them. Higher tiered &ehoes&r harvest in bigger radiuses."]
+ id: "7F58716061D74AC2"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1B09BD8AA6CC38FE"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Right click crops with hoe"
+ tasks: [{
+ id: "34C3EF34008C3C11"
+ item: {
+ Count: 1b
+ id: "minecraft:iron_hoe"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Better Harvesting"
+ x: -1.5d
+ y: 1.5d
+ }
+ {
+ description: [
+ "&eFarming for Blockheads&r makes farming easier by providing ðree&r different fertilizers to apply to farmland. Only one fertilizer can be used on a farmland."
+ ""
+ "The &eMarket&r block allows you to buy seeds and sapling directly."
+ ""
+ "The &eFeeding Trough&r lets animals breed automatically if supplied with food."
+ ""
+ "The &eChicken Nest&r automatically collects any eggs laid near it."
+ ]
+ id: "3B4E06CA3D404A7C"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "055D02FE93ECFD66"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "154DB277F57B7837"
+ item: "farmingforblockheads:market"
+ type: "item"
+ }
+ {
+ id: "353E5E9855E9FEAF"
+ item: "farmingforblockheads:green_fertilizer"
+ type: "item"
+ }
+ {
+ id: "0AEC10944A2A2D73"
+ item: "farmingforblockheads:red_fertilizer"
+ type: "item"
+ }
+ {
+ id: "30E8A6B002D19489"
+ item: "farmingforblockheads:yellow_fertilizer"
+ type: "item"
+ }
+ {
+ id: "5DF01D9D8C10FB99"
+ item: "farmingforblockheads:chicken_nest"
+ type: "item"
+ }
+ {
+ id: "777A5AEC93007F77"
+ item: "farmingforblockheads:feeding_trough"
+ type: "item"
+ }
+ ]
+ title: "Farming for Blockheads"
+ x: 0.0d
+ y: 1.5d
+ }
+ {
+ description: ["&eNether's Delight&r adds food and utility to the Nether such as &eHoglin Loins&r and&e Strider meats&r."]
+ id: "462BAB455A040B51"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "698AA19166B62A0F"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain 3 Hoglin Loins and 3 Strider Slices"
+ tasks: [
+ {
+ count: 3L
+ id: "5D6BCB8EBA6FCB3A"
+ item: "nethersdelight:hoglin_loin"
+ type: "item"
+ }
+ {
+ count: 3L
+ id: "26E1454E1E71B10C"
+ item: "nethersdelight:strider_slice"
+ type: "item"
+ }
+ ]
+ title: "Nether's Delight"
+ x: 3.0d
+ y: 0.0d
+ }
+ {
+ description: ["&eCorn Delight&r adds corn products such as tortillas, nachos, popcorn, and more."]
+ id: "4EB5BD23AA91660A"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4E970741587442F4"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain 8 Corn Kernals"
+ tasks: [{
+ count: 8L
+ id: "384E567ED41274E2"
+ item: "corn_delight:corn_seeds"
+ type: "item"
+ }]
+ title: "Corn Delight"
+ x: -3.0d
+ y: 0.0d
+ }
+ {
+ description: [
+ "&eCuisine Delight&r allows you to cook &eany compatible food&r to create new, unique foods. "
+ ""
+ "While near a fire source, hold the &eCuisine Skillet&r in your &eoffhand.&r You can also place it on the fire source. &eRight click food&r in hand to add it to the &eskillet.&r Two gauges will appear on the right side of your screen for each ingredient added. The &efirst gauge&r is how cooked the food is, you want it to end in the &eyellow.&r The &esecond gauge&r is how &eburned each side&r is, you want the pointer inside to &eremain within the green&r. Then, use the &espatula&r to &eflip&r all the ingredients inside to keep either side from &eburning.&r Use the &ebowl&r quickly to take the food out."
+ ""
+ "Hold &eshift&r on food in inventory to see cooking timings."
+ ""
+ "If it's &eburned,&r you let the second gauge get into the red on one of the sides."
+ ""
+ "If it's &enot cooked enough,&r you didn't let the first gauge get into the yellow."
+ ]
+ id: "75800C2A9E6F13F0"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2B211CE9CBE0F685"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "3F2FB4CEA9BB6DCC"
+ item: {
+ Count: 1b
+ id: "cuisinedelight:cuisine_skillet"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "3A1E7CB5AE68B369"
+ item: "cuisinedelight:spatula"
+ type: "item"
+ }
+ {
+ id: "698D9EED13D9E773"
+ item: "cuisinedelight:plate"
+ type: "item"
+ }
+ ]
+ title: "Cuisine Delight"
+ x: -3.0d
+ y: 1.5d
+ }
+ {
+ description: ["&eEnder's Delight &radds food and ingredient drops to each mob in the End. These can be cooked into foods that can assist you navigating the End."]
+ id: "0B9F6275E5B8A1EC"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "32F542B489278D1D"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain 6 of each"
+ tasks: [
+ {
+ count: 6L
+ id: "00CBEAA83D97521B"
+ item: "endersdelight:mite_crust"
+ type: "item"
+ }
+ {
+ count: 6L
+ id: "6A6A92F1FFFE6CC3"
+ item: "endersdelight:ender_shard"
+ type: "item"
+ }
+ {
+ count: 6L
+ id: "26F4C5ED39E26ADD"
+ item: "endersdelight:shulker_mollusk"
+ type: "item"
+ }
+ ]
+ title: "Ender's Delight"
+ x: 4.5d
+ y: 0.0d
+ }
+ {
+ description: ["&eOcean's Delight &radds food drops to numerous creatures within the oceans"]
+ id: "54A6BA8EB4D9D0A0"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7FDD9C02F14040E8"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain 12 Tentacles and Fugu Slices"
+ tasks: [
+ {
+ count: 12L
+ id: "32214DE1C91437E1"
+ item: "oceansdelight:tentacles"
+ type: "item"
+ }
+ {
+ count: 12L
+ id: "6665C67952F470D5"
+ item: "oceansdelight:fugu_slice"
+ type: "item"
+ }
+ ]
+ title: "Ocean's Delight"
+ x: -4.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["54A6BA8EB4D9D0A0"]
+ description: ["Slay an &eElder Guardian&r for its meat."]
+ id: "2CABF1E53F173621"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5B0745CD95795FFE"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain Elder Guardian Slab"
+ tasks: [{
+ id: "730C6710D5405360"
+ item: "oceansdelight:elder_guardian_slab"
+ type: "item"
+ }]
+ x: -4.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["4692C9713DD2AF42"]
+ id: "7AF5A5B1AA98023E"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "55966463285881E7"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "769C65C54D4F3F06"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "53C57150E21286E8"
+ item: "simplehats:acornhat"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit 12 of each"
+ tasks: [
+ {
+ consume_items: true
+ count: 12L
+ id: "6D440C86B41B1326"
+ item: "corn_delight:nachos_block"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 12L
+ id: "7D9652FE1337B850"
+ item: "corn_delight:creamed_corn"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 12L
+ id: "291930B774C74EF3"
+ item: "corn_delight:cornbread_stuffing"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Corn Lover"
+ x: -3.0d
+ y: -3.0d
+ }
+ {
+ dependencies: ["4EB5BD23AA91660A"]
+ id: "4692C9713DD2AF42"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3C0BD30967AAD0E2"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Harvest 16 Maize"
+ tasks: [{
+ count: 16L
+ id: "6DE4AB2790B4DD6A"
+ item: "corn_delight:corn"
+ type: "item"
+ }]
+ title: "Amaizeing"
+ x: -3.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["1ABBB0CCEECA066F"]
+ description: [
+ "&eFarmer's Delight&r also provides three basic resources that can be used to make decorations, such as hanging signs, to utilities, such as climable ropes and safety nets. "
+ ""
+ "&eTree barks&r are obtained from using an axe on wood placed on a cutting board and can be used to make paper."
+ ""
+ "&eCanvas&r is made from straw and can replace leather in all recipes as well as make rugs and other decorations."
+ ""
+ "&eStraw&r is obtained from cutting grass with a knife and can be used in numerous recipes such as crafting leads."
+ ]
+ id: "21923B5086A5FA57"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "72E12E723E2AABD8"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain 12 of each"
+ tasks: [
+ {
+ count: 12L
+ id: "06429DC8AFF40DD1"
+ item: "farmersdelight:straw"
+ type: "item"
+ }
+ {
+ count: 12L
+ id: "7368CBBF48669DBC"
+ item: "farmersdelight:canvas"
+ type: "item"
+ }
+ {
+ count: 12L
+ id: "37C56A6E2785546D"
+ item: "farmersdelight:tree_bark"
+ type: "item"
+ }
+ ]
+ title: "Farmer's Tools"
+ x: -1.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["3ADE97CD486AE65C"]
+ description: ["&eClams&r can be caught and opened on a &ecutting board&r which can sometimes result in precious &epearls.&r Even if they're useless, they're still shiny."]
+ id: "7D68159C74783F3C"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "652E1C76741A0BD5"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain 16 Pearls"
+ tasks: [
+ {
+ count: 16L
+ id: "077C6F44EBD651B5"
+ item: "crabbersdelight:pearl"
+ type: "item"
+ }
+ {
+ id: "3A671249DF1D2967"
+ item: "crabbersdelight:clam"
+ type: "item"
+ }
+ {
+ id: "000A83A22EEFCDCE"
+ item: "crabbersdelight:raw_clam_meat"
+ type: "item"
+ }
+ ]
+ title: "Clams"
+ x: 1.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["462BAB455A040B51"]
+ description: [
+ "Use a &eknife&r on &ePropelplants&r to collect them. They can be planted on &eNetherrack, Nylium, or Rich Soul Soil&r."
+ ""
+ "The &eMachete&r is a better weapon to use for killing/harvesting &eHoglins&r over the knife. It may be a worthy weapon by itself."
+ ]
+ id: "653E2D7F781C9BAA"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5E694CC97506F793"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Collect 12 of each"
+ tasks: [
+ {
+ count: 12L
+ id: "6485F6990AD70A88"
+ item: "nethersdelight:propelplant_cane"
+ type: "item"
+ }
+ {
+ count: 12L
+ id: "3303D9F1991F2F22"
+ item: "nethersdelight:propelpearl"
+ type: "item"
+ }
+ {
+ id: "351886931DA09B8D"
+ item: {
+ Count: 1b
+ id: "nethersdelight:iron_machete"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Plant Life"
+ x: 3.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["5949316102D9370C"]
+ id: "011AD211C3ED1131"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4009B22DF2BBA752"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "637EA3BFC4D827D4"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "0204449359E1D557"
+ item: "simplehats:batwinghat"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit 12 of each"
+ tasks: [
+ {
+ consume_items: true
+ count: 12L
+ id: "255759A8177FEF97"
+ item: "endersdelight:stuffed_shulker"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 12L
+ id: "56035CB223D949DB"
+ item: "endersdelight:chorus_pie"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 12L
+ id: "6F9E45AFF4908F13"
+ item: "endersdelight:chorus_crate"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Fourth Dimensional Cooking"
+ x: 4.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["0B9F6275E5B8A1EC"]
+ id: "5949316102D9370C"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "546E551A7D24ED9B"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain 12 of each"
+ tasks: [
+ {
+ consume_items: false
+ count: 12L
+ id: "32CC1798F0F08AA5"
+ item: "endersdelight:uncanny_cookies"
+ type: "item"
+ }
+ {
+ count: 12L
+ id: "4E59CC3B86AD76A8"
+ item: "endersdelight:strange_eclair"
+ type: "item"
+ }
+ ]
+ x: 4.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["2CABF1E53F173621"]
+ id: "385065A469920E02"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3911D4EE37890072"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "71FF4740D9A5944D"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "024D09757C258A18"
+ item: "simplehats:fishonhead"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit 16 of each"
+ tasks: [
+ {
+ consume_items: true
+ count: 16L
+ id: "0389CBD85CDE536A"
+ item: "oceansdelight:cabbage_wrapped_elder_guardian"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 16L
+ id: "70B4D6071D689C45"
+ item: "oceansdelight:guardian_soup"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Pescatarian"
+ x: -4.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["21923B5086A5FA57"]
+ id: "7C36AB84C3D94C7E"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "35A9F0A29A8D974D"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "2DAF275EFE2698F9"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "7AAF561D7ABC3609"
+ item: "simplehats:burgerhat"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Eat a course of every Farmer's Delight meal available! 23 total."
+ tasks: [{
+ advancement: "farmersdelight:main/master_chef"
+ criterion: ""
+ id: "6B36090D242B5283"
+ type: "advancement"
+ }]
+ title: "Challenge: Master Chef"
+ x: -1.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["7D68159C74783F3C"]
+ id: "22AB73CE08E50920"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "43979B63AF6DDD81"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "6F2FAAA217B76AB9"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "3C117A5BF98FC8E0"
+ item: "simplehats:crabonhead"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit 16 of each"
+ tasks: [
+ {
+ consume_items: true
+ count: 16L
+ id: "363FB7942A5A2784"
+ item: "crabbersdelight:crab_barrel"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 16L
+ id: "1B11F3D9F6B611BF"
+ item: "crabbersdelight:shrimp_barrel"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 16L
+ id: "4BB36EE8764CC2BB"
+ item: "crabbersdelight:clam_barrel"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 16L
+ id: "486D6631315BE1DA"
+ item: "crabbersdelight:clawster_barrel"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Deadliest Catch"
+ x: 1.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["653E2D7F781C9BAA"]
+ id: "2BA7FD3E716986FC"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0917F598AA60D531"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "12342D918C5EECE5"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "26735FB6D6F53CA5"
+ item: "simplehats:pighead"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit 12 of each"
+ tasks: [
+ {
+ consume_items: true
+ count: 12L
+ id: "2D920A5A738CA083"
+ item: "nethersdelight:hoglin_trophy"
+ type: "item"
+ }
+ {
+ count: 12L
+ id: "06ABD382362B50C7"
+ item: "nethersdelight:stuffed_hoglin"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 12L
+ id: "29937402D5A0DD78"
+ item: "nethersdelight:hoglin_hide"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Hog Hunter"
+ x: 3.0d
+ y: -3.0d
+ }
+ {
+ dependencies: [
+ "385065A469920E02"
+ "7AF5A5B1AA98023E"
+ "7C36AB84C3D94C7E"
+ "22AB73CE08E50920"
+ "2BA7FD3E716986FC"
+ "011AD211C3ED1131"
+ "164A3DE979E7DA29"
+ ]
+ icon: "cuisinedelight:spatula"
+ id: "6EFCD443EA481BD4"
+ rewards: [
+ {
+ command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved World Star Chef!\"}]}"
+ elevate_perms: true
+ icon: "minecraft:cookie"
+ id: "4B9E8B320FE7A9C0"
+ title: "Click here to brag"
+ type: "command"
+ }
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "13752DEC5649CA42"
+ silent: true
+ title: "750 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 6
+ id: "154C6C5B891E8D77"
+ item: "lightmanscurrency:coin_diamond"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "10773484BD8B4BA3"
+ item: "simplehats:chefshat"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ size: 2.0d
+ subtitle: "Complete all challenges"
+ tasks: [{
+ id: "1B9FD9860E832B8F"
+ type: "checkmark"
+ }]
+ title: "Achievement: World Star Chef"
+ x: 0.0d
+ y: -5.0d
+ }
+ {
+ description: [
+ "&eCooking for Blockheads&r makes your cooking experience a lot easier. Aside from Farmer's Delight which requires you to use the Pot, with Cooking for Blockhead you can cook all the food in one place. No recipe juggling necessary."
+ ""
+ "Connect each component with &eKitchen Floors&r."
+ ""
+ "The &eStove&r can cook multiple foods at once and can take FE as energy if upgraded."
+ ""
+ "The &eSink&r provides infinite water for buckets and recipes."
+ ""
+ "The &eCooking Table&r is able to pull food and tools from blocks and fridges connected by Kitchen Floors."
+ ""
+ "There are more pieces to add to your kitchen as well such as the &etoaster&r or &espice rack&r."
+ ]
+ id: "608DF81CF3DC9A64"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "558ED4F9FEC362A0"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "2159129FA615A117"
+ item: "cookingforblockheads:oven"
+ type: "item"
+ }
+ {
+ id: "79F74B5C61E1A868"
+ item: "cookingforblockheads:sink"
+ type: "item"
+ }
+ {
+ id: "69580C53D420F315"
+ item: "cookingforblockheads:cooking_table"
+ type: "item"
+ }
+ {
+ id: "64EAA5048BBC7729"
+ item: "cookingforblockheads:white_kitchen_floor"
+ type: "item"
+ }
+ {
+ id: "76D917F55118DBB0"
+ item: "cookingforblockheads:fridge"
+ type: "item"
+ }
+ ]
+ title: "Cooking for Blockheads"
+ x: 1.5d
+ y: 1.5d
+ }
+ {
+ description: ["By using &eCreate,&r you can cook foods that require special mechanics to make. Refer to the Technology chapter for more information."]
+ id: "6E87C65D44E40380"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1E12B40809E75A56"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "75A2BCAA89CF9458"
+ item: "createaddition:honey_cake"
+ type: "item"
+ }
+ {
+ id: "2E88502323B5353F"
+ item: "create:sweet_roll"
+ type: "item"
+ }
+ {
+ id: "72A330F46FA13C3F"
+ item: "create:dough"
+ type: "item"
+ }
+ ]
+ title: "Industrial Cooking"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["6E87C65D44E40380"]
+ id: "633534680B2C7805"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5C3CF4073BD8B390"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "5A4D11F94831BBA5"
+ item: "create:builders_tea"
+ type: "item"
+ }
+ {
+ id: "1398C3A9D4E22B64"
+ item: "create:honeyed_apple"
+ type: "item"
+ }
+ ]
+ title: "Sweet Treats"
+ x: 0.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["633534680B2C7805"]
+ id: "164A3DE979E7DA29"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "259E8220D7438C1B"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "6A010276FB7F7A11"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "07BF6C0F9D678944"
+ item: "simplehats:cheeseslice"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit 64 of each"
+ tasks: [
+ {
+ consume_items: true
+ count: 64L
+ id: "0A65632DF6BEDFBA"
+ item: "createaddition:chocolate_cake"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 64L
+ id: "7AA88A923DED49C8"
+ item: "create:bar_of_chocolate"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 64L
+ id: "1CBF91428BFB9123"
+ item: "create:chocolate_glazed_berries"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 64L
+ id: "060A6EABC86A1C6C"
+ item: "farmersdelight:chocolate_pie"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 32L
+ id: "5E5D77BF6D02482A"
+ item: "create:chocolate_bucket"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Chocolatier"
+ x: 0.0d
+ y: -3.0d
+ }
+ {
+ description: [
+ "These blocks allow &eRefined Storage&r and &eCooking for Blockheads&r to work together!"
+ ""
+ "The &eKitchen Station&r needs to be placed as part of the kitchen network and the &eKitchen Access Point&r needs to be placed in the Refined Storage Network."
+ ""
+ "The Kitchen Station acts as &eRefined Storage Network Receiver&r and needs to be attached to a &eKitchen Network Card&r. Then this Kitchen Network Card needs to be &eplaced inside&r a &eKitchen Access Point&r, which acts as a Refined Storage Network Transmitter."
+ ""
+ "Once everything is connected, you'll be able to &econsume items&r from your Refined Storage network right from your cooking table."
+ ]
+ id: "712861ACFF721889"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "24209232842EA117"
+ silent: true
+ title: "250 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "7208A57F50772155"
+ item: "refinedcooking:kitchen_station"
+ type: "item"
+ }
+ {
+ id: "7EC44290F88F0847"
+ item: "refinedcooking:kitchen_access_point"
+ type: "item"
+ }
+ {
+ id: "33B3A88E037420CA"
+ item: "refinedcooking:kitchen_network_card"
+ type: "item"
+ }
+ ]
+ title: "Refined Cooking"
+ x: 3.0d
+ y: 1.5d
+ }
+ ]
+ title: "Culinary Delights"
+}
diff --git a/config/ftbquests/quests/chapters/decorations.snbt b/config/ftbquests/quests/chapters/decorations.snbt
index 7026342..f820767 100644
--- a/config/ftbquests/quests/chapters/decorations.snbt
+++ b/config/ftbquests/quests/chapters/decorations.snbt
@@ -1,1294 +1,1294 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "decorations"
- group: "5F2CCE8075FCC994"
- icon: "structurize:sceptergold"
- id: "08A3CE628804D7D6"
- order_index: 3
- quest_links: [ ]
- quests: [
- {
- description: [
- "Each &eWind Chime&r produces different ambient sounds respective to their material. They also scare away Phantoms within a 25-block radius."
- ""
- "The &eGlass Wind Bell&r can have dyes applied to it to make a custom design. Wash off the design by right clicking a water source block."
- ""
- "You can &etie/untie&r a Wind Chime by crouching + right-clicking a Wind Chime block with an empty hand to stop the phantom scaring effect."
- ]
- id: "0E7863B918B4B195"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "05957DDC02A24CC9"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Glass Wind Chime"
- tasks: [{
- id: "3355405161F752F4"
- item: "chimes:glass_bells"
- type: "item"
- }]
- title: "Chimes"
- x: 4.5d
- y: 1.5d
- }
- {
- description: ["&eNight Lights &radds decorative light sources that can be toggled on and off."]
- id: "31C042465B27EC87"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "28E649D855379875"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each item type"
- tasks: [
- {
- id: "77BD1CD948CBC5A5"
- item: "nightlights:hanging_lights_default"
- type: "item"
- }
- {
- id: "1A360D0080ACEB31"
- item: "nightlights:fairy_lights_default"
- type: "item"
- }
- ]
- title: "Night Lights"
- x: 3.0d
- y: 1.5d
- }
- {
- description: ["&eSupplementaries&r and &eSupplementaries Squared&r adds numerous &edecoration and functional&r blocks that are relatively easy to craft and use."]
- id: "74E14D9A9F4799D4"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "12CDA68D5F398808"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "3D5A39806227B36B"
- item: "supplementaries:flag_white"
- type: "item"
- }
- {
- id: "2417CC783542CB88"
- item: "supplementaries:candle_holder"
- type: "item"
- }
- {
- id: "46B341261AC67D12"
- item: "supplementaries:item_shelf"
- type: "item"
- }
- {
- id: "2552629E3C335847"
- item: "supplementaries:wind_vane"
- type: "item"
- }
- {
- id: "0F14FADDFB78FF74"
- item: "supplementaries:sconce"
- type: "item"
- }
- ]
- title: "Supplementaries' Decorations"
- x: -4.5d
- y: 1.5d
- }
- {
- dependencies: ["55FCEBF7CCC646EA"]
- description: [
- "&eDomum Ornamentum&r adds a large amount of blocks that can be crafted using the &eArchitect's Cutter&r. Blocks can be skinned with other materials/blocks placed into the cutter. Technically, the mod can generate an \"infinte\" number of blocks for you to build with."
- ""
- "To use, place basic blocks into the first slot to act as the &e\"template\".&r Then, add blocks or raw materials to either the side or bottom."
- ""
- "&eMinecolonies&r makes extensive use of these blocks. Hover over the block in the Minecolonies building materials list to see how to craft the specific block."
- ]
- id: "4DE44DAB8C077369"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6A34464437C16E83"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Architect's Cutter"
- tasks: [{
- id: "5B034D90CE8E0017"
- item: "domum_ornamentum:architectscutter"
- type: "item"
- }]
- title: "Domum Ornamentum"
- x: 1.5d
- y: 0.0d
- }
- {
- description: [
- "MineColonies allows you to build your own self sustaining and producing colony. Your colonists will each have skills they level up as they work. They require food, tools, and will get sick. Your colony can be a jack of all trades or you can develop it into producing valuables such as ores or food."
- ""
- "The Supply Camp or Supply Ship block is the beginning of your colony. It serves as a tutorial for the Build tool and gives you a basic building to live out of and some loot. "
- ""
- "You must place a supply camp/ship somewhere in the world to create a colony."
- ""
- "There is no difference between the camp and ship other than what it looks like and where you're meant to build it."
- ""
- "&cIn Craft to Exile 2, MineColonies does NOT claim land! Please use FLAN (refer to Jolly Cooperation) for land claims!&r"
- ]
- icon: "minecolonies:supplycampdeployer"
- id: "55FCEBF7CCC646EA"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6F3B416453C03C24"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- size: 1.5d
- subtitle: "Craft the Supply Camp"
- tasks: [{
- id: "4670861D0DD4942A"
- item: "minecolonies:supplycampdeployer"
- type: "item"
- }]
- title: "MineColonies Introduction"
- x: 0.0d
- y: 1.5d
- }
- {
- dependencies: ["55FCEBF7CCC646EA"]
- description: [
- "The &eTown Hall&r block is the start to your colony. Choose the appearance of the colony when you build the Town Hall. It can be changed later and per building. Once placed, a few villagers will spawn. If you lose these villagers, more will spawn. This can be turned off by turning off \"Kids will be born\" in the settings within the block's interface."
- ""
- "You will need to make a &ebuilder's hut&r next."
- ""
- "The &eBuild Tool &rmust be used to place and plan all buildings in Minecolonies. You must have the respective building block in your inventory to place the blueprint down."
- ""
- "You can also place the block down itself but you won't be able to see how it looks and you may encounter an error."
- ]
- id: "7581DCBAA177F759"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3E4730902A9D2AEF"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Town Hall block"
- tasks: [
- {
- id: "35276042C7C43138"
- item: "minecolonies:blockhuttownhall"
- type: "item"
- }
- {
- id: "31D94A10EBE98722"
- item: "structurize:sceptergold"
- type: "item"
- }
- ]
- title: "Starting Minecolonies"
- x: 0.0d
- y: 0.0d
- }
- {
- dependencies: ["55FCEBF7CCC646EA"]
- description: [
- "Once placed, the &eBuilder's Hut&r will assign a colonist to become a builder. You must go into the interface for the builder's hut block and click \"Build\". This goes for all buildings. The builder will then request tools and the blocks required to build the builder's hut first. Make sure your builder is safe, fed, and has the blocks they need to work. Otherwise, they will stop working. "
- ""
- "Once the builder's hut is complete, you should begin work on your &eTown Hall&r. "
- ""
- "The builder's hut level determines the &espeed, maximum tool level able to be used, and the maximum level&r of other buildings it can build."
- ]
- id: "45670CD002941D38"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0632370BAA2AB88A"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Builder's Hut"
- tasks: [{
- id: "6B8F348B85E26C31"
- item: "minecolonies:blockhutbuilder"
- type: "item"
- }]
- title: "Builder's Hut"
- x: -1.5d
- y: 0.0d
- }
- {
- dependencies: [
- "4DE44DAB8C077369"
- "7581DCBAA177F759"
- "45670CD002941D38"
- ]
- description: [
- "&eResidences&r are needed to fit your colony with more citizens. Each level of a residence allows for another citizen to live in the colony."
- ""
- "A quick way to get more citizens is to build a &eTavern&r which will continually have potential colonists to be recruited. Check the skills for each one to ensure it's a good fit for your colony."
- ]
- id: "617F7B7C428A120E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "74CC55903044580D"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Tavern and Residence"
- tasks: [
- {
- id: "73299BA802E0FE2D"
- item: "minecolonies:blockhutcitizen"
- type: "item"
- }
- {
- id: "504C688DBF4BB84C"
- item: "minecolonies:blockhuttavern"
- type: "item"
- }
- ]
- title: "Citizens"
- x: 0.0d
- y: -1.5d
- }
- {
- description: [
- "&eHandcrafted&r adds furniture such as &efancy beds, counters, and chairs&r. These are customizable using &esheets&r and &epillows&r of different colors."
- ""
- "The &eHammer&r allows you to change the look of blocks into different forms, such as changing a stair's type without having to place and re-place it."
- ]
- id: "6A465BF497661001"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "45138A03C0BDB5AC"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft any type of board, pillow, sheet, and hammer"
- tasks: [
- {
- id: "7C737EF24A0DD366"
- item: "handcrafted:white_cushion"
- type: "item"
- }
- {
- id: "31FE8C4D49C42EA5"
- item: "handcrafted:white_sheet"
- type: "item"
- }
- {
- id: "4A94BB46A7D9D52C"
- item: "handcrafted:hammer"
- type: "item"
- }
- ]
- title: "Handcrafted"
- x: -3.0d
- y: 1.5d
- }
- {
- dependencies: [
- "4DE44DAB8C077369"
- "7581DCBAA177F759"
- "45670CD002941D38"
- ]
- description: [
- "Your colonists need a place to store their items and for you to give them supplies. The &eWarehouse&r does just that. The Courier's Hut allows courier colonists to deliver and pickup supplies where needed."
- ""
- "The &ePostbox&r allows you to have items delivered to you while the Stash allows you to have items delivered to the warehouse. The courier will make the route automatically."
- ]
- id: "5FC48F34204A950D"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "104D7582DD81DB04"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Courier's Hut and Warehouse"
- tasks: [
- {
- id: "0D8EF8617AB0B002"
- item: "minecolonies:blockhutwarehouse"
- type: "item"
- }
- {
- id: "459C8F1885124F12"
- item: "minecolonies:blockhutdeliveryman"
- type: "item"
- }
- {
- id: "529BF5B0D2C322AC"
- item: "minecolonies:blockpostbox"
- type: "item"
- }
- {
- id: "2C44F78B3EF2A457"
- item: "minecolonies:blockstash"
- type: "item"
- }
- ]
- title: "Colonist Storage"
- x: -2.0d
- y: -1.5d
- }
- {
- dependencies: [
- "5FC48F34204A950D"
- "617F7B7C428A120E"
- "2948029B88CB3D40"
- ]
- description: ["&eGuard's Towers &rallow for guard jobs to be assigned to colonists. They will chase any hostile mobs within range and will attempt to kill them. They require weapons and armor. Higher levels of the guard tower allows for &ebetter weapons and armor&r for them to equip."]
- id: "47AE524FED9FD6E0"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6FC9AE1F14A01443"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Guard's Tower"
- tasks: [{
- id: "331B1917AF7B4726"
- item: "minecolonies:blockhutguardtower"
- type: "item"
- }]
- title: "Basic Defense"
- x: 0.0d
- y: -3.0d
- }
- {
- dependencies: [
- "4DE44DAB8C077369"
- "7581DCBAA177F759"
- "45670CD002941D38"
- ]
- description: [
- "The &eClipboard&r allows you to see all requests made by the citizens of your colony while the Resource Scroll allows you to see the resources required by a specific builder's hut's current project. "
- ""
- "Bind the clipboard to the town hall block and the resource scroll to a builder's hut block by &eshift right clicking&r with it in hand."
- ]
- id: "2948029B88CB3D40"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0C7F441A9145902A"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Clipboard and Resource Scroll"
- tasks: [
- {
- id: "2F27768E067E4F30"
- item: "minecolonies:clipboard"
- type: "item"
- }
- {
- id: "63B309F845ED7A66"
- item: {
- Count: 1b
- id: "minecolonies:resourcescroll"
- tag: { }
- }
- type: "item"
- }
- ]
- title: "Town Tracking"
- x: 2.0d
- y: -1.5d
- }
- {
- dependencies: [
- "5FC48F34204A950D"
- "617F7B7C428A120E"
- "2948029B88CB3D40"
- ]
- description: [
- "The &eMine&r allows miners to gather resources. As they mine, they have a chance to mine an ore. Higher levels of the building allow for them to &emine deeper and with better tools&r."
- ""
- "The &eForester's Hut&r allows colonists to chop down trees and replant them in a set area. Higher levels allow &ebigger trees&r to be cut down and allow for&e better tools&r to be used."
- ""
- "Use the &eForester's Tool &rto designate the areas that trees can be cut down. It can be obtained from the hut's GUI."
- ""
- "The &eSimple Quarry and Medium Quary&r will dig out any blocks it can within the area designated and store them."
- ]
- id: "0C6D1DDE3762303B"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "337AF74FBDF5BF2B"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Mine and Forester's Hut"
- tasks: [
- {
- id: "0445C39379E116E0"
- item: "minecolonies:blockhutminer"
- type: "item"
- }
- {
- id: "2801CF4DAB044B9B"
- item: "minecolonies:blockhutlumberjack"
- type: "item"
- }
- {
- id: "506790773D58770E"
- item: "minecolonies:simplequarry"
- type: "item"
- }
- ]
- title: "Basic Gathering"
- x: 2.0d
- y: -3.0d
- }
- {
- dependencies: [
- "5FC48F34204A950D"
- "617F7B7C428A120E"
- "2948029B88CB3D40"
- ]
- description: ["&eEach&r of these allows for their respective animal type to be &ebred and slaughtered&r. You will need to provide the animals by leading them into the building. Higher levels allow for &emore animals&r to be housed."]
- id: "37BE61069D7D3893"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "693CFD09A9EFA430"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "61BE1416923D2191"
- item: "minecolonies:blockhutchickenherder"
- type: "item"
- }
- {
- id: "29A81DB7D2CE9517"
- item: "minecolonies:blockhutcowboy"
- type: "item"
- }
- {
- id: "1390B87D39A8A0CB"
- item: "minecolonies:blockhutswineherder"
- type: "item"
- }
- {
- id: "2D635EDB7C201794"
- item: "minecolonies:blockhutshepherd"
- type: "item"
- }
- {
- id: "5F5D12AACDFFCB09"
- item: "minecolonies:blockhutrabbithutch"
- type: "item"
- }
- {
- id: "5C8551FFCF7DDFE7"
- item: "minecolonies:blockhutbeekeeper"
- type: "item"
- }
- ]
- title: "Basic Animal Husbandry"
- x: -2.0d
- y: -3.0d
- }
- {
- dependencies: [
- "5FC48F34204A950D"
- "617F7B7C428A120E"
- "2948029B88CB3D40"
- ]
- description: [
- "The &eRestaurant&r is where your colonists will go to eat if they don't have food in their inventories. The restaurant must have recipes assigned to them, such as assigning a recipe to cook all raw porkchops. Level 3 building allows for an &eassistant chef&r to be hired."
- ""
- "&eFarms and Fishing Huts&r allow for a steady rate of food to be delivered. Higher levels allow for &efaster production and less chance&r for junk to be fished up. Farmers require &efields&r to be placed which dictates where they will cultivate."
- ""
- "The &eBakery&r is where special breads are made that have &ebuffs&r, such as sweet bread that gives a speed boost and removes poison. Higher levels &eunlock&r more recipes."
- ]
- id: "490416231A4CAE1A"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3635E78C62BF6C39"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "2393E1835499B6C8"
- item: "minecolonies:blockhutbaker"
- type: "item"
- }
- {
- id: "3F4DFEF8DD495DFE"
- item: "minecolonies:blockhutfarmer"
- type: "item"
- }
- {
- id: "20F57870E48EFC24"
- item: "minecolonies:blockhutfisherman"
- type: "item"
- }
- {
- id: "6D5E9E6DBF6EDDFF"
- item: "minecolonies:blockhutcook"
- type: "item"
- }
- {
- id: "4699A476613D146B"
- item: "minecolonies:blockhutfield"
- type: "item"
- }
- ]
- title: "Basic Food Production"
- x: 4.0d
- y: -3.0d
- }
- {
- dependencies: [
- "5FC48F34204A950D"
- "617F7B7C428A120E"
- "2948029B88CB3D40"
- ]
- description: ["The &eEnchanter’s Tower&r is where the Enchanter will create enchanted books, as long as they have Ancient Tomes. The Enchanter will &ecollect XP from other workers &rto create the enchanted books. The higher their&e Mana level&r, the more XP they will collect per trip. They will &enot apply&r the enchanted books to tools and armor, you must do that yourself."]
- id: "3C119488F1962FAF"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "67C443ED409FBA07"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft an Enchanter's Tower"
- tasks: [{
- id: "1F09D0D45A204B9C"
- item: "minecolonies:blockhutenchanter"
- type: "item"
- }]
- title: "Basic Magical Item Production"
- x: -4.0d
- y: -3.0d
- }
- {
- dependencies: [
- "3C119488F1962FAF"
- "490416231A4CAE1A"
- "37BE61069D7D3893"
- "0C6D1DDE3762303B"
- "47AE524FED9FD6E0"
- ]
- description: ["The &eUniversity&r allows you to unlock various &eperks and bonuses&r that will either &ebuff&r your colonists, &eunlock&r new buildings, or new &erecipes.&r These may take a long time but are necessary to gain access to the full benefits of your colony."]
- id: "7544A85438D5BE64"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0C6568BFE47AC458"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft a University"
- tasks: [{
- id: "6A078B1CC1D96A64"
- item: "minecolonies:blockhutuniversity"
- type: "item"
- }]
- title: "Research and Development"
- x: 0.0d
- y: -4.5d
- }
- {
- dependencies: ["7544A85438D5BE64"]
- description: [
- "The &eCombat Academy&r allows your soldiers to train in their combat skills."
- ""
- "The &eArchery&r building employs archers to be added to your colony's defense."
- ""
- "The &eBarracks&r houses and employs soldiers and increases the maximum number of guard's towers that are able to be attached to it."
- ]
- id: "0201340BEB27CC9D"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "784D47BEF4F9D33F"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "09E27F59B10B5818"
- item: "minecolonies:blockhutcombatacademy"
- type: "item"
- }
- {
- id: "4EF05D3A6E7E289B"
- item: "minecolonies:blockhutbarracks"
- type: "item"
- }
- {
- id: "773B567DEF696860"
- item: "minecolonies:blockhutarchery"
- type: "item"
- }
- ]
- title: "Advanced Defense"
- x: 0.0d
- y: -6.0d
- }
- {
- dependencies: ["7544A85438D5BE64"]
- description: [
- "Each of these buildings use the &ebasic resources&r your colonists gather to &eproduce&r advanced materials such as building blocks and minerals."
- ""
- "The &eNether Mine &rallows colonists to &emine&r nether exclusive ores and resources. While they create a working nether portal, the colonists &edon't actually go&r into the nether. Higher levels allow for &ebetter and more types of resources&r to be gathered."
- ]
- id: "227F20B0FA192A36"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1E62A9A29E31C05D"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "664E4E0EB0E46254"
- item: "minecolonies:blockhutstonesmeltery"
- type: "item"
- }
- {
- id: "688ABD943A5D95BD"
- item: "minecolonies:blockhutstonemason"
- type: "item"
- }
- {
- id: "597BD9FEC00E4298"
- item: "minecolonies:blockhutcrusher"
- type: "item"
- }
- {
- id: "52EAF891211FFD56"
- item: "minecolonies:blockhutsifter"
- type: "item"
- }
- {
- id: "09A2F0EDD4923A75"
- item: "minecolonies:blockhutsawmill"
- type: "item"
- }
- {
- id: "0403D3B94B763564"
- item: "minecolonies:blockhutsmeltery"
- type: "item"
- }
- {
- id: "6A845C38FEAFEF10"
- item: "minecolonies:blockhutcomposter"
- type: "item"
- }
- {
- id: "2C5BD8BD527D6FDE"
- item: "minecolonies:blockhutflorist"
- type: "item"
- }
- {
- id: "06D0C3F0C6B3270E"
- item: "minecolonies:blockhutnetherworker"
- type: "item"
- }
- ]
- title: "Advanced Production"
- x: 2.0d
- y: -6.0d
- }
- {
- dependencies: ["7544A85438D5BE64"]
- description: [
- "The Hospital allows your colonists to heal themselves from sickness without your intervention. "
- ""
- "The School allows your colonists to train their skills and be more efficient workers."
- ""
- "The Library trains your colonists' intelligence which affects all activities they do while they are assigned to it."
- ""
- "The Graveyard is where your colonists will be buried when dead. The only benefit to the graveyard is the Undertaker, the site's worker, will go to the Mystical Site if built and attempt to resurrect dead colonists that are buried."
- ]
- id: "70705AF8CCB36CC4"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4FC8A5F00EEBFD61"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Hospital and School"
- tasks: [
- {
- id: "5E40FBA55A955D1F"
- item: "minecolonies:blockhuthospital"
- type: "item"
- }
- {
- id: "06DDB6B64519099F"
- item: "minecolonies:blockhutschool"
- type: "item"
- }
- {
- id: "6BF2B27B859BBE0D"
- item: "minecolonies:blockhutlibrary"
- type: "item"
- }
- {
- id: "622C09A1B9826425"
- item: "minecolonies:blockhutgraveyard"
- type: "item"
- }
- ]
- title: "Advanced Colonist Wellbeing"
- x: 4.0d
- y: -6.0d
- }
- {
- dependencies: ["7544A85438D5BE64"]
- description: [
- "The &eFletcher's Hut&r will produce arrows and any item that uses wool or strings as their primary component such as bows and fishing poles."
- ""
- "The &eMechanic&r will produce redstone items such as minecarts and clocks. They can also produce special items such as gates and multi-pistons which are not available elsewhere."
- ""
- "The &eConcrete Mixer&r will produce concrete ready to be used without having to wait for the powder to dry."
- ""
- "The &eBlacksmith&r can make any vanilla tool, armor, or shield."
- ""
- "The &eDyer's Hut &rwill produce dyes and dye items."
- ""
- "Each level of these buildings determine the &eamount&r of recipes they can remember."
- ]
- id: "05CFE1DAC39C5242"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "01E1206CFA472F56"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "2527B4016C5A6880"
- item: "minecolonies:blockhutfletcher"
- type: "item"
- }
- {
- id: "05881686D30AA899"
- item: "minecolonies:blockhutmechanic"
- type: "item"
- }
- {
- id: "2FE8E392237D4E14"
- item: "minecolonies:blockhutconcretemixer"
- type: "item"
- }
- {
- id: "2FE2E350454EED95"
- item: "minecolonies:blockhutblacksmith"
- type: "item"
- }
- {
- id: "701C52BF8DBB4F69"
- item: "minecolonies:blockhutdyer"
- type: "item"
- }
- ]
- title: "Advanced Technology"
- x: -2.0d
- y: -6.0d
- }
- {
- dependencies: ["7544A85438D5BE64"]
- description: [
- "The &eMystical Site&r increases the happiness of all colonists just by existing. The graveyard worker will come here to pray and attempt to &eresurrect&r a dead colonist and raise their own mana level."
- ""
- "The &eAlchemist Tower&r can &ebrew&r potions and &eharvest&r netherwart and mistletoe. &eMistletoe&r is used to enhance the potions they create."
- ]
- id: "25F0F167BCC9E1FE"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "015F61F858844749"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "2BCDED6E078211DD"
- item: "minecolonies:blockhutmysticalsite"
- type: "item"
- }
- {
- id: "769B40A46227CB70"
- item: "minecolonies:blockhutalchemist"
- type: "item"
- }
- ]
- title: "Advanced Magical Item Production"
- x: -4.0d
- y: -6.0d
- }
- {
- dependencies: [
- "4575D89CF1402FBE"
- "5C8BC0E390495498"
- "22882AB66938F04D"
- "21617421810519FA"
- ]
- icon: {
- Count: 1b
- id: "minecolonies:spear"
- tag: {
- Damage: 0
- }
- }
- id: "5551FEF7101F91B1"
- rewards: [
- {
- command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved The Aristocrat!\"}]}"
- elevate_perms: true
- icon: "minecraft:cookie"
- id: "525AC2C0BE4A9D72"
- title: "Click here to brag"
- type: "command"
- }
- {
- command: "/mine_and_slash give xp_times_lvl @p 750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "081948308E177F09"
- silent: true
- title: "750 Experience x Lv."
- type: "command"
- }
- {
- id: "08312AB73A60E420"
- item: "simplehats:tophat"
- title: "Top Hat"
- type: "item"
- }
- {
- count: 8
- id: "5D5F557BE6BE85F3"
- item: "lightmanscurrency:coin_diamond"
- title: "Money"
- type: "item"
- }
- ]
- shape: "hexagon"
- size: 2.0d
- subtitle: "Complete all challenges"
- tasks: [{
- id: "7C18836F1A7AB142"
- type: "checkmark"
- }]
- title: "Achievement: The Aristocrat"
- x: 0.0d
- y: -10.0d
- }
- {
- dependencies: [
- "25F0F167BCC9E1FE"
- "0201340BEB27CC9D"
- "227F20B0FA192A36"
- "05CFE1DAC39C5242"
- "70705AF8CCB36CC4"
- ]
- id: "21617421810519FA"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "096330636085B1D9"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "4B79BE91668EE91D"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "010497B8880FB4CD"
- item: "simplehats:floweronhead"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit 64 Magic Potions"
- tasks: [{
- consume_items: true
- count: 64L
- id: "4BEB58E7E454299F"
- item: "minecolonies:magicpotion"
- type: "item"
- }]
- title: "Challenge: Alchemy Expert"
- x: -3.0d
- y: -7.5d
- }
- {
- dependencies: [
- "25F0F167BCC9E1FE"
- "0201340BEB27CC9D"
- "227F20B0FA192A36"
- "05CFE1DAC39C5242"
- "70705AF8CCB36CC4"
- ]
- id: "22882AB66938F04D"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4B4AF4800A5E72AA"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "6BB08B3C9906192D"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "40483E92774F82BB"
- item: "simplehats:fullironhelm"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "0AEEDE3FD42E96FA"
- item: {
- Count: 1b
- id: "minecolonies:plate_armor_helmet"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "505375782BE7F2D4"
- item: {
- Count: 1b
- id: "minecolonies:plate_armor_chest"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "683C840DDBF4722F"
- item: {
- Count: 1b
- id: "minecolonies:plate_armor_legs"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "6EDB12CCF54F613D"
- item: {
- Count: 1b
- id: "minecolonies:plate_armor_boots"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- ]
- title: "Challenge: Professionally Crafted"
- x: -1.0d
- y: -7.5d
- }
- {
- dependencies: [
- "25F0F167BCC9E1FE"
- "0201340BEB27CC9D"
- "227F20B0FA192A36"
- "05CFE1DAC39C5242"
- "70705AF8CCB36CC4"
- ]
- id: "5C8BC0E390495498"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7A04E0EA31AE3E00"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "643964A6B0C689EE"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "24E688668A6E18EE"
- item: "simplehats:finnhood"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit 32 of each"
- tasks: [
- {
- consume_items: true
- count: 32L
- id: "4BE23FF7EF8DDC24"
- item: "minecolonies:milky_bread"
- type: "item"
- }
- {
- consume_items: true
- count: 32L
- id: "5553CC2F890E9C8D"
- item: "minecolonies:sugary_bread"
- type: "item"
- }
- {
- consume_items: true
- count: 32L
- id: "623E5C490696E002"
- item: "minecolonies:golden_bread"
- type: "item"
- }
- {
- consume_items: true
- count: 32L
- id: "168DC17C1729995D"
- item: "minecolonies:chorus_bread"
- type: "item"
- }
- ]
- title: "Challenge: Patisserie Chef"
- x: 1.0d
- y: -7.5d
- }
- {
- dependencies: [
- "25F0F167BCC9E1FE"
- "0201340BEB27CC9D"
- "227F20B0FA192A36"
- "05CFE1DAC39C5242"
- "70705AF8CCB36CC4"
- ]
- id: "4575D89CF1402FBE"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "738E2720D02CBF91"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "461C415464BEDAF9"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "7D3DA028CBD75F15"
- item: "simplehats:digger"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit 16 Diamond Meshes"
- tasks: [{
- consume_items: true
- count: 16L
- id: "1E50F1DDCCFBD04C"
- item: {
- Count: 1b
- id: "minecolonies:sifter_mesh_diamond"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Challenge: Gold Panning"
- x: 3.0d
- y: -7.5d
- }
- {
- description: [
- "&eMacaw's Doors &radds numerous door variations and themes to craft."
- ""
- "&eMacaw's Bridges&r adds bridges and bridge variants."
- ""
- "&eMacaw's Lights and Lamps&r adds numerous types of lamps and light sources."
- ]
- id: "3C9F2AB674921503"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3F7E8E123A70AC50"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "6B06D8650053E266"
- item: "mcwdoors:oak_barn_door"
- type: "item"
- }
- {
- id: "3BEA773995483823"
- item: "mcwbridges:pliers"
- type: "item"
- }
- {
- id: "3C698BB503A1FAEC"
- item: "mcwlights:lava_lamp"
- type: "item"
- }
- ]
- title: "Macaw's Decorations"
- x: -4.5d
- y: 0.0d
- }
- {
- description: ["&eFloral Enchantment&r adds flower bushes with which you can obtain the &evines&r of each flower. Flower vines are obtained from &ebushes.&r You can get &emossy cobblestone&r from each flower to decorate. It also adds some other floral themed &egear&r and decorations."]
- id: "32823645E2FE4F43"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4BD548221E47022A"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Floral Basket"
- tasks: [{
- id: "4F4158D32907A7C0"
- item: "floralench:floral_basket"
- type: "item"
- }]
- title: "Floral Enchantment"
- x: 4.5d
- y: 0.0d
- }
- ]
- title: "Homestead"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "decorations"
+ group: "5F2CCE8075FCC994"
+ icon: "structurize:sceptergold"
+ id: "08A3CE628804D7D6"
+ order_index: 3
+ quest_links: [ ]
+ quests: [
+ {
+ description: [
+ "Each &eWind Chime&r produces different ambient sounds respective to their material. They also scare away Phantoms within a 25-block radius."
+ ""
+ "The &eGlass Wind Bell&r can have dyes applied to it to make a custom design. Wash off the design by right clicking a water source block."
+ ""
+ "You can &etie/untie&r a Wind Chime by crouching + right-clicking a Wind Chime block with an empty hand to stop the phantom scaring effect."
+ ]
+ id: "0E7863B918B4B195"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "05957DDC02A24CC9"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Glass Wind Chime"
+ tasks: [{
+ id: "3355405161F752F4"
+ item: "chimes:glass_bells"
+ type: "item"
+ }]
+ title: "Chimes"
+ x: 4.5d
+ y: 1.5d
+ }
+ {
+ description: ["&eNight Lights &radds decorative light sources that can be toggled on and off."]
+ id: "31C042465B27EC87"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "28E649D855379875"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each item type"
+ tasks: [
+ {
+ id: "77BD1CD948CBC5A5"
+ item: "nightlights:hanging_lights_default"
+ type: "item"
+ }
+ {
+ id: "1A360D0080ACEB31"
+ item: "nightlights:fairy_lights_default"
+ type: "item"
+ }
+ ]
+ title: "Night Lights"
+ x: 3.0d
+ y: 1.5d
+ }
+ {
+ description: ["&eSupplementaries&r and &eSupplementaries Squared&r adds numerous &edecoration and functional&r blocks that are relatively easy to craft and use."]
+ id: "74E14D9A9F4799D4"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "12CDA68D5F398808"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "3D5A39806227B36B"
+ item: "supplementaries:flag_white"
+ type: "item"
+ }
+ {
+ id: "2417CC783542CB88"
+ item: "supplementaries:candle_holder"
+ type: "item"
+ }
+ {
+ id: "46B341261AC67D12"
+ item: "supplementaries:item_shelf"
+ type: "item"
+ }
+ {
+ id: "2552629E3C335847"
+ item: "supplementaries:wind_vane"
+ type: "item"
+ }
+ {
+ id: "0F14FADDFB78FF74"
+ item: "supplementaries:sconce"
+ type: "item"
+ }
+ ]
+ title: "Supplementaries' Decorations"
+ x: -4.5d
+ y: 1.5d
+ }
+ {
+ dependencies: ["55FCEBF7CCC646EA"]
+ description: [
+ "&eDomum Ornamentum&r adds a large amount of blocks that can be crafted using the &eArchitect's Cutter&r. Blocks can be skinned with other materials/blocks placed into the cutter. Technically, the mod can generate an \"infinte\" number of blocks for you to build with."
+ ""
+ "To use, place basic blocks into the first slot to act as the &e\"template\".&r Then, add blocks or raw materials to either the side or bottom."
+ ""
+ "&eMinecolonies&r makes extensive use of these blocks. Hover over the block in the Minecolonies building materials list to see how to craft the specific block."
+ ]
+ id: "4DE44DAB8C077369"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6A34464437C16E83"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Architect's Cutter"
+ tasks: [{
+ id: "5B034D90CE8E0017"
+ item: "domum_ornamentum:architectscutter"
+ type: "item"
+ }]
+ title: "Domum Ornamentum"
+ x: 1.5d
+ y: 0.0d
+ }
+ {
+ description: [
+ "MineColonies allows you to build your own self sustaining and producing colony. Your colonists will each have skills they level up as they work. They require food, tools, and will get sick. Your colony can be a jack of all trades or you can develop it into producing valuables such as ores or food."
+ ""
+ "The Supply Camp or Supply Ship block is the beginning of your colony. It serves as a tutorial for the Build tool and gives you a basic building to live out of and some loot. "
+ ""
+ "You must place a supply camp/ship somewhere in the world to create a colony."
+ ""
+ "There is no difference between the camp and ship other than what it looks like and where you're meant to build it."
+ ""
+ "&cIn Craft to Exile 2, MineColonies does NOT claim land! Please use FLAN (refer to Jolly Cooperation) for land claims!&r"
+ ]
+ icon: "minecolonies:supplycampdeployer"
+ id: "55FCEBF7CCC646EA"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6F3B416453C03C24"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ size: 1.5d
+ subtitle: "Craft the Supply Camp"
+ tasks: [{
+ id: "4670861D0DD4942A"
+ item: "minecolonies:supplycampdeployer"
+ type: "item"
+ }]
+ title: "MineColonies Introduction"
+ x: 0.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["55FCEBF7CCC646EA"]
+ description: [
+ "The &eTown Hall&r block is the start to your colony. Choose the appearance of the colony when you build the Town Hall. It can be changed later and per building. Once placed, a few villagers will spawn. If you lose these villagers, more will spawn. This can be turned off by turning off \"Kids will be born\" in the settings within the block's interface."
+ ""
+ "You will need to make a &ebuilder's hut&r next."
+ ""
+ "The &eBuild Tool &rmust be used to place and plan all buildings in Minecolonies. You must have the respective building block in your inventory to place the blueprint down."
+ ""
+ "You can also place the block down itself but you won't be able to see how it looks and you may encounter an error."
+ ]
+ id: "7581DCBAA177F759"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3E4730902A9D2AEF"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Town Hall block"
+ tasks: [
+ {
+ id: "35276042C7C43138"
+ item: "minecolonies:blockhuttownhall"
+ type: "item"
+ }
+ {
+ id: "31D94A10EBE98722"
+ item: "structurize:sceptergold"
+ type: "item"
+ }
+ ]
+ title: "Starting Minecolonies"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["55FCEBF7CCC646EA"]
+ description: [
+ "Once placed, the &eBuilder's Hut&r will assign a colonist to become a builder. You must go into the interface for the builder's hut block and click \"Build\". This goes for all buildings. The builder will then request tools and the blocks required to build the builder's hut first. Make sure your builder is safe, fed, and has the blocks they need to work. Otherwise, they will stop working. "
+ ""
+ "Once the builder's hut is complete, you should begin work on your &eTown Hall&r. "
+ ""
+ "The builder's hut level determines the &espeed, maximum tool level able to be used, and the maximum level&r of other buildings it can build."
+ ]
+ id: "45670CD002941D38"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0632370BAA2AB88A"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Builder's Hut"
+ tasks: [{
+ id: "6B8F348B85E26C31"
+ item: "minecolonies:blockhutbuilder"
+ type: "item"
+ }]
+ title: "Builder's Hut"
+ x: -1.5d
+ y: 0.0d
+ }
+ {
+ dependencies: [
+ "4DE44DAB8C077369"
+ "7581DCBAA177F759"
+ "45670CD002941D38"
+ ]
+ description: [
+ "&eResidences&r are needed to fit your colony with more citizens. Each level of a residence allows for another citizen to live in the colony."
+ ""
+ "A quick way to get more citizens is to build a &eTavern&r which will continually have potential colonists to be recruited. Check the skills for each one to ensure it's a good fit for your colony."
+ ]
+ id: "617F7B7C428A120E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "74CC55903044580D"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Tavern and Residence"
+ tasks: [
+ {
+ id: "73299BA802E0FE2D"
+ item: "minecolonies:blockhutcitizen"
+ type: "item"
+ }
+ {
+ id: "504C688DBF4BB84C"
+ item: "minecolonies:blockhuttavern"
+ type: "item"
+ }
+ ]
+ title: "Citizens"
+ x: 0.0d
+ y: -1.5d
+ }
+ {
+ description: [
+ "&eHandcrafted&r adds furniture such as &efancy beds, counters, and chairs&r. These are customizable using &esheets&r and &epillows&r of different colors."
+ ""
+ "The &eHammer&r allows you to change the look of blocks into different forms, such as changing a stair's type without having to place and re-place it."
+ ]
+ id: "6A465BF497661001"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "45138A03C0BDB5AC"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft any type of board, pillow, sheet, and hammer"
+ tasks: [
+ {
+ id: "7C737EF24A0DD366"
+ item: "handcrafted:white_cushion"
+ type: "item"
+ }
+ {
+ id: "31FE8C4D49C42EA5"
+ item: "handcrafted:white_sheet"
+ type: "item"
+ }
+ {
+ id: "4A94BB46A7D9D52C"
+ item: "handcrafted:hammer"
+ type: "item"
+ }
+ ]
+ title: "Handcrafted"
+ x: -3.0d
+ y: 1.5d
+ }
+ {
+ dependencies: [
+ "4DE44DAB8C077369"
+ "7581DCBAA177F759"
+ "45670CD002941D38"
+ ]
+ description: [
+ "Your colonists need a place to store their items and for you to give them supplies. The &eWarehouse&r does just that. The Courier's Hut allows courier colonists to deliver and pickup supplies where needed."
+ ""
+ "The &ePostbox&r allows you to have items delivered to you while the Stash allows you to have items delivered to the warehouse. The courier will make the route automatically."
+ ]
+ id: "5FC48F34204A950D"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "104D7582DD81DB04"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Courier's Hut and Warehouse"
+ tasks: [
+ {
+ id: "0D8EF8617AB0B002"
+ item: "minecolonies:blockhutwarehouse"
+ type: "item"
+ }
+ {
+ id: "459C8F1885124F12"
+ item: "minecolonies:blockhutdeliveryman"
+ type: "item"
+ }
+ {
+ id: "529BF5B0D2C322AC"
+ item: "minecolonies:blockpostbox"
+ type: "item"
+ }
+ {
+ id: "2C44F78B3EF2A457"
+ item: "minecolonies:blockstash"
+ type: "item"
+ }
+ ]
+ title: "Colonist Storage"
+ x: -2.0d
+ y: -1.5d
+ }
+ {
+ dependencies: [
+ "5FC48F34204A950D"
+ "617F7B7C428A120E"
+ "2948029B88CB3D40"
+ ]
+ description: ["&eGuard's Towers &rallow for guard jobs to be assigned to colonists. They will chase any hostile mobs within range and will attempt to kill them. They require weapons and armor. Higher levels of the guard tower allows for &ebetter weapons and armor&r for them to equip."]
+ id: "47AE524FED9FD6E0"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6FC9AE1F14A01443"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Guard's Tower"
+ tasks: [{
+ id: "331B1917AF7B4726"
+ item: "minecolonies:blockhutguardtower"
+ type: "item"
+ }]
+ title: "Basic Defense"
+ x: 0.0d
+ y: -3.0d
+ }
+ {
+ dependencies: [
+ "4DE44DAB8C077369"
+ "7581DCBAA177F759"
+ "45670CD002941D38"
+ ]
+ description: [
+ "The &eClipboard&r allows you to see all requests made by the citizens of your colony while the Resource Scroll allows you to see the resources required by a specific builder's hut's current project. "
+ ""
+ "Bind the clipboard to the town hall block and the resource scroll to a builder's hut block by &eshift right clicking&r with it in hand."
+ ]
+ id: "2948029B88CB3D40"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0C7F441A9145902A"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Clipboard and Resource Scroll"
+ tasks: [
+ {
+ id: "2F27768E067E4F30"
+ item: "minecolonies:clipboard"
+ type: "item"
+ }
+ {
+ id: "63B309F845ED7A66"
+ item: {
+ Count: 1b
+ id: "minecolonies:resourcescroll"
+ tag: { }
+ }
+ type: "item"
+ }
+ ]
+ title: "Town Tracking"
+ x: 2.0d
+ y: -1.5d
+ }
+ {
+ dependencies: [
+ "5FC48F34204A950D"
+ "617F7B7C428A120E"
+ "2948029B88CB3D40"
+ ]
+ description: [
+ "The &eMine&r allows miners to gather resources. As they mine, they have a chance to mine an ore. Higher levels of the building allow for them to &emine deeper and with better tools&r."
+ ""
+ "The &eForester's Hut&r allows colonists to chop down trees and replant them in a set area. Higher levels allow &ebigger trees&r to be cut down and allow for&e better tools&r to be used."
+ ""
+ "Use the &eForester's Tool &rto designate the areas that trees can be cut down. It can be obtained from the hut's GUI."
+ ""
+ "The &eSimple Quarry and Medium Quary&r will dig out any blocks it can within the area designated and store them."
+ ]
+ id: "0C6D1DDE3762303B"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "337AF74FBDF5BF2B"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Mine and Forester's Hut"
+ tasks: [
+ {
+ id: "0445C39379E116E0"
+ item: "minecolonies:blockhutminer"
+ type: "item"
+ }
+ {
+ id: "2801CF4DAB044B9B"
+ item: "minecolonies:blockhutlumberjack"
+ type: "item"
+ }
+ {
+ id: "506790773D58770E"
+ item: "minecolonies:simplequarry"
+ type: "item"
+ }
+ ]
+ title: "Basic Gathering"
+ x: 2.0d
+ y: -3.0d
+ }
+ {
+ dependencies: [
+ "5FC48F34204A950D"
+ "617F7B7C428A120E"
+ "2948029B88CB3D40"
+ ]
+ description: ["&eEach&r of these allows for their respective animal type to be &ebred and slaughtered&r. You will need to provide the animals by leading them into the building. Higher levels allow for &emore animals&r to be housed."]
+ id: "37BE61069D7D3893"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "693CFD09A9EFA430"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "61BE1416923D2191"
+ item: "minecolonies:blockhutchickenherder"
+ type: "item"
+ }
+ {
+ id: "29A81DB7D2CE9517"
+ item: "minecolonies:blockhutcowboy"
+ type: "item"
+ }
+ {
+ id: "1390B87D39A8A0CB"
+ item: "minecolonies:blockhutswineherder"
+ type: "item"
+ }
+ {
+ id: "2D635EDB7C201794"
+ item: "minecolonies:blockhutshepherd"
+ type: "item"
+ }
+ {
+ id: "5F5D12AACDFFCB09"
+ item: "minecolonies:blockhutrabbithutch"
+ type: "item"
+ }
+ {
+ id: "5C8551FFCF7DDFE7"
+ item: "minecolonies:blockhutbeekeeper"
+ type: "item"
+ }
+ ]
+ title: "Basic Animal Husbandry"
+ x: -2.0d
+ y: -3.0d
+ }
+ {
+ dependencies: [
+ "5FC48F34204A950D"
+ "617F7B7C428A120E"
+ "2948029B88CB3D40"
+ ]
+ description: [
+ "The &eRestaurant&r is where your colonists will go to eat if they don't have food in their inventories. The restaurant must have recipes assigned to them, such as assigning a recipe to cook all raw porkchops. Level 3 building allows for an &eassistant chef&r to be hired."
+ ""
+ "&eFarms and Fishing Huts&r allow for a steady rate of food to be delivered. Higher levels allow for &efaster production and less chance&r for junk to be fished up. Farmers require &efields&r to be placed which dictates where they will cultivate."
+ ""
+ "The &eBakery&r is where special breads are made that have &ebuffs&r, such as sweet bread that gives a speed boost and removes poison. Higher levels &eunlock&r more recipes."
+ ]
+ id: "490416231A4CAE1A"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3635E78C62BF6C39"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "2393E1835499B6C8"
+ item: "minecolonies:blockhutbaker"
+ type: "item"
+ }
+ {
+ id: "3F4DFEF8DD495DFE"
+ item: "minecolonies:blockhutfarmer"
+ type: "item"
+ }
+ {
+ id: "20F57870E48EFC24"
+ item: "minecolonies:blockhutfisherman"
+ type: "item"
+ }
+ {
+ id: "6D5E9E6DBF6EDDFF"
+ item: "minecolonies:blockhutcook"
+ type: "item"
+ }
+ {
+ id: "4699A476613D146B"
+ item: "minecolonies:blockhutfield"
+ type: "item"
+ }
+ ]
+ title: "Basic Food Production"
+ x: 4.0d
+ y: -3.0d
+ }
+ {
+ dependencies: [
+ "5FC48F34204A950D"
+ "617F7B7C428A120E"
+ "2948029B88CB3D40"
+ ]
+ description: ["The &eEnchanter’s Tower&r is where the Enchanter will create enchanted books, as long as they have Ancient Tomes. The Enchanter will &ecollect XP from other workers &rto create the enchanted books. The higher their&e Mana level&r, the more XP they will collect per trip. They will &enot apply&r the enchanted books to tools and armor, you must do that yourself."]
+ id: "3C119488F1962FAF"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "67C443ED409FBA07"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft an Enchanter's Tower"
+ tasks: [{
+ id: "1F09D0D45A204B9C"
+ item: "minecolonies:blockhutenchanter"
+ type: "item"
+ }]
+ title: "Basic Magical Item Production"
+ x: -4.0d
+ y: -3.0d
+ }
+ {
+ dependencies: [
+ "3C119488F1962FAF"
+ "490416231A4CAE1A"
+ "37BE61069D7D3893"
+ "0C6D1DDE3762303B"
+ "47AE524FED9FD6E0"
+ ]
+ description: ["The &eUniversity&r allows you to unlock various &eperks and bonuses&r that will either &ebuff&r your colonists, &eunlock&r new buildings, or new &erecipes.&r These may take a long time but are necessary to gain access to the full benefits of your colony."]
+ id: "7544A85438D5BE64"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0C6568BFE47AC458"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft a University"
+ tasks: [{
+ id: "6A078B1CC1D96A64"
+ item: "minecolonies:blockhutuniversity"
+ type: "item"
+ }]
+ title: "Research and Development"
+ x: 0.0d
+ y: -4.5d
+ }
+ {
+ dependencies: ["7544A85438D5BE64"]
+ description: [
+ "The &eCombat Academy&r allows your soldiers to train in their combat skills."
+ ""
+ "The &eArchery&r building employs archers to be added to your colony's defense."
+ ""
+ "The &eBarracks&r houses and employs soldiers and increases the maximum number of guard's towers that are able to be attached to it."
+ ]
+ id: "0201340BEB27CC9D"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "784D47BEF4F9D33F"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "09E27F59B10B5818"
+ item: "minecolonies:blockhutcombatacademy"
+ type: "item"
+ }
+ {
+ id: "4EF05D3A6E7E289B"
+ item: "minecolonies:blockhutbarracks"
+ type: "item"
+ }
+ {
+ id: "773B567DEF696860"
+ item: "minecolonies:blockhutarchery"
+ type: "item"
+ }
+ ]
+ title: "Advanced Defense"
+ x: 0.0d
+ y: -6.0d
+ }
+ {
+ dependencies: ["7544A85438D5BE64"]
+ description: [
+ "Each of these buildings use the &ebasic resources&r your colonists gather to &eproduce&r advanced materials such as building blocks and minerals."
+ ""
+ "The &eNether Mine &rallows colonists to &emine&r nether exclusive ores and resources. While they create a working nether portal, the colonists &edon't actually go&r into the nether. Higher levels allow for &ebetter and more types of resources&r to be gathered."
+ ]
+ id: "227F20B0FA192A36"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1E62A9A29E31C05D"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "664E4E0EB0E46254"
+ item: "minecolonies:blockhutstonesmeltery"
+ type: "item"
+ }
+ {
+ id: "688ABD943A5D95BD"
+ item: "minecolonies:blockhutstonemason"
+ type: "item"
+ }
+ {
+ id: "597BD9FEC00E4298"
+ item: "minecolonies:blockhutcrusher"
+ type: "item"
+ }
+ {
+ id: "52EAF891211FFD56"
+ item: "minecolonies:blockhutsifter"
+ type: "item"
+ }
+ {
+ id: "09A2F0EDD4923A75"
+ item: "minecolonies:blockhutsawmill"
+ type: "item"
+ }
+ {
+ id: "0403D3B94B763564"
+ item: "minecolonies:blockhutsmeltery"
+ type: "item"
+ }
+ {
+ id: "6A845C38FEAFEF10"
+ item: "minecolonies:blockhutcomposter"
+ type: "item"
+ }
+ {
+ id: "2C5BD8BD527D6FDE"
+ item: "minecolonies:blockhutflorist"
+ type: "item"
+ }
+ {
+ id: "06D0C3F0C6B3270E"
+ item: "minecolonies:blockhutnetherworker"
+ type: "item"
+ }
+ ]
+ title: "Advanced Production"
+ x: 2.0d
+ y: -6.0d
+ }
+ {
+ dependencies: ["7544A85438D5BE64"]
+ description: [
+ "The Hospital allows your colonists to heal themselves from sickness without your intervention. "
+ ""
+ "The School allows your colonists to train their skills and be more efficient workers."
+ ""
+ "The Library trains your colonists' intelligence which affects all activities they do while they are assigned to it."
+ ""
+ "The Graveyard is where your colonists will be buried when dead. The only benefit to the graveyard is the Undertaker, the site's worker, will go to the Mystical Site if built and attempt to resurrect dead colonists that are buried."
+ ]
+ id: "70705AF8CCB36CC4"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4FC8A5F00EEBFD61"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Hospital and School"
+ tasks: [
+ {
+ id: "5E40FBA55A955D1F"
+ item: "minecolonies:blockhuthospital"
+ type: "item"
+ }
+ {
+ id: "06DDB6B64519099F"
+ item: "minecolonies:blockhutschool"
+ type: "item"
+ }
+ {
+ id: "6BF2B27B859BBE0D"
+ item: "minecolonies:blockhutlibrary"
+ type: "item"
+ }
+ {
+ id: "622C09A1B9826425"
+ item: "minecolonies:blockhutgraveyard"
+ type: "item"
+ }
+ ]
+ title: "Advanced Colonist Wellbeing"
+ x: 4.0d
+ y: -6.0d
+ }
+ {
+ dependencies: ["7544A85438D5BE64"]
+ description: [
+ "The &eFletcher's Hut&r will produce arrows and any item that uses wool or strings as their primary component such as bows and fishing poles."
+ ""
+ "The &eMechanic&r will produce redstone items such as minecarts and clocks. They can also produce special items such as gates and multi-pistons which are not available elsewhere."
+ ""
+ "The &eConcrete Mixer&r will produce concrete ready to be used without having to wait for the powder to dry."
+ ""
+ "The &eBlacksmith&r can make any vanilla tool, armor, or shield."
+ ""
+ "The &eDyer's Hut &rwill produce dyes and dye items."
+ ""
+ "Each level of these buildings determine the &eamount&r of recipes they can remember."
+ ]
+ id: "05CFE1DAC39C5242"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "01E1206CFA472F56"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "2527B4016C5A6880"
+ item: "minecolonies:blockhutfletcher"
+ type: "item"
+ }
+ {
+ id: "05881686D30AA899"
+ item: "minecolonies:blockhutmechanic"
+ type: "item"
+ }
+ {
+ id: "2FE8E392237D4E14"
+ item: "minecolonies:blockhutconcretemixer"
+ type: "item"
+ }
+ {
+ id: "2FE2E350454EED95"
+ item: "minecolonies:blockhutblacksmith"
+ type: "item"
+ }
+ {
+ id: "701C52BF8DBB4F69"
+ item: "minecolonies:blockhutdyer"
+ type: "item"
+ }
+ ]
+ title: "Advanced Technology"
+ x: -2.0d
+ y: -6.0d
+ }
+ {
+ dependencies: ["7544A85438D5BE64"]
+ description: [
+ "The &eMystical Site&r increases the happiness of all colonists just by existing. The graveyard worker will come here to pray and attempt to &eresurrect&r a dead colonist and raise their own mana level."
+ ""
+ "The &eAlchemist Tower&r can &ebrew&r potions and &eharvest&r netherwart and mistletoe. &eMistletoe&r is used to enhance the potions they create."
+ ]
+ id: "25F0F167BCC9E1FE"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "015F61F858844749"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "2BCDED6E078211DD"
+ item: "minecolonies:blockhutmysticalsite"
+ type: "item"
+ }
+ {
+ id: "769B40A46227CB70"
+ item: "minecolonies:blockhutalchemist"
+ type: "item"
+ }
+ ]
+ title: "Advanced Magical Item Production"
+ x: -4.0d
+ y: -6.0d
+ }
+ {
+ dependencies: [
+ "4575D89CF1402FBE"
+ "5C8BC0E390495498"
+ "22882AB66938F04D"
+ "21617421810519FA"
+ ]
+ icon: {
+ Count: 1b
+ id: "minecolonies:spear"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "5551FEF7101F91B1"
+ rewards: [
+ {
+ command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved The Aristocrat!\"}]}"
+ elevate_perms: true
+ icon: "minecraft:cookie"
+ id: "525AC2C0BE4A9D72"
+ title: "Click here to brag"
+ type: "command"
+ }
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "081948308E177F09"
+ silent: true
+ title: "750 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "08312AB73A60E420"
+ item: "simplehats:tophat"
+ title: "Top Hat"
+ type: "item"
+ }
+ {
+ count: 8
+ id: "5D5F557BE6BE85F3"
+ item: "lightmanscurrency:coin_diamond"
+ title: "Money"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ size: 2.0d
+ subtitle: "Complete all challenges"
+ tasks: [{
+ id: "7C18836F1A7AB142"
+ type: "checkmark"
+ }]
+ title: "Achievement: The Aristocrat"
+ x: 0.0d
+ y: -10.0d
+ }
+ {
+ dependencies: [
+ "25F0F167BCC9E1FE"
+ "0201340BEB27CC9D"
+ "227F20B0FA192A36"
+ "05CFE1DAC39C5242"
+ "70705AF8CCB36CC4"
+ ]
+ id: "21617421810519FA"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "096330636085B1D9"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "4B79BE91668EE91D"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "010497B8880FB4CD"
+ item: "simplehats:floweronhead"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit 64 Magic Potions"
+ tasks: [{
+ consume_items: true
+ count: 64L
+ id: "4BEB58E7E454299F"
+ item: "minecolonies:magicpotion"
+ type: "item"
+ }]
+ title: "Challenge: Alchemy Expert"
+ x: -3.0d
+ y: -7.5d
+ }
+ {
+ dependencies: [
+ "25F0F167BCC9E1FE"
+ "0201340BEB27CC9D"
+ "227F20B0FA192A36"
+ "05CFE1DAC39C5242"
+ "70705AF8CCB36CC4"
+ ]
+ id: "22882AB66938F04D"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4B4AF4800A5E72AA"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "6BB08B3C9906192D"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "40483E92774F82BB"
+ item: "simplehats:fullironhelm"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "0AEEDE3FD42E96FA"
+ item: {
+ Count: 1b
+ id: "minecolonies:plate_armor_helmet"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "505375782BE7F2D4"
+ item: {
+ Count: 1b
+ id: "minecolonies:plate_armor_chest"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "683C840DDBF4722F"
+ item: {
+ Count: 1b
+ id: "minecolonies:plate_armor_legs"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "6EDB12CCF54F613D"
+ item: {
+ Count: 1b
+ id: "minecolonies:plate_armor_boots"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Challenge: Professionally Crafted"
+ x: -1.0d
+ y: -7.5d
+ }
+ {
+ dependencies: [
+ "25F0F167BCC9E1FE"
+ "0201340BEB27CC9D"
+ "227F20B0FA192A36"
+ "05CFE1DAC39C5242"
+ "70705AF8CCB36CC4"
+ ]
+ id: "5C8BC0E390495498"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7A04E0EA31AE3E00"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "643964A6B0C689EE"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "24E688668A6E18EE"
+ item: "simplehats:finnhood"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit 32 of each"
+ tasks: [
+ {
+ consume_items: true
+ count: 32L
+ id: "4BE23FF7EF8DDC24"
+ item: "minecolonies:milky_bread"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 32L
+ id: "5553CC2F890E9C8D"
+ item: "minecolonies:sugary_bread"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 32L
+ id: "623E5C490696E002"
+ item: "minecolonies:golden_bread"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 32L
+ id: "168DC17C1729995D"
+ item: "minecolonies:chorus_bread"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Patisserie Chef"
+ x: 1.0d
+ y: -7.5d
+ }
+ {
+ dependencies: [
+ "25F0F167BCC9E1FE"
+ "0201340BEB27CC9D"
+ "227F20B0FA192A36"
+ "05CFE1DAC39C5242"
+ "70705AF8CCB36CC4"
+ ]
+ id: "4575D89CF1402FBE"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "738E2720D02CBF91"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "461C415464BEDAF9"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "7D3DA028CBD75F15"
+ item: "simplehats:digger"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit 16 Diamond Meshes"
+ tasks: [{
+ consume_items: true
+ count: 16L
+ id: "1E50F1DDCCFBD04C"
+ item: {
+ Count: 1b
+ id: "minecolonies:sifter_mesh_diamond"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Challenge: Gold Panning"
+ x: 3.0d
+ y: -7.5d
+ }
+ {
+ description: [
+ "&eMacaw's Doors &radds numerous door variations and themes to craft."
+ ""
+ "&eMacaw's Bridges&r adds bridges and bridge variants."
+ ""
+ "&eMacaw's Lights and Lamps&r adds numerous types of lamps and light sources."
+ ]
+ id: "3C9F2AB674921503"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3F7E8E123A70AC50"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "6B06D8650053E266"
+ item: "mcwdoors:oak_barn_door"
+ type: "item"
+ }
+ {
+ id: "3BEA773995483823"
+ item: "mcwbridges:pliers"
+ type: "item"
+ }
+ {
+ id: "3C698BB503A1FAEC"
+ item: "mcwlights:lava_lamp"
+ type: "item"
+ }
+ ]
+ title: "Macaw's Decorations"
+ x: -4.5d
+ y: 0.0d
+ }
+ {
+ description: ["&eFloral Enchantment&r adds flower bushes with which you can obtain the &evines&r of each flower. Flower vines are obtained from &ebushes.&r You can get &emossy cobblestone&r from each flower to decorate. It also adds some other floral themed &egear&r and decorations."]
+ id: "32823645E2FE4F43"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4BD548221E47022A"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Floral Basket"
+ tasks: [{
+ id: "4F4158D32907A7C0"
+ item: "floralench:floral_basket"
+ type: "item"
+ }]
+ title: "Floral Enchantment"
+ x: 4.5d
+ y: 0.0d
+ }
+ ]
+ title: "Homestead"
+}
diff --git a/config/ftbquests/quests/chapters/exploration.snbt b/config/ftbquests/quests/chapters/exploration.snbt
index d7d2c60..b5cada2 100644
--- a/config/ftbquests/quests/chapters/exploration.snbt
+++ b/config/ftbquests/quests/chapters/exploration.snbt
@@ -1,1119 +1,1119 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "exploration"
- group: "37C10F4BE9E00A26"
- icon: "mmorpg:map"
- id: "2BCF4989FF2F0500"
- order_index: 0
- quest_links: [ ]
- quests: [
- {
- id: "437CF57874F0F97D"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "10848E4FE566992D"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "5D439F59A421563E"
- structure: "#bettermineshafts:better_mineshafts"
- type: "structure"
- }]
- x: -3.5d
- y: 8.0d
- }
- {
- id: "489A9BF6204A632F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "721E6F39E19F5014"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "45E72450047B4C2E"
- structure: "deeperdarker:ancient_temple"
- type: "structure"
- }]
- x: 2.0d
- y: 2.0d
- }
- {
- id: "0761083418E1D108"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3516F071C4184FF8"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "623224CBF5C6FB1D"
- structure: "dungeons_arise:abandoned_temple"
- type: "structure"
- }]
- x: 2.0d
- y: 8.0d
- }
- {
- id: "06F062E21B71CDB8"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "108EEF76D226AED5"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "69F280C9A11F1689"
- structure: "dungeons_arise:infested_temple"
- type: "structure"
- }]
- x: 2.0d
- y: 6.5d
- }
- {
- id: "4B8A218CAE96DA61"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "461F8C8B1FFE962A"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "355FC51708790335"
- structure: "dungeons_arise:coliseum"
- type: "structure"
- }]
- x: 2.0d
- y: 3.5d
- }
- {
- id: "2283F30024D9489B"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "12B1D46ECAD46BA9"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "16C78DFE8EC7987A"
- structure: "friendsandfoes:citadel"
- type: "structure"
- }]
- x: -2.0d
- y: 6.5d
- }
- {
- id: "6575477E1220DEBE"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "140A7A19AC941FC2"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "482C99CD9768E20F"
- structure: "friendsandfoes:illusioner_shack"
- type: "structure"
- }]
- x: -2.0d
- y: 8.0d
- }
- {
- id: "276E8BE7E4449493"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "07C571571A58D24F"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "641E2D0E1B5EC620"
- structure: "illagerinvasion:illager_fort"
- type: "structure"
- }]
- x: 5.0d
- y: 6.5d
- }
- {
- id: "3280AB4D1ECD12BF"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "79A33D24603F3E86"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "41FE0468544910E9"
- structure: "illagerinvasion:labyrinth"
- type: "structure"
- }]
- x: 5.0d
- y: 8.0d
- }
- {
- id: "4F73424FB45E53F3"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2CD2EC1C90CE2FBC"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "327E494963CCFC6D"
- structure: "incendium:forbidden_castle"
- type: "structure"
- }]
- x: -6.5d
- y: 8.0d
- }
- {
- id: "1EB93F392BAA56F3"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "319C79127A023856"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "7DF4727BD7EDC27C"
- structure: "incendium:nether_reactor"
- type: "structure"
- }]
- x: -6.5d
- y: 6.5d
- }
- {
- id: "3DA5C036373DDA1F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "02F9C35CF0496D24"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "7E7EDC47D39C7C11"
- structure: "incendium:piglin_village"
- type: "structure"
- }]
- x: -6.5d
- y: 5.0d
- }
- {
- id: "1A0322E283E95C19"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2BA45B4AD078443B"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "00442C7C419E08B5"
- structure: "kobolds:kobold_dungeon_desert"
- type: "structure"
- }]
- x: 6.5d
- y: 8.0d
- }
- {
- id: "65297FBCCA787A1B"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "40E36075EE84A59A"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "0BEB7AA53619BC45"
- structure: "kobolds:kobold_den_large"
- type: "structure"
- }]
- x: 6.5d
- y: 6.5d
- }
- {
- id: "70BF809EB6674C63"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3810523C5F459885"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "11554117EBB8400A"
- structure: "#repurposed_structures:collections/mansions"
- type: "structure"
- }]
- x: -3.5d
- y: 6.5d
- }
- {
- id: "640B647B4A3B0BCC"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1C404DE71B5D44DF"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "117496F034F50B58"
- structure: "betterstrongholds:stronghold"
- type: "structure"
- }]
- x: -3.5d
- y: 3.5d
- }
- {
- id: "50EAD6F40AD69AEA"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "62FD35D2DAF0F585"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "671CE4C8EC50A60A"
- structure: "betterfortresses:fortress"
- type: "structure"
- }]
- x: -3.5d
- y: 5.0d
- }
- {
- id: "0EE7E4B770335F2F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "41BE634B7994732C"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "44E41CAE19D8181E"
- structure: "minecraft:buried_treasure"
- type: "structure"
- }]
- x: -3.5d
- y: 2.0d
- }
- {
- id: "3174062671BAC31F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "773B22EF7855908D"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "1E6D7E43D8FF6B10"
- structure: "stellarity:chapel_of_light"
- type: "structure"
- }]
- x: -5.0d
- y: 8.0d
- }
- {
- id: "5914A76D398376CA"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1E48BBB180E6D358"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "7093FEB94F116E2F"
- structure: "stellarity:village"
- type: "structure"
- }]
- x: -5.0d
- y: 6.5d
- }
- {
- id: "78B8C34C3E775483"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2BA732C373088A47"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "15EC91793C1E54FE"
- structure: "terralith:spire"
- type: "structure"
- }]
- x: 3.5d
- y: 8.0d
- }
- {
- id: "65C10787769C4233"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "323BE6FF8BCB4399"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "08C763738B7948B5"
- structure: "undergarden:catacombs"
- type: "structure"
- }]
- x: -2.0d
- y: 2.0d
- }
- {
- id: "6346E346CD6137FA"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "185FAE208C5E5882"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "15571862F8331AB4"
- structure: "dungeons_arise:undead_pirate_ship"
- type: "structure"
- }]
- x: 2.0d
- y: 5.0d
- }
- {
- id: "7CF126D06D1012BE"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2E874EDF0B482F8B"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "4811E184E724447D"
- structure: "terralith:fortified_village"
- type: "structure"
- }]
- x: 3.5d
- y: 6.5d
- }
- {
- id: "6F9D6A9FD43492AB"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6CF0A80C3DF27C9D"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "37FE61B2BC5E8688"
- structure: "terralith:glacial_hut"
- type: "structure"
- }]
- x: 3.5d
- y: 5.0d
- }
- {
- id: "738AFE0A7AD14851"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "548E9363000C779B"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "6F572D22F7C0B382"
- structure: "illagerinvasion:illusioner_tower"
- type: "structure"
- }]
- x: 5.0d
- y: 5.0d
- }
- {
- id: "299AC3FA715FA40E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "03C98E7B17B65B5F"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "2B13F7518DED18A2"
- structure: "illagerinvasion:firecaller_hut"
- type: "structure"
- }]
- x: 5.0d
- y: 3.5d
- }
- {
- id: "53AE521FAE382EA0"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5257CA5BED6E7943"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "5159D41A767BA1A5"
- structure: "friendsandfoes:iceologer_cabin"
- type: "structure"
- }]
- x: -2.0d
- y: 5.0d
- }
- {
- id: "7016A9BBC3E5DB03"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6EF0A2BEEC66FF7B"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "7CA868EFFF2E73FD"
- structure: "#minecraft:shipwreck"
- type: "structure"
- }]
- x: -5.0d
- y: 5.0d
- }
- {
- id: "6716E581EE4266D0"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1D3D810A674447C7"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "26621C1AD818EE8F"
- structure: "kobolds:kobold_den_pirate"
- type: "structure"
- }]
- x: 6.5d
- y: 5.0d
- }
- {
- id: "05D16AACADC0D637"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2DF5AA615B1AD44E"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "6E17929B42E2E5ED"
- structure: "kobolds:kobold_den_mountain"
- type: "structure"
- }]
- x: 6.5d
- y: 3.5d
- }
- {
- id: "2F1145906FD10FB9"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "327FCFBCBEB77AB5"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "317C03EA7A809E35"
- structure: "kobolds:kobold_den_small"
- type: "structure"
- }]
- x: 6.5d
- y: 2.0d
- }
- {
- id: "6E559B6F5A569F87"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "05FB59B447E6C45F"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "64552D1F03A8E3F5"
- structure: "incendium:abandoned_tower"
- type: "structure"
- }]
- x: -6.5d
- y: 3.5d
- }
- {
- id: "2EA97EB9D0D49826"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "61A659B6BF8FFBFD"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "02E499B9AC66AA84"
- structure: "incendium:ruined_lab"
- type: "structure"
- }]
- x: -6.5d
- y: 2.0d
- }
- {
- id: "45BB6316A0AE4650"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "004C48C7010EBDA1"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "5BD90BE0BF989EB4"
- structure: "stellarity:campsite"
- type: "structure"
- }]
- x: -5.0d
- y: 3.5d
- }
- {
- id: "4FCC437B65DBA05D"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "13692E50A95AE4E3"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "293073BE11D0F698"
- structure: "bettermineshafts:mineshaft_ice"
- type: "structure"
- }]
- x: -5.0d
- y: 2.0d
- }
- {
- id: "38BD7AA65C5DA742"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2EC1A074496A2776"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "4A0808831BEC8719"
- structure: "friendsandfoes:illusioner_training_grounds"
- type: "structure"
- }]
- x: -2.0d
- y: 3.5d
- }
- {
- id: "263DE4AC80306EE1"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7CF7BCB94512940D"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "40E059CDD9369B4E"
- structure: "terralith:fortified_desert_village"
- type: "structure"
- }]
- x: 3.5d
- y: 3.5d
- }
- {
- id: "325B4FCD19EF68D1"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5318C7927EF06250"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "38E20142F04D3D00"
- structure: "terralith:underground/frosted_dungeon"
- type: "structure"
- }]
- x: 3.5d
- y: 2.0d
- }
- {
- id: "6FFADCD53B622AB8"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "345011CA95F24F2C"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "5D4C9AEB3EEC53F0"
- structure: "illagerinvasion:sorcerer_hut"
- type: "structure"
- }]
- x: 5.0d
- y: 2.0d
- }
- {
- dependencies: [
- "2EA97EB9D0D49826"
- "4FCC437B65DBA05D"
- "0EE7E4B770335F2F"
- "325B4FCD19EF68D1"
- "6FFADCD53B622AB8"
- "2F1145906FD10FB9"
- "6E559B6F5A569F87"
- "45BB6316A0AE4650"
- "640B647B4A3B0BCC"
- "38BD7AA65C5DA742"
- "4B8A218CAE96DA61"
- "263DE4AC80306EE1"
- "299AC3FA715FA40E"
- "05D16AACADC0D637"
- "3DA5C036373DDA1F"
- "7016A9BBC3E5DB03"
- "50EAD6F40AD69AEA"
- "53AE521FAE382EA0"
- "6346E346CD6137FA"
- "6F9D6A9FD43492AB"
- "738AFE0A7AD14851"
- "6716E581EE4266D0"
- "1EB93F392BAA56F3"
- "5914A76D398376CA"
- "70BF809EB6674C63"
- "2283F30024D9489B"
- "06F062E21B71CDB8"
- "7CF126D06D1012BE"
- "276E8BE7E4449493"
- "65297FBCCA787A1B"
- "4F73424FB45E53F3"
- "3174062671BAC31F"
- "437CF57874F0F97D"
- "6575477E1220DEBE"
- "0761083418E1D108"
- "78B8C34C3E775483"
- "3280AB4D1ECD12BF"
- "1A0322E283E95C19"
- "489A9BF6204A632F"
- "65C10787769C4233"
- ]
- description: ["You must discover &e35 out of 40&r structures here to unlock this. You must then discover the &ePuzzle Dungeon&r."]
- id: "50228379A7F98359"
- min_required_dependencies: 35
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1F6EFD38E97E419B"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- id: "256327E5E1F6C302"
- item: "simplehats:triangleshades"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Discover atleast 35 Structures"
- tasks: [{
- id: "28B02EDA93008E03"
- structure: "masiks_puzzle_dungeon:start"
- type: "structure"
- }]
- title: "Challenge: The Adventurer"
- x: 0.0d
- y: 2.0d
- }
- {
- id: "7ED4E8F92EFB6564"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 150"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "47B6BE362D50069E"
- silent: true
- title: "150 Experience x Lv."
- type: "command"
- }]
- subtitle: "Discover all 54 vanilla Overworld biomes"
- tasks: [{
- advancement: "minecraft:adventure/adventuring_time"
- criterion: ""
- id: "7D623652033E7B53"
- type: "advancement"
- }]
- x: 5.5d
- y: -3.0d
- }
- {
- id: "00D8D8D716571CA9"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 150"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5BC24D6AAFBD6988"
- silent: true
- title: "150 Experience x Lv."
- type: "command"
- }]
- subtitle: "Discover all 15 Undergarden biomes"
- tasks: [{
- advancement: "undergarden:undergarden/all_undergarden_biomes"
- criterion: ""
- id: "142CD65F351089D3"
- type: "advancement"
- }]
- x: 2.5d
- y: -3.0d
- }
- {
- id: "2B72C9F8A14CE92D"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 150"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "021607CC1AF3927C"
- silent: true
- title: "150 Experience x Lv."
- type: "command"
- }]
- subtitle: "Discover all 3 Otherside biomes"
- tasks: [{
- advancement: "deeperdarker:main/explore_otherside"
- criterion: ""
- id: "0A050B980AB143E3"
- type: "advancement"
- }]
- x: -4.0d
- y: -3.0d
- }
- {
- id: "5ECC1221FA511323"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 150"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "21BE7718F84DBA37"
- silent: true
- title: "150 Experience x Lv."
- type: "command"
- }]
- subtitle: "Discover all 8 Incendium biomes"
- tasks: [{
- advancement: "incendium:misc/soul_searcher"
- criterion: ""
- id: "090E8528F1EEB6C6"
- type: "advancement"
- }]
- x: 4.0d
- y: -3.0d
- }
- {
- id: "73D926F25D4C6C7F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 150"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "42A22F81ED06A735"
- silent: true
- title: "150 Experience x Lv."
- type: "command"
- }]
- subtitle: "Discover all 5 vanilla Nether biomes"
- tasks: [{
- advancement: "minecraft:nether/explore_nether"
- criterion: ""
- id: "1274CA08304658EA"
- type: "advancement"
- }]
- x: -5.5d
- y: -3.0d
- }
- {
- id: "30DBE53D08830011"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 150"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "46019B79FAC9F8D1"
- silent: true
- title: "150 Experience x Lv."
- type: "command"
- }]
- subtitle: "Discover all 17 End biomes"
- tasks: [{
- advancement: "stellarity:exploration/ender_adventurer"
- criterion: ""
- id: "20A7806C0AE45C98"
- type: "advancement"
- }]
- x: -2.5d
- y: -3.0d
- }
- {
- dependencies: [
- "30DBE53D08830011"
- "2B72C9F8A14CE92D"
- "73D926F25D4C6C7F"
- "00D8D8D716571CA9"
- "5ECC1221FA511323"
- "7ED4E8F92EFB6564"
- ]
- id: "4610C7167FF5A70D"
- min_required_dependencies: 3
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "26648D5A50715F5B"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- id: "63A0AAAF0EC71678"
- item: "simplehats:explorerhat"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Complete atleast 3 biome exploration advancements"
- tasks: [{
- id: "68F61F6EB05F3DAA"
- item: {
- Count: 1b
- id: "aquaculture:neptunium_boots"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Challenge: The Wanderer"
- x: 0.0d
- y: -3.0d
- }
- {
- dependencies: [
- "4610C7167FF5A70D"
- "50228379A7F98359"
- ]
- icon: {
- Count: 1b
- id: "alexsmobs:tarantula_hawk_elytra"
- tag: {
- Damage: 0
- }
- }
- id: "5E95CED116D2C8F4"
- rewards: [
- {
- command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved Expert Explorer\"}]}"
- elevate_perms: true
- icon: "minecraft:cookie"
- id: "15C5A864548A27EF"
- title: "Click here to brag"
- type: "command"
- }
- {
- command: "/mine_and_slash give xp_times_lvl @p 750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5A0E887A4B07757E"
- silent: true
- title: "750 Experience x Lv."
- type: "command"
- }
- {
- count: 5
- id: "55F803E942F12CD2"
- item: "lightmanscurrency:coin_diamond"
- title: "Money"
- type: "item"
- }
- {
- id: "17D0673419E6A05D"
- item: "simplehats:burning_m_bison"
- type: "item"
- }
- ]
- shape: "hexagon"
- size: 2.0d
- subtitle: "Complete all challenges"
- tasks: [{
- id: "602BDDE94CFE5702"
- type: "checkmark"
- }]
- title: "Achievement: Expert Explorer"
- x: 0.0d
- y: -0.5d
- }
- ]
- title: "Exploration"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "exploration"
+ group: "37C10F4BE9E00A26"
+ icon: "mmorpg:map"
+ id: "2BCF4989FF2F0500"
+ order_index: 0
+ quest_links: [ ]
+ quests: [
+ {
+ id: "437CF57874F0F97D"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "10848E4FE566992D"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "5D439F59A421563E"
+ structure: "#bettermineshafts:better_mineshafts"
+ type: "structure"
+ }]
+ x: -3.5d
+ y: 8.0d
+ }
+ {
+ id: "489A9BF6204A632F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "721E6F39E19F5014"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "45E72450047B4C2E"
+ structure: "deeperdarker:ancient_temple"
+ type: "structure"
+ }]
+ x: 2.0d
+ y: 2.0d
+ }
+ {
+ id: "0761083418E1D108"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3516F071C4184FF8"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "623224CBF5C6FB1D"
+ structure: "dungeons_arise:abandoned_temple"
+ type: "structure"
+ }]
+ x: 2.0d
+ y: 8.0d
+ }
+ {
+ id: "06F062E21B71CDB8"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "108EEF76D226AED5"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "69F280C9A11F1689"
+ structure: "dungeons_arise:infested_temple"
+ type: "structure"
+ }]
+ x: 2.0d
+ y: 6.5d
+ }
+ {
+ id: "4B8A218CAE96DA61"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "461F8C8B1FFE962A"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "355FC51708790335"
+ structure: "dungeons_arise:coliseum"
+ type: "structure"
+ }]
+ x: 2.0d
+ y: 3.5d
+ }
+ {
+ id: "2283F30024D9489B"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "12B1D46ECAD46BA9"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "16C78DFE8EC7987A"
+ structure: "friendsandfoes:citadel"
+ type: "structure"
+ }]
+ x: -2.0d
+ y: 6.5d
+ }
+ {
+ id: "6575477E1220DEBE"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "140A7A19AC941FC2"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "482C99CD9768E20F"
+ structure: "friendsandfoes:illusioner_shack"
+ type: "structure"
+ }]
+ x: -2.0d
+ y: 8.0d
+ }
+ {
+ id: "276E8BE7E4449493"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "07C571571A58D24F"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "641E2D0E1B5EC620"
+ structure: "illagerinvasion:illager_fort"
+ type: "structure"
+ }]
+ x: 5.0d
+ y: 6.5d
+ }
+ {
+ id: "3280AB4D1ECD12BF"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "79A33D24603F3E86"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "41FE0468544910E9"
+ structure: "illagerinvasion:labyrinth"
+ type: "structure"
+ }]
+ x: 5.0d
+ y: 8.0d
+ }
+ {
+ id: "4F73424FB45E53F3"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2CD2EC1C90CE2FBC"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "327E494963CCFC6D"
+ structure: "incendium:forbidden_castle"
+ type: "structure"
+ }]
+ x: -6.5d
+ y: 8.0d
+ }
+ {
+ id: "1EB93F392BAA56F3"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "319C79127A023856"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "7DF4727BD7EDC27C"
+ structure: "incendium:nether_reactor"
+ type: "structure"
+ }]
+ x: -6.5d
+ y: 6.5d
+ }
+ {
+ id: "3DA5C036373DDA1F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "02F9C35CF0496D24"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "7E7EDC47D39C7C11"
+ structure: "incendium:piglin_village"
+ type: "structure"
+ }]
+ x: -6.5d
+ y: 5.0d
+ }
+ {
+ id: "1A0322E283E95C19"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2BA45B4AD078443B"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "00442C7C419E08B5"
+ structure: "kobolds:kobold_dungeon_desert"
+ type: "structure"
+ }]
+ x: 6.5d
+ y: 8.0d
+ }
+ {
+ id: "65297FBCCA787A1B"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "40E36075EE84A59A"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "0BEB7AA53619BC45"
+ structure: "kobolds:kobold_den_large"
+ type: "structure"
+ }]
+ x: 6.5d
+ y: 6.5d
+ }
+ {
+ id: "70BF809EB6674C63"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3810523C5F459885"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "11554117EBB8400A"
+ structure: "#repurposed_structures:collections/mansions"
+ type: "structure"
+ }]
+ x: -3.5d
+ y: 6.5d
+ }
+ {
+ id: "640B647B4A3B0BCC"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1C404DE71B5D44DF"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "117496F034F50B58"
+ structure: "betterstrongholds:stronghold"
+ type: "structure"
+ }]
+ x: -3.5d
+ y: 3.5d
+ }
+ {
+ id: "50EAD6F40AD69AEA"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "62FD35D2DAF0F585"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "671CE4C8EC50A60A"
+ structure: "betterfortresses:fortress"
+ type: "structure"
+ }]
+ x: -3.5d
+ y: 5.0d
+ }
+ {
+ id: "0EE7E4B770335F2F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "41BE634B7994732C"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "44E41CAE19D8181E"
+ structure: "minecraft:buried_treasure"
+ type: "structure"
+ }]
+ x: -3.5d
+ y: 2.0d
+ }
+ {
+ id: "3174062671BAC31F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "773B22EF7855908D"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "1E6D7E43D8FF6B10"
+ structure: "stellarity:chapel_of_light"
+ type: "structure"
+ }]
+ x: -5.0d
+ y: 8.0d
+ }
+ {
+ id: "5914A76D398376CA"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1E48BBB180E6D358"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "7093FEB94F116E2F"
+ structure: "stellarity:village"
+ type: "structure"
+ }]
+ x: -5.0d
+ y: 6.5d
+ }
+ {
+ id: "78B8C34C3E775483"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2BA732C373088A47"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "15EC91793C1E54FE"
+ structure: "terralith:spire"
+ type: "structure"
+ }]
+ x: 3.5d
+ y: 8.0d
+ }
+ {
+ id: "65C10787769C4233"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "323BE6FF8BCB4399"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "08C763738B7948B5"
+ structure: "undergarden:catacombs"
+ type: "structure"
+ }]
+ x: -2.0d
+ y: 2.0d
+ }
+ {
+ id: "6346E346CD6137FA"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "185FAE208C5E5882"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "15571862F8331AB4"
+ structure: "dungeons_arise:undead_pirate_ship"
+ type: "structure"
+ }]
+ x: 2.0d
+ y: 5.0d
+ }
+ {
+ id: "7CF126D06D1012BE"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2E874EDF0B482F8B"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "4811E184E724447D"
+ structure: "terralith:fortified_village"
+ type: "structure"
+ }]
+ x: 3.5d
+ y: 6.5d
+ }
+ {
+ id: "6F9D6A9FD43492AB"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6CF0A80C3DF27C9D"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "37FE61B2BC5E8688"
+ structure: "terralith:glacial_hut"
+ type: "structure"
+ }]
+ x: 3.5d
+ y: 5.0d
+ }
+ {
+ id: "738AFE0A7AD14851"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "548E9363000C779B"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "6F572D22F7C0B382"
+ structure: "illagerinvasion:illusioner_tower"
+ type: "structure"
+ }]
+ x: 5.0d
+ y: 5.0d
+ }
+ {
+ id: "299AC3FA715FA40E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "03C98E7B17B65B5F"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "2B13F7518DED18A2"
+ structure: "illagerinvasion:firecaller_hut"
+ type: "structure"
+ }]
+ x: 5.0d
+ y: 3.5d
+ }
+ {
+ id: "53AE521FAE382EA0"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5257CA5BED6E7943"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "5159D41A767BA1A5"
+ structure: "friendsandfoes:iceologer_cabin"
+ type: "structure"
+ }]
+ x: -2.0d
+ y: 5.0d
+ }
+ {
+ id: "7016A9BBC3E5DB03"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6EF0A2BEEC66FF7B"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "7CA868EFFF2E73FD"
+ structure: "#minecraft:shipwreck"
+ type: "structure"
+ }]
+ x: -5.0d
+ y: 5.0d
+ }
+ {
+ id: "6716E581EE4266D0"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1D3D810A674447C7"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "26621C1AD818EE8F"
+ structure: "kobolds:kobold_den_pirate"
+ type: "structure"
+ }]
+ x: 6.5d
+ y: 5.0d
+ }
+ {
+ id: "05D16AACADC0D637"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2DF5AA615B1AD44E"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "6E17929B42E2E5ED"
+ structure: "kobolds:kobold_den_mountain"
+ type: "structure"
+ }]
+ x: 6.5d
+ y: 3.5d
+ }
+ {
+ id: "2F1145906FD10FB9"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "327FCFBCBEB77AB5"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "317C03EA7A809E35"
+ structure: "kobolds:kobold_den_small"
+ type: "structure"
+ }]
+ x: 6.5d
+ y: 2.0d
+ }
+ {
+ id: "6E559B6F5A569F87"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "05FB59B447E6C45F"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "64552D1F03A8E3F5"
+ structure: "incendium:abandoned_tower"
+ type: "structure"
+ }]
+ x: -6.5d
+ y: 3.5d
+ }
+ {
+ id: "2EA97EB9D0D49826"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "61A659B6BF8FFBFD"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "02E499B9AC66AA84"
+ structure: "incendium:ruined_lab"
+ type: "structure"
+ }]
+ x: -6.5d
+ y: 2.0d
+ }
+ {
+ id: "45BB6316A0AE4650"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "004C48C7010EBDA1"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "5BD90BE0BF989EB4"
+ structure: "stellarity:campsite"
+ type: "structure"
+ }]
+ x: -5.0d
+ y: 3.5d
+ }
+ {
+ id: "4FCC437B65DBA05D"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "13692E50A95AE4E3"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "293073BE11D0F698"
+ structure: "bettermineshafts:mineshaft_ice"
+ type: "structure"
+ }]
+ x: -5.0d
+ y: 2.0d
+ }
+ {
+ id: "38BD7AA65C5DA742"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2EC1A074496A2776"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "4A0808831BEC8719"
+ structure: "friendsandfoes:illusioner_training_grounds"
+ type: "structure"
+ }]
+ x: -2.0d
+ y: 3.5d
+ }
+ {
+ id: "263DE4AC80306EE1"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7CF7BCB94512940D"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "40E059CDD9369B4E"
+ structure: "terralith:fortified_desert_village"
+ type: "structure"
+ }]
+ x: 3.5d
+ y: 3.5d
+ }
+ {
+ id: "325B4FCD19EF68D1"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5318C7927EF06250"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "38E20142F04D3D00"
+ structure: "terralith:underground/frosted_dungeon"
+ type: "structure"
+ }]
+ x: 3.5d
+ y: 2.0d
+ }
+ {
+ id: "6FFADCD53B622AB8"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "345011CA95F24F2C"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "5D4C9AEB3EEC53F0"
+ structure: "illagerinvasion:sorcerer_hut"
+ type: "structure"
+ }]
+ x: 5.0d
+ y: 2.0d
+ }
+ {
+ dependencies: [
+ "2EA97EB9D0D49826"
+ "4FCC437B65DBA05D"
+ "0EE7E4B770335F2F"
+ "325B4FCD19EF68D1"
+ "6FFADCD53B622AB8"
+ "2F1145906FD10FB9"
+ "6E559B6F5A569F87"
+ "45BB6316A0AE4650"
+ "640B647B4A3B0BCC"
+ "38BD7AA65C5DA742"
+ "4B8A218CAE96DA61"
+ "263DE4AC80306EE1"
+ "299AC3FA715FA40E"
+ "05D16AACADC0D637"
+ "3DA5C036373DDA1F"
+ "7016A9BBC3E5DB03"
+ "50EAD6F40AD69AEA"
+ "53AE521FAE382EA0"
+ "6346E346CD6137FA"
+ "6F9D6A9FD43492AB"
+ "738AFE0A7AD14851"
+ "6716E581EE4266D0"
+ "1EB93F392BAA56F3"
+ "5914A76D398376CA"
+ "70BF809EB6674C63"
+ "2283F30024D9489B"
+ "06F062E21B71CDB8"
+ "7CF126D06D1012BE"
+ "276E8BE7E4449493"
+ "65297FBCCA787A1B"
+ "4F73424FB45E53F3"
+ "3174062671BAC31F"
+ "437CF57874F0F97D"
+ "6575477E1220DEBE"
+ "0761083418E1D108"
+ "78B8C34C3E775483"
+ "3280AB4D1ECD12BF"
+ "1A0322E283E95C19"
+ "489A9BF6204A632F"
+ "65C10787769C4233"
+ ]
+ description: ["You must discover &e35 out of 40&r structures here to unlock this. You must then discover the &ePuzzle Dungeon&r."]
+ id: "50228379A7F98359"
+ min_required_dependencies: 35
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1F6EFD38E97E419B"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "256327E5E1F6C302"
+ item: "simplehats:triangleshades"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Discover atleast 35 Structures"
+ tasks: [{
+ id: "28B02EDA93008E03"
+ structure: "masiks_puzzle_dungeon:start"
+ type: "structure"
+ }]
+ title: "Challenge: The Adventurer"
+ x: 0.0d
+ y: 2.0d
+ }
+ {
+ id: "7ED4E8F92EFB6564"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 150"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "47B6BE362D50069E"
+ silent: true
+ title: "150 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Discover all 54 vanilla Overworld biomes"
+ tasks: [{
+ advancement: "minecraft:adventure/adventuring_time"
+ criterion: ""
+ id: "7D623652033E7B53"
+ type: "advancement"
+ }]
+ x: 5.5d
+ y: -3.0d
+ }
+ {
+ id: "00D8D8D716571CA9"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 150"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5BC24D6AAFBD6988"
+ silent: true
+ title: "150 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Discover all 15 Undergarden biomes"
+ tasks: [{
+ advancement: "undergarden:undergarden/all_undergarden_biomes"
+ criterion: ""
+ id: "142CD65F351089D3"
+ type: "advancement"
+ }]
+ x: 2.5d
+ y: -3.0d
+ }
+ {
+ id: "2B72C9F8A14CE92D"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 150"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "021607CC1AF3927C"
+ silent: true
+ title: "150 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Discover all 3 Otherside biomes"
+ tasks: [{
+ advancement: "deeperdarker:main/explore_otherside"
+ criterion: ""
+ id: "0A050B980AB143E3"
+ type: "advancement"
+ }]
+ x: -4.0d
+ y: -3.0d
+ }
+ {
+ id: "5ECC1221FA511323"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 150"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "21BE7718F84DBA37"
+ silent: true
+ title: "150 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Discover all 8 Incendium biomes"
+ tasks: [{
+ advancement: "incendium:misc/soul_searcher"
+ criterion: ""
+ id: "090E8528F1EEB6C6"
+ type: "advancement"
+ }]
+ x: 4.0d
+ y: -3.0d
+ }
+ {
+ id: "73D926F25D4C6C7F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 150"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "42A22F81ED06A735"
+ silent: true
+ title: "150 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Discover all 5 vanilla Nether biomes"
+ tasks: [{
+ advancement: "minecraft:nether/explore_nether"
+ criterion: ""
+ id: "1274CA08304658EA"
+ type: "advancement"
+ }]
+ x: -5.5d
+ y: -3.0d
+ }
+ {
+ id: "30DBE53D08830011"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 150"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "46019B79FAC9F8D1"
+ silent: true
+ title: "150 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Discover all 17 End biomes"
+ tasks: [{
+ advancement: "stellarity:exploration/ender_adventurer"
+ criterion: ""
+ id: "20A7806C0AE45C98"
+ type: "advancement"
+ }]
+ x: -2.5d
+ y: -3.0d
+ }
+ {
+ dependencies: [
+ "30DBE53D08830011"
+ "2B72C9F8A14CE92D"
+ "73D926F25D4C6C7F"
+ "00D8D8D716571CA9"
+ "5ECC1221FA511323"
+ "7ED4E8F92EFB6564"
+ ]
+ id: "4610C7167FF5A70D"
+ min_required_dependencies: 3
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "26648D5A50715F5B"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "63A0AAAF0EC71678"
+ item: "simplehats:explorerhat"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Complete atleast 3 biome exploration advancements"
+ tasks: [{
+ id: "68F61F6EB05F3DAA"
+ item: {
+ Count: 1b
+ id: "aquaculture:neptunium_boots"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Challenge: The Wanderer"
+ x: 0.0d
+ y: -3.0d
+ }
+ {
+ dependencies: [
+ "4610C7167FF5A70D"
+ "50228379A7F98359"
+ ]
+ icon: {
+ Count: 1b
+ id: "alexsmobs:tarantula_hawk_elytra"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "5E95CED116D2C8F4"
+ rewards: [
+ {
+ command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved Expert Explorer\"}]}"
+ elevate_perms: true
+ icon: "minecraft:cookie"
+ id: "15C5A864548A27EF"
+ title: "Click here to brag"
+ type: "command"
+ }
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5A0E887A4B07757E"
+ silent: true
+ title: "750 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 5
+ id: "55F803E942F12CD2"
+ item: "lightmanscurrency:coin_diamond"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "17D0673419E6A05D"
+ item: "simplehats:burning_m_bison"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ size: 2.0d
+ subtitle: "Complete all challenges"
+ tasks: [{
+ id: "602BDDE94CFE5702"
+ type: "checkmark"
+ }]
+ title: "Achievement: Expert Explorer"
+ x: 0.0d
+ y: -0.5d
+ }
+ ]
+ title: "Exploration"
+}
diff --git a/config/ftbquests/quests/chapters/fishing.snbt b/config/ftbquests/quests/chapters/fishing.snbt
index fe1d7b8..b6b1384 100644
--- a/config/ftbquests/quests/chapters/fishing.snbt
+++ b/config/ftbquests/quests/chapters/fishing.snbt
@@ -1,1185 +1,1185 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "fishing"
- group: "37C10F4BE9E00A26"
- icon: "mmorpg:rare_mats/fishing/greater"
- id: "5F95DDA1E0BA268A"
- order_index: 1
- quest_links: [ ]
- quests: [
- {
- id: "63AC29DDE537EB5B"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3675FEC5C14EBF2E"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "77A4B835B85553BD"
- item: "aquaculture:tuna"
- type: "item"
- }]
- x: -2.5d
- y: -0.5d
- }
- {
- id: "217B8E39E86A23EF"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "59948EFF519CACF6"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "0002004161A2098D"
- item: "aquaculture:red_grouper"
- type: "item"
- }]
- x: 1.5d
- y: -0.5d
- }
- {
- id: "36DC60BF60E3481A"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "012EBE6E0D9D94BD"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "38DB83F924677E9B"
- item: "aquaculture:jellyfish"
- type: "item"
- }]
- x: -0.5d
- y: -0.5d
- }
- {
- id: "16E9E743F7F5D2B8"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7BAD508109CB47DE"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "6FBCC3E20B3CA058"
- item: "aquaculture:red_shrooma"
- type: "item"
- }]
- x: 3.5d
- y: -0.5d
- }
- {
- id: "3B7B3B545E7F2433"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "47CC344CD6207669"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "70163D8044AB8304"
- item: "aquaculture:brown_shrooma"
- type: "item"
- }]
- x: 5.5d
- y: -0.5d
- }
- {
- id: "2BA35B95D74FF964"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "35ED5866E352E8E5"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "74069DAD31AC6310"
- item: "aquaculture:tambaqui"
- type: "item"
- }]
- x: 7.5d
- y: -0.5d
- }
- {
- id: "794378358AB30607"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "556CEA9605B1B274"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "682BA0A62ED2F59F"
- item: "aquaculture:arrau_turtle"
- type: "item"
- }]
- x: 9.5d
- y: -0.5d
- }
- {
- id: "21F5B80CB82300A9"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "098A037F19EC26D0"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "1828EF509E9CE9E0"
- item: "alexsmobs:fish_bones"
- type: "item"
- }]
- x: -2.5d
- y: -2.0d
- }
- {
- id: "19F6EDDFE16530FB"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1B15A18B3C7BB211"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "7333FAAE45865BD1"
- item: "undergarden:raw_gwibling"
- type: "item"
- }]
- x: 9.5d
- y: 5.5d
- }
- {
- id: "1706167C429E3700"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5E2BF68090298666"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "432314338072F115"
- item: "minecraft:cod"
- type: "item"
- }]
- x: -2.5d
- y: 1.0d
- }
- {
- id: "2AE90AA91EA7D8B1"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2B6FF03AE17F39A6"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "50A3AB09230EE2EB"
- item: "aquaculture:atlantic_cod"
- type: "item"
- }]
- x: -0.5d
- y: 1.0d
- }
- {
- id: "7371CB3124B587AA"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1704ADCF72B4D6B3"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "62139B99F3A8A553"
- item: "aquaculture:blackfish"
- type: "item"
- }]
- x: 1.5d
- y: 1.0d
- }
- {
- id: "259B4373AD36CF64"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "753E8D4D8C2AAE98"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "1ED5CFEB02DA5933"
- item: "aquaculture:pacific_halibut"
- type: "item"
- }]
- x: 3.5d
- y: 1.0d
- }
- {
- id: "5DD1BAF87775FAE4"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "03A7068769D02DD7"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "646D39CAE4C10C7E"
- item: "aquaculture:atlantic_halibut"
- type: "item"
- }]
- x: 5.5d
- y: 1.0d
- }
- {
- id: "45AA6BB9593F66D7"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0BB3E5CA0314232A"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "1D10BC47C0A55893"
- item: "aquaculture:atlantic_herring"
- type: "item"
- }]
- x: 7.5d
- y: 1.0d
- }
- {
- id: "2737DBBDB6470EC8"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1874A07547100587"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "6F0FB864A32502E2"
- item: "aquaculture:bluegill"
- type: "item"
- }]
- x: 9.5d
- y: 1.0d
- }
- {
- id: "339E89D78088AE01"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1932560202366959"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "0DA6310A3DC383D5"
- item: "aquaculture:smallmouth_bass"
- type: "item"
- }]
- x: -0.5d
- y: -2.0d
- }
- {
- id: "1787D16758C8ABAE"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "507D9B2FDE0F855C"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "15A545C4933E6814"
- item: "aquaculture:synodontis"
- type: "item"
- }]
- x: 7.5d
- y: 5.5d
- }
- {
- id: "542938A1B131D26F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6100DD33D80E31FF"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "77D77E8471EAF2D7"
- item: "aquaculture:capitaine"
- type: "item"
- }]
- x: -2.5d
- y: 2.5d
- }
- {
- id: "440009859D9C7E53"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "56C995B5F9EB2BE6"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "7D2CE7820357D2E5"
- item: "aquaculture:boulti"
- type: "item"
- }]
- x: -0.5d
- y: 2.5d
- }
- {
- id: "04485A5AA8D3B213"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0C2C185D1451EAE2"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "62DDD237856BADA9"
- item: "aquaculture:bayad"
- type: "item"
- }]
- x: 1.5d
- y: 2.5d
- }
- {
- id: "1F8997BD6D6D2734"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "672DF4C5D02054C0"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "45AEB5F40A18E3C5"
- item: "aquaculture:rainbow_trout"
- type: "item"
- }]
- x: 3.5d
- y: 2.5d
- }
- {
- id: "1B3CF7ABD92B20EE"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "48B6470200F89DA4"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "340664C9611CDBDB"
- item: "aquaculture:pollock"
- type: "item"
- }]
- x: 5.5d
- y: 2.5d
- }
- {
- id: "293C79C408FF3A45"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4E3CB9D6F07349F7"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "0D0164DA5DAC439E"
- item: "aquaculture:pink_salmon"
- type: "item"
- }]
- x: 7.5d
- y: 2.5d
- }
- {
- id: "1AA9D085C48E0B81"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7A348ED93E2960FA"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "5E849EC9AD9B0C74"
- item: "aquaculture:brown_trout"
- type: "item"
- }]
- x: 9.5d
- y: 2.5d
- }
- {
- id: "2C7FB03D2B8D498D"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1A56060D7F0A53EA"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "7D10419100DEAFF0"
- item: "aquaculture:carp"
- type: "item"
- }]
- x: 1.5d
- y: -2.0d
- }
- {
- id: "54674B2ABA1E5F03"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2BD63AA6E08BD638"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "16C86AC51BF75B60"
- item: "aquaculture:catfish"
- type: "item"
- }]
- x: 5.5d
- y: 5.5d
- }
- {
- id: "0321A20599EF48D9"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "72FC03E270DFC53D"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "5CCC8923F96D03AA"
- item: "aquaculture:gar"
- type: "item"
- }]
- x: -2.5d
- y: 4.0d
- }
- {
- id: "302B5787FB962B23"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1592299421896666"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "6308FFB4D0BEA9F1"
- item: {
- Count: 1b
- id: "aquaculture:minnow"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- x: -0.5d
- y: 4.0d
- }
- {
- id: "53D823985369836C"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "09023A7D0C367A9E"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "4375AB225A2C909D"
- item: "aquaculture:muskellunge"
- type: "item"
- }]
- x: 1.5d
- y: 4.0d
- }
- {
- id: "12F2DDB353B0FBAF"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "192FC0B1C5CB627C"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "356E7B8C567F675A"
- item: "aquaculture:perch"
- type: "item"
- }]
- x: 3.5d
- y: 4.0d
- }
- {
- id: "1CEEACDCCB37F744"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3BCAFC4C05DC246C"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "0E6CECC1E7EF313F"
- item: "aquaculture:arapaima"
- type: "item"
- }]
- x: 5.5d
- y: 4.0d
- }
- {
- id: "4D4895183A411B3A"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "068505EDA279FB82"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "76E44DAE730FE933"
- item: "aquaculture:piranha"
- type: "item"
- }]
- x: 7.5d
- y: 4.0d
- }
- {
- id: "69634E18765F3A71"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "079E7F531CBFA4B4"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "5F568B121CB9888C"
- item: "aquaculture:box_turtle"
- type: "item"
- }]
- x: 9.5d
- y: 4.0d
- }
- {
- id: "3C17E5091A28D863"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "44476B2B8D972EA9"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "00DE7173A11753F8"
- item: "aquaculture:goldfish"
- type: "item"
- }]
- x: 3.5d
- y: -2.0d
- }
- {
- id: "63517924B2D7B79E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "192C7B12493AE204"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "093865A8839B6D60"
- item: {
- Count: 1b
- id: "aquaculture:leech"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- x: 9.5d
- y: -2.0d
- }
- {
- id: "47C2A71D61E8498E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "71219ABAE98FF096"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "439B78AADD9B138A"
- item: "mmorpg:rare_mats/fishing/greater"
- type: "item"
- }]
- x: 5.5d
- y: -5.0d
- }
- {
- id: "745B323EB1273261"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6DF4629E87AD3496"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "7171C77B0F45DAC2"
- item: "mmorpg:material/fishing/4"
- type: "item"
- }]
- x: 8.5d
- y: -3.5d
- }
- {
- id: "11FA3B43D0710998"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "24A941D65C55FC3D"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "425299EE106D1C54"
- item: "mmorpg:material/fishing/3"
- type: "item"
- }]
- x: 4.5d
- y: -3.5d
- }
- {
- id: "265156FBF6A1B441"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "27D504E5929170C9"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "5F227036908EFFB4"
- item: "mmorpg:material/fishing/2"
- type: "item"
- }]
- x: 2.5d
- y: -3.5d
- }
- {
- id: "47C34829D2DD2C4E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4F2A109E048357A1"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "78D357DF4DC56887"
- item: "mmorpg:material/fishing/1"
- type: "item"
- }]
- x: 0.5d
- y: -3.5d
- }
- {
- id: "01DB7952165EAEC5"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7A4C6174B7E2C91A"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "4707A8FFD06A6E55"
- item: "mmorpg:material/fishing/0"
- type: "item"
- }]
- x: -1.5d
- y: -3.5d
- }
- {
- id: "1DFF24281ECA0CA7"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3C74AC3B96A31C3C"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "776E023B4D6F5726"
- item: "minecraft:pufferfish"
- type: "item"
- }]
- x: -2.5d
- y: 5.5d
- }
- {
- id: "0C7228401823A03B"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6798A442727DCD9A"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "45AF0E3D64D37506"
- item: "minecraft:tropical_fish"
- type: "item"
- }]
- x: -0.5d
- y: 5.5d
- }
- {
- id: "22CCDC1E42E2D623"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7642CC2A6CACB0B1"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "5D18F9C152772DFB"
- item: "minecraft:salmon"
- type: "item"
- }]
- x: 1.5d
- y: 5.5d
- }
- {
- id: "10675CAE2C591D1C"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "602B1E698AA99844"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "6F9A3D46920B95B1"
- item: "mmorpg:material/fishing/5"
- type: "item"
- }]
- x: 6.5d
- y: -3.5d
- }
- {
- id: "320AC78FDA0D8FEB"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5D35FC2C4111645B"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "5BCD31FCAFD082A8"
- item: "mmorpg:rare_mats/fishing/lesser"
- type: "item"
- }]
- x: 1.5d
- y: -5.0d
- }
- {
- id: "422E61F3FC5BFAFD"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2876712037B5ED99"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "3C6D15E7928CE233"
- item: "mmorpg:rare_mats/fishing/medium"
- type: "item"
- }]
- x: 3.5d
- y: -5.0d
- }
- {
- id: "37B6D5296A4B3D2F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1FDF4A0BD4EAFCFF"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "615DF40507E9BFF7"
- item: "alexsmobs:blobfish"
- type: "item"
- }]
- x: 5.5d
- y: -2.0d
- }
- {
- description: [
- "&eAquaculture&r heavily expands fishing by allowing you to catch many &enew fish, treasures&r, and customize new &etiered fishing rods&r with the &eTackle Box.&r"
- ""
- "Fish up a &eNeptune's Bounty&r for a chance to get &eNeptunium Ingots&r which are can create powerful &eequipment.&r"
- ]
- id: "19527088738A2A88"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7C1DF682350DB7C5"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- size: 1.5d
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "3D59503141381E06"
- item: {
- Count: 1b
- id: "aquaculture:iron_fishing_rod"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "71954115EC95A61B"
- item: "aquaculture:tackle_box"
- type: "item"
- }
- {
- id: "1099761C9CEDBA39"
- item: "aquaculture:fishing_line"
- type: "item"
- }
- {
- id: "77370E5A3EF80DE2"
- item: "aquaculture:bobber"
- type: "item"
- }
- {
- id: "2EAC71E96FF5E47D"
- item: "aquaculture:iron_hook"
- type: "item"
- }
- ]
- title: "Aquaculture"
- x: 3.5d
- y: 5.5d
- }
- {
- dependencies: [
- "2737DBBDB6470EC8"
- "1787D16758C8ABAE"
- "10675CAE2C591D1C"
- "0321A20599EF48D9"
- "01DB7952165EAEC5"
- "22CCDC1E42E2D623"
- "302B5787FB962B23"
- "36DC60BF60E3481A"
- "63AC29DDE537EB5B"
- "2BA35B95D74FF964"
- "1AA9D085C48E0B81"
- "745B323EB1273261"
- "0C7228401823A03B"
- "4D4895183A411B3A"
- "19F6EDDFE16530FB"
- "5DD1BAF87775FAE4"
- "47C2A71D61E8498E"
- "259B4373AD36CF64"
- "1DFF24281ECA0CA7"
- "63517924B2D7B79E"
- "339E89D78088AE01"
- "1CEEACDCCB37F744"
- "794378358AB30607"
- "293C79C408FF3A45"
- "2C7FB03D2B8D498D"
- "53D823985369836C"
- "217B8E39E86A23EF"
- "440009859D9C7E53"
- "265156FBF6A1B441"
- "54674B2ABA1E5F03"
- "11FA3B43D0710998"
- "04485A5AA8D3B213"
- "1B3CF7ABD92B20EE"
- "69634E18765F3A71"
- "3C17E5091A28D863"
- "2AE90AA91EA7D8B1"
- "542938A1B131D26F"
- "19527088738A2A88"
- "12F2DDB353B0FBAF"
- "7371CB3124B587AA"
- "3B7B3B545E7F2433"
- "320AC78FDA0D8FEB"
- "1706167C429E3700"
- "16E9E743F7F5D2B8"
- "1F8997BD6D6D2734"
- "780B461DB038F95C"
- "21F5B80CB82300A9"
- "47C34829D2DD2C4E"
- "45AA6BB9593F66D7"
- "422E61F3FC5BFAFD"
- "37B6D5296A4B3D2F"
- ]
- id: "59242A72A38A5A9A"
- rewards: [
- {
- command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved Gotta Catch 'em All!\"}]}"
- elevate_perms: true
- icon: "minecraft:cookie"
- id: "04C114E62B4B63C1"
- title: "Click here to brag"
- type: "command"
- }
- {
- command: "/mine_and_slash give xp_times_lvl @p 1000"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "686A1ED080EA0A37"
- silent: true
- title: "1000 Experience x Lv."
- type: "command"
- }
- {
- count: 4
- id: "0C225076F08173DE"
- item: "lightmanscurrency:coin_diamond"
- title: "Money"
- type: "item"
- }
- {
- id: "36BFAA8235959B1E"
- item: "simplehats:fishing_hat"
- type: "item"
- }
- ]
- shape: "hexagon"
- size: 2.0d
- subtitle: "Catch one of each fish and obtain the Neptunium Fishing Rod"
- tasks: [{
- id: "7DB9CE4C5E6F313B"
- item: {
- Count: 1b
- id: "aquaculture:neptunium_fishing_rod"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Achievement: Gotta Catch 'em All"
- x: 3.5d
- y: -7.0d
- }
- {
- id: "780B461DB038F95C"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "426DDF042A37857B"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- tasks: [{
- id: "2159D090EC9C416F"
- item: "aquaculture:fish_bones"
- type: "item"
- }]
- x: 7.5d
- y: -2.0d
- }
- ]
- title: "Fishing"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "fishing"
+ group: "37C10F4BE9E00A26"
+ icon: "mmorpg:rare_mats/fishing/greater"
+ id: "5F95DDA1E0BA268A"
+ order_index: 1
+ quest_links: [ ]
+ quests: [
+ {
+ id: "63AC29DDE537EB5B"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3675FEC5C14EBF2E"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "77A4B835B85553BD"
+ item: "aquaculture:tuna"
+ type: "item"
+ }]
+ x: -2.5d
+ y: -0.5d
+ }
+ {
+ id: "217B8E39E86A23EF"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "59948EFF519CACF6"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "0002004161A2098D"
+ item: "aquaculture:red_grouper"
+ type: "item"
+ }]
+ x: 1.5d
+ y: -0.5d
+ }
+ {
+ id: "36DC60BF60E3481A"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "012EBE6E0D9D94BD"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "38DB83F924677E9B"
+ item: "aquaculture:jellyfish"
+ type: "item"
+ }]
+ x: -0.5d
+ y: -0.5d
+ }
+ {
+ id: "16E9E743F7F5D2B8"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7BAD508109CB47DE"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "6FBCC3E20B3CA058"
+ item: "aquaculture:red_shrooma"
+ type: "item"
+ }]
+ x: 3.5d
+ y: -0.5d
+ }
+ {
+ id: "3B7B3B545E7F2433"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "47CC344CD6207669"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "70163D8044AB8304"
+ item: "aquaculture:brown_shrooma"
+ type: "item"
+ }]
+ x: 5.5d
+ y: -0.5d
+ }
+ {
+ id: "2BA35B95D74FF964"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "35ED5866E352E8E5"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "74069DAD31AC6310"
+ item: "aquaculture:tambaqui"
+ type: "item"
+ }]
+ x: 7.5d
+ y: -0.5d
+ }
+ {
+ id: "794378358AB30607"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "556CEA9605B1B274"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "682BA0A62ED2F59F"
+ item: "aquaculture:arrau_turtle"
+ type: "item"
+ }]
+ x: 9.5d
+ y: -0.5d
+ }
+ {
+ id: "21F5B80CB82300A9"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "098A037F19EC26D0"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "1828EF509E9CE9E0"
+ item: "alexsmobs:fish_bones"
+ type: "item"
+ }]
+ x: -2.5d
+ y: -2.0d
+ }
+ {
+ id: "19F6EDDFE16530FB"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1B15A18B3C7BB211"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "7333FAAE45865BD1"
+ item: "undergarden:raw_gwibling"
+ type: "item"
+ }]
+ x: 9.5d
+ y: 5.5d
+ }
+ {
+ id: "1706167C429E3700"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5E2BF68090298666"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "432314338072F115"
+ item: "minecraft:cod"
+ type: "item"
+ }]
+ x: -2.5d
+ y: 1.0d
+ }
+ {
+ id: "2AE90AA91EA7D8B1"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2B6FF03AE17F39A6"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "50A3AB09230EE2EB"
+ item: "aquaculture:atlantic_cod"
+ type: "item"
+ }]
+ x: -0.5d
+ y: 1.0d
+ }
+ {
+ id: "7371CB3124B587AA"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1704ADCF72B4D6B3"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "62139B99F3A8A553"
+ item: "aquaculture:blackfish"
+ type: "item"
+ }]
+ x: 1.5d
+ y: 1.0d
+ }
+ {
+ id: "259B4373AD36CF64"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "753E8D4D8C2AAE98"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "1ED5CFEB02DA5933"
+ item: "aquaculture:pacific_halibut"
+ type: "item"
+ }]
+ x: 3.5d
+ y: 1.0d
+ }
+ {
+ id: "5DD1BAF87775FAE4"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "03A7068769D02DD7"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "646D39CAE4C10C7E"
+ item: "aquaculture:atlantic_halibut"
+ type: "item"
+ }]
+ x: 5.5d
+ y: 1.0d
+ }
+ {
+ id: "45AA6BB9593F66D7"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0BB3E5CA0314232A"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "1D10BC47C0A55893"
+ item: "aquaculture:atlantic_herring"
+ type: "item"
+ }]
+ x: 7.5d
+ y: 1.0d
+ }
+ {
+ id: "2737DBBDB6470EC8"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1874A07547100587"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "6F0FB864A32502E2"
+ item: "aquaculture:bluegill"
+ type: "item"
+ }]
+ x: 9.5d
+ y: 1.0d
+ }
+ {
+ id: "339E89D78088AE01"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1932560202366959"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "0DA6310A3DC383D5"
+ item: "aquaculture:smallmouth_bass"
+ type: "item"
+ }]
+ x: -0.5d
+ y: -2.0d
+ }
+ {
+ id: "1787D16758C8ABAE"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "507D9B2FDE0F855C"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "15A545C4933E6814"
+ item: "aquaculture:synodontis"
+ type: "item"
+ }]
+ x: 7.5d
+ y: 5.5d
+ }
+ {
+ id: "542938A1B131D26F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6100DD33D80E31FF"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "77D77E8471EAF2D7"
+ item: "aquaculture:capitaine"
+ type: "item"
+ }]
+ x: -2.5d
+ y: 2.5d
+ }
+ {
+ id: "440009859D9C7E53"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "56C995B5F9EB2BE6"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "7D2CE7820357D2E5"
+ item: "aquaculture:boulti"
+ type: "item"
+ }]
+ x: -0.5d
+ y: 2.5d
+ }
+ {
+ id: "04485A5AA8D3B213"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0C2C185D1451EAE2"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "62DDD237856BADA9"
+ item: "aquaculture:bayad"
+ type: "item"
+ }]
+ x: 1.5d
+ y: 2.5d
+ }
+ {
+ id: "1F8997BD6D6D2734"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "672DF4C5D02054C0"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "45AEB5F40A18E3C5"
+ item: "aquaculture:rainbow_trout"
+ type: "item"
+ }]
+ x: 3.5d
+ y: 2.5d
+ }
+ {
+ id: "1B3CF7ABD92B20EE"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "48B6470200F89DA4"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "340664C9611CDBDB"
+ item: "aquaculture:pollock"
+ type: "item"
+ }]
+ x: 5.5d
+ y: 2.5d
+ }
+ {
+ id: "293C79C408FF3A45"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4E3CB9D6F07349F7"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "0D0164DA5DAC439E"
+ item: "aquaculture:pink_salmon"
+ type: "item"
+ }]
+ x: 7.5d
+ y: 2.5d
+ }
+ {
+ id: "1AA9D085C48E0B81"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7A348ED93E2960FA"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "5E849EC9AD9B0C74"
+ item: "aquaculture:brown_trout"
+ type: "item"
+ }]
+ x: 9.5d
+ y: 2.5d
+ }
+ {
+ id: "2C7FB03D2B8D498D"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1A56060D7F0A53EA"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "7D10419100DEAFF0"
+ item: "aquaculture:carp"
+ type: "item"
+ }]
+ x: 1.5d
+ y: -2.0d
+ }
+ {
+ id: "54674B2ABA1E5F03"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2BD63AA6E08BD638"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "16C86AC51BF75B60"
+ item: "aquaculture:catfish"
+ type: "item"
+ }]
+ x: 5.5d
+ y: 5.5d
+ }
+ {
+ id: "0321A20599EF48D9"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "72FC03E270DFC53D"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "5CCC8923F96D03AA"
+ item: "aquaculture:gar"
+ type: "item"
+ }]
+ x: -2.5d
+ y: 4.0d
+ }
+ {
+ id: "302B5787FB962B23"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1592299421896666"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "6308FFB4D0BEA9F1"
+ item: {
+ Count: 1b
+ id: "aquaculture:minnow"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ x: -0.5d
+ y: 4.0d
+ }
+ {
+ id: "53D823985369836C"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "09023A7D0C367A9E"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "4375AB225A2C909D"
+ item: "aquaculture:muskellunge"
+ type: "item"
+ }]
+ x: 1.5d
+ y: 4.0d
+ }
+ {
+ id: "12F2DDB353B0FBAF"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "192FC0B1C5CB627C"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "356E7B8C567F675A"
+ item: "aquaculture:perch"
+ type: "item"
+ }]
+ x: 3.5d
+ y: 4.0d
+ }
+ {
+ id: "1CEEACDCCB37F744"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3BCAFC4C05DC246C"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "0E6CECC1E7EF313F"
+ item: "aquaculture:arapaima"
+ type: "item"
+ }]
+ x: 5.5d
+ y: 4.0d
+ }
+ {
+ id: "4D4895183A411B3A"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "068505EDA279FB82"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "76E44DAE730FE933"
+ item: "aquaculture:piranha"
+ type: "item"
+ }]
+ x: 7.5d
+ y: 4.0d
+ }
+ {
+ id: "69634E18765F3A71"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "079E7F531CBFA4B4"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "5F568B121CB9888C"
+ item: "aquaculture:box_turtle"
+ type: "item"
+ }]
+ x: 9.5d
+ y: 4.0d
+ }
+ {
+ id: "3C17E5091A28D863"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "44476B2B8D972EA9"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "00DE7173A11753F8"
+ item: "aquaculture:goldfish"
+ type: "item"
+ }]
+ x: 3.5d
+ y: -2.0d
+ }
+ {
+ id: "63517924B2D7B79E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "192C7B12493AE204"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "093865A8839B6D60"
+ item: {
+ Count: 1b
+ id: "aquaculture:leech"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ x: 9.5d
+ y: -2.0d
+ }
+ {
+ id: "47C2A71D61E8498E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "71219ABAE98FF096"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "439B78AADD9B138A"
+ item: "mmorpg:rare_mats/fishing/greater"
+ type: "item"
+ }]
+ x: 5.5d
+ y: -5.0d
+ }
+ {
+ id: "745B323EB1273261"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6DF4629E87AD3496"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "7171C77B0F45DAC2"
+ item: "mmorpg:material/fishing/4"
+ type: "item"
+ }]
+ x: 8.5d
+ y: -3.5d
+ }
+ {
+ id: "11FA3B43D0710998"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "24A941D65C55FC3D"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "425299EE106D1C54"
+ item: "mmorpg:material/fishing/3"
+ type: "item"
+ }]
+ x: 4.5d
+ y: -3.5d
+ }
+ {
+ id: "265156FBF6A1B441"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "27D504E5929170C9"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "5F227036908EFFB4"
+ item: "mmorpg:material/fishing/2"
+ type: "item"
+ }]
+ x: 2.5d
+ y: -3.5d
+ }
+ {
+ id: "47C34829D2DD2C4E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4F2A109E048357A1"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "78D357DF4DC56887"
+ item: "mmorpg:material/fishing/1"
+ type: "item"
+ }]
+ x: 0.5d
+ y: -3.5d
+ }
+ {
+ id: "01DB7952165EAEC5"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7A4C6174B7E2C91A"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "4707A8FFD06A6E55"
+ item: "mmorpg:material/fishing/0"
+ type: "item"
+ }]
+ x: -1.5d
+ y: -3.5d
+ }
+ {
+ id: "1DFF24281ECA0CA7"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3C74AC3B96A31C3C"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "776E023B4D6F5726"
+ item: "minecraft:pufferfish"
+ type: "item"
+ }]
+ x: -2.5d
+ y: 5.5d
+ }
+ {
+ id: "0C7228401823A03B"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6798A442727DCD9A"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "45AF0E3D64D37506"
+ item: "minecraft:tropical_fish"
+ type: "item"
+ }]
+ x: -0.5d
+ y: 5.5d
+ }
+ {
+ id: "22CCDC1E42E2D623"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7642CC2A6CACB0B1"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "5D18F9C152772DFB"
+ item: "minecraft:salmon"
+ type: "item"
+ }]
+ x: 1.5d
+ y: 5.5d
+ }
+ {
+ id: "10675CAE2C591D1C"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "602B1E698AA99844"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "6F9A3D46920B95B1"
+ item: "mmorpg:material/fishing/5"
+ type: "item"
+ }]
+ x: 6.5d
+ y: -3.5d
+ }
+ {
+ id: "320AC78FDA0D8FEB"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5D35FC2C4111645B"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "5BCD31FCAFD082A8"
+ item: "mmorpg:rare_mats/fishing/lesser"
+ type: "item"
+ }]
+ x: 1.5d
+ y: -5.0d
+ }
+ {
+ id: "422E61F3FC5BFAFD"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2876712037B5ED99"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "3C6D15E7928CE233"
+ item: "mmorpg:rare_mats/fishing/medium"
+ type: "item"
+ }]
+ x: 3.5d
+ y: -5.0d
+ }
+ {
+ id: "37B6D5296A4B3D2F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1FDF4A0BD4EAFCFF"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "615DF40507E9BFF7"
+ item: "alexsmobs:blobfish"
+ type: "item"
+ }]
+ x: 5.5d
+ y: -2.0d
+ }
+ {
+ description: [
+ "&eAquaculture&r heavily expands fishing by allowing you to catch many &enew fish, treasures&r, and customize new &etiered fishing rods&r with the &eTackle Box.&r"
+ ""
+ "Fish up a &eNeptune's Bounty&r for a chance to get &eNeptunium Ingots&r which are can create powerful &eequipment.&r"
+ ]
+ id: "19527088738A2A88"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7C1DF682350DB7C5"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ size: 1.5d
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "3D59503141381E06"
+ item: {
+ Count: 1b
+ id: "aquaculture:iron_fishing_rod"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "71954115EC95A61B"
+ item: "aquaculture:tackle_box"
+ type: "item"
+ }
+ {
+ id: "1099761C9CEDBA39"
+ item: "aquaculture:fishing_line"
+ type: "item"
+ }
+ {
+ id: "77370E5A3EF80DE2"
+ item: "aquaculture:bobber"
+ type: "item"
+ }
+ {
+ id: "2EAC71E96FF5E47D"
+ item: "aquaculture:iron_hook"
+ type: "item"
+ }
+ ]
+ title: "Aquaculture"
+ x: 3.5d
+ y: 5.5d
+ }
+ {
+ dependencies: [
+ "2737DBBDB6470EC8"
+ "1787D16758C8ABAE"
+ "10675CAE2C591D1C"
+ "0321A20599EF48D9"
+ "01DB7952165EAEC5"
+ "22CCDC1E42E2D623"
+ "302B5787FB962B23"
+ "36DC60BF60E3481A"
+ "63AC29DDE537EB5B"
+ "2BA35B95D74FF964"
+ "1AA9D085C48E0B81"
+ "745B323EB1273261"
+ "0C7228401823A03B"
+ "4D4895183A411B3A"
+ "19F6EDDFE16530FB"
+ "5DD1BAF87775FAE4"
+ "47C2A71D61E8498E"
+ "259B4373AD36CF64"
+ "1DFF24281ECA0CA7"
+ "63517924B2D7B79E"
+ "339E89D78088AE01"
+ "1CEEACDCCB37F744"
+ "794378358AB30607"
+ "293C79C408FF3A45"
+ "2C7FB03D2B8D498D"
+ "53D823985369836C"
+ "217B8E39E86A23EF"
+ "440009859D9C7E53"
+ "265156FBF6A1B441"
+ "54674B2ABA1E5F03"
+ "11FA3B43D0710998"
+ "04485A5AA8D3B213"
+ "1B3CF7ABD92B20EE"
+ "69634E18765F3A71"
+ "3C17E5091A28D863"
+ "2AE90AA91EA7D8B1"
+ "542938A1B131D26F"
+ "19527088738A2A88"
+ "12F2DDB353B0FBAF"
+ "7371CB3124B587AA"
+ "3B7B3B545E7F2433"
+ "320AC78FDA0D8FEB"
+ "1706167C429E3700"
+ "16E9E743F7F5D2B8"
+ "1F8997BD6D6D2734"
+ "780B461DB038F95C"
+ "21F5B80CB82300A9"
+ "47C34829D2DD2C4E"
+ "45AA6BB9593F66D7"
+ "422E61F3FC5BFAFD"
+ "37B6D5296A4B3D2F"
+ ]
+ id: "59242A72A38A5A9A"
+ rewards: [
+ {
+ command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved Gotta Catch 'em All!\"}]}"
+ elevate_perms: true
+ icon: "minecraft:cookie"
+ id: "04C114E62B4B63C1"
+ title: "Click here to brag"
+ type: "command"
+ }
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 1000"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "686A1ED080EA0A37"
+ silent: true
+ title: "1000 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 4
+ id: "0C225076F08173DE"
+ item: "lightmanscurrency:coin_diamond"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "36BFAA8235959B1E"
+ item: "simplehats:fishing_hat"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ size: 2.0d
+ subtitle: "Catch one of each fish and obtain the Neptunium Fishing Rod"
+ tasks: [{
+ id: "7DB9CE4C5E6F313B"
+ item: {
+ Count: 1b
+ id: "aquaculture:neptunium_fishing_rod"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Achievement: Gotta Catch 'em All"
+ x: 3.5d
+ y: -7.0d
+ }
+ {
+ id: "780B461DB038F95C"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "426DDF042A37857B"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ tasks: [{
+ id: "2159D090EC9C416F"
+ item: "aquaculture:fish_bones"
+ type: "item"
+ }]
+ x: 7.5d
+ y: -2.0d
+ }
+ ]
+ title: "Fishing"
+}
diff --git a/config/ftbquests/quests/chapters/gem_shop.snbt b/config/ftbquests/quests/chapters/gem_shop.snbt
index 44b2ab4..ca094cb 100644
--- a/config/ftbquests/quests/chapters/gem_shop.snbt
+++ b/config/ftbquests/quests/chapters/gem_shop.snbt
@@ -1,289 +1,289 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "gem_shop"
- group: "1E3C4B5FFAE48A39"
- icon: "lightmanscurrency:coinpile_gold"
- id: "1C1F2FEB2B92EA6A"
- order_index: 7
- quest_links: [ ]
- quests: [
- {
- can_repeat: true
- dependencies: ["727ADA9C4F420BDC"]
- description: [
- "This \"quest\" consumes the coin and lets you select a reward from the list."
- ""
- ""
- "&eThis shop unlocks once you complete \"Acts\" in Act I.&r"
- ]
- hide_dependency_lines: true
- icon: "mmorpg:skill_gems/aura/str"
- id: "55192DBA1B148B8F"
- rewards: [{
- exclude_from_claim_all: true
- id: "2DA0E0BE6186F27C"
- table_id: 501834786334198433L
- type: "choice"
- }]
- shape: "octagon"
- subtitle: "Shop"
- tasks: [{
- consume_items: true
- id: "0E910380456F764A"
- item: "lightmanscurrency:coin_gold"
- type: "item"
- }]
- title: "Augment Gem Shop I"
- x: 0.0d
- y: 0.0d
- }
- {
- can_repeat: true
- dependencies: ["727ADA9C4F420BDC"]
- description: [
- "This \"quest\" consumes the coin and lets you select a reward from the list."
- ""
- ""
- "&eThis shop unlocks once you complete \"Acts\" in Act I.&r"
- ]
- hide_dependency_lines: true
- icon: "mmorpg:skill_gems/support/str"
- id: "285E66EF1B070F44"
- rewards: [{
- exclude_from_claim_all: true
- id: "5FF9697EF1D7FE64"
- table_id: 6773419606258025386L
- type: "choice"
- }]
- shape: "octagon"
- subtitle: "Shop"
- tasks: [{
- consume_items: true
- id: "7FAC4A08A9F84E6E"
- item: "lightmanscurrency:coin_emerald"
- type: "item"
- }]
- title: "Support Gem Shop I"
- x: 1.5d
- y: 0.0d
- }
- {
- can_repeat: true
- dependencies: ["114D74DF8284ACC3"]
- description: [
- "This \"quest\" consumes the coin and lets you select a reward from the list."
- ""
- ""
- "&eThis shop unlocks once you complete \"Dark Ritual\" in Act II.&r"
- ]
- hide_dependency_lines: true
- icon: "mmorpg:skill_gems/aura/dex"
- id: "5B5401DA5BD89BCC"
- rewards: [{
- exclude_from_claim_all: true
- id: "6CD10129BE9897B0"
- table_id: 7974232006375387374L
- type: "choice"
- }]
- shape: "octagon"
- subtitle: "Shop"
- tasks: [{
- consume_items: true
- id: "108033F458256676"
- item: "lightmanscurrency:coin_gold"
- type: "item"
- }]
- title: "Augment Gem Shop II"
- x: 0.0d
- y: 1.5d
- }
- {
- can_repeat: true
- dependencies: ["114D74DF8284ACC3"]
- description: [
- "This \"quest\" consumes the coin and lets you select a reward from the list."
- ""
- ""
- "&eThis shop unlocks once you complete \"Dark Ritual\" in Act II.&r"
- ]
- hide_dependency_lines: true
- icon: "mmorpg:skill_gems/support/dex"
- id: "76048C827DB71DFA"
- rewards: [{
- exclude_from_claim_all: true
- id: "42682327F369DF7A"
- table_id: 6426093941301649037L
- type: "choice"
- }]
- shape: "octagon"
- subtitle: "Shop"
- tasks: [{
- consume_items: true
- id: "28E4CDDAD8CAF772"
- item: "lightmanscurrency:coin_emerald"
- type: "item"
- }]
- title: "Support Gem Shop II"
- x: 1.5d
- y: 1.5d
- }
- {
- can_repeat: true
- dependencies: ["55F9F418C4CA3B3A"]
- description: [
- "This \"quest\" consumes the coin and lets you select a reward from the list."
- ""
- ""
- "&eThis shop unlocks once you complete \"Captain Cornelia's Locker\" in Act III.&r"
- ]
- hide_dependency_lines: true
- icon: "mmorpg:skill_gems/aura/int"
- id: "7A05F5EA8254C615"
- rewards: [{
- exclude_from_claim_all: true
- id: "5A40FF86D1CDB293"
- table_id: 1584215562736554857L
- type: "choice"
- }]
- shape: "octagon"
- subtitle: "Shop"
- tasks: [{
- consume_items: true
- id: "49B1944942C92B6A"
- item: "lightmanscurrency:coin_emerald"
- type: "item"
- }]
- title: "Augment Gem Shop III"
- x: 0.0d
- y: 3.0d
- }
- {
- can_repeat: true
- dependencies: ["55F9F418C4CA3B3A"]
- description: [
- "This \"quest\" consumes the coin and lets you select a reward from the list."
- ""
- ""
- "&eThis shop unlocks once you complete \"Captain Cornelia's Locker\" in Act III.&r"
- ]
- hide_dependency_lines: true
- icon: "mmorpg:skill_gems/support/int"
- id: "6F018A195B337C80"
- rewards: [{
- exclude_from_claim_all: true
- id: "5D1DA70AF6728231"
- table_id: 5185107981486810968L
- type: "choice"
- }]
- shape: "octagon"
- subtitle: "Shop"
- tasks: [{
- consume_items: true
- id: "6590FCCB60F53CE9"
- item: "lightmanscurrency:coin_diamond"
- type: "item"
- }]
- title: "Support Gem Shop III"
- x: 1.5d
- y: 3.0d
- }
- {
- can_repeat: true
- dependencies: [
- "30B56119C4EA7398"
- "09CFBF8766DA4706"
- ]
- description: [
- "This \"quest\" consumes the coin and lets you select a reward from the list."
- ""
- ""
- "&eThis shop unlocks once you complete \"An Uprooting\" &cand&r &e\"Caught in a Web\" in Act IV.&r"
- ]
- hide_dependency_lines: true
- icon: "mmorpg:skill_gems/aura/str"
- id: "4368E5558B062807"
- rewards: [{
- exclude_from_claim_all: true
- id: "47DE73088AD4C1F4"
- table_id: 3941102663062641829L
- type: "choice"
- }]
- shape: "octagon"
- subtitle: "Shop"
- tasks: [{
- consume_items: true
- id: "4CFE1BFC234987E5"
- item: "lightmanscurrency:coin_diamond"
- type: "item"
- }]
- title: "Augment Gem Shop IV"
- x: 0.0d
- y: 4.5d
- }
- {
- can_repeat: true
- dependencies: [
- "30B56119C4EA7398"
- "09CFBF8766DA4706"
- ]
- description: [
- "This \"quest\" consumes the coin and lets you select a reward from the list."
- ""
- ""
- "&eThis shop unlocks once you complete \"An Uprooting\" &cand&r &e\"Caught in a Web\" in Act IV.&r"
- ]
- hide_dependency_lines: true
- icon: "mmorpg:skill_gems/support/str"
- id: "56C51AF211DEF478"
- rewards: [{
- exclude_from_claim_all: true
- id: "07D8239A93D60C13"
- table_id: 4343783444613774232L
- type: "choice"
- }]
- shape: "octagon"
- subtitle: "Shop"
- tasks: [{
- consume_items: true
- id: "2D8C26F083B682EA"
- item: "lightmanscurrency:coin_netherite"
- type: "item"
- }]
- title: "Support Gem Shop IV"
- x: 1.5d
- y: 4.5d
- }
- {
- can_repeat: true
- dependencies: ["6149D163ABF06A15"]
- description: [
- "This \"quest\" consumes the coin and gives you a &eSINGLE&r random level 60, 80, or 100 &cUnique&r!"
- ""
- ""
- "&eThis shop unlocks once you complete \"Untied Loose Ends\" in Act V.&r"
- ]
- hide_dependency_lines: true
- icon: "mmorpg:chest/legendary_gear"
- id: "2F90341CB7C42085"
- rewards: [{
- exclude_from_claim_all: true
- id: "7AE40FF82ED7A6D2"
- table_id: 6102958044406014672L
- type: "choice"
- }]
- shape: "octagon"
- subtitle: "Shop"
- tasks: [{
- consume_items: true
- id: "0525293A48F7C0FB"
- item: "lightmanscurrency:coin_netherite"
- type: "item"
- }]
- title: "Random Unique Shop"
- x: 0.0d
- y: 6.0d
- }
- ]
- title: "Campaign Shop"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "gem_shop"
+ group: "1E3C4B5FFAE48A39"
+ icon: "lightmanscurrency:coinpile_gold"
+ id: "1C1F2FEB2B92EA6A"
+ order_index: 7
+ quest_links: [ ]
+ quests: [
+ {
+ can_repeat: true
+ dependencies: ["727ADA9C4F420BDC"]
+ description: [
+ "This \"quest\" consumes the coin and lets you select a reward from the list."
+ ""
+ ""
+ "&eThis shop unlocks once you complete \"Acts\" in Act I.&r"
+ ]
+ hide_dependency_lines: true
+ icon: "mmorpg:skill_gems/aura/str"
+ id: "55192DBA1B148B8F"
+ rewards: [{
+ exclude_from_claim_all: true
+ id: "2DA0E0BE6186F27C"
+ table_id: 501834786334198433L
+ type: "choice"
+ }]
+ shape: "octagon"
+ subtitle: "Shop"
+ tasks: [{
+ consume_items: true
+ id: "0E910380456F764A"
+ item: "lightmanscurrency:coin_gold"
+ type: "item"
+ }]
+ title: "Augment Gem Shop I"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ can_repeat: true
+ dependencies: ["727ADA9C4F420BDC"]
+ description: [
+ "This \"quest\" consumes the coin and lets you select a reward from the list."
+ ""
+ ""
+ "&eThis shop unlocks once you complete \"Acts\" in Act I.&r"
+ ]
+ hide_dependency_lines: true
+ icon: "mmorpg:skill_gems/support/str"
+ id: "285E66EF1B070F44"
+ rewards: [{
+ exclude_from_claim_all: true
+ id: "5FF9697EF1D7FE64"
+ table_id: 6773419606258025386L
+ type: "choice"
+ }]
+ shape: "octagon"
+ subtitle: "Shop"
+ tasks: [{
+ consume_items: true
+ id: "7FAC4A08A9F84E6E"
+ item: "lightmanscurrency:coin_emerald"
+ type: "item"
+ }]
+ title: "Support Gem Shop I"
+ x: 1.5d
+ y: 0.0d
+ }
+ {
+ can_repeat: true
+ dependencies: ["114D74DF8284ACC3"]
+ description: [
+ "This \"quest\" consumes the coin and lets you select a reward from the list."
+ ""
+ ""
+ "&eThis shop unlocks once you complete \"Dark Ritual\" in Act II.&r"
+ ]
+ hide_dependency_lines: true
+ icon: "mmorpg:skill_gems/aura/dex"
+ id: "5B5401DA5BD89BCC"
+ rewards: [{
+ exclude_from_claim_all: true
+ id: "6CD10129BE9897B0"
+ table_id: 7974232006375387374L
+ type: "choice"
+ }]
+ shape: "octagon"
+ subtitle: "Shop"
+ tasks: [{
+ consume_items: true
+ id: "108033F458256676"
+ item: "lightmanscurrency:coin_gold"
+ type: "item"
+ }]
+ title: "Augment Gem Shop II"
+ x: 0.0d
+ y: 1.5d
+ }
+ {
+ can_repeat: true
+ dependencies: ["114D74DF8284ACC3"]
+ description: [
+ "This \"quest\" consumes the coin and lets you select a reward from the list."
+ ""
+ ""
+ "&eThis shop unlocks once you complete \"Dark Ritual\" in Act II.&r"
+ ]
+ hide_dependency_lines: true
+ icon: "mmorpg:skill_gems/support/dex"
+ id: "76048C827DB71DFA"
+ rewards: [{
+ exclude_from_claim_all: true
+ id: "42682327F369DF7A"
+ table_id: 6426093941301649037L
+ type: "choice"
+ }]
+ shape: "octagon"
+ subtitle: "Shop"
+ tasks: [{
+ consume_items: true
+ id: "28E4CDDAD8CAF772"
+ item: "lightmanscurrency:coin_emerald"
+ type: "item"
+ }]
+ title: "Support Gem Shop II"
+ x: 1.5d
+ y: 1.5d
+ }
+ {
+ can_repeat: true
+ dependencies: ["55F9F418C4CA3B3A"]
+ description: [
+ "This \"quest\" consumes the coin and lets you select a reward from the list."
+ ""
+ ""
+ "&eThis shop unlocks once you complete \"Captain Cornelia's Locker\" in Act III.&r"
+ ]
+ hide_dependency_lines: true
+ icon: "mmorpg:skill_gems/aura/int"
+ id: "7A05F5EA8254C615"
+ rewards: [{
+ exclude_from_claim_all: true
+ id: "5A40FF86D1CDB293"
+ table_id: 1584215562736554857L
+ type: "choice"
+ }]
+ shape: "octagon"
+ subtitle: "Shop"
+ tasks: [{
+ consume_items: true
+ id: "49B1944942C92B6A"
+ item: "lightmanscurrency:coin_emerald"
+ type: "item"
+ }]
+ title: "Augment Gem Shop III"
+ x: 0.0d
+ y: 3.0d
+ }
+ {
+ can_repeat: true
+ dependencies: ["55F9F418C4CA3B3A"]
+ description: [
+ "This \"quest\" consumes the coin and lets you select a reward from the list."
+ ""
+ ""
+ "&eThis shop unlocks once you complete \"Captain Cornelia's Locker\" in Act III.&r"
+ ]
+ hide_dependency_lines: true
+ icon: "mmorpg:skill_gems/support/int"
+ id: "6F018A195B337C80"
+ rewards: [{
+ exclude_from_claim_all: true
+ id: "5D1DA70AF6728231"
+ table_id: 5185107981486810968L
+ type: "choice"
+ }]
+ shape: "octagon"
+ subtitle: "Shop"
+ tasks: [{
+ consume_items: true
+ id: "6590FCCB60F53CE9"
+ item: "lightmanscurrency:coin_diamond"
+ type: "item"
+ }]
+ title: "Support Gem Shop III"
+ x: 1.5d
+ y: 3.0d
+ }
+ {
+ can_repeat: true
+ dependencies: [
+ "30B56119C4EA7398"
+ "09CFBF8766DA4706"
+ ]
+ description: [
+ "This \"quest\" consumes the coin and lets you select a reward from the list."
+ ""
+ ""
+ "&eThis shop unlocks once you complete \"An Uprooting\" &cand&r &e\"Caught in a Web\" in Act IV.&r"
+ ]
+ hide_dependency_lines: true
+ icon: "mmorpg:skill_gems/aura/str"
+ id: "4368E5558B062807"
+ rewards: [{
+ exclude_from_claim_all: true
+ id: "47DE73088AD4C1F4"
+ table_id: 3941102663062641829L
+ type: "choice"
+ }]
+ shape: "octagon"
+ subtitle: "Shop"
+ tasks: [{
+ consume_items: true
+ id: "4CFE1BFC234987E5"
+ item: "lightmanscurrency:coin_diamond"
+ type: "item"
+ }]
+ title: "Augment Gem Shop IV"
+ x: 0.0d
+ y: 4.5d
+ }
+ {
+ can_repeat: true
+ dependencies: [
+ "30B56119C4EA7398"
+ "09CFBF8766DA4706"
+ ]
+ description: [
+ "This \"quest\" consumes the coin and lets you select a reward from the list."
+ ""
+ ""
+ "&eThis shop unlocks once you complete \"An Uprooting\" &cand&r &e\"Caught in a Web\" in Act IV.&r"
+ ]
+ hide_dependency_lines: true
+ icon: "mmorpg:skill_gems/support/str"
+ id: "56C51AF211DEF478"
+ rewards: [{
+ exclude_from_claim_all: true
+ id: "07D8239A93D60C13"
+ table_id: 4343783444613774232L
+ type: "choice"
+ }]
+ shape: "octagon"
+ subtitle: "Shop"
+ tasks: [{
+ consume_items: true
+ id: "2D8C26F083B682EA"
+ item: "lightmanscurrency:coin_netherite"
+ type: "item"
+ }]
+ title: "Support Gem Shop IV"
+ x: 1.5d
+ y: 4.5d
+ }
+ {
+ can_repeat: true
+ dependencies: ["6149D163ABF06A15"]
+ description: [
+ "This \"quest\" consumes the coin and gives you a &eSINGLE&r random level 60, 80, or 100 &cUnique&r!"
+ ""
+ ""
+ "&eThis shop unlocks once you complete \"Untied Loose Ends\" in Act V.&r"
+ ]
+ hide_dependency_lines: true
+ icon: "mmorpg:chest/legendary_gear"
+ id: "2F90341CB7C42085"
+ rewards: [{
+ exclude_from_claim_all: true
+ id: "7AE40FF82ED7A6D2"
+ table_id: 6102958044406014672L
+ type: "choice"
+ }]
+ shape: "octagon"
+ subtitle: "Shop"
+ tasks: [{
+ consume_items: true
+ id: "0525293A48F7C0FB"
+ item: "lightmanscurrency:coin_netherite"
+ type: "item"
+ }]
+ title: "Random Unique Shop"
+ x: 0.0d
+ y: 6.0d
+ }
+ ]
+ title: "Campaign Shop"
+}
diff --git a/config/ftbquests/quests/chapters/jolly_cooperation.snbt b/config/ftbquests/quests/chapters/jolly_cooperation.snbt
index 6773def..cc1d8ff 100644
--- a/config/ftbquests/quests/chapters/jolly_cooperation.snbt
+++ b/config/ftbquests/quests/chapters/jolly_cooperation.snbt
@@ -1,942 +1,942 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "jolly_cooperation"
- group: "5C56FC6157E20EBE"
- icon: "minecraft:rose_bush"
- id: "05E0BC63F8DC87E2"
- order_index: 0
- quest_links: [ ]
- quests: [
- {
- description: [
- "&eLightman's Currency&r introduces coins as currency, various trading posts, the auction house, and more. "
- ""
- "Any &eLightman's Trader&r you place can only be modified by you or your Lightman's &eteam.&r Team accounts can be created by clicking the small Steve icon in the upper right of your inventory. There's also a &enotifications&r button for trader and team account events. Team accounts are used to share profits and costs between players."
- ""
- "&eCurrency&r is obtained by &ekilling&r mobs, &eloot&r, and &equests.&r"
- ""
- "Use &e/lctrade&r to trade with other nearby players."
- ]
- id: "06B577BB603F2F0A"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "374773DC08579C0F"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Vending Machine"
- tasks: [{
- id: "3A6E6453C16F4C89"
- item: "lightmanscurrency:vending_machine"
- type: "item"
- }]
- title: "Lightman's Currency"
- x: 0.0d
- y: 0.0d
- }
- {
- dependencies: ["06B577BB603F2F0A"]
- description: [
- "Most Item Trader blocks can trade any item, but some item types such as &ebooks&r or &earmor&r require specific &eTraders.&r "
- ""
- "Use a &eCash Register&r to &elink&r any placed traders with right click to &ebind&r it to the &eregister.&r Once the register is placed, all the trades available in the traders &ewill show up&r in the &eCash Register interface&r."
- ]
- id: "64C7494796410D04"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4A6C9A71A022A0C1"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Cash Register"
- tasks: [{
- id: "2DCBF62C3EC5F4FE"
- item: "lightmanscurrency:cash_register"
- type: "item"
- }]
- title: "Trading Posts"
- x: 0.0d
- y: -1.5d
- }
- {
- dependencies: ["64C7494796410D04"]
- description: [
- "&eATMs&r can &ekeep your money&r, &etransfer money&r between accounts and team accounts, and can &eexchange coins&r between denominations."
- ""
- "&ePiggy Banks&r can store coins by right clicking on it with a coin in hand. You'll have to &ebreak it&r to get the cash out, though."
- ""
- "The &eMoney Chest&r is an alternative to the ATM but &ecan only store&r money. If you don't &etrust&r the bank's ATM, keep your coins in the Money Chest instead."
- ""
- "Use &e/lcbaltop&r to see who has the most money &estored in their bank&r account."
- ]
- id: "6C57A4CBA635B27E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "086A687857069566"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "0D6098AA97808306"
- item: "lightmanscurrency:atm"
- type: "item"
- }
- {
- id: "37A73CBAF5EED880"
- item: "lightmanscurrency:piggy_bank"
- type: "item"
- }
- {
- id: "70503A6E08BBB908"
- item: "lightmanscurrency:coin_chest"
- type: "item"
- }
- ]
- title: "Money Storage"
- x: 0.0d
- y: -3.0d
- }
- {
- dependencies: ["6C57A4CBA635B27E"]
- description: [
- "&eTrading Terminals&r allow you to trade with any other traders on the &eglobal network&r. You can also access the server's &eAuction House&r which isn't available to regular players."
- ""
- "&eItem Network Traders&r have &e4&r tiers and can only be &eaccessed&r through Trading Terminals."
- ""
- "You can &eupgrade&r any regular trader to be accessed through the network as well as in person by placing a &eNetwork Upgrade&r in one of its &eupgrade slots&r."
- ""
- "&eAuction Stands&r can let players &ebid&r on items within the &etime alotted&r before the auction ends."
- ]
- id: "2BB4B6FE41F4CC58"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2BD9D6EA6E99502E"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "5BE8EC6FBAEA12B4"
- item: "lightmanscurrency:item_trader_server_sml"
- type: "item"
- }
- {
- id: "414707595643EEB0"
- item: "lightmanscurrency:network_upgrade"
- type: "item"
- }
- {
- id: "01FE70F053D60BE3"
- item: "lightmanscurrency:auction_stand_oak"
- type: "item"
- }
- ]
- x: 0.0d
- y: -4.5d
- }
- {
- dependencies: ["2BB4B6FE41F4CC58"]
- description: [
- "The &eTicket system&r is a good way to allow only &epaying customers to enter&r a designated area or &eactivate a redstone contraption&r. Don't let anyone get ahold of any &eMaster Tickets&r you create."
- ""
- "The &eSlot Machine&r allows you to create your own &epayout weights and potential rewards&r to paying customers."
- ]
- id: "322F44860B462AEF"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "112776A78DA44E79"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "36CBBF5574C67135"
- item: "lightmanscurrency:ticket_kiosk"
- type: "item"
- }
- {
- id: "76481E26B68A5DC5"
- item: "lightmanscurrency:paygate"
- type: "item"
- }
- {
- id: "656E0AEF24D841CB"
- item: "lightmanscurrency:ticket_machine"
- type: "item"
- }
- {
- id: "08328D273151AA2A"
- item: "lightmanscurrency:slot_machine"
- type: "item"
- }
- ]
- title: "Tickets and Slot Machines"
- x: 0.0d
- y: -6.0d
- }
- {
- dependencies: ["322F44860B462AEF"]
- id: "652C2A6786830558"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "76F366A39BE3CBF5"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- id: "7421D41C27D9A612"
- item: "simplehats:halo"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "60D301B383B7C824"
- item: "lightmanscurrency:coinblock_copper"
- type: "item"
- }
- {
- id: "2F2002492C9614D8"
- item: "lightmanscurrency:coinblock_iron"
- type: "item"
- }
- {
- id: "409E4DE17EB4AD7F"
- item: "lightmanscurrency:coinblock_gold"
- type: "item"
- }
- {
- id: "0C83A084CC749C05"
- item: "lightmanscurrency:coinblock_emerald"
- type: "item"
- }
- {
- id: "0FB71A19BB5F835D"
- item: "lightmanscurrency:coinpile_diamond"
- type: "item"
- }
- ]
- title: "Challenge: High Roller"
- x: 0.0d
- y: -8.0d
- }
- {
- description: ["&eJoy of Painting&r allows you to create works of art by placing any size of &ecanvas&r on an &eeasel.&r Add dyes to your &epalette&r and mix them up to create unique colors. Make sure to &esign&r your painting after you're done. "]
- id: "792587BFEA5FB382"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0E94772DB7822516"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "5D1C69FA31081C44"
- item: "xercapaint:item_easel"
- type: "item"
- }
- {
- id: "7924B42762A8EFFC"
- item: "xercapaint:item_palette"
- type: "item"
- }
- {
- id: "39A4B0FB7967A97B"
- item: "xercapaint:item_canvas"
- type: "item"
- }
- ]
- title: "Joy of Painting"
- x: 2.0d
- y: 1.5d
- }
- {
- description: [
- "&eMusical Instrument Minecraft Interface&r allows you to &eplay MIDIs&r from a &econnected MIDI device&r to your computer, from &efiles,&r or from &edirect links online&r."
- ""
- "Full mod &einstructions&r are available in the &emod guide book.&r Some features like &emultiplayer instrument playing&r aren't discussed here."
- ""
- "To start, &edownload&r a MIDI song from the internet and place it into a &edesignated folder.&r Then, craft the &eFileCaster&r (which is used to control the MIDI song playing), the &eSwitchboard&r (which is what connects to the FileCaster), and an &einstrument.&r "
- ""
- "Place the &eSwitchboard&r into an &einstrument's GUI&r and then click the &ebutton&r next to the Switch&eboard. Set the &etransmission signal&r to yourself, click the êle button&r under Channels to turn on all &echannels,&r and then go back into the &eFileCaster.&r Navigate to the folder you store your MIDIs in and click &eplay.&r &eHold the instrument out&r and it should start playing."
- ]
- id: "4EB78B5D6F8061E9"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "554EE015F2507D1C"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "4F23B706CC2324EB"
- item: {
- Count: 1b
- id: "patchouli:guide_book"
- tag: {
- "patchouli:book": "mimi:guide_book"
- }
- }
- type: "item"
- }
- {
- id: "43B80F923FC3A2CB"
- item: "mimi:filecaster"
- type: "item"
- }
- {
- id: "3ACB8BC8CACEEB3E"
- item: {
- Count: 1b
- id: "mimi:switchboard"
- tag: {
- broadcast_note: 0b
- enabled_channels: "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16"
- instrument_volume: 3b
- }
- }
- type: "item"
- }
- {
- id: "2ED6A543049B0B62"
- item: "mimi:piano"
- type: "item"
- }
- ]
- title: "Music Maker"
- x: 2.0d
- y: 0.0d
- }
- {
- dependencies: ["309792D482119CAD"]
- id: "659BC549DBEF88F7"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 525"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3889F09AFDC21CA0"
- silent: true
- title: "525 Experience x Lv."
- type: "command"
- }
- {
- id: "6D212FA3A888DEE3"
- item: "simplehats:discoball"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "47AD9E90B03F4DB1"
- item: "mimi:banjo"
- type: "item"
- }
- {
- id: "7E41E58B5E74D3B0"
- item: "mimi:acguitar"
- type: "item"
- }
- {
- id: "56D43392BB56F7BA"
- item: "mimi:elecguitar"
- type: "item"
- }
- {
- id: "785F904C8061C3A3"
- item: "mimi:bassguitar"
- type: "item"
- }
- {
- id: "467709160C457369"
- item: "mimi:violin"
- type: "item"
- }
- {
- id: "28A00BDFBE87255A"
- item: "mimi:microphone"
- type: "item"
- }
- {
- id: "1FB2835B5D6A93BE"
- item: "mimi:trumpet"
- type: "item"
- }
- {
- id: "38934E313D24B898"
- item: "mimi:frenchhorn"
- type: "item"
- }
- {
- id: "7B4D310CB1E27CFB"
- item: "mimi:saxophone"
- type: "item"
- }
- {
- id: "7F0657D7E9DFD8ED"
- item: "mimi:clarinet"
- type: "item"
- }
- {
- id: "2BB1616BA365C884"
- item: "mimi:flute"
- type: "item"
- }
- {
- id: "2739476A8CEBB15B"
- item: "mimi:ocarina"
- type: "item"
- }
- {
- id: "0567DAB0D990E3B6"
- item: "mimi:synlead"
- type: "item"
- }
- {
- id: "4D884F1E82BA36FA"
- item: "mimi:kalimba"
- type: "item"
- }
- {
- id: "12BE5EA3BE95256F"
- item: "mimi:bagpipe"
- type: "item"
- }
- {
- id: "1051698400C45193"
- item: "mimi:oboe"
- type: "item"
- }
- {
- id: "2472D4AAC36C0DC2"
- item: "mimi:accordion"
- type: "item"
- }
- {
- id: "0C1314DCB6C97BB6"
- item: "mimi:harmonica"
- type: "item"
- }
- {
- id: "4936A5A89E23BD80"
- item: "mimi:handbell"
- type: "item"
- }
- {
- id: "30CB9F260389ABA5"
- item: "mimi:witchpipe"
- type: "item"
- }
- {
- id: "6357A6C26CAFFF08"
- item: "mimi:bonelute"
- type: "item"
- }
- {
- id: "2C472301BC4C42EE"
- item: "mimi:glockenspiel"
- type: "item"
- }
- {
- id: "5CCBD8322359627D"
- item: "mimi:musicbox"
- type: "item"
- }
- {
- id: "2BBD7855C228EF2F"
- item: "mimi:bassoon"
- type: "item"
- }
- {
- id: "21DA66CBB72A6853"
- item: "mimi:woodblock"
- type: "item"
- }
- {
- id: "0D1DF75F16A2F3CF"
- item: "mimi:bottle"
- type: "item"
- }
- {
- id: "54B0B2BB73B656CA"
- item: "mimi:panflute"
- type: "item"
- }
- {
- id: "4683423FD1BEFEBE"
- item: "mimi:recorder"
- type: "item"
- }
- {
- id: "42755B39EF617F8E"
- item: "mimi:piano"
- type: "item"
- }
- {
- id: "632BE4A56AB6F421"
- item: "mimi:drums"
- type: "item"
- }
- {
- id: "595D576DA1CEB23D"
- item: "mimi:organ"
- type: "item"
- }
- {
- id: "30A1D51D610F9BD7"
- item: "mimi:steeldrum"
- type: "item"
- }
- {
- id: "28E5DF11B2BAA23A"
- item: "mimi:xylophone"
- type: "item"
- }
- {
- id: "32AAD54A012E17CE"
- item: "mimi:vibraphone"
- type: "item"
- }
- {
- id: "1B31B9552DC755C0"
- item: "mimi:marimba"
- type: "item"
- }
- {
- id: "046909048DB7BF5F"
- item: "mimi:celesta"
- type: "item"
- }
- {
- id: "104DE9FDAB590DC7"
- item: "mimi:tubularbells"
- type: "item"
- }
- {
- id: "39CF393D39899A9E"
- item: "mimi:harpsichord"
- type: "item"
- }
- {
- id: "68DEAB1EDFC98630"
- item: "mimi:keyboard"
- type: "item"
- }
- {
- id: "225D7169B6A6FC97"
- item: "mimi:edrums"
- type: "item"
- }
- ]
- title: "Challenge: Big Band Player"
- x: 2.0d
- y: -8.0d
- }
- {
- description: ["&eLootr&r is a mod that makes each world generated loot chest, barrel, and minecart with chest a special version that has &eplayer-instanced loot&r."]
- id: "6E3023586AC43198"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "59AE27F4FBAA9B83"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Open your first Lootr container"
- tasks: [{
- advancement: "lootr:1chest"
- criterion: ""
- id: "106E39AB117654B4"
- type: "advancement"
- }]
- title: "Lootr"
- x: -2.0d
- y: 0.0d
- }
- {
- dependencies: ["6E3023586AC43198"]
- id: "193B377248414AFF"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6700E56A6207ED42"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Open 10 Lootr containers"
- tasks: [{
- advancement: "lootr:10loot"
- criterion: ""
- id: "1AA46A7D8EE1171F"
- type: "advancement"
- }]
- x: -2.0d
- y: -2.0d
- }
- {
- dependencies: ["193B377248414AFF"]
- id: "39CC9458268DAF56"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "32D00F66966D0979"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Open 25 Lootr containers"
- tasks: [{
- advancement: "lootr:25loot"
- criterion: ""
- id: "75727D55D4BE0E34"
- type: "advancement"
- }]
- x: -2.0d
- y: -4.0d
- }
- {
- dependencies: ["082038507F4E98DF"]
- id: "070790DD12F2C9A6"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "25E5D3BD5CFDDE5C"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- id: "59D0D1FDEF0E7795"
- item: "simplehats:doubletake"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Open 100 Lootr containers"
- tasks: [{
- advancement: "lootr:100loot"
- criterion: ""
- id: "2486E63A4C408549"
- type: "advancement"
- }]
- title: "Challenge: Bandit"
- x: -2.0d
- y: -8.0d
- }
- {
- description: [
- "Craft a &eTelepass&r to link it to yourself. Another player can then use that telepass to &einstantly teleport&r to you."
- ""
- "&eGold Telepasses&r are &esingle&r use while &eDiamond Telepasses&r have &edurability.&r They can both be &eenchanted.&r"
- ]
- id: "0152DC99C57C0731"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0C7EFE6485B640A3"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Diamond Telepass"
- tasks: [{
- id: "13F379B253EDA98D"
- item: "telepass:diamond_telepass"
- type: "item"
- }]
- x: -2.0d
- y: 1.5d
- }
- {
- dependencies: ["39CC9458268DAF56"]
- id: "082038507F4E98DF"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "23A0D529C076FB7E"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Open 50 Lootr containers"
- tasks: [{
- advancement: "lootr:50loot"
- criterion: ""
- id: "4B724240CC7B8D95"
- type: "advancement"
- }]
- x: -2.0d
- y: -6.0d
- }
- {
- dependencies: [
- "070790DD12F2C9A6"
- "652C2A6786830558"
- "659BC549DBEF88F7"
- ]
- icon: "alexsmobs:soul_heart"
- id: "70DA25C53FFEB49F"
- rewards: [
- {
- command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved Team Player\"}]}"
- elevate_perms: true
- icon: "minecraft:cookie"
- id: "3B58A7BF33FCBB9E"
- title: "Click here to brag"
- type: "command"
- }
- {
- command: "/mine_and_slash give xp_times_lvl @p 750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "07421521F3C1CB44"
- silent: true
- title: "750 Experience x Lv."
- type: "command"
- }
- {
- count: 6
- id: "0279EAA6BA4B9D19"
- item: "lightmanscurrency:coin_diamond"
- title: "Money"
- type: "item"
- }
- {
- id: "2E2C8624A41D58EF"
- item: "simplehats:floatinghearts"
- type: "item"
- }
- ]
- shape: "hexagon"
- size: 2.0d
- subtitle: "Complete all challenges"
- tasks: [{
- id: "1C2D9D8441D68E4C"
- type: "checkmark"
- }]
- title: "Achievement: Team Player"
- x: 0.0d
- y: -10.0d
- }
- {
- description: [
- "&eFLAN&r is used for claiming land. Right click the ground with a &eGolden Hoe&r to start claiming. "
- ""
- "You can right click anywhere with a &estick&r to see who owns what and where the boundaries are."
- ""
- "Use &e/flan menu&r to edit your claim. Use &e/flan switchMode&r to create subclaims."
- ""
- "&eGlobal permissions&r are permissions given to anyone who is &enot&r in a permission group."
- ""
- "&eRight-click&r permission groups to set their individual permissions."
- ""
- "&4&lYour claim will be deleted after 90 days of inactivity by the owner of the claim in multiplayer.&r&n&r"
- ""
- "&eStarting Claim Blocks:&r 2000"
- "&e+1&r Block every &e10 seconds&r"
- "&eMaximum Claim Blocks:&r 25600"
- "&eTime to get Max: &r66 hours"
- "&eInitial Claim Depth:&r 20 blocks"
- "&eMax Claims: &r3"
- ""
- "Claim depth will continue further down &eautomatically&r if you &ebuild&r under your claim."
- ]
- id: "447144432E16E12F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "75FDF97DC42DDF10"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- size: 1.5d
- subtitle: "Craft one of each"
- tasks: [{
- id: "118E2836C81016A3"
- item: {
- Count: 1b
- id: "minecraft:golden_hoe"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Land Claiming"
- x: 0.0d
- y: 1.5d
- }
- {
- dependencies: ["4EB78B5D6F8061E9"]
- description: ["Instruments can be &etuned&r to change how they sound and work. Craft a &eTuning Table&r and navigate to the chapter in the &emod guide book&r to see the &efull list&r of instruments that can be tuned and with what items."]
- id: "34D93634E3BD0A59"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "373E7EA816B5F7E0"
- silent: true
- title: "100 Experience x Lvl."
- type: "command"
- }]
- subtitle: "Craft one Tuning Table"
- tasks: [{
- id: "568DA92753424F60"
- item: "mimi:tuningtable"
- type: "item"
- }]
- x: 2.0d
- y: -2.0d
- }
- {
- dependencies: ["34D93634E3BD0A59"]
- description: [
- "The &eMechanical Maestro&r will &eplay music by itself&r if given an &einstrument&r and a &eSwitchboard.&r It requires a &eredstone signal&r to function."
- ""
- "The &eListener&r and the Recei&ever&r blocks listen for &enotes played near them&r and output a &eredstone signal&r if it matches the filter set."
- ""
- "The &eConductor&r will play a &eset note to nearby&r instruments and receivers."
- ]
- id: "13BFD3FE012DE2AE"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "160744DEF54A6086"
- silent: true
- title: "100 Experience x Lvl."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "0608E7A2EAE0494D"
- item: "mimi:mechanicalmaestro"
- type: "item"
- }
- {
- id: "19DFD7EE72173C45"
- item: "mimi:listener"
- type: "item"
- }
- {
- id: "3FDBE267EACCBA27"
- item: "mimi:receiver"
- type: "item"
- }
- {
- id: "5CF2E830252EADCE"
- item: "mimi:conductor"
- type: "item"
- }
- ]
- x: 2.0d
- y: -4.0d
- }
- {
- dependencies: ["13BFD3FE012DE2AE"]
- description: [
- "&eFloppy Disks&r allow you to play &eMIDI&r files from the &einternet.&r Insert a Floppy Disk into a &eDisk Writer&r to set the URL."
- ""
- "The &eBroadcaster&r will &eoutput&r a Floppy Disk's set MIDI and can &ebroadcast&r it to other &eplaces&r or &einstruments&r."
- ]
- id: "309792D482119CAD"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "251B7685E57F4467"
- silent: true
- title: "100 Experience x Lvl."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "3263A09BF46D646C"
- item: "mimi:broadcaster"
- type: "item"
- }
- {
- id: "4AA74A16ED90F4D6"
- item: "mimi:floppydisk"
- type: "item"
- }
- {
- id: "616176C31255FEE7"
- item: "mimi:diskwriter"
- type: "item"
- }
- ]
- x: 2.0d
- y: -6.0d
- }
- ]
- title: "Jolly Cooperation"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "jolly_cooperation"
+ group: "5C56FC6157E20EBE"
+ icon: "minecraft:rose_bush"
+ id: "05E0BC63F8DC87E2"
+ order_index: 0
+ quest_links: [ ]
+ quests: [
+ {
+ description: [
+ "&eLightman's Currency&r introduces coins as currency, various trading posts, the auction house, and more. "
+ ""
+ "Any &eLightman's Trader&r you place can only be modified by you or your Lightman's &eteam.&r Team accounts can be created by clicking the small Steve icon in the upper right of your inventory. There's also a &enotifications&r button for trader and team account events. Team accounts are used to share profits and costs between players."
+ ""
+ "&eCurrency&r is obtained by &ekilling&r mobs, &eloot&r, and &equests.&r"
+ ""
+ "Use &e/lctrade&r to trade with other nearby players."
+ ]
+ id: "06B577BB603F2F0A"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "374773DC08579C0F"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Vending Machine"
+ tasks: [{
+ id: "3A6E6453C16F4C89"
+ item: "lightmanscurrency:vending_machine"
+ type: "item"
+ }]
+ title: "Lightman's Currency"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["06B577BB603F2F0A"]
+ description: [
+ "Most Item Trader blocks can trade any item, but some item types such as &ebooks&r or &earmor&r require specific &eTraders.&r "
+ ""
+ "Use a &eCash Register&r to &elink&r any placed traders with right click to &ebind&r it to the &eregister.&r Once the register is placed, all the trades available in the traders &ewill show up&r in the &eCash Register interface&r."
+ ]
+ id: "64C7494796410D04"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4A6C9A71A022A0C1"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Cash Register"
+ tasks: [{
+ id: "2DCBF62C3EC5F4FE"
+ item: "lightmanscurrency:cash_register"
+ type: "item"
+ }]
+ title: "Trading Posts"
+ x: 0.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["64C7494796410D04"]
+ description: [
+ "&eATMs&r can &ekeep your money&r, &etransfer money&r between accounts and team accounts, and can &eexchange coins&r between denominations."
+ ""
+ "&ePiggy Banks&r can store coins by right clicking on it with a coin in hand. You'll have to &ebreak it&r to get the cash out, though."
+ ""
+ "The &eMoney Chest&r is an alternative to the ATM but &ecan only store&r money. If you don't &etrust&r the bank's ATM, keep your coins in the Money Chest instead."
+ ""
+ "Use &e/lcbaltop&r to see who has the most money &estored in their bank&r account."
+ ]
+ id: "6C57A4CBA635B27E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "086A687857069566"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "0D6098AA97808306"
+ item: "lightmanscurrency:atm"
+ type: "item"
+ }
+ {
+ id: "37A73CBAF5EED880"
+ item: "lightmanscurrency:piggy_bank"
+ type: "item"
+ }
+ {
+ id: "70503A6E08BBB908"
+ item: "lightmanscurrency:coin_chest"
+ type: "item"
+ }
+ ]
+ title: "Money Storage"
+ x: 0.0d
+ y: -3.0d
+ }
+ {
+ dependencies: ["6C57A4CBA635B27E"]
+ description: [
+ "&eTrading Terminals&r allow you to trade with any other traders on the &eglobal network&r. You can also access the server's &eAuction House&r which isn't available to regular players."
+ ""
+ "&eItem Network Traders&r have &e4&r tiers and can only be &eaccessed&r through Trading Terminals."
+ ""
+ "You can &eupgrade&r any regular trader to be accessed through the network as well as in person by placing a &eNetwork Upgrade&r in one of its &eupgrade slots&r."
+ ""
+ "&eAuction Stands&r can let players &ebid&r on items within the &etime alotted&r before the auction ends."
+ ]
+ id: "2BB4B6FE41F4CC58"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2BD9D6EA6E99502E"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "5BE8EC6FBAEA12B4"
+ item: "lightmanscurrency:item_trader_server_sml"
+ type: "item"
+ }
+ {
+ id: "414707595643EEB0"
+ item: "lightmanscurrency:network_upgrade"
+ type: "item"
+ }
+ {
+ id: "01FE70F053D60BE3"
+ item: "lightmanscurrency:auction_stand_oak"
+ type: "item"
+ }
+ ]
+ x: 0.0d
+ y: -4.5d
+ }
+ {
+ dependencies: ["2BB4B6FE41F4CC58"]
+ description: [
+ "The &eTicket system&r is a good way to allow only &epaying customers to enter&r a designated area or &eactivate a redstone contraption&r. Don't let anyone get ahold of any &eMaster Tickets&r you create."
+ ""
+ "The &eSlot Machine&r allows you to create your own &epayout weights and potential rewards&r to paying customers."
+ ]
+ id: "322F44860B462AEF"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "112776A78DA44E79"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "36CBBF5574C67135"
+ item: "lightmanscurrency:ticket_kiosk"
+ type: "item"
+ }
+ {
+ id: "76481E26B68A5DC5"
+ item: "lightmanscurrency:paygate"
+ type: "item"
+ }
+ {
+ id: "656E0AEF24D841CB"
+ item: "lightmanscurrency:ticket_machine"
+ type: "item"
+ }
+ {
+ id: "08328D273151AA2A"
+ item: "lightmanscurrency:slot_machine"
+ type: "item"
+ }
+ ]
+ title: "Tickets and Slot Machines"
+ x: 0.0d
+ y: -6.0d
+ }
+ {
+ dependencies: ["322F44860B462AEF"]
+ id: "652C2A6786830558"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "76F366A39BE3CBF5"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "7421D41C27D9A612"
+ item: "simplehats:halo"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "60D301B383B7C824"
+ item: "lightmanscurrency:coinblock_copper"
+ type: "item"
+ }
+ {
+ id: "2F2002492C9614D8"
+ item: "lightmanscurrency:coinblock_iron"
+ type: "item"
+ }
+ {
+ id: "409E4DE17EB4AD7F"
+ item: "lightmanscurrency:coinblock_gold"
+ type: "item"
+ }
+ {
+ id: "0C83A084CC749C05"
+ item: "lightmanscurrency:coinblock_emerald"
+ type: "item"
+ }
+ {
+ id: "0FB71A19BB5F835D"
+ item: "lightmanscurrency:coinpile_diamond"
+ type: "item"
+ }
+ ]
+ title: "Challenge: High Roller"
+ x: 0.0d
+ y: -8.0d
+ }
+ {
+ description: ["&eJoy of Painting&r allows you to create works of art by placing any size of &ecanvas&r on an &eeasel.&r Add dyes to your &epalette&r and mix them up to create unique colors. Make sure to &esign&r your painting after you're done. "]
+ id: "792587BFEA5FB382"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0E94772DB7822516"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "5D1C69FA31081C44"
+ item: "xercapaint:item_easel"
+ type: "item"
+ }
+ {
+ id: "7924B42762A8EFFC"
+ item: "xercapaint:item_palette"
+ type: "item"
+ }
+ {
+ id: "39A4B0FB7967A97B"
+ item: "xercapaint:item_canvas"
+ type: "item"
+ }
+ ]
+ title: "Joy of Painting"
+ x: 2.0d
+ y: 1.5d
+ }
+ {
+ description: [
+ "&eMusical Instrument Minecraft Interface&r allows you to &eplay MIDIs&r from a &econnected MIDI device&r to your computer, from &efiles,&r or from &edirect links online&r."
+ ""
+ "Full mod &einstructions&r are available in the &emod guide book.&r Some features like &emultiplayer instrument playing&r aren't discussed here."
+ ""
+ "To start, &edownload&r a MIDI song from the internet and place it into a &edesignated folder.&r Then, craft the &eFileCaster&r (which is used to control the MIDI song playing), the &eSwitchboard&r (which is what connects to the FileCaster), and an &einstrument.&r "
+ ""
+ "Place the &eSwitchboard&r into an &einstrument's GUI&r and then click the &ebutton&r next to the Switch&eboard. Set the &etransmission signal&r to yourself, click the êle button&r under Channels to turn on all &echannels,&r and then go back into the &eFileCaster.&r Navigate to the folder you store your MIDIs in and click &eplay.&r &eHold the instrument out&r and it should start playing."
+ ]
+ id: "4EB78B5D6F8061E9"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "554EE015F2507D1C"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "4F23B706CC2324EB"
+ item: {
+ Count: 1b
+ id: "patchouli:guide_book"
+ tag: {
+ "patchouli:book": "mimi:guide_book"
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "43B80F923FC3A2CB"
+ item: "mimi:filecaster"
+ type: "item"
+ }
+ {
+ id: "3ACB8BC8CACEEB3E"
+ item: {
+ Count: 1b
+ id: "mimi:switchboard"
+ tag: {
+ broadcast_note: 0b
+ enabled_channels: "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16"
+ instrument_volume: 3b
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "2ED6A543049B0B62"
+ item: "mimi:piano"
+ type: "item"
+ }
+ ]
+ title: "Music Maker"
+ x: 2.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["309792D482119CAD"]
+ id: "659BC549DBEF88F7"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 525"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3889F09AFDC21CA0"
+ silent: true
+ title: "525 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "6D212FA3A888DEE3"
+ item: "simplehats:discoball"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "47AD9E90B03F4DB1"
+ item: "mimi:banjo"
+ type: "item"
+ }
+ {
+ id: "7E41E58B5E74D3B0"
+ item: "mimi:acguitar"
+ type: "item"
+ }
+ {
+ id: "56D43392BB56F7BA"
+ item: "mimi:elecguitar"
+ type: "item"
+ }
+ {
+ id: "785F904C8061C3A3"
+ item: "mimi:bassguitar"
+ type: "item"
+ }
+ {
+ id: "467709160C457369"
+ item: "mimi:violin"
+ type: "item"
+ }
+ {
+ id: "28A00BDFBE87255A"
+ item: "mimi:microphone"
+ type: "item"
+ }
+ {
+ id: "1FB2835B5D6A93BE"
+ item: "mimi:trumpet"
+ type: "item"
+ }
+ {
+ id: "38934E313D24B898"
+ item: "mimi:frenchhorn"
+ type: "item"
+ }
+ {
+ id: "7B4D310CB1E27CFB"
+ item: "mimi:saxophone"
+ type: "item"
+ }
+ {
+ id: "7F0657D7E9DFD8ED"
+ item: "mimi:clarinet"
+ type: "item"
+ }
+ {
+ id: "2BB1616BA365C884"
+ item: "mimi:flute"
+ type: "item"
+ }
+ {
+ id: "2739476A8CEBB15B"
+ item: "mimi:ocarina"
+ type: "item"
+ }
+ {
+ id: "0567DAB0D990E3B6"
+ item: "mimi:synlead"
+ type: "item"
+ }
+ {
+ id: "4D884F1E82BA36FA"
+ item: "mimi:kalimba"
+ type: "item"
+ }
+ {
+ id: "12BE5EA3BE95256F"
+ item: "mimi:bagpipe"
+ type: "item"
+ }
+ {
+ id: "1051698400C45193"
+ item: "mimi:oboe"
+ type: "item"
+ }
+ {
+ id: "2472D4AAC36C0DC2"
+ item: "mimi:accordion"
+ type: "item"
+ }
+ {
+ id: "0C1314DCB6C97BB6"
+ item: "mimi:harmonica"
+ type: "item"
+ }
+ {
+ id: "4936A5A89E23BD80"
+ item: "mimi:handbell"
+ type: "item"
+ }
+ {
+ id: "30CB9F260389ABA5"
+ item: "mimi:witchpipe"
+ type: "item"
+ }
+ {
+ id: "6357A6C26CAFFF08"
+ item: "mimi:bonelute"
+ type: "item"
+ }
+ {
+ id: "2C472301BC4C42EE"
+ item: "mimi:glockenspiel"
+ type: "item"
+ }
+ {
+ id: "5CCBD8322359627D"
+ item: "mimi:musicbox"
+ type: "item"
+ }
+ {
+ id: "2BBD7855C228EF2F"
+ item: "mimi:bassoon"
+ type: "item"
+ }
+ {
+ id: "21DA66CBB72A6853"
+ item: "mimi:woodblock"
+ type: "item"
+ }
+ {
+ id: "0D1DF75F16A2F3CF"
+ item: "mimi:bottle"
+ type: "item"
+ }
+ {
+ id: "54B0B2BB73B656CA"
+ item: "mimi:panflute"
+ type: "item"
+ }
+ {
+ id: "4683423FD1BEFEBE"
+ item: "mimi:recorder"
+ type: "item"
+ }
+ {
+ id: "42755B39EF617F8E"
+ item: "mimi:piano"
+ type: "item"
+ }
+ {
+ id: "632BE4A56AB6F421"
+ item: "mimi:drums"
+ type: "item"
+ }
+ {
+ id: "595D576DA1CEB23D"
+ item: "mimi:organ"
+ type: "item"
+ }
+ {
+ id: "30A1D51D610F9BD7"
+ item: "mimi:steeldrum"
+ type: "item"
+ }
+ {
+ id: "28E5DF11B2BAA23A"
+ item: "mimi:xylophone"
+ type: "item"
+ }
+ {
+ id: "32AAD54A012E17CE"
+ item: "mimi:vibraphone"
+ type: "item"
+ }
+ {
+ id: "1B31B9552DC755C0"
+ item: "mimi:marimba"
+ type: "item"
+ }
+ {
+ id: "046909048DB7BF5F"
+ item: "mimi:celesta"
+ type: "item"
+ }
+ {
+ id: "104DE9FDAB590DC7"
+ item: "mimi:tubularbells"
+ type: "item"
+ }
+ {
+ id: "39CF393D39899A9E"
+ item: "mimi:harpsichord"
+ type: "item"
+ }
+ {
+ id: "68DEAB1EDFC98630"
+ item: "mimi:keyboard"
+ type: "item"
+ }
+ {
+ id: "225D7169B6A6FC97"
+ item: "mimi:edrums"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Big Band Player"
+ x: 2.0d
+ y: -8.0d
+ }
+ {
+ description: ["&eLootr&r is a mod that makes each world generated loot chest, barrel, and minecart with chest a special version that has &eplayer-instanced loot&r."]
+ id: "6E3023586AC43198"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "59AE27F4FBAA9B83"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Open your first Lootr container"
+ tasks: [{
+ advancement: "lootr:1chest"
+ criterion: ""
+ id: "106E39AB117654B4"
+ type: "advancement"
+ }]
+ title: "Lootr"
+ x: -2.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["6E3023586AC43198"]
+ id: "193B377248414AFF"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6700E56A6207ED42"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Open 10 Lootr containers"
+ tasks: [{
+ advancement: "lootr:10loot"
+ criterion: ""
+ id: "1AA46A7D8EE1171F"
+ type: "advancement"
+ }]
+ x: -2.0d
+ y: -2.0d
+ }
+ {
+ dependencies: ["193B377248414AFF"]
+ id: "39CC9458268DAF56"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "32D00F66966D0979"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Open 25 Lootr containers"
+ tasks: [{
+ advancement: "lootr:25loot"
+ criterion: ""
+ id: "75727D55D4BE0E34"
+ type: "advancement"
+ }]
+ x: -2.0d
+ y: -4.0d
+ }
+ {
+ dependencies: ["082038507F4E98DF"]
+ id: "070790DD12F2C9A6"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "25E5D3BD5CFDDE5C"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "59D0D1FDEF0E7795"
+ item: "simplehats:doubletake"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Open 100 Lootr containers"
+ tasks: [{
+ advancement: "lootr:100loot"
+ criterion: ""
+ id: "2486E63A4C408549"
+ type: "advancement"
+ }]
+ title: "Challenge: Bandit"
+ x: -2.0d
+ y: -8.0d
+ }
+ {
+ description: [
+ "Craft a &eTelepass&r to link it to yourself. Another player can then use that telepass to &einstantly teleport&r to you."
+ ""
+ "&eGold Telepasses&r are &esingle&r use while &eDiamond Telepasses&r have &edurability.&r They can both be &eenchanted.&r"
+ ]
+ id: "0152DC99C57C0731"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0C7EFE6485B640A3"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Diamond Telepass"
+ tasks: [{
+ id: "13F379B253EDA98D"
+ item: "telepass:diamond_telepass"
+ type: "item"
+ }]
+ x: -2.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["39CC9458268DAF56"]
+ id: "082038507F4E98DF"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "23A0D529C076FB7E"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Open 50 Lootr containers"
+ tasks: [{
+ advancement: "lootr:50loot"
+ criterion: ""
+ id: "4B724240CC7B8D95"
+ type: "advancement"
+ }]
+ x: -2.0d
+ y: -6.0d
+ }
+ {
+ dependencies: [
+ "070790DD12F2C9A6"
+ "652C2A6786830558"
+ "659BC549DBEF88F7"
+ ]
+ icon: "alexsmobs:soul_heart"
+ id: "70DA25C53FFEB49F"
+ rewards: [
+ {
+ command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved Team Player\"}]}"
+ elevate_perms: true
+ icon: "minecraft:cookie"
+ id: "3B58A7BF33FCBB9E"
+ title: "Click here to brag"
+ type: "command"
+ }
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "07421521F3C1CB44"
+ silent: true
+ title: "750 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 6
+ id: "0279EAA6BA4B9D19"
+ item: "lightmanscurrency:coin_diamond"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "2E2C8624A41D58EF"
+ item: "simplehats:floatinghearts"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ size: 2.0d
+ subtitle: "Complete all challenges"
+ tasks: [{
+ id: "1C2D9D8441D68E4C"
+ type: "checkmark"
+ }]
+ title: "Achievement: Team Player"
+ x: 0.0d
+ y: -10.0d
+ }
+ {
+ description: [
+ "&eFLAN&r is used for claiming land. Right click the ground with a &eGolden Hoe&r to start claiming. "
+ ""
+ "You can right click anywhere with a &estick&r to see who owns what and where the boundaries are."
+ ""
+ "Use &e/flan menu&r to edit your claim. Use &e/flan switchMode&r to create subclaims."
+ ""
+ "&eGlobal permissions&r are permissions given to anyone who is &enot&r in a permission group."
+ ""
+ "&eRight-click&r permission groups to set their individual permissions."
+ ""
+ "&4&lYour claim will be deleted after 90 days of inactivity by the owner of the claim in multiplayer.&r&n&r"
+ ""
+ "&eStarting Claim Blocks:&r 2000"
+ "&e+1&r Block every &e10 seconds&r"
+ "&eMaximum Claim Blocks:&r 25600"
+ "&eTime to get Max: &r66 hours"
+ "&eInitial Claim Depth:&r 20 blocks"
+ "&eMax Claims: &r3"
+ ""
+ "Claim depth will continue further down &eautomatically&r if you &ebuild&r under your claim."
+ ]
+ id: "447144432E16E12F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "75FDF97DC42DDF10"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ size: 1.5d
+ subtitle: "Craft one of each"
+ tasks: [{
+ id: "118E2836C81016A3"
+ item: {
+ Count: 1b
+ id: "minecraft:golden_hoe"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Land Claiming"
+ x: 0.0d
+ y: 1.5d
+ }
+ {
+ dependencies: ["4EB78B5D6F8061E9"]
+ description: ["Instruments can be &etuned&r to change how they sound and work. Craft a &eTuning Table&r and navigate to the chapter in the &emod guide book&r to see the &efull list&r of instruments that can be tuned and with what items."]
+ id: "34D93634E3BD0A59"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "373E7EA816B5F7E0"
+ silent: true
+ title: "100 Experience x Lvl."
+ type: "command"
+ }]
+ subtitle: "Craft one Tuning Table"
+ tasks: [{
+ id: "568DA92753424F60"
+ item: "mimi:tuningtable"
+ type: "item"
+ }]
+ x: 2.0d
+ y: -2.0d
+ }
+ {
+ dependencies: ["34D93634E3BD0A59"]
+ description: [
+ "The &eMechanical Maestro&r will &eplay music by itself&r if given an &einstrument&r and a &eSwitchboard.&r It requires a &eredstone signal&r to function."
+ ""
+ "The &eListener&r and the Recei&ever&r blocks listen for &enotes played near them&r and output a &eredstone signal&r if it matches the filter set."
+ ""
+ "The &eConductor&r will play a &eset note to nearby&r instruments and receivers."
+ ]
+ id: "13BFD3FE012DE2AE"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "160744DEF54A6086"
+ silent: true
+ title: "100 Experience x Lvl."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "0608E7A2EAE0494D"
+ item: "mimi:mechanicalmaestro"
+ type: "item"
+ }
+ {
+ id: "19DFD7EE72173C45"
+ item: "mimi:listener"
+ type: "item"
+ }
+ {
+ id: "3FDBE267EACCBA27"
+ item: "mimi:receiver"
+ type: "item"
+ }
+ {
+ id: "5CF2E830252EADCE"
+ item: "mimi:conductor"
+ type: "item"
+ }
+ ]
+ x: 2.0d
+ y: -4.0d
+ }
+ {
+ dependencies: ["13BFD3FE012DE2AE"]
+ description: [
+ "&eFloppy Disks&r allow you to play &eMIDI&r files from the &einternet.&r Insert a Floppy Disk into a &eDisk Writer&r to set the URL."
+ ""
+ "The &eBroadcaster&r will &eoutput&r a Floppy Disk's set MIDI and can &ebroadcast&r it to other &eplaces&r or &einstruments&r."
+ ]
+ id: "309792D482119CAD"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "251B7685E57F4467"
+ silent: true
+ title: "100 Experience x Lvl."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "3263A09BF46D646C"
+ item: "mimi:broadcaster"
+ type: "item"
+ }
+ {
+ id: "4AA74A16ED90F4D6"
+ item: "mimi:floppydisk"
+ type: "item"
+ }
+ {
+ id: "616176C31255FEE7"
+ item: "mimi:diskwriter"
+ type: "item"
+ }
+ ]
+ x: 2.0d
+ y: -6.0d
+ }
+ ]
+ title: "Jolly Cooperation"
+}
diff --git a/config/ftbquests/quests/chapters/other_hobbies.snbt b/config/ftbquests/quests/chapters/other_hobbies.snbt
index 0a77f9a..1203461 100644
--- a/config/ftbquests/quests/chapters/other_hobbies.snbt
+++ b/config/ftbquests/quests/chapters/other_hobbies.snbt
@@ -1,1309 +1,1309 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "other_hobbies"
- group: "37C10F4BE9E00A26"
- icon: "minecraft:sniffer_egg"
- id: "09DEC7C6D9BF9CAB"
- order_index: 2
- quest_links: [ ]
- quests: [
- {
- description: [
- "&eSniffers&r spawn by hatching from &esniffer eggs&r found in &esuspicious sand &rfrom &ewarm ocean ruins&r. Breeding sniffers with &etorchflower seeds&r would also result in a sniffer egg being laid as an item. It &esniffs out and digs out seeds&r for various unique decorative plants out of dirt, grass, and moss blocks. They will dig through &edirt and grass&r like blocks. "
- ""
- "The sniffer &estores the last 20 locations&r it has dug up so it can't dig there anymore. After sniffing out seeds, an &eeight minute cooldown&r is activated before it can dig in again."
- ]
- id: "1D611B5828213E51"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5508F53BDD3E83AE"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain a Sniffer Egg"
- tasks: [{
- id: "090B2E583665D316"
- item: "minecraft:sniffer_egg"
- type: "item"
- }]
- title: "Sniffers"
- x: -1.0d
- y: 2.5d
- }
- {
- dependencies: ["1D611B5828213E51"]
- description: [
- "&eTorchflower seeds&r can be placed on farmland, where they grow through three stages. Breaking the torchflower crop before it matures drops the seed, while breaking the final stage produces one torchflower and does not yield the seed. Torchflowers don't do anything special except &elook cool&r."
- ""
- "&ePitcher Pods&r grow through three stages as a pitcher crop. It also does nothing except look cool."
- ]
- id: "141FAE11D6180780"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1F1AAEF0168D5E6F"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "4A1EC9F27C69F7C4"
- item: "minecraft:torchflower_seeds"
- type: "item"
- }
- {
- id: "61297EA8B1558B06"
- item: "minecraft:pitcher_pod"
- type: "item"
- }
- ]
- x: -1.0d
- y: 1.0d
- }
- {
- dependencies: ["141FAE11D6180780"]
- description: [
- "&eMore Sniffer Flowers&r adds more seeds and plants the Sniffer can dig up that actually do something."
- ""
- "&eDawnberries&r drop edible berries when picked."
- ""
- "&eAmbushes&r produce &eAmber&r which drops a new armor trim, banner pattern, and more. "
- ""
- "&eCaulorflowers&r are decorational plants that are animated."
- ]
- id: "0D8B0AB8564ABCB9"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6F86EA0055996E20"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "1E3D39CF7477B26F"
- item: "moresnifferflowers:dawnberry_vine_seeds"
- type: "item"
- }
- {
- id: "166A38FEFF8D254A"
- item: "moresnifferflowers:ambush_seeds"
- type: "item"
- }
- {
- id: "01C9D119CCEDFA5C"
- item: "moresnifferflowers:caulorflower"
- type: "item"
- }
- ]
- title: "More Sniffer Flowers"
- x: -1.0d
- y: -0.5d
- }
- {
- dependencies: ["3DB047DAC7A392C3"]
- description: [
- "The &esheep fossil&r can be found at some small stony peaks. It can be tuned and activated like a Noteblock to play some Goat Horn sounds!"
- ""
- "The &eocelot fossil&r can be found hidden away in its (maybe collapsed) cave inside the jungle. It scares creepers away for double the distance cats do (without making annoying sounds)."
- ""
- "The &ecreeper fossil &rcan be found at an old exploded dirt-hut. It emits fire and smoke particles when placed."
- ""
- "The &evillager fossil&r can be found at a grave of a rotten outcast-house. It can hold items like a display and will emit the light of the item it is holding."
- ""
- "The &echicken fossil&r can be found below trees surrounded by small rocks. It gives players in a 10 Block radius the slow-falling effect."
- ]
- id: "4687F41A2DC1F1F6"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "498FD4941D060885"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "6E1BBB79990C18E3"
- item: "betterarcheology:creeper_fossil"
- type: "item"
- }
- {
- id: "787401578CD7901A"
- item: "betterarcheology:villager_fossil"
- type: "item"
- }
- {
- id: "716587A0E389F3D4"
- item: "betterarcheology:chicken_fossil"
- type: "item"
- }
- {
- id: "7ED41F714F1807FE"
- item: "betterarcheology:ocelot_fossil"
- type: "item"
- }
- {
- id: "200F4A277C26812A"
- item: "betterarcheology:sheep_fossil"
- type: "item"
- }
- ]
- title: "Fossils"
- x: 1.0d
- y: 1.0d
- }
- {
- dependencies: ["4687F41A2DC1F1F6"]
- description: ["&eTotems&r can be found by identifying artifacts."]
- id: "6D81B1B54FCBAFA0"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1AFBDF90391AE1C3"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "5FE97D3DDBF7A7E1"
- item: {
- Count: 1b
- id: "betterarcheology:torrent_totem"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "3BEF716754381262"
- item: {
- Count: 1b
- id: "betterarcheology:soul_totem"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- ]
- title: "Totems"
- x: 1.0d
- y: -0.5d
- }
- {
- description: [
- "&eBetter Archeology &rintroduces content to archeology. &eFossils&r of various mobs can be found by &ebrushing Fossiliferous Dirt&r which generates at specific areas. Each area contains a &especific type of fossil&r, such as stone pillars' nearby Fossiliferous Dirt containing sheep fossils. "
- ""
- "The &eArcheology Table&r is used to &eanalyse Unidentified Artifacts&r using any type of brush. &eIdentified Artifacts&r act as a catalyst for &eancient Enchantments like Enchanted Books&r do. Apply them to your Equipment using an Anvil."
- ""
- "&eArtifact Shards&r can be found by &ebreaking pots or brushing suspicious sand&r. They are Fragments of knowledge that can be put together to craft Unidentified Artifacts. "
- ""
- "&eIdentify&r the Unidentified Artifacts with the &eArcheology Table&r."
- ]
- id: "3DB047DAC7A392C3"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "60C206051579389D"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "1EE5F2F4EF889807"
- item: "betterarcheology:archeology_table"
- type: "item"
- }
- {
- id: "6BD72743811EF470"
- item: {
- Count: 1b
- id: "betterarcheology:iron_brush"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "1563FEEE74FDE751"
- item: "betterarcheology:unidentified_artifact"
- type: "item"
- }
- {
- id: "58FDCF2AD34CFDAF"
- item: "betterarcheology:artifact_shards"
- type: "item"
- }
- ]
- title: "Better Archeology "
- x: 1.0d
- y: 2.5d
- }
- {
- dependencies: ["6D81B1B54FCBAFA0"]
- id: "6EAAB84EB04E035A"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "27CC9951B28EB7D5"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- id: "0C196B060E25D63C"
- item: "simplehats:plaguedoctor"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit a Diamond Brush"
- tasks: [{
- consume_items: true
- id: "192947A1A4847203"
- item: {
- Count: 1b
- id: "betterarcheology:diamond_brush"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Challenge: Ancient Anthropologist"
- x: 1.0d
- y: -2.0d
- }
- {
- dependencies: [
- "6EAAB84EB04E035A"
- "73612B81124DE424"
- "7A0715E60A882B2A"
- "635EB23DC67E9B2A"
- "160A8E0EF74CCF7D"
- "2F32A34764DD8F55"
- "46CE10AA0F5E648A"
- ]
- icon: "alexsmobs:mimicream"
- id: "6DF33D1B5C76639B"
- rewards: [
- {
- command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved The Multipotentialite !\"}]}"
- elevate_perms: true
- icon: "minecraft:cookie"
- id: "5E89A5FC157054B3"
- title: "Click here to brag"
- type: "command"
- }
- {
- command: "/mine_and_slash give xp_times_lvl @p 750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "312CF3C2B8F795EF"
- silent: true
- title: "750 Experience x Lv."
- type: "command"
- }
- {
- count: 6
- id: "314DD321EC8CEA73"
- item: "lightmanscurrency:coin_diamond"
- title: "Money"
- type: "item"
- }
- {
- id: "4D21ACABF78321AE"
- item: "simplehats:baseballhatrgb"
- type: "item"
- }
- ]
- shape: "hexagon"
- size: 2.0d
- subtitle: "Complete each challenge"
- tasks: [{
- id: "0BD9F8B671E38D86"
- type: "checkmark"
- }]
- title: "Achievement: The Multipotentialite"
- x: 3.0d
- y: -4.0d
- }
- {
- dependencies: ["0D8B0AB8564ABCB9"]
- id: "73612B81124DE424"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "635FEB1219074A0C"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- id: "4BEDE46D5EF456DC"
- item: "simplehats:strawberry_hat"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit 16 of each"
- tasks: [
- {
- consume_items: true
- count: 16L
- id: "6056263F619A0D1B"
- item: "moresnifferflowers:amber_shard"
- type: "item"
- }
- {
- consume_items: true
- count: 16L
- id: "0EF8A81697E4986F"
- item: "moresnifferflowers:dawnberry"
- type: "item"
- }
- {
- consume_items: true
- count: 16L
- id: "22EF97D933CA3A78"
- item: {
- Count: 1b
- id: "moresnifferflowers:dyespria"
- tag: { }
- }
- type: "item"
- }
- ]
- title: "Challenge: Ancient Farmer"
- x: -1.0d
- y: -2.0d
- }
- {
- description: ["&eGateways&r allow you to spawn in waves of a certain type of mob to fight. Each wave must be eliminated within a &etime limit&r, or else the gateway disappears. If you finish all waves, a &ebunch of mob drops&r will spawn at the base of the gateway."]
- id: "3E5A643A19ECF957"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "074EE398AB5748F8"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain one Zombie Gateway"
- tasks: [{
- id: "007A339DDC0E287A"
- item: {
- Count: 1b
- id: "gateways:gate_pearl"
- tag: {
- gateway: "gateways:basic/zombie"
- }
- }
- type: "item"
- }]
- title: "Gateways to Eternity"
- x: 3.0d
- y: 2.5d
- }
- {
- dependencies: ["3E5A643A19ECF957"]
- description: ["&eBigger gateways&r increase the amount of mobs per wave, but also the amount of drops."]
- icon: {
- Count: 1b
- id: "minecraft:tipped_arrow"
- tag: {
- Potion: "minecraft:night_vision"
- }
- }
- id: "5C89FB95B4B3B3C4"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "284AE3D5303FF1E2"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Deafeat 5 Gateways"
- tasks: [{
- id: "32012537114311E4"
- stat: "gateways:gates_defeated"
- type: "stat"
- value: 5
- }]
- title: "Cross Dimensional Hunter"
- x: 3.0d
- y: 1.0d
- }
- {
- dependencies: ["5C89FB95B4B3B3C4"]
- description: ["&eLarge gateways&r are the ultimate challenge and have stringent time limits."]
- icon: {
- Count: 1b
- id: "minecraft:tipped_arrow"
- tag: {
- Potion: "minecraft:swiftness"
- }
- }
- id: "19026C269C1E109C"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2DB868FFA4D236E4"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Defeat 10 gateways"
- tasks: [{
- id: "50B3081435E93654"
- stat: "gateways:gates_defeated"
- type: "stat"
- value: 10
- }]
- title: "Dimensional Gatekeeper"
- x: 3.0d
- y: -0.5d
- }
- {
- dependencies: ["19026C269C1E109C"]
- id: "7A0715E60A882B2A"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "51050FA3A1AAB53D"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- id: "6A4D29FCBB94E914"
- item: "simplehats:headshot"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Defeat 25 Gateways"
- tasks: [{
- icon: "mmorpg:tp_back"
- id: "37DCF8DC33EEBCEF"
- stat: "gateways:gates_defeated"
- type: "stat"
- value: 25
- }]
- title: "Challenge: Homeland Security"
- x: 3.0d
- y: -2.0d
- }
- {
- id: "7BE88C3D7287D322"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "45FFD1EC176A50AA"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Die once"
- tasks: [{
- icon: {
- Count: 1b
- id: "minecraft:player_head"
- tag: {
- SkullOwner: ""
- }
- }
- id: "713B2CECB8A88321"
- stat: "minecraft:deaths"
- title: "Die One Time"
- type: "stat"
- value: 1
- }]
- title: "Welcome to Craft to Exile 2"
- x: 5.0d
- y: 2.5d
- }
- {
- dependencies: ["7BE88C3D7287D322"]
- id: "36A9457DD4BA277F"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7D5F07EE76519098"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Die 25 times"
- tasks: [{
- icon: "minecraft:skeleton_skull"
- id: "0F35571D76091705"
- stat: "minecraft:deaths"
- type: "stat"
- value: 25
- }]
- title: "This is Craft to Exile 2"
- x: 5.0d
- y: 1.0d
- }
- {
- dependencies: ["36A9457DD4BA277F"]
- id: "78AA28A9F76F7BCA"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "66EE632F173355DE"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Die 50 times"
- tasks: [{
- icon: "minecraft:wither_skeleton_skull"
- id: "284110B216A15CE0"
- stat: "minecraft:deaths"
- type: "stat"
- value: 50
- }]
- title: "Welcome to Craft to Exile 2: Prepare to Mine Edition"
- x: 5.0d
- y: -0.5d
- }
- {
- dependencies: ["78AA28A9F76F7BCA"]
- id: "635EB23DC67E9B2A"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "14F7CE2018D48BB2"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- id: "6FF02EA9DAA490AA"
- item: "simplehats:dorkglassesandteeth"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Die 100 times"
- tasks: [{
- icon: "minecraft:dragon_head"
- id: "0D403D8B23E6D98D"
- stat: "minecraft:deaths"
- type: "stat"
- value: 100
- }]
- title: "Challenged: Hollowed"
- x: 5.0d
- y: -2.0d
- }
- {
- id: "6EAC9D2D70106BDB"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0812D567A416ACE0"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Kill 100 mobs"
- tasks: [{
- icon: {
- Count: 1b
- id: "minecraft:wooden_sword"
- tag: {
- Damage: 0
- }
- }
- id: "2593BC1835330321"
- stat: "minecraft:mob_kills"
- type: "stat"
- value: 100
- }]
- title: "Warming Up"
- x: -3.0d
- y: 2.5d
- }
- {
- dependencies: ["6EAC9D2D70106BDB"]
- id: "2C4C9137E512E59A"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "49E4DE4BF1590E2A"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Kill 500 mobs"
- tasks: [{
- id: "35DFB874EE92E276"
- stat: "minecraft:mob_kills"
- type: "stat"
- value: 500
- }]
- title: "Monster Hunter"
- x: -3.0d
- y: 1.0d
- }
- {
- dependencies: ["2C4C9137E512E59A"]
- id: "2AF6754ABC84000A"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "486BE1CCDFE7813F"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Kill 1000 mobs"
- tasks: [{
- icon: {
- Count: 1b
- id: "minecraft:diamond_sword"
- tag: {
- Damage: 0
- }
- }
- id: "2A6B409D14409A97"
- stat: "minecraft:mob_kills"
- type: "stat"
- value: 1000
- }]
- title: "Bloodthirsty"
- x: -3.0d
- y: -0.5d
- }
- {
- dependencies: ["2AF6754ABC84000A"]
- id: "160A8E0EF74CCF7D"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "27B87D0FCB706481"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- id: "3C0E0794E437837E"
- item: "simplehats:murdered"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Kill 5000 mobs"
- tasks: [{
- icon: {
- Count: 1b
- id: "aquaculture:neptunium_sword"
- tag: {
- Damage: 0
- }
- }
- id: "484B483D66088238"
- stat: "minecraft:mob_kills"
- type: "stat"
- value: 5000
- }]
- title: "Challenge: Liquidator"
- x: -3.0d
- y: -2.0d
- }
- {
- dependencies: ["0C91F7CC3D7675AF"]
- id: "2F32A34764DD8F55"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "64800E1CE8CBF4E8"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "3C57DEEC8E181EEF"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "4EA8F31039FBF052"
- item: "simplehats:vikinghatbeard"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Obtain one of each unique Goat Horn"
- tasks: [
- {
- id: "05F0F5F68C77971D"
- item: {
- Count: 1b
- id: "minecraft:goat_horn"
- tag: {
- instrument: "minecraft:admire_goat_horn"
- }
- }
- match_nbt: true
- type: "item"
- }
- {
- id: "0A5CD8FDD9467EA9"
- item: {
- Count: 1b
- id: "minecraft:goat_horn"
- tag: {
- instrument: "minecraft:call_goat_horn"
- }
- }
- match_nbt: true
- type: "item"
- }
- {
- id: "3CF9939D151D89B1"
- item: {
- Count: 1b
- id: "minecraft:goat_horn"
- tag: {
- instrument: "minecraft:feel_goat_horn"
- }
- }
- match_nbt: true
- type: "item"
- }
- {
- id: "53536DD5708BB6AD"
- item: {
- Count: 1b
- id: "minecraft:goat_horn"
- tag: {
- instrument: "minecraft:ponder_goat_horn"
- }
- }
- match_nbt: true
- type: "item"
- }
- {
- id: "10DF65E8ABEF6AAE"
- item: {
- Count: 1b
- id: "minecraft:goat_horn"
- tag: {
- instrument: "minecraft:seek_goat_horn"
- }
- }
- match_nbt: true
- type: "item"
- }
- {
- id: "47E75944263D8CA0"
- item: {
- Count: 1b
- id: "minecraft:goat_horn"
- tag: {
- instrument: "minecraft:sing_goat_horn"
- }
- }
- match_nbt: true
- type: "item"
- }
- {
- id: "44A816F82ADF838C"
- item: {
- Count: 1b
- id: "minecraft:goat_horn"
- tag: {
- instrument: "minecraft:dream_goat_horn"
- }
- }
- match_nbt: true
- type: "item"
- }
- {
- id: "44819B3C41EE3DE6"
- item: {
- Count: 1b
- id: "minecraft:goat_horn"
- tag: {
- instrument: "minecraft:yearn_goat_horn"
- }
- }
- match_nbt: true
- type: "item"
- }
- ]
- title: "Challenge: Call of War"
- x: 7.0d
- y: -2.0d
- }
- {
- description: [
- "To &efind &rmonsters for quest completions or mob farming, push Y to open the &eminimap settings&r. &eClick entity radar&r, then click &eentity category&r. Click &eLiving,&r then &e\"Add Subcategory\"&r and name it whatever. Click on this &enew subcategory&r, click &esettings,&r then do the following: "
- ""
- "&eDisplay: &rON"
- "&eIcons:&r ALWAYS"
- "&eNames: &rALWAYS"
- "&eEntity Dot Size: &r3"
- "&eEntity Icon Scale:&r 2.00"
- "&eRender Over Minimap Frame:&r Always"
- ""
- "Then, go to &eInclude List&r. In the &e\"Add to List\"&r box, type the &ename of the mob&r you want and click the correct one such as typing \"spider\" then clicking &e\"minecraft:cave_spider\"&r. Now, all of the mob that you've selected will appear as a &ebig icon on your minimap and map&r."
- ""
- "Also in Entity Radar, go to the 2nd page (hit next page) and change &eEntity Height Limit to 2050&r which will allow the minimap to display mobs on &eall Y levels&r. "
- ""
- "Remember to remove the mob from the radar when you're done."
- ]
- id: "24A1F71924383794"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 50"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1AF7E547098AFD59"
- silent: true
- title: "50 Experience x Lv."
- type: "command"
- }]
- size: 1.0d
- subtitle: "Read and then click checkmark"
- tasks: [{
- id: "0EE61E427FF22F79"
- title: "Read and then click checkmark"
- type: "checkmark"
- }]
- title: "Hunting Tools: Entity Radar"
- x: 7.0d
- y: 2.5d
- }
- {
- dependencies: ["24A1F71924383794"]
- description: ["&eAlex's Mobs &radds in numerous mobs to be &etamed and hunted&r."]
- id: "3C8E45CB8CEA634D"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7E7040314627CB0C"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Animal Dictionary"
- tasks: [{
- id: "50E1D666495F1533"
- item: "alexsmobs:animal_dictionary"
- type: "item"
- }]
- title: "Hunting Tools: Knowledge"
- x: 7.0d
- y: 1.0d
- }
- {
- dependencies: ["3C8E45CB8CEA634D"]
- description: ["Time to see what you've &elearned.&r "]
- icon: "kobolds:kobold_skull"
- id: "0C91F7CC3D7675AF"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "696E851FBF1B8E5D"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Kill 16 of each mob"
- tasks: [
- {
- entity: "minecraft:sheep"
- id: "447CF12D24A59994"
- type: "kill"
- value: 16L
- }
- {
- entity: "minecraft:pig"
- id: "651923E28FE2A76C"
- type: "kill"
- value: 16L
- }
- {
- entity: "minecraft:cow"
- id: "0E383B6CFE120F7D"
- type: "kill"
- value: 16L
- }
- {
- entity: "alexsmobs:raccoon"
- id: "1414A17494EB126D"
- type: "kill"
- value: 16L
- }
- {
- entity: "alexsmobs:fly"
- id: "13A66BE4F4F86D6F"
- type: "kill"
- value: 16L
- }
- {
- entity: "minecraft:goat"
- id: "09DE7A4AB5930ECF"
- type: "kill"
- value: 16L
- }
- ]
- title: "Hunter's Tools: The Test"
- x: 7.0d
- y: -0.5d
- }
- {
- description: [
- "&eDoggy Talents Next&r allows you to interact with, level up, and care for your dogs. You can &eplay tag, fetch, locate your dog, revive them, and teach them useful talents&r."
- ""
- "&eTame a wolf&r and then use a Training Treat on them. Right click the dog with a stick to open it's menu. &eMore options&r can be found at the &ebottom of your screen in the GUI&r. "
- ""
- "Attach a &eRadio Collar&r to your dog and craft a &eCanine Locator&r so you'll never lose them. A &eBone&r can also be used to place your dog on your head."
- ""
- "&eBehavior Modes:&r"
- ""
- "&eDocile:&r Dog will follow but not attack"
- ""
- "&eWandering:&r Dog will stay near its food bowl"
- ""
- "&eAggressive:&r Dog will attack any mobs that attack you or you attack"
- ""
- "&eBerserker:&r Dog will attack any nearby mobs. Minor version won't attack Piglins or Endermen"
- ""
- "&ePatrol:&r Dog will patrol area for mobs"
- ""
- "&eGuard:&r Dog will follow closely and attack mobs that draw near. Flat version won't attack Piglins or Endermen. Minor version won't attack but instead growl to warn"
- ""
- "&eTactical:&r Dog won't attack unless you use Tactical whistle on a mob"
- ]
- id: "77DED163AD398568"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "01AE52CA844F06A8"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "66AF3B35CCDEFBFD"
- item: "doggytalents:training_treat"
- type: "item"
- }
- {
- id: "52BACC7DAF80AAAD"
- item: "doggytalents:radio_collar"
- type: "item"
- }
- {
- id: "2F6D6735B32311A9"
- item: "doggytalents:canine_tracker"
- type: "item"
- }
- {
- id: "7FF051BCD8101C8D"
- item: "minecraft:bone"
- type: "item"
- }
- ]
- title: "Doggy Talents Next"
- x: 9.0d
- y: 2.5d
- }
- {
- dependencies: ["77DED163AD398568"]
- description: [
- "You'll need a &eDog Bed, Dog Bath, and Food Bowl&r to take care of your dog. &eLink the Dog Bed&r to your dog by &eright clicking&r the bed and then your dog and the &eFood Bowl&r by &ebringing the dog within 1 block&r of it. The dog will eat out of the food bowl when &ehungry&r if you put food inside."
- ""
- "The &eWhistle&r is your main method of commanding your dog. &eRight click&r it to use the currently selected command and &eshift right click&r to select the command. "
- ""
- "Your dog has &ehunger&r (the middle number above it's head) which drains from &ehealing and talents&r. Once it reaches &e0&r, the dog will start to &edie.&r"
- ""
- "&eWhistle Commands&r"
- ""
- "&eStand/Ok?:&r Dogs stand/teleport to you"
- ""
- "&eHeel: &rAll standing dogs come to you"
- ""
- "&eStay: &rAll standing dogs sit"
- ""
- "&eTo Bed:&r All dogs return to their bed if they have one"
- ""
- "&eGo Behind:&r All standing dogs teleport behind you"
- ""
- "&eTactical:&r Command all dogs in Tactical Mode to attack the target you aim at with the whistle"
- ""
- "&eHowl:&r Aim at a dog and use to make them howl"
- ""
- "&eRide With Me:&r Aim at a vehicle, such as a boat, and the dog will get in"
- ]
- id: "1BAD2923BF4081F3"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "58F716F857F5DB38"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "4343B7F7B6C39F6A"
- item: {
- Count: 1b
- id: "doggytalents:dog_bed"
- tag: {
- doggytalents: {
- beddingId: "minecraft:green_wool"
- casingId: "undergarden:grongle_wood"
- }
- }
- }
- type: "item"
- }
- {
- id: "5FAACE0FD8AB481F"
- item: "doggytalents:dog_bath"
- type: "item"
- }
- {
- id: "3CF3C341D681C9C7"
- item: "doggytalents:food_bowl"
- type: "item"
- }
- {
- id: "1CC86BFECD4C5A97"
- item: "doggytalents:whistle"
- type: "item"
- }
- ]
- title: "Home Preparation"
- x: 9.0d
- y: 1.0d
- }
- {
- dependencies: ["1BAD2923BF4081F3"]
- description: [
- "When in &eIncapacitated mode&r, your dog will need to be &etransported to it's bed&r and given some &eBand-Aids&r to speed up the healing process. Their hunger will be set to 0, and will gradually &eregenerate to 64&r. When it hits 64, the dog is &erevived.&r Use a &eBone&r on the dog to pick them up."
- ""
- "Any dogs that &ehaven’t been linked&r to the bed can still be revived on an unclaimed bed by using a &eTotem of Undying&r/"
- ""
- "If enough &eBand-Aids&r are applied, the dog can begin to &ewalk.&r Note that any &edamage&r the dog takes will still cause the hunger to reset and remove the &eBand-Aids&r. Dogs &ecannot teleport when incapacitated&r. &eTotems of Undying&r will instantly revive all nearby dogs."
- ""
- "Your dog will &eplay tag&r if you throw a &eSnowball&r at them. Use a &eThrowing Stick or Throwing Bone&r to play fetch."
- ""
- "The &eEnergizer Bone&r gives your dog some minor &ebuffs,&r such as &espeed,&r which is great when using them as a &emount.&r The &eBreeding Bone&r can breed two dogs of opposite gender."
- ""
- "The &eMagnifying Bone&r will &eincrease&r your dogs size while the &eShrinking Mallet&r will &eshrink&r your dog until they're a &epuppy.&r"
- ]
- id: "2DED343BD83179E3"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2B6D36197CB197FB"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "2D51AC345728136C"
- item: "doggytalents:bandaid"
- type: "item"
- }
- {
- id: "03B5C769ABCB7493"
- item: "minecraft:snowball"
- type: "item"
- }
- {
- id: "4562578B233BC7E7"
- item: "doggytalents:throw_bone"
- type: "item"
- }
- {
- id: "01B4A736B0D59E5F"
- item: "doggytalents:throw_stick"
- type: "item"
- }
- {
- id: "19B5F1FF1C92D59F"
- item: "doggytalents:energizer_stick"
- type: "item"
- }
- {
- id: "03140B45FA5A0589"
- item: "doggytalents:breeding_bone"
- type: "item"
- }
- {
- id: "739531F189E86361"
- item: {
- Count: 1b
- id: "doggytalents:shrinking_mallet"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "23F6B217DE329FC9"
- item: {
- Count: 1b
- id: "doggytalents:magnifying_bone"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- ]
- title: "Taking Care of Your Dog"
- x: 9.0d
- y: -0.5d
- }
- {
- dependencies: ["2DED343BD83179E3"]
- description: [
- "Your dog will require &ehigher tiered treats&r to &elevel up&r. Their max level is &e60.&r This is &4NOT&r Mine and Slash leveling up. "
- ""
- "Your dog can be &ecustomized&r with &ecostumes, dyable capes, collars, etc&r. Some will allow the dog to drop &especial music discs&r if they kill a mob while wearing it."
- ]
- id: "46CE10AA0F5E648A"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "227CFC5C7EB9CBCA"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 2
- id: "7FC92D4FF998B4CA"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "79292EB52FA9BFB5"
- item: "simplehats:longfoxears"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "1739E3CF4C2FEC23"
- item: "doggytalents:super_treat"
- type: "item"
- }
- {
- id: "74BF6896DAE77C01"
- item: "doggytalents:master_treat"
- type: "item"
- }
- {
- id: "24629A9B22F86228"
- item: "doggytalents:kami_treat"
- type: "item"
- }
- ]
- title: "Challenge: Cynologist"
- x: 9.0d
- y: -2.0d
- }
- ]
- title: "Other Hobbies"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "other_hobbies"
+ group: "37C10F4BE9E00A26"
+ icon: "minecraft:sniffer_egg"
+ id: "09DEC7C6D9BF9CAB"
+ order_index: 2
+ quest_links: [ ]
+ quests: [
+ {
+ description: [
+ "&eSniffers&r spawn by hatching from &esniffer eggs&r found in &esuspicious sand &rfrom &ewarm ocean ruins&r. Breeding sniffers with &etorchflower seeds&r would also result in a sniffer egg being laid as an item. It &esniffs out and digs out seeds&r for various unique decorative plants out of dirt, grass, and moss blocks. They will dig through &edirt and grass&r like blocks. "
+ ""
+ "The sniffer &estores the last 20 locations&r it has dug up so it can't dig there anymore. After sniffing out seeds, an &eeight minute cooldown&r is activated before it can dig in again."
+ ]
+ id: "1D611B5828213E51"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5508F53BDD3E83AE"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain a Sniffer Egg"
+ tasks: [{
+ id: "090B2E583665D316"
+ item: "minecraft:sniffer_egg"
+ type: "item"
+ }]
+ title: "Sniffers"
+ x: -1.0d
+ y: 2.5d
+ }
+ {
+ dependencies: ["1D611B5828213E51"]
+ description: [
+ "&eTorchflower seeds&r can be placed on farmland, where they grow through three stages. Breaking the torchflower crop before it matures drops the seed, while breaking the final stage produces one torchflower and does not yield the seed. Torchflowers don't do anything special except &elook cool&r."
+ ""
+ "&ePitcher Pods&r grow through three stages as a pitcher crop. It also does nothing except look cool."
+ ]
+ id: "141FAE11D6180780"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1F1AAEF0168D5E6F"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "4A1EC9F27C69F7C4"
+ item: "minecraft:torchflower_seeds"
+ type: "item"
+ }
+ {
+ id: "61297EA8B1558B06"
+ item: "minecraft:pitcher_pod"
+ type: "item"
+ }
+ ]
+ x: -1.0d
+ y: 1.0d
+ }
+ {
+ dependencies: ["141FAE11D6180780"]
+ description: [
+ "&eMore Sniffer Flowers&r adds more seeds and plants the Sniffer can dig up that actually do something."
+ ""
+ "&eDawnberries&r drop edible berries when picked."
+ ""
+ "&eAmbushes&r produce &eAmber&r which drops a new armor trim, banner pattern, and more. "
+ ""
+ "&eCaulorflowers&r are decorational plants that are animated."
+ ]
+ id: "0D8B0AB8564ABCB9"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6F86EA0055996E20"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "1E3D39CF7477B26F"
+ item: "moresnifferflowers:dawnberry_vine_seeds"
+ type: "item"
+ }
+ {
+ id: "166A38FEFF8D254A"
+ item: "moresnifferflowers:ambush_seeds"
+ type: "item"
+ }
+ {
+ id: "01C9D119CCEDFA5C"
+ item: "moresnifferflowers:caulorflower"
+ type: "item"
+ }
+ ]
+ title: "More Sniffer Flowers"
+ x: -1.0d
+ y: -0.5d
+ }
+ {
+ dependencies: ["3DB047DAC7A392C3"]
+ description: [
+ "The &esheep fossil&r can be found at some small stony peaks. It can be tuned and activated like a Noteblock to play some Goat Horn sounds!"
+ ""
+ "The &eocelot fossil&r can be found hidden away in its (maybe collapsed) cave inside the jungle. It scares creepers away for double the distance cats do (without making annoying sounds)."
+ ""
+ "The &ecreeper fossil &rcan be found at an old exploded dirt-hut. It emits fire and smoke particles when placed."
+ ""
+ "The &evillager fossil&r can be found at a grave of a rotten outcast-house. It can hold items like a display and will emit the light of the item it is holding."
+ ""
+ "The &echicken fossil&r can be found below trees surrounded by small rocks. It gives players in a 10 Block radius the slow-falling effect."
+ ]
+ id: "4687F41A2DC1F1F6"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "498FD4941D060885"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "6E1BBB79990C18E3"
+ item: "betterarcheology:creeper_fossil"
+ type: "item"
+ }
+ {
+ id: "787401578CD7901A"
+ item: "betterarcheology:villager_fossil"
+ type: "item"
+ }
+ {
+ id: "716587A0E389F3D4"
+ item: "betterarcheology:chicken_fossil"
+ type: "item"
+ }
+ {
+ id: "7ED41F714F1807FE"
+ item: "betterarcheology:ocelot_fossil"
+ type: "item"
+ }
+ {
+ id: "200F4A277C26812A"
+ item: "betterarcheology:sheep_fossil"
+ type: "item"
+ }
+ ]
+ title: "Fossils"
+ x: 1.0d
+ y: 1.0d
+ }
+ {
+ dependencies: ["4687F41A2DC1F1F6"]
+ description: ["&eTotems&r can be found by identifying artifacts."]
+ id: "6D81B1B54FCBAFA0"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1AFBDF90391AE1C3"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "5FE97D3DDBF7A7E1"
+ item: {
+ Count: 1b
+ id: "betterarcheology:torrent_totem"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "3BEF716754381262"
+ item: {
+ Count: 1b
+ id: "betterarcheology:soul_totem"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Totems"
+ x: 1.0d
+ y: -0.5d
+ }
+ {
+ description: [
+ "&eBetter Archeology &rintroduces content to archeology. &eFossils&r of various mobs can be found by &ebrushing Fossiliferous Dirt&r which generates at specific areas. Each area contains a &especific type of fossil&r, such as stone pillars' nearby Fossiliferous Dirt containing sheep fossils. "
+ ""
+ "The &eArcheology Table&r is used to &eanalyse Unidentified Artifacts&r using any type of brush. &eIdentified Artifacts&r act as a catalyst for &eancient Enchantments like Enchanted Books&r do. Apply them to your Equipment using an Anvil."
+ ""
+ "&eArtifact Shards&r can be found by &ebreaking pots or brushing suspicious sand&r. They are Fragments of knowledge that can be put together to craft Unidentified Artifacts. "
+ ""
+ "&eIdentify&r the Unidentified Artifacts with the &eArcheology Table&r."
+ ]
+ id: "3DB047DAC7A392C3"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "60C206051579389D"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "1EE5F2F4EF889807"
+ item: "betterarcheology:archeology_table"
+ type: "item"
+ }
+ {
+ id: "6BD72743811EF470"
+ item: {
+ Count: 1b
+ id: "betterarcheology:iron_brush"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "1563FEEE74FDE751"
+ item: "betterarcheology:unidentified_artifact"
+ type: "item"
+ }
+ {
+ id: "58FDCF2AD34CFDAF"
+ item: "betterarcheology:artifact_shards"
+ type: "item"
+ }
+ ]
+ title: "Better Archeology "
+ x: 1.0d
+ y: 2.5d
+ }
+ {
+ dependencies: ["6D81B1B54FCBAFA0"]
+ id: "6EAAB84EB04E035A"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "27CC9951B28EB7D5"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "0C196B060E25D63C"
+ item: "simplehats:plaguedoctor"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit a Diamond Brush"
+ tasks: [{
+ consume_items: true
+ id: "192947A1A4847203"
+ item: {
+ Count: 1b
+ id: "betterarcheology:diamond_brush"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Challenge: Ancient Anthropologist"
+ x: 1.0d
+ y: -2.0d
+ }
+ {
+ dependencies: [
+ "6EAAB84EB04E035A"
+ "73612B81124DE424"
+ "7A0715E60A882B2A"
+ "635EB23DC67E9B2A"
+ "160A8E0EF74CCF7D"
+ "2F32A34764DD8F55"
+ "46CE10AA0F5E648A"
+ ]
+ icon: "alexsmobs:mimicream"
+ id: "6DF33D1B5C76639B"
+ rewards: [
+ {
+ command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved The Multipotentialite !\"}]}"
+ elevate_perms: true
+ icon: "minecraft:cookie"
+ id: "5E89A5FC157054B3"
+ title: "Click here to brag"
+ type: "command"
+ }
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "312CF3C2B8F795EF"
+ silent: true
+ title: "750 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 6
+ id: "314DD321EC8CEA73"
+ item: "lightmanscurrency:coin_diamond"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "4D21ACABF78321AE"
+ item: "simplehats:baseballhatrgb"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ size: 2.0d
+ subtitle: "Complete each challenge"
+ tasks: [{
+ id: "0BD9F8B671E38D86"
+ type: "checkmark"
+ }]
+ title: "Achievement: The Multipotentialite"
+ x: 3.0d
+ y: -4.0d
+ }
+ {
+ dependencies: ["0D8B0AB8564ABCB9"]
+ id: "73612B81124DE424"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "635FEB1219074A0C"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "4BEDE46D5EF456DC"
+ item: "simplehats:strawberry_hat"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit 16 of each"
+ tasks: [
+ {
+ consume_items: true
+ count: 16L
+ id: "6056263F619A0D1B"
+ item: "moresnifferflowers:amber_shard"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 16L
+ id: "0EF8A81697E4986F"
+ item: "moresnifferflowers:dawnberry"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 16L
+ id: "22EF97D933CA3A78"
+ item: {
+ Count: 1b
+ id: "moresnifferflowers:dyespria"
+ tag: { }
+ }
+ type: "item"
+ }
+ ]
+ title: "Challenge: Ancient Farmer"
+ x: -1.0d
+ y: -2.0d
+ }
+ {
+ description: ["&eGateways&r allow you to spawn in waves of a certain type of mob to fight. Each wave must be eliminated within a &etime limit&r, or else the gateway disappears. If you finish all waves, a &ebunch of mob drops&r will spawn at the base of the gateway."]
+ id: "3E5A643A19ECF957"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "074EE398AB5748F8"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain one Zombie Gateway"
+ tasks: [{
+ id: "007A339DDC0E287A"
+ item: {
+ Count: 1b
+ id: "gateways:gate_pearl"
+ tag: {
+ gateway: "gateways:basic/zombie"
+ }
+ }
+ type: "item"
+ }]
+ title: "Gateways to Eternity"
+ x: 3.0d
+ y: 2.5d
+ }
+ {
+ dependencies: ["3E5A643A19ECF957"]
+ description: ["&eBigger gateways&r increase the amount of mobs per wave, but also the amount of drops."]
+ icon: {
+ Count: 1b
+ id: "minecraft:tipped_arrow"
+ tag: {
+ Potion: "minecraft:night_vision"
+ }
+ }
+ id: "5C89FB95B4B3B3C4"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "284AE3D5303FF1E2"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Deafeat 5 Gateways"
+ tasks: [{
+ id: "32012537114311E4"
+ stat: "gateways:gates_defeated"
+ type: "stat"
+ value: 5
+ }]
+ title: "Cross Dimensional Hunter"
+ x: 3.0d
+ y: 1.0d
+ }
+ {
+ dependencies: ["5C89FB95B4B3B3C4"]
+ description: ["&eLarge gateways&r are the ultimate challenge and have stringent time limits."]
+ icon: {
+ Count: 1b
+ id: "minecraft:tipped_arrow"
+ tag: {
+ Potion: "minecraft:swiftness"
+ }
+ }
+ id: "19026C269C1E109C"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2DB868FFA4D236E4"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Defeat 10 gateways"
+ tasks: [{
+ id: "50B3081435E93654"
+ stat: "gateways:gates_defeated"
+ type: "stat"
+ value: 10
+ }]
+ title: "Dimensional Gatekeeper"
+ x: 3.0d
+ y: -0.5d
+ }
+ {
+ dependencies: ["19026C269C1E109C"]
+ id: "7A0715E60A882B2A"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "51050FA3A1AAB53D"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "6A4D29FCBB94E914"
+ item: "simplehats:headshot"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Defeat 25 Gateways"
+ tasks: [{
+ icon: "mmorpg:tp_back"
+ id: "37DCF8DC33EEBCEF"
+ stat: "gateways:gates_defeated"
+ type: "stat"
+ value: 25
+ }]
+ title: "Challenge: Homeland Security"
+ x: 3.0d
+ y: -2.0d
+ }
+ {
+ id: "7BE88C3D7287D322"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "45FFD1EC176A50AA"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Die once"
+ tasks: [{
+ icon: {
+ Count: 1b
+ id: "minecraft:player_head"
+ tag: {
+ SkullOwner: ""
+ }
+ }
+ id: "713B2CECB8A88321"
+ stat: "minecraft:deaths"
+ title: "Die One Time"
+ type: "stat"
+ value: 1
+ }]
+ title: "Welcome to Craft to Exile 2"
+ x: 5.0d
+ y: 2.5d
+ }
+ {
+ dependencies: ["7BE88C3D7287D322"]
+ id: "36A9457DD4BA277F"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7D5F07EE76519098"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Die 25 times"
+ tasks: [{
+ icon: "minecraft:skeleton_skull"
+ id: "0F35571D76091705"
+ stat: "minecraft:deaths"
+ type: "stat"
+ value: 25
+ }]
+ title: "This is Craft to Exile 2"
+ x: 5.0d
+ y: 1.0d
+ }
+ {
+ dependencies: ["36A9457DD4BA277F"]
+ id: "78AA28A9F76F7BCA"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "66EE632F173355DE"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Die 50 times"
+ tasks: [{
+ icon: "minecraft:wither_skeleton_skull"
+ id: "284110B216A15CE0"
+ stat: "minecraft:deaths"
+ type: "stat"
+ value: 50
+ }]
+ title: "Welcome to Craft to Exile 2: Prepare to Mine Edition"
+ x: 5.0d
+ y: -0.5d
+ }
+ {
+ dependencies: ["78AA28A9F76F7BCA"]
+ id: "635EB23DC67E9B2A"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "14F7CE2018D48BB2"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "6FF02EA9DAA490AA"
+ item: "simplehats:dorkglassesandteeth"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Die 100 times"
+ tasks: [{
+ icon: "minecraft:dragon_head"
+ id: "0D403D8B23E6D98D"
+ stat: "minecraft:deaths"
+ type: "stat"
+ value: 100
+ }]
+ title: "Challenged: Hollowed"
+ x: 5.0d
+ y: -2.0d
+ }
+ {
+ id: "6EAC9D2D70106BDB"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0812D567A416ACE0"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Kill 100 mobs"
+ tasks: [{
+ icon: {
+ Count: 1b
+ id: "minecraft:wooden_sword"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "2593BC1835330321"
+ stat: "minecraft:mob_kills"
+ type: "stat"
+ value: 100
+ }]
+ title: "Warming Up"
+ x: -3.0d
+ y: 2.5d
+ }
+ {
+ dependencies: ["6EAC9D2D70106BDB"]
+ id: "2C4C9137E512E59A"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "49E4DE4BF1590E2A"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Kill 500 mobs"
+ tasks: [{
+ id: "35DFB874EE92E276"
+ stat: "minecraft:mob_kills"
+ type: "stat"
+ value: 500
+ }]
+ title: "Monster Hunter"
+ x: -3.0d
+ y: 1.0d
+ }
+ {
+ dependencies: ["2C4C9137E512E59A"]
+ id: "2AF6754ABC84000A"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "486BE1CCDFE7813F"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Kill 1000 mobs"
+ tasks: [{
+ icon: {
+ Count: 1b
+ id: "minecraft:diamond_sword"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "2A6B409D14409A97"
+ stat: "minecraft:mob_kills"
+ type: "stat"
+ value: 1000
+ }]
+ title: "Bloodthirsty"
+ x: -3.0d
+ y: -0.5d
+ }
+ {
+ dependencies: ["2AF6754ABC84000A"]
+ id: "160A8E0EF74CCF7D"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "27B87D0FCB706481"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ id: "3C0E0794E437837E"
+ item: "simplehats:murdered"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Kill 5000 mobs"
+ tasks: [{
+ icon: {
+ Count: 1b
+ id: "aquaculture:neptunium_sword"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "484B483D66088238"
+ stat: "minecraft:mob_kills"
+ type: "stat"
+ value: 5000
+ }]
+ title: "Challenge: Liquidator"
+ x: -3.0d
+ y: -2.0d
+ }
+ {
+ dependencies: ["0C91F7CC3D7675AF"]
+ id: "2F32A34764DD8F55"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "64800E1CE8CBF4E8"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "3C57DEEC8E181EEF"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "4EA8F31039FBF052"
+ item: "simplehats:vikinghatbeard"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Obtain one of each unique Goat Horn"
+ tasks: [
+ {
+ id: "05F0F5F68C77971D"
+ item: {
+ Count: 1b
+ id: "minecraft:goat_horn"
+ tag: {
+ instrument: "minecraft:admire_goat_horn"
+ }
+ }
+ match_nbt: true
+ type: "item"
+ }
+ {
+ id: "0A5CD8FDD9467EA9"
+ item: {
+ Count: 1b
+ id: "minecraft:goat_horn"
+ tag: {
+ instrument: "minecraft:call_goat_horn"
+ }
+ }
+ match_nbt: true
+ type: "item"
+ }
+ {
+ id: "3CF9939D151D89B1"
+ item: {
+ Count: 1b
+ id: "minecraft:goat_horn"
+ tag: {
+ instrument: "minecraft:feel_goat_horn"
+ }
+ }
+ match_nbt: true
+ type: "item"
+ }
+ {
+ id: "53536DD5708BB6AD"
+ item: {
+ Count: 1b
+ id: "minecraft:goat_horn"
+ tag: {
+ instrument: "minecraft:ponder_goat_horn"
+ }
+ }
+ match_nbt: true
+ type: "item"
+ }
+ {
+ id: "10DF65E8ABEF6AAE"
+ item: {
+ Count: 1b
+ id: "minecraft:goat_horn"
+ tag: {
+ instrument: "minecraft:seek_goat_horn"
+ }
+ }
+ match_nbt: true
+ type: "item"
+ }
+ {
+ id: "47E75944263D8CA0"
+ item: {
+ Count: 1b
+ id: "minecraft:goat_horn"
+ tag: {
+ instrument: "minecraft:sing_goat_horn"
+ }
+ }
+ match_nbt: true
+ type: "item"
+ }
+ {
+ id: "44A816F82ADF838C"
+ item: {
+ Count: 1b
+ id: "minecraft:goat_horn"
+ tag: {
+ instrument: "minecraft:dream_goat_horn"
+ }
+ }
+ match_nbt: true
+ type: "item"
+ }
+ {
+ id: "44819B3C41EE3DE6"
+ item: {
+ Count: 1b
+ id: "minecraft:goat_horn"
+ tag: {
+ instrument: "minecraft:yearn_goat_horn"
+ }
+ }
+ match_nbt: true
+ type: "item"
+ }
+ ]
+ title: "Challenge: Call of War"
+ x: 7.0d
+ y: -2.0d
+ }
+ {
+ description: [
+ "To &efind &rmonsters for quest completions or mob farming, push Y to open the &eminimap settings&r. &eClick entity radar&r, then click &eentity category&r. Click &eLiving,&r then &e\"Add Subcategory\"&r and name it whatever. Click on this &enew subcategory&r, click &esettings,&r then do the following: "
+ ""
+ "&eDisplay: &rON"
+ "&eIcons:&r ALWAYS"
+ "&eNames: &rALWAYS"
+ "&eEntity Dot Size: &r3"
+ "&eEntity Icon Scale:&r 2.00"
+ "&eRender Over Minimap Frame:&r Always"
+ ""
+ "Then, go to &eInclude List&r. In the &e\"Add to List\"&r box, type the &ename of the mob&r you want and click the correct one such as typing \"spider\" then clicking &e\"minecraft:cave_spider\"&r. Now, all of the mob that you've selected will appear as a &ebig icon on your minimap and map&r."
+ ""
+ "Also in Entity Radar, go to the 2nd page (hit next page) and change &eEntity Height Limit to 2050&r which will allow the minimap to display mobs on &eall Y levels&r. "
+ ""
+ "Remember to remove the mob from the radar when you're done."
+ ]
+ id: "24A1F71924383794"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 50"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1AF7E547098AFD59"
+ silent: true
+ title: "50 Experience x Lv."
+ type: "command"
+ }]
+ size: 1.0d
+ subtitle: "Read and then click checkmark"
+ tasks: [{
+ id: "0EE61E427FF22F79"
+ title: "Read and then click checkmark"
+ type: "checkmark"
+ }]
+ title: "Hunting Tools: Entity Radar"
+ x: 7.0d
+ y: 2.5d
+ }
+ {
+ dependencies: ["24A1F71924383794"]
+ description: ["&eAlex's Mobs &radds in numerous mobs to be &etamed and hunted&r."]
+ id: "3C8E45CB8CEA634D"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7E7040314627CB0C"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Animal Dictionary"
+ tasks: [{
+ id: "50E1D666495F1533"
+ item: "alexsmobs:animal_dictionary"
+ type: "item"
+ }]
+ title: "Hunting Tools: Knowledge"
+ x: 7.0d
+ y: 1.0d
+ }
+ {
+ dependencies: ["3C8E45CB8CEA634D"]
+ description: ["Time to see what you've &elearned.&r "]
+ icon: "kobolds:kobold_skull"
+ id: "0C91F7CC3D7675AF"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "696E851FBF1B8E5D"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Kill 16 of each mob"
+ tasks: [
+ {
+ entity: "minecraft:sheep"
+ id: "447CF12D24A59994"
+ type: "kill"
+ value: 16L
+ }
+ {
+ entity: "minecraft:pig"
+ id: "651923E28FE2A76C"
+ type: "kill"
+ value: 16L
+ }
+ {
+ entity: "minecraft:cow"
+ id: "0E383B6CFE120F7D"
+ type: "kill"
+ value: 16L
+ }
+ {
+ entity: "alexsmobs:raccoon"
+ id: "1414A17494EB126D"
+ type: "kill"
+ value: 16L
+ }
+ {
+ entity: "alexsmobs:fly"
+ id: "13A66BE4F4F86D6F"
+ type: "kill"
+ value: 16L
+ }
+ {
+ entity: "minecraft:goat"
+ id: "09DE7A4AB5930ECF"
+ type: "kill"
+ value: 16L
+ }
+ ]
+ title: "Hunter's Tools: The Test"
+ x: 7.0d
+ y: -0.5d
+ }
+ {
+ description: [
+ "&eDoggy Talents Next&r allows you to interact with, level up, and care for your dogs. You can &eplay tag, fetch, locate your dog, revive them, and teach them useful talents&r."
+ ""
+ "&eTame a wolf&r and then use a Training Treat on them. Right click the dog with a stick to open it's menu. &eMore options&r can be found at the &ebottom of your screen in the GUI&r. "
+ ""
+ "Attach a &eRadio Collar&r to your dog and craft a &eCanine Locator&r so you'll never lose them. A &eBone&r can also be used to place your dog on your head."
+ ""
+ "&eBehavior Modes:&r"
+ ""
+ "&eDocile:&r Dog will follow but not attack"
+ ""
+ "&eWandering:&r Dog will stay near its food bowl"
+ ""
+ "&eAggressive:&r Dog will attack any mobs that attack you or you attack"
+ ""
+ "&eBerserker:&r Dog will attack any nearby mobs. Minor version won't attack Piglins or Endermen"
+ ""
+ "&ePatrol:&r Dog will patrol area for mobs"
+ ""
+ "&eGuard:&r Dog will follow closely and attack mobs that draw near. Flat version won't attack Piglins or Endermen. Minor version won't attack but instead growl to warn"
+ ""
+ "&eTactical:&r Dog won't attack unless you use Tactical whistle on a mob"
+ ]
+ id: "77DED163AD398568"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "01AE52CA844F06A8"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "66AF3B35CCDEFBFD"
+ item: "doggytalents:training_treat"
+ type: "item"
+ }
+ {
+ id: "52BACC7DAF80AAAD"
+ item: "doggytalents:radio_collar"
+ type: "item"
+ }
+ {
+ id: "2F6D6735B32311A9"
+ item: "doggytalents:canine_tracker"
+ type: "item"
+ }
+ {
+ id: "7FF051BCD8101C8D"
+ item: "minecraft:bone"
+ type: "item"
+ }
+ ]
+ title: "Doggy Talents Next"
+ x: 9.0d
+ y: 2.5d
+ }
+ {
+ dependencies: ["77DED163AD398568"]
+ description: [
+ "You'll need a &eDog Bed, Dog Bath, and Food Bowl&r to take care of your dog. &eLink the Dog Bed&r to your dog by &eright clicking&r the bed and then your dog and the &eFood Bowl&r by &ebringing the dog within 1 block&r of it. The dog will eat out of the food bowl when &ehungry&r if you put food inside."
+ ""
+ "The &eWhistle&r is your main method of commanding your dog. &eRight click&r it to use the currently selected command and &eshift right click&r to select the command. "
+ ""
+ "Your dog has &ehunger&r (the middle number above it's head) which drains from &ehealing and talents&r. Once it reaches &e0&r, the dog will start to &edie.&r"
+ ""
+ "&eWhistle Commands&r"
+ ""
+ "&eStand/Ok?:&r Dogs stand/teleport to you"
+ ""
+ "&eHeel: &rAll standing dogs come to you"
+ ""
+ "&eStay: &rAll standing dogs sit"
+ ""
+ "&eTo Bed:&r All dogs return to their bed if they have one"
+ ""
+ "&eGo Behind:&r All standing dogs teleport behind you"
+ ""
+ "&eTactical:&r Command all dogs in Tactical Mode to attack the target you aim at with the whistle"
+ ""
+ "&eHowl:&r Aim at a dog and use to make them howl"
+ ""
+ "&eRide With Me:&r Aim at a vehicle, such as a boat, and the dog will get in"
+ ]
+ id: "1BAD2923BF4081F3"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "58F716F857F5DB38"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "4343B7F7B6C39F6A"
+ item: {
+ Count: 1b
+ id: "doggytalents:dog_bed"
+ tag: {
+ doggytalents: {
+ beddingId: "minecraft:green_wool"
+ casingId: "undergarden:grongle_wood"
+ }
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "5FAACE0FD8AB481F"
+ item: "doggytalents:dog_bath"
+ type: "item"
+ }
+ {
+ id: "3CF3C341D681C9C7"
+ item: "doggytalents:food_bowl"
+ type: "item"
+ }
+ {
+ id: "1CC86BFECD4C5A97"
+ item: "doggytalents:whistle"
+ type: "item"
+ }
+ ]
+ title: "Home Preparation"
+ x: 9.0d
+ y: 1.0d
+ }
+ {
+ dependencies: ["1BAD2923BF4081F3"]
+ description: [
+ "When in &eIncapacitated mode&r, your dog will need to be &etransported to it's bed&r and given some &eBand-Aids&r to speed up the healing process. Their hunger will be set to 0, and will gradually &eregenerate to 64&r. When it hits 64, the dog is &erevived.&r Use a &eBone&r on the dog to pick them up."
+ ""
+ "Any dogs that &ehaven’t been linked&r to the bed can still be revived on an unclaimed bed by using a &eTotem of Undying&r/"
+ ""
+ "If enough &eBand-Aids&r are applied, the dog can begin to &ewalk.&r Note that any &edamage&r the dog takes will still cause the hunger to reset and remove the &eBand-Aids&r. Dogs &ecannot teleport when incapacitated&r. &eTotems of Undying&r will instantly revive all nearby dogs."
+ ""
+ "Your dog will &eplay tag&r if you throw a &eSnowball&r at them. Use a &eThrowing Stick or Throwing Bone&r to play fetch."
+ ""
+ "The &eEnergizer Bone&r gives your dog some minor &ebuffs,&r such as &espeed,&r which is great when using them as a &emount.&r The &eBreeding Bone&r can breed two dogs of opposite gender."
+ ""
+ "The &eMagnifying Bone&r will &eincrease&r your dogs size while the &eShrinking Mallet&r will &eshrink&r your dog until they're a &epuppy.&r"
+ ]
+ id: "2DED343BD83179E3"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2B6D36197CB197FB"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "2D51AC345728136C"
+ item: "doggytalents:bandaid"
+ type: "item"
+ }
+ {
+ id: "03B5C769ABCB7493"
+ item: "minecraft:snowball"
+ type: "item"
+ }
+ {
+ id: "4562578B233BC7E7"
+ item: "doggytalents:throw_bone"
+ type: "item"
+ }
+ {
+ id: "01B4A736B0D59E5F"
+ item: "doggytalents:throw_stick"
+ type: "item"
+ }
+ {
+ id: "19B5F1FF1C92D59F"
+ item: "doggytalents:energizer_stick"
+ type: "item"
+ }
+ {
+ id: "03140B45FA5A0589"
+ item: "doggytalents:breeding_bone"
+ type: "item"
+ }
+ {
+ id: "739531F189E86361"
+ item: {
+ Count: 1b
+ id: "doggytalents:shrinking_mallet"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "23F6B217DE329FC9"
+ item: {
+ Count: 1b
+ id: "doggytalents:magnifying_bone"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Taking Care of Your Dog"
+ x: 9.0d
+ y: -0.5d
+ }
+ {
+ dependencies: ["2DED343BD83179E3"]
+ description: [
+ "Your dog will require &ehigher tiered treats&r to &elevel up&r. Their max level is &e60.&r This is &4NOT&r Mine and Slash leveling up. "
+ ""
+ "Your dog can be &ecustomized&r with &ecostumes, dyable capes, collars, etc&r. Some will allow the dog to drop &especial music discs&r if they kill a mob while wearing it."
+ ]
+ id: "46CE10AA0F5E648A"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "227CFC5C7EB9CBCA"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 2
+ id: "7FC92D4FF998B4CA"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "79292EB52FA9BFB5"
+ item: "simplehats:longfoxears"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "1739E3CF4C2FEC23"
+ item: "doggytalents:super_treat"
+ type: "item"
+ }
+ {
+ id: "74BF6896DAE77C01"
+ item: "doggytalents:master_treat"
+ type: "item"
+ }
+ {
+ id: "24629A9B22F86228"
+ item: "doggytalents:kami_treat"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Cynologist"
+ x: 9.0d
+ y: -2.0d
+ }
+ ]
+ title: "Other Hobbies"
+}
diff --git a/config/ftbquests/quests/chapters/professions.snbt b/config/ftbquests/quests/chapters/professions.snbt
index 22e5149..6035c6f 100644
--- a/config/ftbquests/quests/chapters/professions.snbt
+++ b/config/ftbquests/quests/chapters/professions.snbt
@@ -1,1191 +1,1191 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "professions"
- group: "5F2CCE8075FCC994"
- icon: {
- Count: 1b
- id: "minecraft:diamond_pickaxe"
- tag: {
- Damage: 0
- }
- }
- id: "3FD221468FC33E9D"
- order_index: 0
- quest_links: [ ]
- quests: [
- {
- dependencies: ["5B97985430859986"]
- description: [
- "Salvaging is the act of deconstructing your gear into materials that can be used to craft Profession items, gear, or repair."
- ""
- "In order to use a Salvaging Station, you &lmust&r place a hopper above the station, and place your gear to be salvaged into the hopper."
- ""
- "Your gear will be salvaged and you will receive materials as the output. &eWhen salvaging, there are 2 main outputs&r:"
- ""
- "1. &eStones&r of varying rarity. These are used to repair or craft gear. They can also be used to craft other items. The rarity of the stone depends on the rarity of the gear salvaged."
- ""
- "2. &eSalvaging Essences&r which are used in other professions such as Alchemy. There are 3 rarities of Essence: Lesser, Medium, and Greater. Higher rarity essences appear less frequently."
- ""
- "&cYou will not receive Essences if you salvage your gear via the Hub auto-salvaging function.&r"
- ]
- id: "16525899DA8C3A74"
- rewards: [
- {
- id: "5D27E610193FC88F"
- item: "mmorpg:rare_mats/salvaging/medium"
- title: "Medium Essence"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0352A11976D1DDF7"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "0367855050B7E8AC"
- item: "mmorpg:salvaging_station"
- type: "item"
- }]
- title: "Salvaging"
- x: -3.0d
- y: -1.5d
- }
- {
- dependencies: ["06E3D7523619E263"]
- description: [
- "You can craft &eCrafted Gear Souls&r for the following: armor, offhands, jewelry, and weapons. When crafting gear, there are a few ingredients:"
- ""
- "1. &eTiered Ore&r - earned from Mining, they are based on the item level you want to craft. The level ranges are the same as what you'd find in the Mining Profession."
- ""
- "2. &c4&r &eStones (Rarity)&r - the Stones determine the rarity of the gear you will craft. You can get these Stones while salvaging."
- ""
- "3. &eIngots + Identifier Items&r - the items that determine whether you are crafting armor, offhands, jewelry, or weapons. Refer to &cJEI&r for recipes!"
- ""
- "4. &eCrystal&r - the rarity of the Crystal used in the recipe is determined by the level of the craft: &aLesser Crystal&r: Lv. 1-60, &9Medium Crystal&r: Lv. 61-100, &dGreater Crystal&r: Lv. 100."
- ""
- "5. &eMoney&r"
- ""
- "&lYou can always check the &cJEI&r <o see what items are needed for &eCrafted Gear Soul&r&l.&r"
- ]
- id: "66D05E37DC634CC8"
- rewards: [
- {
- id: "3230DF5B7E7AFDEF"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- exclude_from_claim_all: true
- id: "6177582E97268EC5"
- table_id: 8834087311923919794L
- title: "Gear Crafting Starter Kit (8 Items)"
- type: "loot"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3F252D9D1E228D51"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "0BC1B554EEEDFF0E"
- item: "mmorpg:gear_crafting_station"
- type: "item"
- }]
- title: "Gear Crafting"
- x: -3.0d
- y: -3.0d
- }
- {
- dependencies: [
- "350315F71B69062F"
- "5BAFAA732A026ADD"
- ]
- dependency_requirement: "one_completed"
- description: [
- "You can cook foods which will provide hunger and saturation, but also provide stat boosts. When cooking, there are a few ingredients:"
- ""
- "1. &eTiered Meat/Produce/Fish&r - earned from Hubsandry, Farming, and Fishing they are based on the item level you want to craft. The level ranges are the same as what you'd find in the gathering Professions. The type of food you use depends on what food you cook:"
- ""
- "&cMeat&r: Health/Magic Shield Regen"
- "&2Produce&r: Mana/Energy Regen"
- "&bFish&r: EXP/Loot"
- ""
- "2. &eOther Food Item&r - generally used as an additional ingredient that can also determine what food you're cooking. Refer to &cJEI&r for recipes!"
- ""
- "3. &eBeef/Root/Puffer&r - the rarity of the item used in the recipe determines the rarity of the food cooked. Beef is used in Meat dishes, Roots are used in Produce dishes and the Puffer is used for seafood (EXP/Loot) dishes."
- ""
- "4. &eMoney&r"
- ""
- "&lYou can always check the &cJEI&r <o see what items are needed for &eCooking&r&l.&r"
- ""
- "&eRequires 1 dependency to be completed.&r"
- ]
- id: "0402FA5F0E1D4835"
- rewards: [
- {
- id: "733A740BBD7E157B"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- exclude_from_claim_all: true
- id: "013D561F5F50C7AD"
- table_id: 4000157731876446784L
- title: "Cooking Starter Kit (9 Items)"
- type: "loot"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2A86C11774E7E94C"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "286493E91C2A3DE3"
- item: "mmorpg:cooking_station"
- type: "item"
- }]
- title: "Cooking"
- x: 0.0d
- y: -3.0d
- }
- {
- dependencies: ["4E27A84CE1F030A1"]
- description: [
- "You can brew potions which can recover health and resources, or provide stat boosts. When brewing, there are a few ingredients:"
- ""
- "1. &eTiered Meat/Produce/Fish&r - earned from Hubsandry, Farming, and Fishing they are based on the item level you want to craft. The level ranges are the same as what you'd find in the gathering Professions. The type of food you use depends on what potion you brew:"
- ""
- "&cMeat&r: Health/Resource Potion"
- "&2Produce&r: Core Stat Potion"
- "&bFish&r: Damage Buff Potion"
- ""
- "2. 1-2 &eOther Food Items&r - used as an additional ingredient. Refer to &cJEI&r for recipes!"
- ""
- "3. &eStone&r OR &eEssence&r - Stones are used for Health and Resource Potions, and Essences are used for Core Stat and Damage Buff Potions. Stones and Essences used in the recipe determine the rarity of the potion. A Common Stone will craft a Common Potion, a Lesser Essence will craft a Lesser Potion, etc."
- ""
- "4. &eMoney&r"
- ""
- "&lYou can always check the &cJEI&r <o see what items are needed for &eAlchemy&r&l.&r"
- ]
- id: "69CEB39AA409EB41"
- rewards: [
- {
- id: "45E800C630906FA0"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "61CF1AA5B0CB52A9"
- item: "mmorpg:rare_mats/salvaging/medium"
- title: "Medium Essence"
- type: "item"
- }
- {
- id: "72560260773744C2"
- item: "minecraft:golden_carrot"
- title: "Golden Carrot"
- type: "item"
- }
- {
- count: 4
- id: "06A71F74FBBAB6B4"
- item: "minecraft:nether_wart"
- title: "Nether Warts"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0AC5084AFE23C772"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "1E06AAEDAF51CAC4"
- item: "mmorpg:alchemy_station"
- type: "item"
- }]
- title: "Alchemy"
- x: 3.0d
- y: -3.0d
- }
- {
- dependencies: ["06E3D7523619E263"]
- description: [
- "You can craft &eEnchantment&r for the following: armor, offhands, jewelry, and weapons. When crafting the scrolls, there are a few ingredients:"
- ""
- "1. &eTiered Ore&r - earned from Mining, they are based on the item level you want to craft. The level ranges are the same as what you'd find in the Mining Profession."
- ""
- "2. &c4&r &eStones (Rarity)&r - the Stones determine the rarity of the gear you will craft. You can get these Stones while salvaging."
- ""
- "3. &eIngots + Identifier Items&r - the items that determine whether you are crafting armor, offhands, jewelry, or weapons. Refer to &cJEI&r for recipes!"
- ""
- "4. &eCrystal&r - the rarity of the Crystal used in the recipe is determined by the level of the craft: &aLesser Crystal&r: Lv. 1-60, &9Medium Crystal&r: Lv. 61-100, &dGreater Crystal&r: Lv. 100."
- ""
- "5/6. &ePaper and Money&r"
- ""
- "&lYou can always check the &cJEI&r <o see what items are needed for &eEnchantments&r&l.&r"
- ]
- id: "5DA0A1825512C2E3"
- rewards: [
- {
- id: "1911D5BB40B08AE4"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- count: 6
- id: "03487D940BB7FF6C"
- item: {
- Count: 1b
- id: "mmorpg:enchantment/family/armor/common"
- tag: {
- level: 1
- tier: 0
- }
- }
- title: "Common Armor Enchantments"
- type: "item"
- }
- {
- id: "54A59A4D3825A0FB"
- item: "mmorpg:material/mining/1"
- title: "Celestial Ore"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7C33BF31E52E9AB8"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "4A22DE4DF9A47E2D"
- item: "mmorpg:enchanting_station"
- type: "item"
- }]
- title: "Enchanting"
- x: -1.5d
- y: -3.0d
- }
- {
- dependencies: ["5B97985430859986"]
- description: [
- "Mining any types of ores will grant you Mining experience. However, you will only earn the full amount of experience from ores relative to your Mining level:"
- ""
- "&eLv. 1-20&r (&7Tier 0&r): Coal, Iron, Copper, Zinc"
- "&eLv. 21-40&r (&aTier 1&r): Redstone, Lapis Lazuli, Gold, Quartz, Cloggrum"
- "&eLv. 41-60&r (&9Tier 2&r): Emerald, Diamond, Froststeel, Utherium"
- "&eLv. 61-80&r (&dTier 3&r): Regalium, Moonstone, Pyrope, Aquite"
- "&eLv. 81-100&r (&6Tier 4&r): Charoite, Diopside, Horizonite"
- "&eLv. 100&r (&5Tier 5&r): Falsite, Ventium"
- ""
- "&cThat doesn't mean you won't receive any experience from items outside your level range, just less.&r"
- ""
- "While mining, you will find 2 different types of drops:"
- ""
- "1. &eTiered Ore Blocks&r (&7Spritual&r, &aCelestial&r. &9Emyprean&r, &dAngelic&r, &6Divine&r, and &5Godly&r, which drop by chance depending on your level and the level range of the ore you are mining. These ore blocks can be smelted or blasted into ores, which can then be used in other Professions."
- ""
- "2. &eCrystals&r of varying rarity. Higher rarities drop less frequently, but can still be found at all levels. These are used in crafting."
- ]
- id: "06E3D7523619E263"
- rewards: [{
- id: "328BF723090CE6EC"
- item: "mmorpg:rare_mats/mining/medium"
- title: "Medium Crystal"
- type: "item"
- }]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "19BB6A94ECC3A565"
- item: {
- Count: 1b
- id: "minecraft:iron_pickaxe"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Mining"
- x: -1.5d
- y: -1.5d
- }
- {
- dependencies: ["5B97985430859986"]
- description: [
- "Farming and harvesting produce will grant you Farming experience. However, you will only earn the full amount of experience from plants relative to your Farming level:"
- ""
- "&eLv. 1-20&r (&7Tier 0&r): Wheat, Potato, Beetroot, Carrot"
- "&eLv. 21-40&r (&aTier 1&r): Melon, Pumpkin, Flax, Cabbage, Tomato, Onion, Cocoa Beans"
- "&eLv. 41-60&r (&9Tier 2&r): Corn, Gysahl Green, Nether Wart, Gloomgourd"
- "&eLv. 61-80&r (&dTier 3&r): Pine Fruit, Winter Leaves"
- "&eLv. 81-100&r (&6Tier 4&r): Scalefruit, Fiery Beans"
- "&eLv. 100&r (&5Tier 5&r): Cryoroot, Solnut"
- ""
- "&cThat doesn't mean you won't receive any experience from items outside your level range, just less.&r"
- ""
- "While harvesting, you will find 2 different types of drops:"
- ""
- "1. &eTiered Produce&r (&7Spritual&r, &aCelestial&r. &9Emyprean&r, &dAngelic&r, &6Divine&r, and &5Godly&r), which drop by chance depending on your level and the level range of the plant you are harvesting. These can then be used in other Professions."
- ""
- "2. &eRoots&r of varying (Lesser, Medium, Greater) rarity. Higher rarities drop less frequently, but can still be found at all levels. These are used in crafting."
- ]
- id: "350315F71B69062F"
- rewards: [{
- id: "4989A75D782C3EC1"
- item: "mmorpg:rare_mats/farming/medium"
- title: "Medium Root"
- type: "item"
- }]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "48940014C4EC1677"
- item: {
- Count: 1b
- id: "minecraft:iron_hoe"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Farming"
- x: 0.0d
- y: -1.5d
- }
- {
- dependencies: ["5B97985430859986"]
- description: [
- "Fishing any fish will grant you Fishing experience. "
- ""
- "While fishing, you will find 2 different types of drops:"
- ""
- "1. &eTiered Fish&r (&7Spritual&r, &aCelestial&r. &9Emyprean&r, &dAngelic&r, &6Divine&r, and &5Godly&r), which drop by chance depending on your level. For example, &7Spiritual&r Fish drop while your Fishing level is between 1-20, &aCelestial&r while your level is between 21-40, etc. The fish can then be used in other Professions."
- ""
- "2. &ePuffers&r of varying (Lesser, Medium, Greater) rarity. Higher rarities drop less frequently, but can still be found at all levels. These are used in crafting."
- ]
- id: "5BAFAA732A026ADD"
- rewards: [{
- id: "564B2EEF75A0E3BD"
- item: "mmorpg:rare_mats/fishing/medium"
- title: "Medium Fish"
- type: "item"
- }]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "5433C4BA3B7B3B42"
- item: {
- Count: 1b
- id: "aquaculture:iron_fishing_rod"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- title: "Fishing"
- x: 1.5d
- y: -1.5d
- }
- {
- dependencies: ["5B97985430859986"]
- description: [
- "Breeding animals will increase you Husbandry level."
- ""
- "While breeding animals, you will find 2 different types of drops:"
- ""
- "1. &eTiered Meats&r (&7Spritual&r, &aCelestial&r. &9Emyprean&r, &dAngelic&r, &6Divine&r, and &5Godly&r), which drop by chance depending on your level. For example, &7Spiritual&r Meat drop while your Husbandry level is between 1-20, &aCelestial&r while your level is between 21-40, etc. The meat can then be used in other Professions."
- ""
- "2. &eBeefs&r of varying (Lesser, Medium, Greater) rarity. Higher rarities drop less frequently, but can still be found at all levels. These are used in crafting."
- ]
- id: "4E27A84CE1F030A1"
- rewards: [{
- id: "2F43FF9AD7260A2D"
- item: "mmorpg:rare_mats/husbandry/medium"
- title: "Medium Beef"
- type: "item"
- }]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "19DE644926921DDB"
- item: "minecraft:wheat"
- type: "item"
- }]
- title: "Husbandry"
- x: 3.0d
- y: -1.5d
- }
- {
- description: [
- "Mine and Slash adds its very own Profession system. Professions are split into 3 categories:"
- ""
- "&e&lGathering:&r&r"
- "- &2Farming&r: gather materials when harvesting produce."
- "- &7Mining&r: gather materials while mining."
- "- &6Husbandry&r: earn materials while breeding animals."
- "- &9Fishing&r: gather special fish by chance while fishing."
- ""
- "&e&lCrafting:&r&r"
- "- &cCooking&r: cook up foods that provide stat, drop, and expereince bonuses for a period of time upon consumption."
- "- &5Alchemy&r: create powerful brews to enhance your stats for a period of time."
- "- &bEnchanting&r: craft scrolls to enhance your gear."
- "- &eGear Crafting&r: craft gear to be used in combat."
- ""
- "&e&lOther:&r&r"
- "- &4Salvaging&r: extract resources from gear when salvaged in a Salvaging Station &e(does not apply to auto-salvaging through the Hub)&r."
- ""
- "&c&lNote: Professions cannot be leveled beyond your Mine and Slash level!&r&r"
- ]
- icon: {
- Count: 1b
- id: "minecraft:diamond_pickaxe"
- tag: {
- Damage: 0
- }
- }
- id: "5B97985430859986"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5F6792B593BCCE90"
- silent: true
- title: "250 Experience x Lv."
- type: "command"
- }]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "3921C843B8906ADB"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Professions Overview"
- x: 0.0d
- y: 0.0d
- }
- {
- dependencies: ["5B97985430859986"]
- description: [
- "Tools in Craft to Exile 2 can gain levels with use. As they increase in level, they can gain affixes which will grant various improvements!"
- ""
- "&eTools will gain an affix every 20 levels!&r"
- ]
- icon: "minecraft:paper"
- id: "4FC11A47AE877347"
- rewards: [{
- id: "1D951C04F12D86AD"
- item: "lightmanscurrency:coin_iron"
- type: "item"
- }]
- subtitle: "M\\&S Professions Lost Page"
- tasks: [{
- id: "425830C92EB05E74"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Leveling Tools"
- x: 1.5d
- y: 0.0d
- }
- {
- dependencies: ["66D05E37DC634CC8"]
- description: [
- "Mastery Seals are applied to your Profession tool (pickaxe, fishing rod, etc.) to cap the level of drops. This is useful because you may need lower level materials earned from Mining, Fishing, etc., for the crafting Professions (Gear Crafting, Cooking, etc.)."
- ""
- "To craft Mastery Seals, you will need to use Ores in a &eGear Crafting Station&r. Higher tiered Ores will craft higher tiered Mastery Seals."
- ]
- id: "46624096082CAC57"
- rewards: [
- {
- count: 2
- id: "7E454F1FB8EEBB03"
- item: "mmorpg:material/mining/2"
- title: "Empyrean Ores"
- type: "item"
- }
- {
- id: "0274291E890DA67E"
- item: "mmorpg:currency/mastery_seal1"
- type: "item"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "43E7E5DAEF317564"
- item: "mmorpg:currency/mastery_seal0"
- type: "item"
- }]
- title: "Stunting Your Growth"
- x: -4.5d
- y: -3.0d
- }
- {
- dependencies: ["66D05E37DC634CC8"]
- description: [
- "Sharpening Stones can be used on your gear to increase their potency. The quality increase is reflected in the gear's base stat (Weapon Damage, Armor, Dodge Rating, etc.)."
- ""
- "You can craft Sharpening Stones in the &eGear Crafting Station&r using Stones. As you find higher rarity Stones, you will be able to craft better Sharpening Stones."
- ]
- id: "141FEAAFF05B9AD0"
- rewards: [
- {
- count: 2
- id: "547E65938CA0A29C"
- item: "mmorpg:stone/2"
- title: "Rare Stones"
- type: "item"
- }
- {
- id: "3D8965F89B3ED0BF"
- item: "mmorpg:currency/sharpening_stone1"
- title: "Celestial Sharpening Stone"
- type: "item"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "0A06314AF113F9B0"
- item: "mmorpg:currency/sharpening_stone0"
- type: "item"
- }]
- title: "Increasing Gear Quality"
- x: -4.5d
- y: -4.5d
- }
- {
- dependencies: ["69CEB39AA409EB41"]
- description: [
- "Brew the potions with the following:"
- ""
- "1x &7Spiritual Meat&r"
- "1x &7Common Stone&r"
- "1x Wheat/Melon"
- "1x Tomato/Onion"
- "1x Copper Coin"
- ]
- id: "50FD77E095AAC45F"
- rewards: [
- {
- count: 3
- id: "0981A3CD67453EB1"
- item: "mmorpg:stone/2"
- title: "Rare Stones"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "237FE61CA6C59BC2"
- silent: true
- title: "250 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [
- {
- count: 16L
- id: "7E723FA212E31E4B"
- item: {
- Count: 1b
- id: "mmorpg:potion/health/0"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }
- {
- count: 16L
- id: "0120CDCEBB47B1F9"
- item: {
- Count: 1b
- id: "mmorpg:potion/resource/0"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }
- ]
- title: "Recovery Potions"
- x: 3.0d
- y: -4.5d
- }
- {
- dependencies: ["69CEB39AA409EB41"]
- description: [
- "Brew the potions with the following:"
- ""
- "1x &7Spiritual Produce&r"
- "3x Potato/Nether Wart/Carrot"
- "1x Copper Coin"
- ]
- id: "53205D57DBDEE858"
- rewards: [
- {
- id: "50520A4E47D0F85F"
- item: "mmorpg:rare_mats/salvaging/greater"
- title: "Greater Essence"
- type: "item"
- }
- {
- count: 8
- id: "15D78B8F7609066A"
- item: "minecraft:nether_wart"
- title: "Nether Warts"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "15C4752FC4CE35F1"
- silent: true
- title: "250 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [
- {
- id: "1673E0EA465EEEFC"
- item: {
- Count: 1b
- id: "mmorpg:buff_potion/lesser_str"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }
- {
- id: "73300383E4D249CA"
- item: {
- Count: 1b
- id: "mmorpg:buff_potion/lesser_int"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }
- {
- id: "18858219F8B3DD30"
- item: {
- Count: 1b
- id: "mmorpg:buff_potion/lesser_dex"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }
- ]
- title: "Core Buffs"
- x: 4.5d
- y: -4.5d
- }
- {
- dependencies: ["5DA0A1825512C2E3"]
- description: [
- "Craft an &eUncommon Armor Enchantment&r with the following:"
- ""
- "1x &aCelestial Ore&r"
- "4x &aUncommon Stone&r"
- "2x Iron Ingot"
- "1x Leather"
- "1x Paper"
- "5x Copper Coin"
- ""
- "&cThe Enchantment has a chance of failure when used&r, but you will see the item's tooltip update with \"Enchantment\" once successful. &cEnchantments must be applied in rarity order.&r Meaning you must start with a successful common Enchantment before applying an uncommon one. You cannot apply a rare Enchantment onto an item with a common Enchantment. The colour of the \"Enchantment\" tooltip denotes the rarity of the enchantment."
- ]
- id: "13CE922E843B9A50"
- rewards: [
- {
- count: 4
- id: "3E9038789F3ED19A"
- item: "minecraft:paper"
- title: "Paper"
- type: "item"
- }
- {
- count: 4
- id: "35DB00B2EE31CADD"
- item: "mmorpg:stone/2"
- title: "Rare Stones"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7A1D466C1C4DC0B0"
- silent: true
- title: "250 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "46602E72F4D06D1C"
- item: {
- Count: 1b
- id: "mmorpg:enchantment/family/armor/uncommon"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }]
- title: "Not Vanilla Enchantments"
- x: -1.5d
- y: -4.5d
- }
- {
- dependencies: ["0402FA5F0E1D4835"]
- description: [
- "Craft the food with the following:"
- ""
- "1x &7Spiritual Fish&r"
- "1x Tropical Fish"
- "1x Copper Coin"
- ]
- id: "29BD14415C264D41"
- rewards: [
- {
- id: "260E57F5246191D1"
- item: "mmorpg:rare_mats/fishing/greater"
- title: "Greater Puffer"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1874108D1CC5EEE9"
- silent: true
- title: "250 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "14728EE82752D08A"
- item: {
- Count: 1b
- id: "mmorpg:seafood/lesser_exp"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }]
- title: "Luxurious Seafoods"
- x: 1.5d
- y: -3.0d
- }
- {
- dependencies: ["0402FA5F0E1D4835"]
- description: [
- "Craft the foods with the following:"
- ""
- "1x &7Spiritual Meat/Produce&r"
- "1x Wheat/Beetroot"
- "1x Copper Coin"
- ""
- "&cThe order of materials doesn't matter, but the output of the station must be empty!&r"
- ]
- id: "74D3767A981DAE84"
- rewards: [
- {
- id: "1AFDC3779EB71D22"
- item: "mmorpg:rare_mats/farming/greater"
- title: "Greater Root"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "303BACA6F3D5CE95"
- silent: true
- title: "250 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [
- {
- id: "0007D7D85660469C"
- item: {
- Count: 1b
- id: "mmorpg:food/lesser_life"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }
- {
- id: "1D555271425DE10D"
- item: {
- Count: 1b
- id: "mmorpg:food/lesser_mana"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }
- ]
- title: "Healthy Foods"
- x: 0.0d
- y: -4.5d
- }
- {
- dependencies: ["66D05E37DC634CC8"]
- description: [
- "Craft a &eCrafted Common Jewelry Soul&r with the following:"
- ""
- "1x &7Spiritual Ore&r"
- "4x &7Common Stone&r"
- "1x Iron Ingot"
- "1x Zinc Ingot"
- "1x &aLesser Crystal&r"
- "1x Copper Coin"
- ""
- "The Crafted Gear Soul will work on any base item."
- ""
- "However, when applied on armor, there is a &c33% chance&r it will roll as &eArmor, Dodge, or Magic Shield&r. To &eguarantee&r the base type, you can use &ecraftable Soul Modifiers&r."
- ]
- id: "7C542CE6F026787C"
- rewards: [
- {
- id: "5D52FE5D16AEAD00"
- item: "mmorpg:rare_mats/mining/greater"
- title: "Greater Crystal"
- type: "item"
- }
- {
- id: "76BCE67805EE0024"
- item: "mmorpg:plate_set"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5C53ABEEFE4798DC"
- silent: true
- title: "250 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "394F2627DA3AB85C"
- item: {
- Count: 1b
- id: "mmorpg:stat_soul/family/jewelry/common"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }]
- title: "Humble Beginnings"
- x: -3.0d
- y: -4.5d
- }
- {
- dependencies: ["69CEB39AA409EB41"]
- description: [
- "Brew the potions with the following:"
- ""
- "1x &7Spiritual Fish&r"
- "5x Lapis Lazuli or 3x Gold Ingot or 3x Redstone"
- "1x Copper Coin"
- ]
- id: "609557127CC400F5"
- rewards: [
- {
- id: "1F5213228CFE8423"
- item: "mmorpg:rare_mats/salvaging/greater"
- title: "Greater Essence"
- type: "item"
- }
- {
- count: 2
- id: "0E3EF56AF97F2452"
- item: "minecraft:golden_carrot"
- title: "Golden Carrots"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "31EDE1FD872C0BB5"
- silent: true
- title: "250 Experience ****x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [
- {
- id: "7A9908F77070FDB2"
- item: {
- Count: 1b
- id: "mmorpg:buff_potion/lesser_arcane"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }
- {
- id: "30DDFA1833670A12"
- item: {
- Count: 1b
- id: "mmorpg:buff_potion/lesser_crit"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }
- {
- id: "0A640BA5924AB2E9"
- item: {
- Count: 1b
- id: "mmorpg:buff_potion/lesser_might"
- tag: {
- level: 1
- tier: 0
- }
- }
- type: "item"
- }
- ]
- title: "Raw Damage"
- x: 4.5d
- y: -3.0d
- }
- {
- dependencies: ["69CEB39AA409EB41"]
- description: [
- "Brew the potions with the following:"
- ""
- "1x Glass Bottle"
- "1x Common/Uncommon/Rare Stone"
- "1x Flax or Solnut"
- "1x Iron/Gold Ingot or Diamond"
- ]
- id: "70D6378FAA39BED0"
- rewards: [
- {
- count: 2
- id: "15F556C5A1EA7854"
- item: "minecraft:diamond"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3FA933A7A6E67FE4"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [
- {
- id: "1E21EAC7B1294917"
- item: "mmorpg:potions/reset_all_perks"
- type: "item"
- }
- {
- id: "106CA4AA64E1CCEA"
- item: "mmorpg:potions/reset_spells"
- type: "item"
- }
- {
- id: "406F817BC074EAEB"
- item: "mmorpg:potions/reset_stats"
- type: "item"
- }
- ]
- x: 1.5d
- y: -4.5d
- }
- {
- dependencies: ["5B97985430859986"]
- description: [
- "&eCrafting Stations&r for each of the Professions are &etied to the player that placed them&r."
- ""
- "Each player will need their own set of Crafting Stations!"
- ]
- icon: "minecraft:paper"
- id: "3C7E703FC750E2B3"
- rewards: [{
- id: "1D66EBADBC1EE67A"
- item: "lightmanscurrency:coin_iron"
- type: "item"
- }]
- subtitle: "M\\&S Professions Lost Page"
- tasks: [{
- id: "6A644AC376F30A75"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "To Your Stations!"
- x: -1.5d
- y: 0.0d
- }
- {
- dependencies: ["7C542CE6F026787C"]
- description: [
- "You can apply Material Soul Modifiers directly onto Crafted Gear Souls to &eguarantee the material (plate, cloth, leather) outcome&r of your item."
- ""
- "For example, apply a Cloth Soul Modifier onto a Crafted Armor Soul to guarantee Cloth Armor!"
- ]
- id: "1F781E29B5ACDD96"
- rewards: [{
- count: 2
- id: "3DDB910D100481C8"
- item: "mmorpg:stone/2"
- type: "item"
- }]
- subtitle: "M\\&S Professions"
- tasks: [
- {
- id: "742045832B4AD932"
- item: "mmorpg:cloth_set"
- type: "item"
- }
- {
- id: "7F8B59AA6D45DF34"
- item: "mmorpg:leather_set"
- type: "item"
- }
- ]
- x: -1.5d
- y: -6.0d
- }
- {
- dependencies: ["7C542CE6F026787C"]
- description: [
- "Craft a &eCrafted Rare Weapon Soul&r with the following:"
- ""
- "1x &aCelestial Ore&r"
- "4x &9Rare Stone&r"
- "2x Cloggrum Ingot"
- "1x Stick"
- "1x &aLesser Crystal&r &c<-- NEW&r"
- "1x Iron Coin"
- ""
- "&cNote&r that crafts &estarting at level 20&r will require &eLesser/Medium/Greater&r resources as well."
- ]
- id: "59FA681B103BE2AB"
- rewards: [
- {
- count: 3
- id: "14BE255969B2DE09"
- item: "lightmanscurrency:coin_gold"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2FE4467A1FF871D2"
- silent: true
- title: "250 Experience x Lv."
- type: "command"
- }
- ]
- subtitle: "M\\&S Professions"
- tasks: [{
- id: "1A660838036424BB"
- item: {
- Count: 1b
- id: "mmorpg:stat_soul/family/weapon/rare"
- tag: {
- level: 20
- tier: 1
- }
- }
- type: "item"
- }]
- title: "A Blacksmith's Lesson"
- x: -3.0d
- y: -6.0d
- }
- ]
- title: "&aM\\&S Professions&r"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "professions"
+ group: "5F2CCE8075FCC994"
+ icon: {
+ Count: 1b
+ id: "minecraft:diamond_pickaxe"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "3FD221468FC33E9D"
+ order_index: 0
+ quest_links: [ ]
+ quests: [
+ {
+ dependencies: ["5B97985430859986"]
+ description: [
+ "Salvaging is the act of deconstructing your gear into materials that can be used to craft Profession items, gear, or repair."
+ ""
+ "In order to use a Salvaging Station, you &lmust&r place a hopper above the station, and place your gear to be salvaged into the hopper."
+ ""
+ "Your gear will be salvaged and you will receive materials as the output. &eWhen salvaging, there are 2 main outputs&r:"
+ ""
+ "1. &eStones&r of varying rarity. These are used to repair or craft gear. They can also be used to craft other items. The rarity of the stone depends on the rarity of the gear salvaged."
+ ""
+ "2. &eSalvaging Essences&r which are used in other professions such as Alchemy. There are 3 rarities of Essence: Lesser, Medium, and Greater. Higher rarity essences appear less frequently."
+ ""
+ "&cYou will not receive Essences if you salvage your gear via the Hub auto-salvaging function.&r"
+ ]
+ id: "16525899DA8C3A74"
+ rewards: [
+ {
+ id: "5D27E610193FC88F"
+ item: "mmorpg:rare_mats/salvaging/medium"
+ title: "Medium Essence"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0352A11976D1DDF7"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "0367855050B7E8AC"
+ item: "mmorpg:salvaging_station"
+ type: "item"
+ }]
+ title: "Salvaging"
+ x: -3.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["06E3D7523619E263"]
+ description: [
+ "You can craft &eCrafted Gear Souls&r for the following: armor, offhands, jewelry, and weapons. When crafting gear, there are a few ingredients:"
+ ""
+ "1. &eTiered Ore&r - earned from Mining, they are based on the item level you want to craft. The level ranges are the same as what you'd find in the Mining Profession."
+ ""
+ "2. &c4&r &eStones (Rarity)&r - the Stones determine the rarity of the gear you will craft. You can get these Stones while salvaging."
+ ""
+ "3. &eIngots + Identifier Items&r - the items that determine whether you are crafting armor, offhands, jewelry, or weapons. Refer to &cJEI&r for recipes!"
+ ""
+ "4. &eCrystal&r - the rarity of the Crystal used in the recipe is determined by the level of the craft: &aLesser Crystal&r: Lv. 1-60, &9Medium Crystal&r: Lv. 61-100, &dGreater Crystal&r: Lv. 100."
+ ""
+ "5. &eMoney&r"
+ ""
+ "&lYou can always check the &cJEI&r <o see what items are needed for &eCrafted Gear Soul&r&l.&r"
+ ]
+ id: "66D05E37DC634CC8"
+ rewards: [
+ {
+ id: "3230DF5B7E7AFDEF"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "6177582E97268EC5"
+ table_id: 8834087311923919794L
+ title: "Gear Crafting Starter Kit (8 Items)"
+ type: "loot"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3F252D9D1E228D51"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "0BC1B554EEEDFF0E"
+ item: "mmorpg:gear_crafting_station"
+ type: "item"
+ }]
+ title: "Gear Crafting"
+ x: -3.0d
+ y: -3.0d
+ }
+ {
+ dependencies: [
+ "350315F71B69062F"
+ "5BAFAA732A026ADD"
+ ]
+ dependency_requirement: "one_completed"
+ description: [
+ "You can cook foods which will provide hunger and saturation, but also provide stat boosts. When cooking, there are a few ingredients:"
+ ""
+ "1. &eTiered Meat/Produce/Fish&r - earned from Hubsandry, Farming, and Fishing they are based on the item level you want to craft. The level ranges are the same as what you'd find in the gathering Professions. The type of food you use depends on what food you cook:"
+ ""
+ "&cMeat&r: Health/Magic Shield Regen"
+ "&2Produce&r: Mana/Energy Regen"
+ "&bFish&r: EXP/Loot"
+ ""
+ "2. &eOther Food Item&r - generally used as an additional ingredient that can also determine what food you're cooking. Refer to &cJEI&r for recipes!"
+ ""
+ "3. &eBeef/Root/Puffer&r - the rarity of the item used in the recipe determines the rarity of the food cooked. Beef is used in Meat dishes, Roots are used in Produce dishes and the Puffer is used for seafood (EXP/Loot) dishes."
+ ""
+ "4. &eMoney&r"
+ ""
+ "&lYou can always check the &cJEI&r <o see what items are needed for &eCooking&r&l.&r"
+ ""
+ "&eRequires 1 dependency to be completed.&r"
+ ]
+ id: "0402FA5F0E1D4835"
+ rewards: [
+ {
+ id: "733A740BBD7E157B"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "013D561F5F50C7AD"
+ table_id: 4000157731876446784L
+ title: "Cooking Starter Kit (9 Items)"
+ type: "loot"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2A86C11774E7E94C"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "286493E91C2A3DE3"
+ item: "mmorpg:cooking_station"
+ type: "item"
+ }]
+ title: "Cooking"
+ x: 0.0d
+ y: -3.0d
+ }
+ {
+ dependencies: ["4E27A84CE1F030A1"]
+ description: [
+ "You can brew potions which can recover health and resources, or provide stat boosts. When brewing, there are a few ingredients:"
+ ""
+ "1. &eTiered Meat/Produce/Fish&r - earned from Hubsandry, Farming, and Fishing they are based on the item level you want to craft. The level ranges are the same as what you'd find in the gathering Professions. The type of food you use depends on what potion you brew:"
+ ""
+ "&cMeat&r: Health/Resource Potion"
+ "&2Produce&r: Core Stat Potion"
+ "&bFish&r: Damage Buff Potion"
+ ""
+ "2. 1-2 &eOther Food Items&r - used as an additional ingredient. Refer to &cJEI&r for recipes!"
+ ""
+ "3. &eStone&r OR &eEssence&r - Stones are used for Health and Resource Potions, and Essences are used for Core Stat and Damage Buff Potions. Stones and Essences used in the recipe determine the rarity of the potion. A Common Stone will craft a Common Potion, a Lesser Essence will craft a Lesser Potion, etc."
+ ""
+ "4. &eMoney&r"
+ ""
+ "&lYou can always check the &cJEI&r <o see what items are needed for &eAlchemy&r&l.&r"
+ ]
+ id: "69CEB39AA409EB41"
+ rewards: [
+ {
+ id: "45E800C630906FA0"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "61CF1AA5B0CB52A9"
+ item: "mmorpg:rare_mats/salvaging/medium"
+ title: "Medium Essence"
+ type: "item"
+ }
+ {
+ id: "72560260773744C2"
+ item: "minecraft:golden_carrot"
+ title: "Golden Carrot"
+ type: "item"
+ }
+ {
+ count: 4
+ id: "06A71F74FBBAB6B4"
+ item: "minecraft:nether_wart"
+ title: "Nether Warts"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0AC5084AFE23C772"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "1E06AAEDAF51CAC4"
+ item: "mmorpg:alchemy_station"
+ type: "item"
+ }]
+ title: "Alchemy"
+ x: 3.0d
+ y: -3.0d
+ }
+ {
+ dependencies: ["06E3D7523619E263"]
+ description: [
+ "You can craft &eEnchantment&r for the following: armor, offhands, jewelry, and weapons. When crafting the scrolls, there are a few ingredients:"
+ ""
+ "1. &eTiered Ore&r - earned from Mining, they are based on the item level you want to craft. The level ranges are the same as what you'd find in the Mining Profession."
+ ""
+ "2. &c4&r &eStones (Rarity)&r - the Stones determine the rarity of the gear you will craft. You can get these Stones while salvaging."
+ ""
+ "3. &eIngots + Identifier Items&r - the items that determine whether you are crafting armor, offhands, jewelry, or weapons. Refer to &cJEI&r for recipes!"
+ ""
+ "4. &eCrystal&r - the rarity of the Crystal used in the recipe is determined by the level of the craft: &aLesser Crystal&r: Lv. 1-60, &9Medium Crystal&r: Lv. 61-100, &dGreater Crystal&r: Lv. 100."
+ ""
+ "5/6. &ePaper and Money&r"
+ ""
+ "&lYou can always check the &cJEI&r <o see what items are needed for &eEnchantments&r&l.&r"
+ ]
+ id: "5DA0A1825512C2E3"
+ rewards: [
+ {
+ id: "1911D5BB40B08AE4"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ count: 6
+ id: "03487D940BB7FF6C"
+ item: {
+ Count: 1b
+ id: "mmorpg:enchantment/family/armor/common"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ title: "Common Armor Enchantments"
+ type: "item"
+ }
+ {
+ id: "54A59A4D3825A0FB"
+ item: "mmorpg:material/mining/1"
+ title: "Celestial Ore"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7C33BF31E52E9AB8"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "4A22DE4DF9A47E2D"
+ item: "mmorpg:enchanting_station"
+ type: "item"
+ }]
+ title: "Enchanting"
+ x: -1.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["5B97985430859986"]
+ description: [
+ "Mining any types of ores will grant you Mining experience. However, you will only earn the full amount of experience from ores relative to your Mining level:"
+ ""
+ "&eLv. 1-20&r (&7Tier 0&r): Coal, Iron, Copper, Zinc"
+ "&eLv. 21-40&r (&aTier 1&r): Redstone, Lapis Lazuli, Gold, Quartz, Cloggrum"
+ "&eLv. 41-60&r (&9Tier 2&r): Emerald, Diamond, Froststeel, Utherium"
+ "&eLv. 61-80&r (&dTier 3&r): Regalium, Moonstone, Pyrope, Aquite"
+ "&eLv. 81-100&r (&6Tier 4&r): Charoite, Diopside, Horizonite"
+ "&eLv. 100&r (&5Tier 5&r): Falsite, Ventium"
+ ""
+ "&cThat doesn't mean you won't receive any experience from items outside your level range, just less.&r"
+ ""
+ "While mining, you will find 2 different types of drops:"
+ ""
+ "1. &eTiered Ore Blocks&r (&7Spritual&r, &aCelestial&r. &9Emyprean&r, &dAngelic&r, &6Divine&r, and &5Godly&r, which drop by chance depending on your level and the level range of the ore you are mining. These ore blocks can be smelted or blasted into ores, which can then be used in other Professions."
+ ""
+ "2. &eCrystals&r of varying rarity. Higher rarities drop less frequently, but can still be found at all levels. These are used in crafting."
+ ]
+ id: "06E3D7523619E263"
+ rewards: [{
+ id: "328BF723090CE6EC"
+ item: "mmorpg:rare_mats/mining/medium"
+ title: "Medium Crystal"
+ type: "item"
+ }]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "19BB6A94ECC3A565"
+ item: {
+ Count: 1b
+ id: "minecraft:iron_pickaxe"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Mining"
+ x: -1.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["5B97985430859986"]
+ description: [
+ "Farming and harvesting produce will grant you Farming experience. However, you will only earn the full amount of experience from plants relative to your Farming level:"
+ ""
+ "&eLv. 1-20&r (&7Tier 0&r): Wheat, Potato, Beetroot, Carrot"
+ "&eLv. 21-40&r (&aTier 1&r): Melon, Pumpkin, Flax, Cabbage, Tomato, Onion, Cocoa Beans"
+ "&eLv. 41-60&r (&9Tier 2&r): Corn, Gysahl Green, Nether Wart, Gloomgourd"
+ "&eLv. 61-80&r (&dTier 3&r): Pine Fruit, Winter Leaves"
+ "&eLv. 81-100&r (&6Tier 4&r): Scalefruit, Fiery Beans"
+ "&eLv. 100&r (&5Tier 5&r): Cryoroot, Solnut"
+ ""
+ "&cThat doesn't mean you won't receive any experience from items outside your level range, just less.&r"
+ ""
+ "While harvesting, you will find 2 different types of drops:"
+ ""
+ "1. &eTiered Produce&r (&7Spritual&r, &aCelestial&r. &9Emyprean&r, &dAngelic&r, &6Divine&r, and &5Godly&r), which drop by chance depending on your level and the level range of the plant you are harvesting. These can then be used in other Professions."
+ ""
+ "2. &eRoots&r of varying (Lesser, Medium, Greater) rarity. Higher rarities drop less frequently, but can still be found at all levels. These are used in crafting."
+ ]
+ id: "350315F71B69062F"
+ rewards: [{
+ id: "4989A75D782C3EC1"
+ item: "mmorpg:rare_mats/farming/medium"
+ title: "Medium Root"
+ type: "item"
+ }]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "48940014C4EC1677"
+ item: {
+ Count: 1b
+ id: "minecraft:iron_hoe"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Farming"
+ x: 0.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["5B97985430859986"]
+ description: [
+ "Fishing any fish will grant you Fishing experience. "
+ ""
+ "While fishing, you will find 2 different types of drops:"
+ ""
+ "1. &eTiered Fish&r (&7Spritual&r, &aCelestial&r. &9Emyprean&r, &dAngelic&r, &6Divine&r, and &5Godly&r), which drop by chance depending on your level. For example, &7Spiritual&r Fish drop while your Fishing level is between 1-20, &aCelestial&r while your level is between 21-40, etc. The fish can then be used in other Professions."
+ ""
+ "2. &ePuffers&r of varying (Lesser, Medium, Greater) rarity. Higher rarities drop less frequently, but can still be found at all levels. These are used in crafting."
+ ]
+ id: "5BAFAA732A026ADD"
+ rewards: [{
+ id: "564B2EEF75A0E3BD"
+ item: "mmorpg:rare_mats/fishing/medium"
+ title: "Medium Fish"
+ type: "item"
+ }]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "5433C4BA3B7B3B42"
+ item: {
+ Count: 1b
+ id: "aquaculture:iron_fishing_rod"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Fishing"
+ x: 1.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["5B97985430859986"]
+ description: [
+ "Breeding animals will increase you Husbandry level."
+ ""
+ "While breeding animals, you will find 2 different types of drops:"
+ ""
+ "1. &eTiered Meats&r (&7Spritual&r, &aCelestial&r. &9Emyprean&r, &dAngelic&r, &6Divine&r, and &5Godly&r), which drop by chance depending on your level. For example, &7Spiritual&r Meat drop while your Husbandry level is between 1-20, &aCelestial&r while your level is between 21-40, etc. The meat can then be used in other Professions."
+ ""
+ "2. &eBeefs&r of varying (Lesser, Medium, Greater) rarity. Higher rarities drop less frequently, but can still be found at all levels. These are used in crafting."
+ ]
+ id: "4E27A84CE1F030A1"
+ rewards: [{
+ id: "2F43FF9AD7260A2D"
+ item: "mmorpg:rare_mats/husbandry/medium"
+ title: "Medium Beef"
+ type: "item"
+ }]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "19DE644926921DDB"
+ item: "minecraft:wheat"
+ type: "item"
+ }]
+ title: "Husbandry"
+ x: 3.0d
+ y: -1.5d
+ }
+ {
+ description: [
+ "Mine and Slash adds its very own Profession system. Professions are split into 3 categories:"
+ ""
+ "&e&lGathering:&r&r"
+ "- &2Farming&r: gather materials when harvesting produce."
+ "- &7Mining&r: gather materials while mining."
+ "- &6Husbandry&r: earn materials while breeding animals."
+ "- &9Fishing&r: gather special fish by chance while fishing."
+ ""
+ "&e&lCrafting:&r&r"
+ "- &cCooking&r: cook up foods that provide stat, drop, and expereince bonuses for a period of time upon consumption."
+ "- &5Alchemy&r: create powerful brews to enhance your stats for a period of time."
+ "- &bEnchanting&r: craft scrolls to enhance your gear."
+ "- &eGear Crafting&r: craft gear to be used in combat."
+ ""
+ "&e&lOther:&r&r"
+ "- &4Salvaging&r: extract resources from gear when salvaged in a Salvaging Station &e(does not apply to auto-salvaging through the Hub)&r."
+ ""
+ "&c&lNote: Professions cannot be leveled beyond your Mine and Slash level!&r&r"
+ ]
+ icon: {
+ Count: 1b
+ id: "minecraft:diamond_pickaxe"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "5B97985430859986"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5F6792B593BCCE90"
+ silent: true
+ title: "250 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "3921C843B8906ADB"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Professions Overview"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["5B97985430859986"]
+ description: [
+ "Tools in Craft to Exile 2 can gain levels with use. As they increase in level, they can gain affixes which will grant various improvements!"
+ ""
+ "&eTools will gain an affix every 20 levels!&r"
+ ]
+ icon: "minecraft:paper"
+ id: "4FC11A47AE877347"
+ rewards: [{
+ id: "1D951C04F12D86AD"
+ item: "lightmanscurrency:coin_iron"
+ type: "item"
+ }]
+ subtitle: "M\\&S Professions Lost Page"
+ tasks: [{
+ id: "425830C92EB05E74"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Leveling Tools"
+ x: 1.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["66D05E37DC634CC8"]
+ description: [
+ "Mastery Seals are applied to your Profession tool (pickaxe, fishing rod, etc.) to cap the level of drops. This is useful because you may need lower level materials earned from Mining, Fishing, etc., for the crafting Professions (Gear Crafting, Cooking, etc.)."
+ ""
+ "To craft Mastery Seals, you will need to use Ores in a &eGear Crafting Station&r. Higher tiered Ores will craft higher tiered Mastery Seals."
+ ]
+ id: "46624096082CAC57"
+ rewards: [
+ {
+ count: 2
+ id: "7E454F1FB8EEBB03"
+ item: "mmorpg:material/mining/2"
+ title: "Empyrean Ores"
+ type: "item"
+ }
+ {
+ id: "0274291E890DA67E"
+ item: "mmorpg:currency/mastery_seal1"
+ type: "item"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "43E7E5DAEF317564"
+ item: "mmorpg:currency/mastery_seal0"
+ type: "item"
+ }]
+ title: "Stunting Your Growth"
+ x: -4.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["66D05E37DC634CC8"]
+ description: [
+ "Sharpening Stones can be used on your gear to increase their potency. The quality increase is reflected in the gear's base stat (Weapon Damage, Armor, Dodge Rating, etc.)."
+ ""
+ "You can craft Sharpening Stones in the &eGear Crafting Station&r using Stones. As you find higher rarity Stones, you will be able to craft better Sharpening Stones."
+ ]
+ id: "141FEAAFF05B9AD0"
+ rewards: [
+ {
+ count: 2
+ id: "547E65938CA0A29C"
+ item: "mmorpg:stone/2"
+ title: "Rare Stones"
+ type: "item"
+ }
+ {
+ id: "3D8965F89B3ED0BF"
+ item: "mmorpg:currency/sharpening_stone1"
+ title: "Celestial Sharpening Stone"
+ type: "item"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "0A06314AF113F9B0"
+ item: "mmorpg:currency/sharpening_stone0"
+ type: "item"
+ }]
+ title: "Increasing Gear Quality"
+ x: -4.5d
+ y: -4.5d
+ }
+ {
+ dependencies: ["69CEB39AA409EB41"]
+ description: [
+ "Brew the potions with the following:"
+ ""
+ "1x &7Spiritual Meat&r"
+ "1x &7Common Stone&r"
+ "1x Wheat/Melon"
+ "1x Tomato/Onion"
+ "1x Copper Coin"
+ ]
+ id: "50FD77E095AAC45F"
+ rewards: [
+ {
+ count: 3
+ id: "0981A3CD67453EB1"
+ item: "mmorpg:stone/2"
+ title: "Rare Stones"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "237FE61CA6C59BC2"
+ silent: true
+ title: "250 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [
+ {
+ count: 16L
+ id: "7E723FA212E31E4B"
+ item: {
+ Count: 1b
+ id: "mmorpg:potion/health/0"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ count: 16L
+ id: "0120CDCEBB47B1F9"
+ item: {
+ Count: 1b
+ id: "mmorpg:potion/resource/0"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Recovery Potions"
+ x: 3.0d
+ y: -4.5d
+ }
+ {
+ dependencies: ["69CEB39AA409EB41"]
+ description: [
+ "Brew the potions with the following:"
+ ""
+ "1x &7Spiritual Produce&r"
+ "3x Potato/Nether Wart/Carrot"
+ "1x Copper Coin"
+ ]
+ id: "53205D57DBDEE858"
+ rewards: [
+ {
+ id: "50520A4E47D0F85F"
+ item: "mmorpg:rare_mats/salvaging/greater"
+ title: "Greater Essence"
+ type: "item"
+ }
+ {
+ count: 8
+ id: "15D78B8F7609066A"
+ item: "minecraft:nether_wart"
+ title: "Nether Warts"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "15C4752FC4CE35F1"
+ silent: true
+ title: "250 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [
+ {
+ id: "1673E0EA465EEEFC"
+ item: {
+ Count: 1b
+ id: "mmorpg:buff_potion/lesser_str"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "73300383E4D249CA"
+ item: {
+ Count: 1b
+ id: "mmorpg:buff_potion/lesser_int"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "18858219F8B3DD30"
+ item: {
+ Count: 1b
+ id: "mmorpg:buff_potion/lesser_dex"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Core Buffs"
+ x: 4.5d
+ y: -4.5d
+ }
+ {
+ dependencies: ["5DA0A1825512C2E3"]
+ description: [
+ "Craft an &eUncommon Armor Enchantment&r with the following:"
+ ""
+ "1x &aCelestial Ore&r"
+ "4x &aUncommon Stone&r"
+ "2x Iron Ingot"
+ "1x Leather"
+ "1x Paper"
+ "5x Copper Coin"
+ ""
+ "&cThe Enchantment has a chance of failure when used&r, but you will see the item's tooltip update with \"Enchantment\" once successful. &cEnchantments must be applied in rarity order.&r Meaning you must start with a successful common Enchantment before applying an uncommon one. You cannot apply a rare Enchantment onto an item with a common Enchantment. The colour of the \"Enchantment\" tooltip denotes the rarity of the enchantment."
+ ]
+ id: "13CE922E843B9A50"
+ rewards: [
+ {
+ count: 4
+ id: "3E9038789F3ED19A"
+ item: "minecraft:paper"
+ title: "Paper"
+ type: "item"
+ }
+ {
+ count: 4
+ id: "35DB00B2EE31CADD"
+ item: "mmorpg:stone/2"
+ title: "Rare Stones"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7A1D466C1C4DC0B0"
+ silent: true
+ title: "250 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "46602E72F4D06D1C"
+ item: {
+ Count: 1b
+ id: "mmorpg:enchantment/family/armor/uncommon"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Not Vanilla Enchantments"
+ x: -1.5d
+ y: -4.5d
+ }
+ {
+ dependencies: ["0402FA5F0E1D4835"]
+ description: [
+ "Craft the food with the following:"
+ ""
+ "1x &7Spiritual Fish&r"
+ "1x Tropical Fish"
+ "1x Copper Coin"
+ ]
+ id: "29BD14415C264D41"
+ rewards: [
+ {
+ id: "260E57F5246191D1"
+ item: "mmorpg:rare_mats/fishing/greater"
+ title: "Greater Puffer"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1874108D1CC5EEE9"
+ silent: true
+ title: "250 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "14728EE82752D08A"
+ item: {
+ Count: 1b
+ id: "mmorpg:seafood/lesser_exp"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Luxurious Seafoods"
+ x: 1.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["0402FA5F0E1D4835"]
+ description: [
+ "Craft the foods with the following:"
+ ""
+ "1x &7Spiritual Meat/Produce&r"
+ "1x Wheat/Beetroot"
+ "1x Copper Coin"
+ ""
+ "&cThe order of materials doesn't matter, but the output of the station must be empty!&r"
+ ]
+ id: "74D3767A981DAE84"
+ rewards: [
+ {
+ id: "1AFDC3779EB71D22"
+ item: "mmorpg:rare_mats/farming/greater"
+ title: "Greater Root"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "303BACA6F3D5CE95"
+ silent: true
+ title: "250 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [
+ {
+ id: "0007D7D85660469C"
+ item: {
+ Count: 1b
+ id: "mmorpg:food/lesser_life"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "1D555271425DE10D"
+ item: {
+ Count: 1b
+ id: "mmorpg:food/lesser_mana"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Healthy Foods"
+ x: 0.0d
+ y: -4.5d
+ }
+ {
+ dependencies: ["66D05E37DC634CC8"]
+ description: [
+ "Craft a &eCrafted Common Jewelry Soul&r with the following:"
+ ""
+ "1x &7Spiritual Ore&r"
+ "4x &7Common Stone&r"
+ "1x Iron Ingot"
+ "1x Zinc Ingot"
+ "1x &aLesser Crystal&r"
+ "1x Copper Coin"
+ ""
+ "The Crafted Gear Soul will work on any base item."
+ ""
+ "However, when applied on armor, there is a &c33% chance&r it will roll as &eArmor, Dodge, or Magic Shield&r. To &eguarantee&r the base type, you can use &ecraftable Soul Modifiers&r."
+ ]
+ id: "7C542CE6F026787C"
+ rewards: [
+ {
+ id: "5D52FE5D16AEAD00"
+ item: "mmorpg:rare_mats/mining/greater"
+ title: "Greater Crystal"
+ type: "item"
+ }
+ {
+ id: "76BCE67805EE0024"
+ item: "mmorpg:plate_set"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5C53ABEEFE4798DC"
+ silent: true
+ title: "250 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "394F2627DA3AB85C"
+ item: {
+ Count: 1b
+ id: "mmorpg:stat_soul/family/jewelry/common"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }]
+ title: "Humble Beginnings"
+ x: -3.0d
+ y: -4.5d
+ }
+ {
+ dependencies: ["69CEB39AA409EB41"]
+ description: [
+ "Brew the potions with the following:"
+ ""
+ "1x &7Spiritual Fish&r"
+ "5x Lapis Lazuli or 3x Gold Ingot or 3x Redstone"
+ "1x Copper Coin"
+ ]
+ id: "609557127CC400F5"
+ rewards: [
+ {
+ id: "1F5213228CFE8423"
+ item: "mmorpg:rare_mats/salvaging/greater"
+ title: "Greater Essence"
+ type: "item"
+ }
+ {
+ count: 2
+ id: "0E3EF56AF97F2452"
+ item: "minecraft:golden_carrot"
+ title: "Golden Carrots"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "31EDE1FD872C0BB5"
+ silent: true
+ title: "250 Experience ****x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [
+ {
+ id: "7A9908F77070FDB2"
+ item: {
+ Count: 1b
+ id: "mmorpg:buff_potion/lesser_arcane"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "30DDFA1833670A12"
+ item: {
+ Count: 1b
+ id: "mmorpg:buff_potion/lesser_crit"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "0A640BA5924AB2E9"
+ item: {
+ Count: 1b
+ id: "mmorpg:buff_potion/lesser_might"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Raw Damage"
+ x: 4.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["69CEB39AA409EB41"]
+ description: [
+ "Brew the potions with the following:"
+ ""
+ "1x Glass Bottle"
+ "1x Common/Uncommon/Rare Stone"
+ "1x Flax or Solnut"
+ "1x Iron/Gold Ingot or Diamond"
+ ]
+ id: "70D6378FAA39BED0"
+ rewards: [
+ {
+ count: 2
+ id: "15F556C5A1EA7854"
+ item: "minecraft:diamond"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3FA933A7A6E67FE4"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [
+ {
+ id: "1E21EAC7B1294917"
+ item: "mmorpg:potions/reset_all_perks"
+ type: "item"
+ }
+ {
+ id: "106CA4AA64E1CCEA"
+ item: "mmorpg:potions/reset_spells"
+ type: "item"
+ }
+ {
+ id: "406F817BC074EAEB"
+ item: "mmorpg:potions/reset_stats"
+ type: "item"
+ }
+ ]
+ x: 1.5d
+ y: -4.5d
+ }
+ {
+ dependencies: ["5B97985430859986"]
+ description: [
+ "&eCrafting Stations&r for each of the Professions are &etied to the player that placed them&r."
+ ""
+ "Each player will need their own set of Crafting Stations!"
+ ]
+ icon: "minecraft:paper"
+ id: "3C7E703FC750E2B3"
+ rewards: [{
+ id: "1D66EBADBC1EE67A"
+ item: "lightmanscurrency:coin_iron"
+ type: "item"
+ }]
+ subtitle: "M\\&S Professions Lost Page"
+ tasks: [{
+ id: "6A644AC376F30A75"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "To Your Stations!"
+ x: -1.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["7C542CE6F026787C"]
+ description: [
+ "You can apply Material Soul Modifiers directly onto Crafted Gear Souls to &eguarantee the material (plate, cloth, leather) outcome&r of your item."
+ ""
+ "For example, apply a Cloth Soul Modifier onto a Crafted Armor Soul to guarantee Cloth Armor!"
+ ]
+ id: "1F781E29B5ACDD96"
+ rewards: [{
+ count: 2
+ id: "3DDB910D100481C8"
+ item: "mmorpg:stone/2"
+ type: "item"
+ }]
+ subtitle: "M\\&S Professions"
+ tasks: [
+ {
+ id: "742045832B4AD932"
+ item: "mmorpg:cloth_set"
+ type: "item"
+ }
+ {
+ id: "7F8B59AA6D45DF34"
+ item: "mmorpg:leather_set"
+ type: "item"
+ }
+ ]
+ x: -1.5d
+ y: -6.0d
+ }
+ {
+ dependencies: ["7C542CE6F026787C"]
+ description: [
+ "Craft a &eCrafted Rare Weapon Soul&r with the following:"
+ ""
+ "1x &aCelestial Ore&r"
+ "4x &9Rare Stone&r"
+ "2x Cloggrum Ingot"
+ "1x Stick"
+ "1x &aLesser Crystal&r &c<-- NEW&r"
+ "1x Iron Coin"
+ ""
+ "&cNote&r that crafts &estarting at level 20&r will require &eLesser/Medium/Greater&r resources as well."
+ ]
+ id: "59FA681B103BE2AB"
+ rewards: [
+ {
+ count: 3
+ id: "14BE255969B2DE09"
+ item: "lightmanscurrency:coin_gold"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2FE4467A1FF871D2"
+ silent: true
+ title: "250 Experience x Lv."
+ type: "command"
+ }
+ ]
+ subtitle: "M\\&S Professions"
+ tasks: [{
+ id: "1A660838036424BB"
+ item: {
+ Count: 1b
+ id: "mmorpg:stat_soul/family/weapon/rare"
+ tag: {
+ level: 20
+ tier: 1
+ }
+ }
+ type: "item"
+ }]
+ title: "A Blacksmith's Lesson"
+ x: -3.0d
+ y: -6.0d
+ }
+ ]
+ title: "&aM\\&S Professions&r"
+}
diff --git a/config/ftbquests/quests/chapters/storage_solutions.snbt b/config/ftbquests/quests/chapters/storage_solutions.snbt
index 66b8417..eea83d2 100644
--- a/config/ftbquests/quests/chapters/storage_solutions.snbt
+++ b/config/ftbquests/quests/chapters/storage_solutions.snbt
@@ -1,870 +1,870 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "storage_solutions"
- group: "5F2CCE8075FCC994"
- icon: "minecraft:chest"
- id: "732D5372C55E98C3"
- order_index: 1
- quest_links: [ ]
- quests: [
- {
- description: [
- "&eRefined Storage&r is the best method of item storage, filtering, and mass crafting. Devices within the storage network manipulate your items which are on Disks. "
- ""
- "The &eController&r is the core of the storage network. All other Refined Storage must connect to it by being near it or through cables. It requires Forge Energy to operate which is only obtainable through &eCreate's Alternator&r which requires experience in generating power."
- ""
- "This quest line is non-exhaustive. Check JEI for the full list of items and possibilities within Refined. "
- ]
- id: "6390924916E0EF54"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5703DB65FB3ABDD3"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "4B2ED6A485F2593C"
- item: "refinedstorage:controller"
- type: "item"
- }
- {
- id: "09190898CD22BF97"
- item: "createaddition:alternator"
- type: "item"
- }
- ]
- title: "Refined Storage"
- x: 0.0d
- y: 0.0d
- }
- {
- description: [
- "&eSophisticated Backpacks&r allows you to do everything with a backpack you'd want. There are tons of upgrades from auto feeding, crafting and smelting in your bag, and carrying fluids and experience in fluid form. Check JEI for the full list of upgrades."
- ""
- "Each tier of backpack allows for more upgrade slots and more inventory space."
- ""
- "&eBackpack: &r27 slots, 1 upgrade slot"
- ""
- "&eIron Backpack:&r 54 slots, 2 upgrade slots"
- ""
- "&eGold Backpack:&r 81 slots, 3 upgrade slots"
- ""
- "&eDiamond Backpack:&r 108 slots, 5 upgrade slots"
- ""
- "&eNetherite Backpack:&r 120 slots, 7 upgrade slots"
- ]
- id: "309037CD749F2133"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0A7512AB8CD1DC80"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Backpack"
- tasks: [{
- id: "5C2725F78F0E4006"
- item: "sophisticatedbackpacks:iron_backpack"
- type: "item"
- }]
- title: "Sophisticated Backpacks"
- x: -2.5d
- y: 0.0d
- }
- {
- description: [
- "&eSophisticated Storage&r is the companion to Sophisticated Backpacks. Chests and Barrels can be upgraded from Iron, Gold, Diamond, to Netherite with increasing amount of item slots and upgrade slots."
- ""
- "Vanilla Chests and Barrels can be upgraded to their Sophisticated Storage counterparts using the Basic Tier Upgrade."
- ""
- "&eNormal Chest:&r 27 slots, 1 upgrade slot"
- ""
- "&eIron Chest:&r 54 slots, 2 upgrade slots"
- ""
- "&eGold Chest:&r 81 slots, 3 upgrade slots"
- ""
- "&eDiamond Chest:&r 108 slots, 4 upgrade slots"
- ""
- "&eNetherite Chest: &r120 slots, 5 upgrade slots"
- ]
- id: "2DC978CB3CC53730"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "643E5E2551F6B2B5"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "0948893647A2EBC8"
- item: {
- Count: 1b
- id: "sophisticatedstorage:chest"
- tag: {
- woodType: "oak"
- }
- }
- type: "item"
- }
- {
- id: "072BF8A427BD7398"
- item: {
- Count: 1b
- id: "sophisticatedstorage:iron_chest"
- tag: {
- woodType: "oak"
- }
- }
- type: "item"
- }
- ]
- title: "Sophisticated Storage"
- x: 2.5d
- y: 0.0d
- }
- {
- dependencies: ["309037CD749F2133"]
- dependency_requirement: "one_started"
- description: [
- "&eStack Upgrades&r are immensely important. Stack upgrades can stack upon each other if more than one is inside a bag."
- ""
- "For example:"
- ""
- "&e1 Tier 4 Stack Upgrade&r: 1024"
- ""
- "&e2 Tier 4 Stack Upgrades:&r 16,384"
- ""
- "&eTier 4 Stack Upgrades:&r 262,144"
- ""
- "&e4 Tier 4 Stack Upgrades: &r4,194,304"
- ""
- "Multiply previous max by 16 to get the next maximum up to 7 slots total"
- ]
- id: "0E17ABDC0AD61E23"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "02AE780F088113BE"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [{
- id: "2A98D58B86F8196D"
- item: "sophisticatedbackpacks:stack_upgrade_tier_1"
- type: "item"
- }]
- title: "Stack Upgrades"
- x: -2.5d
- y: -1.5d
- }
- {
- dependencies: ["31D3B2B532AADE5B"]
- id: "0430A5349F4B06A8"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7798F68FE81EC7D9"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 5
- id: "38130FD7A439B180"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "02E5D59D4BFE5460"
- item: "simplehats:camerabeard"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Have 5 Stack 5 upgrades in your inventory and Netherite Backpack"
- tasks: [
- {
- id: "71DA616E7AF70799"
- item: {
- Count: 1b
- id: "sophisticatedbackpacks:netherite_backpack"
- tag: {
- contentsUuid: [I;
- -248892482
- -1947645115
- -1238068440
- -1305121003
- ]
- inventorySlots: 120
- renderInfo: {
- upgradeItems: [
- {
- Count: 1b
- id: "minecraft:air"
- }
- {
- Count: 1b
- id: "minecraft:air"
- }
- {
- Count: 1b
- id: "minecraft:air"
- }
- {
- Count: 1b
- id: "minecraft:air"
- }
- {
- Count: 1b
- id: "minecraft:air"
- }
- {
- Count: 1b
- id: "minecraft:air"
- }
- {
- Count: 1b
- id: "minecraft:air"
- }
- ]
- }
- upgradeSlots: 7
- }
- }
- type: "item"
- }
- {
- count: 5L
- id: "38BFA09795642909"
- item: "sophisticatedbackpacks:stack_upgrade_tier_4"
- type: "item"
- }
- ]
- title: "Challenge: Nomad"
- x: -2.5d
- y: -6.0d
- }
- {
- dependencies: ["059B848E5374A860"]
- description: ["&eAdvanced Upgrades&r allow for &efiner filtering&r and control over the behavior of the upgrade in the bag, such as the advanced pickup upgrade allows for picking up items on a whitelist, disallowing items on a blacklist, or picking up matching items that are already in the bag."]
- id: "31D3B2B532AADE5B"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "35288E68A43A8D5E"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "754607476FB2AE70"
- item: "sophisticatedbackpacks:advanced_pickup_upgrade"
- type: "item"
- }
- {
- id: "75D45391DAC0B839"
- item: "sophisticatedbackpacks:advanced_feeding_upgrade"
- type: "item"
- }
- ]
- title: "Advanced Upgrades"
- x: -2.5d
- y: -4.5d
- }
- {
- dependencies: ["6390924916E0EF54"]
- description: [
- "The &eDisk Drive&r contains &eDisks,&r where each disk adds to the network's inventory limit. Higher tiers are more expensive and take longer to craft but can hold more items."
- ""
- "The &eGrid&r is the basic method of interacting with the items within the network. It lets you &etake or insert items&r from the network. The Crafting Grid is an upgrade to it and allows for crafting from all items within the grid. JEI can grab items from the grid."
- ""
- "&eFluid storage&r requires specialized versions of both to store fluids within the network."
- ""
- "Each Refined Storage block has a priority you can set where the network will first take or receive items from."
- ]
- id: "0BBF59F29BA6851E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7999735B9C4588BA"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "6B0223CDA914FC54"
- item: "refinedstorage:disk_drive"
- type: "item"
- }
- {
- id: "2B7765A169A2D050"
- item: "refinedstorage:1k_storage_disk"
- type: "item"
- }
- {
- id: "1F1B445738E62077"
- item: "refinedstorage:grid"
- type: "item"
- }
- {
- id: "265EE9FA99B4B2AC"
- item: "refinedstorage:64k_fluid_storage_disk"
- type: "item"
- }
- {
- id: "6EFC8A82C99ABB40"
- item: "refinedstorage:fluid_grid"
- type: "item"
- }
- {
- id: "18DA127DD1997096"
- item: "refinedstorage:crafting_grid"
- type: "item"
- }
- ]
- title: "Basic Storage"
- x: 0.0d
- y: -1.5d
- }
- {
- dependencies: ["6EF2C5B82615DD1B"]
- description: [
- "The &eStorage Monitor&r lets you select an item from the network to display how many is left."
- ""
- "The &ePattern Grid&r allows autocrafting within the network. Each sub-item within a recipe must have its own pattern. "
- ""
- "The &eCrafter&r is where the patterns will be stored and where the crafting will take place."
- ""
- "Power Wireless Monitors by &eequipping&r a backpack with a &ebattery upgrade and place the backpack&r in front of an active alternator."
- ""
- "&eTesla Coils&r can also be used to charge them."
- ]
- id: "5F5B3C75910F8870"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "29386B5711B850B7"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "06B652F2C9EA0322"
- item: "refinedstorage:storage_monitor"
- type: "item"
- }
- {
- id: "121B3364E98AC4FB"
- item: "refinedstorage:pattern_grid"
- type: "item"
- }
- {
- id: "62C84E7861D0E991"
- item: "refinedstorage:crafter"
- type: "item"
- }
- ]
- title: "Advanced Storage"
- x: 0.0d
- y: -4.5d
- }
- {
- dependencies: ["5F5B3C75910F8870"]
- description: [
- "These allow you to &eaccess&r a network's inventory from &efar away&r."
- ""
- "Simply craft a &eNetwork Transmitter&r and connect it to your Refined Storage system in your main base."
- ""
- "Next up, craft a &eNetwork Card&r."
- ""
- "After crafting a Network Card, craft a &eNetwork Receiver&r and place it in the area far away from your base."
- ""
- "Take the Network Card and &eright click it&r on the Network Receiver."
- ""
- "Put the Network Card in the Network Transmitter so the Network Transmitter knows where to &esend a signal&r to."
- ""
- "And now you are done. Simply &econnect machines&r to your Network Receiver according to the normal machine connecting rules."
- ""
- "The transmitter must be &echunkloaded&r before linking to the network."
- ]
- id: "0EF218EB24BCC487"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4CE32B206F01E1BD"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 5
- id: "10621BD641DAB9D6"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "2FF2FEA283ED6A28"
- item: "simplehats:tvhead"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "61BC6B3C28C327BF"
- item: "refinedstorage:network_transmitter"
- type: "item"
- }
- {
- id: "2E8BDBC699EB34D8"
- item: "refinedstorage:network_card"
- type: "item"
- }
- {
- id: "15F235BE4FC02695"
- item: "refinedstorage:network_receiver"
- type: "item"
- }
- ]
- title: "Challenge: Technophile"
- x: 0.0d
- y: -6.0d
- }
- {
- dependencies: ["0BBF59F29BA6851E"]
- description: [
- "If you want to get items &eout&r of your storage network, use an &eExporter&r and connect it to an inventory where you want to export to."
- ""
- "If you want to get items &ein&r your storage network, use an &eImporter&r and connect it to an inventory where you want to import from."
- ""
- "Want the best of both worlds? Use an &eInterface&r to get &eimporting and exporting&r functionality in one block."
- ""
- "To &eplace&r blocks from your storage network in the world, use an &eConstructor.&r"
- ""
- "To &edestroy and insert blocks&r from the world into your storage, use an &eDestructor.&r"
- ""
- "Each block can have filters applied to it."
- ]
- id: "6EF2C5B82615DD1B"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5DE6A4583A76E4E5"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "16E23820542D9533"
- item: "refinedstorage:exporter"
- type: "item"
- }
- {
- id: "398A9D9D275E80A0"
- item: "refinedstorage:importer"
- type: "item"
- }
- {
- id: "21E2D50800CDD38A"
- item: "refinedstorage:interface"
- type: "item"
- }
- ]
- title: "Basic Item Manipulation"
- x: 0.0d
- y: -3.0d
- }
- {
- dependencies: ["0E17ABDC0AD61E23"]
- description: ["Check &eJEI&r for the full list of upgrades."]
- id: "059B848E5374A860"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "7C40E770D3092D25"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "27BA72C5B24C8F27"
- item: "sophisticatedbackpacks:crafting_upgrade"
- type: "item"
- }
- {
- id: "120B791ADFA28474"
- item: "sophisticatedbackpacks:smelting_upgrade"
- type: "item"
- }
- ]
- x: -2.5d
- y: -3.0d
- }
- {
- dependencies: ["2DC978CB3CC53730"]
- description: [
- "&eStack Upgrades&r are immensely important. Stack upgrades can stack upon each other if more than one is inside a storage block."
- ""
- "For example:"
- ""
- "&e1 Tier 4 Stack Upgrade:&r 1024"
- ""
- "&e2 Tier 4 Stack Upgrades:&r 16,384"
- ""
- "&e3 Tier 4 Stack Upgrades:&r 262,144"
- ""
- "&e4 Tier 4 Stack Upgrades:&r 4,194,304"
- ""
- "Multiply previous max by 16 to get the next maximum up to 7 slots total"
- ""
- "Check JEI for the full list of upgrades."
- ]
- id: "4F7406B2025F6706"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5B55E6903CC702C9"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "228AB62E3C290839"
- item: "sophisticatedstorage:stack_upgrade_tier_1"
- type: "item"
- }
- {
- id: "5FB218960F49B7F6"
- item: "sophisticatedstorage:stack_upgrade_tier_2"
- type: "item"
- }
- {
- id: "2BF630B5597B7752"
- item: "sophisticatedstorage:crafting_upgrade"
- type: "item"
- }
- {
- id: "0808E2106FC244AA"
- item: "sophisticatedstorage:smelting_upgrade"
- type: "item"
- }
- ]
- title: "Upgrades"
- x: 2.5d
- y: -1.5d
- }
- {
- dependencies: ["4F7406B2025F6706"]
- description: [
- "&eLimited Barrels&r act as drawers, where up to &efour items&r can be stored within and have &eimmensely high stack limits&r inherently. Barrels are marked by two things: &eTier&r and &eItem Limit&r."
- ""
- "&eNormal, Iron, Gold, Diamond, and Netherite&r are the tier, which decides the stack limit."
- ""
- "&eI, II, III, IIII&r are the Item Limit which is how many different items can be inside it from 1 to 4. Barrels with a higher Item Limit have less maximum stack."
- ""
- "These barrels can also be upgraded just like regular storage."
- ]
- id: "4A3CBD5BF1BC9968"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2C33C7226B9351E6"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "2F214FD2DB7CB5F2"
- item: {
- Count: 1b
- id: "sophisticatedstorage:limited_barrel_1"
- tag: {
- woodType: "oak"
- }
- }
- type: "item"
- }
- {
- id: "2A1C80132C9846B9"
- item: {
- Count: 1b
- id: "sophisticatedstorage:limited_iron_barrel_1"
- tag: {
- woodType: "oak"
- }
- }
- type: "item"
- }
- {
- id: "41F08B55CAC4D8E2"
- item: {
- Count: 1b
- id: "sophisticatedstorage:limited_barrel_2"
- tag: {
- woodType: "oak"
- }
- }
- type: "item"
- }
- {
- id: "320AAAC1CA8E4CE9"
- item: {
- Count: 1b
- id: "sophisticatedstorage:limited_iron_barrel_2"
- tag: {
- woodType: "oak"
- }
- }
- type: "item"
- }
- ]
- title: "Barrel Drawers"
- x: 2.5d
- y: -3.0d
- }
- {
- dependencies: ["4A3CBD5BF1BC9968"]
- description: [
- "&eStorage Controllers&r allow you to &epipe in/out items&r with connected storage blocks. Priority is determined by which storage blocks were placed last. There is no GUI currently."
- ""
- "&eStorage Link &rallows to &econnect multiple storages&r that are not attached to controller or any blocks that are connected to it."
- ""
- "The &eStorage Tool&r allows you to &elink, lock and toggle visibility of locks and item counts&r. Shift scroll to change mode. Linking works by right clicking the controller to start linking to it and then right click storages or storage link to get these linked."
- ""
- "&ePacking Tape&r allows you to&e pack up&r a storage block and mine it to pick it up like a regular block without the items dropping."
- ]
- id: "4F8DAFD8E626D7A1"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "236882E6AC66900C"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "2D33DC885082CA5F"
- item: "sophisticatedstorage:controller"
- type: "item"
- }
- {
- id: "4A4077F0D62EBD0E"
- item: "sophisticatedstorage:storage_link"
- type: "item"
- }
- {
- id: "6E08CC3287BB9BD0"
- item: "sophisticatedstorage:storage_tool"
- type: "item"
- }
- {
- id: "2AF686EDE54C3BA9"
- item: {
- Count: 1b
- id: "sophisticatedstorage:packing_tape"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- ]
- x: 2.5d
- y: -4.5d
- }
- {
- dependencies: ["4F8DAFD8E626D7A1"]
- id: "629A6257109536AB"
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2AFF0D9FFE57369A"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 5
- id: "4B3FB70060B569CE"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "0115F4FB21EAD46B"
- item: "simplehats:bucket"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "0765FE1E964931AB"
- item: {
- Count: 1b
- id: "sophisticatedstorage:netherite_barrel"
- tag: {
- accentColor: 16383998
- mainColor: 16383998
- }
- }
- type: "item"
- }
- {
- id: "414BDBE999CBB24B"
- item: {
- Count: 1b
- id: "sophisticatedstorage:limited_netherite_barrel_4"
- tag: {
- woodType: "oak"
- }
- }
- type: "item"
- }
- {
- id: "427BAB062D0F0C24"
- item: {
- Count: 1b
- id: "sophisticatedstorage:netherite_chest"
- tag: {
- woodType: "oak"
- }
- }
- type: "item"
- }
- {
- id: "7E35887EB7D7646F"
- item: {
- Count: 1b
- id: "sophisticatedstorage:netherite_shulker_box"
- tag: {
- accentColor: 16383998
- mainColor: 16383998
- }
- }
- type: "item"
- }
- ]
- title: "Challenge: Too Many Chests"
- x: 2.5d
- y: -6.0d
- }
- {
- dependencies: [
- "0430A5349F4B06A8"
- "0EF218EB24BCC487"
- "629A6257109536AB"
- ]
- icon: "minecraft:ender_chest"
- id: "6428AF7E62AC7FA9"
- rewards: [
- {
- command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achived Professional Hoarder\"}]}"
- elevate_perms: true
- icon: "minecraft:cookie"
- id: "4B4093F03AC14A41"
- title: "Click here to brag"
- type: "command"
- }
- {
- command: "/mine_and_slash give xp_times_lvl @p 750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6937B10EF0E96632"
- silent: true
- title: "750 Experience x Lv."
- type: "command"
- }
- {
- count: 6
- id: "4BC2120BF612C79C"
- item: "lightmanscurrency:coin_diamond"
- title: "Money"
- type: "item"
- }
- {
- id: "42A93AE6423DC86D"
- item: "simplehats:policebucket"
- type: "item"
- }
- ]
- shape: "hexagon"
- size: 2.0d
- subtitle: "Complete all challenges"
- tasks: [{
- id: "7FAAD1441DAB60C3"
- type: "checkmark"
- }]
- title: "Achievement: Professional Hoarder"
- x: 0.0d
- y: -8.5d
- }
- ]
- title: "Storage Solutions"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "storage_solutions"
+ group: "5F2CCE8075FCC994"
+ icon: "minecraft:chest"
+ id: "732D5372C55E98C3"
+ order_index: 1
+ quest_links: [ ]
+ quests: [
+ {
+ description: [
+ "&eRefined Storage&r is the best method of item storage, filtering, and mass crafting. Devices within the storage network manipulate your items which are on Disks. "
+ ""
+ "The &eController&r is the core of the storage network. All other Refined Storage must connect to it by being near it or through cables. It requires Forge Energy to operate which is only obtainable through &eCreate's Alternator&r which requires experience in generating power."
+ ""
+ "This quest line is non-exhaustive. Check JEI for the full list of items and possibilities within Refined. "
+ ]
+ id: "6390924916E0EF54"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5703DB65FB3ABDD3"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "4B2ED6A485F2593C"
+ item: "refinedstorage:controller"
+ type: "item"
+ }
+ {
+ id: "09190898CD22BF97"
+ item: "createaddition:alternator"
+ type: "item"
+ }
+ ]
+ title: "Refined Storage"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ description: [
+ "&eSophisticated Backpacks&r allows you to do everything with a backpack you'd want. There are tons of upgrades from auto feeding, crafting and smelting in your bag, and carrying fluids and experience in fluid form. Check JEI for the full list of upgrades."
+ ""
+ "Each tier of backpack allows for more upgrade slots and more inventory space."
+ ""
+ "&eBackpack: &r27 slots, 1 upgrade slot"
+ ""
+ "&eIron Backpack:&r 54 slots, 2 upgrade slots"
+ ""
+ "&eGold Backpack:&r 81 slots, 3 upgrade slots"
+ ""
+ "&eDiamond Backpack:&r 108 slots, 5 upgrade slots"
+ ""
+ "&eNetherite Backpack:&r 120 slots, 7 upgrade slots"
+ ]
+ id: "309037CD749F2133"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0A7512AB8CD1DC80"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Backpack"
+ tasks: [{
+ id: "5C2725F78F0E4006"
+ item: "sophisticatedbackpacks:iron_backpack"
+ type: "item"
+ }]
+ title: "Sophisticated Backpacks"
+ x: -2.5d
+ y: 0.0d
+ }
+ {
+ description: [
+ "&eSophisticated Storage&r is the companion to Sophisticated Backpacks. Chests and Barrels can be upgraded from Iron, Gold, Diamond, to Netherite with increasing amount of item slots and upgrade slots."
+ ""
+ "Vanilla Chests and Barrels can be upgraded to their Sophisticated Storage counterparts using the Basic Tier Upgrade."
+ ""
+ "&eNormal Chest:&r 27 slots, 1 upgrade slot"
+ ""
+ "&eIron Chest:&r 54 slots, 2 upgrade slots"
+ ""
+ "&eGold Chest:&r 81 slots, 3 upgrade slots"
+ ""
+ "&eDiamond Chest:&r 108 slots, 4 upgrade slots"
+ ""
+ "&eNetherite Chest: &r120 slots, 5 upgrade slots"
+ ]
+ id: "2DC978CB3CC53730"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "643E5E2551F6B2B5"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "0948893647A2EBC8"
+ item: {
+ Count: 1b
+ id: "sophisticatedstorage:chest"
+ tag: {
+ woodType: "oak"
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "072BF8A427BD7398"
+ item: {
+ Count: 1b
+ id: "sophisticatedstorage:iron_chest"
+ tag: {
+ woodType: "oak"
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Sophisticated Storage"
+ x: 2.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["309037CD749F2133"]
+ dependency_requirement: "one_started"
+ description: [
+ "&eStack Upgrades&r are immensely important. Stack upgrades can stack upon each other if more than one is inside a bag."
+ ""
+ "For example:"
+ ""
+ "&e1 Tier 4 Stack Upgrade&r: 1024"
+ ""
+ "&e2 Tier 4 Stack Upgrades:&r 16,384"
+ ""
+ "&eTier 4 Stack Upgrades:&r 262,144"
+ ""
+ "&e4 Tier 4 Stack Upgrades: &r4,194,304"
+ ""
+ "Multiply previous max by 16 to get the next maximum up to 7 slots total"
+ ]
+ id: "0E17ABDC0AD61E23"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "02AE780F088113BE"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [{
+ id: "2A98D58B86F8196D"
+ item: "sophisticatedbackpacks:stack_upgrade_tier_1"
+ type: "item"
+ }]
+ title: "Stack Upgrades"
+ x: -2.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["31D3B2B532AADE5B"]
+ id: "0430A5349F4B06A8"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7798F68FE81EC7D9"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 5
+ id: "38130FD7A439B180"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "02E5D59D4BFE5460"
+ item: "simplehats:camerabeard"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Have 5 Stack 5 upgrades in your inventory and Netherite Backpack"
+ tasks: [
+ {
+ id: "71DA616E7AF70799"
+ item: {
+ Count: 1b
+ id: "sophisticatedbackpacks:netherite_backpack"
+ tag: {
+ contentsUuid: [I;
+ -248892482
+ -1947645115
+ -1238068440
+ -1305121003
+ ]
+ inventorySlots: 120
+ renderInfo: {
+ upgradeItems: [
+ {
+ Count: 1b
+ id: "minecraft:air"
+ }
+ {
+ Count: 1b
+ id: "minecraft:air"
+ }
+ {
+ Count: 1b
+ id: "minecraft:air"
+ }
+ {
+ Count: 1b
+ id: "minecraft:air"
+ }
+ {
+ Count: 1b
+ id: "minecraft:air"
+ }
+ {
+ Count: 1b
+ id: "minecraft:air"
+ }
+ {
+ Count: 1b
+ id: "minecraft:air"
+ }
+ ]
+ }
+ upgradeSlots: 7
+ }
+ }
+ type: "item"
+ }
+ {
+ count: 5L
+ id: "38BFA09795642909"
+ item: "sophisticatedbackpacks:stack_upgrade_tier_4"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Nomad"
+ x: -2.5d
+ y: -6.0d
+ }
+ {
+ dependencies: ["059B848E5374A860"]
+ description: ["&eAdvanced Upgrades&r allow for &efiner filtering&r and control over the behavior of the upgrade in the bag, such as the advanced pickup upgrade allows for picking up items on a whitelist, disallowing items on a blacklist, or picking up matching items that are already in the bag."]
+ id: "31D3B2B532AADE5B"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "35288E68A43A8D5E"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "754607476FB2AE70"
+ item: "sophisticatedbackpacks:advanced_pickup_upgrade"
+ type: "item"
+ }
+ {
+ id: "75D45391DAC0B839"
+ item: "sophisticatedbackpacks:advanced_feeding_upgrade"
+ type: "item"
+ }
+ ]
+ title: "Advanced Upgrades"
+ x: -2.5d
+ y: -4.5d
+ }
+ {
+ dependencies: ["6390924916E0EF54"]
+ description: [
+ "The &eDisk Drive&r contains &eDisks,&r where each disk adds to the network's inventory limit. Higher tiers are more expensive and take longer to craft but can hold more items."
+ ""
+ "The &eGrid&r is the basic method of interacting with the items within the network. It lets you &etake or insert items&r from the network. The Crafting Grid is an upgrade to it and allows for crafting from all items within the grid. JEI can grab items from the grid."
+ ""
+ "&eFluid storage&r requires specialized versions of both to store fluids within the network."
+ ""
+ "Each Refined Storage block has a priority you can set where the network will first take or receive items from."
+ ]
+ id: "0BBF59F29BA6851E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7999735B9C4588BA"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "6B0223CDA914FC54"
+ item: "refinedstorage:disk_drive"
+ type: "item"
+ }
+ {
+ id: "2B7765A169A2D050"
+ item: "refinedstorage:1k_storage_disk"
+ type: "item"
+ }
+ {
+ id: "1F1B445738E62077"
+ item: "refinedstorage:grid"
+ type: "item"
+ }
+ {
+ id: "265EE9FA99B4B2AC"
+ item: "refinedstorage:64k_fluid_storage_disk"
+ type: "item"
+ }
+ {
+ id: "6EFC8A82C99ABB40"
+ item: "refinedstorage:fluid_grid"
+ type: "item"
+ }
+ {
+ id: "18DA127DD1997096"
+ item: "refinedstorage:crafting_grid"
+ type: "item"
+ }
+ ]
+ title: "Basic Storage"
+ x: 0.0d
+ y: -1.5d
+ }
+ {
+ dependencies: ["6EF2C5B82615DD1B"]
+ description: [
+ "The &eStorage Monitor&r lets you select an item from the network to display how many is left."
+ ""
+ "The &ePattern Grid&r allows autocrafting within the network. Each sub-item within a recipe must have its own pattern. "
+ ""
+ "The &eCrafter&r is where the patterns will be stored and where the crafting will take place."
+ ""
+ "Power Wireless Monitors by &eequipping&r a backpack with a &ebattery upgrade and place the backpack&r in front of an active alternator."
+ ""
+ "&eTesla Coils&r can also be used to charge them."
+ ]
+ id: "5F5B3C75910F8870"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "29386B5711B850B7"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "06B652F2C9EA0322"
+ item: "refinedstorage:storage_monitor"
+ type: "item"
+ }
+ {
+ id: "121B3364E98AC4FB"
+ item: "refinedstorage:pattern_grid"
+ type: "item"
+ }
+ {
+ id: "62C84E7861D0E991"
+ item: "refinedstorage:crafter"
+ type: "item"
+ }
+ ]
+ title: "Advanced Storage"
+ x: 0.0d
+ y: -4.5d
+ }
+ {
+ dependencies: ["5F5B3C75910F8870"]
+ description: [
+ "These allow you to &eaccess&r a network's inventory from &efar away&r."
+ ""
+ "Simply craft a &eNetwork Transmitter&r and connect it to your Refined Storage system in your main base."
+ ""
+ "Next up, craft a &eNetwork Card&r."
+ ""
+ "After crafting a Network Card, craft a &eNetwork Receiver&r and place it in the area far away from your base."
+ ""
+ "Take the Network Card and &eright click it&r on the Network Receiver."
+ ""
+ "Put the Network Card in the Network Transmitter so the Network Transmitter knows where to &esend a signal&r to."
+ ""
+ "And now you are done. Simply &econnect machines&r to your Network Receiver according to the normal machine connecting rules."
+ ""
+ "The transmitter must be &echunkloaded&r before linking to the network."
+ ]
+ id: "0EF218EB24BCC487"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4CE32B206F01E1BD"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 5
+ id: "10621BD641DAB9D6"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "2FF2FEA283ED6A28"
+ item: "simplehats:tvhead"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "61BC6B3C28C327BF"
+ item: "refinedstorage:network_transmitter"
+ type: "item"
+ }
+ {
+ id: "2E8BDBC699EB34D8"
+ item: "refinedstorage:network_card"
+ type: "item"
+ }
+ {
+ id: "15F235BE4FC02695"
+ item: "refinedstorage:network_receiver"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Technophile"
+ x: 0.0d
+ y: -6.0d
+ }
+ {
+ dependencies: ["0BBF59F29BA6851E"]
+ description: [
+ "If you want to get items &eout&r of your storage network, use an &eExporter&r and connect it to an inventory where you want to export to."
+ ""
+ "If you want to get items &ein&r your storage network, use an &eImporter&r and connect it to an inventory where you want to import from."
+ ""
+ "Want the best of both worlds? Use an &eInterface&r to get &eimporting and exporting&r functionality in one block."
+ ""
+ "To &eplace&r blocks from your storage network in the world, use an &eConstructor.&r"
+ ""
+ "To &edestroy and insert blocks&r from the world into your storage, use an &eDestructor.&r"
+ ""
+ "Each block can have filters applied to it."
+ ]
+ id: "6EF2C5B82615DD1B"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5DE6A4583A76E4E5"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "16E23820542D9533"
+ item: "refinedstorage:exporter"
+ type: "item"
+ }
+ {
+ id: "398A9D9D275E80A0"
+ item: "refinedstorage:importer"
+ type: "item"
+ }
+ {
+ id: "21E2D50800CDD38A"
+ item: "refinedstorage:interface"
+ type: "item"
+ }
+ ]
+ title: "Basic Item Manipulation"
+ x: 0.0d
+ y: -3.0d
+ }
+ {
+ dependencies: ["0E17ABDC0AD61E23"]
+ description: ["Check &eJEI&r for the full list of upgrades."]
+ id: "059B848E5374A860"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "7C40E770D3092D25"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "27BA72C5B24C8F27"
+ item: "sophisticatedbackpacks:crafting_upgrade"
+ type: "item"
+ }
+ {
+ id: "120B791ADFA28474"
+ item: "sophisticatedbackpacks:smelting_upgrade"
+ type: "item"
+ }
+ ]
+ x: -2.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["2DC978CB3CC53730"]
+ description: [
+ "&eStack Upgrades&r are immensely important. Stack upgrades can stack upon each other if more than one is inside a storage block."
+ ""
+ "For example:"
+ ""
+ "&e1 Tier 4 Stack Upgrade:&r 1024"
+ ""
+ "&e2 Tier 4 Stack Upgrades:&r 16,384"
+ ""
+ "&e3 Tier 4 Stack Upgrades:&r 262,144"
+ ""
+ "&e4 Tier 4 Stack Upgrades:&r 4,194,304"
+ ""
+ "Multiply previous max by 16 to get the next maximum up to 7 slots total"
+ ""
+ "Check JEI for the full list of upgrades."
+ ]
+ id: "4F7406B2025F6706"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5B55E6903CC702C9"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "228AB62E3C290839"
+ item: "sophisticatedstorage:stack_upgrade_tier_1"
+ type: "item"
+ }
+ {
+ id: "5FB218960F49B7F6"
+ item: "sophisticatedstorage:stack_upgrade_tier_2"
+ type: "item"
+ }
+ {
+ id: "2BF630B5597B7752"
+ item: "sophisticatedstorage:crafting_upgrade"
+ type: "item"
+ }
+ {
+ id: "0808E2106FC244AA"
+ item: "sophisticatedstorage:smelting_upgrade"
+ type: "item"
+ }
+ ]
+ title: "Upgrades"
+ x: 2.5d
+ y: -1.5d
+ }
+ {
+ dependencies: ["4F7406B2025F6706"]
+ description: [
+ "&eLimited Barrels&r act as drawers, where up to &efour items&r can be stored within and have &eimmensely high stack limits&r inherently. Barrels are marked by two things: &eTier&r and &eItem Limit&r."
+ ""
+ "&eNormal, Iron, Gold, Diamond, and Netherite&r are the tier, which decides the stack limit."
+ ""
+ "&eI, II, III, IIII&r are the Item Limit which is how many different items can be inside it from 1 to 4. Barrels with a higher Item Limit have less maximum stack."
+ ""
+ "These barrels can also be upgraded just like regular storage."
+ ]
+ id: "4A3CBD5BF1BC9968"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2C33C7226B9351E6"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "2F214FD2DB7CB5F2"
+ item: {
+ Count: 1b
+ id: "sophisticatedstorage:limited_barrel_1"
+ tag: {
+ woodType: "oak"
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "2A1C80132C9846B9"
+ item: {
+ Count: 1b
+ id: "sophisticatedstorage:limited_iron_barrel_1"
+ tag: {
+ woodType: "oak"
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "41F08B55CAC4D8E2"
+ item: {
+ Count: 1b
+ id: "sophisticatedstorage:limited_barrel_2"
+ tag: {
+ woodType: "oak"
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "320AAAC1CA8E4CE9"
+ item: {
+ Count: 1b
+ id: "sophisticatedstorage:limited_iron_barrel_2"
+ tag: {
+ woodType: "oak"
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Barrel Drawers"
+ x: 2.5d
+ y: -3.0d
+ }
+ {
+ dependencies: ["4A3CBD5BF1BC9968"]
+ description: [
+ "&eStorage Controllers&r allow you to &epipe in/out items&r with connected storage blocks. Priority is determined by which storage blocks were placed last. There is no GUI currently."
+ ""
+ "&eStorage Link &rallows to &econnect multiple storages&r that are not attached to controller or any blocks that are connected to it."
+ ""
+ "The &eStorage Tool&r allows you to &elink, lock and toggle visibility of locks and item counts&r. Shift scroll to change mode. Linking works by right clicking the controller to start linking to it and then right click storages or storage link to get these linked."
+ ""
+ "&ePacking Tape&r allows you to&e pack up&r a storage block and mine it to pick it up like a regular block without the items dropping."
+ ]
+ id: "4F8DAFD8E626D7A1"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "236882E6AC66900C"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "2D33DC885082CA5F"
+ item: "sophisticatedstorage:controller"
+ type: "item"
+ }
+ {
+ id: "4A4077F0D62EBD0E"
+ item: "sophisticatedstorage:storage_link"
+ type: "item"
+ }
+ {
+ id: "6E08CC3287BB9BD0"
+ item: "sophisticatedstorage:storage_tool"
+ type: "item"
+ }
+ {
+ id: "2AF686EDE54C3BA9"
+ item: {
+ Count: 1b
+ id: "sophisticatedstorage:packing_tape"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ x: 2.5d
+ y: -4.5d
+ }
+ {
+ dependencies: ["4F8DAFD8E626D7A1"]
+ id: "629A6257109536AB"
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2AFF0D9FFE57369A"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 5
+ id: "4B3FB70060B569CE"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "0115F4FB21EAD46B"
+ item: "simplehats:bucket"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "0765FE1E964931AB"
+ item: {
+ Count: 1b
+ id: "sophisticatedstorage:netherite_barrel"
+ tag: {
+ accentColor: 16383998
+ mainColor: 16383998
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "414BDBE999CBB24B"
+ item: {
+ Count: 1b
+ id: "sophisticatedstorage:limited_netherite_barrel_4"
+ tag: {
+ woodType: "oak"
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "427BAB062D0F0C24"
+ item: {
+ Count: 1b
+ id: "sophisticatedstorage:netherite_chest"
+ tag: {
+ woodType: "oak"
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "7E35887EB7D7646F"
+ item: {
+ Count: 1b
+ id: "sophisticatedstorage:netherite_shulker_box"
+ tag: {
+ accentColor: 16383998
+ mainColor: 16383998
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Challenge: Too Many Chests"
+ x: 2.5d
+ y: -6.0d
+ }
+ {
+ dependencies: [
+ "0430A5349F4B06A8"
+ "0EF218EB24BCC487"
+ "629A6257109536AB"
+ ]
+ icon: "minecraft:ender_chest"
+ id: "6428AF7E62AC7FA9"
+ rewards: [
+ {
+ command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achived Professional Hoarder\"}]}"
+ elevate_perms: true
+ icon: "minecraft:cookie"
+ id: "4B4093F03AC14A41"
+ title: "Click here to brag"
+ type: "command"
+ }
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6937B10EF0E96632"
+ silent: true
+ title: "750 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 6
+ id: "4BC2120BF612C79C"
+ item: "lightmanscurrency:coin_diamond"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "42A93AE6423DC86D"
+ item: "simplehats:policebucket"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ size: 2.0d
+ subtitle: "Complete all challenges"
+ tasks: [{
+ id: "7FAAD1441DAB60C3"
+ type: "checkmark"
+ }]
+ title: "Achievement: Professional Hoarder"
+ x: 0.0d
+ y: -8.5d
+ }
+ ]
+ title: "Storage Solutions"
+}
diff --git a/config/ftbquests/quests/chapters/test.snbt b/config/ftbquests/quests/chapters/test.snbt
index d04901d..de69871 100644
--- a/config/ftbquests/quests/chapters/test.snbt
+++ b/config/ftbquests/quests/chapters/test.snbt
@@ -1,1124 +1,1124 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: ""
- filename: "test"
- group: "5F2CCE8075FCC994"
- icon: "create:wrench"
- id: "6F17245E85C1BA37"
- order_index: 2
- quest_links: [ ]
- quests: [
- {
- description: [
- "Create allows you to create contraptions with any functionality you can imagine as well as various tools and automation methods. The key to Create is the use of &ePondering.&r &eHold W on any Create item&r and a tutorial will appear explaining the usage of the item and how you can modify it."
- ""
- "&eRotational Force&r is the method of power generation. Speed refers to how quickly a rotational component is spinning; it is measured in &eRotations Per Minute (RPM)&r."
- ""
- "&eKinetic Stress&r is the amount of energy mechanical components need to run and is shared across all components that are connected together in a network; it is measured in &eStress Units (SU)&r. "
- ""
- "&eMechanical components&r utilize a certain amount of the SU available to the network depending on their type and the &espeed&r they're working at. If more Stress Units are used than are available to the network, it will become &eoverstressed&r and stop entirely until more stress capacity is added or stress-generating components are &eremoved.&r"
- ""
- "To start with Create, you'll need a lot of &eAndesite Alloys&r."
- ]
- id: "254A50C8BEF60CA4"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3CBCA22E364C86B2"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- size: 1.0d
- subtitle: "Obtain one of each"
- tasks: [{
- id: "3E5F37FF97607A8F"
- item: "create:andesite_alloy"
- type: "item"
- }]
- title: "Create Introduction"
- x: -1.0d
- y: -0.5d
- }
- {
- dependencies: ["254A50C8BEF60CA4"]
- description: [
- "Create uses &eRotational Force&r, which is used to power various kinetic appliances such as the Mechanical Press, Mechanical Mixer, and multiple Contraption anchors. Rotational Force can be generated by Generators such as:"
- ""
- "&eHand Cranks:&r Requires holding right click on it, Kinetic Stress capacity &e8x RPM&r, &enegligent amount&r of Rotational Force. Drains &ehunger&r."
- ""
- "&eWater Wheel:&r Generates RF when water flows over it, Kinetic Stress capacity &e256 SU&r, Rotational Speed generated &e8 RPM&r, can connect Water Wheels."
- ""
- "&eLarge Water Wheel: &rSame as Water Wheel but has Kinetic Stress capacity at &e512 SU&r and generates &e4 RPM&r of Rotational Speed"
- ""
- "&eWindmill Bearing: &rRequires at least &e8&r sail blocks, every &e8&r blocks increases RPM by &e1 and 512 SU&r"
- ""
- "&eSteam Engine:&r Requires heat and water as fuel, Kinetic Stress capacity &e2,048 or 16,384 SU&r, Rotational Speed generated &e16 or 64 RPM&r"
- ""
- "Your best bet is making a Windmill or 4 connected Water Wheels."
- ]
- id: "49F5E3B3E417D0CB"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6F53B7BF45DAA0B8"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Create one Hand Crank"
- tasks: [{
- id: "5E14944162005D47"
- item: "create:hand_crank"
- type: "item"
- }]
- title: "Power Generation"
- x: -2.5d
- y: -0.5d
- }
- {
- dependencies: ["49F5E3B3E417D0CB"]
- description: [
- "The &eMechanical Press&r is a mechanical component that applies Pressing, Packing, and Compacting recipes to items below it. It is an important early-game item, as it is used to press Ingots into Sheets, which are important ingredients for higher-level components. It processes items faster when it receives faster rotational power."
- ""
- "When placed &eone space above&r any block, it will process all valid items on the block when given rotational power. Items with no pressing recipe are unaffected."
- ]
- id: "7DE00790C1A0C674"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "18A3D67F414C1556"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "5E8917EEC05007E5"
- item: "create:mechanical_press"
- type: "item"
- }
- {
- id: "412A7FA92B620E36"
- item: "create:copper_sheet"
- type: "item"
- }
- {
- id: "21180310B9AADF20"
- item: "create:iron_sheet"
- type: "item"
- }
- ]
- title: "Pressing Ingots"
- x: -4.0d
- y: -0.5d
- }
- {
- dependencies: ["073179AA10E9BDE0"]
- description: [
- "The &eMechanical Mixer&r is a mechanical component that applies &eMixing recipes&r and shapeless Crafting recipes to items in Basins."
- ""
- "The Mixer requires a minimum rotational speed of &e32 RPM&r from its power source to work. Mixers will process ingredients faster the more speed it is given."
- ""
- "To work, a Mixer must be placed directly above a &eBasin,&r with a 1 block gap. When a valid recipe is inserted by throwing the ingredients in the Basin, the Mixer will automatically combine the ingredients."
- ""
- "All Brewing recipes can be made &eautomatically&r using the Mechanical Mixer by inserting the required items and fluids into the Basin under the mixer. Brewing recipes require heating with a &eBlaze Burner&r."
- ]
- id: "66CB8DB7A1232C28"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0B9BA92942C590F3"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Mechanical Mixer"
- tasks: [
- {
- id: "2918706B36398FA0"
- item: "create:mechanical_mixer"
- type: "item"
- }
- {
- id: "7CFDB965639B584C"
- item: "create:basin"
- type: "item"
- }
- {
- id: "08EB830C4EA92144"
- item: "create:brass_ingot"
- type: "item"
- }
- ]
- title: "Mixing Ingredients"
- x: -1.0d
- y: -2.0d
- }
- {
- dependencies: ["25C866B12C51A4CA"]
- description: [
- "&eBlaze Burners &rare a heating component that is required for certain &eMixing&r recipes. They can be used for heating &eSteam Engines, Bulk Smoking, Bulk Smelting&r, and as a decorative &elight source&r."
- ""
- "Blaze Burners must have &eBlazes&r in them to function. To put a Blaze in an Empty Blaze Burner, &eright-click on a Blaze&r while holding an Empty Blaze Burner. Alternatively, an Empty Blaze Burner can be filled by clicking on a Blaze Spawner. "
- ""
- "Right-clicking a Blaze Burner with any item that can be used as &eFurnace fuel&r will temporarily put it in a &eHeated state&r. Right-clicking a Blaze Burner with a Blaze Cake will temporarily put it in a Super-Heated state."
- ""
- "&ePhase 1&r — &eSmouldering&r — Does not provide any heat for mixing, but provides the \"passive\" heat level for boilers "
- ""
- "&ePhase 2 &r— &eHeated&r — Enables recipes that require heating. Lasts for the fuel's burn time and provides 1 heating level to Steam Engines per Blaze Burner"
- ""
- "&ePhase 3&r — &eSuper-Heated/Seething&r — Enables every Mixing recipe and provides 2 heating levels to Steam Engines per Blaze Burner. Only achievable using the Blaze Cake. Always lasts for 160 seconds."
- ]
- id: "073179AA10E9BDE0"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "6C47E696887FDA11"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Blaze Burner"
- tasks: [{
- id: "0A28ED60B5E9A3E5"
- item: "create:blaze_burner"
- type: "item"
- }]
- title: "Heat"
- x: -2.5d
- y: -2.0d
- }
- {
- dependencies: ["66CB8DB7A1232C28"]
- description: ["The &eMillstone&r is capable of applying milling recipes to any valid items inserted from above."]
- id: "129084A3239BE154"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3AB625A92C3320B8"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Millstone"
- tasks: [{
- id: "6032127CA0F295F3"
- item: "create:millstone"
- type: "item"
- }]
- x: -1.0d
- y: -3.5d
- }
- {
- dependencies: ["129084A3239BE154"]
- description: [
- "&eBrass Casings&r are required for a multitude of recipes and can be made by &eplacing stripped logs&r on the ground and right clicking &eBrass&r Ingots onto them."
- ""
- "&eMechanical Crafters&r are machines that can &eautomatically craft items&r. Right click the front of a Mechanical Crafter with a &eWrench&r to change the &edirection&r it sends items during crafting. The Mechanical Crafters are only &econnected&r by this &epath.&r The Path required for advanced items is, from the outer edges, all items meet in the &emiddle and go down&r. "
- ]
- id: "2026A2073058B7BA"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4650C9E22E59E22C"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft 21 of each"
- tasks: [
- {
- count: 21L
- id: "5BA734ABBCE8BFD1"
- item: "create:brass_casing"
- type: "item"
- }
- {
- count: 21L
- id: "211A2B675D80D9C2"
- item: "create:mechanical_crafter"
- type: "item"
- }
- ]
- title: "Mechanical Crafters"
- x: -2.5d
- y: -3.5d
- }
- {
- dependencies: ["7DE00790C1A0C674"]
- description: [
- "The &eWrench&r is a tool used to rotate, dismantle and configure components."
- ""
- "Using a Wrench on a component will &erotate&r the component around the face with which you interacted."
- ""
- "Using a Wrench on a component, redstone component, rail or vanilla rail variant will &edismantle&r it and place it in your inventory. Any block which can be rotated or otherwise interacted with using right click must be dismantled &ewhile sneaking&r."
- ""
- "&eSand Paper&r is a tool used solely to create &ePolished Rose Quartz&r."
- ""
- "To use Sand Paper, hold it in the offhand, and Rose Quartz in the main hand. The quartz will get &epolished,&r and drop on the ground. One durability will be used off the paper."
- ""
- "&eEngineer's Goggles&r are a wearable item that allow the user to see more details about placed machines."
- ]
- id: "25C866B12C51A4CA"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "30C77EA1CB2BBB8C"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Wrench"
- tasks: [
- {
- id: "133709AB4DDEB0A9"
- item: "create:wrench"
- type: "item"
- }
- {
- id: "549BA1690CAC23CB"
- item: {
- Count: 1b
- id: "create:sand_paper"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- {
- id: "2AE80DC821BD021B"
- item: "create:goggles"
- type: "item"
- }
- ]
- title: "Create Tools"
- x: -4.0d
- y: -2.0d
- }
- {
- dependencies: ["2026A2073058B7BA"]
- description: [
- "&eCrushing Wheels&r are the more advanced version of the Millstone. It applies &eCrushing recipes&r to any items inserted from the direction they are spinning away from."
- ""
- "&eCrushing Wheels &rcan be automated by placing a &ehopper&r at the top directly between the wheels and either a depot or conveyor belt &ebelow.&r Materials will be fed through the top hopper."
- ""
- "&eTwo&r Crushing Wheels must be placed next to each other horizontally or vertically one block apart. Both wheels must be given &eopposite rotational force&r. Any items to be crushed must be inserted where the wheels rotate &einwards.&r"
- ]
- id: "5662AA4590EEE42E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3EDD7D0488F1293F"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft two Crushing Wheels"
- tasks: [{
- count: 2L
- id: "49C68BEA495A8758"
- item: "create:crushing_wheel"
- type: "item"
- }]
- title: "Crushing Wheels"
- x: -4.0d
- y: -3.5d
- }
- {
- dependencies: ["56468120F492B758"]
- description: [
- "The &eDeployer&r simulates &eplayer actions&r on blocks or entities exactly 2 blocks away from it. It can be given items to use with machines or by &eright clicking&r the items into the hand."
- ""
- "The Deployer simulates right clicks by default. It can be &eadjusted&r to left click instead by right clicking the front with a &eWrench&r. While in left-click mode, the Deployer can use &enormal tools&r, such as pickaxes and swords. The tools will behave as if the player was holding them, including mobs &edropping&r items when &eslain&r by a Deployer."
- ]
- id: "4C4C308E6EF8DD65"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "072ED3DE57CC602A"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Deployer"
- tasks: [{
- id: "007D8905B98010A7"
- item: "create:deployer"
- type: "item"
- }]
- x: -1.0d
- y: -5.0d
- }
- {
- dependencies: ["68D01C48223D150C"]
- description: [
- "&eMechanical Drills&r are moved by &eContraptions&r and will &ebreak&r blocks and &edamage&r entities with which it collides &ewithout needing&r a direct supply of &eRotational Force&r."
- ""
- "&eMechanical Saws&r are powered through &eRotational Force&r, and when they will &eautomatically chop down&r wood blocks in front of them. When chopping down a tree or giant mushroom, it will &eautomatically destroy the entire tree&r by only destroying the bottom-most block."
- ""
- "The &eMechanical Harvester&r will harvest all &emature crops it comes in contact with&r while moving forward."
- ]
- id: "56468120F492B758"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "2E060E15D05B33CA"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "59678986E7EC0E9A"
- item: "create:mechanical_drill"
- type: "item"
- }
- {
- id: "34EF883D7B5295FD"
- item: "create:mechanical_saw"
- type: "item"
- }
- {
- id: "7C07CF1E5118BB90"
- item: "create:mechanical_harvester"
- type: "item"
- }
- ]
- title: "Mechanical Tools"
- x: -2.5d
- y: -5.0d
- }
- {
- dependencies: ["5662AA4590EEE42E"]
- description: [
- "&eContraptions&r are entities that appear as &ecustomizable moving structures&r. They are created when a &eMovement Anchor&r, such as Mechanical Pistons or Cart Assemblers, are activated and the attached blocks are assembled into a Contraption. Most Movement Anchors will activate when given &eRotational Force&r and disassemble back into blocks when not receiving power or when the Contraption is unable to move. Others are activated manually or by Redstone. Most anchors have Movement Modes that change the conditions for when they disassemble."
- ""
- "Each Movement Anchor has at least &eone sticky side&r and can move at least one block with no extra utilities. Utilities to attach items to a Contraption, like &eSuper Glue&r, are the safest option."
- ""
- "Contraptions can be used for a variety of purposes such as &emass land development, mining, automatic farms, and even flying machines&r."
- ]
- id: "68D01C48223D150C"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4794B9B606B284EC"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "2096B111A3198E9E"
- item: "create:mechanical_bearing"
- type: "item"
- }
- {
- id: "70CA6AC14F9357E0"
- item: {
- Count: 1b
- id: "create:super_glue"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }
- ]
- title: "Contraptions"
- x: -4.0d
- y: -5.0d
- }
- {
- dependencies: ["4C4C308E6EF8DD65"]
- description: [
- "The &eEncased Fan&r is a mechanical component that can create &eair streams&r. Encased Fans are used for &emoving entities, vertical transport of items, Bulk Washing, Bulk Blasting, Bulk Haunting, and Bulk Smoking&r."
- ""
- "When the air stream of an Encased Fan passes through certain blocks, the air stream downstream will apply the &erespective processing&r to items."
- ""
- "&eWater: &rBulk Washing, for certain recipes"
- ""
- "&eFire:&r Bulk Smoking, will apply any recipe that can be applied in Smokers"
- ""
- "&eLava:&r Bulk Blasting, will apply any recipe that can be applied in Furnaces"
- ""
- "&eSoul Fire:&r Bulk Haunting, will apply certain recipes"
- ]
- id: "28DDDEB0FE7A7C78"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "754D9A23FC034B5B"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [{
- id: "54EDCBA2A42F0D0B"
- item: "create:encased_fan"
- type: "item"
- }]
- title: "Bulk Item Processing"
- x: -1.0d
- y: -6.5d
- }
- {
- dependencies: ["28DDDEB0FE7A7C78"]
- description: [
- "&eSequenced Assembly&r is a mechanic that simulates a &efactory line&r for precision crafting."
- ""
- "Sequenced Assembly starts with a &ebase item&r. The item passes ðrough or under&r machines like Deployers and Mechanical Saws via &eDepots or Mechanical Belts&r to create an incomplete item. The incomplete item needs to pass through the &enext stages&r of crafting and may need to repeat the whole process&e multiple times &rdepending on the item being crafted."
- ]
- id: "369D5B4127B62C4E"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "250F2BB7681EFB61"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each through Sequenced Assembly"
- tasks: [{
- id: "4003344DAB1C4977"
- item: "create:precision_mechanism"
- type: "item"
- }]
- title: "Sequenced Assembly"
- x: -2.5d
- y: -6.5d
- }
- {
- dependencies: ["369D5B4127B62C4E"]
- description: ["&eTrains&r are Contraptions that travel on &eTrain Tracks&r. They can be controlled by players riding on the train, can go through &eunloaded chunks&r even when unmanned, and can pass through Nether Portals. There are many &ecomponents&r to a train, but the bare minimum is listed here. Use &ePonder&r on each component to plan out your train."]
- id: "3D129C4EAF28C4CD"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "665B9427035ED059"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one of each"
- tasks: [
- {
- id: "7B823ABBB1A80297"
- item: "create:track"
- type: "item"
- }
- {
- id: "2A6B7A6E133F522B"
- item: "create:track_station"
- type: "item"
- }
- {
- id: "206C659037CE96EF"
- item: "create:railway_casing"
- type: "item"
- }
- {
- id: "39AE5148745FAE96"
- item: "create:controls"
- type: "item"
- }
- ]
- title: "Trains"
- x: -4.0d
- y: -6.5d
- }
- {
- dependencies: ["3D129C4EAF28C4CD"]
- id: "19BA285D124C8A60"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5ED7481757CC256A"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 5
- id: "43EE88473B502878"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "5A8B827110606188"
- item: "simplehats:lightning_eyes"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit each amount per item"
- tasks: [
- {
- consume_items: true
- count: 256L
- id: "36467E97F7646784"
- item: "create:polished_rose_quartz"
- type: "item"
- }
- {
- consume_items: true
- count: 64L
- id: "7D94E14E7D577C4E"
- item: "create:experience_block"
- type: "item"
- }
- {
- consume_items: true
- count: 128L
- id: "6E4D44E346ABD082"
- item: "create:brass_ingot"
- type: "item"
- }
- {
- consume_items: true
- count: 64L
- id: "039E248F8920816B"
- item: "create:track"
- type: "item"
- }
- {
- consume_items: true
- count: 32L
- id: "3EA88F3FAFF3B57F"
- item: "create:sturdy_sheet"
- type: "item"
- }
- {
- consume_items: true
- count: 16L
- id: "0537F1E70806A250"
- item: "create:precision_mechanism"
- type: "item"
- }
- ]
- title: "Challenge: Automation Expert"
- x: -2.5d
- y: -8.5d
- }
- {
- dependencies: ["3D129C4EAF28C4CD"]
- id: "04D7192086F5C0D2"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "5C1AA308B37D0AC1"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 5
- id: "736D80E1B6E04BE8"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "1ACE25CB0487AF8C"
- item: "simplehats:dwarfminerbeard"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit each amount per item"
- tasks: [
- {
- consume_items: true
- count: 512L
- id: "5E19DE19045292EC"
- item: "minecraft:iron_ingot"
- type: "item"
- }
- {
- consume_items: true
- count: 512L
- id: "6C96983092A6D0CE"
- item: "minecraft:gold_ingot"
- type: "item"
- }
- {
- consume_items: true
- count: 256L
- id: "2FB9DE5317227BA1"
- item: "minecraft:diamond"
- type: "item"
- }
- {
- consume_items: true
- count: 1250L
- id: "5304843304426EEC"
- item: "minecraft:copper_ingot"
- type: "item"
- }
- {
- consume_items: true
- count: 512L
- id: "44EAE4BCD559B254"
- item: "minecraft:coal"
- type: "item"
- }
- ]
- title: "Challenge: Mining Facility Operator"
- x: -0.5d
- y: -8.5d
- }
- {
- dependencies: ["3D129C4EAF28C4CD"]
- id: "1BC812418793C0F7"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "295820F7E6AF06FA"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 5
- id: "56AF39992811602C"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "1C8D07C4FAB89FB1"
- item: "simplehats:zigzagwitchhat"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Submit 128 of each"
- tasks: [
- {
- consume_items: true
- count: 128L
- id: "27BD6CA437131E79"
- item: {
- Count: 1b
- id: "minecraft:splash_potion"
- tag: {
- Potion: "minecraft:strong_healing"
- }
- }
- type: "item"
- }
- {
- consume_items: true
- count: 128L
- id: "3ECF837143E873E7"
- item: {
- Count: 1b
- id: "minecraft:splash_potion"
- tag: {
- Potion: "minecraft:strong_harming"
- }
- }
- type: "item"
- }
- {
- consume_items: true
- count: 128L
- id: "01629342560FAB29"
- item: {
- Count: 1b
- id: "minecraft:splash_potion"
- tag: {
- Potion: "minecraft:strong_strength"
- }
- }
- type: "item"
- }
- {
- consume_items: true
- count: 128L
- id: "44D386F0351261D3"
- item: {
- Count: 1b
- id: "minecraft:splash_potion"
- tag: {
- Potion: "minecraft:strong_swiftness"
- }
- }
- type: "item"
- }
- ]
- title: "Challenge: Brewmaster"
- x: -4.5d
- y: -8.5d
- }
- {
- dependencies: [
- "1BC812418793C0F7"
- "19BA285D124C8A60"
- "04D7192086F5C0D2"
- "75DFE0ECB51A2F78"
- ]
- icon: "create:wrench"
- id: "6B9BF00333C417BE"
- rewards: [
- {
- command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved Senior Engineer!\"}]}"
- elevate_perms: true
- icon: "minecraft:cookie"
- id: "1ACAD1C0895B85D9"
- title: "Click here to brag"
- type: "command"
- }
- {
- command: "/mine_and_slash give xp_times_lvl @p 750"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "0AFB79000AB582E8"
- silent: true
- title: "750 Experience x Lv."
- type: "command"
- }
- {
- count: 8
- id: "5A9E66529D0B2B6C"
- item: "lightmanscurrency:coin_diamond"
- title: "Money"
- type: "item"
- }
- {
- id: "24F07DFFB0D1A366"
- item: "simplehats:bigbrain"
- type: "item"
- }
- ]
- shape: "hexagon"
- size: 2.0d
- subtitle: "Complete all challenges"
- tasks: [{
- id: "15A9259734EF9F8E"
- type: "checkmark"
- }]
- title: "Achievement: Natural Engineer"
- x: -2.5d
- y: -11.0d
- }
- {
- description: [
- "&eNature's Aura&r is about &ecollecting, using and replenishing&r the &eAura&r naturally present in the world to create useful devices and unique mechanics. Through a multitude of &erituals and tools&r, you can influence the environment around you."
- ""
- "The &eguide book&r is your primary method of &eprogression&r and information. Chapters will &eunlock naturally&r as you explore the mod."
- ]
- id: "03F2AC77223B7E40"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3752592972DAAC4B"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Book of Natural Aura"
- tasks: [{
- id: "017C0ABE9032E706"
- item: {
- Count: 1b
- id: "patchouli:guide_book"
- tag: {
- "patchouli:book": "naturesaura:book"
- }
- }
- type: "item"
- }]
- title: "Nature's Aura"
- x: 2.0d
- y: -0.5d
- }
- {
- dependencies: ["03F2AC77223B7E40"]
- description: [
- "Craft &eBrilliant Fiber&r and place it on the &ecrown of a tree&r to convert it into a &eBrilliant Tree&r which, when harvested, will drop a few &eGold Leaf&r. These can be turned into &eGolden Powder&r to be used in rituals."
- ""
- "Continually refer to your &eguide book&r as more chapters will unlock and lead you on the right path."
- ]
- id: "0DFAF00714BB1403"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1815992D44CC0CC3"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "0FDFABC254558098"
- item: "naturesaura:gold_fiber"
- type: "item"
- }
- {
- id: "5A9681A65D77133E"
- item: "naturesaura:gold_leaf"
- type: "item"
- }
- {
- id: "50B32C4ADC0ADC64"
- item: "naturesaura:gold_powder"
- type: "item"
- }
- ]
- title: "Starting Out"
- x: 2.0d
- y: -2.0d
- }
- {
- dependencies: ["0DFAF00714BB1403"]
- description: [
- "Use a &eBottle and Cork&r in hand in different dimensions to gather that &edimension's specific Aura&r. Your first ritual requires &eBottled Sunlight&r from the &eOverworld.&r "
- ""
- "The &eRitual of the Forest&r requires &eWooden Stands, an Oak Sapling, and placed Golden Dust&r. Press the &eVisualizer&r button in the related chapter to see what you need to build."
- ""
- "More &eRituals&r will unlock as you progress."
- ]
- id: "423B59E6399ABEAB"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4BDF08DBDC9ECD15"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft a Bottle and Cork"
- tasks: [{
- id: "4CF82204CEF06B67"
- item: "naturesaura:bottle_two_the_rebottling"
- type: "item"
- }]
- title: "First Ritual"
- x: 2.0d
- y: -3.5d
- }
- {
- dependencies: ["423B59E6399ABEAB"]
- description: [
- "As you progress, you will unlock better ways of &eharnessing&r Aura from the environment. The &eNatural Aura&r is your first and is least dangerous as it cannot &eharness more Aura than is already there&r. More advanced methods of harnessing Aura can harness past the natural limits imposed which can have consequences."
- ""
- "You need to be careful. The environment has a tendency to &efight back&r if the Aura is disturbed. If you notice any strange effects or phenomena in &eyourself, animals, and monsters&r around you, you may want to check the &eguide book&r to see what's going on and rebalance the Aura in the environment."
- ]
- id: "21399172BA0EC0CF"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1C0D8C1B207977A2"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft the Natural Altar"
- tasks: [{
- id: "6DFBF80155A234F5"
- item: "naturesaura:nature_altar"
- type: "item"
- }]
- title: "Harnessing Aura"
- x: 2.0d
- y: -5.0d
- }
- {
- dependencies: ["21399172BA0EC0CF"]
- description: ["You'll eventually need to &erestore the Aura&r in your environment. The most basic method is through planting &eAncient Trees&r which, while slow, are a consistent source of Aura."]
- id: "2E1149839943BAFA"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "71F7548E25426A4C"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft an Ancient Sapling"
- tasks: [{
- id: "7F772170B59293FD"
- item: "naturesaura:ancient_sapling"
- type: "item"
- }]
- title: "Restoring Aura"
- x: 2.0d
- y: -6.5d
- }
- {
- dependencies: ["2E1149839943BAFA"]
- id: "75DFE0ECB51A2F78"
- rewards: [
- {
- command: "/mine_and_slash give xp_times_lvl @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4EEF7759CD0084E0"
- silent: true
- title: "500 Experience x Lv."
- type: "command"
- }
- {
- count: 5
- id: "4B38E6D6F32CC2EF"
- item: "lightmanscurrency:coin_emerald"
- title: "Money"
- type: "item"
- }
- {
- id: "5613C054ED6D6FBF"
- item: "simplehats:unicornhorn"
- type: "item"
- }
- ]
- shape: "diamond"
- size: 1.5d
- subtitle: "Obtain one of each"
- tasks: [
- {
- id: "1C80D39D7EA53326"
- item: "naturesaura:token_joy"
- type: "item"
- }
- {
- id: "1A41E443401189CD"
- item: "naturesaura:token_fear"
- type: "item"
- }
- {
- id: "55B2889E761D149C"
- item: "naturesaura:token_anger"
- type: "item"
- }
- {
- id: "0DE767A8D04F0B00"
- item: "naturesaura:token_sorrow"
- type: "item"
- }
- {
- id: "73945492F982FAF8"
- item: "naturesaura:token_euphoria"
- type: "item"
- }
- {
- id: "6537F2E1D5D90935"
- item: "naturesaura:token_terror"
- type: "item"
- }
- {
- id: "067E7458D9633796"
- item: "naturesaura:token_rage"
- type: "item"
- }
- {
- id: "2C9D3AE20CA4767E"
- item: "naturesaura:token_grief"
- type: "item"
- }
- {
- id: "0F4C49EBF4F5D684"
- item: "naturesaura:break_prevention"
- type: "item"
- }
- {
- id: "400260D925219110"
- item: "naturesaura:pet_reviver"
- type: "item"
- }
- ]
- title: "Challenge: Beyond The Limits"
- x: 2.0d
- y: -8.5d
- }
- {
- description: [
- "&eChunk Loaders&r allow you to keep areas loaded at all times. This is useful certain activities such as MineColonies, automation, and crops will continue to process/grow even while you're away from the area."
- ""
- "There are 4 different types of Chunk Loaders:"
- "&8Single Chunk Loader&r - 1 Chunk"
- "Basic Chunk Loader - 3x3 Chunks"
- "&eAdvanced Chunk Loader&r - 5x5 Chunks"
- "&bUltimate Chunk Loader&r - 7x7 Chunks"
- ""
- "&eYou can view the Chunk Loader map with Default Key: \"&cF8&r&e\".&r"
- ]
- id: "4CAF49FF4EF1D032"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give xp_times_lvl @p 100"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4629593A99491F1E"
- silent: true
- title: "100 Experience x Lv."
- type: "command"
- }]
- subtitle: "Craft one Basic Chunk Loader"
- tasks: [{
- id: "79183CB9BE4244B7"
- item: "chunkloaders:basic_chunk_loader"
- type: "item"
- }]
- x: 0.5d
- y: -0.5d
- }
- ]
- title: "Technology"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: ""
+ filename: "test"
+ group: "5F2CCE8075FCC994"
+ icon: "create:wrench"
+ id: "6F17245E85C1BA37"
+ order_index: 2
+ quest_links: [ ]
+ quests: [
+ {
+ description: [
+ "Create allows you to create contraptions with any functionality you can imagine as well as various tools and automation methods. The key to Create is the use of &ePondering.&r &eHold W on any Create item&r and a tutorial will appear explaining the usage of the item and how you can modify it."
+ ""
+ "&eRotational Force&r is the method of power generation. Speed refers to how quickly a rotational component is spinning; it is measured in &eRotations Per Minute (RPM)&r."
+ ""
+ "&eKinetic Stress&r is the amount of energy mechanical components need to run and is shared across all components that are connected together in a network; it is measured in &eStress Units (SU)&r. "
+ ""
+ "&eMechanical components&r utilize a certain amount of the SU available to the network depending on their type and the &espeed&r they're working at. If more Stress Units are used than are available to the network, it will become &eoverstressed&r and stop entirely until more stress capacity is added or stress-generating components are &eremoved.&r"
+ ""
+ "To start with Create, you'll need a lot of &eAndesite Alloys&r."
+ ]
+ id: "254A50C8BEF60CA4"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3CBCA22E364C86B2"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ size: 1.0d
+ subtitle: "Obtain one of each"
+ tasks: [{
+ id: "3E5F37FF97607A8F"
+ item: "create:andesite_alloy"
+ type: "item"
+ }]
+ title: "Create Introduction"
+ x: -1.0d
+ y: -0.5d
+ }
+ {
+ dependencies: ["254A50C8BEF60CA4"]
+ description: [
+ "Create uses &eRotational Force&r, which is used to power various kinetic appliances such as the Mechanical Press, Mechanical Mixer, and multiple Contraption anchors. Rotational Force can be generated by Generators such as:"
+ ""
+ "&eHand Cranks:&r Requires holding right click on it, Kinetic Stress capacity &e8x RPM&r, &enegligent amount&r of Rotational Force. Drains &ehunger&r."
+ ""
+ "&eWater Wheel:&r Generates RF when water flows over it, Kinetic Stress capacity &e256 SU&r, Rotational Speed generated &e8 RPM&r, can connect Water Wheels."
+ ""
+ "&eLarge Water Wheel: &rSame as Water Wheel but has Kinetic Stress capacity at &e512 SU&r and generates &e4 RPM&r of Rotational Speed"
+ ""
+ "&eWindmill Bearing: &rRequires at least &e8&r sail blocks, every &e8&r blocks increases RPM by &e1 and 512 SU&r"
+ ""
+ "&eSteam Engine:&r Requires heat and water as fuel, Kinetic Stress capacity &e2,048 or 16,384 SU&r, Rotational Speed generated &e16 or 64 RPM&r"
+ ""
+ "Your best bet is making a Windmill or 4 connected Water Wheels."
+ ]
+ id: "49F5E3B3E417D0CB"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6F53B7BF45DAA0B8"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Create one Hand Crank"
+ tasks: [{
+ id: "5E14944162005D47"
+ item: "create:hand_crank"
+ type: "item"
+ }]
+ title: "Power Generation"
+ x: -2.5d
+ y: -0.5d
+ }
+ {
+ dependencies: ["49F5E3B3E417D0CB"]
+ description: [
+ "The &eMechanical Press&r is a mechanical component that applies Pressing, Packing, and Compacting recipes to items below it. It is an important early-game item, as it is used to press Ingots into Sheets, which are important ingredients for higher-level components. It processes items faster when it receives faster rotational power."
+ ""
+ "When placed &eone space above&r any block, it will process all valid items on the block when given rotational power. Items with no pressing recipe are unaffected."
+ ]
+ id: "7DE00790C1A0C674"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "18A3D67F414C1556"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "5E8917EEC05007E5"
+ item: "create:mechanical_press"
+ type: "item"
+ }
+ {
+ id: "412A7FA92B620E36"
+ item: "create:copper_sheet"
+ type: "item"
+ }
+ {
+ id: "21180310B9AADF20"
+ item: "create:iron_sheet"
+ type: "item"
+ }
+ ]
+ title: "Pressing Ingots"
+ x: -4.0d
+ y: -0.5d
+ }
+ {
+ dependencies: ["073179AA10E9BDE0"]
+ description: [
+ "The &eMechanical Mixer&r is a mechanical component that applies &eMixing recipes&r and shapeless Crafting recipes to items in Basins."
+ ""
+ "The Mixer requires a minimum rotational speed of &e32 RPM&r from its power source to work. Mixers will process ingredients faster the more speed it is given."
+ ""
+ "To work, a Mixer must be placed directly above a &eBasin,&r with a 1 block gap. When a valid recipe is inserted by throwing the ingredients in the Basin, the Mixer will automatically combine the ingredients."
+ ""
+ "All Brewing recipes can be made &eautomatically&r using the Mechanical Mixer by inserting the required items and fluids into the Basin under the mixer. Brewing recipes require heating with a &eBlaze Burner&r."
+ ]
+ id: "66CB8DB7A1232C28"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0B9BA92942C590F3"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Mechanical Mixer"
+ tasks: [
+ {
+ id: "2918706B36398FA0"
+ item: "create:mechanical_mixer"
+ type: "item"
+ }
+ {
+ id: "7CFDB965639B584C"
+ item: "create:basin"
+ type: "item"
+ }
+ {
+ id: "08EB830C4EA92144"
+ item: "create:brass_ingot"
+ type: "item"
+ }
+ ]
+ title: "Mixing Ingredients"
+ x: -1.0d
+ y: -2.0d
+ }
+ {
+ dependencies: ["25C866B12C51A4CA"]
+ description: [
+ "&eBlaze Burners &rare a heating component that is required for certain &eMixing&r recipes. They can be used for heating &eSteam Engines, Bulk Smoking, Bulk Smelting&r, and as a decorative &elight source&r."
+ ""
+ "Blaze Burners must have &eBlazes&r in them to function. To put a Blaze in an Empty Blaze Burner, &eright-click on a Blaze&r while holding an Empty Blaze Burner. Alternatively, an Empty Blaze Burner can be filled by clicking on a Blaze Spawner. "
+ ""
+ "Right-clicking a Blaze Burner with any item that can be used as &eFurnace fuel&r will temporarily put it in a &eHeated state&r. Right-clicking a Blaze Burner with a Blaze Cake will temporarily put it in a Super-Heated state."
+ ""
+ "&ePhase 1&r — &eSmouldering&r — Does not provide any heat for mixing, but provides the \"passive\" heat level for boilers "
+ ""
+ "&ePhase 2 &r— &eHeated&r — Enables recipes that require heating. Lasts for the fuel's burn time and provides 1 heating level to Steam Engines per Blaze Burner"
+ ""
+ "&ePhase 3&r — &eSuper-Heated/Seething&r — Enables every Mixing recipe and provides 2 heating levels to Steam Engines per Blaze Burner. Only achievable using the Blaze Cake. Always lasts for 160 seconds."
+ ]
+ id: "073179AA10E9BDE0"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "6C47E696887FDA11"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Blaze Burner"
+ tasks: [{
+ id: "0A28ED60B5E9A3E5"
+ item: "create:blaze_burner"
+ type: "item"
+ }]
+ title: "Heat"
+ x: -2.5d
+ y: -2.0d
+ }
+ {
+ dependencies: ["66CB8DB7A1232C28"]
+ description: ["The &eMillstone&r is capable of applying milling recipes to any valid items inserted from above."]
+ id: "129084A3239BE154"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3AB625A92C3320B8"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Millstone"
+ tasks: [{
+ id: "6032127CA0F295F3"
+ item: "create:millstone"
+ type: "item"
+ }]
+ x: -1.0d
+ y: -3.5d
+ }
+ {
+ dependencies: ["129084A3239BE154"]
+ description: [
+ "&eBrass Casings&r are required for a multitude of recipes and can be made by &eplacing stripped logs&r on the ground and right clicking &eBrass&r Ingots onto them."
+ ""
+ "&eMechanical Crafters&r are machines that can &eautomatically craft items&r. Right click the front of a Mechanical Crafter with a &eWrench&r to change the &edirection&r it sends items during crafting. The Mechanical Crafters are only &econnected&r by this &epath.&r The Path required for advanced items is, from the outer edges, all items meet in the &emiddle and go down&r. "
+ ]
+ id: "2026A2073058B7BA"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4650C9E22E59E22C"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft 21 of each"
+ tasks: [
+ {
+ count: 21L
+ id: "5BA734ABBCE8BFD1"
+ item: "create:brass_casing"
+ type: "item"
+ }
+ {
+ count: 21L
+ id: "211A2B675D80D9C2"
+ item: "create:mechanical_crafter"
+ type: "item"
+ }
+ ]
+ title: "Mechanical Crafters"
+ x: -2.5d
+ y: -3.5d
+ }
+ {
+ dependencies: ["7DE00790C1A0C674"]
+ description: [
+ "The &eWrench&r is a tool used to rotate, dismantle and configure components."
+ ""
+ "Using a Wrench on a component will &erotate&r the component around the face with which you interacted."
+ ""
+ "Using a Wrench on a component, redstone component, rail or vanilla rail variant will &edismantle&r it and place it in your inventory. Any block which can be rotated or otherwise interacted with using right click must be dismantled &ewhile sneaking&r."
+ ""
+ "&eSand Paper&r is a tool used solely to create &ePolished Rose Quartz&r."
+ ""
+ "To use Sand Paper, hold it in the offhand, and Rose Quartz in the main hand. The quartz will get &epolished,&r and drop on the ground. One durability will be used off the paper."
+ ""
+ "&eEngineer's Goggles&r are a wearable item that allow the user to see more details about placed machines."
+ ]
+ id: "25C866B12C51A4CA"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "30C77EA1CB2BBB8C"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Wrench"
+ tasks: [
+ {
+ id: "133709AB4DDEB0A9"
+ item: "create:wrench"
+ type: "item"
+ }
+ {
+ id: "549BA1690CAC23CB"
+ item: {
+ Count: 1b
+ id: "create:sand_paper"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ {
+ id: "2AE80DC821BD021B"
+ item: "create:goggles"
+ type: "item"
+ }
+ ]
+ title: "Create Tools"
+ x: -4.0d
+ y: -2.0d
+ }
+ {
+ dependencies: ["2026A2073058B7BA"]
+ description: [
+ "&eCrushing Wheels&r are the more advanced version of the Millstone. It applies &eCrushing recipes&r to any items inserted from the direction they are spinning away from."
+ ""
+ "&eCrushing Wheels &rcan be automated by placing a &ehopper&r at the top directly between the wheels and either a depot or conveyor belt &ebelow.&r Materials will be fed through the top hopper."
+ ""
+ "&eTwo&r Crushing Wheels must be placed next to each other horizontally or vertically one block apart. Both wheels must be given &eopposite rotational force&r. Any items to be crushed must be inserted where the wheels rotate &einwards.&r"
+ ]
+ id: "5662AA4590EEE42E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3EDD7D0488F1293F"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft two Crushing Wheels"
+ tasks: [{
+ count: 2L
+ id: "49C68BEA495A8758"
+ item: "create:crushing_wheel"
+ type: "item"
+ }]
+ title: "Crushing Wheels"
+ x: -4.0d
+ y: -3.5d
+ }
+ {
+ dependencies: ["56468120F492B758"]
+ description: [
+ "The &eDeployer&r simulates &eplayer actions&r on blocks or entities exactly 2 blocks away from it. It can be given items to use with machines or by &eright clicking&r the items into the hand."
+ ""
+ "The Deployer simulates right clicks by default. It can be &eadjusted&r to left click instead by right clicking the front with a &eWrench&r. While in left-click mode, the Deployer can use &enormal tools&r, such as pickaxes and swords. The tools will behave as if the player was holding them, including mobs &edropping&r items when &eslain&r by a Deployer."
+ ]
+ id: "4C4C308E6EF8DD65"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "072ED3DE57CC602A"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Deployer"
+ tasks: [{
+ id: "007D8905B98010A7"
+ item: "create:deployer"
+ type: "item"
+ }]
+ x: -1.0d
+ y: -5.0d
+ }
+ {
+ dependencies: ["68D01C48223D150C"]
+ description: [
+ "&eMechanical Drills&r are moved by &eContraptions&r and will &ebreak&r blocks and &edamage&r entities with which it collides &ewithout needing&r a direct supply of &eRotational Force&r."
+ ""
+ "&eMechanical Saws&r are powered through &eRotational Force&r, and when they will &eautomatically chop down&r wood blocks in front of them. When chopping down a tree or giant mushroom, it will &eautomatically destroy the entire tree&r by only destroying the bottom-most block."
+ ""
+ "The &eMechanical Harvester&r will harvest all &emature crops it comes in contact with&r while moving forward."
+ ]
+ id: "56468120F492B758"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "2E060E15D05B33CA"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "59678986E7EC0E9A"
+ item: "create:mechanical_drill"
+ type: "item"
+ }
+ {
+ id: "34EF883D7B5295FD"
+ item: "create:mechanical_saw"
+ type: "item"
+ }
+ {
+ id: "7C07CF1E5118BB90"
+ item: "create:mechanical_harvester"
+ type: "item"
+ }
+ ]
+ title: "Mechanical Tools"
+ x: -2.5d
+ y: -5.0d
+ }
+ {
+ dependencies: ["5662AA4590EEE42E"]
+ description: [
+ "&eContraptions&r are entities that appear as &ecustomizable moving structures&r. They are created when a &eMovement Anchor&r, such as Mechanical Pistons or Cart Assemblers, are activated and the attached blocks are assembled into a Contraption. Most Movement Anchors will activate when given &eRotational Force&r and disassemble back into blocks when not receiving power or when the Contraption is unable to move. Others are activated manually or by Redstone. Most anchors have Movement Modes that change the conditions for when they disassemble."
+ ""
+ "Each Movement Anchor has at least &eone sticky side&r and can move at least one block with no extra utilities. Utilities to attach items to a Contraption, like &eSuper Glue&r, are the safest option."
+ ""
+ "Contraptions can be used for a variety of purposes such as &emass land development, mining, automatic farms, and even flying machines&r."
+ ]
+ id: "68D01C48223D150C"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4794B9B606B284EC"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "2096B111A3198E9E"
+ item: "create:mechanical_bearing"
+ type: "item"
+ }
+ {
+ id: "70CA6AC14F9357E0"
+ item: {
+ Count: 1b
+ id: "create:super_glue"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Contraptions"
+ x: -4.0d
+ y: -5.0d
+ }
+ {
+ dependencies: ["4C4C308E6EF8DD65"]
+ description: [
+ "The &eEncased Fan&r is a mechanical component that can create &eair streams&r. Encased Fans are used for &emoving entities, vertical transport of items, Bulk Washing, Bulk Blasting, Bulk Haunting, and Bulk Smoking&r."
+ ""
+ "When the air stream of an Encased Fan passes through certain blocks, the air stream downstream will apply the &erespective processing&r to items."
+ ""
+ "&eWater: &rBulk Washing, for certain recipes"
+ ""
+ "&eFire:&r Bulk Smoking, will apply any recipe that can be applied in Smokers"
+ ""
+ "&eLava:&r Bulk Blasting, will apply any recipe that can be applied in Furnaces"
+ ""
+ "&eSoul Fire:&r Bulk Haunting, will apply certain recipes"
+ ]
+ id: "28DDDEB0FE7A7C78"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "754D9A23FC034B5B"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [{
+ id: "54EDCBA2A42F0D0B"
+ item: "create:encased_fan"
+ type: "item"
+ }]
+ title: "Bulk Item Processing"
+ x: -1.0d
+ y: -6.5d
+ }
+ {
+ dependencies: ["28DDDEB0FE7A7C78"]
+ description: [
+ "&eSequenced Assembly&r is a mechanic that simulates a &efactory line&r for precision crafting."
+ ""
+ "Sequenced Assembly starts with a &ebase item&r. The item passes ðrough or under&r machines like Deployers and Mechanical Saws via &eDepots or Mechanical Belts&r to create an incomplete item. The incomplete item needs to pass through the &enext stages&r of crafting and may need to repeat the whole process&e multiple times &rdepending on the item being crafted."
+ ]
+ id: "369D5B4127B62C4E"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "250F2BB7681EFB61"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each through Sequenced Assembly"
+ tasks: [{
+ id: "4003344DAB1C4977"
+ item: "create:precision_mechanism"
+ type: "item"
+ }]
+ title: "Sequenced Assembly"
+ x: -2.5d
+ y: -6.5d
+ }
+ {
+ dependencies: ["369D5B4127B62C4E"]
+ description: ["&eTrains&r are Contraptions that travel on &eTrain Tracks&r. They can be controlled by players riding on the train, can go through &eunloaded chunks&r even when unmanned, and can pass through Nether Portals. There are many &ecomponents&r to a train, but the bare minimum is listed here. Use &ePonder&r on each component to plan out your train."]
+ id: "3D129C4EAF28C4CD"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "665B9427035ED059"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one of each"
+ tasks: [
+ {
+ id: "7B823ABBB1A80297"
+ item: "create:track"
+ type: "item"
+ }
+ {
+ id: "2A6B7A6E133F522B"
+ item: "create:track_station"
+ type: "item"
+ }
+ {
+ id: "206C659037CE96EF"
+ item: "create:railway_casing"
+ type: "item"
+ }
+ {
+ id: "39AE5148745FAE96"
+ item: "create:controls"
+ type: "item"
+ }
+ ]
+ title: "Trains"
+ x: -4.0d
+ y: -6.5d
+ }
+ {
+ dependencies: ["3D129C4EAF28C4CD"]
+ id: "19BA285D124C8A60"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5ED7481757CC256A"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 5
+ id: "43EE88473B502878"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "5A8B827110606188"
+ item: "simplehats:lightning_eyes"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit each amount per item"
+ tasks: [
+ {
+ consume_items: true
+ count: 256L
+ id: "36467E97F7646784"
+ item: "create:polished_rose_quartz"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 64L
+ id: "7D94E14E7D577C4E"
+ item: "create:experience_block"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 128L
+ id: "6E4D44E346ABD082"
+ item: "create:brass_ingot"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 64L
+ id: "039E248F8920816B"
+ item: "create:track"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 32L
+ id: "3EA88F3FAFF3B57F"
+ item: "create:sturdy_sheet"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 16L
+ id: "0537F1E70806A250"
+ item: "create:precision_mechanism"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Automation Expert"
+ x: -2.5d
+ y: -8.5d
+ }
+ {
+ dependencies: ["3D129C4EAF28C4CD"]
+ id: "04D7192086F5C0D2"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "5C1AA308B37D0AC1"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 5
+ id: "736D80E1B6E04BE8"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "1ACE25CB0487AF8C"
+ item: "simplehats:dwarfminerbeard"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit each amount per item"
+ tasks: [
+ {
+ consume_items: true
+ count: 512L
+ id: "5E19DE19045292EC"
+ item: "minecraft:iron_ingot"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 512L
+ id: "6C96983092A6D0CE"
+ item: "minecraft:gold_ingot"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 256L
+ id: "2FB9DE5317227BA1"
+ item: "minecraft:diamond"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 1250L
+ id: "5304843304426EEC"
+ item: "minecraft:copper_ingot"
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 512L
+ id: "44EAE4BCD559B254"
+ item: "minecraft:coal"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Mining Facility Operator"
+ x: -0.5d
+ y: -8.5d
+ }
+ {
+ dependencies: ["3D129C4EAF28C4CD"]
+ id: "1BC812418793C0F7"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "295820F7E6AF06FA"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 5
+ id: "56AF39992811602C"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "1C8D07C4FAB89FB1"
+ item: "simplehats:zigzagwitchhat"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Submit 128 of each"
+ tasks: [
+ {
+ consume_items: true
+ count: 128L
+ id: "27BD6CA437131E79"
+ item: {
+ Count: 1b
+ id: "minecraft:splash_potion"
+ tag: {
+ Potion: "minecraft:strong_healing"
+ }
+ }
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 128L
+ id: "3ECF837143E873E7"
+ item: {
+ Count: 1b
+ id: "minecraft:splash_potion"
+ tag: {
+ Potion: "minecraft:strong_harming"
+ }
+ }
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 128L
+ id: "01629342560FAB29"
+ item: {
+ Count: 1b
+ id: "minecraft:splash_potion"
+ tag: {
+ Potion: "minecraft:strong_strength"
+ }
+ }
+ type: "item"
+ }
+ {
+ consume_items: true
+ count: 128L
+ id: "44D386F0351261D3"
+ item: {
+ Count: 1b
+ id: "minecraft:splash_potion"
+ tag: {
+ Potion: "minecraft:strong_swiftness"
+ }
+ }
+ type: "item"
+ }
+ ]
+ title: "Challenge: Brewmaster"
+ x: -4.5d
+ y: -8.5d
+ }
+ {
+ dependencies: [
+ "1BC812418793C0F7"
+ "19BA285D124C8A60"
+ "04D7192086F5C0D2"
+ "75DFE0ECB51A2F78"
+ ]
+ icon: "create:wrench"
+ id: "6B9BF00333C417BE"
+ rewards: [
+ {
+ command: "/tellraw @a {\"text\":\"\",\"color\":\"blue\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has achieved Senior Engineer!\"}]}"
+ elevate_perms: true
+ icon: "minecraft:cookie"
+ id: "1ACAD1C0895B85D9"
+ title: "Click here to brag"
+ type: "command"
+ }
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 750"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "0AFB79000AB582E8"
+ silent: true
+ title: "750 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 8
+ id: "5A9E66529D0B2B6C"
+ item: "lightmanscurrency:coin_diamond"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "24F07DFFB0D1A366"
+ item: "simplehats:bigbrain"
+ type: "item"
+ }
+ ]
+ shape: "hexagon"
+ size: 2.0d
+ subtitle: "Complete all challenges"
+ tasks: [{
+ id: "15A9259734EF9F8E"
+ type: "checkmark"
+ }]
+ title: "Achievement: Natural Engineer"
+ x: -2.5d
+ y: -11.0d
+ }
+ {
+ description: [
+ "&eNature's Aura&r is about &ecollecting, using and replenishing&r the &eAura&r naturally present in the world to create useful devices and unique mechanics. Through a multitude of &erituals and tools&r, you can influence the environment around you."
+ ""
+ "The &eguide book&r is your primary method of &eprogression&r and information. Chapters will &eunlock naturally&r as you explore the mod."
+ ]
+ id: "03F2AC77223B7E40"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3752592972DAAC4B"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Book of Natural Aura"
+ tasks: [{
+ id: "017C0ABE9032E706"
+ item: {
+ Count: 1b
+ id: "patchouli:guide_book"
+ tag: {
+ "patchouli:book": "naturesaura:book"
+ }
+ }
+ type: "item"
+ }]
+ title: "Nature's Aura"
+ x: 2.0d
+ y: -0.5d
+ }
+ {
+ dependencies: ["03F2AC77223B7E40"]
+ description: [
+ "Craft &eBrilliant Fiber&r and place it on the &ecrown of a tree&r to convert it into a &eBrilliant Tree&r which, when harvested, will drop a few &eGold Leaf&r. These can be turned into &eGolden Powder&r to be used in rituals."
+ ""
+ "Continually refer to your &eguide book&r as more chapters will unlock and lead you on the right path."
+ ]
+ id: "0DFAF00714BB1403"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1815992D44CC0CC3"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "0FDFABC254558098"
+ item: "naturesaura:gold_fiber"
+ type: "item"
+ }
+ {
+ id: "5A9681A65D77133E"
+ item: "naturesaura:gold_leaf"
+ type: "item"
+ }
+ {
+ id: "50B32C4ADC0ADC64"
+ item: "naturesaura:gold_powder"
+ type: "item"
+ }
+ ]
+ title: "Starting Out"
+ x: 2.0d
+ y: -2.0d
+ }
+ {
+ dependencies: ["0DFAF00714BB1403"]
+ description: [
+ "Use a &eBottle and Cork&r in hand in different dimensions to gather that &edimension's specific Aura&r. Your first ritual requires &eBottled Sunlight&r from the &eOverworld.&r "
+ ""
+ "The &eRitual of the Forest&r requires &eWooden Stands, an Oak Sapling, and placed Golden Dust&r. Press the &eVisualizer&r button in the related chapter to see what you need to build."
+ ""
+ "More &eRituals&r will unlock as you progress."
+ ]
+ id: "423B59E6399ABEAB"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4BDF08DBDC9ECD15"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft a Bottle and Cork"
+ tasks: [{
+ id: "4CF82204CEF06B67"
+ item: "naturesaura:bottle_two_the_rebottling"
+ type: "item"
+ }]
+ title: "First Ritual"
+ x: 2.0d
+ y: -3.5d
+ }
+ {
+ dependencies: ["423B59E6399ABEAB"]
+ description: [
+ "As you progress, you will unlock better ways of &eharnessing&r Aura from the environment. The &eNatural Aura&r is your first and is least dangerous as it cannot &eharness more Aura than is already there&r. More advanced methods of harnessing Aura can harness past the natural limits imposed which can have consequences."
+ ""
+ "You need to be careful. The environment has a tendency to &efight back&r if the Aura is disturbed. If you notice any strange effects or phenomena in &eyourself, animals, and monsters&r around you, you may want to check the &eguide book&r to see what's going on and rebalance the Aura in the environment."
+ ]
+ id: "21399172BA0EC0CF"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1C0D8C1B207977A2"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft the Natural Altar"
+ tasks: [{
+ id: "6DFBF80155A234F5"
+ item: "naturesaura:nature_altar"
+ type: "item"
+ }]
+ title: "Harnessing Aura"
+ x: 2.0d
+ y: -5.0d
+ }
+ {
+ dependencies: ["21399172BA0EC0CF"]
+ description: ["You'll eventually need to &erestore the Aura&r in your environment. The most basic method is through planting &eAncient Trees&r which, while slow, are a consistent source of Aura."]
+ id: "2E1149839943BAFA"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "71F7548E25426A4C"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft an Ancient Sapling"
+ tasks: [{
+ id: "7F772170B59293FD"
+ item: "naturesaura:ancient_sapling"
+ type: "item"
+ }]
+ title: "Restoring Aura"
+ x: 2.0d
+ y: -6.5d
+ }
+ {
+ dependencies: ["2E1149839943BAFA"]
+ id: "75DFE0ECB51A2F78"
+ rewards: [
+ {
+ command: "/mine_and_slash give xp_times_lvl @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4EEF7759CD0084E0"
+ silent: true
+ title: "500 Experience x Lv."
+ type: "command"
+ }
+ {
+ count: 5
+ id: "4B38E6D6F32CC2EF"
+ item: "lightmanscurrency:coin_emerald"
+ title: "Money"
+ type: "item"
+ }
+ {
+ id: "5613C054ED6D6FBF"
+ item: "simplehats:unicornhorn"
+ type: "item"
+ }
+ ]
+ shape: "diamond"
+ size: 1.5d
+ subtitle: "Obtain one of each"
+ tasks: [
+ {
+ id: "1C80D39D7EA53326"
+ item: "naturesaura:token_joy"
+ type: "item"
+ }
+ {
+ id: "1A41E443401189CD"
+ item: "naturesaura:token_fear"
+ type: "item"
+ }
+ {
+ id: "55B2889E761D149C"
+ item: "naturesaura:token_anger"
+ type: "item"
+ }
+ {
+ id: "0DE767A8D04F0B00"
+ item: "naturesaura:token_sorrow"
+ type: "item"
+ }
+ {
+ id: "73945492F982FAF8"
+ item: "naturesaura:token_euphoria"
+ type: "item"
+ }
+ {
+ id: "6537F2E1D5D90935"
+ item: "naturesaura:token_terror"
+ type: "item"
+ }
+ {
+ id: "067E7458D9633796"
+ item: "naturesaura:token_rage"
+ type: "item"
+ }
+ {
+ id: "2C9D3AE20CA4767E"
+ item: "naturesaura:token_grief"
+ type: "item"
+ }
+ {
+ id: "0F4C49EBF4F5D684"
+ item: "naturesaura:break_prevention"
+ type: "item"
+ }
+ {
+ id: "400260D925219110"
+ item: "naturesaura:pet_reviver"
+ type: "item"
+ }
+ ]
+ title: "Challenge: Beyond The Limits"
+ x: 2.0d
+ y: -8.5d
+ }
+ {
+ description: [
+ "&eChunk Loaders&r allow you to keep areas loaded at all times. This is useful certain activities such as MineColonies, automation, and crops will continue to process/grow even while you're away from the area."
+ ""
+ "There are 4 different types of Chunk Loaders:"
+ "&8Single Chunk Loader&r - 1 Chunk"
+ "Basic Chunk Loader - 3x3 Chunks"
+ "&eAdvanced Chunk Loader&r - 5x5 Chunks"
+ "&bUltimate Chunk Loader&r - 7x7 Chunks"
+ ""
+ "&eYou can view the Chunk Loader map with Default Key: \"&cF8&r&e\".&r"
+ ]
+ id: "4CAF49FF4EF1D032"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give xp_times_lvl @p 100"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4629593A99491F1E"
+ silent: true
+ title: "100 Experience x Lv."
+ type: "command"
+ }]
+ subtitle: "Craft one Basic Chunk Loader"
+ tasks: [{
+ id: "79183CB9BE4244B7"
+ item: "chunkloaders:basic_chunk_loader"
+ type: "item"
+ }]
+ x: 0.5d
+ y: -0.5d
+ }
+ ]
+ title: "Technology"
+}
diff --git a/config/ftbquests/quests/chapters/tutorial_island.snbt b/config/ftbquests/quests/chapters/tutorial_island.snbt
index 821e60f..9835982 100644
--- a/config/ftbquests/quests/chapters/tutorial_island.snbt
+++ b/config/ftbquests/quests/chapters/tutorial_island.snbt
@@ -1,761 +1,761 @@
-{
- default_hide_dependency_lines: false
- default_quest_shape: "rsquare"
- filename: "tutorial_island"
- group: "1E3C4B5FFAE48A39"
- icon: "minecraft:book"
- id: "44789E48CD607F46"
- order_index: 0
- progression_mode: "linear"
- quest_links: [ ]
- quests: [
- {
- description: [
- "&nWelcome to Craft to Exile 2&r - a highly customized modpack that turns Minecraft into an action RPG."
- ""
- "The first chapter of quests, \"Prologue\" is meant to give you an overview to certain systems introduced in the modpack that may be different from what you're used to in most Minecraft modpacks."
- ""
- "&eComplete each \"page\" of the Prologue by clicking the checkmark.&r"
- ""
- "For more information, visit our &9Wiki&r (you can also find the link in the main menu)."
- ""
- "Also feel free to join our &9Discord&r server (link also on the main menu) where we can help you with any issues in game, or even just chat with you about the modpack!"
- ]
- icon: "minecraft:writable_book"
- id: "30403B3DE1E47F33"
- rewards: [
- {
- id: "662E6BDEDAE044A6"
- item: "sophisticatedbackpacks:backpack"
- type: "item"
- }
- {
- count: 12
- id: "4E506FC73E0B1EAC"
- item: "minecraft:bread"
- title: "Bread"
- type: "item"
- }
- ]
- subtitle: "Table of Contents"
- tasks: [{
- id: "77FDE21B75D712EC"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Welcome to Craft to Exile 2!"
- x: 0.0d
- y: 0.0d
- }
- {
- dependencies: ["624D8CD0A4A6668B"]
- description: [
- "CTE2 supports party questing and play."
- ""
- "There are 3 different commands to use for party play:"
- ""
- "Mine and Slash's &e/mine_and_slash teams&r allows you to share EXP and heal/buff each other."
- ""
- "FTB Teams, in the &etop-left of the inventory&r (or with &e\"H\"&r), allows you to share quest progression."
- ""
- "Lightman's Teams, which is accessible in the &etop-right of the inventory&r, allows you to share money and trader notifications."
- ]
- icon: "ftbquests:book"
- id: "48075B2F138A9C2C"
- rewards: [{
- id: "7F6AE3A345D1324D"
- item: "lightmanscurrency:coin_iron"
- title: "Money"
- type: "item"
- }]
- shape: "circle"
- subtitle: "Page 2b"
- tasks: [{
- id: "37CC2CFDC34FC657"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Party Play"
- x: 3.0d
- y: -1.0d
- }
- {
- dependencies: ["04849611F904771C"]
- description: [
- "Thanks to Mine and Slash, CTE2 has a fully customized leveling progression system."
- ""
- "Kill mobs to earn experience, and receive stat points with each level. You can allocate these points in the main hub by &epressing \"H\"&r. In fact, most of the menus will be accessible from this menu wheel!"
- ""
- "{image:cte2:textures/character_stats.png width:160 height:128 align:1}"
- ""
- "Your player stats can also be increased via other means, such as: equipment (gear) and talent points which we'll cover later."
- ]
- icon: "minecraft:book"
- id: "624D8CD0A4A6668B"
- rewards: [
- {
- id: "5B3178D7FC9CF9B3"
- item: "mmorpg:potions/reset_stats"
- title: "Stat Reset Potion"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 400"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4A429E1B6344E4A4"
- silent: true
- title: "400 Experience"
- type: "command"
- }
- ]
- subtitle: "Page 2"
- tasks: [{
- id: "352F3C2796BACD2F"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Character Stats"
- x: 3.0d
- y: 0.0d
- }
- {
- dependencies: ["624D8CD0A4A6668B"]
- description: [
- "The Talent Tree allows for an additional layer of character customization, and is found in the Mine and Slash hub."
- ""
- "{image:cte2:textures/talent_tree.png width:160 height:115 align:1}"
- ""
- "Each level grants you 1 talent point. You will need to choose your starting position, and then allocate points into nodes connected to any other nodes you already have. Each node provides bonuses to stats, and in some cases, can alter your core gameplay loop!"
- ]
- icon: "minecraft:book"
- id: "53A5ECD28E7E16E1"
- rewards: [
- {
- count: 5
- id: "7F66934DFD28206B"
- item: "mmorpg:potions/add_reset_perk_points"
- title: "Single Talent Reset Potions"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 200"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3BC953334872A751"
- silent: true
- title: "200 Experience"
- type: "command"
- }
- ]
- subtitle: "Page 3"
- tasks: [{
- id: "07B9CDCDF05CC52E"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Talent Tree"
- x: 4.5d
- y: 0.0d
- }
- {
- dependencies: ["53A5ECD28E7E16E1"]
- description: [
- "{image:cte2:textures/gui.png width:160 height:105 align:1}"
- ""
- "The &eCharacters&r menu lets you save and load different characters. It will save all of your character's information except for their gear! You can have up to 7 saved characters."
- ""
- "The &eSalvaging&r menu lets you turn bad loot into useful crafting materials upon pick-up."
- ""
- "The &eClasses&r menu allows character specialization. You will learn skills here and can improve them with points. In CTE2, you can &especialize in two different classes&r!"
- ""
- "The &eJewels&r menu is used once you've allocated any points into Jewel Sockets in the Talent Tree. Equipping Jewels can improve your character stats!"
- ""
- "Additionally, at the bottom of the GUI (where the pickaxes are), you can see your &eProfession&r levels."
- ]
- icon: "minecraft:book"
- id: "0C1568D71346C427"
- rewards: [
- {
- count: 4
- id: "6BA00FC78BAE6C85"
- item: "lightmanscurrency:coin_iron"
- title: "Money"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 200"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3B10C874A7833200"
- silent: true
- title: "200 Experience"
- type: "command"
- }
- ]
- subtitle: "Page 4"
- tasks: [{
- id: "60453E7473A695D0"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "The Rest of the GUI"
- x: 6.0d
- y: 0.0d
- }
- {
- dependencies: ["0C1568D71346C427"]
- description: [
- "In CTE2, there are 3 \"main\" fighting styles. You can either be a &4close-ranged warrior&r, a &9magic spellcaster&r, or a &2long-ranged archer&r. This is of course, a basic generalization, as each character can be customized and expressed extensively."
- ""
- "Do you want to be a flame-spewing warrior? A necromantic spellcaster? Or even a trap throwing hunter?"
- ""
- "CTE2 has a lot to offer in terms of character customization. Hopefully, you will find the playstyle that best suits you!"
- ]
- icon: "minecraft:book"
- id: "3059FF2D6DB1AC9F"
- rewards: [
- {
- exclude_from_claim_all: true
- id: "780B73E925FBD004"
- table_id: 405550839613976496L
- type: "choice"
- }
- {
- count: 64
- id: "1B21344DA58F8D97"
- item: "minecraft:arrow"
- title: "Arrows"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 200"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "3098C9D09E030015"
- silent: true
- title: "200 Experience"
- type: "command"
- }
- ]
- subtitle: "Page 5"
- tasks: [{
- id: "7EA3FFEFB226B157"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Your First Weapon"
- x: 6.0d
- y: 3.0d
- }
- {
- dependencies: ["3059FF2D6DB1AC9F"]
- description: [
- "Combat has been overhauled in Craft to Exile 2. &eWeapons have animations and combos&r, and have different properties depending on the type of weapon you wield."
- ""
- "Additionally, you can press &e\"Alt\" to dodge roll&r, which has a short cooldown."
- ""
- "Don't forget about your basic attacks in CTE2! They are powerful in combat and can be used in conjunction with skills. Just keep in mind that basic attacks consume and require &aEnergy&r!"
- ""
- "You can see how much &aEnergy&r you have in the player GUI!"
- ]
- icon: "minecraft:book"
- id: "546A9D082F1A2160"
- rewards: [
- {
- id: "4D3BA6D80A06AD15"
- item: "minecraft:zombie_spawn_egg"
- title: "Zombie Spawn Egg"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 200"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "539974DB413EB4B5"
- silent: true
- title: "200 Experience"
- type: "command"
- }
- ]
- subtitle: "Page 6"
- tasks: [{
- id: "222D99698592B33D"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Combat"
- x: 3.5d
- y: 3.0d
- }
- {
- dependencies: ["0A39A9996E8D63F4"]
- description: [
- "Skills require &9Mana&r or &aEnergy&r and are used in combat. They can be learnt through the Classes tab and can be equipped in the &9square&r slots in the Skills GUI:"
- ""
- "{image:cte2:textures/skill_gem.png width:140 height:105 align:1}"
- ""
- "You can modify and enhance Skills by either leveling them, or linking them to Support Gems, which go in the &5circular&r slots. These can increase the &eResource Cost&r and power of the linked Skill Gem."
- ""
- "Skills have a maximum number of Support Gems that can be linked (see \"&5Support Slots:&r\"). The number of sockets a Skill can have is determined by the &eSkill's level&r, with a max of 5 sockets at level 16. &eTo get the first slot, your skill must be at least level 4.&r &cThe number of slots is &lalso&r limited by your &eplayer level&r (1 slot every 10 levels, starting at 1).&r"
- ""
- "In the &ebottom&r row, equip Augment Gems which use up Augment Capacity to provide stats. You can see how much Augment Capacity you have remaining in &dpink&r to the right."
- ]
- icon: "minecraft:book"
- id: "22EAD61501470768"
- rewards: [
- {
- exclude_from_claim_all: true
- id: "5F7B46C685D188ED"
- table_id: 981191123936022223L
- type: "choice"
- }
- {
- exclude_from_claim_all: true
- id: "00B6E55860C350A9"
- table_id: 5889716173591028936L
- type: "choice"
- }
- {
- id: "0FA3268AB0494B94"
- item: "mmorpg:potions/reset_spells"
- title: "Class Reset Potion"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 200"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "398BFCC200235F28"
- silent: true
- title: "200 Experience"
- type: "command"
- }
- ]
- subtitle: "Page 8"
- tasks: [{
- id: "703C97D9D47FEB19"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Skill, Support, and Augment Gems"
- x: 0.0d
- y: 3.0d
- }
- {
- dependencies: ["546A9D082F1A2160"]
- description: [
- "Test your new blade and knowledge in combat!"
- ""
- "&eDo not summon the creature in the village as the Iron Golem may kill your Zombie! Also be cautious of summoning it in daylight! Consider summoning in a cave.&r"
- ""
- "&oMake sure to allocate your stats before the fight, as weapons have a minimum stat requirement!&r"
- ]
- icon: "minecraft:book"
- id: "0A39A9996E8D63F4"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 700"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "1EDA06CB95371D19"
- silent: true
- title: "700 Experience"
- type: "command"
- }]
- subtitle: "Page 7"
- tasks: [{
- entity: "minecraft:zombie"
- icon: "minecraft:zombie_head"
- id: "2F2A06908ED6990C"
- type: "kill"
- value: 1L
- }]
- title: "First Blood"
- x: 2.5d
- y: 3.0d
- }
- {
- dependencies: ["22EAD61501470768"]
- description: [
- "In Minecraft, &4Health&r is your life force, and if it hits 0, your character will die. In CTE2, you don't lose equipment on &4death&r, but you will lose a good chunk of your experience."
- ""
- "Character defenses can be classified into 3 categories: &4Armor&r (plate), &2Dodge&r (leather), and &9Magic Shield&r (cloth)."
- ""
- "Armor reduces physical damage taken, dodge gives you a chance to completely negate any attack, and magic shield acts as an additional health buffer that regenerates slowly. You can improve these stats mainly through gear, stat points, and the Talent Tree."
- ""
- "There are &eother ways to mitigate damage&r, such as elemental resistances, spell dodge, and damage reduction. You can find these stats on gear, in the Talent Tree, and on Jewels."
- ""
- "There are options on the Talent Tree that may change how your defenses work, such as setting your health to 1 and giving a large bonus to magic shield!"
- ""
- "&oIf you don't like how the armor looks, you can use Cosmetic Armor to cover it up!&r"
- ]
- icon: "minecraft:book"
- id: "7B22B96E95E5DA09"
- rewards: [
- {
- exclude_from_claim_all: true
- id: "5D5755216C597FF1"
- table_id: 8672695084726290362L
- type: "choice"
- }
- {
- exclude_from_claim_all: true
- id: "3FE70BFEB5ED2D52"
- table_id: 7074154712315855923L
- type: "choice"
- }
- {
- exclude_from_claim_all: true
- id: "5DC2202B09680066"
- table_id: 8493327020853369464L
- type: "choice"
- }
- {
- exclude_from_claim_all: true
- id: "6D6A4A9389EE9F37"
- table_id: 5741053327200068691L
- type: "choice"
- }
- {
- id: "45990E4571B1B2EA"
- item: "minecraft:skeleton_spawn_egg"
- title: "Skeleton Spawn Egg"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "4B863DDA4942C800"
- silent: true
- title: "250 Experience"
- type: "command"
- }
- ]
- subtitle: "Page 9"
- tasks: [{
- id: "4B40DF289BF860BF"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Suit Up"
- x: 0.0d
- y: 6.0d
- }
- {
- dependencies: ["1C852F78D386B77E"]
- description: [
- "Congratulations on completing the Prologue quest line. By completing this final page, you can finally &estart your journey in Act I&r!"
- ""
- "In CTE2, &eyou can complete tasks in later quests even if you have yet to complete the dependencies&r. You won't be able to claim the rewards until you actually reach the quest, though."
- ""
- "Make sure to check out the &eSide Quests&r as they contain a lot of very useful information, and will introduce you to the other mods used in CTE2. There are various integrations between other mods and Mine and Slash that you can discover through these quest lines!"
- ]
- icon: "minecraft:writable_book"
- id: "0CDFB8E5BB59B981"
- rewards: [
- {
- count: 15
- id: "58E255CF9F588325"
- item: "lightmanscurrency:coin_iron"
- title: "Money"
- type: "item"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give exp @p 500"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "513F1792134DC311"
- silent: true
- title: "500 Experience"
- type: "command"
- }
- ]
- subtitle: "Appendix"
- tasks: [{
- id: "4DE938BD22A26E0A"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Loot. Level. Explore."
- x: 6.0d
- y: 6.0d
- }
- {
- dependencies: ["7B22B96E95E5DA09"]
- description: [
- "Gems and Runes can be socketed into gear that have available sockets. As the rarity of an item increases, the amount of sockets it can have also increases. You can add sockets through some Mine and Slash currencies."
- ""
- "&bGems&r come in multiple tiers. You can &ecombine 3 of them to create the next tier&r. Once you have socketed it into your item (click on the item with the Gem in your cursor), it is possible to retrieve the gem from the item using a &eGem Extractor Tool!&r Once in your gear, the Gem will provide extra stats."
- ""
- "&cRunes&r can be added to gear to also provide extra stats. If you slot a specific combination of Runes, you can craft a &eRuneword&r, which enhances the item with a specific set of bonuses! &eRight-click while holding a Rune to see available Runewords to craft!&r"
- ]
- icon: "ftbquests:book"
- id: "4C9F8B8F01189196"
- rewards: [
- {
- id: "76247AC0012E1810"
- item: "mmorpg:gems/azurite/1"
- title: "Chipped Azurite"
- type: "item"
- }
- {
- id: "5722F71FCCB83AB8"
- item: "mmorpg:gems/topaz/1"
- title: "Chipped Topaz"
- type: "item"
- }
- {
- id: "45878D000E81C7B4"
- item: "mmorpg:runes/ano"
- title: "Ano Rune"
- type: "item"
- }
- ]
- shape: "circle"
- subtitle: "Page 9c"
- tasks: [{
- id: "1DADE93D8FAB373D"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Gems and Runes"
- x: 0.0d
- y: 7.0d
- }
- {
- dependencies: ["7B22B96E95E5DA09"]
- description: [
- "Test out your new spells and armor in combat!"
- ""
- "&eDo not summon the creature in the village as the Iron Golem may kill your Skeleton! Also be cautious of summoning it in daylight! Consider summoning in a cave.&r"
- ]
- icon: "minecraft:book"
- id: "1895A7A94BE0A4B6"
- rewards: [{
- auto: "enabled"
- command: "/mine_and_slash give exp @p 250"
- elevate_perms: true
- icon: "create:experience_nugget"
- id: "23B96BB571FA8D03"
- silent: true
- title: "250 Experience"
- type: "command"
- }]
- subtitle: "Page 10"
- tasks: [{
- entity: "minecraft:skeleton"
- icon: "minecraft:skeleton_skull"
- id: "33E51DA632612F0F"
- type: "kill"
- value: 1L
- }]
- title: "Easy Kill"
- x: 3.0d
- y: 6.0d
- }
- {
- dependencies: ["30403B3DE1E47F33"]
- description: [
- "&o\"Can money buy happiness?\"&r"
- ""
- "Well, in this case, money can be used to buy many useful tools and resources. You will be able to use money to barter for goods with villagers and traders from other mods. Of course, you can also use money to trade with other players, and if you're on a server, purchase claim blocks!"
- ""
- "You can &learn money from killing mobs or looting chests&r. You can also sometimes sell goods for money with traders."
- ""
- "Keep your money safe in the &eWallet&r that you receive from this quest. Later on, upgrade the wallet so it can hold more money!"
- ""
- "&eShould you need to exchange your money for lower amounts, you can use an ATM.&r"
- ]
- icon: "minecraft:book"
- id: "04849611F904771C"
- rewards: [{
- id: "409F7C072512843C"
- item: {
- Count: 1b
- id: "lightmanscurrency:wallet_gold"
- tag: {
- AutoConvert: 1b
- }
- }
- title: "Wallet"
- type: "item"
- }]
- subtitle: "Page 1"
- tasks: [{
- id: "33258148F7D6B004"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Money"
- x: 1.5d
- y: 0.0d
- }
- {
- dependencies: ["3059FF2D6DB1AC9F"]
- description: [
- "In CTE2, you will craft and find many pieces of equipment. These pieces of &eequipment will not provide any stats unless you apply Gear Stat Souls to them&r, essentially imbuing them with Mine and Slash stats."
- ""
- "Gear Stat Souls can be used on any piece of equipment that shares the same type. For example, the Aquaculture and Farmer's Delight knives have the \"Dagger\" type. By &eclicking on the item with a Gear Stat Soul&r of \"Dagger\" type, you can apply Mine and Slash stats to the knives!"
- ""
- "Want to learn more about how to craft gear? Visit the &aM\\&S Professions&r quest chapter!"
- ]
- icon: "ftbquests:book"
- id: "289350CF47F41D69"
- rewards: [
- {
- id: "5B729B2C8440BDF5"
- item: {
- Count: 1b
- id: "aquaculture:wooden_fillet_knife"
- tag: {
- Damage: 0
- }
- }
- title: "Wooden Fillet Knife"
- type: "item"
- }
- {
- id: "31743DFDD664B202"
- item: {
- Count: 1b
- id: "mmorpg:stat_soul"
- tag: {
- CustomModelData: 15
- mmorpg_stat_soul: "{\"tier\":0,\"slot\":\"dagger\",\"rar\":\"common\",\"fam\":\"NONE\",\"uniq\":\"\",\"can_sal\":true}"
- }
- }
- title: "Dagger Stat Soul"
- type: "item"
- }
- ]
- shape: "circle"
- subtitle: "Page 5b"
- tasks: [{
- id: "1C99B6F792983F96"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Gear Stat Souls"
- x: 6.0d
- y: 4.0d
- }
- {
- dependencies: ["7B22B96E95E5DA09"]
- description: [
- "Shields (Armor), Totems (Dodge), and Tomes (Magic Shield) are offhands that can increase your defensive stat."
- ""
- "One defensive option in combat is the ability to roll (default: Alt). This is available to everyone. However, if you equip a shield, you can also use it to block damage."
- ""
- "Shields drain &aEnergy&r while being held up, and if you're facing the correct direction, negate damage taken."
- ""
- "Did you know that the &eshield can have a passive chance to negate damage&r (similar to dodging)? You can get block chance from gear or the Talent Tree, which allows you to have a &ochance to negate damage even when not holding the shield up&r!"
- ]
- icon: "ftbquests:book"
- id: "119B706F79F22360"
- rewards: [{
- exclude_from_claim_all: true
- id: "206EE0F673CCC5EB"
- table_id: 7401807202655080641L
- type: "choice"
- }]
- shape: "circle"
- subtitle: "Page 9b"
- tasks: [{
- id: "0662DB198465C67A"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Blocking"
- x: -1.0d
- y: 6.0d
- }
- {
- dependencies: ["1895A7A94BE0A4B6"]
- description: [
- "Waystones are spread throughout the world and once discovered, can be teleported to via other Waystones, Warp Scrolls, or Warp Stones."
- ""
- "Waystones can spawn randomly in the world, but are &eoften found in villages&r. Take some Warp Scrolls so you can easily return to any discovered Waystone!"
- ]
- icon: "ftbquests:book"
- id: "19319F327C09E772"
- rewards: [{
- count: 8
- id: "1361F172A8236025"
- item: "waystones:warp_scroll"
- type: "item"
- }]
- shape: "circle"
- subtitle: "Page 10c"
- tasks: [{
- id: "302BF9765FDEFFE8"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Waystones"
- x: 3.0d
- y: 7.0d
- }
- {
- dependencies: ["48075B2F138A9C2C"]
- description: [
- "You can &eclaim an area&r to be protected against unwanted (player) visitors. You can use any &eGolden Hoe&r to do this (right click the ground), but here's a special named one for you to use."
- ""
- "&oCheck out the quest \"&eLand Claiming with FLAN&r\" quest under the &eJolly Cooperation&r chapter for much more detail!&r"
- ]
- icon: "ftbquests:book"
- id: "31B023681AC62535"
- rewards: [{
- id: "13CF773EDFCB3C2E"
- item: {
- Count: 1b
- id: "minecraft:golden_hoe"
- tag: {
- Damage: 0
- }
- }
- type: "item"
- }]
- shape: "circle"
- subtitle: "Page 2c"
- tasks: [{
- id: "5848EBF021C0262E"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Land Claiming"
- x: 3.0d
- y: -2.0d
- }
- {
- dependencies: ["1895A7A94BE0A4B6"]
- description: ["Throughout your travels, you will find &eSpirit Orbs&r, which can be exchanged at &eGoddess Statues&r for &cHeart Containers&r. Each Heart Container increases your base Health by 2, up to a maximum of 200 Health (100 Heart Containers). You can also find &eHeart Containers from Bosses&r in Craft to Exile 2."]
- icon: "minecraft:book"
- id: "1C852F78D386B77E"
- rewards: [{
- id: "605680F58634B88E"
- item: "paraglider:heart_container"
- type: "item"
- }]
- subtitle: "Page 11"
- tasks: [{
- id: "5C49990F810F10CF"
- title: "Click Once Read"
- type: "checkmark"
- }]
- title: "Heart Containers"
- x: 4.5d
- y: 6.0d
- }
- ]
- title: "Prologue"
-}
+{
+ default_hide_dependency_lines: false
+ default_quest_shape: "rsquare"
+ filename: "tutorial_island"
+ group: "1E3C4B5FFAE48A39"
+ icon: "minecraft:book"
+ id: "44789E48CD607F46"
+ order_index: 0
+ progression_mode: "linear"
+ quest_links: [ ]
+ quests: [
+ {
+ description: [
+ "&nWelcome to Craft to Exile 2&r - a highly customized modpack that turns Minecraft into an action RPG."
+ ""
+ "The first chapter of quests, \"Prologue\" is meant to give you an overview to certain systems introduced in the modpack that may be different from what you're used to in most Minecraft modpacks."
+ ""
+ "&eComplete each \"page\" of the Prologue by clicking the checkmark.&r"
+ ""
+ "For more information, visit our &9Wiki&r (you can also find the link in the main menu)."
+ ""
+ "Also feel free to join our &9Discord&r server (link also on the main menu) where we can help you with any issues in game, or even just chat with you about the modpack!"
+ ]
+ icon: "minecraft:writable_book"
+ id: "30403B3DE1E47F33"
+ rewards: [
+ {
+ id: "662E6BDEDAE044A6"
+ item: "sophisticatedbackpacks:backpack"
+ type: "item"
+ }
+ {
+ count: 12
+ id: "4E506FC73E0B1EAC"
+ item: "minecraft:bread"
+ title: "Bread"
+ type: "item"
+ }
+ ]
+ subtitle: "Table of Contents"
+ tasks: [{
+ id: "77FDE21B75D712EC"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Welcome to Craft to Exile 2!"
+ x: 0.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["624D8CD0A4A6668B"]
+ description: [
+ "CTE2 supports party questing and play."
+ ""
+ "There are 3 different commands to use for party play:"
+ ""
+ "Mine and Slash's &e/mine_and_slash teams&r allows you to share EXP and heal/buff each other."
+ ""
+ "FTB Teams, in the &etop-left of the inventory&r (or with &e\"H\"&r), allows you to share quest progression."
+ ""
+ "Lightman's Teams, which is accessible in the &etop-right of the inventory&r, allows you to share money and trader notifications."
+ ]
+ icon: "ftbquests:book"
+ id: "48075B2F138A9C2C"
+ rewards: [{
+ id: "7F6AE3A345D1324D"
+ item: "lightmanscurrency:coin_iron"
+ title: "Money"
+ type: "item"
+ }]
+ shape: "circle"
+ subtitle: "Page 2b"
+ tasks: [{
+ id: "37CC2CFDC34FC657"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Party Play"
+ x: 3.0d
+ y: -1.0d
+ }
+ {
+ dependencies: ["04849611F904771C"]
+ description: [
+ "Thanks to Mine and Slash, CTE2 has a fully customized leveling progression system."
+ ""
+ "Kill mobs to earn experience, and receive stat points with each level. You can allocate these points in the main hub by &epressing \"H\"&r. In fact, most of the menus will be accessible from this menu wheel!"
+ ""
+ "{image:cte2:textures/character_stats.png width:160 height:128 align:1}"
+ ""
+ "Your player stats can also be increased via other means, such as: equipment (gear) and talent points which we'll cover later."
+ ]
+ icon: "minecraft:book"
+ id: "624D8CD0A4A6668B"
+ rewards: [
+ {
+ id: "5B3178D7FC9CF9B3"
+ item: "mmorpg:potions/reset_stats"
+ title: "Stat Reset Potion"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 400"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4A429E1B6344E4A4"
+ silent: true
+ title: "400 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Page 2"
+ tasks: [{
+ id: "352F3C2796BACD2F"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Character Stats"
+ x: 3.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["624D8CD0A4A6668B"]
+ description: [
+ "The Talent Tree allows for an additional layer of character customization, and is found in the Mine and Slash hub."
+ ""
+ "{image:cte2:textures/talent_tree.png width:160 height:115 align:1}"
+ ""
+ "Each level grants you 1 talent point. You will need to choose your starting position, and then allocate points into nodes connected to any other nodes you already have. Each node provides bonuses to stats, and in some cases, can alter your core gameplay loop!"
+ ]
+ icon: "minecraft:book"
+ id: "53A5ECD28E7E16E1"
+ rewards: [
+ {
+ count: 5
+ id: "7F66934DFD28206B"
+ item: "mmorpg:potions/add_reset_perk_points"
+ title: "Single Talent Reset Potions"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 200"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3BC953334872A751"
+ silent: true
+ title: "200 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Page 3"
+ tasks: [{
+ id: "07B9CDCDF05CC52E"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Talent Tree"
+ x: 4.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["53A5ECD28E7E16E1"]
+ description: [
+ "{image:cte2:textures/gui.png width:160 height:105 align:1}"
+ ""
+ "The &eCharacters&r menu lets you save and load different characters. It will save all of your character's information except for their gear! You can have up to 7 saved characters."
+ ""
+ "The &eSalvaging&r menu lets you turn bad loot into useful crafting materials upon pick-up."
+ ""
+ "The &eClasses&r menu allows character specialization. You will learn skills here and can improve them with points. In CTE2, you can &especialize in two different classes&r!"
+ ""
+ "The &eJewels&r menu is used once you've allocated any points into Jewel Sockets in the Talent Tree. Equipping Jewels can improve your character stats!"
+ ""
+ "Additionally, at the bottom of the GUI (where the pickaxes are), you can see your &eProfession&r levels."
+ ]
+ icon: "minecraft:book"
+ id: "0C1568D71346C427"
+ rewards: [
+ {
+ count: 4
+ id: "6BA00FC78BAE6C85"
+ item: "lightmanscurrency:coin_iron"
+ title: "Money"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 200"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3B10C874A7833200"
+ silent: true
+ title: "200 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Page 4"
+ tasks: [{
+ id: "60453E7473A695D0"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "The Rest of the GUI"
+ x: 6.0d
+ y: 0.0d
+ }
+ {
+ dependencies: ["0C1568D71346C427"]
+ description: [
+ "In CTE2, there are 3 \"main\" fighting styles. You can either be a &4close-ranged warrior&r, a &9magic spellcaster&r, or a &2long-ranged archer&r. This is of course, a basic generalization, as each character can be customized and expressed extensively."
+ ""
+ "Do you want to be a flame-spewing warrior? A necromantic spellcaster? Or even a trap throwing hunter?"
+ ""
+ "CTE2 has a lot to offer in terms of character customization. Hopefully, you will find the playstyle that best suits you!"
+ ]
+ icon: "minecraft:book"
+ id: "3059FF2D6DB1AC9F"
+ rewards: [
+ {
+ exclude_from_claim_all: true
+ id: "780B73E925FBD004"
+ table_id: 405550839613976496L
+ type: "choice"
+ }
+ {
+ count: 64
+ id: "1B21344DA58F8D97"
+ item: "minecraft:arrow"
+ title: "Arrows"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 200"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "3098C9D09E030015"
+ silent: true
+ title: "200 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Page 5"
+ tasks: [{
+ id: "7EA3FFEFB226B157"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Your First Weapon"
+ x: 6.0d
+ y: 3.0d
+ }
+ {
+ dependencies: ["3059FF2D6DB1AC9F"]
+ description: [
+ "Combat has been overhauled in Craft to Exile 2. &eWeapons have animations and combos&r, and have different properties depending on the type of weapon you wield."
+ ""
+ "Additionally, you can press &e\"Alt\" to dodge roll&r, which has a short cooldown."
+ ""
+ "Don't forget about your basic attacks in CTE2! They are powerful in combat and can be used in conjunction with skills. Just keep in mind that basic attacks consume and require &aEnergy&r!"
+ ""
+ "You can see how much &aEnergy&r you have in the player GUI!"
+ ]
+ icon: "minecraft:book"
+ id: "546A9D082F1A2160"
+ rewards: [
+ {
+ id: "4D3BA6D80A06AD15"
+ item: "minecraft:zombie_spawn_egg"
+ title: "Zombie Spawn Egg"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 200"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "539974DB413EB4B5"
+ silent: true
+ title: "200 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Page 6"
+ tasks: [{
+ id: "222D99698592B33D"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Combat"
+ x: 3.5d
+ y: 3.0d
+ }
+ {
+ dependencies: ["0A39A9996E8D63F4"]
+ description: [
+ "Skills require &9Mana&r or &aEnergy&r and are used in combat. They can be learnt through the Classes tab and can be equipped in the &9square&r slots in the Skills GUI:"
+ ""
+ "{image:cte2:textures/skill_gem.png width:140 height:105 align:1}"
+ ""
+ "You can modify and enhance Skills by either leveling them, or linking them to Support Gems, which go in the &5circular&r slots. These can increase the &eResource Cost&r and power of the linked Skill Gem."
+ ""
+ "Skills have a maximum number of Support Gems that can be linked (see \"&5Support Slots:&r\"). The number of sockets a Skill can have is determined by the &eSkill's level&r, with a max of 5 sockets at level 16. &eTo get the first slot, your skill must be at least level 4.&r &cThe number of slots is &lalso&r limited by your &eplayer level&r (1 slot every 10 levels, starting at 1).&r"
+ ""
+ "In the &ebottom&r row, equip Augment Gems which use up Augment Capacity to provide stats. You can see how much Augment Capacity you have remaining in &dpink&r to the right."
+ ]
+ icon: "minecraft:book"
+ id: "22EAD61501470768"
+ rewards: [
+ {
+ exclude_from_claim_all: true
+ id: "5F7B46C685D188ED"
+ table_id: 981191123936022223L
+ type: "choice"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "00B6E55860C350A9"
+ table_id: 5889716173591028936L
+ type: "choice"
+ }
+ {
+ id: "0FA3268AB0494B94"
+ item: "mmorpg:potions/reset_spells"
+ title: "Class Reset Potion"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 200"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "398BFCC200235F28"
+ silent: true
+ title: "200 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Page 8"
+ tasks: [{
+ id: "703C97D9D47FEB19"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Skill, Support, and Augment Gems"
+ x: 0.0d
+ y: 3.0d
+ }
+ {
+ dependencies: ["546A9D082F1A2160"]
+ description: [
+ "Test your new blade and knowledge in combat!"
+ ""
+ "&eDo not summon the creature in the village as the Iron Golem may kill your Zombie! Also be cautious of summoning it in daylight! Consider summoning in a cave.&r"
+ ""
+ "&oMake sure to allocate your stats before the fight, as weapons have a minimum stat requirement!&r"
+ ]
+ icon: "minecraft:book"
+ id: "0A39A9996E8D63F4"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 700"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "1EDA06CB95371D19"
+ silent: true
+ title: "700 Experience"
+ type: "command"
+ }]
+ subtitle: "Page 7"
+ tasks: [{
+ entity: "minecraft:zombie"
+ icon: "minecraft:zombie_head"
+ id: "2F2A06908ED6990C"
+ type: "kill"
+ value: 1L
+ }]
+ title: "First Blood"
+ x: 2.5d
+ y: 3.0d
+ }
+ {
+ dependencies: ["22EAD61501470768"]
+ description: [
+ "In Minecraft, &4Health&r is your life force, and if it hits 0, your character will die. In CTE2, you don't lose equipment on &4death&r, but you will lose a good chunk of your experience."
+ ""
+ "Character defenses can be classified into 3 categories: &4Armor&r (plate), &2Dodge&r (leather), and &9Magic Shield&r (cloth)."
+ ""
+ "Armor reduces physical damage taken, dodge gives you a chance to completely negate any attack, and magic shield acts as an additional health buffer that regenerates slowly. You can improve these stats mainly through gear, stat points, and the Talent Tree."
+ ""
+ "There are &eother ways to mitigate damage&r, such as elemental resistances, spell dodge, and damage reduction. You can find these stats on gear, in the Talent Tree, and on Jewels."
+ ""
+ "There are options on the Talent Tree that may change how your defenses work, such as setting your health to 1 and giving a large bonus to magic shield!"
+ ""
+ "&oIf you don't like how the armor looks, you can use Cosmetic Armor to cover it up!&r"
+ ]
+ icon: "minecraft:book"
+ id: "7B22B96E95E5DA09"
+ rewards: [
+ {
+ exclude_from_claim_all: true
+ id: "5D5755216C597FF1"
+ table_id: 8672695084726290362L
+ type: "choice"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "3FE70BFEB5ED2D52"
+ table_id: 7074154712315855923L
+ type: "choice"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "5DC2202B09680066"
+ table_id: 8493327020853369464L
+ type: "choice"
+ }
+ {
+ exclude_from_claim_all: true
+ id: "6D6A4A9389EE9F37"
+ table_id: 5741053327200068691L
+ type: "choice"
+ }
+ {
+ id: "45990E4571B1B2EA"
+ item: "minecraft:skeleton_spawn_egg"
+ title: "Skeleton Spawn Egg"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "4B863DDA4942C800"
+ silent: true
+ title: "250 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Page 9"
+ tasks: [{
+ id: "4B40DF289BF860BF"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Suit Up"
+ x: 0.0d
+ y: 6.0d
+ }
+ {
+ dependencies: ["1C852F78D386B77E"]
+ description: [
+ "Congratulations on completing the Prologue quest line. By completing this final page, you can finally &estart your journey in Act I&r!"
+ ""
+ "In CTE2, &eyou can complete tasks in later quests even if you have yet to complete the dependencies&r. You won't be able to claim the rewards until you actually reach the quest, though."
+ ""
+ "Make sure to check out the &eSide Quests&r as they contain a lot of very useful information, and will introduce you to the other mods used in CTE2. There are various integrations between other mods and Mine and Slash that you can discover through these quest lines!"
+ ]
+ icon: "minecraft:writable_book"
+ id: "0CDFB8E5BB59B981"
+ rewards: [
+ {
+ count: 15
+ id: "58E255CF9F588325"
+ item: "lightmanscurrency:coin_iron"
+ title: "Money"
+ type: "item"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 500"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "513F1792134DC311"
+ silent: true
+ title: "500 Experience"
+ type: "command"
+ }
+ ]
+ subtitle: "Appendix"
+ tasks: [{
+ id: "4DE938BD22A26E0A"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Loot. Level. Explore."
+ x: 6.0d
+ y: 6.0d
+ }
+ {
+ dependencies: ["7B22B96E95E5DA09"]
+ description: [
+ "Gems and Runes can be socketed into gear that have available sockets. As the rarity of an item increases, the amount of sockets it can have also increases. You can add sockets through some Mine and Slash currencies."
+ ""
+ "&bGems&r come in multiple tiers. You can &ecombine 3 of them to create the next tier&r. Once you have socketed it into your item (click on the item with the Gem in your cursor), it is possible to retrieve the gem from the item using a &eGem Extractor Tool!&r Once in your gear, the Gem will provide extra stats."
+ ""
+ "&cRunes&r can be added to gear to also provide extra stats. If you slot a specific combination of Runes, you can craft a &eRuneword&r, which enhances the item with a specific set of bonuses! &eRight-click while holding a Rune to see available Runewords to craft!&r"
+ ]
+ icon: "ftbquests:book"
+ id: "4C9F8B8F01189196"
+ rewards: [
+ {
+ id: "76247AC0012E1810"
+ item: "mmorpg:gems/azurite/1"
+ title: "Chipped Azurite"
+ type: "item"
+ }
+ {
+ id: "5722F71FCCB83AB8"
+ item: "mmorpg:gems/topaz/1"
+ title: "Chipped Topaz"
+ type: "item"
+ }
+ {
+ id: "45878D000E81C7B4"
+ item: "mmorpg:runes/ano"
+ title: "Ano Rune"
+ type: "item"
+ }
+ ]
+ shape: "circle"
+ subtitle: "Page 9c"
+ tasks: [{
+ id: "1DADE93D8FAB373D"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Gems and Runes"
+ x: 0.0d
+ y: 7.0d
+ }
+ {
+ dependencies: ["7B22B96E95E5DA09"]
+ description: [
+ "Test out your new spells and armor in combat!"
+ ""
+ "&eDo not summon the creature in the village as the Iron Golem may kill your Skeleton! Also be cautious of summoning it in daylight! Consider summoning in a cave.&r"
+ ]
+ icon: "minecraft:book"
+ id: "1895A7A94BE0A4B6"
+ rewards: [{
+ auto: "enabled"
+ command: "/mine_and_slash give exp @p 250"
+ elevate_perms: true
+ icon: "create:experience_nugget"
+ id: "23B96BB571FA8D03"
+ silent: true
+ title: "250 Experience"
+ type: "command"
+ }]
+ subtitle: "Page 10"
+ tasks: [{
+ entity: "minecraft:skeleton"
+ icon: "minecraft:skeleton_skull"
+ id: "33E51DA632612F0F"
+ type: "kill"
+ value: 1L
+ }]
+ title: "Easy Kill"
+ x: 3.0d
+ y: 6.0d
+ }
+ {
+ dependencies: ["30403B3DE1E47F33"]
+ description: [
+ "&o\"Can money buy happiness?\"&r"
+ ""
+ "Well, in this case, money can be used to buy many useful tools and resources. You will be able to use money to barter for goods with villagers and traders from other mods. Of course, you can also use money to trade with other players, and if you're on a server, purchase claim blocks!"
+ ""
+ "You can &learn money from killing mobs or looting chests&r. You can also sometimes sell goods for money with traders."
+ ""
+ "Keep your money safe in the &eWallet&r that you receive from this quest. Later on, upgrade the wallet so it can hold more money!"
+ ""
+ "&eShould you need to exchange your money for lower amounts, you can use an ATM.&r"
+ ]
+ icon: "minecraft:book"
+ id: "04849611F904771C"
+ rewards: [{
+ id: "409F7C072512843C"
+ item: {
+ Count: 1b
+ id: "lightmanscurrency:wallet_gold"
+ tag: {
+ AutoConvert: 1b
+ }
+ }
+ title: "Wallet"
+ type: "item"
+ }]
+ subtitle: "Page 1"
+ tasks: [{
+ id: "33258148F7D6B004"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Money"
+ x: 1.5d
+ y: 0.0d
+ }
+ {
+ dependencies: ["3059FF2D6DB1AC9F"]
+ description: [
+ "In CTE2, you will craft and find many pieces of equipment. These pieces of &eequipment will not provide any stats unless you apply Gear Stat Souls to them&r, essentially imbuing them with Mine and Slash stats."
+ ""
+ "Gear Stat Souls can be used on any piece of equipment that shares the same type. For example, the Aquaculture and Farmer's Delight knives have the \"Dagger\" type. By &eclicking on the item with a Gear Stat Soul&r of \"Dagger\" type, you can apply Mine and Slash stats to the knives!"
+ ""
+ "Want to learn more about how to craft gear? Visit the &aM\\&S Professions&r quest chapter!"
+ ]
+ icon: "ftbquests:book"
+ id: "289350CF47F41D69"
+ rewards: [
+ {
+ id: "5B729B2C8440BDF5"
+ item: {
+ Count: 1b
+ id: "aquaculture:wooden_fillet_knife"
+ tag: {
+ Damage: 0
+ }
+ }
+ title: "Wooden Fillet Knife"
+ type: "item"
+ }
+ {
+ id: "31743DFDD664B202"
+ item: {
+ Count: 1b
+ id: "mmorpg:stat_soul"
+ tag: {
+ CustomModelData: 15
+ mmorpg_stat_soul: "{\"tier\":0,\"slot\":\"dagger\",\"rar\":\"common\",\"fam\":\"NONE\",\"uniq\":\"\",\"can_sal\":true}"
+ }
+ }
+ title: "Dagger Stat Soul"
+ type: "item"
+ }
+ ]
+ shape: "circle"
+ subtitle: "Page 5b"
+ tasks: [{
+ id: "1C99B6F792983F96"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Gear Stat Souls"
+ x: 6.0d
+ y: 4.0d
+ }
+ {
+ dependencies: ["7B22B96E95E5DA09"]
+ description: [
+ "Shields (Armor), Totems (Dodge), and Tomes (Magic Shield) are offhands that can increase your defensive stat."
+ ""
+ "One defensive option in combat is the ability to roll (default: Alt). This is available to everyone. However, if you equip a shield, you can also use it to block damage."
+ ""
+ "Shields drain &aEnergy&r while being held up, and if you're facing the correct direction, negate damage taken."
+ ""
+ "Did you know that the &eshield can have a passive chance to negate damage&r (similar to dodging)? You can get block chance from gear or the Talent Tree, which allows you to have a &ochance to negate damage even when not holding the shield up&r!"
+ ]
+ icon: "ftbquests:book"
+ id: "119B706F79F22360"
+ rewards: [{
+ exclude_from_claim_all: true
+ id: "206EE0F673CCC5EB"
+ table_id: 7401807202655080641L
+ type: "choice"
+ }]
+ shape: "circle"
+ subtitle: "Page 9b"
+ tasks: [{
+ id: "0662DB198465C67A"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Blocking"
+ x: -1.0d
+ y: 6.0d
+ }
+ {
+ dependencies: ["1895A7A94BE0A4B6"]
+ description: [
+ "Waystones are spread throughout the world and once discovered, can be teleported to via other Waystones, Warp Scrolls, or Warp Stones."
+ ""
+ "Waystones can spawn randomly in the world, but are &eoften found in villages&r. Take some Warp Scrolls so you can easily return to any discovered Waystone!"
+ ]
+ icon: "ftbquests:book"
+ id: "19319F327C09E772"
+ rewards: [{
+ count: 8
+ id: "1361F172A8236025"
+ item: "waystones:warp_scroll"
+ type: "item"
+ }]
+ shape: "circle"
+ subtitle: "Page 10c"
+ tasks: [{
+ id: "302BF9765FDEFFE8"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Waystones"
+ x: 3.0d
+ y: 7.0d
+ }
+ {
+ dependencies: ["48075B2F138A9C2C"]
+ description: [
+ "You can &eclaim an area&r to be protected against unwanted (player) visitors. You can use any &eGolden Hoe&r to do this (right click the ground), but here's a special named one for you to use."
+ ""
+ "&oCheck out the quest \"&eLand Claiming with FLAN&r\" quest under the &eJolly Cooperation&r chapter for much more detail!&r"
+ ]
+ icon: "ftbquests:book"
+ id: "31B023681AC62535"
+ rewards: [{
+ id: "13CF773EDFCB3C2E"
+ item: {
+ Count: 1b
+ id: "minecraft:golden_hoe"
+ tag: {
+ Damage: 0
+ }
+ }
+ type: "item"
+ }]
+ shape: "circle"
+ subtitle: "Page 2c"
+ tasks: [{
+ id: "5848EBF021C0262E"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Land Claiming"
+ x: 3.0d
+ y: -2.0d
+ }
+ {
+ dependencies: ["1895A7A94BE0A4B6"]
+ description: ["Throughout your travels, you will find &eSpirit Orbs&r, which can be exchanged at &eGoddess Statues&r for &cHeart Containers&r. Each Heart Container increases your base Health by 2, up to a maximum of 200 Health (100 Heart Containers). You can also find &eHeart Containers from Bosses&r in Craft to Exile 2."]
+ icon: "minecraft:book"
+ id: "1C852F78D386B77E"
+ rewards: [{
+ id: "605680F58634B88E"
+ item: "paraglider:heart_container"
+ type: "item"
+ }]
+ subtitle: "Page 11"
+ tasks: [{
+ id: "5C49990F810F10CF"
+ title: "Click Once Read"
+ type: "checkmark"
+ }]
+ title: "Heart Containers"
+ x: 4.5d
+ y: 6.0d
+ }
+ ]
+ title: "Prologue"
+}
diff --git a/config/ftbquests/quests/data.snbt b/config/ftbquests/quests/data.snbt
index 5dc0e16..e843275 100644
--- a/config/ftbquests/quests/data.snbt
+++ b/config/ftbquests/quests/data.snbt
@@ -1,24 +1,24 @@
-{
- default_autoclaim_rewards: "disabled"
- default_consume_items: false
- default_quest_disable_jei: false
- default_quest_shape: "circle"
- default_reward_team: false
- detection_delay: 20
- disable_gui: false
- drop_loot_crates: false
- emergency_items: [{ Count: 1b, id: "waystones:return_scroll" }]
- emergency_items_cooldown: 30
- grid_scale: 0.5d
- icon: "mmorpg:skill_gems/support/dex"
- lock_message: ""
- loot_crate_no_drop: {
- boss: 0
- monster: 600
- passive: 4000
- }
- pause_game: false
- progression_mode: "flexible"
- title: "&dCraft to Exile 2&r"
- version: 13
-}
+{
+ default_autoclaim_rewards: "disabled"
+ default_consume_items: false
+ default_quest_disable_jei: false
+ default_quest_shape: "circle"
+ default_reward_team: false
+ detection_delay: 20
+ disable_gui: false
+ drop_loot_crates: false
+ emergency_items: [{ Count: 1b, id: "waystones:return_scroll" }]
+ emergency_items_cooldown: 30
+ grid_scale: 0.5d
+ icon: "mmorpg:skill_gems/support/dex"
+ lock_message: ""
+ loot_crate_no_drop: {
+ boss: 0
+ monster: 600
+ passive: 4000
+ }
+ pause_game: false
+ progression_mode: "flexible"
+ title: "&dCraft to Exile 2&r"
+ version: 13
+}
diff --git a/config/ftbquests/quests/reward_tables/archer_package.snbt b/config/ftbquests/quests/reward_tables/archer_package.snbt
index b87c550..5c2c9bc 100644
--- a/config/ftbquests/quests/reward_tables/archer_package.snbt
+++ b/config/ftbquests/quests/reward_tables/archer_package.snbt
@@ -1,27 +1,27 @@
-{
- hide_tooltip: true
- icon: {
- Count: 1b
- id: "minecraft:bow"
- tag: {
- Damage: 0
- }
- }
- id: "041B1BC94D948F55"
- loot_size: 2
- order_index: 36
- rewards: [
- {
- item: {
- Count: 1b
- id: "minecraft:bow"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":0},\"imp\":{\"p\":11},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":14,\"id\":\"crit_prefix\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":4,\"lvl\":1,\"gtype\":\"bow\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- { count: 64, item: "minecraft:arrow" }
- ]
- title: "Archer Package"
-}
+{
+ hide_tooltip: true
+ icon: {
+ Count: 1b
+ id: "minecraft:bow"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "041B1BC94D948F55"
+ loot_size: 2
+ order_index: 36
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "minecraft:bow"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":0},\"imp\":{\"p\":11},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":14,\"id\":\"crit_prefix\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":4,\"lvl\":1,\"gtype\":\"bow\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ { count: 64, item: "minecraft:arrow" }
+ ]
+ title: "Archer Package"
+}
diff --git a/config/ftbquests/quests/reward_tables/aura_gem_shop_i.snbt b/config/ftbquests/quests/reward_tables/aura_gem_shop_i.snbt
index 02ab51c..6eb3657 100644
--- a/config/ftbquests/quests/reward_tables/aura_gem_shop_i.snbt
+++ b/config/ftbquests/quests/reward_tables/aura_gem_shop_i.snbt
@@ -1,58 +1,58 @@
-{
- id: "06F6E0144F624AA1"
- loot_size: 1
- order_index: 20
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Energy Regeneration Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Health Regeneration Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Magic Shield Regeneration Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Mana Regeneration Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Basic Augment Gem"
- }
- ]
- title: "Augment Gem Shop I"
-}
+{
+ id: "06F6E0144F624AA1"
+ loot_size: 1
+ order_index: 20
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Energy Regeneration Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Health Regeneration Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Magic Shield Regeneration Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Mana Regeneration Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Basic Augment Gem"
+ }
+ ]
+ title: "Augment Gem Shop I"
+}
diff --git a/config/ftbquests/quests/reward_tables/aura_gem_shop_ii.snbt b/config/ftbquests/quests/reward_tables/aura_gem_shop_ii.snbt
index cb767bb..a4b823d 100644
--- a/config/ftbquests/quests/reward_tables/aura_gem_shop_ii.snbt
+++ b/config/ftbquests/quests/reward_tables/aura_gem_shop_ii.snbt
@@ -1,88 +1,88 @@
-{
- id: "6EAA29C2B08E30EE"
- loot_size: 1
- order_index: 29
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"armor\",\"type\":\"AURA\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Armor Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"dodge\",\"type\":\"AURA\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Dodge Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"magic_shield\",\"type\":\"AURA\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Magic Shield Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"physical_ailment\",\"type\":\"AURA\",\"perc\":24,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Decree of Pain Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fire_ailment\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Decree of Fire Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"cold_ailment\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Decree of Frost Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lightning_ailment\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Decree of Lightning Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"chaos_ailment\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Decree of Chaos Augment"
- }
- ]
- title: "Augment Gem Shop II"
-}
+{
+ id: "6EAA29C2B08E30EE"
+ loot_size: 1
+ order_index: 29
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"armor\",\"type\":\"AURA\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Armor Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"dodge\",\"type\":\"AURA\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Dodge Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"magic_shield\",\"type\":\"AURA\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Magic Shield Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"physical_ailment\",\"type\":\"AURA\",\"perc\":24,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Decree of Pain Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fire_ailment\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Decree of Fire Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"cold_ailment\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Decree of Frost Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lightning_ailment\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Decree of Lightning Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"chaos_ailment\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Decree of Chaos Augment"
+ }
+ ]
+ title: "Augment Gem Shop II"
+}
diff --git a/config/ftbquests/quests/reward_tables/aura_gem_shop_iii.snbt b/config/ftbquests/quests/reward_tables/aura_gem_shop_iii.snbt
index 0949846..ccb56b1 100644
--- a/config/ftbquests/quests/reward_tables/aura_gem_shop_iii.snbt
+++ b/config/ftbquests/quests/reward_tables/aura_gem_shop_iii.snbt
@@ -1,88 +1,88 @@
-{
- id: "15FC43A9288ED369"
- loot_size: 1
- order_index: 30
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"guardian\",\"type\":\"AURA\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Vitality Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_dmg\",\"type\":\"AURA\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Overlord Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"ele_res\",\"type\":\"AURA\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Elemental Barrier Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fire_res\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Flame Barrier Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"cold_res\",\"type\":\"AURA\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Frost Barrier Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"light_res\",\"type\":\"AURA\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Thunder Barrier Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"chaos_res\",\"type\":\"AURA\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Chaos Barrier Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"block\",\"type\":\"AURA\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Guardian Augment"
- }
- ]
- title: "Augment Gem Shop III"
-}
+{
+ id: "15FC43A9288ED369"
+ loot_size: 1
+ order_index: 30
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"guardian\",\"type\":\"AURA\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Vitality Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_dmg\",\"type\":\"AURA\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Overlord Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"ele_res\",\"type\":\"AURA\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Elemental Barrier Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fire_res\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Flame Barrier Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"cold_res\",\"type\":\"AURA\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Frost Barrier Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"light_res\",\"type\":\"AURA\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Thunder Barrier Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"chaos_res\",\"type\":\"AURA\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Chaos Barrier Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"block\",\"type\":\"AURA\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Guardian Augment"
+ }
+ ]
+ title: "Augment Gem Shop III"
+}
diff --git a/config/ftbquests/quests/reward_tables/aura_gem_shop_iv.snbt b/config/ftbquests/quests/reward_tables/aura_gem_shop_iv.snbt
index 340e4e2..e1e7ec8 100644
--- a/config/ftbquests/quests/reward_tables/aura_gem_shop_iv.snbt
+++ b/config/ftbquests/quests/reward_tables/aura_gem_shop_iv.snbt
@@ -1,58 +1,58 @@
-{
- id: "36B19BFDBF31DCA5"
- loot_size: 1
- order_index: 31
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Physical Damage Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Fire Damage Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Cold Damage Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Lightning Damage Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Chaos Damage Augment"
- }
- ]
- title: "Augment Gem Shop IV"
-}
+{
+ id: "36B19BFDBF31DCA5"
+ loot_size: 1
+ order_index: 31
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Physical Damage Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Fire Damage Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Cold Damage Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Lightning Damage Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Chaos Damage Augment"
+ }
+ ]
+ title: "Augment Gem Shop IV"
+}
diff --git a/config/ftbquests/quests/reward_tables/aura_gems_1.snbt b/config/ftbquests/quests/reward_tables/aura_gems_1.snbt
index 303d1c5..8155b40 100644
--- a/config/ftbquests/quests/reward_tables/aura_gems_1.snbt
+++ b/config/ftbquests/quests/reward_tables/aura_gems_1.snbt
@@ -1,38 +1,38 @@
-{
- id: "605B0572A7DFCC62"
- loot_size: 1
- order_index: 16
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Health Regeneration Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Magic Shield Regeneration Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Basic Augment Gem"
- }
- ]
- title: "Augment Gems 1"
-}
+{
+ id: "605B0572A7DFCC62"
+ loot_size: 1
+ order_index: 16
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Health Regeneration Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Magic Shield Regeneration Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Basic Augment Gem"
+ }
+ ]
+ title: "Augment Gems 1"
+}
diff --git a/config/ftbquests/quests/reward_tables/aura_gems_2.snbt b/config/ftbquests/quests/reward_tables/aura_gems_2.snbt
index 8940a0a..a8aca38 100644
--- a/config/ftbquests/quests/reward_tables/aura_gems_2.snbt
+++ b/config/ftbquests/quests/reward_tables/aura_gems_2.snbt
@@ -1,38 +1,38 @@
-{
- id: "176BFE3BD002B5A4"
- loot_size: 1
- order_index: 25
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"armor\",\"type\":\"AURA\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Armor Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"dodge\",\"type\":\"AURA\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Dodge Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"magic_shield\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Magic Shield Augment"
- }
- ]
- title: "Augment Gems 2"
-}
+{
+ id: "176BFE3BD002B5A4"
+ loot_size: 1
+ order_index: 25
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"armor\",\"type\":\"AURA\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Armor Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"dodge\",\"type\":\"AURA\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Dodge Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"magic_shield\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Magic Shield Augment"
+ }
+ ]
+ title: "Augment Gems 2"
+}
diff --git a/config/ftbquests/quests/reward_tables/aura_gems_3.snbt b/config/ftbquests/quests/reward_tables/aura_gems_3.snbt
index 494bea7..cabf193 100644
--- a/config/ftbquests/quests/reward_tables/aura_gems_3.snbt
+++ b/config/ftbquests/quests/reward_tables/aura_gems_3.snbt
@@ -1,48 +1,48 @@
-{
- id: "13E39AFE2817B350"
- loot_size: 1
- order_index: 26
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"guardian\",\"type\":\"AURA\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Vitality Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"ele_res\",\"type\":\"AURA\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Elemental Barrier Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_dmg\",\"type\":\"AURA\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Overlord Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"block\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Guardian Augment"
- }
- ]
- title: "Augment Gems 3"
-}
+{
+ id: "13E39AFE2817B350"
+ loot_size: 1
+ order_index: 26
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"guardian\",\"type\":\"AURA\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Vitality Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"ele_res\",\"type\":\"AURA\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Elemental Barrier Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_dmg\",\"type\":\"AURA\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Overlord Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"block\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Guardian Augment"
+ }
+ ]
+ title: "Augment Gems 3"
+}
diff --git a/config/ftbquests/quests/reward_tables/aura_gems_4.snbt b/config/ftbquests/quests/reward_tables/aura_gems_4.snbt
index 961e3cb..113894f 100644
--- a/config/ftbquests/quests/reward_tables/aura_gems_4.snbt
+++ b/config/ftbquests/quests/reward_tables/aura_gems_4.snbt
@@ -1,58 +1,58 @@
-{
- id: "5D3161FB63B667CB"
- loot_size: 1
- order_index: 27
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Physical Damage Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Fire Damage Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Cold Damage Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Lightning Damage Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Chaos Damage Augment"
- }
- ]
- title: "Augment Gems 4"
-}
+{
+ id: "5D3161FB63B667CB"
+ loot_size: 1
+ order_index: 27
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Physical Damage Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Fire Damage Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Cold Damage Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Lightning Damage Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Chaos Damage Augment"
+ }
+ ]
+ title: "Augment Gems 4"
+}
diff --git a/config/ftbquests/quests/reward_tables/big_bitch.snbt b/config/ftbquests/quests/reward_tables/big_bitch.snbt
index 15ef00f..d5721b8 100644
--- a/config/ftbquests/quests/reward_tables/big_bitch.snbt
+++ b/config/ftbquests/quests/reward_tables/big_bitch.snbt
@@ -1,18 +1,18 @@
-{
- id: "06F0F27A3166249E"
- loot_size: 1
- order_index: 0
- rewards: [
- { item: "minecraft:oak_log" }
- {
- item: {
- Count: 1b
- id: "minecraft:diamond_chestplate"
- tag: {
- Damage: 0
- }
- }
- }
- ]
- title: "Test"
-}
+{
+ id: "06F0F27A3166249E"
+ loot_size: 1
+ order_index: 0
+ rewards: [
+ { item: "minecraft:oak_log" }
+ {
+ item: {
+ Count: 1b
+ id: "minecraft:diamond_chestplate"
+ tag: {
+ Damage: 0
+ }
+ }
+ }
+ ]
+ title: "Test"
+}
diff --git a/config/ftbquests/quests/reward_tables/cooking_starter_kit.snbt b/config/ftbquests/quests/reward_tables/cooking_starter_kit.snbt
index 4f4ebe9..3d24fc1 100644
--- a/config/ftbquests/quests/reward_tables/cooking_starter_kit.snbt
+++ b/config/ftbquests/quests/reward_tables/cooking_starter_kit.snbt
@@ -1,26 +1,26 @@
-{
- hide_tooltip: true
- icon: {
- Count: 1b
- id: "mmorpg:food/lesser_energy"
- tag: {
- level: 1
- tier: 0
- }
- }
- id: "37836A436E072240"
- loot_size: 9
- order_index: 38
- rewards: [
- { count: 2, item: "mmorpg:rare_mats/farming/lesser" }
- { item: "mmorpg:rare_mats/fishing/lesser" }
- { count: 3, item: "lightmanscurrency:coin_copper" }
- { item: "mmorpg:material/farming/0" }
- { item: "mmorpg:material/fishing/0" }
- { item: "minecraft:tropical_fish" }
- { item: "minecraft:beetroot" }
- { item: "minecraft:apple" }
- { item: "mmorpg:material/meat/0" }
- ]
- title: "Cooking Starter Kit"
-}
+{
+ hide_tooltip: true
+ icon: {
+ Count: 1b
+ id: "mmorpg:food/lesser_energy"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ id: "37836A436E072240"
+ loot_size: 9
+ order_index: 38
+ rewards: [
+ { count: 2, item: "mmorpg:rare_mats/farming/lesser" }
+ { item: "mmorpg:rare_mats/fishing/lesser" }
+ { count: 3, item: "lightmanscurrency:coin_copper" }
+ { item: "mmorpg:material/farming/0" }
+ { item: "mmorpg:material/fishing/0" }
+ { item: "minecraft:tropical_fish" }
+ { item: "minecraft:beetroot" }
+ { item: "minecraft:apple" }
+ { item: "mmorpg:material/meat/0" }
+ ]
+ title: "Cooking Starter Kit"
+}
diff --git a/config/ftbquests/quests/reward_tables/first_aura_gem.snbt b/config/ftbquests/quests/reward_tables/first_aura_gem.snbt
index 80e1ed4..ce87a19 100644
--- a/config/ftbquests/quests/reward_tables/first_aura_gem.snbt
+++ b/config/ftbquests/quests/reward_tables/first_aura_gem.snbt
@@ -1,35 +1,35 @@
-{
- icon: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- id: "51BC79A7A2C424C8"
- loot_size: 1
- order_index: 4
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Mana Regeneration Augment"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/aura/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Energy Regeneration Augment"
- }
- ]
- title: "First Augment Gem"
-}
+{
+ icon: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ id: "51BC79A7A2C424C8"
+ loot_size: 1
+ order_index: 4
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Mana Regeneration Augment"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/aura/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Energy Regeneration Augment"
+ }
+ ]
+ title: "First Augment Gem"
+}
diff --git a/config/ftbquests/quests/reward_tables/first_boots.snbt b/config/ftbquests/quests/reward_tables/first_boots.snbt
index 85ab16f..6cc94fd 100644
--- a/config/ftbquests/quests/reward_tables/first_boots.snbt
+++ b/config/ftbquests/quests/reward_tables/first_boots.snbt
@@ -1,46 +1,46 @@
-{
- icon: {
- Count: 1b
- id: "minecraft:iron_boots"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":42},\"imp\":{\"p\":30},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":1,\"id\":\"item_flat_armor\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":1,\"lvl\":1,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- id: "4FAC51956C55A453"
- loot_size: 1
- order_index: 8
- rewards: [
- {
- item: {
- Count: 1b
- id: "cte_essentials:plate_0_boots"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":24},\"imp\":{\"p\":46},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":2,\"lvl\":3,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "cte_essentials:leather_0_boots"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":10},\"imp\":{\"p\":5},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_flat_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":3,\"gtype\":\"leather_boots\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "cte_essentials:cloth_0_boots"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":13},\"imp\":{\"p\":40},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":25,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":0,\"lvl\":3,\"gtype\":\"cloth_boots\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- ]
- title: "First Boots"
-}
+{
+ icon: {
+ Count: 1b
+ id: "minecraft:iron_boots"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":42},\"imp\":{\"p\":30},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":1,\"id\":\"item_flat_armor\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":1,\"lvl\":1,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ id: "4FAC51956C55A453"
+ loot_size: 1
+ order_index: 8
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:plate_0_boots"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":24},\"imp\":{\"p\":46},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":2,\"lvl\":3,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:leather_0_boots"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":10},\"imp\":{\"p\":5},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_flat_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":3,\"gtype\":\"leather_boots\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:cloth_0_boots"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":13},\"imp\":{\"p\":40},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":25,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":0,\"lvl\":3,\"gtype\":\"cloth_boots\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ ]
+ title: "First Boots"
+}
diff --git a/config/ftbquests/quests/reward_tables/first_chest.snbt b/config/ftbquests/quests/reward_tables/first_chest.snbt
index 1e346ba..b41effb 100644
--- a/config/ftbquests/quests/reward_tables/first_chest.snbt
+++ b/config/ftbquests/quests/reward_tables/first_chest.snbt
@@ -1,46 +1,46 @@
-{
- icon: {
- Count: 1b
- id: "minecraft:iron_chestplate"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":100},\"imp\":{\"p\":11},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"seraphim\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":2,\"lvl\":1,\"gtype\":\"plate_chest\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- id: "622C723AF9BE0433"
- loot_size: 1
- order_index: 6
- rewards: [
- {
- item: {
- Count: 1b
- id: "cte_essentials:plate_0_chestplate"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":12},\"imp\":{\"p\":37},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"item_both_armor\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":3,\"lvl\":3,\"gtype\":\"plate_chest\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "cte_essentials:leather_0_chestplate"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":15},\"imp\":{\"p\":89},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_both_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":2,\"lvl\":3,\"gtype\":\"leather_chest\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "cte_essentials:cloth_0_chestplate"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":13},\"imp\":{\"p\":9},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_flat_ms\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":1,\"lvl\":3,\"gtype\":\"cloth_chest\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- ]
- title: "First Chest"
-}
+{
+ icon: {
+ Count: 1b
+ id: "minecraft:iron_chestplate"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":100},\"imp\":{\"p\":11},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"seraphim\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":2,\"lvl\":1,\"gtype\":\"plate_chest\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ id: "622C723AF9BE0433"
+ loot_size: 1
+ order_index: 6
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:plate_0_chestplate"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":12},\"imp\":{\"p\":37},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"item_both_armor\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":3,\"lvl\":3,\"gtype\":\"plate_chest\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:leather_0_chestplate"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":15},\"imp\":{\"p\":89},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_both_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":2,\"lvl\":3,\"gtype\":\"leather_chest\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:cloth_0_chestplate"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":13},\"imp\":{\"p\":9},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_flat_ms\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":1,\"lvl\":3,\"gtype\":\"cloth_chest\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ ]
+ title: "First Chest"
+}
diff --git a/config/ftbquests/quests/reward_tables/first_helmet.snbt b/config/ftbquests/quests/reward_tables/first_helmet.snbt
index b9c8d4f..bc083da 100644
--- a/config/ftbquests/quests/reward_tables/first_helmet.snbt
+++ b/config/ftbquests/quests/reward_tables/first_helmet.snbt
@@ -1,46 +1,46 @@
-{
- icon: {
- Count: 1b
- id: "minecraft:iron_helmet"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":57},\"imp\":{\"p\":91},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"seraphim\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":0,\"lvl\":1,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- id: "785B9A3ACA6307BA"
- loot_size: 1
- order_index: 5
- rewards: [
- {
- item: {
- Count: 1b
- id: "cte_essentials:plate_0_helmet"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":21},\"imp\":{\"p\":97},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":19,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":1,\"lvl\":3,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "cte_essentials:leather_0_helmet"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":17},\"imp\":{\"p\":21},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":23,\"id\":\"item_perc_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":0,\"lvl\":3,\"gtype\":\"leather_helmet\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "cte_essentials:cloth_0_helmet"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":11},\"imp\":{\"p\":2},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":12,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":2,\"lvl\":3,\"gtype\":\"cloth_helmet\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- ]
- title: "First Helmet"
-}
+{
+ icon: {
+ Count: 1b
+ id: "minecraft:iron_helmet"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":57},\"imp\":{\"p\":91},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"seraphim\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":0,\"lvl\":1,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ id: "785B9A3ACA6307BA"
+ loot_size: 1
+ order_index: 5
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:plate_0_helmet"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":21},\"imp\":{\"p\":97},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":19,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":1,\"lvl\":3,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:leather_0_helmet"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":17},\"imp\":{\"p\":21},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":23,\"id\":\"item_perc_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":0,\"lvl\":3,\"gtype\":\"leather_helmet\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:cloth_0_helmet"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":11},\"imp\":{\"p\":2},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":12,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":2,\"lvl\":3,\"gtype\":\"cloth_helmet\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ ]
+ title: "First Helmet"
+}
diff --git a/config/ftbquests/quests/reward_tables/first_offhand.snbt b/config/ftbquests/quests/reward_tables/first_offhand.snbt
index 81fa600..2d1faea 100644
--- a/config/ftbquests/quests/reward_tables/first_offhand.snbt
+++ b/config/ftbquests/quests/reward_tables/first_offhand.snbt
@@ -1,44 +1,44 @@
-{
- icon: {
- Count: 1b
- id: "minecraft:shield"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- id: "66B8806F322F10C1"
- loot_size: 1
- order_index: 9
- rewards: [
- {
- item: {
- Count: 1b
- id: "minecraft:shield"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:offhand/tome/iron"
- tag: {
- mmorpg_gear: "{\"baseStats\":{\"p\":71},\"imp\":{\"p\":78},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":2,\"id\":\"item_perc_ms\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":1,\"gtype\":\"tome\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:offhand/dodge/iron"
- tag: {
- mmorpg_gear: "{\"baseStats\":{\"p\":4},\"imp\":{\"p\":31},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":15,\"id\":\"item_both_dodge\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":4,\"lvl\":1,\"gtype\":\"totem\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- ]
- title: "First Offhand"
-}
+{
+ icon: {
+ Count: 1b
+ id: "minecraft:shield"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ id: "66B8806F322F10C1"
+ loot_size: 1
+ order_index: 9
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "minecraft:shield"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:offhand/tome/iron"
+ tag: {
+ mmorpg_gear: "{\"baseStats\":{\"p\":71},\"imp\":{\"p\":78},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":2,\"id\":\"item_perc_ms\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":1,\"gtype\":\"tome\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:offhand/dodge/iron"
+ tag: {
+ mmorpg_gear: "{\"baseStats\":{\"p\":4},\"imp\":{\"p\":31},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":15,\"id\":\"item_both_dodge\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":4,\"lvl\":1,\"gtype\":\"totem\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ ]
+ title: "First Offhand"
+}
diff --git a/config/ftbquests/quests/reward_tables/first_pants.snbt b/config/ftbquests/quests/reward_tables/first_pants.snbt
index 269ce75..99da03a 100644
--- a/config/ftbquests/quests/reward_tables/first_pants.snbt
+++ b/config/ftbquests/quests/reward_tables/first_pants.snbt
@@ -1,46 +1,46 @@
-{
- icon: {
- Count: 1b
- id: "minecraft:iron_leggings"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":94},\"imp\":{\"p\":93},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_perc_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":0,\"lvl\":1,\"gtype\":\"plate_pants\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- id: "75DE5BED07311A78"
- loot_size: 1
- order_index: 7
- rewards: [
- {
- item: {
- Count: 1b
- id: "cte_essentials:plate_0_leggings"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":12},\"imp\":{\"p\":71},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":14,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":4,\"lvl\":3,\"gtype\":\"plate_pants\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "cte_essentials:leather_0_leggings"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":20},\"imp\":{\"p\":91},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":21,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":0,\"lvl\":3,\"gtype\":\"leather_pants\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "cte_essentials:cloth_0_leggings"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":14},\"imp\":{\"p\":76},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":23,\"id\":\"item_flat_ms\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":1,\"lvl\":3,\"gtype\":\"cloth_pants\",\"pot\":\"common\",\"pn\":100}"
- }
- }
- }
- ]
- title: "First Pants"
-}
+{
+ icon: {
+ Count: 1b
+ id: "minecraft:iron_leggings"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":94},\"imp\":{\"p\":93},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_perc_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":0,\"lvl\":1,\"gtype\":\"plate_pants\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ id: "75DE5BED07311A78"
+ loot_size: 1
+ order_index: 7
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:plate_0_leggings"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":12},\"imp\":{\"p\":71},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":14,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":4,\"lvl\":3,\"gtype\":\"plate_pants\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:leather_0_leggings"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":20},\"imp\":{\"p\":91},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":21,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":0,\"lvl\":3,\"gtype\":\"leather_pants\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "cte_essentials:cloth_0_leggings"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":14},\"imp\":{\"p\":76},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":23,\"id\":\"item_flat_ms\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":1,\"lvl\":3,\"gtype\":\"cloth_pants\",\"pot\":\"common\",\"pn\":100}"
+ }
+ }
+ }
+ ]
+ title: "First Pants"
+}
diff --git a/config/ftbquests/quests/reward_tables/first_skill_gem.snbt b/config/ftbquests/quests/reward_tables/first_skill_gem.snbt
index d07ba58..5939bab 100644
--- a/config/ftbquests/quests/reward_tables/first_skill_gem.snbt
+++ b/config/ftbquests/quests/reward_tables/first_skill_gem.snbt
@@ -1,59 +1,59 @@
-{
- icon: "mmorpg:skill_gems/skill/int"
- id: "2B0A9AC82D550AA8"
- loot_size: 2
- order_index: 2
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fireball\",\"type\":\"SKILL\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Fireball"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"gong_strike\",\"type\":\"SKILL\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Gong Strike"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"craft_arrows\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Craft Arrows"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Summon Zombie"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"healing_aura\",\"type\":\"SKILL\",\"perc\":19,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Healing Wave"
- }
- ]
- title: "First Skill Gem"
-}
+{
+ icon: "mmorpg:skill_gems/skill/int"
+ id: "2B0A9AC82D550AA8"
+ loot_size: 2
+ order_index: 2
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fireball\",\"type\":\"SKILL\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Fireball"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"gong_strike\",\"type\":\"SKILL\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Gong Strike"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"craft_arrows\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Craft Arrows"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Summon Zombie"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"healing_aura\",\"type\":\"SKILL\",\"perc\":19,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Healing Wave"
+ }
+ ]
+ title: "First Skill Gem"
+}
diff --git a/config/ftbquests/quests/reward_tables/first_support_gem.snbt b/config/ftbquests/quests/reward_tables/first_support_gem.snbt
index 86f91c5..768933e 100644
--- a/config/ftbquests/quests/reward_tables/first_support_gem.snbt
+++ b/config/ftbquests/quests/reward_tables/first_support_gem.snbt
@@ -1,55 +1,55 @@
-{
- icon: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- id: "0D9DE420EEF90ECF"
- loot_size: 1
- order_index: 3
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Burn Chance Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"health_on_hit\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Health On Hit Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"bleed_chance\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Bleed Chance Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"accuracy\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Accuracy Support Gem"
- }
- ]
- title: "First Support Gem"
-}
+{
+ icon: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ id: "0D9DE420EEF90ECF"
+ loot_size: 1
+ order_index: 3
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Burn Chance Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"health_on_hit\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Health On Hit Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"bleed_chance\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Bleed Chance Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"accuracy\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Accuracy Support Gem"
+ }
+ ]
+ title: "First Support Gem"
+}
diff --git a/config/ftbquests/quests/reward_tables/first_weapon.snbt b/config/ftbquests/quests/reward_tables/first_weapon.snbt
index f04d06f..d0c49db 100644
--- a/config/ftbquests/quests/reward_tables/first_weapon.snbt
+++ b/config/ftbquests/quests/reward_tables/first_weapon.snbt
@@ -1,101 +1,101 @@
-{
- icon: {
- Count: 1b
- id: "minecraft:iron_sword"
- tag: {
- Damage: 0
- }
- }
- id: "05A0CE57058D6FB0"
- loot_size: 1
- order_index: 1
- rewards: [
- {
- item: {
- Count: 1b
- id: "minecraft:iron_sword"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":48},\"imp\":{\"p\":22,\"imp\":\"dusk_blade\"},\"affixes\":{\"suf\":[{\"p\":10,\"id\":\"of_pene\",\"rar\":\"common\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":10,\"id\":\"wep_item_flat\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":51,\"id\":\"warlords\",\"rar\":\"rare\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"sword\",\"pot\":\"rare\",\"pn\":100}"
- }
- }
- title: "Sword"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:weapon/staff/iron"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":46},\"imp\":{\"p\":80,\"imp\":\"cursed_staff\"},\"affixes\":{\"suf\":[{\"p\":37,\"id\":\"of_spell_dmg\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":17,\"id\":\"wep_item_perc\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":55,\"id\":\"focused\",\"rar\":\"rare\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"staff\",\"pot\":\"rare\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "minecraft:bow"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":47},\"imp\":{\"p\":68,\"imp\":\"imperial_bow\"},\"affixes\":{\"suf\":[{\"p\":28,\"id\":\"of_vampirism\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":47,\"id\":\"wep_item_both\",\"rar\":\"rare\",\"ty\":\"prefix\"},{\"p\":38,\"id\":\"wep_item_flat\",\"rar\":\"uncommon\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"bow\",\"pot\":\"rare\",\"pn\":100}"
- }
- }
- }
- {
- item: {
- Count: 1b
- id: "stalwart_dungeons:iron_hammer"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":49},\"imp\":{\"p\":84,\"imp\":\"cleric_staff\"},\"affixes\":{\"suf\":[{\"p\":48,\"id\":\"of_ease\",\"rar\":\"rare\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":16,\"id\":\"precise\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":36,\"id\":\"heal_crit_dmg_prefix\",\"rar\":\"uncommon\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"hammer\",\"pot\":\"rare\",\"pn\":100}"
- }
- }
- title: "Hammer"
- }
- {
- item: {
- Count: 1b
- id: "minecraft:iron_axe"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":41},\"imp\":{\"p\":54,\"imp\":\"broad_axe\"},\"affixes\":{\"suf\":[{\"p\":52,\"id\":\"of_brutality\",\"rar\":\"rare\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":16,\"id\":\"physical_wep_dmg\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":33,\"id\":\"wep_item_perc\",\"rar\":\"uncommon\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"axe\",\"pot\":\"rare\",\"pn\":100}"
- }
- }
- title: "Axe"
- }
- {
- item: {
- Count: 1b
- id: "minecraft:trident"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":53},\"imp\":{\"p\":6,\"imp\":\"war_spear\"},\"affixes\":{\"suf\":[{\"p\":30,\"id\":\"of_pene\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":14,\"id\":\"true_hit\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":11,\"id\":\"wep_item_flat\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"spear\",\"pot\":\"rare\",\"pn\":100}"
- }
- }
- title: "Spear (2-Handed)"
- }
- {
- item: {
- Count: 1b
- id: "minecraft:crossbow"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":55},\"imp\":{\"p\":85,\"imp\":\"bone_crossbow\"},\"affixes\":{\"suf\":[{\"p\":49,\"id\":\"of_brutality\",\"rar\":\"rare\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":31,\"id\":\"true_hit\",\"rar\":\"uncommon\",\"ty\":\"prefix\"},{\"p\":47,\"id\":\"precise\",\"rar\":\"rare\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"crossbow\",\"pot\":\"rare\",\"pn\":100}"
- }
- }
- title: "Crossbow"
- }
- {
- item: {
- Count: 1b
- id: "farmersdelight:iron_knife"
- tag: {
- Damage: 0
- mmorpg_gear: "{\"baseStats\":{\"p\":43},\"imp\":{\"p\":83,\"imp\":\"imp_dagger\"},\"affixes\":{\"suf\":[{\"p\":10,\"id\":\"of_less_cd\",\"rar\":\"common\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":12,\"id\":\"crit_prefix\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":45,\"id\":\"fire_wep_dmg\",\"rar\":\"rare\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"dagger\",\"pot\":\"rare\",\"pn\":100}"
- }
- }
- title: "Dagger"
- }
- ]
- title: "First Weapon"
-}
+{
+ icon: {
+ Count: 1b
+ id: "minecraft:iron_sword"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "05A0CE57058D6FB0"
+ loot_size: 1
+ order_index: 1
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "minecraft:iron_sword"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":48},\"imp\":{\"p\":22,\"imp\":\"dusk_blade\"},\"affixes\":{\"suf\":[{\"p\":10,\"id\":\"of_pene\",\"rar\":\"common\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":10,\"id\":\"wep_item_flat\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":51,\"id\":\"warlords\",\"rar\":\"rare\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"sword\",\"pot\":\"rare\",\"pn\":100}"
+ }
+ }
+ title: "Sword"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:weapon/staff/iron"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":46},\"imp\":{\"p\":80,\"imp\":\"cursed_staff\"},\"affixes\":{\"suf\":[{\"p\":37,\"id\":\"of_spell_dmg\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":17,\"id\":\"wep_item_perc\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":55,\"id\":\"focused\",\"rar\":\"rare\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"staff\",\"pot\":\"rare\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "minecraft:bow"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":47},\"imp\":{\"p\":68,\"imp\":\"imperial_bow\"},\"affixes\":{\"suf\":[{\"p\":28,\"id\":\"of_vampirism\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":47,\"id\":\"wep_item_both\",\"rar\":\"rare\",\"ty\":\"prefix\"},{\"p\":38,\"id\":\"wep_item_flat\",\"rar\":\"uncommon\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"bow\",\"pot\":\"rare\",\"pn\":100}"
+ }
+ }
+ }
+ {
+ item: {
+ Count: 1b
+ id: "stalwart_dungeons:iron_hammer"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":49},\"imp\":{\"p\":84,\"imp\":\"cleric_staff\"},\"affixes\":{\"suf\":[{\"p\":48,\"id\":\"of_ease\",\"rar\":\"rare\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":16,\"id\":\"precise\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":36,\"id\":\"heal_crit_dmg_prefix\",\"rar\":\"uncommon\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"hammer\",\"pot\":\"rare\",\"pn\":100}"
+ }
+ }
+ title: "Hammer"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "minecraft:iron_axe"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":41},\"imp\":{\"p\":54,\"imp\":\"broad_axe\"},\"affixes\":{\"suf\":[{\"p\":52,\"id\":\"of_brutality\",\"rar\":\"rare\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":16,\"id\":\"physical_wep_dmg\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":33,\"id\":\"wep_item_perc\",\"rar\":\"uncommon\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"axe\",\"pot\":\"rare\",\"pn\":100}"
+ }
+ }
+ title: "Axe"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "minecraft:trident"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":53},\"imp\":{\"p\":6,\"imp\":\"war_spear\"},\"affixes\":{\"suf\":[{\"p\":30,\"id\":\"of_pene\",\"rar\":\"uncommon\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":14,\"id\":\"true_hit\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":11,\"id\":\"wep_item_flat\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"spear\",\"pot\":\"rare\",\"pn\":100}"
+ }
+ }
+ title: "Spear (2-Handed)"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "minecraft:crossbow"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":55},\"imp\":{\"p\":85,\"imp\":\"bone_crossbow\"},\"affixes\":{\"suf\":[{\"p\":49,\"id\":\"of_brutality\",\"rar\":\"rare\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":31,\"id\":\"true_hit\",\"rar\":\"uncommon\",\"ty\":\"prefix\"},{\"p\":47,\"id\":\"precise\",\"rar\":\"rare\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"crossbow\",\"pot\":\"rare\",\"pn\":100}"
+ }
+ }
+ title: "Crossbow"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "farmersdelight:iron_knife"
+ tag: {
+ Damage: 0
+ mmorpg_gear: "{\"baseStats\":{\"p\":43},\"imp\":{\"p\":83,\"imp\":\"imp_dagger\"},\"affixes\":{\"suf\":[{\"p\":10,\"id\":\"of_less_cd\",\"rar\":\"common\",\"ty\":\"suffix\"}],\"pre\":[{\"p\":12,\"id\":\"crit_prefix\",\"rar\":\"common\",\"ty\":\"prefix\"},{\"p\":45,\"id\":\"fire_wep_dmg\",\"rar\":\"rare\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0,\"rw\":\"\",\"rp\":0},\"data\":{\"map\":{}},\"rar\":\"rare\",\"lvl\":3,\"gtype\":\"dagger\",\"pot\":\"rare\",\"pn\":100}"
+ }
+ }
+ title: "Dagger"
+ }
+ ]
+ title: "First Weapon"
+}
diff --git a/config/ftbquests/quests/reward_tables/gear_crafting_starter_pack.snbt b/config/ftbquests/quests/reward_tables/gear_crafting_starter_pack.snbt
index 000d162..6793524 100644
--- a/config/ftbquests/quests/reward_tables/gear_crafting_starter_pack.snbt
+++ b/config/ftbquests/quests/reward_tables/gear_crafting_starter_pack.snbt
@@ -1,25 +1,25 @@
-{
- hide_tooltip: true
- icon: {
- Count: 1b
- id: "mmorpg:stat_soul/family/jewelry/common"
- tag: {
- level: 1
- tier: 0
- }
- }
- id: "7A98FB9AEE02BBB2"
- loot_size: 8
- order_index: 37
- rewards: [
- { count: 4, item: "mmorpg:material/mining/0" }
- { count: 16, item: "mmorpg:stone/0" }
- { count: 4, item: "mmorpg:rare_mats/mining/lesser" }
- { count: 4, item: "lightmanscurrency:coin_copper" }
- { item: "minecraft:gold_ingot" }
- { item: "minecraft:iron_ingot" }
- { item: "minecraft:stick" }
- { item: "minecraft:string" }
- ]
- title: "Gear Crafting Starter Kit"
-}
+{
+ hide_tooltip: true
+ icon: {
+ Count: 1b
+ id: "mmorpg:stat_soul/family/jewelry/common"
+ tag: {
+ level: 1
+ tier: 0
+ }
+ }
+ id: "7A98FB9AEE02BBB2"
+ loot_size: 8
+ order_index: 37
+ rewards: [
+ { count: 4, item: "mmorpg:material/mining/0" }
+ { count: 16, item: "mmorpg:stone/0" }
+ { count: 4, item: "mmorpg:rare_mats/mining/lesser" }
+ { count: 4, item: "lightmanscurrency:coin_copper" }
+ { item: "minecraft:gold_ingot" }
+ { item: "minecraft:iron_ingot" }
+ { item: "minecraft:stick" }
+ { item: "minecraft:string" }
+ ]
+ title: "Gear Crafting Starter Kit"
+}
diff --git a/config/ftbquests/quests/reward_tables/randomized_unique_shop.snbt b/config/ftbquests/quests/reward_tables/randomized_unique_shop.snbt
index a37a8ea..208157c 100644
--- a/config/ftbquests/quests/reward_tables/randomized_unique_shop.snbt
+++ b/config/ftbquests/quests/reward_tables/randomized_unique_shop.snbt
@@ -1,35 +1,35 @@
-{
- id: "54B21001ABEEE2D0"
- loot_size: 1
- order_index: 39
- rewards: [
- {
- auto: "enabled"
- command: "/mine_and_slash give unique_gear @p random 60 1"
- elevate_perms: true
- icon: "mmorpg:chest/legendary_gear"
- silent: true
- title: "Randomized Unique (Lv. 60)"
- type: "command"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give unique_gear @p random 80 1"
- elevate_perms: true
- icon: "mmorpg:chest/legendary_gear"
- silent: true
- title: "Randomized Unique (Lv. 80)"
- type: "command"
- }
- {
- auto: "enabled"
- command: "/mine_and_slash give unique_gear @p random 100 1"
- elevate_perms: true
- icon: "mmorpg:chest/legendary_gear"
- silent: true
- title: "Randomized Unique (Lv. 100)"
- type: "command"
- }
- ]
- title: "Randomized Unique Shop"
-}
+{
+ id: "54B21001ABEEE2D0"
+ loot_size: 1
+ order_index: 39
+ rewards: [
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give unique_gear @p random 60 1"
+ elevate_perms: true
+ icon: "mmorpg:chest/legendary_gear"
+ silent: true
+ title: "Randomized Unique (Lv. 60)"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give unique_gear @p random 80 1"
+ elevate_perms: true
+ icon: "mmorpg:chest/legendary_gear"
+ silent: true
+ title: "Randomized Unique (Lv. 80)"
+ type: "command"
+ }
+ {
+ auto: "enabled"
+ command: "/mine_and_slash give unique_gear @p random 100 1"
+ elevate_perms: true
+ icon: "mmorpg:chest/legendary_gear"
+ silent: true
+ title: "Randomized Unique (Lv. 100)"
+ type: "command"
+ }
+ ]
+ title: "Randomized Unique Shop"
+}
diff --git a/config/ftbquests/quests/reward_tables/reset_potion_package.snbt b/config/ftbquests/quests/reward_tables/reset_potion_package.snbt
index 0f19f5b..495f2ef 100644
--- a/config/ftbquests/quests/reward_tables/reset_potion_package.snbt
+++ b/config/ftbquests/quests/reward_tables/reset_potion_package.snbt
@@ -1,13 +1,13 @@
-{
- hide_tooltip: true
- id: "6355A870A165DFE3"
- loot_size: 3
- order_index: 40
- rewards: [
- { item: "mmorpg:potions/reset_all_perks" }
- { item: "mmorpg:potions/reset_spells" }
- { item: "mmorpg:potions/reset_stats" }
- ]
- title: "Reset Potion Package (3 Items)"
- use_title: true
-}
+{
+ hide_tooltip: true
+ id: "6355A870A165DFE3"
+ loot_size: 3
+ order_index: 40
+ rewards: [
+ { item: "mmorpg:potions/reset_all_perks" }
+ { item: "mmorpg:potions/reset_spells" }
+ { item: "mmorpg:potions/reset_stats" }
+ ]
+ title: "Reset Potion Package (3 Items)"
+ use_title: true
+}
diff --git a/config/ftbquests/quests/reward_tables/skill_gem_4.snbt b/config/ftbquests/quests/reward_tables/skill_gem_4.snbt
index 569ae22..18eeaa9 100644
--- a/config/ftbquests/quests/reward_tables/skill_gem_4.snbt
+++ b/config/ftbquests/quests/reward_tables/skill_gem_4.snbt
@@ -1,38 +1,38 @@
-{
- id: "28817482D9F80A5F"
- loot_size: 1
- order_index: 13
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"chilling_touch\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Chilling Touch"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lightning_spear\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Lightning Spear"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"nature_balm\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Nature's Balm"
- }
- ]
- title: "Skill Gems 4"
-}
+{
+ id: "28817482D9F80A5F"
+ loot_size: 1
+ order_index: 13
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"chilling_touch\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Chilling Touch"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lightning_spear\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Lightning Spear"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"nature_balm\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Nature's Balm"
+ }
+ ]
+ title: "Skill Gems 4"
+}
diff --git a/config/ftbquests/quests/reward_tables/skill_gem_shop_i.snbt b/config/ftbquests/quests/reward_tables/skill_gem_shop_i.snbt
index ef7b224..bb3b28b 100644
--- a/config/ftbquests/quests/reward_tables/skill_gem_shop_i.snbt
+++ b/config/ftbquests/quests/reward_tables/skill_gem_shop_i.snbt
@@ -1,218 +1,218 @@
-{
- id: "0E227194CDBA97C2"
- loot_size: 1
- order_index: 18
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"healing_aura\",\"type\":\"SKILL\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Healing Wave"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"nature_balm\",\"type\":\"SKILL\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Nature's Balm"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"power_chord\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Power Chord"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"song_of_vigor\",\"type\":\"SKILL\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Hymn of Vigor"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"gong_strike\",\"type\":\"SKILL\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Gong Strike"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"boomerang\",\"type\":\"SKILL\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Boomerang"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"shred\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Shred"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"rejuv_totem\",\"type\":\"SKILL\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Rejuvenating Totem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"craft_arrows\",\"type\":\"SKILL\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Craft Arrows"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"arrow_barrage\",\"type\":\"SKILL\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Arrow Barrage"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"charged_bolt\",\"type\":\"SKILL\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Charged Bolt"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fire_trap\",\"type\":\"SKILL\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Fire Trap"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fireball\",\"type\":\"SKILL\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Fireball"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"frostball\",\"type\":\"SKILL\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Ice Shard"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lightning_spear\",\"type\":\"SKILL\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Lightning Spear"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fire_nova\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Fire Nova"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"frost_nova\",\"type\":\"SKILL\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Frost Nova"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"chilling_touch\",\"type\":\"SKILL\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Chilling Touch"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"curse_of_agony\",\"type\":\"SKILL\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Curse of Agony"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_spirit_wolf\",\"type\":\"SKILL\",\"perc\":24,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Summon Spirit Wolf"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Summon Zombie"
- }
- ]
- title: "Skill Gem Shop I"
-}
+{
+ id: "0E227194CDBA97C2"
+ loot_size: 1
+ order_index: 18
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"healing_aura\",\"type\":\"SKILL\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Healing Wave"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"nature_balm\",\"type\":\"SKILL\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Nature's Balm"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"power_chord\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Power Chord"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"song_of_vigor\",\"type\":\"SKILL\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Hymn of Vigor"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"gong_strike\",\"type\":\"SKILL\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Gong Strike"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"boomerang\",\"type\":\"SKILL\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Boomerang"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"shred\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Shred"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"rejuv_totem\",\"type\":\"SKILL\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Rejuvenating Totem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"craft_arrows\",\"type\":\"SKILL\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Craft Arrows"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"arrow_barrage\",\"type\":\"SKILL\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Arrow Barrage"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"charged_bolt\",\"type\":\"SKILL\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Charged Bolt"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fire_trap\",\"type\":\"SKILL\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Fire Trap"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fireball\",\"type\":\"SKILL\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Fireball"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"frostball\",\"type\":\"SKILL\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Ice Shard"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lightning_spear\",\"type\":\"SKILL\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Lightning Spear"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fire_nova\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Fire Nova"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"frost_nova\",\"type\":\"SKILL\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Frost Nova"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"chilling_touch\",\"type\":\"SKILL\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Chilling Touch"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"curse_of_agony\",\"type\":\"SKILL\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Curse of Agony"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_spirit_wolf\",\"type\":\"SKILL\",\"perc\":24,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Summon Spirit Wolf"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Summon Zombie"
+ }
+ ]
+ title: "Skill Gem Shop I"
+}
diff --git a/config/ftbquests/quests/reward_tables/skill_gems_1.snbt b/config/ftbquests/quests/reward_tables/skill_gems_1.snbt
index 521f49a..6901c02 100644
--- a/config/ftbquests/quests/reward_tables/skill_gems_1.snbt
+++ b/config/ftbquests/quests/reward_tables/skill_gems_1.snbt
@@ -1,48 +1,48 @@
-{
- id: "7FF7286DF7C37C1A"
- loot_size: 1
- order_index: 10
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"rejuv_totem\",\"type\":\"SKILL\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Rejuvenating Totem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fire_trap\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Fire Trap"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"frost_nova\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Frost Nova"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"arrow_barrage\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Arrow Barrage"
- }
- ]
- title: "Skill Gems 1"
-}
+{
+ id: "7FF7286DF7C37C1A"
+ loot_size: 1
+ order_index: 10
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"rejuv_totem\",\"type\":\"SKILL\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Rejuvenating Totem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fire_trap\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Fire Trap"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"frost_nova\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Frost Nova"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"arrow_barrage\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Arrow Barrage"
+ }
+ ]
+ title: "Skill Gems 1"
+}
diff --git a/config/ftbquests/quests/reward_tables/skill_gems_2.snbt b/config/ftbquests/quests/reward_tables/skill_gems_2.snbt
index efd2544..1dc3803 100644
--- a/config/ftbquests/quests/reward_tables/skill_gems_2.snbt
+++ b/config/ftbquests/quests/reward_tables/skill_gems_2.snbt
@@ -1,48 +1,48 @@
-{
- id: "7DDACA982BAF137B"
- loot_size: 1
- order_index: 11
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"shred\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Shred"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"frostball\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Ice Shard"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"charged_bolt\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Charged Bolt"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Summon Zombie"
- }
- ]
- title: "Skill Gems 2"
-}
+{
+ id: "7DDACA982BAF137B"
+ loot_size: 1
+ order_index: 11
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"shred\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Shred"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"frostball\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Ice Shard"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"charged_bolt\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Charged Bolt"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Summon Zombie"
+ }
+ ]
+ title: "Skill Gems 2"
+}
diff --git a/config/ftbquests/quests/reward_tables/skill_gems_3.snbt b/config/ftbquests/quests/reward_tables/skill_gems_3.snbt
index 9c2e756..6aa2aff 100644
--- a/config/ftbquests/quests/reward_tables/skill_gems_3.snbt
+++ b/config/ftbquests/quests/reward_tables/skill_gems_3.snbt
@@ -1,48 +1,48 @@
-{
- id: "54F40B7709E66A2A"
- loot_size: 1
- order_index: 12
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"power_chord\",\"type\":\"SKILL\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Power Chord"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"boomerang\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Boomerang"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_spirit_wolf\",\"type\":\"SKILL\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Summon Spirit Wolf"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"curse_of_agony\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Curse of Agony"
- }
- ]
- title: "Skill Gems 3"
-}
+{
+ id: "54F40B7709E66A2A"
+ loot_size: 1
+ order_index: 12
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"power_chord\",\"type\":\"SKILL\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Power Chord"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"boomerang\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Boomerang"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_spirit_wolf\",\"type\":\"SKILL\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Summon Spirit Wolf"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"curse_of_agony\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Curse of Agony"
+ }
+ ]
+ title: "Skill Gems 3"
+}
diff --git a/config/ftbquests/quests/reward_tables/skill_gems_5.snbt b/config/ftbquests/quests/reward_tables/skill_gems_5.snbt
index 548d3ec..8b64a9d 100644
--- a/config/ftbquests/quests/reward_tables/skill_gems_5.snbt
+++ b/config/ftbquests/quests/reward_tables/skill_gems_5.snbt
@@ -1,38 +1,38 @@
-{
- id: "5B3859F06C78A3CF"
- loot_size: 1
- order_index: 17
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"taunt\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Taunt"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"quickdraw\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Quickdraw"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/skill/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"poison_ball\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Poison Ball"
- }
- ]
- title: "Skill Gems 5"
-}
+{
+ id: "5B3859F06C78A3CF"
+ loot_size: 1
+ order_index: 17
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"taunt\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Taunt"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"quickdraw\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Quickdraw"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/skill/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"poison_ball\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Poison Ball"
+ }
+ ]
+ title: "Skill Gems 5"
+}
diff --git a/config/ftbquests/quests/reward_tables/support_gem_2.snbt b/config/ftbquests/quests/reward_tables/support_gem_2.snbt
index bea740b..0bb9a11 100644
--- a/config/ftbquests/quests/reward_tables/support_gem_2.snbt
+++ b/config/ftbquests/quests/reward_tables/support_gem_2.snbt
@@ -1,48 +1,48 @@
-{
- id: "0BC1CE3619E5066A"
- loot_size: 1
- order_index: 15
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"totem_dmg_cdr\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Primed Totems Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lmp\",\"type\":\"SUPPORT\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Lesser Multiple Projectiles Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"poison_chance\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Poison Chance Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_duration\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Summon Duration Support Gem"
- }
- ]
- title: "Support Gems 2"
-}
+{
+ id: "0BC1CE3619E5066A"
+ loot_size: 1
+ order_index: 15
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"totem_dmg_cdr\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Primed Totems Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lmp\",\"type\":\"SUPPORT\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Lesser Multiple Projectiles Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"poison_chance\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Poison Chance Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_duration\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Summon Duration Support Gem"
+ }
+ ]
+ title: "Support Gems 2"
+}
diff --git a/config/ftbquests/quests/reward_tables/support_gem_6.snbt b/config/ftbquests/quests/reward_tables/support_gem_6.snbt
index 935bb68..d0726fb 100644
--- a/config/ftbquests/quests/reward_tables/support_gem_6.snbt
+++ b/config/ftbquests/quests/reward_tables/support_gem_6.snbt
@@ -1,68 +1,68 @@
-{
- id: "46D168928F3E47A2"
- loot_size: 1
- order_index: 24
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Physical Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"ranged_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Ranged Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Fire Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Cold Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Lightning Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Chaos Damage Support Gem"
- }
- ]
- title: "Support Gems 6"
-}
+{
+ id: "46D168928F3E47A2"
+ loot_size: 1
+ order_index: 24
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Physical Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"ranged_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Ranged Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Fire Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Cold Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Lightning Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Chaos Damage Support Gem"
+ }
+ ]
+ title: "Support Gems 6"
+}
diff --git a/config/ftbquests/quests/reward_tables/support_gem_shop_i.snbt b/config/ftbquests/quests/reward_tables/support_gem_shop_i.snbt
index 0c6ed3c..ea64c09 100644
--- a/config/ftbquests/quests/reward_tables/support_gem_shop_i.snbt
+++ b/config/ftbquests/quests/reward_tables/support_gem_shop_i.snbt
@@ -1,198 +1,198 @@
-{
- id: "5E00053EA9AD03AA"
- loot_size: 1
- order_index: 19
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"bleed_chance\",\"type\":\"SUPPORT\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Bleed Chance Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Burn Chance Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"crit_chance\",\"type\":\"SUPPORT\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Crit Chance Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"dot_damage\",\"type\":\"SUPPORT\",\"perc\":19,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Damage Over Time Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"electrify_chance\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Electrify Chance Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"energy_on_hit\",\"type\":\"SUPPORT\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Energy On Hit Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"freeze_chance\",\"type\":\"SUPPORT\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Freeze Chance Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"proc_freeze\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Ice Breaker Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"health_on_hit\",\"type\":\"SUPPORT\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Health On Hit Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lmp\",\"type\":\"SUPPORT\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Lesser Multiple Projectiles Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"magic_shield_on_hit\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Magic Shield On Hit Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"mana_on_hit\",\"type\":\"SUPPORT\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Mana On Hit Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"small_cdr\",\"type\":\"SUPPORT\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Minor Cooldown Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"poison_chance\",\"type\":\"SUPPORT\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Poison Chance Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"totem_dmg_cdr\",\"type\":\"SUPPORT\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Primed Totems Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"proc_shock\",\"type\":\"SUPPORT\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Shock Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_duration\",\"type\":\"SUPPORT\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Summon Duration Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_health\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Summon Health Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"accuracy\",\"type\":\"SUPPORT\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Accuracy Support Gem"
- }
- ]
- title: "Support Gem Shop I"
-}
+{
+ id: "5E00053EA9AD03AA"
+ loot_size: 1
+ order_index: 19
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"bleed_chance\",\"type\":\"SUPPORT\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Bleed Chance Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Burn Chance Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"crit_chance\",\"type\":\"SUPPORT\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Crit Chance Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"dot_damage\",\"type\":\"SUPPORT\",\"perc\":19,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Damage Over Time Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"electrify_chance\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Electrify Chance Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"energy_on_hit\",\"type\":\"SUPPORT\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Energy On Hit Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"freeze_chance\",\"type\":\"SUPPORT\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Freeze Chance Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"proc_freeze\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Ice Breaker Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"health_on_hit\",\"type\":\"SUPPORT\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Health On Hit Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lmp\",\"type\":\"SUPPORT\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Lesser Multiple Projectiles Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"magic_shield_on_hit\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Magic Shield On Hit Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"mana_on_hit\",\"type\":\"SUPPORT\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Mana On Hit Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"small_cdr\",\"type\":\"SUPPORT\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Minor Cooldown Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"poison_chance\",\"type\":\"SUPPORT\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Poison Chance Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"totem_dmg_cdr\",\"type\":\"SUPPORT\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Primed Totems Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"proc_shock\",\"type\":\"SUPPORT\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Shock Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_duration\",\"type\":\"SUPPORT\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Summon Duration Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_health\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Summon Health Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"accuracy\",\"type\":\"SUPPORT\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Accuracy Support Gem"
+ }
+ ]
+ title: "Support Gem Shop I"
+}
diff --git a/config/ftbquests/quests/reward_tables/support_gem_shop_ii.snbt b/config/ftbquests/quests/reward_tables/support_gem_shop_ii.snbt
index 221c758..d8b10eb 100644
--- a/config/ftbquests/quests/reward_tables/support_gem_shop_ii.snbt
+++ b/config/ftbquests/quests/reward_tables/support_gem_shop_ii.snbt
@@ -1,198 +1,198 @@
-{
- id: "592E126488931E8D"
- loot_size: 1
- order_index: 32
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"chaos_pene\",\"type\":\"SUPPORT\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Chaos Penetration Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"water_pene\",\"type\":\"SUPPORT\",\"perc\":24,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Cold Penetration Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"crit_damage\",\"type\":\"SUPPORT\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Crit Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"plus_aoe\",\"type\":\"SUPPORT\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Expanded Area Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"proj_speed\",\"type\":\"SUPPORT\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Faster Projectiles Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fire_pene\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Fire Penetration Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"heal_at_low\",\"type\":\"SUPPORT\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Immediate Care Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lightning_pene\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Lightning Penetration Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lmp_barrage\",\"type\":\"SUPPORT\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Lesser Barrage Projectiles Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"mana_saver_dmg\",\"type\":\"SUPPORT\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Mana Conservation Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"physical_pene\",\"type\":\"SUPPORT\",\"perc\":24,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Physical Penetration Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"spell_damage_no_crit\",\"type\":\"SUPPORT\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Restrained Destruction Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_damage\",\"type\":\"SUPPORT\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Summon Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"totem_damage\",\"type\":\"SUPPORT\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Totem Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"cast_speed\",\"type\":\"SUPPORT\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Faster Cast Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"threat\",\"type\":\"SUPPORT\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Greater Threat Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"minion_threat\",\"type\":\"SUPPORT\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Minion Threat Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"effect_duration\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Effect Duration Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"trap_damage\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Trap Damage Support Gem"
- }
- ]
- title: "Support Gem Shop II"
-}
+{
+ id: "592E126488931E8D"
+ loot_size: 1
+ order_index: 32
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"chaos_pene\",\"type\":\"SUPPORT\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Chaos Penetration Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"water_pene\",\"type\":\"SUPPORT\",\"perc\":24,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Cold Penetration Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"crit_damage\",\"type\":\"SUPPORT\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Crit Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"plus_aoe\",\"type\":\"SUPPORT\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Expanded Area Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"proj_speed\",\"type\":\"SUPPORT\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Faster Projectiles Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fire_pene\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Fire Penetration Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"heal_at_low\",\"type\":\"SUPPORT\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Immediate Care Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lightning_pene\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Lightning Penetration Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lmp_barrage\",\"type\":\"SUPPORT\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Lesser Barrage Projectiles Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"mana_saver_dmg\",\"type\":\"SUPPORT\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Mana Conservation Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"physical_pene\",\"type\":\"SUPPORT\",\"perc\":24,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Physical Penetration Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"spell_damage_no_crit\",\"type\":\"SUPPORT\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Restrained Destruction Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_damage\",\"type\":\"SUPPORT\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Summon Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"totem_damage\",\"type\":\"SUPPORT\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Totem Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"cast_speed\",\"type\":\"SUPPORT\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Faster Cast Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"threat\",\"type\":\"SUPPORT\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Greater Threat Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"minion_threat\",\"type\":\"SUPPORT\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Minion Threat Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"effect_duration\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Effect Duration Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"trap_damage\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Trap Damage Support Gem"
+ }
+ ]
+ title: "Support Gem Shop II"
+}
diff --git a/config/ftbquests/quests/reward_tables/support_gem_shop_iii.snbt b/config/ftbquests/quests/reward_tables/support_gem_shop_iii.snbt
index 2dc8717..bd0ac30 100644
--- a/config/ftbquests/quests/reward_tables/support_gem_shop_iii.snbt
+++ b/config/ftbquests/quests/reward_tables/support_gem_shop_iii.snbt
@@ -1,128 +1,128 @@
-{
- id: "47F5343CBE906758"
- loot_size: 1
- order_index: 33
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"ailment_damage_less_hit_dmg\",\"type\":\"SUPPORT\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Ailment Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"aoe_dmg\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Area Focus Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"SUPPORT\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Chaos Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Cold Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"SUPPORT\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Fire Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"inc_heal\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Increased Healing Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"SUPPORT\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Lightning Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Physical Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"ranged_damage\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Ranged Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"phys_to_fire\",\"type\":\"SUPPORT\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Physical To Fire Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"phys_to_cold\",\"type\":\"SUPPORT\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Physical To Cold Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"phys_to_lightning\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Physical To Lightning Support Gem"
- }
- ]
- title: "Support Gem Shop III"
-}
+{
+ id: "47F5343CBE906758"
+ loot_size: 1
+ order_index: 33
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"ailment_damage_less_hit_dmg\",\"type\":\"SUPPORT\",\"perc\":15,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Ailment Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"aoe_dmg\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Area Focus Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"SUPPORT\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Chaos Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Cold Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"SUPPORT\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Fire Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"inc_heal\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Increased Healing Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"SUPPORT\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Lightning Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Physical Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"ranged_damage\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Ranged Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"phys_to_fire\",\"type\":\"SUPPORT\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Physical To Fire Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"phys_to_cold\",\"type\":\"SUPPORT\",\"perc\":17,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Physical To Cold Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"phys_to_lightning\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Physical To Lightning Support Gem"
+ }
+ ]
+ title: "Support Gem Shop III"
+}
diff --git a/config/ftbquests/quests/reward_tables/support_gem_shop_iv.snbt b/config/ftbquests/quests/reward_tables/support_gem_shop_iv.snbt
index 069e75c..4e6f5f0 100644
--- a/config/ftbquests/quests/reward_tables/support_gem_shop_iv.snbt
+++ b/config/ftbquests/quests/reward_tables/support_gem_shop_iv.snbt
@@ -1,88 +1,88 @@
-{
- id: "3C4838074D6D3B98"
- loot_size: 1
- order_index: 34
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"crit_dmg_less_non_crit_dmg\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Confident Ruin Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"gmp_barrage\",\"type\":\"SUPPORT\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Greater Barrage Projectiles Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"gmp\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Greater Multiple Projectiles Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"spell_damage\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Skill Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"reduced_proj_speed\",\"type\":\"SUPPORT\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Slower Projectiles Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"brutality\",\"type\":\"SUPPORT\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Brutality Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"swift_affliction\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Swift Affliction Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"cluster_traps\",\"type\":\"SUPPORT\",\"perc\":24,\"rar\":\"common\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Cluster Traps Support Gem"
- }
- ]
- title: "Support Gem Shop IV"
-}
+{
+ id: "3C4838074D6D3B98"
+ loot_size: 1
+ order_index: 34
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"crit_dmg_less_non_crit_dmg\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Confident Ruin Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"gmp_barrage\",\"type\":\"SUPPORT\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Greater Barrage Projectiles Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"gmp\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Greater Multiple Projectiles Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"spell_damage\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Skill Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"reduced_proj_speed\",\"type\":\"SUPPORT\",\"perc\":22,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Slower Projectiles Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"brutality\",\"type\":\"SUPPORT\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Brutality Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"swift_affliction\",\"type\":\"SUPPORT\",\"perc\":20,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Swift Affliction Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"cluster_traps\",\"type\":\"SUPPORT\",\"perc\":24,\"rar\":\"common\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Cluster Traps Support Gem"
+ }
+ ]
+ title: "Support Gem Shop IV"
+}
diff --git a/config/ftbquests/quests/reward_tables/support_gems_1.snbt b/config/ftbquests/quests/reward_tables/support_gems_1.snbt
index 1a931cd..73322c1 100644
--- a/config/ftbquests/quests/reward_tables/support_gems_1.snbt
+++ b/config/ftbquests/quests/reward_tables/support_gems_1.snbt
@@ -1,38 +1,38 @@
-{
- id: "72DFA46D9968EDE1"
- loot_size: 1
- order_index: 14
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"crit_chance\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Crit Chance Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"energy_on_hit\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Energy On Hit Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"dot_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Damage Over Time Support Gem"
- }
- ]
- title: "Support Gems 1"
-}
+{
+ id: "72DFA46D9968EDE1"
+ loot_size: 1
+ order_index: 14
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"crit_chance\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Crit Chance Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"energy_on_hit\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Energy On Hit Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"dot_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Damage Over Time Support Gem"
+ }
+ ]
+ title: "Support Gems 1"
+}
diff --git a/config/ftbquests/quests/reward_tables/support_gems_3.snbt b/config/ftbquests/quests/reward_tables/support_gems_3.snbt
index 4862c7a..050dd50 100644
--- a/config/ftbquests/quests/reward_tables/support_gems_3.snbt
+++ b/config/ftbquests/quests/reward_tables/support_gems_3.snbt
@@ -1,58 +1,58 @@
-{
- id: "1DD8786C6E8517DA"
- loot_size: 1
- order_index: 21
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"physical_pene\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Physical Penetration Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"plus_aoe\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Expanded Area Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"proj_speed\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Faster Projectiles Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"heal_at_low\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Immediate Care Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"trap_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Trap Damage Support Gem"
- }
- ]
- title: "Support Gems 3"
-}
+{
+ id: "1DD8786C6E8517DA"
+ loot_size: 1
+ order_index: 21
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"physical_pene\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Physical Penetration Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"plus_aoe\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Expanded Area Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"proj_speed\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Faster Projectiles Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"heal_at_low\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Immediate Care Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"trap_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Trap Damage Support Gem"
+ }
+ ]
+ title: "Support Gems 3"
+}
diff --git a/config/ftbquests/quests/reward_tables/support_gems_4.snbt b/config/ftbquests/quests/reward_tables/support_gems_4.snbt
index 6d256de..830ac4e 100644
--- a/config/ftbquests/quests/reward_tables/support_gems_4.snbt
+++ b/config/ftbquests/quests/reward_tables/support_gems_4.snbt
@@ -1,38 +1,38 @@
-{
- id: "1E42FE0C9DEA6108"
- loot_size: 1
- order_index: 22
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"crit_damage\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Crit Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"totem_damage\",\"type\":\"SUPPORT\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Totem Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"summon_damage\",\"type\":\"SUPPORT\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Summon Damage Support Gem"
- }
- ]
- title: "Support Gems 4"
-}
+{
+ id: "1E42FE0C9DEA6108"
+ loot_size: 1
+ order_index: 22
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"crit_damage\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Crit Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"totem_damage\",\"type\":\"SUPPORT\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Totem Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"summon_damage\",\"type\":\"SUPPORT\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Summon Damage Support Gem"
+ }
+ ]
+ title: "Support Gems 4"
+}
diff --git a/config/ftbquests/quests/reward_tables/support_gems_5.snbt b/config/ftbquests/quests/reward_tables/support_gems_5.snbt
index ed55487..a286e7c 100644
--- a/config/ftbquests/quests/reward_tables/support_gems_5.snbt
+++ b/config/ftbquests/quests/reward_tables/support_gems_5.snbt
@@ -1,48 +1,48 @@
-{
- id: "3C16724877D9438C"
- loot_size: 1
- order_index: 23
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"fire_pene\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Fire Penetration Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"water_pene\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Cold Penetration Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"lightning_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Lightning Penetration Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"chaos_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Chaos Penetration Support Gem"
- }
- ]
- title: "Support Gems 5"
-}
+{
+ id: "3C16724877D9438C"
+ loot_size: 1
+ order_index: 23
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"fire_pene\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Fire Penetration Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"water_pene\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Cold Penetration Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"lightning_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Lightning Penetration Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"chaos_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Chaos Penetration Support Gem"
+ }
+ ]
+ title: "Support Gems 5"
+}
diff --git a/config/ftbquests/quests/reward_tables/support_gems_7.snbt b/config/ftbquests/quests/reward_tables/support_gems_7.snbt
index 0d903b9..a15e74c 100644
--- a/config/ftbquests/quests/reward_tables/support_gems_7.snbt
+++ b/config/ftbquests/quests/reward_tables/support_gems_7.snbt
@@ -1,48 +1,48 @@
-{
- id: "167DA6B456BCD60B"
- loot_size: 1
- order_index: 28
- rewards: [
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/str"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"crit_dmg_less_non_crit_dmg\",\"type\":\"SUPPORT\",\"perc\":36,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Confident Ruin Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"gmp\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Greater Multiple Projectiles Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/int"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"spell_damage\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Skill Damage Support Gem"
- }
- {
- item: {
- Count: 1b
- id: "mmorpg:skill_gems/support/dex"
- tag: {
- mmorpg_skill_gem: "{\"id\":\"cluster_traps\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
- }
- }
- title: "Cluster Traps Support Gem"
- }
- ]
- title: "Support Gems 7"
-}
+{
+ id: "167DA6B456BCD60B"
+ loot_size: 1
+ order_index: 28
+ rewards: [
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/str"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"crit_dmg_less_non_crit_dmg\",\"type\":\"SUPPORT\",\"perc\":36,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Confident Ruin Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"gmp\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Greater Multiple Projectiles Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/int"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"spell_damage\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Skill Damage Support Gem"
+ }
+ {
+ item: {
+ Count: 1b
+ id: "mmorpg:skill_gems/support/dex"
+ tag: {
+ mmorpg_skill_gem: "{\"id\":\"cluster_traps\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}"
+ }
+ }
+ title: "Cluster Traps Support Gem"
+ }
+ ]
+ title: "Support Gems 7"
+}
diff --git a/config/ftbquests/quests/reward_tables/test.snbt b/config/ftbquests/quests/reward_tables/test.snbt
index d7d14ad..cd81512 100644
--- a/config/ftbquests/quests/reward_tables/test.snbt
+++ b/config/ftbquests/quests/reward_tables/test.snbt
@@ -1,27 +1,27 @@
-{
- icon: {
- Count: 1b
- id: "minecraft:bow"
- tag: {
- Damage: 0
- }
- }
- id: "19ADD3EEC74B272B"
- loot_size: 2
- order_index: 35
- rewards: [
- { count: 64, item: "minecraft:arrow", only_one: true }
- {
- item: {
- Count: 1b
- id: "minecraft:bow"
- tag: {
- Damage: 0
- }
- }
- only_one: true
- }
- ]
- title: "Bow and Arrows"
- use_title: true
-}
+{
+ icon: {
+ Count: 1b
+ id: "minecraft:bow"
+ tag: {
+ Damage: 0
+ }
+ }
+ id: "19ADD3EEC74B272B"
+ loot_size: 2
+ order_index: 35
+ rewards: [
+ { count: 64, item: "minecraft:arrow", only_one: true }
+ {
+ item: {
+ Count: 1b
+ id: "minecraft:bow"
+ tag: {
+ Damage: 0
+ }
+ }
+ only_one: true
+ }
+ ]
+ title: "Bow and Arrows"
+ use_title: true
+}
diff --git a/config/globalgamerules-common.toml b/config/globalgamerules-common.toml
index fa9e3c9..8c213b2 100644
--- a/config/globalgamerules-common.toml
+++ b/config/globalgamerules-common.toml
@@ -1,138 +1,138 @@
-
-#Gamerules that are set when a world is loaded
-[gamerules]
-
- [gamerules.chat]
- #Whether advancements should be announced in chat.
- announce_advancements = true
- #Whether command blocks should notify admins when they perform commands.
- command_block_output = false
- #Whether to log admin commands to server log.
- log_admin_commands = true
- #Whether the feedback from commands executed by a player should show up in chat. Also affects the default behavior of whether command blocks store their output text.
- send_command_feedback = true
- #Whether death messages are put into chat when a player dies. Also affects whether a message is sent to the pet's owner when the pet dies.
- show_death_messages = true
-
- [gamerules.drops]
- #Whether block loot is dropped by all blocks (false) or randomly (true) depending on how far the block is from the center of a block explosion (e.g. clicking a bed in dimensions other than the Overworld).
- block_explosion_drop_decay = true
- #Whether entities that are not mobs should have drops.
- do_entity_drops = true
- #Whether mobs should drop items and experience orbs.
- do_mob_loot = true
- #Whether blocks should have drops.
- do_tile_drops = true
- #Whether block loot is dropped by all blocks (false) or randomly (true) depending on how far the block is from the center of a mob explosion (e.g. Creeper explosion).
- mob_explosion_drop_decay = true
- #Whether block loot is dropped by all blocks (false) or randomly (true) depending on how far the block is from the center of a TNT explosion.
- tnt_explosion_drop_decay = false
-
- [gamerules.misc]
- #Controls the maximum number of blocks changed when using /clone, /fill, or /fillbiome.
- #Range: > 0
- command_modification_block_limit = 32768
- #Whether certain sound events are heard by all players regardless of location.
- global_sound_events = true
- #The maximum length of a chain of commands that can be executed during one tick. Applies to command blocks and functions.
- #Range: > 0
- max_command_chain_length = 65536
- #Whether the debug screen shows all or reduced information; and whether the effects of F3+B (entity hitboxes) and F3+G (chunk boundaries) are shown.
- reduced_debug_info = false
-
- [gamerules.player]
- #Whether the server should skip checking player speed when the player is wearing elytra. Often helps with jittering due to lag in multiplayer.
- disable_elytra_movement_check = true
- #Players respawn immediately without showing the death screen.
- do_immediate_respawn = false
- #Whether players can craft only those recipes that they have unlocked.
- do_limited_crafting = false
- #Whether the player should take damage when drowning.
- drowning_damage = true
- #Whether the player should take fall damage.
- fall_damage = true
- #Whether the player should take damage in fire, lava, campfires, or on magma blocks.
- fire_damage = true
- #Whether the player should take damage when inside powder snow.
- freeze_damage = true
- #Whether the player should keep items and experience in their inventory after death .
- keep_inventory = true
- #Whether the player can regenerate health naturally if their hunger is full enough (doesn't affect external healing, such as golden apples, the Regeneration effect, etc.)
- natural_regeneration = false
- #What percentage of players must sleep to skip the night.
- #Range: > 0
- players_sleeping_percentage = 100
- #The number of blocks outward from the world spawn coordinates that a player spawns in when first joining a server or when dying without a personal spawnpoint. Has no effect on servers where the default game mode is Adventure.
- #Range: > 0
- spawn_radius = 10
- #Whether players in spectator mode can generate chunks
- spectators_generate_chunks = true
-
- [gamerules.mobs]
- #Whether raids are disabled.
- disable_raids = false
- #Makes angered neutral mobs stop being angry when the targeted player dies nearby.
- forgive_dead_players = true
- #The maximum number of pushable entities a mob or player can push, before taking 6 (♥♥♥) entity cramming damage per half-second. Setting to 0 or lower disables the rule. Damage affects Survival-mode or Adventure-mode players, and all mobs but bats. Pushable entities include non-Spectator-mode players, any mob except bats, as well as boats and minecarts.
- #Range: > 0
- max_entity_cramming = 16
- #Whether creepers, zombies, endermen, ghasts, withers, ender dragons, rabbits, sheep, villagers, silverfish, snow golems, and end crystals should be able to change blocks, and whether mobs can pick up items. When mobGriefing is disabled, piglins do not pick up gold ingots, but a player can still barter with them by using the item on the mob. Similarly, villagers do not pick up food items but can still breed until they run out of any food already in their inventory. This also affects the capability of zombie-like creatures like zombified piglins and drowned to pathfind to turtle eggs.
- mob_griefing = true
- #Makes angered neutral mobs attack any nearby player, not just the player that angered them. Works best if forgiveDeadPlayers is disabled.
- universal_anger = false
-
- [gamerules.updates]
- #Whether the daylight cycle and moon phases progress.
- do_daylight_cycle = true
- #Whether fire should spread and naturally extinguish
- do_fire_tick = true
- #Whether vines can spread to other blocks. Cave vines, weeping vines, and twisting vines are not affected.
- do_vines_spread = true
- #Whether the weather can change naturally. The /weather command can still change weather.
- do_weather_cycle = true
- #Whether new sources of lava are allowed to form.
- lava_source_conversion = false
- #How often a random block tick occurs (such as plant growth, leaf decay, etc.) per chunk section per game tick. 0 and negative values disables random ticks, higher numbers increase random ticks. Setting to a high integer results in high speeds of decay and growth. Numbers over 4096 make plant growth or leaf decay instantaneous.
- #Range: > 0
- random_tick_speed = 3
- #The maximum number of snow layers that can be accumulated on each block.
- #Range: > 0
- snow_accumulation_height = 1
- #Whether new sources of water are allowed to form.
- water_source_conversion = true
-
- [gamerules.spawning]
- #Whether phantoms can spawn in the nighttime.
- do_insomnia = true
- #Whether mobs should naturally spawn. Does not affect monster spawners.
- do_mob_spawning = true
- #Whether patrols can spawn.
- do_patrol_spawning = true
- #Whether wandering traders can spawn.
- do_trader_spawning = true
- #Whether wardens can spawn.
- do_warden_spawning = true
-
-#Configs related to difficult changes
-[difficulty]
- #If the difficulty should be set on world load
- #If true difficulty changes in game will also be saved to the config
- set_difficulty = false
- #The difficulty to set if 'set_difficulty' is true, respects if the difficulty is locked or not for the world
- #Allowed Values: PEACEFUL, EASY, NORMAL, HARD
- difficulty = "NORMAL"
- #If true the world will be set to hardcore, difficultly will be set to hard independent to the 'difficulty' config
- #Setting it to hardcore auto locks the difficulty while this is true
- hardcore = false
- #If a world's difficulty should be locked when loaded, if world already is locked it can't be changed
- #If the global world difficulty is enabled it's set first
- lock_difficulty = false
-
-#A collection of misc configs
-[misc]
- #If gamerules should be saved to config on world unload
- save_gamerules = true
- #A comma separated list of commands to run on world join, @p is replaced with joining player name, command is run by the server
- #Example: default_commands = ["/tellraw @p [\"\",{\"text\":\"Hi \"},{\"text\":\"@p\",\"color\":\"aqua\"}]"]
- default_commands = []
-
+
+#Gamerules that are set when a world is loaded
+[gamerules]
+
+ [gamerules.chat]
+ #Whether advancements should be announced in chat.
+ announce_advancements = true
+ #Whether command blocks should notify admins when they perform commands.
+ command_block_output = false
+ #Whether to log admin commands to server log.
+ log_admin_commands = true
+ #Whether the feedback from commands executed by a player should show up in chat. Also affects the default behavior of whether command blocks store their output text.
+ send_command_feedback = true
+ #Whether death messages are put into chat when a player dies. Also affects whether a message is sent to the pet's owner when the pet dies.
+ show_death_messages = true
+
+ [gamerules.drops]
+ #Whether block loot is dropped by all blocks (false) or randomly (true) depending on how far the block is from the center of a block explosion (e.g. clicking a bed in dimensions other than the Overworld).
+ block_explosion_drop_decay = true
+ #Whether entities that are not mobs should have drops.
+ do_entity_drops = true
+ #Whether mobs should drop items and experience orbs.
+ do_mob_loot = true
+ #Whether blocks should have drops.
+ do_tile_drops = true
+ #Whether block loot is dropped by all blocks (false) or randomly (true) depending on how far the block is from the center of a mob explosion (e.g. Creeper explosion).
+ mob_explosion_drop_decay = true
+ #Whether block loot is dropped by all blocks (false) or randomly (true) depending on how far the block is from the center of a TNT explosion.
+ tnt_explosion_drop_decay = false
+
+ [gamerules.misc]
+ #Controls the maximum number of blocks changed when using /clone, /fill, or /fillbiome.
+ #Range: > 0
+ command_modification_block_limit = 32768
+ #Whether certain sound events are heard by all players regardless of location.
+ global_sound_events = true
+ #The maximum length of a chain of commands that can be executed during one tick. Applies to command blocks and functions.
+ #Range: > 0
+ max_command_chain_length = 65536
+ #Whether the debug screen shows all or reduced information; and whether the effects of F3+B (entity hitboxes) and F3+G (chunk boundaries) are shown.
+ reduced_debug_info = false
+
+ [gamerules.player]
+ #Whether the server should skip checking player speed when the player is wearing elytra. Often helps with jittering due to lag in multiplayer.
+ disable_elytra_movement_check = true
+ #Players respawn immediately without showing the death screen.
+ do_immediate_respawn = false
+ #Whether players can craft only those recipes that they have unlocked.
+ do_limited_crafting = false
+ #Whether the player should take damage when drowning.
+ drowning_damage = true
+ #Whether the player should take fall damage.
+ fall_damage = true
+ #Whether the player should take damage in fire, lava, campfires, or on magma blocks.
+ fire_damage = true
+ #Whether the player should take damage when inside powder snow.
+ freeze_damage = true
+ #Whether the player should keep items and experience in their inventory after death .
+ keep_inventory = true
+ #Whether the player can regenerate health naturally if their hunger is full enough (doesn't affect external healing, such as golden apples, the Regeneration effect, etc.)
+ natural_regeneration = false
+ #What percentage of players must sleep to skip the night.
+ #Range: > 0
+ players_sleeping_percentage = 100
+ #The number of blocks outward from the world spawn coordinates that a player spawns in when first joining a server or when dying without a personal spawnpoint. Has no effect on servers where the default game mode is Adventure.
+ #Range: > 0
+ spawn_radius = 10
+ #Whether players in spectator mode can generate chunks
+ spectators_generate_chunks = true
+
+ [gamerules.mobs]
+ #Whether raids are disabled.
+ disable_raids = false
+ #Makes angered neutral mobs stop being angry when the targeted player dies nearby.
+ forgive_dead_players = true
+ #The maximum number of pushable entities a mob or player can push, before taking 6 (♥♥♥) entity cramming damage per half-second. Setting to 0 or lower disables the rule. Damage affects Survival-mode or Adventure-mode players, and all mobs but bats. Pushable entities include non-Spectator-mode players, any mob except bats, as well as boats and minecarts.
+ #Range: > 0
+ max_entity_cramming = 16
+ #Whether creepers, zombies, endermen, ghasts, withers, ender dragons, rabbits, sheep, villagers, silverfish, snow golems, and end crystals should be able to change blocks, and whether mobs can pick up items. When mobGriefing is disabled, piglins do not pick up gold ingots, but a player can still barter with them by using the item on the mob. Similarly, villagers do not pick up food items but can still breed until they run out of any food already in their inventory. This also affects the capability of zombie-like creatures like zombified piglins and drowned to pathfind to turtle eggs.
+ mob_griefing = true
+ #Makes angered neutral mobs attack any nearby player, not just the player that angered them. Works best if forgiveDeadPlayers is disabled.
+ universal_anger = false
+
+ [gamerules.updates]
+ #Whether the daylight cycle and moon phases progress.
+ do_daylight_cycle = true
+ #Whether fire should spread and naturally extinguish
+ do_fire_tick = true
+ #Whether vines can spread to other blocks. Cave vines, weeping vines, and twisting vines are not affected.
+ do_vines_spread = true
+ #Whether the weather can change naturally. The /weather command can still change weather.
+ do_weather_cycle = true
+ #Whether new sources of lava are allowed to form.
+ lava_source_conversion = false
+ #How often a random block tick occurs (such as plant growth, leaf decay, etc.) per chunk section per game tick. 0 and negative values disables random ticks, higher numbers increase random ticks. Setting to a high integer results in high speeds of decay and growth. Numbers over 4096 make plant growth or leaf decay instantaneous.
+ #Range: > 0
+ random_tick_speed = 3
+ #The maximum number of snow layers that can be accumulated on each block.
+ #Range: > 0
+ snow_accumulation_height = 1
+ #Whether new sources of water are allowed to form.
+ water_source_conversion = true
+
+ [gamerules.spawning]
+ #Whether phantoms can spawn in the nighttime.
+ do_insomnia = true
+ #Whether mobs should naturally spawn. Does not affect monster spawners.
+ do_mob_spawning = true
+ #Whether patrols can spawn.
+ do_patrol_spawning = true
+ #Whether wandering traders can spawn.
+ do_trader_spawning = true
+ #Whether wardens can spawn.
+ do_warden_spawning = true
+
+#Configs related to difficult changes
+[difficulty]
+ #If the difficulty should be set on world load
+ #If true difficulty changes in game will also be saved to the config
+ set_difficulty = false
+ #The difficulty to set if 'set_difficulty' is true, respects if the difficulty is locked or not for the world
+ #Allowed Values: PEACEFUL, EASY, NORMAL, HARD
+ difficulty = "NORMAL"
+ #If true the world will be set to hardcore, difficultly will be set to hard independent to the 'difficulty' config
+ #Setting it to hardcore auto locks the difficulty while this is true
+ hardcore = false
+ #If a world's difficulty should be locked when loaded, if world already is locked it can't be changed
+ #If the global world difficulty is enabled it's set first
+ lock_difficulty = false
+
+#A collection of misc configs
+[misc]
+ #If gamerules should be saved to config on world unload
+ save_gamerules = true
+ #A comma separated list of commands to run on world join, @p is replaced with joining player name, command is run by the server
+ #Example: default_commands = ["/tellraw @p [\"\",{\"text\":\"Hi \"},{\"text\":\"@p\",\"color\":\"aqua\"}]"]
+ default_commands = []
+
diff --git a/config/globalxp-client.toml b/config/globalxp-client.toml
index b6b41a5..087493a 100644
--- a/config/globalxp-client.toml
+++ b/config/globalxp-client.toml
@@ -1,9 +1,9 @@
-#How fast the emerald should spin (multiplier of the default speed)
-#Range: 0.0 ~ 1.7976931348623157E308
-spinSpeed = 1.0
-#How fast the emerald should bob up and down (multiplier of the default speed)
-#Range: 0.0 ~ 1.7976931348623157E308
-bobSpeed = 1.0
-#Whether info about the saved levels should be shown above the XP Block
-renderNameplate = true
-
+#How fast the emerald should spin (multiplier of the default speed)
+#Range: 0.0 ~ 1.7976931348623157E308
+spinSpeed = 1.0
+#How fast the emerald should bob up and down (multiplier of the default speed)
+#Range: 0.0 ~ 1.7976931348623157E308
+bobSpeed = 1.0
+#Whether info about the saved levels should be shown above the XP Block
+renderNameplate = true
+
diff --git a/config/goblintraders-entities.toml b/config/goblintraders-entities.toml
index 5b25678..00a61fc 100644
--- a/config/goblintraders-entities.toml
+++ b/config/goblintraders-entities.toml
@@ -1,176 +1,176 @@
-# If true, prevents the trader from despawning if named
-# Valid values: true, false
-preventDespawnIfNamed = false
-
-[veinGoblinTrader]
- # The amount of ticks to wait before trying to spawn a trader again if the spawn failed
- # Valid range: 1 to 2147483647 (inclusive)
- spawnInterval = 6000
- # Goblins will make a grunt noise while walking around. If you find it happening too often, you can increase the interval. Value is represented in ticks.
- # Valid range: 1 to 1000 (inclusive)
- gruntNoiseInterval = 80
- # The minimum level the trader can spawn
- # Valid range: -64 to 320 (inclusive)
- traderMinSpawnLevel = 0
- # If true, the goblin will try to hit back a player or mob that hit them
- # Valid values: true, false
- canAttackBack = true
- # The amount of ticks before the trader will start spawning in a new world
- # Valid range: 1 to 2147483647 (inclusive)
- traderSpawnDelay = 24000
- # The chance out of one hundred that the trader will spawn in the over world
- # Valid range: 1 to 100 (inclusive)
- traderSpawnChance = 25
- # The amount of ticks before the trader will replenish it's trades. Set to -1 to disable restocking
- # Valid range: -1 to 2147483647 (inclusive)
- restockDelay = 48000
- # The maximum level the trader can spawn
- # Valid range: -64 to 320 (inclusive)
- traderMaxSpawnLevel = 128
- # The amount of ticks before the trader will despawn
- # Valid range: 1 to 2147483647 (inclusive)
- traderDespawnDelay = 24000
-
- [veinGoblinTrader.trades]
-
- [veinGoblinTrader.trades.common]
- # The chance this trade rarity will be included in the goblin's trades
- # Valid range: 0 to 1 (inclusive)
- includeChance = 1.0
- # The minimum amount of trades that a golbin will have.
- # Valid range: 0 to 2147483647 (inclusive)
- minAmount = 5
- # The maximum amount of trades that a golbin can have.
- # Valid range: 0 to 2147483647 (inclusive)
- manAmount = 8
-
- [veinGoblinTrader.trades.rare]
- # The maximum amount of trades that a golbin can have.
- # Valid range: 0 to 2147483647 (inclusive)
- manAmount = 4
- # The chance this trade rarity will be included in the goblin's trades
- # Valid range: 0 to 1 (inclusive)
- includeChance = 1.0
- # The minimum amount of trades that a golbin will have.
- # Valid range: 0 to 2147483647 (inclusive)
- minAmount = 3
-
- [veinGoblinTrader.trades.legendary]
- # The chance this trade rarity will be included in the goblin's trades
- # Valid range: 0 to 1 (inclusive)
- includeChance = 0.1
- # The maximum amount of trades that a golbin can have.
- # Valid range: 0 to 2147483647 (inclusive)
- manAmount = 1
- # The minimum amount of trades that a golbin will have.
- # Valid range: 0 to 2147483647 (inclusive)
- minAmount = 1
-
- [veinGoblinTrader.trades.epic]
- # The minimum amount of trades that a golbin will have.
- # Valid range: 0 to 2147483647 (inclusive)
- minAmount = 0
- # The maximum amount of trades that a golbin can have.
- # Valid range: 0 to 2147483647 (inclusive)
- manAmount = 2
- # The chance this trade rarity will be included in the goblin's trades
- # Valid range: 0 to 1 (inclusive)
- includeChance = 1.0
-
- [veinGoblinTrader.trades.uncommon]
- # The chance this trade rarity will be included in the goblin's trades
- # Valid range: 0 to 1 (inclusive)
- includeChance = 1.0
- # The minimum amount of trades that a golbin will have.
- # Valid range: 0 to 2147483647 (inclusive)
- minAmount = 3
- # The maximum amount of trades that a golbin can have.
- # Valid range: 0 to 2147483647 (inclusive)
- manAmount = 5
-
-[goblinTrader]
- # Goblins will make a grunt noise while walking around. If you find it happening too often, you can increase the interval. Value is represented in ticks.
- # Valid range: 1 to 1000 (inclusive)
- gruntNoiseInterval = 80
- # The minimum level the trader can spawn
- # Valid range: -64 to 320 (inclusive)
- traderMinSpawnLevel = -64
- # The amount of ticks before the trader will replenish it's trades. Set to -1 to disable restocking
- # Valid range: -1 to 2147483647 (inclusive)
- restockDelay = 48000
- # If true, the goblin will try to hit back a player or mob that hit them
- # Valid values: true, false
- canAttackBack = true
- # The amount of ticks before the trader will start spawning in a new world
- # Valid range: 1 to 2147483647 (inclusive)
- traderSpawnDelay = 24000
- # The amount of ticks to wait before trying to spawn a trader again if the spawn failed
- # Valid range: 1 to 2147483647 (inclusive)
- spawnInterval = 6000
- # The maximum level the trader can spawn
- # Valid range: -64 to 320 (inclusive)
- traderMaxSpawnLevel = 50
- # The chance out of one hundred that the trader will spawn in the over world
- # Valid range: 1 to 100 (inclusive)
- traderSpawnChance = 25
- # The amount of ticks before the trader will despawn
- # Valid range: 1 to 2147483647 (inclusive)
- traderDespawnDelay = 24000
-
- [goblinTrader.trades]
-
- [goblinTrader.trades.rare]
- # The chance this trade rarity will be included in the goblin's trades
- # Valid range: 0 to 1 (inclusive)
- includeChance = 1.0
- # The minimum amount of trades that a golbin will have.
- # Valid range: 0 to 2147483647 (inclusive)
- minAmount = 3
- # The maximum amount of trades that a golbin can have.
- # Valid range: 0 to 2147483647 (inclusive)
- manAmount = 4
-
- [goblinTrader.trades.common]
- # The minimum amount of trades that a golbin will have.
- # Valid range: 0 to 2147483647 (inclusive)
- minAmount = 5
- # The chance this trade rarity will be included in the goblin's trades
- # Valid range: 0 to 1 (inclusive)
- includeChance = 1.0
- # The maximum amount of trades that a golbin can have.
- # Valid range: 0 to 2147483647 (inclusive)
- manAmount = 8
-
- [goblinTrader.trades.uncommon]
- # The chance this trade rarity will be included in the goblin's trades
- # Valid range: 0 to 1 (inclusive)
- includeChance = 1.0
- # The maximum amount of trades that a golbin can have.
- # Valid range: 0 to 2147483647 (inclusive)
- manAmount = 5
- # The minimum amount of trades that a golbin will have.
- # Valid range: 0 to 2147483647 (inclusive)
- minAmount = 3
-
- [goblinTrader.trades.epic]
- # The minimum amount of trades that a golbin will have.
- # Valid range: 0 to 2147483647 (inclusive)
- minAmount = 0
- # The chance this trade rarity will be included in the goblin's trades
- # Valid range: 0 to 1 (inclusive)
- includeChance = 1.0
- # The maximum amount of trades that a golbin can have.
- # Valid range: 0 to 2147483647 (inclusive)
- manAmount = 2
-
- [goblinTrader.trades.legendary]
- # The chance this trade rarity will be included in the goblin's trades
- # Valid range: 0 to 1 (inclusive)
- includeChance = 0.1
- # The minimum amount of trades that a golbin will have.
- # Valid range: 0 to 2147483647 (inclusive)
- minAmount = 1
- # The maximum amount of trades that a golbin can have.
- # Valid range: 0 to 2147483647 (inclusive)
- manAmount = 1
-
+# If true, prevents the trader from despawning if named
+# Valid values: true, false
+preventDespawnIfNamed = false
+
+[veinGoblinTrader]
+ # The amount of ticks to wait before trying to spawn a trader again if the spawn failed
+ # Valid range: 1 to 2147483647 (inclusive)
+ spawnInterval = 6000
+ # Goblins will make a grunt noise while walking around. If you find it happening too often, you can increase the interval. Value is represented in ticks.
+ # Valid range: 1 to 1000 (inclusive)
+ gruntNoiseInterval = 80
+ # The minimum level the trader can spawn
+ # Valid range: -64 to 320 (inclusive)
+ traderMinSpawnLevel = 0
+ # If true, the goblin will try to hit back a player or mob that hit them
+ # Valid values: true, false
+ canAttackBack = true
+ # The amount of ticks before the trader will start spawning in a new world
+ # Valid range: 1 to 2147483647 (inclusive)
+ traderSpawnDelay = 24000
+ # The chance out of one hundred that the trader will spawn in the over world
+ # Valid range: 1 to 100 (inclusive)
+ traderSpawnChance = 25
+ # The amount of ticks before the trader will replenish it's trades. Set to -1 to disable restocking
+ # Valid range: -1 to 2147483647 (inclusive)
+ restockDelay = 48000
+ # The maximum level the trader can spawn
+ # Valid range: -64 to 320 (inclusive)
+ traderMaxSpawnLevel = 128
+ # The amount of ticks before the trader will despawn
+ # Valid range: 1 to 2147483647 (inclusive)
+ traderDespawnDelay = 24000
+
+ [veinGoblinTrader.trades]
+
+ [veinGoblinTrader.trades.common]
+ # The chance this trade rarity will be included in the goblin's trades
+ # Valid range: 0 to 1 (inclusive)
+ includeChance = 1.0
+ # The minimum amount of trades that a golbin will have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ minAmount = 5
+ # The maximum amount of trades that a golbin can have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ manAmount = 8
+
+ [veinGoblinTrader.trades.rare]
+ # The maximum amount of trades that a golbin can have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ manAmount = 4
+ # The chance this trade rarity will be included in the goblin's trades
+ # Valid range: 0 to 1 (inclusive)
+ includeChance = 1.0
+ # The minimum amount of trades that a golbin will have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ minAmount = 3
+
+ [veinGoblinTrader.trades.legendary]
+ # The chance this trade rarity will be included in the goblin's trades
+ # Valid range: 0 to 1 (inclusive)
+ includeChance = 0.1
+ # The maximum amount of trades that a golbin can have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ manAmount = 1
+ # The minimum amount of trades that a golbin will have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ minAmount = 1
+
+ [veinGoblinTrader.trades.epic]
+ # The minimum amount of trades that a golbin will have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ minAmount = 0
+ # The maximum amount of trades that a golbin can have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ manAmount = 2
+ # The chance this trade rarity will be included in the goblin's trades
+ # Valid range: 0 to 1 (inclusive)
+ includeChance = 1.0
+
+ [veinGoblinTrader.trades.uncommon]
+ # The chance this trade rarity will be included in the goblin's trades
+ # Valid range: 0 to 1 (inclusive)
+ includeChance = 1.0
+ # The minimum amount of trades that a golbin will have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ minAmount = 3
+ # The maximum amount of trades that a golbin can have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ manAmount = 5
+
+[goblinTrader]
+ # Goblins will make a grunt noise while walking around. If you find it happening too often, you can increase the interval. Value is represented in ticks.
+ # Valid range: 1 to 1000 (inclusive)
+ gruntNoiseInterval = 80
+ # The minimum level the trader can spawn
+ # Valid range: -64 to 320 (inclusive)
+ traderMinSpawnLevel = -64
+ # The amount of ticks before the trader will replenish it's trades. Set to -1 to disable restocking
+ # Valid range: -1 to 2147483647 (inclusive)
+ restockDelay = 48000
+ # If true, the goblin will try to hit back a player or mob that hit them
+ # Valid values: true, false
+ canAttackBack = true
+ # The amount of ticks before the trader will start spawning in a new world
+ # Valid range: 1 to 2147483647 (inclusive)
+ traderSpawnDelay = 24000
+ # The amount of ticks to wait before trying to spawn a trader again if the spawn failed
+ # Valid range: 1 to 2147483647 (inclusive)
+ spawnInterval = 6000
+ # The maximum level the trader can spawn
+ # Valid range: -64 to 320 (inclusive)
+ traderMaxSpawnLevel = 50
+ # The chance out of one hundred that the trader will spawn in the over world
+ # Valid range: 1 to 100 (inclusive)
+ traderSpawnChance = 25
+ # The amount of ticks before the trader will despawn
+ # Valid range: 1 to 2147483647 (inclusive)
+ traderDespawnDelay = 24000
+
+ [goblinTrader.trades]
+
+ [goblinTrader.trades.rare]
+ # The chance this trade rarity will be included in the goblin's trades
+ # Valid range: 0 to 1 (inclusive)
+ includeChance = 1.0
+ # The minimum amount of trades that a golbin will have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ minAmount = 3
+ # The maximum amount of trades that a golbin can have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ manAmount = 4
+
+ [goblinTrader.trades.common]
+ # The minimum amount of trades that a golbin will have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ minAmount = 5
+ # The chance this trade rarity will be included in the goblin's trades
+ # Valid range: 0 to 1 (inclusive)
+ includeChance = 1.0
+ # The maximum amount of trades that a golbin can have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ manAmount = 8
+
+ [goblinTrader.trades.uncommon]
+ # The chance this trade rarity will be included in the goblin's trades
+ # Valid range: 0 to 1 (inclusive)
+ includeChance = 1.0
+ # The maximum amount of trades that a golbin can have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ manAmount = 5
+ # The minimum amount of trades that a golbin will have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ minAmount = 3
+
+ [goblinTrader.trades.epic]
+ # The minimum amount of trades that a golbin will have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ minAmount = 0
+ # The chance this trade rarity will be included in the goblin's trades
+ # Valid range: 0 to 1 (inclusive)
+ includeChance = 1.0
+ # The maximum amount of trades that a golbin can have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ manAmount = 2
+
+ [goblinTrader.trades.legendary]
+ # The chance this trade rarity will be included in the goblin's trades
+ # Valid range: 0 to 1 (inclusive)
+ includeChance = 0.1
+ # The minimum amount of trades that a golbin will have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ minAmount = 1
+ # The maximum amount of trades that a golbin can have.
+ # Valid range: 0 to 2147483647 (inclusive)
+ manAmount = 1
+
diff --git a/config/goblintraders-entities.toml.bak b/config/goblintraders-entities.toml.bak
index ef87b95..72264fd 100644
--- a/config/goblintraders-entities.toml.bak
+++ b/config/goblintraders-entities.toml.bak
@@ -1,127 +1,127 @@
-#If true, prevents the trader from despawning if named
-preventDespawnIfNamed = false
-
-[veinGoblinTrader]
- #The amount of ticks to wait before trying to spawn a trader again if the spawn failed
- spawnInterval = 6000
- #Goblins will make a grunt noise while walking around. If you find it happening too often, you can increase the interval. Value is represented in ticks.
- gruntNoiseInterval = 80
- #The minimum level the trader can spawn
- traderMinSpawnLevel = 0
- #If true, the goblin will try to hit back a player or mob that hit them
- canAttackBack = true
- #The amount of ticks before the trader will start spawning in a new world
- traderSpawnDelay = 24000
- #The chance out of one hundred that the trader will spawn in the over world
- traderSpawnChance = 25
- #The amount of ticks before the trader will replenish it's trades. Set to -1 to disable restocking
- restockDelay = 48000
- #The maximum level the trader can spawn
- traderMaxSpawnLevel = 128
- #The amount of ticks before the trader will despawn
- traderDespawnDelay = 24000
-
- [veinGoblinTrader.trades]
-
- [veinGoblinTrader.trades.common]
- #The chance this trade rarity will be included in the goblin's trades
- includeChance = 1.0
- #The minimum amount of trades that a golbin will have.
- minAmount = 5
- #The maximum amount of trades that a golbin can have.
- manAmount = 8
-
- [veinGoblinTrader.trades.rare]
- #The maximum amount of trades that a golbin can have.
- manAmount = 4
- #The chance this trade rarity will be included in the goblin's trades
- includeChance = 1.0
- #The minimum amount of trades that a golbin will have.
- minAmount = 3
-
- [veinGoblinTrader.trades.legendary]
- #The chance this trade rarity will be included in the goblin's trades
- includeChance = 0.1
- #The maximum amount of trades that a golbin can have.
- manAmount = 1
- #The minimum amount of trades that a golbin will have.
- minAmount = 1
-
- [veinGoblinTrader.trades.epic]
- #The minimum amount of trades that a golbin will have.
- minAmount = 0
- #The maximum amount of trades that a golbin can have.
- manAmount = 2
- #The chance this trade rarity will be included in the goblin's trades
- includeChance = 1.0
-
- [veinGoblinTrader.trades.uncommon]
- #The chance this trade rarity will be included in the goblin's trades
- includeChance = 1.0
- #The minimum amount of trades that a golbin will have.
- minAmount = 3
- #The maximum amount of trades that a golbin can have.
- manAmount = 5
-
-[goblinTrader]
- #Goblins will make a grunt noise while walking around. If you find it happening too often, you can increase the interval. Value is represented in ticks.
- gruntNoiseInterval = 80
- #The minimum level the trader can spawn
- traderMinSpawnLevel = -64
- #The amount of ticks before the trader will replenish it's trades. Set to -1 to disable restocking
- restockDelay = 48000
- #If true, the goblin will try to hit back a player or mob that hit them
- canAttackBack = true
- #The amount of ticks before the trader will start spawning in a new world
- traderSpawnDelay = 24000
- #The amount of ticks to wait before trying to spawn a trader again if the spawn failed
- spawnInterval = 6000
- #The maximum level the trader can spawn
- traderMaxSpawnLevel = 50
- #The chance out of one hundred that the trader will spawn in the over world
- traderSpawnChance = 25
- #The amount of ticks before the trader will despawn
- traderDespawnDelay = 24000
-
- [goblinTrader.trades]
-
- [goblinTrader.trades.rare]
- #The chance this trade rarity will be included in the goblin's trades
- includeChance = 1.0
- #The minimum amount of trades that a golbin will have.
- minAmount = 3
- #The maximum amount of trades that a golbin can have.
- manAmount = 4
-
- [goblinTrader.trades.common]
- #The minimum amount of trades that a golbin will have.
- minAmount = 5
- #The chance this trade rarity will be included in the goblin's trades
- includeChance = 1.0
- #The maximum amount of trades that a golbin can have.
- manAmount = 8
-
- [goblinTrader.trades.uncommon]
- #The chance this trade rarity will be included in the goblin's trades
- includeChance = 1.0
- #The maximum amount of trades that a golbin can have.
- manAmount = 5
- #The minimum amount of trades that a golbin will have.
- minAmount = 3
-
- [goblinTrader.trades.epic]
- #The minimum amount of trades that a golbin will have.
- minAmount = 0
- #The chance this trade rarity will be included in the goblin's trades
- includeChance = 1.0
- #The maximum amount of trades that a golbin can have.
- manAmount = 2
-
- [goblinTrader.trades.legendary]
- #The chance this trade rarity will be included in the goblin's trades
- includeChance = 0.1
- #The minimum amount of trades that a golbin will have.
- minAmount = 1
- #The maximum amount of trades that a golbin can have.
- manAmount = 1
-
+#If true, prevents the trader from despawning if named
+preventDespawnIfNamed = false
+
+[veinGoblinTrader]
+ #The amount of ticks to wait before trying to spawn a trader again if the spawn failed
+ spawnInterval = 6000
+ #Goblins will make a grunt noise while walking around. If you find it happening too often, you can increase the interval. Value is represented in ticks.
+ gruntNoiseInterval = 80
+ #The minimum level the trader can spawn
+ traderMinSpawnLevel = 0
+ #If true, the goblin will try to hit back a player or mob that hit them
+ canAttackBack = true
+ #The amount of ticks before the trader will start spawning in a new world
+ traderSpawnDelay = 24000
+ #The chance out of one hundred that the trader will spawn in the over world
+ traderSpawnChance = 25
+ #The amount of ticks before the trader will replenish it's trades. Set to -1 to disable restocking
+ restockDelay = 48000
+ #The maximum level the trader can spawn
+ traderMaxSpawnLevel = 128
+ #The amount of ticks before the trader will despawn
+ traderDespawnDelay = 24000
+
+ [veinGoblinTrader.trades]
+
+ [veinGoblinTrader.trades.common]
+ #The chance this trade rarity will be included in the goblin's trades
+ includeChance = 1.0
+ #The minimum amount of trades that a golbin will have.
+ minAmount = 5
+ #The maximum amount of trades that a golbin can have.
+ manAmount = 8
+
+ [veinGoblinTrader.trades.rare]
+ #The maximum amount of trades that a golbin can have.
+ manAmount = 4
+ #The chance this trade rarity will be included in the goblin's trades
+ includeChance = 1.0
+ #The minimum amount of trades that a golbin will have.
+ minAmount = 3
+
+ [veinGoblinTrader.trades.legendary]
+ #The chance this trade rarity will be included in the goblin's trades
+ includeChance = 0.1
+ #The maximum amount of trades that a golbin can have.
+ manAmount = 1
+ #The minimum amount of trades that a golbin will have.
+ minAmount = 1
+
+ [veinGoblinTrader.trades.epic]
+ #The minimum amount of trades that a golbin will have.
+ minAmount = 0
+ #The maximum amount of trades that a golbin can have.
+ manAmount = 2
+ #The chance this trade rarity will be included in the goblin's trades
+ includeChance = 1.0
+
+ [veinGoblinTrader.trades.uncommon]
+ #The chance this trade rarity will be included in the goblin's trades
+ includeChance = 1.0
+ #The minimum amount of trades that a golbin will have.
+ minAmount = 3
+ #The maximum amount of trades that a golbin can have.
+ manAmount = 5
+
+[goblinTrader]
+ #Goblins will make a grunt noise while walking around. If you find it happening too often, you can increase the interval. Value is represented in ticks.
+ gruntNoiseInterval = 80
+ #The minimum level the trader can spawn
+ traderMinSpawnLevel = -64
+ #The amount of ticks before the trader will replenish it's trades. Set to -1 to disable restocking
+ restockDelay = 48000
+ #If true, the goblin will try to hit back a player or mob that hit them
+ canAttackBack = true
+ #The amount of ticks before the trader will start spawning in a new world
+ traderSpawnDelay = 24000
+ #The amount of ticks to wait before trying to spawn a trader again if the spawn failed
+ spawnInterval = 6000
+ #The maximum level the trader can spawn
+ traderMaxSpawnLevel = 50
+ #The chance out of one hundred that the trader will spawn in the over world
+ traderSpawnChance = 25
+ #The amount of ticks before the trader will despawn
+ traderDespawnDelay = 24000
+
+ [goblinTrader.trades]
+
+ [goblinTrader.trades.rare]
+ #The chance this trade rarity will be included in the goblin's trades
+ includeChance = 1.0
+ #The minimum amount of trades that a golbin will have.
+ minAmount = 3
+ #The maximum amount of trades that a golbin can have.
+ manAmount = 4
+
+ [goblinTrader.trades.common]
+ #The minimum amount of trades that a golbin will have.
+ minAmount = 5
+ #The chance this trade rarity will be included in the goblin's trades
+ includeChance = 1.0
+ #The maximum amount of trades that a golbin can have.
+ manAmount = 8
+
+ [goblinTrader.trades.uncommon]
+ #The chance this trade rarity will be included in the goblin's trades
+ includeChance = 1.0
+ #The maximum amount of trades that a golbin can have.
+ manAmount = 5
+ #The minimum amount of trades that a golbin will have.
+ minAmount = 3
+
+ [goblinTrader.trades.epic]
+ #The minimum amount of trades that a golbin will have.
+ minAmount = 0
+ #The chance this trade rarity will be included in the goblin's trades
+ includeChance = 1.0
+ #The maximum amount of trades that a golbin can have.
+ manAmount = 2
+
+ [goblinTrader.trades.legendary]
+ #The chance this trade rarity will be included in the goblin's trades
+ includeChance = 0.1
+ #The minimum amount of trades that a golbin will have.
+ minAmount = 1
+ #The maximum amount of trades that a golbin can have.
+ manAmount = 1
+
diff --git a/config/highlighter-common.toml b/config/highlighter-common.toml
index aa79401..67aeea8 100644
--- a/config/highlighter-common.toml
+++ b/config/highlighter-common.toml
@@ -1,19 +1,19 @@
-
-#Client Configuration
-[client]
-
- [client.options]
- # If new item markers should be cleared when the inventory is closed.
- clear_on_close = true
- # If new item markers should be cleared when the item tooltip is displayed.
- clear_on_hover = true
- # If icons should match the color of items names (as shown in tooltips). Otherwise icons will all be gold.
- item_name_color = false
- # If new item markers should show on the hotbar.
- show_on_hotbar = true
- # The position of new item markers.
- #Allowed Values: UpperLeft, UpperRight, LowerLeft, LowerRight
- icon_position = "UpperLeft"
- # If new item markers should be cleared when the item is selected on the hotbar.
- clear_on_select = true
-
+
+#Client Configuration
+[client]
+
+ [client.options]
+ # If new item markers should be cleared when the inventory is closed.
+ clear_on_close = true
+ # If new item markers should be cleared when the item tooltip is displayed.
+ clear_on_hover = true
+ # If icons should match the color of items names (as shown in tooltips). Otherwise icons will all be gold.
+ item_name_color = false
+ # If new item markers should show on the hotbar.
+ show_on_hotbar = true
+ # The position of new item markers.
+ #Allowed Values: UpperLeft, UpperRight, LowerLeft, LowerRight
+ icon_position = "UpperLeft"
+ # If new item markers should be cleared when the item is selected on the hotbar.
+ clear_on_select = true
+
diff --git a/config/hitindication-client.toml b/config/hitindication-client.toml
index 389e388..6d423d8 100644
--- a/config/hitindication-client.toml
+++ b/config/hitindication-client.toml
@@ -1,35 +1,35 @@
-
-["Hit Indication Config"]
- #Enables hit indication.
- "Enable Hit Indication" = true
- #Determines maximum indicator count shown on screen (0 = unlimited).
- #Range: > 0
- "Max Indicator Count" = 0
- #Shows red indicator when an entity hits the player with a non-damaging negative potion.
- "Display Hits From Non-Damaging Negative Potions" = false
- #Amount of ticks after which indicator disappears.
- #Range: > 0
- "Indicator Fade Rate (Ticks)" = 50
- #Determines opacity of the indicators.
- #Range: 0 ~ 100
- "Indicator Opacity (0-100)" = 25
- #Shows blue indicator when the player blocks incoming damage with a shield.
- "Show Block Indicator" = true
- #Any instance of damage that deals 30 percent or more of max health will result in larger indicators.
- "Heavy damage makes indicator larger" = false
- #Determines scale of indicators.
- #Range: 0 ~ 100
- "Indicator Default Scale (0-100)" = 25
- #Determines distance of an indicator from crosshair.
- #Range: > 30
- "Distance From Crosshair" = 30
- #Enables hit markers on crit/kill.
- "Enable Crit/Kill Markers" = false
- #Shows a special indicator when hit direction can't be determined
- "Enable Non Directional Damage" = false
- #Scale of the indicator depends on the distance
- "Enable Distance Scaling" = true
- #Distance from entity after which indicator starts to become gradually smaller.
- #Range: > 0
- "Distance Scaling Cutoff" = 10
-
+
+["Hit Indication Config"]
+ #Enables hit indication.
+ "Enable Hit Indication" = true
+ #Determines maximum indicator count shown on screen (0 = unlimited).
+ #Range: > 0
+ "Max Indicator Count" = 0
+ #Shows red indicator when an entity hits the player with a non-damaging negative potion.
+ "Display Hits From Non-Damaging Negative Potions" = false
+ #Amount of ticks after which indicator disappears.
+ #Range: > 0
+ "Indicator Fade Rate (Ticks)" = 50
+ #Determines opacity of the indicators.
+ #Range: 0 ~ 100
+ "Indicator Opacity (0-100)" = 25
+ #Shows blue indicator when the player blocks incoming damage with a shield.
+ "Show Block Indicator" = true
+ #Any instance of damage that deals 30 percent or more of max health will result in larger indicators.
+ "Heavy damage makes indicator larger" = false
+ #Determines scale of indicators.
+ #Range: 0 ~ 100
+ "Indicator Default Scale (0-100)" = 25
+ #Determines distance of an indicator from crosshair.
+ #Range: > 30
+ "Distance From Crosshair" = 30
+ #Enables hit markers on crit/kill.
+ "Enable Crit/Kill Markers" = false
+ #Shows a special indicator when hit direction can't be determined
+ "Enable Non Directional Damage" = false
+ #Scale of the indicator depends on the distance
+ "Enable Distance Scaling" = true
+ #Distance from entity after which indicator starts to become gradually smaller.
+ #Range: > 0
+ "Distance Scaling Cutoff" = 10
+
diff --git a/config/illagerinvasion-server.toml b/config/illagerinvasion-server.toml
index c4b9e6a..236f54b 100644
--- a/config/illagerinvasion-server.toml
+++ b/config/illagerinvasion-server.toml
@@ -1,49 +1,49 @@
-
-[alchemist]
- #Does this illager take part in village raids.
- participate_in_raids = true
-
-[sorcerer]
- #Does this illager take part in village raids.
- participate_in_raids = true
-
-[illusioner]
- #Does this illager take part in village raids.
- participate_in_raids = true
-
-[basher]
- #Does this illager take part in village raids.
- participate_in_raids = true
-
-[necromancer]
- #Does this illager take part in village raids.
- participate_in_raids = true
-
-[inquisitor]
- #Does this illager take part in village raids.
- participate_in_raids = true
-
-[provoker]
- #Does this illager take part in village raids.
- participate_in_raids = true
-
-[archivist]
- #Does this illager take part in village raids.
- participate_in_raids = true
-
-[marauder]
- #Does this illager take part in village raids.
- participate_in_raids = true
-
-[general]
- #Will platinum armor trims provide special effects to the player depending on the piece of armor they are applied to.
- #Helmet: More experience from killing mobs.
- #Chestplate: Faster block breaking speed when using an incorrect or no tool.
- #Leggings: Slower hunger drain when performaing actions.
- #Boots: Farmland can no longer be trampled.
- platinum_trim_effects = true
-
-[invoker]
- #Show a yellow boss bar when fighting an invoker.
- invoker_boss_bar = true
-
+
+[alchemist]
+ #Does this illager take part in village raids.
+ participate_in_raids = true
+
+[sorcerer]
+ #Does this illager take part in village raids.
+ participate_in_raids = true
+
+[illusioner]
+ #Does this illager take part in village raids.
+ participate_in_raids = true
+
+[basher]
+ #Does this illager take part in village raids.
+ participate_in_raids = true
+
+[necromancer]
+ #Does this illager take part in village raids.
+ participate_in_raids = true
+
+[inquisitor]
+ #Does this illager take part in village raids.
+ participate_in_raids = true
+
+[provoker]
+ #Does this illager take part in village raids.
+ participate_in_raids = true
+
+[archivist]
+ #Does this illager take part in village raids.
+ participate_in_raids = true
+
+[marauder]
+ #Does this illager take part in village raids.
+ participate_in_raids = true
+
+[general]
+ #Will platinum armor trims provide special effects to the player depending on the piece of armor they are applied to.
+ #Helmet: More experience from killing mobs.
+ #Chestplate: Faster block breaking speed when using an incorrect or no tool.
+ #Leggings: Slower hunger drain when performaing actions.
+ #Boots: Farmland can no longer be trampled.
+ platinum_trim_effects = true
+
+[invoker]
+ #Show a yellow boss bar when fighting an invoker.
+ invoker_boss_bar = true
+
diff --git a/config/insanelib-common.toml b/config/insanelib-common.toml
index ac2f70f..628ad96 100644
--- a/config/insanelib-common.toml
+++ b/config/insanelib-common.toml
@@ -1,21 +1,21 @@
-#No more boring 2D Area of Effect Clouds
-"Enable Area Effect Cloud 3D" = true
-#A few fixes
-"Enable Fixes" = true
-
-#No more boring 2D Area of Effect Clouds
-["Area Effect Cloud 3D"]
- #If true, vanilla Area of Effect Clouds will be replaced with 3D versions of them
- "Replace Vanilla Area of Effect Clouds" = true
-
-#A few fixes
-[Fixes]
- #If true, mobs will have their follow range fixed. https://bugs.mojang.com/browse/MC-145656
- "Fix Follow Range" = true
- #Removes the random bonus health given to Leader Zombies. In vanilla it's useless since doesn't work. https://minecraft.fandom.com/wiki/Attribute#Vanilla_modifiers
- "Remove Zombies Bonus Health" = true
- #When affected by slowness the player can still jump really far away. When true, jumps length will be calculated based off player's movement speed.
- "Fix Flying Speed" = true
- #The fix for Jump Movement Factor is applied only when the player is slowed down. If false, the player will jump really farther when going faster.
- "Fix Jump Movement Factor Slowdown Only" = true
-
+#No more boring 2D Area of Effect Clouds
+"Enable Area Effect Cloud 3D" = true
+#A few fixes
+"Enable Fixes" = true
+
+#No more boring 2D Area of Effect Clouds
+["Area Effect Cloud 3D"]
+ #If true, vanilla Area of Effect Clouds will be replaced with 3D versions of them
+ "Replace Vanilla Area of Effect Clouds" = true
+
+#A few fixes
+[Fixes]
+ #If true, mobs will have their follow range fixed. https://bugs.mojang.com/browse/MC-145656
+ "Fix Follow Range" = true
+ #Removes the random bonus health given to Leader Zombies. In vanilla it's useless since doesn't work. https://minecraft.fandom.com/wiki/Attribute#Vanilla_modifiers
+ "Remove Zombies Bonus Health" = true
+ #When affected by slowness the player can still jump really far away. When true, jumps length will be calculated based off player's movement speed.
+ "Fix Flying Speed" = true
+ #The fix for Jump Movement Factor is applied only when the player is slowed down. If false, the player will jump really farther when going faster.
+ "Fix Jump Movement Factor Slowdown Only" = true
+
diff --git a/config/inventoryessentials-common.toml b/config/inventoryessentials-common.toml
index 5cefdf3..e8f9598 100644
--- a/config/inventoryessentials-common.toml
+++ b/config/inventoryessentials-common.toml
@@ -1,7 +1,7 @@
-#Use the client implementation even on servers that have the mod installed - only useful for development purposes.
-forceClientImplementation = false
-#Should space-clicking move all items even if an empty slot was clicked?
-allowBulkTransferAllOnEmptySlot = false
-#You can now go into your Controls and unbind the respective Inventory Essentials keys instead!
-whereDidTheConfigsGo = true
-
+#Use the client implementation even on servers that have the mod installed - only useful for development purposes.
+forceClientImplementation = false
+#Should space-clicking move all items even if an empty slot was clicked?
+allowBulkTransferAllOnEmptySlot = false
+#You can now go into your Controls and unbind the respective Inventory Essentials keys instead!
+whereDidTheConfigsGo = true
+
diff --git a/config/inventoryhud-client.toml b/config/inventoryhud-client.toml
index 68f3b3c..a1bb8fe 100644
--- a/config/inventoryhud-client.toml
+++ b/config/inventoryhud-client.toml
@@ -1,223 +1,223 @@
-
-#Settings for Inventory HUD
-[inventoryhud]
- #Inventory HUD mini mode
- invMini = true
- #Inventory HUD vertical mode
- invVert = false
- #Inventory HUD alpha
- #Range: 0 ~ 100
- invAlpha = 0
- #Toggle on by default
- byDefault = false
- #Animate recently picked up items
- animatedInv = false
- #Hide background if inventory is empty
- hideBackground = false
- #Show Inventory HUD when debug menu is open
- invWithDebug = true
-
-#Settings for ArmorStatus HUD
-[armorhud]
- #Is Armor Damage HUD enabled
- ArmorDamage = true
- #Hide if durability is above this (in percentage):
- #Range: 0 ~ 100
- armAbove = 100
- #Show/Hide armor
- showArmor = true
- #Show/Hide armor
- showMain = true
- #Show/Hide armor
- showOff = true
- #Show/Hide armor
- showArrows = true
- #Show/Hide armor
- showInv = false
- #Armor HUD durability view (PERCENTAGE, DAMAGE, DAMAGE LEFT)
- #Allowed Values: PERCENTAGE, DAMAGE, DAMAGE_LEFT, OFF
- armView = "OFF"
- #Show item durability bar
- armBars = true
- #Move all items at once or each one
- moveAll = true
- #Show/Hide empty slot icon
- showEmpty = true
- #Show overall count of items in main/off hand
- showCount = false
- #ArmorHUD scale in persentage from 50 to 150
- #Range: 50 ~ 150
- armScale = 100
- #Show Armor HUD when debug menu is open
- armWithDebug = true
- #Show arrows count when no weapon in your hands
- showArrowsWithoutWeapon = true
-
-#Settings for Potions HUD
-[potionshud]
- #Is Potions HUD enabled
- Potions = true
- #Potion HUD alpha
- #Range: 0 ~ 100
- potAlpha = 100
- #Potion HUD gap
- #Range: -5 ~ 5
- potGap = 0
- #Potion HUD mini mode
- potMini = true
- #Potion HUD horizontal mode
- potHor = true
- #Full bar duration
- #Range: > 1
- barDuration = 300
- #Show hidden effects
- showHiddenEffects = true
- #Disable icons for effects in this list
- effectsBlackList = []
- #Show Potion HUD when debug menu is open
- potWithDebug = true
- #Show all levels of effects
- potionLevels = false
-
-#DONT TOUCH THESE FIELDS!
-[positions]
- #Inventory HUD vertical align
- #Allowed Values: TOP, CENTER, BOTTOM
- invValign = "BOTTOM"
- #Inventory HUD horizontal align
- #Allowed Values: LEFT, MIDDLE, RIGHT
- invHalign = "MIDDLE"
- #Inventory HUD position (X)
- #Range: -9999 ~ 9999
- xPos = 0
- #Inventory HUD position (Y)
- #Range: -9999 ~ 9999
- yPos = 150
- #Armor HUD vertical align
- #Allowed Values: TOP, CENTER, BOTTOM
- armValign = "BOTTOM"
- #Armor HUD horizontal align
- #Allowed Values: LEFT, MIDDLE, RIGHT
- armHalign = "MIDDLE"
- #Armor HUD position (X)
- #Range: -9999 ~ 9999
- xArmPos = 0
- #Armor HUD position (Y)
- #Range: -9999 ~ 9999
- yArmPos = 70
- #Potion HUD vertical align
- #Allowed Values: TOP, CENTER, BOTTOM
- potValign = "BOTTOM"
- #Potion HUD horizontal align
- #Allowed Values: LEFT, MIDDLE, RIGHT
- potHalign = "MIDDLE"
- #Potion HUD position (X)
- #Range: -9999 ~ 9999
- xPotionPos = 0
- #Potion HUD position (Y)
- #Range: -9999 ~ 9999
- yPotionPos = 74
- #Helmet position (X)
- #Range: -9999 ~ 9999
- helmPosX = 103
- #Helmet position (Y)
- #Range: -9999 ~ 9999
- helmPosY = 54
- #Chestplate position (X)
- #Range: -9999 ~ 9999
- chestPosX = 103
- #Chestplate position (Y)
- #Range: -9999 ~ 9999
- chestPosY = 37
- #Leggings position (X)
- #Range: -9999 ~ 9999
- legPosX = -103
- #Leggings position (Y)
- #Range: -9999 ~ 9999
- legPosY = 54
- #Boots position (X)
- #Range: -9999 ~ 9999
- bootPosX = -103
- #Boots position (Y)
- #Range: -9999 ~ 9999
- bootPosY = 37
- #MainHand position (X)
- #Range: -9999 ~ 9999
- mainPosX = 103
- #MainHand position (Y)
- #Range: -9999 ~ 9999
- mainPosY = 71
- #OffHand position (X)
- #Range: -9999 ~ 9999
- offPosX = -103
- #OffHand position (Y)
- #Range: -9999 ~ 9999
- offPosY = 71
- #Arrows position (X)
- #Range: -9999 ~ 9999
- arrPosX = 103
- #Arrows position (Y)
- #Range: -9999 ~ 9999
- arrPosY = 20
- #InvIcon position (X)
- #Range: -9999 ~ 9999
- invPosX = -103
- #InvIcon position (Y)
- #Range: -9999 ~ 9999
- invPosY = 20
- #Helmet horizontal align
- #Allowed Values: LEFT, MIDDLE, RIGHT
- helmHal = "MIDDLE"
- #Helmet vertical align
- #Allowed Values: TOP, CENTER, BOTTOM
- helmVal = "BOTTOM"
- #Chestplate horizontal align
- #Allowed Values: LEFT, MIDDLE, RIGHT
- chestHal = "MIDDLE"
- #Chestplate vertical align
- #Allowed Values: TOP, CENTER, BOTTOM
- chestVal = "BOTTOM"
- #Leggings horizontal align
- #Allowed Values: LEFT, MIDDLE, RIGHT
- legHal = "MIDDLE"
- #Leggings vertical align
- #Allowed Values: TOP, CENTER, BOTTOM
- legVal = "BOTTOM"
- #Boots horizontal align
- #Allowed Values: LEFT, MIDDLE, RIGHT
- bootHal = "MIDDLE"
- #Boots vertical align
- #Allowed Values: TOP, CENTER, BOTTOM
- bootVal = "BOTTOM"
- #MainHand horizontal align
- #Allowed Values: LEFT, MIDDLE, RIGHT
- mainHal = "MIDDLE"
- #MainHand vertical align
- #Allowed Values: TOP, CENTER, BOTTOM
- mainVal = "BOTTOM"
- #OffHand horizontal align
- #Allowed Values: LEFT, MIDDLE, RIGHT
- offHal = "MIDDLE"
- #OffHand vertical align
- #Allowed Values: TOP, CENTER, BOTTOM
- offVal = "BOTTOM"
- #Arrows horizontal align
- #Allowed Values: LEFT, MIDDLE, RIGHT
- arrHal = "MIDDLE"
- #Arrows vertical align
- #Allowed Values: TOP, CENTER, BOTTOM
- arrVal = "BOTTOM"
- #InvIcon horizontal align
- #Allowed Values: LEFT, MIDDLE, RIGHT
- invHal = "MIDDLE"
- #InvIcon vertical align
- #Allowed Values: TOP, CENTER, BOTTOM
- invVal = "BOTTOM"
-
-#Notification settings
-[notification]
- #Last notified mod version
- lastNotifiedVersion = "14.0.12"
- #Notify more than once
- keepNotifying = true
-
+
+#Settings for Inventory HUD
+[inventoryhud]
+ #Inventory HUD mini mode
+ invMini = true
+ #Inventory HUD vertical mode
+ invVert = false
+ #Inventory HUD alpha
+ #Range: 0 ~ 100
+ invAlpha = 0
+ #Toggle on by default
+ byDefault = false
+ #Animate recently picked up items
+ animatedInv = false
+ #Hide background if inventory is empty
+ hideBackground = false
+ #Show Inventory HUD when debug menu is open
+ invWithDebug = true
+
+#Settings for ArmorStatus HUD
+[armorhud]
+ #Is Armor Damage HUD enabled
+ ArmorDamage = true
+ #Hide if durability is above this (in percentage):
+ #Range: 0 ~ 100
+ armAbove = 100
+ #Show/Hide armor
+ showArmor = true
+ #Show/Hide armor
+ showMain = true
+ #Show/Hide armor
+ showOff = true
+ #Show/Hide armor
+ showArrows = true
+ #Show/Hide armor
+ showInv = false
+ #Armor HUD durability view (PERCENTAGE, DAMAGE, DAMAGE LEFT)
+ #Allowed Values: PERCENTAGE, DAMAGE, DAMAGE_LEFT, OFF
+ armView = "OFF"
+ #Show item durability bar
+ armBars = true
+ #Move all items at once or each one
+ moveAll = true
+ #Show/Hide empty slot icon
+ showEmpty = true
+ #Show overall count of items in main/off hand
+ showCount = false
+ #ArmorHUD scale in persentage from 50 to 150
+ #Range: 50 ~ 150
+ armScale = 100
+ #Show Armor HUD when debug menu is open
+ armWithDebug = true
+ #Show arrows count when no weapon in your hands
+ showArrowsWithoutWeapon = true
+
+#Settings for Potions HUD
+[potionshud]
+ #Is Potions HUD enabled
+ Potions = true
+ #Potion HUD alpha
+ #Range: 0 ~ 100
+ potAlpha = 100
+ #Potion HUD gap
+ #Range: -5 ~ 5
+ potGap = 0
+ #Potion HUD mini mode
+ potMini = true
+ #Potion HUD horizontal mode
+ potHor = true
+ #Full bar duration
+ #Range: > 1
+ barDuration = 300
+ #Show hidden effects
+ showHiddenEffects = true
+ #Disable icons for effects in this list
+ effectsBlackList = []
+ #Show Potion HUD when debug menu is open
+ potWithDebug = true
+ #Show all levels of effects
+ potionLevels = false
+
+#DONT TOUCH THESE FIELDS!
+[positions]
+ #Inventory HUD vertical align
+ #Allowed Values: TOP, CENTER, BOTTOM
+ invValign = "BOTTOM"
+ #Inventory HUD horizontal align
+ #Allowed Values: LEFT, MIDDLE, RIGHT
+ invHalign = "MIDDLE"
+ #Inventory HUD position (X)
+ #Range: -9999 ~ 9999
+ xPos = 0
+ #Inventory HUD position (Y)
+ #Range: -9999 ~ 9999
+ yPos = 150
+ #Armor HUD vertical align
+ #Allowed Values: TOP, CENTER, BOTTOM
+ armValign = "BOTTOM"
+ #Armor HUD horizontal align
+ #Allowed Values: LEFT, MIDDLE, RIGHT
+ armHalign = "MIDDLE"
+ #Armor HUD position (X)
+ #Range: -9999 ~ 9999
+ xArmPos = 0
+ #Armor HUD position (Y)
+ #Range: -9999 ~ 9999
+ yArmPos = 70
+ #Potion HUD vertical align
+ #Allowed Values: TOP, CENTER, BOTTOM
+ potValign = "BOTTOM"
+ #Potion HUD horizontal align
+ #Allowed Values: LEFT, MIDDLE, RIGHT
+ potHalign = "MIDDLE"
+ #Potion HUD position (X)
+ #Range: -9999 ~ 9999
+ xPotionPos = 0
+ #Potion HUD position (Y)
+ #Range: -9999 ~ 9999
+ yPotionPos = 74
+ #Helmet position (X)
+ #Range: -9999 ~ 9999
+ helmPosX = 103
+ #Helmet position (Y)
+ #Range: -9999 ~ 9999
+ helmPosY = 54
+ #Chestplate position (X)
+ #Range: -9999 ~ 9999
+ chestPosX = 103
+ #Chestplate position (Y)
+ #Range: -9999 ~ 9999
+ chestPosY = 37
+ #Leggings position (X)
+ #Range: -9999 ~ 9999
+ legPosX = -103
+ #Leggings position (Y)
+ #Range: -9999 ~ 9999
+ legPosY = 54
+ #Boots position (X)
+ #Range: -9999 ~ 9999
+ bootPosX = -103
+ #Boots position (Y)
+ #Range: -9999 ~ 9999
+ bootPosY = 37
+ #MainHand position (X)
+ #Range: -9999 ~ 9999
+ mainPosX = 103
+ #MainHand position (Y)
+ #Range: -9999 ~ 9999
+ mainPosY = 71
+ #OffHand position (X)
+ #Range: -9999 ~ 9999
+ offPosX = -103
+ #OffHand position (Y)
+ #Range: -9999 ~ 9999
+ offPosY = 71
+ #Arrows position (X)
+ #Range: -9999 ~ 9999
+ arrPosX = 103
+ #Arrows position (Y)
+ #Range: -9999 ~ 9999
+ arrPosY = 20
+ #InvIcon position (X)
+ #Range: -9999 ~ 9999
+ invPosX = -103
+ #InvIcon position (Y)
+ #Range: -9999 ~ 9999
+ invPosY = 20
+ #Helmet horizontal align
+ #Allowed Values: LEFT, MIDDLE, RIGHT
+ helmHal = "MIDDLE"
+ #Helmet vertical align
+ #Allowed Values: TOP, CENTER, BOTTOM
+ helmVal = "BOTTOM"
+ #Chestplate horizontal align
+ #Allowed Values: LEFT, MIDDLE, RIGHT
+ chestHal = "MIDDLE"
+ #Chestplate vertical align
+ #Allowed Values: TOP, CENTER, BOTTOM
+ chestVal = "BOTTOM"
+ #Leggings horizontal align
+ #Allowed Values: LEFT, MIDDLE, RIGHT
+ legHal = "MIDDLE"
+ #Leggings vertical align
+ #Allowed Values: TOP, CENTER, BOTTOM
+ legVal = "BOTTOM"
+ #Boots horizontal align
+ #Allowed Values: LEFT, MIDDLE, RIGHT
+ bootHal = "MIDDLE"
+ #Boots vertical align
+ #Allowed Values: TOP, CENTER, BOTTOM
+ bootVal = "BOTTOM"
+ #MainHand horizontal align
+ #Allowed Values: LEFT, MIDDLE, RIGHT
+ mainHal = "MIDDLE"
+ #MainHand vertical align
+ #Allowed Values: TOP, CENTER, BOTTOM
+ mainVal = "BOTTOM"
+ #OffHand horizontal align
+ #Allowed Values: LEFT, MIDDLE, RIGHT
+ offHal = "MIDDLE"
+ #OffHand vertical align
+ #Allowed Values: TOP, CENTER, BOTTOM
+ offVal = "BOTTOM"
+ #Arrows horizontal align
+ #Allowed Values: LEFT, MIDDLE, RIGHT
+ arrHal = "MIDDLE"
+ #Arrows vertical align
+ #Allowed Values: TOP, CENTER, BOTTOM
+ arrVal = "BOTTOM"
+ #InvIcon horizontal align
+ #Allowed Values: LEFT, MIDDLE, RIGHT
+ invHal = "MIDDLE"
+ #InvIcon vertical align
+ #Allowed Values: TOP, CENTER, BOTTOM
+ invVal = "BOTTOM"
+
+#Notification settings
+[notification]
+ #Last notified mod version
+ lastNotifiedVersion = "14.0.12"
+ #Notify more than once
+ keepNotifying = true
+
diff --git a/config/inventorysorter-client.toml b/config/inventorysorter-client.toml
index d06cb08..5ba6f19 100644
--- a/config/inventorysorter-client.toml
+++ b/config/inventorysorter-client.toml
@@ -1,8 +1,8 @@
-
-#Inventory sorter modules
-[modules]
- #Sorting module
- sortingmodule = true
- #Wheel move module
- wheelmovemodule = true
-
+
+#Inventory sorter modules
+[modules]
+ #Sorting module
+ sortingmodule = true
+ #Wheel move module
+ wheelmovemodule = true
+
diff --git a/config/jei/jei-client.ini b/config/jei/jei-client.ini
index 12d9549..d72dda0 100644
--- a/config/jei/jei-client.ini
+++ b/config/jei/jei-client.ini
@@ -1,156 +1,156 @@
-[advanced]
- # Description: Display search bar in the center
- # Valid Values: [true, false]
- # Default Value: false
- CenterSearch = false
-
- # Description: Set low-memory mode (makes search very slow, but uses less RAM)
- # Valid Values: [true, false]
- # Default Value: false
- LowMemorySlowSearchEnabled = false
-
- # Description: Catch render errors from ingredients and attempt to recover from them instead of crashing.
- # Valid Values: [true, false]
- # Default Value: true
- CatchRenderErrorsEnabled = true
-
- # Description: Catch render errors from tooltips and attempt to recover from them instead of crashing.
- # Valid Values: [true, false]
- # Default Value: true
- CatchTooltipErrorsEnabled = true
-
- # Description: Enable cheating items into the hotbar by using the shift+number keys.
- # Valid Values: [true, false]
- # Default Value: false
- CheatToHotbarUsingHotkeysEnabled = false
-
- # Description: Enable adding new bookmarks to the front of the bookmark list.
- # Valid Values: [true, false]
- # Default Value: true
- AddBookmarksToFrontEnabled = true
-
- # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids.
- # Valid Values: [true, false]
- # Default Value: false
- lookupFluidContentsEnabled = false
-
- # Description: When searching for item tags, also include tags for the default blocks contained in the items.
- # Valid Values: [true, false]
- # Default Value: true
- lookupBlockTagsEnabled = true
-
- # Description: How items should be handed to you
- # Valid Values: [INVENTORY, MOUSE_PICKUP]
- # Default Value: MOUSE_PICKUP
- GiveMode = MOUSE_PICKUP
-
- # Description: Max. recipe gui height
- # Valid Values: Any integer greater than or equal to 175
- # Default Value: 350
- RecipeGuiHeight = 350
-
-
-[sorting]
- # Description: Sorting order for the ingredient list
- # Valid Values: A comma-separated list containing values of:
- # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY]
- # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
- IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
-
-
-[search]
- # Description: Search mode for Mod Names (prefix: @)
- # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
- # Default Value: REQUIRE_PREFIX
- ModNameSearchMode = REQUIRE_PREFIX
-
- # Description: Search mode for Tooltips (prefix: #)
- # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
- # Default Value: ENABLED
- TooltipSearchMode = ENABLED
-
- # Description: Search mode for Tag Names (prefix: $)
- # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
- # Default Value: REQUIRE_PREFIX
- TagSearchMode = REQUIRE_PREFIX
-
- # Description: Search mode for Colors (prefix: ^)
- # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
- # Default Value: DISABLED
- ColorSearchMode = DISABLED
-
- # Description: Search mode for resources locations (prefix: &)
- # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
- # Default Value: DISABLED
- ResourceLocationSearchMode = DISABLED
-
- # Description: Search advanced tooltips (visible with F3+H)
- # Valid Values: [true, false]
- # Default Value: false
- SearchAdvancedTooltips = false
-
-
-[IngredientList]
- # Description: Max number of rows shown
- # Valid Values: An integer in the range [1, 100] (inclusive)
- # Default Value: 16
- MaxRows = 16
-
- # Description: Max number of columns shown
- # Valid Values: An integer in the range [4, 100] (inclusive)
- # Default Value: 9
- MaxColumns = 9
-
- # Description: Horizontal alignment of the ingredient grid inside the available area
- # Valid Values: [LEFT, CENTER, RIGHT]
- # Default Value: RIGHT
- HorizontalAlignment = RIGHT
-
- # Description: Vertical alignment of the ingredient grid inside the available area
- # Valid Values: [TOP, CENTER, BOTTOM]
- # Default Value: TOP
- VerticalAlignment = TOP
-
- # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
- # Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
- # Default Value: ENABLED
- ButtonNavigationVisibility = ENABLED
-
- # Description: Set to true to draw a background texture behind the gui.
- # Valid Values: [true, false]
- # Default Value: false
- DrawBackground = false
-
-
-[BookmarkList]
- # Description: Max number of rows shown
- # Valid Values: An integer in the range [1, 100] (inclusive)
- # Default Value: 16
- MaxRows = 16
-
- # Description: Max number of columns shown
- # Valid Values: An integer in the range [4, 100] (inclusive)
- # Default Value: 9
- MaxColumns = 9
-
- # Description: Horizontal alignment of the ingredient grid inside the available area
- # Valid Values: [LEFT, CENTER, RIGHT]
- # Default Value: LEFT
- HorizontalAlignment = LEFT
-
- # Description: Vertical alignment of the ingredient grid inside the available area
- # Valid Values: [TOP, CENTER, BOTTOM]
- # Default Value: TOP
- VerticalAlignment = TOP
-
- # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
- # Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
- # Default Value: ENABLED
- ButtonNavigationVisibility = ENABLED
-
- # Description: Set to true to draw a background texture behind the gui.
- # Valid Values: [true, false]
- # Default Value: false
- DrawBackground = false
-
-
+[advanced]
+ # Description: Display search bar in the center
+ # Valid Values: [true, false]
+ # Default Value: false
+ CenterSearch = false
+
+ # Description: Set low-memory mode (makes search very slow, but uses less RAM)
+ # Valid Values: [true, false]
+ # Default Value: false
+ LowMemorySlowSearchEnabled = false
+
+ # Description: Catch render errors from ingredients and attempt to recover from them instead of crashing.
+ # Valid Values: [true, false]
+ # Default Value: true
+ CatchRenderErrorsEnabled = true
+
+ # Description: Catch render errors from tooltips and attempt to recover from them instead of crashing.
+ # Valid Values: [true, false]
+ # Default Value: true
+ CatchTooltipErrorsEnabled = true
+
+ # Description: Enable cheating items into the hotbar by using the shift+number keys.
+ # Valid Values: [true, false]
+ # Default Value: false
+ CheatToHotbarUsingHotkeysEnabled = false
+
+ # Description: Enable adding new bookmarks to the front of the bookmark list.
+ # Valid Values: [true, false]
+ # Default Value: true
+ AddBookmarksToFrontEnabled = true
+
+ # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids.
+ # Valid Values: [true, false]
+ # Default Value: false
+ lookupFluidContentsEnabled = false
+
+ # Description: When searching for item tags, also include tags for the default blocks contained in the items.
+ # Valid Values: [true, false]
+ # Default Value: true
+ lookupBlockTagsEnabled = true
+
+ # Description: How items should be handed to you
+ # Valid Values: [INVENTORY, MOUSE_PICKUP]
+ # Default Value: MOUSE_PICKUP
+ GiveMode = MOUSE_PICKUP
+
+ # Description: Max. recipe gui height
+ # Valid Values: Any integer greater than or equal to 175
+ # Default Value: 350
+ RecipeGuiHeight = 350
+
+
+[sorting]
+ # Description: Sorting order for the ingredient list
+ # Valid Values: A comma-separated list containing values of:
+ # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY]
+ # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
+ IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
+
+
+[search]
+ # Description: Search mode for Mod Names (prefix: @)
+ # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
+ # Default Value: REQUIRE_PREFIX
+ ModNameSearchMode = REQUIRE_PREFIX
+
+ # Description: Search mode for Tooltips (prefix: #)
+ # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
+ # Default Value: ENABLED
+ TooltipSearchMode = ENABLED
+
+ # Description: Search mode for Tag Names (prefix: $)
+ # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
+ # Default Value: REQUIRE_PREFIX
+ TagSearchMode = REQUIRE_PREFIX
+
+ # Description: Search mode for Colors (prefix: ^)
+ # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
+ # Default Value: DISABLED
+ ColorSearchMode = DISABLED
+
+ # Description: Search mode for resources locations (prefix: &)
+ # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
+ # Default Value: DISABLED
+ ResourceLocationSearchMode = DISABLED
+
+ # Description: Search advanced tooltips (visible with F3+H)
+ # Valid Values: [true, false]
+ # Default Value: false
+ SearchAdvancedTooltips = false
+
+
+[IngredientList]
+ # Description: Max number of rows shown
+ # Valid Values: An integer in the range [1, 100] (inclusive)
+ # Default Value: 16
+ MaxRows = 16
+
+ # Description: Max number of columns shown
+ # Valid Values: An integer in the range [4, 100] (inclusive)
+ # Default Value: 9
+ MaxColumns = 9
+
+ # Description: Horizontal alignment of the ingredient grid inside the available area
+ # Valid Values: [LEFT, CENTER, RIGHT]
+ # Default Value: RIGHT
+ HorizontalAlignment = RIGHT
+
+ # Description: Vertical alignment of the ingredient grid inside the available area
+ # Valid Values: [TOP, CENTER, BOTTOM]
+ # Default Value: TOP
+ VerticalAlignment = TOP
+
+ # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
+ # Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
+ # Default Value: ENABLED
+ ButtonNavigationVisibility = ENABLED
+
+ # Description: Set to true to draw a background texture behind the gui.
+ # Valid Values: [true, false]
+ # Default Value: false
+ DrawBackground = false
+
+
+[BookmarkList]
+ # Description: Max number of rows shown
+ # Valid Values: An integer in the range [1, 100] (inclusive)
+ # Default Value: 16
+ MaxRows = 16
+
+ # Description: Max number of columns shown
+ # Valid Values: An integer in the range [4, 100] (inclusive)
+ # Default Value: 9
+ MaxColumns = 9
+
+ # Description: Horizontal alignment of the ingredient grid inside the available area
+ # Valid Values: [LEFT, CENTER, RIGHT]
+ # Default Value: LEFT
+ HorizontalAlignment = LEFT
+
+ # Description: Vertical alignment of the ingredient grid inside the available area
+ # Valid Values: [TOP, CENTER, BOTTOM]
+ # Default Value: TOP
+ VerticalAlignment = TOP
+
+ # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
+ # Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
+ # Default Value: ENABLED
+ ButtonNavigationVisibility = ENABLED
+
+ # Description: Set to true to draw a background texture behind the gui.
+ # Valid Values: [true, false]
+ # Default Value: false
+ DrawBackground = false
+
+
diff --git a/config/jei/jei-colors.ini b/config/jei/jei-colors.ini
index 1fc7da4..8e75fe1 100644
--- a/config/jei/jei-colors.ini
+++ b/config/jei/jei-colors.ini
@@ -1,8 +1,8 @@
-[colors]
- # Description: Color values to search for
- # Valid Values: A comma-separated list containing values of:
- # Any color name and an RGB hex color, separated by a ':'
- # Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
- SearchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
-
-
+[colors]
+ # Description: Color values to search for
+ # Valid Values: A comma-separated list containing values of:
+ # Any color name and an RGB hex color, separated by a ':'
+ # Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
+ SearchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
+
+
diff --git a/config/jei/jei-debug.ini b/config/jei/jei-debug.ini
index f2171e6..77464c3 100644
--- a/config/jei/jei-debug.ini
+++ b/config/jei/jei-debug.ini
@@ -1,17 +1,17 @@
-[debug]
- # Description: Debug mode enabled
- # Valid Values: [true, false]
- # Default Value: false
- DebugMode = false
-
- # Description: Debug inputs enabled
- # Valid Values: [true, false]
- # Default Value: false
- DebugInputs = false
-
- # Description: Adds ingredients to JEI that intentionally crash, to help debug JEI.
- # Valid Values: [true, false]
- # Default Value: false
- CrashingTestItemsEnabled = false
-
-
+[debug]
+ # Description: Debug mode enabled
+ # Valid Values: [true, false]
+ # Default Value: false
+ DebugMode = false
+
+ # Description: Debug inputs enabled
+ # Valid Values: [true, false]
+ # Default Value: false
+ DebugInputs = false
+
+ # Description: Adds ingredients to JEI that intentionally crash, to help debug JEI.
+ # Valid Values: [true, false]
+ # Default Value: false
+ CrashingTestItemsEnabled = false
+
+
diff --git a/config/jei/jei-mod-id-format.ini b/config/jei/jei-mod-id-format.ini
index 05234a8..77c139c 100644
--- a/config/jei/jei-mod-id-format.ini
+++ b/config/jei/jei-mod-id-format.ini
@@ -1,11 +1,11 @@
-[modname]
- # Description: Formatting for mod name tooltip
- # Valid Values: A chat formatting string.
- # Use these formatting colors:
- # black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white
- # With these formatting options:
- # obfuscated bold strikethrough underline italic
- # Default Value: blue italic
- ModNameFormat = blue italic
-
-
+[modname]
+ # Description: Formatting for mod name tooltip
+ # Valid Values: A chat formatting string.
+ # Use these formatting colors:
+ # black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white
+ # With these formatting options:
+ # obfuscated bold strikethrough underline italic
+ # Default Value: blue italic
+ ModNameFormat = blue italic
+
+
diff --git a/config/jei/recipe-category-sort-order.ini b/config/jei/recipe-category-sort-order.ini
index 3d37937..85f8552 100644
--- a/config/jei/recipe-category-sort-order.ini
+++ b/config/jei/recipe-category-sort-order.ini
@@ -1,101 +1,101 @@
-minecraft:crafting
-minecraft:anvil
-minecraft:blasting
-minecraft:brewing
-minecraft:campfire
-minecraft:compostable
-minecraft:fuel
-minecraft:furnace
-minecraft:smithing
-minecraft:smoking
-minecraft:stonecutting
-alexsmobs:capsid
-blue_skies:alchemy
-blue_skies:horizonite_forge_fuel
-blue_skies:snowcap_mushroom_freezing
-blue_skies:snowcap_oven_freezing
-cookingforblockheads:cow_jar
-crabbersdelight:crab_trap_bait
-create:automatic_brewing
-create:automatic_packing
-create:automatic_shaped
-create:automatic_shapeless
-create:block_cutting
-create:crushing
-create:deploying
-create:draining
-create:fan_blasting
-create:fan_haunting
-create:fan_smoking
-create:fan_washing
-create:item_application
-create:mechanical_crafting
-create:milling
-create:mixing
-create:mystery_conversion
-create:packing
-create:pressing
-create:sandpaper_polishing
-create:sawing
-create:sequenced_assembly
-create:spout_filling
-create:wood_cutting
-createaddition:charging
-createaddition:liquid_burning
-createaddition:rolling
-cuisinedelight:cuisine
-domum_ornamentum:architects_cutter
-farmersdelight:cooking
-farmersdelight:cutting
-farmersdelight:decomposition
-farmingforblockheads:market
-jei:information
-justenoughprofessions:professions
-lightmanscurrency:coin_mint
-lightmanscurrency:ticket_station
-mimi:tuning
-minecolonies:alchemist
-minecolonies:baker
-minecolonies:beekeeper
-minecolonies:blacksmith
-minecolonies:chickenherder
-minecolonies:composting
-minecolonies:concretemixer
-minecolonies:cookassistant
-minecolonies:cowboy
-minecolonies:crusher
-minecolonies:dyer
-minecolonies:enchanter
-minecolonies:farmer
-minecolonies:fishing
-minecolonies:fletcher
-minecolonies:glassblower
-minecolonies:lumberjack
-minecolonies:mechanic
-minecolonies:netherworker
-minecolonies:planter
-minecolonies:rabbitherder
-minecolonies:sawmill
-minecolonies:shepherd
-minecolonies:sifter
-minecolonies:smelter
-minecolonies:stonemason
-minecolonies:stonesmeltery
-minecolonies:swineherder
-minecolonies:tools
-mmorpg:alchemy
-mmorpg:cooking
-mmorpg:enchanting
-mmorpg:gear_crafting
-mmorpg:salvaging
-naturesaura:altar
-naturesaura:animal_spawner
-naturesaura:offering
-naturesaura:tree_ritual
-nethersdelight:composition
-waystones:warp_plate
-touhou_little_maid:altar
-create_enchantment_industry:disenchanting
-createdieselgenerators:basin_fermenting
-createdieselgenerators:diesel_combustion
-createdieselgenerators:distillation
+minecraft:crafting
+minecraft:anvil
+minecraft:blasting
+minecraft:brewing
+minecraft:campfire
+minecraft:compostable
+minecraft:fuel
+minecraft:furnace
+minecraft:smithing
+minecraft:smoking
+minecraft:stonecutting
+alexsmobs:capsid
+blue_skies:alchemy
+blue_skies:horizonite_forge_fuel
+blue_skies:snowcap_mushroom_freezing
+blue_skies:snowcap_oven_freezing
+cookingforblockheads:cow_jar
+crabbersdelight:crab_trap_bait
+create:automatic_brewing
+create:automatic_packing
+create:automatic_shaped
+create:automatic_shapeless
+create:block_cutting
+create:crushing
+create:deploying
+create:draining
+create:fan_blasting
+create:fan_haunting
+create:fan_smoking
+create:fan_washing
+create:item_application
+create:mechanical_crafting
+create:milling
+create:mixing
+create:mystery_conversion
+create:packing
+create:pressing
+create:sandpaper_polishing
+create:sawing
+create:sequenced_assembly
+create:spout_filling
+create:wood_cutting
+createaddition:charging
+createaddition:liquid_burning
+createaddition:rolling
+cuisinedelight:cuisine
+domum_ornamentum:architects_cutter
+farmersdelight:cooking
+farmersdelight:cutting
+farmersdelight:decomposition
+farmingforblockheads:market
+jei:information
+justenoughprofessions:professions
+lightmanscurrency:coin_mint
+lightmanscurrency:ticket_station
+mimi:tuning
+minecolonies:alchemist
+minecolonies:baker
+minecolonies:beekeeper
+minecolonies:blacksmith
+minecolonies:chickenherder
+minecolonies:composting
+minecolonies:concretemixer
+minecolonies:cookassistant
+minecolonies:cowboy
+minecolonies:crusher
+minecolonies:dyer
+minecolonies:enchanter
+minecolonies:farmer
+minecolonies:fishing
+minecolonies:fletcher
+minecolonies:glassblower
+minecolonies:lumberjack
+minecolonies:mechanic
+minecolonies:netherworker
+minecolonies:planter
+minecolonies:rabbitherder
+minecolonies:sawmill
+minecolonies:shepherd
+minecolonies:sifter
+minecolonies:smelter
+minecolonies:stonemason
+minecolonies:stonesmeltery
+minecolonies:swineherder
+minecolonies:tools
+mmorpg:alchemy
+mmorpg:cooking
+mmorpg:enchanting
+mmorpg:gear_crafting
+mmorpg:salvaging
+naturesaura:altar
+naturesaura:animal_spawner
+naturesaura:offering
+naturesaura:tree_ritual
+nethersdelight:composition
+waystones:warp_plate
+touhou_little_maid:altar
+create_enchantment_industry:disenchanting
+createdieselgenerators:basin_fermenting
+createdieselgenerators:diesel_combustion
+createdieselgenerators:distillation
diff --git a/config/jrftl-common.toml b/config/jrftl-common.toml
index 5dd6da2..b4ee44d 100644
--- a/config/jrftl-common.toml
+++ b/config/jrftl-common.toml
@@ -1,6 +1,6 @@
-
-[general]
- #In HardMode rotten flesh has first to be crafted into prepared flesh by crafting it in a 2x2 grid.
- #The game has to be restarted for this config to take effect
- enableHardMode = false
-
+
+[general]
+ #In HardMode rotten flesh has first to be crafted into prepared flesh by crafting it in a 2x2 grid.
+ #The game has to be restarted for this config to take effect
+ enableHardMode = false
+
diff --git a/config/l2_configs/l2library-client.toml b/config/l2_configs/l2library-client.toml
index 94edfb8..0bc1127 100644
--- a/config/l2_configs/l2library-client.toml
+++ b/config/l2_configs/l2library-client.toml
@@ -1,17 +1,17 @@
-#Info background transparency. 1 means opaque.
-#Range: 0.0 ~ 1.0
-infoAlpha = 0.5
-#Info alignment. 0 means top. 1 means middle. 2 means bottom.
-#Range: 0 ~ 2
-infoAnchor = 1
-#Info max width. 0.5 means half screen. default: 0.3
-#Range: 0.0 ~ 0.5
-infoMaxWidth = 0.3
-#Scroll sensitivity
-#Range: 0.01 ~ 10000.0
-scrollTick = 1.0
-#Render Selection only when pressing shift
-selectionDisplayRequireShift = false
-#Scroll for selection only when pressing shift
-selectionScrollRequireShift = true
-
+#Info background transparency. 1 means opaque.
+#Range: 0.0 ~ 1.0
+infoAlpha = 0.5
+#Info alignment. 0 means top. 1 means middle. 2 means bottom.
+#Range: 0 ~ 2
+infoAnchor = 1
+#Info max width. 0.5 means half screen. default: 0.3
+#Range: 0.0 ~ 0.5
+infoMaxWidth = 0.3
+#Scroll sensitivity
+#Range: 0.01 ~ 10000.0
+scrollTick = 1.0
+#Render Selection only when pressing shift
+selectionDisplayRequireShift = false
+#Scroll for selection only when pressing shift
+selectionScrollRequireShift = true
+
diff --git a/config/l2_configs/l2library-common.toml b/config/l2_configs/l2library-common.toml
index ac3553e..9094511 100644
--- a/config/l2_configs/l2library-common.toml
+++ b/config/l2_configs/l2library-common.toml
@@ -1,3 +1,3 @@
-#Restore full health on respawn
-restoreFullHealthOnRespawn = true
-
+#Restore full health on respawn
+restoreFullHealthOnRespawn = true
+
diff --git a/config/legendarytooltips-common.toml b/config/legendarytooltips-common.toml
index 707b7b3..31c75e1 100644
--- a/config/legendarytooltips-common.toml
+++ b/config/legendarytooltips-common.toml
@@ -1,120 +1,120 @@
-
-# Legendary Tooltips Configuration Instructions
-#
-# *** READ THIS FIRST ***
-#
-# By default, this mod does not apply special borders to most items. It was designed to work well with mod packs where
-# the available selection of items can vary widely, so it is up to the user or mod pack designer to customize as needed.
-# There are many options available for setting up which custom borders (also called frames) apply to which items. Follow these steps:
-# 1. Decide which items you want to have custom borders, and which borders. Note that each custom border has a number associated with it (starting at 0).
-# 2. For each custom border you want to use, fill out the associated list in the "definitions" section. This will be filled out with a list of "selectors",
-# each of which tell the mod what items have that border. Please read the information above the definitions section for specifics.
-# 3. Selectors for borders are checked in the order provided in the "priorities" section. Once a match is found, that border is displayed.
-# For example, if border 0 had the selector "%Diamond" and border 1 had the selector "diamond_sword", they would both match for diamond swords.
-# In this case, whichever border number came first in the priority list would be the border that would get drawn in-game.
-# 4. Optionally, border colors associated with custom borders can be set in the "colors" section. The start color is the color at the top of the tooltip,
-# and the end color is the bottom, with a smooth transition between. Please read the information above the color section for specifics.
-[client]
-
- [client.visual_options]
- # Whether item names in tooltips should have a line under them separating them from the rest of the tooltip.
- name_separator = true
- # If enabled, tooltip border colors will match item rarity colors (except for custom borders).
- borders_match_rarity = true
- # If enabled, tooltips will display a drop shadow.
- tooltip_shadow = true
- # If enabled, items showing a custom border will have a special shine effect when hovered over.
- shine_effect = true
- # If enabled, tooltip titles will be drawn centered.
- centered_title = false
- # If enabled, tooltips with custom borders will always be at least wide enough to display all border decorations.
- enforce_minimum_width = false
- # If enabled, some unnecessary text and spacing will be removed from equipment tooltips.
- compact_tooltips = true
- # Which items should have a 3D model rendered in the tooltip. If set to "equipment", the model will only be rendered for items with durability.
- #Allowed Values: NONE, EQUIPMENT, ALL
- render_item_model = "EQUIPMENT"
- # The speed at which 3D models in tooltips will rotate. Lower values rotate faster, set to 0 to disable rotation.
- #Range: 0.0 ~ 50.0
- model_rotation_speed = 12.0
-
- # Entry types:
- # Match all - Specifying just an asterisk (*) will match all items. Examples: "*"
- # Item ID - Use item ID to match single items. Must include mod name for modded items. Examples: "minecraft:stick", "iron_ore", "spoiledeggs:spoiled_egg"
- # Tag - $ followed by tag name to match all items with that tag. Examples: "$forge:stone", "$planks"
- # Mod name - @ followed by mod identifier to match all items from that mod. Examples: "@spoiledeggs"
- # Rarity - ! followed by item's rarity to match all items with that rarity. This is ONLY vanilla rarities. Examples: "!uncommon", "!rare", "!epic"
- # Item name color - # followed by color hex code, to match all items with that exact color item name. Examples: "#23F632"
- # Display name - % followed by any text. Will match any item with this text (case-sensitive) in its tooltip display name. Examples: "%Netherite", "%Uncommon"
- # Tooltip text - ^ followed by any text. Will match any item with this text (case-sensitive) anywhere in the tooltip text (besides the name). Examples: "^Legendary"
- # NBT tag - & followed by tag name and optional comparator (=, >, <, or !=) and value, in the format or just . Examples: "&Damage=0", "&Tier>1", "&map!=128", "&Enchantments"
- # Negation - ~ followed by any selector above. This selector will be negated, matching every item that does NOT match the selector. Examples: "~minecraft:stick", "~!uncommon", "~@minecraft"
- # Combining selectors - Any number of selectors can be combined by separating them with a plus sign. Examples: "minecraft:diamond_sword+&Enchantments", "minecraft:stick+~!common+&Damage=0"
- [client.definitions]
- level0_entries = ["!epic", "!rare"]
- level1_entries = []
- level2_entries = []
- level3_entries = []
- level4_entries = []
- level5_entries = []
- level6_entries = []
- level7_entries = []
- level8_entries = []
- level9_entries = []
- level10_entries = []
- level11_entries = []
- level12_entries = []
- level13_entries = []
- level14_entries = []
- level15_entries = []
- # Enter blacklist selectors here using the same format as above. Any items that match these selectors will NOT show a border.
- blacklist = []
-
- # Set border priorities here. This should be a list of numbers that correspond to border levels, with numbers coming first being higher priority.
- # Optionally, -1 can be inserted to indicate relative priority of data and api-defined borders. If you don't know what that means, you don't need to worry about it.
- [client.priorities]
- priorities = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
-
- # The colors used for each tooltip, in this order: top border color, bottom border color, top background color, bottom background color.
- # None of these colors are required, though any colors not specified will be replaced with the default tooltip colors.
- #
- # VALID COLOR FORMATS
- # Hex color code - A hex color code is preceded by # or 0x and must be quoted. Supports 3, 4, 6, or 8 digit codes in the formats RGB, ARGB, RRGGBB, AARRGGBB.
- # Examples: "#F4C", "0xFEE0", "#40FF2E", "#CC00E2EE"
- #
- # Decimal color code - A decimal color code, which is just a hex color code converted to decimal. May or may not be quoted.
- # Examples: 15614720, "4278251143"
- #
- # Minecraft color name - One of the standard 16 Minecraft color names. Must be quoted.
- # Examples: "red", "dark_purple", "gold"
- #
- # Web color name - One of the standard 140 web/HTML color names or "transparent". Must be quoted.
- # Examples: "chartreuse", "darkorange", "deeppink", "deepskyblue"
- #
- # Modifiers - Colors specified in any of the above formats can be modified by using modifiers.
- # Modifiers are specified after any color in the format "<+, -, or =>".
- # The letters represent h - hue, s - saturation, v - value, r - red, g - green, b - blue, a - alpha.
- # Valid amounts are 0 to 255 for all types except hue, which accepts 0 to 359.
- # Examples: "red+h15", "#saddlebrown-v20+s5", "10_aqua_aqua+v15-h5", "#F4C-r15-v10=a40"
- #
- # Animated color - An animated color that fades from one to another in sequence.
- # A string in the format "_". Must be quoted.
- # Examples: "10_black_#7FFF00", "5.5_gold_orange_orangered", "20_red_orange_yellow_green_blue_purple"
- [client.colors]
- level0_colors = [-6723294, -10864099, -266991104, -401208832]
- level1_colors = ["auto", "auto", "auto", "auto"]
- level2_colors = ["auto", "auto", "auto", "auto"]
- level3_colors = ["auto", "auto", "auto", "auto"]
- level4_colors = ["auto", "auto", "auto", "auto"]
- level5_colors = ["auto", "auto", "auto", "auto"]
- level6_colors = ["auto", "auto", "auto", "auto"]
- level7_colors = ["auto", "auto", "auto", "auto"]
- level8_colors = ["auto", "auto", "auto", "auto"]
- level9_colors = ["auto", "auto", "auto", "auto"]
- level10_colors = ["auto", "auto", "auto", "auto"]
- level11_colors = ["auto", "auto", "auto", "auto"]
- level12_colors = ["auto", "auto", "auto", "auto"]
- level13_colors = ["auto", "auto", "auto", "auto"]
- level14_colors = ["auto", "auto", "auto", "auto"]
- level15_colors = ["auto", "auto", "auto", "auto"]
-
+
+# Legendary Tooltips Configuration Instructions
+#
+# *** READ THIS FIRST ***
+#
+# By default, this mod does not apply special borders to most items. It was designed to work well with mod packs where
+# the available selection of items can vary widely, so it is up to the user or mod pack designer to customize as needed.
+# There are many options available for setting up which custom borders (also called frames) apply to which items. Follow these steps:
+# 1. Decide which items you want to have custom borders, and which borders. Note that each custom border has a number associated with it (starting at 0).
+# 2. For each custom border you want to use, fill out the associated list in the "definitions" section. This will be filled out with a list of "selectors",
+# each of which tell the mod what items have that border. Please read the information above the definitions section for specifics.
+# 3. Selectors for borders are checked in the order provided in the "priorities" section. Once a match is found, that border is displayed.
+# For example, if border 0 had the selector "%Diamond" and border 1 had the selector "diamond_sword", they would both match for diamond swords.
+# In this case, whichever border number came first in the priority list would be the border that would get drawn in-game.
+# 4. Optionally, border colors associated with custom borders can be set in the "colors" section. The start color is the color at the top of the tooltip,
+# and the end color is the bottom, with a smooth transition between. Please read the information above the color section for specifics.
+[client]
+
+ [client.visual_options]
+ # Whether item names in tooltips should have a line under them separating them from the rest of the tooltip.
+ name_separator = true
+ # If enabled, tooltip border colors will match item rarity colors (except for custom borders).
+ borders_match_rarity = true
+ # If enabled, tooltips will display a drop shadow.
+ tooltip_shadow = true
+ # If enabled, items showing a custom border will have a special shine effect when hovered over.
+ shine_effect = true
+ # If enabled, tooltip titles will be drawn centered.
+ centered_title = false
+ # If enabled, tooltips with custom borders will always be at least wide enough to display all border decorations.
+ enforce_minimum_width = false
+ # If enabled, some unnecessary text and spacing will be removed from equipment tooltips.
+ compact_tooltips = true
+ # Which items should have a 3D model rendered in the tooltip. If set to "equipment", the model will only be rendered for items with durability.
+ #Allowed Values: NONE, EQUIPMENT, ALL
+ render_item_model = "EQUIPMENT"
+ # The speed at which 3D models in tooltips will rotate. Lower values rotate faster, set to 0 to disable rotation.
+ #Range: 0.0 ~ 50.0
+ model_rotation_speed = 12.0
+
+ # Entry types:
+ # Match all - Specifying just an asterisk (*) will match all items. Examples: "*"
+ # Item ID - Use item ID to match single items. Must include mod name for modded items. Examples: "minecraft:stick", "iron_ore", "spoiledeggs:spoiled_egg"
+ # Tag - $ followed by tag name to match all items with that tag. Examples: "$forge:stone", "$planks"
+ # Mod name - @ followed by mod identifier to match all items from that mod. Examples: "@spoiledeggs"
+ # Rarity - ! followed by item's rarity to match all items with that rarity. This is ONLY vanilla rarities. Examples: "!uncommon", "!rare", "!epic"
+ # Item name color - # followed by color hex code, to match all items with that exact color item name. Examples: "#23F632"
+ # Display name - % followed by any text. Will match any item with this text (case-sensitive) in its tooltip display name. Examples: "%Netherite", "%Uncommon"
+ # Tooltip text - ^ followed by any text. Will match any item with this text (case-sensitive) anywhere in the tooltip text (besides the name). Examples: "^Legendary"
+ # NBT tag - & followed by tag name and optional comparator (=, >, <, or !=) and value, in the format or just . Examples: "&Damage=0", "&Tier>1", "&map!=128", "&Enchantments"
+ # Negation - ~ followed by any selector above. This selector will be negated, matching every item that does NOT match the selector. Examples: "~minecraft:stick", "~!uncommon", "~@minecraft"
+ # Combining selectors - Any number of selectors can be combined by separating them with a plus sign. Examples: "minecraft:diamond_sword+&Enchantments", "minecraft:stick+~!common+&Damage=0"
+ [client.definitions]
+ level0_entries = ["!epic", "!rare"]
+ level1_entries = []
+ level2_entries = []
+ level3_entries = []
+ level4_entries = []
+ level5_entries = []
+ level6_entries = []
+ level7_entries = []
+ level8_entries = []
+ level9_entries = []
+ level10_entries = []
+ level11_entries = []
+ level12_entries = []
+ level13_entries = []
+ level14_entries = []
+ level15_entries = []
+ # Enter blacklist selectors here using the same format as above. Any items that match these selectors will NOT show a border.
+ blacklist = []
+
+ # Set border priorities here. This should be a list of numbers that correspond to border levels, with numbers coming first being higher priority.
+ # Optionally, -1 can be inserted to indicate relative priority of data and api-defined borders. If you don't know what that means, you don't need to worry about it.
+ [client.priorities]
+ priorities = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
+
+ # The colors used for each tooltip, in this order: top border color, bottom border color, top background color, bottom background color.
+ # None of these colors are required, though any colors not specified will be replaced with the default tooltip colors.
+ #
+ # VALID COLOR FORMATS
+ # Hex color code - A hex color code is preceded by # or 0x and must be quoted. Supports 3, 4, 6, or 8 digit codes in the formats RGB, ARGB, RRGGBB, AARRGGBB.
+ # Examples: "#F4C", "0xFEE0", "#40FF2E", "#CC00E2EE"
+ #
+ # Decimal color code - A decimal color code, which is just a hex color code converted to decimal. May or may not be quoted.
+ # Examples: 15614720, "4278251143"
+ #
+ # Minecraft color name - One of the standard 16 Minecraft color names. Must be quoted.
+ # Examples: "red", "dark_purple", "gold"
+ #
+ # Web color name - One of the standard 140 web/HTML color names or "transparent". Must be quoted.
+ # Examples: "chartreuse", "darkorange", "deeppink", "deepskyblue"
+ #
+ # Modifiers - Colors specified in any of the above formats can be modified by using modifiers.
+ # Modifiers are specified after any color in the format "<+, -, or =>".
+ # The letters represent h - hue, s - saturation, v - value, r - red, g - green, b - blue, a - alpha.
+ # Valid amounts are 0 to 255 for all types except hue, which accepts 0 to 359.
+ # Examples: "red+h15", "#saddlebrown-v20+s5", "10_aqua_aqua+v15-h5", "#F4C-r15-v10=a40"
+ #
+ # Animated color - An animated color that fades from one to another in sequence.
+ # A string in the format "_". Must be quoted.
+ # Examples: "10_black_#7FFF00", "5.5_gold_orange_orangered", "20_red_orange_yellow_green_blue_purple"
+ [client.colors]
+ level0_colors = [-6723294, -10864099, -266991104, -401208832]
+ level1_colors = ["auto", "auto", "auto", "auto"]
+ level2_colors = ["auto", "auto", "auto", "auto"]
+ level3_colors = ["auto", "auto", "auto", "auto"]
+ level4_colors = ["auto", "auto", "auto", "auto"]
+ level5_colors = ["auto", "auto", "auto", "auto"]
+ level6_colors = ["auto", "auto", "auto", "auto"]
+ level7_colors = ["auto", "auto", "auto", "auto"]
+ level8_colors = ["auto", "auto", "auto", "auto"]
+ level9_colors = ["auto", "auto", "auto", "auto"]
+ level10_colors = ["auto", "auto", "auto", "auto"]
+ level11_colors = ["auto", "auto", "auto", "auto"]
+ level12_colors = ["auto", "auto", "auto", "auto"]
+ level13_colors = ["auto", "auto", "auto", "auto"]
+ level14_colors = ["auto", "auto", "auto", "auto"]
+ level15_colors = ["auto", "auto", "auto", "auto"]
+
diff --git a/config/lightmanscurrency-client.lcconfig b/config/lightmanscurrency-client.lcconfig
index 97f194f..e74d286 100644
--- a/config/lightmanscurrency-client.lcconfig
+++ b/config/lightmanscurrency-client.lcconfig
@@ -1,79 +1,79 @@
-#Quality Settings
-[quality]
- #Maximum number of items each Item Trader can renderBG (per-trade) as stock. Lower to decrease client-lag in trader-rich areas.
- #Setting to 0 will disable item rendering entirely, so use with caution.
- #Range: 0 -> 2147483647
- itemTraderRenderLimit=2147483647
-
-#Time Formatting Settings
-[time]
- #How Notification Timestamps are displayed.
- #Follows SimpleDateFormat formatting: https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
- timeFormatting="MM/dd/yy hh:mmaa"
-
-#Wallet Slot Settings
-[wallet_slot]
- #The position that the wallet slot will be placed at in the players inventory.
- slot=76,43
-
- #The position that the wallet slot will be placed at in the players creative inventory.
- creativeSlot=126,19
-
- #The offset that the wallet button should be placed at relative to the wallet slot position.
- button=8,-10
-
-#Wallet Overlay Settings
-[wallet_hud]
- #Whether an overlay should be drawn on your HUD displaying your wallets current money amount.
- enabled=true
-
- #The corner of the screen that the overlay should be drawn on.
- #Options: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
- displayCorner=BOTTOM_LEFT
-
- #The position offset from the defined corner.
- displayOffset=5,-5
-
- #Whether the wallets contents should be displayed as a coin item, or as value text.
- #Options: ITEMS_WIDE, ITEMS_NARROW, TEXT
- displayType=ITEMS_WIDE
-
-#Inventory Button Settings
-[inventory_buttons]
- #The position that the notification & team manager buttons will be placed at in the players inventory.
- button=152,3
-
- #The position that the notification & team manager buttons will be placed at in the players creative inventory.
- buttonCreative=171,3
-
-#Chest Button Settings
-[chest_buttons]
- #Whether the 'Move Coins into Wallet' button will appear in the top-right corner of the Chest Screen if there are coins in the chest that can be collected.
- enabled=true
-
- #Whether the 'Move Coins into Wallet' button should collect coins from a side-chain.
- #By default these would be the coin pile and coin block variants of the coins.
- allowSideChainCollection=false
-
-#Notification Settings
-[notification]
- #Whether notifications should be posted in your chat when you receive them.
- notificationsInChat=true
-
-#Slot Machine Animation Settings
-[slot_machine]
- #The number of Minecraft ticks the slot machine animation will last.
- #Note: 20 ticks = 1 second
- #Must be at least 20 ticks (1s) for coding reasons.
- #Range: 20 -> 1200
- animationDuration=100
-
- #The number of Minecraft ticks the slot machine will pause before repeating the animation.
- #Range: 0 -> 1200
- animationRestDuration=20
-
-#Sound Settings
-[sounds]
- #Whether Money Mending should make a noise when triggered.
- moneyMendingClink=true
-
+#Quality Settings
+[quality]
+ #Maximum number of items each Item Trader can renderBG (per-trade) as stock. Lower to decrease client-lag in trader-rich areas.
+ #Setting to 0 will disable item rendering entirely, so use with caution.
+ #Range: 0 -> 2147483647
+ itemTraderRenderLimit=2147483647
+
+#Time Formatting Settings
+[time]
+ #How Notification Timestamps are displayed.
+ #Follows SimpleDateFormat formatting: https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
+ timeFormatting="MM/dd/yy hh:mmaa"
+
+#Wallet Slot Settings
+[wallet_slot]
+ #The position that the wallet slot will be placed at in the players inventory.
+ slot=76,43
+
+ #The position that the wallet slot will be placed at in the players creative inventory.
+ creativeSlot=126,19
+
+ #The offset that the wallet button should be placed at relative to the wallet slot position.
+ button=8,-10
+
+#Wallet Overlay Settings
+[wallet_hud]
+ #Whether an overlay should be drawn on your HUD displaying your wallets current money amount.
+ enabled=true
+
+ #The corner of the screen that the overlay should be drawn on.
+ #Options: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
+ displayCorner=BOTTOM_LEFT
+
+ #The position offset from the defined corner.
+ displayOffset=5,-5
+
+ #Whether the wallets contents should be displayed as a coin item, or as value text.
+ #Options: ITEMS_WIDE, ITEMS_NARROW, TEXT
+ displayType=ITEMS_WIDE
+
+#Inventory Button Settings
+[inventory_buttons]
+ #The position that the notification & team manager buttons will be placed at in the players inventory.
+ button=152,3
+
+ #The position that the notification & team manager buttons will be placed at in the players creative inventory.
+ buttonCreative=171,3
+
+#Chest Button Settings
+[chest_buttons]
+ #Whether the 'Move Coins into Wallet' button will appear in the top-right corner of the Chest Screen if there are coins in the chest that can be collected.
+ enabled=true
+
+ #Whether the 'Move Coins into Wallet' button should collect coins from a side-chain.
+ #By default these would be the coin pile and coin block variants of the coins.
+ allowSideChainCollection=false
+
+#Notification Settings
+[notification]
+ #Whether notifications should be posted in your chat when you receive them.
+ notificationsInChat=true
+
+#Slot Machine Animation Settings
+[slot_machine]
+ #The number of Minecraft ticks the slot machine animation will last.
+ #Note: 20 ticks = 1 second
+ #Must be at least 20 ticks (1s) for coding reasons.
+ #Range: 20 -> 1200
+ animationDuration=100
+
+ #The number of Minecraft ticks the slot machine will pause before repeating the animation.
+ #Range: 0 -> 1200
+ animationRestDuration=20
+
+#Sound Settings
+[sounds]
+ #Whether Money Mending should make a noise when triggered.
+ moneyMendingClink=true
+
diff --git a/config/lightmanscurrency-common.lcconfig b/config/lightmanscurrency-common.lcconfig
index ec6e08c..c8c3580 100644
--- a/config/lightmanscurrency-common.lcconfig
+++ b/config/lightmanscurrency-common.lcconfig
@@ -1,210 +1,210 @@
-#Level of debug messages to be shown in the logs.
-#0-All debug messages. 1-Warnings/Errors only. 2-Errors only. 3-No debug messages.
-#Note: All debug messages will still be sent debug.log regardless of settings.
-#Range: 0 -> 3
-debugLevel=0
-
-#Crafting Settings
-#/reload required for any changes made to take effect.
-[crafting]
- #Whether Network Traders can be crafted.
- #Disabling will not remove any existing Network Traders from the world, nor prevent their use.
- #Disabling does NOT disable the recipes of Network Upgrades or the Trading Terminals.
- canCraftNetworkTrader=true
-
- #Whether Trader Interface blocks can be crafted.
- #Disabling will not remove any existing Trader Interfaces from the world, nor prevent their use.
- canCraftTraderInterface=true
-
- #Whether Auction Stand blocks can be crafted.
- #Disabling will not remove any existing Auction Stands from the world, nor prevent their use.
- canCraftAuctionStand=true
-
- #Whether Tax Blocks can be crafted.
- #Disabling will not remove any existing Tax Blocks from the world, nor prevent their use.
- canCraftTaxCollector=false
-
- #Money Chest Crafting
- [crafting.money_chest]
- #Whether the Money Chest can be crafted.
- #Disabling will not remove any existing Money Chests from the world, nor prevent their use.
- #Disabling does NOT disable the recipes of Money Chest Upgrades.
- canCraftCoinChest=true
-
- #Whether the Money Chest Exchange Upgrade can be crafted.
- #Disabling will not remove any existing Money Chest Exchange Upgrades from the world, nor prevent their use.
- canCraftExchangeUpgrade=true
-
- #Whether the Money Chest Magnet Upgrades can be crafted.
- #Disabling will not remove any existing Money Chest Magnet Upgrades from the world, nor prevent their use.
- canCraftMagnetUpgrade=true
-
- #Whether the Money Chest Security Upgrades can be crafted.
- #Disabling will not remove any existing Money Chest Security Upgrades from the world, nor prevent their use.
- canCraftSecurityUpgrade=true
-
-#Event Settings
-[events]
- #Whether the Chocolate Event Coins will be added to the coin data.
- #Note: Disabling will not remove any Chocolate Coin items that already exist.
- chocolate=true
-
- #The percentage of Chocolate Coins being dropped instead of normal coins while an event is active.
- #Range: 0.0 -> 1.0
- chocolateRate=0.1
-
-#Villager Related Settings
-#Note: Any changes to villagers requires a full reboot to be applied due to how Minecraft/Forge registers trades.
-[villagers]
- #Whether the wandering trader will have additional trades that allow you to buy misc items with money.
- addCustomWanderingTrades=true
-
- #Whether the banker villager profession will have any registered trades. The banker sells Lightman's Currency items for coins.
- addBanker=true
-
- #Whether the cashier villager profession will have any registered trades.. The cashier sells an amalgamation of vanilla traders products for coins.
- addCashier=true
-
- #Villager Trade Modification
- #Note: Changes made only apply to newly generated trades. Villagers with trades already defined will not be changed.
- [villagers.modification]
- #Whether vanilla villagers should have the Emeralds from their trades replaced with coins.
- changeVanillaTrades=true
-
- #Whether villagers added by other mods should have the Emeralds from their trades replaced with coins.
- changeModdedTrades=true
-
- #Whether the wandering trader should have the emeralds from their trades replaced with the default replacement coin.
- changeWanderingTrades=true
-
- #The default coin to replace a trades emeralds with.
- defaultReplacementCoin=lightmanscurrency:coin_gold
-
- #List of replacement coin overrides.
- #Each entry must be formatted as follows: "mod:some_trader_type-lightmanscurrency:some_coin"
- #Every trader not on this list will use the default trader coin defined above.
- replacementCoinOverrides=["minecraft:butcher-lightmanscurrency:coin_iron","minecraft:cartographer-lightmanscurrency:coin_iron","minecraft:farmer-lightmanscurrency:coin_iron","minecraft:fisherman-lightmanscurrency:coin_iron","minecraft:fletcher-lightmanscurrency:coin_copper","minecraft:leatherworker-lightmanscurrency:coin_iron","minecraft:mason-lightmanscurrency:coin_iron","minecraft:shepherd-lightmanscurrency:coin_iron"]
-
-#Loot Options
-[loot]
- #T1 loot item.
- #Leave blank ("") to not spawn T1 loot.
- #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":1, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
- lootItemT1=lightmanscurrency:coin_copper
-
- #T2 loot item.
- #Leave blank ("") to not spawn T2 loot.
- #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":2, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
- lootItemT2=lightmanscurrency:coin_iron
-
- #T3 loot item.
- #Leave blank ("") to not spawn T3 loot.
- #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":3, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
- lootItemT3=lightmanscurrency:coin_gold
-
- #T4 loot item.
- #Leave blank ("") to not spawn T4 loot.
- #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":4, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
- lootItemT4=minecraft:air
-
- #T5 loot item.
- #Leave blank ("") to not spawn T5 loot.
- #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":5, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
- lootItemT5=minecraft:air
-
- #T6 loot item.
- #Leave blank ("") to not spawn T6 loot.
- #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":6, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
- lootItemT6=minecraft:air
-
- #Entity Loot Settings.
- [loot.entities]
- #Whether coins can be dropped by entities.
- enabled=true
-
- #Whether coins can be dropped by entities that were spawned by the vanilla spawner.
- allowSpawnedDrops=false
-
- #Whether modded machines that emulate player behaviour can trigger coin drops from entities.
- #Set to false to help prevent autmated coin farming.
- allowFakePlayerDrops=false
-
- #Entity Drop Lists. Accepts the following inputs:
- #Entity IDs. e.g. "minecraft:cow"
- #Entity Tags. e.g. "#minecraft:skeletons"
- #Every entity provided by a mod. e.g. "minecraft:*"
- #Note: If an entity meets multiple criteria, it will drop the lowest tier loot that matches (starting with normal T1 -> T6 then boss T1 -> T6)
- [loot.entities.lists]
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier1" loot table.
- #Requires a player kill to trigger coin drops.
- T1=["minecraft:slime"," minecraft:silverfish"," alexsmobs:cosmic_cod"," alexsmobs:fly"," alexsmobs:raccoon"," alexsmobs:stradpole"," friendsandfoes:mauler"," minecolonies:archerbarbarian"," minecolonies:archermummy"," minecolonies:barbarian"," minecolonies:mummy"," minecolonies:norsemenarcher"," minecolonies:pirate"]
-
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier2" loot table.
- #Requires a player kill to trigger coin drops.
- T2=["minecraft:zombie"," minecraft:skeleton"," minecraft:creeper"," minecraft:spider"," minecraft:cave_spider"," minecraft:husk"," minecraft:stray"," minecraft:magma_cube"," minecraft:zombie_villager"," minecraft:drowned"," alexsmobs:bone_serpent"," alexsmobs:anaconda"," alexsmobs:froststalker"," alexsmobs:rattlesnake"," alexsmobs:rockey_roller"," alexsmobs:skreecher"," alexsmobs:soul_vulture"," alexsmobs:tarantula_hawk"," creeperoverhaul:badlands_creeper"," creeperoverhaul:bamboo_creeper"," creeperoverhaul:beach_creeper"," creeperoverhaul:cave_creeper"," creeperoverhaul:dark_oak_creeper"," creeperoverhaul:desert_creeper"," creeperoverhaul:dripstone_creeper"," creeperoverhaul:hills_creeper"," creeperoverhaul:jungle_creeper"," creeperoverhaul:mushroom_creeper"," creeperoverhaul:ocean_creeper"," creeperoverhaul:savannah_creeper"," creeperoverhaul:snowy_creeper"," creeperoverhaul:spruce_creeper"," creeperoverhaul:swamp_creeper"," kobolds:kobold_zombie"," kobolds:kobold_skeleton"," riskofrain_mobs:lemurian_entity"]
-
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier3" loot table.
- #Requires a player kill to trigger coin drops.
- T3=["minecraft:guardian"," minecraft:elder_guardian"," minecraft:phantom"," minecraft:blaze"," minecraft:ghast"," minecraft:witch"," minecraft:hoglin"," minecraft:piglin_brute"," minecraft:piglin"," minecraft:zombified_piglin"," alexsmobs:crimson_mosquito"," alexsmobs:dropbear"," alexsmobs:guster"," alexsmobs:skelewag"," alexsmobs:tusklin"," deeperdarker:sculk_centipede"," deeperdarker:sculk_leech"," deeperdarker:sculk_snapper"," deeperdarker:shattered"," deeperdarker:shriek_worm"," deeperdarker:stalker"," minecolonies:chiefbarbarian"," minecolonies:chiefpirate"," minecolonies:pharao"," minecolonies:norsemenchief"," monsterplus:crystal_zombie"," monsterplus:glow_skeleton"," monsterplus:overgrown_skeleton"," monsterplus:spectral_skeleton"," monsterplus:swamp_zombie"," riskofrain_mobs:stone_golem_entity"," undergarden:brute"," undergarden:stoneborn"," undergarden:gronglet"," undergarden:rotbeast"," undergarden:rotwalker"," undergarden:rotling"," undergarden:sploogie"," undergarden:muncher"," undergarden:nargoyle"]
-
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier4" loot table.
- #Requires a player kill to trigger coin drops.
- T4=["minecraft:enderman"," minecraft:evoker"," minecraft:vindicator"," minecraft:pillager"," minecraft:ravager"," minecraft:shulker"," alexsmobs:enderiophage"," alexsmobs:farseer"," alexsmobs:murmur"," alexsmobs:straddler"," friendsandfoes:iceologer"," friendsandfoes:wildfire"," minecraft:wither_skeleton"," illagerinvasion:alchemist"," illagerinvasion:archivist"," illagerinvasion:basher"," illagerinvasion:firecaller"," illagerinvasion:inquisitor"," illagerinvasion:marauder"," illagerinvasion:necromancer"," illagerinvasion:provoker"," illagerinvasion:sorcerer"," mutantmonsters:mutant_creeper"," mutantmonsters:mutant_enderman"," mutantmonsters:skeleton"," mutantmonsters:snow_golem"," mutantmonsters:zombie"," mutantmonsters:spider_pig"]
-
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier5" loot table.
- #Requires a player kill to trigger coin drops.
- T5=["alexsmobs:mimicube"," monsterplus:mother_lava_squid"," undergarden:forgotten_guardian"," alexsmobs:warped_mosco"]
-
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier6" loot table.
- #Requires a player kill to trigger coin drops.
- T6=[]
-
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier1" loot table.
- #Does NOT require a player kill to trigger coin drops.
- BossT1=[]
-
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier2" loot table.
- #Does NOT require a player kill to trigger coin drops.
- BossT2=[]
-
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier3" loot table.
- #Does NOT require a player kill to trigger coin drops.
- BossT3=[]
-
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier4" loot table.
- #Does NOT require a player kill to trigger coin drops.
- BossT4=["minecraft:wither"," illagerinvasion:invoker","blue_skies:summoner","blue_skies:alchemist"]
-
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier5" loot table.
- #Does NOT require a player kill to trigger coin drops.
- BossT5=["minecraft:ender_dragon"," alexsmobs:void_worm","blue_skies:starlit_crusher","blue_skies:arachnarch"]
-
- #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier6" loot table.
- #Does NOT require a player kill to trigger coin drops.
- BossT6=["minecraft:warden"]
-
- #Chest Loot Settings
- [loot.chests]
- #Whether coins can spawn in chests.
- enabled=true
-
- #Chest Spawn Lists
- [loot.chests.lists]
- #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier1" loot table.
- T1=["minecraft:chests/underwater_ruin_small","minecraft:chests/underwater_ruin_big"," minecraft:chests/simple_dungeon"]
-
- #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier2" loot table.
- T2=["minecraft:chests/jungle_temple"," minecraft:chests/nether_bridge"," minecraft:chests/ruined_portal"]
-
- #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier3" loot table.
- T3=["minecraft:chests/stronghold_crossing"," minecraft:chests/stronghold_corridor"," minecraft:chests/stronghold_library"," minecraft:chests/ancient_city"]
-
- #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier4" loot table.
- T4=["minecraft:chests/bastion_hoglin_stable"," minecraft:chests/bastion_bridge"," minecraft:chests/bastion_other"," minecraft:chests/bastion_treasure"," minecraft:chests/end_city_treasure"," minecraft:chests/buried_treasure"]
-
- #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier5" loot table.
- T5=[]
-
- #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier6" loot table.
- T6=[]
-
+#Level of debug messages to be shown in the logs.
+#0-All debug messages. 1-Warnings/Errors only. 2-Errors only. 3-No debug messages.
+#Note: All debug messages will still be sent debug.log regardless of settings.
+#Range: 0 -> 3
+debugLevel=0
+
+#Crafting Settings
+#/reload required for any changes made to take effect.
+[crafting]
+ #Whether Network Traders can be crafted.
+ #Disabling will not remove any existing Network Traders from the world, nor prevent their use.
+ #Disabling does NOT disable the recipes of Network Upgrades or the Trading Terminals.
+ canCraftNetworkTrader=true
+
+ #Whether Trader Interface blocks can be crafted.
+ #Disabling will not remove any existing Trader Interfaces from the world, nor prevent their use.
+ canCraftTraderInterface=true
+
+ #Whether Auction Stand blocks can be crafted.
+ #Disabling will not remove any existing Auction Stands from the world, nor prevent their use.
+ canCraftAuctionStand=true
+
+ #Whether Tax Blocks can be crafted.
+ #Disabling will not remove any existing Tax Blocks from the world, nor prevent their use.
+ canCraftTaxCollector=false
+
+ #Money Chest Crafting
+ [crafting.money_chest]
+ #Whether the Money Chest can be crafted.
+ #Disabling will not remove any existing Money Chests from the world, nor prevent their use.
+ #Disabling does NOT disable the recipes of Money Chest Upgrades.
+ canCraftCoinChest=true
+
+ #Whether the Money Chest Exchange Upgrade can be crafted.
+ #Disabling will not remove any existing Money Chest Exchange Upgrades from the world, nor prevent their use.
+ canCraftExchangeUpgrade=true
+
+ #Whether the Money Chest Magnet Upgrades can be crafted.
+ #Disabling will not remove any existing Money Chest Magnet Upgrades from the world, nor prevent their use.
+ canCraftMagnetUpgrade=true
+
+ #Whether the Money Chest Security Upgrades can be crafted.
+ #Disabling will not remove any existing Money Chest Security Upgrades from the world, nor prevent their use.
+ canCraftSecurityUpgrade=true
+
+#Event Settings
+[events]
+ #Whether the Chocolate Event Coins will be added to the coin data.
+ #Note: Disabling will not remove any Chocolate Coin items that already exist.
+ chocolate=true
+
+ #The percentage of Chocolate Coins being dropped instead of normal coins while an event is active.
+ #Range: 0.0 -> 1.0
+ chocolateRate=0.1
+
+#Villager Related Settings
+#Note: Any changes to villagers requires a full reboot to be applied due to how Minecraft/Forge registers trades.
+[villagers]
+ #Whether the wandering trader will have additional trades that allow you to buy misc items with money.
+ addCustomWanderingTrades=true
+
+ #Whether the banker villager profession will have any registered trades. The banker sells Lightman's Currency items for coins.
+ addBanker=true
+
+ #Whether the cashier villager profession will have any registered trades.. The cashier sells an amalgamation of vanilla traders products for coins.
+ addCashier=true
+
+ #Villager Trade Modification
+ #Note: Changes made only apply to newly generated trades. Villagers with trades already defined will not be changed.
+ [villagers.modification]
+ #Whether vanilla villagers should have the Emeralds from their trades replaced with coins.
+ changeVanillaTrades=true
+
+ #Whether villagers added by other mods should have the Emeralds from their trades replaced with coins.
+ changeModdedTrades=true
+
+ #Whether the wandering trader should have the emeralds from their trades replaced with the default replacement coin.
+ changeWanderingTrades=true
+
+ #The default coin to replace a trades emeralds with.
+ defaultReplacementCoin=lightmanscurrency:coin_gold
+
+ #List of replacement coin overrides.
+ #Each entry must be formatted as follows: "mod:some_trader_type-lightmanscurrency:some_coin"
+ #Every trader not on this list will use the default trader coin defined above.
+ replacementCoinOverrides=["minecraft:butcher-lightmanscurrency:coin_iron","minecraft:cartographer-lightmanscurrency:coin_iron","minecraft:farmer-lightmanscurrency:coin_iron","minecraft:fisherman-lightmanscurrency:coin_iron","minecraft:fletcher-lightmanscurrency:coin_copper","minecraft:leatherworker-lightmanscurrency:coin_iron","minecraft:mason-lightmanscurrency:coin_iron","minecraft:shepherd-lightmanscurrency:coin_iron"]
+
+#Loot Options
+[loot]
+ #T1 loot item.
+ #Leave blank ("") to not spawn T1 loot.
+ #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":1, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
+ lootItemT1=lightmanscurrency:coin_copper
+
+ #T2 loot item.
+ #Leave blank ("") to not spawn T2 loot.
+ #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":2, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
+ lootItemT2=lightmanscurrency:coin_iron
+
+ #T3 loot item.
+ #Leave blank ("") to not spawn T3 loot.
+ #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":3, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
+ lootItemT3=lightmanscurrency:coin_gold
+
+ #T4 loot item.
+ #Leave blank ("") to not spawn T4 loot.
+ #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":4, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
+ lootItemT4=minecraft:air
+
+ #T5 loot item.
+ #Leave blank ("") to not spawn T5 loot.
+ #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":5, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
+ lootItemT5=minecraft:air
+
+ #T6 loot item.
+ #Leave blank ("") to not spawn T6 loot.
+ #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":6, which is used in all "lightmanscurrency:loot_addons" loot tables configured below.
+ lootItemT6=minecraft:air
+
+ #Entity Loot Settings.
+ [loot.entities]
+ #Whether coins can be dropped by entities.
+ enabled=true
+
+ #Whether coins can be dropped by entities that were spawned by the vanilla spawner.
+ allowSpawnedDrops=false
+
+ #Whether modded machines that emulate player behaviour can trigger coin drops from entities.
+ #Set to false to help prevent autmated coin farming.
+ allowFakePlayerDrops=false
+
+ #Entity Drop Lists. Accepts the following inputs:
+ #Entity IDs. e.g. "minecraft:cow"
+ #Entity Tags. e.g. "#minecraft:skeletons"
+ #Every entity provided by a mod. e.g. "minecraft:*"
+ #Note: If an entity meets multiple criteria, it will drop the lowest tier loot that matches (starting with normal T1 -> T6 then boss T1 -> T6)
+ [loot.entities.lists]
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier1" loot table.
+ #Requires a player kill to trigger coin drops.
+ T1=["minecraft:slime"," minecraft:silverfish"," alexsmobs:cosmic_cod"," alexsmobs:fly"," alexsmobs:raccoon"," alexsmobs:stradpole"," friendsandfoes:mauler"," minecolonies:archerbarbarian"," minecolonies:archermummy"," minecolonies:barbarian"," minecolonies:mummy"," minecolonies:norsemenarcher"," minecolonies:pirate"]
+
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier2" loot table.
+ #Requires a player kill to trigger coin drops.
+ T2=["minecraft:zombie"," minecraft:skeleton"," minecraft:creeper"," minecraft:spider"," minecraft:cave_spider"," minecraft:husk"," minecraft:stray"," minecraft:magma_cube"," minecraft:zombie_villager"," minecraft:drowned"," alexsmobs:bone_serpent"," alexsmobs:anaconda"," alexsmobs:froststalker"," alexsmobs:rattlesnake"," alexsmobs:rockey_roller"," alexsmobs:skreecher"," alexsmobs:soul_vulture"," alexsmobs:tarantula_hawk"," creeperoverhaul:badlands_creeper"," creeperoverhaul:bamboo_creeper"," creeperoverhaul:beach_creeper"," creeperoverhaul:cave_creeper"," creeperoverhaul:dark_oak_creeper"," creeperoverhaul:desert_creeper"," creeperoverhaul:dripstone_creeper"," creeperoverhaul:hills_creeper"," creeperoverhaul:jungle_creeper"," creeperoverhaul:mushroom_creeper"," creeperoverhaul:ocean_creeper"," creeperoverhaul:savannah_creeper"," creeperoverhaul:snowy_creeper"," creeperoverhaul:spruce_creeper"," creeperoverhaul:swamp_creeper"," kobolds:kobold_zombie"," kobolds:kobold_skeleton"," riskofrain_mobs:lemurian_entity"]
+
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier3" loot table.
+ #Requires a player kill to trigger coin drops.
+ T3=["minecraft:guardian"," minecraft:elder_guardian"," minecraft:phantom"," minecraft:blaze"," minecraft:ghast"," minecraft:witch"," minecraft:hoglin"," minecraft:piglin_brute"," minecraft:piglin"," minecraft:zombified_piglin"," alexsmobs:crimson_mosquito"," alexsmobs:dropbear"," alexsmobs:guster"," alexsmobs:skelewag"," alexsmobs:tusklin"," deeperdarker:sculk_centipede"," deeperdarker:sculk_leech"," deeperdarker:sculk_snapper"," deeperdarker:shattered"," deeperdarker:shriek_worm"," deeperdarker:stalker"," minecolonies:chiefbarbarian"," minecolonies:chiefpirate"," minecolonies:pharao"," minecolonies:norsemenchief"," monsterplus:crystal_zombie"," monsterplus:glow_skeleton"," monsterplus:overgrown_skeleton"," monsterplus:spectral_skeleton"," monsterplus:swamp_zombie"," riskofrain_mobs:stone_golem_entity"," undergarden:brute"," undergarden:stoneborn"," undergarden:gronglet"," undergarden:rotbeast"," undergarden:rotwalker"," undergarden:rotling"," undergarden:sploogie"," undergarden:muncher"," undergarden:nargoyle"]
+
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier4" loot table.
+ #Requires a player kill to trigger coin drops.
+ T4=["minecraft:enderman"," minecraft:evoker"," minecraft:vindicator"," minecraft:pillager"," minecraft:ravager"," minecraft:shulker"," alexsmobs:enderiophage"," alexsmobs:farseer"," alexsmobs:murmur"," alexsmobs:straddler"," friendsandfoes:iceologer"," friendsandfoes:wildfire"," minecraft:wither_skeleton"," illagerinvasion:alchemist"," illagerinvasion:archivist"," illagerinvasion:basher"," illagerinvasion:firecaller"," illagerinvasion:inquisitor"," illagerinvasion:marauder"," illagerinvasion:necromancer"," illagerinvasion:provoker"," illagerinvasion:sorcerer"," mutantmonsters:mutant_creeper"," mutantmonsters:mutant_enderman"," mutantmonsters:skeleton"," mutantmonsters:snow_golem"," mutantmonsters:zombie"," mutantmonsters:spider_pig"]
+
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier5" loot table.
+ #Requires a player kill to trigger coin drops.
+ T5=["alexsmobs:mimicube"," monsterplus:mother_lava_squid"," undergarden:forgotten_guardian"," alexsmobs:warped_mosco"]
+
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/entity/tier6" loot table.
+ #Requires a player kill to trigger coin drops.
+ T6=[]
+
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier1" loot table.
+ #Does NOT require a player kill to trigger coin drops.
+ BossT1=[]
+
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier2" loot table.
+ #Does NOT require a player kill to trigger coin drops.
+ BossT2=[]
+
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier3" loot table.
+ #Does NOT require a player kill to trigger coin drops.
+ BossT3=[]
+
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier4" loot table.
+ #Does NOT require a player kill to trigger coin drops.
+ BossT4=["minecraft:wither"," illagerinvasion:invoker","blue_skies:summoner","blue_skies:alchemist"]
+
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier5" loot table.
+ #Does NOT require a player kill to trigger coin drops.
+ BossT5=["minecraft:ender_dragon"," alexsmobs:void_worm","blue_skies:starlit_crusher","blue_skies:arachnarch"]
+
+ #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier6" loot table.
+ #Does NOT require a player kill to trigger coin drops.
+ BossT6=["minecraft:warden"]
+
+ #Chest Loot Settings
+ [loot.chests]
+ #Whether coins can spawn in chests.
+ enabled=true
+
+ #Chest Spawn Lists
+ [loot.chests.lists]
+ #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier1" loot table.
+ T1=["minecraft:chests/underwater_ruin_small","minecraft:chests/underwater_ruin_big"," minecraft:chests/simple_dungeon"]
+
+ #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier2" loot table.
+ T2=["minecraft:chests/jungle_temple"," minecraft:chests/nether_bridge"," minecraft:chests/ruined_portal"]
+
+ #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier3" loot table.
+ T3=["minecraft:chests/stronghold_crossing"," minecraft:chests/stronghold_corridor"," minecraft:chests/stronghold_library"," minecraft:chests/ancient_city"]
+
+ #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier4" loot table.
+ T4=["minecraft:chests/bastion_hoglin_stable"," minecraft:chests/bastion_bridge"," minecraft:chests/bastion_other"," minecraft:chests/bastion_treasure"," minecraft:chests/end_city_treasure"," minecraft:chests/buried_treasure"]
+
+ #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier5" loot table.
+ T5=[]
+
+ #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier6" loot table.
+ T6=[]
+
diff --git a/config/lightmanscurrency-server.lcconfig b/config/lightmanscurrency-server.lcconfig
index 6291c49..4f6bfbc 100644
--- a/config/lightmanscurrency-server.lcconfig
+++ b/config/lightmanscurrency-server.lcconfig
@@ -1,259 +1,259 @@
-#Notification Settings
-[notifications]
- #The maximum number of notifications each player and/or machine can have before old entries are deleted.
- #Lower if you encounter packet size problems.
- #Range: 0 -> 2147483647
- limit=500
-
-#Machine Protection Settings
-[machine_protection]
- #Whether illegally broken traders (such as being replaced with /setblock, or modded machines that break blocks) will safely eject their block/contents into a temporary storage area for the owner to collect safely.
- #If disabled, illegally broken traders will throw their items on the ground, and can thus be griefed by modded machines.
- safeEjection=true
-
-#Coin Mint Settings
-[coin_mint]
- #Whether or not Coin Mint recipes of mintType "MINT" will function.
- #Defaults to the built-in recipes that turn resources into coins.
- canMint=false
-
- #Whether or not Coin Mint recipes of mintType "MELT" will function.
- #Defaults to the built-in recipes that turn coins back into resources.
- canMelt=false
-
- #Default number of ticks it takes to process a Coin Mint recipe.
- #Does not apply to Coin Mint recipes with a defined "duration" input.
- #Range: 1 -> 72000
- defaultMintDuration=100
-
- #Default Recipes
- [coin_mint.recipes]
- #Minting
- [coin_mint.recipes.mint]
- #Whether recipes of mintType "MINT" with an output of copper coins will function.
- copper=false
-
- #Whether recipes of mintType "MINT" with an output of iron coins will function.
- iron=false
-
- #Whether recipes of mintType "MINT" with an output of gold coins will function.
- gold=false
-
- #Whether recipes of mintType "MINT" with an output of emerald coins will function.
- emerald=false
-
- #Whether recipes of mintType "MINT" with an output of diamond coins will function.
- diamond=false
-
- #Whether recipes of mintType "MINT" with an output of netherite coins will function.
- netherite=false
-
- #Melting
- [coin_mint.recipes.melt]
- #Whether recipes of mintType "MELT" with an output of copper ingots will function.
- copper=false
-
- #Whether recipes of mintType "MELT" with an output of iron ingots will function.
- iron=false
-
- #Whether recipes of mintType "MELT" with an output of gold ingots will function.
- gold=false
-
- #Whether recipes of mintType "MELT" with an output of emeralds will function.
- emerald=false
-
- #Whether recipes of mintType "MELT" with an output of diamonds will function.
- diamond=false
-
- #Whether recipes of mintType "MELT" with an output of netherite ingots will function.
- netherite=false
-
-#Wallet Settings
-[wallet]
- #The lowest level wallet capable of exchanging coins.
- #0-Copper Wallet; 1-Iron Wallet; 2-Gold Wallet; 3-Emerald Wallet; 4-Diamond Wallet; 5-Netherite Wallet; 6-No Wallet
- #Range: 0 -> 6
- exchangeLevel=1
-
- #The lowest level wallet capable of automatically collecting coins while equipped.
- #0-Copper Wallet; 1-Iron Wallet; 2-Gold Wallet; 3-Emerald Wallet; 4-Diamond Wallet; 5-Netherite Wallet; 6-No Wallet
- #Range: 0 -> 6
- pickupLevel=2
-
- #The lowest level wallet capable of allowing transfers to/from your bank account.
- #0-Copper Wallet; 1-Iron Wallet; 2-Gold Wallet; 3-Emerald Wallet; 4-Diamond Wallet; 5-Netherite Wallet; 6-No Wallet
- #Range: 0 -> 6
- bankLevel=5
-
-#Upgrade Settings
-[upgrades]
- #Item Capacity Upgrade
- [upgrades.item_capacity]
- #The amount of item storage added by the first Item Capacity Upgrade (Iron)
- #Range: 1 -> 1728
- itemCapacity1=192
-
- #The amount of item storage added by the first Item Capacity Upgrade (Gold)
- #Range: 2 -> 1728
- itemCapacity2=384
-
- #The amount of item storage added by the first Item Capacity Upgrade (Diamond)
- #Range: 3 -> 1728
- itemCapacity3=576
-
- #Money Chest Magnet Upgrade
- [upgrades.money_chest_magnet]
- #The radius (in meters) of the Money Chest Magnet Upgrade (Copper)'s coin collection.
- #Range: 1 -> 50
- radius1=4
-
- #The radius (in meters) of the Money Chest Magnet Upgrade (Iron)'s coin collection.
- #Range: 2 -> 50
- radius2=6
-
- #The radius (in meters) of the Money Chest Magnet Upgrade (Gold)'s coin collection.
- #Range: 3 -> 50
- radius3=8
-
- #The radius (in meters) of the Money Chest Magnet Upgrade (Emerald)'s coin collection.
- #Range: 4 -> 50
- radius4=10
-
-#Enchantment Settings
-[enchantments]
- #The cost required to repair a single item durability point with the Money Mending enchantment.
- moneyMendingRepairCost="coin;4-lightmanscurrency:coin_copper"
-
- #The coin collection radius of the Coin Magnet I enchantment.
- #Range: 1 -> 50
- coinMagnetBaseRange=5
-
- #The increase in the coin collection radius added by each additional level of the Coin Magnet enchantment.
- #Range: 1 -> 50
- coinMagnetLeveledRange=2
-
-#Auction House Settings
-[auction_house]
- #Whether the Auction House will be automatically generated and accessible.
- #If disabled after players have interacted with it, items & money in the auction house cannot be accessed until re-enabled.
- #If disabled, it is highly recommended that you also disable the 'crafting.allowAuctionStandCrafting' option in the common config.
- enabled=true
-
- #Whether the Auction House will appear in the trading terminal.
- #If false, you will only be able to access the Auction House from an Auction Stand.
- visibleOnTerminal=true
-
- #The minimum number of days an auction can have its duration set to.
- #If given a 0 day minimum, the minimum auction duration will be 1 hour.
- #Range: 0 -> 2147483647
- minimumDuration=0
-
- #The maxumim number of day an auction can have its duration set to.
- #Range: 1 -> 2147483647
- maximumDuration=30
-
-#Network Terminal Settings
-[terminal]
- #Whether Traders with no defined Custom Name will be sorted to the bottom of the Trader list on the Network Terminal.
- sortUnnamedTradersToBottom=false
-
-#Player <-> Player Trading Options
-[player_trading]
- #The maximum distance allowed between players in order for a player trade to persist.
- #-1 will always allow trading regardless of dimension.
- #0 will allow infinite distance but require that both players be in the same dimension.
- #Range: -1.0 -> 1.7976931348623157E308
- maxPlayerDistance=12.0
-
-#Tax Settings
-[taxes]
- #Whether Tax Collectors can only be activated by an Admin in LC Admin Mode.
- #Will not prevent players from crafting, placing, or configuring Tax Collectors.
- adminOnlyActivation=true
-
- #The maximum tax rate (in %) a Tax Collector is allowed to enforce.
- #Note: The sum of multiple tax collectors rates can still exceed this number.
- #If a machine reaches a total tax rate of 100% it will forcible prevent all monetary interactions until this is resolved.
- #Range: 1 -> 99
- maxTaxRate=25
-
- #The maximum radius of a Tax Collectors area in meters.
- #Range: 16 -> 2147483647
- maxRadius=256
-
- #The maximum height of a Tax Collectors area in meters.
- #Range: 8 -> 2147483647
- maxHeight=64
-
- #The maximum vertical offset of a Tax Collectors area in meters.
- #Note: Vertical offset can be negative, so this will also enforce the lowest value.
- #Range: 4 -> 2147483647
- maxVertOffset=32
-
-#Chocolate Coin Settings
-[chocolate_coins]
- #Whether the Chocolate Coins will give players custom potion and/or healing effects on consumption.
- chocolateEffects=true
-
-#Mod Compat Options
-[compat]
- #Claim Purchasing Settings for FTB Chunks, Cadmus, & Flan
- [compat.claim_purchasing]
- #Whether the '/lcclaims buy claim' command will be accessible to players.
- allowClaimPurchase=false
-
- #The price per claim chunk purchased.
- claimPrice="coin;1-lightmanscurrency:coin_gold"
-
- #The maximum number of extra claim chunks allowed to be purchased with this command.
- #Note: This count includes extra claim chunks given to the player/team via normal FTB Chunks methods as well (if applicable).
- #Range: 1 -> 2147483647
- maxClaimCount=1000000
-
- #Whether the `/lcclaims buy forceload` command will be accessible to players.
- allowForceloadPurchase=false
-
- #The price per forceload chunk purchased.
- forceloadPrice="coin;1-lightmanscurrency:coin_netherite"
-
- #The maximum number of extra forceload chunks allowed to be purchased with this command.
- #Note: This count includes extra forceload chunks given to the player/team via normal FTB Chunks methods as well (if applicable).
- #Range: 1 -> 2147483647
- maxForceloadCount=100
-
- #Flan Settings
- [compat.claim_purchasing.flan]
- #Blocks that will be added with each 'claim' purchased
- #Range: 1 -> 64
- blocksPerChunk=64
-
- #Lightman's Discord Compat Settings.
- [compat.ldi]
- #The channel where users can run the currency commands and where currency related announcements will be made.
- channel="000000000000000000"
-
- #Prefix for currency commands.
- prefix="!"
-
- #Whether the !search command should limit its search results to only Network Traders, or if it should list all traders.
- limitSearchToNetwork=true
-
- #Currency Bot Notification Options
- [compat.ldi.notifications]
- #Whether a notification will appear in the currency bot channel when a Network Trader is created.
- #Notification will have a 60 second delay to allow them time to customize the traders name, etc.
- networkTraderBuilt=true
-
- #Whether a notification will appear in the currency bot channel when a player starts an auction.
- auctionCreated=true
-
- #Whether a notification will appear in the currency bot channel when a Persistent Auction is created automatically.
- #Requires that auction house creation notifications also be enabled.
- auctionPersistentCreations=true
-
- #Whether a notification will appear in the currency bot channel when an Auction is cancelled in the Auction House.
- auctionCancelled=false
-
- #Whether a notification will appear in the currency bot channel when an Auction is completed and had a bidder.
- auctionWon=true
-
+#Notification Settings
+[notifications]
+ #The maximum number of notifications each player and/or machine can have before old entries are deleted.
+ #Lower if you encounter packet size problems.
+ #Range: 0 -> 2147483647
+ limit=500
+
+#Machine Protection Settings
+[machine_protection]
+ #Whether illegally broken traders (such as being replaced with /setblock, or modded machines that break blocks) will safely eject their block/contents into a temporary storage area for the owner to collect safely.
+ #If disabled, illegally broken traders will throw their items on the ground, and can thus be griefed by modded machines.
+ safeEjection=true
+
+#Coin Mint Settings
+[coin_mint]
+ #Whether or not Coin Mint recipes of mintType "MINT" will function.
+ #Defaults to the built-in recipes that turn resources into coins.
+ canMint=false
+
+ #Whether or not Coin Mint recipes of mintType "MELT" will function.
+ #Defaults to the built-in recipes that turn coins back into resources.
+ canMelt=false
+
+ #Default number of ticks it takes to process a Coin Mint recipe.
+ #Does not apply to Coin Mint recipes with a defined "duration" input.
+ #Range: 1 -> 72000
+ defaultMintDuration=100
+
+ #Default Recipes
+ [coin_mint.recipes]
+ #Minting
+ [coin_mint.recipes.mint]
+ #Whether recipes of mintType "MINT" with an output of copper coins will function.
+ copper=false
+
+ #Whether recipes of mintType "MINT" with an output of iron coins will function.
+ iron=false
+
+ #Whether recipes of mintType "MINT" with an output of gold coins will function.
+ gold=false
+
+ #Whether recipes of mintType "MINT" with an output of emerald coins will function.
+ emerald=false
+
+ #Whether recipes of mintType "MINT" with an output of diamond coins will function.
+ diamond=false
+
+ #Whether recipes of mintType "MINT" with an output of netherite coins will function.
+ netherite=false
+
+ #Melting
+ [coin_mint.recipes.melt]
+ #Whether recipes of mintType "MELT" with an output of copper ingots will function.
+ copper=false
+
+ #Whether recipes of mintType "MELT" with an output of iron ingots will function.
+ iron=false
+
+ #Whether recipes of mintType "MELT" with an output of gold ingots will function.
+ gold=false
+
+ #Whether recipes of mintType "MELT" with an output of emeralds will function.
+ emerald=false
+
+ #Whether recipes of mintType "MELT" with an output of diamonds will function.
+ diamond=false
+
+ #Whether recipes of mintType "MELT" with an output of netherite ingots will function.
+ netherite=false
+
+#Wallet Settings
+[wallet]
+ #The lowest level wallet capable of exchanging coins.
+ #0-Copper Wallet; 1-Iron Wallet; 2-Gold Wallet; 3-Emerald Wallet; 4-Diamond Wallet; 5-Netherite Wallet; 6-No Wallet
+ #Range: 0 -> 6
+ exchangeLevel=1
+
+ #The lowest level wallet capable of automatically collecting coins while equipped.
+ #0-Copper Wallet; 1-Iron Wallet; 2-Gold Wallet; 3-Emerald Wallet; 4-Diamond Wallet; 5-Netherite Wallet; 6-No Wallet
+ #Range: 0 -> 6
+ pickupLevel=2
+
+ #The lowest level wallet capable of allowing transfers to/from your bank account.
+ #0-Copper Wallet; 1-Iron Wallet; 2-Gold Wallet; 3-Emerald Wallet; 4-Diamond Wallet; 5-Netherite Wallet; 6-No Wallet
+ #Range: 0 -> 6
+ bankLevel=5
+
+#Upgrade Settings
+[upgrades]
+ #Item Capacity Upgrade
+ [upgrades.item_capacity]
+ #The amount of item storage added by the first Item Capacity Upgrade (Iron)
+ #Range: 1 -> 1728
+ itemCapacity1=192
+
+ #The amount of item storage added by the first Item Capacity Upgrade (Gold)
+ #Range: 2 -> 1728
+ itemCapacity2=384
+
+ #The amount of item storage added by the first Item Capacity Upgrade (Diamond)
+ #Range: 3 -> 1728
+ itemCapacity3=576
+
+ #Money Chest Magnet Upgrade
+ [upgrades.money_chest_magnet]
+ #The radius (in meters) of the Money Chest Magnet Upgrade (Copper)'s coin collection.
+ #Range: 1 -> 50
+ radius1=4
+
+ #The radius (in meters) of the Money Chest Magnet Upgrade (Iron)'s coin collection.
+ #Range: 2 -> 50
+ radius2=6
+
+ #The radius (in meters) of the Money Chest Magnet Upgrade (Gold)'s coin collection.
+ #Range: 3 -> 50
+ radius3=8
+
+ #The radius (in meters) of the Money Chest Magnet Upgrade (Emerald)'s coin collection.
+ #Range: 4 -> 50
+ radius4=10
+
+#Enchantment Settings
+[enchantments]
+ #The cost required to repair a single item durability point with the Money Mending enchantment.
+ moneyMendingRepairCost="coin;4-lightmanscurrency:coin_copper"
+
+ #The coin collection radius of the Coin Magnet I enchantment.
+ #Range: 1 -> 50
+ coinMagnetBaseRange=5
+
+ #The increase in the coin collection radius added by each additional level of the Coin Magnet enchantment.
+ #Range: 1 -> 50
+ coinMagnetLeveledRange=2
+
+#Auction House Settings
+[auction_house]
+ #Whether the Auction House will be automatically generated and accessible.
+ #If disabled after players have interacted with it, items & money in the auction house cannot be accessed until re-enabled.
+ #If disabled, it is highly recommended that you also disable the 'crafting.allowAuctionStandCrafting' option in the common config.
+ enabled=true
+
+ #Whether the Auction House will appear in the trading terminal.
+ #If false, you will only be able to access the Auction House from an Auction Stand.
+ visibleOnTerminal=true
+
+ #The minimum number of days an auction can have its duration set to.
+ #If given a 0 day minimum, the minimum auction duration will be 1 hour.
+ #Range: 0 -> 2147483647
+ minimumDuration=0
+
+ #The maxumim number of day an auction can have its duration set to.
+ #Range: 1 -> 2147483647
+ maximumDuration=30
+
+#Network Terminal Settings
+[terminal]
+ #Whether Traders with no defined Custom Name will be sorted to the bottom of the Trader list on the Network Terminal.
+ sortUnnamedTradersToBottom=false
+
+#Player <-> Player Trading Options
+[player_trading]
+ #The maximum distance allowed between players in order for a player trade to persist.
+ #-1 will always allow trading regardless of dimension.
+ #0 will allow infinite distance but require that both players be in the same dimension.
+ #Range: -1.0 -> 1.7976931348623157E308
+ maxPlayerDistance=12.0
+
+#Tax Settings
+[taxes]
+ #Whether Tax Collectors can only be activated by an Admin in LC Admin Mode.
+ #Will not prevent players from crafting, placing, or configuring Tax Collectors.
+ adminOnlyActivation=true
+
+ #The maximum tax rate (in %) a Tax Collector is allowed to enforce.
+ #Note: The sum of multiple tax collectors rates can still exceed this number.
+ #If a machine reaches a total tax rate of 100% it will forcible prevent all monetary interactions until this is resolved.
+ #Range: 1 -> 99
+ maxTaxRate=25
+
+ #The maximum radius of a Tax Collectors area in meters.
+ #Range: 16 -> 2147483647
+ maxRadius=256
+
+ #The maximum height of a Tax Collectors area in meters.
+ #Range: 8 -> 2147483647
+ maxHeight=64
+
+ #The maximum vertical offset of a Tax Collectors area in meters.
+ #Note: Vertical offset can be negative, so this will also enforce the lowest value.
+ #Range: 4 -> 2147483647
+ maxVertOffset=32
+
+#Chocolate Coin Settings
+[chocolate_coins]
+ #Whether the Chocolate Coins will give players custom potion and/or healing effects on consumption.
+ chocolateEffects=true
+
+#Mod Compat Options
+[compat]
+ #Claim Purchasing Settings for FTB Chunks, Cadmus, & Flan
+ [compat.claim_purchasing]
+ #Whether the '/lcclaims buy claim' command will be accessible to players.
+ allowClaimPurchase=false
+
+ #The price per claim chunk purchased.
+ claimPrice="coin;1-lightmanscurrency:coin_gold"
+
+ #The maximum number of extra claim chunks allowed to be purchased with this command.
+ #Note: This count includes extra claim chunks given to the player/team via normal FTB Chunks methods as well (if applicable).
+ #Range: 1 -> 2147483647
+ maxClaimCount=1000000
+
+ #Whether the `/lcclaims buy forceload` command will be accessible to players.
+ allowForceloadPurchase=false
+
+ #The price per forceload chunk purchased.
+ forceloadPrice="coin;1-lightmanscurrency:coin_netherite"
+
+ #The maximum number of extra forceload chunks allowed to be purchased with this command.
+ #Note: This count includes extra forceload chunks given to the player/team via normal FTB Chunks methods as well (if applicable).
+ #Range: 1 -> 2147483647
+ maxForceloadCount=100
+
+ #Flan Settings
+ [compat.claim_purchasing.flan]
+ #Blocks that will be added with each 'claim' purchased
+ #Range: 1 -> 64
+ blocksPerChunk=64
+
+ #Lightman's Discord Compat Settings.
+ [compat.ldi]
+ #The channel where users can run the currency commands and where currency related announcements will be made.
+ channel="000000000000000000"
+
+ #Prefix for currency commands.
+ prefix="!"
+
+ #Whether the !search command should limit its search results to only Network Traders, or if it should list all traders.
+ limitSearchToNetwork=true
+
+ #Currency Bot Notification Options
+ [compat.ldi.notifications]
+ #Whether a notification will appear in the currency bot channel when a Network Trader is created.
+ #Notification will have a 60 second delay to allow them time to customize the traders name, etc.
+ networkTraderBuilt=true
+
+ #Whether a notification will appear in the currency bot channel when a player starts an auction.
+ auctionCreated=true
+
+ #Whether a notification will appear in the currency bot channel when a Persistent Auction is created automatically.
+ #Requires that auction house creation notifications also be enabled.
+ auctionPersistentCreations=true
+
+ #Whether a notification will appear in the currency bot channel when an Auction is cancelled in the Auction House.
+ auctionCancelled=false
+
+ #Whether a notification will appear in the currency bot channel when an Auction is completed and had a bidder.
+ auctionWon=true
+
diff --git a/config/lootr-client.toml b/config/lootr-client.toml
index a7b9eaa..79ec913 100644
--- a/config/lootr-client.toml
+++ b/config/lootr-client.toml
@@ -1,3 +1,3 @@
-#set to true to use vanilla textures instead of Lootr special textures. Note: this will prevent previously opened chests from rendering differently
-vanilla_textures = false
-
+#set to true to use vanilla textures instead of Lootr special textures. Note: this will prevent previously opened chests from rendering differently
+vanilla_textures = false
+
diff --git a/config/lootr-common.toml b/config/lootr-common.toml
index f993afb..8869a3d 100644
--- a/config/lootr-common.toml
+++ b/config/lootr-common.toml
@@ -1,87 +1,87 @@
-#determine whether or not loot generated is the same for all players using the provided seed, or randomised per player
-randomise_seed = true
-#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 mineshaft chest minecarts should be converted to standard loot chests
-convert_mineshafts = true
-#whether or not quark chests used in world generation for loot purposes should be replaced with Lootr chests
-convert_quark = 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
-#whether or not the entire forge:chests/trapped tag should be added to the conversion list for structures (if they are backed by RandomizableContainerBlockEntity
-convert_trapped_chests = true
-#lootr will automatically log all unresolved tables (i.e., for containers that have a loot table associated with them but, for whatever reason, the lookup for this table returns empty). setting this option to true additionally informs players when they open containers.
-report_unresolved_tables = false
-#a list of additional chests that should be converted (in the format of ["modid:name", "modid:other_name"], must be a tile entity instance of RandomizableContainerBlockEntity)
-additional_chests = []
-#a list of additional trapped chests that should be converted (in the format of ["modid:name", "modid:other_name"], must be a tile entity instance of RandomizableContainerBlockEntity)
-additional_trapped_chests = []
-#list of dimensions (to the exclusion of all others) that loot chest should be replaced in (default: blank, allowing all dimensions, e.g., ["minecraft:overworld", "minecraft:the_end"])
-dimension_whitelist = []
-#list of dimensions that loot chests should not be replaced in (default: blank, allowing all dimensions, format e.g., ["minecraft:overworld", "minecraft:the_end"])
-dimension_blacklist = []
-#list of loot tables which shouldn't be converted (in the format of ["modid:loot_table", "othermodid:other_loot_table"])
-loot_table_blacklist = []
-#list of modids whose loot tables shouldn't be converted (in the format of ["modid", "other_modid"])
-loot_modid_blacklist = []
-#list of structures in which contains shouldn't be converted (in the format of ["modid:structure_name", "othermodid:other_structure_name"])
-loot_structure_blacklist = []
-#prevent the destruction of Lootr chests except while sneaking in creative mode
-disable_break = false
-#allow the destruction of Lootr chests regardless. overrides `disable_break`
-enable_break = false
-#disregard chests and chunks that are outside of the world border; enable this option if you are using a world border and are suffering consistent TPS issues; if you change the world border, you will need to restart your client
-check_world_border = true
-#allows fake players to destroy Lootr chests without having to sneak, overrides the `disable_break` option for fake players
-enable_fake_player_break = false
-#when true, comparators on Lootr containers will give an output of 1; when false, they will give an output of 0
-power_comparators = true
-#lootr chests cannot be destroyed by creeper or TNT explosions
-blast_resistant = false
-#lootr chests cannot be destroyed by any explosion
-blast_immune = false
-#prevent notifications of decaying or refreshed chests
-disable_notifications = false
-#maximum time (in ticks) remaining on a chest before a notification for refreshing or decaying is sent to a player (default 30 seconds, -1 for no delay)
-#Range: > -1
-notification_delay = 600
-#how long (in ticks) a decaying loot containers should take to decay (default 5 minutes = 5 * 60 * 20)
-#Range: > 0
-decay_value = 6000
-#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"])
-decay_loot_tables = []
-#list of mod IDs whose loot tables will decay (default blank, meaning no chests decay, in the format ["modid", "othermodid"])
-decay_modids = []
-#list of dimensions where loot chests should automatically decay (default: blank, e.g., ["minecraft:the_nether", "minecraft:the_end"])
-decay_dimensions = []
-#list of structures in which loot chests should automatically decay (in the format of ["modid:structure_name", "modid:other_structure_name"])
-decay_structures = []
-#overriding decay_loot_tables, decay_modids and decay_dimensions: all chests will decay after being opened for the first time
-decay_all = false
-#how long (in ticks) a refreshing loot containers should take to refresh their contents (default 20 minutes = 20 * 60 * 20)
-#Range: > 0
-refresh_value = 24000
-#list of loot tables which will refresh (default blank, meaning no chests refresh, in the format of ["modid:loot_table", "othermodid:loot_table"])
-refresh_loot_tables = []
-#list of mod IDs whose loot tables will refresh (default blank, meaning no chests refresh, in the format of ["modid", "othermodid"])
-refresh_modids = []
-#list of dimensions where loot chests should automatically refresh (default: blank, e.g., ["minecraft:overworld", "othermod:otherdimension"])
-refresh_dimensions = []
-#list of structures in which loot chests should automatically refresh (in the format of ["modid:structure_name", "othermodid:other_structure_name"])
-refresh_structures = []
-#overriding refresh_loot_tables, refresh_modids and refresh_dimensions: all chests will refresh after being opened for the first time
-refresh_all = false
-#the maximum age for containers; entries above this age will be discarded [default: 180 * 20, 3 minutes]
-#Range: > 0
-max_age = 6000
-#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
-#othermod"])
-modid_dimension_blacklist = []
-#list of dimensions by modid that loot chest should be replaced in (default: blank, allowing all modids, format e.g., ["minecraft
-#othermod"])
-modid_dimension_whitelist = []
-#when true, custom inventories will act like trapped chests when opened
-trapped_custom = false
-
+#determine whether or not loot generated is the same for all players using the provided seed, or randomised per player
+randomise_seed = true
+#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 mineshaft chest minecarts should be converted to standard loot chests
+convert_mineshafts = true
+#whether or not quark chests used in world generation for loot purposes should be replaced with Lootr chests
+convert_quark = 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
+#whether or not the entire forge:chests/trapped tag should be added to the conversion list for structures (if they are backed by RandomizableContainerBlockEntity
+convert_trapped_chests = true
+#lootr will automatically log all unresolved tables (i.e., for containers that have a loot table associated with them but, for whatever reason, the lookup for this table returns empty). setting this option to true additionally informs players when they open containers.
+report_unresolved_tables = false
+#a list of additional chests that should be converted (in the format of ["modid:name", "modid:other_name"], must be a tile entity instance of RandomizableContainerBlockEntity)
+additional_chests = []
+#a list of additional trapped chests that should be converted (in the format of ["modid:name", "modid:other_name"], must be a tile entity instance of RandomizableContainerBlockEntity)
+additional_trapped_chests = []
+#list of dimensions (to the exclusion of all others) that loot chest should be replaced in (default: blank, allowing all dimensions, e.g., ["minecraft:overworld", "minecraft:the_end"])
+dimension_whitelist = []
+#list of dimensions that loot chests should not be replaced in (default: blank, allowing all dimensions, format e.g., ["minecraft:overworld", "minecraft:the_end"])
+dimension_blacklist = []
+#list of loot tables which shouldn't be converted (in the format of ["modid:loot_table", "othermodid:other_loot_table"])
+loot_table_blacklist = []
+#list of modids whose loot tables shouldn't be converted (in the format of ["modid", "other_modid"])
+loot_modid_blacklist = []
+#list of structures in which contains shouldn't be converted (in the format of ["modid:structure_name", "othermodid:other_structure_name"])
+loot_structure_blacklist = []
+#prevent the destruction of Lootr chests except while sneaking in creative mode
+disable_break = false
+#allow the destruction of Lootr chests regardless. overrides `disable_break`
+enable_break = false
+#disregard chests and chunks that are outside of the world border; enable this option if you are using a world border and are suffering consistent TPS issues; if you change the world border, you will need to restart your client
+check_world_border = true
+#allows fake players to destroy Lootr chests without having to sneak, overrides the `disable_break` option for fake players
+enable_fake_player_break = false
+#when true, comparators on Lootr containers will give an output of 1; when false, they will give an output of 0
+power_comparators = true
+#lootr chests cannot be destroyed by creeper or TNT explosions
+blast_resistant = false
+#lootr chests cannot be destroyed by any explosion
+blast_immune = false
+#prevent notifications of decaying or refreshed chests
+disable_notifications = false
+#maximum time (in ticks) remaining on a chest before a notification for refreshing or decaying is sent to a player (default 30 seconds, -1 for no delay)
+#Range: > -1
+notification_delay = 600
+#how long (in ticks) a decaying loot containers should take to decay (default 5 minutes = 5 * 60 * 20)
+#Range: > 0
+decay_value = 6000
+#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"])
+decay_loot_tables = []
+#list of mod IDs whose loot tables will decay (default blank, meaning no chests decay, in the format ["modid", "othermodid"])
+decay_modids = []
+#list of dimensions where loot chests should automatically decay (default: blank, e.g., ["minecraft:the_nether", "minecraft:the_end"])
+decay_dimensions = []
+#list of structures in which loot chests should automatically decay (in the format of ["modid:structure_name", "modid:other_structure_name"])
+decay_structures = []
+#overriding decay_loot_tables, decay_modids and decay_dimensions: all chests will decay after being opened for the first time
+decay_all = false
+#how long (in ticks) a refreshing loot containers should take to refresh their contents (default 20 minutes = 20 * 60 * 20)
+#Range: > 0
+refresh_value = 24000
+#list of loot tables which will refresh (default blank, meaning no chests refresh, in the format of ["modid:loot_table", "othermodid:loot_table"])
+refresh_loot_tables = []
+#list of mod IDs whose loot tables will refresh (default blank, meaning no chests refresh, in the format of ["modid", "othermodid"])
+refresh_modids = []
+#list of dimensions where loot chests should automatically refresh (default: blank, e.g., ["minecraft:overworld", "othermod:otherdimension"])
+refresh_dimensions = []
+#list of structures in which loot chests should automatically refresh (in the format of ["modid:structure_name", "othermodid:other_structure_name"])
+refresh_structures = []
+#overriding refresh_loot_tables, refresh_modids and refresh_dimensions: all chests will refresh after being opened for the first time
+refresh_all = false
+#the maximum age for containers; entries above this age will be discarded [default: 180 * 20, 3 minutes]
+#Range: > 0
+max_age = 6000
+#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
+#othermod"])
+modid_dimension_blacklist = []
+#list of dimensions by modid that loot chest should be replaced in (default: blank, allowing all modids, format e.g., ["minecraft
+#othermod"])
+modid_dimension_whitelist = []
+#when true, custom inventories will act like trapped chests when opened
+trapped_custom = false
+
diff --git a/config/mimi-client.toml b/config/mimi-client.toml
index 9fd4a6f..725c078 100644
--- a/config/mimi-client.toml
+++ b/config/mimi-client.toml
@@ -1,66 +1,66 @@
-
-["Instrument GUI"]
- #Instrument GUI keyboard layout for notes. MIMI uses its own layout by default but also supports the layout used by VirtualPiano.net.
- #Allowed Values: MIMI, VPiano
- instrumentKeyboardLayout = "MIMI"
-
-["MIDI Player"]
- #Optional full path to a folder containing MIDI files to be used by the MIDI Player. See guide book for more information.
- playlistFolderPath = ""
-
-["MIDI Input"]
- #What MIDI Input Device should be used (if available)? This can be set from the in-game MIDI Input Device Configuration menu. Changes require a game restart to take affect.
- defaultMidiInputDevice = ""
- #Should MIMI include detailed logs tracking MIDI note input and output?
- enableMidiLogs = false
-
-["MIDI Synth"]
- #Should MIDI notes that are played take into account any blocks between you and the source and muffle the sound accordingly? Note that enabling this may impact performance on lower-end systems.
- rayTraceSound = false
- #Should the built-in midi synthesizer enable Jitter Correction? When enabled note timing will be more accurate but latency will increase.
- synthJitterCorrection = true
- #What baseline latency should the built-in midi synthesizer use (ms) for notes from other players? Smaller values will decrease latency but may cause stutter when playing notes. Very small values may cause notes to fail to play at all.
- #Range: 10 ~ 800
- synthBaselineLatency = 250
- #What baseline latency should the built-in midi synthesizer use (ms) for notes played by you? Smaller values will decrease latency but may cause stutter when playing notes. Very small values may cause notes to fail to play at all.
- #Range: 10 ~ 800
- synthBaselineLocalLatency = 30
- #What sample rate should the built-in midi synthesizer use (hz)? Smaller values may decrease latency but will also decrease quality.
- #Allowed values: [8000,11025,16000,22050,44100,48000,96000]
- synthSampleRate = 44100
- #What bitrate should the built-in midi synthesizer use (bits)? Smaller values may decrease latency but will also decrease quality.
- #Allowed values: [8,16,24,32]
- synthBitRate = 16
- #Optional full path to an SF2 format SoundFont to be used by the MIDI Synthesizer. See project page for more information.
- soundfontPath = ""
- #How many milliseconds should notes from a server buffer before playing locally? Smaller values will decrease latency but may result in stuttering when the server is under heavy load.
- #Allowed values: 0-999
- #Range: 0 ~ 999
- synthBufferMillis = 100
-
-[DEBUG]
- #QX
- #Range: -360 ~ 360
- quatX = 0
- #QY
- #Range: -360 ~ 360
- quatY = 0
- #QX
- #Range: -360 ~ 360
- quatZ = 1
- #QW
- #Range: -360 ~ 360
- quatW = -90
- #XO
- #Range: -99999 ~ 99999
- xOffset = 11
- #YO
- #Range: -99999 ~ 99999
- yOffset = 155
- #XM
- #Range: -1 ~ 1
- xMult = 1
- #YM
- #Range: -1 ~ 1
- yMult = -1
-
+
+["Instrument GUI"]
+ #Instrument GUI keyboard layout for notes. MIMI uses its own layout by default but also supports the layout used by VirtualPiano.net.
+ #Allowed Values: MIMI, VPiano
+ instrumentKeyboardLayout = "MIMI"
+
+["MIDI Player"]
+ #Optional full path to a folder containing MIDI files to be used by the MIDI Player. See guide book for more information.
+ playlistFolderPath = ""
+
+["MIDI Input"]
+ #What MIDI Input Device should be used (if available)? This can be set from the in-game MIDI Input Device Configuration menu. Changes require a game restart to take affect.
+ defaultMidiInputDevice = ""
+ #Should MIMI include detailed logs tracking MIDI note input and output?
+ enableMidiLogs = false
+
+["MIDI Synth"]
+ #Should MIDI notes that are played take into account any blocks between you and the source and muffle the sound accordingly? Note that enabling this may impact performance on lower-end systems.
+ rayTraceSound = false
+ #Should the built-in midi synthesizer enable Jitter Correction? When enabled note timing will be more accurate but latency will increase.
+ synthJitterCorrection = true
+ #What baseline latency should the built-in midi synthesizer use (ms) for notes from other players? Smaller values will decrease latency but may cause stutter when playing notes. Very small values may cause notes to fail to play at all.
+ #Range: 10 ~ 800
+ synthBaselineLatency = 250
+ #What baseline latency should the built-in midi synthesizer use (ms) for notes played by you? Smaller values will decrease latency but may cause stutter when playing notes. Very small values may cause notes to fail to play at all.
+ #Range: 10 ~ 800
+ synthBaselineLocalLatency = 30
+ #What sample rate should the built-in midi synthesizer use (hz)? Smaller values may decrease latency but will also decrease quality.
+ #Allowed values: [8000,11025,16000,22050,44100,48000,96000]
+ synthSampleRate = 44100
+ #What bitrate should the built-in midi synthesizer use (bits)? Smaller values may decrease latency but will also decrease quality.
+ #Allowed values: [8,16,24,32]
+ synthBitRate = 16
+ #Optional full path to an SF2 format SoundFont to be used by the MIDI Synthesizer. See project page for more information.
+ soundfontPath = ""
+ #How many milliseconds should notes from a server buffer before playing locally? Smaller values will decrease latency but may result in stuttering when the server is under heavy load.
+ #Allowed values: 0-999
+ #Range: 0 ~ 999
+ synthBufferMillis = 100
+
+[DEBUG]
+ #QX
+ #Range: -360 ~ 360
+ quatX = 0
+ #QY
+ #Range: -360 ~ 360
+ quatY = 0
+ #QX
+ #Range: -360 ~ 360
+ quatZ = 1
+ #QW
+ #Range: -360 ~ 360
+ quatW = -90
+ #XO
+ #Range: -99999 ~ 99999
+ xOffset = 11
+ #YO
+ #Range: -99999 ~ 99999
+ yOffset = 155
+ #XM
+ #Range: -1 ~ 1
+ xMult = 1
+ #YM
+ #Range: -1 ~ 1
+ yMult = -1
+
diff --git a/config/mimi-common.toml b/config/mimi-common.toml
index 8e12910..84e9c88 100644
--- a/config/mimi-common.toml
+++ b/config/mimi-common.toml
@@ -1,18 +1,18 @@
-
-["World Generation"]
- #Toggles whether Instrumentalist shops should generate in villages.
- enableInstrumentalistShop = true
-
-["Server Music"]
- #Server music cache limit. The maximum number of MIDI files (from Floppy Disks) to keep in the server-side music cache.
- #Range: 0 ~ 999
- serverMusicCacheSize = 100
- #Whether or not to allow web URLs for Floppy Disks.
- allowWebMidi = true
- #Allowed web hosts for Floppy Disk URLs (comma-separated). If no hosts are specified any host is allowed. Hosts should not include the protocol (I.E: https) or any paths (I.E: /path). Ex: bitmidi.com
- allowedMusicHosts = ""
- #Wether or not the server should allow the above web MIDI settings to be modified via in-game commands by players with 'op' privileges.
- allowWebCommands = true
- #Whether or not the server should allow the list of server-provided MIDI Files to be modified via in-game commands by players with 'op' privileges.
- allowServerCommands = true
-
+
+["World Generation"]
+ #Toggles whether Instrumentalist shops should generate in villages.
+ enableInstrumentalistShop = true
+
+["Server Music"]
+ #Server music cache limit. The maximum number of MIDI files (from Floppy Disks) to keep in the server-side music cache.
+ #Range: 0 ~ 999
+ serverMusicCacheSize = 100
+ #Whether or not to allow web URLs for Floppy Disks.
+ allowWebMidi = true
+ #Allowed web hosts for Floppy Disk URLs (comma-separated). If no hosts are specified any host is allowed. Hosts should not include the protocol (I.E: https) or any paths (I.E: /path). Ex: bitmidi.com
+ allowedMusicHosts = ""
+ #Wether or not the server should allow the above web MIDI settings to be modified via in-game commands by players with 'op' privileges.
+ allowWebCommands = true
+ #Whether or not the server should allow the list of server-provided MIDI Files to be modified via in-game commands by players with 'op' privileges.
+ allowServerCommands = true
+
diff --git a/config/mimi/custom.json b/config/mimi/custom.json
index 1610ea1..c32ebb9 100644
--- a/config/mimi/custom.json
+++ b/config/mimi/custom.json
@@ -1,3 +1,3 @@
-[
-
+[
+
]
\ No newline at end of file
diff --git a/config/minecolonies-client.toml b/config/minecolonies-client.toml
index 7a19011..b583d83 100644
--- a/config/minecolonies-client.toml
+++ b/config/minecolonies-client.toml
@@ -1,16 +1,16 @@
-
-#All configuration items related to the core gameplay
-[gameplay]
- #minecolonies.config.enablecitizenvoices.comment [Default: true]
- enablecitizenvoices = true
- #By default, when placing a schematic near other buildings, the already-placed buildings will show as if they were at level 5 and have a blue outline around them. You can disable that by setting this to false. [Default: true]
- neighborbuildingrendering = true
- #How close a building needs to be to another to be considered a neighbor, in blocks. -1 = intersecting, 0 = touching [Default: 4, min: -2, max: 16]
- #Range: -2 ~ 16
- neighborbuildingrange = 4
- #How close (in blocks) you need to be to see work orders while wearing the Build Goggles. [Default: 50, min: 1, max: 250]
- #Range: 1 ~ 250
- buildgogglerange = 50
- #When true, the colony borders shown when holding the build tool will be in the colony's team color. When false, the colony you're inside will be white and any other colony will be red. [Default: true]
- colonyteamborders = true
-
+
+#All configuration items related to the core gameplay
+[gameplay]
+ #minecolonies.config.enablecitizenvoices.comment [Default: true]
+ enablecitizenvoices = true
+ #By default, when placing a schematic near other buildings, the already-placed buildings will show as if they were at level 5 and have a blue outline around them. You can disable that by setting this to false. [Default: true]
+ neighborbuildingrendering = true
+ #How close a building needs to be to another to be considered a neighbor, in blocks. -1 = intersecting, 0 = touching [Default: 4, min: -2, max: 16]
+ #Range: -2 ~ 16
+ neighborbuildingrange = 4
+ #How close (in blocks) you need to be to see work orders while wearing the Build Goggles. [Default: 50, min: 1, max: 250]
+ #Range: 1 ~ 250
+ buildgogglerange = 50
+ #When true, the colony borders shown when holding the build tool will be in the colony's team color. When false, the colony you're inside will be white and any other colony will be red. [Default: true]
+ colonyteamborders = true
+
diff --git a/config/minecolonies-common.toml b/config/minecolonies-common.toml
index 52145b3..934f30e 100644
--- a/config/minecolonies-common.toml
+++ b/config/minecolonies-common.toml
@@ -1,11 +1,11 @@
-
-#All configuration items related to the core gameplay
-[gameplay]
- #Whether to generate supply ships and camps in loot chests. [Default: true]
- generatesupplyloot = false
-
-#All configurations related to the request system
-[requestsystem]
- #Should the request system show debug information in the debug.log? Useful if malfunctioning. [Default: false]
- enabledebuglogging = false
-
+
+#All configuration items related to the core gameplay
+[gameplay]
+ #Whether to generate supply ships and camps in loot chests. [Default: true]
+ generatesupplyloot = false
+
+#All configurations related to the request system
+[requestsystem]
+ #Should the request system show debug information in the debug.log? Useful if malfunctioning. [Default: false]
+ enabledebuglogging = false
+
diff --git a/config/minemenu-common.toml b/config/minemenu-common.toml
index 7ec88e9..aebb75e 100644
--- a/config/minemenu-common.toml
+++ b/config/minemenu-common.toml
@@ -1,30 +1,30 @@
-
-[general]
- toggle = false
- rightClickToEdit = false
- releaseToSelect = true
- menuAnimation = true
- menuButtonIcon = "minecraft:stone"
-
-[visual]
-
- [visual.menu]
- #Range: 0 ~ 255
- alpha = 153
- #Range: 0 ~ 255
- red = 0
- #Range: 0 ~ 255
- green = 0
- #Range: 0 ~ 255
- blue = 0
-
- [visual.select]
- #Range: 0 ~ 255
- alpha = 153
- #Range: 0 ~ 255
- red = 255
- #Range: 0 ~ 255
- green = 0
- #Range: 0 ~ 255
- blue = 0
-
+
+[general]
+ toggle = false
+ rightClickToEdit = false
+ releaseToSelect = true
+ menuAnimation = true
+ menuButtonIcon = "minecraft:stone"
+
+[visual]
+
+ [visual.menu]
+ #Range: 0 ~ 255
+ alpha = 153
+ #Range: 0 ~ 255
+ red = 0
+ #Range: 0 ~ 255
+ green = 0
+ #Range: 0 ~ 255
+ blue = 0
+
+ [visual.select]
+ #Range: 0 ~ 255
+ alpha = 153
+ #Range: 0 ~ 255
+ red = 255
+ #Range: 0 ~ 255
+ green = 0
+ #Range: 0 ~ 255
+ blue = 0
+
diff --git a/config/mmorpg-client.toml b/config/mmorpg-client.toml
index ea560ad..10c9751 100644
--- a/config/mmorpg-client.toml
+++ b/config/mmorpg-client.toml
@@ -1,29 +1,29 @@
-
-#Client Configs
-[general]
- show_low_mana_warning = true
- render_mob_bar = true
- render_death_stats = true
- render_item_rarity_background = true
- show_durability = true
- render_mob_hp_gui = false
- only_render_mob_looked_at = true
- render_floating_damage = true
- #Range: 0.0 ~ 1.0
- ITEM_RARITY_OPACITY = 0.75
- #Allowed Values: BOTTOM_CENTER, OVER_VANILLA, TOP_LEFT
- GUI_POSITION = "TOP_LEFT"
- #Allowed Values: BORDER, FULL
- ITEM_RARITY_BACKGROUND_TYPE = "BORDER"
- #Allowed Values: RPG, NONE
- PLAYER_GUI_TYPE = "RPG"
- use_hotbar_toggle = true
- #Range: 0.0 ~ 10.0
- health_bar_gui_scale = 1.25
- #Range: 1.0E-6 ~ 1.0
- SKILL_TREE_ZOOM_SPEED = 0.15
- #Range: 0 ~ 1000
- REMOVE_EMPTY_TOOLTIP_LINES_IF_MORE_THAN_X_LINES = 20
- ALIGN_STAT_TOOLTIPS = true
- MODIFY_TOOLTIP_LENGTH = true
-
+
+#Client Configs
+[general]
+ show_low_mana_warning = true
+ render_mob_bar = true
+ render_death_stats = true
+ render_item_rarity_background = true
+ show_durability = true
+ render_mob_hp_gui = false
+ only_render_mob_looked_at = true
+ render_floating_damage = true
+ #Range: 0.0 ~ 1.0
+ ITEM_RARITY_OPACITY = 0.75
+ #Allowed Values: BOTTOM_CENTER, OVER_VANILLA, TOP_LEFT
+ GUI_POSITION = "TOP_LEFT"
+ #Allowed Values: BORDER, FULL
+ ITEM_RARITY_BACKGROUND_TYPE = "BORDER"
+ #Allowed Values: RPG, NONE
+ PLAYER_GUI_TYPE = "RPG"
+ use_hotbar_toggle = true
+ #Range: 0.0 ~ 10.0
+ health_bar_gui_scale = 1.25
+ #Range: 1.0E-6 ~ 1.0
+ SKILL_TREE_ZOOM_SPEED = 0.15
+ #Range: 0 ~ 1000
+ REMOVE_EMPTY_TOOLTIP_LINES_IF_MORE_THAN_X_LINES = 20
+ ALIGN_STAT_TOOLTIPS = true
+ MODIFY_TOOLTIP_LENGTH = true
+
diff --git a/config/mns_neat-client.toml b/config/mns_neat-client.toml
index c0d6dfb..002359e 100644
--- a/config/mns_neat-client.toml
+++ b/config/mns_neat-client.toml
@@ -1,27 +1,27 @@
-
-[general]
- "Max Distance" = 24
- "Render with Interface Disabled (F1)" = false
- "Height Above Mob" = 0.6
- "Draw Background" = false
- "Background Padding" = 2
- "Background Height" = 6
- "Health Bar Height" = 4
- "Plate Size" = 25
- "Plate Size (Boss)" = 50
- "Show Attributes" = false
- "Show Armor" = false
- "Group Armor (condense 5 iron icons into 1 diamond icon)" = true
- "Color Health Bar by Type (instead of health percentage)" = false
- "HP Text Height" = 14
- "Show Max HP" = true
- "Show Current HP" = true
- "Show HP Percentage" = true
- "Display on Players" = true
- "Display on Bosses" = true
- "Only show the health bar for the entity looked at" = false
- "Show entities with full health" = true
- "Show Debug Info with F3" = true
- #Blacklist uses entity IDs, not their display names. Use F3 to see them in the Neat bar.
- Blacklist = ["minecraft:shulker", "minecraft:armor_stand", "minecraft:cod", "minecraft:salmon", "minecraft:pufferfish", "minecraft:tropical_fish", "aquamirae:eel", "doggytalents:dog"]
-
+
+[general]
+ "Max Distance" = 24
+ "Render with Interface Disabled (F1)" = false
+ "Height Above Mob" = 0.6
+ "Draw Background" = false
+ "Background Padding" = 2
+ "Background Height" = 6
+ "Health Bar Height" = 4
+ "Plate Size" = 25
+ "Plate Size (Boss)" = 50
+ "Show Attributes" = false
+ "Show Armor" = false
+ "Group Armor (condense 5 iron icons into 1 diamond icon)" = true
+ "Color Health Bar by Type (instead of health percentage)" = false
+ "HP Text Height" = 14
+ "Show Max HP" = true
+ "Show Current HP" = true
+ "Show HP Percentage" = true
+ "Display on Players" = true
+ "Display on Bosses" = true
+ "Only show the health bar for the entity looked at" = false
+ "Show entities with full health" = true
+ "Show Debug Info with F3" = true
+ #Blacklist uses entity IDs, not their display names. Use F3 to see them in the Neat bar.
+ Blacklist = ["minecraft:shulker", "minecraft:armor_stand", "minecraft:cod", "minecraft:salmon", "minecraft:pufferfish", "minecraft:tropical_fish", "aquamirae:eel", "doggytalents:dog"]
+
diff --git a/config/modelfix-client.toml b/config/modelfix-client.toml
index cfac1c8..b540f3a 100644
--- a/config/modelfix-client.toml
+++ b/config/modelfix-client.toml
@@ -1,21 +1,21 @@
-
-[default]
- #quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible
- #Range: -0.1 ~ 0.1
- item_quad_expansion = 0.008
- #quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps
- #Range: -0.1 ~ 0.1
- item_quad_indent = 0.007
-
-[mac_os]
- #It has been reported that some mac os systems are affected by atlass bleeding so the mod cant apply its main fix by removing atlas shrinking. Instead it can reduce it as much as possible by multiplying it by shrink_value_multiplier
- #quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible
- #Range: -0.1 ~ 0.1
- item_quad_expansion = 0.04
- #quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps
- #Range: -0.1 ~ 0.1
- item_quad_indent = 0.0099
- #set to 0 for non macos behavior. 1 keeps vanilla behavior to prevent atlas bleeding
- #Range: 0.0 ~ 1.0
- shrink_ratio_multiplier = 1.0
-
+
+[default]
+ #quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible
+ #Range: -0.1 ~ 0.1
+ item_quad_expansion = 0.008
+ #quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps
+ #Range: -0.1 ~ 0.1
+ item_quad_indent = 0.007
+
+[mac_os]
+ #It has been reported that some mac os systems are affected by atlass bleeding so the mod cant apply its main fix by removing atlas shrinking. Instead it can reduce it as much as possible by multiplying it by shrink_value_multiplier
+ #quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible
+ #Range: -0.1 ~ 0.1
+ item_quad_expansion = 0.04
+ #quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps
+ #Range: -0.1 ~ 0.1
+ item_quad_indent = 0.0099
+ #set to 0 for non macos behavior. 1 keeps vanilla behavior to prevent atlas bleeding
+ #Range: 0.0 ~ 1.0
+ shrink_ratio_multiplier = 1.0
+
diff --git a/config/modernfix-common.toml b/config/modernfix-common.toml
index 41413ef..30b8bc5 100644
--- a/config/modernfix-common.toml
+++ b/config/modernfix-common.toml
@@ -1,3 +1,3 @@
-#These JEI plugins will be loaded on the main thread
-blacklist_async_jei_plugins = ["jepb:jei_plugin"]
-
+#These JEI plugins will be loaded on the main thread
+blacklist_async_jei_plugins = ["jepb:jei_plugin"]
+
diff --git a/config/monsterplus-common.toml b/config/monsterplus-common.toml
index 8dfabd2..7917cec 100644
--- a/config/monsterplus-common.toml
+++ b/config/monsterplus-common.toml
@@ -1,20 +1,20 @@
-
-[spawnconfig]
- #Spawn configs:
- #Will the Abyssologer affect players with Darkness?
- do_abyssologer_darkness = true
- #Will the Abyssologer spawn?
- spawn_abyssologer = true
- #Will the Crystal Zombie spawn?
- spawn_crystal_zombie = true
- #Will the Swamp Zombie spawn?
- spawn_swamp_zombie = true
- #Will the Glow Skeleton spawn?
- spawn_glow_skeleton = true
- #Will the Lava Squid spawn?
- spawn_lava_squid = true
- #Will the Mother Lava Squid spawn?
- spawn_mother_lava_squid = true
- #Will the Overgrown Skeleton spawn?
- spawn_overgrown_skeleton = true
-
+
+[spawnconfig]
+ #Spawn configs:
+ #Will the Abyssologer affect players with Darkness?
+ do_abyssologer_darkness = true
+ #Will the Abyssologer spawn?
+ spawn_abyssologer = true
+ #Will the Crystal Zombie spawn?
+ spawn_crystal_zombie = true
+ #Will the Swamp Zombie spawn?
+ spawn_swamp_zombie = true
+ #Will the Glow Skeleton spawn?
+ spawn_glow_skeleton = true
+ #Will the Lava Squid spawn?
+ spawn_lava_squid = true
+ #Will the Mother Lava Squid spawn?
+ spawn_mother_lava_squid = true
+ #Will the Overgrown Skeleton spawn?
+ spawn_overgrown_skeleton = true
+
diff --git a/config/moonlight-client.toml b/config/moonlight-client.toml
index 2b8cf30..1398714 100644
--- a/config/moonlight-client.toml
+++ b/config/moonlight-client.toml
@@ -1,10 +1,10 @@
-
-[general]
- #Merge all dynamic resource packs from all mods that use this library into a single pack
- merge_dynamic_packs = true
- #Prevents map texture from being upladed to GPU when only map markers have changed.Could increase performance
- lazy_map_upload = true
- #Renders map textures using mipmap. Vastly improves look from afar as well when inside a Map Atlas from Map Atlases or similar. Set to 0 to have no mipmap like vanilla
- #Range: 0 ~ 4
- maps_mipmap = 3
-
+
+[general]
+ #Merge all dynamic resource packs from all mods that use this library into a single pack
+ merge_dynamic_packs = true
+ #Prevents map texture from being upladed to GPU when only map markers have changed.Could increase performance
+ lazy_map_upload = true
+ #Renders map textures using mipmap. Vastly improves look from afar as well when inside a Map Atlas from Map Atlases or similar. Set to 0 to have no mipmap like vanilla
+ #Range: 0 ~ 4
+ maps_mipmap = 3
+
diff --git a/config/moonlight-common.toml b/config/moonlight-common.toml
index 8b13789..d3f5a12 100644
--- a/config/moonlight-common.toml
+++ b/config/moonlight-common.toml
@@ -1 +1 @@
-
+
diff --git a/config/moreoverlays.toml b/config/moreoverlays.toml
index d8a25c5..da094a2 100644
--- a/config/moreoverlays.toml
+++ b/config/moreoverlays.toml
@@ -1,75 +1,75 @@
-
-#Settings for the light / mobspawn overlay
-[lightoverlay]
- #Range of the lightoverlay (positive Y)
- #Range: > 0
- uprange = 4
- #Range of the lightoverlay (negative Y)
- #Range: > 0
- downrange = 16
- #Range of the lightoverlay (Horizontal N,E,S,W)
- #Range: > 0
- hrange = 16
- #Ignore if there in no 2 Block space to spawn. (Less lag if true)
- ignoreLayer = false
- #Ignore if mobs can actually spawn according to other mods and biome spawn lists and just go by light value
- ignoreSpawnList = false
- #Blocks can allow/disallow spawns for different entity types. The check for this isn't very performat.
- #Setting this to true will increase performance but decrease accuracy.
- simpleCheck = false
- #Minimum save light level where no mobs can spawn
- #Range: > 0
- saveLevel = 1
- #Finished 1.18 migration (don't change)
- finishedMigration = true
-
-#Settings for the chunk bounds overlay
-[chunkbounds]
- #Radius (in Chunks) to show the edges (red line)
- #Range: > 0
- radius = 1
- #Show the middle of the current Chunk (yellow line)
- middle = true
-
-#General render settings.
-#Line thickness, Colors, ...
-[rendersettings]
- #Color for the chunk edge
- #Range: 0 ~ 16777215
- chunk_edge_color = 16711680
- #Color for the chunk grid
- #Range: 0 ~ 16777215
- chunk_grid_color = 65280
- #Color for the middle chunk line
- #Range: 0 ~ 16777215
- chunk_mid_color = 16776960
- #Line width for chunk boundaries
- #Range: 0.0 ~ 1.7976931348623157E308
- chunk_line_width = 1.5
- #Color the X that marks "Spawns always possible"
- #Range: 0 ~ 16777215
- spawn_always_color = 16711680
- #Color the X that marks "Spawns at night possible"
- #Range: 0 ~ 16777215
- spawn_night_color = 16776960
- #Line width for spawn indication
- #Range: 0.0 ~ 1.7976931348623157E308
- spawn_line_width = 2.0
-
-#Settings for the search overlay
-[searchoverlay]
- #Setting this to false this will disable the functionality to double click the JEI search bar for item searching.
- search_enabled = true
- #Also searches for the custom name of an item in user inventory (for example items named in anvil)
- #Setting this to false will increase performance but will not find custom named items.
- custom_search = true
- #Color for the search box when double clicked
- #Range: 0 ~ 16777215
- search_box_color = 16776960
- #Color of the filtered out slots
- #Range: 0 ~ 16777215
- search_slot_color = 0
- #Transparancy for the filtered out slots
- #Range: 0.0 ~ 1.0
- search_slot_alpha = 0.5
-
+
+#Settings for the light / mobspawn overlay
+[lightoverlay]
+ #Range of the lightoverlay (positive Y)
+ #Range: > 0
+ uprange = 4
+ #Range of the lightoverlay (negative Y)
+ #Range: > 0
+ downrange = 16
+ #Range of the lightoverlay (Horizontal N,E,S,W)
+ #Range: > 0
+ hrange = 16
+ #Ignore if there in no 2 Block space to spawn. (Less lag if true)
+ ignoreLayer = false
+ #Ignore if mobs can actually spawn according to other mods and biome spawn lists and just go by light value
+ ignoreSpawnList = false
+ #Blocks can allow/disallow spawns for different entity types. The check for this isn't very performat.
+ #Setting this to true will increase performance but decrease accuracy.
+ simpleCheck = false
+ #Minimum save light level where no mobs can spawn
+ #Range: > 0
+ saveLevel = 1
+ #Finished 1.18 migration (don't change)
+ finishedMigration = true
+
+#Settings for the chunk bounds overlay
+[chunkbounds]
+ #Radius (in Chunks) to show the edges (red line)
+ #Range: > 0
+ radius = 1
+ #Show the middle of the current Chunk (yellow line)
+ middle = true
+
+#General render settings.
+#Line thickness, Colors, ...
+[rendersettings]
+ #Color for the chunk edge
+ #Range: 0 ~ 16777215
+ chunk_edge_color = 16711680
+ #Color for the chunk grid
+ #Range: 0 ~ 16777215
+ chunk_grid_color = 65280
+ #Color for the middle chunk line
+ #Range: 0 ~ 16777215
+ chunk_mid_color = 16776960
+ #Line width for chunk boundaries
+ #Range: 0.0 ~ 1.7976931348623157E308
+ chunk_line_width = 1.5
+ #Color the X that marks "Spawns always possible"
+ #Range: 0 ~ 16777215
+ spawn_always_color = 16711680
+ #Color the X that marks "Spawns at night possible"
+ #Range: 0 ~ 16777215
+ spawn_night_color = 16776960
+ #Line width for spawn indication
+ #Range: 0.0 ~ 1.7976931348623157E308
+ spawn_line_width = 2.0
+
+#Settings for the search overlay
+[searchoverlay]
+ #Setting this to false this will disable the functionality to double click the JEI search bar for item searching.
+ search_enabled = true
+ #Also searches for the custom name of an item in user inventory (for example items named in anvil)
+ #Setting this to false will increase performance but will not find custom named items.
+ custom_search = true
+ #Color for the search box when double clicked
+ #Range: 0 ~ 16777215
+ search_box_color = 16776960
+ #Color of the filtered out slots
+ #Range: 0 ~ 16777215
+ search_slot_color = 0
+ #Transparancy for the filtered out slots
+ #Range: 0.0 ~ 1.0
+ search_slot_alpha = 0.5
+
diff --git a/config/mutantmonsters-common.toml b/config/mutantmonsters-common.toml
index faa32dc..8b28f9e 100644
--- a/config/mutantmonsters-common.toml
+++ b/config/mutantmonsters-common.toml
@@ -1,13 +1,13 @@
-#Weight for mutant creeper spawns as a percentage of the vanilla creeper spawn weight. Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
-#Range: 0.0 ~ 20.0
-mutant_creeper_spawn_weight = 0.05
-#Weight for mutant enderman spawns as a percentage of the vanilla enderman spawn weight. Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
-#Range: 0.0 ~ 20.0
-mutant_enderman_spawn_weight = 0.05
-#Weight for mutant skeleton spawns as a percentage of the vanilla skeleton spawn weight. Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
-#Range: 0.0 ~ 20.0
-mutant_skeleton_spawn_weight = 0.05
-#Weight for mutant zombie spawns as a percentage of the vanilla zombie spawn weight. Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
-#Range: 0.0 ~ 20.0
-mutant_zombie_spawn_weight = 0.05
-
+#Weight for mutant creeper spawns as a percentage of the vanilla creeper spawn weight. Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
+#Range: 0.0 ~ 20.0
+mutant_creeper_spawn_weight = 0.05
+#Weight for mutant enderman spawns as a percentage of the vanilla enderman spawn weight. Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
+#Range: 0.0 ~ 20.0
+mutant_enderman_spawn_weight = 0.05
+#Weight for mutant skeleton spawns as a percentage of the vanilla skeleton spawn weight. Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
+#Range: 0.0 ~ 20.0
+mutant_skeleton_spawn_weight = 0.05
+#Weight for mutant zombie spawns as a percentage of the vanilla zombie spawn weight. Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
+#Range: 0.0 ~ 20.0
+mutant_zombie_spawn_weight = 0.05
+
diff --git a/config/mutantmonsters-server.toml b/config/mutantmonsters-server.toml
index 1fa2494..f29c45a 100644
--- a/config/mutantmonsters-server.toml
+++ b/config/mutantmonsters-server.toml
@@ -1,7 +1,7 @@
-#Maximum distance the endersoul hand can be used to travel to.
-#Range: 0 ~ 128
-endersoul_hand_teleport_distance = 12
-#When infested with a Mutant X potion, what mutant mob should the target transform into. Otherwise the target will ony explode and take damage.
-#Format for every entry is ":,:" with the second id representing the mutant. Namespace may be omitted to use "minecraft" by default.
-mutant_x_conversions = ["minecraft:creeper,mutantmonsters:mutant_creeper", "minecraft:enderman,mutantmonsters:mutant_enderman", "minecraft:skeleton,mutantmonsters:mutant_skeleton", "minecraft:snow_golem,mutantmonsters:mutant_snow_golem", "minecraft:zombie,mutantmonsters:mutant_zombie", "minecraft:pig,mutantmonsters:spider_pig"]
-
+#Maximum distance the endersoul hand can be used to travel to.
+#Range: 0 ~ 128
+endersoul_hand_teleport_distance = 12
+#When infested with a Mutant X potion, what mutant mob should the target transform into. Otherwise the target will ony explode and take damage.
+#Format for every entry is ":,:" with the second id representing the mutant. Namespace may be omitted to use "minecraft" by default.
+mutant_x_conversions = ["minecraft:creeper,mutantmonsters:mutant_creeper", "minecraft:enderman,mutantmonsters:mutant_enderman", "minecraft:skeleton,mutantmonsters:mutant_skeleton", "minecraft:snow_golem,mutantmonsters:mutant_snow_golem", "minecraft:zombie,mutantmonsters:mutant_zombie", "minecraft:pig,mutantmonsters:spider_pig"]
+
diff --git a/config/mysterious_mountain_lib-common.toml b/config/mysterious_mountain_lib-common.toml
index 85492a5..e0ab45c 100644
--- a/config/mysterious_mountain_lib-common.toml
+++ b/config/mysterious_mountain_lib-common.toml
@@ -1,6 +1,6 @@
-
-#General settings
-[general]
- #Whether to enable Welcome Info.
- welcome_info = false
-
+
+#General settings
+[general]
+ #Whether to enable Welcome Info.
+ welcome_info = false
+
diff --git a/config/naturesaura-common.toml b/config/naturesaura-common.toml
index bbf87b3..6395d49 100644
--- a/config/naturesaura-common.toml
+++ b/config/naturesaura-common.toml
@@ -1,72 +1,72 @@
-
-[general]
- #Additional conversion recipes for the Botanist's Pickaxe right click function. Each entry needs to be formatted as modid:input_block[prop1=value1,...]->modid:output_block[prop1=value1,...] where block state properties are optional, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
- additionalBotanistPickaxeConversions = []
- #Additional dimensions that map to Aura types that should be present in them. This is useful if you have a modpack with custom dimensions that should have Aura act similarly to an existing dimension in them. Each entry needs to be formatted as dimension_name->aura_type, where aura_type can be any of naturesaura:overworld, naturesaura:nether and naturesaura:end, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
- auraTypeOverrides = []
- #Additional blocks that are recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as tag_name->oreWeight->dimension where a higher weight makes the ore more likely to spawn with 5000 being the weight of coal, the default ore with the highest weight, and dimension being any of overworld and nether, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
- additionalOres = []
- #Blocks that are exempt from being recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as modid:block[prop1=value1,...] where block state properties are optional, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
- oreExceptions = []
- #Blocks that are exept from being fertilized by the plant boost effect. Each entry needs to be formatted as modid:block, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
- plantBoostExceptions = []
- #Additional projectile types that are allowed to be consumed by the projectile generator. Each entry needs to be formatted as entity_registry_name->aura_amount, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
- additionalProjectiles = []
- #The amount of blocks that can be between two Aura Field Creators for them to be connectable and work together
- fieldCreatorRange = 24
- #The Aura to RF ratio used by the RF converter, read as aura*ratio = rf
- auraToRFRatio = 0.05
- #The maximum amount of animals that can be around the powder of fertility before it stops working
- maxAnimalsAroundPowder = 200
- #The maximum amount of blocks that aura can spread from an initial position before it starts fizzling out. It's recommended to lower this value on a large server to avoid lag caused by players chunk-loading their bases for extended amounts of time without an Aura Detector present.
- maxAuraSpreadRange = 150
-
-[features]
- #If the RF converter block should be enabled
- rfConverter = true
- #If the chunk loader block should be enabled
- chunkLoader = false
- #If the Aura Imbalance effect of grass and trees dying in the area if the Aura levels are too low should occur
- grassDieEffect = false
- #If the Aura Imbalance effect of nether blocks degrading in the area if the Aura levels are too low should occur
- netherDecayEffect = false
- #If the Aura Imbalance effect of plant growth being boosted if the Aura levels are high enough should occur
- plantBoostEffect = true
- #If the Aura Imbalance effect of aura containers in players' inventories being filled if the Aura levels are high enough should occur
- cacheRechargeEffect = true
- #If the Aura Imbalance effect of explosions happening randomly if Aura levels are too low should occur
- explosionEffect = true
- #If the Aura Imbalance effect of breathlessness if Aura levels are too low should occur
- breathlessEffect = true
- #If the Aura Imbalance effect of passive mobs being angered if Aura levels are too low should occur
- angerEffect = true
- #If the Aura Imbalance effect of farm animals being affected in positive ways if Aura levels are too high should occur
- animalEffect = true
- #If the Aura Imbalance effect of ores spawning in the area if Aura levels are too high should occur
- oreEffect = true
- #If Aura Blooms and Aura Cacti should generate in the level
- auraBlooms = true
- #If the Aura Imbalance effect of grass growing on netherrack if the Aura levels are high enough should occur
- netherGrassEffect = true
-
-[client]
- #The percentage of particles that should be displayed, where 1 is 100% and 0 is 0%
- #Range: 0.0 ~ 1.0
- particleAmount = 1.0
- #If particle spawning should respect the particle setting in Minecraft's video settings screen
- respectVanillaParticleSettings = false
- #The percentage of particles that should spawn when there is an excess amount of Aura in the environment, where 1 is 100% and 0 is 0%
- excessParticleAmount = 1.0
- #The location of the aura bar, where 0 is top left, 1 is top right, 2 is bottom left and 3 is bottom right
- #Range: 0 ~ 3
- auraBarLocation = 2
- #The location of the aura cache bar, where 0 is to the left of the hotbar and 1 is to the right of the hotbar
- #Range: 0 ~ 1
- cacheBarLocation = 0
- #If debug information about Aura around the player should be displayed in the F3 debug menu if the player is in creative mode
- debugText = true
- #If, when the F3 debug menu is open and the player is in creative mode, every Aura spot should be highlighted in the level for debug purposes
- debugLevel = false
- #If certain equippable items, like the Environmental Eye, should be rendered on the player
- renderItemsOnPlayer = true
-
+
+[general]
+ #Additional conversion recipes for the Botanist's Pickaxe right click function. Each entry needs to be formatted as modid:input_block[prop1=value1,...]->modid:output_block[prop1=value1,...] where block state properties are optional, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
+ additionalBotanistPickaxeConversions = []
+ #Additional dimensions that map to Aura types that should be present in them. This is useful if you have a modpack with custom dimensions that should have Aura act similarly to an existing dimension in them. Each entry needs to be formatted as dimension_name->aura_type, where aura_type can be any of naturesaura:overworld, naturesaura:nether and naturesaura:end, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
+ auraTypeOverrides = []
+ #Additional blocks that are recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as tag_name->oreWeight->dimension where a higher weight makes the ore more likely to spawn with 5000 being the weight of coal, the default ore with the highest weight, and dimension being any of overworld and nether, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
+ additionalOres = []
+ #Blocks that are exempt from being recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as modid:block[prop1=value1,...] where block state properties are optional, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
+ oreExceptions = []
+ #Blocks that are exept from being fertilized by the plant boost effect. Each entry needs to be formatted as modid:block, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
+ plantBoostExceptions = []
+ #Additional projectile types that are allowed to be consumed by the projectile generator. Each entry needs to be formatted as entity_registry_name->aura_amount, and entries follow standard TOML array formatting (https://toml.io/en/v1.0.0#array).
+ additionalProjectiles = []
+ #The amount of blocks that can be between two Aura Field Creators for them to be connectable and work together
+ fieldCreatorRange = 24
+ #The Aura to RF ratio used by the RF converter, read as aura*ratio = rf
+ auraToRFRatio = 0.05
+ #The maximum amount of animals that can be around the powder of fertility before it stops working
+ maxAnimalsAroundPowder = 200
+ #The maximum amount of blocks that aura can spread from an initial position before it starts fizzling out. It's recommended to lower this value on a large server to avoid lag caused by players chunk-loading their bases for extended amounts of time without an Aura Detector present.
+ maxAuraSpreadRange = 150
+
+[features]
+ #If the RF converter block should be enabled
+ rfConverter = true
+ #If the chunk loader block should be enabled
+ chunkLoader = false
+ #If the Aura Imbalance effect of grass and trees dying in the area if the Aura levels are too low should occur
+ grassDieEffect = false
+ #If the Aura Imbalance effect of nether blocks degrading in the area if the Aura levels are too low should occur
+ netherDecayEffect = false
+ #If the Aura Imbalance effect of plant growth being boosted if the Aura levels are high enough should occur
+ plantBoostEffect = true
+ #If the Aura Imbalance effect of aura containers in players' inventories being filled if the Aura levels are high enough should occur
+ cacheRechargeEffect = true
+ #If the Aura Imbalance effect of explosions happening randomly if Aura levels are too low should occur
+ explosionEffect = true
+ #If the Aura Imbalance effect of breathlessness if Aura levels are too low should occur
+ breathlessEffect = true
+ #If the Aura Imbalance effect of passive mobs being angered if Aura levels are too low should occur
+ angerEffect = true
+ #If the Aura Imbalance effect of farm animals being affected in positive ways if Aura levels are too high should occur
+ animalEffect = true
+ #If the Aura Imbalance effect of ores spawning in the area if Aura levels are too high should occur
+ oreEffect = true
+ #If Aura Blooms and Aura Cacti should generate in the level
+ auraBlooms = true
+ #If the Aura Imbalance effect of grass growing on netherrack if the Aura levels are high enough should occur
+ netherGrassEffect = true
+
+[client]
+ #The percentage of particles that should be displayed, where 1 is 100% and 0 is 0%
+ #Range: 0.0 ~ 1.0
+ particleAmount = 1.0
+ #If particle spawning should respect the particle setting in Minecraft's video settings screen
+ respectVanillaParticleSettings = false
+ #The percentage of particles that should spawn when there is an excess amount of Aura in the environment, where 1 is 100% and 0 is 0%
+ excessParticleAmount = 1.0
+ #The location of the aura bar, where 0 is top left, 1 is top right, 2 is bottom left and 3 is bottom right
+ #Range: 0 ~ 3
+ auraBarLocation = 2
+ #The location of the aura cache bar, where 0 is to the left of the hotbar and 1 is to the right of the hotbar
+ #Range: 0 ~ 1
+ cacheBarLocation = 0
+ #If debug information about Aura around the player should be displayed in the F3 debug menu if the player is in creative mode
+ debugText = true
+ #If, when the F3 debug menu is open and the player is in creative mode, every Aura spot should be highlighted in the level for debug purposes
+ debugLevel = false
+ #If certain equippable items, like the Environmental Eye, should be rendered on the player
+ renderItemsOnPlayer = true
+
diff --git a/config/naturescompass-client.toml b/config/naturescompass-client.toml
index a60cb99..1c0fac7 100644
--- a/config/naturescompass-client.toml
+++ b/config/naturescompass-client.toml
@@ -1,13 +1,13 @@
-
-[Client]
- #Displays Nature's Compass information even while chat is open.
- displayWithChatOpen = true
- #Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills
- fixBiomeNames = true
- #The line offset for information rendered on the HUD.
- #Range: 0 ~ 50
- overlayLineOffset = 1
- #The side for information rendered on the HUD. Ex: LEFT, RIGHT
- #Allowed Values: LEFT, RIGHT
- overlaySide = "LEFT"
-
+
+[Client]
+ #Displays Nature's Compass information even while chat is open.
+ displayWithChatOpen = true
+ #Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills
+ fixBiomeNames = true
+ #The line offset for information rendered on the HUD.
+ #Range: 0 ~ 50
+ overlayLineOffset = 1
+ #The side for information rendered on the HUD. Ex: LEFT, RIGHT
+ #Allowed Values: LEFT, RIGHT
+ overlaySide = "LEFT"
+
diff --git a/config/naturescompass-common.toml b/config/naturescompass-common.toml
index 3dbe663..6fecb09 100644
--- a/config/naturescompass-common.toml
+++ b/config/naturescompass-common.toml
@@ -1,18 +1,18 @@
-
-[General]
- #Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode.
- allowTeleport = true
- #Allows players to view the precise coordinates and distance of a located structure on the HUD, rather than relying on the direction the compass is pointing.
- displayCoordinates = true
- #biomeSize * radiusModifier = maxSearchRadius. Raising this value will increase search accuracy but will potentially make the process more resource .
- #Range: 0 ~ 1000000
- radiusModifier = 2500
- #biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive.
- #Range: 0 ~ 1000000
- sampleSpaceModifier = 16
- #A list of biomes that the compass will not be able to search for, specified by resource location. The wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex: ["minecraft:savanna", "minecraft:desert", "minecraft:*ocean*"]
- biomeBlacklist = []
- #The maximum number of samples to be taken when searching for a biome.
- #Range: 0 ~ 1000000
- maxSamples = 50000
-
+
+[General]
+ #Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode.
+ allowTeleport = true
+ #Allows players to view the precise coordinates and distance of a located structure on the HUD, rather than relying on the direction the compass is pointing.
+ displayCoordinates = true
+ #biomeSize * radiusModifier = maxSearchRadius. Raising this value will increase search accuracy but will potentially make the process more resource .
+ #Range: 0 ~ 1000000
+ radiusModifier = 2500
+ #biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive.
+ #Range: 0 ~ 1000000
+ sampleSpaceModifier = 16
+ #A list of biomes that the compass will not be able to search for, specified by resource location. The wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex: ["minecraft:savanna", "minecraft:desert", "minecraft:*ocean*"]
+ biomeBlacklist = []
+ #The maximum number of samples to be taken when searching for a biome.
+ #Range: 0 ~ 1000000
+ maxSamples = 50000
+
diff --git a/config/nbt_ac.txt b/config/nbt_ac.txt
index e6cc135..e00bfc4 100644
--- a/config/nbt_ac.txt
+++ b/config/nbt_ac.txt
@@ -1,44 +1,44 @@
-# Load suggestions by using disassembler on "load" methods of entities and block entities.
-# Default value: true
+# Load suggestions by using disassembler on "load" methods of entities and block entities.
+# Default value: true
use_disassembler = true
-# Load suggestions from resource files (required to load item nbt suggestions).
-# Default value: true
+# Load suggestions from resource files (required to load item nbt suggestions).
+# Default value: true
load_from_resources = true
-# Use new thread to load suggestions after loading Minecraft.
-# Default value: true
+# Use new thread to load suggestions after loading Minecraft.
+# Default value: true
use_new_thread = true
-# Suggest 1b/0b instead of true/false for boolean value.
-# Default value: false
+# Suggest 1b/0b instead of true/false for boolean value.
+# Default value: false
short_boolean = false
-# Hide Forge specific tags.
-# Default value: true
+# Hide Forge specific tags.
+# Default value: true
hide_forge_tags = true
-# Ignore the "minecraft:" command prefix.
-# Default value: true
+# Ignore the "minecraft:" command prefix.
+# Default value: true
support_command_namespace = true
-# Show tag type next to its name in suggestions list.
-# Default value: true
+# Show tag type next to its name in suggestions list.
+# Default value: true
show_tag_types = true
-# Ignores letter case when providing tag name suggestions.
-# Default value: true
+# Ignores letter case when providing tag name suggestions.
+# Default value: true
ignore_letter_case = true
-# Prints stack trace for exceptions.
-# Default value: false
+# Prints stack trace for exceptions.
+# Default value: false
print_exception_stack_trace = false
-# Save suggestions to file - ".minecraft/nbt_ac_output.txt"
-# 0 - Disabled
-# 1 - Enabled
-# 2 - Enabled and sorted (easier for comparing)
-# Other values will be treated as 0.
-# Default value: 0
+# Save suggestions to file - ".minecraft/nbt_ac_output.txt"
+# 0 - Disabled
+# 1 - Enabled
+# 2 - Enabled and sorted (easier for comparing)
+# Other values will be treated as 0.
+# Default value: 0
save_suggestions = 0
diff --git a/config/oculus.properties b/config/oculus.properties
index ed47357..253ff20 100644
--- a/config/oculus.properties
+++ b/config/oculus.properties
@@ -1,8 +1,8 @@
-#This file stores configuration options for Iris, such as the currently active shaderpack
-#Fri May 03 12:45:28 PDT 2024
-colorSpace=SRGB
-disableUpdateMessage=false
-enableDebugOptions=false
-maxShadowRenderDistance=32
-shaderPack=ComplementaryReimagined_r5.1.1.zip
-enableShaders=false
+#This file stores configuration options for Iris, such as the currently active shaderpack
+#Fri May 03 12:45:28 PDT 2024
+colorSpace=SRGB
+disableUpdateMessage=false
+enableDebugOptions=false
+maxShadowRenderDistance=32
+shaderPack=ComplementaryReimagined_r5.1.1.zip
+enableShaders=false
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/mysterious_worm.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/mysterious_worm.json
index 0aa438f..aba2eed 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/mysterious_worm.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/mysterious_worm.json
@@ -1,18 +1,18 @@
-{
- "ingredients": [
- {
- "item": "alexsmobs:mosquito_larva"
- }
- ],
- "result": {
- "item": "alexsmobs:mysterious_worm",
- "count": 1
- },
- "time": 120,
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "ingredients": [
+ {
+ "item": "alexsmobs:mosquito_larva"
+ }
+ ],
+ "result": {
+ "item": "alexsmobs:mysterious_worm",
+ "count": 1
+ },
+ "time": 120,
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/shattered_dimensional_carver.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/shattered_dimensional_carver.json
index be5cac9..1be5bd4 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/shattered_dimensional_carver.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/shattered_dimensional_carver.json
@@ -1,18 +1,18 @@
-{
- "ingredients": [
- {
- "item": "alexsmobs:dimensional_carver"
- }
- ],
- "result": {
- "item": "alexsmobs:shattered_dimensional_carver",
- "count": 1
- },
- "time": 200,
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "ingredients": [
+ {
+ "item": "alexsmobs:dimensional_carver"
+ }
+ ],
+ "result": {
+ "item": "alexsmobs:shattered_dimensional_carver",
+ "count": 1
+ },
+ "time": 200,
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly.json
index 182801e..d8f42db 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly.json
@@ -1,22 +1,22 @@
-{
- "pools": [
- {
- "name": "crimson_mosquito",
- "conditions": [
- {
- "condition": "random_chance_with_looting",
- "chance": 0.3,
- "looting_multiplier": 0.03
- }
- ],
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "alexsmobs:mosquito_proboscis",
- "weight": 1
- }
- ]
- }
- ]
+{
+ "pools": [
+ {
+ "name": "crimson_mosquito",
+ "conditions": [
+ {
+ "condition": "random_chance_with_looting",
+ "chance": 0.3,
+ "looting_multiplier": 0.03
+ }
+ ],
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "item",
+ "name": "alexsmobs:mosquito_proboscis",
+ "weight": 1
+ }
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly_full.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly_full.json
index 5ca9fb5..703f6f9 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly_full.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly_full.json
@@ -1,22 +1,22 @@
-{
- "pools": [
- {
- "name": "crimson_mosquito",
- "conditions": [
- {
- "condition": "random_chance_with_looting",
- "chance": 0.5,
- "looting_multiplier": 0.03
- }
- ],
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "alexsmobs:mosquito_proboscis",
- "weight": 1
- }
- ]
- }
- ]
+{
+ "pools": [
+ {
+ "name": "crimson_mosquito",
+ "conditions": [
+ {
+ "condition": "random_chance_with_looting",
+ "chance": 0.5,
+ "looting_multiplier": 0.03
+ }
+ ],
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "item",
+ "name": "alexsmobs:mosquito_proboscis",
+ "weight": 1
+ }
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_full.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_full.json
index 391acca..0872f10 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_full.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_full.json
@@ -1,22 +1,22 @@
-{
- "pools": [
- {
- "name": "crimson_mosquito",
- "conditions": [
- {
- "condition": "random_chance_with_looting",
- "chance": 0.1,
- "looting_multiplier": 0.01
- }
- ],
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "alexsmobs:mosquito_proboscis",
- "weight": 1
- }
- ]
- }
- ]
+{
+ "pools": [
+ {
+ "name": "crimson_mosquito",
+ "conditions": [
+ {
+ "condition": "random_chance_with_looting",
+ "chance": 0.1,
+ "looting_multiplier": 0.01
+ }
+ ],
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "item",
+ "name": "alexsmobs:mosquito_proboscis",
+ "weight": 1
+ }
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/murmur.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/murmur.json
index d8bbc22..e5f479c 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/murmur.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/murmur.json
@@ -1,58 +1,58 @@
-{
- "pools": [
- {
- "name": "murmur_clothes",
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "minecraft:red_wool",
- "weight": 9,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 0,
- "max": 1
- }
- },
- {
- "function": "looting_enchant",
- "count": {
- "min": 0,
- "max": 1
- }
- }
- ]
- }
- ]
- },
- {
- "name": "murmur_tendon",
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "alexsmobs:elastic_tendon",
- "weight": 1,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 0,
- "max": 2
- }
- },
- {
- "function": "looting_enchant",
- "count": {
- "min": 0,
- "max": 1
- }
- }
- ]
- }
- ]
- }
- ]
+{
+ "pools": [
+ {
+ "name": "murmur_clothes",
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "item",
+ "name": "minecraft:red_wool",
+ "weight": 9,
+ "functions": [
+ {
+ "function": "set_count",
+ "count": {
+ "min": 0,
+ "max": 1
+ }
+ },
+ {
+ "function": "looting_enchant",
+ "count": {
+ "min": 0,
+ "max": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "murmur_tendon",
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "item",
+ "name": "alexsmobs:elastic_tendon",
+ "weight": 1,
+ "functions": [
+ {
+ "function": "set_count",
+ "count": {
+ "min": 0,
+ "max": 2
+ }
+ },
+ {
+ "function": "looting_enchant",
+ "count": {
+ "min": 0,
+ "max": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/skelewag.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/skelewag.json
index 5240b30..ec850b9 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/skelewag.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/skelewag.json
@@ -1,67 +1,67 @@
-{
- "pools": [
- {
- "name": "skelewag_hat",
- "conditions": [
- {
- "condition": "random_chance_with_looting",
- "chance": 0.01,
- "looting_multiplier": 0.015
- }
- ],
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "alexsmobs:novelty_hat",
- "weight": 1
- }
- ]
- },
- {
- "name": "skelewag_bones",
- "conditions": [
- {
- "condition": "random_chance_with_looting",
- "chance": 0.3,
- "looting_multiplier": 0.2
- }
- ],
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "alexsmobs:fish_bones",
- "weight": 1
- }
- ]
- },
- {
- "name": "bone",
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "minecraft:bone",
- "weight": 1,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 0,
- "max": 2
- }
- },
- {
- "function": "looting_enchant",
- "count": {
- "min": 0,
- "max": 1
- }
- }
- ]
- }
- ]
- }
- ]
+{
+ "pools": [
+ {
+ "name": "skelewag_hat",
+ "conditions": [
+ {
+ "condition": "random_chance_with_looting",
+ "chance": 0.01,
+ "looting_multiplier": 0.015
+ }
+ ],
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "item",
+ "name": "alexsmobs:novelty_hat",
+ "weight": 1
+ }
+ ]
+ },
+ {
+ "name": "skelewag_bones",
+ "conditions": [
+ {
+ "condition": "random_chance_with_looting",
+ "chance": 0.3,
+ "looting_multiplier": 0.2
+ }
+ ],
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "item",
+ "name": "alexsmobs:fish_bones",
+ "weight": 1
+ }
+ ]
+ },
+ {
+ "name": "bone",
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "item",
+ "name": "minecraft:bone",
+ "weight": 1,
+ "functions": [
+ {
+ "function": "set_count",
+ "count": {
+ "min": 0,
+ "max": 2
+ }
+ },
+ {
+ "function": "looting_enchant",
+ "count": {
+ "min": 0,
+ "max": 1
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/void_worm.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/void_worm.json
index d86694b..536aa7c 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/void_worm.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/void_worm.json
@@ -1,52 +1,52 @@
-{
- "type": "minecraft:entity",
- "pools": [
- {
- "name": "eye",
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": 1
- }
- ],
- "name": "alexsmobs:void_worm_eye"
- }
- ]
- },
- {
- "name": "eye",
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": 2
- }
- ],
- "name": "alexsmobs:void_worm_mandible"
- }
- ]
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "mmorpg:runes/end",
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.15
- }
- ]
- }
- ]
- }
- ]
+{
+ "type": "minecraft:entity",
+ "pools": [
+ {
+ "name": "eye",
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": 1
+ }
+ ],
+ "name": "alexsmobs:void_worm_eye"
+ }
+ ]
+ },
+ {
+ "name": "eye",
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": 2
+ }
+ ],
+ "name": "alexsmobs:void_worm_mandible"
+ }
+ ]
+ },
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "mmorpg:runes/end",
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.15
+ }
+ ]
+ }
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/warped_mosco.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/warped_mosco.json
index 7e32798..7d64d8f 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/warped_mosco.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/warped_mosco.json
@@ -1,64 +1,64 @@
-{
- "pools": [
- {
- "name": "warped_mosco_1",
- "conditions": [
- {
- "condition": "random_chance_with_looting",
- "chance": 0.7,
- "looting_multiplier": 0.1
- }
- ],
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "alexsmobs:warped_muscle",
- "weight": 1
- }
- ]
- },
- {
- "name": "warped_mosco_2",
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "alexsmobs:hemolymph_sac",
- "weight": 1,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 5
- }
- },
- {
- "function": "looting_enchant",
- "count": {
- "min": 0,
- "max": 1
- }
- }
- ]
- }
- ]
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "mmorpg:runes/net",
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.1
- }
- ]
- }
- ]
- }
- ]
+{
+ "pools": [
+ {
+ "name": "warped_mosco_1",
+ "conditions": [
+ {
+ "condition": "random_chance_with_looting",
+ "chance": 0.7,
+ "looting_multiplier": 0.1
+ }
+ ],
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "item",
+ "name": "alexsmobs:warped_muscle",
+ "weight": 1
+ }
+ ]
+ },
+ {
+ "name": "warped_mosco_2",
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "item",
+ "name": "alexsmobs:hemolymph_sac",
+ "weight": 1,
+ "functions": [
+ {
+ "function": "set_count",
+ "count": {
+ "min": 1,
+ "max": 5
+ }
+ },
+ {
+ "function": "looting_enchant",
+ "count": {
+ "min": 0,
+ "max": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "mmorpg:runes/net",
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.1
+ }
+ ]
+ }
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/blood_sprayer.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/blood_sprayer.json
index b112fa2..cddcab8 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/blood_sprayer.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/blood_sprayer.json
@@ -1,29 +1,29 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "SS ",
- "BBP",
- "B "
- ],
- "key": {
- "S": {
- "item": "alexsmobs:blood_sac"
- },
- "P": {
- "item": "alexsmobs:mosquito_proboscis"
- },
- "B": {
- "item": "minecraft:nether_brick"
- }
- },
- "result": {
- "item": "alexsmobs:blood_sprayer",
- "count": 1
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "SS ",
+ "BBP",
+ "B "
+ ],
+ "key": {
+ "S": {
+ "item": "alexsmobs:blood_sac"
+ },
+ "P": {
+ "item": "alexsmobs:mosquito_proboscis"
+ },
+ "B": {
+ "item": "minecraft:nether_brick"
+ }
+ },
+ "result": {
+ "item": "alexsmobs:blood_sprayer",
+ "count": 1
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/hemolymph_blaster.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/hemolymph_blaster.json
index 73d77ea..2ea19a1 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/hemolymph_blaster.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/hemolymph_blaster.json
@@ -1,35 +1,35 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "SSS",
- "CBP",
- "M "
- ],
- "key": {
- "S": {
- "item": "alexsmobs:hemolymph_sac"
- },
- "P": {
- "item": "alexsmobs:mosquito_proboscis"
- },
- "M": {
- "item": "alexsmobs:warped_muscle"
- },
- "C": {
- "item": "alexsmobs:mimicream"
- },
- "B": {
- "item": "alexsmobs:blood_sprayer"
- }
- },
- "result": {
- "item": "alexsmobs:hemolymph_blaster",
- "count": 1
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "SSS",
+ "CBP",
+ "M "
+ ],
+ "key": {
+ "S": {
+ "item": "alexsmobs:hemolymph_sac"
+ },
+ "P": {
+ "item": "alexsmobs:mosquito_proboscis"
+ },
+ "M": {
+ "item": "alexsmobs:warped_muscle"
+ },
+ "C": {
+ "item": "alexsmobs:mimicream"
+ },
+ "B": {
+ "item": "alexsmobs:blood_sprayer"
+ }
+ },
+ "result": {
+ "item": "alexsmobs:hemolymph_blaster",
+ "count": 1
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/tendon_whip.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/tendon_whip.json
index 7e589e9..ab428f6 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/tendon_whip.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/tendon_whip.json
@@ -1,29 +1,29 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- " CC",
- "TTC",
- "ST "
- ],
- "key": {
- "C": {
- "item": "alexsmobs:dropbear_claw"
- },
- "T": {
- "item": "alexsmobs:elastic_tendon"
- },
- "S": {
- "tag": "forge:rods/wooden"
- }
- },
- "result": {
- "item": "alexsmobs:tendon_whip",
- "count": 1
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ " CC",
+ "TTC",
+ "ST "
+ ],
+ "key": {
+ "C": {
+ "item": "alexsmobs:dropbear_claw"
+ },
+ "T": {
+ "item": "alexsmobs:elastic_tendon"
+ },
+ "S": {
+ "tag": "forge:rods/wooden"
+ }
+ },
+ "result": {
+ "item": "alexsmobs:tendon_whip",
+ "count": 1
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/transmutation_table.json b/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/transmutation_table.json
index 35fd147..8bfa947 100644
--- a/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/transmutation_table.json
+++ b/config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/transmutation_table.json
@@ -1,29 +1,29 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- " N ",
- "S S",
- "OOO"
- ],
- "key": {
- "N": {
- "item": "minecraft:nether_star"
- },
- "S": {
- "item": "alexsmobs:farseer_arm"
- },
- "O": {
- "item": "minecraft:obsidian"
- }
- },
- "result": {
- "item": "alexsmobs:transmutation_table",
- "count": 1
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ " N ",
+ "S S",
+ "OOO"
+ ],
+ "key": {
+ "N": {
+ "item": "minecraft:nether_star"
+ },
+ "S": {
+ "item": "alexsmobs:farseer_arm"
+ },
+ "O": {
+ "item": "minecraft:obsidian"
+ }
+ },
+ "result": {
+ "item": "alexsmobs:transmutation_table",
+ "count": 1
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest.json
index 49180be..2c6b56b 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest.json
@@ -1,71 +1,71 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:paper",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:book",
- "weight": 3
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 11.0,
- "min": 5.0
- }
- },
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:book"
- }
- ],
- "functions": [
- {
- "function": "minecraft:enchant_with_levels",
- "levels": {
- "type": "minecraft:uniform",
- "max": 16.0,
- "min": 10.0
- },
- "treasure": false
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 0.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/blinding_dungeon/library_chest"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:paper",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book",
+ "weight": 3
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 11.0,
+ "min": 5.0
+ }
+ },
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book"
+ }
+ ],
+ "functions": [
+ {
+ "function": "minecraft:enchant_with_levels",
+ "levels": {
+ "type": "minecraft:uniform",
+ "max": 16.0,
+ "min": 10.0
+ },
+ "treasure": false
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 0.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/blinding_dungeon/library_chest"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest_key.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest_key.json
index 4a80a69..5dcbeaa 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest_key.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest_key.json
@@ -1,26 +1,26 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "blue_skies:blinding_key"
- }
- ],
- "rolls": 1.0
- },
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "blue_skies:chests/blinding_dungeon/library_chest"
- }
- ],
- "rolls": 1.0
- }
- ],
- "random_sequence": "blue_skies:chests/blinding_dungeon/library_chest_key"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:blinding_key"
+ }
+ ],
+ "rolls": 1.0
+ },
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "blue_skies:chests/blinding_dungeon/library_chest"
+ }
+ ],
+ "rolls": 1.0
+ }
+ ],
+ "random_sequence": "blue_skies:chests/blinding_dungeon/library_chest_key"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everbright.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everbright.json
index c1e1935..1c993e4 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everbright.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everbright.json
@@ -1,86 +1,86 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "blue_skies:blinding_key"
- }
- ],
- "rolls": 1.0
- },
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:bread",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pine_fruit",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:bluebright_stick\"}"
- },
- {
- "add": false,
- "damage": {
- "type": "minecraft:uniform",
- "max": 0.92,
- "min": 0.83
- },
- "function": "minecraft:set_damage"
- }
- ],
- "name": "blue_skies:aquite_axe"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/blinding_dungeon/prison_chest_everbright"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:blinding_key"
+ }
+ ],
+ "rolls": 1.0
+ },
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:bread",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pine_fruit",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:bluebright_stick\"}"
+ },
+ {
+ "add": false,
+ "damage": {
+ "type": "minecraft:uniform",
+ "max": 0.92,
+ "min": 0.83
+ },
+ "function": "minecraft:set_damage"
+ }
+ ],
+ "name": "blue_skies:aquite_axe"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/blinding_dungeon/prison_chest_everbright"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everdawn.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everdawn.json
index 23ba571..f1df807 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everdawn.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everdawn.json
@@ -1,87 +1,87 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "blue_skies:blinding_key"
- }
- ],
- "rolls": 1.0
- },
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 6.0,
- "min": 3.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:bread",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 7.0,
- "min": 2.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:scalefruit",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:lunar_stick\"}"
- },
- {
- "add": false,
- "damage": {
- "type": "minecraft:uniform",
- "max": 0.91,
- "min": 0.84
- },
- "function": "minecraft:set_damage"
- }
- ],
- "name": "blue_skies:aquite_axe",
- "weight": 2
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/blinding_dungeon/prison_chest_everdawn"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:blinding_key"
+ }
+ ],
+ "rolls": 1.0
+ },
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 6.0,
+ "min": 3.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:bread",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 7.0,
+ "min": 2.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:scalefruit",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:lunar_stick\"}"
+ },
+ {
+ "add": false,
+ "damage": {
+ "type": "minecraft:uniform",
+ "max": 0.91,
+ "min": 0.84
+ },
+ "function": "minecraft:set_damage"
+ }
+ ],
+ "name": "blue_skies:aquite_axe",
+ "weight": 2
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/blinding_dungeon/prison_chest_everdawn"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/study_chest.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/study_chest.json
index 7db5c71..1b7fb5c 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/study_chest.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/study_chest.json
@@ -1,134 +1,134 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "blue_skies:blinding_key"
- }
- ],
- "rolls": 1.0
- },
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 2.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:book",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 2.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:comet_berries",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 3.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:blinding_stone",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pyrope_gem",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:aquite",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:diopside_gem"
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:population"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 7.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/blinding_dungeon/study_chest"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:blinding_key"
+ }
+ ],
+ "rolls": 1.0
+ },
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 2.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:book",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 2.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:comet_berries",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 3.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:blinding_stone",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pyrope_gem",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:aquite",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:diopside_gem"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:population"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 7.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/blinding_dungeon/study_chest"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/common.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/common.json
index 4e90cde..39ceb95 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/common.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/common.json
@@ -1,74 +1,74 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "blue_skies:winter_leaf_seeds"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:cryo_root"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_with_levels",
- "levels": {
- "type": "minecraft:uniform",
- "max": 12.0,
- "min": 7.0
- },
- "treasure": false
- }
- ],
- "name": "minecraft:book"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 3.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:string"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 9.0,
- "min": 4.0
- }
- },
- {
- "rolls": 2,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/bunker/common"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:winter_leaf_seeds"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:cryo_root"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:enchant_with_levels",
+ "levels": {
+ "type": "minecraft:uniform",
+ "max": 12.0,
+ "min": 7.0
+ },
+ "treasure": false
+ }
+ ],
+ "name": "minecraft:book"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 3.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:string"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 9.0,
+ "min": 4.0
+ }
+ },
+ {
+ "rolls": 2,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/bunker/common"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/rare.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/rare.json
index fbbe138..0180c32 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/rare.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/rare.json
@@ -1,87 +1,87 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "blue_skies:falsite_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:aquite"
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:pyrope_chestplate"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:packed_ice"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_with_levels",
- "levels": {
- "type": "minecraft:uniform",
- "max": 15.0,
- "min": 10.0
- },
- "treasure": false
- }
- ],
- "name": "minecraft:book"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 9.0,
- "min": 4.0
- }
- },
- {
- "rolls": 5,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ]
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/bunker/rare"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:falsite_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:aquite"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:pyrope_chestplate"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:packed_ice"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:enchant_with_levels",
+ "levels": {
+ "type": "minecraft:uniform",
+ "max": 15.0,
+ "min": 10.0
+ },
+ "treasure": false
+ }
+ ],
+ "name": "minecraft:book"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 9.0,
+ "min": 4.0
+ }
+ },
+ {
+ "rolls": 5,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ]
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/bunker/rare"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everbright.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everbright.json
index 28a113d..00f8438 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everbright.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everbright.json
@@ -1,166 +1,166 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "blue_skies:ventium_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:aquite"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:frostbright_stick\"}"
- },
- {
- "add": false,
- "damage": {
- "type": "minecraft:uniform",
- "max": 0.9,
- "min": 0.45
- },
- "function": "minecraft:set_damage"
- }
- ],
- "name": "blue_skies:pyrope_pickaxe"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 3.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:string"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 2.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:packed_ice"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 3.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:snowcap_pinhead"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 2.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:cryo_root"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_with_levels",
- "levels": {
- "type": "minecraft:uniform",
- "max": 6.0,
- "min": 3.0
- },
- "treasure": false
- }
- ],
- "name": "minecraft:book"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:name_tag"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:saddle"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 9.0,
- "min": 4.0
- }
- },
- {
- "rolls": 2,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ]
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/cave_spawner/chest_everbright"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:ventium_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:aquite"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:frostbright_stick\"}"
+ },
+ {
+ "add": false,
+ "damage": {
+ "type": "minecraft:uniform",
+ "max": 0.9,
+ "min": 0.45
+ },
+ "function": "minecraft:set_damage"
+ }
+ ],
+ "name": "blue_skies:pyrope_pickaxe"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 3.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:string"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 2.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:packed_ice"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 3.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:snowcap_pinhead"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 2.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:cryo_root"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:enchant_with_levels",
+ "levels": {
+ "type": "minecraft:uniform",
+ "max": 6.0,
+ "min": 3.0
+ },
+ "treasure": false
+ }
+ ],
+ "name": "minecraft:book"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:name_tag"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:saddle"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 9.0,
+ "min": 4.0
+ }
+ },
+ {
+ "rolls": 2,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ]
+ },
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/cave_spawner/chest_everbright"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everdawn.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everdawn.json
index fc3442a..ac87196 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everdawn.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everdawn.json
@@ -1,151 +1,151 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "blue_skies:horizonite_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:aquite"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:maple_stick\"}"
- },
- {
- "add": false,
- "damage": {
- "type": "minecraft:uniform",
- "max": 0.9,
- "min": 0.45
- },
- "function": "minecraft:set_damage"
- }
- ],
- "name": "blue_skies:pyrope_pickaxe"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 3.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:string"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 2.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:spider_webbing"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 3.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:scalefruit_seeds"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_with_levels",
- "levels": {
- "type": "minecraft:uniform",
- "max": 6.0,
- "min": 3.0
- },
- "treasure": false
- }
- ],
- "name": "minecraft:book"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:name_tag"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:saddle"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 9.0,
- "min": 4.0
- }
- },
- {
- "rolls": 2,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ]
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/cave_spawner/chest_everdawn"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:horizonite_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:aquite"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:maple_stick\"}"
+ },
+ {
+ "add": false,
+ "damage": {
+ "type": "minecraft:uniform",
+ "max": 0.9,
+ "min": 0.45
+ },
+ "function": "minecraft:set_damage"
+ }
+ ],
+ "name": "blue_skies:pyrope_pickaxe"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 3.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:string"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 2.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:spider_webbing"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 3.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:scalefruit_seeds"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:enchant_with_levels",
+ "levels": {
+ "type": "minecraft:uniform",
+ "max": 6.0,
+ "min": 3.0
+ },
+ "treasure": false
+ }
+ ],
+ "name": "minecraft:book"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:name_tag"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:saddle"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 9.0,
+ "min": 4.0
+ }
+ },
+ {
+ "rolls": 2,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ]
+ },
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/cave_spawner/chest_everdawn"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/book.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/book.json
index 6b48db3..58c2ac2 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/book.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/book.json
@@ -1,103 +1,103 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:book"
- }
- ],
- "rolls": 1.0
- },
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:paper",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:bread",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:map",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:moonstone_shard",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/gatekeeper_house/book"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book"
+ }
+ ],
+ "rolls": 1.0
+ },
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:paper",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:bread",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:map",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:moonstone_shard",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/gatekeeper_house/book"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/mountain.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/mountain.json
index a47828d..aff08fb 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/mountain.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/mountain.json
@@ -1,109 +1,109 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:wheat",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:stick",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:bread",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:spruce_log",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:cooked_monitor_tail",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:leather_boots"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/gatekeeper_house/mountain"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:wheat",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:stick",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:bread",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:spruce_log",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:cooked_monitor_tail",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:leather_boots"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/gatekeeper_house/mountain"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/plains.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/plains.json
index 0c4f0f8..29ca6cf 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/plains.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/plains.json
@@ -1,93 +1,93 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:baked_potato",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:black_wool",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:bread",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:dandelion",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:ventium_ingot"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/gatekeeper_house/plains"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:baked_potato",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:black_wool",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:bread",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:dandelion",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:ventium_ingot"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/gatekeeper_house/plains"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/snowy.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/snowy.json
index e666d60..439e834 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/snowy.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/snowy.json
@@ -1,105 +1,105 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:wheat",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:charcoal",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:bread",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:sweet_berries",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 2.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:snowcap_pinhead",
- "weight": 2
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/gatekeeper_house/snowy"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:wheat",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:charcoal",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:bread",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:sweet_berries",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 2.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:snowcap_pinhead",
+ "weight": 2
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/gatekeeper_house/snowy"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/brightlands.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/brightlands.json
index c88d932..5136028 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/brightlands.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/brightlands.json
@@ -1,108 +1,108 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:book"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pyrope_gem",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 7.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pine_fruit",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:snowball",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:starlit_sapling",
- "weight": 5
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/brightlands"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pyrope_gem",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 7.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pine_fruit",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:snowball",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:starlit_sapling",
+ "weight": 5
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/brightlands"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/calming_skies.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/calming_skies.json
index 6784883..055cfd4 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/calming_skies.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/calming_skies.json
@@ -1,108 +1,108 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:book"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pyrope_gem",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 7.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:brewberry",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:polar_posy",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:bluebright_sapling",
- "weight": 5
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/calming_skies"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pyrope_gem",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 7.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:brewberry",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:polar_posy",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:bluebright_sapling",
+ "weight": 5
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/calming_skies"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/crystal_dunes.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/crystal_dunes.json
index 1ff2b74..2373b6c 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/crystal_dunes.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/crystal_dunes.json
@@ -1,108 +1,108 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:book"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pyrope_gem",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 6.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:scalefruit",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:crystal_flower",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:crystallized_planks",
- "weight": 3
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/crystal_dunes"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pyrope_gem",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 6.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:scalefruit",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:crystal_flower",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:crystallized_planks",
+ "weight": 3
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/crystal_dunes"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/armorer.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/armorer.json
index c226e53..029647a 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/armorer.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/armorer.json
@@ -1,65 +1,65 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:aquite",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:brewberry",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:aquite_helmet"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:emerald"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/armorer"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:aquite",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:brewberry",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:aquite_helmet"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:emerald"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/armorer"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/butcher.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/butcher.json
index 393e703..0bf4c5f 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/butcher.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/butcher.json
@@ -1,109 +1,109 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:carabeef",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pine_fruit",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:brewberry",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:venison",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:charcoal",
- "weight": 3
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/butcher"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:carabeef",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pine_fruit",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:brewberry",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:venison",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:charcoal",
+ "weight": 3
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/butcher"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/cartographer.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/cartographer.json
index 8c6577d..1fe8756 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/cartographer.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/cartographer.json
@@ -1,94 +1,94 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:map",
- "weight": 10
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:paper",
- "weight": 15
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:compass",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pine_fruit",
- "weight": 15
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:bluebright_stick",
- "weight": 5
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/cartographer"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:map",
+ "weight": 10
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:paper",
+ "weight": 15
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:compass",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pine_fruit",
+ "weight": 15
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:bluebright_stick",
+ "weight": 5
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/cartographer"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/fletcher.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/fletcher.json
index 1c83cab..94e7e13 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/fletcher.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/fletcher.json
@@ -1,93 +1,93 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:arrow",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:feather",
- "weight": 8
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:flint",
- "weight": 8
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:bluebright_stick",
- "weight": 7
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/fletcher"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:arrow",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:feather",
+ "weight": 8
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:flint",
+ "weight": 8
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:bluebright_stick",
+ "weight": 7
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/fletcher"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/library.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/library.json
index 1d527ee..741f3ce 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/library.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/library.json
@@ -1,71 +1,71 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:book",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:paper",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:feather",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:black_dye",
- "weight": 2
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/library"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:paper",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:feather",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:black_dye",
+ "weight": 2
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/library"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/mason.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/mason.json
index 392fd76..e993c35 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/mason.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/mason.json
@@ -1,82 +1,82 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:clay_ball"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:flower_pot"
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:turquoise_stone",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:turquoise_stonebrick",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pine_fruit",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:white_dye"
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:taratite"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:emerald"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/mason"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:clay_ball"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:flower_pot"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:turquoise_stone",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:turquoise_stonebrick",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pine_fruit",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:white_dye"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:taratite"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:emerald"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/mason"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/nightwatcher.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/nightwatcher.json
index a6c1a06..72ded0e 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/nightwatcher.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/nightwatcher.json
@@ -1,82 +1,82 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 2.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:azulfo_horn",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:fox_pelt",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:string",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:charcoal",
- "weight": 3
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/nightwatcher"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 2.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:azulfo_horn",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:fox_pelt",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:string",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:charcoal",
+ "weight": 3
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/nightwatcher"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/shoveler.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/shoveler.json
index 78dae4c..218f25d 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/shoveler.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/shoveler.json
@@ -1,87 +1,87 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:frostbright_stick\"}"
- }
- ],
- "name": "blue_skies:aquite_shovel",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:falsite_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:frostbright_stick",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:snowball",
- "weight": 6
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/shoveler"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:frostbright_stick\"}"
+ }
+ ],
+ "name": "blue_skies:aquite_shovel",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:falsite_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:frostbright_stick",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:snowball",
+ "weight": 6
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/shoveler"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/stargazer.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/stargazer.json
index 57425ba..6765635 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/stargazer.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/stargazer.json
@@ -1,97 +1,97 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:star_flare",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:book",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:paper",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:glass",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:falsite_ingot"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/stargazer"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:star_flare",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:paper",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:glass",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:falsite_ingot"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/stargazer"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/tannery.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/tannery.json
index eb02934..b8c8448 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/tannery.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/tannery.json
@@ -1,95 +1,95 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:leather"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:leather_chestplate",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:leather_boots",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:leather_helmet",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pine_fruit",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:leather_leggings",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:saddle"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/tannery"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:leather"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:leather_chestplate",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:leather_boots",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:leather_helmet",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pine_fruit",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:leather_leggings",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:saddle"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/tannery"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/temple.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/temple.json
index f7ac8de..bca7cc8 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/temple.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/temple.json
@@ -1,118 +1,118 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:redstone",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pine_fruit",
- "weight": 7
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:soul_fragment",
- "weight": 7
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:ventium_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:falsite_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/temple"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:redstone",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pine_fruit",
+ "weight": 7
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:soul_fragment",
+ "weight": 7
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:ventium_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:falsite_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/temple"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/toolsmith.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/toolsmith.json
index a95109d..5f2abbf 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/toolsmith.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/toolsmith.json
@@ -1,140 +1,140 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:diopside_gem"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:aquite",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:falsite_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pine_fruit",
- "weight": 15
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:frostbright_stick\"}"
- }
- ],
- "name": "blue_skies:aquite_pickaxe",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:charcoal"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:frostbright_stick",
- "weight": 20
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:frostbright_stick\"}"
- }
- ],
- "name": "blue_skies:aquite_shovel",
- "weight": 5
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/toolsmith"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:diopside_gem"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:aquite",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:falsite_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pine_fruit",
+ "weight": 15
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:frostbright_stick\"}"
+ }
+ ],
+ "name": "blue_skies:aquite_pickaxe",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:charcoal"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:frostbright_stick",
+ "weight": 20
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:frostbright_stick\"}"
+ }
+ ],
+ "name": "blue_skies:aquite_shovel",
+ "weight": 5
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/toolsmith"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/weaponsmith.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/weaponsmith.json
index 4a60f62..f1e6b6f 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/weaponsmith.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/weaponsmith.json
@@ -1,193 +1,193 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:diopside_gem",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:aquite",
- "weight": 10
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:falsite_ingot",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pine_fruit",
- "weight": 15
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:brewberry",
- "weight": 15
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:starlit_stick\"}"
- }
- ],
- "name": "blue_skies:aquite_axe",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:starlit_stick\"}"
- }
- ],
- "name": "blue_skies:aquite_sword",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:aquite_chestplate",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:aquite_helmet",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:aquite_leggings",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:aquite_boots",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 7.0,
- "min": 3.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:obsidian",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 7.0,
- "min": 3.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:starlit_sapling",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:saddle",
- "weight": 3
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- },
- {
- "rolls": 2,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/weaponsmith"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:diopside_gem",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:aquite",
+ "weight": 10
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:falsite_ingot",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pine_fruit",
+ "weight": 15
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:brewberry",
+ "weight": 15
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:starlit_stick\"}"
+ }
+ ],
+ "name": "blue_skies:aquite_axe",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:starlit_stick\"}"
+ }
+ ],
+ "name": "blue_skies:aquite_sword",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:aquite_chestplate",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:aquite_helmet",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:aquite_leggings",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:aquite_boots",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 7.0,
+ "min": 3.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:obsidian",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 7.0,
+ "min": 3.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:starlit_sapling",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:saddle",
+ "weight": 3
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ },
+ {
+ "rolls": 2,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/weaponsmith"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/wrangler.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/wrangler.json
index ff8dc62..a6461a8 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/wrangler.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/wrangler.json
@@ -1,71 +1,71 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:lead",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:azulfo_horn",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pine_fruit",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:charcoal",
- "weight": 3
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everbright/wrangler"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:lead",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:azulfo_horn",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pine_fruit",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:charcoal",
+ "weight": 3
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everbright/wrangler"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/armorer.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/armorer.json
index 5525c61..386477f 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/armorer.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/armorer.json
@@ -1,65 +1,65 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:aquite",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:crescent_fruit",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:aquite_helmet"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:emerald"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/armorer"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:aquite",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:crescent_fruit",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:aquite_helmet"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:emerald"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/armorer"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/butcher.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/butcher.json
index b72215e..2b54c10 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/butcher.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/butcher.json
@@ -1,109 +1,109 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:monitor_tail",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:scalefruit",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:crescent_fruit",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:salmon",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:charcoal",
- "weight": 3
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/butcher"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:monitor_tail",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:scalefruit",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:crescent_fruit",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:salmon",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:charcoal",
+ "weight": 3
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/butcher"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/cartographer.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/cartographer.json
index 6723398..5d484d3 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/cartographer.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/cartographer.json
@@ -1,94 +1,94 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:map",
- "weight": 10
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:paper",
- "weight": 15
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:compass",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:scalefruit",
- "weight": 15
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:lunar_stick",
- "weight": 5
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/cartographer"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:map",
+ "weight": 10
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:paper",
+ "weight": 15
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:compass",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:scalefruit",
+ "weight": 15
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:lunar_stick",
+ "weight": 5
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/cartographer"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/fletcher.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/fletcher.json
index 80e8ca7..e8e1fe7 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/fletcher.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/fletcher.json
@@ -1,93 +1,93 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:arrow",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:feather",
- "weight": 8
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:flint",
- "weight": 8
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:lunar_stick",
- "weight": 7
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/fletcher"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:arrow",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:feather",
+ "weight": 8
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:flint",
+ "weight": 8
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:lunar_stick",
+ "weight": 7
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/fletcher"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/library.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/library.json
index 041dbcc..806a04c 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/library.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/library.json
@@ -1,71 +1,71 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:book",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:paper",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:feather",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:black_dye",
- "weight": 2
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/library"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:paper",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:feather",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:black_dye",
+ "weight": 2
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/library"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/mason.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/mason.json
index 51c0f54..0185338 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/mason.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/mason.json
@@ -1,82 +1,82 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:clay_ball"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:flower_pot"
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:lunar_stone",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:lunar_stonebrick",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:scalefruit",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:red_dye"
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:umber"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:emerald"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/mason"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:clay_ball"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:flower_pot"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:lunar_stone",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:lunar_stonebrick",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:scalefruit",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:red_dye"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:umber"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:emerald"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/mason"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/nightwatcher.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/nightwatcher.json
index f1f3108..c3169de 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/nightwatcher.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/nightwatcher.json
@@ -1,82 +1,82 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 2.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:fox_pelt",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:fox_pelt",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:string",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:charcoal",
- "weight": 3
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/nightwatcher"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 2.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:fox_pelt",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:fox_pelt",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:string",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:charcoal",
+ "weight": 3
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/nightwatcher"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/shoveler.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/shoveler.json
index 0de173e..223c77b 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/shoveler.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/shoveler.json
@@ -1,87 +1,87 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:maple_stick\"}"
- }
- ],
- "name": "blue_skies:aquite_shovel",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:falsite_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:maple_stick",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:snowball",
- "weight": 6
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/shoveler"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:maple_stick\"}"
+ }
+ ],
+ "name": "blue_skies:aquite_shovel",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:falsite_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:maple_stick",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:snowball",
+ "weight": 6
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/shoveler"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/stargazer.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/stargazer.json
index 529bad0..262753e 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/stargazer.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/stargazer.json
@@ -1,97 +1,97 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:star_flare",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:book",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:paper",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:glass",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:falsite_ingot"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/stargazer"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:star_flare",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:paper",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:glass",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:falsite_ingot"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/stargazer"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/tannery.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/tannery.json
index d9b12cb..5fb6a8a 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/tannery.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/tannery.json
@@ -1,95 +1,95 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:leather"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:leather_chestplate",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:leather_boots",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:leather_helmet",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:scalefruit",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:leather_leggings",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:saddle"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/tannery"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:leather"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:leather_chestplate",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:leather_boots",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:leather_helmet",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:scalefruit",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:leather_leggings",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:saddle"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/tannery"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/temple.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/temple.json
index b781e1d..a098944 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/temple.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/temple.json
@@ -1,118 +1,118 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:redstone",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:scalefruit",
- "weight": 7
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:soul_fragment",
- "weight": 7
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:ventium_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:falsite_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/temple"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:redstone",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:scalefruit",
+ "weight": 7
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:soul_fragment",
+ "weight": 7
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:ventium_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:falsite_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/temple"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/toolsmith.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/toolsmith.json
index bc87e8a..a5acb13 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/toolsmith.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/toolsmith.json
@@ -1,140 +1,140 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:diopside_gem"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:aquite",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:horizonite_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:scalefruit",
- "weight": 15
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:maple_stick\"}"
- }
- ],
- "name": "blue_skies:aquite_pickaxe",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:charcoal"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:maple_stick",
- "weight": 20
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:maple_stick\"}"
- }
- ],
- "name": "blue_skies:aquite_shovel",
- "weight": 5
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/toolsmith"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:diopside_gem"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:aquite",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:horizonite_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:scalefruit",
+ "weight": 15
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:maple_stick\"}"
+ }
+ ],
+ "name": "blue_skies:aquite_pickaxe",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:charcoal"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:maple_stick",
+ "weight": 20
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:maple_stick\"}"
+ }
+ ],
+ "name": "blue_skies:aquite_shovel",
+ "weight": 5
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/toolsmith"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/weaponsmith.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/weaponsmith.json
index db43fe2..087294c 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/weaponsmith.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/weaponsmith.json
@@ -1,184 +1,184 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:diopside_gem",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 5.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:aquite",
- "weight": 10
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:horizonite_ingot",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:scalefruit",
- "weight": 15
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 3.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:crescent_fruit",
- "weight": 15
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:dusk_stick\"}"
- }
- ],
- "name": "blue_skies:aquite_axe",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Stick:\"blue_skies:dusk_stick\"}"
- }
- ],
- "name": "blue_skies:aquite_sword",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:aquite_chestplate",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:aquite_helmet",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:aquite_leggings",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:aquite_boots",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 7.0,
- "min": 3.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:obsidian",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 7.0,
- "min": 3.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:dusk_sapling",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:camel_saddle",
- "weight": 3
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/weaponsmith"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:diopside_gem",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 5.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:aquite",
+ "weight": 10
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:horizonite_ingot",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:scalefruit",
+ "weight": 15
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 3.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:crescent_fruit",
+ "weight": 15
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:dusk_stick\"}"
+ }
+ ],
+ "name": "blue_skies:aquite_axe",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{Stick:\"blue_skies:dusk_stick\"}"
+ }
+ ],
+ "name": "blue_skies:aquite_sword",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:aquite_chestplate",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:aquite_helmet",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:aquite_leggings",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:aquite_boots",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 7.0,
+ "min": 3.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:obsidian",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 7.0,
+ "min": 3.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:dusk_sapling",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:camel_saddle",
+ "weight": 3
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/weaponsmith"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/wrangler.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/wrangler.json
index 372f5d9..04dc2b2 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/wrangler.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/wrangler.json
@@ -1,71 +1,71 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:lead",
- "weight": 3
- },
- {
- "type": "minecraft:item",
- "name": "blue_skies:fox_pelt",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:scalefruit",
- "weight": 6
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:charcoal",
- "weight": 3
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/profession/everdawn/wrangler"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:lead",
+ "weight": 3
+ },
+ {
+ "type": "minecraft:item",
+ "name": "blue_skies:fox_pelt",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:scalefruit",
+ "weight": 6
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:charcoal",
+ "weight": 3
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/profession/everdawn/wrangler"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/shaded_woodlands.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/shaded_woodlands.json
index a902d47..06332ee 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/shaded_woodlands.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/shaded_woodlands.json
@@ -1,108 +1,108 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:book"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pyrope_gem",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 7.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:crescent_fruit",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:baneful_mushroom",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:dusk_sapling",
- "weight": 5
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/shaded_woodlands"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pyrope_gem",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 7.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:crescent_fruit",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:baneful_mushroom",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:dusk_sapling",
+ "weight": 5
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/shaded_woodlands"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/slushlands.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/slushlands.json
index 008a7b5..3194ff7 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/slushlands.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/slushlands.json
@@ -1,108 +1,108 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:mushroom_stew"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pyrope_gem",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 6.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:cooked_carabeef",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:snowcap_pinhead",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:snowcap_mushroom_block",
- "weight": 3
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/slushlands"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:mushroom_stew"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pyrope_gem",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 6.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:cooked_carabeef",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:snowcap_pinhead",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:snowcap_mushroom_block",
+ "weight": 3
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/slushlands"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/sunset_maple_forest.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/sunset_maple_forest.json
index a922ea3..4ec78da 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/sunset_maple_forest.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/sunset_maple_forest.json
@@ -1,108 +1,108 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "minecraft:emerald"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:book"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:pyrope_gem",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 7.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:cooked_monitor_tail",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:blaze_bud",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "blue_skies:maple_sapling",
- "weight": 5
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:chests/village/sunset_maple_forest"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "minecraft:emerald"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:book"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:pyrope_gem",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 7.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:cooked_monitor_tail",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:blaze_bud",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "blue_skies:maple_sapling",
+ "weight": 5
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:chests/village/sunset_maple_forest"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/alchemist.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/alchemist.json
index a1ce797..f7dbcb6 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/alchemist.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/alchemist.json
@@ -1,21 +1,21 @@
-{
- "type": "minecraft:entity",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "mmorpg:runes/daw",
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.1
- }
- ]
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:entities/alchemist"
+{
+ "type": "minecraft:entity",
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "mmorpg:runes/daw",
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:entities/alchemist"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/arachnarch.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/arachnarch.json
index d2dbe5c..2f60d98 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/arachnarch.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/arachnarch.json
@@ -1,21 +1,21 @@
-{
- "type": "minecraft:entity",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "mmorpg:runes/daw",
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.2
- }
- ]
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:entities/arachnarch"
+{
+ "type": "minecraft:entity",
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "mmorpg:runes/daw",
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.2
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:entities/arachnarch"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/starlit_crusher.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/starlit_crusher.json
index a8932dc..92bf6fb 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/starlit_crusher.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/starlit_crusher.json
@@ -1,21 +1,21 @@
-{
- "type": "minecraft:entity",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "mmorpg:runes/bri",
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.25
- }
- ]
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:entities/starlit_crusher"
+{
+ "type": "minecraft:entity",
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "mmorpg:runes/bri",
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.25
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:entities/starlit_crusher"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/summoner.json b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/summoner.json
index 1e79e30..4f7c96b 100644
--- a/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/summoner.json
+++ b/config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/summoner.json
@@ -1,21 +1,21 @@
-{
- "type": "minecraft:entity",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "mmorpg:runes/bri",
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.1
- }
- ]
- }
- ]
- }
- ],
- "random_sequence": "blue_skies:entities/summoner"
+{
+ "type": "minecraft:entity",
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "mmorpg:runes/bri",
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "random_sequence": "blue_skies:entities/summoner"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_all_rews.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_all_rews.json
index 3bd5aac..cef352f 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_all_rews.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_all_rews.json
@@ -1,167 +1,167 @@
-{
- "content": {
-
- "all_rew_lightmans_copper_currency": {
- "type": "item",
- "rarity": "COMMON",
- "content": "lightmanscurrency:coin_copper",
- "amount": {
- "min": 1,
- "max": 16
- },
- "unitWorth": 50
- },
-
- "all_rew_lightmans_iron_currency": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "lightmanscurrency:coin_iron",
- "amount": {
- "min": 1,
- "max": 16
- },
- "unitWorth": 200
- },
-
- "all_rew_lightmans_gold_currency": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "lightmanscurrency:coin_gold",
- "amount": {
- "min": 1,
- "max": 8
- },
- "unitWorth": 800
- },
-
- "all_rew_lightmans_emerald_currency": {
- "type": "item",
- "rarity": "RARE",
- "content": "lightmanscurrency:coin_emerald",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 3200,
- "weightMult": 1
- }
-
- "all_rew_primary_currency": {
- "type": "item",
- "content": "minecraft:emerald",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 1000,
- "weightMult": 1.3
- },
-
- "all_rew_primary_currency_rare_bargain": {
- "type": "item",
- "content": "minecraft:emerald",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 800,
- "weightMult": 0.2
- },
-
- "all_rew_decree": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "bountiful:decree",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 800,
- "weightMult": 0.35
- },
-
- "all_rew_spyglass": {
- "type": "item",
- "content": "minecraft:spyglass",
- "rarity": "RARE",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2500.0
- },
-
- "all_rew_totem_undying": {
- "type": "item",
- "content": "minecraft:totem_of_undying",
- "rarity": "LEGENDARY",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 4000
- },
-
- "all_rew_arrow": {
- "type": "item",
- "content": "minecraft:arrow",
- "amount": {
- "min": 3,
- "max": 9
- },
- "unitWorth": 100,
- "weightMult": 0.4
- },
-
- "all_rew_glow_ink": {
- "type": "item",
- "content": "minecraft:glow_ink_sac",
- "rarity": "EPIC",
- "weightMult": 0.3,
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 500
- },
-
- "all_rew_prismarine_crystals": {
- "type": "item",
- "content": "minecraft:prismarine_crystals",
- "rarity": "EPIC",
- "weightMult": 0.15,
- "amount": {
- "min": 1,
- "max": 6
- },
- "unitWorth": 2000
- },
-
- "all_rew_minecart": {
- "type": "item",
- "content": "minecraft:tnt_minecart",
- "rarity": "EPIC",
- "weightMult": 0.15,
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 6000
- },
-
- "all_rew_axolotl_bucket": {
- "type": "item",
- "content": "minecraft:axolotl_bucket",
- "rarity": "LEGENDARY",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 4000
- }
-
-
- }
-
-
+{
+ "content": {
+
+ "all_rew_lightmans_copper_currency": {
+ "type": "item",
+ "rarity": "COMMON",
+ "content": "lightmanscurrency:coin_copper",
+ "amount": {
+ "min": 1,
+ "max": 16
+ },
+ "unitWorth": 50
+ },
+
+ "all_rew_lightmans_iron_currency": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "lightmanscurrency:coin_iron",
+ "amount": {
+ "min": 1,
+ "max": 16
+ },
+ "unitWorth": 200
+ },
+
+ "all_rew_lightmans_gold_currency": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "lightmanscurrency:coin_gold",
+ "amount": {
+ "min": 1,
+ "max": 8
+ },
+ "unitWorth": 800
+ },
+
+ "all_rew_lightmans_emerald_currency": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "lightmanscurrency:coin_emerald",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 3200,
+ "weightMult": 1
+ }
+
+ "all_rew_primary_currency": {
+ "type": "item",
+ "content": "minecraft:emerald",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 1000,
+ "weightMult": 1.3
+ },
+
+ "all_rew_primary_currency_rare_bargain": {
+ "type": "item",
+ "content": "minecraft:emerald",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 800,
+ "weightMult": 0.2
+ },
+
+ "all_rew_decree": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "bountiful:decree",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 800,
+ "weightMult": 0.35
+ },
+
+ "all_rew_spyglass": {
+ "type": "item",
+ "content": "minecraft:spyglass",
+ "rarity": "RARE",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2500.0
+ },
+
+ "all_rew_totem_undying": {
+ "type": "item",
+ "content": "minecraft:totem_of_undying",
+ "rarity": "LEGENDARY",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 4000
+ },
+
+ "all_rew_arrow": {
+ "type": "item",
+ "content": "minecraft:arrow",
+ "amount": {
+ "min": 3,
+ "max": 9
+ },
+ "unitWorth": 100,
+ "weightMult": 0.4
+ },
+
+ "all_rew_glow_ink": {
+ "type": "item",
+ "content": "minecraft:glow_ink_sac",
+ "rarity": "EPIC",
+ "weightMult": 0.3,
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 500
+ },
+
+ "all_rew_prismarine_crystals": {
+ "type": "item",
+ "content": "minecraft:prismarine_crystals",
+ "rarity": "EPIC",
+ "weightMult": 0.15,
+ "amount": {
+ "min": 1,
+ "max": 6
+ },
+ "unitWorth": 2000
+ },
+
+ "all_rew_minecart": {
+ "type": "item",
+ "content": "minecraft:tnt_minecart",
+ "rarity": "EPIC",
+ "weightMult": 0.15,
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 6000
+ },
+
+ "all_rew_axolotl_bucket": {
+ "type": "item",
+ "content": "minecraft:axolotl_bucket",
+ "rarity": "LEGENDARY",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 4000
+ }
+
+
+ }
+
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_metal_objs.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_metal_objs.json
index 2e39fec..a90eb7c 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_metal_objs.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_metal_objs.json
@@ -1,239 +1,239 @@
-{
- "content": {
-
- "metal_obj_coal": {
- "type": "item",
- "content": "minecraft:coal",
- "amount": {
- "min": 3,
- "max": 24
- },
- "unitWorth": 100
- },
-
- "metal_obj_raw_iron": {
- "type": "item",
- "content": "minecraft:raw_iron",
- "amount": {
- "min": 3,
- "max": 32
- },
- "unitWorth": 900,
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:iron_ingot"
- },
- {
- "type": "item",
- "content": "minecraft:iron_helmet"
- },
- {
- "type": "item",
- "content": "minecraft:iron_chestplate"
- },
- {
- "type": "item",
- "content": "minecraft:iron_leggings"
- },
- {
- "type": "item",
- "content": "minecraft:iron_boots"
- }
- ]
- },
-
- "metal_obj_raw_copper": {
- "type": "item",
- "content": "minecraft:raw_copper",
- "amount": {
- "min": 3,
- "max": 18
- },
- "unitWorth": 700,
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:copper_ingot"
- }
- ]
- },
-
- "metal_obj_copper_ingot": {
- "type": "item",
- "content": "minecraft:copper_ingot",
- "amount": {
- "min": 3,
- "max": 18
- },
- "unitWorth": 750
- },
-
- "metal_obj_raw_gold": {
- "type": "item",
- "content": "minecraft:raw_gold",
- "rarity": "UNCOMMON",
- "amount": {
- "min": 3,
- "max": 16
- },
- "unitWorth": 1200
- },
-
- "metal_obj_gold_ingot": {
- "type": "item",
- "content": "minecraft:gold_ingot",
- "rarity": "UNCOMMON",
- "amount": {
- "min": 2,
- "max": 9
- },
- "unitWorth": 1250
- },
-
- "metal_obj_iron_ingot": {
- "type": "item",
- "content": "minecraft:iron_ingot",
- "amount": {
- "min": 3,
- "max": 24
- },
- "unitWorth": 1000
- },
-
- "metal_obj_diamond": {
- "type": "item",
- "content": "minecraft:diamond",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 4000,
- "weightMult": 0.1
- },
-
- "metal_obj_chain": {
- "type": "item",
- "content": "minecraft:chain",
- "amount": {
- "min": 1,
- "max": 16
- },
- "unitWorth": 1100,
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:iron_ingot"
- }
- ]
- },
-
- "metal_obj_iron_bars": {
- "type": "item",
- "content": "minecraft:iron_bars",
- "amount": {
- "min": 4,
- "max": 24
- },
- "unitWorth": 375,
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:iron_ingot"
- }
- ]
- },
-
- "metal_obj_netherite": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "minecraft:netherite_ingot",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 4000
- },
-
- "metal_obj_stone_0": {
- "type": "item",
- "content": "mmorpg:stone/0",
- "amount": {
- "min": 2,
- "max": 16
- },
- "unitWorth": 50
- },
-
- "metal_obj_stone_1": {
- "type": "item",
- "content": "mmorpg:stone/1",
- "rarity": "UNCOMMON",
- "amount": {
- "min": 2,
- "max": 16
- },
- "unitWorth": 250
- },
-
- "metal_obj_stone_2": {
- "type": "item",
- "content": "mmorpg:stone/2",
- "rarity": "RARE",
- "amount": {
- "min": 2,
- "max": 16
- },
- "unitWorth": 1000
- },
-
- "metal_obj_stone_3": {
- "type": "item",
- "content": "mmorpg:stone/3",
- "rarity": "EPIC",
- "amount": {
- "min": 2,
- "max": 8
- },
- "unitWorth": 2500
- },
-
- "metal_obj_andesite": {
- "type": "item",
- "content": "create:andesite_alloy",
- "rarity": "RARE",
- "amount": {
- "min": 2,
- "max": 9
- },
- "unitWorth": 1000
- },
-
- "metal_obj_zinc": {
- "type": "item",
- "content": "create:zinc_ingot",
- "rarity": "RARE",
- "amount": {
- "min": 2,
- "max": 9
- },
- "unitWorth": 1250
- },
-
- "metal_obj_brass": {
- "type": "item",
- "content": "create:brass_ingot",
- "rarity": "EPIC",
- "amount": {
- "min": 2,
- "max": 3
- },
- "unitWorth": 2000
- }
-
-
-
- }
-
-
+{
+ "content": {
+
+ "metal_obj_coal": {
+ "type": "item",
+ "content": "minecraft:coal",
+ "amount": {
+ "min": 3,
+ "max": 24
+ },
+ "unitWorth": 100
+ },
+
+ "metal_obj_raw_iron": {
+ "type": "item",
+ "content": "minecraft:raw_iron",
+ "amount": {
+ "min": 3,
+ "max": 32
+ },
+ "unitWorth": 900,
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:iron_ingot"
+ },
+ {
+ "type": "item",
+ "content": "minecraft:iron_helmet"
+ },
+ {
+ "type": "item",
+ "content": "minecraft:iron_chestplate"
+ },
+ {
+ "type": "item",
+ "content": "minecraft:iron_leggings"
+ },
+ {
+ "type": "item",
+ "content": "minecraft:iron_boots"
+ }
+ ]
+ },
+
+ "metal_obj_raw_copper": {
+ "type": "item",
+ "content": "minecraft:raw_copper",
+ "amount": {
+ "min": 3,
+ "max": 18
+ },
+ "unitWorth": 700,
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:copper_ingot"
+ }
+ ]
+ },
+
+ "metal_obj_copper_ingot": {
+ "type": "item",
+ "content": "minecraft:copper_ingot",
+ "amount": {
+ "min": 3,
+ "max": 18
+ },
+ "unitWorth": 750
+ },
+
+ "metal_obj_raw_gold": {
+ "type": "item",
+ "content": "minecraft:raw_gold",
+ "rarity": "UNCOMMON",
+ "amount": {
+ "min": 3,
+ "max": 16
+ },
+ "unitWorth": 1200
+ },
+
+ "metal_obj_gold_ingot": {
+ "type": "item",
+ "content": "minecraft:gold_ingot",
+ "rarity": "UNCOMMON",
+ "amount": {
+ "min": 2,
+ "max": 9
+ },
+ "unitWorth": 1250
+ },
+
+ "metal_obj_iron_ingot": {
+ "type": "item",
+ "content": "minecraft:iron_ingot",
+ "amount": {
+ "min": 3,
+ "max": 24
+ },
+ "unitWorth": 1000
+ },
+
+ "metal_obj_diamond": {
+ "type": "item",
+ "content": "minecraft:diamond",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 4000,
+ "weightMult": 0.1
+ },
+
+ "metal_obj_chain": {
+ "type": "item",
+ "content": "minecraft:chain",
+ "amount": {
+ "min": 1,
+ "max": 16
+ },
+ "unitWorth": 1100,
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:iron_ingot"
+ }
+ ]
+ },
+
+ "metal_obj_iron_bars": {
+ "type": "item",
+ "content": "minecraft:iron_bars",
+ "amount": {
+ "min": 4,
+ "max": 24
+ },
+ "unitWorth": 375,
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:iron_ingot"
+ }
+ ]
+ },
+
+ "metal_obj_netherite": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "minecraft:netherite_ingot",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 4000
+ },
+
+ "metal_obj_stone_0": {
+ "type": "item",
+ "content": "mmorpg:stone/0",
+ "amount": {
+ "min": 2,
+ "max": 16
+ },
+ "unitWorth": 50
+ },
+
+ "metal_obj_stone_1": {
+ "type": "item",
+ "content": "mmorpg:stone/1",
+ "rarity": "UNCOMMON",
+ "amount": {
+ "min": 2,
+ "max": 16
+ },
+ "unitWorth": 250
+ },
+
+ "metal_obj_stone_2": {
+ "type": "item",
+ "content": "mmorpg:stone/2",
+ "rarity": "RARE",
+ "amount": {
+ "min": 2,
+ "max": 16
+ },
+ "unitWorth": 1000
+ },
+
+ "metal_obj_stone_3": {
+ "type": "item",
+ "content": "mmorpg:stone/3",
+ "rarity": "EPIC",
+ "amount": {
+ "min": 2,
+ "max": 8
+ },
+ "unitWorth": 2500
+ },
+
+ "metal_obj_andesite": {
+ "type": "item",
+ "content": "create:andesite_alloy",
+ "rarity": "RARE",
+ "amount": {
+ "min": 2,
+ "max": 9
+ },
+ "unitWorth": 1000
+ },
+
+ "metal_obj_zinc": {
+ "type": "item",
+ "content": "create:zinc_ingot",
+ "rarity": "RARE",
+ "amount": {
+ "min": 2,
+ "max": 9
+ },
+ "unitWorth": 1250
+ },
+
+ "metal_obj_brass": {
+ "type": "item",
+ "content": "create:brass_ingot",
+ "rarity": "EPIC",
+ "amount": {
+ "min": 2,
+ "max": 3
+ },
+ "unitWorth": 2000
+ }
+
+
+
+ }
+
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_objs.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_objs.json
index cae1bfc..964337a 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_objs.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_objs.json
@@ -1,126 +1,126 @@
-
-{
- "content": {
-
- "armorer_obj_lava_bucket": {
- "type": "item",
- "content": "minecraft:lava_bucket",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 1800
- },
-
- "armorer_obj_leather_helm": {
- "type": "item",
- "content": "minecraft:leather_helmet",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 1000,
- "nbt": "{Damage:0}"
- },
-
- "armorer_obj_leather_chest": {
- "type": "item",
- "content": "minecraft:leather_chestplate",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 1600,
- "nbt": "{Damage:0}"
- },
-
- "armorer_obj_leather_legs": {
- "type": "item",
- "content": "minecraft:leather_leggings",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 1400,
- "nbt": "{Damage:0}"
- },
-
- "armorer_obj_leather_boots": {
- "type": "item",
- "content": "minecraft:leather_boots",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 800,
- "nbt": "{Damage:0}"
- },
-
- "armorer_obj_blast_furnace": {
- "type": "item",
- "content": "minecraft:blast_furnace",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 5000
- },
-
- "armorer_obj_lava_bucket_2": {
- "type": "item",
- "content": "minecraft:lava_bucket",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1000
- },
-
- "armorer_obj_stone_1": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "mmorpg:stone/1",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 750
- },
-
- "armorer_obj_stone_2": {
- "type": "item",
- "rarity": "RARE",
- "content": "mmorpg:stone/2",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1500
- },
-
- "armorer_obj_stone_3": {
- "type": "item",
- "rarity": "EPIC",
- "content": "mmorpg:stone/3",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2500
- },
-
- "armorer_obj_stone_4": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "mmorpg:stone/4",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 5000
- }
-
- }
-
-
+
+{
+ "content": {
+
+ "armorer_obj_lava_bucket": {
+ "type": "item",
+ "content": "minecraft:lava_bucket",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 1800
+ },
+
+ "armorer_obj_leather_helm": {
+ "type": "item",
+ "content": "minecraft:leather_helmet",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 1000,
+ "nbt": "{Damage:0}"
+ },
+
+ "armorer_obj_leather_chest": {
+ "type": "item",
+ "content": "minecraft:leather_chestplate",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 1600,
+ "nbt": "{Damage:0}"
+ },
+
+ "armorer_obj_leather_legs": {
+ "type": "item",
+ "content": "minecraft:leather_leggings",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 1400,
+ "nbt": "{Damage:0}"
+ },
+
+ "armorer_obj_leather_boots": {
+ "type": "item",
+ "content": "minecraft:leather_boots",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 800,
+ "nbt": "{Damage:0}"
+ },
+
+ "armorer_obj_blast_furnace": {
+ "type": "item",
+ "content": "minecraft:blast_furnace",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 5000
+ },
+
+ "armorer_obj_lava_bucket_2": {
+ "type": "item",
+ "content": "minecraft:lava_bucket",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1000
+ },
+
+ "armorer_obj_stone_1": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "mmorpg:stone/1",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 750
+ },
+
+ "armorer_obj_stone_2": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "mmorpg:stone/2",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1500
+ },
+
+ "armorer_obj_stone_3": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "mmorpg:stone/3",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2500
+ },
+
+ "armorer_obj_stone_4": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "mmorpg:stone/4",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 5000
+ }
+
+ }
+
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_rews.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_rews.json
index 73d6100..65ac7f1 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_rews.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_rews.json
@@ -1,380 +1,380 @@
-
-{
- "content": {
-
- "armorer_rew_iron_helm": {
- "type": "item",
- "content": "minecraft:iron_helmet",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 4000,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:iron_ingot"
- }
- ]
- },
-
- "armorer_rew_iron_chest": {
- "type": "item",
- "content": "minecraft:iron_chestplate",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 6400,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:iron_ingot"
- }
- ]
- },
-
- "armorer_rew_iron_legs": {
- "type": "item",
- "content": "minecraft:iron_leggings",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 5600,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:iron_ingot"
- }
- ]
- },
-
- "armorer_rew_iron_boots": {
- "type": "item",
- "content": "minecraft:iron_boots",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 3200,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:iron_ingot"
- }
- ]
- },
-
- "armorer_rew_bell": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:bell",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 12000
- },
-
- "armorer_rew_chain_legs": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:chainmail_leggings",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 4200,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:iron_ingot"
- }
- ]
- },
-
- "armorer_rew_chain_boots": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:chainmail_boots",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2400,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:iron_ingot"
- }
- ]
- },
-
- "armorer_rew_gold_helm": {
- "type": "item",
- "content": "minecraft:golden_helmet",
- "rarity": "RARE",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 6250,
- "nbt": "{Damage:0}"
- },
-
- "armorer_rew_gold_chest": {
- "type": "item",
- "content": "minecraft:golden_chestplate",
- "rarity": "RARE",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 10000,
- "nbt": "{Damage:0}"
- },
-
- "armorer_rew_gold_legs": {
- "type": "item",
- "content": "minecraft:golden_leggings",
- "rarity": "RARE",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 8750,
- "nbt": "{Damage:0}"
- },
-
- "armorer_rew_gold_boots": {
- "type": "item",
- "content": "minecraft:golden_boots",
- "rarity": "RARE",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 5000,
- "nbt": "{Damage:0}"
- },
-
- "armorer_rew_gold_horse_armor": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:golden_horse_armor",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 5000
- },
-
- "armorer_rew_iron_horse_armor": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:iron_horse_armor",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 5000,
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:iron_ingot"
- }
- ]
- },
-
- "armorer_rew_diamond_horse_armor": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:diamond_horse_armor",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 24000,
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:diamond"
- }
- ],
- "weightMult": 0.15
- },
-
- "armorer_rew_diamond_helm": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:diamond_helmet",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 20000,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:diamond"
- }
- ],
- "weightMult": 0.15
- },
-
- "armorer_rew_diamond_chest": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:diamond_chestplate",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 32000,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:diamond"
- }
- ],
- "weightMult": 0.15
- },
-
- "armorer_rew_diamond_legs": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:diamond_leggings",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 28000,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:diamond"
- }
- ],
- "weightMult": 0.15
- },
-
- "armorer_rew_diamond_boots": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:diamond_boots",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 16000,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:diamond"
- }
- ],
- "weightMult": 0.15
- },
-
- "armorer_rew_nether_helm": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "minecraft:netherite_helmet",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 30000,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:netherite_ingot"
- }
- ],
- "weightMult": 0.1
- },
-
- "armorer_rew_nether_chest": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "minecraft:netherite_chestplate",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 48000,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:netherite_ingot"
- }
- ],
- "weightMult": 0.1
- },
-
- "armorer_rew_nether_legs": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "minecraft:netherite_leggings",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 42000,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:netherite_ingot"
- }
- ],
- "weightMult": 0.1
- },
-
- "armorer_rew_nether_boots": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "minecraft:netherite_boots",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 24000,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:netherite_ingot"
- }
- ],
- "weightMult": 0.1
- },
-
- "armorer_rew_mythic_stone": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "mmorpg:stone/5",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 20000,
- "weightMult": 0.1
- }
-
- }
-
+
+{
+ "content": {
+
+ "armorer_rew_iron_helm": {
+ "type": "item",
+ "content": "minecraft:iron_helmet",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 4000,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:iron_ingot"
+ }
+ ]
+ },
+
+ "armorer_rew_iron_chest": {
+ "type": "item",
+ "content": "minecraft:iron_chestplate",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 6400,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:iron_ingot"
+ }
+ ]
+ },
+
+ "armorer_rew_iron_legs": {
+ "type": "item",
+ "content": "minecraft:iron_leggings",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 5600,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:iron_ingot"
+ }
+ ]
+ },
+
+ "armorer_rew_iron_boots": {
+ "type": "item",
+ "content": "minecraft:iron_boots",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 3200,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:iron_ingot"
+ }
+ ]
+ },
+
+ "armorer_rew_bell": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:bell",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 12000
+ },
+
+ "armorer_rew_chain_legs": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:chainmail_leggings",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 4200,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:iron_ingot"
+ }
+ ]
+ },
+
+ "armorer_rew_chain_boots": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:chainmail_boots",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2400,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:iron_ingot"
+ }
+ ]
+ },
+
+ "armorer_rew_gold_helm": {
+ "type": "item",
+ "content": "minecraft:golden_helmet",
+ "rarity": "RARE",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 6250,
+ "nbt": "{Damage:0}"
+ },
+
+ "armorer_rew_gold_chest": {
+ "type": "item",
+ "content": "minecraft:golden_chestplate",
+ "rarity": "RARE",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 10000,
+ "nbt": "{Damage:0}"
+ },
+
+ "armorer_rew_gold_legs": {
+ "type": "item",
+ "content": "minecraft:golden_leggings",
+ "rarity": "RARE",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 8750,
+ "nbt": "{Damage:0}"
+ },
+
+ "armorer_rew_gold_boots": {
+ "type": "item",
+ "content": "minecraft:golden_boots",
+ "rarity": "RARE",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 5000,
+ "nbt": "{Damage:0}"
+ },
+
+ "armorer_rew_gold_horse_armor": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:golden_horse_armor",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 5000
+ },
+
+ "armorer_rew_iron_horse_armor": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:iron_horse_armor",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 5000,
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:iron_ingot"
+ }
+ ]
+ },
+
+ "armorer_rew_diamond_horse_armor": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:diamond_horse_armor",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 24000,
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:diamond"
+ }
+ ],
+ "weightMult": 0.15
+ },
+
+ "armorer_rew_diamond_helm": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:diamond_helmet",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 20000,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:diamond"
+ }
+ ],
+ "weightMult": 0.15
+ },
+
+ "armorer_rew_diamond_chest": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:diamond_chestplate",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 32000,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:diamond"
+ }
+ ],
+ "weightMult": 0.15
+ },
+
+ "armorer_rew_diamond_legs": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:diamond_leggings",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 28000,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:diamond"
+ }
+ ],
+ "weightMult": 0.15
+ },
+
+ "armorer_rew_diamond_boots": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:diamond_boots",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 16000,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:diamond"
+ }
+ ],
+ "weightMult": 0.15
+ },
+
+ "armorer_rew_nether_helm": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "minecraft:netherite_helmet",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 30000,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:netherite_ingot"
+ }
+ ],
+ "weightMult": 0.1
+ },
+
+ "armorer_rew_nether_chest": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "minecraft:netherite_chestplate",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 48000,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:netherite_ingot"
+ }
+ ],
+ "weightMult": 0.1
+ },
+
+ "armorer_rew_nether_legs": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "minecraft:netherite_leggings",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 42000,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:netherite_ingot"
+ }
+ ],
+ "weightMult": 0.1
+ },
+
+ "armorer_rew_nether_boots": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "minecraft:netherite_boots",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 24000,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:netherite_ingot"
+ }
+ ],
+ "weightMult": 0.1
+ },
+
+ "armorer_rew_mythic_stone": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "mmorpg:stone/5",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 20000,
+ "weightMult": 0.1
+ }
+
+ }
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_objs.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_objs.json
index 2d4ce5d..902aca1 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_objs.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_objs.json
@@ -1,124 +1,124 @@
-
-{
- "content": {
-
- "butcher_obj_chicken": {
- "type": "item",
- "content": "minecraft:chicken",
- "amount": {
- "min": 2,
- "max": 16
- },
- "unitWorth": 70
- },
-
- "butcher_obj_egg": {
- "type": "item",
- "content": "minecraft:egg",
- "amount": {
- "min": 4,
- "max": 32
- },
- "unitWorth": 50
- },
-
- "butcher_obj_porkchop": {
- "type": "item",
- "content": "minecraft:porkchop",
- "amount": {
- "min": 2,
- "max": 16
- },
- "unitWorth": 145
- },
-
- "butcher_obj_rabbit": {
- "type": "item",
- "content": "minecraft:rabbit",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 250
- },
-
- "butcher_obj_coal": {
- "type": "item",
- "content": "minecraft:coal",
- "amount": {
- "min": 6,
- "max": 48
- },
- "unitWorth": 65
- },
-
- "butcher_obj_smoker": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:smoker",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 650
- },
-
- "butcher_obj_mutton": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:mutton",
- "amount": {
- "min": 3,
- "max": 16
- },
- "unitWorth": 145
- },
-
- "butcher_obj_beef": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:beef",
- "amount": {
- "min": 2,
- "max": 24
- },
- "unitWorth": 100
- },
-
- "butcher_obj_dried_kelp_block": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:dried_kelp_block",
- "amount": {
- "min": 2,
- "max": 24
- },
- "unitWorth": 100
- },
-
- "butcher_obj_sweet_berries": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:sweet_berries",
- "amount": {
- "min": 2,
- "max": 24
- },
- "unitWorth": 100
- },
-
- "butcher_obj_kangaroo_meat": {
- "type": "item",
- "rarity": "RARE",
- "content": "alexsmobs:kangaroo_meat",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 500
- }
-
- }
-
-
+
+{
+ "content": {
+
+ "butcher_obj_chicken": {
+ "type": "item",
+ "content": "minecraft:chicken",
+ "amount": {
+ "min": 2,
+ "max": 16
+ },
+ "unitWorth": 70
+ },
+
+ "butcher_obj_egg": {
+ "type": "item",
+ "content": "minecraft:egg",
+ "amount": {
+ "min": 4,
+ "max": 32
+ },
+ "unitWorth": 50
+ },
+
+ "butcher_obj_porkchop": {
+ "type": "item",
+ "content": "minecraft:porkchop",
+ "amount": {
+ "min": 2,
+ "max": 16
+ },
+ "unitWorth": 145
+ },
+
+ "butcher_obj_rabbit": {
+ "type": "item",
+ "content": "minecraft:rabbit",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 250
+ },
+
+ "butcher_obj_coal": {
+ "type": "item",
+ "content": "minecraft:coal",
+ "amount": {
+ "min": 6,
+ "max": 48
+ },
+ "unitWorth": 65
+ },
+
+ "butcher_obj_smoker": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:smoker",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 650
+ },
+
+ "butcher_obj_mutton": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:mutton",
+ "amount": {
+ "min": 3,
+ "max": 16
+ },
+ "unitWorth": 145
+ },
+
+ "butcher_obj_beef": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:beef",
+ "amount": {
+ "min": 2,
+ "max": 24
+ },
+ "unitWorth": 100
+ },
+
+ "butcher_obj_dried_kelp_block": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:dried_kelp_block",
+ "amount": {
+ "min": 2,
+ "max": 24
+ },
+ "unitWorth": 100
+ },
+
+ "butcher_obj_sweet_berries": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:sweet_berries",
+ "amount": {
+ "min": 2,
+ "max": 24
+ },
+ "unitWorth": 100
+ },
+
+ "butcher_obj_kangaroo_meat": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "alexsmobs:kangaroo_meat",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 500
+ }
+
+ }
+
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_rews.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_rews.json
index d4ce9d0..40e7eec 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_rews.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_rews.json
@@ -1,146 +1,146 @@
-
-{
- "content": {
-
- "butcher_rew_rabbit_stew": {
- "type": "item",
- "content": "minecraft:rabbit_stew",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1000
- },
-
- "butcher_rew_cooked_porkchop": {
- "type": "item",
- "content": "minecraft:cooked_porkchop",
- "amount": {
- "min": 2,
- "max": 12
- },
- "unitWorth": 200
- },
-
- "butcher_rew_cooked_chicken": {
- "type": "item",
- "content": "minecraft:cooked_chicken",
- "amount": {
- "min": 2,
- "max": 12
- },
- "unitWorth": 125
- },
-
- "butcher_rew_leather": {
- "type": "item",
- "content": "minecraft:leather",
- "amount": {
- "min": 2,
- "max": 8
- },
- "unitWorth": 150
- },
-
- "butcher_rew_cooked_beef": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:cooked_beef",
- "amount": {
- "min": 2,
- "max": 12
- },
- "unitWorth": 125
- },
-
- "butcher_rew_cooked_mutton": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:cooked_mutton",
- "amount": {
- "min": 2,
- "max": 12
- },
- "unitWorth": 125
- },
-
- "butcher_rew_phantom_membrane": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:phantom_membrane",
- "amount": {
- "min": 1,
- "max": 6
- },
- "unitWorth": 500
- },
-
- "butcher_rew_feather": {
- "type": "item",
- "content": "minecraft:feather",
- "amount": {
- "min": 4,
- "max": 32
- },
- "unitWorth": 75
- },
-
- "butcher_rew_smoked_ham": {
- "type": "item",
- "rarity": "RARE",
- "content": "farmersdelight:smoked_ham",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 500
- },
-
- "butcher_rew_crab_cakes": {
- "type": "item",
- "rarity": "RARE",
- "content": "crabbersdelight:crab_cakes",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 750
- },
-
- "butcher_rew_beef_stew": {
- "type": "item",
- "rarity": "EPIC",
- "content": "farmersdelight:beef_stew",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1500
- },
-
- "butcher_rew_roast_chicken": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "farmersdelight:roast_chicken",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2000
- },
-
- "butcher_rew_shepherds_pie": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "farmersdelight:shepherds_pie",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2000
- }
-
-
- }
-
+
+{
+ "content": {
+
+ "butcher_rew_rabbit_stew": {
+ "type": "item",
+ "content": "minecraft:rabbit_stew",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1000
+ },
+
+ "butcher_rew_cooked_porkchop": {
+ "type": "item",
+ "content": "minecraft:cooked_porkchop",
+ "amount": {
+ "min": 2,
+ "max": 12
+ },
+ "unitWorth": 200
+ },
+
+ "butcher_rew_cooked_chicken": {
+ "type": "item",
+ "content": "minecraft:cooked_chicken",
+ "amount": {
+ "min": 2,
+ "max": 12
+ },
+ "unitWorth": 125
+ },
+
+ "butcher_rew_leather": {
+ "type": "item",
+ "content": "minecraft:leather",
+ "amount": {
+ "min": 2,
+ "max": 8
+ },
+ "unitWorth": 150
+ },
+
+ "butcher_rew_cooked_beef": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:cooked_beef",
+ "amount": {
+ "min": 2,
+ "max": 12
+ },
+ "unitWorth": 125
+ },
+
+ "butcher_rew_cooked_mutton": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:cooked_mutton",
+ "amount": {
+ "min": 2,
+ "max": 12
+ },
+ "unitWorth": 125
+ },
+
+ "butcher_rew_phantom_membrane": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:phantom_membrane",
+ "amount": {
+ "min": 1,
+ "max": 6
+ },
+ "unitWorth": 500
+ },
+
+ "butcher_rew_feather": {
+ "type": "item",
+ "content": "minecraft:feather",
+ "amount": {
+ "min": 4,
+ "max": 32
+ },
+ "unitWorth": 75
+ },
+
+ "butcher_rew_smoked_ham": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "farmersdelight:smoked_ham",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 500
+ },
+
+ "butcher_rew_crab_cakes": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "crabbersdelight:crab_cakes",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 750
+ },
+
+ "butcher_rew_beef_stew": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "farmersdelight:beef_stew",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1500
+ },
+
+ "butcher_rew_roast_chicken": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "farmersdelight:roast_chicken",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2000
+ },
+
+ "butcher_rew_shepherds_pie": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "farmersdelight:shepherds_pie",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2000
+ }
+
+
+ }
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/cleric_rews.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/cleric_rews.json
index 1348007..e629b40 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/cleric_rews.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/cleric_rews.json
@@ -1,215 +1,215 @@
-
-{
- "content": {
-
- "cleric_rew_redstone": {
- "type": "item",
- "content": "minecraft:redstone",
- "amount": {
- "min": 1,
- "max": 6
- },
- "unitWorth": 500
- },
-
- "cleric_rew_magma_cream": {
- "type": "item",
- "content": "minecraft:magma_cream",
- "amount": {
- "min": 2,
- "max": 6
- },
- "unitWorth": 450,
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:magma_cream"
- }
- ]
- },
-
- "cleric_rew_lapis": {
- "type": "item",
- "content": "minecraft:lapis_lazuli",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 750
- },
-
- "cleric_rew_potion_heals": {
- "type": "item",
- "content": "minecraft:potion",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 550,
- "nbt": "{Potion:\"minecraft:healing\"}"
- },
-
- "cleric_rew_potion_fire_resist": {
- "type": "item",
- "content": "minecraft:potion",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 600,
- "nbt": "{Potion:\"minecraft:fire_resistance\"}"
- },
-
- "cleric_rew_ench_book_unbreaking": {
- "type": "item",
- "content": "minecraft:enchanted_book",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 1500,
- "nbt": "{StoredEnchantments:[{lvl:1s,id:\"minecraft:unbreaking\"}]}"
- },
-
- "cleric_rew_glowstone": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:glowstone",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2000
- },
-
- "cleric_rew_ghast_tear": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:ghast_tear",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2000
- },
-
- "cleric_rew_ender_pearl": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:ender_pearl",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 4000
- },
-
- "cleric_rew_potion_luck": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:potion",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 2000,
- "nbt": "{Potion:\"minecraft:luck\"}"
- },
-
- "cleric_rew_xp_bottle": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:experience_bottle",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1000.0
- },
-
- "cleric_rew_ender_pearl_bargain": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "minecraft:ender_pearl",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2500
- },
-
- "cleric_rew_ench_book_mending": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "minecraft:enchanted_book",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 5500,
- "nbt": "{StoredEnchantments:[{lvl:1s,id:\"minecraft:mending\"}]}"
- },
-
- "cleric_rew_mns_heal_0": {
- "type": "item",
- "content": "mmorpg:potion/health/0",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 500
- },
-
- "cleric_rew_mns_resource_0": {
- "type": "item",
- "content": "mmorpg:potion/resource/0",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 500
- },
-
- "cleric_rew_mns_heal_1": {
- "type": "item",
- "content": "mmorpg:potion/health/1",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 1000
- },
-
- "cleric_rew_mns_resource_1": {
- "type": "item",
- "content": "mmorpg:potion/resource/1",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 1000
- },
-
- "cleric_rew_mns_heal_2": {
- "type": "item",
- "content": "mmorpg:potion/health/2",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 2500
- },
-
- "cleric_rew_mns_resource_2": {
- "type": "item",
- "content": "mmorpg:potion/resource/2",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 1500
- }
-
- }
-
+
+{
+ "content": {
+
+ "cleric_rew_redstone": {
+ "type": "item",
+ "content": "minecraft:redstone",
+ "amount": {
+ "min": 1,
+ "max": 6
+ },
+ "unitWorth": 500
+ },
+
+ "cleric_rew_magma_cream": {
+ "type": "item",
+ "content": "minecraft:magma_cream",
+ "amount": {
+ "min": 2,
+ "max": 6
+ },
+ "unitWorth": 450,
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:magma_cream"
+ }
+ ]
+ },
+
+ "cleric_rew_lapis": {
+ "type": "item",
+ "content": "minecraft:lapis_lazuli",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 750
+ },
+
+ "cleric_rew_potion_heals": {
+ "type": "item",
+ "content": "minecraft:potion",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 550,
+ "nbt": "{Potion:\"minecraft:healing\"}"
+ },
+
+ "cleric_rew_potion_fire_resist": {
+ "type": "item",
+ "content": "minecraft:potion",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 600,
+ "nbt": "{Potion:\"minecraft:fire_resistance\"}"
+ },
+
+ "cleric_rew_ench_book_unbreaking": {
+ "type": "item",
+ "content": "minecraft:enchanted_book",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 1500,
+ "nbt": "{StoredEnchantments:[{lvl:1s,id:\"minecraft:unbreaking\"}]}"
+ },
+
+ "cleric_rew_glowstone": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:glowstone",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2000
+ },
+
+ "cleric_rew_ghast_tear": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:ghast_tear",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2000
+ },
+
+ "cleric_rew_ender_pearl": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:ender_pearl",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 4000
+ },
+
+ "cleric_rew_potion_luck": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:potion",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 2000,
+ "nbt": "{Potion:\"minecraft:luck\"}"
+ },
+
+ "cleric_rew_xp_bottle": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:experience_bottle",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1000.0
+ },
+
+ "cleric_rew_ender_pearl_bargain": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "minecraft:ender_pearl",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2500
+ },
+
+ "cleric_rew_ench_book_mending": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "minecraft:enchanted_book",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 5500,
+ "nbt": "{StoredEnchantments:[{lvl:1s,id:\"minecraft:mending\"}]}"
+ },
+
+ "cleric_rew_mns_heal_0": {
+ "type": "item",
+ "content": "mmorpg:potion/health/0",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 500
+ },
+
+ "cleric_rew_mns_resource_0": {
+ "type": "item",
+ "content": "mmorpg:potion/resource/0",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 500
+ },
+
+ "cleric_rew_mns_heal_1": {
+ "type": "item",
+ "content": "mmorpg:potion/health/1",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 1000
+ },
+
+ "cleric_rew_mns_resource_1": {
+ "type": "item",
+ "content": "mmorpg:potion/resource/1",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 1000
+ },
+
+ "cleric_rew_mns_heal_2": {
+ "type": "item",
+ "content": "mmorpg:potion/health/2",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 2500
+ },
+
+ "cleric_rew_mns_resource_2": {
+ "type": "item",
+ "content": "mmorpg:potion/resource/2",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 1500
+ }
+
+ }
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_objs.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_objs.json
index aa1a15e..e913479 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_objs.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_objs.json
@@ -1,250 +1,250 @@
-
-{
- "content": {
-
- "farmer_obj_bone_meal": {
- "type": "item",
- "content": "minecraft:bone_meal",
- "amount": {
- "min": 4,
- "max": 48
- },
- "unitWorth": 50
- },
-
- "farmer_obj_bone_meal_2": {
- "type": "item",
- "content": "minecraft:bone_meal",
- "amount": {
- "min": 4,
- "max": 36
- },
- "unitWorth": 150
- },
-
- "farmer_obj_oak_sapling": {
- "type": "item",
- "content": "minecraft:oak_sapling",
- "amount": {
- "min": 3,
- "max": 36
- },
- "unitWorth": 50
- },
-
- "farmer_obj_sugar": {
- "type": "item",
- "content": "minecraft:sugar",
- "amount": {
- "min": 3,
- "max": 36
- },
- "unitWorth": 40
- },
-
- "farmer_obj_melon_seeds": {
- "type": "item",
- "content": "minecraft:melon_seeds",
- "amount": {
- "min": 1,
- "max": 8
- },
- "unitWorth": 75
- },
-
- "farmer_obj_wheat": {
- "type": "item",
- "content": "minecraft:wheat",
- "amount": {
- "min": 4,
- "max": 24
- },
- "unitWorth": 50
- },
-
- "farmer_obj_beetroot": {
- "type": "item",
- "content": "minecraft:beetroot",
- "amount": {
- "min": 4,
- "max": 24
- },
- "unitWorth": 65
- },
-
- "farmer_obj_carrot": {
- "type": "item",
- "content": "minecraft:carrot",
- "amount": {
- "min": 4,
- "max": 24
- },
- "unitWorth": 35
- },
-
-
- "farmer_obj_potato": {
- "type": "item",
- "content": "minecraft:potato",
- "amount": {
- "min": 16,
- "max": 48
- },
- "unitWorth": 40
- },
-
- "farmer_obj_poisonous_potato": {
- "type": "item",
- "content": "minecraft:poisonous_potato",
- "amount": {
- "min": 2,
- "max": 6
- },
- "unitWorth": 350
- },
-
- "farmer_obj_nether_wart": {
- "type": "item",
- "content": "minecraft:nether_wart",
- "rarity": "RARE",
- "amount": {
- "min": 4,
- "max": 36
- },
- "unitWorth": 65
- },
-
- "farmer_obj_pumpkin": {
- "type": "item",
- "content": "minecraft:pumpkin",
- "amount": {
- "min": 2,
- "max": 8
- },
- "unitWorth": 165
- },
-
- "farmer_obj_composter": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:composter",
- "amount": {
- "min": 1,
- "max": 6
- },
- "unitWorth": 200
- },
-
- "farmer_obj_melon": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:melon",
- "amount": {
- "min": 2,
- "max": 8
- },
- "unitWorth": 250
- },
-
- "farmer_obj_melon_slice": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:melon_slice",
- "amount": {
- "min": 2,
- "max": 32
- },
- "unitWorth": 50
- },
-
- "farmer_obj_baked_potato": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:baked_potato",
- "amount": {
- "min": 4,
- "max": 16
- },
- "unitWorth": 75
- },
-
- "farmer_obj_beetroot_soup": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:beetroot_soup",
- "amount": {
- "min": 1,
- "max": 6
- },
- "unitWorth": 375
- },
-
- "farmer_obj_mushroom_stew": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:mushroom_stew",
- "amount": {
- "min": 1,
- "max": 6
- },
- "unitWorth": 300
- },
-
- "farmer_obj_corn": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "corn_delight:corn",
- "amount": {
- "min": 2,
- "max": 6
- },
- "unitWorth": 150
- },
-
- "farmer_obj_tomato": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "farmersdelight:tomato",
- "amount": {
- "min": 2,
- "max": 6
- },
- "unitWorth": 150
- },
-
- "farmer_obj_cabbage": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "farmersdelight:cabbage",
- "amount": {
- "min": 2,
- "max": 6
- },
- "unitWorth": 150
- },
-
- "farmer_obj_onion": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "farmersdelight:onion",
- "amount": {
- "min": 2,
- "max": 6
- },
- "unitWorth": 150
- },
-
- "farmer_obj_rice": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "farmersdelight:rice",
- "amount": {
- "min": 2,
- "max": 6
- },
- "unitWorth": 150
- }
-
- }
-
+
+{
+ "content": {
+
+ "farmer_obj_bone_meal": {
+ "type": "item",
+ "content": "minecraft:bone_meal",
+ "amount": {
+ "min": 4,
+ "max": 48
+ },
+ "unitWorth": 50
+ },
+
+ "farmer_obj_bone_meal_2": {
+ "type": "item",
+ "content": "minecraft:bone_meal",
+ "amount": {
+ "min": 4,
+ "max": 36
+ },
+ "unitWorth": 150
+ },
+
+ "farmer_obj_oak_sapling": {
+ "type": "item",
+ "content": "minecraft:oak_sapling",
+ "amount": {
+ "min": 3,
+ "max": 36
+ },
+ "unitWorth": 50
+ },
+
+ "farmer_obj_sugar": {
+ "type": "item",
+ "content": "minecraft:sugar",
+ "amount": {
+ "min": 3,
+ "max": 36
+ },
+ "unitWorth": 40
+ },
+
+ "farmer_obj_melon_seeds": {
+ "type": "item",
+ "content": "minecraft:melon_seeds",
+ "amount": {
+ "min": 1,
+ "max": 8
+ },
+ "unitWorth": 75
+ },
+
+ "farmer_obj_wheat": {
+ "type": "item",
+ "content": "minecraft:wheat",
+ "amount": {
+ "min": 4,
+ "max": 24
+ },
+ "unitWorth": 50
+ },
+
+ "farmer_obj_beetroot": {
+ "type": "item",
+ "content": "minecraft:beetroot",
+ "amount": {
+ "min": 4,
+ "max": 24
+ },
+ "unitWorth": 65
+ },
+
+ "farmer_obj_carrot": {
+ "type": "item",
+ "content": "minecraft:carrot",
+ "amount": {
+ "min": 4,
+ "max": 24
+ },
+ "unitWorth": 35
+ },
+
+
+ "farmer_obj_potato": {
+ "type": "item",
+ "content": "minecraft:potato",
+ "amount": {
+ "min": 16,
+ "max": 48
+ },
+ "unitWorth": 40
+ },
+
+ "farmer_obj_poisonous_potato": {
+ "type": "item",
+ "content": "minecraft:poisonous_potato",
+ "amount": {
+ "min": 2,
+ "max": 6
+ },
+ "unitWorth": 350
+ },
+
+ "farmer_obj_nether_wart": {
+ "type": "item",
+ "content": "minecraft:nether_wart",
+ "rarity": "RARE",
+ "amount": {
+ "min": 4,
+ "max": 36
+ },
+ "unitWorth": 65
+ },
+
+ "farmer_obj_pumpkin": {
+ "type": "item",
+ "content": "minecraft:pumpkin",
+ "amount": {
+ "min": 2,
+ "max": 8
+ },
+ "unitWorth": 165
+ },
+
+ "farmer_obj_composter": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:composter",
+ "amount": {
+ "min": 1,
+ "max": 6
+ },
+ "unitWorth": 200
+ },
+
+ "farmer_obj_melon": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:melon",
+ "amount": {
+ "min": 2,
+ "max": 8
+ },
+ "unitWorth": 250
+ },
+
+ "farmer_obj_melon_slice": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:melon_slice",
+ "amount": {
+ "min": 2,
+ "max": 32
+ },
+ "unitWorth": 50
+ },
+
+ "farmer_obj_baked_potato": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:baked_potato",
+ "amount": {
+ "min": 4,
+ "max": 16
+ },
+ "unitWorth": 75
+ },
+
+ "farmer_obj_beetroot_soup": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:beetroot_soup",
+ "amount": {
+ "min": 1,
+ "max": 6
+ },
+ "unitWorth": 375
+ },
+
+ "farmer_obj_mushroom_stew": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:mushroom_stew",
+ "amount": {
+ "min": 1,
+ "max": 6
+ },
+ "unitWorth": 300
+ },
+
+ "farmer_obj_corn": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "corn_delight:corn",
+ "amount": {
+ "min": 2,
+ "max": 6
+ },
+ "unitWorth": 150
+ },
+
+ "farmer_obj_tomato": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "farmersdelight:tomato",
+ "amount": {
+ "min": 2,
+ "max": 6
+ },
+ "unitWorth": 150
+ },
+
+ "farmer_obj_cabbage": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "farmersdelight:cabbage",
+ "amount": {
+ "min": 2,
+ "max": 6
+ },
+ "unitWorth": 150
+ },
+
+ "farmer_obj_onion": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "farmersdelight:onion",
+ "amount": {
+ "min": 2,
+ "max": 6
+ },
+ "unitWorth": 150
+ },
+
+ "farmer_obj_rice": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "farmersdelight:rice",
+ "amount": {
+ "min": 2,
+ "max": 6
+ },
+ "unitWorth": 150
+ }
+
+ }
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_rews.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_rews.json
index ee6e051..9ff1d94 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_rews.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_rews.json
@@ -1,175 +1,175 @@
-
-{
- "content": {
-
- "farmer_rew_bread": {
- "type": "item",
- "content": "minecraft:bread",
- "amount": {
- "min": 2,
- "max": 16
- },
- "unitWorth": 165
- },
-
- "farmer_rew_pumpkin_pie": {
- "type": "item",
- "content": "minecraft:pumpkin_pie",
- "amount": {
- "min": 1,
- "max": 8
- },
- "unitWorth": 250
- },
-
- "farmer_rew_apple": {
- "type": "item",
- "content": "minecraft:apple",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 250
- },
-
-
- "farmer_rew_cookie": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:cookie",
- "amount": {
- "min": 2,
- "max": 32
- },
- "unitWorth": 150
- },
-
-
- "farmer_rew_sus_stew": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:suspicious_stew",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1000.0
- },
-
- "farmer_rew_cake": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:cake",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 1000.0
- },
-
- "farmer_rew_honey_bottle": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:honey_bottle",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 1000.0
- },
-
- "farmer_rew_gold_carrot": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:golden_carrot",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1000.0
- },
-
- "farmer_rew_melon_slice": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:glistering_melon_slice",
- "amount": {
- "min": 3,
- "max": 6
- },
- "unitWorth": 700.0
- },
-
- "farmer_rew_gold_apple": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "minecraft:golden_apple",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 7000.0
- },
-
- "farmer_rew_taco": {
- "type": "item",
- "rarity": "RARE",
- "content": "corn_delight:taco",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1000.0
- },
-
-
- "farmer_rew_corn_dog": {
- "type": "item",
- "rarity": "RARE",
- "content": "corn_delight:corn_dog",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1000.0
- },
-
-
- "farmer_rew_pumpkin_slice": {
- "type": "item",
- "rarity": "RARE",
- "content": "farmersdelight:pumpkin_slice",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1000.0
- },
-
-
- "farmer_rew_apple_pie_slice": {
- "type": "item",
- "rarity": "RARE",
- "content": "farmersdelight:apple_pie_slice",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2000.0
- },
-
-
- "farmer_rew_vegetable_soup": {
- "type": "item",
- "rarity": "EPIC",
- "content": "farmersdelight:vegetable_soup",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2000.0
- }
-
- }
-
+
+{
+ "content": {
+
+ "farmer_rew_bread": {
+ "type": "item",
+ "content": "minecraft:bread",
+ "amount": {
+ "min": 2,
+ "max": 16
+ },
+ "unitWorth": 165
+ },
+
+ "farmer_rew_pumpkin_pie": {
+ "type": "item",
+ "content": "minecraft:pumpkin_pie",
+ "amount": {
+ "min": 1,
+ "max": 8
+ },
+ "unitWorth": 250
+ },
+
+ "farmer_rew_apple": {
+ "type": "item",
+ "content": "minecraft:apple",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 250
+ },
+
+
+ "farmer_rew_cookie": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:cookie",
+ "amount": {
+ "min": 2,
+ "max": 32
+ },
+ "unitWorth": 150
+ },
+
+
+ "farmer_rew_sus_stew": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:suspicious_stew",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1000.0
+ },
+
+ "farmer_rew_cake": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:cake",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 1000.0
+ },
+
+ "farmer_rew_honey_bottle": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:honey_bottle",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 1000.0
+ },
+
+ "farmer_rew_gold_carrot": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:golden_carrot",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1000.0
+ },
+
+ "farmer_rew_melon_slice": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:glistering_melon_slice",
+ "amount": {
+ "min": 3,
+ "max": 6
+ },
+ "unitWorth": 700.0
+ },
+
+ "farmer_rew_gold_apple": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "minecraft:golden_apple",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 7000.0
+ },
+
+ "farmer_rew_taco": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "corn_delight:taco",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1000.0
+ },
+
+
+ "farmer_rew_corn_dog": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "corn_delight:corn_dog",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1000.0
+ },
+
+
+ "farmer_rew_pumpkin_slice": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "farmersdelight:pumpkin_slice",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1000.0
+ },
+
+
+ "farmer_rew_apple_pie_slice": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "farmersdelight:apple_pie_slice",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2000.0
+ },
+
+
+ "farmer_rew_vegetable_soup": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "farmersdelight:vegetable_soup",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2000.0
+ }
+
+ }
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_objs.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_objs.json
index 650a27d..92edafc 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_objs.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_objs.json
@@ -1,450 +1,450 @@
-
-{
- "content": {
-
- "fisherman_obj_string": {
- "type": "item",
- "content": "minecraft:string",
- "amount": {
- "min": 4,
- "max": 32
- },
- "unitWorth": 50
- },
-
- "fisherman_obj_coal": {
- "type": "item",
- "content": "minecraft:coal",
- "amount": {
- "min": 3,
- "max": 16
- },
- "unitWorth": 100
- },
-
- "fisherman_obj_cod": {
- "type": "item",
- "content": "minecraft:cod",
- "amount": {
- "min": 2,
- "max": 16
- },
- "unitWorth": 65,
- "weightMult": 1.5
- },
-
- "fisherman_obj_barrel": {
- "type": "item",
- "content": "minecraft:barrel",
- "amount": {
- "min": 1,
- "max": 6
- },
- "unitWorth": 250
- },
-
- "fisherman_obj_salmon": {
- "type": "item",
- "content": "minecraft:salmon",
- "amount": {
- "min": 3,
- "max": 15
- },
- "unitWorth": 75,
- "weightMult": 1.5
- },
-
- "fisherman_obj_trop_fish": {
- "type": "item",
- "content": "minecraft:tropical_fish",
- "amount": {
- "min": 1,
- "max": 6
- },
- "unitWorth": 165,
- "weightMult": 1.5
- },
-
- "fisherman_obj_pufferfish": {
- "type": "item",
- "content": "minecraft:pufferfish",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 250,
- "weightMult": 1.5
- },
-
- "fisherman_obj_oak_boat": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:oak_boat",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 800.0
- },
-
- "fisherman_obj_naut_shell": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:nautilus_shell",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1100.0
- },
-
- "fisherman_obj_any_boat": {
- "type": "item_tag",
- "content": "minecraft:boats",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 450
- },
-
- "fisherman_obj_catch_ench_book": {
- "type": "criteria",
- "content": "minecraft:fishing_rod_hooked",
- "conditions": {
- "item": {
- "items": [
- "minecraft:enchanted_book"
- ]
- }
- },
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 350,
- "timeMult": 2
- },
-
- "fisherman_obj_atlantic_cod": {
- "type": "item",
- "content": "aquaculture:atlantic_cod",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_blackfish": {
- "type": "item",
- "content": "aquaculture:blackfish",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_pacific_halibut": {
- "type": "item",
- "content": "aquaculture:pacific_halibut",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_atlantic_halibut": {
- "type": "item",
- "content": "aquaculture:atlantic_halibut",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_atlantic_herring": {
- "type": "item",
- "content": "aquaculture:atlantic_herring",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_pink_salmon": {
- "type": "item",
- "content": "aquaculture:pink_salmon",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_pollock": {
- "type": "item",
- "content": "aquaculture:pollock",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_rainbow_trout": {
- "type": "item",
- "content": "aquaculture:rainbow_trout",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_bayad": {
- "type": "item",
- "content": "aquaculture:bayad",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_boulti": {
- "type": "item",
- "content": "aquaculture:boulti",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_capitaine": {
- "type": "item",
- "content": "aquaculture:capitaine",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_synodontis": {
- "type": "item",
- "content": "aquaculture:synodontis",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_smallmouth_bass": {
- "type": "item",
- "content": "aquaculture:smallmouth_bass",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_bluegill": {
- "type": "item",
- "content": "aquaculture:bluegill",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_brown_trout": {
- "type": "item",
- "content": "aquaculture:brown_trout",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_carp": {
- "type": "item",
- "content": "aquaculture:carp",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_catfish": {
- "type": "item",
- "content": "aquaculture:catfish",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_gar": {
- "type": "item",
- "content": "aquaculture:gar",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_minnow": {
- "type": "item",
- "content": "aquaculture:minnow",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_muskellunge": {
- "type": "item",
- "content": "aquaculture:muskellunge",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_perch": {
- "type": "item",
- "content": "aquaculture:perch",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_arapaima": {
- "type": "item",
- "content": "aquaculture:arapaima",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_piranha": {
- "type": "item",
- "content": "aquaculture:piranha",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_tambaqui": {
- "type": "item",
- "content": "aquaculture:tambaqui",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_brown_shrooma": {
- "type": "item",
- "content": "aquaculture:brown_shrooma",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_red_shrooma": {
- "type": "item",
- "content": "aquaculture:red_shrooma",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_red_grouper": {
- "type": "item",
- "content": "aquaculture:red_grouper",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_tuna": {
- "type": "item",
- "content": "aquaculture:tuna",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750,
- "timeMult": 2
- },
-
- "fisherman_obj_goldfish": {
- "type": "item",
- "content": "aquaculture:goldfish",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 500,
- "timeMult": 2
- }
-
- }
-
+
+{
+ "content": {
+
+ "fisherman_obj_string": {
+ "type": "item",
+ "content": "minecraft:string",
+ "amount": {
+ "min": 4,
+ "max": 32
+ },
+ "unitWorth": 50
+ },
+
+ "fisherman_obj_coal": {
+ "type": "item",
+ "content": "minecraft:coal",
+ "amount": {
+ "min": 3,
+ "max": 16
+ },
+ "unitWorth": 100
+ },
+
+ "fisherman_obj_cod": {
+ "type": "item",
+ "content": "minecraft:cod",
+ "amount": {
+ "min": 2,
+ "max": 16
+ },
+ "unitWorth": 65,
+ "weightMult": 1.5
+ },
+
+ "fisherman_obj_barrel": {
+ "type": "item",
+ "content": "minecraft:barrel",
+ "amount": {
+ "min": 1,
+ "max": 6
+ },
+ "unitWorth": 250
+ },
+
+ "fisherman_obj_salmon": {
+ "type": "item",
+ "content": "minecraft:salmon",
+ "amount": {
+ "min": 3,
+ "max": 15
+ },
+ "unitWorth": 75,
+ "weightMult": 1.5
+ },
+
+ "fisherman_obj_trop_fish": {
+ "type": "item",
+ "content": "minecraft:tropical_fish",
+ "amount": {
+ "min": 1,
+ "max": 6
+ },
+ "unitWorth": 165,
+ "weightMult": 1.5
+ },
+
+ "fisherman_obj_pufferfish": {
+ "type": "item",
+ "content": "minecraft:pufferfish",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 250,
+ "weightMult": 1.5
+ },
+
+ "fisherman_obj_oak_boat": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:oak_boat",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 800.0
+ },
+
+ "fisherman_obj_naut_shell": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:nautilus_shell",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1100.0
+ },
+
+ "fisherman_obj_any_boat": {
+ "type": "item_tag",
+ "content": "minecraft:boats",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 450
+ },
+
+ "fisherman_obj_catch_ench_book": {
+ "type": "criteria",
+ "content": "minecraft:fishing_rod_hooked",
+ "conditions": {
+ "item": {
+ "items": [
+ "minecraft:enchanted_book"
+ ]
+ }
+ },
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 350,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_atlantic_cod": {
+ "type": "item",
+ "content": "aquaculture:atlantic_cod",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_blackfish": {
+ "type": "item",
+ "content": "aquaculture:blackfish",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_pacific_halibut": {
+ "type": "item",
+ "content": "aquaculture:pacific_halibut",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_atlantic_halibut": {
+ "type": "item",
+ "content": "aquaculture:atlantic_halibut",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_atlantic_herring": {
+ "type": "item",
+ "content": "aquaculture:atlantic_herring",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_pink_salmon": {
+ "type": "item",
+ "content": "aquaculture:pink_salmon",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_pollock": {
+ "type": "item",
+ "content": "aquaculture:pollock",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_rainbow_trout": {
+ "type": "item",
+ "content": "aquaculture:rainbow_trout",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_bayad": {
+ "type": "item",
+ "content": "aquaculture:bayad",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_boulti": {
+ "type": "item",
+ "content": "aquaculture:boulti",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_capitaine": {
+ "type": "item",
+ "content": "aquaculture:capitaine",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_synodontis": {
+ "type": "item",
+ "content": "aquaculture:synodontis",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_smallmouth_bass": {
+ "type": "item",
+ "content": "aquaculture:smallmouth_bass",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_bluegill": {
+ "type": "item",
+ "content": "aquaculture:bluegill",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_brown_trout": {
+ "type": "item",
+ "content": "aquaculture:brown_trout",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_carp": {
+ "type": "item",
+ "content": "aquaculture:carp",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_catfish": {
+ "type": "item",
+ "content": "aquaculture:catfish",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_gar": {
+ "type": "item",
+ "content": "aquaculture:gar",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_minnow": {
+ "type": "item",
+ "content": "aquaculture:minnow",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_muskellunge": {
+ "type": "item",
+ "content": "aquaculture:muskellunge",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_perch": {
+ "type": "item",
+ "content": "aquaculture:perch",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_arapaima": {
+ "type": "item",
+ "content": "aquaculture:arapaima",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_piranha": {
+ "type": "item",
+ "content": "aquaculture:piranha",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_tambaqui": {
+ "type": "item",
+ "content": "aquaculture:tambaqui",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_brown_shrooma": {
+ "type": "item",
+ "content": "aquaculture:brown_shrooma",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_red_shrooma": {
+ "type": "item",
+ "content": "aquaculture:red_shrooma",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_red_grouper": {
+ "type": "item",
+ "content": "aquaculture:red_grouper",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_tuna": {
+ "type": "item",
+ "content": "aquaculture:tuna",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750,
+ "timeMult": 2
+ },
+
+ "fisherman_obj_goldfish": {
+ "type": "item",
+ "content": "aquaculture:goldfish",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 500,
+ "timeMult": 2
+ }
+
+ }
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_rews.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_rews.json
index b67155a..a7578d1 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_rews.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_rews.json
@@ -1,219 +1,219 @@
-
-{
- "content": {
-
- "fisherman_rew_cod_bucket": {
- "type": "item",
- "content": "minecraft:cod_bucket",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 3000
- },
-
- "fisherman_rew_cooked_cod": {
- "type": "item",
- "content": "minecraft:cooked_cod",
- "amount": {
- "min": 3,
- "max": 15
- },
- "unitWorth": 165
- },
-
- "fisherman_rew_campfire": {
- "type": "item",
- "content": "minecraft:campfire",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 800
- },
-
- "fisherman_rew_cooked_salmon": {
- "type": "item",
- "content": "minecraft:cooked_salmon",
- "amount": {
- "min": 1,
- "max": 6
- },
- "unitWorth": 165
- },
-
- "fisherman_rew_ench_book_lure": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:enchanted_book",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1500,
- "nbt": "{StoredEnchantments:[{lvl:1s,id:\"minecraft:lure\"}]}"
- },
-
- "fisherman_rew_ench_book_luck_sea": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:enchanted_book",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1500,
- "nbt": "{StoredEnchantments:[{lvl:1s,id:\"minecraft:luck_of_the_sea\"}]}"
- },
-
- "fisherman_rew_ench_book_unbreaking": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:enchanted_book",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1500.0,
- "nbt": "{StoredEnchantments:[{lvl:1s,id:\"minecraft:unbreaking\"}]}"
- },
-
- "fisherman_rew_saddle": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:saddle",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2500
- },
-
- "fisherman_rew_bamboo": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:bamboo",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 350.0
- },
-
- "fisherman_rew_naut_shell": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:nautilus_shell",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1100.0
- },
-
- "fisherman_rew_name_tag": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:name_tag",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 4500
- },
-
- "fisherman_rew_sponge": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:sponge",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2500
- },
-
- "fisherman_rew_heart_sea": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "minecraft:heart_of_the_sea",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 3000.0
- },
-
- "fisherman_rew_worm": {
- "type": "item",
- "content": "aquaculture:worm",
- "amount": {
- "min": 2,
- "max": 8
- },
- "unitWorth": 50
- },
-
- "fisherman_rew_nept_nug": {
- "type": "item",
- "content": "aquaculture:neptunium_nugget",
- "amount": {
- "min": 1,
- "max": 9
- },
- "unitWorth": 350
- },
-
- "fisherman_rew_nept_ing": {
- "type": "item",
- "content": "aquaculture:neptunium_ingot",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 2000
- },
-
- "fisherman_rew_box": {
- "type": "item",
- "content": "aquaculture:box",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1000
- },
-
- "fisherman_rew_lockbox": {
- "type": "item",
- "content": "aquaculture:lockbox",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2000
- },
-
- "fisherman_rew_treasure": {
- "type": "item",
- "content": "aquaculture:treasure_chest",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 3500
- },
-
- "fisherman_rew_ambergris": {
- "type": "item",
- "content": "alexsmobs:ambergris",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 5000
- }
-
- }
-
+
+{
+ "content": {
+
+ "fisherman_rew_cod_bucket": {
+ "type": "item",
+ "content": "minecraft:cod_bucket",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 3000
+ },
+
+ "fisherman_rew_cooked_cod": {
+ "type": "item",
+ "content": "minecraft:cooked_cod",
+ "amount": {
+ "min": 3,
+ "max": 15
+ },
+ "unitWorth": 165
+ },
+
+ "fisherman_rew_campfire": {
+ "type": "item",
+ "content": "minecraft:campfire",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 800
+ },
+
+ "fisherman_rew_cooked_salmon": {
+ "type": "item",
+ "content": "minecraft:cooked_salmon",
+ "amount": {
+ "min": 1,
+ "max": 6
+ },
+ "unitWorth": 165
+ },
+
+ "fisherman_rew_ench_book_lure": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:enchanted_book",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1500,
+ "nbt": "{StoredEnchantments:[{lvl:1s,id:\"minecraft:lure\"}]}"
+ },
+
+ "fisherman_rew_ench_book_luck_sea": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:enchanted_book",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1500,
+ "nbt": "{StoredEnchantments:[{lvl:1s,id:\"minecraft:luck_of_the_sea\"}]}"
+ },
+
+ "fisherman_rew_ench_book_unbreaking": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:enchanted_book",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1500.0,
+ "nbt": "{StoredEnchantments:[{lvl:1s,id:\"minecraft:unbreaking\"}]}"
+ },
+
+ "fisherman_rew_saddle": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:saddle",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2500
+ },
+
+ "fisherman_rew_bamboo": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:bamboo",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 350.0
+ },
+
+ "fisherman_rew_naut_shell": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:nautilus_shell",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1100.0
+ },
+
+ "fisherman_rew_name_tag": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:name_tag",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 4500
+ },
+
+ "fisherman_rew_sponge": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:sponge",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2500
+ },
+
+ "fisherman_rew_heart_sea": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "minecraft:heart_of_the_sea",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 3000.0
+ },
+
+ "fisherman_rew_worm": {
+ "type": "item",
+ "content": "aquaculture:worm",
+ "amount": {
+ "min": 2,
+ "max": 8
+ },
+ "unitWorth": 50
+ },
+
+ "fisherman_rew_nept_nug": {
+ "type": "item",
+ "content": "aquaculture:neptunium_nugget",
+ "amount": {
+ "min": 1,
+ "max": 9
+ },
+ "unitWorth": 350
+ },
+
+ "fisherman_rew_nept_ing": {
+ "type": "item",
+ "content": "aquaculture:neptunium_ingot",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 2000
+ },
+
+ "fisherman_rew_box": {
+ "type": "item",
+ "content": "aquaculture:box",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1000
+ },
+
+ "fisherman_rew_lockbox": {
+ "type": "item",
+ "content": "aquaculture:lockbox",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2000
+ },
+
+ "fisherman_rew_treasure": {
+ "type": "item",
+ "content": "aquaculture:treasure_chest",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 3500
+ },
+
+ "fisherman_rew_ambergris": {
+ "type": "item",
+ "content": "alexsmobs:ambergris",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 5000
+ }
+
+ }
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/inventor_rews.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/inventor_rews.json
index 1d26fff..c906751 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/inventor_rews.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/inventor_rews.json
@@ -1,113 +1,113 @@
-
-{
- "content": {
- "inventor_rews_sticky_piston": {
- "type": "item",
- "content": "minecraft:sticky_piston",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1300
- },
- "inventor_rews_repeater": {
- "type": "item",
- "content": "minecraft:repeater",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 750
- },
- "inventor_rews_comparator": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:comparator",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 1000
- },
- "inventor_rews_redstone_lamp": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:redstone_lamp",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 1800
- },
- "inventor_rews_note_block": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:note_block",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 500
- },
- "inventor_rews_dispenser": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:dispenser",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 1000
- },
- "inventor_rews_observer": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:observer",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 750
- },
- "inventor_objs_jukebox": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:jukebox",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 3250
- },
- "inventor_rews_shaft": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "create:shaft",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 1000
- },
- "inventor_rews_cogwheel": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "create:cogwheel",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 1250
- },
- "inventor_rews_belt_connector": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "create:belt_connector",
- "amount": {
- "min": 2,
- "max": 4
- },
- "unitWorth": 1000
- }
- }
+
+{
+ "content": {
+ "inventor_rews_sticky_piston": {
+ "type": "item",
+ "content": "minecraft:sticky_piston",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1300
+ },
+ "inventor_rews_repeater": {
+ "type": "item",
+ "content": "minecraft:repeater",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 750
+ },
+ "inventor_rews_comparator": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:comparator",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 1000
+ },
+ "inventor_rews_redstone_lamp": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:redstone_lamp",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 1800
+ },
+ "inventor_rews_note_block": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:note_block",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 500
+ },
+ "inventor_rews_dispenser": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:dispenser",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 1000
+ },
+ "inventor_rews_observer": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:observer",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 750
+ },
+ "inventor_objs_jukebox": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:jukebox",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 3250
+ },
+ "inventor_rews_shaft": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "create:shaft",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 1000
+ },
+ "inventor_rews_cogwheel": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "create:cogwheel",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 1250
+ },
+ "inventor_rews_belt_connector": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "create:belt_connector",
+ "amount": {
+ "min": 2,
+ "max": 4
+ },
+ "unitWorth": 1000
+ }
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_objs.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_objs.json
index 636c239..6be3009 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_objs.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_objs.json
@@ -1,60 +1,60 @@
-
-{
- "content": {
-
- "leatherer_obj_leather": {
- "type": "item",
- "content": "minecraft:leather",
- "amount": {
- "min": 2,
- "max": 10
- },
- "unitWorth": 165,
- "weightMult": 1.6
- },
-
- "leatherer_obj_flint": {
- "type": "item",
- "content": "minecraft:flint",
- "amount": {
- "min": 16,
- "max": 32
- },
- "unitWorth": 35
- },
-
- "leatherer_obj_rabbit_hide": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:rabbit_hide",
- "amount": {
- "min": 1,
- "max": 12
- },
- "unitWorth": 250
- },
-
- "leatherer_obj_scute": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:scute",
- "amount": {
- "min": 2,
- "max": 6
- },
- "unitWorth": 250
- },
-
- "leatherer_obj_cauldron": {
- "type": "item",
- "content": "minecraft:cauldron",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 3000
- }
-
- }
-
+
+{
+ "content": {
+
+ "leatherer_obj_leather": {
+ "type": "item",
+ "content": "minecraft:leather",
+ "amount": {
+ "min": 2,
+ "max": 10
+ },
+ "unitWorth": 165,
+ "weightMult": 1.6
+ },
+
+ "leatherer_obj_flint": {
+ "type": "item",
+ "content": "minecraft:flint",
+ "amount": {
+ "min": 16,
+ "max": 32
+ },
+ "unitWorth": 35
+ },
+
+ "leatherer_obj_rabbit_hide": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:rabbit_hide",
+ "amount": {
+ "min": 1,
+ "max": 12
+ },
+ "unitWorth": 250
+ },
+
+ "leatherer_obj_scute": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:scute",
+ "amount": {
+ "min": 2,
+ "max": 6
+ },
+ "unitWorth": 250
+ },
+
+ "leatherer_obj_cauldron": {
+ "type": "item",
+ "content": "minecraft:cauldron",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 3000
+ }
+
+ }
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_rews.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_rews.json
index f5f36b7..8a1a30c 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_rews.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_rews.json
@@ -1,137 +1,137 @@
-
-{
- "content": {
-
- "leatherer_rew_leather_chest": {
- "type": "item",
- "content": "minecraft:leather_chestplate",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1200,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:leather"
- }
- ]
- },
-
- "leatherer_rew_leather_legs": {
- "type": "item",
- "content": "minecraft:leather_leggings",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1050,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:leather"
- }
- ]
- },
-
- "leatherer_rew_leather_helm": {
- "type": "item",
- "content": "minecraft:leather_helmet",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 750,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:leather"
- }
- ]
- },
-
- "leatherer_rew_turtle_helmet": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:turtle_helmet",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1250,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:scute"
- }
- ]
- },
-
- "leatherer_rew_leather_boots": {
- "type": "item",
- "content": "minecraft:leather_boots",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 600,
- "nbt": "{Damage:0}",
- "forbids": [
- {
- "type": "item",
- "content": "minecraft:leather"
- }
- ]
- },
-
- "leatherer_rew_leather_horse_armor": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:leather_horse_armor",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2000
- },
-
- "leatherer_rew_saddle": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:saddle",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 3000
- },
-
- "leatherer_rew_upgrade_pack": {
- "type": "item",
- "rarity": "RARE",
- "content": "sophisticatedbackpacks:upgrade_base",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2000
- },
-
- "leatherer_rew_choco_saddle": {
- "type": "item",
- "rarity": "EPIC",
- "content": "chococraft:chocobo_saddle",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 3000
- }
-
- }
-
+
+{
+ "content": {
+
+ "leatherer_rew_leather_chest": {
+ "type": "item",
+ "content": "minecraft:leather_chestplate",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1200,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:leather"
+ }
+ ]
+ },
+
+ "leatherer_rew_leather_legs": {
+ "type": "item",
+ "content": "minecraft:leather_leggings",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1050,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:leather"
+ }
+ ]
+ },
+
+ "leatherer_rew_leather_helm": {
+ "type": "item",
+ "content": "minecraft:leather_helmet",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 750,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:leather"
+ }
+ ]
+ },
+
+ "leatherer_rew_turtle_helmet": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:turtle_helmet",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1250,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:scute"
+ }
+ ]
+ },
+
+ "leatherer_rew_leather_boots": {
+ "type": "item",
+ "content": "minecraft:leather_boots",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 600,
+ "nbt": "{Damage:0}",
+ "forbids": [
+ {
+ "type": "item",
+ "content": "minecraft:leather"
+ }
+ ]
+ },
+
+ "leatherer_rew_leather_horse_armor": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:leather_horse_armor",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2000
+ },
+
+ "leatherer_rew_saddle": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:saddle",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 3000
+ },
+
+ "leatherer_rew_upgrade_pack": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "sophisticatedbackpacks:upgrade_base",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2000
+ },
+
+ "leatherer_rew_choco_saddle": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "chococraft:chocobo_saddle",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 3000
+ }
+
+ }
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/mapper_rews.json b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/mapper_rews.json
index 54beb20..d6ed45d 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/mapper_rews.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/mapper_rews.json
@@ -1,169 +1,169 @@
-
-{
- "content": {
-
- "mapper_rew_map": {
- "type": "item",
- "content": "minecraft:map",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 1000
- },
-
- "mapper_rew_item_frame": {
- "type": "item",
- "content": "minecraft:item_frame",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 300.0
- },
-
- "mapper_rew_black_dye": {
- "type": "item",
- "content": "minecraft:black_dye",
- "amount": {
- "min": 1,
- "max": 4
- },
- "unitWorth": 100.0
- },
-
- "mapper_rew_pink_banner": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:pink_banner",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 1000.0
- },
-
- "mapper_rew_light_blue_banner": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:light_blue_banner",
- "amount": {
- "min": 1,
- "max": 2
- },
- "unitWorth": 1000.0
- },
-
- "mapper_rew_flower_pattern": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "minecraft:flower_banner_pattern",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 3000
- },
-
- "mapper_rew_globe_pattern": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:globe_banner_pattern",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 3000
- },
-
- "mapper_rew_piglin_pattern": {
- "type": "item",
- "rarity": "RARE",
- "content": "minecraft:piglin_banner_pattern",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2500
- },
-
- "mapper_rew_creeper_pattern": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:creeper_banner_pattern",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2500
- },
-
- "mapper_rew_skull_pattern": {
- "type": "item",
- "rarity": "EPIC",
- "content": "minecraft:skull_banner_pattern",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 2500
- },
-
- "mapper_rew_mojang_pattern": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "minecraft:mojang_banner_pattern",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 3000
- },
-
- "mapper_rew_recovery_compass": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "minecraft:recovery_compass",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 6500
- },
-
- "mapper_rew_pearl": {
- "type": "item",
- "rarity": "UNCOMMON",
- "content": "mmorpg:tp_back",
- "amount": {
- "min": 1,
- "max": 3
- },
- "unitWorth": 750.0
- },
-
- "mapper_rew_explorers_compass": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "explorerscompass:explorerscompass",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 6500
- },
-
- "mapper_rew_natures_compass": {
- "type": "item",
- "rarity": "LEGENDARY",
- "content": "naturescompass:naturescompass",
- "amount": {
- "min": 1,
- "max": 1
- },
- "unitWorth": 6500
- }
-
- }
-
+
+{
+ "content": {
+
+ "mapper_rew_map": {
+ "type": "item",
+ "content": "minecraft:map",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 1000
+ },
+
+ "mapper_rew_item_frame": {
+ "type": "item",
+ "content": "minecraft:item_frame",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 300.0
+ },
+
+ "mapper_rew_black_dye": {
+ "type": "item",
+ "content": "minecraft:black_dye",
+ "amount": {
+ "min": 1,
+ "max": 4
+ },
+ "unitWorth": 100.0
+ },
+
+ "mapper_rew_pink_banner": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:pink_banner",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 1000.0
+ },
+
+ "mapper_rew_light_blue_banner": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:light_blue_banner",
+ "amount": {
+ "min": 1,
+ "max": 2
+ },
+ "unitWorth": 1000.0
+ },
+
+ "mapper_rew_flower_pattern": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "minecraft:flower_banner_pattern",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 3000
+ },
+
+ "mapper_rew_globe_pattern": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:globe_banner_pattern",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 3000
+ },
+
+ "mapper_rew_piglin_pattern": {
+ "type": "item",
+ "rarity": "RARE",
+ "content": "minecraft:piglin_banner_pattern",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2500
+ },
+
+ "mapper_rew_creeper_pattern": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:creeper_banner_pattern",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2500
+ },
+
+ "mapper_rew_skull_pattern": {
+ "type": "item",
+ "rarity": "EPIC",
+ "content": "minecraft:skull_banner_pattern",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 2500
+ },
+
+ "mapper_rew_mojang_pattern": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "minecraft:mojang_banner_pattern",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 3000
+ },
+
+ "mapper_rew_recovery_compass": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "minecraft:recovery_compass",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 6500
+ },
+
+ "mapper_rew_pearl": {
+ "type": "item",
+ "rarity": "UNCOMMON",
+ "content": "mmorpg:tp_back",
+ "amount": {
+ "min": 1,
+ "max": 3
+ },
+ "unitWorth": 750.0
+ },
+
+ "mapper_rew_explorers_compass": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "explorerscompass:explorerscompass",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 6500
+ },
+
+ "mapper_rew_natures_compass": {
+ "type": "item",
+ "rarity": "LEGENDARY",
+ "content": "naturescompass:naturescompass",
+ "amount": {
+ "min": 1,
+ "max": 1
+ },
+ "unitWorth": 6500
+ }
+
+ }
+
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/bountyboard.json b/config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/bountyboard.json
index 08c3e87..da29903 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/bountyboard.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/bountyboard.json
@@ -1,15 +1,15 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "PLP", "ADA", "PLP"
- ],
- "key": {
- "P": {"item": "minecraft:oak_planks"},
- "L": {"item": "minecraft:oak_log"},
- "A": {"item": "minecraft:paper"},
- "D": {"item": "mmorpg:stone/3"}
- },
- "result": {
- "item": "bountiful:bountyboard"
- }
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "PLP", "ADA", "PLP"
+ ],
+ "key": {
+ "P": {"item": "minecraft:oak_planks"},
+ "L": {"item": "minecraft:oak_log"},
+ "A": {"item": "minecraft:paper"},
+ "D": {"item": "mmorpg:stone/3"}
+ },
+ "result": {
+ "item": "bountiful:bountyboard"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/decree.json b/config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/decree.json
index 4df221a..594a79a 100644
--- a/config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/decree.json
+++ b/config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/decree.json
@@ -1,17 +1,17 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "PS ",
- "SGS",
- "DSP"
- ],
- "key": {
- "P": {"item": "minecraft:paper"},
- "S": {"item": "minecraft:stick"},
- "G": {"item": "mmorpg:stone/2"},
- "D": {"item": "minecraft:purple_dye"}
- },
- "result": {
- "item": "bountiful:decree"
- }
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "PS ",
+ "SGS",
+ "DSP"
+ ],
+ "key": {
+ "P": {"item": "minecraft:paper"},
+ "S": {"item": "minecraft:stick"},
+ "G": {"item": "mmorpg:stone/2"},
+ "D": {"item": "minecraft:purple_dye"}
+ },
+ "result": {
+ "item": "bountiful:decree"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/advanced_chunk_loader.json b/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/advanced_chunk_loader.json
index 92e3c6f..53da7c7 100644
--- a/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/advanced_chunk_loader.json
+++ b/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/advanced_chunk_loader.json
@@ -1,22 +1,22 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "ABA",
- "BCB",
- "ABA"
- ],
- "key": {
- "A": {
- "item": "create:gold_sheet"
- },
- "B": {
- "item": "minecraft:blaze_powder"
- },
- "C": {
- "item": "chunkloaders:basic_chunk_loader"
- }
- },
- "result": {
- "item": "chunkloaders:advanced_chunk_loader"
- }
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "ABA",
+ "BCB",
+ "ABA"
+ ],
+ "key": {
+ "A": {
+ "item": "create:gold_sheet"
+ },
+ "B": {
+ "item": "minecraft:blaze_powder"
+ },
+ "C": {
+ "item": "chunkloaders:basic_chunk_loader"
+ }
+ },
+ "result": {
+ "item": "chunkloaders:advanced_chunk_loader"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/basic_chunk_loader.json b/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/basic_chunk_loader.json
index 2169c43..515df83 100644
--- a/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/basic_chunk_loader.json
+++ b/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/basic_chunk_loader.json
@@ -1,22 +1,22 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "ABA",
- "BCB",
- "ABA"
- ],
- "key": {
- "A": {
- "item": "create:iron_sheet"
- },
- "B": {
- "tag": "forge:obsidian"
- },
- "C": {
- "item": "mmorpg:stone/0"
- }
- },
- "result": {
- "item": "chunkloaders:basic_chunk_loader"
- }
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "ABA",
+ "BCB",
+ "ABA"
+ ],
+ "key": {
+ "A": {
+ "item": "create:iron_sheet"
+ },
+ "B": {
+ "tag": "forge:obsidian"
+ },
+ "C": {
+ "item": "mmorpg:stone/0"
+ }
+ },
+ "result": {
+ "item": "chunkloaders:basic_chunk_loader"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/ultimate_chunk_loader.json b/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/ultimate_chunk_loader.json
index 544446f..d1ee5eb 100644
--- a/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/ultimate_chunk_loader.json
+++ b/config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/ultimate_chunk_loader.json
@@ -1,25 +1,25 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "ABA",
- "CDC",
- "ABA"
- ],
- "key": {
- "A": {
- "tag": "forge:dusts/redstone"
- },
- "B": {
- "item": "create:brass_sheet"
- },
- "C": {
- "item": "mmorpg:stone/2"
- },
- "D": {
- "item": "chunkloaders:advanced_chunk_loader"
- }
- },
- "result": {
- "item": "chunkloaders:ultimate_chunk_loader"
- }
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "ABA",
+ "CDC",
+ "ABA"
+ ],
+ "key": {
+ "A": {
+ "tag": "forge:dusts/redstone"
+ },
+ "B": {
+ "item": "create:brass_sheet"
+ },
+ "C": {
+ "item": "mmorpg:stone/2"
+ },
+ "D": {
+ "item": "chunkloaders:advanced_chunk_loader"
+ }
+ },
+ "result": {
+ "item": "chunkloaders:ultimate_chunk_loader"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_ingot.json b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_ingot.json
index b8ef2d8..5bc1c5d 100644
--- a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_ingot.json
+++ b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_ingot.json
@@ -1,25 +1,25 @@
-{
- "type": "minecraft:crafting_shaped",
-
- "pattern":
- ["EEE",
- "EEE",
- "EEE"],
- "key":
- {
- "E":
- {
- "tag": "forge:nuggets/electrum"
- }
- },
- "result":{
- "item": "createaddition:electrum_ingot",
- "count": 1
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+
+ "pattern":
+ ["EEE",
+ "EEE",
+ "EEE"],
+ "key":
+ {
+ "E":
+ {
+ "tag": "forge:nuggets/electrum"
+ }
+ },
+ "result":{
+ "item": "createaddition:electrum_ingot",
+ "count": 1
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_nugget.json b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_nugget.json
index e490ab0..9145873 100644
--- a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_nugget.json
+++ b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_nugget.json
@@ -1,18 +1,18 @@
-{
- "type": "minecraft:crafting_shapeless",
- "ingredients": [
- {
- "item": "createaddition:electrum_ingot"
- }
- ],
- "result":{
- "item": "createaddition:electrum_nugget",
- "count": 9
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shapeless",
+ "ingredients": [
+ {
+ "item": "createaddition:electrum_ingot"
+ }
+ ],
+ "result":{
+ "item": "createaddition:electrum_nugget",
+ "count": 9
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_spool.json b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_spool.json
index 3cb2c31..c1961ef 100644
--- a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_spool.json
+++ b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_spool.json
@@ -1,29 +1,29 @@
-{
- "type": "minecraft:crafting_shaped",
-
- "pattern":
- [" W ",
- "WSW",
- " W "],
- "key":
- {
- "W":
- {
- "tag": "forge:wires/electrum"
- },
- "S":
- {
- "item": "createaddition:spool"
- }
- },
- "result":{
- "item": "createaddition:electrum_spool",
- "count": 1
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+
+ "pattern":
+ [" W ",
+ "WSW",
+ " W "],
+ "key":
+ {
+ "W":
+ {
+ "tag": "forge:wires/electrum"
+ },
+ "S":
+ {
+ "item": "createaddition:spool"
+ }
+ },
+ "result":{
+ "item": "createaddition:electrum_spool",
+ "count": 1
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/large_connector_electrum.json b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/large_connector_electrum.json
index e226f83..0242ca3 100644
--- a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/large_connector_electrum.json
+++ b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/large_connector_electrum.json
@@ -1,27 +1,27 @@
-{
- "type": "minecraft:crafting_shapeless",
- "ingredients": [
- {
- "tag": "forge:rods/electrum"
- },
- {
- "item": "create:andesite_alloy"
- },
- {
- "item": "create:andesite_alloy"
- },
- {
- "tag": "forge:slimeballs"
- }
- ],
- "result":{
- "item": "createaddition:large_connector",
- "count": 2
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shapeless",
+ "ingredients": [
+ {
+ "tag": "forge:rods/electrum"
+ },
+ {
+ "item": "create:andesite_alloy"
+ },
+ {
+ "item": "create:andesite_alloy"
+ },
+ {
+ "tag": "forge:slimeballs"
+ }
+ ],
+ "result":{
+ "item": "createaddition:large_connector",
+ "count": 2
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/modular_accumulator_electrum.json b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/modular_accumulator_electrum.json
index c82e39b..3903755 100644
--- a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/modular_accumulator_electrum.json
+++ b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/modular_accumulator_electrum.json
@@ -1,36 +1,36 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern":
- [" R ",
- "CBC",
- " W "],
- "key":
- {
- "R":
- {
- "tag": "forge:rods/copper"
- },
- "B":
- {
- "item": "create:brass_casing"
- },
- "C":
- {
- "item": "createaddition:capacitor"
- },
- "W":
- {
- "tag": "forge:wires/electrum"
- }
- },
- "result":{
- "item": "createaddition:modular_accumulator",
- "count": 1
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern":
+ [" R ",
+ "CBC",
+ " W "],
+ "key":
+ {
+ "R":
+ {
+ "tag": "forge:rods/copper"
+ },
+ "B":
+ {
+ "item": "create:brass_casing"
+ },
+ "C":
+ {
+ "item": "createaddition:capacitor"
+ },
+ "W":
+ {
+ "tag": "forge:wires/electrum"
+ }
+ },
+ "result":{
+ "item": "createaddition:modular_accumulator",
+ "count": 1
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/mixing/electrum.json b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/mixing/electrum.json
index 0bd2323..8ae99aa 100644
--- a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/mixing/electrum.json
+++ b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/mixing/electrum.json
@@ -1,24 +1,24 @@
-{
- "type": "create:mixing",
- "ingredients": [
- {
- "tag": "forge:ingots/gold"
- },
- {
- "tag": "forge:ingots/silver"
- }
- ],
- "results": [
- {
- "item": "createaddition:electrum_ingot",
- "count": 2
- }
- ],
- "heatRequirement": "heated",
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "create:mixing",
+ "ingredients": [
+ {
+ "tag": "forge:ingots/gold"
+ },
+ {
+ "tag": "forge:ingots/silver"
+ }
+ ],
+ "results": [
+ {
+ "item": "createaddition:electrum_ingot",
+ "count": 2
+ }
+ ],
+ "heatRequirement": "heated",
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/pressing/electrum_ingot.json b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/pressing/electrum_ingot.json
index 63a4b80..da25996 100644
--- a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/pressing/electrum_ingot.json
+++ b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/pressing/electrum_ingot.json
@@ -1,15 +1,15 @@
-{
- "type":"create:pressing",
- "ingredients": [{
- "tag": "forge:ingots/electrum"
- }],
- "results": [{
- "item": "createaddition:electrum_sheet"
- }],
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type":"create:pressing",
+ "ingredients": [{
+ "tag": "forge:ingots/electrum"
+ }],
+ "results": [{
+ "item": "createaddition:electrum_sheet"
+ }],
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_ingot.json b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_ingot.json
index be16814..d69d322 100644
--- a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_ingot.json
+++ b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_ingot.json
@@ -1,16 +1,16 @@
-{
- "type":"createaddition:rolling",
- "input": {
- "tag": "forge:ingots/electrum"
- },
- "result": {
- "item": "createaddition:electrum_rod",
- "count": 2
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type":"createaddition:rolling",
+ "input": {
+ "tag": "forge:ingots/electrum"
+ },
+ "result": {
+ "item": "createaddition:electrum_rod",
+ "count": 2
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_plate.json b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_plate.json
index c24ae37..f497a86 100644
--- a/config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_plate.json
+++ b/config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_plate.json
@@ -1,16 +1,16 @@
-{
- "type":"createaddition:rolling",
- "input": {
- "tag": "forge:plates/electrum"
- },
- "result": {
- "item": "createaddition:electrum_wire",
- "count": 2
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type":"createaddition:rolling",
+ "input": {
+ "tag": "forge:plates/electrum"
+ },
+ "result": {
+ "item": "createaddition:electrum_wire",
+ "count": 2
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/badlands.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/badlands.json
index 3378e6b..e9edf31 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/badlands.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/badlands.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:has_structure/mineshaft_mesa",
- "spawners" : {
- "type": "creeperoverhaul:badlands_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:has_structure/mineshaft_mesa",
+ "spawners" : {
+ "type": "creeperoverhaul:badlands_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/bamboo.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/bamboo.json
index 6e8d5b2..38464a2 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/bamboo.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/bamboo.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:is_jungle",
- "spawners" : {
- "type": "creeperoverhaul:bamboo_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:is_jungle",
+ "spawners" : {
+ "type": "creeperoverhaul:bamboo_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/beach.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/beach.json
index 2a2c0f9..a227f03 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/beach.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/beach.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:is_beach",
- "spawners" : {
- "type": "creeperoverhaul:beach_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:is_beach",
+ "spawners" : {
+ "type": "creeperoverhaul:beach_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/cave.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/cave.json
index c593498..6cfbb5b 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/cave.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/cave.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#creeperoverhaul:where_creepers_spawn",
- "spawners" : {
- "type": "creeperoverhaul:cave_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#creeperoverhaul:where_creepers_spawn",
+ "spawners" : {
+ "type": "creeperoverhaul:cave_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dark_oak.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dark_oak.json
index e4b0650..85f57b6 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dark_oak.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dark_oak.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": ["minecraft:dark_forest"],
- "spawners" : {
- "type": "creeperoverhaul:dark_oak_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": ["minecraft:dark_forest"],
+ "spawners" : {
+ "type": "creeperoverhaul:dark_oak_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/desert.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/desert.json
index 436bc20..a86bf07 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/desert.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/desert.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:has_structure/desert_pyramid",
- "spawners" : {
- "type": "creeperoverhaul:desert_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:has_structure/desert_pyramid",
+ "spawners" : {
+ "type": "creeperoverhaul:desert_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dripstone.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dripstone.json
index 532ed20..3625a2c 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dripstone.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dripstone.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": ["minecraft:dripstone_caves", "minecraft:lush_caves"],
- "spawners" : {
- "type": "creeperoverhaul:dripstone_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": ["minecraft:dripstone_caves", "minecraft:lush_caves"],
+ "spawners" : {
+ "type": "creeperoverhaul:dripstone_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hill.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hill.json
index 8486deb..ff93052 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hill.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hill.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:is_hill",
- "spawners" : {
- "type": "creeperoverhaul:hills_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:is_hill",
+ "spawners" : {
+ "type": "creeperoverhaul:hills_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hills_mountain.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hills_mountain.json
index ac0a0ce..fcad4f4 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hills_mountain.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hills_mountain.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": ["minecraft:stony_peaks"],
- "spawners" : {
- "type": "creeperoverhaul:hills_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": ["minecraft:stony_peaks"],
+ "spawners" : {
+ "type": "creeperoverhaul:hills_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/jungle.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/jungle.json
index 0acd083..1abee3d 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/jungle.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/jungle.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:is_jungle",
- "spawners" : {
- "type": "creeperoverhaul:jungle_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:is_jungle",
+ "spawners" : {
+ "type": "creeperoverhaul:jungle_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/mushroom.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/mushroom.json
index aa1f4ce..9d602ec 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/mushroom.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/mushroom.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": ["minecraft:mushroom_fields"],
- "spawners" : {
- "type": "creeperoverhaul:mushroom_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": ["minecraft:mushroom_fields"],
+ "spawners" : {
+ "type": "creeperoverhaul:mushroom_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/ocean.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/ocean.json
index 53c5a78..279da58 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/ocean.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/ocean.json
@@ -1,14 +1,14 @@
-{
- "type": "forge:add_spawns",
- "biomes": [
- "minecraft:lukewarm_ocean",
- "minecraft:deep_lukewarm_ocean",
- "minecraft:warm_ocean"
- ],
- "spawners" : {
- "type": "creeperoverhaul:ocean_creeper",
- "weight": 1,
- "minCount": 1,
- "maxCount": 1
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": [
+ "minecraft:lukewarm_ocean",
+ "minecraft:deep_lukewarm_ocean",
+ "minecraft:warm_ocean"
+ ],
+ "spawners" : {
+ "type": "creeperoverhaul:ocean_creeper",
+ "weight": 1,
+ "minCount": 1,
+ "maxCount": 1
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/remove_vanilla.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/remove_vanilla.json
index 31cc63b..3e2eb88 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/remove_vanilla.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/remove_vanilla.json
@@ -1,7 +1,7 @@
-{
- "type": "forge:remove_spawns",
- "biomes": "#creeperoverhaul:where_creepers_spawn",
- "entity_types": [
- "minecraft:creeper"
- ]
+{
+ "type": "forge:remove_spawns",
+ "biomes": "#creeperoverhaul:where_creepers_spawn",
+ "entity_types": [
+ "minecraft:creeper"
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/savannah.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/savannah.json
index 3cdb700..599c7b4 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/savannah.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/savannah.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:is_savanna",
- "spawners" : {
- "type": "creeperoverhaul:savannah_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:is_savanna",
+ "spawners" : {
+ "type": "creeperoverhaul:savannah_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/snowy.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/snowy.json
index b57cc58..97b4740 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/snowy.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/snowy.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#forge:is_snowy",
- "spawners" : {
- "type": "creeperoverhaul:snowy_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#forge:is_snowy",
+ "spawners" : {
+ "type": "creeperoverhaul:snowy_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/spruce.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/spruce.json
index c3ac875..3a6ec2d 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/spruce.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/spruce.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:is_taiga",
- "spawners" : {
- "type": "creeperoverhaul:spruce_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:is_taiga",
+ "spawners" : {
+ "type": "creeperoverhaul:spruce_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/swamp.json b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/swamp.json
index d0562eb..ff8ec80 100644
--- a/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/swamp.json
+++ b/config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/swamp.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:has_structure/ruined_portal_swamp",
- "spawners" : {
- "type": "creeperoverhaul:swamp_creeper",
- "weight": 10,
- "minCount": 1,
- "maxCount": 2
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:has_structure/ruined_portal_swamp",
+ "spawners" : {
+ "type": "creeperoverhaul:swamp_creeper",
+ "weight": 10,
+ "minCount": 1,
+ "maxCount": 2
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/curios/curios/slots/elytra.json b/config/openloader/data/CtE_Configuration/data/curios/curios/slots/elytra.json
index 8b3d000..7880044 100644
--- a/config/openloader/data/CtE_Configuration/data/curios/curios/slots/elytra.json
+++ b/config/openloader/data/CtE_Configuration/data/curios/curios/slots/elytra.json
@@ -1,4 +1,4 @@
-{
- "order": 130,
- "icon": "curios:slot/empty_elytra_slot"
+{
+ "order": 130,
+ "icon": "curios:slot/empty_elytra_slot"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/curios/curios/slots/necklace.json b/config/openloader/data/CtE_Configuration/data/curios/curios/slots/necklace.json
index c8f7b32..3a5db32 100644
--- a/config/openloader/data/CtE_Configuration/data/curios/curios/slots/necklace.json
+++ b/config/openloader/data/CtE_Configuration/data/curios/curios/slots/necklace.json
@@ -1,4 +1,4 @@
-{
- "order": 150,
- "icon": "curios:slot/empty_necklace_slot"
+{
+ "order": 150,
+ "icon": "curios:slot/empty_necklace_slot"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/doggytalents/recipes/golden_a_five_wagyu.json b/config/openloader/data/CtE_Configuration/data/doggytalents/recipes/golden_a_five_wagyu.json
index f5d1e6c..ea71cec 100644
--- a/config/openloader/data/CtE_Configuration/data/doggytalents/recipes/golden_a_five_wagyu.json
+++ b/config/openloader/data/CtE_Configuration/data/doggytalents/recipes/golden_a_five_wagyu.json
@@ -1,24 +1,24 @@
-{
- "type": "minecraft:crafting_shaped",
- "category": "misc",
- "key": {
- "G": {
- "item": "minecraft:gold_nugget"
- },
- "S": {
- "item": "minecraft:cooked_beef"
- },
- "T": {
- "item": "doggytalents:master_treat"
- }
- },
- "pattern": [
- " GT",
- "GSG",
- " G "
- ],
- "result": {
- "item": "doggytalents:golden_a_five_wagyu"
- },
- "show_notification": true
+{
+ "type": "minecraft:crafting_shaped",
+ "category": "misc",
+ "key": {
+ "G": {
+ "item": "minecraft:gold_nugget"
+ },
+ "S": {
+ "item": "minecraft:cooked_beef"
+ },
+ "T": {
+ "item": "doggytalents:master_treat"
+ }
+ },
+ "pattern": [
+ " GT",
+ "GSG",
+ " G "
+ ],
+ "result": {
+ "item": "doggytalents:golden_a_five_wagyu"
+ },
+ "show_notification": true
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/doggytalents/recipes/sussy_sickle.json b/config/openloader/data/CtE_Configuration/data/doggytalents/recipes/sussy_sickle.json
index ad54a14..6650a10 100644
--- a/config/openloader/data/CtE_Configuration/data/doggytalents/recipes/sussy_sickle.json
+++ b/config/openloader/data/CtE_Configuration/data/doggytalents/recipes/sussy_sickle.json
@@ -1,27 +1,27 @@
-{
- "type": "minecraft:crafting_shaped",
- "category": "equipment",
- "key": {
- "I": {
- "item": "minecraft:iron_ingot"
- },
- "S": {
- "item": "minecraft:stick"
- }
- },
- "pattern": [
- "III",
- " SI",
- "S "
- ],
- "result": {
- "item": "doggytalents:sussy_sickle"
- },
- "show_notification": true,
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "category": "equipment",
+ "key": {
+ "I": {
+ "item": "minecraft:iron_ingot"
+ },
+ "S": {
+ "item": "minecraft:stick"
+ }
+ },
+ "pattern": [
+ "III",
+ " SI",
+ "S "
+ ],
+ "result": {
+ "item": "doggytalents:sussy_sickle"
+ },
+ "show_notification": true,
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/elytraslot/curios/entities/elytraslot.json b/config/openloader/data/CtE_Configuration/data/elytraslot/curios/entities/elytraslot.json
index ba6151a..d2664dd 100644
--- a/config/openloader/data/CtE_Configuration/data/elytraslot/curios/entities/elytraslot.json
+++ b/config/openloader/data/CtE_Configuration/data/elytraslot/curios/entities/elytraslot.json
@@ -1,4 +1,4 @@
-{
- "entities": ["player"],
- "slots": ["elytra"]
+{
+ "entities": ["player"],
+ "slots": ["elytra"]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_abandoned_mineshaft.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_abandoned_mineshaft.json
index e72e366..e9cfc4e 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_abandoned_mineshaft.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_abandoned_mineshaft.json
@@ -1,121 +1,121 @@
-{
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "farmersdelight:cooking_pot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_damage",
- "damage": {
- "min": 0.15,
- "max": 0.8
- }
- }
- ],
- "name": "farmersdelight:skillet"
- },
- {
- "type": "minecraft:empty",
- "weight": 6
- }
- ]
- },
- {
- "rolls": {
- "min": 1.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:tomato_seeds"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:cabbage_seeds"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:rice"
- },
- {
- "type": "minecraft:empty",
- "weight": 2
- }
- ]
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 12.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:rope"
- },
- {
- "type": "minecraft:empty",
- "weight": 2
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "farmersdelight:cooking_pot"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_damage",
+ "damage": {
+ "min": 0.15,
+ "max": 0.8
+ }
+ }
+ ],
+ "name": "farmersdelight:skillet"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 6
+ }
+ ]
+ },
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 4.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 4.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:tomato_seeds"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 4.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:cabbage_seeds"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 4.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:rice"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 2
+ }
+ ]
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 12.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:rope"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 2
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_hoglin_stable.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_hoglin_stable.json
index 6639f90..a883f6c 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_hoglin_stable.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_hoglin_stable.json
@@ -1,95 +1,95 @@
-{
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_damage",
- "damage": {
- "min": 0.15,
- "max": 0.8
- }
- },
- {
- "function": "minecraft:enchant_randomly"
- }
- ],
- "name": "farmersdelight:diamond_knife"
- },
- {
- "type": "minecraft:item",
- "weight": 2,
- "functions": [
- {
- "function": "minecraft:enchant_randomly"
- }
- ],
- "name": "farmersdelight:golden_knife"
- },
- {
- "type": "minecraft:empty",
- "weight": 2
- }
- ]
- },
- {
- "rolls": {
- "min": 1.0,
- "max": 2.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 4,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 5.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:ham"
- },
- {
- "type": "minecraft:item",
- "weight": 2,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 5.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:smoked_ham"
- },
- {
- "type": "minecraft:empty",
- "weight": 2
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_damage",
+ "damage": {
+ "min": 0.15,
+ "max": 0.8
+ }
+ },
+ {
+ "function": "minecraft:enchant_randomly"
+ }
+ ],
+ "name": "farmersdelight:diamond_knife"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 2,
+ "functions": [
+ {
+ "function": "minecraft:enchant_randomly"
+ }
+ ],
+ "name": "farmersdelight:golden_knife"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 2
+ }
+ ]
+ },
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 2.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "weight": 4,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 5.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:ham"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 2,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 5.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:smoked_ham"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 2
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_treasure.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_treasure.json
index a6a173c..a25005b 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_treasure.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_treasure.json
@@ -1,46 +1,46 @@
-{
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_damage",
- "damage": {
- "min": 0.8,
- "max": 1.0
- }
- },
- {
- "function": "minecraft:enchant_randomly"
- }
- ],
- "name": "farmersdelight:diamond_knife"
- },
- {
- "type": "minecraft:item",
- "name": "farmersdelight:diamond_knife"
- },
- {
- "type": "minecraft:empty",
- "weight": 6
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_damage",
+ "damage": {
+ "min": 0.8,
+ "max": 1.0
+ }
+ },
+ {
+ "function": "minecraft:enchant_randomly"
+ }
+ ],
+ "name": "farmersdelight:diamond_knife"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "farmersdelight:diamond_knife"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 6
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_end_city_treasure.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_end_city_treasure.json
index 5cf1828..6b3911b 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_end_city_treasure.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_end_city_treasure.json
@@ -1,56 +1,56 @@
-{
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_with_levels",
- "levels": {
- "min": 20.0,
- "max": 39.0,
- "type": "minecraft:uniform"
- },
- "treasure": true
- }
- ],
- "name": "farmersdelight:diamond_knife"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_with_levels",
- "levels": {
- "min": 20.0,
- "max": 39.0,
- "type": "minecraft:uniform"
- },
- "treasure": true
- }
- ],
- "name": "farmersdelight:iron_knife"
- },
- {
- "type": "minecraft:empty",
- "weight": 6
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:enchant_with_levels",
+ "levels": {
+ "min": 20.0,
+ "max": 39.0,
+ "type": "minecraft:uniform"
+ },
+ "treasure": true
+ }
+ ],
+ "name": "farmersdelight:diamond_knife"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:enchant_with_levels",
+ "levels": {
+ "min": 20.0,
+ "max": 39.0,
+ "type": "minecraft:uniform"
+ },
+ "treasure": true
+ }
+ ],
+ "name": "farmersdelight:iron_knife"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 6
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_pillager_outpost.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_pillager_outpost.json
index 0c23c87..6083566 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_pillager_outpost.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_pillager_outpost.json
@@ -1,60 +1,60 @@
-{
- "pools": [
- {
- "rolls": {
- "min": 1.0,
- "max": 2.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 5,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 4.0,
- "max": 12.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:onion"
- },
- {
- "type": "minecraft:item",
- "weight": 2,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:onion_crate"
- },
- {
- "type": "minecraft:empty",
- "weight": 2
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 2.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "weight": 5,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 4.0,
+ "max": 12.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:onion"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 2,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:onion_crate"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 2
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_ruined_portal.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_ruined_portal.json
index 64b2c3b..ee32ec5 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_ruined_portal.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_ruined_portal.json
@@ -1,35 +1,35 @@
-{
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_randomly"
- }
- ],
- "name": "farmersdelight:golden_knife"
- },
- {
- "type": "minecraft:empty",
- "weight": 3
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:enchant_randomly"
+ }
+ ],
+ "name": "farmersdelight:golden_knife"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 3
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_shipwreck_supply.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_shipwreck_supply.json
index a5eebc3..8feb0ca 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_shipwreck_supply.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_shipwreck_supply.json
@@ -1,114 +1,114 @@
-{
- "pools": [
- {
- "rolls": {
- "min": 1.0,
- "max": 2.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 6,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:tomato_seeds"
- },
- {
- "type": "minecraft:item",
- "weight": 6,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:cabbage_seeds"
- },
- {
- "type": "minecraft:item",
- "weight": 6,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:onion"
- },
- {
- "type": "minecraft:item",
- "weight": 6,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:rice"
- }
- ]
- },
- {
- "rolls": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 2,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 4.0,
- "max": 12.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:rope"
- },
- {
- "type": "minecraft:empty",
- "weight": 1
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 2.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "weight": 6,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 4.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:tomato_seeds"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 6,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 4.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:cabbage_seeds"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 6,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 4.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:onion"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 6,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 4.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:rice"
+ }
+ ]
+ },
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "weight": 2,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 4.0,
+ "max": 12.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:rope"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 1
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_simple_dungeon.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_simple_dungeon.json
index eea26e5..228c1d5 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_simple_dungeon.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_simple_dungeon.json
@@ -1,81 +1,81 @@
-{
- "pools": [
- {
- "rolls": {
- "min": 1.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:tomato_seeds"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:cabbage_seeds"
- },
- {
- "type": "minecraft:empty",
- "weight": 2
- }
- ]
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 12.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:rope"
- },
- {
- "type": "minecraft:empty",
- "weight": 2
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 4.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 4.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:tomato_seeds"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 4.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:cabbage_seeds"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 2
+ }
+ ]
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 12.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:rope"
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 2
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_butcher.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_butcher.json
index 0ba8423..7928a0d 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_butcher.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_butcher.json
@@ -1,107 +1,107 @@
-{
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "farmersdelight:flint_knife"
- },
- {
- "type": "minecraft:item",
- "name": "farmersdelight:iron_knife"
- },
- {
- "type": "minecraft:empty"
- }
- ]
- },
- {
- "rolls": {
- "min": 1.0,
- "max": 2.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "name": "farmersdelight:ham"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 6.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:minced_beef"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 6.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:bacon"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 6.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:mutton_chops"
- },
- {
- "type": "minecraft:empty"
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "farmersdelight:flint_knife"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "farmersdelight:iron_knife"
+ },
+ {
+ "type": "minecraft:empty"
+ }
+ ]
+ },
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 2.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "farmersdelight:ham"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 6.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:minced_beef"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 6.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:bacon"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2.0,
+ "max": 6.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:mutton_chops"
+ },
+ {
+ "type": "minecraft:empty"
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_desert_house.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_desert_house.json
index 07feed0..064e605 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_desert_house.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_desert_house.json
@@ -1,67 +1,67 @@
-{
- "pools": [
- {
- "rolls": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:tomato_seeds"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:rice"
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:tomato_seeds"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:rice"
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_plains_house.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_plains_house.json
index e784aa5..5a1b13a 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_plains_house.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_plains_house.json
@@ -1,67 +1,67 @@
-{
- "pools": [
- {
- "rolls": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:onion"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:tomato_seeds"
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:onion"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:tomato_seeds"
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_savanna_house.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_savanna_house.json
index 6622cec..5e7c9f1 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_savanna_house.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_savanna_house.json
@@ -1,67 +1,67 @@
-{
- "pools": [
- {
- "rolls": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:tomato_seeds"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:cabbage_seeds"
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:tomato_seeds"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:cabbage_seeds"
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_snowy_house.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_snowy_house.json
index 652d748..462e9a3 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_snowy_house.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_snowy_house.json
@@ -1,67 +1,67 @@
-{
- "pools": [
- {
- "rolls": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:onion"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:cabbage_seeds"
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:onion"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:cabbage_seeds"
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_taiga_house.json b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_taiga_house.json
index aec8b03..7023611 100644
--- a/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_taiga_house.json
+++ b/config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_taiga_house.json
@@ -1,67 +1,67 @@
-{
- "pools": [
- {
- "rolls": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:cabbage_seeds"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "farmersdelight:rice"
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_homestead_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 1.0,
- "min": 0.0
- }
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:cabbage_seeds"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1.0,
+ "max": 3.0,
+ "type": "minecraft:uniform"
+ }
+ }
+ ],
+ "name": "farmersdelight:rice"
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_homestead_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 1.0,
+ "min": 0.0
+ }
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/levels/functions/levels/load.mcfunction b/config/openloader/data/CtE_Configuration/data/levels/functions/levels/load.mcfunction
index 4182a31..e26b321 100644
--- a/config/openloader/data/CtE_Configuration/data/levels/functions/levels/load.mcfunction
+++ b/config/openloader/data/CtE_Configuration/data/levels/functions/levels/load.mcfunction
@@ -1,3 +1,3 @@
-say Level Scoreboard Loaded
-scoreboard objectives add Level dummy
+say Level Scoreboard Loaded
+scoreboard objectives add Level dummy
scoreboard objectives setdisplay list Level
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/entities/lightmanscurrency_default_slots.json b/config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/entities/lightmanscurrency_default_slots.json
index 9b22b91..5f6d013 100644
--- a/config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/entities/lightmanscurrency_default_slots.json
+++ b/config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/entities/lightmanscurrency_default_slots.json
@@ -1,4 +1,4 @@
-{
- "entities": ["player"],
- "slots": ["wallet","charm"]
+{
+ "entities": ["player"],
+ "slots": ["wallet","charm"]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/slots/wallet.json b/config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/slots/wallet.json
index e9862ac..870390a 100644
--- a/config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/slots/wallet.json
+++ b/config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/slots/wallet.json
@@ -1,5 +1,5 @@
-{
- "operation": "SET",
- "order": 170,
- "icon": "lightmanscurrency:item/empty_wallet_slot"
+{
+ "operation": "SET",
+ "order": 170,
+ "icon": "lightmanscurrency:item/empty_wallet_slot"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/end_city_treasure.json b/config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/end_city_treasure.json
index 5a1ab80..4a2db4b 100644
--- a/config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/end_city_treasure.json
+++ b/config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/end_city_treasure.json
@@ -1,337 +1,337 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "rolls": {
- "min": 1,
- "max": 2
- },
- "bonus_rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 2,
- "quality": 1,
- "name": "minecraft:diamond"
- },
- {
- "type": "minecraft:item",
- "weight": 12,
- "name": "minecraft:iron_ingot",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 1,
- "max": 2
- },
- "add": false
- }
- ]
- },
- {
- "type": "minecraft:item",
- "weight": 9,
- "name": "minecraft:gold_ingot",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 1,
- "max": 2
- },
- "add": false
- }
- ]
- },
- {
- "type": "minecraft:item",
- "weight": 7,
- "name": "minecraft:emerald",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1,
- "max": 3
- },
- "add": false
- }
- ]
- }
- ]
- },
- {
- "rolls": {
- "min": 0,
- "max": 1
- },
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:diamond_sword"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:diamond_boots"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:diamond_chestplate"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:diamond_leggings"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:diamond_helmet"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:diamond_pickaxe"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:diamond_shovel"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:diamond_hoe"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:diamond_axe"
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:diamond_horse_armor"
- }
- ],
- "functions": [
- {
- "function": "minecraft:enchant_with_levels",
- "levels": {
- "type": "minecraft:uniform",
- "min": 30,
- "max": 40
- },
- "treasure": true
- },
- {
- "function": "minecraft:set_damage",
- "damage": {
- "min": 0.57,
- "max": 0.94
- },
- "add": false,
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.66
- }
- ]
- }
- ]
- },
- {
- "rolls": 2,
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 6,
- "name": "minecraft:purpur_block",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1,
- "max": 3
- },
- "add": false
- }
- ]
- },
- {
- "type": "minecraft:item",
- "weight": 6,
- "name": "minecraft:end_stone",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1,
- "max": 3
- },
- "add": false
- }
- ]
- },
- {
- "type": "minecraft:alternatives",
- "children": [
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:crying_obsidian",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2,
- "max": 4
- }
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.33333
- }
- ]
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:obsidian",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2,
- "max": 4
- }
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "rolls": 3,
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 7,
- "name": "minecraft:end_crystal"
- },
- {
- "type": "minecraft:item",
- "weight": 6,
- "name": "minecraft:ender_pearl",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1,
- "max": 2
- },
- "add": false
- }
- ]
- },
- {
- "type": "minecraft:item",
- "weight": 6,
- "name": "minecraft:amethyst_shard",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1,
- "max": 2
- },
- "add": false
- }
- ]
- },
- {
- "type": "minecraft:item",
- "weight": 2,
- "name": "minecraft:shulker_shell"
- },
- {
- "type": "minecraft:item",
- "weight": 6,
- "name": "minecraft:phantom_membrane"
- },
- {
- "type": "minecraft:item",
- "weight": 8,
- "name": "minecraft:chorus_fruit"
- },
- {
- "type": "minecraft:item",
- "weight": 5,
- "name": "minecraft:book",
- "functions": [
- {
- "function": "minecraft:enchant_with_levels",
- "levels": {
- "min": 25,
- "max": 35
- },
- "treasure": true
- }
- ]
- },
- {
- "type": "minecraft:empty",
- "weight": 2
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "name": "minecraft:ender_eye",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1,
- "max": 2
- }
- }
- ]
- }
- ]
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:empty",
- "weight": 4
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:spire_armor_trim_smithing_template"
- }
- ]
- },
- {
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 2.0,
- "min": 1.0
- }
- }
- ]
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "rolls": {
+ "min": 1,
+ "max": 2
+ },
+ "bonus_rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "weight": 2,
+ "quality": 1,
+ "name": "minecraft:diamond"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 12,
+ "name": "minecraft:iron_ingot",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 1,
+ "max": 2
+ },
+ "add": false
+ }
+ ]
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 9,
+ "name": "minecraft:gold_ingot",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 1,
+ "max": 2
+ },
+ "add": false
+ }
+ ]
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 7,
+ "name": "minecraft:emerald",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1,
+ "max": 3
+ },
+ "add": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "rolls": {
+ "min": 0,
+ "max": 1
+ },
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:diamond_sword"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:diamond_boots"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:diamond_chestplate"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:diamond_leggings"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:diamond_helmet"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:diamond_pickaxe"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:diamond_shovel"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:diamond_hoe"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:diamond_axe"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:diamond_horse_armor"
+ }
+ ],
+ "functions": [
+ {
+ "function": "minecraft:enchant_with_levels",
+ "levels": {
+ "type": "minecraft:uniform",
+ "min": 30,
+ "max": 40
+ },
+ "treasure": true
+ },
+ {
+ "function": "minecraft:set_damage",
+ "damage": {
+ "min": 0.57,
+ "max": 0.94
+ },
+ "add": false,
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.66
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "rolls": 2,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "weight": 6,
+ "name": "minecraft:purpur_block",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1,
+ "max": 3
+ },
+ "add": false
+ }
+ ]
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 6,
+ "name": "minecraft:end_stone",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1,
+ "max": 3
+ },
+ "add": false
+ }
+ ]
+ },
+ {
+ "type": "minecraft:alternatives",
+ "children": [
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:crying_obsidian",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2,
+ "max": 4
+ }
+ }
+ ],
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.33333
+ }
+ ]
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:obsidian",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 2,
+ "max": 4
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "rolls": 3,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "weight": 7,
+ "name": "minecraft:end_crystal"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 6,
+ "name": "minecraft:ender_pearl",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1,
+ "max": 2
+ },
+ "add": false
+ }
+ ]
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 6,
+ "name": "minecraft:amethyst_shard",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1,
+ "max": 2
+ },
+ "add": false
+ }
+ ]
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 2,
+ "name": "minecraft:shulker_shell"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 6,
+ "name": "minecraft:phantom_membrane"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 8,
+ "name": "minecraft:chorus_fruit"
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 5,
+ "name": "minecraft:book",
+ "functions": [
+ {
+ "function": "minecraft:enchant_with_levels",
+ "levels": {
+ "min": 25,
+ "max": 35
+ },
+ "treasure": true
+ }
+ ]
+ },
+ {
+ "type": "minecraft:empty",
+ "weight": 2
+ },
+ {
+ "type": "minecraft:item",
+ "weight": 3,
+ "name": "minecraft:ender_eye",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 1,
+ "max": 2
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:empty",
+ "weight": 4
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:spire_armor_trim_smithing_template"
+ }
+ ]
+ },
+ {
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 2.0,
+ "min": 1.0
+ }
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/enderman.json b/config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/enderman.json
index 1503675..d488218 100644
--- a/config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/enderman.json
+++ b/config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/enderman.json
@@ -1,141 +1,141 @@
-{
- "type": "minecraft:entity",
- "pools": [
- {
- "rolls": 1,
- "bonus_rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:ender_pearl",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- },
- "add": false
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- }
- }
- ]
- }
- ]
- },
- {
- "rolls": {
- "min": 0,
- "max": 1
- },
- "bonus_rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:chorus_fruit",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- },
- "add": false
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- }
- }
- ]
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:inverted",
- "term": {
- "condition": "minecraft:location_check",
- "predicate": {
- "dimension": "minecraft:the_nether"
- }
- }
- },
- {
- "condition": "minecraft:inverted",
- "term": {
- "condition": "minecraft:location_check",
- "predicate": {
- "dimension": "minecraft:the_end"
- }
- }
- }
- ]
- },
- {
- "rolls": {
- "min": 0,
- "max": 1
- },
- "bonus_rolls": 0,
- "entries": [
- {
- "type": "minecraft:alternatives",
- "children": [
- {
- "type": "minecraft:item",
- "name": "minecraft:ender_eye",
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.33
- }
- ]
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:ender_pearl"
- }
- ],
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- },
- "add": false
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- }
- }
- ]
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:location_check",
- "predicate": {
- "dimension": "minecraft:the_end"
- }
- }
- ]
- }
- ]
-}
+{
+ "type": "minecraft:entity",
+ "pools": [
+ {
+ "rolls": 1,
+ "bonus_rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:ender_pearl",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ },
+ "add": false
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "rolls": {
+ "min": 0,
+ "max": 1
+ },
+ "bonus_rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:chorus_fruit",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ },
+ "add": false
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ }
+ }
+ ]
+ }
+ ],
+ "conditions": [
+ {
+ "condition": "minecraft:inverted",
+ "term": {
+ "condition": "minecraft:location_check",
+ "predicate": {
+ "dimension": "minecraft:the_nether"
+ }
+ }
+ },
+ {
+ "condition": "minecraft:inverted",
+ "term": {
+ "condition": "minecraft:location_check",
+ "predicate": {
+ "dimension": "minecraft:the_end"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "rolls": {
+ "min": 0,
+ "max": 1
+ },
+ "bonus_rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:alternatives",
+ "children": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:ender_eye",
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.33
+ }
+ ]
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:ender_pearl"
+ }
+ ],
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ },
+ "add": false
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ }
+ }
+ ]
+ }
+ ],
+ "conditions": [
+ {
+ "condition": "minecraft:location_check",
+ "predicate": {
+ "dimension": "minecraft:the_end"
+ }
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/minecraft/tags/functions/tick.json b/config/openloader/data/CtE_Configuration/data/minecraft/tags/functions/tick.json
index a32f208..99d52aa 100644
--- a/config/openloader/data/CtE_Configuration/data/minecraft/tags/functions/tick.json
+++ b/config/openloader/data/CtE_Configuration/data/minecraft/tags/functions/tick.json
@@ -1,6 +1,6 @@
-{
- "replace": false,
- "values": [
- "levels:levels/levels"
- ]
+{
+ "replace": false,
+ "values": [
+ "levels:levels/levels"
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/loot_tables/entities/enderman.json b/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/loot_tables/entities/enderman.json
index 1503675..d488218 100644
--- a/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/loot_tables/entities/enderman.json
+++ b/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/loot_tables/entities/enderman.json
@@ -1,141 +1,141 @@
-{
- "type": "minecraft:entity",
- "pools": [
- {
- "rolls": 1,
- "bonus_rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:ender_pearl",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- },
- "add": false
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- }
- }
- ]
- }
- ]
- },
- {
- "rolls": {
- "min": 0,
- "max": 1
- },
- "bonus_rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:chorus_fruit",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- },
- "add": false
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- }
- }
- ]
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:inverted",
- "term": {
- "condition": "minecraft:location_check",
- "predicate": {
- "dimension": "minecraft:the_nether"
- }
- }
- },
- {
- "condition": "minecraft:inverted",
- "term": {
- "condition": "minecraft:location_check",
- "predicate": {
- "dimension": "minecraft:the_end"
- }
- }
- }
- ]
- },
- {
- "rolls": {
- "min": 0,
- "max": 1
- },
- "bonus_rolls": 0,
- "entries": [
- {
- "type": "minecraft:alternatives",
- "children": [
- {
- "type": "minecraft:item",
- "name": "minecraft:ender_eye",
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.33
- }
- ]
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:ender_pearl"
- }
- ],
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- },
- "add": false
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "type": "minecraft:uniform",
- "min": 0,
- "max": 1
- }
- }
- ]
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:location_check",
- "predicate": {
- "dimension": "minecraft:the_end"
- }
- }
- ]
- }
- ]
-}
+{
+ "type": "minecraft:entity",
+ "pools": [
+ {
+ "rolls": 1,
+ "bonus_rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:ender_pearl",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ },
+ "add": false
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "rolls": {
+ "min": 0,
+ "max": 1
+ },
+ "bonus_rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:chorus_fruit",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ },
+ "add": false
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ }
+ }
+ ]
+ }
+ ],
+ "conditions": [
+ {
+ "condition": "minecraft:inverted",
+ "term": {
+ "condition": "minecraft:location_check",
+ "predicate": {
+ "dimension": "minecraft:the_nether"
+ }
+ }
+ },
+ {
+ "condition": "minecraft:inverted",
+ "term": {
+ "condition": "minecraft:location_check",
+ "predicate": {
+ "dimension": "minecraft:the_end"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "rolls": {
+ "min": 0,
+ "max": 1
+ },
+ "bonus_rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:alternatives",
+ "children": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:ender_eye",
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.33
+ }
+ ]
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:ender_pearl"
+ }
+ ],
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ },
+ "add": false
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0,
+ "max": 1
+ }
+ }
+ ]
+ }
+ ],
+ "conditions": [
+ {
+ "condition": "minecraft:location_check",
+ "predicate": {
+ "dimension": "minecraft:the_end"
+ }
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/end_cities.json b/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/end_cities.json
index 839e59c..7c1736b 100644
--- a/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/end_cities.json
+++ b/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/end_cities.json
@@ -1,20 +1,20 @@
-{
- "structures": [
- {
- "structure": "minecraft:end_city",
- "weight": 5
- },
- {
- "structure": "stellarity:village",
- "weight": 2
- }
- ],
- "placement": {
- "type": "minecraft:random_spread",
- "salt": 10387313,
- "frequency": 0.5,
- "spread_type": "triangular",
- "spacing": 18,
- "separation": 11
- }
-}
+{
+ "structures": [
+ {
+ "structure": "minecraft:end_city",
+ "weight": 5
+ },
+ {
+ "structure": "stellarity:village",
+ "weight": 2
+ }
+ ],
+ "placement": {
+ "type": "minecraft:random_spread",
+ "salt": 10387313,
+ "frequency": 0.5,
+ "spread_type": "triangular",
+ "spacing": 18,
+ "separation": 11
+ }
+}
diff --git a/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/pillager_outposts.json b/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/pillager_outposts.json
index 5502369..fe6486c 100644
--- a/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/pillager_outposts.json
+++ b/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/pillager_outposts.json
@@ -1,64 +1,64 @@
-{
- "structures": [
- {
- "structure": "ctov:pillager_outpost_beach",
- "weight": 1
- },
- {
- "structure": "ctov:pillager_outpost_dark_forest",
- "weight": 1
- },
- {
- "structure": "ctov:pillager_outpost_desert",
- "weight": 1
- },
- {
- "structure": "ctov:pillager_outpost_jungle",
- "weight": 1
- },
- {
- "structure": "ctov:pillager_outpost_badlands",
- "weight": 1
- },
- {
- "structure": "ctov:pillager_outpost_mountain",
- "weight": 1
- },
- {
- "structure": "ctov:pillager_outpost_plains",
- "weight": 1
- },
- {
- "structure": "ctov:pillager_outpost_savanna",
- "weight": 1
- },
- {
- "structure": "ctov:pillager_outpost_snowy",
- "weight": 1
- },
- {
- "structure": "ctov:pillager_outpost_swamp",
- "weight": 1
- },
- {
- "structure": "ctov:pillager_outpost_taiga",
- "weight": 1
- },
- {
- "structure": "minecraft:pillager_outpost",
- "weight": 5
- }
- ],
- "placement": {
- "type": "minecraft:random_spread",
- "salt": 165745296,
- "frequency_reduction_method": "legacy_type_1",
- "frequency": 0.2,
- "exclusion_zone": {
- "other_set": "minecraft:village",
- "chunk_count": 10
- },
- "spacing": 32,
- "separation": 16
- }
-}
+{
+ "structures": [
+ {
+ "structure": "ctov:pillager_outpost_beach",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:pillager_outpost_dark_forest",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:pillager_outpost_desert",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:pillager_outpost_jungle",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:pillager_outpost_badlands",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:pillager_outpost_mountain",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:pillager_outpost_plains",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:pillager_outpost_savanna",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:pillager_outpost_snowy",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:pillager_outpost_swamp",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:pillager_outpost_taiga",
+ "weight": 1
+ },
+ {
+ "structure": "minecraft:pillager_outpost",
+ "weight": 5
+ }
+ ],
+ "placement": {
+ "type": "minecraft:random_spread",
+ "salt": 165745296,
+ "frequency_reduction_method": "legacy_type_1",
+ "frequency": 0.2,
+ "exclusion_zone": {
+ "other_set": "minecraft:village",
+ "chunk_count": 10
+ },
+ "spacing": 32,
+ "separation": 16
+ }
+}
diff --git a/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/stronghold.json b/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/stronghold.json
index 0e38b2c..bb09a82 100644
--- a/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/stronghold.json
+++ b/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/stronghold.json
@@ -1,16 +1,16 @@
-{
- "structures": [
- {
- "structure": "minecraft:stronghold",
- "weight": 1
- }
- ],
- "placement": {
- "type": "minecraft:concentric_rings",
- "salt": 0,
- "distance": 48,
- "spread": 3,
- "count": 128,
- "preferred_biomes": "#minecraft:stronghold_biased_to"
- }
-}
+{
+ "structures": [
+ {
+ "structure": "minecraft:stronghold",
+ "weight": 1
+ }
+ ],
+ "placement": {
+ "type": "minecraft:concentric_rings",
+ "salt": 0,
+ "distance": 48,
+ "spread": 3,
+ "count": 128,
+ "preferred_biomes": "#minecraft:stronghold_biased_to"
+ }
+}
diff --git a/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/villages.json b/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/villages.json
index 9d62c5b..9083e51 100644
--- a/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/villages.json
+++ b/config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/villages.json
@@ -1,174 +1,174 @@
-{
- "structures": [
- {
- "structure": "ctov:large/village_beach",
- "weight": 1
- },
- {
- "structure": "ctov:large/village_dark_forest",
- "weight": 1
- },
- {
- "structure": "ctov:large/village_jungle",
- "weight": 1
- },
- {
- "structure": "ctov:large/village_mesa",
- "weight": 1
- },
- {
- "structure": "ctov:large/village_mountain",
- "weight": 1
- },
- {
- "structure": "ctov:large/village_mushroom",
- "weight": 1
- },
- {
- "structure": "ctov:large/village_swamp",
- "weight": 1
- },
- {
- "structure": "ctov:large/village_desert",
- "weight": 1
- },
- {
- "structure": "ctov:large/village_plains",
- "weight": 1
- },
- {
- "structure": "ctov:large/village_savanna",
- "weight": 1
- },
- {
- "structure": "ctov:large/village_snowy",
- "weight": 1
- },
- {
- "structure": "ctov:large/village_taiga",
- "weight": 1
- },
- {
- "structure": "ctov:medium/village_beach",
- "weight": 4
- },
- {
- "structure": "ctov:medium/village_dark_forest",
- "weight": 4
- },
- {
- "structure": "ctov:medium/village_jungle",
- "weight": 4
- },
- {
- "structure": "ctov:medium/village_mesa",
- "weight": 4
- },
- {
- "structure": "ctov:medium/village_mountain",
- "weight": 4
- },
- {
- "structure": "ctov:medium/village_mushroom",
- "weight": 4
- },
- {
- "structure": "ctov:medium/village_swamp",
- "weight": 4
- },
- {
- "structure": "ctov:medium/village_desert",
- "weight": 4
- },
- {
- "structure": "ctov:medium/village_plains",
- "weight": 4
- },
- {
- "structure": "ctov:medium/village_savanna",
- "weight": 4
- },
- {
- "structure": "ctov:medium/village_snowy",
- "weight": 4
- },
- {
- "structure": "ctov:medium/village_taiga",
- "weight": 4
- },
- {
- "structure": "ctov:small/village_beach",
- "weight": 15
- },
- {
- "structure": "ctov:small/village_dark_forest",
- "weight": 15
- },
- {
- "structure": "ctov:small/village_jungle",
- "weight": 15
- },
- {
- "structure": "ctov:small/village_mesa",
- "weight": 15
- },
- {
- "structure": "ctov:small/village_mountain",
- "weight": 15
- },
- {
- "structure": "ctov:small/village_mushroom",
- "weight": 15
- },
- {
- "structure": "ctov:small/village_swamp",
- "weight": 15
- },
- {
- "structure": "ctov:small/village_desert",
- "weight": 15
- },
- {
- "structure": "ctov:small/village_plains",
- "weight": 15
- },
- {
- "structure": "ctov:small/village_savanna",
- "weight": 15
- },
- {
- "structure": "ctov:small/village_snowy",
- "weight": 15
- },
- {
- "structure": "ctov:small/village_taiga",
- "weight": 15
- },
- {
- "structure": "minecraft:village_desert",
- "weight": 15
- },
- {
- "structure": "minecraft:village_plains",
- "weight": 15
- },
- {
- "structure": "minecraft:village_savanna",
- "weight": 15
- },
- {
- "structure": "minecraft:village_snowy",
- "weight": 15
- },
- {
- "structure": "minecraft:village_taiga",
- "weight": 15
- }
- ],
- "placement": {
- "type": "minecraft:random_spread",
- "salt": 15387312,
- "spacing": 96,
- "separation": 32
- }
+{
+ "structures": [
+ {
+ "structure": "ctov:large/village_beach",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:large/village_dark_forest",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:large/village_jungle",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:large/village_mesa",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:large/village_mountain",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:large/village_mushroom",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:large/village_swamp",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:large/village_desert",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:large/village_plains",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:large/village_savanna",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:large/village_snowy",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:large/village_taiga",
+ "weight": 1
+ },
+ {
+ "structure": "ctov:medium/village_beach",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:medium/village_dark_forest",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:medium/village_jungle",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:medium/village_mesa",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:medium/village_mountain",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:medium/village_mushroom",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:medium/village_swamp",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:medium/village_desert",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:medium/village_plains",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:medium/village_savanna",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:medium/village_snowy",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:medium/village_taiga",
+ "weight": 4
+ },
+ {
+ "structure": "ctov:small/village_beach",
+ "weight": 15
+ },
+ {
+ "structure": "ctov:small/village_dark_forest",
+ "weight": 15
+ },
+ {
+ "structure": "ctov:small/village_jungle",
+ "weight": 15
+ },
+ {
+ "structure": "ctov:small/village_mesa",
+ "weight": 15
+ },
+ {
+ "structure": "ctov:small/village_mountain",
+ "weight": 15
+ },
+ {
+ "structure": "ctov:small/village_mushroom",
+ "weight": 15
+ },
+ {
+ "structure": "ctov:small/village_swamp",
+ "weight": 15
+ },
+ {
+ "structure": "ctov:small/village_desert",
+ "weight": 15
+ },
+ {
+ "structure": "ctov:small/village_plains",
+ "weight": 15
+ },
+ {
+ "structure": "ctov:small/village_savanna",
+ "weight": 15
+ },
+ {
+ "structure": "ctov:small/village_snowy",
+ "weight": 15
+ },
+ {
+ "structure": "ctov:small/village_taiga",
+ "weight": 15
+ },
+ {
+ "structure": "minecraft:village_desert",
+ "weight": 15
+ },
+ {
+ "structure": "minecraft:village_plains",
+ "weight": 15
+ },
+ {
+ "structure": "minecraft:village_savanna",
+ "weight": 15
+ },
+ {
+ "structure": "minecraft:village_snowy",
+ "weight": 15
+ },
+ {
+ "structure": "minecraft:village_taiga",
+ "weight": 15
+ }
+ ],
+ "placement": {
+ "type": "minecraft:random_spread",
+ "salt": 15387312,
+ "spacing": 96,
+ "separation": 32
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/abyssologer.json b/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/abyssologer.json
index e94046a..c02a2ff 100644
--- a/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/abyssologer.json
+++ b/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/abyssologer.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:is_overworld",
- "spawners": {
- "type": "monsterplus:abyssologer",
- "weight": 2,
- "minCount": 1,
- "maxCount": 1
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:is_overworld",
+ "spawners": {
+ "type": "monsterplus:abyssologer",
+ "weight": 2,
+ "minCount": 1,
+ "maxCount": 1
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/crystal_zombie.json b/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/crystal_zombie.json
index 3c4390a..08c1b02 100644
--- a/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/crystal_zombie.json
+++ b/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/crystal_zombie.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:is_overworld",
- "spawners": {
- "type": "monsterplus:crystal_zombie",
- "weight": 60,
- "minCount": 2,
- "maxCount": 5
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:is_overworld",
+ "spawners": {
+ "type": "monsterplus:crystal_zombie",
+ "weight": 60,
+ "minCount": 2,
+ "maxCount": 5
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/lava_squid.json b/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/lava_squid.json
index eef8dbe..346df3a 100644
--- a/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/lava_squid.json
+++ b/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/lava_squid.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:is_nether",
- "spawners": {
- "type": "monsterplus:lava_squid",
- "weight": 5,
- "minCount": 2,
- "maxCount": 6
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:is_nether",
+ "spawners": {
+ "type": "monsterplus:lava_squid",
+ "weight": 5,
+ "minCount": 2,
+ "maxCount": 6
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/mother_lava_squid.json b/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/mother_lava_squid.json
index 55e58fa..6c38ef4 100644
--- a/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/mother_lava_squid.json
+++ b/config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/mother_lava_squid.json
@@ -1,10 +1,10 @@
-{
- "type": "forge:add_spawns",
- "biomes": "#minecraft:is_nether",
- "spawners": {
- "type": "monsterplus:mother_lava_squid",
- "weight": 1,
- "minCount": 1,
- "maxCount": 1
- }
+{
+ "type": "forge:add_spawns",
+ "biomes": "#minecraft:is_nether",
+ "spawners": {
+ "type": "monsterplus:mother_lava_squid",
+ "weight": 1,
+ "minCount": 1,
+ "maxCount": 1
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/abyssologer.json b/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/abyssologer.json
index bc1cea6..d5a35b9 100644
--- a/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/abyssologer.json
+++ b/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/abyssologer.json
@@ -1,72 +1,72 @@
-{
-"type": "minecraft:entity",
- "pools": [
-{
- "rolls": 1.0,
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 0.0,
- "max": 1.0
- },
- "add": false
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "type": "minecraft:uniform",
- "min": 0.0,
- "max": 1.0
- }
- }
- ],
- "name": "minecraft:obsidian"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 0.0,
- "max": 1.0
- },
- "add": false
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "type": "minecraft:uniform",
- "min": 0.0,
- "max": 1.0
- }
- }
- ],
- "name": "minecraft:crying_obsidian"
- }
- ]
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "mmorpg:runes/owd",
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.05
- }
- ]
- }
- ]
- }
-]
+{
+"type": "minecraft:entity",
+ "pools": [
+{
+ "rolls": 1.0,
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0.0,
+ "max": 1.0
+ },
+ "add": false
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0.0,
+ "max": 1.0
+ }
+ }
+ ],
+ "name": "minecraft:obsidian"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0.0,
+ "max": 1.0
+ },
+ "add": false
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0.0,
+ "max": 1.0
+ }
+ }
+ ],
+ "name": "minecraft:crying_obsidian"
+ }
+ ]
+ },
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "mmorpg:runes/owd",
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.05
+ }
+ ]
+ }
+ ]
+ }
+]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/crystal_zombie.json b/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/crystal_zombie.json
index b36ce51..4229c5b 100644
--- a/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/crystal_zombie.json
+++ b/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/crystal_zombie.json
@@ -1,34 +1,34 @@
-{
-"type": "minecraft:entity",
- "pools": [
-{
- "rolls": 1.0,
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 0.0,
- "max": 1.0
- },
- "add": false
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "type": "minecraft:uniform",
- "min": 0.0,
- "max": 1.0
- }
- }
- ],
- "name": "minecraft:deepslate"
- }
- ]
- }
-]
+{
+"type": "minecraft:entity",
+ "pools": [
+{
+ "rolls": 1.0,
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0.0,
+ "max": 1.0
+ },
+ "add": false
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0.0,
+ "max": 1.0
+ }
+ }
+ ],
+ "name": "minecraft:deepslate"
+ }
+ ]
+ }
+]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/mother_lava_squid.json b/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/mother_lava_squid.json
index 8d3c5a8..f68cb90 100644
--- a/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/mother_lava_squid.json
+++ b/config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/mother_lava_squid.json
@@ -1,78 +1,78 @@
-{
-"type": "minecraft:entity",
- "pools": [
-{
- "rolls": 1.0,
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 0.0,
- "max": 1.0
- },
- "add": false
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "type": "minecraft:uniform",
- "min": 0.0,
- "max": 1.0
- }
- }
- ],
- "name": "minecraft:magma_cream"
- }
- ]
- },
- {
- "rolls": 1.0,
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "type": "minecraft:uniform",
- "min": 0.0,
- "max": 2.0
- },
- "add": false
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "type": "minecraft:uniform",
- "min": 0.0,
- "max": 1.0
- }
- }
- ],
- "name": "minecraft:blaze_powder"
- }
- ]
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "mmorpg:runes/net",
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.05
- }
- ]
- }
- ]
- }
- ]
+{
+"type": "minecraft:entity",
+ "pools": [
+{
+ "rolls": 1.0,
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0.0,
+ "max": 1.0
+ },
+ "add": false
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0.0,
+ "max": 1.0
+ }
+ }
+ ],
+ "name": "minecraft:magma_cream"
+ }
+ ]
+ },
+ {
+ "rolls": 1.0,
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0.0,
+ "max": 2.0
+ },
+ "add": false
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "type": "minecraft:uniform",
+ "min": 0.0,
+ "max": 1.0
+ }
+ }
+ ],
+ "name": "minecraft:blaze_powder"
+ }
+ ]
+ },
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "mmorpg:runes/net",
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.05
+ }
+ ]
+ }
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/end_city_finder.json b/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/end_city_finder.json
index 97e54b2..30e71e1 100644
--- a/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/end_city_finder.json
+++ b/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/end_city_finder.json
@@ -1,32 +1,32 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- " B ",
- "CEC",
- " B "
- ],
- "key": {
- "E": {
- "item": "minecraft:ender_eye"
- },
- "C": {
- "item": "minecraft:chorus_fruit"
- },
- "B": {
- "type": "forge:nbt",
- "item": "naturesaura:aura_bottle",
- "nbt": {
- "stored_type": "naturesaura:end"
- }
- }
- },
- "result": {
- "item": "naturesaura:end_city_finder"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ " B ",
+ "CEC",
+ " B "
+ ],
+ "key": {
+ "E": {
+ "item": "minecraft:ender_eye"
+ },
+ "C": {
+ "item": "minecraft:chorus_fruit"
+ },
+ "B": {
+ "type": "forge:nbt",
+ "item": "naturesaura:aura_bottle",
+ "nbt": {
+ "stored_type": "naturesaura:end"
+ }
+ }
+ },
+ "result": {
+ "item": "naturesaura:end_city_finder"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/fortress_finder.json b/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/fortress_finder.json
index df231db..491c87c 100644
--- a/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/fortress_finder.json
+++ b/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/fortress_finder.json
@@ -1,32 +1,32 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- " B ",
- "CEC",
- " B "
- ],
- "key": {
- "E": {
- "item": "minecraft:ender_pearl"
- },
- "C": {
- "type": "forge:nbt",
- "item": "naturesaura:aura_bottle",
- "nbt": {
- "stored_type": "naturesaura:nether"
- }
- },
- "B": {
- "item": "minecraft:nether_brick"
- }
- },
- "result": {
- "item": "naturesaura:fortress_finder"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ " B ",
+ "CEC",
+ " B "
+ ],
+ "key": {
+ "E": {
+ "item": "minecraft:ender_pearl"
+ },
+ "C": {
+ "type": "forge:nbt",
+ "item": "naturesaura:aura_bottle",
+ "nbt": {
+ "stored_type": "naturesaura:nether"
+ }
+ },
+ "B": {
+ "item": "minecraft:nether_brick"
+ }
+ },
+ "result": {
+ "item": "naturesaura:fortress_finder"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/outpost_finder.json b/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/outpost_finder.json
index 0aac803..2076aec 100644
--- a/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/outpost_finder.json
+++ b/config/openloader/data/CtE_Configuration/data/naturesaura/recipes/outpost_finder.json
@@ -1,32 +1,32 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- " B ",
- "CEC",
- " B "
- ],
- "key": {
- "E": {
- "item": "minecraft:ender_eye"
- },
- "C": {
- "item": "minecraft:tripwire_hook"
- },
- "B": {
- "type": "forge:nbt",
- "item": "naturesaura:aura_bottle",
- "nbt": {
- "stored_type": "naturesaura:overworld"
- }
- }
- },
- "result": {
- "item": "naturesaura:outpost_finder"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ " B ",
+ "CEC",
+ " B "
+ ],
+ "key": {
+ "E": {
+ "item": "minecraft:ender_eye"
+ },
+ "C": {
+ "item": "minecraft:tripwire_hook"
+ },
+ "B": {
+ "type": "forge:nbt",
+ "item": "naturesaura:aura_bottle",
+ "nbt": {
+ "stored_type": "naturesaura:overworld"
+ }
+ }
+ },
+ "result": {
+ "item": "naturesaura:outpost_finder"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_chest.json b/config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_chest.json
index 8dbb75d..c85856b 100644
--- a/config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_chest.json
+++ b/config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_chest.json
@@ -1,64 +1,64 @@
-{
- "conditions": [
- {
- "condition": "minecraft:any_of",
- "terms": [
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/abandoned_mineshaft"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/bastion_treasure"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/buried_treasure"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/desert_pyramid"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/end_city_treasure"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/jungle_temple"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/pillager_outpost"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/shipwreck_treasure"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/simple_dungeon"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/spawn_bonus_chest"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/stronghold_library"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:chests/woodland_mansion"
- }
- ],
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
- }
- ],
- "type": "simplehats:hat_lootinject_entity"
+{
+ "conditions": [
+ {
+ "condition": "minecraft:any_of",
+ "terms": [
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/abandoned_mineshaft"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/bastion_treasure"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/buried_treasure"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/desert_pyramid"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/end_city_treasure"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/jungle_temple"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/pillager_outpost"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/shipwreck_treasure"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/simple_dungeon"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/spawn_bonus_chest"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/stronghold_library"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:chests/woodland_mansion"
+ }
+ ],
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
+ }
+ ],
+ "type": "simplehats:hat_lootinject_entity"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_entity.json b/config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_entity.json
index 64caffe..be24290 100644
--- a/config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_entity.json
+++ b/config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_entity.json
@@ -1,111 +1,111 @@
-{
- "conditions": [
- {
- "condition": "minecraft:any_of",
- "terms": [
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/blaze"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/cave_spider"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/creeper"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/drowned"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/enderman"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/evoker"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/ghast"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/guardian"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/husk"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/illusioner"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/phantom"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/piglin_brute"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/pillager"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/skeleton"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/spider"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/stray"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/vindicator"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/witch"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/wither_skeleton"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/zoglin"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/zombie"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/zombie_villager"
- },
- {
- "condition": "forge:loot_table_id",
- "loot_table_id": "minecraft:entities/zombified_piglin"
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:killed_by_player"
- },
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
- }
- ],
- "type": "simplehats:hat_lootinject_entity"
+{
+ "conditions": [
+ {
+ "condition": "minecraft:any_of",
+ "terms": [
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/blaze"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/cave_spider"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/creeper"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/drowned"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/enderman"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/evoker"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/ghast"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/guardian"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/husk"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/illusioner"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/phantom"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/piglin_brute"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/pillager"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/skeleton"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/spider"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/stray"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/vindicator"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/witch"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/wither_skeleton"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/zoglin"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/zombie"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/zombie_villager"
+ },
+ {
+ "condition": "forge:loot_table_id",
+ "loot_table_id": "minecraft:entities/zombified_piglin"
+ }
+ ],
+ "conditions": [
+ {
+ "condition": "minecraft:killed_by_player"
+ },
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
+ }
+ ],
+ "type": "simplehats:hat_lootinject_entity"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_chest.json b/config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_chest.json
index 16ed145..8792b14 100644
--- a/config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_chest.json
+++ b/config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_chest.json
@@ -1,18 +1,18 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "rolls": {
- "type": "minecraft:uniform",
- "min": 1.0,
- "max": 2.0
- },
- "entries": [
- {
- "type": "minecraft:empty",
- "weight": 150
- }
- ]
- }
- ]
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "rolls": {
+ "type": "minecraft:uniform",
+ "min": 1.0,
+ "max": 2.0
+ },
+ "entries": [
+ {
+ "type": "minecraft:empty",
+ "weight": 150
+ }
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_entity.json b/config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_entity.json
index 75de724..26e6dd3 100644
--- a/config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_entity.json
+++ b/config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_entity.json
@@ -1,14 +1,14 @@
-{
- "type": "minecraft:entity",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:empty",
- "weight": 200
- }
- ]
- }
- ]
+{
+ "type": "minecraft:entity",
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:empty",
+ "weight": 200
+ }
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_common.json b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_common.json
index 65c7754..87333ad 100644
--- a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_common.json
+++ b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_common.json
@@ -1,21 +1,21 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "SS",
- "SS"
- ],
- "key": {
- "S": {
- "item": "simplehats:hatscraps_common"
- }
- },
- "result": {
- "item": "simplehats:hatbag_common"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "SS",
+ "SS"
+ ],
+ "key": {
+ "S": {
+ "item": "simplehats:hatscraps_common"
+ }
+ },
+ "result": {
+ "item": "simplehats:hatbag_common"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_easter.json b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_easter.json
index f0c6c52..9001883 100644
--- a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_easter.json
+++ b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_easter.json
@@ -1,21 +1,21 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "SS",
- "SS"
- ],
- "key": {
- "S": {
- "item": "simplehats:hatscraps_easter"
- }
- },
- "result": {
- "item": "simplehats:hatbag_easter"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "SS",
+ "SS"
+ ],
+ "key": {
+ "S": {
+ "item": "simplehats:hatscraps_easter"
+ }
+ },
+ "result": {
+ "item": "simplehats:hatbag_easter"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_festive.json b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_festive.json
index a607314..0c57ff7 100644
--- a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_festive.json
+++ b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_festive.json
@@ -1,21 +1,21 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "SS",
- "SS"
- ],
- "key": {
- "S": {
- "item": "simplehats:hatscraps_festive"
- }
- },
- "result": {
- "item": "simplehats:hatbag_festive"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "SS",
+ "SS"
+ ],
+ "key": {
+ "S": {
+ "item": "simplehats:hatscraps_festive"
+ }
+ },
+ "result": {
+ "item": "simplehats:hatbag_festive"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_halloween.json b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_halloween.json
index bd3b88f..ddf1eec 100644
--- a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_halloween.json
+++ b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_halloween.json
@@ -1,21 +1,21 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "SS",
- "SS"
- ],
- "key": {
- "S": {
- "item": "simplehats:hatscraps_halloween"
- }
- },
- "result": {
- "item": "simplehats:hatbag_halloween"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "SS",
+ "SS"
+ ],
+ "key": {
+ "S": {
+ "item": "simplehats:hatscraps_halloween"
+ }
+ },
+ "result": {
+ "item": "simplehats:hatbag_halloween"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_rare.json b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_rare.json
index 4678dca..6ca7404 100644
--- a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_rare.json
+++ b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_rare.json
@@ -1,21 +1,21 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "SS",
- "SS"
- ],
- "key": {
- "S": {
- "item": "simplehats:hatscraps_rare"
- }
- },
- "result": {
- "item": "simplehats:hatbag_rare"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "SS",
+ "SS"
+ ],
+ "key": {
+ "S": {
+ "item": "simplehats:hatscraps_rare"
+ }
+ },
+ "result": {
+ "item": "simplehats:hatbag_rare"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_summer.json b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_summer.json
index 35e3c39..18de68d 100644
--- a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_summer.json
+++ b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_summer.json
@@ -1,21 +1,21 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "SS",
- "SS"
- ],
- "key": {
- "S": {
- "item": "simplehats:hatscraps_summer"
- }
- },
- "result": {
- "item": "simplehats:hatbag_summer"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "SS",
+ "SS"
+ ],
+ "key": {
+ "S": {
+ "item": "simplehats:hatscraps_summer"
+ }
+ },
+ "result": {
+ "item": "simplehats:hatbag_summer"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_uncommon.json b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_uncommon.json
index 14ce49a..aee2246 100644
--- a/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_uncommon.json
+++ b/config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_uncommon.json
@@ -1,21 +1,21 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "SS",
- "SS"
- ],
- "key": {
- "S": {
- "item": "simplehats:hatscraps_uncommon"
- }
- },
- "result": {
- "item": "simplehats:hatbag_uncommon"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "SS",
+ "SS"
+ ],
+ "key": {
+ "S": {
+ "item": "simplehats:hatscraps_uncommon"
+ }
+ },
+ "result": {
+ "item": "simplehats:hatbag_uncommon"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/functions/mechanics/altar_crafting/main.mcfunction b/config/openloader/data/CtE_Configuration/data/stellarity/functions/mechanics/altar_crafting/main.mcfunction
index d2330d2..0bc28ee 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/functions/mechanics/altar_crafting/main.mcfunction
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/functions/mechanics/altar_crafting/main.mcfunction
@@ -1,7 +1,7 @@
-data remove storage stellarity:temp enchants
-
-execute as @e[type=item,distance=..1.5,nbt={OnGround:1b}] run function stellarity:mechanics/altar_crafting/tags
-
-execute as @e[type=armor_stand,tag=stellarity.aota.sword_holder,predicate=stellarity:utils/holding_nothing_both] run kill @s
-
-#execute if entity @e[type=item,distance=..1.5] run function stellarity:mechanics/altar_crafting/crafting_checks
+data remove storage stellarity:temp enchants
+
+execute as @e[type=item,distance=..1.5,nbt={OnGround:1b}] run function stellarity:mechanics/altar_crafting/tags
+
+execute as @e[type=armor_stand,tag=stellarity.aota.sword_holder,predicate=stellarity:utils/holding_nothing_both] run kill @s
+
+#execute if entity @e[type=item,distance=..1.5] run function stellarity:mechanics/altar_crafting/crafting_checks
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/ancient_wooden_sword.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/ancient_wooden_sword.json
index 8a5d9d0..f1b9831 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/ancient_wooden_sword.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/ancient_wooden_sword.json
@@ -1,98 +1,98 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:wooden_sword"
- }
- ],
- "functions": [
- {
- "function": "minecraft:set_name",
- "name": {
- "translate": "stellarity.items.weapons.ancient_wooden_sword",
- "fallback": "Ancient Wooden Sword",
- "color": "white",
- "italic": false
- }
- },
- {
- "function": "minecraft:set_lore",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.ancient_wooden_sword.flavor_text",
- "fallback": "'reject Trails&Tales, embrace Indev'",
- "color": "#EEEEEE",
- "italic": true
- },
- "",
- {
- "translate": "item.modifiers.mainhand",
- "color": "gray",
- "italic": false
- },
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "4"
- },
- {
- "translate": "attribute.name.generic.attack_damage"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "1.6",
- "obfuscated": true
- },
- {
- "translate": "attribute.name.generic.attack_speed"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ]
- ]
- },
- {
- "function": "minecraft:set_attributes",
- "modifiers": [
- {
- "attribute": "minecraft:generic.attack_damage",
- "name": "",
- "amount": 4,
- "operation": "addition",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.attack_speed",
- "name": "",
- "amount": 2048,
- "operation": "addition",
- "slot": "mainhand"
- }
- ]
- },
- {
- "function": "minecraft:set_nbt",
- "tag": "{CustomModelData:90000,stellarity.special_item:\"alpha_wooden_sword\",Unbreakable:1,HideFlags:6}"
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:wooden_sword"
+ }
+ ],
+ "functions": [
+ {
+ "function": "minecraft:set_name",
+ "name": {
+ "translate": "stellarity.items.weapons.ancient_wooden_sword",
+ "fallback": "Ancient Wooden Sword",
+ "color": "white",
+ "italic": false
+ }
+ },
+ {
+ "function": "minecraft:set_lore",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.ancient_wooden_sword.flavor_text",
+ "fallback": "'reject Trails&Tales, embrace Indev'",
+ "color": "#EEEEEE",
+ "italic": true
+ },
+ "",
+ {
+ "translate": "item.modifiers.mainhand",
+ "color": "gray",
+ "italic": false
+ },
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "4"
+ },
+ {
+ "translate": "attribute.name.generic.attack_damage"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "1.6",
+ "obfuscated": true
+ },
+ {
+ "translate": "attribute.name.generic.attack_speed"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ]
+ ]
+ },
+ {
+ "function": "minecraft:set_attributes",
+ "modifiers": [
+ {
+ "attribute": "minecraft:generic.attack_damage",
+ "name": "",
+ "amount": 4,
+ "operation": "addition",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.attack_speed",
+ "name": "",
+ "amount": 2048,
+ "operation": "addition",
+ "slot": "mainhand"
+ }
+ ]
+ },
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{CustomModelData:90000,stellarity.special_item:\"alpha_wooden_sword\",Unbreakable:1,HideFlags:6}"
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/clockwork_crossbow.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/clockwork_crossbow.json
index 87b65b6..25f9b3b 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/clockwork_crossbow.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/clockwork_crossbow.json
@@ -1,67 +1,67 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:crossbow",
- "functions": [
- {
- "function": "minecraft:set_name",
- "entity": "this",
- "name": {
- "translate": "stellarity.items.weapons.clockwork_crossbow",
- "fallback": "Clockwork Crossbow",
- "color": "#873600",
- "italic": false
- }
- },
- {
- "function": "minecraft:set_nbt",
- "tag": "{CustomModelData:90000,stellarity.special_item:\"clockwork_crossbow\",Charged:0b}"
- },
- {
- "function": "minecraft:set_lore",
- "entity": "this",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.clockwork_crossbow.description.1",
- "fallback": "Shoots incredibly fast",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.clockwork_crossbow.description.2",
- "fallback": "but with reduced damage",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.clockwork_crossbow.description.3",
- "fallback": "Chance to save ammunition, increases",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.clockwork_crossbow.description.4",
- "fallback": "with Quick Charge enchantment",
- "color": "#EEEEEE",
- "italic": false
- },
- "",
- {
- "translate": "stellarity.items.weapons.clockwork_crossbow.flavor_text",
- "fallback": "'i'm not using auto!'",
- "color": "#EEEEEE",
- "italic": true
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:crossbow",
+ "functions": [
+ {
+ "function": "minecraft:set_name",
+ "entity": "this",
+ "name": {
+ "translate": "stellarity.items.weapons.clockwork_crossbow",
+ "fallback": "Clockwork Crossbow",
+ "color": "#873600",
+ "italic": false
+ }
+ },
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{CustomModelData:90000,stellarity.special_item:\"clockwork_crossbow\",Charged:0b}"
+ },
+ {
+ "function": "minecraft:set_lore",
+ "entity": "this",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.clockwork_crossbow.description.1",
+ "fallback": "Shoots incredibly fast",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.clockwork_crossbow.description.2",
+ "fallback": "but with reduced damage",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.clockwork_crossbow.description.3",
+ "fallback": "Chance to save ammunition, increases",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.clockwork_crossbow.description.4",
+ "fallback": "with Quick Charge enchantment",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ "",
+ {
+ "translate": "stellarity.items.weapons.clockwork_crossbow.flavor_text",
+ "fallback": "'i'm not using auto!'",
+ "color": "#EEEEEE",
+ "italic": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/dragonblade.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/dragonblade.json
index 5e8e1f9..096850b 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/dragonblade.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/dragonblade.json
@@ -1,110 +1,110 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:netherite_sword",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{stellarity.special_item:\"dragonblade\",Unbreakable:1b,CustomModelData:90000,HideFlags:6}"
- },
- {
- "function": "minecraft:set_name",
- "name": {
- "translate": "stellarity.items.weapons.dragonblade",
- "fallback": "Dragonblade",
- "color": "#CD6AFF",
- "italic": false
- }
- },
- {
- "function": "minecraft:set_lore",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.dragonblade.description",
- "fallback": "A fearsome sword with an otherwordly punch!",
- "color": "#EEEEEE",
- "italic": false
- },
- "",
- {
- "translate": "stellarity.items.weapons.dragonblade.flavor_text",
- "fallback": "'It came from the edge of The End'",
- "color": "#EEEEEE",
- "italic": true
- },
- {
- "translate": "stellarity.items.weapons.dragonblade.tip",
- "fallback": "ᴛɪᴘ: ᴘᴜɴᴄʜ ᴛʜᴇᴍ ɪɴᴛᴏ ᴡᴀʟʟs",
- "color": "#727272",
- "italic": true
- },
- "",
- {
- "translate": "item.modifiers.mainhand",
- "color": "gray",
- "italic": false
- },
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "6"
- },
- {
- "translate": "attribute.name.generic.attack_damage"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "1.25"
- },
- {
- "translate": "attribute.name.generic.attack_speed"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ]
- ]
- },
- {
- "function": "minecraft:set_attributes",
- "modifiers": [
- {
- "attribute": "minecraft:generic.attack_damage",
- "name": "",
- "amount": 5,
- "operation": "addition",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.attack_speed",
- "name": "",
- "amount": -2.75,
- "operation": "addition",
- "slot": "mainhand"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:netherite_sword",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{stellarity.special_item:\"dragonblade\",Unbreakable:1b,CustomModelData:90000,HideFlags:6}"
+ },
+ {
+ "function": "minecraft:set_name",
+ "name": {
+ "translate": "stellarity.items.weapons.dragonblade",
+ "fallback": "Dragonblade",
+ "color": "#CD6AFF",
+ "italic": false
+ }
+ },
+ {
+ "function": "minecraft:set_lore",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.dragonblade.description",
+ "fallback": "A fearsome sword with an otherwordly punch!",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ "",
+ {
+ "translate": "stellarity.items.weapons.dragonblade.flavor_text",
+ "fallback": "'It came from the edge of The End'",
+ "color": "#EEEEEE",
+ "italic": true
+ },
+ {
+ "translate": "stellarity.items.weapons.dragonblade.tip",
+ "fallback": "ᴛɪᴘ: ᴘᴜɴᴄʜ ᴛʜᴇᴍ ɪɴᴛᴏ ᴡᴀʟʟs",
+ "color": "#727272",
+ "italic": true
+ },
+ "",
+ {
+ "translate": "item.modifiers.mainhand",
+ "color": "gray",
+ "italic": false
+ },
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "6"
+ },
+ {
+ "translate": "attribute.name.generic.attack_damage"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "1.25"
+ },
+ {
+ "translate": "attribute.name.generic.attack_speed"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ]
+ ]
+ },
+ {
+ "function": "minecraft:set_attributes",
+ "modifiers": [
+ {
+ "attribute": "minecraft:generic.attack_damage",
+ "name": "",
+ "amount": 5,
+ "operation": "addition",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.attack_speed",
+ "name": "",
+ "amount": -2.75,
+ "operation": "addition",
+ "slot": "mainhand"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/frigid_harvester.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/frigid_harvester.json
index 95ef6b2..45c4165 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/frigid_harvester.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/frigid_harvester.json
@@ -1,175 +1,175 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:diamond_sword",
- "functions": [
- {
- "function": "minecraft:set_name",
- "name": {
- "translate": "stellarity.items.weapons.frigid_harvester",
- "fallback": "Frigid Harvester",
- "color": "#4BC6FF",
- "italic": false
- }
- },
- {
- "function": "minecraft:set_lore",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.frigid_harvester.description.1",
- "fallback": "Imbues itself with souls of slain enemies,",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.frigid_harvester.description.2",
- "fallback": "permanently increasing its damage",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.frigid_harvester.description.3",
- "fallback": "and unlocking passive abilities",
- "color": "#EEEEEE",
- "italic": false
- },
- "",
- [
- {
- "text": "- ",
- "color": "#BA02D7",
- "italic": false
- },
- {
- "translate": "stellarity.items.special.developer",
- "fallback": "Developer Item",
- "color": "#BA02D7",
- "italic": false
- },
- {
- "text": " -",
- "color": "#BA02D7",
- "italic": false
- }
- ],
- "",
- {
- "translate": "item.modifiers.mainhand",
- "color": "gray",
- "italic": false
- },
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "5"
- },
- {
- "translate": "attribute.name.generic.attack_damage"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "0.85"
- },
- {
- "translate": "attribute.name.generic.attack_speed"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.take.1",
- "with": [
- {
- "text": "15"
- },
- {
- "translate": "attribute.name.generic.movement_speed"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.plus.0",
- "with": [
- {
- "text": "0"
- },
- {
- "translate": "stellarity.items.frigid_harvester.attribute",
- "fallback": "Extra Damage"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ]
- ]
- },
- {
- "function": "minecraft:set_attributes",
- "modifiers": [
- {
- "attribute": "minecraft:generic.attack_damage",
- "name": "",
- "amount": 4,
- "operation": "addition",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.attack_speed",
- "name": "",
- "amount": -3.15,
- "operation": "addition",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.movement_speed",
- "name": "",
- "amount": -0.15,
- "operation": "multiply_total",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.attack_damage",
- "name": "stellarity.aery_sword",
- "amount": 0,
- "operation": "addition",
- "slot": "mainhand"
- }
- ]
- },
- {
- "function": "minecraft:set_nbt",
- "tag": "{CustomModelData:90001,stellarity.special_item:\"frigid_harvester\",HideFlags:6,stellarity.aery_sword.damage:0d}"
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:diamond_sword",
+ "functions": [
+ {
+ "function": "minecraft:set_name",
+ "name": {
+ "translate": "stellarity.items.weapons.frigid_harvester",
+ "fallback": "Frigid Harvester",
+ "color": "#4BC6FF",
+ "italic": false
+ }
+ },
+ {
+ "function": "minecraft:set_lore",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.frigid_harvester.description.1",
+ "fallback": "Imbues itself with souls of slain enemies,",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.frigid_harvester.description.2",
+ "fallback": "permanently increasing its damage",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.frigid_harvester.description.3",
+ "fallback": "and unlocking passive abilities",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ "",
+ [
+ {
+ "text": "- ",
+ "color": "#BA02D7",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.special.developer",
+ "fallback": "Developer Item",
+ "color": "#BA02D7",
+ "italic": false
+ },
+ {
+ "text": " -",
+ "color": "#BA02D7",
+ "italic": false
+ }
+ ],
+ "",
+ {
+ "translate": "item.modifiers.mainhand",
+ "color": "gray",
+ "italic": false
+ },
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "5"
+ },
+ {
+ "translate": "attribute.name.generic.attack_damage"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "0.85"
+ },
+ {
+ "translate": "attribute.name.generic.attack_speed"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.take.1",
+ "with": [
+ {
+ "text": "15"
+ },
+ {
+ "translate": "attribute.name.generic.movement_speed"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.plus.0",
+ "with": [
+ {
+ "text": "0"
+ },
+ {
+ "translate": "stellarity.items.frigid_harvester.attribute",
+ "fallback": "Extra Damage"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ]
+ ]
+ },
+ {
+ "function": "minecraft:set_attributes",
+ "modifiers": [
+ {
+ "attribute": "minecraft:generic.attack_damage",
+ "name": "",
+ "amount": 4,
+ "operation": "addition",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.attack_speed",
+ "name": "",
+ "amount": -3.15,
+ "operation": "addition",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.movement_speed",
+ "name": "",
+ "amount": -0.15,
+ "operation": "multiply_total",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.attack_damage",
+ "name": "stellarity.aery_sword",
+ "amount": 0,
+ "operation": "addition",
+ "slot": "mainhand"
+ }
+ ]
+ },
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{CustomModelData:90001,stellarity.special_item:\"frigid_harvester\",HideFlags:6,stellarity.aery_sword.damage:0d}"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/kaleidoscope.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/kaleidoscope.json
index 0bf7e39..0b49515 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/kaleidoscope.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/kaleidoscope.json
@@ -1,109 +1,109 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:netherite_sword",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{stellarity.special_item:\"kaleidoscope\",CustomModelData:90004,HideFlags:6,Unbreakable:1b}"
- },
- {
- "function": "minecraft:set_name",
- "name": {
- "translate": "stellarity.items.weapons.kaleidoscope",
- "fallback": "Kaleidoscope",
- "color": "#FFCF37",
- "italic": false
- }
- },
- {
- "function": "minecraft:set_lore",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.kaleidoscope.description.1",
- "fallback": "Channels power from the core of the sun",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.kaleidoscope.description.2",
- "fallback": "Strike enemies to release stored energy",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.kaleidoscope.description.3",
- "fallback": "all at once in a powerful discharge",
- "color": "#EEEEEE",
- "italic": false
- },
- "",
- {
- "translate": "item.modifiers.mainhand",
- "color": "gray",
- "italic": false
- },
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "7"
- },
- {
- "translate": "attribute.name.generic.attack_damage"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "1.2"
- },
- {
- "translate": "attribute.name.generic.attack_speed"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ]
- ]
- },
- {
- "function": "minecraft:set_attributes",
- "modifiers": [
- {
- "attribute": "minecraft:generic.attack_damage",
- "name": "",
- "amount": 6,
- "operation": "addition",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.attack_speed",
- "name": "",
- "amount": -2.8,
- "operation": "addition",
- "slot": "mainhand"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:netherite_sword",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{stellarity.special_item:\"kaleidoscope\",CustomModelData:90004,HideFlags:6,Unbreakable:1b}"
+ },
+ {
+ "function": "minecraft:set_name",
+ "name": {
+ "translate": "stellarity.items.weapons.kaleidoscope",
+ "fallback": "Kaleidoscope",
+ "color": "#FFCF37",
+ "italic": false
+ }
+ },
+ {
+ "function": "minecraft:set_lore",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.kaleidoscope.description.1",
+ "fallback": "Channels power from the core of the sun",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.kaleidoscope.description.2",
+ "fallback": "Strike enemies to release stored energy",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.kaleidoscope.description.3",
+ "fallback": "all at once in a powerful discharge",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ "",
+ {
+ "translate": "item.modifiers.mainhand",
+ "color": "gray",
+ "italic": false
+ },
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "7"
+ },
+ {
+ "translate": "attribute.name.generic.attack_damage"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "1.2"
+ },
+ {
+ "translate": "attribute.name.generic.attack_speed"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ]
+ ]
+ },
+ {
+ "function": "minecraft:set_attributes",
+ "modifiers": [
+ {
+ "attribute": "minecraft:generic.attack_damage",
+ "name": "",
+ "amount": 6,
+ "operation": "addition",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.attack_speed",
+ "name": "",
+ "amount": -2.8,
+ "operation": "addition",
+ "slot": "mainhand"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/prismatic_punch.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/prismatic_punch.json
index 8c97e0a..568c0a7 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/prismatic_punch.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/prismatic_punch.json
@@ -1,133 +1,133 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:crossbow",
- "functions": [
- {
- "function": "minecraft:set_name",
- "entity": "this",
- "name": [
- {
- "text": "P",
- "color": "red",
- "italic": false
- },
- {
- "text": "r",
- "color": "#ea7439",
- "italic": false
- },
- {
- "text": "i",
- "color": "#dbaa34",
- "italic": false
- },
- {
- "text": "s",
- "color": "#efdb3a",
- "italic": false
- },
- {
- "text": "m",
- "color": "#e0fe3f",
- "italic": false
- },
- {
- "text": "a",
- "color": "#79fe3f",
- "italic": false
- },
- {
- "text": "t",
- "color": "#30ef30",
- "italic": false
- },
- {
- "text": "i",
- "color": "#0ecc0e",
- "italic": false
- },
- {
- "text": "c ",
- "color": "#13d14e",
- "italic": false
- },
- {
- "text": "P",
- "color": "#35f4d6",
- "italic": false
- },
- {
- "text": "u",
- "color": "#88b4fe",
- "italic": false
- },
- {
- "text": "n",
- "color": "#ef4dfe",
- "italic": false
- },
- {
- "text": "c",
- "color": "#e021e0",
- "italic": false
- },
- {
- "text": "h",
- "color": "dark_purple",
- "italic": false
- }
- ]
- },
- {
- "function": "minecraft:set_nbt",
- "tag": "{CustomModelData:90001,stellarity.special_item:\"prismatic_punch\",Charged:0b}"
- },
- {
- "function": "minecraft:set_lore",
- "entity": "this",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.prismatic_punch.description.1",
- "fallback": "Converts Arrows to Prismatic Blasts",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.prismatic_punch.description.2",
- "fallback": "that produce colorful explosions on hit",
- "color": "#EEEEEE",
- "italic": false
- },
- "",
- [
- {
- "text": "- ",
- "color": "#BA02D7",
- "italic": false
- },
- {
- "translate": "stellarity.items.special.developer",
- "fallback": "Developer Item",
- "color": "#BA02D7",
- "italic": false
- },
- {
- "text": " -",
- "color": "#BA02D7",
- "italic": false
- }
- ]
- ]
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:crossbow",
+ "functions": [
+ {
+ "function": "minecraft:set_name",
+ "entity": "this",
+ "name": [
+ {
+ "text": "P",
+ "color": "red",
+ "italic": false
+ },
+ {
+ "text": "r",
+ "color": "#ea7439",
+ "italic": false
+ },
+ {
+ "text": "i",
+ "color": "#dbaa34",
+ "italic": false
+ },
+ {
+ "text": "s",
+ "color": "#efdb3a",
+ "italic": false
+ },
+ {
+ "text": "m",
+ "color": "#e0fe3f",
+ "italic": false
+ },
+ {
+ "text": "a",
+ "color": "#79fe3f",
+ "italic": false
+ },
+ {
+ "text": "t",
+ "color": "#30ef30",
+ "italic": false
+ },
+ {
+ "text": "i",
+ "color": "#0ecc0e",
+ "italic": false
+ },
+ {
+ "text": "c ",
+ "color": "#13d14e",
+ "italic": false
+ },
+ {
+ "text": "P",
+ "color": "#35f4d6",
+ "italic": false
+ },
+ {
+ "text": "u",
+ "color": "#88b4fe",
+ "italic": false
+ },
+ {
+ "text": "n",
+ "color": "#ef4dfe",
+ "italic": false
+ },
+ {
+ "text": "c",
+ "color": "#e021e0",
+ "italic": false
+ },
+ {
+ "text": "h",
+ "color": "dark_purple",
+ "italic": false
+ }
+ ]
+ },
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{CustomModelData:90001,stellarity.special_item:\"prismatic_punch\",Charged:0b}"
+ },
+ {
+ "function": "minecraft:set_lore",
+ "entity": "this",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.prismatic_punch.description.1",
+ "fallback": "Converts Arrows to Prismatic Blasts",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.prismatic_punch.description.2",
+ "fallback": "that produce colorful explosions on hit",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ "",
+ [
+ {
+ "text": "- ",
+ "color": "#BA02D7",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.special.developer",
+ "fallback": "Developer Item",
+ "color": "#BA02D7",
+ "italic": false
+ },
+ {
+ "text": " -",
+ "color": "#BA02D7",
+ "italic": false
+ }
+ ]
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sabrewing.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sabrewing.json
index 136eaac..ccf1ebd 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sabrewing.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sabrewing.json
@@ -1,53 +1,53 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:bow",
- "functions": [
- {
- "function": "minecraft:set_name",
- "name": {
- "translate": "stellarity.items.weapons.sabrewing",
- "fallback": "Sabrewing",
- "color": "#FFE853",
- "italic": false
- }
- },
- {
- "function": "minecraft:set_lore",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.sabrewing.description.1",
- "fallback": "Supercharge your shots",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.sabrewing.description.2",
- "fallback": "for increased damage and velocity",
- "color": "#EEEEEE",
- "italic": false
- },
- "",
- {
- "translate": "stellarity.items.weapons.sabrewing.flavor_text",
- "fallback": "'It might be broken'",
- "color": "#EEEEEE",
- "italic": true
- }
- ]
- },
- {
- "function": "minecraft:set_nbt",
- "tag": "{CustomModelData:90001,stellarity.special_item:\"sabrewing\",stellar_durability:{enabled:1b,max_dur:504}}"
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:bow",
+ "functions": [
+ {
+ "function": "minecraft:set_name",
+ "name": {
+ "translate": "stellarity.items.weapons.sabrewing",
+ "fallback": "Sabrewing",
+ "color": "#FFE853",
+ "italic": false
+ }
+ },
+ {
+ "function": "minecraft:set_lore",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.sabrewing.description.1",
+ "fallback": "Supercharge your shots",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.sabrewing.description.2",
+ "fallback": "for increased damage and velocity",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ "",
+ {
+ "translate": "stellarity.items.weapons.sabrewing.flavor_text",
+ "fallback": "'It might be broken'",
+ "color": "#EEEEEE",
+ "italic": true
+ }
+ ]
+ },
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{CustomModelData:90001,stellarity.special_item:\"sabrewing\",stellar_durability:{enabled:1b,max_dur:504}}"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sariel.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sariel.json
index 72583c6..0074dd0 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sariel.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sariel.json
@@ -1,140 +1,140 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:iron_sword",
- "functions": [
- {
- "function": "minecraft:set_name",
- "entity": "this",
- "name": [
- {
- "text": "S",
- "color": "#f6f6f6",
- "italic": false
- },
- {
- "text": "a",
- "color": "#f7f1d4",
- "italic": false
- },
- {
- "text": "r",
- "color": "#f9ecb3",
- "italic": false
- },
- {
- "text": "i",
- "color": "#fbe791",
- "italic": false
- },
- {
- "text": "e",
- "color": "#fde270",
- "italic": false
- },
- {
- "text": "l",
- "color": "#ffdd4f",
- "italic": false
- }
- ]
- },
- {
- "function": "minecraft:set_nbt",
- "tag": "{stellarity.special_item:\"sariel\",CustomModelData:90000,stellar_durability:{enabled:1b,max_dur:384},HideFlags:6}"
- },
- {
- "function": "minecraft:set_lore",
- "entity": "this",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.sariel.description.1",
- "fallback": "Has a chance to heal",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.sariel.description.2",
- "fallback": "any nearby player on attacks",
- "color": "#EEEEEE",
- "italic": false
- },
- "",
- {
- "translate": "stellarity.items.weapons.sariel.flavor_text",
- "fallback": "'Now, Until The Moment You Die'",
- "color": "#EEEEEE",
- "italic": true
- },
- "",
- {
- "translate": "item.modifiers.mainhand",
- "color": "gray",
- "italic": false
- },
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "4"
- },
- {
- "translate": "attribute.name.generic.attack_damage"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "2.3"
- },
- {
- "translate": "attribute.name.generic.attack_speed"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ]
- ]
- },
- {
- "function": "minecraft:set_attributes",
- "modifiers": [
- {
- "attribute": "minecraft:generic.attack_speed",
- "name": "",
- "amount": -1.7,
- "operation": "addition",
- "id": "48369ce8-2a5a-4a76-b617-fe9e596ac1e0",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.attack_damage",
- "name": "",
- "amount": 3,
- "operation": "addition",
- "id": "6994a1a3-f915-4d5b-9fec-1a6fea505586",
- "slot": "mainhand"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:iron_sword",
+ "functions": [
+ {
+ "function": "minecraft:set_name",
+ "entity": "this",
+ "name": [
+ {
+ "text": "S",
+ "color": "#f6f6f6",
+ "italic": false
+ },
+ {
+ "text": "a",
+ "color": "#f7f1d4",
+ "italic": false
+ },
+ {
+ "text": "r",
+ "color": "#f9ecb3",
+ "italic": false
+ },
+ {
+ "text": "i",
+ "color": "#fbe791",
+ "italic": false
+ },
+ {
+ "text": "e",
+ "color": "#fde270",
+ "italic": false
+ },
+ {
+ "text": "l",
+ "color": "#ffdd4f",
+ "italic": false
+ }
+ ]
+ },
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{stellarity.special_item:\"sariel\",CustomModelData:90000,stellar_durability:{enabled:1b,max_dur:384},HideFlags:6}"
+ },
+ {
+ "function": "minecraft:set_lore",
+ "entity": "this",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.sariel.description.1",
+ "fallback": "Has a chance to heal",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.sariel.description.2",
+ "fallback": "any nearby player on attacks",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ "",
+ {
+ "translate": "stellarity.items.weapons.sariel.flavor_text",
+ "fallback": "'Now, Until The Moment You Die'",
+ "color": "#EEEEEE",
+ "italic": true
+ },
+ "",
+ {
+ "translate": "item.modifiers.mainhand",
+ "color": "gray",
+ "italic": false
+ },
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "4"
+ },
+ {
+ "translate": "attribute.name.generic.attack_damage"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "2.3"
+ },
+ {
+ "translate": "attribute.name.generic.attack_speed"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ]
+ ]
+ },
+ {
+ "function": "minecraft:set_attributes",
+ "modifiers": [
+ {
+ "attribute": "minecraft:generic.attack_speed",
+ "name": "",
+ "amount": -1.7,
+ "operation": "addition",
+ "id": "48369ce8-2a5a-4a76-b617-fe9e596ac1e0",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.attack_damage",
+ "name": "",
+ "amount": 3,
+ "operation": "addition",
+ "id": "6994a1a3-f915-4d5b-9fec-1a6fea505586",
+ "slot": "mainhand"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sharanga.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sharanga.json
index 0bed8bc..78106ef 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sharanga.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sharanga.json
@@ -1,66 +1,66 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:bow",
- "functions": [
- {
- "function": "minecraft:set_name",
- "entity": "this",
- "name": {
- "translate": "stellarity.items.weapons.sharanga",
- "fallback": "Sharanga",
- "color": "#FF6B6B",
- "italic": false
- }
- },
- {
- "function": "minecraft:set_nbt",
- "tag": "{CustomModelData:90000,stellarity.special_item:\"sharanga\",stellar_durability:{enabled:1b,max_dur:424}}"
- },
- {
- "function": "minecraft:set_lore",
- "entity": "this",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.sharanga.description.1",
- "fallback": "Converts Spectral Arrows into",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.sharanga.description.2",
- "fallback": "Spectral Bolts which travel",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.sharanga.description.3",
- "fallback": "in a straight line",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.sharanga.description.4",
- "fallback": "33% chance to save Spectral Arrows,",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.sharanga.description.5",
- "fallback": "doubles with Infinity enchantment",
- "color": "#EEEEEE",
- "italic": false
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:bow",
+ "functions": [
+ {
+ "function": "minecraft:set_name",
+ "entity": "this",
+ "name": {
+ "translate": "stellarity.items.weapons.sharanga",
+ "fallback": "Sharanga",
+ "color": "#FF6B6B",
+ "italic": false
+ }
+ },
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{CustomModelData:90000,stellarity.special_item:\"sharanga\",stellar_durability:{enabled:1b,max_dur:424}}"
+ },
+ {
+ "function": "minecraft:set_lore",
+ "entity": "this",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.sharanga.description.1",
+ "fallback": "Converts Spectral Arrows into",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.sharanga.description.2",
+ "fallback": "Spectral Bolts which travel",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.sharanga.description.3",
+ "fallback": "in a straight line",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.sharanga.description.4",
+ "fallback": "33% chance to save Spectral Arrows,",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.sharanga.description.5",
+ "fallback": "doubles with Infinity enchantment",
+ "color": "#EEEEEE",
+ "italic": false
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/spirit_dagger.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/spirit_dagger.json
index 10932dc..783220d 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/spirit_dagger.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/spirit_dagger.json
@@ -1,152 +1,152 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:diamond_sword",
- "functions": [
- {
- "function": "minecraft:set_name",
- "name": {
- "translate": "stellarity.items.weapons.spirit_dagger",
- "fallback": "Spirit Dagger",
- "color": "#8AE0E5",
- "italic": false
- }
- },
- {
- "function": "minecraft:set_lore",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.spirit_dagger.description.1",
- "fallback": "Holding one attracts Spirits on slashes",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.spirit_dagger.description.2",
- "fallback": "Holding one in both left and right hand",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.spirit_dagger.description.3",
- "fallback": "allows you to consume said Spirits",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.spirit_dagger.description.4",
- "fallback": "to instantly teleport to them",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.spirit_dagger.description.5",
- "fallback": "and gain a short attack buff",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.spirit_dagger.description.6",
- "fallback": "Enchantments scale from both Daggers",
- "color": "#EEEEEE",
- "italic": false
- },
- "",
- {
- "translate": "stellarity.items.weapons.spirit_dagger.flavor_text",
- "fallback": "'yes, I like roblox, okay?'",
- "color": "#EEEEEE",
- "italic": true
- },
- [
- {
- "text": "- ",
- "color": "#BA02D7",
- "italic": false
- },
- {
- "translate": "stellarity.items.special.developer",
- "fallback": "Developer Item",
- "color": "#BA02D7",
- "italic": false
- },
- {
- "text": " -",
- "color": "#BA02D7",
- "italic": false
- }
- ],
- "",
- {
- "translate": "item.modifiers.mainhand",
- "color": "gray",
- "italic": false
- },
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "5"
- },
- {
- "translate": "attribute.name.generic.attack_damage"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "1.9"
- },
- {
- "translate": "attribute.name.generic.attack_speed"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ]
- ]
- },
- {
- "function": "minecraft:set_attributes",
- "modifiers": [
- {
- "attribute": "minecraft:generic.attack_damage",
- "name": "",
- "amount": 4,
- "operation": "addition",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.attack_speed",
- "name": "",
- "amount": -2.1,
- "operation": "addition",
- "slot": "mainhand"
- }
- ]
- },
- {
- "function": "minecraft:set_nbt",
- "tag": "{CustomModelData:90000,stellarity.special_item:\"spirit_dagger\",stellar_durability:{enabled:1b,max_dur:480},HideFlags:6}"
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:diamond_sword",
+ "functions": [
+ {
+ "function": "minecraft:set_name",
+ "name": {
+ "translate": "stellarity.items.weapons.spirit_dagger",
+ "fallback": "Spirit Dagger",
+ "color": "#8AE0E5",
+ "italic": false
+ }
+ },
+ {
+ "function": "minecraft:set_lore",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.spirit_dagger.description.1",
+ "fallback": "Holding one attracts Spirits on slashes",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.spirit_dagger.description.2",
+ "fallback": "Holding one in both left and right hand",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.spirit_dagger.description.3",
+ "fallback": "allows you to consume said Spirits",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.spirit_dagger.description.4",
+ "fallback": "to instantly teleport to them",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.spirit_dagger.description.5",
+ "fallback": "and gain a short attack buff",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.spirit_dagger.description.6",
+ "fallback": "Enchantments scale from both Daggers",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ "",
+ {
+ "translate": "stellarity.items.weapons.spirit_dagger.flavor_text",
+ "fallback": "'yes, I like roblox, okay?'",
+ "color": "#EEEEEE",
+ "italic": true
+ },
+ [
+ {
+ "text": "- ",
+ "color": "#BA02D7",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.special.developer",
+ "fallback": "Developer Item",
+ "color": "#BA02D7",
+ "italic": false
+ },
+ {
+ "text": " -",
+ "color": "#BA02D7",
+ "italic": false
+ }
+ ],
+ "",
+ {
+ "translate": "item.modifiers.mainhand",
+ "color": "gray",
+ "italic": false
+ },
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "5"
+ },
+ {
+ "translate": "attribute.name.generic.attack_damage"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "1.9"
+ },
+ {
+ "translate": "attribute.name.generic.attack_speed"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ]
+ ]
+ },
+ {
+ "function": "minecraft:set_attributes",
+ "modifiers": [
+ {
+ "attribute": "minecraft:generic.attack_damage",
+ "name": "",
+ "amount": 4,
+ "operation": "addition",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.attack_speed",
+ "name": "",
+ "amount": -2.1,
+ "operation": "addition",
+ "slot": "mainhand"
+ }
+ ]
+ },
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{CustomModelData:90000,stellarity.special_item:\"spirit_dagger\",stellar_durability:{enabled:1b,max_dur:480},HideFlags:6}"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/stella.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/stella.json
index f3b2202..7037abf 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/stella.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/stella.json
@@ -1,103 +1,103 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:netherite_sword",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{stellarity.special_item:\"stella\",CustomModelData:90003,HideFlags:6}"
- },
- {
- "function": "minecraft:set_name",
- "name": {
- "translate": "stellarity.items.weapons.stella",
- "fallback": "Stella",
- "color": "light_purple",
- "italic": false
- }
- },
- {
- "function": "minecraft:set_lore",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.stella.description.1",
- "fallback": "The more you attack, the more",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.stella.description.2",
- "fallback": "damage the prismatic flames do!",
- "color": "#EEEEEE",
- "italic": false
- },
- "",
- {
- "translate": "item.modifiers.mainhand",
- "color": "gray",
- "italic": false
- },
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "6"
- },
- {
- "translate": "attribute.name.generic.attack_damage"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "1.6"
- },
- {
- "translate": "attribute.name.generic.attack_speed"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ]
- ]
- },
- {
- "function": "minecraft:set_attributes",
- "modifiers": [
- {
- "attribute": "minecraft:generic.attack_damage",
- "name": "",
- "amount": 5,
- "operation": "addition",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.attack_speed",
- "name": "",
- "amount": -2.4,
- "operation": "addition",
- "slot": "mainhand"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:netherite_sword",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{stellarity.special_item:\"stella\",CustomModelData:90003,HideFlags:6}"
+ },
+ {
+ "function": "minecraft:set_name",
+ "name": {
+ "translate": "stellarity.items.weapons.stella",
+ "fallback": "Stella",
+ "color": "light_purple",
+ "italic": false
+ }
+ },
+ {
+ "function": "minecraft:set_lore",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.stella.description.1",
+ "fallback": "The more you attack, the more",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.stella.description.2",
+ "fallback": "damage the prismatic flames do!",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ "",
+ {
+ "translate": "item.modifiers.mainhand",
+ "color": "gray",
+ "italic": false
+ },
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "6"
+ },
+ {
+ "translate": "attribute.name.generic.attack_damage"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "1.6"
+ },
+ {
+ "translate": "attribute.name.generic.attack_speed"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ]
+ ]
+ },
+ {
+ "function": "minecraft:set_attributes",
+ "modifiers": [
+ {
+ "attribute": "minecraft:generic.attack_damage",
+ "name": "",
+ "amount": 5,
+ "operation": "addition",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.attack_speed",
+ "name": "",
+ "amount": -2.4,
+ "operation": "addition",
+ "slot": "mainhand"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/tamaris.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/tamaris.json
index d9f5088..a218bdf 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/tamaris.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/tamaris.json
@@ -1,129 +1,129 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:netherite_sword",
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{stellarity.special_item:\"tamaris\",stellar_durability:{enabled:1b,max_dur:1562},CustomModelData:90002,HideFlags:6}"
- },
- {
- "function": "minecraft:set_name",
- "name": {
- "translate": "stellarity.items.weapons.tamaris",
- "fallback": "Tamaris",
- "color": "#B2B2B2",
- "italic": false
- }
- },
- {
- "function": "minecraft:set_lore",
- "lore": [
- "",
- [
- {
- "translate": "stellarity.items.weapons.tamaris.description.1",
- "fallback": "Press",
- "color": "#EEEEEE",
- "italic": false
- },
- [
- " [",
- {
- "keybind": "key.sneak"
- },
- "] "
- ],
- {
- "translate": "stellarity.items.weapons.tamaris.description.1_5",
- "fallback": "to activate your Execute ability,"
- }
- ],
- {
- "translate": "stellarity.items.weapons.tamaris.description.2",
- "fallback": "instantly killing nearby enemies with low health!",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.tamaris.description.3",
- "fallback": "Applies Dark Decay on hit",
- "color": "#EEEEEE",
- "italic": false
- },
- "",
- {
- "translate": "stellarity.items.tamaris.flavor_text",
- "fallback": "'Property of Captain Hannah'",
- "color": "#EEEEEE",
- "italic": true
- },
- "",
- {
- "translate": "item.modifiers.mainhand",
- "color": "gray",
- "italic": false
- },
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "6"
- },
- {
- "translate": "attribute.name.generic.attack_damage"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "1.4"
- },
- {
- "translate": "attribute.name.generic.attack_speed"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ]
- ]
- },
- {
- "function": "minecraft:set_attributes",
- "modifiers": [
- {
- "attribute": "minecraft:generic.attack_damage",
- "name": "",
- "amount": 5,
- "operation": "addition",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.attack_speed",
- "name": "",
- "amount": -2.6,
- "operation": "addition",
- "slot": "mainhand"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:netherite_sword",
+ "functions": [
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{stellarity.special_item:\"tamaris\",stellar_durability:{enabled:1b,max_dur:1562},CustomModelData:90002,HideFlags:6}"
+ },
+ {
+ "function": "minecraft:set_name",
+ "name": {
+ "translate": "stellarity.items.weapons.tamaris",
+ "fallback": "Tamaris",
+ "color": "#B2B2B2",
+ "italic": false
+ }
+ },
+ {
+ "function": "minecraft:set_lore",
+ "lore": [
+ "",
+ [
+ {
+ "translate": "stellarity.items.weapons.tamaris.description.1",
+ "fallback": "Press",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ [
+ " [",
+ {
+ "keybind": "key.sneak"
+ },
+ "] "
+ ],
+ {
+ "translate": "stellarity.items.weapons.tamaris.description.1_5",
+ "fallback": "to activate your Execute ability,"
+ }
+ ],
+ {
+ "translate": "stellarity.items.weapons.tamaris.description.2",
+ "fallback": "instantly killing nearby enemies with low health!",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.tamaris.description.3",
+ "fallback": "Applies Dark Decay on hit",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ "",
+ {
+ "translate": "stellarity.items.tamaris.flavor_text",
+ "fallback": "'Property of Captain Hannah'",
+ "color": "#EEEEEE",
+ "italic": true
+ },
+ "",
+ {
+ "translate": "item.modifiers.mainhand",
+ "color": "gray",
+ "italic": false
+ },
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "6"
+ },
+ {
+ "translate": "attribute.name.generic.attack_damage"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "1.4"
+ },
+ {
+ "translate": "attribute.name.generic.attack_speed"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ]
+ ]
+ },
+ {
+ "function": "minecraft:set_attributes",
+ "modifiers": [
+ {
+ "attribute": "minecraft:generic.attack_damage",
+ "name": "",
+ "amount": 5,
+ "operation": "addition",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.attack_speed",
+ "name": "",
+ "amount": -2.6,
+ "operation": "addition",
+ "slot": "mainhand"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/zephyr.json b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/zephyr.json
index 7e31bd2..cd64e4e 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/zephyr.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/zephyr.json
@@ -1,145 +1,145 @@
-{
- "pools": [
- {
- "rolls": 0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:iron_sword",
- "functions": [
- {
- "function": "minecraft:set_attributes",
- "modifiers": [
- {
- "attribute": "minecraft:generic.attack_damage",
- "name": "",
- "amount": 6,
- "operation": "addition",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.attack_speed",
- "name": "",
- "amount": -2.4,
- "operation": "addition",
- "slot": "mainhand"
- },
- {
- "attribute": "minecraft:generic.movement_speed",
- "name": "",
- "amount": 0.075,
- "operation": "multiply_base",
- "slot": "mainhand"
- }
- ]
- },
- {
- "function": "minecraft:set_lore",
- "lore": [
- "",
- {
- "translate": "stellarity.items.weapons.zephyr.description.1",
- "fallback": "Killing enemies gives a short,",
- "color": "#EEEEEE",
- "italic": false
- },
- {
- "translate": "stellarity.items.weapons.zephyr.description.2",
- "fallback": "stacking bonus to movement speed",
- "color": "#EEEEEE",
- "italic": false
- },
- " ",
- [
- {
- "text": "- ",
- "color": "#F96854",
- "italic": false
- },
- {
- "translate": "stellarity.items.special.donator",
- "fallback": "Donator Item",
- "color": "#F96854",
- "italic": false
- },
- {
- "text": " -",
- "color": "#F96854",
- "italic": false
- }
- ],
- "",
- {
- "translate": "item.modifiers.mainhand",
- "color": "gray",
- "italic": false
- },
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "7"
- },
- {
- "translate": "attribute.name.generic.attack_damage"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.equals.0",
- "with": [
- {
- "text": "1.6"
- },
- {
- "translate": "attribute.name.generic.attack_speed"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ],
- [
- " ",
- {
- "translate": "attribute.modifier.plus.1",
- "with": [
- {
- "text": "7.5"
- },
- {
- "translate": "attribute.name.generic.movement_speed"
- }
- ],
- "color": "dark_green",
- "italic": false
- }
- ]
- ]
- },
- {
- "function": "minecraft:set_nbt",
- "tag": "{CustomModelData:90001,stellarity.special_item:\"zephyr\",stellar_durability:{enabled:1b,max_dur:512},HideFlags:6}"
- },
- {
- "function": "minecraft:set_name",
- "name": {
- "translate": "stellarity.items.weapons.zephyr",
- "fallback": "Zephyr",
- "color": "#E3E3E3",
- "italic": false
- }
- }
- ]
- }
- ]
- }
- ]
-}
+{
+ "pools": [
+ {
+ "rolls": 0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:iron_sword",
+ "functions": [
+ {
+ "function": "minecraft:set_attributes",
+ "modifiers": [
+ {
+ "attribute": "minecraft:generic.attack_damage",
+ "name": "",
+ "amount": 6,
+ "operation": "addition",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.attack_speed",
+ "name": "",
+ "amount": -2.4,
+ "operation": "addition",
+ "slot": "mainhand"
+ },
+ {
+ "attribute": "minecraft:generic.movement_speed",
+ "name": "",
+ "amount": 0.075,
+ "operation": "multiply_base",
+ "slot": "mainhand"
+ }
+ ]
+ },
+ {
+ "function": "minecraft:set_lore",
+ "lore": [
+ "",
+ {
+ "translate": "stellarity.items.weapons.zephyr.description.1",
+ "fallback": "Killing enemies gives a short,",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.weapons.zephyr.description.2",
+ "fallback": "stacking bonus to movement speed",
+ "color": "#EEEEEE",
+ "italic": false
+ },
+ " ",
+ [
+ {
+ "text": "- ",
+ "color": "#F96854",
+ "italic": false
+ },
+ {
+ "translate": "stellarity.items.special.donator",
+ "fallback": "Donator Item",
+ "color": "#F96854",
+ "italic": false
+ },
+ {
+ "text": " -",
+ "color": "#F96854",
+ "italic": false
+ }
+ ],
+ "",
+ {
+ "translate": "item.modifiers.mainhand",
+ "color": "gray",
+ "italic": false
+ },
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "7"
+ },
+ {
+ "translate": "attribute.name.generic.attack_damage"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.equals.0",
+ "with": [
+ {
+ "text": "1.6"
+ },
+ {
+ "translate": "attribute.name.generic.attack_speed"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ],
+ [
+ " ",
+ {
+ "translate": "attribute.modifier.plus.1",
+ "with": [
+ {
+ "text": "7.5"
+ },
+ {
+ "translate": "attribute.name.generic.movement_speed"
+ }
+ ],
+ "color": "dark_green",
+ "italic": false
+ }
+ ]
+ ]
+ },
+ {
+ "function": "minecraft:set_nbt",
+ "tag": "{CustomModelData:90001,stellarity.special_item:\"zephyr\",stellar_durability:{enabled:1b,max_dur:512},HideFlags:6}"
+ },
+ {
+ "function": "minecraft:set_name",
+ "name": {
+ "translate": "stellarity.items.weapons.zephyr",
+ "fallback": "Zephyr",
+ "color": "#E3E3E3",
+ "italic": false
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/campsite.json b/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/campsite.json
index d0ef310..ac192be 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/campsite.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/campsite.json
@@ -1,18 +1,18 @@
-{
- "structures": [
- {
- "structure": "stellarity:campsite",
- "weight": 1
- }
- ],
- "placement": {
- "type": "minecraft:random_spread",
- "salt": 278609929,
- "exclusion_zone": {
- "other_set": "minecraft:end_cities",
- "chunk_count": 10
- },
- "spacing": 11,
- "separation": 6
- }
-}
+{
+ "structures": [
+ {
+ "structure": "stellarity:campsite",
+ "weight": 1
+ }
+ ],
+ "placement": {
+ "type": "minecraft:random_spread",
+ "salt": 278609929,
+ "exclusion_zone": {
+ "other_set": "minecraft:end_cities",
+ "chunk_count": 10
+ },
+ "spacing": 11,
+ "separation": 6
+ }
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/chapel.json b/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/chapel.json
index 358e9c0..4278d4f 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/chapel.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/chapel.json
@@ -1,18 +1,18 @@
-{
- "structures": [
- {
- "structure": "stellarity:chapel_of_light",
- "weight": 1
- }
- ],
- "placement": {
- "type": "minecraft:random_spread",
- "salt": 100801420,
- "exclusion_zone": {
- "other_set": "minecraft:end_cities",
- "chunk_count": 10
- },
- "spacing": 12,
- "separation": 11
- }
-}
+{
+ "structures": [
+ {
+ "structure": "stellarity:chapel_of_light",
+ "weight": 1
+ }
+ ],
+ "placement": {
+ "type": "minecraft:random_spread",
+ "salt": 100801420,
+ "exclusion_zone": {
+ "other_set": "minecraft:end_cities",
+ "chunk_count": 10
+ },
+ "spacing": 12,
+ "separation": 11
+ }
+}
diff --git a/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/return_gateways.json b/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/return_gateways.json
index 2e62b4d..b081511 100644
--- a/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/return_gateways.json
+++ b/config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/return_gateways.json
@@ -1,23 +1,23 @@
-{
- "structures": [
- {
- "structure": "stellarity:return_gateways/bloody_flying",
- "weight": 1
- },
- {
- "structure": "stellarity:return_gateways/snowy_flying",
- "weight": 1
- },
- {
- "structure": "stellarity:return_gateways/base_flying",
- "weight": 1
- }
- ],
- "placement": {
- "type": "minecraft:random_spread",
- "salt": 5783475,
- "spread_type": "triangular",
- "spacing": 25,
- "separation": 17
- }
-}
+{
+ "structures": [
+ {
+ "structure": "stellarity:return_gateways/bloody_flying",
+ "weight": 1
+ },
+ {
+ "structure": "stellarity:return_gateways/snowy_flying",
+ "weight": 1
+ },
+ {
+ "structure": "stellarity:return_gateways/base_flying",
+ "weight": 1
+ }
+ ],
+ "placement": {
+ "type": "minecraft:random_spread",
+ "salt": 5783475,
+ "spread_type": "triangular",
+ "spacing": 25,
+ "separation": 17
+ }
+}
diff --git a/config/openloader/data/CtE_Configuration/data/supplementaries/catchable_mobs_propreties/chococraft_chocobo.json b/config/openloader/data/CtE_Configuration/data/supplementaries/catchable_mobs_propreties/chococraft_chocobo.json
index a25baf1..bcd8de1 100644
--- a/config/openloader/data/CtE_Configuration/data/supplementaries/catchable_mobs_propreties/chococraft_chocobo.json
+++ b/config/openloader/data/CtE_Configuration/data/supplementaries/catchable_mobs_propreties/chococraft_chocobo.json
@@ -1,12 +1,12 @@
-{
- "height_increment": 0.0,
- "owners": [
- "chococraft:chocobo"
- ],
- "allowed_in":{
- "cage": {
- "allow":true
- }
- },
- "width_increment": 0.0
+{
+ "height_increment": 0.0,
+ "owners": [
+ "chococraft:chocobo"
+ ],
+ "allowed_in":{
+ "cage": {
+ "allow":true
+ }
+ },
+ "width_increment": 0.0
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/supplementaries/tags/entity_types/cage_catchable.json b/config/openloader/data/CtE_Configuration/data/supplementaries/tags/entity_types/cage_catchable.json
index a386d8a..7503ab3 100644
--- a/config/openloader/data/CtE_Configuration/data/supplementaries/tags/entity_types/cage_catchable.json
+++ b/config/openloader/data/CtE_Configuration/data/supplementaries/tags/entity_types/cage_catchable.json
@@ -1,246 +1,246 @@
-{
- "replace": true,
- "values": [
- {"id":"blue_skies:cosmic_fox","required":false},
- {"id":"blue_skies:crystal_camel","required":false},
- {"id":"blue_skies:reindeer","required":false},
- {"id":"minecraft:cow","required":false},
- {"id":"minecraft:pig","required":false},
- {"id":"minecraft:sheep","required":false},
- {"id":"minecraft:chicken","required":false},
- {"id":"minecraft:villager","required":false},
- {"id":"minecraft:wolf","required":false},
- {"id":"minecraft:horse","required":false},
- {"id":"chococraft:chocobo","required":false},
- {"id":"minecraft:slime","required":false},
- {"id":"minecraft:vex","required":false},
- {"id":"minecraft:bee","required":false},
- {"id":"minecraft:frog","required":false},
- {"id":"minecraft:allay","required":false},
- {"id":"minecraft:magma_cube","required":false},
- {"id":"minecraft:endermite","required":false},
- {"id":"minecraft:parrot","required":false},
- {"id":"minecraft:rabbit","required":false},
- {"id":"minecraft:cat","required":false},
- {"id":"minecraft:chicken","required":false},
- {"id":"minecraft:bat","required":false},
- {"id":"minecraft:fox","required":false},
- {"id":"minecraft:ocelot","required":false},
- {"id":"sleep_tight:bedbug","required":false},
- {"id":"ecologics:lizard","required":false},
- {"id":"feywild:spring_pixie","required":false},
- {"id":"feywild:autumn_pixie","required":false},
- {"id":"feywild:summer_pixie","required":false},
- {"id":"feywild:winter_pixie","required":false},
- {"id":"eanimod:enhanced_chicken","required":false},
- {"id":"eanimod:enhanced_rabbit","required":false},
- {"id":"quark:foxhound","required":false},
- {"id":"bettermushroom:shroomie","required":false},
- {"id":"bettermushroom:shroomie_eater","required":false},
- {"id":"bettermushroom:mushrooms_spores","required":false},
- {"id":"untamedwilds:softshell_turtle","required":false},
- {"id":"untamedwilds:tortoise","required":false},
- {"id":"untamedwilds:tarantula","required":false},
- {"id":"wyrmroost:lesser_desertwyrm","required":false},
- {"id":"wyrmroost:roost_stalker","required":false},
- {"id":"wyrmroost:coin_dragon","required":false},
- {"id":"infernalexp:voline","required":false},
- {"id":"infernalexp:shroomloin","required":false},
- {"id":"kobolds:kobold_zombie","required":false},
- {"id":"kobolds:kobold_child","required":false},
- {"id":"fins:mudhorse","required":false},
- {"id":"alexsmobs:raccoon","required":false},
- {"id":"alexsmobs:mungus","required":false},
- {"id":"alexsmobs:tasmanian_devil","required":false},
- {"id":"alexsmobs:enderiophage","required":false},
- {"id":"alexsmobs:platypus","required":false},
- {"id":"alexsmobs:crow","required":false},
- {"id":"alexsmobs:mimicube","required":false},
- {"id":"iceandfire:pixie","required":false},
- {"id":"alexsmobs:fly","required":false},
- {"id":"alexsmobs:hummingbird","required":false},
- {"id":"alexsmobs:cockroach","required":false},
- {"id":"terraincognita:butterfly","required":false},
- {"id":"buzzierbees:honey_slime","required":false},
- {"id":"mysticalworld:frog","required":false},
- {"id":"mysticalworld:beetle","required":false},
- {"id":"mysticalworld:silkworm","required":false},
- {"id":"druidcraft:lunar_moth","required":false},
- {"id":"druidcraft:dreadfish","required":false},
- {"id":"swampexpansion:slabfish","required":false},
- {"id":"endergetic:puff_bug","required":false},
- {"id":"betterendforge:end_slime","required":false},
- {"id":"betterendforge:dragonfly","required":false},
- {"id":"betterendforge:silk_moth","required":false},
- {"id":"savage_and_ravage:creepie","required":false},
- {"id":"betteranimalsplus:butterfly","required":false},
- {"id":"whisperwoods:moth","required":false},
- {"id":"fins:river_pebble_snail","required":false},
- {"id":"tconstruct:sky_slime","required":false},
- {"id":"twilightforest:maze_slime","required":false},
- {"id":"alexsmobs:roadrunner","required":false},
- {"id":"alexsmobs:rattlesnake","required":false},
- {"id":"alexsmobs:lobster","required":false},
- {"id":"alexsmobs:capuchin_monkey","required":false},
- {"id":"alexsmobs:maned_wolf","required":false},
- {"id":"alexsmobs:gelada_monkey","required":false},
- {"id":"alexsmobs:gazelle","required":false},
- {"id":"alexsmobs:triops","required":false},
- {"id":"alexsmobs:banana_slug","required":false},
- {"id":"alexsmobs:blue_jay","required":false},
- {"id":"alexsmobs:leafcutter_ant","required":false},
- {"id":"alexsmobs:arrau_turtle","required":false},
- {"id":"alexsmobs:box_turtle","required":false},
- {"id":"alexsmobs:starshell_turtle","required":false},
- {"id":"minecraft:llama","required":false},
- {"id":"mysticalworld:silver_fox","required":false},
- {"id":"mysticalworld:sprout","required":false},
- {"id":"mysticalworld:endermini","required":false},
- {"id":"mysticalworld:lava_cat","required":false},
- {"id":"mysticalworld:owl","required":false},
- {"id":"mysticalworld:hell_sprout","required":false},
- {"id":"quark:crab","required":false},
- {"id":"quark:foxhound","required":false},
- {"id":"quark:stoneling","required":false},
- {"id":"quark:frog","required":false},
- {"id":"rats:rat","required":false},
- {"id":"rats:piper","required":false},
- {"id":"rats:plague_doctor","required":false},
- {"id":"rats:black_death","required":false},
- {"id":"rats:plague_cloud","required":false},
- {"id":"rats:plague_beast","required":false},
- {"id":"rats:rat_king","required":false},
- {"id":"rats:demon_rat","required":false},
- {"id":"rats:ratlantean_spirit","required":false},
- {"id":"rats:ratlantean_automation","required":false},
- {"id":"rats:feral_ratlantean","required":false},
- {"id":"rats:neo_ratlantean","required":false},
- {"id":"rats:pirat","required":false},
- {"id":"rats:ghost_pirat","required":false},
- {"id":"rats:dutchrat","required":false},
- {"id":"rats:ratfish","required":false},
- {"id":"rats:ratlantean_ratbot","required":false},
- {"id":"rats:rat_baron","required":false},
- {"id":"autumnity:snail","required":false},
- {"id":"betteranimalsplus:lammergeier","required":false},
- {"id":"betteranimalsplus:songbird","required":false},
- {"id":"betteranimalsplus:pheasant","required":false},
- {"id":"betteranimalsplus:squirrel","required":false},
- {"id":"betteranimalsplus:badger","required":false},
- {"id":"betteranimalsplus:turkey","required":false},
- {"id":"exoticbirds:roadrunner","required":false},
- {"id":"exoticbirds:hummingbird","required":false},
- {"id":"exoticbirds:woodpecker","required":false},
- {"id":"exoticbirds:kingfisher","required":false},
- {"id":"exoticbirds:toucan","required":false},
- {"id":"exoticbirds:macaw","required":false},
- {"id":"exoticbirds:magpie","required":false},
- {"id":"exoticbirds:kiwi","required":false},
- {"id":"exoticbirds:owl","required":false},
- {"id":"exoticbirds:gouldianfinch","required":false},
- {"id":"exoticbirds:gull","required":false},
- {"id":"exoticbirds:pigeon","required":false},
- {"id":"exoticbirds:penguin","required":false},
- {"id":"exoticbirds:duck","required":false},
- {"id":"exoticbirds:booby","required":false},
- {"id":"exoticbirds:cardinal","required":false},
- {"id":"exoticbirds:bluejay","required":false},
- {"id":"exoticbirds:robin","required":false},
- {"id":"exoticbirds:kookaburra","required":false},
- {"id":"exoticbirds:budgerigar","required":false},
- {"id":"exoticbirds:cockatoo","required":false},
- {"id":"swampexpansion:slabfish","required":false},
- {"id":"betteranimalsplus:horseshoecrab","required":false},
- {"id":"betteranimalsplus:crab","required":false},
- {"id":"whisperwoods:wisp","required":false},
- {"id":"undergarden:muncher","required":false},
- {"id":"undergarden:scintling","required":false},
- {"id":"undergarden:rotling","required":false},
- {"id":"undergarden:sploogie","required":false},
- {"id":"dungeonsmod:crow","required":false},
- {"id":"dungeonsmod:anthermite","required":false},
- {"id":"pandoras_creatures:crab","required":false},
- {"id":"twilightforest:raven","required":false},
- {"id":"twilightforest:bunny","required":false},
- {"id":"twilightforest:penguin","required":false},
- {"id":"twilightforest:tiny_bird","required":false},
- {"id":"twilightforest:squirrel","required":false},
- {"id":"twilightforest:kobold","required":false},
- {"id":"twilightforest:death_tome","required":false},
- {"id":"environmental:duck","required":false},
- {"id":"environmental:cardinal","required":false},
- {"id":"environmental:fennec_fox","required":false},
- {"id":"environmental:slabfish","required":false},
- {"id":"environmental:penguin","required":false},
- {"id":"fins:flatback_leaf_snail","required":false},
- {"id":"fins:penglil","required":false},
- {"id":"fins:river_pebble_snail","required":false},
- {"id":"fins:siderol_whiskered_snail","required":false},
- {"id":"fins:red_bull_crab","required":false},
- {"id":"fins:white_bull_crab","required":false},
- {"id":"habitat:pooka","required":false},
- {"id":"habitat:passerine","required":false},
- {"id":"biomemakeover:dragonfly","required":false},
- {"id":"alexsmobs:seagull","required":false},
- {"id":"alexsmobs:toucan","required":false},
- {"id":"alexsmobs:jerboa","required":false},
- {"id":"alexsmobs:jerboa","required":false},
- {"id":"alexsmobs:potoo","required":false},
- {"id":"alexsmobs:flutter","required":false},
- {"id":"alexsmobs:rain_frog","required":false},
- {"id":"alexsmobs:sugar_glider","required":false},
- {"id":"naturalist:bluejay","required":false},
- {"id":"naturalist:canary","required":false},
- {"id":"naturalist:cardinal","required":false},
- {"id":"naturalist:robin","required":false},
- {"id":"naturalist:vulture","required":false},
- {"id":"alexsmobs:crow","required":false},
- {"id":"alexsmobs:toucan","required":false},
- {"id":"alexsmobs:seagull","required":false},
- {"id":"alexsmobs:bald_eagle","required":false},
- {"id":"biomemakeover:owl","required":false},
- {"id":"ecologics:penguin","required":false},
- {"id":"winteroverhaul:robin","required":false},
- {"id":"untitledduckmod:duck","required":false},
- {"id":"duckling:duck","required":false},
- {"id":"sprout:elephant","required":false},
- {"id":"alexsmobs:jerboa","required":false},
- {"id":"hedgehog:hedgehog","required":false},
- {"id":"cnb:lizard","required":false},
- {"id":"cutehermitcrabs:hermit_crab","required":false},
- {"id":"ecologics:coconut_crab","required":false},
- {"id":"biomemakeover:scuttler","required":false},
- {"id":"ars_nouveau:starbuncle","required":false},
- {"id":"ars_nouveau:whirlisprig","required":false},
- {"id":"the_bumblezone:honey_slime","required":false},
- {"id":"rottencreatures:scarab","required":false},
- {"id":"rottencreatures:flying_scarab","required":false},
- {"id":"bewitchment:owl","required":false},
- {"id":"bewitchment:raven","required":false},
- {"id":"bewitchment:toad","required":false},
- {"id":"biomemakeover:helmit_crab","required":false},
- {"id":"graveyard:reaper","required":false},
- {"id":"deeperdarker:sculk_leech","required":false},
- {"id":"twilightforest:dwarf_rabbit","required":false},
- {"id":"minecells:rancid_rat","required":false},
- {"id":"minecells:mutated_bat","required":false},
- {"id":"naturalist:snail","required":false},
- {"id":"naturalist:firefly","required":false},
- {"id":"naturalist:caterpillar","required":false},
- {"id":"naturalist:butterfly","required":false},
- {"id":"friendsandfoes:mauler","required":false},
- {"id":"friendsandfoes:glare","required":false},
- {"id":"ants:ant","required":false},
- {"id":"cave_enhancements:goop","required":false},
- {"id":"cave_enhancements:cruncher","required":false},
- {"id":"creatures_from_the_snow:penguin","required":false},
- {"id":"crittersandcompanions:leaf_insect","required":false},
- {"id":"crittersandcompanions:dragonfly","required":false},
- {"id":"crittersandcompanions:ferret","required":false},
- {"id":"crittersandcompanions:otter","required":false},
- {"id":"crittersandcompanions:red_panda","required":false},
- {"id":"enderscape:rubblemite","required":false},
- {"id":"friendsandfoes:moobloom","required":false}
- ]
-}
-
+{
+ "replace": true,
+ "values": [
+ {"id":"blue_skies:cosmic_fox","required":false},
+ {"id":"blue_skies:crystal_camel","required":false},
+ {"id":"blue_skies:reindeer","required":false},
+ {"id":"minecraft:cow","required":false},
+ {"id":"minecraft:pig","required":false},
+ {"id":"minecraft:sheep","required":false},
+ {"id":"minecraft:chicken","required":false},
+ {"id":"minecraft:villager","required":false},
+ {"id":"minecraft:wolf","required":false},
+ {"id":"minecraft:horse","required":false},
+ {"id":"chococraft:chocobo","required":false},
+ {"id":"minecraft:slime","required":false},
+ {"id":"minecraft:vex","required":false},
+ {"id":"minecraft:bee","required":false},
+ {"id":"minecraft:frog","required":false},
+ {"id":"minecraft:allay","required":false},
+ {"id":"minecraft:magma_cube","required":false},
+ {"id":"minecraft:endermite","required":false},
+ {"id":"minecraft:parrot","required":false},
+ {"id":"minecraft:rabbit","required":false},
+ {"id":"minecraft:cat","required":false},
+ {"id":"minecraft:chicken","required":false},
+ {"id":"minecraft:bat","required":false},
+ {"id":"minecraft:fox","required":false},
+ {"id":"minecraft:ocelot","required":false},
+ {"id":"sleep_tight:bedbug","required":false},
+ {"id":"ecologics:lizard","required":false},
+ {"id":"feywild:spring_pixie","required":false},
+ {"id":"feywild:autumn_pixie","required":false},
+ {"id":"feywild:summer_pixie","required":false},
+ {"id":"feywild:winter_pixie","required":false},
+ {"id":"eanimod:enhanced_chicken","required":false},
+ {"id":"eanimod:enhanced_rabbit","required":false},
+ {"id":"quark:foxhound","required":false},
+ {"id":"bettermushroom:shroomie","required":false},
+ {"id":"bettermushroom:shroomie_eater","required":false},
+ {"id":"bettermushroom:mushrooms_spores","required":false},
+ {"id":"untamedwilds:softshell_turtle","required":false},
+ {"id":"untamedwilds:tortoise","required":false},
+ {"id":"untamedwilds:tarantula","required":false},
+ {"id":"wyrmroost:lesser_desertwyrm","required":false},
+ {"id":"wyrmroost:roost_stalker","required":false},
+ {"id":"wyrmroost:coin_dragon","required":false},
+ {"id":"infernalexp:voline","required":false},
+ {"id":"infernalexp:shroomloin","required":false},
+ {"id":"kobolds:kobold_zombie","required":false},
+ {"id":"kobolds:kobold_child","required":false},
+ {"id":"fins:mudhorse","required":false},
+ {"id":"alexsmobs:raccoon","required":false},
+ {"id":"alexsmobs:mungus","required":false},
+ {"id":"alexsmobs:tasmanian_devil","required":false},
+ {"id":"alexsmobs:enderiophage","required":false},
+ {"id":"alexsmobs:platypus","required":false},
+ {"id":"alexsmobs:crow","required":false},
+ {"id":"alexsmobs:mimicube","required":false},
+ {"id":"iceandfire:pixie","required":false},
+ {"id":"alexsmobs:fly","required":false},
+ {"id":"alexsmobs:hummingbird","required":false},
+ {"id":"alexsmobs:cockroach","required":false},
+ {"id":"terraincognita:butterfly","required":false},
+ {"id":"buzzierbees:honey_slime","required":false},
+ {"id":"mysticalworld:frog","required":false},
+ {"id":"mysticalworld:beetle","required":false},
+ {"id":"mysticalworld:silkworm","required":false},
+ {"id":"druidcraft:lunar_moth","required":false},
+ {"id":"druidcraft:dreadfish","required":false},
+ {"id":"swampexpansion:slabfish","required":false},
+ {"id":"endergetic:puff_bug","required":false},
+ {"id":"betterendforge:end_slime","required":false},
+ {"id":"betterendforge:dragonfly","required":false},
+ {"id":"betterendforge:silk_moth","required":false},
+ {"id":"savage_and_ravage:creepie","required":false},
+ {"id":"betteranimalsplus:butterfly","required":false},
+ {"id":"whisperwoods:moth","required":false},
+ {"id":"fins:river_pebble_snail","required":false},
+ {"id":"tconstruct:sky_slime","required":false},
+ {"id":"twilightforest:maze_slime","required":false},
+ {"id":"alexsmobs:roadrunner","required":false},
+ {"id":"alexsmobs:rattlesnake","required":false},
+ {"id":"alexsmobs:lobster","required":false},
+ {"id":"alexsmobs:capuchin_monkey","required":false},
+ {"id":"alexsmobs:maned_wolf","required":false},
+ {"id":"alexsmobs:gelada_monkey","required":false},
+ {"id":"alexsmobs:gazelle","required":false},
+ {"id":"alexsmobs:triops","required":false},
+ {"id":"alexsmobs:banana_slug","required":false},
+ {"id":"alexsmobs:blue_jay","required":false},
+ {"id":"alexsmobs:leafcutter_ant","required":false},
+ {"id":"alexsmobs:arrau_turtle","required":false},
+ {"id":"alexsmobs:box_turtle","required":false},
+ {"id":"alexsmobs:starshell_turtle","required":false},
+ {"id":"minecraft:llama","required":false},
+ {"id":"mysticalworld:silver_fox","required":false},
+ {"id":"mysticalworld:sprout","required":false},
+ {"id":"mysticalworld:endermini","required":false},
+ {"id":"mysticalworld:lava_cat","required":false},
+ {"id":"mysticalworld:owl","required":false},
+ {"id":"mysticalworld:hell_sprout","required":false},
+ {"id":"quark:crab","required":false},
+ {"id":"quark:foxhound","required":false},
+ {"id":"quark:stoneling","required":false},
+ {"id":"quark:frog","required":false},
+ {"id":"rats:rat","required":false},
+ {"id":"rats:piper","required":false},
+ {"id":"rats:plague_doctor","required":false},
+ {"id":"rats:black_death","required":false},
+ {"id":"rats:plague_cloud","required":false},
+ {"id":"rats:plague_beast","required":false},
+ {"id":"rats:rat_king","required":false},
+ {"id":"rats:demon_rat","required":false},
+ {"id":"rats:ratlantean_spirit","required":false},
+ {"id":"rats:ratlantean_automation","required":false},
+ {"id":"rats:feral_ratlantean","required":false},
+ {"id":"rats:neo_ratlantean","required":false},
+ {"id":"rats:pirat","required":false},
+ {"id":"rats:ghost_pirat","required":false},
+ {"id":"rats:dutchrat","required":false},
+ {"id":"rats:ratfish","required":false},
+ {"id":"rats:ratlantean_ratbot","required":false},
+ {"id":"rats:rat_baron","required":false},
+ {"id":"autumnity:snail","required":false},
+ {"id":"betteranimalsplus:lammergeier","required":false},
+ {"id":"betteranimalsplus:songbird","required":false},
+ {"id":"betteranimalsplus:pheasant","required":false},
+ {"id":"betteranimalsplus:squirrel","required":false},
+ {"id":"betteranimalsplus:badger","required":false},
+ {"id":"betteranimalsplus:turkey","required":false},
+ {"id":"exoticbirds:roadrunner","required":false},
+ {"id":"exoticbirds:hummingbird","required":false},
+ {"id":"exoticbirds:woodpecker","required":false},
+ {"id":"exoticbirds:kingfisher","required":false},
+ {"id":"exoticbirds:toucan","required":false},
+ {"id":"exoticbirds:macaw","required":false},
+ {"id":"exoticbirds:magpie","required":false},
+ {"id":"exoticbirds:kiwi","required":false},
+ {"id":"exoticbirds:owl","required":false},
+ {"id":"exoticbirds:gouldianfinch","required":false},
+ {"id":"exoticbirds:gull","required":false},
+ {"id":"exoticbirds:pigeon","required":false},
+ {"id":"exoticbirds:penguin","required":false},
+ {"id":"exoticbirds:duck","required":false},
+ {"id":"exoticbirds:booby","required":false},
+ {"id":"exoticbirds:cardinal","required":false},
+ {"id":"exoticbirds:bluejay","required":false},
+ {"id":"exoticbirds:robin","required":false},
+ {"id":"exoticbirds:kookaburra","required":false},
+ {"id":"exoticbirds:budgerigar","required":false},
+ {"id":"exoticbirds:cockatoo","required":false},
+ {"id":"swampexpansion:slabfish","required":false},
+ {"id":"betteranimalsplus:horseshoecrab","required":false},
+ {"id":"betteranimalsplus:crab","required":false},
+ {"id":"whisperwoods:wisp","required":false},
+ {"id":"undergarden:muncher","required":false},
+ {"id":"undergarden:scintling","required":false},
+ {"id":"undergarden:rotling","required":false},
+ {"id":"undergarden:sploogie","required":false},
+ {"id":"dungeonsmod:crow","required":false},
+ {"id":"dungeonsmod:anthermite","required":false},
+ {"id":"pandoras_creatures:crab","required":false},
+ {"id":"twilightforest:raven","required":false},
+ {"id":"twilightforest:bunny","required":false},
+ {"id":"twilightforest:penguin","required":false},
+ {"id":"twilightforest:tiny_bird","required":false},
+ {"id":"twilightforest:squirrel","required":false},
+ {"id":"twilightforest:kobold","required":false},
+ {"id":"twilightforest:death_tome","required":false},
+ {"id":"environmental:duck","required":false},
+ {"id":"environmental:cardinal","required":false},
+ {"id":"environmental:fennec_fox","required":false},
+ {"id":"environmental:slabfish","required":false},
+ {"id":"environmental:penguin","required":false},
+ {"id":"fins:flatback_leaf_snail","required":false},
+ {"id":"fins:penglil","required":false},
+ {"id":"fins:river_pebble_snail","required":false},
+ {"id":"fins:siderol_whiskered_snail","required":false},
+ {"id":"fins:red_bull_crab","required":false},
+ {"id":"fins:white_bull_crab","required":false},
+ {"id":"habitat:pooka","required":false},
+ {"id":"habitat:passerine","required":false},
+ {"id":"biomemakeover:dragonfly","required":false},
+ {"id":"alexsmobs:seagull","required":false},
+ {"id":"alexsmobs:toucan","required":false},
+ {"id":"alexsmobs:jerboa","required":false},
+ {"id":"alexsmobs:jerboa","required":false},
+ {"id":"alexsmobs:potoo","required":false},
+ {"id":"alexsmobs:flutter","required":false},
+ {"id":"alexsmobs:rain_frog","required":false},
+ {"id":"alexsmobs:sugar_glider","required":false},
+ {"id":"naturalist:bluejay","required":false},
+ {"id":"naturalist:canary","required":false},
+ {"id":"naturalist:cardinal","required":false},
+ {"id":"naturalist:robin","required":false},
+ {"id":"naturalist:vulture","required":false},
+ {"id":"alexsmobs:crow","required":false},
+ {"id":"alexsmobs:toucan","required":false},
+ {"id":"alexsmobs:seagull","required":false},
+ {"id":"alexsmobs:bald_eagle","required":false},
+ {"id":"biomemakeover:owl","required":false},
+ {"id":"ecologics:penguin","required":false},
+ {"id":"winteroverhaul:robin","required":false},
+ {"id":"untitledduckmod:duck","required":false},
+ {"id":"duckling:duck","required":false},
+ {"id":"sprout:elephant","required":false},
+ {"id":"alexsmobs:jerboa","required":false},
+ {"id":"hedgehog:hedgehog","required":false},
+ {"id":"cnb:lizard","required":false},
+ {"id":"cutehermitcrabs:hermit_crab","required":false},
+ {"id":"ecologics:coconut_crab","required":false},
+ {"id":"biomemakeover:scuttler","required":false},
+ {"id":"ars_nouveau:starbuncle","required":false},
+ {"id":"ars_nouveau:whirlisprig","required":false},
+ {"id":"the_bumblezone:honey_slime","required":false},
+ {"id":"rottencreatures:scarab","required":false},
+ {"id":"rottencreatures:flying_scarab","required":false},
+ {"id":"bewitchment:owl","required":false},
+ {"id":"bewitchment:raven","required":false},
+ {"id":"bewitchment:toad","required":false},
+ {"id":"biomemakeover:helmit_crab","required":false},
+ {"id":"graveyard:reaper","required":false},
+ {"id":"deeperdarker:sculk_leech","required":false},
+ {"id":"twilightforest:dwarf_rabbit","required":false},
+ {"id":"minecells:rancid_rat","required":false},
+ {"id":"minecells:mutated_bat","required":false},
+ {"id":"naturalist:snail","required":false},
+ {"id":"naturalist:firefly","required":false},
+ {"id":"naturalist:caterpillar","required":false},
+ {"id":"naturalist:butterfly","required":false},
+ {"id":"friendsandfoes:mauler","required":false},
+ {"id":"friendsandfoes:glare","required":false},
+ {"id":"ants:ant","required":false},
+ {"id":"cave_enhancements:goop","required":false},
+ {"id":"cave_enhancements:cruncher","required":false},
+ {"id":"creatures_from_the_snow:penguin","required":false},
+ {"id":"crittersandcompanions:leaf_insect","required":false},
+ {"id":"crittersandcompanions:dragonfly","required":false},
+ {"id":"crittersandcompanions:ferret","required":false},
+ {"id":"crittersandcompanions:otter","required":false},
+ {"id":"crittersandcompanions:red_panda","required":false},
+ {"id":"enderscape:rubblemite","required":false},
+ {"id":"friendsandfoes:moobloom","required":false}
+ ]
+}
+
diff --git a/config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/chests/catacombs.json b/config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/chests/catacombs.json
index a500ad6..4346321 100644
--- a/config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/chests/catacombs.json
+++ b/config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/chests/catacombs.json
@@ -1,180 +1,180 @@
-{
- "type": "minecraft:chest",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "undergarden:music_disc_mammoth",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "undergarden:music_disc_relict",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "undergarden:forgotten_upgrade_smithing_template",
- "weight": 5
- },
- {
- "type": "minecraft:item",
- "name": "undergarden:forgotten_nugget"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "undergarden:gloomgourd_pie",
- "weight": 40
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "undergarden:cloggrum_nugget",
- "weight": 40
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "undergarden:froststeel_nugget",
- "weight": 40
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "undergarden:utheric_shard",
- "weight": 40
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 4.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "undergarden:regalium_crystal",
- "weight": 40
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 1.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "undergarden:gloomgourd_pie",
- "weight": 40
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_randomly"
- }
- ],
- "name": "undergarden:cloggrum_sword",
- "weight": 10
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_randomly"
- }
- ],
- "name": "undergarden:cloggrum_pickaxe",
- "weight": 10
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_randomly"
- }
- ],
- "name": "undergarden:cloggrum_axe",
- "weight": 10
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_randomly"
- }
- ],
- "name": "undergarden:cloggrum_shovel",
- "weight": 10
- }
- ],
- "rolls": {
- "type": "minecraft:uniform",
- "max": 8.0,
- "min": 3.0
- }
- },
- {
- "rolls": 5,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "cte2:cte2_treasure"
- }
- ]
- }
- ],
- "random_sequence": "undergarden:chests/catacombs"
+{
+ "type": "minecraft:chest",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "undergarden:music_disc_mammoth",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "undergarden:music_disc_relict",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "undergarden:forgotten_upgrade_smithing_template",
+ "weight": 5
+ },
+ {
+ "type": "minecraft:item",
+ "name": "undergarden:forgotten_nugget"
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "undergarden:gloomgourd_pie",
+ "weight": 40
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "undergarden:cloggrum_nugget",
+ "weight": 40
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "undergarden:froststeel_nugget",
+ "weight": 40
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "undergarden:utheric_shard",
+ "weight": 40
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 4.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "undergarden:regalium_crystal",
+ "weight": 40
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 1.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "undergarden:gloomgourd_pie",
+ "weight": 40
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:enchant_randomly"
+ }
+ ],
+ "name": "undergarden:cloggrum_sword",
+ "weight": 10
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:enchant_randomly"
+ }
+ ],
+ "name": "undergarden:cloggrum_pickaxe",
+ "weight": 10
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:enchant_randomly"
+ }
+ ],
+ "name": "undergarden:cloggrum_axe",
+ "weight": 10
+ },
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:enchant_randomly"
+ }
+ ],
+ "name": "undergarden:cloggrum_shovel",
+ "weight": 10
+ }
+ ],
+ "rolls": {
+ "type": "minecraft:uniform",
+ "max": 8.0,
+ "min": 3.0
+ }
+ },
+ {
+ "rolls": 5,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "cte2:cte2_treasure"
+ }
+ ]
+ }
+ ],
+ "random_sequence": "undergarden:chests/catacombs"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/entities/forgotten_guardian.json b/config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/entities/forgotten_guardian.json
index 2c2e8da..5b092fb 100644
--- a/config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/entities/forgotten_guardian.json
+++ b/config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/entities/forgotten_guardian.json
@@ -1,47 +1,47 @@
-{
- "type": "minecraft:entity",
- "pools": [
- {
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "conditions": [
- {
- "condition": "minecraft:killed_by_player"
- }
- ],
- "functions": [
- {
- "add": false,
- "count": {
- "type": "minecraft:uniform",
- "max": 16.0,
- "min": 4.0
- },
- "function": "minecraft:set_count"
- }
- ],
- "name": "undergarden:forgotten_nugget"
- }
- ],
- "rolls": 1.0
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "mmorpg:runes/und",
- "conditions": [
- {
- "condition": "minecraft:random_chance",
- "chance": 0.1
- }
- ]
- }
- ]
- }
- ],
- "random_sequence": "undergarden:entities/forgotten_guardian"
+{
+ "type": "minecraft:entity",
+ "pools": [
+ {
+ "bonus_rolls": 0.0,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "conditions": [
+ {
+ "condition": "minecraft:killed_by_player"
+ }
+ ],
+ "functions": [
+ {
+ "add": false,
+ "count": {
+ "type": "minecraft:uniform",
+ "max": 16.0,
+ "min": 4.0
+ },
+ "function": "minecraft:set_count"
+ }
+ ],
+ "name": "undergarden:forgotten_nugget"
+ }
+ ],
+ "rolls": 1.0
+ },
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "mmorpg:runes/und",
+ "conditions": [
+ {
+ "condition": "minecraft:random_chance",
+ "chance": 0.1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "random_sequence": "undergarden:entities/forgotten_guardian"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/undergarden/recipes/catalyst.json b/config/openloader/data/CtE_Configuration/data/undergarden/recipes/catalyst.json
index 1c10ac6..7b63995 100644
--- a/config/openloader/data/CtE_Configuration/data/undergarden/recipes/catalyst.json
+++ b/config/openloader/data/CtE_Configuration/data/undergarden/recipes/catalyst.json
@@ -1,24 +1,24 @@
-{
- "type": "minecraft:crafting_shaped",
- "category": "equipment",
- "key": {
- "D": {
- "item": "minecraft:nether_star"
- },
- "G": {
- "item": "minecraft:gold_ingot"
- },
- "I": {
- "item": "minecraft:iron_ingot"
- }
- },
- "pattern": [
- "GIG",
- "IDI",
- "GIG"
- ],
- "result": {
- "item": "undergarden:catalyst"
- },
- "show_notification": true
+{
+ "type": "minecraft:crafting_shaped",
+ "category": "equipment",
+ "key": {
+ "D": {
+ "item": "minecraft:nether_star"
+ },
+ "G": {
+ "item": "minecraft:gold_ingot"
+ },
+ "I": {
+ "item": "minecraft:iron_ingot"
+ }
+ },
+ "pattern": [
+ "GIG",
+ "IDI",
+ "GIG"
+ ],
+ "result": {
+ "item": "undergarden:catalyst"
+ },
+ "show_notification": true
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/wstweaks/recipes/blaze_blade.json b/config/openloader/data/CtE_Configuration/data/wstweaks/recipes/blaze_blade.json
index 81b09a8..1832b8e 100644
--- a/config/openloader/data/CtE_Configuration/data/wstweaks/recipes/blaze_blade.json
+++ b/config/openloader/data/CtE_Configuration/data/wstweaks/recipes/blaze_blade.json
@@ -1,28 +1,28 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- " LS",
- "LSL",
- "TL "
- ],
- "key": {
- "L": {
- "item": "minecraft:blaze_rod"
- },
- "S": {
- "item": "minecraft:nether_star"
- },
- "T": {
- "item": "minecraft:stick"
- }
- },
- "result": {
- "item": "wstweaks:blaze_blade"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ " LS",
+ "LSL",
+ "TL "
+ ],
+ "key": {
+ "L": {
+ "item": "minecraft:blaze_rod"
+ },
+ "S": {
+ "item": "minecraft:nether_star"
+ },
+ "T": {
+ "item": "minecraft:stick"
+ }
+ },
+ "result": {
+ "item": "wstweaks:blaze_blade"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/data/wstweaks/recipes/lava_blade.json b/config/openloader/data/CtE_Configuration/data/wstweaks/recipes/lava_blade.json
index 0b62cb9..5664047 100644
--- a/config/openloader/data/CtE_Configuration/data/wstweaks/recipes/lava_blade.json
+++ b/config/openloader/data/CtE_Configuration/data/wstweaks/recipes/lava_blade.json
@@ -1,28 +1,28 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- " LS",
- "LSL",
- "TL "
- ],
- "key": {
- "L": {
- "item": "minecraft:lava_bucket"
- },
- "S": {
- "item": "minecraft:nether_star"
- },
- "T": {
- "item": "minecraft:stick"
- }
- },
- "result": {
- "item": "wstweaks:lava_blade"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ " LS",
+ "LSL",
+ "TL "
+ ],
+ "key": {
+ "L": {
+ "item": "minecraft:lava_bucket"
+ },
+ "S": {
+ "item": "minecraft:nether_star"
+ },
+ "T": {
+ "item": "minecraft:stick"
+ }
+ },
+ "result": {
+ "item": "wstweaks:lava_blade"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Configuration/pack.mcmeta b/config/openloader/data/CtE_Configuration/pack.mcmeta
index 9e66e06..c26a699 100644
--- a/config/openloader/data/CtE_Configuration/pack.mcmeta
+++ b/config/openloader/data/CtE_Configuration/pack.mcmeta
@@ -1,6 +1,6 @@
-{
- "pack": {
- "pack_format": 15,
- "description": "CtE_Recipes"
- }
+{
+ "pack": {
+ "pack_format": 15,
+ "description": "CtE_Recipes"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_Events/pack.mcmeta b/config/openloader/data/CtE_Events/pack.mcmeta
index e1eeba9..9013b2b 100644
--- a/config/openloader/data/CtE_Events/pack.mcmeta
+++ b/config/openloader/data/CtE_Events/pack.mcmeta
@@ -1,6 +1,6 @@
-{
- "pack": {
- "pack_format": 15,
- "description": "CtE_Events"
- }
+{
+ "pack": {
+ "pack_format": 15,
+ "description": "CtE_Events"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/armor.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/armor.json
index 1c74165..b7f4f72 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/armor.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/armor.json
@@ -1,20 +1,20 @@
-{
- "id": "armor",
- "min_lvl": 10,
- "reservation": 0.4,
- "stats": [
- {
- "type": "MORE",
- "max": 15.0,
- "min": 3.0,
- "stat": "armor"
- },
- {
- "type": "FLAT",
- "max": 15.0,
- "min": 3.0,
- "stat": "armor"
- }
- ],
- "style": "STR"
+{
+ "id": "armor",
+ "min_lvl": 10,
+ "reservation": 0.4,
+ "stats": [
+ {
+ "type": "MORE",
+ "max": 15.0,
+ "min": 3.0,
+ "stat": "armor"
+ },
+ {
+ "type": "FLAT",
+ "max": 15.0,
+ "min": 3.0,
+ "stat": "armor"
+ }
+ ],
+ "style": "STR"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/dodge.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/dodge.json
index a87100e..6805817 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/dodge.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/dodge.json
@@ -1,20 +1,20 @@
-{
- "id": "dodge",
- "min_lvl": 10,
- "reservation": 0.4,
- "stats": [
- {
- "type": "MORE",
- "max": 15.0,
- "min": 3.0,
- "stat": "dodge"
- },
- {
- "type": "FLAT",
- "max": 15.0,
- "min": 3.0,
- "stat": "dodge"
- }
- ],
- "style": "DEX"
+{
+ "id": "dodge",
+ "min_lvl": 10,
+ "reservation": 0.4,
+ "stats": [
+ {
+ "type": "MORE",
+ "max": 15.0,
+ "min": 3.0,
+ "stat": "dodge"
+ },
+ {
+ "type": "FLAT",
+ "max": 15.0,
+ "min": 3.0,
+ "stat": "dodge"
+ }
+ ],
+ "style": "DEX"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/magic_shield.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/magic_shield.json
index db5e8cf..e74555d 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/magic_shield.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/magic_shield.json
@@ -1,20 +1,20 @@
-{
- "id": "magic_shield",
- "min_lvl": 10,
- "reservation": 0.4,
- "stats": [
- {
- "type": "PERCENT",
- "max": 20.0,
- "min": 4.0,
- "stat": "magic_shield"
- },
- {
- "type": "FLAT",
- "max": 40.0,
- "min": 8.0,
- "stat": "magic_shield"
- }
- ],
- "style": "INT"
+{
+ "id": "magic_shield",
+ "min_lvl": 10,
+ "reservation": 0.4,
+ "stats": [
+ {
+ "type": "PERCENT",
+ "max": 20.0,
+ "min": 4.0,
+ "stat": "magic_shield"
+ },
+ {
+ "type": "FLAT",
+ "max": 40.0,
+ "min": 8.0,
+ "stat": "magic_shield"
+ }
+ ],
+ "style": "INT"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/battle_orders.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/battle_orders.json
index cd0a751..94e9d02 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/battle_orders.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/battle_orders.json
@@ -1,36 +1,36 @@
-{
- "type": "beneficial",
- "id": "battle_orders",
- "max_stacks": 1,
- "mc_stats": [],
+{
+ "type": "beneficial",
+ "id": "battle_orders",
+ "max_stacks": 1,
+ "mc_stats": [],
"one_of_a_kind_id": "",
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "FLAT",
- "max": 18.0,
- "min": 6.0,
- "stat": "spell_damage"
- },
- {
- "type": "PERCENT",
- "max": 18.0,
- "min": 6.0,
- "stat": "health"
- },
- {
- "type": "PERCENT",
- "max": 24.0,
- "min": 8.0,
- "stat": "magic_shield"
- }
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 18.0,
+ "min": 6.0,
+ "stat": "spell_damage"
+ },
+ {
+ "type": "PERCENT",
+ "max": 18.0,
+ "min": 6.0,
+ "stat": "health"
+ },
+ {
+ "type": "PERCENT",
+ "max": 24.0,
+ "min": 8.0,
+ "stat": "magic_shield"
+ }
],
"tags": {
- "tags": [
- "positive",
- "defensive"
+ "tags": [
+ "positive",
+ "defensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/galvanic_blade.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/galvanic_blade.json
index 8cba253..3afd065 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/galvanic_blade.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/galvanic_blade.json
@@ -1,60 +1,60 @@
-{
- "type": "beneficial",
- "id": "galvanic_blade",
- "max_stacks": 1,
- "mc_stats": [],
- "one_of_a_kind_id": "",
- "spell": {
- "entity_components": {
- "default_entity_name": [
- {
- "acts": [
- {
- "type": "particles_in_radius",
- "map": {
- "motion": "None",
- "particle_count": 1.0,
- "particle_type": "minecraft:electric_spark",
- "radius": 1.0
- }
- }
- ],
- "en_preds": [],
- "ifs": [
- {
- "type": "x_ticks_condition",
- "map": {
- "tick_rate": 10.0
- }
- }
- ],
- "targets": []
- }
- ]
- },
- "on_cast": []
+{
+ "type": "beneficial",
+ "id": "galvanic_blade",
+ "max_stacks": 1,
+ "mc_stats": [],
+ "one_of_a_kind_id": "",
+ "spell": {
+ "entity_components": {
+ "default_entity_name": [
+ {
+ "acts": [
+ {
+ "type": "particles_in_radius",
+ "map": {
+ "motion": "None",
+ "particle_count": 1.0,
+ "particle_type": "minecraft:electric_spark",
+ "radius": 1.0
+ }
+ }
+ ],
+ "en_preds": [],
+ "ifs": [
+ {
+ "type": "x_ticks_condition",
+ "map": {
+ "tick_rate": 10.0
+ }
+ }
+ ],
+ "targets": []
+ }
+ ]
+ },
+ "on_cast": []
},
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "FLAT",
- "max": 100.0,
- "min": 50.0,
- "stat": "phys_to_lightning"
- },
- {
- "type": "FLAT",
- "max": 100.0,
- "min": 50.0,
- "stat": "proc_discharge"
- }
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 100.0,
+ "min": 50.0,
+ "stat": "phys_to_lightning"
+ },
+ {
+ "type": "FLAT",
+ "max": 100.0,
+ "min": 50.0,
+ "stat": "proc_discharge"
+ }
],
"tags": {
- "tags": [
- "positive",
- "offensive"
+ "tags": [
+ "positive",
+ "offensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice.json
index bc57e86..dc9bafe 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice.json
@@ -1,24 +1,24 @@
-{
- "type": "beneficial",
- "id": "heart_of_ice",
- "max_stacks": 1,
- "mc_stats": [],
+{
+ "type": "beneficial",
+ "id": "heart_of_ice",
+ "max_stacks": 1,
+ "mc_stats": [],
"one_of_a_kind_id": "",
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "FLAT",
- "max": 20.0,
- "min": 10.0,
- "stat": "magic_shield"
- }
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 20.0,
+ "min": 10.0,
+ "stat": "magic_shield"
+ }
],
"tags": {
- "tags": [
- "positive",
- "defensive"
+ "tags": [
+ "positive",
+ "defensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice_regen.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice_regen.json
index d195f5f..667ea75 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice_regen.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice_regen.json
@@ -1,23 +1,23 @@
-{
- "type": "beneficial",
- "id": "heart_of_ice_regen",
- "max_stacks": 1,
- "mc_stats": [],
+{
+ "type": "beneficial",
+ "id": "heart_of_ice_regen",
+ "max_stacks": 1,
+ "mc_stats": [],
"one_of_a_kind_id": "",
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "FLAT",
- "max": 35.0,
- "min": 20.0,
- "stat": "magic_shield_per_sec"
- }
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 35.0,
+ "min": 20.0,
+ "stat": "magic_shield_per_sec"
+ }
],
"tags": {
- "tags": [
- "positive"
+ "tags": [
+ "positive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/mage_circle.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/mage_circle.json
index a7e17df..c62bdd4 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/mage_circle.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/mage_circle.json
@@ -1,30 +1,30 @@
-{
- "type": "beneficial",
- "id": "mage_circle",
- "max_stacks": 1,
- "mc_stats": [],
+{
+ "type": "beneficial",
+ "id": "mage_circle",
+ "max_stacks": 1,
+ "mc_stats": [],
"one_of_a_kind_id": "",
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "FLAT",
- "max": 32.0,
- "min": 16.0,
- "stat": "spell_damage"
- },
- {
- "type": "FLAT",
- "max": 32.0,
- "min": 16.0,
- "stat": "critical_damage"
- }
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 32.0,
+ "min": 16.0,
+ "stat": "spell_damage"
+ },
+ {
+ "type": "FLAT",
+ "max": 32.0,
+ "min": 16.0,
+ "stat": "critical_damage"
+ }
],
"tags": {
- "tags": [
- "positive",
- "offensive"
+ "tags": [
+ "positive",
+ "offensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/perseverance.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/perseverance.json
index 35f9520..f26603f 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/perseverance.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/perseverance.json
@@ -1,43 +1,43 @@
-{
- "type": "beneficial",
- "id": "perseverance",
- "max_stacks": 3,
- "mc_stats": [],
+{
+ "type": "beneficial",
+ "id": "perseverance",
+ "max_stacks": 3,
+ "mc_stats": [],
"one_of_a_kind_id": "",
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "FLAT",
- "max": -4.0,
- "min": -2.0,
- "stat": "dmg_received"
- },
- {
- "type": "PERCENT",
- "max": 30.0,
- "min": 15.0,
- "stat": "health_regen"
- },
- {
- "type": "PERCENT",
- "max": 30.0,
- "min": 15.0,
- "stat": "magic_shield_regen"
- },
- {
- "type": "FLAT",
- "max": 10.0,
- "min": 5.0,
- "stat": "song_spell_dmg"
- }
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": -4.0,
+ "min": -2.0,
+ "stat": "dmg_received"
+ },
+ {
+ "type": "PERCENT",
+ "max": 30.0,
+ "min": 15.0,
+ "stat": "health_regen"
+ },
+ {
+ "type": "PERCENT",
+ "max": 30.0,
+ "min": 15.0,
+ "stat": "magic_shield_regen"
+ },
+ {
+ "type": "FLAT",
+ "max": 10.0,
+ "min": 5.0,
+ "stat": "song_spell_dmg"
+ }
],
"tags": {
- "tags": [
- "positive",
- "song",
- "defensive"
+ "tags": [
+ "positive",
+ "song",
+ "defensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/power_surge.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/power_surge.json
index 5697edd..603df1a 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/power_surge.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/power_surge.json
@@ -1,30 +1,30 @@
-{
- "type": "beneficial",
- "id": "power_surge",
- "max_stacks": 1,
- "mc_stats": [],
+{
+ "type": "beneficial",
+ "id": "power_surge",
+ "max_stacks": 1,
+ "mc_stats": [],
"one_of_a_kind_id": "",
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "FLAT",
- "max": 24.0,
- "min": 8.0,
- "stat": "cast_speed"
- },
- {
- "type": "FLAT",
- "max": 45.0,
- "min": 15.0,
- "stat": "critical_damage"
- }
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 24.0,
+ "min": 8.0,
+ "stat": "cast_speed"
+ },
+ {
+ "type": "FLAT",
+ "max": 45.0,
+ "min": 15.0,
+ "stat": "critical_damage"
+ }
],
"tags": {
- "tags": [
- "positive",
- "offensive"
+ "tags": [
+ "positive",
+ "offensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/prestissimo.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/prestissimo.json
index 87d4ea7..dbc5543 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/prestissimo.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/prestissimo.json
@@ -1,43 +1,43 @@
-{
- "type": "beneficial",
- "id": "prestissimo",
- "max_stacks": 1,
- "mc_stats": [],
+{
+ "type": "beneficial",
+ "id": "prestissimo",
+ "max_stacks": 1,
+ "mc_stats": [],
"one_of_a_kind_id": "",
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "FLAT",
- "max": 60.0,
- "min": 40.0,
- "stat": "attack_speed"
- },
- {
- "type": "FLAT",
- "max": 40.0,
- "min": 20.0,
- "stat": "draw_speed"
- },
- {
- "type": "FLAT",
- "max": 20.0,
- "min": 10.0,
- "stat": "cast_speed"
- },
- {
- "type": "FLAT",
- "max": 20.0,
- "min": 10.0,
- "stat": "move_speed"
- }
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 60.0,
+ "min": 40.0,
+ "stat": "attack_speed"
+ },
+ {
+ "type": "FLAT",
+ "max": 40.0,
+ "min": 20.0,
+ "stat": "draw_speed"
+ },
+ {
+ "type": "FLAT",
+ "max": 20.0,
+ "min": 10.0,
+ "stat": "cast_speed"
+ },
+ {
+ "type": "FLAT",
+ "max": 20.0,
+ "min": 10.0,
+ "stat": "move_speed"
+ }
],
"tags": {
- "tags": [
- "positive",
- "song",
- "offensive"
+ "tags": [
+ "positive",
+ "song",
+ "offensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/protection.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/protection.json
index 5aeac4f..541f78e 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/protection.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/protection.json
@@ -1,30 +1,30 @@
-{
- "type": "beneficial",
- "id": "protection",
- "max_stacks": 1,
- "mc_stats": [],
+{
+ "type": "beneficial",
+ "id": "protection",
+ "max_stacks": 1,
+ "mc_stats": [],
"one_of_a_kind_id": "",
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "PERCENT",
- "max": 24.0,
- "min": 8.0,
- "stat": "armor"
- },
- {
- "type": "FLAT",
- "max": 30.0,
- "min": 10.0,
- "stat": "elemental_resist"
- }
+ "stats": [
+ {
+ "type": "PERCENT",
+ "max": 24.0,
+ "min": 8.0,
+ "stat": "armor"
+ },
+ {
+ "type": "FLAT",
+ "max": 30.0,
+ "min": 10.0,
+ "stat": "elemental_resist"
+ }
],
"tags": {
- "tags": [
- "positive",
- "defensive"
+ "tags": [
+ "positive",
+ "defensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/sharpen.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/sharpen.json
index 78c436c..129a51a 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/sharpen.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/sharpen.json
@@ -1,60 +1,60 @@
-{
- "type": "beneficial",
- "id": "sharpen",
- "max_stacks": 5,
- "mc_stats": [],
- "one_of_a_kind_id": "",
- "spell": {
- "entity_components": {
- "default_entity_name": [
- {
- "acts": [
- {
- "type": "particles_in_radius",
- "map": {
- "motion": "None",
- "particle_count": 1.0,
- "particle_type": "minecraft:crit",
- "radius": 1.0
- }
- }
- ],
- "en_preds": [],
- "ifs": [
- {
- "type": "x_ticks_condition",
- "map": {
- "tick_rate": 4.0
- }
- }
- ],
- "targets": []
- }
- ]
- },
- "on_cast": []
+{
+ "type": "beneficial",
+ "id": "sharpen",
+ "max_stacks": 5,
+ "mc_stats": [],
+ "one_of_a_kind_id": "",
+ "spell": {
+ "entity_components": {
+ "default_entity_name": [
+ {
+ "acts": [
+ {
+ "type": "particles_in_radius",
+ "map": {
+ "motion": "None",
+ "particle_count": 1.0,
+ "particle_type": "minecraft:crit",
+ "radius": 1.0
+ }
+ }
+ ],
+ "en_preds": [],
+ "ifs": [
+ {
+ "type": "x_ticks_condition",
+ "map": {
+ "tick_rate": 4.0
+ }
+ }
+ ],
+ "targets": []
+ }
+ ]
+ },
+ "on_cast": []
},
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "FLAT",
- "max": 40.0,
- "min": 20.0,
- "stat": "basic_attack_dmg"
- },
- {
- "type": "FLAT",
- "max": 20.0,
- "min": 10.0,
- "stat": "attack_speed"
- }
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 40.0,
+ "min": 20.0,
+ "stat": "basic_attack_dmg"
+ },
+ {
+ "type": "FLAT",
+ "max": 20.0,
+ "min": 10.0,
+ "stat": "attack_speed"
+ }
],
"tags": {
- "tags": [
- "positive",
- "offensive"
+ "tags": [
+ "positive",
+ "offensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/static.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/static.json
index 232ba25..977a189 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/static.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/static.json
@@ -1,60 +1,60 @@
-{
- "type": "beneficial",
- "id": "static",
- "max_stacks": 10,
- "mc_stats": [],
- "one_of_a_kind_id": "",
- "spell": {
- "entity_components": {
- "default_entity_name": [
- {
- "acts": [
- {
- "type": "particles_in_radius",
- "map": {
- "motion": "None",
- "particle_count": 1.0,
- "particle_type": "minecraft:electric_spark",
- "radius": 1.0
- }
- }
- ],
- "en_preds": [],
- "ifs": [
- {
- "type": "x_ticks_condition",
- "map": {
- "tick_rate": 4.0
- }
- }
- ],
- "targets": []
- }
- ]
- },
- "on_cast": []
+{
+ "type": "beneficial",
+ "id": "static",
+ "max_stacks": 10,
+ "mc_stats": [],
+ "one_of_a_kind_id": "",
+ "spell": {
+ "entity_components": {
+ "default_entity_name": [
+ {
+ "acts": [
+ {
+ "type": "particles_in_radius",
+ "map": {
+ "motion": "None",
+ "particle_count": 1.0,
+ "particle_type": "minecraft:electric_spark",
+ "radius": 1.0
+ }
+ }
+ ],
+ "en_preds": [],
+ "ifs": [
+ {
+ "type": "x_ticks_condition",
+ "map": {
+ "tick_rate": 4.0
+ }
+ }
+ ],
+ "targets": []
+ }
+ ]
+ },
+ "on_cast": []
},
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "PERCENT",
- "max": 5.0,
- "min": 5.0,
- "stat": "critical_hit"
- },
- {
- "type": "PERCENT",
- "max": 10.0,
- "min": 10.0,
- "stat": "mana_regen"
- }
+ "stats": [
+ {
+ "type": "PERCENT",
+ "max": 5.0,
+ "min": 5.0,
+ "stat": "critical_hit"
+ },
+ {
+ "type": "PERCENT",
+ "max": 10.0,
+ "min": 10.0,
+ "stat": "mana_regen"
+ }
],
"tags": {
- "tags": [
- "positive",
- "offensive"
+ "tags": [
+ "positive",
+ "offensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/valor.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/valor.json
index ce6180e..447f763 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/valor.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/valor.json
@@ -1,43 +1,43 @@
-{
- "type": "beneficial",
- "id": "valor",
- "max_stacks": 3,
- "mc_stats": [],
+{
+ "type": "beneficial",
+ "id": "valor",
+ "max_stacks": 3,
+ "mc_stats": [],
"one_of_a_kind_id": "",
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "FLAT",
- "max": 8.0,
- "min": 4.0,
- "stat": "total_damage"
- },
- {
- "type": "PERCENT",
- "max": 10.0,
- "min": 5.0,
- "stat": "critical_hit"
- },
- {
- "type": "FLAT",
- "max": 20.0,
- "min": 10.0,
- "stat": "critical_damage"
- },
- {
- "type": "FLAT",
- "max": 10.0,
- "min": 5.0,
- "stat": "song_spell_dmg"
- }
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 8.0,
+ "min": 4.0,
+ "stat": "total_damage"
+ },
+ {
+ "type": "PERCENT",
+ "max": 10.0,
+ "min": 5.0,
+ "stat": "critical_hit"
+ },
+ {
+ "type": "FLAT",
+ "max": 20.0,
+ "min": 10.0,
+ "stat": "critical_damage"
+ },
+ {
+ "type": "FLAT",
+ "max": 10.0,
+ "min": 5.0,
+ "stat": "song_spell_dmg"
+ }
],
"tags": {
- "tags": [
- "positive",
- "song",
- "offensive"
+ "tags": [
+ "positive",
+ "song",
+ "offensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/vigor.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/vigor.json
index a83b96f..1c4a267 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/vigor.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/vigor.json
@@ -1,37 +1,37 @@
-{
- "type": "beneficial",
- "id": "vigor",
- "max_stacks": 3,
- "mc_stats": [],
+{
+ "type": "beneficial",
+ "id": "vigor",
+ "max_stacks": 3,
+ "mc_stats": [],
"one_of_a_kind_id": "",
"spell_tags": {
"tags": []
},
- "stats": [
- {
- "type": "PERCENT",
- "max": 50.0,
- "min": 25.0,
- "stat": "mana_regen"
- },
- {
- "type": "PERCENT",
- "max": 50.0,
- "min": 25.0,
- "stat": "energy_regen"
- },
- {
- "type": "FLAT",
- "max": 10.0,
- "min": 5.0,
- "stat": "song_spell_dmg"
- }
+ "stats": [
+ {
+ "type": "PERCENT",
+ "max": 50.0,
+ "min": 25.0,
+ "stat": "mana_regen"
+ },
+ {
+ "type": "PERCENT",
+ "max": 50.0,
+ "min": 25.0,
+ "stat": "energy_regen"
+ },
+ {
+ "type": "FLAT",
+ "max": 10.0,
+ "min": 5.0,
+ "stat": "song_spell_dmg"
+ }
],
"tags": {
- "tags": [
- "positive",
- "song",
- "defensive"
+ "tags": [
+ "positive",
+ "song",
+ "defensive"
]
}
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/accurate.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/accurate.json
index 964e1e9..bdef196 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/accurate.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/accurate.json
@@ -1,27 +1,27 @@
-{
- "type": "prefix",
- "format": "GREEN",
- "icon": "",
- "id": "accurate",
- "stats": [
- {
- "type": "FLAT",
- "max": 5.0,
- "min": 5.0,
- "stat": "critical_hit"
- },
- {
- "type": "FLAT",
- "max": 25.0,
- "min": 25.0,
- "stat": "accuracy"
- },
- {
- "type": "MORE",
- "max": 20.0,
- "min": 20.0,
- "stat": "accuracy"
- }
- ],
- "weight": 1000
+{
+ "type": "prefix",
+ "format": "GREEN",
+ "icon": "",
+ "id": "accurate",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 5.0,
+ "min": 5.0,
+ "stat": "critical_hit"
+ },
+ {
+ "type": "FLAT",
+ "max": 25.0,
+ "min": 25.0,
+ "stat": "accuracy"
+ },
+ {
+ "type": "MORE",
+ "max": 20.0,
+ "min": 20.0,
+ "stat": "accuracy"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/armored.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/armored.json
index af0947b..92118ec 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/armored.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/armored.json
@@ -1,21 +1,21 @@
-{
- "type": "prefix",
- "format": "GRAY",
- "icon": "",
- "id": "armored",
- "stats": [
- {
- "type": "FLAT",
- "max": 10.0,
- "min": 10.0,
- "stat": "armor"
- },
- {
- "type": "MORE",
- "max": 20.0,
- "min": 20.0,
- "stat": "armor"
- }
- ],
- "weight": 1000
+{
+ "type": "prefix",
+ "format": "GRAY",
+ "icon": "",
+ "id": "armored",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 10.0,
+ "min": 10.0,
+ "stat": "armor"
+ },
+ {
+ "type": "MORE",
+ "max": 20.0,
+ "min": 20.0,
+ "stat": "armor"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/chaos_mob_affix.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/chaos_mob_affix.json
index 7c5d7f2..660fbe7 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/chaos_mob_affix.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/chaos_mob_affix.json
@@ -1,21 +1,21 @@
-{
- "type": "suffix",
- "format": "DARK_PURPLE",
- "icon": "",
- "id": "chaos_mob_affix",
- "stats": [
- {
- "type": "FLAT",
- "max": 50.0,
- "min": 50.0,
- "stat": "phys_to_chaos"
- },
- {
- "type": "FLAT",
- "max": 25.0,
- "min": 25.0,
- "stat": "plus_phys_to_chaos"
- }
- ],
- "weight": 1000
+{
+ "type": "suffix",
+ "format": "DARK_PURPLE",
+ "icon": "",
+ "id": "chaos_mob_affix",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 50.0,
+ "min": 50.0,
+ "stat": "phys_to_chaos"
+ },
+ {
+ "type": "FLAT",
+ "max": 25.0,
+ "min": 25.0,
+ "stat": "plus_phys_to_chaos"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/critical.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/critical.json
index bfc6a46..a59add1 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/critical.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/critical.json
@@ -1,21 +1,21 @@
-{
- "type": "prefix",
- "format": "GOLD",
- "icon": "",
- "id": "critical",
- "stats": [
- {
- "type": "FLAT",
- "max": 25.0,
- "min": 25.0,
- "stat": "critical_hit"
- },
- {
- "type": "FLAT",
- "max": 75.0,
- "min": 75.0,
- "stat": "critical_damage"
- }
- ],
- "weight": 1000
+{
+ "type": "prefix",
+ "format": "GOLD",
+ "icon": "",
+ "id": "critical",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 25.0,
+ "min": 25.0,
+ "stat": "critical_hit"
+ },
+ {
+ "type": "FLAT",
+ "max": 75.0,
+ "min": 75.0,
+ "stat": "critical_damage"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_lord.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_lord.json
index 29f22d7..4f8e792 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_lord.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_lord.json
@@ -1,39 +1,39 @@
-{
- "type": "prefix",
- "format": "RED",
- "icon": "§c☀",
- "id": "fire_lord",
- "stats": [
- {
- "type": "FLAT",
- "max": 15.0,
- "min": 15.0,
- "stat": "health"
- },
- {
- "type": "FLAT",
- "max": 5.0,
- "min": 5.0,
- "stat": "burn_chance"
- },
- {
- "type": "FLAT",
- "max": 75.0,
- "min": 75.0,
- "stat": "phys_to_fire"
- },
- {
- "type": "FLAT",
- "max": 50.0,
- "min": 50.0,
- "stat": "plus_phys_to_fire"
- },
- {
- "type": "FLAT",
- "max": 20.0,
- "min": 20.0,
- "stat": "extra_mob_drops"
- }
- ],
- "weight": 0
+{
+ "type": "prefix",
+ "format": "RED",
+ "icon": "§c☀",
+ "id": "fire_lord",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 15.0,
+ "min": 15.0,
+ "stat": "health"
+ },
+ {
+ "type": "FLAT",
+ "max": 5.0,
+ "min": 5.0,
+ "stat": "burn_chance"
+ },
+ {
+ "type": "FLAT",
+ "max": 75.0,
+ "min": 75.0,
+ "stat": "phys_to_fire"
+ },
+ {
+ "type": "FLAT",
+ "max": 50.0,
+ "min": 50.0,
+ "stat": "plus_phys_to_fire"
+ },
+ {
+ "type": "FLAT",
+ "max": 20.0,
+ "min": 20.0,
+ "stat": "extra_mob_drops"
+ }
+ ],
+ "weight": 0
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_mob_affix.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_mob_affix.json
index 3e16816..0f02157 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_mob_affix.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_mob_affix.json
@@ -1,21 +1,21 @@
-{
- "type": "suffix",
- "format": "RED",
- "icon": "",
- "id": "fire_mob_affix",
- "stats": [
- {
- "type": "FLAT",
- "max": 50.0,
- "min": 50.0,
- "stat": "phys_to_fire"
- },
- {
- "type": "FLAT",
- "max": 25.0,
- "min": 25.0,
- "stat": "plus_phys_to_fire"
- }
- ],
- "weight": 1000
+{
+ "type": "suffix",
+ "format": "RED",
+ "icon": "",
+ "id": "fire_mob_affix",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 50.0,
+ "min": 50.0,
+ "stat": "phys_to_fire"
+ },
+ {
+ "type": "FLAT",
+ "max": 25.0,
+ "min": 25.0,
+ "stat": "plus_phys_to_fire"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_lord.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_lord.json
index 38afe0c..e6ee5ed 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_lord.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_lord.json
@@ -1,39 +1,39 @@
-{
- "type": "prefix",
- "format": "RED",
- "icon": "§c☀",
- "id": "lightning_lord",
- "stats": [
- {
- "type": "FLAT",
- "max": 15.0,
- "min": 15.0,
- "stat": "health"
- },
- {
- "type": "FLAT",
- "max": 5.0,
- "min": 5.0,
- "stat": "electrify_chance"
- },
- {
- "type": "FLAT",
- "max": 75.0,
- "min": 75.0,
- "stat": "phys_to_lightning"
- },
- {
- "type": "FLAT",
- "max": 50.0,
- "min": 50.0,
- "stat": "plus_phys_to_lightning"
- },
- {
- "type": "FLAT",
- "max": 20.0,
- "min": 20.0,
- "stat": "extra_mob_drops"
- }
- ],
- "weight": 0
+{
+ "type": "prefix",
+ "format": "RED",
+ "icon": "§c☀",
+ "id": "lightning_lord",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 15.0,
+ "min": 15.0,
+ "stat": "health"
+ },
+ {
+ "type": "FLAT",
+ "max": 5.0,
+ "min": 5.0,
+ "stat": "electrify_chance"
+ },
+ {
+ "type": "FLAT",
+ "max": 75.0,
+ "min": 75.0,
+ "stat": "phys_to_lightning"
+ },
+ {
+ "type": "FLAT",
+ "max": 50.0,
+ "min": 50.0,
+ "stat": "plus_phys_to_lightning"
+ },
+ {
+ "type": "FLAT",
+ "max": 20.0,
+ "min": 20.0,
+ "stat": "extra_mob_drops"
+ }
+ ],
+ "weight": 0
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_mob_affix.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_mob_affix.json
index 62031f2..8529c95 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_mob_affix.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_mob_affix.json
@@ -1,21 +1,21 @@
-{
- "type": "suffix",
- "format": "YELLOW",
- "icon": "",
- "id": "lightning_mob_affix",
- "stats": [
- {
- "type": "FLAT",
- "max": 50.0,
- "min": 50.0,
- "stat": "phys_to_lightning"
- },
- {
- "type": "FLAT",
- "max": 25.0,
- "min": 25.0,
- "stat": "plus_phys_to_lightning"
- }
- ],
- "weight": 1000
+{
+ "type": "suffix",
+ "format": "YELLOW",
+ "icon": "",
+ "id": "lightning_mob_affix",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 50.0,
+ "min": 50.0,
+ "stat": "phys_to_lightning"
+ },
+ {
+ "type": "FLAT",
+ "max": 25.0,
+ "min": 25.0,
+ "stat": "plus_phys_to_lightning"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/massive.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/massive.json
index 3e4a0f1..65549c7 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/massive.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/massive.json
@@ -1,15 +1,15 @@
-{
- "type": "prefix",
- "format": "RED",
- "icon": "",
- "id": "massive",
- "stats": [
- {
- "type": "MORE",
- "max": 30.0,
- "min": 30.0,
- "stat": "health"
- }
- ],
- "weight": 1000
+{
+ "type": "prefix",
+ "format": "RED",
+ "icon": "",
+ "id": "massive",
+ "stats": [
+ {
+ "type": "MORE",
+ "max": 30.0,
+ "min": 30.0,
+ "stat": "health"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/nature_lord.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/nature_lord.json
index afaba72..34b5d62 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/nature_lord.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/nature_lord.json
@@ -1,39 +1,39 @@
-{
- "type": "prefix",
- "format": "DARK_PURPLE",
- "icon": "§5☀",
- "id": "nature_lord",
- "stats": [
- {
- "type": "FLAT",
- "max": 15.0,
- "min": 15.0,
- "stat": "health"
- },
- {
- "type": "FLAT",
- "max": 5.0,
- "min": 5.0,
- "stat": "poison_chance"
- },
- {
- "type": "FLAT",
- "max": 75.0,
- "min": 75.0,
- "stat": "phys_to_chaos"
- },
- {
- "type": "FLAT",
- "max": 50.0,
- "min": 50.0,
- "stat": "plus_phys_to_chaos"
- },
- {
- "type": "FLAT",
- "max": 20.0,
- "min": 20.0,
- "stat": "extra_mob_drops"
- }
- ],
- "weight": 0
+{
+ "type": "prefix",
+ "format": "DARK_PURPLE",
+ "icon": "§5☀",
+ "id": "nature_lord",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 15.0,
+ "min": 15.0,
+ "stat": "health"
+ },
+ {
+ "type": "FLAT",
+ "max": 5.0,
+ "min": 5.0,
+ "stat": "poison_chance"
+ },
+ {
+ "type": "FLAT",
+ "max": 75.0,
+ "min": 75.0,
+ "stat": "phys_to_chaos"
+ },
+ {
+ "type": "FLAT",
+ "max": 50.0,
+ "min": 50.0,
+ "stat": "plus_phys_to_chaos"
+ },
+ {
+ "type": "FLAT",
+ "max": 20.0,
+ "min": 20.0,
+ "stat": "extra_mob_drops"
+ }
+ ],
+ "weight": 0
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_elemental_resistance.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_elemental_resistance.json
index eea03d9..74c93de 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_elemental_resistance.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_elemental_resistance.json
@@ -1,15 +1,15 @@
-{
- "type": "suffix",
- "format": "BLUE",
- "icon": "",
- "id": "of_elemental_resistance",
- "stats": [
- {
- "type": "FLAT",
- "max": 40.0,
- "min": 40.0,
- "stat": "elemental_resist"
- }
- ],
- "weight": 1000
+{
+ "type": "suffix",
+ "format": "BLUE",
+ "icon": "",
+ "id": "of_elemental_resistance",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 40.0,
+ "min": 40.0,
+ "stat": "elemental_resist"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_evasion.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_evasion.json
index 5516485..f57d8db 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_evasion.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_evasion.json
@@ -1,33 +1,33 @@
-{
- "type": "suffix",
- "format": "YELLOW",
- "icon": "",
- "id": "of_evasion",
- "stats": [
- {
- "type": "FLAT",
- "max": 25.0,
- "min": 25.0,
- "stat": "dodge"
- },
- {
- "type": "MORE",
- "max": 20.0,
- "min": 20.0,
- "stat": "dodge"
- },
- {
- "type": "FLAT",
- "max": 25.0,
- "min": 25.0,
- "stat": "spell_dodge"
- },
- {
- "type": "MORE",
- "max": 20.0,
- "min": 20.0,
- "stat": "spell_dodge"
- }
- ],
- "weight": 1000
+{
+ "type": "suffix",
+ "format": "YELLOW",
+ "icon": "",
+ "id": "of_evasion",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 25.0,
+ "min": 25.0,
+ "stat": "dodge"
+ },
+ {
+ "type": "MORE",
+ "max": 20.0,
+ "min": 20.0,
+ "stat": "dodge"
+ },
+ {
+ "type": "FLAT",
+ "max": 25.0,
+ "min": 25.0,
+ "stat": "spell_dodge"
+ },
+ {
+ "type": "MORE",
+ "max": 20.0,
+ "min": 20.0,
+ "stat": "spell_dodge"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_the_vampire.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_the_vampire.json
index 7340036..fd04a3e 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_the_vampire.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_the_vampire.json
@@ -1,15 +1,15 @@
-{
- "type": "suffix",
- "format": "DARK_RED",
- "icon": "",
- "id": "of_the_vampire",
- "stats": [
- {
- "type": "FLAT",
- "max": 100.0,
- "min": 100.0,
- "stat": "lifesteal"
- }
- ],
- "weight": 1000
+{
+ "type": "suffix",
+ "format": "DARK_RED",
+ "icon": "",
+ "id": "of_the_vampire",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 100.0,
+ "min": 100.0,
+ "stat": "lifesteal"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_wealth.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_wealth.json
index 43dcb00..5df4803 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_wealth.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_wealth.json
@@ -1,15 +1,15 @@
-{
- "type": "suffix",
- "format": "GOLD",
- "icon": "",
- "id": "of_wealth",
- "stats": [
- {
- "type": "FLAT",
- "max": 500.0,
- "min": 500.0,
- "stat": "extra_mob_drops"
- }
- ],
- "weight": 10
+{
+ "type": "suffix",
+ "format": "GOLD",
+ "icon": "",
+ "id": "of_wealth",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 500.0,
+ "min": 500.0,
+ "stat": "extra_mob_drops"
+ }
+ ],
+ "weight": 10
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/penetrating.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/penetrating.json
index e392223..fc27825 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/penetrating.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/penetrating.json
@@ -1,27 +1,27 @@
-{
- "type": "prefix",
- "format": "BLUE",
- "icon": "",
- "id": "penetrating",
- "stats": [
- {
- "type": "FLAT",
- "max": 30.0,
- "min": 30.0,
- "stat": "armor_penetration"
- },
- {
- "type": "FLAT",
- "max": 50.0,
- "min": 50.0,
- "stat": "elemental_penetration"
- },
- {
- "type": "FLAT",
- "max": 50.0,
- "min": 50.0,
- "stat": "chaos_penetration"
- }
- ],
- "weight": 1000
+{
+ "type": "prefix",
+ "format": "BLUE",
+ "icon": "",
+ "id": "penetrating",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 30.0,
+ "min": 30.0,
+ "stat": "armor_penetration"
+ },
+ {
+ "type": "FLAT",
+ "max": 50.0,
+ "min": 50.0,
+ "stat": "elemental_penetration"
+ },
+ {
+ "type": "FLAT",
+ "max": 50.0,
+ "min": 50.0,
+ "stat": "chaos_penetration"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/phys_lord.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/phys_lord.json
index 016e4fc..d325f07 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/phys_lord.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/phys_lord.json
@@ -1,27 +1,27 @@
-{
- "type": "prefix",
- "format": "GRAY",
- "icon": "",
- "id": "phys_lord",
- "stats": [
- {
- "type": "FLAT",
- "max": 15.0,
- "min": 15.0,
- "stat": "health"
- },
- {
- "type": "FLAT",
- "max": 50.0,
- "min": 50.0,
- "stat": "plus_phys_to_physical"
- },
- {
- "type": "FLAT",
- "max": 20.0,
- "min": 20.0,
- "stat": "extra_mob_drops"
- }
- ],
- "weight": 0
+{
+ "type": "prefix",
+ "format": "GRAY",
+ "icon": "",
+ "id": "phys_lord",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 15.0,
+ "min": 15.0,
+ "stat": "health"
+ },
+ {
+ "type": "FLAT",
+ "max": 50.0,
+ "min": 50.0,
+ "stat": "plus_phys_to_physical"
+ },
+ {
+ "type": "FLAT",
+ "max": 20.0,
+ "min": 20.0,
+ "stat": "extra_mob_drops"
+ }
+ ],
+ "weight": 0
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/savage.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/savage.json
index 4954faa..8841c09 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/savage.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/savage.json
@@ -1,15 +1,15 @@
-{
- "type": "prefix",
- "format": "DARK_AQUA",
- "icon": "",
- "id": "savage",
- "stats": [
- {
- "type": "FLAT",
- "max": 25.0,
- "min": 25.0,
- "stat": "total_damage"
- }
- ],
- "weight": 1000
+{
+ "type": "prefix",
+ "format": "DARK_AQUA",
+ "icon": "",
+ "id": "savage",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 25.0,
+ "min": 25.0,
+ "stat": "total_damage"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/swift.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/swift.json
index d957a99..cdea754 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/swift.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/swift.json
@@ -1,15 +1,15 @@
-{
- "type": "prefix",
- "format": "AQUA",
- "icon": "",
- "id": "swift",
- "stats": [
- {
- "type": "FLAT",
- "max": 50.0,
- "min": 50.0,
- "stat": "move_speed"
- }
- ],
- "weight": 1000
+{
+ "type": "prefix",
+ "format": "AQUA",
+ "icon": "",
+ "id": "swift",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 50.0,
+ "min": 50.0,
+ "stat": "move_speed"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/vampire.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/vampire.json
index d130c3e..fd8d147 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/vampire.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/vampire.json
@@ -1,21 +1,21 @@
-{
- "type": "prefix",
- "format": "DARK_RED",
- "icon": "",
- "id": "vampire",
- "stats": [
- {
- "type": "FLAT",
- "max": 15.0,
- "min": 15.0,
- "stat": "lifesteal"
- },
- {
- "type": "FLAT",
- "max": 1.0,
- "min": 1.0,
- "stat": "health_per_sec"
- }
- ],
- "weight": 1000
+{
+ "type": "prefix",
+ "format": "DARK_RED",
+ "icon": "",
+ "id": "vampire",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 15.0,
+ "min": 15.0,
+ "stat": "lifesteal"
+ },
+ {
+ "type": "FLAT",
+ "max": 1.0,
+ "min": 1.0,
+ "stat": "health_per_sec"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/water_mob_affix.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/water_mob_affix.json
index 1a5d8b5..ff4444d 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/water_mob_affix.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/water_mob_affix.json
@@ -1,21 +1,21 @@
-{
- "type": "suffix",
- "format": "AQUA",
- "icon": "",
- "id": "water_mob_affix",
- "stats": [
- {
- "type": "FLAT",
- "max": 50.0,
- "min": 50.0,
- "stat": "phys_to_water"
- },
- {
- "type": "FLAT",
- "max": 25.0,
- "min": 25.0,
- "stat": "plus_phys_to_water"
- }
- ],
- "weight": 1000
+{
+ "type": "suffix",
+ "format": "AQUA",
+ "icon": "",
+ "id": "water_mob_affix",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 50.0,
+ "min": 50.0,
+ "stat": "phys_to_water"
+ },
+ {
+ "type": "FLAT",
+ "max": 25.0,
+ "min": 25.0,
+ "stat": "plus_phys_to_water"
+ }
+ ],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed.json
index b829fbf..2a28478 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed.json
@@ -1,21 +1,21 @@
-{
- "type": "STAT",
- "icon": "mmorpg:textures/gui/stat_icons/misc/attack_speed.png",
- "id": "attack_speed",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "attack_speed",
- "v1": 4.0
- },
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "draw_speed",
- "v1": 4.0
- }
- ]
+{
+ "type": "STAT",
+ "icon": "mmorpg:textures/gui/stat_icons/misc/attack_speed.png",
+ "id": "attack_speed",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "attack_speed",
+ "v1": 4.0
+ },
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "draw_speed",
+ "v1": 4.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed_big.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed_big.json
index 247fcc1..8a40907 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed_big.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed_big.json
@@ -1,21 +1,21 @@
-{
- "type": "SPECIAL",
- "icon": "mmorpg:textures/gui/stat_icons/misc/attack_speed.png",
- "id": "attack_speed_big",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "attack_speed",
- "v1": 12.0
- },
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "draw_speed",
- "v1": 12.0
- }
- ]
+{
+ "type": "SPECIAL",
+ "icon": "mmorpg:textures/gui/stat_icons/misc/attack_speed.png",
+ "id": "attack_speed_big",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "attack_speed",
+ "v1": 12.0
+ },
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "draw_speed",
+ "v1": 12.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/craft_arrows.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/craft_arrows.json
index 4245857..278b91c 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/craft_arrows.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/craft_arrows.json
@@ -1,15 +1,15 @@
-{
- "type": "STAT",
- "icon": "mmorpg:textures/gui/spells/icons/craft_arrows.png",
- "id": "craft_arrows",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "learn_craft_arrows",
- "v1": 1.0
- }
- ]
+{
+ "type": "STAT",
+ "icon": "mmorpg:textures/gui/spells/icons/craft_arrows.png",
+ "id": "craft_arrows",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "learn_craft_arrows",
+ "v1": 1.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/defender_stance.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/defender_stance.json
index 008f1c9..c879e46 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/defender_stance.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/defender_stance.json
@@ -1,15 +1,15 @@
-{
- "type": "STAT",
- "icon": "mmorpg:textures/gui/spells/icons/defender_stance.png",
- "id": "defender_stance",
- "is_entry": false,
- "max_lvls": 4,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "learn_defender_stance",
- "v1": 1.0
- }
- ]
+{
+ "type": "STAT",
+ "icon": "mmorpg:textures/gui/spells/icons/defender_stance.png",
+ "id": "defender_stance",
+ "is_entry": false,
+ "max_lvls": 4,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "learn_defender_stance",
+ "v1": 1.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed.json
index 284d306..4f1eaef 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed.json
@@ -1,15 +1,15 @@
-{
- "type": "STAT",
- "icon": "mmorpg:textures/gui/stat_icons/misc/draw_speed.png",
- "id": "draw_speed",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "draw_speed",
- "v1": 5.0
- }
- ]
+{
+ "type": "STAT",
+ "icon": "mmorpg:textures/gui/stat_icons/misc/draw_speed.png",
+ "id": "draw_speed",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "draw_speed",
+ "v1": 5.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed_big.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed_big.json
index bfdc5c5..b7d4cad 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed_big.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed_big.json
@@ -1,15 +1,15 @@
-{
- "type": "SPECIAL",
- "icon": "mmorpg:textures/gui/stat_icons/misc/draw_speed.png",
- "id": "draw_speed_big",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "draw_speed",
- "v1": 15.0
- }
- ]
+{
+ "type": "SPECIAL",
+ "icon": "mmorpg:textures/gui/stat_icons/misc/draw_speed.png",
+ "id": "draw_speed_big",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "draw_speed",
+ "v1": 15.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/elemental_purity.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/elemental_purity.json
index f964138..edca4f0 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/elemental_purity.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/elemental_purity.json
@@ -1,21 +1,21 @@
-{
- "type": "MAJOR",
- "icon": "mmorpg:textures/gui/stat_icons/game_changers/elemental_purity.png",
- "id": "elemental_purity",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "all_elemental_damage",
- "v1": 20.0
- },
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "all_physical_damage",
- "v1": -100.0
- }
- ]
+{
+ "type": "MAJOR",
+ "icon": "mmorpg:textures/gui/stat_icons/game_changers/elemental_purity.png",
+ "id": "elemental_purity",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "all_elemental_damage",
+ "v1": 20.0
+ },
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "all_physical_damage",
+ "v1": -100.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fighter_stance.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fighter_stance.json
index 8777a70..7db861f 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fighter_stance.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fighter_stance.json
@@ -1,15 +1,15 @@
-{
- "type": "STAT",
- "icon": "mmorpg:textures/gui/spells/icons/fighter_stance.png",
- "id": "fighter_stance",
- "is_entry": false,
- "max_lvls": 4,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "learn_fighter_stance",
- "v1": 1.0
- }
- ]
+{
+ "type": "STAT",
+ "icon": "mmorpg:textures/gui/spells/icons/fighter_stance.png",
+ "id": "fighter_stance",
+ "is_entry": false,
+ "max_lvls": 4,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "learn_fighter_stance",
+ "v1": 1.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mana_ms_percent_big.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mana_ms_percent_big.json
index 7626bbc..b72e613 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mana_ms_percent_big.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mana_ms_percent_big.json
@@ -1,21 +1,21 @@
-{
- "type": "SPECIAL",
- "icon": "mmorpg:textures/gui/stat_icons/main/mana.png",
- "id": "mana_ms_percent_big",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "PERCENT",
- "scale_to_lvl": false,
- "stat": "mana",
- "v1": 10.0
- },
- {
- "type": "PERCENT",
- "scale_to_lvl": false,
- "stat": "magic_shield",
- "v1": 10.0
- }
- ]
+{
+ "type": "SPECIAL",
+ "icon": "mmorpg:textures/gui/stat_icons/main/mana.png",
+ "id": "mana_ms_percent_big",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "PERCENT",
+ "scale_to_lvl": false,
+ "stat": "mana",
+ "v1": 10.0
+ },
+ {
+ "type": "PERCENT",
+ "scale_to_lvl": false,
+ "stat": "magic_shield",
+ "v1": 10.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ms_all_in.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ms_all_in.json
index 6619864..ed1ed91 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ms_all_in.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ms_all_in.json
@@ -1,27 +1,27 @@
-{
- "type": "MAJOR",
- "icon": "mmorpg:textures/gui/stat_icons/game_changers/ms_all_in.png",
- "id": "ms_all_in",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "MORE",
- "scale_to_lvl": false,
- "stat": "health",
- "v1": -95.0
- },
- {
- "type": "MORE",
- "scale_to_lvl": false,
- "stat": "magic_shield",
- "v1": 50.0
- },
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "chaos_resist",
- "v1": 75.0
- }
- ]
+{
+ "type": "MAJOR",
+ "icon": "mmorpg:textures/gui/stat_icons/game_changers/ms_all_in.png",
+ "id": "ms_all_in",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "MORE",
+ "scale_to_lvl": false,
+ "stat": "health",
+ "v1": -95.0
+ },
+ {
+ "type": "MORE",
+ "scale_to_lvl": false,
+ "stat": "magic_shield",
+ "v1": 50.0
+ },
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "chaos_resist",
+ "v1": 75.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/nature_balm.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/nature_balm.json
index 8d8a818..139c985 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/nature_balm.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/nature_balm.json
@@ -1,15 +1,15 @@
-{
- "type": "STAT",
- "icon": "mmorpg:textures/gui/spells/icons/nature_balm.png",
- "id": "nature_balm",
- "is_entry": false,
- "max_lvls": 16,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "learn_nature_balm",
- "v1": 1.0
- }
- ]
+{
+ "type": "STAT",
+ "icon": "mmorpg:textures/gui/spells/icons/nature_balm.png",
+ "id": "nature_balm",
+ "is_entry": false,
+ "max_lvls": 16,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "learn_nature_balm",
+ "v1": 1.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/power_surge.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/power_surge.json
index 878ba76..772ef9b 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/power_surge.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/power_surge.json
@@ -1,15 +1,15 @@
-{
- "type": "STAT",
- "icon": "mmorpg:textures/gui/spells/icons/power_surge.png",
- "id": "power_surge",
- "is_entry": false,
- "max_lvls": 16,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "learn_power_surge",
- "v1": 1.0
- }
- ]
+{
+ "type": "STAT",
+ "icon": "mmorpg:textures/gui/spells/icons/power_surge.png",
+ "id": "power_surge",
+ "is_entry": false,
+ "max_lvls": 16,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "learn_power_surge",
+ "v1": 1.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/prestissimo.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/prestissimo.json
index 5de6437..ffdf4a5 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/prestissimo.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/prestissimo.json
@@ -1,15 +1,15 @@
-{
- "type": "STAT",
- "icon": "mmorpg:textures/gui/spells/icons/prestissimo.png",
- "id": "prestissimo",
- "is_entry": false,
- "max_lvls": 16,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "learn_prestissimo",
- "v1": 1.0
- }
- ]
+{
+ "type": "STAT",
+ "icon": "mmorpg:textures/gui/spells/icons/prestissimo.png",
+ "id": "prestissimo",
+ "is_entry": false,
+ "max_lvls": 16,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "learn_prestissimo",
+ "v1": 1.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/protection.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/protection.json
index ccf7079..d2ef0b5 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/protection.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/protection.json
@@ -1,15 +1,15 @@
-{
- "type": "STAT",
- "icon": "mmorpg:textures/gui/spells/icons/protection.png",
- "id": "protection",
- "is_entry": false,
- "max_lvls": 16,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "learn_protection",
- "v1": 1.0
- }
- ]
+{
+ "type": "STAT",
+ "icon": "mmorpg:textures/gui/spells/icons/protection.png",
+ "id": "protection",
+ "is_entry": false,
+ "max_lvls": 16,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "learn_protection",
+ "v1": 1.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/quake.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/quake.json
index 176c6ea..9eb330f 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/quake.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/quake.json
@@ -1,15 +1,15 @@
-{
- "type": "STAT",
- "icon": "mmorpg:textures/gui/spells/icons/quake.png",
- "id": "quake",
- "is_entry": false,
- "max_lvls": 16,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "learn_quake",
- "v1": 1.0
- }
- ]
+{
+ "type": "STAT",
+ "icon": "mmorpg:textures/gui/spells/icons/quake.png",
+ "id": "quake",
+ "is_entry": false,
+ "max_lvls": 16,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "learn_quake",
+ "v1": 1.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_capacity.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_capacity.json
index 02263eb..4a44a67 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_capacity.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_capacity.json
@@ -1,15 +1,15 @@
-{
- "type": "SPECIAL",
- "icon": "mmorpg:textures/gui/stat_icons/misc/summon_damage.png",
- "id": "summon_capacity",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "max_total_summons",
- "v1": 1.0
- }
- ]
+{
+ "type": "SPECIAL",
+ "icon": "mmorpg:textures/gui/stat_icons/misc/summon_damage.png",
+ "id": "summon_capacity",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "max_total_summons",
+ "v1": 1.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_cdr.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_cdr.json
index 59819ad..46b605b 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_cdr.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_cdr.json
@@ -1,15 +1,15 @@
-{
- "type": "MAJOR",
- "icon": "mmorpg:textures/gui/stat_icons/misc/cdr.png",
- "id": "summon_cdr",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "summon_cdr",
- "v1": 3.0
- }
- ]
+{
+ "type": "MAJOR",
+ "icon": "mmorpg:textures/gui/stat_icons/misc/cdr.png",
+ "id": "summon_cdr",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "summon_cdr",
+ "v1": 3.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summoner.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summoner.json
index f99d9a4..61b2748 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summoner.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summoner.json
@@ -1,33 +1,33 @@
-{
- "type": "MAJOR",
- "icon": "mmorpg:textures/gui/stat_icons/game_changers/summoner.png",
- "id": "summoner",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "max_total_summons",
- "v1": 3.0
- },
- {
- "type": "MORE",
- "scale_to_lvl": false,
- "stat": "summon_damage",
- "v1": 15.0
- },
- {
- "type": "MORE",
- "scale_to_lvl": false,
- "stat": "total_damage",
- "v1": -25.0
- },
- {
- "type": "MORE",
- "scale_to_lvl": false,
- "stat": "golem_damage",
- "v1": -50.0
- }
- ]
+{
+ "type": "MAJOR",
+ "icon": "mmorpg:textures/gui/stat_icons/game_changers/summoner.png",
+ "id": "summoner",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "max_total_summons",
+ "v1": 3.0
+ },
+ {
+ "type": "MORE",
+ "scale_to_lvl": false,
+ "stat": "summon_damage",
+ "v1": 15.0
+ },
+ {
+ "type": "MORE",
+ "scale_to_lvl": false,
+ "stat": "total_damage",
+ "v1": -25.0
+ },
+ {
+ "type": "MORE",
+ "scale_to_lvl": false,
+ "stat": "golem_damage",
+ "v1": -50.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/taunt.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/taunt.json
index d332894..54bb50f 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/taunt.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/taunt.json
@@ -1,15 +1,15 @@
-{
- "type": "STAT",
- "icon": "mmorpg:textures/gui/spells/icons/taunt.png",
- "id": "taunt",
- "is_entry": false,
- "max_lvls": 1,
- "stats": [
- {
- "type": "FLAT",
- "scale_to_lvl": false,
- "stat": "learn_taunt",
- "v1": 1.0
- }
- ]
+{
+ "type": "STAT",
+ "icon": "mmorpg:textures/gui/spells/icons/taunt.png",
+ "id": "taunt",
+ "is_entry": false,
+ "max_lvls": 1,
+ "stats": [
+ {
+ "type": "FLAT",
+ "scale_to_lvl": false,
+ "stat": "learn_taunt",
+ "v1": 1.0
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/farming.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/farming.json
index 8e1b06b..eda3273 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/farming.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/farming.json
@@ -1,250 +1,250 @@
-{
- "chance_drops": [
- {
- "type": "MEDIUM",
- "chance": 8.0,
- "drops": [
- {
- "item_id": "mmorpg:rare_mats/farming/medium",
- "min_lvl": 0.0,
- "num": 1,
- "weight": 1000
- }
- ]
- },
- {
- "type": "LESSER",
- "chance": 32.0,
- "drops": [
- {
- "item_id": "mmorpg:rare_mats/farming/lesser",
- "min_lvl": 0.0,
- "num": 1,
- "weight": 1000
- }
- ]
- },
- {
- "type": "GREATER",
- "chance": 2.0,
- "drops": [
- {
- "item_id": "mmorpg:rare_mats/farming/greater",
- "min_lvl": 0.0,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "exp_sources": {
- "map": {
- "0": [
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "minecraft:wheat"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "minecraft:beetroot"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "minecraft:carrot"
- }
- ],
- "1": [
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "minecraft:melon"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "minecraft:pumpkin"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "supplementaries:flax"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "farmersdelight:cabbage"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "farmersdelight:tomato"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "farmersdelight:onion"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "minecraft:cocoa_beans"
- }
- ],
- "2": [
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "corn_delight:corn"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "chococraft:gysahl_green"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "minecraft:nether_wart"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "farmersdelight:rice"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "undergarden:gloomgourd"
- }
- ],
- "3": [
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "blue_skies:pine_fruit"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "blue_skies:winter_leaves"
- }
- ],
- "4": [
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "blue_skies:scalefruit"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "blue_skies:fiery_beans"
- }
- ],
- "5": [
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "blue_skies:cryoroot"
- },
- {
- "type": "FARM_ITEM",
- "exp": 30,
- "id": "blue_skies:solnut"
- }
- ]
- }
- },
- "id": "farming",
- "misc_chance": 5.0,
- "tiered_drops": {
- "TIER0": [
- {
- "type": "MAIN",
- "chance": 10.0,
- "drops": [
- {
- "item_id": "mmorpg:material/farming/0",
- "min_lvl": 0.0,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "TIER1": [
- {
- "type": "MAIN",
- "chance": 10.0,
- "drops": [
- {
- "item_id": "mmorpg:material/farming/1",
- "min_lvl": 0.2,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "TIER2": [
- {
- "type": "MAIN",
- "chance": 10.0,
- "drops": [
- {
- "item_id": "mmorpg:material/farming/2",
- "min_lvl": 0.4,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "TIER3": [
- {
- "type": "MAIN",
- "chance": 10.0,
- "drops": [
- {
- "item_id": "mmorpg:material/farming/3",
- "min_lvl": 0.6,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "TIER4": [
- {
- "type": "MAIN",
- "chance": 10.0,
- "drops": [
- {
- "item_id": "mmorpg:material/farming/4",
- "min_lvl": 0.8,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "TIER5": [
- {
- "type": "MAIN",
- "chance": 10.0,
- "drops": [
- {
- "item_id": "mmorpg:material/farming/5",
- "min_lvl": 1.0,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ]
- },
- "tool_tag": "farming_tool"
+{
+ "chance_drops": [
+ {
+ "type": "MEDIUM",
+ "chance": 8.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:rare_mats/farming/medium",
+ "min_lvl": 0.0,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ },
+ {
+ "type": "LESSER",
+ "chance": 32.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:rare_mats/farming/lesser",
+ "min_lvl": 0.0,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ },
+ {
+ "type": "GREATER",
+ "chance": 2.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:rare_mats/farming/greater",
+ "min_lvl": 0.0,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "exp_sources": {
+ "map": {
+ "0": [
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "minecraft:wheat"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "minecraft:beetroot"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "minecraft:carrot"
+ }
+ ],
+ "1": [
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "minecraft:melon"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "minecraft:pumpkin"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "supplementaries:flax"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "farmersdelight:cabbage"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "farmersdelight:tomato"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "farmersdelight:onion"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "minecraft:cocoa_beans"
+ }
+ ],
+ "2": [
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "corn_delight:corn"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "chococraft:gysahl_green"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "minecraft:nether_wart"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "farmersdelight:rice"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "undergarden:gloomgourd"
+ }
+ ],
+ "3": [
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "blue_skies:pine_fruit"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "blue_skies:winter_leaves"
+ }
+ ],
+ "4": [
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "blue_skies:scalefruit"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "blue_skies:fiery_beans"
+ }
+ ],
+ "5": [
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "blue_skies:cryoroot"
+ },
+ {
+ "type": "FARM_ITEM",
+ "exp": 30,
+ "id": "blue_skies:solnut"
+ }
+ ]
+ }
+ },
+ "id": "farming",
+ "misc_chance": 5.0,
+ "tiered_drops": {
+ "TIER0": [
+ {
+ "type": "MAIN",
+ "chance": 10.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:material/farming/0",
+ "min_lvl": 0.0,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "TIER1": [
+ {
+ "type": "MAIN",
+ "chance": 10.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:material/farming/1",
+ "min_lvl": 0.2,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "TIER2": [
+ {
+ "type": "MAIN",
+ "chance": 10.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:material/farming/2",
+ "min_lvl": 0.4,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "TIER3": [
+ {
+ "type": "MAIN",
+ "chance": 10.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:material/farming/3",
+ "min_lvl": 0.6,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "TIER4": [
+ {
+ "type": "MAIN",
+ "chance": 10.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:material/farming/4",
+ "min_lvl": 0.8,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "TIER5": [
+ {
+ "type": "MAIN",
+ "chance": 10.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:material/farming/5",
+ "min_lvl": 1.0,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ]
+ },
+ "tool_tag": "farming_tool"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/mining.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/mining.json
index 0eb34b0..cafb4aa 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/mining.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/mining.json
@@ -1,255 +1,255 @@
-{
- "chance_drops": [
- {
- "type": "MEDIUM",
- "chance": 8.0,
- "drops": [
- {
- "item_id": "mmorpg:rare_mats/mining/medium",
- "min_lvl": 0.0,
- "num": 1,
- "weight": 1000
- }
- ]
- },
- {
- "type": "LESSER",
- "chance": 32.0,
- "drops": [
- {
- "item_id": "mmorpg:rare_mats/mining/lesser",
- "min_lvl": 0.0,
- "num": 1,
- "weight": 1000
- }
- ]
- },
- {
- "type": "GREATER",
- "chance": 2.0,
- "drops": [
- {
- "item_id": "mmorpg:rare_mats/mining/greater",
- "min_lvl": 0.0,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "exp_sources": {
- "map": {
- "0": [
- {
- "type": "BLOCK_TAG",
- "exp": 10,
- "id": "minecraft:coal_ores"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 15,
- "id": "minecraft:iron_ores"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 15,
- "id": "minecraft:copper_ores"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 12,
- "id": "forge:ores/zinc"
- }
- ],
- "1": [
- {
- "type": "BLOCK_TAG",
- "exp": 10,
- "id": "minecraft:redstone_ores"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 15,
- "id": "minecraft:lapis_ores"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 20,
- "id": "minecraft:gold_ores"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 5,
- "id": "forge:ores/quartz"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 20,
- "id": "forge:ores/cloggrum"
- }
- ],
- "2": [
- {
- "type": "BLOCK_TAG",
- "exp": 25,
- "id": "minecraft:emerald_ores"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 30,
- "id": "minecraft:diamond_ores"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 30,
- "id": "forge:ores/froststeel"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 35,
- "id": "forge:ores/utherium"
- }
- ],
- "3": [
- {
- "type": "BLOCK_TAG",
- "exp": 40,
- "id": "forge:ores/regalium"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 40,
- "id": "blue_skies:ores/moonstone"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 50,
- "id": "blue_skies:ores/pyrope"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 50,
- "id": "blue_skies:ores/aquite"
- }
- ],
- "4": [
- {
- "type": "BLOCK_TAG",
- "exp": 60,
- "id": "blue_skies:ores/charoite"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 60,
- "id": "blue_skies:ores/diopside"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 75,
- "id": "blue_skies:ores/horizonite"
- }
- ],
- "5": [
- {
- "type": "BLOCK_TAG",
- "exp": 80,
- "id": "blue_skies:ores/falsite"
- },
- {
- "type": "BLOCK_TAG",
- "exp": 80,
- "id": "blue_skies:ores/ventium"
- }
- ]
- }
- },
- "id": "mining",
- "misc_chance": 5.0,
- "tiered_drops": {
- "TIER0": [
- {
- "type": "MAIN",
- "chance": 20.0,
- "drops": [
- {
- "item_id": "cte_essentials:stone_block_0",
- "min_lvl": 0.0,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "TIER1": [
- {
- "type": "MAIN",
- "chance": 20.0,
- "drops": [
- {
- "item_id": "cte_essentials:stone_block_1",
- "min_lvl": 0.2,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "TIER2": [
- {
- "type": "MAIN",
- "chance": 20.0,
- "drops": [
- {
- "item_id": "cte_essentials:stone_block_2",
- "min_lvl": 0.4,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "TIER3": [
- {
- "type": "MAIN",
- "chance": 20.0,
- "drops": [
- {
- "item_id": "cte_essentials:stone_block_3",
- "min_lvl": 0.6,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "TIER4": [
- {
- "type": "MAIN",
- "chance": 20.0,
- "drops": [
- {
- "item_id": "cte_essentials:stone_block_4",
- "min_lvl": 0.8,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ],
- "TIER5": [
- {
- "type": "MAIN",
- "chance": 20.0,
- "drops": [
- {
- "item_id": "cte_essentials:stone_block_5",
- "min_lvl": 1.0,
- "num": 1,
- "weight": 1000
- }
- ]
- }
- ]
- },
- "tool_tag": "mining_tool"
+{
+ "chance_drops": [
+ {
+ "type": "MEDIUM",
+ "chance": 8.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:rare_mats/mining/medium",
+ "min_lvl": 0.0,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ },
+ {
+ "type": "LESSER",
+ "chance": 32.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:rare_mats/mining/lesser",
+ "min_lvl": 0.0,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ },
+ {
+ "type": "GREATER",
+ "chance": 2.0,
+ "drops": [
+ {
+ "item_id": "mmorpg:rare_mats/mining/greater",
+ "min_lvl": 0.0,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "exp_sources": {
+ "map": {
+ "0": [
+ {
+ "type": "BLOCK_TAG",
+ "exp": 10,
+ "id": "minecraft:coal_ores"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 15,
+ "id": "minecraft:iron_ores"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 15,
+ "id": "minecraft:copper_ores"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 12,
+ "id": "forge:ores/zinc"
+ }
+ ],
+ "1": [
+ {
+ "type": "BLOCK_TAG",
+ "exp": 10,
+ "id": "minecraft:redstone_ores"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 15,
+ "id": "minecraft:lapis_ores"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 20,
+ "id": "minecraft:gold_ores"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 5,
+ "id": "forge:ores/quartz"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 20,
+ "id": "forge:ores/cloggrum"
+ }
+ ],
+ "2": [
+ {
+ "type": "BLOCK_TAG",
+ "exp": 25,
+ "id": "minecraft:emerald_ores"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 30,
+ "id": "minecraft:diamond_ores"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 30,
+ "id": "forge:ores/froststeel"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 35,
+ "id": "forge:ores/utherium"
+ }
+ ],
+ "3": [
+ {
+ "type": "BLOCK_TAG",
+ "exp": 40,
+ "id": "forge:ores/regalium"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 40,
+ "id": "blue_skies:ores/moonstone"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 50,
+ "id": "blue_skies:ores/pyrope"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 50,
+ "id": "blue_skies:ores/aquite"
+ }
+ ],
+ "4": [
+ {
+ "type": "BLOCK_TAG",
+ "exp": 60,
+ "id": "blue_skies:ores/charoite"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 60,
+ "id": "blue_skies:ores/diopside"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 75,
+ "id": "blue_skies:ores/horizonite"
+ }
+ ],
+ "5": [
+ {
+ "type": "BLOCK_TAG",
+ "exp": 80,
+ "id": "blue_skies:ores/falsite"
+ },
+ {
+ "type": "BLOCK_TAG",
+ "exp": 80,
+ "id": "blue_skies:ores/ventium"
+ }
+ ]
+ }
+ },
+ "id": "mining",
+ "misc_chance": 5.0,
+ "tiered_drops": {
+ "TIER0": [
+ {
+ "type": "MAIN",
+ "chance": 20.0,
+ "drops": [
+ {
+ "item_id": "cte_essentials:stone_block_0",
+ "min_lvl": 0.0,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "TIER1": [
+ {
+ "type": "MAIN",
+ "chance": 20.0,
+ "drops": [
+ {
+ "item_id": "cte_essentials:stone_block_1",
+ "min_lvl": 0.2,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "TIER2": [
+ {
+ "type": "MAIN",
+ "chance": 20.0,
+ "drops": [
+ {
+ "item_id": "cte_essentials:stone_block_2",
+ "min_lvl": 0.4,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "TIER3": [
+ {
+ "type": "MAIN",
+ "chance": 20.0,
+ "drops": [
+ {
+ "item_id": "cte_essentials:stone_block_3",
+ "min_lvl": 0.6,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "TIER4": [
+ {
+ "type": "MAIN",
+ "chance": 20.0,
+ "drops": [
+ {
+ "item_id": "cte_essentials:stone_block_4",
+ "min_lvl": 0.8,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ],
+ "TIER5": [
+ {
+ "type": "MAIN",
+ "chance": 20.0,
+ "drops": [
+ {
+ "item_id": "cte_essentials:stone_block_5",
+ "min_lvl": 1.0,
+ "num": 1,
+ "weight": 1000
+ }
+ ]
+ }
+ ]
+ },
+ "tool_tag": "mining_tool"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ritardando.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ritardando.json
index 7568fcd..5376f07 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ritardando.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ritardando.json
@@ -1,222 +1,222 @@
-{
- "attached": {
- "entity_components": {
- "default_entity_name": [
- {
- "acts": [
- {
- "type": "particles_in_radius",
- "map": {
- "motion": "None",
- "particle_count": 5.0,
- "particle_type": "minecraft:note",
- "radius": 1.0
- }
- }
- ],
- "en_preds": [],
- "ifs": [
- {
- "type": "x_ticks_condition",
- "map": {
- "tick_rate": 1.0
- }
- }
- ],
- "targets": []
- },
- {
- "acts": [
- {
- "type": "damage",
- "map": {
- "element": "Physical",
- "value_calculation": "ritardando"
- }
- },
- {
- "type": "exile_effect",
- "map": {
- "count": 1.0,
- "exile_potion_id": "slow",
- "potion_action": "GIVE_STACKS",
- "potion_dur": 100.0
- }
- }
- ],
- "en_preds": [],
- "ifs": [
- {
- "type": "on_entity_expire",
- "map": {}
- }
- ],
- "targets": [
- {
- "type": "aoe",
- "map": {
- "en_predicate": "enemies",
- "radius": 3.0,
- "selection_type": "RADIUS"
- }
- }
- ]
- },
- {
- "acts": [
- {
- "type": "particles_in_radius",
- "map": {
- "motion": "None",
- "particle_count": 10.0,
- "particle_type": "minecraft:enchanted_hit",
- "radius": 3.0
- }
- }
- ],
- "en_preds": [],
- "ifs": [
- {
- "type": "on_entity_expire",
- "map": {}
- }
- ],
- "targets": []
- },
- {
- "acts": [
- {
- "type": "particles_in_radius",
- "map": {
- "motion": "None",
- "particle_count": 20.0,
- "particle_type": "minecraft:note",
- "radius": 3.0
- }
- }
- ],
- "en_preds": [],
- "ifs": [
- {
- "type": "on_entity_expire",
- "map": {}
- }
- ],
- "targets": []
- },
- {
- "acts": [
- {
- "type": "sound",
- "map": {
- "pitch": 1.189,
- "sound": "block.note_block.guitar",
- "volume": 1.25
- }
- }
- ],
- "en_preds": [],
- "ifs": [
- {
- "type": "on_entity_expire",
- "map": {}
- }
- ],
- "targets": []
- }
- ]
- },
- "on_cast": [
- {
- "acts": [
- {
- "type": "sound",
- "map": {
- "pitch": 0.595,
- "sound": "block.note_block.guitar",
- "volume": 1.0
- }
- }
- ],
- "en_preds": [],
- "ifs": [
- {
- "type": "on_spell_cast",
- "map": {}
- }
- ],
- "targets": []
- },
- {
- "acts": [
- {
- "type": "projectile",
- "map": {
- "entity_name": "default_entity_name",
- "gravity": false,
- "item": "minecraft:air",
- "life_ticks": 80.0,
- "proj_count": 1.0,
- "proj_en": "mmorpg:spell_projectile",
- "proj_speed": 0.2
- }
- }
- ],
- "en_preds": [],
- "ifs": [
- {
- "type": "on_spell_cast",
- "map": {}
- }
- ],
- "targets": []
- }
- ]
- },
- "config": {
- "apply_cast_speed_to_cd": true,
- "cast_time_ticks": 0,
- "castingWeapon": "ANY_WEAPON",
- "charge_name": "",
- "charge_regen": 0,
- "charges": 0,
- "cooldown_ticks": 40,
- "ene_cost": {
- "max": 0.0,
- "min": 0.0
- },
- "imbues": 0,
- "mana_cost": {
- "max": 12.0,
- "min": 9.0
- },
- "style": "int",
- "summonType": "NONE",
- "summon_basic_atk": "pet_basic",
- "swing_arm": true,
+{
+ "attached": {
+ "entity_components": {
+ "default_entity_name": [
+ {
+ "acts": [
+ {
+ "type": "particles_in_radius",
+ "map": {
+ "motion": "None",
+ "particle_count": 5.0,
+ "particle_type": "minecraft:note",
+ "radius": 1.0
+ }
+ }
+ ],
+ "en_preds": [],
+ "ifs": [
+ {
+ "type": "x_ticks_condition",
+ "map": {
+ "tick_rate": 1.0
+ }
+ }
+ ],
+ "targets": []
+ },
+ {
+ "acts": [
+ {
+ "type": "damage",
+ "map": {
+ "element": "Physical",
+ "value_calculation": "ritardando"
+ }
+ },
+ {
+ "type": "exile_effect",
+ "map": {
+ "count": 1.0,
+ "exile_potion_id": "slow",
+ "potion_action": "GIVE_STACKS",
+ "potion_dur": 100.0
+ }
+ }
+ ],
+ "en_preds": [],
+ "ifs": [
+ {
+ "type": "on_entity_expire",
+ "map": {}
+ }
+ ],
+ "targets": [
+ {
+ "type": "aoe",
+ "map": {
+ "en_predicate": "enemies",
+ "radius": 3.0,
+ "selection_type": "RADIUS"
+ }
+ }
+ ]
+ },
+ {
+ "acts": [
+ {
+ "type": "particles_in_radius",
+ "map": {
+ "motion": "None",
+ "particle_count": 10.0,
+ "particle_type": "minecraft:enchanted_hit",
+ "radius": 3.0
+ }
+ }
+ ],
+ "en_preds": [],
+ "ifs": [
+ {
+ "type": "on_entity_expire",
+ "map": {}
+ }
+ ],
+ "targets": []
+ },
+ {
+ "acts": [
+ {
+ "type": "particles_in_radius",
+ "map": {
+ "motion": "None",
+ "particle_count": 20.0,
+ "particle_type": "minecraft:note",
+ "radius": 3.0
+ }
+ }
+ ],
+ "en_preds": [],
+ "ifs": [
+ {
+ "type": "on_entity_expire",
+ "map": {}
+ }
+ ],
+ "targets": []
+ },
+ {
+ "acts": [
+ {
+ "type": "sound",
+ "map": {
+ "pitch": 1.189,
+ "sound": "block.note_block.guitar",
+ "volume": 1.25
+ }
+ }
+ ],
+ "en_preds": [],
+ "ifs": [
+ {
+ "type": "on_entity_expire",
+ "map": {}
+ }
+ ],
+ "targets": []
+ }
+ ]
+ },
+ "on_cast": [
+ {
+ "acts": [
+ {
+ "type": "sound",
+ "map": {
+ "pitch": 0.595,
+ "sound": "block.note_block.guitar",
+ "volume": 1.0
+ }
+ }
+ ],
+ "en_preds": [],
+ "ifs": [
+ {
+ "type": "on_spell_cast",
+ "map": {}
+ }
+ ],
+ "targets": []
+ },
+ {
+ "acts": [
+ {
+ "type": "projectile",
+ "map": {
+ "entity_name": "default_entity_name",
+ "gravity": false,
+ "item": "minecraft:air",
+ "life_ticks": 80.0,
+ "proj_count": 1.0,
+ "proj_en": "mmorpg:spell_projectile",
+ "proj_speed": 0.2
+ }
+ }
+ ],
+ "en_preds": [],
+ "ifs": [
+ {
+ "type": "on_spell_cast",
+ "map": {}
+ }
+ ],
+ "targets": []
+ }
+ ]
+ },
+ "config": {
+ "apply_cast_speed_to_cd": true,
+ "cast_time_ticks": 0,
+ "castingWeapon": "ANY_WEAPON",
+ "charge_name": "",
+ "charge_regen": 0,
+ "charges": 0,
+ "cooldown_ticks": 40,
+ "ene_cost": {
+ "max": 0.0,
+ "min": 0.0
+ },
+ "imbues": 0,
+ "mana_cost": {
+ "max": 12.0,
+ "min": 9.0
+ },
+ "style": "int",
+ "summonType": "NONE",
+ "summon_basic_atk": "pet_basic",
+ "swing_arm": true,
"tags": {
- "tags": [
- "projectile",
- "damage",
- "song",
- "magic",
- "physical"
+ "tags": [
+ "projectile",
+ "damage",
+ "song",
+ "magic",
+ "physical"
]
},
- "times_to_cast": 1,
- "tracking_radius": 5,
- "tracks": "enemies"
- },
- "default_lvl": 0,
- "disabled_dims": [],
- "effect_tip": "",
- "identifier": "ritardando",
- "loc_name": "Ritardando",
+ "times_to_cast": 1,
+ "tracking_radius": 5,
+ "tracks": "enemies"
+ },
+ "default_lvl": 0,
+ "disabled_dims": [],
+ "effect_tip": "",
+ "identifier": "ritardando",
+ "loc_name": "Ritardando",
"lvl_based_on_spell": "",
- "manual_tip": true,
- "max_lvl": 16,
- "min_lvl": 1,
+ "manual_tip": true,
+ "max_lvl": 16,
+ "min_lvl": 1,
"show_other_spell_tooltip": "",
- "statsForSkillGem": [],
- "weight": 1000
+ "statsForSkillGem": [],
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/basic_attack_dmg.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/basic_attack_dmg.json
index 1c920cf..6de2776 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/basic_attack_dmg.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/basic_attack_dmg.json
@@ -1,31 +1,31 @@
-{
- "base": 0.0,
- "effect": {
- "effects": [
- "increase_number_num"
- ],
- "events": [
- "on_damage"
- ],
- "ifs": [
- "is_is_basic_atk_true"
- ],
- "order": 0,
- "side": "Source"
- },
- "ele": "Physical",
- "format": "aqua",
- "group": "WEAPON",
- "icon": "❁",
- "id": "basic_attack_dmg",
- "is_long": false,
- "is_perc": true,
- "max": 2.14748365E9,
- "min": 0.0,
- "minus_is_good": false,
- "multiUseType": "MULTIPLICATIVE_DAMAGE",
- "order": 100,
- "scaling": "NONE",
- "ser": "data",
- "show_in_gui": true
+{
+ "base": 0.0,
+ "effect": {
+ "effects": [
+ "increase_number_num"
+ ],
+ "events": [
+ "on_damage"
+ ],
+ "ifs": [
+ "is_is_basic_atk_true"
+ ],
+ "order": 0,
+ "side": "Source"
+ },
+ "ele": "Physical",
+ "format": "aqua",
+ "group": "WEAPON",
+ "icon": "❁",
+ "id": "basic_attack_dmg",
+ "is_long": false,
+ "is_perc": true,
+ "max": 2.14748365E9,
+ "min": 0.0,
+ "minus_is_good": false,
+ "multiUseType": "MULTIPLICATIVE_DAMAGE",
+ "order": 100,
+ "scaling": "NONE",
+ "ser": "data",
+ "show_in_gui": true
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/mana_on_basic_hit.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/mana_on_basic_hit.json
index 7285bdd..44c91ea 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/mana_on_basic_hit.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/mana_on_basic_hit.json
@@ -1,32 +1,32 @@
-{
- "base": 0.0,
- "effect": {
- "effects": [
- "restore_mana_per_stat_data"
- ],
- "events": [
- "on_damage"
- ],
- "ifs": [
- "is_is_basic_atk_true",
- "is_is_summon_attack_true_is_false"
- ],
- "order": 100,
- "side": "Source"
- },
- "ele": "All",
- "format": "aqua",
- "group": "RESTORATION",
- "icon": "❁",
- "id": "mana_on_basic_hit",
- "is_long": false,
- "is_perc": false,
- "max": 2.14748365E9,
- "min": 0.0,
- "minus_is_good": false,
- "multiUseType": "MULTIPLY_STAT",
- "order": 100,
- "scaling": "NORMAL",
- "ser": "data",
- "show_in_gui": true
+{
+ "base": 0.0,
+ "effect": {
+ "effects": [
+ "restore_mana_per_stat_data"
+ ],
+ "events": [
+ "on_damage"
+ ],
+ "ifs": [
+ "is_is_basic_atk_true",
+ "is_is_summon_attack_true_is_false"
+ ],
+ "order": 100,
+ "side": "Source"
+ },
+ "ele": "All",
+ "format": "aqua",
+ "group": "RESTORATION",
+ "icon": "❁",
+ "id": "mana_on_basic_hit",
+ "is_long": false,
+ "is_perc": false,
+ "max": 2.14748365E9,
+ "min": 0.0,
+ "minus_is_good": false,
+ "multiUseType": "MULTIPLY_STAT",
+ "order": 100,
+ "scaling": "NORMAL",
+ "ser": "data",
+ "show_in_gui": true
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/cast_speed.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/cast_speed.json
index 7cdf609..2ed917e 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/cast_speed.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/cast_speed.json
@@ -1,16 +1,16 @@
-{
- "id": "cast_speed",
- "manaMulti": 1.2,
- "min_lvl": 10,
- "one_of_a_kind": "",
- "stats": [
- {
- "type": "FLAT",
- "max": 45.0,
- "min": 15.0,
- "stat": "cast_speed"
- }
- ],
- "style": "INT",
- "weight": 1000
+{
+ "id": "cast_speed",
+ "manaMulti": 1.2,
+ "min_lvl": 10,
+ "one_of_a_kind": "",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 45.0,
+ "min": 15.0,
+ "stat": "cast_speed"
+ }
+ ],
+ "style": "INT",
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/chaos_pene.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/chaos_pene.json
index 81a1392..379b87a 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/chaos_pene.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/chaos_pene.json
@@ -1,16 +1,16 @@
-{
- "id": "chaos_pene",
- "manaMulti": 1.3,
- "min_lvl": 10,
- "one_of_a_kind": "",
- "stats": [
- {
- "type": "FLAT",
- "max": 30.0,
- "min": 10.0,
- "stat": "chaos_penetration"
- }
- ],
- "style": "DEX",
- "weight": 1000
+{
+ "id": "chaos_pene",
+ "manaMulti": 1.3,
+ "min_lvl": 10,
+ "one_of_a_kind": "",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 30.0,
+ "min": 10.0,
+ "stat": "chaos_penetration"
+ }
+ ],
+ "style": "DEX",
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/energy_on_hit.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/energy_on_hit.json
index d1bcfcd..1566df3 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/energy_on_hit.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/energy_on_hit.json
@@ -1,16 +1,16 @@
-{
- "id": "energy_on_hit",
- "manaMulti": 1.0,
- "min_lvl": 20,
- "one_of_a_kind": "",
- "stats": [
- {
- "type": "FLAT",
- "max": 4.5,
- "min": 1.5,
- "stat": "energysteal"
- }
- ],
- "style": "DEX",
- "weight": 1000
+{
+ "id": "energy_on_hit",
+ "manaMulti": 1.0,
+ "min_lvl": 20,
+ "one_of_a_kind": "",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 4.5,
+ "min": 1.5,
+ "stat": "energysteal"
+ }
+ ],
+ "style": "DEX",
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/fire_pene.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/fire_pene.json
index 7380811..f1f35d6 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/fire_pene.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/fire_pene.json
@@ -1,16 +1,16 @@
-{
- "id": "fire_pene",
- "manaMulti": 1.3,
- "min_lvl": 10,
- "one_of_a_kind": "",
- "stats": [
- {
- "type": "FLAT",
- "max": 30.0,
- "min": 10.0,
- "stat": "fire_penetration"
- }
- ],
- "style": "STR",
- "weight": 1000
+{
+ "id": "fire_pene",
+ "manaMulti": 1.3,
+ "min_lvl": 10,
+ "one_of_a_kind": "",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 30.0,
+ "min": 10.0,
+ "stat": "fire_penetration"
+ }
+ ],
+ "style": "STR",
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/health_on_hit.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/health_on_hit.json
index e1e9a9b..e2cceac 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/health_on_hit.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/health_on_hit.json
@@ -1,22 +1,22 @@
-{
- "id": "health_on_hit",
- "manaMulti": 1.1,
- "min_lvl": 20,
- "one_of_a_kind": "",
- "stats": [
- {
- "type": "FLAT",
- "max": 4.5,
- "min": 1.5,
- "stat": "lifesteal"
- },
- {
- "type": "FLAT",
- "max": 4.5,
- "min": 1.5,
- "stat": "spell_lifesteal"
- }
- ],
- "style": "STR",
- "weight": 1000
+{
+ "id": "health_on_hit",
+ "manaMulti": 1.1,
+ "min_lvl": 20,
+ "one_of_a_kind": "",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 4.5,
+ "min": 1.5,
+ "stat": "lifesteal"
+ },
+ {
+ "type": "FLAT",
+ "max": 4.5,
+ "min": 1.5,
+ "stat": "spell_lifesteal"
+ }
+ ],
+ "style": "STR",
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lightning_pene.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lightning_pene.json
index d850b1a..d26c623 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lightning_pene.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lightning_pene.json
@@ -1,16 +1,16 @@
-{
- "id": "lightning_pene",
- "manaMulti": 1.3,
- "min_lvl": 10,
- "one_of_a_kind": "",
- "stats": [
- {
- "type": "FLAT",
- "max": 30.0,
- "min": 10.0,
- "stat": "lightning_penetration"
- }
- ],
- "style": "INT",
- "weight": 1000
+{
+ "id": "lightning_pene",
+ "manaMulti": 1.3,
+ "min_lvl": 10,
+ "one_of_a_kind": "",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 30.0,
+ "min": 10.0,
+ "stat": "lightning_penetration"
+ }
+ ],
+ "style": "INT",
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/magic_shield_on_hit.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/magic_shield_on_hit.json
index 0521f81..572be27 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/magic_shield_on_hit.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/magic_shield_on_hit.json
@@ -1,16 +1,16 @@
-{
- "id": "magic_shield_on_hit",
- "manaMulti": 1.2,
- "min_lvl": 20,
- "one_of_a_kind": "",
- "stats": [
- {
- "type": "FLAT",
- "max": 4.5,
- "min": 1.5,
- "stat": "magic_shield_on_hit_hit"
- }
- ],
- "style": "INT",
- "weight": 1000
+{
+ "id": "magic_shield_on_hit",
+ "manaMulti": 1.2,
+ "min_lvl": 20,
+ "one_of_a_kind": "",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 4.5,
+ "min": 1.5,
+ "stat": "magic_shield_on_hit_hit"
+ }
+ ],
+ "style": "INT",
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/mana_on_hit.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/mana_on_hit.json
index 9f382ff..49ec8ab 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/mana_on_hit.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/mana_on_hit.json
@@ -1,16 +1,16 @@
-{
- "id": "mana_on_hit",
- "manaMulti": 1.0,
- "min_lvl": 20,
- "one_of_a_kind": "",
- "stats": [
- {
- "type": "FLAT",
- "max": 4.5,
- "min": 1.5,
- "stat": "spell_manasteal"
- }
- ],
- "style": "INT",
- "weight": 1000
+{
+ "id": "mana_on_hit",
+ "manaMulti": 1.0,
+ "min_lvl": 20,
+ "one_of_a_kind": "",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 4.5,
+ "min": 1.5,
+ "stat": "spell_manasteal"
+ }
+ ],
+ "style": "INT",
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/physical_pene.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/physical_pene.json
index 1afec43..11af353 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/physical_pene.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/physical_pene.json
@@ -1,16 +1,16 @@
-{
- "id": "physical_pene",
- "manaMulti": 1.3,
- "min_lvl": 10,
- "one_of_a_kind": "",
- "stats": [
- {
- "type": "FLAT",
- "max": 45.0,
- "min": 15.0,
- "stat": "armor_penetration"
- }
- ],
- "style": "STR",
- "weight": 1000
+{
+ "id": "physical_pene",
+ "manaMulti": 1.3,
+ "min_lvl": 10,
+ "one_of_a_kind": "",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 45.0,
+ "min": 15.0,
+ "stat": "armor_penetration"
+ }
+ ],
+ "style": "STR",
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/water_pene.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/water_pene.json
index 44859ab..5cc73dd 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/water_pene.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/water_pene.json
@@ -1,16 +1,16 @@
-{
- "id": "water_pene",
- "manaMulti": 1.3,
- "min_lvl": 10,
- "one_of_a_kind": "",
- "stats": [
- {
- "type": "FLAT",
- "max": 30.0,
- "min": 10.0,
- "stat": "water_penetration"
- }
- ],
- "style": "DEX",
- "weight": 1000
+{
+ "id": "water_pene",
+ "manaMulti": 1.3,
+ "min_lvl": 10,
+ "one_of_a_kind": "",
+ "stats": [
+ {
+ "type": "FLAT",
+ "max": 30.0,
+ "min": 10.0,
+ "stat": "water_penetration"
+ }
+ ],
+ "style": "DEX",
+ "weight": 1000
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/modpacker_resources/guide_for_modpackers.txt b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/modpacker_resources/guide_for_modpackers.txt
index 1dcfcca..993d313 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/modpacker_resources/guide_for_modpackers.txt
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/modpacker_resources/guide_for_modpackers.txt
@@ -1,30 +1,30 @@
-If you want to edit the skill trees or create new ones, you will need a .csv editor to open the .ods files!
-
-They are custom formatted to allow you to easily create the trees.
-
-I suggest trio office. It's a free program.
-
-When you edit it. Click save. Then click save as and then save as .csv file.
-
-(YES DO BOTH. you want to keep your .ODS file updated OR ELSE YOU WILL WASTE TIME!)
-
-Open that .csv with notepad++, copy the whole thing and paste it to the appropriate skill tree .json in the "perks" field.
-
-
-Also: these skill trees use datapacks called perks. I already create a bunch for the mod but you can create more or edit them too!
-
-I also added optional locking of perks under vanilla advancements/achievements. That might be helpful with modpacks.
-
-You could have a powerful class gated behind some advancements, or gate just parts of skill trees. Possibilities!
-
-Also, there are multiple types of perks: SPELL, STAT, START and SPECIAL.
-
-spell, stat are self explanatory
-
-Start is for the starting point of the skill tree.
-
-Special is a way of differentiating good perks, it uses a prettier icon.
-
-There'a also a required field, [CENTER]. This tells the game where to center the gui to.
-
+If you want to edit the skill trees or create new ones, you will need a .csv editor to open the .ods files!
+
+They are custom formatted to allow you to easily create the trees.
+
+I suggest trio office. It's a free program.
+
+When you edit it. Click save. Then click save as and then save as .csv file.
+
+(YES DO BOTH. you want to keep your .ODS file updated OR ELSE YOU WILL WASTE TIME!)
+
+Open that .csv with notepad++, copy the whole thing and paste it to the appropriate skill tree .json in the "perks" field.
+
+
+Also: these skill trees use datapacks called perks. I already create a bunch for the mod but you can create more or edit them too!
+
+I also added optional locking of perks under vanilla advancements/achievements. That might be helpful with modpacks.
+
+You could have a powerful class gated behind some advancements, or gate just parts of skill trees. Possibilities!
+
+Also, there are multiple types of perks: SPELL, STAT, START and SPECIAL.
+
+spell, stat are self explanatory
+
+Start is for the starting point of the skill tree.
+
+Special is a way of differentiating good perks, it uses a prettier icon.
+
+There'a also a required field, [CENTER]. This tells the game where to center the gui to.
+
Always a good idea to start by copying an existing skill tree and modifying it.
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.csv b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.csv
index b9044e5..0c4d922 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.csv
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.csv
@@ -1,138 +1,138 @@
-E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_percent_big,,,,int_dmg_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,mana_regen_percent,,,,,,int_dmg,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,summon_damage_big,,,,,,summon_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_percent,,,,,,int_dmg,,,,,,,,,,,,,,,,,,,,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,increase_healing_big,O,increase_healing,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,summon_damage,O,summoner,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,,,,,,,,,tormentor,,,,,,,,,mana_percent,,,,int_dmg,,,,,,,,,warlock,,,,,,,,,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,increase_healing,O,increase_healing,,,,,,,,,,,,,O,,,,,,,,,,O,cdr,O,,,,,,,,,,O,,,,,,,,,,,,,summon_damage,O,summon_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,int,O,O,O,O,O,O,O,O,O,O,int,O,O,O,O,O,O,O,O,O,O,int,O,O,O,O,O,O,O,O,O,O,int,O,O,O,O,O,O,O,O,O,O,int,,,,,,summon_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,O,,,,,,,,,,mana_percent_big,,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,,O,,,,,,,,,,O,,,,,,,,,,,O,magic_shield_regen_percent,O,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_percent_big,O,energy_percent,,,,,,,,,,,,O,,,,,,O,health_regen_percent_big,O,,,,,int_dmg,,,mana_regen_percent,,,,,,,,,,jewel_socket,,,,,,,,,,magic_shield_regen_percent,,,,magic_shield_percent,,,,O,increase_healing,O,,,,,,O,,,,,,,,,,,,health_regen_percent,O,health_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,,,,,,,,,O,,,,,,dot_dmg,,,,health_regen_percent_big,,,O,,,,,O,,,,all_water_damage_big,,all_lightning_damage_big,,,O,,,all_fire_damage_big,,all_chaos_damage_big,,,,,O,,,,O,,,increase_healing,,,,health_percent_big,,,,,,O,,,,,,,,,,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent_big,,,,,,energy_percent,,,,,,,,int,,,,,,,O,,,,O,,,int_dmg_big,,,,,mana_regen_percent_big,,,O,,,,O,,mana_percent,,O,,,,O,,,,magic_shield_percent_big,,,,magic_shield_percent,,,O,,,,O,,,,,,,int,,,,,,,,health_regen_percent,,,,,,health_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,O,,,,,,O,,,,,,,,dot_dmg,,,,str_big,,,O,,,,,O,,,water_penetration,,,,lightning_penetration,,O,,fire_penetration,,,,chaos_penetration,,,,,,magic_shield_percent,O,,,,health_percent,,,,health_regen_percent,,,,,,,,O,,,,,,O,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent,,,,,,,energy_percent,,,,,O,,,,,,all_physical_damage_big,,,,O,dot_dmg,O,,O,,,int_dmg,,,mana_regen_percent,,,,O,,,,O,,mana_battery,,O,,,,O,,,,,,O,,,,O,,O,health_regen_percent,O,,,,spell_water_damage_big,O,,,,,O,,,,,health_regen_percent,,,,,,,health_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,O,,,,,,,,O,,,,,,,O,,,O,,O,,,int_big,,,water_penetration,,lightning_penetration,,,O,,,fire_penetration,,chaos_penetration,,,int_big,,,,O,,,,O,,,,,,,O,,,spell_lightning_damage_big,,,,,O,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent,,,,energy_percent,,,,O,,,,,,,,,,all_physical_damage_big,,,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,,,all_lightning_damage,,,,,O,,,,,O,,,,health_percent,,,,health_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,energy_regen_percent,O,,O,,O,,,,,,int_dmg_big,,,,,O,,,,,,O,,O,O,int,O,O,O,int,O,O,O,int,O,O,O,int_big,O,O,O,int,O,O,O,int,O,O,O,int,O,O,O,int,,,,,,O,,,,,spell_fire_damage_big,,,,,,O,,O,,O,health_percent,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,int,,,,,,,,O,,,int_dmg,,,,,,O,int,O,,,,,,,,,,,O,,,,O,,,,O,,,,,,,,O,,,,,O,,,,,,int_dmg,,,O,,,,,,,,str,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,O,O,O,,,,,int_dmg,O,,O,,,,O,,O,,,,,,,,,summon_damage,O,summon_damage,,,,,O,,,,,cdr,O,cdr,,,,O,chaos_penetration,O,all_chaos_damage,,,,O,,,,O,,O,all_lightning_damage,,,,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,int,,,,,,,,O,,O,,,,O,,,,,,,,O,,O,,,,O,magic_shield_percent,O,,,,O,,O,,,dot_dmg,,,,,O,,,,O,,O,,,,,,,magic_shield_regen_percent_big,O,magic_shield_percent_big,,,O,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,,,,,,,,int,,,,,,hp_mana_small,O,mana_percent,O,,,,summon_damage_big,O,summon_damage,,,magic_shield_percent,,O,,magic_shield_percent,,,cdr,O,cdr_big,,O,,,,,,all_chaos_damage,,,,,int,,,,,,,,O,,O,,,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,health_percent_big,O,health_percent,,,,O,,,,,,O,,O,,,,,O,,,,mana_percent_big,,,,,,,O,,,magic_shield_regen_percent_big,,,O,,,,,,dot_dmg,O,dot_dmg_big,,,,O,,,,O,,O,,,,,,,magic_shield_percent_big,O,magic_shield_regen_percent_big,,,O,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,O,,,,,O,,,,O,,,mana_regen_percent,O,energy_regen_percent,,,health_percent,,,,,O,,,,,,magic_shield_percent_big,,,O,,,magic_shield_percent_big,,,,,,O,,,,spell_chaos_damage_big,O,chaos_penetration,,spell_water_damage,O,mana_ene_regen_small,,,O,,,,,O,,,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,int,,,,,,,health_regen_percent,O,health_percent,,,,,,O,,O,,,,O,,O,,,O,,,,,mana_percent,,,block_chance_big,,,O,,,magic_shield_regen_percent_big,,,O,,all_lightning_damage,O,critical_damage_big,,dot_dmg,,,,,,O,,O,,O,,,,O,,O,ms_all_in,,,,,,,str,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,spirit_cost_big,O,,,,,O,,,,,,jewel_socket,,,,,mana_regen_percent_big,,energy_regen_percent_big,,,,health_percent_big,,,,O,,,O,,,,magic_shield_percent,,O,,magic_shield_percent,,,O,,O,,O,,,,,all_chaos_damage,,,mana_regen_percent_big,,spell_water_damage,,,,,jewel_socket,,,,,,,,O,,,,,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,spirit_cost,,,,,health_percent,,,,O,,O,O,,,,,,,,,,O,health_percent,O,hp_mana_small,,,,block_chance,,,,O,magic_shield_percent,O,,,,critical_hit,O,all_lightning_damage,,,chaos_penetration,O,all_chaos_damage,O,,,O,,,,,,O,O,,O,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,mantra,O,cdr,,,,,,O,,,,,,,,,,O,,,,O,,,O,,,,,O,,,,,,,,,,,,,O,,,,O,,,,O,,,,O,,,,,O,,,,,,,O,,,,,O,,,,,O,,,,O,,,,,phys_to_water_big,,,,,,,,O,,,,,,bow_damage,O,dex_dmg_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,O,,,,,,,,,,,spirit_cost,,,,O,,O,,,,,,,int,,,,,staff_damage_big,O,staff_damage,,,,,int,O,O,O,int,O,O,O,int_big,O,O,O,int,O,O,O,int,,,,,summon_damage_big,O,summon_damage,,,,,int,,,,,,,O,,O,,,,,,O,,,,,,,,,O,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,cdr,O,cdr,,,,O,,,,,spirit_cost_big,,,,,,,O,,,,,dex_big,,,,lifesteal,,,,,O,,,,O,,,,,,O,,,,,,,,O,,O,,,,,,,,O,,,,,,O,,,,O,,O,,O,spell_lifesteal,,,,str_big,,,,,,all_elemental_damage,,,,,,,,,,,O,,,,dex_dmg,O,crossbow_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,,O,,,,,,,spirit_cost,,,,O,,O,,,O,,,,,,O,,,staff_damage,O,staff_damage,O,,O,,,,,critical_hit_big,,,O,,,,O,,,inc_aoe_big,,,,,O,,O,summon_damage,O,summon_damage,,,O,,,,spell_lifesteal_big,,,,,O,,O,,,,,O,,,O,phys_to_lightning_big,,,,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,int,,,,,,,,spirit_cost,,,,,,O,,,O,,,O,,,,spell_lifesteal_big,,,,,,int,,,,,,int,,,,,,O,,,critical_hit,,int_dmg,,inc_aoe,,,O,,,,,,int,,,,,,int,,,,O,,,,,,O,,,O,,,,bow_damage,O,all_elemental_damage,,,,,,,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,spirit_cost,O,spirit_cost,O,O,,O,,,,,O,,O,,O,spell_lifesteal,,,,,O,,,,O,,O,,,spell_fire_damage_big,,,critical_hit,O,,,O,,,O,inc_aoe,,,mana_regen_percent,O,,O,,O,,,,O,,,,,spell_lifesteal,,,,,O,,,,,O,,O,,,,,,,critical_hit,O,critical_damage_big,,,O,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,int,,,,,,,int,,,,,,,,,,O,,O,,,,O,,O,,,,,critical_hit,,int_dmg_big,,inc_aoe,,,,O,,,mana_ms_percent_small,,,,O,,O,,,,,,,,,,dex,,,,,,,str,,,,,,,,O,,O,,,O,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,O,,O,dot_dmg,O,all_fire_damage,,,,O,,,,,,,,,,int,,,,,,int_dmg,,,int_dmg_big,,,O,,O,,O,,,mana_percent_big,,,,,O,,,,int,,,,,,,,,,O,,O,,O,magic_shield_percent,O,,,O,,,,,,,critical_hit,O,critical_damage,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,cdr,O,cdr,,,,,,O,,,,O,,O,,,,,O,,,,,hp_mana_big,O,hp_mana_small,,,O,,,spell_lightning_damage_big,O,,O,,O,,,O,,int_dmg,,O,,,O,,,,,magic_shield_regen_percent,,,O,,,all_chaos_damage_big,O,dot_dmg_big,,,,,O,,,,dodge_percent,,,,magic_shield_percent,,,O,O,,,,,O,,,,dex,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,,,O,,,,O,,,,,all_fire_damage,O,dot_dmg_big,,,,,,int,,,,O,,O,,,,O,,,,,,int_dmg,,,,O,,O,,O,,,,mana_ms_percent_small,,,O,,,O,,,,O,,O,,,,str,,,,,O,,,,O,,,,,O,,,,dex,O,O,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,increase_healing_big,,,,,divinity,O,int,,,,,,,,,,,,,,,O,,,hp_mana_small,O,hp_mana_small,,,,,int,,,spell_water_damage_big,O,,O,,O,hp_mana_small,O,jewel_socket,O,hp_mana_small,O,,O,,O,magic_shield_percent_big,,,int,,,,,dot_dmg,O,all_fire_damage_big,,,O,,O,,,,dodge_percent,,,,magic_shield_percent_big,,,,,O,,O,O,,,,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,,,O,,,O,,,,,,,,,,energy_regen_percent_big,O,energy_regen_percent,,,,O,,,,,O,,O,O,,O,,,,,,int_big,,,,,,,,int_big,,,,,,O,,O,O,,O,,,,,O,,,int_dmg,O,all_physical_damage,,,O,dodge_percent,O,,,O,energy_percent,O,dex,O,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,increase_healing,O,increase_healing,,,,O,,,magic_shield_percent,O,magic_shield_percent,,,,,O,,O,,,,,int,,,,,int_big,,,,,O,,,,O,,O,O,,,,O,O,,O,,,,O,,,,,int_big,,,,,dex,,,,O,,O,,,,,,,energy_regen_percent,,,,O,,,,,all_chaos_damage,O,all_chaos_damage,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,O,,O,,,,O,,,,energy_percent,O,energy_regen_percent,,,,O,,O,,,O,,O,,,,,int,O,O,cdr,,,,int_dmg,,magic_shield_regen_percent,,,,int_dmg,O,O,int,,,,,O,,O,,,O,,O,,,int_dmg,,int_dmg_big,,,,,,,O,,,,O,,,,O,,,,O,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,int,O,magic_shield_percent,,,,magic_shield_percent_big,,,,,,,O,,O,,,,O,,O,,,harmony,,,,O,,,,O,,,O,,O,,,O,,,,O,,critical_hit,O,true_hit,,,O,,O,,,,O,,O,,,,,,,,,,energy_percent_big,,,dex,O,O,O,warlock,,,,dot_dmg_big,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,int,,,,all_fire_damage,O,all_fire_damage,,,,,O,,O,,,,O,,,cdr,O,cdr,,,int,,,,,,int,,,,,O,,,,O,O,,,cdr,O,int_dmg,,magic_shield_percent,O,int_dmg,,,O,O,,,O,,,,,,dex,,,,,,str,,,,,,,O,critical_hit_big,O,,,,,O,,,,O,,,,O,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,phys_to_fire_big,O,,,,O,all_fire_damage,,,O,,,magic_shield_regen_percent,O,magic_shield_regen_percent,,,,O,,,,O,,,,,,,O,O,,,,,magic_shield_regen_percent_big,,,,,int,,,,O,,O,,,,int,,,,,critical_hit_big,,,,,O,,,,,,O,,O,,,,,critical_damage,,O,,critical_damage,,,,O,,,,,all_physical_damage,O,all_physical_damage,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,,O,,,,,,,,,cdr,O,,O,,,O,O,inc_aoe,O,,O,,O,,,,,,,,O,,O,,,int_dmg,,magic_shield_percent,,,O,,O,,,,,,,,O,,,O,critical_hit,O,all_physical_damage,,,,O,,,,O,,O,,O,,,,O,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,all_physical_damage,O,int,,,,,O,health_percent_big,O,,,,int,O,O,str,,,,,inc_aoe_big,,,,int,,,,,,,int,,,O,,O,,O,,O,,,int,,,,,,,str,,,critical_damage_big,,,,O,,,,,dex,O,critical_damage,,,spell_lifesteal,,,critical_damage,O,O,str,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,,O,,,,health_percent,,,,health_percent,,,O,,,O,,,,,O,,,,,O,,,,,,,O,,,int,,,,int,,,O,,,,,,,O,,,O,,,,,armor_penetration_percent,,,,,O,,,O,,O,,O,,,,O,,,,O,all_physical_damage,O,all_physical_damage,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,phys_to_water_big,O,,,,O,all_water_damage,,,O,,,,O,,,,O,,,O,,,int_dmg,,,,,inc_aoe,,,,,,O,,O,int,,,,O,,,O,MAGE,O,,,O,,,,dex,O,,O,,,,critical_hit,,,,,O,,,,,O,,,dodge_percent,,O,,dodge_percent,,,,O,,,all_physical_damage,,,,,O,all_physical_damage_big,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,all_water_damage,O,all_water_damage,,,,,O,,,,health_percent,,,,health_percent,,,O,,,O,,,,,O,,,,,,,int,,,O,,,,int,,,,,,int,,,,O,,,dex,,,,,O,,,,armor_penetration_percent_big,,,,,,O,,,,O,dodge_percent_big,O,,,,,O,,O,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,int,O,O,O,,O,health_percent,O,,O,O,int,,,,int_dmg_big,O,int_dmg,O,int_big,O,O,health_percent,O,health_percent,,,O,,,O,,,,O,,,,O,,,,O,,,O,,,,,,all_physical_damage,O,armor_penetration_percent,O,,O,,,,,dex,,,,,,,,,,,dex,O,bow_damage,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,all_elemental_damage,O,all_elemental_damage,O,,,,O,,,,,O,all_elemental_damage_big,O,,,,O,,,,,,O,,,,,O,,,,,,,,O,,,O,,O,,,,O,,,int,,,O,,[CENTER],,O,,,dex,,,O,,,O,bow_damage,O,,O,,,,,dex_dmg,,,,,O,,,,O,mana_percent_big,O,,,,,O,,O,,,,,,,,,O,,,,O,all_physical_damage,O,all_physical_damage,O,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_elemental_damage_big,,,,,,all_elemental_damage,,,O,,,,O,,O,,O,,,O,,,,block_chance,O,elemental_resist,O,block_chance,,,O,,,,spell_elemental_damage_big,,,health_percent,,critical_hit,,health_percent,O,health_percent,O,,,,int,,,O,O,magic_shield_percent,,,,mana_percent,O,O,,,dex,,,all_physical_damage,,,,all_physical_damage_big,,,,dex_dmg,O,,O,dex_dmg,,,O,,,mana_percent,,O,,mana_percent,,,,O,,,bow_damage,,,,,O,all_elemental_damage_big,,O,,,all_physical_damage,,,,,,all_physical_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,O,,,O,,,O,,O,,,O,,,O,,,O,,O,,,O,,O,,O,,O,,,,,,O,,,,O,,,,,O,,O,,,,,O,,,O,,O,crossbow_damage,O,,O,,,,,,,,O,,O,,,O,,O,,O,,,,O,,,,O,bow_damage,O,bow_damage,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,cdr,O,str,O,O,jewel_socket,,,elemental_purity,,,elemental_resist,O,str_big,O,O,elemental_resist,,,str_big,,,elemental_resist,O,int_big,O,all_elemental_damage,,spell_elemental_damage_big,,health_percent_big,,,,jewel_socket,,,,,,all_elemental_damage,O,O,Guardian,,,,,,cdr_big,,,,,,Ranger,O,hp_dodge_small,,,,,,,jewel_socket,,,,,,,,all_physical_damage,O,dex_big,O,int,,,cdr_big,,,int,O,O,dex_big,,,,,,,,,jewel_socket,O,dex,O,cdr,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,O,,,O,,,O,,O,,,O,,,O,,,O,,O,,,O,,O,,O,,O,,,,,,O,,,,O,,,,,O,,O,,,,,O,,,O,,O,hp_dodge_small,O,,O,,,,,,,,O,,O,,,O,,O,,O,,,,O,,,,O,crossbow_damage,O,crossbow_damage,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,health_percent_big,,,,,,mana_percent,,,O,,,,O,,O,,O,,,O,,,,block_chance,O,elemental_resist,O,block_chance,,,O,,,,all_elemental_damage_big,,,health_percent,,critical_hit,,hp_mana_small,O,hp_mana_small,O,,,,str,,,O,O,health_percent,,,,dodge_percent,O,O,,,str,,,hp_dodge_small,,,,critical_hit_big,,,,dodge_percent_big,O,,O,hp_dodge_small,,,O,,,dex_dmg,,O,,dex_dmg,,,,O,,,crossbow_damage,,,,,O,crossbow_damage_big,,O,,,energy_percent,,,,,,health_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,mana_regen_percent,O,health_percent,O,,,,O,,,,,O,elemental_resist_big,O,,,,O,,,,,,O,,,,,O,,,,,,,,O,,,O,,O,,,,O,,,str,,,O,,,,O,,,str,,,O,,,O,critical_hit,O,,O,,,,,hp_dodge_small,,,,,O,,,,O,dex_dmg_big,O,,,,,O,,O,,,,,,,,,O,,,,O,health_percent,O,energy_regen_percent,O,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,str,O,O,O,,O,mana_percent,O,,O,O,str,,,,increase_healing_big,O,increase_healing,O,health_regen_percent_big,O,O,hp_mana_small,O,hp_mana_small,,,O,,,O,,,,O,,,,O,,,,O,,,O,,,,,,dodge_percent,O,energy_percent,O,,O,,,,,str,,,,,,,,,,,str,O,crossbow_damage,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,all_lightning_damage,O,all_lightning_damage,,,,,O,,,,mana_percent,,,,mana_percent,,,O,,,O,,,,,O,,,,,,,str,,,O,,,,str,,,,,,str,,,,O,,,str,,,,,O,,,,energy_regen_percent_big,,,,,,O,,,,O,health_percent_big,O,,,,,O,,O,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,phys_to_lightning_big,O,,,,O,all_lightning_damage,,,O,,,,O,,,,O,,,O,,,increase_healing,,,,,mana_cost,,,,,,O,,O,str,,,,O,,,O,WARRIOR,O,,,O,,,,str,O,,O,,,,dodge_percent,,,O,,O,,,,,O,,,health_regen_percent,,O,,health_regen_percent,,,,O,,,crossbow_damage,,,,,O,all_elemental_damage_big,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,,O,,,,mana_percent,,,,mana_percent,,,O,,,O,,,,,O,,,,,O,,,,,,,O,,,str,,O,,str,,,O,,,,,,,O,,,O,,O,energy_percent_big,,energy_percent,,,,,O,,,O,,O,,O,,,,O,,,,O,crossbow_damage,O,crossbow_damage,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,all_physical_damage,O,str,,,,,O,mana_percent_big,O,,,,str,O,O,int,,,,,mana_cost_big,,,,str,,,,,,,str,,,O,,,health_percent,,,O,,,str,,,,,,,dex,,,dodge_percent_big,,,,O,,,,,str,O,health_percent,,,lifesteal,,,health_percent,O,O,dex,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,,O,,,,,,,,,block_chance,O,,O,,,O,O,mana_cost,O,,O,,O,,,,,,,,O,,O,,,O,,O,,,O,,O,,,,,,,,O,,,O,dodge_percent,O,energy_percent,,,,O,,,,O,,O,,O,,,,O,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,phys_to_chaos_big,O,,,,O,all_chaos_damage,,,O,,,staff_damage,O,staff_damage,,,,O,,,,O,,,,,,,O,O,,,health_percent,O,health_percent_big,,,,,str,,,all_physical_damage,,,,armor_percent,,,str,,,,,armor_penetration_percent_big,O,all_physical_damage,,,O,,,,,,O,,O,,,,,energy_regen_percent,,O,,energy_regen_percent,,,,O,,,dodge_percent,O,dodge_percent,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,int,,,,all_chaos_damage,O,all_chaos_damage,,,,,O,,O,,,,O,,,block_chance,O,block_chance_big,,,str,,,,,,str,,,,O,,O,,,,O,,,O,,O,,O,,O,,,O,,,,O,,O,,,,str,,,,,,dex,,,,,,,O,energy_percent_big,O,,,,,O,,O,,,,O,,,,,dex,O,O,sniper,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,str,O,staff_damage,,,,staff_damage_big,,,,,,,O,,O,,,,O,,O,,,health_percent_big,O,health_percent,,,O,,,,all_physical_damage,,energy_percent,,health_percent,,armor_percent,,,,O,,,all_physical_damage,O,armor_penetration_percent,,,O,,O,,,,O,,O,,dot_dmg,,,,,,,,O,health_percent,O,str,O,dodge_percent,,,,dodge_percent_big,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,O,,O,,,,O,,,,spell_water_damage_big,,increase_healing,,,,O,,O,,,O,,O,,,,,str,,,,,O,,O,,O,,O,,,,,str,,,,,O,,O,,,O,,O,,,dot_dmg,O,,O,,,,,,health_percent,,,,O,,O,,,,O,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,O,,,staff_damage,O,staff_damage,,,,,O,,O,,,,,str,,,,,str_big,,,,,O,,O,,,,,energy_regen_percent_big,,,,health_regen_percent_big,,,,,O,,O,,,,,dex_big,,,,,str,,,,O,,,,all_chaos_damage,O,dot_dmg_big,,,,O,health_percent_big,,O,,,dodge_percent,O,dodge_percent,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,increase_healing,O,spell_water_damage,,,,O,,,,,O,,O,O,,O,,,O,,,,,,O,jewel_socket,O,,,,,,O,,,O,,O,O,,O,,,,,O,,,all_chaos_damage,O,,O,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,refined_taste,O,spell_lifesteal_big,O,health_percent,O,health_percent,O,str,,,,,,,,,,,,,,,O,,,block_chance,O,block_chance,,,,,str,,,,energy_percent_big,O,energy_regen_percent,O,,,,O,,,,O,armor_percent,O,elemental_resist_big,,,,str,,,,,elemental_resist,O,elemental_resist,,,O,,O,,all_chaos_damage,,,,,,all_lightning_damage,O,all_lightning_damage_big,,,str,O,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,armor_percent,O,armor_percent_big,,,,,,str,,,,O,,O,,,,O,,,,O,,,,,energy_percent,O,O,all_physical_damage_big,O,O,elemental_resist,,,,,O,,,,O,,,,O,,O,,,,dex,,,,,O,,,,O,,,,O,,,O,O,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,O,,,,O,,O,,,,,O,,,,,block_chance_big,O,block_chance,,,O,,,,energy_regen_percent,,,,,O,,,,O,,,,O,,,,,armor_percent,,,,O,,,elemental_resist,O,elemental_resist_big,,,,,O,,,dex_dmg,,dex_dmg,,,all_lightning_damage,,,O,,,,,,str,O,O,O,str,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,O,,O,armor_percent,O,armor_percent,,,,O,,,,,,,,,,str,,,,,O,,,,,all_physical_damage,,health_regen_percent,O,health_percent,O,health_regen_percent,,block_chance,,,,,O,,,,,str,,,,,,,,,,O,,O,,O,,,O,,O,,,,,,,O,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,str,,,,,,,str,,,,,,,,,,O,,O,,,,str,,,,,O,,O,,,,O,,O,,,,,str,,,,O,,O,,,,,,,,,,str,,,dex_dmg_big,,,,dex,,,,bow_damage_big,,,,dodge_percent,,,,,O,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,int_dmg,O,O,,O,,,,,O,,,,,spell_lifesteal,,,O,,O,,,,O,,O,,O,all_physical_damage,O,all_physical_damage_big,,,health_percent,,health_percent_big,,health_percent,,,block_chance_big,O,block_chance,O,,O,,O,,,,O,,,,,lifesteal,O,,O,,O,,,,,O,,O,,O,,,,O,,O,,,,O,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spirit_cost_big,,,,,,int,,,,,,,,,,int_dmg,O,,,O,,,O,,,O,,,,,,O,,,,str,,,,,,str,,,,,,,O,,O,,O,,O,,O,,,,,,,str,,,,,,str,,,,,,lifesteal_big,,,,O,,,O,,,,int_big,,,,,dodge_percent,,dodge_percent,,,,,,dex,,,,spirit_cost,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,O,,,,,,,int_dmg_big,O,,,,,critical_hit,,,,O,,O,,,,,spell_lifesteal_big,,,,O,,,,,,O,,O,,,,,,O,,health_regen_percent,O,health_percent,O,health_regen_percent,,O,,,,,,O,,O,,,,,,O,,,,,,O,,,O,,O,,,,O,,O,,,,,,,,,,,O,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spirit_cost,O,spirit_cost,,,,O,,,,,,,,,,,O,,,,,,dex_big,,,,lifesteal,O,,O,,O,,,,all_fire_damage,O,all_fire_damage,,,,O,,,,,O,,,,O,,,,O,,,,,O,,,,all_chaos_damage,O,all_chaos_damage,,,,O,,,,,lifesteal,,,,int_big,,,,crossbow_damage_big,,,,int_big,O,fire_penetration_big,,,,,,,O,,,,spirit_cost,,,,spirit_cost_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,O,,,,,,,,,,critical_damage,,,,,O,,O,,,,,,,str,,,,O,,,,O,,,,str,O,O,O,str,O,O,O,str_big,O,O,O,str,O,O,O,str,,,,O,,,,O,,,,str,,,,,,,O,,O,,,,,,,O,,,O,,,,,O,,,,O,,O,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spirit_cost,O,spirit_cost,,,,,,O,,,,,,,,O,,,,,O,,,,O,,,,,O,,,,,phys_to_fire,,,,dot_dmg,,,,O,,,,O,,,,O,,,,O,,,,O,,,,cdr,,,,phys_to_chaos,,,O,,O,,,,,O,,,,all_physical_damage,,,,,,chaos_penetration_big,,,,phys_to_fire_big,,,O,,,,spirit_cost,,,,spirit_cost_big,O,spirit_cost,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,,,,critical_hit_big,,,,O,,,,,,O,,O,O,,,,,,,O,dot_dmg_big,O,,,,,O,,,,cdr_big,,mana_cost_big,,mana_cost,,all_physical_damage,,all_physical_damage,,,,O,,,,,O,dot_dmg_big,O,,,,health_percent,,,O,O,,O,,,,,,O,,O,all_physical_damage,,,O,,,,,O,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spirit_cost_big,,,,,,int,,,,,,,,,O,,,,,,,,jewel_socket,,,,,,,,,,,,,,,O,health_percent,O,,,,,O,,O,,O,,O,,,O,armor_percent,O,,,,,,,,health_percent_big,,O,,,,,jewel_socket,,,,,,,,all_physical_damage,,,,,,phys_to_chaos_big,,,dex,,,,,,,,spirit_cost_big,O,spirit_cost,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,str,,,,,,blood_mage,O,O,,O,,,,,mana_cost,O,mana_cost_big,,,,,,health_regen_percent,,O,,health_percent,,,,mana_cost,O,mana_cost,,health_percent,O,health_percent,,armor_percent,,O,,armor_percent_big,,,,,,,,O,health_percent,,,,O,,O,,,,,,O,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,O,,,,O,,O,,,,,,O,,,,O,,O,,,,,,O,,hp_hp_regen_big,,O,,lifesteal_big,,,,O,,,,,,O,,hp_hp_regen_big,,O,,,,,,,,,,,,O,,,,O,,,,,dot_dmg,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,,health_regen_percent,,health_percent,,,,,,,,O,,O,mana_cost,O,mana_cost,,,,,,health_regen_percent,,O,,health_percent,,O,,,,O,,,,,,armor_percent_big,,O,,armor_percent,,,,,,all_water_damage,O,water_penetration,O,,O,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,O,,O,,,,O,,,,,,,,str,,,,,,all_physical_damage,O,cdr,,,O,health_percent,O,,,lifesteal,,armor_penetration_percent,O,all_physical_damage,,energy_percent,O,energy_percent,,,O,armor_percent,O,,,energy_percent,O,all_physical_damage,,O,,,,str,,,,,,,,O,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,health_percent_big,,health_regen_percent,,,,O,all_physical_damage,O,,O,,O,,,,,O,,O,,,,O,,,,O,,O,,O,,O,,O,,,,O,,,,O,,O,,all_water_damage_big,,,O,,O,,O,critical_hit,O,,,,str,O,O,O,O,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,str,,,,,O,,,,all_physical_damage,,,,all_physical_damage,,,,O,,,,cdr,O,all_physical_damage,,,,O,,,,lifesteal,,all_physical_damage_big,,armor_penetration_percent,,energy_percent_big,,energy_percent,,,,O,,,,all_physical_damage,O,energy_percent,,,,O,,,,critical_hit,,,,critical_hit,,,,,,,,,str,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,magic_shield_percent,O,,O,,O,,,,,,,,O,,,,O,,,,,O,,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,,O,,,,,O,,,,O,,,,,,,,O,,O,,O,mana_regen_percent,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_percent,,,,magic_shield_percent,,,,O,,,,,,,all_physical_damage_big,,,,all_physical_damage,,,,,,str,O,O,O,str,O,O,O,str,O,O,O,str,O,O,O,str_big,O,O,O,str,O,O,O,str,O,O,O,str,O,O,O,str,,,,,,critical_damage,,,,critical_damage_big,,,,,,,O,,,,mana_percent,,,,mana_regen_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,O,,,,,,,O,all_physical_damage,O,,,,,,O,,,,,,,,,O,,,,,,,,O,,,,,,,,O,,,,O,,,,,O,hp_dodge_small,O,,,,O,critical_damage,O,,,,,,,O,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_percent,,,,,,,magic_shield_regen_percent,,,,,O,,,,,,,,,,,armor_percent,O,armor_percent,,,,,,,,,O,health_regen_percent,O,,,,,,O,sword_damage,O,,,,,,O,energy_regen_percent,O,,,,cdr,,,hp_dodge_small,,,,hp_dodge_small,,,,,,,,,,,O,,,,,mana_percent,,,,,,,mana_regen_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,O,,,,,,O,,,,,,,,,O,,,,O,,,,,,,health_regen_percent,,O,,health_regen_percent,,,,sword_damage,,O,,sword_damage,,,,energy_regen_percent,,O,,energy_regen_percent,,,,O,,O,,,,O,,,,,,,,,,O,,,,,,O,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_percent_big,,,,,,magic_shield_regen_percent,,,,,,,,str,,,,,,,,armor_percent,,,,block_chance,,,,,,,O,,O,,O,,,,O,,O,,O,,,,O,,O,,O,,,,cdr,,hp_dodge_small,,,,dodge_percent_big,,,,,,,,,str,,,,,,,,mana_percent,,,,,,mana_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,,,,,,,,,O,,,,,,,O,,,,O,,,,,,health_regen_percent,,,O,,,health_regen_percent,,sword_damage,,,jewel_socket,,,sword_damage,,energy_regen_percent,,,O,,,energy_regen_percent,,,O,,,O,hp_dodge_small,O,,,,,,,,,O,,,,,,,,,,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_regen_percent_big,O,magic_shield_regen_percent,,,,,,,,,,,,O,,,,,,,armor_percent_big,O,block_chance,,,,,,,,O,,O,,O,,,,O,,O,,O,,,,O,,O,,O,,,cdr,,,,,,,,,,,,,,O,,,,,,,,,,,,mana_percent,O,mana_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,health_regen_percent_big,,health_regen_percent,,health_regen_percent_big,,,,sword_damage_big,,sword_damage,,sword_damage_big,,,,energy_regen_percent_big,,energy_regen_percent,,energy_regen_percent_big,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,O,,,,,,,,O,,,,,,,,O,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,O,O,,,,,,,,,O,,,,,,,,,O,O,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,str,O,O,O,O,O,O,O,O,O,O,str,O,O,O,O,O,O,O,O,O,O,str,O,O,O,O,O,O,O,O,O,O,str,O,O,O,O,O,O,O,O,O,O,str,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent,O,energy_regen_percent,,,,,,,,,,,,,,,,,,,,,,,O,cdr,O,,,,,,,,,,,,,,,,,,,,,,,block_chance,O,block_chance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,all_physical_damage,,O,,health_percent,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent_big,O,energy_regen_percent,,,,,,,,,,,,,,,,,,,,,O,,,O,,,O,,,,,,,,,,,,,,,,,,,,,block_chance,O,block_chance_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_physical_damage,,,O,,,armor_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,steady_hand,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_physical_damage,,,,,,health_regen_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_physical_damage_big,,,,armor_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
+E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_percent_big,,,,int_dmg_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,mana_regen_percent,,,,,,int_dmg,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,summon_damage_big,,,,,,summon_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_percent,,,,,,int_dmg,,,,,,,,,,,,,,,,,,,,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,increase_healing_big,O,increase_healing,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,summon_damage,O,summoner,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,,,,,,,,,tormentor,,,,,,,,,mana_percent,,,,int_dmg,,,,,,,,,warlock,,,,,,,,,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,increase_healing,O,increase_healing,,,,,,,,,,,,,O,,,,,,,,,,O,cdr,O,,,,,,,,,,O,,,,,,,,,,,,,summon_damage,O,summon_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,int,O,O,O,O,O,O,O,O,O,O,int,O,O,O,O,O,O,O,O,O,O,int,O,O,O,O,O,O,O,O,O,O,int,O,O,O,O,O,O,O,O,O,O,int,,,,,,summon_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,O,,,,,,,,,,mana_percent_big,,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,,O,,,,,,,,,,O,,,,,,,,,,,O,magic_shield_regen_percent,O,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_percent_big,O,energy_percent,,,,,,,,,,,,O,,,,,,O,health_regen_percent_big,O,,,,,int_dmg,,,mana_regen_percent,,,,,,,,,,jewel_socket,,,,,,,,,,magic_shield_regen_percent,,,,magic_shield_percent,,,,O,increase_healing,O,,,,,,O,,,,,,,,,,,,health_regen_percent,O,health_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,,,,,,,,,O,,,,,,dot_dmg,,,,health_regen_percent_big,,,O,,,,,O,,,,all_water_damage_big,,all_lightning_damage_big,,,O,,,all_fire_damage_big,,all_chaos_damage_big,,,,,O,,,,O,,,increase_healing,,,,health_percent_big,,,,,,O,,,,,,,,,,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent_big,,,,,,energy_percent,,,,,,,,int,,,,,,,O,,,,O,,,int_dmg_big,,,,,mana_regen_percent_big,,,O,,,,O,,mana_percent,,O,,,,O,,,,magic_shield_percent_big,,,,magic_shield_percent,,,O,,,,O,,,,,,,int,,,,,,,,health_regen_percent,,,,,,health_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,O,,,,,,O,,,,,,,,dot_dmg,,,,str_big,,,O,,,,,O,,,water_penetration,,,,lightning_penetration,,O,,fire_penetration,,,,chaos_penetration,,,,,,magic_shield_percent,O,,,,health_percent,,,,health_regen_percent,,,,,,,,O,,,,,,O,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent,,,,,,,energy_percent,,,,,O,,,,,,all_physical_damage_big,,,,O,dot_dmg,O,,O,,,int_dmg,,,mana_regen_percent,,,,O,,,,O,,mana_battery,,O,,,,O,,,,,,O,,,,O,,O,health_regen_percent,O,,,,spell_water_damage_big,O,,,,,O,,,,,health_regen_percent,,,,,,,health_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,O,,,,,,,,O,,,,,,,O,,,O,,O,,,int_big,,,water_penetration,,lightning_penetration,,,O,,,fire_penetration,,chaos_penetration,,,int_big,,,,O,,,,O,,,,,,,O,,,spell_lightning_damage_big,,,,,O,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent,,,,energy_percent,,,,O,,,,,,,,,,all_physical_damage_big,,,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,,,all_lightning_damage,,,,,O,,,,,O,,,,health_percent,,,,health_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,energy_regen_percent,O,,O,,O,,,,,,int_dmg_big,,,,,O,,,,,,O,,O,O,int,O,O,O,int,O,O,O,int,O,O,O,int_big,O,O,O,int,O,O,O,int,O,O,O,int,O,O,O,int,,,,,,O,,,,,spell_fire_damage_big,,,,,,O,,O,,O,health_percent,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,int,,,,,,,,O,,,int_dmg,,,,,,O,int,O,,,,,,,,,,,O,,,,O,,,,O,,,,,,,,O,,,,,O,,,,,,int_dmg,,,O,,,,,,,,str,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,O,O,O,,,,,int_dmg,O,,O,,,,O,,O,,,,,,,,,summon_damage,O,summon_damage,,,,,O,,,,,cdr,O,cdr,,,,O,chaos_penetration,O,all_chaos_damage,,,,O,,,,O,,O,all_lightning_damage,,,,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,int,,,,,,,,O,,O,,,,O,,,,,,,,O,,O,,,,O,magic_shield_percent,O,,,,O,,O,,,dot_dmg,,,,,O,,,,O,,O,,,,,,,magic_shield_regen_percent_big,O,magic_shield_percent_big,,,O,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,,,,,,,,int,,,,,,hp_mana_small,O,mana_percent,O,,,,summon_damage_big,O,summon_damage,,,magic_shield_percent,,O,,magic_shield_percent,,,cdr,O,cdr_big,,O,,,,,,all_chaos_damage,,,,,int,,,,,,,,O,,O,,,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,health_percent_big,O,health_percent,,,,O,,,,,,O,,O,,,,,O,,,,mana_percent_big,,,,,,,O,,,magic_shield_regen_percent_big,,,O,,,,,,dot_dmg,O,dot_dmg_big,,,,O,,,,O,,O,,,,,,,magic_shield_percent_big,O,magic_shield_regen_percent_big,,,O,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,O,,,,,O,,,,O,,,mana_regen_percent,O,energy_regen_percent,,,health_percent,,,,,O,,,,,,magic_shield_percent_big,,,O,,,magic_shield_percent_big,,,,,,O,,,,spell_chaos_damage_big,O,chaos_penetration,,spell_water_damage,O,mana_ene_regen_small,,,O,,,,,O,,,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,int,,,,,,,health_regen_percent,O,health_percent,,,,,,O,,O,,,,O,,O,,,O,,,,,mana_percent,,,block_chance_big,,,O,,,magic_shield_regen_percent_big,,,O,,all_lightning_damage,O,critical_damage_big,,dot_dmg,,,,,,O,,O,,O,,,,O,,O,ms_all_in,,,,,,,str,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,spirit_cost_big,O,,,,,O,,,,,,jewel_socket,,,,,mana_regen_percent_big,,energy_regen_percent_big,,,,health_percent_big,,,,O,,,O,,,,magic_shield_percent,,O,,magic_shield_percent,,,O,,O,,O,,,,,all_chaos_damage,,,mana_regen_percent_big,,spell_water_damage,,,,,jewel_socket,,,,,,,,O,,,,,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,spirit_cost,,,,,health_percent,,,,O,,O,O,,,,,,,,,,O,health_percent,O,hp_mana_small,,,,block_chance,,,,O,magic_shield_percent,O,,,,critical_hit,O,all_lightning_damage,,,chaos_penetration,O,all_chaos_damage,O,,,O,,,,,,O,O,,O,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,mantra,O,cdr,,,,,,O,,,,,,,,,,O,,,,O,,,O,,,,,O,,,,,,,,,,,,,O,,,,O,,,,O,,,,O,,,,,O,,,,,,,O,,,,,O,,,,,O,,,,O,,,,,phys_to_water_big,,,,,,,,O,,,,,,bow_damage,O,dex_dmg_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,O,,,,,,,,,,,spirit_cost,,,,O,,O,,,,,,,int,,,,,staff_damage_big,O,staff_damage,,,,,int,O,O,O,int,O,O,O,int_big,O,O,O,int,O,O,O,int,,,,,summon_damage_big,O,summon_damage,,,,,int,,,,,,,O,,O,,,,,,O,,,,,,,,,O,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,cdr,O,cdr,,,,O,,,,,spirit_cost_big,,,,,,,O,,,,,dex_big,,,,lifesteal,,,,,O,,,,O,,,,,,O,,,,,,,,O,,O,,,,,,,,O,,,,,,O,,,,O,,O,,O,spell_lifesteal,,,,str_big,,,,,,all_elemental_damage,,,,,,,,,,,O,,,,dex_dmg,O,crossbow_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,,O,,,,,,,spirit_cost,,,,O,,O,,,O,,,,,,O,,,staff_damage,O,staff_damage,O,,O,,,,,critical_hit_big,,,O,,,,O,,,inc_aoe_big,,,,,O,,O,summon_damage,O,summon_damage,,,O,,,,spell_lifesteal_big,,,,,O,,O,,,,,O,,,O,phys_to_lightning_big,,,,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,int,,,,,,,,spirit_cost,,,,,,O,,,O,,,O,,,,spell_lifesteal_big,,,,,,int,,,,,,int,,,,,,O,,,critical_hit,,int_dmg,,inc_aoe,,,O,,,,,,int,,,,,,int,,,,O,,,,,,O,,,O,,,,bow_damage,O,all_elemental_damage,,,,,,,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,spirit_cost,O,spirit_cost,O,O,,O,,,,,O,,O,,O,spell_lifesteal,,,,,O,,,,O,,O,,,spell_fire_damage_big,,,critical_hit,O,,,O,,,O,inc_aoe,,,mana_regen_percent,O,,O,,O,,,,O,,,,,spell_lifesteal,,,,,O,,,,,O,,O,,,,,,,critical_hit,O,critical_damage_big,,,O,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,int,,,,,,,int,,,,,,,,,,O,,O,,,,O,,O,,,,,critical_hit,,int_dmg_big,,inc_aoe,,,,O,,,mana_ms_percent_small,,,,O,,O,,,,,,,,,,dex,,,,,,,str,,,,,,,,O,,O,,,O,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,O,,O,dot_dmg,O,all_fire_damage,,,,O,,,,,,,,,,int,,,,,,int_dmg,,,int_dmg_big,,,O,,O,,O,,,mana_percent_big,,,,,O,,,,int,,,,,,,,,,O,,O,,O,magic_shield_percent,O,,,O,,,,,,,critical_hit,O,critical_damage,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,cdr,O,cdr,,,,,,O,,,,O,,O,,,,,O,,,,,hp_mana_big,O,hp_mana_small,,,O,,,spell_lightning_damage_big,O,,O,,O,,,O,,int_dmg,,O,,,O,,,,,magic_shield_regen_percent,,,O,,,all_chaos_damage_big,O,dot_dmg_big,,,,,O,,,,dodge_percent,,,,magic_shield_percent,,,O,O,,,,,O,,,,dex,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,,,O,,,,O,,,,,all_fire_damage,O,dot_dmg_big,,,,,,int,,,,O,,O,,,,O,,,,,,int_dmg,,,,O,,O,,O,,,,mana_ms_percent_small,,,O,,,O,,,,O,,O,,,,str,,,,,O,,,,O,,,,,O,,,,dex,O,O,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,increase_healing_big,,,,,divinity,O,int,,,,,,,,,,,,,,,O,,,hp_mana_small,O,hp_mana_small,,,,,int,,,spell_water_damage_big,O,,O,,O,hp_mana_small,O,jewel_socket,O,hp_mana_small,O,,O,,O,magic_shield_percent_big,,,int,,,,,dot_dmg,O,all_fire_damage_big,,,O,,O,,,,dodge_percent,,,,magic_shield_percent_big,,,,,O,,O,O,,,,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,,,O,,,O,,,,,,,,,,energy_regen_percent_big,O,energy_regen_percent,,,,O,,,,,O,,O,O,,O,,,,,,int_big,,,,,,,,int_big,,,,,,O,,O,O,,O,,,,,O,,,int_dmg,O,all_physical_damage,,,O,dodge_percent,O,,,O,energy_percent,O,dex,O,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,increase_healing,O,increase_healing,,,,O,,,magic_shield_percent,O,magic_shield_percent,,,,,O,,O,,,,,int,,,,,int_big,,,,,O,,,,O,,O,O,,,,O,O,,O,,,,O,,,,,int_big,,,,,dex,,,,O,,O,,,,,,,energy_regen_percent,,,,O,,,,,all_chaos_damage,O,all_chaos_damage,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,O,,O,,,,O,,,,energy_percent,O,energy_regen_percent,,,,O,,O,,,O,,O,,,,,int,O,O,cdr,,,,int_dmg,,magic_shield_regen_percent,,,,int_dmg,O,O,int,,,,,O,,O,,,O,,O,,,int_dmg,,int_dmg_big,,,,,,,O,,,,O,,,,O,,,,O,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,int,O,magic_shield_percent,,,,magic_shield_percent_big,,,,,,,O,,O,,,,O,,O,,,harmony,,,,O,,,,O,,,O,,O,,,O,,,,O,,critical_hit,O,true_hit,,,O,,O,,,,O,,O,,,,,,,,,,energy_percent_big,,,dex,O,O,O,warlock,,,,dot_dmg_big,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,int,,,,all_fire_damage,O,all_fire_damage,,,,,O,,O,,,,O,,,cdr,O,cdr,,,int,,,,,,int,,,,,O,,,,O,O,,,cdr,O,int_dmg,,magic_shield_percent,O,int_dmg,,,O,O,,,O,,,,,,dex,,,,,,str,,,,,,,O,critical_hit_big,O,,,,,O,,,,O,,,,O,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,phys_to_fire_big,O,,,,O,all_fire_damage,,,O,,,magic_shield_regen_percent,O,magic_shield_regen_percent,,,,O,,,,O,,,,,,,O,O,,,,,magic_shield_regen_percent_big,,,,,int,,,,O,,O,,,,int,,,,,critical_hit_big,,,,,O,,,,,,O,,O,,,,,critical_damage,,O,,critical_damage,,,,O,,,,,all_physical_damage,O,all_physical_damage,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,,O,,,,,,,,,cdr,O,,O,,,O,O,inc_aoe,O,,O,,O,,,,,,,,O,,O,,,int_dmg,,magic_shield_percent,,,O,,O,,,,,,,,O,,,O,critical_hit,O,all_physical_damage,,,,O,,,,O,,O,,O,,,,O,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,all_physical_damage,O,int,,,,,O,health_percent_big,O,,,,int,O,O,str,,,,,inc_aoe_big,,,,int,,,,,,,int,,,O,,O,,O,,O,,,int,,,,,,,str,,,critical_damage_big,,,,O,,,,,dex,O,critical_damage,,,spell_lifesteal,,,critical_damage,O,O,str,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,,O,,,,health_percent,,,,health_percent,,,O,,,O,,,,,O,,,,,O,,,,,,,O,,,int,,,,int,,,O,,,,,,,O,,,O,,,,,armor_penetration_percent,,,,,O,,,O,,O,,O,,,,O,,,,O,all_physical_damage,O,all_physical_damage,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,phys_to_water_big,O,,,,O,all_water_damage,,,O,,,,O,,,,O,,,O,,,int_dmg,,,,,inc_aoe,,,,,,O,,O,int,,,,O,,,O,MAGE,O,,,O,,,,dex,O,,O,,,,critical_hit,,,,,O,,,,,O,,,dodge_percent,,O,,dodge_percent,,,,O,,,all_physical_damage,,,,,O,all_physical_damage_big,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,all_water_damage,O,all_water_damage,,,,,O,,,,health_percent,,,,health_percent,,,O,,,O,,,,,O,,,,,,,int,,,O,,,,int,,,,,,int,,,,O,,,dex,,,,,O,,,,armor_penetration_percent_big,,,,,,O,,,,O,dodge_percent_big,O,,,,,O,,O,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,int,O,O,O,,O,health_percent,O,,O,O,int,,,,int_dmg_big,O,int_dmg,O,int_big,O,O,health_percent,O,health_percent,,,O,,,O,,,,O,,,,O,,,,O,,,O,,,,,,all_physical_damage,O,armor_penetration_percent,O,,O,,,,,dex,,,,,,,,,,,dex,O,bow_damage,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,all_elemental_damage,O,all_elemental_damage,O,,,,O,,,,,O,all_elemental_damage_big,O,,,,O,,,,,,O,,,,,O,,,,,,,,O,,,O,,O,,,,O,,,int,,,O,,[CENTER],,O,,,dex,,,O,,,O,bow_damage,O,,O,,,,,dex_dmg,,,,,O,,,,O,mana_percent_big,O,,,,,O,,O,,,,,,,,,O,,,,O,all_physical_damage,O,all_physical_damage,O,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_elemental_damage_big,,,,,,all_elemental_damage,,,O,,,,O,,O,,O,,,O,,,,block_chance,O,elemental_resist,O,block_chance,,,O,,,,spell_elemental_damage_big,,,health_percent,,critical_hit,,health_percent,O,health_percent,O,,,,int,,,O,O,magic_shield_percent,,,,mana_percent,O,O,,,dex,,,all_physical_damage,,,,all_physical_damage_big,,,,dex_dmg,O,,O,dex_dmg,,,O,,,mana_percent,,O,,mana_percent,,,,O,,,bow_damage,,,,,O,all_elemental_damage_big,,O,,,all_physical_damage,,,,,,all_physical_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,O,,,O,,,O,,O,,,O,,,O,,,O,,O,,,O,,O,,O,,O,,,,,,O,,,,O,,,,,O,,O,,,,,O,,,O,,O,crossbow_damage,O,,O,,,,,,,,O,,O,,,O,,O,,O,,,,O,,,,O,bow_damage,O,bow_damage,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,cdr,O,str,O,O,jewel_socket,,,elemental_purity,,,elemental_resist,O,str_big,O,O,elemental_resist,,,str_big,,,elemental_resist,O,int_big,O,all_elemental_damage,,spell_elemental_damage_big,,health_percent_big,,,,jewel_socket,,,,,,all_elemental_damage,O,O,Guardian,,,,,,cdr_big,,,,,,Ranger,O,hp_dodge_small,,,,,,,jewel_socket,,,,,,,,all_physical_damage,O,dex_big,O,int,,,cdr_big,,,int,O,O,dex_big,,,,,,,,,jewel_socket,O,dex,O,cdr,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,O,,,O,,,O,,O,,,O,,,O,,,O,,O,,,O,,O,,O,,O,,,,,,O,,,,O,,,,,O,,O,,,,,O,,,O,,O,hp_dodge_small,O,,O,,,,,,,,O,,O,,,O,,O,,O,,,,O,,,,O,crossbow_damage,O,crossbow_damage,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,health_percent_big,,,,,,mana_percent,,,O,,,,O,,O,,O,,,O,,,,block_chance,O,elemental_resist,O,block_chance,,,O,,,,all_elemental_damage_big,,,health_percent,,critical_hit,,hp_mana_small,O,hp_mana_small,O,,,,str,,,O,O,health_percent,,,,dodge_percent,O,O,,,str,,,hp_dodge_small,,,,critical_hit_big,,,,dodge_percent_big,O,,O,hp_dodge_small,,,O,,,dex_dmg,,O,,dex_dmg,,,,O,,,crossbow_damage,,,,,O,crossbow_damage_big,,O,,,energy_percent,,,,,,health_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,mana_regen_percent,O,health_percent,O,,,,O,,,,,O,elemental_resist_big,O,,,,O,,,,,,O,,,,,O,,,,,,,,O,,,O,,O,,,,O,,,str,,,O,,,,O,,,str,,,O,,,O,critical_hit,O,,O,,,,,hp_dodge_small,,,,,O,,,,O,dex_dmg_big,O,,,,,O,,O,,,,,,,,,O,,,,O,health_percent,O,energy_regen_percent,O,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,str,O,O,O,,O,mana_percent,O,,O,O,str,,,,increase_healing_big,O,increase_healing,O,health_regen_percent_big,O,O,hp_mana_small,O,hp_mana_small,,,O,,,O,,,,O,,,,O,,,,O,,,O,,,,,,dodge_percent,O,energy_percent,O,,O,,,,,str,,,,,,,,,,,str,O,crossbow_damage,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,all_lightning_damage,O,all_lightning_damage,,,,,O,,,,mana_percent,,,,mana_percent,,,O,,,O,,,,,O,,,,,,,str,,,O,,,,str,,,,,,str,,,,O,,,str,,,,,O,,,,energy_regen_percent_big,,,,,,O,,,,O,health_percent_big,O,,,,,O,,O,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,phys_to_lightning_big,O,,,,O,all_lightning_damage,,,O,,,,O,,,,O,,,O,,,increase_healing,,,,,mana_cost,,,,,,O,,O,str,,,,O,,,O,WARRIOR,O,,,O,,,,str,O,,O,,,,dodge_percent,,,O,,O,,,,,O,,,health_regen_percent,,O,,health_regen_percent,,,,O,,,crossbow_damage,,,,,O,all_elemental_damage_big,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,,O,,,,mana_percent,,,,mana_percent,,,O,,,O,,,,,O,,,,,O,,,,,,,O,,,str,,O,,str,,,O,,,,,,,O,,,O,,O,energy_percent_big,,energy_percent,,,,,O,,,O,,O,,O,,,,O,,,,O,crossbow_damage,O,crossbow_damage,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,all_physical_damage,O,str,,,,,O,mana_percent_big,O,,,,str,O,O,int,,,,,mana_cost_big,,,,str,,,,,,,str,,,O,,,health_percent,,,O,,,str,,,,,,,dex,,,dodge_percent_big,,,,O,,,,,str,O,health_percent,,,lifesteal,,,health_percent,O,O,dex,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,O,,O,,,,,,,,,block_chance,O,,O,,,O,O,mana_cost,O,,O,,O,,,,,,,,O,,O,,,O,,O,,,O,,O,,,,,,,,O,,,O,dodge_percent,O,energy_percent,,,,O,,,,O,,O,,O,,,,O,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,phys_to_chaos_big,O,,,,O,all_chaos_damage,,,O,,,staff_damage,O,staff_damage,,,,O,,,,O,,,,,,,O,O,,,health_percent,O,health_percent_big,,,,,str,,,all_physical_damage,,,,armor_percent,,,str,,,,,armor_penetration_percent_big,O,all_physical_damage,,,O,,,,,,O,,O,,,,,energy_regen_percent,,O,,energy_regen_percent,,,,O,,,dodge_percent,O,dodge_percent,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,int,,,,all_chaos_damage,O,all_chaos_damage,,,,,O,,O,,,,O,,,block_chance,O,block_chance_big,,,str,,,,,,str,,,,O,,O,,,,O,,,O,,O,,O,,O,,,O,,,,O,,O,,,,str,,,,,,dex,,,,,,,O,energy_percent_big,O,,,,,O,,O,,,,O,,,,,dex,O,O,sniper,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,str,O,staff_damage,,,,staff_damage_big,,,,,,,O,,O,,,,O,,O,,,health_percent_big,O,health_percent,,,O,,,,all_physical_damage,,energy_percent,,health_percent,,armor_percent,,,,O,,,all_physical_damage,O,armor_penetration_percent,,,O,,O,,,,O,,O,,dot_dmg,,,,,,,,O,health_percent,O,str,O,dodge_percent,,,,dodge_percent_big,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,O,,O,,,,O,,,,spell_water_damage_big,,increase_healing,,,,O,,O,,,O,,O,,,,,str,,,,,O,,O,,O,,O,,,,,str,,,,,O,,O,,,O,,O,,,dot_dmg,O,,O,,,,,,health_percent,,,,O,,O,,,,O,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,O,,,staff_damage,O,staff_damage,,,,,O,,O,,,,,str,,,,,str_big,,,,,O,,O,,,,,energy_regen_percent_big,,,,health_regen_percent_big,,,,,O,,O,,,,,dex_big,,,,,str,,,,O,,,,all_chaos_damage,O,dot_dmg_big,,,,O,health_percent_big,,O,,,dodge_percent,O,dodge_percent,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,increase_healing,O,spell_water_damage,,,,O,,,,,O,,O,O,,O,,,O,,,,,,O,jewel_socket,O,,,,,,O,,,O,,O,O,,O,,,,,O,,,all_chaos_damage,O,,O,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,refined_taste,O,spell_lifesteal_big,O,health_percent,O,health_percent,O,str,,,,,,,,,,,,,,,O,,,block_chance,O,block_chance,,,,,str,,,,energy_percent_big,O,energy_regen_percent,O,,,,O,,,,O,armor_percent,O,elemental_resist_big,,,,str,,,,,elemental_resist,O,elemental_resist,,,O,,O,,all_chaos_damage,,,,,,all_lightning_damage,O,all_lightning_damage_big,,,str,O,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,armor_percent,O,armor_percent_big,,,,,,str,,,,O,,O,,,,O,,,,O,,,,,energy_percent,O,O,all_physical_damage_big,O,O,elemental_resist,,,,,O,,,,O,,,,O,,O,,,,dex,,,,,O,,,,O,,,,O,,,O,O,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,O,,,,O,,O,,,,,O,,,,,block_chance_big,O,block_chance,,,O,,,,energy_regen_percent,,,,,O,,,,O,,,,O,,,,,armor_percent,,,,O,,,elemental_resist,O,elemental_resist_big,,,,,O,,,dex_dmg,,dex_dmg,,,all_lightning_damage,,,O,,,,,,str,O,O,O,str,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,O,,O,armor_percent,O,armor_percent,,,,O,,,,,,,,,,str,,,,,O,,,,,all_physical_damage,,health_regen_percent,O,health_percent,O,health_regen_percent,,block_chance,,,,,O,,,,,str,,,,,,,,,,O,,O,,O,,,O,,O,,,,,,,O,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,str,,,,,,,str,,,,,,,,,,O,,O,,,,str,,,,,O,,O,,,,O,,O,,,,,str,,,,O,,O,,,,,,,,,,str,,,dex_dmg_big,,,,dex,,,,bow_damage_big,,,,dodge_percent,,,,,O,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,int_dmg,O,O,,O,,,,,O,,,,,spell_lifesteal,,,O,,O,,,,O,,O,,O,all_physical_damage,O,all_physical_damage_big,,,health_percent,,health_percent_big,,health_percent,,,block_chance_big,O,block_chance,O,,O,,O,,,,O,,,,,lifesteal,O,,O,,O,,,,,O,,O,,O,,,,O,,O,,,,O,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spirit_cost_big,,,,,,int,,,,,,,,,,int_dmg,O,,,O,,,O,,,O,,,,,,O,,,,str,,,,,,str,,,,,,,O,,O,,O,,O,,O,,,,,,,str,,,,,,str,,,,,,lifesteal_big,,,,O,,,O,,,,int_big,,,,,dodge_percent,,dodge_percent,,,,,,dex,,,,spirit_cost,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,O,,,,,,,int_dmg_big,O,,,,,critical_hit,,,,O,,O,,,,,spell_lifesteal_big,,,,O,,,,,,O,,O,,,,,,O,,health_regen_percent,O,health_percent,O,health_regen_percent,,O,,,,,,O,,O,,,,,,O,,,,,,O,,,O,,O,,,,O,,O,,,,,,,,,,,O,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spirit_cost,O,spirit_cost,,,,O,,,,,,,,,,,O,,,,,,dex_big,,,,lifesteal,O,,O,,O,,,,all_fire_damage,O,all_fire_damage,,,,O,,,,,O,,,,O,,,,O,,,,,O,,,,all_chaos_damage,O,all_chaos_damage,,,,O,,,,,lifesteal,,,,int_big,,,,crossbow_damage_big,,,,int_big,O,fire_penetration_big,,,,,,,O,,,,spirit_cost,,,,spirit_cost_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,O,,,,,,,,,,critical_damage,,,,,O,,O,,,,,,,str,,,,O,,,,O,,,,str,O,O,O,str,O,O,O,str_big,O,O,O,str,O,O,O,str,,,,O,,,,O,,,,str,,,,,,,O,,O,,,,,,,O,,,O,,,,,O,,,,O,,O,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spirit_cost,O,spirit_cost,,,,,,O,,,,,,,,O,,,,,O,,,,O,,,,,O,,,,,phys_to_fire,,,,dot_dmg,,,,O,,,,O,,,,O,,,,O,,,,O,,,,cdr,,,,phys_to_chaos,,,O,,O,,,,,O,,,,all_physical_damage,,,,,,chaos_penetration_big,,,,phys_to_fire_big,,,O,,,,spirit_cost,,,,spirit_cost_big,O,spirit_cost,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,,,,critical_hit_big,,,,O,,,,,,O,,O,O,,,,,,,O,dot_dmg_big,O,,,,,O,,,,cdr_big,,mana_cost_big,,mana_cost,,all_physical_damage,,all_physical_damage,,,,O,,,,,O,dot_dmg_big,O,,,,health_percent,,,O,O,,O,,,,,,O,,O,all_physical_damage,,,O,,,,,O,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spirit_cost_big,,,,,,int,,,,,,,,,O,,,,,,,,jewel_socket,,,,,,,,,,,,,,,O,health_percent,O,,,,,O,,O,,O,,O,,,O,armor_percent,O,,,,,,,,health_percent_big,,O,,,,,jewel_socket,,,,,,,,all_physical_damage,,,,,,phys_to_chaos_big,,,dex,,,,,,,,spirit_cost_big,O,spirit_cost,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,str,,,,,,blood_mage,O,O,,O,,,,,mana_cost,O,mana_cost_big,,,,,,health_regen_percent,,O,,health_percent,,,,mana_cost,O,mana_cost,,health_percent,O,health_percent,,armor_percent,,O,,armor_percent_big,,,,,,,,O,health_percent,,,,O,,O,,,,,,O,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,O,,,,O,,O,,,,,,O,,,,O,,O,,,,,,O,,hp_hp_regen_big,,O,,lifesteal_big,,,,O,,,,,,O,,hp_hp_regen_big,,O,,,,,,,,,,,,O,,,,O,,,,,dot_dmg,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,,health_regen_percent,,health_percent,,,,,,,,O,,O,mana_cost,O,mana_cost,,,,,,health_regen_percent,,O,,health_percent,,O,,,,O,,,,,,armor_percent_big,,O,,armor_percent,,,,,,all_water_damage,O,water_penetration,O,,O,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,O,,O,,,,O,,,,,,,,str,,,,,,all_physical_damage,O,cdr,,,O,health_percent,O,,,lifesteal,,armor_penetration_percent,O,all_physical_damage,,energy_percent,O,energy_percent,,,O,armor_percent,O,,,energy_percent,O,all_physical_damage,,O,,,,str,,,,,,,,O,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,health_percent_big,,health_regen_percent,,,,O,all_physical_damage,O,,O,,O,,,,,O,,O,,,,O,,,,O,,O,,O,,O,,O,,,,O,,,,O,,O,,all_water_damage_big,,,O,,O,,O,critical_hit,O,,,,str,O,O,O,O,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,str,,,,,O,,,,all_physical_damage,,,,all_physical_damage,,,,O,,,,cdr,O,all_physical_damage,,,,O,,,,lifesteal,,all_physical_damage_big,,armor_penetration_percent,,energy_percent_big,,energy_percent,,,,O,,,,all_physical_damage,O,energy_percent,,,,O,,,,critical_hit,,,,critical_hit,,,,,,,,,str,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,magic_shield_percent,O,,O,,O,,,,,,,,O,,,,O,,,,,O,,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,O,,,,,O,,,,,O,,,,O,,,,,,,,O,,O,,O,mana_regen_percent,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_percent,,,,magic_shield_percent,,,,O,,,,,,,all_physical_damage_big,,,,all_physical_damage,,,,,,str,O,O,O,str,O,O,O,str,O,O,O,str,O,O,O,str_big,O,O,O,str,O,O,O,str,O,O,O,str,O,O,O,str,,,,,,critical_damage,,,,critical_damage_big,,,,,,,O,,,,mana_percent,,,,mana_regen_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,O,,,,,,,O,all_physical_damage,O,,,,,,O,,,,,,,,,O,,,,,,,,O,,,,,,,,O,,,,O,,,,,O,hp_dodge_small,O,,,,O,critical_damage,O,,,,,,,O,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_percent,,,,,,,magic_shield_regen_percent,,,,,O,,,,,,,,,,,armor_percent,O,armor_percent,,,,,,,,,O,health_regen_percent,O,,,,,,O,sword_damage,O,,,,,,O,energy_regen_percent,O,,,,cdr,,,hp_dodge_small,,,,hp_dodge_small,,,,,,,,,,,O,,,,,mana_percent,,,,,,,mana_regen_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,O,,,,,,O,,,,,,,,,O,,,,O,,,,,,,health_regen_percent,,O,,health_regen_percent,,,,sword_damage,,O,,sword_damage,,,,energy_regen_percent,,O,,energy_regen_percent,,,,O,,O,,,,O,,,,,,,,,,O,,,,,,O,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_percent_big,,,,,,magic_shield_regen_percent,,,,,,,,str,,,,,,,,armor_percent,,,,block_chance,,,,,,,O,,O,,O,,,,O,,O,,O,,,,O,,O,,O,,,,cdr,,hp_dodge_small,,,,dodge_percent_big,,,,,,,,,str,,,,,,,,mana_percent,,,,,,mana_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,O,,,,,,,,,,O,,,,,,,O,,,,O,,,,,,health_regen_percent,,,O,,,health_regen_percent,,sword_damage,,,jewel_socket,,,sword_damage,,energy_regen_percent,,,O,,,energy_regen_percent,,,O,,,O,hp_dodge_small,O,,,,,,,,,O,,,,,,,,,,O,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,magic_shield_regen_percent_big,O,magic_shield_regen_percent,,,,,,,,,,,,O,,,,,,,armor_percent_big,O,block_chance,,,,,,,,O,,O,,O,,,,O,,O,,O,,,,O,,O,,O,,,cdr,,,,,,,,,,,,,,O,,,,,,,,,,,,mana_percent,O,mana_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,health_regen_percent_big,,health_regen_percent,,health_regen_percent_big,,,,sword_damage_big,,sword_damage,,sword_damage_big,,,,energy_regen_percent_big,,energy_regen_percent,,energy_regen_percent_big,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,O,,,,,,,,O,,,,,,,,O,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,O,O,,,,,,,,,O,,,,,,,,,O,O,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,O,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,str,O,O,O,O,O,O,O,O,O,O,str,O,O,O,O,O,O,O,O,O,O,str,O,O,O,O,O,O,O,O,O,O,str,O,O,O,O,O,O,O,O,O,O,str,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent,O,energy_regen_percent,,,,,,,,,,,,,,,,,,,,,,,O,cdr,O,,,,,,,,,,,,,,,,,,,,,,,block_chance,O,block_chance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,all_physical_damage,,O,,health_percent,,,,,,,,,,,,,,,,,,,,,,O,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent_big,O,energy_regen_percent,,,,,,,,,,,,,,,,,,,,,O,,,O,,,O,,,,,,,,,,,,,,,,,,,,,block_chance,O,block_chance_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_physical_damage,,,O,,,armor_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,steady_hand,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_physical_damage,,,,,,health_regen_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,O,,,,,,O,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_physical_damage_big,,,,armor_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.json
index 6373cc4..44bc5f7 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.json
@@ -1,147 +1,147 @@
-{
-"text_format": "WHITE",
-"identifier": "talents",
-"school_type": "TALENTS",
-"icon": "mmorpg:textures/gui/skill_tree/schools/arcane.png",
-"order":0,
-
-"perks": "E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,staff_damage_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,staff_damage,,,,ele_staff_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,chaos_penetration_big,,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent,,,,,,mana_on_hit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_health,o,summon_capacity,,,,,chaos_penetration,,,,,,,,,,all_fire_damage_big,,,,,,,all_lightning_damage_big,,,,shock_proc_chance_big,,,,,,,all_water_damage_big,,,,,,,,,,,,,,,staff_damage,,,,,,ele_staff_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,k,,o,,,,,,,,k,,,,,,,o,,,,,,o,,,,,,,k,,,,,,cdr_big,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_health,,,,summon_damage,,,spell_chaos_damage_and_dot,,all_chaos_damage,,,,,,,,fire_penetration,,,o,all_fire_damage_big,,,lightning_penetration,,,,,,spell_lightning_damage_and_dot,,,all_water_damage_big,o,,,water_penetration,,,,,o,,,,,,int,o,,,energy_regen_percent,,,,mana_on_hit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,k,,,,o,,,o,,o,,,,,,,,k,,fire_dot_damage,,,o,,o,,,,,,o,,o,,,shatter_proc_chance,,k,,,,,cast_speed,,,,,o,,,int_big,,,o,staff_damage,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,,summon_damage,k,summon_damage,,,,spell_chaos_damage_and_dot,,all_chaos_damage,,,,critical_hit,o,critical_hit_big,,all_fire_damage,,k,,,burn_chance,,,all_lightning_damage,,,,spell_lightning_damage_and_dot,,,water_dot_damage,,,k,,all_water_damage,,,,,o,,,,,int,,,,,,,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,jewel_socket,,,,inc_aoe,o,inc_aoe,,,p,,,,,,k,,o,,,,p,,,,k,,o,fire_dot_damage,o,,,,,o,all_lightning_damage,o,,,,,o,spell_water_damage_and_dot,o,,k,,,,,,cdr,,,,p,,,,,,,k,,summoner,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_duration_big,,,all_elemental_damage,,,,,,,,,k,,p,,,,,,,all_chaos_damage,,,,,critical_damage,o,critical_hit,,,all_fire_damage,,,,,,,,,k,,,,,,,,,all_water_damage,,,curse_master,,,,,o,cast_speed,,p,,,,,,,k,p,,,,,,,jewel_socket,o,,,,,,,o,curse_effect,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,,o,o,o,o,o,int,o,o,o,o,o,o,,p,,,,,,,,p,,k,,,,,,,,,k,,,,,,,,,k,,p,,,,,,,,k,p,o,o,o,o,o,o,int,o,o,o,o,o,,,,,mana_percent,,,,,curse_effect,,,,curse_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,burn_damage,o,,,song_effect,k,,,all_elemental_damage,,,,o,,,,,,o,,,,,,,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,,,,,,k,,p,,,,,o,,,,o,,,,o,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,burn_damage_big,,,,burn_damage,,,,song_duration,,,k,,o,,,,,,k,ele_staff_damage,k,,,,,,o,k,,,,,,,,,p,k,,,,,,,,k,v,p,,,,,,,,p,h,,,,,,,,,k,o,,,shatter_proc_chance_big,k,freeze_damage,,,p,,,,,,o,,,mana_percent,,,,curse_effect_big,,,,,curse_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,hammer_damage_big,o,,,,o,,,,,o,,,p,,,k,o,,,,,,ele_staff_damage,,,,ele_staff_damage,,,,,o,,song_duration,k,song_cdr,,,,,p,,k,,,,spell_lifesteal,o,spell_lifesteal,k,,v,,p,p,aura_effect,o,spirit_cost,p,p,,h,,,,,,,,electrify_chance,,o,,,o,,o,,,p,,trap_cdr_big,o,trap_damage,k,,o,k,,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent,,,,burn_chance,,,,fire_resist,,,,p,p,p,int,,,,,,o,,,,o,,,magic_shield_regen_percent,,o,,o,,o,,,,,health_percent,,,mana_percent,,,o,,,,,int,,,o,,,,o,,,curse_duration,k,curse_duration,,,,,,o,,o,,,freeze_damage,k,freeze_chance,,,p,,,,o,,k,int,,,,,,,,,o,curse_effect,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,burn_chance,o,,p,,,o,o,o,,o,,,,,ele_staff_damage,,,,ele_staff_damage,,o,,k,magic_shield_percent,,song_duration,k,song_cdr_big,,,,o,,,,,o,,spell_lifesteal_big,,,,,v,,,aura_effect_big,,,,spirit_cost_big,,,o,,,k,,,electrify_chance_big,o,electrify_damage,,o,,,,,,,,p,,trap_damage_big,o,,,o,,o,o,o,,,curse_duration,k,curse_effect,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_hammer_damage_big,,,,,armor_penetration_percent,,,,,,,,p,,o,,,,,,o,,,,,o,ele_staff_damage_big,o,,,magic_shield_percent_big,,,o,,,,,,,,health_percent_big,,,,,mana_percent_big,,,,,,,v,,,,,,,,,,,curse_effect,o,curse_effect_big,,,,,,,o,,burn_chance,o,burn_damage_big,,critical_damage,o,critical_damage,,,,,o,,,,,,o,,p,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,,,harmony,,p,o,,k,magic_shield_percent,o,magic_shield_percent,,,o,,,,,,,,,o,,k,magic_shield_percent,,,o,all_lightning_damage_big,,,,o,,,,,o,,ele_staff_damage_big,o,ele_staff_damage,,,jewel_socket,,,,,,,,,,,,,,,,,,,,o,,k,,k,,p,,p,,,,o,,,,,,,,o,p,,,ms_all_in,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_hammer_damage,o,hammer_damage,,,,,,,,k,int,k,k,,p,,,o,,,o,,,,,,,,,magic_shield_regen_percent,,o,,all_lightning_damage,,,,mana_regen_percent_big,,,health_percent,,,mana_percent,,,o,,o,,,v,,,block_chance_big,,mana_percent_big,,,,,,staff_damage_big,,,,,magic_shield_regen_percent_big,o,magic_shield_regen_percent,,o,,burn_chance,o,burn_chance,,critical_damage_big,o,critical_damage,,,o,,,,poison_chance,o,chaos_penetration,k,k,k,int,k,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,i,,,,,,,o,p,,,,summon_damage,,,,magic_shield_percent_big,,,o,,,,,dot_dmg_big,,,,,o,,o,,,,k,,,k,,,o,,,int_dmg,o,ele_staff_damage,,,int,,,o,,o,,,,,,o,,,,,,,o,,o,k,,,,,,,,,o,,,,o,,,p,,,,,o,,,,,,phys_to_chaos,k,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,summon_damage,,,,,,,i,,heretic,,,o,,,p,critical_hit,,,o,summon_damage,o,,,,,o,,,,o,,,,,o,,all_lightning_damage,,cast_speed,o,cast_speed,,,,k,,o,,,,,,k,,v,,p,block_chance,o,mana_percent,p,,,staff_damage,o,staff_damage,,,,minion_catapult,,,magic_shield_regen_percent,,o,k,,magic_shield_regen_percent,o,magic_shield_regen_percent,,,,o,,,,poison_chance_big,,,,poison_damage,,,,,,o,,,,,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,o,,,totem_duration_big,o,totem_duration,,i,,k,,o,,,,,o,,,,,,,,,,,o,,,dot_dmg,k,dot_dmg,,,o,k,,,k,,,,,,,k,o,,,,,,,k,v,p,,,,,,p,,k,,,,,,,k,,,k,o,k,,,,k,,,o,,,,,,,,o,,,,,,,,o,,,,physical_chaos_damage,k,chaos_dot_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,health_percent_big,,,o,,,k,,k,,,i,k,o,,,,,,critical_damage,p,critical_hit_big,,,,,,,,,,o,,,,o,,o,int,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,int,o,,o,conservation,,,o,,,,,,,,poison_damage_big,,,,,,critical_hit,o,,,o,,o,,,,,,,o,critical_hit,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,,summon_health_big,,,totem_damage,o,totem_damage,p,p,p,int,p,p,increase_healing,o,increase_healing,,,,,,,,,,,,,,,o,,,,int,,,,,p,o,,,,,,,,o,,,,,,,k,o,k,,,,,,,o,,,,,,,,o,k,,,,,int,,,,o,,,health_regen_percent,k,dot_dmg_hp_regen_big,,,,,,,,,o,,,critical_hit,k,k,int,,,,,,,dagger_damage,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,,,,o,,,,,,,o,k,,,,,,l,,,,,,,,,,,all_fire_damage_big,o,,,o,,o,,o,,,totem_damage,,o,,,,,,,p,spell_elemental_damage,k,,,,,k,,o,,k,,,,mana_percent_big,k,mana_regen_percent,k,,,,,,,o,,staff_damage,,,,k,o,,o,,,,o,,o,,,,,,,,critical_hit_big,,,,o,,,p,o,,,,,o,,,,,,critical_hit,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_damage,k,k,summon_damage_big,,,,summon_health,,,,,o,,,aura_effect,,,increase_healing_big,o,increase_healing,k,k,,,,,,,,,,,all_fire_damage,,,dex,,,golemancer,,o,,,,o,,,,,p,,o,,k,,,o,critical_hit,,o,,inc_aoe,o,,,o,,,,magic_shield_percent,,,,,o,,,p,,mana_on_hit_big,,,,str,,,,k,dot_dmg,,dot_dmg,,,,,,,,,,,,critical_damage,,,p,,o,,,,critical_hit,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,o,,,,,o,,o,,,,,,p,,l,health_percent,o,health_percent,,,,,,,,o,,o,,o,,,,totem_damage,k,totem_damage_big,,,o,,,,spell_fire_damage_big,,spell_water_damage_big,,spell_lightning_damage_big,,o,,k,,o,,k,,o,,mana_regen_percent,,,,u,,,,o,,,mana_on_hit,,,o,,,o,,o,,k,,,,,,,,,o,all_fire_damage,o,,,critical_damage_big,o,,,positive_effect,,,o,,energy_claws,,k,,,,,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_damage,k,summon_health,,,divinity,,o,,aura_effect,k,spirit_cost_big,,,,p,l,,o,,o,,,,,,,,all_fire_damage,k,o,,,o,,,,,,,,,o,,,p,,o,,k,,critical_hit,p,critical_hit,,o,,inc_aoe,p,inc_aoe,,,p,magic_shield_percent,o,magic_shield_percent_big,,,o,,,,,o,staff_damage,,,o,,,o,k,,,,trap_area_dmg_big,p,trap_area_dmg,,,all_fire_damage,,,,fire_water_damage_big,,,,,,o,,,o,n,,,dagger_damage,,,critical_hit_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,k,o,,,,,,,,int_big,,,health_percent_big,,health_percent,k,,song_damage_big,,,,,,,int,,,,o,,,,,,,,,o,,,p,spell_elemental_damage,k,,u,,,,,o,,,,,u,,,k,,,,o,,,,,,,,,o,,,p,int,,,,,o,,o,,,o,,,,o,,,,positive_effect_big,p,spirit_cost,,,o,n,o,o,,,,,,,,o,trap_cdr,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,phys_to_water_big,o,,,,,,p,p,int,,,,,,,,p,,p,,,,,k,,,o,song_duration,o,song_damage,p,p,k,,,,,o,,,,hp_mana_regen,o,hp_mana_regen_big,,,o,,,,o,u,o,o,o,,o,summon_damage_big,o,,o,o,o,u,k,,,,o,,,summon_health_big,o,summon_health,,,,o,,,shade,,k,,,,,trap_cdr,k,trap_area_dmg,,,fire_water_damage,,,,all_water_damage,,,,,,,,k,k,int,u,u,,,,,,,trap_cdr,,,o,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,,,,,o,,k,,,,mana_percent,l,mana_percent,k,k,armor_ms,l,armor_ms,,,,k,,,,,,,,k,,defender,,,,int,,,o,,,,,,o,j,j,j,int_dmg_big,p,,,hp_mana_small,,,,hp_mana_small,,,p,mana_ms_percent_big,j,j,j,o,,,,,,o,,,int,m,m,,,,k,,,,,,,p,,u,,o,all_water_damage,o,,,,,,,,k,,,p,o,,u,u,u,,,o,,,,trap_cdr_big,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,o,,,,k,,,o,,o,,,o,,o,,,,,k,,o,o,o,o,o,int,p,,,elemental_resist_big,,,k,,,hp_mana_regen,k,,,o,int,,,,k,,cast_speed,,,o,hp_mana_big,o,,,magic_shield_percent,,k,,,,int,o,,,k,summon_health,,,k,,,o,ms_energy_regen,,,int,o,o,o,o,o,p,u,u,,,,,,,,,,,,k,,,lightning_any_wep_damage,,,o,,,,u,u,trap_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_elemental_damage_big,k,all_elemental_damage,,,all_water_damage,,,o,,,,,k,k,mana_percent,,mana_percent_big,,,armor_ms_big,,armor_ms,p,p,p,p,p,int,,,,,k,,o,,,,o,,,k,,,,str,o,,,o,,,int_dmg,,,o,,,,,,o,,,mana_percent,,,o,,,o,dex,,,,k,,,ms_energy_regen,,,,o,,,,,,,int,k,,,,,,,,,,,,k,,,,o,,,o,,,,,,o,,,,trap_damage_big,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,i,,,j,,o,,,o,,,,,,,,,,,,,,,,,,,o,,,,,k,,,,o,,,,elemental_resist,,,k,,o,,,,,,o,,,o,,,cast_speed,,,,magic_shield_regen_percent,,,o,,,o,,,,,,o,,k,,,o,,,,o,,,,critical_hit,,,k,,o,k,k,k,k,k,k,hp_ms,,,,hp_ms,,,lightning_any_wep_damage_big,p,lightning_any_wep_damage,,,o,,ghast,,,,,trap_damage,,,o,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,all_elemental_damage,p,p,all_elemental_damage,,,,o,,,,,,,,,,,,,,,,,,o,,,,,k,,,,,,o,,,,o,,o,int,k,k,mana_battery,,,,,int,,,int_dmg,,p,,,,p,,mana_regen_percent,,,int,,,,,masochism,k,k,int,o,,,ms_energy_regen_big,,,o,,,critical_damage_big,k,,k,trap_damage,,,,o,,,,,,,o,,o,,,,,,,,,o,k,,,,,,,o,trap_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,phys_to_fire_big,,,,,,o,k,k,k,str,k,k,k,,,,,,,,,,,,,,o,,,,,,inc_aoe,o,o,,,,,o,,,,dex,,,o,,,,jewel_socket,,,,o,,,k,int_dmg,,,,magic_shield_percent,k,,,o,,,,,,,,o,,,str,,,,o,,,,o,p,,p,o,,,,,o,,,,,,,hp_ms_big,,,,,,k,k,k,k,int,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,o,o,o,all_fire_damage,,,,,o,,,,k,,,,,,,,,,,,,o,,,,,,,,,inc_aoe_big,,,,,o,,o,,o,,,o,,k,,,,,,o,,,o,,,,o,,,o,,,,,,,,o,,,,,o,,o,,,,critical_hit,,,trap_damage_big,,,all_elemental_damage,,,,o,,,,,,,,,,o,o,int,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,str,o,o,jewel_socket,o,o,,,,,,o,,,,,,,,,o,,o,,,u,u,int,,,,summon_health,,,int,,,,,,,,int,,,int_dmg,,magic_shield_percent,,,int,,,,,,,,int,,,,,,,int,u,u,,,,o,p,,p,o,,,,,,o,,,,,,,,jewel_socket,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,,int,k,k,,,o,,,,,,,,,inc_aoe,k,inc_aoe,,u,,,,o,,,,o,,,o,,,,,,,,o,,k,,p,,o,,,,,,,,o,,k,,,,,o,,,,u,p,p,trap_cdr,k,,k,all_elemental_damage_big,,,,,,o,,,k,k,dex,o,o,,,spell_lifesteal,k,spell_lifesteal,k,,,o,,,,,,,,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spear_damage,o,,,,,o,,,,,,,,,,,,,,k,k,int,p,p,all_elemental_damage,o,o,spell_elemental_damage_big,,,,,,k,total_damage_big,p,all_elemental_damage,,,o,,,,summon_health_big,,,o,,,,,,,,o,o,mage,o,o,,,,,,,,o,,,,jewel_socket,,,o,,,all_elemental_damage,p,dodge_ms_big,k,,,,all_elemental_damage,,,,hp_ms,o,hp_ms,k,dex,k,k,,,,,,,,o,,,,k,,o,,,,,,,attack_speed,,,o,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,critical_hit,o,spear_damage,,o,,p,song_effect,o,song_cdr,o,,,,,,,,,,o,k,,,k,,,o,,,,,p,o,,,o,,,int,,,,,,,int,,,mana_cost_big,o,mana_percent,,,,,,,,spirit_cost,o,aura_effect_big,,,int,,,,,,,int,,,o,,,o,,k,,,,,,,k,,,,o,,,,,,,,,,spell_lifesteal_big,,,,,k,o,,,,,,o,,,,attack_speed_big,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spear_damage_big,,,,,,k,str,p,,,,,,song_effect_big,,,,,,,,,o,,all_elemental_damage,p,p,elemental_resist_big,k,k,all_elemental_damage,,,energy_regen_percent,,,summon_damage,,,all_elemental_damage,,,o,,,,,,,o,,,,,k,,,,,,k,,,,,o,,,,,,,o,,,all_elemental_damage,,,dodge_ms,,,hp_mana_small,,,,,,,hp_ms,o,hp_ms_big,,o,,,,,,,,,,,,p,p,p,p,dex,k,k,k,k,k,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,block_chance,o,ele_spear_damage,,o,k,k,,,,,,,,,,,,,,o,,,o,,,p,,,k,o,,k,,,o,,,p,,,o,,,,,,,o,k,mana_percent,o,mana_regen_percent,,,,,,aura_effect,o,spirit_cost,k,o,,,,,,,o,,,p,,,o,,,o,,o,,,,,,,,,,o,,,,,dodge_ms_big,o,dodge_ms,p,p,p,p,,,u,u,o,u,,,,,o,,,,critical_damage_big,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_spear_damage,o,,,,,o,,,k,k,,,,,,health_percent_big,k,,,,,o,,,,elemental_any_wep_damage_big,o,o,all_elemental_damage,p,p,health_percent_big,,energy_regen_percent_big,,,,summon_damage,k,total_damage,,,int,,,,necromantic_defenses,p,p,int,,,,,,o,magic_shield_percent_big,o,,,,,,int,p,p,mantra,,,,int,,,total_damage,k,dodge_ms,,,,health_percent_big,,mana_percent_big,,,,,all_physical_damage_big,,,,,o,,,,o,,,,,,,u,u,u,,,o,,mana_on_hit,,,,,critical_damage,,,o,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,k,k,k,k,,o,,health_percent,,,,o,,,,,,,,,,o,,k,,,,,,,o,,o,,,,,,o,,o,,,,magic_shield_regen_percent,,,,magic_shield_percent,,,,o,,o,,,,,,o,,o,,,,,,,o,,o,,,all_physical_damage,k,,k,all_physical_damage,,,o,,,,dodge_ms,,,,,u,u,,,,,,o,,o,,,,,,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,k,health_percent,,o,,,,o,,,,,,,,,,,health_percent,,,,,,,,total_damage,,o,,,,,,o,,,o,,k,,,,,,k,,o,,,o,,,,,,o,,total_damage,,,,,,,,hp_mana_small,,,,o,p,,p,o,,,o,,,k,,,,,mana_regen_energy_regen,,,,critical_damage_big,,,,o,,mana_on_hit,k,mana_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,armor_ms,o,o,,,,,health_percent,,,,o,,,,,,,o,mana_cost,p,,,l,o,hp_mana_small,o,hp_mana_small,u,,k,,o,,,o,all_elemental_damage,k,int,,,,o,magic_shield_percent,,,,,,magic_shield_regen_percent,o,,,,int,k,critical_hit,o,,,o,,k,,u,physical_chaos_damage,o,physical_chaos_damage,,,o,,,ailment_damage,,,ailment_damage_big,,,ailment_damage,,o,,k,,,,,,o,,,,k,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,armor_ms_big,,,,,k,k,,o,,,mana_cost,o,o,mana_cost_big,,k,,p,p,armor_ms_big,,,,,,u,p,guardian,,,o,,,,o,,,,,k,,,,,,k,,,,,o,,,,o,,,rogue,p,u,,,,,o,attack_speed_big,p,p,p,,o,p,,p,o,,k,o,k,,,,mana_regen_energy_regen,o,mana_regen_energy_regen_big,,,,,critical_damage,o,critical_damage,,o,,,o,poison_chance,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,performer,o,str,k,k,armor_ms,,,,,,o,,,,,,k,str,,k,,,,,o,mana_cost,,,,k,o,armor_ms,o,armor_ms,o,hp_mana_small,,o,,,elemental_resist,k,all_elemental_damage_big,,mana_regen_hp_regen_big,,,,,,magic_shield_regen_percent,,,,magic_shield_percent,,,,,,mana_regen_energy_regen_big,,critical_damage_big,k,health_on_hit,,,o,,physical_chaos_damage,o,attack_speed,o,attack_speed,,k,,,,,dot_dmg,k,,k,dot_dmg,,,dex,p,p,p,p,,,,,,,,,,,k,dex,k,poison_chance,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,o,,,,,,o,,k,,,,,,,,,,k,,,,,,,,o,,,o,,,,o,,mana_percent,o,mana_percent,,,o,magic_shield_regen_percent_big,o,,,int_dmg,o,int_dmg,,o,,,,o,,,o,,,,,,,,k,,,,,,,dot_dmg_big,,,,,o,,,,,,,,,,,,health_percent,o,health_percent,,o,,o,,,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,armor_ms,,,,,,o,,k,,,,,,,,,,k,,,,,,,o,,,,,o,all_elemental_damage,k,str,k,,,,,,,,,,,,,,k,dex,k,critical_hit,o,,,,,o,,,,,,,k,,,,,,,,,,,,o,,,,,,,,,,,,k,,,,o,,poison_duration,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,o,,,,,,,,o,str,o,o,o,o,o,o,o,o,o,str,o,o,str,o,o,str,,,,,,,,,u,,health_regen_percent,o,health_regen_percent,,,,,,,,energy_regen_percent,o,energy_regen_percent,,u,,,,,,,,,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,o,o,dex,o,,,all_physical_damage,o,str_big,,,,,,,,health_percent_big,,,,o,,,o,poison_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,armor_ms,,,,,,,,,,k,,,,,,,,,,k,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,,k,,,,,,,,,,k,,,,k,,k,,,,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,totem_damage,k,totem_cdr_big,,,k,,,,,,health_percent_big,,,glancing_strikes,o,k,,elemental_resist,o,block_chance_big,,hp_armor_big,,,,k,,summon_damage,k,summon_damage,,,,,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,critical_hit,o,ailment_damage,,k,,lifesteal,o,lifesteal_big,,dodge_ms_big,o,dodge_ms,,k,p,p,p,all_physical_damage,o,all_physical_damage,,,,,,dagger_damage,o,dagger_damage_big,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,jewel_socket,,,o,,o,,,,,k,,,,,,p,,,,,str,,k,,,,k,,,o,dex,o,,,o,,,,,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,k,,,o,str,,k,,,,k,,k,,dex,o,,,,,,,,,,,k,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,totem_cdr,,,,,k,,,,,,increase_healing,o,increase_healing,p,p,k,o,block_chance,,,,hp_armor,o,hp_armor,,k,,,,summon_damage_big,,,,jewel_socket,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,critical_hit_big,,,,k,o,lifesteal,,,,dodge_ms,,dodge_ms,o,k,,wind_dancer,,,,,,,,,,dagger_damage,o,dagger_damage,k,k,,o,,tormentor,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_percent,,,,o,k,,,,,,k,,,,,,,,,,,k,,,,,,,,,,k,,,,,,,,k,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,k,,,,,k,,,,,k,,,,,,,,,,,,,,,,,k,o,p,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,armor_percent,k,str,o,o,o,o,o,o,str,o,o,o,o,o,o,o,o,o,o,str,o,o,o,o,o,o,o,o,o,str,o,o,o,o,o,o,o,str,o,o,str,o,o,str,p,p,diamond_will,,,,,,[CENTER],,,,,,generosity,p,p,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,dex,o,o,o,o,dex,o,o,o,o,dex,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,k,,,,,,,,,,,k,,,,,,,,,,k,p,,,,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,k,,,,,,,p,k,,,,,k,,,,,k,,,,,,,,,,,,,,,,,k,o,k,projectile_damage,o,projectile_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,all_physical_damage,,physical_dot_damage,,,,burn_damage,o,o,all_fire_damage,p,p,k,o,hammer_damage,,,,inc_aoe,o,song_cdr,o,k,,witchs_brew,,attack_speed_big,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,jewel_socket,,,,,,egoist,,k,o,health_on_hit,,,,hp_dodge_small,,hp_dodge_small,o,k,,,,elemental_any_wep_damage_big,,,,,,,,,,,,true_hit,,o,,,,k,,,,,,,o,faster_projectiles,o,faster_projectiles_big,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,o,,,,o,,k,,,k,,,u,str,,k,,,,k,,k,,int,,,,k,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,,,,,,,,,int,,k,,,,k,,k,,dex,o,,,o,,,,,,,,,,,,,,o,,,,jewel_socket,,,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,all_physical_damage,,,,physical_dot_damage,,burn_damage_big,,,phys_to_fire,,nether_enthusiast,,k,,hammer_damage,o,hammer_damage_big,,song_cdr_big,o,inc_aoe_big,,k,o,attack_speed,o,energy_regen_percent,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,,,,,,,,,k,,health_on_hit,o,health_on_hit_big,,hp_dodge_big,o,hp_dodge_small,,k,,elemental_any_wep_damage,k,elemental_any_wep_damage,,,,,,,,,energy_regen_percent,o,energy_regen_percent,,,o,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,o,,,,o,,,,k,,,,,k,,,,,,,,,,k,,,,,,,,,,song_effect,o,song_damage,,,o,,,,,,,,,,,,,,,,o,,,trap_damage,o,trap_cdr,,,,,,,,,,k,,,,,,,,,,k,,,,,,dodge_percent,u,dodge_percent,,,,o,,,,o,,o,,,,,,p,p,p,projectile_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,all_physical_damage_big,,physical_dot_damage_big,,,,,phys_to_fire_big,,,,o,str,o,o,o,o,o,o,o,o,o,str,o,o,str,o,o,str,,,,o,,,,,,health_regen_percent,k,health_percent,,,,,,,,,,energy_regen_percent,k,dodge_percent,,,,,,o,,,,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,o,o,dex,o,,,,,o,,o,,,,energy_percent_big,,,,energy_regen_percent,,o,,,,p,p,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,critical_damage,,,,,,,,,,,,o,,,,,,,,,,,k,,,,,,,,o,,,song_damage,o,song_effect_big,,,k,,,,o,,,elemental_resist,,projectile_damage,,,k,,,,o,,,trap_cdr_big,o,trap_damage,,,o,,,,,,,,k,,,,,,,,,,,o,,u,u,dodge_percent,,dodge_percent_big,,,,o,,,,o,,o,,p,p,,,,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,k,critical_hit,,,,,,,,,,o,,,,o,all_physical_damage_big,o,,,,k,,,,,o,str_dmg,o,,,o,,,,,,health_percent,,,,,,health_regen_percent_big,,o,,o,,energy_regen_percent_big,,,,,,energy_regen_percent,,,,,,o,,,o,projectile_damage,o,,,,,k,,,o,bow_damage,o,bow_damage,o,,,o,u,,,,,,,,,,energy_percent,o,energy_percent,p,p,o,p,,,,,,,,,,o,chain_damage,o,chain_damage_big,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,steady_hand,k,str,k,critical_hit,,,,p,,,,,,,,,k,str,k,k,all_physical_damage,,,,all_physical_damage,o,o,str_dmg_big,o,o,o,str_dmg,,,,str_dmg,,o,,,,,,o,,,,,,o,,elemental_resist,,projectile_damage,,o,,,,,,o,,,,,,o,,projectile_damage,,,,energy_percent,o,o,o,projectile_damage_big,u,dex_dmg_big,,,,,,dex_dmg_big,k,dex,k,k,k,,,,,,,,,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,critical_damage,,,,,,,k,,o,p,,,k,inc_aoe_big,k,,,k,p,k,,,,o,energy_regen_percent,o,,p,warrior,,,,,,health_percent_big,,,,,,health_regen_percent,,,k,,,dodge_percent,,,,,,dodge_percent_big,,,,,,ranger,p,,o,energy_percent,o,,,,k,p,,,o,crossbow_damage,o,crossbow_damage,k,o,,o,p,,,dodge_percent,,elemental_resist_big,,dodge_percent,k,k,k,k,k,k,k,o,k,,,,,o,bow_damage,o,bow_damage_big,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,k,,o,,p,elemental_any_wep_damage,,,,elemental_any_wep_damage,k,,p,,health_percent,o,,,,,,k,,o,,,,,,o,,,,o,,,o,hp_regen_energy_regen_big,o,,,o,,,,o,,,,,,o,,k,,,,,,o,mana_percent,,p,,,,,,,,o,,o,p,,,,o,k,o,,,,,,,,,o,,acrobat,,,bow_damage,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,critical_hit_big,,,,health_regen_percent,,,,k,,,o,,,,o,elemental_any_wep_damage_big,o,,,p,,,,,health_percent_big,,,,p,hp_armor,,o,,,,,,,health_regen_percent,o,health_percent,,,o,,,,o,,,energy_regen_percent,o,dodge_percent,,,,,,,o,,dodge_percent,p,,,,mana_percent_big,,,,p,,,,,,,,o,,o,p,,,,,dodge_percent_big,,,,,,critical_damage_big,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,spear_damage,o,spear_damage,,,,o,,,,,,,,l,,o,,,k,,,o,,,,,,,,,energy_regen_percent,,,,,o,,,hp_armor,,o,,o,,,totem_duration,o,totem_cdr,,,,k,,str,,,block_chance_big,,,dex,,k,,,,positive_effect,o,increase_healing,,,o,,o,,dodge_percent,,,o,,,,,health_percent,,,,,,,o,,o,,mana_on_hit,,,,,,,,,,p,,,,o,,,k,dex_dmg,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent_big,,,,,o,,,o,,,,,,,,health_regen_percent,,health_regen_percent_big,,k,,,,o,,,,,,,,,o,,,,,health_percent,,,o,,health_regen_percent,,str,,,o,,o,,,k,,o,,k,,k,,k,,o,,k,,,o,,o,,,dex,,energy_regen_percent,,o,,,mana_percent,,,,,o,,,,,,,o,,o,,o,,,,,,,,,,critical_hit,o,critical_hit,,o,,k,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent,k,,o,p,p,p,p,p,p,p,,,,,k,,,,o,,,spear_damage_big,o,spear_damage,,,,energy_percent_big,,,,,k,,,hp_armor,p,,,o,,,totem_cdr_big,,totem_duration,p,p,str,o,,,block_chance,o,mana_on_hit,o,block_chance,,,o,dex,p,p,increase_healing,,positive_effect_big,,,o,,,p,energy_regen_percent,,,k,,,,,health_percent_big,,,,,,faster_projectiles,,,o,,,mana_on_hit,o,mana_on_hit_big,,,,,,,,,,p,o,,k,,,crossbow_damage,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,,o,,k,str,u,u,u,u,,,,,,,k,,,,,o,,,,,k,,,,,o,energy_regen_percent,p,,k,,o,,,,o,,,,,,,,o,,k,,,,,,,,,,k,,o,,,,,,,,o,,,,o,,k,,p,health_percent,o,,,,,,o,,o,,o,,,,,,,,,,o,dex,k,k,k,k,dex,k,,,,,o,crossbow_damage,o,crossbow_damage_big,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,spear_damage,o,spear_damage,,,,o,k,,,,u,u,health_percent,,,,health_percent,,,,,o,,k,spear_damage,o,spear_damage,,,,,,,,p,k,o,,,,str,,,,,,,,o,,,diamond_grip,,,,,,,,,,focused_magician,,,o,,,,,dex_dmg_big,,,dex,,,,o,k,p,,,,,,,,faster_projectiles_big,,,o,,o,,k,k,k,dex,o,o,jewel_socket,o,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,bleed_chance,,,,,,o,,o,,,,k,k,str,k,,,,,,,,,,,o,o,health_regen_percent_big,,,,o,,,,,,,,str,,,,,,,,,,,,,,,,,,dex,,,,k,,,,o,,,,energy_regen_percent_big,o,o,o,,,,,,,o,,o,,dex,k,,,,,,,,,,,,,,,o,,,,,,,,,,,o,sword_damage,o,bleed_damage_big,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,,,,,hp_max_fire_res_big,,,,k,,,o,,,,,,armor_percent_big,o,o,armor_percent,o,o,,k,,k,,o,,,,jewel_socket,,,,o,,,,,,,,o,o,duelist,o,o,,,,,,,,o,,,dex_dmg,o,dex_dmg,k,,o,,o,k,,,,dodge_percent,o,,,,,,faster_projectiles,,,o,u,u,u,u,u,,,,,,,,,,,o,,,,,,,,,,bleed_chance,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,axe_damage,o,inc_aoe,,,o,,bleed_chance,k,bleed_damage_big,,,,,,,,k,,,,o,,,,,o,,,,k,,,k,k,,,str,,,,,,o,,o,,,,,,,,o,,,k,,,o,,,,,,,,o,,,,,,k,,dex,,,k,elemental_any_wep_damage,,,,dodge_percent_big,,,,,p,,,o,,,,,,health_percent,k,health_percent,k,k,k,k,,,,o,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,,o,,o,,,,,,,,,,o,str,,,,,,o,,,,armor_percent,k,k,elemental_resist_big,p,p,health_regen_percent,,,,o,,o,,,,,,str,,,,,,,,str,,,physical_any_wep_damage,,energy_regen_percent,,,dex,,,,,,,,dex,,,elemental_purity,,k,o,,o,,,o,,,,,o,,,p,,,o,,,,,,,o,,,,,,,k,k,k,o,,,,p,p,p,p,p,sword_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,axe_damage,k,str,k,k,k,k,str,o,o,jewel_socket,o,,,,,,,,o,,,p,,,p,,,,o,,,o,,,,dex,,,,o,,,,,,,,o,,,o,,,,o,,,o,,,,,,o,,o,,p,,str,,,,o,,,elemental_any_wep_damage_big,,,,dodge_percent,,,p,,,o,,,,,,,,hp_healing_received_big,,,,,,,p,p,dex,p,p,p,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,critical_hit_big,,,,,o,,o,,,,,,,,,,,,,,,,,,o,,p,,,health_regen_percent,o,o,health_regen_percent_big,,,o,,,,,,o,,o,,,,,,,,o,,,o,k,k,armor_dodge,k,k,o,,,o,,,,jewel_socket,,,,o,p,o,,k,poison_chance,,,o,,,o,elemental_any_wep_damage,,,k,p,,,o,,,,,phys_to_water_big,,,,,,,,accuracy_percent,k,accuracy_percent,,,o,k,k,k,,,,,,,critical_hit,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,axe_damage,o,critical_hit,,,o,,,armor_penetration_percent,k,armor_penetration_percent_big,,,,,,,,,,,,,,o,p,,k,,,,,,o,,,,,,,k,str,k,k,netherite_bastion,,,,,str,,,physical_any_wep_damage,k,,p,,p,,k,energy_regen_percent,,,dex,,,,,,,,dex,k,,,,k,,,o,,,,o,o,hp_dodge_big,o,,o,,,k,phys_to_water,o,,,,,,,,,o,,o,,,o,,,,k,k,,,,,,o,sword_damage,o,critical_hit_big,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,,,,,,,hp_armor_big,,,,,,,,,str,k,,,,,,o,,,o,accuracy_percent_big,,,k,,,o,,,,,,o,,,o,,,,armor_dodge,o,armor_dodge,,,,o,,,o,,,,,,o,,,k,,,poison_chance,,,,o,,,,,,,dex,k,k,all_water_damage,,,,,,,poison_duration,o,poison_duration,,,accuracy_percent_big,k,accuracy_percent,,,o,,,,,,totem_damage,o,critical_hit,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,armor_penetration_percent,,,,,,,o,,o,,k,k,k,k,k,k,p,o,o,o,o,o,str,,,accuracy_percent,,,,k,,,,,int,o,,,o,,,,physical_any_wep_damage,k,physical_any_wep_damage,k,,,,k,energy_regen_percent,k,energy_regen_percent,,,,o,,,o,int,,,,,k,,,o,poison_chance_big,,,dex,o,o,o,o,o,,o,,,o,freeze_chance,k,,,o,,,,o,,,,,,,o,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,bleed_damage_big,o,sword_damage,o,bleed_chance,o,,,o,k,,,,p,p,p,armor_percent,,,,armor_percent,,,,,,,p,,,,,,k,,o,,,,str,,,,,,,,o,str,n,,,o,,,,,,mana_percent_big,,,,,,o,,,n,dex,o,,,,,,,,dex,,,,,,k,,,,,,,,o,,,,,freeze_damage_big,,poison_damage_big,,,,poison_chance,p,,,,,o,,,,,,totem_cdr,,,,critical_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sword_damage,u,u,str,u,p,p,,,,,,,,,,,,,,,burn_chance,k,burn_chance,,reckless_defender,p,k,p,accuracy_percent,,,o,,,,,,,,,,k,,n,n,o,k,k,k,mana_regen_percent,o,,o,mana_regen_percent,k,k,k,o,n,n,,k,,,,,,,,,,o,,,vital_point,,k,,,,,,,,,o,o,,,,,o,,,,o,,p,p,p,dex,u,u,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,attack_speed_big,o,sword_damage,o,attack_speed,o,,,,o,p,,,,armor_percent_big,,,,,,,,,,,,,o,,o,,,,str,,,,o,,,,,,,,,,,k,,,,physical_any_wep_damage_big,p,,,,,,,,,,p,energy_regen_percent_big,,,,k,,,,,,,,,,,o,,,p,dex,u,u,u,u,u,,,,,,o,o,,,,poison_chance,o,poison_chance,,,,,o,k,,,elemental_any_wep_damage,o,elemental_any_wep_damage,,,totem_cdr,o,totem_damage_big,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,armor_percent,k,,o,,,,,,,,,,,,burn_chance,k,burn_damage_big,,,u,o,,,o,,,bleed_damage,u,bleed_chance_big,,,spirit_cost_big,,,k,,,,o,,u,p,p,health_percent,o,,o,health_percent,p,p,u,,o,,,,k,,,,ailment_damage_big,k,,,,,,o,,,o,k,,,,,u,u,u,,,,,dex,o,,,,,,,,,o,,projection,,k,,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,armor_percent,,,,,,,,,,,,,,,,u,,o,,o,,,,o,,o,,o,,,,k,,,,o,,,u,,,,health_percent_big,,,,u,,,o,,,,k,,,,o,,inc_aoe,,,,,,o,,o,,k,,,,,,,healing_received,o,healing_received,,,,o,o,,,,,,,o,,,,elemental_any_wep_damage,o,elemental_any_wep_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,fire_any_wep_damage,o,,o,fire_any_wep_damage,,o,,,armor_percent,o,,,hammer_damage,o,,,,,,,,,,,u,u,,,,dex,,,,,bleed_chance,k,bleed_chance,,spirit_cost,,,k,,,all_physical_damage_big,k,all_physical_damage,,,block_chance,o,block_chance_big,,,,elemental_any_wep_damage_big,o,elemental_any_wep_damage,,,projectile_damage,k,faster_projectiles_big,,,k,,ailment_damage,,,,k,,refined_taste,,,,int,,,,k,k,,,,,,,k,,,,,,o,o,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,phys_to_fire_big,,k,,,o,,k,,,o,,,critical_damage_big,,,,,o,health_percent_big,o,,u,,,,,o,k,o,,,,u,,,,o,,,k,,,o,,o,,,u,,u,,,,u,,u,,,o,,o,,,k,,k,,,o,dex_dmg_big,,k,,,o,k,o,,,,,health_percent,o,health_percent_big,,healing_received_big,o,healing_received,,,,,,,,o,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_fire_damage_big,,,,,,all_fire_damage,u,u,str,p,p,hammer_damage,,,,,o,,,health_regen_percent,,,,health_regen_percent,,,,,o,,k,,o,o,o,u,,bloody_dance,,,spirit_cost,,k,,,all_physical_damage,k,all_physical_damage,,,block_chance,o,block_chance,,,,elemental_any_wep_damage,o,elemental_any_wep_damage,,,projectile_damage,k,projectile_damage,,,k,,dex_dmg,o,dex_dmg,,,,k,o,o,,k,,o,,,,k,,,,,,k,,,manasteal_big,k,manasteal,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,burn_damage_big,,k,,,,k,o,,,,,,,axe_damage,,,o,,,,o,,,,o,,,attack_speed,,,,k,str,k,,,,,p,k,,,,,,k,p,,,,,,,,,,p,k,,,,,,k,p,,,,,,dex,o,,,,manasteal,,,o,,,health_percent,o,health_percent,,,,k,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,burn_chance,o,,o,burn_chance,,,,k,,o,,,,,o,,,,health_percent,,,,health_percent,,,o,,,k,,,,collateral,,u,o,o,o,o,o,o,str,o,o,o,o,o,str,o,,,,,,,,,,,dex,o,o,o,o,o,dex,o,o,o,o,o,o,k,p,p,lifesteal,k,,o,,,o,,,,,o,o,o,dex_big,p,p,,,manasteal,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,blood_mage,,,,o,,,axe_damage,,,n,n,,o,health_regen_percent,o,,,o,,,,attack_speed,o,attack_speed_big,,,,u,,,,,,k,,p,,,,,k,p,o,o,o,o,dex,o,o,o,o,o,p,k,,,,k,,,,,,,,k,,,o,,,manasteal_big,,,,o,,,,,,,,,,p,,k,,o,,,dodge_percent,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,p,,,n,,,,,,,,o,,,,,,,,,bleed_duration,k,armor_penetration_percent,,,,accuracy_percent,o,armor_percent,,song_damage,o,song_cdr,,,k,,p,,,,k,,,,,,p,k,,,,hammer_damage,o,inc_aoe,,,,armor_dodge,o,armor_dodge,,,lifesteal_big,,,,,,,,o,,,,,poison_duration_big,,,,,p,k,o,,,o,,,dodge_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_effect,o,song_effect,o,,,u,str,n,n,,,,,,,,o,,,,,,,,,,o,,o,,,,k,,k,,p,,p,,,k,,p,,,,k,,,critical_hit,o,critical_damage,,k,,,o,,,,o,,o,,,,,,,,,,,,,,,o,,,,k,,,u,u,u,dex,p,p,hp_dodge_small,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,song_effect,u,,k,o,,,,,,,,o,,,all_physical_damage_big,k,all_physical_damage,,,,,,armor_penetration_percent_big,k,bleed_duration,,,,armor_percent_big,o,accuracy_percent,,song_cdr,o,song_damage_big,,,health_percent,,p,,,,str,,,k,,,,k,,,hammer_damage,k,hammer_damage_big,k,inc_aoe,,armor_dodge_big,,,,,,,,,,,critical_hit,o,critical_damage,,,o,,,poison_duration,o,poison_duration,,,o,k,,,,o,,,health_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_cdr_big,,,,,o,,,k,,o,,,,,,o,,,,,,o,,critical_damage,k,critical_damage_big,,,,,,,,,,,,,,,,o,,,armor_dodge,,,,o,,,critical_damage_big,,,,mana_percent,,,,,,,,,,,block_chance_big,o,,,,armor_penetration_percent_big,,,,o,,o,,,,o,,,,,,o,,,projectile_damage,,,,health_percent,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_duration,,,wandering_bard,,,o,o,o,,o,,,,,,,all_physical_damage,,o,,,,,,axe_damage,k,axe_damage,,,armor_percent_big,,,,,,health_percent_big,,,,,k,,,jewel_socket,,,,,,k,,,,,inc_aoe,k,inc_aoe_big,,,,,,,block_chance,,,k,,,,axe_damage,,axe_damage_big,,,,,o,,o,o,o,,,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,k,str,,,,,,,,p,,critical_damage,,,,,,o,,o,,,k,,,,,,o,,,,,armor_dodge_big,,,o,,,ailment_damage_big,,,mana_percent_big,o,mana_percent,k,,o,,,,sword_damage_big,o,,,,o,,,armor_penetration_percent,o,armor_penetration_percent,,u,,,,,,,,dex,k,,,,faster_projectiles,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_damage_big,o,o,song_duration,,,,,,all_physical_damage,o,all_physical_damage,,p,k,k,k,k,k,k,k,p,u,,,,,,,axe_damage,,axe_damage_big,,,armor_percent,o,armor_percent,,,,k,health_percent,,,k,,,,dex,,,k,,,,,,k,,inc_aoe,,,,,,sword_damage,o,sword_damage,,,,,,,k,u,k,k,k,k,k,k,k,o,,k,sniper,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,p,,,,,,,,str,o,o,o,o,o,o,k,,,,,,,,,k,,k,,,,armor_dodge,,,,,k,,,ailment_damage,o,ailment_damage,,,,k,u,,,,,,,,,,p,o,o,o,o,o,o,dex,,,,,,,,o,,,,,,faster_projectiles_big,,projectile_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,jewel_socket,,,,sword_damage,o,critical_hit,,,,,,k,,,,,,,str,o,o,o,o,o,o,o,o,o,str,p,p,p,p,,,,,,k,,,,,,p,p,p,p,dex,o,o,o,o,o,o,o,o,o,dex,k,,,,,,k,,,,,,,,dodge_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,k,,,,o,all_physical_damage,o,,,,,,k,,,,,,,,,k,p,o,o,o,o,o,o,o,o,o,dex,o,o,o,o,o,o,o,o,o,k,,,,,,,,,,p,,versatility,,,,o,spear_damage,o,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,critical_damage,,,,critical_hit,,,inc_aoe,,,,ailment_damage,,,,,lifesteal,o,inc_leech,,,,,fortified_reflexes,k,,p,,,,,,,,,,k,,,,,,,,,,,block_chance,o,total_damage,o,,,,,p,,,,,,energy_regen_percent,,,,armor_penetration_percent,,,,,,,dodge_percent,o,jewel_socket,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,o,,,,,,o,,,o,,,,o,,,,,,,totem_damage,,,,,,,,,health_regen_percent,,energy_regen_percent,,,,,,,,,o,,,,,block_chance,,,,int,o,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sword_damage_big,,,,all_physical_damage,,,,,,all_physical_damage,,,spell_lifesteal,,,,inc_leech,,,,,totem_duration,o,,o,totem_cdr,,,,,,o,,,,o,,,,,,,,energy_regen_percent,,,,,o,,,,,,int,,,energy_regen_percent,,,,,,armor_penetration_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,o,,o,,,,,o,,,,,,o,,,,,health_regen_percent,,,,energy_regen_percent,,,,,,,,o,,,,,total_damage_big,,,int_big,,,o,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,ailment_damage_big,,,,,,inc_leech_big,,,,,,totem_duration,,,,,,totem_damage,,,,o,,,,,,o,,,,,,,block_chance,,,,,,,,,o,int,,,,,spear_damage_big,,,,spear_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,health_regen_percent_big,,,,,,energy_regen_percent_big,,,,,,,,o,energy_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,totem_duration,,,,totem_cdr,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,totem_damage_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
-"
+{
+"text_format": "WHITE",
+"identifier": "talents",
+"school_type": "TALENTS",
+"icon": "mmorpg:textures/gui/skill_tree/schools/arcane.png",
+"order":0,
+
+"perks": "E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,staff_damage_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,staff_damage,,,,ele_staff_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,chaos_penetration_big,,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent,,,,,,mana_on_hit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_health,o,summon_capacity,,,,,chaos_penetration,,,,,,,,,,all_fire_damage_big,,,,,,,all_lightning_damage_big,,,,shock_proc_chance_big,,,,,,,all_water_damage_big,,,,,,,,,,,,,,,staff_damage,,,,,,ele_staff_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,k,,o,,,,,,,,k,,,,,,,o,,,,,,o,,,,,,,k,,,,,,cdr_big,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_health,,,,summon_damage,,,spell_chaos_damage_and_dot,,all_chaos_damage,,,,,,,,fire_penetration,,,o,all_fire_damage_big,,,lightning_penetration,,,,,,spell_lightning_damage_and_dot,,,all_water_damage_big,o,,,water_penetration,,,,,o,,,,,,int,o,,,energy_regen_percent,,,,mana_on_hit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,k,,,,o,,,o,,o,,,,,,,,k,,fire_dot_damage,,,o,,o,,,,,,o,,o,,,shatter_proc_chance,,k,,,,,cast_speed,,,,,o,,,int_big,,,o,staff_damage,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,,summon_damage,k,summon_damage,,,,spell_chaos_damage_and_dot,,all_chaos_damage,,,,critical_hit,o,critical_hit_big,,all_fire_damage,,k,,,burn_chance,,,all_lightning_damage,,,,spell_lightning_damage_and_dot,,,water_dot_damage,,,k,,all_water_damage,,,,,o,,,,,int,,,,,,,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,jewel_socket,,,,inc_aoe,o,inc_aoe,,,p,,,,,,k,,o,,,,p,,,,k,,o,fire_dot_damage,o,,,,,o,all_lightning_damage,o,,,,,o,spell_water_damage_and_dot,o,,k,,,,,,cdr,,,,p,,,,,,,k,,summoner,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_duration_big,,,all_elemental_damage,,,,,,,,,k,,p,,,,,,,all_chaos_damage,,,,,critical_damage,o,critical_hit,,,all_fire_damage,,,,,,,,,k,,,,,,,,,all_water_damage,,,curse_master,,,,,o,cast_speed,,p,,,,,,,k,p,,,,,,,jewel_socket,o,,,,,,,o,curse_effect,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,,o,o,o,o,o,int,o,o,o,o,o,o,,p,,,,,,,,p,,k,,,,,,,,,k,,,,,,,,,k,,p,,,,,,,,k,p,o,o,o,o,o,o,int,o,o,o,o,o,,,,,mana_percent,,,,,curse_effect,,,,curse_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,burn_damage,o,,,song_effect,k,,,all_elemental_damage,,,,o,,,,,,o,,,,,,,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,,,,,,k,,p,,,,,o,,,,o,,,,o,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,burn_damage_big,,,,burn_damage,,,,song_duration,,,k,,o,,,,,,k,ele_staff_damage,k,,,,,,o,k,,,,,,,,,p,k,,,,,,,,k,v,p,,,,,,,,p,h,,,,,,,,,k,o,,,shatter_proc_chance_big,k,freeze_damage,,,p,,,,,,o,,,mana_percent,,,,curse_effect_big,,,,,curse_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,hammer_damage_big,o,,,,o,,,,,o,,,p,,,k,o,,,,,,ele_staff_damage,,,,ele_staff_damage,,,,,o,,song_duration,k,song_cdr,,,,,p,,k,,,,spell_lifesteal,o,spell_lifesteal,k,,v,,p,p,aura_effect,o,spirit_cost,p,p,,h,,,,,,,,electrify_chance,,o,,,o,,o,,,p,,trap_cdr_big,o,trap_damage,k,,o,k,,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent,,,,burn_chance,,,,fire_resist,,,,p,p,p,int,,,,,,o,,,,o,,,magic_shield_regen_percent,,o,,o,,o,,,,,health_percent,,,mana_percent,,,o,,,,,int,,,o,,,,o,,,curse_duration,k,curse_duration,,,,,,o,,o,,,freeze_damage,k,freeze_chance,,,p,,,,o,,k,int,,,,,,,,,o,curse_effect,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,burn_chance,o,,p,,,o,o,o,,o,,,,,ele_staff_damage,,,,ele_staff_damage,,o,,k,magic_shield_percent,,song_duration,k,song_cdr_big,,,,o,,,,,o,,spell_lifesteal_big,,,,,v,,,aura_effect_big,,,,spirit_cost_big,,,o,,,k,,,electrify_chance_big,o,electrify_damage,,o,,,,,,,,p,,trap_damage_big,o,,,o,,o,o,o,,,curse_duration,k,curse_effect,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_hammer_damage_big,,,,,armor_penetration_percent,,,,,,,,p,,o,,,,,,o,,,,,o,ele_staff_damage_big,o,,,magic_shield_percent_big,,,o,,,,,,,,health_percent_big,,,,,mana_percent_big,,,,,,,v,,,,,,,,,,,curse_effect,o,curse_effect_big,,,,,,,o,,burn_chance,o,burn_damage_big,,critical_damage,o,critical_damage,,,,,o,,,,,,o,,p,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,,,harmony,,p,o,,k,magic_shield_percent,o,magic_shield_percent,,,o,,,,,,,,,o,,k,magic_shield_percent,,,o,all_lightning_damage_big,,,,o,,,,,o,,ele_staff_damage_big,o,ele_staff_damage,,,jewel_socket,,,,,,,,,,,,,,,,,,,,o,,k,,k,,p,,p,,,,o,,,,,,,,o,p,,,ms_all_in,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_hammer_damage,o,hammer_damage,,,,,,,,k,int,k,k,,p,,,o,,,o,,,,,,,,,magic_shield_regen_percent,,o,,all_lightning_damage,,,,mana_regen_percent_big,,,health_percent,,,mana_percent,,,o,,o,,,v,,,block_chance_big,,mana_percent_big,,,,,,staff_damage_big,,,,,magic_shield_regen_percent_big,o,magic_shield_regen_percent,,o,,burn_chance,o,burn_chance,,critical_damage_big,o,critical_damage,,,o,,,,poison_chance,o,chaos_penetration,k,k,k,int,k,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,i,,,,,,,o,p,,,,summon_damage,,,,magic_shield_percent_big,,,o,,,,,dot_dmg_big,,,,,o,,o,,,,k,,,k,,,o,,,int_dmg,o,ele_staff_damage,,,int,,,o,,o,,,,,,o,,,,,,,o,,o,k,,,,,,,,,o,,,,o,,,p,,,,,o,,,,,,phys_to_chaos,k,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,summon_damage,,,,,,,i,,heretic,,,o,,,p,critical_hit,,,o,summon_damage,o,,,,,o,,,,o,,,,,o,,all_lightning_damage,,cast_speed,o,cast_speed,,,,k,,o,,,,,,k,,v,,p,block_chance,o,mana_percent,p,,,staff_damage,o,staff_damage,,,,minion_catapult,,,magic_shield_regen_percent,,o,k,,magic_shield_regen_percent,o,magic_shield_regen_percent,,,,o,,,,poison_chance_big,,,,poison_damage,,,,,,o,,,,,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,o,,,totem_duration_big,o,totem_duration,,i,,k,,o,,,,,o,,,,,,,,,,,o,,,dot_dmg,k,dot_dmg,,,o,k,,,k,,,,,,,k,o,,,,,,,k,v,p,,,,,,p,,k,,,,,,,k,,,k,o,k,,,,k,,,o,,,,,,,,o,,,,,,,,o,,,,physical_chaos_damage,k,chaos_dot_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,health_percent_big,,,o,,,k,,k,,,i,k,o,,,,,,critical_damage,p,critical_hit_big,,,,,,,,,,o,,,,o,,o,int,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,int,o,,o,conservation,,,o,,,,,,,,poison_damage_big,,,,,,critical_hit,o,,,o,,o,,,,,,,o,critical_hit,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,,summon_health_big,,,totem_damage,o,totem_damage,p,p,p,int,p,p,increase_healing,o,increase_healing,,,,,,,,,,,,,,,o,,,,int,,,,,p,o,,,,,,,,o,,,,,,,k,o,k,,,,,,,o,,,,,,,,o,k,,,,,int,,,,o,,,health_regen_percent,k,dot_dmg_hp_regen_big,,,,,,,,,o,,,critical_hit,k,k,int,,,,,,,dagger_damage,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,,,,o,,,,,,,o,k,,,,,,l,,,,,,,,,,,all_fire_damage_big,o,,,o,,o,,o,,,totem_damage,,o,,,,,,,p,spell_elemental_damage,k,,,,,k,,o,,k,,,,mana_percent_big,k,mana_regen_percent,k,,,,,,,o,,staff_damage,,,,k,o,,o,,,,o,,o,,,,,,,,critical_hit_big,,,,o,,,p,o,,,,,o,,,,,,critical_hit,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_damage,k,k,summon_damage_big,,,,summon_health,,,,,o,,,aura_effect,,,increase_healing_big,o,increase_healing,k,k,,,,,,,,,,,all_fire_damage,,,dex,,,golemancer,,o,,,,o,,,,,p,,o,,k,,,o,critical_hit,,o,,inc_aoe,o,,,o,,,,magic_shield_percent,,,,,o,,,p,,mana_on_hit_big,,,,str,,,,k,dot_dmg,,dot_dmg,,,,,,,,,,,,critical_damage,,,p,,o,,,,critical_hit,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,o,,,,,o,,o,,,,,,p,,l,health_percent,o,health_percent,,,,,,,,o,,o,,o,,,,totem_damage,k,totem_damage_big,,,o,,,,spell_fire_damage_big,,spell_water_damage_big,,spell_lightning_damage_big,,o,,k,,o,,k,,o,,mana_regen_percent,,,,u,,,,o,,,mana_on_hit,,,o,,,o,,o,,k,,,,,,,,,o,all_fire_damage,o,,,critical_damage_big,o,,,positive_effect,,,o,,energy_claws,,k,,,,,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_damage,k,summon_health,,,divinity,,o,,aura_effect,k,spirit_cost_big,,,,p,l,,o,,o,,,,,,,,all_fire_damage,k,o,,,o,,,,,,,,,o,,,p,,o,,k,,critical_hit,p,critical_hit,,o,,inc_aoe,p,inc_aoe,,,p,magic_shield_percent,o,magic_shield_percent_big,,,o,,,,,o,staff_damage,,,o,,,o,k,,,,trap_area_dmg_big,p,trap_area_dmg,,,all_fire_damage,,,,fire_water_damage_big,,,,,,o,,,o,n,,,dagger_damage,,,critical_hit_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,k,o,,,,,,,,int_big,,,health_percent_big,,health_percent,k,,song_damage_big,,,,,,,int,,,,o,,,,,,,,,o,,,p,spell_elemental_damage,k,,u,,,,,o,,,,,u,,,k,,,,o,,,,,,,,,o,,,p,int,,,,,o,,o,,,o,,,,o,,,,positive_effect_big,p,spirit_cost,,,o,n,o,o,,,,,,,,o,trap_cdr,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,phys_to_water_big,o,,,,,,p,p,int,,,,,,,,p,,p,,,,,k,,,o,song_duration,o,song_damage,p,p,k,,,,,o,,,,hp_mana_regen,o,hp_mana_regen_big,,,o,,,,o,u,o,o,o,,o,summon_damage_big,o,,o,o,o,u,k,,,,o,,,summon_health_big,o,summon_health,,,,o,,,shade,,k,,,,,trap_cdr,k,trap_area_dmg,,,fire_water_damage,,,,all_water_damage,,,,,,,,k,k,int,u,u,,,,,,,trap_cdr,,,o,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,,,,,o,,k,,,,mana_percent,l,mana_percent,k,k,armor_ms,l,armor_ms,,,,k,,,,,,,,k,,defender,,,,int,,,o,,,,,,o,j,j,j,int_dmg_big,p,,,hp_mana_small,,,,hp_mana_small,,,p,mana_ms_percent_big,j,j,j,o,,,,,,o,,,int,m,m,,,,k,,,,,,,p,,u,,o,all_water_damage,o,,,,,,,,k,,,p,o,,u,u,u,,,o,,,,trap_cdr_big,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,o,,,,k,,,o,,o,,,o,,o,,,,,k,,o,o,o,o,o,int,p,,,elemental_resist_big,,,k,,,hp_mana_regen,k,,,o,int,,,,k,,cast_speed,,,o,hp_mana_big,o,,,magic_shield_percent,,k,,,,int,o,,,k,summon_health,,,k,,,o,ms_energy_regen,,,int,o,o,o,o,o,p,u,u,,,,,,,,,,,,k,,,lightning_any_wep_damage,,,o,,,,u,u,trap_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_elemental_damage_big,k,all_elemental_damage,,,all_water_damage,,,o,,,,,k,k,mana_percent,,mana_percent_big,,,armor_ms_big,,armor_ms,p,p,p,p,p,int,,,,,k,,o,,,,o,,,k,,,,str,o,,,o,,,int_dmg,,,o,,,,,,o,,,mana_percent,,,o,,,o,dex,,,,k,,,ms_energy_regen,,,,o,,,,,,,int,k,,,,,,,,,,,,k,,,,o,,,o,,,,,,o,,,,trap_damage_big,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,i,,,j,,o,,,o,,,,,,,,,,,,,,,,,,,o,,,,,k,,,,o,,,,elemental_resist,,,k,,o,,,,,,o,,,o,,,cast_speed,,,,magic_shield_regen_percent,,,o,,,o,,,,,,o,,k,,,o,,,,o,,,,critical_hit,,,k,,o,k,k,k,k,k,k,hp_ms,,,,hp_ms,,,lightning_any_wep_damage_big,p,lightning_any_wep_damage,,,o,,ghast,,,,,trap_damage,,,o,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,all_elemental_damage,p,p,all_elemental_damage,,,,o,,,,,,,,,,,,,,,,,,o,,,,,k,,,,,,o,,,,o,,o,int,k,k,mana_battery,,,,,int,,,int_dmg,,p,,,,p,,mana_regen_percent,,,int,,,,,masochism,k,k,int,o,,,ms_energy_regen_big,,,o,,,critical_damage_big,k,,k,trap_damage,,,,o,,,,,,,o,,o,,,,,,,,,o,k,,,,,,,o,trap_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,phys_to_fire_big,,,,,,o,k,k,k,str,k,k,k,,,,,,,,,,,,,,o,,,,,,inc_aoe,o,o,,,,,o,,,,dex,,,o,,,,jewel_socket,,,,o,,,k,int_dmg,,,,magic_shield_percent,k,,,o,,,,,,,,o,,,str,,,,o,,,,o,p,,p,o,,,,,o,,,,,,,hp_ms_big,,,,,,k,k,k,k,int,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,o,o,o,all_fire_damage,,,,,o,,,,k,,,,,,,,,,,,,o,,,,,,,,,inc_aoe_big,,,,,o,,o,,o,,,o,,k,,,,,,o,,,o,,,,o,,,o,,,,,,,,o,,,,,o,,o,,,,critical_hit,,,trap_damage_big,,,all_elemental_damage,,,,o,,,,,,,,,,o,o,int,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,str,o,o,jewel_socket,o,o,,,,,,o,,,,,,,,,o,,o,,,u,u,int,,,,summon_health,,,int,,,,,,,,int,,,int_dmg,,magic_shield_percent,,,int,,,,,,,,int,,,,,,,int,u,u,,,,o,p,,p,o,,,,,,o,,,,,,,,jewel_socket,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,,int,k,k,,,o,,,,,,,,,inc_aoe,k,inc_aoe,,u,,,,o,,,,o,,,o,,,,,,,,o,,k,,p,,o,,,,,,,,o,,k,,,,,o,,,,u,p,p,trap_cdr,k,,k,all_elemental_damage_big,,,,,,o,,,k,k,dex,o,o,,,spell_lifesteal,k,spell_lifesteal,k,,,o,,,,,,,,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spear_damage,o,,,,,o,,,,,,,,,,,,,,k,k,int,p,p,all_elemental_damage,o,o,spell_elemental_damage_big,,,,,,k,total_damage_big,p,all_elemental_damage,,,o,,,,summon_health_big,,,o,,,,,,,,o,o,mage,o,o,,,,,,,,o,,,,jewel_socket,,,o,,,all_elemental_damage,p,dodge_ms_big,k,,,,all_elemental_damage,,,,hp_ms,o,hp_ms,k,dex,k,k,,,,,,,,o,,,,k,,o,,,,,,,attack_speed,,,o,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,critical_hit,o,spear_damage,,o,,p,song_effect,o,song_cdr,o,,,,,,,,,,o,k,,,k,,,o,,,,,p,o,,,o,,,int,,,,,,,int,,,mana_cost_big,o,mana_percent,,,,,,,,spirit_cost,o,aura_effect_big,,,int,,,,,,,int,,,o,,,o,,k,,,,,,,k,,,,o,,,,,,,,,,spell_lifesteal_big,,,,,k,o,,,,,,o,,,,attack_speed_big,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spear_damage_big,,,,,,k,str,p,,,,,,song_effect_big,,,,,,,,,o,,all_elemental_damage,p,p,elemental_resist_big,k,k,all_elemental_damage,,,energy_regen_percent,,,summon_damage,,,all_elemental_damage,,,o,,,,,,,o,,,,,k,,,,,,k,,,,,o,,,,,,,o,,,all_elemental_damage,,,dodge_ms,,,hp_mana_small,,,,,,,hp_ms,o,hp_ms_big,,o,,,,,,,,,,,,p,p,p,p,dex,k,k,k,k,k,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,block_chance,o,ele_spear_damage,,o,k,k,,,,,,,,,,,,,,o,,,o,,,p,,,k,o,,k,,,o,,,p,,,o,,,,,,,o,k,mana_percent,o,mana_regen_percent,,,,,,aura_effect,o,spirit_cost,k,o,,,,,,,o,,,p,,,o,,,o,,o,,,,,,,,,,o,,,,,dodge_ms_big,o,dodge_ms,p,p,p,p,,,u,u,o,u,,,,,o,,,,critical_damage_big,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_spear_damage,o,,,,,o,,,k,k,,,,,,health_percent_big,k,,,,,o,,,,elemental_any_wep_damage_big,o,o,all_elemental_damage,p,p,health_percent_big,,energy_regen_percent_big,,,,summon_damage,k,total_damage,,,int,,,,necromantic_defenses,p,p,int,,,,,,o,magic_shield_percent_big,o,,,,,,int,p,p,mantra,,,,int,,,total_damage,k,dodge_ms,,,,health_percent_big,,mana_percent_big,,,,,all_physical_damage_big,,,,,o,,,,o,,,,,,,u,u,u,,,o,,mana_on_hit,,,,,critical_damage,,,o,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,k,k,k,k,,o,,health_percent,,,,o,,,,,,,,,,o,,k,,,,,,,o,,o,,,,,,o,,o,,,,magic_shield_regen_percent,,,,magic_shield_percent,,,,o,,o,,,,,,o,,o,,,,,,,o,,o,,,all_physical_damage,k,,k,all_physical_damage,,,o,,,,dodge_ms,,,,,u,u,,,,,,o,,o,,,,,,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,k,health_percent,,o,,,,o,,,,,,,,,,,health_percent,,,,,,,,total_damage,,o,,,,,,o,,,o,,k,,,,,,k,,o,,,o,,,,,,o,,total_damage,,,,,,,,hp_mana_small,,,,o,p,,p,o,,,o,,,k,,,,,mana_regen_energy_regen,,,,critical_damage_big,,,,o,,mana_on_hit,k,mana_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,armor_ms,o,o,,,,,health_percent,,,,o,,,,,,,o,mana_cost,p,,,l,o,hp_mana_small,o,hp_mana_small,u,,k,,o,,,o,all_elemental_damage,k,int,,,,o,magic_shield_percent,,,,,,magic_shield_regen_percent,o,,,,int,k,critical_hit,o,,,o,,k,,u,physical_chaos_damage,o,physical_chaos_damage,,,o,,,ailment_damage,,,ailment_damage_big,,,ailment_damage,,o,,k,,,,,,o,,,,k,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,armor_ms_big,,,,,k,k,,o,,,mana_cost,o,o,mana_cost_big,,k,,p,p,armor_ms_big,,,,,,u,p,guardian,,,o,,,,o,,,,,k,,,,,,k,,,,,o,,,,o,,,rogue,p,u,,,,,o,attack_speed_big,p,p,p,,o,p,,p,o,,k,o,k,,,,mana_regen_energy_regen,o,mana_regen_energy_regen_big,,,,,critical_damage,o,critical_damage,,o,,,o,poison_chance,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,performer,o,str,k,k,armor_ms,,,,,,o,,,,,,k,str,,k,,,,,o,mana_cost,,,,k,o,armor_ms,o,armor_ms,o,hp_mana_small,,o,,,elemental_resist,k,all_elemental_damage_big,,mana_regen_hp_regen_big,,,,,,magic_shield_regen_percent,,,,magic_shield_percent,,,,,,mana_regen_energy_regen_big,,critical_damage_big,k,health_on_hit,,,o,,physical_chaos_damage,o,attack_speed,o,attack_speed,,k,,,,,dot_dmg,k,,k,dot_dmg,,,dex,p,p,p,p,,,,,,,,,,,k,dex,k,poison_chance,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,o,,,,,,o,,k,,,,,,,,,,k,,,,,,,,o,,,o,,,,o,,mana_percent,o,mana_percent,,,o,magic_shield_regen_percent_big,o,,,int_dmg,o,int_dmg,,o,,,,o,,,o,,,,,,,,k,,,,,,,dot_dmg_big,,,,,o,,,,,,,,,,,,health_percent,o,health_percent,,o,,o,,,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,armor_ms,,,,,,o,,k,,,,,,,,,,k,,,,,,,o,,,,,o,all_elemental_damage,k,str,k,,,,,,,,,,,,,,k,dex,k,critical_hit,o,,,,,o,,,,,,,k,,,,,,,,,,,,o,,,,,,,,,,,,k,,,,o,,poison_duration,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,o,,,,,,,,o,str,o,o,o,o,o,o,o,o,o,str,o,o,str,o,o,str,,,,,,,,,u,,health_regen_percent,o,health_regen_percent,,,,,,,,energy_regen_percent,o,energy_regen_percent,,u,,,,,,,,,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,o,o,dex,o,,,all_physical_damage,o,str_big,,,,,,,,health_percent_big,,,,o,,,o,poison_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,armor_ms,,,,,,,,,,k,,,,,,,,,,k,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,,k,,,,,,,,,,k,,,,k,,k,,,,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,totem_damage,k,totem_cdr_big,,,k,,,,,,health_percent_big,,,glancing_strikes,o,k,,elemental_resist,o,block_chance_big,,hp_armor_big,,,,k,,summon_damage,k,summon_damage,,,,,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,critical_hit,o,ailment_damage,,k,,lifesteal,o,lifesteal_big,,dodge_ms_big,o,dodge_ms,,k,p,p,p,all_physical_damage,o,all_physical_damage,,,,,,dagger_damage,o,dagger_damage_big,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,jewel_socket,,,o,,o,,,,,k,,,,,,p,,,,,str,,k,,,,k,,,o,dex,o,,,o,,,,,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,k,,,o,str,,k,,,,k,,k,,dex,o,,,,,,,,,,,k,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,totem_cdr,,,,,k,,,,,,increase_healing,o,increase_healing,p,p,k,o,block_chance,,,,hp_armor,o,hp_armor,,k,,,,summon_damage_big,,,,jewel_socket,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,critical_hit_big,,,,k,o,lifesteal,,,,dodge_ms,,dodge_ms,o,k,,wind_dancer,,,,,,,,,,dagger_damage,o,dagger_damage,k,k,,o,,tormentor,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_percent,,,,o,k,,,,,,k,,,,,,,,,,,k,,,,,,,,,,k,,,,,,,,k,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,k,,,,,k,,,,,k,,,,,,,,,,,,,,,,,k,o,p,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,armor_percent,k,str,o,o,o,o,o,o,str,o,o,o,o,o,o,o,o,o,o,str,o,o,o,o,o,o,o,o,o,str,o,o,o,o,o,o,o,str,o,o,str,o,o,str,p,p,diamond_will,,,,,,[CENTER],,,,,,generosity,p,p,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,dex,o,o,o,o,dex,o,o,o,o,dex,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,k,,,,,,,,,,,k,,,,,,,,,,k,p,,,,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,k,,,,,,,p,k,,,,,k,,,,,k,,,,,,,,,,,,,,,,,k,o,k,projectile_damage,o,projectile_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,all_physical_damage,,physical_dot_damage,,,,burn_damage,o,o,all_fire_damage,p,p,k,o,hammer_damage,,,,inc_aoe,o,song_cdr,o,k,,witchs_brew,,attack_speed_big,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,jewel_socket,,,,,,egoist,,k,o,health_on_hit,,,,hp_dodge_small,,hp_dodge_small,o,k,,,,elemental_any_wep_damage_big,,,,,,,,,,,,true_hit,,o,,,,k,,,,,,,o,faster_projectiles,o,faster_projectiles_big,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,o,,,,o,,k,,,k,,,u,str,,k,,,,k,,k,,int,,,,k,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,,,,,,,,,int,,k,,,,k,,k,,dex,o,,,o,,,,,,,,,,,,,,o,,,,jewel_socket,,,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,all_physical_damage,,,,physical_dot_damage,,burn_damage_big,,,phys_to_fire,,nether_enthusiast,,k,,hammer_damage,o,hammer_damage_big,,song_cdr_big,o,inc_aoe_big,,k,o,attack_speed,o,energy_regen_percent,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,,,,,,,,,k,,health_on_hit,o,health_on_hit_big,,hp_dodge_big,o,hp_dodge_small,,k,,elemental_any_wep_damage,k,elemental_any_wep_damage,,,,,,,,,energy_regen_percent,o,energy_regen_percent,,,o,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,o,,,,o,,,,k,,,,,k,,,,,,,,,,k,,,,,,,,,,song_effect,o,song_damage,,,o,,,,,,,,,,,,,,,,o,,,trap_damage,o,trap_cdr,,,,,,,,,,k,,,,,,,,,,k,,,,,,dodge_percent,u,dodge_percent,,,,o,,,,o,,o,,,,,,p,p,p,projectile_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,all_physical_damage_big,,physical_dot_damage_big,,,,,phys_to_fire_big,,,,o,str,o,o,o,o,o,o,o,o,o,str,o,o,str,o,o,str,,,,o,,,,,,health_regen_percent,k,health_percent,,,,,,,,,,energy_regen_percent,k,dodge_percent,,,,,,o,,,,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,o,o,dex,o,,,,,o,,o,,,,energy_percent_big,,,,energy_regen_percent,,o,,,,p,p,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,critical_damage,,,,,,,,,,,,o,,,,,,,,,,,k,,,,,,,,o,,,song_damage,o,song_effect_big,,,k,,,,o,,,elemental_resist,,projectile_damage,,,k,,,,o,,,trap_cdr_big,o,trap_damage,,,o,,,,,,,,k,,,,,,,,,,,o,,u,u,dodge_percent,,dodge_percent_big,,,,o,,,,o,,o,,p,p,,,,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,k,critical_hit,,,,,,,,,,o,,,,o,all_physical_damage_big,o,,,,k,,,,,o,str_dmg,o,,,o,,,,,,health_percent,,,,,,health_regen_percent_big,,o,,o,,energy_regen_percent_big,,,,,,energy_regen_percent,,,,,,o,,,o,projectile_damage,o,,,,,k,,,o,bow_damage,o,bow_damage,o,,,o,u,,,,,,,,,,energy_percent,o,energy_percent,p,p,o,p,,,,,,,,,,o,chain_damage,o,chain_damage_big,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,steady_hand,k,str,k,critical_hit,,,,p,,,,,,,,,k,str,k,k,all_physical_damage,,,,all_physical_damage,o,o,str_dmg_big,o,o,o,str_dmg,,,,str_dmg,,o,,,,,,o,,,,,,o,,elemental_resist,,projectile_damage,,o,,,,,,o,,,,,,o,,projectile_damage,,,,energy_percent,o,o,o,projectile_damage_big,u,dex_dmg_big,,,,,,dex_dmg_big,k,dex,k,k,k,,,,,,,,,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,critical_damage,,,,,,,k,,o,p,,,k,inc_aoe_big,k,,,k,p,k,,,,o,energy_regen_percent,o,,p,warrior,,,,,,health_percent_big,,,,,,health_regen_percent,,,k,,,dodge_percent,,,,,,dodge_percent_big,,,,,,ranger,p,,o,energy_percent,o,,,,k,p,,,o,crossbow_damage,o,crossbow_damage,k,o,,o,p,,,dodge_percent,,elemental_resist_big,,dodge_percent,k,k,k,k,k,k,k,o,k,,,,,o,bow_damage,o,bow_damage_big,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,k,,o,,p,elemental_any_wep_damage,,,,elemental_any_wep_damage,k,,p,,health_percent,o,,,,,,k,,o,,,,,,o,,,,o,,,o,hp_regen_energy_regen_big,o,,,o,,,,o,,,,,,o,,k,,,,,,o,mana_percent,,p,,,,,,,,o,,o,p,,,,o,k,o,,,,,,,,,o,,acrobat,,,bow_damage,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,critical_hit_big,,,,health_regen_percent,,,,k,,,o,,,,o,elemental_any_wep_damage_big,o,,,p,,,,,health_percent_big,,,,p,hp_armor,,o,,,,,,,health_regen_percent,o,health_percent,,,o,,,,o,,,energy_regen_percent,o,dodge_percent,,,,,,,o,,dodge_percent,p,,,,mana_percent_big,,,,p,,,,,,,,o,,o,p,,,,,dodge_percent_big,,,,,,critical_damage_big,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,spear_damage,o,spear_damage,,,,o,,,,,,,,l,,o,,,k,,,o,,,,,,,,,energy_regen_percent,,,,,o,,,hp_armor,,o,,o,,,totem_duration,o,totem_cdr,,,,k,,str,,,block_chance_big,,,dex,,k,,,,positive_effect,o,increase_healing,,,o,,o,,dodge_percent,,,o,,,,,health_percent,,,,,,,o,,o,,mana_on_hit,,,,,,,,,,p,,,,o,,,k,dex_dmg,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent_big,,,,,o,,,o,,,,,,,,health_regen_percent,,health_regen_percent_big,,k,,,,o,,,,,,,,,o,,,,,health_percent,,,o,,health_regen_percent,,str,,,o,,o,,,k,,o,,k,,k,,k,,o,,k,,,o,,o,,,dex,,energy_regen_percent,,o,,,mana_percent,,,,,o,,,,,,,o,,o,,o,,,,,,,,,,critical_hit,o,critical_hit,,o,,k,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent,k,,o,p,p,p,p,p,p,p,,,,,k,,,,o,,,spear_damage_big,o,spear_damage,,,,energy_percent_big,,,,,k,,,hp_armor,p,,,o,,,totem_cdr_big,,totem_duration,p,p,str,o,,,block_chance,o,mana_on_hit,o,block_chance,,,o,dex,p,p,increase_healing,,positive_effect_big,,,o,,,p,energy_regen_percent,,,k,,,,,health_percent_big,,,,,,faster_projectiles,,,o,,,mana_on_hit,o,mana_on_hit_big,,,,,,,,,,p,o,,k,,,crossbow_damage,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,,o,,k,str,u,u,u,u,,,,,,,k,,,,,o,,,,,k,,,,,o,energy_regen_percent,p,,k,,o,,,,o,,,,,,,,o,,k,,,,,,,,,,k,,o,,,,,,,,o,,,,o,,k,,p,health_percent,o,,,,,,o,,o,,o,,,,,,,,,,o,dex,k,k,k,k,dex,k,,,,,o,crossbow_damage,o,crossbow_damage_big,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,spear_damage,o,spear_damage,,,,o,k,,,,u,u,health_percent,,,,health_percent,,,,,o,,k,spear_damage,o,spear_damage,,,,,,,,p,k,o,,,,str,,,,,,,,o,,,diamond_grip,,,,,,,,,,focused_magician,,,o,,,,,dex_dmg_big,,,dex,,,,o,k,p,,,,,,,,faster_projectiles_big,,,o,,o,,k,k,k,dex,o,o,jewel_socket,o,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,bleed_chance,,,,,,o,,o,,,,k,k,str,k,,,,,,,,,,,o,o,health_regen_percent_big,,,,o,,,,,,,,str,,,,,,,,,,,,,,,,,,dex,,,,k,,,,o,,,,energy_regen_percent_big,o,o,o,,,,,,,o,,o,,dex,k,,,,,,,,,,,,,,,o,,,,,,,,,,,o,sword_damage,o,bleed_damage_big,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,,,,,hp_max_fire_res_big,,,,k,,,o,,,,,,armor_percent_big,o,o,armor_percent,o,o,,k,,k,,o,,,,jewel_socket,,,,o,,,,,,,,o,o,duelist,o,o,,,,,,,,o,,,dex_dmg,o,dex_dmg,k,,o,,o,k,,,,dodge_percent,o,,,,,,faster_projectiles,,,o,u,u,u,u,u,,,,,,,,,,,o,,,,,,,,,,bleed_chance,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,axe_damage,o,inc_aoe,,,o,,bleed_chance,k,bleed_damage_big,,,,,,,,k,,,,o,,,,,o,,,,k,,,k,k,,,str,,,,,,o,,o,,,,,,,,o,,,k,,,o,,,,,,,,o,,,,,,k,,dex,,,k,elemental_any_wep_damage,,,,dodge_percent_big,,,,,p,,,o,,,,,,health_percent,k,health_percent,k,k,k,k,,,,o,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,,o,,o,,,,,,,,,,o,str,,,,,,o,,,,armor_percent,k,k,elemental_resist_big,p,p,health_regen_percent,,,,o,,o,,,,,,str,,,,,,,,str,,,physical_any_wep_damage,,energy_regen_percent,,,dex,,,,,,,,dex,,,elemental_purity,,k,o,,o,,,o,,,,,o,,,p,,,o,,,,,,,o,,,,,,,k,k,k,o,,,,p,p,p,p,p,sword_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,axe_damage,k,str,k,k,k,k,str,o,o,jewel_socket,o,,,,,,,,o,,,p,,,p,,,,o,,,o,,,,dex,,,,o,,,,,,,,o,,,o,,,,o,,,o,,,,,,o,,o,,p,,str,,,,o,,,elemental_any_wep_damage_big,,,,dodge_percent,,,p,,,o,,,,,,,,hp_healing_received_big,,,,,,,p,p,dex,p,p,p,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,critical_hit_big,,,,,o,,o,,,,,,,,,,,,,,,,,,o,,p,,,health_regen_percent,o,o,health_regen_percent_big,,,o,,,,,,o,,o,,,,,,,,o,,,o,k,k,armor_dodge,k,k,o,,,o,,,,jewel_socket,,,,o,p,o,,k,poison_chance,,,o,,,o,elemental_any_wep_damage,,,k,p,,,o,,,,,phys_to_water_big,,,,,,,,accuracy_percent,k,accuracy_percent,,,o,k,k,k,,,,,,,critical_hit,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,axe_damage,o,critical_hit,,,o,,,armor_penetration_percent,k,armor_penetration_percent_big,,,,,,,,,,,,,,o,p,,k,,,,,,o,,,,,,,k,str,k,k,netherite_bastion,,,,,str,,,physical_any_wep_damage,k,,p,,p,,k,energy_regen_percent,,,dex,,,,,,,,dex,k,,,,k,,,o,,,,o,o,hp_dodge_big,o,,o,,,k,phys_to_water,o,,,,,,,,,o,,o,,,o,,,,k,k,,,,,,o,sword_damage,o,critical_hit_big,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,,,,,,,hp_armor_big,,,,,,,,,str,k,,,,,,o,,,o,accuracy_percent_big,,,k,,,o,,,,,,o,,,o,,,,armor_dodge,o,armor_dodge,,,,o,,,o,,,,,,o,,,k,,,poison_chance,,,,o,,,,,,,dex,k,k,all_water_damage,,,,,,,poison_duration,o,poison_duration,,,accuracy_percent_big,k,accuracy_percent,,,o,,,,,,totem_damage,o,critical_hit,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,armor_penetration_percent,,,,,,,o,,o,,k,k,k,k,k,k,p,o,o,o,o,o,str,,,accuracy_percent,,,,k,,,,,int,o,,,o,,,,physical_any_wep_damage,k,physical_any_wep_damage,k,,,,k,energy_regen_percent,k,energy_regen_percent,,,,o,,,o,int,,,,,k,,,o,poison_chance_big,,,dex,o,o,o,o,o,,o,,,o,freeze_chance,k,,,o,,,,o,,,,,,,o,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,bleed_damage_big,o,sword_damage,o,bleed_chance,o,,,o,k,,,,p,p,p,armor_percent,,,,armor_percent,,,,,,,p,,,,,,k,,o,,,,str,,,,,,,,o,str,n,,,o,,,,,,mana_percent_big,,,,,,o,,,n,dex,o,,,,,,,,dex,,,,,,k,,,,,,,,o,,,,,freeze_damage_big,,poison_damage_big,,,,poison_chance,p,,,,,o,,,,,,totem_cdr,,,,critical_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sword_damage,u,u,str,u,p,p,,,,,,,,,,,,,,,burn_chance,k,burn_chance,,reckless_defender,p,k,p,accuracy_percent,,,o,,,,,,,,,,k,,n,n,o,k,k,k,mana_regen_percent,o,,o,mana_regen_percent,k,k,k,o,n,n,,k,,,,,,,,,,o,,,vital_point,,k,,,,,,,,,o,o,,,,,o,,,,o,,p,p,p,dex,u,u,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,attack_speed_big,o,sword_damage,o,attack_speed,o,,,,o,p,,,,armor_percent_big,,,,,,,,,,,,,o,,o,,,,str,,,,o,,,,,,,,,,,k,,,,physical_any_wep_damage_big,p,,,,,,,,,,p,energy_regen_percent_big,,,,k,,,,,,,,,,,o,,,p,dex,u,u,u,u,u,,,,,,o,o,,,,poison_chance,o,poison_chance,,,,,o,k,,,elemental_any_wep_damage,o,elemental_any_wep_damage,,,totem_cdr,o,totem_damage_big,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,armor_percent,k,,o,,,,,,,,,,,,burn_chance,k,burn_damage_big,,,u,o,,,o,,,bleed_damage,u,bleed_chance_big,,,spirit_cost_big,,,k,,,,o,,u,p,p,health_percent,o,,o,health_percent,p,p,u,,o,,,,k,,,,ailment_damage_big,k,,,,,,o,,,o,k,,,,,u,u,u,,,,,dex,o,,,,,,,,,o,,projection,,k,,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,armor_percent,,,,,,,,,,,,,,,,u,,o,,o,,,,o,,o,,o,,,,k,,,,o,,,u,,,,health_percent_big,,,,u,,,o,,,,k,,,,o,,inc_aoe,,,,,,o,,o,,k,,,,,,,healing_received,o,healing_received,,,,o,o,,,,,,,o,,,,elemental_any_wep_damage,o,elemental_any_wep_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,fire_any_wep_damage,o,,o,fire_any_wep_damage,,o,,,armor_percent,o,,,hammer_damage,o,,,,,,,,,,,u,u,,,,dex,,,,,bleed_chance,k,bleed_chance,,spirit_cost,,,k,,,all_physical_damage_big,k,all_physical_damage,,,block_chance,o,block_chance_big,,,,elemental_any_wep_damage_big,o,elemental_any_wep_damage,,,projectile_damage,k,faster_projectiles_big,,,k,,ailment_damage,,,,k,,refined_taste,,,,int,,,,k,k,,,,,,,k,,,,,,o,o,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,phys_to_fire_big,,k,,,o,,k,,,o,,,critical_damage_big,,,,,o,health_percent_big,o,,u,,,,,o,k,o,,,,u,,,,o,,,k,,,o,,o,,,u,,u,,,,u,,u,,,o,,o,,,k,,k,,,o,dex_dmg_big,,k,,,o,k,o,,,,,health_percent,o,health_percent_big,,healing_received_big,o,healing_received,,,,,,,,o,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_fire_damage_big,,,,,,all_fire_damage,u,u,str,p,p,hammer_damage,,,,,o,,,health_regen_percent,,,,health_regen_percent,,,,,o,,k,,o,o,o,u,,bloody_dance,,,spirit_cost,,k,,,all_physical_damage,k,all_physical_damage,,,block_chance,o,block_chance,,,,elemental_any_wep_damage,o,elemental_any_wep_damage,,,projectile_damage,k,projectile_damage,,,k,,dex_dmg,o,dex_dmg,,,,k,o,o,,k,,o,,,,k,,,,,,k,,,manasteal_big,k,manasteal,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,burn_damage_big,,k,,,,k,o,,,,,,,axe_damage,,,o,,,,o,,,,o,,,attack_speed,,,,k,str,k,,,,,p,k,,,,,,k,p,,,,,,,,,,p,k,,,,,,k,p,,,,,,dex,o,,,,manasteal,,,o,,,health_percent,o,health_percent,,,,k,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,burn_chance,o,,o,burn_chance,,,,k,,o,,,,,o,,,,health_percent,,,,health_percent,,,o,,,k,,,,collateral,,u,o,o,o,o,o,o,str,o,o,o,o,o,str,o,,,,,,,,,,,dex,o,o,o,o,o,dex,o,o,o,o,o,o,k,p,p,lifesteal,k,,o,,,o,,,,,o,o,o,dex_big,p,p,,,manasteal,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,blood_mage,,,,o,,,axe_damage,,,n,n,,o,health_regen_percent,o,,,o,,,,attack_speed,o,attack_speed_big,,,,u,,,,,,k,,p,,,,,k,p,o,o,o,o,dex,o,o,o,o,o,p,k,,,,k,,,,,,,,k,,,o,,,manasteal_big,,,,o,,,,,,,,,,p,,k,,o,,,dodge_percent,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,p,,,n,,,,,,,,o,,,,,,,,,bleed_duration,k,armor_penetration_percent,,,,accuracy_percent,o,armor_percent,,song_damage,o,song_cdr,,,k,,p,,,,k,,,,,,p,k,,,,hammer_damage,o,inc_aoe,,,,armor_dodge,o,armor_dodge,,,lifesteal_big,,,,,,,,o,,,,,poison_duration_big,,,,,p,k,o,,,o,,,dodge_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_effect,o,song_effect,o,,,u,str,n,n,,,,,,,,o,,,,,,,,,,o,,o,,,,k,,k,,p,,p,,,k,,p,,,,k,,,critical_hit,o,critical_damage,,k,,,o,,,,o,,o,,,,,,,,,,,,,,,o,,,,k,,,u,u,u,dex,p,p,hp_dodge_small,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,song_effect,u,,k,o,,,,,,,,o,,,all_physical_damage_big,k,all_physical_damage,,,,,,armor_penetration_percent_big,k,bleed_duration,,,,armor_percent_big,o,accuracy_percent,,song_cdr,o,song_damage_big,,,health_percent,,p,,,,str,,,k,,,,k,,,hammer_damage,k,hammer_damage_big,k,inc_aoe,,armor_dodge_big,,,,,,,,,,,critical_hit,o,critical_damage,,,o,,,poison_duration,o,poison_duration,,,o,k,,,,o,,,health_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_cdr_big,,,,,o,,,k,,o,,,,,,o,,,,,,o,,critical_damage,k,critical_damage_big,,,,,,,,,,,,,,,,o,,,armor_dodge,,,,o,,,critical_damage_big,,,,mana_percent,,,,,,,,,,,block_chance_big,o,,,,armor_penetration_percent_big,,,,o,,o,,,,o,,,,,,o,,,projectile_damage,,,,health_percent,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_duration,,,wandering_bard,,,o,o,o,,o,,,,,,,all_physical_damage,,o,,,,,,axe_damage,k,axe_damage,,,armor_percent_big,,,,,,health_percent_big,,,,,k,,,jewel_socket,,,,,,k,,,,,inc_aoe,k,inc_aoe_big,,,,,,,block_chance,,,k,,,,axe_damage,,axe_damage_big,,,,,o,,o,o,o,,,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,k,str,,,,,,,,p,,critical_damage,,,,,,o,,o,,,k,,,,,,o,,,,,armor_dodge_big,,,o,,,ailment_damage_big,,,mana_percent_big,o,mana_percent,k,,o,,,,sword_damage_big,o,,,,o,,,armor_penetration_percent,o,armor_penetration_percent,,u,,,,,,,,dex,k,,,,faster_projectiles,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_damage_big,o,o,song_duration,,,,,,all_physical_damage,o,all_physical_damage,,p,k,k,k,k,k,k,k,p,u,,,,,,,axe_damage,,axe_damage_big,,,armor_percent,o,armor_percent,,,,k,health_percent,,,k,,,,dex,,,k,,,,,,k,,inc_aoe,,,,,,sword_damage,o,sword_damage,,,,,,,k,u,k,k,k,k,k,k,k,o,,k,sniper,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,p,,,,,,,,str,o,o,o,o,o,o,k,,,,,,,,,k,,k,,,,armor_dodge,,,,,k,,,ailment_damage,o,ailment_damage,,,,k,u,,,,,,,,,,p,o,o,o,o,o,o,dex,,,,,,,,o,,,,,,faster_projectiles_big,,projectile_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,jewel_socket,,,,sword_damage,o,critical_hit,,,,,,k,,,,,,,str,o,o,o,o,o,o,o,o,o,str,p,p,p,p,,,,,,k,,,,,,p,p,p,p,dex,o,o,o,o,o,o,o,o,o,dex,k,,,,,,k,,,,,,,,dodge_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,k,,,,o,all_physical_damage,o,,,,,,k,,,,,,,,,k,p,o,o,o,o,o,o,o,o,o,dex,o,o,o,o,o,o,o,o,o,k,,,,,,,,,,p,,versatility,,,,o,spear_damage,o,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,critical_damage,,,,critical_hit,,,inc_aoe,,,,ailment_damage,,,,,lifesteal,o,inc_leech,,,,,fortified_reflexes,k,,p,,,,,,,,,,k,,,,,,,,,,,block_chance,o,total_damage,o,,,,,p,,,,,,energy_regen_percent,,,,armor_penetration_percent,,,,,,,dodge_percent,o,jewel_socket,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,o,,,,,,o,,,o,,,,o,,,,,,,totem_damage,,,,,,,,,health_regen_percent,,energy_regen_percent,,,,,,,,,o,,,,,block_chance,,,,int,o,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sword_damage_big,,,,all_physical_damage,,,,,,all_physical_damage,,,spell_lifesteal,,,,inc_leech,,,,,totem_duration,o,,o,totem_cdr,,,,,,o,,,,o,,,,,,,,energy_regen_percent,,,,,o,,,,,,int,,,energy_regen_percent,,,,,,armor_penetration_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,o,,o,,,,,o,,,,,,o,,,,,health_regen_percent,,,,energy_regen_percent,,,,,,,,o,,,,,total_damage_big,,,int_big,,,o,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,ailment_damage_big,,,,,,inc_leech_big,,,,,,totem_duration,,,,,,totem_damage,,,,o,,,,,,o,,,,,,,block_chance,,,,,,,,,o,int,,,,,spear_damage_big,,,,spear_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,health_regen_percent_big,,,,,,energy_regen_percent_big,,,,,,,,o,energy_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,totem_duration,,,,totem_cdr,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,totem_damage_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
+"
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents_new.csv b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents_new.csv
index 3dca32c..49ebdf2 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents_new.csv
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents_new.csv
@@ -1,138 +1,138 @@
-E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,staff_damage_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,staff_damage,,,,ele_staff_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,chaos_penetration_big,,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent,,,,,,mana_on_hit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_health,o,summon_capacity,,,,,chaos_penetration,,,,,,,,,,all_fire_damage_big,,,,,,,all_lightning_damage_big,,,,shock_proc_chance_big,,,,,,,all_water_damage_big,,,,,,,,,,,,,,,staff_damage,,,,,,ele_staff_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,k,,o,,,,,,,,k,,,,,,,o,,,,,,o,,,,,,,k,,,,,,cdr_big,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_health,,,,summon_damage,,,spell_chaos_damage_and_dot,,all_chaos_damage,,,,,,,,fire_penetration,,,o,all_fire_damage_big,,,lightning_penetration,,,,,,spell_lightning_damage_and_dot,,,all_water_damage_big,o,,,water_penetration,,,,,o,,,,,,int,o,,,energy_regen_percent,,,,mana_on_hit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,k,,,,o,,,o,,o,,,,,,,,k,,fire_dot_damage,,,o,,o,,,,,,o,,o,,,shatter_proc_chance,,k,,,,,cast_speed,,,,,o,,,int_big,,,o,staff_damage,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,,summon_damage,k,summon_damage,,,,spell_chaos_damage_and_dot,,all_chaos_damage,,,,critical_hit,o,critical_hit_big,,all_fire_damage,,k,,,burn_chance,,,all_lightning_damage,,,,spell_lightning_damage_and_dot,,,water_dot_damage,,,k,,all_water_damage,,,,,o,,,,,int,,,,,,,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,jewel_socket,,,,inc_aoe,o,inc_aoe,,,p,,,,,,k,,o,,,,p,,,,k,,o,fire_dot_damage,o,,,,,o,all_lightning_damage,o,,,,,o,spell_water_damage_and_dot,o,,k,,,,,,cdr,,,,p,,,,,,,k,,summoner,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_duration_big,,,all_elemental_damage,,,,,,,,,k,,p,,,,,,,all_chaos_damage,,,,,critical_damage,o,critical_hit,,,all_fire_damage,,,,,,,,,k,,,,,,,,,all_water_damage,,,curse_master,,,,,o,cast_speed,,p,,,,,,,k,p,,,,,,,jewel_socket,o,,,,,,,o,curse_effect,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,,o,o,o,o,o,int,o,o,o,o,o,o,,p,,,,,,,,p,,k,,,,,,,,,k,,,,,,,,,k,,p,,,,,,,,k,p,o,o,o,o,o,o,int,o,o,o,o,o,,,,,mana_percent,,,,,curse_effect,,,,curse_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,burn_damage,o,,,song_effect,k,,,all_elemental_damage,,,,o,,,,,,o,,,,,,,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,,,,,,k,,p,,,,,o,,,,o,,,,o,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,burn_damage_big,,,,burn_damage,,,,song_duration,,,k,,o,,,,,,k,ele_staff_damage,k,,,,,,o,k,,,,,,,,,p,k,,,,,,,,k,v,p,,,,,,,,p,h,,,,,,,,,k,o,,,shatter_proc_chance_big,k,freeze_damage,,,p,,,,,,o,,,mana_percent,,,,curse_effect_big,,,,,curse_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,hammer_damage_big,o,,,,o,,,,,o,,,p,,,k,o,,,,,,ele_staff_damage,,,,ele_staff_damage,,,,,o,,song_duration,k,song_cdr,,,,,p,,k,,,,spell_lifesteal,o,spell_lifesteal,k,,v,,p,p,aura_effect,o,spirit_cost,p,p,,h,,,,,,,,electrify_chance,,o,,,o,,o,,,p,,trap_cdr_big,o,trap_damage,k,,o,k,,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent,,,,burn_chance,,,,fire_resist,,,,p,p,p,int,,,,,,o,,,,o,,,magic_shield_regen_percent,,o,,o,,o,,,,,health_percent,,,mana_percent,,,o,,,,,int,,,o,,,,o,,,curse_duration,k,curse_duration,,,,,,o,,o,,,freeze_damage,k,freeze_chance,,,p,,,,o,,k,int,,,,,,,,,o,curse_effect,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,burn_chance,o,,p,,,o,o,o,,o,,,,,ele_staff_damage,,,,ele_staff_damage,,o,,k,magic_shield_percent,,song_duration,k,song_cdr_big,,,,o,,,,,o,,spell_lifesteal_big,,,,,v,,,aura_effect_big,,,,spirit_cost_big,,,o,,,k,,,electrify_chance_big,o,electrify_damage,,o,,,,,,,,p,,trap_damage_big,o,,,o,,o,o,o,,,curse_duration,k,curse_effect,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_hammer_damage_big,,,,,armor_penetration_percent,,,,,,,,p,,o,,,,,,o,,,,,o,ele_staff_damage_big,o,,,magic_shield_percent_big,,,o,,,,,,,,health_percent_big,,,,,mana_percent_big,,,,,,,v,,,,,,,,,,,curse_effect,o,curse_effect_big,,,,,,,o,,burn_chance,o,burn_damage_big,,critical_damage,o,critical_damage,,,,,o,,,,,,o,,p,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,,,harmony,,p,o,,k,magic_shield_percent,o,magic_shield_percent,,,o,,,,,,,,,o,,k,magic_shield_percent,,,o,all_lightning_damage_big,,,,o,,,,,o,,ele_staff_damage_big,o,ele_staff_damage,,,jewel_socket,,,,,,,,,,,,,,,,,,,,o,,k,,k,,p,,p,,,,o,,,,,,,,o,p,,,ms_all_in,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_hammer_damage,o,hammer_damage,,,,,,,,k,int,k,k,,p,,,o,,,o,,,,,,,,,magic_shield_regen_percent,,o,,all_lightning_damage,,,,mana_regen_percent_big,,,health_percent,,,mana_percent,,,o,,o,,,v,,,block_chance_big,,mana_percent_big,,,,,,staff_damage_big,,,,,magic_shield_regen_percent_big,o,magic_shield_regen_percent,,o,,burn_chance,o,burn_chance,,critical_damage_big,o,critical_damage,,,o,,,,poison_chance,o,chaos_penetration,k,k,k,int,k,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,i,,,,,,,o,p,,,,summon_damage,,,,magic_shield_percent_big,,,o,,,,,dot_dmg_big,,,,,o,,o,,,,k,,,k,,,o,,,int_dmg,o,ele_staff_damage,,,int,,,o,,o,,,,,,o,,,,,,,o,,o,k,,,,,,,,,o,,,,o,,,p,,,,,o,,,,,,phys_to_chaos,k,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,summon_damage,,,,,,,i,,heretic,,,o,,,p,critical_hit,,,o,summon_damage,o,,,,,o,,,,o,,,,,o,,all_lightning_damage,,cast_speed,o,cast_speed,,,,k,,o,,,,,,k,,v,,p,block_chance,o,mana_percent,p,,,staff_damage,o,staff_damage,,,,minion_catapult,,,magic_shield_regen_percent,,o,k,,magic_shield_regen_percent,o,magic_shield_regen_percent,,,,o,,,,poison_chance_big,,,,poison_damage,,,,,,o,,,,,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,o,,,totem_duration_big,o,totem_duration,,i,,k,,o,,,,,o,,,,,,,,,,,o,,,dot_dmg,k,dot_dmg,,,o,k,,,k,,,,,,,k,o,,,,,,,k,v,p,,,,,,p,,k,,,,,,,k,,,k,o,k,,,,k,,,o,,,,,,,,o,,,,,,,,o,,,,physical_chaos_damage,k,chaos_dot_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,health_percent_big,,,o,,,k,,k,,,i,k,o,,,,,,critical_damage,p,critical_hit_big,,,,,,,,,,o,,,,o,,o,int,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,int,o,,o,conservation,,,o,,,,,,,,poison_damage_big,,,,,,critical_hit,o,,,o,,o,,,,,,,o,critical_hit,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,,summon_health_big,,,totem_damage,o,totem_damage,p,p,p,int,p,p,increase_healing,o,increase_healing,,,,,,,,,,,,,,,o,,,,int,,,,,p,o,,,,,,,,o,,,,,,,k,o,k,,,,,,,o,,,,,,,,o,k,,,,,int,,,,o,,,health_regen_percent,k,dot_dmg_hp_regen_big,,,,,,,,,o,,,critical_hit,k,k,int,,,,,,,dagger_damage,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,,,,o,,,,,,,o,k,,,,,,l,,,,,,,,,,,all_fire_damage_big,o,,,o,,o,,o,,,totem_damage,,o,,,,,,,p,spell_elemental_damage,k,,,,,k,,o,,k,,,,mana_percent_big,k,mana_regen_percent,k,,,,,,,o,,staff_damage,,,,k,o,,o,,,,o,,o,,,,,,,,critical_hit_big,,,,o,,,p,o,,,,,o,,,,,,critical_hit,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_damage,k,k,summon_damage_big,,,,summon_health,,,,,o,,,aura_effect,,,increase_healing_big,o,increase_healing,k,k,,,,,,,,,,,all_fire_damage,,,dex,,,golemancer,,o,,,,o,,,,,p,,o,,k,,,o,critical_hit,,o,,inc_aoe,o,,,o,,,,magic_shield_percent,,,,,o,,,p,,mana_on_hit_big,,,,str,,,,k,dot_dmg,,dot_dmg,,,,,,,,,,,,critical_damage,,,p,,o,,,,critical_hit,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,o,,,,,o,,o,,,,,,p,,l,health_percent,o,health_percent,,,,,,,,o,,o,,o,,,,totem_damage,k,totem_damage_big,,,o,,,,spell_fire_damage_big,,spell_water_damage_big,,spell_lightning_damage_big,,o,,k,,o,,k,,o,,mana_regen_percent,,,,u,,,,o,,,mana_on_hit,,,o,,,o,,o,,k,,,,,,,,,o,all_fire_damage,o,,,critical_damage_big,o,,,positive_effect,,,o,,energy_claws,,k,,,,,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_damage,k,summon_health,,,divinity,,o,,aura_effect,k,spirit_cost_big,,,,p,l,,o,,o,,,,,,,,all_fire_damage,k,o,,,o,,,,,,,,,o,,,p,,o,,k,,critical_hit,p,critical_hit,,o,,inc_aoe,p,inc_aoe,,,p,magic_shield_percent,o,magic_shield_percent_big,,,o,,,,,o,staff_damage,,,o,,,o,k,,,,trap_area_dmg_big,p,trap_area_dmg,,,all_fire_damage,,,,fire_water_damage_big,,,,,,o,,,o,n,,,dagger_damage,,,critical_hit_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,k,o,,,,,,,,int_big,,,health_percent_big,,health_percent,k,,song_damage_big,,,,,,,int,,,,o,,,,,,,,,o,,,p,spell_elemental_damage,k,,u,,,,,o,,,,,u,,,k,,,,o,,,,,,,,,o,,,p,int,,,,,o,,o,,,o,,,,o,,,,positive_effect_big,p,spirit_cost,,,o,n,o,o,,,,,,,,o,trap_cdr,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,phys_to_water_big,o,,,,,,p,p,int,,,,,,,,p,,p,,,,,k,,,o,song_duration,o,song_damage,p,p,k,,,,,o,,,,hp_mana_regen,o,hp_mana_regen_big,,,o,,,,o,u,o,o,o,,o,summon_damage_big,o,,o,o,o,u,k,,,,o,,,summon_health_big,o,summon_health,,,,o,,,shade,,k,,,,,trap_cdr,k,trap_area_dmg,,,fire_water_damage,,,,all_water_damage,,,,,,,,k,k,int,u,u,,,,,,,trap_cdr,,,o,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,,,,,o,,k,,,,mana_percent,l,mana_percent,k,k,armor_ms,l,armor_ms,,,,k,,,,,,,,k,,defender,,,,int,,,o,,,,,,o,j,j,j,int_dmg_big,p,,,hp_mana_small,,,,hp_mana_small,,,p,mana_ms_percent_big,j,j,j,o,,,,,,o,,,int,m,m,,,,k,,,,,,,p,,u,,o,all_water_damage,o,,,,,,,,k,,,p,o,,u,u,u,,,o,,,,trap_cdr_big,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,o,,,,k,,,o,,o,,,o,,o,,,,,k,,o,o,o,o,o,int,p,,,elemental_resist_big,,,k,,,hp_mana_regen,k,,,o,int,,,,k,,cast_speed,,,o,hp_mana_big,o,,,magic_shield_percent,,k,,,,int,o,,,k,summon_health,,,k,,,o,ms_energy_regen,,,int,o,o,o,o,o,p,u,u,,,,,,,,,,,,k,,,lightning_any_wep_damage,,,o,,,,u,u,trap_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_elemental_damage_big,k,all_elemental_damage,,,all_water_damage,,,o,,,,,k,k,mana_percent,,mana_percent_big,,,armor_ms_big,,armor_ms,p,p,p,p,p,int,,,,,k,,o,,,,o,,,k,,,,str,o,,,o,,,int_dmg,,,o,,,,,,o,,,mana_percent,,,o,,,o,dex,,,,k,,,ms_energy_regen,,,,o,,,,,,,int,k,,,,,,,,,,,,k,,,,o,,,o,,,,,,o,,,,trap_damage_big,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,i,,,j,,o,,,o,,,,,,,,,,,,,,,,,,,o,,,,,k,,,,o,,,,elemental_resist,,,k,,o,,,,,,o,,,o,,,cast_speed,,,,magic_shield_regen_percent,,,o,,,o,,,,,,o,,k,,,o,,,,o,,,,critical_hit,,,k,,o,k,k,k,k,k,k,hp_ms,,,,hp_ms,,,lightning_any_wep_damage_big,p,lightning_any_wep_damage,,,o,,ghast,,,,,trap_damage,,,o,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,all_elemental_damage,p,p,all_elemental_damage,,,,o,,,,,,,,,,,,,,,,,,o,,,,,k,,,,,,o,,,,o,,o,int,k,k,mana_battery,,,,,int,,,int_dmg,,p,,,,p,,mana_regen_percent,,,int,,,,,masochism,k,k,int,o,,,ms_energy_regen_big,,,o,,,critical_damage_big,k,,k,trap_damage,,,,o,,,,,,,o,,o,,,,,,,,,o,k,,,,,,,o,trap_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,phys_to_fire_big,,,,,,o,k,k,k,str,k,k,k,,,,,,,,,,,,,,o,,,,,,inc_aoe,o,o,,,,,o,,,,dex,,,o,,,,jewel_socket,,,,o,,,k,int_dmg,,,,magic_shield_percent,k,,,o,,,,,,,,o,,,str,,,,o,,,,o,p,,p,o,,,,,o,,,,,,,hp_ms_big,,,,,,k,k,k,k,int,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,o,o,o,all_fire_damage,,,,,o,,,,k,,,,,,,,,,,,,o,,,,,,,,,inc_aoe_big,,,,,o,,o,,o,,,o,,k,,,,,,o,,,o,,,,o,,,o,,,,,,,,o,,,,,o,,o,,,,critical_hit,,,trap_damage_big,,,all_elemental_damage,,,,o,,,,,,,,,,o,o,int,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,str,o,o,jewel_socket,o,o,,,,,,o,,,,,,,,,o,,o,,,u,u,int,,,,summon_health,,,int,,,,,,,,int,,,int_dmg,,magic_shield_percent,,,int,,,,,,,,int,,,,,,,int,u,u,,,,o,p,,p,o,,,,,,o,,,,,,,,jewel_socket,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,,int,k,k,,,o,,,,,,,,,inc_aoe,k,inc_aoe,,u,,,,o,,,,o,,,o,,,,,,,,o,,k,,p,,o,,,,,,,,o,,k,,,,,o,,,,u,p,p,trap_cdr,k,,k,all_elemental_damage_big,,,,,,o,,,k,k,dex,o,o,,,spell_lifesteal,k,spell_lifesteal,k,,,o,,,,,,,,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spear_damage,o,,,,,o,,,,,,,,,,,,,,k,k,int,p,p,all_elemental_damage,o,o,spell_elemental_damage_big,,,,,,k,total_damage_big,p,all_elemental_damage,,,o,,,,summon_health_big,,,o,,,,,,,,o,o,mage,o,o,,,,,,,,o,,,,jewel_socket,,,o,,,all_elemental_damage,p,dodge_ms_big,k,,,,all_elemental_damage,,,,hp_ms,o,hp_ms,k,dex,k,k,,,,,,,,o,,,,k,,o,,,,,,,attack_speed,,,o,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,critical_hit,o,spear_damage,,o,,p,song_effect,o,song_cdr,o,,,,,,,,,,o,k,,,k,,,o,,,,,p,o,,,o,,,int,,,,,,,int,,,mana_cost_big,o,mana_percent,,,,,,,,spirit_cost,o,aura_effect_big,,,int,,,,,,,int,,,o,,,o,,k,,,,,,,k,,,,o,,,,,,,,,,spell_lifesteal_big,,,,,k,o,,,,,,o,,,,attack_speed_big,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spear_damage_big,,,,,,k,str,p,,,,,,song_effect_big,,,,,,,,,o,,all_elemental_damage,p,p,elemental_resist_big,k,k,all_elemental_damage,,,energy_regen_percent,,,summon_damage,,,all_elemental_damage,,,o,,,,,,,o,,,,,k,,,,,,k,,,,,o,,,,,,,o,,,all_elemental_damage,,,dodge_ms,,,hp_mana_small,,,,,,,hp_ms,o,hp_ms_big,,o,,,,,,,,,,,,p,p,p,p,dex,k,k,k,k,k,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,block_chance,o,ele_spear_damage,,o,k,k,,,,,,,,,,,,,,o,,,o,,,p,,,k,o,,k,,,o,,,p,,,o,,,,,,,o,k,mana_percent,o,mana_regen_percent,,,,,,aura_effect,o,spirit_cost,k,o,,,,,,,o,,,p,,,o,,,o,,o,,,,,,,,,,o,,,,,dodge_ms_big,o,dodge_ms,p,p,p,p,,,u,u,o,u,,,,,o,,,,critical_damage_big,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_spear_damage,o,,,,,o,,,k,k,,,,,,health_percent_big,k,,,,,o,,,,elemental_any_wep_damage_big,o,o,all_elemental_damage,p,p,health_percent_big,,energy_regen_percent_big,,,,summon_damage,k,total_damage,,,int,,,,necromantic_defenses,p,p,int,,,,,,o,magic_shield_percent_big,o,,,,,,int,p,p,mantra,,,,int,,,total_damage,k,dodge_ms,,,,health_percent_big,,mana_percent_big,,,,,all_physical_damage_big,,,,,o,,,,o,,,,,,,u,u,u,,,o,,mana_on_hit,,,,,critical_damage,,,o,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,k,k,k,k,,o,,health_percent,,,,o,,,,,,,,,,o,,k,,,,,,,o,,o,,,,,,o,,o,,,,magic_shield_regen_percent,,,,magic_shield_percent,,,,o,,o,,,,,,o,,o,,,,,,,o,,o,,,all_physical_damage,k,,k,all_physical_damage,,,o,,,,dodge_ms,,,,,u,u,,,,,,o,,o,,,,,,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,k,health_percent,,o,,,,o,,,,,,,,,,,health_percent,,,,,,,,total_damage,,o,,,,,,o,,,o,,k,,,,,,k,,o,,,o,,,,,,o,,total_damage,,,,,,,,hp_mana_small,,,,o,p,,p,o,,,o,,,k,,,,,mana_regen_energy_regen,,,,critical_damage_big,,,,o,,mana_on_hit,k,mana_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,armor_ms,o,o,,,,,health_percent,,,,o,,,,,,,o,mana_cost,p,,,l,o,hp_mana_small,o,hp_mana_small,u,,k,,o,,,o,all_elemental_damage,k,int,,,,o,magic_shield_percent,,,,,,magic_shield_regen_percent,o,,,,int,k,critical_hit,o,,,o,,k,,u,physical_chaos_damage,o,physical_chaos_damage,,,o,,,ailment_damage,,,ailment_damage_big,,,ailment_damage,,o,,k,,,,,,o,,,,k,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,armor_ms_big,,,,,k,k,,o,,,mana_cost,o,o,mana_cost_big,,k,,p,p,armor_ms_big,,,,,,u,p,guardian,,,o,,,,o,,,,,k,,,,,,k,,,,,o,,,,o,,,rogue,p,u,,,,,o,attack_speed_big,p,p,p,,o,p,,p,o,,k,o,k,,,,mana_regen_energy_regen,o,mana_regen_energy_regen_big,,,,,critical_damage,o,critical_damage,,o,,,o,poison_chance,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,performer,o,str,k,k,armor_ms,,,,,,o,,,,,,k,str,,k,,,,,o,mana_cost,,,,k,o,armor_ms,o,armor_ms,o,hp_mana_small,,o,,,elemental_resist,k,all_elemental_damage_big,,mana_regen_hp_regen_big,,,,,,magic_shield_regen_percent,,,,magic_shield_percent,,,,,,mana_regen_energy_regen_big,,critical_damage_big,k,health_on_hit,,,o,,physical_chaos_damage,o,attack_speed,o,attack_speed,,k,,,,,dot_dmg,k,,k,dot_dmg,,,dex,p,p,p,p,,,,,,,,,,,k,dex,k,poison_chance,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,o,,,,,,o,,k,,,,,,,,,,k,,,,,,,,o,,,o,,,,o,,mana_percent,o,mana_percent,,,o,magic_shield_regen_percent_big,o,,,int_dmg,o,int_dmg,,o,,,,o,,,o,,,,,,,,k,,,,,,,dot_dmg_big,,,,,o,,,,,,,,,,,,health_percent,o,health_percent,,o,,o,,,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,armor_ms,,,,,,o,,k,,,,,,,,,,k,,,,,,,o,,,,,o,all_elemental_damage,k,str,k,,,,,,,,,,,,,,k,dex,k,critical_hit,o,,,,,o,,,,,,,k,,,,,,,,,,,,o,,,,,,,,,,,,k,,,,o,,poison_duration,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,o,,,,,,,,o,str,o,o,o,o,o,o,o,o,o,str,o,o,str,o,o,str,,,,,,,,,u,,health_regen_percent,o,health_regen_percent,,,,,,,,energy_regen_percent,o,energy_regen_percent,,u,,,,,,,,,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,o,o,dex,o,,,all_physical_damage,o,str_big,,,,,,,,health_percent_big,,,,o,,,o,poison_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,armor_ms,,,,,,,,,,k,,,,,,,,,,k,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,,k,,,,,,,,,,k,,,,k,,k,,,,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,totem_damage,k,totem_cdr_big,,,k,,,,,,health_percent_big,,,glancing_strikes,o,k,,elemental_resist,o,block_chance_big,,hp_armor_big,,,,k,,summon_damage,k,summon_damage,,,,,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,critical_hit,o,ailment_damage,,k,,lifesteal,o,lifesteal_big,,dodge_ms_big,o,dodge_ms,,k,p,p,p,all_physical_damage,o,all_physical_damage,,,,,,dagger_damage,o,dagger_damage_big,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,jewel_socket,,,o,,o,,,,,k,,,,,,p,,,,,str,,k,,,,k,,,o,dex,o,,,o,,,,,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,k,,,o,str,,k,,,,k,,k,,dex,o,,,,,,,,,,,k,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,totem_cdr,,,,,k,,,,,,increase_healing,o,increase_healing,p,p,k,o,block_chance,,,,hp_armor,o,hp_armor,,k,,,,summon_damage_big,,,,jewel_socket,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,critical_hit_big,,,,k,o,lifesteal,,,,dodge_ms,,dodge_ms,o,k,,wind_dancer,,,,,,,,,,dagger_damage,o,dagger_damage,k,k,,o,,tormentor,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_percent,,,,o,k,,,,,,k,,,,,,,,,,,k,,,,,,,,,,k,,,,,,,,k,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,k,,,,,k,,,,,k,,,,,,,,,,,,,,,,,k,o,p,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,armor_percent,k,str,o,o,o,o,o,o,str,o,o,o,o,o,o,o,o,o,o,str,o,o,o,o,o,o,o,o,o,str,o,o,o,o,o,o,o,str,o,o,str,o,o,str,p,p,diamond_will,,,,,,[CENTER],,,,,,generosity,p,p,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,dex,o,o,o,o,dex,o,o,o,o,dex,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,k,,,,,,,,,,,k,,,,,,,,,,k,p,,,,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,k,,,,,,,p,k,,,,,k,,,,,k,,,,,,,,,,,,,,,,,k,o,k,projectile_damage,o,projectile_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,all_physical_damage,,physical_dot_damage,,,,burn_damage,o,o,all_fire_damage,p,p,k,o,hammer_damage,,,,inc_aoe,o,song_cdr,o,k,,witchs_brew,,attack_speed_big,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,jewel_socket,,,,,,egoist,,k,o,health_on_hit,,,,hp_dodge_small,,hp_dodge_small,o,k,,,,elemental_any_wep_damage_big,,,,,,,,,,,,true_hit,,o,,,,k,,,,,,,o,faster_projectiles,o,faster_projectiles_big,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,o,,,,o,,k,,,k,,,u,str,,k,,,,k,,k,,int,,,,k,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,,,,,,,,,int,,k,,,,k,,k,,dex,o,,,o,,,,,,,,,,,,,,o,,,,jewel_socket,,,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,all_physical_damage,,,,physical_dot_damage,,burn_damage_big,,,phys_to_fire,,nether_enthusiast,,k,,hammer_damage,o,hammer_damage_big,,song_cdr_big,o,inc_aoe_big,,k,o,attack_speed,o,energy_regen_percent,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,,,,,,,,,k,,health_on_hit,o,health_on_hit_big,,hp_dodge_big,o,hp_dodge_small,,k,,elemental_any_wep_damage,k,elemental_any_wep_damage,,,,,,,,,energy_regen_percent,o,energy_regen_percent,,,o,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,o,,,,o,,,,k,,,,,k,,,,,,,,,,k,,,,,,,,,,song_effect,o,song_damage,,,o,,,,,,,,,,,,,,,,o,,,trap_damage,o,trap_cdr,,,,,,,,,,k,,,,,,,,,,k,,,,,,dodge_percent,u,dodge_percent,,,,o,,,,o,,o,,,,,,p,p,p,projectile_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,all_physical_damage_big,,physical_dot_damage_big,,,,,phys_to_fire_big,,,,o,str,o,o,o,o,o,o,o,o,o,str,o,o,str,o,o,str,,,,o,,,,,,health_regen_percent,k,health_percent,,,,,,,,,,energy_regen_percent,k,dodge_percent,,,,,,o,,,,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,o,o,dex,o,,,,,o,,o,,,,energy_percent_big,,,,energy_regen_percent,,o,,,,p,p,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,critical_damage,,,,,,,,,,,,o,,,,,,,,,,,k,,,,,,,,o,,,song_damage,o,song_effect_big,,,k,,,,o,,,elemental_resist,,projectile_damage,,,k,,,,o,,,trap_cdr_big,o,trap_damage,,,o,,,,,,,,k,,,,,,,,,,,o,,u,u,dodge_percent,,dodge_percent_big,,,,o,,,,o,,o,,p,p,,,,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,k,critical_hit,,,,,,,,,,o,,,,o,all_physical_damage_big,o,,,,k,,,,,o,str_dmg,o,,,o,,,,,,health_percent,,,,,,health_regen_percent_big,,o,,o,,energy_regen_percent_big,,,,,,energy_regen_percent,,,,,,o,,,o,projectile_damage,o,,,,,k,,,o,bow_damage,o,bow_damage,o,,,o,u,,,,,,,,,,energy_percent,o,energy_percent,p,p,o,p,,,,,,,,,,o,chain_damage,o,chain_damage_big,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,steady_hand,k,str,k,critical_hit,,,,p,,,,,,,,,k,str,k,k,all_physical_damage,,,,all_physical_damage,o,o,str_dmg_big,o,o,o,str_dmg,,,,str_dmg,,o,,,,,,o,,,,,,o,,elemental_resist,,projectile_damage,,o,,,,,,o,,,,,,o,,projectile_damage,,,,energy_percent,o,o,o,projectile_damage_big,u,dex_dmg_big,,,,,,dex_dmg_big,k,dex,k,k,k,,,,,,,,,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,critical_damage,,,,,,,k,,o,p,,,k,inc_aoe_big,k,,,k,p,k,,,,o,energy_regen_percent,o,,p,warrior,,,,,,health_percent_big,,,,,,health_regen_percent,,,k,,,dodge_percent,,,,,,dodge_percent_big,,,,,,ranger,p,,o,energy_percent,o,,,,k,p,,,o,crossbow_damage,o,crossbow_damage,k,o,,o,p,,,dodge_percent,,elemental_resist_big,,dodge_percent,k,k,k,k,k,k,k,o,k,,,,,o,bow_damage,o,bow_damage_big,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,k,,o,,p,elemental_any_wep_damage,,,,elemental_any_wep_damage,k,,p,,health_percent,o,,,,,,k,,o,,,,,,o,,,,o,,,o,hp_regen_energy_regen_big,o,,,o,,,,o,,,,,,o,,k,,,,,,o,mana_percent,,p,,,,,,,,o,,o,p,,,,o,k,o,,,,,,,,,o,,acrobat,,,bow_damage,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,critical_hit_big,,,,health_regen_percent,,,,k,,,o,,,,o,elemental_any_wep_damage_big,o,,,p,,,,,health_percent_big,,,,p,hp_armor,,o,,,,,,,health_regen_percent,o,health_percent,,,o,,,,o,,,energy_regen_percent,o,dodge_percent,,,,,,,o,,dodge_percent,p,,,,mana_percent_big,,,,p,,,,,,,,o,,o,p,,,,,dodge_percent_big,,,,,,critical_damage_big,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,spear_damage,o,spear_damage,,,,o,,,,,,,,l,,o,,,k,,,o,,,,,,,,,energy_regen_percent,,,,,o,,,hp_armor,,o,,o,,,totem_duration,o,totem_cdr,,,,k,,str,,,block_chance_big,,,dex,,k,,,,positive_effect,o,increase_healing,,,o,,o,,dodge_percent,,,o,,,,,health_percent,,,,,,,o,,o,,mana_on_hit,,,,,,,,,,p,,,,o,,,k,dex_dmg,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent_big,,,,,o,,,o,,,,,,,,health_regen_percent,,health_regen_percent_big,,k,,,,o,,,,,,,,,o,,,,,health_percent,,,o,,health_regen_percent,,str,,,o,,o,,,k,,o,,k,,k,,k,,o,,k,,,o,,o,,,dex,,energy_regen_percent,,o,,,mana_percent,,,,,o,,,,,,,o,,o,,o,,,,,,,,,,critical_hit,o,critical_hit,,o,,k,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent,k,,o,p,p,p,p,p,p,p,,,,,k,,,,o,,,spear_damage_big,o,spear_damage,,,,energy_percent_big,,,,,k,,,hp_armor,p,,,o,,,totem_cdr_big,,totem_duration,p,p,str,o,,,block_chance,o,mana_on_hit,o,block_chance,,,o,dex,p,p,increase_healing,,positive_effect_big,,,o,,,p,energy_regen_percent,,,k,,,,,health_percent_big,,,,,,faster_projectiles,,,o,,,mana_on_hit,o,mana_on_hit_big,,,,,,,,,,p,o,,k,,,crossbow_damage,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,,o,,k,str,u,u,u,u,,,,,,,k,,,,,o,,,,,k,,,,,o,energy_regen_percent,p,,k,,o,,,,o,,,,,,,,o,,k,,,,,,,,,,k,,o,,,,,,,,o,,,,o,,k,,p,health_percent,o,,,,,,o,,o,,o,,,,,,,,,,o,dex,k,k,k,k,dex,k,,,,,o,crossbow_damage,o,crossbow_damage_big,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,spear_damage,o,spear_damage,,,,o,k,,,,u,u,health_percent,,,,health_percent,,,,,o,,k,spear_damage,o,spear_damage,,,,,,,,p,k,o,,,,str,,,,,,,,o,,,diamond_grip,,,,,,,,,,focused_magician,,,o,,,,,dex_dmg_big,,,dex,,,,o,k,p,,,,,,,,faster_projectiles_big,,,o,,o,,k,k,k,dex,o,o,jewel_socket,o,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,bleed_chance,,,,,,o,,o,,,,k,k,str,k,,,,,,,,,,,o,o,health_regen_percent_big,,,,o,,,,,,,,str,,,,,,,,,,,,,,,,,,dex,,,,k,,,,o,,,,energy_regen_percent_big,o,o,o,,,,,,,o,,o,,dex,k,,,,,,,,,,,,,,,o,,,,,,,,,,,o,sword_damage,o,bleed_damage_big,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,,,,,hp_max_fire_res_big,,,,k,,,o,,,,,,armor_percent_big,o,o,armor_percent,o,o,,k,,k,,o,,,,jewel_socket,,,,o,,,,,,,,o,o,duelist,o,o,,,,,,,,o,,,dex_dmg,o,dex_dmg,k,,o,,o,k,,,,dodge_percent,o,,,,,,faster_projectiles,,,o,u,u,u,u,u,,,,,,,,,,,o,,,,,,,,,,bleed_chance,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,axe_damage,o,inc_aoe,,,o,,bleed_chance,k,bleed_damage_big,,,,,,,,k,,,,o,,,,,o,,,,k,,,k,k,,,str,,,,,,o,,o,,,,,,,,o,,,k,,,o,,,,,,,,o,,,,,,k,,dex,,,k,elemental_any_wep_damage,,,,dodge_percent_big,,,,,p,,,o,,,,,,health_percent,k,health_percent,k,k,k,k,,,,o,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,,o,,o,,,,,,,,,,o,str,,,,,,o,,,,armor_percent,k,k,elemental_resist_big,p,p,health_regen_percent,,,,o,,o,,,,,,str,,,,,,,,str,,,physical_any_wep_damage,,energy_regen_percent,,,dex,,,,,,,,dex,,,elemental_purity,,k,o,,o,,,o,,,,,o,,,p,,,o,,,,,,,o,,,,,,,k,k,k,o,,,,p,p,p,p,p,sword_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,axe_damage,k,str,k,k,k,k,str,o,o,jewel_socket,o,,,,,,,,o,,,p,,,p,,,,o,,,o,,,,dex,,,,o,,,,,,,,o,,,o,,,,o,,,o,,,,,,o,,o,,p,,str,,,,o,,,elemental_any_wep_damage_big,,,,dodge_percent,,,p,,,o,,,,,,,,hp_healing_received_big,,,,,,,p,p,dex,p,p,p,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,critical_hit_big,,,,,o,,o,,,,,,,,,,,,,,,,,,o,,p,,,health_regen_percent,o,o,health_regen_percent_big,,,o,,,,,,o,,o,,,,,,,,o,,,o,k,k,armor_dodge,k,k,o,,,o,,,,jewel_socket,,,,o,p,o,,k,poison_chance,,,o,,,o,elemental_any_wep_damage,,,k,p,,,o,,,,,phys_to_water_big,,,,,,,,accuracy_percent,k,accuracy_percent,,,o,k,k,k,,,,,,,critical_hit,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,axe_damage,o,critical_hit,,,o,,,armor_penetration_percent,k,armor_penetration_percent_big,,,,,,,,,,,,,,o,p,,k,,,,,,o,,,,,,,k,str,k,k,netherite_bastion,,,,,str,,,physical_any_wep_damage,k,,p,,p,,k,energy_regen_percent,,,dex,,,,,,,,dex,k,,,,k,,,o,,,,o,o,hp_dodge_big,o,,o,,,k,phys_to_water,o,,,,,,,,,o,,o,,,o,,,,k,k,,,,,,o,sword_damage,o,critical_hit_big,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,,,,,,,hp_armor_big,,,,,,,,,str,k,,,,,,o,,,o,accuracy_percent_big,,,k,,,o,,,,,,o,,,o,,,,armor_dodge,o,armor_dodge,,,,o,,,o,,,,,,o,,,k,,,poison_chance,,,,o,,,,,,,dex,k,k,all_water_damage,,,,,,,poison_duration,o,poison_duration,,,accuracy_percent_big,k,accuracy_percent,,,o,,,,,,totem_damage,o,critical_hit,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,armor_penetration_percent,,,,,,,o,,o,,k,k,k,k,k,k,p,o,o,o,o,o,str,,,accuracy_percent,,,,k,,,,,int,o,,,o,,,,physical_any_wep_damage,k,physical_any_wep_damage,k,,,,k,energy_regen_percent,k,energy_regen_percent,,,,o,,,o,int,,,,,k,,,o,poison_chance_big,,,dex,o,o,o,o,o,,o,,,o,freeze_chance,k,,,o,,,,o,,,,,,,o,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,bleed_damage_big,o,sword_damage,o,bleed_chance,o,,,o,k,,,,p,p,p,armor_percent,,,,armor_percent,,,,,,,p,,,,,,k,,o,,,,str,,,,,,,,o,str,n,,,o,,,,,,mana_percent_big,,,,,,o,,,n,dex,o,,,,,,,,dex,,,,,,k,,,,,,,,o,,,,,freeze_damage_big,,poison_damage_big,,,,poison_chance,p,,,,,o,,,,,,totem_cdr,,,,critical_damage,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sword_damage,u,u,str,u,p,p,,,,,,,,,,,,,,,burn_chance,k,burn_chance,,reckless_defender,p,k,p,accuracy_percent,,,o,,,,,,,,,,k,,n,n,o,k,k,k,mana_regen_percent,o,,o,mana_regen_percent,k,k,k,o,n,n,,k,,,,,,,,,,o,,,vital_point,,k,,,,,,,,,o,o,,,,,o,,,,o,,p,p,p,dex,u,u,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,attack_speed_big,o,sword_damage,o,attack_speed,o,,,,o,p,,,,armor_percent_big,,,,,,,,,,,,,o,,o,,,,str,,,,o,,,,,,,,,,,k,,,,physical_any_wep_damage_big,p,,,,,,,,,,p,energy_regen_percent_big,,,,k,,,,,,,,,,,o,,,p,dex,u,u,u,u,u,,,,,,o,o,,,,poison_chance,o,poison_chance,,,,,o,k,,,elemental_any_wep_damage,o,elemental_any_wep_damage,,,totem_cdr,o,totem_damage_big,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,armor_percent,k,,o,,,,,,,,,,,,burn_chance,k,burn_damage_big,,,u,o,,,o,,,bleed_damage,u,bleed_chance_big,,,spirit_cost_big,,,k,,,,o,,u,p,p,health_percent,o,,o,health_percent,p,p,u,,o,,,,k,,,,ailment_damage_big,k,,,,,,o,,,o,k,,,,,u,u,u,,,,,dex,o,,,,,,,,,o,,projection,,k,,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,armor_percent,,,,,,,,,,,,,,,,u,,o,,o,,,,o,,o,,o,,,,k,,,,o,,,u,,,,health_percent_big,,,,u,,,o,,,,k,,,,o,,inc_aoe,,,,,,o,,o,,k,,,,,,,healing_received,o,healing_received,,,,o,o,,,,,,,o,,,,elemental_any_wep_damage,o,elemental_any_wep_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,fire_any_wep_damage,o,,o,fire_any_wep_damage,,o,,,armor_percent,o,,,hammer_damage,o,,,,,,,,,,,u,u,,,,dex,,,,,bleed_chance,k,bleed_chance,,spirit_cost,,,k,,,all_physical_damage_big,k,all_physical_damage,,,block_chance,o,block_chance_big,,,,elemental_any_wep_damage_big,o,elemental_any_wep_damage,,,projectile_damage,k,faster_projectiles_big,,,k,,ailment_damage,,,,k,,refined_taste,,,,int,,,,k,k,,,,,,,k,,,,,,o,o,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,phys_to_fire_big,,k,,,o,,k,,,o,,,critical_damage_big,,,,,o,health_percent_big,o,,u,,,,,o,k,o,,,,u,,,,o,,,k,,,o,,o,,,u,,u,,,,u,,u,,,o,,o,,,k,,k,,,o,dex_dmg_big,,k,,,o,k,o,,,,,health_percent,o,health_percent_big,,healing_received_big,o,healing_received,,,,,,,,o,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_fire_damage_big,,,,,,all_fire_damage,u,u,str,p,p,hammer_damage,,,,,o,,,health_regen_percent,,,,health_regen_percent,,,,,o,,k,,o,o,o,u,,bloody_dance,,,spirit_cost,,k,,,all_physical_damage,k,all_physical_damage,,,block_chance,o,block_chance,,,,elemental_any_wep_damage,o,elemental_any_wep_damage,,,projectile_damage,k,projectile_damage,,,k,,dex_dmg,o,dex_dmg,,,,k,o,o,,k,,o,,,,k,,,,,,k,,,manasteal_big,k,manasteal,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,burn_damage_big,,k,,,,k,o,,,,,,,axe_damage,,,o,,,,o,,,,o,,,attack_speed,,,,k,str,k,,,,,p,k,,,,,,k,p,,,,,,,,,,p,k,,,,,,k,p,,,,,,dex,o,,,,manasteal,,,o,,,health_percent,o,health_percent,,,,k,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,burn_chance,o,,o,burn_chance,,,,k,,o,,,,,o,,,,health_percent,,,,health_percent,,,o,,,k,,,,collateral,,u,o,o,o,o,o,o,str,o,o,o,o,o,str,o,,,,,,,,,,,dex,o,o,o,o,o,dex,o,o,o,o,o,o,k,p,p,lifesteal,k,,o,,,o,,,,,o,o,o,dex_big,p,p,,,manasteal,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,blood_mage,,,,o,,,axe_damage,,,n,n,,o,health_regen_percent,o,,,o,,,,attack_speed,o,attack_speed_big,,,,u,,,,,,k,,p,,,,,k,p,o,o,o,o,dex,o,o,o,o,o,p,k,,,,k,,,,,,,,k,,,o,,,manasteal_big,,,,o,,,,,,,,,,p,,k,,o,,,dodge_percent,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,p,,,n,,,,,,,,o,,,,,,,,,bleed_duration,k,armor_penetration_percent,,,,accuracy_percent,o,armor_percent,,song_damage,o,song_cdr,,,k,,p,,,,k,,,,,,p,k,,,,hammer_damage,o,inc_aoe,,,,armor_dodge,o,armor_dodge,,,lifesteal_big,,,,,,,,o,,,,,poison_duration_big,,,,,p,k,o,,,o,,,dodge_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_effect,o,song_effect,o,,,u,str,n,n,,,,,,,,o,,,,,,,,,,o,,o,,,,k,,k,,p,,p,,,k,,p,,,,k,,,critical_hit,o,critical_damage,,k,,,o,,,,o,,o,,,,,,,,,,,,,,,o,,,,k,,,u,u,u,dex,p,p,hp_dodge_small,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,song_effect,u,,k,o,,,,,,,,o,,,all_physical_damage_big,k,all_physical_damage,,,,,,armor_penetration_percent_big,k,bleed_duration,,,,armor_percent_big,o,accuracy_percent,,song_cdr,o,song_damage_big,,,health_percent,,p,,,,str,,,k,,,,k,,,hammer_damage,k,hammer_damage_big,k,inc_aoe,,armor_dodge_big,,,,,,,,,,,critical_hit,o,critical_damage,,,o,,,poison_duration,o,poison_duration,,,o,k,,,,o,,,health_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_cdr_big,,,,,o,,,k,,o,,,,,,o,,,,,,o,,critical_damage,k,critical_damage_big,,,,,,,,,,,,,,,,o,,,armor_dodge,,,,o,,,critical_damage_big,,,,mana_percent,,,,,,,,,,,block_chance_big,o,,,,armor_penetration_percent_big,,,,o,,o,,,,o,,,,,,o,,,projectile_damage,,,,health_percent,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_duration,,,wandering_bard,,,o,o,o,,o,,,,,,,all_physical_damage,,o,,,,,,axe_damage,k,axe_damage,,,armor_percent_big,,,,,,health_percent_big,,,,,k,,,jewel_socket,,,,,,k,,,,,inc_aoe,k,inc_aoe_big,,,,,,,block_chance,,,k,,,,axe_damage,,axe_damage_big,,,,,o,,o,o,o,,,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,k,str,,,,,,,,p,,critical_damage,,,,,,o,,o,,,k,,,,,,o,,,,,armor_dodge_big,,,o,,,ailment_damage_big,,,mana_percent_big,o,mana_percent,k,,o,,,,sword_damage_big,o,,,,o,,,armor_penetration_percent,o,armor_penetration_percent,,u,,,,,,,,dex,k,,,,faster_projectiles,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_damage_big,o,o,song_duration,,,,,,all_physical_damage,o,all_physical_damage,,p,k,k,k,k,k,k,k,p,u,,,,,,,axe_damage,,axe_damage_big,,,armor_percent,o,armor_percent,,,,k,health_percent,,,k,,,,dex,,,k,,,,,,k,,inc_aoe,,,,,,sword_damage,o,sword_damage,,,,,,,k,u,k,k,k,k,k,k,k,o,,k,sniper,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,p,,,,,,,,str,o,o,o,o,o,o,k,,,,,,,,,k,,k,,,,armor_dodge,,,,,k,,,ailment_damage,o,ailment_damage,,,,k,u,,,,,,,,,,p,o,o,o,o,o,o,dex,,,,,,,,o,,,,,,faster_projectiles_big,,projectile_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,jewel_socket,,,,sword_damage,o,critical_hit,,,,,,k,,,,,,,str,o,o,o,o,o,o,o,o,o,str,p,p,p,p,,,,,,k,,,,,,p,p,p,p,dex,o,o,o,o,o,o,o,o,o,dex,k,,,,,,k,,,,,,,,dodge_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,k,,,,o,all_physical_damage,o,,,,,,k,,,,,,,,,k,p,o,o,o,o,o,o,o,o,o,dex,o,o,o,o,o,o,o,o,o,k,,,,,,,,,,p,,versatility,,,,o,spear_damage,o,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,critical_damage,,,,critical_hit,,,inc_aoe,,,,ailment_damage,,,,,lifesteal,o,inc_leech,,,,,fortified_reflexes,k,,p,,,,,,,,,,k,,,,,,,,,,,block_chance,o,total_damage,o,,,,,p,,,,,,energy_regen_percent,,,,armor_penetration_percent,,,,,,,dodge_percent,o,jewel_socket,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,o,,,,,,o,,,o,,,,o,,,,,,,totem_damage,,,,,,,,,health_regen_percent,,energy_regen_percent,,,,,,,,,o,,,,,block_chance,,,,int,o,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sword_damage_big,,,,all_physical_damage,,,,,,all_physical_damage,,,spell_lifesteal,,,,inc_leech,,,,,totem_duration,o,,o,totem_cdr,,,,,,o,,,,o,,,,,,,,energy_regen_percent,,,,,o,,,,,,int,,,energy_regen_percent,,,,,,armor_penetration_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,o,,o,,,,,o,,,,,,o,,,,,health_regen_percent,,,,energy_regen_percent,,,,,,,,o,,,,,total_damage_big,,,int_big,,,o,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,ailment_damage_big,,,,,,inc_leech_big,,,,,,totem_duration,,,,,,totem_damage,,,,o,,,,,,o,,,,,,,block_chance,,,,,,,,,o,int,,,,,spear_damage_big,,,,spear_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,health_regen_percent_big,,,,,,energy_regen_percent_big,,,,,,,,o,energy_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,totem_duration,,,,totem_cdr,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,totem_damage_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
-E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
+E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,staff_damage_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,staff_damage,,,,ele_staff_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,chaos_penetration_big,,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,energy_regen_percent,,,,,,mana_on_hit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_health,o,summon_capacity,,,,,chaos_penetration,,,,,,,,,,all_fire_damage_big,,,,,,,all_lightning_damage_big,,,,shock_proc_chance_big,,,,,,,all_water_damage_big,,,,,,,,,,,,,,,staff_damage,,,,,,ele_staff_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,k,,o,,,,,,,,k,,,,,,,o,,,,,,o,,,,,,,k,,,,,,cdr_big,,,,,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_health,,,,summon_damage,,,spell_chaos_damage_and_dot,,all_chaos_damage,,,,,,,,fire_penetration,,,o,all_fire_damage_big,,,lightning_penetration,,,,,,spell_lightning_damage_and_dot,,,all_water_damage_big,o,,,water_penetration,,,,,o,,,,,,int,o,,,energy_regen_percent,,,,mana_on_hit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,k,,,,o,,,o,,o,,,,,,,,k,,fire_dot_damage,,,o,,o,,,,,,o,,o,,,shatter_proc_chance,,k,,,,,cast_speed,,,,,o,,,int_big,,,o,staff_damage,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,,summon_damage,k,summon_damage,,,,spell_chaos_damage_and_dot,,all_chaos_damage,,,,critical_hit,o,critical_hit_big,,all_fire_damage,,k,,,burn_chance,,,all_lightning_damage,,,,spell_lightning_damage_and_dot,,,water_dot_damage,,,k,,all_water_damage,,,,,o,,,,,int,,,,,,,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,jewel_socket,,,,inc_aoe,o,inc_aoe,,,p,,,,,,k,,o,,,,p,,,,k,,o,fire_dot_damage,o,,,,,o,all_lightning_damage,o,,,,,o,spell_water_damage_and_dot,o,,k,,,,,,cdr,,,,p,,,,,,,k,,summoner,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_duration_big,,,all_elemental_damage,,,,,,,,,k,,p,,,,,,,all_chaos_damage,,,,,critical_damage,o,critical_hit,,,all_fire_damage,,,,,,,,,k,,,,,,,,,all_water_damage,,,curse_master,,,,,o,cast_speed,,p,,,,,,,k,p,,,,,,,jewel_socket,o,,,,,,,o,curse_effect,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,,o,o,o,o,o,int,o,o,o,o,o,o,,p,,,,,,,,p,,k,,,,,,,,,k,,,,,,,,,k,,p,,,,,,,,k,p,o,o,o,o,o,o,int,o,o,o,o,o,,,,,mana_percent,,,,,curse_effect,,,,curse_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,burn_damage,o,,,song_effect,k,,,all_elemental_damage,,,,o,,,,,,o,,,,,,,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,o,o,int,,,,,,k,,p,,,,,o,,,,o,,,,o,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,burn_damage_big,,,,burn_damage,,,,song_duration,,,k,,o,,,,,,k,ele_staff_damage,k,,,,,,o,k,,,,,,,,,p,k,,,,,,,,k,v,p,,,,,,,,p,h,,,,,,,,,k,o,,,shatter_proc_chance_big,k,freeze_damage,,,p,,,,,,o,,,mana_percent,,,,curse_effect_big,,,,,curse_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,hammer_damage_big,o,,,,o,,,,,o,,,p,,,k,o,,,,,,ele_staff_damage,,,,ele_staff_damage,,,,,o,,song_duration,k,song_cdr,,,,,p,,k,,,,spell_lifesteal,o,spell_lifesteal,k,,v,,p,p,aura_effect,o,spirit_cost,p,p,,h,,,,,,,,electrify_chance,,o,,,o,,o,,,p,,trap_cdr_big,o,trap_damage,k,,o,k,,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent,,,,burn_chance,,,,fire_resist,,,,p,p,p,int,,,,,,o,,,,o,,,magic_shield_regen_percent,,o,,o,,o,,,,,health_percent,,,mana_percent,,,o,,,,,int,,,o,,,,o,,,curse_duration,k,curse_duration,,,,,,o,,o,,,freeze_damage,k,freeze_chance,,,p,,,,o,,k,int,,,,,,,,,o,curse_effect,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,burn_chance,o,,p,,,o,o,o,,o,,,,,ele_staff_damage,,,,ele_staff_damage,,o,,k,magic_shield_percent,,song_duration,k,song_cdr_big,,,,o,,,,,o,,spell_lifesteal_big,,,,,v,,,aura_effect_big,,,,spirit_cost_big,,,o,,,k,,,electrify_chance_big,o,electrify_damage,,o,,,,,,,,p,,trap_damage_big,o,,,o,,o,o,o,,,curse_duration,k,curse_effect,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_hammer_damage_big,,,,,armor_penetration_percent,,,,,,,,p,,o,,,,,,o,,,,,o,ele_staff_damage_big,o,,,magic_shield_percent_big,,,o,,,,,,,,health_percent_big,,,,,mana_percent_big,,,,,,,v,,,,,,,,,,,curse_effect,o,curse_effect_big,,,,,,,o,,burn_chance,o,burn_damage_big,,critical_damage,o,critical_damage,,,,,o,,,,,,o,,p,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,,,harmony,,p,o,,k,magic_shield_percent,o,magic_shield_percent,,,o,,,,,,,,,o,,k,magic_shield_percent,,,o,all_lightning_damage_big,,,,o,,,,,o,,ele_staff_damage_big,o,ele_staff_damage,,,jewel_socket,,,,,,,,,,,,,,,,,,,,o,,k,,k,,p,,p,,,,o,,,,,,,,o,p,,,ms_all_in,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_hammer_damage,o,hammer_damage,,,,,,,,k,int,k,k,,p,,,o,,,o,,,,,,,,,magic_shield_regen_percent,,o,,all_lightning_damage,,,,mana_regen_percent_big,,,health_percent,,,mana_percent,,,o,,o,,,v,,,block_chance_big,,mana_percent_big,,,,,,staff_damage_big,,,,,magic_shield_regen_percent_big,o,magic_shield_regen_percent,,o,,burn_chance,o,burn_chance,,critical_damage_big,o,critical_damage,,,o,,,,poison_chance,o,chaos_penetration,k,k,k,int,k,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,i,,,,,,,o,p,,,,summon_damage,,,,magic_shield_percent_big,,,o,,,,,dot_dmg_big,,,,,o,,o,,,,k,,,k,,,o,,,int_dmg,o,ele_staff_damage,,,int,,,o,,o,,,,,,o,,,,,,,o,,o,k,,,,,,,,,o,,,,o,,,p,,,,,o,,,,,,phys_to_chaos,k,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,summon_damage,,,,,,,i,,heretic,,,o,,,p,critical_hit,,,o,summon_damage,o,,,,,o,,,,o,,,,,o,,all_lightning_damage,,cast_speed,o,cast_speed,,,,k,,o,,,,,,k,,v,,p,block_chance,o,mana_percent,p,,,staff_damage,o,staff_damage,,,,minion_catapult,,,magic_shield_regen_percent,,o,k,,magic_shield_regen_percent,o,magic_shield_regen_percent,,,,o,,,,poison_chance_big,,,,poison_damage,,,,,,o,,,,,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,o,,,totem_duration_big,o,totem_duration,,i,,k,,o,,,,,o,,,,,,,,,,,o,,,dot_dmg,k,dot_dmg,,,o,k,,,k,,,,,,,k,o,,,,,,,k,v,p,,,,,,p,,k,,,,,,,k,,,k,o,k,,,,k,,,o,,,,,,,,o,,,,,,,,o,,,,physical_chaos_damage,k,chaos_dot_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,health_percent_big,,,o,,,k,,k,,,i,k,o,,,,,,critical_damage,p,critical_hit_big,,,,,,,,,,o,,,,o,,o,int,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,o,o,o,o,int,o,o,o,int,o,,o,conservation,,,o,,,,,,,,poison_damage_big,,,,,,critical_hit,o,,,o,,o,,,,,,,o,critical_hit,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,,summon_health_big,,,totem_damage,o,totem_damage,p,p,p,int,p,p,increase_healing,o,increase_healing,,,,,,,,,,,,,,,o,,,,int,,,,,p,o,,,,,,,,o,,,,,,,k,o,k,,,,,,,o,,,,,,,,o,k,,,,,int,,,,o,,,health_regen_percent,k,dot_dmg_hp_regen_big,,,,,,,,,o,,,critical_hit,k,k,int,,,,,,,dagger_damage,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,,,,o,,,,,,,o,k,,,,,,l,,,,,,,,,,,all_fire_damage_big,o,,,o,,o,,o,,,totem_damage,,o,,,,,,,p,spell_elemental_damage,k,,,,,k,,o,,k,,,,mana_percent_big,k,mana_regen_percent,k,,,,,,,o,,staff_damage,,,,k,o,,o,,,,o,,o,,,,,,,,critical_hit_big,,,,o,,,p,o,,,,,o,,,,,,critical_hit,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_damage,k,k,summon_damage_big,,,,summon_health,,,,,o,,,aura_effect,,,increase_healing_big,o,increase_healing,k,k,,,,,,,,,,,all_fire_damage,,,dex,,,golemancer,,o,,,,o,,,,,p,,o,,k,,,o,critical_hit,,o,,inc_aoe,o,,,o,,,,magic_shield_percent,,,,,o,,,p,,mana_on_hit_big,,,,str,,,,k,dot_dmg,,dot_dmg,,,,,,,,,,,,critical_damage,,,p,,o,,,,critical_hit,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,o,,,,,o,,o,,,,,,p,,l,health_percent,o,health_percent,,,,,,,,o,,o,,o,,,,totem_damage,k,totem_damage_big,,,o,,,,spell_fire_damage_big,,spell_water_damage_big,,spell_lightning_damage_big,,o,,k,,o,,k,,o,,mana_regen_percent,,,,u,,,,o,,,mana_on_hit,,,o,,,o,,o,,k,,,,,,,,,o,all_fire_damage,o,,,critical_damage_big,o,,,positive_effect,,,o,,energy_claws,,k,,,,,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,summon_damage,k,summon_health,,,divinity,,o,,aura_effect,k,spirit_cost_big,,,,p,l,,o,,o,,,,,,,,all_fire_damage,k,o,,,o,,,,,,,,,o,,,p,,o,,k,,critical_hit,p,critical_hit,,o,,inc_aoe,p,inc_aoe,,,p,magic_shield_percent,o,magic_shield_percent_big,,,o,,,,,o,staff_damage,,,o,,,o,k,,,,trap_area_dmg_big,p,trap_area_dmg,,,all_fire_damage,,,,fire_water_damage_big,,,,,,o,,,o,n,,,dagger_damage,,,critical_hit_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,p,,,k,o,,,,,,,,int_big,,,health_percent_big,,health_percent,k,,song_damage_big,,,,,,,int,,,,o,,,,,,,,,o,,,p,spell_elemental_damage,k,,u,,,,,o,,,,,u,,,k,,,,o,,,,,,,,,o,,,p,int,,,,,o,,o,,,o,,,,o,,,,positive_effect_big,p,spirit_cost,,,o,n,o,o,,,,,,,,o,trap_cdr,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,phys_to_water_big,o,,,,,,p,p,int,,,,,,,,p,,p,,,,,k,,,o,song_duration,o,song_damage,p,p,k,,,,,o,,,,hp_mana_regen,o,hp_mana_regen_big,,,o,,,,o,u,o,o,o,,o,summon_damage_big,o,,o,o,o,u,k,,,,o,,,summon_health_big,o,summon_health,,,,o,,,shade,,k,,,,,trap_cdr,k,trap_area_dmg,,,fire_water_damage,,,,all_water_damage,,,,,,,,k,k,int,u,u,,,,,,,trap_cdr,,,o,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,,,,,o,,k,,,,mana_percent,l,mana_percent,k,k,armor_ms,l,armor_ms,,,,k,,,,,,,,k,,defender,,,,int,,,o,,,,,,o,j,j,j,int_dmg_big,p,,,hp_mana_small,,,,hp_mana_small,,,p,mana_ms_percent_big,j,j,j,o,,,,,,o,,,int,m,m,,,,k,,,,,,,p,,u,,o,all_water_damage,o,,,,,,,,k,,,p,o,,u,u,u,,,o,,,,trap_cdr_big,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,o,,,,k,,,o,,o,,,o,,o,,,,,k,,o,o,o,o,o,int,p,,,elemental_resist_big,,,k,,,hp_mana_regen,k,,,o,int,,,,k,,cast_speed,,,o,hp_mana_big,o,,,magic_shield_percent,,k,,,,int,o,,,k,summon_health,,,k,,,o,ms_energy_regen,,,int,o,o,o,o,o,p,u,u,,,,,,,,,,,,k,,,lightning_any_wep_damage,,,o,,,,u,u,trap_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_elemental_damage_big,k,all_elemental_damage,,,all_water_damage,,,o,,,,,k,k,mana_percent,,mana_percent_big,,,armor_ms_big,,armor_ms,p,p,p,p,p,int,,,,,k,,o,,,,o,,,k,,,,str,o,,,o,,,int_dmg,,,o,,,,,,o,,,mana_percent,,,o,,,o,dex,,,,k,,,ms_energy_regen,,,,o,,,,,,,int,k,,,,,,,,,,,,k,,,,o,,,o,,,,,,o,,,,trap_damage_big,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,i,,,j,,o,,,o,,,,,,,,,,,,,,,,,,,o,,,,,k,,,,o,,,,elemental_resist,,,k,,o,,,,,,o,,,o,,,cast_speed,,,,magic_shield_regen_percent,,,o,,,o,,,,,,o,,k,,,o,,,,o,,,,critical_hit,,,k,,o,k,k,k,k,k,k,hp_ms,,,,hp_ms,,,lightning_any_wep_damage_big,p,lightning_any_wep_damage,,,o,,ghast,,,,,trap_damage,,,o,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,all_elemental_damage,p,p,all_elemental_damage,,,,o,,,,,,,,,,,,,,,,,,o,,,,,k,,,,,,o,,,,o,,o,int,k,k,mana_battery,,,,,int,,,int_dmg,,p,,,,p,,mana_regen_percent,,,int,,,,,masochism,k,k,int,o,,,ms_energy_regen_big,,,o,,,critical_damage_big,k,,k,trap_damage,,,,o,,,,,,,o,,o,,,,,,,,,o,k,,,,,,,o,trap_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,phys_to_fire_big,,,,,,o,k,k,k,str,k,k,k,,,,,,,,,,,,,,o,,,,,,inc_aoe,o,o,,,,,o,,,,dex,,,o,,,,jewel_socket,,,,o,,,k,int_dmg,,,,magic_shield_percent,k,,,o,,,,,,,,o,,,str,,,,o,,,,o,p,,p,o,,,,,o,,,,,,,hp_ms_big,,,,,,k,k,k,k,int,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,o,o,o,all_fire_damage,,,,,o,,,,k,,,,,,,,,,,,,o,,,,,,,,,inc_aoe_big,,,,,o,,o,,o,,,o,,k,,,,,,o,,,o,,,,o,,,o,,,,,,,,o,,,,,o,,o,,,,critical_hit,,,trap_damage_big,,,all_elemental_damage,,,,o,,,,,,,,,,o,o,int,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,str,o,o,jewel_socket,o,o,,,,,,o,,,,,,,,,o,,o,,,u,u,int,,,,summon_health,,,int,,,,,,,,int,,,int_dmg,,magic_shield_percent,,,int,,,,,,,,int,,,,,,,int,u,u,,,,o,p,,p,o,,,,,,o,,,,,,,,jewel_socket,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,,int,k,k,,,o,,,,,,,,,inc_aoe,k,inc_aoe,,u,,,,o,,,,o,,,o,,,,,,,,o,,k,,p,,o,,,,,,,,o,,k,,,,,o,,,,u,p,p,trap_cdr,k,,k,all_elemental_damage_big,,,,,,o,,,k,k,dex,o,o,,,spell_lifesteal,k,spell_lifesteal,k,,,o,,,,,,,,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spear_damage,o,,,,,o,,,,,,,,,,,,,,k,k,int,p,p,all_elemental_damage,o,o,spell_elemental_damage_big,,,,,,k,total_damage_big,p,all_elemental_damage,,,o,,,,summon_health_big,,,o,,,,,,,,o,o,mage,o,o,,,,,,,,o,,,,jewel_socket,,,o,,,all_elemental_damage,p,dodge_ms_big,k,,,,all_elemental_damage,,,,hp_ms,o,hp_ms,k,dex,k,k,,,,,,,,o,,,,k,,o,,,,,,,attack_speed,,,o,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,critical_hit,o,spear_damage,,o,,p,song_effect,o,song_cdr,o,,,,,,,,,,o,k,,,k,,,o,,,,,p,o,,,o,,,int,,,,,,,int,,,mana_cost_big,o,mana_percent,,,,,,,,spirit_cost,o,aura_effect_big,,,int,,,,,,,int,,,o,,,o,,k,,,,,,,k,,,,o,,,,,,,,,,spell_lifesteal_big,,,,,k,o,,,,,,o,,,,attack_speed_big,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,spear_damage_big,,,,,,k,str,p,,,,,,song_effect_big,,,,,,,,,o,,all_elemental_damage,p,p,elemental_resist_big,k,k,all_elemental_damage,,,energy_regen_percent,,,summon_damage,,,all_elemental_damage,,,o,,,,,,,o,,,,,k,,,,,,k,,,,,o,,,,,,,o,,,all_elemental_damage,,,dodge_ms,,,hp_mana_small,,,,,,,hp_ms,o,hp_ms_big,,o,,,,,,,,,,,,p,p,p,p,dex,k,k,k,k,k,dagger_damage,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,block_chance,o,ele_spear_damage,,o,k,k,,,,,,,,,,,,,,o,,,o,,,p,,,k,o,,k,,,o,,,p,,,o,,,,,,,o,k,mana_percent,o,mana_regen_percent,,,,,,aura_effect,o,spirit_cost,k,o,,,,,,,o,,,p,,,o,,,o,,o,,,,,,,,,,o,,,,,dodge_ms_big,o,dodge_ms,p,p,p,p,,,u,u,o,u,,,,,o,,,,critical_damage_big,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ele_spear_damage,o,,,,,o,,,k,k,,,,,,health_percent_big,k,,,,,o,,,,elemental_any_wep_damage_big,o,o,all_elemental_damage,p,p,health_percent_big,,energy_regen_percent_big,,,,summon_damage,k,total_damage,,,int,,,,necromantic_defenses,p,p,int,,,,,,o,magic_shield_percent_big,o,,,,,,int,p,p,mantra,,,,int,,,total_damage,k,dodge_ms,,,,health_percent_big,,mana_percent_big,,,,,all_physical_damage_big,,,,,o,,,,o,,,,,,,u,u,u,,,o,,mana_on_hit,,,,,critical_damage,,,o,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,k,k,k,k,,o,,health_percent,,,,o,,,,,,,,,,o,,k,,,,,,,o,,o,,,,,,o,,o,,,,magic_shield_regen_percent,,,,magic_shield_percent,,,,o,,o,,,,,,o,,o,,,,,,,o,,o,,,all_physical_damage,k,,k,all_physical_damage,,,o,,,,dodge_ms,,,,,u,u,,,,,,o,,o,,,,,,o,dagger_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,k,health_percent,,o,,,,o,,,,,,,,,,,health_percent,,,,,,,,total_damage,,o,,,,,,o,,,o,,k,,,,,,k,,o,,,o,,,,,,o,,total_damage,,,,,,,,hp_mana_small,,,,o,p,,p,o,,,o,,,k,,,,,mana_regen_energy_regen,,,,critical_damage_big,,,,o,,mana_on_hit,k,mana_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,armor_ms,o,o,,,,,health_percent,,,,o,,,,,,,o,mana_cost,p,,,l,o,hp_mana_small,o,hp_mana_small,u,,k,,o,,,o,all_elemental_damage,k,int,,,,o,magic_shield_percent,,,,,,magic_shield_regen_percent,o,,,,int,k,critical_hit,o,,,o,,k,,u,physical_chaos_damage,o,physical_chaos_damage,,,o,,,ailment_damage,,,ailment_damage_big,,,ailment_damage,,o,,k,,,,,,o,,,,k,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,,,armor_ms_big,,,,,k,k,,o,,,mana_cost,o,o,mana_cost_big,,k,,p,p,armor_ms_big,,,,,,u,p,guardian,,,o,,,,o,,,,,k,,,,,,k,,,,,o,,,,o,,,rogue,p,u,,,,,o,attack_speed_big,p,p,p,,o,p,,p,o,,k,o,k,,,,mana_regen_energy_regen,o,mana_regen_energy_regen_big,,,,,critical_damage,o,critical_damage,,o,,,o,poison_chance,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,performer,o,str,k,k,armor_ms,,,,,,o,,,,,,k,str,,k,,,,,o,mana_cost,,,,k,o,armor_ms,o,armor_ms,o,hp_mana_small,,o,,,elemental_resist,k,all_elemental_damage_big,,mana_regen_hp_regen_big,,,,,,magic_shield_regen_percent,,,,magic_shield_percent,,,,,,mana_regen_energy_regen_big,,critical_damage_big,k,health_on_hit,,,o,,physical_chaos_damage,o,attack_speed,o,attack_speed,,k,,,,,dot_dmg,k,,k,dot_dmg,,,dex,p,p,p,p,,,,,,,,,,,k,dex,k,poison_chance,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,o,,,,,,o,,k,,,,,,,,,,k,,,,,,,,o,,,o,,,,o,,mana_percent,o,mana_percent,,,o,magic_shield_regen_percent_big,o,,,int_dmg,o,int_dmg,,o,,,,o,,,o,,,,,,,,k,,,,,,,dot_dmg_big,,,,,o,,,,,,,,,,,,health_percent,o,health_percent,,o,,o,,,all_chaos_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,,armor_ms,,,,,,o,,k,,,,,,,,,,k,,,,,,,o,,,,,o,all_elemental_damage,k,str,k,,,,,,,,,,,,,,k,dex,k,critical_hit,o,,,,,o,,,,,,,k,,,,,,,,,,,,o,,,,,,,,,,,,k,,,,o,,poison_duration,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,,o,,,,,,,,o,str,o,o,o,o,o,o,o,o,o,str,o,o,str,o,o,str,,,,,,,,,u,,health_regen_percent,o,health_regen_percent,,,,,,,,energy_regen_percent,o,energy_regen_percent,,u,,,,,,,,,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,o,o,dex,o,,,all_physical_damage,o,str_big,,,,,,,,health_percent_big,,,,o,,,o,poison_duration,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,armor_ms,,,,,,,,,,k,,,,,,,,,,k,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,,k,,,,,,,,,,k,,,,k,,k,,,,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,totem_damage,k,totem_cdr_big,,,k,,,,,,health_percent_big,,,glancing_strikes,o,k,,elemental_resist,o,block_chance_big,,hp_armor_big,,,,k,,summon_damage,k,summon_damage,,,,,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,critical_hit,o,ailment_damage,,k,,lifesteal,o,lifesteal_big,,dodge_ms_big,o,dodge_ms,,k,p,p,p,all_physical_damage,o,all_physical_damage,,,,,,dagger_damage,o,dagger_damage_big,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,jewel_socket,,,o,,o,,,,,k,,,,,,p,,,,,str,,k,,,,k,,,o,dex,o,,,o,,,,,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,k,,,o,str,,k,,,,k,,k,,dex,o,,,,,,,,,,,k,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,o,,totem_cdr,,,,,k,,,,,,increase_healing,o,increase_healing,p,p,k,o,block_chance,,,,hp_armor,o,hp_armor,,k,,,,summon_damage_big,,,,jewel_socket,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,critical_hit_big,,,,k,o,lifesteal,,,,dodge_ms,,dodge_ms,o,k,,wind_dancer,,,,,,,,,,dagger_damage,o,dagger_damage,k,k,,o,,tormentor,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_percent,,,,o,k,,,,,,k,,,,,,,,,,,k,,,,,,,,,,k,,,,,,,,k,,,,,,u,,,,,,,,,,,,,,,,,,u,,,,,,,,,,,,,,k,,,,,k,,,,,k,,,,,,,,,,,,,,,,,k,o,p,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,armor_percent,k,str,o,o,o,o,o,o,str,o,o,o,o,o,o,o,o,o,o,str,o,o,o,o,o,o,o,o,o,str,o,o,o,o,o,o,o,str,o,o,str,o,o,str,p,p,diamond_will,,,,,,[CENTER],,,,,,generosity,p,p,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,dex,o,o,o,o,dex,o,o,o,o,dex,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,k,,,,,,,,,,,k,,,,,,,,,,k,p,,,,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,k,,,,,,,p,k,,,,,k,,,,,k,,,,,,,,,,,,,,,,,k,o,k,projectile_damage,o,projectile_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,all_physical_damage,,physical_dot_damage,,,,burn_damage,o,o,all_fire_damage,p,p,k,o,hammer_damage,,,,inc_aoe,o,song_cdr,o,k,,witchs_brew,,attack_speed_big,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,jewel_socket,,,,,,egoist,,k,o,health_on_hit,,,,hp_dodge_small,,hp_dodge_small,o,k,,,,elemental_any_wep_damage_big,,,,,,,,,,,,true_hit,,o,,,,k,,,,,,,o,faster_projectiles,o,faster_projectiles_big,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,o,,,,o,,k,,,k,,,u,str,,k,,,,k,,k,,int,,,,k,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,,,,,,,,,int,,k,,,,k,,k,,dex,o,,,o,,,,,,,,,,,,,,o,,,,jewel_socket,,,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,all_physical_damage,,,,physical_dot_damage,,burn_damage_big,,,phys_to_fire,,nether_enthusiast,,k,,hammer_damage,o,hammer_damage_big,,song_cdr_big,o,inc_aoe_big,,k,o,attack_speed,o,energy_regen_percent,,,,,,,,,k,,o,,,,,,,,,,,,,,,,o,,k,,,,,,,,,,,,,k,,health_on_hit,o,health_on_hit_big,,hp_dodge_big,o,hp_dodge_small,,k,,elemental_any_wep_damage,k,elemental_any_wep_damage,,,,,,,,,energy_regen_percent,o,energy_regen_percent,,,o,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,o,,,,o,,,,k,,,,,k,,,,,,,,,,k,,,,,,,,,,song_effect,o,song_damage,,,o,,,,,,,,,,,,,,,,o,,,trap_damage,o,trap_cdr,,,,,,,,,,k,,,,,,,,,,k,,,,,,dodge_percent,u,dodge_percent,,,,o,,,,o,,o,,,,,,p,p,p,projectile_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,all_physical_damage_big,,physical_dot_damage_big,,,,,phys_to_fire_big,,,,o,str,o,o,o,o,o,o,o,o,o,str,o,o,str,o,o,str,,,,o,,,,,,health_regen_percent,k,health_percent,,,,,,,,,,energy_regen_percent,k,dodge_percent,,,,,,o,,,,dex,o,o,dex,o,o,dex,o,o,o,o,o,o,o,o,o,dex,o,,,,,o,,o,,,,energy_percent_big,,,,energy_regen_percent,,o,,,,p,p,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,critical_damage,,,,,,,,,,,,o,,,,,,,,,,,k,,,,,,,,o,,,song_damage,o,song_effect_big,,,k,,,,o,,,elemental_resist,,projectile_damage,,,k,,,,o,,,trap_cdr_big,o,trap_damage,,,o,,,,,,,,k,,,,,,,,,,,o,,u,u,dodge_percent,,dodge_percent_big,,,,o,,,,o,,o,,p,p,,,,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,k,critical_hit,,,,,,,,,,o,,,,o,all_physical_damage_big,o,,,,k,,,,,o,str_dmg,o,,,o,,,,,,health_percent,,,,,,health_regen_percent_big,,o,,o,,energy_regen_percent_big,,,,,,energy_regen_percent,,,,,,o,,,o,projectile_damage,o,,,,,k,,,o,bow_damage,o,bow_damage,o,,,o,u,,,,,,,,,,energy_percent,o,energy_percent,p,p,o,p,,,,,,,,,,o,chain_damage,o,chain_damage_big,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,steady_hand,k,str,k,critical_hit,,,,p,,,,,,,,,k,str,k,k,all_physical_damage,,,,all_physical_damage,o,o,str_dmg_big,o,o,o,str_dmg,,,,str_dmg,,o,,,,,,o,,,,,,o,,elemental_resist,,projectile_damage,,o,,,,,,o,,,,,,o,,projectile_damage,,,,energy_percent,o,o,o,projectile_damage_big,u,dex_dmg_big,,,,,,dex_dmg_big,k,dex,k,k,k,,,,,,,,,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,critical_damage,,,,,,,k,,o,p,,,k,inc_aoe_big,k,,,k,p,k,,,,o,energy_regen_percent,o,,p,warrior,,,,,,health_percent_big,,,,,,health_regen_percent,,,k,,,dodge_percent,,,,,,dodge_percent_big,,,,,,ranger,p,,o,energy_percent,o,,,,k,p,,,o,crossbow_damage,o,crossbow_damage,k,o,,o,p,,,dodge_percent,,elemental_resist_big,,dodge_percent,k,k,k,k,k,k,k,o,k,,,,,o,bow_damage,o,bow_damage_big,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,,,,,k,,o,,p,elemental_any_wep_damage,,,,elemental_any_wep_damage,k,,p,,health_percent,o,,,,,,k,,o,,,,,,o,,,,o,,,o,hp_regen_energy_regen_big,o,,,o,,,,o,,,,,,o,,k,,,,,,o,mana_percent,,p,,,,,,,,o,,o,p,,,,o,k,o,,,,,,,,,o,,acrobat,,,bow_damage,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,critical_hit_big,,,,health_regen_percent,,,,k,,,o,,,,o,elemental_any_wep_damage_big,o,,,p,,,,,health_percent_big,,,,p,hp_armor,,o,,,,,,,health_regen_percent,o,health_percent,,,o,,,,o,,,energy_regen_percent,o,dodge_percent,,,,,,,o,,dodge_percent,p,,,,mana_percent_big,,,,p,,,,,,,,o,,o,p,,,,,dodge_percent_big,,,,,,critical_damage_big,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,spear_damage,o,spear_damage,,,,o,,,,,,,,l,,o,,,k,,,o,,,,,,,,,energy_regen_percent,,,,,o,,,hp_armor,,o,,o,,,totem_duration,o,totem_cdr,,,,k,,str,,,block_chance_big,,,dex,,k,,,,positive_effect,o,increase_healing,,,o,,o,,dodge_percent,,,o,,,,,health_percent,,,,,,,o,,o,,mana_on_hit,,,,,,,,,,p,,,,o,,,k,dex_dmg,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent_big,,,,,o,,,o,,,,,,,,health_regen_percent,,health_regen_percent_big,,k,,,,o,,,,,,,,,o,,,,,health_percent,,,o,,health_regen_percent,,str,,,o,,o,,,k,,o,,k,,k,,k,,o,,k,,,o,,o,,,dex,,energy_regen_percent,,o,,,mana_percent,,,,,o,,,,,,,o,,o,,o,,,,,,,,,,critical_hit,o,critical_hit,,o,,k,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,armor_penetration_percent,k,,o,p,p,p,p,p,p,p,,,,,k,,,,o,,,spear_damage_big,o,spear_damage,,,,energy_percent_big,,,,,k,,,hp_armor,p,,,o,,,totem_cdr_big,,totem_duration,p,p,str,o,,,block_chance,o,mana_on_hit,o,block_chance,,,o,dex,p,p,increase_healing,,positive_effect_big,,,o,,,p,energy_regen_percent,,,k,,,,,health_percent_big,,,,,,faster_projectiles,,,o,,,mana_on_hit,o,mana_on_hit_big,,,,,,,,,,p,o,,k,,,crossbow_damage,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,,o,,k,str,u,u,u,u,,,,,,,k,,,,,o,,,,,k,,,,,o,energy_regen_percent,p,,k,,o,,,,o,,,,,,,,o,,k,,,,,,,,,,k,,o,,,,,,,,o,,,,o,,k,,p,health_percent,o,,,,,,o,,o,,o,,,,,,,,,,o,dex,k,k,k,k,dex,k,,,,,o,crossbow_damage,o,crossbow_damage_big,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,spear_damage,o,spear_damage,,,,o,k,,,,u,u,health_percent,,,,health_percent,,,,,o,,k,spear_damage,o,spear_damage,,,,,,,,p,k,o,,,,str,,,,,,,,o,,,diamond_grip,,,,,,,,,,focused_magician,,,o,,,,,dex_dmg_big,,,dex,,,,o,k,p,,,,,,,,faster_projectiles_big,,,o,,o,,k,k,k,dex,o,o,jewel_socket,o,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,bleed_chance,,,,,,o,,o,,,,k,k,str,k,,,,,,,,,,,o,o,health_regen_percent_big,,,,o,,,,,,,,str,,,,,,,,,,,,,,,,,,dex,,,,k,,,,o,,,,energy_regen_percent_big,o,o,o,,,,,,,o,,o,,dex,k,,,,,,,,,,,,,,,o,,,,,,,,,,,o,sword_damage,o,bleed_damage_big,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,,,,,hp_max_fire_res_big,,,,k,,,o,,,,,,armor_percent_big,o,o,armor_percent,o,o,,k,,k,,o,,,,jewel_socket,,,,o,,,,,,,,o,o,duelist,o,o,,,,,,,,o,,,dex_dmg,o,dex_dmg,k,,o,,o,k,,,,dodge_percent,o,,,,,,faster_projectiles,,,o,u,u,u,u,u,,,,,,,,,,,o,,,,,,,,,,bleed_chance,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,axe_damage,o,inc_aoe,,,o,,bleed_chance,k,bleed_damage_big,,,,,,,,k,,,,o,,,,,o,,,,k,,,k,k,,,str,,,,,,o,,o,,,,,,,,o,,,k,,,o,,,,,,,,o,,,,,,k,,dex,,,k,elemental_any_wep_damage,,,,dodge_percent_big,,,,,p,,,o,,,,,,health_percent,k,health_percent,k,k,k,k,,,,o,,,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,,o,,o,,,,,,,,,,o,str,,,,,,o,,,,armor_percent,k,k,elemental_resist_big,p,p,health_regen_percent,,,,o,,o,,,,,,str,,,,,,,,str,,,physical_any_wep_damage,,energy_regen_percent,,,dex,,,,,,,,dex,,,elemental_purity,,k,o,,o,,,o,,,,,o,,,p,,,o,,,,,,,o,,,,,,,k,k,k,o,,,,p,p,p,p,p,sword_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,axe_damage,k,str,k,k,k,k,str,o,o,jewel_socket,o,,,,,,,,o,,,p,,,p,,,,o,,,o,,,,dex,,,,o,,,,,,,,o,,,o,,,,o,,,o,,,,,,o,,o,,p,,str,,,,o,,,elemental_any_wep_damage_big,,,,dodge_percent,,,p,,,o,,,,,,,,hp_healing_received_big,,,,,,,p,p,dex,p,p,p,,,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,critical_hit_big,,,,,o,,o,,,,,,,,,,,,,,,,,,o,,p,,,health_regen_percent,o,o,health_regen_percent_big,,,o,,,,,,o,,o,,,,,,,,o,,,o,k,k,armor_dodge,k,k,o,,,o,,,,jewel_socket,,,,o,p,o,,k,poison_chance,,,o,,,o,elemental_any_wep_damage,,,k,p,,,o,,,,,phys_to_water_big,,,,,,,,accuracy_percent,k,accuracy_percent,,,o,k,k,k,,,,,,,critical_hit,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,axe_damage,o,critical_hit,,,o,,,armor_penetration_percent,k,armor_penetration_percent_big,,,,,,,,,,,,,,o,p,,k,,,,,,o,,,,,,,k,str,k,k,netherite_bastion,,,,,str,,,physical_any_wep_damage,k,,p,,p,,k,energy_regen_percent,,,dex,,,,,,,,dex,k,,,,k,,,o,,,,o,o,hp_dodge_big,o,,o,,,k,phys_to_water,o,,,,,,,,,o,,o,,,o,,,,k,k,,,,,,o,sword_damage,o,critical_hit_big,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,o,,,,,,,,hp_armor_big,,,,,,,,,str,k,,,,,,o,,,o,accuracy_percent_big,,,k,,,o,,,,,,o,,,o,,,,armor_dodge,o,armor_dodge,,,,o,,,o,,,,,,o,,,k,,,poison_chance,,,,o,,,,,,,dex,k,k,all_water_damage,,,,,,,poison_duration,o,poison_duration,,,accuracy_percent_big,k,accuracy_percent,,,o,,,,,,totem_damage,o,critical_hit,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,armor_penetration_percent,,,,,,,o,,o,,k,k,k,k,k,k,p,o,o,o,o,o,str,,,accuracy_percent,,,,k,,,,,int,o,,,o,,,,physical_any_wep_damage,k,physical_any_wep_damage,k,,,,k,energy_regen_percent,k,energy_regen_percent,,,,o,,,o,int,,,,,k,,,o,poison_chance_big,,,dex,o,o,o,o,o,,o,,,o,freeze_chance,k,,,o,,,,o,,,,,,,o,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,bleed_damage_big,o,sword_damage,o,bleed_chance,o,,,o,k,,,,p,p,p,armor_percent,,,,armor_percent,,,,,,,p,,,,,,k,,o,,,,str,,,,,,,,o,str,n,,,o,,,,,,mana_percent_big,,,,,,o,,,n,dex,o,,,,,,,,dex,,,,,,k,,,,,,,,o,,,,,freeze_damage_big,,poison_damage_big,,,,poison_chance,p,,,,,o,,,,,,totem_cdr,,,,critical_damage,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sword_damage,u,u,str,u,p,p,,,,,,,,,,,,,,,burn_chance,k,burn_chance,,reckless_defender,p,k,p,accuracy_percent,,,o,,,,,,,,,,k,,n,n,o,k,k,k,mana_regen_percent,o,,o,mana_regen_percent,k,k,k,o,n,n,,k,,,,,,,,,,o,,,vital_point,,k,,,,,,,,,o,o,,,,,o,,,,o,,p,p,p,dex,u,u,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,attack_speed_big,o,sword_damage,o,attack_speed,o,,,,o,p,,,,armor_percent_big,,,,,,,,,,,,,o,,o,,,,str,,,,o,,,,,,,,,,,k,,,,physical_any_wep_damage_big,p,,,,,,,,,,p,energy_regen_percent_big,,,,k,,,,,,,,,,,o,,,p,dex,u,u,u,u,u,,,,,,o,o,,,,poison_chance,o,poison_chance,,,,,o,k,,,elemental_any_wep_damage,o,elemental_any_wep_damage,,,totem_cdr,o,totem_damage_big,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,armor_percent,k,,o,,,,,,,,,,,,burn_chance,k,burn_damage_big,,,u,o,,,o,,,bleed_damage,u,bleed_chance_big,,,spirit_cost_big,,,k,,,,o,,u,p,p,health_percent,o,,o,health_percent,p,p,u,,o,,,,k,,,,ailment_damage_big,k,,,,,,o,,,o,k,,,,,u,u,u,,,,,dex,o,,,,,,,,,o,,projection,,k,,k,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,armor_percent,,,,,,,,,,,,,,,,u,,o,,o,,,,o,,o,,o,,,,k,,,,o,,,u,,,,health_percent_big,,,,u,,,o,,,,k,,,,o,,inc_aoe,,,,,,o,,o,,k,,,,,,,healing_received,o,healing_received,,,,o,o,,,,,,,o,,,,elemental_any_wep_damage,o,elemental_any_wep_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,fire_any_wep_damage,o,,o,fire_any_wep_damage,,o,,,armor_percent,o,,,hammer_damage,o,,,,,,,,,,,u,u,,,,dex,,,,,bleed_chance,k,bleed_chance,,spirit_cost,,,k,,,all_physical_damage_big,k,all_physical_damage,,,block_chance,o,block_chance_big,,,,elemental_any_wep_damage_big,o,elemental_any_wep_damage,,,projectile_damage,k,faster_projectiles_big,,,k,,ailment_damage,,,,k,,refined_taste,,,,int,,,,k,k,,,,,,,k,,,,,,o,o,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,phys_to_fire_big,,k,,,o,,k,,,o,,,critical_damage_big,,,,,o,health_percent_big,o,,u,,,,,o,k,o,,,,u,,,,o,,,k,,,o,,o,,,u,,u,,,,u,,u,,,o,,o,,,k,,k,,,o,dex_dmg_big,,k,,,o,k,o,,,,,health_percent,o,health_percent_big,,healing_received_big,o,healing_received,,,,,,,,o,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,all_fire_damage_big,,,,,,all_fire_damage,u,u,str,p,p,hammer_damage,,,,,o,,,health_regen_percent,,,,health_regen_percent,,,,,o,,k,,o,o,o,u,,bloody_dance,,,spirit_cost,,k,,,all_physical_damage,k,all_physical_damage,,,block_chance,o,block_chance,,,,elemental_any_wep_damage,o,elemental_any_wep_damage,,,projectile_damage,k,projectile_damage,,,k,,dex_dmg,o,dex_dmg,,,,k,o,o,,k,,o,,,,k,,,,,,k,,,manasteal_big,k,manasteal,,,,,dex,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,burn_damage_big,,k,,,,k,o,,,,,,,axe_damage,,,o,,,,o,,,,o,,,attack_speed,,,,k,str,k,,,,,p,k,,,,,,k,p,,,,,,,,,,p,k,,,,,,k,p,,,,,,dex,o,,,,manasteal,,,o,,,health_percent,o,health_percent,,,,k,,,,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,burn_chance,o,,o,burn_chance,,,,k,,o,,,,,o,,,,health_percent,,,,health_percent,,,o,,,k,,,,collateral,,u,o,o,o,o,o,o,str,o,o,o,o,o,str,o,,,,,,,,,,,dex,o,o,o,o,o,dex,o,o,o,o,o,o,k,p,p,lifesteal,k,,o,,,o,,,,,o,o,o,dex_big,p,p,,,manasteal,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,blood_mage,,,,o,,,axe_damage,,,n,n,,o,health_regen_percent,o,,,o,,,,attack_speed,o,attack_speed_big,,,,u,,,,,,k,,p,,,,,k,p,o,o,o,o,dex,o,o,o,o,o,p,k,,,,k,,,,,,,,k,,,o,,,manasteal_big,,,,o,,,,,,,,,,p,,k,,o,,,dodge_percent,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,p,,,n,,,,,,,,o,,,,,,,,,bleed_duration,k,armor_penetration_percent,,,,accuracy_percent,o,armor_percent,,song_damage,o,song_cdr,,,k,,p,,,,k,,,,,,p,k,,,,hammer_damage,o,inc_aoe,,,,armor_dodge,o,armor_dodge,,,lifesteal_big,,,,,,,,o,,,,,poison_duration_big,,,,,p,k,o,,,o,,,dodge_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_effect,o,song_effect,o,,,u,str,n,n,,,,,,,,o,,,,,,,,,,o,,o,,,,k,,k,,p,,p,,,k,,p,,,,k,,,critical_hit,o,critical_damage,,k,,,o,,,,o,,o,,,,,,,,,,,,,,,o,,,,k,,,u,u,u,dex,p,p,hp_dodge_small,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,song_effect,u,,k,o,,,,,,,,o,,,all_physical_damage_big,k,all_physical_damage,,,,,,armor_penetration_percent_big,k,bleed_duration,,,,armor_percent_big,o,accuracy_percent,,song_cdr,o,song_damage_big,,,health_percent,,p,,,,str,,,k,,,,k,,,hammer_damage,k,hammer_damage_big,k,inc_aoe,,armor_dodge_big,,,,,,,,,,,critical_hit,o,critical_damage,,,o,,,poison_duration,o,poison_duration,,,o,k,,,,o,,,health_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_cdr_big,,,,,o,,,k,,o,,,,,,o,,,,,,o,,critical_damage,k,critical_damage_big,,,,,,,,,,,,,,,,o,,,armor_dodge,,,,o,,,critical_damage_big,,,,mana_percent,,,,,,,,,,,block_chance_big,o,,,,armor_penetration_percent_big,,,,o,,o,,,,o,,,,,,o,,,projectile_damage,,,,health_percent,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_duration,,,wandering_bard,,,o,o,o,,o,,,,,,,all_physical_damage,,o,,,,,,axe_damage,k,axe_damage,,,armor_percent_big,,,,,,health_percent_big,,,,,k,,,jewel_socket,,,,,,k,,,,,inc_aoe,k,inc_aoe_big,,,,,,,block_chance,,,k,,,,axe_damage,,axe_damage_big,,,,,o,,o,o,o,,,o,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,,,k,str,,,,,,,,p,,critical_damage,,,,,,o,,o,,,k,,,,,,o,,,,,armor_dodge_big,,,o,,,ailment_damage_big,,,mana_percent_big,o,mana_percent,k,,o,,,,sword_damage_big,o,,,,o,,,armor_penetration_percent,o,armor_penetration_percent,,u,,,,,,,,dex,k,,,,faster_projectiles,,,,projectile_damage,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,song_damage_big,o,o,song_duration,,,,,,all_physical_damage,o,all_physical_damage,,p,k,k,k,k,k,k,k,p,u,,,,,,,axe_damage,,axe_damage_big,,,armor_percent,o,armor_percent,,,,k,health_percent,,,k,,,,dex,,,k,,,,,,k,,inc_aoe,,,,,,sword_damage,o,sword_damage,,,,,,,k,u,k,k,k,k,k,k,k,o,,k,sniper,,o,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,p,,,,,,,,str,o,o,o,o,o,o,k,,,,,,,,,k,,k,,,,armor_dodge,,,,,k,,,ailment_damage,o,ailment_damage,,,,k,u,,,,,,,,,,p,o,o,o,o,o,o,dex,,,,,,,,o,,,,,,faster_projectiles_big,,projectile_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,jewel_socket,,,,sword_damage,o,critical_hit,,,,,,k,,,,,,,str,o,o,o,o,o,o,o,o,o,str,p,p,p,p,,,,,,k,,,,,,p,p,p,p,dex,o,o,o,o,o,o,o,o,o,dex,k,,,,,,k,,,,,,,,dodge_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,k,,,,k,,,,o,all_physical_damage,o,,,,,,k,,,,,,,,,k,p,o,o,o,o,o,o,o,o,o,dex,o,o,o,o,o,o,o,o,o,k,,,,,,,,,,p,,versatility,,,,o,spear_damage,o,,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,critical_damage,,,,critical_hit,,,inc_aoe,,,,ailment_damage,,,,,lifesteal,o,inc_leech,,,,,fortified_reflexes,k,,p,,,,,,,,,,k,,,,,,,,,,,block_chance,o,total_damage,o,,,,,p,,,,,,energy_regen_percent,,,,armor_penetration_percent,,,,,,,dodge_percent,o,jewel_socket,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,o,,,o,,,,,,o,,,o,,,,o,,,,,,,totem_damage,,,,,,,,,health_regen_percent,,energy_regen_percent,,,,,,,,,o,,,,,block_chance,,,,int,o,,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sword_damage_big,,,,all_physical_damage,,,,,,all_physical_damage,,,spell_lifesteal,,,,inc_leech,,,,,totem_duration,o,,o,totem_cdr,,,,,,o,,,,o,,,,,,,,energy_regen_percent,,,,,o,,,,,,int,,,energy_regen_percent,,,,,,armor_penetration_percent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,o,,o,,,,,o,,,,,,o,,,,,health_regen_percent,,,,energy_regen_percent,,,,,,,,o,,,,,total_damage_big,,,int_big,,,o,,,o,,,,,,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,inc_aoe_big,,,,ailment_damage_big,,,,,,inc_leech_big,,,,,,totem_duration,,,,,,totem_damage,,,,o,,,,,,o,,,,,,,block_chance,,,,,,,,,o,int,,,,,spear_damage_big,,,,spear_damage_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,,,,,,o,,,,health_regen_percent_big,,,,,,energy_regen_percent_big,,,,,,,,o,energy_regen_percent_big,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,totem_duration,,,,totem_cdr,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,o,totem_damage_big,o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E
+E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_barrage.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_barrage.json
index a4695c1..f580429 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_barrage.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_barrage.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.6
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "arrow_barrage",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.0,
- "min": 0.7
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.6
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "arrow_barrage",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.0,
+ "min": 0.7
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_storm.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_storm.json
index 81bb53b..a96e8ad 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_storm.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_storm.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.6
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "arrow_storm",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.0,
- "min": 1.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.6
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "arrow_storm",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.0,
+ "min": 1.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_totem.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_totem.json
index ab6c7c7..d13ce2e 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_totem.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_totem.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "arrow_totem",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.5,
- "min": 1.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "arrow_totem",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.5,
+ "min": 1.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/awaken_mana.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/awaken_mana.json
index 94f6f84..9f0f9e8 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/awaken_mana.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/awaken_mana.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 12.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "awaken_mana",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.0,
- "min": 1.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 12.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "awaken_mana",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.0,
+ "min": 1.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/battery_fusillade.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/battery_fusillade.json
index 653d714..58314a8 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/battery_fusillade.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/battery_fusillade.json
@@ -1,25 +1,25 @@
-{
- "base": {
- "max": 4.5,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 3.0,
- "id": "battery_fusillade",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.75,
- "min": 0.5
- },
- "stat": "weapon_damage"
- },
- {
- "multi": {
- "max": 0.18,
- "min": 0.12
- },
- "stat": "mana"
- }
- ]
+{
+ "base": {
+ "max": 4.5,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 3.0,
+ "id": "battery_fusillade",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.75,
+ "min": 0.5
+ },
+ "stat": "weapon_damage"
+ },
+ {
+ "multi": {
+ "max": 0.18,
+ "min": 0.12
+ },
+ "stat": "mana"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/black_hole.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/black_hole.json
index 0c14a9f..52a9260 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/black_hole.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/black_hole.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 9.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "black_hole",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.25,
- "min": 1.75
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 9.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "black_hole",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.25,
+ "min": 1.75
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/boomerang.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/boomerang.json
index 5d92a7e..1d59bb1 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/boomerang.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/boomerang.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 9.0,
- "min": 1.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "boomerang",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.55,
- "min": 1.25
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 9.0,
+ "min": 1.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "boomerang",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.55,
+ "min": 1.25
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/breath.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/breath.json
index fc1c436..e13e6f3 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/breath.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/breath.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "breath",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.6,
- "min": 0.2
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "breath",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.6,
+ "min": 0.2
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chain_lightning.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chain_lightning.json
index 2f98fcc..4274e93 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chain_lightning.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chain_lightning.json
@@ -1,25 +1,25 @@
-{
- "base": {
- "max": 4.5,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 3.0,
- "id": "chain_lightning",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.5,
- "min": 1.25
- },
- "stat": "weapon_damage"
- },
- {
- "multi": {
- "max": 0.24,
- "min": 0.16
- },
- "stat": "mana"
- }
- ]
+{
+ "base": {
+ "max": 4.5,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 3.0,
+ "id": "chain_lightning",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.5,
+ "min": 1.25
+ },
+ "stat": "weapon_damage"
+ },
+ {
+ "multi": {
+ "max": 0.24,
+ "min": 0.16
+ },
+ "stat": "mana"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chaos_totem.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chaos_totem.json
index 39ecd70..87884b3 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chaos_totem.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chaos_totem.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 1.0,
- "min": 0.6
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "chaos_totem",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.6,
- "min": 1.2
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 1.0,
+ "min": 0.6
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "chaos_totem",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.6,
+ "min": 1.2
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charge.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charge.json
index 60ef45d..c208461 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charge.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charge.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.6
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "charge",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.6,
- "min": 0.3
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.6
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "charge",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.6,
+ "min": 0.3
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charged_bolt.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charged_bolt.json
index f979b4b..95cc25e 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charged_bolt.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charged_bolt.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 6.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "charged_bolt",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.9,
- "min": 1.4
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "charged_bolt",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.9,
+ "min": 1.4
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_field.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_field.json
index 671fff3..9179304 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_field.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_field.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "chilling_field",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.55,
- "min": 1.2
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "chilling_field",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.55,
+ "min": 1.2
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_touch.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_touch.json
index e87feab..24aed97 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_touch.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_touch.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 4.5,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "chilling_touch",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.1,
- "min": 1.9
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 4.5,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "chilling_touch",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.1,
+ "min": 1.9
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cinder.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cinder.json
index ca22fb3..cdddca1 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cinder.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cinder.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 1.125,
- "min": 0.2
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "cinder",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.4,
- "min": 0.3
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 1.125,
+ "min": 0.2
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "cinder",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.4,
+ "min": 0.3
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/close_nova.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/close_nova.json
index a54ebef..fbb528b 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/close_nova.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/close_nova.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 30.0,
- "min": 10.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "close_nova",
- "stat_scalings": [
- {
- "multi": {
- "max": 5.0,
- "min": 5.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 30.0,
+ "min": 10.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "close_nova",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 5.0,
+ "min": 5.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/curse.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/curse.json
index 60e356d..1c2833a 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/curse.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/curse.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 6.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "curse",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.25,
- "min": 1.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "curse",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.25,
+ "min": 1.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cyclone.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cyclone.json
index fb1e3d8..e24ef79 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cyclone.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cyclone.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "cyclone",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.75,
- "min": 0.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "cyclone",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.75,
+ "min": 0.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/despair.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/despair.json
index 0634ca6..bd45ec9 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/despair.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/despair.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 1.8000001,
- "min": 0.2
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "despair",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.3,
- "min": 0.1
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 1.8000001,
+ "min": 0.2
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "despair",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.3,
+ "min": 0.1
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/direct_arrow_hit.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/direct_arrow_hit.json
index d1dcba0..8e38f30 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/direct_arrow_hit.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/direct_arrow_hit.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 6.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "direct_arrow_hit",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.0,
- "min": 0.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "direct_arrow_hit",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.0,
+ "min": 0.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/double_strike.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/double_strike.json
index b12b598..e50e7fb 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/double_strike.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/double_strike.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 2.2,
- "min": 0.25
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "double_strike",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.3,
- "min": 0.9
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 2.2,
+ "min": 0.25
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "double_strike",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.3,
+ "min": 0.9
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/encased.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/encased.json
index 7e93ad6..e74e79d 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/encased.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/encased.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "encased",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.8,
- "min": 2.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "encased",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.8,
+ "min": 2.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/enflamed.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/enflamed.json
index bb7673f..7387bdd 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/enflamed.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/enflamed.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "enflamed",
- "stat_scalings": [
- {
- "multi": {
- "max": 4.0,
- "min": 3.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "enflamed",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 4.0,
+ "min": 3.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody.json
index c2d3e74..97e5d0f 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "ensnaring_melody",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.4,
- "min": 1.1
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "ensnaring_melody",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.4,
+ "min": 1.1
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody_charmed.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody_charmed.json
index fd2993d..6d4a59c 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody_charmed.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody_charmed.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "ensnaring_melody_charmed",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.35,
- "min": 0.275
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "ensnaring_melody_charmed",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.35,
+ "min": 0.275
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/envenomed.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/envenomed.json
index 41f6f2d..dcd0296 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/envenomed.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/envenomed.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "envenomed",
- "stat_scalings": [
- {
- "multi": {
- "max": 3.2,
- "min": 2.4
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "envenomed",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 3.2,
+ "min": 2.4
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/execute.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/execute.json
index b869dde..a66fdc9 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/execute.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/execute.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 12.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "execute",
- "stat_scalings": [
- {
- "multi": {
- "max": 5.0,
- "min": 3.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 12.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "execute",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 5.0,
+ "min": 3.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/explosive_arrow.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/explosive_arrow.json
index b8193eb..f758c6f 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/explosive_arrow.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/explosive_arrow.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 9.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "explosive_arrow",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.75,
- "min": 1.35
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 9.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "explosive_arrow",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.75,
+ "min": 1.35
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fan_of_knives.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fan_of_knives.json
index 7e95576..d34e837 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fan_of_knives.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fan_of_knives.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "fan_of_knives",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.275,
- "min": 0.175
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "fan_of_knives",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.275,
+ "min": 0.175
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova.json
index f0e8cae..f66d53f 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 12.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "fire_nova",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.4625,
- "min": 1.2
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 12.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "fire_nova",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.4625,
+ "min": 1.2
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova_explosion.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova_explosion.json
index 96716bb..629f13a 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova_explosion.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova_explosion.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 12.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "fire_nova_explosion",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.95,
- "min": 1.6
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 12.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "fire_nova_explosion",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.95,
+ "min": 1.6
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fireball.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fireball.json
index 96f440c..6329a9b 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fireball.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fireball.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "fireball",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.0,
- "min": 1.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "fireball",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.0,
+ "min": 1.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_splash_potion.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_splash_potion.json
index 0e54dc4..ad629bf 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_splash_potion.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_splash_potion.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 9.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 3.0,
- "id": "flame_splash_potion",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.7,
- "min": 1.4
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 9.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 3.0,
+ "id": "flame_splash_potion",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.7,
+ "min": 1.4
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike.json
index cb1a8fe..aebfb0d 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 4.5,
- "min": 0.8
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "flame_strike",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.95,
- "min": 1.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 4.5,
+ "min": 0.8
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "flame_strike",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.95,
+ "min": 1.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike_fighter.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike_fighter.json
index 9f13788..49c9da9 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike_fighter.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike_fighter.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 2.25,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "flame_strike_fighter",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.65,
- "min": 0.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 2.25,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "flame_strike_fighter",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.65,
+ "min": 0.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flicker_strike.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flicker_strike.json
index bd590df..69520d8 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flicker_strike.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flicker_strike.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 2.2,
- "min": 0.25
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "flicker_strike",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.35,
- "min": 1.75
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 2.2,
+ "min": 0.25
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "flicker_strike",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.35,
+ "min": 1.75
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_flower.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_flower.json
index d501066..3d3c611 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_flower.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_flower.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 6.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "frost_flower",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.3,
- "min": 1.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "frost_flower",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.3,
+ "min": 1.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova.json
index ed58242..4cfd9ea 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 12.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "frost_nova",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.95,
- "min": 1.6
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 12.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "frost_nova",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.95,
+ "min": 1.6
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova_heal.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova_heal.json
index 225cbf9..0bc750c 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova_heal.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova_heal.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.6
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "frost_nova_heal",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.25,
- "min": 1.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.6
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "frost_nova_heal",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.25,
+ "min": 1.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind.json
index d4e8637..338b6e7 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 6.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "gale_wind",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.4,
- "min": 1.1
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "gale_wind",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.4,
+ "min": 1.1
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind_fighter.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind_fighter.json
index 5bee4be..16b39e8 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind_fighter.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind_fighter.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 1.5,
- "min": 0.25
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "gale_wind_fighter",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.35,
- "min": 0.275
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 1.5,
+ "min": 0.25
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "gale_wind_fighter",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.35,
+ "min": 0.275
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/galvanic_blade.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/galvanic_blade.json
index 2113263..cf9bdcb 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/galvanic_blade.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/galvanic_blade.json
@@ -1,25 +1,25 @@
-{
- "base": {
- "max": 1.125,
- "min": 0.2
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 3.0,
- "id": "galvanic_blade",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.4,
- "min": 0.2
- },
- "stat": "weapon_damage"
- },
- {
- "multi": {
- "max": 0.08,
- "min": 0.04
- },
- "stat": "mana"
- }
- ]
+{
+ "base": {
+ "max": 1.125,
+ "min": 0.2
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 3.0,
+ "id": "galvanic_blade",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.4,
+ "min": 0.2
+ },
+ "stat": "weapon_damage"
+ },
+ {
+ "multi": {
+ "max": 0.08,
+ "min": 0.04
+ },
+ "stat": "mana"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike.json
index bf6fc13..ed1c200 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike.json
@@ -1,25 +1,25 @@
-{
- "base": {
- "max": 1.8000001,
- "min": 0.2
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 3.0,
- "id": "gong_strike",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.55,
- "min": 1.3
- },
- "stat": "weapon_damage"
- },
- {
- "multi": {
- "max": 0.24,
- "min": 0.16
- },
- "stat": "health"
- }
- ]
+{
+ "base": {
+ "max": 1.8000001,
+ "min": 0.2
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 3.0,
+ "id": "gong_strike",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.55,
+ "min": 1.3
+ },
+ "stat": "weapon_damage"
+ },
+ {
+ "multi": {
+ "max": 0.24,
+ "min": 0.16
+ },
+ "stat": "health"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike_fighter.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike_fighter.json
index b4cb4d6..de961c4 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike_fighter.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike_fighter.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 2.2,
- "min": 0.25
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "gong_strike_fighter",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.3,
- "min": 1.75
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 2.2,
+ "min": 0.25
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "gong_strike_fighter",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.3,
+ "min": 1.75
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross.json
index 4d94492..7c058cd 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.6
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "grand_cross",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.0,
- "min": 1.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.6
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "grand_cross",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.0,
+ "min": 1.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_heal.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_heal.json
index 6530976..b44a61b 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_heal.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_heal.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.6
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "grand_cross_heal",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.8,
- "min": 0.8
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.6
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "grand_cross_heal",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.8,
+ "min": 0.8
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_self.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_self.json
index 2ae5133..d362759 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_self.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_self.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.6
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "grand_cross_self",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.2,
- "min": 0.2
- },
- "stat": "health"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.6
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "grand_cross_self",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.2,
+ "min": 0.2
+ },
+ "stat": "health"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/healing_aura.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/healing_aura.json
index f8b4a7a..d8482fb 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/healing_aura.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/healing_aura.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.6
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "healing_aura",
- "stat_scalings": [
- {
- "multi": {
- "max": 4.5,
- "min": 3.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.6
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "healing_aura",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 4.5,
+ "min": 3.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/heart_of_ice.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/heart_of_ice.json
index d92baa6..27c87ed 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/heart_of_ice.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/heart_of_ice.json
@@ -1,25 +1,25 @@
-{
- "base": {
- "max": 6.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "heart_of_ice",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.5,
- "min": 1.0
- },
- "stat": "weapon_damage"
- },
- {
- "multi": {
- "max": 0.2,
- "min": 0.1
- },
- "stat": "magic_shield"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "heart_of_ice",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.5,
+ "min": 1.0
+ },
+ "stat": "weapon_damage"
+ },
+ {
+ "multi": {
+ "max": 0.2,
+ "min": 0.1
+ },
+ "stat": "magic_shield"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunter_pot_heal.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunter_pot_heal.json
index b6050e0..b324a99 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunter_pot_heal.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunter_pot_heal.json
@@ -1,25 +1,25 @@
-{
- "base": {
- "max": 6.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "hunter_pot_heal",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.25,
- "min": 0.25
- },
- "stat": "weapon_damage"
- },
- {
- "multi": {
- "max": 0.35,
- "min": 0.25
- },
- "stat": "health"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "hunter_pot_heal",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.25,
+ "min": 0.25
+ },
+ "stat": "weapon_damage"
+ },
+ {
+ "multi": {
+ "max": 0.35,
+ "min": 0.25
+ },
+ "stat": "health"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunters_mark.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunters_mark.json
index 65c7bdc..3a4e638 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunters_mark.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunters_mark.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 6.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "hunters_mark",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.0,
- "min": 1.6
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "hunters_mark",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.0,
+ "min": 1.6
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ice_comet.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ice_comet.json
index b266d9b..816e2e9 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ice_comet.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ice_comet.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 9.0,
- "min": 1.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "ice_comet",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.8,
- "min": 1.4
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 9.0,
+ "min": 1.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "ice_comet",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.8,
+ "min": 1.4
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball.json
index 373e517..364cfb5 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "iceball",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.8,
- "min": 1.4
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "iceball",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.8,
+ "min": 1.4
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_explosion.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_explosion.json
index cdf5fd3..4a96368 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_explosion.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_explosion.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "iceball_explosion",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.9,
- "min": 0.6
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "iceball_explosion",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.9,
+ "min": 0.6
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_half.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_half.json
index d96a5eb..3efba1d 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_half.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_half.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "iceball_half",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.6,
- "min": 0.4
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "iceball_half",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.6,
+ "min": 0.4
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_bolt.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_bolt.json
index 35b561e..4b5707e 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_bolt.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_bolt.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 1.125,
- "min": 0.2
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "lightning_bolt",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.5,
- "min": 2.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 1.125,
+ "min": 0.2
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "lightning_bolt",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.5,
+ "min": 2.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_nova.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_nova.json
index ce0f188..df8ed6c 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_nova.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_nova.json
@@ -1,25 +1,25 @@
-{
- "base": {
- "max": 9.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 3.0,
- "id": "lightning_nova",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.45,
- "min": 1.2
- },
- "stat": "weapon_damage"
- },
- {
- "multi": {
- "max": 0.16,
- "min": 0.12
- },
- "stat": "mana"
- }
- ]
+{
+ "base": {
+ "max": 9.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 3.0,
+ "id": "lightning_nova",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.45,
+ "min": 1.2
+ },
+ "stat": "weapon_damage"
+ },
+ {
+ "multi": {
+ "max": 0.16,
+ "min": 0.12
+ },
+ "stat": "mana"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_spear.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_spear.json
index 7b6ca28..b1f5885 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_spear.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_spear.json
@@ -1,25 +1,25 @@
-{
- "base": {
- "max": 4.5,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 3.0,
- "id": "lightning_spear",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.5,
- "min": 1.25
- },
- "stat": "weapon_damage"
- },
- {
- "multi": {
- "max": 0.12,
- "min": 0.08
- },
- "stat": "mana"
- }
- ]
+{
+ "base": {
+ "max": 4.5,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 3.0,
+ "id": "lightning_spear",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.5,
+ "min": 1.25
+ },
+ "stat": "weapon_damage"
+ },
+ {
+ "multi": {
+ "max": 0.12,
+ "min": 0.08
+ },
+ "stat": "mana"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lose_aggro.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lose_aggro.json
index 0b7997c..8ac1055 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lose_aggro.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lose_aggro.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 24.0,
- "min": 4.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "lose_aggro",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.0,
- "min": 1.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 24.0,
+ "min": 4.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "lose_aggro",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.0,
+ "min": 1.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/magma_flower.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/magma_flower.json
index d8b531f..cffb580 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/magma_flower.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/magma_flower.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 6.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "magma_flower",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.5,
- "min": 1.2
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "magma_flower",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.5,
+ "min": 1.2
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/meteor.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/meteor.json
index 0ed36cf..e621da8 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/meteor.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/meteor.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 10.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "meteor",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.0,
- "min": 1.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 10.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "meteor",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.0,
+ "min": 1.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/minion_explosion.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/minion_explosion.json
index 1de390f..c5dd303 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/minion_explosion.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/minion_explosion.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 30.0,
- "min": 10.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "minion_explosion",
- "stat_scalings": [
- {
- "multi": {
- "max": 5.0,
- "min": 5.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 30.0,
+ "min": 10.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "minion_explosion",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 5.0,
+ "min": 5.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/nature_balm.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/nature_balm.json
index e703c2e..f9c85f0 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/nature_balm.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/nature_balm.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 1.2,
- "min": 0.2
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "nature_balm",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.06,
- "min": 0.03
- },
- "stat": "health"
- }
- ]
+{
+ "base": {
+ "max": 1.2,
+ "min": 0.2
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "nature_balm",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.06,
+ "min": 0.03
+ },
+ "stat": "health"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/petrify.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/petrify.json
index d576b38..de1dbd8 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/petrify.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/petrify.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 4.5,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "petrify",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.5,
- "min": 2.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 4.5,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "petrify",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.5,
+ "min": 2.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/piercing_dagger_throw.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/piercing_dagger_throw.json
index 209939d..a70585d 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/piercing_dagger_throw.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/piercing_dagger_throw.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "piercing_dagger_throw",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.8,
- "min": 1.4
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "piercing_dagger_throw",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.8,
+ "min": 1.4
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_arrow.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_arrow.json
index ac8b72f..09681cc 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_arrow.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_arrow.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 6.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "poison_arrow",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.5,
- "min": 1.1
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "poison_arrow",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.5,
+ "min": 1.1
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_cloud.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_cloud.json
index 8f9aa4d..ce2385f 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_cloud.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_cloud.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 12.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "poison_cloud",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.05,
- "min": 1.7
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 12.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "poison_cloud",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.05,
+ "min": 1.7
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poisonball.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poisonball.json
index 3395b9b..0f114fa 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poisonball.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poisonball.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "poisonball",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.65,
- "min": 0.45
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "poisonball",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.65,
+ "min": 0.45
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/power_chord.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/power_chord.json
index fad254b..92da3ae 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/power_chord.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/power_chord.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 6.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "power_chord",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.0,
- "min": 1.7
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "power_chord",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.0,
+ "min": 1.7
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/pull.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/pull.json
index db461f8..1bfa2ed 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/pull.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/pull.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 1.8000001,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "pull",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.8,
- "min": 1.45
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 1.8000001,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "pull",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.8,
+ "min": 1.45
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/puncture.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/puncture.json
index 4398783..202aaaa 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/puncture.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/puncture.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 2.2,
- "min": 0.25
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "puncture",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.2,
- "min": 1.7
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 2.2,
+ "min": 0.25
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "puncture",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.2,
+ "min": 1.7
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/putrid_breath.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/putrid_breath.json
index 05b5569..dac16a7 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/putrid_breath.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/putrid_breath.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "putrid_breath",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.85,
- "min": 0.65
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "putrid_breath",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.85,
+ "min": 0.65
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake.json
index bb82792..2d4aeb9 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 4.5,
- "min": 0.8
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "quake",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.5,
- "min": 1.2
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 4.5,
+ "min": 0.8
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "quake",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.5,
+ "min": 1.2
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake_fighter.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake_fighter.json
index f2284c2..e105ea6 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake_fighter.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake_fighter.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 4.5,
- "min": 0.8
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "quake_fighter",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.375,
- "min": 0.3
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 4.5,
+ "min": 0.8
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "quake_fighter",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.375,
+ "min": 0.3
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ranger_trap.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ranger_trap.json
index a24b5d8..66e55b2 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ranger_trap.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ranger_trap.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 9.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "ranger_trap",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.75,
- "min": 2.25
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 9.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "ranger_trap",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.75,
+ "min": 2.25
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ricochet_shot.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ricochet_shot.json
index f4a2854..63701c2 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ricochet_shot.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ricochet_shot.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 9.0,
- "min": 1.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "ricochet_shot",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.7,
- "min": 1.35
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 9.0,
+ "min": 1.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "ricochet_shot",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.7,
+ "min": 1.35
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ritardando.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ritardando.json
index d56a24c..751f44c 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ritardando.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ritardando.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 6.0,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "ritardando",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.25,
- "min": 1.9
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 6.0,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "ritardando",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.25,
+ "min": 1.9
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shooting_star.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shooting_star.json
index fa1fc21..170988a 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shooting_star.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shooting_star.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 7.5,
- "min": 1.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "shooting_star",
- "stat_scalings": [
- {
- "multi": {
- "max": 5.0,
- "min": 3.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 7.5,
+ "min": 1.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "shooting_star",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 5.0,
+ "min": 3.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shout_warn.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shout_warn.json
index 3a81781..e48c815 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shout_warn.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shout_warn.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 0.0,
- "min": 0.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "shout_warn",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.1,
- "min": 0.05
- },
- "stat": "health"
- }
- ]
+{
+ "base": {
+ "max": 0.0,
+ "min": 0.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "shout_warn",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.1,
+ "min": 0.05
+ },
+ "stat": "health"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred.json
index adf694a..64b8401 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.6
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "shred",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.7,
- "min": 0.5
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.6
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "shred",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.7,
+ "min": 0.5
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred_fighter.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred_fighter.json
index 47716f1..477934d 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred_fighter.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred_fighter.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 4.5,
- "min": 0.75
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "shred_fighter",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.875,
- "min": 0.625
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 4.5,
+ "min": 0.75
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "shred_fighter",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.875,
+ "min": 0.625
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/slice.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/slice.json
index eeaffbf..57634f3 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/slice.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/slice.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 1.125,
- "min": 0.2
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "slice",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.5,
- "min": 1.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 1.125,
+ "min": 0.2
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "slice",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.5,
+ "min": 1.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/snipe.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/snipe.json
index 2f25067..138bfa3 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/snipe.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/snipe.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 12.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "snipe",
- "stat_scalings": [
- {
- "multi": {
- "max": 5.5,
- "min": 3.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 12.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "snipe",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 5.5,
+ "min": 3.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/splinter.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/splinter.json
index b332161..f27feed 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/splinter.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/splinter.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 1.125,
- "min": 0.2
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "slice",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.45,
- "min": 0.3
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 1.125,
+ "min": 0.2
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "slice",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.45,
+ "min": 0.3
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/steam_cloud.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/steam_cloud.json
index ba24ac5..45a14d4 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/steam_cloud.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/steam_cloud.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 12.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "steam_cloud",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.35,
- "min": 0.25
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 12.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "steam_cloud",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.35,
+ "min": 0.25
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/taunt.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/taunt.json
index a536cfa..a6fb075 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/taunt.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/taunt.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 0.0,
- "min": 0.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "taunt",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.1,
- "min": 0.05
- },
- "stat": "health"
- }
- ]
+{
+ "base": {
+ "max": 0.0,
+ "min": 0.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "taunt",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.1,
+ "min": 0.05
+ },
+ "stat": "health"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/thorn_bush.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/thorn_bush.json
index 9e71a7d..e16c2d7 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/thorn_bush.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/thorn_bush.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.5
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "thorn_bush",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.7,
- "min": 1.3
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.5
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "thorn_bush",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.7,
+ "min": 1.3
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike.json
index 95dba56..292cf7d 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 4.5,
- "min": 0.8
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "tidal_strike",
- "stat_scalings": [
- {
- "multi": {
- "max": 2.1,
- "min": 1.6
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 4.5,
+ "min": 0.8
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "tidal_strike",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 2.1,
+ "min": 1.6
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike_fighter.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike_fighter.json
index e9f48b2..fcb643f 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike_fighter.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike_fighter.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 1.125,
- "min": 0.2
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "tidal_strike_fighter",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.525,
- "min": 0.4
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 1.125,
+ "min": 0.2
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "tidal_strike_fighter",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.525,
+ "min": 0.4
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/torment.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/torment.json
index c85f4d7..25ad8e5 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/torment.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/torment.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "torment",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.5,
- "min": 0.3
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "torment",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.5,
+ "min": 0.3
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_guard.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_guard.json
index 5f48f93..5ae7552 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_guard.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_guard.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "totem_guard",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.6,
- "min": 0.3
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "totem_guard",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.6,
+ "min": 0.3
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_heal.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_heal.json
index c545a29..ab5a6a8 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_heal.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_heal.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "totem_heal",
- "stat_scalings": [
- {
- "multi": {
- "max": 3.0,
- "min": 2.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "totem_heal",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 3.0,
+ "min": 2.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_mana.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_mana.json
index 5fd8d55..5df3596 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_mana.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_mana.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "totem_mana",
- "stat_scalings": [
- {
- "multi": {
- "max": 3.0,
- "min": 2.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "totem_mana",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 3.0,
+ "min": 2.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom.json
index b900ee6..187bd7b 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 1.125,
- "min": 0.2
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "venom",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.8,
- "min": 0.6
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 1.125,
+ "min": 0.2
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "venom",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.8,
+ "min": 0.6
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom_splash_potion.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom_splash_potion.json
index 7c5c999..ac01aee 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom_splash_potion.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom_splash_potion.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 9.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 3.0,
- "id": "venom_splash_potion",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.6,
- "min": 1.3
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 9.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 3.0,
+ "id": "venom_splash_potion",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.6,
+ "min": 1.3
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirling_blades.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirling_blades.json
index b113f84..885c978 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirling_blades.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirling_blades.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.0,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "whirling_blades",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.8,
- "min": 1.0
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.0,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "whirling_blades",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.8,
+ "min": 1.0
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind.json
index 1a3e593..8a96562 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind.json
@@ -1,18 +1,18 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "whirlwind",
- "stat_scalings": [
- {
- "multi": {
- "max": 1.25,
- "min": 0.85
- },
- "stat": "weapon_damage"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "whirlwind",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 1.25,
+ "min": 0.85
+ },
+ "stat": "weapon_damage"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind_defender.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind_defender.json
index 2a21f22..884bea9 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind_defender.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind_defender.json
@@ -1,25 +1,25 @@
-{
- "base": {
- "max": 3.6000001,
- "min": 0.4
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 3.0,
- "id": "whirlwind_defender",
- "stat_scalings": [
- {
- "multi": {
- "max": 0.85,
- "min": 0.65
- },
- "stat": "weapon_damage"
- },
- {
- "multi": {
- "max": 0.18,
- "min": 0.12
- },
- "stat": "health"
- }
- ]
+{
+ "base": {
+ "max": 3.6000001,
+ "min": 0.4
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 3.0,
+ "id": "whirlwind_defender",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 0.85,
+ "min": 0.65
+ },
+ "stat": "weapon_damage"
+ },
+ {
+ "multi": {
+ "max": 0.18,
+ "min": 0.12
+ },
+ "stat": "health"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/wish.json b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/wish.json
index 5c26f18..5f335b4 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/wish.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/wish.json
@@ -1,25 +1,25 @@
-{
- "base": {
- "max": 12.0,
- "min": 2.0
- },
- "base_scaling_type": "NORMAL",
- "cap_to_wep_dmg": 1000.0,
- "id": "wish",
- "stat_scalings": [
- {
- "multi": {
- "max": 5.0,
- "min": 3.0
- },
- "stat": "weapon_damage"
- },
- {
- "multi": {
- "max": 0.12,
- "min": 0.08
- },
- "stat": "health"
- }
- ]
+{
+ "base": {
+ "max": 12.0,
+ "min": 2.0
+ },
+ "base_scaling_type": "NORMAL",
+ "cap_to_wep_dmg": 1000.0,
+ "id": "wish",
+ "stat_scalings": [
+ {
+ "multi": {
+ "max": 5.0,
+ "min": 3.0
+ },
+ "stat": "weapon_damage"
+ },
+ {
+ "multi": {
+ "max": 0.12,
+ "min": 0.08
+ },
+ "stat": "health"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/newbie_gear_bag.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/newbie_gear_bag.json
index 82b142c..d8caa2a 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/newbie_gear_bag.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/newbie_gear_bag.json
@@ -1,28 +1,28 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "C",
- "A",
- "B"
- ],
- "key": {
- "C": {
- "item": "minecraft:coal"
- },
- "A": {
- "item": "minecraft:wheat_seeds"
- },
- "B": {
- "item": "minecraft:stick"
- }
- },
- "result": {
- "item": "mmorpg:newbie_gear_bag"
- },
- "conditions": [
- {
- "type": "forge:mod_loaded",
- "modid": "allthemodium"
- }
- ]
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "C",
+ "A",
+ "B"
+ ],
+ "key": {
+ "C": {
+ "item": "minecraft:coal"
+ },
+ "A": {
+ "item": "minecraft:wheat_seeds"
+ },
+ "B": {
+ "item": "minecraft:stick"
+ }
+ },
+ "result": {
+ "item": "mmorpg:newbie_gear_bag"
+ },
+ "conditions": [
+ {
+ "type": "forge:mod_loaded",
+ "modid": "allthemodium"
+ }
+ ]
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone0.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone0.json
index 4f23080..a9a5ee5 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone0.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone0.json
@@ -1,12 +1,12 @@
-{
- "type": "minecraft:crafting_shapeless",
- "ingredients": [
- {
- "item": "mmorpg:stone/1"
- }
- ],
- "result": {
- "item": "mmorpg:stone/0",
- "count": 9
- }
+{
+ "type": "minecraft:crafting_shapeless",
+ "ingredients": [
+ {
+ "item": "mmorpg:stone/1"
+ }
+ ],
+ "result": {
+ "item": "mmorpg:stone/0",
+ "count": 9
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone1.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone1.json
index a0b56bd..c0e08f5 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone1.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone1.json
@@ -1,12 +1,12 @@
-{
- "type": "minecraft:crafting_shapeless",
- "ingredients": [
- {
- "item": "mmorpg:stone/2"
- }
- ],
- "result": {
- "item": "mmorpg:stone/1",
- "count": 9
- }
+{
+ "type": "minecraft:crafting_shapeless",
+ "ingredients": [
+ {
+ "item": "mmorpg:stone/2"
+ }
+ ],
+ "result": {
+ "item": "mmorpg:stone/1",
+ "count": 9
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone2.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone2.json
index 1507bcb..8b5a06c 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone2.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone2.json
@@ -1,12 +1,12 @@
-{
- "type": "minecraft:crafting_shapeless",
- "ingredients": [
- {
- "item": "mmorpg:stone/3"
- }
- ],
- "result": {
- "item": "mmorpg:stone/2",
- "count": 9
- }
+{
+ "type": "minecraft:crafting_shapeless",
+ "ingredients": [
+ {
+ "item": "mmorpg:stone/3"
+ }
+ ],
+ "result": {
+ "item": "mmorpg:stone/2",
+ "count": 9
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone3.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone3.json
index 488b2b8..d082b80 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone3.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone3.json
@@ -1,12 +1,12 @@
-{
- "type": "minecraft:crafting_shapeless",
- "ingredients": [
- {
- "item": "mmorpg:stone/4"
- }
- ],
- "result": {
- "item": "mmorpg:stone/3",
- "count": 9
- }
+{
+ "type": "minecraft:crafting_shapeless",
+ "ingredients": [
+ {
+ "item": "mmorpg:stone/4"
+ }
+ ],
+ "result": {
+ "item": "mmorpg:stone/3",
+ "count": 9
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone4.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone4.json
index f6645a7..1e79026 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone4.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone4.json
@@ -1,12 +1,12 @@
-{
- "type": "minecraft:crafting_shapeless",
- "ingredients": [
- {
- "item": "mmorpg:stone/5"
- }
- ],
- "result": {
- "item": "mmorpg:stone/4",
- "count": 9
- }
+{
+ "type": "minecraft:crafting_shapeless",
+ "ingredients": [
+ {
+ "item": "mmorpg:stone/5"
+ }
+ ],
+ "result": {
+ "item": "mmorpg:stone/4",
+ "count": 9
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone1.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone1.json
index d3b8a04..8c4575f 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone1.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone1.json
@@ -1,16 +1,16 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "AAA",
- "AAA",
- "AAA"
- ],
- "key": {
- "A": {
- "item": "mmorpg:stone/0"
- }
- },
- "result": {
- "item": "mmorpg:stone/1"
- }
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "AAA",
+ "AAA",
+ "AAA"
+ ],
+ "key": {
+ "A": {
+ "item": "mmorpg:stone/0"
+ }
+ },
+ "result": {
+ "item": "mmorpg:stone/1"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone2.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone2.json
index 8d93267..ebf858a 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone2.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone2.json
@@ -1,16 +1,16 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "AAA",
- "AAA",
- "AAA"
- ],
- "key": {
- "A": {
- "item": "mmorpg:stone/1"
- }
- },
- "result": {
- "item": "mmorpg:stone/2"
- }
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "AAA",
+ "AAA",
+ "AAA"
+ ],
+ "key": {
+ "A": {
+ "item": "mmorpg:stone/1"
+ }
+ },
+ "result": {
+ "item": "mmorpg:stone/2"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone3.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone3.json
index 31fc2a3..0b7a433 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone3.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone3.json
@@ -1,16 +1,16 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "AAA",
- "AAA",
- "AAA"
- ],
- "key": {
- "A": {
- "item": "mmorpg:stone/2"
- }
- },
- "result": {
- "item": "mmorpg:stone/3"
- }
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "AAA",
+ "AAA",
+ "AAA"
+ ],
+ "key": {
+ "A": {
+ "item": "mmorpg:stone/2"
+ }
+ },
+ "result": {
+ "item": "mmorpg:stone/3"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone4.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone4.json
index 1b23210..6223d70 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone4.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone4.json
@@ -1,16 +1,16 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "AAA",
- "AAA",
- "AAA"
- ],
- "key": {
- "A": {
- "item": "mmorpg:stone/3"
- }
- },
- "result": {
- "item": "mmorpg:stone/4"
- }
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "AAA",
+ "AAA",
+ "AAA"
+ ],
+ "key": {
+ "A": {
+ "item": "mmorpg:stone/3"
+ }
+ },
+ "result": {
+ "item": "mmorpg:stone/4"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone5.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone5.json
index 4a6fd7e..7450224 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone5.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone5.json
@@ -1,16 +1,16 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "AAA",
- "AAA",
- "AAA"
- ],
- "key": {
- "A": {
- "item": "mmorpg:stone/4"
- }
- },
- "result": {
- "item": "mmorpg:stone/5"
- }
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "AAA",
+ "AAA",
+ "AAA"
+ ],
+ "key": {
+ "A": {
+ "item": "mmorpg:stone/4"
+ }
+ },
+ "result": {
+ "item": "mmorpg:stone/5"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/teleporter.json b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/teleporter.json
index fdd9eb6..c6b929b 100644
--- a/config/openloader/data/CtE_MNS/data/mmorpg/recipes/teleporter.json
+++ b/config/openloader/data/CtE_MNS/data/mmorpg/recipes/teleporter.json
@@ -1,25 +1,25 @@
-{
- "type": "minecraft:crafting_shaped",
- "pattern": [
- " E ",
- "CAC",
- " B "
- ],
- "key": {
- "A": {
- "item": "mmorpg:stone/3"
- },
- "B": {
- "item": "minecraft:obsidian"
- },
- "C": {
- "item": "minecraft:diamond"
- },
- "E": {
- "item": "minecraft:dragon_head"
- }
- },
- "result": {
- "item": "mmorpg:teleporter"
- }
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ " E ",
+ "CAC",
+ " B "
+ ],
+ "key": {
+ "A": {
+ "item": "mmorpg:stone/3"
+ },
+ "B": {
+ "item": "minecraft:obsidian"
+ },
+ "C": {
+ "item": "minecraft:diamond"
+ },
+ "E": {
+ "item": "minecraft:dragon_head"
+ }
+ },
+ "result": {
+ "item": "mmorpg:teleporter"
+ }
}
\ No newline at end of file
diff --git a/config/openloader/data/CtE_MNS/pack.mcmeta b/config/openloader/data/CtE_MNS/pack.mcmeta
index 86a65fe..e349508 100644
--- a/config/openloader/data/CtE_MNS/pack.mcmeta
+++ b/config/openloader/data/CtE_MNS/pack.mcmeta
@@ -1,6 +1,6 @@
-{
- "pack": {
- "pack_format": 15,
- "description": "CtE_MMO"
- }
+{
+ "pack": {
+ "pack_format": 15,
+ "description": "CtE_MMO"
+ }
}
\ No newline at end of file
diff --git a/config/overworldmirror-common.toml b/config/overworldmirror-common.toml
index a6a330c..e43f03a 100644
--- a/config/overworldmirror-common.toml
+++ b/config/overworldmirror-common.toml
@@ -1,14 +1,14 @@
-
-#To configure the dimension and dimension type please create a data pack and add a dimension type in this resource location: data/overworldmirror/dimension_type/overworld_mirror.json and a dimension in this resource location: data/overworldmirror/dimension/overworld.json
-[information]
- information = ""
-
-#Portal settings
-[portal]
- #How many blocks the portal can be from the normal spawn location to not create a new one.
- #Range: 1.0 ~ 1.0E10
- portalSearchDistanceOverworld = 30.0
- #How many blocks the portal can be from the normal spawn location to not create a new one.
- #Range: 1.0 ~ 1.0E10
- portalSearchDistanceOverworldMirror = 30.0
-
+
+#To configure the dimension and dimension type please create a data pack and add a dimension type in this resource location: data/overworldmirror/dimension_type/overworld_mirror.json and a dimension in this resource location: data/overworldmirror/dimension/overworld.json
+[information]
+ information = ""
+
+#Portal settings
+[portal]
+ #How many blocks the portal can be from the normal spawn location to not create a new one.
+ #Range: 1.0 ~ 1.0E10
+ portalSearchDistanceOverworld = 30.0
+ #How many blocks the portal can be from the normal spawn location to not create a new one.
+ #Range: 1.0 ~ 1.0E10
+ portalSearchDistanceOverworldMirror = 30.0
+
diff --git a/config/paraglider-common.toml b/config/paraglider-common.toml
index 70d9a04..1bbd305 100644
--- a/config/paraglider-common.toml
+++ b/config/paraglider-common.toml
@@ -1,27 +1,27 @@
-
-#Easy to access switches to toggle side features on and off.
-#Most of them requires server restart or datapack reload. All of them, actually.
-[features]
- #For those who wants to remove Spirit Orbs generated in the world, more specifically...
- # * Spirit Orbs generated in various chests
- # * Spirit Orbs dropped by spawners and such
- #Note that bargain recipe for Heart Containers/Stamina Vessels will persist, even if this option is disabled.
- spiritOrbGens = true
- #For those who wants to remove entirety of Heart Containers from the game, more specifically...
- # * Heart Containers obtained by "challenges" (i.e. Killing dragon, wither, raid)
- # * Bargains using Heart Containers (custom recipes won't be affected)
- #Note that if this option is disabled while staminaVessels is enabled, "challenges" will drop stamina vessels instead.
- heartContainers = true
- #For those who wants to remove entirety of Stamina Vessels from the game, more specifically...
- # * Bargains using Stamina Vessels (custom recipes won't be affected)
- staminaVessels = false
- #For those who wants to remove all structures added by this mod. Requires restart.
- structures = true
-
-[debug]
- debugPlayerMovement = false
- traceMovementPacket = false
- traceVesselPacket = false
- traceBargainPacket = false
- traceWindPacket = false
-
+
+#Easy to access switches to toggle side features on and off.
+#Most of them requires server restart or datapack reload. All of them, actually.
+[features]
+ #For those who wants to remove Spirit Orbs generated in the world, more specifically...
+ # * Spirit Orbs generated in various chests
+ # * Spirit Orbs dropped by spawners and such
+ #Note that bargain recipe for Heart Containers/Stamina Vessels will persist, even if this option is disabled.
+ spiritOrbGens = true
+ #For those who wants to remove entirety of Heart Containers from the game, more specifically...
+ # * Heart Containers obtained by "challenges" (i.e. Killing dragon, wither, raid)
+ # * Bargains using Heart Containers (custom recipes won't be affected)
+ #Note that if this option is disabled while staminaVessels is enabled, "challenges" will drop stamina vessels instead.
+ heartContainers = true
+ #For those who wants to remove entirety of Stamina Vessels from the game, more specifically...
+ # * Bargains using Stamina Vessels (custom recipes won't be affected)
+ staminaVessels = false
+ #For those who wants to remove all structures added by this mod. Requires restart.
+ structures = true
+
+[debug]
+ debugPlayerMovement = false
+ traceMovementPacket = false
+ traceVesselPacket = false
+ traceBargainPacket = false
+ traceWindPacket = false
+
diff --git a/config/paraglider-player-states.toml b/config/paraglider-player-states.toml
index dfe959f..5bd19bb 100644
--- a/config/paraglider-player-states.toml
+++ b/config/paraglider-player-states.toml
@@ -1,74 +1,74 @@
-
-#Configuration file for player states.
-#You can adjust stamina delta (negative value means consumption / positive value means gain) and
-#recovery delay (in ticks) of all player states registered in the game.
-#To reload the config, use the following command: /paraglider reloadPlayerStates
-#
-[paraglider]
-
- [paraglider.ascending]
- #Range: > -2147483648
- staminaDelta = -3
- #Range: > 0
- recoveryDelay = 10
-
- [paraglider.breathing_underwater]
- #Range: > -2147483648
- staminaDelta = 20
- #Range: > 0
- recoveryDelay = 0
-
- [paraglider.flying]
- #Range: > -2147483648
- staminaDelta = 20
- #Range: > 0
- recoveryDelay = 0
-
- [paraglider.idle]
- #Range: > -2147483648
- staminaDelta = 20
- #Range: > 0
- recoveryDelay = 0
-
- [paraglider.midair]
- #Range: > -2147483648
- staminaDelta = 0
- #Range: > 0
- recoveryDelay = 0
-
- [paraglider.on_vehicle]
- #Range: > -2147483648
- staminaDelta = 20
- #Range: > 0
- recoveryDelay = 0
-
- [paraglider.panic_paragliding]
- #Range: > -2147483648
- staminaDelta = -3
- #Range: > 0
- recoveryDelay = 10
-
- [paraglider.paragliding]
- #Range: > -2147483648
- staminaDelta = -3
- #Range: > 0
- recoveryDelay = 10
-
- [paraglider.running]
- #Range: > -2147483648
- staminaDelta = -10
- #Range: > 0
- recoveryDelay = 10
-
- [paraglider.swimming]
- #Range: > -2147483648
- staminaDelta = -6
- #Range: > 0
- recoveryDelay = 10
-
- [paraglider.underwater]
- #Range: > -2147483648
- staminaDelta = 3
- #Range: > 0
- recoveryDelay = 0
-
+
+#Configuration file for player states.
+#You can adjust stamina delta (negative value means consumption / positive value means gain) and
+#recovery delay (in ticks) of all player states registered in the game.
+#To reload the config, use the following command: /paraglider reloadPlayerStates
+#
+[paraglider]
+
+ [paraglider.ascending]
+ #Range: > -2147483648
+ staminaDelta = -3
+ #Range: > 0
+ recoveryDelay = 10
+
+ [paraglider.breathing_underwater]
+ #Range: > -2147483648
+ staminaDelta = 20
+ #Range: > 0
+ recoveryDelay = 0
+
+ [paraglider.flying]
+ #Range: > -2147483648
+ staminaDelta = 20
+ #Range: > 0
+ recoveryDelay = 0
+
+ [paraglider.idle]
+ #Range: > -2147483648
+ staminaDelta = 20
+ #Range: > 0
+ recoveryDelay = 0
+
+ [paraglider.midair]
+ #Range: > -2147483648
+ staminaDelta = 0
+ #Range: > 0
+ recoveryDelay = 0
+
+ [paraglider.on_vehicle]
+ #Range: > -2147483648
+ staminaDelta = 20
+ #Range: > 0
+ recoveryDelay = 0
+
+ [paraglider.panic_paragliding]
+ #Range: > -2147483648
+ staminaDelta = -3
+ #Range: > 0
+ recoveryDelay = 10
+
+ [paraglider.paragliding]
+ #Range: > -2147483648
+ staminaDelta = -3
+ #Range: > 0
+ recoveryDelay = 10
+
+ [paraglider.running]
+ #Range: > -2147483648
+ staminaDelta = -10
+ #Range: > 0
+ recoveryDelay = 10
+
+ [paraglider.swimming]
+ #Range: > -2147483648
+ staminaDelta = -6
+ #Range: > 0
+ recoveryDelay = 10
+
+ [paraglider.underwater]
+ #Range: > -2147483648
+ staminaDelta = 3
+ #Range: > 0
+ recoveryDelay = 0
+
diff --git a/config/patchouli-client.toml b/config/patchouli-client.toml
index ecdf233..61584db 100644
--- a/config/patchouli-client.toml
+++ b/config/patchouli-client.toml
@@ -1,16 +1,16 @@
-#Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled
-disableAdvancementLocking = false
-#Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_
-noAdvancementBooks = []
-#Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. Config Flag: testing_mode
-testingMode = false
-#Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book.
-inventoryButtonBook = ""
-#Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature.
-useShiftForQuickLookup = false
-#Set how text overflow should be coped with: overflow the text off the page, truncate overflowed text, or resize everything to fit. Relogin after changing.
-#Allowed Values: OVERFLOW, TRUNCATE, RESIZE
-textOverflowMode = "RESIZE"
-#How long in ticks the quick lookup key needs to be pressed before the book opens
-quickLookupTime = 10
-
+#Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled
+disableAdvancementLocking = false
+#Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_
+noAdvancementBooks = []
+#Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. Config Flag: testing_mode
+testingMode = false
+#Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book.
+inventoryButtonBook = ""
+#Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature.
+useShiftForQuickLookup = false
+#Set how text overflow should be coped with: overflow the text off the page, truncate overflowed text, or resize everything to fit. Relogin after changing.
+#Allowed Values: OVERFLOW, TRUNCATE, RESIZE
+textOverflowMode = "RESIZE"
+#How long in ticks the quick lookup key needs to be pressed before the book opens
+quickLookupTime = 10
+
diff --git a/config/pickupnotifier/pickupnotifier-client.toml b/config/pickupnotifier/pickupnotifier-client.toml
index d6628ad..f809551 100644
--- a/config/pickupnotifier/pickupnotifier-client.toml
+++ b/config/pickupnotifier/pickupnotifier-client.toml
@@ -1,68 +1,68 @@
-
-[display]
- #Should the picked up amount be shown when it's just a single item.
- display_single_count = true
- #Add the total amount of an item in your inventory to the entry.
- inventory_count = false
- #Mode for drawing a background behind entries for better visibility. 'CHAT' is similar to the chat background, 'TOOLTIP' uses the tooltip background rendering instead.
- #Allowed Values: NONE, CHAT, TOOLTIP
- entry_background = "NONE"
- #Add the name of the item to the entry.
- display_item_name = true
- #Where and if to display the amount of items picked up. 'SPRITE' will render the amount on the item sprite like in inventories, 'TEXT' will add a dedicated text including the amount to the item name display.
- #Allowed Values: OFF, SPRITE, TEXT, BOTH
- display_amount = "TEXT"
- #Show a small sprite next to the name of each entry showing its contents.
- draw_sprites = true
- #Color of the entry name text.
- #Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE
- default_color = "WHITE"
- #Ignore rarity of items and always use color specified in "Text Color" instead.
- ignore_rarity = false
- #Screen corner for entry list to be drawn in.
- #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
- screen_corner = "BOTTOM_RIGHT"
- #Offset on x-axis from screen border.
- #Range: > 0
- offset_x = 8
- #Offset on y-axis from screen border.
- #Range: > 0
- offset_y = 4
- #Percentage of relative screen height entries are allowed to fill at max.
- #Range: 0.0 ~ 1.0
- max_height = 0.5
- #Scale of entries. A lower scale will make room for more rows to show. Works together with "GUI Scale" option in "Video Settings".
- #Range: 1 ~ 24
- scale = 4
-
-[general]
- #Prevent items from being added to the pick-up log when in creative mode.
- disable_in_creative = false
- #Show the value of experience points collected instead of the amount of individual orbs.
- experience_value = true
- #Force-run the mod on the client-side only.
- #Only enable this when there are problems, e. g. the same pick-up being logged multiple times. Partial item stack pick-ups (when the inventory is full) won't show, and backpack compat won't work.
- #When playing on a server without this mod this option will be used automatically.
- force_client_only = false
- #Show item entities the player has collected in the pick-up notifications.
- include_items = true
- #Show experience orbs the player has collected in the pick-up notifications.
- include_experience = true
- #Show shot arrows the player has collected in the pick-up notifications.
- include_arrows = true
-
-[behavior]
- #Combine entries of the same type instead of showing each one individually.
- #Allowed Values: ALWAYS, NEVER, EXCLUDE_NAMED
- combine_entries = "EXCLUDE_NAMED"
- #Amount of ticks each entry will be shown for. Set to 0 to only remove entries when space for new ones is needed.
- #Range: > 0
- display_time = 80
- #Make outdated entries slowly move out of the screen instead of disappearing in place.
- move_out_of_screen = true
- #Amount of ticks it takes for an entry to move out of the screen. Value cannot be larger than "Display Time".
- #Range: > 0
- move_time = 20
- #Make outdated entry names slowly fade away instead of simply vanishing.
- fade_away = true
-
+
+[display]
+ #Should the picked up amount be shown when it's just a single item.
+ display_single_count = true
+ #Add the total amount of an item in your inventory to the entry.
+ inventory_count = false
+ #Mode for drawing a background behind entries for better visibility. 'CHAT' is similar to the chat background, 'TOOLTIP' uses the tooltip background rendering instead.
+ #Allowed Values: NONE, CHAT, TOOLTIP
+ entry_background = "NONE"
+ #Add the name of the item to the entry.
+ display_item_name = true
+ #Where and if to display the amount of items picked up. 'SPRITE' will render the amount on the item sprite like in inventories, 'TEXT' will add a dedicated text including the amount to the item name display.
+ #Allowed Values: OFF, SPRITE, TEXT, BOTH
+ display_amount = "TEXT"
+ #Show a small sprite next to the name of each entry showing its contents.
+ draw_sprites = true
+ #Color of the entry name text.
+ #Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE
+ default_color = "WHITE"
+ #Ignore rarity of items and always use color specified in "Text Color" instead.
+ ignore_rarity = false
+ #Screen corner for entry list to be drawn in.
+ #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
+ screen_corner = "BOTTOM_RIGHT"
+ #Offset on x-axis from screen border.
+ #Range: > 0
+ offset_x = 8
+ #Offset on y-axis from screen border.
+ #Range: > 0
+ offset_y = 4
+ #Percentage of relative screen height entries are allowed to fill at max.
+ #Range: 0.0 ~ 1.0
+ max_height = 0.5
+ #Scale of entries. A lower scale will make room for more rows to show. Works together with "GUI Scale" option in "Video Settings".
+ #Range: 1 ~ 24
+ scale = 4
+
+[general]
+ #Prevent items from being added to the pick-up log when in creative mode.
+ disable_in_creative = false
+ #Show the value of experience points collected instead of the amount of individual orbs.
+ experience_value = true
+ #Force-run the mod on the client-side only.
+ #Only enable this when there are problems, e. g. the same pick-up being logged multiple times. Partial item stack pick-ups (when the inventory is full) won't show, and backpack compat won't work.
+ #When playing on a server without this mod this option will be used automatically.
+ force_client_only = false
+ #Show item entities the player has collected in the pick-up notifications.
+ include_items = true
+ #Show experience orbs the player has collected in the pick-up notifications.
+ include_experience = true
+ #Show shot arrows the player has collected in the pick-up notifications.
+ include_arrows = true
+
+[behavior]
+ #Combine entries of the same type instead of showing each one individually.
+ #Allowed Values: ALWAYS, NEVER, EXCLUDE_NAMED
+ combine_entries = "EXCLUDE_NAMED"
+ #Amount of ticks each entry will be shown for. Set to 0 to only remove entries when space for new ones is needed.
+ #Range: > 0
+ display_time = 80
+ #Make outdated entries slowly move out of the screen instead of disappearing in place.
+ move_out_of_screen = true
+ #Amount of ticks it takes for an entry to move out of the screen. Value cannot be larger than "Display Time".
+ #Range: > 0
+ move_time = 20
+ #Make outdated entry names slowly fade away instead of simply vanishing.
+ fade_away = true
+
diff --git a/config/pickupnotifier/pickupnotifier-server.toml b/config/pickupnotifier/pickupnotifier-server.toml
index 58bbf4b..241e274 100644
--- a/config/pickupnotifier/pickupnotifier-server.toml
+++ b/config/pickupnotifier/pickupnotifier-server.toml
@@ -1,6 +1,6 @@
-#Collect partial pick-up entries (when there isn't enough room in your inventory) in the log.
-#Might accidentally log items that have not been picked up, therefore it can be disabled.
-partial_pick_ups = true
-#Show entries for items picked up that don't go to the player's inventory. This will enable compatibility with some backpack mods, but might also falsely log items the player never actually receives; depending on the backpack implementation.
-backpack_integration = true
-
+#Collect partial pick-up entries (when there isn't enough room in your inventory) in the log.
+#Might accidentally log items that have not been picked up, therefore it can be disabled.
+partial_pick_ups = true
+#Show entries for items picked up that don't go to the player's inventory. This will enable compatibility with some backpack mods, but might also falsely log items the player never actually receives; depending on the backpack implementation.
+backpack_integration = true
+
diff --git a/config/polymorph-integrations.toml b/config/polymorph-integrations.toml
index 99fb6ac..37b3816 100644
--- a/config/polymorph-integrations.toml
+++ b/config/polymorph-integrations.toml
@@ -1,6 +1,6 @@
-# Please be aware that enabling any third-party mod integration introduces instability and performance overheads, caution is strongly advised.
-# If crashes or issues arise, disable the related modules as the first step in troubleshooting and report the issue to Polymorph.
-fastfurnace = true
-fastsuite = true
-fastbench = true
-
+# Please be aware that enabling any third-party mod integration introduces instability and performance overheads, caution is strongly advised.
+# If crashes or issues arise, disable the related modules as the first step in troubleshooting and report the issue to Polymorph.
+fastfurnace = true
+fastsuite = true
+fastbench = true
+
diff --git a/config/questsadditions-client.toml b/config/questsadditions-client.toml
index 5a189ad..dcd2770 100644
--- a/config/questsadditions-client.toml
+++ b/config/questsadditions-client.toml
@@ -1,6 +1,6 @@
-
-[Configs]
- #Set to true to have the zoom centered on your mouse position
- #instead of the center of the screen.
- mouse_zoom = false
-
+
+[Configs]
+ #Set to true to have the zoom centered on your mouse position
+ #instead of the center of the screen.
+ mouse_zoom = false
+
diff --git a/config/quickstack-client.toml b/config/quickstack-client.toml
index ccd0221..db846f0 100644
--- a/config/quickstack-client.toml
+++ b/config/quickstack-client.toml
@@ -1,35 +1,35 @@
-
-[general]
- #Enable dump button.
- "Enable Dump Button" = true
- #Ignore hotbar when transferring.
- "Ignore Hotbar" = true
- #Highlight nearby containers.
- "Highlight containers" = true
- # information to the chat when task is complete.
- "Display Message" = true
- #Show button in the player inventory.
- "Show inventory button" = true
- #Creative inventory button position width offset.
- #Range: > -2147483648
- "Creative inventory button X offset" = 71
- #Creative inventory button position height offset.
- #Range: > -2147483648
- "Creative inventory button Y offset" = -63
- #Blocks highlighting delay in milliseconds. Delay < 0 means forever.
- #Range: > -1
- "Highlight delay" = 3000
- #Min number of slots that a container can be eligible for transfer to, this will exclude furnaces and most machines with a low slot count.
- #Range: > 0
- "Minimum Slots" = 6
- #Survival inventory button position width offset.
- #Range: > -2147483648
- "Survival inventory button X offset" = 50
- #Survival inventory button position height offset.
- #Range: > -2147483648
- "Survival inventory button Y offset" = -18
- #favorites color background
- favorite_color = "#FFFFBB"
- "Blacklisted Block Entities" = ["minecraft:furnace", "minecraft:blast_furnace", "minecraft:smoker"]
- "Whitelisted containers" = ["curios:curios_container"]
-
+
+[general]
+ #Enable dump button.
+ "Enable Dump Button" = true
+ #Ignore hotbar when transferring.
+ "Ignore Hotbar" = true
+ #Highlight nearby containers.
+ "Highlight containers" = true
+ # information to the chat when task is complete.
+ "Display Message" = true
+ #Show button in the player inventory.
+ "Show inventory button" = true
+ #Creative inventory button position width offset.
+ #Range: > -2147483648
+ "Creative inventory button X offset" = 71
+ #Creative inventory button position height offset.
+ #Range: > -2147483648
+ "Creative inventory button Y offset" = -63
+ #Blocks highlighting delay in milliseconds. Delay < 0 means forever.
+ #Range: > -1
+ "Highlight delay" = 3000
+ #Min number of slots that a container can be eligible for transfer to, this will exclude furnaces and most machines with a low slot count.
+ #Range: > 0
+ "Minimum Slots" = 6
+ #Survival inventory button position width offset.
+ #Range: > -2147483648
+ "Survival inventory button X offset" = 50
+ #Survival inventory button position height offset.
+ #Range: > -2147483648
+ "Survival inventory button Y offset" = -18
+ #favorites color background
+ favorite_color = "#FFFFBB"
+ "Blacklisted Block Entities" = ["minecraft:furnace", "minecraft:blast_furnace", "minecraft:smoker"]
+ "Whitelisted containers" = ["curios:curios_container"]
+
diff --git a/config/railways-client.toml b/config/railways-client.toml
index 6d8b7da..d0742a3 100644
--- a/config/railways-client.toml
+++ b/config/railways-client.toml
@@ -1,56 +1,56 @@
-
-#.
-#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder!
-[client]
- #.
- #Show extended debug info in coupler goggle overlay
- showExtendedCouplerDebug = false
- #.
- #Skip clientside train derailing. This prevents stuttering when a train places tracks, but trains will not appear derailed when they crash
- skipClientDerailing = false
- #.
- #Use a scanline shader when spying through a conductor
- useConductorSpyShader = true
- #.
- #Vertical offset for track overlays
- #Range: -256.0 ~ 256.0
- trackOverlayOffset = 0.0
- #.
- #Whether to actually apply the dev cape (ignored for non-devs)
- #This setting may require a relog to take effect
- useDevCape = true
- #.
- #Disable the optifine warning screen [DANGER]: Using optifine With Steam 'n' Rails may cause issues and you will not get any support for optifine related issues.
- disableOptifineNag = false
-
- #.
- #Smoke Settings
- [client.smoke]
- #.
- #[in Ticks]
- #Lifetime of smoke particles emitted by contraptions
- #Range: 20 ~ 1000
- smokeLifetime = 500
- #.
- #Smoke emission rate on contraptions
- #Range: 0.0 ~ 10.0
- smokePercentage = 0.75
- #.
- #Smoke texture quality
- #Allowed Values: LOW, MEDIUM, HIGH, ULTRA
- smokeQuality = "HIGH"
-
- #.
- #Journeymap Settings
- [client.journeymap]
- #.
- #[in Ticks]
- #Journeymap train overlay update time
- #Range: 1 ~ 600
- updateRate = 1
- #.
- #[in Ticks]
- #Journeymap train overlay old marker removal check time
- #Range: 10 ~ 1200
- removeObsoleteRate = 200
-
+
+#.
+#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder!
+[client]
+ #.
+ #Show extended debug info in coupler goggle overlay
+ showExtendedCouplerDebug = false
+ #.
+ #Skip clientside train derailing. This prevents stuttering when a train places tracks, but trains will not appear derailed when they crash
+ skipClientDerailing = false
+ #.
+ #Use a scanline shader when spying through a conductor
+ useConductorSpyShader = true
+ #.
+ #Vertical offset for track overlays
+ #Range: -256.0 ~ 256.0
+ trackOverlayOffset = 0.0
+ #.
+ #Whether to actually apply the dev cape (ignored for non-devs)
+ #This setting may require a relog to take effect
+ useDevCape = true
+ #.
+ #Disable the optifine warning screen [DANGER]: Using optifine With Steam 'n' Rails may cause issues and you will not get any support for optifine related issues.
+ disableOptifineNag = false
+
+ #.
+ #Smoke Settings
+ [client.smoke]
+ #.
+ #[in Ticks]
+ #Lifetime of smoke particles emitted by contraptions
+ #Range: 20 ~ 1000
+ smokeLifetime = 500
+ #.
+ #Smoke emission rate on contraptions
+ #Range: 0.0 ~ 10.0
+ smokePercentage = 0.75
+ #.
+ #Smoke texture quality
+ #Allowed Values: LOW, MEDIUM, HIGH, ULTRA
+ smokeQuality = "HIGH"
+
+ #.
+ #Journeymap Settings
+ [client.journeymap]
+ #.
+ #[in Ticks]
+ #Journeymap train overlay update time
+ #Range: 1 ~ 600
+ updateRate = 1
+ #.
+ #[in Ticks]
+ #Journeymap train overlay old marker removal check time
+ #Range: 10 ~ 1200
+ removeObsoleteRate = 200
+
diff --git a/config/railways-common.toml b/config/railways-common.toml
index 2845004..7d14123 100644
--- a/config/railways-common.toml
+++ b/config/railways-common.toml
@@ -1,9 +1,9 @@
-#.
-#Register integration tracks for mods that are not present
-#[@cui:RequiresReload:both]
-registerMissingTracks = false
-#.
-#Disable Steam 'n' Rails datafixers. Do not enable this config if your world contains pre-Create 0.5.1 monobogeys, because then they will be destroyed
-#[@cui:RequiresReload:both]
-disableDatafixer = false
-
+#.
+#Register integration tracks for mods that are not present
+#[@cui:RequiresReload:both]
+registerMissingTracks = false
+#.
+#Disable Steam 'n' Rails datafixers. Do not enable this config if your world contains pre-Create 0.5.1 monobogeys, because then they will be destroyed
+#[@cui:RequiresReload:both]
+disableDatafixer = false
+
diff --git a/config/refinedstorage-client.toml b/config/refinedstorage-client.toml
index 595644c..20a3280 100644
--- a/config/refinedstorage-client.toml
+++ b/config/refinedstorage-client.toml
@@ -1,23 +1,23 @@
-
-[grid]
- #The maximum amount of rows that the Grid can show when stretched
- #Range: > 3
- maxRowsStretch = 2147483647
- #Whether the Grid should display a detailed tooltip when hovering over an item or fluid
- detailedTooltip = true
- #Whether the Grid should use a large font for stack quantity display
- largeFont = false
- #Whether the Grid should prevent sorting while the shift key is held down
- preventSortingWhileShiftIsDown = true
- #Whether the Grid should remember the search query when closing and re-opening the Grid
- rememberSearchQuery = false
-
-[crafterManager]
- #The maximum amount of rows that the Crafter Manager can show when stretched
- #Range: > 3
- maxRowsStretch = 2147483647
-
-[cover]
- #When true all the possible covers will be added to JEI (Game restart required)
- showAllCoversInJEI = false
-
+
+[grid]
+ #The maximum amount of rows that the Grid can show when stretched
+ #Range: > 3
+ maxRowsStretch = 2147483647
+ #Whether the Grid should display a detailed tooltip when hovering over an item or fluid
+ detailedTooltip = true
+ #Whether the Grid should use a large font for stack quantity display
+ largeFont = false
+ #Whether the Grid should prevent sorting while the shift key is held down
+ preventSortingWhileShiftIsDown = true
+ #Whether the Grid should remember the search query when closing and re-opening the Grid
+ rememberSearchQuery = false
+
+[crafterManager]
+ #The maximum amount of rows that the Crafter Manager can show when stretched
+ #Range: > 3
+ maxRowsStretch = 2147483647
+
+[cover]
+ #When true all the possible covers will be added to JEI (Game restart required)
+ showAllCoversInJEI = false
+
diff --git a/config/repurposed_structures-forge/modded_loot.toml b/config/repurposed_structures-forge/modded_loot.toml
index 2fb803c..37caa23 100644
--- a/config/repurposed_structures-forge/modded_loot.toml
+++ b/config/repurposed_structures-forge/modded_loot.toml
@@ -1,8 +1,8 @@
-#Adds modded loot from vanilla structure's loot tables and injects them into Repurposed Structure's loot tables.
-#Example: Snowy Pyramid gets all modded items that vanilla Desert Temple can have.
-importModdedItems = true
-#Add the identifiers for Repurposed Structures's loottable you want to turn off the automatic modded item importing code for.
-#Separate multiple entries with a comma.
-#Example: "repurposed_structures:chests/mansions/birch, repurposed_structures:chests/mineshafts/jungle"
-blacklistedRSLoottablesFromImportingModdedItems = ""
-
+#Adds modded loot from vanilla structure's loot tables and injects them into Repurposed Structure's loot tables.
+#Example: Snowy Pyramid gets all modded items that vanilla Desert Temple can have.
+importModdedItems = true
+#Add the identifiers for Repurposed Structures's loottable you want to turn off the automatic modded item importing code for.
+#Separate multiple entries with a comma.
+#Example: "repurposed_structures:chests/mansions/birch, repurposed_structures:chests/mineshafts/jungle"
+blacklistedRSLoottablesFromImportingModdedItems = ""
+
diff --git a/config/rightclickharvest.toml b/config/rightclickharvest.toml
index 4721d65..b18c080 100644
--- a/config/rightclickharvest.toml
+++ b/config/rightclickharvest.toml
@@ -1,5 +1,5 @@
-requireHoe = false
-harvestInRadius = true
-#Allowed Values: NONE, LOW, NORMAL, HIGH
-hungerLevel = "NORMAL"
-
+requireHoe = false
+harvestInRadius = true
+#Allowed Values: NONE, LOW, NORMAL, HIGH
+hungerLevel = "NORMAL"
+
diff --git a/config/saturn-optimizations.toml b/config/saturn-optimizations.toml
index 071ae1d..47afa04 100644
--- a/config/saturn-optimizations.toml
+++ b/config/saturn-optimizations.toml
@@ -1,9 +1,9 @@
-#(default = true) Optimizes memory allocation by caching objects to static final references.
-optimizeMemoryAllocations = true
-#(default = true) Reduces garbage collection (GC) heap by avoid creating unnecessary objects.
-reduceGCHeap = true
-#(default = true) Fixes memory leaks which takes the memory continuously.
-fixMemoryLeaks = true
-#(default = true) Removes duplicated threading detector locks.
-removeThreadingDetectorLocks = true
-
+#(default = true) Optimizes memory allocation by caching objects to static final references.
+optimizeMemoryAllocations = true
+#(default = true) Reduces garbage collection (GC) heap by avoid creating unnecessary objects.
+reduceGCHeap = true
+#(default = true) Fixes memory leaks which takes the memory continuously.
+fixMemoryLeaks = true
+#(default = true) Removes duplicated threading detector locks.
+removeThreadingDetectorLocks = true
+
diff --git a/config/sebastrnlib-client.toml b/config/sebastrnlib-client.toml
index 3ce02d5..a647749 100644
--- a/config/sebastrnlib-client.toml
+++ b/config/sebastrnlib-client.toml
@@ -1,3 +1,3 @@
-#Display a thank you message at spawn?
-sayThanksMessage = false
-
+#Display a thank you message at spawn?
+sayThanksMessage = false
+
diff --git a/config/serverconfigupdater-common.toml b/config/serverconfigupdater-common.toml
index dc4d8d9..cd13e44 100644
--- a/config/serverconfigupdater-common.toml
+++ b/config/serverconfigupdater-common.toml
@@ -1,12 +1,12 @@
-
-["Version Configuration"]
- # Define a version here. On world load the mod will look up the serverconfig version and reset all files that specified up to the newest version.
- # Example: ["1=minecraft","2=forge"] will reset minecraft and forge config on first load, but will only reset forge if the world has been loaded before with only version 1 defined
- versions = ["1=aggroindicator,create,dimensionviewer,minecolonies,mmorpg,solapplepie,sophisticatedbackpacks", "2=aggroindicator,create,dimensionviewer,minecolonies,mmorpg,solapplepie,sophisticatedbackpacks", "3=aggroindicator,create,dimensionviewer,minecolonies,mmorpg,solapplepie,sophisticatedbackpacks", "3=aggroindicator,create,dimensionviewer,minecolonies,mmorpg,solapplepie,sophisticatedbackpacks", "4=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "5=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "6=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "7=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "8=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "9=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "10=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks,temporary_spawners", "11=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks,temporary_spawners", "12=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks,temporary_spawners", "13=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks,temporary_spawners,doggytalents", "14=mmorpg,riskofrain-mobs", "15=mmorpg", "16=mmorpg", "17=mmorpg,minecolonies,easier_sleeping,create", "18=easier_sleeping", "19=mmorpg", "20=mmorpg,solapplepie", "21=solapplepie,betterarcheology,quickstack,doggytalents,ftbultimine,crashutilities,paraglider,minecolonies", "22=mmorpg,paraglider", "23=mmorpg,paraglider"]
-
-["File Deleter"]
- # This is intended for deleting files for pack updates. This is a last resort! Replace with empty files instead when possible. The file will be deleted every launch if it exists! Specify the path to the file. Comma Separated List. Example: scripts/badscript.zs
- files = [""]
- # By default Folders are only deleted if they are empty. Set to true to change that.
- deleteFoldersWithContent = false
-
+
+["Version Configuration"]
+ # Define a version here. On world load the mod will look up the serverconfig version and reset all files that specified up to the newest version.
+ # Example: ["1=minecraft","2=forge"] will reset minecraft and forge config on first load, but will only reset forge if the world has been loaded before with only version 1 defined
+ versions = ["1=aggroindicator,create,dimensionviewer,minecolonies,mmorpg,solapplepie,sophisticatedbackpacks", "2=aggroindicator,create,dimensionviewer,minecolonies,mmorpg,solapplepie,sophisticatedbackpacks", "3=aggroindicator,create,dimensionviewer,minecolonies,mmorpg,solapplepie,sophisticatedbackpacks", "3=aggroindicator,create,dimensionviewer,minecolonies,mmorpg,solapplepie,sophisticatedbackpacks", "4=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "5=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "6=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "7=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "8=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "9=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks", "10=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks,temporary_spawners", "11=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks,temporary_spawners", "12=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks,temporary_spawners", "13=aggroindicator,create,dimensionviewer,ftbultimine,minecolonies,mmorpg,riskofrain-mobs,solapplepie,sophisticatedbackpacks,temporary_spawners,doggytalents", "14=mmorpg,riskofrain-mobs", "15=mmorpg", "16=mmorpg", "17=mmorpg,minecolonies,easier_sleeping,create", "18=easier_sleeping", "19=mmorpg", "20=mmorpg,solapplepie", "21=solapplepie,betterarcheology,quickstack,doggytalents,ftbultimine,crashutilities,paraglider,minecolonies", "22=mmorpg,paraglider", "23=mmorpg,paraglider"]
+
+["File Deleter"]
+ # This is intended for deleting files for pack updates. This is a last resort! Replace with empty files instead when possible. The file will be deleted every launch if it exists! Specify the path to the file. Comma Separated List. Example: scripts/badscript.zs
+ files = [""]
+ # By default Folders are only deleted if they are empty. Set to true to change that.
+ deleteFoldersWithContent = false
+
diff --git a/config/shouldersurfing.toml b/config/shouldersurfing.toml
index dd95c14..47ce2bb 100644
--- a/config/shouldersurfing.toml
+++ b/config/shouldersurfing.toml
@@ -1,124 +1,124 @@
-
-[perspective]
- #The default perspective when you load the game.
- #Allowed Values: FIRST_PERSON, THIRD_PERSON_BACK, THIRD_PERSON_FRONT, SHOULDER_SURFING
- default_perspective = "FIRST_PERSON"
- #Whether or not to remember the last perspective used.
- remember_last_perspective = true
- #Whether or not to replace the default third person perspective.
- replace_default_perspective = false
- #Whether or not to limit the player reach depending on the crosshair location (perspective offset).
- limit_player_reach = true
- #Size of the camera adjustment per step.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- camera_step_size = 0.025
- #Whether or not to temporarily center the camera when climbing.
- center_camera_when_climbing = true
- #The angle at which the camera will be centered when looking down. Set to 0 to disable.
- #Range: 0.0 ~ 90.0
- center_camera_when_looking_down_angle = 15.0
- #The distance multiplier on whether or not to hide the player model if the camera gets too close to it. Set to 0 to disable.
- #Range: 0.0 ~ 1.7976931348623157E308
- keep_camera_out_of_head_distance_multiplier = 0.75
- #The speed multiplier at which the camera transitions between positions.
- #Range: 0.05 ~ 1.0
- camera_transition_speed_multiplier = 0.25
- #The angle at which the player will no longer be rendered when looking up. Set to 0 to disable.
- #Range: 0.0 ~ 90.0
- hide_player_when_looking_up_angle = 15.0
- #Whether or not to dynamically adjust camera offsets depending on space constraints.
- dynamically_adjust_offsets = true
- #Whether or not to skip the third person front perspective.
- skip_third_person_front_perspective = false
-
- [perspective.offset]
- #Third person camera x-offset.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- offset_x = -0.4999999999999998
- #Third person camera y-offset.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- offset_y = 0.0
- #Third person camera z-offset.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- offset_z = 2.8750000000000004
-
- [perspective.offset.min]
- #If x-offset is limited this is the minimum amount.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- min_offset_x = -3.0
- #If y-offset is limited this is the minimum amount.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- min_offset_y = -1.0
- #If z-offset is limited this is the minimum amount.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- min_offset_z = -3.0
-
- [perspective.offset.max]
- #If x-offset is limited this is the maximum amount.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- max_offset_x = 3.0
- #If y-offset is limited this is the maximum amount.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- max_offset_y = 1.5
- #If z-offset is limited this is the maximum amount.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- max_offset_z = 5.0
-
- [perspective.offset.limits]
- #Whether or not x-offset adjustment has limits.
- unlimited_offset_x = false
- #Whether or not y-offset adjustment has limits.
- unlimited_offset_y = false
- #Whether or not z-offset adjustment has limits.
- unlimited_offset_z = false
-
- [perspective.offset.multiplier]
-
- [perspective.offset.multiplier.passenger]
- #x-offset multiplier for when the player is a passenger.
- #Range: 0.0 ~ 1.7976931348623157E308
- multiplier_offset_x = 1.0
- #y-offset multiplier for when the player is a passenger.
- #Range: 0.0 ~ 1.7976931348623157E308
- multiplier_offset_y = 1.0
- #z-offset multiplier for when the player is a passenger.
- #Range: 0.0 ~ 1.7976931348623157E308
- multiplier_offset_z = 1.0
-
- [perspective.offset.multiplier.sprint]
- #x-offset multiplier for when the player is sprinting.
- #Range: 0.0 ~ 1.7976931348623157E308
- multiplier_offset_x = 1.0
- #y-offset multiplier for when the player is sprinting.
- #Range: 0.0 ~ 1.7976931348623157E308
- multiplier_offset_y = 1.0
- #z-offset multiplier for when the player is sprinting.
- #Range: 0.0 ~ 1.7976931348623157E308
- multiplier_offset_z = 1.0
-
-[crosshair]
- #Crosshair type to use for shoulder surfing.
- #Allowed Values: ADAPTIVE, DYNAMIC, STATIC, STATIC_WITH_1PP, DYNAMIC_WITH_1PP
- crosshair_type = "ADAPTIVE"
- #The raytrace distance used for the dynamic crosshair.
- #Range: 0.0 ~ 1.7976931348623157E308
- custom_raytrace_distance = 400.0
- #Whether or not to use the custom raytrace distance used for the dynamic crosshair.
- use_custom_raytrace_distance = true
- #Additional items that trigger the dynamic crosshair when in apative mode.
- adaptive_crosshair_items = ["minecraft:snowball", "minecraft:egg", "minecraft:experience_bottle", "minecraft:ender_pearl", "minecraft:splash_potion", "minecraft:fishing_rod", "minecraft:lingering_potion"]
-
- [crosshair.visibility]
- #Crosshair visibility for first_person.
- #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
- first_person = "ALWAYS"
- #Crosshair visibility for third_person_back.
- #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
- third_person_back = "NEVER"
- #Crosshair visibility for third_person_front.
- #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
- third_person_front = "NEVER"
- #Crosshair visibility for shoulder_surfing.
- #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
- shoulder_surfing = "ALWAYS"
-
+
+[perspective]
+ #The default perspective when you load the game.
+ #Allowed Values: FIRST_PERSON, THIRD_PERSON_BACK, THIRD_PERSON_FRONT, SHOULDER_SURFING
+ default_perspective = "FIRST_PERSON"
+ #Whether or not to remember the last perspective used.
+ remember_last_perspective = true
+ #Whether or not to replace the default third person perspective.
+ replace_default_perspective = false
+ #Whether or not to limit the player reach depending on the crosshair location (perspective offset).
+ limit_player_reach = true
+ #Size of the camera adjustment per step.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ camera_step_size = 0.025
+ #Whether or not to temporarily center the camera when climbing.
+ center_camera_when_climbing = true
+ #The angle at which the camera will be centered when looking down. Set to 0 to disable.
+ #Range: 0.0 ~ 90.0
+ center_camera_when_looking_down_angle = 15.0
+ #The distance multiplier on whether or not to hide the player model if the camera gets too close to it. Set to 0 to disable.
+ #Range: 0.0 ~ 1.7976931348623157E308
+ keep_camera_out_of_head_distance_multiplier = 0.75
+ #The speed multiplier at which the camera transitions between positions.
+ #Range: 0.05 ~ 1.0
+ camera_transition_speed_multiplier = 0.25
+ #The angle at which the player will no longer be rendered when looking up. Set to 0 to disable.
+ #Range: 0.0 ~ 90.0
+ hide_player_when_looking_up_angle = 15.0
+ #Whether or not to dynamically adjust camera offsets depending on space constraints.
+ dynamically_adjust_offsets = true
+ #Whether or not to skip the third person front perspective.
+ skip_third_person_front_perspective = false
+
+ [perspective.offset]
+ #Third person camera x-offset.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ offset_x = -0.4999999999999998
+ #Third person camera y-offset.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ offset_y = 0.0
+ #Third person camera z-offset.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ offset_z = 2.8750000000000004
+
+ [perspective.offset.min]
+ #If x-offset is limited this is the minimum amount.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ min_offset_x = -3.0
+ #If y-offset is limited this is the minimum amount.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ min_offset_y = -1.0
+ #If z-offset is limited this is the minimum amount.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ min_offset_z = -3.0
+
+ [perspective.offset.max]
+ #If x-offset is limited this is the maximum amount.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ max_offset_x = 3.0
+ #If y-offset is limited this is the maximum amount.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ max_offset_y = 1.5
+ #If z-offset is limited this is the maximum amount.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ max_offset_z = 5.0
+
+ [perspective.offset.limits]
+ #Whether or not x-offset adjustment has limits.
+ unlimited_offset_x = false
+ #Whether or not y-offset adjustment has limits.
+ unlimited_offset_y = false
+ #Whether or not z-offset adjustment has limits.
+ unlimited_offset_z = false
+
+ [perspective.offset.multiplier]
+
+ [perspective.offset.multiplier.passenger]
+ #x-offset multiplier for when the player is a passenger.
+ #Range: 0.0 ~ 1.7976931348623157E308
+ multiplier_offset_x = 1.0
+ #y-offset multiplier for when the player is a passenger.
+ #Range: 0.0 ~ 1.7976931348623157E308
+ multiplier_offset_y = 1.0
+ #z-offset multiplier for when the player is a passenger.
+ #Range: 0.0 ~ 1.7976931348623157E308
+ multiplier_offset_z = 1.0
+
+ [perspective.offset.multiplier.sprint]
+ #x-offset multiplier for when the player is sprinting.
+ #Range: 0.0 ~ 1.7976931348623157E308
+ multiplier_offset_x = 1.0
+ #y-offset multiplier for when the player is sprinting.
+ #Range: 0.0 ~ 1.7976931348623157E308
+ multiplier_offset_y = 1.0
+ #z-offset multiplier for when the player is sprinting.
+ #Range: 0.0 ~ 1.7976931348623157E308
+ multiplier_offset_z = 1.0
+
+[crosshair]
+ #Crosshair type to use for shoulder surfing.
+ #Allowed Values: ADAPTIVE, DYNAMIC, STATIC, STATIC_WITH_1PP, DYNAMIC_WITH_1PP
+ crosshair_type = "ADAPTIVE"
+ #The raytrace distance used for the dynamic crosshair.
+ #Range: 0.0 ~ 1.7976931348623157E308
+ custom_raytrace_distance = 400.0
+ #Whether or not to use the custom raytrace distance used for the dynamic crosshair.
+ use_custom_raytrace_distance = true
+ #Additional items that trigger the dynamic crosshair when in apative mode.
+ adaptive_crosshair_items = ["minecraft:snowball", "minecraft:egg", "minecraft:experience_bottle", "minecraft:ender_pearl", "minecraft:splash_potion", "minecraft:fishing_rod", "minecraft:lingering_potion"]
+
+ [crosshair.visibility]
+ #Crosshair visibility for first_person.
+ #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
+ first_person = "ALWAYS"
+ #Crosshair visibility for third_person_back.
+ #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
+ third_person_back = "NEVER"
+ #Crosshair visibility for third_person_front.
+ #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
+ third_person_front = "NEVER"
+ #Crosshair visibility for shoulder_surfing.
+ #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
+ shoulder_surfing = "ALWAYS"
+
diff --git a/config/showcaseitem-common.toml b/config/showcaseitem-common.toml
index 1aa17d9..d9a1b96 100644
--- a/config/showcaseitem-common.toml
+++ b/config/showcaseitem-common.toml
@@ -1,5 +1,5 @@
-#Showcase Item Options
-#
-#Render Items in Chat
-renderItemsInChat = true
-
+#Showcase Item Options
+#
+#Render Items in Chat
+renderItemsInChat = true
+
diff --git a/config/simplehats-client.toml b/config/simplehats-client.toml
index eebe8a9..b41675c 100644
--- a/config/simplehats-client.toml
+++ b/config/simplehats-client.toml
@@ -1,8 +1,8 @@
-
-[Client]
- #Y Offset for hats to match skin's features if desired.
- #Range: -1.0 ~ 1.0
- hatYOffset = 0.0
- #Force hats to not render on self when in first person. (For compatability with First-Person-Model mods, normally not needed)
- forceFirstPersonNoRender = false
-
+
+[Client]
+ #Y Offset for hats to match skin's features if desired.
+ #Range: -1.0 ~ 1.0
+ hatYOffset = 0.0
+ #Force hats to not render on self when in first person. (For compatability with First-Person-Model mods, normally not needed)
+ forceFirstPersonNoRender = false
+
diff --git a/config/simplehats-common.toml b/config/simplehats-common.toml
index fb04efa..491b51f 100644
--- a/config/simplehats-common.toml
+++ b/config/simplehats-common.toml
@@ -1,10 +1,10 @@
-
-[General]
- #Keep equipped hat on death.
- keepHatOnDeath = true
- #Chance for a seasonal bag to drop when using a bag during a seasonal event. (0 effectively disables seasons)
- #Range: 0.0 ~ 1.0
- seasonalBagChance = 0.0
- #Allow equipping hat in helmet slot for compatibility with non-player entities/displays.
- allowHatInHelmetSlot = false
-
+
+[General]
+ #Keep equipped hat on death.
+ keepHatOnDeath = true
+ #Chance for a seasonal bag to drop when using a bag during a seasonal event. (0 effectively disables seasons)
+ #Range: 0.0 ~ 1.0
+ seasonalBagChance = 0.0
+ #Allow equipping hat in helmet slot for compatibility with non-player entities/displays.
+ allowHatInHelmetSlot = false
+
diff --git a/config/simplemagnets-common.toml b/config/simplemagnets-common.toml
index b4e5ce5..cc9120c 100644
--- a/config/simplemagnets-common.toml
+++ b/config/simplemagnets-common.toml
@@ -1,63 +1,63 @@
-[Client]
- # Should the magnet play a ding sound when turned on or off?
- # Allowed values: true, false - Default: true
- playToggleSound = true
-
- # Should the magnet display a message on screen when turned on or off?
- # Allowed values: true, false - Default: true
- showToggleMessage = true
-
- # Should the Demagnetization Coil's range be highlighted when looking at it?
- # Allowed values: true, false - Default: true
- showDemagnetizationArea = true
-
-[General]
- # In what range should the Basic Magnet pickup items and xp?
- # Allowed range: 1 ~ 20 - Default: 5
- basicMagnetRange = 5
-
- # In what range should the Advanced Magnet pickup items and xp by default?
- # Allowed range: 1 ~ 20 - Default: 8
- advancedMagnetRange = 8
-
- # What is the minimum range of the Advanced Magnet?
- # Allowed range: 1 ~ 20 - Default: 3
- advancedMagnetMinRange = 3
-
- # What is the maximum range of the Advanced Magnet?
- # Allowed range: 1 ~ 20 - Default: 11
- advancedMagnetMaxRange = 11
-
- [General."Demagnetization Coils"]
- # In what range should the Basic Demagnetization Coil demagnetize items by default?
- # Allowed range: 1 ~ 10 - Default: 2
- basicCoilRange = 2
-
- # What is the minimum range of the Basic Demagnetization Coil?
- # Allowed range: 1 ~ 10 - Default: 1
- basicCoilMinRange = 1
-
- # What is the maximum range of the Basic Demagnetization Coil?
- # Allowed range: 1 ~ 10 - Default: 3
- basicCoilMaxRange = 3
-
- # Should the Basic Demagnetization Coil be able to filter items?
- # Allowed values: true, false - Default: false
- basicCoilFilter = false
-
- # In what range should the Advanced Demagnetization Coil pickup items and xp by default?
- # Allowed range: 1 ~ 10 - Default: 3
- advancedCoilRange = 3
-
- # What is the minimum range of the Advanced Demagnetization Coil?
- # Allowed range: 1 ~ 10 - Default: 1
- advancedCoilMinRange = 1
-
- # What is the maximum range of the Advanced Demagnetization Coil?
- # Allowed range: 1 ~ 10 - Default: 5
- advancedCoilMaxRange = 5
-
- # Should the Advanced Demagnetization Coil be able to filter items?
- # Allowed values: true, false - Default: true
- advancedCoilFilter = true
-
+[Client]
+ # Should the magnet play a ding sound when turned on or off?
+ # Allowed values: true, false - Default: true
+ playToggleSound = true
+
+ # Should the magnet display a message on screen when turned on or off?
+ # Allowed values: true, false - Default: true
+ showToggleMessage = true
+
+ # Should the Demagnetization Coil's range be highlighted when looking at it?
+ # Allowed values: true, false - Default: true
+ showDemagnetizationArea = true
+
+[General]
+ # In what range should the Basic Magnet pickup items and xp?
+ # Allowed range: 1 ~ 20 - Default: 5
+ basicMagnetRange = 5
+
+ # In what range should the Advanced Magnet pickup items and xp by default?
+ # Allowed range: 1 ~ 20 - Default: 8
+ advancedMagnetRange = 8
+
+ # What is the minimum range of the Advanced Magnet?
+ # Allowed range: 1 ~ 20 - Default: 3
+ advancedMagnetMinRange = 3
+
+ # What is the maximum range of the Advanced Magnet?
+ # Allowed range: 1 ~ 20 - Default: 11
+ advancedMagnetMaxRange = 11
+
+ [General."Demagnetization Coils"]
+ # In what range should the Basic Demagnetization Coil demagnetize items by default?
+ # Allowed range: 1 ~ 10 - Default: 2
+ basicCoilRange = 2
+
+ # What is the minimum range of the Basic Demagnetization Coil?
+ # Allowed range: 1 ~ 10 - Default: 1
+ basicCoilMinRange = 1
+
+ # What is the maximum range of the Basic Demagnetization Coil?
+ # Allowed range: 1 ~ 10 - Default: 3
+ basicCoilMaxRange = 3
+
+ # Should the Basic Demagnetization Coil be able to filter items?
+ # Allowed values: true, false - Default: false
+ basicCoilFilter = false
+
+ # In what range should the Advanced Demagnetization Coil pickup items and xp by default?
+ # Allowed range: 1 ~ 10 - Default: 3
+ advancedCoilRange = 3
+
+ # What is the minimum range of the Advanced Demagnetization Coil?
+ # Allowed range: 1 ~ 10 - Default: 1
+ advancedCoilMinRange = 1
+
+ # What is the maximum range of the Advanced Demagnetization Coil?
+ # Allowed range: 1 ~ 10 - Default: 5
+ advancedCoilMaxRange = 5
+
+ # Should the Advanced Demagnetization Coil be able to filter items?
+ # Allowed values: true, false - Default: true
+ advancedCoilFilter = true
+
diff --git a/config/sliceanddice-common.toml b/config/sliceanddice-common.toml
index ce999be..bc49c75 100644
--- a/config/sliceanddice-common.toml
+++ b/config/sliceanddice-common.toml
@@ -1,15 +1,15 @@
-
-[slicer]
- consume_tool_durability = true
- ignore_rotation = false
-
-[basin_cooking]
- enabled = true
- replace_fluid_containers = true
-
-[sprinkler]
- #Range: 10 ~ 2048
- fluid_capacity = 300
- #Range: 0 ~ 2048
- fluid_per_use = 100
-
+
+[slicer]
+ consume_tool_durability = true
+ ignore_rotation = false
+
+[basin_cooking]
+ enabled = true
+ replace_fluid_containers = true
+
+[sprinkler]
+ #Range: 10 ~ 2048
+ fluid_capacity = 300
+ #Range: 0 ~ 2048
+ fluid_per_use = 100
+
diff --git a/config/solapplepie-client.toml b/config/solapplepie-client.toml
index a11b160..53298a9 100644
--- a/config/solapplepie-client.toml
+++ b/config/solapplepie-client.toml
@@ -1,11 +1,11 @@
-
-[miscellaneous]
- # If true, foods indicate in their tooltips the last time they've been eaten, and their current diversity contribution.
- #
- isFoodTooltipEnabled = true
- #
- # If true, the food book lists benefits that you haven't acquired yet, in addition to the ones you have.
- #
- #
- shouldShowInactiveBenefits = true
-
+
+[miscellaneous]
+ # If true, foods indicate in their tooltips the last time they've been eaten, and their current diversity contribution.
+ #
+ isFoodTooltipEnabled = true
+ #
+ # If true, the food book lists benefits that you haven't acquired yet, in addition to the ones you have.
+ #
+ #
+ shouldShowInactiveBenefits = true
+
diff --git a/config/sophisticatedbackpacks-common.toml b/config/sophisticatedbackpacks-common.toml
index 7153b96..a31cf6b 100644
--- a/config/sophisticatedbackpacks-common.toml
+++ b/config/sophisticatedbackpacks-common.toml
@@ -1,6 +1,6 @@
-
-#Common Settings
-[common]
- #Turns on/off loot added to various vanilla chest loot tables
- chestLootEnabled = false
-
+
+#Common Settings
+[common]
+ #Turns on/off loot added to various vanilla chest loot tables
+ chestLootEnabled = false
+
diff --git a/config/sophisticatedcore-client.toml b/config/sophisticatedcore-client.toml
index 7f5845d..e298460 100644
--- a/config/sophisticatedcore-client.toml
+++ b/config/sophisticatedcore-client.toml
@@ -1,9 +1,9 @@
-
-#Client Settings
-[client]
- #Positions where sort buttons can display to help with conflicts with controls from other mods
- #Allowed Values: TITLE_LINE_RIGHT, BELOW_UPGRADES, BELOW_UPGRADE_TABS, HIDDEN
- sortButtonsPosition = "TITLE_LINE_RIGHT"
- #Whether click sound should play when custom buttons are clicked in gui
- playButtonSound = true
-
+
+#Client Settings
+[client]
+ #Positions where sort buttons can display to help with conflicts with controls from other mods
+ #Allowed Values: TITLE_LINE_RIGHT, BELOW_UPGRADES, BELOW_UPGRADE_TABS, HIDDEN
+ sortButtonsPosition = "TITLE_LINE_RIGHT"
+ #Whether click sound should play when custom buttons are clicked in gui
+ playButtonSound = true
+
diff --git a/config/sophisticatedcore-common.toml b/config/sophisticatedcore-common.toml
index de43fc8..ccbc846 100644
--- a/config/sophisticatedcore-common.toml
+++ b/config/sophisticatedcore-common.toml
@@ -1,6 +1,6 @@
-
-#Common Settings
-[common]
- #Disable / enable any items here (disables their recipes)
- enabledItems = ["sophisticatedstorage:diamond_to_netherite_tier_upgrade|true", "sophisticatedstorage:barrel|true", "sophisticatedstorage:diamond_chest|true", "sophisticatedstorage:limited_barrel_3|true", "sophisticatedstorage:limited_barrel_2|true", "sophisticatedstorage:limited_barrel_1|true", "sophisticatedstorage:limited_barrel_4|true", "sophisticatedstorage:gold_to_netherite_tier_upgrade|true", "sophisticatedstorage:iron_barrel|true", "sophisticatedstorage:shulker_box|true", "sophisticatedstorage:iron_chest|true", "sophisticatedstorage:chest|true", "sophisticatedstorage:limited_gold_barrel_1|true", "sophisticatedstorage:limited_gold_barrel_2|true", "sophisticatedstorage:limited_gold_barrel_3|true", "sophisticatedstorage:limited_gold_barrel_4|true", "sophisticatedstorage:iron_to_diamond_tier_upgrade|true", "sophisticatedstorage:iron_to_netherite_tier_upgrade|true", "sophisticatedstorage:limited_iron_barrel_4|true", "sophisticatedstorage:limited_iron_barrel_3|true", "sophisticatedstorage:limited_iron_barrel_2|true", "sophisticatedstorage:limited_iron_barrel_1|true", "sophisticatedstorage:iron_shulker_box|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedstorage:basic_to_iron_tier_upgrade|true", "sophisticatedstorage:gold_barrel|true", "sophisticatedstorage:basic_tier_upgrade|true", "sophisticatedstorage:storage_link|true", "sophisticatedstorage:iron_to_gold_tier_upgrade|true", "sophisticatedstorage:basic_to_netherite_tier_upgrade|true", "sophisticatedstorage:packing_tape|true", "sophisticatedstorage:gold_shulker_box|true", "sophisticatedstorage:gold_chest|true", "sophisticatedstorage:netherite_shulker_box|true", "sophisticatedstorage:diamond_barrel|true", "sophisticatedstorage:controller|true", "sophisticatedstorage:storage_tool|true", "sophisticatedstorage:netherite_barrel|true", "sophisticatedstorage:basic_to_gold_tier_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedstorage:basic_to_diamond_tier_upgrade|true", "sophisticatedstorage:diamond_shulker_box|true", "sophisticatedstorage:gold_to_diamond_tier_upgrade|true", "sophisticatedstorage:netherite_chest|true", "sophisticatedstorage:limited_diamond_barrel_1|true", "sophisticatedstorage:limited_diamond_barrel_2|true", "sophisticatedstorage:limited_diamond_barrel_3|true", "sophisticatedstorage:limited_diamond_barrel_4|true", "sophisticatedstorage:limited_netherite_barrel_1|true", "sophisticatedstorage:limited_netherite_barrel_2|true", "sophisticatedstorage:limited_netherite_barrel_3|true", "sophisticatedstorage:limited_netherite_barrel_4|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedstorage:pickup_upgrade|true", "sophisticatedstorage:advanced_pickup_upgrade|true", "sophisticatedstorage:filter_upgrade|true", "sophisticatedstorage:advanced_filter_upgrade|true", "sophisticatedstorage:magnet_upgrade|true", "sophisticatedstorage:advanced_magnet_upgrade|true", "sophisticatedstorage:feeding_upgrade|true", "sophisticatedstorage:advanced_feeding_upgrade|true", "sophisticatedstorage:compacting_upgrade|true", "sophisticatedstorage:advanced_compacting_upgrade|true", "sophisticatedstorage:void_upgrade|true", "sophisticatedstorage:advanced_void_upgrade|true", "sophisticatedstorage:smelting_upgrade|true", "sophisticatedstorage:auto_smelting_upgrade|true", "sophisticatedstorage:smoking_upgrade|true", "sophisticatedstorage:auto_smoking_upgrade|true", "sophisticatedstorage:blasting_upgrade|true", "sophisticatedstorage:auto_blasting_upgrade|true", "sophisticatedstorage:crafting_upgrade|true", "sophisticatedstorage:stonecutter_upgrade|true", "sophisticatedstorage:stack_upgrade_tier_1|true", "sophisticatedstorage:stack_upgrade_tier_2|true", "sophisticatedstorage:stack_upgrade_tier_3|true", "sophisticatedstorage:stack_upgrade_tier_4|true", "sophisticatedstorage:jukebox_upgrade|true", "sophisticatedstorage:pump_upgrade|true", "sophisticatedstorage:advanced_pump_upgrade|true", "sophisticatedstorage:xp_pump_upgrade|true", "sophisticatedstorage:compression_upgrade|true", "sophisticatedstorage:hopper_upgrade|true", "sophisticatedstorage:advanced_hopper_upgrade|true", "sophisticatedstorage:upgrade_base|true", "sophisticatedstorage:debug_tool|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedstorage:copper_to_iron_tier_upgrade|true", "sophisticatedstorage:stack_upgrade_tier_1_plus|true", "sophisticatedstorage:copper_shulker_box|true", "sophisticatedstorage:copper_to_gold_tier_upgrade|true", "sophisticatedstorage:copper_to_netherite_tier_upgrade|true", "sophisticatedstorage:copper_barrel|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedstorage:limited_copper_barrel_1|true", "sophisticatedstorage:limited_copper_barrel_2|true", "sophisticatedstorage:limited_copper_barrel_3|true", "sophisticatedstorage:limited_copper_barrel_4|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedstorage:basic_to_copper_tier_upgrade|true", "sophisticatedstorage:copper_chest|true", "sophisticatedstorage:copper_to_diamond_tier_upgrade|true"]
-
+
+#Common Settings
+[common]
+ #Disable / enable any items here (disables their recipes)
+ enabledItems = ["sophisticatedstorage:diamond_to_netherite_tier_upgrade|true", "sophisticatedstorage:barrel|true", "sophisticatedstorage:diamond_chest|true", "sophisticatedstorage:limited_barrel_3|true", "sophisticatedstorage:limited_barrel_2|true", "sophisticatedstorage:limited_barrel_1|true", "sophisticatedstorage:limited_barrel_4|true", "sophisticatedstorage:gold_to_netherite_tier_upgrade|true", "sophisticatedstorage:iron_barrel|true", "sophisticatedstorage:shulker_box|true", "sophisticatedstorage:iron_chest|true", "sophisticatedstorage:chest|true", "sophisticatedstorage:limited_gold_barrel_1|true", "sophisticatedstorage:limited_gold_barrel_2|true", "sophisticatedstorage:limited_gold_barrel_3|true", "sophisticatedstorage:limited_gold_barrel_4|true", "sophisticatedstorage:iron_to_diamond_tier_upgrade|true", "sophisticatedstorage:iron_to_netherite_tier_upgrade|true", "sophisticatedstorage:limited_iron_barrel_4|true", "sophisticatedstorage:limited_iron_barrel_3|true", "sophisticatedstorage:limited_iron_barrel_2|true", "sophisticatedstorage:limited_iron_barrel_1|true", "sophisticatedstorage:iron_shulker_box|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedstorage:basic_to_iron_tier_upgrade|true", "sophisticatedstorage:gold_barrel|true", "sophisticatedstorage:basic_tier_upgrade|true", "sophisticatedstorage:storage_link|true", "sophisticatedstorage:iron_to_gold_tier_upgrade|true", "sophisticatedstorage:basic_to_netherite_tier_upgrade|true", "sophisticatedstorage:packing_tape|true", "sophisticatedstorage:gold_shulker_box|true", "sophisticatedstorage:gold_chest|true", "sophisticatedstorage:netherite_shulker_box|true", "sophisticatedstorage:diamond_barrel|true", "sophisticatedstorage:controller|true", "sophisticatedstorage:storage_tool|true", "sophisticatedstorage:netherite_barrel|true", "sophisticatedstorage:basic_to_gold_tier_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedstorage:basic_to_diamond_tier_upgrade|true", "sophisticatedstorage:diamond_shulker_box|true", "sophisticatedstorage:gold_to_diamond_tier_upgrade|true", "sophisticatedstorage:netherite_chest|true", "sophisticatedstorage:limited_diamond_barrel_1|true", "sophisticatedstorage:limited_diamond_barrel_2|true", "sophisticatedstorage:limited_diamond_barrel_3|true", "sophisticatedstorage:limited_diamond_barrel_4|true", "sophisticatedstorage:limited_netherite_barrel_1|true", "sophisticatedstorage:limited_netherite_barrel_2|true", "sophisticatedstorage:limited_netherite_barrel_3|true", "sophisticatedstorage:limited_netherite_barrel_4|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedstorage:pickup_upgrade|true", "sophisticatedstorage:advanced_pickup_upgrade|true", "sophisticatedstorage:filter_upgrade|true", "sophisticatedstorage:advanced_filter_upgrade|true", "sophisticatedstorage:magnet_upgrade|true", "sophisticatedstorage:advanced_magnet_upgrade|true", "sophisticatedstorage:feeding_upgrade|true", "sophisticatedstorage:advanced_feeding_upgrade|true", "sophisticatedstorage:compacting_upgrade|true", "sophisticatedstorage:advanced_compacting_upgrade|true", "sophisticatedstorage:void_upgrade|true", "sophisticatedstorage:advanced_void_upgrade|true", "sophisticatedstorage:smelting_upgrade|true", "sophisticatedstorage:auto_smelting_upgrade|true", "sophisticatedstorage:smoking_upgrade|true", "sophisticatedstorage:auto_smoking_upgrade|true", "sophisticatedstorage:blasting_upgrade|true", "sophisticatedstorage:auto_blasting_upgrade|true", "sophisticatedstorage:crafting_upgrade|true", "sophisticatedstorage:stonecutter_upgrade|true", "sophisticatedstorage:stack_upgrade_tier_1|true", "sophisticatedstorage:stack_upgrade_tier_2|true", "sophisticatedstorage:stack_upgrade_tier_3|true", "sophisticatedstorage:stack_upgrade_tier_4|true", "sophisticatedstorage:jukebox_upgrade|true", "sophisticatedstorage:pump_upgrade|true", "sophisticatedstorage:advanced_pump_upgrade|true", "sophisticatedstorage:xp_pump_upgrade|true", "sophisticatedstorage:compression_upgrade|true", "sophisticatedstorage:hopper_upgrade|true", "sophisticatedstorage:advanced_hopper_upgrade|true", "sophisticatedstorage:upgrade_base|true", "sophisticatedstorage:debug_tool|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedstorage:copper_to_iron_tier_upgrade|true", "sophisticatedstorage:stack_upgrade_tier_1_plus|true", "sophisticatedstorage:copper_shulker_box|true", "sophisticatedstorage:copper_to_gold_tier_upgrade|true", "sophisticatedstorage:copper_to_netherite_tier_upgrade|true", "sophisticatedstorage:copper_barrel|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedstorage:limited_copper_barrel_1|true", "sophisticatedstorage:limited_copper_barrel_2|true", "sophisticatedstorage:limited_copper_barrel_3|true", "sophisticatedstorage:limited_copper_barrel_4|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedstorage:basic_to_copper_tier_upgrade|true", "sophisticatedstorage:copper_chest|true", "sophisticatedstorage:copper_to_diamond_tier_upgrade|true"]
+
diff --git a/config/sophisticatedstorage-client.toml b/config/sophisticatedstorage-client.toml
index c96d599..5703481 100644
--- a/config/sophisticatedstorage-client.toml
+++ b/config/sophisticatedstorage-client.toml
@@ -1,6 +1,6 @@
-
-#Client-side Settings
-[client]
- #Determines whether JEI and creative tab will show tinted storage items for iron and higher tiers. Can help with easily removing many of these items from there.
- showHigherTierTintedVariants = true
-
+
+#Client-side Settings
+[client]
+ #Determines whether JEI and creative tab will show tinted storage items for iron and higher tiers. Can help with easily removing many of these items from there.
+ showHigherTierTintedVariants = true
+
diff --git a/config/sound_physics_remastered/allowed_sounds.properties b/config/sound_physics_remastered/allowed_sounds.properties
index 810b812..c0fbceb 100644
--- a/config/sound_physics_remastered/allowed_sounds.properties
+++ b/config/sound_physics_remastered/allowed_sounds.properties
@@ -1,9129 +1,9129 @@
-# Allowed sounds
-# Set to 'false' to disable sound physics for that sound
-
-minecolonies\:citizen.florist.male2.unhappy=true
-travelerstitles\:waystone=true
-minecolonies\:citizen.deliveryman.male3.danger=true
-minecolonies\:citizen.child.female4.danger=true
-bettercombat\:glaive_slash_slow=true
-minecolonies\:citizen.fisherman.female3.highsaturation=true
-minecraft\:item.trident.thunder=true
-minecolonies\:citizen.sawmill.male1.goodhousing=true
-minecolonies\:citizen.researcher.male4.lowsaturation=true
-minecolonies\:citizen.alchemist.female4.farewell=true
-minecraft\:entity.piglin.ambient=true
-minecraft\:block.pink_petals.step=true
-kobolds\:kobold_idle=true
-minecolonies\:citizen.fisherman.male3.happy=true
-minecolonies\:citizen.sawmill.female3.general=true
-minecolonies\:citizen.planter.female2.gotobed=true
-minecolonies\:citizen.netherworker.male2.sick=true
-minecolonies\:citizen.fletcher.male3.noise=true
-minecolonies\:citizen.beekeeper.female1.noise=true
-minecolonies\:citizen.stonemason.male1.happy=true
-minecolonies\:citizen.mechanic.male3.noise=true
-minecolonies\:citizen.combattraining.male2.lowsaturation=true
-minecolonies\:citizen.composter.male3.unhappy=true
-minecolonies\:citizen.stonemason.female1.general=true
-minecolonies\:citizen.beekeeper.female1.badweather=true
-minecolonies\:citizen.dyer.female2.lowsaturation=true
-minecraft\:block.note_block.imitate.creeper=true
-minecolonies\:citizen.beekeeper.male2.unhappy=true
-minecolonies\:citizen.sawmill.female3.missingequipment=true
-minecolonies\:citizen.unemployed.female3.highsaturation=true
-minecraft\:entity.camel.eat=true
-minecolonies\:citizen.composter.female4.goodhousing=true
-minecolonies\:citizen.ranger.male3.missingequipment=true
-minecolonies\:citizen.sifter.female2.badhousing=true
-minecolonies\:citizen.florist.female1.noise=true
-minecolonies\:citizen.blacksmith.female1.general=true
-minecolonies\:citizen.blacksmith.male1.greeting=true
-minecolonies\:citizen.cookassistant.male4.danger=true
-minecolonies\:citizen.dyer.female3.danger=true
-undergarden\:entity.stoneborn.chant=true
-blue_skies\:entity.diophyde_prowler.hurt=true
-minecolonies\:citizen.chickenherder.male4.danger=true
-minecolonies\:citizen.student.male2.gotobed=true
-minecolonies\:citizen.visitor.female2.happy=true
-minecolonies\:citizen.miner.male2.gotobed=true
-minecolonies\:citizen.miner.male2.missingequipment=true
-minecolonies\:citizen.concretemixer.female4.danger=true
-minecraft\:block.frogspawn.hatch=true
-minecraft\:block.froglight.hit=true
-minecolonies\:citizen.florist.female4.sick=true
-minecolonies\:citizen.swineherder.male4.interaction=true
-minecolonies\:citizen.pupil.male1.badhousing=true
-minecolonies\:citizen.smelter.female4.badweather=true
-minecolonies\:citizen.glassblower.female1.danger=true
-minecolonies\:citizen.archertraining.male3.danger=true
-minecolonies\:citizen.concretemixer.male3.unhappy=true
-minecolonies\:citizen.glassblower.female2.lowsaturation=true
-minecolonies\:citizen.smelter.female3.general=true
-minecolonies\:citizen.teacher.male3.gotobed=true
-minecolonies\:citizen.druid.male2.unhappy=true
-minecolonies\:citizen.netherworker.female1.sick=true
-alexsmobs\:sugar_glider_hurt=true
-alexsmobs\:orca_die=true
-minecolonies\:citizen.researcher.male1.danger=true
-minecolonies\:citizen.visitor.female1.general=true
-minecraft\:block.sculk_vein.place=true
-minecolonies\:citizen.visitor.male4.missingequipment=true
-create\:whistle_low=true
-minecolonies\:citizen.quarrier.male1.farewell=true
-minecolonies\:citizen.planter.male3.noise=true
-minecolonies\:citizen.chickenherder.male4.gotobed=true
-minecolonies\:citizen.netherworker.female4.highsaturation=true
-minecraft\:entity.chicken.step=true
-minecolonies\:citizen.shepherd.female3.unhappy=true
-minecolonies\:citizen.pupil.female2.happy=true
-minecolonies\:citizen.sifter.male1.goodhousing=true
-minecraft\:entity.zombie.break_wooden_door=true
-minecolonies\:citizen.cookassistant.female2.highsaturation=true
-minecolonies\:citizen.composter.female4.missingequipment=true
-minecolonies\:citizen.lumberjack.male3.danger=true
-minecolonies\:citizen.cowboy.male2.missingequipment=true
-minecolonies\:citizen.pupil.male4.unhappy=true
-minecolonies\:citizen.netherworker.male3.gotobed=true
-minecolonies\:citizen.miner.female1.unhappy=true
-minecolonies\:citizen.teacher.male3.highsaturation=true
-minecolonies\:citizen.fletcher.female3.noise=true
-minecraft\:entity.sniffer.digging_stop=true
-minecolonies\:citizen.builder.male1.happy=true
-minecolonies\:citizen.florist.male4.badweather=true
-xercapaint\:water=true
-minecolonies\:citizen.quarrier.male3.badhousing=true
-minecolonies\:citizen.pupil.female2.highsaturation=true
-minecolonies\:citizen.cowboy.male3.gotobed=true
-minecolonies\:citizen.florist.male2.interaction=true
-minecolonies\:citizen.combattraining.female1.badweather=true
-minecolonies\:citizen.sifter.male3.success=true
-minecraft\:block.wood.place=true
-minecolonies\:citizen.pupil.male2.happy=true
-minecolonies\:citizen.lumberjack.male4.badweather=true
-alexsmobs\:mimic_octopus_hurt=true
-deeperdarker\:entity.snapper.ambient=true
-minecolonies\:citizen.farmer.male3.highsaturation=true
-minecolonies\:citizen.baker.female1.happy=true
-minecolonies\:citizen.stonesmeltery.female4.badhousing=true
-minecraft\:entity.horse.jump=true
-minecolonies\:citizen.shepherd.male2.goodhousing=true
-minecolonies\:citizen.concretemixer.male4.happy=true
-minecolonies\:citizen.smelter.male2.happy=true
-minecolonies\:citizen.druid.female1.noise=true
-minecolonies\:citizen.netherworker.female4.success=true
-minecolonies\:citizen.mechanic.female3.happy=true
-minecolonies\:citizen.enchanter.female4.badweather=true
-minecolonies\:citizen.alchemist.male3.badweather=true
-minecolonies\:citizen.stonemason.female4.greeting=true
-minecraft\:entity.parrot.imitate.pillager=true
-minecolonies\:citizen.smelter.male1.farewell=true
-minecolonies\:citizen.unemployed.female4.sick=true
-minecolonies\:citizen.mechanic.female1.highsaturation=true
-minecraft\:entity.ravager.death=true
-minecolonies\:citizen.knight.female3.highsaturation=true
-minecolonies\:citizen.farmer.male4.gotobed=true
-minecolonies\:citizen.glassblower.female1.missingequipment=true
-minecolonies\:citizen.crusher.male4.badweather=true
-minecolonies\:citizen.cook.male1.gotobed=true
-illagerinvasion\:entity.provoker.death=true
-minecolonies\:citizen.fisherman.female2.unhappy=true
-minecolonies\:citizen.combattraining.female3.sick=true
-minecolonies\:citizen.stonemason.female4.missingequipment=true
-blue_skies\:music.brightlands=true
-minecolonies\:citizen.sifter.female1.missingequipment=true
-minecolonies\:citizen.farmer.male3.missingequipment=true
-minecraft\:block.cherry_sapling.step=true
-minecolonies\:citizen.blacksmith.male3.farewell=true
-minecolonies\:citizen.fletcher.female1.badhousing=true
-minecolonies\:citizen.teacher.female2.lowsaturation=true
-minecolonies\:citizen.dyer.male4.sick=true
-minecolonies\:citizen.archertraining.female1.danger=true
-minecolonies\:citizen.dyer.female1.greeting=true
-minecolonies\:citizen.shepherd.male1.success=true
-minecolonies\:citizen.healer.male2.goodhousing=true
-minecolonies\:citizen.smelter.female4.missingequipment=true
-minecolonies\:citizen.enchanter.female3.danger=true
-minecolonies\:citizen.sifter.female1.general=true
-minecolonies\:citizen.unemployed.male3.happy=true
-minecolonies\:citizen.mechanic.female4.success=true
-minecraft\:block.cherry_leaves.hit=true
-undergarden\:entity.nargoyle.attack=true
-minecolonies\:citizen.unemployed.male1.badweather=true
-minecolonies\:citizen.teacher.female1.greeting=true
-minecraft\:entity.tadpole.flop=true
-minecolonies\:citizen.knight.female4.greeting=true
-minecolonies\:citizen.researcher.male2.highsaturation=true
-minecolonies\:citizen.cook.female3.farewell=true
-minecolonies\:citizen.stonemason.male2.unhappy=true
-minecolonies\:citizen.cook.male2.danger=true
-minecolonies\:citizen.cookassistant.female2.noise=true
-minecolonies\:citizen.planter.male1.badhousing=true
-minecraft\:entity.turtle.hurt=true
-minecolonies\:citizen.fisherman.male2.success=true
-minecolonies\:citizen.stonemason.female1.noise=true
-minecolonies\:citizen.unemployed.female1.missingequipment=true
-minecolonies\:citizen.cook.male1.badweather=true
-minecolonies\:citizen.smelter.female4.noise=true
-minecolonies\:citizen.enchanter.female1.success=true
-minecolonies\:citizen.student.male3.missingequipment=true
-minecolonies\:citizen.enchanter.male2.missingequipment=true
-minecolonies\:citizen.rabbitherder.male3.noise=true
-minecolonies\:citizen.stonesmeltery.male1.highsaturation=true
-minecolonies\:citizen.alchemist.male1.success=true
-minecraft\:entity.villager.celebrate=true
-minecolonies\:citizen.stonesmeltery.female3.general=true
-minecolonies\:citizen.cook.female1.greeting=true
-minecolonies\:citizen.archertraining.female1.highsaturation=true
-minecolonies\:citizen.stonesmeltery.female3.gotobed=true
-alexsmobs\:dropbear_idle=true
-undergarden\:ambient.dense_forest_addition=true
-minecolonies\:citizen.cookassistant.male3.sick=true
-minecolonies\:citizen.planter.male3.goodhousing=true
-minecolonies\:citizen.druid.male4.badweather=true
-alexsmobs\:elephant_trumpet=true
-minecolonies\:citizen.fisherman.male4.goodhousing=true
-minecolonies\:citizen.mechanic.male2.general=true
-minecraft\:block.sculk_sensor.clicking_stop=true
-minecolonies\:citizen.builder.male1.goodhousing=true
-minecolonies\:citizen.alchemist.male3.lowsaturation=true
-minecolonies\:citizen.rabbitherder.male1.unhappy=true
-minecraft\:block.beehive.work=true
-farmingforblockheads\:falling=true
-minecolonies\:citizen.teacher.female3.interaction=true
-minecolonies\:citizen.miner.female4.goodhousing=true
-minecolonies\:citizen.fletcher.male3.sick=true
-bettercombat\:staff_slash=true
-illagerinvasion\:entity.sorcerer.idle=true
-minecolonies\:citizen.composter.male2.badweather=true
-blue_skies\:entity.alchemist.prepare_conversion=true
-minecolonies\:citizen.composter.female1.gotobed=true
-minecolonies\:citizen.cookassistant.male4.greeting=true
-minecolonies\:citizen.researcher.male2.success=true
-minecolonies\:citizen.quarrier.male4.missingequipment=true
-minecolonies\:citizen.glassblower.female4.highsaturation=true
-touhou_little_maid\:maid.environment.morning=true
-minecolonies\:citizen.builder.male2.badhousing=true
-bettercombat\:claymore_stab=true
-minecolonies\:citizen.visitor.female2.farewell=true
-minecolonies\:citizen.baker.male1.goodhousing=true
-minecolonies\:citizen.concretemixer.male2.interaction=true
-friendsandfoes\:entity.wildfire.step=true
-minecolonies\:citizen.shepherd.female4.happy=true
-minecolonies\:citizen.combattraining.male1.farewell=true
-minecraft\:entity.cow.step=true
-alexsmobs\:guster_idle=true
-minecolonies\:citizen.sifter.male2.sick=true
-minecolonies\:citizen.healer.female3.missingequipment=true
-minecolonies\:citizen.cookassistant.female4.success=true
-minecraft\:block.note_block.imitate.zombie=true
-deeperdarker\:block.sculk_stone.fall=true
-minecraft\:block.sculk_sensor.step=true
-minecolonies\:citizen.rabbitherder.female3.badweather=true
-minecolonies\:citizen.builder.female4.success=true
-blue_skies\:entity.alchemist.cast_spell=true
-minecolonies\:citizen.chickenherder.male4.general=true
-minecolonies\:citizen.farmer.female4.interaction=true
-minecolonies\:citizen.shepherd.male4.happy=true
-minecolonies\:citizen.child.female2.gotobed=true
-minecraft\:entity.mooshroom.milk=true
-minecolonies\:citizen.composter.female1.general=true
-minecolonies\:citizen.ranger.female3.lowsaturation=true
-minecolonies\:citizen.concretemixer.male1.lowsaturation=true
-minecolonies\:citizen.healer.male2.noise=true
-minecolonies\:citizen.teacher.male3.unhappy=true
-minecolonies\:citizen.teacher.female1.general=true
-friendsandfoes\:entity.rascal.reward_bad=true
-minecolonies\:citizen.netherworker.female1.badweather=true
-cookingforblockheads\:toaster_start=true
-minecolonies\:citizen.combattraining.male4.unhappy=true
-minecolonies\:citizen.child.male1.unhappy=true
-minecraft\:block.chest.open=true
-minecolonies\:citizen.chickenherder.female1.sick=true
-minecolonies\:citizen.quarrier.female1.badweather=true
-minecolonies\:citizen.stonemason.female2.sick=true
-minecolonies\:citizen.concretemixer.male3.goodhousing=true
-minecolonies\:citizen.chickenherder.female3.success=true
-minecolonies\:citizen.undertaker.female3.gotobed=true
-blue_skies\:block.star_emitter.use=true
-minecolonies\:citizen.blacksmith.male1.happy=true
-minecolonies\:citizen.archertraining.male1.greeting=true
-minecolonies\:citizen.healer.male1.interaction=true
-minecolonies\:citizen.ranger.female3.danger=true
-minecraft\:block.sculk_vein.break=true
-minecolonies\:citizen.shepherd.female4.interaction=true
-minecolonies\:citizen.combattraining.female2.happy=true
-minecolonies\:citizen.quarrier.male3.success=true
-minecraft\:block.fire.ambient=true
-minecolonies\:citizen.student.female3.gotobed=true
-minecolonies\:citizen.quarrier.female2.success=true
-minecolonies\:citizen.alchemist.female4.happy=true
-minecraft\:block.wooden_trapdoor.open=true
-minecolonies\:citizen.unemployed.male4.sick=true
-minecolonies\:citizen.baker.female3.gotobed=true
-chimes\:block.amethyst.shimmering=true
-minecolonies\:citizen.deliveryman.female2.success=true
-minecolonies\:citizen.undertaker.male4.lowsaturation=true
-minecolonies\:citizen.miner.female3.interaction=true
-minecolonies\:citizen.combattraining.female2.success=true
-minecraft\:entity.player.levelup=true
-minecolonies\:citizen.florist.female2.missingequipment=true
-minecolonies\:citizen.visitor.male4.unhappy=true
-minecolonies\:citizen.shepherd.female2.noise=true
-minecolonies\:citizen.dyer.male1.farewell=true
-minecolonies\:citizen.netherworker.male3.general=true
-minecraft\:entity.parrot.imitate.wither_skeleton=true
-minecolonies\:citizen.planter.male2.interaction=true
-minecolonies\:citizen.mechanic.male2.interaction=true
-minecraft\:block.wart_block.hit=true
-minecraft\:block.wet_grass.step=true
-minecraft\:entity.pillager.ambient=true
-minecolonies\:citizen.stonesmeltery.female2.noise=true
-minecraft\:entity.wither_skeleton.ambient=true
-minecolonies\:citizen.child.male4.lowsaturation=true
-alexsmobs\:gelada_monkey_hurt=true
-minecolonies\:citizen.shepherd.male1.noise=true
-minecolonies\:citizen.deliveryman.male1.badhousing=true
-farmersdelight\:block.tomato_bush.pick_tomatoes=true
-minecraft\:item.trident.riptide_3=true
-minecraft\:item.trident.riptide_2=true
-minecolonies\:citizen.concretemixer.female4.greeting=true
-minecolonies\:citizen.teacher.male3.general=true
-bettercombat\:dagger_slash=true
-minecolonies\:citizen.undertaker.male2.general=true
-minecolonies\:citizen.shepherd.male1.interaction=true
-minecolonies\:citizen.sifter.female3.danger=true
-mutantmonsters\:entity.mutant_enderman.scream=true
-minecolonies\:citizen.undertaker.female3.happy=true
-alexsmobs\:bunfungus_attack=true
-minecolonies\:citizen.sifter.female3.highsaturation=true
-minecraft\:entity.fox.eat=true
-minecolonies\:citizen.stonesmeltery.male4.badhousing=true
-minecolonies\:citizen.glassblower.female1.farewell=true
-deeperdarker\:entity.stalker.hurt=true
-minecolonies\:citizen.blacksmith.female4.lowsaturation=true
-minecraft\:item.trident.riptide_1=true
-minecolonies\:citizen.composter.female1.unhappy=true
-minecolonies\:citizen.unemployed.female3.noise=true
-minecolonies\:citizen.ranger.male1.farewell=true
-minecolonies\:citizen.netherworker.male3.unhappy=true
-minecolonies\:citizen.rabbitherder.female1.farewell=true
-minecolonies\:citizen.blacksmith.female3.greeting=true
-minecolonies\:citizen.planter.female2.general=true
-minecolonies\:citizen.fisherman.female2.gotobed=true
-minecolonies\:citizen.smelter.female3.gotobed=true
-minecolonies\:citizen.combattraining.male2.badweather=true
-minecolonies\:citizen.stonemason.female3.goodhousing=true
-alexsmobs\:hummingbird_loop=true
-minecolonies\:citizen.cowboy.male4.noise=true
-minecolonies\:citizen.cowboy.female1.farewell=true
-minecolonies\:citizen.glassblower.male1.greeting=true
-undergarden\:entity.rotwalker.step=true
-minecraft\:entity.warden.sniff=true
-minecolonies\:citizen.student.male4.noise=true
-minecolonies\:citizen.ranger.male1.goodhousing=true
-minecolonies\:citizen.rabbitherder.male1.gotobed=true
-minecolonies\:citizen.chickenherder.male4.unhappy=true
-minecolonies\:citizen.teacher.female2.greeting=true
-minecolonies\:citizen.student.male2.general=true
-minecolonies\:citizen.student.female3.happy=true
-minecolonies\:citizen.child.male1.danger=true
-minecolonies\:citizen.knight.female3.success=true
-minecolonies\:citizen.smelter.male4.success=true
-minecolonies\:citizen.stonemason.male3.missingequipment=true
-minecolonies\:citizen.mechanic.male3.goodhousing=true
-minecolonies\:citizen.teacher.female4.farewell=true
-minecraft\:block.hanging_roots.fall=true
-minecolonies\:citizen.composter.female4.highsaturation=true
-create\:controller_take=true
-minecolonies\:citizen.sawmill.female4.interaction=true
-minecolonies\:citizen.enchanter.male1.happy=true
-minecolonies\:citizen.cowboy.male3.unhappy=true
-minecolonies\:citizen.sawmill.female3.gotobed=true
-minecolonies\:citizen.blacksmith.male2.success=true
-minecolonies\:citizen.glassblower.male3.farewell=true
-minecolonies\:citizen.builder.male1.sick=true
-minecolonies\:citizen.miner.male2.general=true
-minecolonies\:citizen.stonemason.female1.gotobed=true
-minecraft\:block.bamboo_wood.break=true
-touhou_little_maid\:maid.environment.hot=true
-minecolonies\:citizen.baker.female2.farewell=true
-minecolonies\:citizen.knight.female2.general=true
-minecolonies\:citizen.teacher.male3.badweather=true
-minecolonies\:citizen.quarrier.female1.goodhousing=true
-minecolonies\:citizen.blacksmith.male3.badweather=true
-minecolonies\:citizen.blacksmith.female4.missingequipment=true
-minecolonies\:citizen.alchemist.male1.missingequipment=true
-minecolonies\:citizen.stonemason.male2.gotobed=true
-minecolonies\:citizen.child.male2.badweather=true
-minecolonies\:citizen.builder.male3.unhappy=true
-minecraft\:ambient.underwater.enter=true
-minecolonies\:citizen.fletcher.female3.highsaturation=true
-minecraft\:entity.puffer_fish.hurt=true
-minecraft\:entity.piglin.celebrate=true
-minecraft\:entity.guardian.death=true
-minecolonies\:citizen.cowboy.female3.success=true
-minecolonies\:citizen.knight.female2.lowsaturation=true
-minecolonies\:citizen.child.female2.unhappy=true
-minecolonies\:citizen.fletcher.female1.unhappy=true
-minecolonies\:citizen.undertaker.male2.interaction=true
-minecraft\:entity.iron_golem.repair=true
-minecraft\:block.shulker_box.close=true
-alexsmobs\:rattlesnake_hurt=true
-minecraft\:entity.glow_item_frame.remove_item=true
-alexsmobs\:platypus_hurt=true
-minecraft\:entity.salmon.hurt=true
-minecolonies\:citizen.miner.female1.noise=true
-minecraft\:entity.turtle.shamble_baby=true
-minecolonies\:citizen.glassblower.female1.sick=true
-minecolonies\:citizen.swineherder.female3.missingequipment=true
-create\:confirm=true
-minecolonies\:citizen.druid.male2.happy=true
-minecolonies\:citizen.fletcher.female1.general=true
-blue_skies\:entity.crystal_camel.step=true
-minecolonies\:citizen.florist.male2.gotobed=true
-minecolonies\:citizen.fletcher.male1.lowsaturation=true
-minecolonies\:citizen.knight.male1.noise=true
-minecolonies\:citizen.knight.female3.noise=true
-minecolonies\:citizen.student.male2.unhappy=true
-minecolonies\:citizen.chickenherder.female2.happy=true
-minecolonies\:citizen.visitor.male3.success=true
-minecolonies\:citizen.student.female1.noise=true
-minecolonies\:citizen.blacksmith.male3.unhappy=true
-minecolonies\:citizen.deliveryman.male1.missingequipment=true
-minecolonies\:citizen.sifter.female2.success=true
-minecraft\:entity.hoglin.retreat=true
-minecolonies\:citizen.baker.female2.lowsaturation=true
-minecolonies\:citizen.builder.female1.badhousing=true
-minecolonies\:citizen.swineherder.male1.missingequipment=true
-minecraft\:block.nether_wood.step=true
-minecolonies\:citizen.baker.male2.lowsaturation=true
-minecolonies\:citizen.quarrier.male2.farewell=true
-minecraft\:block.sculk_shrieker.hit=true
-minecolonies\:citizen.child.male1.happy=true
-minecolonies\:citizen.composter.female3.badhousing=true
-minecolonies\:citizen.unemployed.female3.farewell=true
-minecolonies\:citizen.undertaker.female4.goodhousing=true
-minecolonies\:citizen.glassblower.female1.gotobed=true
-minecolonies\:citizen.fletcher.female4.interaction=true
-minecolonies\:citizen.knight.male3.happy=true
-minecraft\:block.hanging_roots.hit=true
-illagerinvasion\:entity.firecaller.death=true
-minecolonies\:citizen.miner.male2.unhappy=true
-minecolonies\:citizen.rabbitherder.male3.missingequipment=true
-minecolonies\:citizen.rabbitherder.male2.badhousing=true
-minecolonies\:citizen.healer.female3.noise=true
-minecraft\:entity.player.attack.nodamage=true
-minecolonies\:citizen.student.female4.interaction=true
-minecolonies\:citizen.beekeeper.female3.unhappy=true
-minecolonies\:citizen.druid.male1.missingequipment=true
-minecraft\:block.nylium.fall=true
-minecraft\:block.sculk.step=true
-minecolonies\:citizen.quarrier.female3.danger=true
-minecolonies\:citizen.builder.male3.general=true
-minecolonies\:citizen.dyer.female3.unhappy=true
-minecolonies\:citizen.child.female3.sick=true
-minecolonies\:citizen.undertaker.male3.missingequipment=true
-minecolonies\:citizen.teacher.female3.farewell=true
-minecolonies\:citizen.cowboy.male4.interaction=true
-alexsmobs\:mosquito_hurt=true
-minecolonies\:citizen.fisherman.female3.badhousing=true
-minecolonies\:citizen.glassblower.male2.badhousing=true
-minecolonies\:citizen.student.male1.lowsaturation=true
-alexsmobs\:rattlesnake_attack=true
-minecolonies\:citizen.sifter.female4.highsaturation=true
-minecolonies\:citizen.composter.female4.lowsaturation=true
-minecraft\:item.crossbow.loading_start=true
-minecraft\:entity.shulker.shoot=true
-minecolonies\:citizen.planter.female2.unhappy=true
-minecraft\:entity.drowned.swim=true
-minecolonies\:citizen.undertaker.male2.noise=true
-minecolonies\:citizen.composter.female3.interaction=true
-minecolonies\:citizen.deliveryman.male1.sick=true
-xercapaint\:color_picker=true
-minecolonies\:citizen.teacher.female1.unhappy=true
-minecolonies\:citizen.shepherd.male3.danger=true
-minecolonies\:citizen.undertaker.female2.badhousing=true
-minecolonies\:citizen.archertraining.male4.farewell=true
-minecraft\:entity.parrot.imitate.ghast=true
-minecolonies\:citizen.swineherder.male3.success=true
-minecolonies\:citizen.florist.female4.missingequipment=true
-minecolonies\:citizen.undertaker.female3.interaction=true
-minecraft\:block.honey_block.step=true
-minecolonies\:citizen.archertraining.female1.general=true
-minecolonies\:citizen.concretemixer.female4.unhappy=true
-minecraft\:entity.squid.ambient=true
-minecolonies\:citizen.deliveryman.female4.danger=true
-minecolonies\:citizen.shepherd.female2.success=true
-minecolonies\:citizen.combattraining.male4.gotobed=true
-minecolonies\:citizen.child.male1.gotobed=true
-blue_skies\:entity.artificial_golem.attack=true
-minecolonies\:citizen.deliveryman.male1.gotobed=true
-minecolonies\:citizen.knight.female3.danger=true
-minecolonies\:citizen.stonesmeltery.male2.missingequipment=true
-minecraft\:block.wooden_pressure_plate.click_off=true
-minecolonies\:citizen.florist.male3.goodhousing=true
-minecolonies\:citizen.crusher.female2.badweather=true
-minecraft\:entity.villager.work_fisherman=true
-minecolonies\:citizen.stonemason.female2.interaction=true
-minecolonies\:citizen.blacksmith.female2.greeting=true
-minecolonies\:citizen.cookassistant.female1.highsaturation=true
-minecolonies\:citizen.concretemixer.male2.noise=true
-minecraft\:block.mud.step=true
-minecolonies\:citizen.smelter.male3.missingequipment=true
-undergarden\:music.disc.relict=true
-minecolonies\:citizen.beekeeper.female2.success=true
-mutantmonsters\:entity.mutant_enderman.hurt=true
-minecolonies\:citizen.combattraining.female2.danger=true
-minecraft\:entity.camel.stand=true
-minecolonies\:citizen.combattraining.male2.farewell=true
-minecolonies\:citizen.druid.female2.interaction=true
-minecraft\:block.nether_gold_ore.step=true
-minecolonies\:citizen.undertaker.male1.highsaturation=true
-minecolonies\:citizen.stonemason.female1.unhappy=true
-minecolonies\:citizen.baker.male1.badweather=true
-minecolonies\:citizen.glassblower.female4.noise=true
-cookingforblockheads\:oven_close=true
-alexsmobs\:toucan_idle=true
-minecolonies\:citizen.blacksmith.male2.farewell=true
-minecolonies\:citizen.stonesmeltery.female2.farewell=true
-minecolonies\:citizen.archertraining.male2.greeting=true
-minecraft\:block.bamboo_wood.place=true
-minecraft\:block.fungus.step=true
-blue_skies\:music.generic_defeat=true
-minecolonies\:citizen.beekeeper.male2.gotobed=true
-minecolonies\:citizen.quarrier.female3.unhappy=true
-blue_skies\:block.mud.step=true
-minecolonies\:citizen.concretemixer.male3.gotobed=true
-minecraft\:block.moss_carpet.step=true
-minecolonies\:citizen.shepherd.male3.badhousing=true
-minecolonies\:citizen.pupil.male3.success=true
-minecolonies\:citizen.crusher.male1.success=true
-minecolonies\:citizen.sawmill.male1.lowsaturation=true
-minecolonies\:citizen.cookassistant.female1.sick=true
-minecolonies\:citizen.sawmill.female3.unhappy=true
-undergarden\:entity.rotbeast.step=true
-minecolonies\:citizen.glassblower.female3.noise=true
-minecolonies\:citizen.composter.male2.success=true
-minecolonies\:citizen.stonesmeltery.male2.greeting=true
-minecolonies\:citizen.sawmill.female1.lowsaturation=true
-minecolonies\:citizen.druid.male2.gotobed=true
-minecraft\:entity.strider.hurt=true
-minecolonies\:citizen.healer.female1.missingequipment=true
-minecolonies\:citizen.quarrier.male2.danger=true
-minecolonies\:citizen.cowboy.female2.sick=true
-minecraft\:entity.evoker.prepare_attack=true
-blue_skies\:entity.arachnarch.death=true
-minecolonies\:citizen.crusher.female2.noise=true
-minecolonies\:citizen.cook.male1.general=true
-minecolonies\:citizen.visitor.male4.greeting=true
-minecraft\:entity.horse.angry=true
-minecolonies\:citizen.stonesmeltery.male4.farewell=true
-minecolonies\:citizen.miner.female2.sick=true
-minecolonies\:citizen.planter.female1.badweather=true
-minecolonies\:citizen.child.female4.missingequipment=true
-minecraft\:block.soul_sand.fall=true
-create\:mechanical_press_activation_belt=true
-minecraft\:entity.strider.saddle=true
-minecolonies\:citizen.undertaker.male3.success=true
-minecolonies\:citizen.blacksmith.female4.farewell=true
-minecolonies\:citizen.stonesmeltery.male4.danger=true
-undergarden\:item.blisterberry_bush.pick=true
-alexsmobs\:lobster_hurt=true
-minecolonies\:citizen.miner.female3.happy=true
-minecolonies\:citizen.smelter.female2.danger=true
-minecolonies\:citizen.cowboy.female4.unhappy=true
-aquamirae\:entity.captain_cornelia.horn=true
-minecolonies\:citizen.visitor.male1.interaction=true
-minecolonies\:citizen.chickenherder.male4.missingequipment=true
-minecolonies\:citizen.visitor.female3.farewell=true
-minecraft\:entity.goat.screaming.hurt=true
-minecolonies\:citizen.visitor.male4.badhousing=true
-minecraft\:block.note_block.guitar=true
-minecolonies\:citizen.blacksmith.female1.gotobed=true
-minecraft\:entity.rabbit.hurt=true
-alexsmobs\:bunfungus_jump=true
-minecolonies\:citizen.chickenherder.male4.badweather=true
-minecolonies\:citizen.unemployed.female3.missingequipment=true
-minecraft\:entity.turtle.death=true
-minecraft\:entity.villager.work_farmer=true
-minecolonies\:citizen.crusher.female4.happy=true
-aquaculture\:jellyfish_flop=true
-blue_skies\:entity.emberback.spray=true
-minecolonies\:citizen.fletcher.female4.highsaturation=true
-minecolonies\:citizen.ranger.male4.sick=true
-minecolonies\:citizen.netherworker.male3.danger=true
-minecolonies\:citizen.student.female3.missingequipment=true
-minecolonies\:citizen.druid.female3.goodhousing=true
-minecolonies\:citizen.student.female3.unhappy=true
-chimes\:block.bamboo.chime=true
-bettercombat\:spear_stab=true
-blue_skies\:entity.gatekeeper.idle=true
-minecraft\:entity.player.hurt_sweet_berry_bush=true
-minecraft\:block.sculk_vein.step=true
-minecolonies\:citizen.druid.male3.goodhousing=true
-minecolonies\:citizen.alchemist.female2.greeting=true
-minecraft\:block.decorated_pot.place=true
-minecolonies\:citizen.stonemason.female3.greeting=true
-minecolonies\:citizen.teacher.female2.success=true
-minecolonies\:citizen.glassblower.male3.sick=true
-minecolonies\:citizen.concretemixer.female3.lowsaturation=true
-supplementaries\:block.clock.tick_1=true
-minecolonies\:citizen.pupil.female3.highsaturation=true
-supplementaries\:block.clock.tick_2=true
-minecolonies\:citizen.undertaker.female1.lowsaturation=true
-minecolonies\:citizen.fletcher.male2.badweather=true
-minecolonies\:citizen.shepherd.male2.danger=true
-minecolonies\:citizen.cook.female4.farewell=true
-minecolonies\:citizen.glassblower.female3.missingequipment=true
-minecraft\:block.note_block.didgeridoo=true
-blue_skies\:entity.starlit_crusher.prepare_large_growth=true
-minecolonies\:citizen.enchanter.female4.danger=true
-minecraft\:entity.vex.hurt=true
-minecolonies\:citizen.florist.male2.badweather=true
-minecraft\:block.fence_gate.open=true
-minecolonies\:citizen.stonemason.male3.sick=true
-minecolonies\:citizen.mechanic.female1.noise=true
-minecolonies\:citizen.deliveryman.female1.sick=true
-blue_skies\:entity.reindeer.idle=true
-minecolonies\:citizen.glassblower.male4.success=true
-alexsmobs\:flutter_no=true
-minecolonies\:citizen.stonemason.female2.lowsaturation=true
-minecolonies\:citizen.blacksmith.female2.success=true
-minecolonies\:citizen.druid.female1.unhappy=true
-minecolonies\:citizen.visitor.female1.greeting=true
-minecolonies\:citizen.enchanter.male2.happy=true
-minecolonies\:citizen.baker.female2.success=true
-minecolonies\:citizen.combattraining.male3.missingequipment=true
-minecraft\:block.chain.step=true
-minecolonies\:citizen.cookassistant.female3.general=true
-minecolonies\:citizen.stonesmeltery.male2.goodhousing=true
-minecolonies\:citizen.sawmill.female4.success=true
-minecolonies\:citizen.stonemason.male2.general=true
-minecolonies\:citizen.crusher.female3.unhappy=true
-minecolonies\:citizen.healer.male4.happy=true
-mutantmonsters\:entity.mutant_creeper.death=true
-combatroll\:roll=true
-minecolonies\:citizen.fisherman.female2.general=true
-minecolonies\:citizen.stonemason.female3.happy=true
-minecraft\:block.amethyst_block.hit=true
-minecraft\:block.beacon.ambient=true
-minecolonies\:citizen.stonemason.female2.success=true
-create\:saw_activate_wood=true
-minecolonies\:citizen.cookassistant.female3.highsaturation=true
-minecraft\:entity.guardian.hurt_land=true
-minecolonies\:citizen.sifter.male1.farewell=true
-minecolonies\:citizen.netherworker.male3.badhousing=true
-minecraft\:block.nether_ore.fall=true
-minecolonies\:citizen.quarrier.female3.gotobed=true
-minecolonies\:citizen.child.male3.missingequipment=true
-minecraft\:block.soul_soil.place=true
-illagerinvasion\:entity.invoker.fangs=true
-undergarden\:entity.gloomper.ambient=true
-minecolonies\:citizen.alchemist.female2.gotobed=true
-minecolonies\:citizen.druid.female3.sick=true
-minecolonies\:citizen.ranger.male4.noise=true
-minecolonies\:citizen.fletcher.male1.farewell=true
-minecolonies\:citizen.undertaker.male4.happy=true
-undergarden\:music.disc.limax_maximus=true
-minecraft\:block.wooden_button.click_on=true
-minecraft\:block.shroomlight.break=true
-minecolonies\:citizen.sifter.male4.unhappy=true
-minecolonies\:citizen.beekeeper.female1.interaction=true
-minecolonies\:citizen.baker.male3.danger=true
-minecolonies\:citizen.druid.male2.badweather=true
-minecolonies\:citizen.baker.male3.badweather=true
-minecraft\:entity.shulker.hurt_closed=true
-riskofrain_mobs\:entity.stone_golem.laser_fire=true
-minecolonies\:citizen.pupil.male3.badhousing=true
-minecolonies\:citizen.glassblower.male3.greeting=true
-minecolonies\:citizen.visitor.male2.goodhousing=true
-minecraft\:entity.parrot.imitate.hoglin=true
-minecolonies\:citizen.mechanic.female2.missingequipment=true
-minecolonies\:citizen.cookassistant.female2.badweather=true
-minecolonies\:citizen.miner.male4.lowsaturation=true
-minecolonies\:citizen.healer.male2.badhousing=true
-minecolonies\:citizen.farmer.male4.greeting=true
-minecolonies\:citizen.miner.female4.lowsaturation=true
-minecolonies\:citizen.smelter.female4.success=true
-minecolonies\:citizen.deliveryman.male2.success=true
-alexsmobs\:hummingbird_hurt=true
-minecolonies\:citizen.archertraining.female2.highsaturation=true
-minecolonies\:citizen.rabbitherder.female3.sick=true
-minecraft\:block.candle.hit=true
-minecolonies\:citizen.teacher.female2.sick=true
-minecolonies\:citizen.rabbitherder.female3.goodhousing=true
-undergarden\:entity.rotwalker.ambient=true
-minecolonies\:citizen.blacksmith.male2.greeting=true
-minecolonies\:citizen.mechanic.female3.general=true
-minecolonies\:citizen.healer.male3.sick=true
-minecolonies\:citizen.cowboy.female1.badhousing=true
-minecolonies\:citizen.quarrier.male4.unhappy=true
-supplementaries\:item.wrench.hit=true
-minecolonies\:citizen.student.female2.success=true
-blue_skies\:block.moonstone_lantern.place=true
-minecolonies\:citizen.swineherder.female3.happy=true
-minecolonies\:citizen.archertraining.male1.general=true
-minecolonies\:citizen.sawmill.female2.noise=true
-minecolonies\:citizen.farmer.female4.lowsaturation=true
-minecraft\:music_disc.blocks=true
-minecolonies\:citizen.researcher.female1.unhappy=true
-aquaculture\:fish_mount_placed=true
-minecolonies\:citizen.deliveryman.male4.sick=true
-minecolonies\:citizen.alchemist.male2.unhappy=true
-minecraft\:item.honeycomb.wax_on=true
-minecolonies\:citizen.beekeeper.male1.noise=true
-doggytalents\:whistle_long=true
-minecolonies\:citizen.stonesmeltery.male1.success=true
-minecolonies\:citizen.blacksmith.female3.farewell=true
-minecolonies\:citizen.cook.male3.badweather=true
-minecolonies\:citizen.sifter.female3.happy=true
-minecraft\:item.armor.equip_diamond=true
-minecolonies\:citizen.farmer.male4.interaction=true
-minecolonies\:citizen.ranger.female4.danger=true
-minecolonies\:citizen.stonesmeltery.male1.greeting=true
-alexsmobs\:mudskipper_walk=true
-minecolonies\:citizen.chickenherder.female4.unhappy=true
-minecolonies\:citizen.glassblower.male4.interaction=true
-minecraft\:entity.blaze.shoot=true
-minecolonies\:citizen.swineherder.female4.badweather=true
-minecolonies\:citizen.swineherder.female4.greeting=true
-minecolonies\:citizen.swineherder.male2.general=true
-minecolonies\:citizen.visitor.female2.success=true
-alexsmobs\:moose_hurt=true
-minecraft\:entity.zombified_piglin.angry=true
-minecolonies\:citizen.teacher.male2.success=true
-minecolonies\:citizen.lumberjack.male4.farewell=true
-minecolonies\:citizen.enchanter.female2.badweather=true
-minecraft\:block.moss.step=true
-minecolonies\:citizen.researcher.male2.interaction=true
-minecolonies\:citizen.concretemixer.female4.general=true
-blue_skies\:entity.alchemist.celebrate=true
-minecolonies\:citizen.archertraining.male3.greeting=true
-minecolonies\:citizen.ranger.female2.noise=true
-minecolonies\:citizen.healer.female2.noise=true
-minecraft\:entity.cat.hiss=true
-minecolonies\:citizen.blacksmith.female2.danger=true
-minecolonies\:citizen.stonesmeltery.female1.badweather=true
-minecolonies\:citizen.lumberjack.male4.lowsaturation=true
-minecolonies\:citizen.knight.male4.happy=true
-minecolonies\:citizen.chickenherder.female1.happy=true
-minecolonies\:citizen.druid.male3.happy=true
-minecolonies\:citizen.beekeeper.female1.sick=true
-minecolonies\:citizen.child.male3.highsaturation=true
-minecolonies\:citizen.glassblower.male2.happy=true
-minecolonies\:citizen.builder.female1.highsaturation=true
-minecolonies\:citizen.researcher.female3.interaction=true
-minecolonies\:citizen.teacher.male1.badweather=true
-minecolonies\:citizen.alchemist.male3.danger=true
-blue_skies\:entity.polargeist.attack=true
-minecolonies\:citizen.cowboy.female2.farewell=true
-minecolonies\:citizen.deliveryman.male4.danger=true
-minecolonies\:citizen.netherworker.male1.happy=true
-minecolonies\:citizen.composter.female2.success=true
-minecolonies\:citizen.undertaker.female1.missingequipment=true
-minecraft\:block.sniffer_egg.crack=true
-minecolonies\:citizen.archertraining.female3.interaction=true
-minecolonies\:citizen.unemployed.male1.sick=true
-minecolonies\:citizen.netherworker.male4.success=true
-minecraft\:block.ancient_debris.step=true
-minecolonies\:citizen.chickenherder.female3.lowsaturation=true
-minecolonies\:citizen.deliveryman.male3.happy=true
-minecolonies\:citizen.researcher.female2.badweather=true
-minecolonies\:citizen.druid.female1.badhousing=true
-minecolonies\:citizen.miner.male4.highsaturation=true
-minecolonies\:citizen.healer.female3.badhousing=true
-minecolonies\:citizen.blacksmith.female2.interaction=true
-minecolonies\:citizen.visitor.female1.unhappy=true
-minecolonies\:citizen.baker.male1.missingequipment=true
-minecolonies\:citizen.shepherd.male3.happy=true
-minecolonies\:citizen.undertaker.male4.greeting=true
-minecolonies\:citizen.sifter.female4.badhousing=true
-minecolonies\:citizen.cowboy.female4.general=true
-minecolonies\:citizen.fletcher.female4.danger=true
-minecraft\:item.bottle.fill=true
-minecolonies\:citizen.chickenherder.female2.gotobed=true
-undergarden\:entity.gloomper.hop=true
-minecolonies\:citizen.builder.female3.general=true
-minecolonies\:citizen.dyer.female1.interaction=true
-minecolonies\:citizen.mechanic.male3.success=true
-enhancedai\:creeper_cena_fuse=true
-minecraft\:entity.strider.step=true
-minecolonies\:citizen.florist.female4.happy=true
-minecolonies\:citizen.fletcher.female2.success=true
-minecolonies\:citizen.dyer.female3.gotobed=true
-minecraft\:entity.husk.converted_to_zombie=true
-minecolonies\:citizen.composter.female4.sick=true
-minecraft\:entity.piglin_brute.death=true
-minecolonies\:citizen.beekeeper.male2.general=true
-undergarden\:ambient.abyss=true
-blue_skies\:music.brittlebush=true
-minecolonies\:citizen.undertaker.female3.general=true
-minecraft\:music.overworld.lush_caves=true
-minecolonies\:citizen.planter.female4.highsaturation=true
-minecolonies\:citizen.unemployed.male4.badhousing=true
-minecolonies\:citizen.smelter.male4.lowsaturation=true
-minecolonies\:citizen.baker.male4.sick=true
-minecolonies\:citizen.dyer.female4.danger=true
-minecraft\:entity.boat.paddle_land=true
-minecolonies\:citizen.druid.male2.lowsaturation=true
-minecolonies\:citizen.alchemist.female1.greeting=true
-minecraft\:entity.fox.sniff=true
-minecolonies\:citizen.stonemason.male4.greeting=true
-touhou_little_maid\:maid.environment.snow=true
-blue_skies\:entity.crystal_camel.idle=true
-undergarden\:ambient.abyss_addition=true
-minecraft\:entity.wither_skeleton.step=true
-minecolonies\:citizen.deliveryman.male2.noise=true
-minecolonies\:citizen.undertaker.male2.unhappy=true
-minecolonies\:citizen.crusher.male1.missingequipment=true
-minecolonies\:citizen.knight.female2.highsaturation=true
-minecolonies\:citizen.student.male3.success=true
-mutantmonsters\:entity.mutant_enderman.death=true
-minecolonies\:citizen.glassblower.female2.farewell=true
-minecolonies\:citizen.rabbitherder.male2.noise=true
-minecolonies\:citizen.glassblower.male1.happy=true
-minecolonies\:citizen.unemployed.female1.greeting=true
-minecraft\:entity.ender_dragon.growl=true
-minecraft\:entity.vindicator.hurt=true
-minecolonies\:citizen.ranger.male4.badweather=true
-create\:blaze_munch=true
-minecolonies\:citizen.baker.female2.interaction=true
-minecolonies\:citizen.builder.female3.gotobed=true
-minecolonies\:citizen.florist.female2.badhousing=true
-minecolonies\:citizen.dyer.male1.unhappy=true
-minecraft\:item.bucket.fill_fish=true
-minecolonies\:citizen.lumberjack.female1.highsaturation=true
-undergarden\:entity.gloomper.hurt=true
-minecolonies\:citizen.ranger.female4.missingequipment=true
-minecolonies\:citizen.archertraining.male1.gotobed=true
-minecolonies\:citizen.archertraining.male2.sick=true
-minecolonies\:citizen.researcher.female3.sick=true
-alexsmobs\:maned_wolf_idle=true
-minecolonies\:citizen.cook.female4.badweather=true
-minecolonies\:citizen.unemployed.female4.goodhousing=true
-minecolonies\:citizen.fisherman.male1.general=true
-minecolonies\:citizen.child.male4.badweather=true
-minecolonies\:citizen.beekeeper.female3.badweather=true
-minecolonies\:citizen.unemployed.female2.noise=true
-undergarden\:ambient.fields_addition=true
-minecraft\:block.soul_sand.hit=true
-minecolonies\:citizen.sifter.female3.missingequipment=true
-minecolonies\:citizen.pupil.female1.highsaturation=true
-minecraft\:block.soul_soil.break=true
-minecraft\:block.ladder.hit=true
-minecraft\:entity.polar_bear.warning=true
-minecolonies\:citizen.shepherd.male2.noise=true
-minecolonies\:citizen.baker.female2.greeting=true
-minecolonies\:citizen.stonesmeltery.female1.greeting=true
-minecolonies\:citizen.smelter.male1.badhousing=true
-minecolonies\:citizen.composter.male1.interaction=true
-minecolonies\:citizen.concretemixer.female3.sick=true
-minecolonies\:citizen.child.female1.success=true
-minecolonies\:citizen.swineherder.male4.unhappy=true
-minecolonies\:citizen.stonesmeltery.male1.badweather=true
-minecolonies\:citizen.alchemist.male1.goodhousing=true
-minecolonies\:citizen.quarrier.female1.general=true
-minecolonies\:citizen.smelter.female4.lowsaturation=true
-minecolonies\:citizen.planter.female3.success=true
-minecolonies\:citizen.stonesmeltery.female1.danger=true
-minecolonies\:citizen.shepherd.female1.noise=true
-minecolonies\:citizen.builder.male1.danger=true
-blue_skies\:block.moonstone_lantern.break=true
-minecolonies\:citizen.archertraining.male3.farewell=true
-minecolonies\:citizen.blacksmith.female2.missingequipment=true
-minecolonies\:citizen.enchanter.female2.gotobed=true
-minecolonies\:citizen.deliveryman.male3.interaction=true
-minecolonies\:citizen.combattraining.female1.general=true
-alexsmobs\:giant_squid_games=true
-minecolonies\:citizen.dyer.female2.success=true
-minecolonies\:citizen.concretemixer.female3.danger=true
-minecolonies\:citizen.swineherder.male2.sick=true
-minecolonies\:citizen.stonemason.female2.noise=true
-minecolonies\:citizen.quarrier.female2.danger=true
-minecolonies\:citizen.farmer.male4.general=true
-minecolonies\:citizen.pupil.male4.general=true
-minecolonies\:citizen.healer.male3.noise=true
-minecolonies\:citizen.chickenherder.female2.general=true
-minecolonies\:citizen.shepherd.female3.general=true
-minecolonies\:citizen.visitor.female3.interaction=true
-minecolonies\:citizen.dyer.female1.general=true
-minecolonies\:citizen.florist.female3.happy=true
-minecolonies\:citizen.glassblower.female4.sick=true
-minecolonies\:citizen.quarrier.male2.general=true
-minecolonies\:citizen.researcher.male3.gotobed=true
-minecraft\:item.bucket.empty_milk=true
-minecolonies\:citizen.farmer.male1.lowsaturation=true
-minecraft\:entity.dolphin.eat=true
-minecraft\:entity.evoker.hurt=true
-minecolonies\:citizen.farmer.female1.unhappy=true
-minecolonies\:citizen.knight.female2.sick=true
-minecolonies\:citizen.cowboy.female4.danger=true
-minecolonies\:citizen.alchemist.female3.success=true
-minecraft\:entity.generic.small_fall=true
-minecraft\:block.chiseled_bookshelf.hit=true
-minecolonies\:citizen.chickenherder.female4.interaction=true
-minecolonies\:citizen.shepherd.female4.badweather=true
-minecolonies\:citizen.deliveryman.female2.badweather=true
-minecolonies\:citizen.mechanic.male2.badweather=true
-minecolonies\:citizen.quarrier.female3.badweather=true
-minecolonies\:citizen.shepherd.female2.goodhousing=true
-minecraft\:block.chain.break=true
-alexsmobs\:tarantula_hawk_hurt=true
-minecolonies\:citizen.dyer.female1.missingequipment=true
-minecolonies\:citizen.cookassistant.female4.happy=true
-minecraft\:block.wooden_button.click_off=true
-minecolonies\:citizen.smelter.female2.missingequipment=true
-minecolonies\:citizen.archertraining.male4.interaction=true
-minecolonies\:citizen.shepherd.male3.highsaturation=true
-minecolonies\:citizen.planter.female4.lowsaturation=true
-minecolonies\:citizen.florist.female2.unhappy=true
-minecolonies\:citizen.unemployed.female4.success=true
-minecolonies\:citizen.smelter.male1.missingequipment=true
-minecolonies\:citizen.archertraining.male1.interaction=true
-minecolonies\:citizen.enchanter.male4.sick=true
-minecolonies\:citizen.blacksmith.male2.happy=true
-minecolonies\:citizen.netherworker.female4.noise=true
-minecraft\:block.scaffolding.hit=true
-minecraft\:event.raid.horn=true
-minecolonies\:citizen.shepherd.male2.highsaturation=true
-minecolonies\:citizen.sifter.female3.goodhousing=true
-minecolonies\:citizen.druid.female4.missingequipment=true
-minecraft\:block.anvil.destroy=true
-alexsmobs\:shoebill_hurt=true
-undergarden\:music.disc.mammoth=true
-undergarden\:entity.rotbeast.hurt=true
-minecolonies\:citizen.fisherman.male3.interaction=true
-minecraft\:block.hanging_roots.break=true
-minecolonies\:citizen.farmer.female2.badhousing=true
-minecolonies\:citizen.fletcher.male2.highsaturation=true
-minecolonies\:citizen.chickenherder.male1.lowsaturation=true
-minecolonies\:citizen.crusher.female4.badweather=true
-minecolonies\:citizen.cook.female3.lowsaturation=true
-minecolonies\:citizen.stonemason.male1.interaction=true
-minecolonies\:citizen.stonesmeltery.female1.missingequipment=true
-blue_skies\:music.generic_boss=true
-minecolonies\:citizen.cowboy.male4.badhousing=true
-minecolonies\:citizen.enchanter.female2.sick=true
-minecolonies\:citizen.combattraining.female1.lowsaturation=true
-minecolonies\:raid.raid_alert=true
-minecolonies\:citizen.baker.male4.unhappy=true
-minecolonies\:citizen.pupil.male1.happy=true
-minecraft\:entity.warden.listening_angry=true
-creeperoverhaul\:entity.stone.creeper.death=true
-minecolonies\:citizen.deliveryman.male1.noise=true
-illagerinvasion\:entity.archivist.death=true
-minecolonies\:citizen.swineherder.female2.happy=true
-minecolonies\:citizen.cowboy.male2.goodhousing=true
-minecolonies\:citizen.stonemason.female4.happy=true
-minecolonies\:citizen.blacksmith.male4.sick=true
-minecolonies\:citizen.fletcher.male4.highsaturation=true
-blue_skies\:entity.artificial_golem.hurt=true
-minecolonies\:citizen.knight.male2.lowsaturation=true
-minecolonies\:citizen.blacksmith.male1.sick=true
-minecolonies\:citizen.cook.male3.danger=true
-minecolonies\:citizen.beekeeper.female1.gotobed=true
-blue_skies\:music.brisegel=true
-minecolonies\:citizen.smelter.female3.danger=true
-minecolonies\:citizen.builder.male2.happy=true
-minecolonies\:citizen.deliveryman.female3.gotobed=true
-minecolonies\:citizen.fisherman.male4.happy=true
-minecraft\:entity.axolotl.attack=true
-alexsmobs\:underminer_idle=true
-minecolonies\:citizen.netherworker.male4.goodhousing=true
-minecraft\:entity.turtle.hurt_baby=true
-alexsmobs\:moose_jostle=true
-minecolonies\:citizen.cookassistant.male1.badhousing=true
-minecolonies\:citizen.unemployed.female3.general=true
-minecolonies\:citizen.fisherman.male1.badhousing=true
-minecolonies\:citizen.unemployed.female1.goodhousing=true
-minecolonies\:citizen.netherworker.male1.lowsaturation=true
-supplementaries\:block.bellows.blow=true
-minecraft\:block.stone_button.click_off=true
-minecolonies\:citizen.smelter.male3.goodhousing=true
-minecolonies\:citizen.enchanter.female4.missingequipment=true
-minecolonies\:citizen.sawmill.male1.sick=true
-minecolonies\:citizen.sifter.female1.noise=true
-minecraft\:block.amethyst_cluster.hit=true
-minecolonies\:citizen.fisherman.male2.happy=true
-minecraft\:block.ladder.break=true
-minecolonies\:citizen.alchemist.female2.farewell=true
-minecolonies\:citizen.combattraining.female3.unhappy=true
-minecraft\:block.end_portal.spawn=true
-minecolonies\:citizen.alchemist.female2.general=true
-minecraft\:music.overworld.snowy_slopes=true
-minecolonies\:citizen.cook.male2.missingequipment=true
-blue_skies\:entity.crogre.idle=true
-minecolonies\:citizen.pupil.female1.unhappy=true
-minecolonies\:citizen.deliveryman.male4.happy=true
-minecolonies\:citizen.child.male4.highsaturation=true
-minecolonies\:citizen.knight.female2.interaction=true
-alexsmobs\:farseer_beam=true
-minecolonies\:citizen.undertaker.male4.gotobed=true
-minecolonies\:citizen.crusher.male2.interaction=true
-minecolonies\:citizen.chickenherder.male1.sick=true
-minecolonies\:citizen.stonesmeltery.male4.missingequipment=true
-minecolonies\:citizen.cowboy.female4.noise=true
-minecolonies\:citizen.fletcher.male4.noise=true
-minecolonies\:citizen.cookassistant.female1.noise=true
-minecolonies\:citizen.beekeeper.female2.noise=true
-minecolonies\:citizen.netherworker.female4.interaction=true
-minecolonies\:citizen.blacksmith.male3.gotobed=true
-minecolonies\:citizen.enchanter.male1.farewell=true
-minecraft\:block.sculk.break=true
-minecolonies\:citizen.alchemist.female4.greeting=true
-minecolonies\:citizen.deliveryman.female1.unhappy=true
-minecolonies\:citizen.fisherman.male3.unhappy=true
-minecolonies\:citizen.ranger.female3.noise=true
-minecraft\:block.chain.place=true
-minecolonies\:citizen.combattraining.male1.greeting=true
-minecolonies\:citizen.dyer.female2.greeting=true
-minecolonies\:citizen.glassblower.male4.badhousing=true
-minecolonies\:citizen.sawmill.female3.noise=true
-minecolonies\:citizen.lumberjack.male3.greeting=true
-undergarden\:ambient.bog_addition=true
-minecolonies\:citizen.glassblower.female3.badweather=true
-minecolonies\:citizen.composter.female1.badhousing=true
-minecolonies\:citizen.knight.female3.greeting=true
-minecolonies\:citizen.stonesmeltery.female1.farewell=true
-minecolonies\:citizen.pupil.male3.happy=true
-minecolonies\:citizen.crusher.male1.lowsaturation=true
-minecolonies\:citizen.composter.male3.gotobed=true
-minecolonies\:citizen.dyer.female3.farewell=true
-blue_skies\:ambient.snow_wind.additions=true
-minecolonies\:citizen.baker.male3.interaction=true
-minecraft\:entity.zombie_villager.ambient=true
-minecolonies\:citizen.miner.male4.missingequipment=true
-minecolonies\:citizen.stonesmeltery.male2.highsaturation=true
-minecolonies\:citizen.enchanter.male3.lowsaturation=true
-minecolonies\:citizen.fletcher.male3.highsaturation=true
-minecolonies\:mob.barbarian.death=true
-minecraft\:ambient.underwater.loop.additions.rare=true
-minecraft\:block.calcite.step=true
-minecolonies\:citizen.visitor.male2.greeting=true
-minecolonies\:citizen.stonesmeltery.female2.success=true
-minecraft\:entity.zoglin.attack=true
-minecolonies\:citizen.baker.female2.happy=true
-minecraft\:block.stone.fall=true
-minecolonies\:citizen.enchanter.female1.happy=true
-minecolonies\:citizen.dyer.female3.missingequipment=true
-minecolonies\:citizen.sifter.female4.danger=true
-minecraft\:block.hanging_roots.place=true
-minecolonies\:citizen.sifter.female2.happy=true
-minecolonies\:citizen.glassblower.male3.lowsaturation=true
-minecolonies\:citizen.netherworker.female3.badweather=true
-minecolonies\:citizen.alchemist.male3.missingequipment=true
-alexsmobs\:laviathan_hurt=true
-minecolonies\:citizen.quarrier.male1.interaction=true
-minecolonies\:citizen.combattraining.male4.general=true
-minecolonies\:citizen.quarrier.female2.happy=true
-minecolonies\:citizen.baker.female3.farewell=true
-minecolonies\:citizen.child.male1.general=true
-minecolonies\:citizen.fisherman.male2.badweather=true
-minecolonies\:citizen.fisherman.male1.noise=true
-minecolonies\:citizen.archertraining.female1.gotobed=true
-minecolonies\:citizen.crusher.female1.general=true
-minecolonies\:citizen.concretemixer.female2.goodhousing=true
-blue_skies\:entity.villager.work_alchemist=true
-minecolonies\:citizen.sifter.female1.gotobed=true
-minecolonies\:citizen.archertraining.male4.danger=true
-minecolonies\:citizen.mechanic.male3.sick=true
-minecolonies\:citizen.netherworker.male4.danger=true
-minecolonies\:citizen.stonesmeltery.female4.farewell=true
-minecraft\:block.shroomlight.place=true
-minecraft\:entity.guardian.ambient_land=true
-minecolonies\:citizen.beekeeper.male3.happy=true
-minecolonies\:citizen.florist.female3.interaction=true
-minecolonies\:citizen.glassblower.male4.farewell=true
-minecolonies\:citizen.florist.male3.success=true
-minecolonies\:citizen.builder.male3.gotobed=true
-minecraft\:entity.generic.eat=true
-minecolonies\:citizen.lumberjack.female1.sick=true
-friendsandfoes\:entity.mauler.hurt=true
-minecolonies\:citizen.deliveryman.male1.general=true
-minecraft\:block.weeping_vines.step=true
-minecolonies\:citizen.rabbitherder.male1.missingequipment=true
-minecolonies\:citizen.stonesmeltery.male4.greeting=true
-minecraft\:block.cherry_wood.hit=true
-illagerinvasion\:entity.basher.death=true
-minecolonies\:citizen.blacksmith.male2.lowsaturation=true
-minecolonies\:citizen.beekeeper.male2.happy=true
-minecraft\:entity.husk.step=true
-minecolonies\:citizen.cowboy.female2.gotobed=true
-minecolonies\:citizen.sifter.male2.general=true
-minecolonies\:citizen.beekeeper.female3.happy=true
-minecolonies\:citizen.builder.female4.danger=true
-creeperoverhaul\:entity.stone.creeper.hurt=true
-minecolonies\:citizen.researcher.female3.missingequipment=true
-minecolonies\:citizen.stonesmeltery.male3.highsaturation=true
-aquaculture\:fish_flop=true
-minecolonies\:citizen.blacksmith.female3.unhappy=true
-minecolonies\:citizen.shepherd.male2.sick=true
-xercapaint\:water_drop=true
-blue_skies\:entity.infested_swarmer.bite=true
-minecolonies\:citizen.lumberjack.female4.general=true
-minecraft\:entity.allay.item_given=true
-minecraft\:entity.wolf.howl=true
-minecolonies\:citizen.beekeeper.female4.happy=true
-blue_skies\:entity.villager.work_nightwatcher=true
-minecraft\:music.overworld.jungle=true
-minecolonies\:citizen.student.male2.interaction=true
-minecraft\:entity.warden.ambient=true
-aquamirae\:entity.eel.roar=true
-minecolonies\:citizen.lumberjack.male2.goodhousing=true
-minecolonies\:citizen.fletcher.male2.noise=true
-minecraft\:entity.iron_golem.damage=true
-minecraft\:block.beehive.enter=true
-minecolonies\:citizen.alchemist.female2.badhousing=true
-minecraft\:entity.elder_guardian.curse=true
-minecolonies\:citizen.deliveryman.male3.missingequipment=true
-minecolonies\:citizen.cowboy.female2.lowsaturation=true
-minecolonies\:citizen.chickenherder.male4.sick=true
-minecolonies\:citizen.visitor.male4.gotobed=true
-minecolonies\:citizen.shepherd.male4.highsaturation=true
-minecolonies\:citizen.dyer.male3.badweather=true
-minecraft\:block.sculk.place=true
-minecolonies\:citizen.deliveryman.male3.badhousing=true
-minecolonies\:citizen.alchemist.female4.unhappy=true
-minecolonies\:citizen.florist.male2.general=true
-minecraft\:entity.generic.splash=true
-minecraft\:block.sculk_catalyst.place=true
-minecolonies\:citizen.crusher.female1.interaction=true
-minecraft\:entity.frog.ambient=true
-minecraft\:entity.slime.squish=true
-minecolonies\:citizen.teacher.female3.greeting=true
-minecolonies\:citizen.farmer.male1.interaction=true
-minecraft\:block.sniffer_egg.hatch=true
-minecolonies\:citizen.stonesmeltery.female3.unhappy=true
-minecolonies\:citizen.archertraining.female2.badweather=true
-minecolonies\:citizen.enchanter.male2.badweather=true
-aquaculture\:bottle_open=true
-minecolonies\:citizen.smelter.male3.gotobed=true
-minecolonies\:citizen.cookassistant.female3.interaction=true
-minecolonies\:citizen.concretemixer.male1.general=true
-minecolonies\:citizen.quarrier.female3.happy=true
-minecolonies\:citizen.smelter.male3.farewell=true
-minecolonies\:citizen.enchanter.male1.sick=true
-minecolonies\:citizen.swineherder.female1.missingequipment=true
-minecolonies\:citizen.ranger.female2.missingequipment=true
-minecolonies\:citizen.unemployed.female2.farewell=true
-minecolonies\:citizen.druid.male1.success=true
-minecolonies\:citizen.crusher.female4.lowsaturation=true
-minecolonies\:citizen.beekeeper.female3.lowsaturation=true
-minecraft\:block.decorated_pot.break=true
-minecolonies\:citizen.deliveryman.female3.goodhousing=true
-minecolonies\:citizen.beekeeper.female4.sick=true
-minecolonies\:citizen.crusher.female2.success=true
-minecolonies\:citizen.teacher.male4.lowsaturation=true
-minecolonies\:citizen.combattraining.female1.danger=true
-minecolonies\:citizen.beekeeper.male1.badhousing=true
-minecolonies\:citizen.dyer.male2.interaction=true
-creeperoverhaul\:entity.ocean.creeper.hurt_deflated=true
-minecolonies\:citizen.builder.female3.sick=true
-minecolonies\:citizen.glassblower.female1.general=true
-minecolonies\:citizen.concretemixer.male2.success=true
-blue_skies\:entity.frost_spirit.free=true
-alexsmobs\:potoo_call=true
-minecolonies\:citizen.cowboy.male4.success=true
-alexsmobs\:roadrunner_idle=true
-minecolonies\:citizen.miner.male1.goodhousing=true
-minecolonies\:citizen.miner.female4.greeting=true
-minecolonies\:citizen.quarrier.female2.badhousing=true
-minecolonies\:citizen.quarrier.female1.noise=true
-minecraft\:block.ladder.place=true
-minecolonies\:citizen.florist.female1.success=true
-alexsmobs\:skunk_hurt=true
-minecolonies\:citizen.teacher.male2.sick=true
-minecolonies\:citizen.baker.female3.unhappy=true
-minecolonies\:citizen.glassblower.female2.success=true
-chimes\:block.iron.tie=true
-minecolonies\:citizen.cowboy.male3.general=true
-minecolonies\:citizen.concretemixer.male1.danger=true
-minecraft\:block.big_dripleaf.fall=true
-minecolonies\:citizen.undertaker.female3.missingequipment=true
-minecraft\:entity.villager.work_cartographer=true
-minecolonies\:citizen.ranger.female2.interaction=true
-minecraft\:block.fence_gate.close=true
-minecraft\:entity.mule.ambient=true
-minecolonies\:citizen.crusher.male2.gotobed=true
-minecolonies\:citizen.miner.female2.happy=true
-minecolonies\:citizen.lumberjack.male3.farewell=true
-minecraft\:block.campfire.crackle=true
-minecolonies\:citizen.visitor.male2.gotobed=true
-minecolonies\:citizen.swineherder.male2.unhappy=true
-minecolonies\:citizen.cookassistant.female4.highsaturation=true
-minecraft\:block.metal_pressure_plate.click_off=true
-minecraft\:entity.dolphin.jump=true
-minecolonies\:citizen.alchemist.male4.danger=true
-minecraft\:block.sculk_catalyst.fall=true
-minecolonies\:citizen.researcher.male2.sick=true
-undergarden\:entity.rotling.death=true
-minecraft\:block.chiseled_bookshelf.break=true
-minecolonies\:citizen.builder.male2.lowsaturation=true
-minecolonies\:citizen.shepherd.male2.general=true
-minecolonies\:citizen.mechanic.male4.gotobed=true
-minecolonies\:citizen.swineherder.female3.interaction=true
-minecolonies\:citizen.dyer.male3.farewell=true
-minecolonies\:citizen.concretemixer.female2.highsaturation=true
-minecolonies\:citizen.cook.female3.sick=true
-minecolonies\:citizen.combattraining.female1.unhappy=true
-minecraft\:entity.hostile.big_fall=true
-undergarden\:ambient.gronglegrowth_addition=true
-blue_skies\:entity.azulfo.hurt=true
-minecolonies\:citizen.knight.male2.happy=true
-minecraft\:block.scaffolding.fall=true
-minecolonies\:citizen.farmer.male1.sick=true
-creeperoverhaul\:entity.plant.creeper.hurt=true
-minecolonies\:citizen.deliveryman.male3.unhappy=true
-minecolonies\:citizen.child.female1.highsaturation=true
-minecolonies\:citizen.unemployed.male2.badhousing=true
-minecolonies\:citizen.composter.male1.noise=true
-minecolonies\:citizen.unemployed.male2.interaction=true
-alexsmobs\:crow_idle=true
-undergarden\:block.undergarden_portal.activate=true
-minecolonies\:citizen.cowboy.male4.highsaturation=true
-minecraft\:entity.horse.eat=true
-minecolonies\:citizen.blacksmith.female3.danger=true
-minecolonies\:citizen.quarrier.female1.danger=true
-minecolonies\:citizen.planter.female4.greeting=true
-minecolonies\:citizen.smelter.male2.badweather=true
-minecolonies\:citizen.farmer.male2.general=true
-minecolonies\:citizen.stonesmeltery.female2.danger=true
-minecolonies\:citizen.quarrier.male2.goodhousing=true
-minecolonies\:citizen.healer.male4.highsaturation=true
-minecraft\:entity.polar_bear.ambient=true
-minecolonies\:citizen.swineherder.female3.greeting=true
-minecolonies\:citizen.undertaker.male1.danger=true
-minecolonies\:citizen.netherworker.female3.unhappy=true
-minecraft\:entity.frog.step=true
-minecraft\:entity.wolf.ambient=true
-minecolonies\:citizen.dyer.female4.success=true
-minecolonies\:citizen.swineherder.female1.happy=true
-minecraft\:block.decorated_pot.fall=true
-minecraft\:block.candle.extinguish=true
-minecraft\:entity.cat.death=true
-minecolonies\:citizen.chickenherder.female4.general=true
-minecraft\:entity.goat.screaming.ambient=true
-goblintraders\:entity.goblin_trader.idle_grunt=true
-minecolonies\:mob.norseman.say=true
-minecolonies\:citizen.stonemason.male3.success=true
-minecolonies\:citizen.teacher.male3.goodhousing=true
-minecolonies\:citizen.fletcher.male4.success=true
-minecolonies\:citizen.blacksmith.female2.farewell=true
-minecolonies\:citizen.researcher.female4.badweather=true
-minecolonies\:citizen.mechanic.female3.interaction=true
-minecraft\:entity.generic.hurt=true
-blue_skies\:entity.reindeer.hurt=true
-minecolonies\:citizen.builder.male1.lowsaturation=true
-minecolonies\:citizen.shepherd.female3.happy=true
-minecraft\:entity.elder_guardian.death_land=true
-minecraft\:entity.magma_cube.death=true
-deeperdarker\:ambient.otherside.additions=true
-blue_skies\:entity.starlit_crusher.stunned=true
-minecolonies\:citizen.teacher.female3.unhappy=true
-minecolonies\:citizen.knight.male3.interaction=true
-minecolonies\:citizen.archertraining.male3.happy=true
-minecraft\:item.spyglass.stop_using=true
-minecolonies\:citizen.quarrier.male2.noise=true
-minecolonies\:citizen.druid.female1.general=true
-minecolonies\:citizen.knight.male1.interaction=true
-minecolonies\:citizen.healer.female1.success=true
-minecolonies\:citizen.quarrier.male3.danger=true
-minecolonies\:citizen.glassblower.male1.farewell=true
-supplementaries\:block.rope.slide=true
-minecolonies\:citizen.smelter.female1.danger=true
-minecolonies\:citizen.beekeeper.male4.happy=true
-minecolonies\:citizen.combattraining.male3.goodhousing=true
-minecolonies\:citizen.visitor.male3.lowsaturation=true
-minecolonies\:citizen.cook.male4.missingequipment=true
-minecolonies\:citizen.combattraining.female1.highsaturation=true
-minecolonies\:citizen.child.female2.missingequipment=true
-alexsmobs\:elephant_idle=true
-minecolonies\:citizen.cowboy.female3.goodhousing=true
-undergarden\:entity.gwibling.hurt=true
-creeperoverhaul\:entity.plant.creeper.prime=true
-minecolonies\:citizen.researcher.male4.highsaturation=true
-minecolonies\:citizen.sifter.male2.missingequipment=true
-minecraft\:block.vine.fall=true
-minecolonies\:citizen.farmer.male3.greeting=true
-minecolonies\:citizen.mechanic.female4.lowsaturation=true
-minecolonies\:citizen.cookassistant.male2.greeting=true
-minecolonies\:citizen.cowboy.female1.goodhousing=true
-minecolonies\:citizen.mechanic.male1.success=true
-minecolonies\:citizen.smelter.female4.danger=true
-minecolonies\:citizen.chickenherder.female2.goodhousing=true
-minecolonies\:citizen.healer.female4.happy=true
-minecraft\:block.metal.place=true
-minecolonies\:citizen.composter.female1.goodhousing=true
-minecolonies\:citizen.cookassistant.female3.happy=true
-minecolonies\:citizen.netherworker.male1.badhousing=true
-minecraft\:block.vine.hit=true
-minecolonies\:citizen.dyer.male1.greeting=true
-minecolonies\:citizen.researcher.male1.missingequipment=true
-minecolonies\:citizen.student.female2.noise=true
-minecolonies\:citizen.baker.female3.greeting=true
-minecolonies\:citizen.child.male2.happy=true
-minecolonies\:citizen.knight.male2.farewell=true
-bettercombat\:staff_slam=true
-minecolonies\:citizen.rabbitherder.male4.happy=true
-minecolonies\:citizen.cook.female2.missingequipment=true
-minecraft\:entity.blaze.burn=true
-minecolonies\:citizen.knight.female4.general=true
-minecolonies\:citizen.healer.male4.interaction=true
-minecolonies\:citizen.florist.male3.lowsaturation=true
-minecolonies\:citizen.crusher.male3.missingequipment=true
-minecolonies\:citizen.combattraining.female2.badhousing=true
-minecraft\:entity.zombie.infect=true
-minecolonies\:citizen.healer.female4.badweather=true
-alexsmobs\:hummingbird_idle=true
-minecolonies\:citizen.undertaker.female1.general=true
-minecolonies\:citizen.teacher.male2.interaction=true
-minecraft\:block.sand.fall=true
-minecolonies\:citizen.stonesmeltery.female3.badweather=true
-minecolonies\:citizen.glassblower.female3.farewell=true
-minecolonies\:citizen.shepherd.female2.highsaturation=true
-minecolonies\:citizen.rabbitherder.female4.success=true
-minecraft\:block.polished_deepslate.place=true
-minecolonies\:citizen.lumberjack.female2.highsaturation=true
-minecolonies\:citizen.archertraining.male2.success=true
-minecolonies\:citizen.smelter.female3.sick=true
-minecolonies\:citizen.cookassistant.male2.general=true
-minecolonies\:citizen.pupil.female1.gotobed=true
-minecraft\:entity.squid.squirt=true
-minecolonies\:citizen.healer.male4.badhousing=true
-minecolonies\:citizen.rabbitherder.male3.greeting=true
-minecolonies\:citizen.healer.female4.success=true
-minecolonies\:citizen.miner.male3.highsaturation=true
-minecolonies\:citizen.rabbitherder.female3.farewell=true
-minecolonies\:citizen.sawmill.female4.noise=true
-minecolonies\:citizen.planter.male2.sick=true
-minecolonies\:citizen.archertraining.male1.farewell=true
-minecolonies\:citizen.glassblower.female1.badweather=true
-minecraft\:entity.guardian.death_land=true
-minecraft\:block.pink_petals.place=true
-minecolonies\:citizen.combattraining.male3.badhousing=true
-minecolonies\:citizen.knight.female4.noise=true
-minecolonies\:citizen.stonemason.male2.lowsaturation=true
-minecolonies\:citizen.sawmill.male4.success=true
-minecolonies\:citizen.healer.male1.noise=true
-create\:mixing_compounded_1=true
-minecolonies\:citizen.shepherd.male1.danger=true
-minecolonies\:citizen.cookassistant.male3.lowsaturation=true
-minecolonies\:citizen.netherworker.female4.danger=true
-minecolonies\:citizen.alchemist.male1.danger=true
-blue_skies\:item.arc.aquatic_equip=true
-alexsmobs\:rattlesnake_loop=true
-minecolonies\:citizen.composter.male2.goodhousing=true
-minecolonies\:citizen.netherworker.female2.goodhousing=true
-minecraft\:entity.sniffer.drop_seed=true
-minecolonies\:citizen.unemployed.male1.success=true
-minecolonies\:citizen.fisherman.male1.lowsaturation=true
-minecolonies\:citizen.quarrier.male3.interaction=true
-minecolonies\:citizen.mechanic.female4.goodhousing=true
-minecraft\:block.lantern.step=true
-minecolonies\:citizen.miner.female2.badhousing=true
-minecolonies\:citizen.smelter.female2.goodhousing=true
-minecolonies\:citizen.crusher.male2.happy=true
-minecolonies\:citizen.baker.female2.missingequipment=true
-minecolonies\:citizen.student.female4.success=true
-minecolonies\:citizen.farmer.female4.general=true
-blue_skies\:entity.player.spit=true
-minecolonies\:citizen.visitor.female1.noise=true
-minecolonies\:citizen.sifter.male2.farewell=true
-alexsmobs\:seagull_idle=true
-minecraft\:entity.skeleton_horse.gallop_water=true
-minecolonies\:citizen.alchemist.female4.general=true
-minecraft\:music_disc.mellohi=true
-minecolonies\:citizen.knight.female3.farewell=true
-minecolonies\:citizen.smelter.male2.greeting=true
-minecraft\:entity.drowned.ambient=true
-alexsmobs\:straddler_hurt=true
-friendsandfoes\:entity.rascal.reward=true
-minecraft\:entity.elder_guardian.ambient=true
-blue_skies\:entity.nested_spider.idle=true
-minecolonies\:citizen.crusher.female4.sick=true
-minecolonies\:citizen.smelter.male1.noise=true
-minecolonies\:citizen.cook.male3.unhappy=true
-minecolonies\:citizen.builder.female3.badhousing=true
-minecolonies\:citizen.lumberjack.female2.noise=true
-minecolonies\:citizen.combattraining.male1.missingequipment=true
-minecolonies\:citizen.beekeeper.male3.danger=true
-minecolonies\:citizen.blacksmith.female3.gotobed=true
-minecolonies\:citizen.child.male1.farewell=true
-minecolonies\:citizen.farmer.male2.badweather=true
-minecraft\:entity.zombified_piglin.ambient=true
-minecolonies\:citizen.composter.female2.highsaturation=true
-minecolonies\:citizen.florist.female3.success=true
-minecolonies\:citizen.stonemason.male3.lowsaturation=true
-minecolonies\:citizen.visitor.female1.danger=true
-minecolonies\:citizen.fisherman.female3.sick=true
-minecolonies\:raid.raid_alert_early=true
-minecraft\:block.amethyst_block.chime=true
-create\:potato_hit_compounded_1=true
-minecolonies\:citizen.builder.female2.highsaturation=true
-minecolonies\:citizen.baker.male4.goodhousing=true
-minecolonies\:citizen.swineherder.male3.badhousing=true
-minecolonies\:citizen.beekeeper.male3.success=true
-minecolonies\:citizen.combattraining.male2.highsaturation=true
-minecolonies\:citizen.child.female1.interaction=true
-minecolonies\:citizen.deliveryman.female4.lowsaturation=true
-minecolonies\:citizen.stonesmeltery.male2.unhappy=true
-minecolonies\:citizen.pupil.female2.goodhousing=true
-minecolonies\:citizen.beekeeper.female4.danger=true
-minecraft\:entity.illusioner.mirror_move=true
-minecolonies\:citizen.researcher.female1.general=true
-minecraft\:block.pointed_dripstone.drip_lava_into_cauldron=true
-minecraft\:entity.slime.hurt_small=true
-alexsmobs\:rain_frog_hurt=true
-minecolonies\:citizen.enchanter.male3.badhousing=true
-minecolonies\:citizen.mechanic.male4.noise=true
-minecolonies\:citizen.child.male1.missingequipment=true
-minecolonies\:citizen.sawmill.female1.sick=true
-minecolonies\:citizen.swineherder.male2.gotobed=true
-minecolonies\:citizen.combattraining.male1.noise=true
-mcwlights\:block.light_switch=true
-minecolonies\:citizen.concretemixer.male1.farewell=true
-minecolonies\:citizen.knight.female1.greeting=true
-minecolonies\:citizen.swineherder.female4.success=true
-minecolonies\:citizen.unemployed.female4.happy=true
-minecolonies\:citizen.stonesmeltery.female1.noise=true
-aquaculture\:fish_mount_add_item=true
-minecolonies\:citizen.fletcher.female1.highsaturation=true
-minecolonies\:citizen.rabbitherder.male4.interaction=true
-alexsmobs\:froststalker_hurt=true
-minecolonies\:citizen.dyer.male4.general=true
-minecolonies\:citizen.crusher.male3.goodhousing=true
-minecolonies\:citizen.beekeeper.male1.lowsaturation=true
-blue_skies\:music.nature_dungeon_ambience=true
-minecolonies\:citizen.unemployed.male4.happy=true
-minecolonies\:citizen.knight.male1.success=true
-minecolonies\:citizen.combattraining.female3.happy=true
-minecolonies\:citizen.visitor.male1.highsaturation=true
-minecraft\:block.bubble_column.upwards_inside=true
-minecolonies\:citizen.sifter.female3.gotobed=true
-minecolonies\:citizen.florist.female2.happy=true
-minecraft\:entity.horse.gallop=true
-minecolonies\:citizen.dyer.female1.farewell=true
-minecolonies\:citizen.beekeeper.female4.success=true
-alexsmobs\:maraca=true
-minecolonies\:citizen.student.female2.badweather=true
-minecolonies\:citizen.knight.female4.gotobed=true
-minecolonies\:citizen.sifter.male4.general=true
-mutantmonsters\:entity.mutant_enderman.teleport=true
-minecolonies\:mob.norseman.death=true
-minecolonies\:citizen.ranger.male1.success=true
-minecolonies\:citizen.combattraining.female4.danger=true
-minecolonies\:citizen.healer.male1.success=true
-minecolonies\:citizen.shepherd.female2.badweather=true
-minecolonies\:citizen.chickenherder.male2.danger=true
-minecraft\:entity.evoker.ambient=true
-minecolonies\:citizen.smelter.male3.unhappy=true
-minecolonies\:citizen.dyer.female2.goodhousing=true
-minecolonies\:citizen.pupil.female4.greeting=true
-minecolonies\:citizen.mechanic.female1.badhousing=true
-minecolonies\:citizen.sifter.male2.lowsaturation=true
-minecraft\:block.bamboo_wood_trapdoor.open=true
-minecolonies\:tile.sawmill.saw=true
-minecolonies\:citizen.ranger.female1.goodhousing=true
-minecolonies\:citizen.lumberjack.female4.goodhousing=true
-minecolonies\:citizen.teacher.female1.farewell=true
-minecolonies\:citizen.netherworker.male4.badweather=true
-minecraft\:block.cave_vines.hit=true
-minecolonies\:citizen.enchanter.male3.goodhousing=true
-minecolonies\:citizen.pupil.female4.general=true
-minecolonies\:citizen.visitor.male2.badhousing=true
-blue_skies\:entity.nested_spider.death=true
-minecolonies\:citizen.blacksmith.male4.success=true
-minecolonies\:citizen.alchemist.female3.happy=true
-minecolonies\:citizen.pupil.male3.interaction=true
-minecolonies\:citizen.lumberjack.male1.greeting=true
-minecraft\:entity.hoglin.angry=true
-minecolonies\:citizen.knight.female1.highsaturation=true
-blue_skies\:entity.shade_monitor.idle=true
-minecolonies\:citizen.sifter.male2.unhappy=true
-minecolonies\:citizen.alchemist.female4.gotobed=true
-minecolonies\:citizen.stonemason.female4.farewell=true
-minecolonies\:citizen.alchemist.female1.badweather=true
-minecolonies\:citizen.child.female4.unhappy=true
-minecraft\:entity.shulker_bullet.hurt=true
-minecolonies\:citizen.healer.female2.lowsaturation=true
-minecolonies\:citizen.baker.male2.badhousing=true
-minecolonies\:citizen.fisherman.male2.lowsaturation=true
-minecolonies\:citizen.sifter.male3.lowsaturation=true
-minecolonies\:citizen.deliveryman.male1.danger=true
-minecolonies\:citizen.rabbitherder.female1.happy=true
-minecolonies\:citizen.child.female2.danger=true
-bettercombat\:double_axe_swing=true
-minecolonies\:citizen.cook.female1.success=true
-minecolonies\:citizen.enchanter.female2.danger=true
-bettercombat\:sickle_slash=true
-minecolonies\:citizen.visitor.male2.general=true
-minecolonies\:citizen.child.female4.gotobed=true
-minecolonies\:citizen.chickenherder.female1.interaction=true
-minecolonies\:citizen.undertaker.female1.badweather=true
-minecolonies\:citizen.swineherder.male4.general=true
-minecolonies\:citizen.stonesmeltery.female2.goodhousing=true
-minecolonies\:citizen.knight.male3.badweather=true
-minecolonies\:citizen.lumberjack.female1.danger=true
-minecolonies\:citizen.visitor.male1.greeting=true
-minecolonies\:citizen.builder.male1.highsaturation=true
-minecolonies\:citizen.smelter.female3.interaction=true
-minecolonies\:citizen.ranger.male4.goodhousing=true
-minecolonies\:citizen.smelter.female1.interaction=true
-minecolonies\:citizen.sifter.male3.farewell=true
-minecolonies\:citizen.farmer.male2.gotobed=true
-minecolonies\:citizen.pupil.female1.general=true
-blue_skies\:entity.gatekeeper.no=true
-alexsmobs\:mungus_laser_end=true
-minecolonies\:citizen.netherworker.male2.lowsaturation=true
-minecolonies\:citizen.healer.female3.goodhousing=true
-minecraft\:block.cave_vines.place=true
-blue_skies\:entity.player.prepare_summoning=true
-minecolonies\:citizen.cook.male1.lowsaturation=true
-minecolonies\:citizen.crusher.male2.general=true
-alexsmobs\:tasmanian_devil_roar=true
-minecolonies\:citizen.combattraining.female3.general=true
-minecolonies\:citizen.cowboy.female2.interaction=true
-undergarden\:entity.rotling.ambient=true
-minecolonies\:citizen.undertaker.male3.greeting=true
-minecolonies\:citizen.baker.female1.gotobed=true
-minecolonies\:citizen.healer.male2.unhappy=true
-minecolonies\:citizen.fletcher.female2.noise=true
-minecolonies\:citizen.fisherman.male4.success=true
-minecraft\:block.bamboo_wood_trapdoor.close=true
-minecolonies\:citizen.quarrier.male1.greeting=true
-minecolonies\:citizen.farmer.male1.happy=true
-minecolonies\:citizen.visitor.female2.sick=true
-minecolonies\:citizen.child.male2.interaction=true
-minecolonies\:citizen.undertaker.male4.sick=true
-minecolonies\:citizen.knight.male2.goodhousing=true
-minecraft\:entity.villager.work_butcher=true
-minecolonies\:citizen.combattraining.male4.interaction=true
-minecolonies\:citizen.cook.female4.success=true
-minecolonies\:citizen.mechanic.male2.noise=true
-minecolonies\:citizen.chickenherder.male2.lowsaturation=true
-minecraft\:block.amethyst_cluster.break=true
-minecolonies\:citizen.cookassistant.female2.missingequipment=true
-minecraft\:block.glass.place=true
-minecraft\:item.armor.equip_elytra=true
-minecolonies\:citizen.knight.male4.success=true
-minecolonies\:citizen.cook.female1.interaction=true
-minecolonies\:citizen.combattraining.male4.happy=true
-minecolonies\:citizen.swineherder.female3.badhousing=true
-blue_skies\:music.nature_boss=true
-minecolonies\:citizen.pupil.female1.noise=true
-minecolonies\:citizen.crusher.female3.noise=true
-handcrafted\:hammer_wood=true
-minecolonies\:citizen.glassblower.male3.danger=true
-minecolonies\:citizen.healer.female1.badhousing=true
-minecolonies\:citizen.visitor.female2.badweather=true
-minecolonies\:citizen.stonemason.female2.badweather=true
-minecolonies\:citizen.healer.female1.noise=true
-minecolonies\:citizen.quarrier.female3.sick=true
-minecolonies\:citizen.glassblower.female2.noise=true
-bettercombat\:rapier_slash=true
-minecolonies\:citizen.concretemixer.female2.unhappy=true
-minecolonies\:citizen.cook.female1.farewell=true
-minecolonies\:citizen.enchanter.male3.happy=true
-minecolonies\:citizen.druid.female1.gotobed=true
-minecolonies\:citizen.cowboy.female2.general=true
-minecolonies\:citizen.crusher.male2.unhappy=true
-minecolonies\:citizen.netherworker.female4.missingequipment=true
-minecolonies\:citizen.netherworker.male2.success=true
-minecolonies\:citizen.builder.male3.missingequipment=true
-minecolonies\:citizen.cowboy.male1.badweather=true
-minecolonies\:citizen.glassblower.male1.badweather=true
-minecolonies\:citizen.unemployed.male2.unhappy=true
-minecolonies\:citizen.alchemist.female1.farewell=true
-minecolonies\:citizen.sifter.female1.highsaturation=true
-minecraft\:entity.goat.ambient=true
-minecolonies\:citizen.swineherder.female2.goodhousing=true
-blue_skies\:entity.infested_swarmer.death=true
-minecolonies\:citizen.sawmill.female4.greeting=true
-minecolonies\:citizen.crusher.female4.missingequipment=true
-minecolonies\:citizen.lumberjack.male3.missingequipment=true
-bettercombat\:hammer_slam=true
-minecolonies\:citizen.crusher.male4.interaction=true
-minecolonies\:citizen.researcher.male3.general=true
-minecraft\:block.glass.break=true
-aquamirae\:record.horizon=true
-minecolonies\:citizen.planter.female2.badhousing=true
-minecolonies\:citizen.stonesmeltery.male2.danger=true
-minecolonies\:citizen.enchanter.female3.success=true
-minecraft\:block.flowering_azalea.step=true
-minecraft\:entity.skeleton_horse.swim=true
-minecraft\:entity.drowned.hurt=true
-minecolonies\:citizen.swineherder.female4.goodhousing=true
-minecolonies\:citizen.concretemixer.male2.danger=true
-minecraft\:entity.parrot.imitate.zombie_villager=true
-minecolonies\:citizen.crusher.male4.lowsaturation=true
-minecolonies\:citizen.miner.female4.highsaturation=true
-minecolonies\:citizen.knight.female2.unhappy=true
-minecraft\:block.anvil.fall=true
-minecolonies\:citizen.fletcher.female2.highsaturation=true
-minecolonies\:citizen.undertaker.male4.badweather=true
-minecolonies\:citizen.concretemixer.male1.unhappy=true
-minecolonies\:citizen.lumberjack.male3.sick=true
-minecolonies\:citizen.undertaker.male4.unhappy=true
-minecraft\:block.sculk_shrieker.shriek=true
-minecraft\:entity.dolphin.attack=true
-minecraft\:block.frogspawn.break=true
-minecolonies\:citizen.concretemixer.male1.gotobed=true
-minecolonies\:citizen.crusher.male4.danger=true
-minecolonies\:citizen.mechanic.female2.happy=true
-alexsmobs\:void_worm_idle=true
-minecolonies\:citizen.combattraining.female1.gotobed=true
-alexsmobs\:skunk_spray=true
-create\:train=true
-minecolonies\:citizen.stonemason.male1.missingequipment=true
-minecraft\:entity.parrot.eat=true
-minecolonies\:citizen.archertraining.male2.badweather=true
-minecolonies\:citizen.stonemason.female1.danger=true
-minecolonies\:citizen.sifter.female1.badweather=true
-minecraft\:entity.vindicator.celebrate=true
-minecolonies\:citizen.composter.female3.highsaturation=true
-minecolonies\:citizen.visitor.male4.interaction=true
-aquamirae\:item.pouch.open=true
-minecraft\:block.cave_vines.break=true
-minecolonies\:citizen.knight.male2.unhappy=true
-minecraft\:entity.player.attack.weak=true
-bettercombat\:katana_slash=true
-minecolonies\:citizen.ranger.female4.unhappy=true
-minecolonies\:citizen.composter.female3.gotobed=true
-minecolonies\:citizen.stonesmeltery.female3.greeting=true
-minecolonies\:citizen.quarrier.female3.interaction=true
-minecraft\:block.deepslate_bricks.step=true
-minecolonies\:citizen.enchanter.male1.general=true
-minecolonies\:citizen.sawmill.female2.goodhousing=true
-minecolonies\:citizen.chickenherder.male2.general=true
-minecraft\:entity.parrot.ambient=true
-minecraft\:block.cherry_wood.step=true
-minecolonies\:citizen.concretemixer.male2.sick=true
-minecolonies\:citizen.combattraining.male2.unhappy=true
-minecraft\:block.amethyst_cluster.place=true
-minecolonies\:citizen.composter.male1.general=true
-minecolonies\:citizen.fletcher.female4.noise=true
-minecraft\:entity.cat.purr=true
-minecolonies\:citizen.mechanic.female2.goodhousing=true
-minecolonies\:citizen.blacksmith.female1.farewell=true
-minecolonies\:citizen.stonesmeltery.male1.farewell=true
-minecolonies\:citizen.deliveryman.female4.sick=true
-minecolonies\:citizen.beekeeper.female2.lowsaturation=true
-minecolonies\:citizen.cowboy.female3.lowsaturation=true
-minecolonies\:citizen.planter.male2.lowsaturation=true
-minecolonies\:citizen.student.male4.unhappy=true
-minecolonies\:citizen.sawmill.male3.missingequipment=true
-minecolonies\:citizen.shepherd.female1.sick=true
-minecolonies\:citizen.planter.male4.highsaturation=true
-minecolonies\:citizen.pupil.male2.goodhousing=true
-minecolonies\:citizen.fletcher.female2.danger=true
-minecraft\:block.dripstone_block.step=true
-doggytalents\:bwv_849_fugue_kimiko=true
-minecraft\:block.lodestone.step=true
-minecolonies\:citizen.mechanic.female4.happy=true
-minecolonies\:citizen.crusher.female1.noise=true
-minecolonies\:citizen.researcher.female1.gotobed=true
-minecolonies\:citizen.concretemixer.male3.noise=true
-minecolonies\:citizen.cook.male4.noise=true
-minecraft\:entity.panda.step=true
-minecolonies\:citizen.miner.female4.happy=true
-minecolonies\:citizen.druid.male1.happy=true
-minecolonies\:citizen.dyer.male2.farewell=true
-minecolonies\:citizen.shepherd.female1.lowsaturation=true
-minecolonies\:citizen.pupil.male2.general=true
-minecolonies\:citizen.sawmill.female2.badweather=true
-minecraft\:block.packed_mud.break=true
-minecolonies\:citizen.knight.female2.greeting=true
-minecolonies\:citizen.dyer.female1.happy=true
-minecolonies\:citizen.builder.female3.farewell=true
-minecolonies\:citizen.glassblower.female3.gotobed=true
-minecolonies\:citizen.builder.male4.badhousing=true
-minecolonies\:citizen.undertaker.female1.gotobed=true
-minecraft\:entity.parrot.imitate.vex=true
-minecraft\:entity.fox.bite=true
-minecolonies\:citizen.enchanter.female3.lowsaturation=true
-minecolonies\:citizen.researcher.male1.gotobed=true
-minecolonies\:citizen.planter.female4.unhappy=true
-minecraft\:block.metal.break=true
-minecolonies\:citizen.quarrier.male2.badweather=true
-blue_skies\:entity.crogre.hurt=true
-minecolonies\:citizen.sawmill.male4.danger=true
-minecraft\:entity.fishing_bobber.throw=true
-minecolonies\:citizen.rabbitherder.female1.badweather=true
-minecolonies\:citizen.fisherman.female1.highsaturation=true
-minecolonies\:citizen.glassblower.male2.lowsaturation=true
-minecraft\:block.amethyst_block.resonate=true
-minecraft\:block.hanging_sign.step=true
-minecraft\:block.nether_sprouts.step=true
-minecolonies\:citizen.stonemason.male2.happy=true
-minecraft\:entity.parrot.imitate.drowned=true
-alexsmobs\:tasmanian_devil_idle=true
-minecolonies\:citizen.knight.female4.highsaturation=true
-minecolonies\:citizen.cowboy.male3.noise=true
-minecolonies\:citizen.stonesmeltery.female1.lowsaturation=true
-friendsandfoes\:entity.player.mirror_move=true
-blue_skies\:entity.player.prepare_fluctuant_sphere=true
-minecolonies\:citizen.cook.female2.greeting=true
-minecraft\:entity.parrot.imitate.evoker=true
-minecolonies\:citizen.cook.female2.unhappy=true
-minecolonies\:citizen.sifter.male1.greeting=true
-minecolonies\:citizen.dyer.female2.farewell=true
-minecraft\:block.polished_deepslate.break=true
-minecolonies\:citizen.planter.male3.gotobed=true
-minecolonies\:citizen.quarrier.male1.highsaturation=true
-minecolonies\:citizen.florist.male4.missingequipment=true
-minecolonies\:citizen.druid.male1.danger=true
-minecolonies\:citizen.fisherman.female4.noise=true
-enhancedai\:wtf_boom_fuse=true
-minecraft\:entity.horse.saddle=true
-minecraft\:block.lever.click=true
-minecolonies\:citizen.undertaker.male1.noise=true
-minecraft\:block.roots.break=true
-minecolonies\:citizen.researcher.female1.goodhousing=true
-minecraft\:entity.silverfish.ambient=true
-minecolonies\:citizen.glassblower.female4.farewell=true
-minecolonies\:citizen.beekeeper.female1.general=true
-create\:fwoomp=true
-minecolonies\:citizen.student.female3.lowsaturation=true
-minecolonies\:citizen.composter.female2.missingequipment=true
-minecolonies\:citizen.rabbitherder.female1.highsaturation=true
-minecolonies\:citizen.visitor.female3.unhappy=true
-minecolonies\:citizen.healer.female4.interaction=true
-minecolonies\:citizen.blacksmith.male3.greeting=true
-supplementaries\:item.bomb=true
-minecolonies\:citizen.fletcher.female1.interaction=true
-minecolonies\:citizen.teacher.male1.happy=true
-minecraft\:block.amethyst_cluster.step=true
-minecolonies\:citizen.ranger.female3.goodhousing=true
-minecolonies\:citizen.stonesmeltery.female1.gotobed=true
-minecolonies\:citizen.student.female1.interaction=true
-minecolonies\:citizen.builder.male2.success=true
-minecolonies\:citizen.glassblower.female3.danger=true
-minecolonies\:citizen.fisherman.female3.missingequipment=true
-minecolonies\:citizen.sifter.female2.highsaturation=true
-minecolonies\:citizen.miner.female2.success=true
-minecolonies\:citizen.shepherd.male2.missingequipment=true
-minecolonies\:citizen.alchemist.male3.success=true
-minecolonies\:citizen.sifter.female3.unhappy=true
-minecolonies\:citizen.sifter.male2.gotobed=true
-farmersdelight\:entity.rotten_tomato.throw=true
-minecolonies\:citizen.knight.female1.success=true
-minecolonies\:citizen.stonesmeltery.male2.general=true
-minecolonies\:citizen.mechanic.female1.sick=true
-minecraft\:block.sculk_catalyst.bloom=true
-minecolonies\:citizen.swineherder.male2.goodhousing=true
-minecolonies\:citizen.pupil.male1.interaction=true
-minecolonies\:citizen.mechanic.male2.unhappy=true
-minecolonies\:citizen.florist.female4.badweather=true
-supplementaries\:item.wrench.rotate=true
-minecolonies\:citizen.baker.female1.sick=true
-minecolonies\:citizen.stonemason.female3.gotobed=true
-minecolonies\:citizen.stonesmeltery.male1.sick=true
-minecolonies\:citizen.planter.male4.missingequipment=true
-minecolonies\:citizen.builder.male3.interaction=true
-minecolonies\:citizen.shepherd.male4.badweather=true
-minecolonies\:citizen.visitor.male2.missingequipment=true
-bettercombat\:rapier_stab=true
-minecolonies\:citizen.fisherman.male2.sick=true
-minecolonies\:citizen.cook.male2.success=true
-minecolonies\:citizen.fletcher.female3.unhappy=true
-minecolonies\:citizen.cookassistant.female2.lowsaturation=true
-minecraft\:music.nether.basalt_deltas=true
-minecolonies\:citizen.undertaker.male3.noise=true
-minecraft\:entity.warden.tendril_clicks=true
-minecolonies\:citizen.beekeeper.female4.badhousing=true
-minecolonies\:citizen.unemployed.male2.gotobed=true
-minecolonies\:citizen.swineherder.male4.gotobed=true
-minecolonies\:citizen.florist.male4.gotobed=true
-minecolonies\:citizen.stonesmeltery.female3.farewell=true
-minecolonies\:citizen.composter.male4.lowsaturation=true
-minecolonies\:citizen.deliveryman.female3.danger=true
-minecolonies\:citizen.knight.female2.farewell=true
-minecolonies\:citizen.builder.female4.interaction=true
-minecolonies\:citizen.combattraining.male1.danger=true
-minecolonies\:citizen.student.female4.lowsaturation=true
-minecraft\:entity.zombified_piglin.hurt=true
-minecraft\:entity.camel.dash=true
-minecolonies\:citizen.unemployed.male1.noise=true
-minecolonies\:citizen.teacher.male1.unhappy=true
-minecolonies\:citizen.glassblower.female2.greeting=true
-minecolonies\:citizen.baker.female4.farewell=true
-illagerinvasion\:entity.basher.celebrate=true
-minecraft\:block.deepslate_bricks.hit=true
-minecraft\:block.lantern.break=true
-alexsmobs\:kangaroo_hurt=true
-minecolonies\:citizen.composter.female3.general=true
-blue_skies\:entity.polargeist.hurt=true
-touhou_little_maid\:maid.ai.item_get=true
-minecolonies\:citizen.rabbitherder.male2.greeting=true
-minecolonies\:citizen.concretemixer.male1.missingequipment=true
-minecolonies\:citizen.knight.female2.noise=true
-minecolonies\:citizen.knight.female2.gotobed=true
-minecraft\:entity.turtle.lay_egg=true
-minecolonies\:citizen.researcher.female4.goodhousing=true
-minecolonies\:citizen.mechanic.female2.sick=true
-minecolonies\:citizen.lumberjack.male4.success=true
-undergarden\:ambient.wigglewood_forest_addition=true
-minecolonies\:citizen.composter.male4.badweather=true
-aquaculture\:fish_hurt=true
-alexsmobs\:skelewag_hurt=true
-minecolonies\:citizen.cook.male1.goodhousing=true
-minecolonies\:citizen.combattraining.female2.interaction=true
-minecolonies\:citizen.concretemixer.female1.highsaturation=true
-minecolonies\:citizen.cook.male4.goodhousing=true
-minecraft\:block.spore_blossom.fall=true
-minecolonies\:citizen.netherworker.male4.missingequipment=true
-minecolonies\:citizen.healer.male2.gotobed=true
-minecraft\:block.netherite_block.hit=true
-minecolonies\:citizen.farmer.male4.badweather=true
-minecraft\:item.chorus_fruit.teleport=true
-minecolonies\:citizen.combattraining.female3.gotobed=true
-minecraft\:block.decorated_pot.hit=true
-minecolonies\:citizen.sifter.female1.unhappy=true
-alexsmobs\:anaconda_attack=true
-riskofrain_mobs\:interactive.chat_message=true
-minecolonies\:citizen.smelter.female2.noise=true
-minecraft\:entity.salmon.flop=true
-minecolonies\:citizen.combattraining.male3.success=true
-minecraft\:block.iron_door.close=true
-minecolonies\:citizen.lumberjack.male2.greeting=true
-create\:whistle=true
-minecolonies\:citizen.pupil.female1.missingequipment=true
-alexsmobs\:orca_idle=true
-minecolonies\:citizen.lumberjack.female1.gotobed=true
-blue_skies\:ambient.nature_dungeon.additions=true
-minecolonies\:citizen.florist.female1.lowsaturation=true
-minecraft\:block.packed_mud.place=true
-mmorpg\:fire=true
-minecolonies\:citizen.visitor.male4.general=true
-minecraft\:block.azalea_leaves.hit=true
-blue_skies\:entity.alchemist.prepare_attack=true
-minecolonies\:citizen.smelter.male4.happy=true
-minecolonies\:citizen.dyer.male2.greeting=true
-minecolonies\:citizen.swineherder.male3.missingequipment=true
-minecolonies\:citizen.sawmill.male1.badhousing=true
-minecolonies\:citizen.pupil.female3.greeting=true
-minecolonies\:citizen.fisherman.female1.badhousing=true
-minecolonies\:citizen.healer.male1.badweather=true
-minecolonies\:citizen.cookassistant.male4.interaction=true
-minecolonies\:citizen.swineherder.male1.badhousing=true
-minecolonies\:citizen.ranger.male1.highsaturation=true
-minecolonies\:citizen.druid.male2.general=true
-minecraft\:item.bundle.insert=true
-minecolonies\:citizen.concretemixer.male1.noise=true
-minecolonies\:citizen.visitor.female4.happy=true
-minecolonies\:citizen.baker.male4.gotobed=true
-minecolonies\:citizen.composter.male4.happy=true
-minecolonies\:citizen.rabbitherder.female2.interaction=true
-minecolonies\:citizen.blacksmith.female1.greeting=true
-minecolonies\:citizen.cowboy.male3.highsaturation=true
-minecolonies\:citizen.druid.female3.noise=true
-minecolonies\:citizen.glassblower.female4.badhousing=true
-friendsandfoes\:entity.tuff_golem.move=true
-minecolonies\:citizen.rabbitherder.female1.goodhousing=true
-minecraft\:entity.parrot.imitate.creeper=true
-minecraft\:entity.egg.throw=true
-minecraft\:block.wool.break=true
-minecolonies\:citizen.crusher.male2.badweather=true
-minecraft\:entity.skeleton.shoot=true
-minecolonies\:citizen.archertraining.male4.general=true
-minecolonies\:citizen.child.male3.danger=true
-chimes\:block.iron.chiming=true
-blue_skies\:entity.starlit_crusher.attack=true
-alexsmobs\:bison_idle=true
-minecolonies\:citizen.baker.female3.goodhousing=true
-minecolonies\:citizen.archertraining.female2.lowsaturation=true
-minecolonies\:citizen.baker.male4.noise=true
-minecraft\:block.weeping_vines.hit=true
-minecolonies\:citizen.lumberjack.male3.unhappy=true
-minecraft\:block.frogspawn.step=true
-farmersdelight\:block.stove.crackle=true
-minecolonies\:citizen.combattraining.male3.sick=true
-minecolonies\:citizen.combattraining.female2.highsaturation=true
-minecolonies\:citizen.glassblower.male2.interaction=true
-minecraft\:item.crossbow.loading_end=true
-minecolonies\:citizen.rabbitherder.male3.unhappy=true
-chimes\:block.copper.chiming=true
-minecolonies\:citizen.chickenherder.male3.interaction=true
-minecolonies\:citizen.smelter.male2.success=true
-minecraft\:music.overworld.dripstone_caves=true
-create\:controller_put=true
-minecraft\:entity.cat.eat=true
-minecolonies\:citizen.fisherman.female2.highsaturation=true
-minecolonies\:citizen.knight.male1.greeting=true
-minecolonies\:citizen.archertraining.female3.lowsaturation=true
-minecolonies\:citizen.farmer.male2.badhousing=true
-aquaculture\:fish_mount_broken=true
-minecraft\:block.smithing_table.use=true
-minecolonies\:citizen.glassblower.male3.unhappy=true
-minecolonies\:citizen.swineherder.male3.badweather=true
-minecolonies\:citizen.alchemist.male1.sick=true
-railways\:conductor_whistle=true
-minecolonies\:citizen.florist.male3.sick=true
-minecolonies\:citizen.unemployed.male4.danger=true
-minecolonies\:citizen.florist.male2.happy=true
-minecolonies\:citizen.combattraining.male3.highsaturation=true
-cookingforblockheads\:oven_open=true
-minecolonies\:citizen.combattraining.female4.badhousing=true
-minecolonies\:citizen.cookassistant.male3.badhousing=true
-minecolonies\:citizen.stonemason.male4.gotobed=true
-minecolonies\:citizen.undertaker.female1.interaction=true
-minecolonies\:citizen.child.male1.lowsaturation=true
-minecolonies\:citizen.concretemixer.male2.happy=true
-alexsmobs\:skreecher_detect=true
-minecraft\:block.mangrove_roots.step=true
-minecraft\:block.chorus_flower.death=true
-minecolonies\:citizen.blacksmith.male4.farewell=true
-minecraft\:entity.vindicator.ambient=true
-minecraft\:entity.frog.hurt=true
-minecolonies\:citizen.rabbitherder.male4.sick=true
-minecolonies\:citizen.researcher.male1.general=true
-minecolonies\:citizen.concretemixer.male3.general=true
-minecolonies\:citizen.smelter.female2.badweather=true
-minecolonies\:citizen.undertaker.male3.goodhousing=true
-minecraft\:entity.glow_squid.hurt=true
-minecolonies\:citizen.swineherder.male4.lowsaturation=true
-illagerinvasion\:entity.sorcerer.hurt=true
-mcwdoors\:block.shoji=true
-minecraft\:entity.elder_guardian.flop=true
-minecolonies\:citizen.cowboy.male3.badweather=true
-minecraft\:item.book.page_turn=true
-minecraft\:block.pink_petals.hit=true
-alexsmobs\:caiman_splash=true
-minecolonies\:citizen.researcher.male3.highsaturation=true
-minecolonies\:citizen.archertraining.male2.danger=true
-minecolonies\:citizen.florist.male2.sick=true
-minecolonies\:citizen.stonesmeltery.female1.unhappy=true
-minecolonies\:citizen.quarrier.male4.noise=true
-minecolonies\:citizen.alchemist.female2.unhappy=true
-minecraft\:entity.fox.sleep=true
-minecolonies\:citizen.builder.male4.success=true
-minecolonies\:citizen.alchemist.female4.badhousing=true
-minecolonies\:citizen.knight.female1.danger=true
-minecolonies\:citizen.deliveryman.male3.lowsaturation=true
-minecolonies\:citizen.fisherman.female4.interaction=true
-minecraft\:entity.glow_squid.death=true
-minecolonies\:citizen.lumberjack.male1.happy=true
-minecolonies\:citizen.fisherman.female1.interaction=true
-minecraft\:entity.illusioner.cast_spell=true
-minecolonies\:citizen.glassblower.male3.badweather=true
-minecolonies\:citizen.sawmill.female1.missingequipment=true
-minecraft\:block.brewing_stand.brew=true
-creeperoverhaul\:entity.ocean.creeper.death=true
-minecolonies\:citizen.visitor.male2.highsaturation=true
-minecolonies\:citizen.baker.female1.unhappy=true
-create\:deny=true
-minecolonies\:citizen.concretemixer.male1.greeting=true
-minecolonies\:citizen.glassblower.female1.unhappy=true
-minecolonies\:citizen.child.male4.general=true
-minecolonies\:citizen.rabbitherder.female2.farewell=true
-minecolonies\:citizen.glassblower.female3.general=true
-minecolonies\:citizen.crusher.female4.success=true
-minecolonies\:citizen.shepherd.female2.missingequipment=true
-minecolonies\:citizen.sifter.male4.gotobed=true
-minecolonies\:citizen.ranger.female2.danger=true
-minecolonies\:citizen.miner.female3.unhappy=true
-blue_skies\:entity.snow_owl.idle=true
-minecolonies\:citizen.baker.female3.general=true
-minecolonies\:citizen.undertaker.female1.happy=true
-create\:depot_slide=true
-minecolonies\:citizen.farmer.female1.noise=true
-minecolonies\:citizen.unemployed.male2.happy=true
-minecraft\:block.lodestone.hit=true
-minecolonies\:citizen.quarrier.female1.missingequipment=true
-alexsmobs\:mimic_octopus_idle=true
-minecolonies\:citizen.deliveryman.male2.badweather=true
-minecolonies\:citizen.miner.male4.sick=true
-minecolonies\:citizen.shepherd.female1.highsaturation=true
-undergarden\:entity.stoneborn.hurt=true
-minecolonies\:citizen.mechanic.male3.badhousing=true
-minecolonies\:citizen.netherworker.female4.sick=true
-minecolonies\:citizen.dyer.male4.gotobed=true
-minecolonies\:citizen.undertaker.male3.farewell=true
-minecolonies\:citizen.stonesmeltery.female3.interaction=true
-minecolonies\:citizen.mechanic.female1.badweather=true
-minecraft\:entity.warden.sonic_boom=true
-minecolonies\:citizen.florist.male1.success=true
-minecolonies\:citizen.smelter.male2.farewell=true
-minecolonies\:citizen.researcher.male3.danger=true
-minecolonies\:citizen.concretemixer.female1.greeting=true
-minecolonies\:citizen.undertaker.female2.noise=true
-minecraft\:entity.wither.spawn=true
-minecraft\:block.wool.place=true
-minecolonies\:citizen.stonesmeltery.male1.interaction=true
-minecolonies\:citizen.concretemixer.female4.gotobed=true
-minecolonies\:citizen.shepherd.male2.badweather=true
-deeperdarker\:entity.shattered.ambient=true
-minecraft\:block.gravel.break=true
-minecolonies\:citizen.beekeeper.male3.badhousing=true
-minecolonies\:citizen.sawmill.female1.general=true
-minecolonies\:citizen.unemployed.female1.sick=true
-minecolonies\:citizen.child.female2.highsaturation=true
-minecolonies\:citizen.lumberjack.male4.danger=true
-minecolonies\:citizen.stonemason.female4.badweather=true
-minecolonies\:citizen.rabbitherder.male2.danger=true
-minecraft\:entity.wolf.growl=true
-minecolonies\:citizen.lumberjack.female4.noise=true
-minecolonies\:citizen.unemployed.female1.farewell=true
-minecolonies\:citizen.swineherder.male1.success=true
-minecolonies\:citizen.lumberjack.male4.goodhousing=true
-minecolonies\:citizen.cookassistant.male1.interaction=true
-minecolonies\:citizen.deliveryman.male2.lowsaturation=true
-minecraft\:item.axe.scrape=true
-minecolonies\:citizen.sawmill.female4.farewell=true
-minecolonies\:citizen.composter.male3.general=true
-minecolonies\:citizen.concretemixer.female3.highsaturation=true
-minecolonies\:citizen.concretemixer.female3.success=true
-minecolonies\:citizen.researcher.male1.highsaturation=true
-minecolonies\:citizen.teacher.male4.highsaturation=true
-minecolonies\:citizen.stonesmeltery.female4.happy=true
-alexsmobs\:fly_idle=true
-minecolonies\:citizen.knight.female3.happy=true
-minecolonies\:citizen.combattraining.male1.highsaturation=true
-minecolonies\:citizen.fisherman.female4.highsaturation=true
-minecolonies\:citizen.cowboy.female2.greeting=true
-minecolonies\:citizen.fletcher.female4.lowsaturation=true
-minecraft\:entity.parrot.fly=true
-minecraft\:entity.boat.paddle_water=true
-minecolonies\:citizen.composter.female1.highsaturation=true
-minecolonies\:citizen.glassblower.female3.goodhousing=true
-minecolonies\:citizen.stonesmeltery.female3.noise=true
-minecolonies\:citizen.teacher.male4.missingequipment=true
-minecolonies\:citizen.mechanic.male2.gotobed=true
-blue_skies\:entity.nyctofly.flying=true
-minecolonies\:citizen.combattraining.male3.noise=true
-minecraft\:entity.enderman.hurt=true
-minecolonies\:citizen.knight.male1.highsaturation=true
-minecolonies\:citizen.knight.female3.goodhousing=true
-minecolonies\:citizen.blacksmith.female3.general=true
-minecolonies\:citizen.healer.male4.missingequipment=true
-minecolonies\:citizen.concretemixer.female1.badhousing=true
-creeperoverhaul\:entity.plant.creeper.explosion=true
-blue_skies\:entity.snow_owl.flap=true
-minecolonies\:citizen.deliveryman.male3.farewell=true
-minecolonies\:citizen.beekeeper.male4.gotobed=true
-minecolonies\:citizen.netherworker.male1.unhappy=true
-minecolonies\:citizen.lumberjack.female2.general=true
-minecolonies\:citizen.glassblower.male2.farewell=true
-touhou_little_maid\:block.altar_craft=true
-minecolonies\:citizen.blacksmith.female1.unhappy=true
-minecolonies\:citizen.farmer.female4.gotobed=true
-minecolonies\:citizen.baker.male4.general=true
-minecolonies\:citizen.archertraining.male2.highsaturation=true
-minecolonies\:citizen.builder.female4.noise=true
-minecolonies\:citizen.cowboy.female2.highsaturation=true
-minecolonies\:citizen.enchanter.female2.highsaturation=true
-minecolonies\:citizen.builder.female3.goodhousing=true
-minecolonies\:citizen.cook.male2.interaction=true
-minecolonies\:citizen.builder.female3.lowsaturation=true
-minecraft\:entity.panda.hurt=true
-minecolonies\:citizen.fisherman.male4.badweather=true
-minecolonies\:citizen.pupil.female2.lowsaturation=true
-minecolonies\:citizen.planter.female3.noise=true
-minecolonies\:citizen.archertraining.female1.sick=true
-minecolonies\:citizen.combattraining.female1.happy=true
-minecolonies\:citizen.sawmill.male3.sick=true
-minecolonies\:citizen.mechanic.male4.lowsaturation=true
-minecraft\:block.pointed_dripstone.drip_water_into_cauldron=true
-minecolonies\:citizen.shepherd.male4.interaction=true
-minecolonies\:citizen.knight.female1.lowsaturation=true
-minecolonies\:citizen.fisherman.male1.interaction=true
-minecolonies\:citizen.cowboy.female3.highsaturation=true
-minecolonies\:citizen.planter.female2.goodhousing=true
-minecolonies\:citizen.dyer.male3.unhappy=true
-minecolonies\:citizen.shepherd.female1.unhappy=true
-minecolonies\:citizen.florist.male4.general=true
-minecraft\:entity.goat.ram_impact=true
-alexsmobs\:mudskipper_hurt=true
-minecolonies\:citizen.florist.male1.noise=true
-goblintraders\:entity.goblin_trader.annoyed_grunt=true
-minecolonies\:citizen.archertraining.male2.badhousing=true
-undergarden\:item.slingshot.draw=true
-minecolonies\:citizen.smelter.male1.greeting=true
-minecolonies\:citizen.student.male3.goodhousing=true
-alexsmobs\:farseer_hurt=true
-supplementaries\:item.slingshot.release=true
-minecolonies\:citizen.alchemist.female3.goodhousing=true
-minecolonies\:citizen.farmer.female2.happy=true
-minecolonies\:citizen.composter.male2.highsaturation=true
-minecolonies\:citizen.knight.male3.sick=true
-minecolonies\:citizen.sifter.male1.success=true
-minecolonies\:citizen.researcher.female4.danger=true
-minecraft\:block.note_block.imitate.piglin=true
-minecolonies\:citizen.cook.male1.unhappy=true
-minecolonies\:citizen.shepherd.female3.gotobed=true
-minecraft\:item.bucket.empty_axolotl=true
-minecolonies\:citizen.cook.male1.sick=true
-minecolonies\:citizen.composter.male3.highsaturation=true
-minecolonies\:citizen.dyer.male4.lowsaturation=true
-minecraft\:music.nether.warped_forest=true
-minecolonies\:citizen.student.male1.sick=true
-minecolonies\:citizen.enchanter.female4.gotobed=true
-minecolonies\:citizen.ranger.male2.unhappy=true
-blue_skies\:item.bag.open=true
-minecraft\:entity.donkey.hurt=true
-minecolonies\:citizen.chickenherder.female4.gotobed=true
-minecolonies\:citizen.undertaker.male4.interaction=true
-minecolonies\:citizen.chickenherder.female2.unhappy=true
-minecolonies\:citizen.blacksmith.male4.greeting=true
-minecraft\:entity.sniffer.eat=true
-minecolonies\:citizen.rabbitherder.male3.goodhousing=true
-minecolonies\:citizen.planter.male4.noise=true
-minecolonies\:citizen.chickenherder.female1.success=true
-minecolonies\:citizen.quarrier.female4.success=true
-undergarden\:entity.scintling.death=true
-minecolonies\:citizen.cowboy.male2.success=true
-minecolonies\:citizen.planter.female4.badhousing=true
-minecolonies\:citizen.undertaker.male2.badhousing=true
-minecolonies\:citizen.cookassistant.male3.noise=true
-alexsmobs\:mimicube_hurt=true
-minecolonies\:citizen.archertraining.male1.highsaturation=true
-minecraft\:block.anvil.use=true
-minecolonies\:citizen.alchemist.female2.noise=true
-minecraft\:item.goat_horn.play=true
-minecolonies\:citizen.teacher.female1.missingequipment=true
-minecolonies\:citizen.farmer.male2.goodhousing=true
-minecolonies\:citizen.cook.male3.gotobed=true
-minecolonies\:citizen.rabbitherder.male4.gotobed=true
-minecolonies\:citizen.sawmill.female4.badweather=true
-minecraft\:entity.tadpole.hurt=true
-minecolonies\:citizen.farmer.female3.unhappy=true
-minecolonies\:citizen.shepherd.male4.danger=true
-minecolonies\:citizen.druid.female2.happy=true
-alexsmobs\:cachalot_whale_hurt=true
-minecolonies\:citizen.student.female2.farewell=true
-minecolonies\:citizen.pupil.female3.interaction=true
-minecraft\:block.suspicious_sand.fall=true
-minecolonies\:citizen.enchanter.female3.highsaturation=true
-minecolonies\:citizen.netherworker.male2.goodhousing=true
-minecolonies\:citizen.cowboy.male3.sick=true
-minecolonies\:citizen.enchanter.female2.lowsaturation=true
-minecolonies\:citizen.composter.female3.noise=true
-minecolonies\:citizen.stonesmeltery.male4.interaction=true
-creeperoverhaul\:entity.sand.creeper.death=true
-minecolonies\:citizen.swineherder.male2.happy=true
-minecolonies\:citizen.composter.male1.highsaturation=true
-minecolonies\:citizen.stonemason.female3.general=true
-minecraft\:entity.parrot.imitate.skeleton=true
-minecolonies\:citizen.builder.male1.badweather=true
-minecraft\:entity.piglin.angry=true
-minecolonies\:citizen.unemployed.male3.goodhousing=true
-minecolonies\:citizen.florist.female4.badhousing=true
-minecolonies\:citizen.lumberjack.male1.danger=true
-minecolonies\:citizen.lumberjack.female1.general=true
-minecolonies\:citizen.blacksmith.male1.interaction=true
-minecolonies\:citizen.baker.male1.unhappy=true
-minecraft\:block.powder_snow.fall=true
-minecraft\:entity.warden.attack_impact=true
-minecolonies\:citizen.glassblower.male2.greeting=true
-minecolonies\:citizen.cookassistant.male1.greeting=true
-minecolonies\:citizen.dyer.male3.goodhousing=true
-minecolonies\:citizen.builder.female1.general=true
-minecraft\:entity.ravager.ambient=true
-mutantmonsters\:entity.mutant_snow_golem.hurt=true
-minecolonies\:citizen.pupil.female4.sick=true
-minecolonies\:citizen.alchemist.female4.noise=true
-minecolonies\:citizen.child.female3.lowsaturation=true
-minecolonies\:citizen.undertaker.female4.badhousing=true
-minecolonies\:mob.norseman.hurt=true
-minecraft\:ambient.underwater.exit=true
-minecolonies\:citizen.baker.male2.noise=true
-bettercombat\:mace_slash=true
-minecolonies\:citizen.chickenherder.female2.badhousing=true
-minecolonies\:citizen.blacksmith.female4.noise=true
-minecolonies\:citizen.lumberjack.female1.goodhousing=true
-minecolonies\:citizen.florist.male3.danger=true
-minecolonies\:citizen.archertraining.male4.badweather=true
-minecolonies\:citizen.archertraining.male1.happy=true
-minecolonies\:citizen.concretemixer.female1.sick=true
-minecraft\:item.brush.brushing.sand=true
-alexsmobs\:platypus_idle=true
-minecolonies\:citizen.cookassistant.male2.danger=true
-minecolonies\:citizen.netherworker.male3.interaction=true
-minecolonies\:citizen.cook.female2.farewell=true
-minecolonies\:citizen.enchanter.female3.goodhousing=true
-minecolonies\:citizen.composter.male2.happy=true
-minecolonies\:citizen.farmer.female1.lowsaturation=true
-minecolonies\:citizen.cowboy.female4.highsaturation=true
-minecolonies\:citizen.enchanter.female4.highsaturation=true
-minecraft\:block.rooted_dirt.step=true
-minecraft\:entity.axolotl.hurt=true
-minecolonies\:citizen.lumberjack.female2.missingequipment=true
-minecolonies\:citizen.teacher.female4.goodhousing=true
-minecolonies\:citizen.visitor.female1.farewell=true
-minecraft\:music.overworld.swamp=true
-minecolonies\:citizen.knight.male3.badhousing=true
-minecraft\:entity.villager.work_fletcher=true
-minecolonies\:citizen.archertraining.male3.missingequipment=true
-minecolonies\:citizen.sifter.male2.greeting=true
-minecolonies\:citizen.cookassistant.female4.badweather=true
-create\:haunted_bell_use=true
-blue_skies\:block.keystone.locked=true
-minecolonies\:citizen.stonesmeltery.female1.sick=true
-minecolonies\:citizen.archertraining.female4.goodhousing=true
-minecolonies\:citizen.planter.male3.general=true
-minecolonies\:citizen.sawmill.female2.badhousing=true
-minecolonies\:citizen.stonemason.male1.success=true
-minecolonies\:citizen.smelter.female1.general=true
-minecolonies\:citizen.planter.male2.noise=true
-minecolonies\:citizen.healer.male3.gotobed=true
-touhou_little_maid\:maid.mode.brewing=true
-minecolonies\:citizen.combattraining.female3.highsaturation=true
-minecraft\:music.overworld.desert=true
-minecolonies\:citizen.baker.male3.happy=true
-minecolonies\:citizen.baker.male4.badhousing=true
-minecolonies\:citizen.archertraining.male1.unhappy=true
-minecolonies\:citizen.swineherder.female2.greeting=true
-minecolonies\:citizen.stonesmeltery.male3.badweather=true
-minecolonies\:citizen.smelter.male4.badweather=true
-minecolonies\:citizen.pupil.male3.missingequipment=true
-minecolonies\:citizen.cookassistant.female1.danger=true
-friendsandfoes\:entity.iceologer.death=true
-minecolonies\:citizen.fletcher.female3.badhousing=true
-minecolonies\:citizen.beekeeper.male1.interaction=true
-minecolonies\:citizen.teacher.male2.highsaturation=true
-minecraft\:entity.evoker.cast_spell=true
-minecolonies\:citizen.lumberjack.male2.badweather=true
-minecolonies\:citizen.crusher.female2.goodhousing=true
-minecolonies\:citizen.visitor.male4.sick=true
-minecolonies\:citizen.deliveryman.female3.badhousing=true
-minecraft\:block.scaffolding.place=true
-minecolonies\:citizen.druid.female4.happy=true
-minecolonies\:citizen.florist.male4.happy=true
-minecolonies\:citizen.fletcher.male3.badhousing=true
-minecolonies\:citizen.farmer.female2.success=true
-minecolonies\:citizen.child.female3.success=true
-minecolonies\:citizen.composter.male2.missingequipment=true
-minecolonies\:citizen.lumberjack.male2.farewell=true
-minecolonies\:citizen.dyer.female3.interaction=true
-minecolonies\:citizen.ranger.male2.highsaturation=true
-minecolonies\:citizen.cowboy.female3.missingequipment=true
-minecolonies\:citizen.undertaker.male2.greeting=true
-minecolonies\:citizen.sawmill.female3.greeting=true
-alexsmobs\:cachalot_whale_click=true
-minecolonies\:citizen.mechanic.female4.highsaturation=true
-minecraft\:block.chiseled_bookshelf.place=true
-minecraft\:block.cherry_wood_door.open=true
-blue_skies\:entity.villager.work_wrangler=true
-minecolonies\:citizen.ranger.male4.highsaturation=true
-minecolonies\:citizen.quarrier.female4.danger=true
-minecolonies\:citizen.composter.male1.gotobed=true
-minecolonies\:citizen.stonesmeltery.male2.gotobed=true
-minecolonies\:citizen.deliveryman.female3.unhappy=true
-minecolonies\:citizen.rabbitherder.female1.greeting=true
-minecolonies\:citizen.archertraining.male2.farewell=true
-minecraft\:block.lantern.hit=true
-minecraft\:entity.witch.throw=true
-minecolonies\:citizen.mechanic.female2.highsaturation=true
-minecraft\:entity.donkey.chest=true
-alexsmobs\:underminer_step=true
-minecolonies\:citizen.researcher.male3.sick=true
-minecolonies\:citizen.alchemist.male4.happy=true
-minecolonies\:citizen.healer.male2.lowsaturation=true
-minecraft\:entity.drowned.step=true
-alexsmobs\:endergrade_idle=true
-undergarden\:entity.rotwalker.hurt=true
-minecolonies\:citizen.archertraining.male3.gotobed=true
-blue_skies\:entity.summoner.hurt=true
-minecolonies\:citizen.baker.female4.greeting=true
-minecolonies\:citizen.baker.female4.interaction=true
-create\:crafter_click=true
-aquamirae\:music.forsaken_drownage=true
-minecolonies\:citizen.fisherman.female3.goodhousing=true
-minecolonies\:citizen.teacher.female2.farewell=true
-minecolonies\:citizen.rabbitherder.female1.badhousing=true
-minecolonies\:citizen.fletcher.male2.missingequipment=true
-touhou_little_maid\:maid.mode.farm=true
-minecolonies\:citizen.farmer.female4.missingequipment=true
-minecolonies\:citizen.composter.male4.highsaturation=true
-minecolonies\:citizen.farmer.female2.interaction=true
-minecraft\:entity.vindicator.death=true
-minecolonies\:citizen.stonemason.female2.badhousing=true
-alexsmobs\:warped_mosco_idle=true
-minecolonies\:citizen.stonesmeltery.female2.greeting=true
-minecolonies\:citizen.pupil.male4.lowsaturation=true
-minecraft\:entity.warden.emerge=true
-illagerinvasion\:entity.invoker.fangs_cast=true
-minecolonies\:citizen.shepherd.female3.highsaturation=true
-minecolonies\:citizen.quarrier.male3.lowsaturation=true
-minecolonies\:citizen.pupil.male1.sick=true
-blue_skies\:entity.nyctofly.bite=true
-minecolonies\:citizen.swineherder.female1.badhousing=true
-minecolonies\:citizen.florist.male3.noise=true
-minecraft\:block.barrel.open=true
-minecolonies\:citizen.glassblower.male4.missingequipment=true
-alexsmobs\:emu_hurt=true
-minecolonies\:citizen.baker.male2.danger=true
-minecolonies\:citizen.alchemist.male3.goodhousing=true
-minecraft\:block.grass.step=true
-minecolonies\:citizen.dyer.male2.success=true
-minecolonies\:citizen.knight.male1.farewell=true
-minecolonies\:citizen.composter.male3.interaction=true
-minecolonies\:citizen.teacher.female4.success=true
-minecolonies\:citizen.concretemixer.male2.farewell=true
-illagerinvasion\:item.lost_candle.copper=true
-minecolonies\:citizen.ranger.male4.danger=true
-minecolonies\:citizen.unemployed.male3.gotobed=true
-minecolonies\:citizen.druid.male3.sick=true
-minecraft\:entity.iron_golem.hurt=true
-minecolonies\:citizen.enchanter.female2.unhappy=true
-minecolonies\:citizen.sawmill.male3.interaction=true
-minecolonies\:citizen.shepherd.female4.highsaturation=true
-minecolonies\:citizen.teacher.male1.highsaturation=true
-minecolonies\:citizen.mechanic.male4.general=true
-minecolonies\:citizen.rabbitherder.male2.success=true
-minecraft\:entity.slime.jump_small=true
-minecolonies\:citizen.florist.female4.unhappy=true
-minecolonies\:citizen.farmer.male2.greeting=true
-minecraft\:block.nether_wood_trapdoor.open=true
-minecolonies\:citizen.student.female4.badweather=true
-undergarden\:entity.rotbeast.ambient=true
-minecolonies\:citizen.miner.female1.interaction=true
-minecraft\:block.lantern.place=true
-minecolonies\:citizen.cowboy.female3.farewell=true
-minecolonies\:citizen.teacher.female1.goodhousing=true
-minecolonies\:citizen.knight.female4.danger=true
-alexsmobs\:mantis_shrimp_hurt=true
-minecraft\:block.wood.break=true
-minecolonies\:citizen.researcher.female2.farewell=true
-minecolonies\:citizen.planter.female3.sick=true
-minecraft\:block.scaffolding.break=true
-minecolonies\:citizen.alchemist.male3.noise=true
-minecolonies\:citizen.alchemist.female1.success=true
-minecolonies\:citizen.ranger.male3.highsaturation=true
-minecolonies\:citizen.stonesmeltery.female2.lowsaturation=true
-blue_skies\:entity.arachnarch.hurt=true
-minecraft\:item.book.put=true
-minecolonies\:citizen.archertraining.female1.goodhousing=true
-minecolonies\:citizen.beekeeper.male1.success=true
-minecolonies\:citizen.stonesmeltery.male4.lowsaturation=true
-minecolonies\:citizen.dyer.male1.sick=true
-minecolonies\:citizen.undertaker.male3.sick=true
-minecolonies\:citizen.mechanic.female3.highsaturation=true
-minecolonies\:citizen.beekeeper.female1.happy=true
-minecolonies\:citizen.beekeeper.male4.badweather=true
-minecolonies\:citizen.fletcher.male3.happy=true
-minecolonies\:citizen.sawmill.male3.goodhousing=true
-minecolonies\:citizen.florist.female4.general=true
-minecolonies\:citizen.netherworker.male1.highsaturation=true
-minecraft\:block.cherry_wood_fence_gate.open=true
-minecolonies\:citizen.concretemixer.male4.farewell=true
-minecolonies\:citizen.lumberjack.female4.highsaturation=true
-minecolonies\:citizen.ranger.female3.interaction=true
-minecolonies\:citizen.planter.male4.interaction=true
-minecolonies\:citizen.stonesmeltery.male3.general=true
-minecolonies\:citizen.baker.female4.badhousing=true
-minecolonies\:citizen.cowboy.male2.farewell=true
-minecolonies\:citizen.cook.female3.badhousing=true
-minecolonies\:citizen.blacksmith.female4.general=true
-minecolonies\:citizen.builder.female4.highsaturation=true
-blue_skies\:ambient.sandstorm_wind=true
-minecolonies\:citizen.stonemason.male1.noise=true
-minecolonies\:citizen.researcher.female3.success=true
-minecraft\:music.overworld.jagged_peaks=true
-minecolonies\:citizen.teacher.female4.general=true
-minecolonies\:citizen.deliveryman.female4.farewell=true
-alexsmobs\:jerboa_idle=true
-minecolonies\:citizen.druid.female1.happy=true
-minecraft\:block.bamboo_sapling.break=true
-alexsmobs\:gorilla_hurt=true
-minecolonies\:citizen.fisherman.male3.sick=true
-minecolonies\:citizen.visitor.female4.badhousing=true
-minecolonies\:citizen.cookassistant.male2.noise=true
-supplementaries\:block.faucet.turn=true
-minecraft\:entity.skeleton_horse.hurt=true
-minecolonies\:citizen.alchemist.male1.badhousing=true
-minecolonies\:citizen.alchemist.male4.gotobed=true
-minecraft\:entity.mule.death=true
-minecolonies\:citizen.cook.female3.gotobed=true
-minecolonies\:citizen.smelter.female2.sick=true
-undergarden\:entity.forgotten_guardian.attack=true
-minecolonies\:citizen.netherworker.male1.farewell=true
-minecolonies\:citizen.deliveryman.male2.greeting=true
-blue_skies\:block.everbright.portal.travel=true
-minecolonies\:citizen.quarrier.male1.goodhousing=true
-alexsmobs\:roadrunner_meep=true
-supplementaries\:block.sack.open=true
-touhou_little_maid\:maid.mode.feed_animal=true
-minecolonies\:citizen.composter.female4.badweather=true
-minecolonies\:citizen.glassblower.female2.badhousing=true
-minecolonies\:citizen.dyer.female1.lowsaturation=true
-minecraft\:block.roots.hit=true
-deeperdarker\:entity.shattered.death=true
-minecolonies\:citizen.builder.female2.badweather=true
-minecolonies\:citizen.archertraining.male1.missingequipment=true
-minecraft\:entity.player.attack.crit=true
-minecolonies\:citizen.stonemason.female4.general=true
-minecolonies\:citizen.combattraining.male4.greeting=true
-minecolonies\:citizen.healer.male1.lowsaturation=true
-minecolonies\:citizen.baker.female1.noise=true
-friendsandfoes\:entity.iceologer.prepare_slowness=true
-bettercombat\:wand_swing=true
-minecolonies\:citizen.child.female1.sick=true
-minecolonies\:citizen.combattraining.male4.highsaturation=true
-minecolonies\:citizen.healer.female3.sick=true
-minecolonies\:citizen.deliveryman.male3.badweather=true
-minecolonies\:citizen.farmer.female3.goodhousing=true
-minecolonies\:citizen.teacher.male4.goodhousing=true
-minecolonies\:mob.barbarian.say=true
-creeperoverhaul\:entity.wood.creeper.explosion=true
-minecolonies\:citizen.miner.female1.badweather=true
-minecolonies\:citizen.fletcher.female3.badweather=true
-minecolonies\:citizen.mechanic.female4.interaction=true
-alexsmobs\:banana_slug_hurt=true
-minecolonies\:citizen.crusher.male2.badhousing=true
-minecraft\:entity.skeleton_horse.step_water=true
-minecolonies\:citizen.healer.male2.happy=true
-minecolonies\:citizen.sifter.male3.goodhousing=true
-minecolonies\:citizen.rabbitherder.male1.interaction=true
-minecolonies\:citizen.planter.male3.happy=true
-minecolonies\:citizen.shepherd.male4.gotobed=true
-minecolonies\:citizen.farmer.male4.badhousing=true
-minecolonies\:citizen.dyer.male3.gotobed=true
-minecraft\:block.anvil.hit=true
-minecolonies\:citizen.planter.male3.sick=true
-minecolonies\:citizen.netherworker.female1.success=true
-minecolonies\:citizen.cook.female3.success=true
-minecolonies\:citizen.builder.male3.sick=true
-minecolonies\:citizen.miner.female4.unhappy=true
-minecolonies\:citizen.combattraining.male1.lowsaturation=true
-mcwlights\:block.torch_on=true
-minecolonies\:citizen.pupil.male2.noise=true
-minecolonies\:citizen.rabbitherder.female2.happy=true
-minecolonies\:citizen.mechanic.male1.badhousing=true
-alexsmobs\:raccoon_hurt=true
-alexsmobs\:moose_idle=true
-minecolonies\:citizen.combattraining.male3.lowsaturation=true
-minecolonies\:citizen.lumberjack.female1.noise=true
-minecolonies\:citizen.stonemason.male4.badhousing=true
-supplementaries\:block.sack.place=true
-minecolonies\:citizen.planter.male2.highsaturation=true
-minecolonies\:citizen.cook.male4.gotobed=true
-minecolonies\:citizen.chickenherder.male2.sick=true
-minecolonies\:citizen.miner.female3.farewell=true
-minecolonies\:citizen.blacksmith.male3.sick=true
-minecolonies\:citizen.healer.male3.unhappy=true
-minecolonies\:citizen.mechanic.male3.happy=true
-minecraft\:block.anvil.land=true
-minecolonies\:citizen.florist.male4.interaction=true
-minecolonies\:citizen.archertraining.female4.danger=true
-minecraft\:item.firecharge.use=true
-creeperoverhaul\:entity.ocean.creeper.inflate=true
-minecraft\:block.pointed_dripstone.drip_lava=true
-undergarden\:entity.gloomper.death=true
-minecolonies\:citizen.shepherd.female1.missingequipment=true
-minecolonies\:citizen.glassblower.male4.happy=true
-minecolonies\:citizen.dyer.male3.success=true
-minecolonies\:citizen.quarrier.male4.greeting=true
-minecolonies\:citizen.healer.male3.missingequipment=true
-minecolonies\:citizen.swineherder.male1.badweather=true
-minecolonies\:citizen.child.male1.badhousing=true
-minecolonies\:citizen.glassblower.female4.danger=true
-alexsmobs\:caiman_hurt=true
-minecolonies\:citizen.sifter.female1.farewell=true
-minecolonies\:citizen.mechanic.male1.missingequipment=true
-minecolonies\:citizen.visitor.female3.missingequipment=true
-friendsandfoes\:entity.rascal.disappear=true
-minecolonies\:citizen.shepherd.male4.goodhousing=true
-minecolonies\:citizen.farmer.male1.unhappy=true
-minecolonies\:citizen.swineherder.male3.goodhousing=true
-minecolonies\:citizen.blacksmith.male2.badhousing=true
-minecolonies\:citizen.chickenherder.male1.success=true
-minecolonies\:citizen.enchanter.female3.sick=true
-minecraft\:entity.camel.death=true
-minecolonies\:citizen.builder.male2.interaction=true
-minecraft\:block.ladder.fall=true
-minecolonies\:citizen.fisherman.female4.greeting=true
-minecolonies\:citizen.farmer.male1.gotobed=true
-minecolonies\:citizen.smelter.male1.general=true
-minecraft\:entity.evoker.prepare_summon=true
-alexsmobs\:terrapin_hurt=true
-minecolonies\:citizen.swineherder.female2.general=true
-minecolonies\:citizen.chickenherder.male3.highsaturation=true
-alexsmobs\:enderiophage_hurt=true
-minecraft\:entity.turtle.ambient_land=true
-mmorpg\:burn=true
-minecraft\:block.bamboo_sapling.place=true
-creeperoverhaul\:entity.plant.creeper.hit=true
-minecolonies\:citizen.cookassistant.male4.gotobed=true
-minecraft\:entity.piglin.admiring_item=true
-minecolonies\:citizen.smelter.female4.happy=true
-minecraft\:block.calcite.fall=true
-blue_skies\:entity.sliv.hurt=true
-minecolonies\:citizen.blacksmith.male1.danger=true
-minecolonies\:citizen.fletcher.female1.missingequipment=true
-minecolonies\:citizen.cookassistant.female1.badhousing=true
-minecolonies\:citizen.combattraining.female2.missingequipment=true
-minecolonies\:citizen.composter.male1.goodhousing=true
-blue_skies\:entity.stardust_ram.death=true
-minecolonies\:citizen.rabbitherder.female1.missingequipment=true
-minecolonies\:citizen.stonemason.female1.happy=true
-minecolonies\:citizen.beekeeper.male3.noise=true
-minecolonies\:citizen.chickenherder.female1.badhousing=true
-minecolonies\:citizen.beekeeper.male4.interaction=true
-minecraft\:block.wool.hit=true
-minecolonies\:citizen.builder.female1.unhappy=true
-minecolonies\:citizen.farmer.female3.missingequipment=true
-minecolonies\:citizen.archertraining.female4.gotobed=true
-minecolonies\:citizen.cook.female4.sick=true
-minecolonies\:citizen.ranger.female3.badhousing=true
-minecolonies\:citizen.planter.female1.noise=true
-minecolonies\:citizen.concretemixer.female4.goodhousing=true
-minecraft\:block.packed_mud.hit=true
-minecolonies\:citizen.mechanic.female4.badhousing=true
-minecolonies\:citizen.undertaker.female3.farewell=true
-friendsandfoes\:entity.iceologer.hurt=true
-minecolonies\:citizen.builder.female2.greeting=true
-minecolonies\:citizen.florist.male1.goodhousing=true
-minecolonies\:citizen.ranger.male3.unhappy=true
-minecolonies\:citizen.blacksmith.female1.lowsaturation=true
-minecolonies\:citizen.concretemixer.female1.missingequipment=true
-minecraft\:block.sculk_sensor.fall=true
-minecolonies\:citizen.stonemason.male4.general=true
-blue_skies\:ambient.poison_dungeon.additions=true
-minecolonies\:citizen.undertaker.male1.lowsaturation=true
-minecolonies\:citizen.knight.female1.badweather=true
-minecolonies\:citizen.student.male4.greeting=true
-minecolonies\:citizen.quarrier.male4.sick=true
-minecolonies\:citizen.undertaker.male1.badweather=true
-minecolonies\:citizen.pupil.female3.unhappy=true
-minecolonies\:citizen.cookassistant.male1.danger=true
-minecolonies\:citizen.healer.male2.highsaturation=true
-minecraft\:entity.fox.screech=true
-minecolonies\:citizen.mechanic.female1.general=true
-minecolonies\:citizen.composter.female1.lowsaturation=true
-minecolonies\:citizen.alchemist.male4.unhappy=true
-minecolonies\:citizen.archertraining.male4.unhappy=true
-minecolonies\:citizen.lumberjack.female2.success=true
-undergarden\:entity.dweller.death=true
-minecolonies\:citizen.lumberjack.male2.sick=true
-minecolonies\:citizen.rabbitherder.female3.highsaturation=true
-minecraft\:entity.vex.charge=true
-minecolonies\:citizen.chickenherder.female4.happy=true
-minecolonies\:citizen.enchanter.female1.badhousing=true
-minecolonies\:citizen.sifter.male3.greeting=true
-minecraft\:entity.skeleton_horse.jump_water=true
-minecolonies\:citizen.cookassistant.male4.badweather=true
-minecolonies\:citizen.netherworker.female1.general=true
-minecolonies\:citizen.fisherman.female1.missingequipment=true
-minecolonies\:citizen.planter.female2.greeting=true
-minecraft\:block.tripwire.detach=true
-minecraft\:block.deepslate.place=true
-minecolonies\:citizen.child.female4.interaction=true
-minecolonies\:citizen.visitor.female4.success=true
-minecolonies\:citizen.chickenherder.male2.happy=true
-minecolonies\:citizen.builder.female3.missingequipment=true
-friendsandfoes\:entity.wildfire.death=true
-minecolonies\:citizen.planter.male2.badweather=true
-minecolonies\:citizen.farmer.female2.danger=true
-alexsmobs\:tendon_whip=true
-minecolonies\:citizen.swineherder.female3.farewell=true
-alexsmobs\:anteater_hurt=true
-minecraft\:block.sand.hit=true
-minecolonies\:citizen.composter.male1.badhousing=true
-minecolonies\:citizen.deliveryman.female1.badhousing=true
-minecolonies\:citizen.smelter.female4.greeting=true
-minecolonies\:citizen.chickenherder.female4.highsaturation=true
-minecolonies\:citizen.undertaker.male3.lowsaturation=true
-minecolonies\:citizen.deliveryman.male3.highsaturation=true
-minecolonies\:citizen.smelter.male1.success=true
-minecolonies\:citizen.unemployed.male4.goodhousing=true
-minecraft\:entity.warden.death=true
-minecolonies\:citizen.ranger.male2.noise=true
-minecraft\:item.armor.equip_leather=true
-riskofrain_mobs\:entity.drone.death1=true
-minecolonies\:citizen.rabbitherder.female2.missingequipment=true
-riskofrain_mobs\:entity.drone.death2=true
-minecolonies\:citizen.smelter.male2.noise=true
-minecraft\:entity.endermite.death=true
-minecolonies\:citizen.planter.male1.danger=true
-minecolonies\:citizen.swineherder.female1.goodhousing=true
-minecraft\:block.respawn_anchor.ambient=true
-minecolonies\:citizen.visitor.female4.gotobed=true
-minecolonies\:citizen.stonemason.female2.danger=true
-minecolonies\:citizen.planter.male2.unhappy=true
-bettercombat\:glaive_slash_quick=true
-minecraft\:block.deepslate.break=true
-advancementplaques\:ui.toast.goal_complete=true
-minecolonies\:citizen.builder.female4.farewell=true
-minecolonies\:citizen.knight.male3.greeting=true
-minecolonies\:citizen.florist.male2.badhousing=true
-minecolonies\:citizen.child.male2.greeting=true
-minecolonies\:citizen.blacksmith.female4.success=true
-minecolonies\:citizen.concretemixer.female4.highsaturation=true
-minecolonies\:citizen.pupil.female2.badweather=true
-minecraft\:block.iron_door.open=true
-minecolonies\:citizen.farmer.female2.noise=true
-minecolonies\:citizen.beekeeper.female3.danger=true
-minecolonies\:citizen.composter.female2.goodhousing=true
-minecraft\:entity.strider.happy=true
-minecolonies\:citizen.stonemason.female4.badhousing=true
-minecolonies\:citizen.deliveryman.female1.goodhousing=true
-minecolonies\:citizen.smelter.female3.highsaturation=true
-friendsandfoes\:entity.rascal.hurt=true
-minecolonies\:citizen.combattraining.male1.gotobed=true
-minecraft\:block.slime_block.place=true
-minecolonies\:citizen.composter.female4.danger=true
-minecolonies\:citizen.deliveryman.male4.noise=true
-minecolonies\:citizen.healer.female3.danger=true
-illagerinvasion\:entity.firecaller.cast=true
-minecolonies\:citizen.unemployed.male3.unhappy=true
-minecolonies\:citizen.florist.female2.badweather=true
-minecolonies\:citizen.cookassistant.male1.farewell=true
-blue_skies\:entity.starlit_crusher.prepare_spin=true
-minecolonies\:citizen.deliveryman.male4.gotobed=true
-minecolonies\:citizen.concretemixer.male4.badhousing=true
-minecolonies\:citizen.unemployed.male3.noise=true
-minecolonies\:citizen.cowboy.male2.highsaturation=true
-minecolonies\:citizen.sifter.female4.badweather=true
-illagerinvasion\:entity.provoker.hurt=true
-minecraft\:entity.ravager.stunned=true
-minecolonies\:citizen.sawmill.female3.badhousing=true
-minecraft\:block.nether_wood.fall=true
-minecolonies\:citizen.fletcher.female4.sick=true
-minecolonies\:citizen.farmer.female3.general=true
-undergarden\:block.virulent.bubble=true
-minecolonies\:citizen.baker.male2.unhappy=true
-minecolonies\:citizen.glassblower.male2.gotobed=true
-minecolonies\:citizen.smelter.male2.danger=true
-minecolonies\:citizen.knight.male4.missingequipment=true
-minecolonies\:citizen.farmer.male3.farewell=true
-minecolonies\:citizen.beekeeper.female1.missingequipment=true
-minecolonies\:citizen.stonesmeltery.male1.danger=true
-minecolonies\:citizen.druid.female1.badweather=true
-minecolonies\:citizen.cowboy.female1.unhappy=true
-minecolonies\:citizen.smelter.male4.interaction=true
-minecolonies\:citizen.beekeeper.male2.sick=true
-touhou_little_maid\:block.gomoku=true
-minecolonies\:citizen.cook.male4.general=true
-minecolonies\:citizen.quarrier.female2.interaction=true
-blue_skies\:block.summoning_table.tome_change=true
-minecolonies\:citizen.smelter.female2.highsaturation=true
-minecolonies\:citizen.stonesmeltery.male3.gotobed=true
-minecolonies\:citizen.quarrier.male4.lowsaturation=true
-minecolonies\:citizen.farmer.male1.greeting=true
-minecolonies\:citizen.quarrier.male4.badweather=true
-minecolonies\:citizen.alchemist.female2.happy=true
-minecolonies\:citizen.unemployed.female1.gotobed=true
-minecolonies\:citizen.shepherd.female3.goodhousing=true
-minecolonies\:citizen.shepherd.female2.badhousing=true
-minecraft\:block.bamboo_wood_hanging_sign.fall=true
-minecolonies\:citizen.deliveryman.female1.danger=true
-minecolonies\:citizen.cook.female4.interaction=true
-minecolonies\:citizen.concretemixer.female3.noise=true
-minecraft\:entity.parrot.imitate.endermite=true
-minecolonies\:citizen.healer.female3.farewell=true
-minecolonies\:citizen.teacher.male4.sick=true
-minecolonies\:citizen.florist.female1.badweather=true
-minecraft\:block.ancient_debris.hit=true
-minecolonies\:citizen.enchanter.male3.unhappy=true
-minecraft\:entity.frog.death=true
-minecraft\:entity.endermite.hurt=true
-minecolonies\:citizen.composter.male3.sick=true
-minecolonies\:citizen.student.male4.happy=true
-minecolonies\:citizen.beekeeper.male4.general=true
-minecolonies\:citizen.smelter.female1.noise=true
-minecraft\:entity.evoker.prepare_wololo=true
-minecolonies\:citizen.pupil.female4.danger=true
-minecolonies\:citizen.alchemist.female4.goodhousing=true
-minecolonies\:citizen.child.male3.success=true
-minecolonies\:citizen.combattraining.male1.interaction=true
-minecolonies\:citizen.swineherder.female1.greeting=true
-minecolonies\:citizen.cook.male4.greeting=true
-minecolonies\:citizen.enchanter.female1.missingequipment=true
-minecolonies\:citizen.concretemixer.male2.lowsaturation=true
-minecraft\:block.gravel.place=true
-minecolonies\:citizen.sifter.male4.sick=true
-minecraft\:block.deepslate_bricks.break=true
-alexsmobs\:tusklin_hurt=true
-minecolonies\:citizen.healer.female2.success=true
-minecraft\:entity.wolf.shake=true
-minecolonies\:citizen.beekeeper.female2.greeting=true
-minecraft\:block.basalt.break=true
-minecolonies\:citizen.rabbitherder.male4.badweather=true
-minecraft\:entity.piglin.jealous=true
-minecolonies\:citizen.teacher.male4.farewell=true
-friendsandfoes\:entity.tuff_golem.glue_on=true
-alexsmobs\:snow_leopard_idle=true
-minecolonies\:citizen.visitor.female4.greeting=true
-minecolonies\:citizen.builder.male1.greeting=true
-minecolonies\:citizen.knight.male3.noise=true
-minecolonies\:citizen.fletcher.female2.badweather=true
-minecraft\:block.dispenser.dispense=true
-blue_skies\:entity.azulfo.death=true
-minecolonies\:citizen.lumberjack.female3.badhousing=true
-minecolonies\:citizen.planter.female4.happy=true
-minecolonies\:citizen.teacher.female1.badweather=true
-minecolonies\:citizen.glassblower.male4.badweather=true
-minecraft\:item.bucket.empty_tadpole=true
-minecolonies\:citizen.knight.male1.happy=true
-minecolonies\:citizen.cowboy.male2.lowsaturation=true
-minecolonies\:citizen.cookassistant.male2.farewell=true
-minecraft\:entity.stray.step=true
-touhou_little_maid\:maid.mode.break=true
-minecraft\:entity.shulker.death=true
-minecraft\:block.deepslate_bricks.place=true
-minecolonies\:citizen.archertraining.male3.highsaturation=true
-minecraft\:entity.chicken.death=true
-minecolonies\:citizen.chickenherder.female3.missingequipment=true
-minecolonies\:citizen.druid.male2.noise=true
-minecolonies\:citizen.shepherd.male1.happy=true
-minecolonies\:citizen.rabbitherder.female1.danger=true
-minecolonies\:citizen.rabbitherder.female2.highsaturation=true
-minecolonies\:citizen.farmer.male2.farewell=true
-minecolonies\:citizen.fisherman.female1.happy=true
-minecraft\:ui.button.click=true
-minecolonies\:citizen.student.male3.greeting=true
-minecolonies\:citizen.dyer.male2.missingequipment=true
-minecraft\:block.wooden_trapdoor.close=true
-minecolonies\:citizen.concretemixer.male4.lowsaturation=true
-minecolonies\:citizen.fletcher.female4.general=true
-minecolonies\:citizen.miner.female3.general=true
-minecolonies\:citizen.sifter.male4.missingequipment=true
-minecolonies\:citizen.ranger.female4.badhousing=true
-minecolonies\:citizen.undertaker.male2.badweather=true
-minecolonies\:citizen.dyer.female2.happy=true
-minecolonies\:citizen.undertaker.female2.goodhousing=true
-minecolonies\:citizen.chickenherder.female3.highsaturation=true
-minecraft\:block.honey_block.fall=true
-minecolonies\:citizen.child.female2.lowsaturation=true
-minecolonies\:citizen.chickenherder.male1.danger=true
-minecolonies\:citizen.cook.female4.badhousing=true
-minecolonies\:citizen.blacksmith.male3.missingequipment=true
-minecraft\:entity.llama.ambient=true
-minecolonies\:citizen.ranger.male2.general=true
-minecolonies\:citizen.pupil.male1.success=true
-minecolonies\:citizen.miner.female3.noise=true
-minecraft\:entity.snow_golem.ambient=true
-minecraft\:block.metal.step=true
-minecolonies\:citizen.fisherman.male3.missingequipment=true
-minecolonies\:citizen.rabbitherder.male3.happy=true
-minecolonies\:citizen.smelter.female1.badhousing=true
-minecraft\:entity.donkey.angry=true
-minecolonies\:citizen.cowboy.male2.interaction=true
-blue_skies\:entity.artificial_golem.death=true
-minecolonies\:citizen.stonemason.male1.farewell=true
-minecolonies\:citizen.sifter.male3.badhousing=true
-minecolonies\:citizen.enchanter.male2.gotobed=true
-minecolonies\:citizen.researcher.female3.general=true
-friendsandfoes\:entity.iceologer.ambient=true
-minecolonies\:citizen.child.male3.happy=true
-minecolonies\:citizen.swineherder.female2.farewell=true
-minecolonies\:citizen.sawmill.female1.unhappy=true
-minecolonies\:citizen.stonesmeltery.male4.sick=true
-minecolonies\:citizen.sifter.female3.badweather=true
-minecolonies\:citizen.stonesmeltery.male4.unhappy=true
-minecolonies\:citizen.sawmill.male4.greeting=true
-aquaculture\:fish_death=true
-minecraft\:block.wart_block.fall=true
-minecraft\:block.slime_block.break=true
-minecolonies\:citizen.druid.male1.badhousing=true
-minecraft\:block.wet_grass.break=true
-minecolonies\:citizen.cookassistant.female2.greeting=true
-minecraft\:block.note_block.bass=true
-attributeslib\:dodge=true
-minecolonies\:citizen.student.male2.sick=true
-minecolonies\:citizen.netherworker.female2.danger=true
-minecolonies\:citizen.dyer.male3.noise=true
-minecolonies\:citizen.lumberjack.male1.noise=true
-undergarden\:entity.gwibling.death=true
-minecolonies\:citizen.healer.male3.general=true
-minecolonies\:citizen.rabbitherder.male3.success=true
-minecolonies\:citizen.ranger.female2.general=true
-minecolonies\:citizen.undertaker.male2.happy=true
-undergarden\:entity.masticator.eat=true
-minecolonies\:citizen.fisherman.male1.danger=true
-minecolonies\:citizen.cowboy.female3.greeting=true
-minecolonies\:citizen.sawmill.female1.greeting=true
-minecolonies\:citizen.rabbitherder.female3.unhappy=true
-minecraft\:entity.experience_orb.pickup=true
-minecolonies\:citizen.teacher.female1.danger=true
-minecraft\:entity.skeleton.ambient=true
-minecolonies\:citizen.deliveryman.female3.missingequipment=true
-minecolonies\:citizen.mechanic.female3.badhousing=true
-minecolonies\:citizen.unemployed.male3.general=true
-minecolonies\:citizen.smelter.male2.sick=true
-minecolonies\:citizen.sifter.female4.general=true
-minecolonies\:citizen.planter.female4.missingequipment=true
-minecolonies\:citizen.chickenherder.male4.goodhousing=true
-minecolonies\:citizen.lumberjack.male2.success=true
-minecolonies\:citizen.miner.male1.badweather=true
-minecolonies\:citizen.sifter.male3.noise=true
-minecolonies\:citizen.concretemixer.female1.success=true
-minecolonies\:citizen.chickenherder.male1.farewell=true
-minecolonies\:citizen.archertraining.male3.general=true
-minecolonies\:citizen.crusher.male4.greeting=true
-minecolonies\:citizen.stonemason.male4.happy=true
-alexsmobs\:tiger_hurt=true
-minecolonies\:citizen.unemployed.female4.danger=true
-minecolonies\:citizen.concretemixer.female1.danger=true
-minecraft\:block.end_portal_frame.fill=true
-minecolonies\:citizen.stonesmeltery.female4.interaction=true
-minecolonies\:citizen.child.male4.danger=true
-minecraft\:entity.goat.screaming.ram_impact=true
-minecraft\:block.lava.ambient=true
-minecolonies\:citizen.cookassistant.female1.general=true
-minecolonies\:citizen.deliveryman.male4.farewell=true
-minecolonies\:citizen.researcher.male4.noise=true
-alexsmobs\:sugar_glider_idle=true
-minecraft\:block.cake.add_candle=true
-minecolonies\:citizen.builder.male2.farewell=true
-create\:crushing_3=true
-minecolonies\:citizen.cookassistant.female2.badhousing=true
-create\:crushing_2=true
-create\:crushing_1=true
-alexsmobs\:laviathan_idle=true
-blue_skies\:entity.crogre.jump=true
-minecolonies\:citizen.unemployed.female4.badhousing=true
-minecraft\:block.nether_wood_door.close=true
-minecolonies\:citizen.planter.male4.badweather=true
-create\:whistle_train_low=true
-minecolonies\:citizen.researcher.male3.missingequipment=true
-minecolonies\:citizen.combattraining.male4.danger=true
-minecolonies\:citizen.fisherman.female4.badweather=true
-minecraft\:block.note_block.chime=true
-minecolonies\:citizen.teacher.female1.interaction=true
-minecolonies\:citizen.glassblower.female4.unhappy=true
-minecolonies\:citizen.concretemixer.female2.farewell=true
-blue_skies\:entity.starlit_crusher.death=true
-minecolonies\:citizen.cook.female1.highsaturation=true
-minecolonies\:citizen.crusher.male4.highsaturation=true
-minecraft\:block.chain.hit=true
-minecolonies\:citizen.crusher.male3.badhousing=true
-minecolonies\:citizen.child.female2.happy=true
-blue_skies\:block.alchemy_table.use=true
-minecolonies\:citizen.farmer.female2.farewell=true
-minecolonies\:citizen.baker.male3.goodhousing=true
-minecolonies\:citizen.student.male2.noise=true
-minecolonies\:citizen.pupil.male3.sick=true
-minecolonies\:citizen.researcher.female3.danger=true
-minecraft\:block.mud.hit=true
-minecolonies\:citizen.fisherman.female3.noise=true
-minecolonies\:citizen.glassblower.female1.badhousing=true
-minecolonies\:citizen.farmer.male1.general=true
-minecolonies\:citizen.crusher.male2.sick=true
-minecolonies\:citizen.ranger.female3.success=true
-minecolonies\:citizen.knight.male3.general=true
-create\:chiff=true
-minecolonies\:citizen.enchanter.female3.interaction=true
-undergarden\:entity.muncher.ambient=true
-minecolonies\:citizen.deliveryman.male2.goodhousing=true
-minecolonies\:citizen.lumberjack.male1.general=true
-minecolonies\:citizen.mechanic.female3.noise=true
-minecraft\:item.bundle.drop_contents=true
-minecolonies\:citizen.student.female1.highsaturation=true
-minecolonies\:citizen.knight.male2.badhousing=true
-minecolonies\:citizen.combattraining.male2.goodhousing=true
-minecolonies\:citizen.concretemixer.male4.interaction=true
-minecolonies\:citizen.deliveryman.female2.happy=true
-minecraft\:block.stone.hit=true
-minecolonies\:citizen.druid.female3.success=true
-minecolonies\:citizen.glassblower.male2.unhappy=true
-minecolonies\:citizen.crusher.male1.interaction=true
-minecraft\:block.nylium.step=true
-minecolonies\:citizen.planter.male3.highsaturation=true
-minecolonies\:citizen.deliveryman.male1.interaction=true
-minecolonies\:citizen.farmer.male2.happy=true
-minecolonies\:citizen.crusher.female2.happy=true
-minecolonies\:citizen.pupil.female2.gotobed=true
-minecolonies\:citizen.archertraining.male4.gotobed=true
-blue_skies\:item.arc.ethereal_equip=true
-minecolonies\:citizen.smelter.female1.gotobed=true
-minecolonies\:citizen.netherworker.male2.highsaturation=true
-mutantmonsters\:entity.creeper_minion.ambient=true
-friendsandfoes\:entity.tuff_golem.step=true
-minecraft\:block.bell.use=true
-minecolonies\:citizen.healer.male2.badweather=true
-minecolonies\:citizen.mechanic.male2.missingequipment=true
-minecolonies\:citizen.deliveryman.female1.happy=true
-minecolonies\:citizen.druid.female2.general=true
-minecolonies\:citizen.farmer.female4.unhappy=true
-minecraft\:block.wet_grass.place=true
-minecolonies\:citizen.student.female2.highsaturation=true
-minecolonies\:citizen.pupil.male3.badweather=true
-minecolonies\:citizen.baker.male1.general=true
-mmorpg\:stone_crack=true
-mmorpg\:freeze=true
-minecolonies\:citizen.undertaker.male3.danger=true
-minecolonies\:citizen.stonesmeltery.female4.danger=true
-minecolonies\:citizen.cowboy.female1.gotobed=true
-minecolonies\:citizen.dyer.male3.greeting=true
-minecolonies\:citizen.builder.female1.gotobed=true
-alexsmobs\:bald_eagle_idle=true
-cookingforblockheads\:fridge_close=true
-minecraft\:entity.tadpole.death=true
-minecraft\:block.roots.step=true
-minecolonies\:citizen.teacher.male2.happy=true
-minecolonies\:citizen.deliveryman.male4.unhappy=true
-minecraft\:block.fungus.hit=true
-minecolonies\:citizen.cook.male2.noise=true
-blue_skies\:entity.boss.spawn=true
-minecraft\:entity.villager.work_shepherd=true
-alexsmobs\:grizzly_bear_die=true
-alexsmobs\:cosmic_cod_hurt=true
-minecolonies\:citizen.miner.female1.happy=true
-minecolonies\:citizen.sifter.female1.danger=true
-minecolonies\:citizen.pupil.female3.badweather=true
-minecolonies\:citizen.fletcher.female4.goodhousing=true
-minecolonies\:citizen.researcher.male3.badweather=true
-minecolonies\:citizen.planter.male1.highsaturation=true
-minecolonies\:citizen.blacksmith.male2.danger=true
-minecolonies\:citizen.lumberjack.female1.success=true
-farmersdelight\:block.cabinet.close=true
-minecolonies\:citizen.rabbitherder.female2.greeting=true
-minecolonies\:citizen.child.female4.badhousing=true
-minecolonies\:citizen.planter.male2.general=true
-minecolonies\:citizen.pupil.female2.unhappy=true
-deeperdarker\:ambient.portal.groan=true
-minecolonies\:citizen.blacksmith.female2.sick=true
-minecolonies\:citizen.child.female4.general=true
-minecolonies\:citizen.druid.male4.gotobed=true
-minecolonies\:citizen.dyer.male2.badhousing=true
-undergarden\:entity.masticator.death=true
-undergarden\:entity.forgotten_guardian.ambient=true
-minecolonies\:citizen.enchanter.male2.noise=true
-minecolonies\:citizen.cook.male1.badhousing=true
-minecolonies\:citizen.florist.female2.goodhousing=true
-minecolonies\:citizen.builder.female1.interaction=true
-create\:whistle_train_manual_low=true
-minecraft\:block.nether_ore.hit=true
-minecolonies\:citizen.cook.male3.sick=true
-aquamirae\:entity.deep_death=true
-minecolonies\:citizen.druid.male1.sick=true
-minecolonies\:citizen.deliveryman.female4.success=true
-minecolonies\:citizen.miner.male3.lowsaturation=true
-minecraft\:block.sweet_berry_bush.pick_berries=true
-minecolonies\:citizen.mechanic.male1.farewell=true
-minecolonies\:citizen.cook.male3.general=true
-minecraft\:entity.ender_dragon.ambient=true
-minecolonies\:citizen.cookassistant.male4.missingequipment=true
-minecolonies\:citizen.deliveryman.female1.missingequipment=true
-minecraft\:block.stone.break=true
-minecolonies\:citizen.rabbitherder.female3.badhousing=true
-minecolonies\:citizen.planter.male1.badweather=true
-minecraft\:block.suspicious_gravel.break=true
-minecolonies\:citizen.swineherder.male4.greeting=true
-blue_skies\:block.everdawn.portal=true
-minecolonies\:citizen.chickenherder.male2.highsaturation=true
-minecolonies\:citizen.alchemist.female3.missingequipment=true
-minecolonies\:citizen.student.female4.farewell=true
-blue_skies\:block.moonstone.break=true
-deeperdarker\:block.vase.fall=true
-minecolonies\:citizen.stonesmeltery.male4.goodhousing=true
-supplementaries\:block.bellows.retract=true
-minecolonies\:citizen.knight.female3.sick=true
-minecraft\:entity.fox.hurt=true
-minecolonies\:citizen.visitor.female2.goodhousing=true
-minecraft\:entity.fishing_bobber.splash=true
-minecolonies\:citizen.lumberjack.female3.highsaturation=true
-minecraft\:ambient.underwater.loop.additions.ultra_rare=true
-cookingforblockheads\:toaster_stop=true
-minecolonies\:citizen.ranger.male2.lowsaturation=true
-minecraft\:block.honey_block.slide=true
-zeldamod\:majora=true
-minecraft\:entity.skeleton_horse.ambient=true
-minecolonies\:citizen.beekeeper.female4.interaction=true
-minecolonies\:citizen.chickenherder.female1.noise=true
-minecolonies\:citizen.fletcher.female1.danger=true
-minecolonies\:citizen.crusher.female1.highsaturation=true
-minecolonies\:citizen.lumberjack.male1.success=true
-minecraft\:block.rooted_dirt.hit=true
-minecraft\:block.mud.break=true
-minecolonies\:citizen.florist.male4.success=true
-minecraft\:block.mud.place=true
-minecolonies\:citizen.archertraining.female4.lowsaturation=true
-minecolonies\:citizen.fisherman.female2.goodhousing=true
-minecraft\:entity.silverfish.hurt=true
-minecolonies\:citizen.florist.female3.noise=true
-blue_skies\:entity.nyctofly.hurt=true
-minecolonies\:citizen.composter.male3.lowsaturation=true
-minecolonies\:citizen.stonemason.female1.lowsaturation=true
-minecolonies\:citizen.knight.male2.missingequipment=true
-minecolonies\:citizen.rabbitherder.male1.noise=true
-minecolonies\:citizen.sawmill.male3.badweather=true
-minecolonies\:citizen.ranger.male4.farewell=true
-minecolonies\:citizen.unemployed.female1.unhappy=true
-minecraft\:entity.iron_golem.step=true
-minecraft\:block.blastfurnace.fire_crackle=true
-minecolonies\:citizen.cook.female1.happy=true
-minecolonies\:citizen.unemployed.female4.lowsaturation=true
-minecraft\:block.chain.fall=true
-minecolonies\:citizen.lumberjack.female2.badhousing=true
-minecolonies\:citizen.sifter.female4.unhappy=true
-minecraft\:entity.fox.teleport=true
-minecolonies\:citizen.rabbitherder.female4.interaction=true
-minecraft\:entity.goat.screaming.eat=true
-minecraft\:music_disc.otherside=true
-minecolonies\:citizen.rabbitherder.male3.gotobed=true
-minecolonies\:citizen.shepherd.female1.happy=true
-minecolonies\:citizen.netherworker.male2.happy=true
-minecolonies\:citizen.miner.female1.lowsaturation=true
-minecolonies\:citizen.baker.female4.happy=true
-minecolonies\:citizen.concretemixer.female4.badhousing=true
-minecraft\:item.trident.hit_ground=true
-minecolonies\:citizen.student.female4.sick=true
-minecraft\:item.brush.brushing.gravel=true
-minecraft\:entity.stray.hurt=true
-minecolonies\:citizen.deliveryman.male2.happy=true
-minecolonies\:citizen.alchemist.female2.badweather=true
-minecolonies\:citizen.stonesmeltery.male4.gotobed=true
-minecraft\:entity.sniffer.sniffing=true
-minecolonies\:citizen.builder.male1.unhappy=true
-minecolonies\:citizen.swineherder.female3.success=true
-minecolonies\:citizen.unemployed.female2.gotobed=true
-minecraft\:block.spore_blossom.break=true
-minecolonies\:citizen.enchanter.male2.lowsaturation=true
-minecraft\:block.amethyst_block.place=true
-minecolonies\:citizen.researcher.female4.farewell=true
-minecolonies\:citizen.stonemason.male4.unhappy=true
-minecolonies\:citizen.rabbitherder.male4.farewell=true
-minecolonies\:citizen.child.male1.highsaturation=true
-minecolonies\:citizen.dyer.female3.happy=true
-minecraft\:entity.ender_pearl.throw=true
-minecraft\:block.tuff.break=true
-minecolonies\:citizen.builder.female3.highsaturation=true
-minecolonies\:citizen.undertaker.male4.highsaturation=true
-minecolonies\:citizen.baker.male1.badhousing=true
-minecolonies\:citizen.smelter.male3.greeting=true
-minecolonies\:citizen.sawmill.female1.gotobed=true
-minecraft\:intentionally_empty=true
-minecraft\:block.fungus.fall=true
-minecolonies\:citizen.netherworker.female3.noise=true
-minecolonies\:citizen.baker.female1.goodhousing=true
-minecolonies\:citizen.pupil.female4.badhousing=true
-minecolonies\:citizen.teacher.male4.noise=true
-minecolonies\:citizen.glassblower.male1.noise=true
-supplementaries\:block.note_block.imitate.enderman=true
-minecolonies\:citizen.ranger.female2.sick=true
-minecraft\:block.dispenser.launch=true
-minecolonies\:citizen.fletcher.male2.unhappy=true
-minecolonies\:citizen.fletcher.male4.greeting=true
-minecolonies\:citizen.cookassistant.male2.goodhousing=true
-minecraft\:entity.ravager.roar=true
-minecraft\:block.note_block.imitate.ender_dragon=true
-enhancedai\:creeper_cena_explode=true
-create\:sanding_long=true
-minecolonies\:citizen.sawmill.female4.goodhousing=true
-blue_skies\:entity.armored_frost_spirit.hurt=true
-minecolonies\:citizen.cook.female2.gotobed=true
-minecolonies\:citizen.alchemist.female3.sick=true
-minecolonies\:citizen.farmer.female2.badweather=true
-mutantmonsters\:entity.creeper_minion.hurt=true
-minecolonies\:citizen.student.female4.goodhousing=true
-minecolonies\:citizen.dyer.male4.success=true
-minecolonies\:citizen.cookassistant.male1.sick=true
-minecolonies\:citizen.deliveryman.male3.noise=true
-minecolonies\:citizen.shepherd.male3.noise=true
-blue_skies\:entity.player.cast_spell=true
-illagerinvasion\:entity.illager_brute.hurt=true
-minecolonies\:citizen.swineherder.female4.happy=true
-minecolonies\:citizen.chickenherder.male2.badhousing=true
-minecolonies\:citizen.cookassistant.female3.danger=true
-minecolonies\:citizen.unemployed.male4.unhappy=true
-minecolonies\:citizen.dyer.female3.badweather=true
-minecolonies\:citizen.chickenherder.male4.lowsaturation=true
-minecolonies\:citizen.crusher.female1.missingequipment=true
-minecraft\:entity.parrot.imitate.silverfish=true
-minecolonies\:citizen.visitor.male1.success=true
-minecolonies\:citizen.stonemason.female4.interaction=true
-minecraft\:entity.wandering_trader.hurt=true
-minecolonies\:citizen.undertaker.male1.farewell=true
-minecolonies\:citizen.deliveryman.female1.greeting=true
-minecolonies\:citizen.baker.male3.unhappy=true
-minecolonies\:citizen.chickenherder.male3.goodhousing=true
-minecolonies\:citizen.dyer.male2.sick=true
-minecolonies\:citizen.archertraining.male4.goodhousing=true
-minecolonies\:citizen.sifter.female3.noise=true
-minecolonies\:citizen.florist.female4.noise=true
-minecolonies\:citizen.dyer.male4.farewell=true
-minecolonies\:citizen.rabbitherder.female4.noise=true
-minecraft\:entity.piglin.converted_to_zombified=true
-minecraft\:ambient.warped_forest.additions=true
-minecolonies\:citizen.enchanter.male4.greeting=true
-minecraft\:entity.goat.death=true
-minecolonies\:citizen.crusher.female1.farewell=true
-illagerinvasion\:entity.surrendered.death=true
-minecolonies\:citizen.shepherd.male2.happy=true
-minecraft\:entity.parrot.imitate.phantom=true
-minecolonies\:citizen.florist.male1.danger=true
-minecolonies\:citizen.rabbitherder.female2.gotobed=true
-alexsmobs\:underminer_hurt=true
-minecolonies\:citizen.cook.female4.lowsaturation=true
-minecolonies\:citizen.netherworker.female2.success=true
-minecolonies\:citizen.fletcher.male4.interaction=true
-deeperdarker\:music.otherside.deeplands=true
-friendsandfoes\:entity.ice_chunk.hit=true
-minecolonies\:citizen.ranger.male2.danger=true
-minecolonies\:citizen.researcher.female1.farewell=true
-minecolonies\:citizen.sifter.female4.interaction=true
-minecolonies\:citizen.teacher.female2.noise=true
-minecraft\:block.azalea_leaves.fall=true
-minecolonies\:citizen.crusher.female4.goodhousing=true
-minecolonies\:citizen.quarrier.female4.greeting=true
-minecolonies\:citizen.chickenherder.male4.highsaturation=true
-minecolonies\:citizen.visitor.male1.happy=true
-minecolonies\:citizen.miner.male4.danger=true
-minecolonies\:citizen.enchanter.male3.interaction=true
-minecolonies\:citizen.lumberjack.female3.missingequipment=true
-minecraft\:entity.llama.swag=true
-minecolonies\:citizen.pupil.female4.happy=true
-minecolonies\:citizen.cowboy.female4.farewell=true
-minecolonies\:citizen.netherworker.male4.lowsaturation=true
-minecolonies\:citizen.undertaker.female1.unhappy=true
-minecolonies\:citizen.cowboy.male1.greeting=true
-minecolonies\:citizen.healer.male3.highsaturation=true
-blue_skies\:music.mars=true
-minecolonies\:citizen.stonemason.male4.goodhousing=true
-createdieselgenerators\:diesel_engine_sound=true
-minecolonies\:citizen.lumberjack.male4.badhousing=true
-minecolonies\:citizen.pupil.male4.missingequipment=true
-minecraft\:block.spore_blossom.place=true
-minecolonies\:citizen.undertaker.female1.farewell=true
-minecolonies\:citizen.child.female1.goodhousing=true
-minecolonies\:citizen.blacksmith.male3.happy=true
-minecolonies\:citizen.crusher.male3.success=true
-minecolonies\:citizen.farmer.male4.lowsaturation=true
-minecolonies\:citizen.archertraining.male3.unhappy=true
-minecolonies\:citizen.smelter.female4.highsaturation=true
-minecolonies\:citizen.concretemixer.female4.lowsaturation=true
-minecraft\:block.tuff.place=true
-minecraft\:entity.illusioner.prepare_mirror=true
-illagerinvasion\:entity.archivist.hurt=true
-minecolonies\:citizen.farmer.male2.unhappy=true
-minecraft\:block.amethyst_block.break=true
-minecolonies\:citizen.shepherd.male4.lowsaturation=true
-minecolonies\:citizen.unemployed.female4.greeting=true
-minecraft\:entity.parrot.imitate.magma_cube=true
-minecolonies\:citizen.cookassistant.female3.farewell=true
-minecolonies\:citizen.visitor.female3.lowsaturation=true
-minecolonies\:citizen.planter.female4.gotobed=true
-minecolonies\:citizen.rabbitherder.female3.interaction=true
-minecraft\:entity.cat.purreow=true
-minecolonies\:citizen.dyer.male4.goodhousing=true
-minecraft\:music_disc.pigstep=true
-minecolonies\:citizen.chickenherder.female2.lowsaturation=true
-minecolonies\:citizen.knight.male1.badweather=true
-minecolonies\:citizen.stonesmeltery.male3.unhappy=true
-alexsmobs\:gelada_monkey_idle=true
-minecolonies\:citizen.researcher.female1.missingequipment=true
-undergarden\:item.slingshot.shoot=true
-minecolonies\:citizen.visitor.male3.interaction=true
-minecolonies\:citizen.student.female1.farewell=true
-minecraft\:entity.squid.death=true
-minecolonies\:citizen.smelter.female1.lowsaturation=true
-minecolonies\:citizen.crusher.female3.badhousing=true
-minecolonies\:citizen.visitor.male3.danger=true
-minecolonies\:citizen.baker.female2.goodhousing=true
-minecolonies\:citizen.mechanic.male3.lowsaturation=true
-alexsmobs\:cockroach_hurt=true
-minecolonies\:citizen.pupil.female1.greeting=true
-minecolonies\:citizen.beekeeper.female1.goodhousing=true
-minecolonies\:citizen.sawmill.male3.general=true
-minecraft\:block.frogspawn.place=true
-minecolonies\:citizen.child.male3.lowsaturation=true
-minecolonies\:citizen.mechanic.female4.danger=true
-minecraft\:block.polished_deepslate.fall=true
-minecolonies\:citizen.florist.female4.highsaturation=true
-minecraft\:entity.dolphin.ambient=true
-minecolonies\:citizen.miner.female4.general=true
-minecolonies\:citizen.sawmill.male2.danger=true
-minecolonies\:citizen.rabbitherder.female4.highsaturation=true
-minecolonies\:citizen.builder.male2.noise=true
-minecolonies\:citizen.combattraining.female2.goodhousing=true
-minecolonies\:citizen.netherworker.female1.lowsaturation=true
-alexsmobs\:seagull_hurt=true
-minecolonies\:citizen.healer.male4.noise=true
-minecolonies\:citizen.unemployed.female1.noise=true
-minecolonies\:citizen.ranger.male4.unhappy=true
-minecolonies\:citizen.healer.male4.unhappy=true
-blue_skies\:entity.summoner.prepare_summon=true
-minecolonies\:citizen.netherworker.female1.interaction=true
-minecolonies\:citizen.ranger.female1.noise=true
-minecolonies\:citizen.combattraining.female1.sick=true
-minecraft\:entity.magma_cube.squish_small=true
-minecolonies\:citizen.child.female1.missingequipment=true
-minecolonies\:citizen.deliveryman.female3.sick=true
-minecolonies\:citizen.student.male1.goodhousing=true
-minecolonies\:citizen.cook.male4.unhappy=true
-minecolonies\:citizen.pupil.male1.noise=true
-minecolonies\:citizen.sawmill.male2.general=true
-minecolonies\:citizen.stonesmeltery.female4.highsaturation=true
-minecolonies\:citizen.deliveryman.male2.sick=true
-minecolonies\:citizen.pupil.male4.badweather=true
-minecolonies\:citizen.stonesmeltery.female4.goodhousing=true
-minecolonies\:citizen.smelter.female1.unhappy=true
-touhou_little_maid\:item.compass=true
-minecolonies\:citizen.composter.female3.lowsaturation=true
-minecolonies\:citizen.crusher.female2.badhousing=true
-minecolonies\:citizen.cookassistant.female1.lowsaturation=true
-minecolonies\:citizen.stonemason.female4.goodhousing=true
-minecolonies\:citizen.healer.male3.happy=true
-minecolonies\:citizen.fletcher.female3.greeting=true
-minecolonies\:citizen.smelter.female4.interaction=true
-minecolonies\:citizen.chickenherder.female4.badhousing=true
-minecolonies\:citizen.archertraining.female3.sick=true
-minecolonies\:citizen.rabbitherder.female4.lowsaturation=true
-minecraft\:entity.wandering_trader.death=true
-minecolonies\:citizen.swineherder.female2.noise=true
-minecolonies\:citizen.combattraining.male3.danger=true
-minecolonies\:citizen.archertraining.female1.farewell=true
-minecraft\:entity.guardian.attack=true
-minecolonies\:citizen.miner.male3.sick=true
-minecolonies\:citizen.teacher.male3.greeting=true
-minecolonies\:citizen.ranger.male3.noise=true
-minecolonies\:citizen.sawmill.female3.happy=true
-minecolonies\:citizen.baker.male3.missingequipment=true
-minecraft\:ambient.nether_wastes.mood=true
-minecolonies\:citizen.druid.female3.general=true
-minecolonies\:citizen.shepherd.female2.happy=true
-illagerinvasion\:entity.basher.hurt=true
-minecolonies\:citizen.stonesmeltery.female2.sick=true
-minecolonies\:citizen.cowboy.male4.farewell=true
-minecolonies\:citizen.swineherder.female3.lowsaturation=true
-minecraft\:block.pink_petals.break=true
-minecolonies\:citizen.sawmill.male3.success=true
-minecolonies\:citizen.rabbitherder.male4.success=true
-bettercombat\:pickaxe_swing=true
-minecolonies\:citizen.researcher.male4.goodhousing=true
-minecraft\:entity.witch.hurt=true
-minecolonies\:citizen.sawmill.male2.lowsaturation=true
-mutantmonsters\:entity.mutant_creeper.ambient=true
-blue_skies\:music.poison_defeat=true
-minecolonies\:citizen.ranger.female1.general=true
-minecolonies\:citizen.glassblower.male1.unhappy=true
-minecraft\:entity.stray.death=true
-minecolonies\:citizen.planter.male3.unhappy=true
-minecolonies\:citizen.druid.female2.highsaturation=true
-minecraft\:block.wet_grass.hit=true
-minecraft\:block.note_block.pling=true
-minecolonies\:citizen.chickenherder.female2.sick=true
-minecraft\:entity.warden.heartbeat=true
-minecolonies\:citizen.chickenherder.female1.gotobed=true
-minecolonies\:citizen.student.male2.badweather=true
-minecolonies\:citizen.dyer.female4.sick=true
-minecolonies\:citizen.archertraining.male2.general=true
-minecolonies\:citizen.lumberjack.male3.interaction=true
-minecolonies\:citizen.healer.female2.greeting=true
-minecolonies\:citizen.glassblower.female4.greeting=true
-minecolonies\:citizen.archertraining.female3.danger=true
-minecolonies\:citizen.sifter.female3.general=true
-minecolonies\:citizen.rabbitherder.female4.badhousing=true
-minecolonies\:citizen.lumberjack.female4.sick=true
-minecolonies\:citizen.sifter.male1.gotobed=true
-minecolonies\:citizen.composter.female3.badweather=true
-bettercombat\:claymore_swing=true
-minecolonies\:citizen.builder.female3.badweather=true
-minecolonies\:citizen.glassblower.female4.gotobed=true
-alexsmobs\:centipede_walk=true
-minecolonies\:citizen.cowboy.male4.danger=true
-minecolonies\:citizen.stonesmeltery.female2.highsaturation=true
-minecolonies\:citizen.enchanter.female4.success=true
-minecolonies\:citizen.cookassistant.female2.general=true
-minecraft\:block.lava.extinguish=true
-minecraft\:entity.villager.work_librarian=true
-minecolonies\:citizen.ranger.male3.badhousing=true
-minecolonies\:citizen.cowboy.female2.noise=true
-blue_skies\:item.arc.life_equip=true
-minecolonies\:citizen.fletcher.male1.badhousing=true
-minecraft\:block.end_gateway.spawn=true
-minecolonies\:citizen.cowboy.female4.happy=true
-minecolonies\:citizen.sawmill.female2.sick=true
-minecraft\:entity.zoglin.hurt=true
-minecolonies\:citizen.chickenherder.male1.badhousing=true
-minecolonies\:citizen.florist.male1.badhousing=true
-minecolonies\:citizen.concretemixer.female3.interaction=true
-minecolonies\:citizen.smelter.male1.lowsaturation=true
-minecolonies\:citizen.crusher.female4.interaction=true
-touhou_little_maid\:block.gomoku_reset=true
-minecolonies\:citizen.visitor.female2.danger=true
-minecolonies\:citizen.glassblower.male3.gotobed=true
-minecolonies\:citizen.baker.female3.sick=true
-minecolonies\:citizen.cowboy.male4.sick=true
-minecolonies\:citizen.shepherd.male1.highsaturation=true
-minecolonies\:citizen.mechanic.male4.danger=true
-minecraft\:entity.generic.burn=true
-minecolonies\:citizen.miner.female3.badhousing=true
-minecolonies\:citizen.miner.male1.happy=true
-minecolonies\:citizen.builder.female2.gotobed=true
-minecolonies\:citizen.shepherd.male4.greeting=true
-minecolonies\:citizen.glassblower.male2.danger=true
-minecolonies\:citizen.baker.female3.lowsaturation=true
-minecolonies\:citizen.netherworker.male1.interaction=true
-minecolonies\:citizen.pupil.male4.happy=true
-minecolonies\:citizen.cook.female1.sick=true
-minecolonies\:citizen.dyer.female1.goodhousing=true
-minecolonies\:citizen.sawmill.female2.farewell=true
-minecolonies\:citizen.cookassistant.female2.goodhousing=true
-minecolonies\:citizen.rabbitherder.male1.farewell=true
-creeperoverhaul\:entity.wood.creeper.prime=true
-minecolonies\:citizen.stonesmeltery.female1.general=true
-minecolonies\:citizen.healer.male2.general=true
-minecolonies\:citizen.beekeeper.female3.farewell=true
-minecolonies\:citizen.druid.female1.highsaturation=true
-minecolonies\:citizen.stonesmeltery.female1.highsaturation=true
-minecolonies\:citizen.druid.female4.success=true
-minecolonies\:citizen.blacksmith.female4.badhousing=true
-minecolonies\:citizen.rabbitherder.female4.unhappy=true
-minecolonies\:citizen.druid.female2.badweather=true
-minecraft\:entity.shulker.teleport=true
-minecraft\:entity.sniffer.happy=true
-minecolonies\:citizen.undertaker.male4.farewell=true
-minecolonies\:citizen.researcher.male2.badweather=true
-minecraft\:block.froglight.break=true
-alexsmobs\:alligator_snapping_turtle_idle=true
-friendsandfoes\:entity.glare.ambient=true
-travelerstitles\:dimension=true
-minecolonies\:citizen.fletcher.male3.missingequipment=true
-minecolonies\:citizen.miner.female1.missingequipment=true
-minecolonies\:citizen.visitor.male4.badweather=true
-minecolonies\:citizen.enchanter.female1.danger=true
-alexsmobs\:music_disc_thime=true
-minecolonies\:citizen.child.female1.danger=true
-minecolonies\:citizen.miner.female4.badweather=true
-minecolonies\:citizen.baker.male2.general=true
-minecolonies\:citizen.child.male2.goodhousing=true
-alexsmobs\:bunfungus_idle=true
-minecolonies\:citizen.shepherd.male4.unhappy=true
-minecolonies\:citizen.quarrier.female2.noise=true
-minecolonies\:citizen.baker.male3.lowsaturation=true
-minecolonies\:citizen.alchemist.female2.lowsaturation=true
-minecolonies\:citizen.fisherman.female4.unhappy=true
-minecolonies\:citizen.visitor.male2.noise=true
-minecolonies\:citizen.enchanter.female2.badhousing=true
-patchouli\:book_flip=true
-minecolonies\:citizen.farmer.female3.lowsaturation=true
-minecolonies\:citizen.sawmill.female1.badweather=true
-minecolonies\:citizen.healer.male1.highsaturation=true
-minecraft\:block.beehive.exit=true
-minecolonies\:citizen.ranger.male3.greeting=true
-minecolonies\:citizen.enchanter.male1.badhousing=true
-minecolonies\:citizen.glassblower.male2.noise=true
-minecolonies\:citizen.archertraining.female1.badhousing=true
-minecolonies\:citizen.researcher.female4.general=true
-minecolonies\:citizen.druid.male4.missingequipment=true
-minecolonies\:citizen.unemployed.male4.highsaturation=true
-minecraft\:block.coral_block.step=true
-minecolonies\:citizen.unemployed.male3.missingequipment=true
-minecolonies\:citizen.fletcher.male3.unhappy=true
-minecolonies\:citizen.enchanter.male1.gotobed=true
-minecolonies\:citizen.undertaker.female1.danger=true
-minecolonies\:citizen.netherworker.male1.gotobed=true
-minecolonies\:citizen.concretemixer.female3.badhousing=true
-undergarden\:entity.scintling.hurt=true
-minecolonies\:citizen.fisherman.male2.goodhousing=true
-minecolonies\:citizen.fisherman.female2.interaction=true
-minecolonies\:citizen.composter.female4.gotobed=true
-minecolonies\:citizen.planter.male1.general=true
-minecolonies\:citizen.cookassistant.female2.happy=true
-minecraft\:item.bucket.fill_milk=true
-minecolonies\:citizen.quarrier.female1.happy=true
-minecolonies\:citizen.sawmill.male4.sick=true
-kobolds\:kobold_purr=true
-minecolonies\:citizen.cowboy.female3.badweather=true
-minecolonies\:citizen.swineherder.female1.general=true
-minecolonies\:citizen.ranger.female2.success=true
-minecolonies\:citizen.quarrier.female3.noise=true
-minecraft\:entity.axolotl.swim=true
-minecolonies\:citizen.sifter.male4.farewell=true
-minecolonies\:citizen.beekeeper.male2.farewell=true
-minecraft\:block.slime_block.hit=true
-minecolonies\:citizen.builder.male4.farewell=true
-create\:contraption_disassemble=true
-minecolonies\:citizen.miner.female2.goodhousing=true
-minecolonies\:citizen.cookassistant.female1.happy=true
-minecraft\:entity.ender_dragon.shoot=true
-minecolonies\:citizen.quarrier.male1.gotobed=true
-mmorpg\:buff=true
-minecraft\:entity.zombie.step=true
-minecolonies\:citizen.swineherder.female2.success=true
-minecraft\:block.stone.place=true
-minecolonies\:citizen.sawmill.female1.noise=true
-minecolonies\:citizen.enchanter.male4.unhappy=true
-minecolonies\:citizen.student.female1.success=true
-minecolonies\:citizen.concretemixer.male3.badweather=true
-blue_skies\:ambient.moonlit_reservoir.loop=true
-minecolonies\:citizen.pupil.female3.gotobed=true
-minecraft\:block.nether_wood_trapdoor.close=true
-minecolonies\:citizen.pupil.female1.goodhousing=true
-minecolonies\:citizen.undertaker.female4.lowsaturation=true
-minecolonies\:citizen.child.male2.success=true
-minecolonies\:citizen.baker.male2.goodhousing=true
-minecolonies\:citizen.researcher.male4.general=true
-minecolonies\:citizen.archertraining.female4.unhappy=true
-minecolonies\:citizen.cookassistant.male1.missingequipment=true
-minecolonies\:citizen.deliveryman.female2.farewell=true
-minecolonies\:citizen.fletcher.male1.highsaturation=true
-minecraft\:entity.wolf.whine=true
-minecolonies\:citizen.cookassistant.male4.unhappy=true
-minecolonies\:citizen.ranger.male3.general=true
-undergarden\:entity.gwib.hurt=true
-create\:mechanical_press_activation=true
-minecolonies\:citizen.concretemixer.male3.greeting=true
-minecolonies\:citizen.child.male2.badhousing=true
-alexsmobs\:rhinoceros_hurt=true
-minecolonies\:citizen.knight.female1.missingequipment=true
-minecolonies\:citizen.enchanter.female2.happy=true
-minecolonies\:citizen.planter.female1.badhousing=true
-minecraft\:entity.wolf.step=true
-minecolonies\:citizen.shepherd.female3.badhousing=true
-minecolonies\:citizen.cook.female1.goodhousing=true
-minecolonies\:citizen.beekeeper.male4.unhappy=true
-minecolonies\:citizen.composter.male1.success=true
-minecraft\:block.froglight.place=true
-minecraft\:item.bucket.empty_fish=true
-minecraft\:entity.goat.eat=true
-minecraft\:entity.illusioner.hurt=true
-minecolonies\:citizen.beekeeper.male4.missingequipment=true
-minecraft\:entity.slime.death_small=true
-minecolonies\:citizen.sawmill.male4.badweather=true
-minecolonies\:citizen.lumberjack.female2.farewell=true
-minecolonies\:citizen.planter.female1.interaction=true
-minecolonies\:citizen.dyer.female2.badweather=true
-minecolonies\:citizen.dyer.female1.danger=true
-minecolonies\:citizen.combattraining.male1.unhappy=true
-minecolonies\:citizen.unemployed.female2.interaction=true
-minecolonies\:citizen.farmer.female3.badweather=true
-minecolonies\:citizen.dyer.male2.gotobed=true
-minecolonies\:citizen.fisherman.male4.noise=true
-minecolonies\:citizen.glassblower.male1.interaction=true
-minecraft\:entity.rabbit.attack=true
-minecolonies\:citizen.fletcher.male2.happy=true
-minecolonies\:citizen.student.female3.greeting=true
-aquamirae\:entity.deep_ambient=true
-minecolonies\:citizen.netherworker.female2.badhousing=true
-undergarden\:item.ditchbulb_paste.use=true
-minecraft\:block.suspicious_gravel.place=true
-minecolonies\:citizen.pupil.female2.farewell=true
-minecolonies\:citizen.blacksmith.female1.goodhousing=true
-supplementaries\:block.sack.break=true
-undergarden\:item.blisterbomb=true
-minecolonies\:citizen.netherworker.female2.missingequipment=true
-minecolonies\:citizen.archertraining.male1.badweather=true
-minecraft\:block.nether_wood_fence_gate.open=true
-minecraft\:entity.tnt.primed=true
-minecolonies\:citizen.sifter.male4.badhousing=true
-minecolonies\:citizen.unemployed.male2.general=true
-minecolonies\:citizen.quarrier.male2.greeting=true
-minecraft\:entity.generic.swim=true
-illagerinvasion\:entity.surrendered.charge=true
-minecolonies\:citizen.undertaker.female2.badweather=true
-minecolonies\:citizen.stonesmeltery.female3.highsaturation=true
-minecolonies\:citizen.composter.female1.sick=true
-alexsmobs\:roadrunner_hurt=true
-minecolonies\:citizen.ranger.female1.success=true
-minecolonies\:citizen.shepherd.female3.noise=true
-minecolonies\:citizen.lumberjack.female1.interaction=true
-minecolonies\:citizen.dyer.female3.highsaturation=true
-minecolonies\:citizen.fisherman.female3.lowsaturation=true
-minecolonies\:citizen.chickenherder.male1.highsaturation=true
-blue_skies\:entity.crogre.death=true
-minecolonies\:citizen.beekeeper.male2.lowsaturation=true
-minecraft\:block.beehive.drip=true
-minecraft\:music_disc.relic=true
-minecolonies\:citizen.sawmill.male4.goodhousing=true
-minecolonies\:citizen.shepherd.male1.badhousing=true
-minecolonies\:citizen.cook.female3.highsaturation=true
-minecolonies\:citizen.unemployed.male1.missingequipment=true
-minecolonies\:citizen.chickenherder.female1.greeting=true
-minecolonies\:citizen.shepherd.female4.farewell=true
-minecolonies\:citizen.sifter.female3.sick=true
-minecraft\:item.nether_wart.plant=true
-minecolonies\:citizen.knight.male1.general=true
-minecolonies\:mob.amazon.death=true
-minecolonies\:citizen.fletcher.male1.gotobed=true
-alexsmobs\:lobster_attack=true
-minecolonies\:citizen.fletcher.male4.gotobed=true
-minecolonies\:citizen.miner.female2.noise=true
-minecolonies\:citizen.florist.female2.farewell=true
-minecolonies\:citizen.composter.female4.noise=true
-minecolonies\:citizen.archertraining.female2.greeting=true
-minecolonies\:citizen.visitor.male1.missingequipment=true
-minecolonies\:citizen.archertraining.female3.unhappy=true
-minecolonies\:citizen.rabbitherder.female4.gotobed=true
-minecraft\:block.bone_block.step=true
-minecolonies\:citizen.fisherman.male4.lowsaturation=true
-minecolonies\:citizen.pupil.female4.gotobed=true
-minecolonies\:citizen.knight.male2.noise=true
-supplementaries\:item.slingshot.charge_0=true
-supplementaries\:item.slingshot.charge_1=true
-minecolonies\:citizen.glassblower.female3.unhappy=true
-minecolonies\:citizen.concretemixer.male4.highsaturation=true
-supplementaries\:item.slingshot.charge_2=true
-blue_skies\:entity.fluctuant_sphere.disappear=true
-supplementaries\:item.slingshot.charge_3=true
-minecolonies\:citizen.builder.female2.sick=true
-minecolonies\:citizen.composter.female3.goodhousing=true
-minecolonies\:citizen.alchemist.female3.noise=true
-minecolonies\:citizen.sawmill.female4.happy=true
-minecolonies\:citizen.stonemason.female3.sick=true
-minecolonies\:citizen.researcher.female3.greeting=true
-minecolonies\:citizen.quarrier.female4.badweather=true
-minecolonies\:citizen.cookassistant.male4.farewell=true
-minecolonies\:citizen.lumberjack.female2.lowsaturation=true
-minecolonies\:citizen.baker.male1.noise=true
-minecolonies\:citizen.combattraining.female4.unhappy=true
-minecolonies\:citizen.stonemason.male1.badhousing=true
-minecolonies\:citizen.visitor.male2.success=true
-minecraft\:block.small_amethyst_bud.break=true
-minecraft\:weather.rain=false
-minecolonies\:citizen.swineherder.female1.interaction=true
-minecraft\:block.sand.step=true
-supplementaries\:block.rotate=true
-minecolonies\:citizen.ranger.male1.general=true
-minecolonies\:citizen.healer.male1.general=true
-minecolonies\:citizen.lumberjack.female3.lowsaturation=true
-minecolonies\:citizen.stonemason.female3.badweather=true
-create\:whistle_train=true
-blue_skies\:music.nature_defeat=true
-minecolonies\:citizen.miner.male1.sick=true
-minecolonies\:citizen.quarrier.male1.missingequipment=true
-minecolonies\:citizen.miner.male3.badhousing=true
-minecolonies\:citizen.farmer.female2.goodhousing=true
-minecolonies\:citizen.mechanic.male4.success=true
-minecolonies\:citizen.visitor.male4.lowsaturation=true
-minecolonies\:citizen.lumberjack.male3.general=true
-minecolonies\:citizen.fisherman.male1.unhappy=true
-minecolonies\:citizen.pupil.male2.danger=true
-minecolonies\:citizen.unemployed.female3.sick=true
-minecraft\:block.conduit.deactivate=true
-minecolonies\:citizen.undertaker.male3.highsaturation=true
-minecolonies\:citizen.cook.female3.greeting=true
-minecolonies\:citizen.ranger.female2.badweather=true
-minecolonies\:citizen.ranger.female1.farewell=true
-minecolonies\:citizen.composter.female3.unhappy=true
-minecolonies\:citizen.lumberjack.female4.lowsaturation=true
-minecolonies\:citizen.rabbitherder.male1.danger=true
-minecraft\:entity.donkey.ambient=true
-minecolonies\:citizen.dyer.female1.success=true
-minecolonies\:citizen.student.female4.general=true
-minecolonies\:citizen.enchanter.female2.interaction=true
-minecolonies\:citizen.rabbitherder.male2.lowsaturation=true
-minecolonies\:citizen.student.female1.missingequipment=true
-minecolonies\:citizen.teacher.male1.general=true
-minecolonies\:citizen.deliveryman.female4.badhousing=true
-minecolonies\:citizen.combattraining.female3.noise=true
-undergarden\:entity.minion.shoot=true
-minecolonies\:citizen.alchemist.male4.greeting=true
-minecolonies\:citizen.rabbitherder.male4.danger=true
-minecolonies\:citizen.cookassistant.female3.noise=true
-minecolonies\:citizen.sawmill.male4.general=true
-minecolonies\:citizen.combattraining.male1.goodhousing=true
-undergarden\:entity.minion.death=true
-illagerinvasion\:item.horn_of_sight.blow=true
-minecolonies\:citizen.chickenherder.male2.missingequipment=true
-undergarden\:entity.gwib.flop=true
-minecolonies\:citizen.smelter.female3.farewell=true
-minecolonies\:citizen.stonesmeltery.female1.happy=true
-minecolonies\:citizen.glassblower.male2.missingequipment=true
-minecolonies\:citizen.fisherman.female4.lowsaturation=true
-minecolonies\:citizen.knight.female2.badhousing=true
-minecolonies\:citizen.cook.female2.goodhousing=true
-minecolonies\:citizen.student.female4.highsaturation=true
-minecolonies\:citizen.netherworker.male2.missingequipment=true
-minecolonies\:citizen.builder.male3.greeting=true
-minecolonies\:citizen.crusher.female3.general=true
-minecolonies\:citizen.teacher.male2.missingequipment=true
-minecolonies\:citizen.glassblower.female1.greeting=true
-minecraft\:entity.allay.hurt=true
-minecolonies\:citizen.stonemason.male4.highsaturation=true
-minecolonies\:citizen.florist.male4.lowsaturation=true
-minecolonies\:citizen.unemployed.male1.general=true
-minecolonies\:citizen.knight.female4.badweather=true
-minecolonies\:citizen.swineherder.female1.noise=true
-minecolonies\:citizen.concretemixer.male4.goodhousing=true
-minecolonies\:citizen.stonemason.female1.badhousing=true
-minecolonies\:citizen.miner.male4.goodhousing=true
-minecraft\:block.nether_ore.place=true
-minecolonies\:citizen.planter.female2.interaction=true
-minecraft\:block.sculk_catalyst.step=true
-minecolonies\:citizen.stonemason.male3.badweather=true
-minecraft\:entity.parrot.imitate.ravager=true
-minecolonies\:citizen.builder.male2.danger=true
-minecolonies\:citizen.knight.male4.general=true
-minecolonies\:citizen.netherworker.male2.danger=true
-minecolonies\:citizen.student.female1.general=true
-minecolonies\:citizen.rabbitherder.male4.lowsaturation=true
-minecolonies\:citizen.cowboy.male3.happy=true
-minecolonies\:citizen.smelter.female2.unhappy=true
-minecolonies\:citizen.smelter.male4.farewell=true
-minecraft\:entity.pig.death=true
-minecolonies\:citizen.shepherd.male3.badweather=true
-minecolonies\:citizen.enchanter.male3.sick=true
-minecraft\:entity.creeper.death=true
-deeperdarker\:entity.shriek_worm.hurt=true
-minecolonies\:citizen.rabbitherder.male3.lowsaturation=true
-minecolonies\:citizen.shepherd.female4.missingequipment=true
-minecolonies\:citizen.miner.female2.interaction=true
-minecolonies\:citizen.concretemixer.male1.badhousing=true
-minecolonies\:citizen.mechanic.male1.interaction=true
-minecraft\:block.stone_pressure_plate.click_on=true
-minecolonies\:citizen.chickenherder.female3.happy=true
-minecolonies\:citizen.beekeeper.female2.badhousing=true
-minecolonies\:citizen.student.male3.general=true
-minecraft\:block.nether_wood_fence_gate.close=true
-minecolonies\:citizen.teacher.female2.highsaturation=true
-undergarden\:entity.dweller.ambient=true
-blue_skies\:entity.gatekeeper.prepare_regen=true
-minecolonies\:citizen.miner.male1.unhappy=true
-minecolonies\:citizen.teacher.female4.badweather=true
-minecolonies\:citizen.child.male3.goodhousing=true
-minecraft\:block.sculk_vein.hit=true
-minecolonies\:citizen.knight.female4.success=true
-minecolonies\:citizen.sawmill.female2.gotobed=true
-minecolonies\:citizen.visitor.female3.gotobed=true
-minecolonies\:citizen.enchanter.male3.farewell=true
-minecolonies\:citizen.rabbitherder.male1.lowsaturation=true
-minecolonies\:citizen.ranger.male1.interaction=true
-create\:whistle_high=true
-minecolonies\:citizen.farmer.female1.greeting=true
-minecolonies\:citizen.undertaker.male1.success=true
-minecolonies\:tile.tavern.tavern_theme=true
-minecolonies\:citizen.teacher.female2.badhousing=true
-minecolonies\:citizen.stonesmeltery.female3.missingequipment=true
-minecolonies\:citizen.florist.male2.goodhousing=true
-minecolonies\:citizen.fisherman.female2.happy=true
-minecolonies\:citizen.alchemist.female1.sick=true
-touhou_little_maid\:maid.mode.feed=true
-minecolonies\:citizen.cowboy.female2.unhappy=true
-minecolonies\:citizen.ranger.female4.happy=true
-kobolds\:kobold_trade=true
-minecolonies\:citizen.druid.male1.noise=true
-minecolonies\:citizen.cowboy.female1.noise=true
-minecolonies\:citizen.knight.female4.happy=true
-alexsmobs\:april_fools_scream=true
-minecolonies\:citizen.planter.female3.badweather=true
-minecolonies\:citizen.fisherman.male1.goodhousing=true
-minecolonies\:citizen.pupil.female3.happy=true
-minecolonies\:citizen.druid.female4.general=true
-minecolonies\:citizen.unemployed.male3.lowsaturation=true
-minecolonies\:citizen.ranger.male1.happy=true
-minecolonies\:citizen.cowboy.male2.badweather=true
-minecolonies\:citizen.concretemixer.male4.success=true
-minecolonies\:citizen.unemployed.male4.noise=true
-minecolonies\:citizen.cowboy.male1.sick=true
-blue_skies\:entity.armored_frost_spirit.idle=true
-touhou_little_maid\:maid.mode.furnace=true
-minecolonies\:citizen.child.male2.highsaturation=true
-aquaculture\:tackle_box_open=true
-minecolonies\:citizen.ranger.female4.sick=true
-illagerinvasion\:item.lost_candle.diamond=true
-minecolonies\:citizen.composter.male4.greeting=true
-minecraft\:block.vine.step=true
-minecolonies\:citizen.mechanic.male4.happy=true
-minecraft\:block.note_block.flute=true
-minecolonies\:citizen.deliveryman.female3.lowsaturation=true
-minecolonies\:citizen.enchanter.male4.gotobed=true
-minecolonies\:citizen.fisherman.female4.missingequipment=true
-minecolonies\:citizen.fisherman.female3.gotobed=true
-blue_skies\:entity.crystal_camel.hurt=true
-minecolonies\:citizen.mechanic.male4.badhousing=true
-minecolonies\:citizen.blacksmith.female3.success=true
-minecolonies\:citizen.baker.female1.badhousing=true
-minecolonies\:citizen.archertraining.male4.sick=true
-minecolonies\:citizen.rabbitherder.female3.noise=true
-minecolonies\:citizen.unemployed.male4.lowsaturation=true
-minecolonies\:citizen.combattraining.male2.greeting=true
-minecolonies\:citizen.cowboy.male1.general=true
-minecraft\:entity.panda.eat=true
-minecolonies\:citizen.alchemist.male4.badhousing=true
-minecraft\:entity.wither_skeleton.death=true
-minecolonies\:citizen.quarrier.male1.badweather=true
-minecraft\:ambient.cave=true
-minecraft\:block.cave_vines.pick_berries=true
-minecolonies\:citizen.undertaker.male4.general=true
-minecolonies\:citizen.beekeeper.male4.noise=true
-minecolonies\:citizen.pupil.male1.farewell=true
-minecolonies\:citizen.cook.female1.lowsaturation=true
-illagerinvasion\:entity.basher.idle=true
-minecolonies\:citizen.enchanter.female3.greeting=true
-minecolonies\:citizen.dyer.female4.greeting=true
-minecolonies\:citizen.baker.female2.noise=true
-minecolonies\:citizen.sifter.female4.noise=true
-minecolonies\:citizen.combattraining.male4.noise=true
-aquamirae\:item.treasure_pouch.open=true
-minecolonies\:citizen.concretemixer.female4.missingequipment=true
-minecolonies\:citizen.fisherman.female3.farewell=true
-minecolonies\:citizen.teacher.female4.greeting=true
-minecraft\:block.small_amethyst_bud.place=true
-minecolonies\:citizen.archertraining.female1.happy=true
-minecolonies\:citizen.planter.male4.greeting=true
-minecolonies\:citizen.deliveryman.female3.highsaturation=true
-minecraft\:block.snow.hit=true
-alexsmobs\:crocodile_bite=true
-minecolonies\:citizen.lumberjack.female3.success=true
-minecolonies\:citizen.ranger.female4.general=true
-minecolonies\:citizen.florist.female2.danger=true
-minecolonies\:citizen.stonemason.male1.lowsaturation=true
-minecolonies\:citizen.builder.female4.badhousing=true
-minecolonies\:citizen.netherworker.male1.goodhousing=true
-minecolonies\:citizen.teacher.female1.happy=true
-minecraft\:block.portal.trigger=true
-minecolonies\:citizen.enchanter.male1.unhappy=true
-minecolonies\:citizen.fletcher.male1.unhappy=true
-minecolonies\:citizen.netherworker.male2.greeting=true
-undergarden\:block.gronglet.break=true
-blue_skies\:block.everbright.portal.trigger=true
-minecolonies\:citizen.cookassistant.male4.lowsaturation=true
-minecolonies\:citizen.rabbitherder.male4.noise=true
-minecolonies\:citizen.alchemist.female1.missingequipment=true
-minecolonies\:citizen.unemployed.female3.badweather=true
-minecolonies\:citizen.crusher.male1.badweather=true
-minecolonies\:citizen.netherworker.female2.general=true
-minecraft\:block.conduit.ambient=true
-minecolonies\:citizen.unemployed.male3.danger=true
-minecolonies\:citizen.visitor.female2.greeting=true
-minecolonies\:citizen.planter.female1.unhappy=true
-minecolonies\:citizen.farmer.male1.highsaturation=true
-minecolonies\:citizen.combattraining.male2.badhousing=true
-mmorpg\:splash=true
-minecraft\:entity.parrot.hurt=true
-minecolonies\:citizen.netherworker.female2.sick=true
-minecolonies\:citizen.swineherder.male4.badweather=true
-minecolonies\:citizen.composter.male4.success=true
-minecolonies\:citizen.crusher.male2.noise=true
-minecolonies\:citizen.mechanic.female3.success=true
-create\:copper_armor_equip=true
-minecolonies\:citizen.student.male1.greeting=true
-minecraft\:entity.zombie_horse.death=true
-minecolonies\:citizen.ranger.male1.greeting=true
-minecolonies\:citizen.healer.male1.greeting=true
-minecolonies\:citizen.fletcher.female2.general=true
-minecolonies\:citizen.undertaker.female4.happy=true
-minecraft\:entity.zoglin.death=true
-minecraft\:entity.parrot.imitate.slime=true
-minecolonies\:citizen.pupil.female2.sick=true
-minecolonies\:citizen.undertaker.female1.goodhousing=true
-minecolonies\:citizen.fisherman.male3.lowsaturation=true
-alexsmobs\:blue_jay_hurt=true
-minecolonies\:citizen.cowboy.male1.interaction=true
-minecraft\:block.barrel.close=true
-minecolonies\:citizen.unemployed.female3.unhappy=true
-minecolonies\:citizen.beekeeper.male3.lowsaturation=true
-minecolonies\:citizen.beekeeper.male4.lowsaturation=true
-minecolonies\:citizen.farmer.male1.badhousing=true
-minecraft\:entity.silverfish.step=true
-friendsandfoes\:entity.glare.death=true
-minecraft\:entity.turtle.shamble=true
-minecolonies\:citizen.baker.male4.greeting=true
-minecolonies\:citizen.concretemixer.female4.noise=true
-minecolonies\:citizen.visitor.female1.badhousing=true
-minecraft\:block.nether_ore.break=true
-minecolonies\:citizen.netherworker.female2.highsaturation=true
-minecolonies\:citizen.quarrier.female3.farewell=true
-alexsmobs\:tarantula_hawk_wing=true
-minecolonies\:citizen.unemployed.male1.farewell=true
-minecolonies\:citizen.child.female2.farewell=true
-minecolonies\:citizen.blacksmith.male4.general=true
-minecolonies\:citizen.student.male2.goodhousing=true
-minecolonies\:citizen.builder.male2.gotobed=true
-minecolonies\:citizen.planter.female1.goodhousing=true
-minecolonies\:citizen.miner.female4.danger=true
-minecolonies\:citizen.undertaker.male1.missingequipment=true
-minecolonies\:citizen.crusher.female3.happy=true
-minecraft\:block.chorus_flower.grow=true
-minecolonies\:citizen.sifter.male3.danger=true
-minecolonies\:citizen.chickenherder.female2.highsaturation=true
-minecraft\:block.bubble_column.upwards_ambient=true
-minecolonies\:citizen.fisherman.female2.greeting=true
-minecolonies\:citizen.knight.female1.noise=true
-minecolonies\:citizen.lumberjack.male4.happy=true
-minecolonies\:citizen.sawmill.male2.badhousing=true
-minecolonies\:citizen.builder.female3.danger=true
-undergarden\:block.gronglet.place=true
-minecolonies\:citizen.planter.male3.missingequipment=true
-minecolonies\:citizen.quarrier.male3.farewell=true
-minecraft\:entity.hoglin.attack=true
-minecolonies\:citizen.druid.female1.success=true
-minecolonies\:citizen.beekeeper.male1.missingequipment=true
-minecolonies\:citizen.fletcher.male3.goodhousing=true
-minecolonies\:citizen.cowboy.male3.greeting=true
-minecolonies\:citizen.dyer.female4.general=true
-minecolonies\:citizen.sifter.female4.goodhousing=true
-blue_skies\:entity.frost_spirit.hurt=true
-minecolonies\:citizen.fisherman.male2.interaction=true
-minecolonies\:citizen.shepherd.female4.sick=true
-minecolonies\:citizen.beekeeper.female3.general=true
-minecolonies\:citizen.shepherd.male3.unhappy=true
-minecraft\:block.cherry_wood_button.click_off=true
-minecolonies\:citizen.deliveryman.female2.lowsaturation=true
-alexsmobs\:enderiophage_walk=true
-minecolonies\:citizen.cookassistant.male1.badweather=true
-minecolonies\:citizen.mechanic.female2.badweather=true
-minecolonies\:citizen.smelter.female1.highsaturation=true
-minecolonies\:citizen.swineherder.female2.lowsaturation=true
-minecolonies\:citizen.knight.female4.missingequipment=true
-minecolonies\:citizen.child.female3.happy=true
-alexsmobs\:murmur_hurt=true
-minecolonies\:citizen.florist.female3.highsaturation=true
-minecraft\:entity.cat.stray_ambient=true
-minecraft\:block.small_dripleaf.step=true
-minecolonies\:citizen.researcher.female4.noise=true
-minecolonies\:citizen.farmer.male1.goodhousing=true
-minecolonies\:citizen.cook.female2.lowsaturation=true
-minecolonies\:citizen.healer.female1.general=true
-minecolonies\:citizen.farmer.male3.unhappy=true
-minecolonies\:citizen.concretemixer.female2.general=true
-minecraft\:block.growing_plant.crop=true
-minecraft\:entity.lingering_potion.throw=true
-minecolonies\:citizen.glassblower.male1.sick=true
-minecolonies\:citizen.beekeeper.male4.farewell=true
-minecolonies\:citizen.blacksmith.male1.general=true
-minecolonies\:citizen.shepherd.male2.gotobed=true
-minecraft\:block.deepslate_bricks.fall=true
-alexsmobs\:stink_ray=true
-minecraft\:entity.zombie.attack_iron_door=true
-minecolonies\:citizen.sifter.male4.success=true
-minecraft\:entity.camel.ambient=true
-minecolonies\:citizen.student.female1.badhousing=true
-minecolonies\:citizen.enchanter.male3.noise=true
-minecolonies\:citizen.combattraining.male2.gotobed=true
-minecraft\:block.composter.fill_success=true
-minecolonies\:citizen.researcher.male2.danger=true
-alexsmobs\:cachalot_whale_idle=true
-minecolonies\:citizen.undertaker.male3.happy=true
-minecolonies\:citizen.student.female2.sick=true
-minecolonies\:citizen.researcher.female1.success=true
-minecolonies\:citizen.visitor.male3.farewell=true
-minecraft\:ambient.nether_wastes.loop=true
-minecolonies\:citizen.enchanter.male4.lowsaturation=true
-minecolonies\:citizen.alchemist.male4.goodhousing=true
-minecolonies\:citizen.fletcher.female4.farewell=true
-deeperdarker\:entity.snapper.sniff=true
-blue_skies\:entity.gatekeeper.trade=true
-minecolonies\:citizen.undertaker.female4.gotobed=true
-minecraft\:entity.glow_squid.squirt=true
-minecolonies\:citizen.child.female2.goodhousing=true
-minecolonies\:citizen.blacksmith.male1.badweather=true
-illagerinvasion\:entity.necromancer.summon=true
-minecolonies\:citizen.pupil.female1.interaction=true
-alexsmobs\:centipede_attack=true
-minecolonies\:citizen.farmer.male2.danger=true
-minecolonies\:citizen.farmer.female3.interaction=true
-minecolonies\:citizen.quarrier.male2.gotobed=true
-minecraft\:item.dye.use=true
-undergarden\:item.bucket.empty_virulent=true
-minecolonies\:citizen.deliveryman.male3.gotobed=true
-minecraft\:block.note_block.hat=true
-alexsmobs\:mosquito_capsid_convert=true
-minecolonies\:citizen.fisherman.male1.gotobed=true
-minecolonies\:citizen.undertaker.female2.unhappy=true
-minecolonies\:citizen.researcher.male1.success=true
-minecolonies\:citizen.druid.male3.unhappy=true
-minecraft\:entity.bat.ambient=true
-minecolonies\:citizen.farmer.female2.sick=true
-minecolonies\:citizen.rabbitherder.female1.unhappy=true
-minecolonies\:citizen.cook.female1.gotobed=true
-minecolonies\:citizen.baker.female4.success=true
-minecolonies\:citizen.rabbitherder.female3.lowsaturation=true
-minecraft\:entity.bat.takeoff=true
-minecolonies\:citizen.glassblower.female2.happy=true
-realmrpg_wyrms\:wyrm_hurt=true
-minecraft\:entity.painting.break=true
-minecolonies\:citizen.mechanic.male1.danger=true
-minecolonies\:citizen.unemployed.female4.missingequipment=true
-minecraft\:block.hanging_sign.hit=true
-minecolonies\:citizen.unemployed.female1.lowsaturation=true
-minecolonies\:citizen.deliveryman.male4.badhousing=true
-minecolonies\:citizen.cookassistant.male3.unhappy=true
-minecolonies\:citizen.researcher.male4.success=true
-blue_skies\:records.blinding_rage=true
-minecolonies\:citizen.deliveryman.female3.noise=true
-minecolonies\:citizen.deliveryman.male1.farewell=true
-minecolonies\:citizen.miner.female4.missingequipment=true
-minecolonies\:citizen.enchanter.female1.goodhousing=true
-touhou_little_maid\:maid.mode.extinguishing=true
-minecolonies\:citizen.florist.female2.highsaturation=true
-minecolonies\:citizen.researcher.female4.success=true
-minecolonies\:citizen.druid.male4.happy=true
-minecraft\:entity.parrot.imitate.spider=true
-minecolonies\:citizen.mechanic.female4.sick=true
-minecolonies\:citizen.deliveryman.male4.highsaturation=true
-minecolonies\:citizen.stonemason.male2.noise=true
-minecolonies\:citizen.teacher.female2.general=true
-minecolonies\:citizen.netherworker.male3.sick=true
-minecolonies\:citizen.concretemixer.female3.greeting=true
-minecolonies\:citizen.stonemason.female1.greeting=true
-minecolonies\:citizen.cookassistant.female4.missingequipment=true
-touhou_little_maid\:maid.environment.cold=true
-minecolonies\:citizen.combattraining.female3.goodhousing=true
-minecraft\:entity.shulker.hurt=true
-minecolonies\:citizen.student.female3.badweather=true
-minecolonies\:citizen.healer.male4.sick=true
-minecolonies\:citizen.planter.female2.danger=true
-mutantmonsters\:entity.mutant_creeper.charge=true
-minecolonies\:citizen.visitor.female2.interaction=true
-minecolonies\:citizen.unemployed.female2.greeting=true
-minecolonies\:citizen.cook.male1.interaction=true
-create\:funnel_flap_compounded_1=true
-minecolonies\:citizen.student.male1.noise=true
-minecolonies\:citizen.alchemist.male3.gotobed=true
-minecraft\:block.cherry_wood_hanging_sign.fall=true
-minecolonies\:citizen.stonemason.male2.greeting=true
-minecolonies\:citizen.stonemason.female3.success=true
-minecolonies\:citizen.alchemist.female1.general=true
-minecraft\:entity.villager.trade=true
-minecolonies\:citizen.blacksmith.female1.interaction=true
-minecraft\:block.conduit.ambient.short=true
-minecolonies\:citizen.archertraining.female1.interaction=true
-minecolonies\:citizen.stonesmeltery.female2.badhousing=true
-minecolonies\:citizen.dyer.male1.gotobed=true
-minecolonies\:citizen.beekeeper.male1.badweather=true
-minecolonies\:citizen.undertaker.male4.goodhousing=true
-illagerinvasion\:entity.invoker.shield_break=true
-minecolonies\:citizen.cook.female2.badweather=true
-minecraft\:entity.splash_potion.break=true
-minecraft\:block.cherry_wood_pressure_plate.click_on=true
-illagerinvasion\:entity.invoker.death=true
-minecolonies\:citizen.undertaker.female4.unhappy=true
-minecolonies\:citizen.shepherd.male4.sick=true
-minecolonies\:citizen.cook.male1.highsaturation=true
-minecolonies\:citizen.cook.male4.happy=true
-minecolonies\:citizen.cook.male4.danger=true
-minecolonies\:citizen.concretemixer.female3.goodhousing=true
-minecolonies\:citizen.smelter.female4.goodhousing=true
-minecolonies\:citizen.teacher.male3.noise=true
-minecraft\:entity.zombie_villager.step=true
-minecolonies\:citizen.mechanic.female4.noise=true
-minecolonies\:citizen.unemployed.female3.lowsaturation=true
-minecraft\:entity.parrot.imitate.piglin=true
-minecolonies\:citizen.netherworker.male2.badweather=true
-minecolonies\:citizen.miner.male4.unhappy=true
-minecolonies\:citizen.combattraining.female4.greeting=true
-friendsandfoes\:entity.wildfire.ambient=true
-minecolonies\:citizen.student.male3.interaction=true
-minecolonies\:citizen.rabbitherder.male1.badweather=true
-minecraft\:entity.player.hurt_on_fire=true
-minecraft\:entity.tropical_fish.ambient=true
-minecraft\:entity.sniffer.death=true
-minecolonies\:citizen.farmer.male3.noise=true
-minecolonies\:citizen.florist.female3.badhousing=true
-blue_skies\:entity.reindeer.death=true
-minecolonies\:citizen.undertaker.female3.lowsaturation=true
-minecolonies\:citizen.blacksmith.male3.highsaturation=true
-minecolonies\:citizen.sifter.male4.noise=true
-minecolonies\:citizen.swineherder.male1.sick=true
-minecraft\:block.nether_wood_hanging_sign.fall=true
-minecolonies\:citizen.miner.female1.goodhousing=true
-minecolonies\:citizen.undertaker.male3.badhousing=true
-minecolonies\:citizen.chickenherder.male3.success=true
-minecolonies\:citizen.crusher.male2.danger=true
-minecolonies\:citizen.concretemixer.male4.missingequipment=true
-realmrpg_wyrms\:wyrm_death=true
-create\:whistle_train_manual=true
-bettercombat\:anchor_slam=true
-aquaculture\:tackle_box_close=true
-minecolonies\:citizen.student.female4.happy=true
-minecolonies\:citizen.smelter.male3.general=true
-minecolonies\:citizen.rabbitherder.female1.lowsaturation=true
-minecolonies\:citizen.alchemist.female3.lowsaturation=true
-minecolonies\:citizen.cookassistant.female2.success=true
-minecolonies\:citizen.composter.female2.farewell=true
-minecraft\:entity.piglin.step=true
-minecolonies\:citizen.baker.female3.interaction=true
-minecraft\:block.packed_mud.fall=true
-minecolonies\:citizen.fisherman.male4.gotobed=true
-minecolonies\:citizen.shepherd.female1.general=true
-minecolonies\:citizen.archertraining.female3.farewell=true
-minecolonies\:citizen.child.female3.interaction=true
-minecolonies\:citizen.unemployed.female2.goodhousing=true
-minecraft\:entity.painting.place=true
-minecolonies\:citizen.stonesmeltery.male1.lowsaturation=true
-minecraft\:entity.warden.sonic_charge=true
-minecraft\:music_disc.strad=true
-minecolonies\:citizen.undertaker.male2.highsaturation=true
-minecolonies\:citizen.student.male2.highsaturation=true
-minecolonies\:citizen.sifter.male4.goodhousing=true
-minecolonies\:citizen.combattraining.male1.sick=true
-minecolonies\:citizen.cookassistant.male2.gotobed=true
-minecolonies\:citizen.student.male2.danger=true
-minecraft\:block.amethyst_cluster.fall=true
-minecraft\:entity.zombie_villager.cure=true
-minecolonies\:citizen.unemployed.female3.gotobed=true
-minecraft\:entity.dolphin.death=true
-minecolonies\:citizen.planter.male3.badhousing=true
-minecraft\:block.anvil.step=true
-minecolonies\:citizen.cook.male2.highsaturation=true
-minecraft\:entity.cat.ambient=true
-minecolonies\:citizen.researcher.female2.sick=true
-minecraft\:entity.magma_cube.hurt=true
-minecolonies\:citizen.blacksmith.male4.highsaturation=true
-minecolonies\:citizen.fisherman.female3.unhappy=true
-minecolonies\:citizen.cook.male1.noise=true
-minecolonies\:citizen.lumberjack.female1.badweather=true
-minecolonies\:citizen.swineherder.female1.success=true
-minecolonies\:citizen.rabbitherder.female2.goodhousing=true
-alexsmobs\:skunk_idle=true
-touhou_little_maid\:maid.mode.milk=true
-minecolonies\:citizen.netherworker.male2.interaction=true
-alexsmobs\:kangaroo_idle=true
-minecolonies\:citizen.unemployed.female1.badhousing=true
-minecolonies\:citizen.healer.male2.farewell=true
-minecolonies\:citizen.teacher.female4.sick=true
-minecolonies\:citizen.fletcher.female4.badhousing=true
-minecolonies\:citizen.quarrier.female4.general=true
-minecraft\:block.powder_snow.hit=true
-minecolonies\:citizen.composter.female3.greeting=true
-minecolonies\:citizen.student.male1.highsaturation=true
-minecolonies\:citizen.child.female3.general=true
-minecolonies\:citizen.planter.female1.gotobed=true
-touhou_little_maid\:maid.ai.hurt_fire=true
-minecolonies\:citizen.undertaker.male4.noise=true
-minecraft\:block.glass.step=true
-minecolonies\:citizen.cookassistant.male3.greeting=true
-minecraft\:block.lodestone.fall=true
-alexsmobs\:warped_mosco_hurt=true
-minecolonies\:citizen.smelter.female4.badhousing=true
-minecolonies\:citizen.blacksmith.male4.goodhousing=true
-minecraft\:block.cherry_wood_door.close=true
-minecolonies\:citizen.chickenherder.female1.highsaturation=true
-minecolonies\:citizen.lumberjack.male2.danger=true
-minecolonies\:citizen.cook.female2.highsaturation=true
-minecraft\:entity.llama.hurt=true
-minecolonies\:citizen.fletcher.female2.happy=true
-minecraft\:ui.stonecutter.select_recipe=true
-undergarden\:entity.dweller.jump=true
-alexsmobs\:bunfungus_hurt=true
-minecolonies\:citizen.crusher.female3.missingequipment=true
-minecolonies\:citizen.crusher.male1.greeting=true
-minecolonies\:citizen.cook.male3.lowsaturation=true
-alexsmobs\:emu_idle=true
-minecolonies\:citizen.baker.female3.badweather=true
-minecolonies\:citizen.farmer.female1.missingequipment=true
-minecolonies\:citizen.student.male1.success=true
-friendsandfoes\:entity.mauler.death=true
-minecolonies\:citizen.student.female3.highsaturation=true
-minecolonies\:citizen.swineherder.female2.missingequipment=true
-minecolonies\:citizen.child.female4.noise=true
-minecolonies\:citizen.researcher.male3.success=true
-alexsmobs\:komodo_dragon_hurt=true
-illagerinvasion\:entity.sorcerer.cast=true
-minecolonies\:citizen.teacher.male4.badweather=true
-minecolonies\:citizen.florist.female1.goodhousing=true
-minecolonies\:citizen.fletcher.female3.general=true
-minecolonies\:citizen.teacher.male2.badhousing=true
-alexsmobs\:gorilla_idle=true
-minecolonies\:citizen.builder.female3.noise=true
-minecolonies\:citizen.miner.female2.greeting=true
-minecolonies\:citizen.quarrier.male1.unhappy=true
-minecolonies\:citizen.deliveryman.male2.missingequipment=true
-minecolonies\:citizen.dyer.female4.badhousing=true
-minecolonies\:citizen.pupil.female1.badhousing=true
-minecolonies\:citizen.dyer.female2.sick=true
-minecolonies\:citizen.dyer.male2.danger=true
-minecolonies\:citizen.concretemixer.male3.highsaturation=true
-minecraft\:entity.ocelot.death=true
-create\:worldshaper_place=true
-minecolonies\:citizen.farmer.male2.highsaturation=true
-alexsmobs\:la_cucaracha=true
-minecolonies\:citizen.chickenherder.female4.sick=true
-minecolonies\:citizen.fisherman.male3.gotobed=true
-minecolonies\:citizen.miner.female1.general=true
-minecolonies\:citizen.baker.female4.missingequipment=true
-minecraft\:block.frogspawn.fall=true
-minecolonies\:citizen.pupil.male1.missingequipment=true
-minecolonies\:citizen.stonesmeltery.male4.noise=true
-minecolonies\:citizen.swineherder.female2.badhousing=true
-minecolonies\:citizen.archertraining.male3.badhousing=true
-minecolonies\:citizen.crusher.female4.noise=true
-minecolonies\:citizen.florist.male4.danger=true
-deeperdarker\:entity.snapper.bite=true
-alexsmobs\:centipede_hurt=true
-alexsmobs\:giant_squid_tentacle=true
-minecolonies\:citizen.pupil.female4.missingequipment=true
-create\:schematicannon_finish=true
-minecolonies\:citizen.glassblower.male1.gotobed=true
-minecraft\:entity.wither.shoot=true
-minecolonies\:citizen.visitor.female1.goodhousing=true
-minecolonies\:citizen.farmer.male1.missingequipment=true
-alexsmobs\:comb_jelly_hurt=true
-minecolonies\:citizen.sawmill.male1.missingequipment=true
-minecolonies\:citizen.child.female1.general=true
-riskofrain_mobs\:entity.stone_golem.clap=true
-minecolonies\:citizen.shepherd.female3.greeting=true
-minecraft\:entity.villager.work_weaponsmith=true
-minecolonies\:citizen.shepherd.male4.missingequipment=true
-minecolonies\:citizen.knight.male4.badweather=true
-minecolonies\:citizen.beekeeper.female3.interaction=true
-minecraft\:block.chiseled_bookshelf.fall=true
-minecolonies\:citizen.rabbitherder.female2.unhappy=true
-minecolonies\:citizen.deliveryman.male2.gotobed=true
-minecolonies\:citizen.cowboy.female3.unhappy=true
-minecraft\:block.mud_bricks.hit=true
-minecolonies\:citizen.combattraining.female4.interaction=true
-minecraft\:block.mangrove_roots.fall=true
-minecraft\:item.armor.equip_gold=true
-minecraft\:block.sculk_shrieker.break=true
-touhou_little_maid\:maid.mode.torch=true
-minecraft\:block.soul_sand.break=true
-friendsandfoes\:entity.glare.eat=true
-minecolonies\:citizen.chickenherder.female4.danger=true
-alexsmobs\:crow_hurt=true
-minecolonies\:citizen.mechanic.female2.success=true
-minecolonies\:citizen.cookassistant.female4.sick=true
-minecolonies\:citizen.alchemist.female3.greeting=true
-minecolonies\:citizen.undertaker.female2.greeting=true
-minecraft\:entity.firework_rocket.blast_far=true
-minecraft\:music.nether.crimson_forest=true
-minecolonies\:citizen.lumberjack.female4.happy=true
-minecolonies\:citizen.baker.female2.danger=true
-minecraft\:block.sculk_shrieker.place=true
-minecolonies\:citizen.sawmill.male2.success=true
-minecolonies\:citizen.sawmill.female4.gotobed=true
-minecolonies\:citizen.cookassistant.male2.interaction=true
-minecolonies\:citizen.farmer.male4.highsaturation=true
-minecraft\:block.nether_bricks.hit=true
-minecolonies\:citizen.farmer.female2.general=true
-minecolonies\:citizen.lumberjack.male3.goodhousing=true
-minecraft\:block.metal_pressure_plate.click_on=true
-aquamirae\:entity.captain_cornelia.ambient=true
-minecolonies\:citizen.stonesmeltery.male3.farewell=true
-minecolonies\:citizen.chickenherder.female2.farewell=true
-minecolonies\:citizen.stonesmeltery.male2.badweather=true
-minecolonies\:citizen.concretemixer.female1.general=true
-minecolonies\:citizen.farmer.male2.interaction=true
-minecolonies\:citizen.cookassistant.female2.interaction=true
-minecolonies\:citizen.deliveryman.male2.interaction=true
-minecraft\:block.soul_sand.place=true
-minecolonies\:citizen.undertaker.female2.lowsaturation=true
-minecraft\:block.nether_wood_button.click_on=true
-friendsandfoes\:entity.glare.grumpiness_short=true
-minecolonies\:citizen.blacksmith.female1.noise=true
-minecolonies\:citizen.undertaker.male3.general=true
-minecolonies\:citizen.swineherder.female2.sick=true
-minecolonies\:citizen.lumberjack.female2.sick=true
-minecolonies\:citizen.visitor.female4.noise=true
-minecraft\:entity.magma_cube.squish=true
-blue_skies\:entity.stardust_ram.hurt=true
-friendsandfoes\:entity.wildfire.hurt=true
-minecolonies\:citizen.unemployed.female3.interaction=true
-minecolonies\:citizen.cook.female4.highsaturation=true
-minecolonies\:citizen.student.male4.general=true
-minecolonies\:citizen.miner.female2.lowsaturation=true
-minecolonies\:citizen.builder.male1.gotobed=true
-minecraft\:entity.drowned.death=true
-minecolonies\:citizen.cookassistant.male3.gotobed=true
-minecolonies\:citizen.druid.female2.sick=true
-minecolonies\:citizen.builder.female2.unhappy=true
-minecolonies\:citizen.stonemason.male1.highsaturation=true
-minecolonies\:citizen.teacher.female3.highsaturation=true
-minecolonies\:citizen.glassblower.female4.goodhousing=true
-minecolonies\:citizen.dyer.female4.highsaturation=true
-minecolonies\:citizen.planter.male4.unhappy=true
-blue_skies\:entity.spewter.spit=true
-minecolonies\:citizen.healer.female3.general=true
-minecolonies\:citizen.visitor.female2.gotobed=true
-minecolonies\:citizen.ranger.female3.general=true
-riskofrain_mobs\:interactive.insufficient_founds.proc=true
-minecraft\:entity.snow_golem.shoot=true
-minecraft\:block.moss.hit=true
-minecolonies\:citizen.archertraining.female3.missingequipment=true
-minecolonies\:citizen.fisherman.male4.danger=true
-minecolonies\:citizen.enchanter.male2.unhappy=true
-minecolonies\:citizen.dyer.male4.noise=true
-minecolonies\:citizen.netherworker.female3.general=true
-minecolonies\:citizen.lumberjack.female4.badweather=true
-minecolonies\:citizen.researcher.male4.interaction=true
-minecraft\:block.conduit.activate=true
-minecolonies\:citizen.smelter.female2.greeting=true
-minecolonies\:citizen.miner.female3.lowsaturation=true
-minecolonies\:citizen.deliveryman.female1.gotobed=true
-minecolonies\:citizen.healer.female2.badweather=true
-minecraft\:ui.toast.out=true
-friendsandfoes\:entity.tuff_golem.hurt=true
-minecolonies\:citizen.swineherder.male1.happy=true
-minecolonies\:citizen.farmer.female1.happy=true
-minecolonies\:citizen.visitor.female2.lowsaturation=true
-minecolonies\:citizen.cowboy.female3.danger=true
-minecolonies\:citizen.fisherman.female1.sick=true
-minecolonies\:citizen.cookassistant.male2.unhappy=true
-minecolonies\:citizen.sawmill.female3.goodhousing=true
-minecolonies\:citizen.stonesmeltery.female4.badweather=true
-minecolonies\:citizen.fletcher.female2.sick=true
-minecolonies\:citizen.sawmill.male1.greeting=true
-minecolonies\:citizen.florist.female1.sick=true
-minecolonies\:citizen.smelter.female3.lowsaturation=true
-minecraft\:block.basalt.place=true
-undergarden\:entity.rotwalker.death=true
-minecolonies\:citizen.lumberjack.female2.danger=true
-minecolonies\:citizen.blacksmith.female3.badweather=true
-minecraft\:entity.lightning_bolt.impact=true
-undergarden\:entity.muncher.chew=true
-minecolonies\:citizen.ranger.male1.missingequipment=true
-minecolonies\:citizen.fisherman.female1.unhappy=true
-minecolonies\:citizen.student.male4.badhousing=true
-minecolonies\:citizen.crusher.female3.farewell=true
-minecolonies\:citizen.quarrier.male4.gotobed=true
-minecolonies\:citizen.ranger.male4.lowsaturation=true
-minecolonies\:citizen.healer.male1.missingequipment=true
-minecolonies\:citizen.cowboy.male4.lowsaturation=true
-minecolonies\:citizen.sawmill.male1.happy=true
-minecolonies\:citizen.druid.female1.missingequipment=true
-minecolonies\:citizen.concretemixer.female1.lowsaturation=true
-minecolonies\:citizen.florist.female2.interaction=true
-minecolonies\:citizen.fletcher.male2.danger=true
-minecolonies\:citizen.researcher.male4.badhousing=true
-minecolonies\:citizen.rabbitherder.male2.sick=true
-minecraft\:ui.cartography_table.take_result=true
-minecolonies\:citizen.farmer.male3.lowsaturation=true
-minecolonies\:citizen.alchemist.male3.sick=true
-minecolonies\:citizen.fisherman.male4.farewell=true
-minecolonies\:citizen.sawmill.female4.sick=true
-minecolonies\:citizen.netherworker.female3.highsaturation=true
-minecolonies\:citizen.combattraining.male3.happy=true
-minecolonies\:citizen.netherworker.female1.highsaturation=true
-minecolonies\:citizen.planter.female3.gotobed=true
-minecolonies\:citizen.druid.female3.danger=true
-minecraft\:block.frogspawn.hit=true
-minecolonies\:citizen.cookassistant.female4.greeting=true
-blue_skies\:entity.player.prepare_rocks=true
-minecolonies\:citizen.student.female3.general=true
-minecolonies\:citizen.undertaker.female3.badhousing=true
-minecolonies\:citizen.chickenherder.male1.happy=true
-minecolonies\:citizen.crusher.male4.success=true
-minecolonies\:citizen.researcher.female2.success=true
-minecolonies\:citizen.cowboy.male3.lowsaturation=true
-minecraft\:block.note_block.bell=true
-minecolonies\:citizen.beekeeper.female4.general=true
-minecolonies\:citizen.fletcher.male3.gotobed=true
-minecraft\:entity.wolf.hurt=true
-minecolonies\:citizen.cook.male4.badhousing=true
-minecolonies\:citizen.enchanter.male2.interaction=true
-minecolonies\:citizen.dyer.male1.badweather=true
-minecolonies\:citizen.visitor.female1.lowsaturation=true
-minecolonies\:citizen.smelter.female4.gotobed=true
-minecolonies\:citizen.sawmill.female4.missingequipment=true
-minecolonies\:citizen.stonemason.female2.missingequipment=true
-minecraft\:block.pointed_dripstone.step=true
-minecolonies\:citizen.builder.female1.farewell=true
-minecolonies\:citizen.mechanic.male1.noise=true
-creeperoverhaul\:entity.wood.creeper.hit=true
-minecolonies\:citizen.concretemixer.male1.happy=true
-minecolonies\:citizen.concretemixer.male3.danger=true
-minecraft\:entity.llama.angry=true
-minecolonies\:citizen.swineherder.female4.general=true
-minecolonies\:citizen.blacksmith.male1.missingequipment=true
-minecraft\:entity.glow_item_frame.add_item=true
-minecolonies\:citizen.florist.male2.missingequipment=true
-minecolonies\:citizen.child.male2.sick=true
-minecolonies\:citizen.shepherd.male2.unhappy=true
-minecolonies\:citizen.planter.female2.noise=true
-minecraft\:block.stem.step=true
-minecolonies\:citizen.ranger.male3.lowsaturation=true
-minecolonies\:citizen.crusher.female2.sick=true
-blue_skies\:entity.venom_spider.death=true
-minecolonies\:citizen.child.female1.greeting=true
-minecolonies\:citizen.concretemixer.female2.lowsaturation=true
-minecraft\:entity.ravager.step=true
-create\:wrench_remove=true
-minecolonies\:citizen.smelter.male4.goodhousing=true
-minecolonies\:citizen.concretemixer.female4.interaction=true
-minecraft\:item.crossbow.loading_middle=true
-minecolonies\:citizen.mechanic.male1.lowsaturation=true
-minecolonies\:citizen.deliveryman.male1.unhappy=true
-minecolonies\:citizen.enchanter.male3.gotobed=true
-minecolonies\:citizen.fletcher.male4.badhousing=true
-minecolonies\:citizen.child.female2.badweather=true
-minecraft\:block.wood.hit=true
-minecolonies\:citizen.archertraining.female1.unhappy=true
-minecolonies\:citizen.stonemason.male3.farewell=true
-minecolonies\:citizen.druid.male4.badhousing=true
-minecolonies\:citizen.swineherder.male2.noise=true
-minecolonies\:citizen.child.male4.noise=true
-blue_skies\:item.astrolabe.ready=true
-minecolonies\:citizen.beekeeper.male4.goodhousing=true
-minecraft\:entity.frog.eat=true
-minecolonies\:citizen.fisherman.female4.gotobed=true
-chimes\:block.iron.chime=true
-undergarden\:entity.forgotten_guardian.death=true
-minecolonies\:citizen.netherworker.female3.lowsaturation=true
-minecolonies\:citizen.blacksmith.male3.general=true
-friendsandfoes\:entity.tuff_golem.glue_off=true
-minecraft\:entity.camel.sit=true
-minecolonies\:citizen.deliveryman.male2.highsaturation=true
-minecolonies\:citizen.fletcher.male2.greeting=true
-minecolonies\:citizen.shepherd.male2.lowsaturation=true
-minecolonies\:citizen.deliveryman.female2.highsaturation=true
-minecolonies\:citizen.swineherder.male2.danger=true
-minecolonies\:citizen.netherworker.female2.lowsaturation=true
-minecolonies\:citizen.miner.male4.gotobed=true
-minecolonies\:citizen.farmer.male2.lowsaturation=true
-minecraft\:item.bottle.empty=true
-minecolonies\:citizen.composter.female4.unhappy=true
-minecolonies\:citizen.cookassistant.female1.goodhousing=true
-minecolonies\:citizen.undertaker.female1.noise=true
-minecolonies\:citizen.child.male4.success=true
-minecraft\:entity.item_frame.rotate_item=true
-minecolonies\:citizen.builder.male2.badweather=true
-minecraft\:item.axe.strip=true
-minecolonies\:citizen.cowboy.female4.gotobed=true
-minecolonies\:citizen.researcher.female4.missingequipment=true
-alexsmobs\:murmur_neck=true
-minecolonies\:citizen.cook.male1.danger=true
-minecolonies\:citizen.fisherman.male2.highsaturation=true
-minecraft\:block.netherrack.step=true
-minecolonies\:citizen.smelter.male2.missingequipment=true
-minecolonies\:citizen.baker.male4.interaction=true
-minecolonies\:citizen.teacher.female1.highsaturation=true
-minecolonies\:citizen.crusher.female4.general=true
-minecolonies\:citizen.rabbitherder.female3.gotobed=true
-minecolonies\:citizen.smelter.female2.lowsaturation=true
-minecolonies\:citizen.chickenherder.female4.lowsaturation=true
-minecolonies\:citizen.sawmill.male2.noise=true
-minecolonies\:citizen.cookassistant.male1.goodhousing=true
-minecolonies\:citizen.shepherd.male1.lowsaturation=true
-minecolonies\:citizen.florist.female3.general=true
-minecraft\:entity.ender_eye.launch=true
-minecolonies\:citizen.stonesmeltery.female4.sick=true
-minecolonies\:citizen.farmer.male3.sick=true
-touhou_little_maid\:entity.box=true
-minecolonies\:citizen.deliveryman.female1.highsaturation=true
-minecraft\:block.shulker_box.open=true
-minecolonies\:citizen.quarrier.female3.general=true
-minecolonies\:citizen.beekeeper.female1.success=true
-chimes\:block.amethyst.shimmer=true
-minecolonies\:citizen.netherworker.female1.farewell=true
-minecolonies\:citizen.chickenherder.female2.interaction=true
-minecolonies\:citizen.student.female2.general=true
-minecolonies\:citizen.netherworker.male3.farewell=true
-minecolonies\:citizen.concretemixer.female2.badweather=true
-minecolonies\:citizen.visitor.male1.badweather=true
-minecolonies\:citizen.stonemason.female2.farewell=true
-undergarden\:entity.brute.hurt=true
-minecolonies\:citizen.cook.female3.interaction=true
-minecolonies\:citizen.stonesmeltery.male3.happy=true
-minecolonies\:citizen.planter.female2.missingequipment=true
-minecolonies\:citizen.quarrier.male1.noise=true
-minecolonies\:citizen.combattraining.male3.farewell=true
-minecolonies\:citizen.swineherder.male1.general=true
-alexsmobs\:snow_leopard_hurt=true
-undergarden\:entity.nargoyle.hurt=true
-minecolonies\:citizen.planter.female3.farewell=true
-minecolonies\:citizen.deliveryman.female1.lowsaturation=true
-minecolonies\:citizen.healer.female4.goodhousing=true
-minecolonies\:citizen.unemployed.female2.unhappy=true
-friendsandfoes\:entity.iceologer.prepare_summon=true
-minecolonies\:citizen.swineherder.female3.general=true
-minecolonies\:citizen.researcher.male4.farewell=true
-minecolonies\:citizen.lumberjack.male4.greeting=true
-minecolonies\:citizen.combattraining.male2.interaction=true
-minecraft\:block.tripwire.click_off=true
-minecolonies\:citizen.composter.male3.success=true
-aquamirae\:item.scroll.use=true
-minecolonies\:citizen.cowboy.female3.interaction=true
-minecraft\:block.suspicious_sand.step=true
-minecolonies\:citizen.deliveryman.male1.highsaturation=true
-minecraft\:entity.witch.drink=true
-minecolonies\:citizen.sifter.male2.badweather=true
-minecolonies\:citizen.stonemason.male3.danger=true
-minecolonies\:citizen.unemployed.female1.danger=true
-friendsandfoes\:entity.glare.shake=true
-minecolonies\:citizen.knight.male1.goodhousing=true
-enhancedai\:wtf_boom_explode=true
-minecraft\:block.bamboo_wood_fence_gate.close=true
-minecraft\:block.beacon.power_select=true
-minecolonies\:citizen.child.male4.interaction=true
-minecolonies\:citizen.rabbitherder.female4.greeting=true
-minecolonies\:citizen.archertraining.female3.gotobed=true
-minecolonies\:citizen.beekeeper.male4.danger=true
-minecolonies\:citizen.alchemist.female4.lowsaturation=true
-minecolonies\:citizen.researcher.male3.goodhousing=true
-minecolonies\:citizen.composter.female3.happy=true
-minecolonies\:citizen.fletcher.male3.farewell=true
-minecolonies\:citizen.unemployed.female4.gotobed=true
-undergarden\:ambient.spires=true
-minecolonies\:citizen.composter.male1.danger=true
-minecraft\:entity.wither.hurt=true
-minecraft\:entity.shulker.ambient=true
-minecolonies\:citizen.planter.male4.danger=true
-minecolonies\:citizen.farmer.female4.badhousing=true
-undergarden\:entity.mog.hurt=true
-riskofrain_mobs\:entity.stone_golem.death=true
-minecolonies\:citizen.archertraining.female4.badhousing=true
-minecolonies\:citizen.lumberjack.male4.interaction=true
-minecolonies\:citizen.fisherman.male3.badhousing=true
-minecolonies\:citizen.visitor.female3.happy=true
-undergarden\:entity.masticator.ambient=true
-minecolonies\:citizen.cookassistant.male1.happy=true
-minecolonies\:citizen.mechanic.male2.sick=true
-minecolonies\:citizen.pupil.female4.unhappy=true
-minecolonies\:citizen.deliveryman.female2.interaction=true
-minecolonies\:citizen.florist.female2.general=true
-minecolonies\:citizen.lumberjack.male1.badhousing=true
-minecraft\:block.sculk_sensor.clicking=true
-minecolonies\:citizen.baker.male2.sick=true
-minecolonies\:citizen.alchemist.male4.missingequipment=true
-minecolonies\:citizen.crusher.male1.happy=true
-minecraft\:block.coral_block.hit=true
-minecolonies\:citizen.ranger.male2.badweather=true
-minecolonies\:citizen.combattraining.male4.badweather=true
-minecolonies\:citizen.druid.female4.farewell=true
-minecolonies\:citizen.child.female2.general=true
-minecolonies\:citizen.fisherman.male3.highsaturation=true
-minecolonies\:citizen.deliveryman.male1.goodhousing=true
-minecolonies\:citizen.cowboy.female1.sick=true
-minecolonies\:citizen.mechanic.male4.missingequipment=true
-blue_skies\:entity.summoner.prepare_regen=true
-touhou_little_maid\:item.album_open=true
-undergarden\:entity.forgotten_guardian.deflect=true
-riskofrain_mobs\:entity.player_death.proc=true
-minecolonies\:citizen.beekeeper.female3.missingequipment=true
-undergarden\:entity.stoneborn.death=true
-minecraft\:entity.strider.death=true
-minecraft\:entity.parrot.imitate.stray=true
-minecraft\:entity.slime.jump=true
-minecolonies\:citizen.druid.female3.badhousing=true
-minecolonies\:citizen.fisherman.male4.highsaturation=true
-minecolonies\:citizen.ranger.female2.goodhousing=true
-minecolonies\:citizen.builder.female2.happy=true
-minecolonies\:citizen.stonemason.female4.success=true
-minecolonies\:citizen.composter.male1.lowsaturation=true
-minecraft\:entity.mule.hurt=true
-minecolonies\:citizen.teacher.female3.missingequipment=true
-minecolonies\:citizen.visitor.male2.interaction=true
-blue_skies\:entity.jelly_drifter.poison=true
-minecolonies\:citizen.unemployed.female2.lowsaturation=true
-minecolonies\:citizen.crusher.female2.greeting=true
-minecolonies\:citizen.beekeeper.female2.goodhousing=true
-blue_skies\:item.spear.throw_underwater=true
-blue_skies\:entity.shade_monitor.death=true
-minecolonies\:citizen.florist.male3.happy=true
-minecolonies\:citizen.fletcher.male2.gotobed=true
-minecolonies\:citizen.researcher.female3.badhousing=true
-minecolonies\:citizen.rabbitherder.female4.missingequipment=true
-minecolonies\:citizen.archertraining.male2.happy=true
-aquamirae\:record.forsaken_drownage=true
-minecolonies\:citizen.druid.male4.goodhousing=true
-minecolonies\:citizen.cook.female2.danger=true
-minecolonies\:citizen.druid.female2.noise=true
-minecolonies\:citizen.pupil.male2.interaction=true
-minecolonies\:citizen.quarrier.female3.missingequipment=true
-minecraft\:entity.skeleton.converted_to_stray=true
-minecolonies\:citizen.archertraining.female2.unhappy=true
-minecolonies\:citizen.enchanter.male4.badhousing=true
-create\:controller_click=true
-minecolonies\:citizen.composter.male3.happy=true
-minecolonies\:citizen.shepherd.female1.badweather=true
-minecolonies\:citizen.netherworker.female2.interaction=true
-minecolonies\:citizen.smelter.male1.happy=true
-minecolonies\:citizen.alchemist.male2.gotobed=true
-minecraft\:block.spore_blossom.step=true
-blue_skies\:entity.arachnarch.throw=true
-minecolonies\:citizen.cook.male4.lowsaturation=true
-alexsmobs\:tiger_idle=true
-minecolonies\:citizen.glassblower.female3.highsaturation=true
-minecraft\:block.wooden_door.close=true
-minecolonies\:citizen.composter.female4.interaction=true
-minecolonies\:citizen.researcher.female1.interaction=true
-minecolonies\:citizen.florist.male4.noise=true
-minecolonies\:citizen.alchemist.male4.noise=true
-minecolonies\:citizen.mechanic.female3.goodhousing=true
-minecolonies\:citizen.rabbitherder.female2.lowsaturation=true
-minecolonies\:raid.amazon.amazon_raid=true
-minecolonies\:citizen.student.male4.sick=true
-minecolonies\:citizen.beekeeper.male3.greeting=true
-minecolonies\:citizen.pupil.male1.goodhousing=true
-minecolonies\:citizen.quarrier.male2.sick=true
-minecolonies\:citizen.blacksmith.female4.happy=true
-minecolonies\:citizen.blacksmith.female1.badhousing=true
-minecolonies\:citizen.fisherman.male3.greeting=true
-minecolonies\:citizen.lumberjack.male2.general=true
-minecraft\:block.snow.fall=true
-minecolonies\:citizen.concretemixer.male4.sick=true
-minecolonies\:citizen.lumberjack.female3.greeting=true
-minecolonies\:citizen.crusher.female1.badweather=true
-minecolonies\:citizen.ranger.male2.sick=true
-minecraft\:entity.polar_bear.death=true
-alexsmobs\:skreecher_hurt=true
-minecolonies\:citizen.mechanic.female1.success=true
-minecolonies\:raid.desert.desert_raid=true
-minecraft\:block.pink_petals.fall=true
-minecolonies\:citizen.farmer.male4.unhappy=true
-minecolonies\:citizen.composter.male4.noise=true
-minecolonies\:citizen.concretemixer.female4.farewell=true
-minecraft\:music.overworld.deep_dark=true
-alexsmobs\:mosquito_loop=true
-undergarden\:entity.stoneborn.speaking=true
-blue_skies\:entity.starlit_crusher.spin=true
-alexsmobs\:tasmanian_devil_hurt=true
-alexsmobs\:soul_vulture_idle=true
-minecolonies\:citizen.enchanter.male2.greeting=true
-minecolonies\:citizen.farmer.female1.general=true
-minecolonies\:citizen.chickenherder.female3.badweather=true
-minecolonies\:citizen.quarrier.male4.happy=true
-minecolonies\:citizen.planter.male2.happy=true
-minecolonies\:citizen.glassblower.female2.highsaturation=true
-minecolonies\:citizen.composter.male4.danger=true
-minecolonies\:citizen.quarrier.male2.unhappy=true
-minecraft\:block.note_block.imitate.skeleton=true
-minecolonies\:citizen.smelter.male3.badhousing=true
-minecolonies\:citizen.knight.male2.general=true
-minecolonies\:citizen.alchemist.male3.happy=true
-minecolonies\:citizen.teacher.female3.general=true
-minecolonies\:citizen.swineherder.male2.badhousing=true
-minecolonies\:citizen.druid.male2.danger=true
-minecolonies\:citizen.baker.male4.happy=true
-minecolonies\:citizen.child.male3.farewell=true
-minecolonies\:citizen.blacksmith.female4.greeting=true
-minecolonies\:citizen.dyer.female1.highsaturation=true
-minecraft\:entity.evoker_fangs.attack=true
-alexsmobs\:triops_hurt=true
-minecolonies\:citizen.rabbitherder.female2.badweather=true
-minecolonies\:citizen.unemployed.male3.sick=true
-minecolonies\:citizen.druid.female2.success=true
-minecolonies\:citizen.dyer.female3.general=true
-minecraft\:item.brush.brushing.generic=true
-minecolonies\:citizen.swineherder.female1.lowsaturation=true
-minecraft\:block.cherry_leaves.step=true
-minecolonies\:citizen.miner.female2.general=true
-minecolonies\:citizen.composter.male3.badweather=true
-minecraft\:entity.zombie.destroy_egg=true
-minecraft\:block.muddy_mangrove_roots.hit=true
-minecraft\:block.wool.fall=true
-minecolonies\:citizen.beekeeper.female4.greeting=true
-minecraft\:entity.endermite.step=true
-minecraft\:entity.parrot.imitate.piglin_brute=true
-minecolonies\:citizen.visitor.male1.goodhousing=true
-minecolonies\:citizen.miner.male3.unhappy=true
-minecolonies\:citizen.farmer.male3.badweather=true
-minecolonies\:citizen.builder.female3.unhappy=true
-minecolonies\:citizen.visitor.female1.gotobed=true
-minecolonies\:citizen.deliveryman.female3.greeting=true
-minecolonies\:citizen.cowboy.female2.goodhousing=true
-minecolonies\:citizen.smelter.female3.unhappy=true
-minecolonies\:citizen.teacher.female4.highsaturation=true
-minecolonies\:citizen.healer.female2.general=true
-minecolonies\:citizen.glassblower.female1.highsaturation=true
-alexsmobs\:bald_eagle_hurt=true
-minecolonies\:citizen.pupil.male2.success=true
-minecolonies\:citizen.druid.male3.greeting=true
-minecolonies\:citizen.miner.male3.missingequipment=true
-minecolonies\:citizen.archertraining.male3.noise=true
-minecolonies\:citizen.chickenherder.male2.success=true
-minecolonies\:citizen.crusher.male4.sick=true
-blue_skies\:entity.emberback.hurt=true
-minecolonies\:citizen.smelter.male2.general=true
-minecolonies\:citizen.sawmill.female2.unhappy=true
-blue_skies\:entity.gatekeeper.hurt=true
-minecolonies\:citizen.miner.female4.sick=true
-minecolonies\:citizen.baker.female1.greeting=true
-minecraft\:entity.phantom.bite=true
-minecolonies\:citizen.cookassistant.female1.success=true
-minecolonies\:citizen.florist.male3.interaction=true
-minecraft\:entity.mooshroom.shear=true
-supplementaries\:item.bubble_blower=true
-minecolonies\:citizen.healer.male3.interaction=true
-alexsmobs\:anaconda_slither=true
-minecolonies\:citizen.ranger.male2.farewell=true
-minecolonies\:citizen.cook.female4.missingequipment=true
-minecolonies\:citizen.shepherd.male3.gotobed=true
-minecolonies\:citizen.quarrier.female2.greeting=true
-minecolonies\:citizen.undertaker.female3.sick=true
-minecolonies\:citizen.knight.male3.danger=true
-minecolonies\:citizen.sawmill.male1.success=true
-minecraft\:entity.goat.milk=true
-blue_skies\:records.defying_starlight=true
-minecolonies\:citizen.healer.female1.farewell=true
-minecolonies\:citizen.beekeeper.male1.danger=true
-minecolonies\:citizen.visitor.male4.success=true
-minecolonies\:citizen.knight.male4.farewell=true
-minecolonies\:citizen.fletcher.female3.missingequipment=true
-minecolonies\:citizen.enchanter.male1.goodhousing=true
-minecraft\:enchant.thorns.hit=true
-minecolonies\:citizen.combattraining.female3.badhousing=true
-minecolonies\:citizen.druid.male4.unhappy=true
-minecolonies\:citizen.dyer.female2.highsaturation=true
-minecolonies\:citizen.florist.female1.greeting=true
-minecolonies\:citizen.undertaker.female3.unhappy=true
-friendsandfoes\:entity.wildfire.shield_break=true
-minecraft\:entity.parrot.imitate.vindicator=true
-minecolonies\:citizen.miner.male2.success=true
-minecolonies\:citizen.glassblower.male3.badhousing=true
-minecraft\:item.bucket.fill=true
-minecolonies\:citizen.ranger.female1.interaction=true
-minecraft\:entity.sniffer.digging=true
-minecraft\:block.lodestone.place=true
-minecraft\:music.overworld.bamboo_jungle=true
-minecraft\:entity.hoglin.death=true
-deeperdarker\:entity.shriek_worm.death=true
-minecolonies\:citizen.miner.female2.danger=true
-alexsmobs\:end_pirate_door=true
-minecolonies\:citizen.knight.female3.unhappy=true
-minecolonies\:citizen.composter.female2.badhousing=true
-minecolonies\:citizen.cookassistant.male2.happy=true
-minecraft\:block.bamboo_wood_door.open=true
-minecolonies\:citizen.sifter.male3.gotobed=true
-minecolonies\:citizen.blacksmith.male4.lowsaturation=true
-minecolonies\:citizen.swineherder.female2.interaction=true
-minecolonies\:citizen.composter.male4.farewell=true
-minecolonies\:citizen.student.male2.success=true
-minecraft\:block.bamboo_wood_pressure_plate.click_on=true
-minecolonies\:citizen.stonemason.male2.highsaturation=true
-minecolonies\:citizen.chickenherder.male4.success=true
-minecolonies\:citizen.undertaker.male3.unhappy=true
-minecolonies\:citizen.smelter.male4.general=true
-minecraft\:block.note_block.banjo=true
-minecolonies\:citizen.builder.female4.gotobed=true
-minecolonies\:citizen.rabbitherder.male3.badhousing=true
-minecraft\:entity.llama.step=true
-minecolonies\:citizen.cowboy.male3.badhousing=true
-minecolonies\:citizen.druid.male4.highsaturation=true
-minecolonies\:citizen.cook.male1.success=true
-alexsmobs\:komodo_dragon_idle=true
-minecolonies\:citizen.unemployed.male1.interaction=true
-minecraft\:item.flintandsteel.use=true
-minecraft\:entity.shulker.open=true
-undergarden\:music.undergarden=true
-minecolonies\:citizen.chickenherder.male3.greeting=true
-illagerinvasion\:entity.sorcerer.celebrate=true
-minecolonies\:citizen.sawmill.female4.highsaturation=true
-minecolonies\:citizen.cookassistant.male1.unhappy=true
-minecolonies\:citizen.cook.male1.missingequipment=true
-minecolonies\:citizen.composter.female1.success=true
-minecolonies\:citizen.florist.female1.general=true
-minecolonies\:citizen.glassblower.female1.happy=true
-minecraft\:entity.magma_cube.hurt_small=true
-illagerinvasion\:entity.invoker.big_cast=true
-minecolonies\:citizen.deliveryman.female4.happy=true
-minecolonies\:citizen.alchemist.female3.unhappy=true
-minecolonies\:citizen.netherworker.male3.success=true
-minecolonies\:citizen.child.female4.farewell=true
-blue_skies\:item.spear.hit=true
-minecraft\:entity.sniffer.step=true
-chococraft\:entity.chocobo.kwehwhistlefollow=true
-minecolonies\:citizen.beekeeper.male4.greeting=true
-minecolonies\:citizen.researcher.female3.happy=true
-minecolonies\:citizen.rabbitherder.female2.noise=true
-blue_skies\:entity.summoner.prepare_attack=true
-minecraft\:entity.silverfish.death=true
-minecraft\:entity.axolotl.splash=true
-minecolonies\:citizen.lumberjack.male3.noise=true
-minecolonies\:citizen.archertraining.female2.noise=true
-minecolonies\:citizen.lumberjack.male2.highsaturation=true
-minecolonies\:citizen.unemployed.female4.general=true
-minecolonies\:citizen.cowboy.male2.sick=true
-supplementaries\:block.jar.break=true
-minecolonies\:citizen.miner.male2.farewell=true
-minecolonies\:citizen.composter.male1.sick=true
-aquaculture\:fish_ambient=true
-minecolonies\:citizen.dyer.male1.noise=true
-minecolonies\:mob.mercenary.die=true
-minecolonies\:citizen.child.male3.badweather=true
-minecolonies\:citizen.ranger.male2.happy=true
-minecolonies\:citizen.farmer.female1.goodhousing=true
-minecraft\:block.nether_sprouts.place=true
-minecolonies\:citizen.farmer.female4.greeting=true
-minecolonies\:citizen.child.female2.success=true
-minecolonies\:citizen.builder.male3.success=true
-minecolonies\:citizen.teacher.male2.goodhousing=true
-minecraft\:block.gilded_blackstone.step=true
-minecolonies\:citizen.composter.male2.greeting=true
-minecolonies\:citizen.lumberjack.female2.interaction=true
-minecolonies\:citizen.quarrier.male3.goodhousing=true
-minecolonies\:citizen.glassblower.male4.noise=true
-minecolonies\:citizen.fletcher.female1.success=true
-touhou_little_maid\:maid.mode.attack=true
-minecraft\:entity.armor_stand.hit=true
-minecolonies\:citizen.mechanic.female2.interaction=true
-minecolonies\:citizen.fisherman.female1.farewell=true
-minecraft\:ambient.basalt_deltas.loop=true
-minecolonies\:citizen.fisherman.male4.badhousing=true
-minecolonies\:citizen.blacksmith.male4.badweather=true
-minecolonies\:citizen.student.male1.farewell=true
-blue_skies\:block.moonstone_lantern.hit=true
-blue_skies\:entity.alchemist.prepare_rocks=true
-minecolonies\:citizen.student.male1.danger=true
-minecolonies\:citizen.combattraining.female2.general=true
-minecolonies\:citizen.cowboy.male2.danger=true
-minecolonies\:citizen.cook.female4.happy=true
-minecolonies\:citizen.rabbitherder.male3.interaction=true
-minecolonies\:citizen.baker.female1.danger=true
-minecolonies\:citizen.enchanter.female3.noise=true
-minecolonies\:citizen.cowboy.male3.success=true
-minecolonies\:citizen.lumberjack.female1.happy=true
-minecolonies\:citizen.crusher.female3.badweather=true
-blue_skies\:block.mud.break=true
-minecraft\:entity.cat.beg_for_food=true
-minecraft\:entity.camel.hurt=true
-minecolonies\:citizen.alchemist.male2.missingequipment=true
-minecolonies\:citizen.netherworker.female2.badweather=true
-minecolonies\:citizen.researcher.male1.noise=true
-create\:mechanical_press_activation_belt_compounded_1=true
-minecolonies\:citizen.florist.male3.greeting=true
-minecolonies\:citizen.visitor.male3.happy=true
-minecolonies\:citizen.farmer.male4.success=true
-minecolonies\:citizen.shepherd.male1.gotobed=true
-minecolonies\:citizen.alchemist.male1.lowsaturation=true
-minecolonies\:citizen.blacksmith.male2.general=true
-gateways\:gate_warp=true
-minecraft\:ambient.warped_forest.mood=true
-minecolonies\:citizen.florist.female3.missingequipment=true
-minecolonies\:citizen.dyer.female2.general=true
-minecolonies\:citizen.unemployed.male3.farewell=true
-blue_skies\:entity.alchemist.death=true
-minecolonies\:citizen.deliveryman.female3.badweather=true
-minecolonies\:citizen.stonemason.male4.missingequipment=true
-minecolonies\:citizen.planter.female1.happy=true
-minecolonies\:citizen.enchanter.female3.farewell=true
-minecolonies\:citizen.sawmill.male4.highsaturation=true
-minecolonies\:citizen.blacksmith.female3.missingequipment=true
-minecolonies\:citizen.combattraining.male4.lowsaturation=true
-minecolonies\:citizen.sifter.male4.interaction=true
-minecolonies\:citizen.enchanter.female1.greeting=true
-minecolonies\:citizen.swineherder.male3.danger=true
-minecolonies\:citizen.mechanic.male3.badweather=true
-minecolonies\:citizen.fisherman.female4.sick=true
-minecraft\:block.grindstone.use=true
-minecolonies\:citizen.shepherd.male1.unhappy=true
-minecolonies\:citizen.beekeeper.male2.badhousing=true
-minecraft\:block.candle.step=true
-minecolonies\:citizen.fisherman.female3.happy=true
-minecolonies\:citizen.swineherder.male1.goodhousing=true
-minecolonies\:citizen.dyer.female4.lowsaturation=true
-minecolonies\:citizen.builder.male4.interaction=true
-mutantmonsters\:entity.mutant_skeleton.hurt=true
-minecolonies\:citizen.child.female2.noise=true
-minecolonies\:citizen.baker.male4.lowsaturation=true
-minecraft\:entity.armor_stand.fall=true
-minecraft\:block.netherite_block.place=true
-minecolonies\:citizen.beekeeper.female2.general=true
-minecolonies\:citizen.unemployed.male1.highsaturation=true
-minecolonies\:citizen.planter.female2.success=true
-minecolonies\:citizen.netherworker.male4.greeting=true
-minecolonies\:mob.egyptian.hurt=true
-minecolonies\:citizen.swineherder.male2.missingequipment=true
-minecolonies\:citizen.healer.female2.highsaturation=true
-minecraft\:block.cherry_wood.break=true
-minecolonies\:citizen.crusher.female2.unhappy=true
-minecolonies\:citizen.child.male4.goodhousing=true
-minecraft\:entity.generic.big_fall=true
-minecolonies\:citizen.netherworker.female1.goodhousing=true
-minecraft\:entity.wandering_trader.no=true
-minecraft\:block.netherrack.place=true
-blue_skies\:item.spear.hit_ground=true
-minecolonies\:citizen.quarrier.male2.interaction=true
-minecraft\:block.ladder.step=true
-undergarden\:ambient.spires_addition=true
-minecolonies\:citizen.cookassistant.female4.gotobed=true
-minecolonies\:citizen.composter.female1.greeting=true
-minecolonies\:citizen.stonesmeltery.female3.success=true
-minecolonies\:citizen.quarrier.female2.gotobed=true
-minecraft\:item.hoe.till=true
-minecraft\:block.tuff.step=true
-minecolonies\:citizen.undertaker.male2.lowsaturation=true
-minecraft\:block.wart_block.step=true
-minecolonies\:citizen.pupil.male3.farewell=true
-minecolonies\:citizen.child.male4.missingequipment=true
-minecolonies\:citizen.fisherman.male2.general=true
-minecolonies\:citizen.baker.male1.greeting=true
-minecolonies\:citizen.concretemixer.female3.general=true
-minecolonies\:citizen.swineherder.male2.farewell=true
-minecolonies\:citizen.student.female4.missingequipment=true
-illagerinvasion\:entity.invoker.summon_cast=true
-minecolonies\:citizen.deliveryman.female2.gotobed=true
-minecolonies\:citizen.alchemist.male2.highsaturation=true
-minecolonies\:citizen.pupil.female3.goodhousing=true
-minecraft\:block.lodestone.break=true
-minecolonies\:citizen.quarrier.female2.general=true
-blue_skies\:block.mud.place=true
-minecolonies\:citizen.dyer.male2.badweather=true
-minecolonies\:citizen.cook.female2.sick=true
-minecolonies\:citizen.teacher.female1.success=true
-minecolonies\:citizen.alchemist.male4.interaction=true
-blue_skies\:entity.artificial_golem.deactivate=true
-minecolonies\:citizen.crusher.male1.unhappy=true
-minecraft\:entity.parrot.imitate.wither=true
-minecolonies\:citizen.planter.male4.farewell=true
-minecolonies\:citizen.student.female3.danger=true
-minecolonies\:citizen.smelter.female1.farewell=true
-minecraft\:entity.vex.death=true
-minecolonies\:citizen.baker.female2.sick=true
-minecolonies\:citizen.knight.male4.sick=true
-minecolonies\:citizen.beekeeper.male4.sick=true
-minecraft\:entity.bee.loop=true
-minecolonies\:citizen.florist.female2.greeting=true
-minecolonies\:citizen.unemployed.female2.missingequipment=true
-minecolonies\:citizen.enchanter.male1.missingequipment=true
-minecolonies\:citizen.enchanter.female1.interaction=true
-minecolonies\:citizen.cookassistant.female4.general=true
-minecraft\:entity.horse.ambient=true
-minecolonies\:citizen.stonesmeltery.male3.missingequipment=true
-minecolonies\:citizen.fisherman.male1.highsaturation=true
-minecolonies\:citizen.teacher.male2.badweather=true
-minecraft\:entity.ender_dragon.death=true
-minecolonies\:citizen.pupil.male1.greeting=true
-minecolonies\:citizen.knight.male2.interaction=true
-minecraft\:entity.strider.retreat=true
-minecolonies\:citizen.miner.male1.noise=true
-minecraft\:entity.allay.item_taken=true
-minecolonies\:citizen.farmer.female1.badhousing=true
-minecolonies\:citizen.researcher.female3.highsaturation=true
-minecraft\:entity.mooshroom.convert=true
-minecolonies\:citizen.combattraining.male4.goodhousing=true
-minecolonies\:citizen.crusher.male1.highsaturation=true
-minecolonies\:citizen.alchemist.female1.danger=true
-minecolonies\:citizen.sawmill.female2.danger=true
-minecraft\:block.bell.resonate=true
-minecraft\:block.dispenser.fail=true
-blue_skies\:item.arc.nature_equip=true
-minecraft\:entity.goat.screaming.prepare_ram=true
-minecolonies\:citizen.composter.female4.farewell=true
-minecraft\:block.nether_sprouts.break=true
-minecolonies\:citizen.enchanter.female1.general=true
-minecolonies\:citizen.blacksmith.male2.interaction=true
-minecolonies\:citizen.combattraining.female2.gotobed=true
-minecolonies\:citizen.swineherder.male3.highsaturation=true
-minecraft\:item.crossbow.shoot=true
-blue_skies\:entity.nyctofly.death=true
-minecraft\:entity.bee.sting=true
-minecolonies\:citizen.stonesmeltery.male2.sick=true
-realmrpg_wyrms\:wyrm_ambient=true
-minecolonies\:citizen.undertaker.male4.missingequipment=true
-minecolonies\:citizen.planter.male4.general=true
-minecolonies\:citizen.alchemist.male1.gotobed=true
-minecolonies\:citizen.chickenherder.female1.goodhousing=true
-minecolonies\:citizen.cook.female3.goodhousing=true
-minecraft\:block.netherite_block.break=true
-minecolonies\:citizen.crusher.male2.farewell=true
-aquamirae\:entity.eel.bite=true
-minecolonies\:citizen.florist.male3.badweather=true
-minecolonies\:citizen.blacksmith.female2.lowsaturation=true
-minecolonies\:citizen.chickenherder.female4.noise=true
-minecolonies\:citizen.glassblower.female4.badweather=true
-alexsmobs\:transmute_item=true
-minecolonies\:citizen.smelter.female3.success=true
-minecolonies\:citizen.cowboy.female3.general=true
-minecolonies\:citizen.swineherder.female3.badweather=true
-minecolonies\:citizen.healer.male4.greeting=true
-minecolonies\:citizen.chickenherder.male4.happy=true
-minecolonies\:citizen.enchanter.female2.goodhousing=true
-minecolonies\:citizen.swineherder.male3.noise=true
-minecolonies\:citizen.miner.male2.sick=true
-minecolonies\:citizen.ranger.female1.lowsaturation=true
-minecolonies\:citizen.fisherman.female2.badhousing=true
-minecolonies\:citizen.chickenherder.male2.noise=true
-undergarden\:entity.sploogie.death=true
-minecolonies\:citizen.sifter.female4.sick=true
-minecolonies\:citizen.researcher.male3.greeting=true
-minecraft\:entity.fox.aggro=true
-blue_skies\:block.everdawn.portal.travel=true
-minecolonies\:citizen.fisherman.male2.gotobed=true
-minecolonies\:citizen.researcher.male2.general=true
-minecraft\:entity.glow_item_frame.place=true
-minecolonies\:citizen.quarrier.male3.gotobed=true
-minecolonies\:citizen.crusher.male3.noise=true
-minecolonies\:citizen.netherworker.male3.noise=true
-minecolonies\:citizen.dyer.female4.missingequipment=true
-minecolonies\:citizen.farmer.female4.noise=true
-minecolonies\:citizen.baker.female3.success=true
-minecolonies\:citizen.fletcher.male1.badweather=true
-minecolonies\:citizen.chickenherder.female3.gotobed=true
-minecolonies\:citizen.undertaker.female3.success=true
-minecraft\:entity.experience_bottle.throw=true
-minecolonies\:citizen.planter.female3.interaction=true
-minecolonies\:citizen.student.female3.success=true
-minecolonies\:citizen.lumberjack.female2.greeting=true
-minecolonies\:citizen.fisherman.female3.danger=true
-minecolonies\:citizen.sifter.female2.missingequipment=true
-minecolonies\:citizen.planter.female4.goodhousing=true
-minecraft\:block.pointed_dripstone.fall=true
-minecraft\:entity.piglin_brute.hurt=true
-minecolonies\:citizen.stonesmeltery.male1.unhappy=true
-minecolonies\:citizen.florist.female3.greeting=true
-minecraft\:block.azalea.break=true
-minecraft\:entity.armor_stand.place=true
-alexsmobs\:grizzly_bear_hurt=true
-minecolonies\:citizen.undertaker.female2.general=true
-minecolonies\:citizen.druid.male4.farewell=true
-minecolonies\:citizen.alchemist.male1.greeting=true
-minecraft\:block.mud_bricks.step=true
-minecolonies\:citizen.child.male3.noise=true
-minecolonies\:citizen.shepherd.female1.goodhousing=true
-minecolonies\:citizen.sifter.male3.general=true
-minecolonies\:citizen.smelter.male4.gotobed=true
-minecolonies\:citizen.cowboy.female3.gotobed=true
-minecolonies\:citizen.mechanic.female1.missingequipment=true
-minecolonies\:citizen.beekeeper.male1.general=true
-minecolonies\:citizen.stonesmeltery.female3.goodhousing=true
-undergarden\:block.gronglet.ambient=true
-minecolonies\:citizen.cook.male1.farewell=true
-minecolonies\:citizen.blacksmith.female2.unhappy=true
-minecolonies\:citizen.druid.female3.greeting=true
-minecolonies\:citizen.baker.male2.greeting=true
-alexsmobs\:murmur_attack=true
-supplementaries\:block.jar.cookie=true
-mutantmonsters\:entity.mutant_creeper.hurt=true
-minecolonies\:citizen.alchemist.female2.goodhousing=true
-minecraft\:block.netherite_block.step=true
-minecraft\:block.deepslate.hit=true
-minecolonies\:citizen.combattraining.male3.interaction=true
-minecolonies\:citizen.blacksmith.male4.danger=true
-minecolonies\:citizen.concretemixer.female3.happy=true
-supplementaries\:block.present.open=true
-undergarden\:entity.stoneborn.angry=true
-minecolonies\:citizen.enchanter.male1.badweather=true
-minecolonies\:citizen.swineherder.male3.farewell=true
-minecraft\:entity.polar_bear.ambient_baby=true
-minecolonies\:citizen.builder.male4.noise=true
-minecraft\:block.sculk.hit=true
-minecolonies\:citizen.knight.male3.goodhousing=true
-minecolonies\:citizen.beekeeper.female2.badweather=true
-blue_skies\:block.everbright.portal=true
-minecolonies\:citizen.chickenherder.female3.greeting=true
-minecraft\:entity.warden.nearby_closer=true
-minecolonies\:citizen.cook.male3.highsaturation=true
-minecolonies\:citizen.rabbitherder.female4.badweather=true
-minecolonies\:citizen.smelter.female4.unhappy=true
-minecolonies\:citizen.concretemixer.male2.general=true
-minecolonies\:citizen.child.male3.interaction=true
-minecolonies\:citizen.pupil.male2.badhousing=true
-minecolonies\:citizen.alchemist.female1.badhousing=true
-minecolonies\:citizen.druid.male1.general=true
-minecolonies\:citizen.ranger.male4.missingequipment=true
-minecolonies\:citizen.planter.female4.sick=true
-minecolonies\:citizen.blacksmith.female4.sick=true
-minecolonies\:citizen.crusher.female3.sick=true
-minecraft\:entity.parrot.imitate.ender_dragon=true
-minecolonies\:citizen.student.male4.highsaturation=true
-minecolonies\:citizen.crusher.female3.greeting=true
-minecolonies\:citizen.rabbitherder.male1.success=true
-minecolonies\:citizen.builder.male1.badhousing=true
-minecraft\:block.water.ambient=true
-minecolonies\:citizen.composter.female3.missingequipment=true
-minecraft\:entity.donkey.eat=true
-minecolonies\:citizen.sawmill.male3.happy=true
-minecolonies\:citizen.smelter.male4.badhousing=true
-minecolonies\:citizen.crusher.female2.general=true
-minecolonies\:citizen.teacher.female4.danger=true
-minecolonies\:citizen.glassblower.male1.goodhousing=true
-minecolonies\:citizen.netherworker.male4.badhousing=true
-minecolonies\:citizen.sawmill.female3.lowsaturation=true
-minecolonies\:citizen.rabbitherder.male4.goodhousing=true
-minecolonies\:citizen.druid.male2.success=true
-minecraft\:entity.camel.dash_ready=true
-minecolonies\:citizen.planter.female1.sick=true
-illagerinvasion\:entity.surrendered.hurt=true
-minecolonies\:citizen.sawmill.female3.success=true
-minecraft\:entity.guardian.flop=true
-minecolonies\:citizen.teacher.male2.noise=true
-minecolonies\:citizen.fisherman.female1.general=true
-minecolonies\:citizen.knight.female3.gotobed=true
-minecolonies\:citizen.concretemixer.male3.success=true
-minecolonies\:citizen.shepherd.male1.farewell=true
-minecolonies\:citizen.shepherd.female1.farewell=true
-create\:mixing=true
-alexsmobs\:april_fools_power_outage=true
-supplementaries\:block.turntable.cat=true
-farmersdelight\:entity.rotten_tomato.hit=true
-minecolonies\:citizen.baker.male3.farewell=true
-minecolonies\:citizen.student.male2.happy=true
-touhou_little_maid\:maid.ai.find_target=true
-minecolonies\:citizen.stonemason.female1.success=true
-minecolonies\:citizen.enchanter.male3.danger=true
-minecolonies\:citizen.healer.male3.greeting=true
-minecolonies\:citizen.shepherd.male2.farewell=true
-undergarden\:entity.forgotten_guardian.step=true
-minecolonies\:citizen.fisherman.female1.noise=true
-minecolonies\:citizen.dyer.female2.noise=true
-minecraft\:block.roots.fall=true
-minecolonies\:citizen.composter.male2.interaction=true
-minecolonies\:citizen.composter.female2.lowsaturation=true
-deeperdarker\:entity.shattered.hurt=true
-minecolonies\:mob.mercenary.step=true
-minecolonies\:citizen.teacher.male3.danger=true
-minecraft\:block.flowering_azalea.break=true
-minecolonies\:citizen.pupil.male4.farewell=true
-minecolonies\:citizen.sifter.male3.unhappy=true
-minecolonies\:citizen.druid.male2.greeting=true
-minecolonies\:citizen.beekeeper.male3.goodhousing=true
-minecolonies\:citizen.beekeeper.male2.success=true
-minecolonies\:citizen.swineherder.male3.gotobed=true
-minecolonies\:citizen.florist.male2.success=true
-minecolonies\:citizen.unemployed.female2.danger=true
-minecolonies\:citizen.netherworker.female2.farewell=true
-minecolonies\:citizen.sawmill.male4.interaction=true
-minecolonies\:citizen.shepherd.female2.farewell=true
-minecolonies\:citizen.swineherder.male3.unhappy=true
-minecolonies\:citizen.student.male3.lowsaturation=true
-minecolonies\:citizen.baker.male4.farewell=true
-minecolonies\:citizen.visitor.male3.gotobed=true
-minecolonies\:citizen.cowboy.male2.happy=true
-minecraft\:item.trident.throw=true
-minecraft\:entity.armor_stand.break=true
-minecolonies\:citizen.dyer.female3.goodhousing=true
-blue_skies\:entity.stonelet.death=true
-minecraft\:entity.cow.milk=true
-minecolonies\:citizen.miner.male1.missingequipment=true
-minecolonies\:citizen.composter.male1.greeting=true
-minecolonies\:citizen.pupil.male2.greeting=true
-minecolonies\:citizen.deliveryman.female4.highsaturation=true
-minecolonies\:citizen.sifter.female2.gotobed=true
-minecolonies\:citizen.baker.female4.lowsaturation=true
-minecolonies\:citizen.florist.male1.general=true
-minecolonies\:citizen.enchanter.male2.goodhousing=true
-minecolonies\:citizen.deliveryman.male2.badhousing=true
-minecolonies\:citizen.dyer.male1.interaction=true
-minecraft\:ui.toast.in=true
-minecolonies\:citizen.sawmill.female2.missingequipment=true
-minecolonies\:citizen.cook.male4.highsaturation=true
-minecolonies\:citizen.fisherman.female2.success=true
-minecolonies\:citizen.combattraining.female4.noise=true
-minecolonies\:citizen.quarrier.female2.sick=true
-minecolonies\:citizen.student.male3.highsaturation=true
-minecolonies\:citizen.lumberjack.female4.farewell=true
-minecraft\:entity.enderman.ambient=true
-riskofrain_mobs\:entity.stone_golem.growl=true
-minecolonies\:citizen.florist.female4.farewell=true
-minecolonies\:citizen.sawmill.male2.farewell=true
-undergarden\:entity.mog.death=true
-minecolonies\:citizen.enchanter.female1.unhappy=true
-minecolonies\:citizen.chickenherder.female3.unhappy=true
-minecolonies\:citizen.ranger.female4.farewell=true
-minecolonies\:citizen.pupil.female1.danger=true
-minecolonies\:citizen.blacksmith.male2.highsaturation=true
-blue_skies\:entity.alchemist.hurt=true
-minecolonies\:citizen.alchemist.male1.unhappy=true
-minecolonies\:citizen.sifter.male3.happy=true
-minecolonies\:citizen.miner.male4.interaction=true
-minecolonies\:citizen.stonemason.male1.general=true
-minecolonies\:citizen.smelter.male2.badhousing=true
-minecolonies\:citizen.glassblower.female1.success=true
-minecolonies\:citizen.composter.male3.goodhousing=true
-minecolonies\:citizen.chickenherder.male2.greeting=true
-minecolonies\:citizen.enchanter.female4.farewell=true
-minecolonies\:citizen.beekeeper.male2.interaction=true
-minecolonies\:citizen.cowboy.male3.missingequipment=true
-blue_skies\:entity.emberback.death=true
-minecolonies\:citizen.swineherder.female4.missingequipment=true
-minecolonies\:citizen.farmer.male2.sick=true
-minecolonies\:citizen.healer.female2.missingequipment=true
-minecolonies\:citizen.researcher.male1.sick=true
-minecolonies\:citizen.cookassistant.male1.general=true
-minecraft\:block.respawn_anchor.set_spawn=true
-minecolonies\:citizen.mechanic.male3.greeting=true
-minecolonies\:citizen.netherworker.female4.general=true
-minecolonies\:citizen.beekeeper.female3.goodhousing=true
-minecolonies\:citizen.deliveryman.female1.noise=true
-minecolonies\:citizen.chickenherder.female4.badweather=true
-minecolonies\:citizen.student.female4.badhousing=true
-minecolonies\:citizen.sawmill.male3.highsaturation=true
-minecraft\:music.overworld.forest=true
-minecraft\:item.trident.return=true
-minecraft\:entity.turtle.egg_crack=true
-undergarden\:entity.mog.ambient=true
-minecolonies\:citizen.shepherd.male1.badweather=true
-minecolonies\:citizen.beekeeper.female2.gotobed=true
-minecolonies\:citizen.enchanter.female1.sick=true
-minecolonies\:citizen.alchemist.female3.badhousing=true
-minecolonies\:citizen.fisherman.female3.interaction=true
-minecolonies\:citizen.baker.female3.highsaturation=true
-minecolonies\:citizen.healer.male1.badhousing=true
-minecolonies\:citizen.stonemason.male2.danger=true
-minecolonies\:citizen.crusher.male1.gotobed=true
-minecolonies\:citizen.fletcher.male3.lowsaturation=true
-minecolonies\:citizen.composter.male3.farewell=true
-minecolonies\:citizen.enchanter.male4.noise=true
-minecolonies\:citizen.netherworker.male3.greeting=true
-minecolonies\:citizen.dyer.male3.happy=true
-minecolonies\:citizen.pupil.female3.sick=true
-minecolonies\:citizen.crusher.female3.danger=true
-minecolonies\:citizen.builder.female4.unhappy=true
-minecraft\:entity.spider.ambient=true
-minecolonies\:citizen.smelter.male4.missingequipment=true
-minecolonies\:citizen.knight.male2.danger=true
-minecolonies\:citizen.combattraining.female3.farewell=true
-minecolonies\:citizen.enchanter.male1.interaction=true
-minecolonies\:citizen.druid.female2.lowsaturation=true
-supplementaries\:block.jar.place=true
-minecolonies\:citizen.shepherd.male1.general=true
-minecolonies\:citizen.mechanic.female4.general=true
-minecraft\:entity.tropical_fish.death=true
-minecolonies\:citizen.stonesmeltery.female4.unhappy=true
-alexsmobs\:raccoon_idle=true
-minecolonies\:citizen.enchanter.female2.greeting=true
-minecraft\:ambient.crimson_forest.mood=true
-minecolonies\:citizen.archertraining.female4.interaction=true
-minecraft\:block.bamboo_wood_hanging_sign.hit=true
-minecolonies\:citizen.researcher.male2.unhappy=true
-minecraft\:entity.hostile.death=true
-minecraft\:entity.warden.roar=true
-minecolonies\:citizen.shepherd.female2.gotobed=true
-minecraft\:block.flowering_azalea.place=true
-minecolonies\:citizen.ranger.male3.badweather=true
-minecraft\:entity.minecart.inside.underwater=true
-minecolonies\:citizen.mechanic.female4.farewell=true
-minecolonies\:citizen.florist.female1.highsaturation=true
-minecolonies\:citizen.cook.male3.happy=true
-minecolonies\:citizen.blacksmith.male2.gotobed=true
-minecolonies\:citizen.unemployed.male2.goodhousing=true
-minecolonies\:citizen.researcher.female4.badhousing=true
-minecolonies\:citizen.student.male4.missingequipment=true
-minecolonies\:citizen.quarrier.male3.unhappy=true
-aquaculture\:bobber_land_lava=true
-minecolonies\:citizen.undertaker.male2.missingequipment=true
-minecolonies\:citizen.pupil.male3.gotobed=true
-minecolonies\:citizen.deliveryman.female2.unhappy=true
-minecolonies\:citizen.concretemixer.male2.highsaturation=true
-minecolonies\:citizen.rabbitherder.female1.interaction=true
-minecraft\:entity.zoglin.ambient=true
-blue_skies\:block.keystone.teleport=true
-minecolonies\:citizen.archertraining.female4.greeting=true
-minecolonies\:citizen.sawmill.male2.sick=true
-minecolonies\:citizen.composter.male2.gotobed=true
-minecolonies\:citizen.rabbitherder.male4.missingequipment=true
-minecolonies\:citizen.baker.female4.highsaturation=true
-minecolonies\:citizen.ranger.female2.greeting=true
-minecolonies\:citizen.stonemason.male2.success=true
-minecraft\:entity.zombie_horse.hurt=true
-minecolonies\:citizen.stonemason.male3.highsaturation=true
-minecolonies\:citizen.dyer.male2.goodhousing=true
-minecolonies\:citizen.lumberjack.male3.badweather=true
-minecolonies\:citizen.fisherman.male2.unhappy=true
-minecolonies\:citizen.farmer.male2.noise=true
-minecolonies\:citizen.swineherder.female1.badweather=true
-minecolonies\:citizen.healer.female4.badhousing=true
-minecolonies\:citizen.combattraining.male4.success=true
-minecolonies\:citizen.child.male1.success=true
-aquamirae\:entity.captain_cornelia.death=true
-minecolonies\:citizen.sawmill.male3.lowsaturation=true
-minecraft\:block.enchantment_table.use=true
-undergarden\:entity.nargoyle.death=true
-minecolonies\:citizen.student.male2.farewell=true
-minecraft\:entity.frog.long_jump=true
-minecraft\:entity.hostile.splash=true
-minecolonies\:citizen.farmer.female3.greeting=true
-minecraft\:block.wood.step=true
-minecolonies\:citizen.miner.male1.farewell=true
-minecraft\:block.bamboo_wood_hanging_sign.step=true
-minecolonies\:citizen.combattraining.male3.general=true
-minecolonies\:citizen.cookassistant.male2.badhousing=true
-minecraft\:entity.wandering_trader.reappeared=true
-minecolonies\:citizen.teacher.male1.interaction=true
-minecolonies\:citizen.shepherd.female2.danger=true
-minecolonies\:citizen.druid.female1.danger=true
-minecraft\:item.honey_bottle.drink=true
-minecolonies\:citizen.deliveryman.male1.success=true
-alexsmobs\:seal_idle=true
-minecolonies\:citizen.cookassistant.female3.badweather=true
-blue_skies\:music.poison_dungeon_ambience=true
-minecraft\:entity.fox.ambient=true
-minecolonies\:citizen.blacksmith.female1.success=true
-minecolonies\:citizen.cook.male4.interaction=true
-aquaculture\:bobber_bait=true
-minecolonies\:citizen.composter.female1.danger=true
-minecolonies\:citizen.mechanic.female2.greeting=true
-minecolonies\:citizen.combattraining.female2.unhappy=true
-minecolonies\:citizen.enchanter.male3.missingequipment=true
-minecolonies\:citizen.researcher.female1.noise=true
-minecolonies\:citizen.researcher.male2.lowsaturation=true
-minecolonies\:citizen.combattraining.female1.greeting=true
-minecolonies\:citizen.swineherder.male1.greeting=true
-minecolonies\:citizen.undertaker.male3.gotobed=true
-minecraft\:block.pointed_dripstone.place=true
-minecraft\:block.slime_block.fall=true
-minecolonies\:citizen.farmer.male4.happy=true
-minecraft\:entity.fishing_bobber.retrieve=true
-minecolonies\:citizen.fletcher.female1.happy=true
-minecraft\:entity.axolotl.idle_water=true
-minecolonies\:citizen.undertaker.female2.gotobed=true
-minecolonies\:citizen.pupil.female2.danger=true
-minecolonies\:citizen.fletcher.female1.goodhousing=true
-minecraft\:music.overworld.grove=true
-minecolonies\:citizen.rabbitherder.male3.sick=true
-minecolonies\:citizen.mechanic.female1.danger=true
-minecolonies\:citizen.undertaker.male2.sick=true
-minecolonies\:citizen.blacksmith.male2.unhappy=true
-minecolonies\:citizen.baker.male4.success=true
-minecolonies\:citizen.pupil.male2.farewell=true
-minecolonies\:citizen.dyer.female2.unhappy=true
-minecolonies\:citizen.beekeeper.male1.gotobed=true
-minecolonies\:citizen.shepherd.female2.sick=true
-minecolonies\:citizen.student.male3.sick=true
-minecolonies\:citizen.knight.male1.sick=true
-minecolonies\:citizen.dyer.male4.badweather=true
-minecolonies\:citizen.florist.female2.success=true
-minecolonies\:citizen.alchemist.male2.sick=true
-minecolonies\:citizen.builder.male3.noise=true
-minecolonies\:citizen.florist.female2.lowsaturation=true
-minecolonies\:citizen.visitor.male3.unhappy=true
-minecolonies\:citizen.cook.female3.danger=true
-minecolonies\:citizen.builder.male4.greeting=true
-minecolonies\:citizen.combattraining.female3.success=true
-minecolonies\:citizen.deliveryman.female1.success=true
-minecolonies\:citizen.druid.male2.missingequipment=true
-minecolonies\:citizen.stonesmeltery.female4.gotobed=true
-blue_skies\:entity.crynocerous.hurt=true
-minecraft\:block.sniffer_egg.plop=true
-minecolonies\:citizen.mechanic.male2.lowsaturation=true
-minecolonies\:citizen.planter.female3.unhappy=true
-minecolonies\:citizen.stonemason.male2.missingequipment=true
-minecolonies\:citizen.netherworker.male2.general=true
-minecolonies\:citizen.mechanic.male4.greeting=true
-minecolonies\:citizen.cowboy.male2.general=true
-minecolonies\:citizen.stonesmeltery.male1.goodhousing=true
-minecraft\:block.lava.pop=true
-minecolonies\:citizen.combattraining.male3.gotobed=true
-minecolonies\:citizen.quarrier.female4.lowsaturation=true
-minecolonies\:citizen.ranger.male1.lowsaturation=true
-minecolonies\:citizen.dyer.female3.noise=true
-minecolonies\:citizen.unemployed.male2.highsaturation=true
-minecolonies\:citizen.florist.female1.missingequipment=true
-minecraft\:entity.panda.death=true
-minecolonies\:citizen.student.female2.danger=true
-minecolonies\:citizen.cook.female1.unhappy=true
-minecolonies\:citizen.cook.male2.goodhousing=true
-minecolonies\:citizen.student.male3.unhappy=true
-minecolonies\:citizen.researcher.female2.highsaturation=true
-minecolonies\:citizen.healer.female4.missingequipment=true
-minecolonies\:citizen.teacher.male4.unhappy=true
-minecolonies\:citizen.blacksmith.male2.badweather=true
-minecolonies\:citizen.researcher.male1.badhousing=true
-minecolonies\:citizen.beekeeper.female2.interaction=true
-minecolonies\:citizen.fisherman.male2.badhousing=true
-minecolonies\:citizen.cook.female1.noise=true
-minecolonies\:citizen.undertaker.male2.success=true
-minecolonies\:citizen.combattraining.female3.interaction=true
-minecolonies\:citizen.netherworker.female3.happy=true
-minecolonies\:citizen.lumberjack.male4.missingequipment=true
-minecolonies\:citizen.mechanic.female3.greeting=true
-minecolonies\:citizen.teacher.male2.danger=true
-minecolonies\:mob.mercenary.hurt=true
-gateways\:gate_start=true
-minecraft\:entity.squid.hurt=true
-minecolonies\:citizen.cowboy.female3.happy=true
-minecraft\:block.cherry_wood_trapdoor.open=true
-minecolonies\:citizen.farmer.female3.badhousing=true
-minecraft\:block.muddy_mangrove_roots.fall=true
-minecolonies\:citizen.stonemason.male3.goodhousing=true
-minecolonies\:citizen.fisherman.female4.goodhousing=true
-minecolonies\:citizen.beekeeper.female3.success=true
-blue_skies\:block.tool_box.use_falsite=true
-minecolonies\:citizen.student.male1.general=true
-minecolonies\:citizen.researcher.male3.happy=true
-alexsmobs\:bear_dust=true
-minecolonies\:citizen.fisherman.male3.success=true
-minecolonies\:citizen.florist.male4.greeting=true
-minecolonies\:citizen.rabbitherder.female4.danger=true
-minecolonies\:citizen.visitor.male3.badhousing=true
-minecolonies\:citizen.glassblower.male1.highsaturation=true
-minecolonies\:citizen.baker.female1.missingequipment=true
-minecolonies\:citizen.knight.female2.success=true
-minecolonies\:citizen.florist.female1.danger=true
-minecraft\:entity.magma_cube.death_small=true
-minecolonies\:citizen.builder.male4.gotobed=true
-minecolonies\:citizen.sawmill.female3.danger=true
-minecraft\:entity.phantom.hurt=true
-minecolonies\:citizen.shepherd.female3.badweather=true
-minecolonies\:citizen.quarrier.female2.badweather=true
-create\:saw_activate_stone=true
-minecolonies\:citizen.unemployed.female4.unhappy=true
-deeperdarker\:item.transmitter.link=true
-minecraft\:entity.allay.ambient_with_item=true
-minecraft\:entity.slime.death=true
-minecraft\:block.moss_carpet.place=true
-undergarden\:entity.gwib.death=true
-minecraft\:block.bamboo.hit=true
-illagerinvasion\:entity.invoker.hurt=true
-minecolonies\:citizen.archertraining.female1.lowsaturation=true
-minecraft\:block.bamboo_wood_pressure_plate.click_off=true
-minecolonies\:citizen.healer.female3.interaction=true
-minecolonies\:citizen.child.male4.sick=true
-minecolonies\:citizen.miner.male1.greeting=true
-minecolonies\:citizen.fletcher.female2.unhappy=true
-minecolonies\:citizen.rabbitherder.male1.happy=true
-minecolonies\:citizen.crusher.female1.success=true
-minecolonies\:citizen.baker.female4.unhappy=true
-minecolonies\:citizen.chickenherder.female1.danger=true
-minecolonies\:citizen.mechanic.male1.badweather=true
-minecolonies\:citizen.fisherman.male1.badweather=true
-minecolonies\:citizen.chickenherder.male3.general=true
-minecraft\:entity.glow_squid.ambient=true
-minecraft\:entity.wither.break_block=true
-minecolonies\:citizen.stonemason.male1.danger=true
-minecolonies\:citizen.child.female3.gotobed=true
-minecraft\:block.ender_chest.close=true
-minecolonies\:citizen.cookassistant.female1.missingequipment=true
-minecolonies\:citizen.blacksmith.male3.noise=true
-minecolonies\:citizen.concretemixer.male1.highsaturation=true
-blue_skies\:entity.frost_spirit.death=true
-minecolonies\:citizen.glassblower.female2.goodhousing=true
-minecolonies\:citizen.cook.male3.farewell=true
-minecolonies\:citizen.lumberjack.female4.success=true
-minecolonies\:citizen.quarrier.male3.missingequipment=true
-minecraft\:block.nether_wood.place=true
-minecolonies\:citizen.deliveryman.female1.badweather=true
-minecolonies\:citizen.planter.female1.general=true
-minecraft\:entity.sheep.shear=true
-minecolonies\:citizen.planter.male4.gotobed=true
-minecolonies\:citizen.child.female1.lowsaturation=true
-minecolonies\:citizen.archertraining.female2.gotobed=true
-minecraft\:block.beacon.activate=true
-minecraft\:entity.turtle.egg_hatch=true
-minecolonies\:citizen.chickenherder.male1.interaction=true
-minecolonies\:citizen.unemployed.male2.greeting=true
-minecraft\:block.redstone_torch.burnout=true
-friendsandfoes\:entity.ice_chunk.summon=true
-minecolonies\:citizen.rabbitherder.female4.sick=true
-minecolonies\:citizen.composter.male2.lowsaturation=true
-minecolonies\:citizen.combattraining.female4.farewell=true
-minecolonies\:citizen.crusher.male1.general=true
-minecraft\:block.nether_wart.break=true
-minecraft\:entity.goat.long_jump=true
-minecolonies\:citizen.baker.male3.sick=true
-minecolonies\:citizen.blacksmith.female4.goodhousing=true
-minecolonies\:citizen.crusher.female4.greeting=true
-minecolonies\:citizen.combattraining.female2.badweather=true
-minecolonies\:citizen.stonemason.male1.gotobed=true
-alexsmobs\:caiman_idle=true
-minecolonies\:citizen.cowboy.male4.greeting=true
-minecolonies\:citizen.miner.female1.danger=true
-minecolonies\:citizen.healer.male4.farewell=true
-minecraft\:entity.endermite.ambient=true
-minecolonies\:citizen.researcher.female2.interaction=true
-minecolonies\:citizen.cowboy.male4.unhappy=true
-create\:slime_added=true
-minecolonies\:citizen.miner.male3.gotobed=true
-minecraft\:block.polished_deepslate.step=true
-mutantmonsters\:entity.mutant_enderman.morph=true
-minecraft\:block.bamboo_wood.fall=true
-minecolonies\:citizen.rabbitherder.female4.happy=true
-blue_skies\:entity.alchemist.prepare_regen=true
-minecolonies\:citizen.crusher.female3.goodhousing=true
-alexsmobs\:alligator_snapping_turtle_hurt=true
-minecolonies\:citizen.pupil.female4.lowsaturation=true
-minecolonies\:citizen.farmer.male4.missingequipment=true
-minecolonies\:citizen.netherworker.female4.lowsaturation=true
-minecolonies\:citizen.teacher.male1.farewell=true
-bettercombat\:sword_slash=true
-minecolonies\:citizen.teacher.female3.danger=true
-minecraft\:entity.bat.death=true
-minecolonies\:citizen.pupil.male3.goodhousing=true
-minecolonies\:citizen.researcher.male3.farewell=true
-minecolonies\:citizen.knight.female4.lowsaturation=true
-minecolonies\:citizen.shepherd.male3.lowsaturation=true
-minecolonies\:citizen.archertraining.male1.goodhousing=true
-minecolonies\:citizen.fletcher.female1.farewell=true
-minecolonies\:citizen.pupil.male1.danger=true
-minecolonies\:citizen.cowboy.male1.happy=true
-minecolonies\:citizen.sifter.male1.highsaturation=true
-minecolonies\:citizen.quarrier.male4.badhousing=true
-minecraft\:entity.panda.aggressive_ambient=true
-minecolonies\:citizen.dyer.female2.interaction=true
-minecolonies\:citizen.researcher.male4.happy=true
-minecolonies\:citizen.baker.female3.noise=true
-minecolonies\:citizen.cook.female3.badweather=true
-minecolonies\:citizen.builder.female1.lowsaturation=true
-minecolonies\:citizen.druid.male1.unhappy=true
-minecolonies\:citizen.concretemixer.female3.gotobed=true
-minecolonies\:citizen.druid.female4.highsaturation=true
-minecraft\:block.big_dripleaf.hit=true
-minecraft\:entity.villager.work_cleric=true
-minecolonies\:citizen.netherworker.female4.badweather=true
-minecraft\:entity.llama.death=true
-minecraft\:entity.piglin.hurt=true
-minecolonies\:citizen.smelter.female3.badweather=true
-minecolonies\:citizen.archertraining.female3.greeting=true
-minecolonies\:citizen.chickenherder.male4.greeting=true
-minecolonies\:citizen.blacksmith.male1.highsaturation=true
-minecolonies\:citizen.druid.male1.greeting=true
-minecolonies\:citizen.druid.male4.greeting=true
-minecraft\:entity.frog.tongue=true
-minecolonies\:citizen.undertaker.female4.sick=true
-minecolonies\:citizen.cook.female2.noise=true
-minecolonies\:citizen.visitor.male2.sick=true
-minecolonies\:citizen.sawmill.female2.general=true
-minecolonies\:citizen.chickenherder.male3.missingequipment=true
-touhou_little_maid\:maid.mode.snow=true
-minecolonies\:citizen.sifter.female1.interaction=true
-minecolonies\:citizen.enchanter.male3.badweather=true
-minecolonies\:citizen.researcher.female4.highsaturation=true
-minecolonies\:citizen.composter.male1.badweather=true
-minecraft\:entity.drowned.hurt_water=true
-minecolonies\:citizen.miner.male3.happy=true
-minecolonies\:citizen.netherworker.male1.missingequipment=true
-alexsmobs\:spectre_hurt=true
-minecolonies\:citizen.fletcher.female3.farewell=true
-minecolonies\:citizen.sawmill.male3.farewell=true
-minecraft\:entity.sheep.hurt=true
-minecraft\:block.metal.fall=true
-minecolonies\:citizen.child.female3.missingequipment=true
-minecolonies\:citizen.florist.female1.badhousing=true
-minecolonies\:citizen.deliveryman.male2.unhappy=true
-minecolonies\:citizen.blacksmith.female4.badweather=true
-minecolonies\:citizen.unemployed.female1.happy=true
-minecolonies\:citizen.concretemixer.female4.success=true
-blue_skies\:entity.jelly_drifter.hurt=true
-undergarden\:entity.muncher.hurt=true
-minecolonies\:citizen.smelter.male1.highsaturation=true
-minecolonies\:citizen.composter.male2.unhappy=true
-minecolonies\:citizen.lumberjack.male4.gotobed=true
-minecraft\:block.moss_carpet.break=true
-minecolonies\:citizen.stonesmeltery.female2.interaction=true
-undergarden\:ambient.sea_addition=true
-minecolonies\:citizen.pupil.female2.interaction=true
-minecolonies\:citizen.alchemist.male3.farewell=true
-minecolonies\:citizen.stonesmeltery.female2.general=true
-minecolonies\:citizen.visitor.male3.goodhousing=true
-minecraft\:block.nether_wood_hanging_sign.break=true
-minecolonies\:citizen.fisherman.female1.goodhousing=true
-deeperdarker\:block.vase.step=true
-minecolonies\:citizen.baker.female2.general=true
-minecolonies\:citizen.concretemixer.male2.unhappy=true
-minecolonies\:citizen.deliveryman.male4.lowsaturation=true
-friendsandfoes\:entity.rascal.nod=true
-minecolonies\:citizen.alchemist.female2.danger=true
-minecolonies\:citizen.sifter.female3.badhousing=true
-alexsmobs\:blue_jay_idle=true
-minecolonies\:citizen.healer.female1.happy=true
-alexsmobs\:bone_serpent_idle=true
-minecolonies\:citizen.archertraining.female4.happy=true
-create\:mechanical_press_activation_compounded_1=true
-friendsandfoes\:entity.rascal.ambient=true
-minecraft\:entity.piglin_brute.converted_to_zombified=true
-minecolonies\:citizen.lumberjack.female4.greeting=true
-xercapaint\:color_picker_suck=true
-minecolonies\:citizen.healer.male3.danger=true
-minecolonies\:citizen.netherworker.female3.farewell=true
-minecolonies\:citizen.mechanic.female3.farewell=true
-minecolonies\:citizen.lumberjack.male4.general=true
-minecolonies\:citizen.cowboy.female4.success=true
-minecolonies\:citizen.sifter.female2.general=true
-minecolonies\:citizen.child.male2.lowsaturation=true
-minecraft\:entity.parrot.imitate.elder_guardian=true
-minecolonies\:citizen.florist.male3.unhappy=true
-minecolonies\:citizen.crusher.female1.greeting=true
-minecraft\:music.overworld.flower_forest=true
-minecolonies\:citizen.swineherder.male2.lowsaturation=true
-minecraft\:item.ink_sac.use=true
-minecraft\:entity.witch.death=true
-minecolonies\:citizen.visitor.female4.lowsaturation=true
-touhou_little_maid\:maid.ai.tamed=true
-minecolonies\:citizen.teacher.female3.happy=true
-minecolonies\:citizen.composter.male1.missingequipment=true
-minecolonies\:citizen.baker.female4.noise=true
-minecraft\:entity.sheep.ambient=true
-minecolonies\:citizen.undertaker.female4.greeting=true
-minecolonies\:citizen.florist.male1.gotobed=true
-minecolonies\:citizen.netherworker.male2.noise=true
-minecolonies\:citizen.healer.male3.badhousing=true
-minecolonies\:citizen.cowboy.female2.missingequipment=true
-blue_skies\:entity.sliv.idle=true
-minecraft\:entity.snow_golem.shear=true
-minecolonies\:citizen.miner.female3.sick=true
-minecolonies\:citizen.chickenherder.female2.greeting=true
-minecolonies\:citizen.miner.male2.noise=true
-minecolonies\:citizen.fletcher.female3.lowsaturation=true
-minecolonies\:citizen.student.male1.badhousing=true
-minecolonies\:citizen.builder.male4.missingequipment=true
-minecolonies\:citizen.mechanic.male2.success=true
-minecraft\:block.azalea_leaves.step=true
-minecolonies\:citizen.florist.female1.unhappy=true
-minecolonies\:citizen.druid.female3.farewell=true
-minecraft\:item.armor.equip_chain=true
-minecolonies\:citizen.glassblower.female2.unhappy=true
-minecolonies\:citizen.mechanic.male4.farewell=true
-minecolonies\:citizen.fletcher.male1.danger=true
-minecolonies\:citizen.alchemist.female3.general=true
-minecraft\:entity.zombie_villager.hurt=true
-minecolonies\:citizen.teacher.female2.happy=true
-minecolonies\:citizen.child.female3.farewell=true
-minecolonies\:citizen.lumberjack.female1.greeting=true
-minecolonies\:citizen.pupil.female4.noise=true
-minecolonies\:citizen.beekeeper.female3.highsaturation=true
-minecraft\:item.bucket.fill_lava=true
-minecolonies\:citizen.mechanic.male1.general=true
-minecolonies\:citizen.alchemist.male2.success=true
-minecolonies\:citizen.unemployed.female4.badweather=true
-alexsmobs\:tusklin_idle=true
-minecolonies\:citizen.researcher.female4.lowsaturation=true
-minecolonies\:citizen.alchemist.male4.badweather=true
-minecolonies\:citizen.visitor.male4.happy=true
-minecolonies\:citizen.healer.female4.general=true
-minecolonies\:citizen.stonemason.female2.unhappy=true
-minecolonies\:citizen.smelter.male1.badweather=true
-minecolonies\:citizen.ranger.male1.gotobed=true
-minecolonies\:citizen.cook.female2.interaction=true
-minecolonies\:citizen.swineherder.male4.missingequipment=true
-minecolonies\:citizen.chickenherder.female4.success=true
-minecolonies\:citizen.ranger.male3.sick=true
-minecraft\:entity.ravager.hurt=true
-minecolonies\:citizen.florist.male1.sick=true
-minecolonies\:citizen.fletcher.male1.missingequipment=true
-minecolonies\:citizen.beekeeper.male1.sick=true
-alexsmobs\:mimicube_jump=true
-minecolonies\:citizen.cookassistant.male1.highsaturation=true
-minecolonies\:citizen.ranger.female1.happy=true
-undergarden\:ambient.mood=true
-minecolonies\:citizen.quarrier.female1.success=true
-minecolonies\:citizen.cowboy.female4.interaction=true
-minecolonies\:citizen.pupil.male4.success=true
-deeperdarker\:entity.stalker.ambient=true
-minecolonies\:citizen.enchanter.female4.noise=true
-minecolonies\:citizen.fletcher.male4.goodhousing=true
-minecolonies\:citizen.cookassistant.female3.success=true
-minecraft\:entity.bee.loop_aggressive=true
-minecolonies\:citizen.cookassistant.female1.badweather=true
-minecolonies\:citizen.cowboy.female1.interaction=true
-minecraft\:entity.goat.screaming.death=true
-minecolonies\:citizen.healer.female1.sick=true
-minecolonies\:citizen.fletcher.female3.sick=true
-minecraft\:block.cherry_wood.place=true
-minecolonies\:citizen.sawmill.female4.unhappy=true
-minecraft\:block.netherrack.break=true
-minecolonies\:citizen.farmer.male2.missingequipment=true
-minecolonies\:citizen.ranger.female1.greeting=true
-minecolonies\:citizen.teacher.female2.unhappy=true
-deeperdarker\:music.otherside.echoing_forest=true
-minecolonies\:citizen.fisherman.male1.sick=true
-minecolonies\:citizen.healer.female1.danger=true
-minecolonies\:citizen.rabbitherder.male1.goodhousing=true
-minecolonies\:citizen.beekeeper.male2.highsaturation=true
-minecolonies\:citizen.cookassistant.male2.highsaturation=true
-minecraft\:entity.piglin.death=true
-minecolonies\:citizen.chickenherder.male1.greeting=true
-minecolonies\:citizen.miner.male4.happy=true
-minecolonies\:citizen.cowboy.female2.happy=true
-minecolonies\:citizen.archertraining.female2.general=true
-minecolonies\:citizen.quarrier.male3.general=true
-minecolonies\:citizen.beekeeper.female2.highsaturation=true
-minecolonies\:citizen.netherworker.male2.badhousing=true
-minecolonies\:citizen.crusher.female2.danger=true
-minecolonies\:citizen.farmer.female4.farewell=true
-minecraft\:entity.player.breath=true
-alexsmobs\:murmur_idle=true
-minecolonies\:citizen.shepherd.female3.success=true
-minecolonies\:citizen.cowboy.male1.lowsaturation=true
-minecolonies\:citizen.beekeeper.male4.highsaturation=true
-blue_skies\:entity.gatekeeper.cast_spell=true
-friendsandfoes\:entity.tuff_golem.wake=true
-minecolonies\:citizen.baker.male2.badweather=true
-minecolonies\:citizen.concretemixer.male3.lowsaturation=true
-minecolonies\:citizen.druid.male3.badweather=true
-minecolonies\:citizen.swineherder.male2.greeting=true
-minecolonies\:citizen.smelter.male4.danger=true
-minecolonies\:citizen.beekeeper.female4.highsaturation=true
-minecraft\:block.spore_blossom.hit=true
-minecolonies\:citizen.cowboy.male2.gotobed=true
-minecolonies\:citizen.quarrier.female4.noise=true
-minecolonies\:citizen.chickenherder.male3.badweather=true
-minecolonies\:citizen.healer.male4.lowsaturation=true
-minecraft\:entity.horse.land=true
-minecolonies\:citizen.pupil.male3.general=true
-minecraft\:entity.parrot.step=true
-minecolonies\:citizen.farmer.female1.sick=true
-minecraft\:music.dragon=true
-touhou_little_maid\:maid.ai.hurt_player=true
-minecraft\:block.big_dripleaf.place=true
-minecolonies\:citizen.student.female4.gotobed=true
-minecolonies\:citizen.quarrier.male4.success=true
-minecraft\:block.basalt.fall=true
-minecraft\:entity.player.big_fall=true
-minecolonies\:citizen.deliveryman.male3.goodhousing=true
-minecolonies\:citizen.enchanter.female1.gotobed=true
-minecolonies\:citizen.beekeeper.male1.highsaturation=true
-minecolonies\:citizen.stonesmeltery.male1.general=true
-minecolonies\:citizen.researcher.male2.greeting=true
-minecolonies\:citizen.concretemixer.male4.gotobed=true
-minecolonies\:citizen.crusher.male4.goodhousing=true
-minecolonies\:citizen.farmer.male3.danger=true
-minecraft\:entity.chicken.egg=true
-minecraft\:entity.glow_item_frame.break=true
-minecraft\:item.crossbow.hit=true
-minecolonies\:citizen.researcher.male2.gotobed=true
-minecolonies\:citizen.shepherd.female1.danger=true
-minecolonies\:citizen.miner.female1.success=true
-minecraft\:entity.elder_guardian.hurt_land=true
-minecolonies\:citizen.composter.female2.danger=true
-minecolonies\:citizen.composter.male2.farewell=true
-minecolonies\:citizen.quarrier.female1.farewell=true
-minecolonies\:citizen.student.female2.unhappy=true
-minecolonies\:citizen.shepherd.female2.general=true
-minecolonies\:citizen.mechanic.female3.sick=true
-minecolonies\:citizen.chickenherder.female3.general=true
-minecolonies\:citizen.healer.female4.sick=true
-minecolonies\:citizen.crusher.female4.farewell=true
-minecolonies\:citizen.healer.female1.unhappy=true
-minecolonies\:citizen.visitor.male1.noise=true
-blue_skies\:music.turquoise=true
-minecolonies\:citizen.mechanic.female4.unhappy=true
-minecolonies\:citizen.planter.male2.greeting=true
-minecolonies\:citizen.druid.male3.gotobed=true
-minecraft\:entity.zombie_villager.converted=true
-minecolonies\:citizen.cook.female3.happy=true
-minecolonies\:citizen.knight.female4.goodhousing=true
-minecolonies\:citizen.lumberjack.female3.goodhousing=true
-minecolonies\:citizen.alchemist.male1.general=true
-minecolonies\:citizen.undertaker.female4.danger=true
-minecolonies\:citizen.visitor.female2.unhappy=true
-minecolonies\:citizen.smelter.male2.highsaturation=true
-minecolonies\:citizen.student.female1.badweather=true
-minecolonies\:citizen.quarrier.female1.interaction=true
-minecolonies\:citizen.builder.female4.general=true
-minecolonies\:citizen.blacksmith.male4.noise=true
-alexsmobs\:mosquito_die=true
-minecolonies\:citizen.netherworker.female4.gotobed=true
-riskofrain_mobs\:entity.lemurian.ambient=true
-minecolonies\:citizen.student.male2.missingequipment=true
-minecolonies\:citizen.beekeeper.female3.badhousing=true
-minecraft\:entity.enderman.death=true
-create\:contraption_assemble=true
-minecolonies\:citizen.mechanic.male1.greeting=true
-minecolonies\:citizen.planter.male3.farewell=true
-minecolonies\:citizen.builder.female4.goodhousing=true
-minecolonies\:citizen.druid.male2.goodhousing=true
-minecraft\:ui.loom.take_result=true
-minecolonies\:citizen.undertaker.female2.interaction=true
-minecolonies\:citizen.fisherman.female2.danger=true
-minecolonies\:citizen.fisherman.male4.sick=true
-minecraft\:block.big_dripleaf.tilt_down=true
-undergarden\:ambient.frostfields_addition=true
-deeperdarker\:block.vase.hit=true
-minecolonies\:citizen.builder.male3.badhousing=true
-blue_skies\:ambient.rain.drizzle=true
-minecolonies\:citizen.sawmill.female1.goodhousing=true
-minecolonies\:citizen.sifter.male4.danger=true
-minecolonies\:citizen.combattraining.female1.farewell=true
-minecraft\:block.note_block.xylophone=true
-creeperoverhaul\:entity.stone.creeper.prime=true
-minecolonies\:citizen.student.female1.goodhousing=true
-minecolonies\:citizen.pupil.male4.noise=true
-minecolonies\:citizen.farmer.male3.gotobed=true
-minecraft\:entity.vex.ambient=true
-minecolonies\:citizen.cookassistant.male4.highsaturation=true
-minecolonies\:citizen.smelter.female3.goodhousing=true
-minecraft\:block.dripstone_block.break=true
-minecolonies\:citizen.knight.female1.general=true
-minecolonies\:citizen.smelter.male3.highsaturation=true
-minecolonies\:citizen.crusher.female4.highsaturation=true
-minecolonies\:citizen.visitor.female1.success=true
-minecolonies\:citizen.smelter.female4.general=true
-minecolonies\:citizen.stonemason.female1.interaction=true
-minecolonies\:citizen.ranger.male4.interaction=true
-minecolonies\:citizen.planter.female2.badweather=true
-minecolonies\:citizen.cowboy.female4.missingequipment=true
-minecolonies\:citizen.stonesmeltery.male2.lowsaturation=true
-minecolonies\:citizen.child.female1.unhappy=true
-minecolonies\:citizen.mechanic.male3.unhappy=true
-minecolonies\:citizen.druid.female2.greeting=true
-illagerinvasion\:entity.invoker.ambient=true
-minecolonies\:citizen.alchemist.male2.greeting=true
-minecolonies\:citizen.netherworker.female1.noise=true
-minecolonies\:citizen.stonemason.female3.missingequipment=true
-minecolonies\:citizen.builder.female2.badhousing=true
-minecolonies\:citizen.undertaker.male1.general=true
-minecolonies\:citizen.composter.female2.unhappy=true
-minecolonies\:citizen.enchanter.female4.lowsaturation=true
-minecolonies\:citizen.glassblower.male3.noise=true
-friendsandfoes\:entity.wildfire.shockwave=true
-minecolonies\:citizen.teacher.male2.general=true
-minecolonies\:citizen.florist.male4.sick=true
-minecolonies\:citizen.visitor.female3.badweather=true
-minecolonies\:citizen.researcher.female1.badweather=true
-minecolonies\:citizen.florist.female3.farewell=true
-minecolonies\:citizen.stonesmeltery.female1.badhousing=true
-minecolonies\:citizen.lumberjack.female1.lowsaturation=true
-minecolonies\:citizen.enchanter.female2.noise=true
-minecolonies\:citizen.shepherd.female1.greeting=true
-minecolonies\:citizen.swineherder.male3.general=true
-minecolonies\:citizen.florist.male4.goodhousing=true
-minecolonies\:citizen.swineherder.male4.danger=true
-minecolonies\:citizen.florist.male4.farewell=true
-minecolonies\:citizen.baker.male3.greeting=true
-minecolonies\:citizen.dyer.female1.badhousing=true
-minecolonies\:citizen.crusher.female3.highsaturation=true
-minecraft\:entity.zombie.death=true
-create\:wrench_rotate=true
-minecolonies\:citizen.beekeeper.female4.badweather=true
-minecraft\:block.sculk_catalyst.hit=true
-minecolonies\:citizen.swineherder.female2.danger=true
-touhou_little_maid\:item.camera_use=true
-minecolonies\:citizen.cook.male2.general=true
-minecolonies\:citizen.shepherd.male4.badhousing=true
-bettercombat\:claymore_slam=true
-minecolonies\:citizen.swineherder.female4.noise=true
-minecraft\:entity.iron_golem.death=true
-minecolonies\:citizen.shepherd.male1.greeting=true
-minecolonies\:citizen.ranger.female2.farewell=true
-minecolonies\:citizen.farmer.female4.danger=true
-minecolonies\:citizen.dyer.male2.lowsaturation=true
-minecolonies\:citizen.dyer.female1.sick=true
-minecolonies\:citizen.cookassistant.male1.gotobed=true
-minecolonies\:citizen.undertaker.female1.badhousing=true
-minecolonies\:citizen.child.female2.interaction=true
-minecraft\:block.chiseled_bookshelf.pickup=true
-supplementaries\:block.crank=true
-minecraft\:entity.item_frame.remove_item=true
-minecolonies\:citizen.cook.male2.badweather=true
-minecolonies\:citizen.rabbitherder.male1.badhousing=true
-minecraft\:block.flowering_azalea.hit=true
-minecolonies\:citizen.cowboy.male1.danger=true
-minecolonies\:citizen.unemployed.male3.highsaturation=true
-minecolonies\:citizen.sifter.female4.greeting=true
-minecolonies\:citizen.planter.female1.missingequipment=true
-minecraft\:block.coral_block.fall=true
-minecraft\:block.nether_wood.break=true
-minecolonies\:citizen.blacksmith.male1.success=true
-minecolonies\:citizen.cookassistant.male3.interaction=true
-illagerinvasion\:entity.invoker.shield_create=true
-minecolonies\:citizen.quarrier.female2.unhappy=true
-minecolonies\:citizen.combattraining.male1.badweather=true
-minecolonies\:citizen.enchanter.female3.badweather=true
-minecolonies\:citizen.unemployed.male3.badhousing=true
-minecolonies\:citizen.quarrier.female2.missingequipment=true
-minecolonies\:citizen.teacher.male3.success=true
-minecolonies\:citizen.cowboy.female2.badhousing=true
-xercapaint\:stroke_loop=true
-minecolonies\:citizen.beekeeper.female1.highsaturation=true
-minecolonies\:citizen.netherworker.female2.happy=true
-minecolonies\:citizen.pupil.male2.lowsaturation=true
-minecolonies\:citizen.swineherder.male4.success=true
-minecolonies\:citizen.cookassistant.male3.highsaturation=true
-blue_skies\:entity.villager.work_stargazer=true
-minecolonies\:citizen.knight.male1.unhappy=true
-minecraft\:entity.bat.loop=true
-minecolonies\:citizen.miner.male1.danger=true
-minecolonies\:citizen.glassblower.male4.general=true
-minecolonies\:citizen.child.male1.sick=true
-deeperdarker\:entity.leech.hurt=true
-alexsmobs\:gazelle_hurt=true
-minecolonies\:citizen.fletcher.male1.happy=true
-minecolonies\:citizen.stonesmeltery.female4.lowsaturation=true
-creeperoverhaul\:entity.stone.creeper.explosion=true
-minecolonies\:citizen.unemployed.female3.danger=true
-minecraft\:block.amethyst_block.step=true
-minecolonies\:citizen.shepherd.female4.unhappy=true
-minecolonies\:citizen.planter.male1.missingequipment=true
-minecolonies\:citizen.farmer.female4.sick=true
-minecolonies\:citizen.child.female2.greeting=true
-minecolonies\:citizen.builder.female1.goodhousing=true
-minecolonies\:citizen.netherworker.male4.unhappy=true
-undergarden\:entity.brute.death=true
-minecraft\:block.metal.hit=true
-minecolonies\:citizen.quarrier.male1.lowsaturation=true
-minecolonies\:citizen.cookassistant.female4.unhappy=true
-minecolonies\:citizen.cook.male2.lowsaturation=true
-minecraft\:block.big_dripleaf.break=true
-bettercombat\:scythe_slash=true
-minecolonies\:citizen.chickenherder.male4.interaction=true
-blue_skies\:entity.starlit_crusher.idle=true
-minecolonies\:citizen.sawmill.male1.gotobed=true
-minecolonies\:citizen.fisherman.female1.gotobed=true
-deeperdarker\:music.otherside.overcast_columns=true
-undergarden\:entity.forgotten_guardian.hurt=true
-minecolonies\:citizen.smelter.male4.sick=true
-minecolonies\:citizen.dyer.male3.danger=true
-minecraft\:block.dripstone_block.place=true
-minecolonies\:citizen.stonesmeltery.female2.badweather=true
-minecolonies\:citizen.enchanter.male2.danger=true
-minecolonies\:citizen.ranger.male2.missingequipment=true
-minecolonies\:citizen.beekeeper.male3.highsaturation=true
-minecraft\:block.soul_soil.fall=true
-minecraft\:block.stone_button.click_on=true
-minecolonies\:citizen.fisherman.female4.badhousing=true
-minecolonies\:citizen.netherworker.female2.greeting=true
-minecraft\:entity.slime.squish_small=true
-minecolonies\:citizen.sawmill.female1.happy=true
-minecolonies\:citizen.quarrier.female4.interaction=true
-minecolonies\:citizen.rabbitherder.male2.gotobed=true
-minecolonies\:citizen.healer.female4.gotobed=true
-minecraft\:entity.warden.nearby_closest=true
-minecolonies\:citizen.ranger.female4.interaction=true
-minecolonies\:citizen.composter.female4.happy=true
-minecolonies\:citizen.combattraining.female3.greeting=true
-minecolonies\:citizen.dyer.female4.gotobed=true
-minecolonies\:citizen.healer.female4.greeting=true
-minecraft\:block.comparator.click=true
-minecolonies\:citizen.teacher.male2.farewell=true
-minecolonies\:citizen.rabbitherder.female1.gotobed=true
-minecraft\:item.armor.equip_iron=true
-alexsmobs\:potoo_hurt=true
-minecolonies\:citizen.swineherder.male1.highsaturation=true
-minecolonies\:citizen.netherworker.female1.danger=true
-supplementaries\:block.gunpowder.ignite=true
-minecolonies\:citizen.cookassistant.female4.danger=true
-minecolonies\:citizen.blacksmith.male4.gotobed=true
-minecraft\:block.ancient_debris.break=true
-minecolonies\:citizen.baker.female4.general=true
-minecolonies\:citizen.sawmill.male2.goodhousing=true
-minecolonies\:citizen.sifter.female3.success=true
-minecolonies\:citizen.mechanic.male4.sick=true
-blue_skies\:entity.stardust_ram.idle=true
-minecolonies\:citizen.unemployed.male1.lowsaturation=true
-minecolonies\:citizen.fisherman.male4.unhappy=true
-friendsandfoes\:entity.copper_golem.step=true
-minecolonies\:citizen.farmer.female3.noise=true
-minecolonies\:citizen.unemployed.male4.badweather=true
-minecolonies\:citizen.netherworker.male4.happy=true
-minecraft\:block.cherry_leaves.fall=true
-minecolonies\:citizen.beekeeper.female4.unhappy=true
-minecolonies\:citizen.ranger.male4.badhousing=true
-minecraft\:block.azalea_leaves.break=true
-minecolonies\:citizen.cookassistant.female3.missingequipment=true
-minecraft\:entity.turtle.death_baby=true
-minecraft\:entity.cod.death=true
-minecolonies\:citizen.lumberjack.female3.general=true
-minecolonies\:citizen.mechanic.male1.gotobed=true
-create\:cranking=true
-minecolonies\:citizen.quarrier.female4.unhappy=true
-minecraft\:entity.splash_potion.throw=true
-minecolonies\:citizen.unemployed.male4.interaction=true
-minecraft\:entity.dolphin.splash=true
-undergarden\:block.undergarden_portal.travel=true
-minecraft\:entity.wither.ambient=true
-minecolonies\:citizen.sawmill.male2.greeting=true
-minecolonies\:citizen.archertraining.male2.gotobed=true
-alexsmobs\:flutter_yes=true
-minecolonies\:citizen.alchemist.male4.highsaturation=true
-minecraft\:entity.creeper.primed=true
-minecolonies\:citizen.cookassistant.female2.farewell=true
-minecolonies\:citizen.druid.male2.farewell=true
-minecolonies\:citizen.chickenherder.male3.noise=true
-minecolonies\:citizen.sawmill.male4.happy=true
-minecraft\:block.nether_wood_button.click_off=true
-minecolonies\:citizen.baker.male1.farewell=true
-minecolonies\:citizen.undertaker.female4.noise=true
-minecolonies\:citizen.ranger.male4.general=true
-minecolonies\:citizen.healer.male4.general=true
-minecolonies\:citizen.child.male2.gotobed=true
-minecolonies\:citizen.researcher.male2.farewell=true
-minecolonies\:citizen.knight.male1.danger=true
-minecolonies\:mob.barbarian.hurt=true
-minecraft\:block.nether_wood_pressure_plate.click_on=true
-minecraft\:entity.phantom.ambient=true
-minecolonies\:citizen.composter.male3.missingequipment=true
-minecolonies\:citizen.combattraining.female4.badweather=true
-minecolonies\:citizen.cookassistant.male1.lowsaturation=true
-blue_skies\:entity.infested_swarmer.idle=true
-minecolonies\:citizen.fisherman.female2.lowsaturation=true
-minecolonies\:citizen.builder.female2.general=true
-minecolonies\:citizen.shepherd.male4.farewell=true
-minecolonies\:citizen.beekeeper.female2.farewell=true
-minecolonies\:citizen.farmer.female4.goodhousing=true
-blue_skies\:entity.crynocerous.idle=true
-minecolonies\:citizen.stonesmeltery.male2.happy=true
-minecolonies\:citizen.fletcher.male3.danger=true
-minecolonies\:citizen.swineherder.female4.badhousing=true
-minecolonies\:citizen.druid.female2.farewell=true
-minecraft\:entity.turtle.egg_break=true
-minecolonies\:citizen.composter.female4.greeting=true
-minecolonies\:citizen.ranger.female4.greeting=true
-minecolonies\:citizen.fisherman.male1.missingequipment=true
-minecolonies\:citizen.lumberjack.male4.highsaturation=true
-mutantmonsters\:entity.mutant_skeleton.ambient=true
-blue_skies\:entity.spewter.hurt=true
-minecolonies\:citizen.composter.male4.badhousing=true
-minecolonies\:citizen.enchanter.female4.interaction=true
-minecolonies\:citizen.concretemixer.female4.happy=true
-minecolonies\:citizen.alchemist.female1.lowsaturation=true
-minecolonies\:citizen.crusher.male2.greeting=true
-minecolonies\:citizen.enchanter.female3.unhappy=true
-blue_skies\:entity.spewter.grow=true
-minecolonies\:citizen.builder.male2.sick=true
-minecolonies\:citizen.dyer.male4.missingequipment=true
-minecolonies\:citizen.crusher.female2.highsaturation=true
-minecolonies\:citizen.unemployed.male4.general=true
-minecolonies\:citizen.cowboy.male2.unhappy=true
-minecolonies\:citizen.netherworker.male3.highsaturation=true
-blue_skies\:entity.starlit_crusher.prepare_small_growth=true
-minecolonies\:citizen.visitor.female4.danger=true
-alexsmobs\:murmur_anger=true
-minecraft\:ambient.crimson_forest.loop=true
-minecraft\:block.cherry_wood_button.click_on=true
-minecolonies\:citizen.swineherder.male3.interaction=true
-minecolonies\:citizen.florist.female3.unhappy=true
-minecolonies\:citizen.visitor.female1.highsaturation=true
-minecraft\:block.pumpkin.carve=true
-minecraft\:block.cherry_wood_trapdoor.close=true
-minecraft\:item.shield.block=true
-minecraft\:block.note_block.snare=true
-minecolonies\:citizen.crusher.male2.success=true
-minecolonies\:citizen.netherworker.male3.badweather=true
-undergarden\:entity.rotbeast.death=true
-minecolonies\:citizen.baker.male3.general=true
-minecolonies\:citizen.quarrier.male1.general=true
-minecraft\:block.grass.break=true
-minecolonies\:citizen.sifter.male1.badhousing=true
-minecolonies\:citizen.druid.female4.badweather=true
-touhou_little_maid\:maid.ai.hurt=true
-minecolonies\:citizen.sawmill.male1.danger=true
-minecraft\:entity.zombie_horse.ambient=true
-minecolonies\:citizen.teacher.male4.general=true
-minecolonies\:citizen.florist.female3.sick=true
-minecolonies\:citizen.healer.male2.interaction=true
-minecolonies\:citizen.cook.male2.greeting=true
-minecolonies\:citizen.deliveryman.female2.goodhousing=true
-minecolonies\:citizen.concretemixer.male2.goodhousing=true
-minecraft\:entity.wandering_trader.yes=true
-minecolonies\:citizen.shepherd.female3.interaction=true
-minecolonies\:citizen.druid.female2.danger=true
-minecolonies\:citizen.teacher.male4.interaction=true
-minecolonies\:citizen.archertraining.female4.farewell=true
-minecraft\:entity.mooshroom.suspicious_milk=true
-minecolonies\:citizen.mechanic.female3.lowsaturation=true
-minecolonies\:citizen.sifter.female4.farewell=true
-minecraft\:item.bundle.remove_one=true
-minecraft\:entity.hoglin.hurt=true
-minecolonies\:citizen.smelter.female2.gotobed=true
-minecolonies\:citizen.crusher.male3.highsaturation=true
-blue_skies\:entity.starlit_crusher.root=true
-minecolonies\:citizen.student.male3.happy=true
-minecolonies\:citizen.smelter.male1.sick=true
-minecolonies\:citizen.crusher.male4.farewell=true
-minecolonies\:citizen.planter.male3.interaction=true
-minecolonies\:citizen.concretemixer.female2.success=true
-minecolonies\:citizen.druid.female4.goodhousing=true
-minecolonies\:citizen.stonesmeltery.female2.unhappy=true
-minecolonies\:citizen.miner.female4.interaction=true
-minecolonies\:citizen.ranger.female4.success=true
-minecraft\:ui.toast.challenge_complete=true
-mutantmonsters\:entity.endersoul_fragment.explode=true
-minecolonies\:citizen.planter.male4.badhousing=true
-minecolonies\:citizen.netherworker.female3.badhousing=true
-minecolonies\:citizen.builder.female1.happy=true
-doggytalents\:chopin_op64_no1=true
-minecraft\:block.cherry_wood_pressure_plate.click_off=true
-minecraft\:entity.hoglin.converted_to_zombified=true
-minecolonies\:citizen.knight.male1.missingequipment=true
-minecolonies\:citizen.mechanic.female3.missingequipment=true
-minecraft\:music_disc.stal=true
-minecolonies\:citizen.swineherder.male3.greeting=true
-minecolonies\:citizen.composter.female2.interaction=true
-minecolonies\:citizen.healer.male1.goodhousing=true
-minecolonies\:citizen.child.male4.greeting=true
-minecolonies\:citizen.enchanter.female3.gotobed=true
-minecolonies\:citizen.pupil.male4.greeting=true
-minecolonies\:citizen.child.female4.greeting=true
-minecraft\:entity.parrot.imitate.zoglin=true
-minecraft\:entity.fish.swim=true
-minecolonies\:citizen.fisherman.male2.farewell=true
-minecolonies\:citizen.stonesmeltery.male1.badhousing=true
-minecolonies\:citizen.lumberjack.female3.badweather=true
-minecolonies\:citizen.fisherman.male3.danger=true
-minecolonies\:citizen.miner.male3.general=true
-minecraft\:block.note_block.harp=true
-minecraft\:entity.axolotl.death=true
-minecolonies\:citizen.pupil.female2.missingequipment=true
-minecolonies\:citizen.teacher.male1.sick=true
-minecolonies\:citizen.shepherd.female4.general=true
-minecolonies\:citizen.farmer.female2.unhappy=true
-minecolonies\:citizen.pupil.male4.badhousing=true
-minecolonies\:citizen.deliveryman.male4.missingequipment=true
-minecolonies\:citizen.concretemixer.female1.goodhousing=true
-blue_skies\:entity.jelly_drifter.idle=true
-minecolonies\:citizen.cook.female3.noise=true
-minecolonies\:citizen.child.male4.badhousing=true
-minecolonies\:citizen.archertraining.female1.missingequipment=true
-minecolonies\:citizen.beekeeper.male1.greeting=true
-minecraft\:block.rooted_dirt.place=true
-minecolonies\:citizen.student.male3.farewell=true
-minecolonies\:citizen.sifter.female1.lowsaturation=true
-minecolonies\:citizen.enchanter.male4.success=true
-minecraft\:block.azalea_leaves.place=true
-minecolonies\:citizen.swineherder.female4.sick=true
-minecolonies\:citizen.planter.male2.goodhousing=true
-minecolonies\:citizen.alchemist.male1.interaction=true
-minecraft\:music.credits=true
-minecraft\:entity.zombie.converted_to_drowned=true
-farmersdelight\:block.cabinet.open=true
-minecolonies\:citizen.teacher.female3.badweather=true
-alexsmobs\:bone_serpent_hurt=true
-minecolonies\:citizen.combattraining.female4.sick=true
-minecolonies\:citizen.netherworker.male2.unhappy=true
-minecolonies\:citizen.druid.female1.interaction=true
-minecolonies\:citizen.teacher.female2.interaction=true
-minecraft\:entity.fox.death=true
-minecolonies\:citizen.swineherder.male4.happy=true
-minecolonies\:citizen.dyer.male1.danger=true
-minecraft\:block.bone_block.fall=true
-minecraft\:item.crossbow.quick_charge_2=true
-minecolonies\:citizen.composter.male4.general=true
-minecraft\:item.crossbow.quick_charge_1=true
-minecraft\:entity.player.splash=true
-minecraft\:entity.husk.death=true
-minecolonies\:citizen.miner.female3.goodhousing=true
-minecolonies\:citizen.fisherman.female1.lowsaturation=true
-minecolonies\:citizen.cook.female4.danger=true
-minecraft\:music_disc.far=true
-minecraft\:music.end=true
-minecolonies\:citizen.archertraining.female1.noise=true
-minecraft\:item.bucket.empty_powder_snow=true
-minecraft\:item.bucket.fill_powder_snow=true
-minecraft\:entity.firework_rocket.large_blast=true
-minecraft\:item.crossbow.quick_charge_3=true
-minecolonies\:citizen.sifter.female2.greeting=true
-minecolonies\:citizen.cook.male3.badhousing=true
-minecolonies\:citizen.unemployed.male1.gotobed=true
-minecolonies\:citizen.unemployed.male3.greeting=true
-minecraft\:entity.spider.step=true
-minecolonies\:citizen.builder.male2.goodhousing=true
-minecolonies\:citizen.child.male2.unhappy=true
-create\:steam=true
-minecolonies\:citizen.deliveryman.female1.interaction=true
-minecraft\:entity.wolf.death=true
-minecolonies\:citizen.planter.female1.farewell=true
-undergarden\:entity.scintling.step=true
-minecolonies\:citizen.builder.male2.unhappy=true
-minecolonies\:citizen.beekeeper.male3.general=true
-minecraft\:block.pointed_dripstone.land=true
-minecolonies\:citizen.composter.male1.farewell=true
-minecolonies\:citizen.cookassistant.male2.lowsaturation=true
-minecolonies\:citizen.baker.female3.danger=true
-minecolonies\:citizen.sifter.male4.lowsaturation=true
-minecolonies\:citizen.dyer.female4.unhappy=true
-minecolonies\:citizen.healer.male1.gotobed=true
-minecolonies\:citizen.alchemist.male3.unhappy=true
-minecolonies\:citizen.healer.female1.lowsaturation=true
-minecolonies\:citizen.pupil.female3.noise=true
-minecolonies\:citizen.teacher.female4.happy=true
-minecolonies\:citizen.archertraining.male4.missingequipment=true
-minecolonies\:mob.pirate.say=true
-minecolonies\:citizen.sifter.male1.lowsaturation=true
-minecolonies\:citizen.unemployed.male2.lowsaturation=true
-minecolonies\:citizen.florist.male1.interaction=true
-touhou_little_maid\:maid.credit=true
-minecraft\:entity.puffer_fish.sting=true
-minecolonies\:citizen.sifter.male3.badweather=true
-minecolonies\:citizen.planter.male1.farewell=true
-minecolonies\:citizen.visitor.female3.success=true
-minecraft\:block.deepslate_tiles.fall=true
-undergarden\:entity.sploogie.ambient=true
-minecolonies\:citizen.dyer.male2.unhappy=true
-minecolonies\:citizen.sifter.male1.interaction=true
-minecolonies\:citizen.miner.male3.greeting=true
-alexsmobs\:rocky_roller_earthquake=true
-minecolonies\:citizen.researcher.female2.badhousing=true
-minecolonies\:citizen.druid.male3.general=true
-minecolonies\:citizen.druid.male4.sick=true
-minecraft\:block.grass.place=true
-minecolonies\:citizen.pupil.male2.sick=true
-alexsmobs\:leafcutter_ant_queen_hurt=true
-minecolonies\:citizen.cowboy.female1.happy=true
-minecolonies\:citizen.concretemixer.male2.missingequipment=true
-alexsmobs\:mungus_idle=true
-minecolonies\:citizen.concretemixer.male4.general=true
-enhancedcelestials\:harvest_moon=true
-minecolonies\:citizen.dyer.male4.interaction=true
-minecolonies\:citizen.deliveryman.female1.farewell=true
-minecolonies\:citizen.swineherder.male4.goodhousing=true
-minecolonies\:citizen.chickenherder.male3.farewell=true
-minecolonies\:citizen.builder.male1.interaction=true
-minecolonies\:citizen.chickenherder.female3.noise=true
-minecolonies\:citizen.ranger.male1.noise=true
-minecolonies\:citizen.druid.male4.danger=true
-minecolonies\:citizen.rabbitherder.female1.sick=true
-undergarden\:entity.stoneborn.confused=true
-minecolonies\:citizen.shepherd.male2.greeting=true
-minecolonies\:citizen.healer.female3.badweather=true
-minecraft\:entity.cat.hurt=true
-minecolonies\:citizen.mechanic.female2.general=true
-minecolonies\:citizen.composter.female1.farewell=true
-minecolonies\:citizen.florist.male3.farewell=true
-minecolonies\:citizen.shepherd.female4.gotobed=true
-minecolonies\:citizen.teacher.male4.danger=true
-minecraft\:entity.ghast.death=true
-minecraft\:music_disc.mall=true
-minecolonies\:citizen.druid.female3.highsaturation=true
-minecolonies\:citizen.cowboy.female3.sick=true
-minecolonies\:citizen.pupil.male1.highsaturation=true
-minecolonies\:citizen.pupil.female3.danger=true
-minecraft\:music.game=true
-minecolonies\:citizen.enchanter.female1.badweather=true
-minecolonies\:citizen.smelter.male2.lowsaturation=true
-minecolonies\:citizen.lumberjack.male4.noise=true
-minecolonies\:citizen.alchemist.female3.highsaturation=true
-minecraft\:item.bucket.empty=true
-minecolonies\:citizen.researcher.male2.noise=true
-bettercombat\:axe_slash=true
-riskofrain_mobs\:entity.stone_golem.laser_charge=true
-minecraft\:block.sculk_shrieker.step=true
-minecolonies\:citizen.pupil.male3.lowsaturation=true
-minecolonies\:citizen.rabbitherder.female1.general=true
-minecolonies\:citizen.crusher.female3.success=true
-minecraft\:entity.hostile.small_fall=true
-minecolonies\:citizen.researcher.female4.happy=true
-blue_skies\:block.crystallized_plant.break=true
-minecolonies\:citizen.chickenherder.female3.interaction=true
-minecolonies\:citizen.florist.male1.greeting=true
-minecolonies\:citizen.undertaker.female1.sick=true
-minecolonies\:citizen.netherworker.female3.success=true
-minecolonies\:citizen.baker.female4.gotobed=true
-minecolonies\:citizen.rabbitherder.male2.unhappy=true
-minecolonies\:citizen.miner.female2.unhappy=true
-minecolonies\:citizen.child.male2.missingequipment=true
-minecolonies\:citizen.glassblower.female2.general=true
-minecolonies\:citizen.dyer.female4.noise=true
-minecolonies\:citizen.deliveryman.female4.unhappy=true
-minecolonies\:citizen.mechanic.male1.highsaturation=true
-minecolonies\:citizen.glassblower.male4.unhappy=true
-minecolonies\:citizen.archertraining.female3.noise=true
-minecolonies\:citizen.swineherder.female3.danger=true
-minecolonies\:citizen.cook.female1.danger=true
-minecraft\:entity.warden.nearby_close=true
-minecolonies\:citizen.knight.male4.gotobed=true
-minecolonies\:citizen.crusher.male2.missingequipment=true
-minecolonies\:citizen.chickenherder.male1.badweather=true
-minecolonies\:citizen.researcher.male4.sick=true
-minecolonies\:citizen.enchanter.female1.lowsaturation=true
-minecolonies\:citizen.dyer.male4.danger=true
-minecolonies\:citizen.baker.female2.unhappy=true
-minecolonies\:citizen.sifter.female2.goodhousing=true
-minecolonies\:citizen.cook.male1.happy=true
-minecraft\:block.azalea.fall=true
-doggytalents\:okami_ryoshima_coast_arr=true
-minecolonies\:citizen.fletcher.male2.sick=true
-minecolonies\:citizen.druid.male4.noise=true
-minecolonies\:citizen.miner.male4.farewell=true
-minecolonies\:citizen.fisherman.male4.interaction=true
-minecraft\:block.nether_wood_hanging_sign.step=true
-undergarden\:entity.brute.ambient=true
-minecraft\:block.nether_wood_hanging_sign.place=true
-minecolonies\:citizen.stonemason.male2.interaction=true
-create\:schematicannon_launch_block=true
-minecolonies\:citizen.teacher.male3.missingequipment=true
-minecolonies\:citizen.combattraining.male4.sick=true
-blue_skies\:entity.armored_frost_spirit.death=true
-minecolonies\:citizen.stonemason.male4.lowsaturation=true
-minecolonies\:citizen.baker.male4.badweather=true
-minecraft\:entity.player.attack.knockback=true
-minecolonies\:citizen.deliveryman.male3.success=true
-minecraft\:block.stem.place=true
-minecraft\:block.cherry_wood_hanging_sign.step=true
-minecolonies\:citizen.researcher.male2.goodhousing=true
-minecolonies\:citizen.swineherder.male4.sick=true
-minecraft\:entity.strider.eat=true
-minecolonies\:citizen.netherworker.male2.gotobed=true
-riskofrain_mobs\:entity.lemurian.hurt=true
-minecolonies\:citizen.concretemixer.female2.sick=true
-minecolonies\:citizen.miner.female1.farewell=true
-minecraft\:entity.player.hurt_drown=true
-minecolonies\:citizen.miner.male2.badhousing=true
-minecolonies\:citizen.stonemason.male3.unhappy=true
-minecolonies\:citizen.planter.male4.lowsaturation=true
-minecraft\:block.cherry_sapling.hit=true
-minecolonies\:citizen.teacher.female1.noise=true
-blue_skies\:entity.jelly_drifter.death=true
-minecolonies\:citizen.cookassistant.female4.badhousing=true
-minecolonies\:citizen.deliveryman.female3.happy=true
-minecolonies\:citizen.fletcher.male4.unhappy=true
-blue_skies\:block.keystone.unlock=true
-minecolonies\:citizen.florist.male2.farewell=true
-minecolonies\:citizen.lumberjack.male2.interaction=true
-minecolonies\:citizen.glassblower.male4.goodhousing=true
-illagerinvasion\:entity.firecaller.idle=true
-minecolonies\:citizen.stonesmeltery.female4.missingequipment=true
-minecraft\:block.cherry_leaves.place=true
-minecraft\:block.bamboo.fall=true
-minecolonies\:citizen.blacksmith.female2.general=true
-minecolonies\:citizen.farmer.female3.danger=true
-mutantmonsters\:entity.mutant_zombie.roar=true
-minecolonies\:citizen.teacher.female1.sick=true
-minecolonies\:citizen.cowboy.male4.general=true
-minecolonies\:citizen.baker.female1.success=true
-minecolonies\:citizen.cook.female4.gotobed=true
-minecolonies\:citizen.florist.male1.lowsaturation=true
-minecolonies\:citizen.concretemixer.male1.interaction=true
-minecolonies\:citizen.unemployed.male4.gotobed=true
-minecolonies\:citizen.planter.female4.badweather=true
-minecolonies\:citizen.pupil.female2.badhousing=true
-minecolonies\:citizen.crusher.female4.unhappy=true
-minecraft\:music.overworld.meadow=true
-minecolonies\:citizen.glassblower.female2.sick=true
-minecraft\:entity.player.attack.sweep=true
-minecraft\:block.soul_soil.hit=true
-minecolonies\:citizen.cowboy.female4.badweather=true
-minecolonies\:citizen.dyer.male3.lowsaturation=true
-minecolonies\:citizen.miner.male2.greeting=true
-minecolonies\:citizen.mechanic.female4.badweather=true
-minecraft\:entity.evoker.death=true
-minecraft\:entity.sniffer.hurt=true
-minecolonies\:citizen.child.female3.noise=true
-minecolonies\:citizen.stonemason.female4.danger=true
-minecolonies\:citizen.stonemason.male2.badhousing=true
-minecolonies\:citizen.netherworker.male4.general=true
-minecraft\:block.cherry_leaves.break=true
-minecolonies\:citizen.alchemist.female4.highsaturation=true
-minecolonies\:citizen.combattraining.female1.success=true
-minecraft\:block.mangrove_roots.place=true
-minecolonies\:citizen.mechanic.male2.highsaturation=true
-endertrigon\:baby_dragon_egg_breaks=true
-minecolonies\:citizen.planter.female2.happy=true
-minecolonies\:citizen.miner.male4.badweather=true
-minecolonies\:citizen.crusher.male2.lowsaturation=true
-minecolonies\:citizen.teacher.female3.success=true
-minecolonies\:citizen.florist.female4.interaction=true
-minecolonies\:citizen.quarrier.female3.badhousing=true
-minecolonies\:citizen.visitor.male2.danger=true
-bettercombat\:staff_stab=true
-minecolonies\:citizen.knight.male4.danger=true
-minecolonies\:citizen.combattraining.male2.success=true
-minecraft\:block.chiseled_bookshelf.insert=true
-minecolonies\:citizen.archertraining.male2.unhappy=true
-minecolonies\:citizen.child.male2.general=true
-minecraft\:block.iron_trapdoor.close=true
-minecolonies\:citizen.archertraining.female3.badweather=true
-minecolonies\:citizen.archertraining.male4.highsaturation=true
-aquamirae\:entity.golden_moth.ambient=true
-minecolonies\:citizen.alchemist.male2.farewell=true
-minecolonies\:citizen.composter.female2.general=true
-blue_skies\:entity.starlit_crusher.prepare_owls=true
-zeldamod\:leaf=true
-minecolonies\:citizen.teacher.male2.unhappy=true
-minecraft\:item.bone_meal.use=true
-minecraft\:block.small_dripleaf.fall=true
-minecolonies\:citizen.smelter.male1.interaction=true
-minecolonies\:citizen.builder.female4.greeting=true
-minecolonies\:citizen.farmer.female2.lowsaturation=true
-minecraft\:entity.ocelot.ambient=true
-minecolonies\:citizen.rabbitherder.female3.happy=true
-minecraft\:music.overworld.badlands=true
-minecolonies\:citizen.cookassistant.female1.farewell=true
-minecolonies\:citizen.stonemason.male3.general=true
-minecolonies\:citizen.smelter.male3.interaction=true
-minecolonies\:citizen.sifter.female1.sick=true
-minecraft\:entity.firework_rocket.shoot=true
-minecolonies\:citizen.builder.male4.highsaturation=true
-alexsmobs\:soul_vulture_hurt=true
-minecolonies\:citizen.mechanic.male2.farewell=true
-minecolonies\:citizen.druid.male1.highsaturation=true
-minecolonies\:citizen.builder.male2.missingequipment=true
-minecolonies\:citizen.mechanic.female1.farewell=true
-minecolonies\:citizen.miner.male1.interaction=true
-minecraft\:entity.lightning_bolt.thunder=true
-friendsandfoes\:entity.rascal.reappear=true
-minecolonies\:citizen.visitor.male2.lowsaturation=true
-minecraft\:block.stem.break=true
-supplementaries\:music.pancake=true
-undergarden\:entity.rotling.step=true
-minecolonies\:citizen.healer.male3.goodhousing=true
-minecraft\:block.suspicious_gravel.fall=true
-friendsandfoes\:entity.glare.grumpiness=true
-minecolonies\:citizen.archertraining.female2.sick=true
-minecolonies\:citizen.concretemixer.male1.success=true
-minecraft\:entity.drowned.death_water=true
-minecolonies\:citizen.child.female1.noise=true
-undergarden\:block.virulent.flow=true
-minecolonies\:citizen.farmer.male3.happy=true
-minecolonies\:citizen.fletcher.female2.greeting=true
-minecraft\:block.sculk_sensor.place=true
-minecolonies\:citizen.child.male1.goodhousing=true
-minecolonies\:citizen.rabbitherder.male2.happy=true
-minecolonies\:citizen.lumberjack.female4.danger=true
-minecolonies\:citizen.crusher.male3.farewell=true
-undergarden\:music.disc.gloomper_anthem=true
-mutantmonsters\:entity.mutant_skeleton.step=true
-mutantmonsters\:entity.mutant_enderman.ambient=true
-minecolonies\:citizen.lumberjack.male2.missingequipment=true
-minecolonies\:citizen.dyer.male2.happy=true
-minecraft\:entity.item_frame.add_item=true
-minecolonies\:citizen.cook.male2.gotobed=true
-minecraft\:block.glass.fall=true
-blue_skies\:entity.arachnarch.attack=true
-minecolonies\:citizen.cookassistant.female4.lowsaturation=true
-minecolonies\:citizen.teacher.male3.happy=true
-minecolonies\:citizen.combattraining.female4.gotobed=true
-minecolonies\:citizen.fisherman.male3.goodhousing=true
-minecolonies\:citizen.concretemixer.male2.badweather=true
-mutantmonsters\:entity.mutant_zombie.death=true
-minecraft\:block.mud_bricks.place=true
-minecolonies\:citizen.sawmill.male1.general=true
-minecolonies\:citizen.druid.male2.highsaturation=true
-minecolonies\:citizen.fisherman.female2.noise=true
-minecolonies\:citizen.planter.male4.goodhousing=true
-blue_skies\:music.blinding_boss=true
-minecolonies\:citizen.unemployed.female2.badweather=true
-minecolonies\:citizen.florist.male3.general=true
-minecolonies\:citizen.cowboy.male1.noise=true
-minecolonies\:citizen.sifter.female3.interaction=true
-minecraft\:entity.puffer_fish.blow_out=true
-minecraft\:ambient.warped_forest.loop=true
-alexsmobs\:capuchin_monkey_hurt=true
-touhou_little_maid\:maid.ai.death=true
-minecolonies\:citizen.beekeeper.male3.unhappy=true
-minecolonies\:citizen.visitor.male4.highsaturation=true
-minecolonies\:citizen.composter.female1.badweather=true
-minecraft\:ambient.crimson_forest.additions=true
-blue_skies\:entity.arachnarch.charge=true
-minecraft\:block.cherry_wood_fence_gate.close=true
-minecolonies\:citizen.baker.female2.badhousing=true
-minecolonies\:citizen.archertraining.male1.sick=true
-minecolonies\:mob.egyptian.say=true
-minecolonies\:citizen.dyer.male1.success=true
-minecraft\:entity.horse.armor=true
-minecolonies\:citizen.lumberjack.male2.noise=true
-minecolonies\:citizen.sifter.male2.happy=true
-minecolonies\:citizen.researcher.female2.happy=true
-minecolonies\:citizen.sawmill.male4.badhousing=true
-minecolonies\:citizen.enchanter.male4.interaction=true
-minecraft\:block.mud_bricks.break=true
-minecolonies\:citizen.deliveryman.female3.interaction=true
-minecolonies\:citizen.fisherman.male1.greeting=true
-minecolonies\:citizen.ranger.male1.unhappy=true
-minecolonies\:citizen.druid.female4.sick=true
-minecolonies\:citizen.ranger.female1.badhousing=true
-minecraft\:block.chiseled_bookshelf.pickup.enchanted=true
-minecraft\:entity.blaze.ambient=true
-minecolonies\:citizen.miner.male1.gotobed=true
-minecolonies\:citizen.rabbitherder.female3.danger=true
-minecraft\:entity.warden.step=true
-minecraft\:block.packed_mud.step=true
-minecraft\:entity.sheep.step=true
-minecolonies\:citizen.smelter.male2.goodhousing=true
-alexsmobs\:rhinoceros_idle=true
-minecolonies\:citizen.planter.male2.farewell=true
-minecolonies\:citizen.planter.male3.danger=true
-minecolonies\:citizen.druid.female2.badhousing=true
-minecolonies\:citizen.sifter.male4.happy=true
-minecolonies\:citizen.swineherder.female4.lowsaturation=true
-minecolonies\:citizen.concretemixer.female2.interaction=true
-undergarden\:block.undergarden_portal.ambient=true
-xercapaint\:mix=true
-minecolonies\:citizen.cook.female1.badhousing=true
-minecolonies\:citizen.dyer.male3.badhousing=true
-riskofrain_mobs\:entity.gunner_drone.shoot=true
-minecolonies\:citizen.fisherman.female1.badweather=true
-minecolonies\:citizen.teacher.male1.danger=true
-minecolonies\:citizen.knight.female3.badhousing=true
-minecolonies\:citizen.beekeeper.female1.danger=true
-minecolonies\:citizen.fisherman.female4.farewell=true
-minecolonies\:citizen.stonesmeltery.female1.success=true
-minecolonies\:citizen.teacher.male4.gotobed=true
-minecolonies\:citizen.knight.female1.interaction=true
-minecolonies\:citizen.glassblower.male2.highsaturation=true
-minecraft\:entity.zombified_piglin.death=true
-deeperdarker\:block.sculk_stone.break=true
-minecolonies\:citizen.healer.male4.gotobed=true
-minecraft\:ambient.soul_sand_valley.mood=true
-minecolonies\:citizen.unemployed.female2.general=true
-minecolonies\:citizen.stonemason.female2.general=true
-minecraft\:block.ancient_debris.place=true
-alexsmobs\:mantis_shrimp_snap=true
-minecolonies\:citizen.stonesmeltery.male3.lowsaturation=true
-minecolonies\:citizen.stonesmeltery.female3.lowsaturation=true
-minecolonies\:citizen.swineherder.female4.unhappy=true
-minecraft\:entity.wither.death=true
-minecraft\:block.sculk_sensor.break=true
-minecolonies\:citizen.fletcher.male3.badweather=true
-creeperoverhaul\:entity.plant.creeper.death=true
-minecraft\:entity.ghast.scream=true
-minecolonies\:citizen.cook.female1.missingequipment=true
-minecolonies\:citizen.combattraining.male2.missingequipment=true
-minecraft\:block.mangrove_roots.break=true
-minecolonies\:citizen.sifter.male1.noise=true
-minecolonies\:citizen.beekeeper.female1.farewell=true
-minecolonies\:citizen.florist.male1.badweather=true
-minecraft\:entity.rabbit.jump=true
-minecolonies\:citizen.farmer.female1.success=true
-minecolonies\:citizen.enchanter.female1.farewell=true
-minecolonies\:citizen.healer.male1.sick=true
-blue_skies\:entity.emberback.idle=true
-minecolonies\:citizen.sifter.male2.success=true
-minecolonies\:citizen.netherworker.female3.interaction=true
-minecolonies\:citizen.child.female3.badhousing=true
-minecolonies\:citizen.knight.female1.gotobed=true
-blue_skies\:item.arc.runic_equip=true
-minecolonies\:citizen.child.female4.success=true
-minecolonies\:citizen.fletcher.female3.goodhousing=true
-minecolonies\:citizen.glassblower.female2.gotobed=true
-minecolonies\:citizen.pupil.male1.general=true
-minecolonies\:citizen.fisherman.female1.danger=true
-minecolonies\:citizen.cook.female4.unhappy=true
-minecraft\:block.gravel.step=true
-minecolonies\:citizen.lumberjack.male3.highsaturation=true
-create\:crafter_craft=true
-minecraft\:entity.parrot.imitate.blaze=true
-minecolonies\:citizen.swineherder.male1.noise=true
-minecraft\:entity.sniffer.searching=true
-aquaculture\:worm_farm_empty=true
-minecraft\:entity.snow_golem.death=true
-minecraft\:block.anvil.break=true
-minecraft\:music.nether.nether_wastes=true
-minecraft\:block.nether_bricks.place=true
-minecolonies\:citizen.child.female4.happy=true
-minecolonies\:citizen.child.female3.greeting=true
-minecraft\:block.netherrack.fall=true
-minecolonies\:citizen.combattraining.female4.missingequipment=true
-minecolonies\:citizen.cookassistant.female1.greeting=true
-minecolonies\:citizen.blacksmith.female1.happy=true
-blue_skies\:block.rimestone.hit=true
-minecolonies\:citizen.builder.female3.happy=true
-minecolonies\:citizen.chickenherder.female1.lowsaturation=true
-minecolonies\:citizen.concretemixer.male2.gotobed=true
-minecolonies\:citizen.druid.female4.badhousing=true
-minecolonies\:citizen.sifter.male1.unhappy=true
-minecolonies\:citizen.shepherd.male1.sick=true
-minecolonies\:citizen.lumberjack.female1.farewell=true
-minecolonies\:raid.raid_won=true
-deeperdarker\:item.transmitter.error=true
-minecolonies\:citizen.baker.male1.success=true
-minecolonies\:citizen.combattraining.male3.badweather=true
-minecolonies\:citizen.druid.male1.gotobed=true
-minecolonies\:citizen.stonesmeltery.male3.goodhousing=true
-minecolonies\:citizen.rabbitherder.male2.missingequipment=true
-minecolonies\:citizen.enchanter.male1.lowsaturation=true
-alexsmobs\:elephant_die=true
-minecolonies\:citizen.blacksmith.male4.missingequipment=true
-minecolonies\:citizen.concretemixer.female3.unhappy=true
-minecolonies\:citizen.healer.male1.danger=true
-mutantmonsters\:entity.spider_pig.hurt=true
-minecolonies\:citizen.stonemason.female3.lowsaturation=true
-minecolonies\:citizen.fisherman.female3.badweather=true
-minecolonies\:citizen.druid.female1.greeting=true
-create\:train2=true
-minecraft\:entity.firework_rocket.twinkle=true
-create\:train3=true
-alexsmobs\:jerboa_hurt=true
-minecolonies\:citizen.ranger.male1.badweather=true
-minecolonies\:citizen.visitor.female3.goodhousing=true
-minecolonies\:citizen.knight.male4.unhappy=true
-blue_skies\:music.blinding_defeat=true
-minecolonies\:citizen.glassblower.male4.gotobed=true
-minecolonies\:citizen.visitor.male2.badweather=true
-alexsmobs\:april_fools_music_box=true
-friendsandfoes\:entity.copper_golem.head_spin=true
-minecraft\:block.gilded_blackstone.place=true
-minecolonies\:citizen.enchanter.male4.danger=true
-minecolonies\:citizen.druid.male4.interaction=true
-minecolonies\:citizen.glassblower.male3.highsaturation=true
-minecolonies\:citizen.dyer.male4.happy=true
-minecolonies\:citizen.student.male3.badweather=true
-minecolonies\:citizen.visitor.female1.missingequipment=true
-minecolonies\:citizen.beekeeper.female2.sick=true
-minecraft\:entity.ghast.hurt=true
-minecolonies\:citizen.baker.female2.gotobed=true
-minecolonies\:citizen.unemployed.male4.farewell=true
-minecolonies\:citizen.chickenherder.female2.success=true
-minecolonies\:citizen.stonesmeltery.male1.gotobed=true
-minecolonies\:citizen.shepherd.male3.greeting=true
-minecraft\:block.cave_vines.step=true
-minecolonies\:citizen.chickenherder.male4.farewell=true
-minecolonies\:citizen.ranger.male2.success=true
-minecolonies\:citizen.smelter.male4.unhappy=true
-minecolonies\:citizen.sawmill.male2.happy=true
-minecolonies\:citizen.miner.female1.sick=true
-minecolonies\:citizen.chickenherder.female1.unhappy=true
-minecolonies\:citizen.lumberjack.male1.goodhousing=true
-minecolonies\:citizen.baker.male4.missingequipment=true
-minecolonies\:citizen.student.female2.badhousing=true
-minecolonies\:citizen.chickenherder.female2.badweather=true
-minecraft\:item.goat_horn.sound.7=true
-minecraft\:item.goat_horn.sound.6=true
-minecraft\:item.goat_horn.sound.5=true
-minecolonies\:citizen.ranger.female3.greeting=true
-minecolonies\:citizen.sawmill.male4.missingequipment=true
-minecraft\:item.goat_horn.sound.4=true
-minecolonies\:citizen.blacksmith.female2.gotobed=true
-minecraft\:block.polished_deepslate.hit=true
-minecolonies\:citizen.student.female4.noise=true
-minecolonies\:citizen.teacher.male1.greeting=true
-minecolonies\:citizen.enchanter.female2.farewell=true
-minecolonies\:citizen.quarrier.female3.success=true
-minecolonies\:citizen.alchemist.female4.interaction=true
-minecolonies\:citizen.mechanic.male3.general=true
-minecolonies\:citizen.druid.male3.highsaturation=true
-minecolonies\:citizen.researcher.female2.greeting=true
-minecolonies\:citizen.student.female2.greeting=true
-minecolonies\:citizen.crusher.male3.greeting=true
-minecolonies\:citizen.researcher.female4.sick=true
-minecolonies\:citizen.unemployed.male2.badweather=true
-minecolonies\:citizen.stonesmeltery.male4.happy=true
-minecolonies\:citizen.pupil.female3.general=true
-minecraft\:item.goat_horn.sound.3=true
-minecolonies\:citizen.miner.male1.general=true
-minecolonies\:citizen.enchanter.male1.danger=true
-minecraft\:item.goat_horn.sound.2=true
-minecolonies\:citizen.beekeeper.female1.badhousing=true
-minecolonies\:citizen.cookassistant.female4.interaction=true
-minecraft\:item.goat_horn.sound.1=true
-minecolonies\:citizen.stonemason.female2.gotobed=true
-minecraft\:item.goat_horn.sound.0=true
-minecolonies\:citizen.healer.female1.interaction=true
-minecraft\:block.pointed_dripstone.break=true
-minecolonies\:citizen.swineherder.male2.highsaturation=true
-minecolonies\:citizen.child.female3.unhappy=true
-minecolonies\:citizen.crusher.male1.sick=true
-minecolonies\:citizen.child.male4.happy=true
-supplementaries\:block.rope.break=true
-blue_skies\:entity.diophyde_prowler.lunge=true
-minecolonies\:citizen.researcher.male1.greeting=true
-minecolonies\:citizen.alchemist.female2.success=true
-minecolonies\:citizen.deliveryman.female4.gotobed=true
-minecolonies\:citizen.alchemist.male2.happy=true
-minecolonies\:citizen.crusher.male4.general=true
-minecraft\:block.deepslate.fall=true
-minecraft\:entity.wandering_trader.drink_milk=true
-minecolonies\:citizen.planter.male2.badhousing=true
-minecolonies\:citizen.unemployed.female1.interaction=true
-minecolonies\:citizen.miner.male2.lowsaturation=true
-minecolonies\:citizen.cowboy.male1.badhousing=true
-minecraft\:entity.piglin_brute.step=true
-minecolonies\:citizen.stonemason.male3.noise=true
-minecolonies\:citizen.fisherman.male1.farewell=true
-minecraft\:entity.bee.hurt=true
-minecolonies\:citizen.shepherd.female3.danger=true
-minecolonies\:citizen.composter.female1.noise=true
-minecolonies\:citizen.fletcher.male1.sick=true
-minecraft\:block.vine.place=true
-minecolonies\:citizen.miner.male1.lowsaturation=true
-minecraft\:entity.player.attack.strong=true
-minecolonies\:citizen.concretemixer.female2.happy=true
-minecraft\:entity.panda.pre_sneeze=true
-minecolonies\:citizen.knight.male2.success=true
-minecolonies\:citizen.planter.male1.unhappy=true
-minecolonies\:citizen.builder.female1.missingequipment=true
-minecolonies\:citizen.mechanic.male1.happy=true
-minecolonies\:citizen.sifter.female3.greeting=true
-minecraft\:block.stem.fall=true
-minecolonies\:citizen.baker.female4.badweather=true
-minecolonies\:citizen.stonemason.male1.unhappy=true
-minecolonies\:citizen.stonesmeltery.male3.badhousing=true
-minecolonies\:citizen.deliveryman.female2.noise=true
-minecolonies\:citizen.blacksmith.female2.goodhousing=true
-deeperdarker\:block.sculk_stone.place=true
-minecolonies\:citizen.composter.male2.badhousing=true
-zeldamod\:clawshot=true
-minecolonies\:citizen.miner.male2.danger=true
-lightmanscurrency\:coins_clinking=true
-minecolonies\:citizen.cowboy.male1.highsaturation=true
-minecolonies\:citizen.netherworker.female3.missingequipment=true
-minecolonies\:citizen.glassblower.female3.happy=true
-minecolonies\:citizen.child.female1.badhousing=true
-minecolonies\:citizen.chickenherder.male1.noise=true
-minecolonies\:citizen.undertaker.female4.interaction=true
-minecolonies\:citizen.fisherman.female4.danger=true
-minecolonies\:citizen.student.female3.goodhousing=true
-minecolonies\:citizen.combattraining.male2.happy=true
-minecolonies\:citizen.dyer.female3.success=true
-minecolonies\:citizen.glassblower.male4.sick=true
-minecraft\:entity.puffer_fish.blow_up=true
-minecolonies\:citizen.cowboy.male1.success=true
-minecolonies\:citizen.alchemist.male1.highsaturation=true
-minecolonies\:citizen.archertraining.female2.interaction=true
-alexsmobs\:mungus_laser_loop=true
-minecolonies\:citizen.sawmill.male1.noise=true
-minecraft\:block.muddy_mangrove_roots.place=true
-minecraft\:music.overworld.sparse_jungle=true
-minecolonies\:citizen.farmer.male3.general=true
-minecolonies\:citizen.blacksmith.male3.success=true
-minecraft\:entity.zoglin.step=true
-minecolonies\:citizen.swineherder.male4.highsaturation=true
-minecolonies\:citizen.blacksmith.female3.interaction=true
-minecolonies\:citizen.miner.male3.farewell=true
-minecolonies\:citizen.blacksmith.male3.badhousing=true
-minecolonies\:citizen.visitor.male3.missingequipment=true
-minecolonies\:citizen.stonemason.female3.interaction=true
-alexsmobs\:music_wormboss=true
-minecolonies\:citizen.planter.male1.gotobed=true
-minecolonies\:citizen.chickenherder.male2.goodhousing=true
-minecolonies\:citizen.beekeeper.female3.sick=true
-minecolonies\:citizen.smelter.male3.danger=true
-minecolonies\:citizen.archertraining.male1.success=true
-minecolonies\:citizen.teacher.male2.gotobed=true
-minecolonies\:citizen.visitor.male1.gotobed=true
-minecolonies\:citizen.undertaker.female3.danger=true
-blue_skies\:entity.venom_spider.hurt=true
-minecolonies\:citizen.student.male1.happy=true
-minecolonies\:citizen.florist.female1.interaction=true
-minecolonies\:citizen.student.male4.interaction=true
-minecraft\:entity.salmon.death=true
-minecolonies\:citizen.teacher.female4.unhappy=true
-minecraft\:block.anvil.place=true
-minecraft\:block.bamboo.break=true
-minecolonies\:citizen.pupil.female3.farewell=true
-minecolonies\:citizen.shepherd.male1.missingequipment=true
-minecraft\:block.shroomlight.fall=true
-alexsmobs\:skreecher_call=true
-minecolonies\:citizen.stonemason.female4.lowsaturation=true
-minecraft\:music_disc.chirp=true
-minecolonies\:citizen.netherworker.male1.badweather=true
-minecolonies\:citizen.quarrier.male4.highsaturation=true
-minecolonies\:citizen.stonesmeltery.male4.general=true
-minecolonies\:citizen.healer.female2.danger=true
-minecolonies\:citizen.shepherd.female2.unhappy=true
-minecolonies\:citizen.chickenherder.female4.farewell=true
-minecolonies\:citizen.netherworker.male4.highsaturation=true
-chimes\:block.bamboo.tie=true
-minecolonies\:citizen.blacksmith.female1.sick=true
-minecolonies\:citizen.planter.female4.success=true
-minecraft\:entity.warden.agitated=true
-minecolonies\:citizen.child.female4.sick=true
-minecraft\:entity.panda.worried_ambient=true
-minecolonies\:citizen.sifter.female4.gotobed=true
-minecolonies\:citizen.netherworker.female3.greeting=true
-minecolonies\:citizen.crusher.male2.highsaturation=true
-minecraft\:block.copper.step=true
-minecolonies\:citizen.combattraining.female2.greeting=true
-minecolonies\:citizen.concretemixer.female1.noise=true
-minecolonies\:citizen.chickenherder.male3.lowsaturation=true
-blue_skies\:entity.snow_owl.death=true
-minecolonies\:citizen.child.male1.badweather=true
-minecolonies\:citizen.student.male1.interaction=true
-minecolonies\:citizen.cook.male1.greeting=true
-minecolonies\:citizen.knight.female1.unhappy=true
-minecolonies\:mob.amazon.say=true
-minecolonies\:citizen.cowboy.male3.danger=true
-minecolonies\:citizen.alchemist.male3.highsaturation=true
-minecolonies\:citizen.rabbitherder.male2.farewell=true
-minecraft\:block.vine.break=true
-undergarden\:block.gronglet.burn=true
-minecolonies\:citizen.healer.male2.sick=true
-minecolonies\:citizen.crusher.male4.happy=true
-minecolonies\:citizen.druid.male1.interaction=true
-minecolonies\:citizen.sawmill.male3.greeting=true
-minecolonies\:citizen.druid.male1.farewell=true
-minecolonies\:citizen.farmer.male4.danger=true
-illagerinvasion\:entity.provoker.idle=true
-minecolonies\:citizen.rabbitherder.female4.goodhousing=true
-minecolonies\:citizen.alchemist.female1.happy=true
-minecraft\:entity.evoker.celebrate=true
-minecolonies\:citizen.knight.female3.general=true
-minecolonies\:citizen.chickenherder.female1.missingequipment=true
-minecolonies\:citizen.lumberjack.male1.highsaturation=true
-minecraft\:entity.drowned.shoot=true
-minecraft\:entity.zombie.hurt=true
-minecolonies\:citizen.student.male4.success=true
-minecraft\:block.composter.ready=true
-minecolonies\:citizen.enchanter.female4.badhousing=true
-minecolonies\:citizen.smelter.female2.general=true
-minecolonies\:citizen.stonesmeltery.female3.badhousing=true
-minecolonies\:citizen.cookassistant.female1.interaction=true
-minecolonies\:citizen.composter.female2.gotobed=true
-minecraft\:block.nether_bricks.step=true
-minecolonies\:citizen.builder.female2.noise=true
-minecolonies\:citizen.crusher.male1.noise=true
-minecolonies\:citizen.crusher.male3.gotobed=true
-minecolonies\:citizen.researcher.female2.general=true
-minecraft\:entity.illusioner.ambient=true
-travelerstitles\:biome=true
-minecraft\:ambient.nether_wastes.additions=true
-minecolonies\:citizen.builder.female4.sick=true
-minecolonies\:citizen.unemployed.female4.interaction=true
-minecolonies\:citizen.cowboy.female4.badhousing=true
-minecolonies\:citizen.fletcher.female1.greeting=true
-minecolonies\:citizen.cookassistant.female2.sick=true
-minecolonies\:citizen.farmer.male3.interaction=true
-minecolonies\:citizen.ranger.male4.greeting=true
-minecolonies\:citizen.alchemist.female2.highsaturation=true
-minecolonies\:citizen.ranger.female3.farewell=true
-minecolonies\:citizen.cook.female2.success=true
-minecolonies\:citizen.pupil.female1.lowsaturation=true
-blue_skies\:entity.shrumpty.death=true
-minecraft\:block.sculk.charge=true
-minecolonies\:citizen.alchemist.female1.interaction=true
-aquamirae\:item.terrible_sword=true
-minecolonies\:citizen.builder.female4.lowsaturation=true
-minecolonies\:citizen.cook.male3.missingequipment=true
-minecolonies\:citizen.healer.female3.greeting=true
-minecolonies\:citizen.researcher.male3.interaction=true
-minecolonies\:citizen.pupil.male1.badweather=true
-minecolonies\:citizen.netherworker.male4.gotobed=true
-minecraft\:entity.axolotl.idle_air=true
-minecolonies\:citizen.cook.male2.unhappy=true
-supplementaries\:block.rope.place=true
-undergarden\:entity.sploogie.spit=true
-minecolonies\:citizen.fletcher.female3.success=true
-minecolonies\:citizen.visitor.female3.sick=true
-illagerinvasion\:entity.illager_brute.ambient=true
-minecolonies\:citizen.alchemist.female1.unhappy=true
-minecolonies\:citizen.researcher.female1.danger=true
-minecraft\:entity.shulker.close=true
-minecolonies\:citizen.smelter.female3.happy=true
-minecolonies\:citizen.enchanter.female2.success=true
-minecolonies\:citizen.beekeeper.male1.unhappy=true
-minecraft\:block.bamboo.place=true
-minecolonies\:citizen.builder.female3.greeting=true
-minecolonies\:citizen.stonesmeltery.female4.general=true
-minecolonies\:citizen.knight.female1.sick=true
-minecolonies\:citizen.smelter.female1.happy=true
-minecolonies\:citizen.knight.female1.happy=true
-minecolonies\:citizen.blacksmith.female2.noise=true
-minecolonies\:citizen.student.male4.farewell=true
-minecraft\:block.piston.extend=true
-minecolonies\:citizen.planter.male1.greeting=true
-minecraft\:block.rooted_dirt.break=true
-minecolonies\:citizen.lumberjack.male4.unhappy=true
-minecolonies\:citizen.smelter.male3.noise=true
-minecolonies\:citizen.crusher.male3.lowsaturation=true
-minecolonies\:citizen.quarrier.male2.badhousing=true
-minecraft\:entity.warden.hurt=true
-minecolonies\:citizen.combattraining.female2.farewell=true
-minecolonies\:citizen.teacher.male1.success=true
-minecraft\:block.wool.step=true
-minecolonies\:citizen.stonemason.female2.goodhousing=true
-minecolonies\:citizen.stonesmeltery.male3.noise=true
-minecolonies\:citizen.mechanic.female3.danger=true
-minecraft\:block.bamboo_wood_fence_gate.open=true
-alexsmobs\:warped_toad_hurt=true
-minecolonies\:citizen.fletcher.female4.unhappy=true
-minecraft\:block.cherry_wood_hanging_sign.break=true
-minecolonies\:citizen.smelter.female4.sick=true
-minecolonies\:citizen.dyer.female3.badhousing=true
-minecraft\:entity.creeper.hurt=true
-minecolonies\:citizen.fletcher.male2.goodhousing=true
-riskofrain_mobs\:entity.drone.flying=true
-minecraft\:entity.piglin_brute.angry=true
-minecolonies\:citizen.concretemixer.male1.sick=true
-minecraft\:entity.spider.hurt=true
-undergarden\:entity.dweller.step=true
-undergarden\:entity.muncher.death=true
-minecolonies\:citizen.mechanic.male2.greeting=true
-minecraft\:entity.player.splash.high_speed=true
-minecolonies\:citizen.mechanic.female1.greeting=true
-creeperoverhaul\:entity.ocean.creeper.deflate=true
-minecolonies\:citizen.planter.male1.sick=true
-minecolonies\:mob.amazon.hurt=true
-minecolonies\:citizen.chickenherder.male1.general=true
-minecolonies\:citizen.mechanic.male1.goodhousing=true
-undergarden\:entity.rotling.hurt=true
-minecolonies\:citizen.undertaker.female4.missingequipment=true
-minecolonies\:citizen.mechanic.male4.goodhousing=true
-minecolonies\:citizen.netherworker.male3.lowsaturation=true
-minecolonies\:citizen.sifter.male1.missingequipment=true
-deeperdarker\:item.transmitter.open=true
-minecolonies\:citizen.swineherder.male2.success=true
-minecolonies\:citizen.ranger.male1.danger=true
-minecraft\:block.snow.step=true
-minecolonies\:citizen.glassblower.male1.lowsaturation=true
-minecolonies\:citizen.alchemist.male1.noise=true
-minecolonies\:citizen.baker.male1.lowsaturation=true
-minecolonies\:citizen.sawmill.female3.interaction=true
-minecolonies\:citizen.mechanic.male3.farewell=true
-minecolonies\:citizen.shepherd.male2.badhousing=true
-minecolonies\:citizen.cowboy.male1.goodhousing=true
-minecolonies\:citizen.quarrier.female2.goodhousing=true
-minecolonies\:citizen.baker.male3.gotobed=true
-minecraft\:entity.minecart.inside=true
-minecolonies\:citizen.pupil.male3.greeting=true
-minecraft\:block.nylium.place=true
-minecolonies\:citizen.ranger.female1.missingequipment=true
-minecolonies\:citizen.smelter.male3.lowsaturation=true
-minecolonies\:citizen.ranger.female3.badweather=true
-minecolonies\:citizen.planter.male2.gotobed=true
-minecolonies\:citizen.cowboy.male1.missingequipment=true
-minecolonies\:citizen.shepherd.female4.goodhousing=true
-minecolonies\:citizen.sifter.female1.badhousing=true
-minecraft\:block.big_dripleaf.tilt_up=true
-deeperdarker\:entity.shriek_worm.ambient=true
-minecolonies\:citizen.combattraining.male3.unhappy=true
-minecolonies\:citizen.chickenherder.male4.badhousing=true
-minecolonies\:citizen.undertaker.male1.interaction=true
-minecolonies\:citizen.druid.female1.lowsaturation=true
-minecolonies\:citizen.unemployed.female3.goodhousing=true
-minecraft\:entity.villager.hurt=true
-minecolonies\:citizen.knight.male2.highsaturation=true
-minecolonies\:citizen.stonesmeltery.female2.gotobed=true
-minecolonies\:citizen.netherworker.female4.unhappy=true
-minecolonies\:citizen.baker.female1.interaction=true
-minecolonies\:citizen.lumberjack.male3.success=true
-minecolonies\:citizen.concretemixer.female2.missingequipment=true
-minecraft\:entity.pillager.hurt=true
-blue_skies\:entity.snow_owl.sing=true
-minecolonies\:citizen.chickenherder.female4.greeting=true
-minecraft\:entity.cod.hurt=true
-minecolonies\:citizen.cook.female1.badweather=true
-minecolonies\:citizen.mechanic.male3.gotobed=true
-minecolonies\:citizen.mechanic.male1.unhappy=true
-minecolonies\:citizen.beekeeper.male3.gotobed=true
-minecolonies\:citizen.visitor.male1.lowsaturation=true
-friendsandfoes\:entity.moobloom.convert=true
-minecolonies\:citizen.deliveryman.female3.success=true
-minecolonies\:citizen.cowboy.male4.goodhousing=true
-alexsmobs\:blue_jay_song=true
-minecolonies\:citizen.crusher.male1.danger=true
-minecraft\:block.muddy_mangrove_roots.break=true
-minecraft\:block.azalea.place=true
-minecolonies\:citizen.researcher.female2.missingequipment=true
-touhou_little_maid\:maid.mode.range_attack=true
-minecolonies\:citizen.alchemist.female3.gotobed=true
-minecolonies\:citizen.chickenherder.female3.danger=true
-minecolonies\:citizen.glassblower.female4.interaction=true
-minecolonies\:mob.egyptian.death=true
-create\:crafter_click_compounded_1=true
-minecolonies\:citizen.concretemixer.female1.farewell=true
-minecolonies\:citizen.stonesmeltery.male1.noise=true
-undergarden\:ambient.sea=true
-blue_skies\:entity.starlit_crusher.step=true
-minecolonies\:citizen.lumberjack.female3.happy=true
-minecolonies\:citizen.cook.female3.unhappy=true
-minecolonies\:citizen.composter.male2.general=true
-minecolonies\:citizen.mechanic.female2.farewell=true
-minecolonies\:citizen.composter.female3.sick=true
-minecolonies\:citizen.deliveryman.male3.greeting=true
-minecolonies\:citizen.blacksmith.male3.goodhousing=true
-minecolonies\:citizen.visitor.female4.interaction=true
-minecraft\:block.azalea.hit=true
-minecolonies\:citizen.visitor.female3.noise=true
-minecolonies\:citizen.sifter.female4.missingequipment=true
-minecolonies\:citizen.florist.male2.lowsaturation=true
-minecolonies\:citizen.glassblower.male3.success=true
-minecraft\:music.creative=true
-minecolonies\:citizen.healer.male4.danger=true
-minecolonies\:citizen.healer.female4.unhappy=true
-minecolonies\:citizen.swineherder.male4.farewell=true
-minecolonies\:citizen.combattraining.female1.goodhousing=true
-minecraft\:entity.allay.death=true
-riskofrain_mobs\:entity.drone.repair=true
-minecolonies\:citizen.archertraining.male2.noise=true
-undergarden\:entity.minion.repair=true
-minecolonies\:citizen.healer.male1.unhappy=true
-minecolonies\:citizen.cook.male2.farewell=true
-minecolonies\:citizen.netherworker.male1.sick=true
-minecolonies\:citizen.baker.female1.lowsaturation=true
-minecolonies\:citizen.miner.female3.danger=true
-chococraft\:entity.chocobo.kwehwhistlewander=true
-minecraft\:block.nylium.break=true
-minecolonies\:citizen.druid.female1.farewell=true
-minecolonies\:citizen.undertaker.male4.success=true
-minecolonies\:citizen.smelter.male3.success=true
-minecraft\:item.axe.wax_off=true
-minecolonies\:citizen.child.female3.badweather=true
-minecolonies\:citizen.miner.female3.success=true
-minecraft\:particle.soul_escape=true
-minecraft\:block.chiseled_bookshelf.step=true
-minecolonies\:citizen.knight.male4.highsaturation=true
-minecraft\:block.froglight.fall=true
-minecolonies\:citizen.beekeeper.female1.greeting=true
-minecraft\:entity.mule.chest=true
-minecolonies\:citizen.student.female4.unhappy=true
-minecolonies\:citizen.sifter.female2.unhappy=true
-creeperoverhaul\:entity.sand.creeper.prime=true
-minecolonies\:citizen.miner.male2.badweather=true
-minecraft\:block.netherrack.hit=true
-minecraft\:entity.wandering_trader.drink_potion=true
-create\:contraption_assemble_compounded_1=true
-minecolonies\:citizen.florist.female4.greeting=true
-minecolonies\:citizen.planter.male1.happy=true
-minecolonies\:citizen.lumberjack.male4.sick=true
-minecolonies\:citizen.sawmill.male1.badweather=true
-minecolonies\:citizen.pupil.male3.danger=true
-minecolonies\:citizen.healer.female3.success=true
-minecolonies\:citizen.knight.male3.highsaturation=true
-minecolonies\:citizen.builder.male4.unhappy=true
-minecolonies\:citizen.florist.male2.greeting=true
-minecolonies\:citizen.knight.male3.success=true
-minecolonies\:citizen.florist.male1.unhappy=true
-minecolonies\:citizen.glassblower.female4.lowsaturation=true
-minecraft\:block.cherry_wood_hanging_sign.hit=true
-minecolonies\:citizen.researcher.male3.badhousing=true
-blue_skies\:block.food_prep_table.use=true
-minecolonies\:citizen.miner.female2.missingequipment=true
-minecolonies\:citizen.cowboy.female4.lowsaturation=true
-minecolonies\:citizen.blacksmith.female2.badweather=true
-minecolonies\:citizen.visitor.male1.farewell=true
-minecolonies\:citizen.cowboy.female1.general=true
-alexsmobs\:vine_lasso=true
-minecolonies\:citizen.undertaker.male4.danger=true
-minecolonies\:citizen.planter.male3.lowsaturation=true
-createaddition\:electric_charge=true
-minecolonies\:citizen.florist.male3.gotobed=true
-minecolonies\:citizen.unemployed.male1.unhappy=true
-alexsmobs\:sunbird_idle=true
-minecolonies\:citizen.alchemist.male1.farewell=true
-minecolonies\:citizen.fletcher.male3.interaction=true
-minecolonies\:mob.mercenary.celebrate=true
-minecolonies\:citizen.composter.male4.sick=true
-minecolonies\:citizen.composter.male3.noise=true
-minecolonies\:citizen.sifter.female1.success=true
-minecolonies\:citizen.pupil.female2.general=true
-minecraft\:block.crop.break=true
-minecraft\:block.cherry_wood_hanging_sign.place=true
-minecolonies\:citizen.composter.female2.happy=true
-minecolonies\:citizen.blacksmith.female3.happy=true
-alexsmobs\:flutter_hurt=true
-illagerinvasion\:item.lost_candle.coal=true
-minecolonies\:citizen.quarrier.male3.happy=true
-minecolonies\:citizen.visitor.female4.unhappy=true
-minecolonies\:citizen.child.female4.highsaturation=true
-minecolonies\:citizen.rabbitherder.female2.sick=true
-minecraft\:entity.shulker_bullet.hit=true
-minecraft\:block.note_block.iron_xylophone=true
-minecolonies\:citizen.cookassistant.male1.noise=true
-minecolonies\:citizen.netherworker.female4.farewell=true
-minecolonies\:citizen.child.female3.goodhousing=true
-minecolonies\:citizen.alchemist.female4.danger=true
-minecraft\:block.nether_bricks.break=true
-minecraft\:item.armor.equip_netherite=true
-minecolonies\:citizen.farmer.male1.danger=true
-minecolonies\:citizen.cowboy.female4.sick=true
-minecolonies\:citizen.sifter.female3.farewell=true
-minecolonies\:citizen.teacher.male3.badhousing=true
-minecraft\:item.brush.brushing.sand.complete=true
-minecolonies\:citizen.glassblower.female3.sick=true
-advancementplaques\:ui.toast.task_complete=true
-minecolonies\:citizen.blacksmith.male4.interaction=true
-enhancedcelestials\:blue_moon=true
-minecolonies\:citizen.glassblower.female1.interaction=true
-minecolonies\:citizen.combattraining.female4.highsaturation=true
-minecolonies\:citizen.stonemason.male3.gotobed=true
-minecolonies\:citizen.glassblower.female2.missingequipment=true
-minecolonies\:citizen.composter.female4.badhousing=true
-minecolonies\:citizen.stonemason.male4.badweather=true
-minecolonies\:citizen.planter.female1.danger=true
-minecraft\:entity.sheep.death=true
-riskofrain_mobs\:entity.lemurian.step=true
-minecolonies\:citizen.alchemist.male2.badweather=true
-minecraft\:entity.dragon_fireball.explode=true
-minecolonies\:citizen.undertaker.female3.goodhousing=true
-minecolonies\:citizen.quarrier.male1.happy=true
-minecolonies\:citizen.unemployed.male4.greeting=true
-blue_skies\:entity.starlit_crusher.prepare_hammer=true
-minecolonies\:citizen.shepherd.male3.goodhousing=true
-minecraft\:entity.goat.horn_break=true
-farmersdelight\:item.skillet.attack.strong=true
-minecolonies\:citizen.ranger.male4.gotobed=true
-minecolonies\:citizen.student.male3.badhousing=true
-minecolonies\:citizen.mechanic.male2.danger=true
-minecolonies\:citizen.swineherder.male3.sick=true
-minecolonies\:citizen.visitor.male3.general=true
-minecraft\:entity.llama.spit=true
-minecolonies\:citizen.sawmill.male4.farewell=true
-minecolonies\:citizen.healer.female1.badweather=true
-minecolonies\:citizen.shepherd.female1.success=true
-minecolonies\:citizen.druid.female3.missingequipment=true
-minecolonies\:citizen.healer.female4.farewell=true
-minecolonies\:citizen.florist.male4.badhousing=true
-minecolonies\:citizen.teacher.female1.badhousing=true
-minecolonies\:citizen.cookassistant.female3.lowsaturation=true
-minecolonies\:citizen.sawmill.male4.lowsaturation=true
-minecraft\:entity.frog.lay_spawn=true
-minecolonies\:citizen.fletcher.female2.farewell=true
-friendsandfoes\:entity.wildfire.shoot=true
-minecolonies\:citizen.shepherd.male3.farewell=true
-minecolonies\:citizen.baker.male2.farewell=true
-minecolonies\:citizen.enchanter.female3.missingequipment=true
-minecolonies\:citizen.stonemason.female1.sick=true
-deeperdarker\:entity.stalker.death=true
-minecolonies\:citizen.netherworker.male1.success=true
-minecolonies\:citizen.cookassistant.male4.happy=true
-minecolonies\:citizen.glassblower.male1.badhousing=true
-minecolonies\:citizen.blacksmith.male4.unhappy=true
-minecolonies\:citizen.smelter.female3.missingequipment=true
-minecolonies\:citizen.combattraining.female4.general=true
-minecolonies\:citizen.combattraining.female4.goodhousing=true
-minecolonies\:citizen.researcher.male1.farewell=true
-minecolonies\:citizen.cowboy.male4.gotobed=true
-minecraft\:block.composter.fill=true
-minecolonies\:citizen.stonemason.male1.sick=true
-minecolonies\:citizen.baker.male1.happy=true
-minecolonies\:citizen.archertraining.male4.noise=true
-minecolonies\:citizen.beekeeper.female1.lowsaturation=true
-minecolonies\:citizen.visitor.female1.interaction=true
-aquamirae\:music.ice_maze_theme=true
-minecolonies\:citizen.cowboy.female2.danger=true
-minecolonies\:citizen.visitor.female3.highsaturation=true
-blue_skies\:entity.summoner.celebrate=true
-blue_skies\:music.whistleshell=true
-minecolonies\:citizen.ranger.female4.lowsaturation=true
-chimes\:block.copper.chime=true
-aquaculture\:bobber_note_catch=true
-aquamirae\:block.frozen_chest.unlock=true
-minecolonies\:citizen.unemployed.female1.general=true
-minecraft\:entity.parrot.imitate.witch=true
-minecolonies\:citizen.pupil.female4.farewell=true
-minecraft\:entity.pillager.celebrate=true
-minecolonies\:citizen.teacher.female1.lowsaturation=true
-minecraft\:block.chiseled_bookshelf.insert.enchanted=true
-minecraft\:entity.mule.eat=true
-minecolonies\:citizen.undertaker.male2.farewell=true
-minecolonies\:citizen.chickenherder.female2.missingequipment=true
-minecolonies\:citizen.lumberjack.female3.danger=true
-minecolonies\:citizen.glassblower.female1.lowsaturation=true
-minecolonies\:citizen.enchanter.male3.greeting=true
-minecolonies\:citizen.florist.female1.happy=true
-minecolonies\:citizen.swineherder.female4.interaction=true
-minecolonies\:citizen.farmer.female3.gotobed=true
-minecolonies\:citizen.glassblower.female1.noise=true
-minecolonies\:citizen.unemployed.male3.interaction=true
-minecolonies\:citizen.beekeeper.male1.farewell=true
-minecolonies\:citizen.lumberjack.male2.badhousing=true
-minecolonies\:citizen.deliveryman.female4.noise=true
-minecraft\:block.powder_snow.break=true
-alexsmobs\:music_disc_daze=true
-alexsmobs\:cosmaw_idle=true
-minecolonies\:citizen.researcher.male1.happy=true
-minecolonies\:citizen.pupil.female2.noise=true
-minecolonies\:citizen.enchanter.male2.general=true
-minecolonies\:citizen.enchanter.male2.sick=true
-minecolonies\:citizen.cook.male4.success=true
-minecolonies\:citizen.stonemason.male2.farewell=true
-blue_skies\:entity.stonelet.idle=true
-minecolonies\:citizen.quarrier.female3.highsaturation=true
-minecraft\:music.overworld.cherry_grove=true
-create\:sanding_short=true
-minecraft\:entity.camel.saddle=true
-minecolonies\:citizen.farmer.female3.sick=true
-minecolonies\:citizen.crusher.female1.lowsaturation=true
-minecolonies\:citizen.concretemixer.female1.badweather=true
-minecolonies\:citizen.fletcher.male4.lowsaturation=true
-minecolonies\:citizen.concretemixer.male4.noise=true
-minecolonies\:citizen.fisherman.male4.missingequipment=true
-minecolonies\:citizen.visitor.male4.danger=true
-minecraft\:block.fungus.place=true
-undergarden\:item.bucket.fill_virulent=true
-minecolonies\:citizen.sawmill.male3.unhappy=true
-minecolonies\:citizen.lumberjack.female4.interaction=true
-aquamirae\:item.shell_horn.use=true
-minecraft\:entity.piglin.retreat=true
-minecolonies\:citizen.farmer.female3.success=true
-minecolonies\:citizen.lumberjack.female4.badhousing=true
-minecolonies\:citizen.undertaker.female2.danger=true
-minecolonies\:citizen.dyer.male1.missingequipment=true
-minecolonies\:citizen.ranger.male3.gotobed=true
-minecraft\:music.menu=true
-minecolonies\:citizen.lumberjack.female2.unhappy=true
-minecolonies\:citizen.dyer.female3.lowsaturation=true
-minecolonies\:citizen.researcher.male4.danger=true
-blue_skies\:entity.arachnarch.venom_drop=true
-minecolonies\:citizen.archertraining.female3.badhousing=true
-minecolonies\:citizen.visitor.female2.noise=true
-minecolonies\:citizen.deliveryman.male4.general=true
-minecolonies\:citizen.pupil.male1.unhappy=true
-minecolonies\:citizen.alchemist.male4.success=true
-minecraft\:block.wood.fall=true
-minecolonies\:citizen.blacksmith.male1.noise=true
-minecolonies\:citizen.baker.male2.highsaturation=true
-minecraft\:entity.goat.screaming.horn_break=true
-minecolonies\:citizen.alchemist.female4.badweather=true
-blue_skies\:entity.emberback.flying=true
-minecolonies\:citizen.pupil.female1.badweather=true
-undergarden\:entity.stoneborn.step=true
-minecolonies\:citizen.fletcher.female4.success=true
-minecolonies\:citizen.visitor.male3.noise=true
-minecolonies\:citizen.quarrier.female3.greeting=true
-mutantmonsters\:entity.mutant_zombie.grunt=true
-minecolonies\:citizen.pupil.female2.greeting=true
-alexsmobs\:mungus_laser_grow=true
-aquaculture\:jellyfish_collide=true
-minecolonies\:citizen.child.female1.badweather=true
-minecolonies\:citizen.deliveryman.female2.greeting=true
-blue_skies\:entity.crogre.idle_happy=true
-minecolonies\:citizen.ranger.male3.danger=true
-minecolonies\:citizen.shepherd.male4.success=true
-minecolonies\:citizen.sifter.male2.interaction=true
-minecolonies\:citizen.knight.female1.farewell=true
-minecolonies\:citizen.lumberjack.male3.happy=true
-minecolonies\:citizen.chickenherder.male1.gotobed=true
-minecolonies\:citizen.child.female3.highsaturation=true
-riskofrain_mobs\:entity.stone_golem.step=true
-minecolonies\:citizen.visitor.female4.general=true
-minecolonies\:citizen.archertraining.female4.general=true
-minecolonies\:citizen.pupil.male3.highsaturation=true
-minecolonies\:citizen.teacher.female3.lowsaturation=true
-minecraft\:entity.firework_rocket.twinkle_far=true
-minecraft\:block.powder_snow.place=true
-minecraft\:entity.illusioner.prepare_blindness=true
-minecolonies\:citizen.farmer.male1.success=true
-minecolonies\:citizen.stonemason.female4.sick=true
-minecraft\:entity.llama.chest=true
-minecolonies\:citizen.farmer.female2.highsaturation=true
-minecolonies\:citizen.blacksmith.female3.noise=true
-minecolonies\:citizen.enchanter.male4.happy=true
-minecolonies\:citizen.ranger.male1.badhousing=true
-minecolonies\:citizen.glassblower.male4.highsaturation=true
-minecraft\:block.coral_block.break=true
-minecraft\:block.soul_sand.step=true
-alexsmobs\:crocodile_hurt=true
-minecolonies\:citizen.concretemixer.male2.greeting=true
-minecolonies\:citizen.knight.female2.missingequipment=true
-minecolonies\:citizen.dyer.female1.badweather=true
-minecolonies\:citizen.miner.male2.interaction=true
-minecolonies\:citizen.composter.female1.interaction=true
-minecolonies\:citizen.glassblower.female3.greeting=true
-minecolonies\:citizen.sifter.female2.sick=true
-minecraft\:entity.enderman.stare=true
-minecolonies\:citizen.deliveryman.male4.success=true
-mutantmonsters\:entity.mutant_creeper.primed=true
-minecolonies\:citizen.sifter.male2.danger=true
-minecolonies\:citizen.stonesmeltery.female2.happy=true
-minecolonies\:citizen.mechanic.female1.goodhousing=true
-minecolonies\:citizen.cookassistant.male2.missingequipment=true
-mysterious_mountain_lib\:presented_by_zaia=true
-minecolonies\:citizen.visitor.male3.highsaturation=true
-deeperdarker\:item.transmitter.unlink=true
-minecolonies\:citizen.mechanic.male4.highsaturation=true
-alexsmobs\:fly_hurt=true
-minecolonies\:citizen.planter.female4.farewell=true
-minecolonies\:citizen.undertaker.female4.badweather=true
-minecraft\:block.candle.fall=true
-touhou_little_maid\:maid.environment.night=true
-minecolonies\:citizen.knight.male3.unhappy=true
-minecraft\:entity.phantom.flap=true
-minecolonies\:citizen.composter.male2.danger=true
-minecolonies\:citizen.sawmill.male2.badweather=true
-minecolonies\:citizen.ranger.male2.interaction=true
-minecraft\:block.cherry_sapling.fall=true
-minecolonies\:citizen.healer.male3.badweather=true
-minecraft\:block.gilded_blackstone.fall=true
-minecolonies\:citizen.rabbitherder.female3.greeting=true
-minecolonies\:citizen.stonemason.female1.farewell=true
-minecolonies\:citizen.combattraining.female2.noise=true
-minecraft\:entity.dolphin.play=true
-minecolonies\:citizen.lumberjack.female2.gotobed=true
-minecolonies\:citizen.smelter.female1.goodhousing=true
-minecraft\:block.note_block.bit=true
-minecolonies\:citizen.ranger.female3.unhappy=true
-minecolonies\:citizen.child.male1.noise=true
-minecolonies\:citizen.crusher.male3.happy=true
-minecraft\:block.basalt.step=true
-minecraft\:entity.polar_bear.hurt=true
-undergarden\:ambient.frost_mood=true
-minecolonies\:citizen.swineherder.male3.happy=true
-minecolonies\:citizen.chickenherder.female1.farewell=true
-minecolonies\:citizen.undertaker.female1.greeting=true
-minecolonies\:citizen.fletcher.male2.general=true
-minecolonies\:citizen.visitor.female1.sick=true
-minecolonies\:citizen.teacher.female4.missingequipment=true
-minecolonies\:citizen.alchemist.male2.lowsaturation=true
-minecolonies\:citizen.cowboy.female1.highsaturation=true
-minecolonies\:citizen.student.male1.badweather=true
-minecolonies\:citizen.enchanter.female1.highsaturation=true
-minecolonies\:citizen.shepherd.male4.noise=true
-minecolonies\:citizen.alchemist.female1.highsaturation=true
-blue_skies\:entity.venom_spider.idle=true
-minecolonies\:citizen.sawmill.male3.gotobed=true
-minecolonies\:citizen.fletcher.female4.gotobed=true
-createaddition\:little_zap=true
-minecolonies\:citizen.druid.female4.interaction=true
-minecolonies\:citizen.unemployed.male4.missingequipment=true
-minecolonies\:citizen.dyer.male3.general=true
-minecolonies\:citizen.beekeeper.male3.missingequipment=true
-minecraft\:entity.zombie_villager.death=true
-minecolonies\:citizen.planter.female4.danger=true
-minecolonies\:citizen.student.male4.danger=true
-minecolonies\:citizen.unemployed.male2.danger=true
-minecolonies\:citizen.researcher.female3.farewell=true
-minecolonies\:citizen.farmer.female4.happy=true
-minecraft\:entity.villager.work_armorer=true
-minecolonies\:citizen.rabbitherder.male3.general=true
-minecraft\:block.mud_bricks.fall=true
-minecraft\:entity.phantom.death=true
-friendsandfoes\:entity.tuff_golem.repair=true
-minecolonies\:citizen.archertraining.female4.success=true
-minecolonies\:citizen.glassblower.female4.success=true
-minecolonies\:citizen.crusher.male3.general=true
-riskofrain_mobs\:entity.lemurian.attack=true
-minecolonies\:citizen.alchemist.male4.lowsaturation=true
-minecolonies\:citizen.child.male3.general=true
-minecolonies\:citizen.beekeeper.female3.greeting=true
-minecraft\:entity.leash_knot.place=true
-aquamirae\:effect.mystery=true
-minecolonies\:citizen.cowboy.female1.badweather=true
-minecolonies\:citizen.archertraining.female4.missingequipment=true
-minecolonies\:citizen.combattraining.male1.success=true
-minecolonies\:citizen.glassblower.female4.general=true
-minecolonies\:citizen.combattraining.female3.missingequipment=true
-minecolonies\:citizen.researcher.female1.greeting=true
-minecolonies\:citizen.cook.female4.noise=true
-minecolonies\:citizen.cowboy.female4.goodhousing=true
-minecolonies\:citizen.florist.female4.success=true
-minecolonies\:citizen.crusher.female3.interaction=true
-minecolonies\:citizen.druid.female3.unhappy=true
-minecolonies\:citizen.glassblower.male2.success=true
-blue_skies\:entity.polargeist.death=true
-minecolonies\:citizen.researcher.female1.sick=true
-blue_skies\:music.gatekeepers_tale=true
-minecolonies\:citizen.stonesmeltery.male1.happy=true
-minecolonies\:citizen.concretemixer.male4.danger=true
-minecolonies\:citizen.lumberjack.male2.unhappy=true
-minecolonies\:citizen.healer.female3.unhappy=true
-minecolonies\:citizen.shepherd.female4.noise=true
-minecraft\:block.note_block.cow_bell=true
-minecolonies\:citizen.miner.male4.noise=true
-illagerinvasion\:entity.sorcerer.complete_cast=true
-undergarden\:entity.sploogie.hurt=true
-minecolonies\:citizen.concretemixer.female1.unhappy=true
-minecraft\:block.fungus.break=true
-minecolonies\:citizen.ranger.female2.lowsaturation=true
-minecolonies\:citizen.sawmill.male3.noise=true
-minecolonies\:citizen.researcher.female3.gotobed=true
-minecolonies\:citizen.alchemist.female4.missingequipment=true
-alexsmobs\:leafcutter_ant_hurt=true
-minecolonies\:citizen.miner.male3.goodhousing=true
-minecolonies\:citizen.rabbitherder.female2.general=true
-minecolonies\:citizen.florist.male2.danger=true
-minecraft\:ambient.soul_sand_valley.additions=true
-minecolonies\:citizen.teacher.male3.interaction=true
-minecolonies\:citizen.cookassistant.male4.success=true
-creeperoverhaul\:entity.wood.creeper.death=true
-minecolonies\:citizen.archertraining.female2.farewell=true
-minecolonies\:citizen.child.male4.farewell=true
-alexsmobs\:giant_squid_hurt=true
-minecolonies\:citizen.dyer.male1.badhousing=true
-minecolonies\:citizen.builder.male1.noise=true
-minecolonies\:citizen.farmer.female1.farewell=true
-minecolonies\:citizen.blacksmith.female3.lowsaturation=true
-minecolonies\:citizen.florist.female4.gotobed=true
-minecolonies\:citizen.concretemixer.male3.sick=true
-blue_skies\:ambient.snow_wind=true
-minecraft\:entity.dolphin.hurt=true
-minecolonies\:citizen.archertraining.female2.happy=true
-minecolonies\:citizen.researcher.male1.badweather=true
-minecraft\:entity.player.small_fall=true
-minecraft\:entity.skeleton.step=true
-minecraft\:music_disc.13=true
-minecolonies\:citizen.knight.male4.badhousing=true
-minecraft\:entity.bee.death=true
-minecolonies\:citizen.druid.female1.goodhousing=true
-minecraft\:music_disc.11=true
-minecolonies\:citizen.archertraining.female3.goodhousing=true
-minecolonies\:citizen.blacksmith.female3.badhousing=true
-minecolonies\:citizen.smelter.female2.badhousing=true
-minecolonies\:citizen.builder.female2.danger=true
-minecolonies\:citizen.teacher.male1.badhousing=true
-minecolonies\:citizen.glassblower.male1.danger=true
-minecolonies\:citizen.knight.male3.lowsaturation=true
-minecolonies\:citizen.shepherd.male3.interaction=true
-minecolonies\:citizen.stonemason.female4.noise=true
-minecraft\:block.calcite.break=true
-farmersdelight\:block.skillet.add_food=true
-minecolonies\:citizen.unemployed.male2.sick=true
-minecraft\:block.nether_gold_ore.fall=true
-minecolonies\:citizen.builder.male3.farewell=true
-minecolonies\:citizen.smelter.male2.unhappy=true
-minecraft\:block.wet_grass.fall=true
-minecraft\:entity.pig.hurt=true
-minecraft\:entity.wolf.pant=true
-minecolonies\:citizen.cookassistant.female2.danger=true
-minecolonies\:citizen.blacksmith.female4.gotobed=true
-minecolonies\:citizen.child.female4.lowsaturation=true
-minecraft\:block.sweet_berry_bush.place=true
-minecolonies\:citizen.miner.female4.gotobed=true
-minecolonies\:citizen.beekeeper.female4.farewell=true
-minecraft\:block.tuff.fall=true
-blue_skies\:entity.arachnarch.lunge=true
-minecolonies\:citizen.archertraining.male2.interaction=true
-minecolonies\:citizen.alchemist.male4.general=true
-minecolonies\:citizen.healer.female2.goodhousing=true
-minecolonies\:citizen.glassblower.female3.badhousing=true
-minecolonies\:citizen.stonemason.female1.goodhousing=true
-minecolonies\:citizen.cowboy.male4.happy=true
-handcrafted\:hammer_stone=true
-alexsmobs\:maned_wolf_hurt=true
-minecolonies\:citizen.enchanter.male4.highsaturation=true
-minecolonies\:citizen.netherworker.male1.danger=true
-minecolonies\:citizen.rabbitherder.male2.goodhousing=true
-minecolonies\:citizen.druid.female4.danger=true
-minecraft\:entity.firework_rocket.launch=true
-minecolonies\:citizen.alchemist.male2.badhousing=true
-minecolonies\:citizen.miner.female4.success=true
-minecolonies\:citizen.crusher.male1.badhousing=true
-obscure_api\:miracle=true
-minecraft\:block.ender_chest.open=true
-minecolonies\:citizen.unemployed.female1.success=true
-minecraft\:block.sculk_sensor.hit=true
-minecraft\:entity.camel.step_sand=true
-mutantmonsters\:entity.spider_pig.death=true
-minecolonies\:citizen.miner.female2.badweather=true
-minecolonies\:citizen.stonesmeltery.female4.greeting=true
-minecolonies\:citizen.cookassistant.male3.badweather=true
-minecolonies\:citizen.rabbitherder.female2.success=true
-minecraft\:block.sculk.fall=true
-minecolonies\:citizen.healer.female3.happy=true
-minecolonies\:citizen.combattraining.female4.happy=true
-minecolonies\:citizen.cook.female3.general=true
-minecolonies\:citizen.farmer.male4.goodhousing=true
-minecolonies\:citizen.chickenherder.male4.noise=true
-minecolonies\:citizen.netherworker.male3.happy=true
-minecolonies\:citizen.beekeeper.male3.badweather=true
-minecolonies\:citizen.druid.male4.general=true
-alexsmobs\:warped_toad_idle=true
-minecraft\:block.moss_carpet.hit=true
-minecolonies\:citizen.glassblower.male3.goodhousing=true
-minecraft\:entity.husk.ambient=true
-minecraft\:block.large_amethyst_bud.break=true
-minecolonies\:citizen.blacksmith.female2.badhousing=true
-minecraft\:entity.piglin_brute.ambient=true
-chococraft\:entity.chocobo.kweh=true
-minecolonies\:citizen.healer.female1.greeting=true
-minecolonies\:citizen.knight.female4.interaction=true
-minecraft\:entity.spider.death=true
-minecolonies\:citizen.student.female1.greeting=true
-minecolonies\:citizen.baker.female4.danger=true
-minecolonies\:citizen.child.male3.gotobed=true
-minecolonies\:citizen.florist.female3.danger=true
-farmersdelight\:item.skillet.attack.weak=true
-minecolonies\:citizen.cookassistant.male3.missingequipment=true
-minecolonies\:citizen.healer.female2.gotobed=true
-minecolonies\:citizen.crusher.male2.goodhousing=true
-minecolonies\:citizen.druid.male3.danger=true
-minecraft\:entity.generic.death=true
-minecolonies\:citizen.cookassistant.female4.farewell=true
-minecraft\:block.bamboo_wood_button.click_off=true
-minecraft\:block.sculk_vein.fall=true
-minecolonies\:citizen.mechanic.female1.unhappy=true
-minecraft\:block.shroomlight.hit=true
-undergarden\:ambient.undergarden=true
-minecolonies\:citizen.beekeeper.male1.goodhousing=true
-mmorpg\:fireball=true
-minecolonies\:citizen.composter.male4.interaction=true
-friendsandfoes\:entity.copper_golem.hurt=true
-minecolonies\:citizen.fisherman.female2.missingequipment=true
-blue_skies\:entity.crystal_camel.death=true
-minecolonies\:citizen.builder.male3.badweather=true
-minecolonies\:citizen.teacher.male2.greeting=true
-minecolonies\:citizen.pupil.male4.danger=true
-minecolonies\:citizen.shepherd.female4.badhousing=true
-minecraft\:block.moss_carpet.fall=true
-minecolonies\:citizen.enchanter.male1.noise=true
-minecolonies\:citizen.sawmill.male2.interaction=true
-minecolonies\:citizen.netherworker.female4.greeting=true
-minecraft\:entity.goat.prepare_ram=true
-minecolonies\:citizen.lumberjack.male1.farewell=true
-minecolonies\:citizen.dyer.male3.interaction=true
-minecolonies\:citizen.sawmill.female4.badhousing=true
-minecolonies\:citizen.sifter.male4.highsaturation=true
-minecraft\:entity.hoglin.ambient=true
-minecolonies\:citizen.enchanter.male2.success=true
-minecraft\:entity.strider.step_lava=true
-minecraft\:block.sweet_berry_bush.break=true
-minecolonies\:citizen.chickenherder.female3.sick=true
-minecraft\:block.calcite.place=true
-minecolonies\:citizen.blacksmith.male1.goodhousing=true
-minecolonies\:citizen.rabbitherder.female2.badhousing=true
-minecolonies\:citizen.netherworker.female1.unhappy=true
-minecolonies\:citizen.teacher.female2.goodhousing=true
-minecolonies\:citizen.netherworker.male2.farewell=true
-minecolonies\:citizen.farmer.female4.badweather=true
-minecolonies\:citizen.student.female3.noise=true
-minecolonies\:citizen.lumberjack.female3.sick=true
-minecolonies\:citizen.chickenherder.male1.unhappy=true
-minecolonies\:citizen.pupil.male4.interaction=true
-minecolonies\:citizen.undertaker.female3.badweather=true
-minecolonies\:citizen.shepherd.male3.general=true
-blue_skies\:entity.alchemist.prepare_blindness=true
-minecolonies\:citizen.fisherman.female4.general=true
-minecolonies\:citizen.pupil.male1.gotobed=true
-blue_skies\:music.moonlit_bloom=true
-minecolonies\:citizen.planter.male1.success=true
-minecolonies\:citizen.blacksmith.female4.interaction=true
-minecraft\:block.stem.hit=true
-undergarden\:entity.dweller.hurt=true
-minecolonies\:citizen.student.female3.farewell=true
-minecolonies\:citizen.fletcher.male3.greeting=true
-minecolonies\:citizen.undertaker.male1.goodhousing=true
-minecolonies\:citizen.researcher.female1.happy=true
-minecolonies\:citizen.researcher.male4.missingequipment=true
-minecolonies\:citizen.crusher.female3.lowsaturation=true
-minecraft\:entity.strider.ambient=true
-minecraft\:entity.ghast.ambient=true
-minecolonies\:citizen.rabbitherder.male1.greeting=true
-minecolonies\:citizen.crusher.male4.unhappy=true
-minecolonies\:citizen.cowboy.female2.badweather=true
-minecraft\:ambient.underwater.loop=true
-minecolonies\:citizen.archertraining.male3.goodhousing=true
-minecolonies\:citizen.composter.female2.sick=true
-undergarden\:ambient.frost=true
-minecraft\:block.hanging_roots.step=true
-minecolonies\:citizen.baker.male2.gotobed=true
-friendsandfoes\:entity.wildfire.summon_blaze=true
-minecolonies\:citizen.ranger.male3.success=true
-minecraft\:block.gilded_blackstone.break=true
-minecolonies\:citizen.baker.male1.highsaturation=true
-minecolonies\:citizen.quarrier.male2.lowsaturation=true
-minecolonies\:citizen.builder.female1.sick=true
-minecolonies\:citizen.dyer.female4.interaction=true
-minecolonies\:citizen.ranger.female2.highsaturation=true
-minecolonies\:citizen.quarrier.male3.highsaturation=true
-minecraft\:entity.magma_cube.jump=true
-minecolonies\:citizen.dyer.male4.unhappy=true
-minecolonies\:citizen.blacksmith.male1.lowsaturation=true
-minecolonies\:citizen.enchanter.female3.badhousing=true
-minecolonies\:citizen.swineherder.male1.unhappy=true
-doggytalents\:bwv_1080_fugue_11_kimiko=true
-create\:cranking_compounded_1=true
-minecolonies\:citizen.chickenherder.male3.badhousing=true
-minecolonies\:citizen.mechanic.male3.danger=true
-minecraft\:item.elytra.flying=true
-minecolonies\:citizen.knight.male1.lowsaturation=true
-minecraft\:entity.rabbit.death=true
-minecraft\:block.slime_block.step=true
-minecolonies\:mob.mercenary.attack=true
-minecolonies\:citizen.quarrier.female3.lowsaturation=true
-minecolonies\:citizen.planter.male1.goodhousing=true
-minecolonies\:citizen.archertraining.female2.badhousing=true
-minecolonies\:citizen.mechanic.male2.badhousing=true
-minecolonies\:citizen.stonemason.male3.happy=true
-minecolonies\:citizen.healer.male3.lowsaturation=true
-minecraft\:entity.horse.breathe=true
-minecolonies\:citizen.glassblower.female3.lowsaturation=true
-minecolonies\:citizen.farmer.male4.noise=true
-minecraft\:entity.cow.death=true
-minecraft\:ambient.underwater.loop.additions=true
-minecraft\:entity.skeleton_horse.ambient_water=true
-minecolonies\:citizen.cowboy.male2.noise=true
-minecolonies\:citizen.composter.female4.general=true
-minecolonies\:citizen.deliveryman.female2.missingequipment=true
-minecolonies\:citizen.healer.male2.missingequipment=true
-minecolonies\:citizen.miner.male2.highsaturation=true
-minecolonies\:citizen.visitor.female3.badhousing=true
-minecolonies\:citizen.student.female1.happy=true
-minecolonies\:citizen.builder.male3.highsaturation=true
-minecolonies\:citizen.pupil.female4.interaction=true
-minecolonies\:citizen.quarrier.female1.lowsaturation=true
-minecolonies\:citizen.visitor.female3.danger=true
-minecraft\:block.note_block.imitate.wither_skeleton=true
-minecolonies\:citizen.rabbitherder.male4.unhappy=true
-minecolonies\:citizen.alchemist.female3.interaction=true
-minecolonies\:citizen.cook.male3.noise=true
-bettercombat\:mace_slam=true
-minecolonies\:citizen.archertraining.male4.success=true
-minecolonies\:citizen.cowboy.male3.goodhousing=true
-minecolonies\:citizen.stonesmeltery.female3.sick=true
-minecolonies\:citizen.researcher.female3.lowsaturation=true
-minecolonies\:citizen.quarrier.male2.highsaturation=true
-minecolonies\:citizen.blacksmith.male2.missingequipment=true
-minecolonies\:citizen.crusher.female1.badhousing=true
-minecolonies\:citizen.visitor.female2.missingequipment=true
-minecolonies\:citizen.blacksmith.male3.lowsaturation=true
-minecraft\:entity.cod.ambient=true
-minecolonies\:citizen.builder.male3.danger=true
-minecolonies\:citizen.stonesmeltery.male3.success=true
-minecolonies\:citizen.cowboy.male4.badweather=true
-minecolonies\:citizen.chickenherder.female3.badhousing=true
-minecolonies\:citizen.rabbitherder.male3.farewell=true
-minecolonies\:citizen.researcher.female3.noise=true
-minecraft\:entity.player.hurt_freeze=true
-minecolonies\:citizen.sawmill.female3.farewell=true
-minecolonies\:citizen.archertraining.male4.badhousing=true
-minecolonies\:citizen.combattraining.female1.missingequipment=true
-minecolonies\:citizen.blacksmith.female4.unhappy=true
-minecraft\:block.large_amethyst_bud.place=true
-minecraft\:block.weeping_vines.break=true
-minecolonies\:citizen.pupil.female2.success=true
-minecolonies\:citizen.concretemixer.female1.gotobed=true
-blue_skies\:entity.arachnarch.spit=true
-alexsmobs\:sculk_boomer_fart=true
-undergarden\:entity.masticator.hurt=true
-minecolonies\:citizen.miner.male1.highsaturation=true
-minecraft\:item.bucket.fill_tadpole=true
-minecolonies\:citizen.undertaker.female2.farewell=true
-minecolonies\:citizen.ranger.female3.highsaturation=true
-minecolonies\:citizen.enchanter.female4.goodhousing=true
-minecraft\:item.bottle.fill_dragonbreath=true
-minecolonies\:citizen.mechanic.male1.sick=true
-minecolonies\:citizen.visitor.male1.unhappy=true
-minecolonies\:citizen.shepherd.female2.interaction=true
-minecolonies\:citizen.dyer.female3.sick=true
-minecolonies\:citizen.builder.female1.success=true
-minecolonies\:citizen.baker.male2.interaction=true
-minecolonies\:citizen.cowboy.male1.unhappy=true
-minecolonies\:citizen.fletcher.female3.happy=true
-minecolonies\:citizen.rabbitherder.male1.sick=true
-minecolonies\:citizen.cookassistant.female3.goodhousing=true
-create\:haunted_bell_convert=true
-minecolonies\:citizen.ranger.female3.gotobed=true
-minecolonies\:citizen.farmer.male3.badhousing=true
-minecolonies\:citizen.builder.male2.highsaturation=true
-minecraft\:entity.pig.saddle=true
-minecolonies\:citizen.researcher.female1.lowsaturation=true
-minecolonies\:citizen.swineherder.male2.badweather=true
-minecraft\:entity.parrot.imitate.guardian=true
-blue_skies\:entity.starlit_crusher.hurt=true
-undergarden\:entity.rotbeast.attack=true
-minecolonies\:citizen.baker.male2.success=true
-minecolonies\:citizen.combattraining.male3.greeting=true
-minecolonies\:citizen.child.male4.unhappy=true
-minecolonies\:citizen.lumberjack.male2.gotobed=true
-minecolonies\:citizen.cowboy.female1.success=true
-minecolonies\:citizen.enchanter.female4.general=true
-minecolonies\:citizen.ranger.male2.badhousing=true
-blue_skies\:music.crystal_dunes=true
-minecolonies\:citizen.dyer.male1.happy=true
-minecolonies\:citizen.planter.female1.highsaturation=true
-minecolonies\:citizen.cookassistant.male3.goodhousing=true
-minecolonies\:citizen.druid.female3.gotobed=true
-minecolonies\:citizen.alchemist.male4.sick=true
-minecolonies\:citizen.knight.male4.interaction=true
-minecolonies\:citizen.mechanic.male4.interaction=true
-minecolonies\:citizen.fisherman.male4.greeting=true
-minecolonies\:citizen.mechanic.female1.happy=true
-minecolonies\:citizen.healer.female2.unhappy=true
-minecolonies\:citizen.sifter.male4.greeting=true
-minecraft\:block.weeping_vines.place=true
-minecolonies\:citizen.healer.male2.success=true
-undergarden\:entity.masticator.step=true
-minecolonies\:citizen.sifter.male1.danger=true
-minecolonies\:citizen.healer.female2.happy=true
-minecolonies\:citizen.undertaker.female4.farewell=true
-minecolonies\:citizen.builder.female2.interaction=true
-illagerinvasion\:entity.invoker.completecast=true
-minecolonies\:citizen.enchanter.male3.success=true
-minecolonies\:citizen.cookassistant.male2.badweather=true
-minecolonies\:citizen.cookassistant.male3.success=true
-minecraft\:entity.wandering_trader.trade=true
-minecolonies\:citizen.builder.male3.happy=true
-minecolonies\:citizen.concretemixer.female3.farewell=true
-minecolonies\:citizen.florist.female3.goodhousing=true
-minecolonies\:citizen.builder.female4.missingequipment=true
-minecolonies\:citizen.concretemixer.female3.missingequipment=true
-minecolonies\:citizen.druid.female4.unhappy=true
-alexsmobs\:mungus_hurt=true
-minecolonies\:citizen.beekeeper.male2.danger=true
-mutantmonsters\:entity.creeper_minion_egg.hatch=true
-minecolonies\:citizen.pupil.male4.highsaturation=true
-minecolonies\:citizen.mechanic.female2.gotobed=true
-minecolonies\:citizen.sawmill.male2.gotobed=true
-minecolonies\:citizen.rabbitherder.female3.missingequipment=true
-minecolonies\:citizen.sifter.male1.badweather=true
-minecolonies\:citizen.beekeeper.male4.success=true
-minecolonies\:citizen.rabbitherder.male4.general=true
-minecolonies\:citizen.alchemist.female4.sick=true
-minecraft\:entity.ravager.celebrate=true
-minecolonies\:citizen.child.male3.unhappy=true
-minecraft\:block.mud.fall=true
-minecolonies\:citizen.builder.female1.danger=true
-alexsmobs\:elephant_hurt=true
-minecolonies\:citizen.concretemixer.female3.badweather=true
-minecolonies\:citizen.sifter.male1.happy=true
-blue_skies\:entity.starlit_wall.grow=true
-farmersdelight\:block.skillet.sizzle=true
-minecolonies\:citizen.swineherder.male1.gotobed=true
-minecolonies\:citizen.miner.female4.badhousing=true
-minecolonies\:citizen.visitor.female4.highsaturation=true
-minecolonies\:citizen.unemployed.female2.happy=true
-minecraft\:entity.item_frame.break=true
-blue_skies\:entity.starlit_crusher.hammer_smash=true
-minecolonies\:citizen.unemployed.male2.success=true
-minecolonies\:citizen.druid.male3.noise=true
-minecolonies\:citizen.lumberjack.male1.lowsaturation=true
-minecolonies\:citizen.smelter.female1.success=true
-kobolds\:kobold_hurt=true
-create\:peculiar_bell_use=true
-minecolonies\:citizen.farmer.female1.highsaturation=true
-minecolonies\:citizen.quarrier.female4.missingequipment=true
-minecraft\:item.totem.use=true
-minecolonies\:citizen.cook.male3.goodhousing=true
-minecolonies\:citizen.quarrier.female1.sick=true
-minecraft\:music_disc.wait=true
-minecolonies\:citizen.miner.female3.missingequipment=true
-creeperoverhaul\:entity.sand.creeper.explosion=true
-minecolonies\:citizen.quarrier.female4.farewell=true
-minecolonies\:citizen.florist.male3.highsaturation=true
-create\:potato_hit=true
-minecolonies\:citizen.druid.male3.interaction=true
-supplementaries\:block.present.break=true
-minecolonies\:citizen.beekeeper.male1.happy=true
-airhop\:entity.player.hop=true
-minecolonies\:citizen.mechanic.male3.missingequipment=true
-blue_skies\:entity.firefly.death=true
-minecolonies\:citizen.lumberjack.male1.missingequipment=true
-blue_skies\:block.rimestone.break=true
-blue_skies\:block.mud.hit=true
-minecraft\:block.roots.place=true
-friendsandfoes\:entity.shield_debris.impact=true
-minecolonies\:citizen.farmer.female3.highsaturation=true
-minecolonies\:citizen.glassblower.male1.success=true
-minecraft\:entity.arrow.hit_player=true
-minecolonies\:citizen.archertraining.female4.noise=true
-farmersdelight\:block.cooking_pot.boil=true
-minecolonies\:citizen.farmer.female1.danger=true
-minecolonies\:citizen.alchemist.male3.badhousing=true
-minecraft\:entity.illusioner.death=true
-minecolonies\:citizen.stonemason.male1.goodhousing=true
-minecolonies\:citizen.pupil.male2.highsaturation=true
-minecolonies\:citizen.planter.male1.lowsaturation=true
-minecraft\:item.spyglass.use=true
-minecolonies\:citizen.rabbitherder.female3.general=true
-minecolonies\:citizen.unemployed.male1.danger=true
-supplementaries\:block.present.place=true
-minecolonies\:citizen.florist.female4.danger=true
-minecolonies\:citizen.ranger.female1.sick=true
-minecolonies\:citizen.swineherder.male4.badhousing=true
-minecraft\:block.honey_block.hit=true
-minecolonies\:citizen.swineherder.female3.noise=true
-minecolonies\:citizen.knight.female2.badweather=true
-minecolonies\:citizen.beekeeper.male2.missingequipment=true
-minecraft\:block.portal.travel=true
-minecolonies\:citizen.builder.male1.farewell=true
-minecraft\:item.brush.brushing.gravel.complete=true
-minecolonies\:citizen.combattraining.male1.badhousing=true
-minecolonies\:citizen.researcher.male3.noise=true
-minecraft\:entity.skeleton.hurt=true
-minecraft\:block.nether_wood_door.open=true
-minecraft\:block.big_dripleaf.step=true
-minecolonies\:citizen.miner.female4.farewell=true
-alexsmobs\:rocky_roller_hurt=true
-minecolonies\:citizen.enchanter.female2.missingequipment=true
-minecolonies\:citizen.builder.female1.greeting=true
-minecolonies\:citizen.visitor.female2.highsaturation=true
-minecolonies\:citizen.fletcher.female2.missingequipment=true
-blue_skies\:block.rimestone.place=true
-minecolonies\:citizen.combattraining.male2.sick=true
-minecolonies\:citizen.researcher.female2.goodhousing=true
-minecraft\:block.portal.ambient=true
-minecraft\:block.snow.place=true
-minecolonies\:citizen.farmer.male1.farewell=true
-minecraft\:entity.ender_dragon.hurt=true
-minecolonies\:citizen.stonemason.male4.danger=true
-minecolonies\:citizen.deliveryman.male4.interaction=true
-minecolonies\:citizen.enchanter.male4.farewell=true
-minecraft\:entity.witch.ambient=true
-minecolonies\:citizen.florist.female3.lowsaturation=true
-minecolonies\:citizen.fisherman.male1.happy=true
-minecraft\:block.respawn_anchor.deplete=true
-minecolonies\:citizen.knight.male2.gotobed=true
-minecraft\:block.candle.break=true
-minecolonies\:citizen.undertaker.male2.danger=true
-minecraft\:block.pointed_dripstone.drip_water=true
-minecolonies\:citizen.miner.male4.general=true
-minecraft\:block.nether_gold_ore.break=true
-minecolonies\:citizen.florist.male1.farewell=true
-alexsmobs\:void_portal_close=true
-minecolonies\:citizen.alchemist.female2.interaction=true
-minecolonies\:citizen.composter.male3.danger=true
-minecolonies\:citizen.miner.female4.noise=true
-minecolonies\:citizen.cowboy.female3.noise=true
-minecolonies\:citizen.smelter.male2.gotobed=true
-minecolonies\:citizen.planter.male2.danger=true
-minecolonies\:citizen.baker.male1.gotobed=true
-minecolonies\:citizen.visitor.female2.badhousing=true
-minecolonies\:citizen.planter.female3.missingequipment=true
-minecolonies\:citizen.concretemixer.male3.badhousing=true
-minecolonies\:citizen.teacher.male3.farewell=true
-minecolonies\:citizen.beekeeper.female3.noise=true
-minecolonies\:citizen.stonemason.male1.badweather=true
-minecolonies\:citizen.beekeeper.female2.danger=true
-minecolonies\:citizen.visitor.male3.sick=true
-minecolonies\:citizen.fletcher.female2.lowsaturation=true
-minecolonies\:citizen.crusher.female4.gotobed=true
-illagerinvasion\:entity.surrendered.ambient=true
-minecraft\:entity.blaze.hurt=true
-blue_skies\:entity.starlit_crusher.heal=true
-minecolonies\:citizen.combattraining.female4.lowsaturation=true
-minecolonies\:citizen.netherworker.female1.badhousing=true
-minecolonies\:citizen.knight.male3.farewell=true
-minecolonies\:citizen.beekeeper.female4.noise=true
-minecolonies\:citizen.undertaker.male2.goodhousing=true
-minecolonies\:citizen.baker.female3.happy=true
-minecraft\:entity.panda.bite=true
-minecolonies\:citizen.miner.male2.happy=true
-minecolonies\:citizen.dyer.male3.missingequipment=true
-minecolonies\:citizen.druid.male3.badhousing=true
-minecolonies\:citizen.stonemason.male4.success=true
-minecolonies\:citizen.concretemixer.male3.farewell=true
-minecolonies\:citizen.teacher.female3.noise=true
-aquamirae\:entity.deep_hurt=true
-minecraft\:entity.dolphin.ambient_water=true
-minecolonies\:citizen.farmer.male4.sick=true
-minecolonies\:citizen.rabbitherder.female3.success=true
-minecolonies\:citizen.beekeeper.female4.goodhousing=true
-minecolonies\:citizen.child.male3.badhousing=true
-minecolonies\:citizen.smelter.male1.danger=true
-minecolonies\:citizen.builder.female4.badweather=true
-minecolonies\:citizen.healer.female2.farewell=true
-minecraft\:entity.arrow.shoot=true
-minecraft\:block.nether_ore.step=true
-minecolonies\:citizen.cowboy.female1.danger=true
-minecolonies\:citizen.undertaker.female2.sick=true
-minecolonies\:citizen.fletcher.male3.success=true
-minecolonies\:citizen.netherworker.male1.noise=true
-minecolonies\:citizen.druid.female2.missingequipment=true
-minecraft\:block.bubble_column.bubble_pop=true
-minecraft\:entity.phantom.swoop=true
-minecolonies\:citizen.knight.female3.missingequipment=true
-minecolonies\:citizen.enchanter.female4.unhappy=true
-minecolonies\:citizen.smelter.female4.farewell=true
-minecolonies\:citizen.fisherman.female4.success=true
-aquamirae\:entity.captain_cornelia.hurt=true
-minecolonies\:citizen.ranger.female1.highsaturation=true
-minecolonies\:citizen.crusher.male4.missingequipment=true
-minecolonies\:citizen.farmer.male1.badweather=true
-minecolonies\:citizen.sifter.female4.success=true
-minecraft\:music_disc.ward=true
-minecolonies\:citizen.stonemason.male2.sick=true
-minecolonies\:citizen.miner.female3.badweather=true
-minecolonies\:citizen.fletcher.male1.interaction=true
-deeperdarker\:entity.snapper.hurt=true
-minecraft\:entity.wither_skeleton.hurt=true
-minecolonies\:citizen.knight.female3.lowsaturation=true
-kobolds\:music_kobblestone=true
-minecolonies\:citizen.ranger.male2.gotobed=true
-minecolonies\:citizen.crusher.male4.badhousing=true
-minecolonies\:citizen.rabbitherder.male3.badweather=true
-aquamirae\:ambient.ship_horn=true
-minecolonies\:citizen.druid.male2.sick=true
-minecraft\:block.tuff.hit=true
-minecraft\:block.netherite_block.fall=true
-minecolonies\:citizen.swineherder.female2.unhappy=true
-minecolonies\:citizen.druid.male1.lowsaturation=true
-minecraft\:entity.pig.step=true
-minecraft\:entity.villager.yes=true
-minecraft\:music.nether.soul_sand_valley=true
-minecolonies\:citizen.ranger.female3.happy=true
-minecolonies\:citizen.sifter.female2.noise=true
-minecraft\:block.small_dripleaf.break=true
-minecolonies\:citizen.fisherman.female3.greeting=true
-minecolonies\:citizen.undertaker.male4.badhousing=true
-minecolonies\:citizen.student.female1.unhappy=true
-minecolonies\:citizen.visitor.male1.general=true
-alexsmobs\:skreecher_clap=true
-minecraft\:entity.villager.work_toolsmith=true
-minecolonies\:citizen.blacksmith.male4.happy=true
-deeperdarker\:block.vase.place=true
-minecolonies\:citizen.composter.female2.badweather=true
-minecolonies\:citizen.crusher.male4.gotobed=true
-minecolonies\:citizen.florist.male4.unhappy=true
-blue_skies\:entity.nested_spider.hurt=true
-minecraft\:block.bamboo_sapling.hit=true
-minecolonies\:citizen.ranger.female2.unhappy=true
-minecolonies\:citizen.farmer.female4.success=true
-minecolonies\:citizen.pupil.female3.lowsaturation=true
-alexsmobs\:dropbear_hurt=true
-minecolonies\:citizen.deliveryman.male1.greeting=true
-minecolonies\:citizen.knight.male4.noise=true
-minecolonies\:citizen.combattraining.female1.badhousing=true
-minecolonies\:citizen.ranger.female2.happy=true
-minecolonies\:citizen.sifter.female2.farewell=true
-minecolonies\:citizen.teacher.male1.gotobed=true
-minecolonies\:citizen.stonemason.female1.badweather=true
-minecolonies\:citizen.enchanter.male3.general=true
-minecolonies\:citizen.builder.female2.lowsaturation=true
-minecolonies\:citizen.healer.male4.badweather=true
-minecraft\:entity.enderman.scream=true
-minecolonies\:citizen.rabbitherder.male3.danger=true
-minecolonies\:citizen.crusher.male3.sick=true
-minecraft\:entity.parrot.imitate.warden=true
-minecolonies\:citizen.archertraining.female3.general=true
-minecolonies\:citizen.deliveryman.female4.missingequipment=true
-minecraft\:entity.minecart.riding=true
-minecraft\:entity.elder_guardian.death=true
-minecolonies\:citizen.fletcher.male4.farewell=true
-minecolonies\:citizen.sifter.male3.highsaturation=true
-minecolonies\:citizen.unemployed.female3.badhousing=true
-minecolonies\:citizen.fisherman.male2.greeting=true
-minecolonies\:citizen.visitor.male2.farewell=true
-minecraft\:block.small_dripleaf.place=true
-minecolonies\:citizen.cookassistant.male3.general=true
-minecolonies\:citizen.planter.female3.danger=true
-minecraft\:block.beacon.deactivate=true
-minecolonies\:citizen.rabbitherder.male4.highsaturation=true
-riskofrain_mobs\:entity.lemurian.death=true
-minecolonies\:citizen.miner.female3.highsaturation=true
-minecolonies\:citizen.miner.male4.success=true
-minecolonies\:citizen.teacher.female3.badhousing=true
-minecolonies\:citizen.planter.female2.sick=true
-minecolonies\:citizen.glassblower.female3.interaction=true
-minecolonies\:citizen.chickenherder.female2.noise=true
-minecolonies\:citizen.composter.male1.unhappy=true
-minecolonies\:citizen.builder.male4.happy=true
-minecolonies\:citizen.miner.male3.noise=true
-minecraft\:block.conduit.attack.target=true
-minecolonies\:citizen.cowboy.male1.gotobed=true
-minecolonies\:citizen.netherworker.male4.interaction=true
-minecraft\:entity.arrow.hit=true
-alexsmobs\:guster_hurt=true
-minecolonies\:citizen.mechanic.male3.highsaturation=true
-minecolonies\:citizen.child.male4.gotobed=true
-minecolonies\:citizen.fisherman.male2.missingequipment=true
-minecolonies\:citizen.baker.male3.highsaturation=true
-minecolonies\:citizen.ranger.male4.happy=true
-minecraft\:block.gilded_blackstone.hit=true
-minecolonies\:citizen.baker.female1.badweather=true
-minecraft\:block.bone_block.place=true
-minecraft\:entity.cow.ambient=true
-minecolonies\:citizen.blacksmith.male2.goodhousing=true
-minecraft\:entity.tropical_fish.flop=true
-minecolonies\:citizen.miner.female2.farewell=true
-minecolonies\:citizen.stonemason.male1.greeting=true
-minecolonies\:citizen.teacher.female3.goodhousing=true
-minecolonies\:citizen.swineherder.male3.lowsaturation=true
-minecolonies\:citizen.student.male4.gotobed=true
-minecolonies\:citizen.stonemason.male2.badweather=true
-minecolonies\:citizen.undertaker.male1.greeting=true
-minecraft\:entity.panda.ambient=true
-minecolonies\:citizen.cook.male2.sick=true
-minecraft\:entity.parrot.imitate.zombie=true
-minecraft\:block.snow.break=true
-minecolonies\:citizen.builder.male1.missingequipment=true
-minecolonies\:citizen.sawmill.female2.greeting=true
-minecraft\:block.lily_pad.place=true
-minecolonies\:citizen.knight.male2.sick=true
-minecolonies\:citizen.stonemason.female3.noise=true
-minecraft\:block.gravel.hit=true
-minecolonies\:citizen.shepherd.male2.interaction=true
-minecolonies\:citizen.fletcher.male1.general=true
-minecraft\:entity.bee.pollinate=true
-minecolonies\:citizen.quarrier.male1.sick=true
-minecraft\:entity.ocelot.hurt=true
-minecraft\:block.sand.place=true
-alexsmobs\:anaconda_hurt=true
-minecolonies\:citizen.smelter.female3.badhousing=true
-minecolonies\:citizen.florist.male1.missingequipment=true
-farmersdelight\:block.cutting_board.knife=true
-aquamirae\:entity.captain_cornelia.rage=true
-minecolonies\:citizen.stonesmeltery.female1.goodhousing=true
-minecolonies\:citizen.enchanter.female4.happy=true
-minecolonies\:citizen.sifter.female1.greeting=true
-minecolonies\:citizen.deliveryman.male4.badweather=true
-minecolonies\:citizen.stonemason.female4.gotobed=true
-minecolonies\:citizen.alchemist.female3.badweather=true
-minecraft\:block.weeping_vines.fall=true
-minecraft\:block.soul_soil.step=true
-minecraft\:block.bamboo_wood_hanging_sign.break=true
-alexsmobs\:void_worm_hurt=true
-minecolonies\:citizen.rabbitherder.male3.highsaturation=true
-minecolonies\:citizen.ranger.male3.goodhousing=true
-mmorpg\:dash=true
-deeperdarker\:block.vase.break=true
-minecolonies\:citizen.florist.female2.sick=true
-minecolonies\:citizen.lumberjack.male3.gotobed=true
-minecraft\:entity.warden.dig=true
-minecolonies\:citizen.fletcher.female3.gotobed=true
-minecolonies\:citizen.unemployed.female3.happy=true
-minecolonies\:citizen.fisherman.female2.sick=true
-minecolonies\:citizen.knight.female3.badweather=true
-minecolonies\:citizen.cowboy.female4.greeting=true
-minecolonies\:citizen.teacher.female4.badhousing=true
-minecolonies\:citizen.archertraining.female3.success=true
-minecolonies\:citizen.blacksmith.male2.noise=true
-illagerinvasion\:item.lost_candle.iron=true
-minecolonies\:citizen.lumberjack.male3.badhousing=true
-minecolonies\:citizen.unemployed.female2.badhousing=true
-minecraft\:block.bamboo_wood_button.click_on=true
-minecolonies\:citizen.lumberjack.female1.unhappy=true
-minecolonies\:citizen.cook.female3.missingequipment=true
-minecolonies\:citizen.sawmill.female2.interaction=true
-minecraft\:block.respawn_anchor.charge=true
-minecolonies\:citizen.ranger.female1.badweather=true
-minecolonies\:citizen.visitor.male4.noise=true
-minecolonies\:citizen.pupil.female4.badweather=true
-minecolonies\:citizen.researcher.male1.goodhousing=true
-minecolonies\:citizen.miner.female2.highsaturation=true
-minecolonies\:citizen.teacher.female4.gotobed=true
-minecolonies\:citizen.stonemason.male4.interaction=true
-minecolonies\:citizen.netherworker.female4.happy=true
-minecolonies\:citizen.chickenherder.male2.farewell=true
-minecraft\:entity.dolphin.swim=true
-minecolonies\:citizen.fisherman.male2.danger=true
-minecolonies\:citizen.smelter.female3.greeting=true
-minecolonies\:citizen.quarrier.female3.goodhousing=true
-minecolonies\:citizen.student.male2.greeting=true
-minecraft\:block.deepslate_tiles.step=true
-friendsandfoes\:entity.glare.rustle=true
-minecraft\:block.ancient_debris.fall=true
-minecraft\:entity.ghast.warn=true
-minecolonies\:citizen.cookassistant.female4.noise=true
-minecolonies\:citizen.builder.male4.danger=true
-minecolonies\:citizen.dyer.male4.greeting=true
-minecraft\:entity.skeleton_horse.death=true
-minecolonies\:citizen.deliveryman.male4.greeting=true
-illagerinvasion\:entity.invoker.teleport_cast=true
-minecolonies\:citizen.lumberjack.male1.unhappy=true
-minecolonies\:citizen.glassblower.male3.missingequipment=true
-minecolonies\:citizen.rabbitherder.male1.highsaturation=true
-minecraft\:entity.sniffer.scenting=true
-minecraft\:entity.parrot.imitate.husk=true
-minecolonies\:citizen.deliveryman.male1.lowsaturation=true
-minecolonies\:citizen.researcher.female2.gotobed=true
-minecraft\:entity.tadpole.grow_up=true
-minecolonies\:citizen.stonemason.female2.highsaturation=true
-minecraft\:entity.polar_bear.step=true
-minecolonies\:citizen.stonesmeltery.male2.interaction=true
-minecolonies\:citizen.mechanic.female2.badhousing=true
-minecolonies\:citizen.concretemixer.male3.interaction=true
-minecolonies\:citizen.cook.male3.success=true
-minecraft\:block.nether_sprouts.hit=true
-minecolonies\:citizen.unemployed.male1.goodhousing=true
-alexsmobs\:toucan_hurt=true
-minecolonies\:citizen.healer.male1.farewell=true
-minecraft\:block.dripstone_block.hit=true
-minecolonies\:citizen.swineherder.female3.unhappy=true
-minecolonies\:citizen.visitor.male2.unhappy=true
-minecolonies\:citizen.dyer.male1.goodhousing=true
-minecolonies\:citizen.netherworker.female2.noise=true
-minecraft\:entity.slime.hurt=true
-minecolonies\:citizen.child.male1.greeting=true
-minecolonies\:citizen.deliveryman.female4.interaction=true
-minecraft\:entity.iron_golem.attack=true
-minecolonies\:citizen.glassblower.male3.happy=true
-minecolonies\:citizen.quarrier.female4.gotobed=true
-minecolonies\:citizen.cook.female2.badhousing=true
-minecraft\:block.bubble_column.whirlpool_inside=true
-minecolonies\:citizen.swineherder.male1.danger=true
-minecolonies\:citizen.baker.male3.success=true
-minecolonies\:citizen.deliveryman.male1.happy=true
-minecraft\:music_disc.cat=true
-minecolonies\:citizen.beekeeper.male2.noise=true
-minecolonies\:citizen.concretemixer.female4.badweather=true
-minecolonies\:citizen.student.male3.danger=true
-minecolonies\:citizen.healer.male3.success=true
-minecolonies\:citizen.stonemason.female2.happy=true
-minecolonies\:citizen.sifter.female1.happy=true
-minecraft\:block.bamboo_wood.step=true
-minecolonies\:citizen.sifter.female4.happy=true
-minecraft\:block.bubble_column.whirlpool_ambient=true
-minecolonies\:citizen.fletcher.male1.greeting=true
-minecolonies\:citizen.netherworker.male1.greeting=true
-minecolonies\:citizen.swineherder.female2.highsaturation=true
-minecolonies\:citizen.lumberjack.female2.badweather=true
-minecolonies\:citizen.ranger.female4.goodhousing=true
-minecolonies\:citizen.fletcher.female2.interaction=true
-minecolonies\:citizen.knight.male1.badhousing=true
-minecraft\:block.composter.empty=true
-minecolonies\:citizen.student.female2.interaction=true
-minecolonies\:citizen.swineherder.female3.sick=true
-minecolonies\:citizen.healer.female4.danger=true
-minecolonies\:citizen.student.male2.lowsaturation=true
-minecolonies\:citizen.shepherd.female4.greeting=true
-minecolonies\:citizen.planter.female1.greeting=true
-blue_skies\:ambient.shaded_woodlands.loop=true
-deeperdarker\:block.sculk_stone.step=true
-minecolonies\:citizen.miner.female1.highsaturation=true
-minecolonies\:citizen.fletcher.male2.success=true
-minecolonies\:citizen.rabbitherder.male2.highsaturation=true
-minecraft\:block.bone_block.break=true
-minecraft\:item.glow_ink_sac.use=true
-minecolonies\:citizen.baker.female2.badweather=true
-minecolonies\:citizen.archertraining.male1.danger=true
-minecolonies\:citizen.stonemason.female1.highsaturation=true
-minecraft\:entity.leash_knot.break=true
-minecolonies\:citizen.cook.male3.interaction=true
-minecolonies\:citizen.florist.female3.badweather=true
-minecolonies\:citizen.healer.male1.happy=true
-minecolonies\:citizen.cookassistant.female3.greeting=true
-mutantmonsters\:entity.mutant_snow_golem.death=true
-minecolonies\:citizen.mechanic.female2.lowsaturation=true
-mutantmonsters\:entity.creeper_minion.primed=true
-minecolonies\:citizen.cook.female2.happy=true
-minecraft\:entity.puffer_fish.flop=true
-minecolonies\:citizen.cookassistant.male3.farewell=true
-minecolonies\:citizen.druid.female3.lowsaturation=true
-minecraft\:entity.parrot.death=true
-minecolonies\:citizen.healer.male4.goodhousing=true
-minecolonies\:citizen.builder.male1.success=true
-minecolonies\:citizen.swineherder.female1.highsaturation=true
-minecraft\:block.amethyst_block.fall=true
-blue_skies\:entity.arachnarch.sling=true
-minecolonies\:citizen.cook.male3.greeting=true
-minecolonies\:citizen.ranger.female4.noise=true
-minecolonies\:citizen.student.female2.lowsaturation=true
-minecraft\:entity.elder_guardian.ambient_land=true
-minecolonies\:citizen.composter.male4.goodhousing=true
-minecolonies\:citizen.quarrier.male4.interaction=true
-minecraft\:entity.rabbit.ambient=true
-minecolonies\:citizen.netherworker.female2.unhappy=true
-minecolonies\:citizen.chickenherder.male2.gotobed=true
-minecraft\:entity.blaze.death=true
-minecolonies\:citizen.netherworker.female3.goodhousing=true
-friendsandfoes\:entity.copper_golem.repair=true
-minecolonies\:citizen.stonemason.female4.highsaturation=true
-minecolonies\:citizen.beekeeper.female2.missingequipment=true
-minecolonies\:citizen.miner.female1.greeting=true
-minecolonies\:citizen.alchemist.female1.gotobed=true
-minecraft\:block.coral_block.place=true
-minecolonies\:citizen.fletcher.male2.lowsaturation=true
-minecolonies\:citizen.enchanter.female1.noise=true
-minecolonies\:mob.pirate.death=true
-minecolonies\:citizen.enchanter.female3.general=true
-deeperdarker\:block.sculk_stone.hit=true
-minecolonies\:citizen.fletcher.male1.noise=true
-createaddition\:tesla_coil=true
-creeperoverhaul\:entity.sand.creeper.hurt=true
-minecolonies\:citizen.fletcher.male4.danger=true
-friendsandfoes\:entity.iceologer.cast_spell=true
-minecolonies\:citizen.druid.female2.gotobed=true
-minecolonies\:citizen.sawmill.male4.unhappy=true
-minecolonies\:citizen.florist.male1.highsaturation=true
-minecolonies\:citizen.builder.female2.missingequipment=true
-minecolonies\:citizen.cowboy.male1.farewell=true
-minecolonies\:citizen.pupil.male3.noise=true
-minecolonies\:citizen.farmer.male4.farewell=true
-minecolonies\:citizen.pupil.female4.goodhousing=true
-minecolonies\:citizen.archertraining.male2.missingequipment=true
-minecolonies\:citizen.alchemist.male2.interaction=true
-minecraft\:block.moss.fall=true
-minecolonies\:citizen.lumberjack.female1.badhousing=true
-minecolonies\:citizen.pupil.male2.gotobed=true
-mutantmonsters\:entity.endersoul_clone.death=true
-minecolonies\:citizen.sawmill.female4.lowsaturation=true
-minecolonies\:citizen.shepherd.female3.missingequipment=true
-minecolonies\:citizen.smelter.male1.unhappy=true
-friendsandfoes\:entity.ice_chunk.ambient=true
-minecolonies\:citizen.miner.female3.gotobed=true
-minecolonies\:citizen.beekeeper.male2.badweather=true
-minecolonies\:citizen.builder.male3.goodhousing=true
-minecolonies\:citizen.farmer.female2.gotobed=true
-minecolonies\:citizen.swineherder.female1.farewell=true
-minecolonies\:citizen.mechanic.female1.gotobed=true
-minecolonies\:citizen.cookassistant.female1.gotobed=true
-minecolonies\:citizen.pupil.male2.missingequipment=true
-minecolonies\:citizen.shepherd.female2.lowsaturation=true
-minecolonies\:citizen.mechanic.female4.missingequipment=true
-minecolonies\:citizen.rabbitherder.male2.badweather=true
-minecraft\:entity.pig.ambient=true
-minecolonies\:citizen.stonesmeltery.male2.success=true
-blue_skies\:entity.shrumpty.idle=true
-minecolonies\:citizen.deliveryman.male2.farewell=true
-minecraft\:entity.item_frame.place=true
-minecolonies\:citizen.miner.male4.greeting=true
-minecolonies\:citizen.cowboy.female1.greeting=true
-minecolonies\:citizen.deliveryman.female4.general=true
-minecraft\:block.nether_gold_ore.place=true
-minecolonies\:citizen.shepherd.male3.success=true
-minecolonies\:citizen.miner.male4.badhousing=true
-minecolonies\:citizen.fisherman.male2.noise=true
-minecraft\:block.candle.place=true
-friendsandfoes\:entity.tuff_golem.sleep=true
-minecraft\:entity.firework_rocket.blast=true
-minecolonies\:citizen.chickenherder.female3.farewell=true
-minecraft\:ambient.basalt_deltas.mood=true
-minecolonies\:citizen.unemployed.female2.sick=true
-minecolonies\:citizen.fletcher.female1.badweather=true
-minecraft\:block.stone.step=true
-minecolonies\:citizen.cook.female4.general=true
-minecolonies\:citizen.unemployed.male3.success=true
-minecolonies\:citizen.sawmill.female2.happy=true
-combatroll\:roll_cooldown_ready=true
-minecolonies\:citizen.rabbitherder.male2.interaction=true
-minecolonies\:citizen.knight.male3.gotobed=true
-minecolonies\:citizen.visitor.female4.sick=true
-minecraft\:entity.llama.eat=true
-minecolonies\:citizen.knight.male2.greeting=true
-minecolonies\:citizen.quarrier.female4.sick=true
-minecolonies\:citizen.swineherder.male2.interaction=true
-minecolonies\:citizen.crusher.male1.goodhousing=true
-minecolonies\:citizen.crusher.male3.danger=true
-minecolonies\:citizen.archertraining.male3.success=true
-minecolonies\:citizen.beekeeper.female2.happy=true
-riskofrain_mobs\:entity.stone_golem.hurt=true
-minecolonies\:citizen.fletcher.male4.happy=true
-minecolonies\:citizen.concretemixer.female2.greeting=true
-minecolonies\:citizen.lumberjack.female1.missingequipment=true
-minecolonies\:citizen.archertraining.female2.missingequipment=true
-blue_skies\:music.blinding_dungeon_ambience=true
-minecolonies\:citizen.smelter.male4.highsaturation=true
-minecolonies\:citizen.planter.male2.success=true
-minecraft\:entity.hoglin.step=true
-minecolonies\:citizen.crusher.female1.sick=true
-minecolonies\:citizen.shepherd.female1.gotobed=true
-minecolonies\:citizen.student.female1.sick=true
-minecolonies\:citizen.beekeeper.male2.goodhousing=true
-minecolonies\:citizen.sifter.male3.sick=true
-minecolonies\:citizen.teacher.female2.missingequipment=true
-minecolonies\:citizen.swineherder.female4.farewell=true
-minecolonies\:citizen.chickenherder.female3.goodhousing=true
-alexsmobs\:grizzly_bear_idle=true
-minecolonies\:citizen.knight.female1.goodhousing=true
-minecolonies\:citizen.pupil.female3.badhousing=true
-minecraft\:entity.zombie.ambient=true
-minecraft\:block.sand.break=true
-minecolonies\:citizen.healer.female3.gotobed=true
-minecolonies\:citizen.cookassistant.female3.sick=true
-minecraft\:entity.goat.hurt=true
-minecolonies\:citizen.netherworker.male3.missingequipment=true
-minecolonies\:citizen.quarrier.female4.happy=true
-blue_skies\:entity.alchemist.idle=true
-friendsandfoes\:entity.glare.hurt=true
-minecolonies\:citizen.netherworker.female1.happy=true
-minecraft\:entity.generic.extinguish_fire=true
-minecolonies\:citizen.stonemason.female3.highsaturation=true
-minecolonies\:citizen.druid.male2.badhousing=true
-minecolonies\:citizen.crusher.male3.unhappy=true
-minecolonies\:citizen.stonesmeltery.male4.highsaturation=true
-minecolonies\:citizen.netherworker.female3.sick=true
-minecolonies\:citizen.florist.male2.highsaturation=true
-minecolonies\:citizen.dyer.female4.goodhousing=true
-minecraft\:block.muddy_mangrove_roots.step=true
-minecraft\:entity.guardian.ambient=true
-minecraft\:block.tripwire.attach=true
-minecolonies\:citizen.cowboy.male3.interaction=true
-minecolonies\:citizen.archertraining.male4.lowsaturation=true
-blue_skies\:item.arc.poison_equip=true
-minecolonies\:citizen.fisherman.male3.noise=true
-minecolonies\:citizen.baker.female3.missingequipment=true
-touhou_little_maid\:maid.mode.idle=true
-minecraft\:entity.goat.screaming.long_jump=true
-minecraft\:block.bamboo_wood_hanging_sign.place=true
-minecolonies\:citizen.blacksmith.male1.badhousing=true
-minecraft\:entity.hostile.swim=true
-minecolonies\:citizen.builder.male4.badweather=true
-minecolonies\:citizen.researcher.male3.lowsaturation=true
-minecolonies\:citizen.chickenherder.male1.missingequipment=true
-minecolonies\:citizen.enchanter.female3.happy=true
-minecolonies\:citizen.ranger.male4.success=true
-minecolonies\:citizen.concretemixer.male2.badhousing=true
-minecolonies\:citizen.concretemixer.female2.gotobed=true
-minecolonies\:citizen.baker.male4.highsaturation=true
-minecolonies\:citizen.smelter.female1.greeting=true
-minecolonies\:citizen.mechanic.female3.unhappy=true
-minecraft\:entity.panda.sneeze=true
-minecolonies\:citizen.crusher.female2.farewell=true
-minecolonies\:citizen.mechanic.female3.badweather=true
-minecraft\:entity.fox.spit=true
-alexsmobs\:bison_hurt=true
-minecolonies\:citizen.cowboy.female3.badhousing=true
-minecolonies\:citizen.fletcher.male4.sick=true
-minecolonies\:citizen.beekeeper.male3.sick=true
-minecolonies\:citizen.quarrier.female1.unhappy=true
-minecolonies\:citizen.chickenherder.female1.general=true
-minecraft\:entity.player.death=true
-minecolonies\:citizen.swineherder.female1.unhappy=true
-minecraft\:block.lantern.fall=true
-minecolonies\:citizen.chickenherder.male3.happy=true
-minecolonies\:citizen.sawmill.male4.noise=true
-createaddition\:loud_zap=true
-minecolonies\:citizen.netherworker.male4.noise=true
-aquamirae\:effect.oxygen=true
-friendsandfoes\:entity.mauler.growl=true
-minecolonies\:citizen.researcher.female2.danger=true
-minecolonies\:citizen.deliveryman.female3.general=true
-minecraft\:block.wart_block.place=true
-minecolonies\:citizen.chickenherder.male2.badweather=true
-minecolonies\:citizen.student.female2.happy=true
-illagerinvasion\:entity.provoker.celebrate=true
-alexsmobs\:void_portal_open=true
-minecolonies\:citizen.quarrier.female1.highsaturation=true
-minecolonies\:citizen.pupil.female4.success=true
-minecolonies\:citizen.glassblower.male3.general=true
-minecolonies\:citizen.dyer.female1.gotobed=true
-minecolonies\:citizen.stonesmeltery.male2.farewell=true
-undergarden\:entity.boomgourd.primed=true
-minecolonies\:citizen.knight.male2.badweather=true
-minecraft\:block.copper.place=true
-minecraft\:entity.elder_guardian.hurt=true
-minecolonies\:citizen.farmer.female3.happy=true
-minecolonies\:citizen.sawmill.male3.badhousing=true
-minecolonies\:citizen.beekeeper.female1.unhappy=true
-minecolonies\:citizen.ranger.female1.gotobed=true
-minecolonies\:citizen.shepherd.female4.danger=true
-minecraft\:block.chest.locked=true
-minecolonies\:citizen.archertraining.male4.greeting=true
-minecolonies\:citizen.beekeeper.female4.lowsaturation=true
-minecolonies\:citizen.healer.female1.gotobed=true
-minecolonies\:citizen.fletcher.female4.missingequipment=true
-minecraft\:block.cherry_wood.fall=true
-minecolonies\:citizen.student.male3.noise=true
-minecolonies\:citizen.archertraining.female3.highsaturation=true
-minecolonies\:citizen.ranger.male3.farewell=true
-minecolonies\:citizen.healer.male3.farewell=true
-minecolonies\:citizen.knight.female2.danger=true
-minecolonies\:citizen.smelter.female1.missingequipment=true
-minecraft\:entity.ender_dragon.flap=true
-minecolonies\:citizen.archertraining.male1.badhousing=true
-minecolonies\:citizen.planter.male3.success=true
-minecolonies\:citizen.undertaker.female3.greeting=true
-minecolonies\:citizen.mechanic.female1.interaction=true
-create\:funnel_flap=true
-minecolonies\:citizen.unemployed.female4.noise=true
-minecolonies\:citizen.lumberjack.female3.interaction=true
-minecraft\:entity.puffer_fish.death=true
-friendsandfoes\:entity.copper_golem.death=true
-minecolonies\:citizen.child.male2.noise=true
-minecolonies\:citizen.quarrier.male4.goodhousing=true
-minecolonies\:citizen.teacher.male1.noise=true
-alexsmobs\:skelewag_idle=true
-blue_skies\:entity.polargeist.idle=true
-blue_skies\:entity.gatekeeper.death=true
-minecolonies\:citizen.dyer.female2.badhousing=true
-minecolonies\:mob.mercenary.say=true
-minecolonies\:citizen.researcher.male4.unhappy=true
-minecolonies\:citizen.undertaker.female4.general=true
-minecolonies\:citizen.teacher.male1.goodhousing=true
-minecraft\:ui.loom.select_pattern=true
-minecraft\:weather.rain.above=false
-minecolonies\:citizen.stonesmeltery.male2.noise=true
-minecolonies\:citizen.healer.female4.noise=true
-minecolonies\:citizen.blacksmith.male2.sick=true
-create\:wrench_remove_compounded_1=true
-minecolonies\:citizen.combattraining.male2.general=true
-minecraft\:block.wooden_door.open=true
-minecolonies\:citizen.ranger.female4.gotobed=true
-minecolonies\:citizen.swineherder.male1.interaction=true
-minecraft\:block.decorated_pot.step=true
-minecolonies\:citizen.cookassistant.female3.unhappy=true
-minecolonies\:citizen.dyer.male4.badhousing=true
-minecolonies\:citizen.composter.male1.happy=true
-minecolonies\:citizen.sawmill.female2.highsaturation=true
-alexsmobs\:devils_hole_pupfish_hurt=true
-minecolonies\:citizen.baker.male4.danger=true
-minecolonies\:citizen.shepherd.female1.interaction=true
-minecolonies\:citizen.child.female2.sick=true
-minecolonies\:citizen.teacher.male4.badhousing=true
-minecraft\:block.copper.break=true
-minecolonies\:citizen.chickenherder.female4.goodhousing=true
-minecolonies\:citizen.researcher.male1.unhappy=true
-minecolonies\:citizen.concretemixer.male3.missingequipment=true
-minecolonies\:citizen.fletcher.male4.badweather=true
-minecolonies\:citizen.cook.female4.goodhousing=true
-minecolonies\:citizen.pupil.female1.success=true
-minecolonies\:citizen.rabbitherder.female1.success=true
-minecolonies\:citizen.enchanter.female4.sick=true
-minecraft\:block.wart_block.break=true
-minecolonies\:citizen.deliveryman.female4.goodhousing=true
-minecolonies\:citizen.planter.female4.interaction=true
-minecolonies\:citizen.miner.male2.goodhousing=true
-minecolonies\:citizen.baker.male3.badhousing=true
-minecolonies\:citizen.mechanic.female4.greeting=true
-minecolonies\:citizen.cookassistant.male4.sick=true
-minecolonies\:citizen.composter.male2.sick=true
-minecraft\:entity.horse.death=true
-cookingforblockheads\:fridge_open=true
-minecraft\:entity.item.break=true
-bettercombat\:staff_spin=true
-minecolonies\:citizen.baker.female1.general=true
-minecolonies\:citizen.cowboy.female1.missingequipment=true
-minecolonies\:citizen.crusher.female4.danger=true
-minecolonies\:citizen.child.female2.badhousing=true
-minecolonies\:citizen.undertaker.male1.happy=true
-minecolonies\:citizen.student.female1.danger=true
-minecolonies\:citizen.stonemason.female1.missingequipment=true
-minecraft\:entity.horse.hurt=true
-minecraft\:block.honey_block.break=true
-alexsmobs\:rocky_roller_idle=true
-minecolonies\:citizen.ranger.male1.sick=true
-minecraft\:block.sculk_catalyst.break=true
-minecolonies\:citizen.builder.female2.farewell=true
-minecolonies\:citizen.teacher.female2.danger=true
-minecolonies\:citizen.quarrier.male3.sick=true
-minecolonies\:citizen.researcher.female1.highsaturation=true
-minecolonies\:citizen.druid.female2.goodhousing=true
-minecraft\:entity.villager.work_leatherworker=true
-minecolonies\:citizen.mechanic.male3.interaction=true
-minecolonies\:citizen.florist.male4.highsaturation=true
-blue_skies\:entity.venom_spider.spit=true
-minecolonies\:citizen.planter.male1.interaction=true
-minecolonies\:citizen.archertraining.female4.sick=true
-blue_skies\:item.falsite.break=true
-minecolonies\:citizen.teacher.male3.sick=true
-minecolonies\:citizen.fletcher.male2.farewell=true
-minecolonies\:citizen.swineherder.male4.noise=true
-minecolonies\:citizen.planter.female1.lowsaturation=true
-minecolonies\:citizen.miner.male3.interaction=true
-minecolonies\:citizen.beekeeper.male3.interaction=true
-minecraft\:entity.firework_rocket.large_blast_far=true
-minecolonies\:citizen.florist.male3.missingequipment=true
-minecraft\:entity.drowned.ambient_water=true
-minecolonies\:citizen.dyer.female1.noise=true
-minecraft\:entity.villager.ambient=true
-blue_skies\:entity.snow_owl.hurt=true
-minecolonies\:citizen.deliveryman.female2.danger=true
-minecolonies\:citizen.combattraining.male4.farewell=true
-minecolonies\:citizen.smelter.female2.success=true
-minecolonies\:citizen.planter.female3.highsaturation=true
-minecolonies\:citizen.teacher.female3.gotobed=true
-patchouli\:book_open=true
-minecolonies\:citizen.undertaker.female4.success=true
-minecraft\:entity.parrot.imitate.shulker=true
-minecolonies\:citizen.composter.male4.gotobed=true
-minecolonies\:citizen.visitor.female4.farewell=true
-minecolonies\:citizen.fisherman.female3.general=true
-minecolonies\:citizen.researcher.male4.gotobed=true
-minecolonies\:citizen.sifter.male2.highsaturation=true
-minecolonies\:citizen.druid.male3.success=true
-minecolonies\:citizen.florist.female3.gotobed=true
-minecolonies\:citizen.concretemixer.male4.greeting=true
-minecolonies\:citizen.fisherman.female1.greeting=true
-minecolonies\:citizen.netherworker.male4.farewell=true
-creeperoverhaul\:entity.wood.creeper.hurt=true
-minecolonies\:citizen.swineherder.female4.gotobed=true
-doggytalents\:whistle_short=true
-minecolonies\:citizen.stonesmeltery.male4.badweather=true
-minecraft\:music.overworld.frozen_peaks=true
-minecolonies\:citizen.builder.female1.noise=true
-minecolonies\:citizen.planter.female3.general=true
-minecolonies\:citizen.healer.female2.badhousing=true
-minecraft\:block.nether_wood_hanging_sign.hit=true
-minecolonies\:citizen.visitor.male2.happy=true
-blue_skies\:item.spear.return=true
-minecolonies\:citizen.stonemason.female2.greeting=true
-minecolonies\:citizen.concretemixer.male4.badweather=true
-minecolonies\:citizen.cook.male4.farewell=true
-minecolonies\:citizen.chickenherder.male3.unhappy=true
-minecolonies\:citizen.quarrier.female1.greeting=true
-minecolonies\:citizen.deliveryman.female4.greeting=true
-minecolonies\:citizen.druid.female2.unhappy=true
-minecolonies\:citizen.undertaker.male1.gotobed=true
-blue_skies\:block.tool_box.use=true
-minecolonies\:citizen.healer.male2.danger=true
-minecraft\:block.scaffolding.step=true
-minecolonies\:citizen.visitor.male3.badweather=true
-undergarden\:entity.stoneborn.pleased=true
-minecolonies\:citizen.miner.female3.greeting=true
-minecolonies\:citizen.blacksmith.male1.farewell=true
-minecraft\:entity.salmon.ambient=true
-minecolonies\:citizen.shepherd.female4.success=true
-minecraft\:block.azalea.step=true
-minecolonies\:citizen.shepherd.female2.greeting=true
-minecolonies\:citizen.enchanter.male1.greeting=true
-minecraft\:entity.wandering_trader.disappeared=true
-minecolonies\:citizen.builder.male4.general=true
-minecolonies\:citizen.baker.male1.sick=true
-minecraft\:entity.mule.angry=true
-minecraft\:entity.husk.hurt=true
-minecolonies\:citizen.archertraining.male3.badweather=true
-minecolonies\:citizen.chickenherder.male3.sick=true
-minecolonies\:citizen.sifter.male2.goodhousing=true
-minecolonies\:citizen.unemployed.female1.highsaturation=true
-chimes\:block.copper.tie=true
-minecolonies\:citizen.sawmill.female1.danger=true
-minecolonies\:citizen.miner.male3.danger=true
-gateways\:gate_ambient=true
-minecolonies\:citizen.dyer.female4.badweather=true
-alexsmobs\:spectre_idle=true
-minecolonies\:citizen.swineherder.female3.highsaturation=true
-minecraft\:block.grass.hit=true
-minecolonies\:citizen.netherworker.female3.gotobed=true
-supplementaries\:block.bubble_block.place=true
-minecolonies\:citizen.fisherman.female3.success=true
-blue_skies\:records.population=true
-undergarden\:entity.gloomper.fart=true
-mutantmonsters\:entity.mutant_zombie.attack=true
-minecolonies\:citizen.beekeeper.female4.gotobed=true
-minecolonies\:citizen.visitor.female1.happy=true
-alexsmobs\:crocodile_baby=true
-minecolonies\:citizen.knight.female3.interaction=true
-minecraft\:block.stone_pressure_plate.click_off=true
-minecolonies\:citizen.smelter.female1.sick=true
-minecraft\:block.copper.hit=true
-minecolonies\:citizen.child.male2.danger=true
-minecolonies\:citizen.planter.female3.lowsaturation=true
-minecolonies\:citizen.healer.female4.lowsaturation=true
-minecolonies\:citizen.shepherd.male1.goodhousing=true
-minecolonies\:citizen.archertraining.female3.happy=true
-minecolonies\:citizen.sawmill.male1.interaction=true
-minecolonies\:citizen.alchemist.female4.success=true
-minecolonies\:citizen.lumberjack.female3.gotobed=true
-minecolonies\:citizen.lumberjack.male1.badweather=true
-minecolonies\:citizen.sawmill.female2.success=true
-minecraft\:entity.allay.item_thrown=true
-minecolonies\:citizen.student.female3.interaction=true
-minecolonies\:citizen.sawmill.male4.gotobed=true
-minecolonies\:citizen.blacksmith.male1.unhappy=true
-minecraft\:entity.chicken.ambient=true
-minecolonies\:citizen.healer.female3.lowsaturation=true
-minecolonies\:citizen.planter.female2.lowsaturation=true
-supplementaries\:block.present.pack=true
-minecolonies\:citizen.combattraining.male2.danger=true
-minecraft\:entity.guardian.hurt=true
-minecolonies\:citizen.cook.male4.badweather=true
-minecolonies\:citizen.mechanic.female3.gotobed=true
-minecolonies\:citizen.stonemason.female3.unhappy=true
-minecolonies\:citizen.sawmill.male2.missingequipment=true
-blue_skies\:item.spear.throw=true
-minecolonies\:citizen.beekeeper.female4.missingequipment=true
-minecolonies\:citizen.student.male1.unhappy=true
-minecolonies\:citizen.chickenherder.female2.danger=true
-minecolonies\:citizen.cook.female1.general=true
-minecolonies\:citizen.planter.female3.goodhousing=true
-minecraft\:block.calcite.hit=true
-minecraft\:block.decorated_pot.shatter=true
-minecolonies\:citizen.lumberjack.female4.unhappy=true
-minecolonies\:citizen.netherworker.female4.badhousing=true
-minecraft\:entity.snowball.throw=true
-minecolonies\:citizen.deliveryman.male2.general=true
-minecolonies\:citizen.child.male2.farewell=true
-minecolonies\:citizen.mechanic.male2.happy=true
-minecolonies\:citizen.quarrier.female1.badhousing=true
-minecolonies\:citizen.knight.female1.badhousing=true
-minecolonies\:citizen.unemployed.female4.farewell=true
-alexsmobs\:flutter_flap=true
-minecolonies\:citizen.enchanter.male4.missingequipment=true
-minecolonies\:citizen.swineherder.female4.highsaturation=true
-minecolonies\:citizen.smelter.male3.sick=true
-minecolonies\:citizen.beekeeper.male2.greeting=true
-minecolonies\:citizen.farmer.male1.noise=true
-minecolonies\:citizen.student.male4.goodhousing=true
-minecolonies\:citizen.student.female2.missingequipment=true
-minecolonies\:citizen.teacher.male3.lowsaturation=true
-minecolonies\:citizen.fletcher.male1.goodhousing=true
-minecolonies\:citizen.alchemist.female1.goodhousing=true
-minecraft\:block.nylium.hit=true
-minecolonies\:citizen.farmer.male2.success=true
-minecolonies\:citizen.combattraining.female2.lowsaturation=true
-minecraft\:item.bucket.empty_lava=true
-minecolonies\:citizen.archertraining.female1.badweather=true
-minecolonies\:citizen.ranger.male3.happy=true
-minecolonies\:citizen.enchanter.male2.farewell=true
-minecolonies\:citizen.researcher.male2.missingequipment=true
-minecolonies\:citizen.cookassistant.male2.sick=true
-mutantmonsters\:entity.mutant_enderman.stare=true
-minecolonies\:citizen.rabbitherder.female1.noise=true
-minecolonies\:citizen.sawmill.female1.interaction=true
-minecolonies\:citizen.shepherd.male2.success=true
-minecolonies\:citizen.rabbitherder.female4.general=true
-minecraft\:entity.player.burp=true
-minecolonies\:citizen.child.female1.gotobed=true
-minecolonies\:citizen.crusher.female3.gotobed=true
-minecolonies\:citizen.cook.male2.badhousing=true
-minecraft\:entity.item.pickup=true
-minecolonies\:citizen.ranger.female1.danger=true
-minecolonies\:citizen.mechanic.male2.goodhousing=true
-illagerinvasion\:item.lost_candle.gold=true
-minecolonies\:citizen.dyer.male3.sick=true
-minecraft\:block.bamboo.step=true
-alexsmobs\:mudskipper_spit=true
-mutantmonsters\:entity.spider_pig.ambient=true
-alexsmobs\:farseer_idle=true
-minecolonies\:citizen.quarrier.female4.goodhousing=true
-alexsmobs\:sculk_boomer=true
-minecolonies\:citizen.chickenherder.male3.gotobed=true
-minecolonies\:citizen.enchanter.male2.highsaturation=true
-minecolonies\:citizen.florist.female2.noise=true
-minecolonies\:citizen.researcher.male2.happy=true
-minecolonies\:citizen.teacher.male4.success=true
-minecolonies\:citizen.farmer.male3.goodhousing=true
-minecolonies\:citizen.enchanter.female2.general=true
-minecolonies\:citizen.fisherman.male1.success=true
-minecolonies\:citizen.fisherman.male3.general=true
-minecraft\:entity.ghast.shoot=true
-minecolonies\:citizen.undertaker.male3.interaction=true
-minecraft\:music.overworld.stony_peaks=true
-blue_skies\:records.venomous_encounter=true
-minecolonies\:citizen.mechanic.male4.unhappy=true
-minecolonies\:citizen.chickenherder.female1.badweather=true
-minecolonies\:citizen.mechanic.female2.noise=true
-minecolonies\:citizen.shepherd.female3.lowsaturation=true
-minecolonies\:citizen.sifter.female4.lowsaturation=true
-minecolonies\:citizen.teacher.female4.noise=true
-blue_skies\:entity.crynocerous.death=true
-minecraft\:entity.turtle.swim=true
-blue_skies\:entity.gatekeeper.yes=true
-minecolonies\:citizen.fisherman.female4.happy=true
-minecolonies\:citizen.crusher.female2.missingequipment=true
-minecraft\:music.under_water=true
-minecolonies\:citizen.baker.female1.highsaturation=true
-minecolonies\:citizen.quarrier.female2.farewell=true
-minecolonies\:citizen.farmer.female1.interaction=true
-minecolonies\:citizen.combattraining.female4.success=true
-minecolonies\:citizen.pupil.female1.farewell=true
-minecolonies\:citizen.mechanic.female1.lowsaturation=true
-alexsmobs\:elephant_walk=true
-minecolonies\:citizen.lumberjack.male2.happy=true
-minecolonies\:citizen.cowboy.male4.missingequipment=true
-minecolonies\:citizen.smelter.female3.noise=true
-minecolonies\:citizen.alchemist.female3.danger=true
-blue_skies\:entity.summoner.death=true
-minecolonies\:citizen.child.female4.goodhousing=true
-minecolonies\:citizen.glassblower.female4.missingequipment=true
-minecolonies\:citizen.stonemason.male4.farewell=true
-minecolonies\:citizen.researcher.female1.badhousing=true
-minecraft\:block.tripwire.click_on=true
-minecolonies\:citizen.concretemixer.male3.happy=true
-minecolonies\:citizen.undertaker.male1.unhappy=true
-minecolonies\:citizen.blacksmith.male3.interaction=true
-chimes\:block.bamboo.chiming=true
-minecolonies\:citizen.shepherd.male3.missingequipment=true
-minecraft\:block.dripstone_block.fall=true
-minecolonies\:citizen.glassblower.female3.success=true
-minecolonies\:citizen.sifter.female2.lowsaturation=true
-aquaculture\:fish_mount_removed=true
-minecolonies\:citizen.glassblower.female2.interaction=true
-minecraft\:item.armor.equip_turtle=true
-minecolonies\:citizen.rabbitherder.male2.general=true
-minecolonies\:citizen.alchemist.male2.goodhousing=true
-minecraft\:entity.player.swim=true
-minecolonies\:citizen.dyer.male2.noise=true
-minecolonies\:citizen.blacksmith.female1.badweather=true
-minecolonies\:citizen.crusher.female2.interaction=true
-endertrigon\:dragon_lays_egg=true
-minecolonies\:citizen.knight.female2.goodhousing=true
-chimes\:ambient.outdoor.wind=true
-minecolonies\:citizen.dyer.female4.happy=true
-minecolonies\:citizen.crusher.female1.unhappy=true
-minecolonies\:citizen.composter.female3.success=true
-minecolonies\:citizen.crusher.female1.danger=true
-minecolonies\:citizen.druid.female1.sick=true
-minecolonies\:citizen.composter.female1.missingequipment=true
-minecraft\:entity.warden.angry=true
-minecolonies\:citizen.ranger.female1.unhappy=true
-minecolonies\:citizen.baker.female2.highsaturation=true
-minecolonies\:citizen.baker.female1.farewell=true
-minecolonies\:citizen.concretemixer.female2.badhousing=true
-minecraft\:entity.cow.hurt=true
-minecraft\:entity.mooshroom.eat=true
-minecolonies\:citizen.knight.female4.farewell=true
-minecraft\:block.sculk_shrieker.fall=true
-minecolonies\:citizen.enchanter.male4.general=true
-supplementaries\:block.bubble_block.break=true
-minecolonies\:citizen.unemployed.male4.success=true
-minecraft\:block.suspicious_gravel.step=true
-minecolonies\:citizen.enchanter.male2.badhousing=true
-minecolonies\:citizen.sawmill.male1.highsaturation=true
-minecraft\:block.chest.close=true
-blue_skies\:music.baneful=true
-blue_skies\:entity.gatekeeper.celebrate=true
-minecolonies\:citizen.beekeeper.male3.farewell=true
-minecolonies\:citizen.stonesmeltery.male1.missingequipment=true
-minecolonies\:citizen.druid.male3.farewell=true
-minecolonies\:citizen.fisherman.male3.badweather=true
-minecolonies\:citizen.crusher.female4.badhousing=true
-minecolonies\:citizen.builder.female2.goodhousing=true
-minecolonies\:citizen.visitor.male1.badhousing=true
-minecolonies\:citizen.enchanter.male3.highsaturation=true
-minecolonies\:citizen.baker.male1.danger=true
-minecolonies\:citizen.student.male2.badhousing=true
-minecolonies\:citizen.archertraining.female2.goodhousing=true
-minecolonies\:citizen.concretemixer.female1.happy=true
-minecolonies\:citizen.pupil.female1.happy=true
-minecolonies\:citizen.combattraining.male1.happy=true
-alexsmobs\:enderiophage_squish=true
-supplementaries\:item.wrench.fail=true
-minecolonies\:citizen.undertaker.male1.sick=true
-minecolonies\:citizen.student.female2.goodhousing=true
-minecraft\:entity.villager.death=true
-minecolonies\:citizen.mechanic.female2.danger=true
-minecraft\:block.piston.contract=true
-minecolonies\:citizen.archertraining.female1.greeting=true
-minecolonies\:citizen.quarrier.male4.general=true
-minecolonies\:citizen.sifter.male4.badweather=true
-minecolonies\:citizen.teacher.male1.lowsaturation=true
-minecolonies\:citizen.druid.female3.badweather=true
-minecolonies\:citizen.netherworker.female4.goodhousing=true
-minecolonies\:citizen.researcher.female2.unhappy=true
-supplementaries\:block.rope.step=true
-minecolonies\:citizen.visitor.female4.badweather=true
-minecolonies\:citizen.ranger.male3.interaction=true
-alexsmobs\:endergrade_hurt=true
-minecolonies\:citizen.crusher.female1.goodhousing=true
-minecolonies\:citizen.planter.female1.success=true
-minecolonies\:citizen.knight.male4.greeting=true
-minecolonies\:citizen.chickenherder.male1.goodhousing=true
-minecolonies\:citizen.child.female1.happy=true
-blue_skies\:entity.shrumpty.hurt=true
-minecolonies\:citizen.concretemixer.male4.unhappy=true
-minecolonies\:citizen.lumberjack.female4.missingequipment=true
-minecolonies\:citizen.florist.female1.farewell=true
-minecolonies\:citizen.blacksmith.female3.sick=true
-minecraft\:block.fire.extinguish=true
-blue_skies\:entity.alchemist.prepare_potions=true
-blue_skies\:entity.arachnarch.idle=true
-minecolonies\:citizen.fletcher.female4.happy=true
-minecolonies\:citizen.stonemason.female3.farewell=true
-blue_skies\:music.snowcap=true
-minecolonies\:citizen.fletcher.male2.badhousing=true
-minecolonies\:citizen.child.female4.badweather=true
-minecolonies\:citizen.knight.female4.unhappy=true
-minecolonies\:citizen.dyer.female1.unhappy=true
-minecolonies\:citizen.researcher.male4.greeting=true
-minecolonies\:citizen.alchemist.male3.interaction=true
-minecolonies\:citizen.planter.female2.farewell=true
-minecolonies\:citizen.teacher.male4.happy=true
-minecolonies\:citizen.archertraining.male1.lowsaturation=true
-minecolonies\:citizen.fletcher.male2.interaction=true
-mutantmonsters\:entity.mutant_zombie.ambient=true
-minecolonies\:citizen.combattraining.female3.badweather=true
-minecolonies\:citizen.sawmill.female1.highsaturation=true
-minecolonies\:citizen.cookassistant.male2.success=true
-minecolonies\:citizen.crusher.female1.happy=true
-alexsmobs\:sunbird_hurt=true
-minecolonies\:citizen.planter.female2.highsaturation=true
-minecolonies\:citizen.dyer.male1.lowsaturation=true
-minecraft\:block.flowering_azalea.fall=true
-minecraft\:block.sculk.spread=true
-zeldamod\:heal=true
-minecraft\:entity.camel.step=true
-minecolonies\:citizen.builder.male4.goodhousing=true
-minecolonies\:citizen.swineherder.female1.gotobed=true
-minecolonies\:citizen.undertaker.female1.success=true
-minecolonies\:citizen.netherworker.male1.general=true
-minecolonies\:citizen.teacher.female4.interaction=true
-minecolonies\:citizen.stonesmeltery.female1.interaction=true
-minecolonies\:citizen.student.female1.lowsaturation=true
-minecraft\:block.nether_gold_ore.hit=true
-minecolonies\:citizen.netherworker.male3.goodhousing=true
-minecolonies\:citizen.sifter.male2.noise=true
-minecolonies\:citizen.glassblower.male4.lowsaturation=true
-minecolonies\:citizen.archertraining.male3.lowsaturation=true
-minecraft\:entity.cod.flop=true
-minecolonies\:citizen.stonesmeltery.male3.interaction=true
-blue_skies\:entity.arachnarch.flip=true
-undergarden\:music.disc.gloomper_secret=true
-minecolonies\:citizen.sifter.male1.general=true
-minecolonies\:raid.raid_won_early=true
-minecraft\:block.hanging_sign.fall=true
-minecolonies\:citizen.student.male1.gotobed=true
-minecolonies\:citizen.researcher.male2.badhousing=true
-minecolonies\:citizen.rabbitherder.male4.greeting=true
-minecolonies\:citizen.sifter.male1.sick=true
-minecolonies\:citizen.ranger.female4.highsaturation=true
-minecolonies\:citizen.farmer.female1.gotobed=true
-minecolonies\:citizen.rabbitherder.female4.farewell=true
-minecraft\:item.trident.hit=true
-minecraft\:block.wooden_pressure_plate.click_on=true
-minecolonies\:citizen.sawmill.male2.highsaturation=true
-minecolonies\:citizen.sawmill.female4.general=true
-minecraft\:entity.generic.explode=true
-minecraft\:block.nether_sprouts.fall=true
-create\:depot_plop=true
-minecolonies\:citizen.builder.male1.general=true
-minecolonies\:citizen.fletcher.male1.success=true
-minecolonies\:citizen.cookassistant.female2.gotobed=true
-minecolonies\:citizen.builder.male3.lowsaturation=true
-minecraft\:block.nether_wood_pressure_plate.click_off=true
-minecolonies\:citizen.smelter.male3.badweather=true
-alexsmobs\:flutter_idle=true
-farmersdelight\:block.cooking_pot.boil_soup=true
-minecolonies\:citizen.miner.female2.gotobed=true
-minecolonies\:citizen.dyer.female3.greeting=true
-minecolonies\:citizen.planter.male3.greeting=true
-minecolonies\:citizen.alchemist.male2.general=true
-minecolonies\:citizen.cookassistant.male3.danger=true
-minecraft\:block.bone_block.hit=true
-minecraft\:entity.witch.celebrate=true
-minecolonies\:citizen.quarrier.male2.missingequipment=true
-minecolonies\:citizen.miner.male1.success=true
-minecolonies\:citizen.healer.female2.sick=true
-minecolonies\:citizen.lumberjack.female2.goodhousing=true
-minecolonies\:citizen.pupil.female4.highsaturation=true
-minecolonies\:citizen.sawmill.female1.badhousing=true
-minecolonies\:citizen.sifter.male3.interaction=true
-minecolonies\:citizen.unemployed.male3.badweather=true
-minecolonies\:citizen.pupil.male1.lowsaturation=true
-minecolonies\:citizen.farmer.female4.highsaturation=true
-minecolonies\:citizen.combattraining.male4.badhousing=true
-minecolonies\:citizen.composter.male3.badhousing=true
-minecolonies\:citizen.researcher.female2.noise=true
-blue_skies\:entity.starlit_crusher.fling_leaf=true
-minecolonies\:citizen.glassblower.male1.missingequipment=true
-minecolonies\:citizen.baker.female4.goodhousing=true
-minecolonies\:citizen.unemployed.female3.success=true
-minecolonies\:citizen.pupil.female3.missingequipment=true
-minecraft\:entity.donkey.death=true
-blue_skies\:entity.azulfo.idle=true
-minecolonies\:citizen.planter.female3.greeting=true
-minecraft\:entity.allay.ambient_without_item=true
-minecolonies\:citizen.archertraining.female4.highsaturation=true
-minecolonies\:citizen.glassblower.female2.badweather=true
-minecolonies\:citizen.cowboy.female1.lowsaturation=true
-minecolonies\:citizen.fisherman.male3.farewell=true
-minecolonies\:citizen.researcher.male1.interaction=true
-minecraft\:entity.goat.screaming.milk=true
-minecolonies\:citizen.healer.male4.success=true
-minecolonies\:citizen.glassblower.male4.greeting=true
-minecolonies\:citizen.planter.female3.badhousing=true
-minecolonies\:citizen.fletcher.female2.goodhousing=true
-blue_skies\:entity.sliv.death=true
-minecolonies\:citizen.undertaker.male1.badhousing=true
-minecraft\:entity.ravager.attack=true
-minecolonies\:citizen.quarrier.female2.highsaturation=true
-minecolonies\:citizen.sawmill.female1.success=true
-minecolonies\:citizen.florist.female4.goodhousing=true
-blue_skies\:entity.diophyde_prowler.idle=true
-minecolonies\:citizen.builder.male2.general=true
-minecolonies\:citizen.planter.female3.happy=true
-minecolonies\:citizen.fletcher.female1.sick=true
-minecolonies\:citizen.builder.female3.interaction=true
-minecolonies\:citizen.student.female2.gotobed=true
-minecraft\:block.pointed_dripstone.hit=true
-minecolonies\:citizen.druid.male4.lowsaturation=true
-minecolonies\:citizen.fletcher.female1.noise=true
-minecraft\:block.candle.ambient=true
-minecolonies\:citizen.undertaker.male3.badweather=true
-minecolonies\:citizen.undertaker.male2.gotobed=true
-minecolonies\:citizen.swineherder.male1.lowsaturation=true
-minecolonies\:citizen.dyer.male2.general=true
-minecolonies\:citizen.swineherder.female1.danger=true
-minecolonies\:citizen.child.male3.greeting=true
-minecolonies\:citizen.swineherder.male1.farewell=true
-minecolonies\:citizen.pupil.male4.sick=true
-minecolonies\:citizen.unemployed.female2.highsaturation=true
-minecolonies\:citizen.glassblower.female1.goodhousing=true
-minecraft\:item.shield.break=true
-minecraft\:entity.player.hurt=true
-minecolonies\:citizen.lumberjack.male2.lowsaturation=true
-minecraft\:item.armor.equip_generic=true
-minecolonies\:citizen.ranger.male2.greeting=true
-minecolonies\:citizen.sawmill.female3.highsaturation=true
-minecolonies\:citizen.shepherd.female1.badhousing=true
-blue_skies\:entity.summoner.cast_spell=true
-blue_skies\:gangster=true
-undergarden\:item.slingshot.gronglet_shoot=true
-minecolonies\:citizen.alchemist.male3.greeting=true
-minecolonies\:citizen.visitor.male3.greeting=true
-minecolonies\:citizen.planter.male2.missingequipment=true
-minecolonies\:citizen.quarrier.male3.badweather=true
-minecraft\:block.cave_vines.fall=true
-minecolonies\:citizen.combattraining.female1.interaction=true
-minecraft\:block.deepslate_tiles.place=true
-minecolonies\:citizen.student.male1.missingequipment=true
-minecraft\:block.hanging_sign.place=true
-blue_skies\:block.everdawn.portal.trigger=true
-minecolonies\:citizen.visitor.female4.goodhousing=true
-minecolonies\:citizen.cook.male2.happy=true
-minecolonies\:citizen.cookassistant.female3.badhousing=true
-minecolonies\:citizen.teacher.female2.badweather=true
-minecolonies\:citizen.netherworker.female2.gotobed=true
-minecolonies\:citizen.undertaker.female2.happy=true
-minecraft\:block.deepslate.step=true
-blue_skies\:entity.stonelet.hurt=true
-riskofrain_mobs\:interactive.coin.proc=true
-minecraft\:block.medium_amethyst_bud.break=true
-minecolonies\:citizen.visitor.female1.badweather=true
-minecolonies\:citizen.child.male3.sick=true
-blue_skies\:music.poison_boss=true
-minecolonies\:citizen.stonesmeltery.female4.success=true
-minecraft\:block.cherry_sapling.place=true
-minecolonies\:citizen.florist.male2.noise=true
-create\:scroll_value=true
-minecolonies\:citizen.sawmill.female3.badweather=true
-minecolonies\:citizen.florist.female2.gotobed=true
-minecraft\:entity.generic.drink=true
-minecolonies\:citizen.planter.female4.general=true
-minecolonies\:citizen.lumberjack.female4.gotobed=true
-minecraft\:item.bucket.fill_axolotl=true
-minecolonies\:citizen.cookassistant.male4.noise=true
-alexsmobs\:cosmaw_hurt=true
-minecraft\:entity.goat.step=true
-minecolonies\:citizen.researcher.female4.unhappy=true
-minecolonies\:citizen.visitor.male4.goodhousing=true
-minecolonies\:citizen.druid.female3.happy=true
-minecolonies\:citizen.student.female3.sick=true
-minecolonies\:citizen.druid.male2.interaction=true
-minecolonies\:citizen.dyer.female2.missingequipment=true
-minecolonies\:citizen.lumberjack.male3.lowsaturation=true
-minecolonies\:citizen.quarrier.male3.greeting=true
-minecolonies\:citizen.lumberjack.male1.gotobed=true
-minecraft\:block.moss.break=true
-blue_skies\:entity.infested_swarmer.hurt=true
-minecolonies\:citizen.druid.female4.lowsaturation=true
-minecolonies\:citizen.farmer.female2.missingequipment=true
-minecolonies\:citizen.unemployed.female2.success=true
-minecolonies\:citizen.unemployed.female4.highsaturation=true
-minecolonies\:citizen.undertaker.female2.success=true
-blue_skies\:entity.summoner.idle=true
-alexsmobs\:crocodile_idle=true
-minecolonies\:citizen.stonemason.female4.unhappy=true
-aquamirae\:entity.golden_moth.catch=true
-minecolonies\:citizen.unemployed.male1.happy=true
-minecolonies\:citizen.healer.male2.greeting=true
-blue_skies\:entity.villager.work_summoner=true
-minecolonies\:citizen.fisherman.female2.farewell=true
-illagerinvasion\:entity.illager_brute.death=true
-minecolonies\:citizen.crusher.female1.gotobed=true
-minecolonies\:citizen.archertraining.female2.success=true
-minecolonies\:citizen.dyer.female2.danger=true
-minecraft\:block.bamboo_wood.hit=true
-minecolonies\:citizen.quarrier.male1.badhousing=true
-minecolonies\:citizen.miner.female1.badhousing=true
-minecolonies\:citizen.ranger.female2.badhousing=true
-minecolonies\:citizen.beekeeper.male4.badhousing=true
-minecraft\:block.beehive.shear=true
-minecolonies\:citizen.swineherder.female3.gotobed=true
-minecolonies\:citizen.fletcher.female2.gotobed=true
-minecolonies\:citizen.baker.male3.noise=true
-minecolonies\:citizen.glassblower.female4.happy=true
-touhou_little_maid\:maid.mode.shears=true
-minecolonies\:citizen.deliveryman.female3.farewell=true
-illagerinvasion\:entity.sorcerer.death=true
-minecolonies\:citizen.composter.female2.noise=true
-minecolonies\:citizen.florist.female4.lowsaturation=true
-minecolonies\:citizen.cookassistant.male4.goodhousing=true
-minecolonies\:citizen.baker.female4.sick=true
-minecolonies\:citizen.sawmill.female3.sick=true
-minecolonies\:citizen.stonesmeltery.male4.success=true
-bettercombat\:fist_punch=true
-minecolonies\:citizen.beekeeper.female3.gotobed=true
-minecolonies\:citizen.stonemason.male4.sick=true
-minecolonies\:citizen.researcher.female4.gotobed=true
-minecolonies\:citizen.deliveryman.male1.badweather=true
-minecolonies\:citizen.knight.female4.badhousing=true
-minecolonies\:citizen.sifter.male2.badhousing=true
-minecolonies\:citizen.child.female3.danger=true
-minecolonies\:citizen.florist.male3.badhousing=true
-illagerinvasion\:entity.archivist.ambient=true
-alexsmobs\:straddler_idle=true
-minecolonies\:citizen.cook.male4.sick=true
-minecolonies\:citizen.ranger.female3.missingequipment=true
-minecraft\:entity.ender_eye.death=true
-minecolonies\:citizen.archertraining.female4.badweather=true
-minecolonies\:citizen.enchanter.male4.badweather=true
-minecolonies\:citizen.glassblower.male2.general=true
-minecraft\:block.deepslate_tiles.break=true
-minecolonies\:citizen.planter.male4.success=true
-minecolonies\:citizen.quarrier.male2.success=true
-minecolonies\:citizen.cookassistant.male4.general=true
-minecolonies\:citizen.researcher.female4.greeting=true
-minecolonies\:citizen.teacher.male4.greeting=true
-minecolonies\:citizen.stonemason.female3.badhousing=true
-minecolonies\:citizen.visitor.female3.general=true
-minecraft\:entity.panda.cant_breed=true
-aquamirae\:entity.captain_cornelia.attack_1=true
-minecolonies\:citizen.alchemist.male1.badweather=true
-aquamirae\:entity.captain_cornelia.attack_2=true
-minecolonies\:citizen.student.male3.gotobed=true
-minecolonies\:citizen.stonemason.male4.noise=true
-minecraft\:entity.bat.hurt=true
-minecolonies\:citizen.combattraining.male1.general=true
-minecolonies\:citizen.pupil.male4.goodhousing=true
-minecolonies\:citizen.combattraining.male2.noise=true
-minecraft\:block.medium_amethyst_bud.place=true
-minecolonies\:citizen.cook.female2.general=true
-minecraft\:music.overworld.old_growth_taiga=true
-minecraft\:block.sign.waxed_interact_fail=true
-minecolonies\:citizen.glassblower.male2.sick=true
-minecolonies\:citizen.deliveryman.female2.badhousing=true
-minecolonies\:raid.desert.desert_raid_warning=true
-minecraft\:entity.zombie.attack_wooden_door=true
-touhou_little_maid\:maid.mode.danmaku_attack=true
-minecolonies\:citizen.chickenherder.female4.missingequipment=true
-alexsmobs\:rain_frog_idle=true
-minecraft\:entity.hostile.hurt=true
-minecolonies\:citizen.blacksmith.female4.danger=true
-create\:whistle_train_manual_low_end=true
-minecraft\:block.glass.hit=true
-minecolonies\:citizen.knight.female4.sick=true
-minecolonies\:citizen.combattraining.female1.noise=true
-minecolonies\:citizen.miner.male3.success=true
-minecolonies\:citizen.druid.female4.greeting=true
-minecraft\:item.crop.plant=true
-minecolonies\:citizen.visitor.female4.missingequipment=true
-minecolonies\:citizen.chickenherder.male3.danger=true
-minecolonies\:citizen.ranger.female4.badweather=true
-minecolonies\:citizen.composter.female3.danger=true
-minecraft\:entity.chicken.hurt=true
-minecolonies\:citizen.stonesmeltery.female3.happy=true
-minecolonies\:citizen.netherworker.female1.greeting=true
-minecolonies\:citizen.druid.female4.noise=true
-minecraft\:block.furnace.fire_crackle=true
-undergarden\:entity.dweller.saddle_remove=true
-minecraft\:entity.horse.step_wood=true
-minecolonies\:citizen.builder.female3.success=true
-minecraft\:block.nether_wood.hit=true
-minecolonies\:citizen.blacksmith.female1.highsaturation=true
-minecolonies\:citizen.pupil.male3.unhappy=true
-minecolonies\:citizen.researcher.female3.badweather=true
-minecolonies\:citizen.stonemason.female3.danger=true
-minecolonies\:citizen.cookassistant.female2.unhappy=true
-alexsmobs\:froststalker_idle=true
-minecraft\:entity.enderman.teleport=true
-blue_skies\:entity.arachnarch.screech=true
-minecraft\:block.gravel.fall=true
-minecraft\:entity.skeleton.death=true
-minecolonies\:citizen.deliveryman.female2.sick=true
-minecolonies\:citizen.deliveryman.female2.general=true
-minecolonies\:citizen.student.female4.greeting=true
-minecraft\:block.deepslate_tiles.hit=true
-minecolonies\:citizen.lumberjack.female3.noise=true
-minecolonies\:citizen.teacher.female3.sick=true
-minecolonies\:citizen.dyer.female2.gotobed=true
-minecolonies\:citizen.unemployed.male2.noise=true
-undergarden\:entity.gwibling.flop=true
-minecolonies\:citizen.swineherder.female1.sick=true
-minecolonies\:citizen.crusher.male4.noise=true
-minecolonies\:citizen.deliveryman.male4.goodhousing=true
-minecolonies\:citizen.stonesmeltery.female4.noise=true
-minecraft\:block.hanging_sign.break=true
-minecolonies\:citizen.quarrier.male4.danger=true
-minecolonies\:citizen.cookassistant.male4.badhousing=true
-minecolonies\:citizen.lumberjack.female3.farewell=true
-minecolonies\:citizen.miner.male3.badweather=true
-minecraft\:entity.warden.listening=true
-minecolonies\:citizen.beekeeper.female2.unhappy=true
-minecraft\:block.basalt.hit=true
-minecolonies\:citizen.sawmill.male1.unhappy=true
-minecolonies\:citizen.fletcher.male3.general=true
-minecraft\:block.smoker.smoke=true
-minecolonies\:citizen.concretemixer.male1.badweather=true
-minecraft\:music_disc.5=true
-minecraft\:entity.pillager.death=true
-minecolonies\:citizen.undertaker.female1.highsaturation=true
-minecolonies\:citizen.shepherd.male4.general=true
-minecolonies\:citizen.combattraining.female3.lowsaturation=true
-minecolonies\:citizen.chickenherder.male2.unhappy=true
-minecolonies\:citizen.healer.female2.interaction=true
-minecraft\:block.copper.fall=true
-minecolonies\:citizen.fletcher.male4.missingequipment=true
-minecolonies\:citizen.concretemixer.female2.noise=true
-minecolonies\:citizen.deliveryman.female1.general=true
-mutantmonsters\:entity.mutant_zombie.hurt=true
-minecolonies\:citizen.researcher.female3.goodhousing=true
-minecraft\:entity.parrot.imitate.illusioner=true
-blue_skies\:entity.shade_monitor.hurt=true
-minecolonies\:citizen.farmer.female1.badweather=true
-minecolonies\:citizen.druid.male3.lowsaturation=true
-minecolonies\:citizen.fletcher.female1.lowsaturation=true
-minecolonies\:citizen.crusher.male3.interaction=true
-minecolonies\:citizen.cowboy.male2.badhousing=true
-minecolonies\:citizen.alchemist.female1.noise=true
-minecolonies\:citizen.archertraining.female2.danger=true
-minecolonies\:citizen.glassblower.male1.general=true
-minecolonies\:citizen.fletcher.female3.interaction=true
-minecolonies\:citizen.alchemist.female3.farewell=true
-minecolonies\:citizen.fletcher.female4.greeting=true
-minecolonies\:citizen.smelter.female2.happy=true
-minecolonies\:citizen.teacher.female2.gotobed=true
-minecraft\:entity.stray.ambient=true
-minecolonies\:citizen.deliveryman.male3.general=true
-undergarden\:ambient.smogstem_forest_addition=true
-minecolonies\:citizen.enchanter.male1.highsaturation=true
-minecolonies\:citizen.healer.female1.highsaturation=true
-minecolonies\:citizen.planter.female4.noise=true
-minecolonies\:citizen.chickenherder.male2.interaction=true
-minecraft\:entity.horse.step=true
-minecolonies\:citizen.unemployed.male2.farewell=true
-minecraft\:item.shovel.flatten=true
-minecolonies\:citizen.glassblower.male3.interaction=true
-minecraft\:block.note_block.basedrum=true
-mutantmonsters\:entity.mutant_skeleton.death=true
-minecolonies\:citizen.teacher.male1.missingequipment=true
-minecolonies\:citizen.stonesmeltery.male3.greeting=true
-minecolonies\:citizen.smelter.male4.noise=true
-minecolonies\:citizen.knight.female2.happy=true
-minecolonies\:citizen.fletcher.female2.badhousing=true
-minecolonies\:citizen.druid.male4.success=true
-blue_skies\:item.arc.dusk_equip=true
-kobolds\:kobold_death=true
-minecolonies\:citizen.mechanic.male4.badweather=true
-minecolonies\:citizen.cowboy.male3.farewell=true
-minecraft\:entity.puffer_fish.ambient=true
-minecolonies\:citizen.druid.male1.goodhousing=true
-createaddition\:electric_motor_buzz=true
-minecraft\:block.powder_snow.step=true
-minecolonies\:citizen.sifter.male3.missingequipment=true
-minecolonies\:citizen.quarrier.female4.badhousing=true
-minecolonies\:citizen.blacksmith.female3.goodhousing=true
-minecraft\:block.shroomlight.step=true
-riskofrain_mobs\:entity.stone_golem.spawn=true
-minecolonies\:citizen.fisherman.female2.badweather=true
-minecolonies\:citizen.composter.female2.greeting=true
-blue_skies\:entity.artificial_golem.activate=true
-minecolonies\:citizen.alchemist.male1.happy=true
-minecolonies\:citizen.netherworker.female3.danger=true
-minecolonies\:citizen.alchemist.male2.danger=true
-blue_skies\:entity.arachnarch.stunned=true
-minecraft\:entity.slime.attack=true
-minecolonies\:citizen.builder.female2.success=true
-minecolonies\:citizen.composter.male4.missingequipment=true
-minecolonies\:citizen.sawmill.female2.lowsaturation=true
-minecolonies\:citizen.knight.male1.gotobed=true
-minecolonies\:citizen.shepherd.male3.sick=true
-minecolonies\:citizen.undertaker.female2.highsaturation=true
-minecolonies\:citizen.knight.male3.missingequipment=true
-minecolonies\:citizen.smelter.female2.interaction=true
-minecolonies\:citizen.smelter.male1.gotobed=true
-minecolonies\:citizen.planter.male4.happy=true
-minecolonies\:citizen.cookassistant.female1.unhappy=true
-minecraft\:ui.stonecutter.take_result=true
-minecolonies\:citizen.shepherd.female4.lowsaturation=true
-minecolonies\:citizen.healer.female1.goodhousing=true
-minecolonies\:citizen.archertraining.male3.interaction=true
-alexsmobs\:seal_hurt=true
-minecolonies\:citizen.sifter.female3.lowsaturation=true
-minecolonies\:citizen.smelter.male3.happy=true
-minecolonies\:citizen.pupil.male2.unhappy=true
-minecolonies\:citizen.sifter.female1.goodhousing=true
-minecolonies\:citizen.florist.male1.happy=true
-illagerinvasion\:entity.firecaller.hurt=true
-minecolonies\:citizen.undertaker.female3.noise=true
-minecraft\:entity.wandering_trader.ambient=true
-minecraft\:block.iron_trapdoor.open=true
-minecolonies\:citizen.netherworker.female1.missingequipment=true
-minecolonies\:citizen.unemployed.male1.badhousing=true
-minecolonies\:citizen.ranger.male2.goodhousing=true
-minecraft\:block.bamboo_wood_door.close=true
-alexsmobs\:farseer_emerge=true
-minecolonies\:citizen.farmer.female2.greeting=true
-minecolonies\:citizen.ranger.female3.sick=true
-minecolonies\:citizen.knight.male4.goodhousing=true
-minecolonies\:citizen.baker.female3.badhousing=true
-minecolonies\:citizen.dyer.female4.farewell=true
-minecolonies\:citizen.stonemason.male3.interaction=true
-minecraft\:entity.snow_golem.hurt=true
-minecolonies\:citizen.netherworker.male4.sick=true
-minecolonies\:citizen.child.male1.interaction=true
-minecolonies\:citizen.undertaker.female3.highsaturation=true
-minecraft\:block.nether_bricks.fall=true
-minecolonies\:citizen.combattraining.female3.danger=true
-minecraft\:block.suspicious_sand.break=true
-friendsandfoes\:entity.mauler.bite=true
-minecolonies\:citizen.sawmill.male1.farewell=true
-minecolonies\:citizen.enchanter.female4.greeting=true
-minecolonies\:citizen.druid.male1.badweather=true
-minecolonies\:citizen.blacksmith.female2.happy=true
-minecolonies\:citizen.blacksmith.female1.missingequipment=true
-minecolonies\:citizen.builder.female1.badweather=true
-minecolonies\:citizen.researcher.female3.unhappy=true
-minecolonies\:citizen.visitor.female2.general=true
-minecraft\:block.suspicious_gravel.hit=true
-minecolonies\:citizen.archertraining.male4.happy=true
-minecolonies\:citizen.stonesmeltery.male3.sick=true
-minecolonies\:citizen.quarrier.male1.success=true
-minecolonies\:mob.pirate.hurt=true
-create\:whistle_train_manual_end=true
-minecolonies\:citizen.dyer.male4.highsaturation=true
-minecolonies\:citizen.builder.male4.sick=true
-minecolonies\:citizen.alchemist.female2.sick=true
-minecolonies\:citizen.student.male4.badweather=true
-minecolonies\:citizen.sawmill.female1.farewell=true
-minecolonies\:citizen.glassblower.male2.goodhousing=true
-minecolonies\:citizen.builder.female4.happy=true
-minecolonies\:citizen.lumberjack.male1.interaction=true
-minecraft\:block.froglight.step=true
-minecolonies\:citizen.combattraining.male4.missingequipment=true
-minecolonies\:citizen.unemployed.male2.missingequipment=true
-minecraft\:block.suspicious_sand.place=true
-minecolonies\:citizen.farmer.female3.farewell=true
-chimes\:block.glass.chime=true
-minecolonies\:citizen.crusher.male1.farewell=true
-minecolonies\:citizen.composter.female3.farewell=true
-minecolonies\:citizen.smelter.male1.goodhousing=true
-minecolonies\:citizen.composter.male2.noise=true
-create\:cogs=true
-minecolonies\:citizen.teacher.female1.gotobed=true
-minecolonies\:citizen.visitor.female3.greeting=true
-minecraft\:entity.zoglin.angry=true
-enhancedcelestials\:blood_moon=true
-minecraft\:entity.glow_item_frame.rotate_item=true
-minecolonies\:citizen.concretemixer.female1.interaction=true
-minecraft\:block.mangrove_roots.hit=true
-minecolonies\:citizen.undertaker.female2.missingequipment=true
-minecolonies\:citizen.sawmill.male2.unhappy=true
-minecolonies\:citizen.student.male4.lowsaturation=true
-minecolonies\:citizen.mechanic.female4.gotobed=true
-minecolonies\:citizen.sawmill.male3.danger=true
-creeperoverhaul\:entity.ocean.creeper.hurt_inflated=true
-minecolonies\:citizen.druid.female4.gotobed=true
-minecolonies\:citizen.rabbitherder.male4.badhousing=true
-minecolonies\:citizen.teacher.female4.lowsaturation=true
-minecolonies\:citizen.cook.female4.greeting=true
-minecolonies\:citizen.blacksmith.male4.badhousing=true
-minecolonies\:citizen.fletcher.male4.general=true
-minecolonies\:citizen.cookassistant.female4.goodhousing=true
-minecolonies\:citizen.child.female1.farewell=true
-minecolonies\:citizen.planter.male1.noise=true
-minecolonies\:citizen.alchemist.female2.missingequipment=true
-minecolonies\:citizen.baker.male1.interaction=true
-minecolonies\:citizen.student.female4.danger=true
-minecolonies\:citizen.concretemixer.female2.danger=true
-minecolonies\:citizen.researcher.male4.badweather=true
-minecolonies\:citizen.pupil.male4.gotobed=true
-blue_skies\:entity.diophyde_prowler.death=true
-minecraft\:entity.villager.no=true
-minecolonies\:citizen.enchanter.male4.goodhousing=true
-minecolonies\:citizen.cookassistant.female3.gotobed=true
-minecolonies\:citizen.fletcher.female3.danger=true
-minecolonies\:citizen.swineherder.female4.danger=true
-minecolonies\:citizen.dyer.male3.highsaturation=true
-minecraft\:entity.villager.work_mason=true
-minecolonies\:citizen.stonemason.male3.greeting=true
-minecolonies\:citizen.quarrier.male3.noise=true
-minecolonies\:citizen.blacksmith.female2.highsaturation=true
-minecolonies\:citizen.miner.female1.gotobed=true
-minecolonies\:citizen.pupil.male2.badweather=true
-minecolonies\:citizen.quarrier.female1.gotobed=true
-minecolonies\:citizen.pupil.female3.success=true
-minecolonies\:citizen.unemployed.female1.badweather=true
-minecolonies\:citizen.swineherder.female2.badweather=true
-minecolonies\:citizen.deliveryman.male2.danger=true
-minecolonies\:citizen.sifter.female2.danger=true
-minecolonies\:citizen.blacksmith.male3.danger=true
-blue_skies\:entity.spewter.death=true
-minecraft\:block.suspicious_sand.hit=true
-minecolonies\:citizen.composter.female1.happy=true
-gateways\:gate_end=true
-minecolonies\:citizen.researcher.female4.interaction=true
-minecolonies\:citizen.quarrier.male4.farewell=true
-minecolonies\:citizen.shepherd.female3.sick=true
-minecolonies\:citizen.ranger.female2.gotobed=true
-minecolonies\:citizen.dyer.male2.highsaturation=true
-alexsmobs\:tiger_angry=true
-minecolonies\:citizen.netherworker.female1.gotobed=true
-minecraft\:block.honey_block.place=true
-supplementaries\:block.globe.spin=true
-minecolonies\:citizen.archertraining.male2.goodhousing=true
-minecolonies\:citizen.archertraining.male2.lowsaturation=true
-minecolonies\:citizen.pupil.female1.sick=true
-minecolonies\:citizen.lumberjack.female2.happy=true
-minecolonies\:citizen.quarrier.female2.lowsaturation=true
-minecolonies\:citizen.combattraining.female2.sick=true
-minecraft\:entity.tropical_fish.hurt=true
-minecolonies\:citizen.cowboy.female2.success=true
-minecraft\:block.cherry_sapling.break=true
-minecolonies\:citizen.fisherman.female1.success=true
-minecolonies\:citizen.shepherd.female3.farewell=true
-minecolonies\:citizen.stonemason.male3.badhousing=true
-minecolonies\:citizen.student.female1.gotobed=true
-minecolonies\:citizen.unemployed.male1.greeting=true
-minecolonies\:citizen.blacksmith.female3.highsaturation=true
-minecolonies\:citizen.healer.female3.highsaturation=true
-minecolonies\:citizen.visitor.male1.danger=true
-minecolonies\:citizen.student.female3.badhousing=true
-minecolonies\:citizen.planter.male3.badweather=true
-minecraft\:item.lodestone_compass.lock=true
-minecolonies\:citizen.glassblower.female2.danger=true
-minecolonies\:citizen.stonesmeltery.female3.danger=true
-minecolonies\:citizen.druid.female3.interaction=true
-minecolonies\:citizen.sifter.female2.interaction=true
-minecolonies\:citizen.visitor.male4.farewell=true
-minecraft\:block.rooted_dirt.fall=true
-minecraft\:entity.sniffer.idle=true
-minecolonies\:citizen.enchanter.male1.success=true
-minecraft\:block.grass.fall=true
-minecolonies\:citizen.deliveryman.male3.sick=true
-minecolonies\:citizen.farmer.male3.success=true
-minecolonies\:citizen.glassblower.male2.badweather=true
-mutantmonsters\:entity.endersoul_clone.teleport=true
-blue_skies\:entity.villager.work_shoveler=true
-minecolonies\:citizen.stonesmeltery.male3.danger=true
-minecolonies\:citizen.mechanic.female2.unhappy=true
-minecolonies\:citizen.alchemist.male3.general=true
-minecolonies\:citizen.archertraining.male1.noise=true
-minecolonies\:citizen.druid.male3.missingequipment=true
-minecolonies\:citizen.undertaker.female4.highsaturation=true
-minecolonies\:citizen.stonemason.male2.goodhousing=true
-minecolonies\:citizen.crusher.female2.lowsaturation=true
-minecolonies\:citizen.teacher.male2.lowsaturation=true
-minecolonies\:citizen.unemployed.female3.greeting=true
-minecolonies\:citizen.planter.male4.sick=true
-minecolonies\:citizen.blacksmith.female4.highsaturation=true
-alexsmobs\:orca_hurt=true
-minecolonies\:citizen.composter.male4.unhappy=true
-minecolonies\:citizen.fletcher.female4.badweather=true
-minecolonies\:citizen.concretemixer.female4.sick=true
-minecolonies\:citizen.quarrier.male1.danger=true
-minecolonies\:citizen.crusher.female2.gotobed=true
-minecolonies\:citizen.composter.male3.greeting=true
-minecolonies\:citizen.sawmill.female4.danger=true
-minecolonies\:citizen.archertraining.female1.success=true
-minecolonies\:citizen.rabbitherder.female2.danger=true
-minecolonies\:citizen.smelter.male4.greeting=true
-minecolonies\:citizen.healer.female4.highsaturation=true
-minecolonies\:citizen.miner.male1.badhousing=true
-minecolonies\:citizen.archertraining.male3.sick=true
-minecolonies\:citizen.builder.male2.greeting=true
-minecolonies\:citizen.composter.female4.success=true
-minecraft\:block.small_dripleaf.hit=true
-minecolonies\:citizen.fletcher.female1.gotobed=true
-minecolonies\:citizen.cookassistant.male1.success=true
-minecraft\:ambient.soul_sand_valley.loop=true
-alexsmobs\:capuchin_monkey_idle=true
-minecolonies\:citizen.smelter.female1.badweather=true
-minecolonies\:citizen.swineherder.female3.goodhousing=true
-minecolonies\:citizen.swineherder.female2.gotobed=true
-minecolonies\:citizen.visitor.male1.sick=true
-touhou_little_maid\:maid.environment.rain=true
-minecolonies\:citizen.quarrier.female4.highsaturation=true
-minecolonies\:citizen.quarrier.male2.happy=true
-minecolonies\:citizen.baker.male2.happy=true
-minecolonies\:citizen.deliveryman.female4.badweather=true
-mcwdoors\:block.garage=true
-minecolonies\:citizen.lumberjack.male1.sick=true
-minecolonies\:citizen.florist.female1.gotobed=true
-minecolonies\:citizen.blacksmith.female1.danger=true
-minecolonies\:citizen.blacksmith.male1.gotobed=true
-minecolonies\:citizen.smelter.female2.farewell=true
-minecolonies\:citizen.knight.male4.lowsaturation=true
-blue_skies\:entity.shrumpty.attack=true
-minecolonies\:citizen.glassblower.male4.danger=true
-minecolonies\:citizen.fisherman.male4.general=true
-minecolonies\:citizen.researcher.female2.lowsaturation=true
-minecolonies\:citizen.concretemixer.male1.goodhousing=true
-minecolonies\:citizen.lumberjack.female3.unhappy=true
-minecolonies\:citizen.cookassistant.male3.happy=true
-minecolonies\:citizen.researcher.male1.lowsaturation=true
-minecolonies\:citizen.alchemist.male2.noise=true
-minecolonies\:citizen.researcher.male3.unhappy=true
-minecolonies\:citizen.dyer.male1.highsaturation=true
-minecraft\:ambient.basalt_deltas.additions=true
-minecolonies\:citizen.alchemist.male4.farewell=true
-minecolonies\:citizen.builder.male4.lowsaturation=true
-minecolonies\:citizen.dyer.male1.general=true
-alexsmobs\:banana_slug_slime_expand=true
-minecolonies\:citizen.cowboy.male2.greeting=true
-minecolonies\:citizen.stonesmeltery.female2.missingequipment=true
-minecolonies\:citizen.stonesmeltery.male2.badhousing=true
-minecraft\:block.moss.place=true
-minecolonies\:citizen.baker.male2.missingequipment=true
-mutantmonsters\:entity.creeper_minion.death=true
-chococraft\:entity.chocobo.kwehwhistlestay=true
-minecolonies\:citizen.crusher.male3.badweather=true
-minecolonies\:citizen.rabbitherder.male1.general=true
-minecolonies\:citizen.smelter.male2.interaction=true
-minecolonies\:citizen.sifter.female2.badweather=true
+# Allowed sounds
+# Set to 'false' to disable sound physics for that sound
+
+minecolonies\:citizen.florist.male2.unhappy=true
+travelerstitles\:waystone=true
+minecolonies\:citizen.deliveryman.male3.danger=true
+minecolonies\:citizen.child.female4.danger=true
+bettercombat\:glaive_slash_slow=true
+minecolonies\:citizen.fisherman.female3.highsaturation=true
+minecraft\:item.trident.thunder=true
+minecolonies\:citizen.sawmill.male1.goodhousing=true
+minecolonies\:citizen.researcher.male4.lowsaturation=true
+minecolonies\:citizen.alchemist.female4.farewell=true
+minecraft\:entity.piglin.ambient=true
+minecraft\:block.pink_petals.step=true
+kobolds\:kobold_idle=true
+minecolonies\:citizen.fisherman.male3.happy=true
+minecolonies\:citizen.sawmill.female3.general=true
+minecolonies\:citizen.planter.female2.gotobed=true
+minecolonies\:citizen.netherworker.male2.sick=true
+minecolonies\:citizen.fletcher.male3.noise=true
+minecolonies\:citizen.beekeeper.female1.noise=true
+minecolonies\:citizen.stonemason.male1.happy=true
+minecolonies\:citizen.mechanic.male3.noise=true
+minecolonies\:citizen.combattraining.male2.lowsaturation=true
+minecolonies\:citizen.composter.male3.unhappy=true
+minecolonies\:citizen.stonemason.female1.general=true
+minecolonies\:citizen.beekeeper.female1.badweather=true
+minecolonies\:citizen.dyer.female2.lowsaturation=true
+minecraft\:block.note_block.imitate.creeper=true
+minecolonies\:citizen.beekeeper.male2.unhappy=true
+minecolonies\:citizen.sawmill.female3.missingequipment=true
+minecolonies\:citizen.unemployed.female3.highsaturation=true
+minecraft\:entity.camel.eat=true
+minecolonies\:citizen.composter.female4.goodhousing=true
+minecolonies\:citizen.ranger.male3.missingequipment=true
+minecolonies\:citizen.sifter.female2.badhousing=true
+minecolonies\:citizen.florist.female1.noise=true
+minecolonies\:citizen.blacksmith.female1.general=true
+minecolonies\:citizen.blacksmith.male1.greeting=true
+minecolonies\:citizen.cookassistant.male4.danger=true
+minecolonies\:citizen.dyer.female3.danger=true
+undergarden\:entity.stoneborn.chant=true
+blue_skies\:entity.diophyde_prowler.hurt=true
+minecolonies\:citizen.chickenherder.male4.danger=true
+minecolonies\:citizen.student.male2.gotobed=true
+minecolonies\:citizen.visitor.female2.happy=true
+minecolonies\:citizen.miner.male2.gotobed=true
+minecolonies\:citizen.miner.male2.missingequipment=true
+minecolonies\:citizen.concretemixer.female4.danger=true
+minecraft\:block.frogspawn.hatch=true
+minecraft\:block.froglight.hit=true
+minecolonies\:citizen.florist.female4.sick=true
+minecolonies\:citizen.swineherder.male4.interaction=true
+minecolonies\:citizen.pupil.male1.badhousing=true
+minecolonies\:citizen.smelter.female4.badweather=true
+minecolonies\:citizen.glassblower.female1.danger=true
+minecolonies\:citizen.archertraining.male3.danger=true
+minecolonies\:citizen.concretemixer.male3.unhappy=true
+minecolonies\:citizen.glassblower.female2.lowsaturation=true
+minecolonies\:citizen.smelter.female3.general=true
+minecolonies\:citizen.teacher.male3.gotobed=true
+minecolonies\:citizen.druid.male2.unhappy=true
+minecolonies\:citizen.netherworker.female1.sick=true
+alexsmobs\:sugar_glider_hurt=true
+alexsmobs\:orca_die=true
+minecolonies\:citizen.researcher.male1.danger=true
+minecolonies\:citizen.visitor.female1.general=true
+minecraft\:block.sculk_vein.place=true
+minecolonies\:citizen.visitor.male4.missingequipment=true
+create\:whistle_low=true
+minecolonies\:citizen.quarrier.male1.farewell=true
+minecolonies\:citizen.planter.male3.noise=true
+minecolonies\:citizen.chickenherder.male4.gotobed=true
+minecolonies\:citizen.netherworker.female4.highsaturation=true
+minecraft\:entity.chicken.step=true
+minecolonies\:citizen.shepherd.female3.unhappy=true
+minecolonies\:citizen.pupil.female2.happy=true
+minecolonies\:citizen.sifter.male1.goodhousing=true
+minecraft\:entity.zombie.break_wooden_door=true
+minecolonies\:citizen.cookassistant.female2.highsaturation=true
+minecolonies\:citizen.composter.female4.missingequipment=true
+minecolonies\:citizen.lumberjack.male3.danger=true
+minecolonies\:citizen.cowboy.male2.missingequipment=true
+minecolonies\:citizen.pupil.male4.unhappy=true
+minecolonies\:citizen.netherworker.male3.gotobed=true
+minecolonies\:citizen.miner.female1.unhappy=true
+minecolonies\:citizen.teacher.male3.highsaturation=true
+minecolonies\:citizen.fletcher.female3.noise=true
+minecraft\:entity.sniffer.digging_stop=true
+minecolonies\:citizen.builder.male1.happy=true
+minecolonies\:citizen.florist.male4.badweather=true
+xercapaint\:water=true
+minecolonies\:citizen.quarrier.male3.badhousing=true
+minecolonies\:citizen.pupil.female2.highsaturation=true
+minecolonies\:citizen.cowboy.male3.gotobed=true
+minecolonies\:citizen.florist.male2.interaction=true
+minecolonies\:citizen.combattraining.female1.badweather=true
+minecolonies\:citizen.sifter.male3.success=true
+minecraft\:block.wood.place=true
+minecolonies\:citizen.pupil.male2.happy=true
+minecolonies\:citizen.lumberjack.male4.badweather=true
+alexsmobs\:mimic_octopus_hurt=true
+deeperdarker\:entity.snapper.ambient=true
+minecolonies\:citizen.farmer.male3.highsaturation=true
+minecolonies\:citizen.baker.female1.happy=true
+minecolonies\:citizen.stonesmeltery.female4.badhousing=true
+minecraft\:entity.horse.jump=true
+minecolonies\:citizen.shepherd.male2.goodhousing=true
+minecolonies\:citizen.concretemixer.male4.happy=true
+minecolonies\:citizen.smelter.male2.happy=true
+minecolonies\:citizen.druid.female1.noise=true
+minecolonies\:citizen.netherworker.female4.success=true
+minecolonies\:citizen.mechanic.female3.happy=true
+minecolonies\:citizen.enchanter.female4.badweather=true
+minecolonies\:citizen.alchemist.male3.badweather=true
+minecolonies\:citizen.stonemason.female4.greeting=true
+minecraft\:entity.parrot.imitate.pillager=true
+minecolonies\:citizen.smelter.male1.farewell=true
+minecolonies\:citizen.unemployed.female4.sick=true
+minecolonies\:citizen.mechanic.female1.highsaturation=true
+minecraft\:entity.ravager.death=true
+minecolonies\:citizen.knight.female3.highsaturation=true
+minecolonies\:citizen.farmer.male4.gotobed=true
+minecolonies\:citizen.glassblower.female1.missingequipment=true
+minecolonies\:citizen.crusher.male4.badweather=true
+minecolonies\:citizen.cook.male1.gotobed=true
+illagerinvasion\:entity.provoker.death=true
+minecolonies\:citizen.fisherman.female2.unhappy=true
+minecolonies\:citizen.combattraining.female3.sick=true
+minecolonies\:citizen.stonemason.female4.missingequipment=true
+blue_skies\:music.brightlands=true
+minecolonies\:citizen.sifter.female1.missingequipment=true
+minecolonies\:citizen.farmer.male3.missingequipment=true
+minecraft\:block.cherry_sapling.step=true
+minecolonies\:citizen.blacksmith.male3.farewell=true
+minecolonies\:citizen.fletcher.female1.badhousing=true
+minecolonies\:citizen.teacher.female2.lowsaturation=true
+minecolonies\:citizen.dyer.male4.sick=true
+minecolonies\:citizen.archertraining.female1.danger=true
+minecolonies\:citizen.dyer.female1.greeting=true
+minecolonies\:citizen.shepherd.male1.success=true
+minecolonies\:citizen.healer.male2.goodhousing=true
+minecolonies\:citizen.smelter.female4.missingequipment=true
+minecolonies\:citizen.enchanter.female3.danger=true
+minecolonies\:citizen.sifter.female1.general=true
+minecolonies\:citizen.unemployed.male3.happy=true
+minecolonies\:citizen.mechanic.female4.success=true
+minecraft\:block.cherry_leaves.hit=true
+undergarden\:entity.nargoyle.attack=true
+minecolonies\:citizen.unemployed.male1.badweather=true
+minecolonies\:citizen.teacher.female1.greeting=true
+minecraft\:entity.tadpole.flop=true
+minecolonies\:citizen.knight.female4.greeting=true
+minecolonies\:citizen.researcher.male2.highsaturation=true
+minecolonies\:citizen.cook.female3.farewell=true
+minecolonies\:citizen.stonemason.male2.unhappy=true
+minecolonies\:citizen.cook.male2.danger=true
+minecolonies\:citizen.cookassistant.female2.noise=true
+minecolonies\:citizen.planter.male1.badhousing=true
+minecraft\:entity.turtle.hurt=true
+minecolonies\:citizen.fisherman.male2.success=true
+minecolonies\:citizen.stonemason.female1.noise=true
+minecolonies\:citizen.unemployed.female1.missingequipment=true
+minecolonies\:citizen.cook.male1.badweather=true
+minecolonies\:citizen.smelter.female4.noise=true
+minecolonies\:citizen.enchanter.female1.success=true
+minecolonies\:citizen.student.male3.missingequipment=true
+minecolonies\:citizen.enchanter.male2.missingequipment=true
+minecolonies\:citizen.rabbitherder.male3.noise=true
+minecolonies\:citizen.stonesmeltery.male1.highsaturation=true
+minecolonies\:citizen.alchemist.male1.success=true
+minecraft\:entity.villager.celebrate=true
+minecolonies\:citizen.stonesmeltery.female3.general=true
+minecolonies\:citizen.cook.female1.greeting=true
+minecolonies\:citizen.archertraining.female1.highsaturation=true
+minecolonies\:citizen.stonesmeltery.female3.gotobed=true
+alexsmobs\:dropbear_idle=true
+undergarden\:ambient.dense_forest_addition=true
+minecolonies\:citizen.cookassistant.male3.sick=true
+minecolonies\:citizen.planter.male3.goodhousing=true
+minecolonies\:citizen.druid.male4.badweather=true
+alexsmobs\:elephant_trumpet=true
+minecolonies\:citizen.fisherman.male4.goodhousing=true
+minecolonies\:citizen.mechanic.male2.general=true
+minecraft\:block.sculk_sensor.clicking_stop=true
+minecolonies\:citizen.builder.male1.goodhousing=true
+minecolonies\:citizen.alchemist.male3.lowsaturation=true
+minecolonies\:citizen.rabbitherder.male1.unhappy=true
+minecraft\:block.beehive.work=true
+farmingforblockheads\:falling=true
+minecolonies\:citizen.teacher.female3.interaction=true
+minecolonies\:citizen.miner.female4.goodhousing=true
+minecolonies\:citizen.fletcher.male3.sick=true
+bettercombat\:staff_slash=true
+illagerinvasion\:entity.sorcerer.idle=true
+minecolonies\:citizen.composter.male2.badweather=true
+blue_skies\:entity.alchemist.prepare_conversion=true
+minecolonies\:citizen.composter.female1.gotobed=true
+minecolonies\:citizen.cookassistant.male4.greeting=true
+minecolonies\:citizen.researcher.male2.success=true
+minecolonies\:citizen.quarrier.male4.missingequipment=true
+minecolonies\:citizen.glassblower.female4.highsaturation=true
+touhou_little_maid\:maid.environment.morning=true
+minecolonies\:citizen.builder.male2.badhousing=true
+bettercombat\:claymore_stab=true
+minecolonies\:citizen.visitor.female2.farewell=true
+minecolonies\:citizen.baker.male1.goodhousing=true
+minecolonies\:citizen.concretemixer.male2.interaction=true
+friendsandfoes\:entity.wildfire.step=true
+minecolonies\:citizen.shepherd.female4.happy=true
+minecolonies\:citizen.combattraining.male1.farewell=true
+minecraft\:entity.cow.step=true
+alexsmobs\:guster_idle=true
+minecolonies\:citizen.sifter.male2.sick=true
+minecolonies\:citizen.healer.female3.missingequipment=true
+minecolonies\:citizen.cookassistant.female4.success=true
+minecraft\:block.note_block.imitate.zombie=true
+deeperdarker\:block.sculk_stone.fall=true
+minecraft\:block.sculk_sensor.step=true
+minecolonies\:citizen.rabbitherder.female3.badweather=true
+minecolonies\:citizen.builder.female4.success=true
+blue_skies\:entity.alchemist.cast_spell=true
+minecolonies\:citizen.chickenherder.male4.general=true
+minecolonies\:citizen.farmer.female4.interaction=true
+minecolonies\:citizen.shepherd.male4.happy=true
+minecolonies\:citizen.child.female2.gotobed=true
+minecraft\:entity.mooshroom.milk=true
+minecolonies\:citizen.composter.female1.general=true
+minecolonies\:citizen.ranger.female3.lowsaturation=true
+minecolonies\:citizen.concretemixer.male1.lowsaturation=true
+minecolonies\:citizen.healer.male2.noise=true
+minecolonies\:citizen.teacher.male3.unhappy=true
+minecolonies\:citizen.teacher.female1.general=true
+friendsandfoes\:entity.rascal.reward_bad=true
+minecolonies\:citizen.netherworker.female1.badweather=true
+cookingforblockheads\:toaster_start=true
+minecolonies\:citizen.combattraining.male4.unhappy=true
+minecolonies\:citizen.child.male1.unhappy=true
+minecraft\:block.chest.open=true
+minecolonies\:citizen.chickenherder.female1.sick=true
+minecolonies\:citizen.quarrier.female1.badweather=true
+minecolonies\:citizen.stonemason.female2.sick=true
+minecolonies\:citizen.concretemixer.male3.goodhousing=true
+minecolonies\:citizen.chickenherder.female3.success=true
+minecolonies\:citizen.undertaker.female3.gotobed=true
+blue_skies\:block.star_emitter.use=true
+minecolonies\:citizen.blacksmith.male1.happy=true
+minecolonies\:citizen.archertraining.male1.greeting=true
+minecolonies\:citizen.healer.male1.interaction=true
+minecolonies\:citizen.ranger.female3.danger=true
+minecraft\:block.sculk_vein.break=true
+minecolonies\:citizen.shepherd.female4.interaction=true
+minecolonies\:citizen.combattraining.female2.happy=true
+minecolonies\:citizen.quarrier.male3.success=true
+minecraft\:block.fire.ambient=true
+minecolonies\:citizen.student.female3.gotobed=true
+minecolonies\:citizen.quarrier.female2.success=true
+minecolonies\:citizen.alchemist.female4.happy=true
+minecraft\:block.wooden_trapdoor.open=true
+minecolonies\:citizen.unemployed.male4.sick=true
+minecolonies\:citizen.baker.female3.gotobed=true
+chimes\:block.amethyst.shimmering=true
+minecolonies\:citizen.deliveryman.female2.success=true
+minecolonies\:citizen.undertaker.male4.lowsaturation=true
+minecolonies\:citizen.miner.female3.interaction=true
+minecolonies\:citizen.combattraining.female2.success=true
+minecraft\:entity.player.levelup=true
+minecolonies\:citizen.florist.female2.missingequipment=true
+minecolonies\:citizen.visitor.male4.unhappy=true
+minecolonies\:citizen.shepherd.female2.noise=true
+minecolonies\:citizen.dyer.male1.farewell=true
+minecolonies\:citizen.netherworker.male3.general=true
+minecraft\:entity.parrot.imitate.wither_skeleton=true
+minecolonies\:citizen.planter.male2.interaction=true
+minecolonies\:citizen.mechanic.male2.interaction=true
+minecraft\:block.wart_block.hit=true
+minecraft\:block.wet_grass.step=true
+minecraft\:entity.pillager.ambient=true
+minecolonies\:citizen.stonesmeltery.female2.noise=true
+minecraft\:entity.wither_skeleton.ambient=true
+minecolonies\:citizen.child.male4.lowsaturation=true
+alexsmobs\:gelada_monkey_hurt=true
+minecolonies\:citizen.shepherd.male1.noise=true
+minecolonies\:citizen.deliveryman.male1.badhousing=true
+farmersdelight\:block.tomato_bush.pick_tomatoes=true
+minecraft\:item.trident.riptide_3=true
+minecraft\:item.trident.riptide_2=true
+minecolonies\:citizen.concretemixer.female4.greeting=true
+minecolonies\:citizen.teacher.male3.general=true
+bettercombat\:dagger_slash=true
+minecolonies\:citizen.undertaker.male2.general=true
+minecolonies\:citizen.shepherd.male1.interaction=true
+minecolonies\:citizen.sifter.female3.danger=true
+mutantmonsters\:entity.mutant_enderman.scream=true
+minecolonies\:citizen.undertaker.female3.happy=true
+alexsmobs\:bunfungus_attack=true
+minecolonies\:citizen.sifter.female3.highsaturation=true
+minecraft\:entity.fox.eat=true
+minecolonies\:citizen.stonesmeltery.male4.badhousing=true
+minecolonies\:citizen.glassblower.female1.farewell=true
+deeperdarker\:entity.stalker.hurt=true
+minecolonies\:citizen.blacksmith.female4.lowsaturation=true
+minecraft\:item.trident.riptide_1=true
+minecolonies\:citizen.composter.female1.unhappy=true
+minecolonies\:citizen.unemployed.female3.noise=true
+minecolonies\:citizen.ranger.male1.farewell=true
+minecolonies\:citizen.netherworker.male3.unhappy=true
+minecolonies\:citizen.rabbitherder.female1.farewell=true
+minecolonies\:citizen.blacksmith.female3.greeting=true
+minecolonies\:citizen.planter.female2.general=true
+minecolonies\:citizen.fisherman.female2.gotobed=true
+minecolonies\:citizen.smelter.female3.gotobed=true
+minecolonies\:citizen.combattraining.male2.badweather=true
+minecolonies\:citizen.stonemason.female3.goodhousing=true
+alexsmobs\:hummingbird_loop=true
+minecolonies\:citizen.cowboy.male4.noise=true
+minecolonies\:citizen.cowboy.female1.farewell=true
+minecolonies\:citizen.glassblower.male1.greeting=true
+undergarden\:entity.rotwalker.step=true
+minecraft\:entity.warden.sniff=true
+minecolonies\:citizen.student.male4.noise=true
+minecolonies\:citizen.ranger.male1.goodhousing=true
+minecolonies\:citizen.rabbitherder.male1.gotobed=true
+minecolonies\:citizen.chickenherder.male4.unhappy=true
+minecolonies\:citizen.teacher.female2.greeting=true
+minecolonies\:citizen.student.male2.general=true
+minecolonies\:citizen.student.female3.happy=true
+minecolonies\:citizen.child.male1.danger=true
+minecolonies\:citizen.knight.female3.success=true
+minecolonies\:citizen.smelter.male4.success=true
+minecolonies\:citizen.stonemason.male3.missingequipment=true
+minecolonies\:citizen.mechanic.male3.goodhousing=true
+minecolonies\:citizen.teacher.female4.farewell=true
+minecraft\:block.hanging_roots.fall=true
+minecolonies\:citizen.composter.female4.highsaturation=true
+create\:controller_take=true
+minecolonies\:citizen.sawmill.female4.interaction=true
+minecolonies\:citizen.enchanter.male1.happy=true
+minecolonies\:citizen.cowboy.male3.unhappy=true
+minecolonies\:citizen.sawmill.female3.gotobed=true
+minecolonies\:citizen.blacksmith.male2.success=true
+minecolonies\:citizen.glassblower.male3.farewell=true
+minecolonies\:citizen.builder.male1.sick=true
+minecolonies\:citizen.miner.male2.general=true
+minecolonies\:citizen.stonemason.female1.gotobed=true
+minecraft\:block.bamboo_wood.break=true
+touhou_little_maid\:maid.environment.hot=true
+minecolonies\:citizen.baker.female2.farewell=true
+minecolonies\:citizen.knight.female2.general=true
+minecolonies\:citizen.teacher.male3.badweather=true
+minecolonies\:citizen.quarrier.female1.goodhousing=true
+minecolonies\:citizen.blacksmith.male3.badweather=true
+minecolonies\:citizen.blacksmith.female4.missingequipment=true
+minecolonies\:citizen.alchemist.male1.missingequipment=true
+minecolonies\:citizen.stonemason.male2.gotobed=true
+minecolonies\:citizen.child.male2.badweather=true
+minecolonies\:citizen.builder.male3.unhappy=true
+minecraft\:ambient.underwater.enter=true
+minecolonies\:citizen.fletcher.female3.highsaturation=true
+minecraft\:entity.puffer_fish.hurt=true
+minecraft\:entity.piglin.celebrate=true
+minecraft\:entity.guardian.death=true
+minecolonies\:citizen.cowboy.female3.success=true
+minecolonies\:citizen.knight.female2.lowsaturation=true
+minecolonies\:citizen.child.female2.unhappy=true
+minecolonies\:citizen.fletcher.female1.unhappy=true
+minecolonies\:citizen.undertaker.male2.interaction=true
+minecraft\:entity.iron_golem.repair=true
+minecraft\:block.shulker_box.close=true
+alexsmobs\:rattlesnake_hurt=true
+minecraft\:entity.glow_item_frame.remove_item=true
+alexsmobs\:platypus_hurt=true
+minecraft\:entity.salmon.hurt=true
+minecolonies\:citizen.miner.female1.noise=true
+minecraft\:entity.turtle.shamble_baby=true
+minecolonies\:citizen.glassblower.female1.sick=true
+minecolonies\:citizen.swineherder.female3.missingequipment=true
+create\:confirm=true
+minecolonies\:citizen.druid.male2.happy=true
+minecolonies\:citizen.fletcher.female1.general=true
+blue_skies\:entity.crystal_camel.step=true
+minecolonies\:citizen.florist.male2.gotobed=true
+minecolonies\:citizen.fletcher.male1.lowsaturation=true
+minecolonies\:citizen.knight.male1.noise=true
+minecolonies\:citizen.knight.female3.noise=true
+minecolonies\:citizen.student.male2.unhappy=true
+minecolonies\:citizen.chickenherder.female2.happy=true
+minecolonies\:citizen.visitor.male3.success=true
+minecolonies\:citizen.student.female1.noise=true
+minecolonies\:citizen.blacksmith.male3.unhappy=true
+minecolonies\:citizen.deliveryman.male1.missingequipment=true
+minecolonies\:citizen.sifter.female2.success=true
+minecraft\:entity.hoglin.retreat=true
+minecolonies\:citizen.baker.female2.lowsaturation=true
+minecolonies\:citizen.builder.female1.badhousing=true
+minecolonies\:citizen.swineherder.male1.missingequipment=true
+minecraft\:block.nether_wood.step=true
+minecolonies\:citizen.baker.male2.lowsaturation=true
+minecolonies\:citizen.quarrier.male2.farewell=true
+minecraft\:block.sculk_shrieker.hit=true
+minecolonies\:citizen.child.male1.happy=true
+minecolonies\:citizen.composter.female3.badhousing=true
+minecolonies\:citizen.unemployed.female3.farewell=true
+minecolonies\:citizen.undertaker.female4.goodhousing=true
+minecolonies\:citizen.glassblower.female1.gotobed=true
+minecolonies\:citizen.fletcher.female4.interaction=true
+minecolonies\:citizen.knight.male3.happy=true
+minecraft\:block.hanging_roots.hit=true
+illagerinvasion\:entity.firecaller.death=true
+minecolonies\:citizen.miner.male2.unhappy=true
+minecolonies\:citizen.rabbitherder.male3.missingequipment=true
+minecolonies\:citizen.rabbitherder.male2.badhousing=true
+minecolonies\:citizen.healer.female3.noise=true
+minecraft\:entity.player.attack.nodamage=true
+minecolonies\:citizen.student.female4.interaction=true
+minecolonies\:citizen.beekeeper.female3.unhappy=true
+minecolonies\:citizen.druid.male1.missingequipment=true
+minecraft\:block.nylium.fall=true
+minecraft\:block.sculk.step=true
+minecolonies\:citizen.quarrier.female3.danger=true
+minecolonies\:citizen.builder.male3.general=true
+minecolonies\:citizen.dyer.female3.unhappy=true
+minecolonies\:citizen.child.female3.sick=true
+minecolonies\:citizen.undertaker.male3.missingequipment=true
+minecolonies\:citizen.teacher.female3.farewell=true
+minecolonies\:citizen.cowboy.male4.interaction=true
+alexsmobs\:mosquito_hurt=true
+minecolonies\:citizen.fisherman.female3.badhousing=true
+minecolonies\:citizen.glassblower.male2.badhousing=true
+minecolonies\:citizen.student.male1.lowsaturation=true
+alexsmobs\:rattlesnake_attack=true
+minecolonies\:citizen.sifter.female4.highsaturation=true
+minecolonies\:citizen.composter.female4.lowsaturation=true
+minecraft\:item.crossbow.loading_start=true
+minecraft\:entity.shulker.shoot=true
+minecolonies\:citizen.planter.female2.unhappy=true
+minecraft\:entity.drowned.swim=true
+minecolonies\:citizen.undertaker.male2.noise=true
+minecolonies\:citizen.composter.female3.interaction=true
+minecolonies\:citizen.deliveryman.male1.sick=true
+xercapaint\:color_picker=true
+minecolonies\:citizen.teacher.female1.unhappy=true
+minecolonies\:citizen.shepherd.male3.danger=true
+minecolonies\:citizen.undertaker.female2.badhousing=true
+minecolonies\:citizen.archertraining.male4.farewell=true
+minecraft\:entity.parrot.imitate.ghast=true
+minecolonies\:citizen.swineherder.male3.success=true
+minecolonies\:citizen.florist.female4.missingequipment=true
+minecolonies\:citizen.undertaker.female3.interaction=true
+minecraft\:block.honey_block.step=true
+minecolonies\:citizen.archertraining.female1.general=true
+minecolonies\:citizen.concretemixer.female4.unhappy=true
+minecraft\:entity.squid.ambient=true
+minecolonies\:citizen.deliveryman.female4.danger=true
+minecolonies\:citizen.shepherd.female2.success=true
+minecolonies\:citizen.combattraining.male4.gotobed=true
+minecolonies\:citizen.child.male1.gotobed=true
+blue_skies\:entity.artificial_golem.attack=true
+minecolonies\:citizen.deliveryman.male1.gotobed=true
+minecolonies\:citizen.knight.female3.danger=true
+minecolonies\:citizen.stonesmeltery.male2.missingequipment=true
+minecraft\:block.wooden_pressure_plate.click_off=true
+minecolonies\:citizen.florist.male3.goodhousing=true
+minecolonies\:citizen.crusher.female2.badweather=true
+minecraft\:entity.villager.work_fisherman=true
+minecolonies\:citizen.stonemason.female2.interaction=true
+minecolonies\:citizen.blacksmith.female2.greeting=true
+minecolonies\:citizen.cookassistant.female1.highsaturation=true
+minecolonies\:citizen.concretemixer.male2.noise=true
+minecraft\:block.mud.step=true
+minecolonies\:citizen.smelter.male3.missingequipment=true
+undergarden\:music.disc.relict=true
+minecolonies\:citizen.beekeeper.female2.success=true
+mutantmonsters\:entity.mutant_enderman.hurt=true
+minecolonies\:citizen.combattraining.female2.danger=true
+minecraft\:entity.camel.stand=true
+minecolonies\:citizen.combattraining.male2.farewell=true
+minecolonies\:citizen.druid.female2.interaction=true
+minecraft\:block.nether_gold_ore.step=true
+minecolonies\:citizen.undertaker.male1.highsaturation=true
+minecolonies\:citizen.stonemason.female1.unhappy=true
+minecolonies\:citizen.baker.male1.badweather=true
+minecolonies\:citizen.glassblower.female4.noise=true
+cookingforblockheads\:oven_close=true
+alexsmobs\:toucan_idle=true
+minecolonies\:citizen.blacksmith.male2.farewell=true
+minecolonies\:citizen.stonesmeltery.female2.farewell=true
+minecolonies\:citizen.archertraining.male2.greeting=true
+minecraft\:block.bamboo_wood.place=true
+minecraft\:block.fungus.step=true
+blue_skies\:music.generic_defeat=true
+minecolonies\:citizen.beekeeper.male2.gotobed=true
+minecolonies\:citizen.quarrier.female3.unhappy=true
+blue_skies\:block.mud.step=true
+minecolonies\:citizen.concretemixer.male3.gotobed=true
+minecraft\:block.moss_carpet.step=true
+minecolonies\:citizen.shepherd.male3.badhousing=true
+minecolonies\:citizen.pupil.male3.success=true
+minecolonies\:citizen.crusher.male1.success=true
+minecolonies\:citizen.sawmill.male1.lowsaturation=true
+minecolonies\:citizen.cookassistant.female1.sick=true
+minecolonies\:citizen.sawmill.female3.unhappy=true
+undergarden\:entity.rotbeast.step=true
+minecolonies\:citizen.glassblower.female3.noise=true
+minecolonies\:citizen.composter.male2.success=true
+minecolonies\:citizen.stonesmeltery.male2.greeting=true
+minecolonies\:citizen.sawmill.female1.lowsaturation=true
+minecolonies\:citizen.druid.male2.gotobed=true
+minecraft\:entity.strider.hurt=true
+minecolonies\:citizen.healer.female1.missingequipment=true
+minecolonies\:citizen.quarrier.male2.danger=true
+minecolonies\:citizen.cowboy.female2.sick=true
+minecraft\:entity.evoker.prepare_attack=true
+blue_skies\:entity.arachnarch.death=true
+minecolonies\:citizen.crusher.female2.noise=true
+minecolonies\:citizen.cook.male1.general=true
+minecolonies\:citizen.visitor.male4.greeting=true
+minecraft\:entity.horse.angry=true
+minecolonies\:citizen.stonesmeltery.male4.farewell=true
+minecolonies\:citizen.miner.female2.sick=true
+minecolonies\:citizen.planter.female1.badweather=true
+minecolonies\:citizen.child.female4.missingequipment=true
+minecraft\:block.soul_sand.fall=true
+create\:mechanical_press_activation_belt=true
+minecraft\:entity.strider.saddle=true
+minecolonies\:citizen.undertaker.male3.success=true
+minecolonies\:citizen.blacksmith.female4.farewell=true
+minecolonies\:citizen.stonesmeltery.male4.danger=true
+undergarden\:item.blisterberry_bush.pick=true
+alexsmobs\:lobster_hurt=true
+minecolonies\:citizen.miner.female3.happy=true
+minecolonies\:citizen.smelter.female2.danger=true
+minecolonies\:citizen.cowboy.female4.unhappy=true
+aquamirae\:entity.captain_cornelia.horn=true
+minecolonies\:citizen.visitor.male1.interaction=true
+minecolonies\:citizen.chickenherder.male4.missingequipment=true
+minecolonies\:citizen.visitor.female3.farewell=true
+minecraft\:entity.goat.screaming.hurt=true
+minecolonies\:citizen.visitor.male4.badhousing=true
+minecraft\:block.note_block.guitar=true
+minecolonies\:citizen.blacksmith.female1.gotobed=true
+minecraft\:entity.rabbit.hurt=true
+alexsmobs\:bunfungus_jump=true
+minecolonies\:citizen.chickenherder.male4.badweather=true
+minecolonies\:citizen.unemployed.female3.missingequipment=true
+minecraft\:entity.turtle.death=true
+minecraft\:entity.villager.work_farmer=true
+minecolonies\:citizen.crusher.female4.happy=true
+aquaculture\:jellyfish_flop=true
+blue_skies\:entity.emberback.spray=true
+minecolonies\:citizen.fletcher.female4.highsaturation=true
+minecolonies\:citizen.ranger.male4.sick=true
+minecolonies\:citizen.netherworker.male3.danger=true
+minecolonies\:citizen.student.female3.missingequipment=true
+minecolonies\:citizen.druid.female3.goodhousing=true
+minecolonies\:citizen.student.female3.unhappy=true
+chimes\:block.bamboo.chime=true
+bettercombat\:spear_stab=true
+blue_skies\:entity.gatekeeper.idle=true
+minecraft\:entity.player.hurt_sweet_berry_bush=true
+minecraft\:block.sculk_vein.step=true
+minecolonies\:citizen.druid.male3.goodhousing=true
+minecolonies\:citizen.alchemist.female2.greeting=true
+minecraft\:block.decorated_pot.place=true
+minecolonies\:citizen.stonemason.female3.greeting=true
+minecolonies\:citizen.teacher.female2.success=true
+minecolonies\:citizen.glassblower.male3.sick=true
+minecolonies\:citizen.concretemixer.female3.lowsaturation=true
+supplementaries\:block.clock.tick_1=true
+minecolonies\:citizen.pupil.female3.highsaturation=true
+supplementaries\:block.clock.tick_2=true
+minecolonies\:citizen.undertaker.female1.lowsaturation=true
+minecolonies\:citizen.fletcher.male2.badweather=true
+minecolonies\:citizen.shepherd.male2.danger=true
+minecolonies\:citizen.cook.female4.farewell=true
+minecolonies\:citizen.glassblower.female3.missingequipment=true
+minecraft\:block.note_block.didgeridoo=true
+blue_skies\:entity.starlit_crusher.prepare_large_growth=true
+minecolonies\:citizen.enchanter.female4.danger=true
+minecraft\:entity.vex.hurt=true
+minecolonies\:citizen.florist.male2.badweather=true
+minecraft\:block.fence_gate.open=true
+minecolonies\:citizen.stonemason.male3.sick=true
+minecolonies\:citizen.mechanic.female1.noise=true
+minecolonies\:citizen.deliveryman.female1.sick=true
+blue_skies\:entity.reindeer.idle=true
+minecolonies\:citizen.glassblower.male4.success=true
+alexsmobs\:flutter_no=true
+minecolonies\:citizen.stonemason.female2.lowsaturation=true
+minecolonies\:citizen.blacksmith.female2.success=true
+minecolonies\:citizen.druid.female1.unhappy=true
+minecolonies\:citizen.visitor.female1.greeting=true
+minecolonies\:citizen.enchanter.male2.happy=true
+minecolonies\:citizen.baker.female2.success=true
+minecolonies\:citizen.combattraining.male3.missingequipment=true
+minecraft\:block.chain.step=true
+minecolonies\:citizen.cookassistant.female3.general=true
+minecolonies\:citizen.stonesmeltery.male2.goodhousing=true
+minecolonies\:citizen.sawmill.female4.success=true
+minecolonies\:citizen.stonemason.male2.general=true
+minecolonies\:citizen.crusher.female3.unhappy=true
+minecolonies\:citizen.healer.male4.happy=true
+mutantmonsters\:entity.mutant_creeper.death=true
+combatroll\:roll=true
+minecolonies\:citizen.fisherman.female2.general=true
+minecolonies\:citizen.stonemason.female3.happy=true
+minecraft\:block.amethyst_block.hit=true
+minecraft\:block.beacon.ambient=true
+minecolonies\:citizen.stonemason.female2.success=true
+create\:saw_activate_wood=true
+minecolonies\:citizen.cookassistant.female3.highsaturation=true
+minecraft\:entity.guardian.hurt_land=true
+minecolonies\:citizen.sifter.male1.farewell=true
+minecolonies\:citizen.netherworker.male3.badhousing=true
+minecraft\:block.nether_ore.fall=true
+minecolonies\:citizen.quarrier.female3.gotobed=true
+minecolonies\:citizen.child.male3.missingequipment=true
+minecraft\:block.soul_soil.place=true
+illagerinvasion\:entity.invoker.fangs=true
+undergarden\:entity.gloomper.ambient=true
+minecolonies\:citizen.alchemist.female2.gotobed=true
+minecolonies\:citizen.druid.female3.sick=true
+minecolonies\:citizen.ranger.male4.noise=true
+minecolonies\:citizen.fletcher.male1.farewell=true
+minecolonies\:citizen.undertaker.male4.happy=true
+undergarden\:music.disc.limax_maximus=true
+minecraft\:block.wooden_button.click_on=true
+minecraft\:block.shroomlight.break=true
+minecolonies\:citizen.sifter.male4.unhappy=true
+minecolonies\:citizen.beekeeper.female1.interaction=true
+minecolonies\:citizen.baker.male3.danger=true
+minecolonies\:citizen.druid.male2.badweather=true
+minecolonies\:citizen.baker.male3.badweather=true
+minecraft\:entity.shulker.hurt_closed=true
+riskofrain_mobs\:entity.stone_golem.laser_fire=true
+minecolonies\:citizen.pupil.male3.badhousing=true
+minecolonies\:citizen.glassblower.male3.greeting=true
+minecolonies\:citizen.visitor.male2.goodhousing=true
+minecraft\:entity.parrot.imitate.hoglin=true
+minecolonies\:citizen.mechanic.female2.missingequipment=true
+minecolonies\:citizen.cookassistant.female2.badweather=true
+minecolonies\:citizen.miner.male4.lowsaturation=true
+minecolonies\:citizen.healer.male2.badhousing=true
+minecolonies\:citizen.farmer.male4.greeting=true
+minecolonies\:citizen.miner.female4.lowsaturation=true
+minecolonies\:citizen.smelter.female4.success=true
+minecolonies\:citizen.deliveryman.male2.success=true
+alexsmobs\:hummingbird_hurt=true
+minecolonies\:citizen.archertraining.female2.highsaturation=true
+minecolonies\:citizen.rabbitherder.female3.sick=true
+minecraft\:block.candle.hit=true
+minecolonies\:citizen.teacher.female2.sick=true
+minecolonies\:citizen.rabbitherder.female3.goodhousing=true
+undergarden\:entity.rotwalker.ambient=true
+minecolonies\:citizen.blacksmith.male2.greeting=true
+minecolonies\:citizen.mechanic.female3.general=true
+minecolonies\:citizen.healer.male3.sick=true
+minecolonies\:citizen.cowboy.female1.badhousing=true
+minecolonies\:citizen.quarrier.male4.unhappy=true
+supplementaries\:item.wrench.hit=true
+minecolonies\:citizen.student.female2.success=true
+blue_skies\:block.moonstone_lantern.place=true
+minecolonies\:citizen.swineherder.female3.happy=true
+minecolonies\:citizen.archertraining.male1.general=true
+minecolonies\:citizen.sawmill.female2.noise=true
+minecolonies\:citizen.farmer.female4.lowsaturation=true
+minecraft\:music_disc.blocks=true
+minecolonies\:citizen.researcher.female1.unhappy=true
+aquaculture\:fish_mount_placed=true
+minecolonies\:citizen.deliveryman.male4.sick=true
+minecolonies\:citizen.alchemist.male2.unhappy=true
+minecraft\:item.honeycomb.wax_on=true
+minecolonies\:citizen.beekeeper.male1.noise=true
+doggytalents\:whistle_long=true
+minecolonies\:citizen.stonesmeltery.male1.success=true
+minecolonies\:citizen.blacksmith.female3.farewell=true
+minecolonies\:citizen.cook.male3.badweather=true
+minecolonies\:citizen.sifter.female3.happy=true
+minecraft\:item.armor.equip_diamond=true
+minecolonies\:citizen.farmer.male4.interaction=true
+minecolonies\:citizen.ranger.female4.danger=true
+minecolonies\:citizen.stonesmeltery.male1.greeting=true
+alexsmobs\:mudskipper_walk=true
+minecolonies\:citizen.chickenherder.female4.unhappy=true
+minecolonies\:citizen.glassblower.male4.interaction=true
+minecraft\:entity.blaze.shoot=true
+minecolonies\:citizen.swineherder.female4.badweather=true
+minecolonies\:citizen.swineherder.female4.greeting=true
+minecolonies\:citizen.swineherder.male2.general=true
+minecolonies\:citizen.visitor.female2.success=true
+alexsmobs\:moose_hurt=true
+minecraft\:entity.zombified_piglin.angry=true
+minecolonies\:citizen.teacher.male2.success=true
+minecolonies\:citizen.lumberjack.male4.farewell=true
+minecolonies\:citizen.enchanter.female2.badweather=true
+minecraft\:block.moss.step=true
+minecolonies\:citizen.researcher.male2.interaction=true
+minecolonies\:citizen.concretemixer.female4.general=true
+blue_skies\:entity.alchemist.celebrate=true
+minecolonies\:citizen.archertraining.male3.greeting=true
+minecolonies\:citizen.ranger.female2.noise=true
+minecolonies\:citizen.healer.female2.noise=true
+minecraft\:entity.cat.hiss=true
+minecolonies\:citizen.blacksmith.female2.danger=true
+minecolonies\:citizen.stonesmeltery.female1.badweather=true
+minecolonies\:citizen.lumberjack.male4.lowsaturation=true
+minecolonies\:citizen.knight.male4.happy=true
+minecolonies\:citizen.chickenherder.female1.happy=true
+minecolonies\:citizen.druid.male3.happy=true
+minecolonies\:citizen.beekeeper.female1.sick=true
+minecolonies\:citizen.child.male3.highsaturation=true
+minecolonies\:citizen.glassblower.male2.happy=true
+minecolonies\:citizen.builder.female1.highsaturation=true
+minecolonies\:citizen.researcher.female3.interaction=true
+minecolonies\:citizen.teacher.male1.badweather=true
+minecolonies\:citizen.alchemist.male3.danger=true
+blue_skies\:entity.polargeist.attack=true
+minecolonies\:citizen.cowboy.female2.farewell=true
+minecolonies\:citizen.deliveryman.male4.danger=true
+minecolonies\:citizen.netherworker.male1.happy=true
+minecolonies\:citizen.composter.female2.success=true
+minecolonies\:citizen.undertaker.female1.missingequipment=true
+minecraft\:block.sniffer_egg.crack=true
+minecolonies\:citizen.archertraining.female3.interaction=true
+minecolonies\:citizen.unemployed.male1.sick=true
+minecolonies\:citizen.netherworker.male4.success=true
+minecraft\:block.ancient_debris.step=true
+minecolonies\:citizen.chickenherder.female3.lowsaturation=true
+minecolonies\:citizen.deliveryman.male3.happy=true
+minecolonies\:citizen.researcher.female2.badweather=true
+minecolonies\:citizen.druid.female1.badhousing=true
+minecolonies\:citizen.miner.male4.highsaturation=true
+minecolonies\:citizen.healer.female3.badhousing=true
+minecolonies\:citizen.blacksmith.female2.interaction=true
+minecolonies\:citizen.visitor.female1.unhappy=true
+minecolonies\:citizen.baker.male1.missingequipment=true
+minecolonies\:citizen.shepherd.male3.happy=true
+minecolonies\:citizen.undertaker.male4.greeting=true
+minecolonies\:citizen.sifter.female4.badhousing=true
+minecolonies\:citizen.cowboy.female4.general=true
+minecolonies\:citizen.fletcher.female4.danger=true
+minecraft\:item.bottle.fill=true
+minecolonies\:citizen.chickenherder.female2.gotobed=true
+undergarden\:entity.gloomper.hop=true
+minecolonies\:citizen.builder.female3.general=true
+minecolonies\:citizen.dyer.female1.interaction=true
+minecolonies\:citizen.mechanic.male3.success=true
+enhancedai\:creeper_cena_fuse=true
+minecraft\:entity.strider.step=true
+minecolonies\:citizen.florist.female4.happy=true
+minecolonies\:citizen.fletcher.female2.success=true
+minecolonies\:citizen.dyer.female3.gotobed=true
+minecraft\:entity.husk.converted_to_zombie=true
+minecolonies\:citizen.composter.female4.sick=true
+minecraft\:entity.piglin_brute.death=true
+minecolonies\:citizen.beekeeper.male2.general=true
+undergarden\:ambient.abyss=true
+blue_skies\:music.brittlebush=true
+minecolonies\:citizen.undertaker.female3.general=true
+minecraft\:music.overworld.lush_caves=true
+minecolonies\:citizen.planter.female4.highsaturation=true
+minecolonies\:citizen.unemployed.male4.badhousing=true
+minecolonies\:citizen.smelter.male4.lowsaturation=true
+minecolonies\:citizen.baker.male4.sick=true
+minecolonies\:citizen.dyer.female4.danger=true
+minecraft\:entity.boat.paddle_land=true
+minecolonies\:citizen.druid.male2.lowsaturation=true
+minecolonies\:citizen.alchemist.female1.greeting=true
+minecraft\:entity.fox.sniff=true
+minecolonies\:citizen.stonemason.male4.greeting=true
+touhou_little_maid\:maid.environment.snow=true
+blue_skies\:entity.crystal_camel.idle=true
+undergarden\:ambient.abyss_addition=true
+minecraft\:entity.wither_skeleton.step=true
+minecolonies\:citizen.deliveryman.male2.noise=true
+minecolonies\:citizen.undertaker.male2.unhappy=true
+minecolonies\:citizen.crusher.male1.missingequipment=true
+minecolonies\:citizen.knight.female2.highsaturation=true
+minecolonies\:citizen.student.male3.success=true
+mutantmonsters\:entity.mutant_enderman.death=true
+minecolonies\:citizen.glassblower.female2.farewell=true
+minecolonies\:citizen.rabbitherder.male2.noise=true
+minecolonies\:citizen.glassblower.male1.happy=true
+minecolonies\:citizen.unemployed.female1.greeting=true
+minecraft\:entity.ender_dragon.growl=true
+minecraft\:entity.vindicator.hurt=true
+minecolonies\:citizen.ranger.male4.badweather=true
+create\:blaze_munch=true
+minecolonies\:citizen.baker.female2.interaction=true
+minecolonies\:citizen.builder.female3.gotobed=true
+minecolonies\:citizen.florist.female2.badhousing=true
+minecolonies\:citizen.dyer.male1.unhappy=true
+minecraft\:item.bucket.fill_fish=true
+minecolonies\:citizen.lumberjack.female1.highsaturation=true
+undergarden\:entity.gloomper.hurt=true
+minecolonies\:citizen.ranger.female4.missingequipment=true
+minecolonies\:citizen.archertraining.male1.gotobed=true
+minecolonies\:citizen.archertraining.male2.sick=true
+minecolonies\:citizen.researcher.female3.sick=true
+alexsmobs\:maned_wolf_idle=true
+minecolonies\:citizen.cook.female4.badweather=true
+minecolonies\:citizen.unemployed.female4.goodhousing=true
+minecolonies\:citizen.fisherman.male1.general=true
+minecolonies\:citizen.child.male4.badweather=true
+minecolonies\:citizen.beekeeper.female3.badweather=true
+minecolonies\:citizen.unemployed.female2.noise=true
+undergarden\:ambient.fields_addition=true
+minecraft\:block.soul_sand.hit=true
+minecolonies\:citizen.sifter.female3.missingequipment=true
+minecolonies\:citizen.pupil.female1.highsaturation=true
+minecraft\:block.soul_soil.break=true
+minecraft\:block.ladder.hit=true
+minecraft\:entity.polar_bear.warning=true
+minecolonies\:citizen.shepherd.male2.noise=true
+minecolonies\:citizen.baker.female2.greeting=true
+minecolonies\:citizen.stonesmeltery.female1.greeting=true
+minecolonies\:citizen.smelter.male1.badhousing=true
+minecolonies\:citizen.composter.male1.interaction=true
+minecolonies\:citizen.concretemixer.female3.sick=true
+minecolonies\:citizen.child.female1.success=true
+minecolonies\:citizen.swineherder.male4.unhappy=true
+minecolonies\:citizen.stonesmeltery.male1.badweather=true
+minecolonies\:citizen.alchemist.male1.goodhousing=true
+minecolonies\:citizen.quarrier.female1.general=true
+minecolonies\:citizen.smelter.female4.lowsaturation=true
+minecolonies\:citizen.planter.female3.success=true
+minecolonies\:citizen.stonesmeltery.female1.danger=true
+minecolonies\:citizen.shepherd.female1.noise=true
+minecolonies\:citizen.builder.male1.danger=true
+blue_skies\:block.moonstone_lantern.break=true
+minecolonies\:citizen.archertraining.male3.farewell=true
+minecolonies\:citizen.blacksmith.female2.missingequipment=true
+minecolonies\:citizen.enchanter.female2.gotobed=true
+minecolonies\:citizen.deliveryman.male3.interaction=true
+minecolonies\:citizen.combattraining.female1.general=true
+alexsmobs\:giant_squid_games=true
+minecolonies\:citizen.dyer.female2.success=true
+minecolonies\:citizen.concretemixer.female3.danger=true
+minecolonies\:citizen.swineherder.male2.sick=true
+minecolonies\:citizen.stonemason.female2.noise=true
+minecolonies\:citizen.quarrier.female2.danger=true
+minecolonies\:citizen.farmer.male4.general=true
+minecolonies\:citizen.pupil.male4.general=true
+minecolonies\:citizen.healer.male3.noise=true
+minecolonies\:citizen.chickenherder.female2.general=true
+minecolonies\:citizen.shepherd.female3.general=true
+minecolonies\:citizen.visitor.female3.interaction=true
+minecolonies\:citizen.dyer.female1.general=true
+minecolonies\:citizen.florist.female3.happy=true
+minecolonies\:citizen.glassblower.female4.sick=true
+minecolonies\:citizen.quarrier.male2.general=true
+minecolonies\:citizen.researcher.male3.gotobed=true
+minecraft\:item.bucket.empty_milk=true
+minecolonies\:citizen.farmer.male1.lowsaturation=true
+minecraft\:entity.dolphin.eat=true
+minecraft\:entity.evoker.hurt=true
+minecolonies\:citizen.farmer.female1.unhappy=true
+minecolonies\:citizen.knight.female2.sick=true
+minecolonies\:citizen.cowboy.female4.danger=true
+minecolonies\:citizen.alchemist.female3.success=true
+minecraft\:entity.generic.small_fall=true
+minecraft\:block.chiseled_bookshelf.hit=true
+minecolonies\:citizen.chickenherder.female4.interaction=true
+minecolonies\:citizen.shepherd.female4.badweather=true
+minecolonies\:citizen.deliveryman.female2.badweather=true
+minecolonies\:citizen.mechanic.male2.badweather=true
+minecolonies\:citizen.quarrier.female3.badweather=true
+minecolonies\:citizen.shepherd.female2.goodhousing=true
+minecraft\:block.chain.break=true
+alexsmobs\:tarantula_hawk_hurt=true
+minecolonies\:citizen.dyer.female1.missingequipment=true
+minecolonies\:citizen.cookassistant.female4.happy=true
+minecraft\:block.wooden_button.click_off=true
+minecolonies\:citizen.smelter.female2.missingequipment=true
+minecolonies\:citizen.archertraining.male4.interaction=true
+minecolonies\:citizen.shepherd.male3.highsaturation=true
+minecolonies\:citizen.planter.female4.lowsaturation=true
+minecolonies\:citizen.florist.female2.unhappy=true
+minecolonies\:citizen.unemployed.female4.success=true
+minecolonies\:citizen.smelter.male1.missingequipment=true
+minecolonies\:citizen.archertraining.male1.interaction=true
+minecolonies\:citizen.enchanter.male4.sick=true
+minecolonies\:citizen.blacksmith.male2.happy=true
+minecolonies\:citizen.netherworker.female4.noise=true
+minecraft\:block.scaffolding.hit=true
+minecraft\:event.raid.horn=true
+minecolonies\:citizen.shepherd.male2.highsaturation=true
+minecolonies\:citizen.sifter.female3.goodhousing=true
+minecolonies\:citizen.druid.female4.missingequipment=true
+minecraft\:block.anvil.destroy=true
+alexsmobs\:shoebill_hurt=true
+undergarden\:music.disc.mammoth=true
+undergarden\:entity.rotbeast.hurt=true
+minecolonies\:citizen.fisherman.male3.interaction=true
+minecraft\:block.hanging_roots.break=true
+minecolonies\:citizen.farmer.female2.badhousing=true
+minecolonies\:citizen.fletcher.male2.highsaturation=true
+minecolonies\:citizen.chickenherder.male1.lowsaturation=true
+minecolonies\:citizen.crusher.female4.badweather=true
+minecolonies\:citizen.cook.female3.lowsaturation=true
+minecolonies\:citizen.stonemason.male1.interaction=true
+minecolonies\:citizen.stonesmeltery.female1.missingequipment=true
+blue_skies\:music.generic_boss=true
+minecolonies\:citizen.cowboy.male4.badhousing=true
+minecolonies\:citizen.enchanter.female2.sick=true
+minecolonies\:citizen.combattraining.female1.lowsaturation=true
+minecolonies\:raid.raid_alert=true
+minecolonies\:citizen.baker.male4.unhappy=true
+minecolonies\:citizen.pupil.male1.happy=true
+minecraft\:entity.warden.listening_angry=true
+creeperoverhaul\:entity.stone.creeper.death=true
+minecolonies\:citizen.deliveryman.male1.noise=true
+illagerinvasion\:entity.archivist.death=true
+minecolonies\:citizen.swineherder.female2.happy=true
+minecolonies\:citizen.cowboy.male2.goodhousing=true
+minecolonies\:citizen.stonemason.female4.happy=true
+minecolonies\:citizen.blacksmith.male4.sick=true
+minecolonies\:citizen.fletcher.male4.highsaturation=true
+blue_skies\:entity.artificial_golem.hurt=true
+minecolonies\:citizen.knight.male2.lowsaturation=true
+minecolonies\:citizen.blacksmith.male1.sick=true
+minecolonies\:citizen.cook.male3.danger=true
+minecolonies\:citizen.beekeeper.female1.gotobed=true
+blue_skies\:music.brisegel=true
+minecolonies\:citizen.smelter.female3.danger=true
+minecolonies\:citizen.builder.male2.happy=true
+minecolonies\:citizen.deliveryman.female3.gotobed=true
+minecolonies\:citizen.fisherman.male4.happy=true
+minecraft\:entity.axolotl.attack=true
+alexsmobs\:underminer_idle=true
+minecolonies\:citizen.netherworker.male4.goodhousing=true
+minecraft\:entity.turtle.hurt_baby=true
+alexsmobs\:moose_jostle=true
+minecolonies\:citizen.cookassistant.male1.badhousing=true
+minecolonies\:citizen.unemployed.female3.general=true
+minecolonies\:citizen.fisherman.male1.badhousing=true
+minecolonies\:citizen.unemployed.female1.goodhousing=true
+minecolonies\:citizen.netherworker.male1.lowsaturation=true
+supplementaries\:block.bellows.blow=true
+minecraft\:block.stone_button.click_off=true
+minecolonies\:citizen.smelter.male3.goodhousing=true
+minecolonies\:citizen.enchanter.female4.missingequipment=true
+minecolonies\:citizen.sawmill.male1.sick=true
+minecolonies\:citizen.sifter.female1.noise=true
+minecraft\:block.amethyst_cluster.hit=true
+minecolonies\:citizen.fisherman.male2.happy=true
+minecraft\:block.ladder.break=true
+minecolonies\:citizen.alchemist.female2.farewell=true
+minecolonies\:citizen.combattraining.female3.unhappy=true
+minecraft\:block.end_portal.spawn=true
+minecolonies\:citizen.alchemist.female2.general=true
+minecraft\:music.overworld.snowy_slopes=true
+minecolonies\:citizen.cook.male2.missingequipment=true
+blue_skies\:entity.crogre.idle=true
+minecolonies\:citizen.pupil.female1.unhappy=true
+minecolonies\:citizen.deliveryman.male4.happy=true
+minecolonies\:citizen.child.male4.highsaturation=true
+minecolonies\:citizen.knight.female2.interaction=true
+alexsmobs\:farseer_beam=true
+minecolonies\:citizen.undertaker.male4.gotobed=true
+minecolonies\:citizen.crusher.male2.interaction=true
+minecolonies\:citizen.chickenherder.male1.sick=true
+minecolonies\:citizen.stonesmeltery.male4.missingequipment=true
+minecolonies\:citizen.cowboy.female4.noise=true
+minecolonies\:citizen.fletcher.male4.noise=true
+minecolonies\:citizen.cookassistant.female1.noise=true
+minecolonies\:citizen.beekeeper.female2.noise=true
+minecolonies\:citizen.netherworker.female4.interaction=true
+minecolonies\:citizen.blacksmith.male3.gotobed=true
+minecolonies\:citizen.enchanter.male1.farewell=true
+minecraft\:block.sculk.break=true
+minecolonies\:citizen.alchemist.female4.greeting=true
+minecolonies\:citizen.deliveryman.female1.unhappy=true
+minecolonies\:citizen.fisherman.male3.unhappy=true
+minecolonies\:citizen.ranger.female3.noise=true
+minecraft\:block.chain.place=true
+minecolonies\:citizen.combattraining.male1.greeting=true
+minecolonies\:citizen.dyer.female2.greeting=true
+minecolonies\:citizen.glassblower.male4.badhousing=true
+minecolonies\:citizen.sawmill.female3.noise=true
+minecolonies\:citizen.lumberjack.male3.greeting=true
+undergarden\:ambient.bog_addition=true
+minecolonies\:citizen.glassblower.female3.badweather=true
+minecolonies\:citizen.composter.female1.badhousing=true
+minecolonies\:citizen.knight.female3.greeting=true
+minecolonies\:citizen.stonesmeltery.female1.farewell=true
+minecolonies\:citizen.pupil.male3.happy=true
+minecolonies\:citizen.crusher.male1.lowsaturation=true
+minecolonies\:citizen.composter.male3.gotobed=true
+minecolonies\:citizen.dyer.female3.farewell=true
+blue_skies\:ambient.snow_wind.additions=true
+minecolonies\:citizen.baker.male3.interaction=true
+minecraft\:entity.zombie_villager.ambient=true
+minecolonies\:citizen.miner.male4.missingequipment=true
+minecolonies\:citizen.stonesmeltery.male2.highsaturation=true
+minecolonies\:citizen.enchanter.male3.lowsaturation=true
+minecolonies\:citizen.fletcher.male3.highsaturation=true
+minecolonies\:mob.barbarian.death=true
+minecraft\:ambient.underwater.loop.additions.rare=true
+minecraft\:block.calcite.step=true
+minecolonies\:citizen.visitor.male2.greeting=true
+minecolonies\:citizen.stonesmeltery.female2.success=true
+minecraft\:entity.zoglin.attack=true
+minecolonies\:citizen.baker.female2.happy=true
+minecraft\:block.stone.fall=true
+minecolonies\:citizen.enchanter.female1.happy=true
+minecolonies\:citizen.dyer.female3.missingequipment=true
+minecolonies\:citizen.sifter.female4.danger=true
+minecraft\:block.hanging_roots.place=true
+minecolonies\:citizen.sifter.female2.happy=true
+minecolonies\:citizen.glassblower.male3.lowsaturation=true
+minecolonies\:citizen.netherworker.female3.badweather=true
+minecolonies\:citizen.alchemist.male3.missingequipment=true
+alexsmobs\:laviathan_hurt=true
+minecolonies\:citizen.quarrier.male1.interaction=true
+minecolonies\:citizen.combattraining.male4.general=true
+minecolonies\:citizen.quarrier.female2.happy=true
+minecolonies\:citizen.baker.female3.farewell=true
+minecolonies\:citizen.child.male1.general=true
+minecolonies\:citizen.fisherman.male2.badweather=true
+minecolonies\:citizen.fisherman.male1.noise=true
+minecolonies\:citizen.archertraining.female1.gotobed=true
+minecolonies\:citizen.crusher.female1.general=true
+minecolonies\:citizen.concretemixer.female2.goodhousing=true
+blue_skies\:entity.villager.work_alchemist=true
+minecolonies\:citizen.sifter.female1.gotobed=true
+minecolonies\:citizen.archertraining.male4.danger=true
+minecolonies\:citizen.mechanic.male3.sick=true
+minecolonies\:citizen.netherworker.male4.danger=true
+minecolonies\:citizen.stonesmeltery.female4.farewell=true
+minecraft\:block.shroomlight.place=true
+minecraft\:entity.guardian.ambient_land=true
+minecolonies\:citizen.beekeeper.male3.happy=true
+minecolonies\:citizen.florist.female3.interaction=true
+minecolonies\:citizen.glassblower.male4.farewell=true
+minecolonies\:citizen.florist.male3.success=true
+minecolonies\:citizen.builder.male3.gotobed=true
+minecraft\:entity.generic.eat=true
+minecolonies\:citizen.lumberjack.female1.sick=true
+friendsandfoes\:entity.mauler.hurt=true
+minecolonies\:citizen.deliveryman.male1.general=true
+minecraft\:block.weeping_vines.step=true
+minecolonies\:citizen.rabbitherder.male1.missingequipment=true
+minecolonies\:citizen.stonesmeltery.male4.greeting=true
+minecraft\:block.cherry_wood.hit=true
+illagerinvasion\:entity.basher.death=true
+minecolonies\:citizen.blacksmith.male2.lowsaturation=true
+minecolonies\:citizen.beekeeper.male2.happy=true
+minecraft\:entity.husk.step=true
+minecolonies\:citizen.cowboy.female2.gotobed=true
+minecolonies\:citizen.sifter.male2.general=true
+minecolonies\:citizen.beekeeper.female3.happy=true
+minecolonies\:citizen.builder.female4.danger=true
+creeperoverhaul\:entity.stone.creeper.hurt=true
+minecolonies\:citizen.researcher.female3.missingequipment=true
+minecolonies\:citizen.stonesmeltery.male3.highsaturation=true
+aquaculture\:fish_flop=true
+minecolonies\:citizen.blacksmith.female3.unhappy=true
+minecolonies\:citizen.shepherd.male2.sick=true
+xercapaint\:water_drop=true
+blue_skies\:entity.infested_swarmer.bite=true
+minecolonies\:citizen.lumberjack.female4.general=true
+minecraft\:entity.allay.item_given=true
+minecraft\:entity.wolf.howl=true
+minecolonies\:citizen.beekeeper.female4.happy=true
+blue_skies\:entity.villager.work_nightwatcher=true
+minecraft\:music.overworld.jungle=true
+minecolonies\:citizen.student.male2.interaction=true
+minecraft\:entity.warden.ambient=true
+aquamirae\:entity.eel.roar=true
+minecolonies\:citizen.lumberjack.male2.goodhousing=true
+minecolonies\:citizen.fletcher.male2.noise=true
+minecraft\:entity.iron_golem.damage=true
+minecraft\:block.beehive.enter=true
+minecolonies\:citizen.alchemist.female2.badhousing=true
+minecraft\:entity.elder_guardian.curse=true
+minecolonies\:citizen.deliveryman.male3.missingequipment=true
+minecolonies\:citizen.cowboy.female2.lowsaturation=true
+minecolonies\:citizen.chickenherder.male4.sick=true
+minecolonies\:citizen.visitor.male4.gotobed=true
+minecolonies\:citizen.shepherd.male4.highsaturation=true
+minecolonies\:citizen.dyer.male3.badweather=true
+minecraft\:block.sculk.place=true
+minecolonies\:citizen.deliveryman.male3.badhousing=true
+minecolonies\:citizen.alchemist.female4.unhappy=true
+minecolonies\:citizen.florist.male2.general=true
+minecraft\:entity.generic.splash=true
+minecraft\:block.sculk_catalyst.place=true
+minecolonies\:citizen.crusher.female1.interaction=true
+minecraft\:entity.frog.ambient=true
+minecraft\:entity.slime.squish=true
+minecolonies\:citizen.teacher.female3.greeting=true
+minecolonies\:citizen.farmer.male1.interaction=true
+minecraft\:block.sniffer_egg.hatch=true
+minecolonies\:citizen.stonesmeltery.female3.unhappy=true
+minecolonies\:citizen.archertraining.female2.badweather=true
+minecolonies\:citizen.enchanter.male2.badweather=true
+aquaculture\:bottle_open=true
+minecolonies\:citizen.smelter.male3.gotobed=true
+minecolonies\:citizen.cookassistant.female3.interaction=true
+minecolonies\:citizen.concretemixer.male1.general=true
+minecolonies\:citizen.quarrier.female3.happy=true
+minecolonies\:citizen.smelter.male3.farewell=true
+minecolonies\:citizen.enchanter.male1.sick=true
+minecolonies\:citizen.swineherder.female1.missingequipment=true
+minecolonies\:citizen.ranger.female2.missingequipment=true
+minecolonies\:citizen.unemployed.female2.farewell=true
+minecolonies\:citizen.druid.male1.success=true
+minecolonies\:citizen.crusher.female4.lowsaturation=true
+minecolonies\:citizen.beekeeper.female3.lowsaturation=true
+minecraft\:block.decorated_pot.break=true
+minecolonies\:citizen.deliveryman.female3.goodhousing=true
+minecolonies\:citizen.beekeeper.female4.sick=true
+minecolonies\:citizen.crusher.female2.success=true
+minecolonies\:citizen.teacher.male4.lowsaturation=true
+minecolonies\:citizen.combattraining.female1.danger=true
+minecolonies\:citizen.beekeeper.male1.badhousing=true
+minecolonies\:citizen.dyer.male2.interaction=true
+creeperoverhaul\:entity.ocean.creeper.hurt_deflated=true
+minecolonies\:citizen.builder.female3.sick=true
+minecolonies\:citizen.glassblower.female1.general=true
+minecolonies\:citizen.concretemixer.male2.success=true
+blue_skies\:entity.frost_spirit.free=true
+alexsmobs\:potoo_call=true
+minecolonies\:citizen.cowboy.male4.success=true
+alexsmobs\:roadrunner_idle=true
+minecolonies\:citizen.miner.male1.goodhousing=true
+minecolonies\:citizen.miner.female4.greeting=true
+minecolonies\:citizen.quarrier.female2.badhousing=true
+minecolonies\:citizen.quarrier.female1.noise=true
+minecraft\:block.ladder.place=true
+minecolonies\:citizen.florist.female1.success=true
+alexsmobs\:skunk_hurt=true
+minecolonies\:citizen.teacher.male2.sick=true
+minecolonies\:citizen.baker.female3.unhappy=true
+minecolonies\:citizen.glassblower.female2.success=true
+chimes\:block.iron.tie=true
+minecolonies\:citizen.cowboy.male3.general=true
+minecolonies\:citizen.concretemixer.male1.danger=true
+minecraft\:block.big_dripleaf.fall=true
+minecolonies\:citizen.undertaker.female3.missingequipment=true
+minecraft\:entity.villager.work_cartographer=true
+minecolonies\:citizen.ranger.female2.interaction=true
+minecraft\:block.fence_gate.close=true
+minecraft\:entity.mule.ambient=true
+minecolonies\:citizen.crusher.male2.gotobed=true
+minecolonies\:citizen.miner.female2.happy=true
+minecolonies\:citizen.lumberjack.male3.farewell=true
+minecraft\:block.campfire.crackle=true
+minecolonies\:citizen.visitor.male2.gotobed=true
+minecolonies\:citizen.swineherder.male2.unhappy=true
+minecolonies\:citizen.cookassistant.female4.highsaturation=true
+minecraft\:block.metal_pressure_plate.click_off=true
+minecraft\:entity.dolphin.jump=true
+minecolonies\:citizen.alchemist.male4.danger=true
+minecraft\:block.sculk_catalyst.fall=true
+minecolonies\:citizen.researcher.male2.sick=true
+undergarden\:entity.rotling.death=true
+minecraft\:block.chiseled_bookshelf.break=true
+minecolonies\:citizen.builder.male2.lowsaturation=true
+minecolonies\:citizen.shepherd.male2.general=true
+minecolonies\:citizen.mechanic.male4.gotobed=true
+minecolonies\:citizen.swineherder.female3.interaction=true
+minecolonies\:citizen.dyer.male3.farewell=true
+minecolonies\:citizen.concretemixer.female2.highsaturation=true
+minecolonies\:citizen.cook.female3.sick=true
+minecolonies\:citizen.combattraining.female1.unhappy=true
+minecraft\:entity.hostile.big_fall=true
+undergarden\:ambient.gronglegrowth_addition=true
+blue_skies\:entity.azulfo.hurt=true
+minecolonies\:citizen.knight.male2.happy=true
+minecraft\:block.scaffolding.fall=true
+minecolonies\:citizen.farmer.male1.sick=true
+creeperoverhaul\:entity.plant.creeper.hurt=true
+minecolonies\:citizen.deliveryman.male3.unhappy=true
+minecolonies\:citizen.child.female1.highsaturation=true
+minecolonies\:citizen.unemployed.male2.badhousing=true
+minecolonies\:citizen.composter.male1.noise=true
+minecolonies\:citizen.unemployed.male2.interaction=true
+alexsmobs\:crow_idle=true
+undergarden\:block.undergarden_portal.activate=true
+minecolonies\:citizen.cowboy.male4.highsaturation=true
+minecraft\:entity.horse.eat=true
+minecolonies\:citizen.blacksmith.female3.danger=true
+minecolonies\:citizen.quarrier.female1.danger=true
+minecolonies\:citizen.planter.female4.greeting=true
+minecolonies\:citizen.smelter.male2.badweather=true
+minecolonies\:citizen.farmer.male2.general=true
+minecolonies\:citizen.stonesmeltery.female2.danger=true
+minecolonies\:citizen.quarrier.male2.goodhousing=true
+minecolonies\:citizen.healer.male4.highsaturation=true
+minecraft\:entity.polar_bear.ambient=true
+minecolonies\:citizen.swineherder.female3.greeting=true
+minecolonies\:citizen.undertaker.male1.danger=true
+minecolonies\:citizen.netherworker.female3.unhappy=true
+minecraft\:entity.frog.step=true
+minecraft\:entity.wolf.ambient=true
+minecolonies\:citizen.dyer.female4.success=true
+minecolonies\:citizen.swineherder.female1.happy=true
+minecraft\:block.decorated_pot.fall=true
+minecraft\:block.candle.extinguish=true
+minecraft\:entity.cat.death=true
+minecolonies\:citizen.chickenherder.female4.general=true
+minecraft\:entity.goat.screaming.ambient=true
+goblintraders\:entity.goblin_trader.idle_grunt=true
+minecolonies\:mob.norseman.say=true
+minecolonies\:citizen.stonemason.male3.success=true
+minecolonies\:citizen.teacher.male3.goodhousing=true
+minecolonies\:citizen.fletcher.male4.success=true
+minecolonies\:citizen.blacksmith.female2.farewell=true
+minecolonies\:citizen.researcher.female4.badweather=true
+minecolonies\:citizen.mechanic.female3.interaction=true
+minecraft\:entity.generic.hurt=true
+blue_skies\:entity.reindeer.hurt=true
+minecolonies\:citizen.builder.male1.lowsaturation=true
+minecolonies\:citizen.shepherd.female3.happy=true
+minecraft\:entity.elder_guardian.death_land=true
+minecraft\:entity.magma_cube.death=true
+deeperdarker\:ambient.otherside.additions=true
+blue_skies\:entity.starlit_crusher.stunned=true
+minecolonies\:citizen.teacher.female3.unhappy=true
+minecolonies\:citizen.knight.male3.interaction=true
+minecolonies\:citizen.archertraining.male3.happy=true
+minecraft\:item.spyglass.stop_using=true
+minecolonies\:citizen.quarrier.male2.noise=true
+minecolonies\:citizen.druid.female1.general=true
+minecolonies\:citizen.knight.male1.interaction=true
+minecolonies\:citizen.healer.female1.success=true
+minecolonies\:citizen.quarrier.male3.danger=true
+minecolonies\:citizen.glassblower.male1.farewell=true
+supplementaries\:block.rope.slide=true
+minecolonies\:citizen.smelter.female1.danger=true
+minecolonies\:citizen.beekeeper.male4.happy=true
+minecolonies\:citizen.combattraining.male3.goodhousing=true
+minecolonies\:citizen.visitor.male3.lowsaturation=true
+minecolonies\:citizen.cook.male4.missingequipment=true
+minecolonies\:citizen.combattraining.female1.highsaturation=true
+minecolonies\:citizen.child.female2.missingequipment=true
+alexsmobs\:elephant_idle=true
+minecolonies\:citizen.cowboy.female3.goodhousing=true
+undergarden\:entity.gwibling.hurt=true
+creeperoverhaul\:entity.plant.creeper.prime=true
+minecolonies\:citizen.researcher.male4.highsaturation=true
+minecolonies\:citizen.sifter.male2.missingequipment=true
+minecraft\:block.vine.fall=true
+minecolonies\:citizen.farmer.male3.greeting=true
+minecolonies\:citizen.mechanic.female4.lowsaturation=true
+minecolonies\:citizen.cookassistant.male2.greeting=true
+minecolonies\:citizen.cowboy.female1.goodhousing=true
+minecolonies\:citizen.mechanic.male1.success=true
+minecolonies\:citizen.smelter.female4.danger=true
+minecolonies\:citizen.chickenherder.female2.goodhousing=true
+minecolonies\:citizen.healer.female4.happy=true
+minecraft\:block.metal.place=true
+minecolonies\:citizen.composter.female1.goodhousing=true
+minecolonies\:citizen.cookassistant.female3.happy=true
+minecolonies\:citizen.netherworker.male1.badhousing=true
+minecraft\:block.vine.hit=true
+minecolonies\:citizen.dyer.male1.greeting=true
+minecolonies\:citizen.researcher.male1.missingequipment=true
+minecolonies\:citizen.student.female2.noise=true
+minecolonies\:citizen.baker.female3.greeting=true
+minecolonies\:citizen.child.male2.happy=true
+minecolonies\:citizen.knight.male2.farewell=true
+bettercombat\:staff_slam=true
+minecolonies\:citizen.rabbitherder.male4.happy=true
+minecolonies\:citizen.cook.female2.missingequipment=true
+minecraft\:entity.blaze.burn=true
+minecolonies\:citizen.knight.female4.general=true
+minecolonies\:citizen.healer.male4.interaction=true
+minecolonies\:citizen.florist.male3.lowsaturation=true
+minecolonies\:citizen.crusher.male3.missingequipment=true
+minecolonies\:citizen.combattraining.female2.badhousing=true
+minecraft\:entity.zombie.infect=true
+minecolonies\:citizen.healer.female4.badweather=true
+alexsmobs\:hummingbird_idle=true
+minecolonies\:citizen.undertaker.female1.general=true
+minecolonies\:citizen.teacher.male2.interaction=true
+minecraft\:block.sand.fall=true
+minecolonies\:citizen.stonesmeltery.female3.badweather=true
+minecolonies\:citizen.glassblower.female3.farewell=true
+minecolonies\:citizen.shepherd.female2.highsaturation=true
+minecolonies\:citizen.rabbitherder.female4.success=true
+minecraft\:block.polished_deepslate.place=true
+minecolonies\:citizen.lumberjack.female2.highsaturation=true
+minecolonies\:citizen.archertraining.male2.success=true
+minecolonies\:citizen.smelter.female3.sick=true
+minecolonies\:citizen.cookassistant.male2.general=true
+minecolonies\:citizen.pupil.female1.gotobed=true
+minecraft\:entity.squid.squirt=true
+minecolonies\:citizen.healer.male4.badhousing=true
+minecolonies\:citizen.rabbitherder.male3.greeting=true
+minecolonies\:citizen.healer.female4.success=true
+minecolonies\:citizen.miner.male3.highsaturation=true
+minecolonies\:citizen.rabbitherder.female3.farewell=true
+minecolonies\:citizen.sawmill.female4.noise=true
+minecolonies\:citizen.planter.male2.sick=true
+minecolonies\:citizen.archertraining.male1.farewell=true
+minecolonies\:citizen.glassblower.female1.badweather=true
+minecraft\:entity.guardian.death_land=true
+minecraft\:block.pink_petals.place=true
+minecolonies\:citizen.combattraining.male3.badhousing=true
+minecolonies\:citizen.knight.female4.noise=true
+minecolonies\:citizen.stonemason.male2.lowsaturation=true
+minecolonies\:citizen.sawmill.male4.success=true
+minecolonies\:citizen.healer.male1.noise=true
+create\:mixing_compounded_1=true
+minecolonies\:citizen.shepherd.male1.danger=true
+minecolonies\:citizen.cookassistant.male3.lowsaturation=true
+minecolonies\:citizen.netherworker.female4.danger=true
+minecolonies\:citizen.alchemist.male1.danger=true
+blue_skies\:item.arc.aquatic_equip=true
+alexsmobs\:rattlesnake_loop=true
+minecolonies\:citizen.composter.male2.goodhousing=true
+minecolonies\:citizen.netherworker.female2.goodhousing=true
+minecraft\:entity.sniffer.drop_seed=true
+minecolonies\:citizen.unemployed.male1.success=true
+minecolonies\:citizen.fisherman.male1.lowsaturation=true
+minecolonies\:citizen.quarrier.male3.interaction=true
+minecolonies\:citizen.mechanic.female4.goodhousing=true
+minecraft\:block.lantern.step=true
+minecolonies\:citizen.miner.female2.badhousing=true
+minecolonies\:citizen.smelter.female2.goodhousing=true
+minecolonies\:citizen.crusher.male2.happy=true
+minecolonies\:citizen.baker.female2.missingequipment=true
+minecolonies\:citizen.student.female4.success=true
+minecolonies\:citizen.farmer.female4.general=true
+blue_skies\:entity.player.spit=true
+minecolonies\:citizen.visitor.female1.noise=true
+minecolonies\:citizen.sifter.male2.farewell=true
+alexsmobs\:seagull_idle=true
+minecraft\:entity.skeleton_horse.gallop_water=true
+minecolonies\:citizen.alchemist.female4.general=true
+minecraft\:music_disc.mellohi=true
+minecolonies\:citizen.knight.female3.farewell=true
+minecolonies\:citizen.smelter.male2.greeting=true
+minecraft\:entity.drowned.ambient=true
+alexsmobs\:straddler_hurt=true
+friendsandfoes\:entity.rascal.reward=true
+minecraft\:entity.elder_guardian.ambient=true
+blue_skies\:entity.nested_spider.idle=true
+minecolonies\:citizen.crusher.female4.sick=true
+minecolonies\:citizen.smelter.male1.noise=true
+minecolonies\:citizen.cook.male3.unhappy=true
+minecolonies\:citizen.builder.female3.badhousing=true
+minecolonies\:citizen.lumberjack.female2.noise=true
+minecolonies\:citizen.combattraining.male1.missingequipment=true
+minecolonies\:citizen.beekeeper.male3.danger=true
+minecolonies\:citizen.blacksmith.female3.gotobed=true
+minecolonies\:citizen.child.male1.farewell=true
+minecolonies\:citizen.farmer.male2.badweather=true
+minecraft\:entity.zombified_piglin.ambient=true
+minecolonies\:citizen.composter.female2.highsaturation=true
+minecolonies\:citizen.florist.female3.success=true
+minecolonies\:citizen.stonemason.male3.lowsaturation=true
+minecolonies\:citizen.visitor.female1.danger=true
+minecolonies\:citizen.fisherman.female3.sick=true
+minecolonies\:raid.raid_alert_early=true
+minecraft\:block.amethyst_block.chime=true
+create\:potato_hit_compounded_1=true
+minecolonies\:citizen.builder.female2.highsaturation=true
+minecolonies\:citizen.baker.male4.goodhousing=true
+minecolonies\:citizen.swineherder.male3.badhousing=true
+minecolonies\:citizen.beekeeper.male3.success=true
+minecolonies\:citizen.combattraining.male2.highsaturation=true
+minecolonies\:citizen.child.female1.interaction=true
+minecolonies\:citizen.deliveryman.female4.lowsaturation=true
+minecolonies\:citizen.stonesmeltery.male2.unhappy=true
+minecolonies\:citizen.pupil.female2.goodhousing=true
+minecolonies\:citizen.beekeeper.female4.danger=true
+minecraft\:entity.illusioner.mirror_move=true
+minecolonies\:citizen.researcher.female1.general=true
+minecraft\:block.pointed_dripstone.drip_lava_into_cauldron=true
+minecraft\:entity.slime.hurt_small=true
+alexsmobs\:rain_frog_hurt=true
+minecolonies\:citizen.enchanter.male3.badhousing=true
+minecolonies\:citizen.mechanic.male4.noise=true
+minecolonies\:citizen.child.male1.missingequipment=true
+minecolonies\:citizen.sawmill.female1.sick=true
+minecolonies\:citizen.swineherder.male2.gotobed=true
+minecolonies\:citizen.combattraining.male1.noise=true
+mcwlights\:block.light_switch=true
+minecolonies\:citizen.concretemixer.male1.farewell=true
+minecolonies\:citizen.knight.female1.greeting=true
+minecolonies\:citizen.swineherder.female4.success=true
+minecolonies\:citizen.unemployed.female4.happy=true
+minecolonies\:citizen.stonesmeltery.female1.noise=true
+aquaculture\:fish_mount_add_item=true
+minecolonies\:citizen.fletcher.female1.highsaturation=true
+minecolonies\:citizen.rabbitherder.male4.interaction=true
+alexsmobs\:froststalker_hurt=true
+minecolonies\:citizen.dyer.male4.general=true
+minecolonies\:citizen.crusher.male3.goodhousing=true
+minecolonies\:citizen.beekeeper.male1.lowsaturation=true
+blue_skies\:music.nature_dungeon_ambience=true
+minecolonies\:citizen.unemployed.male4.happy=true
+minecolonies\:citizen.knight.male1.success=true
+minecolonies\:citizen.combattraining.female3.happy=true
+minecolonies\:citizen.visitor.male1.highsaturation=true
+minecraft\:block.bubble_column.upwards_inside=true
+minecolonies\:citizen.sifter.female3.gotobed=true
+minecolonies\:citizen.florist.female2.happy=true
+minecraft\:entity.horse.gallop=true
+minecolonies\:citizen.dyer.female1.farewell=true
+minecolonies\:citizen.beekeeper.female4.success=true
+alexsmobs\:maraca=true
+minecolonies\:citizen.student.female2.badweather=true
+minecolonies\:citizen.knight.female4.gotobed=true
+minecolonies\:citizen.sifter.male4.general=true
+mutantmonsters\:entity.mutant_enderman.teleport=true
+minecolonies\:mob.norseman.death=true
+minecolonies\:citizen.ranger.male1.success=true
+minecolonies\:citizen.combattraining.female4.danger=true
+minecolonies\:citizen.healer.male1.success=true
+minecolonies\:citizen.shepherd.female2.badweather=true
+minecolonies\:citizen.chickenherder.male2.danger=true
+minecraft\:entity.evoker.ambient=true
+minecolonies\:citizen.smelter.male3.unhappy=true
+minecolonies\:citizen.dyer.female2.goodhousing=true
+minecolonies\:citizen.pupil.female4.greeting=true
+minecolonies\:citizen.mechanic.female1.badhousing=true
+minecolonies\:citizen.sifter.male2.lowsaturation=true
+minecraft\:block.bamboo_wood_trapdoor.open=true
+minecolonies\:tile.sawmill.saw=true
+minecolonies\:citizen.ranger.female1.goodhousing=true
+minecolonies\:citizen.lumberjack.female4.goodhousing=true
+minecolonies\:citizen.teacher.female1.farewell=true
+minecolonies\:citizen.netherworker.male4.badweather=true
+minecraft\:block.cave_vines.hit=true
+minecolonies\:citizen.enchanter.male3.goodhousing=true
+minecolonies\:citizen.pupil.female4.general=true
+minecolonies\:citizen.visitor.male2.badhousing=true
+blue_skies\:entity.nested_spider.death=true
+minecolonies\:citizen.blacksmith.male4.success=true
+minecolonies\:citizen.alchemist.female3.happy=true
+minecolonies\:citizen.pupil.male3.interaction=true
+minecolonies\:citizen.lumberjack.male1.greeting=true
+minecraft\:entity.hoglin.angry=true
+minecolonies\:citizen.knight.female1.highsaturation=true
+blue_skies\:entity.shade_monitor.idle=true
+minecolonies\:citizen.sifter.male2.unhappy=true
+minecolonies\:citizen.alchemist.female4.gotobed=true
+minecolonies\:citizen.stonemason.female4.farewell=true
+minecolonies\:citizen.alchemist.female1.badweather=true
+minecolonies\:citizen.child.female4.unhappy=true
+minecraft\:entity.shulker_bullet.hurt=true
+minecolonies\:citizen.healer.female2.lowsaturation=true
+minecolonies\:citizen.baker.male2.badhousing=true
+minecolonies\:citizen.fisherman.male2.lowsaturation=true
+minecolonies\:citizen.sifter.male3.lowsaturation=true
+minecolonies\:citizen.deliveryman.male1.danger=true
+minecolonies\:citizen.rabbitherder.female1.happy=true
+minecolonies\:citizen.child.female2.danger=true
+bettercombat\:double_axe_swing=true
+minecolonies\:citizen.cook.female1.success=true
+minecolonies\:citizen.enchanter.female2.danger=true
+bettercombat\:sickle_slash=true
+minecolonies\:citizen.visitor.male2.general=true
+minecolonies\:citizen.child.female4.gotobed=true
+minecolonies\:citizen.chickenherder.female1.interaction=true
+minecolonies\:citizen.undertaker.female1.badweather=true
+minecolonies\:citizen.swineherder.male4.general=true
+minecolonies\:citizen.stonesmeltery.female2.goodhousing=true
+minecolonies\:citizen.knight.male3.badweather=true
+minecolonies\:citizen.lumberjack.female1.danger=true
+minecolonies\:citizen.visitor.male1.greeting=true
+minecolonies\:citizen.builder.male1.highsaturation=true
+minecolonies\:citizen.smelter.female3.interaction=true
+minecolonies\:citizen.ranger.male4.goodhousing=true
+minecolonies\:citizen.smelter.female1.interaction=true
+minecolonies\:citizen.sifter.male3.farewell=true
+minecolonies\:citizen.farmer.male2.gotobed=true
+minecolonies\:citizen.pupil.female1.general=true
+blue_skies\:entity.gatekeeper.no=true
+alexsmobs\:mungus_laser_end=true
+minecolonies\:citizen.netherworker.male2.lowsaturation=true
+minecolonies\:citizen.healer.female3.goodhousing=true
+minecraft\:block.cave_vines.place=true
+blue_skies\:entity.player.prepare_summoning=true
+minecolonies\:citizen.cook.male1.lowsaturation=true
+minecolonies\:citizen.crusher.male2.general=true
+alexsmobs\:tasmanian_devil_roar=true
+minecolonies\:citizen.combattraining.female3.general=true
+minecolonies\:citizen.cowboy.female2.interaction=true
+undergarden\:entity.rotling.ambient=true
+minecolonies\:citizen.undertaker.male3.greeting=true
+minecolonies\:citizen.baker.female1.gotobed=true
+minecolonies\:citizen.healer.male2.unhappy=true
+minecolonies\:citizen.fletcher.female2.noise=true
+minecolonies\:citizen.fisherman.male4.success=true
+minecraft\:block.bamboo_wood_trapdoor.close=true
+minecolonies\:citizen.quarrier.male1.greeting=true
+minecolonies\:citizen.farmer.male1.happy=true
+minecolonies\:citizen.visitor.female2.sick=true
+minecolonies\:citizen.child.male2.interaction=true
+minecolonies\:citizen.undertaker.male4.sick=true
+minecolonies\:citizen.knight.male2.goodhousing=true
+minecraft\:entity.villager.work_butcher=true
+minecolonies\:citizen.combattraining.male4.interaction=true
+minecolonies\:citizen.cook.female4.success=true
+minecolonies\:citizen.mechanic.male2.noise=true
+minecolonies\:citizen.chickenherder.male2.lowsaturation=true
+minecraft\:block.amethyst_cluster.break=true
+minecolonies\:citizen.cookassistant.female2.missingequipment=true
+minecraft\:block.glass.place=true
+minecraft\:item.armor.equip_elytra=true
+minecolonies\:citizen.knight.male4.success=true
+minecolonies\:citizen.cook.female1.interaction=true
+minecolonies\:citizen.combattraining.male4.happy=true
+minecolonies\:citizen.swineherder.female3.badhousing=true
+blue_skies\:music.nature_boss=true
+minecolonies\:citizen.pupil.female1.noise=true
+minecolonies\:citizen.crusher.female3.noise=true
+handcrafted\:hammer_wood=true
+minecolonies\:citizen.glassblower.male3.danger=true
+minecolonies\:citizen.healer.female1.badhousing=true
+minecolonies\:citizen.visitor.female2.badweather=true
+minecolonies\:citizen.stonemason.female2.badweather=true
+minecolonies\:citizen.healer.female1.noise=true
+minecolonies\:citizen.quarrier.female3.sick=true
+minecolonies\:citizen.glassblower.female2.noise=true
+bettercombat\:rapier_slash=true
+minecolonies\:citizen.concretemixer.female2.unhappy=true
+minecolonies\:citizen.cook.female1.farewell=true
+minecolonies\:citizen.enchanter.male3.happy=true
+minecolonies\:citizen.druid.female1.gotobed=true
+minecolonies\:citizen.cowboy.female2.general=true
+minecolonies\:citizen.crusher.male2.unhappy=true
+minecolonies\:citizen.netherworker.female4.missingequipment=true
+minecolonies\:citizen.netherworker.male2.success=true
+minecolonies\:citizen.builder.male3.missingequipment=true
+minecolonies\:citizen.cowboy.male1.badweather=true
+minecolonies\:citizen.glassblower.male1.badweather=true
+minecolonies\:citizen.unemployed.male2.unhappy=true
+minecolonies\:citizen.alchemist.female1.farewell=true
+minecolonies\:citizen.sifter.female1.highsaturation=true
+minecraft\:entity.goat.ambient=true
+minecolonies\:citizen.swineherder.female2.goodhousing=true
+blue_skies\:entity.infested_swarmer.death=true
+minecolonies\:citizen.sawmill.female4.greeting=true
+minecolonies\:citizen.crusher.female4.missingequipment=true
+minecolonies\:citizen.lumberjack.male3.missingequipment=true
+bettercombat\:hammer_slam=true
+minecolonies\:citizen.crusher.male4.interaction=true
+minecolonies\:citizen.researcher.male3.general=true
+minecraft\:block.glass.break=true
+aquamirae\:record.horizon=true
+minecolonies\:citizen.planter.female2.badhousing=true
+minecolonies\:citizen.stonesmeltery.male2.danger=true
+minecolonies\:citizen.enchanter.female3.success=true
+minecraft\:block.flowering_azalea.step=true
+minecraft\:entity.skeleton_horse.swim=true
+minecraft\:entity.drowned.hurt=true
+minecolonies\:citizen.swineherder.female4.goodhousing=true
+minecolonies\:citizen.concretemixer.male2.danger=true
+minecraft\:entity.parrot.imitate.zombie_villager=true
+minecolonies\:citizen.crusher.male4.lowsaturation=true
+minecolonies\:citizen.miner.female4.highsaturation=true
+minecolonies\:citizen.knight.female2.unhappy=true
+minecraft\:block.anvil.fall=true
+minecolonies\:citizen.fletcher.female2.highsaturation=true
+minecolonies\:citizen.undertaker.male4.badweather=true
+minecolonies\:citizen.concretemixer.male1.unhappy=true
+minecolonies\:citizen.lumberjack.male3.sick=true
+minecolonies\:citizen.undertaker.male4.unhappy=true
+minecraft\:block.sculk_shrieker.shriek=true
+minecraft\:entity.dolphin.attack=true
+minecraft\:block.frogspawn.break=true
+minecolonies\:citizen.concretemixer.male1.gotobed=true
+minecolonies\:citizen.crusher.male4.danger=true
+minecolonies\:citizen.mechanic.female2.happy=true
+alexsmobs\:void_worm_idle=true
+minecolonies\:citizen.combattraining.female1.gotobed=true
+alexsmobs\:skunk_spray=true
+create\:train=true
+minecolonies\:citizen.stonemason.male1.missingequipment=true
+minecraft\:entity.parrot.eat=true
+minecolonies\:citizen.archertraining.male2.badweather=true
+minecolonies\:citizen.stonemason.female1.danger=true
+minecolonies\:citizen.sifter.female1.badweather=true
+minecraft\:entity.vindicator.celebrate=true
+minecolonies\:citizen.composter.female3.highsaturation=true
+minecolonies\:citizen.visitor.male4.interaction=true
+aquamirae\:item.pouch.open=true
+minecraft\:block.cave_vines.break=true
+minecolonies\:citizen.knight.male2.unhappy=true
+minecraft\:entity.player.attack.weak=true
+bettercombat\:katana_slash=true
+minecolonies\:citizen.ranger.female4.unhappy=true
+minecolonies\:citizen.composter.female3.gotobed=true
+minecolonies\:citizen.stonesmeltery.female3.greeting=true
+minecolonies\:citizen.quarrier.female3.interaction=true
+minecraft\:block.deepslate_bricks.step=true
+minecolonies\:citizen.enchanter.male1.general=true
+minecolonies\:citizen.sawmill.female2.goodhousing=true
+minecolonies\:citizen.chickenherder.male2.general=true
+minecraft\:entity.parrot.ambient=true
+minecraft\:block.cherry_wood.step=true
+minecolonies\:citizen.concretemixer.male2.sick=true
+minecolonies\:citizen.combattraining.male2.unhappy=true
+minecraft\:block.amethyst_cluster.place=true
+minecolonies\:citizen.composter.male1.general=true
+minecolonies\:citizen.fletcher.female4.noise=true
+minecraft\:entity.cat.purr=true
+minecolonies\:citizen.mechanic.female2.goodhousing=true
+minecolonies\:citizen.blacksmith.female1.farewell=true
+minecolonies\:citizen.stonesmeltery.male1.farewell=true
+minecolonies\:citizen.deliveryman.female4.sick=true
+minecolonies\:citizen.beekeeper.female2.lowsaturation=true
+minecolonies\:citizen.cowboy.female3.lowsaturation=true
+minecolonies\:citizen.planter.male2.lowsaturation=true
+minecolonies\:citizen.student.male4.unhappy=true
+minecolonies\:citizen.sawmill.male3.missingequipment=true
+minecolonies\:citizen.shepherd.female1.sick=true
+minecolonies\:citizen.planter.male4.highsaturation=true
+minecolonies\:citizen.pupil.male2.goodhousing=true
+minecolonies\:citizen.fletcher.female2.danger=true
+minecraft\:block.dripstone_block.step=true
+doggytalents\:bwv_849_fugue_kimiko=true
+minecraft\:block.lodestone.step=true
+minecolonies\:citizen.mechanic.female4.happy=true
+minecolonies\:citizen.crusher.female1.noise=true
+minecolonies\:citizen.researcher.female1.gotobed=true
+minecolonies\:citizen.concretemixer.male3.noise=true
+minecolonies\:citizen.cook.male4.noise=true
+minecraft\:entity.panda.step=true
+minecolonies\:citizen.miner.female4.happy=true
+minecolonies\:citizen.druid.male1.happy=true
+minecolonies\:citizen.dyer.male2.farewell=true
+minecolonies\:citizen.shepherd.female1.lowsaturation=true
+minecolonies\:citizen.pupil.male2.general=true
+minecolonies\:citizen.sawmill.female2.badweather=true
+minecraft\:block.packed_mud.break=true
+minecolonies\:citizen.knight.female2.greeting=true
+minecolonies\:citizen.dyer.female1.happy=true
+minecolonies\:citizen.builder.female3.farewell=true
+minecolonies\:citizen.glassblower.female3.gotobed=true
+minecolonies\:citizen.builder.male4.badhousing=true
+minecolonies\:citizen.undertaker.female1.gotobed=true
+minecraft\:entity.parrot.imitate.vex=true
+minecraft\:entity.fox.bite=true
+minecolonies\:citizen.enchanter.female3.lowsaturation=true
+minecolonies\:citizen.researcher.male1.gotobed=true
+minecolonies\:citizen.planter.female4.unhappy=true
+minecraft\:block.metal.break=true
+minecolonies\:citizen.quarrier.male2.badweather=true
+blue_skies\:entity.crogre.hurt=true
+minecolonies\:citizen.sawmill.male4.danger=true
+minecraft\:entity.fishing_bobber.throw=true
+minecolonies\:citizen.rabbitherder.female1.badweather=true
+minecolonies\:citizen.fisherman.female1.highsaturation=true
+minecolonies\:citizen.glassblower.male2.lowsaturation=true
+minecraft\:block.amethyst_block.resonate=true
+minecraft\:block.hanging_sign.step=true
+minecraft\:block.nether_sprouts.step=true
+minecolonies\:citizen.stonemason.male2.happy=true
+minecraft\:entity.parrot.imitate.drowned=true
+alexsmobs\:tasmanian_devil_idle=true
+minecolonies\:citizen.knight.female4.highsaturation=true
+minecolonies\:citizen.cowboy.male3.noise=true
+minecolonies\:citizen.stonesmeltery.female1.lowsaturation=true
+friendsandfoes\:entity.player.mirror_move=true
+blue_skies\:entity.player.prepare_fluctuant_sphere=true
+minecolonies\:citizen.cook.female2.greeting=true
+minecraft\:entity.parrot.imitate.evoker=true
+minecolonies\:citizen.cook.female2.unhappy=true
+minecolonies\:citizen.sifter.male1.greeting=true
+minecolonies\:citizen.dyer.female2.farewell=true
+minecraft\:block.polished_deepslate.break=true
+minecolonies\:citizen.planter.male3.gotobed=true
+minecolonies\:citizen.quarrier.male1.highsaturation=true
+minecolonies\:citizen.florist.male4.missingequipment=true
+minecolonies\:citizen.druid.male1.danger=true
+minecolonies\:citizen.fisherman.female4.noise=true
+enhancedai\:wtf_boom_fuse=true
+minecraft\:entity.horse.saddle=true
+minecraft\:block.lever.click=true
+minecolonies\:citizen.undertaker.male1.noise=true
+minecraft\:block.roots.break=true
+minecolonies\:citizen.researcher.female1.goodhousing=true
+minecraft\:entity.silverfish.ambient=true
+minecolonies\:citizen.glassblower.female4.farewell=true
+minecolonies\:citizen.beekeeper.female1.general=true
+create\:fwoomp=true
+minecolonies\:citizen.student.female3.lowsaturation=true
+minecolonies\:citizen.composter.female2.missingequipment=true
+minecolonies\:citizen.rabbitherder.female1.highsaturation=true
+minecolonies\:citizen.visitor.female3.unhappy=true
+minecolonies\:citizen.healer.female4.interaction=true
+minecolonies\:citizen.blacksmith.male3.greeting=true
+supplementaries\:item.bomb=true
+minecolonies\:citizen.fletcher.female1.interaction=true
+minecolonies\:citizen.teacher.male1.happy=true
+minecraft\:block.amethyst_cluster.step=true
+minecolonies\:citizen.ranger.female3.goodhousing=true
+minecolonies\:citizen.stonesmeltery.female1.gotobed=true
+minecolonies\:citizen.student.female1.interaction=true
+minecolonies\:citizen.builder.male2.success=true
+minecolonies\:citizen.glassblower.female3.danger=true
+minecolonies\:citizen.fisherman.female3.missingequipment=true
+minecolonies\:citizen.sifter.female2.highsaturation=true
+minecolonies\:citizen.miner.female2.success=true
+minecolonies\:citizen.shepherd.male2.missingequipment=true
+minecolonies\:citizen.alchemist.male3.success=true
+minecolonies\:citizen.sifter.female3.unhappy=true
+minecolonies\:citizen.sifter.male2.gotobed=true
+farmersdelight\:entity.rotten_tomato.throw=true
+minecolonies\:citizen.knight.female1.success=true
+minecolonies\:citizen.stonesmeltery.male2.general=true
+minecolonies\:citizen.mechanic.female1.sick=true
+minecraft\:block.sculk_catalyst.bloom=true
+minecolonies\:citizen.swineherder.male2.goodhousing=true
+minecolonies\:citizen.pupil.male1.interaction=true
+minecolonies\:citizen.mechanic.male2.unhappy=true
+minecolonies\:citizen.florist.female4.badweather=true
+supplementaries\:item.wrench.rotate=true
+minecolonies\:citizen.baker.female1.sick=true
+minecolonies\:citizen.stonemason.female3.gotobed=true
+minecolonies\:citizen.stonesmeltery.male1.sick=true
+minecolonies\:citizen.planter.male4.missingequipment=true
+minecolonies\:citizen.builder.male3.interaction=true
+minecolonies\:citizen.shepherd.male4.badweather=true
+minecolonies\:citizen.visitor.male2.missingequipment=true
+bettercombat\:rapier_stab=true
+minecolonies\:citizen.fisherman.male2.sick=true
+minecolonies\:citizen.cook.male2.success=true
+minecolonies\:citizen.fletcher.female3.unhappy=true
+minecolonies\:citizen.cookassistant.female2.lowsaturation=true
+minecraft\:music.nether.basalt_deltas=true
+minecolonies\:citizen.undertaker.male3.noise=true
+minecraft\:entity.warden.tendril_clicks=true
+minecolonies\:citizen.beekeeper.female4.badhousing=true
+minecolonies\:citizen.unemployed.male2.gotobed=true
+minecolonies\:citizen.swineherder.male4.gotobed=true
+minecolonies\:citizen.florist.male4.gotobed=true
+minecolonies\:citizen.stonesmeltery.female3.farewell=true
+minecolonies\:citizen.composter.male4.lowsaturation=true
+minecolonies\:citizen.deliveryman.female3.danger=true
+minecolonies\:citizen.knight.female2.farewell=true
+minecolonies\:citizen.builder.female4.interaction=true
+minecolonies\:citizen.combattraining.male1.danger=true
+minecolonies\:citizen.student.female4.lowsaturation=true
+minecraft\:entity.zombified_piglin.hurt=true
+minecraft\:entity.camel.dash=true
+minecolonies\:citizen.unemployed.male1.noise=true
+minecolonies\:citizen.teacher.male1.unhappy=true
+minecolonies\:citizen.glassblower.female2.greeting=true
+minecolonies\:citizen.baker.female4.farewell=true
+illagerinvasion\:entity.basher.celebrate=true
+minecraft\:block.deepslate_bricks.hit=true
+minecraft\:block.lantern.break=true
+alexsmobs\:kangaroo_hurt=true
+minecolonies\:citizen.composter.female3.general=true
+blue_skies\:entity.polargeist.hurt=true
+touhou_little_maid\:maid.ai.item_get=true
+minecolonies\:citizen.rabbitherder.male2.greeting=true
+minecolonies\:citizen.concretemixer.male1.missingequipment=true
+minecolonies\:citizen.knight.female2.noise=true
+minecolonies\:citizen.knight.female2.gotobed=true
+minecraft\:entity.turtle.lay_egg=true
+minecolonies\:citizen.researcher.female4.goodhousing=true
+minecolonies\:citizen.mechanic.female2.sick=true
+minecolonies\:citizen.lumberjack.male4.success=true
+undergarden\:ambient.wigglewood_forest_addition=true
+minecolonies\:citizen.composter.male4.badweather=true
+aquaculture\:fish_hurt=true
+alexsmobs\:skelewag_hurt=true
+minecolonies\:citizen.cook.male1.goodhousing=true
+minecolonies\:citizen.combattraining.female2.interaction=true
+minecolonies\:citizen.concretemixer.female1.highsaturation=true
+minecolonies\:citizen.cook.male4.goodhousing=true
+minecraft\:block.spore_blossom.fall=true
+minecolonies\:citizen.netherworker.male4.missingequipment=true
+minecolonies\:citizen.healer.male2.gotobed=true
+minecraft\:block.netherite_block.hit=true
+minecolonies\:citizen.farmer.male4.badweather=true
+minecraft\:item.chorus_fruit.teleport=true
+minecolonies\:citizen.combattraining.female3.gotobed=true
+minecraft\:block.decorated_pot.hit=true
+minecolonies\:citizen.sifter.female1.unhappy=true
+alexsmobs\:anaconda_attack=true
+riskofrain_mobs\:interactive.chat_message=true
+minecolonies\:citizen.smelter.female2.noise=true
+minecraft\:entity.salmon.flop=true
+minecolonies\:citizen.combattraining.male3.success=true
+minecraft\:block.iron_door.close=true
+minecolonies\:citizen.lumberjack.male2.greeting=true
+create\:whistle=true
+minecolonies\:citizen.pupil.female1.missingequipment=true
+alexsmobs\:orca_idle=true
+minecolonies\:citizen.lumberjack.female1.gotobed=true
+blue_skies\:ambient.nature_dungeon.additions=true
+minecolonies\:citizen.florist.female1.lowsaturation=true
+minecraft\:block.packed_mud.place=true
+mmorpg\:fire=true
+minecolonies\:citizen.visitor.male4.general=true
+minecraft\:block.azalea_leaves.hit=true
+blue_skies\:entity.alchemist.prepare_attack=true
+minecolonies\:citizen.smelter.male4.happy=true
+minecolonies\:citizen.dyer.male2.greeting=true
+minecolonies\:citizen.swineherder.male3.missingequipment=true
+minecolonies\:citizen.sawmill.male1.badhousing=true
+minecolonies\:citizen.pupil.female3.greeting=true
+minecolonies\:citizen.fisherman.female1.badhousing=true
+minecolonies\:citizen.healer.male1.badweather=true
+minecolonies\:citizen.cookassistant.male4.interaction=true
+minecolonies\:citizen.swineherder.male1.badhousing=true
+minecolonies\:citizen.ranger.male1.highsaturation=true
+minecolonies\:citizen.druid.male2.general=true
+minecraft\:item.bundle.insert=true
+minecolonies\:citizen.concretemixer.male1.noise=true
+minecolonies\:citizen.visitor.female4.happy=true
+minecolonies\:citizen.baker.male4.gotobed=true
+minecolonies\:citizen.composter.male4.happy=true
+minecolonies\:citizen.rabbitherder.female2.interaction=true
+minecolonies\:citizen.blacksmith.female1.greeting=true
+minecolonies\:citizen.cowboy.male3.highsaturation=true
+minecolonies\:citizen.druid.female3.noise=true
+minecolonies\:citizen.glassblower.female4.badhousing=true
+friendsandfoes\:entity.tuff_golem.move=true
+minecolonies\:citizen.rabbitherder.female1.goodhousing=true
+minecraft\:entity.parrot.imitate.creeper=true
+minecraft\:entity.egg.throw=true
+minecraft\:block.wool.break=true
+minecolonies\:citizen.crusher.male2.badweather=true
+minecraft\:entity.skeleton.shoot=true
+minecolonies\:citizen.archertraining.male4.general=true
+minecolonies\:citizen.child.male3.danger=true
+chimes\:block.iron.chiming=true
+blue_skies\:entity.starlit_crusher.attack=true
+alexsmobs\:bison_idle=true
+minecolonies\:citizen.baker.female3.goodhousing=true
+minecolonies\:citizen.archertraining.female2.lowsaturation=true
+minecolonies\:citizen.baker.male4.noise=true
+minecraft\:block.weeping_vines.hit=true
+minecolonies\:citizen.lumberjack.male3.unhappy=true
+minecraft\:block.frogspawn.step=true
+farmersdelight\:block.stove.crackle=true
+minecolonies\:citizen.combattraining.male3.sick=true
+minecolonies\:citizen.combattraining.female2.highsaturation=true
+minecolonies\:citizen.glassblower.male2.interaction=true
+minecraft\:item.crossbow.loading_end=true
+minecolonies\:citizen.rabbitherder.male3.unhappy=true
+chimes\:block.copper.chiming=true
+minecolonies\:citizen.chickenherder.male3.interaction=true
+minecolonies\:citizen.smelter.male2.success=true
+minecraft\:music.overworld.dripstone_caves=true
+create\:controller_put=true
+minecraft\:entity.cat.eat=true
+minecolonies\:citizen.fisherman.female2.highsaturation=true
+minecolonies\:citizen.knight.male1.greeting=true
+minecolonies\:citizen.archertraining.female3.lowsaturation=true
+minecolonies\:citizen.farmer.male2.badhousing=true
+aquaculture\:fish_mount_broken=true
+minecraft\:block.smithing_table.use=true
+minecolonies\:citizen.glassblower.male3.unhappy=true
+minecolonies\:citizen.swineherder.male3.badweather=true
+minecolonies\:citizen.alchemist.male1.sick=true
+railways\:conductor_whistle=true
+minecolonies\:citizen.florist.male3.sick=true
+minecolonies\:citizen.unemployed.male4.danger=true
+minecolonies\:citizen.florist.male2.happy=true
+minecolonies\:citizen.combattraining.male3.highsaturation=true
+cookingforblockheads\:oven_open=true
+minecolonies\:citizen.combattraining.female4.badhousing=true
+minecolonies\:citizen.cookassistant.male3.badhousing=true
+minecolonies\:citizen.stonemason.male4.gotobed=true
+minecolonies\:citizen.undertaker.female1.interaction=true
+minecolonies\:citizen.child.male1.lowsaturation=true
+minecolonies\:citizen.concretemixer.male2.happy=true
+alexsmobs\:skreecher_detect=true
+minecraft\:block.mangrove_roots.step=true
+minecraft\:block.chorus_flower.death=true
+minecolonies\:citizen.blacksmith.male4.farewell=true
+minecraft\:entity.vindicator.ambient=true
+minecraft\:entity.frog.hurt=true
+minecolonies\:citizen.rabbitherder.male4.sick=true
+minecolonies\:citizen.researcher.male1.general=true
+minecolonies\:citizen.concretemixer.male3.general=true
+minecolonies\:citizen.smelter.female2.badweather=true
+minecolonies\:citizen.undertaker.male3.goodhousing=true
+minecraft\:entity.glow_squid.hurt=true
+minecolonies\:citizen.swineherder.male4.lowsaturation=true
+illagerinvasion\:entity.sorcerer.hurt=true
+mcwdoors\:block.shoji=true
+minecraft\:entity.elder_guardian.flop=true
+minecolonies\:citizen.cowboy.male3.badweather=true
+minecraft\:item.book.page_turn=true
+minecraft\:block.pink_petals.hit=true
+alexsmobs\:caiman_splash=true
+minecolonies\:citizen.researcher.male3.highsaturation=true
+minecolonies\:citizen.archertraining.male2.danger=true
+minecolonies\:citizen.florist.male2.sick=true
+minecolonies\:citizen.stonesmeltery.female1.unhappy=true
+minecolonies\:citizen.quarrier.male4.noise=true
+minecolonies\:citizen.alchemist.female2.unhappy=true
+minecraft\:entity.fox.sleep=true
+minecolonies\:citizen.builder.male4.success=true
+minecolonies\:citizen.alchemist.female4.badhousing=true
+minecolonies\:citizen.knight.female1.danger=true
+minecolonies\:citizen.deliveryman.male3.lowsaturation=true
+minecolonies\:citizen.fisherman.female4.interaction=true
+minecraft\:entity.glow_squid.death=true
+minecolonies\:citizen.lumberjack.male1.happy=true
+minecolonies\:citizen.fisherman.female1.interaction=true
+minecraft\:entity.illusioner.cast_spell=true
+minecolonies\:citizen.glassblower.male3.badweather=true
+minecolonies\:citizen.sawmill.female1.missingequipment=true
+minecraft\:block.brewing_stand.brew=true
+creeperoverhaul\:entity.ocean.creeper.death=true
+minecolonies\:citizen.visitor.male2.highsaturation=true
+minecolonies\:citizen.baker.female1.unhappy=true
+create\:deny=true
+minecolonies\:citizen.concretemixer.male1.greeting=true
+minecolonies\:citizen.glassblower.female1.unhappy=true
+minecolonies\:citizen.child.male4.general=true
+minecolonies\:citizen.rabbitherder.female2.farewell=true
+minecolonies\:citizen.glassblower.female3.general=true
+minecolonies\:citizen.crusher.female4.success=true
+minecolonies\:citizen.shepherd.female2.missingequipment=true
+minecolonies\:citizen.sifter.male4.gotobed=true
+minecolonies\:citizen.ranger.female2.danger=true
+minecolonies\:citizen.miner.female3.unhappy=true
+blue_skies\:entity.snow_owl.idle=true
+minecolonies\:citizen.baker.female3.general=true
+minecolonies\:citizen.undertaker.female1.happy=true
+create\:depot_slide=true
+minecolonies\:citizen.farmer.female1.noise=true
+minecolonies\:citizen.unemployed.male2.happy=true
+minecraft\:block.lodestone.hit=true
+minecolonies\:citizen.quarrier.female1.missingequipment=true
+alexsmobs\:mimic_octopus_idle=true
+minecolonies\:citizen.deliveryman.male2.badweather=true
+minecolonies\:citizen.miner.male4.sick=true
+minecolonies\:citizen.shepherd.female1.highsaturation=true
+undergarden\:entity.stoneborn.hurt=true
+minecolonies\:citizen.mechanic.male3.badhousing=true
+minecolonies\:citizen.netherworker.female4.sick=true
+minecolonies\:citizen.dyer.male4.gotobed=true
+minecolonies\:citizen.undertaker.male3.farewell=true
+minecolonies\:citizen.stonesmeltery.female3.interaction=true
+minecolonies\:citizen.mechanic.female1.badweather=true
+minecraft\:entity.warden.sonic_boom=true
+minecolonies\:citizen.florist.male1.success=true
+minecolonies\:citizen.smelter.male2.farewell=true
+minecolonies\:citizen.researcher.male3.danger=true
+minecolonies\:citizen.concretemixer.female1.greeting=true
+minecolonies\:citizen.undertaker.female2.noise=true
+minecraft\:entity.wither.spawn=true
+minecraft\:block.wool.place=true
+minecolonies\:citizen.stonesmeltery.male1.interaction=true
+minecolonies\:citizen.concretemixer.female4.gotobed=true
+minecolonies\:citizen.shepherd.male2.badweather=true
+deeperdarker\:entity.shattered.ambient=true
+minecraft\:block.gravel.break=true
+minecolonies\:citizen.beekeeper.male3.badhousing=true
+minecolonies\:citizen.sawmill.female1.general=true
+minecolonies\:citizen.unemployed.female1.sick=true
+minecolonies\:citizen.child.female2.highsaturation=true
+minecolonies\:citizen.lumberjack.male4.danger=true
+minecolonies\:citizen.stonemason.female4.badweather=true
+minecolonies\:citizen.rabbitherder.male2.danger=true
+minecraft\:entity.wolf.growl=true
+minecolonies\:citizen.lumberjack.female4.noise=true
+minecolonies\:citizen.unemployed.female1.farewell=true
+minecolonies\:citizen.swineherder.male1.success=true
+minecolonies\:citizen.lumberjack.male4.goodhousing=true
+minecolonies\:citizen.cookassistant.male1.interaction=true
+minecolonies\:citizen.deliveryman.male2.lowsaturation=true
+minecraft\:item.axe.scrape=true
+minecolonies\:citizen.sawmill.female4.farewell=true
+minecolonies\:citizen.composter.male3.general=true
+minecolonies\:citizen.concretemixer.female3.highsaturation=true
+minecolonies\:citizen.concretemixer.female3.success=true
+minecolonies\:citizen.researcher.male1.highsaturation=true
+minecolonies\:citizen.teacher.male4.highsaturation=true
+minecolonies\:citizen.stonesmeltery.female4.happy=true
+alexsmobs\:fly_idle=true
+minecolonies\:citizen.knight.female3.happy=true
+minecolonies\:citizen.combattraining.male1.highsaturation=true
+minecolonies\:citizen.fisherman.female4.highsaturation=true
+minecolonies\:citizen.cowboy.female2.greeting=true
+minecolonies\:citizen.fletcher.female4.lowsaturation=true
+minecraft\:entity.parrot.fly=true
+minecraft\:entity.boat.paddle_water=true
+minecolonies\:citizen.composter.female1.highsaturation=true
+minecolonies\:citizen.glassblower.female3.goodhousing=true
+minecolonies\:citizen.stonesmeltery.female3.noise=true
+minecolonies\:citizen.teacher.male4.missingequipment=true
+minecolonies\:citizen.mechanic.male2.gotobed=true
+blue_skies\:entity.nyctofly.flying=true
+minecolonies\:citizen.combattraining.male3.noise=true
+minecraft\:entity.enderman.hurt=true
+minecolonies\:citizen.knight.male1.highsaturation=true
+minecolonies\:citizen.knight.female3.goodhousing=true
+minecolonies\:citizen.blacksmith.female3.general=true
+minecolonies\:citizen.healer.male4.missingequipment=true
+minecolonies\:citizen.concretemixer.female1.badhousing=true
+creeperoverhaul\:entity.plant.creeper.explosion=true
+blue_skies\:entity.snow_owl.flap=true
+minecolonies\:citizen.deliveryman.male3.farewell=true
+minecolonies\:citizen.beekeeper.male4.gotobed=true
+minecolonies\:citizen.netherworker.male1.unhappy=true
+minecolonies\:citizen.lumberjack.female2.general=true
+minecolonies\:citizen.glassblower.male2.farewell=true
+touhou_little_maid\:block.altar_craft=true
+minecolonies\:citizen.blacksmith.female1.unhappy=true
+minecolonies\:citizen.farmer.female4.gotobed=true
+minecolonies\:citizen.baker.male4.general=true
+minecolonies\:citizen.archertraining.male2.highsaturation=true
+minecolonies\:citizen.builder.female4.noise=true
+minecolonies\:citizen.cowboy.female2.highsaturation=true
+minecolonies\:citizen.enchanter.female2.highsaturation=true
+minecolonies\:citizen.builder.female3.goodhousing=true
+minecolonies\:citizen.cook.male2.interaction=true
+minecolonies\:citizen.builder.female3.lowsaturation=true
+minecraft\:entity.panda.hurt=true
+minecolonies\:citizen.fisherman.male4.badweather=true
+minecolonies\:citizen.pupil.female2.lowsaturation=true
+minecolonies\:citizen.planter.female3.noise=true
+minecolonies\:citizen.archertraining.female1.sick=true
+minecolonies\:citizen.combattraining.female1.happy=true
+minecolonies\:citizen.sawmill.male3.sick=true
+minecolonies\:citizen.mechanic.male4.lowsaturation=true
+minecraft\:block.pointed_dripstone.drip_water_into_cauldron=true
+minecolonies\:citizen.shepherd.male4.interaction=true
+minecolonies\:citizen.knight.female1.lowsaturation=true
+minecolonies\:citizen.fisherman.male1.interaction=true
+minecolonies\:citizen.cowboy.female3.highsaturation=true
+minecolonies\:citizen.planter.female2.goodhousing=true
+minecolonies\:citizen.dyer.male3.unhappy=true
+minecolonies\:citizen.shepherd.female1.unhappy=true
+minecolonies\:citizen.florist.male4.general=true
+minecraft\:entity.goat.ram_impact=true
+alexsmobs\:mudskipper_hurt=true
+minecolonies\:citizen.florist.male1.noise=true
+goblintraders\:entity.goblin_trader.annoyed_grunt=true
+minecolonies\:citizen.archertraining.male2.badhousing=true
+undergarden\:item.slingshot.draw=true
+minecolonies\:citizen.smelter.male1.greeting=true
+minecolonies\:citizen.student.male3.goodhousing=true
+alexsmobs\:farseer_hurt=true
+supplementaries\:item.slingshot.release=true
+minecolonies\:citizen.alchemist.female3.goodhousing=true
+minecolonies\:citizen.farmer.female2.happy=true
+minecolonies\:citizen.composter.male2.highsaturation=true
+minecolonies\:citizen.knight.male3.sick=true
+minecolonies\:citizen.sifter.male1.success=true
+minecolonies\:citizen.researcher.female4.danger=true
+minecraft\:block.note_block.imitate.piglin=true
+minecolonies\:citizen.cook.male1.unhappy=true
+minecolonies\:citizen.shepherd.female3.gotobed=true
+minecraft\:item.bucket.empty_axolotl=true
+minecolonies\:citizen.cook.male1.sick=true
+minecolonies\:citizen.composter.male3.highsaturation=true
+minecolonies\:citizen.dyer.male4.lowsaturation=true
+minecraft\:music.nether.warped_forest=true
+minecolonies\:citizen.student.male1.sick=true
+minecolonies\:citizen.enchanter.female4.gotobed=true
+minecolonies\:citizen.ranger.male2.unhappy=true
+blue_skies\:item.bag.open=true
+minecraft\:entity.donkey.hurt=true
+minecolonies\:citizen.chickenherder.female4.gotobed=true
+minecolonies\:citizen.undertaker.male4.interaction=true
+minecolonies\:citizen.chickenherder.female2.unhappy=true
+minecolonies\:citizen.blacksmith.male4.greeting=true
+minecraft\:entity.sniffer.eat=true
+minecolonies\:citizen.rabbitherder.male3.goodhousing=true
+minecolonies\:citizen.planter.male4.noise=true
+minecolonies\:citizen.chickenherder.female1.success=true
+minecolonies\:citizen.quarrier.female4.success=true
+undergarden\:entity.scintling.death=true
+minecolonies\:citizen.cowboy.male2.success=true
+minecolonies\:citizen.planter.female4.badhousing=true
+minecolonies\:citizen.undertaker.male2.badhousing=true
+minecolonies\:citizen.cookassistant.male3.noise=true
+alexsmobs\:mimicube_hurt=true
+minecolonies\:citizen.archertraining.male1.highsaturation=true
+minecraft\:block.anvil.use=true
+minecolonies\:citizen.alchemist.female2.noise=true
+minecraft\:item.goat_horn.play=true
+minecolonies\:citizen.teacher.female1.missingequipment=true
+minecolonies\:citizen.farmer.male2.goodhousing=true
+minecolonies\:citizen.cook.male3.gotobed=true
+minecolonies\:citizen.rabbitherder.male4.gotobed=true
+minecolonies\:citizen.sawmill.female4.badweather=true
+minecraft\:entity.tadpole.hurt=true
+minecolonies\:citizen.farmer.female3.unhappy=true
+minecolonies\:citizen.shepherd.male4.danger=true
+minecolonies\:citizen.druid.female2.happy=true
+alexsmobs\:cachalot_whale_hurt=true
+minecolonies\:citizen.student.female2.farewell=true
+minecolonies\:citizen.pupil.female3.interaction=true
+minecraft\:block.suspicious_sand.fall=true
+minecolonies\:citizen.enchanter.female3.highsaturation=true
+minecolonies\:citizen.netherworker.male2.goodhousing=true
+minecolonies\:citizen.cowboy.male3.sick=true
+minecolonies\:citizen.enchanter.female2.lowsaturation=true
+minecolonies\:citizen.composter.female3.noise=true
+minecolonies\:citizen.stonesmeltery.male4.interaction=true
+creeperoverhaul\:entity.sand.creeper.death=true
+minecolonies\:citizen.swineherder.male2.happy=true
+minecolonies\:citizen.composter.male1.highsaturation=true
+minecolonies\:citizen.stonemason.female3.general=true
+minecraft\:entity.parrot.imitate.skeleton=true
+minecolonies\:citizen.builder.male1.badweather=true
+minecraft\:entity.piglin.angry=true
+minecolonies\:citizen.unemployed.male3.goodhousing=true
+minecolonies\:citizen.florist.female4.badhousing=true
+minecolonies\:citizen.lumberjack.male1.danger=true
+minecolonies\:citizen.lumberjack.female1.general=true
+minecolonies\:citizen.blacksmith.male1.interaction=true
+minecolonies\:citizen.baker.male1.unhappy=true
+minecraft\:block.powder_snow.fall=true
+minecraft\:entity.warden.attack_impact=true
+minecolonies\:citizen.glassblower.male2.greeting=true
+minecolonies\:citizen.cookassistant.male1.greeting=true
+minecolonies\:citizen.dyer.male3.goodhousing=true
+minecolonies\:citizen.builder.female1.general=true
+minecraft\:entity.ravager.ambient=true
+mutantmonsters\:entity.mutant_snow_golem.hurt=true
+minecolonies\:citizen.pupil.female4.sick=true
+minecolonies\:citizen.alchemist.female4.noise=true
+minecolonies\:citizen.child.female3.lowsaturation=true
+minecolonies\:citizen.undertaker.female4.badhousing=true
+minecolonies\:mob.norseman.hurt=true
+minecraft\:ambient.underwater.exit=true
+minecolonies\:citizen.baker.male2.noise=true
+bettercombat\:mace_slash=true
+minecolonies\:citizen.chickenherder.female2.badhousing=true
+minecolonies\:citizen.blacksmith.female4.noise=true
+minecolonies\:citizen.lumberjack.female1.goodhousing=true
+minecolonies\:citizen.florist.male3.danger=true
+minecolonies\:citizen.archertraining.male4.badweather=true
+minecolonies\:citizen.archertraining.male1.happy=true
+minecolonies\:citizen.concretemixer.female1.sick=true
+minecraft\:item.brush.brushing.sand=true
+alexsmobs\:platypus_idle=true
+minecolonies\:citizen.cookassistant.male2.danger=true
+minecolonies\:citizen.netherworker.male3.interaction=true
+minecolonies\:citizen.cook.female2.farewell=true
+minecolonies\:citizen.enchanter.female3.goodhousing=true
+minecolonies\:citizen.composter.male2.happy=true
+minecolonies\:citizen.farmer.female1.lowsaturation=true
+minecolonies\:citizen.cowboy.female4.highsaturation=true
+minecolonies\:citizen.enchanter.female4.highsaturation=true
+minecraft\:block.rooted_dirt.step=true
+minecraft\:entity.axolotl.hurt=true
+minecolonies\:citizen.lumberjack.female2.missingequipment=true
+minecolonies\:citizen.teacher.female4.goodhousing=true
+minecolonies\:citizen.visitor.female1.farewell=true
+minecraft\:music.overworld.swamp=true
+minecolonies\:citizen.knight.male3.badhousing=true
+minecraft\:entity.villager.work_fletcher=true
+minecolonies\:citizen.archertraining.male3.missingequipment=true
+minecolonies\:citizen.sifter.male2.greeting=true
+minecolonies\:citizen.cookassistant.female4.badweather=true
+create\:haunted_bell_use=true
+blue_skies\:block.keystone.locked=true
+minecolonies\:citizen.stonesmeltery.female1.sick=true
+minecolonies\:citizen.archertraining.female4.goodhousing=true
+minecolonies\:citizen.planter.male3.general=true
+minecolonies\:citizen.sawmill.female2.badhousing=true
+minecolonies\:citizen.stonemason.male1.success=true
+minecolonies\:citizen.smelter.female1.general=true
+minecolonies\:citizen.planter.male2.noise=true
+minecolonies\:citizen.healer.male3.gotobed=true
+touhou_little_maid\:maid.mode.brewing=true
+minecolonies\:citizen.combattraining.female3.highsaturation=true
+minecraft\:music.overworld.desert=true
+minecolonies\:citizen.baker.male3.happy=true
+minecolonies\:citizen.baker.male4.badhousing=true
+minecolonies\:citizen.archertraining.male1.unhappy=true
+minecolonies\:citizen.swineherder.female2.greeting=true
+minecolonies\:citizen.stonesmeltery.male3.badweather=true
+minecolonies\:citizen.smelter.male4.badweather=true
+minecolonies\:citizen.pupil.male3.missingequipment=true
+minecolonies\:citizen.cookassistant.female1.danger=true
+friendsandfoes\:entity.iceologer.death=true
+minecolonies\:citizen.fletcher.female3.badhousing=true
+minecolonies\:citizen.beekeeper.male1.interaction=true
+minecolonies\:citizen.teacher.male2.highsaturation=true
+minecraft\:entity.evoker.cast_spell=true
+minecolonies\:citizen.lumberjack.male2.badweather=true
+minecolonies\:citizen.crusher.female2.goodhousing=true
+minecolonies\:citizen.visitor.male4.sick=true
+minecolonies\:citizen.deliveryman.female3.badhousing=true
+minecraft\:block.scaffolding.place=true
+minecolonies\:citizen.druid.female4.happy=true
+minecolonies\:citizen.florist.male4.happy=true
+minecolonies\:citizen.fletcher.male3.badhousing=true
+minecolonies\:citizen.farmer.female2.success=true
+minecolonies\:citizen.child.female3.success=true
+minecolonies\:citizen.composter.male2.missingequipment=true
+minecolonies\:citizen.lumberjack.male2.farewell=true
+minecolonies\:citizen.dyer.female3.interaction=true
+minecolonies\:citizen.ranger.male2.highsaturation=true
+minecolonies\:citizen.cowboy.female3.missingequipment=true
+minecolonies\:citizen.undertaker.male2.greeting=true
+minecolonies\:citizen.sawmill.female3.greeting=true
+alexsmobs\:cachalot_whale_click=true
+minecolonies\:citizen.mechanic.female4.highsaturation=true
+minecraft\:block.chiseled_bookshelf.place=true
+minecraft\:block.cherry_wood_door.open=true
+blue_skies\:entity.villager.work_wrangler=true
+minecolonies\:citizen.ranger.male4.highsaturation=true
+minecolonies\:citizen.quarrier.female4.danger=true
+minecolonies\:citizen.composter.male1.gotobed=true
+minecolonies\:citizen.stonesmeltery.male2.gotobed=true
+minecolonies\:citizen.deliveryman.female3.unhappy=true
+minecolonies\:citizen.rabbitherder.female1.greeting=true
+minecolonies\:citizen.archertraining.male2.farewell=true
+minecraft\:block.lantern.hit=true
+minecraft\:entity.witch.throw=true
+minecolonies\:citizen.mechanic.female2.highsaturation=true
+minecraft\:entity.donkey.chest=true
+alexsmobs\:underminer_step=true
+minecolonies\:citizen.researcher.male3.sick=true
+minecolonies\:citizen.alchemist.male4.happy=true
+minecolonies\:citizen.healer.male2.lowsaturation=true
+minecraft\:entity.drowned.step=true
+alexsmobs\:endergrade_idle=true
+undergarden\:entity.rotwalker.hurt=true
+minecolonies\:citizen.archertraining.male3.gotobed=true
+blue_skies\:entity.summoner.hurt=true
+minecolonies\:citizen.baker.female4.greeting=true
+minecolonies\:citizen.baker.female4.interaction=true
+create\:crafter_click=true
+aquamirae\:music.forsaken_drownage=true
+minecolonies\:citizen.fisherman.female3.goodhousing=true
+minecolonies\:citizen.teacher.female2.farewell=true
+minecolonies\:citizen.rabbitherder.female1.badhousing=true
+minecolonies\:citizen.fletcher.male2.missingequipment=true
+touhou_little_maid\:maid.mode.farm=true
+minecolonies\:citizen.farmer.female4.missingequipment=true
+minecolonies\:citizen.composter.male4.highsaturation=true
+minecolonies\:citizen.farmer.female2.interaction=true
+minecraft\:entity.vindicator.death=true
+minecolonies\:citizen.stonemason.female2.badhousing=true
+alexsmobs\:warped_mosco_idle=true
+minecolonies\:citizen.stonesmeltery.female2.greeting=true
+minecolonies\:citizen.pupil.male4.lowsaturation=true
+minecraft\:entity.warden.emerge=true
+illagerinvasion\:entity.invoker.fangs_cast=true
+minecolonies\:citizen.shepherd.female3.highsaturation=true
+minecolonies\:citizen.quarrier.male3.lowsaturation=true
+minecolonies\:citizen.pupil.male1.sick=true
+blue_skies\:entity.nyctofly.bite=true
+minecolonies\:citizen.swineherder.female1.badhousing=true
+minecolonies\:citizen.florist.male3.noise=true
+minecraft\:block.barrel.open=true
+minecolonies\:citizen.glassblower.male4.missingequipment=true
+alexsmobs\:emu_hurt=true
+minecolonies\:citizen.baker.male2.danger=true
+minecolonies\:citizen.alchemist.male3.goodhousing=true
+minecraft\:block.grass.step=true
+minecolonies\:citizen.dyer.male2.success=true
+minecolonies\:citizen.knight.male1.farewell=true
+minecolonies\:citizen.composter.male3.interaction=true
+minecolonies\:citizen.teacher.female4.success=true
+minecolonies\:citizen.concretemixer.male2.farewell=true
+illagerinvasion\:item.lost_candle.copper=true
+minecolonies\:citizen.ranger.male4.danger=true
+minecolonies\:citizen.unemployed.male3.gotobed=true
+minecolonies\:citizen.druid.male3.sick=true
+minecraft\:entity.iron_golem.hurt=true
+minecolonies\:citizen.enchanter.female2.unhappy=true
+minecolonies\:citizen.sawmill.male3.interaction=true
+minecolonies\:citizen.shepherd.female4.highsaturation=true
+minecolonies\:citizen.teacher.male1.highsaturation=true
+minecolonies\:citizen.mechanic.male4.general=true
+minecolonies\:citizen.rabbitherder.male2.success=true
+minecraft\:entity.slime.jump_small=true
+minecolonies\:citizen.florist.female4.unhappy=true
+minecolonies\:citizen.farmer.male2.greeting=true
+minecraft\:block.nether_wood_trapdoor.open=true
+minecolonies\:citizen.student.female4.badweather=true
+undergarden\:entity.rotbeast.ambient=true
+minecolonies\:citizen.miner.female1.interaction=true
+minecraft\:block.lantern.place=true
+minecolonies\:citizen.cowboy.female3.farewell=true
+minecolonies\:citizen.teacher.female1.goodhousing=true
+minecolonies\:citizen.knight.female4.danger=true
+alexsmobs\:mantis_shrimp_hurt=true
+minecraft\:block.wood.break=true
+minecolonies\:citizen.researcher.female2.farewell=true
+minecolonies\:citizen.planter.female3.sick=true
+minecraft\:block.scaffolding.break=true
+minecolonies\:citizen.alchemist.male3.noise=true
+minecolonies\:citizen.alchemist.female1.success=true
+minecolonies\:citizen.ranger.male3.highsaturation=true
+minecolonies\:citizen.stonesmeltery.female2.lowsaturation=true
+blue_skies\:entity.arachnarch.hurt=true
+minecraft\:item.book.put=true
+minecolonies\:citizen.archertraining.female1.goodhousing=true
+minecolonies\:citizen.beekeeper.male1.success=true
+minecolonies\:citizen.stonesmeltery.male4.lowsaturation=true
+minecolonies\:citizen.dyer.male1.sick=true
+minecolonies\:citizen.undertaker.male3.sick=true
+minecolonies\:citizen.mechanic.female3.highsaturation=true
+minecolonies\:citizen.beekeeper.female1.happy=true
+minecolonies\:citizen.beekeeper.male4.badweather=true
+minecolonies\:citizen.fletcher.male3.happy=true
+minecolonies\:citizen.sawmill.male3.goodhousing=true
+minecolonies\:citizen.florist.female4.general=true
+minecolonies\:citizen.netherworker.male1.highsaturation=true
+minecraft\:block.cherry_wood_fence_gate.open=true
+minecolonies\:citizen.concretemixer.male4.farewell=true
+minecolonies\:citizen.lumberjack.female4.highsaturation=true
+minecolonies\:citizen.ranger.female3.interaction=true
+minecolonies\:citizen.planter.male4.interaction=true
+minecolonies\:citizen.stonesmeltery.male3.general=true
+minecolonies\:citizen.baker.female4.badhousing=true
+minecolonies\:citizen.cowboy.male2.farewell=true
+minecolonies\:citizen.cook.female3.badhousing=true
+minecolonies\:citizen.blacksmith.female4.general=true
+minecolonies\:citizen.builder.female4.highsaturation=true
+blue_skies\:ambient.sandstorm_wind=true
+minecolonies\:citizen.stonemason.male1.noise=true
+minecolonies\:citizen.researcher.female3.success=true
+minecraft\:music.overworld.jagged_peaks=true
+minecolonies\:citizen.teacher.female4.general=true
+minecolonies\:citizen.deliveryman.female4.farewell=true
+alexsmobs\:jerboa_idle=true
+minecolonies\:citizen.druid.female1.happy=true
+minecraft\:block.bamboo_sapling.break=true
+alexsmobs\:gorilla_hurt=true
+minecolonies\:citizen.fisherman.male3.sick=true
+minecolonies\:citizen.visitor.female4.badhousing=true
+minecolonies\:citizen.cookassistant.male2.noise=true
+supplementaries\:block.faucet.turn=true
+minecraft\:entity.skeleton_horse.hurt=true
+minecolonies\:citizen.alchemist.male1.badhousing=true
+minecolonies\:citizen.alchemist.male4.gotobed=true
+minecraft\:entity.mule.death=true
+minecolonies\:citizen.cook.female3.gotobed=true
+minecolonies\:citizen.smelter.female2.sick=true
+undergarden\:entity.forgotten_guardian.attack=true
+minecolonies\:citizen.netherworker.male1.farewell=true
+minecolonies\:citizen.deliveryman.male2.greeting=true
+blue_skies\:block.everbright.portal.travel=true
+minecolonies\:citizen.quarrier.male1.goodhousing=true
+alexsmobs\:roadrunner_meep=true
+supplementaries\:block.sack.open=true
+touhou_little_maid\:maid.mode.feed_animal=true
+minecolonies\:citizen.composter.female4.badweather=true
+minecolonies\:citizen.glassblower.female2.badhousing=true
+minecolonies\:citizen.dyer.female1.lowsaturation=true
+minecraft\:block.roots.hit=true
+deeperdarker\:entity.shattered.death=true
+minecolonies\:citizen.builder.female2.badweather=true
+minecolonies\:citizen.archertraining.male1.missingequipment=true
+minecraft\:entity.player.attack.crit=true
+minecolonies\:citizen.stonemason.female4.general=true
+minecolonies\:citizen.combattraining.male4.greeting=true
+minecolonies\:citizen.healer.male1.lowsaturation=true
+minecolonies\:citizen.baker.female1.noise=true
+friendsandfoes\:entity.iceologer.prepare_slowness=true
+bettercombat\:wand_swing=true
+minecolonies\:citizen.child.female1.sick=true
+minecolonies\:citizen.combattraining.male4.highsaturation=true
+minecolonies\:citizen.healer.female3.sick=true
+minecolonies\:citizen.deliveryman.male3.badweather=true
+minecolonies\:citizen.farmer.female3.goodhousing=true
+minecolonies\:citizen.teacher.male4.goodhousing=true
+minecolonies\:mob.barbarian.say=true
+creeperoverhaul\:entity.wood.creeper.explosion=true
+minecolonies\:citizen.miner.female1.badweather=true
+minecolonies\:citizen.fletcher.female3.badweather=true
+minecolonies\:citizen.mechanic.female4.interaction=true
+alexsmobs\:banana_slug_hurt=true
+minecolonies\:citizen.crusher.male2.badhousing=true
+minecraft\:entity.skeleton_horse.step_water=true
+minecolonies\:citizen.healer.male2.happy=true
+minecolonies\:citizen.sifter.male3.goodhousing=true
+minecolonies\:citizen.rabbitherder.male1.interaction=true
+minecolonies\:citizen.planter.male3.happy=true
+minecolonies\:citizen.shepherd.male4.gotobed=true
+minecolonies\:citizen.farmer.male4.badhousing=true
+minecolonies\:citizen.dyer.male3.gotobed=true
+minecraft\:block.anvil.hit=true
+minecolonies\:citizen.planter.male3.sick=true
+minecolonies\:citizen.netherworker.female1.success=true
+minecolonies\:citizen.cook.female3.success=true
+minecolonies\:citizen.builder.male3.sick=true
+minecolonies\:citizen.miner.female4.unhappy=true
+minecolonies\:citizen.combattraining.male1.lowsaturation=true
+mcwlights\:block.torch_on=true
+minecolonies\:citizen.pupil.male2.noise=true
+minecolonies\:citizen.rabbitherder.female2.happy=true
+minecolonies\:citizen.mechanic.male1.badhousing=true
+alexsmobs\:raccoon_hurt=true
+alexsmobs\:moose_idle=true
+minecolonies\:citizen.combattraining.male3.lowsaturation=true
+minecolonies\:citizen.lumberjack.female1.noise=true
+minecolonies\:citizen.stonemason.male4.badhousing=true
+supplementaries\:block.sack.place=true
+minecolonies\:citizen.planter.male2.highsaturation=true
+minecolonies\:citizen.cook.male4.gotobed=true
+minecolonies\:citizen.chickenherder.male2.sick=true
+minecolonies\:citizen.miner.female3.farewell=true
+minecolonies\:citizen.blacksmith.male3.sick=true
+minecolonies\:citizen.healer.male3.unhappy=true
+minecolonies\:citizen.mechanic.male3.happy=true
+minecraft\:block.anvil.land=true
+minecolonies\:citizen.florist.male4.interaction=true
+minecolonies\:citizen.archertraining.female4.danger=true
+minecraft\:item.firecharge.use=true
+creeperoverhaul\:entity.ocean.creeper.inflate=true
+minecraft\:block.pointed_dripstone.drip_lava=true
+undergarden\:entity.gloomper.death=true
+minecolonies\:citizen.shepherd.female1.missingequipment=true
+minecolonies\:citizen.glassblower.male4.happy=true
+minecolonies\:citizen.dyer.male3.success=true
+minecolonies\:citizen.quarrier.male4.greeting=true
+minecolonies\:citizen.healer.male3.missingequipment=true
+minecolonies\:citizen.swineherder.male1.badweather=true
+minecolonies\:citizen.child.male1.badhousing=true
+minecolonies\:citizen.glassblower.female4.danger=true
+alexsmobs\:caiman_hurt=true
+minecolonies\:citizen.sifter.female1.farewell=true
+minecolonies\:citizen.mechanic.male1.missingequipment=true
+minecolonies\:citizen.visitor.female3.missingequipment=true
+friendsandfoes\:entity.rascal.disappear=true
+minecolonies\:citizen.shepherd.male4.goodhousing=true
+minecolonies\:citizen.farmer.male1.unhappy=true
+minecolonies\:citizen.swineherder.male3.goodhousing=true
+minecolonies\:citizen.blacksmith.male2.badhousing=true
+minecolonies\:citizen.chickenherder.male1.success=true
+minecolonies\:citizen.enchanter.female3.sick=true
+minecraft\:entity.camel.death=true
+minecolonies\:citizen.builder.male2.interaction=true
+minecraft\:block.ladder.fall=true
+minecolonies\:citizen.fisherman.female4.greeting=true
+minecolonies\:citizen.farmer.male1.gotobed=true
+minecolonies\:citizen.smelter.male1.general=true
+minecraft\:entity.evoker.prepare_summon=true
+alexsmobs\:terrapin_hurt=true
+minecolonies\:citizen.swineherder.female2.general=true
+minecolonies\:citizen.chickenherder.male3.highsaturation=true
+alexsmobs\:enderiophage_hurt=true
+minecraft\:entity.turtle.ambient_land=true
+mmorpg\:burn=true
+minecraft\:block.bamboo_sapling.place=true
+creeperoverhaul\:entity.plant.creeper.hit=true
+minecolonies\:citizen.cookassistant.male4.gotobed=true
+minecraft\:entity.piglin.admiring_item=true
+minecolonies\:citizen.smelter.female4.happy=true
+minecraft\:block.calcite.fall=true
+blue_skies\:entity.sliv.hurt=true
+minecolonies\:citizen.blacksmith.male1.danger=true
+minecolonies\:citizen.fletcher.female1.missingequipment=true
+minecolonies\:citizen.cookassistant.female1.badhousing=true
+minecolonies\:citizen.combattraining.female2.missingequipment=true
+minecolonies\:citizen.composter.male1.goodhousing=true
+blue_skies\:entity.stardust_ram.death=true
+minecolonies\:citizen.rabbitherder.female1.missingequipment=true
+minecolonies\:citizen.stonemason.female1.happy=true
+minecolonies\:citizen.beekeeper.male3.noise=true
+minecolonies\:citizen.chickenherder.female1.badhousing=true
+minecolonies\:citizen.beekeeper.male4.interaction=true
+minecraft\:block.wool.hit=true
+minecolonies\:citizen.builder.female1.unhappy=true
+minecolonies\:citizen.farmer.female3.missingequipment=true
+minecolonies\:citizen.archertraining.female4.gotobed=true
+minecolonies\:citizen.cook.female4.sick=true
+minecolonies\:citizen.ranger.female3.badhousing=true
+minecolonies\:citizen.planter.female1.noise=true
+minecolonies\:citizen.concretemixer.female4.goodhousing=true
+minecraft\:block.packed_mud.hit=true
+minecolonies\:citizen.mechanic.female4.badhousing=true
+minecolonies\:citizen.undertaker.female3.farewell=true
+friendsandfoes\:entity.iceologer.hurt=true
+minecolonies\:citizen.builder.female2.greeting=true
+minecolonies\:citizen.florist.male1.goodhousing=true
+minecolonies\:citizen.ranger.male3.unhappy=true
+minecolonies\:citizen.blacksmith.female1.lowsaturation=true
+minecolonies\:citizen.concretemixer.female1.missingequipment=true
+minecraft\:block.sculk_sensor.fall=true
+minecolonies\:citizen.stonemason.male4.general=true
+blue_skies\:ambient.poison_dungeon.additions=true
+minecolonies\:citizen.undertaker.male1.lowsaturation=true
+minecolonies\:citizen.knight.female1.badweather=true
+minecolonies\:citizen.student.male4.greeting=true
+minecolonies\:citizen.quarrier.male4.sick=true
+minecolonies\:citizen.undertaker.male1.badweather=true
+minecolonies\:citizen.pupil.female3.unhappy=true
+minecolonies\:citizen.cookassistant.male1.danger=true
+minecolonies\:citizen.healer.male2.highsaturation=true
+minecraft\:entity.fox.screech=true
+minecolonies\:citizen.mechanic.female1.general=true
+minecolonies\:citizen.composter.female1.lowsaturation=true
+minecolonies\:citizen.alchemist.male4.unhappy=true
+minecolonies\:citizen.archertraining.male4.unhappy=true
+minecolonies\:citizen.lumberjack.female2.success=true
+undergarden\:entity.dweller.death=true
+minecolonies\:citizen.lumberjack.male2.sick=true
+minecolonies\:citizen.rabbitherder.female3.highsaturation=true
+minecraft\:entity.vex.charge=true
+minecolonies\:citizen.chickenherder.female4.happy=true
+minecolonies\:citizen.enchanter.female1.badhousing=true
+minecolonies\:citizen.sifter.male3.greeting=true
+minecraft\:entity.skeleton_horse.jump_water=true
+minecolonies\:citizen.cookassistant.male4.badweather=true
+minecolonies\:citizen.netherworker.female1.general=true
+minecolonies\:citizen.fisherman.female1.missingequipment=true
+minecolonies\:citizen.planter.female2.greeting=true
+minecraft\:block.tripwire.detach=true
+minecraft\:block.deepslate.place=true
+minecolonies\:citizen.child.female4.interaction=true
+minecolonies\:citizen.visitor.female4.success=true
+minecolonies\:citizen.chickenherder.male2.happy=true
+minecolonies\:citizen.builder.female3.missingequipment=true
+friendsandfoes\:entity.wildfire.death=true
+minecolonies\:citizen.planter.male2.badweather=true
+minecolonies\:citizen.farmer.female2.danger=true
+alexsmobs\:tendon_whip=true
+minecolonies\:citizen.swineherder.female3.farewell=true
+alexsmobs\:anteater_hurt=true
+minecraft\:block.sand.hit=true
+minecolonies\:citizen.composter.male1.badhousing=true
+minecolonies\:citizen.deliveryman.female1.badhousing=true
+minecolonies\:citizen.smelter.female4.greeting=true
+minecolonies\:citizen.chickenherder.female4.highsaturation=true
+minecolonies\:citizen.undertaker.male3.lowsaturation=true
+minecolonies\:citizen.deliveryman.male3.highsaturation=true
+minecolonies\:citizen.smelter.male1.success=true
+minecolonies\:citizen.unemployed.male4.goodhousing=true
+minecraft\:entity.warden.death=true
+minecolonies\:citizen.ranger.male2.noise=true
+minecraft\:item.armor.equip_leather=true
+riskofrain_mobs\:entity.drone.death1=true
+minecolonies\:citizen.rabbitherder.female2.missingequipment=true
+riskofrain_mobs\:entity.drone.death2=true
+minecolonies\:citizen.smelter.male2.noise=true
+minecraft\:entity.endermite.death=true
+minecolonies\:citizen.planter.male1.danger=true
+minecolonies\:citizen.swineherder.female1.goodhousing=true
+minecraft\:block.respawn_anchor.ambient=true
+minecolonies\:citizen.visitor.female4.gotobed=true
+minecolonies\:citizen.stonemason.female2.danger=true
+minecolonies\:citizen.planter.male2.unhappy=true
+bettercombat\:glaive_slash_quick=true
+minecraft\:block.deepslate.break=true
+advancementplaques\:ui.toast.goal_complete=true
+minecolonies\:citizen.builder.female4.farewell=true
+minecolonies\:citizen.knight.male3.greeting=true
+minecolonies\:citizen.florist.male2.badhousing=true
+minecolonies\:citizen.child.male2.greeting=true
+minecolonies\:citizen.blacksmith.female4.success=true
+minecolonies\:citizen.concretemixer.female4.highsaturation=true
+minecolonies\:citizen.pupil.female2.badweather=true
+minecraft\:block.iron_door.open=true
+minecolonies\:citizen.farmer.female2.noise=true
+minecolonies\:citizen.beekeeper.female3.danger=true
+minecolonies\:citizen.composter.female2.goodhousing=true
+minecraft\:entity.strider.happy=true
+minecolonies\:citizen.stonemason.female4.badhousing=true
+minecolonies\:citizen.deliveryman.female1.goodhousing=true
+minecolonies\:citizen.smelter.female3.highsaturation=true
+friendsandfoes\:entity.rascal.hurt=true
+minecolonies\:citizen.combattraining.male1.gotobed=true
+minecraft\:block.slime_block.place=true
+minecolonies\:citizen.composter.female4.danger=true
+minecolonies\:citizen.deliveryman.male4.noise=true
+minecolonies\:citizen.healer.female3.danger=true
+illagerinvasion\:entity.firecaller.cast=true
+minecolonies\:citizen.unemployed.male3.unhappy=true
+minecolonies\:citizen.florist.female2.badweather=true
+minecolonies\:citizen.cookassistant.male1.farewell=true
+blue_skies\:entity.starlit_crusher.prepare_spin=true
+minecolonies\:citizen.deliveryman.male4.gotobed=true
+minecolonies\:citizen.concretemixer.male4.badhousing=true
+minecolonies\:citizen.unemployed.male3.noise=true
+minecolonies\:citizen.cowboy.male2.highsaturation=true
+minecolonies\:citizen.sifter.female4.badweather=true
+illagerinvasion\:entity.provoker.hurt=true
+minecraft\:entity.ravager.stunned=true
+minecolonies\:citizen.sawmill.female3.badhousing=true
+minecraft\:block.nether_wood.fall=true
+minecolonies\:citizen.fletcher.female4.sick=true
+minecolonies\:citizen.farmer.female3.general=true
+undergarden\:block.virulent.bubble=true
+minecolonies\:citizen.baker.male2.unhappy=true
+minecolonies\:citizen.glassblower.male2.gotobed=true
+minecolonies\:citizen.smelter.male2.danger=true
+minecolonies\:citizen.knight.male4.missingequipment=true
+minecolonies\:citizen.farmer.male3.farewell=true
+minecolonies\:citizen.beekeeper.female1.missingequipment=true
+minecolonies\:citizen.stonesmeltery.male1.danger=true
+minecolonies\:citizen.druid.female1.badweather=true
+minecolonies\:citizen.cowboy.female1.unhappy=true
+minecolonies\:citizen.smelter.male4.interaction=true
+minecolonies\:citizen.beekeeper.male2.sick=true
+touhou_little_maid\:block.gomoku=true
+minecolonies\:citizen.cook.male4.general=true
+minecolonies\:citizen.quarrier.female2.interaction=true
+blue_skies\:block.summoning_table.tome_change=true
+minecolonies\:citizen.smelter.female2.highsaturation=true
+minecolonies\:citizen.stonesmeltery.male3.gotobed=true
+minecolonies\:citizen.quarrier.male4.lowsaturation=true
+minecolonies\:citizen.farmer.male1.greeting=true
+minecolonies\:citizen.quarrier.male4.badweather=true
+minecolonies\:citizen.alchemist.female2.happy=true
+minecolonies\:citizen.unemployed.female1.gotobed=true
+minecolonies\:citizen.shepherd.female3.goodhousing=true
+minecolonies\:citizen.shepherd.female2.badhousing=true
+minecraft\:block.bamboo_wood_hanging_sign.fall=true
+minecolonies\:citizen.deliveryman.female1.danger=true
+minecolonies\:citizen.cook.female4.interaction=true
+minecolonies\:citizen.concretemixer.female3.noise=true
+minecraft\:entity.parrot.imitate.endermite=true
+minecolonies\:citizen.healer.female3.farewell=true
+minecolonies\:citizen.teacher.male4.sick=true
+minecolonies\:citizen.florist.female1.badweather=true
+minecraft\:block.ancient_debris.hit=true
+minecolonies\:citizen.enchanter.male3.unhappy=true
+minecraft\:entity.frog.death=true
+minecraft\:entity.endermite.hurt=true
+minecolonies\:citizen.composter.male3.sick=true
+minecolonies\:citizen.student.male4.happy=true
+minecolonies\:citizen.beekeeper.male4.general=true
+minecolonies\:citizen.smelter.female1.noise=true
+minecraft\:entity.evoker.prepare_wololo=true
+minecolonies\:citizen.pupil.female4.danger=true
+minecolonies\:citizen.alchemist.female4.goodhousing=true
+minecolonies\:citizen.child.male3.success=true
+minecolonies\:citizen.combattraining.male1.interaction=true
+minecolonies\:citizen.swineherder.female1.greeting=true
+minecolonies\:citizen.cook.male4.greeting=true
+minecolonies\:citizen.enchanter.female1.missingequipment=true
+minecolonies\:citizen.concretemixer.male2.lowsaturation=true
+minecraft\:block.gravel.place=true
+minecolonies\:citizen.sifter.male4.sick=true
+minecraft\:block.deepslate_bricks.break=true
+alexsmobs\:tusklin_hurt=true
+minecolonies\:citizen.healer.female2.success=true
+minecraft\:entity.wolf.shake=true
+minecolonies\:citizen.beekeeper.female2.greeting=true
+minecraft\:block.basalt.break=true
+minecolonies\:citizen.rabbitherder.male4.badweather=true
+minecraft\:entity.piglin.jealous=true
+minecolonies\:citizen.teacher.male4.farewell=true
+friendsandfoes\:entity.tuff_golem.glue_on=true
+alexsmobs\:snow_leopard_idle=true
+minecolonies\:citizen.visitor.female4.greeting=true
+minecolonies\:citizen.builder.male1.greeting=true
+minecolonies\:citizen.knight.male3.noise=true
+minecolonies\:citizen.fletcher.female2.badweather=true
+minecraft\:block.dispenser.dispense=true
+blue_skies\:entity.azulfo.death=true
+minecolonies\:citizen.lumberjack.female3.badhousing=true
+minecolonies\:citizen.planter.female4.happy=true
+minecolonies\:citizen.teacher.female1.badweather=true
+minecolonies\:citizen.glassblower.male4.badweather=true
+minecraft\:item.bucket.empty_tadpole=true
+minecolonies\:citizen.knight.male1.happy=true
+minecolonies\:citizen.cowboy.male2.lowsaturation=true
+minecolonies\:citizen.cookassistant.male2.farewell=true
+minecraft\:entity.stray.step=true
+touhou_little_maid\:maid.mode.break=true
+minecraft\:entity.shulker.death=true
+minecraft\:block.deepslate_bricks.place=true
+minecolonies\:citizen.archertraining.male3.highsaturation=true
+minecraft\:entity.chicken.death=true
+minecolonies\:citizen.chickenherder.female3.missingequipment=true
+minecolonies\:citizen.druid.male2.noise=true
+minecolonies\:citizen.shepherd.male1.happy=true
+minecolonies\:citizen.rabbitherder.female1.danger=true
+minecolonies\:citizen.rabbitherder.female2.highsaturation=true
+minecolonies\:citizen.farmer.male2.farewell=true
+minecolonies\:citizen.fisherman.female1.happy=true
+minecraft\:ui.button.click=true
+minecolonies\:citizen.student.male3.greeting=true
+minecolonies\:citizen.dyer.male2.missingequipment=true
+minecraft\:block.wooden_trapdoor.close=true
+minecolonies\:citizen.concretemixer.male4.lowsaturation=true
+minecolonies\:citizen.fletcher.female4.general=true
+minecolonies\:citizen.miner.female3.general=true
+minecolonies\:citizen.sifter.male4.missingequipment=true
+minecolonies\:citizen.ranger.female4.badhousing=true
+minecolonies\:citizen.undertaker.male2.badweather=true
+minecolonies\:citizen.dyer.female2.happy=true
+minecolonies\:citizen.undertaker.female2.goodhousing=true
+minecolonies\:citizen.chickenherder.female3.highsaturation=true
+minecraft\:block.honey_block.fall=true
+minecolonies\:citizen.child.female2.lowsaturation=true
+minecolonies\:citizen.chickenherder.male1.danger=true
+minecolonies\:citizen.cook.female4.badhousing=true
+minecolonies\:citizen.blacksmith.male3.missingequipment=true
+minecraft\:entity.llama.ambient=true
+minecolonies\:citizen.ranger.male2.general=true
+minecolonies\:citizen.pupil.male1.success=true
+minecolonies\:citizen.miner.female3.noise=true
+minecraft\:entity.snow_golem.ambient=true
+minecraft\:block.metal.step=true
+minecolonies\:citizen.fisherman.male3.missingequipment=true
+minecolonies\:citizen.rabbitherder.male3.happy=true
+minecolonies\:citizen.smelter.female1.badhousing=true
+minecraft\:entity.donkey.angry=true
+minecolonies\:citizen.cowboy.male2.interaction=true
+blue_skies\:entity.artificial_golem.death=true
+minecolonies\:citizen.stonemason.male1.farewell=true
+minecolonies\:citizen.sifter.male3.badhousing=true
+minecolonies\:citizen.enchanter.male2.gotobed=true
+minecolonies\:citizen.researcher.female3.general=true
+friendsandfoes\:entity.iceologer.ambient=true
+minecolonies\:citizen.child.male3.happy=true
+minecolonies\:citizen.swineherder.female2.farewell=true
+minecolonies\:citizen.sawmill.female1.unhappy=true
+minecolonies\:citizen.stonesmeltery.male4.sick=true
+minecolonies\:citizen.sifter.female3.badweather=true
+minecolonies\:citizen.stonesmeltery.male4.unhappy=true
+minecolonies\:citizen.sawmill.male4.greeting=true
+aquaculture\:fish_death=true
+minecraft\:block.wart_block.fall=true
+minecraft\:block.slime_block.break=true
+minecolonies\:citizen.druid.male1.badhousing=true
+minecraft\:block.wet_grass.break=true
+minecolonies\:citizen.cookassistant.female2.greeting=true
+minecraft\:block.note_block.bass=true
+attributeslib\:dodge=true
+minecolonies\:citizen.student.male2.sick=true
+minecolonies\:citizen.netherworker.female2.danger=true
+minecolonies\:citizen.dyer.male3.noise=true
+minecolonies\:citizen.lumberjack.male1.noise=true
+undergarden\:entity.gwibling.death=true
+minecolonies\:citizen.healer.male3.general=true
+minecolonies\:citizen.rabbitherder.male3.success=true
+minecolonies\:citizen.ranger.female2.general=true
+minecolonies\:citizen.undertaker.male2.happy=true
+undergarden\:entity.masticator.eat=true
+minecolonies\:citizen.fisherman.male1.danger=true
+minecolonies\:citizen.cowboy.female3.greeting=true
+minecolonies\:citizen.sawmill.female1.greeting=true
+minecolonies\:citizen.rabbitherder.female3.unhappy=true
+minecraft\:entity.experience_orb.pickup=true
+minecolonies\:citizen.teacher.female1.danger=true
+minecraft\:entity.skeleton.ambient=true
+minecolonies\:citizen.deliveryman.female3.missingequipment=true
+minecolonies\:citizen.mechanic.female3.badhousing=true
+minecolonies\:citizen.unemployed.male3.general=true
+minecolonies\:citizen.smelter.male2.sick=true
+minecolonies\:citizen.sifter.female4.general=true
+minecolonies\:citizen.planter.female4.missingequipment=true
+minecolonies\:citizen.chickenherder.male4.goodhousing=true
+minecolonies\:citizen.lumberjack.male2.success=true
+minecolonies\:citizen.miner.male1.badweather=true
+minecolonies\:citizen.sifter.male3.noise=true
+minecolonies\:citizen.concretemixer.female1.success=true
+minecolonies\:citizen.chickenherder.male1.farewell=true
+minecolonies\:citizen.archertraining.male3.general=true
+minecolonies\:citizen.crusher.male4.greeting=true
+minecolonies\:citizen.stonemason.male4.happy=true
+alexsmobs\:tiger_hurt=true
+minecolonies\:citizen.unemployed.female4.danger=true
+minecolonies\:citizen.concretemixer.female1.danger=true
+minecraft\:block.end_portal_frame.fill=true
+minecolonies\:citizen.stonesmeltery.female4.interaction=true
+minecolonies\:citizen.child.male4.danger=true
+minecraft\:entity.goat.screaming.ram_impact=true
+minecraft\:block.lava.ambient=true
+minecolonies\:citizen.cookassistant.female1.general=true
+minecolonies\:citizen.deliveryman.male4.farewell=true
+minecolonies\:citizen.researcher.male4.noise=true
+alexsmobs\:sugar_glider_idle=true
+minecraft\:block.cake.add_candle=true
+minecolonies\:citizen.builder.male2.farewell=true
+create\:crushing_3=true
+minecolonies\:citizen.cookassistant.female2.badhousing=true
+create\:crushing_2=true
+create\:crushing_1=true
+alexsmobs\:laviathan_idle=true
+blue_skies\:entity.crogre.jump=true
+minecolonies\:citizen.unemployed.female4.badhousing=true
+minecraft\:block.nether_wood_door.close=true
+minecolonies\:citizen.planter.male4.badweather=true
+create\:whistle_train_low=true
+minecolonies\:citizen.researcher.male3.missingequipment=true
+minecolonies\:citizen.combattraining.male4.danger=true
+minecolonies\:citizen.fisherman.female4.badweather=true
+minecraft\:block.note_block.chime=true
+minecolonies\:citizen.teacher.female1.interaction=true
+minecolonies\:citizen.glassblower.female4.unhappy=true
+minecolonies\:citizen.concretemixer.female2.farewell=true
+blue_skies\:entity.starlit_crusher.death=true
+minecolonies\:citizen.cook.female1.highsaturation=true
+minecolonies\:citizen.crusher.male4.highsaturation=true
+minecraft\:block.chain.hit=true
+minecolonies\:citizen.crusher.male3.badhousing=true
+minecolonies\:citizen.child.female2.happy=true
+blue_skies\:block.alchemy_table.use=true
+minecolonies\:citizen.farmer.female2.farewell=true
+minecolonies\:citizen.baker.male3.goodhousing=true
+minecolonies\:citizen.student.male2.noise=true
+minecolonies\:citizen.pupil.male3.sick=true
+minecolonies\:citizen.researcher.female3.danger=true
+minecraft\:block.mud.hit=true
+minecolonies\:citizen.fisherman.female3.noise=true
+minecolonies\:citizen.glassblower.female1.badhousing=true
+minecolonies\:citizen.farmer.male1.general=true
+minecolonies\:citizen.crusher.male2.sick=true
+minecolonies\:citizen.ranger.female3.success=true
+minecolonies\:citizen.knight.male3.general=true
+create\:chiff=true
+minecolonies\:citizen.enchanter.female3.interaction=true
+undergarden\:entity.muncher.ambient=true
+minecolonies\:citizen.deliveryman.male2.goodhousing=true
+minecolonies\:citizen.lumberjack.male1.general=true
+minecolonies\:citizen.mechanic.female3.noise=true
+minecraft\:item.bundle.drop_contents=true
+minecolonies\:citizen.student.female1.highsaturation=true
+minecolonies\:citizen.knight.male2.badhousing=true
+minecolonies\:citizen.combattraining.male2.goodhousing=true
+minecolonies\:citizen.concretemixer.male4.interaction=true
+minecolonies\:citizen.deliveryman.female2.happy=true
+minecraft\:block.stone.hit=true
+minecolonies\:citizen.druid.female3.success=true
+minecolonies\:citizen.glassblower.male2.unhappy=true
+minecolonies\:citizen.crusher.male1.interaction=true
+minecraft\:block.nylium.step=true
+minecolonies\:citizen.planter.male3.highsaturation=true
+minecolonies\:citizen.deliveryman.male1.interaction=true
+minecolonies\:citizen.farmer.male2.happy=true
+minecolonies\:citizen.crusher.female2.happy=true
+minecolonies\:citizen.pupil.female2.gotobed=true
+minecolonies\:citizen.archertraining.male4.gotobed=true
+blue_skies\:item.arc.ethereal_equip=true
+minecolonies\:citizen.smelter.female1.gotobed=true
+minecolonies\:citizen.netherworker.male2.highsaturation=true
+mutantmonsters\:entity.creeper_minion.ambient=true
+friendsandfoes\:entity.tuff_golem.step=true
+minecraft\:block.bell.use=true
+minecolonies\:citizen.healer.male2.badweather=true
+minecolonies\:citizen.mechanic.male2.missingequipment=true
+minecolonies\:citizen.deliveryman.female1.happy=true
+minecolonies\:citizen.druid.female2.general=true
+minecolonies\:citizen.farmer.female4.unhappy=true
+minecraft\:block.wet_grass.place=true
+minecolonies\:citizen.student.female2.highsaturation=true
+minecolonies\:citizen.pupil.male3.badweather=true
+minecolonies\:citizen.baker.male1.general=true
+mmorpg\:stone_crack=true
+mmorpg\:freeze=true
+minecolonies\:citizen.undertaker.male3.danger=true
+minecolonies\:citizen.stonesmeltery.female4.danger=true
+minecolonies\:citizen.cowboy.female1.gotobed=true
+minecolonies\:citizen.dyer.male3.greeting=true
+minecolonies\:citizen.builder.female1.gotobed=true
+alexsmobs\:bald_eagle_idle=true
+cookingforblockheads\:fridge_close=true
+minecraft\:entity.tadpole.death=true
+minecraft\:block.roots.step=true
+minecolonies\:citizen.teacher.male2.happy=true
+minecolonies\:citizen.deliveryman.male4.unhappy=true
+minecraft\:block.fungus.hit=true
+minecolonies\:citizen.cook.male2.noise=true
+blue_skies\:entity.boss.spawn=true
+minecraft\:entity.villager.work_shepherd=true
+alexsmobs\:grizzly_bear_die=true
+alexsmobs\:cosmic_cod_hurt=true
+minecolonies\:citizen.miner.female1.happy=true
+minecolonies\:citizen.sifter.female1.danger=true
+minecolonies\:citizen.pupil.female3.badweather=true
+minecolonies\:citizen.fletcher.female4.goodhousing=true
+minecolonies\:citizen.researcher.male3.badweather=true
+minecolonies\:citizen.planter.male1.highsaturation=true
+minecolonies\:citizen.blacksmith.male2.danger=true
+minecolonies\:citizen.lumberjack.female1.success=true
+farmersdelight\:block.cabinet.close=true
+minecolonies\:citizen.rabbitherder.female2.greeting=true
+minecolonies\:citizen.child.female4.badhousing=true
+minecolonies\:citizen.planter.male2.general=true
+minecolonies\:citizen.pupil.female2.unhappy=true
+deeperdarker\:ambient.portal.groan=true
+minecolonies\:citizen.blacksmith.female2.sick=true
+minecolonies\:citizen.child.female4.general=true
+minecolonies\:citizen.druid.male4.gotobed=true
+minecolonies\:citizen.dyer.male2.badhousing=true
+undergarden\:entity.masticator.death=true
+undergarden\:entity.forgotten_guardian.ambient=true
+minecolonies\:citizen.enchanter.male2.noise=true
+minecolonies\:citizen.cook.male1.badhousing=true
+minecolonies\:citizen.florist.female2.goodhousing=true
+minecolonies\:citizen.builder.female1.interaction=true
+create\:whistle_train_manual_low=true
+minecraft\:block.nether_ore.hit=true
+minecolonies\:citizen.cook.male3.sick=true
+aquamirae\:entity.deep_death=true
+minecolonies\:citizen.druid.male1.sick=true
+minecolonies\:citizen.deliveryman.female4.success=true
+minecolonies\:citizen.miner.male3.lowsaturation=true
+minecraft\:block.sweet_berry_bush.pick_berries=true
+minecolonies\:citizen.mechanic.male1.farewell=true
+minecolonies\:citizen.cook.male3.general=true
+minecraft\:entity.ender_dragon.ambient=true
+minecolonies\:citizen.cookassistant.male4.missingequipment=true
+minecolonies\:citizen.deliveryman.female1.missingequipment=true
+minecraft\:block.stone.break=true
+minecolonies\:citizen.rabbitherder.female3.badhousing=true
+minecolonies\:citizen.planter.male1.badweather=true
+minecraft\:block.suspicious_gravel.break=true
+minecolonies\:citizen.swineherder.male4.greeting=true
+blue_skies\:block.everdawn.portal=true
+minecolonies\:citizen.chickenherder.male2.highsaturation=true
+minecolonies\:citizen.alchemist.female3.missingequipment=true
+minecolonies\:citizen.student.female4.farewell=true
+blue_skies\:block.moonstone.break=true
+deeperdarker\:block.vase.fall=true
+minecolonies\:citizen.stonesmeltery.male4.goodhousing=true
+supplementaries\:block.bellows.retract=true
+minecolonies\:citizen.knight.female3.sick=true
+minecraft\:entity.fox.hurt=true
+minecolonies\:citizen.visitor.female2.goodhousing=true
+minecraft\:entity.fishing_bobber.splash=true
+minecolonies\:citizen.lumberjack.female3.highsaturation=true
+minecraft\:ambient.underwater.loop.additions.ultra_rare=true
+cookingforblockheads\:toaster_stop=true
+minecolonies\:citizen.ranger.male2.lowsaturation=true
+minecraft\:block.honey_block.slide=true
+zeldamod\:majora=true
+minecraft\:entity.skeleton_horse.ambient=true
+minecolonies\:citizen.beekeeper.female4.interaction=true
+minecolonies\:citizen.chickenherder.female1.noise=true
+minecolonies\:citizen.fletcher.female1.danger=true
+minecolonies\:citizen.crusher.female1.highsaturation=true
+minecolonies\:citizen.lumberjack.male1.success=true
+minecraft\:block.rooted_dirt.hit=true
+minecraft\:block.mud.break=true
+minecolonies\:citizen.florist.male4.success=true
+minecraft\:block.mud.place=true
+minecolonies\:citizen.archertraining.female4.lowsaturation=true
+minecolonies\:citizen.fisherman.female2.goodhousing=true
+minecraft\:entity.silverfish.hurt=true
+minecolonies\:citizen.florist.female3.noise=true
+blue_skies\:entity.nyctofly.hurt=true
+minecolonies\:citizen.composter.male3.lowsaturation=true
+minecolonies\:citizen.stonemason.female1.lowsaturation=true
+minecolonies\:citizen.knight.male2.missingequipment=true
+minecolonies\:citizen.rabbitherder.male1.noise=true
+minecolonies\:citizen.sawmill.male3.badweather=true
+minecolonies\:citizen.ranger.male4.farewell=true
+minecolonies\:citizen.unemployed.female1.unhappy=true
+minecraft\:entity.iron_golem.step=true
+minecraft\:block.blastfurnace.fire_crackle=true
+minecolonies\:citizen.cook.female1.happy=true
+minecolonies\:citizen.unemployed.female4.lowsaturation=true
+minecraft\:block.chain.fall=true
+minecolonies\:citizen.lumberjack.female2.badhousing=true
+minecolonies\:citizen.sifter.female4.unhappy=true
+minecraft\:entity.fox.teleport=true
+minecolonies\:citizen.rabbitherder.female4.interaction=true
+minecraft\:entity.goat.screaming.eat=true
+minecraft\:music_disc.otherside=true
+minecolonies\:citizen.rabbitherder.male3.gotobed=true
+minecolonies\:citizen.shepherd.female1.happy=true
+minecolonies\:citizen.netherworker.male2.happy=true
+minecolonies\:citizen.miner.female1.lowsaturation=true
+minecolonies\:citizen.baker.female4.happy=true
+minecolonies\:citizen.concretemixer.female4.badhousing=true
+minecraft\:item.trident.hit_ground=true
+minecolonies\:citizen.student.female4.sick=true
+minecraft\:item.brush.brushing.gravel=true
+minecraft\:entity.stray.hurt=true
+minecolonies\:citizen.deliveryman.male2.happy=true
+minecolonies\:citizen.alchemist.female2.badweather=true
+minecolonies\:citizen.stonesmeltery.male4.gotobed=true
+minecraft\:entity.sniffer.sniffing=true
+minecolonies\:citizen.builder.male1.unhappy=true
+minecolonies\:citizen.swineherder.female3.success=true
+minecolonies\:citizen.unemployed.female2.gotobed=true
+minecraft\:block.spore_blossom.break=true
+minecolonies\:citizen.enchanter.male2.lowsaturation=true
+minecraft\:block.amethyst_block.place=true
+minecolonies\:citizen.researcher.female4.farewell=true
+minecolonies\:citizen.stonemason.male4.unhappy=true
+minecolonies\:citizen.rabbitherder.male4.farewell=true
+minecolonies\:citizen.child.male1.highsaturation=true
+minecolonies\:citizen.dyer.female3.happy=true
+minecraft\:entity.ender_pearl.throw=true
+minecraft\:block.tuff.break=true
+minecolonies\:citizen.builder.female3.highsaturation=true
+minecolonies\:citizen.undertaker.male4.highsaturation=true
+minecolonies\:citizen.baker.male1.badhousing=true
+minecolonies\:citizen.smelter.male3.greeting=true
+minecolonies\:citizen.sawmill.female1.gotobed=true
+minecraft\:intentionally_empty=true
+minecraft\:block.fungus.fall=true
+minecolonies\:citizen.netherworker.female3.noise=true
+minecolonies\:citizen.baker.female1.goodhousing=true
+minecolonies\:citizen.pupil.female4.badhousing=true
+minecolonies\:citizen.teacher.male4.noise=true
+minecolonies\:citizen.glassblower.male1.noise=true
+supplementaries\:block.note_block.imitate.enderman=true
+minecolonies\:citizen.ranger.female2.sick=true
+minecraft\:block.dispenser.launch=true
+minecolonies\:citizen.fletcher.male2.unhappy=true
+minecolonies\:citizen.fletcher.male4.greeting=true
+minecolonies\:citizen.cookassistant.male2.goodhousing=true
+minecraft\:entity.ravager.roar=true
+minecraft\:block.note_block.imitate.ender_dragon=true
+enhancedai\:creeper_cena_explode=true
+create\:sanding_long=true
+minecolonies\:citizen.sawmill.female4.goodhousing=true
+blue_skies\:entity.armored_frost_spirit.hurt=true
+minecolonies\:citizen.cook.female2.gotobed=true
+minecolonies\:citizen.alchemist.female3.sick=true
+minecolonies\:citizen.farmer.female2.badweather=true
+mutantmonsters\:entity.creeper_minion.hurt=true
+minecolonies\:citizen.student.female4.goodhousing=true
+minecolonies\:citizen.dyer.male4.success=true
+minecolonies\:citizen.cookassistant.male1.sick=true
+minecolonies\:citizen.deliveryman.male3.noise=true
+minecolonies\:citizen.shepherd.male3.noise=true
+blue_skies\:entity.player.cast_spell=true
+illagerinvasion\:entity.illager_brute.hurt=true
+minecolonies\:citizen.swineherder.female4.happy=true
+minecolonies\:citizen.chickenherder.male2.badhousing=true
+minecolonies\:citizen.cookassistant.female3.danger=true
+minecolonies\:citizen.unemployed.male4.unhappy=true
+minecolonies\:citizen.dyer.female3.badweather=true
+minecolonies\:citizen.chickenherder.male4.lowsaturation=true
+minecolonies\:citizen.crusher.female1.missingequipment=true
+minecraft\:entity.parrot.imitate.silverfish=true
+minecolonies\:citizen.visitor.male1.success=true
+minecolonies\:citizen.stonemason.female4.interaction=true
+minecraft\:entity.wandering_trader.hurt=true
+minecolonies\:citizen.undertaker.male1.farewell=true
+minecolonies\:citizen.deliveryman.female1.greeting=true
+minecolonies\:citizen.baker.male3.unhappy=true
+minecolonies\:citizen.chickenherder.male3.goodhousing=true
+minecolonies\:citizen.dyer.male2.sick=true
+minecolonies\:citizen.archertraining.male4.goodhousing=true
+minecolonies\:citizen.sifter.female3.noise=true
+minecolonies\:citizen.florist.female4.noise=true
+minecolonies\:citizen.dyer.male4.farewell=true
+minecolonies\:citizen.rabbitherder.female4.noise=true
+minecraft\:entity.piglin.converted_to_zombified=true
+minecraft\:ambient.warped_forest.additions=true
+minecolonies\:citizen.enchanter.male4.greeting=true
+minecraft\:entity.goat.death=true
+minecolonies\:citizen.crusher.female1.farewell=true
+illagerinvasion\:entity.surrendered.death=true
+minecolonies\:citizen.shepherd.male2.happy=true
+minecraft\:entity.parrot.imitate.phantom=true
+minecolonies\:citizen.florist.male1.danger=true
+minecolonies\:citizen.rabbitherder.female2.gotobed=true
+alexsmobs\:underminer_hurt=true
+minecolonies\:citizen.cook.female4.lowsaturation=true
+minecolonies\:citizen.netherworker.female2.success=true
+minecolonies\:citizen.fletcher.male4.interaction=true
+deeperdarker\:music.otherside.deeplands=true
+friendsandfoes\:entity.ice_chunk.hit=true
+minecolonies\:citizen.ranger.male2.danger=true
+minecolonies\:citizen.researcher.female1.farewell=true
+minecolonies\:citizen.sifter.female4.interaction=true
+minecolonies\:citizen.teacher.female2.noise=true
+minecraft\:block.azalea_leaves.fall=true
+minecolonies\:citizen.crusher.female4.goodhousing=true
+minecolonies\:citizen.quarrier.female4.greeting=true
+minecolonies\:citizen.chickenherder.male4.highsaturation=true
+minecolonies\:citizen.visitor.male1.happy=true
+minecolonies\:citizen.miner.male4.danger=true
+minecolonies\:citizen.enchanter.male3.interaction=true
+minecolonies\:citizen.lumberjack.female3.missingequipment=true
+minecraft\:entity.llama.swag=true
+minecolonies\:citizen.pupil.female4.happy=true
+minecolonies\:citizen.cowboy.female4.farewell=true
+minecolonies\:citizen.netherworker.male4.lowsaturation=true
+minecolonies\:citizen.undertaker.female1.unhappy=true
+minecolonies\:citizen.cowboy.male1.greeting=true
+minecolonies\:citizen.healer.male3.highsaturation=true
+blue_skies\:music.mars=true
+minecolonies\:citizen.stonemason.male4.goodhousing=true
+createdieselgenerators\:diesel_engine_sound=true
+minecolonies\:citizen.lumberjack.male4.badhousing=true
+minecolonies\:citizen.pupil.male4.missingequipment=true
+minecraft\:block.spore_blossom.place=true
+minecolonies\:citizen.undertaker.female1.farewell=true
+minecolonies\:citizen.child.female1.goodhousing=true
+minecolonies\:citizen.blacksmith.male3.happy=true
+minecolonies\:citizen.crusher.male3.success=true
+minecolonies\:citizen.farmer.male4.lowsaturation=true
+minecolonies\:citizen.archertraining.male3.unhappy=true
+minecolonies\:citizen.smelter.female4.highsaturation=true
+minecolonies\:citizen.concretemixer.female4.lowsaturation=true
+minecraft\:block.tuff.place=true
+minecraft\:entity.illusioner.prepare_mirror=true
+illagerinvasion\:entity.archivist.hurt=true
+minecolonies\:citizen.farmer.male2.unhappy=true
+minecraft\:block.amethyst_block.break=true
+minecolonies\:citizen.shepherd.male4.lowsaturation=true
+minecolonies\:citizen.unemployed.female4.greeting=true
+minecraft\:entity.parrot.imitate.magma_cube=true
+minecolonies\:citizen.cookassistant.female3.farewell=true
+minecolonies\:citizen.visitor.female3.lowsaturation=true
+minecolonies\:citizen.planter.female4.gotobed=true
+minecolonies\:citizen.rabbitherder.female3.interaction=true
+minecraft\:entity.cat.purreow=true
+minecolonies\:citizen.dyer.male4.goodhousing=true
+minecraft\:music_disc.pigstep=true
+minecolonies\:citizen.chickenherder.female2.lowsaturation=true
+minecolonies\:citizen.knight.male1.badweather=true
+minecolonies\:citizen.stonesmeltery.male3.unhappy=true
+alexsmobs\:gelada_monkey_idle=true
+minecolonies\:citizen.researcher.female1.missingequipment=true
+undergarden\:item.slingshot.shoot=true
+minecolonies\:citizen.visitor.male3.interaction=true
+minecolonies\:citizen.student.female1.farewell=true
+minecraft\:entity.squid.death=true
+minecolonies\:citizen.smelter.female1.lowsaturation=true
+minecolonies\:citizen.crusher.female3.badhousing=true
+minecolonies\:citizen.visitor.male3.danger=true
+minecolonies\:citizen.baker.female2.goodhousing=true
+minecolonies\:citizen.mechanic.male3.lowsaturation=true
+alexsmobs\:cockroach_hurt=true
+minecolonies\:citizen.pupil.female1.greeting=true
+minecolonies\:citizen.beekeeper.female1.goodhousing=true
+minecolonies\:citizen.sawmill.male3.general=true
+minecraft\:block.frogspawn.place=true
+minecolonies\:citizen.child.male3.lowsaturation=true
+minecolonies\:citizen.mechanic.female4.danger=true
+minecraft\:block.polished_deepslate.fall=true
+minecolonies\:citizen.florist.female4.highsaturation=true
+minecraft\:entity.dolphin.ambient=true
+minecolonies\:citizen.miner.female4.general=true
+minecolonies\:citizen.sawmill.male2.danger=true
+minecolonies\:citizen.rabbitherder.female4.highsaturation=true
+minecolonies\:citizen.builder.male2.noise=true
+minecolonies\:citizen.combattraining.female2.goodhousing=true
+minecolonies\:citizen.netherworker.female1.lowsaturation=true
+alexsmobs\:seagull_hurt=true
+minecolonies\:citizen.healer.male4.noise=true
+minecolonies\:citizen.unemployed.female1.noise=true
+minecolonies\:citizen.ranger.male4.unhappy=true
+minecolonies\:citizen.healer.male4.unhappy=true
+blue_skies\:entity.summoner.prepare_summon=true
+minecolonies\:citizen.netherworker.female1.interaction=true
+minecolonies\:citizen.ranger.female1.noise=true
+minecolonies\:citizen.combattraining.female1.sick=true
+minecraft\:entity.magma_cube.squish_small=true
+minecolonies\:citizen.child.female1.missingequipment=true
+minecolonies\:citizen.deliveryman.female3.sick=true
+minecolonies\:citizen.student.male1.goodhousing=true
+minecolonies\:citizen.cook.male4.unhappy=true
+minecolonies\:citizen.pupil.male1.noise=true
+minecolonies\:citizen.sawmill.male2.general=true
+minecolonies\:citizen.stonesmeltery.female4.highsaturation=true
+minecolonies\:citizen.deliveryman.male2.sick=true
+minecolonies\:citizen.pupil.male4.badweather=true
+minecolonies\:citizen.stonesmeltery.female4.goodhousing=true
+minecolonies\:citizen.smelter.female1.unhappy=true
+touhou_little_maid\:item.compass=true
+minecolonies\:citizen.composter.female3.lowsaturation=true
+minecolonies\:citizen.crusher.female2.badhousing=true
+minecolonies\:citizen.cookassistant.female1.lowsaturation=true
+minecolonies\:citizen.stonemason.female4.goodhousing=true
+minecolonies\:citizen.healer.male3.happy=true
+minecolonies\:citizen.fletcher.female3.greeting=true
+minecolonies\:citizen.smelter.female4.interaction=true
+minecolonies\:citizen.chickenherder.female4.badhousing=true
+minecolonies\:citizen.archertraining.female3.sick=true
+minecolonies\:citizen.rabbitherder.female4.lowsaturation=true
+minecraft\:entity.wandering_trader.death=true
+minecolonies\:citizen.swineherder.female2.noise=true
+minecolonies\:citizen.combattraining.male3.danger=true
+minecolonies\:citizen.archertraining.female1.farewell=true
+minecraft\:entity.guardian.attack=true
+minecolonies\:citizen.miner.male3.sick=true
+minecolonies\:citizen.teacher.male3.greeting=true
+minecolonies\:citizen.ranger.male3.noise=true
+minecolonies\:citizen.sawmill.female3.happy=true
+minecolonies\:citizen.baker.male3.missingequipment=true
+minecraft\:ambient.nether_wastes.mood=true
+minecolonies\:citizen.druid.female3.general=true
+minecolonies\:citizen.shepherd.female2.happy=true
+illagerinvasion\:entity.basher.hurt=true
+minecolonies\:citizen.stonesmeltery.female2.sick=true
+minecolonies\:citizen.cowboy.male4.farewell=true
+minecolonies\:citizen.swineherder.female3.lowsaturation=true
+minecraft\:block.pink_petals.break=true
+minecolonies\:citizen.sawmill.male3.success=true
+minecolonies\:citizen.rabbitherder.male4.success=true
+bettercombat\:pickaxe_swing=true
+minecolonies\:citizen.researcher.male4.goodhousing=true
+minecraft\:entity.witch.hurt=true
+minecolonies\:citizen.sawmill.male2.lowsaturation=true
+mutantmonsters\:entity.mutant_creeper.ambient=true
+blue_skies\:music.poison_defeat=true
+minecolonies\:citizen.ranger.female1.general=true
+minecolonies\:citizen.glassblower.male1.unhappy=true
+minecraft\:entity.stray.death=true
+minecolonies\:citizen.planter.male3.unhappy=true
+minecolonies\:citizen.druid.female2.highsaturation=true
+minecraft\:block.wet_grass.hit=true
+minecraft\:block.note_block.pling=true
+minecolonies\:citizen.chickenherder.female2.sick=true
+minecraft\:entity.warden.heartbeat=true
+minecolonies\:citizen.chickenherder.female1.gotobed=true
+minecolonies\:citizen.student.male2.badweather=true
+minecolonies\:citizen.dyer.female4.sick=true
+minecolonies\:citizen.archertraining.male2.general=true
+minecolonies\:citizen.lumberjack.male3.interaction=true
+minecolonies\:citizen.healer.female2.greeting=true
+minecolonies\:citizen.glassblower.female4.greeting=true
+minecolonies\:citizen.archertraining.female3.danger=true
+minecolonies\:citizen.sifter.female3.general=true
+minecolonies\:citizen.rabbitherder.female4.badhousing=true
+minecolonies\:citizen.lumberjack.female4.sick=true
+minecolonies\:citizen.sifter.male1.gotobed=true
+minecolonies\:citizen.composter.female3.badweather=true
+bettercombat\:claymore_swing=true
+minecolonies\:citizen.builder.female3.badweather=true
+minecolonies\:citizen.glassblower.female4.gotobed=true
+alexsmobs\:centipede_walk=true
+minecolonies\:citizen.cowboy.male4.danger=true
+minecolonies\:citizen.stonesmeltery.female2.highsaturation=true
+minecolonies\:citizen.enchanter.female4.success=true
+minecolonies\:citizen.cookassistant.female2.general=true
+minecraft\:block.lava.extinguish=true
+minecraft\:entity.villager.work_librarian=true
+minecolonies\:citizen.ranger.male3.badhousing=true
+minecolonies\:citizen.cowboy.female2.noise=true
+blue_skies\:item.arc.life_equip=true
+minecolonies\:citizen.fletcher.male1.badhousing=true
+minecraft\:block.end_gateway.spawn=true
+minecolonies\:citizen.cowboy.female4.happy=true
+minecolonies\:citizen.sawmill.female2.sick=true
+minecraft\:entity.zoglin.hurt=true
+minecolonies\:citizen.chickenherder.male1.badhousing=true
+minecolonies\:citizen.florist.male1.badhousing=true
+minecolonies\:citizen.concretemixer.female3.interaction=true
+minecolonies\:citizen.smelter.male1.lowsaturation=true
+minecolonies\:citizen.crusher.female4.interaction=true
+touhou_little_maid\:block.gomoku_reset=true
+minecolonies\:citizen.visitor.female2.danger=true
+minecolonies\:citizen.glassblower.male3.gotobed=true
+minecolonies\:citizen.baker.female3.sick=true
+minecolonies\:citizen.cowboy.male4.sick=true
+minecolonies\:citizen.shepherd.male1.highsaturation=true
+minecolonies\:citizen.mechanic.male4.danger=true
+minecraft\:entity.generic.burn=true
+minecolonies\:citizen.miner.female3.badhousing=true
+minecolonies\:citizen.miner.male1.happy=true
+minecolonies\:citizen.builder.female2.gotobed=true
+minecolonies\:citizen.shepherd.male4.greeting=true
+minecolonies\:citizen.glassblower.male2.danger=true
+minecolonies\:citizen.baker.female3.lowsaturation=true
+minecolonies\:citizen.netherworker.male1.interaction=true
+minecolonies\:citizen.pupil.male4.happy=true
+minecolonies\:citizen.cook.female1.sick=true
+minecolonies\:citizen.dyer.female1.goodhousing=true
+minecolonies\:citizen.sawmill.female2.farewell=true
+minecolonies\:citizen.cookassistant.female2.goodhousing=true
+minecolonies\:citizen.rabbitherder.male1.farewell=true
+creeperoverhaul\:entity.wood.creeper.prime=true
+minecolonies\:citizen.stonesmeltery.female1.general=true
+minecolonies\:citizen.healer.male2.general=true
+minecolonies\:citizen.beekeeper.female3.farewell=true
+minecolonies\:citizen.druid.female1.highsaturation=true
+minecolonies\:citizen.stonesmeltery.female1.highsaturation=true
+minecolonies\:citizen.druid.female4.success=true
+minecolonies\:citizen.blacksmith.female4.badhousing=true
+minecolonies\:citizen.rabbitherder.female4.unhappy=true
+minecolonies\:citizen.druid.female2.badweather=true
+minecraft\:entity.shulker.teleport=true
+minecraft\:entity.sniffer.happy=true
+minecolonies\:citizen.undertaker.male4.farewell=true
+minecolonies\:citizen.researcher.male2.badweather=true
+minecraft\:block.froglight.break=true
+alexsmobs\:alligator_snapping_turtle_idle=true
+friendsandfoes\:entity.glare.ambient=true
+travelerstitles\:dimension=true
+minecolonies\:citizen.fletcher.male3.missingequipment=true
+minecolonies\:citizen.miner.female1.missingequipment=true
+minecolonies\:citizen.visitor.male4.badweather=true
+minecolonies\:citizen.enchanter.female1.danger=true
+alexsmobs\:music_disc_thime=true
+minecolonies\:citizen.child.female1.danger=true
+minecolonies\:citizen.miner.female4.badweather=true
+minecolonies\:citizen.baker.male2.general=true
+minecolonies\:citizen.child.male2.goodhousing=true
+alexsmobs\:bunfungus_idle=true
+minecolonies\:citizen.shepherd.male4.unhappy=true
+minecolonies\:citizen.quarrier.female2.noise=true
+minecolonies\:citizen.baker.male3.lowsaturation=true
+minecolonies\:citizen.alchemist.female2.lowsaturation=true
+minecolonies\:citizen.fisherman.female4.unhappy=true
+minecolonies\:citizen.visitor.male2.noise=true
+minecolonies\:citizen.enchanter.female2.badhousing=true
+patchouli\:book_flip=true
+minecolonies\:citizen.farmer.female3.lowsaturation=true
+minecolonies\:citizen.sawmill.female1.badweather=true
+minecolonies\:citizen.healer.male1.highsaturation=true
+minecraft\:block.beehive.exit=true
+minecolonies\:citizen.ranger.male3.greeting=true
+minecolonies\:citizen.enchanter.male1.badhousing=true
+minecolonies\:citizen.glassblower.male2.noise=true
+minecolonies\:citizen.archertraining.female1.badhousing=true
+minecolonies\:citizen.researcher.female4.general=true
+minecolonies\:citizen.druid.male4.missingequipment=true
+minecolonies\:citizen.unemployed.male4.highsaturation=true
+minecraft\:block.coral_block.step=true
+minecolonies\:citizen.unemployed.male3.missingequipment=true
+minecolonies\:citizen.fletcher.male3.unhappy=true
+minecolonies\:citizen.enchanter.male1.gotobed=true
+minecolonies\:citizen.undertaker.female1.danger=true
+minecolonies\:citizen.netherworker.male1.gotobed=true
+minecolonies\:citizen.concretemixer.female3.badhousing=true
+undergarden\:entity.scintling.hurt=true
+minecolonies\:citizen.fisherman.male2.goodhousing=true
+minecolonies\:citizen.fisherman.female2.interaction=true
+minecolonies\:citizen.composter.female4.gotobed=true
+minecolonies\:citizen.planter.male1.general=true
+minecolonies\:citizen.cookassistant.female2.happy=true
+minecraft\:item.bucket.fill_milk=true
+minecolonies\:citizen.quarrier.female1.happy=true
+minecolonies\:citizen.sawmill.male4.sick=true
+kobolds\:kobold_purr=true
+minecolonies\:citizen.cowboy.female3.badweather=true
+minecolonies\:citizen.swineherder.female1.general=true
+minecolonies\:citizen.ranger.female2.success=true
+minecolonies\:citizen.quarrier.female3.noise=true
+minecraft\:entity.axolotl.swim=true
+minecolonies\:citizen.sifter.male4.farewell=true
+minecolonies\:citizen.beekeeper.male2.farewell=true
+minecraft\:block.slime_block.hit=true
+minecolonies\:citizen.builder.male4.farewell=true
+create\:contraption_disassemble=true
+minecolonies\:citizen.miner.female2.goodhousing=true
+minecolonies\:citizen.cookassistant.female1.happy=true
+minecraft\:entity.ender_dragon.shoot=true
+minecolonies\:citizen.quarrier.male1.gotobed=true
+mmorpg\:buff=true
+minecraft\:entity.zombie.step=true
+minecolonies\:citizen.swineherder.female2.success=true
+minecraft\:block.stone.place=true
+minecolonies\:citizen.sawmill.female1.noise=true
+minecolonies\:citizen.enchanter.male4.unhappy=true
+minecolonies\:citizen.student.female1.success=true
+minecolonies\:citizen.concretemixer.male3.badweather=true
+blue_skies\:ambient.moonlit_reservoir.loop=true
+minecolonies\:citizen.pupil.female3.gotobed=true
+minecraft\:block.nether_wood_trapdoor.close=true
+minecolonies\:citizen.pupil.female1.goodhousing=true
+minecolonies\:citizen.undertaker.female4.lowsaturation=true
+minecolonies\:citizen.child.male2.success=true
+minecolonies\:citizen.baker.male2.goodhousing=true
+minecolonies\:citizen.researcher.male4.general=true
+minecolonies\:citizen.archertraining.female4.unhappy=true
+minecolonies\:citizen.cookassistant.male1.missingequipment=true
+minecolonies\:citizen.deliveryman.female2.farewell=true
+minecolonies\:citizen.fletcher.male1.highsaturation=true
+minecraft\:entity.wolf.whine=true
+minecolonies\:citizen.cookassistant.male4.unhappy=true
+minecolonies\:citizen.ranger.male3.general=true
+undergarden\:entity.gwib.hurt=true
+create\:mechanical_press_activation=true
+minecolonies\:citizen.concretemixer.male3.greeting=true
+minecolonies\:citizen.child.male2.badhousing=true
+alexsmobs\:rhinoceros_hurt=true
+minecolonies\:citizen.knight.female1.missingequipment=true
+minecolonies\:citizen.enchanter.female2.happy=true
+minecolonies\:citizen.planter.female1.badhousing=true
+minecraft\:entity.wolf.step=true
+minecolonies\:citizen.shepherd.female3.badhousing=true
+minecolonies\:citizen.cook.female1.goodhousing=true
+minecolonies\:citizen.beekeeper.male4.unhappy=true
+minecolonies\:citizen.composter.male1.success=true
+minecraft\:block.froglight.place=true
+minecraft\:item.bucket.empty_fish=true
+minecraft\:entity.goat.eat=true
+minecraft\:entity.illusioner.hurt=true
+minecolonies\:citizen.beekeeper.male4.missingequipment=true
+minecraft\:entity.slime.death_small=true
+minecolonies\:citizen.sawmill.male4.badweather=true
+minecolonies\:citizen.lumberjack.female2.farewell=true
+minecolonies\:citizen.planter.female1.interaction=true
+minecolonies\:citizen.dyer.female2.badweather=true
+minecolonies\:citizen.dyer.female1.danger=true
+minecolonies\:citizen.combattraining.male1.unhappy=true
+minecolonies\:citizen.unemployed.female2.interaction=true
+minecolonies\:citizen.farmer.female3.badweather=true
+minecolonies\:citizen.dyer.male2.gotobed=true
+minecolonies\:citizen.fisherman.male4.noise=true
+minecolonies\:citizen.glassblower.male1.interaction=true
+minecraft\:entity.rabbit.attack=true
+minecolonies\:citizen.fletcher.male2.happy=true
+minecolonies\:citizen.student.female3.greeting=true
+aquamirae\:entity.deep_ambient=true
+minecolonies\:citizen.netherworker.female2.badhousing=true
+undergarden\:item.ditchbulb_paste.use=true
+minecraft\:block.suspicious_gravel.place=true
+minecolonies\:citizen.pupil.female2.farewell=true
+minecolonies\:citizen.blacksmith.female1.goodhousing=true
+supplementaries\:block.sack.break=true
+undergarden\:item.blisterbomb=true
+minecolonies\:citizen.netherworker.female2.missingequipment=true
+minecolonies\:citizen.archertraining.male1.badweather=true
+minecraft\:block.nether_wood_fence_gate.open=true
+minecraft\:entity.tnt.primed=true
+minecolonies\:citizen.sifter.male4.badhousing=true
+minecolonies\:citizen.unemployed.male2.general=true
+minecolonies\:citizen.quarrier.male2.greeting=true
+minecraft\:entity.generic.swim=true
+illagerinvasion\:entity.surrendered.charge=true
+minecolonies\:citizen.undertaker.female2.badweather=true
+minecolonies\:citizen.stonesmeltery.female3.highsaturation=true
+minecolonies\:citizen.composter.female1.sick=true
+alexsmobs\:roadrunner_hurt=true
+minecolonies\:citizen.ranger.female1.success=true
+minecolonies\:citizen.shepherd.female3.noise=true
+minecolonies\:citizen.lumberjack.female1.interaction=true
+minecolonies\:citizen.dyer.female3.highsaturation=true
+minecolonies\:citizen.fisherman.female3.lowsaturation=true
+minecolonies\:citizen.chickenherder.male1.highsaturation=true
+blue_skies\:entity.crogre.death=true
+minecolonies\:citizen.beekeeper.male2.lowsaturation=true
+minecraft\:block.beehive.drip=true
+minecraft\:music_disc.relic=true
+minecolonies\:citizen.sawmill.male4.goodhousing=true
+minecolonies\:citizen.shepherd.male1.badhousing=true
+minecolonies\:citizen.cook.female3.highsaturation=true
+minecolonies\:citizen.unemployed.male1.missingequipment=true
+minecolonies\:citizen.chickenherder.female1.greeting=true
+minecolonies\:citizen.shepherd.female4.farewell=true
+minecolonies\:citizen.sifter.female3.sick=true
+minecraft\:item.nether_wart.plant=true
+minecolonies\:citizen.knight.male1.general=true
+minecolonies\:mob.amazon.death=true
+minecolonies\:citizen.fletcher.male1.gotobed=true
+alexsmobs\:lobster_attack=true
+minecolonies\:citizen.fletcher.male4.gotobed=true
+minecolonies\:citizen.miner.female2.noise=true
+minecolonies\:citizen.florist.female2.farewell=true
+minecolonies\:citizen.composter.female4.noise=true
+minecolonies\:citizen.archertraining.female2.greeting=true
+minecolonies\:citizen.visitor.male1.missingequipment=true
+minecolonies\:citizen.archertraining.female3.unhappy=true
+minecolonies\:citizen.rabbitherder.female4.gotobed=true
+minecraft\:block.bone_block.step=true
+minecolonies\:citizen.fisherman.male4.lowsaturation=true
+minecolonies\:citizen.pupil.female4.gotobed=true
+minecolonies\:citizen.knight.male2.noise=true
+supplementaries\:item.slingshot.charge_0=true
+supplementaries\:item.slingshot.charge_1=true
+minecolonies\:citizen.glassblower.female3.unhappy=true
+minecolonies\:citizen.concretemixer.male4.highsaturation=true
+supplementaries\:item.slingshot.charge_2=true
+blue_skies\:entity.fluctuant_sphere.disappear=true
+supplementaries\:item.slingshot.charge_3=true
+minecolonies\:citizen.builder.female2.sick=true
+minecolonies\:citizen.composter.female3.goodhousing=true
+minecolonies\:citizen.alchemist.female3.noise=true
+minecolonies\:citizen.sawmill.female4.happy=true
+minecolonies\:citizen.stonemason.female3.sick=true
+minecolonies\:citizen.researcher.female3.greeting=true
+minecolonies\:citizen.quarrier.female4.badweather=true
+minecolonies\:citizen.cookassistant.male4.farewell=true
+minecolonies\:citizen.lumberjack.female2.lowsaturation=true
+minecolonies\:citizen.baker.male1.noise=true
+minecolonies\:citizen.combattraining.female4.unhappy=true
+minecolonies\:citizen.stonemason.male1.badhousing=true
+minecolonies\:citizen.visitor.male2.success=true
+minecraft\:block.small_amethyst_bud.break=true
+minecraft\:weather.rain=false
+minecolonies\:citizen.swineherder.female1.interaction=true
+minecraft\:block.sand.step=true
+supplementaries\:block.rotate=true
+minecolonies\:citizen.ranger.male1.general=true
+minecolonies\:citizen.healer.male1.general=true
+minecolonies\:citizen.lumberjack.female3.lowsaturation=true
+minecolonies\:citizen.stonemason.female3.badweather=true
+create\:whistle_train=true
+blue_skies\:music.nature_defeat=true
+minecolonies\:citizen.miner.male1.sick=true
+minecolonies\:citizen.quarrier.male1.missingequipment=true
+minecolonies\:citizen.miner.male3.badhousing=true
+minecolonies\:citizen.farmer.female2.goodhousing=true
+minecolonies\:citizen.mechanic.male4.success=true
+minecolonies\:citizen.visitor.male4.lowsaturation=true
+minecolonies\:citizen.lumberjack.male3.general=true
+minecolonies\:citizen.fisherman.male1.unhappy=true
+minecolonies\:citizen.pupil.male2.danger=true
+minecolonies\:citizen.unemployed.female3.sick=true
+minecraft\:block.conduit.deactivate=true
+minecolonies\:citizen.undertaker.male3.highsaturation=true
+minecolonies\:citizen.cook.female3.greeting=true
+minecolonies\:citizen.ranger.female2.badweather=true
+minecolonies\:citizen.ranger.female1.farewell=true
+minecolonies\:citizen.composter.female3.unhappy=true
+minecolonies\:citizen.lumberjack.female4.lowsaturation=true
+minecolonies\:citizen.rabbitherder.male1.danger=true
+minecraft\:entity.donkey.ambient=true
+minecolonies\:citizen.dyer.female1.success=true
+minecolonies\:citizen.student.female4.general=true
+minecolonies\:citizen.enchanter.female2.interaction=true
+minecolonies\:citizen.rabbitherder.male2.lowsaturation=true
+minecolonies\:citizen.student.female1.missingequipment=true
+minecolonies\:citizen.teacher.male1.general=true
+minecolonies\:citizen.deliveryman.female4.badhousing=true
+minecolonies\:citizen.combattraining.female3.noise=true
+undergarden\:entity.minion.shoot=true
+minecolonies\:citizen.alchemist.male4.greeting=true
+minecolonies\:citizen.rabbitherder.male4.danger=true
+minecolonies\:citizen.cookassistant.female3.noise=true
+minecolonies\:citizen.sawmill.male4.general=true
+minecolonies\:citizen.combattraining.male1.goodhousing=true
+undergarden\:entity.minion.death=true
+illagerinvasion\:item.horn_of_sight.blow=true
+minecolonies\:citizen.chickenherder.male2.missingequipment=true
+undergarden\:entity.gwib.flop=true
+minecolonies\:citizen.smelter.female3.farewell=true
+minecolonies\:citizen.stonesmeltery.female1.happy=true
+minecolonies\:citizen.glassblower.male2.missingequipment=true
+minecolonies\:citizen.fisherman.female4.lowsaturation=true
+minecolonies\:citizen.knight.female2.badhousing=true
+minecolonies\:citizen.cook.female2.goodhousing=true
+minecolonies\:citizen.student.female4.highsaturation=true
+minecolonies\:citizen.netherworker.male2.missingequipment=true
+minecolonies\:citizen.builder.male3.greeting=true
+minecolonies\:citizen.crusher.female3.general=true
+minecolonies\:citizen.teacher.male2.missingequipment=true
+minecolonies\:citizen.glassblower.female1.greeting=true
+minecraft\:entity.allay.hurt=true
+minecolonies\:citizen.stonemason.male4.highsaturation=true
+minecolonies\:citizen.florist.male4.lowsaturation=true
+minecolonies\:citizen.unemployed.male1.general=true
+minecolonies\:citizen.knight.female4.badweather=true
+minecolonies\:citizen.swineherder.female1.noise=true
+minecolonies\:citizen.concretemixer.male4.goodhousing=true
+minecolonies\:citizen.stonemason.female1.badhousing=true
+minecolonies\:citizen.miner.male4.goodhousing=true
+minecraft\:block.nether_ore.place=true
+minecolonies\:citizen.planter.female2.interaction=true
+minecraft\:block.sculk_catalyst.step=true
+minecolonies\:citizen.stonemason.male3.badweather=true
+minecraft\:entity.parrot.imitate.ravager=true
+minecolonies\:citizen.builder.male2.danger=true
+minecolonies\:citizen.knight.male4.general=true
+minecolonies\:citizen.netherworker.male2.danger=true
+minecolonies\:citizen.student.female1.general=true
+minecolonies\:citizen.rabbitherder.male4.lowsaturation=true
+minecolonies\:citizen.cowboy.male3.happy=true
+minecolonies\:citizen.smelter.female2.unhappy=true
+minecolonies\:citizen.smelter.male4.farewell=true
+minecraft\:entity.pig.death=true
+minecolonies\:citizen.shepherd.male3.badweather=true
+minecolonies\:citizen.enchanter.male3.sick=true
+minecraft\:entity.creeper.death=true
+deeperdarker\:entity.shriek_worm.hurt=true
+minecolonies\:citizen.rabbitherder.male3.lowsaturation=true
+minecolonies\:citizen.shepherd.female4.missingequipment=true
+minecolonies\:citizen.miner.female2.interaction=true
+minecolonies\:citizen.concretemixer.male1.badhousing=true
+minecolonies\:citizen.mechanic.male1.interaction=true
+minecraft\:block.stone_pressure_plate.click_on=true
+minecolonies\:citizen.chickenherder.female3.happy=true
+minecolonies\:citizen.beekeeper.female2.badhousing=true
+minecolonies\:citizen.student.male3.general=true
+minecraft\:block.nether_wood_fence_gate.close=true
+minecolonies\:citizen.teacher.female2.highsaturation=true
+undergarden\:entity.dweller.ambient=true
+blue_skies\:entity.gatekeeper.prepare_regen=true
+minecolonies\:citizen.miner.male1.unhappy=true
+minecolonies\:citizen.teacher.female4.badweather=true
+minecolonies\:citizen.child.male3.goodhousing=true
+minecraft\:block.sculk_vein.hit=true
+minecolonies\:citizen.knight.female4.success=true
+minecolonies\:citizen.sawmill.female2.gotobed=true
+minecolonies\:citizen.visitor.female3.gotobed=true
+minecolonies\:citizen.enchanter.male3.farewell=true
+minecolonies\:citizen.rabbitherder.male1.lowsaturation=true
+minecolonies\:citizen.ranger.male1.interaction=true
+create\:whistle_high=true
+minecolonies\:citizen.farmer.female1.greeting=true
+minecolonies\:citizen.undertaker.male1.success=true
+minecolonies\:tile.tavern.tavern_theme=true
+minecolonies\:citizen.teacher.female2.badhousing=true
+minecolonies\:citizen.stonesmeltery.female3.missingequipment=true
+minecolonies\:citizen.florist.male2.goodhousing=true
+minecolonies\:citizen.fisherman.female2.happy=true
+minecolonies\:citizen.alchemist.female1.sick=true
+touhou_little_maid\:maid.mode.feed=true
+minecolonies\:citizen.cowboy.female2.unhappy=true
+minecolonies\:citizen.ranger.female4.happy=true
+kobolds\:kobold_trade=true
+minecolonies\:citizen.druid.male1.noise=true
+minecolonies\:citizen.cowboy.female1.noise=true
+minecolonies\:citizen.knight.female4.happy=true
+alexsmobs\:april_fools_scream=true
+minecolonies\:citizen.planter.female3.badweather=true
+minecolonies\:citizen.fisherman.male1.goodhousing=true
+minecolonies\:citizen.pupil.female3.happy=true
+minecolonies\:citizen.druid.female4.general=true
+minecolonies\:citizen.unemployed.male3.lowsaturation=true
+minecolonies\:citizen.ranger.male1.happy=true
+minecolonies\:citizen.cowboy.male2.badweather=true
+minecolonies\:citizen.concretemixer.male4.success=true
+minecolonies\:citizen.unemployed.male4.noise=true
+minecolonies\:citizen.cowboy.male1.sick=true
+blue_skies\:entity.armored_frost_spirit.idle=true
+touhou_little_maid\:maid.mode.furnace=true
+minecolonies\:citizen.child.male2.highsaturation=true
+aquaculture\:tackle_box_open=true
+minecolonies\:citizen.ranger.female4.sick=true
+illagerinvasion\:item.lost_candle.diamond=true
+minecolonies\:citizen.composter.male4.greeting=true
+minecraft\:block.vine.step=true
+minecolonies\:citizen.mechanic.male4.happy=true
+minecraft\:block.note_block.flute=true
+minecolonies\:citizen.deliveryman.female3.lowsaturation=true
+minecolonies\:citizen.enchanter.male4.gotobed=true
+minecolonies\:citizen.fisherman.female4.missingequipment=true
+minecolonies\:citizen.fisherman.female3.gotobed=true
+blue_skies\:entity.crystal_camel.hurt=true
+minecolonies\:citizen.mechanic.male4.badhousing=true
+minecolonies\:citizen.blacksmith.female3.success=true
+minecolonies\:citizen.baker.female1.badhousing=true
+minecolonies\:citizen.archertraining.male4.sick=true
+minecolonies\:citizen.rabbitherder.female3.noise=true
+minecolonies\:citizen.unemployed.male4.lowsaturation=true
+minecolonies\:citizen.combattraining.male2.greeting=true
+minecolonies\:citizen.cowboy.male1.general=true
+minecraft\:entity.panda.eat=true
+minecolonies\:citizen.alchemist.male4.badhousing=true
+minecraft\:entity.wither_skeleton.death=true
+minecolonies\:citizen.quarrier.male1.badweather=true
+minecraft\:ambient.cave=true
+minecraft\:block.cave_vines.pick_berries=true
+minecolonies\:citizen.undertaker.male4.general=true
+minecolonies\:citizen.beekeeper.male4.noise=true
+minecolonies\:citizen.pupil.male1.farewell=true
+minecolonies\:citizen.cook.female1.lowsaturation=true
+illagerinvasion\:entity.basher.idle=true
+minecolonies\:citizen.enchanter.female3.greeting=true
+minecolonies\:citizen.dyer.female4.greeting=true
+minecolonies\:citizen.baker.female2.noise=true
+minecolonies\:citizen.sifter.female4.noise=true
+minecolonies\:citizen.combattraining.male4.noise=true
+aquamirae\:item.treasure_pouch.open=true
+minecolonies\:citizen.concretemixer.female4.missingequipment=true
+minecolonies\:citizen.fisherman.female3.farewell=true
+minecolonies\:citizen.teacher.female4.greeting=true
+minecraft\:block.small_amethyst_bud.place=true
+minecolonies\:citizen.archertraining.female1.happy=true
+minecolonies\:citizen.planter.male4.greeting=true
+minecolonies\:citizen.deliveryman.female3.highsaturation=true
+minecraft\:block.snow.hit=true
+alexsmobs\:crocodile_bite=true
+minecolonies\:citizen.lumberjack.female3.success=true
+minecolonies\:citizen.ranger.female4.general=true
+minecolonies\:citizen.florist.female2.danger=true
+minecolonies\:citizen.stonemason.male1.lowsaturation=true
+minecolonies\:citizen.builder.female4.badhousing=true
+minecolonies\:citizen.netherworker.male1.goodhousing=true
+minecolonies\:citizen.teacher.female1.happy=true
+minecraft\:block.portal.trigger=true
+minecolonies\:citizen.enchanter.male1.unhappy=true
+minecolonies\:citizen.fletcher.male1.unhappy=true
+minecolonies\:citizen.netherworker.male2.greeting=true
+undergarden\:block.gronglet.break=true
+blue_skies\:block.everbright.portal.trigger=true
+minecolonies\:citizen.cookassistant.male4.lowsaturation=true
+minecolonies\:citizen.rabbitherder.male4.noise=true
+minecolonies\:citizen.alchemist.female1.missingequipment=true
+minecolonies\:citizen.unemployed.female3.badweather=true
+minecolonies\:citizen.crusher.male1.badweather=true
+minecolonies\:citizen.netherworker.female2.general=true
+minecraft\:block.conduit.ambient=true
+minecolonies\:citizen.unemployed.male3.danger=true
+minecolonies\:citizen.visitor.female2.greeting=true
+minecolonies\:citizen.planter.female1.unhappy=true
+minecolonies\:citizen.farmer.male1.highsaturation=true
+minecolonies\:citizen.combattraining.male2.badhousing=true
+mmorpg\:splash=true
+minecraft\:entity.parrot.hurt=true
+minecolonies\:citizen.netherworker.female2.sick=true
+minecolonies\:citizen.swineherder.male4.badweather=true
+minecolonies\:citizen.composter.male4.success=true
+minecolonies\:citizen.crusher.male2.noise=true
+minecolonies\:citizen.mechanic.female3.success=true
+create\:copper_armor_equip=true
+minecolonies\:citizen.student.male1.greeting=true
+minecraft\:entity.zombie_horse.death=true
+minecolonies\:citizen.ranger.male1.greeting=true
+minecolonies\:citizen.healer.male1.greeting=true
+minecolonies\:citizen.fletcher.female2.general=true
+minecolonies\:citizen.undertaker.female4.happy=true
+minecraft\:entity.zoglin.death=true
+minecraft\:entity.parrot.imitate.slime=true
+minecolonies\:citizen.pupil.female2.sick=true
+minecolonies\:citizen.undertaker.female1.goodhousing=true
+minecolonies\:citizen.fisherman.male3.lowsaturation=true
+alexsmobs\:blue_jay_hurt=true
+minecolonies\:citizen.cowboy.male1.interaction=true
+minecraft\:block.barrel.close=true
+minecolonies\:citizen.unemployed.female3.unhappy=true
+minecolonies\:citizen.beekeeper.male3.lowsaturation=true
+minecolonies\:citizen.beekeeper.male4.lowsaturation=true
+minecolonies\:citizen.farmer.male1.badhousing=true
+minecraft\:entity.silverfish.step=true
+friendsandfoes\:entity.glare.death=true
+minecraft\:entity.turtle.shamble=true
+minecolonies\:citizen.baker.male4.greeting=true
+minecolonies\:citizen.concretemixer.female4.noise=true
+minecolonies\:citizen.visitor.female1.badhousing=true
+minecraft\:block.nether_ore.break=true
+minecolonies\:citizen.netherworker.female2.highsaturation=true
+minecolonies\:citizen.quarrier.female3.farewell=true
+alexsmobs\:tarantula_hawk_wing=true
+minecolonies\:citizen.unemployed.male1.farewell=true
+minecolonies\:citizen.child.female2.farewell=true
+minecolonies\:citizen.blacksmith.male4.general=true
+minecolonies\:citizen.student.male2.goodhousing=true
+minecolonies\:citizen.builder.male2.gotobed=true
+minecolonies\:citizen.planter.female1.goodhousing=true
+minecolonies\:citizen.miner.female4.danger=true
+minecolonies\:citizen.undertaker.male1.missingequipment=true
+minecolonies\:citizen.crusher.female3.happy=true
+minecraft\:block.chorus_flower.grow=true
+minecolonies\:citizen.sifter.male3.danger=true
+minecolonies\:citizen.chickenherder.female2.highsaturation=true
+minecraft\:block.bubble_column.upwards_ambient=true
+minecolonies\:citizen.fisherman.female2.greeting=true
+minecolonies\:citizen.knight.female1.noise=true
+minecolonies\:citizen.lumberjack.male4.happy=true
+minecolonies\:citizen.sawmill.male2.badhousing=true
+minecolonies\:citizen.builder.female3.danger=true
+undergarden\:block.gronglet.place=true
+minecolonies\:citizen.planter.male3.missingequipment=true
+minecolonies\:citizen.quarrier.male3.farewell=true
+minecraft\:entity.hoglin.attack=true
+minecolonies\:citizen.druid.female1.success=true
+minecolonies\:citizen.beekeeper.male1.missingequipment=true
+minecolonies\:citizen.fletcher.male3.goodhousing=true
+minecolonies\:citizen.cowboy.male3.greeting=true
+minecolonies\:citizen.dyer.female4.general=true
+minecolonies\:citizen.sifter.female4.goodhousing=true
+blue_skies\:entity.frost_spirit.hurt=true
+minecolonies\:citizen.fisherman.male2.interaction=true
+minecolonies\:citizen.shepherd.female4.sick=true
+minecolonies\:citizen.beekeeper.female3.general=true
+minecolonies\:citizen.shepherd.male3.unhappy=true
+minecraft\:block.cherry_wood_button.click_off=true
+minecolonies\:citizen.deliveryman.female2.lowsaturation=true
+alexsmobs\:enderiophage_walk=true
+minecolonies\:citizen.cookassistant.male1.badweather=true
+minecolonies\:citizen.mechanic.female2.badweather=true
+minecolonies\:citizen.smelter.female1.highsaturation=true
+minecolonies\:citizen.swineherder.female2.lowsaturation=true
+minecolonies\:citizen.knight.female4.missingequipment=true
+minecolonies\:citizen.child.female3.happy=true
+alexsmobs\:murmur_hurt=true
+minecolonies\:citizen.florist.female3.highsaturation=true
+minecraft\:entity.cat.stray_ambient=true
+minecraft\:block.small_dripleaf.step=true
+minecolonies\:citizen.researcher.female4.noise=true
+minecolonies\:citizen.farmer.male1.goodhousing=true
+minecolonies\:citizen.cook.female2.lowsaturation=true
+minecolonies\:citizen.healer.female1.general=true
+minecolonies\:citizen.farmer.male3.unhappy=true
+minecolonies\:citizen.concretemixer.female2.general=true
+minecraft\:block.growing_plant.crop=true
+minecraft\:entity.lingering_potion.throw=true
+minecolonies\:citizen.glassblower.male1.sick=true
+minecolonies\:citizen.beekeeper.male4.farewell=true
+minecolonies\:citizen.blacksmith.male1.general=true
+minecolonies\:citizen.shepherd.male2.gotobed=true
+minecraft\:block.deepslate_bricks.fall=true
+alexsmobs\:stink_ray=true
+minecraft\:entity.zombie.attack_iron_door=true
+minecolonies\:citizen.sifter.male4.success=true
+minecraft\:entity.camel.ambient=true
+minecolonies\:citizen.student.female1.badhousing=true
+minecolonies\:citizen.enchanter.male3.noise=true
+minecolonies\:citizen.combattraining.male2.gotobed=true
+minecraft\:block.composter.fill_success=true
+minecolonies\:citizen.researcher.male2.danger=true
+alexsmobs\:cachalot_whale_idle=true
+minecolonies\:citizen.undertaker.male3.happy=true
+minecolonies\:citizen.student.female2.sick=true
+minecolonies\:citizen.researcher.female1.success=true
+minecolonies\:citizen.visitor.male3.farewell=true
+minecraft\:ambient.nether_wastes.loop=true
+minecolonies\:citizen.enchanter.male4.lowsaturation=true
+minecolonies\:citizen.alchemist.male4.goodhousing=true
+minecolonies\:citizen.fletcher.female4.farewell=true
+deeperdarker\:entity.snapper.sniff=true
+blue_skies\:entity.gatekeeper.trade=true
+minecolonies\:citizen.undertaker.female4.gotobed=true
+minecraft\:entity.glow_squid.squirt=true
+minecolonies\:citizen.child.female2.goodhousing=true
+minecolonies\:citizen.blacksmith.male1.badweather=true
+illagerinvasion\:entity.necromancer.summon=true
+minecolonies\:citizen.pupil.female1.interaction=true
+alexsmobs\:centipede_attack=true
+minecolonies\:citizen.farmer.male2.danger=true
+minecolonies\:citizen.farmer.female3.interaction=true
+minecolonies\:citizen.quarrier.male2.gotobed=true
+minecraft\:item.dye.use=true
+undergarden\:item.bucket.empty_virulent=true
+minecolonies\:citizen.deliveryman.male3.gotobed=true
+minecraft\:block.note_block.hat=true
+alexsmobs\:mosquito_capsid_convert=true
+minecolonies\:citizen.fisherman.male1.gotobed=true
+minecolonies\:citizen.undertaker.female2.unhappy=true
+minecolonies\:citizen.researcher.male1.success=true
+minecolonies\:citizen.druid.male3.unhappy=true
+minecraft\:entity.bat.ambient=true
+minecolonies\:citizen.farmer.female2.sick=true
+minecolonies\:citizen.rabbitherder.female1.unhappy=true
+minecolonies\:citizen.cook.female1.gotobed=true
+minecolonies\:citizen.baker.female4.success=true
+minecolonies\:citizen.rabbitherder.female3.lowsaturation=true
+minecraft\:entity.bat.takeoff=true
+minecolonies\:citizen.glassblower.female2.happy=true
+realmrpg_wyrms\:wyrm_hurt=true
+minecraft\:entity.painting.break=true
+minecolonies\:citizen.mechanic.male1.danger=true
+minecolonies\:citizen.unemployed.female4.missingequipment=true
+minecraft\:block.hanging_sign.hit=true
+minecolonies\:citizen.unemployed.female1.lowsaturation=true
+minecolonies\:citizen.deliveryman.male4.badhousing=true
+minecolonies\:citizen.cookassistant.male3.unhappy=true
+minecolonies\:citizen.researcher.male4.success=true
+blue_skies\:records.blinding_rage=true
+minecolonies\:citizen.deliveryman.female3.noise=true
+minecolonies\:citizen.deliveryman.male1.farewell=true
+minecolonies\:citizen.miner.female4.missingequipment=true
+minecolonies\:citizen.enchanter.female1.goodhousing=true
+touhou_little_maid\:maid.mode.extinguishing=true
+minecolonies\:citizen.florist.female2.highsaturation=true
+minecolonies\:citizen.researcher.female4.success=true
+minecolonies\:citizen.druid.male4.happy=true
+minecraft\:entity.parrot.imitate.spider=true
+minecolonies\:citizen.mechanic.female4.sick=true
+minecolonies\:citizen.deliveryman.male4.highsaturation=true
+minecolonies\:citizen.stonemason.male2.noise=true
+minecolonies\:citizen.teacher.female2.general=true
+minecolonies\:citizen.netherworker.male3.sick=true
+minecolonies\:citizen.concretemixer.female3.greeting=true
+minecolonies\:citizen.stonemason.female1.greeting=true
+minecolonies\:citizen.cookassistant.female4.missingequipment=true
+touhou_little_maid\:maid.environment.cold=true
+minecolonies\:citizen.combattraining.female3.goodhousing=true
+minecraft\:entity.shulker.hurt=true
+minecolonies\:citizen.student.female3.badweather=true
+minecolonies\:citizen.healer.male4.sick=true
+minecolonies\:citizen.planter.female2.danger=true
+mutantmonsters\:entity.mutant_creeper.charge=true
+minecolonies\:citizen.visitor.female2.interaction=true
+minecolonies\:citizen.unemployed.female2.greeting=true
+minecolonies\:citizen.cook.male1.interaction=true
+create\:funnel_flap_compounded_1=true
+minecolonies\:citizen.student.male1.noise=true
+minecolonies\:citizen.alchemist.male3.gotobed=true
+minecraft\:block.cherry_wood_hanging_sign.fall=true
+minecolonies\:citizen.stonemason.male2.greeting=true
+minecolonies\:citizen.stonemason.female3.success=true
+minecolonies\:citizen.alchemist.female1.general=true
+minecraft\:entity.villager.trade=true
+minecolonies\:citizen.blacksmith.female1.interaction=true
+minecraft\:block.conduit.ambient.short=true
+minecolonies\:citizen.archertraining.female1.interaction=true
+minecolonies\:citizen.stonesmeltery.female2.badhousing=true
+minecolonies\:citizen.dyer.male1.gotobed=true
+minecolonies\:citizen.beekeeper.male1.badweather=true
+minecolonies\:citizen.undertaker.male4.goodhousing=true
+illagerinvasion\:entity.invoker.shield_break=true
+minecolonies\:citizen.cook.female2.badweather=true
+minecraft\:entity.splash_potion.break=true
+minecraft\:block.cherry_wood_pressure_plate.click_on=true
+illagerinvasion\:entity.invoker.death=true
+minecolonies\:citizen.undertaker.female4.unhappy=true
+minecolonies\:citizen.shepherd.male4.sick=true
+minecolonies\:citizen.cook.male1.highsaturation=true
+minecolonies\:citizen.cook.male4.happy=true
+minecolonies\:citizen.cook.male4.danger=true
+minecolonies\:citizen.concretemixer.female3.goodhousing=true
+minecolonies\:citizen.smelter.female4.goodhousing=true
+minecolonies\:citizen.teacher.male3.noise=true
+minecraft\:entity.zombie_villager.step=true
+minecolonies\:citizen.mechanic.female4.noise=true
+minecolonies\:citizen.unemployed.female3.lowsaturation=true
+minecraft\:entity.parrot.imitate.piglin=true
+minecolonies\:citizen.netherworker.male2.badweather=true
+minecolonies\:citizen.miner.male4.unhappy=true
+minecolonies\:citizen.combattraining.female4.greeting=true
+friendsandfoes\:entity.wildfire.ambient=true
+minecolonies\:citizen.student.male3.interaction=true
+minecolonies\:citizen.rabbitherder.male1.badweather=true
+minecraft\:entity.player.hurt_on_fire=true
+minecraft\:entity.tropical_fish.ambient=true
+minecraft\:entity.sniffer.death=true
+minecolonies\:citizen.farmer.male3.noise=true
+minecolonies\:citizen.florist.female3.badhousing=true
+blue_skies\:entity.reindeer.death=true
+minecolonies\:citizen.undertaker.female3.lowsaturation=true
+minecolonies\:citizen.blacksmith.male3.highsaturation=true
+minecolonies\:citizen.sifter.male4.noise=true
+minecolonies\:citizen.swineherder.male1.sick=true
+minecraft\:block.nether_wood_hanging_sign.fall=true
+minecolonies\:citizen.miner.female1.goodhousing=true
+minecolonies\:citizen.undertaker.male3.badhousing=true
+minecolonies\:citizen.chickenherder.male3.success=true
+minecolonies\:citizen.crusher.male2.danger=true
+minecolonies\:citizen.concretemixer.male4.missingequipment=true
+realmrpg_wyrms\:wyrm_death=true
+create\:whistle_train_manual=true
+bettercombat\:anchor_slam=true
+aquaculture\:tackle_box_close=true
+minecolonies\:citizen.student.female4.happy=true
+minecolonies\:citizen.smelter.male3.general=true
+minecolonies\:citizen.rabbitherder.female1.lowsaturation=true
+minecolonies\:citizen.alchemist.female3.lowsaturation=true
+minecolonies\:citizen.cookassistant.female2.success=true
+minecolonies\:citizen.composter.female2.farewell=true
+minecraft\:entity.piglin.step=true
+minecolonies\:citizen.baker.female3.interaction=true
+minecraft\:block.packed_mud.fall=true
+minecolonies\:citizen.fisherman.male4.gotobed=true
+minecolonies\:citizen.shepherd.female1.general=true
+minecolonies\:citizen.archertraining.female3.farewell=true
+minecolonies\:citizen.child.female3.interaction=true
+minecolonies\:citizen.unemployed.female2.goodhousing=true
+minecraft\:entity.painting.place=true
+minecolonies\:citizen.stonesmeltery.male1.lowsaturation=true
+minecraft\:entity.warden.sonic_charge=true
+minecraft\:music_disc.strad=true
+minecolonies\:citizen.undertaker.male2.highsaturation=true
+minecolonies\:citizen.student.male2.highsaturation=true
+minecolonies\:citizen.sifter.male4.goodhousing=true
+minecolonies\:citizen.combattraining.male1.sick=true
+minecolonies\:citizen.cookassistant.male2.gotobed=true
+minecolonies\:citizen.student.male2.danger=true
+minecraft\:block.amethyst_cluster.fall=true
+minecraft\:entity.zombie_villager.cure=true
+minecolonies\:citizen.unemployed.female3.gotobed=true
+minecraft\:entity.dolphin.death=true
+minecolonies\:citizen.planter.male3.badhousing=true
+minecraft\:block.anvil.step=true
+minecolonies\:citizen.cook.male2.highsaturation=true
+minecraft\:entity.cat.ambient=true
+minecolonies\:citizen.researcher.female2.sick=true
+minecraft\:entity.magma_cube.hurt=true
+minecolonies\:citizen.blacksmith.male4.highsaturation=true
+minecolonies\:citizen.fisherman.female3.unhappy=true
+minecolonies\:citizen.cook.male1.noise=true
+minecolonies\:citizen.lumberjack.female1.badweather=true
+minecolonies\:citizen.swineherder.female1.success=true
+minecolonies\:citizen.rabbitherder.female2.goodhousing=true
+alexsmobs\:skunk_idle=true
+touhou_little_maid\:maid.mode.milk=true
+minecolonies\:citizen.netherworker.male2.interaction=true
+alexsmobs\:kangaroo_idle=true
+minecolonies\:citizen.unemployed.female1.badhousing=true
+minecolonies\:citizen.healer.male2.farewell=true
+minecolonies\:citizen.teacher.female4.sick=true
+minecolonies\:citizen.fletcher.female4.badhousing=true
+minecolonies\:citizen.quarrier.female4.general=true
+minecraft\:block.powder_snow.hit=true
+minecolonies\:citizen.composter.female3.greeting=true
+minecolonies\:citizen.student.male1.highsaturation=true
+minecolonies\:citizen.child.female3.general=true
+minecolonies\:citizen.planter.female1.gotobed=true
+touhou_little_maid\:maid.ai.hurt_fire=true
+minecolonies\:citizen.undertaker.male4.noise=true
+minecraft\:block.glass.step=true
+minecolonies\:citizen.cookassistant.male3.greeting=true
+minecraft\:block.lodestone.fall=true
+alexsmobs\:warped_mosco_hurt=true
+minecolonies\:citizen.smelter.female4.badhousing=true
+minecolonies\:citizen.blacksmith.male4.goodhousing=true
+minecraft\:block.cherry_wood_door.close=true
+minecolonies\:citizen.chickenherder.female1.highsaturation=true
+minecolonies\:citizen.lumberjack.male2.danger=true
+minecolonies\:citizen.cook.female2.highsaturation=true
+minecraft\:entity.llama.hurt=true
+minecolonies\:citizen.fletcher.female2.happy=true
+minecraft\:ui.stonecutter.select_recipe=true
+undergarden\:entity.dweller.jump=true
+alexsmobs\:bunfungus_hurt=true
+minecolonies\:citizen.crusher.female3.missingequipment=true
+minecolonies\:citizen.crusher.male1.greeting=true
+minecolonies\:citizen.cook.male3.lowsaturation=true
+alexsmobs\:emu_idle=true
+minecolonies\:citizen.baker.female3.badweather=true
+minecolonies\:citizen.farmer.female1.missingequipment=true
+minecolonies\:citizen.student.male1.success=true
+friendsandfoes\:entity.mauler.death=true
+minecolonies\:citizen.student.female3.highsaturation=true
+minecolonies\:citizen.swineherder.female2.missingequipment=true
+minecolonies\:citizen.child.female4.noise=true
+minecolonies\:citizen.researcher.male3.success=true
+alexsmobs\:komodo_dragon_hurt=true
+illagerinvasion\:entity.sorcerer.cast=true
+minecolonies\:citizen.teacher.male4.badweather=true
+minecolonies\:citizen.florist.female1.goodhousing=true
+minecolonies\:citizen.fletcher.female3.general=true
+minecolonies\:citizen.teacher.male2.badhousing=true
+alexsmobs\:gorilla_idle=true
+minecolonies\:citizen.builder.female3.noise=true
+minecolonies\:citizen.miner.female2.greeting=true
+minecolonies\:citizen.quarrier.male1.unhappy=true
+minecolonies\:citizen.deliveryman.male2.missingequipment=true
+minecolonies\:citizen.dyer.female4.badhousing=true
+minecolonies\:citizen.pupil.female1.badhousing=true
+minecolonies\:citizen.dyer.female2.sick=true
+minecolonies\:citizen.dyer.male2.danger=true
+minecolonies\:citizen.concretemixer.male3.highsaturation=true
+minecraft\:entity.ocelot.death=true
+create\:worldshaper_place=true
+minecolonies\:citizen.farmer.male2.highsaturation=true
+alexsmobs\:la_cucaracha=true
+minecolonies\:citizen.chickenherder.female4.sick=true
+minecolonies\:citizen.fisherman.male3.gotobed=true
+minecolonies\:citizen.miner.female1.general=true
+minecolonies\:citizen.baker.female4.missingequipment=true
+minecraft\:block.frogspawn.fall=true
+minecolonies\:citizen.pupil.male1.missingequipment=true
+minecolonies\:citizen.stonesmeltery.male4.noise=true
+minecolonies\:citizen.swineherder.female2.badhousing=true
+minecolonies\:citizen.archertraining.male3.badhousing=true
+minecolonies\:citizen.crusher.female4.noise=true
+minecolonies\:citizen.florist.male4.danger=true
+deeperdarker\:entity.snapper.bite=true
+alexsmobs\:centipede_hurt=true
+alexsmobs\:giant_squid_tentacle=true
+minecolonies\:citizen.pupil.female4.missingequipment=true
+create\:schematicannon_finish=true
+minecolonies\:citizen.glassblower.male1.gotobed=true
+minecraft\:entity.wither.shoot=true
+minecolonies\:citizen.visitor.female1.goodhousing=true
+minecolonies\:citizen.farmer.male1.missingequipment=true
+alexsmobs\:comb_jelly_hurt=true
+minecolonies\:citizen.sawmill.male1.missingequipment=true
+minecolonies\:citizen.child.female1.general=true
+riskofrain_mobs\:entity.stone_golem.clap=true
+minecolonies\:citizen.shepherd.female3.greeting=true
+minecraft\:entity.villager.work_weaponsmith=true
+minecolonies\:citizen.shepherd.male4.missingequipment=true
+minecolonies\:citizen.knight.male4.badweather=true
+minecolonies\:citizen.beekeeper.female3.interaction=true
+minecraft\:block.chiseled_bookshelf.fall=true
+minecolonies\:citizen.rabbitherder.female2.unhappy=true
+minecolonies\:citizen.deliveryman.male2.gotobed=true
+minecolonies\:citizen.cowboy.female3.unhappy=true
+minecraft\:block.mud_bricks.hit=true
+minecolonies\:citizen.combattraining.female4.interaction=true
+minecraft\:block.mangrove_roots.fall=true
+minecraft\:item.armor.equip_gold=true
+minecraft\:block.sculk_shrieker.break=true
+touhou_little_maid\:maid.mode.torch=true
+minecraft\:block.soul_sand.break=true
+friendsandfoes\:entity.glare.eat=true
+minecolonies\:citizen.chickenherder.female4.danger=true
+alexsmobs\:crow_hurt=true
+minecolonies\:citizen.mechanic.female2.success=true
+minecolonies\:citizen.cookassistant.female4.sick=true
+minecolonies\:citizen.alchemist.female3.greeting=true
+minecolonies\:citizen.undertaker.female2.greeting=true
+minecraft\:entity.firework_rocket.blast_far=true
+minecraft\:music.nether.crimson_forest=true
+minecolonies\:citizen.lumberjack.female4.happy=true
+minecolonies\:citizen.baker.female2.danger=true
+minecraft\:block.sculk_shrieker.place=true
+minecolonies\:citizen.sawmill.male2.success=true
+minecolonies\:citizen.sawmill.female4.gotobed=true
+minecolonies\:citizen.cookassistant.male2.interaction=true
+minecolonies\:citizen.farmer.male4.highsaturation=true
+minecraft\:block.nether_bricks.hit=true
+minecolonies\:citizen.farmer.female2.general=true
+minecolonies\:citizen.lumberjack.male3.goodhousing=true
+minecraft\:block.metal_pressure_plate.click_on=true
+aquamirae\:entity.captain_cornelia.ambient=true
+minecolonies\:citizen.stonesmeltery.male3.farewell=true
+minecolonies\:citizen.chickenherder.female2.farewell=true
+minecolonies\:citizen.stonesmeltery.male2.badweather=true
+minecolonies\:citizen.concretemixer.female1.general=true
+minecolonies\:citizen.farmer.male2.interaction=true
+minecolonies\:citizen.cookassistant.female2.interaction=true
+minecolonies\:citizen.deliveryman.male2.interaction=true
+minecraft\:block.soul_sand.place=true
+minecolonies\:citizen.undertaker.female2.lowsaturation=true
+minecraft\:block.nether_wood_button.click_on=true
+friendsandfoes\:entity.glare.grumpiness_short=true
+minecolonies\:citizen.blacksmith.female1.noise=true
+minecolonies\:citizen.undertaker.male3.general=true
+minecolonies\:citizen.swineherder.female2.sick=true
+minecolonies\:citizen.lumberjack.female2.sick=true
+minecolonies\:citizen.visitor.female4.noise=true
+minecraft\:entity.magma_cube.squish=true
+blue_skies\:entity.stardust_ram.hurt=true
+friendsandfoes\:entity.wildfire.hurt=true
+minecolonies\:citizen.unemployed.female3.interaction=true
+minecolonies\:citizen.cook.female4.highsaturation=true
+minecolonies\:citizen.student.male4.general=true
+minecolonies\:citizen.miner.female2.lowsaturation=true
+minecolonies\:citizen.builder.male1.gotobed=true
+minecraft\:entity.drowned.death=true
+minecolonies\:citizen.cookassistant.male3.gotobed=true
+minecolonies\:citizen.druid.female2.sick=true
+minecolonies\:citizen.builder.female2.unhappy=true
+minecolonies\:citizen.stonemason.male1.highsaturation=true
+minecolonies\:citizen.teacher.female3.highsaturation=true
+minecolonies\:citizen.glassblower.female4.goodhousing=true
+minecolonies\:citizen.dyer.female4.highsaturation=true
+minecolonies\:citizen.planter.male4.unhappy=true
+blue_skies\:entity.spewter.spit=true
+minecolonies\:citizen.healer.female3.general=true
+minecolonies\:citizen.visitor.female2.gotobed=true
+minecolonies\:citizen.ranger.female3.general=true
+riskofrain_mobs\:interactive.insufficient_founds.proc=true
+minecraft\:entity.snow_golem.shoot=true
+minecraft\:block.moss.hit=true
+minecolonies\:citizen.archertraining.female3.missingequipment=true
+minecolonies\:citizen.fisherman.male4.danger=true
+minecolonies\:citizen.enchanter.male2.unhappy=true
+minecolonies\:citizen.dyer.male4.noise=true
+minecolonies\:citizen.netherworker.female3.general=true
+minecolonies\:citizen.lumberjack.female4.badweather=true
+minecolonies\:citizen.researcher.male4.interaction=true
+minecraft\:block.conduit.activate=true
+minecolonies\:citizen.smelter.female2.greeting=true
+minecolonies\:citizen.miner.female3.lowsaturation=true
+minecolonies\:citizen.deliveryman.female1.gotobed=true
+minecolonies\:citizen.healer.female2.badweather=true
+minecraft\:ui.toast.out=true
+friendsandfoes\:entity.tuff_golem.hurt=true
+minecolonies\:citizen.swineherder.male1.happy=true
+minecolonies\:citizen.farmer.female1.happy=true
+minecolonies\:citizen.visitor.female2.lowsaturation=true
+minecolonies\:citizen.cowboy.female3.danger=true
+minecolonies\:citizen.fisherman.female1.sick=true
+minecolonies\:citizen.cookassistant.male2.unhappy=true
+minecolonies\:citizen.sawmill.female3.goodhousing=true
+minecolonies\:citizen.stonesmeltery.female4.badweather=true
+minecolonies\:citizen.fletcher.female2.sick=true
+minecolonies\:citizen.sawmill.male1.greeting=true
+minecolonies\:citizen.florist.female1.sick=true
+minecolonies\:citizen.smelter.female3.lowsaturation=true
+minecraft\:block.basalt.place=true
+undergarden\:entity.rotwalker.death=true
+minecolonies\:citizen.lumberjack.female2.danger=true
+minecolonies\:citizen.blacksmith.female3.badweather=true
+minecraft\:entity.lightning_bolt.impact=true
+undergarden\:entity.muncher.chew=true
+minecolonies\:citizen.ranger.male1.missingequipment=true
+minecolonies\:citizen.fisherman.female1.unhappy=true
+minecolonies\:citizen.student.male4.badhousing=true
+minecolonies\:citizen.crusher.female3.farewell=true
+minecolonies\:citizen.quarrier.male4.gotobed=true
+minecolonies\:citizen.ranger.male4.lowsaturation=true
+minecolonies\:citizen.healer.male1.missingequipment=true
+minecolonies\:citizen.cowboy.male4.lowsaturation=true
+minecolonies\:citizen.sawmill.male1.happy=true
+minecolonies\:citizen.druid.female1.missingequipment=true
+minecolonies\:citizen.concretemixer.female1.lowsaturation=true
+minecolonies\:citizen.florist.female2.interaction=true
+minecolonies\:citizen.fletcher.male2.danger=true
+minecolonies\:citizen.researcher.male4.badhousing=true
+minecolonies\:citizen.rabbitherder.male2.sick=true
+minecraft\:ui.cartography_table.take_result=true
+minecolonies\:citizen.farmer.male3.lowsaturation=true
+minecolonies\:citizen.alchemist.male3.sick=true
+minecolonies\:citizen.fisherman.male4.farewell=true
+minecolonies\:citizen.sawmill.female4.sick=true
+minecolonies\:citizen.netherworker.female3.highsaturation=true
+minecolonies\:citizen.combattraining.male3.happy=true
+minecolonies\:citizen.netherworker.female1.highsaturation=true
+minecolonies\:citizen.planter.female3.gotobed=true
+minecolonies\:citizen.druid.female3.danger=true
+minecraft\:block.frogspawn.hit=true
+minecolonies\:citizen.cookassistant.female4.greeting=true
+blue_skies\:entity.player.prepare_rocks=true
+minecolonies\:citizen.student.female3.general=true
+minecolonies\:citizen.undertaker.female3.badhousing=true
+minecolonies\:citizen.chickenherder.male1.happy=true
+minecolonies\:citizen.crusher.male4.success=true
+minecolonies\:citizen.researcher.female2.success=true
+minecolonies\:citizen.cowboy.male3.lowsaturation=true
+minecraft\:block.note_block.bell=true
+minecolonies\:citizen.beekeeper.female4.general=true
+minecolonies\:citizen.fletcher.male3.gotobed=true
+minecraft\:entity.wolf.hurt=true
+minecolonies\:citizen.cook.male4.badhousing=true
+minecolonies\:citizen.enchanter.male2.interaction=true
+minecolonies\:citizen.dyer.male1.badweather=true
+minecolonies\:citizen.visitor.female1.lowsaturation=true
+minecolonies\:citizen.smelter.female4.gotobed=true
+minecolonies\:citizen.sawmill.female4.missingequipment=true
+minecolonies\:citizen.stonemason.female2.missingequipment=true
+minecraft\:block.pointed_dripstone.step=true
+minecolonies\:citizen.builder.female1.farewell=true
+minecolonies\:citizen.mechanic.male1.noise=true
+creeperoverhaul\:entity.wood.creeper.hit=true
+minecolonies\:citizen.concretemixer.male1.happy=true
+minecolonies\:citizen.concretemixer.male3.danger=true
+minecraft\:entity.llama.angry=true
+minecolonies\:citizen.swineherder.female4.general=true
+minecolonies\:citizen.blacksmith.male1.missingequipment=true
+minecraft\:entity.glow_item_frame.add_item=true
+minecolonies\:citizen.florist.male2.missingequipment=true
+minecolonies\:citizen.child.male2.sick=true
+minecolonies\:citizen.shepherd.male2.unhappy=true
+minecolonies\:citizen.planter.female2.noise=true
+minecraft\:block.stem.step=true
+minecolonies\:citizen.ranger.male3.lowsaturation=true
+minecolonies\:citizen.crusher.female2.sick=true
+blue_skies\:entity.venom_spider.death=true
+minecolonies\:citizen.child.female1.greeting=true
+minecolonies\:citizen.concretemixer.female2.lowsaturation=true
+minecraft\:entity.ravager.step=true
+create\:wrench_remove=true
+minecolonies\:citizen.smelter.male4.goodhousing=true
+minecolonies\:citizen.concretemixer.female4.interaction=true
+minecraft\:item.crossbow.loading_middle=true
+minecolonies\:citizen.mechanic.male1.lowsaturation=true
+minecolonies\:citizen.deliveryman.male1.unhappy=true
+minecolonies\:citizen.enchanter.male3.gotobed=true
+minecolonies\:citizen.fletcher.male4.badhousing=true
+minecolonies\:citizen.child.female2.badweather=true
+minecraft\:block.wood.hit=true
+minecolonies\:citizen.archertraining.female1.unhappy=true
+minecolonies\:citizen.stonemason.male3.farewell=true
+minecolonies\:citizen.druid.male4.badhousing=true
+minecolonies\:citizen.swineherder.male2.noise=true
+minecolonies\:citizen.child.male4.noise=true
+blue_skies\:item.astrolabe.ready=true
+minecolonies\:citizen.beekeeper.male4.goodhousing=true
+minecraft\:entity.frog.eat=true
+minecolonies\:citizen.fisherman.female4.gotobed=true
+chimes\:block.iron.chime=true
+undergarden\:entity.forgotten_guardian.death=true
+minecolonies\:citizen.netherworker.female3.lowsaturation=true
+minecolonies\:citizen.blacksmith.male3.general=true
+friendsandfoes\:entity.tuff_golem.glue_off=true
+minecraft\:entity.camel.sit=true
+minecolonies\:citizen.deliveryman.male2.highsaturation=true
+minecolonies\:citizen.fletcher.male2.greeting=true
+minecolonies\:citizen.shepherd.male2.lowsaturation=true
+minecolonies\:citizen.deliveryman.female2.highsaturation=true
+minecolonies\:citizen.swineherder.male2.danger=true
+minecolonies\:citizen.netherworker.female2.lowsaturation=true
+minecolonies\:citizen.miner.male4.gotobed=true
+minecolonies\:citizen.farmer.male2.lowsaturation=true
+minecraft\:item.bottle.empty=true
+minecolonies\:citizen.composter.female4.unhappy=true
+minecolonies\:citizen.cookassistant.female1.goodhousing=true
+minecolonies\:citizen.undertaker.female1.noise=true
+minecolonies\:citizen.child.male4.success=true
+minecraft\:entity.item_frame.rotate_item=true
+minecolonies\:citizen.builder.male2.badweather=true
+minecraft\:item.axe.strip=true
+minecolonies\:citizen.cowboy.female4.gotobed=true
+minecolonies\:citizen.researcher.female4.missingequipment=true
+alexsmobs\:murmur_neck=true
+minecolonies\:citizen.cook.male1.danger=true
+minecolonies\:citizen.fisherman.male2.highsaturation=true
+minecraft\:block.netherrack.step=true
+minecolonies\:citizen.smelter.male2.missingequipment=true
+minecolonies\:citizen.baker.male4.interaction=true
+minecolonies\:citizen.teacher.female1.highsaturation=true
+minecolonies\:citizen.crusher.female4.general=true
+minecolonies\:citizen.rabbitherder.female3.gotobed=true
+minecolonies\:citizen.smelter.female2.lowsaturation=true
+minecolonies\:citizen.chickenherder.female4.lowsaturation=true
+minecolonies\:citizen.sawmill.male2.noise=true
+minecolonies\:citizen.cookassistant.male1.goodhousing=true
+minecolonies\:citizen.shepherd.male1.lowsaturation=true
+minecolonies\:citizen.florist.female3.general=true
+minecraft\:entity.ender_eye.launch=true
+minecolonies\:citizen.stonesmeltery.female4.sick=true
+minecolonies\:citizen.farmer.male3.sick=true
+touhou_little_maid\:entity.box=true
+minecolonies\:citizen.deliveryman.female1.highsaturation=true
+minecraft\:block.shulker_box.open=true
+minecolonies\:citizen.quarrier.female3.general=true
+minecolonies\:citizen.beekeeper.female1.success=true
+chimes\:block.amethyst.shimmer=true
+minecolonies\:citizen.netherworker.female1.farewell=true
+minecolonies\:citizen.chickenherder.female2.interaction=true
+minecolonies\:citizen.student.female2.general=true
+minecolonies\:citizen.netherworker.male3.farewell=true
+minecolonies\:citizen.concretemixer.female2.badweather=true
+minecolonies\:citizen.visitor.male1.badweather=true
+minecolonies\:citizen.stonemason.female2.farewell=true
+undergarden\:entity.brute.hurt=true
+minecolonies\:citizen.cook.female3.interaction=true
+minecolonies\:citizen.stonesmeltery.male3.happy=true
+minecolonies\:citizen.planter.female2.missingequipment=true
+minecolonies\:citizen.quarrier.male1.noise=true
+minecolonies\:citizen.combattraining.male3.farewell=true
+minecolonies\:citizen.swineherder.male1.general=true
+alexsmobs\:snow_leopard_hurt=true
+undergarden\:entity.nargoyle.hurt=true
+minecolonies\:citizen.planter.female3.farewell=true
+minecolonies\:citizen.deliveryman.female1.lowsaturation=true
+minecolonies\:citizen.healer.female4.goodhousing=true
+minecolonies\:citizen.unemployed.female2.unhappy=true
+friendsandfoes\:entity.iceologer.prepare_summon=true
+minecolonies\:citizen.swineherder.female3.general=true
+minecolonies\:citizen.researcher.male4.farewell=true
+minecolonies\:citizen.lumberjack.male4.greeting=true
+minecolonies\:citizen.combattraining.male2.interaction=true
+minecraft\:block.tripwire.click_off=true
+minecolonies\:citizen.composter.male3.success=true
+aquamirae\:item.scroll.use=true
+minecolonies\:citizen.cowboy.female3.interaction=true
+minecraft\:block.suspicious_sand.step=true
+minecolonies\:citizen.deliveryman.male1.highsaturation=true
+minecraft\:entity.witch.drink=true
+minecolonies\:citizen.sifter.male2.badweather=true
+minecolonies\:citizen.stonemason.male3.danger=true
+minecolonies\:citizen.unemployed.female1.danger=true
+friendsandfoes\:entity.glare.shake=true
+minecolonies\:citizen.knight.male1.goodhousing=true
+enhancedai\:wtf_boom_explode=true
+minecraft\:block.bamboo_wood_fence_gate.close=true
+minecraft\:block.beacon.power_select=true
+minecolonies\:citizen.child.male4.interaction=true
+minecolonies\:citizen.rabbitherder.female4.greeting=true
+minecolonies\:citizen.archertraining.female3.gotobed=true
+minecolonies\:citizen.beekeeper.male4.danger=true
+minecolonies\:citizen.alchemist.female4.lowsaturation=true
+minecolonies\:citizen.researcher.male3.goodhousing=true
+minecolonies\:citizen.composter.female3.happy=true
+minecolonies\:citizen.fletcher.male3.farewell=true
+minecolonies\:citizen.unemployed.female4.gotobed=true
+undergarden\:ambient.spires=true
+minecolonies\:citizen.composter.male1.danger=true
+minecraft\:entity.wither.hurt=true
+minecraft\:entity.shulker.ambient=true
+minecolonies\:citizen.planter.male4.danger=true
+minecolonies\:citizen.farmer.female4.badhousing=true
+undergarden\:entity.mog.hurt=true
+riskofrain_mobs\:entity.stone_golem.death=true
+minecolonies\:citizen.archertraining.female4.badhousing=true
+minecolonies\:citizen.lumberjack.male4.interaction=true
+minecolonies\:citizen.fisherman.male3.badhousing=true
+minecolonies\:citizen.visitor.female3.happy=true
+undergarden\:entity.masticator.ambient=true
+minecolonies\:citizen.cookassistant.male1.happy=true
+minecolonies\:citizen.mechanic.male2.sick=true
+minecolonies\:citizen.pupil.female4.unhappy=true
+minecolonies\:citizen.deliveryman.female2.interaction=true
+minecolonies\:citizen.florist.female2.general=true
+minecolonies\:citizen.lumberjack.male1.badhousing=true
+minecraft\:block.sculk_sensor.clicking=true
+minecolonies\:citizen.baker.male2.sick=true
+minecolonies\:citizen.alchemist.male4.missingequipment=true
+minecolonies\:citizen.crusher.male1.happy=true
+minecraft\:block.coral_block.hit=true
+minecolonies\:citizen.ranger.male2.badweather=true
+minecolonies\:citizen.combattraining.male4.badweather=true
+minecolonies\:citizen.druid.female4.farewell=true
+minecolonies\:citizen.child.female2.general=true
+minecolonies\:citizen.fisherman.male3.highsaturation=true
+minecolonies\:citizen.deliveryman.male1.goodhousing=true
+minecolonies\:citizen.cowboy.female1.sick=true
+minecolonies\:citizen.mechanic.male4.missingequipment=true
+blue_skies\:entity.summoner.prepare_regen=true
+touhou_little_maid\:item.album_open=true
+undergarden\:entity.forgotten_guardian.deflect=true
+riskofrain_mobs\:entity.player_death.proc=true
+minecolonies\:citizen.beekeeper.female3.missingequipment=true
+undergarden\:entity.stoneborn.death=true
+minecraft\:entity.strider.death=true
+minecraft\:entity.parrot.imitate.stray=true
+minecraft\:entity.slime.jump=true
+minecolonies\:citizen.druid.female3.badhousing=true
+minecolonies\:citizen.fisherman.male4.highsaturation=true
+minecolonies\:citizen.ranger.female2.goodhousing=true
+minecolonies\:citizen.builder.female2.happy=true
+minecolonies\:citizen.stonemason.female4.success=true
+minecolonies\:citizen.composter.male1.lowsaturation=true
+minecraft\:entity.mule.hurt=true
+minecolonies\:citizen.teacher.female3.missingequipment=true
+minecolonies\:citizen.visitor.male2.interaction=true
+blue_skies\:entity.jelly_drifter.poison=true
+minecolonies\:citizen.unemployed.female2.lowsaturation=true
+minecolonies\:citizen.crusher.female2.greeting=true
+minecolonies\:citizen.beekeeper.female2.goodhousing=true
+blue_skies\:item.spear.throw_underwater=true
+blue_skies\:entity.shade_monitor.death=true
+minecolonies\:citizen.florist.male3.happy=true
+minecolonies\:citizen.fletcher.male2.gotobed=true
+minecolonies\:citizen.researcher.female3.badhousing=true
+minecolonies\:citizen.rabbitherder.female4.missingequipment=true
+minecolonies\:citizen.archertraining.male2.happy=true
+aquamirae\:record.forsaken_drownage=true
+minecolonies\:citizen.druid.male4.goodhousing=true
+minecolonies\:citizen.cook.female2.danger=true
+minecolonies\:citizen.druid.female2.noise=true
+minecolonies\:citizen.pupil.male2.interaction=true
+minecolonies\:citizen.quarrier.female3.missingequipment=true
+minecraft\:entity.skeleton.converted_to_stray=true
+minecolonies\:citizen.archertraining.female2.unhappy=true
+minecolonies\:citizen.enchanter.male4.badhousing=true
+create\:controller_click=true
+minecolonies\:citizen.composter.male3.happy=true
+minecolonies\:citizen.shepherd.female1.badweather=true
+minecolonies\:citizen.netherworker.female2.interaction=true
+minecolonies\:citizen.smelter.male1.happy=true
+minecolonies\:citizen.alchemist.male2.gotobed=true
+minecraft\:block.spore_blossom.step=true
+blue_skies\:entity.arachnarch.throw=true
+minecolonies\:citizen.cook.male4.lowsaturation=true
+alexsmobs\:tiger_idle=true
+minecolonies\:citizen.glassblower.female3.highsaturation=true
+minecraft\:block.wooden_door.close=true
+minecolonies\:citizen.composter.female4.interaction=true
+minecolonies\:citizen.researcher.female1.interaction=true
+minecolonies\:citizen.florist.male4.noise=true
+minecolonies\:citizen.alchemist.male4.noise=true
+minecolonies\:citizen.mechanic.female3.goodhousing=true
+minecolonies\:citizen.rabbitherder.female2.lowsaturation=true
+minecolonies\:raid.amazon.amazon_raid=true
+minecolonies\:citizen.student.male4.sick=true
+minecolonies\:citizen.beekeeper.male3.greeting=true
+minecolonies\:citizen.pupil.male1.goodhousing=true
+minecolonies\:citizen.quarrier.male2.sick=true
+minecolonies\:citizen.blacksmith.female4.happy=true
+minecolonies\:citizen.blacksmith.female1.badhousing=true
+minecolonies\:citizen.fisherman.male3.greeting=true
+minecolonies\:citizen.lumberjack.male2.general=true
+minecraft\:block.snow.fall=true
+minecolonies\:citizen.concretemixer.male4.sick=true
+minecolonies\:citizen.lumberjack.female3.greeting=true
+minecolonies\:citizen.crusher.female1.badweather=true
+minecolonies\:citizen.ranger.male2.sick=true
+minecraft\:entity.polar_bear.death=true
+alexsmobs\:skreecher_hurt=true
+minecolonies\:citizen.mechanic.female1.success=true
+minecolonies\:raid.desert.desert_raid=true
+minecraft\:block.pink_petals.fall=true
+minecolonies\:citizen.farmer.male4.unhappy=true
+minecolonies\:citizen.composter.male4.noise=true
+minecolonies\:citizen.concretemixer.female4.farewell=true
+minecraft\:music.overworld.deep_dark=true
+alexsmobs\:mosquito_loop=true
+undergarden\:entity.stoneborn.speaking=true
+blue_skies\:entity.starlit_crusher.spin=true
+alexsmobs\:tasmanian_devil_hurt=true
+alexsmobs\:soul_vulture_idle=true
+minecolonies\:citizen.enchanter.male2.greeting=true
+minecolonies\:citizen.farmer.female1.general=true
+minecolonies\:citizen.chickenherder.female3.badweather=true
+minecolonies\:citizen.quarrier.male4.happy=true
+minecolonies\:citizen.planter.male2.happy=true
+minecolonies\:citizen.glassblower.female2.highsaturation=true
+minecolonies\:citizen.composter.male4.danger=true
+minecolonies\:citizen.quarrier.male2.unhappy=true
+minecraft\:block.note_block.imitate.skeleton=true
+minecolonies\:citizen.smelter.male3.badhousing=true
+minecolonies\:citizen.knight.male2.general=true
+minecolonies\:citizen.alchemist.male3.happy=true
+minecolonies\:citizen.teacher.female3.general=true
+minecolonies\:citizen.swineherder.male2.badhousing=true
+minecolonies\:citizen.druid.male2.danger=true
+minecolonies\:citizen.baker.male4.happy=true
+minecolonies\:citizen.child.male3.farewell=true
+minecolonies\:citizen.blacksmith.female4.greeting=true
+minecolonies\:citizen.dyer.female1.highsaturation=true
+minecraft\:entity.evoker_fangs.attack=true
+alexsmobs\:triops_hurt=true
+minecolonies\:citizen.rabbitherder.female2.badweather=true
+minecolonies\:citizen.unemployed.male3.sick=true
+minecolonies\:citizen.druid.female2.success=true
+minecolonies\:citizen.dyer.female3.general=true
+minecraft\:item.brush.brushing.generic=true
+minecolonies\:citizen.swineherder.female1.lowsaturation=true
+minecraft\:block.cherry_leaves.step=true
+minecolonies\:citizen.miner.female2.general=true
+minecolonies\:citizen.composter.male3.badweather=true
+minecraft\:entity.zombie.destroy_egg=true
+minecraft\:block.muddy_mangrove_roots.hit=true
+minecraft\:block.wool.fall=true
+minecolonies\:citizen.beekeeper.female4.greeting=true
+minecraft\:entity.endermite.step=true
+minecraft\:entity.parrot.imitate.piglin_brute=true
+minecolonies\:citizen.visitor.male1.goodhousing=true
+minecolonies\:citizen.miner.male3.unhappy=true
+minecolonies\:citizen.farmer.male3.badweather=true
+minecolonies\:citizen.builder.female3.unhappy=true
+minecolonies\:citizen.visitor.female1.gotobed=true
+minecolonies\:citizen.deliveryman.female3.greeting=true
+minecolonies\:citizen.cowboy.female2.goodhousing=true
+minecolonies\:citizen.smelter.female3.unhappy=true
+minecolonies\:citizen.teacher.female4.highsaturation=true
+minecolonies\:citizen.healer.female2.general=true
+minecolonies\:citizen.glassblower.female1.highsaturation=true
+alexsmobs\:bald_eagle_hurt=true
+minecolonies\:citizen.pupil.male2.success=true
+minecolonies\:citizen.druid.male3.greeting=true
+minecolonies\:citizen.miner.male3.missingequipment=true
+minecolonies\:citizen.archertraining.male3.noise=true
+minecolonies\:citizen.chickenherder.male2.success=true
+minecolonies\:citizen.crusher.male4.sick=true
+blue_skies\:entity.emberback.hurt=true
+minecolonies\:citizen.smelter.male2.general=true
+minecolonies\:citizen.sawmill.female2.unhappy=true
+blue_skies\:entity.gatekeeper.hurt=true
+minecolonies\:citizen.miner.female4.sick=true
+minecolonies\:citizen.baker.female1.greeting=true
+minecraft\:entity.phantom.bite=true
+minecolonies\:citizen.cookassistant.female1.success=true
+minecolonies\:citizen.florist.male3.interaction=true
+minecraft\:entity.mooshroom.shear=true
+supplementaries\:item.bubble_blower=true
+minecolonies\:citizen.healer.male3.interaction=true
+alexsmobs\:anaconda_slither=true
+minecolonies\:citizen.ranger.male2.farewell=true
+minecolonies\:citizen.cook.female4.missingequipment=true
+minecolonies\:citizen.shepherd.male3.gotobed=true
+minecolonies\:citizen.quarrier.female2.greeting=true
+minecolonies\:citizen.undertaker.female3.sick=true
+minecolonies\:citizen.knight.male3.danger=true
+minecolonies\:citizen.sawmill.male1.success=true
+minecraft\:entity.goat.milk=true
+blue_skies\:records.defying_starlight=true
+minecolonies\:citizen.healer.female1.farewell=true
+minecolonies\:citizen.beekeeper.male1.danger=true
+minecolonies\:citizen.visitor.male4.success=true
+minecolonies\:citizen.knight.male4.farewell=true
+minecolonies\:citizen.fletcher.female3.missingequipment=true
+minecolonies\:citizen.enchanter.male1.goodhousing=true
+minecraft\:enchant.thorns.hit=true
+minecolonies\:citizen.combattraining.female3.badhousing=true
+minecolonies\:citizen.druid.male4.unhappy=true
+minecolonies\:citizen.dyer.female2.highsaturation=true
+minecolonies\:citizen.florist.female1.greeting=true
+minecolonies\:citizen.undertaker.female3.unhappy=true
+friendsandfoes\:entity.wildfire.shield_break=true
+minecraft\:entity.parrot.imitate.vindicator=true
+minecolonies\:citizen.miner.male2.success=true
+minecolonies\:citizen.glassblower.male3.badhousing=true
+minecraft\:item.bucket.fill=true
+minecolonies\:citizen.ranger.female1.interaction=true
+minecraft\:entity.sniffer.digging=true
+minecraft\:block.lodestone.place=true
+minecraft\:music.overworld.bamboo_jungle=true
+minecraft\:entity.hoglin.death=true
+deeperdarker\:entity.shriek_worm.death=true
+minecolonies\:citizen.miner.female2.danger=true
+alexsmobs\:end_pirate_door=true
+minecolonies\:citizen.knight.female3.unhappy=true
+minecolonies\:citizen.composter.female2.badhousing=true
+minecolonies\:citizen.cookassistant.male2.happy=true
+minecraft\:block.bamboo_wood_door.open=true
+minecolonies\:citizen.sifter.male3.gotobed=true
+minecolonies\:citizen.blacksmith.male4.lowsaturation=true
+minecolonies\:citizen.swineherder.female2.interaction=true
+minecolonies\:citizen.composter.male4.farewell=true
+minecolonies\:citizen.student.male2.success=true
+minecraft\:block.bamboo_wood_pressure_plate.click_on=true
+minecolonies\:citizen.stonemason.male2.highsaturation=true
+minecolonies\:citizen.chickenherder.male4.success=true
+minecolonies\:citizen.undertaker.male3.unhappy=true
+minecolonies\:citizen.smelter.male4.general=true
+minecraft\:block.note_block.banjo=true
+minecolonies\:citizen.builder.female4.gotobed=true
+minecolonies\:citizen.rabbitherder.male3.badhousing=true
+minecraft\:entity.llama.step=true
+minecolonies\:citizen.cowboy.male3.badhousing=true
+minecolonies\:citizen.druid.male4.highsaturation=true
+minecolonies\:citizen.cook.male1.success=true
+alexsmobs\:komodo_dragon_idle=true
+minecolonies\:citizen.unemployed.male1.interaction=true
+minecraft\:item.flintandsteel.use=true
+minecraft\:entity.shulker.open=true
+undergarden\:music.undergarden=true
+minecolonies\:citizen.chickenherder.male3.greeting=true
+illagerinvasion\:entity.sorcerer.celebrate=true
+minecolonies\:citizen.sawmill.female4.highsaturation=true
+minecolonies\:citizen.cookassistant.male1.unhappy=true
+minecolonies\:citizen.cook.male1.missingequipment=true
+minecolonies\:citizen.composter.female1.success=true
+minecolonies\:citizen.florist.female1.general=true
+minecolonies\:citizen.glassblower.female1.happy=true
+minecraft\:entity.magma_cube.hurt_small=true
+illagerinvasion\:entity.invoker.big_cast=true
+minecolonies\:citizen.deliveryman.female4.happy=true
+minecolonies\:citizen.alchemist.female3.unhappy=true
+minecolonies\:citizen.netherworker.male3.success=true
+minecolonies\:citizen.child.female4.farewell=true
+blue_skies\:item.spear.hit=true
+minecraft\:entity.sniffer.step=true
+chococraft\:entity.chocobo.kwehwhistlefollow=true
+minecolonies\:citizen.beekeeper.male4.greeting=true
+minecolonies\:citizen.researcher.female3.happy=true
+minecolonies\:citizen.rabbitherder.female2.noise=true
+blue_skies\:entity.summoner.prepare_attack=true
+minecraft\:entity.silverfish.death=true
+minecraft\:entity.axolotl.splash=true
+minecolonies\:citizen.lumberjack.male3.noise=true
+minecolonies\:citizen.archertraining.female2.noise=true
+minecolonies\:citizen.lumberjack.male2.highsaturation=true
+minecolonies\:citizen.unemployed.female4.general=true
+minecolonies\:citizen.cowboy.male2.sick=true
+supplementaries\:block.jar.break=true
+minecolonies\:citizen.miner.male2.farewell=true
+minecolonies\:citizen.composter.male1.sick=true
+aquaculture\:fish_ambient=true
+minecolonies\:citizen.dyer.male1.noise=true
+minecolonies\:mob.mercenary.die=true
+minecolonies\:citizen.child.male3.badweather=true
+minecolonies\:citizen.ranger.male2.happy=true
+minecolonies\:citizen.farmer.female1.goodhousing=true
+minecraft\:block.nether_sprouts.place=true
+minecolonies\:citizen.farmer.female4.greeting=true
+minecolonies\:citizen.child.female2.success=true
+minecolonies\:citizen.builder.male3.success=true
+minecolonies\:citizen.teacher.male2.goodhousing=true
+minecraft\:block.gilded_blackstone.step=true
+minecolonies\:citizen.composter.male2.greeting=true
+minecolonies\:citizen.lumberjack.female2.interaction=true
+minecolonies\:citizen.quarrier.male3.goodhousing=true
+minecolonies\:citizen.glassblower.male4.noise=true
+minecolonies\:citizen.fletcher.female1.success=true
+touhou_little_maid\:maid.mode.attack=true
+minecraft\:entity.armor_stand.hit=true
+minecolonies\:citizen.mechanic.female2.interaction=true
+minecolonies\:citizen.fisherman.female1.farewell=true
+minecraft\:ambient.basalt_deltas.loop=true
+minecolonies\:citizen.fisherman.male4.badhousing=true
+minecolonies\:citizen.blacksmith.male4.badweather=true
+minecolonies\:citizen.student.male1.farewell=true
+blue_skies\:block.moonstone_lantern.hit=true
+blue_skies\:entity.alchemist.prepare_rocks=true
+minecolonies\:citizen.student.male1.danger=true
+minecolonies\:citizen.combattraining.female2.general=true
+minecolonies\:citizen.cowboy.male2.danger=true
+minecolonies\:citizen.cook.female4.happy=true
+minecolonies\:citizen.rabbitherder.male3.interaction=true
+minecolonies\:citizen.baker.female1.danger=true
+minecolonies\:citizen.enchanter.female3.noise=true
+minecolonies\:citizen.cowboy.male3.success=true
+minecolonies\:citizen.lumberjack.female1.happy=true
+minecolonies\:citizen.crusher.female3.badweather=true
+blue_skies\:block.mud.break=true
+minecraft\:entity.cat.beg_for_food=true
+minecraft\:entity.camel.hurt=true
+minecolonies\:citizen.alchemist.male2.missingequipment=true
+minecolonies\:citizen.netherworker.female2.badweather=true
+minecolonies\:citizen.researcher.male1.noise=true
+create\:mechanical_press_activation_belt_compounded_1=true
+minecolonies\:citizen.florist.male3.greeting=true
+minecolonies\:citizen.visitor.male3.happy=true
+minecolonies\:citizen.farmer.male4.success=true
+minecolonies\:citizen.shepherd.male1.gotobed=true
+minecolonies\:citizen.alchemist.male1.lowsaturation=true
+minecolonies\:citizen.blacksmith.male2.general=true
+gateways\:gate_warp=true
+minecraft\:ambient.warped_forest.mood=true
+minecolonies\:citizen.florist.female3.missingequipment=true
+minecolonies\:citizen.dyer.female2.general=true
+minecolonies\:citizen.unemployed.male3.farewell=true
+blue_skies\:entity.alchemist.death=true
+minecolonies\:citizen.deliveryman.female3.badweather=true
+minecolonies\:citizen.stonemason.male4.missingequipment=true
+minecolonies\:citizen.planter.female1.happy=true
+minecolonies\:citizen.enchanter.female3.farewell=true
+minecolonies\:citizen.sawmill.male4.highsaturation=true
+minecolonies\:citizen.blacksmith.female3.missingequipment=true
+minecolonies\:citizen.combattraining.male4.lowsaturation=true
+minecolonies\:citizen.sifter.male4.interaction=true
+minecolonies\:citizen.enchanter.female1.greeting=true
+minecolonies\:citizen.swineherder.male3.danger=true
+minecolonies\:citizen.mechanic.male3.badweather=true
+minecolonies\:citizen.fisherman.female4.sick=true
+minecraft\:block.grindstone.use=true
+minecolonies\:citizen.shepherd.male1.unhappy=true
+minecolonies\:citizen.beekeeper.male2.badhousing=true
+minecraft\:block.candle.step=true
+minecolonies\:citizen.fisherman.female3.happy=true
+minecolonies\:citizen.swineherder.male1.goodhousing=true
+minecolonies\:citizen.dyer.female4.lowsaturation=true
+minecolonies\:citizen.builder.male4.interaction=true
+mutantmonsters\:entity.mutant_skeleton.hurt=true
+minecolonies\:citizen.child.female2.noise=true
+minecolonies\:citizen.baker.male4.lowsaturation=true
+minecraft\:entity.armor_stand.fall=true
+minecraft\:block.netherite_block.place=true
+minecolonies\:citizen.beekeeper.female2.general=true
+minecolonies\:citizen.unemployed.male1.highsaturation=true
+minecolonies\:citizen.planter.female2.success=true
+minecolonies\:citizen.netherworker.male4.greeting=true
+minecolonies\:mob.egyptian.hurt=true
+minecolonies\:citizen.swineherder.male2.missingequipment=true
+minecolonies\:citizen.healer.female2.highsaturation=true
+minecraft\:block.cherry_wood.break=true
+minecolonies\:citizen.crusher.female2.unhappy=true
+minecolonies\:citizen.child.male4.goodhousing=true
+minecraft\:entity.generic.big_fall=true
+minecolonies\:citizen.netherworker.female1.goodhousing=true
+minecraft\:entity.wandering_trader.no=true
+minecraft\:block.netherrack.place=true
+blue_skies\:item.spear.hit_ground=true
+minecolonies\:citizen.quarrier.male2.interaction=true
+minecraft\:block.ladder.step=true
+undergarden\:ambient.spires_addition=true
+minecolonies\:citizen.cookassistant.female4.gotobed=true
+minecolonies\:citizen.composter.female1.greeting=true
+minecolonies\:citizen.stonesmeltery.female3.success=true
+minecolonies\:citizen.quarrier.female2.gotobed=true
+minecraft\:item.hoe.till=true
+minecraft\:block.tuff.step=true
+minecolonies\:citizen.undertaker.male2.lowsaturation=true
+minecraft\:block.wart_block.step=true
+minecolonies\:citizen.pupil.male3.farewell=true
+minecolonies\:citizen.child.male4.missingequipment=true
+minecolonies\:citizen.fisherman.male2.general=true
+minecolonies\:citizen.baker.male1.greeting=true
+minecolonies\:citizen.concretemixer.female3.general=true
+minecolonies\:citizen.swineherder.male2.farewell=true
+minecolonies\:citizen.student.female4.missingequipment=true
+illagerinvasion\:entity.invoker.summon_cast=true
+minecolonies\:citizen.deliveryman.female2.gotobed=true
+minecolonies\:citizen.alchemist.male2.highsaturation=true
+minecolonies\:citizen.pupil.female3.goodhousing=true
+minecraft\:block.lodestone.break=true
+minecolonies\:citizen.quarrier.female2.general=true
+blue_skies\:block.mud.place=true
+minecolonies\:citizen.dyer.male2.badweather=true
+minecolonies\:citizen.cook.female2.sick=true
+minecolonies\:citizen.teacher.female1.success=true
+minecolonies\:citizen.alchemist.male4.interaction=true
+blue_skies\:entity.artificial_golem.deactivate=true
+minecolonies\:citizen.crusher.male1.unhappy=true
+minecraft\:entity.parrot.imitate.wither=true
+minecolonies\:citizen.planter.male4.farewell=true
+minecolonies\:citizen.student.female3.danger=true
+minecolonies\:citizen.smelter.female1.farewell=true
+minecraft\:entity.vex.death=true
+minecolonies\:citizen.baker.female2.sick=true
+minecolonies\:citizen.knight.male4.sick=true
+minecolonies\:citizen.beekeeper.male4.sick=true
+minecraft\:entity.bee.loop=true
+minecolonies\:citizen.florist.female2.greeting=true
+minecolonies\:citizen.unemployed.female2.missingequipment=true
+minecolonies\:citizen.enchanter.male1.missingequipment=true
+minecolonies\:citizen.enchanter.female1.interaction=true
+minecolonies\:citizen.cookassistant.female4.general=true
+minecraft\:entity.horse.ambient=true
+minecolonies\:citizen.stonesmeltery.male3.missingequipment=true
+minecolonies\:citizen.fisherman.male1.highsaturation=true
+minecolonies\:citizen.teacher.male2.badweather=true
+minecraft\:entity.ender_dragon.death=true
+minecolonies\:citizen.pupil.male1.greeting=true
+minecolonies\:citizen.knight.male2.interaction=true
+minecraft\:entity.strider.retreat=true
+minecolonies\:citizen.miner.male1.noise=true
+minecraft\:entity.allay.item_taken=true
+minecolonies\:citizen.farmer.female1.badhousing=true
+minecolonies\:citizen.researcher.female3.highsaturation=true
+minecraft\:entity.mooshroom.convert=true
+minecolonies\:citizen.combattraining.male4.goodhousing=true
+minecolonies\:citizen.crusher.male1.highsaturation=true
+minecolonies\:citizen.alchemist.female1.danger=true
+minecolonies\:citizen.sawmill.female2.danger=true
+minecraft\:block.bell.resonate=true
+minecraft\:block.dispenser.fail=true
+blue_skies\:item.arc.nature_equip=true
+minecraft\:entity.goat.screaming.prepare_ram=true
+minecolonies\:citizen.composter.female4.farewell=true
+minecraft\:block.nether_sprouts.break=true
+minecolonies\:citizen.enchanter.female1.general=true
+minecolonies\:citizen.blacksmith.male2.interaction=true
+minecolonies\:citizen.combattraining.female2.gotobed=true
+minecolonies\:citizen.swineherder.male3.highsaturation=true
+minecraft\:item.crossbow.shoot=true
+blue_skies\:entity.nyctofly.death=true
+minecraft\:entity.bee.sting=true
+minecolonies\:citizen.stonesmeltery.male2.sick=true
+realmrpg_wyrms\:wyrm_ambient=true
+minecolonies\:citizen.undertaker.male4.missingequipment=true
+minecolonies\:citizen.planter.male4.general=true
+minecolonies\:citizen.alchemist.male1.gotobed=true
+minecolonies\:citizen.chickenherder.female1.goodhousing=true
+minecolonies\:citizen.cook.female3.goodhousing=true
+minecraft\:block.netherite_block.break=true
+minecolonies\:citizen.crusher.male2.farewell=true
+aquamirae\:entity.eel.bite=true
+minecolonies\:citizen.florist.male3.badweather=true
+minecolonies\:citizen.blacksmith.female2.lowsaturation=true
+minecolonies\:citizen.chickenherder.female4.noise=true
+minecolonies\:citizen.glassblower.female4.badweather=true
+alexsmobs\:transmute_item=true
+minecolonies\:citizen.smelter.female3.success=true
+minecolonies\:citizen.cowboy.female3.general=true
+minecolonies\:citizen.swineherder.female3.badweather=true
+minecolonies\:citizen.healer.male4.greeting=true
+minecolonies\:citizen.chickenherder.male4.happy=true
+minecolonies\:citizen.enchanter.female2.goodhousing=true
+minecolonies\:citizen.swineherder.male3.noise=true
+minecolonies\:citizen.miner.male2.sick=true
+minecolonies\:citizen.ranger.female1.lowsaturation=true
+minecolonies\:citizen.fisherman.female2.badhousing=true
+minecolonies\:citizen.chickenherder.male2.noise=true
+undergarden\:entity.sploogie.death=true
+minecolonies\:citizen.sifter.female4.sick=true
+minecolonies\:citizen.researcher.male3.greeting=true
+minecraft\:entity.fox.aggro=true
+blue_skies\:block.everdawn.portal.travel=true
+minecolonies\:citizen.fisherman.male2.gotobed=true
+minecolonies\:citizen.researcher.male2.general=true
+minecraft\:entity.glow_item_frame.place=true
+minecolonies\:citizen.quarrier.male3.gotobed=true
+minecolonies\:citizen.crusher.male3.noise=true
+minecolonies\:citizen.netherworker.male3.noise=true
+minecolonies\:citizen.dyer.female4.missingequipment=true
+minecolonies\:citizen.farmer.female4.noise=true
+minecolonies\:citizen.baker.female3.success=true
+minecolonies\:citizen.fletcher.male1.badweather=true
+minecolonies\:citizen.chickenherder.female3.gotobed=true
+minecolonies\:citizen.undertaker.female3.success=true
+minecraft\:entity.experience_bottle.throw=true
+minecolonies\:citizen.planter.female3.interaction=true
+minecolonies\:citizen.student.female3.success=true
+minecolonies\:citizen.lumberjack.female2.greeting=true
+minecolonies\:citizen.fisherman.female3.danger=true
+minecolonies\:citizen.sifter.female2.missingequipment=true
+minecolonies\:citizen.planter.female4.goodhousing=true
+minecraft\:block.pointed_dripstone.fall=true
+minecraft\:entity.piglin_brute.hurt=true
+minecolonies\:citizen.stonesmeltery.male1.unhappy=true
+minecolonies\:citizen.florist.female3.greeting=true
+minecraft\:block.azalea.break=true
+minecraft\:entity.armor_stand.place=true
+alexsmobs\:grizzly_bear_hurt=true
+minecolonies\:citizen.undertaker.female2.general=true
+minecolonies\:citizen.druid.male4.farewell=true
+minecolonies\:citizen.alchemist.male1.greeting=true
+minecraft\:block.mud_bricks.step=true
+minecolonies\:citizen.child.male3.noise=true
+minecolonies\:citizen.shepherd.female1.goodhousing=true
+minecolonies\:citizen.sifter.male3.general=true
+minecolonies\:citizen.smelter.male4.gotobed=true
+minecolonies\:citizen.cowboy.female3.gotobed=true
+minecolonies\:citizen.mechanic.female1.missingequipment=true
+minecolonies\:citizen.beekeeper.male1.general=true
+minecolonies\:citizen.stonesmeltery.female3.goodhousing=true
+undergarden\:block.gronglet.ambient=true
+minecolonies\:citizen.cook.male1.farewell=true
+minecolonies\:citizen.blacksmith.female2.unhappy=true
+minecolonies\:citizen.druid.female3.greeting=true
+minecolonies\:citizen.baker.male2.greeting=true
+alexsmobs\:murmur_attack=true
+supplementaries\:block.jar.cookie=true
+mutantmonsters\:entity.mutant_creeper.hurt=true
+minecolonies\:citizen.alchemist.female2.goodhousing=true
+minecraft\:block.netherite_block.step=true
+minecraft\:block.deepslate.hit=true
+minecolonies\:citizen.combattraining.male3.interaction=true
+minecolonies\:citizen.blacksmith.male4.danger=true
+minecolonies\:citizen.concretemixer.female3.happy=true
+supplementaries\:block.present.open=true
+undergarden\:entity.stoneborn.angry=true
+minecolonies\:citizen.enchanter.male1.badweather=true
+minecolonies\:citizen.swineherder.male3.farewell=true
+minecraft\:entity.polar_bear.ambient_baby=true
+minecolonies\:citizen.builder.male4.noise=true
+minecraft\:block.sculk.hit=true
+minecolonies\:citizen.knight.male3.goodhousing=true
+minecolonies\:citizen.beekeeper.female2.badweather=true
+blue_skies\:block.everbright.portal=true
+minecolonies\:citizen.chickenherder.female3.greeting=true
+minecraft\:entity.warden.nearby_closer=true
+minecolonies\:citizen.cook.male3.highsaturation=true
+minecolonies\:citizen.rabbitherder.female4.badweather=true
+minecolonies\:citizen.smelter.female4.unhappy=true
+minecolonies\:citizen.concretemixer.male2.general=true
+minecolonies\:citizen.child.male3.interaction=true
+minecolonies\:citizen.pupil.male2.badhousing=true
+minecolonies\:citizen.alchemist.female1.badhousing=true
+minecolonies\:citizen.druid.male1.general=true
+minecolonies\:citizen.ranger.male4.missingequipment=true
+minecolonies\:citizen.planter.female4.sick=true
+minecolonies\:citizen.blacksmith.female4.sick=true
+minecolonies\:citizen.crusher.female3.sick=true
+minecraft\:entity.parrot.imitate.ender_dragon=true
+minecolonies\:citizen.student.male4.highsaturation=true
+minecolonies\:citizen.crusher.female3.greeting=true
+minecolonies\:citizen.rabbitherder.male1.success=true
+minecolonies\:citizen.builder.male1.badhousing=true
+minecraft\:block.water.ambient=true
+minecolonies\:citizen.composter.female3.missingequipment=true
+minecraft\:entity.donkey.eat=true
+minecolonies\:citizen.sawmill.male3.happy=true
+minecolonies\:citizen.smelter.male4.badhousing=true
+minecolonies\:citizen.crusher.female2.general=true
+minecolonies\:citizen.teacher.female4.danger=true
+minecolonies\:citizen.glassblower.male1.goodhousing=true
+minecolonies\:citizen.netherworker.male4.badhousing=true
+minecolonies\:citizen.sawmill.female3.lowsaturation=true
+minecolonies\:citizen.rabbitherder.male4.goodhousing=true
+minecolonies\:citizen.druid.male2.success=true
+minecraft\:entity.camel.dash_ready=true
+minecolonies\:citizen.planter.female1.sick=true
+illagerinvasion\:entity.surrendered.hurt=true
+minecolonies\:citizen.sawmill.female3.success=true
+minecraft\:entity.guardian.flop=true
+minecolonies\:citizen.teacher.male2.noise=true
+minecolonies\:citizen.fisherman.female1.general=true
+minecolonies\:citizen.knight.female3.gotobed=true
+minecolonies\:citizen.concretemixer.male3.success=true
+minecolonies\:citizen.shepherd.male1.farewell=true
+minecolonies\:citizen.shepherd.female1.farewell=true
+create\:mixing=true
+alexsmobs\:april_fools_power_outage=true
+supplementaries\:block.turntable.cat=true
+farmersdelight\:entity.rotten_tomato.hit=true
+minecolonies\:citizen.baker.male3.farewell=true
+minecolonies\:citizen.student.male2.happy=true
+touhou_little_maid\:maid.ai.find_target=true
+minecolonies\:citizen.stonemason.female1.success=true
+minecolonies\:citizen.enchanter.male3.danger=true
+minecolonies\:citizen.healer.male3.greeting=true
+minecolonies\:citizen.shepherd.male2.farewell=true
+undergarden\:entity.forgotten_guardian.step=true
+minecolonies\:citizen.fisherman.female1.noise=true
+minecolonies\:citizen.dyer.female2.noise=true
+minecraft\:block.roots.fall=true
+minecolonies\:citizen.composter.male2.interaction=true
+minecolonies\:citizen.composter.female2.lowsaturation=true
+deeperdarker\:entity.shattered.hurt=true
+minecolonies\:mob.mercenary.step=true
+minecolonies\:citizen.teacher.male3.danger=true
+minecraft\:block.flowering_azalea.break=true
+minecolonies\:citizen.pupil.male4.farewell=true
+minecolonies\:citizen.sifter.male3.unhappy=true
+minecolonies\:citizen.druid.male2.greeting=true
+minecolonies\:citizen.beekeeper.male3.goodhousing=true
+minecolonies\:citizen.beekeeper.male2.success=true
+minecolonies\:citizen.swineherder.male3.gotobed=true
+minecolonies\:citizen.florist.male2.success=true
+minecolonies\:citizen.unemployed.female2.danger=true
+minecolonies\:citizen.netherworker.female2.farewell=true
+minecolonies\:citizen.sawmill.male4.interaction=true
+minecolonies\:citizen.shepherd.female2.farewell=true
+minecolonies\:citizen.swineherder.male3.unhappy=true
+minecolonies\:citizen.student.male3.lowsaturation=true
+minecolonies\:citizen.baker.male4.farewell=true
+minecolonies\:citizen.visitor.male3.gotobed=true
+minecolonies\:citizen.cowboy.male2.happy=true
+minecraft\:item.trident.throw=true
+minecraft\:entity.armor_stand.break=true
+minecolonies\:citizen.dyer.female3.goodhousing=true
+blue_skies\:entity.stonelet.death=true
+minecraft\:entity.cow.milk=true
+minecolonies\:citizen.miner.male1.missingequipment=true
+minecolonies\:citizen.composter.male1.greeting=true
+minecolonies\:citizen.pupil.male2.greeting=true
+minecolonies\:citizen.deliveryman.female4.highsaturation=true
+minecolonies\:citizen.sifter.female2.gotobed=true
+minecolonies\:citizen.baker.female4.lowsaturation=true
+minecolonies\:citizen.florist.male1.general=true
+minecolonies\:citizen.enchanter.male2.goodhousing=true
+minecolonies\:citizen.deliveryman.male2.badhousing=true
+minecolonies\:citizen.dyer.male1.interaction=true
+minecraft\:ui.toast.in=true
+minecolonies\:citizen.sawmill.female2.missingequipment=true
+minecolonies\:citizen.cook.male4.highsaturation=true
+minecolonies\:citizen.fisherman.female2.success=true
+minecolonies\:citizen.combattraining.female4.noise=true
+minecolonies\:citizen.quarrier.female2.sick=true
+minecolonies\:citizen.student.male3.highsaturation=true
+minecolonies\:citizen.lumberjack.female4.farewell=true
+minecraft\:entity.enderman.ambient=true
+riskofrain_mobs\:entity.stone_golem.growl=true
+minecolonies\:citizen.florist.female4.farewell=true
+minecolonies\:citizen.sawmill.male2.farewell=true
+undergarden\:entity.mog.death=true
+minecolonies\:citizen.enchanter.female1.unhappy=true
+minecolonies\:citizen.chickenherder.female3.unhappy=true
+minecolonies\:citizen.ranger.female4.farewell=true
+minecolonies\:citizen.pupil.female1.danger=true
+minecolonies\:citizen.blacksmith.male2.highsaturation=true
+blue_skies\:entity.alchemist.hurt=true
+minecolonies\:citizen.alchemist.male1.unhappy=true
+minecolonies\:citizen.sifter.male3.happy=true
+minecolonies\:citizen.miner.male4.interaction=true
+minecolonies\:citizen.stonemason.male1.general=true
+minecolonies\:citizen.smelter.male2.badhousing=true
+minecolonies\:citizen.glassblower.female1.success=true
+minecolonies\:citizen.composter.male3.goodhousing=true
+minecolonies\:citizen.chickenherder.male2.greeting=true
+minecolonies\:citizen.enchanter.female4.farewell=true
+minecolonies\:citizen.beekeeper.male2.interaction=true
+minecolonies\:citizen.cowboy.male3.missingequipment=true
+blue_skies\:entity.emberback.death=true
+minecolonies\:citizen.swineherder.female4.missingequipment=true
+minecolonies\:citizen.farmer.male2.sick=true
+minecolonies\:citizen.healer.female2.missingequipment=true
+minecolonies\:citizen.researcher.male1.sick=true
+minecolonies\:citizen.cookassistant.male1.general=true
+minecraft\:block.respawn_anchor.set_spawn=true
+minecolonies\:citizen.mechanic.male3.greeting=true
+minecolonies\:citizen.netherworker.female4.general=true
+minecolonies\:citizen.beekeeper.female3.goodhousing=true
+minecolonies\:citizen.deliveryman.female1.noise=true
+minecolonies\:citizen.chickenherder.female4.badweather=true
+minecolonies\:citizen.student.female4.badhousing=true
+minecolonies\:citizen.sawmill.male3.highsaturation=true
+minecraft\:music.overworld.forest=true
+minecraft\:item.trident.return=true
+minecraft\:entity.turtle.egg_crack=true
+undergarden\:entity.mog.ambient=true
+minecolonies\:citizen.shepherd.male1.badweather=true
+minecolonies\:citizen.beekeeper.female2.gotobed=true
+minecolonies\:citizen.enchanter.female1.sick=true
+minecolonies\:citizen.alchemist.female3.badhousing=true
+minecolonies\:citizen.fisherman.female3.interaction=true
+minecolonies\:citizen.baker.female3.highsaturation=true
+minecolonies\:citizen.healer.male1.badhousing=true
+minecolonies\:citizen.stonemason.male2.danger=true
+minecolonies\:citizen.crusher.male1.gotobed=true
+minecolonies\:citizen.fletcher.male3.lowsaturation=true
+minecolonies\:citizen.composter.male3.farewell=true
+minecolonies\:citizen.enchanter.male4.noise=true
+minecolonies\:citizen.netherworker.male3.greeting=true
+minecolonies\:citizen.dyer.male3.happy=true
+minecolonies\:citizen.pupil.female3.sick=true
+minecolonies\:citizen.crusher.female3.danger=true
+minecolonies\:citizen.builder.female4.unhappy=true
+minecraft\:entity.spider.ambient=true
+minecolonies\:citizen.smelter.male4.missingequipment=true
+minecolonies\:citizen.knight.male2.danger=true
+minecolonies\:citizen.combattraining.female3.farewell=true
+minecolonies\:citizen.enchanter.male1.interaction=true
+minecolonies\:citizen.druid.female2.lowsaturation=true
+supplementaries\:block.jar.place=true
+minecolonies\:citizen.shepherd.male1.general=true
+minecolonies\:citizen.mechanic.female4.general=true
+minecraft\:entity.tropical_fish.death=true
+minecolonies\:citizen.stonesmeltery.female4.unhappy=true
+alexsmobs\:raccoon_idle=true
+minecolonies\:citizen.enchanter.female2.greeting=true
+minecraft\:ambient.crimson_forest.mood=true
+minecolonies\:citizen.archertraining.female4.interaction=true
+minecraft\:block.bamboo_wood_hanging_sign.hit=true
+minecolonies\:citizen.researcher.male2.unhappy=true
+minecraft\:entity.hostile.death=true
+minecraft\:entity.warden.roar=true
+minecolonies\:citizen.shepherd.female2.gotobed=true
+minecraft\:block.flowering_azalea.place=true
+minecolonies\:citizen.ranger.male3.badweather=true
+minecraft\:entity.minecart.inside.underwater=true
+minecolonies\:citizen.mechanic.female4.farewell=true
+minecolonies\:citizen.florist.female1.highsaturation=true
+minecolonies\:citizen.cook.male3.happy=true
+minecolonies\:citizen.blacksmith.male2.gotobed=true
+minecolonies\:citizen.unemployed.male2.goodhousing=true
+minecolonies\:citizen.researcher.female4.badhousing=true
+minecolonies\:citizen.student.male4.missingequipment=true
+minecolonies\:citizen.quarrier.male3.unhappy=true
+aquaculture\:bobber_land_lava=true
+minecolonies\:citizen.undertaker.male2.missingequipment=true
+minecolonies\:citizen.pupil.male3.gotobed=true
+minecolonies\:citizen.deliveryman.female2.unhappy=true
+minecolonies\:citizen.concretemixer.male2.highsaturation=true
+minecolonies\:citizen.rabbitherder.female1.interaction=true
+minecraft\:entity.zoglin.ambient=true
+blue_skies\:block.keystone.teleport=true
+minecolonies\:citizen.archertraining.female4.greeting=true
+minecolonies\:citizen.sawmill.male2.sick=true
+minecolonies\:citizen.composter.male2.gotobed=true
+minecolonies\:citizen.rabbitherder.male4.missingequipment=true
+minecolonies\:citizen.baker.female4.highsaturation=true
+minecolonies\:citizen.ranger.female2.greeting=true
+minecolonies\:citizen.stonemason.male2.success=true
+minecraft\:entity.zombie_horse.hurt=true
+minecolonies\:citizen.stonemason.male3.highsaturation=true
+minecolonies\:citizen.dyer.male2.goodhousing=true
+minecolonies\:citizen.lumberjack.male3.badweather=true
+minecolonies\:citizen.fisherman.male2.unhappy=true
+minecolonies\:citizen.farmer.male2.noise=true
+minecolonies\:citizen.swineherder.female1.badweather=true
+minecolonies\:citizen.healer.female4.badhousing=true
+minecolonies\:citizen.combattraining.male4.success=true
+minecolonies\:citizen.child.male1.success=true
+aquamirae\:entity.captain_cornelia.death=true
+minecolonies\:citizen.sawmill.male3.lowsaturation=true
+minecraft\:block.enchantment_table.use=true
+undergarden\:entity.nargoyle.death=true
+minecolonies\:citizen.student.male2.farewell=true
+minecraft\:entity.frog.long_jump=true
+minecraft\:entity.hostile.splash=true
+minecolonies\:citizen.farmer.female3.greeting=true
+minecraft\:block.wood.step=true
+minecolonies\:citizen.miner.male1.farewell=true
+minecraft\:block.bamboo_wood_hanging_sign.step=true
+minecolonies\:citizen.combattraining.male3.general=true
+minecolonies\:citizen.cookassistant.male2.badhousing=true
+minecraft\:entity.wandering_trader.reappeared=true
+minecolonies\:citizen.teacher.male1.interaction=true
+minecolonies\:citizen.shepherd.female2.danger=true
+minecolonies\:citizen.druid.female1.danger=true
+minecraft\:item.honey_bottle.drink=true
+minecolonies\:citizen.deliveryman.male1.success=true
+alexsmobs\:seal_idle=true
+minecolonies\:citizen.cookassistant.female3.badweather=true
+blue_skies\:music.poison_dungeon_ambience=true
+minecraft\:entity.fox.ambient=true
+minecolonies\:citizen.blacksmith.female1.success=true
+minecolonies\:citizen.cook.male4.interaction=true
+aquaculture\:bobber_bait=true
+minecolonies\:citizen.composter.female1.danger=true
+minecolonies\:citizen.mechanic.female2.greeting=true
+minecolonies\:citizen.combattraining.female2.unhappy=true
+minecolonies\:citizen.enchanter.male3.missingequipment=true
+minecolonies\:citizen.researcher.female1.noise=true
+minecolonies\:citizen.researcher.male2.lowsaturation=true
+minecolonies\:citizen.combattraining.female1.greeting=true
+minecolonies\:citizen.swineherder.male1.greeting=true
+minecolonies\:citizen.undertaker.male3.gotobed=true
+minecraft\:block.pointed_dripstone.place=true
+minecraft\:block.slime_block.fall=true
+minecolonies\:citizen.farmer.male4.happy=true
+minecraft\:entity.fishing_bobber.retrieve=true
+minecolonies\:citizen.fletcher.female1.happy=true
+minecraft\:entity.axolotl.idle_water=true
+minecolonies\:citizen.undertaker.female2.gotobed=true
+minecolonies\:citizen.pupil.female2.danger=true
+minecolonies\:citizen.fletcher.female1.goodhousing=true
+minecraft\:music.overworld.grove=true
+minecolonies\:citizen.rabbitherder.male3.sick=true
+minecolonies\:citizen.mechanic.female1.danger=true
+minecolonies\:citizen.undertaker.male2.sick=true
+minecolonies\:citizen.blacksmith.male2.unhappy=true
+minecolonies\:citizen.baker.male4.success=true
+minecolonies\:citizen.pupil.male2.farewell=true
+minecolonies\:citizen.dyer.female2.unhappy=true
+minecolonies\:citizen.beekeeper.male1.gotobed=true
+minecolonies\:citizen.shepherd.female2.sick=true
+minecolonies\:citizen.student.male3.sick=true
+minecolonies\:citizen.knight.male1.sick=true
+minecolonies\:citizen.dyer.male4.badweather=true
+minecolonies\:citizen.florist.female2.success=true
+minecolonies\:citizen.alchemist.male2.sick=true
+minecolonies\:citizen.builder.male3.noise=true
+minecolonies\:citizen.florist.female2.lowsaturation=true
+minecolonies\:citizen.visitor.male3.unhappy=true
+minecolonies\:citizen.cook.female3.danger=true
+minecolonies\:citizen.builder.male4.greeting=true
+minecolonies\:citizen.combattraining.female3.success=true
+minecolonies\:citizen.deliveryman.female1.success=true
+minecolonies\:citizen.druid.male2.missingequipment=true
+minecolonies\:citizen.stonesmeltery.female4.gotobed=true
+blue_skies\:entity.crynocerous.hurt=true
+minecraft\:block.sniffer_egg.plop=true
+minecolonies\:citizen.mechanic.male2.lowsaturation=true
+minecolonies\:citizen.planter.female3.unhappy=true
+minecolonies\:citizen.stonemason.male2.missingequipment=true
+minecolonies\:citizen.netherworker.male2.general=true
+minecolonies\:citizen.mechanic.male4.greeting=true
+minecolonies\:citizen.cowboy.male2.general=true
+minecolonies\:citizen.stonesmeltery.male1.goodhousing=true
+minecraft\:block.lava.pop=true
+minecolonies\:citizen.combattraining.male3.gotobed=true
+minecolonies\:citizen.quarrier.female4.lowsaturation=true
+minecolonies\:citizen.ranger.male1.lowsaturation=true
+minecolonies\:citizen.dyer.female3.noise=true
+minecolonies\:citizen.unemployed.male2.highsaturation=true
+minecolonies\:citizen.florist.female1.missingequipment=true
+minecraft\:entity.panda.death=true
+minecolonies\:citizen.student.female2.danger=true
+minecolonies\:citizen.cook.female1.unhappy=true
+minecolonies\:citizen.cook.male2.goodhousing=true
+minecolonies\:citizen.student.male3.unhappy=true
+minecolonies\:citizen.researcher.female2.highsaturation=true
+minecolonies\:citizen.healer.female4.missingequipment=true
+minecolonies\:citizen.teacher.male4.unhappy=true
+minecolonies\:citizen.blacksmith.male2.badweather=true
+minecolonies\:citizen.researcher.male1.badhousing=true
+minecolonies\:citizen.beekeeper.female2.interaction=true
+minecolonies\:citizen.fisherman.male2.badhousing=true
+minecolonies\:citizen.cook.female1.noise=true
+minecolonies\:citizen.undertaker.male2.success=true
+minecolonies\:citizen.combattraining.female3.interaction=true
+minecolonies\:citizen.netherworker.female3.happy=true
+minecolonies\:citizen.lumberjack.male4.missingequipment=true
+minecolonies\:citizen.mechanic.female3.greeting=true
+minecolonies\:citizen.teacher.male2.danger=true
+minecolonies\:mob.mercenary.hurt=true
+gateways\:gate_start=true
+minecraft\:entity.squid.hurt=true
+minecolonies\:citizen.cowboy.female3.happy=true
+minecraft\:block.cherry_wood_trapdoor.open=true
+minecolonies\:citizen.farmer.female3.badhousing=true
+minecraft\:block.muddy_mangrove_roots.fall=true
+minecolonies\:citizen.stonemason.male3.goodhousing=true
+minecolonies\:citizen.fisherman.female4.goodhousing=true
+minecolonies\:citizen.beekeeper.female3.success=true
+blue_skies\:block.tool_box.use_falsite=true
+minecolonies\:citizen.student.male1.general=true
+minecolonies\:citizen.researcher.male3.happy=true
+alexsmobs\:bear_dust=true
+minecolonies\:citizen.fisherman.male3.success=true
+minecolonies\:citizen.florist.male4.greeting=true
+minecolonies\:citizen.rabbitherder.female4.danger=true
+minecolonies\:citizen.visitor.male3.badhousing=true
+minecolonies\:citizen.glassblower.male1.highsaturation=true
+minecolonies\:citizen.baker.female1.missingequipment=true
+minecolonies\:citizen.knight.female2.success=true
+minecolonies\:citizen.florist.female1.danger=true
+minecraft\:entity.magma_cube.death_small=true
+minecolonies\:citizen.builder.male4.gotobed=true
+minecolonies\:citizen.sawmill.female3.danger=true
+minecraft\:entity.phantom.hurt=true
+minecolonies\:citizen.shepherd.female3.badweather=true
+minecolonies\:citizen.quarrier.female2.badweather=true
+create\:saw_activate_stone=true
+minecolonies\:citizen.unemployed.female4.unhappy=true
+deeperdarker\:item.transmitter.link=true
+minecraft\:entity.allay.ambient_with_item=true
+minecraft\:entity.slime.death=true
+minecraft\:block.moss_carpet.place=true
+undergarden\:entity.gwib.death=true
+minecraft\:block.bamboo.hit=true
+illagerinvasion\:entity.invoker.hurt=true
+minecolonies\:citizen.archertraining.female1.lowsaturation=true
+minecraft\:block.bamboo_wood_pressure_plate.click_off=true
+minecolonies\:citizen.healer.female3.interaction=true
+minecolonies\:citizen.child.male4.sick=true
+minecolonies\:citizen.miner.male1.greeting=true
+minecolonies\:citizen.fletcher.female2.unhappy=true
+minecolonies\:citizen.rabbitherder.male1.happy=true
+minecolonies\:citizen.crusher.female1.success=true
+minecolonies\:citizen.baker.female4.unhappy=true
+minecolonies\:citizen.chickenherder.female1.danger=true
+minecolonies\:citizen.mechanic.male1.badweather=true
+minecolonies\:citizen.fisherman.male1.badweather=true
+minecolonies\:citizen.chickenherder.male3.general=true
+minecraft\:entity.glow_squid.ambient=true
+minecraft\:entity.wither.break_block=true
+minecolonies\:citizen.stonemason.male1.danger=true
+minecolonies\:citizen.child.female3.gotobed=true
+minecraft\:block.ender_chest.close=true
+minecolonies\:citizen.cookassistant.female1.missingequipment=true
+minecolonies\:citizen.blacksmith.male3.noise=true
+minecolonies\:citizen.concretemixer.male1.highsaturation=true
+blue_skies\:entity.frost_spirit.death=true
+minecolonies\:citizen.glassblower.female2.goodhousing=true
+minecolonies\:citizen.cook.male3.farewell=true
+minecolonies\:citizen.lumberjack.female4.success=true
+minecolonies\:citizen.quarrier.male3.missingequipment=true
+minecraft\:block.nether_wood.place=true
+minecolonies\:citizen.deliveryman.female1.badweather=true
+minecolonies\:citizen.planter.female1.general=true
+minecraft\:entity.sheep.shear=true
+minecolonies\:citizen.planter.male4.gotobed=true
+minecolonies\:citizen.child.female1.lowsaturation=true
+minecolonies\:citizen.archertraining.female2.gotobed=true
+minecraft\:block.beacon.activate=true
+minecraft\:entity.turtle.egg_hatch=true
+minecolonies\:citizen.chickenherder.male1.interaction=true
+minecolonies\:citizen.unemployed.male2.greeting=true
+minecraft\:block.redstone_torch.burnout=true
+friendsandfoes\:entity.ice_chunk.summon=true
+minecolonies\:citizen.rabbitherder.female4.sick=true
+minecolonies\:citizen.composter.male2.lowsaturation=true
+minecolonies\:citizen.combattraining.female4.farewell=true
+minecolonies\:citizen.crusher.male1.general=true
+minecraft\:block.nether_wart.break=true
+minecraft\:entity.goat.long_jump=true
+minecolonies\:citizen.baker.male3.sick=true
+minecolonies\:citizen.blacksmith.female4.goodhousing=true
+minecolonies\:citizen.crusher.female4.greeting=true
+minecolonies\:citizen.combattraining.female2.badweather=true
+minecolonies\:citizen.stonemason.male1.gotobed=true
+alexsmobs\:caiman_idle=true
+minecolonies\:citizen.cowboy.male4.greeting=true
+minecolonies\:citizen.miner.female1.danger=true
+minecolonies\:citizen.healer.male4.farewell=true
+minecraft\:entity.endermite.ambient=true
+minecolonies\:citizen.researcher.female2.interaction=true
+minecolonies\:citizen.cowboy.male4.unhappy=true
+create\:slime_added=true
+minecolonies\:citizen.miner.male3.gotobed=true
+minecraft\:block.polished_deepslate.step=true
+mutantmonsters\:entity.mutant_enderman.morph=true
+minecraft\:block.bamboo_wood.fall=true
+minecolonies\:citizen.rabbitherder.female4.happy=true
+blue_skies\:entity.alchemist.prepare_regen=true
+minecolonies\:citizen.crusher.female3.goodhousing=true
+alexsmobs\:alligator_snapping_turtle_hurt=true
+minecolonies\:citizen.pupil.female4.lowsaturation=true
+minecolonies\:citizen.farmer.male4.missingequipment=true
+minecolonies\:citizen.netherworker.female4.lowsaturation=true
+minecolonies\:citizen.teacher.male1.farewell=true
+bettercombat\:sword_slash=true
+minecolonies\:citizen.teacher.female3.danger=true
+minecraft\:entity.bat.death=true
+minecolonies\:citizen.pupil.male3.goodhousing=true
+minecolonies\:citizen.researcher.male3.farewell=true
+minecolonies\:citizen.knight.female4.lowsaturation=true
+minecolonies\:citizen.shepherd.male3.lowsaturation=true
+minecolonies\:citizen.archertraining.male1.goodhousing=true
+minecolonies\:citizen.fletcher.female1.farewell=true
+minecolonies\:citizen.pupil.male1.danger=true
+minecolonies\:citizen.cowboy.male1.happy=true
+minecolonies\:citizen.sifter.male1.highsaturation=true
+minecolonies\:citizen.quarrier.male4.badhousing=true
+minecraft\:entity.panda.aggressive_ambient=true
+minecolonies\:citizen.dyer.female2.interaction=true
+minecolonies\:citizen.researcher.male4.happy=true
+minecolonies\:citizen.baker.female3.noise=true
+minecolonies\:citizen.cook.female3.badweather=true
+minecolonies\:citizen.builder.female1.lowsaturation=true
+minecolonies\:citizen.druid.male1.unhappy=true
+minecolonies\:citizen.concretemixer.female3.gotobed=true
+minecolonies\:citizen.druid.female4.highsaturation=true
+minecraft\:block.big_dripleaf.hit=true
+minecraft\:entity.villager.work_cleric=true
+minecolonies\:citizen.netherworker.female4.badweather=true
+minecraft\:entity.llama.death=true
+minecraft\:entity.piglin.hurt=true
+minecolonies\:citizen.smelter.female3.badweather=true
+minecolonies\:citizen.archertraining.female3.greeting=true
+minecolonies\:citizen.chickenherder.male4.greeting=true
+minecolonies\:citizen.blacksmith.male1.highsaturation=true
+minecolonies\:citizen.druid.male1.greeting=true
+minecolonies\:citizen.druid.male4.greeting=true
+minecraft\:entity.frog.tongue=true
+minecolonies\:citizen.undertaker.female4.sick=true
+minecolonies\:citizen.cook.female2.noise=true
+minecolonies\:citizen.visitor.male2.sick=true
+minecolonies\:citizen.sawmill.female2.general=true
+minecolonies\:citizen.chickenherder.male3.missingequipment=true
+touhou_little_maid\:maid.mode.snow=true
+minecolonies\:citizen.sifter.female1.interaction=true
+minecolonies\:citizen.enchanter.male3.badweather=true
+minecolonies\:citizen.researcher.female4.highsaturation=true
+minecolonies\:citizen.composter.male1.badweather=true
+minecraft\:entity.drowned.hurt_water=true
+minecolonies\:citizen.miner.male3.happy=true
+minecolonies\:citizen.netherworker.male1.missingequipment=true
+alexsmobs\:spectre_hurt=true
+minecolonies\:citizen.fletcher.female3.farewell=true
+minecolonies\:citizen.sawmill.male3.farewell=true
+minecraft\:entity.sheep.hurt=true
+minecraft\:block.metal.fall=true
+minecolonies\:citizen.child.female3.missingequipment=true
+minecolonies\:citizen.florist.female1.badhousing=true
+minecolonies\:citizen.deliveryman.male2.unhappy=true
+minecolonies\:citizen.blacksmith.female4.badweather=true
+minecolonies\:citizen.unemployed.female1.happy=true
+minecolonies\:citizen.concretemixer.female4.success=true
+blue_skies\:entity.jelly_drifter.hurt=true
+undergarden\:entity.muncher.hurt=true
+minecolonies\:citizen.smelter.male1.highsaturation=true
+minecolonies\:citizen.composter.male2.unhappy=true
+minecolonies\:citizen.lumberjack.male4.gotobed=true
+minecraft\:block.moss_carpet.break=true
+minecolonies\:citizen.stonesmeltery.female2.interaction=true
+undergarden\:ambient.sea_addition=true
+minecolonies\:citizen.pupil.female2.interaction=true
+minecolonies\:citizen.alchemist.male3.farewell=true
+minecolonies\:citizen.stonesmeltery.female2.general=true
+minecolonies\:citizen.visitor.male3.goodhousing=true
+minecraft\:block.nether_wood_hanging_sign.break=true
+minecolonies\:citizen.fisherman.female1.goodhousing=true
+deeperdarker\:block.vase.step=true
+minecolonies\:citizen.baker.female2.general=true
+minecolonies\:citizen.concretemixer.male2.unhappy=true
+minecolonies\:citizen.deliveryman.male4.lowsaturation=true
+friendsandfoes\:entity.rascal.nod=true
+minecolonies\:citizen.alchemist.female2.danger=true
+minecolonies\:citizen.sifter.female3.badhousing=true
+alexsmobs\:blue_jay_idle=true
+minecolonies\:citizen.healer.female1.happy=true
+alexsmobs\:bone_serpent_idle=true
+minecolonies\:citizen.archertraining.female4.happy=true
+create\:mechanical_press_activation_compounded_1=true
+friendsandfoes\:entity.rascal.ambient=true
+minecraft\:entity.piglin_brute.converted_to_zombified=true
+minecolonies\:citizen.lumberjack.female4.greeting=true
+xercapaint\:color_picker_suck=true
+minecolonies\:citizen.healer.male3.danger=true
+minecolonies\:citizen.netherworker.female3.farewell=true
+minecolonies\:citizen.mechanic.female3.farewell=true
+minecolonies\:citizen.lumberjack.male4.general=true
+minecolonies\:citizen.cowboy.female4.success=true
+minecolonies\:citizen.sifter.female2.general=true
+minecolonies\:citizen.child.male2.lowsaturation=true
+minecraft\:entity.parrot.imitate.elder_guardian=true
+minecolonies\:citizen.florist.male3.unhappy=true
+minecolonies\:citizen.crusher.female1.greeting=true
+minecraft\:music.overworld.flower_forest=true
+minecolonies\:citizen.swineherder.male2.lowsaturation=true
+minecraft\:item.ink_sac.use=true
+minecraft\:entity.witch.death=true
+minecolonies\:citizen.visitor.female4.lowsaturation=true
+touhou_little_maid\:maid.ai.tamed=true
+minecolonies\:citizen.teacher.female3.happy=true
+minecolonies\:citizen.composter.male1.missingequipment=true
+minecolonies\:citizen.baker.female4.noise=true
+minecraft\:entity.sheep.ambient=true
+minecolonies\:citizen.undertaker.female4.greeting=true
+minecolonies\:citizen.florist.male1.gotobed=true
+minecolonies\:citizen.netherworker.male2.noise=true
+minecolonies\:citizen.healer.male3.badhousing=true
+minecolonies\:citizen.cowboy.female2.missingequipment=true
+blue_skies\:entity.sliv.idle=true
+minecraft\:entity.snow_golem.shear=true
+minecolonies\:citizen.miner.female3.sick=true
+minecolonies\:citizen.chickenherder.female2.greeting=true
+minecolonies\:citizen.miner.male2.noise=true
+minecolonies\:citizen.fletcher.female3.lowsaturation=true
+minecolonies\:citizen.student.male1.badhousing=true
+minecolonies\:citizen.builder.male4.missingequipment=true
+minecolonies\:citizen.mechanic.male2.success=true
+minecraft\:block.azalea_leaves.step=true
+minecolonies\:citizen.florist.female1.unhappy=true
+minecolonies\:citizen.druid.female3.farewell=true
+minecraft\:item.armor.equip_chain=true
+minecolonies\:citizen.glassblower.female2.unhappy=true
+minecolonies\:citizen.mechanic.male4.farewell=true
+minecolonies\:citizen.fletcher.male1.danger=true
+minecolonies\:citizen.alchemist.female3.general=true
+minecraft\:entity.zombie_villager.hurt=true
+minecolonies\:citizen.teacher.female2.happy=true
+minecolonies\:citizen.child.female3.farewell=true
+minecolonies\:citizen.lumberjack.female1.greeting=true
+minecolonies\:citizen.pupil.female4.noise=true
+minecolonies\:citizen.beekeeper.female3.highsaturation=true
+minecraft\:item.bucket.fill_lava=true
+minecolonies\:citizen.mechanic.male1.general=true
+minecolonies\:citizen.alchemist.male2.success=true
+minecolonies\:citizen.unemployed.female4.badweather=true
+alexsmobs\:tusklin_idle=true
+minecolonies\:citizen.researcher.female4.lowsaturation=true
+minecolonies\:citizen.alchemist.male4.badweather=true
+minecolonies\:citizen.visitor.male4.happy=true
+minecolonies\:citizen.healer.female4.general=true
+minecolonies\:citizen.stonemason.female2.unhappy=true
+minecolonies\:citizen.smelter.male1.badweather=true
+minecolonies\:citizen.ranger.male1.gotobed=true
+minecolonies\:citizen.cook.female2.interaction=true
+minecolonies\:citizen.swineherder.male4.missingequipment=true
+minecolonies\:citizen.chickenherder.female4.success=true
+minecolonies\:citizen.ranger.male3.sick=true
+minecraft\:entity.ravager.hurt=true
+minecolonies\:citizen.florist.male1.sick=true
+minecolonies\:citizen.fletcher.male1.missingequipment=true
+minecolonies\:citizen.beekeeper.male1.sick=true
+alexsmobs\:mimicube_jump=true
+minecolonies\:citizen.cookassistant.male1.highsaturation=true
+minecolonies\:citizen.ranger.female1.happy=true
+undergarden\:ambient.mood=true
+minecolonies\:citizen.quarrier.female1.success=true
+minecolonies\:citizen.cowboy.female4.interaction=true
+minecolonies\:citizen.pupil.male4.success=true
+deeperdarker\:entity.stalker.ambient=true
+minecolonies\:citizen.enchanter.female4.noise=true
+minecolonies\:citizen.fletcher.male4.goodhousing=true
+minecolonies\:citizen.cookassistant.female3.success=true
+minecraft\:entity.bee.loop_aggressive=true
+minecolonies\:citizen.cookassistant.female1.badweather=true
+minecolonies\:citizen.cowboy.female1.interaction=true
+minecraft\:entity.goat.screaming.death=true
+minecolonies\:citizen.healer.female1.sick=true
+minecolonies\:citizen.fletcher.female3.sick=true
+minecraft\:block.cherry_wood.place=true
+minecolonies\:citizen.sawmill.female4.unhappy=true
+minecraft\:block.netherrack.break=true
+minecolonies\:citizen.farmer.male2.missingequipment=true
+minecolonies\:citizen.ranger.female1.greeting=true
+minecolonies\:citizen.teacher.female2.unhappy=true
+deeperdarker\:music.otherside.echoing_forest=true
+minecolonies\:citizen.fisherman.male1.sick=true
+minecolonies\:citizen.healer.female1.danger=true
+minecolonies\:citizen.rabbitherder.male1.goodhousing=true
+minecolonies\:citizen.beekeeper.male2.highsaturation=true
+minecolonies\:citizen.cookassistant.male2.highsaturation=true
+minecraft\:entity.piglin.death=true
+minecolonies\:citizen.chickenherder.male1.greeting=true
+minecolonies\:citizen.miner.male4.happy=true
+minecolonies\:citizen.cowboy.female2.happy=true
+minecolonies\:citizen.archertraining.female2.general=true
+minecolonies\:citizen.quarrier.male3.general=true
+minecolonies\:citizen.beekeeper.female2.highsaturation=true
+minecolonies\:citizen.netherworker.male2.badhousing=true
+minecolonies\:citizen.crusher.female2.danger=true
+minecolonies\:citizen.farmer.female4.farewell=true
+minecraft\:entity.player.breath=true
+alexsmobs\:murmur_idle=true
+minecolonies\:citizen.shepherd.female3.success=true
+minecolonies\:citizen.cowboy.male1.lowsaturation=true
+minecolonies\:citizen.beekeeper.male4.highsaturation=true
+blue_skies\:entity.gatekeeper.cast_spell=true
+friendsandfoes\:entity.tuff_golem.wake=true
+minecolonies\:citizen.baker.male2.badweather=true
+minecolonies\:citizen.concretemixer.male3.lowsaturation=true
+minecolonies\:citizen.druid.male3.badweather=true
+minecolonies\:citizen.swineherder.male2.greeting=true
+minecolonies\:citizen.smelter.male4.danger=true
+minecolonies\:citizen.beekeeper.female4.highsaturation=true
+minecraft\:block.spore_blossom.hit=true
+minecolonies\:citizen.cowboy.male2.gotobed=true
+minecolonies\:citizen.quarrier.female4.noise=true
+minecolonies\:citizen.chickenherder.male3.badweather=true
+minecolonies\:citizen.healer.male4.lowsaturation=true
+minecraft\:entity.horse.land=true
+minecolonies\:citizen.pupil.male3.general=true
+minecraft\:entity.parrot.step=true
+minecolonies\:citizen.farmer.female1.sick=true
+minecraft\:music.dragon=true
+touhou_little_maid\:maid.ai.hurt_player=true
+minecraft\:block.big_dripleaf.place=true
+minecolonies\:citizen.student.female4.gotobed=true
+minecolonies\:citizen.quarrier.male4.success=true
+minecraft\:block.basalt.fall=true
+minecraft\:entity.player.big_fall=true
+minecolonies\:citizen.deliveryman.male3.goodhousing=true
+minecolonies\:citizen.enchanter.female1.gotobed=true
+minecolonies\:citizen.beekeeper.male1.highsaturation=true
+minecolonies\:citizen.stonesmeltery.male1.general=true
+minecolonies\:citizen.researcher.male2.greeting=true
+minecolonies\:citizen.concretemixer.male4.gotobed=true
+minecolonies\:citizen.crusher.male4.goodhousing=true
+minecolonies\:citizen.farmer.male3.danger=true
+minecraft\:entity.chicken.egg=true
+minecraft\:entity.glow_item_frame.break=true
+minecraft\:item.crossbow.hit=true
+minecolonies\:citizen.researcher.male2.gotobed=true
+minecolonies\:citizen.shepherd.female1.danger=true
+minecolonies\:citizen.miner.female1.success=true
+minecraft\:entity.elder_guardian.hurt_land=true
+minecolonies\:citizen.composter.female2.danger=true
+minecolonies\:citizen.composter.male2.farewell=true
+minecolonies\:citizen.quarrier.female1.farewell=true
+minecolonies\:citizen.student.female2.unhappy=true
+minecolonies\:citizen.shepherd.female2.general=true
+minecolonies\:citizen.mechanic.female3.sick=true
+minecolonies\:citizen.chickenherder.female3.general=true
+minecolonies\:citizen.healer.female4.sick=true
+minecolonies\:citizen.crusher.female4.farewell=true
+minecolonies\:citizen.healer.female1.unhappy=true
+minecolonies\:citizen.visitor.male1.noise=true
+blue_skies\:music.turquoise=true
+minecolonies\:citizen.mechanic.female4.unhappy=true
+minecolonies\:citizen.planter.male2.greeting=true
+minecolonies\:citizen.druid.male3.gotobed=true
+minecraft\:entity.zombie_villager.converted=true
+minecolonies\:citizen.cook.female3.happy=true
+minecolonies\:citizen.knight.female4.goodhousing=true
+minecolonies\:citizen.lumberjack.female3.goodhousing=true
+minecolonies\:citizen.alchemist.male1.general=true
+minecolonies\:citizen.undertaker.female4.danger=true
+minecolonies\:citizen.visitor.female2.unhappy=true
+minecolonies\:citizen.smelter.male2.highsaturation=true
+minecolonies\:citizen.student.female1.badweather=true
+minecolonies\:citizen.quarrier.female1.interaction=true
+minecolonies\:citizen.builder.female4.general=true
+minecolonies\:citizen.blacksmith.male4.noise=true
+alexsmobs\:mosquito_die=true
+minecolonies\:citizen.netherworker.female4.gotobed=true
+riskofrain_mobs\:entity.lemurian.ambient=true
+minecolonies\:citizen.student.male2.missingequipment=true
+minecolonies\:citizen.beekeeper.female3.badhousing=true
+minecraft\:entity.enderman.death=true
+create\:contraption_assemble=true
+minecolonies\:citizen.mechanic.male1.greeting=true
+minecolonies\:citizen.planter.male3.farewell=true
+minecolonies\:citizen.builder.female4.goodhousing=true
+minecolonies\:citizen.druid.male2.goodhousing=true
+minecraft\:ui.loom.take_result=true
+minecolonies\:citizen.undertaker.female2.interaction=true
+minecolonies\:citizen.fisherman.female2.danger=true
+minecolonies\:citizen.fisherman.male4.sick=true
+minecraft\:block.big_dripleaf.tilt_down=true
+undergarden\:ambient.frostfields_addition=true
+deeperdarker\:block.vase.hit=true
+minecolonies\:citizen.builder.male3.badhousing=true
+blue_skies\:ambient.rain.drizzle=true
+minecolonies\:citizen.sawmill.female1.goodhousing=true
+minecolonies\:citizen.sifter.male4.danger=true
+minecolonies\:citizen.combattraining.female1.farewell=true
+minecraft\:block.note_block.xylophone=true
+creeperoverhaul\:entity.stone.creeper.prime=true
+minecolonies\:citizen.student.female1.goodhousing=true
+minecolonies\:citizen.pupil.male4.noise=true
+minecolonies\:citizen.farmer.male3.gotobed=true
+minecraft\:entity.vex.ambient=true
+minecolonies\:citizen.cookassistant.male4.highsaturation=true
+minecolonies\:citizen.smelter.female3.goodhousing=true
+minecraft\:block.dripstone_block.break=true
+minecolonies\:citizen.knight.female1.general=true
+minecolonies\:citizen.smelter.male3.highsaturation=true
+minecolonies\:citizen.crusher.female4.highsaturation=true
+minecolonies\:citizen.visitor.female1.success=true
+minecolonies\:citizen.smelter.female4.general=true
+minecolonies\:citizen.stonemason.female1.interaction=true
+minecolonies\:citizen.ranger.male4.interaction=true
+minecolonies\:citizen.planter.female2.badweather=true
+minecolonies\:citizen.cowboy.female4.missingequipment=true
+minecolonies\:citizen.stonesmeltery.male2.lowsaturation=true
+minecolonies\:citizen.child.female1.unhappy=true
+minecolonies\:citizen.mechanic.male3.unhappy=true
+minecolonies\:citizen.druid.female2.greeting=true
+illagerinvasion\:entity.invoker.ambient=true
+minecolonies\:citizen.alchemist.male2.greeting=true
+minecolonies\:citizen.netherworker.female1.noise=true
+minecolonies\:citizen.stonemason.female3.missingequipment=true
+minecolonies\:citizen.builder.female2.badhousing=true
+minecolonies\:citizen.undertaker.male1.general=true
+minecolonies\:citizen.composter.female2.unhappy=true
+minecolonies\:citizen.enchanter.female4.lowsaturation=true
+minecolonies\:citizen.glassblower.male3.noise=true
+friendsandfoes\:entity.wildfire.shockwave=true
+minecolonies\:citizen.teacher.male2.general=true
+minecolonies\:citizen.florist.male4.sick=true
+minecolonies\:citizen.visitor.female3.badweather=true
+minecolonies\:citizen.researcher.female1.badweather=true
+minecolonies\:citizen.florist.female3.farewell=true
+minecolonies\:citizen.stonesmeltery.female1.badhousing=true
+minecolonies\:citizen.lumberjack.female1.lowsaturation=true
+minecolonies\:citizen.enchanter.female2.noise=true
+minecolonies\:citizen.shepherd.female1.greeting=true
+minecolonies\:citizen.swineherder.male3.general=true
+minecolonies\:citizen.florist.male4.goodhousing=true
+minecolonies\:citizen.swineherder.male4.danger=true
+minecolonies\:citizen.florist.male4.farewell=true
+minecolonies\:citizen.baker.male3.greeting=true
+minecolonies\:citizen.dyer.female1.badhousing=true
+minecolonies\:citizen.crusher.female3.highsaturation=true
+minecraft\:entity.zombie.death=true
+create\:wrench_rotate=true
+minecolonies\:citizen.beekeeper.female4.badweather=true
+minecraft\:block.sculk_catalyst.hit=true
+minecolonies\:citizen.swineherder.female2.danger=true
+touhou_little_maid\:item.camera_use=true
+minecolonies\:citizen.cook.male2.general=true
+minecolonies\:citizen.shepherd.male4.badhousing=true
+bettercombat\:claymore_slam=true
+minecolonies\:citizen.swineherder.female4.noise=true
+minecraft\:entity.iron_golem.death=true
+minecolonies\:citizen.shepherd.male1.greeting=true
+minecolonies\:citizen.ranger.female2.farewell=true
+minecolonies\:citizen.farmer.female4.danger=true
+minecolonies\:citizen.dyer.male2.lowsaturation=true
+minecolonies\:citizen.dyer.female1.sick=true
+minecolonies\:citizen.cookassistant.male1.gotobed=true
+minecolonies\:citizen.undertaker.female1.badhousing=true
+minecolonies\:citizen.child.female2.interaction=true
+minecraft\:block.chiseled_bookshelf.pickup=true
+supplementaries\:block.crank=true
+minecraft\:entity.item_frame.remove_item=true
+minecolonies\:citizen.cook.male2.badweather=true
+minecolonies\:citizen.rabbitherder.male1.badhousing=true
+minecraft\:block.flowering_azalea.hit=true
+minecolonies\:citizen.cowboy.male1.danger=true
+minecolonies\:citizen.unemployed.male3.highsaturation=true
+minecolonies\:citizen.sifter.female4.greeting=true
+minecolonies\:citizen.planter.female1.missingequipment=true
+minecraft\:block.coral_block.fall=true
+minecraft\:block.nether_wood.break=true
+minecolonies\:citizen.blacksmith.male1.success=true
+minecolonies\:citizen.cookassistant.male3.interaction=true
+illagerinvasion\:entity.invoker.shield_create=true
+minecolonies\:citizen.quarrier.female2.unhappy=true
+minecolonies\:citizen.combattraining.male1.badweather=true
+minecolonies\:citizen.enchanter.female3.badweather=true
+minecolonies\:citizen.unemployed.male3.badhousing=true
+minecolonies\:citizen.quarrier.female2.missingequipment=true
+minecolonies\:citizen.teacher.male3.success=true
+minecolonies\:citizen.cowboy.female2.badhousing=true
+xercapaint\:stroke_loop=true
+minecolonies\:citizen.beekeeper.female1.highsaturation=true
+minecolonies\:citizen.netherworker.female2.happy=true
+minecolonies\:citizen.pupil.male2.lowsaturation=true
+minecolonies\:citizen.swineherder.male4.success=true
+minecolonies\:citizen.cookassistant.male3.highsaturation=true
+blue_skies\:entity.villager.work_stargazer=true
+minecolonies\:citizen.knight.male1.unhappy=true
+minecraft\:entity.bat.loop=true
+minecolonies\:citizen.miner.male1.danger=true
+minecolonies\:citizen.glassblower.male4.general=true
+minecolonies\:citizen.child.male1.sick=true
+deeperdarker\:entity.leech.hurt=true
+alexsmobs\:gazelle_hurt=true
+minecolonies\:citizen.fletcher.male1.happy=true
+minecolonies\:citizen.stonesmeltery.female4.lowsaturation=true
+creeperoverhaul\:entity.stone.creeper.explosion=true
+minecolonies\:citizen.unemployed.female3.danger=true
+minecraft\:block.amethyst_block.step=true
+minecolonies\:citizen.shepherd.female4.unhappy=true
+minecolonies\:citizen.planter.male1.missingequipment=true
+minecolonies\:citizen.farmer.female4.sick=true
+minecolonies\:citizen.child.female2.greeting=true
+minecolonies\:citizen.builder.female1.goodhousing=true
+minecolonies\:citizen.netherworker.male4.unhappy=true
+undergarden\:entity.brute.death=true
+minecraft\:block.metal.hit=true
+minecolonies\:citizen.quarrier.male1.lowsaturation=true
+minecolonies\:citizen.cookassistant.female4.unhappy=true
+minecolonies\:citizen.cook.male2.lowsaturation=true
+minecraft\:block.big_dripleaf.break=true
+bettercombat\:scythe_slash=true
+minecolonies\:citizen.chickenherder.male4.interaction=true
+blue_skies\:entity.starlit_crusher.idle=true
+minecolonies\:citizen.sawmill.male1.gotobed=true
+minecolonies\:citizen.fisherman.female1.gotobed=true
+deeperdarker\:music.otherside.overcast_columns=true
+undergarden\:entity.forgotten_guardian.hurt=true
+minecolonies\:citizen.smelter.male4.sick=true
+minecolonies\:citizen.dyer.male3.danger=true
+minecraft\:block.dripstone_block.place=true
+minecolonies\:citizen.stonesmeltery.female2.badweather=true
+minecolonies\:citizen.enchanter.male2.danger=true
+minecolonies\:citizen.ranger.male2.missingequipment=true
+minecolonies\:citizen.beekeeper.male3.highsaturation=true
+minecraft\:block.soul_soil.fall=true
+minecraft\:block.stone_button.click_on=true
+minecolonies\:citizen.fisherman.female4.badhousing=true
+minecolonies\:citizen.netherworker.female2.greeting=true
+minecraft\:entity.slime.squish_small=true
+minecolonies\:citizen.sawmill.female1.happy=true
+minecolonies\:citizen.quarrier.female4.interaction=true
+minecolonies\:citizen.rabbitherder.male2.gotobed=true
+minecolonies\:citizen.healer.female4.gotobed=true
+minecraft\:entity.warden.nearby_closest=true
+minecolonies\:citizen.ranger.female4.interaction=true
+minecolonies\:citizen.composter.female4.happy=true
+minecolonies\:citizen.combattraining.female3.greeting=true
+minecolonies\:citizen.dyer.female4.gotobed=true
+minecolonies\:citizen.healer.female4.greeting=true
+minecraft\:block.comparator.click=true
+minecolonies\:citizen.teacher.male2.farewell=true
+minecolonies\:citizen.rabbitherder.female1.gotobed=true
+minecraft\:item.armor.equip_iron=true
+alexsmobs\:potoo_hurt=true
+minecolonies\:citizen.swineherder.male1.highsaturation=true
+minecolonies\:citizen.netherworker.female1.danger=true
+supplementaries\:block.gunpowder.ignite=true
+minecolonies\:citizen.cookassistant.female4.danger=true
+minecolonies\:citizen.blacksmith.male4.gotobed=true
+minecraft\:block.ancient_debris.break=true
+minecolonies\:citizen.baker.female4.general=true
+minecolonies\:citizen.sawmill.male2.goodhousing=true
+minecolonies\:citizen.sifter.female3.success=true
+minecolonies\:citizen.mechanic.male4.sick=true
+blue_skies\:entity.stardust_ram.idle=true
+minecolonies\:citizen.unemployed.male1.lowsaturation=true
+minecolonies\:citizen.fisherman.male4.unhappy=true
+friendsandfoes\:entity.copper_golem.step=true
+minecolonies\:citizen.farmer.female3.noise=true
+minecolonies\:citizen.unemployed.male4.badweather=true
+minecolonies\:citizen.netherworker.male4.happy=true
+minecraft\:block.cherry_leaves.fall=true
+minecolonies\:citizen.beekeeper.female4.unhappy=true
+minecolonies\:citizen.ranger.male4.badhousing=true
+minecraft\:block.azalea_leaves.break=true
+minecolonies\:citizen.cookassistant.female3.missingequipment=true
+minecraft\:entity.turtle.death_baby=true
+minecraft\:entity.cod.death=true
+minecolonies\:citizen.lumberjack.female3.general=true
+minecolonies\:citizen.mechanic.male1.gotobed=true
+create\:cranking=true
+minecolonies\:citizen.quarrier.female4.unhappy=true
+minecraft\:entity.splash_potion.throw=true
+minecolonies\:citizen.unemployed.male4.interaction=true
+minecraft\:entity.dolphin.splash=true
+undergarden\:block.undergarden_portal.travel=true
+minecraft\:entity.wither.ambient=true
+minecolonies\:citizen.sawmill.male2.greeting=true
+minecolonies\:citizen.archertraining.male2.gotobed=true
+alexsmobs\:flutter_yes=true
+minecolonies\:citizen.alchemist.male4.highsaturation=true
+minecraft\:entity.creeper.primed=true
+minecolonies\:citizen.cookassistant.female2.farewell=true
+minecolonies\:citizen.druid.male2.farewell=true
+minecolonies\:citizen.chickenherder.male3.noise=true
+minecolonies\:citizen.sawmill.male4.happy=true
+minecraft\:block.nether_wood_button.click_off=true
+minecolonies\:citizen.baker.male1.farewell=true
+minecolonies\:citizen.undertaker.female4.noise=true
+minecolonies\:citizen.ranger.male4.general=true
+minecolonies\:citizen.healer.male4.general=true
+minecolonies\:citizen.child.male2.gotobed=true
+minecolonies\:citizen.researcher.male2.farewell=true
+minecolonies\:citizen.knight.male1.danger=true
+minecolonies\:mob.barbarian.hurt=true
+minecraft\:block.nether_wood_pressure_plate.click_on=true
+minecraft\:entity.phantom.ambient=true
+minecolonies\:citizen.composter.male3.missingequipment=true
+minecolonies\:citizen.combattraining.female4.badweather=true
+minecolonies\:citizen.cookassistant.male1.lowsaturation=true
+blue_skies\:entity.infested_swarmer.idle=true
+minecolonies\:citizen.fisherman.female2.lowsaturation=true
+minecolonies\:citizen.builder.female2.general=true
+minecolonies\:citizen.shepherd.male4.farewell=true
+minecolonies\:citizen.beekeeper.female2.farewell=true
+minecolonies\:citizen.farmer.female4.goodhousing=true
+blue_skies\:entity.crynocerous.idle=true
+minecolonies\:citizen.stonesmeltery.male2.happy=true
+minecolonies\:citizen.fletcher.male3.danger=true
+minecolonies\:citizen.swineherder.female4.badhousing=true
+minecolonies\:citizen.druid.female2.farewell=true
+minecraft\:entity.turtle.egg_break=true
+minecolonies\:citizen.composter.female4.greeting=true
+minecolonies\:citizen.ranger.female4.greeting=true
+minecolonies\:citizen.fisherman.male1.missingequipment=true
+minecolonies\:citizen.lumberjack.male4.highsaturation=true
+mutantmonsters\:entity.mutant_skeleton.ambient=true
+blue_skies\:entity.spewter.hurt=true
+minecolonies\:citizen.composter.male4.badhousing=true
+minecolonies\:citizen.enchanter.female4.interaction=true
+minecolonies\:citizen.concretemixer.female4.happy=true
+minecolonies\:citizen.alchemist.female1.lowsaturation=true
+minecolonies\:citizen.crusher.male2.greeting=true
+minecolonies\:citizen.enchanter.female3.unhappy=true
+blue_skies\:entity.spewter.grow=true
+minecolonies\:citizen.builder.male2.sick=true
+minecolonies\:citizen.dyer.male4.missingequipment=true
+minecolonies\:citizen.crusher.female2.highsaturation=true
+minecolonies\:citizen.unemployed.male4.general=true
+minecolonies\:citizen.cowboy.male2.unhappy=true
+minecolonies\:citizen.netherworker.male3.highsaturation=true
+blue_skies\:entity.starlit_crusher.prepare_small_growth=true
+minecolonies\:citizen.visitor.female4.danger=true
+alexsmobs\:murmur_anger=true
+minecraft\:ambient.crimson_forest.loop=true
+minecraft\:block.cherry_wood_button.click_on=true
+minecolonies\:citizen.swineherder.male3.interaction=true
+minecolonies\:citizen.florist.female3.unhappy=true
+minecolonies\:citizen.visitor.female1.highsaturation=true
+minecraft\:block.pumpkin.carve=true
+minecraft\:block.cherry_wood_trapdoor.close=true
+minecraft\:item.shield.block=true
+minecraft\:block.note_block.snare=true
+minecolonies\:citizen.crusher.male2.success=true
+minecolonies\:citizen.netherworker.male3.badweather=true
+undergarden\:entity.rotbeast.death=true
+minecolonies\:citizen.baker.male3.general=true
+minecolonies\:citizen.quarrier.male1.general=true
+minecraft\:block.grass.break=true
+minecolonies\:citizen.sifter.male1.badhousing=true
+minecolonies\:citizen.druid.female4.badweather=true
+touhou_little_maid\:maid.ai.hurt=true
+minecolonies\:citizen.sawmill.male1.danger=true
+minecraft\:entity.zombie_horse.ambient=true
+minecolonies\:citizen.teacher.male4.general=true
+minecolonies\:citizen.florist.female3.sick=true
+minecolonies\:citizen.healer.male2.interaction=true
+minecolonies\:citizen.cook.male2.greeting=true
+minecolonies\:citizen.deliveryman.female2.goodhousing=true
+minecolonies\:citizen.concretemixer.male2.goodhousing=true
+minecraft\:entity.wandering_trader.yes=true
+minecolonies\:citizen.shepherd.female3.interaction=true
+minecolonies\:citizen.druid.female2.danger=true
+minecolonies\:citizen.teacher.male4.interaction=true
+minecolonies\:citizen.archertraining.female4.farewell=true
+minecraft\:entity.mooshroom.suspicious_milk=true
+minecolonies\:citizen.mechanic.female3.lowsaturation=true
+minecolonies\:citizen.sifter.female4.farewell=true
+minecraft\:item.bundle.remove_one=true
+minecraft\:entity.hoglin.hurt=true
+minecolonies\:citizen.smelter.female2.gotobed=true
+minecolonies\:citizen.crusher.male3.highsaturation=true
+blue_skies\:entity.starlit_crusher.root=true
+minecolonies\:citizen.student.male3.happy=true
+minecolonies\:citizen.smelter.male1.sick=true
+minecolonies\:citizen.crusher.male4.farewell=true
+minecolonies\:citizen.planter.male3.interaction=true
+minecolonies\:citizen.concretemixer.female2.success=true
+minecolonies\:citizen.druid.female4.goodhousing=true
+minecolonies\:citizen.stonesmeltery.female2.unhappy=true
+minecolonies\:citizen.miner.female4.interaction=true
+minecolonies\:citizen.ranger.female4.success=true
+minecraft\:ui.toast.challenge_complete=true
+mutantmonsters\:entity.endersoul_fragment.explode=true
+minecolonies\:citizen.planter.male4.badhousing=true
+minecolonies\:citizen.netherworker.female3.badhousing=true
+minecolonies\:citizen.builder.female1.happy=true
+doggytalents\:chopin_op64_no1=true
+minecraft\:block.cherry_wood_pressure_plate.click_off=true
+minecraft\:entity.hoglin.converted_to_zombified=true
+minecolonies\:citizen.knight.male1.missingequipment=true
+minecolonies\:citizen.mechanic.female3.missingequipment=true
+minecraft\:music_disc.stal=true
+minecolonies\:citizen.swineherder.male3.greeting=true
+minecolonies\:citizen.composter.female2.interaction=true
+minecolonies\:citizen.healer.male1.goodhousing=true
+minecolonies\:citizen.child.male4.greeting=true
+minecolonies\:citizen.enchanter.female3.gotobed=true
+minecolonies\:citizen.pupil.male4.greeting=true
+minecolonies\:citizen.child.female4.greeting=true
+minecraft\:entity.parrot.imitate.zoglin=true
+minecraft\:entity.fish.swim=true
+minecolonies\:citizen.fisherman.male2.farewell=true
+minecolonies\:citizen.stonesmeltery.male1.badhousing=true
+minecolonies\:citizen.lumberjack.female3.badweather=true
+minecolonies\:citizen.fisherman.male3.danger=true
+minecolonies\:citizen.miner.male3.general=true
+minecraft\:block.note_block.harp=true
+minecraft\:entity.axolotl.death=true
+minecolonies\:citizen.pupil.female2.missingequipment=true
+minecolonies\:citizen.teacher.male1.sick=true
+minecolonies\:citizen.shepherd.female4.general=true
+minecolonies\:citizen.farmer.female2.unhappy=true
+minecolonies\:citizen.pupil.male4.badhousing=true
+minecolonies\:citizen.deliveryman.male4.missingequipment=true
+minecolonies\:citizen.concretemixer.female1.goodhousing=true
+blue_skies\:entity.jelly_drifter.idle=true
+minecolonies\:citizen.cook.female3.noise=true
+minecolonies\:citizen.child.male4.badhousing=true
+minecolonies\:citizen.archertraining.female1.missingequipment=true
+minecolonies\:citizen.beekeeper.male1.greeting=true
+minecraft\:block.rooted_dirt.place=true
+minecolonies\:citizen.student.male3.farewell=true
+minecolonies\:citizen.sifter.female1.lowsaturation=true
+minecolonies\:citizen.enchanter.male4.success=true
+minecraft\:block.azalea_leaves.place=true
+minecolonies\:citizen.swineherder.female4.sick=true
+minecolonies\:citizen.planter.male2.goodhousing=true
+minecolonies\:citizen.alchemist.male1.interaction=true
+minecraft\:music.credits=true
+minecraft\:entity.zombie.converted_to_drowned=true
+farmersdelight\:block.cabinet.open=true
+minecolonies\:citizen.teacher.female3.badweather=true
+alexsmobs\:bone_serpent_hurt=true
+minecolonies\:citizen.combattraining.female4.sick=true
+minecolonies\:citizen.netherworker.male2.unhappy=true
+minecolonies\:citizen.druid.female1.interaction=true
+minecolonies\:citizen.teacher.female2.interaction=true
+minecraft\:entity.fox.death=true
+minecolonies\:citizen.swineherder.male4.happy=true
+minecolonies\:citizen.dyer.male1.danger=true
+minecraft\:block.bone_block.fall=true
+minecraft\:item.crossbow.quick_charge_2=true
+minecolonies\:citizen.composter.male4.general=true
+minecraft\:item.crossbow.quick_charge_1=true
+minecraft\:entity.player.splash=true
+minecraft\:entity.husk.death=true
+minecolonies\:citizen.miner.female3.goodhousing=true
+minecolonies\:citizen.fisherman.female1.lowsaturation=true
+minecolonies\:citizen.cook.female4.danger=true
+minecraft\:music_disc.far=true
+minecraft\:music.end=true
+minecolonies\:citizen.archertraining.female1.noise=true
+minecraft\:item.bucket.empty_powder_snow=true
+minecraft\:item.bucket.fill_powder_snow=true
+minecraft\:entity.firework_rocket.large_blast=true
+minecraft\:item.crossbow.quick_charge_3=true
+minecolonies\:citizen.sifter.female2.greeting=true
+minecolonies\:citizen.cook.male3.badhousing=true
+minecolonies\:citizen.unemployed.male1.gotobed=true
+minecolonies\:citizen.unemployed.male3.greeting=true
+minecraft\:entity.spider.step=true
+minecolonies\:citizen.builder.male2.goodhousing=true
+minecolonies\:citizen.child.male2.unhappy=true
+create\:steam=true
+minecolonies\:citizen.deliveryman.female1.interaction=true
+minecraft\:entity.wolf.death=true
+minecolonies\:citizen.planter.female1.farewell=true
+undergarden\:entity.scintling.step=true
+minecolonies\:citizen.builder.male2.unhappy=true
+minecolonies\:citizen.beekeeper.male3.general=true
+minecraft\:block.pointed_dripstone.land=true
+minecolonies\:citizen.composter.male1.farewell=true
+minecolonies\:citizen.cookassistant.male2.lowsaturation=true
+minecolonies\:citizen.baker.female3.danger=true
+minecolonies\:citizen.sifter.male4.lowsaturation=true
+minecolonies\:citizen.dyer.female4.unhappy=true
+minecolonies\:citizen.healer.male1.gotobed=true
+minecolonies\:citizen.alchemist.male3.unhappy=true
+minecolonies\:citizen.healer.female1.lowsaturation=true
+minecolonies\:citizen.pupil.female3.noise=true
+minecolonies\:citizen.teacher.female4.happy=true
+minecolonies\:citizen.archertraining.male4.missingequipment=true
+minecolonies\:mob.pirate.say=true
+minecolonies\:citizen.sifter.male1.lowsaturation=true
+minecolonies\:citizen.unemployed.male2.lowsaturation=true
+minecolonies\:citizen.florist.male1.interaction=true
+touhou_little_maid\:maid.credit=true
+minecraft\:entity.puffer_fish.sting=true
+minecolonies\:citizen.sifter.male3.badweather=true
+minecolonies\:citizen.planter.male1.farewell=true
+minecolonies\:citizen.visitor.female3.success=true
+minecraft\:block.deepslate_tiles.fall=true
+undergarden\:entity.sploogie.ambient=true
+minecolonies\:citizen.dyer.male2.unhappy=true
+minecolonies\:citizen.sifter.male1.interaction=true
+minecolonies\:citizen.miner.male3.greeting=true
+alexsmobs\:rocky_roller_earthquake=true
+minecolonies\:citizen.researcher.female2.badhousing=true
+minecolonies\:citizen.druid.male3.general=true
+minecolonies\:citizen.druid.male4.sick=true
+minecraft\:block.grass.place=true
+minecolonies\:citizen.pupil.male2.sick=true
+alexsmobs\:leafcutter_ant_queen_hurt=true
+minecolonies\:citizen.cowboy.female1.happy=true
+minecolonies\:citizen.concretemixer.male2.missingequipment=true
+alexsmobs\:mungus_idle=true
+minecolonies\:citizen.concretemixer.male4.general=true
+enhancedcelestials\:harvest_moon=true
+minecolonies\:citizen.dyer.male4.interaction=true
+minecolonies\:citizen.deliveryman.female1.farewell=true
+minecolonies\:citizen.swineherder.male4.goodhousing=true
+minecolonies\:citizen.chickenherder.male3.farewell=true
+minecolonies\:citizen.builder.male1.interaction=true
+minecolonies\:citizen.chickenherder.female3.noise=true
+minecolonies\:citizen.ranger.male1.noise=true
+minecolonies\:citizen.druid.male4.danger=true
+minecolonies\:citizen.rabbitherder.female1.sick=true
+undergarden\:entity.stoneborn.confused=true
+minecolonies\:citizen.shepherd.male2.greeting=true
+minecolonies\:citizen.healer.female3.badweather=true
+minecraft\:entity.cat.hurt=true
+minecolonies\:citizen.mechanic.female2.general=true
+minecolonies\:citizen.composter.female1.farewell=true
+minecolonies\:citizen.florist.male3.farewell=true
+minecolonies\:citizen.shepherd.female4.gotobed=true
+minecolonies\:citizen.teacher.male4.danger=true
+minecraft\:entity.ghast.death=true
+minecraft\:music_disc.mall=true
+minecolonies\:citizen.druid.female3.highsaturation=true
+minecolonies\:citizen.cowboy.female3.sick=true
+minecolonies\:citizen.pupil.male1.highsaturation=true
+minecolonies\:citizen.pupil.female3.danger=true
+minecraft\:music.game=true
+minecolonies\:citizen.enchanter.female1.badweather=true
+minecolonies\:citizen.smelter.male2.lowsaturation=true
+minecolonies\:citizen.lumberjack.male4.noise=true
+minecolonies\:citizen.alchemist.female3.highsaturation=true
+minecraft\:item.bucket.empty=true
+minecolonies\:citizen.researcher.male2.noise=true
+bettercombat\:axe_slash=true
+riskofrain_mobs\:entity.stone_golem.laser_charge=true
+minecraft\:block.sculk_shrieker.step=true
+minecolonies\:citizen.pupil.male3.lowsaturation=true
+minecolonies\:citizen.rabbitherder.female1.general=true
+minecolonies\:citizen.crusher.female3.success=true
+minecraft\:entity.hostile.small_fall=true
+minecolonies\:citizen.researcher.female4.happy=true
+blue_skies\:block.crystallized_plant.break=true
+minecolonies\:citizen.chickenherder.female3.interaction=true
+minecolonies\:citizen.florist.male1.greeting=true
+minecolonies\:citizen.undertaker.female1.sick=true
+minecolonies\:citizen.netherworker.female3.success=true
+minecolonies\:citizen.baker.female4.gotobed=true
+minecolonies\:citizen.rabbitherder.male2.unhappy=true
+minecolonies\:citizen.miner.female2.unhappy=true
+minecolonies\:citizen.child.male2.missingequipment=true
+minecolonies\:citizen.glassblower.female2.general=true
+minecolonies\:citizen.dyer.female4.noise=true
+minecolonies\:citizen.deliveryman.female4.unhappy=true
+minecolonies\:citizen.mechanic.male1.highsaturation=true
+minecolonies\:citizen.glassblower.male4.unhappy=true
+minecolonies\:citizen.archertraining.female3.noise=true
+minecolonies\:citizen.swineherder.female3.danger=true
+minecolonies\:citizen.cook.female1.danger=true
+minecraft\:entity.warden.nearby_close=true
+minecolonies\:citizen.knight.male4.gotobed=true
+minecolonies\:citizen.crusher.male2.missingequipment=true
+minecolonies\:citizen.chickenherder.male1.badweather=true
+minecolonies\:citizen.researcher.male4.sick=true
+minecolonies\:citizen.enchanter.female1.lowsaturation=true
+minecolonies\:citizen.dyer.male4.danger=true
+minecolonies\:citizen.baker.female2.unhappy=true
+minecolonies\:citizen.sifter.female2.goodhousing=true
+minecolonies\:citizen.cook.male1.happy=true
+minecraft\:block.azalea.fall=true
+doggytalents\:okami_ryoshima_coast_arr=true
+minecolonies\:citizen.fletcher.male2.sick=true
+minecolonies\:citizen.druid.male4.noise=true
+minecolonies\:citizen.miner.male4.farewell=true
+minecolonies\:citizen.fisherman.male4.interaction=true
+minecraft\:block.nether_wood_hanging_sign.step=true
+undergarden\:entity.brute.ambient=true
+minecraft\:block.nether_wood_hanging_sign.place=true
+minecolonies\:citizen.stonemason.male2.interaction=true
+create\:schematicannon_launch_block=true
+minecolonies\:citizen.teacher.male3.missingequipment=true
+minecolonies\:citizen.combattraining.male4.sick=true
+blue_skies\:entity.armored_frost_spirit.death=true
+minecolonies\:citizen.stonemason.male4.lowsaturation=true
+minecolonies\:citizen.baker.male4.badweather=true
+minecraft\:entity.player.attack.knockback=true
+minecolonies\:citizen.deliveryman.male3.success=true
+minecraft\:block.stem.place=true
+minecraft\:block.cherry_wood_hanging_sign.step=true
+minecolonies\:citizen.researcher.male2.goodhousing=true
+minecolonies\:citizen.swineherder.male4.sick=true
+minecraft\:entity.strider.eat=true
+minecolonies\:citizen.netherworker.male2.gotobed=true
+riskofrain_mobs\:entity.lemurian.hurt=true
+minecolonies\:citizen.concretemixer.female2.sick=true
+minecolonies\:citizen.miner.female1.farewell=true
+minecraft\:entity.player.hurt_drown=true
+minecolonies\:citizen.miner.male2.badhousing=true
+minecolonies\:citizen.stonemason.male3.unhappy=true
+minecolonies\:citizen.planter.male4.lowsaturation=true
+minecraft\:block.cherry_sapling.hit=true
+minecolonies\:citizen.teacher.female1.noise=true
+blue_skies\:entity.jelly_drifter.death=true
+minecolonies\:citizen.cookassistant.female4.badhousing=true
+minecolonies\:citizen.deliveryman.female3.happy=true
+minecolonies\:citizen.fletcher.male4.unhappy=true
+blue_skies\:block.keystone.unlock=true
+minecolonies\:citizen.florist.male2.farewell=true
+minecolonies\:citizen.lumberjack.male2.interaction=true
+minecolonies\:citizen.glassblower.male4.goodhousing=true
+illagerinvasion\:entity.firecaller.idle=true
+minecolonies\:citizen.stonesmeltery.female4.missingequipment=true
+minecraft\:block.cherry_leaves.place=true
+minecraft\:block.bamboo.fall=true
+minecolonies\:citizen.blacksmith.female2.general=true
+minecolonies\:citizen.farmer.female3.danger=true
+mutantmonsters\:entity.mutant_zombie.roar=true
+minecolonies\:citizen.teacher.female1.sick=true
+minecolonies\:citizen.cowboy.male4.general=true
+minecolonies\:citizen.baker.female1.success=true
+minecolonies\:citizen.cook.female4.gotobed=true
+minecolonies\:citizen.florist.male1.lowsaturation=true
+minecolonies\:citizen.concretemixer.male1.interaction=true
+minecolonies\:citizen.unemployed.male4.gotobed=true
+minecolonies\:citizen.planter.female4.badweather=true
+minecolonies\:citizen.pupil.female2.badhousing=true
+minecolonies\:citizen.crusher.female4.unhappy=true
+minecraft\:music.overworld.meadow=true
+minecolonies\:citizen.glassblower.female2.sick=true
+minecraft\:entity.player.attack.sweep=true
+minecraft\:block.soul_soil.hit=true
+minecolonies\:citizen.cowboy.female4.badweather=true
+minecolonies\:citizen.dyer.male3.lowsaturation=true
+minecolonies\:citizen.miner.male2.greeting=true
+minecolonies\:citizen.mechanic.female4.badweather=true
+minecraft\:entity.evoker.death=true
+minecraft\:entity.sniffer.hurt=true
+minecolonies\:citizen.child.female3.noise=true
+minecolonies\:citizen.stonemason.female4.danger=true
+minecolonies\:citizen.stonemason.male2.badhousing=true
+minecolonies\:citizen.netherworker.male4.general=true
+minecraft\:block.cherry_leaves.break=true
+minecolonies\:citizen.alchemist.female4.highsaturation=true
+minecolonies\:citizen.combattraining.female1.success=true
+minecraft\:block.mangrove_roots.place=true
+minecolonies\:citizen.mechanic.male2.highsaturation=true
+endertrigon\:baby_dragon_egg_breaks=true
+minecolonies\:citizen.planter.female2.happy=true
+minecolonies\:citizen.miner.male4.badweather=true
+minecolonies\:citizen.crusher.male2.lowsaturation=true
+minecolonies\:citizen.teacher.female3.success=true
+minecolonies\:citizen.florist.female4.interaction=true
+minecolonies\:citizen.quarrier.female3.badhousing=true
+minecolonies\:citizen.visitor.male2.danger=true
+bettercombat\:staff_stab=true
+minecolonies\:citizen.knight.male4.danger=true
+minecolonies\:citizen.combattraining.male2.success=true
+minecraft\:block.chiseled_bookshelf.insert=true
+minecolonies\:citizen.archertraining.male2.unhappy=true
+minecolonies\:citizen.child.male2.general=true
+minecraft\:block.iron_trapdoor.close=true
+minecolonies\:citizen.archertraining.female3.badweather=true
+minecolonies\:citizen.archertraining.male4.highsaturation=true
+aquamirae\:entity.golden_moth.ambient=true
+minecolonies\:citizen.alchemist.male2.farewell=true
+minecolonies\:citizen.composter.female2.general=true
+blue_skies\:entity.starlit_crusher.prepare_owls=true
+zeldamod\:leaf=true
+minecolonies\:citizen.teacher.male2.unhappy=true
+minecraft\:item.bone_meal.use=true
+minecraft\:block.small_dripleaf.fall=true
+minecolonies\:citizen.smelter.male1.interaction=true
+minecolonies\:citizen.builder.female4.greeting=true
+minecolonies\:citizen.farmer.female2.lowsaturation=true
+minecraft\:entity.ocelot.ambient=true
+minecolonies\:citizen.rabbitherder.female3.happy=true
+minecraft\:music.overworld.badlands=true
+minecolonies\:citizen.cookassistant.female1.farewell=true
+minecolonies\:citizen.stonemason.male3.general=true
+minecolonies\:citizen.smelter.male3.interaction=true
+minecolonies\:citizen.sifter.female1.sick=true
+minecraft\:entity.firework_rocket.shoot=true
+minecolonies\:citizen.builder.male4.highsaturation=true
+alexsmobs\:soul_vulture_hurt=true
+minecolonies\:citizen.mechanic.male2.farewell=true
+minecolonies\:citizen.druid.male1.highsaturation=true
+minecolonies\:citizen.builder.male2.missingequipment=true
+minecolonies\:citizen.mechanic.female1.farewell=true
+minecolonies\:citizen.miner.male1.interaction=true
+minecraft\:entity.lightning_bolt.thunder=true
+friendsandfoes\:entity.rascal.reappear=true
+minecolonies\:citizen.visitor.male2.lowsaturation=true
+minecraft\:block.stem.break=true
+supplementaries\:music.pancake=true
+undergarden\:entity.rotling.step=true
+minecolonies\:citizen.healer.male3.goodhousing=true
+minecraft\:block.suspicious_gravel.fall=true
+friendsandfoes\:entity.glare.grumpiness=true
+minecolonies\:citizen.archertraining.female2.sick=true
+minecolonies\:citizen.concretemixer.male1.success=true
+minecraft\:entity.drowned.death_water=true
+minecolonies\:citizen.child.female1.noise=true
+undergarden\:block.virulent.flow=true
+minecolonies\:citizen.farmer.male3.happy=true
+minecolonies\:citizen.fletcher.female2.greeting=true
+minecraft\:block.sculk_sensor.place=true
+minecolonies\:citizen.child.male1.goodhousing=true
+minecolonies\:citizen.rabbitherder.male2.happy=true
+minecolonies\:citizen.lumberjack.female4.danger=true
+minecolonies\:citizen.crusher.male3.farewell=true
+undergarden\:music.disc.gloomper_anthem=true
+mutantmonsters\:entity.mutant_skeleton.step=true
+mutantmonsters\:entity.mutant_enderman.ambient=true
+minecolonies\:citizen.lumberjack.male2.missingequipment=true
+minecolonies\:citizen.dyer.male2.happy=true
+minecraft\:entity.item_frame.add_item=true
+minecolonies\:citizen.cook.male2.gotobed=true
+minecraft\:block.glass.fall=true
+blue_skies\:entity.arachnarch.attack=true
+minecolonies\:citizen.cookassistant.female4.lowsaturation=true
+minecolonies\:citizen.teacher.male3.happy=true
+minecolonies\:citizen.combattraining.female4.gotobed=true
+minecolonies\:citizen.fisherman.male3.goodhousing=true
+minecolonies\:citizen.concretemixer.male2.badweather=true
+mutantmonsters\:entity.mutant_zombie.death=true
+minecraft\:block.mud_bricks.place=true
+minecolonies\:citizen.sawmill.male1.general=true
+minecolonies\:citizen.druid.male2.highsaturation=true
+minecolonies\:citizen.fisherman.female2.noise=true
+minecolonies\:citizen.planter.male4.goodhousing=true
+blue_skies\:music.blinding_boss=true
+minecolonies\:citizen.unemployed.female2.badweather=true
+minecolonies\:citizen.florist.male3.general=true
+minecolonies\:citizen.cowboy.male1.noise=true
+minecolonies\:citizen.sifter.female3.interaction=true
+minecraft\:entity.puffer_fish.blow_out=true
+minecraft\:ambient.warped_forest.loop=true
+alexsmobs\:capuchin_monkey_hurt=true
+touhou_little_maid\:maid.ai.death=true
+minecolonies\:citizen.beekeeper.male3.unhappy=true
+minecolonies\:citizen.visitor.male4.highsaturation=true
+minecolonies\:citizen.composter.female1.badweather=true
+minecraft\:ambient.crimson_forest.additions=true
+blue_skies\:entity.arachnarch.charge=true
+minecraft\:block.cherry_wood_fence_gate.close=true
+minecolonies\:citizen.baker.female2.badhousing=true
+minecolonies\:citizen.archertraining.male1.sick=true
+minecolonies\:mob.egyptian.say=true
+minecolonies\:citizen.dyer.male1.success=true
+minecraft\:entity.horse.armor=true
+minecolonies\:citizen.lumberjack.male2.noise=true
+minecolonies\:citizen.sifter.male2.happy=true
+minecolonies\:citizen.researcher.female2.happy=true
+minecolonies\:citizen.sawmill.male4.badhousing=true
+minecolonies\:citizen.enchanter.male4.interaction=true
+minecraft\:block.mud_bricks.break=true
+minecolonies\:citizen.deliveryman.female3.interaction=true
+minecolonies\:citizen.fisherman.male1.greeting=true
+minecolonies\:citizen.ranger.male1.unhappy=true
+minecolonies\:citizen.druid.female4.sick=true
+minecolonies\:citizen.ranger.female1.badhousing=true
+minecraft\:block.chiseled_bookshelf.pickup.enchanted=true
+minecraft\:entity.blaze.ambient=true
+minecolonies\:citizen.miner.male1.gotobed=true
+minecolonies\:citizen.rabbitherder.female3.danger=true
+minecraft\:entity.warden.step=true
+minecraft\:block.packed_mud.step=true
+minecraft\:entity.sheep.step=true
+minecolonies\:citizen.smelter.male2.goodhousing=true
+alexsmobs\:rhinoceros_idle=true
+minecolonies\:citizen.planter.male2.farewell=true
+minecolonies\:citizen.planter.male3.danger=true
+minecolonies\:citizen.druid.female2.badhousing=true
+minecolonies\:citizen.sifter.male4.happy=true
+minecolonies\:citizen.swineherder.female4.lowsaturation=true
+minecolonies\:citizen.concretemixer.female2.interaction=true
+undergarden\:block.undergarden_portal.ambient=true
+xercapaint\:mix=true
+minecolonies\:citizen.cook.female1.badhousing=true
+minecolonies\:citizen.dyer.male3.badhousing=true
+riskofrain_mobs\:entity.gunner_drone.shoot=true
+minecolonies\:citizen.fisherman.female1.badweather=true
+minecolonies\:citizen.teacher.male1.danger=true
+minecolonies\:citizen.knight.female3.badhousing=true
+minecolonies\:citizen.beekeeper.female1.danger=true
+minecolonies\:citizen.fisherman.female4.farewell=true
+minecolonies\:citizen.stonesmeltery.female1.success=true
+minecolonies\:citizen.teacher.male4.gotobed=true
+minecolonies\:citizen.knight.female1.interaction=true
+minecolonies\:citizen.glassblower.male2.highsaturation=true
+minecraft\:entity.zombified_piglin.death=true
+deeperdarker\:block.sculk_stone.break=true
+minecolonies\:citizen.healer.male4.gotobed=true
+minecraft\:ambient.soul_sand_valley.mood=true
+minecolonies\:citizen.unemployed.female2.general=true
+minecolonies\:citizen.stonemason.female2.general=true
+minecraft\:block.ancient_debris.place=true
+alexsmobs\:mantis_shrimp_snap=true
+minecolonies\:citizen.stonesmeltery.male3.lowsaturation=true
+minecolonies\:citizen.stonesmeltery.female3.lowsaturation=true
+minecolonies\:citizen.swineherder.female4.unhappy=true
+minecraft\:entity.wither.death=true
+minecraft\:block.sculk_sensor.break=true
+minecolonies\:citizen.fletcher.male3.badweather=true
+creeperoverhaul\:entity.plant.creeper.death=true
+minecraft\:entity.ghast.scream=true
+minecolonies\:citizen.cook.female1.missingequipment=true
+minecolonies\:citizen.combattraining.male2.missingequipment=true
+minecraft\:block.mangrove_roots.break=true
+minecolonies\:citizen.sifter.male1.noise=true
+minecolonies\:citizen.beekeeper.female1.farewell=true
+minecolonies\:citizen.florist.male1.badweather=true
+minecraft\:entity.rabbit.jump=true
+minecolonies\:citizen.farmer.female1.success=true
+minecolonies\:citizen.enchanter.female1.farewell=true
+minecolonies\:citizen.healer.male1.sick=true
+blue_skies\:entity.emberback.idle=true
+minecolonies\:citizen.sifter.male2.success=true
+minecolonies\:citizen.netherworker.female3.interaction=true
+minecolonies\:citizen.child.female3.badhousing=true
+minecolonies\:citizen.knight.female1.gotobed=true
+blue_skies\:item.arc.runic_equip=true
+minecolonies\:citizen.child.female4.success=true
+minecolonies\:citizen.fletcher.female3.goodhousing=true
+minecolonies\:citizen.glassblower.female2.gotobed=true
+minecolonies\:citizen.pupil.male1.general=true
+minecolonies\:citizen.fisherman.female1.danger=true
+minecolonies\:citizen.cook.female4.unhappy=true
+minecraft\:block.gravel.step=true
+minecolonies\:citizen.lumberjack.male3.highsaturation=true
+create\:crafter_craft=true
+minecraft\:entity.parrot.imitate.blaze=true
+minecolonies\:citizen.swineherder.male1.noise=true
+minecraft\:entity.sniffer.searching=true
+aquaculture\:worm_farm_empty=true
+minecraft\:entity.snow_golem.death=true
+minecraft\:block.anvil.break=true
+minecraft\:music.nether.nether_wastes=true
+minecraft\:block.nether_bricks.place=true
+minecolonies\:citizen.child.female4.happy=true
+minecolonies\:citizen.child.female3.greeting=true
+minecraft\:block.netherrack.fall=true
+minecolonies\:citizen.combattraining.female4.missingequipment=true
+minecolonies\:citizen.cookassistant.female1.greeting=true
+minecolonies\:citizen.blacksmith.female1.happy=true
+blue_skies\:block.rimestone.hit=true
+minecolonies\:citizen.builder.female3.happy=true
+minecolonies\:citizen.chickenherder.female1.lowsaturation=true
+minecolonies\:citizen.concretemixer.male2.gotobed=true
+minecolonies\:citizen.druid.female4.badhousing=true
+minecolonies\:citizen.sifter.male1.unhappy=true
+minecolonies\:citizen.shepherd.male1.sick=true
+minecolonies\:citizen.lumberjack.female1.farewell=true
+minecolonies\:raid.raid_won=true
+deeperdarker\:item.transmitter.error=true
+minecolonies\:citizen.baker.male1.success=true
+minecolonies\:citizen.combattraining.male3.badweather=true
+minecolonies\:citizen.druid.male1.gotobed=true
+minecolonies\:citizen.stonesmeltery.male3.goodhousing=true
+minecolonies\:citizen.rabbitherder.male2.missingequipment=true
+minecolonies\:citizen.enchanter.male1.lowsaturation=true
+alexsmobs\:elephant_die=true
+minecolonies\:citizen.blacksmith.male4.missingequipment=true
+minecolonies\:citizen.concretemixer.female3.unhappy=true
+minecolonies\:citizen.healer.male1.danger=true
+mutantmonsters\:entity.spider_pig.hurt=true
+minecolonies\:citizen.stonemason.female3.lowsaturation=true
+minecolonies\:citizen.fisherman.female3.badweather=true
+minecolonies\:citizen.druid.female1.greeting=true
+create\:train2=true
+minecraft\:entity.firework_rocket.twinkle=true
+create\:train3=true
+alexsmobs\:jerboa_hurt=true
+minecolonies\:citizen.ranger.male1.badweather=true
+minecolonies\:citizen.visitor.female3.goodhousing=true
+minecolonies\:citizen.knight.male4.unhappy=true
+blue_skies\:music.blinding_defeat=true
+minecolonies\:citizen.glassblower.male4.gotobed=true
+minecolonies\:citizen.visitor.male2.badweather=true
+alexsmobs\:april_fools_music_box=true
+friendsandfoes\:entity.copper_golem.head_spin=true
+minecraft\:block.gilded_blackstone.place=true
+minecolonies\:citizen.enchanter.male4.danger=true
+minecolonies\:citizen.druid.male4.interaction=true
+minecolonies\:citizen.glassblower.male3.highsaturation=true
+minecolonies\:citizen.dyer.male4.happy=true
+minecolonies\:citizen.student.male3.badweather=true
+minecolonies\:citizen.visitor.female1.missingequipment=true
+minecolonies\:citizen.beekeeper.female2.sick=true
+minecraft\:entity.ghast.hurt=true
+minecolonies\:citizen.baker.female2.gotobed=true
+minecolonies\:citizen.unemployed.male4.farewell=true
+minecolonies\:citizen.chickenherder.female2.success=true
+minecolonies\:citizen.stonesmeltery.male1.gotobed=true
+minecolonies\:citizen.shepherd.male3.greeting=true
+minecraft\:block.cave_vines.step=true
+minecolonies\:citizen.chickenherder.male4.farewell=true
+minecolonies\:citizen.ranger.male2.success=true
+minecolonies\:citizen.smelter.male4.unhappy=true
+minecolonies\:citizen.sawmill.male2.happy=true
+minecolonies\:citizen.miner.female1.sick=true
+minecolonies\:citizen.chickenherder.female1.unhappy=true
+minecolonies\:citizen.lumberjack.male1.goodhousing=true
+minecolonies\:citizen.baker.male4.missingequipment=true
+minecolonies\:citizen.student.female2.badhousing=true
+minecolonies\:citizen.chickenherder.female2.badweather=true
+minecraft\:item.goat_horn.sound.7=true
+minecraft\:item.goat_horn.sound.6=true
+minecraft\:item.goat_horn.sound.5=true
+minecolonies\:citizen.ranger.female3.greeting=true
+minecolonies\:citizen.sawmill.male4.missingequipment=true
+minecraft\:item.goat_horn.sound.4=true
+minecolonies\:citizen.blacksmith.female2.gotobed=true
+minecraft\:block.polished_deepslate.hit=true
+minecolonies\:citizen.student.female4.noise=true
+minecolonies\:citizen.teacher.male1.greeting=true
+minecolonies\:citizen.enchanter.female2.farewell=true
+minecolonies\:citizen.quarrier.female3.success=true
+minecolonies\:citizen.alchemist.female4.interaction=true
+minecolonies\:citizen.mechanic.male3.general=true
+minecolonies\:citizen.druid.male3.highsaturation=true
+minecolonies\:citizen.researcher.female2.greeting=true
+minecolonies\:citizen.student.female2.greeting=true
+minecolonies\:citizen.crusher.male3.greeting=true
+minecolonies\:citizen.researcher.female4.sick=true
+minecolonies\:citizen.unemployed.male2.badweather=true
+minecolonies\:citizen.stonesmeltery.male4.happy=true
+minecolonies\:citizen.pupil.female3.general=true
+minecraft\:item.goat_horn.sound.3=true
+minecolonies\:citizen.miner.male1.general=true
+minecolonies\:citizen.enchanter.male1.danger=true
+minecraft\:item.goat_horn.sound.2=true
+minecolonies\:citizen.beekeeper.female1.badhousing=true
+minecolonies\:citizen.cookassistant.female4.interaction=true
+minecraft\:item.goat_horn.sound.1=true
+minecolonies\:citizen.stonemason.female2.gotobed=true
+minecraft\:item.goat_horn.sound.0=true
+minecolonies\:citizen.healer.female1.interaction=true
+minecraft\:block.pointed_dripstone.break=true
+minecolonies\:citizen.swineherder.male2.highsaturation=true
+minecolonies\:citizen.child.female3.unhappy=true
+minecolonies\:citizen.crusher.male1.sick=true
+minecolonies\:citizen.child.male4.happy=true
+supplementaries\:block.rope.break=true
+blue_skies\:entity.diophyde_prowler.lunge=true
+minecolonies\:citizen.researcher.male1.greeting=true
+minecolonies\:citizen.alchemist.female2.success=true
+minecolonies\:citizen.deliveryman.female4.gotobed=true
+minecolonies\:citizen.alchemist.male2.happy=true
+minecolonies\:citizen.crusher.male4.general=true
+minecraft\:block.deepslate.fall=true
+minecraft\:entity.wandering_trader.drink_milk=true
+minecolonies\:citizen.planter.male2.badhousing=true
+minecolonies\:citizen.unemployed.female1.interaction=true
+minecolonies\:citizen.miner.male2.lowsaturation=true
+minecolonies\:citizen.cowboy.male1.badhousing=true
+minecraft\:entity.piglin_brute.step=true
+minecolonies\:citizen.stonemason.male3.noise=true
+minecolonies\:citizen.fisherman.male1.farewell=true
+minecraft\:entity.bee.hurt=true
+minecolonies\:citizen.shepherd.female3.danger=true
+minecolonies\:citizen.composter.female1.noise=true
+minecolonies\:citizen.fletcher.male1.sick=true
+minecraft\:block.vine.place=true
+minecolonies\:citizen.miner.male1.lowsaturation=true
+minecraft\:entity.player.attack.strong=true
+minecolonies\:citizen.concretemixer.female2.happy=true
+minecraft\:entity.panda.pre_sneeze=true
+minecolonies\:citizen.knight.male2.success=true
+minecolonies\:citizen.planter.male1.unhappy=true
+minecolonies\:citizen.builder.female1.missingequipment=true
+minecolonies\:citizen.mechanic.male1.happy=true
+minecolonies\:citizen.sifter.female3.greeting=true
+minecraft\:block.stem.fall=true
+minecolonies\:citizen.baker.female4.badweather=true
+minecolonies\:citizen.stonemason.male1.unhappy=true
+minecolonies\:citizen.stonesmeltery.male3.badhousing=true
+minecolonies\:citizen.deliveryman.female2.noise=true
+minecolonies\:citizen.blacksmith.female2.goodhousing=true
+deeperdarker\:block.sculk_stone.place=true
+minecolonies\:citizen.composter.male2.badhousing=true
+zeldamod\:clawshot=true
+minecolonies\:citizen.miner.male2.danger=true
+lightmanscurrency\:coins_clinking=true
+minecolonies\:citizen.cowboy.male1.highsaturation=true
+minecolonies\:citizen.netherworker.female3.missingequipment=true
+minecolonies\:citizen.glassblower.female3.happy=true
+minecolonies\:citizen.child.female1.badhousing=true
+minecolonies\:citizen.chickenherder.male1.noise=true
+minecolonies\:citizen.undertaker.female4.interaction=true
+minecolonies\:citizen.fisherman.female4.danger=true
+minecolonies\:citizen.student.female3.goodhousing=true
+minecolonies\:citizen.combattraining.male2.happy=true
+minecolonies\:citizen.dyer.female3.success=true
+minecolonies\:citizen.glassblower.male4.sick=true
+minecraft\:entity.puffer_fish.blow_up=true
+minecolonies\:citizen.cowboy.male1.success=true
+minecolonies\:citizen.alchemist.male1.highsaturation=true
+minecolonies\:citizen.archertraining.female2.interaction=true
+alexsmobs\:mungus_laser_loop=true
+minecolonies\:citizen.sawmill.male1.noise=true
+minecraft\:block.muddy_mangrove_roots.place=true
+minecraft\:music.overworld.sparse_jungle=true
+minecolonies\:citizen.farmer.male3.general=true
+minecolonies\:citizen.blacksmith.male3.success=true
+minecraft\:entity.zoglin.step=true
+minecolonies\:citizen.swineherder.male4.highsaturation=true
+minecolonies\:citizen.blacksmith.female3.interaction=true
+minecolonies\:citizen.miner.male3.farewell=true
+minecolonies\:citizen.blacksmith.male3.badhousing=true
+minecolonies\:citizen.visitor.male3.missingequipment=true
+minecolonies\:citizen.stonemason.female3.interaction=true
+alexsmobs\:music_wormboss=true
+minecolonies\:citizen.planter.male1.gotobed=true
+minecolonies\:citizen.chickenherder.male2.goodhousing=true
+minecolonies\:citizen.beekeeper.female3.sick=true
+minecolonies\:citizen.smelter.male3.danger=true
+minecolonies\:citizen.archertraining.male1.success=true
+minecolonies\:citizen.teacher.male2.gotobed=true
+minecolonies\:citizen.visitor.male1.gotobed=true
+minecolonies\:citizen.undertaker.female3.danger=true
+blue_skies\:entity.venom_spider.hurt=true
+minecolonies\:citizen.student.male1.happy=true
+minecolonies\:citizen.florist.female1.interaction=true
+minecolonies\:citizen.student.male4.interaction=true
+minecraft\:entity.salmon.death=true
+minecolonies\:citizen.teacher.female4.unhappy=true
+minecraft\:block.anvil.place=true
+minecraft\:block.bamboo.break=true
+minecolonies\:citizen.pupil.female3.farewell=true
+minecolonies\:citizen.shepherd.male1.missingequipment=true
+minecraft\:block.shroomlight.fall=true
+alexsmobs\:skreecher_call=true
+minecolonies\:citizen.stonemason.female4.lowsaturation=true
+minecraft\:music_disc.chirp=true
+minecolonies\:citizen.netherworker.male1.badweather=true
+minecolonies\:citizen.quarrier.male4.highsaturation=true
+minecolonies\:citizen.stonesmeltery.male4.general=true
+minecolonies\:citizen.healer.female2.danger=true
+minecolonies\:citizen.shepherd.female2.unhappy=true
+minecolonies\:citizen.chickenherder.female4.farewell=true
+minecolonies\:citizen.netherworker.male4.highsaturation=true
+chimes\:block.bamboo.tie=true
+minecolonies\:citizen.blacksmith.female1.sick=true
+minecolonies\:citizen.planter.female4.success=true
+minecraft\:entity.warden.agitated=true
+minecolonies\:citizen.child.female4.sick=true
+minecraft\:entity.panda.worried_ambient=true
+minecolonies\:citizen.sifter.female4.gotobed=true
+minecolonies\:citizen.netherworker.female3.greeting=true
+minecolonies\:citizen.crusher.male2.highsaturation=true
+minecraft\:block.copper.step=true
+minecolonies\:citizen.combattraining.female2.greeting=true
+minecolonies\:citizen.concretemixer.female1.noise=true
+minecolonies\:citizen.chickenherder.male3.lowsaturation=true
+blue_skies\:entity.snow_owl.death=true
+minecolonies\:citizen.child.male1.badweather=true
+minecolonies\:citizen.student.male1.interaction=true
+minecolonies\:citizen.cook.male1.greeting=true
+minecolonies\:citizen.knight.female1.unhappy=true
+minecolonies\:mob.amazon.say=true
+minecolonies\:citizen.cowboy.male3.danger=true
+minecolonies\:citizen.alchemist.male3.highsaturation=true
+minecolonies\:citizen.rabbitherder.male2.farewell=true
+minecraft\:block.vine.break=true
+undergarden\:block.gronglet.burn=true
+minecolonies\:citizen.healer.male2.sick=true
+minecolonies\:citizen.crusher.male4.happy=true
+minecolonies\:citizen.druid.male1.interaction=true
+minecolonies\:citizen.sawmill.male3.greeting=true
+minecolonies\:citizen.druid.male1.farewell=true
+minecolonies\:citizen.farmer.male4.danger=true
+illagerinvasion\:entity.provoker.idle=true
+minecolonies\:citizen.rabbitherder.female4.goodhousing=true
+minecolonies\:citizen.alchemist.female1.happy=true
+minecraft\:entity.evoker.celebrate=true
+minecolonies\:citizen.knight.female3.general=true
+minecolonies\:citizen.chickenherder.female1.missingequipment=true
+minecolonies\:citizen.lumberjack.male1.highsaturation=true
+minecraft\:entity.drowned.shoot=true
+minecraft\:entity.zombie.hurt=true
+minecolonies\:citizen.student.male4.success=true
+minecraft\:block.composter.ready=true
+minecolonies\:citizen.enchanter.female4.badhousing=true
+minecolonies\:citizen.smelter.female2.general=true
+minecolonies\:citizen.stonesmeltery.female3.badhousing=true
+minecolonies\:citizen.cookassistant.female1.interaction=true
+minecolonies\:citizen.composter.female2.gotobed=true
+minecraft\:block.nether_bricks.step=true
+minecolonies\:citizen.builder.female2.noise=true
+minecolonies\:citizen.crusher.male1.noise=true
+minecolonies\:citizen.crusher.male3.gotobed=true
+minecolonies\:citizen.researcher.female2.general=true
+minecraft\:entity.illusioner.ambient=true
+travelerstitles\:biome=true
+minecraft\:ambient.nether_wastes.additions=true
+minecolonies\:citizen.builder.female4.sick=true
+minecolonies\:citizen.unemployed.female4.interaction=true
+minecolonies\:citizen.cowboy.female4.badhousing=true
+minecolonies\:citizen.fletcher.female1.greeting=true
+minecolonies\:citizen.cookassistant.female2.sick=true
+minecolonies\:citizen.farmer.male3.interaction=true
+minecolonies\:citizen.ranger.male4.greeting=true
+minecolonies\:citizen.alchemist.female2.highsaturation=true
+minecolonies\:citizen.ranger.female3.farewell=true
+minecolonies\:citizen.cook.female2.success=true
+minecolonies\:citizen.pupil.female1.lowsaturation=true
+blue_skies\:entity.shrumpty.death=true
+minecraft\:block.sculk.charge=true
+minecolonies\:citizen.alchemist.female1.interaction=true
+aquamirae\:item.terrible_sword=true
+minecolonies\:citizen.builder.female4.lowsaturation=true
+minecolonies\:citizen.cook.male3.missingequipment=true
+minecolonies\:citizen.healer.female3.greeting=true
+minecolonies\:citizen.researcher.male3.interaction=true
+minecolonies\:citizen.pupil.male1.badweather=true
+minecolonies\:citizen.netherworker.male4.gotobed=true
+minecraft\:entity.axolotl.idle_air=true
+minecolonies\:citizen.cook.male2.unhappy=true
+supplementaries\:block.rope.place=true
+undergarden\:entity.sploogie.spit=true
+minecolonies\:citizen.fletcher.female3.success=true
+minecolonies\:citizen.visitor.female3.sick=true
+illagerinvasion\:entity.illager_brute.ambient=true
+minecolonies\:citizen.alchemist.female1.unhappy=true
+minecolonies\:citizen.researcher.female1.danger=true
+minecraft\:entity.shulker.close=true
+minecolonies\:citizen.smelter.female3.happy=true
+minecolonies\:citizen.enchanter.female2.success=true
+minecolonies\:citizen.beekeeper.male1.unhappy=true
+minecraft\:block.bamboo.place=true
+minecolonies\:citizen.builder.female3.greeting=true
+minecolonies\:citizen.stonesmeltery.female4.general=true
+minecolonies\:citizen.knight.female1.sick=true
+minecolonies\:citizen.smelter.female1.happy=true
+minecolonies\:citizen.knight.female1.happy=true
+minecolonies\:citizen.blacksmith.female2.noise=true
+minecolonies\:citizen.student.male4.farewell=true
+minecraft\:block.piston.extend=true
+minecolonies\:citizen.planter.male1.greeting=true
+minecraft\:block.rooted_dirt.break=true
+minecolonies\:citizen.lumberjack.male4.unhappy=true
+minecolonies\:citizen.smelter.male3.noise=true
+minecolonies\:citizen.crusher.male3.lowsaturation=true
+minecolonies\:citizen.quarrier.male2.badhousing=true
+minecraft\:entity.warden.hurt=true
+minecolonies\:citizen.combattraining.female2.farewell=true
+minecolonies\:citizen.teacher.male1.success=true
+minecraft\:block.wool.step=true
+minecolonies\:citizen.stonemason.female2.goodhousing=true
+minecolonies\:citizen.stonesmeltery.male3.noise=true
+minecolonies\:citizen.mechanic.female3.danger=true
+minecraft\:block.bamboo_wood_fence_gate.open=true
+alexsmobs\:warped_toad_hurt=true
+minecolonies\:citizen.fletcher.female4.unhappy=true
+minecraft\:block.cherry_wood_hanging_sign.break=true
+minecolonies\:citizen.smelter.female4.sick=true
+minecolonies\:citizen.dyer.female3.badhousing=true
+minecraft\:entity.creeper.hurt=true
+minecolonies\:citizen.fletcher.male2.goodhousing=true
+riskofrain_mobs\:entity.drone.flying=true
+minecraft\:entity.piglin_brute.angry=true
+minecolonies\:citizen.concretemixer.male1.sick=true
+minecraft\:entity.spider.hurt=true
+undergarden\:entity.dweller.step=true
+undergarden\:entity.muncher.death=true
+minecolonies\:citizen.mechanic.male2.greeting=true
+minecraft\:entity.player.splash.high_speed=true
+minecolonies\:citizen.mechanic.female1.greeting=true
+creeperoverhaul\:entity.ocean.creeper.deflate=true
+minecolonies\:citizen.planter.male1.sick=true
+minecolonies\:mob.amazon.hurt=true
+minecolonies\:citizen.chickenherder.male1.general=true
+minecolonies\:citizen.mechanic.male1.goodhousing=true
+undergarden\:entity.rotling.hurt=true
+minecolonies\:citizen.undertaker.female4.missingequipment=true
+minecolonies\:citizen.mechanic.male4.goodhousing=true
+minecolonies\:citizen.netherworker.male3.lowsaturation=true
+minecolonies\:citizen.sifter.male1.missingequipment=true
+deeperdarker\:item.transmitter.open=true
+minecolonies\:citizen.swineherder.male2.success=true
+minecolonies\:citizen.ranger.male1.danger=true
+minecraft\:block.snow.step=true
+minecolonies\:citizen.glassblower.male1.lowsaturation=true
+minecolonies\:citizen.alchemist.male1.noise=true
+minecolonies\:citizen.baker.male1.lowsaturation=true
+minecolonies\:citizen.sawmill.female3.interaction=true
+minecolonies\:citizen.mechanic.male3.farewell=true
+minecolonies\:citizen.shepherd.male2.badhousing=true
+minecolonies\:citizen.cowboy.male1.goodhousing=true
+minecolonies\:citizen.quarrier.female2.goodhousing=true
+minecolonies\:citizen.baker.male3.gotobed=true
+minecraft\:entity.minecart.inside=true
+minecolonies\:citizen.pupil.male3.greeting=true
+minecraft\:block.nylium.place=true
+minecolonies\:citizen.ranger.female1.missingequipment=true
+minecolonies\:citizen.smelter.male3.lowsaturation=true
+minecolonies\:citizen.ranger.female3.badweather=true
+minecolonies\:citizen.planter.male2.gotobed=true
+minecolonies\:citizen.cowboy.male1.missingequipment=true
+minecolonies\:citizen.shepherd.female4.goodhousing=true
+minecolonies\:citizen.sifter.female1.badhousing=true
+minecraft\:block.big_dripleaf.tilt_up=true
+deeperdarker\:entity.shriek_worm.ambient=true
+minecolonies\:citizen.combattraining.male3.unhappy=true
+minecolonies\:citizen.chickenherder.male4.badhousing=true
+minecolonies\:citizen.undertaker.male1.interaction=true
+minecolonies\:citizen.druid.female1.lowsaturation=true
+minecolonies\:citizen.unemployed.female3.goodhousing=true
+minecraft\:entity.villager.hurt=true
+minecolonies\:citizen.knight.male2.highsaturation=true
+minecolonies\:citizen.stonesmeltery.female2.gotobed=true
+minecolonies\:citizen.netherworker.female4.unhappy=true
+minecolonies\:citizen.baker.female1.interaction=true
+minecolonies\:citizen.lumberjack.male3.success=true
+minecolonies\:citizen.concretemixer.female2.missingequipment=true
+minecraft\:entity.pillager.hurt=true
+blue_skies\:entity.snow_owl.sing=true
+minecolonies\:citizen.chickenherder.female4.greeting=true
+minecraft\:entity.cod.hurt=true
+minecolonies\:citizen.cook.female1.badweather=true
+minecolonies\:citizen.mechanic.male3.gotobed=true
+minecolonies\:citizen.mechanic.male1.unhappy=true
+minecolonies\:citizen.beekeeper.male3.gotobed=true
+minecolonies\:citizen.visitor.male1.lowsaturation=true
+friendsandfoes\:entity.moobloom.convert=true
+minecolonies\:citizen.deliveryman.female3.success=true
+minecolonies\:citizen.cowboy.male4.goodhousing=true
+alexsmobs\:blue_jay_song=true
+minecolonies\:citizen.crusher.male1.danger=true
+minecraft\:block.muddy_mangrove_roots.break=true
+minecraft\:block.azalea.place=true
+minecolonies\:citizen.researcher.female2.missingequipment=true
+touhou_little_maid\:maid.mode.range_attack=true
+minecolonies\:citizen.alchemist.female3.gotobed=true
+minecolonies\:citizen.chickenherder.female3.danger=true
+minecolonies\:citizen.glassblower.female4.interaction=true
+minecolonies\:mob.egyptian.death=true
+create\:crafter_click_compounded_1=true
+minecolonies\:citizen.concretemixer.female1.farewell=true
+minecolonies\:citizen.stonesmeltery.male1.noise=true
+undergarden\:ambient.sea=true
+blue_skies\:entity.starlit_crusher.step=true
+minecolonies\:citizen.lumberjack.female3.happy=true
+minecolonies\:citizen.cook.female3.unhappy=true
+minecolonies\:citizen.composter.male2.general=true
+minecolonies\:citizen.mechanic.female2.farewell=true
+minecolonies\:citizen.composter.female3.sick=true
+minecolonies\:citizen.deliveryman.male3.greeting=true
+minecolonies\:citizen.blacksmith.male3.goodhousing=true
+minecolonies\:citizen.visitor.female4.interaction=true
+minecraft\:block.azalea.hit=true
+minecolonies\:citizen.visitor.female3.noise=true
+minecolonies\:citizen.sifter.female4.missingequipment=true
+minecolonies\:citizen.florist.male2.lowsaturation=true
+minecolonies\:citizen.glassblower.male3.success=true
+minecraft\:music.creative=true
+minecolonies\:citizen.healer.male4.danger=true
+minecolonies\:citizen.healer.female4.unhappy=true
+minecolonies\:citizen.swineherder.male4.farewell=true
+minecolonies\:citizen.combattraining.female1.goodhousing=true
+minecraft\:entity.allay.death=true
+riskofrain_mobs\:entity.drone.repair=true
+minecolonies\:citizen.archertraining.male2.noise=true
+undergarden\:entity.minion.repair=true
+minecolonies\:citizen.healer.male1.unhappy=true
+minecolonies\:citizen.cook.male2.farewell=true
+minecolonies\:citizen.netherworker.male1.sick=true
+minecolonies\:citizen.baker.female1.lowsaturation=true
+minecolonies\:citizen.miner.female3.danger=true
+chococraft\:entity.chocobo.kwehwhistlewander=true
+minecraft\:block.nylium.break=true
+minecolonies\:citizen.druid.female1.farewell=true
+minecolonies\:citizen.undertaker.male4.success=true
+minecolonies\:citizen.smelter.male3.success=true
+minecraft\:item.axe.wax_off=true
+minecolonies\:citizen.child.female3.badweather=true
+minecolonies\:citizen.miner.female3.success=true
+minecraft\:particle.soul_escape=true
+minecraft\:block.chiseled_bookshelf.step=true
+minecolonies\:citizen.knight.male4.highsaturation=true
+minecraft\:block.froglight.fall=true
+minecolonies\:citizen.beekeeper.female1.greeting=true
+minecraft\:entity.mule.chest=true
+minecolonies\:citizen.student.female4.unhappy=true
+minecolonies\:citizen.sifter.female2.unhappy=true
+creeperoverhaul\:entity.sand.creeper.prime=true
+minecolonies\:citizen.miner.male2.badweather=true
+minecraft\:block.netherrack.hit=true
+minecraft\:entity.wandering_trader.drink_potion=true
+create\:contraption_assemble_compounded_1=true
+minecolonies\:citizen.florist.female4.greeting=true
+minecolonies\:citizen.planter.male1.happy=true
+minecolonies\:citizen.lumberjack.male4.sick=true
+minecolonies\:citizen.sawmill.male1.badweather=true
+minecolonies\:citizen.pupil.male3.danger=true
+minecolonies\:citizen.healer.female3.success=true
+minecolonies\:citizen.knight.male3.highsaturation=true
+minecolonies\:citizen.builder.male4.unhappy=true
+minecolonies\:citizen.florist.male2.greeting=true
+minecolonies\:citizen.knight.male3.success=true
+minecolonies\:citizen.florist.male1.unhappy=true
+minecolonies\:citizen.glassblower.female4.lowsaturation=true
+minecraft\:block.cherry_wood_hanging_sign.hit=true
+minecolonies\:citizen.researcher.male3.badhousing=true
+blue_skies\:block.food_prep_table.use=true
+minecolonies\:citizen.miner.female2.missingequipment=true
+minecolonies\:citizen.cowboy.female4.lowsaturation=true
+minecolonies\:citizen.blacksmith.female2.badweather=true
+minecolonies\:citizen.visitor.male1.farewell=true
+minecolonies\:citizen.cowboy.female1.general=true
+alexsmobs\:vine_lasso=true
+minecolonies\:citizen.undertaker.male4.danger=true
+minecolonies\:citizen.planter.male3.lowsaturation=true
+createaddition\:electric_charge=true
+minecolonies\:citizen.florist.male3.gotobed=true
+minecolonies\:citizen.unemployed.male1.unhappy=true
+alexsmobs\:sunbird_idle=true
+minecolonies\:citizen.alchemist.male1.farewell=true
+minecolonies\:citizen.fletcher.male3.interaction=true
+minecolonies\:mob.mercenary.celebrate=true
+minecolonies\:citizen.composter.male4.sick=true
+minecolonies\:citizen.composter.male3.noise=true
+minecolonies\:citizen.sifter.female1.success=true
+minecolonies\:citizen.pupil.female2.general=true
+minecraft\:block.crop.break=true
+minecraft\:block.cherry_wood_hanging_sign.place=true
+minecolonies\:citizen.composter.female2.happy=true
+minecolonies\:citizen.blacksmith.female3.happy=true
+alexsmobs\:flutter_hurt=true
+illagerinvasion\:item.lost_candle.coal=true
+minecolonies\:citizen.quarrier.male3.happy=true
+minecolonies\:citizen.visitor.female4.unhappy=true
+minecolonies\:citizen.child.female4.highsaturation=true
+minecolonies\:citizen.rabbitherder.female2.sick=true
+minecraft\:entity.shulker_bullet.hit=true
+minecraft\:block.note_block.iron_xylophone=true
+minecolonies\:citizen.cookassistant.male1.noise=true
+minecolonies\:citizen.netherworker.female4.farewell=true
+minecolonies\:citizen.child.female3.goodhousing=true
+minecolonies\:citizen.alchemist.female4.danger=true
+minecraft\:block.nether_bricks.break=true
+minecraft\:item.armor.equip_netherite=true
+minecolonies\:citizen.farmer.male1.danger=true
+minecolonies\:citizen.cowboy.female4.sick=true
+minecolonies\:citizen.sifter.female3.farewell=true
+minecolonies\:citizen.teacher.male3.badhousing=true
+minecraft\:item.brush.brushing.sand.complete=true
+minecolonies\:citizen.glassblower.female3.sick=true
+advancementplaques\:ui.toast.task_complete=true
+minecolonies\:citizen.blacksmith.male4.interaction=true
+enhancedcelestials\:blue_moon=true
+minecolonies\:citizen.glassblower.female1.interaction=true
+minecolonies\:citizen.combattraining.female4.highsaturation=true
+minecolonies\:citizen.stonemason.male3.gotobed=true
+minecolonies\:citizen.glassblower.female2.missingequipment=true
+minecolonies\:citizen.composter.female4.badhousing=true
+minecolonies\:citizen.stonemason.male4.badweather=true
+minecolonies\:citizen.planter.female1.danger=true
+minecraft\:entity.sheep.death=true
+riskofrain_mobs\:entity.lemurian.step=true
+minecolonies\:citizen.alchemist.male2.badweather=true
+minecraft\:entity.dragon_fireball.explode=true
+minecolonies\:citizen.undertaker.female3.goodhousing=true
+minecolonies\:citizen.quarrier.male1.happy=true
+minecolonies\:citizen.unemployed.male4.greeting=true
+blue_skies\:entity.starlit_crusher.prepare_hammer=true
+minecolonies\:citizen.shepherd.male3.goodhousing=true
+minecraft\:entity.goat.horn_break=true
+farmersdelight\:item.skillet.attack.strong=true
+minecolonies\:citizen.ranger.male4.gotobed=true
+minecolonies\:citizen.student.male3.badhousing=true
+minecolonies\:citizen.mechanic.male2.danger=true
+minecolonies\:citizen.swineherder.male3.sick=true
+minecolonies\:citizen.visitor.male3.general=true
+minecraft\:entity.llama.spit=true
+minecolonies\:citizen.sawmill.male4.farewell=true
+minecolonies\:citizen.healer.female1.badweather=true
+minecolonies\:citizen.shepherd.female1.success=true
+minecolonies\:citizen.druid.female3.missingequipment=true
+minecolonies\:citizen.healer.female4.farewell=true
+minecolonies\:citizen.florist.male4.badhousing=true
+minecolonies\:citizen.teacher.female1.badhousing=true
+minecolonies\:citizen.cookassistant.female3.lowsaturation=true
+minecolonies\:citizen.sawmill.male4.lowsaturation=true
+minecraft\:entity.frog.lay_spawn=true
+minecolonies\:citizen.fletcher.female2.farewell=true
+friendsandfoes\:entity.wildfire.shoot=true
+minecolonies\:citizen.shepherd.male3.farewell=true
+minecolonies\:citizen.baker.male2.farewell=true
+minecolonies\:citizen.enchanter.female3.missingequipment=true
+minecolonies\:citizen.stonemason.female1.sick=true
+deeperdarker\:entity.stalker.death=true
+minecolonies\:citizen.netherworker.male1.success=true
+minecolonies\:citizen.cookassistant.male4.happy=true
+minecolonies\:citizen.glassblower.male1.badhousing=true
+minecolonies\:citizen.blacksmith.male4.unhappy=true
+minecolonies\:citizen.smelter.female3.missingequipment=true
+minecolonies\:citizen.combattraining.female4.general=true
+minecolonies\:citizen.combattraining.female4.goodhousing=true
+minecolonies\:citizen.researcher.male1.farewell=true
+minecolonies\:citizen.cowboy.male4.gotobed=true
+minecraft\:block.composter.fill=true
+minecolonies\:citizen.stonemason.male1.sick=true
+minecolonies\:citizen.baker.male1.happy=true
+minecolonies\:citizen.archertraining.male4.noise=true
+minecolonies\:citizen.beekeeper.female1.lowsaturation=true
+minecolonies\:citizen.visitor.female1.interaction=true
+aquamirae\:music.ice_maze_theme=true
+minecolonies\:citizen.cowboy.female2.danger=true
+minecolonies\:citizen.visitor.female3.highsaturation=true
+blue_skies\:entity.summoner.celebrate=true
+blue_skies\:music.whistleshell=true
+minecolonies\:citizen.ranger.female4.lowsaturation=true
+chimes\:block.copper.chime=true
+aquaculture\:bobber_note_catch=true
+aquamirae\:block.frozen_chest.unlock=true
+minecolonies\:citizen.unemployed.female1.general=true
+minecraft\:entity.parrot.imitate.witch=true
+minecolonies\:citizen.pupil.female4.farewell=true
+minecraft\:entity.pillager.celebrate=true
+minecolonies\:citizen.teacher.female1.lowsaturation=true
+minecraft\:block.chiseled_bookshelf.insert.enchanted=true
+minecraft\:entity.mule.eat=true
+minecolonies\:citizen.undertaker.male2.farewell=true
+minecolonies\:citizen.chickenherder.female2.missingequipment=true
+minecolonies\:citizen.lumberjack.female3.danger=true
+minecolonies\:citizen.glassblower.female1.lowsaturation=true
+minecolonies\:citizen.enchanter.male3.greeting=true
+minecolonies\:citizen.florist.female1.happy=true
+minecolonies\:citizen.swineherder.female4.interaction=true
+minecolonies\:citizen.farmer.female3.gotobed=true
+minecolonies\:citizen.glassblower.female1.noise=true
+minecolonies\:citizen.unemployed.male3.interaction=true
+minecolonies\:citizen.beekeeper.male1.farewell=true
+minecolonies\:citizen.lumberjack.male2.badhousing=true
+minecolonies\:citizen.deliveryman.female4.noise=true
+minecraft\:block.powder_snow.break=true
+alexsmobs\:music_disc_daze=true
+alexsmobs\:cosmaw_idle=true
+minecolonies\:citizen.researcher.male1.happy=true
+minecolonies\:citizen.pupil.female2.noise=true
+minecolonies\:citizen.enchanter.male2.general=true
+minecolonies\:citizen.enchanter.male2.sick=true
+minecolonies\:citizen.cook.male4.success=true
+minecolonies\:citizen.stonemason.male2.farewell=true
+blue_skies\:entity.stonelet.idle=true
+minecolonies\:citizen.quarrier.female3.highsaturation=true
+minecraft\:music.overworld.cherry_grove=true
+create\:sanding_short=true
+minecraft\:entity.camel.saddle=true
+minecolonies\:citizen.farmer.female3.sick=true
+minecolonies\:citizen.crusher.female1.lowsaturation=true
+minecolonies\:citizen.concretemixer.female1.badweather=true
+minecolonies\:citizen.fletcher.male4.lowsaturation=true
+minecolonies\:citizen.concretemixer.male4.noise=true
+minecolonies\:citizen.fisherman.male4.missingequipment=true
+minecolonies\:citizen.visitor.male4.danger=true
+minecraft\:block.fungus.place=true
+undergarden\:item.bucket.fill_virulent=true
+minecolonies\:citizen.sawmill.male3.unhappy=true
+minecolonies\:citizen.lumberjack.female4.interaction=true
+aquamirae\:item.shell_horn.use=true
+minecraft\:entity.piglin.retreat=true
+minecolonies\:citizen.farmer.female3.success=true
+minecolonies\:citizen.lumberjack.female4.badhousing=true
+minecolonies\:citizen.undertaker.female2.danger=true
+minecolonies\:citizen.dyer.male1.missingequipment=true
+minecolonies\:citizen.ranger.male3.gotobed=true
+minecraft\:music.menu=true
+minecolonies\:citizen.lumberjack.female2.unhappy=true
+minecolonies\:citizen.dyer.female3.lowsaturation=true
+minecolonies\:citizen.researcher.male4.danger=true
+blue_skies\:entity.arachnarch.venom_drop=true
+minecolonies\:citizen.archertraining.female3.badhousing=true
+minecolonies\:citizen.visitor.female2.noise=true
+minecolonies\:citizen.deliveryman.male4.general=true
+minecolonies\:citizen.pupil.male1.unhappy=true
+minecolonies\:citizen.alchemist.male4.success=true
+minecraft\:block.wood.fall=true
+minecolonies\:citizen.blacksmith.male1.noise=true
+minecolonies\:citizen.baker.male2.highsaturation=true
+minecraft\:entity.goat.screaming.horn_break=true
+minecolonies\:citizen.alchemist.female4.badweather=true
+blue_skies\:entity.emberback.flying=true
+minecolonies\:citizen.pupil.female1.badweather=true
+undergarden\:entity.stoneborn.step=true
+minecolonies\:citizen.fletcher.female4.success=true
+minecolonies\:citizen.visitor.male3.noise=true
+minecolonies\:citizen.quarrier.female3.greeting=true
+mutantmonsters\:entity.mutant_zombie.grunt=true
+minecolonies\:citizen.pupil.female2.greeting=true
+alexsmobs\:mungus_laser_grow=true
+aquaculture\:jellyfish_collide=true
+minecolonies\:citizen.child.female1.badweather=true
+minecolonies\:citizen.deliveryman.female2.greeting=true
+blue_skies\:entity.crogre.idle_happy=true
+minecolonies\:citizen.ranger.male3.danger=true
+minecolonies\:citizen.shepherd.male4.success=true
+minecolonies\:citizen.sifter.male2.interaction=true
+minecolonies\:citizen.knight.female1.farewell=true
+minecolonies\:citizen.lumberjack.male3.happy=true
+minecolonies\:citizen.chickenherder.male1.gotobed=true
+minecolonies\:citizen.child.female3.highsaturation=true
+riskofrain_mobs\:entity.stone_golem.step=true
+minecolonies\:citizen.visitor.female4.general=true
+minecolonies\:citizen.archertraining.female4.general=true
+minecolonies\:citizen.pupil.male3.highsaturation=true
+minecolonies\:citizen.teacher.female3.lowsaturation=true
+minecraft\:entity.firework_rocket.twinkle_far=true
+minecraft\:block.powder_snow.place=true
+minecraft\:entity.illusioner.prepare_blindness=true
+minecolonies\:citizen.farmer.male1.success=true
+minecolonies\:citizen.stonemason.female4.sick=true
+minecraft\:entity.llama.chest=true
+minecolonies\:citizen.farmer.female2.highsaturation=true
+minecolonies\:citizen.blacksmith.female3.noise=true
+minecolonies\:citizen.enchanter.male4.happy=true
+minecolonies\:citizen.ranger.male1.badhousing=true
+minecolonies\:citizen.glassblower.male4.highsaturation=true
+minecraft\:block.coral_block.break=true
+minecraft\:block.soul_sand.step=true
+alexsmobs\:crocodile_hurt=true
+minecolonies\:citizen.concretemixer.male2.greeting=true
+minecolonies\:citizen.knight.female2.missingequipment=true
+minecolonies\:citizen.dyer.female1.badweather=true
+minecolonies\:citizen.miner.male2.interaction=true
+minecolonies\:citizen.composter.female1.interaction=true
+minecolonies\:citizen.glassblower.female3.greeting=true
+minecolonies\:citizen.sifter.female2.sick=true
+minecraft\:entity.enderman.stare=true
+minecolonies\:citizen.deliveryman.male4.success=true
+mutantmonsters\:entity.mutant_creeper.primed=true
+minecolonies\:citizen.sifter.male2.danger=true
+minecolonies\:citizen.stonesmeltery.female2.happy=true
+minecolonies\:citizen.mechanic.female1.goodhousing=true
+minecolonies\:citizen.cookassistant.male2.missingequipment=true
+mysterious_mountain_lib\:presented_by_zaia=true
+minecolonies\:citizen.visitor.male3.highsaturation=true
+deeperdarker\:item.transmitter.unlink=true
+minecolonies\:citizen.mechanic.male4.highsaturation=true
+alexsmobs\:fly_hurt=true
+minecolonies\:citizen.planter.female4.farewell=true
+minecolonies\:citizen.undertaker.female4.badweather=true
+minecraft\:block.candle.fall=true
+touhou_little_maid\:maid.environment.night=true
+minecolonies\:citizen.knight.male3.unhappy=true
+minecraft\:entity.phantom.flap=true
+minecolonies\:citizen.composter.male2.danger=true
+minecolonies\:citizen.sawmill.male2.badweather=true
+minecolonies\:citizen.ranger.male2.interaction=true
+minecraft\:block.cherry_sapling.fall=true
+minecolonies\:citizen.healer.male3.badweather=true
+minecraft\:block.gilded_blackstone.fall=true
+minecolonies\:citizen.rabbitherder.female3.greeting=true
+minecolonies\:citizen.stonemason.female1.farewell=true
+minecolonies\:citizen.combattraining.female2.noise=true
+minecraft\:entity.dolphin.play=true
+minecolonies\:citizen.lumberjack.female2.gotobed=true
+minecolonies\:citizen.smelter.female1.goodhousing=true
+minecraft\:block.note_block.bit=true
+minecolonies\:citizen.ranger.female3.unhappy=true
+minecolonies\:citizen.child.male1.noise=true
+minecolonies\:citizen.crusher.male3.happy=true
+minecraft\:block.basalt.step=true
+minecraft\:entity.polar_bear.hurt=true
+undergarden\:ambient.frost_mood=true
+minecolonies\:citizen.swineherder.male3.happy=true
+minecolonies\:citizen.chickenherder.female1.farewell=true
+minecolonies\:citizen.undertaker.female1.greeting=true
+minecolonies\:citizen.fletcher.male2.general=true
+minecolonies\:citizen.visitor.female1.sick=true
+minecolonies\:citizen.teacher.female4.missingequipment=true
+minecolonies\:citizen.alchemist.male2.lowsaturation=true
+minecolonies\:citizen.cowboy.female1.highsaturation=true
+minecolonies\:citizen.student.male1.badweather=true
+minecolonies\:citizen.enchanter.female1.highsaturation=true
+minecolonies\:citizen.shepherd.male4.noise=true
+minecolonies\:citizen.alchemist.female1.highsaturation=true
+blue_skies\:entity.venom_spider.idle=true
+minecolonies\:citizen.sawmill.male3.gotobed=true
+minecolonies\:citizen.fletcher.female4.gotobed=true
+createaddition\:little_zap=true
+minecolonies\:citizen.druid.female4.interaction=true
+minecolonies\:citizen.unemployed.male4.missingequipment=true
+minecolonies\:citizen.dyer.male3.general=true
+minecolonies\:citizen.beekeeper.male3.missingequipment=true
+minecraft\:entity.zombie_villager.death=true
+minecolonies\:citizen.planter.female4.danger=true
+minecolonies\:citizen.student.male4.danger=true
+minecolonies\:citizen.unemployed.male2.danger=true
+minecolonies\:citizen.researcher.female3.farewell=true
+minecolonies\:citizen.farmer.female4.happy=true
+minecraft\:entity.villager.work_armorer=true
+minecolonies\:citizen.rabbitherder.male3.general=true
+minecraft\:block.mud_bricks.fall=true
+minecraft\:entity.phantom.death=true
+friendsandfoes\:entity.tuff_golem.repair=true
+minecolonies\:citizen.archertraining.female4.success=true
+minecolonies\:citizen.glassblower.female4.success=true
+minecolonies\:citizen.crusher.male3.general=true
+riskofrain_mobs\:entity.lemurian.attack=true
+minecolonies\:citizen.alchemist.male4.lowsaturation=true
+minecolonies\:citizen.child.male3.general=true
+minecolonies\:citizen.beekeeper.female3.greeting=true
+minecraft\:entity.leash_knot.place=true
+aquamirae\:effect.mystery=true
+minecolonies\:citizen.cowboy.female1.badweather=true
+minecolonies\:citizen.archertraining.female4.missingequipment=true
+minecolonies\:citizen.combattraining.male1.success=true
+minecolonies\:citizen.glassblower.female4.general=true
+minecolonies\:citizen.combattraining.female3.missingequipment=true
+minecolonies\:citizen.researcher.female1.greeting=true
+minecolonies\:citizen.cook.female4.noise=true
+minecolonies\:citizen.cowboy.female4.goodhousing=true
+minecolonies\:citizen.florist.female4.success=true
+minecolonies\:citizen.crusher.female3.interaction=true
+minecolonies\:citizen.druid.female3.unhappy=true
+minecolonies\:citizen.glassblower.male2.success=true
+blue_skies\:entity.polargeist.death=true
+minecolonies\:citizen.researcher.female1.sick=true
+blue_skies\:music.gatekeepers_tale=true
+minecolonies\:citizen.stonesmeltery.male1.happy=true
+minecolonies\:citizen.concretemixer.male4.danger=true
+minecolonies\:citizen.lumberjack.male2.unhappy=true
+minecolonies\:citizen.healer.female3.unhappy=true
+minecolonies\:citizen.shepherd.female4.noise=true
+minecraft\:block.note_block.cow_bell=true
+minecolonies\:citizen.miner.male4.noise=true
+illagerinvasion\:entity.sorcerer.complete_cast=true
+undergarden\:entity.sploogie.hurt=true
+minecolonies\:citizen.concretemixer.female1.unhappy=true
+minecraft\:block.fungus.break=true
+minecolonies\:citizen.ranger.female2.lowsaturation=true
+minecolonies\:citizen.sawmill.male3.noise=true
+minecolonies\:citizen.researcher.female3.gotobed=true
+minecolonies\:citizen.alchemist.female4.missingequipment=true
+alexsmobs\:leafcutter_ant_hurt=true
+minecolonies\:citizen.miner.male3.goodhousing=true
+minecolonies\:citizen.rabbitherder.female2.general=true
+minecolonies\:citizen.florist.male2.danger=true
+minecraft\:ambient.soul_sand_valley.additions=true
+minecolonies\:citizen.teacher.male3.interaction=true
+minecolonies\:citizen.cookassistant.male4.success=true
+creeperoverhaul\:entity.wood.creeper.death=true
+minecolonies\:citizen.archertraining.female2.farewell=true
+minecolonies\:citizen.child.male4.farewell=true
+alexsmobs\:giant_squid_hurt=true
+minecolonies\:citizen.dyer.male1.badhousing=true
+minecolonies\:citizen.builder.male1.noise=true
+minecolonies\:citizen.farmer.female1.farewell=true
+minecolonies\:citizen.blacksmith.female3.lowsaturation=true
+minecolonies\:citizen.florist.female4.gotobed=true
+minecolonies\:citizen.concretemixer.male3.sick=true
+blue_skies\:ambient.snow_wind=true
+minecraft\:entity.dolphin.hurt=true
+minecolonies\:citizen.archertraining.female2.happy=true
+minecolonies\:citizen.researcher.male1.badweather=true
+minecraft\:entity.player.small_fall=true
+minecraft\:entity.skeleton.step=true
+minecraft\:music_disc.13=true
+minecolonies\:citizen.knight.male4.badhousing=true
+minecraft\:entity.bee.death=true
+minecolonies\:citizen.druid.female1.goodhousing=true
+minecraft\:music_disc.11=true
+minecolonies\:citizen.archertraining.female3.goodhousing=true
+minecolonies\:citizen.blacksmith.female3.badhousing=true
+minecolonies\:citizen.smelter.female2.badhousing=true
+minecolonies\:citizen.builder.female2.danger=true
+minecolonies\:citizen.teacher.male1.badhousing=true
+minecolonies\:citizen.glassblower.male1.danger=true
+minecolonies\:citizen.knight.male3.lowsaturation=true
+minecolonies\:citizen.shepherd.male3.interaction=true
+minecolonies\:citizen.stonemason.female4.noise=true
+minecraft\:block.calcite.break=true
+farmersdelight\:block.skillet.add_food=true
+minecolonies\:citizen.unemployed.male2.sick=true
+minecraft\:block.nether_gold_ore.fall=true
+minecolonies\:citizen.builder.male3.farewell=true
+minecolonies\:citizen.smelter.male2.unhappy=true
+minecraft\:block.wet_grass.fall=true
+minecraft\:entity.pig.hurt=true
+minecraft\:entity.wolf.pant=true
+minecolonies\:citizen.cookassistant.female2.danger=true
+minecolonies\:citizen.blacksmith.female4.gotobed=true
+minecolonies\:citizen.child.female4.lowsaturation=true
+minecraft\:block.sweet_berry_bush.place=true
+minecolonies\:citizen.miner.female4.gotobed=true
+minecolonies\:citizen.beekeeper.female4.farewell=true
+minecraft\:block.tuff.fall=true
+blue_skies\:entity.arachnarch.lunge=true
+minecolonies\:citizen.archertraining.male2.interaction=true
+minecolonies\:citizen.alchemist.male4.general=true
+minecolonies\:citizen.healer.female2.goodhousing=true
+minecolonies\:citizen.glassblower.female3.badhousing=true
+minecolonies\:citizen.stonemason.female1.goodhousing=true
+minecolonies\:citizen.cowboy.male4.happy=true
+handcrafted\:hammer_stone=true
+alexsmobs\:maned_wolf_hurt=true
+minecolonies\:citizen.enchanter.male4.highsaturation=true
+minecolonies\:citizen.netherworker.male1.danger=true
+minecolonies\:citizen.rabbitherder.male2.goodhousing=true
+minecolonies\:citizen.druid.female4.danger=true
+minecraft\:entity.firework_rocket.launch=true
+minecolonies\:citizen.alchemist.male2.badhousing=true
+minecolonies\:citizen.miner.female4.success=true
+minecolonies\:citizen.crusher.male1.badhousing=true
+obscure_api\:miracle=true
+minecraft\:block.ender_chest.open=true
+minecolonies\:citizen.unemployed.female1.success=true
+minecraft\:block.sculk_sensor.hit=true
+minecraft\:entity.camel.step_sand=true
+mutantmonsters\:entity.spider_pig.death=true
+minecolonies\:citizen.miner.female2.badweather=true
+minecolonies\:citizen.stonesmeltery.female4.greeting=true
+minecolonies\:citizen.cookassistant.male3.badweather=true
+minecolonies\:citizen.rabbitherder.female2.success=true
+minecraft\:block.sculk.fall=true
+minecolonies\:citizen.healer.female3.happy=true
+minecolonies\:citizen.combattraining.female4.happy=true
+minecolonies\:citizen.cook.female3.general=true
+minecolonies\:citizen.farmer.male4.goodhousing=true
+minecolonies\:citizen.chickenherder.male4.noise=true
+minecolonies\:citizen.netherworker.male3.happy=true
+minecolonies\:citizen.beekeeper.male3.badweather=true
+minecolonies\:citizen.druid.male4.general=true
+alexsmobs\:warped_toad_idle=true
+minecraft\:block.moss_carpet.hit=true
+minecolonies\:citizen.glassblower.male3.goodhousing=true
+minecraft\:entity.husk.ambient=true
+minecraft\:block.large_amethyst_bud.break=true
+minecolonies\:citizen.blacksmith.female2.badhousing=true
+minecraft\:entity.piglin_brute.ambient=true
+chococraft\:entity.chocobo.kweh=true
+minecolonies\:citizen.healer.female1.greeting=true
+minecolonies\:citizen.knight.female4.interaction=true
+minecraft\:entity.spider.death=true
+minecolonies\:citizen.student.female1.greeting=true
+minecolonies\:citizen.baker.female4.danger=true
+minecolonies\:citizen.child.male3.gotobed=true
+minecolonies\:citizen.florist.female3.danger=true
+farmersdelight\:item.skillet.attack.weak=true
+minecolonies\:citizen.cookassistant.male3.missingequipment=true
+minecolonies\:citizen.healer.female2.gotobed=true
+minecolonies\:citizen.crusher.male2.goodhousing=true
+minecolonies\:citizen.druid.male3.danger=true
+minecraft\:entity.generic.death=true
+minecolonies\:citizen.cookassistant.female4.farewell=true
+minecraft\:block.bamboo_wood_button.click_off=true
+minecraft\:block.sculk_vein.fall=true
+minecolonies\:citizen.mechanic.female1.unhappy=true
+minecraft\:block.shroomlight.hit=true
+undergarden\:ambient.undergarden=true
+minecolonies\:citizen.beekeeper.male1.goodhousing=true
+mmorpg\:fireball=true
+minecolonies\:citizen.composter.male4.interaction=true
+friendsandfoes\:entity.copper_golem.hurt=true
+minecolonies\:citizen.fisherman.female2.missingequipment=true
+blue_skies\:entity.crystal_camel.death=true
+minecolonies\:citizen.builder.male3.badweather=true
+minecolonies\:citizen.teacher.male2.greeting=true
+minecolonies\:citizen.pupil.male4.danger=true
+minecolonies\:citizen.shepherd.female4.badhousing=true
+minecraft\:block.moss_carpet.fall=true
+minecolonies\:citizen.enchanter.male1.noise=true
+minecolonies\:citizen.sawmill.male2.interaction=true
+minecolonies\:citizen.netherworker.female4.greeting=true
+minecraft\:entity.goat.prepare_ram=true
+minecolonies\:citizen.lumberjack.male1.farewell=true
+minecolonies\:citizen.dyer.male3.interaction=true
+minecolonies\:citizen.sawmill.female4.badhousing=true
+minecolonies\:citizen.sifter.male4.highsaturation=true
+minecraft\:entity.hoglin.ambient=true
+minecolonies\:citizen.enchanter.male2.success=true
+minecraft\:entity.strider.step_lava=true
+minecraft\:block.sweet_berry_bush.break=true
+minecolonies\:citizen.chickenherder.female3.sick=true
+minecraft\:block.calcite.place=true
+minecolonies\:citizen.blacksmith.male1.goodhousing=true
+minecolonies\:citizen.rabbitherder.female2.badhousing=true
+minecolonies\:citizen.netherworker.female1.unhappy=true
+minecolonies\:citizen.teacher.female2.goodhousing=true
+minecolonies\:citizen.netherworker.male2.farewell=true
+minecolonies\:citizen.farmer.female4.badweather=true
+minecolonies\:citizen.student.female3.noise=true
+minecolonies\:citizen.lumberjack.female3.sick=true
+minecolonies\:citizen.chickenherder.male1.unhappy=true
+minecolonies\:citizen.pupil.male4.interaction=true
+minecolonies\:citizen.undertaker.female3.badweather=true
+minecolonies\:citizen.shepherd.male3.general=true
+blue_skies\:entity.alchemist.prepare_blindness=true
+minecolonies\:citizen.fisherman.female4.general=true
+minecolonies\:citizen.pupil.male1.gotobed=true
+blue_skies\:music.moonlit_bloom=true
+minecolonies\:citizen.planter.male1.success=true
+minecolonies\:citizen.blacksmith.female4.interaction=true
+minecraft\:block.stem.hit=true
+undergarden\:entity.dweller.hurt=true
+minecolonies\:citizen.student.female3.farewell=true
+minecolonies\:citizen.fletcher.male3.greeting=true
+minecolonies\:citizen.undertaker.male1.goodhousing=true
+minecolonies\:citizen.researcher.female1.happy=true
+minecolonies\:citizen.researcher.male4.missingequipment=true
+minecolonies\:citizen.crusher.female3.lowsaturation=true
+minecraft\:entity.strider.ambient=true
+minecraft\:entity.ghast.ambient=true
+minecolonies\:citizen.rabbitherder.male1.greeting=true
+minecolonies\:citizen.crusher.male4.unhappy=true
+minecolonies\:citizen.cowboy.female2.badweather=true
+minecraft\:ambient.underwater.loop=true
+minecolonies\:citizen.archertraining.male3.goodhousing=true
+minecolonies\:citizen.composter.female2.sick=true
+undergarden\:ambient.frost=true
+minecraft\:block.hanging_roots.step=true
+minecolonies\:citizen.baker.male2.gotobed=true
+friendsandfoes\:entity.wildfire.summon_blaze=true
+minecolonies\:citizen.ranger.male3.success=true
+minecraft\:block.gilded_blackstone.break=true
+minecolonies\:citizen.baker.male1.highsaturation=true
+minecolonies\:citizen.quarrier.male2.lowsaturation=true
+minecolonies\:citizen.builder.female1.sick=true
+minecolonies\:citizen.dyer.female4.interaction=true
+minecolonies\:citizen.ranger.female2.highsaturation=true
+minecolonies\:citizen.quarrier.male3.highsaturation=true
+minecraft\:entity.magma_cube.jump=true
+minecolonies\:citizen.dyer.male4.unhappy=true
+minecolonies\:citizen.blacksmith.male1.lowsaturation=true
+minecolonies\:citizen.enchanter.female3.badhousing=true
+minecolonies\:citizen.swineherder.male1.unhappy=true
+doggytalents\:bwv_1080_fugue_11_kimiko=true
+create\:cranking_compounded_1=true
+minecolonies\:citizen.chickenherder.male3.badhousing=true
+minecolonies\:citizen.mechanic.male3.danger=true
+minecraft\:item.elytra.flying=true
+minecolonies\:citizen.knight.male1.lowsaturation=true
+minecraft\:entity.rabbit.death=true
+minecraft\:block.slime_block.step=true
+minecolonies\:mob.mercenary.attack=true
+minecolonies\:citizen.quarrier.female3.lowsaturation=true
+minecolonies\:citizen.planter.male1.goodhousing=true
+minecolonies\:citizen.archertraining.female2.badhousing=true
+minecolonies\:citizen.mechanic.male2.badhousing=true
+minecolonies\:citizen.stonemason.male3.happy=true
+minecolonies\:citizen.healer.male3.lowsaturation=true
+minecraft\:entity.horse.breathe=true
+minecolonies\:citizen.glassblower.female3.lowsaturation=true
+minecolonies\:citizen.farmer.male4.noise=true
+minecraft\:entity.cow.death=true
+minecraft\:ambient.underwater.loop.additions=true
+minecraft\:entity.skeleton_horse.ambient_water=true
+minecolonies\:citizen.cowboy.male2.noise=true
+minecolonies\:citizen.composter.female4.general=true
+minecolonies\:citizen.deliveryman.female2.missingequipment=true
+minecolonies\:citizen.healer.male2.missingequipment=true
+minecolonies\:citizen.miner.male2.highsaturation=true
+minecolonies\:citizen.visitor.female3.badhousing=true
+minecolonies\:citizen.student.female1.happy=true
+minecolonies\:citizen.builder.male3.highsaturation=true
+minecolonies\:citizen.pupil.female4.interaction=true
+minecolonies\:citizen.quarrier.female1.lowsaturation=true
+minecolonies\:citizen.visitor.female3.danger=true
+minecraft\:block.note_block.imitate.wither_skeleton=true
+minecolonies\:citizen.rabbitherder.male4.unhappy=true
+minecolonies\:citizen.alchemist.female3.interaction=true
+minecolonies\:citizen.cook.male3.noise=true
+bettercombat\:mace_slam=true
+minecolonies\:citizen.archertraining.male4.success=true
+minecolonies\:citizen.cowboy.male3.goodhousing=true
+minecolonies\:citizen.stonesmeltery.female3.sick=true
+minecolonies\:citizen.researcher.female3.lowsaturation=true
+minecolonies\:citizen.quarrier.male2.highsaturation=true
+minecolonies\:citizen.blacksmith.male2.missingequipment=true
+minecolonies\:citizen.crusher.female1.badhousing=true
+minecolonies\:citizen.visitor.female2.missingequipment=true
+minecolonies\:citizen.blacksmith.male3.lowsaturation=true
+minecraft\:entity.cod.ambient=true
+minecolonies\:citizen.builder.male3.danger=true
+minecolonies\:citizen.stonesmeltery.male3.success=true
+minecolonies\:citizen.cowboy.male4.badweather=true
+minecolonies\:citizen.chickenherder.female3.badhousing=true
+minecolonies\:citizen.rabbitherder.male3.farewell=true
+minecolonies\:citizen.researcher.female3.noise=true
+minecraft\:entity.player.hurt_freeze=true
+minecolonies\:citizen.sawmill.female3.farewell=true
+minecolonies\:citizen.archertraining.male4.badhousing=true
+minecolonies\:citizen.combattraining.female1.missingequipment=true
+minecolonies\:citizen.blacksmith.female4.unhappy=true
+minecraft\:block.large_amethyst_bud.place=true
+minecraft\:block.weeping_vines.break=true
+minecolonies\:citizen.pupil.female2.success=true
+minecolonies\:citizen.concretemixer.female1.gotobed=true
+blue_skies\:entity.arachnarch.spit=true
+alexsmobs\:sculk_boomer_fart=true
+undergarden\:entity.masticator.hurt=true
+minecolonies\:citizen.miner.male1.highsaturation=true
+minecraft\:item.bucket.fill_tadpole=true
+minecolonies\:citizen.undertaker.female2.farewell=true
+minecolonies\:citizen.ranger.female3.highsaturation=true
+minecolonies\:citizen.enchanter.female4.goodhousing=true
+minecraft\:item.bottle.fill_dragonbreath=true
+minecolonies\:citizen.mechanic.male1.sick=true
+minecolonies\:citizen.visitor.male1.unhappy=true
+minecolonies\:citizen.shepherd.female2.interaction=true
+minecolonies\:citizen.dyer.female3.sick=true
+minecolonies\:citizen.builder.female1.success=true
+minecolonies\:citizen.baker.male2.interaction=true
+minecolonies\:citizen.cowboy.male1.unhappy=true
+minecolonies\:citizen.fletcher.female3.happy=true
+minecolonies\:citizen.rabbitherder.male1.sick=true
+minecolonies\:citizen.cookassistant.female3.goodhousing=true
+create\:haunted_bell_convert=true
+minecolonies\:citizen.ranger.female3.gotobed=true
+minecolonies\:citizen.farmer.male3.badhousing=true
+minecolonies\:citizen.builder.male2.highsaturation=true
+minecraft\:entity.pig.saddle=true
+minecolonies\:citizen.researcher.female1.lowsaturation=true
+minecolonies\:citizen.swineherder.male2.badweather=true
+minecraft\:entity.parrot.imitate.guardian=true
+blue_skies\:entity.starlit_crusher.hurt=true
+undergarden\:entity.rotbeast.attack=true
+minecolonies\:citizen.baker.male2.success=true
+minecolonies\:citizen.combattraining.male3.greeting=true
+minecolonies\:citizen.child.male4.unhappy=true
+minecolonies\:citizen.lumberjack.male2.gotobed=true
+minecolonies\:citizen.cowboy.female1.success=true
+minecolonies\:citizen.enchanter.female4.general=true
+minecolonies\:citizen.ranger.male2.badhousing=true
+blue_skies\:music.crystal_dunes=true
+minecolonies\:citizen.dyer.male1.happy=true
+minecolonies\:citizen.planter.female1.highsaturation=true
+minecolonies\:citizen.cookassistant.male3.goodhousing=true
+minecolonies\:citizen.druid.female3.gotobed=true
+minecolonies\:citizen.alchemist.male4.sick=true
+minecolonies\:citizen.knight.male4.interaction=true
+minecolonies\:citizen.mechanic.male4.interaction=true
+minecolonies\:citizen.fisherman.male4.greeting=true
+minecolonies\:citizen.mechanic.female1.happy=true
+minecolonies\:citizen.healer.female2.unhappy=true
+minecolonies\:citizen.sifter.male4.greeting=true
+minecraft\:block.weeping_vines.place=true
+minecolonies\:citizen.healer.male2.success=true
+undergarden\:entity.masticator.step=true
+minecolonies\:citizen.sifter.male1.danger=true
+minecolonies\:citizen.healer.female2.happy=true
+minecolonies\:citizen.undertaker.female4.farewell=true
+minecolonies\:citizen.builder.female2.interaction=true
+illagerinvasion\:entity.invoker.completecast=true
+minecolonies\:citizen.enchanter.male3.success=true
+minecolonies\:citizen.cookassistant.male2.badweather=true
+minecolonies\:citizen.cookassistant.male3.success=true
+minecraft\:entity.wandering_trader.trade=true
+minecolonies\:citizen.builder.male3.happy=true
+minecolonies\:citizen.concretemixer.female3.farewell=true
+minecolonies\:citizen.florist.female3.goodhousing=true
+minecolonies\:citizen.builder.female4.missingequipment=true
+minecolonies\:citizen.concretemixer.female3.missingequipment=true
+minecolonies\:citizen.druid.female4.unhappy=true
+alexsmobs\:mungus_hurt=true
+minecolonies\:citizen.beekeeper.male2.danger=true
+mutantmonsters\:entity.creeper_minion_egg.hatch=true
+minecolonies\:citizen.pupil.male4.highsaturation=true
+minecolonies\:citizen.mechanic.female2.gotobed=true
+minecolonies\:citizen.sawmill.male2.gotobed=true
+minecolonies\:citizen.rabbitherder.female3.missingequipment=true
+minecolonies\:citizen.sifter.male1.badweather=true
+minecolonies\:citizen.beekeeper.male4.success=true
+minecolonies\:citizen.rabbitherder.male4.general=true
+minecolonies\:citizen.alchemist.female4.sick=true
+minecraft\:entity.ravager.celebrate=true
+minecolonies\:citizen.child.male3.unhappy=true
+minecraft\:block.mud.fall=true
+minecolonies\:citizen.builder.female1.danger=true
+alexsmobs\:elephant_hurt=true
+minecolonies\:citizen.concretemixer.female3.badweather=true
+minecolonies\:citizen.sifter.male1.happy=true
+blue_skies\:entity.starlit_wall.grow=true
+farmersdelight\:block.skillet.sizzle=true
+minecolonies\:citizen.swineherder.male1.gotobed=true
+minecolonies\:citizen.miner.female4.badhousing=true
+minecolonies\:citizen.visitor.female4.highsaturation=true
+minecolonies\:citizen.unemployed.female2.happy=true
+minecraft\:entity.item_frame.break=true
+blue_skies\:entity.starlit_crusher.hammer_smash=true
+minecolonies\:citizen.unemployed.male2.success=true
+minecolonies\:citizen.druid.male3.noise=true
+minecolonies\:citizen.lumberjack.male1.lowsaturation=true
+minecolonies\:citizen.smelter.female1.success=true
+kobolds\:kobold_hurt=true
+create\:peculiar_bell_use=true
+minecolonies\:citizen.farmer.female1.highsaturation=true
+minecolonies\:citizen.quarrier.female4.missingequipment=true
+minecraft\:item.totem.use=true
+minecolonies\:citizen.cook.male3.goodhousing=true
+minecolonies\:citizen.quarrier.female1.sick=true
+minecraft\:music_disc.wait=true
+minecolonies\:citizen.miner.female3.missingequipment=true
+creeperoverhaul\:entity.sand.creeper.explosion=true
+minecolonies\:citizen.quarrier.female4.farewell=true
+minecolonies\:citizen.florist.male3.highsaturation=true
+create\:potato_hit=true
+minecolonies\:citizen.druid.male3.interaction=true
+supplementaries\:block.present.break=true
+minecolonies\:citizen.beekeeper.male1.happy=true
+airhop\:entity.player.hop=true
+minecolonies\:citizen.mechanic.male3.missingequipment=true
+blue_skies\:entity.firefly.death=true
+minecolonies\:citizen.lumberjack.male1.missingequipment=true
+blue_skies\:block.rimestone.break=true
+blue_skies\:block.mud.hit=true
+minecraft\:block.roots.place=true
+friendsandfoes\:entity.shield_debris.impact=true
+minecolonies\:citizen.farmer.female3.highsaturation=true
+minecolonies\:citizen.glassblower.male1.success=true
+minecraft\:entity.arrow.hit_player=true
+minecolonies\:citizen.archertraining.female4.noise=true
+farmersdelight\:block.cooking_pot.boil=true
+minecolonies\:citizen.farmer.female1.danger=true
+minecolonies\:citizen.alchemist.male3.badhousing=true
+minecraft\:entity.illusioner.death=true
+minecolonies\:citizen.stonemason.male1.goodhousing=true
+minecolonies\:citizen.pupil.male2.highsaturation=true
+minecolonies\:citizen.planter.male1.lowsaturation=true
+minecraft\:item.spyglass.use=true
+minecolonies\:citizen.rabbitherder.female3.general=true
+minecolonies\:citizen.unemployed.male1.danger=true
+supplementaries\:block.present.place=true
+minecolonies\:citizen.florist.female4.danger=true
+minecolonies\:citizen.ranger.female1.sick=true
+minecolonies\:citizen.swineherder.male4.badhousing=true
+minecraft\:block.honey_block.hit=true
+minecolonies\:citizen.swineherder.female3.noise=true
+minecolonies\:citizen.knight.female2.badweather=true
+minecolonies\:citizen.beekeeper.male2.missingequipment=true
+minecraft\:block.portal.travel=true
+minecolonies\:citizen.builder.male1.farewell=true
+minecraft\:item.brush.brushing.gravel.complete=true
+minecolonies\:citizen.combattraining.male1.badhousing=true
+minecolonies\:citizen.researcher.male3.noise=true
+minecraft\:entity.skeleton.hurt=true
+minecraft\:block.nether_wood_door.open=true
+minecraft\:block.big_dripleaf.step=true
+minecolonies\:citizen.miner.female4.farewell=true
+alexsmobs\:rocky_roller_hurt=true
+minecolonies\:citizen.enchanter.female2.missingequipment=true
+minecolonies\:citizen.builder.female1.greeting=true
+minecolonies\:citizen.visitor.female2.highsaturation=true
+minecolonies\:citizen.fletcher.female2.missingequipment=true
+blue_skies\:block.rimestone.place=true
+minecolonies\:citizen.combattraining.male2.sick=true
+minecolonies\:citizen.researcher.female2.goodhousing=true
+minecraft\:block.portal.ambient=true
+minecraft\:block.snow.place=true
+minecolonies\:citizen.farmer.male1.farewell=true
+minecraft\:entity.ender_dragon.hurt=true
+minecolonies\:citizen.stonemason.male4.danger=true
+minecolonies\:citizen.deliveryman.male4.interaction=true
+minecolonies\:citizen.enchanter.male4.farewell=true
+minecraft\:entity.witch.ambient=true
+minecolonies\:citizen.florist.female3.lowsaturation=true
+minecolonies\:citizen.fisherman.male1.happy=true
+minecraft\:block.respawn_anchor.deplete=true
+minecolonies\:citizen.knight.male2.gotobed=true
+minecraft\:block.candle.break=true
+minecolonies\:citizen.undertaker.male2.danger=true
+minecraft\:block.pointed_dripstone.drip_water=true
+minecolonies\:citizen.miner.male4.general=true
+minecraft\:block.nether_gold_ore.break=true
+minecolonies\:citizen.florist.male1.farewell=true
+alexsmobs\:void_portal_close=true
+minecolonies\:citizen.alchemist.female2.interaction=true
+minecolonies\:citizen.composter.male3.danger=true
+minecolonies\:citizen.miner.female4.noise=true
+minecolonies\:citizen.cowboy.female3.noise=true
+minecolonies\:citizen.smelter.male2.gotobed=true
+minecolonies\:citizen.planter.male2.danger=true
+minecolonies\:citizen.baker.male1.gotobed=true
+minecolonies\:citizen.visitor.female2.badhousing=true
+minecolonies\:citizen.planter.female3.missingequipment=true
+minecolonies\:citizen.concretemixer.male3.badhousing=true
+minecolonies\:citizen.teacher.male3.farewell=true
+minecolonies\:citizen.beekeeper.female3.noise=true
+minecolonies\:citizen.stonemason.male1.badweather=true
+minecolonies\:citizen.beekeeper.female2.danger=true
+minecolonies\:citizen.visitor.male3.sick=true
+minecolonies\:citizen.fletcher.female2.lowsaturation=true
+minecolonies\:citizen.crusher.female4.gotobed=true
+illagerinvasion\:entity.surrendered.ambient=true
+minecraft\:entity.blaze.hurt=true
+blue_skies\:entity.starlit_crusher.heal=true
+minecolonies\:citizen.combattraining.female4.lowsaturation=true
+minecolonies\:citizen.netherworker.female1.badhousing=true
+minecolonies\:citizen.knight.male3.farewell=true
+minecolonies\:citizen.beekeeper.female4.noise=true
+minecolonies\:citizen.undertaker.male2.goodhousing=true
+minecolonies\:citizen.baker.female3.happy=true
+minecraft\:entity.panda.bite=true
+minecolonies\:citizen.miner.male2.happy=true
+minecolonies\:citizen.dyer.male3.missingequipment=true
+minecolonies\:citizen.druid.male3.badhousing=true
+minecolonies\:citizen.stonemason.male4.success=true
+minecolonies\:citizen.concretemixer.male3.farewell=true
+minecolonies\:citizen.teacher.female3.noise=true
+aquamirae\:entity.deep_hurt=true
+minecraft\:entity.dolphin.ambient_water=true
+minecolonies\:citizen.farmer.male4.sick=true
+minecolonies\:citizen.rabbitherder.female3.success=true
+minecolonies\:citizen.beekeeper.female4.goodhousing=true
+minecolonies\:citizen.child.male3.badhousing=true
+minecolonies\:citizen.smelter.male1.danger=true
+minecolonies\:citizen.builder.female4.badweather=true
+minecolonies\:citizen.healer.female2.farewell=true
+minecraft\:entity.arrow.shoot=true
+minecraft\:block.nether_ore.step=true
+minecolonies\:citizen.cowboy.female1.danger=true
+minecolonies\:citizen.undertaker.female2.sick=true
+minecolonies\:citizen.fletcher.male3.success=true
+minecolonies\:citizen.netherworker.male1.noise=true
+minecolonies\:citizen.druid.female2.missingequipment=true
+minecraft\:block.bubble_column.bubble_pop=true
+minecraft\:entity.phantom.swoop=true
+minecolonies\:citizen.knight.female3.missingequipment=true
+minecolonies\:citizen.enchanter.female4.unhappy=true
+minecolonies\:citizen.smelter.female4.farewell=true
+minecolonies\:citizen.fisherman.female4.success=true
+aquamirae\:entity.captain_cornelia.hurt=true
+minecolonies\:citizen.ranger.female1.highsaturation=true
+minecolonies\:citizen.crusher.male4.missingequipment=true
+minecolonies\:citizen.farmer.male1.badweather=true
+minecolonies\:citizen.sifter.female4.success=true
+minecraft\:music_disc.ward=true
+minecolonies\:citizen.stonemason.male2.sick=true
+minecolonies\:citizen.miner.female3.badweather=true
+minecolonies\:citizen.fletcher.male1.interaction=true
+deeperdarker\:entity.snapper.hurt=true
+minecraft\:entity.wither_skeleton.hurt=true
+minecolonies\:citizen.knight.female3.lowsaturation=true
+kobolds\:music_kobblestone=true
+minecolonies\:citizen.ranger.male2.gotobed=true
+minecolonies\:citizen.crusher.male4.badhousing=true
+minecolonies\:citizen.rabbitherder.male3.badweather=true
+aquamirae\:ambient.ship_horn=true
+minecolonies\:citizen.druid.male2.sick=true
+minecraft\:block.tuff.hit=true
+minecraft\:block.netherite_block.fall=true
+minecolonies\:citizen.swineherder.female2.unhappy=true
+minecolonies\:citizen.druid.male1.lowsaturation=true
+minecraft\:entity.pig.step=true
+minecraft\:entity.villager.yes=true
+minecraft\:music.nether.soul_sand_valley=true
+minecolonies\:citizen.ranger.female3.happy=true
+minecolonies\:citizen.sifter.female2.noise=true
+minecraft\:block.small_dripleaf.break=true
+minecolonies\:citizen.fisherman.female3.greeting=true
+minecolonies\:citizen.undertaker.male4.badhousing=true
+minecolonies\:citizen.student.female1.unhappy=true
+minecolonies\:citizen.visitor.male1.general=true
+alexsmobs\:skreecher_clap=true
+minecraft\:entity.villager.work_toolsmith=true
+minecolonies\:citizen.blacksmith.male4.happy=true
+deeperdarker\:block.vase.place=true
+minecolonies\:citizen.composter.female2.badweather=true
+minecolonies\:citizen.crusher.male4.gotobed=true
+minecolonies\:citizen.florist.male4.unhappy=true
+blue_skies\:entity.nested_spider.hurt=true
+minecraft\:block.bamboo_sapling.hit=true
+minecolonies\:citizen.ranger.female2.unhappy=true
+minecolonies\:citizen.farmer.female4.success=true
+minecolonies\:citizen.pupil.female3.lowsaturation=true
+alexsmobs\:dropbear_hurt=true
+minecolonies\:citizen.deliveryman.male1.greeting=true
+minecolonies\:citizen.knight.male4.noise=true
+minecolonies\:citizen.combattraining.female1.badhousing=true
+minecolonies\:citizen.ranger.female2.happy=true
+minecolonies\:citizen.sifter.female2.farewell=true
+minecolonies\:citizen.teacher.male1.gotobed=true
+minecolonies\:citizen.stonemason.female1.badweather=true
+minecolonies\:citizen.enchanter.male3.general=true
+minecolonies\:citizen.builder.female2.lowsaturation=true
+minecolonies\:citizen.healer.male4.badweather=true
+minecraft\:entity.enderman.scream=true
+minecolonies\:citizen.rabbitherder.male3.danger=true
+minecolonies\:citizen.crusher.male3.sick=true
+minecraft\:entity.parrot.imitate.warden=true
+minecolonies\:citizen.archertraining.female3.general=true
+minecolonies\:citizen.deliveryman.female4.missingequipment=true
+minecraft\:entity.minecart.riding=true
+minecraft\:entity.elder_guardian.death=true
+minecolonies\:citizen.fletcher.male4.farewell=true
+minecolonies\:citizen.sifter.male3.highsaturation=true
+minecolonies\:citizen.unemployed.female3.badhousing=true
+minecolonies\:citizen.fisherman.male2.greeting=true
+minecolonies\:citizen.visitor.male2.farewell=true
+minecraft\:block.small_dripleaf.place=true
+minecolonies\:citizen.cookassistant.male3.general=true
+minecolonies\:citizen.planter.female3.danger=true
+minecraft\:block.beacon.deactivate=true
+minecolonies\:citizen.rabbitherder.male4.highsaturation=true
+riskofrain_mobs\:entity.lemurian.death=true
+minecolonies\:citizen.miner.female3.highsaturation=true
+minecolonies\:citizen.miner.male4.success=true
+minecolonies\:citizen.teacher.female3.badhousing=true
+minecolonies\:citizen.planter.female2.sick=true
+minecolonies\:citizen.glassblower.female3.interaction=true
+minecolonies\:citizen.chickenherder.female2.noise=true
+minecolonies\:citizen.composter.male1.unhappy=true
+minecolonies\:citizen.builder.male4.happy=true
+minecolonies\:citizen.miner.male3.noise=true
+minecraft\:block.conduit.attack.target=true
+minecolonies\:citizen.cowboy.male1.gotobed=true
+minecolonies\:citizen.netherworker.male4.interaction=true
+minecraft\:entity.arrow.hit=true
+alexsmobs\:guster_hurt=true
+minecolonies\:citizen.mechanic.male3.highsaturation=true
+minecolonies\:citizen.child.male4.gotobed=true
+minecolonies\:citizen.fisherman.male2.missingequipment=true
+minecolonies\:citizen.baker.male3.highsaturation=true
+minecolonies\:citizen.ranger.male4.happy=true
+minecraft\:block.gilded_blackstone.hit=true
+minecolonies\:citizen.baker.female1.badweather=true
+minecraft\:block.bone_block.place=true
+minecraft\:entity.cow.ambient=true
+minecolonies\:citizen.blacksmith.male2.goodhousing=true
+minecraft\:entity.tropical_fish.flop=true
+minecolonies\:citizen.miner.female2.farewell=true
+minecolonies\:citizen.stonemason.male1.greeting=true
+minecolonies\:citizen.teacher.female3.goodhousing=true
+minecolonies\:citizen.swineherder.male3.lowsaturation=true
+minecolonies\:citizen.student.male4.gotobed=true
+minecolonies\:citizen.stonemason.male2.badweather=true
+minecolonies\:citizen.undertaker.male1.greeting=true
+minecraft\:entity.panda.ambient=true
+minecolonies\:citizen.cook.male2.sick=true
+minecraft\:entity.parrot.imitate.zombie=true
+minecraft\:block.snow.break=true
+minecolonies\:citizen.builder.male1.missingequipment=true
+minecolonies\:citizen.sawmill.female2.greeting=true
+minecraft\:block.lily_pad.place=true
+minecolonies\:citizen.knight.male2.sick=true
+minecolonies\:citizen.stonemason.female3.noise=true
+minecraft\:block.gravel.hit=true
+minecolonies\:citizen.shepherd.male2.interaction=true
+minecolonies\:citizen.fletcher.male1.general=true
+minecraft\:entity.bee.pollinate=true
+minecolonies\:citizen.quarrier.male1.sick=true
+minecraft\:entity.ocelot.hurt=true
+minecraft\:block.sand.place=true
+alexsmobs\:anaconda_hurt=true
+minecolonies\:citizen.smelter.female3.badhousing=true
+minecolonies\:citizen.florist.male1.missingequipment=true
+farmersdelight\:block.cutting_board.knife=true
+aquamirae\:entity.captain_cornelia.rage=true
+minecolonies\:citizen.stonesmeltery.female1.goodhousing=true
+minecolonies\:citizen.enchanter.female4.happy=true
+minecolonies\:citizen.sifter.female1.greeting=true
+minecolonies\:citizen.deliveryman.male4.badweather=true
+minecolonies\:citizen.stonemason.female4.gotobed=true
+minecolonies\:citizen.alchemist.female3.badweather=true
+minecraft\:block.weeping_vines.fall=true
+minecraft\:block.soul_soil.step=true
+minecraft\:block.bamboo_wood_hanging_sign.break=true
+alexsmobs\:void_worm_hurt=true
+minecolonies\:citizen.rabbitherder.male3.highsaturation=true
+minecolonies\:citizen.ranger.male3.goodhousing=true
+mmorpg\:dash=true
+deeperdarker\:block.vase.break=true
+minecolonies\:citizen.florist.female2.sick=true
+minecolonies\:citizen.lumberjack.male3.gotobed=true
+minecraft\:entity.warden.dig=true
+minecolonies\:citizen.fletcher.female3.gotobed=true
+minecolonies\:citizen.unemployed.female3.happy=true
+minecolonies\:citizen.fisherman.female2.sick=true
+minecolonies\:citizen.knight.female3.badweather=true
+minecolonies\:citizen.cowboy.female4.greeting=true
+minecolonies\:citizen.teacher.female4.badhousing=true
+minecolonies\:citizen.archertraining.female3.success=true
+minecolonies\:citizen.blacksmith.male2.noise=true
+illagerinvasion\:item.lost_candle.iron=true
+minecolonies\:citizen.lumberjack.male3.badhousing=true
+minecolonies\:citizen.unemployed.female2.badhousing=true
+minecraft\:block.bamboo_wood_button.click_on=true
+minecolonies\:citizen.lumberjack.female1.unhappy=true
+minecolonies\:citizen.cook.female3.missingequipment=true
+minecolonies\:citizen.sawmill.female2.interaction=true
+minecraft\:block.respawn_anchor.charge=true
+minecolonies\:citizen.ranger.female1.badweather=true
+minecolonies\:citizen.visitor.male4.noise=true
+minecolonies\:citizen.pupil.female4.badweather=true
+minecolonies\:citizen.researcher.male1.goodhousing=true
+minecolonies\:citizen.miner.female2.highsaturation=true
+minecolonies\:citizen.teacher.female4.gotobed=true
+minecolonies\:citizen.stonemason.male4.interaction=true
+minecolonies\:citizen.netherworker.female4.happy=true
+minecolonies\:citizen.chickenherder.male2.farewell=true
+minecraft\:entity.dolphin.swim=true
+minecolonies\:citizen.fisherman.male2.danger=true
+minecolonies\:citizen.smelter.female3.greeting=true
+minecolonies\:citizen.quarrier.female3.goodhousing=true
+minecolonies\:citizen.student.male2.greeting=true
+minecraft\:block.deepslate_tiles.step=true
+friendsandfoes\:entity.glare.rustle=true
+minecraft\:block.ancient_debris.fall=true
+minecraft\:entity.ghast.warn=true
+minecolonies\:citizen.cookassistant.female4.noise=true
+minecolonies\:citizen.builder.male4.danger=true
+minecolonies\:citizen.dyer.male4.greeting=true
+minecraft\:entity.skeleton_horse.death=true
+minecolonies\:citizen.deliveryman.male4.greeting=true
+illagerinvasion\:entity.invoker.teleport_cast=true
+minecolonies\:citizen.lumberjack.male1.unhappy=true
+minecolonies\:citizen.glassblower.male3.missingequipment=true
+minecolonies\:citizen.rabbitherder.male1.highsaturation=true
+minecraft\:entity.sniffer.scenting=true
+minecraft\:entity.parrot.imitate.husk=true
+minecolonies\:citizen.deliveryman.male1.lowsaturation=true
+minecolonies\:citizen.researcher.female2.gotobed=true
+minecraft\:entity.tadpole.grow_up=true
+minecolonies\:citizen.stonemason.female2.highsaturation=true
+minecraft\:entity.polar_bear.step=true
+minecolonies\:citizen.stonesmeltery.male2.interaction=true
+minecolonies\:citizen.mechanic.female2.badhousing=true
+minecolonies\:citizen.concretemixer.male3.interaction=true
+minecolonies\:citizen.cook.male3.success=true
+minecraft\:block.nether_sprouts.hit=true
+minecolonies\:citizen.unemployed.male1.goodhousing=true
+alexsmobs\:toucan_hurt=true
+minecolonies\:citizen.healer.male1.farewell=true
+minecraft\:block.dripstone_block.hit=true
+minecolonies\:citizen.swineherder.female3.unhappy=true
+minecolonies\:citizen.visitor.male2.unhappy=true
+minecolonies\:citizen.dyer.male1.goodhousing=true
+minecolonies\:citizen.netherworker.female2.noise=true
+minecraft\:entity.slime.hurt=true
+minecolonies\:citizen.child.male1.greeting=true
+minecolonies\:citizen.deliveryman.female4.interaction=true
+minecraft\:entity.iron_golem.attack=true
+minecolonies\:citizen.glassblower.male3.happy=true
+minecolonies\:citizen.quarrier.female4.gotobed=true
+minecolonies\:citizen.cook.female2.badhousing=true
+minecraft\:block.bubble_column.whirlpool_inside=true
+minecolonies\:citizen.swineherder.male1.danger=true
+minecolonies\:citizen.baker.male3.success=true
+minecolonies\:citizen.deliveryman.male1.happy=true
+minecraft\:music_disc.cat=true
+minecolonies\:citizen.beekeeper.male2.noise=true
+minecolonies\:citizen.concretemixer.female4.badweather=true
+minecolonies\:citizen.student.male3.danger=true
+minecolonies\:citizen.healer.male3.success=true
+minecolonies\:citizen.stonemason.female2.happy=true
+minecolonies\:citizen.sifter.female1.happy=true
+minecraft\:block.bamboo_wood.step=true
+minecolonies\:citizen.sifter.female4.happy=true
+minecraft\:block.bubble_column.whirlpool_ambient=true
+minecolonies\:citizen.fletcher.male1.greeting=true
+minecolonies\:citizen.netherworker.male1.greeting=true
+minecolonies\:citizen.swineherder.female2.highsaturation=true
+minecolonies\:citizen.lumberjack.female2.badweather=true
+minecolonies\:citizen.ranger.female4.goodhousing=true
+minecolonies\:citizen.fletcher.female2.interaction=true
+minecolonies\:citizen.knight.male1.badhousing=true
+minecraft\:block.composter.empty=true
+minecolonies\:citizen.student.female2.interaction=true
+minecolonies\:citizen.swineherder.female3.sick=true
+minecolonies\:citizen.healer.female4.danger=true
+minecolonies\:citizen.student.male2.lowsaturation=true
+minecolonies\:citizen.shepherd.female4.greeting=true
+minecolonies\:citizen.planter.female1.greeting=true
+blue_skies\:ambient.shaded_woodlands.loop=true
+deeperdarker\:block.sculk_stone.step=true
+minecolonies\:citizen.miner.female1.highsaturation=true
+minecolonies\:citizen.fletcher.male2.success=true
+minecolonies\:citizen.rabbitherder.male2.highsaturation=true
+minecraft\:block.bone_block.break=true
+minecraft\:item.glow_ink_sac.use=true
+minecolonies\:citizen.baker.female2.badweather=true
+minecolonies\:citizen.archertraining.male1.danger=true
+minecolonies\:citizen.stonemason.female1.highsaturation=true
+minecraft\:entity.leash_knot.break=true
+minecolonies\:citizen.cook.male3.interaction=true
+minecolonies\:citizen.florist.female3.badweather=true
+minecolonies\:citizen.healer.male1.happy=true
+minecolonies\:citizen.cookassistant.female3.greeting=true
+mutantmonsters\:entity.mutant_snow_golem.death=true
+minecolonies\:citizen.mechanic.female2.lowsaturation=true
+mutantmonsters\:entity.creeper_minion.primed=true
+minecolonies\:citizen.cook.female2.happy=true
+minecraft\:entity.puffer_fish.flop=true
+minecolonies\:citizen.cookassistant.male3.farewell=true
+minecolonies\:citizen.druid.female3.lowsaturation=true
+minecraft\:entity.parrot.death=true
+minecolonies\:citizen.healer.male4.goodhousing=true
+minecolonies\:citizen.builder.male1.success=true
+minecolonies\:citizen.swineherder.female1.highsaturation=true
+minecraft\:block.amethyst_block.fall=true
+blue_skies\:entity.arachnarch.sling=true
+minecolonies\:citizen.cook.male3.greeting=true
+minecolonies\:citizen.ranger.female4.noise=true
+minecolonies\:citizen.student.female2.lowsaturation=true
+minecraft\:entity.elder_guardian.ambient_land=true
+minecolonies\:citizen.composter.male4.goodhousing=true
+minecolonies\:citizen.quarrier.male4.interaction=true
+minecraft\:entity.rabbit.ambient=true
+minecolonies\:citizen.netherworker.female2.unhappy=true
+minecolonies\:citizen.chickenherder.male2.gotobed=true
+minecraft\:entity.blaze.death=true
+minecolonies\:citizen.netherworker.female3.goodhousing=true
+friendsandfoes\:entity.copper_golem.repair=true
+minecolonies\:citizen.stonemason.female4.highsaturation=true
+minecolonies\:citizen.beekeeper.female2.missingequipment=true
+minecolonies\:citizen.miner.female1.greeting=true
+minecolonies\:citizen.alchemist.female1.gotobed=true
+minecraft\:block.coral_block.place=true
+minecolonies\:citizen.fletcher.male2.lowsaturation=true
+minecolonies\:citizen.enchanter.female1.noise=true
+minecolonies\:mob.pirate.death=true
+minecolonies\:citizen.enchanter.female3.general=true
+deeperdarker\:block.sculk_stone.hit=true
+minecolonies\:citizen.fletcher.male1.noise=true
+createaddition\:tesla_coil=true
+creeperoverhaul\:entity.sand.creeper.hurt=true
+minecolonies\:citizen.fletcher.male4.danger=true
+friendsandfoes\:entity.iceologer.cast_spell=true
+minecolonies\:citizen.druid.female2.gotobed=true
+minecolonies\:citizen.sawmill.male4.unhappy=true
+minecolonies\:citizen.florist.male1.highsaturation=true
+minecolonies\:citizen.builder.female2.missingequipment=true
+minecolonies\:citizen.cowboy.male1.farewell=true
+minecolonies\:citizen.pupil.male3.noise=true
+minecolonies\:citizen.farmer.male4.farewell=true
+minecolonies\:citizen.pupil.female4.goodhousing=true
+minecolonies\:citizen.archertraining.male2.missingequipment=true
+minecolonies\:citizen.alchemist.male2.interaction=true
+minecraft\:block.moss.fall=true
+minecolonies\:citizen.lumberjack.female1.badhousing=true
+minecolonies\:citizen.pupil.male2.gotobed=true
+mutantmonsters\:entity.endersoul_clone.death=true
+minecolonies\:citizen.sawmill.female4.lowsaturation=true
+minecolonies\:citizen.shepherd.female3.missingequipment=true
+minecolonies\:citizen.smelter.male1.unhappy=true
+friendsandfoes\:entity.ice_chunk.ambient=true
+minecolonies\:citizen.miner.female3.gotobed=true
+minecolonies\:citizen.beekeeper.male2.badweather=true
+minecolonies\:citizen.builder.male3.goodhousing=true
+minecolonies\:citizen.farmer.female2.gotobed=true
+minecolonies\:citizen.swineherder.female1.farewell=true
+minecolonies\:citizen.mechanic.female1.gotobed=true
+minecolonies\:citizen.cookassistant.female1.gotobed=true
+minecolonies\:citizen.pupil.male2.missingequipment=true
+minecolonies\:citizen.shepherd.female2.lowsaturation=true
+minecolonies\:citizen.mechanic.female4.missingequipment=true
+minecolonies\:citizen.rabbitherder.male2.badweather=true
+minecraft\:entity.pig.ambient=true
+minecolonies\:citizen.stonesmeltery.male2.success=true
+blue_skies\:entity.shrumpty.idle=true
+minecolonies\:citizen.deliveryman.male2.farewell=true
+minecraft\:entity.item_frame.place=true
+minecolonies\:citizen.miner.male4.greeting=true
+minecolonies\:citizen.cowboy.female1.greeting=true
+minecolonies\:citizen.deliveryman.female4.general=true
+minecraft\:block.nether_gold_ore.place=true
+minecolonies\:citizen.shepherd.male3.success=true
+minecolonies\:citizen.miner.male4.badhousing=true
+minecolonies\:citizen.fisherman.male2.noise=true
+minecraft\:block.candle.place=true
+friendsandfoes\:entity.tuff_golem.sleep=true
+minecraft\:entity.firework_rocket.blast=true
+minecolonies\:citizen.chickenherder.female3.farewell=true
+minecraft\:ambient.basalt_deltas.mood=true
+minecolonies\:citizen.unemployed.female2.sick=true
+minecolonies\:citizen.fletcher.female1.badweather=true
+minecraft\:block.stone.step=true
+minecolonies\:citizen.cook.female4.general=true
+minecolonies\:citizen.unemployed.male3.success=true
+minecolonies\:citizen.sawmill.female2.happy=true
+combatroll\:roll_cooldown_ready=true
+minecolonies\:citizen.rabbitherder.male2.interaction=true
+minecolonies\:citizen.knight.male3.gotobed=true
+minecolonies\:citizen.visitor.female4.sick=true
+minecraft\:entity.llama.eat=true
+minecolonies\:citizen.knight.male2.greeting=true
+minecolonies\:citizen.quarrier.female4.sick=true
+minecolonies\:citizen.swineherder.male2.interaction=true
+minecolonies\:citizen.crusher.male1.goodhousing=true
+minecolonies\:citizen.crusher.male3.danger=true
+minecolonies\:citizen.archertraining.male3.success=true
+minecolonies\:citizen.beekeeper.female2.happy=true
+riskofrain_mobs\:entity.stone_golem.hurt=true
+minecolonies\:citizen.fletcher.male4.happy=true
+minecolonies\:citizen.concretemixer.female2.greeting=true
+minecolonies\:citizen.lumberjack.female1.missingequipment=true
+minecolonies\:citizen.archertraining.female2.missingequipment=true
+blue_skies\:music.blinding_dungeon_ambience=true
+minecolonies\:citizen.smelter.male4.highsaturation=true
+minecolonies\:citizen.planter.male2.success=true
+minecraft\:entity.hoglin.step=true
+minecolonies\:citizen.crusher.female1.sick=true
+minecolonies\:citizen.shepherd.female1.gotobed=true
+minecolonies\:citizen.student.female1.sick=true
+minecolonies\:citizen.beekeeper.male2.goodhousing=true
+minecolonies\:citizen.sifter.male3.sick=true
+minecolonies\:citizen.teacher.female2.missingequipment=true
+minecolonies\:citizen.swineherder.female4.farewell=true
+minecolonies\:citizen.chickenherder.female3.goodhousing=true
+alexsmobs\:grizzly_bear_idle=true
+minecolonies\:citizen.knight.female1.goodhousing=true
+minecolonies\:citizen.pupil.female3.badhousing=true
+minecraft\:entity.zombie.ambient=true
+minecraft\:block.sand.break=true
+minecolonies\:citizen.healer.female3.gotobed=true
+minecolonies\:citizen.cookassistant.female3.sick=true
+minecraft\:entity.goat.hurt=true
+minecolonies\:citizen.netherworker.male3.missingequipment=true
+minecolonies\:citizen.quarrier.female4.happy=true
+blue_skies\:entity.alchemist.idle=true
+friendsandfoes\:entity.glare.hurt=true
+minecolonies\:citizen.netherworker.female1.happy=true
+minecraft\:entity.generic.extinguish_fire=true
+minecolonies\:citizen.stonemason.female3.highsaturation=true
+minecolonies\:citizen.druid.male2.badhousing=true
+minecolonies\:citizen.crusher.male3.unhappy=true
+minecolonies\:citizen.stonesmeltery.male4.highsaturation=true
+minecolonies\:citizen.netherworker.female3.sick=true
+minecolonies\:citizen.florist.male2.highsaturation=true
+minecolonies\:citizen.dyer.female4.goodhousing=true
+minecraft\:block.muddy_mangrove_roots.step=true
+minecraft\:entity.guardian.ambient=true
+minecraft\:block.tripwire.attach=true
+minecolonies\:citizen.cowboy.male3.interaction=true
+minecolonies\:citizen.archertraining.male4.lowsaturation=true
+blue_skies\:item.arc.poison_equip=true
+minecolonies\:citizen.fisherman.male3.noise=true
+minecolonies\:citizen.baker.female3.missingequipment=true
+touhou_little_maid\:maid.mode.idle=true
+minecraft\:entity.goat.screaming.long_jump=true
+minecraft\:block.bamboo_wood_hanging_sign.place=true
+minecolonies\:citizen.blacksmith.male1.badhousing=true
+minecraft\:entity.hostile.swim=true
+minecolonies\:citizen.builder.male4.badweather=true
+minecolonies\:citizen.researcher.male3.lowsaturation=true
+minecolonies\:citizen.chickenherder.male1.missingequipment=true
+minecolonies\:citizen.enchanter.female3.happy=true
+minecolonies\:citizen.ranger.male4.success=true
+minecolonies\:citizen.concretemixer.male2.badhousing=true
+minecolonies\:citizen.concretemixer.female2.gotobed=true
+minecolonies\:citizen.baker.male4.highsaturation=true
+minecolonies\:citizen.smelter.female1.greeting=true
+minecolonies\:citizen.mechanic.female3.unhappy=true
+minecraft\:entity.panda.sneeze=true
+minecolonies\:citizen.crusher.female2.farewell=true
+minecolonies\:citizen.mechanic.female3.badweather=true
+minecraft\:entity.fox.spit=true
+alexsmobs\:bison_hurt=true
+minecolonies\:citizen.cowboy.female3.badhousing=true
+minecolonies\:citizen.fletcher.male4.sick=true
+minecolonies\:citizen.beekeeper.male3.sick=true
+minecolonies\:citizen.quarrier.female1.unhappy=true
+minecolonies\:citizen.chickenherder.female1.general=true
+minecraft\:entity.player.death=true
+minecolonies\:citizen.swineherder.female1.unhappy=true
+minecraft\:block.lantern.fall=true
+minecolonies\:citizen.chickenherder.male3.happy=true
+minecolonies\:citizen.sawmill.male4.noise=true
+createaddition\:loud_zap=true
+minecolonies\:citizen.netherworker.male4.noise=true
+aquamirae\:effect.oxygen=true
+friendsandfoes\:entity.mauler.growl=true
+minecolonies\:citizen.researcher.female2.danger=true
+minecolonies\:citizen.deliveryman.female3.general=true
+minecraft\:block.wart_block.place=true
+minecolonies\:citizen.chickenherder.male2.badweather=true
+minecolonies\:citizen.student.female2.happy=true
+illagerinvasion\:entity.provoker.celebrate=true
+alexsmobs\:void_portal_open=true
+minecolonies\:citizen.quarrier.female1.highsaturation=true
+minecolonies\:citizen.pupil.female4.success=true
+minecolonies\:citizen.glassblower.male3.general=true
+minecolonies\:citizen.dyer.female1.gotobed=true
+minecolonies\:citizen.stonesmeltery.male2.farewell=true
+undergarden\:entity.boomgourd.primed=true
+minecolonies\:citizen.knight.male2.badweather=true
+minecraft\:block.copper.place=true
+minecraft\:entity.elder_guardian.hurt=true
+minecolonies\:citizen.farmer.female3.happy=true
+minecolonies\:citizen.sawmill.male3.badhousing=true
+minecolonies\:citizen.beekeeper.female1.unhappy=true
+minecolonies\:citizen.ranger.female1.gotobed=true
+minecolonies\:citizen.shepherd.female4.danger=true
+minecraft\:block.chest.locked=true
+minecolonies\:citizen.archertraining.male4.greeting=true
+minecolonies\:citizen.beekeeper.female4.lowsaturation=true
+minecolonies\:citizen.healer.female1.gotobed=true
+minecolonies\:citizen.fletcher.female4.missingequipment=true
+minecraft\:block.cherry_wood.fall=true
+minecolonies\:citizen.student.male3.noise=true
+minecolonies\:citizen.archertraining.female3.highsaturation=true
+minecolonies\:citizen.ranger.male3.farewell=true
+minecolonies\:citizen.healer.male3.farewell=true
+minecolonies\:citizen.knight.female2.danger=true
+minecolonies\:citizen.smelter.female1.missingequipment=true
+minecraft\:entity.ender_dragon.flap=true
+minecolonies\:citizen.archertraining.male1.badhousing=true
+minecolonies\:citizen.planter.male3.success=true
+minecolonies\:citizen.undertaker.female3.greeting=true
+minecolonies\:citizen.mechanic.female1.interaction=true
+create\:funnel_flap=true
+minecolonies\:citizen.unemployed.female4.noise=true
+minecolonies\:citizen.lumberjack.female3.interaction=true
+minecraft\:entity.puffer_fish.death=true
+friendsandfoes\:entity.copper_golem.death=true
+minecolonies\:citizen.child.male2.noise=true
+minecolonies\:citizen.quarrier.male4.goodhousing=true
+minecolonies\:citizen.teacher.male1.noise=true
+alexsmobs\:skelewag_idle=true
+blue_skies\:entity.polargeist.idle=true
+blue_skies\:entity.gatekeeper.death=true
+minecolonies\:citizen.dyer.female2.badhousing=true
+minecolonies\:mob.mercenary.say=true
+minecolonies\:citizen.researcher.male4.unhappy=true
+minecolonies\:citizen.undertaker.female4.general=true
+minecolonies\:citizen.teacher.male1.goodhousing=true
+minecraft\:ui.loom.select_pattern=true
+minecraft\:weather.rain.above=false
+minecolonies\:citizen.stonesmeltery.male2.noise=true
+minecolonies\:citizen.healer.female4.noise=true
+minecolonies\:citizen.blacksmith.male2.sick=true
+create\:wrench_remove_compounded_1=true
+minecolonies\:citizen.combattraining.male2.general=true
+minecraft\:block.wooden_door.open=true
+minecolonies\:citizen.ranger.female4.gotobed=true
+minecolonies\:citizen.swineherder.male1.interaction=true
+minecraft\:block.decorated_pot.step=true
+minecolonies\:citizen.cookassistant.female3.unhappy=true
+minecolonies\:citizen.dyer.male4.badhousing=true
+minecolonies\:citizen.composter.male1.happy=true
+minecolonies\:citizen.sawmill.female2.highsaturation=true
+alexsmobs\:devils_hole_pupfish_hurt=true
+minecolonies\:citizen.baker.male4.danger=true
+minecolonies\:citizen.shepherd.female1.interaction=true
+minecolonies\:citizen.child.female2.sick=true
+minecolonies\:citizen.teacher.male4.badhousing=true
+minecraft\:block.copper.break=true
+minecolonies\:citizen.chickenherder.female4.goodhousing=true
+minecolonies\:citizen.researcher.male1.unhappy=true
+minecolonies\:citizen.concretemixer.male3.missingequipment=true
+minecolonies\:citizen.fletcher.male4.badweather=true
+minecolonies\:citizen.cook.female4.goodhousing=true
+minecolonies\:citizen.pupil.female1.success=true
+minecolonies\:citizen.rabbitherder.female1.success=true
+minecolonies\:citizen.enchanter.female4.sick=true
+minecraft\:block.wart_block.break=true
+minecolonies\:citizen.deliveryman.female4.goodhousing=true
+minecolonies\:citizen.planter.female4.interaction=true
+minecolonies\:citizen.miner.male2.goodhousing=true
+minecolonies\:citizen.baker.male3.badhousing=true
+minecolonies\:citizen.mechanic.female4.greeting=true
+minecolonies\:citizen.cookassistant.male4.sick=true
+minecolonies\:citizen.composter.male2.sick=true
+minecraft\:entity.horse.death=true
+cookingforblockheads\:fridge_open=true
+minecraft\:entity.item.break=true
+bettercombat\:staff_spin=true
+minecolonies\:citizen.baker.female1.general=true
+minecolonies\:citizen.cowboy.female1.missingequipment=true
+minecolonies\:citizen.crusher.female4.danger=true
+minecolonies\:citizen.child.female2.badhousing=true
+minecolonies\:citizen.undertaker.male1.happy=true
+minecolonies\:citizen.student.female1.danger=true
+minecolonies\:citizen.stonemason.female1.missingequipment=true
+minecraft\:entity.horse.hurt=true
+minecraft\:block.honey_block.break=true
+alexsmobs\:rocky_roller_idle=true
+minecolonies\:citizen.ranger.male1.sick=true
+minecraft\:block.sculk_catalyst.break=true
+minecolonies\:citizen.builder.female2.farewell=true
+minecolonies\:citizen.teacher.female2.danger=true
+minecolonies\:citizen.quarrier.male3.sick=true
+minecolonies\:citizen.researcher.female1.highsaturation=true
+minecolonies\:citizen.druid.female2.goodhousing=true
+minecraft\:entity.villager.work_leatherworker=true
+minecolonies\:citizen.mechanic.male3.interaction=true
+minecolonies\:citizen.florist.male4.highsaturation=true
+blue_skies\:entity.venom_spider.spit=true
+minecolonies\:citizen.planter.male1.interaction=true
+minecolonies\:citizen.archertraining.female4.sick=true
+blue_skies\:item.falsite.break=true
+minecolonies\:citizen.teacher.male3.sick=true
+minecolonies\:citizen.fletcher.male2.farewell=true
+minecolonies\:citizen.swineherder.male4.noise=true
+minecolonies\:citizen.planter.female1.lowsaturation=true
+minecolonies\:citizen.miner.male3.interaction=true
+minecolonies\:citizen.beekeeper.male3.interaction=true
+minecraft\:entity.firework_rocket.large_blast_far=true
+minecolonies\:citizen.florist.male3.missingequipment=true
+minecraft\:entity.drowned.ambient_water=true
+minecolonies\:citizen.dyer.female1.noise=true
+minecraft\:entity.villager.ambient=true
+blue_skies\:entity.snow_owl.hurt=true
+minecolonies\:citizen.deliveryman.female2.danger=true
+minecolonies\:citizen.combattraining.male4.farewell=true
+minecolonies\:citizen.smelter.female2.success=true
+minecolonies\:citizen.planter.female3.highsaturation=true
+minecolonies\:citizen.teacher.female3.gotobed=true
+patchouli\:book_open=true
+minecolonies\:citizen.undertaker.female4.success=true
+minecraft\:entity.parrot.imitate.shulker=true
+minecolonies\:citizen.composter.male4.gotobed=true
+minecolonies\:citizen.visitor.female4.farewell=true
+minecolonies\:citizen.fisherman.female3.general=true
+minecolonies\:citizen.researcher.male4.gotobed=true
+minecolonies\:citizen.sifter.male2.highsaturation=true
+minecolonies\:citizen.druid.male3.success=true
+minecolonies\:citizen.florist.female3.gotobed=true
+minecolonies\:citizen.concretemixer.male4.greeting=true
+minecolonies\:citizen.fisherman.female1.greeting=true
+minecolonies\:citizen.netherworker.male4.farewell=true
+creeperoverhaul\:entity.wood.creeper.hurt=true
+minecolonies\:citizen.swineherder.female4.gotobed=true
+doggytalents\:whistle_short=true
+minecolonies\:citizen.stonesmeltery.male4.badweather=true
+minecraft\:music.overworld.frozen_peaks=true
+minecolonies\:citizen.builder.female1.noise=true
+minecolonies\:citizen.planter.female3.general=true
+minecolonies\:citizen.healer.female2.badhousing=true
+minecraft\:block.nether_wood_hanging_sign.hit=true
+minecolonies\:citizen.visitor.male2.happy=true
+blue_skies\:item.spear.return=true
+minecolonies\:citizen.stonemason.female2.greeting=true
+minecolonies\:citizen.concretemixer.male4.badweather=true
+minecolonies\:citizen.cook.male4.farewell=true
+minecolonies\:citizen.chickenherder.male3.unhappy=true
+minecolonies\:citizen.quarrier.female1.greeting=true
+minecolonies\:citizen.deliveryman.female4.greeting=true
+minecolonies\:citizen.druid.female2.unhappy=true
+minecolonies\:citizen.undertaker.male1.gotobed=true
+blue_skies\:block.tool_box.use=true
+minecolonies\:citizen.healer.male2.danger=true
+minecraft\:block.scaffolding.step=true
+minecolonies\:citizen.visitor.male3.badweather=true
+undergarden\:entity.stoneborn.pleased=true
+minecolonies\:citizen.miner.female3.greeting=true
+minecolonies\:citizen.blacksmith.male1.farewell=true
+minecraft\:entity.salmon.ambient=true
+minecolonies\:citizen.shepherd.female4.success=true
+minecraft\:block.azalea.step=true
+minecolonies\:citizen.shepherd.female2.greeting=true
+minecolonies\:citizen.enchanter.male1.greeting=true
+minecraft\:entity.wandering_trader.disappeared=true
+minecolonies\:citizen.builder.male4.general=true
+minecolonies\:citizen.baker.male1.sick=true
+minecraft\:entity.mule.angry=true
+minecraft\:entity.husk.hurt=true
+minecolonies\:citizen.archertraining.male3.badweather=true
+minecolonies\:citizen.chickenherder.male3.sick=true
+minecolonies\:citizen.sifter.male2.goodhousing=true
+minecolonies\:citizen.unemployed.female1.highsaturation=true
+chimes\:block.copper.tie=true
+minecolonies\:citizen.sawmill.female1.danger=true
+minecolonies\:citizen.miner.male3.danger=true
+gateways\:gate_ambient=true
+minecolonies\:citizen.dyer.female4.badweather=true
+alexsmobs\:spectre_idle=true
+minecolonies\:citizen.swineherder.female3.highsaturation=true
+minecraft\:block.grass.hit=true
+minecolonies\:citizen.netherworker.female3.gotobed=true
+supplementaries\:block.bubble_block.place=true
+minecolonies\:citizen.fisherman.female3.success=true
+blue_skies\:records.population=true
+undergarden\:entity.gloomper.fart=true
+mutantmonsters\:entity.mutant_zombie.attack=true
+minecolonies\:citizen.beekeeper.female4.gotobed=true
+minecolonies\:citizen.visitor.female1.happy=true
+alexsmobs\:crocodile_baby=true
+minecolonies\:citizen.knight.female3.interaction=true
+minecraft\:block.stone_pressure_plate.click_off=true
+minecolonies\:citizen.smelter.female1.sick=true
+minecraft\:block.copper.hit=true
+minecolonies\:citizen.child.male2.danger=true
+minecolonies\:citizen.planter.female3.lowsaturation=true
+minecolonies\:citizen.healer.female4.lowsaturation=true
+minecolonies\:citizen.shepherd.male1.goodhousing=true
+minecolonies\:citizen.archertraining.female3.happy=true
+minecolonies\:citizen.sawmill.male1.interaction=true
+minecolonies\:citizen.alchemist.female4.success=true
+minecolonies\:citizen.lumberjack.female3.gotobed=true
+minecolonies\:citizen.lumberjack.male1.badweather=true
+minecolonies\:citizen.sawmill.female2.success=true
+minecraft\:entity.allay.item_thrown=true
+minecolonies\:citizen.student.female3.interaction=true
+minecolonies\:citizen.sawmill.male4.gotobed=true
+minecolonies\:citizen.blacksmith.male1.unhappy=true
+minecraft\:entity.chicken.ambient=true
+minecolonies\:citizen.healer.female3.lowsaturation=true
+minecolonies\:citizen.planter.female2.lowsaturation=true
+supplementaries\:block.present.pack=true
+minecolonies\:citizen.combattraining.male2.danger=true
+minecraft\:entity.guardian.hurt=true
+minecolonies\:citizen.cook.male4.badweather=true
+minecolonies\:citizen.mechanic.female3.gotobed=true
+minecolonies\:citizen.stonemason.female3.unhappy=true
+minecolonies\:citizen.sawmill.male2.missingequipment=true
+blue_skies\:item.spear.throw=true
+minecolonies\:citizen.beekeeper.female4.missingequipment=true
+minecolonies\:citizen.student.male1.unhappy=true
+minecolonies\:citizen.chickenherder.female2.danger=true
+minecolonies\:citizen.cook.female1.general=true
+minecolonies\:citizen.planter.female3.goodhousing=true
+minecraft\:block.calcite.hit=true
+minecraft\:block.decorated_pot.shatter=true
+minecolonies\:citizen.lumberjack.female4.unhappy=true
+minecolonies\:citizen.netherworker.female4.badhousing=true
+minecraft\:entity.snowball.throw=true
+minecolonies\:citizen.deliveryman.male2.general=true
+minecolonies\:citizen.child.male2.farewell=true
+minecolonies\:citizen.mechanic.male2.happy=true
+minecolonies\:citizen.quarrier.female1.badhousing=true
+minecolonies\:citizen.knight.female1.badhousing=true
+minecolonies\:citizen.unemployed.female4.farewell=true
+alexsmobs\:flutter_flap=true
+minecolonies\:citizen.enchanter.male4.missingequipment=true
+minecolonies\:citizen.swineherder.female4.highsaturation=true
+minecolonies\:citizen.smelter.male3.sick=true
+minecolonies\:citizen.beekeeper.male2.greeting=true
+minecolonies\:citizen.farmer.male1.noise=true
+minecolonies\:citizen.student.male4.goodhousing=true
+minecolonies\:citizen.student.female2.missingequipment=true
+minecolonies\:citizen.teacher.male3.lowsaturation=true
+minecolonies\:citizen.fletcher.male1.goodhousing=true
+minecolonies\:citizen.alchemist.female1.goodhousing=true
+minecraft\:block.nylium.hit=true
+minecolonies\:citizen.farmer.male2.success=true
+minecolonies\:citizen.combattraining.female2.lowsaturation=true
+minecraft\:item.bucket.empty_lava=true
+minecolonies\:citizen.archertraining.female1.badweather=true
+minecolonies\:citizen.ranger.male3.happy=true
+minecolonies\:citizen.enchanter.male2.farewell=true
+minecolonies\:citizen.researcher.male2.missingequipment=true
+minecolonies\:citizen.cookassistant.male2.sick=true
+mutantmonsters\:entity.mutant_enderman.stare=true
+minecolonies\:citizen.rabbitherder.female1.noise=true
+minecolonies\:citizen.sawmill.female1.interaction=true
+minecolonies\:citizen.shepherd.male2.success=true
+minecolonies\:citizen.rabbitherder.female4.general=true
+minecraft\:entity.player.burp=true
+minecolonies\:citizen.child.female1.gotobed=true
+minecolonies\:citizen.crusher.female3.gotobed=true
+minecolonies\:citizen.cook.male2.badhousing=true
+minecraft\:entity.item.pickup=true
+minecolonies\:citizen.ranger.female1.danger=true
+minecolonies\:citizen.mechanic.male2.goodhousing=true
+illagerinvasion\:item.lost_candle.gold=true
+minecolonies\:citizen.dyer.male3.sick=true
+minecraft\:block.bamboo.step=true
+alexsmobs\:mudskipper_spit=true
+mutantmonsters\:entity.spider_pig.ambient=true
+alexsmobs\:farseer_idle=true
+minecolonies\:citizen.quarrier.female4.goodhousing=true
+alexsmobs\:sculk_boomer=true
+minecolonies\:citizen.chickenherder.male3.gotobed=true
+minecolonies\:citizen.enchanter.male2.highsaturation=true
+minecolonies\:citizen.florist.female2.noise=true
+minecolonies\:citizen.researcher.male2.happy=true
+minecolonies\:citizen.teacher.male4.success=true
+minecolonies\:citizen.farmer.male3.goodhousing=true
+minecolonies\:citizen.enchanter.female2.general=true
+minecolonies\:citizen.fisherman.male1.success=true
+minecolonies\:citizen.fisherman.male3.general=true
+minecraft\:entity.ghast.shoot=true
+minecolonies\:citizen.undertaker.male3.interaction=true
+minecraft\:music.overworld.stony_peaks=true
+blue_skies\:records.venomous_encounter=true
+minecolonies\:citizen.mechanic.male4.unhappy=true
+minecolonies\:citizen.chickenherder.female1.badweather=true
+minecolonies\:citizen.mechanic.female2.noise=true
+minecolonies\:citizen.shepherd.female3.lowsaturation=true
+minecolonies\:citizen.sifter.female4.lowsaturation=true
+minecolonies\:citizen.teacher.female4.noise=true
+blue_skies\:entity.crynocerous.death=true
+minecraft\:entity.turtle.swim=true
+blue_skies\:entity.gatekeeper.yes=true
+minecolonies\:citizen.fisherman.female4.happy=true
+minecolonies\:citizen.crusher.female2.missingequipment=true
+minecraft\:music.under_water=true
+minecolonies\:citizen.baker.female1.highsaturation=true
+minecolonies\:citizen.quarrier.female2.farewell=true
+minecolonies\:citizen.farmer.female1.interaction=true
+minecolonies\:citizen.combattraining.female4.success=true
+minecolonies\:citizen.pupil.female1.farewell=true
+minecolonies\:citizen.mechanic.female1.lowsaturation=true
+alexsmobs\:elephant_walk=true
+minecolonies\:citizen.lumberjack.male2.happy=true
+minecolonies\:citizen.cowboy.male4.missingequipment=true
+minecolonies\:citizen.smelter.female3.noise=true
+minecolonies\:citizen.alchemist.female3.danger=true
+blue_skies\:entity.summoner.death=true
+minecolonies\:citizen.child.female4.goodhousing=true
+minecolonies\:citizen.glassblower.female4.missingequipment=true
+minecolonies\:citizen.stonemason.male4.farewell=true
+minecolonies\:citizen.researcher.female1.badhousing=true
+minecraft\:block.tripwire.click_on=true
+minecolonies\:citizen.concretemixer.male3.happy=true
+minecolonies\:citizen.undertaker.male1.unhappy=true
+minecolonies\:citizen.blacksmith.male3.interaction=true
+chimes\:block.bamboo.chiming=true
+minecolonies\:citizen.shepherd.male3.missingequipment=true
+minecraft\:block.dripstone_block.fall=true
+minecolonies\:citizen.glassblower.female3.success=true
+minecolonies\:citizen.sifter.female2.lowsaturation=true
+aquaculture\:fish_mount_removed=true
+minecolonies\:citizen.glassblower.female2.interaction=true
+minecraft\:item.armor.equip_turtle=true
+minecolonies\:citizen.rabbitherder.male2.general=true
+minecolonies\:citizen.alchemist.male2.goodhousing=true
+minecraft\:entity.player.swim=true
+minecolonies\:citizen.dyer.male2.noise=true
+minecolonies\:citizen.blacksmith.female1.badweather=true
+minecolonies\:citizen.crusher.female2.interaction=true
+endertrigon\:dragon_lays_egg=true
+minecolonies\:citizen.knight.female2.goodhousing=true
+chimes\:ambient.outdoor.wind=true
+minecolonies\:citizen.dyer.female4.happy=true
+minecolonies\:citizen.crusher.female1.unhappy=true
+minecolonies\:citizen.composter.female3.success=true
+minecolonies\:citizen.crusher.female1.danger=true
+minecolonies\:citizen.druid.female1.sick=true
+minecolonies\:citizen.composter.female1.missingequipment=true
+minecraft\:entity.warden.angry=true
+minecolonies\:citizen.ranger.female1.unhappy=true
+minecolonies\:citizen.baker.female2.highsaturation=true
+minecolonies\:citizen.baker.female1.farewell=true
+minecolonies\:citizen.concretemixer.female2.badhousing=true
+minecraft\:entity.cow.hurt=true
+minecraft\:entity.mooshroom.eat=true
+minecolonies\:citizen.knight.female4.farewell=true
+minecraft\:block.sculk_shrieker.fall=true
+minecolonies\:citizen.enchanter.male4.general=true
+supplementaries\:block.bubble_block.break=true
+minecolonies\:citizen.unemployed.male4.success=true
+minecraft\:block.suspicious_gravel.step=true
+minecolonies\:citizen.enchanter.male2.badhousing=true
+minecolonies\:citizen.sawmill.male1.highsaturation=true
+minecraft\:block.chest.close=true
+blue_skies\:music.baneful=true
+blue_skies\:entity.gatekeeper.celebrate=true
+minecolonies\:citizen.beekeeper.male3.farewell=true
+minecolonies\:citizen.stonesmeltery.male1.missingequipment=true
+minecolonies\:citizen.druid.male3.farewell=true
+minecolonies\:citizen.fisherman.male3.badweather=true
+minecolonies\:citizen.crusher.female4.badhousing=true
+minecolonies\:citizen.builder.female2.goodhousing=true
+minecolonies\:citizen.visitor.male1.badhousing=true
+minecolonies\:citizen.enchanter.male3.highsaturation=true
+minecolonies\:citizen.baker.male1.danger=true
+minecolonies\:citizen.student.male2.badhousing=true
+minecolonies\:citizen.archertraining.female2.goodhousing=true
+minecolonies\:citizen.concretemixer.female1.happy=true
+minecolonies\:citizen.pupil.female1.happy=true
+minecolonies\:citizen.combattraining.male1.happy=true
+alexsmobs\:enderiophage_squish=true
+supplementaries\:item.wrench.fail=true
+minecolonies\:citizen.undertaker.male1.sick=true
+minecolonies\:citizen.student.female2.goodhousing=true
+minecraft\:entity.villager.death=true
+minecolonies\:citizen.mechanic.female2.danger=true
+minecraft\:block.piston.contract=true
+minecolonies\:citizen.archertraining.female1.greeting=true
+minecolonies\:citizen.quarrier.male4.general=true
+minecolonies\:citizen.sifter.male4.badweather=true
+minecolonies\:citizen.teacher.male1.lowsaturation=true
+minecolonies\:citizen.druid.female3.badweather=true
+minecolonies\:citizen.netherworker.female4.goodhousing=true
+minecolonies\:citizen.researcher.female2.unhappy=true
+supplementaries\:block.rope.step=true
+minecolonies\:citizen.visitor.female4.badweather=true
+minecolonies\:citizen.ranger.male3.interaction=true
+alexsmobs\:endergrade_hurt=true
+minecolonies\:citizen.crusher.female1.goodhousing=true
+minecolonies\:citizen.planter.female1.success=true
+minecolonies\:citizen.knight.male4.greeting=true
+minecolonies\:citizen.chickenherder.male1.goodhousing=true
+minecolonies\:citizen.child.female1.happy=true
+blue_skies\:entity.shrumpty.hurt=true
+minecolonies\:citizen.concretemixer.male4.unhappy=true
+minecolonies\:citizen.lumberjack.female4.missingequipment=true
+minecolonies\:citizen.florist.female1.farewell=true
+minecolonies\:citizen.blacksmith.female3.sick=true
+minecraft\:block.fire.extinguish=true
+blue_skies\:entity.alchemist.prepare_potions=true
+blue_skies\:entity.arachnarch.idle=true
+minecolonies\:citizen.fletcher.female4.happy=true
+minecolonies\:citizen.stonemason.female3.farewell=true
+blue_skies\:music.snowcap=true
+minecolonies\:citizen.fletcher.male2.badhousing=true
+minecolonies\:citizen.child.female4.badweather=true
+minecolonies\:citizen.knight.female4.unhappy=true
+minecolonies\:citizen.dyer.female1.unhappy=true
+minecolonies\:citizen.researcher.male4.greeting=true
+minecolonies\:citizen.alchemist.male3.interaction=true
+minecolonies\:citizen.planter.female2.farewell=true
+minecolonies\:citizen.teacher.male4.happy=true
+minecolonies\:citizen.archertraining.male1.lowsaturation=true
+minecolonies\:citizen.fletcher.male2.interaction=true
+mutantmonsters\:entity.mutant_zombie.ambient=true
+minecolonies\:citizen.combattraining.female3.badweather=true
+minecolonies\:citizen.sawmill.female1.highsaturation=true
+minecolonies\:citizen.cookassistant.male2.success=true
+minecolonies\:citizen.crusher.female1.happy=true
+alexsmobs\:sunbird_hurt=true
+minecolonies\:citizen.planter.female2.highsaturation=true
+minecolonies\:citizen.dyer.male1.lowsaturation=true
+minecraft\:block.flowering_azalea.fall=true
+minecraft\:block.sculk.spread=true
+zeldamod\:heal=true
+minecraft\:entity.camel.step=true
+minecolonies\:citizen.builder.male4.goodhousing=true
+minecolonies\:citizen.swineherder.female1.gotobed=true
+minecolonies\:citizen.undertaker.female1.success=true
+minecolonies\:citizen.netherworker.male1.general=true
+minecolonies\:citizen.teacher.female4.interaction=true
+minecolonies\:citizen.stonesmeltery.female1.interaction=true
+minecolonies\:citizen.student.female1.lowsaturation=true
+minecraft\:block.nether_gold_ore.hit=true
+minecolonies\:citizen.netherworker.male3.goodhousing=true
+minecolonies\:citizen.sifter.male2.noise=true
+minecolonies\:citizen.glassblower.male4.lowsaturation=true
+minecolonies\:citizen.archertraining.male3.lowsaturation=true
+minecraft\:entity.cod.flop=true
+minecolonies\:citizen.stonesmeltery.male3.interaction=true
+blue_skies\:entity.arachnarch.flip=true
+undergarden\:music.disc.gloomper_secret=true
+minecolonies\:citizen.sifter.male1.general=true
+minecolonies\:raid.raid_won_early=true
+minecraft\:block.hanging_sign.fall=true
+minecolonies\:citizen.student.male1.gotobed=true
+minecolonies\:citizen.researcher.male2.badhousing=true
+minecolonies\:citizen.rabbitherder.male4.greeting=true
+minecolonies\:citizen.sifter.male1.sick=true
+minecolonies\:citizen.ranger.female4.highsaturation=true
+minecolonies\:citizen.farmer.female1.gotobed=true
+minecolonies\:citizen.rabbitherder.female4.farewell=true
+minecraft\:item.trident.hit=true
+minecraft\:block.wooden_pressure_plate.click_on=true
+minecolonies\:citizen.sawmill.male2.highsaturation=true
+minecolonies\:citizen.sawmill.female4.general=true
+minecraft\:entity.generic.explode=true
+minecraft\:block.nether_sprouts.fall=true
+create\:depot_plop=true
+minecolonies\:citizen.builder.male1.general=true
+minecolonies\:citizen.fletcher.male1.success=true
+minecolonies\:citizen.cookassistant.female2.gotobed=true
+minecolonies\:citizen.builder.male3.lowsaturation=true
+minecraft\:block.nether_wood_pressure_plate.click_off=true
+minecolonies\:citizen.smelter.male3.badweather=true
+alexsmobs\:flutter_idle=true
+farmersdelight\:block.cooking_pot.boil_soup=true
+minecolonies\:citizen.miner.female2.gotobed=true
+minecolonies\:citizen.dyer.female3.greeting=true
+minecolonies\:citizen.planter.male3.greeting=true
+minecolonies\:citizen.alchemist.male2.general=true
+minecolonies\:citizen.cookassistant.male3.danger=true
+minecraft\:block.bone_block.hit=true
+minecraft\:entity.witch.celebrate=true
+minecolonies\:citizen.quarrier.male2.missingequipment=true
+minecolonies\:citizen.miner.male1.success=true
+minecolonies\:citizen.healer.female2.sick=true
+minecolonies\:citizen.lumberjack.female2.goodhousing=true
+minecolonies\:citizen.pupil.female4.highsaturation=true
+minecolonies\:citizen.sawmill.female1.badhousing=true
+minecolonies\:citizen.sifter.male3.interaction=true
+minecolonies\:citizen.unemployed.male3.badweather=true
+minecolonies\:citizen.pupil.male1.lowsaturation=true
+minecolonies\:citizen.farmer.female4.highsaturation=true
+minecolonies\:citizen.combattraining.male4.badhousing=true
+minecolonies\:citizen.composter.male3.badhousing=true
+minecolonies\:citizen.researcher.female2.noise=true
+blue_skies\:entity.starlit_crusher.fling_leaf=true
+minecolonies\:citizen.glassblower.male1.missingequipment=true
+minecolonies\:citizen.baker.female4.goodhousing=true
+minecolonies\:citizen.unemployed.female3.success=true
+minecolonies\:citizen.pupil.female3.missingequipment=true
+minecraft\:entity.donkey.death=true
+blue_skies\:entity.azulfo.idle=true
+minecolonies\:citizen.planter.female3.greeting=true
+minecraft\:entity.allay.ambient_without_item=true
+minecolonies\:citizen.archertraining.female4.highsaturation=true
+minecolonies\:citizen.glassblower.female2.badweather=true
+minecolonies\:citizen.cowboy.female1.lowsaturation=true
+minecolonies\:citizen.fisherman.male3.farewell=true
+minecolonies\:citizen.researcher.male1.interaction=true
+minecraft\:entity.goat.screaming.milk=true
+minecolonies\:citizen.healer.male4.success=true
+minecolonies\:citizen.glassblower.male4.greeting=true
+minecolonies\:citizen.planter.female3.badhousing=true
+minecolonies\:citizen.fletcher.female2.goodhousing=true
+blue_skies\:entity.sliv.death=true
+minecolonies\:citizen.undertaker.male1.badhousing=true
+minecraft\:entity.ravager.attack=true
+minecolonies\:citizen.quarrier.female2.highsaturation=true
+minecolonies\:citizen.sawmill.female1.success=true
+minecolonies\:citizen.florist.female4.goodhousing=true
+blue_skies\:entity.diophyde_prowler.idle=true
+minecolonies\:citizen.builder.male2.general=true
+minecolonies\:citizen.planter.female3.happy=true
+minecolonies\:citizen.fletcher.female1.sick=true
+minecolonies\:citizen.builder.female3.interaction=true
+minecolonies\:citizen.student.female2.gotobed=true
+minecraft\:block.pointed_dripstone.hit=true
+minecolonies\:citizen.druid.male4.lowsaturation=true
+minecolonies\:citizen.fletcher.female1.noise=true
+minecraft\:block.candle.ambient=true
+minecolonies\:citizen.undertaker.male3.badweather=true
+minecolonies\:citizen.undertaker.male2.gotobed=true
+minecolonies\:citizen.swineherder.male1.lowsaturation=true
+minecolonies\:citizen.dyer.male2.general=true
+minecolonies\:citizen.swineherder.female1.danger=true
+minecolonies\:citizen.child.male3.greeting=true
+minecolonies\:citizen.swineherder.male1.farewell=true
+minecolonies\:citizen.pupil.male4.sick=true
+minecolonies\:citizen.unemployed.female2.highsaturation=true
+minecolonies\:citizen.glassblower.female1.goodhousing=true
+minecraft\:item.shield.break=true
+minecraft\:entity.player.hurt=true
+minecolonies\:citizen.lumberjack.male2.lowsaturation=true
+minecraft\:item.armor.equip_generic=true
+minecolonies\:citizen.ranger.male2.greeting=true
+minecolonies\:citizen.sawmill.female3.highsaturation=true
+minecolonies\:citizen.shepherd.female1.badhousing=true
+blue_skies\:entity.summoner.cast_spell=true
+blue_skies\:gangster=true
+undergarden\:item.slingshot.gronglet_shoot=true
+minecolonies\:citizen.alchemist.male3.greeting=true
+minecolonies\:citizen.visitor.male3.greeting=true
+minecolonies\:citizen.planter.male2.missingequipment=true
+minecolonies\:citizen.quarrier.male3.badweather=true
+minecraft\:block.cave_vines.fall=true
+minecolonies\:citizen.combattraining.female1.interaction=true
+minecraft\:block.deepslate_tiles.place=true
+minecolonies\:citizen.student.male1.missingequipment=true
+minecraft\:block.hanging_sign.place=true
+blue_skies\:block.everdawn.portal.trigger=true
+minecolonies\:citizen.visitor.female4.goodhousing=true
+minecolonies\:citizen.cook.male2.happy=true
+minecolonies\:citizen.cookassistant.female3.badhousing=true
+minecolonies\:citizen.teacher.female2.badweather=true
+minecolonies\:citizen.netherworker.female2.gotobed=true
+minecolonies\:citizen.undertaker.female2.happy=true
+minecraft\:block.deepslate.step=true
+blue_skies\:entity.stonelet.hurt=true
+riskofrain_mobs\:interactive.coin.proc=true
+minecraft\:block.medium_amethyst_bud.break=true
+minecolonies\:citizen.visitor.female1.badweather=true
+minecolonies\:citizen.child.male3.sick=true
+blue_skies\:music.poison_boss=true
+minecolonies\:citizen.stonesmeltery.female4.success=true
+minecraft\:block.cherry_sapling.place=true
+minecolonies\:citizen.florist.male2.noise=true
+create\:scroll_value=true
+minecolonies\:citizen.sawmill.female3.badweather=true
+minecolonies\:citizen.florist.female2.gotobed=true
+minecraft\:entity.generic.drink=true
+minecolonies\:citizen.planter.female4.general=true
+minecolonies\:citizen.lumberjack.female4.gotobed=true
+minecraft\:item.bucket.fill_axolotl=true
+minecolonies\:citizen.cookassistant.male4.noise=true
+alexsmobs\:cosmaw_hurt=true
+minecraft\:entity.goat.step=true
+minecolonies\:citizen.researcher.female4.unhappy=true
+minecolonies\:citizen.visitor.male4.goodhousing=true
+minecolonies\:citizen.druid.female3.happy=true
+minecolonies\:citizen.student.female3.sick=true
+minecolonies\:citizen.druid.male2.interaction=true
+minecolonies\:citizen.dyer.female2.missingequipment=true
+minecolonies\:citizen.lumberjack.male3.lowsaturation=true
+minecolonies\:citizen.quarrier.male3.greeting=true
+minecolonies\:citizen.lumberjack.male1.gotobed=true
+minecraft\:block.moss.break=true
+blue_skies\:entity.infested_swarmer.hurt=true
+minecolonies\:citizen.druid.female4.lowsaturation=true
+minecolonies\:citizen.farmer.female2.missingequipment=true
+minecolonies\:citizen.unemployed.female2.success=true
+minecolonies\:citizen.unemployed.female4.highsaturation=true
+minecolonies\:citizen.undertaker.female2.success=true
+blue_skies\:entity.summoner.idle=true
+alexsmobs\:crocodile_idle=true
+minecolonies\:citizen.stonemason.female4.unhappy=true
+aquamirae\:entity.golden_moth.catch=true
+minecolonies\:citizen.unemployed.male1.happy=true
+minecolonies\:citizen.healer.male2.greeting=true
+blue_skies\:entity.villager.work_summoner=true
+minecolonies\:citizen.fisherman.female2.farewell=true
+illagerinvasion\:entity.illager_brute.death=true
+minecolonies\:citizen.crusher.female1.gotobed=true
+minecolonies\:citizen.archertraining.female2.success=true
+minecolonies\:citizen.dyer.female2.danger=true
+minecraft\:block.bamboo_wood.hit=true
+minecolonies\:citizen.quarrier.male1.badhousing=true
+minecolonies\:citizen.miner.female1.badhousing=true
+minecolonies\:citizen.ranger.female2.badhousing=true
+minecolonies\:citizen.beekeeper.male4.badhousing=true
+minecraft\:block.beehive.shear=true
+minecolonies\:citizen.swineherder.female3.gotobed=true
+minecolonies\:citizen.fletcher.female2.gotobed=true
+minecolonies\:citizen.baker.male3.noise=true
+minecolonies\:citizen.glassblower.female4.happy=true
+touhou_little_maid\:maid.mode.shears=true
+minecolonies\:citizen.deliveryman.female3.farewell=true
+illagerinvasion\:entity.sorcerer.death=true
+minecolonies\:citizen.composter.female2.noise=true
+minecolonies\:citizen.florist.female4.lowsaturation=true
+minecolonies\:citizen.cookassistant.male4.goodhousing=true
+minecolonies\:citizen.baker.female4.sick=true
+minecolonies\:citizen.sawmill.female3.sick=true
+minecolonies\:citizen.stonesmeltery.male4.success=true
+bettercombat\:fist_punch=true
+minecolonies\:citizen.beekeeper.female3.gotobed=true
+minecolonies\:citizen.stonemason.male4.sick=true
+minecolonies\:citizen.researcher.female4.gotobed=true
+minecolonies\:citizen.deliveryman.male1.badweather=true
+minecolonies\:citizen.knight.female4.badhousing=true
+minecolonies\:citizen.sifter.male2.badhousing=true
+minecolonies\:citizen.child.female3.danger=true
+minecolonies\:citizen.florist.male3.badhousing=true
+illagerinvasion\:entity.archivist.ambient=true
+alexsmobs\:straddler_idle=true
+minecolonies\:citizen.cook.male4.sick=true
+minecolonies\:citizen.ranger.female3.missingequipment=true
+minecraft\:entity.ender_eye.death=true
+minecolonies\:citizen.archertraining.female4.badweather=true
+minecolonies\:citizen.enchanter.male4.badweather=true
+minecolonies\:citizen.glassblower.male2.general=true
+minecraft\:block.deepslate_tiles.break=true
+minecolonies\:citizen.planter.male4.success=true
+minecolonies\:citizen.quarrier.male2.success=true
+minecolonies\:citizen.cookassistant.male4.general=true
+minecolonies\:citizen.researcher.female4.greeting=true
+minecolonies\:citizen.teacher.male4.greeting=true
+minecolonies\:citizen.stonemason.female3.badhousing=true
+minecolonies\:citizen.visitor.female3.general=true
+minecraft\:entity.panda.cant_breed=true
+aquamirae\:entity.captain_cornelia.attack_1=true
+minecolonies\:citizen.alchemist.male1.badweather=true
+aquamirae\:entity.captain_cornelia.attack_2=true
+minecolonies\:citizen.student.male3.gotobed=true
+minecolonies\:citizen.stonemason.male4.noise=true
+minecraft\:entity.bat.hurt=true
+minecolonies\:citizen.combattraining.male1.general=true
+minecolonies\:citizen.pupil.male4.goodhousing=true
+minecolonies\:citizen.combattraining.male2.noise=true
+minecraft\:block.medium_amethyst_bud.place=true
+minecolonies\:citizen.cook.female2.general=true
+minecraft\:music.overworld.old_growth_taiga=true
+minecraft\:block.sign.waxed_interact_fail=true
+minecolonies\:citizen.glassblower.male2.sick=true
+minecolonies\:citizen.deliveryman.female2.badhousing=true
+minecolonies\:raid.desert.desert_raid_warning=true
+minecraft\:entity.zombie.attack_wooden_door=true
+touhou_little_maid\:maid.mode.danmaku_attack=true
+minecolonies\:citizen.chickenherder.female4.missingequipment=true
+alexsmobs\:rain_frog_idle=true
+minecraft\:entity.hostile.hurt=true
+minecolonies\:citizen.blacksmith.female4.danger=true
+create\:whistle_train_manual_low_end=true
+minecraft\:block.glass.hit=true
+minecolonies\:citizen.knight.female4.sick=true
+minecolonies\:citizen.combattraining.female1.noise=true
+minecolonies\:citizen.miner.male3.success=true
+minecolonies\:citizen.druid.female4.greeting=true
+minecraft\:item.crop.plant=true
+minecolonies\:citizen.visitor.female4.missingequipment=true
+minecolonies\:citizen.chickenherder.male3.danger=true
+minecolonies\:citizen.ranger.female4.badweather=true
+minecolonies\:citizen.composter.female3.danger=true
+minecraft\:entity.chicken.hurt=true
+minecolonies\:citizen.stonesmeltery.female3.happy=true
+minecolonies\:citizen.netherworker.female1.greeting=true
+minecolonies\:citizen.druid.female4.noise=true
+minecraft\:block.furnace.fire_crackle=true
+undergarden\:entity.dweller.saddle_remove=true
+minecraft\:entity.horse.step_wood=true
+minecolonies\:citizen.builder.female3.success=true
+minecraft\:block.nether_wood.hit=true
+minecolonies\:citizen.blacksmith.female1.highsaturation=true
+minecolonies\:citizen.pupil.male3.unhappy=true
+minecolonies\:citizen.researcher.female3.badweather=true
+minecolonies\:citizen.stonemason.female3.danger=true
+minecolonies\:citizen.cookassistant.female2.unhappy=true
+alexsmobs\:froststalker_idle=true
+minecraft\:entity.enderman.teleport=true
+blue_skies\:entity.arachnarch.screech=true
+minecraft\:block.gravel.fall=true
+minecraft\:entity.skeleton.death=true
+minecolonies\:citizen.deliveryman.female2.sick=true
+minecolonies\:citizen.deliveryman.female2.general=true
+minecolonies\:citizen.student.female4.greeting=true
+minecraft\:block.deepslate_tiles.hit=true
+minecolonies\:citizen.lumberjack.female3.noise=true
+minecolonies\:citizen.teacher.female3.sick=true
+minecolonies\:citizen.dyer.female2.gotobed=true
+minecolonies\:citizen.unemployed.male2.noise=true
+undergarden\:entity.gwibling.flop=true
+minecolonies\:citizen.swineherder.female1.sick=true
+minecolonies\:citizen.crusher.male4.noise=true
+minecolonies\:citizen.deliveryman.male4.goodhousing=true
+minecolonies\:citizen.stonesmeltery.female4.noise=true
+minecraft\:block.hanging_sign.break=true
+minecolonies\:citizen.quarrier.male4.danger=true
+minecolonies\:citizen.cookassistant.male4.badhousing=true
+minecolonies\:citizen.lumberjack.female3.farewell=true
+minecolonies\:citizen.miner.male3.badweather=true
+minecraft\:entity.warden.listening=true
+minecolonies\:citizen.beekeeper.female2.unhappy=true
+minecraft\:block.basalt.hit=true
+minecolonies\:citizen.sawmill.male1.unhappy=true
+minecolonies\:citizen.fletcher.male3.general=true
+minecraft\:block.smoker.smoke=true
+minecolonies\:citizen.concretemixer.male1.badweather=true
+minecraft\:music_disc.5=true
+minecraft\:entity.pillager.death=true
+minecolonies\:citizen.undertaker.female1.highsaturation=true
+minecolonies\:citizen.shepherd.male4.general=true
+minecolonies\:citizen.combattraining.female3.lowsaturation=true
+minecolonies\:citizen.chickenherder.male2.unhappy=true
+minecolonies\:citizen.healer.female2.interaction=true
+minecraft\:block.copper.fall=true
+minecolonies\:citizen.fletcher.male4.missingequipment=true
+minecolonies\:citizen.concretemixer.female2.noise=true
+minecolonies\:citizen.deliveryman.female1.general=true
+mutantmonsters\:entity.mutant_zombie.hurt=true
+minecolonies\:citizen.researcher.female3.goodhousing=true
+minecraft\:entity.parrot.imitate.illusioner=true
+blue_skies\:entity.shade_monitor.hurt=true
+minecolonies\:citizen.farmer.female1.badweather=true
+minecolonies\:citizen.druid.male3.lowsaturation=true
+minecolonies\:citizen.fletcher.female1.lowsaturation=true
+minecolonies\:citizen.crusher.male3.interaction=true
+minecolonies\:citizen.cowboy.male2.badhousing=true
+minecolonies\:citizen.alchemist.female1.noise=true
+minecolonies\:citizen.archertraining.female2.danger=true
+minecolonies\:citizen.glassblower.male1.general=true
+minecolonies\:citizen.fletcher.female3.interaction=true
+minecolonies\:citizen.alchemist.female3.farewell=true
+minecolonies\:citizen.fletcher.female4.greeting=true
+minecolonies\:citizen.smelter.female2.happy=true
+minecolonies\:citizen.teacher.female2.gotobed=true
+minecraft\:entity.stray.ambient=true
+minecolonies\:citizen.deliveryman.male3.general=true
+undergarden\:ambient.smogstem_forest_addition=true
+minecolonies\:citizen.enchanter.male1.highsaturation=true
+minecolonies\:citizen.healer.female1.highsaturation=true
+minecolonies\:citizen.planter.female4.noise=true
+minecolonies\:citizen.chickenherder.male2.interaction=true
+minecraft\:entity.horse.step=true
+minecolonies\:citizen.unemployed.male2.farewell=true
+minecraft\:item.shovel.flatten=true
+minecolonies\:citizen.glassblower.male3.interaction=true
+minecraft\:block.note_block.basedrum=true
+mutantmonsters\:entity.mutant_skeleton.death=true
+minecolonies\:citizen.teacher.male1.missingequipment=true
+minecolonies\:citizen.stonesmeltery.male3.greeting=true
+minecolonies\:citizen.smelter.male4.noise=true
+minecolonies\:citizen.knight.female2.happy=true
+minecolonies\:citizen.fletcher.female2.badhousing=true
+minecolonies\:citizen.druid.male4.success=true
+blue_skies\:item.arc.dusk_equip=true
+kobolds\:kobold_death=true
+minecolonies\:citizen.mechanic.male4.badweather=true
+minecolonies\:citizen.cowboy.male3.farewell=true
+minecraft\:entity.puffer_fish.ambient=true
+minecolonies\:citizen.druid.male1.goodhousing=true
+createaddition\:electric_motor_buzz=true
+minecraft\:block.powder_snow.step=true
+minecolonies\:citizen.sifter.male3.missingequipment=true
+minecolonies\:citizen.quarrier.female4.badhousing=true
+minecolonies\:citizen.blacksmith.female3.goodhousing=true
+minecraft\:block.shroomlight.step=true
+riskofrain_mobs\:entity.stone_golem.spawn=true
+minecolonies\:citizen.fisherman.female2.badweather=true
+minecolonies\:citizen.composter.female2.greeting=true
+blue_skies\:entity.artificial_golem.activate=true
+minecolonies\:citizen.alchemist.male1.happy=true
+minecolonies\:citizen.netherworker.female3.danger=true
+minecolonies\:citizen.alchemist.male2.danger=true
+blue_skies\:entity.arachnarch.stunned=true
+minecraft\:entity.slime.attack=true
+minecolonies\:citizen.builder.female2.success=true
+minecolonies\:citizen.composter.male4.missingequipment=true
+minecolonies\:citizen.sawmill.female2.lowsaturation=true
+minecolonies\:citizen.knight.male1.gotobed=true
+minecolonies\:citizen.shepherd.male3.sick=true
+minecolonies\:citizen.undertaker.female2.highsaturation=true
+minecolonies\:citizen.knight.male3.missingequipment=true
+minecolonies\:citizen.smelter.female2.interaction=true
+minecolonies\:citizen.smelter.male1.gotobed=true
+minecolonies\:citizen.planter.male4.happy=true
+minecolonies\:citizen.cookassistant.female1.unhappy=true
+minecraft\:ui.stonecutter.take_result=true
+minecolonies\:citizen.shepherd.female4.lowsaturation=true
+minecolonies\:citizen.healer.female1.goodhousing=true
+minecolonies\:citizen.archertraining.male3.interaction=true
+alexsmobs\:seal_hurt=true
+minecolonies\:citizen.sifter.female3.lowsaturation=true
+minecolonies\:citizen.smelter.male3.happy=true
+minecolonies\:citizen.pupil.male2.unhappy=true
+minecolonies\:citizen.sifter.female1.goodhousing=true
+minecolonies\:citizen.florist.male1.happy=true
+illagerinvasion\:entity.firecaller.hurt=true
+minecolonies\:citizen.undertaker.female3.noise=true
+minecraft\:entity.wandering_trader.ambient=true
+minecraft\:block.iron_trapdoor.open=true
+minecolonies\:citizen.netherworker.female1.missingequipment=true
+minecolonies\:citizen.unemployed.male1.badhousing=true
+minecolonies\:citizen.ranger.male2.goodhousing=true
+minecraft\:block.bamboo_wood_door.close=true
+alexsmobs\:farseer_emerge=true
+minecolonies\:citizen.farmer.female2.greeting=true
+minecolonies\:citizen.ranger.female3.sick=true
+minecolonies\:citizen.knight.male4.goodhousing=true
+minecolonies\:citizen.baker.female3.badhousing=true
+minecolonies\:citizen.dyer.female4.farewell=true
+minecolonies\:citizen.stonemason.male3.interaction=true
+minecraft\:entity.snow_golem.hurt=true
+minecolonies\:citizen.netherworker.male4.sick=true
+minecolonies\:citizen.child.male1.interaction=true
+minecolonies\:citizen.undertaker.female3.highsaturation=true
+minecraft\:block.nether_bricks.fall=true
+minecolonies\:citizen.combattraining.female3.danger=true
+minecraft\:block.suspicious_sand.break=true
+friendsandfoes\:entity.mauler.bite=true
+minecolonies\:citizen.sawmill.male1.farewell=true
+minecolonies\:citizen.enchanter.female4.greeting=true
+minecolonies\:citizen.druid.male1.badweather=true
+minecolonies\:citizen.blacksmith.female2.happy=true
+minecolonies\:citizen.blacksmith.female1.missingequipment=true
+minecolonies\:citizen.builder.female1.badweather=true
+minecolonies\:citizen.researcher.female3.unhappy=true
+minecolonies\:citizen.visitor.female2.general=true
+minecraft\:block.suspicious_gravel.hit=true
+minecolonies\:citizen.archertraining.male4.happy=true
+minecolonies\:citizen.stonesmeltery.male3.sick=true
+minecolonies\:citizen.quarrier.male1.success=true
+minecolonies\:mob.pirate.hurt=true
+create\:whistle_train_manual_end=true
+minecolonies\:citizen.dyer.male4.highsaturation=true
+minecolonies\:citizen.builder.male4.sick=true
+minecolonies\:citizen.alchemist.female2.sick=true
+minecolonies\:citizen.student.male4.badweather=true
+minecolonies\:citizen.sawmill.female1.farewell=true
+minecolonies\:citizen.glassblower.male2.goodhousing=true
+minecolonies\:citizen.builder.female4.happy=true
+minecolonies\:citizen.lumberjack.male1.interaction=true
+minecraft\:block.froglight.step=true
+minecolonies\:citizen.combattraining.male4.missingequipment=true
+minecolonies\:citizen.unemployed.male2.missingequipment=true
+minecraft\:block.suspicious_sand.place=true
+minecolonies\:citizen.farmer.female3.farewell=true
+chimes\:block.glass.chime=true
+minecolonies\:citizen.crusher.male1.farewell=true
+minecolonies\:citizen.composter.female3.farewell=true
+minecolonies\:citizen.smelter.male1.goodhousing=true
+minecolonies\:citizen.composter.male2.noise=true
+create\:cogs=true
+minecolonies\:citizen.teacher.female1.gotobed=true
+minecolonies\:citizen.visitor.female3.greeting=true
+minecraft\:entity.zoglin.angry=true
+enhancedcelestials\:blood_moon=true
+minecraft\:entity.glow_item_frame.rotate_item=true
+minecolonies\:citizen.concretemixer.female1.interaction=true
+minecraft\:block.mangrove_roots.hit=true
+minecolonies\:citizen.undertaker.female2.missingequipment=true
+minecolonies\:citizen.sawmill.male2.unhappy=true
+minecolonies\:citizen.student.male4.lowsaturation=true
+minecolonies\:citizen.mechanic.female4.gotobed=true
+minecolonies\:citizen.sawmill.male3.danger=true
+creeperoverhaul\:entity.ocean.creeper.hurt_inflated=true
+minecolonies\:citizen.druid.female4.gotobed=true
+minecolonies\:citizen.rabbitherder.male4.badhousing=true
+minecolonies\:citizen.teacher.female4.lowsaturation=true
+minecolonies\:citizen.cook.female4.greeting=true
+minecolonies\:citizen.blacksmith.male4.badhousing=true
+minecolonies\:citizen.fletcher.male4.general=true
+minecolonies\:citizen.cookassistant.female4.goodhousing=true
+minecolonies\:citizen.child.female1.farewell=true
+minecolonies\:citizen.planter.male1.noise=true
+minecolonies\:citizen.alchemist.female2.missingequipment=true
+minecolonies\:citizen.baker.male1.interaction=true
+minecolonies\:citizen.student.female4.danger=true
+minecolonies\:citizen.concretemixer.female2.danger=true
+minecolonies\:citizen.researcher.male4.badweather=true
+minecolonies\:citizen.pupil.male4.gotobed=true
+blue_skies\:entity.diophyde_prowler.death=true
+minecraft\:entity.villager.no=true
+minecolonies\:citizen.enchanter.male4.goodhousing=true
+minecolonies\:citizen.cookassistant.female3.gotobed=true
+minecolonies\:citizen.fletcher.female3.danger=true
+minecolonies\:citizen.swineherder.female4.danger=true
+minecolonies\:citizen.dyer.male3.highsaturation=true
+minecraft\:entity.villager.work_mason=true
+minecolonies\:citizen.stonemason.male3.greeting=true
+minecolonies\:citizen.quarrier.male3.noise=true
+minecolonies\:citizen.blacksmith.female2.highsaturation=true
+minecolonies\:citizen.miner.female1.gotobed=true
+minecolonies\:citizen.pupil.male2.badweather=true
+minecolonies\:citizen.quarrier.female1.gotobed=true
+minecolonies\:citizen.pupil.female3.success=true
+minecolonies\:citizen.unemployed.female1.badweather=true
+minecolonies\:citizen.swineherder.female2.badweather=true
+minecolonies\:citizen.deliveryman.male2.danger=true
+minecolonies\:citizen.sifter.female2.danger=true
+minecolonies\:citizen.blacksmith.male3.danger=true
+blue_skies\:entity.spewter.death=true
+minecraft\:block.suspicious_sand.hit=true
+minecolonies\:citizen.composter.female1.happy=true
+gateways\:gate_end=true
+minecolonies\:citizen.researcher.female4.interaction=true
+minecolonies\:citizen.quarrier.male4.farewell=true
+minecolonies\:citizen.shepherd.female3.sick=true
+minecolonies\:citizen.ranger.female2.gotobed=true
+minecolonies\:citizen.dyer.male2.highsaturation=true
+alexsmobs\:tiger_angry=true
+minecolonies\:citizen.netherworker.female1.gotobed=true
+minecraft\:block.honey_block.place=true
+supplementaries\:block.globe.spin=true
+minecolonies\:citizen.archertraining.male2.goodhousing=true
+minecolonies\:citizen.archertraining.male2.lowsaturation=true
+minecolonies\:citizen.pupil.female1.sick=true
+minecolonies\:citizen.lumberjack.female2.happy=true
+minecolonies\:citizen.quarrier.female2.lowsaturation=true
+minecolonies\:citizen.combattraining.female2.sick=true
+minecraft\:entity.tropical_fish.hurt=true
+minecolonies\:citizen.cowboy.female2.success=true
+minecraft\:block.cherry_sapling.break=true
+minecolonies\:citizen.fisherman.female1.success=true
+minecolonies\:citizen.shepherd.female3.farewell=true
+minecolonies\:citizen.stonemason.male3.badhousing=true
+minecolonies\:citizen.student.female1.gotobed=true
+minecolonies\:citizen.unemployed.male1.greeting=true
+minecolonies\:citizen.blacksmith.female3.highsaturation=true
+minecolonies\:citizen.healer.female3.highsaturation=true
+minecolonies\:citizen.visitor.male1.danger=true
+minecolonies\:citizen.student.female3.badhousing=true
+minecolonies\:citizen.planter.male3.badweather=true
+minecraft\:item.lodestone_compass.lock=true
+minecolonies\:citizen.glassblower.female2.danger=true
+minecolonies\:citizen.stonesmeltery.female3.danger=true
+minecolonies\:citizen.druid.female3.interaction=true
+minecolonies\:citizen.sifter.female2.interaction=true
+minecolonies\:citizen.visitor.male4.farewell=true
+minecraft\:block.rooted_dirt.fall=true
+minecraft\:entity.sniffer.idle=true
+minecolonies\:citizen.enchanter.male1.success=true
+minecraft\:block.grass.fall=true
+minecolonies\:citizen.deliveryman.male3.sick=true
+minecolonies\:citizen.farmer.male3.success=true
+minecolonies\:citizen.glassblower.male2.badweather=true
+mutantmonsters\:entity.endersoul_clone.teleport=true
+blue_skies\:entity.villager.work_shoveler=true
+minecolonies\:citizen.stonesmeltery.male3.danger=true
+minecolonies\:citizen.mechanic.female2.unhappy=true
+minecolonies\:citizen.alchemist.male3.general=true
+minecolonies\:citizen.archertraining.male1.noise=true
+minecolonies\:citizen.druid.male3.missingequipment=true
+minecolonies\:citizen.undertaker.female4.highsaturation=true
+minecolonies\:citizen.stonemason.male2.goodhousing=true
+minecolonies\:citizen.crusher.female2.lowsaturation=true
+minecolonies\:citizen.teacher.male2.lowsaturation=true
+minecolonies\:citizen.unemployed.female3.greeting=true
+minecolonies\:citizen.planter.male4.sick=true
+minecolonies\:citizen.blacksmith.female4.highsaturation=true
+alexsmobs\:orca_hurt=true
+minecolonies\:citizen.composter.male4.unhappy=true
+minecolonies\:citizen.fletcher.female4.badweather=true
+minecolonies\:citizen.concretemixer.female4.sick=true
+minecolonies\:citizen.quarrier.male1.danger=true
+minecolonies\:citizen.crusher.female2.gotobed=true
+minecolonies\:citizen.composter.male3.greeting=true
+minecolonies\:citizen.sawmill.female4.danger=true
+minecolonies\:citizen.archertraining.female1.success=true
+minecolonies\:citizen.rabbitherder.female2.danger=true
+minecolonies\:citizen.smelter.male4.greeting=true
+minecolonies\:citizen.healer.female4.highsaturation=true
+minecolonies\:citizen.miner.male1.badhousing=true
+minecolonies\:citizen.archertraining.male3.sick=true
+minecolonies\:citizen.builder.male2.greeting=true
+minecolonies\:citizen.composter.female4.success=true
+minecraft\:block.small_dripleaf.hit=true
+minecolonies\:citizen.fletcher.female1.gotobed=true
+minecolonies\:citizen.cookassistant.male1.success=true
+minecraft\:ambient.soul_sand_valley.loop=true
+alexsmobs\:capuchin_monkey_idle=true
+minecolonies\:citizen.smelter.female1.badweather=true
+minecolonies\:citizen.swineherder.female3.goodhousing=true
+minecolonies\:citizen.swineherder.female2.gotobed=true
+minecolonies\:citizen.visitor.male1.sick=true
+touhou_little_maid\:maid.environment.rain=true
+minecolonies\:citizen.quarrier.female4.highsaturation=true
+minecolonies\:citizen.quarrier.male2.happy=true
+minecolonies\:citizen.baker.male2.happy=true
+minecolonies\:citizen.deliveryman.female4.badweather=true
+mcwdoors\:block.garage=true
+minecolonies\:citizen.lumberjack.male1.sick=true
+minecolonies\:citizen.florist.female1.gotobed=true
+minecolonies\:citizen.blacksmith.female1.danger=true
+minecolonies\:citizen.blacksmith.male1.gotobed=true
+minecolonies\:citizen.smelter.female2.farewell=true
+minecolonies\:citizen.knight.male4.lowsaturation=true
+blue_skies\:entity.shrumpty.attack=true
+minecolonies\:citizen.glassblower.male4.danger=true
+minecolonies\:citizen.fisherman.male4.general=true
+minecolonies\:citizen.researcher.female2.lowsaturation=true
+minecolonies\:citizen.concretemixer.male1.goodhousing=true
+minecolonies\:citizen.lumberjack.female3.unhappy=true
+minecolonies\:citizen.cookassistant.male3.happy=true
+minecolonies\:citizen.researcher.male1.lowsaturation=true
+minecolonies\:citizen.alchemist.male2.noise=true
+minecolonies\:citizen.researcher.male3.unhappy=true
+minecolonies\:citizen.dyer.male1.highsaturation=true
+minecraft\:ambient.basalt_deltas.additions=true
+minecolonies\:citizen.alchemist.male4.farewell=true
+minecolonies\:citizen.builder.male4.lowsaturation=true
+minecolonies\:citizen.dyer.male1.general=true
+alexsmobs\:banana_slug_slime_expand=true
+minecolonies\:citizen.cowboy.male2.greeting=true
+minecolonies\:citizen.stonesmeltery.female2.missingequipment=true
+minecolonies\:citizen.stonesmeltery.male2.badhousing=true
+minecraft\:block.moss.place=true
+minecolonies\:citizen.baker.male2.missingequipment=true
+mutantmonsters\:entity.creeper_minion.death=true
+chococraft\:entity.chocobo.kwehwhistlestay=true
+minecolonies\:citizen.crusher.male3.badweather=true
+minecolonies\:citizen.rabbitherder.male1.general=true
+minecolonies\:citizen.smelter.male2.interaction=true
+minecolonies\:citizen.sifter.female2.badweather=true
diff --git a/config/sound_physics_remastered/occlusion.properties b/config/sound_physics_remastered/occlusion.properties
index 3292aba..af57571 100644
--- a/config/sound_physics_remastered/occlusion.properties
+++ b/config/sound_physics_remastered/occlusion.properties
@@ -1,219 +1,219 @@
-# Values for blocks can be defined as follows:
-#
-# By sound type:
-# WOOD=1.0
-#
-# By block tag:
-# \#minecraft\:logs=1.0
-#
-# By block ID:
-# minecraft\:oak_log=1.0
-
-# Sculk Sensor (Sound Type)
-SCULK_SENSOR=1.0
-# Candle (Sound Type)
-CANDLE=1.0
-# Small Amethyst Bud (Sound Type)
-SMALL_AMETHYST_BUD=0.0
-# Deepslate Tiles (Sound Type)
-DEEPSLATE_TILES=1.0
-# Basalt (Sound Type)
-BASALT=1.0
-# Sculk Vein (Sound Type)
-SCULK_VEIN=1.0
-# Ancient Debris (Sound Type)
-ANCIENT_DEBRIS=1.0
-# Netherite Block (Sound Type)
-NETHERITE_BLOCK=1.0
-# Moss Carpet (Sound Type)
-MOSS_CARPET=0.1
-# Mud (Sound Type)
-MUD=1.0
-# Lily Pad (Sound Type)
-LILY_PAD=0.0
-# Wet Grass (Sound Type)
-WET_GRASS=0.1
-# Weeping Vines (Sound Type)
-WEEPING_VINES=0.0
-# Medium Amethyst Bud (Sound Type)
-MEDIUM_AMETHYST_BUD=0.0
-# Bone Block (Sound Type)
-BONE_BLOCK=1.0
-# Roots (Sound Type)
-ROOTS=0.0
-# Sweet Berry Bush (Sound Type)
-SWEET_BERRY_BUSH=0.0
-# Lodestone (Sound Type)
-LODESTONE=1.0
-# Snow (Sound Type)
-SNOW=0.1
-# Frogspawn (Sound Type)
-FROGSPAWN=1.0
-# Crop (Sound Type)
-CROP=0.0
-# Chiseled Bookshelf (Sound Type)
-CHISELED_BOOKSHELF=1.0
-# Muddy Mangrove Roots (Sound Type)
-MUDDY_MANGROVE_ROOTS=1.0
-# Small Dripleaf (Sound Type)
-SMALL_DRIPLEAF=0.0
-# Hard Crop (Sound Type)
-HARD_CROP=1.0
-# Spore Blossom (Sound Type)
-SPORE_BLOSSOM=0.0
-# Froglight (Sound Type)
-FROGLIGHT=1.0
-# Sculk Shrieker (Sound Type)
-SCULK_SHRIEKER=1.0
-# Deepslate Bricks (Sound Type)
-DEEPSLATE_BRICKS=1.0
-# Nether Wart (Sound Type)
-NETHER_WART=1.0
-# Rooted Dirt (Sound Type)
-ROOTED_DIRT=1.0
-# Soul Sand (Sound Type)
-SOUL_SAND=1.0
-# Nether Wood Hanging Sign (Sound Type)
-NETHER_WOOD_HANGING_SIGN=1.0
-# Bamboo Wood Hanging Sign (Sound Type)
-BAMBOO_WOOD_HANGING_SIGN=1.0
-# Decorated Pot (Sound Type)
-DECORATED_POT=1.0
-# Wart Block (Sound Type)
-WART_BLOCK=1.0
-# Calcite (Sound Type)
-CALCITE=1.0
-# Suspicious Sand (Sound Type)
-SUSPICIOUS_SAND=1.0
-# Deepslate (Sound Type)
-DEEPSLATE=1.0
-# Moss (Sound Type)
-MOSS=0.75
-# Big Dripleaf (Sound Type)
-BIG_DRIPLEAF=1.0
-# Packed Mud (Sound Type)
-PACKED_MUD=1.0
-# Pointed Dripstone (Sound Type)
-POINTED_DRIPSTONE=0.0
-# Vine (Sound Type)
-VINE=0.0
-# Powder Snow (Sound Type)
-POWDER_SNOW=0.1
-# Sculk Catalyst (Sound Type)
-SCULK_CATALYST=1.0
-# Wool (Sound Type)
-WOOL=1.5
-# Glow Lichen (Sound Type)
-GLOW_LICHEN=0.0
-# Glass (Sound Type)
-GLASS=0.1
-# Hanging Roots (Sound Type)
-HANGING_ROOTS=1.0
-# Copper (Sound Type)
-COPPER=1.0
-# Bamboo Sapling (Sound Type)
-BAMBOO_SAPLING=0.1
-# Fungus (Sound Type)
-FUNGUS=0.0
-# Cave Vines (Sound Type)
-CAVE_VINES=1.0
-# Dripstone Block (Sound Type)
-DRIPSTONE_BLOCK=1.0
-# Cherry Sapling (Sound Type)
-CHERRY_SAPLING=1.0
-# Scaffolding (Sound Type)
-SCAFFOLDING=0.0
-# Bamboo (Sound Type)
-BAMBOO=0.1
-# Cherry Wood (Sound Type)
-CHERRY_WOOD=1.0
-# Netherrack (Sound Type)
-NETHERRACK=1.0
-# Tuff (Sound Type)
-TUFF=1.0
-# Slime Block (Sound Type)
-SLIME_BLOCK=1.0
-# Lantern (Sound Type)
-LANTERN=1.0
-# Bamboo Wood (Sound Type)
-BAMBOO_WOOD=1.0
-# Anvil (Sound Type)
-ANVIL=1.0
-# Suspicious Gravel (Sound Type)
-SUSPICIOUS_GRAVEL=1.0
-# Flowering Azalea (Sound Type)
-FLOWERING_AZALEA=1.0
-# Amethyst Cluster (Sound Type)
-AMETHYST_CLUSTER=1.0
-# Metal (Sound Type)
-METAL=1.0
-# Cherry Leaves (Sound Type)
-CHERRY_LEAVES=1.0
-# Hanging Sign (Sound Type)
-HANGING_SIGN=1.0
-# Stone (Sound Type)
-STONE=1.0
-# Coral Block (Sound Type)
-CORAL_BLOCK=1.0
-# Grass (Sound Type)
-GRASS=1.0
-# Mangrove Roots (Sound Type)
-MANGROVE_ROOTS=1.0
-# Azalea (Sound Type)
-AZALEA=1.0
-# Soul Soil (Sound Type)
-SOUL_SOIL=1.0
-# Nether Gold Ore (Sound Type)
-NETHER_GOLD_ORE=1.0
-# Ladder (Sound Type)
-LADDER=0.0
-# Stem (Sound Type)
-STEM=1.0
-# Nylium (Sound Type)
-NYLIUM=1.0
-# Sculk (Sound Type)
-SCULK=1.0
-# Chain (Sound Type)
-CHAIN=0.0
-# Large Amethyst Bud (Sound Type)
-LARGE_AMETHYST_BUD=0.0
-# Nether Wood (Sound Type)
-NETHER_WOOD=1.0
-# Decorated Pot Cracked (Sound Type)
-DECORATED_POT_CRACKED=1.0
-# Honey Block (Sound Type)
-HONEY_BLOCK=0.5
-# Azalea Leaves (Sound Type)
-AZALEA_LEAVES=1.0
-# Wood (Sound Type)
-WOOD=1.0
-# Gravel (Sound Type)
-GRAVEL=1.0
-# Gilded Blackstone (Sound Type)
-GILDED_BLACKSTONE=1.0
-# Twisting Vines (Sound Type)
-TWISTING_VINES=0.0
-# Nether Sprouts (Sound Type)
-NETHER_SPROUTS=1.0
-# Polished Deepslate (Sound Type)
-POLISHED_DEEPSLATE=1.0
-# Nether Bricks (Sound Type)
-NETHER_BRICKS=1.0
-# Amethyst (Sound Type)
-AMETHYST=1.0
-# Cherry Wood Hanging Sign (Sound Type)
-CHERRY_WOOD_HANGING_SIGN=1.0
-# Shroomlight (Sound Type)
-SHROOMLIGHT=1.0
-# Sand (Sound Type)
-SAND=1.0
-# Mud Bricks (Sound Type)
-MUD_BRICKS=1.0
-# Nether Ore (Sound Type)
-NETHER_ORE=1.0
-# Water (Block)
-minecraft\:water=0.25
-# Lava (Block)
-minecraft\:lava=0.75
-# Jukebox (Block)
-minecraft\:jukebox=0.0
+# Values for blocks can be defined as follows:
+#
+# By sound type:
+# WOOD=1.0
+#
+# By block tag:
+# \#minecraft\:logs=1.0
+#
+# By block ID:
+# minecraft\:oak_log=1.0
+
+# Sculk Sensor (Sound Type)
+SCULK_SENSOR=1.0
+# Candle (Sound Type)
+CANDLE=1.0
+# Small Amethyst Bud (Sound Type)
+SMALL_AMETHYST_BUD=0.0
+# Deepslate Tiles (Sound Type)
+DEEPSLATE_TILES=1.0
+# Basalt (Sound Type)
+BASALT=1.0
+# Sculk Vein (Sound Type)
+SCULK_VEIN=1.0
+# Ancient Debris (Sound Type)
+ANCIENT_DEBRIS=1.0
+# Netherite Block (Sound Type)
+NETHERITE_BLOCK=1.0
+# Moss Carpet (Sound Type)
+MOSS_CARPET=0.1
+# Mud (Sound Type)
+MUD=1.0
+# Lily Pad (Sound Type)
+LILY_PAD=0.0
+# Wet Grass (Sound Type)
+WET_GRASS=0.1
+# Weeping Vines (Sound Type)
+WEEPING_VINES=0.0
+# Medium Amethyst Bud (Sound Type)
+MEDIUM_AMETHYST_BUD=0.0
+# Bone Block (Sound Type)
+BONE_BLOCK=1.0
+# Roots (Sound Type)
+ROOTS=0.0
+# Sweet Berry Bush (Sound Type)
+SWEET_BERRY_BUSH=0.0
+# Lodestone (Sound Type)
+LODESTONE=1.0
+# Snow (Sound Type)
+SNOW=0.1
+# Frogspawn (Sound Type)
+FROGSPAWN=1.0
+# Crop (Sound Type)
+CROP=0.0
+# Chiseled Bookshelf (Sound Type)
+CHISELED_BOOKSHELF=1.0
+# Muddy Mangrove Roots (Sound Type)
+MUDDY_MANGROVE_ROOTS=1.0
+# Small Dripleaf (Sound Type)
+SMALL_DRIPLEAF=0.0
+# Hard Crop (Sound Type)
+HARD_CROP=1.0
+# Spore Blossom (Sound Type)
+SPORE_BLOSSOM=0.0
+# Froglight (Sound Type)
+FROGLIGHT=1.0
+# Sculk Shrieker (Sound Type)
+SCULK_SHRIEKER=1.0
+# Deepslate Bricks (Sound Type)
+DEEPSLATE_BRICKS=1.0
+# Nether Wart (Sound Type)
+NETHER_WART=1.0
+# Rooted Dirt (Sound Type)
+ROOTED_DIRT=1.0
+# Soul Sand (Sound Type)
+SOUL_SAND=1.0
+# Nether Wood Hanging Sign (Sound Type)
+NETHER_WOOD_HANGING_SIGN=1.0
+# Bamboo Wood Hanging Sign (Sound Type)
+BAMBOO_WOOD_HANGING_SIGN=1.0
+# Decorated Pot (Sound Type)
+DECORATED_POT=1.0
+# Wart Block (Sound Type)
+WART_BLOCK=1.0
+# Calcite (Sound Type)
+CALCITE=1.0
+# Suspicious Sand (Sound Type)
+SUSPICIOUS_SAND=1.0
+# Deepslate (Sound Type)
+DEEPSLATE=1.0
+# Moss (Sound Type)
+MOSS=0.75
+# Big Dripleaf (Sound Type)
+BIG_DRIPLEAF=1.0
+# Packed Mud (Sound Type)
+PACKED_MUD=1.0
+# Pointed Dripstone (Sound Type)
+POINTED_DRIPSTONE=0.0
+# Vine (Sound Type)
+VINE=0.0
+# Powder Snow (Sound Type)
+POWDER_SNOW=0.1
+# Sculk Catalyst (Sound Type)
+SCULK_CATALYST=1.0
+# Wool (Sound Type)
+WOOL=1.5
+# Glow Lichen (Sound Type)
+GLOW_LICHEN=0.0
+# Glass (Sound Type)
+GLASS=0.1
+# Hanging Roots (Sound Type)
+HANGING_ROOTS=1.0
+# Copper (Sound Type)
+COPPER=1.0
+# Bamboo Sapling (Sound Type)
+BAMBOO_SAPLING=0.1
+# Fungus (Sound Type)
+FUNGUS=0.0
+# Cave Vines (Sound Type)
+CAVE_VINES=1.0
+# Dripstone Block (Sound Type)
+DRIPSTONE_BLOCK=1.0
+# Cherry Sapling (Sound Type)
+CHERRY_SAPLING=1.0
+# Scaffolding (Sound Type)
+SCAFFOLDING=0.0
+# Bamboo (Sound Type)
+BAMBOO=0.1
+# Cherry Wood (Sound Type)
+CHERRY_WOOD=1.0
+# Netherrack (Sound Type)
+NETHERRACK=1.0
+# Tuff (Sound Type)
+TUFF=1.0
+# Slime Block (Sound Type)
+SLIME_BLOCK=1.0
+# Lantern (Sound Type)
+LANTERN=1.0
+# Bamboo Wood (Sound Type)
+BAMBOO_WOOD=1.0
+# Anvil (Sound Type)
+ANVIL=1.0
+# Suspicious Gravel (Sound Type)
+SUSPICIOUS_GRAVEL=1.0
+# Flowering Azalea (Sound Type)
+FLOWERING_AZALEA=1.0
+# Amethyst Cluster (Sound Type)
+AMETHYST_CLUSTER=1.0
+# Metal (Sound Type)
+METAL=1.0
+# Cherry Leaves (Sound Type)
+CHERRY_LEAVES=1.0
+# Hanging Sign (Sound Type)
+HANGING_SIGN=1.0
+# Stone (Sound Type)
+STONE=1.0
+# Coral Block (Sound Type)
+CORAL_BLOCK=1.0
+# Grass (Sound Type)
+GRASS=1.0
+# Mangrove Roots (Sound Type)
+MANGROVE_ROOTS=1.0
+# Azalea (Sound Type)
+AZALEA=1.0
+# Soul Soil (Sound Type)
+SOUL_SOIL=1.0
+# Nether Gold Ore (Sound Type)
+NETHER_GOLD_ORE=1.0
+# Ladder (Sound Type)
+LADDER=0.0
+# Stem (Sound Type)
+STEM=1.0
+# Nylium (Sound Type)
+NYLIUM=1.0
+# Sculk (Sound Type)
+SCULK=1.0
+# Chain (Sound Type)
+CHAIN=0.0
+# Large Amethyst Bud (Sound Type)
+LARGE_AMETHYST_BUD=0.0
+# Nether Wood (Sound Type)
+NETHER_WOOD=1.0
+# Decorated Pot Cracked (Sound Type)
+DECORATED_POT_CRACKED=1.0
+# Honey Block (Sound Type)
+HONEY_BLOCK=0.5
+# Azalea Leaves (Sound Type)
+AZALEA_LEAVES=1.0
+# Wood (Sound Type)
+WOOD=1.0
+# Gravel (Sound Type)
+GRAVEL=1.0
+# Gilded Blackstone (Sound Type)
+GILDED_BLACKSTONE=1.0
+# Twisting Vines (Sound Type)
+TWISTING_VINES=0.0
+# Nether Sprouts (Sound Type)
+NETHER_SPROUTS=1.0
+# Polished Deepslate (Sound Type)
+POLISHED_DEEPSLATE=1.0
+# Nether Bricks (Sound Type)
+NETHER_BRICKS=1.0
+# Amethyst (Sound Type)
+AMETHYST=1.0
+# Cherry Wood Hanging Sign (Sound Type)
+CHERRY_WOOD_HANGING_SIGN=1.0
+# Shroomlight (Sound Type)
+SHROOMLIGHT=1.0
+# Sand (Sound Type)
+SAND=1.0
+# Mud Bricks (Sound Type)
+MUD_BRICKS=1.0
+# Nether Ore (Sound Type)
+NETHER_ORE=1.0
+# Water (Block)
+minecraft\:water=0.25
+# Lava (Block)
+minecraft\:lava=0.75
+# Jukebox (Block)
+minecraft\:jukebox=0.0
diff --git a/config/sound_physics_remastered/reflectivity.properties b/config/sound_physics_remastered/reflectivity.properties
index 4ee309f..f1a68a2 100644
--- a/config/sound_physics_remastered/reflectivity.properties
+++ b/config/sound_physics_remastered/reflectivity.properties
@@ -1,213 +1,213 @@
-# Values for blocks can be defined as follows:
-#
-# By sound type:
-# WOOD=1.0
-#
-# By block tag:
-# \#minecraft\:logs=1.0
-#
-# By block ID:
-# minecraft\:oak_log=1.0
-
-# Sculk Sensor (Sound Type)
-SCULK_SENSOR=0.5
-# Candle (Sound Type)
-CANDLE=0.5
-# Small Amethyst Bud (Sound Type)
-SMALL_AMETHYST_BUD=0.5
-# Deepslate Tiles (Sound Type)
-DEEPSLATE_TILES=1.5
-# Basalt (Sound Type)
-BASALT=1.5
-# Sculk Vein (Sound Type)
-SCULK_VEIN=0.5
-# Ancient Debris (Sound Type)
-ANCIENT_DEBRIS=0.5
-# Netherite Block (Sound Type)
-NETHERITE_BLOCK=1.5
-# Moss Carpet (Sound Type)
-MOSS_CARPET=0.5
-# Mud (Sound Type)
-MUD=0.5
-# Lily Pad (Sound Type)
-LILY_PAD=0.5
-# Wet Grass (Sound Type)
-WET_GRASS=0.5
-# Weeping Vines (Sound Type)
-WEEPING_VINES=0.5
-# Medium Amethyst Bud (Sound Type)
-MEDIUM_AMETHYST_BUD=0.5
-# Bone Block (Sound Type)
-BONE_BLOCK=1.5
-# Roots (Sound Type)
-ROOTS=0.5
-# Sweet Berry Bush (Sound Type)
-SWEET_BERRY_BUSH=0.5
-# Lodestone (Sound Type)
-LODESTONE=0.5
-# Snow (Sound Type)
-SNOW=0.15
-# Frogspawn (Sound Type)
-FROGSPAWN=0.5
-# Crop (Sound Type)
-CROP=0.5
-# Chiseled Bookshelf (Sound Type)
-CHISELED_BOOKSHELF=0.5
-# Muddy Mangrove Roots (Sound Type)
-MUDDY_MANGROVE_ROOTS=0.5
-# Small Dripleaf (Sound Type)
-SMALL_DRIPLEAF=0.5
-# Hard Crop (Sound Type)
-HARD_CROP=0.5
-# Spore Blossom (Sound Type)
-SPORE_BLOSSOM=0.5
-# Froglight (Sound Type)
-FROGLIGHT=0.5
-# Sculk Shrieker (Sound Type)
-SCULK_SHRIEKER=0.5
-# Deepslate Bricks (Sound Type)
-DEEPSLATE_BRICKS=1.5
-# Nether Wart (Sound Type)
-NETHER_WART=0.5
-# Rooted Dirt (Sound Type)
-ROOTED_DIRT=0.5
-# Soul Sand (Sound Type)
-SOUL_SAND=0.2
-# Nether Wood Hanging Sign (Sound Type)
-NETHER_WOOD_HANGING_SIGN=0.5
-# Bamboo Wood Hanging Sign (Sound Type)
-BAMBOO_WOOD_HANGING_SIGN=0.5
-# Decorated Pot (Sound Type)
-DECORATED_POT=0.5
-# Wart Block (Sound Type)
-WART_BLOCK=0.5
-# Calcite (Sound Type)
-CALCITE=1.5
-# Suspicious Sand (Sound Type)
-SUSPICIOUS_SAND=0.5
-# Deepslate (Sound Type)
-DEEPSLATE=1.5
-# Moss (Sound Type)
-MOSS=0.1
-# Big Dripleaf (Sound Type)
-BIG_DRIPLEAF=0.5
-# Packed Mud (Sound Type)
-PACKED_MUD=0.5
-# Pointed Dripstone (Sound Type)
-POINTED_DRIPSTONE=0.5
-# Vine (Sound Type)
-VINE=0.5
-# Powder Snow (Sound Type)
-POWDER_SNOW=0.5
-# Sculk Catalyst (Sound Type)
-SCULK_CATALYST=0.5
-# Wool (Sound Type)
-WOOL=0.1
-# Glow Lichen (Sound Type)
-GLOW_LICHEN=0.5
-# Glass (Sound Type)
-GLASS=0.75
-# Hanging Roots (Sound Type)
-HANGING_ROOTS=0.5
-# Copper (Sound Type)
-COPPER=1.25
-# Bamboo Sapling (Sound Type)
-BAMBOO_SAPLING=0.5
-# Fungus (Sound Type)
-FUNGUS=0.5
-# Cave Vines (Sound Type)
-CAVE_VINES=0.5
-# Dripstone Block (Sound Type)
-DRIPSTONE_BLOCK=0.5
-# Cherry Sapling (Sound Type)
-CHERRY_SAPLING=0.5
-# Scaffolding (Sound Type)
-SCAFFOLDING=0.5
-# Bamboo (Sound Type)
-BAMBOO=0.5
-# Cherry Wood (Sound Type)
-CHERRY_WOOD=0.5
-# Netherrack (Sound Type)
-NETHERRACK=1.1
-# Tuff (Sound Type)
-TUFF=1.5
-# Slime Block (Sound Type)
-SLIME_BLOCK=0.5
-# Lantern (Sound Type)
-LANTERN=0.5
-# Bamboo Wood (Sound Type)
-BAMBOO_WOOD=0.5
-# Anvil (Sound Type)
-ANVIL=0.5
-# Suspicious Gravel (Sound Type)
-SUSPICIOUS_GRAVEL=0.5
-# Flowering Azalea (Sound Type)
-FLOWERING_AZALEA=0.5
-# Amethyst Cluster (Sound Type)
-AMETHYST_CLUSTER=0.5
-# Metal (Sound Type)
-METAL=1.25
-# Cherry Leaves (Sound Type)
-CHERRY_LEAVES=0.5
-# Hanging Sign (Sound Type)
-HANGING_SIGN=0.5
-# Stone (Sound Type)
-STONE=1.5
-# Coral Block (Sound Type)
-CORAL_BLOCK=0.2
-# Grass (Sound Type)
-GRASS=0.3
-# Mangrove Roots (Sound Type)
-MANGROVE_ROOTS=0.5
-# Azalea (Sound Type)
-AZALEA=0.5
-# Soul Soil (Sound Type)
-SOUL_SOIL=0.2
-# Nether Gold Ore (Sound Type)
-NETHER_GOLD_ORE=1.1
-# Ladder (Sound Type)
-LADDER=0.5
-# Stem (Sound Type)
-STEM=0.4
-# Nylium (Sound Type)
-NYLIUM=0.5
-# Sculk (Sound Type)
-SCULK=0.5
-# Chain (Sound Type)
-CHAIN=0.5
-# Large Amethyst Bud (Sound Type)
-LARGE_AMETHYST_BUD=0.5
-# Nether Wood (Sound Type)
-NETHER_WOOD=0.5
-# Decorated Pot Cracked (Sound Type)
-DECORATED_POT_CRACKED=0.5
-# Honey Block (Sound Type)
-HONEY_BLOCK=0.1
-# Azalea Leaves (Sound Type)
-AZALEA_LEAVES=0.5
-# Wood (Sound Type)
-WOOD=0.4
-# Gravel (Sound Type)
-GRAVEL=0.3
-# Gilded Blackstone (Sound Type)
-GILDED_BLACKSTONE=0.5
-# Twisting Vines (Sound Type)
-TWISTING_VINES=0.5
-# Nether Sprouts (Sound Type)
-NETHER_SPROUTS=0.5
-# Polished Deepslate (Sound Type)
-POLISHED_DEEPSLATE=1.5
-# Nether Bricks (Sound Type)
-NETHER_BRICKS=1.5
-# Amethyst (Sound Type)
-AMETHYST=1.5
-# Cherry Wood Hanging Sign (Sound Type)
-CHERRY_WOOD_HANGING_SIGN=0.5
-# Shroomlight (Sound Type)
-SHROOMLIGHT=0.5
-# Sand (Sound Type)
-SAND=0.2
-# Mud Bricks (Sound Type)
-MUD_BRICKS=0.5
-# Nether Ore (Sound Type)
-NETHER_ORE=1.1
+# Values for blocks can be defined as follows:
+#
+# By sound type:
+# WOOD=1.0
+#
+# By block tag:
+# \#minecraft\:logs=1.0
+#
+# By block ID:
+# minecraft\:oak_log=1.0
+
+# Sculk Sensor (Sound Type)
+SCULK_SENSOR=0.5
+# Candle (Sound Type)
+CANDLE=0.5
+# Small Amethyst Bud (Sound Type)
+SMALL_AMETHYST_BUD=0.5
+# Deepslate Tiles (Sound Type)
+DEEPSLATE_TILES=1.5
+# Basalt (Sound Type)
+BASALT=1.5
+# Sculk Vein (Sound Type)
+SCULK_VEIN=0.5
+# Ancient Debris (Sound Type)
+ANCIENT_DEBRIS=0.5
+# Netherite Block (Sound Type)
+NETHERITE_BLOCK=1.5
+# Moss Carpet (Sound Type)
+MOSS_CARPET=0.5
+# Mud (Sound Type)
+MUD=0.5
+# Lily Pad (Sound Type)
+LILY_PAD=0.5
+# Wet Grass (Sound Type)
+WET_GRASS=0.5
+# Weeping Vines (Sound Type)
+WEEPING_VINES=0.5
+# Medium Amethyst Bud (Sound Type)
+MEDIUM_AMETHYST_BUD=0.5
+# Bone Block (Sound Type)
+BONE_BLOCK=1.5
+# Roots (Sound Type)
+ROOTS=0.5
+# Sweet Berry Bush (Sound Type)
+SWEET_BERRY_BUSH=0.5
+# Lodestone (Sound Type)
+LODESTONE=0.5
+# Snow (Sound Type)
+SNOW=0.15
+# Frogspawn (Sound Type)
+FROGSPAWN=0.5
+# Crop (Sound Type)
+CROP=0.5
+# Chiseled Bookshelf (Sound Type)
+CHISELED_BOOKSHELF=0.5
+# Muddy Mangrove Roots (Sound Type)
+MUDDY_MANGROVE_ROOTS=0.5
+# Small Dripleaf (Sound Type)
+SMALL_DRIPLEAF=0.5
+# Hard Crop (Sound Type)
+HARD_CROP=0.5
+# Spore Blossom (Sound Type)
+SPORE_BLOSSOM=0.5
+# Froglight (Sound Type)
+FROGLIGHT=0.5
+# Sculk Shrieker (Sound Type)
+SCULK_SHRIEKER=0.5
+# Deepslate Bricks (Sound Type)
+DEEPSLATE_BRICKS=1.5
+# Nether Wart (Sound Type)
+NETHER_WART=0.5
+# Rooted Dirt (Sound Type)
+ROOTED_DIRT=0.5
+# Soul Sand (Sound Type)
+SOUL_SAND=0.2
+# Nether Wood Hanging Sign (Sound Type)
+NETHER_WOOD_HANGING_SIGN=0.5
+# Bamboo Wood Hanging Sign (Sound Type)
+BAMBOO_WOOD_HANGING_SIGN=0.5
+# Decorated Pot (Sound Type)
+DECORATED_POT=0.5
+# Wart Block (Sound Type)
+WART_BLOCK=0.5
+# Calcite (Sound Type)
+CALCITE=1.5
+# Suspicious Sand (Sound Type)
+SUSPICIOUS_SAND=0.5
+# Deepslate (Sound Type)
+DEEPSLATE=1.5
+# Moss (Sound Type)
+MOSS=0.1
+# Big Dripleaf (Sound Type)
+BIG_DRIPLEAF=0.5
+# Packed Mud (Sound Type)
+PACKED_MUD=0.5
+# Pointed Dripstone (Sound Type)
+POINTED_DRIPSTONE=0.5
+# Vine (Sound Type)
+VINE=0.5
+# Powder Snow (Sound Type)
+POWDER_SNOW=0.5
+# Sculk Catalyst (Sound Type)
+SCULK_CATALYST=0.5
+# Wool (Sound Type)
+WOOL=0.1
+# Glow Lichen (Sound Type)
+GLOW_LICHEN=0.5
+# Glass (Sound Type)
+GLASS=0.75
+# Hanging Roots (Sound Type)
+HANGING_ROOTS=0.5
+# Copper (Sound Type)
+COPPER=1.25
+# Bamboo Sapling (Sound Type)
+BAMBOO_SAPLING=0.5
+# Fungus (Sound Type)
+FUNGUS=0.5
+# Cave Vines (Sound Type)
+CAVE_VINES=0.5
+# Dripstone Block (Sound Type)
+DRIPSTONE_BLOCK=0.5
+# Cherry Sapling (Sound Type)
+CHERRY_SAPLING=0.5
+# Scaffolding (Sound Type)
+SCAFFOLDING=0.5
+# Bamboo (Sound Type)
+BAMBOO=0.5
+# Cherry Wood (Sound Type)
+CHERRY_WOOD=0.5
+# Netherrack (Sound Type)
+NETHERRACK=1.1
+# Tuff (Sound Type)
+TUFF=1.5
+# Slime Block (Sound Type)
+SLIME_BLOCK=0.5
+# Lantern (Sound Type)
+LANTERN=0.5
+# Bamboo Wood (Sound Type)
+BAMBOO_WOOD=0.5
+# Anvil (Sound Type)
+ANVIL=0.5
+# Suspicious Gravel (Sound Type)
+SUSPICIOUS_GRAVEL=0.5
+# Flowering Azalea (Sound Type)
+FLOWERING_AZALEA=0.5
+# Amethyst Cluster (Sound Type)
+AMETHYST_CLUSTER=0.5
+# Metal (Sound Type)
+METAL=1.25
+# Cherry Leaves (Sound Type)
+CHERRY_LEAVES=0.5
+# Hanging Sign (Sound Type)
+HANGING_SIGN=0.5
+# Stone (Sound Type)
+STONE=1.5
+# Coral Block (Sound Type)
+CORAL_BLOCK=0.2
+# Grass (Sound Type)
+GRASS=0.3
+# Mangrove Roots (Sound Type)
+MANGROVE_ROOTS=0.5
+# Azalea (Sound Type)
+AZALEA=0.5
+# Soul Soil (Sound Type)
+SOUL_SOIL=0.2
+# Nether Gold Ore (Sound Type)
+NETHER_GOLD_ORE=1.1
+# Ladder (Sound Type)
+LADDER=0.5
+# Stem (Sound Type)
+STEM=0.4
+# Nylium (Sound Type)
+NYLIUM=0.5
+# Sculk (Sound Type)
+SCULK=0.5
+# Chain (Sound Type)
+CHAIN=0.5
+# Large Amethyst Bud (Sound Type)
+LARGE_AMETHYST_BUD=0.5
+# Nether Wood (Sound Type)
+NETHER_WOOD=0.5
+# Decorated Pot Cracked (Sound Type)
+DECORATED_POT_CRACKED=0.5
+# Honey Block (Sound Type)
+HONEY_BLOCK=0.1
+# Azalea Leaves (Sound Type)
+AZALEA_LEAVES=0.5
+# Wood (Sound Type)
+WOOD=0.4
+# Gravel (Sound Type)
+GRAVEL=0.3
+# Gilded Blackstone (Sound Type)
+GILDED_BLACKSTONE=0.5
+# Twisting Vines (Sound Type)
+TWISTING_VINES=0.5
+# Nether Sprouts (Sound Type)
+NETHER_SPROUTS=0.5
+# Polished Deepslate (Sound Type)
+POLISHED_DEEPSLATE=1.5
+# Nether Bricks (Sound Type)
+NETHER_BRICKS=1.5
+# Amethyst (Sound Type)
+AMETHYST=1.5
+# Cherry Wood Hanging Sign (Sound Type)
+CHERRY_WOOD_HANGING_SIGN=0.5
+# Shroomlight (Sound Type)
+SHROOMLIGHT=0.5
+# Sand (Sound Type)
+SAND=0.2
+# Mud Bricks (Sound Type)
+MUD_BRICKS=0.5
+# Nether Ore (Sound Type)
+NETHER_ORE=1.1
diff --git a/config/sound_physics_remastered/soundphysics.properties b/config/sound_physics_remastered/soundphysics.properties
index c7e1de3..e8c1429 100644
--- a/config/sound_physics_remastered/soundphysics.properties
+++ b/config/sound_physics_remastered/soundphysics.properties
@@ -1,83 +1,83 @@
-# Enables/Disables all sound effects
-enabled=true
-# Affects how quiet a sound gets based on distance
-# Lower values mean distant sounds are louder
-# This setting requires you to be in singleplayer or having the mod installed on the server
-# 1.0 is the physically correct value
-attenuation_factor=1.0
-# The volume of simulated reverberations
-reverb_gain=1.0
-# The brightness of reverberation
-# Higher values result in more high frequencies in reverberation
-# Lower values give a more muffled sound to the reverb
-reverb_brightness=1.0
-# The amount of sound that will be absorbed when traveling through blocks
-block_absorption=1.0
-# Higher values mean smaller objects won't be considered as occluding
-occlusion_variation=0.35
-# The default amount of sound reflectance energy for all blocks
-# Lower values result in more conservative reverb simulation with shorter reverb tails
-# Higher values result in more generous reverb simulation with higher reverb tails
-default_block_reflectivity=0.5
-# The default amount of occlusion for all blocks
-# Lower values will result in sounds being less muffled through walls
-# Higher values mean sounds will be not audible though thicker walls
-default_block_occlusion_factor=1.0
-# Minecraft won't allow sounds to play past a certain distance
-# This parameter is a multiplier for how far away a sound source is allowed to be in order for it to actually play
-# This setting only takes affect in singleplayer worlds and when installed on the server
-sound_distance_allowance=4.0
-# A value controlling the amount that air absorbs high frequencies with distance
-# A value of 1.0 is physically correct for air with normal humidity and temperature
-# Higher values mean air will absorb more high frequencies with distance
-# 0 disables this effect
-air_absorption=1.0
-# How much sound is filtered when the player is underwater
-# 0.0 means no filter
-# 1.0 means fully filtered
-underwater_filter=1.0
-# Whether sounds like cave, nether or underwater ambient sounds should have sound physics
-evaluate_ambient_sounds=false
-# The number of rays to trace to determine reverberation for each sound source
-# More rays provides more consistent tracing results but takes more time to calculate
-# Decrease this value if you experience lag spikes when sounds play
-environment_evaluation_ray_count=32
-# The number of rays bounces to trace to determine reverberation for each sound source
-# More bounces provides more echo and sound ducting but takes more time to calculate
-# Decrease this value if you experience lag spikes when sounds play
-environment_evaluation_ray_bounces=4
-# If sound hits a non-full-square side, block occlusion is multiplied by this
-non_full_block_occlusion_factor=0.25
-# The maximum amount of rays to determine occlusion
-# Directly correlates to the amount of blocks between walls that are considered
-max_occlusion_rays=16
-# The amount at which occlusion is capped
-max_occlusion=64.0
-# If enabled, the occlusion calculation only uses one path between the sound source and the listener instead of 9
-strict_occlusion=false
-# Whether to try calculating where the sound should come from based on reflections
-sound_direction_evaluation=true
-# Skip redirecting non-occluded sounds (the ones you can see directly)
-redirect_non_occluded_sounds=true
-# If music discs or other longer sounds should be frequently reevaluated
-update_moving_sounds=false
-# The interval in ticks that moving sounds are reevaluated
-# Lower values mean more frequent reevaluation but also more lag
-# This option only takes effect if update_moving_sounds is enabled
-sound_update_interval=5
-# Enables debug logging
-debug_logging=false
-# Provides more information about occlusion in the logs
-occlusion_logging=false
-# Provides more information about the environment calculation in the logs
-environment_logging=false
-# Provides more information about how long computations take
-performance_logging=false
-# If enabled, the path of the sound will be rendered in game
-render_sound_bounces=false
-# If enabled, occlusion will be visualized in game
-render_occlusion=false
-# Enables/Disables sound effects for Simple Voice Chat audio
-simple_voice_chat_integration=true
-# Enables/Disables hearing your own echo with Simple Voice Chat
-simple_voice_chat_hear_self=false
+# Enables/Disables all sound effects
+enabled=true
+# Affects how quiet a sound gets based on distance
+# Lower values mean distant sounds are louder
+# This setting requires you to be in singleplayer or having the mod installed on the server
+# 1.0 is the physically correct value
+attenuation_factor=1.0
+# The volume of simulated reverberations
+reverb_gain=1.0
+# The brightness of reverberation
+# Higher values result in more high frequencies in reverberation
+# Lower values give a more muffled sound to the reverb
+reverb_brightness=1.0
+# The amount of sound that will be absorbed when traveling through blocks
+block_absorption=1.0
+# Higher values mean smaller objects won't be considered as occluding
+occlusion_variation=0.35
+# The default amount of sound reflectance energy for all blocks
+# Lower values result in more conservative reverb simulation with shorter reverb tails
+# Higher values result in more generous reverb simulation with higher reverb tails
+default_block_reflectivity=0.5
+# The default amount of occlusion for all blocks
+# Lower values will result in sounds being less muffled through walls
+# Higher values mean sounds will be not audible though thicker walls
+default_block_occlusion_factor=1.0
+# Minecraft won't allow sounds to play past a certain distance
+# This parameter is a multiplier for how far away a sound source is allowed to be in order for it to actually play
+# This setting only takes affect in singleplayer worlds and when installed on the server
+sound_distance_allowance=4.0
+# A value controlling the amount that air absorbs high frequencies with distance
+# A value of 1.0 is physically correct for air with normal humidity and temperature
+# Higher values mean air will absorb more high frequencies with distance
+# 0 disables this effect
+air_absorption=1.0
+# How much sound is filtered when the player is underwater
+# 0.0 means no filter
+# 1.0 means fully filtered
+underwater_filter=1.0
+# Whether sounds like cave, nether or underwater ambient sounds should have sound physics
+evaluate_ambient_sounds=false
+# The number of rays to trace to determine reverberation for each sound source
+# More rays provides more consistent tracing results but takes more time to calculate
+# Decrease this value if you experience lag spikes when sounds play
+environment_evaluation_ray_count=32
+# The number of rays bounces to trace to determine reverberation for each sound source
+# More bounces provides more echo and sound ducting but takes more time to calculate
+# Decrease this value if you experience lag spikes when sounds play
+environment_evaluation_ray_bounces=4
+# If sound hits a non-full-square side, block occlusion is multiplied by this
+non_full_block_occlusion_factor=0.25
+# The maximum amount of rays to determine occlusion
+# Directly correlates to the amount of blocks between walls that are considered
+max_occlusion_rays=16
+# The amount at which occlusion is capped
+max_occlusion=64.0
+# If enabled, the occlusion calculation only uses one path between the sound source and the listener instead of 9
+strict_occlusion=false
+# Whether to try calculating where the sound should come from based on reflections
+sound_direction_evaluation=true
+# Skip redirecting non-occluded sounds (the ones you can see directly)
+redirect_non_occluded_sounds=true
+# If music discs or other longer sounds should be frequently reevaluated
+update_moving_sounds=false
+# The interval in ticks that moving sounds are reevaluated
+# Lower values mean more frequent reevaluation but also more lag
+# This option only takes effect if update_moving_sounds is enabled
+sound_update_interval=5
+# Enables debug logging
+debug_logging=false
+# Provides more information about occlusion in the logs
+occlusion_logging=false
+# Provides more information about the environment calculation in the logs
+environment_logging=false
+# Provides more information about how long computations take
+performance_logging=false
+# If enabled, the path of the sound will be rendered in game
+render_sound_bounces=false
+# If enabled, occlusion will be visualized in game
+render_occlusion=false
+# Enables/Disables sound effects for Simple Voice Chat audio
+simple_voice_chat_integration=true
+# Enables/Disables hearing your own echo with Simple Voice Chat
+simple_voice_chat_hear_self=false
diff --git a/config/starterkit/starterkit.txt b/config/starterkit/starterkit.txt
index 9e1c11a..895cad6 100644
--- a/config/starterkit/starterkit.txt
+++ b/config/starterkit/starterkit.txt
@@ -38,4 +38,4 @@
32 : '',
33 : '',
34 : '',
-35 : '',
+35 : '',
diff --git a/config/structure_gel-client.toml b/config/structure_gel-client.toml
index f9d7a72..9f8f512 100644
--- a/config/structure_gel-client.toml
+++ b/config/structure_gel-client.toml
@@ -1,11 +1,11 @@
-
-[rendering]
- #
- # Displays info on top of Structure Blocks and Jigsaws in world.
- # Default: true
- show_structure_block_info = true
- #
- # Makes the render used by the Building Tool operate in a threaded context.
- # Default: true
- thread_building_tool = true
-
+
+[rendering]
+ #
+ # Displays info on top of Structure Blocks and Jigsaws in world.
+ # Default: true
+ show_structure_block_info = true
+ #
+ # Makes the render used by the Building Tool operate in a threaded context.
+ # Default: true
+ thread_building_tool = true
+
diff --git a/config/structure_gel-common.toml b/config/structure_gel-common.toml
index 13c9391..91a2905 100644
--- a/config/structure_gel-common.toml
+++ b/config/structure_gel-common.toml
@@ -1,31 +1,31 @@
-
-[building_tool]
- #
- # The amount of undo operations saved by the Building Tool.
- # Default: 64
- #Range: 8 ~ 256
- max_undos = 64
- #
- # The amount hours that a player's actions should stay in memory for. Use -1 to save forever.
- # Default: 24
- #Range: -1 ~ 240
- expiration_time = 24
- #
- # The amount of copied block regions that can be stored at a time with the Clone tool.
- # Default: 9
- #Range: 1 ~ 32
- clipboard_size = 9
-
-[debug]
- #
- # When true, allows extra debug logging to be printed to the console.
- # Default: false
- console_debug = false
- #
- # When true:
- # - Gel blocks can be clicked through like air when holding items that don't interact with them.
- # - Gel blocks can be replaced like air when not holding gel or crouching.
- # - Gel blocks automatically replace destroyed neighboring blocks.
- # Default: true
- advanced_gel_behavior = true
-
+
+[building_tool]
+ #
+ # The amount of undo operations saved by the Building Tool.
+ # Default: 64
+ #Range: 8 ~ 256
+ max_undos = 64
+ #
+ # The amount hours that a player's actions should stay in memory for. Use -1 to save forever.
+ # Default: 24
+ #Range: -1 ~ 240
+ expiration_time = 24
+ #
+ # The amount of copied block regions that can be stored at a time with the Clone tool.
+ # Default: 9
+ #Range: 1 ~ 32
+ clipboard_size = 9
+
+[debug]
+ #
+ # When true, allows extra debug logging to be printed to the console.
+ # Default: false
+ console_debug = false
+ #
+ # When true:
+ # - Gel blocks can be clicked through like air when holding items that don't interact with them.
+ # - Gel blocks can be replaced like air when not holding gel or crouching.
+ # - Gel blocks automatically replace destroyed neighboring blocks.
+ # Default: true
+ advanced_gel_behavior = true
+
diff --git a/config/structurize-client.toml b/config/structurize-client.toml
index 6cf8ba8..bd3e63d 100644
--- a/config/structurize-client.toml
+++ b/config/structurize-client.toml
@@ -1,18 +1,18 @@
-
-[blueprint]
-
- #Affects all previews
- [blueprint.renderer]
- #If disabled show placeholders as normal blocks, if enabled render: any (light) -> nothing, fluid (blue) -> dimension default fluid, solid (brown) -> worldgen block, tag (transparent) -> content block. Fluid and solid only work in singleplayer/for LAN owner, else it's just best guess. Currently without auto-updating [Default: false]
- render_placeholders_nice = false
- #Enabling this will send most of your active previews to nearby players [Default: false]
- share_previews = false
- #Once enabled you will see previews from other players within sensible distance [Default: false]
- see_shared_previews = false
- #-1 for same as current vanilla world, 0 to 15 (min to max) for static light level [Default: 15, min: -1, max: 15]
- #Range: -1 ~ 15
- light_level = 15
- #From 0 (transparent) to 1 (opaque). ALPHA FEATURE, reported bugs may not receive fix. (Minus values also mean disabled) [Default: -1.0, min: -1.0, max: 1.0]
- #Range: -1.0 ~ 1.0
- transparency = -1.0
-
+
+[blueprint]
+
+ #Affects all previews
+ [blueprint.renderer]
+ #If disabled show placeholders as normal blocks, if enabled render: any (light) -> nothing, fluid (blue) -> dimension default fluid, solid (brown) -> worldgen block, tag (transparent) -> content block. Fluid and solid only work in singleplayer/for LAN owner, else it's just best guess. Currently without auto-updating [Default: false]
+ render_placeholders_nice = false
+ #Enabling this will send most of your active previews to nearby players [Default: false]
+ share_previews = false
+ #Once enabled you will see previews from other players within sensible distance [Default: false]
+ see_shared_previews = false
+ #-1 for same as current vanilla world, 0 to 15 (min to max) for static light level [Default: 15, min: -1, max: 15]
+ #Range: -1 ~ 15
+ light_level = 15
+ #From 0 (transparent) to 1 (opaque). ALPHA FEATURE, reported bugs may not receive fix. (Minus values also mean disabled) [Default: -1.0, min: -1.0, max: 1.0]
+ #Range: -1.0 ~ 1.0
+ transparency = -1.0
+
diff --git a/config/supplementaries-client.toml b/config/supplementaries-client.toml
index a9af9f9..7007d76 100644
--- a/config/supplementaries-client.toml
+++ b/config/supplementaries-client.toml
@@ -1,272 +1,272 @@
-
-#Tweak and change the various block animations.
-#Only cosmetic stuff in here so to leave default if not interested.
-#Remember to delete this and server configs and let it refresh every once in a while since I might have tweaked it
-[blocks]
-
- [blocks.globe]
- #Enable a random globe texture for each world
- random_world = true
- #Displays current coordinates when using a globe
- show_coordinates = true
-
- [blocks.notice_board]
- #Allows notice board displayed text to be centered instead of being left aligned
- centered_text = true
-
- [blocks.clock_block]
- #Display 24h time format. False for 12h format
- 24h_format = true
-
- [blocks.pedestal]
- #Enable displayed item spin
- spin = true
- #Spin speed
- #Range: 0.0 ~ 100.0
- speed = 2.0
- #Enable special display types for items like swords, tridents or end crystals
- fancy_renderers = true
-
- [blocks.bubble_block]
- #Wobbling intensity. set to 0 to disable
- #Range: 0.0 ~ 1.0
- wobble = 0.2
- #How fast it grows when created. 1 to be instant
- #Range: 0.0 ~ 1.0
- grow_speed = 0.4
-
- [blocks.item_shelf]
- #Translate down displayed 3d blocks so that they are touching the shelf.
- #Note that they will not be centered vertically this way
- supported_blocks = true
-
- [blocks.wind_vane]
- #Wind vane animation swings according to this equation:
- #angle(time) = max_angle_1*sin(2pi*time*pow/period_1) + *sin(2pi*time*pow/)
- #where:
- # - pow = max(1,redstone_power*)
- # - time = time in ticks
- # - redstone_power = block redstone power
- # = how much frequency changes depending on power. 2 means it spins twice as fast each power level (2* for rain, 4* for thunder)
- #increase to have more distinct indication when weather changes
- #Range: 1.0 ~ 100.0
- power_scaling = 3.0
- #Amplitude (maximum angle) of first sine wave
- #Range: 0.0 ~ 360.0
- max_angle_1 = 30.0
- #Range: 0.0 ~ 360.0
- max_angle_2 = 10.0
- #Base period in ticks at 0 power of first sine wave
- #Range: 0.0 ~ 2000.0
- period_1 = 450.0
- #This should be kept period_1/3 for a symmetric animation
- #Range: 0.0 ~ 2000.0
- period_2 = 150.0
-
- [blocks.flag]
- #How slow a flag will oscillate. (Period of oscillation)
- #Lower value = faster oscillation
- #Range: 0 ~ 10000
- slowness = 100
- #How wavy the animation will be in pixels. (Wavelength)
- #Range: 0.001 ~ 100.0
- wavyness = 4.0
- #How tall the wave lobes will be. (Wave amplitude)
- #Range: 0.0 ~ 100.0
- intensity = 1.0
- #How much the wave amplitude increases each pixel. (Amplitude increment per pixel)
- #Range: 0.0 ~ 10.0
- intensity_increment = 0.3
- #At which graphic settings flags will have a fancy renderer: 0=fast, 1=fancy, 2=fabulous
- #Allowed Values: FAST, FANCY, FABULOUS
- fanciness = "FABULOUS"
- #Makes flags render as sideways banner. Ignores many of the previously defined configs
- render_as_banner = false
-
- [blocks.captured_mobs]
- #THIS IS ONLY FOR VISUALS! To allow more entities in cages you need to edit the respective tags!
- #A list of mobs that can be ticked on client side when inside jars. Mainly used for stuff that has particles. Can cause issues and side effects so use with care
- tickable_inside_jars = ["iceandfire:pixie", "druidcraft:dreadfish", "druidcraft:lunar_moth", "alexsmobs:hummingbird"]
-
- [blocks.wall_lantern]
- #Makes wall lantern use a simple block model instead of the animated tile entity renderer. This will make them render much faster but will also remove the animationNote that this option only affect lanterns close by as the one far away render as fast by default
- fast_lanterns = false
-
- [blocks.wall_lantern.swing_physics]
- frequency = 0.6
- collision_considers_entity_hitbox = true
- collision_inertia = 1.0
- collision_force = 15.0
- min_angle = 0.79999995
- max_angle = 60.0
- damping = 0.525
-
- [blocks.enhanced_hanging_sign]
- #Modifies vanilla hanging signs to make them like old Supplementaries ones
- enabled = true
- #Makes supplementaries hanging signs use a simple block model instead of the animated tile entity renderer. This will make them render much faster but will also remove the animationNote that this option only affect lanterns close by as the one far away render as fast by default
- fast_signs = false
-
- [blocks.enhanced_hanging_sign.swing_physics]
- frequency = 0.6
- collision_considers_entity_hitbox = true
- collision_inertia = 1.0
- collision_force = 15.0
- min_angle = 0.79999995
- max_angle = 60.0
- damping = 0.525
-
- [blocks.turn_table]
- #Display visual particles when a block is rotated
- turn_particles = true
-
- [blocks.speaker_block]
- #Mute speaker block incoming narrator messages and displays them in chat instead
- mute_narrator = true
-
- [blocks.rope]
- #Amplitude of rope wobbling effect
- #Range: 0.0 ~ 20.0
- wobbling_amplitude = 1.2
- #Period of rope wobbling effect
- #Range: 0.01 ~ 200.0
- wobbling_period = 12.0
-
- [blocks.hat_stand]
-
- [blocks.hat_stand.swing_physics]
- frequency = 1.5
- collision_considers_entity_hitbox = true
- collision_inertia = 1.5
- collision_force = 15.0
- min_angle = 0.0
- max_angle = 54.999996
- damping = 1.625
-
-#Particle parameters
-[particles]
-
- #Rotation particle
- [particles.turn_particle]
- #An RGBA color
- initial_color = "2a77ea"
- #An RGBA color
- fade_color = "32befa"
-
-#General settings
-[general]
- #Enable Quark style config button on main menu. Needs Configured installed to work
- config_button = false
- #Show some tooltip hints to guide players through the mod
- tooltip_hints = true
- #Show tooltips items that have been made placeable
- placeable_tooltips = true
- #Enables custom Configured config screen
- custom_configured_screen = true
- #ignore this
- #Range: -10.0 ~ 10.0
- test1 = 0.0
- #ignore this
- #Range: -10.0 ~ 10.0
- test2 = 0.0
- #ignore this
- #Range: -10.0 ~ 10.0
- test3 = 0.0
- #Disables Optifine warn screen
- no_optifine_warn_screen = false
- #Config button Y offset
- #Range: -10000 ~ 10000
- config_button_y_offset = 0
-
-#Game tweaks
-[tweaks]
- #Colors the brewing stand potion texture depending on the potions it's brewing.
- #If using a resource pack add tint index from 0 to 3 to the 3 potion layers
- brewing_stand_colors = true
- #Makes tipped arrows show their colors when loaded with a crossbow
- crossbows_colors = true
- #Allow to right click with a clock to display current time in numerical form
- clock_right_click = true
- #Allow to right click with a compass to display current coordinates in numerical form
- compass_right_click = false
- #Renders an enchantment glint on placeable enchanted booksNote that turning this on will make book piles use tile renderer instead of baked models making them slower to render
- placeable_books_glint = false
- #Placeable books random colors
- placeable_books_random_colors = ["brown", "orange", "yellow", "red", "green", "lime", "cyan", "blue", "purple"]
- #Enables banner pattern tooltip image preview
- banner_pattern_tooltip = true
- #Enables paintings tooltip image preview
- paintings_tooltip = true
- #Enables sherds tooltip image preview
- sherds_tooltip = true
- #Size of the tooltip image used for Sherds, Blackboards, Banner patterns and Paintings
- #Range: 1 ~ 255
- tooltip_image_size = 80
- #Wearing mob heads will apply post processing
- mob_head_shaders = true
- #Sends your current chat when you die while typing
- send_chat_on_death = true
- #A scalar multiplier that will be applied to sign text making it brighter, supposedly more legible
- #Range: 0.0 ~ 5.0
- sign_text_color_multiplier = 1.2000000476837158
-
- [tweaks.colored_maps]
- #Needs the server config with same name on. If on here it will ignore the server one and keep vanilla colors
- tinted_blocks_on_maps = true
- #Colors tall grass same color as grass
- tall_grass_color = true
- #Makes colored maps a bit more accurate. Might affect performance
- accurate_colors = false
-
-[items]
-
- [items.slingshot]
- #Adds an overlay to slingshots in gui displaying currently selected block
- overlay = true
- #Render the block outline for distant blocks that are reachable with a slingshot enchanted with Stasis
- stasis_block_outline = true
- #An RGBA color for the block outline in hex format, for example 0x00000066 for vanilla outline colors
- block_outline_color = "ffffff66"
- #How big should a slingshot projectile look
- #Range: 0.0 ~ 1.0
- projectile_scale = 0.5
-
- [items.quiver]
- #Z offset for quiver render when wearing armor. Useful for when you have custom armor bigger than vanilla to void clipping. Leave at -1 for automatic offset
- #Range: -1.0 ~ 1.0
- armor_render_offset = -1.0
- #How quivers should render onto players
- #Allowed Values: HIDDEN, BACK, HIP, THIGH
- render_mode = "THIGH"
- #How skeleton with quivers should render it
- #Allowed Values: HIDDEN, BACK, HIP, THIGH
- skeleton_render_mode = "THIGH"
- #Adds an overlay to quivers in gui displaying currently selected arrow
- overlay = true
- #Allows using your mouse to select an arrow in the quiver GUI
- mouse_movement_in_gui = true
- #Quiver GUI X offset from default position
- #Range: -1000 ~ 1000
- gui_x_offset = 0
- #Quiver GUI Y offset from default position
- #Range: -1000 ~ 1000
- gui_y_offset = 0
-
- [items.wrench]
- #Display visual particles when a block is rotated
- turn_particles = true
-
- [items.flute]
- #Display visual particles when a playing a flute
- note_particles = true
-
- [items.altimeter]
- #Click action for depth meter which displays current depth
- click_action = true
- #Allows depth meter to have unique textures per each dimension. Add more dimensions IDs and a matching texture in the correct path replacing ':' with '_'
- #This is a list. Add more entries with syntax [[...]]
- extra_dimension_textures = ["minecraft:the_nether", "minecraft:the_end"]
- #Increasing this to be more than 1 will result in delth meter display image to be shown in float amounts instead of pixel perfect ones
- #Range: 1 ~ 10
- texture_precision_multiplier = 1
-
+
+#Tweak and change the various block animations.
+#Only cosmetic stuff in here so to leave default if not interested.
+#Remember to delete this and server configs and let it refresh every once in a while since I might have tweaked it
+[blocks]
+
+ [blocks.globe]
+ #Enable a random globe texture for each world
+ random_world = true
+ #Displays current coordinates when using a globe
+ show_coordinates = true
+
+ [blocks.notice_board]
+ #Allows notice board displayed text to be centered instead of being left aligned
+ centered_text = true
+
+ [blocks.clock_block]
+ #Display 24h time format. False for 12h format
+ 24h_format = true
+
+ [blocks.pedestal]
+ #Enable displayed item spin
+ spin = true
+ #Spin speed
+ #Range: 0.0 ~ 100.0
+ speed = 2.0
+ #Enable special display types for items like swords, tridents or end crystals
+ fancy_renderers = true
+
+ [blocks.bubble_block]
+ #Wobbling intensity. set to 0 to disable
+ #Range: 0.0 ~ 1.0
+ wobble = 0.2
+ #How fast it grows when created. 1 to be instant
+ #Range: 0.0 ~ 1.0
+ grow_speed = 0.4
+
+ [blocks.item_shelf]
+ #Translate down displayed 3d blocks so that they are touching the shelf.
+ #Note that they will not be centered vertically this way
+ supported_blocks = true
+
+ [blocks.wind_vane]
+ #Wind vane animation swings according to this equation:
+ #angle(time) = max_angle_1*sin(2pi*time*pow/period_1) + *sin(2pi*time*pow/)
+ #where:
+ # - pow = max(1,redstone_power*)
+ # - time = time in ticks
+ # - redstone_power = block redstone power
+ # = how much frequency changes depending on power. 2 means it spins twice as fast each power level (2* for rain, 4* for thunder)
+ #increase to have more distinct indication when weather changes
+ #Range: 1.0 ~ 100.0
+ power_scaling = 3.0
+ #Amplitude (maximum angle) of first sine wave
+ #Range: 0.0 ~ 360.0
+ max_angle_1 = 30.0
+ #Range: 0.0 ~ 360.0
+ max_angle_2 = 10.0
+ #Base period in ticks at 0 power of first sine wave
+ #Range: 0.0 ~ 2000.0
+ period_1 = 450.0
+ #This should be kept period_1/3 for a symmetric animation
+ #Range: 0.0 ~ 2000.0
+ period_2 = 150.0
+
+ [blocks.flag]
+ #How slow a flag will oscillate. (Period of oscillation)
+ #Lower value = faster oscillation
+ #Range: 0 ~ 10000
+ slowness = 100
+ #How wavy the animation will be in pixels. (Wavelength)
+ #Range: 0.001 ~ 100.0
+ wavyness = 4.0
+ #How tall the wave lobes will be. (Wave amplitude)
+ #Range: 0.0 ~ 100.0
+ intensity = 1.0
+ #How much the wave amplitude increases each pixel. (Amplitude increment per pixel)
+ #Range: 0.0 ~ 10.0
+ intensity_increment = 0.3
+ #At which graphic settings flags will have a fancy renderer: 0=fast, 1=fancy, 2=fabulous
+ #Allowed Values: FAST, FANCY, FABULOUS
+ fanciness = "FABULOUS"
+ #Makes flags render as sideways banner. Ignores many of the previously defined configs
+ render_as_banner = false
+
+ [blocks.captured_mobs]
+ #THIS IS ONLY FOR VISUALS! To allow more entities in cages you need to edit the respective tags!
+ #A list of mobs that can be ticked on client side when inside jars. Mainly used for stuff that has particles. Can cause issues and side effects so use with care
+ tickable_inside_jars = ["iceandfire:pixie", "druidcraft:dreadfish", "druidcraft:lunar_moth", "alexsmobs:hummingbird"]
+
+ [blocks.wall_lantern]
+ #Makes wall lantern use a simple block model instead of the animated tile entity renderer. This will make them render much faster but will also remove the animationNote that this option only affect lanterns close by as the one far away render as fast by default
+ fast_lanterns = false
+
+ [blocks.wall_lantern.swing_physics]
+ frequency = 0.6
+ collision_considers_entity_hitbox = true
+ collision_inertia = 1.0
+ collision_force = 15.0
+ min_angle = 0.79999995
+ max_angle = 60.0
+ damping = 0.525
+
+ [blocks.enhanced_hanging_sign]
+ #Modifies vanilla hanging signs to make them like old Supplementaries ones
+ enabled = true
+ #Makes supplementaries hanging signs use a simple block model instead of the animated tile entity renderer. This will make them render much faster but will also remove the animationNote that this option only affect lanterns close by as the one far away render as fast by default
+ fast_signs = false
+
+ [blocks.enhanced_hanging_sign.swing_physics]
+ frequency = 0.6
+ collision_considers_entity_hitbox = true
+ collision_inertia = 1.0
+ collision_force = 15.0
+ min_angle = 0.79999995
+ max_angle = 60.0
+ damping = 0.525
+
+ [blocks.turn_table]
+ #Display visual particles when a block is rotated
+ turn_particles = true
+
+ [blocks.speaker_block]
+ #Mute speaker block incoming narrator messages and displays them in chat instead
+ mute_narrator = true
+
+ [blocks.rope]
+ #Amplitude of rope wobbling effect
+ #Range: 0.0 ~ 20.0
+ wobbling_amplitude = 1.2
+ #Period of rope wobbling effect
+ #Range: 0.01 ~ 200.0
+ wobbling_period = 12.0
+
+ [blocks.hat_stand]
+
+ [blocks.hat_stand.swing_physics]
+ frequency = 1.5
+ collision_considers_entity_hitbox = true
+ collision_inertia = 1.5
+ collision_force = 15.0
+ min_angle = 0.0
+ max_angle = 54.999996
+ damping = 1.625
+
+#Particle parameters
+[particles]
+
+ #Rotation particle
+ [particles.turn_particle]
+ #An RGBA color
+ initial_color = "2a77ea"
+ #An RGBA color
+ fade_color = "32befa"
+
+#General settings
+[general]
+ #Enable Quark style config button on main menu. Needs Configured installed to work
+ config_button = false
+ #Show some tooltip hints to guide players through the mod
+ tooltip_hints = true
+ #Show tooltips items that have been made placeable
+ placeable_tooltips = true
+ #Enables custom Configured config screen
+ custom_configured_screen = true
+ #ignore this
+ #Range: -10.0 ~ 10.0
+ test1 = 0.0
+ #ignore this
+ #Range: -10.0 ~ 10.0
+ test2 = 0.0
+ #ignore this
+ #Range: -10.0 ~ 10.0
+ test3 = 0.0
+ #Disables Optifine warn screen
+ no_optifine_warn_screen = false
+ #Config button Y offset
+ #Range: -10000 ~ 10000
+ config_button_y_offset = 0
+
+#Game tweaks
+[tweaks]
+ #Colors the brewing stand potion texture depending on the potions it's brewing.
+ #If using a resource pack add tint index from 0 to 3 to the 3 potion layers
+ brewing_stand_colors = true
+ #Makes tipped arrows show their colors when loaded with a crossbow
+ crossbows_colors = true
+ #Allow to right click with a clock to display current time in numerical form
+ clock_right_click = true
+ #Allow to right click with a compass to display current coordinates in numerical form
+ compass_right_click = false
+ #Renders an enchantment glint on placeable enchanted booksNote that turning this on will make book piles use tile renderer instead of baked models making them slower to render
+ placeable_books_glint = false
+ #Placeable books random colors
+ placeable_books_random_colors = ["brown", "orange", "yellow", "red", "green", "lime", "cyan", "blue", "purple"]
+ #Enables banner pattern tooltip image preview
+ banner_pattern_tooltip = true
+ #Enables paintings tooltip image preview
+ paintings_tooltip = true
+ #Enables sherds tooltip image preview
+ sherds_tooltip = true
+ #Size of the tooltip image used for Sherds, Blackboards, Banner patterns and Paintings
+ #Range: 1 ~ 255
+ tooltip_image_size = 80
+ #Wearing mob heads will apply post processing
+ mob_head_shaders = true
+ #Sends your current chat when you die while typing
+ send_chat_on_death = true
+ #A scalar multiplier that will be applied to sign text making it brighter, supposedly more legible
+ #Range: 0.0 ~ 5.0
+ sign_text_color_multiplier = 1.2000000476837158
+
+ [tweaks.colored_maps]
+ #Needs the server config with same name on. If on here it will ignore the server one and keep vanilla colors
+ tinted_blocks_on_maps = true
+ #Colors tall grass same color as grass
+ tall_grass_color = true
+ #Makes colored maps a bit more accurate. Might affect performance
+ accurate_colors = false
+
+[items]
+
+ [items.slingshot]
+ #Adds an overlay to slingshots in gui displaying currently selected block
+ overlay = true
+ #Render the block outline for distant blocks that are reachable with a slingshot enchanted with Stasis
+ stasis_block_outline = true
+ #An RGBA color for the block outline in hex format, for example 0x00000066 for vanilla outline colors
+ block_outline_color = "ffffff66"
+ #How big should a slingshot projectile look
+ #Range: 0.0 ~ 1.0
+ projectile_scale = 0.5
+
+ [items.quiver]
+ #Z offset for quiver render when wearing armor. Useful for when you have custom armor bigger than vanilla to void clipping. Leave at -1 for automatic offset
+ #Range: -1.0 ~ 1.0
+ armor_render_offset = -1.0
+ #How quivers should render onto players
+ #Allowed Values: HIDDEN, BACK, HIP, THIGH
+ render_mode = "THIGH"
+ #How skeleton with quivers should render it
+ #Allowed Values: HIDDEN, BACK, HIP, THIGH
+ skeleton_render_mode = "THIGH"
+ #Adds an overlay to quivers in gui displaying currently selected arrow
+ overlay = true
+ #Allows using your mouse to select an arrow in the quiver GUI
+ mouse_movement_in_gui = true
+ #Quiver GUI X offset from default position
+ #Range: -1000 ~ 1000
+ gui_x_offset = 0
+ #Quiver GUI Y offset from default position
+ #Range: -1000 ~ 1000
+ gui_y_offset = 0
+
+ [items.wrench]
+ #Display visual particles when a block is rotated
+ turn_particles = true
+
+ [items.flute]
+ #Display visual particles when a playing a flute
+ note_particles = true
+
+ [items.altimeter]
+ #Click action for depth meter which displays current depth
+ click_action = true
+ #Allows depth meter to have unique textures per each dimension. Add more dimensions IDs and a matching texture in the correct path replacing ':' with '_'
+ #This is a list. Add more entries with syntax [[...]]
+ extra_dimension_textures = ["minecraft:the_nether", "minecraft:the_end"]
+ #Increasing this to be more than 1 will result in delth meter display image to be shown in float amounts instead of pixel perfect ones
+ #Range: 1 ~ 10
+ texture_precision_multiplier = 1
+
diff --git a/config/supplementaries-common.toml b/config/supplementaries-common.toml
index 3777958..58e0788 100644
--- a/config/supplementaries-common.toml
+++ b/config/supplementaries-common.toml
@@ -1,603 +1,603 @@
-
-[redstone]
- wind_vane = true
- clock_block = true
- redstone_illuminator = true
- crank = true
- cog_block = true
- gold_door = true
- gold_trapdoor = true
- lock_block = true
- crystal_display = true
- relayer = true
-
- [redstone.speaker_block]
- enabled = true
- #Enable/disable speaker block narrator mode
- narrator_enabled = true
- #Maximum block range
- #Range: 0 ~ 100000000
- range = 64
- #Max text
- #Range: 0 ~ 10000
- max_text = 32
-
- [redstone.bellows]
- enabled = true
- #bellows pushes air following this equation:
- #air=(sin(2PI*ticks/period)<0), with period = base_period-(redstone_power-1)*power_scaling
- #represents base period at 1 power
- #Range: 1 ~ 512
- base_period = 78
- #entities with velocity greater than this won't be pushed
- #Range: 0.0 ~ 16.0
- power_scaling = 2.0
- #velocity increase uses this equation:
- #vel = base_vel*((range-entity_distance)/range) with base_vel = base_velocity_scaling/period
- #note that the block will push further the faster it's pulsing
- #Range: 0.0 ~ 64.0
- base_velocity_scaling = 5.0
- #sets velocity changed flag when pushing entities +
- #causes pushing animation to be smooth client side but also restricts player movement when being pushed
- velocity_changed_flag = true
- #maximum range
- #note that it will still only keep alive the two fire blocks closer to it
- #Range: 0 ~ 16
- range = 5
-
- [redstone.spring_launcher]
- enabled = true
- #spring launcher launch speed
- #Range: 0.0 ~ 16.0
- velocity = 1.5
- #fall distance needed to trigger the automatic spring launch
- #Range: 0 ~ 512
- fall_height_required = 5
-
- [redstone.enderman_head]
- enabled = true
- #Time to increase 1 power level when being looked at
- #Range: 0 ~ 10000
- ticks_to_increase_power = 15
- #do enderman heads work when looked from any side?
- work_from_any_side = false
- drop_head = true
-
- [redstone.turn_table]
- enabled = true
- #can rotate entities standing on it?
- rotate_entities = true
-
- [redstone.pulley_block]
- enabled = true
- #Chance for a new mineshaft elevator piece to spawn
- #Range: 0.0 ~ 1.0
- mineshaft_elevator = 0.035
-
- [redstone.dispenser_minecart]
- enabled = true
- #Dispenser minecarts will have their dispenser facing forward instead of up
- face_forward = false
-
- [redstone.faucet]
- enabled = true
- #Turn off to prevent faucets from dropping items
- spill_items = true
- #Allows faucets to fill entities inventories
- fill_entities_below = false
-
-[functional]
- fodder = true
- hourglass = true
-
- [functional.rope]
- enabled = true
- #Allows ropes to be supported & attached to solid block sides
- block_side_attachment = true
- #Makes sliding down ropes as fast as free falling, still negating fall damage
- slide_on_fall = true
- #In case you want to disable supplementaries ropes you can specify here another mod rope and they will be used for rope arrows and in mineshafts instead
- rope_override = "supplementaries:rope"
- #Enables horizontal placement of ropes
- horizontal_ropes = true
-
- [functional.jar]
- enabled = true
- #Jar liquid capacity: leave at 12 for pixel accuracy
- #Range: 0 ~ 1024
- capacity = 12
- #Allow right click to instantly eat or drink food or potions inside a placed jar.
- #Disable if you think this ability is op (honey for example). Cookies are excluded
- drink_from_jar = false
- #Allows the player to directly drink from jar items
- drink_from_jar_item = false
- #Dynamically allows all small mobs inside jars depending on their hitbox size. Tinted jars can accept hostile mbos too
- jar_auto_detect = false
- #Allow Jars to capture small mobs
- jar_capture = true
- #Allow Jars to hold cookies
- jar_cookies = true
- #Allow Jars to hold liquids from bottles, buckets and bowls
- jar_liquids = true
-
- [functional.cage]
- enabled = true
- #Allows all entities to be captured by cages and jars. Not meant for survival
- allow_all_mobs = false
- #Allows all baby mobs to be captured by cages
- cage_allow_all_babies = false
- #Dynamically allows all small mobs inside cages depending on their hitbox size
- cage_auto_detect = false
- #Makes it so all (hostile) mobs captured by cages and jars will be set to persistent so they won't despawn when released
- persistent_mobs = false
- #Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level
- #Range: 1 ~ 100
- health_threshold = 100
-
- [functional.safe]
- enabled = true
- #Makes safes only breakable by their owner or by a player in creative
- prevent_breaking = false
- #Make safes simpler so they do not require keys:
- #they will be bound to the first person that opens one and only that person will be able to interact with them
- simple_safes = false
-
- [functional.sack]
- enabled = true
- #Penalize the player with slowness effect when carrying too many sacks
- sack_penalty = true
- #Maximum number of sacks after which the overencumbered effect will be applied. Each multiple of this number will increase the effect strength by one
- #Range: 0 ~ 50
- sack_increment = 2
- #How many slots should a sack have
- #Range: 1 ~ 27
- slots = 9
-
- [functional.bamboo_spikes]
- enabled = true
- tipped_spikes = true
- #Allows entities killed by spikes to drop loot as if they were killed by a player
- player_loot = false
- #Alternative mode for bamboo spikes. Allows only harmful effects to be applied on them and they obtain infinite durability
- only_allow_harmful_effects = true
- #Populate the creative inventory with all tipped spikes variations
- populate_creative_tab = true
-
- [functional.urn]
- enabled = true
- #Chance for an urn to spawn a critter from the urn_spawn tag
- #Range: 0.0 ~ 1.0
- critter_spawn_chance = 0.009999999776482582
- cave_urns = true
-
- [functional.soap]
- enabled = true
- #Dyed Bock types that cannot be cleaned with soap
- clean_blacklist = ["minecraft:glazed_terracotta", "botania:mystical_flower"]
-
- #This is a map of special blocks that can be cleaned with soap
- [functional.soap.special_blocks]
- "quark:dirty_glass" = "minecraft:glass"
- "minecraft:sticky_piston" = "minecraft:piston"
- "quark:dirty_glass_pane" = "minecraft:glass_pane"
- "#alexscaves:cave_paintings" = "alexscaves:smooth_limestone"
-
- [functional.present]
- enabled = true
- trapped_present = true
-
- [functional.flax]
- enabled = true
- wild_flax = true
-
-[building]
- lapis_bricks = true
- deepslate_lamp = true
- end_stone_lamp = true
- blackstone_lamp = true
- stone_lamp = true
- stone_tile = true
- blackstone_tile = true
- sconce = true
- sconce_lever = true
- sconce_green = false
- pancake = true
- netherite_door = true
- netherite_trapdoor = true
- checker_block = true
- raked_gravel = true
- feather_block = true
- statue = true
- flower_box = true
- doormat = true
- flint_block = true
- candle_holder = true
-
- [building.hat_stand]
- enabled = true
- #Allow all items to go on hat stand
- unrestricted = false
-
- [building.blackboard]
- enabled = true
- #Enable to draw directly on a blackboard using any dye. Gui still only works in black and white
- colored_blackboard = false
- #Interaction mode for blackboards
- #Allowed Values: BOTH, GUI, MANUAL
- interaction_mode = "BOTH"
-
- [building.timber_frame]
- enabled = true
- #Allow placing a timber frame directly on a block by holding shift
- swap_on_shift = false
- #Allows axes to remove a framed block leaving the contained block intact
- axes_strip = true
- #Replace a timber frame with wattle and daub block when daub is placed in it
- replace_daub = true
-
- [building.iron_gate]
- enabled = true
- #Allows two iron gates to be opened simultaneously when on top of the other
- double_opening = true
- #Makes iron (ang gold) gates behave like their door counterpart so for example iron gates will only be openable by redstone
- door-like_gates = false
-
- [building.item_shelf]
- enabled = true
- #Makes item shelves climbable
- climbable_shelves = false
-
- [building.sugar_cube]
- enabled = true
- #Duration in seconts of speed effect garanted to horses that eat a sugar cube
- #Range: 0 ~ 1000
- horse_speed_duration = 10
-
- [building.planter]
- enabled = true
- #Makes so saplings that grow in a planter will break it turning into rooted dirt
- broken_by_sapling = true
- #When Farmers Delight is on planter will also act like rich soil and use it in its recipe
- rich_soil_planter = true
-
- [building.notice_board]
- enabled = true
- #Allows notice boards to accept and display any item, not just maps and books
- allow_any_item = false
- #Enables a GUI for the block. Not needed as the block just holds one item which you can place by clicking on it
- gui = true
-
- [building.pedestal]
- enabled = true
- #If enabled end crystals placed on a pedestals will provide an enchantment power bonus equivalent to 3 bookshelves
- #Range: 0 ~ 100
- crystal_enchanting = 3
-
- [building.ash]
- enabled = true
- #Burnable blocks will have a chance to create ash layers when burned
- ash_from_fire = true
- #Burning mobs will drop ash when they die
- ash_from_burning_mobs = true
- #Allows rain to wash away ash layers overtime
- rain_wash_ash = true
- #Use a datapack to tweak rarity
- basalt_ash = true
-
- [building.flag]
- enabled = true
- #Allows right/left clicking on a stick to lower/raise a flag attached to it
- stick_pole = true
- #Maximum allowed pole length
- #Range: 0 ~ 256
- pole_length = 16
-
- [building.goblet]
- enabled = true
- #Allows drinking from goblets
- allow_drinking = true
-
- [building.globe]
- enabled = true
- sepia_globe = true
-
- [building.sign_post]
- enabled = true
-
- [building.sign_post.way_sign]
- #Entirely disables them from spawning
- enabled = true
- #With this option road signs will display the distance to the structure that they are pointing to
- show_distance_text = true
-
- [building.daub]
- enabled = true
- wattle_and_daub = true
-
- [building.ash_bricks]
- enabled = true
-
-[tools]
- candy = true
- stasis = true
- altimeter = true
-
- [tools.quiver]
- enabled = true
- #Allows using a quiver without being slowed down
- use_without_slow = true
- #Arrow stacks that can fit inside a quiver. Requires reboot
- #Range: 1 ~ 9
- slots = 6
- #Increase this number to alter the probability for a Skeleton with quiver to spawn. Note that this also depends on local difficulty so you wont ever see them on easy and very rarely on normal. Similar logic to equipment
- #Range: 0.0 ~ 1.0
- quiver_skeleton_spawn_chance = 0.02
- #Allows quiver to only be used when in offhand or in curio slot
- only_works_in_curio = false
- #Arrows you pickup will try to go in a quiver if available provided it has some arrow of the same type
- quiver_pickup = true
-
- [tools.bubble_blower]
- enabled = true
- #Amount of soap consumed per bubble block placed
- #Range: 1 ~ 25
- stasis_cost = 5
-
- [tools.bubble_blower.bubble_block]
- #Max lifetime of bubble blocks. Set to 10000 to have it infinite
- #Range: 1 ~ 10000
- lifetime = 1200
- #Can bubble break when touched on?
- break_when_touched = true
- #If true feather falling prevents breaking bubbles when stepping on them
- feather_falling_prevents_breaking = true
-
- [tools.wrench]
- enabled = true
- #Allows wrenches to bypass a block interaction action prioritizing their own when on said hand
- #Allowed Values: MAIN_HAND, OFF_HAND, BOTH, NONE
- bypass_when_on = "MAIN_HAND"
-
- [tools.rope_arrow]
- enabled = true
- #Max number of robe items allowed to be stored inside a rope arrow
- #Range: 1 ~ 256
- capacity = 32
- #Makes rope arrows exclusive to crossbows
- exclusive_to_crossbows = false
-
- [tools.flute]
- enabled = true
- #Radius in which an unbound flute will search pets
- #Range: 0 ~ 500
- unbound_radius = 64
- #Max distance at which a bound flute will allow a pet to teleport
- #Range: 0 ~ 500
- bound_distance = 64
-
- [tools.bomb]
- enabled = true
- #Bomb explosion radius (damage depends on this)
- #Range: 0.1 ~ 10.0
- explosion_radius = 2.0
- #Do bombs break blocks like tnt?
- #Allowed Values: ALL, WEAK, NONE
- break_blocks = "NONE"
- #Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact
- #Range: 0 ~ 100000
- bomb_fuse = 0
-
- [tools.bomb.blue_bomb]
- #Bomb explosion radius (damage depends on this)
- #Range: 0.1 ~ 10.0
- explosion_radius = 5.15
- #Do bombs break blocks like tnt?
- #Allowed Values: ALL, WEAK, NONE
- break_blocks = "NONE"
-
- [tools.slingshot]
- enabled = true
- #Slingshot range multiplier. Affect the initial projectile speed
- #Range: 0.0 ~ 5.0
- range_multiplier = 1.0
- #Time in ticks to fully charge a slingshot
- #Range: 0 ~ 100
- charge_time = 20
- #Deceleration for the stasis projectile
- #Range: 0.1 ~ 1.0
- stasis_deceleration = 0.9625
- #Allow enderman to intercept any slingshot projectile
- unrestricted_enderman_intercept = true
- #Allows splash potions to be thrown by slingshots
- allow_splash_potions = false
- #Allows bombs to be thrown by slingshots
- allow_bombs = false
- #Allows fire charges to be thrown by slingshots
- allow_fire_charges = false
- #Allows snowballs to be thrown by slingshots
- allow_snowballs = false
- #Allows enderpearls to be thrown by slingshots
- allow_enderpearls = false
-
- [tools.antique_ink]
- enabled = true
-
- [tools.slice_map]
- enabled = true
- #Multiplier that will be applied by slice maps to lower their range compared to normal maps
- #Range: 0.0 ~ 1.0
- range_multiplier = 0.25
-
-#General settings
-[general]
- #Enable Creative Tab
- creative_tab = false
- #Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble
- dispensers = true
- #Creates a creative tab full of filled jars
- jar_tab = false
- #Save generated resources to disk in a 'debug' folder in your game directory. Mainly for debug purposes but can be used to generate assets in all wood types for your mods :0
- debug_save_dynamic_pack = false
- #Turn this on to disable any interaction on blocks placed by other players. This affects item shelves, signs, flower pots, and boards. Useful for protected servers. Note that it will affect only blocks placed after this is turned on and such blocks will keep being protected after this option is disabled
- server_protection = false
- #slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2
- #Range: 0.0 ~ 10.0
- red_merchant_spawn_multiplier = 1.0
-
-#Vanilla tweaks
-[tweaks]
-
- [tweaks.shulker_helmet]
- #Allows wearing shulker shells
- enabled = true
-
- [tweaks.dye_blocks]
- #Allows using dye on blocks just like with soap
- enabled = false
-
- [tweaks.traders_open_doors]
- #Allows traders to open doors (because they couldnt aparently)
- enabled = true
-
- [tweaks.dispenser_tweaks]
- #Allows dispensers to use axes on blocks to strip logs and scrape off copper oxidation and wax
- axe_strip = true
- #Enables shooting ender pearls with dispensers
- shoot_ender_pearls = true
-
- [tweaks.cake_tweaks]
- #Allows you to place a cake on top of another
- double_cake = true
- #Allows eating a cake from every side
- directional_cake = true
-
- [tweaks.mob_head_tweaks]
- #Allows you to place two mob heads on top of each other
- skull_piles = true
- #Allows candles to be placed on top of skulls
- skull_candles = true
- #Allows placing more than one candle ontop of each skull
- multiple_candles = true
-
- [tweaks.hanging_flower_pots]
- #allows you to place hanging flower pots. Works with any modded pot too
- enabled = true
-
- [tweaks.throwable_bricks]
- #Throw bricks at your foes! Might break glass blocks
- enabled = true
-
- [tweaks.lantern_tweaks]
- #Allow wall lanterns placement
- enabled = true
- #Gives high priority to wall lantern placement. Enable to override other wall lanterns placements, disable if it causes issues with other mods that use lower priority block click events
- high_priority = true
- #Mod ids of mods that have lantern block that extend the base lantern class but don't look like one
- mod_blacklist = ["extlights", "betterendforge", "tconstruct", "enigmaticlegacy"]
- #Allows ceiling lanterns to fall if their support is broken.Additionally if they fall from high enough they will break creating a fire where they land
- #Allowed Values: ON, OFF, NO_FIRE
- falling_lanterns = "NO_FIRE"
-
- [tweaks.bells_tweaks]
- #Ring a bell by clicking on a chain that's connected to it
- chain_ringing = true
- #Max chain length that allows a bell to ring
- #Range: 0 ~ 256
- chain_length = 16
-
- [tweaks.placeable_sticks]
- #Allow placeable sticks
- sticks = false
- #Allow placeable blaze rods
- blaze_rods = true
-
- [tweaks.placeable_gunpowder]
- #Allow placeable gunpowder
- enabled = true
- #Number of ticks it takes for gunpowder to burn 1 stage (out of 8). Increase to slow it down
- #Range: 0 ~ 20
- speed = 2
- #Age at which it spread to the next gunpowder block. Also affects speed
- #Range: 0 ~ 8
- spread_age = 2
-
- [tweaks.raked_gravel]
- #allow gravel to be raked with a hoe
- enabled = true
-
- [tweaks.bottle_xp]
- #Allow bottling up xp by using a bottle on an enchanting table
- enabled = false
- #bottling health cost
- #Range: 0 ~ 20
- cost = 2
- #Block that should be clicked on for bottling to work. Leave blank for enchanting table. You can put another block here from another mod if you find it more fitting
- target_block = ""
-
- [tweaks.map_tweaks]
- #Cartographers will sell 'adventurer maps' that will lead to a random vanilla structure (choosen from a thought out preset list).
- #Best kept disabled if you are adding custom adventurer maps with datapack (check the wiki for more)
- random_adventurer_maps = false
- #Enables beacons, lodestones, respawn anchors, beds, conduits, portals to be displayed on maps by clicking one of them with a map
- block_map_markers = true
- #If Quark is installed adventurer maps will be replaced by adventurer quills. These will not lag the server when generating
- quill_adventurer_maps = true
- #If Quark is installed replaces buried treasure and mansion maps with their equivalent quill form. This removes the lag spike they create when generating
- quill_vanilla_maps = true
- #Miminum search radius for quill. Used to incrase the radius of vanilla searches. For reference buried treasures are at 50 and locate is at 100 chunks
- #Range: 10 ~ 600
- min_search_radius = 75
- #Makes blocks tagged as 'tinted_on_map' use their tint color. This allows for accurate biome colors for water and grass as well as other custom block that use any tint
- tinted_blocks_on_maps = true
- #Shows a death marker on your map when you die. Requires a recovery compass in player inventory or similar
- #Allowed Values: OFF, WITH_COMPASS, ALWAYS
- death_marker = "WITH_COMPASS"
- #Select a random structure to look for instead of iterating through all of the ones in the tag returning the closest. Turning on will make ones that have diff structures (aka all different ruined portals) show up more. On could take much more time to compute
- random_adventurer_maps_select_random_structure = true
-
- [tweaks.ceiling_banners]
- #Allow banners to be placed on ceilings
- enabled = true
-
- [tweaks.placeable_books]
- #Allow books and enchanted books to be placed on the ground
- enabled = false
- #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1
- #Range: 0.0 ~ 5.0
- book_power = 1.0
- #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1
- #Range: 0.0 ~ 5.0
- enchanted_book_power = 1.334
- #Allow all books to be placed both vertically and horizontally
- mixed_books = false
- #Allows written books to be placed down. Requires shift clicking
- written_books = true
-
- [tweaks.zombie_horse]
- #Feed a stack of rotten flesh to a skeleton horse to buff him up to a zombie horse
- zombie_horse_conversion = true
- #Amount of rotten flesh needed
- #Range: 1 ~ 1000
- rotten_flesh = 64
- #Allows zombie horses to be ridden underwater
- rideable_underwater = true
- #Convert a zombie horse back by feeding it a golden carrot
- zombie_horse_inverse_conversion = true
-
- [tweaks.noteblocks_scare]
- #Noteblocks with a zombie head will scare off villagers
- enabled = true
-
- [tweaks.bad_luck_tweaks]
- #Hit a void cat, get the unluck
- cat_unluck = true
- #If you have unluck you are more likely to get hit by a lighting
- lightning_unluck = true
-
- [tweaks.golden_apple_disenchant]
- enabled = true
-
- [tweaks.item_lore]
- #Adds a recipe to add 'lore' strings to an item by combining it with a named nametag
- enabled = true
-
+
+[redstone]
+ wind_vane = true
+ clock_block = true
+ redstone_illuminator = true
+ crank = true
+ cog_block = true
+ gold_door = true
+ gold_trapdoor = true
+ lock_block = true
+ crystal_display = true
+ relayer = true
+
+ [redstone.speaker_block]
+ enabled = true
+ #Enable/disable speaker block narrator mode
+ narrator_enabled = true
+ #Maximum block range
+ #Range: 0 ~ 100000000
+ range = 64
+ #Max text
+ #Range: 0 ~ 10000
+ max_text = 32
+
+ [redstone.bellows]
+ enabled = true
+ #bellows pushes air following this equation:
+ #air=(sin(2PI*ticks/period)<0), with period = base_period-(redstone_power-1)*power_scaling
+ #represents base period at 1 power
+ #Range: 1 ~ 512
+ base_period = 78
+ #entities with velocity greater than this won't be pushed
+ #Range: 0.0 ~ 16.0
+ power_scaling = 2.0
+ #velocity increase uses this equation:
+ #vel = base_vel*((range-entity_distance)/range) with base_vel = base_velocity_scaling/period
+ #note that the block will push further the faster it's pulsing
+ #Range: 0.0 ~ 64.0
+ base_velocity_scaling = 5.0
+ #sets velocity changed flag when pushing entities +
+ #causes pushing animation to be smooth client side but also restricts player movement when being pushed
+ velocity_changed_flag = true
+ #maximum range
+ #note that it will still only keep alive the two fire blocks closer to it
+ #Range: 0 ~ 16
+ range = 5
+
+ [redstone.spring_launcher]
+ enabled = true
+ #spring launcher launch speed
+ #Range: 0.0 ~ 16.0
+ velocity = 1.5
+ #fall distance needed to trigger the automatic spring launch
+ #Range: 0 ~ 512
+ fall_height_required = 5
+
+ [redstone.enderman_head]
+ enabled = true
+ #Time to increase 1 power level when being looked at
+ #Range: 0 ~ 10000
+ ticks_to_increase_power = 15
+ #do enderman heads work when looked from any side?
+ work_from_any_side = false
+ drop_head = true
+
+ [redstone.turn_table]
+ enabled = true
+ #can rotate entities standing on it?
+ rotate_entities = true
+
+ [redstone.pulley_block]
+ enabled = true
+ #Chance for a new mineshaft elevator piece to spawn
+ #Range: 0.0 ~ 1.0
+ mineshaft_elevator = 0.035
+
+ [redstone.dispenser_minecart]
+ enabled = true
+ #Dispenser minecarts will have their dispenser facing forward instead of up
+ face_forward = false
+
+ [redstone.faucet]
+ enabled = true
+ #Turn off to prevent faucets from dropping items
+ spill_items = true
+ #Allows faucets to fill entities inventories
+ fill_entities_below = false
+
+[functional]
+ fodder = true
+ hourglass = true
+
+ [functional.rope]
+ enabled = true
+ #Allows ropes to be supported & attached to solid block sides
+ block_side_attachment = true
+ #Makes sliding down ropes as fast as free falling, still negating fall damage
+ slide_on_fall = true
+ #In case you want to disable supplementaries ropes you can specify here another mod rope and they will be used for rope arrows and in mineshafts instead
+ rope_override = "supplementaries:rope"
+ #Enables horizontal placement of ropes
+ horizontal_ropes = true
+
+ [functional.jar]
+ enabled = true
+ #Jar liquid capacity: leave at 12 for pixel accuracy
+ #Range: 0 ~ 1024
+ capacity = 12
+ #Allow right click to instantly eat or drink food or potions inside a placed jar.
+ #Disable if you think this ability is op (honey for example). Cookies are excluded
+ drink_from_jar = false
+ #Allows the player to directly drink from jar items
+ drink_from_jar_item = false
+ #Dynamically allows all small mobs inside jars depending on their hitbox size. Tinted jars can accept hostile mbos too
+ jar_auto_detect = false
+ #Allow Jars to capture small mobs
+ jar_capture = true
+ #Allow Jars to hold cookies
+ jar_cookies = true
+ #Allow Jars to hold liquids from bottles, buckets and bowls
+ jar_liquids = true
+
+ [functional.cage]
+ enabled = true
+ #Allows all entities to be captured by cages and jars. Not meant for survival
+ allow_all_mobs = false
+ #Allows all baby mobs to be captured by cages
+ cage_allow_all_babies = false
+ #Dynamically allows all small mobs inside cages depending on their hitbox size
+ cage_auto_detect = false
+ #Makes it so all (hostile) mobs captured by cages and jars will be set to persistent so they won't despawn when released
+ persistent_mobs = false
+ #Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level
+ #Range: 1 ~ 100
+ health_threshold = 100
+
+ [functional.safe]
+ enabled = true
+ #Makes safes only breakable by their owner or by a player in creative
+ prevent_breaking = false
+ #Make safes simpler so they do not require keys:
+ #they will be bound to the first person that opens one and only that person will be able to interact with them
+ simple_safes = false
+
+ [functional.sack]
+ enabled = true
+ #Penalize the player with slowness effect when carrying too many sacks
+ sack_penalty = true
+ #Maximum number of sacks after which the overencumbered effect will be applied. Each multiple of this number will increase the effect strength by one
+ #Range: 0 ~ 50
+ sack_increment = 2
+ #How many slots should a sack have
+ #Range: 1 ~ 27
+ slots = 9
+
+ [functional.bamboo_spikes]
+ enabled = true
+ tipped_spikes = true
+ #Allows entities killed by spikes to drop loot as if they were killed by a player
+ player_loot = false
+ #Alternative mode for bamboo spikes. Allows only harmful effects to be applied on them and they obtain infinite durability
+ only_allow_harmful_effects = true
+ #Populate the creative inventory with all tipped spikes variations
+ populate_creative_tab = true
+
+ [functional.urn]
+ enabled = true
+ #Chance for an urn to spawn a critter from the urn_spawn tag
+ #Range: 0.0 ~ 1.0
+ critter_spawn_chance = 0.009999999776482582
+ cave_urns = true
+
+ [functional.soap]
+ enabled = true
+ #Dyed Bock types that cannot be cleaned with soap
+ clean_blacklist = ["minecraft:glazed_terracotta", "botania:mystical_flower"]
+
+ #This is a map of special blocks that can be cleaned with soap
+ [functional.soap.special_blocks]
+ "quark:dirty_glass" = "minecraft:glass"
+ "minecraft:sticky_piston" = "minecraft:piston"
+ "quark:dirty_glass_pane" = "minecraft:glass_pane"
+ "#alexscaves:cave_paintings" = "alexscaves:smooth_limestone"
+
+ [functional.present]
+ enabled = true
+ trapped_present = true
+
+ [functional.flax]
+ enabled = true
+ wild_flax = true
+
+[building]
+ lapis_bricks = true
+ deepslate_lamp = true
+ end_stone_lamp = true
+ blackstone_lamp = true
+ stone_lamp = true
+ stone_tile = true
+ blackstone_tile = true
+ sconce = true
+ sconce_lever = true
+ sconce_green = false
+ pancake = true
+ netherite_door = true
+ netherite_trapdoor = true
+ checker_block = true
+ raked_gravel = true
+ feather_block = true
+ statue = true
+ flower_box = true
+ doormat = true
+ flint_block = true
+ candle_holder = true
+
+ [building.hat_stand]
+ enabled = true
+ #Allow all items to go on hat stand
+ unrestricted = false
+
+ [building.blackboard]
+ enabled = true
+ #Enable to draw directly on a blackboard using any dye. Gui still only works in black and white
+ colored_blackboard = false
+ #Interaction mode for blackboards
+ #Allowed Values: BOTH, GUI, MANUAL
+ interaction_mode = "BOTH"
+
+ [building.timber_frame]
+ enabled = true
+ #Allow placing a timber frame directly on a block by holding shift
+ swap_on_shift = false
+ #Allows axes to remove a framed block leaving the contained block intact
+ axes_strip = true
+ #Replace a timber frame with wattle and daub block when daub is placed in it
+ replace_daub = true
+
+ [building.iron_gate]
+ enabled = true
+ #Allows two iron gates to be opened simultaneously when on top of the other
+ double_opening = true
+ #Makes iron (ang gold) gates behave like their door counterpart so for example iron gates will only be openable by redstone
+ door-like_gates = false
+
+ [building.item_shelf]
+ enabled = true
+ #Makes item shelves climbable
+ climbable_shelves = false
+
+ [building.sugar_cube]
+ enabled = true
+ #Duration in seconts of speed effect garanted to horses that eat a sugar cube
+ #Range: 0 ~ 1000
+ horse_speed_duration = 10
+
+ [building.planter]
+ enabled = true
+ #Makes so saplings that grow in a planter will break it turning into rooted dirt
+ broken_by_sapling = true
+ #When Farmers Delight is on planter will also act like rich soil and use it in its recipe
+ rich_soil_planter = true
+
+ [building.notice_board]
+ enabled = true
+ #Allows notice boards to accept and display any item, not just maps and books
+ allow_any_item = false
+ #Enables a GUI for the block. Not needed as the block just holds one item which you can place by clicking on it
+ gui = true
+
+ [building.pedestal]
+ enabled = true
+ #If enabled end crystals placed on a pedestals will provide an enchantment power bonus equivalent to 3 bookshelves
+ #Range: 0 ~ 100
+ crystal_enchanting = 3
+
+ [building.ash]
+ enabled = true
+ #Burnable blocks will have a chance to create ash layers when burned
+ ash_from_fire = true
+ #Burning mobs will drop ash when they die
+ ash_from_burning_mobs = true
+ #Allows rain to wash away ash layers overtime
+ rain_wash_ash = true
+ #Use a datapack to tweak rarity
+ basalt_ash = true
+
+ [building.flag]
+ enabled = true
+ #Allows right/left clicking on a stick to lower/raise a flag attached to it
+ stick_pole = true
+ #Maximum allowed pole length
+ #Range: 0 ~ 256
+ pole_length = 16
+
+ [building.goblet]
+ enabled = true
+ #Allows drinking from goblets
+ allow_drinking = true
+
+ [building.globe]
+ enabled = true
+ sepia_globe = true
+
+ [building.sign_post]
+ enabled = true
+
+ [building.sign_post.way_sign]
+ #Entirely disables them from spawning
+ enabled = true
+ #With this option road signs will display the distance to the structure that they are pointing to
+ show_distance_text = true
+
+ [building.daub]
+ enabled = true
+ wattle_and_daub = true
+
+ [building.ash_bricks]
+ enabled = true
+
+[tools]
+ candy = true
+ stasis = true
+ altimeter = true
+
+ [tools.quiver]
+ enabled = true
+ #Allows using a quiver without being slowed down
+ use_without_slow = true
+ #Arrow stacks that can fit inside a quiver. Requires reboot
+ #Range: 1 ~ 9
+ slots = 6
+ #Increase this number to alter the probability for a Skeleton with quiver to spawn. Note that this also depends on local difficulty so you wont ever see them on easy and very rarely on normal. Similar logic to equipment
+ #Range: 0.0 ~ 1.0
+ quiver_skeleton_spawn_chance = 0.02
+ #Allows quiver to only be used when in offhand or in curio slot
+ only_works_in_curio = false
+ #Arrows you pickup will try to go in a quiver if available provided it has some arrow of the same type
+ quiver_pickup = true
+
+ [tools.bubble_blower]
+ enabled = true
+ #Amount of soap consumed per bubble block placed
+ #Range: 1 ~ 25
+ stasis_cost = 5
+
+ [tools.bubble_blower.bubble_block]
+ #Max lifetime of bubble blocks. Set to 10000 to have it infinite
+ #Range: 1 ~ 10000
+ lifetime = 1200
+ #Can bubble break when touched on?
+ break_when_touched = true
+ #If true feather falling prevents breaking bubbles when stepping on them
+ feather_falling_prevents_breaking = true
+
+ [tools.wrench]
+ enabled = true
+ #Allows wrenches to bypass a block interaction action prioritizing their own when on said hand
+ #Allowed Values: MAIN_HAND, OFF_HAND, BOTH, NONE
+ bypass_when_on = "MAIN_HAND"
+
+ [tools.rope_arrow]
+ enabled = true
+ #Max number of robe items allowed to be stored inside a rope arrow
+ #Range: 1 ~ 256
+ capacity = 32
+ #Makes rope arrows exclusive to crossbows
+ exclusive_to_crossbows = false
+
+ [tools.flute]
+ enabled = true
+ #Radius in which an unbound flute will search pets
+ #Range: 0 ~ 500
+ unbound_radius = 64
+ #Max distance at which a bound flute will allow a pet to teleport
+ #Range: 0 ~ 500
+ bound_distance = 64
+
+ [tools.bomb]
+ enabled = true
+ #Bomb explosion radius (damage depends on this)
+ #Range: 0.1 ~ 10.0
+ explosion_radius = 2.0
+ #Do bombs break blocks like tnt?
+ #Allowed Values: ALL, WEAK, NONE
+ break_blocks = "NONE"
+ #Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact
+ #Range: 0 ~ 100000
+ bomb_fuse = 0
+
+ [tools.bomb.blue_bomb]
+ #Bomb explosion radius (damage depends on this)
+ #Range: 0.1 ~ 10.0
+ explosion_radius = 5.15
+ #Do bombs break blocks like tnt?
+ #Allowed Values: ALL, WEAK, NONE
+ break_blocks = "NONE"
+
+ [tools.slingshot]
+ enabled = true
+ #Slingshot range multiplier. Affect the initial projectile speed
+ #Range: 0.0 ~ 5.0
+ range_multiplier = 1.0
+ #Time in ticks to fully charge a slingshot
+ #Range: 0 ~ 100
+ charge_time = 20
+ #Deceleration for the stasis projectile
+ #Range: 0.1 ~ 1.0
+ stasis_deceleration = 0.9625
+ #Allow enderman to intercept any slingshot projectile
+ unrestricted_enderman_intercept = true
+ #Allows splash potions to be thrown by slingshots
+ allow_splash_potions = false
+ #Allows bombs to be thrown by slingshots
+ allow_bombs = false
+ #Allows fire charges to be thrown by slingshots
+ allow_fire_charges = false
+ #Allows snowballs to be thrown by slingshots
+ allow_snowballs = false
+ #Allows enderpearls to be thrown by slingshots
+ allow_enderpearls = false
+
+ [tools.antique_ink]
+ enabled = true
+
+ [tools.slice_map]
+ enabled = true
+ #Multiplier that will be applied by slice maps to lower their range compared to normal maps
+ #Range: 0.0 ~ 1.0
+ range_multiplier = 0.25
+
+#General settings
+[general]
+ #Enable Creative Tab
+ creative_tab = false
+ #Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble
+ dispensers = true
+ #Creates a creative tab full of filled jars
+ jar_tab = false
+ #Save generated resources to disk in a 'debug' folder in your game directory. Mainly for debug purposes but can be used to generate assets in all wood types for your mods :0
+ debug_save_dynamic_pack = false
+ #Turn this on to disable any interaction on blocks placed by other players. This affects item shelves, signs, flower pots, and boards. Useful for protected servers. Note that it will affect only blocks placed after this is turned on and such blocks will keep being protected after this option is disabled
+ server_protection = false
+ #slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2
+ #Range: 0.0 ~ 10.0
+ red_merchant_spawn_multiplier = 1.0
+
+#Vanilla tweaks
+[tweaks]
+
+ [tweaks.shulker_helmet]
+ #Allows wearing shulker shells
+ enabled = true
+
+ [tweaks.dye_blocks]
+ #Allows using dye on blocks just like with soap
+ enabled = false
+
+ [tweaks.traders_open_doors]
+ #Allows traders to open doors (because they couldnt aparently)
+ enabled = true
+
+ [tweaks.dispenser_tweaks]
+ #Allows dispensers to use axes on blocks to strip logs and scrape off copper oxidation and wax
+ axe_strip = true
+ #Enables shooting ender pearls with dispensers
+ shoot_ender_pearls = true
+
+ [tweaks.cake_tweaks]
+ #Allows you to place a cake on top of another
+ double_cake = true
+ #Allows eating a cake from every side
+ directional_cake = true
+
+ [tweaks.mob_head_tweaks]
+ #Allows you to place two mob heads on top of each other
+ skull_piles = true
+ #Allows candles to be placed on top of skulls
+ skull_candles = true
+ #Allows placing more than one candle ontop of each skull
+ multiple_candles = true
+
+ [tweaks.hanging_flower_pots]
+ #allows you to place hanging flower pots. Works with any modded pot too
+ enabled = true
+
+ [tweaks.throwable_bricks]
+ #Throw bricks at your foes! Might break glass blocks
+ enabled = true
+
+ [tweaks.lantern_tweaks]
+ #Allow wall lanterns placement
+ enabled = true
+ #Gives high priority to wall lantern placement. Enable to override other wall lanterns placements, disable if it causes issues with other mods that use lower priority block click events
+ high_priority = true
+ #Mod ids of mods that have lantern block that extend the base lantern class but don't look like one
+ mod_blacklist = ["extlights", "betterendforge", "tconstruct", "enigmaticlegacy"]
+ #Allows ceiling lanterns to fall if their support is broken.Additionally if they fall from high enough they will break creating a fire where they land
+ #Allowed Values: ON, OFF, NO_FIRE
+ falling_lanterns = "NO_FIRE"
+
+ [tweaks.bells_tweaks]
+ #Ring a bell by clicking on a chain that's connected to it
+ chain_ringing = true
+ #Max chain length that allows a bell to ring
+ #Range: 0 ~ 256
+ chain_length = 16
+
+ [tweaks.placeable_sticks]
+ #Allow placeable sticks
+ sticks = false
+ #Allow placeable blaze rods
+ blaze_rods = true
+
+ [tweaks.placeable_gunpowder]
+ #Allow placeable gunpowder
+ enabled = true
+ #Number of ticks it takes for gunpowder to burn 1 stage (out of 8). Increase to slow it down
+ #Range: 0 ~ 20
+ speed = 2
+ #Age at which it spread to the next gunpowder block. Also affects speed
+ #Range: 0 ~ 8
+ spread_age = 2
+
+ [tweaks.raked_gravel]
+ #allow gravel to be raked with a hoe
+ enabled = true
+
+ [tweaks.bottle_xp]
+ #Allow bottling up xp by using a bottle on an enchanting table
+ enabled = false
+ #bottling health cost
+ #Range: 0 ~ 20
+ cost = 2
+ #Block that should be clicked on for bottling to work. Leave blank for enchanting table. You can put another block here from another mod if you find it more fitting
+ target_block = ""
+
+ [tweaks.map_tweaks]
+ #Cartographers will sell 'adventurer maps' that will lead to a random vanilla structure (choosen from a thought out preset list).
+ #Best kept disabled if you are adding custom adventurer maps with datapack (check the wiki for more)
+ random_adventurer_maps = false
+ #Enables beacons, lodestones, respawn anchors, beds, conduits, portals to be displayed on maps by clicking one of them with a map
+ block_map_markers = true
+ #If Quark is installed adventurer maps will be replaced by adventurer quills. These will not lag the server when generating
+ quill_adventurer_maps = true
+ #If Quark is installed replaces buried treasure and mansion maps with their equivalent quill form. This removes the lag spike they create when generating
+ quill_vanilla_maps = true
+ #Miminum search radius for quill. Used to incrase the radius of vanilla searches. For reference buried treasures are at 50 and locate is at 100 chunks
+ #Range: 10 ~ 600
+ min_search_radius = 75
+ #Makes blocks tagged as 'tinted_on_map' use their tint color. This allows for accurate biome colors for water and grass as well as other custom block that use any tint
+ tinted_blocks_on_maps = true
+ #Shows a death marker on your map when you die. Requires a recovery compass in player inventory or similar
+ #Allowed Values: OFF, WITH_COMPASS, ALWAYS
+ death_marker = "WITH_COMPASS"
+ #Select a random structure to look for instead of iterating through all of the ones in the tag returning the closest. Turning on will make ones that have diff structures (aka all different ruined portals) show up more. On could take much more time to compute
+ random_adventurer_maps_select_random_structure = true
+
+ [tweaks.ceiling_banners]
+ #Allow banners to be placed on ceilings
+ enabled = true
+
+ [tweaks.placeable_books]
+ #Allow books and enchanted books to be placed on the ground
+ enabled = false
+ #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1
+ #Range: 0.0 ~ 5.0
+ book_power = 1.0
+ #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1
+ #Range: 0.0 ~ 5.0
+ enchanted_book_power = 1.334
+ #Allow all books to be placed both vertically and horizontally
+ mixed_books = false
+ #Allows written books to be placed down. Requires shift clicking
+ written_books = true
+
+ [tweaks.zombie_horse]
+ #Feed a stack of rotten flesh to a skeleton horse to buff him up to a zombie horse
+ zombie_horse_conversion = true
+ #Amount of rotten flesh needed
+ #Range: 1 ~ 1000
+ rotten_flesh = 64
+ #Allows zombie horses to be ridden underwater
+ rideable_underwater = true
+ #Convert a zombie horse back by feeding it a golden carrot
+ zombie_horse_inverse_conversion = true
+
+ [tweaks.noteblocks_scare]
+ #Noteblocks with a zombie head will scare off villagers
+ enabled = true
+
+ [tweaks.bad_luck_tweaks]
+ #Hit a void cat, get the unluck
+ cat_unluck = true
+ #If you have unluck you are more likely to get hit by a lighting
+ lightning_unluck = true
+
+ [tweaks.golden_apple_disenchant]
+ enabled = true
+
+ [tweaks.item_lore]
+ #Adds a recipe to add 'lore' strings to an item by combining it with a named nametag
+ enabled = true
+
diff --git a/config/telepass-common.toml b/config/telepass-common.toml
index 21f350e..b727b07 100644
--- a/config/telepass-common.toml
+++ b/config/telepass-common.toml
@@ -1,10 +1,10 @@
-
-#General settings
-[general]
- #Defines the amount of uses the Gold TelePass has [Default: 15]
- #Range: > 0
- goldDurability = 3
- #Defines the amount of uses the Diamond TelePass has [Default: 1000]
- #Range: > 0
- diamondDurability = 15
-
+
+#General settings
+[general]
+ #Defines the amount of uses the Gold TelePass has [Default: 15]
+ #Range: > 0
+ goldDurability = 3
+ #Defines the amount of uses the Diamond TelePass has [Default: 1000]
+ #Range: > 0
+ diamondDurability = 15
+
diff --git a/config/tlc.toml b/config/tlc.toml
index ca114a0..092b356 100644
--- a/config/tlc.toml
+++ b/config/tlc.toml
@@ -1,5 +1,5 @@
-
-[tlc]
- #Disable/Enable the stronghold
- generate_stronghold = false
-
+
+[tlc]
+ #Disable/Enable the stronghold
+ generate_stronghold = false
+
diff --git a/config/toastcontrol-common.toml b/config/toastcontrol-common.toml
index 01a7fed..c340ac8 100644
--- a/config/toastcontrol-common.toml
+++ b/config/toastcontrol-common.toml
@@ -1,50 +1,50 @@
-
-#Client Configuration
-[client]
-
- [client.blocked_toasts]
- #If advancement toasts are blocked.
- advancements = true
- #If recipe toasts are blocked.
- recipes = true
- #If system toasts are blocked.
- system = false
- #If tutorial toasts are blocked.
- tutorial = true
- #If all vanilla toasts are blocked.
- global_vanilla = false
- #If all non-vanilla toasts are blocked.
- global_modded = false
- #If all toasts are blocked.
- global = false
- #Toast Classes that are blocked from being shown.
- blocked_classes = []
-
- [client.visual_options]
- #How long a toast must be on the screen for, in ticks. Use 0 to use the default time.
- #Range: 0 ~ 4000
- force_time = 0
- #If toasts are translucent.
- translucent = true
- #If toasts are transparent. Overrides translucency.
- transparent = false
- #How many toasts will be displayed on screen at once.
- #Range: 1 ~ 7
- toast_count = 3
- #The X offset for toasts to be drawn at.
- #Range: -8192 ~ 8192
- x_offset = 0
- #The Y offset for toasts to be drawn at.
- #Range: -8192 ~ 8192
- y_offset = 0
- #If toasts automatically pop into the screen without animations.
- no_slide = false
- #If toasts show on the left of the screen.
- start_left = false
- #If toasts will come in from the top of the screen, rather than the side.
- top_down = false
-
- [client.debug]
- #If toast classes are printed when they are shown.
- print_classes = false
-
+
+#Client Configuration
+[client]
+
+ [client.blocked_toasts]
+ #If advancement toasts are blocked.
+ advancements = true
+ #If recipe toasts are blocked.
+ recipes = true
+ #If system toasts are blocked.
+ system = false
+ #If tutorial toasts are blocked.
+ tutorial = true
+ #If all vanilla toasts are blocked.
+ global_vanilla = false
+ #If all non-vanilla toasts are blocked.
+ global_modded = false
+ #If all toasts are blocked.
+ global = false
+ #Toast Classes that are blocked from being shown.
+ blocked_classes = []
+
+ [client.visual_options]
+ #How long a toast must be on the screen for, in ticks. Use 0 to use the default time.
+ #Range: 0 ~ 4000
+ force_time = 0
+ #If toasts are translucent.
+ translucent = true
+ #If toasts are transparent. Overrides translucency.
+ transparent = false
+ #How many toasts will be displayed on screen at once.
+ #Range: 1 ~ 7
+ toast_count = 3
+ #The X offset for toasts to be drawn at.
+ #Range: -8192 ~ 8192
+ x_offset = 0
+ #The Y offset for toasts to be drawn at.
+ #Range: -8192 ~ 8192
+ y_offset = 0
+ #If toasts automatically pop into the screen without animations.
+ no_slide = false
+ #If toasts show on the left of the screen.
+ start_left = false
+ #If toasts will come in from the top of the screen, rather than the side.
+ top_down = false
+
+ [client.debug]
+ #If toast classes are printed when they are shown.
+ print_classes = false
+
diff --git a/config/torchmaster.toml b/config/torchmaster.toml
index fe38883..e0b98aa 100644
--- a/config/torchmaster.toml
+++ b/config/torchmaster.toml
@@ -1,50 +1,50 @@
-
-[General]
- #Show additional information in the tooltip of certain items and blocks
- beginnerTooltips = true
- #By default, mega torches only block natural spawns (i.e. from low light levels). Setting this to false will also block spawns from spawners
- blockOnlyNaturalSpawns = true
- #If this setting is enabled, the mega torch will block all natural spawn attempts from Lycanites Mobs in its radius
- lycanitesMobsBlockAll = true
- #If this setting is enabled, the mega torch will block village sieges from zombies
- blockVillageSieges = true
- #The radius of the mega torch in each direction (cube) with the torch at its center
- #Range: > 0
- megaTorchRadius = 64
- #The radius of the dread lamp in each direction (cube) with the torch at its center
- #Range: > 0
- dreadLampRadius = 64
- #Use this setting to override the internal lists for entity blocking
- #You can use this to block more entities or even allow certain entities to still spawn
- #The + prefix will add the entity to the list, effectivly denying its spawns
- #The - prefix will remove the entity from the list (if necessary), effectivly allowing its spawns
- #Note: Each entry needs to be put in quotes! Multiple Entries should be separated by comma.
- #Block zombies: "+minecraft:zombie"
- #Allow creepers: "-minecraft:creeper"
- megaTorchEntityBlockListOverrides = []
- #Same as the mega torch block list override, just for the dread lamp
- #Block squid: +minecraft:squid
- #Allow pigs: -minecraft:pig
- dreadLampEntityBlockListOverrides = []
- #The radius in which the feral flare should try to place lights
- #Range: 1 ~ 127
- feralFlareRadius = 16
- #Controls how often the flare should try to place lights. 1 means every tick, 10 every 10th tick, etc
- #Range: > 1
- feralFlareTickRate = 5
- #The target minimum light level to place lights for
- #Range: 0 ~ 15
- feralFlareMinLightLevel = 10
- #The maximum amount of invisble lights a feral flare lantern can place. Set to 0 to disable light placement.
- #Warning: Setting this value too high in conjunction with the feralFlareMinLightLevel and Radius can lead to world corruption!
- #(Badly compressed packet error)
- #Range: 0 ~ 32767
- feralFlareLanternLightCountHardcap = 255
- #Durability of the frozen pearl. Each removed light will remove one charge from the pearl. Set to 0 to disable durability
- #Range: 0 ~ 32767
- frozenPearlDurability = 1024
- #Print entity spawn checks to the debug log
- logSpawnChecks = false
- #Configures the spawn check to be more aggressive, effectivly overriding the CheckSpawn results of other mods
- aggressiveSpawnChecks = false
-
+
+[General]
+ #Show additional information in the tooltip of certain items and blocks
+ beginnerTooltips = true
+ #By default, mega torches only block natural spawns (i.e. from low light levels). Setting this to false will also block spawns from spawners
+ blockOnlyNaturalSpawns = true
+ #If this setting is enabled, the mega torch will block all natural spawn attempts from Lycanites Mobs in its radius
+ lycanitesMobsBlockAll = true
+ #If this setting is enabled, the mega torch will block village sieges from zombies
+ blockVillageSieges = true
+ #The radius of the mega torch in each direction (cube) with the torch at its center
+ #Range: > 0
+ megaTorchRadius = 64
+ #The radius of the dread lamp in each direction (cube) with the torch at its center
+ #Range: > 0
+ dreadLampRadius = 64
+ #Use this setting to override the internal lists for entity blocking
+ #You can use this to block more entities or even allow certain entities to still spawn
+ #The + prefix will add the entity to the list, effectivly denying its spawns
+ #The - prefix will remove the entity from the list (if necessary), effectivly allowing its spawns
+ #Note: Each entry needs to be put in quotes! Multiple Entries should be separated by comma.
+ #Block zombies: "+minecraft:zombie"
+ #Allow creepers: "-minecraft:creeper"
+ megaTorchEntityBlockListOverrides = []
+ #Same as the mega torch block list override, just for the dread lamp
+ #Block squid: +minecraft:squid
+ #Allow pigs: -minecraft:pig
+ dreadLampEntityBlockListOverrides = []
+ #The radius in which the feral flare should try to place lights
+ #Range: 1 ~ 127
+ feralFlareRadius = 16
+ #Controls how often the flare should try to place lights. 1 means every tick, 10 every 10th tick, etc
+ #Range: > 1
+ feralFlareTickRate = 5
+ #The target minimum light level to place lights for
+ #Range: 0 ~ 15
+ feralFlareMinLightLevel = 10
+ #The maximum amount of invisble lights a feral flare lantern can place. Set to 0 to disable light placement.
+ #Warning: Setting this value too high in conjunction with the feralFlareMinLightLevel and Radius can lead to world corruption!
+ #(Badly compressed packet error)
+ #Range: 0 ~ 32767
+ feralFlareLanternLightCountHardcap = 255
+ #Durability of the frozen pearl. Each removed light will remove one charge from the pearl. Set to 0 to disable durability
+ #Range: 0 ~ 32767
+ frozenPearlDurability = 1024
+ #Print entity spawn checks to the debug log
+ logSpawnChecks = false
+ #Configures the spawn check to be more aggressive, effectivly overriding the CheckSpawn results of other mods
+ aggressiveSpawnChecks = false
+
diff --git a/config/touhou_little_maid-common.toml b/config/touhou_little_maid-common.toml
index 3a7a0ff..177aa11 100644
--- a/config/touhou_little_maid-common.toml
+++ b/config/touhou_little_maid-common.toml
@@ -1,84 +1,84 @@
-
-[maid]
- #The item that can tamed maid
- #Use the registered name of the item directly or write tag name with # as prefix
- MaidTamedItem = "minecraft:cake"
- #The item that can temptation maid
- #Use the registered name of the item directly or write tag name with # as prefix
- MaidTemptationItem = "minecraft:cake"
- #The item that can NTR maid
- #Use the registered name of the item directly or write tag name with # as prefix
- MaidNtrItem = "minecraft:structure_void"
- #The max range of maid work mode
- #Range: 3 ~ 64
- MaidWorkRange = 12
- #The max range of maid idle mode
- #Range: 3 ~ 32
- MaidIdleRange = 6
- #The max range of maid sleep mode
- #Range: 3 ~ 32
- MaidSleepRange = 6
- #The max range of maid's Non-Home mode
- #Range: 3 ~ 32
- MaidNonHomeRange = 8
- #The max number of animals around when the maid breeds animals
- #Range: 6 ~ 65536
- FeedAnimalMaxNumber = 50
- #Maid can switch models freely
- MaidChangeModel = true
- #Maid can only play gomoku with her owner
- MaidGomokuOwnerLimit = true
- #The maximum number of maids the player own
- #Range: > 0
- OwnerMaxMaidNum = 2147483647
- #These items cannot be placed in the maid backpack
- MaidBackpackBlackList = []
- #The entity that the maid will not recognize as targets for attack
- MaidAttackIgnore = []
- #The entity that the maid will not hurt when in ranged attack
- MaidRangedAttackIgnore = []
-
-[chair]
- #Chair can switch models freely
- ChairChangeModel = true
- #Chair can be destroyed by anyone
- ChairCanDestroyedByAnyone = true
-
-[misc]
- #Maid fairy's power point
- #Range: 0.0 ~ 5.0
- MaidFairyPowerPoint = 0.16
- #Maid fairy's spawn probability (zombie is 100, enderman is 10)
- #Range: > 0
- MaidFairySpawnProbability = 70
- #The following biome do not spawn maid fairy
- MaidFairyBlacklistBiome = ["minecraft:the_void", "minecraft:mushroom_fields"]
- #The following dimension do not spawn maid fairy
- MaidFairyBlacklistDimension = ["minecraft:the_nether", "minecraft:the_end", "twilightforest:twilight_forest"]
- #Loss power point after player death
- #Range: 0.0 ~ 5.0
- PlayerDeathLossPowerPoint = 1.0
- #Give a soul spell item for player first join
- GiveSoulSpell = true
- #Give the Memorizable Gensokyo book item for player first join
- GivePatchouliBook = true
- #Shrine Lamp Effect Cost (Power Point/Per Hour)
- #Range: 0.0 ~ 1.7976931348623157E308
- ShrineLampEffectCost = 0.9
- #Shrine Lamp Max Storage Power Point
- #Range: 0.0 ~ 1.7976931348623157E308
- ShrineLampMaxStorage = 100.0
- #Shrine Lamp Max Range Of Absorb Power Point
- #Range: > 0
- ShrineLampMaxRange = 6
-
-[vanilla]
- #Whether to replace the vanilla slime model with the yukkuri.
- ReplaceSlimeModel = true
- #Whether to replace the vanilla xp orb texture with the point items.
- ReplaceXPTexture = true
- #Whether to replace the vanilla totem texture with the life point.
- ReplaceTotemTexture = true
- #Whether to replace the vanilla bottle of xp texture with the point items.
- ReplaceXPBottleTexture = true
-
+
+[maid]
+ #The item that can tamed maid
+ #Use the registered name of the item directly or write tag name with # as prefix
+ MaidTamedItem = "minecraft:cake"
+ #The item that can temptation maid
+ #Use the registered name of the item directly or write tag name with # as prefix
+ MaidTemptationItem = "minecraft:cake"
+ #The item that can NTR maid
+ #Use the registered name of the item directly or write tag name with # as prefix
+ MaidNtrItem = "minecraft:structure_void"
+ #The max range of maid work mode
+ #Range: 3 ~ 64
+ MaidWorkRange = 12
+ #The max range of maid idle mode
+ #Range: 3 ~ 32
+ MaidIdleRange = 6
+ #The max range of maid sleep mode
+ #Range: 3 ~ 32
+ MaidSleepRange = 6
+ #The max range of maid's Non-Home mode
+ #Range: 3 ~ 32
+ MaidNonHomeRange = 8
+ #The max number of animals around when the maid breeds animals
+ #Range: 6 ~ 65536
+ FeedAnimalMaxNumber = 50
+ #Maid can switch models freely
+ MaidChangeModel = true
+ #Maid can only play gomoku with her owner
+ MaidGomokuOwnerLimit = true
+ #The maximum number of maids the player own
+ #Range: > 0
+ OwnerMaxMaidNum = 2147483647
+ #These items cannot be placed in the maid backpack
+ MaidBackpackBlackList = []
+ #The entity that the maid will not recognize as targets for attack
+ MaidAttackIgnore = []
+ #The entity that the maid will not hurt when in ranged attack
+ MaidRangedAttackIgnore = []
+
+[chair]
+ #Chair can switch models freely
+ ChairChangeModel = true
+ #Chair can be destroyed by anyone
+ ChairCanDestroyedByAnyone = true
+
+[misc]
+ #Maid fairy's power point
+ #Range: 0.0 ~ 5.0
+ MaidFairyPowerPoint = 0.16
+ #Maid fairy's spawn probability (zombie is 100, enderman is 10)
+ #Range: > 0
+ MaidFairySpawnProbability = 70
+ #The following biome do not spawn maid fairy
+ MaidFairyBlacklistBiome = ["minecraft:the_void", "minecraft:mushroom_fields"]
+ #The following dimension do not spawn maid fairy
+ MaidFairyBlacklistDimension = ["minecraft:the_nether", "minecraft:the_end", "twilightforest:twilight_forest"]
+ #Loss power point after player death
+ #Range: 0.0 ~ 5.0
+ PlayerDeathLossPowerPoint = 1.0
+ #Give a soul spell item for player first join
+ GiveSoulSpell = true
+ #Give the Memorizable Gensokyo book item for player first join
+ GivePatchouliBook = true
+ #Shrine Lamp Effect Cost (Power Point/Per Hour)
+ #Range: 0.0 ~ 1.7976931348623157E308
+ ShrineLampEffectCost = 0.9
+ #Shrine Lamp Max Storage Power Point
+ #Range: 0.0 ~ 1.7976931348623157E308
+ ShrineLampMaxStorage = 100.0
+ #Shrine Lamp Max Range Of Absorb Power Point
+ #Range: > 0
+ ShrineLampMaxRange = 6
+
+[vanilla]
+ #Whether to replace the vanilla slime model with the yukkuri.
+ ReplaceSlimeModel = true
+ #Whether to replace the vanilla xp orb texture with the point items.
+ ReplaceXPTexture = true
+ #Whether to replace the vanilla totem texture with the life point.
+ ReplaceTotemTexture = true
+ #Whether to replace the vanilla bottle of xp texture with the point items.
+ ReplaceXPBottleTexture = true
+
diff --git a/config/trashslot-common.toml b/config/trashslot-common.toml
index e371312..6038538 100644
--- a/config/trashslot-common.toml
+++ b/config/trashslot-common.toml
@@ -1,11 +1,11 @@
-#This causes the deletion slot to delete items instantly, similar to Creative Mode.
-instantDeletion = false
-#Set to true if you want the delete keybindings to work in creative as well. Note: Items will be deleted permanently in creative, regardless of instantDeletion setting!
-enableDeleteKeysInCreative = true
-#TrashSlot will show a hint the first time the trash slot is toggled off or can be enabled on a supported screen. Set to false to disable.
-enableHints = false
-#Not recommended, but this will allow you to use the keybinds for deleting items even if the trash slot itself is hidden.
-allowDeletionWhileTrashSlotIsInvisible = false
-#List of items that cannot be deleted, in comma-separated format of "modid:name".
-deletionDenyList = []
-
+#This causes the deletion slot to delete items instantly, similar to Creative Mode.
+instantDeletion = false
+#Set to true if you want the delete keybindings to work in creative as well. Note: Items will be deleted permanently in creative, regardless of instantDeletion setting!
+enableDeleteKeysInCreative = true
+#TrashSlot will show a hint the first time the trash slot is toggled off or can be enabled on a supported screen. Set to false to disable.
+enableHints = false
+#Not recommended, but this will allow you to use the keybinds for deleting items even if the trash slot itself is hidden.
+allowDeletionWhileTrashSlotIsInvisible = false
+#List of items that cannot be deleted, in comma-separated format of "modid:name".
+deletionDenyList = []
+
diff --git a/config/travelerstitles-forge-1_20.toml b/config/travelerstitles-forge-1_20.toml
index 5ebcac5..0732fdc 100644
--- a/config/travelerstitles-forge-1_20.toml
+++ b/config/travelerstitles-forge-1_20.toml
@@ -1,216 +1,216 @@
-
-["Traveler's Titles"]
-
- ###########################################################################################################
- ## Biome Title settings.
- ###########################################################################################################
- ["Traveler's Titles"."Biome Titles"]
- "Enable Biome Titles" = true
- # How long the fade-in text effect lasts, in ticks.
- # 20 ticks = 1 second.
- # Default: 10
- "Text Fade-In Time" = 10
- # How long the text displays, in ticks.
- # 20 ticks = 1 second.
- # Default: 50
- "Text Display Time" = 50
- # How long the fade-out text effect lasts, in ticks.
- # 20 ticks = 1 second.
- # Default: 10
- "Text Fade-Out Time" = 10
- # The minimum amount of time in ticks that must pass after a biome title is displayed before
- # another can be displayed.
- # Useful for preventing the player from being spammed if they are traveling quickly.
- # 20 ticks = 1 second.
- # Default: 80
- "Text Cooldown Time" = 80
- # The text's default RGB color.
- # Default: "ffffff"
- "Default Text Color" = "ffffff"
- # The text's scale.
- # Default: 2.1
- "Text Size" = 2.1
- # If enabled, will render a shadow below the text making it easier to read.
- # Default: true
- "Display Text Shadow" = true
- # The text's vertical position on the screen.
- # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
- # If Horizontally Center Title is disabled, this number is relative to the top of the screen.
- # Default: -33.0
- "Text Y Offset" = -32
- # The text's horizontal position on the screen.
- # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
- # If Horizontally Center Title is disabled, this number is relative to the left side of the screen.
- # Default: 0.0
- "Text X Offset" = 0
- # Biomes that should not have any title displayed when the player enters them.
- # Example: "[minecraft:plains, minecraft:desert]"
- # Default: "[minecraft:the_end, minecraft:river, minecraft:frozen_river]"
- "Blacklisted Biomes" = "[minecraft:the_end, minecraft:river, minecraft:frozen_river]"
- # Traveler's Titles tracks a list of biomes the player most recently visited in order to
- # prevent the player from being spammed with titles when they move between the same few biomes.
- # This is the size of that list.
- # For example, if this value is 5, then your 5 most recent biomes will be saved.
- # Default: 5
- "Number of Most Recent Biomes Saved" = 5
- # Whether or not the biome text should be centered on the screen.
- # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled.
- # Default: true
- "Center Title" = true
- # Traveler's Titles tracks a list of biomes the player most recently visited in order to
- # prevent the player from being spammed with titles when they move between the same few biomes.
- # This option determines whether or not that list should be cleared every time
- # the player changes dimensions.
- # Default: true
- "Reset Biome Cache When Changing Dimensions" = true
- # If enabled, dimensions without ceilings (like the Overworld) will only display biome titles when the player is exposed to the skylight.
- # This prevents biome titles from showing while the player is underground.
- # Default: true
- "Only Show Biome Titles When Exposed To Skylight" = true
-
- ###########################################################################################################
- ## Dimension Title settings.
- ###########################################################################################################
- ["Traveler's Titles"."Dimension Titles"]
- "Enable Dimension Titles" = true
- # How long the fade-in text effect lasts, in ticks.
- # 20 ticks = 1 second.
- # Default: 10
- "Text Fade-In Time" = 10
- # How long the text displays, in ticks.
- # 20 ticks = 1 second.
- # Default: 70
- "Text Display Time" = 70
- # How long the fade-out text effect lasts, in ticks.
- # 20 ticks = 1 second.
- # Default: 20
- "Text Fade-Out Time" = 20
- # The text's default RGB color.
- # Default: "ffffff"
- "Default Text Color" = "ffffff"
- # The text's scale.
- # Default: 3.0
- "Text Size" = 3.0
- # If enabled, will render a shadow below the text making it easier to read.
- # Default: true
- "Display Text Shadow" = true
- # The text's vertical position on the screen.
- # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
- # If Horizontally Center Title is disabled, this number is relative to the top of the screen.
- # Default: -32.0
- "Text Y Offset" = -48
- # The text's horizontal position on the screen.
- # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
- # If Horizontally Center Title is disabled, this number is relative to the left side of the screen.
- # Default: 0.0
- "Text X Offset" = 0
- # Dimensions that should not have any title displayed when the player enters them.
- # Example: "[minecraft:overworld, minecraft:the_nether]"
- # Default: "[]"
- "Blacklisted Dimensions" = "[]"
- # Whether or not the dimension text should be centered on the screen.
- # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled.
- # Default: true
- "Center Title" = true
- # If enabled, dimensions without ceilings (like the Overworld) will only display dimension titles when the player is exposed to the skylight.
- # This prevents dimension titles from showing while the player is underground.
- # Default: false
- "Only Show Dimension Titles When Exposed To Skylight" = false
-
- ###########################################################################################################
- ## Waystone title settings. Only used if the Waystones mod is installed.
- ###########################################################################################################
- ["Traveler's Titles"."Waystone Titles"]
- "Enable Waystone Titles" = true
- # How long the fade-in text effect lasts, in ticks.
- # 20 ticks = 1 second.
- # Default: 10
- "Text Fade-In Time" = 10
- # How long the text displays, in ticks.
- # 20 ticks = 1 second.
- # Default: 50
- "Text Display Time" = 50
- # How long the fade-out text effect lasts, in ticks.
- # 20 ticks = 1 second.
- # Default: 10
- "Text Fade-Out Time" = 10
- # The minimum amount of time in ticks that must pass after a Waystone title is displayed before
- # another can be displayed.
- # Useful for preventing the player from being spammed if they are traveling quickly.
- # 20 ticks = 1 second.
- # Default: 80
- "Text Cooldown Time" = 80
- # The text's default RGB color.
- # Default: "c2b740"
- "Default Text Color" = "c2b740"
- # The text's scale.
- # Default: 2.1
- "Text Size" = 2.1
- # If enabled, will render a shadow below the text making it easier to read.
- # Default: true
- "Display Text Shadow" = true
- # The text's vertical position on the screen.
- # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
- # If Horizontally Center Title is disabled, this number is relative to the top of the screen.
- # Default: -33.0
- "Text Y Offset" = -32
- # The text's horizontal position on the screen.
- # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
- # If Horizontally Center Title is disabled, this number is relative to the left side of the screen.
- # Default: 0.0
- "Text X Offset" = 0
- # Traveler's Titles tracks a list of Waystones the player most recently visited in order to
- # prevent the player from being spammed with titles when they move between the same few Waystones.
- # This is the size of that list.
- # For example, if this value is 5, then your 5 most recent Waystones will be saved.
- # Default: 3
- "Number of Most Recent Waystones Saved" = 3
- # Whether or not the Waystone text should be centered on the screen.
- # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled.
- # Default: true
- "Center Title" = true
- # Traveler's Titles tracks a list of Waystones the player most recently visited in order to
- # prevent the player from being spammed with titles when they move between the same few Waystones.
- # This option determines whether or not that list should be cleared every time
- # the player changes dimensions.
- # Default: true
- "Reset Waystone Cache When Changing Dimensions" = true
- # The distance from a Waystone (in blocks) at which the Waystone's title will trigger.
- # Default: 30
- "Waystone Title Range" = 30
- # Whether or not Waystone titles should override Biome titles.
- # That is, if a player enters the area for a Waystone while also entering a new biome,
- # the Waystone title will take precedence.
- # Default: true
- "Waystone Titles Override Biome Titles" = true
- # If enabled, dimensions without ceilings (like the Overworld) will only display Waystone titles when the player is exposed to the skylight.
- # This prevents Waystone titles from showing while the player is underground.
- # Default: false
- "Only Show Waystone Titles When Exposed To Skylight" = false
-
- ###########################################################################################################
- ## Sound settings. These will only be used if you add custom sounds via a resource pack.
- ## For information on how to do this, visit the CurseForge page.
- ###########################################################################################################
- ["Traveler's Titles"."Custom Sound Settings"]
- # The volume of the sound that plays when a biome title displays.
- # Default: 1.0
- "Biome Sound Effect Volume" = 1.0
- # The pitch of the sound that plays when a biome title displays.
- # Default: 1.0
- "Biome Sound Effect Pitch" = 1.0
- # The volume of the sound that plays when a dimension title displays.
- # Default: 1.0
- "Dimension Sound Effect Volume" = 1.0
- # The pitch of the sound that plays when a dimension title displays.
- # Default: 1.0
- "Dimension Sound Effect Pitch" = 1.0
- # The volume of the sound that plays when a Waystone title displays.
- # The Waystones mod must be installed for this to have any effect.
- # Default: 1.0
- "Waystone Sound Effect Volume" = 1.0
- # The pitch of the sound that plays when a Waystone title displays.
- # The Waystones mod must be installed for this to have any effect.
- # Default: 1.0
- "Waystone Sound Effect Pitch" = 1.0
-
+
+["Traveler's Titles"]
+
+ ###########################################################################################################
+ ## Biome Title settings.
+ ###########################################################################################################
+ ["Traveler's Titles"."Biome Titles"]
+ "Enable Biome Titles" = true
+ # How long the fade-in text effect lasts, in ticks.
+ # 20 ticks = 1 second.
+ # Default: 10
+ "Text Fade-In Time" = 10
+ # How long the text displays, in ticks.
+ # 20 ticks = 1 second.
+ # Default: 50
+ "Text Display Time" = 50
+ # How long the fade-out text effect lasts, in ticks.
+ # 20 ticks = 1 second.
+ # Default: 10
+ "Text Fade-Out Time" = 10
+ # The minimum amount of time in ticks that must pass after a biome title is displayed before
+ # another can be displayed.
+ # Useful for preventing the player from being spammed if they are traveling quickly.
+ # 20 ticks = 1 second.
+ # Default: 80
+ "Text Cooldown Time" = 80
+ # The text's default RGB color.
+ # Default: "ffffff"
+ "Default Text Color" = "ffffff"
+ # The text's scale.
+ # Default: 2.1
+ "Text Size" = 2.1
+ # If enabled, will render a shadow below the text making it easier to read.
+ # Default: true
+ "Display Text Shadow" = true
+ # The text's vertical position on the screen.
+ # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
+ # If Horizontally Center Title is disabled, this number is relative to the top of the screen.
+ # Default: -33.0
+ "Text Y Offset" = -32
+ # The text's horizontal position on the screen.
+ # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
+ # If Horizontally Center Title is disabled, this number is relative to the left side of the screen.
+ # Default: 0.0
+ "Text X Offset" = 0
+ # Biomes that should not have any title displayed when the player enters them.
+ # Example: "[minecraft:plains, minecraft:desert]"
+ # Default: "[minecraft:the_end, minecraft:river, minecraft:frozen_river]"
+ "Blacklisted Biomes" = "[minecraft:the_end, minecraft:river, minecraft:frozen_river]"
+ # Traveler's Titles tracks a list of biomes the player most recently visited in order to
+ # prevent the player from being spammed with titles when they move between the same few biomes.
+ # This is the size of that list.
+ # For example, if this value is 5, then your 5 most recent biomes will be saved.
+ # Default: 5
+ "Number of Most Recent Biomes Saved" = 5
+ # Whether or not the biome text should be centered on the screen.
+ # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled.
+ # Default: true
+ "Center Title" = true
+ # Traveler's Titles tracks a list of biomes the player most recently visited in order to
+ # prevent the player from being spammed with titles when they move between the same few biomes.
+ # This option determines whether or not that list should be cleared every time
+ # the player changes dimensions.
+ # Default: true
+ "Reset Biome Cache When Changing Dimensions" = true
+ # If enabled, dimensions without ceilings (like the Overworld) will only display biome titles when the player is exposed to the skylight.
+ # This prevents biome titles from showing while the player is underground.
+ # Default: true
+ "Only Show Biome Titles When Exposed To Skylight" = true
+
+ ###########################################################################################################
+ ## Dimension Title settings.
+ ###########################################################################################################
+ ["Traveler's Titles"."Dimension Titles"]
+ "Enable Dimension Titles" = true
+ # How long the fade-in text effect lasts, in ticks.
+ # 20 ticks = 1 second.
+ # Default: 10
+ "Text Fade-In Time" = 10
+ # How long the text displays, in ticks.
+ # 20 ticks = 1 second.
+ # Default: 70
+ "Text Display Time" = 70
+ # How long the fade-out text effect lasts, in ticks.
+ # 20 ticks = 1 second.
+ # Default: 20
+ "Text Fade-Out Time" = 20
+ # The text's default RGB color.
+ # Default: "ffffff"
+ "Default Text Color" = "ffffff"
+ # The text's scale.
+ # Default: 3.0
+ "Text Size" = 3.0
+ # If enabled, will render a shadow below the text making it easier to read.
+ # Default: true
+ "Display Text Shadow" = true
+ # The text's vertical position on the screen.
+ # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
+ # If Horizontally Center Title is disabled, this number is relative to the top of the screen.
+ # Default: -32.0
+ "Text Y Offset" = -48
+ # The text's horizontal position on the screen.
+ # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
+ # If Horizontally Center Title is disabled, this number is relative to the left side of the screen.
+ # Default: 0.0
+ "Text X Offset" = 0
+ # Dimensions that should not have any title displayed when the player enters them.
+ # Example: "[minecraft:overworld, minecraft:the_nether]"
+ # Default: "[]"
+ "Blacklisted Dimensions" = "[]"
+ # Whether or not the dimension text should be centered on the screen.
+ # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled.
+ # Default: true
+ "Center Title" = true
+ # If enabled, dimensions without ceilings (like the Overworld) will only display dimension titles when the player is exposed to the skylight.
+ # This prevents dimension titles from showing while the player is underground.
+ # Default: false
+ "Only Show Dimension Titles When Exposed To Skylight" = false
+
+ ###########################################################################################################
+ ## Waystone title settings. Only used if the Waystones mod is installed.
+ ###########################################################################################################
+ ["Traveler's Titles"."Waystone Titles"]
+ "Enable Waystone Titles" = true
+ # How long the fade-in text effect lasts, in ticks.
+ # 20 ticks = 1 second.
+ # Default: 10
+ "Text Fade-In Time" = 10
+ # How long the text displays, in ticks.
+ # 20 ticks = 1 second.
+ # Default: 50
+ "Text Display Time" = 50
+ # How long the fade-out text effect lasts, in ticks.
+ # 20 ticks = 1 second.
+ # Default: 10
+ "Text Fade-Out Time" = 10
+ # The minimum amount of time in ticks that must pass after a Waystone title is displayed before
+ # another can be displayed.
+ # Useful for preventing the player from being spammed if they are traveling quickly.
+ # 20 ticks = 1 second.
+ # Default: 80
+ "Text Cooldown Time" = 80
+ # The text's default RGB color.
+ # Default: "c2b740"
+ "Default Text Color" = "c2b740"
+ # The text's scale.
+ # Default: 2.1
+ "Text Size" = 2.1
+ # If enabled, will render a shadow below the text making it easier to read.
+ # Default: true
+ "Display Text Shadow" = true
+ # The text's vertical position on the screen.
+ # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
+ # If Horizontally Center Title is disabled, this number is relative to the top of the screen.
+ # Default: -33.0
+ "Text Y Offset" = -32
+ # The text's horizontal position on the screen.
+ # If Horizontally Center Title is enabled, this number is relative to the center of the screen.
+ # If Horizontally Center Title is disabled, this number is relative to the left side of the screen.
+ # Default: 0.0
+ "Text X Offset" = 0
+ # Traveler's Titles tracks a list of Waystones the player most recently visited in order to
+ # prevent the player from being spammed with titles when they move between the same few Waystones.
+ # This is the size of that list.
+ # For example, if this value is 5, then your 5 most recent Waystones will be saved.
+ # Default: 3
+ "Number of Most Recent Waystones Saved" = 3
+ # Whether or not the Waystone text should be centered on the screen.
+ # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled.
+ # Default: true
+ "Center Title" = true
+ # Traveler's Titles tracks a list of Waystones the player most recently visited in order to
+ # prevent the player from being spammed with titles when they move between the same few Waystones.
+ # This option determines whether or not that list should be cleared every time
+ # the player changes dimensions.
+ # Default: true
+ "Reset Waystone Cache When Changing Dimensions" = true
+ # The distance from a Waystone (in blocks) at which the Waystone's title will trigger.
+ # Default: 30
+ "Waystone Title Range" = 30
+ # Whether or not Waystone titles should override Biome titles.
+ # That is, if a player enters the area for a Waystone while also entering a new biome,
+ # the Waystone title will take precedence.
+ # Default: true
+ "Waystone Titles Override Biome Titles" = true
+ # If enabled, dimensions without ceilings (like the Overworld) will only display Waystone titles when the player is exposed to the skylight.
+ # This prevents Waystone titles from showing while the player is underground.
+ # Default: false
+ "Only Show Waystone Titles When Exposed To Skylight" = false
+
+ ###########################################################################################################
+ ## Sound settings. These will only be used if you add custom sounds via a resource pack.
+ ## For information on how to do this, visit the CurseForge page.
+ ###########################################################################################################
+ ["Traveler's Titles"."Custom Sound Settings"]
+ # The volume of the sound that plays when a biome title displays.
+ # Default: 1.0
+ "Biome Sound Effect Volume" = 1.0
+ # The pitch of the sound that plays when a biome title displays.
+ # Default: 1.0
+ "Biome Sound Effect Pitch" = 1.0
+ # The volume of the sound that plays when a dimension title displays.
+ # Default: 1.0
+ "Dimension Sound Effect Volume" = 1.0
+ # The pitch of the sound that plays when a dimension title displays.
+ # Default: 1.0
+ "Dimension Sound Effect Pitch" = 1.0
+ # The volume of the sound that plays when a Waystone title displays.
+ # The Waystones mod must be installed for this to have any effect.
+ # Default: 1.0
+ "Waystone Sound Effect Volume" = 1.0
+ # The pitch of the sound that plays when a Waystone title displays.
+ # The Waystones mod must be installed for this to have any effect.
+ # Default: 1.0
+ "Waystone Sound Effect Pitch" = 1.0
+
diff --git a/config/undergarden-client.toml b/config/undergarden-client.toml
index 1b381c2..14c55bf 100644
--- a/config/undergarden-client.toml
+++ b/config/undergarden-client.toml
@@ -1,3 +1,3 @@
-#Toggles the Undergarden's special fog parameters. Set false to disable it, and return to the vanilla fog.
-"Toggle Undergarden Fog" = true
-
+#Toggles the Undergarden's special fog parameters. Set false to disable it, and return to the vanilla fog.
+"Toggle Undergarden Fog" = true
+
diff --git a/config/undergarden-common.toml b/config/undergarden-common.toml
index 9aec534..cff4220 100644
--- a/config/undergarden-common.toml
+++ b/config/undergarden-common.toml
@@ -1,5 +1,5 @@
-#Determines what block the game will generate Undergarden return portals out of
-#Use the block tag undergarden:portal_frame_blocks to determine what blocks portals can be built with
-#If value entered here is not a valid block it will default to generating minecraft:stone_bricks
-"Return Portal Frame Block ID" = "minecraft:stone_bricks"
-
+#Determines what block the game will generate Undergarden return portals out of
+#Use the block tag undergarden:portal_frame_blocks to determine what blocks portals can be built with
+#If value entered here is not a valid block it will default to generating minecraft:stone_bricks
+"Return Portal Frame Block ID" = "minecraft:stone_bricks"
+
diff --git a/config/universalenchants-client.toml b/config/universalenchants-client.toml
index ee77443..e5b1a71 100644
--- a/config/universalenchants-client.toml
+++ b/config/universalenchants-client.toml
@@ -1,5 +1,5 @@
-#Vanilla only has translation keys for a few roman numerals (used for enchantment levels and mob effect amplifiers), this option dynamically adds full support.
-#Resource packs must be reloaded to apply by pressing F3+T.
-#Allowed Values: NONE, ARABIC, ROMAN
-fix_roman_numerals = "ROMAN"
-
+#Vanilla only has translation keys for a few roman numerals (used for enchantment levels and mob effect amplifiers), this option dynamically adds full support.
+#Resource packs must be reloaded to apply by pressing F3+T.
+#Allowed Values: NONE, ARABIC, ROMAN
+fix_roman_numerals = "ROMAN"
+
diff --git a/config/universalenchants-common.toml b/config/universalenchants-common.toml
index 2cf0a13..93f1333 100644
--- a/config/universalenchants-common.toml
+++ b/config/universalenchants-common.toml
@@ -1,9 +1,9 @@
-
-#To return to the vanilla /enchant command (in case of mod incompatibilities), make sure all settings in this category are disabled.
-[enchant_command]
- #Remove the max level limit from the /enchant command, this allows any enchantment to be applied with a level of 1-255.
- remove_max_level_limit = true
- #Allow overriding and removing (by setting the level to 0) existing enchantment levels via the /enchant command.
- #Additionally makes enchanting books work via the command.
- fix_enchant_command = true
-
+
+#To return to the vanilla /enchant command (in case of mod incompatibilities), make sure all settings in this category are disabled.
+[enchant_command]
+ #Remove the max level limit from the /enchant command, this allows any enchantment to be applied with a level of 1-255.
+ remove_max_level_limit = true
+ #Allow overriding and removing (by setting the level to 0) existing enchantment levels via the /enchant command.
+ #Additionally makes enchanting books work via the command.
+ fix_enchant_command = true
+
diff --git a/config/universalenchants-server.toml b/config/universalenchants-server.toml
index c0aa2bf..af2d5f7 100644
--- a/config/universalenchants-server.toml
+++ b/config/universalenchants-server.toml
@@ -1,21 +1,21 @@
-#Any level of feather falling prevents farmland being trampled.
-no_farmland_trample = true
-#Looting also affects dropped experience points.
-looting_boosts_xp = true
-#Infinity enchantment no longer requires a single arrow to be present in the player inventory.
-true_infinity = true
-#Disables damage immunity when hit by a projectile. Makes it possible for entities to be hit by multiple projectiles at once (mainly useful for the multishot enchantment).
-no_projectile_immunity = true
-#Mending no longer repairs items using xp.
-#Instead mending allows the item to be repaired in the crafting menu in the same way as in an anvil without any experience cost: combining a tool with another one or the appropriate repair item is possible, all enchantments will be preserved (but no new ones from the item repaired with will be added as an anvil would do).
-#Additionally, repairing items enchanted with mending (only repairing, no renaming or adding more enchantments) in an anvil doesn't increase the items repair cost any further.
-mending_crafting_repair = false
-#Allow all kinds of horse armor to be enchanted directly in the enchanting table.
-#Disabling this will still allow for applying enchantments in an anvil, that needs to be disabled per enchantment in the custom .json configs.
-enchantable_horse_armor = true
-#Allow shields to be enchanted directly in the enchanting table.
-#Disabling this will still allow for applying enchantments in an anvil, that needs to be disabled per enchantment in the custom .json configs.
-enchantable_shields = true
-#Enchanting a few modded items (e.g. Farmer's Delight's skillet) is broken by the changes this mod makes to how enchantments may be applied to items. This option enables a patch for Forge itself to help better support such items.
-allow_mod_item_support = true
-
+#Any level of feather falling prevents farmland being trampled.
+no_farmland_trample = true
+#Looting also affects dropped experience points.
+looting_boosts_xp = true
+#Infinity enchantment no longer requires a single arrow to be present in the player inventory.
+true_infinity = true
+#Disables damage immunity when hit by a projectile. Makes it possible for entities to be hit by multiple projectiles at once (mainly useful for the multishot enchantment).
+no_projectile_immunity = true
+#Mending no longer repairs items using xp.
+#Instead mending allows the item to be repaired in the crafting menu in the same way as in an anvil without any experience cost: combining a tool with another one or the appropriate repair item is possible, all enchantments will be preserved (but no new ones from the item repaired with will be added as an anvil would do).
+#Additionally, repairing items enchanted with mending (only repairing, no renaming or adding more enchantments) in an anvil doesn't increase the items repair cost any further.
+mending_crafting_repair = false
+#Allow all kinds of horse armor to be enchanted directly in the enchanting table.
+#Disabling this will still allow for applying enchantments in an anvil, that needs to be disabled per enchantment in the custom .json configs.
+enchantable_horse_armor = true
+#Allow shields to be enchanted directly in the enchanting table.
+#Disabling this will still allow for applying enchantments in an anvil, that needs to be disabled per enchantment in the custom .json configs.
+enchantable_shields = true
+#Enchanting a few modded items (e.g. Farmer's Delight's skillet) is broken by the changes this mod makes to how enchantments may be applied to items. This option enables a patch for Forge itself to help better support such items.
+allow_mod_item_support = true
+
diff --git a/config/watut-client.toml b/config/watut-client.toml
index 5c49a32..9bcb120 100644
--- a/config/watut-client.toml
+++ b/config/watut-client.toml
@@ -1,47 +1,47 @@
-
-#General mod settings
-[general]
- #Sends relative mouse position and clicking
- sendMouseInfo = true
- #Sends a calculated rate of typing. If off, uses a default value on server
- sendTypingSpeed = true
- #Sends when you open a Gui, and what Gui
- sendActiveGui = true
- #Sends when you go idle / return
- sendIdleState = true
- #Enables or disables idle visual in the server player list tab screen
- showIdleStatesInPlayerList = true
- #Enables or disables idle visual above player head
- showIdleStatesInPlayerAboveHead = true
- #Setting false disables all animations
- showPlayerAnimations = true
- #Plays a sound when a player opens some Guis
- playScreenOpenSounds = false
- #Plays a sutble sound when a player clicks their mouse in a Gui
- playMouseClickSounds = false
- #Enables or disables typing animation
- showPlayerAnimation_Typing = true
- #Enables or disables idle animation
- showPlayerAnimation_Idle = true
- #Enables or disables the non typing animations used when showing the open Gui, such as head looking, arms moving up, arms pointing and clicking
- showPlayerAnimation_Gui = true
- #Show any Gui they're using that isn't chat typing related in world
- showPlayerActiveNonChatGui = true
- #Show the chat typing Gui in world
- showPlayerActiveChatGui = true
- #If there isnt an exact Gui available for what the player is using, it will show the Chest Gui. If this is false, it will show nothing, lots of modded Guis will use this for now
- showPlayerActiveGuiIfNotExactMatch = true
- #Show 'Player is typing...' on the chat screen
- screenTypingVisible = true
- #Adjust the X position where the 'Player is typing...' text shows in the chat Gui
- #Range: > -2147483648
- screenTypingRelativePosition_X = 0
- #Adjust the Y position where the 'Player is typing...' text shows in the chat Gui
- #Range: > -2147483648
- screenTypingRelativePosition_Y = 0
- #Max characters allowed before it switches to using string set in screenTypingMultiplePlayersText
- #Range: > -2147483648
- screenTypingCharacterLimit = 50
- #String to use when too many people are typing determined by screenTypingCharacterLimit
- screenTypingMultiplePlayersText = "Several people are typing"
-
+
+#General mod settings
+[general]
+ #Sends relative mouse position and clicking
+ sendMouseInfo = true
+ #Sends a calculated rate of typing. If off, uses a default value on server
+ sendTypingSpeed = true
+ #Sends when you open a Gui, and what Gui
+ sendActiveGui = true
+ #Sends when you go idle / return
+ sendIdleState = true
+ #Enables or disables idle visual in the server player list tab screen
+ showIdleStatesInPlayerList = true
+ #Enables or disables idle visual above player head
+ showIdleStatesInPlayerAboveHead = true
+ #Setting false disables all animations
+ showPlayerAnimations = true
+ #Plays a sound when a player opens some Guis
+ playScreenOpenSounds = false
+ #Plays a sutble sound when a player clicks their mouse in a Gui
+ playMouseClickSounds = false
+ #Enables or disables typing animation
+ showPlayerAnimation_Typing = true
+ #Enables or disables idle animation
+ showPlayerAnimation_Idle = true
+ #Enables or disables the non typing animations used when showing the open Gui, such as head looking, arms moving up, arms pointing and clicking
+ showPlayerAnimation_Gui = true
+ #Show any Gui they're using that isn't chat typing related in world
+ showPlayerActiveNonChatGui = true
+ #Show the chat typing Gui in world
+ showPlayerActiveChatGui = true
+ #If there isnt an exact Gui available for what the player is using, it will show the Chest Gui. If this is false, it will show nothing, lots of modded Guis will use this for now
+ showPlayerActiveGuiIfNotExactMatch = true
+ #Show 'Player is typing...' on the chat screen
+ screenTypingVisible = true
+ #Adjust the X position where the 'Player is typing...' text shows in the chat Gui
+ #Range: > -2147483648
+ screenTypingRelativePosition_X = 0
+ #Adjust the Y position where the 'Player is typing...' text shows in the chat Gui
+ #Range: > -2147483648
+ screenTypingRelativePosition_Y = 0
+ #Max characters allowed before it switches to using string set in screenTypingMultiplePlayersText
+ #Range: > -2147483648
+ screenTypingCharacterLimit = 50
+ #String to use when too many people are typing determined by screenTypingCharacterLimit
+ screenTypingMultiplePlayersText = "Several people are typing"
+
diff --git a/config/watut-common.toml b/config/watut-common.toml
index d2ef8fd..2f99ace 100644
--- a/config/watut-common.toml
+++ b/config/watut-common.toml
@@ -1,9 +1,9 @@
-
-#General mod settings
-[general]
- #-
- announceIdleStatesInChat = false
- #Default 5 minutes
- #Range: > -2147483648
- ticksToMarkPlayerIdle = 6000
-
+
+#General mod settings
+[general]
+ #-
+ announceIdleStatesInChat = false
+ #Default 5 minutes
+ #Range: > -2147483648
+ ticksToMarkPlayerIdle = 6000
+
diff --git a/config/waystones-common.toml b/config/waystones-common.toml
index 312b8e3..1b06d10 100644
--- a/config/waystones-common.toml
+++ b/config/waystones-common.toml
@@ -1,133 +1,133 @@
-
-[xpCost]
- #Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel.
- inverseXpCost = false
- #The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels.
- #Range: > -2147483648
- blocksPerXpLevel = 1000
- #The minimum base xp cost (may be subceeded by multipliers defined below)
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- minimumBaseXpCost = 0.0
- #The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- maximumBaseXpCost = 0.0
- #How much xp is needed per leashed animal to travel with you
- #Range: > -2147483648
- xpCostPerLeashed = 0
- #The base xp level cost when travelling between dimensions. Ignores block distance.
- #Range: > -2147483648
- dimensionalWarpXpCost = 3
- #The multiplier applied to the base xp cost when teleporting to a global waystone through any method.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- globalWaystoneXpCostMultiplier = 0.0
- #The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin)
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- warpStoneXpCostMultiplier = 1.0
- #The multiplier applied to the base xp cost when teleporting from one waystone to another.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- waystoneXpCostMultiplier = 1.0
- #The multiplier applied to the base xp cost when teleporting from one sharestone to another.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- sharestoneXpCostMultiplier = 0.5
- #The multiplier applied to the base xp cost when teleporting from a portstone.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- portstoneXpCostMultiplier = 0.5
- #The multiplier applied to the base xp cost when teleporting from one warp plate to another.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- warpPlateXpCostMultiplier = 0.5
- #The multiplier applied to the base xp cost when teleporting via the inventory button.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- inventoryButtonXpCostMultiplier = 2.0
-
-[restrictions]
- #If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe.
- restrictToCreative = false
- #If enabled, only the owner of a waystone (the one who placed it) can rename it.
- restrictRenameToOwner = true
- #If enabled, waystones generated in worldgen are unbreakable.
- generatedWaystonesUnbreakable = true
- #If enabled, leashed mobs will be teleported with you
- transportLeashed = true
- #Whether to take leashed mobs with you when teleporting between dimensions
- transportLeashedDimensional = true
- #List of leashed mobs that cannot be taken with you when teleporting
- leashedDenyList = ["minecraft:wither"]
- #Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps.
- #Allowed Values: ALLOW, GLOBAL_ONLY, DENY
- dimensionalWarp = "GLOBAL_ONLY"
- #List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed.
- dimensionalWarpAllowList = []
- #List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty.
- dimensionalWarpDenyList = []
- #Set to true if players should be able to teleport between waystones by simply right-clicking a waystone.
- allowWaystoneToWaystoneTeleport = true
- #Set to false to allow non-creative players to make waystones globally activated for all players.
- globalWaystoneSetupRequiresCreativeMode = false
-
-[cooldowns]
- #The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone.
- #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
- globalWaystoneCooldownMultiplier = 1.0
- #The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown.
- #Range: > -2147483648
- warpStoneCooldown = 360
- #The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click.
- #Range: > -2147483648
- warpStoneUseTime = 32
- #The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for.
- #Range: > -2147483648
- warpPlateUseTime = 20
- #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click.
- #Range: > -2147483648
- scrollUseTime = 32
- #The cooldown between usages of the inventory button in seconds.
- #Range: > -2147483648
- inventoryButtonCooldown = 300
-
-[inventoryButton]
- #Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone.
- inventoryButton = "NONE"
- #The x position of the warp button in the inventory.
- #Range: > -2147483648
- warpButtonX = 58
- #The y position of the warp button in the inventory.
- #Range: > -2147483648
- warpButtonY = 60
- #The y position of the warp button in the creative menu.
- #Range: > -2147483648
- creativeWarpButtonX = 88
- #The y position of the warp button in the creative menu.
- #Range: > -2147483648
- creativeWarpButtonY = 33
-
-[worldGen]
- #Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in.
- #Allowed Values: DEFAULT, MOSSY, SANDY, BIOME
- worldGenStyle = "DEFAULT"
- #Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation.
- #Range: > -2147483648
- frequency = 25
- #List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used.
- dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end", "overworldmirror:dimension"]
- #List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty.
- dimensionDenyList = []
- #Set to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names.
- #Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED
- nameGenerationMode = "PRESET_FIRST"
- #These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info.
- customWaystoneNames = []
- #Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone.
- spawnInVillages = true
- #Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village.
- forceSpawnInVillages = true
-
-[client]
- #If enabled, the text overlay on waystones will no longer always render at full brightness.
- disableTextGlow = false
-
-[compatibility]
- #If enabled, JourneyMap waypoints will be created for each activated waystone.
- displayWaystonesOnJourneyMap = true
- #If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed
- preferJourneyMapIntegration = true
-
+
+[xpCost]
+ #Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel.
+ inverseXpCost = false
+ #The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels.
+ #Range: > -2147483648
+ blocksPerXpLevel = 1000
+ #The minimum base xp cost (may be subceeded by multipliers defined below)
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ minimumBaseXpCost = 0.0
+ #The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ maximumBaseXpCost = 0.0
+ #How much xp is needed per leashed animal to travel with you
+ #Range: > -2147483648
+ xpCostPerLeashed = 0
+ #The base xp level cost when travelling between dimensions. Ignores block distance.
+ #Range: > -2147483648
+ dimensionalWarpXpCost = 3
+ #The multiplier applied to the base xp cost when teleporting to a global waystone through any method.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ globalWaystoneXpCostMultiplier = 0.0
+ #The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin)
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ warpStoneXpCostMultiplier = 1.0
+ #The multiplier applied to the base xp cost when teleporting from one waystone to another.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ waystoneXpCostMultiplier = 1.0
+ #The multiplier applied to the base xp cost when teleporting from one sharestone to another.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ sharestoneXpCostMultiplier = 0.5
+ #The multiplier applied to the base xp cost when teleporting from a portstone.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ portstoneXpCostMultiplier = 0.5
+ #The multiplier applied to the base xp cost when teleporting from one warp plate to another.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ warpPlateXpCostMultiplier = 0.5
+ #The multiplier applied to the base xp cost when teleporting via the inventory button.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ inventoryButtonXpCostMultiplier = 2.0
+
+[restrictions]
+ #If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe.
+ restrictToCreative = false
+ #If enabled, only the owner of a waystone (the one who placed it) can rename it.
+ restrictRenameToOwner = true
+ #If enabled, waystones generated in worldgen are unbreakable.
+ generatedWaystonesUnbreakable = true
+ #If enabled, leashed mobs will be teleported with you
+ transportLeashed = true
+ #Whether to take leashed mobs with you when teleporting between dimensions
+ transportLeashedDimensional = true
+ #List of leashed mobs that cannot be taken with you when teleporting
+ leashedDenyList = ["minecraft:wither"]
+ #Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps.
+ #Allowed Values: ALLOW, GLOBAL_ONLY, DENY
+ dimensionalWarp = "GLOBAL_ONLY"
+ #List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed.
+ dimensionalWarpAllowList = []
+ #List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty.
+ dimensionalWarpDenyList = []
+ #Set to true if players should be able to teleport between waystones by simply right-clicking a waystone.
+ allowWaystoneToWaystoneTeleport = true
+ #Set to false to allow non-creative players to make waystones globally activated for all players.
+ globalWaystoneSetupRequiresCreativeMode = false
+
+[cooldowns]
+ #The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone.
+ #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
+ globalWaystoneCooldownMultiplier = 1.0
+ #The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown.
+ #Range: > -2147483648
+ warpStoneCooldown = 360
+ #The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click.
+ #Range: > -2147483648
+ warpStoneUseTime = 32
+ #The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for.
+ #Range: > -2147483648
+ warpPlateUseTime = 20
+ #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click.
+ #Range: > -2147483648
+ scrollUseTime = 32
+ #The cooldown between usages of the inventory button in seconds.
+ #Range: > -2147483648
+ inventoryButtonCooldown = 300
+
+[inventoryButton]
+ #Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone.
+ inventoryButton = "NONE"
+ #The x position of the warp button in the inventory.
+ #Range: > -2147483648
+ warpButtonX = 58
+ #The y position of the warp button in the inventory.
+ #Range: > -2147483648
+ warpButtonY = 60
+ #The y position of the warp button in the creative menu.
+ #Range: > -2147483648
+ creativeWarpButtonX = 88
+ #The y position of the warp button in the creative menu.
+ #Range: > -2147483648
+ creativeWarpButtonY = 33
+
+[worldGen]
+ #Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in.
+ #Allowed Values: DEFAULT, MOSSY, SANDY, BIOME
+ worldGenStyle = "DEFAULT"
+ #Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation.
+ #Range: > -2147483648
+ frequency = 25
+ #List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used.
+ dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end", "overworldmirror:dimension"]
+ #List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty.
+ dimensionDenyList = []
+ #Set to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names.
+ #Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED
+ nameGenerationMode = "PRESET_FIRST"
+ #These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info.
+ customWaystoneNames = []
+ #Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone.
+ spawnInVillages = true
+ #Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village.
+ forceSpawnInVillages = true
+
+[client]
+ #If enabled, the text overlay on waystones will no longer always render at full brightness.
+ disableTextGlow = false
+
+[compatibility]
+ #If enabled, JourneyMap waypoints will be created for each activated waystone.
+ displayWaystonesOnJourneyMap = true
+ #If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed
+ preferJourneyMapIntegration = true
+
diff --git a/config/wesleys-roguelike-dungeons-config.toml b/config/wesleys-roguelike-dungeons-config.toml
index 34113c5..cbadd03 100644
--- a/config/wesleys-roguelike-dungeons-config.toml
+++ b/config/wesleys-roguelike-dungeons-config.toml
@@ -1,30 +1,30 @@
-
-#Wesley's Roguelike Dungeons Configurations
-[common]
- #Size of the dungeons, 0 = small | 1 = medium | 2 = large
- #Range: 0 ~ 2
- CFDungeonSize = 1
- #Difficulty of the dungeons, 0 = easy | 1 = normal | 2 = hard
- #Range: 0 ~ 2
- CFDungeonDifficulty = 1
- #Chance of mobs spawning with modifiers
- #Range: 0 ~ 100
- CFModifierChance = 1
- #Allow for mobs to spawn with modifiers
- CFAllowModifiers = true
- #If the dungeon dimension timer is too fast, you can slow it down here
- #Range: 0 ~ 200
- CFSlowerDungeonCounter = 100
- #Allow for players to generate dungeons using Vessels of Vision
- CFAllowVesselofVision = true
- #Allow for dungeons to randomly generate into the world
- CFAllowNaturalDungeons = true
- #Allow mobs with modifiers to always show their name
- CFShowModifierNames = true
- #Changes the rarity of naturally generated dungeons if enabled (amount of structures per 1.000.000 chunks)
- #Range: 0 ~ 10000
- CFDungeonRarity = 250
- #Changes the rarity of naturally generated nether dungeons if enabled (amount of structures per 1.000.000 chunks)
- #Range: 0 ~ 10000
- CFNetherDungeonRarity = 300
-
+
+#Wesley's Roguelike Dungeons Configurations
+[common]
+ #Size of the dungeons, 0 = small | 1 = medium | 2 = large
+ #Range: 0 ~ 2
+ CFDungeonSize = 1
+ #Difficulty of the dungeons, 0 = easy | 1 = normal | 2 = hard
+ #Range: 0 ~ 2
+ CFDungeonDifficulty = 1
+ #Chance of mobs spawning with modifiers
+ #Range: 0 ~ 100
+ CFModifierChance = 1
+ #Allow for mobs to spawn with modifiers
+ CFAllowModifiers = true
+ #If the dungeon dimension timer is too fast, you can slow it down here
+ #Range: 0 ~ 200
+ CFSlowerDungeonCounter = 100
+ #Allow for players to generate dungeons using Vessels of Vision
+ CFAllowVesselofVision = true
+ #Allow for dungeons to randomly generate into the world
+ CFAllowNaturalDungeons = true
+ #Allow mobs with modifiers to always show their name
+ CFShowModifierNames = true
+ #Changes the rarity of naturally generated dungeons if enabled (amount of structures per 1.000.000 chunks)
+ #Range: 0 ~ 10000
+ CFDungeonRarity = 250
+ #Changes the rarity of naturally generated nether dungeons if enabled (amount of structures per 1.000.000 chunks)
+ #Range: 0 ~ 10000
+ CFNetherDungeonRarity = 300
+
diff --git a/config/worldedit/worldedit.properties b/config/worldedit/worldedit.properties
index d84b1ac..d4e58b2 100644
--- a/config/worldedit/worldedit.properties
+++ b/config/worldedit/worldedit.properties
@@ -1,46 +1,46 @@
-#Don't put comments; they get removed
-#Mon Apr 15 15:19:21 PDT 2024
-max-super-pickaxe-size=5
-use-inventory-creative-override=false
-use-inventory-override=false
-default-max-polyhedron-points=-1
-disallowed-blocks=minecraft\:oak_sapling,minecraft\:jungle_sapling,minecraft\:dark_oak_sapling,minecraft\:spruce_sapling,minecraft\:birch_sapling,minecraft\:acacia_sapling,minecraft\:black_bed,minecraft\:blue_bed,minecraft\:brown_bed,minecraft\:cyan_bed,minecraft\:gray_bed,minecraft\:green_bed,minecraft\:light_blue_bed,minecraft\:light_gray_bed,minecraft\:lime_bed,minecraft\:magenta_bed,minecraft\:orange_bed,minecraft\:pink_bed,minecraft\:purple_bed,minecraft\:red_bed,minecraft\:white_bed,minecraft\:yellow_bed,minecraft\:powered_rail,minecraft\:detector_rail,minecraft\:grass,minecraft\:dead_bush,minecraft\:moving_piston,minecraft\:piston_head,minecraft\:sunflower,minecraft\:rose_bush,minecraft\:dandelion,minecraft\:poppy,minecraft\:brown_mushroom,minecraft\:red_mushroom,minecraft\:tnt,minecraft\:torch,minecraft\:fire,minecraft\:redstone_wire,minecraft\:wheat,minecraft\:potatoes,minecraft\:carrots,minecraft\:melon_stem,minecraft\:pumpkin_stem,minecraft\:beetroots,minecraft\:rail,minecraft\:lever,minecraft\:redstone_torch,minecraft\:redstone_wall_torch,minecraft\:repeater,minecraft\:comparator,minecraft\:stone_button,minecraft\:birch_button,minecraft\:acacia_button,minecraft\:dark_oak_button,minecraft\:jungle_button,minecraft\:oak_button,minecraft\:spruce_button,minecraft\:cactus,minecraft\:sugar_cane,minecraft\:bedrock
-shell-save-type=
-craftscript-dir=craftscripts
-command-block-support=false
-register-help=true
-snapshots-dir=
-max-calculation-timeout=300
-history-size=15
-super-pickaxe-drop-items=true
-max-changed-blocks=-1
-default-max-polygon-points=-1
-scripting-timeout=3000
-calculation-timeout=100
-nav-use-glass=true
-extended-y-limit=false
-nav-wand-item=minecraft\:compass
-log-file=
-butcher-max-radius=-1
-max-radius=-1
-wand-item=minecraft\:wooden_hoe
-profile=false
-use-in-creative=true
-default-vertical-height=256
-super-pickaxe-many-drop-items=true
-max-polyhedron-points=20
-server-side-cui=true
-snapshots-experimental=false
-max-brush-radius=6
-allow-symbolic-links=false
-default-locale=default
-trace-unflushed-sessions=false
-max-polygon-points=20
-default-max-changed-blocks=-1
-log-commands=false
-use-inventory=false
-log-format=[%1$tY-%1$tm-%1$td %1$tH\:%1$tM\:%1$tS %4$s]\: %5$s%6$s%n
-cheat-mode=false
-butcher-default-radius=-1
-schematic-save-dir=schematics
-nav-wand-distance=50
+#Don't put comments; they get removed
+#Mon Apr 15 15:19:21 PDT 2024
+max-super-pickaxe-size=5
+use-inventory-creative-override=false
+use-inventory-override=false
+default-max-polyhedron-points=-1
+disallowed-blocks=minecraft\:oak_sapling,minecraft\:jungle_sapling,minecraft\:dark_oak_sapling,minecraft\:spruce_sapling,minecraft\:birch_sapling,minecraft\:acacia_sapling,minecraft\:black_bed,minecraft\:blue_bed,minecraft\:brown_bed,minecraft\:cyan_bed,minecraft\:gray_bed,minecraft\:green_bed,minecraft\:light_blue_bed,minecraft\:light_gray_bed,minecraft\:lime_bed,minecraft\:magenta_bed,minecraft\:orange_bed,minecraft\:pink_bed,minecraft\:purple_bed,minecraft\:red_bed,minecraft\:white_bed,minecraft\:yellow_bed,minecraft\:powered_rail,minecraft\:detector_rail,minecraft\:grass,minecraft\:dead_bush,minecraft\:moving_piston,minecraft\:piston_head,minecraft\:sunflower,minecraft\:rose_bush,minecraft\:dandelion,minecraft\:poppy,minecraft\:brown_mushroom,minecraft\:red_mushroom,minecraft\:tnt,minecraft\:torch,minecraft\:fire,minecraft\:redstone_wire,minecraft\:wheat,minecraft\:potatoes,minecraft\:carrots,minecraft\:melon_stem,minecraft\:pumpkin_stem,minecraft\:beetroots,minecraft\:rail,minecraft\:lever,minecraft\:redstone_torch,minecraft\:redstone_wall_torch,minecraft\:repeater,minecraft\:comparator,minecraft\:stone_button,minecraft\:birch_button,minecraft\:acacia_button,minecraft\:dark_oak_button,minecraft\:jungle_button,minecraft\:oak_button,minecraft\:spruce_button,minecraft\:cactus,minecraft\:sugar_cane,minecraft\:bedrock
+shell-save-type=
+craftscript-dir=craftscripts
+command-block-support=false
+register-help=true
+snapshots-dir=
+max-calculation-timeout=300
+history-size=15
+super-pickaxe-drop-items=true
+max-changed-blocks=-1
+default-max-polygon-points=-1
+scripting-timeout=3000
+calculation-timeout=100
+nav-use-glass=true
+extended-y-limit=false
+nav-wand-item=minecraft\:compass
+log-file=
+butcher-max-radius=-1
+max-radius=-1
+wand-item=minecraft\:wooden_hoe
+profile=false
+use-in-creative=true
+default-vertical-height=256
+super-pickaxe-many-drop-items=true
+max-polyhedron-points=20
+server-side-cui=true
+snapshots-experimental=false
+max-brush-radius=6
+allow-symbolic-links=false
+default-locale=default
+trace-unflushed-sessions=false
+max-polygon-points=20
+default-max-changed-blocks=-1
+log-commands=false
+use-inventory=false
+log-format=[%1$tY-%1$tm-%1$td %1$tH\:%1$tM\:%1$tS %4$s]\: %5$s%6$s%n
+cheat-mode=false
+butcher-default-radius=-1
+schematic-save-dir=schematics
+nav-wand-distance=50
diff --git a/config/wstweaks.cfg b/config/wstweaks.cfg
index a37e5eb..fe6d094 100644
--- a/config/wstweaks.cfg
+++ b/config/wstweaks.cfg
@@ -1,52 +1,52 @@
-# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
-
-#
-
-general {
- # How many shards it takes to craft a Wither Skeleton Skull.
- # Default: 9; Range: [1 ~ 9]
- I:"Shard Value"=9
-
- # The chance for a skull shard to drop. 1 = 100%, 0.5 = 50%, etc
- # Default: 1.0; Range: [0.0 ~ 1.0]
- S:"Shard Drop Chance"=0.5
-
- # If skeletons in ALL biomes are converted, instead of just the nether.
- # Default: false
- B:"Convert All Biomes"=false
-
- # The chance for skeletons to be converted in all biomes, when enabled. 1 = 100%, 0.5 = 50%, etc
- # Default: 0.15; Range: [0.0 ~ 1.0]
- S:"All Biomes Chance"=0.05
-
- # If stone swords and other trash are removed from wither skeleton drop tables.
- # Default: true
- B:"Delete Swords"=true
-
- # If converted skeletons receive bows (Wither Skeletons always shoot flaming arrows).
- # Default: true
- B:"Give Bows"=true
-}
-
-
-blades {
- # [Unsynced]
- # [Requires Restart]
- # The durability of immolation blades.
- # Default: 4096; Range: [1 ~ 65536]
- I:Durability=4096
-
- # [Unsynced]
- # [Requires Restart]
- # The attack damage of immolation blades. This is a modifier, so the real value is always 1 higher.
- # Default: 11.0; Range: [1.0 ~ 4096.0]
- S:"Attack Damage"=11.0
-
- # [Unsynced]
- # [Requires Restart]
- # The attack speed of immolation blades. This is a modifier, so the real value is a bit different.
- # Default: -2.0; Range: [-4096.0 ~ 4096.0]
- S:"Attack Speed"=-2.0
-}
-
-
+# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
+
+#
+
+general {
+ # How many shards it takes to craft a Wither Skeleton Skull.
+ # Default: 9; Range: [1 ~ 9]
+ I:"Shard Value"=9
+
+ # The chance for a skull shard to drop. 1 = 100%, 0.5 = 50%, etc
+ # Default: 1.0; Range: [0.0 ~ 1.0]
+ S:"Shard Drop Chance"=0.5
+
+ # If skeletons in ALL biomes are converted, instead of just the nether.
+ # Default: false
+ B:"Convert All Biomes"=false
+
+ # The chance for skeletons to be converted in all biomes, when enabled. 1 = 100%, 0.5 = 50%, etc
+ # Default: 0.15; Range: [0.0 ~ 1.0]
+ S:"All Biomes Chance"=0.05
+
+ # If stone swords and other trash are removed from wither skeleton drop tables.
+ # Default: true
+ B:"Delete Swords"=true
+
+ # If converted skeletons receive bows (Wither Skeletons always shoot flaming arrows).
+ # Default: true
+ B:"Give Bows"=true
+}
+
+
+blades {
+ # [Unsynced]
+ # [Requires Restart]
+ # The durability of immolation blades.
+ # Default: 4096; Range: [1 ~ 65536]
+ I:Durability=4096
+
+ # [Unsynced]
+ # [Requires Restart]
+ # The attack damage of immolation blades. This is a modifier, so the real value is always 1 higher.
+ # Default: 11.0; Range: [1.0 ~ 4096.0]
+ S:"Attack Damage"=11.0
+
+ # [Unsynced]
+ # [Requires Restart]
+ # The attack speed of immolation blades. This is a modifier, so the real value is a bit different.
+ # Default: -2.0; Range: [-4096.0 ~ 4096.0]
+ S:"Attack Speed"=-2.0
+}
+
+
diff --git a/config/xaerominimap-common.txt b/config/xaerominimap-common.txt
index b36023c..489a92e 100644
--- a/config/xaerominimap-common.txt
+++ b/config/xaerominimap-common.txt
@@ -1,4 +1,4 @@
-allowCaveModeOnServer:true
-allowNetherCaveModeOnServer:true
-allowRadarOnServer:true
-registerStatusEffects:true
+allowCaveModeOnServer:true
+allowNetherCaveModeOnServer:true
+allowRadarOnServer:true
+registerStatusEffects:true
diff --git a/config/xaerominimap.txt b/config/xaerominimap.txt
index 27e6f6a..d954ce1 100644
--- a/config/xaerominimap.txt
+++ b/config/xaerominimap.txt
@@ -1,133 +1,133 @@
-#CONFIG ONLY OPTIONS
-ignoreUpdate:365
-settingsButton:false
-allowWrongWorldTeleportation:false
-differentiateByServerAddress:true
-debugEntityIcons:false
-debugEntityVariantIds:false
-radarHideInvisibleEntities:true
-allowInternetAccess:true
-#INGAME SETTINGS (DO NOT EDIT!)
-updateNotification:false
-minimap:true
-caveMaps:2
-caveZoom:1
-showWaypoints:true
-showIngameWaypoints:false
-displayRedstone:true
-deathpoints:true
-oldDeathpoints:true
-distance:1
-lockNorth:false
-zoom:0
-minimapSize:0
-chunkGrid:-1
-slimeChunks:false
-mapSafeMode:false
-minimapOpacity:100.0
-waypointsIngameIconScale:0
-waypointsIngameDistanceScale:0
-waypointsIngameNameScale:0
-waypointsIngameCloseScale:1.0
-antiAliasing:true
-blockColours:0
-lighting:true
-dotsStyle:0
-dotNameScale:1.0
-compassOverEverything:true
-showFlowers:true
-keepWaypointNames:true
-waypointsDistanceExp:0
-waypointsDistanceMin:0.0
-defaultWaypointTPCommandFormat:/tp @s {x} {y} {z}
-defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~
-arrowScale:1.5
-arrowColour:0
-smoothDots:true
-worldMap:true
-terrainDepth:true
-terrainSlopes:2
-mainEntityAs:0
-blockTransparency:true
-waypointOpacityIngame:80
-waypointOpacityMap:90
-hideWorldNames:1
-openSlimeSettings:true
-alwaysShowDistance:false
-crossDimensionalTp:true
-biomeColorsVanillaMode:false
-lookingAtAngle:10
-lookingAtAngleVertical:180
-centeredEnlarged:false
-zoomOnEnlarged:0
-minimapTextAlign:0
-waypointsMutualEdit:true
-compassLocation:1
-compassDirectionScale:0
-caveMapsDepth:30
-hideWaypointCoordinates:false
-renderAllSets:false
-playerArrowOpacity:100
-waypointsBottom:false
-minimapShape:1
-lightOverlayType:0
-lightOverlayMaxLight:7
-lightOverlayMinLight:0
-lightOverlayColor:13
-uiScale:0
-bossHealthPushBox:1
-potionEffectPushBox:1
-minimapFrame:0
-minimapFrameColor:9
-compassColor:9
-northCompassColor:-1
-displayMultipleWaypointInfo:1
-entityRadar:true
-adjustHeightForCarpetLikeBlocks:true
-autoConvertWaypointDistanceToKmThreshold:10000
-waypointDistancePrecision:1
-mainDotSize:2
-partialYTeleportation:true
-deleteReachedDeathpoints:true
-hideMinimapUnderScreen:true
-hideMinimapUnderF3:true
-manualCaveModeStartAuto:true
-manualCaveModeStart:-1
-chunkGridLineWidth:1
-temporaryWaypointsGlobal:true
-keepUnlockedWhenEnlarged:false
-enlargedMinimapAToggle:false
-displayStainedGlass:true
-waypointOnMapScale:0
-switchToAutoOnDeath:true
-infoDisplayBackgroundOpacity:40
-caveModeToggleTimer:1000
-legibleCaveMaps:false
-biomeBlending:true
-displayTrackedPlayers:true
-dimensionScaledMaxWaypointDistance:true
-displayClaims:true
-displayCurrentClaim:true
-claimsFillOpacity:46
-claimsBorderOpacity:80
-infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world
-infoDisplay:coords:true:15:-1
-infoDisplay:overworld_coords:false:15:-1
-infoDisplay:chunk_coords:false:15:-1
-infoDisplay:angles:false:15:-1
-infoDisplay:dimension:false:15:-1
-infoDisplay:biome:false:15:-1
-infoDisplay:weather:false:15:-1
-infoDisplay:light_level:0:15:-1
-infoDisplay:time:0:15:-1
-infoDisplay:real_time:0:15:-1
-infoDisplay:highlights:true:15:-1
-infoDisplay:light_overlay_indicator:true:15:-1
-infoDisplay:manual_cave_mode_indicator:true:15:-1
-infoDisplay:custom_sub_world:true:15:-1
-interface:dummy:0:36:true:false:false:false
-interface:dummy:0:10000:true:false:false:false
-interface:dummy:0:0:false:false:true:false
-interface:dummy:0:36:true:false:false:false
-interface:gui.xaero_minimap:111:-19:false:false:true:false
-#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints
+#CONFIG ONLY OPTIONS
+ignoreUpdate:365
+settingsButton:false
+allowWrongWorldTeleportation:false
+differentiateByServerAddress:true
+debugEntityIcons:false
+debugEntityVariantIds:false
+radarHideInvisibleEntities:true
+allowInternetAccess:true
+#INGAME SETTINGS (DO NOT EDIT!)
+updateNotification:false
+minimap:true
+caveMaps:2
+caveZoom:1
+showWaypoints:true
+showIngameWaypoints:false
+displayRedstone:true
+deathpoints:true
+oldDeathpoints:true
+distance:1
+lockNorth:false
+zoom:0
+minimapSize:0
+chunkGrid:-1
+slimeChunks:false
+mapSafeMode:false
+minimapOpacity:100.0
+waypointsIngameIconScale:0
+waypointsIngameDistanceScale:0
+waypointsIngameNameScale:0
+waypointsIngameCloseScale:1.0
+antiAliasing:true
+blockColours:0
+lighting:true
+dotsStyle:0
+dotNameScale:1.0
+compassOverEverything:true
+showFlowers:true
+keepWaypointNames:true
+waypointsDistanceExp:0
+waypointsDistanceMin:0.0
+defaultWaypointTPCommandFormat:/tp @s {x} {y} {z}
+defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~
+arrowScale:1.5
+arrowColour:0
+smoothDots:true
+worldMap:true
+terrainDepth:true
+terrainSlopes:2
+mainEntityAs:0
+blockTransparency:true
+waypointOpacityIngame:80
+waypointOpacityMap:90
+hideWorldNames:1
+openSlimeSettings:true
+alwaysShowDistance:false
+crossDimensionalTp:true
+biomeColorsVanillaMode:false
+lookingAtAngle:10
+lookingAtAngleVertical:180
+centeredEnlarged:false
+zoomOnEnlarged:0
+minimapTextAlign:0
+waypointsMutualEdit:true
+compassLocation:1
+compassDirectionScale:0
+caveMapsDepth:30
+hideWaypointCoordinates:false
+renderAllSets:false
+playerArrowOpacity:100
+waypointsBottom:false
+minimapShape:1
+lightOverlayType:0
+lightOverlayMaxLight:7
+lightOverlayMinLight:0
+lightOverlayColor:13
+uiScale:0
+bossHealthPushBox:1
+potionEffectPushBox:1
+minimapFrame:0
+minimapFrameColor:9
+compassColor:9
+northCompassColor:-1
+displayMultipleWaypointInfo:1
+entityRadar:true
+adjustHeightForCarpetLikeBlocks:true
+autoConvertWaypointDistanceToKmThreshold:10000
+waypointDistancePrecision:1
+mainDotSize:2
+partialYTeleportation:true
+deleteReachedDeathpoints:true
+hideMinimapUnderScreen:true
+hideMinimapUnderF3:true
+manualCaveModeStartAuto:true
+manualCaveModeStart:-1
+chunkGridLineWidth:1
+temporaryWaypointsGlobal:true
+keepUnlockedWhenEnlarged:false
+enlargedMinimapAToggle:false
+displayStainedGlass:true
+waypointOnMapScale:0
+switchToAutoOnDeath:true
+infoDisplayBackgroundOpacity:40
+caveModeToggleTimer:1000
+legibleCaveMaps:false
+biomeBlending:true
+displayTrackedPlayers:true
+dimensionScaledMaxWaypointDistance:true
+displayClaims:true
+displayCurrentClaim:true
+claimsFillOpacity:46
+claimsBorderOpacity:80
+infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world
+infoDisplay:coords:true:15:-1
+infoDisplay:overworld_coords:false:15:-1
+infoDisplay:chunk_coords:false:15:-1
+infoDisplay:angles:false:15:-1
+infoDisplay:dimension:false:15:-1
+infoDisplay:biome:false:15:-1
+infoDisplay:weather:false:15:-1
+infoDisplay:light_level:0:15:-1
+infoDisplay:time:0:15:-1
+infoDisplay:real_time:0:15:-1
+infoDisplay:highlights:true:15:-1
+infoDisplay:light_overlay_indicator:true:15:-1
+infoDisplay:manual_cave_mode_indicator:true:15:-1
+infoDisplay:custom_sub_world:true:15:-1
+interface:dummy:0:36:true:false:false:false
+interface:dummy:0:10000:true:false:false:false
+interface:dummy:0:0:false:false:true:false
+interface:dummy:0:36:true:false:false:false
+interface:gui.xaero_minimap:111:-19:false:false:true:false
+#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints
diff --git a/config/xaeroworldmap-common.txt b/config/xaeroworldmap-common.txt
index c4becb0..45db935 100644
--- a/config/xaeroworldmap-common.txt
+++ b/config/xaeroworldmap-common.txt
@@ -1,3 +1,3 @@
-allowCaveModeOnServer:true
-allowNetherCaveModeOnServer:true
-registerStatusEffects:true
+allowCaveModeOnServer:true
+allowNetherCaveModeOnServer:true
+registerStatusEffects:true
diff --git a/config/xaeroworldmap.txt b/config/xaeroworldmap.txt
index 37bef0c..92865de 100644
--- a/config/xaeroworldmap.txt
+++ b/config/xaeroworldmap.txt
@@ -1,55 +1,55 @@
-ignoreUpdate:167
-updateNotification:false
-allowInternetAccess:true
-differentiateByServerAddress:true
-caveMapsAllowed:true
-debug:false
-lighting:true
-colours:0
-loadChunks:true
-updateChunks:true
-terrainSlopes:2
-terrainDepth:true
-footsteps:true
-flowers:true
-coordinates:true
-hoveredBiome:true
-biomeColorsVanillaMode:false
-waypoints:true
-renderArrow:true
-displayZoom:true
-worldmapWaypointsScale:1.0
-openMapAnimation:true
-reloadVersion:0
-reloadEverything:false
-zoomButtons:true
-waypointBackgrounds:true
-detectAmbiguousY:true
-showDisabledWaypoints:false
-closeWaypointsWhenHopping:true
-adjustHeightForCarpetLikeBlocks:true
-onlyCurrentMapWaypoints:false
-minZoomForLocalWaypoints:0.0
-arrowColour:-2
-minimapRadar:true
-renderWaypoints:true
-partialYTeleportation:true
-displayStainedGlass:true
-caveModeDepth:30
-caveModeStart:2147483647
-autoCaveMode:-1
-legibleCaveMaps:false
-displayCaveModeStart:true
-caveModeToggleTimer:1000
-defaultCaveModeType:1
-biomeBlending:true
-trackedPlayers:true
-multipleImagesExport:false
-nightExport:false
-highlightsExport:false
-exportScaleDownSquare:20
-mapWritingDistance:-1
-displayClaims:true
-claimsFillOpacity:46
-claimsBorderOpacity:80
-globalVersion:1
+ignoreUpdate:167
+updateNotification:false
+allowInternetAccess:true
+differentiateByServerAddress:true
+caveMapsAllowed:true
+debug:false
+lighting:true
+colours:0
+loadChunks:true
+updateChunks:true
+terrainSlopes:2
+terrainDepth:true
+footsteps:true
+flowers:true
+coordinates:true
+hoveredBiome:true
+biomeColorsVanillaMode:false
+waypoints:true
+renderArrow:true
+displayZoom:true
+worldmapWaypointsScale:1.0
+openMapAnimation:true
+reloadVersion:0
+reloadEverything:false
+zoomButtons:true
+waypointBackgrounds:true
+detectAmbiguousY:true
+showDisabledWaypoints:false
+closeWaypointsWhenHopping:true
+adjustHeightForCarpetLikeBlocks:true
+onlyCurrentMapWaypoints:false
+minZoomForLocalWaypoints:0.0
+arrowColour:-2
+minimapRadar:true
+renderWaypoints:true
+partialYTeleportation:true
+displayStainedGlass:true
+caveModeDepth:30
+caveModeStart:2147483647
+autoCaveMode:-1
+legibleCaveMaps:false
+displayCaveModeStart:true
+caveModeToggleTimer:1000
+defaultCaveModeType:1
+biomeBlending:true
+trackedPlayers:true
+multipleImagesExport:false
+nightExport:false
+highlightsExport:false
+exportScaleDownSquare:20
+mapWritingDistance:-1
+displayClaims:true
+claimsFillOpacity:46
+claimsBorderOpacity:80
+globalVersion:1
diff --git a/index.toml b/index.toml
index cbd6dc7..a84f640 100644
--- a/index.toml
+++ b/index.toml
@@ -1,15257 +1,15257 @@
-hash-format = "sha256"
-
-[[files]]
-file = "config/CoroUtil/General.toml"
-hash = "d86beab1176c367beeed3b8fb8a2a8dfbd8a1db7293f067c01bc38c73020e398"
-
-[[files]]
-file = "config/InventoryHUD/curios.json"
-hash = "2e1597ce04cc07592877705d89082f7aecdb426137a7cfc23aef1c2aeb74071f"
-
-[[files]]
-file = "config/ModernUI/bootstrap.properties"
-hash = "3b65cf2759ac6ecd716814fbfec292db93cff6887d83670b3ccb92b4f1ad9cbc"
-
-[[files]]
-file = "config/ModernUI/client.toml"
-hash = "311389b46c537e6d6477328956ef73563f6ec2fb7195d718d056ee4b284c63c0"
-
-[[files]]
-file = "config/ModernUI/common.toml"
-hash = "f945d275a66ddec08c1cc3aa5d800675bea43ec270416a70a03fe32e9db7c7b5"
-
-[[files]]
-file = "config/ModernUI/text.toml"
-hash = "66329787dd168b1dacce68f644d72c4d16a5954bb0777b600cc718e0ed81cdc6"
-
-[[files]]
-file = "config/MouseTweaks.cfg"
-hash = "4069ce1a439d8c37453c1b1e9f2037e0942674c7e48723a39b37eab245792ad4"
-
-[[files]]
-file = "config/NoChatReports/NCR-Client.json"
-hash = "edfe78d985fe67dce28104f3d87673e94c89134144451c291ecedcd2e2c3b480"
-
-[[files]]
-file = "config/NoChatReports/NCR-Common.json"
-hash = "0eaad2630bd70ade719f7810e805810ada25379269ea194e43d3eea30c51dec0"
-
-[[files]]
-file = "config/NoChatReports/NCR-Encryption.json"
-hash = "0f61ac30bfc78653a30d715f793e30a6a43d6715106706487efd0aea5d43a84c"
-
-[[files]]
-file = "config/NoChatReports/NCR-ServerPreferences.json"
-hash = "df32843b853e0a493ef3a9b1e39276818294353fbb0d833f7f61e77da0f5bca1"
-
-[[files]]
-file = "config/NoChatReports/README.md"
-hash = "c52b76ccad2bd1063a22c7f6bb9e7c5db6b00fb53a6fd605585972ee0e5fc01f"
-
-[[files]]
-file = "config/Obscuria/Data/aquamirae_cover.png"
-hash = "86bec2df159c61ba721a71c7c951450332e3581ce3c8268611c140558989d5b9"
-
-[[files]]
-file = "config/Obscuria/Data/loot_journal_cover.png"
-hash = "c516870f7eabb04f762e581df53a7c7330ec28c68f2245fb07885af71bd37830"
-
-[[files]]
-file = "config/Obscuria/Data/obscure_api_cover.png"
-hash = "ecd943698913173d1513b8a300072557304e9c262eb8eaa012ba0a357a6a5ad1"
-
-[[files]]
-file = "config/Obscuria/aquamirae-client.toml"
-hash = "c5913558bc43a17ff28e21853f6be9713f3d0a6416235e11aaedb8a3998bcb4d"
-
-[[files]]
-file = "config/Obscuria/aquamirae-common.toml"
-hash = "fe135b7cc515c930335ff2e2a279f2f5b50851746e13bc2aded629abc38e04d0"
-
-[[files]]
-file = "config/Obscuria/obscure-api-client.toml"
-hash = "90b60c01677fe0899e1b1fbf0deb8aba975f3540a0abb979a1c9aa7760930fe2"
-
-[[files]]
-file = "config/achievement_optimizer/Achievement-Optimizer.toml"
-hash = "4244fd8e77b0970dc9ee907bbf8838b4f2fec6f43b86dbe6e16066eab0528ed7"
-
-[[files]]
-file = "config/advancementplaques-common.toml"
-hash = "b28627c4adeff0087764b2cda6e5881a64dacd1dbf2760f3537eacaee5d0a113"
-
-[[files]]
-file = "config/aggroindicator-client.toml"
-hash = "a08fadaa3534b29121213e1a632b76e75550286c3c65056354e89c60f6d35cc6"
-
-[[files]]
-file = "config/aiimprovements-common.toml"
-hash = "08a9f7c6f63bd35d49b15fa5bccd8cdf667f21af0c9a8cb2ab5998eb598ee7c3"
-
-[[files]]
-file = "config/airhop-server.toml"
-hash = "a9e9c9dab5c917e5a9c8519951769de4555c55cf41b362921c016ef8d1709a04"
-
-[[files]]
-file = "config/alexsmobs.toml"
-hash = "0683ce38f4d145209306881a7da22682a9a91269ee31a247c8712090ba3feb94"
-
-[[files]]
-file = "config/alexsmobs/alligator_snapping_turtle_spawns.json"
-hash = "df14afd6e1e96ace0dc8e4c71bc325e3baec8dbeaebf61f682561a70fc145f9d"
-
-[[files]]
-file = "config/alexsmobs/anaconda_spawns.json"
-hash = "ca961946a7b3c6e9abcb1bb82bbf36e1f9ce01d11769a06a7fbff6351293ff5d"
-
-[[files]]
-file = "config/alexsmobs/anteater_spawns.json"
-hash = "f65e31155b2f2e033bed66dc5ec2ce7f6962be3389369ff800b69dfdecb5d990"
-
-[[files]]
-file = "config/alexsmobs/bald_eagle_spawns.json"
-hash = "f8b51a798bfa4b51e0ee8fb78c860ca5b2677583db10584792a0e1548f17d396"
-
-[[files]]
-file = "config/alexsmobs/banana_slug_spawns.json"
-hash = "1d5d0ce4ef42e94f0361c41b4b2402b64e87f0b1b987e1f1b2f6b2ac377211a7"
-
-[[files]]
-file = "config/alexsmobs/bison_spawns.json"
-hash = "78e726ed002a31f5084a7b49fcce467c5623a046981d6c59d9ed7c4eb6cdbb1e"
-
-[[files]]
-file = "config/alexsmobs/blobfish_spawns.json"
-hash = "7e7b175c33aed22c3d2cd31e215c6243e3790b07a3664b42d130a8f3b897489f"
-
-[[files]]
-file = "config/alexsmobs/blue_jay_spawns.json"
-hash = "7d1f784ab378e1e851e73dbb6f81866420c1328d25f754546d82c417bf304644"
-
-[[files]]
-file = "config/alexsmobs/bone_serpent_spawns.json"
-hash = "07d0215377f12f1299ec46b6277426c3cf957aa1d310c97fa943cdf5ace8d260"
-
-[[files]]
-file = "config/alexsmobs/bunfungus_spawns.json"
-hash = "5d5a9d2039b6df546b788f62cb376cc29312a7115a5553541652aad7259436a6"
-
-[[files]]
-file = "config/alexsmobs/cachalot_whale_beached_spawns.json"
-hash = "73b8f83ddfa936642b38af1003e3c47eab6f089ad61612ee5181137409038f57"
-
-[[files]]
-file = "config/alexsmobs/cachalot_whale_spawns.json"
-hash = "1758ae90163399e093224a03c88f02a4effc2f535ac9f0c2fc488a48785e300c"
-
-[[files]]
-file = "config/alexsmobs/caiman_spawns.json"
-hash = "542cca079ae671a6d928737b622b205deebfe2aed5864a01b5048f501aec2753"
-
-[[files]]
-file = "config/alexsmobs/capuchin_monkey_spawns.json"
-hash = "83b68d395236771ae9276f48b2988cfa9eb65e14dc41531b37a6b4e77c64859a"
-
-[[files]]
-file = "config/alexsmobs/catfish_spawns.json"
-hash = "3c097d29c1f74807815d4c13e3586a76528ac3c104670ce95852bd3b62f9e16e"
-
-[[files]]
-file = "config/alexsmobs/cave_centipede_spawns.json"
-hash = "97a67afb52f1398f2c55e2a74001e5b893394e28d3f0eb00695f049bdd19f204"
-
-[[files]]
-file = "config/alexsmobs/cockroach_spawns.json"
-hash = "97a67afb52f1398f2c55e2a74001e5b893394e28d3f0eb00695f049bdd19f204"
-
-[[files]]
-file = "config/alexsmobs/comb_jelly_spawns.json"
-hash = "7c7a4a77b83845f52a29a301c186778bcd383437506b8fa28e7fc8f2b2363910"
-
-[[files]]
-file = "config/alexsmobs/cosmaw_spawns.json"
-hash = "8e1d05a9b4ab8b923ff4951ef391665f3bdd218d943152f6f1f57509786bc0f7"
-
-[[files]]
-file = "config/alexsmobs/cosmic_cod_spawns.json"
-hash = "aed14e990ed38ee78214b1ea4a15e06bca1b8d098e1e440596be9ab14e4403b8"
-
-[[files]]
-file = "config/alexsmobs/crimson_mosquito_spawns.json"
-hash = "a9a450e110619f387cfdda5279fd3919e2442b59762c09522a505dba7d88001f"
-
-[[files]]
-file = "config/alexsmobs/crocodile_spawns.json"
-hash = "a73d36d1b5dd75eb20f6143193b991e942f4ef4cef725835b66ec01197d7074f"
-
-[[files]]
-file = "config/alexsmobs/crow_spawns.json"
-hash = "cace87b5d504be10d1fff107ad14349066ae1c39d5200a7a29bdd5476167d9b8"
-
-[[files]]
-file = "config/alexsmobs/devils_hole_pupfish_spawns.json"
-hash = "e7855fa7d73f4d3af77f47ddd70b4fcbab7862302d004b4ddae9dddc75c4e402"
-
-[[files]]
-file = "config/alexsmobs/dropbear_spawns.json"
-hash = "ddfc26544311c74ae6bb8d491d31c8ef4b4377b4148ca23ed48ba7544d8a6229"
-
-[[files]]
-file = "config/alexsmobs/elephant_spawns.json"
-hash = "cac271d780a6ed65db7b22e6944b6d456805d72b309865d6293ad6aa4f60c3e2"
-
-[[files]]
-file = "config/alexsmobs/emu_spawns.json"
-hash = "70e30e058709266e665eb6642df126eeee744d05e63d77344501e78cb4a37851"
-
-[[files]]
-file = "config/alexsmobs/endergrade_spawns.json"
-hash = "ca6e68bd3e74eb9cedcdbae4c82f594c4e85bdd54e1d0e35344a3febb9672980"
-
-[[files]]
-file = "config/alexsmobs/enderiophage_spawns.json"
-hash = "846748f4f352dead7fae39221d653713b7cbd775eaf10f80e0dea86f4e9ccb9a"
-
-[[files]]
-file = "config/alexsmobs/farseer.json"
-hash = "ca6e68bd3e74eb9cedcdbae4c82f594c4e85bdd54e1d0e35344a3febb9672980"
-
-[[files]]
-file = "config/alexsmobs/flutter_spawns.json"
-hash = "f729be2a0bc7bccc88cde40464f990d6074bfcf52a0d1d6719d8ebcd63c496ff"
-
-[[files]]
-file = "config/alexsmobs/fly_spawns.json"
-hash = "e7855fa7d73f4d3af77f47ddd70b4fcbab7862302d004b4ddae9dddc75c4e402"
-
-[[files]]
-file = "config/alexsmobs/flying_fish_spawns.json"
-hash = "69904b309696b6081cdec1ea87bdb62f84886cf6dac600a8bca231860c3a3f2f"
-
-[[files]]
-file = "config/alexsmobs/frilled_shark_spawns.json"
-hash = "7e7b175c33aed22c3d2cd31e215c6243e3790b07a3664b42d130a8f3b897489f"
-
-[[files]]
-file = "config/alexsmobs/froststalker_spawns.json"
-hash = "2cc43cdc9df3b20cc2eeb75a3c11736558f544571640607d08dec5c0a939c02d"
-
-[[files]]
-file = "config/alexsmobs/gazelle_spawns.json"
-hash = "17a5c3263942410596f91fb0aece138e5115bfabfa2a5913a63406fcb64b42d0"
-
-[[files]]
-file = "config/alexsmobs/gelada_monkey_spawns.json"
-hash = "cdd0380bfa9b754856150966a042f807ac48d2f9409f4f2b543be19e87f4c41f"
-
-[[files]]
-file = "config/alexsmobs/giant_squid_spawns.json"
-hash = "7e7b175c33aed22c3d2cd31e215c6243e3790b07a3664b42d130a8f3b897489f"
-
-[[files]]
-file = "config/alexsmobs/gorilla_spawns.json"
-hash = "8c90151f66a632b01e7b8f6998f72618720aae5362c1df0bdd7fefdb13cc20c8"
-
-[[files]]
-file = "config/alexsmobs/grizzly_bear_spawns.json"
-hash = "7d1f784ab378e1e851e73dbb6f81866420c1328d25f754546d82c417bf304644"
-
-[[files]]
-file = "config/alexsmobs/guster_spawns.json"
-hash = "dd2e59bb9a49f3b4a98c9396e99599b50e850458ebd34d2105abc6e221b903c7"
-
-[[files]]
-file = "config/alexsmobs/hammerhead_shark_spawns.json"
-hash = "a5eeb1a3843a12ef4fde1d8a3a5f13161034457c0901d3f938aa71a20e6712f3"
-
-[[files]]
-file = "config/alexsmobs/hummingbird_spawns.json"
-hash = "6aa305d47ca32364d445c04c8a20da36a7ccef97955c27e834d4114604d2785d"
-
-[[files]]
-file = "config/alexsmobs/jerboa_spawns.json"
-hash = "c4b2ef89d9ad5c4dffcebb51209837da430b166c5767c1a38d90911c4445b124"
-
-[[files]]
-file = "config/alexsmobs/kangaroo_spawns.json"
-hash = "70e30e058709266e665eb6642df126eeee744d05e63d77344501e78cb4a37851"
-
-[[files]]
-file = "config/alexsmobs/komodo_dragon_spawns.json"
-hash = "695a3eb4d61a8208cc634871c237b0e6efc980ac668793f4686848e32cda0907"
-
-[[files]]
-file = "config/alexsmobs/laviathan_spawns.json"
-hash = "07d0215377f12f1299ec46b6277426c3cf957aa1d310c97fa943cdf5ace8d260"
-
-[[files]]
-file = "config/alexsmobs/leafcutter_anthill_spawns.json"
-hash = "f65e31155b2f2e033bed66dc5ec2ce7f6962be3389369ff800b69dfdecb5d990"
-
-[[files]]
-file = "config/alexsmobs/lobster_spawns.json"
-hash = "bb0c918e8dbd4d003417a1bcabb38b8433d1f9be95fe6f8feef95d30616b49a7"
-
-[[files]]
-file = "config/alexsmobs/maned_wolf_spawns.json"
-hash = "8483d96341369b430ff2ebfebd7562b0c58c40b96be541cc88189fc696606a0d"
-
-[[files]]
-file = "config/alexsmobs/mantis_shrimp_spawns.json"
-hash = "4f6099fe4d9f99530f9f0f9bae7e55c0713506efdc47da69d227ae62137647e4"
-
-[[files]]
-file = "config/alexsmobs/mimic_octopus_spawns.json"
-hash = "9c68a433ab6f75ff9e8d46868480158e4c1f46949779cb0b0d973f7759dbfc2d"
-
-[[files]]
-file = "config/alexsmobs/mimicube_spawns.json"
-hash = "ca6e68bd3e74eb9cedcdbae4c82f594c4e85bdd54e1d0e35344a3febb9672980"
-
-[[files]]
-file = "config/alexsmobs/moose_spawns.json"
-hash = "abac051da2458ec848604b66a6d7889f7c715060bb9706c1d1822155127d096c"
-
-[[files]]
-file = "config/alexsmobs/mudskipper_spawns.json"
-hash = "542cca079ae671a6d928737b622b205deebfe2aed5864a01b5048f501aec2753"
-
-[[files]]
-file = "config/alexsmobs/mungus_spawns.json"
-hash = "5d5a9d2039b6df546b788f62cb376cc29312a7115a5553541652aad7259436a6"
-
-[[files]]
-file = "config/alexsmobs/murmur.json"
-hash = "97a67afb52f1398f2c55e2a74001e5b893394e28d3f0eb00695f049bdd19f204"
-
-[[files]]
-file = "config/alexsmobs/orca_spawns.json"
-hash = "2e62ae273c3488a294068e5ed737dbf08791f4758cd3659308824d7bf4ece377"
-
-[[files]]
-file = "config/alexsmobs/platypus_spawns.json"
-hash = "b96f9e44f59f54b67460784fb1fdfa06d053f9ca9abb4fc3b04f222fd65ee958"
-
-[[files]]
-file = "config/alexsmobs/potoo_spawns.json"
-hash = "59c5832a40ef0e7212a4d499862f931a5dfcd3ff6d68598153f1274191b0939d"
-
-[[files]]
-file = "config/alexsmobs/raccoon_spawns.json"
-hash = "2f353aa8720d03fbdef9d9e4932ecc4435b7923bbc72191fab6f46acb66d3a12"
-
-[[files]]
-file = "config/alexsmobs/rain_frog_spawns.json"
-hash = "c4b2ef89d9ad5c4dffcebb51209837da430b166c5767c1a38d90911c4445b124"
-
-[[files]]
-file = "config/alexsmobs/rattlesnake_spawns.json"
-hash = "b8662bb3de9e2e5cc4af3773700fe6446c389980a80f6350f99d51f3fa2cef39"
-
-[[files]]
-file = "config/alexsmobs/rhinoceros_spawns.json"
-hash = "17a5c3263942410596f91fb0aece138e5115bfabfa2a5913a63406fcb64b42d0"
-
-[[files]]
-file = "config/alexsmobs/roadrunner_spawns.json"
-hash = "b8662bb3de9e2e5cc4af3773700fe6446c389980a80f6350f99d51f3fa2cef39"
-
-[[files]]
-file = "config/alexsmobs/rocky_roller_spawns.json"
-hash = "f326ca2a7f5c040fd619f68ebbb45753717bca6ce8332bfa633f7af7fa50c0a3"
-
-[[files]]
-file = "config/alexsmobs/seagull_spawns.json"
-hash = "4dca182ebef46ea0076b8e8066add18f69527cf2f81da83e77e0409127c92dc4"
-
-[[files]]
-file = "config/alexsmobs/seal_spawns.json"
-hash = "ef706c1e2ba0b9356523f8aeb3679303ab98d85c9b761d0e55962e930be4d8e6"
-
-[[files]]
-file = "config/alexsmobs/shoebill_spawns.json"
-hash = "0d8683c0a1b8176d4e89f88c4f3b1e6fbf6b269781497a190749904c7323eeec"
-
-[[files]]
-file = "config/alexsmobs/skelewag_spawns.json"
-hash = "6b9df578978e650e5c89ac795babb359f906fe6eca2e7dbfc9758d0c7d39f956"
-
-[[files]]
-file = "config/alexsmobs/skreecher.json"
-hash = "b287b6c17a75be79c9711f2ec0d1f289d7a67eb260c3d693def993c2fbb064ff"
-
-[[files]]
-file = "config/alexsmobs/skunk_spawns.json"
-hash = "01cc2eb4d92ba30b7301b9325a353cd96c5c7ff263c348795bfb34698cf8f11b"
-
-[[files]]
-file = "config/alexsmobs/snow_leopard_spawns.json"
-hash = "fdf546af7c7ff2307d0862c0802450eef1e99554af3a340e7a6af69fa5785ea5"
-
-[[files]]
-file = "config/alexsmobs/soul_vulture_spawns.json"
-hash = "1d31a209011d02c4cb98a047fab3aba42f50a4b45a82c54361f17242d603d6be"
-
-[[files]]
-file = "config/alexsmobs/spectre_spawns.json"
-hash = "ca6e68bd3e74eb9cedcdbae4c82f594c4e85bdd54e1d0e35344a3febb9672980"
-
-[[files]]
-file = "config/alexsmobs/straddler_spawns.json"
-hash = "1c658a4dd2b531486bc329f5f399332a7ac2b5077cd5948aa88e172fa7bd2308"
-
-[[files]]
-file = "config/alexsmobs/stradpole_spawns.json"
-hash = "1c658a4dd2b531486bc329f5f399332a7ac2b5077cd5948aa88e172fa7bd2308"
-
-[[files]]
-file = "config/alexsmobs/sugar_glider_spawns.json"
-hash = "cec5208e2e9f12aa8ce13d0f6d34a18500a77d143441c9b511df21c623fe368f"
-
-[[files]]
-file = "config/alexsmobs/sunbird_spawns.json"
-hash = "7b82ff39e191bd213cd8ecf06ff9a78c4658e6f6b9d8b48a4fcc4017e7268cb5"
-
-[[files]]
-file = "config/alexsmobs/tarantula_hawk_spawns.json"
-hash = "c4b2ef89d9ad5c4dffcebb51209837da430b166c5767c1a38d90911c4445b124"
-
-[[files]]
-file = "config/alexsmobs/tasmanian_devil_spawns.json"
-hash = "40c769365424d492a4c17700bb8cfac4c8ce7fac2bc16728f0c4287e3a043130"
-
-[[files]]
-file = "config/alexsmobs/terrapin_spawns.json"
-hash = "b96f9e44f59f54b67460784fb1fdfa06d053f9ca9abb4fc3b04f222fd65ee958"
-
-[[files]]
-file = "config/alexsmobs/tiger_spawns.json"
-hash = "f88fc1b519759fe41347afca59030619365e173c577e8c1adfcb88777078d066"
-
-[[files]]
-file = "config/alexsmobs/toucan_spawns.json"
-hash = "f65e31155b2f2e033bed66dc5ec2ce7f6962be3389369ff800b69dfdecb5d990"
-
-[[files]]
-file = "config/alexsmobs/triops_spawns.json"
-hash = "c4b2ef89d9ad5c4dffcebb51209837da430b166c5767c1a38d90911c4445b124"
-
-[[files]]
-file = "config/alexsmobs/tusklin_spawns.json"
-hash = "9ab4772704660c679ea30dff2db2c1272843e00675e2a7e610adcc6486120c3c"
-
-[[files]]
-file = "config/alexsmobs/underminer.json"
-hash = "97a67afb52f1398f2c55e2a74001e5b893394e28d3f0eb00695f049bdd19f204"
-
-[[files]]
-file = "config/alexsmobs/void_worm_spawns.json"
-hash = "6712a2d6165ed52b7d251a8fc4cbfb6c1f834210a8bda82b55440402fd2d3273"
-
-[[files]]
-file = "config/alexsmobs/warped_mosco_spawns.json"
-hash = "6712a2d6165ed52b7d251a8fc4cbfb6c1f834210a8bda82b55440402fd2d3273"
-
-[[files]]
-file = "config/alexsmobs/warped_toad_spawns.json"
-hash = "72126b26d7f3ae03b80df97dd103e0cec87d10829e86ac8b08da23abc7b318d8"
-
-[[files]]
-file = "config/ambientsounds-client.json"
-hash = "bc019f74845a9bfe27e86e6cc119afe1d9c1c953c56a464e105cca9e736ad496"
-
-[[files]]
-file = "config/anti_mob_farm-common.toml"
-hash = "fe1b2167bd5ed18066717935830bc2e96ec0daf9ad457947f921b1c194622e80"
-
-[[files]]
-file = "config/appleskin-client.toml"
-hash = "b477c8c493b28366a6b282f29f46c9415e3a4a2a23fff6e09331644c435dfd48"
-
-[[files]]
-file = "config/aquaculture-common.toml"
-hash = "ba8f83a21789a7d360fc90a43804153385929c4e3d931a600a8bd94714f24c6c"
-
-[[files]]
-file = "config/attributefix.json"
-hash = "3c948998c98081131aff943e81afae0c388e43ebc24da604a777b4b288e350e2"
-
-[[files]]
-file = "config/axesareweapons.json5"
-hash = "e43ff3dc42c2b95173b5df02cdd2bcc09730674fffd1ab4452148557223d01d4"
-
-[[files]]
-file = "config/balm-common.toml"
-hash = "2e83e8a8f8e120214aeb50f55eb08f26c53b90e841c1949a9b7ca400f6c34088"
-
-[[files]]
-file = "config/bcc-common.toml"
-hash = "1427f81a80fb442d23ffd658a45be20c866a44aa74d6e50d39e8ec7a076d7baa"
-
-[[files]]
-file = "config/beautifiedchatclient.json5"
-hash = "b1fac94a26c6172451839e3d264243bfda5becfd7164ebc18be3c708e2fd29f5"
-
-[[files]]
-file = "config/betteradvancements-client.toml"
-hash = "dca32539bd98dd1ac4ef4c0db8b11ca3627518f84dfe51850283cc89c0e24350"
-
-[[files]]
-file = "config/betteranimationscollection-client.toml"
-hash = "b697f9a6af47faf4e8b0af883d2f2cd6ddfac649e54047fa0c6bdaab6b7aaf7b"
-
-[[files]]
-file = "config/betterchunkloading.json"
-hash = "92f5f667fec05714220bd443804bffdc2763e6b7378638389b2242334728dfec"
-
-[[files]]
-file = "config/bettercombat/client.json5"
-hash = "e8064b014f9e01c27b63877f98410dd166f79b562aabb0d8fc365aeef2616902"
-
-[[files]]
-file = "config/bettercombat/fallback_compatibility.json"
-hash = "aa5407e3bfd05d17cbcd4d265efde67f29b2e4f29f122979daa813bdea19b28e"
-
-[[files]]
-file = "config/bettercombat/server.json5"
-hash = "fa50ab44cfbb00180400e1fe5c311ebefa0137446f222155fd98aed6ba8adf9b"
-
-[[files]]
-file = "config/betterdeserttemples-forge-1_20.toml"
-hash = "ee648242e301a55004cf2796dbf7d31ba1e46765ad07dd45c12053bbb4f4d387"
-
-[[files]]
-file = "config/betterdeserttemples/README.txt"
-hash = "3646bc39be8c42a1432506e77721f3b963d33948d4bbd4cd5a10703834979116"
-
-[[files]]
-file = "config/betterdeserttemples/forge-1_20/README.txt"
-hash = "80ba474fdd1912739a1dc3326de6539ccfceb9d5c97f540131b567e295a7b112"
-
-[[files]]
-file = "config/betterdeserttemples/forge-1_20/armorstands.json"
-hash = "5fda4b02498f0665371dfdafc8e88b206986792346e3781e63eafd597079c90d"
-
-[[files]]
-file = "config/betterdeserttemples/forge-1_20/itemframes.json"
-hash = "4db97d832613e7e02475b345968c5ab1371c6e0801c6ba937e70ac0f3d653dee"
-
-[[files]]
-file = "config/betterdungeons-forge-1_20.toml"
-hash = "946ce267d09bcedf40defb277de8b64ee72b37118230d47b20eabf55aa32f91a"
-
-[[files]]
-file = "config/betterfortresses-forge-1_20.toml"
-hash = "d7ad821ff76f0abe305017abe4f3e4aaf7acc6870bc66983eb140cf283ed0b95"
-
-[[files]]
-file = "config/betterfortresses/README.txt"
-hash = "70c4264947f42dd780d476f3d36966c2d01c23d6f089d98c317f8a820e4040ee"
-
-[[files]]
-file = "config/betterfortresses/forge-1_20/README.txt"
-hash = "1175dbf9cd2e7c91b1c852a51e3c0203c68484917e877465b283e2370ad62864"
-
-[[files]]
-file = "config/betterfortresses/forge-1_20/itemframes.json"
-hash = "1dfa90ddd4315813d49f8e75a1051b07156980ca5a96f4d4915e9659ec98d974"
-
-[[files]]
-file = "config/betterjungletemples-forge-1_20.toml"
-hash = "1e558a006956669d6ab8dc9941eba2050365516c46f7008b3a9ee7b49764e273"
-
-[[files]]
-file = "config/bettermineshafts-forge-1_20.toml"
-hash = "016afc8af06af822bdaa07681699b3c068ec26274116b30b359d5ff03ef9ce11"
-
-[[files]]
-file = "config/betteroceanmonuments-forge-1_20.toml"
-hash = "a3789bfdf19c068ae046d382d7fd627f31ecda4a91ecadef888ff91ea6b8ceb6"
-
-[[files]]
-file = "config/betterpingdisplay-client.toml"
-hash = "164836730c41628abbd6a1cdc3724c3766d8204d57caa18ec31d1f90472d9326"
-
-[[files]]
-file = "config/betterstrongholds-forge-1_20.toml"
-hash = "2e9c9d71e1f2ebcc7065fa6bb09f9b3b97e4cf0bb78067182faf56d1fc14886d"
-
-[[files]]
-file = "config/betterstrongholds/README.txt"
-hash = "13c5f6bd52bf778533a100453d8b295802f923109e0a2951446a00674113700b"
-
-[[files]]
-file = "config/betterstrongholds/forge-1_20/README.txt"
-hash = "5aad271e60a03218eb5207dd78df8d1d36c676f212bf823701e33646010d2f19"
-
-[[files]]
-file = "config/betterstrongholds/forge-1_20/armorstands.json"
-hash = "e959633be88240b008bc92ac3c0ba9fcb3dc737cdce082d4689c28bd407b32a1"
-
-[[files]]
-file = "config/betterstrongholds/forge-1_20/itemframes.json"
-hash = "e2c78ce116ab1b8dd3412d22d69e3e86a660261cb7378ccfecbcc611dc79e287"
-
-[[files]]
-file = "config/betterstrongholds/forge-1_20/ores.json"
-hash = "930bc6ca849b1222bfabf029c29343c156980204702a34003ff3dac6d4119dc7"
-
-[[files]]
-file = "config/betterstrongholds/forge-1_20/rareblocks.json"
-hash = "9ddc626d65c34343128e5d5faa50931e11bd0c45324f77888c4a47424ec92a8f"
-
-[[files]]
-file = "config/betterthirdperson-common.toml"
-hash = "3843f47cb52faddf9bc4d8dd08a4d7e30061e671128d99412ca6a6c27bd1485b"
-
-[[files]]
-file = "config/bettertridents-common.toml"
-hash = "391c5a5beff2f99471c7166741bcb595ecb8b49b438305a4d2a329fa24d0a078"
-
-[[files]]
-file = "config/bettertridents-server.toml"
-hash = "d3fe5821b645b5bbcdcfd9bbcdd1555851894b5ccd7c4655aaa8cb339cb4270c"
-
-[[files]]
-file = "config/betterwitchhuts-forge-1_20.toml"
-hash = "a053c7647937df86a050d1d2d5e2e42dae07b96af4a1e799c5c917e28456b15d"
-
-[[files]]
-file = "config/biomespawnpoint/spawnbiomes.txt"
-hash = "939351fa494c2783006bd770921a101c6e4cabefb601fbea8fbfbcc519d9b32e"
-
-[[files]]
-file = "config/blue_skies-client.toml"
-hash = "d32b06c31421f969e6add4d4dff2bf2443a42a11125a02410d29f4c90073f6ff"
-
-[[files]]
-file = "config/blue_skies-common.toml"
-hash = "be54862b5d1c373cb615db785b10a3acb24ead3b05beff29aa98aa2489a5989e"
-
-[[files]]
-file = "config/bountiful/bountiful.json"
-hash = "d9d47ef737d069382da1d2bb2b16d52a0f27401fd5c0992a62b7e601b0e0eeea"
-
-[[files]]
-file = "config/bwncr-common.toml"
-hash = "b758120a06d5baa142e34cca95de36088b47ac0663e2543dc9023789b59e418e"
-
-[[files]]
-file = "config/canary.properties"
-hash = "de6473567e50a1ed4817009da67551e613a5f2d773269725b8abb65fb209e2a8"
-
-[[files]]
-file = "config/chat_heads.json5"
-hash = "53f1eec25e4b4457fce81b1349f18ca44b2dcd3a47092a609b4a0db02362f008"
-
-[[files]]
-file = "config/chatcolours-client.toml"
-hash = "090090c8ae7a673321ba9270687936cacc6186df873b1987fa500f007c304390"
-
-[[files]]
-file = "config/chimes-client.toml"
-hash = "8b83e415a7e504f06c79a8c1c8f63d479e16019935beef46e4864fb5cf4ba1ba"
-
-[[files]]
-file = "config/chimes-common.toml"
-hash = "c4093536d06ebf10b96ce5a40deb0801bca9678cd89a8d9342a8d93f762b7761"
-
-[[files]]
-file = "config/chococraft-4-breeding.json"
-hash = "859ba56a5f3e8a3bb3a536a1856ac8c993e69bd212814ebeb444bd828d6282a8"
-
-[[files]]
-file = "config/chococraft-common.toml"
-hash = "a106b6712170d3225c3ae3c7cc4f3bd41e237de1281e06a33c98722ef1eb50f1"
-
-[[files]]
-file = "config/chunkloaders-common.toml"
-hash = "32d00ef84a71f82450eb463bdb0c7f977d6fadda7acd631023cfd3479c90439b"
-
-[[files]]
-file = "config/chunksending.json"
-hash = "e589c5988aa0f23e08400df47ef156a61eea1978f2161ba014da278c28a60ac7"
-
-[[files]]
-file = "config/citadel-common.toml"
-hash = "ef7eebbb55b0c01934bba81d835b70d85b652c56c4ef4c0c360c94999f233bb5"
-
-[[files]]
-file = "config/clickadv.json"
-hash = "866158b110490b25e3e29ef10543296316a78e16dd25870c03a660affe67020e"
-
-[[files]]
-file = "config/collective.json5"
-hash = "600046b205e20aa3a2ff5af8a66a202c00a97b1c27a6c0675211dbe11d4c0b5f"
-
-[[files]]
-file = "config/combatroll/client.json5"
-hash = "f832a5b37f5dcac757575a358c62674def17ebef12780a175e869a8ca872921e"
-
-[[files]]
-file = "config/combatroll/enchantments.json"
-hash = "b807ca9ebe5ca5e45c8367b08cb97a08aa73181b66da4ab7c9f92e02200ca01e"
-
-[[files]]
-file = "config/combatroll/hud_config.json"
-hash = "dd256182183eda6d42d798798371b748908d54658805ca2b1886bae27c7b4d4c"
-
-[[files]]
-file = "config/combatroll/server.json5"
-hash = "a91b7cb58f4fd05209c444cd5a1e1777ffed322d60094750aa2f10f95c406bf9"
-
-[[files]]
-file = "config/comforts-server.toml"
-hash = "e5ccb95513c64cf71bd84023adeff3e5073d1ecd4db31c91025d24ce5f3605f3"
-
-[[files]]
-file = "config/configured-client.toml"
-hash = "0b2537ac36e57824caf66e589bb532f0801b99d02ac08545739af3709bf84e10"
-
-[[files]]
-file = "config/connectivity.json"
-hash = "d1f6a792a03e4b2ccec19ba00098db7d4c47fa3f3888b534cba2247a045cfd64"
-
-[[files]]
-file = "config/cookingforblockheads-common.toml"
-hash = "c4e88abc346f2e4f466726c1ab1aa2b6d1aa70fd99e8ba64e1de9ca8273d7d4e"
-
-[[files]]
-file = "config/corn_delight-common.toml"
-hash = "33c2b4ce58f3ed2bfc15da47242e9e9753e4f119a2bde101f7b97cf14bface5a"
-
-[[files]]
-file = "config/cosmeticarmorreworked-client.toml"
-hash = "1f09257bc11babe19b5e78bce02ed7dcade4efab2a9353008bacb96ddd6bd75f"
-
-[[files]]
-file = "config/cosmeticarmorreworked-common.toml"
-hash = "500ac544c36cb2896c9d1d5bfff9ba24e3ebb29872de35f232c2764a63475ce8"
-
-[[files]]
-file = "config/crabbersdelight-common.toml"
-hash = "6c1ab8b72c12bf8d9fd006c8c9bcb27fa2d655b0431463b717f365abdd723079"
-
-[[files]]
-file = "config/craftingtweaks-common.toml"
-hash = "a2f3940fbd0583446912f67761d1c5be8ea734c78bff1db54c7c5b53cd5576ed"
-
-[[files]]
-file = "config/craftpresence.json"
-hash = "b72e61bb4a949b3bfb3096578398bc40c2fd8564c4750af05c21f17a93aa65dc"
-
-[[files]]
-file = "config/create-client.toml"
-hash = "667b50af91a4312360fac0502a25f9497e745e3e321b297ed4efb6e257e81db4"
-
-[[files]]
-file = "config/create-common.toml"
-hash = "36a4d9f5da68f6801b83ce0c4a1a8805fbeffb0dd997f2d405465d7774522296"
-
-[[files]]
-file = "config/createaddition-common.toml"
-hash = "7cf3f6b8d301e1a19bd5db04c25ad82e9a8e521e22c2727cdc99ef6761f139b8"
-
-[[files]]
-file = "config/createdieselgenerators-client.toml"
-hash = "517f456eab2ca28cfcd471b2fefb23641301a3bbf49fc5c4a9111914166aea93"
-
-[[files]]
-file = "config/creeperoverhaul.jsonc"
-hash = "9d870b28f9a1479f952f258f7f01aebceb17fdc78c23014469c8ac055fad9bbb"
-
-[[files]]
-file = "config/cuisinedelight-client.toml"
-hash = "72150aee6017702c726a08d499724f79ace1263047e65c97514847f6f8a9a394"
-
-[[files]]
-file = "config/cuisinedelight-common.toml"
-hash = "82eba378e3a3e65f6f4ab038a04832720014e68fde8f31e9ea07167e9bc9158d"
-
-[[files]]
-file = "config/cupboard.json"
-hash = "42bbabc1f3eacb0e7ac159aeb9fa8ca5b72a3bdc1de008ee8e65a632b23d8fe0"
-
-[[files]]
-file = "config/curios-client.toml"
-hash = "9c0985b85e67e704a3640d028186dc0b220fa69404b9555244add55eaf5d4794"
-
-[[files]]
-file = "config/damagevignette-client.toml"
-hash = "ff2a1ae48eb249cf15c5651dff0c0c48276d3f75c185fdf2c30451732e0e4194"
-
-[[files]]
-file = "config/deathbackup.json5"
-hash = "e96cb6bacbddf60b7912a750140818c7bf675a13c9bc8cc14b43cb059c38a0e8"
-
-[[files]]
-file = "config/defaultoptions-common.toml"
-hash = "3c6307abe209aeab5c7ae65e011e1460d59826bde479b284c297f876cbb07355"
-
-[[files]]
-file = "config/defaultoptions/extra/options_defaults.txt"
-hash = "d8c5001c6391c339beb5a23f5a5c2714370e23f3eda28c3e74096b3cea7c9c00"
-
-[[files]]
-file = "config/defaultoptions/keybindings.txt"
-hash = "ed4804f6edc6bd1fc5553f0677f8c68ed0ca7b301e4d0261176594f61a068c13"
-
-[[files]]
-file = "config/defaultoptions/options.txt"
-hash = "f2bdaa44da21778f35624bc7f9f5e7a3368b6e973839e89f8aa81b6688df67ad"
-
-[[files]]
-file = "config/defaultoptions/options_defaults.txt"
-hash = "5ae06c5bfaf60e09e69907635e3baed9c7a78ce34496e066014b44cc8088ccd3"
-
-[[files]]
-file = "config/defaultoptions/readme.txt"
-hash = "043e2e9b5a32851aa31f90f59493c36bc97cf9d370c8296c27da6a095a96400b"
-
-[[files]]
-file = "config/defaultoptions/servers.dat"
-hash = "397de6cda48b9391f6fd20e7d5358943f4a1cd479a912b2102e949bc7b3e8a95"
-
-[[files]]
-file = "config/disenchanting.toml"
-hash = "9321886f31efcb0072daf55328d38f878cbef953d6cd7ef3138928ef07853670"
-
-[[files]]
-file = "config/doggytalents-client.toml"
-hash = "e3a53a51036457f8a4fe65cd53aa4ab7e25d31cff0917410f0cfa7e239aec932"
-
-[[files]]
-file = "config/doubledoors.json5"
-hash = "9f07b3f5a3a7286bbe6d940517134fd4512b16c5e4de1b262de58566f1c5f3e4"
-
-[[files]]
-file = "config/drippyloadingscreen/backgrounds/background.png"
-hash = "bc60f2b4d433fed0544dd2809149ad5c7adf3612613a305a0730a72207639748"
-
-[[files]]
-file = "config/drippyloadingscreen/config.cfg"
-hash = "9048ef7ea3f91756e522d6976c02229fc8a797bb4d266f329160e994d0978388"
-
-[[files]]
-file = "config/dummmmmmy-client.toml"
-hash = "a3d9b88a914f6a4d66d60aad6001909b817a21c5e7fcc154c7392ae5c052dab4"
-
-[[files]]
-file = "config/dummmmmmy-common.toml"
-hash = "9cf368d0241b80238b72559e86f76ab53f9a33a1b7d11c43b087764479f13541"
-
-[[files]]
-file = "config/easy_npc/easy_npc-common.toml"
-hash = "1d43cd2f2c10c85098e1955c99647b5548c80278256eae9c0a887960340b50e8"
-
-[[files]]
-file = "config/easy_npc/skin/ALLAY/allay_example.png"
-hash = "5851df322e03f8c7d4ccd5875a7b8f38b692d6484cd9a8a34ca3ba2e51bcde1a"
-
-[[files]]
-file = "config/easy_npc/skin/FAIRY/fairy_example.png"
-hash = "db071fe581827f3a195df8344909bafb243cbf54c8931dc60a7785285946d1bb"
-
-[[files]]
-file = "config/easy_npc/skin/HUMANOID/humanoid_example.png"
-hash = "b96aee293379a6a60a0e862dc338eb6a14ea31929b4f78d9923eb6b60940106c"
-
-[[files]]
-file = "config/easy_npc/skin/HUMANOID_SLIM/humanoid_slim_example.png"
-hash = "1c194da6ebe3a991146b0ef04a6000451789887a62bf7ee2d8a49b50b4bec6dd"
-
-[[files]]
-file = "config/easy_npc/skin/ILLAGER/illager_example.png"
-hash = "d3a9f1a01c6b711bb3ca70f598f14f3cfde8017542a8a48f93f8489b514dc03c"
-
-[[files]]
-file = "config/easy_npc/skin/IRON_GOLEM/iron_golem_example.png"
-hash = "2fadcece746b8a921130968a567296e63d4dbdfd1282e21d71fbd278994a4fe6"
-
-[[files]]
-file = "config/easy_npc/skin/SKELETON/skeleton_example.png"
-hash = "aa91f44a9c36bea6c14537e4f73ab69a4b50d4406370577a7a0d63af4783a8c6"
-
-[[files]]
-file = "config/easy_npc/skin/VILLAGER/villager_example.png"
-hash = "ee42acf22b0f8df770510a77e1c0988af96bb4f24e3b82a32b3364be021c760c"
-
-[[files]]
-file = "config/easy_npc/skin/ZOMBIE/zombie_example.png"
-hash = "e9a38d8b1980d1390575658004f1a8274d57e5f14afaff9a2c7dc06315d01f54"
-
-[[files]]
-file = "config/easy_npc/skin/ZOMBIE_VILLAGER/zombie_villager_example.png"
-hash = "fdeea612041dc4c5137675bfb656ff570cad4b33fffa995746f1e56290614516"
-
-[[files]]
-file = "config/easymagic-client.toml"
-hash = "187085002566bc0ad0bd0262459f92716261ae66c3b96147096a5a4ef7a25abf"
-
-[[files]]
-file = "config/easymagic-server.toml"
-hash = "7dbf42819b121001c76e06c07994c363d316ce110f7b06dd032687f4099d5687"
-
-[[files]]
-file = "config/embeddium++.toml"
-hash = "ae6b279ac58bda7965428e29df125ddb9e5773ffc7e54683bfbc6604fab4cd56"
-
-[[files]]
-file = "config/embeddium-fingerprint.json"
-hash = "0389e710a15fae79f181d51769b5fc041308a1d97a574b921ea466fc78cc29d7"
-
-[[files]]
-file = "config/embeddium-mixins.properties"
-hash = "09ff183e061d93b79514bc171bf9118497578757e7a5c45946039487656e2619"
-
-[[files]]
-file = "config/embeddium-options.json"
-hash = "295c4e2ef78409b5289217404503313ac94bf71cc9f5768e459d2e7c56aa5476"
-
-[[files]]
-file = "config/emi.css"
-hash = "84651ab1d43b0fdec5047f1a83dad278c96cd84cfec4ecd0abbfe107408b161b"
-
-[[files]]
-file = "config/enchdesc.json"
-hash = "31c1f5099f0deb10946338897737b96384d681034367adef94bb380211fe91f3"
-
-[[files]]
-file = "config/enhancedai/Mobs/Break Anger/break_anger_config.json"
-hash = "1ef8dc64a4aead2829923f15a78907e94b33ffb70471416fac0b50c10b14165c"
-
-[[files]]
-file = "config/enhancedai/Mobs/Flee/custom_flee.json"
-hash = "4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945"
-
-[[files]]
-file = "config/enhancedai/Mobs/Targeting/custom_hostile.json"
-hash = "6fabcaf8c4f09e89598fba8de5330eac1cf92285cf2bc0b1a1cbefd0a6ec39d1"
-
-[[files]]
-file = "config/enhancedai/common.toml"
-hash = "d16b46fb1ede7e3fe614aa5a4e51ef401c9070c553c9e4d3cae916b6a9aad88b"
-
-[[files]]
-file = "config/entityculling.json"
-hash = "b8a87894038f8e3fed39687928119da41553ec72fafd3c6b98e39efb62ac6e7d"
-
-[[files]]
-file = "config/equipmentcompare-common.toml"
-hash = "d948df75200e0fb832303f0dac6175864ad3704d86912e863b835d8a36421968"
-
-[[files]]
-file = "config/explorerscompass-client.toml"
-hash = "eaaa7a0af68a2b00a557d5df97191c80c996042cc33cc53eccd14e78431bff28"
-
-[[files]]
-file = "config/explorerscompass-common.toml"
-hash = "1646a67e28d5353d25354d7242ab099d147897e8e0a6f7f99a4bf4c7ae224462"
-
-[[files]]
-file = "config/extradisks-common.toml"
-hash = "7d7d20feff914c8cdccdad2115a5688d804c2b2d354b0de5b4e817278baf5af1"
-
-[[files]]
-file = "config/fallingleaves-client.toml"
-hash = "f92ea4d81012a0bb173cef5049a80ca402988e3b6cfc55723c2f88361c030e5a"
-
-[[files]]
-file = "config/fancymenu/animations/mahj_1294853429_mainmenu/animation.properties"
-hash = "2714664c04e916b47d3c367b38094953c824cac71a68b726ac0a70c6fa4b69a1"
-
-[[files]]
-file = "config/fancymenu/animations/mahj_1294853429_mainmenu/audio/mainaudio.wav"
-hash = "18a54379ef441f158cb2a647ca6ec7d18cbd1a033bbae489cdfbb093e5217ce5"
-
-[[files]]
-file = "config/fancymenu/config.txt"
-hash = "f751aae59bfc4f7cb7682329b299ed8bb0fc2df3d8ac22875a85c3b215443ae0"
-
-[[files]]
-file = "config/fancymenu/customizablemenus.txt"
-hash = "4d159acd91992204011f73b75f1ef8acda870d06ef2c6d1028894dae6c5a0032"
-
-[[files]]
-file = "config/fancymenu/customization/ascension.txt"
-hash = "c0861ae85c5fed0f7f322508b81b3142d2ea2c9bf4ca49c74989d784450a9fef"
-
-[[files]]
-file = "config/fancymenu/customization/bestiary.txt"
-hash = "42920966a411426536e56a38cc70df344b8b6953e153fdc6ba92c55dce42ec69"
-
-[[files]]
-file = "config/fancymenu/customization/character-select.txt"
-hash = "6136f1c1505fcdeee1225172c3bd352530c5111af5785ec22c517add6ff5287e"
-
-[[files]]
-file = "config/fancymenu/customization/chatbox.txt"
-hash = "ad6bf87f71d49fe5ab2651c102c1ac29086270b3ba19f2d5ac6fc1fdb8f4bc93"
-
-[[files]]
-file = "config/fancymenu/customization/class-select.txt"
-hash = "7d7fd20d6bb079180289889a91a80747c1ab481443d652dd16260ee971388e6c"
-
-[[files]]
-file = "config/fancymenu/customization/creativetab.txt"
-hash = "0573604c8ea08ae63cf8fe97090d510fb0654ec9238cbe950395d48759398d79"
-
-[[files]]
-file = "config/fancymenu/customization/curios.txt"
-hash = "66d74db44e982c79e00789d6745b7b12622b97e6a2570cc50d1837463a8425b9"
-
-[[files]]
-file = "config/fancymenu/customization/ingamemenu.txt"
-hash = "ce3b2610d222bb9d4a1c11304e18a50a7dac707ad00bf26e3649623ab6ec0f03"
-
-[[files]]
-file = "config/fancymenu/customization/inventory.txt"
-hash = "28685e61aedd1e3f7662e16aff181df4fd23fc10fd0cb02c7220b3724ebb9abc"
-
-[[files]]
-file = "config/fancymenu/customization/jewel.txt"
-hash = "38e0c84f146eb1275b17ecd7dd2c6d8e9a32aa741c3e7fc0b94fc8280ed94594"
-
-[[files]]
-file = "config/fancymenu/customization/loading_screen.txt"
-hash = "84ebfeddba180a62020412bfab070a2fe896edf967a7432c661fd21d24f9fb98"
-
-[[files]]
-file = "config/fancymenu/customization/loadingscreen.txt"
-hash = "f8f629d802e545cf7e6be530978bfaa00f6e74e3915c8d09ad752e1b5db0f2bd"
-
-[[files]]
-file = "config/fancymenu/customization/menu.txt"
-hash = "3b2b52f9ea7be643ea9db27ba3de6f435284c18d65987fa5a68a567e5ac06f9e"
-
-[[files]]
-file = "config/fancymenu/customization/mine-slash-menu.txt"
-hash = "9aba9e05f30cc8d48f073d668c2b54fc8fb98d88f30c709af26344e441d2815f"
-
-[[files]]
-file = "config/fancymenu/customization/multiplayerselect.txt"
-hash = "19f396deec63d07298a3f25f126b5bc29afa55946ac67ccece29a2ad7f6f07b2"
-
-[[files]]
-file = "config/fancymenu/customization/optionsmenu.txt"
-hash = "f5ed9f75ab77237f22b493204b4aab4cf65d9b6325b61849ed39510c721bb5ed"
-
-[[files]]
-file = "config/fancymenu/customization/progress.txt"
-hash = "d53451d44f1f1026af11c1688b1eeb3de00562f8088f4e7f08053763be9f22ed"
-
-[[files]]
-file = "config/fancymenu/customization/receiving.txt"
-hash = "afae898d22abb013d4f6d214f2e371a37fd14f32ac27649fd87dad77c8e76624"
-
-[[files]]
-file = "config/fancymenu/customization/salvaging.txt"
-hash = "4ca4c27519ff1a76365265b1d0cbecedc3680f86e7b737d7f89421d8bb1c0739"
-
-[[files]]
-file = "config/fancymenu/customization/skill-gems.txt"
-hash = "c8fa8a075d2725099927a2b5dacb8e618d9959e7f3bddd3c0223977a3544f00d"
-
-[[files]]
-file = "config/fancymenu/customization/talent-tree.txt"
-hash = "5cc29276908d7c762ada2e59d34de9e18642ae574d395e564a943b58925240dd"
-
-[[files]]
-file = "config/fancymenu/customization/world-select.txt"
-hash = "7b3dbe2ed516bab9814652eb639a6b9372c4db1417d3690bb757f183ced49b0a"
-
-[[files]]
-file = "config/fancymenu/extensions/fmaudio/config.cfg"
-hash = "f3e260206c13bf58788b0572f453f95a3b7c67066dbf85f1a1118c1126d11d62"
-
-[[files]]
-file = "config/fancymenu/extensions/fmaudio/locals/en_us.local"
-hash = "d1a39200e583c953b6f56d972ffa0361fc5740e4f69809c22cf2e76486100396"
-
-[[files]]
-file = "config/fancymenu/images/akliz.png"
-hash = "735453cce9efd6657768c244d95a76193bfe4da02549da8726c803d51ca011a3"
-
-[[files]]
-file = "config/fancymenu/images/akliz_hover.png"
-hash = "afcb2677900c9a59006889f891a6b9dd7a0e75fc990942b36fddefde3640acd5"
-
-[[files]]
-file = "config/fancymenu/images/disc.png"
-hash = "4b229248f6e3ddc4768fe5d758ac70db0fc4d6766bf5896a1318d97f1a61d10a"
-
-[[files]]
-file = "config/fancymenu/images/disc_hover.png"
-hash = "9f75193143c3e86e62fa5f8eddb5c313fb9ba124fce77c60d6b469c761536171"
-
-[[files]]
-file = "config/fancymenu/images/extra_info_button.png"
-hash = "ddc0395cf46028274a38734d4c611d42791a5c5cf5b7e00e217d3304bcfd636f"
-
-[[files]]
-file = "config/fancymenu/images/frame.png"
-hash = "2ebc68f9dc0e8233021c0a80cc6b02c634b6b9aae2429f694400e6dd280ee9d8"
-
-[[files]]
-file = "config/fancymenu/images/jewel_info.png"
-hash = "088933f16803fb7ce64086bc3404e9055e35ff740cf383bfb287ae6e6e7965b4"
-
-[[files]]
-file = "config/fancymenu/images/leftright-hover.png"
-hash = "85ca0a89c4eab1a5efb75a910aac7eae27a06596aefff151df69b6c3627be49d"
-
-[[files]]
-file = "config/fancymenu/images/leftright.png"
-hash = "a7426d58590fff1917bcb441a73330bf866aba191f5a992ebc7a15d0e6a379d8"
-
-[[files]]
-file = "config/fancymenu/images/patreon.png"
-hash = "19636b70ed3b95bc23df4de5356aa51f6e8c7f7f7a1cc97df3aa743f26737ebe"
-
-[[files]]
-file = "config/fancymenu/images/patreon_hover.png"
-hash = "c1f4757904e2ddc5a52268a444edc8f3e60ea31b7a60264741728e7b399adca7"
-
-[[files]]
-file = "config/fancymenu/images/title.png"
-hash = "2ab24c1c11b16286a4305e2d68aa0550923fe6e7947ecfc30f73aa4c41aa4842"
-
-[[files]]
-file = "config/fancymenu/images/wiki.png"
-hash = "5cb3ba50b94e50fadab7b1e1f51b31bb935233b75705e4b8e9c8b4df18d6e654"
-
-[[files]]
-file = "config/fancymenu/images/wiki_hover.png"
-hash = "824e2e84fe4ee2d93f17faf3b55cf584b5e86e59a6e4fe784c4462d3cda8fe49"
-
-[[files]]
-file = "config/fancymenu/locals/de_de.local"
-hash = "13485f1d678322a328e798c34f1ff9f7f9c690464d1050e2e7c1ea02b0f49b61"
-
-[[files]]
-file = "config/fancymenu/locals/en_us.local"
-hash = "cef0b6b4ed124cb2e5f0f19de2bd86cc59e6f7426a58d6d74bbd3554727553d4"
-
-[[files]]
-file = "config/fancymenu/locals/pl_pl.local"
-hash = "66d4e9b270d4d92bffd85b13255def475d3ff6c865965deaa700be2ed1b08bc0"
-
-[[files]]
-file = "config/fancymenu/locals/pt_br.local"
-hash = "0b19fc1d8bd8c86435eb39886116aceb3b4554fa749561fc87be2df0157a134c"
-
-[[files]]
-file = "config/fancymenu/locals/ru_ru.local"
-hash = "2120cd2e1de7d8ec9ee8d18f24db70645e92042ba55ffbbc68403ecdc8a50fce"
-
-[[files]]
-file = "config/fancymenu/locals/uk_ua.local"
-hash = "c9a592ff8445f3d8d6a87a59df27e72a67b71afcf0fc03dad27a5ded2f94a780"
-
-[[files]]
-file = "config/fancymenu/locals/zh_cn.local"
-hash = "50cf30919fd2c7b11f6ce246425d657e3b93dfb919a0b6fe4730dc5d9fee0d2a"
-
-[[files]]
-file = "config/fancymenu/menu_identifiers.db"
-hash = "003a1c89846741e0eb9475089d4ed653896fd08e0b994667fae452b4ad894a72"
-
-[[files]]
-file = "config/fancymenu/minecraftwindow/icons/icon16x16.png"
-hash = "ce3ff248202964d4626318c33af0d3c4e55f7af626a9f67650b60d291a81525e"
-
-[[files]]
-file = "config/fancymenu/minecraftwindow/icons/icon32x32.png"
-hash = "0c112b911b9bc32cb098534c716b7528a5963bc560f0dbf862fa0ec8cba877ae"
-
-[[files]]
-file = "config/fancymenu/slideshows/LS/images/LS1.png"
-hash = "85a84ca88ba068cefbf5b7872176a18f97670dc0453514e8d6956d8eb5efa28a"
-
-[[files]]
-file = "config/fancymenu/slideshows/LS/images/LS2.png"
-hash = "475b1543a5ab4a6ef0f9dd5b2e9baf4df7b6be885fccd61debdfb05285c92ece"
-
-[[files]]
-file = "config/fancymenu/slideshows/LS/images/LS3.png"
-hash = "fb438b96b8dd9cefebf3d5b0e0e02c95d7265e15f14911fe9ca559d59b345600"
-
-[[files]]
-file = "config/fancymenu/slideshows/LS/images/LS4.png"
-hash = "5ccf172c4c2d730b6c2a230792d1d0df29b0ccedc3e6cbffb61ebc8ba271d3a4"
-
-[[files]]
-file = "config/fancymenu/slideshows/LS/properties.txt"
-hash = "bc73a5f056c8f4294b3ebdec5b53ff0ce19a3c907ff446638a69ee83391f4a54"
-
-[[files]]
-file = "config/fancymenu/slideshows/MM/images/MM.png"
-hash = "1b33ac33ea463e6dac30f0ad1590cc731cae31a3d75c256f57c5506d3ceec034"
-
-[[files]]
-file = "config/fancymenu/slideshows/MM/images/MM2.png"
-hash = "169ad6bef90a3695b4bcd8b1c0495e397199d43bfac86c9b5f27e65a56e27e6e"
-
-[[files]]
-file = "config/fancymenu/slideshows/MM/properties.txt"
-hash = "0d261fa0a11a25f6ec862fdb8dcb0b2d99766aa1084ac17afd40e4541a530051"
-
-[[files]]
-file = "config/fancymenu/sounds/wind-sound.ogg"
-hash = "7e03045084345a7b95fa24967096546c60038efac6d234f1deeb90271d295361"
-
-[[files]]
-file = "config/fancymenu/user_variables.db"
-hash = "d2d55a621e0ca0765db2ffc20084e053b090e9076516e83b88a65b57a6d33557"
-
-[[files]]
-file = "config/farmersdelight-client.toml"
-hash = "e5f8f5743c23e6c1e569070d720f91e66495e8da03550a0d37d9a07c6d543014"
-
-[[files]]
-file = "config/farmersdelight-common.toml"
-hash = "23dac8e8964b311ec6361b30dfb33db572a4bf13657c545bb1b618ffe7f896f1"
-
-[[files]]
-file = "config/farmingforblockheads-common.toml"
-hash = "67986d6c62393378305ad782cec0fbbb414570504ab816d4cb1bb08805e25086"
-
-[[files]]
-file = "config/farmingforblockheads/MarketRegistry.json"
-hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a"
-
-[[files]]
-file = "config/farsight.json"
-hash = "98a9f53e1e21247108a90e80b9cf4141fd7b432e219a262672ffedd5730afbab"
-
-[[files]]
-file = "config/fastbench.cfg"
-hash = "240a14e19d211945629e719c0df4ff6b537d26fcf58b514b7f7c731b3ad69183"
-
-[[files]]
-file = "config/fastpaintings-common.toml"
-hash = "4cce6e2bd5d9440c7a6f4618dc05eeb82cc2fc293afa892a3010efe21405ac79"
-
-[[files]]
-file = "config/fastsuite.cfg"
-hash = "6aa1b4c08dbcae1f893afd75d20ef640fcc5adde042b650b4ae1c2c8637d1555"
-
-[[files]]
-file = "config/ferritecore-mixin.toml"
-hash = "c164439c632aa7c95c07edec5cfef74b8e2d5671a8445a781deeb4de7ad0c8b6"
-
-[[files]]
-file = "config/findme.json"
-hash = "4e0913a2fef137b2ba6345a2ce3e6104fb0872efe194c5eb7cbb75782b933fc6"
-
-[[files]]
-file = "config/firstjoinmessage.json5"
-hash = "1979e9fee226938a1286335bfb40f36ef836ebad65c163f5dac8b0fe266904c3"
-
-[[files]]
-file = "config/firstperson.json"
-hash = "5bc4913e526bade1e3e7066b3e9c19d2880dc863de0d997e5430f8c8ab11be58"
-
-[[files]]
-file = "config/flan/flan_config.json"
-hash = "2d56ca3f0847ec292bc63421ed9a009becef5bcce9adc5b19dddd1969b149dd1"
-
-[[files]]
-file = "config/flan/lang/en_us.json"
-hash = "4c580f5d883a01a22c02346831f98b49f2b5e4112ced3de49daf0de7823c925f"
-
-[[files]]
-file = "config/flan/lang/zh_cn.json"
-hash = "79c314e9d1db318279a547d007db314e6d79766948ed8bbe26f6923efa945dc9"
-
-[[files]]
-file = "config/flywheel-client.toml"
-hash = "0d0e22785b8811b4010b7cf39f78fcfb25e31e70558176a52cb9e95ea9202c8f"
-
-[[files]]
-file = "config/fml.toml"
-hash = "0bc9ae95cfe44f8bd70e47c524f35441c9bc2aa8a09340fef933cc9b98bce29e"
-
-[[files]]
-file = "config/footprintparticle.json"
-hash = "acf4ddbc21f6088b979815ae7ec32cf8f18320866ba5b3bf528445dbcb7baa1f"
-
-[[files]]
-file = "config/forge-client.toml"
-hash = "7bc724152ad613fc492e7439074edeed178bc3405fc80a741add5ab562626684"
-
-[[files]]
-file = "config/friendlyfire.json"
-hash = "89e9a50d8867e90be9f0942cdd7c28b997eb0a6e3b4c9804e7e106f6bfbf1fc9"
-
-[[files]]
-file = "config/friendlygriefing-server.toml"
-hash = "d9c5fccace2860102794460d1352d828eaa8e24543de04244e38aa71871dfb75"
-
-[[files]]
-file = "config/friendsandfoes.json"
-hash = "ee0e95bc53a137e380f35ff0fb27b81ea72f57fe24548e443db4bf483cc6ba90"
-
-[[files]]
-file = "config/ftbquests/quests/chapter_groups.snbt"
-hash = "c3afe5e5fbe3610031770a3e2b7a63ab1fe16279bd5ea4687f34e57b1a142106"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/act_i.snbt"
-hash = "e8a8142181c09cc60946a915f8481c1bb5bd409aa70b5f8279006db7fbd62ca4"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/act_ii.snbt"
-hash = "c295bfcd1cdf5aacc639318772e25dedc99975cc429b5d68730c3e41ef5f588a"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/act_iii.snbt"
-hash = "e39d5b66979f7b04e614f155ba75a9d49e3fedc61c9f545b8946fcefb15c776d"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/act_iv.snbt"
-hash = "c601b30651d0cd7d48e8fe71226490389c73c096dcd76fb41c703ebc67c290a2"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/act_iv_2.snbt"
-hash = "2f32af3d5887cda440ebe7d76396ce8222aea7d9c0d6573ae48002718f6cd79b"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/campaign_talent_rewards.snbt"
-hash = "f4660c135b7ce58524420527b77783a8ab09a7d167f5b92dd02ca94a9aca0fe0"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/completionist.snbt"
-hash = "ba9b36d979894b06c504b5992a4fc5d0cb892f55d3d7b9d81b952c24b020d1fd"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/culinary_delights.snbt"
-hash = "e0ae25cfdf35e7f0d3cfba9b12655d284098edb7f1f907592de1ee39c803932d"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/decorations.snbt"
-hash = "27cb26e20218273c8bdf775d188d649a8e4f5b22d291ea33f5c761542efb6b64"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/exploration.snbt"
-hash = "025d13b9c26c37dc62c82ab9ad190e782476ac877e9f187ed93740c43c948d0b"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/fishing.snbt"
-hash = "21739948c9cb590a04fce528b50e9ada85fd4db6af4b6564a2ef6f1d1a7dca2c"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/gem_shop.snbt"
-hash = "fd6b62f2da960a0538c8e8628fa8b2aaa7c96e8fdbdf041c2c330f1aea3f626f"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/jolly_cooperation.snbt"
-hash = "0a27d5959de872139ae259b00b02946eb78c20ded70f0f284b4ac6493c195bfb"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/other_hobbies.snbt"
-hash = "fd8f0ea0b35617cc239bbf4cb88dd84a134871672a9ec11100c31ccc5138e226"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/professions.snbt"
-hash = "9e999472e69aa8cd2ac5f9afb6161e40a078a21869c578b6de406359c61c4172"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/storage_solutions.snbt"
-hash = "a2198bcda06d78870c8e9ff3f5967f6f261e121f98f652f3b4d6461c670004d2"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/test.snbt"
-hash = "d65b6d13209763e83562570821ec1a28b4749d6c06ffe13f8fa7e623ae7c6222"
-
-[[files]]
-file = "config/ftbquests/quests/chapters/tutorial_island.snbt"
-hash = "50e5429bcd2a4ce71268a92d658223c5a5e8dcd70fee49a1e932de0c738fa5c0"
-
-[[files]]
-file = "config/ftbquests/quests/data.snbt"
-hash = "c0b178fe5287103cb6cbef03c4ff186ba60d93a7ce85cf5958a2513607d2d5f3"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/archer_package.snbt"
-hash = "102219ecbb2c3ca0f4ba1bf33f29b5150f23da4e2b4414ac15e4df411a2e0be5"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/aura_gem_shop_i.snbt"
-hash = "7dbd1996bf405a94ec0d2c8b91070506830b23d353b4eaaf698424e8dc08fb4f"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/aura_gem_shop_ii.snbt"
-hash = "4d76ea2c46d6fb390beae09dba4f94c894b09a55db4d9e48c1f8e5fe5929fdb1"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/aura_gem_shop_iii.snbt"
-hash = "587aaab7e46a9165d0ccb3e9ff6151571c9bf3b51e827dd4c3f4bae9687e0394"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/aura_gem_shop_iv.snbt"
-hash = "b84475f323d4385da6cfa6558694e20934e95165265b4cf28d1fcef90d503cba"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/aura_gems_1.snbt"
-hash = "7a5386b4cdd49c541cc0e9bd9330967393b2f281ae0ebed05b6638d91977525d"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/aura_gems_2.snbt"
-hash = "23f8acaf7702fa306b23e749c2710a772a2afb5d62aa18ffeb4717f7bb03e19b"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/aura_gems_3.snbt"
-hash = "b2e3788f43cd8a05747d6867426ab22961e56bee474df75eb4336f92c38f74df"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/aura_gems_4.snbt"
-hash = "00c0d4e71e2830118b16d5b9e4fa7e2a9db816c093e49f599a59c802c4d3759b"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/big_bitch.snbt"
-hash = "87b0d9a82fd54ccae3adb51aa5decc79b2a4416f01a1073293729595963bf4c3"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/cooking_starter_kit.snbt"
-hash = "e648d3f03b6b22e4f8775c514c7f9db202cc5658fa6126d8158a2e9ae703793c"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/first_aura_gem.snbt"
-hash = "1b0f9fc689b7a7097104b37ac89ae52db7c33e2f2758233b3b6195914ad08ace"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/first_boots.snbt"
-hash = "eb64075a64391bd5c5ee33e8982816296f2b825e98ccff9240a1bada5a1b223d"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/first_chest.snbt"
-hash = "0d812e978242bd8e61f928cfca2d80a6e5ee597251971854045d8e360a3be718"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/first_helmet.snbt"
-hash = "ad71f9d95c4a0be892e5c71c737f337a69ff41ad8fac903f46dd52ca257ec7bc"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/first_offhand.snbt"
-hash = "146c93a84e0e2ba43f323d3a8a5beca2a93b70f63861f6b09ae03bf99de539e3"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/first_pants.snbt"
-hash = "64904352444d2636f56ad53ced623348c8b1725b85530461afc877448e793e4f"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/first_skill_gem.snbt"
-hash = "af036c20b8b3c8e4cdb201f3890ef0ea4961629894312c15189ab154279e5352"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/first_support_gem.snbt"
-hash = "92c9aa6a04992eb257e05af6f12d3ae85cc11cfd4020d6207dd3fccf4f268e41"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/first_weapon.snbt"
-hash = "a67a3ffcdad29f8a2ea6bda681a6769291e0a0f588a788a8f81204795ed9fbe9"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/gear_crafting_starter_pack.snbt"
-hash = "c4d83c31adc845c9f02ec04fcbb9f9835b8cd4a84bdf28be79438bdb24969d54"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/randomized_unique_shop.snbt"
-hash = "2371e384b97b2c2ee1540a5c1f1a6249914cbcaf574fe28d72694714081bfe1d"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/reset_potion_package.snbt"
-hash = "0d4dd49b632f3baecc5b0602bc096d88c6008c78b8847139cab397505e44b1f6"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/skill_gem_4.snbt"
-hash = "502eec4dad31c4e2e078380b144fbc0a9fe99074049ee6c6b45399effbb22d71"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/skill_gem_shop_i.snbt"
-hash = "e64e32608e895328e5acb52b23311b6e36779a3e508b21ffa268582140400f78"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/skill_gems_1.snbt"
-hash = "b963a666e4532a5c1abd8c648485ae7099c699e07246edc3cbad609b077eaf97"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/skill_gems_2.snbt"
-hash = "02f17d738f0cf9f14b6da7361bac8c24f47e25c633cd06ed24c86fd8f9b7f7e7"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/skill_gems_3.snbt"
-hash = "c9d77d681918584a25ca7bdaba595f3ee27617db4ebcd46950d17d75ef358dca"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/skill_gems_5.snbt"
-hash = "7b36d9e8a5e685c70e56d09dc8a085438c1c365a0dcfd16114178bca6ba9d7d7"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/support_gem_2.snbt"
-hash = "8e85bda57f84dd3e41a2ec16c255d94898fd2eadf518d73f423660e535e53044"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/support_gem_6.snbt"
-hash = "2e65974de55deb070ef1de142a4e1402fc043c1b4149c1d5a82f4b8f56e2837c"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/support_gem_shop_i.snbt"
-hash = "30924736d609aa1752bdb8d1498872d8a26364ac8deac8104f86055c12e6b12a"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/support_gem_shop_ii.snbt"
-hash = "a6b1d2c16e53cb988e67a7751b568f2da5bda43d009a00739b7317a5f5d04dca"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/support_gem_shop_iii.snbt"
-hash = "cc40ae68502cbf852f8a4b3777ad80c64780240261d3bdf5933deb6678d49821"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/support_gem_shop_iv.snbt"
-hash = "9b8320f62e8634c346b3c3528ff0431561333f9c94ab74439ca376ebd1a6e085"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/support_gems_1.snbt"
-hash = "7c25ed27ca27ef6660cfdcec7c941c0b463b936a25c4bb0cd6d9ec695ab669c6"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/support_gems_3.snbt"
-hash = "c4d39867a57051955b89c62ac72542cf4ef0f4766dc5336ecdc9c30d8cea8e34"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/support_gems_4.snbt"
-hash = "6a3e21212f515bb9c07a9720dc24ef40cbebbc1ddecc379b71f787a440da6af6"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/support_gems_5.snbt"
-hash = "0996e502a3c03e484166a2febee2b127a6eeaef9f987cf9be7854b5b976fd1a5"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/support_gems_7.snbt"
-hash = "e7e12d9cde11cade0bcc67811cb8538b8ac491f41722f180517ff18e6f01412d"
-
-[[files]]
-file = "config/ftbquests/quests/reward_tables/test.snbt"
-hash = "14613dd4a1380877a445d9431189db6556f240f923cdaf8ee2626c2b9af57e80"
-
-[[files]]
-file = "config/globalgamerules-common.toml"
-hash = "405d91563c0f79eb8707d47f9cebfecea18d5499bec777b7d0359544adf66d07"
-
-[[files]]
-file = "config/globalxp-client.toml"
-hash = "1b2b564fb37adda0609c825f8f8c18231237f2198e46a71a824cd484d56b43d4"
-
-[[files]]
-file = "config/goblintraders-entities.toml"
-hash = "8f911b4f1eeae1a64b926eac3c5985b6905434d6a31241e5b773cec817452002"
-
-[[files]]
-file = "config/goblintraders-entities.toml.bak"
-hash = "1f3aef42478d0d5c8bb7a0ae68e31f903f882fbb835011c828a402009103c750"
-
-[[files]]
-file = "config/highlighter-common.toml"
-hash = "f5b80ec5e2e645b087b9453f510c3bbce625738adc155b76761b09921df914e3"
-
-[[files]]
-file = "config/hitindication-client.toml"
-hash = "60ca0d6b29c46e0bec4b6fae2406d2762c44e017c94bc2099905754927bf28f9"
-
-[[files]]
-file = "config/illagerinvasion-server.toml"
-hash = "935f07b28387e37dc6bf532e25448dc24e03199883006a175a388a2a8d65af45"
-
-[[files]]
-file = "config/immediatelyfast.json"
-hash = "61da90ec206aafdb8f82b18aea20648de1c0a0dab69ea5c6dd3b726acc0c9f98"
-
-[[files]]
-file = "config/insanelib-common.toml"
-hash = "7929329b9fabbf10e36138a20641a0c95e4c9bb1a308b9599fbbef8feb61f35d"
-
-[[files]]
-file = "config/inventoryessentials-common.toml"
-hash = "2696133bf8a18d3811868bbbc8bba93a3d79dda3aadeaa81ed78984b0538833b"
-
-[[files]]
-file = "config/inventoryhud-client.toml"
-hash = "6aa8e8fb620c28305d27df61afaa29ac5f86d1ffd8685c44351e0f930b669dd1"
-
-[[files]]
-file = "config/inventoryprofilesnext/Mahj's World/villager-trading-config.json"
-hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
-
-[[files]]
-file = "config/inventoryprofilesnext/New World/prev-villager-trading-config.json"
-hash = "1f3b21bb35a9de335a50521951ff89db07f50c1e5f721f525eb97d1eb5b0e307"
-
-[[files]]
-file = "config/inventoryprofilesnext/New World/villager-trading-config.json"
-hash = "1f3b21bb35a9de335a50521951ff89db07f50c1e5f721f525eb97d1eb5b0e307"
-
-[[files]]
-file = "config/inventoryprofilesnext/Test World/villager-trading-config.json"
-hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
-
-[[files]]
-file = "config/inventoryprofilesnext/[fe80&&adde&138b&47c3&7d5c]&25565/villager-trading-config.json"
-hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
-
-[[files]]
-file = "config/inventoryprofilesnext/crafttoexile2-wraeclast.g.akliz.net/villager-trading-config.json"
-hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
-
-[[files]]
-file = "config/inventoryprofilesnext/integrationHints/exampleIntegrationHints.json"
-hash = "ca413dea02cce69c69dccdc525fb0ec013236876eff2d142772c68db3d772d3a"
-
-[[files]]
-file = "config/inventoryprofilesnext/integrationHints/player-defined.json"
-hash = "12c453a8e613fdef3a7724bbd4ba37dc773f8cf61f85d853a78186d89d1d3b53"
-
-[[files]]
-file = "config/inventoryprofilesnext/inventoryprofiles.json"
-hash = "a77a64eddda742f87884db055e72b4d148f23fc16cfd4c5e1259803a41edb3dc"
-
-[[files]]
-file = "config/inventoryprofilesnext/mns-server.g.akliz.net/profiles.txt"
-hash = "d234ad0c50bcf25b4de19b15b43aa25e591393f193866146fdb90c441012c490"
-
-[[files]]
-file = "config/inventoryprofilesnext/mns-server.g.akliz.net/villager-trading-config.json"
-hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
-
-[[files]]
-file = "config/inventoryprofilesnext/villager-trading-config.json"
-hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
-
-[[files]]
-file = "config/inventorysorter-client.toml"
-hash = "92de49a9405703845f2da9cde2b77dfa75c0088217c0c7a94d4e9ea200cf0549"
-
-[[files]]
-file = "config/itemphysiclite-client.json"
-hash = "889ce0a05442c5921d7ecdc9aef6957d768357b0fbf9766bdfdbb53b6365dbda"
-
-[[files]]
-file = "config/jade/hide-blocks.json"
-hash = "6f6658b4a600c154e8bceb74fbfd887c9cb159ae389b1c87d29bd90f21ce5b0a"
-
-[[files]]
-file = "config/jade/hide-entities.json"
-hash = "38975f3f3c25a40c905172a9ccde5489946048173d6173967f37aadcf602455a"
-
-[[files]]
-file = "config/jade/jade.json"
-hash = "6e1fd39cdbc550af821a11fbf6ec6d9058a96a3c590677dad5780b33082bb9ad"
-
-[[files]]
-file = "config/jade/plugins.json"
-hash = "55cfcaad89cb16a7921eea4a3286d3f222665095b7d65ba905dc5e526dfaa537"
-
-[[files]]
-file = "config/jade/sort-order.json"
-hash = "435b9620b7b59080ce0efdcbfb6448acae5a73446abd4184fa8c8d025ca43e2e"
-
-[[files]]
-file = "config/jei/blacklist.cfg"
-hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
-
-[[files]]
-file = "config/jei/jei-client.ini"
-hash = "d1484868aa602e0f283aa2b3e07efedd86cdcf597ad61654b7e8b647fa896b9b"
-
-[[files]]
-file = "config/jei/jei-colors.ini"
-hash = "c6328dcf3fb8b20a9f6ea6b61266ce289565c167353e183a105fb4915c36c072"
-
-[[files]]
-file = "config/jei/jei-debug.ini"
-hash = "fed5a1f6e741725e0946ec0c3f753994ffed14bb7bcbef81e77e1bb960495e31"
-
-[[files]]
-file = "config/jei/jei-mod-id-format.ini"
-hash = "34eb990ae2cf62220a0d1be95629bcac46e6732f1cd6f7b6fdc54bcae02916e5"
-
-[[files]]
-file = "config/jei/recipe-category-sort-order.ini"
-hash = "77873c9009526c2abbdd84fbc81a71ab6ddd75942a05b24ee53cadd6d93c1a5a"
-
-[[files]]
-file = "config/jrftl-common.toml"
-hash = "1f32ec74014d43fba944b3310393d824ec3a504f6cc3c4832cf3c06ffc13dacb"
-
-[[files]]
-file = "config/kiwi-client.yaml"
-hash = "7c7638d7e5db3076b78d3258fcb2dea7e25bb78b0308f43a8fa9ccc5f8ec4001"
-
-[[files]]
-file = "config/kiwi-common.yaml"
-hash = "1488107dd37c8f05131e65c5ad9adda7b674b08a8c0d639752d53b7926db2282"
-
-[[files]]
-file = "config/konkrete/locals/de_de.local"
-hash = "79a34cfd15c2d9c06498dc221be79279507d9b57666cd44f8d2c2cf95d3582ef"
-
-[[files]]
-file = "config/konkrete/locals/en_us.local"
-hash = "fdf1864fd049b3f1b9af1f8db6c5125a627be7d06a451c778da3329843d3c39a"
-
-[[files]]
-file = "config/konkrete/locals/pl_pl.local"
-hash = "d38a7776e362e4de6082078d803c1c9358d9d40526edfe4bdfd29c552aef76d8"
-
-[[files]]
-file = "config/konkrete/locals/pt_br.local"
-hash = "dca55a2792451b31424cd5c24037141ec57cdca51955d062dd908fa9ca6a3e9c"
-
-[[files]]
-file = "config/l2_configs/l2library-client.toml"
-hash = "bee1c76cbc66e917babe40a1fc94132bc9c227aa69e17d27417cd77dab532e74"
-
-[[files]]
-file = "config/l2_configs/l2library-common.toml"
-hash = "1200e86c053c1bc905bfe01a6b69bc09c0ad21feae8ee25c23c48d345672a4f8"
-
-[[files]]
-file = "config/legendarytooltips-common.toml"
-hash = "0e149380e708302b3a90b8ba38476718c2de2a73619b4160af2f65e8fd08e3f3"
-
-[[files]]
-file = "config/lightmanscurrency-client.lcconfig"
-hash = "7221cfe14cde6feffe1192d5136f404ec50bd2e000a8210fa6ab213a4085f333"
-
-[[files]]
-file = "config/lightmanscurrency-common.lcconfig"
-hash = "618b22c3607b08abdd128b15fbcee529dcf9521b0a3feaa307bd6923739cdfa9"
-
-[[files]]
-file = "config/lightmanscurrency-server.lcconfig"
-hash = "f63b6c579658ab68121cad7d0666a7445c090b23b2c7feb2c5cfc9df80a34807"
-
-[[files]]
-file = "config/lightmanscurrency/ATMData.json"
-hash = "b71af123e90d5c0755c447a980c11b29315eb75e079c59400d4422d531415308"
-
-[[files]]
-file = "config/lightmanscurrency/MasterCoinList.json"
-hash = "e11f595926b992ea525983daff4da575820a9ef008fb4d87a799e74250e196da"
-
-[[files]]
-file = "config/lightmanscurrency/PersistentTraders.json"
-hash = "e7342e7470f160b8490be9bea51c360efd9cd63ca85e355e2eae2988b86b2aed"
-
-[[files]]
-file = "config/lightmanscurrency/custom_banker_trades.json"
-hash = "920a006be706b4ed662705570c70a30c2b56157cd3b301e64b7d575082976089"
-
-[[files]]
-file = "config/lightmanscurrency/custom_cashier_trades.json"
-hash = "b2ccf48ada715eef8179c1d7d96fb04e24558bfadcccdfeae094c315137da06d"
-
-[[files]]
-file = "config/lightmanscurrency/custom_wandering_trader_trades.json"
-hash = "731a84f57cc95a2ceda654d9e2b4bb302cba7c102f53bd4b2b1c6a271a0b3156"
-
-[[files]]
-file = "config/loadmyresources/config.cfg"
-hash = "549a26b9b8ab9e2df0a427732a737c5dbcdb0b6790ad7ea9a387dea789abcad5"
-
-[[files]]
-file = "config/logprot.json"
-hash = "ffc115e469b3dddab530c23f8b996142171220ed3ea80fb21a3f4a4db27d52dd"
-
-[[files]]
-file = "config/lootr-client.toml"
-hash = "bdba68cc47b3722ec0b8debe793eea47dc68b453dda9605593ac66a73c6eebda"
-
-[[files]]
-file = "config/lootr-common.toml"
-hash = "3eecc3344b0a4987fa8cc5d78a71a65bc5bf622453a4e511e2d8c06877366e2c"
-
-[[files]]
-file = "config/mimi-client.toml"
-hash = "37528b8f306e209f9f42b4c24363c8a40245709860e208321002b428b4c46831"
-
-[[files]]
-file = "config/mimi-common.toml"
-hash = "62c19a56d8674a2c89847c45fc0a72bf40e4a005cd38df873b696956169fd7d7"
-
-[[files]]
-file = "config/mimi/custom.json"
-hash = "ea8d5685a7db9b0f447cf25900d8ea04a02a538d526737bca67511cba927f575"
-
-[[files]]
-file = "config/minecolonies-client.toml"
-hash = "3221dd06221b6430169bb0a39bda896880dce96711c2d98f3cce409ac521a247"
-
-[[files]]
-file = "config/minecolonies-common.toml"
-hash = "e2a317da31de1103db85186962e8e67428ae26afc6a54c8c2aca6d4282ee7cee"
-
-[[files]]
-file = "config/minemenu-common.toml"
-hash = "277e6515bc72ef57426a7b2a872411a383b281ce594ca281b9b818da7605e1f0"
-
-[[files]]
-file = "config/mmorpg-client.toml"
-hash = "96cdf3533e76b7413d3c501091a53b2f9fd7832bf0f450a884170f2e6bf2b943"
-
-[[files]]
-file = "config/mns_neat-client.toml"
-hash = "b18c481fe0c2e9fa284eaaf5bf002be70aa316d5bc24b27c18309a2958acd32d"
-
-[[files]]
-file = "config/modelfix-client.toml"
-hash = "dc12493cf9c73ab737fd3e4d39576eadc2c2c11fb730295ab5a34b510fb7d850"
-
-[[files]]
-file = "config/modernfix-common.toml"
-hash = "fad9aea710ec3508eab562cd8f2b5f8e2dda6ee1c5fb1fe818f90ce253017f66"
-
-[[files]]
-file = "config/modernfix-mixins.properties"
-hash = "ab830ea0845eb73344c987b16e1e53c6991176d0849df1ded9759092dc165314"
-
-[[files]]
-file = "config/monsterplus-common.toml"
-hash = "4330b4b62e56e261fe95e548444bbac8b04321a1d3e6f1014c793deaad94b264"
-
-[[files]]
-file = "config/moonlight-client.toml"
-hash = "9b81f493d4a6a11eda44a019f1f1c9ecd0347523fdbd363b5f6534abda2d8f94"
-
-[[files]]
-file = "config/moonlight-common.toml"
-hash = "7eb70257593da06f682a3ddda54a9d260d4fc514f645237f5ca74b08f8da61a6"
-
-[[files]]
-file = "config/moreoverlays.toml"
-hash = "9f38bd4301771093649545981fd1e5eedbaa9313c0d57e836eaa8254bb5d17ca"
-
-[[files]]
-file = "config/mutantmonsters-common.toml"
-hash = "64e2393805ee3a8c893cbf24cdab23f9c2151de0f55fc8bceb28e42170cbccc4"
-
-[[files]]
-file = "config/mutantmonsters-server.toml"
-hash = "3da35133d752925bab9020bcb969af5b158b1236f059624460f9e4170f6b7bcf"
-
-[[files]]
-file = "config/mysterious_mountain_lib-common.toml"
-hash = "f9e83782dec7691b907f56f1a621a710342e480cac190599a853f7223ea9bd50"
-
-[[files]]
-file = "config/naturesaura-common.toml"
-hash = "61cc91042d6ad5fd03350a0fb2c8902b6df3091f4ae2f98a8af084052c126f5d"
-
-[[files]]
-file = "config/naturescompass-client.toml"
-hash = "4215398614d28a24d2fe39593bf25981dd67ae46f85bc710ee07ba2d37c74c0b"
-
-[[files]]
-file = "config/naturescompass-common.toml"
-hash = "eebe4b4c01047b3d8cbf1106fcfe8af8e912ca62dfbb5258f46b36623b535fa2"
-
-[[files]]
-file = "config/nbt_ac.txt"
-hash = "b66d814186b85ec1290cdaa170bbf0b6cdb33575539381b403c44eced199f9a1"
-
-[[files]]
-file = "config/neruina.json"
-hash = "094cb80ad9935747a17d5405948c87a8bcace592dd4368eb59a6e9a2b725fb2c"
-
-[[files]]
-file = "config/no_fog.json"
-hash = "0d3c92ba50e31505475a5866dc81086230c3e3e683dc8ff2536b850f64ef9b54"
-
-[[files]]
-file = "config/notenoughanimations.json"
-hash = "949d1a6623413bceffb0eff0750c91df667ffcd6b2ec0c72d4387f8a12cf71db"
-
-[[files]]
-file = "config/oculus.properties"
-hash = "d4c2beef93fe7844eb094b3de748a7bcf0526a4a8e486fb1d2e9900cec1d8aa3"
-
-[[files]]
-file = "config/openloader/advanced_options.json"
-hash = "97c64147276f55cad728249dd77602661e2327fa178aeb8e0db12866df448211"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/mysterious_worm.json"
-hash = "1a479c3abcebd06f7e5363f6de669640ec0f2da0b2bcd8ee7fc7b351dfa6f922"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/shattered_dimensional_carver.json"
-hash = "a9e11cb99c71313248e5c20378b0136ed7f16bc15207690968fc0ef23125db98"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly.json"
-hash = "207cb6e8a1819ed0d6f95090244efdf89cee4baf0e011a7b189654ac43d21206"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly_full.json"
-hash = "97157abd7b2c7cdb2ad27d09908a6a55ab607cbbbfde64a343e47f1d5574a126"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_full.json"
-hash = "e6754ad18e6c48d1b7c6d27158e609c18f4bea434532e94f62e9dca5b4f2f423"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/murmur.json"
-hash = "ac1276c7b5b6dadb347906624b75ba58c02c128b9d6ed304ce57fa62338eb308"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/skelewag.json"
-hash = "0a079ef70edc1e620f4cda46a72e0c993f8c58c32e5d0a69a52cedadf252d53f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/void_worm.json"
-hash = "6f81bdb9754003231d875a1bbd7acab1bc034e823f1b064af5d66ca2053fb9a8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/warped_mosco.json"
-hash = "5c7d62986be3db15a83d28e683c6bb0603f4a25cd37299590f9c72983d0371b8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/blood_sprayer.json"
-hash = "491164b2fd2e01f1d72254ca2ac69106b6936966b9c83f9ca8ad54a22b50f5b0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/hemolymph_blaster.json"
-hash = "30bce95ab61598e1791c43128b8c6f1927f58828fb90c6a5381a3cbdf807abd4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/tendon_whip.json"
-hash = "47783c8f311cb70af875793ecc6bb68a9b2265774e12c09d3561bd0a07d1615f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/transmutation_table.json"
-hash = "8f0533275f787ea6bc07e41df301bc975ae1038edd7431fa550af3039ed9f3df"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/loot_tables/entities/captain_cornelia.json"
-hash = "f80c2ad24d4d2c6da1cf36304c31fbfebeb2da1f4bbd30aa1b2a6b3f5ac9fe41"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/loot_tables/entities/eel.json"
-hash = "fadff2337ac8ed586d6570c8b628c1004db761beb44f2af0064f01835643444f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/loot_tables/entities/maze_captain.json"
-hash = "7e18b7ba12890c9ed4b8006866da9f1f367b74a58db8e51d0c21c1d7de6aabe7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/loot_tables/entities/maze_mother.json"
-hash = "c9b27e60f46e7fb382551a27374d26945d532aa1a17fd7c8dde6a49cac32be66"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/recipes/maze_rose.json"
-hash = "625014f2c0f0e0f3eb8a28b76913fc17947ec30daed230984b54dc19a2600302"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/recipes/poisoned_chakra.json"
-hash = "98c1d706c419f2e53bdf3fb3c093e0631489ea10b791585e4eba3ec194bdd09a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/recipes/terrible_sword.json"
-hash = "bd7887a33cc7e41be8f48867579a22357be31d744ced6efd3b84859fdff310aa"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/recipes/three_bolt_helmet.json"
-hash = "8ea51b5b1ed7abf78a23fe7984a323cc58ad0b41e34bdf51143f122508cf02c9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/recipes/three_bolt_suit.json"
-hash = "4576c512a022269545a6275a8698e73b326a32137cb2493f051291b127f6d7eb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/weapon_attributes/coral_lance.json"
-hash = "b8c91854160b5938f2d29b581e786cf84ca0490956df072f4d76957f5fde4cf5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/weapon_attributes/divider.json"
-hash = "1884cbfaa2ce24d99ec6b17eb2b65e3b3ad9b71b1cc8125785444f4b2defcdc0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/weapon_attributes/fin_cutter.json"
-hash = "1884cbfaa2ce24d99ec6b17eb2b65e3b3ad9b71b1cc8125785444f4b2defcdc0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/weapon_attributes/remnants_sabre.json"
-hash = "1884cbfaa2ce24d99ec6b17eb2b65e3b3ad9b71b1cc8125785444f4b2defcdc0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/aquamirae/weapon_attributes/whisper_of_the_abyss.json"
-hash = "b8c91854160b5938f2d29b581e786cf84ca0490956df072f4d76957f5fde4cf5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/anchor.json"
-hash = "1ddf37d0f1816a867e3e00ed922dbf138c04e40f227de6875f3e33efb01a3514"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/axe.json"
-hash = "5732574629db919503baed54dfdd00ee5af7e36581aed03730adaedbef46704f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/battlestaff.json"
-hash = "19bf4158ffd291da806bf9c6a76db093026bef8ae741c4262d57a8f3ba8a3519"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/claw.json"
-hash = "468b7815352eb345e5a8440cf743fe0e3d007e05edf803b6cae7271309f0740c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/claymore.json"
-hash = "0a204a3be668c1e7279a415f08444b64a1126fca22f6dca87cc9e43ef9713bc0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/coral_blade.json"
-hash = "f457b566fe542804e729b835e651a662d920901642f211e006812a8fac71e05d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/cutlass.json"
-hash = "26eb9673881c3df542e554d614956936f0817116c3705b3476c173747ae0e5f2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/dagger.json"
-hash = "f5ffae206c573acc68a4ab98d6f5dd90bf7c153d42259515bf24ecc6a9694f90"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/double_axe.json"
-hash = "d80e611e7210b860ff60b324f9b1f004f71d49ce8b54aa85446a11c6f0dd1b16"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/fist.json"
-hash = "6f7cc587b802bc116687617ea454d753daf2b9bf854f3f6e40d9b321e3864a14"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/glaive.json"
-hash = "7e242d0e018f05bf2df33c5f2ce11aa836d6a4858be9f04fef1fd7085cfdf0d7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/halberd.json"
-hash = "6f4dab73ab553e9d2160e489edb4d77a05689bfc18460920d00079b9e6d22ee1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/hammer.json"
-hash = "461086096f9bcff443b136ee833ababfdaf51ff13508bc2b32bd1fab453c075b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/heavy_axe.json"
-hash = "737205037cda194b9a1a7902413462dc0d2f644a1db5cf3f6589629277fbc88d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/katana.json"
-hash = "1714285b606891b7e6b91357567d55c1b88543b3b5f4eea3f842d7922e4ecb72"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/lance.json"
-hash = "19c754e08b621b8234fa4ef50a672339b69a0c57841476334bd0e3bf81857540"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/mace.json"
-hash = "c5e9d71b83b9909e18f9d06fc7842aef7060441a1db49e3c0c6def5b68898d60"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/pickaxe.json"
-hash = "f65acd84f10fca378b524ea4346b2a8771019de7cccea3def9cdb8f8cba52971"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/rapier.json"
-hash = "9454ab0ddcd92d175c51dfee650b450bd8ad9ef54fb5f93a7c0f0e6d49a3b868"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/scythe.json"
-hash = "676432ef3bd2b1106957c266cce61c65a73878c6f667bfbfd1625ce196e1a4e6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/sickle.json"
-hash = "344ff28c63387dde5a8cbf8ca90839759eaa38fb87f13ce1c150f13d22d9d931"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/soul_knife.json"
-hash = "0557f09dd1c83333ffb704d8d2ba0302e197f3c3159dbde1e89a6f5e4e8b6d30"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/spear.json"
-hash = "18dff323780f20cefd25b94a8c3831b051f3cfa5c963cb18b96c47ff54edd0ef"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/staff.json"
-hash = "10406fbda91812c32852928afa6f30d39e2c7137a1fce13263fb1a43c1533856"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/sword.json"
-hash = "11c8979956b94f77e305544e32f9dd944251452ff90c1a33c9a562fdfd8d0e61"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/trident.json"
-hash = "0d982dede3856514ae5cc50e097bfc336621106a5c7f58c96478f55ac55fefbf"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/twin_blade.json"
-hash = "8e279a0c72fce445e8f41bf341b6debcaa618a1473d3541e6375c09f062cb4ba"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/wand.json"
-hash = "9a0cdebf91ec869b347f084ffb490090a58611daadfe755ba1fd54808f523930"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest.json"
-hash = "44ef162676328facfad1ab711ec3f9c288a234b8084000090048bab2b5662dcd"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest_key.json"
-hash = "eb32dbe3aec5e6674d2b73c2375090cb4e083019541887a6f4a2ee1d016c180e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everbright.json"
-hash = "e94d07f780bba53d4afd286f129063c6f4ac102fce802505b3b28f4f83144d8d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everdawn.json"
-hash = "c8acd66e24a9af500644de99d9a9354de7545d040a6c3cd688911a86d96bc1a9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/study_chest.json"
-hash = "9aa61bb05a4e2b25a1709c999d4cc4f1622ae31cfb3c1fe7a61d696acea5f255"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/common.json"
-hash = "d0eedb4fea01de7b593dd8b2d9af6ff201e885feac273991a659f84a1c4e92c3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/rare.json"
-hash = "21a77c0ae27bf08cf3f01ca76a44b461eadac9805e8054997f39e14bf5f350fb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everbright.json"
-hash = "720a7adbc2a0767135636623417b0a8d50bf09a5617c8dda733f7c21a998ea5b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everdawn.json"
-hash = "f128767e525f1a34d63f331a42395ffa4afcb5169bf61786c5aac252cf1e3305"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/book.json"
-hash = "5726df01c5f212c292b3d0e79c9ee6675d740a52bbf497a8e412283dc578e817"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/mountain.json"
-hash = "427e1f641ded33d462ae80fbcb4b454c40f15463f3b9f46db751c10a24353839"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/plains.json"
-hash = "2ff5ad52b397ae29d6cc63fff51a914224d31f6f8fd2f79243f7b912d75298b3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/snowy.json"
-hash = "3834a8dbb6adc0a4e718ab0089b417a012fac1b488cb72ef066f677e61789a7e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/nature_dungeon/chest.json"
-hash = "7eac5d60a23e74cd6aaf7acda5993a48f55b2208d7c489e704f274c9c0257d41"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/nature_dungeon/chest_key.json"
-hash = "0d30132d5839c1bae203a3ba31967126d8a0d6b10802a84ad09a5e12e66d54ca"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/poison_dungeon/chest.json"
-hash = "52969b1ece8e501fd75d6543619f156305c22981b1abea3666032949630d6003"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/poison_dungeon/chest_key.json"
-hash = "452c91599879d91c25f30b717813338b2e406fcbb3e4ef5811d5751845d51d10"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/brightlands.json"
-hash = "6541f96fac9cca5d3c6ccab75cab43325effb271f8ee9850d4608e5c7e3e3485"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/calming_skies.json"
-hash = "09de35582b1a3ed7851a4b43eea5c46b2cfa1841e332752c25c80c702d029564"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/crystal_dunes.json"
-hash = "df46aa7e0ee5ddad2ef08c464250bbb0e3c45451f0c691c696dcc6ee9e2d5381"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/armorer.json"
-hash = "d9471f572fc82fbbb76075893e769765fb45544e4b6f32fedd5eb375384cd26f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/butcher.json"
-hash = "5a222b955aa98ba65eb5a0f0093aabbfe551bd0004f0b60687e9bcf8680cc155"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/cartographer.json"
-hash = "4422bd9d56950fead35a6872a914ddbe1cbd0ad7b77f6cd99e9ab85cd80e6176"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/farm.json"
-hash = "bf6cb0c714e662f0a3195798a3c04928f50e3ae4717dc9388048aa97fe6699f8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/fisher.json"
-hash = "357e5f3158e60b78e473a416d32e93b5d9a89c166da12527923abc6e9e3c253b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/fletcher.json"
-hash = "605593d7273b5f067133a86fdcd220e82dfa50e97b60da241ed8f73fd81b8d29"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/library.json"
-hash = "b3bb1a9183c112f97a669222282ada4fe7650c17357027cc474d30774acf662c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/mason.json"
-hash = "9e63718169243994ab914c2d409c30706586c9b27577c9525ff743df13371fdb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/nightwatcher.json"
-hash = "c5c793fc1e77996ddd0f76b12e0f92d48f54fb96d370993622df48403bf17e8a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/shepherd.json"
-hash = "5379d94d4caef4848bda1090d13e70c1de66a8c408a532d8bf0d062c92bdf153"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/shoveler.json"
-hash = "daf971125a0f417d530533af8ac32ea2a71616f5c269264e486ae3c61b411edd"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/stargazer.json"
-hash = "7c406291417111cbf593cb1a621b1e7b76407c6b33a30875215ce06ad5c6c52a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/tannery.json"
-hash = "3115d17f835f652e865844124af8050ceeb46d13a18e040c42aa9fb5fae9f6bc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/temple.json"
-hash = "d78237d954c8c96c46b2ca4a3ee7e44c7af9ebc68d497db99f8a1ae2da1dfc83"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/toolsmith.json"
-hash = "ab1098c25e7f5aeaacbcfb87cbd92813c81c62455a910510db507ee500ace78a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/weaponsmith.json"
-hash = "f9e65b680781dd04e6a7d5c6962d7b0a5d5d3bb22dc2508f906cf838a2dd96c5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/wrangler.json"
-hash = "fca04db29e4ff826023c4689aed3a4d764e8f319e0dae7a6ce6e6d225936f4f0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/armorer.json"
-hash = "c269f64a2e587d52d84603a30c86f5b9d57bb8ee2f5befedaf0354eb86e3b9b6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/butcher.json"
-hash = "0d0c0c045fa1b47345509da4ed928edf26fd2c66b64ca9d404eff61083b39666"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/cartographer.json"
-hash = "4057be08a5af8f6d40f61c7ee6e6db44743671622b580fc37507d86bd1e96aba"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/farm.json"
-hash = "d5a3f777934c7af3a2414edc394d04bf4e9f742dc76cc56d046bae91c96b65ef"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/fisher.json"
-hash = "23d90baa8f5d2436a194476923ed698d840c368c2760f0c069c66ba49a7817c6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/fletcher.json"
-hash = "62a1d4fdbf12957843a00138818686828dd72f6f0b2a765c72019688211aebd0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/library.json"
-hash = "320c170724b6642cd4687744a828d79a0c133840d00e44342ea295fdb5cc43fa"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/mason.json"
-hash = "8bb54ddfe800be416102e078e585703f27269d145839c8309697bd0924ca5f38"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/nightwatcher.json"
-hash = "ad1660bbe7db8b55a08806c5aca37fdd1a77c5bf7521a3d159d171a85e12ea94"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/shepherd.json"
-hash = "8c26de60f156a6c9d7e075387c7548256c4c6240d55b1fcec27480399cf11d09"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/shoveler.json"
-hash = "d31c87b54bbb770185a1a6c05e4d4961620fcef28d82a027aa0895e29d2fabd5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/stargazer.json"
-hash = "f49cae786a3da64cd994cb4928b1856bcfe152e047b42c9dcde51ddcd15af03e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/tannery.json"
-hash = "82a7e02b203e217f87f17f24b7e5083ebd738fecfdda59b76b0721c8cfbcbe2c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/temple.json"
-hash = "c2e3cc6793676a0285b1331903ec2bb3e0efccde544a743efa1211f4ae6cb866"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/toolsmith.json"
-hash = "b25884b36020d9d432a4d4a5a147044ce1eb1dfeff912d16aff3f96db587ea58"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/weaponsmith.json"
-hash = "09f45f5f08183ea8a0fae42268206a0d69377d37e6865b77d9a6ee7ea80034d9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/wrangler.json"
-hash = "b12e8875bb70ec0d081722a052b6c63cc8c92e3ce08390ff70452d49ed5a8ffe"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/shaded_woodlands.json"
-hash = "cc312d948e62c5185adc183f9b909e15db29d484da07f9f7eb3ecb4f64b2e336"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/slushlands.json"
-hash = "5908add5a064f75c7561f049d12fb56a6095c5d2bbccf0891630ba74fbc3b82a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/sunset_maple_forest.json"
-hash = "2933d27c2374fa37a1540c7f65543e1e9213bebcfe2cc1a01ca054b4eaa12ccf"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/alchemist.json"
-hash = "cf3325afd8c148ffd611c6106c705e0c7190006d192e414396a1bb35a72defe9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/arachnarch.json"
-hash = "d342291ca1e0e5c196e1d16ba7d76d112982910c439fd249ba20815e995e0943"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/starlit_crusher.json"
-hash = "7ab1654456785702751965e3ab897e12d6975990c3f552623a61f17fe3779554"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/summoner.json"
-hash = "dd4819a18ce2c7c62103b3e3b00cf6559ac1acecf420a43b87b1e87375c5047a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/tools/axes.json"
-hash = "eea105cb788733d57030da9339fba5870f7cea10c82f269b92df05fd9095d8e0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/tools/hoes.json"
-hash = "6113096e50190c1ba72e9e5af273a986adbd0d85e0579e23ac25a7cde9daa390"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/tools/pickaxes.json"
-hash = "4840da2ae243c695f52bc090fdbb505843f0ce75fb480c640790b8432b9da852"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/tools/shovels.json"
-hash = "029f4758028acd36f75b6c80331fa908425ceadb230a95e463dd2bea0e2f6f6c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/tools/swords.json"
-hash = "96580eb788bce2e3124cb5740babe460256b8134ed125a7714d5e13062904cba"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/wooden_tools.json"
-hash = "10d877d30a64ba68248e9d4d18e043a1cae95537533d6a7f98633e69f279bd82"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_all_rews.json"
-hash = "67e1dedcc334baa4a80abf5c44dfde8082e359cae4acfbd4c25c289ef49cb6d3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_metal_objs.json"
-hash = "e5092b593b03c2132b824cde638b1bde8ae9fa589739f96127a73f781d75fb9c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_objs.json"
-hash = "d281aa030525c2be1a950a0bf1ee88e9a1f4858b1e53d64eaa39c4bf113570ff"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_rews.json"
-hash = "6b75308281de7f783ac8e75043d9d31a2d8ac732b3af4c8d633a551db8fe304c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_objs.json"
-hash = "a5af152d8fdb3cdc5e0dc9dca941def05a763b39c0561741621459c40dda36ee"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_rews.json"
-hash = "1e7089a4bea1a98ee89c5ebbf31350d04b5aa5226f41e3d920553417d88d6028"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/cleric_rews.json"
-hash = "380e407feaf2ae905ca110f3344b366b1c2ed2f1e7bf6ebcfcba17b63d6310f0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_objs.json"
-hash = "3ff6330f5089bc7babd5e06736df2a1205b8f95c36a169cb4033e6f80a1722da"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_rews.json"
-hash = "817babe6a9205558894b175b17f148f263e1872002da39c45fd0e8ed2469ee01"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_objs.json"
-hash = "e959010cc9c7429079ebf21e52fec4f5aeae20632ee5b0316960c9e7be91748a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_rews.json"
-hash = "0714af7f3352f14fc4f10f81bbe75da4e7b3aba0ecb617cbed32702830dca7fc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/inventor_rews.json"
-hash = "1302fb9b37308e18d44edec2397b2bd47be21932cf7673595eb902eaa5488206"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_objs.json"
-hash = "af25da71bfed512136d642b16f0682f89813d1c34c329113f039f5ad3561bf87"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_rews.json"
-hash = "0bee597e4d8bedf9d60d3f3e5e220db0e615fa2846f02fd204976720da04bcd4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/mapper_rews.json"
-hash = "0104ee859204521d923d8f02c8a1f62b8996e39b5cdb37a0e2348b491a93b5d6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/bountyboard.json"
-hash = "abd39ed4ffcb57e2cea44fa1e5a0a26e14c7ea962ef813145a3e4b0398bae769"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/decree.json"
-hash = "57b7b74073297a5f3b53a09601e441d85d4c71d1b2b2f8cb49bfeb077a67932b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/cancel_setup.mcfunction"
-hash = "b58b377e1d64e8af1ff54f5e44eb02649d7884e9bbe72db8023eb8cf5d5b3e0f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/setup.mcfunction"
-hash = "ac3ce9b57ad14861eb4ea2967bcfa2ac5d2288572e0e38f7bd9b86ce68936df5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/tick.mcfunction"
-hash = "df3f01edf5ae5fc26a4a081d1adfcae80ef6b62b01dad90c5355322942738ad3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/toast.mcfunction"
-hash = "88917ffe822ff374459455da515327c9c20903e890bc77dc1bc15156026da7d2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/utility/disable_resetting.mcfunction"
-hash = "3776c9a710feb5dad67943b1e8272399e13c8b7a58fddb54d707da85e94767aa"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/utility/reset_spawn.mcfunction"
-hash = "a14d75b55752c6a6ff1a4a76b55f188cca9af1d21d2abca3e73f5ab6e00e9b7c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/advanced_chunk_loader.json"
-hash = "29afa74444d8dcd7038ededf067cfa2489fe40390790e256110a9d54cc6f44c9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/basic_chunk_loader.json"
-hash = "6abfc7fa6768e991921524104a74289855c638dec297d2a3757fa7a33d6d5e42"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/ultimate_chunk_loader.json"
-hash = "896630e28f5ed30da8e8e170252dcf7fd5691ce0edceffdadb57c59c4428fa43"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/create/recipes/mechanical_crafting/extendo_grip.json"
-hash = "4c0252e37a18166b90813a6056ed08de4c2fa7c65b52a3be65f5d957e7a10497"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/create/recipes/mechanical_crafting/potato_cannon.json"
-hash = "3e9de91d871ce4c26eda99dfaae6126358920cd9bf95c9e93e510697a413fab3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_ingot.json"
-hash = "1b0a0cb69a5e21d1660a03f626a0c171b598c6806e173d3ab3282040de7d3e95"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_nugget.json"
-hash = "21089c78adf69c4d7be5f7c818b225ad0abc609032516910ebcd6acc05432575"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_spool.json"
-hash = "c4fd8839ff1e72b059b26f821f0660093e96c67765711f7d3394f6b0c9e0936d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/large_connector_electrum.json"
-hash = "6f2d7587e19a4bf481adaffef44ad8622926efd48dafde0c2ad70be682f57485"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/modular_accumulator_electrum.json"
-hash = "1e4b740833a01c998e2af433fefe14b9678dc7af3c6d4711f52992da44522fa0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/mixing/electrum.json"
-hash = "1521b2ffc731158de7685d5abe5d24da2f03a0c295129c70c3923899c98f0feb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/pressing/electrum_ingot.json"
-hash = "ee4d2b9a303e7f7b71850ad75d077dba69631c235a45b4d2b11818d776b45220"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_ingot.json"
-hash = "698b7be133686625e675d3c21ecc94a9e2fbb4c7b6f39c010e4df6751ccb358e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_plate.json"
-hash = "ccd903c97c8012c4f51a46c0115e44d81475b16099fc2e11c9de070aad024286"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/badlands.json"
-hash = "241e3d244e122b04f59df8d349f04cf8efdb14ff7e982c1b23d77fdb8dd8589c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/bamboo.json"
-hash = "65df35cbeb8ea18b09ef7939620a63fd183567fc1ee569a8d73d04d9ed1d9310"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/beach.json"
-hash = "830127949c6fe52ff8be926ba413973935ceeeb4abb018f2f39f374b66dba002"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/cave.json"
-hash = "1b64d983005f00bb3156d63990d5dfc1515a661845c39469fbf1174b980ee934"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dark_oak.json"
-hash = "82538f75bde6d50f7527bc351699e1eec564c4cc8dea6927841ba14ea3048003"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/desert.json"
-hash = "2dc5a5f7540a4f2515bf1feec92638eebb9638162622c55e3a33ff2108a10004"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dripstone.json"
-hash = "6ded37f685e17ba15f3b3affbbe1f4ef4a39b90e055024f8e9c84ed0c643c31c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hill.json"
-hash = "8c3e802c374d796ef66d0cd4a124d3479eb98014824aebba1d568e59ae337aab"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hills_mountain.json"
-hash = "b733990db9b4f7fe0a7de013db148f2e69a3a08c31b548218911ed4012e13bab"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/jungle.json"
-hash = "50d412b869a74bc9560388e9d6f3453d5e01ead23b75b47f48c116c75d7ec2a1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/mushroom.json"
-hash = "23d72327792e805e94aece3b6fe5a35469c0c2d31abcfa829d532f77ef16da71"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/ocean.json"
-hash = "b89243a6f1f2042b7fd79c2e6d0bf9798ea59dbcc55b930d7d5865e6780beb6b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/remove_vanilla.json"
-hash = "30f8adfeb4a6f5911c0afd046cae5316f44dda1aced252167ee1ae7f0cd8796b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/savannah.json"
-hash = "299b1751384c922a0c3540660f7666ed62557846633e70ae81ea628c580e4771"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/snowy.json"
-hash = "05af6310649faeb0dc8e9b5a5e5c8e060670e5281e5f16e3daacaf4b3c30c15d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/spruce.json"
-hash = "170e1ec0e5782f192b7e4688b652690c18465239573fa075ab67ef4627e87b2b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/swamp.json"
-hash = "820c24a622b42dc90b3654de33049292afb836117c5c3860b6d964075f745775"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_farming.json"
-hash = "6d1d100c5f406b8b04d7c514096a02e92b0b119377b981ccd5331756fc2af59a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_farming_treasure.json"
-hash = "6b8f6dbf266f6b2ea9809239e0af707af61126ac481294faef0ee5f6b00a659f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_fishing.json"
-hash = "3d7e1faf4fa584467b8d978811364607360f759c56fd0d5616713df1f78df9fd"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_fishing_treasure.json"
-hash = "cbfaf930a4b0ee5865adffa9c8261b20396fa59a18cb122cf226aa4fc813c07e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_gateways.json"
-hash = "ff9c053f31d1cb6cf2163e9ccb915c9a6dd35c932598dc2642f5046f98127cc2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_homestead_treasure.json"
-hash = "4d48a8ae5a6570682c5e2ce2ab52539b82def4f155859d024820fb63e94adcf7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_treasure.json"
-hash = "93590e8a3fa5615f81948fb33bae4448f8b9477b2f42b21998d6d2ae978b6c76"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining0_from_block0.json"
-hash = "2cd3e9e8ada763a306a7ebf37fef823204ca89fd467ec1d82700833a16057fbd"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining0_from_block0_blasting.json"
-hash = "d3deceb74c599b42c23fc9ece6d88e390374be56dcf96c3a793dd5ecada53ab6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining1_from_block1.json"
-hash = "5168c3841993389d990380c0ec95373447e9a508abb472bfb5dc2702d4e2dcc8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining1_from_block1_blasting.json"
-hash = "e48f4407ced8d67b92712e4bbbc0bce0207db9d5454f182f5f5f7c42a4bce129"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining2_from_block2.json"
-hash = "d0de8a17b84b11d5360a2e9267f6a1b1256e949e15d8dbb2893f82abdd40d8f4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining2_from_block2_blasting.json"
-hash = "bdf47a22c12cd5fea845d7b40dc92842ae2e9ed9f6a391b0f294b3b6fc968f5a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining3_from_block3.json"
-hash = "e274a129a31786dfc3136e8802ec9cac8be97a97f1a97626632e94b213674ede"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining3_from_block3_blasting.json"
-hash = "7af5ed83948c2835790725cbbc6e8f01711d61ef3b3dbf5692ac4a1b2d183651"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining4_from_block4.json"
-hash = "8a3737d9baa3d6950eefaf84d7c5cd1c97aab7d622912780c30709aaacc6f257"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining4_from_block4_blasting.json"
-hash = "26369302820680b75669cd1625328c762e49a3a5ecf07cdfc08f9893de5caf0f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining5_from_block5.json"
-hash = "4c58974fc4d2ade0f5d56958de2f51d2b088cd72c764350c0d354eb716af852f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining5_from_block5_blasting.json"
-hash = "21b5fe77471cca20aa1c76c381128be0a5f45c083c8398cdbc29437ef268440f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/curios/curios/slots/elytra.json"
-hash = "c498913397b88a7b340e3141f73306a326697357ded87fe21d71645b8feb437c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/curios/curios/slots/necklace.json"
-hash = "fb829a39328fa756519776056f68ce5ca944b146a77f64d65bcf2b36bd3b7240"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/curios/tags/items/back.json"
-hash = "eb29e701d985bf48f4642e260b94137032547f9b316c002159765c4ceeda300f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/curios/tags/items/curio.json"
-hash = "33975eff3c2c6cf9000bce7825e1256f756eb8a353be7e9b7011bb4298f97a65"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/curios/tags/items/elytra.json"
-hash = "67bd43004ec841de9d5fe87da5ebb8b948e45b0c358da9b8acc49fc9f617dcb6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/curios/tags/items/pocket.json"
-hash = "63d279330a53ea57c4dc44804686eb34d6756eb1eb05ba587457daab8c9b39d1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/deeperdarker/loot_tables/chests/ancient_temple_apex.json"
-hash = "e160d7bd97fa97ddcfc64ddff1c39a38f41cfdd1db50c6067c021652f11f8678"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/deeperdarker/loot_tables/chests/ancient_temple_basement.json"
-hash = "d2879f0012b924342d038dcef00ffaa29d74b36bfb88f208392c61f3da744274"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/deeperdarker/loot_tables/chests/ancient_temple_fountain.json"
-hash = "7ec68f04f33cafd5a53ce21d9d5b746be53bb71ac8bcd0384bab23c5ec7b0146"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/deeperdarker/loot_tables/chests/ancient_temple_secret.json"
-hash = "c7c901b5fe94e85b6bbbf5590cfa975798ef5740ff4887947ddd5258279f7fd7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/deeperdarker/loot_tables/chests/ancient_temple_storage.json"
-hash = "f1b6e736427462086bb053110d11de5e65918bda52d7ab707f7e330b662fdde4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/disenchanting/recipes/disenchanter.json"
-hash = "e8b1dbf7234aceac50363cbdcd9666f370af06532680f8e92b4c837433fd6ac7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/doggytalents/recipes/golden_a_five_wagyu.json"
-hash = "52cc1e3a90032e46b2599f1ef2bf7d404acf4b56d1074ff5db384dd279d34bef"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/doggytalents/recipes/sussy_sickle.json"
-hash = "e1f9e7112ec2722725af6198ed84162215eb24a15a13514ef7c81b64115f0b1f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/abandoned_temple/abandoned_temple_map.json"
-hash = "06771c240dccbb2a11e084694c8b36e35c6927d7fc3c144ef9a33396d7b489ed"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/bandit_towers/bandit_towers_treasure.json"
-hash = "f02d2beacb16460e0f96618b34fdc9022fa31f9910fdeef60f17c13d45dc055f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/illager_campsite/illager_campsite_map.json"
-hash = "ff22ac488e1d4e38a53338c1d31c5426a9d728068b5561d3cf79c5343eabf7f8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_garden_normal.json"
-hash = "eacb59e7886e26050149865e6f00bbcd8f0eec1f3d03760524d13f75c841c29a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_garden_treasure.json"
-hash = "cfaa231934f99c26988bd91bc96ba103c848ba6064332f8eb005649a32d1fd12"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_library_normal.json"
-hash = "e27369bd557b2831b1a6092e6262cf8b24ba6b2d0a88262270ef866260eba1be"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_library_treasure.json"
-hash = "888ac2ead4eec727bbd8620af9a3be526ae6dafcef4e739394a23d3d7762a643"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_normal.json"
-hash = "652a331da6228e80edecadd8ab076c29cab6279cea63d74b7f332589d050e333"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_treasure.json"
-hash = "a172d13a145650344e0fc9376a854222a6965f8e821766a975382f563f9479b5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/lighthouse/lighthouse_top.json"
-hash = "c26831439cca3a2b71d5a2a70fb7063f3ad3b35190b433c9a70417190dd22b70"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/merchant_campsite/merchant_campsite_map.json"
-hash = "99dea14d5d447d13c5520837e86ef14fa8a4bfd697c00ff94302e230bef4eee6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/monastery/monastery_map.json"
-hash = "74aacace790b1ab38beced4986dfa70a890bf7e133762a6f53dfc4012b945008"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/mushroom_house/mushroom_house_treasure.json"
-hash = "2f0129a4a08a34d429b6e0ccf8f30a224a9d646ca083ef6609791ff7eb752bb0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_elite.json"
-hash = "d6aeac5fd23b83bc41d9d745ffb6057cb7082582d62552ffba39f2a6f9a0ad06"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_gardens.json"
-hash = "9ba484075ef6dc00e7534810bd48fe3ee14cc4625f420efc0193e54bc120502c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_library.json"
-hash = "d605cadfbb66a7b65e1659b690b861099fd7ce5dee8d864c1b6f26051c9b4bcd"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_normal.json"
-hash = "b54d3ed4c457a0dc484ece3dc5a404629ed68c5bdf38f57ec8de3bd0ff42699e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_rooms.json"
-hash = "4dd0bc974bc0b25a204ee650b80ada4b51d59648da76c03ec2d6a793a0e0995f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_towers.json"
-hash = "5e47ea408f7244de4432a708966d6c709f9c972b405e1da986dd905301bb2390"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_treasure.json"
-hash = "547fa9ba9e0a9500f0a7c9967c62674ca48cd76009e6ae8164fb493b807f2ec4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/small_blimp/small_blimp_treasure.json"
-hash = "fcdd640d7e595ebc428c170c13dd2f0f1f83c84e4d76e69a6834cd2e46742260"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/thornborn_towers/thornborn_towers_top_treasure.json"
-hash = "b34c37f17d875634cd430c649916f102af53512b32c5b2b41ee381dd45db3c49"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/structure_set/major_structures.json"
-hash = "43a0cbf23fb412f620f7b13f378c4049e6f9ba6cc2dde5977822ec18bcf9eb4b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/structure_set/minor_structures.json"
-hash = "319e6f8af4ee9364e9734b702bdf436fbfb8954c3166e64d66ba7454e35df339"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/aquatic/illager_corsair/illager_corsair_spawners.json"
-hash = "cdf0a65914ee4430cdc095da40ee0ce55052bf60fec30d819ea939bff00c9fd2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/aquatic/illager_galley/illager_galley_spawners.json"
-hash = "79ebcc2d836fdd703b6e82e0b2748914bdc7b666aeb7a4bad6e81c55d1ef3951"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/bandit/bandit_towers/bandit_towers_spawners.json"
-hash = "808bfb253ea51d8f436380be4dd7d41a916e0a178a3810e6e7fc9f6f09be9d29"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/bandit/bandit_village/bandit_village_spawners.json"
-hash = "78c411671d45b469f60d7805ad7d49a10e2c147f58fedf2d1f9ebb284095dfe5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/bathhouse/bathhouse_spawners.json"
-hash = "fbc9d51e54b77a966d46c3da37da52212405883f267a20b3478e6f515f3c51ea"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/campsites/illager_campsite/enemies.json"
-hash = "d752bc571e9ebb321641a85d9541ea8d13b7b4b06a547e1d50b334417ed8e706"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/desertic/shiraz_palace/shiraz_palace_spawners.json"
-hash = "756c6f5a6ce214b146d8f6e64e93000ec8338410a4be7726e0a04b525efef960"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/eerie/aviary/aviary_spawners.json"
-hash = "be641abd3d545fa2124a186e1217b7fd263236c37a834231651e24e4b0aa4fb5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/eerie/heavenly_conqueror/heavenly_conqueror_spawners.json"
-hash = "aba0bd89ecdbcd302d0393556892e63c50d10eaddb2048730263bd86c8944c94"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/eerie/heavenly_rider/heavenly_rider_spawners.json"
-hash = "d7f046c14324f7ea52d8fe63f69f6dc1756c265cb531c7f50068c0c392bfc1e6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/enigmatic/small_blimp/small_blimp_spawners.json"
-hash = "22970b3efb5e7edb194f5198bf7aa0c7f09982123f01d0d6143168c9a30a84e2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fortified/abandoned_temple/enemies.json"
-hash = "a7cdb650af68ec98ea5e28a1788acee897314b74904ae9cddfe8e057bf74be47"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fortified/illager_fort/illager_fort_spawners.json"
-hash = "f171bec1d94e37e2d70e740604788395fc213d910d40d729ba416f1dddbdce98"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fortified/thornborn_towers/thornborn_towers_spawners.json"
-hash = "d569baf945f40ccef0ed5e2911305dba84cc3b41ef3dc819b9d210c7c0efcbfb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fungi/giant_mushroom/giant_mushroom_spawners.json"
-hash = "f1c38066ede18040b48cd9676437da85da5b19e4f9842dc3a844528f2b216b0a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fungi/mushroom_house/mushroom_house_spawners.json"
-hash = "e64e69d41851ea96730266c3dbf6ba5fa6d777ce6c1a042e8d2bdc1b4916647f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fungi/mushroom_mines/mushroom_mines_spawners.json"
-hash = "d98d23daf4abd9e706dda17442ec297973f6080acafb11038e45ac5534e29941"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fungi/mushroom_village_old/mushroom_village_spawners.json"
-hash = "709dea16395d2a0818a0b975f69e4e953447b5301b24950627fb5f8b0b96e0ac"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/greenwood_pub/greenwood_pub_spawners.json"
-hash = "ae91153e10d26a6584ef6818862a62af58b3a5baefc444a40bf558c39df5011f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/haunted/infested_temple/infested_temple_spawners.json"
-hash = "fc9c78bd066c322c8147296df2418ab6124f57d8c4b03be6bd251f3e2e90b640"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/haunted/plague_asylum/plague_asylum_spawners.json"
-hash = "fd7dbfcbdb5d50335405df63e5a44ad78bede3ecba3542dd2af024766dc47b13"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/jungle/jungle_tree_house/jungle_tree_house_spawners.json"
-hash = "677fd9ad4d35a07ce11e1b8c096c4df57491e0cfc45cccd48c2e8ebe7892a923"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/prairie/coliseum/coliseum_spawners.json"
-hash = "10630b8dc2e05f9d0412b217b656545105e79ada5edbfb330b4295b501ff6f45"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/prairie/fishing_hut/fishing_hut_spawners.json"
-hash = "92a69ca30a6e236f9036c0171914fc12932ab017966902416321f8e4a50d6bda"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/prairie/illager_windmill/illager_windmill_spawners.json"
-hash = "9354fdc5b9481cee9f0aeecebc13a22f081df88d4e5dc30a3ce26021d71bc5dc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/underworld/foundry/foundry_spawners.json"
-hash = "f685023077546cf0c0dc26d06624e54dc74f1d477b84a2a130af5674e155d4dc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/underworld/mining_system/mining_system_spawners.json"
-hash = "b8aad16cfb9bf02fdfdb69d7f8b7851a58521daffaa2ed66fed8093e1d0b7333"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/underworld/scorched_mines/scorched_mines_spawners.json"
-hash = "6650825352e93f104d239b9f8f4e0e0a685be8aad8e187acc3e2fa49e8e0cfa7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/elytraslot/curios/entities/elytraslot.json"
-hash = "2ef30ad73455283356c196badda6f5556f41e27f302e136404125f24fe1d0437"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_abandoned_mineshaft.json"
-hash = "29973a8bb4d3ff32e226b6df55426191f2c9c432b7799b8dfcd997d1376a1b17"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_hoglin_stable.json"
-hash = "ea57671a6f1367d14d92ced948e2518448d1b34ed17b4d1200712522c1c0148b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_treasure.json"
-hash = "a648001dae2289d1e0298675fabdddce73259dbd9b8eb91315af168bd173b6ab"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_end_city_treasure.json"
-hash = "cad540d63b66ca8285c02aa6afdb658d2f995039968b94dd6615937b8df5823b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_pillager_outpost.json"
-hash = "0d2c1b92bca800b549e6f600f1936f612ce1b96679bd6c9d1650333466de96cb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_ruined_portal.json"
-hash = "f5dba554245ec6f1c395db296d58bccd0dd7c3ef2d855b04a3fca86547e763bf"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_shipwreck_supply.json"
-hash = "d4ea2e79324120d0eda97ca3f1c5f2373fc89cc4d6cd0e87773c3f284c5ffde9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_simple_dungeon.json"
-hash = "e879ba5b70c3f78d9ac6834c57ade5a70bba289511b96c9db0ec61f34dd9aada"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_butcher.json"
-hash = "18fa8a3db57f60c216aa362faf56076310f74a3a3e24958f522aed38761f17c0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_desert_house.json"
-hash = "bd8e4b1bf581a184fb49d29b9128f52df0e1205336d68c63b12ed6b18254445b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_plains_house.json"
-hash = "9dc0967195a08df6e50617057905e4881dc07adc8228efa52f6d07083d76e96b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_savanna_house.json"
-hash = "eabbd779ca3b0492763340c6e4b3af234f5a33d6bf31787e2d4ed1b1e5545696"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_snowy_house.json"
-hash = "ab6d7a6c781b0b50cfe1e92d1b1273964030ee476be958ee496582d4abb380e1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_taiga_house.json"
-hash = "05dd5e3bd846908b162627549081029816da1eea36f0b9bcb424ed4701a5bff4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/create_fertilizer.json"
-hash = "85ad0d7448ceefc9c65fc98a201f6f7fbb809cf37c35dda285067ec8bfb8db86"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/farmersdelight_mushrooms.json"
-hash = "07c44f06a8db3550781431120bdf900b9a708b6750b1b9a969b06d43267517e7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/farmersdelight_seeds.json"
-hash = "ab57cbede32de9fa449f66172bea1579fcee79f0ed4154da85fcd784c023c54d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/farmersdelight_soil.json"
-hash = "e07a06102f111a70cff785c1588607c2b401452551d96dc55013b16a4b037dbf"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/farmersdelight_wildplants.json"
-hash = "22071939056f9c94818f10bc29e1b0ee3a4603e0982ed5daf7112ae91f901989"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/farmingforblockheads_fertilizer.json"
-hash = "e13ad3beb3548b50e128639d884d003e6ed92822560482c54deaec8ce3bc2fd9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/minecolonies_soil.json"
-hash = "2fcadd2b6ae3e0932f3e112b4c76c68f191a3cb65ee23ccdec241028a33126b4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/nethers_delight_soil.json"
-hash = "c8f834b532429cbb57e76b58ec093856805b52257bcd28f5b268bb254396dca2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/supplementaries_seeds.json"
-hash = "e98e9366ecdaefc76aef683f91a987b206abe2bf6d9760c7df198175785ca1db"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_animal_eggs.json"
-hash = "a85d680706ebeb300c6e233bf59cd151f16780d0787a431c7645767747191b3b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_bone_meal.json"
-hash = "1f8dbb5805da563aec42a5367057b43bdcc1236bfb4b723bf5c03fcbc1785698"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_crops.json"
-hash = "e4ab0a2bd7eef47c2a983e32cb8b36817ebcf191db916b591ec4fa59e236a242"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_flowers.json"
-hash = "ff29d23d72e12bee06592c3af901dc52cd42f60939fcfbe3ce106c9c67fea256"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_mushrooms.json"
-hash = "511d54324756d185c46398296ccf1dfad972d7c9580d95ea24c4c64109dd94d1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_saplings.json"
-hash = "c82a70e6a7504944071076866b8864d64ab644cf7321fcfeaf78bb1c2a8f0820"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_seeds.json"
-hash = "054912c1dff65c8be4e5d6ff7a9ae78213f2bf7e1cf3d3f7db0e592c03673b3d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_soil.json"
-hash = "bf05c76d94048993ff4a3f43cef94593fafce285811b9e03f0e2d071f9eb2627"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/friendsandfoes/forge/biome_modifier/glare.json"
-hash = "a5d96b98270daf101438d3cabf6d1cab53b1d83d14d8d98759fa81ba2efc6f62"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/friendsandfoes/loot_tables/entities/wildfire.json"
-hash = "f122604684e74575a167ccd723d3e36b73f603fe762376e80a7cbf49623ca937"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/basic/blaze.json"
-hash = "0bc00a9207a15232021ceca5fef1d56584cecc13a92058705bb90b0b41ebed29"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/basic/enderman.json"
-hash = "037a15a8a57ed8224a40302fef960ca756aa1762d37d6632fcd5c3fd1f6640a1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/basic/slime.json"
-hash = "eb1af46feff596e8fade8501cfb2411aab13163f47dc8952e0a3ab7d0dbc0774"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/basic/witch.json"
-hash = "211ecf1737a44648038f0c2bdb3a8e55f8a80dcde5cc26acb4953748c2dbac68"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/basic/zombie.json"
-hash = "26f80dae970a0dc0dd26012461a561aca795f1c6f6077e53dae0a7bf5b36e383"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/emerald_grove.json"
-hash = "11f02d252d9772c51921c4fb85c12dc5e59bb81a2f97c43f48c79af2f10c307c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/endless/blaze.json"
-hash = "7c331177cf2b19b381d75d7eb0f4c1317e672075d0e88a51edd559480cf8b915"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/endless/darkness.json"
-hash = "b426ff8b7eabd376a656d06587093f24c0bb598b3178b01659cfc93b68ce7cf0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/endless/labyrinth.json"
-hash = "710c203a9abe3959b935dba2cc5f47d9820074f9566b4c1061c29e0ee5c0858b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/hellish_fortress.json"
-hash = "b827b689b3c3d720ac189347ec96e5e53eb8721e7f2f4536582f8f1bbee85d25"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/ice_maze.json"
-hash = "632baf6ea6091bd172ee32953fddd84871d4ee5552bc6bddc41ab2760043200d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/illager_invasion.json"
-hash = "8842f26abd1a5b4987dd9bb9a8285aad6a2a55ddab9d09d4afaebba03c66b4fc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/overworldian_nights.json"
-hash = "9c7a5e8de705fbfa65759559cd6546f8a7e167f2efaf05dce5769efe463ef825"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/basic/blaze.json"
-hash = "14d8cbdc1e4de6a4569b7b9a49d55f2379e98f735e37da0ff173e19e0275665b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/basic/enderman.json"
-hash = "b3f63ac41db30099e6ce2a7228c018de28bf9f5403672ff1c65783b7d663b03d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/basic/slime.json"
-hash = "db75461abc84364293c9af39f7e67795768e68223c51028a9ae018490d7d4e9c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/basic/witch.json"
-hash = "53b8e43e8d85924f769621b5dc0180eea235801d9c54182a312a4d0e381a16ed"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/basic/zombie.json"
-hash = "4484ebc9fb96054bf92b88d325e734919bdffb01ffc99d143d5d675ba13f4bf1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/emerald_grove.json"
-hash = "738034acbcb93ea5fd040454fcbaff23e1e5ed1d653e5b09a2092e6356d2e8b6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/endless/blaze.json"
-hash = "9b72372772198357d4fc3c5aa3e29217ae0a6aa8bb13218f4162c1ede6873364"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/endless/darkness.json"
-hash = "085a7392e960d39c8cece5df0906d0dee6a1ae6abc4ec1fb5b4011739c8db6a6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/endless/labyrinth.json"
-hash = "c6ce2c8616743a453ca1d32a2d522aba66b6d38bc0395659de042972b00e243a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/hellish_fortress.json"
-hash = "83797896761d00d16d23f3222640cc62f14dda7ab93209ee7793e3bb667fed92"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/ice_maze.json"
-hash = "26aaf77bfb69b0236ec653ab72d06ff1420c5f694657c94c0c21520bb2c9c414"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/illager_invasion.json"
-hash = "a9bfdc78493082d529e4a96eaddda0cfc176e4608ef41841a8d6e5ac50a25eca"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/overworldian_nights.json"
-hash = "d5cca5a8f46ef1ba76eed5ec0addb80874a3a2ef0e382dbf8ff922bad2b8c10f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/goblin_trader/common.json"
-hash = "fc79def30a9dffa5a844f03c01cf99bd8ec63a6064c479714b62a1edea76f466"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/goblin_trader/legendary.json"
-hash = "e3709cba915910491c621b8e4faf73ebc2210d41917079ed69305c001c9fb768"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/goblin_trader/rare.json"
-hash = "220f41f7636968978f55f48e6b21be8881b2b0b6c54a38cf2e07c4977f4eb3e6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/goblin_trader/uncommon.json"
-hash = "e3e2fc96d9255e1953ef0fe05742d8e5ccf3acaecdb47e12ec96698daae4b167"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/vein_goblin_trader/common.json"
-hash = "ad856025c398aadc374a03d8ebf352c5846a4b92cb72233c5f4cb7a1c682ebcb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/vein_goblin_trader/epic.json"
-hash = "8ae517dfc57b8f57d82ee203aace770410b457832c2bd530e6ddb0be88a0bba7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/vein_goblin_trader/legendary.json"
-hash = "90197f150af032de8cc20338b712f71bfd2cb9f24fba49514eebed34d1da0777"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/vein_goblin_trader/rare.json"
-hash = "04ec2c402a519de868df48e3de254ff73673ff0a90687fdf25f978a69fdd8101"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/vein_goblin_trader/uncommon.json"
-hash = "d24080b8710ce266f814dd533058f7fe93b7d83ce80c8e0026bfa86321d083f6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/black_sheet.json"
-hash = "bb5a3d4a40eded3b7634d01a362a35d0d4883ed7546f28313bc9f62737178b57"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/blue_sheet.json"
-hash = "820ae94a69640038254e1d5fb24f1a0c6f489696856d87a856ad199335e6c30b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/brown_sheet.json"
-hash = "1568db267919d34d6e632029b0760f5ac7e882000d2dc5db84eb923a627ed815"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/cyan_sheet.json"
-hash = "7d097e2c82c4dec77c427733fdba81fd256b07b0c357aa27086af500db411f21"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/gray_sheet.json"
-hash = "bacafc5bfe57af64e271569a962e92a84463ad1730cd1f757a755101d3908203"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/green_sheet.json"
-hash = "cf94448caccddf87209952372adc232beff4e4cfeb59f8a3109e127c210b5e4e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/light_blue_sheet.json"
-hash = "921a5effb7a8d6f054cca51137a1a52f3f3f52b5b806b7d22f2e55ea22b8243f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/light_gray_sheet.json"
-hash = "c0303d54217ff76d209d7bdc1be4ae46e17825c078fcecc0a78daa5c28ae9ef6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/lime_sheet.json"
-hash = "8cf737ea875ce87cf0151429ef3cd6f8fe06d94d67840cda8a0503ce4809bb37"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/magenta_sheet.json"
-hash = "2f4db6a359ded3aa92b6a03b2e4ed63b62759163a483c35805879849f2e518a5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/orange_sheet.json"
-hash = "969f5a18880251ef7f4e7f250c407e7e089da5fb160ed243f3a1188b4717ab20"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/pink_sheet.json"
-hash = "f73c904ca1c1077eee3b91b395cc2e174f3bbf352017e6760127f551e8cff695"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/purple_sheet.json"
-hash = "5837fcab6cb5d776ccae16ae06495af7b1a120d8e15ad14f501b9da3648428b6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/red_sheet.json"
-hash = "310199b6e3b1ad2559dbdbeebf059a7347b9008cb565a76c7d4da07db6848a11"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/terracotta_plate.json"
-hash = "df9ea3b1be29d4e0ab73c5e9869675e18fb719f17bfd3b9dfd187e5b26e8e4a7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/white_sheet.json"
-hash = "d763c5cde84d6f8d588c97c6516fc5e7c39f809ec9220f158480e26062df7501"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/wood_plate.json"
-hash = "62f7953acccb69fcc806b699e10441da3ed6584982372c5fd6c0b4de4e195f45"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/yellow_sheet.json"
-hash = "b67c2eaf84b6534f081ef2a75acaf80d170ea1654300861354859b1cba59c2c0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/illagerinvasion/loot_tables/entities/invoker.json"
-hash = "b5ffd8a2033aae09a9b39a512b2f2f8fca0c0180551cadd43a3a2191fbd3394c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/illagerinvasion/recipes/imbuing_table.json"
-hash = "90332c36e0a31ea24babdda0d0bfaba09031d963116cda26c8ca3cac800d7698"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/illagerinvasion/worldgen/template_pool/mobs/inquisitor.json"
-hash = "24340f4ac3c4cde5becd798705d01c63eaa08731a94ae98cea9749b772c1ebc2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/illagerinvasion/worldgen/template_pool/mobs/necromancer.json"
-hash = "24340f4ac3c4cde5becd798705d01c63eaa08731a94ae98cea9749b772c1ebc2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/blazing_hatchet.json"
-hash = "95bfb159784d0bdf4b2e54f3f990a7f50d7c3803157485480898e44a24919f55"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/chilling_blade.json"
-hash = "c920648157724d0b7e0ac69c58926c3882ce56728c2227e1bc5215957b6eea01"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/firestorm.json"
-hash = "78069aa7ffa9bae958c9d692f6d53f88a7576f2b008120780037bffeeb0f2d8c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/greatsword_of_sacrifice.json"
-hash = "9431282e6be9eea37c5c64c9cae95507ce3d63ab6c7d5732157e75e1484c4edc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/multiplex_crossbow.json"
-hash = "3d2c0e89c42272d21396dd7298643d78572a854922846cec2bf9941aa7dc85ee"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/ragnarok.json"
-hash = "622b6f044f698092b9b390c5d51ed1a424aa703a0645cfc93d19a3c4af179cca"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/scarlet_dagger.json"
-hash = "62630b41e53f387662a18f8df2fa569b679087514a738cd1871eb477bbb51a08"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/sentrys_wrath.json"
-hash = "7d3680cfb3f30cc3819306a0f626cedab05b79bd638aaef6a8949e6439bfb5b6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/trailblazer.json"
-hash = "caa437fc7c7d9349ce5db507d2ca689478694db3b62571eef564b0ff0c70b189"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/voltaic_trident.json"
-hash = "54a3d4121007763b099b29b4777030fa289c1743a2d6649896458612a7b35fc0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/withersbane.json"
-hash = "ec35613159ffee1995aa6cc393c7d0def981faf5e881a47c7706c6616d3b3f5d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/levels/functions/levels/levels.mcfunction"
-hash = "35f4c0527e5f2fcc806dc1f770e16588fe0523fe93296a27c40df08d49fd342a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/levels/functions/levels/load.mcfunction"
-hash = "ca09b48024deba806a6dc9878d1448d12351fda627240ccaff23bcde314b84ff"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/entities/lightmanscurrency_default_slots.json"
-hash = "06a1494607aa40d4584d1593d72c572efef53073ab5466cd0768020ca05bf704"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/slots/charm.json"
-hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/slots/wallet.json"
-hash = "faae38b8836e25973c918aead1dc1d234cebe79ab99cd6774d565ad1e8e3a0af"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/lightmanscurrency/recipes/coinmint.json"
-hash = "9eaf0c9fd4f066b4f57f34010db77f240eafbce5d72c7bad44be07134a293052"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/default.json"
-hash = "96eec7c6332dca68f164699c00cfe0cb6b00ae130a7493915d74c772e8714124"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/default_2.json"
-hash = "acec24dd35532593266e8084a5a56dfc7b787c035c69574d2f5ada735892831d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/default_4.json"
-hash = "e089ea23bdd2e1f21821a85c4502e402899171003fa6f0a9c943b694893365e0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/default_cheap.json"
-hash = "cfbb0c565069d7917b9da2819a143a3df4e2907fea065d858e9690fc1dec4e8a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/forge.json"
-hash = "33e389a9939ef89f8bd9cd81abbbc135f97fa51e762f8f97ced26deb46f1b315"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/library.json"
-hash = "4de0a8d4903fad5ca7d3b0a70c038db2bda8b591d45bb4f6515c8ea91d79b813"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/nether_portal.json"
-hash = "7b33536de456656581dc72b074613c81c9b9b166b5afc53ccfd129ea8a42b558"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_amethyst.json"
-hash = "04176892e5bfc466c47c3bb980f5231906fca7ded6059af470ca9790ef6d9dd1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_bee.json"
-hash = "235cdada327a4f3560e13ff891fb63863b02eccced2130874c1cf44092091b12"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_default.json"
-hash = "a4724e5ab0bb97b25ad502b23520330813b9701c7d4f65dc43ad49ecc62e5f09"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_default_2.json"
-hash = "7d413e120c97d787eacef685a48b7682695e15373a25f25ce109f75f08efa836"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_default_cheap.json"
-hash = "2e8c7c5d6b888ef75378ce85ed7648ec44a3b228997674583a8ee1fccbc29fef"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_slime.json"
-hash = "e7dcd3259e6c6987934824ec829eb5d9d94c6607c7c812b1d855f4a0ad89b828"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/diamond/dirt.json"
-hash = "fa8aa1b0862cd65532bd6c145d69cc14caf6d05d497eb983eae2336c68fb8e7e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/bonus3.json"
-hash = "fe378bab7af04f359e4a85f8e09d80c014f66cc89b78e9725989fc72b8998052"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/bonus4.json"
-hash = "1b23fee99c974314d924eaff6aafe0f2f6b0bee7974a96aa9afd197a2e7502fc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/bonus5.json"
-hash = "41c58697c295a15c07e80fae5a05e9b2b2830658190c8d52e048b04d415ba854"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/fish.json"
-hash = "f0da4ad1932a97e4e9a8ae1686019bb4fc72c910397c5fb8576eadeb8a4e426d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/junk.json"
-hash = "8aa8c80593d758449191eb4ad8efb37ff99d826e55e6f9f6fca3342e0dda5076"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/treasure.json"
-hash = "b0724372f0c50fbfed4f8e4ac75042565b94d5caa1f3de6bc79b6e8e8839f5a5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/flint/dirt.json"
-hash = "83a686d7e7dfc8aff76e288ec9f5e1eb8afeb6de924f1db1a9de8a69a78e9e0d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/iron/dirt.json"
-hash = "1be1c6103f693efed4b193b23f9660e8a2041d63d95c2eed2f21ed37d0ec1922"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/netherworker/trip1.json"
-hash = "f4813480d9ca9cc5fbda24cf927c0eb4d6424b83ccd551a44eacadd5378ccedc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/netherworker/trip2.json"
-hash = "feb1a94cae440039c91a0e6fc555bf8e3d5f09e18a136b860b4adf683f7a9bee"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/netherworker/trip3.json"
-hash = "57c53ed353925c70610e703d03406895558126de07ffce7290860420c8f2e493"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/netherworker/trip4.json"
-hash = "9004848d0147de807ccea347bb9daca37b244f84ee082f4384b9eea025094f8b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/netherworker/trip5.json"
-hash = "393854892594b2eca8af70f21aea73bb63559e250361ed9e6eb2618cc80264db"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/recipes/enchanter1.json"
-hash = "b0eaccc6e6ce19404086222e96bb4d4bb420143f36ec94a7b4c5cdcb9cbc0771"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/recipes/enchanter2.json"
-hash = "4412418ee0858e7a174663982fd644cc37f9341fbf2362b84cad47d0f3280493"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/recipes/enchanter3.json"
-hash = "9bd46b23fc8bca3be930b8ff0538fc362a743ef63369bbeb3b21dd43ba0833a6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/recipes/enchanter4.json"
-hash = "bd5215d69d7dceb0a968457c20e2492c1dbe7fc448d01fb5f08f3fbff112702b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/recipes/enchanter5.json"
-hash = "46ebfc3984db82585dee22abb6274ea2efed045a306e41f68860a645c9eb473e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/string/dirt.json"
-hash = "4c05550468d9e46afd08399fff0256d487244ed8a1ecddf575109fe3855c683e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecolonies/recipes/spear.json"
-hash = "56ed41d04eb9112e94cb546e307f45c3f56fee4e8d23cdc5c94dbd23fe262d73"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/abandoned_mineshaft.json"
-hash = "eca268a47fb60eee4157f765d22ec4f592365396374411d510b22101f823be65"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/ancient_city.json"
-hash = "50df1333068eaa54bfb0586d70c727c9fd81305ac2e1ddfe3ac48312e7e087a0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/ancient_city_ice_box.json"
-hash = "96b3fb4c4ea6ea0ebc30d42ffb5da4a5bf251519cbf0b2f7dc6e241ab9a8e479"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/bastion_bridge.json"
-hash = "82f1febdd5b4d90dc1ca4f09867fade8aabeaa52b283bde817b23323f5976bca"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json"
-hash = "a4ab313a843f17ca601cc2268c66cd94d95f2437ac0f6d0951bf36b134959b0b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/bastion_other.json"
-hash = "5e3ed9ee72eccbe25347a952aedc28de503a305d406fadb65fe5a3e786b28cf6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/bastion_treasure.json"
-hash = "346059028253452afd34958596af07464eeefb622b25ade1df090bdbe7e12289"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/buried_treasure.json"
-hash = "d4e28680aa790c8e520f23a75f924cb94b8da7ba22e084f8d3fbec134f00a513"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/desert_pyramid.json"
-hash = "891622511c931349c0ae8abf3f810aa8741365a55c1b3154b4e5d081abcf5abe"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/end_city_treasure.json"
-hash = "2ff32ba96291433fca207edf9bffd4c600b99af4307098103ee8a4d85dedf792"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/igloo_chest.json"
-hash = "c9e20e310458c59f5b929b323c83e4a26668abde6c5f7d8ffb91523c8b440e19"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/jungle_temple.json"
-hash = "6357e028a887199d9a21cdadd2700336402d0395336c97573d2021e9668bf634"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/nether_bridge.json"
-hash = "e75891ea153567846c39da0d1563e212d560780af4600977d6352800a68d8233"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/pillager_outpost.json"
-hash = "420742d3c14a5ada0c9a431f8ef728b04d8808323b061569417dff5cb196591b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/ruined_portal.json"
-hash = "dc67978cdd90e934115650282d6d968423a268406019211cc3d01bb42cc2ec10"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/shipwreck_map.json"
-hash = "4ee2776b71535d8ece0b743741a91d1de6b001502abac60d0d8df19580dcf27b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/shipwreck_supply.json"
-hash = "c461056b5b61e490b167c727d790e8f5efc5f10c8fad078dda8b25e229c5c982"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/shipwreck_treasure.json"
-hash = "68c7554249df4a2c89d5e9e749cc6a1bbd062f21cfe111dce1eae55873ddabb7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/simple_dungeon.json"
-hash = "367bda1078adb1cf3e5da24a886252b9c641ad8dbc0942f11548fc8fc4db690e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/stronghold_corridor.json"
-hash = "362934c916b38767d3f0cb54b22a7e71dafca843f7db51fbfbff5c782ad0efb8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/stronghold_crossing.json"
-hash = "0a125b1f6a52cd46a22f74474e6731100896fe1eae74468b2ac6a63730ab5280"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/stronghold_library.json"
-hash = "89e4adaabd342b114f1595098f8678072c5754a79386eeb55afd4869a17428f6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/underwater_ruin_big.json"
-hash = "5e89f2599643301d12a44565b9073bbc8491516fc312d75c6fe64ca3f7bfe87b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/underwater_ruin_small.json"
-hash = "3235247a9ad133d6b76fc497a6130251331cf6a27a5cafac85aebd0abeb04df2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_armorer.json"
-hash = "a019f8d733be717d3d3a11d164459a7c7ccabb2fa1f763a220b75613d583352f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_butcher.json"
-hash = "90419ad446c3c4622d7c8cfc2d4bd0384ae2a7cd8478b53c3d2946015e4f1827"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_cartographer.json"
-hash = "5dace752d72669a1e91ac7e9f042a2f9b403cf51dd8572bf055fe1d600926405"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_desert_house.json"
-hash = "3e132ed7cdafff00c26f38bcb2226609ddabc8742bcd5c55a7b079b2b1be7fd7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_fisher.json"
-hash = "04fd8ba639add2baad1e6167472316ae7b2bef01543958239832e12a2a15877b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_fletcher.json"
-hash = "7ae5fad932b5027c9a349019f90e3a6ec08ee932fc10d5e81ed4b21a82a15bcd"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_mason.json"
-hash = "4e86d171b55d45696809e193ae470aceb98f1364a5f4ba0f15b71860e95e31fa"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_plains_house.json"
-hash = "26a5518fc0347fd18939bf3a569b57d125ebe4ca840f0a04e5fd376537584643"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_savanna_house.json"
-hash = "3d40c01704223b68b62f979438cb88fddf210d578f136841c3ce3e51aea70692"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_shepherd.json"
-hash = "0654f280d6e405d20d3b87cb6e2f376435b12475b8d2e841cf971dfcdb971145"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_snowy_house.json"
-hash = "e728e22959d329b3d31a8e27571e83bee3d89747443c9befa180edb44b93c1bb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_taiga_house.json"
-hash = "880e504e1d88d37950d02dad079b943f20a5ccbdfb167fb7bf6eb04c0e7fb261"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_tannery.json"
-hash = "405a8f710e3910dc04409e8eed13217bc6750975c468cee36d97dc45dbabd3cc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_temple.json"
-hash = "154945d4f78eace0daa376fc394de15a25405b1bbd88bcfdc3bcf9402b2e85b1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_toolsmith.json"
-hash = "2847d1ae62c479287f639069a89bae0c37a7905b12a37ffe65b1e661022b7f97"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_weaponsmith.json"
-hash = "2db19504d631bfe319616f46ad2967a084c883bf8722ef145d9f5cd9a1df056f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/woodland_mansion.json"
-hash = "66676e31d1ee8c520fb72118f06129eb175772d6a1afdf5cbbc2a9beffa6dda5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/elder_guardian.json"
-hash = "5365b6c2f3a4a78a77213bf32cb29e6eb2a9b6ef38b5c3c8581e4e3f657dcc4c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/ender_dragon.json"
-hash = "b9817e54546335fa3ac061b6cf880268f7c1db7847601504563392eeb524704d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/enderman.json"
-hash = "563b12361bb06c8c936de6de96630f65cc719abc48c72f4689e0d1ff31864957"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/guardian.json"
-hash = "62f09ac1f49d3ad04e1f2105ce0c7101bf699a07043714249bcd78c4b5e9d840"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/illusioner.json"
-hash = "321f2d711fc3103bfea1422cf54bb544086488bfd657527f50d2bca4ae92ebd1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/warden.json"
-hash = "9b085df510a5f71d66f72e929ae8e58d9cf6689e2160f4247ae210b9bfc2910b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/wither.json"
-hash = "8bff309ce20b2fb5abaa04ef57a7c31194cfdcd7eba04745285019801eb2a7f0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/tags/entity_types/raiders.json"
-hash = "9fdb4d7e0a2c335df08319a7c3606dd1fe06bb6341509611f6e2ac6a25d93de8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/tags/functions/load.json"
-hash = "4e6c0527550f2dcaa585b8bbff2e62b6fdb7de6af255be8f8ca6d2ad62024a8c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/tags/functions/tick.json"
-hash = "fe14df2382eb13c665ce73f203cc5b5169c13e3ea202e0d359726dfb00cd51ea"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/weapon_attributes/trident.json"
-hash = "b8c91854160b5938f2d29b581e786cf84ca0490956df072f4d76957f5fde4cf5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/badlands.json"
-hash = "b47a0c4a853a3fbaca2ca9ff1d7589efbb55624cb12370c8027720bacbb88049"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/bamboo_jungle.json"
-hash = "34cfbfaf3623a84e012cdc5431621ff2976b95923c9ae290e802eb48a337b554"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/basalt_deltas.json"
-hash = "1d0aa2b6b80cfb98dd0c95e305e7457c126efae537f4160fc5765739f685840a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/beach.json"
-hash = "3ce4a3313c4a4c52d5b99a224c437b41a13ce2ba28a5a8c66e5fc1ed94e2aec8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/birch_forest.json"
-hash = "69d679a129508cf99ef6853e76e247a0e1fa2484d7558fe9922ba967e18b2815"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/cherry_grove.json"
-hash = "3e9fcb9f514bb19f9d85a0c638ca22c472388504f309329bd7f360cc0b6e4343"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/cold_ocean.json"
-hash = "d580d21926e632e21407f913fee3ef4ca1cc3f456dd328762bb09c7ef330c7f5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/crimson_forest.json"
-hash = "e18e4741d8e364de269a8d0a5e11577055fe88cdf24a9b34b101ff6f9a3fd541"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/dark_forest.json"
-hash = "d91aa5a120987a168f9d9f0842afa0f2e1d2301e493ac12e8759cbbaac40e40b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/deep_cold_ocean.json"
-hash = "e68540361c5a9c3f56fbf16d58670f1961677eb71a0c2cb27ebcb01f210281dc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/deep_dark.json"
-hash = "ddd99bc81781002cbc4e4d4d210182016d6fb07272440a3230cb19811befafd9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/deep_frozen_ocean.json"
-hash = "7a6b1908082f8c90fe9a9dc0ae995d480bb1c434caa6dd2300d34647e16b027a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/deep_lukewarm_ocean.json"
-hash = "7990e8be4741defa3495d04e9dceda6279d2495b398b93257fb8ced6524e7faf"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/deep_ocean.json"
-hash = "e1ea0d67036ec61691cf1e6ed12b64d1518b30e5dd46ff815e383ac2d98e5b02"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/desert.json"
-hash = "815279a92ad35aa9d6b6e9775077715a1abca53bcd5682254c83b9935433a491"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/dripstone_caves.json"
-hash = "aec32b15500449b8131f5eb218fa2fe50ec5d0299d853fbd2952e23c83bd051d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/end_barrens.json"
-hash = "ecfefbbc830e6a38a2e477d9150e03239dab02fce4855f95ab83c6eb21a7f8d5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/end_highlands.json"
-hash = "edafe2f82e25c9b072120d70c7956cbf74c4425a19395d5c4bf71682e70785ad"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/end_midlands.json"
-hash = "ecfefbbc830e6a38a2e477d9150e03239dab02fce4855f95ab83c6eb21a7f8d5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/eroded_badlands.json"
-hash = "b47a0c4a853a3fbaca2ca9ff1d7589efbb55624cb12370c8027720bacbb88049"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/flower_forest.json"
-hash = "5ff6a8b7c72217b1200461f74f923203da49ff4dcdfb4ccc782474effccffe84"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/forest.json"
-hash = "5f4e4a4ff1eddab0876c3338470eac7e596dd3f169c0a14ab48048b205ee127f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/frozen_ocean.json"
-hash = "34ebdc3d3e07f41f6fa2c0a81090d76f9c7a636fffcd80ddf5cabc74fb99082b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/frozen_peaks.json"
-hash = "ae6de4f96609e93cfc6f1535744e47204836046def7e84173249dc15e636d2ae"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/frozen_river.json"
-hash = "af45558597ae6eab8e6a221a70009da5200314678f7ac0b349bd5efcce1d1c33"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/grove.json"
-hash = "85afb427472ea3543a914c2869afc5fa6f0719ca1f94967df84b8c1bb312b09d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/ice_spikes.json"
-hash = "cd05585d77e80bd50a468fb07cede80170a3a9475ec21fb98fc4c75c276ef85f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/jagged_peaks.json"
-hash = "08de88d43eb5974f2764ae7093cec24fbabd5b754eff7acbe182ec81d54e4caf"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/jungle.json"
-hash = "224576fd5881b4fd8d3c4eb07da03204ef6eefc4c8d88855b82ee971fb2e422e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/lukewarm_ocean.json"
-hash = "db4cc0893c104223e3376d87b645c6da02d294a936dd9eead99959596287d85c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/lush_caves.json"
-hash = "61da345eadd3ea2a3e884fc665a0fe59a715ae56aa910472d5ab6f199b5bbe41"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/mangrove_swamp.json"
-hash = "c2ff92b2a00768c4488ec61abc74c5104c7f00aad655cd8f9f483c4d9a4514ce"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/meadow.json"
-hash = "7eaafe6eea2d3fc0268d56d72a0106be00e2de63713d497c5670529f6b7b6a43"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/mushroom_fields.json"
-hash = "0e26f8e937584813cf63ad97ade61842c77bb57ae7bfcfb065278290246f9396"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/nether_wastes.json"
-hash = "7afd88be7d9f4410c5420f9be99c750c2da88f28c55ab19c04ff7c9dbdeb2566"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/ocean.json"
-hash = "1ddbe637fc6c83614feed8481527cd0db67d0129f715014d741eb4a88ff4f5b1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/old_growth_birch_forest.json"
-hash = "70440234a2f4109f71d427d66d487837a969ec64f13188d217dbb7d940e0f2de"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/old_growth_pine_taiga.json"
-hash = "89b38ec19e7ea8609805d5366490ad498c38418da512e02650954070c8c1ef62"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/old_growth_spruce_taiga.json"
-hash = "6ba082d743b3418fa2da4061d8fdb998876ea63fcec5bcf356f3f55ce51c0d4f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/plains.json"
-hash = "66cbca1c88a35afe941967da7ed3432044c2bd4e4bf9be3eef846250872d93fc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/river.json"
-hash = "3293afafc5847fbb0452df9891b50ff0a76870d6ad927bb276cb80135df68834"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/savanna.json"
-hash = "64519b72300c46efbaec0236468462bd83a8fce8e83b3d7cf21fbe2c3fe23b49"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/savanna_plateau.json"
-hash = "487438c8460c1be97c3f4639447752a90a66e7321fbb74d28d89e7d140e10691"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/small_end_islands.json"
-hash = "286c65a4a3ed56eb254ae4cfdae92e0fbc85e02a8e13397680b82c57b587c7fb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/snowy_beach.json"
-hash = "b1d95a3dd5a424bd8f6307ccb5c0377ba98e54a5eff33dd4a6ab9f6ce4c38d04"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/snowy_plains.json"
-hash = "b76730c90a916ce95541e46682a2e9cd597afb591ed90609056390520c8974bb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/snowy_slopes.json"
-hash = "1f932ed973794206ffe78c0c511221b9829df2af46e5b348f8ac0a62ab90b0f4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/snowy_taiga.json"
-hash = "1a8e876696ee0c6f9f91a3dcf6c55be6f170d5e424ef61da0b9580a7b9867eab"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/soul_sand_valley.json"
-hash = "d917c55e44bd0ac89db9294e6f633e5e6388eab26fe03cc883378e9ee6b2c630"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/sparse_jungle.json"
-hash = "3e17e741c0f8cb0000c3b89fe57f0d6875acfb2472920d24aefdf30ba3b427c5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/stony_peaks.json"
-hash = "320d53d7d12c79e994b9cf44c50c28d93498d05ccf5f8cad43d68a2f3d488db4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/stony_shore.json"
-hash = "f4527a7ec918e453d56326ef95f6714d61bfdd064fc12f3e5dc898b15140db9d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/sunflower_plains.json"
-hash = "5503b364fdab8555611735886181c4dabc12e09d23ad99813a9481a98e9650b5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/swamp.json"
-hash = "a8764bc061cbf03c50943aba1fbb48e67402e437db3f6b2d4a3f1d99d7375b49"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/taiga.json"
-hash = "e12d9f4d3f297ada1bfe11e0f1c36b4d19de9c86fc0ff4099c104b5a5d19b97b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/the_end.json"
-hash = "40d6fc6b520c22e11cb938241a52e62f63f08ec7b5aa8778b92efbb604796349"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/the_void.json"
-hash = "9638a0d920ec2a12a7ad9e112503399d81550a70971e3c7c062ffdfafa21111e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/warm_ocean.json"
-hash = "f2b25341f9e58d42715c3ac831d526133f7930009c0f7873a4fa44be636085f2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/warped_forest.json"
-hash = "339c55850cc4643a29548cd8cd43ac12954d2a6f47787fec776f2979a89019f7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/windswept_forest.json"
-hash = "43e51f9dfa7ba9b08a1736ddd2ecb44841ccbeab8bd312bc95dc1dbc1330f7a6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/windswept_gravelly_hills.json"
-hash = "d8d0e64da1c5025ea7c067c71cb1d5eb2673b9a86c10cf8911c4b40c60935a1e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/windswept_hills.json"
-hash = "d8d0e64da1c5025ea7c067c71cb1d5eb2673b9a86c10cf8911c4b40c60935a1e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/windswept_savanna.json"
-hash = "0d2a039e05323e1abd7955a2d0c7fab2c0958dfb9818c49b9f37a9c8abc757ec"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/wooded_badlands.json"
-hash = "11ef3ae20309fec3306f42f677cc7c77787663378c8526180573e9d164e9e877"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/loot_tables/entities/enderman.json"
-hash = "563b12361bb06c8c936de6de96630f65cc719abc48c72f4689e0d1ff31864957"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/end_cities.json"
-hash = "d3fdfcf4311fb284a2e5dbe4b17a8bddb067ea7c7bb38e6946110669f7891bc3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/pillager_outposts.json"
-hash = "f4e5437ffa8c0974f7d1357561172fa93892b7a304c85b11ef82f10dfb3704e4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/stronghold.json"
-hash = "4520ea8fab16c7f503e39b75518aea1a15d1aede23531d57eb5814ee9fb2dd11"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/villages.json"
-hash = "c7a578a05217477d0d4e569d7034d9760aad5bdab22bc27e1456c64cfee6c08e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/abyssologer.json"
-hash = "ca74340873035eb7da4c635a9b11768c1f406bd0e2b013d6fab5704e55b8f893"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/crystal_zombie.json"
-hash = "0c2f4591ad7d85e4a2a11882ba9df6d4ccd1e5be9b88048d33f69354b2a1915a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/lava_squid.json"
-hash = "05fb2b36c7e412a39f10923c2e73202a122e71c8a8cfeb982e1ed7eca7930dd7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/mother_lava_squid.json"
-hash = "fbb872b18fcb027fd1e7304bd849d8a159a2541b2c05576f4fa60cad94ff9886"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/abyssologer.json"
-hash = "171197e66844cc2dc186e7e993be5345dc34f0b90a4051e68787e34d2c5ed79c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/crystal_zombie.json"
-hash = "42aafbd137c6a4ab7b38cfec44ccefab8baa70c079a3306b5209fad4cde96206"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/mother_lava_squid.json"
-hash = "fe18aec1a9cd61d660b0e8e5e09a8f3fbe76be4fb3ae8d5a3a6016a8e2d435a0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/ancient_crystal.json"
-hash = "41633ee2f21e757fceb384ad71d684114bd401b3594f7ac1d1a23ad84e95b18a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_arrow.json"
-hash = "868be549886135afd37417a06ff8959da36c6ce93e837f66f71f9b9d6f91af44"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_boots.json"
-hash = "60618a63abae57d56d11974b3ce969acb1a5e8ced1af200584cd062866963c50"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_chestplate.json"
-hash = "17a49f2cbf886f192f2a1283541859f2aec4f20f6989a1406173f350ae88cf60"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_clump.json"
-hash = "61c7ca64e46aaecd0c9f77daf3d104de9f1d88eeec19b32dcdb98611211dbb5e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_helmet.json"
-hash = "22f98ed17459dcdf5b1d7f42fd21ece5d113e6cb1e6e205c296764eabab2cfde"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_leggings.json"
-hash = "9825e09141a1f2b0450b69128f6ab94f3ba23a27096fb3344e4714c8cd5c4c25"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_sword.json"
-hash = "6dc25369f7a2a3c79e6accdfb8cd4171aeb2d20e10ca7ef4798de3a95b0b0a79"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/weapon_attributes/darkstar.json"
-hash = "1884cbfaa2ce24d99ec6b17eb2b65e3b3ad9b71b1cc8125785444f4b2defcdc0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/monsterplus/weapon_attributes/gnawing_jaw.json"
-hash = "1884cbfaa2ce24d99ec6b17eb2b65e3b3ad9b71b1cc8125785444f4b2defcdc0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/mutantmonsters/loot_tables/entities/mutant_zombie.json"
-hash = "77dd829cb2b40a3b496c7f05a5f5fdbfed1dd49162f13ac998e749c1bcb665f2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/mutantmonsters/tags/blocks/endersoul_hand_holdable_immune.json"
-hash = "59323774da9d3131fc3a91207fc9ef44bfbb1b2c13964ce98784cb072b3a8a60"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/naturesaura/recipes/end_city_finder.json"
-hash = "86ec88cdd86bb648617cc102b176c500ee90533e87f51e7e3914fafd36543601"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/naturesaura/recipes/fortress_finder.json"
-hash = "51f5a7f687f5cd4319bc3d189e48947a32b1ef5614c1bf63611b560f19ddf314"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/naturesaura/recipes/outpost_finder.json"
-hash = "8f073017a4fd6ff7b60d5f174387f207edf9f7f3098d1ed47b9a3e82fbca9f6a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/nethersdelight/recipes/diamond_machete.json"
-hash = "fea97294e3b583308147f6f9c407ee717d0d408f9f1484e52927f71e1273e25a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/nethersdelight/recipes/golden_machete.json"
-hash = "4b502d1ab4a649385f406e5390f474798158c96691e4f7ddf1ebad84392e7a17"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/nethersdelight/recipes/iron_machete.json"
-hash = "53220039707b28a2a27c2a00077cd3a5d69edc2073f603e1cd9565bef77d17fc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/abyss_hermitwalker.json"
-hash = "9b918c391468129c83d75f89a78f654a524f70786c0cee46fc14f841ac771159"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/alchemist.json"
-hash = "176210f3adad16db300eb1faed88db84a9e65112f527c32308c36a20d5b3b8c2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/arachnarch.json"
-hash = "01351571511fceadd8af28013ade6f11ea24bfbb82ee0cac2ece50bfd957aeca"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/awful_ghast.json"
-hash = "c11d8854110eb67a287cd2cfcdd630b11973938b774e587c72a45cce51d61adb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/eel.json"
-hash = "c2cad3d82b15e7e0c58e21ee7f6ad5e4307e5bdf10c9bf9ca53c9b35a2b81da3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/ender_dragon.json"
-hash = "0d59ae091d700d428a3e96f99530e0ac8dafce7923224229d88f37c465db2249"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/forgotten_guardian.json"
-hash = "f43cc6f24ffabdd20c3d702cece0f6037911b4863fab89c075be740718da1dbd"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/ghost_of_captain_cornelia.json"
-hash = "6be35db8d184c4521f20ffa060dd1be660495d93866cd6c359793daea5b2bb9a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/invoker.json"
-hash = "9ad57b0ab33479708df9f7cc53707d01e40d306979346c66efc946959b080489"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/mother_lava_squid.json"
-hash = "9ed20eb86900e803efb94a881d0c8424f80170ea7bf613ea3f8c24070384e35f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/mother_of_the_maze.json"
-hash = "40c0ed46141274dc82dd22b007f3c3e877988abfbf86d6dd2aa12b1b587d421c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/nether_keeper.json"
-hash = "43f0768651a12de0715cbd7889a8e384dfe6ee91739faa5af1482a78dcacdc3c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bastion_bridge.json"
-hash = "c0fdd245a9bb39d8fee1ea9ad6133a407e94faa99188412f8070565ccf155c0a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bastion_hoglin_stable.json"
-hash = "15f9d46c25260884b95a6d8207f7eec37b7d59f5fd4b28974bd15637d0ff4465"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bastion_other.json"
-hash = "3c81df866e3c4940e28ac4ebe8d60a82dba02dc96afe7bf37daeb3a2edd3e059"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bastion_treasure.json"
-hash = "90e8f4ba06a4bec8050568528ac0796a56e04563316df1b02a85527272283322"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_bunker_common.json"
-hash = "b0636dba513ac3a626eeb0c87eda9d5437246fabd8012805d313d384ebf54803"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_bunker_rare.json"
-hash = "4b27307c17076b5277ce4515992f818f2e5a77198b3fcaaf68e6653c91c7f876"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_everbright.json"
-hash = "e03bea20d508fa683bb81af18b189aa83bb8f7a634747cd968fe56b6bf9757cb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_everdawn.json"
-hash = "a4843583c496710290466a5659b66d41b5a637f461c9ebafc2a4ff9fc6fa1601"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_library_chest.json"
-hash = "58ac9dff1392acba63bcb6d88b8ffcd0f2a0b0d310c5f019ebdd295198e2aefe"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_mountain.json"
-hash = "8e8dae76cc601a06026d94a6b3ec9390d9996f058d27a77668c73656a2130898"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_nature_dungeon.json"
-hash = "0a131d33a5e2ce5aee271927584c4f8b5d882640ce47a23f1a247b19f413da1c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_plains.json"
-hash = "275f3499fc85a27f1ebbe3b2895ab615031e29901cb031f0479bd8e2177a29d0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_poison_dungeon.json"
-hash = "0d67232cc536741a4a06c078c7e0f051bdca1f9518fd338958fb280c776e3826"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_prison_chest_everbright.json"
-hash = "c13df15183dc871324e5e8ea1d158ffcf1d118a5838d5f666f3df3bb0b49ad31"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_prison_chest_everdawn.json"
-hash = "3a61da459664b48a453ccf39a240d315a798371a99f4450d9e499e18ffaa86c9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_snowy.json"
-hash = "92b228f0af88e89a53221b8e43dc64a030e6a350f0540a0be3dc7bf73efe18ee"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_study_chest.json"
-hash = "6566334b1646c6c49dc481025213d9f15111223e36af72c51bfd6b86257e4d9b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/buried_treasure.json"
-hash = "542dbf3c640f72175f2e86e0e16cc27c321b6245ddbc62cbd668af70f8031a7b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/dd_ancient_temple_apex.json"
-hash = "65dfec007c6ddba217a77bb27e2f3016820dcb4ce3f28ffd555dd6416f75fb9b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/dd_ancient_temple_secret.json"
-hash = "238443177429cd74296a3966fb40bfb0c6fabcf6e27522cd22b8c83f9fa1ddd8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/dd_ancient_temple_storage.json"
-hash = "fddd3dbe40f1d4c7bf4b025306bec1a8e20d65c417179614965cbdff23ac97f3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/desert_pyramid.json"
-hash = "311c62c199b4c95525e13be0b0df5527648f6e206584e157ce680186844eeaaa"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/jungle_temple.json"
-hash = "787fb5d3184621c7941a7135c49f308ae51a88d0c91da644a976bb6ea492376e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/nether_bridge.json"
-hash = "23bf9dd359e4aab42f63d87781aaee80559eceecf614a7a71f1d4882ac98e297"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_default.json"
-hash = "92fba33789d7f119f656cfc1e3cf5a99ab0c674bd353614e2167489620e30c3b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_default_2.json"
-hash = "09f5602b26fb9349424e9683d59a0466976f37dfab202b901e15d784fe4b7e36"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_default_4.json"
-hash = "81c2f4b82430cff304b26c848bbd3c1c2a143360baf1e9401339b4c4916d14f1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_forge.json"
-hash = "790013923936a78cf48f97df73b9f40b97dfdb3f330280a338cdfddd19a89a0a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_library.json"
-hash = "21d09beedaa8c7d136646cea1720f85cd2f140e76eaf9be85918ec898bdb3f0b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_nether_portal.json"
-hash = "e2550a397d26757bf8eea6b64aca1dc4dd34b065142cb9812e6b7d7682456b0c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_o_default.json"
-hash = "70edd775b5a242af0e885d8bced326c885bcf51bf160f63f35a5eeba39cd5fa3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_o_default_2.json"
-hash = "def023c71e15b7620742aad47a7f2bbcfa0a7ea11cfcdcfc272ded4cc130fbcb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/stronghold_corridor.json"
-hash = "ccb63869089ed7a3b8a677f2ae64d5b516c5eb2d1ba20b6f6b4da44cc50edb15"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/stronghold_crossing.json"
-hash = "1a4b6cb4b90f4bb8bd4d3b1e63ea4526cb351b1011991f5a287d57132937dc8e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/stronghold_library.json"
-hash = "e19092d4b1da0befcd40622fe25642db96ab991a738c6ce0203ecb06f4b70745"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/terra_glacial.json"
-hash = "f59bb781d9ad6516e8001c5e8745edf102b04561edbbeb8ae3d8a8764816edfc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/terra_spire_common.json"
-hash = "7dbdef933e517d9141698c0f010f793d7af4ed202a07940050b75f956e2b3a64"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/terra_spire_rare.json"
-hash = "9f1d8afee288bd44e48c50805eacc3f3aea75224cb5b3dabe5bb44133263204b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/terra_spire_treasure.json"
-hash = "450a21b7c36c60520a935e32b4aa9a6ae0a8c89e2a2b86a6927bd93d5038e05b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/terra_underground.json"
-hash = "b3dfb01e083626e50a53bbecab85d463b24cc73f2029cba84742433f7467b223"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/ug_catacombs.json"
-hash = "44af8dc5b8e46d3e5f3c547ce3ba632850819b4120828d5cfe48100e5058811d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/underwater_ruin_big.json"
-hash = "d075092cbe1491d358de70f80008fedebf1482ee7931eb1ac631ae4441740d70"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/underwater_ruin_small.json"
-hash = "35718cf10d06d8c71e23d8cadd44fc177d4e6b9d43d84ec8f26d80f744f8d3b2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/starlit_crusher.json"
-hash = "68ace6e8afef8e64c14f26163d1325ce58713e4167d6ab37cfb2f19571d6f313"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/summoner.json"
-hash = "bab9e8dbc1759cad7087daf06f4c4fcf2b289bd77c51767548cfc96b99be8f00"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/void_worm.json"
-hash = "1721f022eab6243f2688ff2fbe87afc124ee2d8abafde7906a82a34b22e8f4aa"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/warden.json"
-hash = "e44dcbdc0e6a069d4c543e022826e405240ad3c0e3e43224e1d7cbdf273c202c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/warped_mosco.json"
-hash = "1fd18a004a8247c9e8f8b5348bd3c29341324de8c65d7373e3f3b05b5fcadbfa"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/wildfire.json"
-hash = "939a6faf26cd05abddda31c931eda33e0c139ab27d8de28262c070d6f23ac139"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/wither.json"
-hash = "089b60092ece8089550d6aebc4c06bc80d0fa754636c5fe6ae31b794d764b4f4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/refinedstorage/recipes/quartz_enriched_iron.json"
-hash = "24c91b80dcc6032a4e6d497b613e81a02406f5a5d3c21030e70a44dd868f95c2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/refinedstorage/recipes/raw_advanced_processor.json"
-hash = "8e037d1118cc06f3004cdf04b711b4e1e769cdf7ade33230a2312732d5bc9cd0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/refinedstorage/recipes/raw_basic_processor.json"
-hash = "1afec5cf014215da950a8278e3a2ad751795beafd0003f0aee87f712fd41c2b6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/refinedstorage/recipes/raw_improved_processor.json"
-hash = "8a84b771bdc4adaae3da0d9859c5484b3c8b10dfaa18bf78291945072ad2fd32"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_chest.json"
-hash = "0e65200dde723939394d1b3bb7129bea06551b3a2268b10025f3febc2c959fc1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_entity.json"
-hash = "766fe71934460e4fdd07f75204cf3230a419071854b855ca71f6687495bb4e0c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_chest.json"
-hash = "502f61640a256f9612641f288e6d020deb1a82e1dfb8be4877ae3737e7945745"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_entity.json"
-hash = "1d058ad700ea420ab2f56a0216290ee87291550b1c64bba545b90e510d729216"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_common.json"
-hash = "7eadcf294119f65bee3481ec9dd115da4f9347c31f83e78e8a74f190ec4a618a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_easter.json"
-hash = "cb1787eee437936b28359f033c571da2cd00243039c889bc7d6879eb462079c6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_festive.json"
-hash = "54ac88fe00a9bb2e94467c4b46cae5d335f67bc105ff745a7b41f0d592616e0a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_halloween.json"
-hash = "568bbdb03fa8984cbf121be3a205882875dbd86fc6447b8e55ead5de4545f7e8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_rare.json"
-hash = "d5282f7220435f6f7b5701ec4cc8e1e4857af3a4730a912cff9fef6cfea01950"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_summer.json"
-hash = "8275d1862e572ff50bdec266c2ef935feda1e6e8099949d41f7775c633da0008"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_uncommon.json"
-hash = "4f85ca353ff7e41fa6d732b2d1855799ce17225c6433dc59d486848eee0a34ce"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplemagnets/recipes/advancedmagnet.json"
-hash = "f4ac76abb85d8bf7ca15eb9be13f78960a7b5574172158b7dcf6f2408fbd42ae"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/simplemagnets/recipes/basicmagnet.json"
-hash = "fd57ed1eae14edaf7df4a01fa2af7ba291d683a6db3da5190e96570944667071"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_compacting_upgrade.json"
-hash = "0a69ffcf91e89dd75af37e33b55e959b3bb26a19cf1ff4fdd99374b886856b85"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_deposit_upgrade.json"
-hash = "971acab302022db0a820a5e22ec92eaf7e4217df38e9d4736ff1f73612c0c894"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_feeding_upgrade.json"
-hash = "aef91cd2e549c566434c5178b01c792088a8fff4aecdf0a062a80b5751948ec9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_filter_upgrade.json"
-hash = "1b92718f4c0cfc2c99f22931ce2a30d0cea48043e86a02460ff388bb2846a7ff"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_magnet_upgrade.json"
-hash = "95d6b8677aab529567b253fe50eaf76b0fd8703e84c605f54c055664e15c4bff"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_magnet_upgrade_from_basic.json"
-hash = "bf9dd46b72ecb0781c60b214e82020c597a5965e1755b576f5ec0cde2fd15dae"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_pickup_upgrade.json"
-hash = "6d445793a7f4c5acb0d1859e52f0184a0c79dee05093e2a630338c64302ad9f8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_pump_upgrade.json"
-hash = "be74a67b35a966f30a254427695ed660c607d842e40466a1a2feb18816fa1995"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_refill_upgrade.json"
-hash = "020c9b4c386cbd2f679715d7914734b3a1d2dde26bb27638a51990f81e74aec8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_restock_upgrade.json"
-hash = "0b4ddd495e4790d43ceb1229278ed41f96a196d3600b70bf40e1efa3a7dbc8a6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_tool_swapper_upgrade.json"
-hash = "5e522486124a1d9657447cb6652c452bf83a743fbc932cc1deeb698572b338b1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_void_upgrade.json"
-hash = "4aeed777eeb95f9077dfc4e2daea645997202d850c9eca87b271692785490658"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/anvil_upgrade.json"
-hash = "f356d859af01c5385a7c558a0511f925e70d456bf0ecbae1a202bbe02cf3b5e5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/auto_blasting_upgrade.json"
-hash = "c7b706fe083f931702dc377ebd96307640bef2595a5894659ec9e4ceac00856f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/auto_blasting_upgrade_from_auto_smelting_upgrade.json"
-hash = "7f004081b4b7daf023841e36ad472e46e61101a782c58302cfeb81693261f8a9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/auto_smelting_upgrade.json"
-hash = "e014977153b834d0bdd763524384b98c1c4e73ff2300c90bec87c12f466f264c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/auto_smoking_upgrade.json"
-hash = "266844fea0c9cb6855acca03fc1e3fee184d6a189ab4486ff3cfbd61c1a5f17e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/auto_smoking_upgrade_from_auto_smelting_upgrade.json"
-hash = "07a7c6c08efc4eb36b2ce3eff8db242263ccccf4cac66dab55f3a18e1a23ad90"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/battery_upgrade.json"
-hash = "4aa8b28666c515ed1e4309cc2dceafdc3e56d2147e2040183d4b610641ec61af"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/blasting_upgrade.json"
-hash = "b87ceaa78361cc00c3a6101f584a3dded39c1ed0e87950c88bc78cd5fa93cbae"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/blasting_upgrade_from_smelting_upgrade.json"
-hash = "39823af0de6608b858f0343a09ec25dc80f743b8a8389526a46787deaf2f22b6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/compacting_upgrade.json"
-hash = "47c3fe61da52edffa8a004b660889d000a8559c861ea52999cacd13f674fe5ea"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/crafting_upgrade.json"
-hash = "dcc51719c4a47533e8f2cf17f07221370fb50b405883bd5debce6183e3d32214"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/deposit_upgrade.json"
-hash = "3bddbf99e226dcc897c9e091a1de0578ff39b1e07b0efecdc69b641070f9d315"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/everlasting_upgrade.json"
-hash = "06c5af63726b9a4f017980db8827370a0d9322744bc03863b16f42d572b7b34b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/feeding_upgrade.json"
-hash = "15381312da433fdc465c46ef3c48e8def934b0cab86f290a9c2447640465d5fb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/filter_upgrade.json"
-hash = "1059006beb3c72a25849cafa019ab20e56109840e13889ba073bf1981ed0cca9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/inception_upgrade.json"
-hash = "af191c9dfba43e150402d1e258b69fb7832677d37dbbc4164b7537b6ea067ecc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/jukebox_upgrade.json"
-hash = "0f009c7d3cc072f30ff7d6b0fb178fc0d027bbeb0b718f82866ef4d8b4f7a2d4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/magnet_upgrade.json"
-hash = "925cbf25e64c3ddf79a838b757da4d676b1a5183145dcd82cf207c7064a4a777"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/pickup_upgrade.json"
-hash = "5128d15054b2336caa4c8d9a4cffe6fcc4d0d25bf9c86a2ea116d59d99264632"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/pump_upgrade.json"
-hash = "881aabcb40ffa97cb2ac00f903a223ae4c12cc15efe79f02248b7ed147476216"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/refill_upgrade.json"
-hash = "0e4148ec4b652afa3f2c4d465c06dd7c97dbb8b830f19b44540019004679fcc2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/restock_upgrade.json"
-hash = "dc2f286a84cbd02821ff1265a57b44fb2bef22561b09e50a0944223500828d9e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/smelting_upgrade.json"
-hash = "438964c2c3e099e2871ca00be36b90ac3006f66744b5f0abc0b704b9efa85769"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/smoking_upgrade.json"
-hash = "bfedee908fc8304447a6a99100eb2534c408f470c1f1057b8533421b477bbf4d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/smoking_upgrade_from_smelting_upgrade.json"
-hash = "721a4b9c0a0b495964f9e6c782fe91d7d2e096965bcbcce87d44c86525eb080e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_starter_tier.json"
-hash = "c5f1ad78156a960595241ceb9e879384ebd0c8bfbc041c02aa507ae4e79805b8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_tier_1.json"
-hash = "2087531171161a4fe453c85de8205a2378abf71af719c788a073d757235dcb84"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_tier_1_from_starter.json"
-hash = "d71c92ae40e77229df6392908602e6a2ab48a76449278f65362f642c2b2198bf"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_tier_2.json"
-hash = "c52a26fe390dddbdcc51b59f07d979a863c94e193027fba4ad480afa06398161"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_tier_3.json"
-hash = "1a29df676238067d85ff7ddb00aecc1caa4b6598b485de2591ca03b868396b6a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_tier_4.json"
-hash = "19ee5e8deb363c72cfcc6d1fe4a95868a6ff82548340609a2ccdf1ed1bcbe2ea"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stonecutter_upgrade.json"
-hash = "53adb9fb0950f596b3c6d3146f78716bd1e6e07b5474bba55157d50393def469"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/tank_upgrade.json"
-hash = "c902bfbfea1b34336403d51ca7b876c2179e353ba3b725280648caa82ba65d74"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/tool_swapper_upgrade.json"
-hash = "a7ff11b78d5b9a228b550fa289ecf09600d638087aa4a52c46e95a15d04e6bde"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/upgrade_base.json"
-hash = "1a65fdbcd28abc3f298d2bfa8650d8270e1a925caeece01e68d6586b5bfa7661"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/void_upgrade.json"
-hash = "2e9efb05d34d0536f247a735d67db53e8d15af8603b2adc30c3b7b9d6bf91330"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/xp_pump_upgrade.json"
-hash = "ddcb050e2420464490d4b5b0e7bc226a118c0d96b9bce3882d3302d62a2371b6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_compacting_upgrade.json"
-hash = "184f5dd063e95ed2f298eacc237701882778f00b61b16ee08a34a6c34974a3b0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_feeding_upgrade.json"
-hash = "54d407322fa60e32ab4059ce605be35361db347e824691796bc43546f1521404"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_filter_upgrade.json"
-hash = "1f474fae8db401290876c2dcd445e74548d88114d2a8e440f151659798272f48"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_hopper_upgrade.json"
-hash = "1ab358f1ee5852987ab4a11190e4ecc05a27a9c51a7eb87a262aa0b1d7f6ef1a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_magnet_upgrade.json"
-hash = "6cee802c3fbdaa37803bf61a129c293e15f3541d585ea17731a470d2a148466b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_magnet_upgrade_from_basic.json"
-hash = "9f4da9174a2f25b4904fdd882371a52ea3ca1ded7385756268acc3f875ca787f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_pickup_upgrade.json"
-hash = "db8c0cfbe19cf7d497fe1ab796ef31d5270e5c57d9c2a90d552f698a60fdd0b3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_void_upgrade.json"
-hash = "6623d9b42bfd672d614552c745554e2a0cd46758055c6e4cf5db32577bf602d1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/auto_blasting_upgrade.json"
-hash = "c0da4df4a7b6dce6c494fb8f02c20b05d9fd4fe5eac94032101593635dcca988"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/auto_blasting_upgrade_from_auto_smelting_upgrade.json"
-hash = "056b88fdab04df392864d3a602a080b0036b984ced8e09b80a050647e4ac6571"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/auto_smelting_upgrade.json"
-hash = "e6dc32e4f77791446fe4e411bbd18d30dcb4342d49bcc133a7977ababc8f4bdb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/auto_smoking_upgrade.json"
-hash = "d3385cf1cc301a16137614ddfe8517d31db8f3c22c43f52105f428a2c4c73657"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/auto_smoking_upgrade_from_auto_smelting_upgrade.json"
-hash = "0c2f853256041221e305a3b6680a7f5c35f352b35f261e53cf11b62932bff32a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/blasting_upgrade.json"
-hash = "b564a8c8e1ce2b80e2c4ac413d8602ad6055a5b05342c186f26c645d37e61dbb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/blasting_upgrade_from_smelting_upgrade.json"
-hash = "e83ed50bdad702ac90d80b7a93e4bfc099c42c755ed0777967d3e62fae650fd7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/compacting_upgrade.json"
-hash = "714cae7b32cd41d4b734ae5f0a846fe31a3644188bbe5d04ec925d39eb673f02"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/compression_upgrade.json"
-hash = "90253d29699d04aae2d4d8f711555f7faf141224b650750f255394cca303c001"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/crafting_upgrade.json"
-hash = "1368b834e8fc5aaabf24646a7499c19287b8ff1951110ce959d09af810560dd1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/feeding_upgrade.json"
-hash = "1fca8084dae0797d2b462b1af4e1aa39e23ba1b6f336bdf654274bfeec49e2e5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/filter_upgrade.json"
-hash = "cb4d5117b371211b8ae08b90df26b036b1c7fbf9d0445c6609b22540c2e12346"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/hopper_upgrade.json"
-hash = "9e1a41bf8e5f7623b100422e4454d550532a4c78229b093f9801052b835910ec"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/inception_upgrade.json"
-hash = "af191c9dfba43e150402d1e258b69fb7832677d37dbbc4164b7537b6ea067ecc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/jukebox_upgrade.json"
-hash = "d90b78d8cccf79ec95bc9f59d49eb6788f224cb3cc382ce4c4d0e922e4f9ba64"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/magnet_upgrade.json"
-hash = "96f43c8079ce25fe14649dae392f03a4720ec7d5bbbbdebc7917ffda7caf8f82"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/pickup_upgrade.json"
-hash = "b4ca15683d5a973f4b52982e1ff0be5d1a0825734cdabd3caa8b55ea27b5b641"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/smelting_upgrade.json"
-hash = "d81315c6e594694114d8ef63e4b084998021ea25c730573b1368064b678d42d2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/smoking_upgrade.json"
-hash = "bfa6cfcfdc69edd516f1787ae61839612636967dc36c7de11a384e98eb3c15c8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/smoking_upgrade_from_smelting_upgrade.json"
-hash = "7d092c0271582c260e6c86a7382c7d92b703db433fc67b963cfb65691500d71c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_1.json"
-hash = "86a6fe831b669ccfb013e04837e9cc0264e062f0afb5926750e4212620496fcb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_1_plus.json"
-hash = "183233e46ee891774a6a9244eb1d321db43fb71c461f23822a89ba430420e97f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_2.json"
-hash = "6f5db7cf1d2e55ba89d02bb3e04787da5bdd2040f38d86f18b3c32d169229653"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_2_from_tier_1_plus.json"
-hash = "4c05ae256c13aa02d039e399d7a9a1f8fc561d0778c14df62b56289f189ef77d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_3.json"
-hash = "5f275db06b33c8efb2d0ed263eb7ce41f9beae30fb1ca1285c4b0938887c3887"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_4.json"
-hash = "f2444383c2201f946a2faa78f0c9587e1d4df377dffbd1980c554c149f262571"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stonecutter_upgrade.json"
-hash = "3ee8464a08b326a32f187f187917bdb1b0544c0507558153ad48da51f00d76d8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/upgrade_base.json"
-hash = "a80386ec41f218931d43286d984c1960cd31214b041e80807e23777b022ab881"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/void_upgrade.json"
-hash = "c7d8b65e280bdea690521a14b46d74c31596c44fbacde1f3a001077da7e389f2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stalwart_dungeons/loot_tables/entities/awful_ghast.json"
-hash = "100fa56a5ec1bc53b590a3ed27217fac08737ddeef39d115c2036b17bb8dcb9a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stalwart_dungeons/loot_tables/entities/nether_keeper.json"
-hash = "5cb76dcd6071e603e72eb6dbba02cc11696a950ecfb5e4c9975ddefda779666f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/functions/mechanics/altar_crafting/main.mcfunction"
-hash = "320d6caef825a182d469c93fc29a85b40b9a7459bde93080ea5219036f379dbb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/ancient_wooden_sword.json"
-hash = "b0bb4cf48653b86d27e988859aa5dd450f317afca6fedc95e9fca3fa0b1b1e55"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/clockwork_crossbow.json"
-hash = "06d6111b629ac25194fa38d19bfff0231988b0e2418035da9d89c10ba78c5890"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/dragonblade.json"
-hash = "4972d36767ab93cd11e83e05d8e892ee0815092245d6c58986fcc3611faffe09"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/frigid_harvester.json"
-hash = "bf0653a696b8f351dd664d9cbfd9d10457f95883b7b74ab063a27da7cf85cd4c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/kaleidoscope.json"
-hash = "c4479ac99b2643155a4198dc5eb1d80bff9c798f8e526e8e538113d645609240"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/prismatic_punch.json"
-hash = "1d88aa845bb350e01fa769ea8a8493c60e1fd8e24690b72e215007c442e9527e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sabrewing.json"
-hash = "b271337a485654b16d9578d20eb0bbefe5f68a550fa2e0457c7edc199f15413c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sariel.json"
-hash = "2c7d595f6638b12f070299954db6107c318b5f8fb3c119d97bc9e1db15bc7b3b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sharanga.json"
-hash = "745c0ee5f5176b5b718ebfcc4937d1094f36de5d3b07a2406ff465b461a8c749"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/spirit_dagger.json"
-hash = "1287b72b49f9ed7963abe1fb973466508b050854d4462465f036f84a7bfdd242"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/stella.json"
-hash = "d860df4965d38aadf1221b37f3fe8019684d307aa81d7446dacfc0c916424a26"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/tamaris.json"
-hash = "e144923e2d315837002fe93c335a50cd5fa96f65b470a6782f7851b66ced5ea4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/zephyr.json"
-hash = "4e0ba91e3c962ae0aedb94547e37bf38cad436da363c19c60c13ded0d94952c7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/campsite.json"
-hash = "4d0c5b4c2b43695b66f15cd509cb92fa2ecaae82ac926da91bd346efb4b6776a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/chapel.json"
-hash = "cae721cfb47c9092d6221b1013b17bc9b50ec6847a1c9fa5d2c0aac4c1de379e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/return_gateways.json"
-hash = "099bc235c1664503c5d1ed2f63fd34b96bd60f2772cd859f16da36719839cfef"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/supplementaries/catchable_mobs_propreties/chococraft_chocobo.json"
-hash = "eb8729c8194bfdc339d771dd11ba302e3e7dd611a0fc1cae3ea194d67289428c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/supplementaries/tags/entity_types/cage_catchable.json"
-hash = "479742fa9bc018cc9b90d3b21d4dc57395406aa387cfc46d2924d852267b1cb8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/telepass/recipes/diamond_telepass.json"
-hash = "b265b9f6325ee68300fad043ab7f95a5fe3c44c36c02de1d53453ac11fbfed19"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/telepass/recipes/gold_telepass.json"
-hash = "cc6fe8c5bfc878d27320e3dec145b281029252f802721a3489344fc5107a9c26"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/functions/toast.mcfunction"
-hash = "88917ffe822ff374459455da515327c9c20903e890bc77dc1bc15156026da7d2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/ruin/glacial/junk.json"
-hash = "4257457f2b0fbc8215e42b8877fe20f3bbb3e624758bdb37e1f66e5a425e15a3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/ruin/glacial/main_cs.json"
-hash = "f6537001461487f3536641dce7b24139bd69f70b0294b15f31e316a0fbfe6e12"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/spire/common.json"
-hash = "910a26e38e20a7bda5f4de2cabd6d1ded0ed535724130dfb70e2cab7c1c0281d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/spire/junk.json"
-hash = "2a2300497b0ce600e43568014944b024024c4537c03d37a60ff39845cc39685e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/spire/rare.json"
-hash = "344f1f53f9189a9961b82191dceb55accfd1b7a08833500932eb7e9153682fb1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/spire/treasure.json"
-hash = "4203f785fb525210b499bdfb6e766a9667602129e6d06390a93ae0a72153a8af"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/underground/chest.json"
-hash = "34326219014cd499b762c9de966e623a8535e8defee13c0948e3d76dd9bfb1d8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/underground/giant_bee_hive.json"
-hash = "f46594a9675b3f0872fe08092ff29eec07f4b9b3141413a39c134e577405ce9d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/archer.json"
-hash = "3f9d0f9546ea843b6227dec48c1f5ef52b125e8d19a8b8341848c7fd6e179957"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/attic.json"
-hash = "2d40eab0d6309d6b85f21802cc20236244c378f771bc5ad7438c642878c8245c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/butcher.json"
-hash = "d0f40c6f1a80df0b9cdb8bdff224576fe5239f22fc8916980c140a12a9ad973e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/cartographer.json"
-hash = "9a0a8641042e819b78669288f1849e55a2c121e383cca7adfc0103613fa11a24"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/food.json"
-hash = "98c0b53eb5b5ba445007421707cba84371844a07ddebdc91078592bd1205c12e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/generic.json"
-hash = "817e1d3407ba2795cddc932c883b9d59b79f4d9016f0c732fecd15e4911c46e6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/generic_low.json"
-hash = "fa06c5cad125e45adacf15f88078a1f63f6a7630cfc680bd6fa563b0671683d7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/junk.json"
-hash = "29f04b026162af0878e8df0d347fbc15ce9d317acb95dbc0097127fbd120b6d2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/library.json"
-hash = "c477845bdd8b21982fec80bb8669edd3cdcaa940b9bc1f0e230f8666b2f169c8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/mason.json"
-hash = "a25ca8f9e195716ccde04d6f548bad19c7b7ea2c298b87c8c1f444f1df4415c5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/smith.json"
-hash = "f4096642cc1d204f69c8139c661ad8af01e6c19252b08ebaca4a256940944e60"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/smith/expert.json"
-hash = "6db7b76644aac8aca1addb1d0db2f43ed29ecd9c18adae9ee0034a4c3b67b348"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/smith/novice.json"
-hash = "d79faf9b4006989535ddcadf5e3a3a3393588847818ac2ca8214e6070c27c652"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/treasure.json"
-hash = "941b9e4a82a3e4c5059059c68e90010f2bc4809eaa6418ad32824465404d3a58"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/archer.json"
-hash = "3f9d0f9546ea843b6227dec48c1f5ef52b125e8d19a8b8341848c7fd6e179957"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/attic.json"
-hash = "2d40eab0d6309d6b85f21802cc20236244c378f771bc5ad7438c642878c8245c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/butcher.json"
-hash = "d0f40c6f1a80df0b9cdb8bdff224576fe5239f22fc8916980c140a12a9ad973e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/cartographer.json"
-hash = "9a0a8641042e819b78669288f1849e55a2c121e383cca7adfc0103613fa11a24"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/fisherman.json"
-hash = "bd34cb95c11b0d48373cde8a73adb1aa65562ad247afe74355ce592aed19a210"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/food.json"
-hash = "98c0b53eb5b5ba445007421707cba84371844a07ddebdc91078592bd1205c12e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/generic.json"
-hash = "817e1d3407ba2795cddc932c883b9d59b79f4d9016f0c732fecd15e4911c46e6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/generic_low.json"
-hash = "fa06c5cad125e45adacf15f88078a1f63f6a7630cfc680bd6fa563b0671683d7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/junk.json"
-hash = "29f04b026162af0878e8df0d347fbc15ce9d317acb95dbc0097127fbd120b6d2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/library.json"
-hash = "c477845bdd8b21982fec80bb8669edd3cdcaa940b9bc1f0e230f8666b2f169c8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/mason.json"
-hash = "a25ca8f9e195716ccde04d6f548bad19c7b7ea2c298b87c8c1f444f1df4415c5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/smith.json"
-hash = "f4096642cc1d204f69c8139c661ad8af01e6c19252b08ebaca4a256940944e60"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/smith/expert.json"
-hash = "6db7b76644aac8aca1addb1d0db2f43ed29ecd9c18adae9ee0034a4c3b67b348"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/smith/novice.json"
-hash = "cdaade0f2f9868a1a2b5094f4857d16aa5f4441eb532cc1d304f9b2f754b0f73"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/tavern_downstairs.json"
-hash = "7a765400cf02feffc84e7b572449f0f9e977db40d487c69b6496d907b4e79eee"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/tavern_upstairs.json"
-hash = "19d0cc715aa07fa1340efbeff199c89181ad6a9adeaf56e86cea78838f6a41fe"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/treasure.json"
-hash = "dcab1b174d130d83fa382226c381f199e860b0238177d956ed862face8e96ed9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/treasure/diamond.json"
-hash = "504154b3aae9d6350af01074f4b0870f47ae8bea5e9ad6206ed570cf781230a5"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/treasure/emerald.json"
-hash = "bcdd54010e27ecf7feb71ebdad9a49bbe04bcc1c621019f401c7644efa1770aa"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/treasure/golem.json"
-hash = "c125636679e5f12d8cb2b4bacb4762fc9efc770074e91cb7e245a75356c60af0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/alpha_islands.json"
-hash = "cfd006d20a14cdb7b46dee114125c0ebe8bab8529fb0d8ed0ed3740370e6cc1a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/alpha_islands_winter.json"
-hash = "50a75d4d9c1914d7551a491e20658ca35d03877d5dd1069b6b71ede0c755db0b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/alpine_grove.json"
-hash = "3c9bf0f96a6122416e5873b2508c0ba41258db3380d2107d07680b4b4aeaaf61"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/alpine_highlands.json"
-hash = "0a4ef48bdf6f9ba0bc58218b24c664aa77dec30a724656461419cba097904eae"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/amethyst_canyon.json"
-hash = "3c6fc0908c540af561b241c3ce7d39a8b0170f4f9a3a99ecb1d938915b197f7c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/amethyst_rainforest.json"
-hash = "81e7df5f82d2ab4c49d4495b8e63aa089e9828abb7b9d7d35bb127f8186ead40"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/ancient_sands.json"
-hash = "8da74428fa7131390fe7f172b6110c6be0209a1bad1d3229b467a7dcce0997fa"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/arid_highlands.json"
-hash = "f2456e651a1876811d49b7393054b9eb2bcc53712cabefd0b2d6815f83e6c513"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/ashen_savanna.json"
-hash = "a69125988f9b5060310404de3b4770809ebcd607c1889230d5c375913559553a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/basalt_cliffs.json"
-hash = "040234766d06bb47bfaa128760f5975a689f465a875bca937386d061d80f3471"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/birch_taiga.json"
-hash = "467467027ea1e851275de4e4b442ab0c923a985f4747149765b78aedbe18e4dc"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/blooming_plateau.json"
-hash = "173ebd1fa625d09aa7ac127efeffcf06f75d97e1cd3b155dde39383543ffb730"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/blooming_valley.json"
-hash = "4951bd4c2cf3d4ad6a02cf311233a34a848303f18d4bae369b6dc86fd09013e6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/brushland.json"
-hash = "7cab259412ace6b21f64748aa1796383a0a41dc70d0839bfbdb8d12eb70ca37b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/bryce_canyon.json"
-hash = "993ac3e1d43f04da86009c1456db0ad5c90906a871d20e06ba51185ae4b4d9e1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/caldera.json"
-hash = "db3c9eaf57fd3dda9adf38d136e1f1c8c7d9f7c2cc31554a970cea8653cefa61"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/andesite_caves.json"
-hash = "e481ad63fc4038079a62f2a66aad7ac63542b42a5d5789d38c9e35dc291ddd66"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/crystal_caves.json"
-hash = "6e2c32c2397a67a4762aafadea156050a2ed2d38e5bf6707dc52d9d52cff0b97"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/deep_caves.json"
-hash = "61ba36c8eb78e4e13bbc3b18ebe93b44dd31c377553e5ef1ec05947c670b5287"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/desert_caves.json"
-hash = "53b27a1bd6b062c6dc0f90142fde245f56b40693e516cf46513473910ab641c2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/diorite_caves.json"
-hash = "aaa4e306287b1e3e1ca4e7cb4030e25503544534972da9b647924d8e1091fc8c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/frostfire_caves.json"
-hash = "57bc13b0b41e0540db94e9cb450a2b2b230cf6a1488cdb577ddbc6bb6653c1a4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/fungal_caves.json"
-hash = "40a7ed7eaa53a9f5a28594a73aa580ad375f0490b60e038673986483371b17e8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/granite_caves.json"
-hash = "8a1bc3c82f19608c2e1dd4363b6e97dc59d9664d2a3dbabaf96271f110135c9d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/ice_caves.json"
-hash = "b1fde034933e3e0b6659d75d1bdef477c65e8c6af1700d0bc4e394ae287922c1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/infested_caves.json"
-hash = "bfc640472fc51fa8af7cb5fc2993fd2d0818c08ccad37748674a84e7af7a4db1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/mantle_caves.json"
-hash = "bdd89409cbfd41d3dc93b0efe4252f24c417d367703819c86f50a74ccce26b19"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/thermal_caves.json"
-hash = "c0d428b4b66a65b31057752036f6944adb44e20b7554bb4bc55896f3fc0848a3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/tuff_caves.json"
-hash = "59783fc4985f86b95e16302db7eabdb6b6a2b133918eacd1cddbec2f4577fc7c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/underground_jungle.json"
-hash = "bff1d67d2c5bf1a9726e77d0f705c55325b44e743f7bcc103732f15e712797cf"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cloud_forest.json"
-hash = "6682bfe5fffcb8325a94111b89ad5e55ddcbc36df49354a3bfbd5a2293b801e9"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cold_shrubland.json"
-hash = "69ff2701da8225d62d24974f5f05c636a3eaf1bf32bb354a8887bc0b4fbff4e7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/desert_canyon.json"
-hash = "51a2c74a55818de90bb5f0b7434204c142346acaf6b914c07e98b63edd9eb010"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/desert_oasis.json"
-hash = "8d7a3ff1253e1204190617781d8f8a8663a402a50813111aa6143b9897cf83d8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/desert_spires.json"
-hash = "8652d5a3ee7a051a30f6325802310194233849a9bb05ceea8bb2be7a59a7c672"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/emerald_peaks.json"
-hash = "b00f138e198c601a9586b87b31f7befd4c54f21a1096acb8d94f9df28f56cc84"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/forested_highlands.json"
-hash = "cba135d391f6a2422175d53729e1b554b8da487365a0d3ed9360c4f1cfdeb80c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/fractured_savanna.json"
-hash = "8312b666e0b50e4d29ca6e2a6e4d42381dca1f819568f865dbb9136e52b07ef0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/frozen_cliffs.json"
-hash = "d94ed921dc29dabe8ac1a9156035f2ae5387fdf519f5c3c94bbe65fe5ccd8440"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/glacial_chasm.json"
-hash = "3eeaaf50ade2a43934faae9bb094fc3cfe60c60d2f776533b546495faa7352ad"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/granite_cliffs.json"
-hash = "2519144610e8530da2d5bebb2c0ad2a8ea48f496fe41b0ddc43731546df489d6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/gravel_beach.json"
-hash = "d89aaa01a495607ea40fc9b697a3a0b31d769d57b1213ea5d1f0a28243653f8d"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/gravel_desert.json"
-hash = "9167e082ffff8d5a27870978c916e10f9c4338d90733be95379db09a02198e57"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/haze_mountain.json"
-hash = "1c8ade1048377f3cb09dbeb3a5625ce30ef11bf82fc5c87811bf049fc6783df7"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/highlands.json"
-hash = "080c111ab797a10c686bbaad388e9b9f1bdb89b97b98df1a7f6861be7ba45e09"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/hot_shrubland.json"
-hash = "4b34c31a3d5789e5b39530c93894fc1f16bbacbc6920a4232fedc2eddf1517a1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/ice_marsh.json"
-hash = "3acb71699a7e905b0257e0465644827d2d7c8678a308ee2a7f470f7b5444fb53"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/jungle_mountains.json"
-hash = "fe6e4e625b66d401a4cb31bc5a0098c5fb5aa56a4a29365ff9163022ebf2da3b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/lavender_forest.json"
-hash = "34b2ce751d12bc738cca65e01f5074e1ac813d1c348aaa8ada25b599ea7597f0"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/lavender_valley.json"
-hash = "3bff7a42b32c76eef6e00bc0a41826d048d563970a28cde877c15693c2990452"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/lush_desert.json"
-hash = "a99dcd881ab003d6418e96bc068e94724ea61b21b881c05e4a0172b28a7069b2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/lush_valley.json"
-hash = "c41c6e4b21e9c2c435f5f383d8ec7cafa48cd3eea51664e3fcfff7cabbb0fc11"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/mirage_isles.json"
-hash = "51aa8b8962cb32b1e1b3cd0bd52e928e3c7678142c54bd1da0c37ef884905558"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/moonlight_grove.json"
-hash = "071afe3e74acfdc8660090d627391b1cc380e782be798a2589d9815fdc0cf2b8"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/moonlight_valley.json"
-hash = "d6fa028b030204586fac5e54ee22e9235e3990016f756378e2f86ec2cfcfed9c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/mountain_steppe.json"
-hash = "43ba80abf7ee547d94b295441723c94a50efc1eb504b30e10a7cbef94eef408b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/orchid_swamp.json"
-hash = "f061dd6aa2778845a33189ff11426523ba75f4abc6d4dec1f8c69ab4239fd7d1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/painted_mountains.json"
-hash = "75fad9310f662efe93d007ed4fa05498beed3884874d9d88ac5ee8d4b9af5f42"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/red_oasis.json"
-hash = "712aa1c4751a8f6618c21aa19307f6dbbc9e0ff1ef76765266669cf9d32dad2a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/rocky_jungle.json"
-hash = "fe6e4e625b66d401a4cb31bc5a0098c5fb5aa56a4a29365ff9163022ebf2da3b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/rocky_mountains.json"
-hash = "596cc449c1c999c7051b25eec1f9a67a59019c5a32e9adfee7938733a5b6b94b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/rocky_shrubland.json"
-hash = "13e8ed98faed643e3985a091020ef1ed8d855c4dc7d3e615707d2987eeaefb90"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/sakura_grove.json"
-hash = "710ffdb570a3e70bee35f70b5f57a29dfa689fd9706fc4094bacecdb0e309a6c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/sakura_valley.json"
-hash = "94b1a9f52629f58a05e58eeb65c92e05e357b5b536c8a8de0785daaa7614663b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/sandstone_valley.json"
-hash = "0a539584f746a51c449d389bd00c84693c56441d28626d348ca995e999d1cc6c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/savanna_badlands.json"
-hash = "9807d6901589825454f877db7d4d539b1731cb22329b643070f226b20b7f9398"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/savanna_slopes.json"
-hash = "238ad6765419b2cb8a089f905d6a2b9fbdd9e18125897d27cc07c1f46a9e6fec"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/scarlet_mountains.json"
-hash = "ec1b07878461a557bec912c46b8ef5c260d6fd5a075e5db01af7de5c01a25d06"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/shield.json"
-hash = "04472b9c783c8a10af3181917b448e204d38fd310371215224ac0ab7e8f721a2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/shield_clearing.json"
-hash = "53de327c6544cb776625bbd33b54995ac660890eedc1fcd67e14b4cadad145bb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/shrubland.json"
-hash = "4279356eb9657f9dd47b0a2a85874c284827a8cc2ce6fa654af8272c1cadb217"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/siberian_grove.json"
-hash = "7514f8eb61305183fa34726c7731a98ee498018bad008d8e35e61f8f8dfc0922"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/siberian_taiga.json"
-hash = "2d2611de74d45c58bb077b9627877fad6813626343ed6a066a9f15056b535def"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/skylands.json"
-hash = "cffc4d6557fc98a6ae14ae55eea48427028e6e6ddc51be1ae8679d4bf6754c0f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/skylands_autumn.json"
-hash = "3a15e2cbd6bc008f03e264929a2d8757e3a272cddbcbfd8ab98e452170a84734"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/skylands_spring.json"
-hash = "bfa68f073e175b44a6add1a180e4c17ddfbbbdd31dcaa3d51cd754e944b8c66b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/skylands_summer.json"
-hash = "e3fe0f9924bd3c02432c8fed0d236bc1cb54785703fdd4ec2d446d8743c31297"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/skylands_winter.json"
-hash = "29eb8ef74701c517fcb919106de212b61aeee5ec94cbc875848d21c7728ec7ac"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/snowy_badlands.json"
-hash = "f6978d1530995e60085ca6d6d9d44a871fbb9f6b85c8c3dbe97940a622365b16"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/snowy_cherry_grove.json"
-hash = "4a0e7dfeabc37b955113c02fb4bef3c01854e6243b7b22aad9b1cc5a10aefd10"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/snowy_maple_forest.json"
-hash = "d981d99ed35c7b1ee0162aa77055f5b9670af03fa39dbe8069b17f86033f9785"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/snowy_shield.json"
-hash = "b66cffef22f24f51621ed07aa824555fca43a65f8903c57bf8f221fa790b6aa4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/steppe.json"
-hash = "82c6d97ea7641eff3bd521b446daacb799313f00171c70c604b7d94285b1da6a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/stony_spires.json"
-hash = "dc450e3f3e6e53b659d5210543fce15aaa2ee0b10937f4478425ddd767690f3b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/temperate_highlands.json"
-hash = "a48538820d37db63d8197c98b6b93cd11747e0113af4f491ce61c25ff25dd43f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/tropical_jungle.json"
-hash = "346bbddd52b45fceee62adba2f0a44b4010b60840e176567827ed98a5f54d3eb"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/valley_clearing.json"
-hash = "88bb92ddd988838b29a75330e581b42bada9f897128cee4e671c99426e61e32c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/volcanic_crater.json"
-hash = "c7fbf9e41e0301acc4ae602470b2624e10fa9f30e945dd0e0a965f1c0a8957f2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/volcanic_peaks.json"
-hash = "8547d6c45916280ef8d1a3047dde1e859d4b0ccae58b981380c35233219f926a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/warm_river.json"
-hash = "e8b39bd6ce4ee5efd2d65b333b4f92fac3c69612307cb27ee23d6cc444e2e493"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/warped_mesa.json"
-hash = "49f4a8c8871b7626899dcffb3c2e73eba905313e752176992aca566abeed78f1"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/white_cliffs.json"
-hash = "6a570c10d0dba6d43a7c8f571fb6514141521bcd5aca33203a0bf2815df0493e"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/white_mesa.json"
-hash = "6698d0d6c9ae13111b2ee0c3c10fcb6e050a645fc27bcfeebe18b4ed9f66148b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/windswept_spires.json"
-hash = "2861585c7a8f6c644218199842b03640d5f33ad570474b982f8702d2a8f869f4"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/wintry_forest.json"
-hash = "640df6ab8c0fb20fa2ab28fd9f45e41b66aa976aec02eaefc5ddcb65ff9b2d2c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/wintry_lowlands.json"
-hash = "640df6ab8c0fb20fa2ab28fd9f45e41b66aa976aec02eaefc5ddcb65ff9b2d2c"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/yellowstone.json"
-hash = "66986702c96290553d742da4c0514ec36ad5dd1e5ca9babe22a1e148f922ddc2"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/yosemite_cliffs.json"
-hash = "4e74ef7c367091971e12d11e35c71a2d04dd0ce5622d68cbb8c883ac542fdd78"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/yosemite_lowlands.json"
-hash = "0489cff8970c8bf5aa37aa8e531a33ef1b99a9a0b40d82b619f0eab67852f519"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/chests/catacombs.json"
-hash = "47c28ada6dcd7bc6505a2072d33755a65454b89110a732d85c56859420162a58"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/entities/forgotten_guardian.json"
-hash = "aa18737fbd983499ec9a55d3caea9e96385d773d80229cfff8ecc35e1740739f"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/undergarden/recipes/catalyst.json"
-hash = "52741a683f29647f5cef5be1eef9ec070f3cbe6074c330d2bff4db798123e73a"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/waystones/recipes/mossy_waystone.json"
-hash = "817701046cca90e714a24dd98ca8ec2ae5ec5d7addcb5d7094102452b87ef0a6"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/waystones/recipes/mossy_waystone_convert.json"
-hash = "024871e1a4373b70ff00b6fc6a6496549048385878cfc1f0578e8ce9f3867c67"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/waystones/recipes/sandy_waystone.json"
-hash = "7493c243981bfce48624802fbbd98484d0c840f2c40f22064ee62f1adc6693ae"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/waystones/recipes/waystone.json"
-hash = "1175d65dec4b5f2f19e9b963162163028fecb3aca8bf0674a46f929a8af9b1b3"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/wstweaks/recipes/blaze_blade.json"
-hash = "c74476b804b0bdaec4b22e9df6695fc8f8e5ecd011db6c7df80344e4c1c14712"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/data/wstweaks/recipes/lava_blade.json"
-hash = "c0811a477595b9867a283f08416a585b0bf11b2414ad10f1109fdad2ce18709b"
-
-[[files]]
-file = "config/openloader/data/CtE_Configuration/pack.mcmeta"
-hash = "b481c9bc6e8596c6b36628c1be08099fa7282e12d010061e0476e1372533c7ce"
-
-[[files]]
-file = "config/openloader/data/CtE_Events/pack.mcmeta"
-hash = "e5e5979248a0ff70412cde4a6124ae24bfa62fe27f9123128dd4834f43aa879b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/loot_tables/blocks/alchemy_station.json"
-hash = "50e0511a67b6e53aa22e624f3bc38d20baa71d64ab595c7f0f6cb0ef9bb2bc19"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/loot_tables/blocks/cooking_station.json"
-hash = "a5d86cee35fa2fe7b97af690c0b1f6ff71d148afd1f7ce556e1151993f19a5c8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/loot_tables/blocks/enchanting_station.json"
-hash = "c4e2dc001ac55f1daa421be98b4cc4a52867a1eada13c15e26aca02ebcfa5404"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/loot_tables/blocks/gear_crafting_station.json"
-hash = "0e3fd3b39bffaa3f476e311fbf1cd63d47169ac004c8021dd30564a9bb32e548"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/loot_tables/blocks/salvaging_station.json"
-hash = "36976790ac25d388e20dd9884b2e3bd9a3085543fdf33ddc6cb4e923ce24d88b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/amber_amulet.json"
-hash = "7f44d6b8cf800d848ce010b1e78fbb536f0cc4f3ae3b86eba6b9af4462f3f548"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/amethyst_ring.json"
-hash = "9920f152040cd4d22a9d6225467d32ec4ea440bb4fc75fdc4d7f96783f9fea90"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/arcane_staff.json"
-hash = "989621b8d9634aea5113bf818a943ecabc33611ef9c7ec1861d0b0a61b4ffd32"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ass_bow.json"
-hash = "cbae020a157427a085a445d0d712ae1bd34c5bfda46e91f3d00c8f8490e0dc33"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ass_crossbow.json"
-hash = "efbc72d1eadeaf9d577b475586cc343f4bdc0bf1c206dccdacf5473c76cc873d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/bandit_mask.json"
-hash = "63c8d79ddadb2b8d75e87eb4de1ad540aa84d94f85497049962b75c6bcd971aa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/blood_amulet.json"
-hash = "44cdefb09cde8725d7d23d117ae1689473b4fad4077d4683d14ae75c0f32b550"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/bone_bow.json"
-hash = "a29a57a8bcaf850f3e862e8952d8f963bdc07bf73b852ce4b81956988b141286"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/bone_crossbow.json"
-hash = "3a22836c16b53abdf69b73bc4c0c8cc8d3c88545c0c27c7435b0b79299cb3239"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/bone_helm.json"
-hash = "bb0e60a0076c0aabf6ea29a576e209defd5b8b0d8bdd25ec1377f69e1a0938ec"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/broad_axe.json"
-hash = "0d4fbcb29b0665a9818d3cfe86f97f31a09795882efaca11a461d7034f7beb3c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ceremonial_hammer.json"
-hash = "9911a903b9b5115e66b0018a39a36bc59cfbfabc30b366b5f46c8f8dc1bae0b4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/cleric_staff.json"
-hash = "bbc62337a7349dae8970334afd501a08f316fa12d1c4780add08de7f67e6e4a1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/cursed_staff.json"
-hash = "40fd610cc659ab35e36fdcf9cf417e656a3ad42dd5401ab5cdd206171b9f4f58"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/diamond_ring.json"
-hash = "8bc963062d442a244a386b4e361afb94d36196cb900e33ecd75eaeab5c2b5290"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/dusk_blade.json"
-hash = "971a6545d60924ef20f23f1e3879d19712aabb886bb1869c210425a9a4682e7b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ene_ring.json"
-hash = "c46d8f368e2f636eb034816bb35552a694b65c037a37c7c70badd2e264932918"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/glacial_staff.json"
-hash = "a7cef9afb06d19d52850a6ee06b6de2cf92f71d468c103e80ed54661c31ed3b5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/gladiator_helm.json"
-hash = "bd3cc09630b3345dfe203c526355b952a9b8c200780d2a81702635222d136093"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/golden_crown.json"
-hash = "90b950817b1eae33f8ec18ba7cd3e50e28a23f77d52e2b72c43ded4382ad494e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/hp_ring.json"
-hash = "8abf4587b74d9c1200b21a61423c690e1aa62258636f84b4f64cc563b67c40ed"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/hunter_hood.json"
-hash = "7f5d9ad2f34f3feda1effba2657a4de7c3a9c4bf0af52c6fe58c47737764b550"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/hyperion_spear.json"
-hash = "153aa3bb2842f7d98580b2e7dcd315cfe318f15274fc74c8c5eba0ead41a1ebd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/imp_dagger.json"
-hash = "91ad4f398a5059e69059e734b1b8419c80645a1a6b17d6be7d475590a7df37ad"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/imperial_bow.json"
-hash = "53c3e73e4d3bc0afc9649450debf5d39bac0493d9ecef09054d18045fa377efc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/imperial_crossbow.json"
-hash = "6de9aff6c10dfea31f9007fde26c1cd18374abeb0a3e10f262b12df72505db4d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/jade_amulet.json"
-hash = "a88cbe080a769c6ba22221a2c855ded87a0175f2f5ace13b9f41501e388f4087"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/lapis_amulet.json"
-hash = "2258df513d3bef2dd721cc46af4655e4da93de6c4c63cd33a7104e203bcce1c6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/lightning_staff.json"
-hash = "450933ad020703578e005afc89319d064ac538edd6cc3005e5f4cb4a25dcf4f0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/lunaris_circlet.json"
-hash = "abaa97f65072e489d60080588784b0c2f436c048a619665dfca50d4de9c42029"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/mana_ring.json"
-hash = "05fc867c30676144380e04dd32918eb3d83e5e388475ac60840c9487e2511ba7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/mind_cage.json"
-hash = "9d0df78d05d16e99de2c62956bf2869624a028450396ba324953a15f731bc3c4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ms_ring.json"
-hash = "2f2d89be364324a5059656a417410efda1d36c30907c0bef28389d154996f68e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/necro_helmet.json"
-hash = "739b9d5605f77f36da59f41b29b6ddc92b1986c768447484659e257cb66fe285"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/oakwood_staff.json"
-hash = "1f793b4fba7cbcdd5ad7eeb92fe7e500a5d3d6929f77d38a749379d1d9e38e63"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/onyx_amulet.json"
-hash = "ffbe4a487405f8c36694db93249c2f9265a9198e97cb3a6da86f11862bff8ee4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/royal_helm.json"
-hash = "0d83bc759db97f72cb2f72377ad044f4bd780c3c714411a7f1c2176bca06715e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/royal_skean.json"
-hash = "aa3560012916cf5c1421fcec0166d95485002264c6381cfe8018b047490eb161"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ruby_ring.json"
-hash = "fe8645c8ed813484dc69360aa6e4a573632460e9ef7a6125e753c7015a04dd5f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/rusted_sword.json"
-hash = "ce74723ba51e866fca85ace8b47f4c4f9041187d04277abb23e0f12f5992521c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/sapphire_ring.json"
-hash = "7461734b5cfa03bf897256115fc9d4a40dc0ac2edcdbeef678136ebb3d4d90c5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/shiny_amulet.json"
-hash = "25e798a9e2baee32dda2160b547f69db2dd2eb64dfa95ec02615fec27723d9b9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/shiny_ring.json"
-hash = "e68d1d9748c0a2b6c9f78bd6932910d0ed50ba339d9c28648d3045ab8422c586"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/siege_helm.json"
-hash = "ead0177f9941b0c9b696ac7decbd688e9a29af6bcce618a602c35d61e1384dee"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/soul_amulet.json"
-hash = "c31bbb413959930316518d772cfe3ff6dcf7c8cae81bdc9843707c4d1c77804c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/thicket_bow.json"
-hash = "7b6e4e8cd5ba0fd49cc2baebfafa1da3a12aca89c4d9f263090411fa4ebf5437"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/thicket_crossbow.json"
-hash = "4804ab23ac31949c157940ecf40c4674426870f6d088d5d14c2922a4ca3402a9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/thorn_rapier.json"
-hash = "2086dcda7a5c81eb9045905d0a79a4cafcaf1ceb6823fed2dd09c4c557b77804"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/topaz_ring.json"
-hash = "95ce120c8ab7859aedebbf562c9c43bd29f84a495e1ee0b76095f5a6d1cd3064"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/twilight_blade.json"
-hash = "937745604c0130b527ba94e8ab030574befc9f582f374e5388cee7d0bc415abe"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/vdo_mask.json"
-hash = "4b881c896ba7cdca6d073209ce88e2d0e14329d0ec6ba2f845356a4c4a77f07b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/war_axe.json"
-hash = "d222ab389b1e0ee2a2bc406008376dcc611392a0813c755885eacfcce94690c0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/war_spear.json"
-hash = "248ad54a13fd58f6a0b0414b1ea4634b1b1088812722518cb60800b56ff1a27b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/wildfire_staff.json"
-hash = "adc35889fd49004d445b121d1b80305c09de4c46515991b1399374b49851cfa8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/wolf_pelt.json"
-hash = "505f55c9636d151acee57155ce19a91bd9b1f95aaa91f5447e5cf9a6c6499f58"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/anarchists.json"
-hash = "83e1a5631efeedae9870c35eaa65130f59a6b2fe05ad75dca8ae226a52a77c79"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/archeologists.json"
-hash = "0c8e9556e39b462c590161077a47cb84b077f596f550d8b3768b94ad40a9d122"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/desolation.json"
-hash = "691afb7aa0ec681a289ef185e09507c6d5b1dcf44cbb82562d16255cfd24179c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/energetic.json"
-hash = "aa1f70f303f24fe4f654c1557b8c111b819a70255d43196adf538b5b964f4ad7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/energy_thief.json"
-hash = "2e32f80a228bd1988d50190b58b9fe5b4469d3b452854a0ac8e650bcf3a84731"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/fire_spell_ele_dmg.json"
-hash = "99e3b28401e14951b25671910847e17c6bea17f15386af7a7fcade718adfb5fa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/fletchers.json"
-hash = "f4274d9ccd2aee6b4b5cd66f51fb9713690e214bc134eef5ced38b1e16a222f6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/focused.json"
-hash = "c5e8e7352e605e4b3e341055bd426d62a6c9adc0c331067f0a84850f71dc4ab8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/gazelles.json"
-hash = "94357dd9e62e6f10c66d2a09b1a716d06e44ff487ffd950658bbfbbfeffb594c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/giants.json"
-hash = "798390556884bc51c021a1e02b094120455072fe80c122cdafa0e7bec6333c31"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/heal_crit_dmg_prefix.json"
-hash = "e1c181603458f77b6994dd6307d31b9a5c78bb7a8f7874bc53c0555e3b4cf18e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/heal_crit_prefix.json"
-hash = "8460242a993fb35b4853d4afca489041e4e9ac276f145b60bfcc8459be117311"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_armor.json"
-hash = "cc25921aa0bf367dd3785fc523229e090d96e67f9fec60154fd246b3b95dba2d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_armor_half.json"
-hash = "13a350fdd665d595ff58511c2ea579a641a6c246119d84e284916730ee412a4f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_dodge.json"
-hash = "0744630696245c1c04efe5dab952aec1733e3c80ec555439627aa9a777cf5016"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_dodge_half.json"
-hash = "53729462ce953e7bc181d5cded377ab39668e78ffd5fcf28558146de9e8edd7a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_ms.json"
-hash = "5beaff16435d9899833a30208ca9f4cd63c53014c30a4af33054dfbc1b929cbb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_ms_half.json"
-hash = "ac729ef45aab405cccfe3bc8db15c9c47aaee1760430e009d3e74c24492d6c86"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_armor.json"
-hash = "5f65a1b81ef466e8417b1324ec80be056630b903f146332d8a9195b43084c7c5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_armor_half.json"
-hash = "d92f90093a6bea92971ae652b6c5a43cb144cf703236b8995a3add05c03f6f87"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_dodge.json"
-hash = "0940d24bb2bd8e47257453ccec6e94383585bedb35181862f3da227944343dda"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_dodge_half.json"
-hash = "75dd2a985e5a1ff403d56a9579039020c86a3e65ca6a035fb615c2c239e21095"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_ms.json"
-hash = "6a3cfebc97be702dc5b155f0ef71dd81f1851e8440a58365c793eab1d76508b5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_ms_half.json"
-hash = "29c84105ffc27542c09a8b76a870aed5f936da052fe2e6e0a31a2dcae97d7bd5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_perc_armor.json"
-hash = "fb9cbd6c8ae1aa1b3fae0bb701359d07b5585994654a6ac4a618053b26432a41"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_perc_dodge.json"
-hash = "63d39124416985468000eb550eecfd8c4a4fb422d7f33c843c66bb017905a95e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_perc_ms.json"
-hash = "536abc468f22122a2c8b615f8a303841307f59410e2b56cba19e83bae1bd40ee"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/lava_callers.json"
-hash = "282d6f37ec123c1f1151780d3dc5c084b7272941e4905fc6ee27724b191a6a3c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/lightning_spell_ele_dmg.json"
-hash = "8b5d36eb84964c7f818abb5c62afd6a98fe269ead3748075abaa224c1276af9d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/paragons.json"
-hash = "c8f2fdced5802d04e5800e3799b1ddc438802228028a2ad0c8542f4a1f9caaa5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/physical_wep_dmg.json"
-hash = "878d87267619b27151173ec306b884e01475a4cce164e4c7d3254262fe4fdaea"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/precise.json"
-hash = "bbd12fcc95d6b89e750ec75c0948c234a8833779fc1a588d9597c382d6cbc139"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/promised.json"
-hash = "42ede34a44d058b0b4cea63813ff34043309bc4243e171dee8e6f41d030ad6b5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/resplendent.json"
-hash = "c387ddd1b2cb4f40904d3cc2784f49dd69e6665bc31e7838b37bf2fe36cecfec"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/runic.json"
-hash = "a08177cde9fdd808368a8ae1f7f342fa5c06e658b0bdb12a88426cbc7b08a524"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/tempest_kings.json"
-hash = "38f9760ceb8fb5f7600c0965af1b9cc9b3245b400bf2a668af1e43966f91b5ac"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/true_hit.json"
-hash = "772012ded9c6d995b94d2f620ce3ebe00ee17be22d479ec823724c0e385c59d1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/warlords.json"
-hash = "d704f97bb8b7b5ad36838596e2ee6542c5e080bc01c47506de809b37a6887422"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/water_spell_ele_dmg.json"
-hash = "0791511a010db33b204a9b560d756f76b01f6750efc2c3a167fb1525384bcbf1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/weaponmasters.json"
-hash = "1cdc05e40c7d1d0a2b50b9935f4c1aae34b1ab0acb71034eaad86f60be6cd963"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/wep_item_both.json"
-hash = "9d7f3a513f017cefdd47cb296906c5294336a4305829d3192f527b213dbb5b7a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/wep_item_flat.json"
-hash = "cc2966de669198d0f7e47466362beb85e37384ebba88ebe47b8e9c3a699f09e3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/wep_item_flat_2h.json"
-hash = "75a20d5b660c2d66c0039a9c520dbf67f97dab519cd90d49ac7610cf29f01402"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/wep_item_perc.json"
-hash = "bb3535d1e5839023956d5c0d428981ad968efbe1fb87972db03ebc2d8aa7ebbd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/winterbringers.json"
-hash = "41d9b1d19f2882c687e06c1cb04f8459f26a314c828dbdf30cc60d77c0e5d6b3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/crafted_jewel_crit.json"
-hash = "0df6d47980f27a35fe26df7d3e29275c57a0d563af75e280a87414ce452a5f11"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/heal_suff.json"
-hash = "fc90e1b9967139374268510027a6495dea2e74107591ec46c4a73b1adc5749db"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_blocking.json"
-hash = "c73764923cd484a77ce6e358c62d32e30e594523dbf24daea39bcb9f07aca027"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_brutality.json"
-hash = "4f1ec7262d7d0d7000a47bcf4aafe88ec7b302d1ef1eb52c63edeefad7ceebc4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_consumption.json"
-hash = "cf666324a8f657fc10d7ff5215c11e1795b91d137f4cacb792b68d67666ce8f0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_devastation.json"
-hash = "a8f7b771fbd7127547b0e8083ff227144325bb069142ae93a38260a08db52d20"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_ease.json"
-hash = "d3934d403e8e57fad8b89cbf8cf900b5578e892ae0dbc6459384f3ffabb89711"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_fast_cast.json"
-hash = "a4c98d74f72c29e18c721094f4b1282049b0f05c378145e2d0da9b5c66bd1efb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_skill.json"
-hash = "3d6f50c2c567620ecdd7106dfe1351797afd267db412d616b260367e084a930a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_spell_dmg.json"
-hash = "c2967f1ca3808dd3279e548c41bf8524c8f193af6b3bf0f97564a732ac8342b7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_sweeping.json"
-hash = "44a06bf9ad8f7becd135200499cc5cbff204ee1289720a17c3027d972ecdeb0d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_the_mountain.json"
-hash = "32699bb1836ae026404323a98a6d21af35d768ac9a91027fb5cc431d5ba17615"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_the_philosopher.json"
-hash = "9a7d2dfb9e830116387644d76f367b23b243dc1fe2287fc72a546780e5c847da"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_the_prism.json"
-hash = "0a04f8cac6b90051b62204b4b1165b922c0404782a53cf29640ed97f3b9ba33c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_the_titan.json"
-hash = "667d09e33adfa19a302dfca3859c05df91bd91c93743bf197a4a8ceee1bf594b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_the_wind.json"
-hash = "7a6e470507fd90aadbc6a8bd2e27ed806a6501cd463455f0ad6b63743431e928"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_treasure.json"
-hash = "5ed322d6cba5cbd131375f92bfcbb9a37dd3b811db5bdb8c55100ddaa6d88096"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/strong_dex_armor_suf.json"
-hash = "4c8d5c6c17094441439e2beecdb804b6e703e186c5ceb6f6e629c10120d14dad"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/strong_int_armor_suf.json"
-hash = "acbbfd646d7024461c2a4774e62da2681582777306df5babb37e5ec480f71fb1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/strong_str_armor_suf.json"
-hash = "719619bb5cc698aa43821c11022f27abc46cf9ac863fc104ff504522fb8e82ef"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/tool/mining_block_reach.json"
-hash = "e4074e158b263620be0e09dd96d9e00b88f92fb0d7a67e3b8472ea80861112b2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/armor.json"
-hash = "606ac0801d505d972e965ff33a710e8464c9540b94177beccfa491074ea6d79d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/back_to_basics.json"
-hash = "ea2d66f82e16c6a1e4c2b354f3919a509370c206a3ebb39c334e2953cadf7af3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/block.json"
-hash = "e26de0a9b0ac6c3365ed329940d23cddfcfe62f57f9fe335c674da37a9912c5b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/chaos_res.json"
-hash = "1836af9230fa1b78681c7ee5ef9d743ac30eaf858c0aa66c051efc03c1768648"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/cold_res.json"
-hash = "a99fa9ac62314bf54245cb0d8d1ae1a525b1bc72d0490cc7d4e3e0c6c2639536"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/dodge.json"
-hash = "61b05ebaac4ed064ec66d7c965f108c1b82a96a420c7c68ad7a13bd033759d24"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/ele_res.json"
-hash = "cc9bb8a83f6a733fe8b9847f4420ebf7f9b665198be9088c02d106a5c218cea2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/fire_res.json"
-hash = "a28391523191339edb091a4c3114b3d4ef86bdbb0aa2a57c7856fdf437b33de1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/guardian.json"
-hash = "a61225fafcfb37945e66948642808147db9d19028c2b880e32f803d2ff2ee3a7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/light_res.json"
-hash = "80aca41d30230e716d90dea1f830e53d906908e59cc2a69e9440ef6fe6fed712"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/magic_shield.json"
-hash = "2750f43fca1463c54513b6b7014088c4c1603b7df1773776e14cc460c38fe3d6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/magic_shield_reg.json"
-hash = "1eee67e81a127f5b500907f74c9ecd669886ce4849c1335a0860f940fec034d7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/mana_reg.json"
-hash = "649832489dcf71fa9da1745cf5816d972fe8ecaaac8e3bbe8e7843c521157b1c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/axe.json"
-hash = "6968aeb198ac00e3c6b8121512e9822b510fcedcfcdce9ff56ac98c15c502364"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/bow.json"
-hash = "48e7ba518355a5ec6bc753c41d6ee1f2b97bc0cd0cbb6bb6c208a52ea314c96f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/cloth_boots.json"
-hash = "43c114fbc6d76e2d73d734f28d965d592026e7f13514404fbab0cadd2f963b05"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/cloth_chest.json"
-hash = "dfc2b8da5afba44ca01cf0401ae8725c8bcfc015a359599f1b0a953f52d405db"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/cloth_helmet.json"
-hash = "45ed985e12b0a249a3d252aaa625e61590596959fb576d789a8f99de39523b3b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/cloth_pants.json"
-hash = "e0a9760c3751b190817d53738b5e6dfd45dc0cd6ddb9d41c84b4bfcd16456c12"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/crossbow.json"
-hash = "aec5cfe803423e7d587711247c7fcf13db2dda306a0d6722713fe72aaf76c62d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/dagger.json"
-hash = "a953525569e4d271c100759cf36d969bc11254ede62c4e040b9bcdf7fbff0df1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/hammer.json"
-hash = "8831aef2736b298614cf50ab0b892a84e420dbb2e2994ff83f7996ccb8476ae8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/leather_boots.json"
-hash = "74476428532ca6d34224bf1673cbf3f37239cb22ac3a2983df0b1ff64ba3b8a7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/leather_chest.json"
-hash = "91a8ec49388c9baa360ce426a3da68e6b93695c020fa62e2d5be66710c7fcffa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/leather_helmet.json"
-hash = "8d05b68dafb72db608feb0e6347022dd0ecb37ffccc5d645ab76156784b0cc66"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/leather_pants.json"
-hash = "8bef337223f67ccd5b83eb30a1645614f3e2555cd6126d616c2fe8355c53e3a1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/necklace.json"
-hash = "755f0a8bac39db0c3b4569695e72539a03b775d3a6f0c7d89686796d2bc78d3e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/plate_boots.json"
-hash = "36812047287bc0ce821c9690ab0fc8aa6dbffcb18e5410eddcd4c2e76c5ca1d8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/plate_chest.json"
-hash = "35266153aa4aba1337742bfb8663206603c4727cc5e081b514f3c832051c5e9d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/plate_helmet.json"
-hash = "2d7cfd1b18da343fdf521d8094f0a2652eb07ee1528548723b6c50ba747f9563"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/plate_pants.json"
-hash = "f0019dfabdc8046ce88a282e3de7da58f8efe7e4c5439819e89ed95af86caf75"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/ring.json"
-hash = "47bf2c8acfdddf5e8c166ad303762cfbd2dcac3ebcf8e1f809af80041baec10b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/shield.json"
-hash = "7eaf8048634aa2716ec32ce06299b9f28d4a98a7b1cf04af74eb9e4c94269a73"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/spear.json"
-hash = "755f9d784f9e0e1991161c52b242a04d208865585ba707067058d3e0b0f3eac5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/staff.json"
-hash = "e029c91585c53f847842fd241cc25113d9ca85d7dc1d403a7d6bc2f2d45b1034"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/sword.json"
-hash = "1f56537664c32c9d8926ea8315136e52066e4cfef0ff8e0a24c8272af1b92844"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/tome.json"
-hash = "54de6128de466f19a7f5704c159f009cfb2692204643490f5fdfd205fa6f4764"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/totem.json"
-hash = "ef7b73e040bf4f008f58753bbeab5e0efb806bb378b70e682362944491bd249d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_stats/mob.json"
-hash = "c42fb5445faec395e4486ff67300602e6e90c137558647a5dcd50675317214d6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_stats/player.json"
-hash = "d11ef5e864c585c66fd0fffb704fd3d5c3bab98d764d2c7a55cf9105976ff6e4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/blue_skies_everbright.json"
-hash = "5eb1c92c20363749869ca56fdd7c25de04b51f5ab7f8f8486aee349a68e31046"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/blue_skies_everdawn.json"
-hash = "8ec6cde54bc51d3b6cd93160a4d2e8a86ea63945ee8afeb39a933d449671d56e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/deeperdarker_otherside.json"
-hash = "996adf4b00a04c1d23a37f885f5be47a2678c6b8ebe1b45acc381cc06fa63e4b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/minecraft_overworld.json"
-hash = "f1db9d26c2cfbf25bb75cd69061972b08a1ca3b6c9139eadc154ccde31ead4fe"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/minecraft_the_end.json"
-hash = "14337128f4dce5c9cbdec6406303fb7467abf7653cf49f971ecc1f177599e5bf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/minecraft_the_nether.json"
-hash = "41151e4257d56c5eec12972ba0aaf2f3818baedf41417b9d91fac8fc2107c105"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/overworldmirror_overworld.json"
-hash = "19ee6ea7234722971fe6e942c24d4410c241be69824f53b768a00701070950e3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/undergarden_undergarden.json"
-hash = "1598102fef4289f6cc6a97acc6cdf8c320239a275c0c8e3cb6d4062be94594c5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/alexsmobs.json"
-hash = "f37a370345c47d5aee71fc25d93948283bd59038f085aa94881f3bcbeb280e08"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/aquamirae.json"
-hash = "a5597dabe5e528e7d45855a8d8afbd8eef645f0b2e6032907bc1f124587abb54"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/chococraft.json"
-hash = "9fbf17f4d386327e7a12435b23a0d534a6a4e64bd8ce2b65c5078f8eedf609fd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/creeperoverhaul.json"
-hash = "22456164e0ff8af6020d53b57e5e7d66ee0d5ac67b7ce55061ddaaeee5c679e2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/deeperdarker.json"
-hash = "4f3e8558ccaba1978f9c9ee059343cda325efdb9251e5a56c4e2806036bf236b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/easy_npc.json"
-hash = "9d3cb420429b4aafa8647f2f594d6194dd7454a804f5c13b76388146eed65868"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/mutantmonsters.json"
-hash = "6631ab2351532ebf25653dd0c7255eb859718525a1a8a7465e16dc7d43aa6968"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/undergarden.json"
-hash = "37346583568e6baba5656360ed6f281692d99c1ee2c6c641c9543ed1091636c6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/alexsmobs_skelewag.json"
-hash = "897b740c806c13bc977feae0cfe41a001d8063539bd57bf083421c09975576e3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/alexsmobs_void_worm.json"
-hash = "a184d0f0dbe9db50902f1246a0101b0a82892f6ba9b70a0d042349d4d5d1ba52"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/alexsmobs_warped_mosco.json"
-hash = "689d75563c39c1151feb74ff2a523b1af60ab1d264a4000960a1189fa588103e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/aquamirae_captain_cornelia.json"
-hash = "ab6d7e4843832e8ecde5f0407de3134828521a562aa5432a5ac2940ae83508ea"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/aquamirae_eel.json"
-hash = "76b8e25301efb7998cde06b26c53c22651a7ee1e262f6b53030d4500f5d1a56b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/aquamirae_maze_mother.json"
-hash = "5c41292a825fecf3bb394127013918824211a2009d68cd3bd601dccb0da9b6f4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/blue_skies_alchemist.json"
-hash = "cc635927e26fc5228287d8478decff2401606034031324205b793e7e07e05a63"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/blue_skies_arachnarch.json"
-hash = "cfc7d5e8905bbe55d19ff206c3d8654dedc0395ba81aa44e5196b7cc5b211585"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/blue_skies_ent_wall.json"
-hash = "3dc70820fbdbf59a189bea284c208dee5e67cd5d478db63e47f755132b6c0e5e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/blue_skies_starlit_crusher.json"
-hash = "078ff2ced7e9c1fd83d7d1d69ea8c116cd93353295119fbb3b0593f67540876b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/blue_skies_summoner.json"
-hash = "b721ac60ada8ed34e28e67b6e7059f5a4a684d2f5f64e68db610ddff5cad90cc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/deeperdarker_stalker.json"
-hash = "4074eccfda0a9f914cee7e68060e5a90ad52d95dc14e06c332bf421d468dc5f6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/doggytalents_dog.json"
-hash = "353e0aba083a0ef6c8ed60fb6414a6750829e515af65c410a986b0a4d7c5e576"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/friendandfoes_wildfire.json"
-hash = "05e6d5ee995f41a2682e8996e513058fbd4a4962526c5570eee7e2eb67a401fa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/illagerinvasion_invoker.json"
-hash = "3487ca51980651725edff9c010eebfe78d19258890940a9b5794f692de05c7dd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/illagerinvasion_surrendered.json"
-hash = "18ea85abeaec69119e1e77bf8a9086aab9e39c18574ead31e4b0a32f2f110b3c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecolonies_citizen.json"
-hash = "20ee077225aa3c05fb95772976a7b6857f1aa052ebeaaf362b6669e1b86c3353"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_chicken.json"
-hash = "e6207d4f272456f852b74e01d95c58e89a5bde86cce1435518ed8b216ac3dbb9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_cow.json"
-hash = "693a36b76895fa59dbc459d81fba7a2df6e7b2725c52d9c828e21e110ae60fd8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_creeper.json"
-hash = "bdf1eb93dd46d281397a72315b9cd1a849d5fef505ebafd852940fe3d31f8a85"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_ender_dragon.json"
-hash = "0414039b82625efc7f381ae36d58f0bf5d33bbbd0264adbec1d3fa61a1740bce"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_hoglin.json"
-hash = "73dbf98d06892ff84fbe45e42ddbefdbc6fad5a74f3c2d153df23dce90be29ce"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_magma_cube.json"
-hash = "b5fba67be0c859d76b80020953521742e2954ebb1aa0e9ceb46d15c4074f52f1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_pig.json"
-hash = "ee1b637174c49225e5b3718093ed90eb70419083b73c2073715a294d68307f80"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_pillager.json"
-hash = "ed6e3f214c7e3524e8bec507e3358d9295abf16debbaf8a348f081a1e956cde2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_rabbit.json"
-hash = "08d180ffc79d0999e641ef264798723bb6bcbe87ebbc58692cd2450f2753b4be"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_sheep.json"
-hash = "1e91c7d2360d673a060c083d20cc5547d7ed3926701cae17a6b775ad3456505e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_silverfish.json"
-hash = "d98b22dd28678e50223e8ccf21f5ce821a3ef19a629630fab75e5981b55c53ae"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_slime.json"
-hash = "9bdff09d7de819291946c6f2887d6041d3576bec2308c8f04744865a7d073447"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_vex.json"
-hash = "cf19a6f3c3530a8a611b9ce4cd1146be1effc33d452a5b262ac98f6fd9bfd90a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_warden.json"
-hash = "cd95278f20f5ae0f3560e48a71b236e5159e8340f07073aa973527ce209b8dd4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_wither.json"
-hash = "f595e04270405f50d72efe92e3f5daa7381e230b4cf77320d26b157390292a68"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/monsterplus_abyssologer.json"
-hash = "a5fe9c3ea9d7e3856b719abd221d771937960872dcfb09e6fc06abb86317f2c5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/monsterplus_crystal_zombie.json"
-hash = "e04140166d6c54b6560bfd23478cd5f4f64f62944c5f794fcf2f2297231eaaf7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/monsterplus_mother_lava_squid.json"
-hash = "659903142638496620ada2e612d6c7f2ab0ab2362c7d0959c3b1b32efffaad90"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/mutantmonsters_creeper_minion.json"
-hash = "1baa68f2d13b19e3522d560c5d323bd4d10c4c73acd8966348cfea39df8dc5d6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/mutantmonsters_mutant_creeper.json"
-hash = "d7a2812a0745b2227141b72c7f0b2c96eb1d917f5de7c9132250664edda083d1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/mutantmonsters_mutant_skeleton.json"
-hash = "77088d62380790f47c83dfbd9c88062e6cff74b9b92e2413cdcd43c957dc935d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/riskofrain_mobs_stone_golem_entity.json"
-hash = "c68636e029b001331b70a376947f341fbfd32c1be007a02ce9a9f1e913916a19"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/stalwart_dungeons_awful_ghast.json"
-hash = "74458887f507e8525e473b8e51b794f50e646567e08bfcbb459e63d8a7c8a7a4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/stalwart_dungeons_nether_keeper.json"
-hash = "c8ea00cafe6e7619d266cc7f99624423b61c487cef6fbab382da502421c37e00"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/undergarden_forgotten_guardian.json"
-hash = "6c368b82f936eae9438967ade0c918d123a461e5935453f99669d26db7364cc4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/undergarden_nargoyle.json"
-hash = "dfe35133b8e856569c46179f0d7870746bcaef23b4392b2d3cbd13e557bd91d5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/agony.json"
-hash = "00142612c53a5e2667e0542b81afec5da5624a57713e20d7aed1ac4df4b59395"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/battle_orders.json"
-hash = "d1345038134732d40496e4ab75fb2a774f34d0ce30508e843328c4f8f5391687"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/berserk.json"
-hash = "aac35d42a69fa22a0e45087475ae2787d9fe8484bc97c0ceb74c79138b38c797"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/blind.json"
-hash = "5654e282e9c1c02d5446cf75a97d6d08c853dabef8bc48b7d8fbaa719dad163f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/bone_chill.json"
-hash = "8f7c50895fe18fe0b53b2a8dbe0bdf50738c7b22354c23da134733a8b354adb7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/charm.json"
-hash = "a7769c7009c1c8d294ddbc1b0880fe7d8f738722216094d8e46cde870e2ccca6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/cinder.json"
-hash = "48bd23e46a02231c4bd4f0fc608af9346f5faecb08537c62ab4ebba8877e3826"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/defender_stance.json"
-hash = "34c816e9df6f84226c951c83d0dd0cd072efe1fd4820f51c1c1a37b1d15daccd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/despair.json"
-hash = "c9ec8e4fd89f6682703424600f41651b3b5f519bf956dab62ee1713b9326ae60"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/elemental_weakness.json"
-hash = "e01d3a12757dfa3369fc738d9e479177e72a8e981d8f4c6eefdff78bbfb42fc2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/encased.json"
-hash = "f1be1ab99ea33f624c10021385d17e3d8dbda49fd0762e0afbf46d27dcdba014"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/enflamed.json"
-hash = "d5498663039ef0d50a53ed3fc152bb658f1e9f589582452c541609e08bcc507b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/envenomed.json"
-hash = "daf82286e56dead0e219dab99fafd3161596f98066e7d5ab07d117efa84088a4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/fighter_stance.json"
-hash = "79e2b189e93e9f3df3c25306494af95705e36ffd366a1c398440adc4c6513d84"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/frost_lich.json"
-hash = "202008de2b8972a58780409fcf3cab5a651b430c49613c7fe44b743c0840b3a8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/galvanic_blade.json"
-hash = "40b1eba965b0e62704088b649ba1ad4114f64c4b2a795470fc143808ae831372"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice.json"
-hash = "ac7073d9a6dd19c0457e06d0190b15bbf26df71c03cf453e59ceb6fd4e94fc4c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice_regen.json"
-hash = "10882237ec96201c3dfb68724f0ee367c531c3a2526cbb472c001cc848948f39"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heat.json"
-hash = "d8f1e1f51e7827f5529aac3e86bc4d542b2cf153c0f3c9b99f10af97b46cc6ab"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/hunters_mark.json"
-hash = "020e738818a496f7f6068cc99b5bd3c92cfd84b4b527f2a8080ba7e5df6802a6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/mage_circle.json"
-hash = "92ff9b688d16c790ae1e82bc4795b0c21067dab96de8e431c33c54b0b0ab2f44"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/mirror_image.json"
-hash = "fe39cae47946a98b0eee9106c8e64348cd9cf2408f68b084a52d2cad7d8228f4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/perseverance.json"
-hash = "f7b4609ea46a3d48129d000069895249deb213b7f1b3410d12fa851c86b834b2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/petrify.json"
-hash = "6680d5c07985495cf02f81d4bd0850f7605c3449e3092ef575d9b1fdbcaf30c4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/power_surge.json"
-hash = "868517bc1fef279097a13b80e03c16b627c60367e22c9859efec8d376bc2e9f6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/prestissimo.json"
-hash = "adfe05f42d20c0ac8ef32c55a3c6ffd57d3d0feda410d1ca6678012a7ea25765"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/protection.json"
-hash = "778f442645fc22f9c68e196dfd0e06ccd89d606c868b5a200cb03b0136e5aaef"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/quickdraw.json"
-hash = "c5db298eecbf74a6779a175e04a17e50865e3cf9cc941e9c7e421576bc11c852"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/rejuvenation.json"
-hash = "97b46d166a8f6a75bd24fd7550a42dfd3ffb176e34f819929c8787472b64d8de"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/sharpen.json"
-hash = "20324443258f785fd1538c1cdf05d55c69ca7202036067096874499dda351fa2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/shred.json"
-hash = "6775bc0ec89f7d6a84aa2263ca50b50aae874995cd123a05f99f700199d3fd79"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/slow.json"
-hash = "cc43f6ed0a9080f64e0b68062ecee271cf0eaf910e9f029faace0001cc0edad6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/soul.json"
-hash = "c6b886e8bb021df39b0a2b69a5b1b1c5fad1a69aeb148831c3a7c8e32532e2bd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/soul_rupture.json"
-hash = "e5b814ba7e72aed9551fe04a0473eb1ebd1a2df9ea481b0018a53e0962bb3318"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/speed.json"
-hash = "06f3808fe9e5b198c8a45486c84bc2f8a692498091c5c5bfe31a14e24fa5856e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/splinter.json"
-hash = "8229357ab736f10df10ba0f1197addd25324470a1cd93b9be597faeddc0caf69"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/static.json"
-hash = "1e8a916440e2c2ac1652d4371db744d93d5371b62c5c85f653f9117c3fa9b1ba"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/stun.json"
-hash = "bdaa6e709d939d5132edd5b918a4467a77009a1f7e183409bc2569c302a53cb0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/thorn.json"
-hash = "b6b418e9a1ebbdcc4c3c82402d1edb39fa0dc372690da609966cb634e357b736"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/torment.json"
-hash = "4a57c4a2233ffdadbd8fdd5670e4f1b63a92a08bdd83d1f48475581242dbb6c4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/undying_will.json"
-hash = "f38286c9fefabc1bb86a26426899142f7a5d5b391d29511cce9a0e7aa7900d9c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/valor.json"
-hash = "d879648eba390b042f34449c38845cc53556f70e14b87f5cf2d13d35892eaacc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/venom.json"
-hash = "860a93bf890203323e1e1ce7be8faa4520942763c723907a84df294351389f2a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/vigor.json"
-hash = "e51f084323754bb10b0044495b5f09e1eb16a3433b0facceafc4743f3b613ef5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/weak.json"
-hash = "1feb71c4c3c6bbc963c71043cb9ab06546be934c22322e396f7dc9726334aeb6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/whirling_blades.json"
-hash = "29157363c73b93981853c708ed65fb654861bb5fec1d54282b6d18dfad0e43b4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/wounds.json"
-hash = "3bd85305d90d7b2bff47b0c0229e0be106681e60a1f6a3092f6373beaaa7745b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_game_balance/game_balance.json"
-hash = "c6f88fa7ac4a78852241d7395d5737ab25b834e3db66fd9a34ec4eed80786066"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/common.json"
-hash = "0ec31b2323631973cf9423bdd8dc68d3600c131d6a0d32939ebc66cfed970ce0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/epic.json"
-hash = "c0ef88200ad5a3b8739618c437ac086ead646a33dd44041a7eb7c512d64138f9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/legendary.json"
-hash = "10df6785cd3fd0bc8172fc7403135d934e3edeae4ec9a4f2a5cf71d1206b0e41"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/mythic.json"
-hash = "d8591797383eba9afedfcedcc539242f3e79ac44759ababd21fcff096956c5f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/rare.json"
-hash = "dbd3891532579825aad800ebac5d693c22030e22dec22e05ed9c495e1c8cf7dd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/runeword.json"
-hash = "8d14b6c9bc1aae80ef30559915de6a6bbbb90147b4733023a54540e4ca8acdc5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/uncommon.json"
-hash = "5c75b5477d85207bfd6f53480432c6518bbcf1353a368ae75a382182a0dc4002"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/unique.json"
-hash = "a1f426aff103eadc1593212c3a125062f2b286075b88cb37bbdfad740fc80fb7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/axe.json"
-hash = "fada7025ad52f4b1f1f7d1eecce5a2a105d46c335441ae460e69b576e1b17c78"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/bow.json"
-hash = "46ad5fcbbc94bb945e544379dfd22c1f645b4370370acc90966c648152bad74e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/crossbow.json"
-hash = "278d11718db4f95afcb9bbf0eeffad997d9c4868589cf450b76fc4f1e4ac9ad4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/dagger.json"
-hash = "68f19fb675ce7c44ba0e58dc577f2d697fdbed1a09191182b3d920968daeb4c3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/hammer.json"
-hash = "a306a3d9c4e9a2c81ed1e3b0688991ddea287c0f302c41e3d6dbda0a4f423cc9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/spear.json"
-hash = "69129797505bccb6a1d6cfeff45508de90e0fa36a53aece8a3a734e8bfc3baa1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/staff.json"
-hash = "90d5ce6297982a394d570f35768d590f7ec6369ba80250edf0687da967dd671a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/sword.json"
-hash = "4978cab4b57ddb39bfa8debd2a012b0abfeca07c0b35cd3f4b85695e40a0b529"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst0.json"
-hash = "68c9ddb10ffa0f120f6470759eba0e3d25d5f0241b24006f6b95cca5f8d17922"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst1.json"
-hash = "c639c3fc80f34f40d9d91412673b9d530d0a19cd419429e69111d0ed47305c8d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst2.json"
-hash = "2180a0dcf524e2598b8be88d054f0bd9d452a33a29331a3f8b9e4fdf7ee84f28"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst3.json"
-hash = "41083d3b34d3a455d316aa4754cbe0a2c9d0831236937e88832d9e0ffad84830"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst4.json"
-hash = "150fbf853570a661227b827ae9c1e9f11d1faa8a002b604ee6561d153b926c7d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst5.json"
-hash = "69a97d63735d71fb3dabb6eebb2f5c6c7f4d2764291ae469bfe123d82c7e3578"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst6.json"
-hash = "e1b8307ee199746e778dc49b79143d3d690de751641dbadce7b4cafd72caf0bf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite0.json"
-hash = "0c90c29fee3276cadbae15a445053fd0a672acc4c5918c42c4615705dd9a8ed5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite1.json"
-hash = "546f1796bfce059a765c3adc827ea2070f119f5e3662925351dd6bb4bac52c25"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite2.json"
-hash = "caa00f623af2dbce5b21060608871e32e1138ff53f99687a44f2a22e1b6109f7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite3.json"
-hash = "fed1e8d63da2715284ef8c0478dcfd24f9ae71917a9e9f1063e556f69a671c7d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite4.json"
-hash = "9f5031d9c582be9c40fbd4e630bf7cd7ff9d08d60c92434f6c17939825bcd176"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite5.json"
-hash = "f4db7725c86784ad0f44404567dc424ce5cdb20731443322d17ee8875b8c90b8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite6.json"
-hash = "98d2e284fbce2733bcc4a9fd21f2ae8e7e62aacf1b1f36f62f72341dd7fc6783"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald0.json"
-hash = "2977ed8d9f702e8c70014ad7df91ad1b6ad859e20112f6fdb74478373eb54e6a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald1.json"
-hash = "161714bdf0ad538619b6bf9158b98d328860f4e0b48deea6b5708469783f7ae6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald2.json"
-hash = "1f56c65545f9ef2b2a1f0445c0f393c59968aea8ae1189d988c01b19e5a2f8f7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald3.json"
-hash = "0c86345d3903302fd54545ce8f4bcaca99b62c901543324a61f14abdae7a9843"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald4.json"
-hash = "94403a8e34259ee49662f6750d161bb8f343ef19ab9b8cd3b83338bda7250e20"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald5.json"
-hash = "c295d6e0f55d22be9e2008fef8f142e314e2df6204b5d2c60bd00ea8263ed8f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald6.json"
-hash = "d7fdcc8f825fe4592fe6e429759df6be0f7c4d2abc9880aa55ee236865733bc7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet0.json"
-hash = "56d65287975c2625e10c8ad37e3ae6a3074c461b2bee9718c819d47231f5b01a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet1.json"
-hash = "b0e030a39713659d8aff49a8d5eb8994bf5976ae1d38e36420640bca28977eec"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet2.json"
-hash = "96d70dec79ebde4cf1680188db0593d8c0aa3952621e76e53fe4ca69f9909838"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet3.json"
-hash = "30d762ae6c06be570a20bea80975429ebc7d8daa99744666f1c971e8df821792"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet4.json"
-hash = "6f4a9bfdd17fe3f96a0af37fa36708e40eb8d9476adb9d881f1b12331c4f3204"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet5.json"
-hash = "c370e62e93d4779ef96b4be886b61f91259f73f7b322e3de90d4ae5ba351f8d8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet6.json"
-hash = "1172e40105e47b01aae3d7d62648f21b351c3654096e69a9cf2b2ba2a312d418"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal0.json"
-hash = "4539741dfff3ac98a867957bb595fedaebfd0696503ca3bdf7cdb7316553471a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal1.json"
-hash = "b1e764810a0602c93ee74ebd6221b5daadfb60d14c9b96b56ff699f4769fb12b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal2.json"
-hash = "ced932fc1992371795d6006340fe327f43f9221dcffc2aedfc11dbd04f138887"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal3.json"
-hash = "6eb3ce377a60c6d32813fad2553f864071d3777d60f6b11b30c2fadd94176831"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal4.json"
-hash = "5aa5d840d7442106959f0fb4f053c0faf9dc1c71f83b3d41bede27b2e6942802"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal5.json"
-hash = "e712a22259c5c7359c886d9c8a7f5c53f9dec21f88278938cbada0235d130f6e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal6.json"
-hash = "af0ba184ad6ef01f549a492e2a53053af822f23d6129718f4ecc4a8bff3ad1e7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby0.json"
-hash = "6410cb80c3da313b87b5a5afdceb89644446f03c351486c159f6f8cac46bba2f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby1.json"
-hash = "fda5002e3c916058310b38ec054a09c43631ca18db3d69331608efc7da645cd2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby2.json"
-hash = "3bc642161bca77e1c65c52b6176542f48a2a5c8ebb97a24c9d9bc722b41697d1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby3.json"
-hash = "6d7e780e976ae6e9f795d0ff4895989f490aff9ac11438fe97f760be5504289d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby4.json"
-hash = "e246140616b6cb2be3bef2ab9e3bd87a97b24158adff758438a57e6572943552"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby5.json"
-hash = "82587a7e723e4663e6625ee9d8edf94bb32c7ff306b840733067eb2c8bb8ac3f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby6.json"
-hash = "6fac58c98091b648a13c38917f0edb615732575d7ce54952a393a624060295f3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire0.json"
-hash = "d6f12bb4de8e153ba5b92adfc6514284678b31df75b8466753ed0943f68148d8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire1.json"
-hash = "b8add9c476838e620b97857696bfdb3097318dcd9c037a78e8eecaa344ed820f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire2.json"
-hash = "ee528f9c9b15e67a41ef35709c8e18c9fae4025b6cce7174fdb783411647f140"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire3.json"
-hash = "771e8fc4eed6c9fc08888c4277a6bcf33a389688878ae2d8c5e0c3c05267ee07"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire4.json"
-hash = "510e379d9391f3b9db0f745c4a19856a97bdb3e57680dd7717b275fce0ab9406"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire5.json"
-hash = "7263e1889a7792d8566eb716d459d3e9f423f0a8145e23522ec59fb95aa2076a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire6.json"
-hash = "d9c3217ce6e54cf44e5b97db3a1a76b243e1058d5c62fae5f3d3b6395282cc5e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz0.json"
-hash = "542f6f63d085218f84da8fb4c5d5033456285690fbd69f9b4e5f805340e26c5a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz1.json"
-hash = "d02d1acbb18495d448100b9a845879059253abc81e965a58bf67272212a37f6e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz2.json"
-hash = "97f212f1281a0aba4558d8e48cae570a16e8a20a727a1512f8b27ce98301b360"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz3.json"
-hash = "d848e19754fc7858c0c59ac62a796f0a19437d6d2a4b8d1f1865bc9fabccd93f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz4.json"
-hash = "891c318522bf703e62e28176e5430bfaf772ce914c098afdd7b6b6126b106d47"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz5.json"
-hash = "a9bacad2ac7be9be6efe828cc05e562cccb25304d0b8595a6b7f914733e40f6c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz6.json"
-hash = "c3040b40b79fd6ed37812e291db17fb3aa5e32c469d7adb5e22b1383d59d784d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline0.json"
-hash = "033d914c1267d552e5b73d7e59fdcac885f9459616d446794cff6f6b5f5d5e5c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline1.json"
-hash = "b5ecd771953b58a8b64a8f003408dc8115202083335bdc77695495a6682e97a6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline2.json"
-hash = "0f61678ba2b9a2cfd83c1eda21e1b5384810f938a3c762a046c4265cd1d6e9ee"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline3.json"
-hash = "8eddb7a772bf3ed1070bf14ef5b6e14fa784e11da72150b6095c15962c74b049"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline4.json"
-hash = "c467f2b489312280c2377a315503b6e6b08fdfb888bbe6f7499415aab7654f38"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline5.json"
-hash = "dcd289442eae741debf3ae7d38c9cd9c57ff348e0f12b73f2ef3117073724237"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline6.json"
-hash = "cb9d2b64838a6529cd4abe098588c919c660237947c55ccdeaa4d73bcce2e931"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/all_ele_res.json"
-hash = "c6799502af024d3d76201f9a09c2e6e374abd055690ab8d3062dabca149ecc12"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/armor.json"
-hash = "cc10fb97c80080adc0d9fb29cf8dd01e303c94592f8fc42d08e1777f2c4a0304"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/chaos_atk.json"
-hash = "a0168daf1a5264875e33574b5e976f5ffba438bf25485ff44f76675c4d68b71e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/chaos_minus_dmg.json"
-hash = "1df0169e0fffb4676a638bdea9e77941bcdd8a459001a94ac2b8b5e255b31b92"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/chaos_minus_res.json"
-hash = "3daa6fe587f98810e691ea24971557a54925d6e650f450e817fe39e48b07a8b1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/crit.json"
-hash = "dec161cfb56fdd0ffa5368ec803ea9de24ca6c888be99e39a2cd0194fb0fd63d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/crit_dmg.json"
-hash = "ddeb0c295275b2a88347de51c9c413566d611c04144642617557e720497ce0ff"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/dodge.json"
-hash = "8e181354b1a0e87093fa3566949f3150ab8f4f4981838efdc16e367fe9b31e16"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/ele_weakness.json"
-hash = "cd9ac14a504505111326615d860da9b3c718b1a7e33d4be2899eb00580d59059"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/fire_atk.json"
-hash = "7336e4f235ee2e5ee8701b3f2cd05484a6080c406b5455fac0917d6d00f84863"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/fire_minus_dmg.json"
-hash = "3869145f051649e73dba7d59aae9aed284f4261d453b2afa7176ea6aabd3b9b1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/fire_minus_res.json"
-hash = "e3872b25a053ad38ba5607e2c8ca87084cb50454a4387270aaa5c1a1764cbbe5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/fire_res.json"
-hash = "f80c71f5d08c4ab7cc86997b6edaf5bb3aac368a470303f38998096f11ba62fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/health.json"
-hash = "e9f1dd56a1de8c134d8c48fa63a373baf7fd80ede1928bb112610c4ab03f9bdd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/lifesteal.json"
-hash = "a9adb85d4a81ff19d5b4296011db5ac90d109ef242f8b2f54a6186ee497c0bf4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/lightning_atk.json"
-hash = "c382f6e9199ac656121281f56ee169db97182716e92cc90022a538572cea7024"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/lightning_minus_dmg.json"
-hash = "17d78603dbf9276c4d88ca0843f87094dac19cb577e19df17d44e08187b65473"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/lightning_minus_res.json"
-hash = "be6f645361e75024695554ed6d8ef35981e2ffed7cf52bdc0426376f747cf326"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/lightning_res.json"
-hash = "8216692fa38fec152ec05d6850cdf5b10c6b5c66c67600a7cec5b76cdddb2238"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_armor.json"
-hash = "829030e780e7df54d291fa08252b127f340b73ca0c863e39acff7a1d42a92718"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_dodge.json"
-hash = "ece6cce192f623a72d32cc66894b7b3f8eb961a0d9fa362326505bc2223128e4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_ene_reg.json"
-hash = "2543466a4b494725c6b9c81f7f83bd613d66f4f127d6eb220c19dc957cb036c8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_hp_reg.json"
-hash = "a2333dab6ef4ce43bd911c9509b00dbd483b83a68c7b640ee1c9f9412fde5a0f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_mana_reg.json"
-hash = "273a25146b8de4ae6110e1b10769a3dbb787fdaad80a227e5dbc6c7f5a57526b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_ms_reg.json"
-hash = "7486b3d9a8eeca8a7eef88ac16628c45cc1618964f639da564feecfc5acb9f47"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/movespeed.json"
-hash = "ed3ca09e404b52c6e00ac306c5a966ed450dd6189f4a3c3c6c97f80febce2ec8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/reduced_aoe.json"
-hash = "d634fe505fff1e06d531485259c026140d66d363f037ceecd76c5fbf049b7dea"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/reduced_leech.json"
-hash = "e8ecba96e6728e67abc773295892cf055e567d3670fca8f8ee4685155a7ab256"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/slower_projectiles.json"
-hash = "9171caf6f438ff0b1c09329351efe4baa504d39891ed960c5cd095406fb02a7d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/water_atk.json"
-hash = "8e98d0b8f5b5e116fd74d1e59353f84bd49919549f74c2f4468562450fe6d423"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/water_minus_dmg.json"
-hash = "c743323d0fa6f2e2cfdff3c642fa763d8df285a6c639665a9a1485823a28f75b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/water_minus_res.json"
-hash = "9254a0397324922e709ca7965a2c152db6a9a0cad233f6143893eabeebfe40ca"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/water_res.json"
-hash = "f07a5cca2ce68d181a0705581964bc19a43d2f75edae983bca05a6c34ab1834a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/accurate.json"
-hash = "3f1d2d5601bd5a0eb7900346140e8b7c577421186a88adf93dfa905d19f2cd28"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/armored.json"
-hash = "7dad5907109f7d094b3e32addf690df88d601b784bbe728ac8ab0b4a56a4accf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/chaos_mob_affix.json"
-hash = "f3fa3b8957613150876e5f2567b9cac68202a1ccbe51e6d5dce1014ba0bf342f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/critical.json"
-hash = "f22c4090548d63cbbbd588c0a1428c3faf130defc21e1bd635626b93061b4b48"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_lord.json"
-hash = "2549d84b1050526b55885b45e3ea95aad9f24f7997234f24f7c561a23103bb2d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_mob_affix.json"
-hash = "6e3f6d373359c3c0081807e0433f05a9eb3b6ac7e64f78b66d882a2d78ba7ec6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_lord.json"
-hash = "3f89a5b844c0a68dcbcb9f0965d62daa649a450d145681989d1f8d60e164d305"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_mob_affix.json"
-hash = "0570635ce52193ad091aa4762be59ce03e020b1d5cd6ebaaac1bfc5bbec482cc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/massive.json"
-hash = "da2cf71e4b509160996c972ac688932387f1931d6012673c25d29cb7672f19b5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/nature_lord.json"
-hash = "b4a06becab89b2e224552495880a97dcd0f6e0a9a806b48fffd1b60b75c21ba4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_elemental_resistance.json"
-hash = "2ca5b690fbe9695324330df824f101150dbc5855b64e5745c41f998b7ed147df"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_evasion.json"
-hash = "4c35ab2b387ff42caefab3cea75e2d49e02d18588a5ee430037fcd969bea02f4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_the_vampire.json"
-hash = "933338acf6a0f20118f1a68f5c7cf1ba5d9ff5668cf58392f616b130faaf3ae9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_wealth.json"
-hash = "7e2f7bbac30b2e3b7393da07424084ac1e0e6d919dd080a873c887aea00327c0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/penetrating.json"
-hash = "fa8ff0a391ea1a6ca1bc1d448e0d208c55fa19a3bc7f6a5ec799c1e69d374daf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/phys_lord.json"
-hash = "605ee0f01728af36ae8dbf0d6386c8955a91f614aeebf67173ce43c4ad66054b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/savage.json"
-hash = "958bc816f2d74a904eb288c15af9308f514ac7a23fe4f4561f342b7f6ecf1357"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/swift.json"
-hash = "42501adb87e23cbb10c8a0aece37a2b73e5b6916ec9c27e85984412f51667637"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/vampire.json"
-hash = "dcd624b393d8be627135fff5a245dbd2e7559331bcea17e2eb1112ac826f4bff"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/water_mob_affix.json"
-hash = "f403b52a27c0cd56d5dbd0fdccaa6d1629c50032381ca19e4f02b2e72a322fd7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/winter.json"
-hash = "adbf08a371fb80e5ff571044d6ff9cb4fb457e7aa5b532c5ace36665035f6e86"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/common.json"
-hash = "3cc19938d0bdaa24d7038bacee66900477fc5fef3f219f32d13491746674cc0e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/epic.json"
-hash = "4f7bbb583ca36049e199f71933f60adf129e0e5f8279351f338d3490a251e8d5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/legendary.json"
-hash = "e0a70cd42918bf07cf8e18a3f1417bace37f15a3f96e3baad732c8a3db2364ec"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/mythic.json"
-hash = "48a316a142ccad9e1ef71ef96e6c03d404634dbb6cd541403b6bc138b0758cd2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/rare.json"
-hash = "d56e8c4990f149dd2ac62463504223e7d45fd642dc6a0d342e6bfb23c4fcb6cb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/summon.json"
-hash = "eeaf8a791cd42d71c6c580b83c1dbd79ebd91514567f4e1669f48c55a310d14e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/uncommon.json"
-hash = "1c47b6823785e900fee85e275398b20e880c45077af14707bbb209c44ada0d32"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/acrobat.json"
-hash = "89037b285e99d1305f37fdf3ed2f8f3d91f0a90f8ca821be76f93e5bad640120"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/archery1.json"
-hash = "c2c35c598ada34e828d00371d26867c9b8c3accaa2b4a6c931f15f62170dfd5b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/archery2.json"
-hash = "05dfa46fbd136560b8c3e298bd114f3d9ed26fa8e38846fc68d0524ef6973477"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/archery3.json"
-hash = "b61f397cf6e86d75f23401cfe4e300ba991d42a8bc8d63a173dfe780d0138961"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/archery4.json"
-hash = "c1ca3bf74dd62eb4100bb275d5f08cb8a0d07a01c535985fa71aa5f07cd4afd1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/armageddon.json"
-hash = "c836e047f722a5dbdd7af2128516fa6a99c52f93624356a190d50998fdc56e32"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/armor_ms.json"
-hash = "62ad50c74af07e9654c0f32c62f459c6f12ec0cd50585629323c0f3be66cbadb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/armor_ms_big.json"
-hash = "821f4b9ad445c04a0c622ec7348f85cf0cce21995a4e265bb7fe3a36bce29541"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed.json"
-hash = "ca14e191781e721de5d9b0e7ce9a6becff75692ab4253ed844be220bb640d317"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed_big.json"
-hash = "90b19c89e8463460d328d5c780ec471db38570c7bcb108f37dcc3e6124b71134"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/backflip.json"
-hash = "6fe90db25232216a68b62be195aa23176195022a9e095e500403bc9b6b31f08f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/battery_fusillade.json"
-hash = "85f77ebc81cd8ef60ffa794a0119cffdb68537de9d01ca40a35055b32a38981d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/battle_orders.json"
-hash = "33f7ee76b7ef0db6cc2d1ebc694617db8c00541910dd432b5c0e6f5bdd2b7f26"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/beast1.json"
-hash = "d0271768a1a31bbe6858f9847ace752f108d5c4fd57df78d4573f444ed305db8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/beast2.json"
-hash = "5e7665c63ba70ef4fa531e4a03c453771b086490b4cbff777e087f20edb5877c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/beast3.json"
-hash = "3348365ac35ccce757766003de88368e2708397a7a250d631676c8961ff191c9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/beast4.json"
-hash = "ee527926201ab2b3170b688ff4acef763f8c23d9e412a8a1f0aebe52cf37ffc5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/block_chance.json"
-hash = "554a725e5b2b8f1bf408859a1738702c87ef3ac04aad55870850eacee267c1ef"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/block_chance_big.json"
-hash = "152dc947095e2187b854708b7b0c7f1f0e0ae69f9ddb6fb7c220b8aa31d5aad9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/blood_mage.json"
-hash = "493cb51c696e63df7f52b26994e5d164e19fc8697c03ab23a98e3edda5903431"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cast_speed.json"
-hash = "86f28945d54d1c696b2ba590fa19c79a0e014743187040dfa673a729d2025290"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/chaos1.json"
-hash = "dcbf0d78d14771c1f2a421b84a029de77c8dc25ffb896cc001ba8b57dac033f9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/chaos2.json"
-hash = "b2917de341f0e4160aec3a1a139f77727da36a6c048a512df10ef24073e7c508"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/chaos3.json"
-hash = "e28ebe0d9f8de4229d495221d071ed58482916d9529a3b613c84351585093772"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/chaos4.json"
-hash = "02b245ae203730bb2b9f991603d7a1ec2bae9f16157fe45944fc5229bb2a4f88"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cinder.json"
-hash = "32c97653ad78986128d40ec0d1ca167e14e5fc2f79be93a4a4765551c01b455e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cold_apprentice.json"
-hash = "536bd2ba2022c4e5ccbccabbb874df21148ee2a07ecb2dbc3c155744cff28540"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cold_expert.json"
-hash = "de5b0d51fa50501fc41d027709245294638c46b5a5767e7eab794a2634cb7e12"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cold_master.json"
-hash = "1c6ebe2ee20ef133becf4f6cfb5837be90ffc2e03440dd2b5ec8d6121fdda51d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cold_novice.json"
-hash = "eb692b3528d0d8dbf74b7f985f78af5e53caf323b575e509d31e57991ef2810f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/craft_arrows.json"
-hash = "3eaab72c2654bfb3aff661a086f7311406844b06a34bc618cfe65e29088cf6d1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/critical_damage.json"
-hash = "eefe709782a951c8501fd440f7e794ce4871f4d8df5308259a747757c5fe882d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/critical_damage_big.json"
-hash = "1b9630c6a1b45e0ae2730c9ceb067343d7ad31b3d2bbe9d94be573fa0fa7ecc5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/critical_hit.json"
-hash = "69aaaf3eea5fa412941183fd0ae3e64232040f3b8aa7d5dd4637edd02027963b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/critical_hit_big.json"
-hash = "b4580400e99c2ea738e018c25336f341422520caa67172ceae7249312718f1a3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/curse1.json"
-hash = "896fb23c55cc61972ee517c490eee594f07c6927458e67a464e0d12fd4c817bf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/curse2.json"
-hash = "c533bd89bec162f8aed5b34df5b7f7b57c5b1f479a007a63b1da220bba556a9c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/curse3.json"
-hash = "5898b0ca22f8dbfb211c057b90a2a1e607f5e8216248e5fff97a3c4b4d4c3dfd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/curse4.json"
-hash = "73945715b1c4e25d2576feeca9f36e5961e1ae39a1a20d8c372e4944e3aec618"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cyclone.json"
-hash = "f34107bb8ebc4c4c27b8c382bc5f97488845b4ef24d031445a94150f6eb45a8f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/dagger_damage.json"
-hash = "f8cae44a1d3b94431281236d49452f5c3b20abe06ceb21240148086524affdca"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/dagger_damage_big.json"
-hash = "d5ccf2eaef376343ebe414199641afceaf0c0633e7fd92547477a63cfebb1d19"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/defender_stance.json"
-hash = "534e6608c7affafa2eff51ebef70353f316a9ce949f8a21893d400b4b4b1adba"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/diamond_grip.json"
-hash = "f7e3de5e456ea0f8827338af6fd199e45d76171074d4f4b034f2ad081c4f92dd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/diamond_will.json"
-hash = "97116fb8d411fad43efcae88ce3d52d2a5ca24a616fc422aae3834374e883075"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/discharge.json"
-hash = "38b5afda57e4daf95833afb048b6d393980f4e37d6f4bcd07df2cf24aa09ff29"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/dodge_ms.json"
-hash = "657b5e6af6425f5d17c45c04f2dd52e0d166643977da372f871afddd22972f9c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/dodge_ms_big.json"
-hash = "8026ecc4c545703fb6053a5ae5254437eb83aa1d364c830c460d74fd024962d7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/double_strike.json"
-hash = "f2e1a5901abff16c5ff0ff9c52dd1891572326f1eb1c5e722cf51a2ba2d200bb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed.json"
-hash = "bc7ea48c9cccbe9c2e69d825123e6444829eac46f06844b1def19b4ad75ccf6a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed_big.json"
-hash = "ed62c654bbaf72606ebf288842bc560f75715900c7a215463ca6be199efa15fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_dagger_damage.json"
-hash = "af66d7c4788299d733d276f78f80dd959e2e8e12ba4e8a0762f6fec4f917af81"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_dagger_damage_big.json"
-hash = "0157016dffa58ebc9d4f33f1ef84e8592034cfbb5669340a40489c52afe48a00"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_hammer_damage.json"
-hash = "f772c50dc2525498df230bbe1e473565606e5ac6ab86c83257541ade8b7d03d6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_hammer_damage_big.json"
-hash = "04708261a4567b70a8fa3b7bc7213bd3a1f2e9e0a50e1f3e53b305980a3c43a3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_spear_damage.json"
-hash = "719de384546283eec68148ef96710c6c45be3e43418f9a4507191ce0a479cb9b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_spear_damage_big.json"
-hash = "79b70abc2d2857c2665ca0e3f53bae401bd5a2d188926a7273fb6b75edbdafad"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/elemental_purity.json"
-hash = "4e7c18bacfbb1afe24b36307543f17c90e8b541c678e29f2ae0e89e8b2a42080"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ensnaring_melody.json"
-hash = "98477ee8c8e493b83ca76c42ace5c262ce6c257ebc35ef6f034513292d1976f3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fan_of_knives.json"
-hash = "2b973828372a3d85c3bf71c5625c4eac19447d2092524f7d8fb7ab23d17050a1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fighter_stance.json"
-hash = "6b07bede74b2cdebfd8bd9fa4934312754bd8ec15f8d968fb98c07d6d9262e44"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fire_apprentice.json"
-hash = "451048df75db8b91c67a31f4d0cf0571e5f02c7f9d7d6088f7c214961210e2cc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fire_expert.json"
-hash = "f64ea49ff6c148a90e58e30d8923f4f14e1e2c82d1a9ad3b1c990beecc97c3ab"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fire_master.json"
-hash = "e35a12ebfc5097ec49f4338c3f42d160748f23846f7422ecb5e6a0946de4a309"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fire_novice.json"
-hash = "3390ecf1eb92289021b4a98a047be2b05871eaee24d7f357bb283bffe66881c0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/flame_splash_potion.json"
-hash = "65da3568a55db04a0b0be6dfca1cf1ca36a999110aafc1842d560149b2a408f2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/flicker_strike.json"
-hash = "e20e8ead1f2685add6301178deeaa9604176d3195c46a0f3049abc61bf951567"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/focused_magician.json"
-hash = "e5b3c5f9a4f97beadbb5e4134e25e0e90fbba2461eb47d32d5bb34bf485808bc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fortified_reflexes.json"
-hash = "07d353f6cdc8b5a08b63b9718026f9d9f9929c1676c8767f6d39f2ff77a6387f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/galvanic_blade.json"
-hash = "3b971beb4735ee94e5f7ed97ce161df3beaffe4ce6a94162d89158146e39c89a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ghast.json"
-hash = "4937f7a9992f89c5e205c8d6511f62c9c7ed173b3838f42e6fc5437a0c4a0d22"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/glancing_strikes.json"
-hash = "b33b03b8b8a1a67afea6d4a4e4a63cf1c93f23c17e273e38d76074d78d8f7d9e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem1.json"
-hash = "73e35aeb7ac92e82b855cb65c7a2229e6d9d6676a94ad9893ddc45587e896918"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem2.json"
-hash = "1ab101369adb9031b01bf657b31807f1cfdc6d17c6053162d87cd9ec491c161f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem3.json"
-hash = "3efca279e10a662225041eca69d6471bef3b89eb421ab88d95c59a0ff221b07c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem4.json"
-hash = "cfff4fea34923db349ef85934dde432c81435cf3d7d945c512698b46dc2a1b5d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem_fire_basic.json"
-hash = "6258bbe322f1475d6750662e94e9912c6eed3c0434ea2f13047bf6a9ceb65ce0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem_frost_basic.json"
-hash = "22eeb80897ad8bd06183b39501730c79083a8b640e68225a2ae2cfb0f511acb6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golemancer.json"
-hash = "4e4d25fa524a813119fe38e743ca623bd04af0f6e40d764c6e20b9e6f036ef87"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/grand_cross.json"
-hash = "38383b3439f252152c5558715d7469cafb1f54aaffc98788892c6abae296a62a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/guardian1.json"
-hash = "f34aa79c8c5013ed03fb8f8dcc4a0b11c4e9be215811d23401c9e522e13b3c07"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/guardian2.json"
-hash = "47b92fe0586b26d0719cdf6995bc696959a368c4cea2b14b2bf82af392e8ff63"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/guardian3.json"
-hash = "3ed6f2687588938478fb5fe434989ca3d6f715b7aa4fc8918493b336bc638631"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/guardian4.json"
-hash = "2ecddf3c5e3a7f216ed54cf581a0e222a0e1434db665aa90dece794d0fa8fb38"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hammer_damage.json"
-hash = "e85fb8658733aaf123bf6b3ea32c86a20a0a46e707cc7e6922acebbbd778581d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hammer_damage_big.json"
-hash = "5321d10b6ba924b4237ba4b86c570a5023d438206e97f0adfc5134ccdd30f7a7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/health_percent.json"
-hash = "36a076426a328f2f9502f4111f1565dc82afd495deceef8cb7662d7adaf9a445"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/health_percent_big.json"
-hash = "66519f39a47e9f4e0f24f218812090c78593cd8db77f01c8e244938da462c5fe"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/health_regen_percent.json"
-hash = "0210a074a75fe2641a8e504c4367e53da1ac08e08205b15719b8359b3cd4c67d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/health_regen_percent_big.json"
-hash = "0c8de3142a1ce5093264a271e9504d2ba32cbf963c62aabb599ec401a6aa6ef2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_armor.json"
-hash = "3f876b1c641ca5dce4df96907cfdafa5699c82446babd3e2a4c83c6dfe70032c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_armor_big.json"
-hash = "32de6d9d0ec3a47d673f3cabc816109692e393663e6343f1c698dbdf9be122d0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_dodge_big.json"
-hash = "49245a47464b26c08949da86aff71759f32dbca80b0b1b0ac842c23723c343bc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_dodge_small.json"
-hash = "ea957d36e00950e258c897909cf3ad886d6f735d27cfcb7537fd129d760a111b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_energy_regen.json"
-hash = "cf108e3d611a58aa64bdf36c63e3623d215dccd678345a2dd2afbe53021b641a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_energy_regen_big.json"
-hash = "7760c8c0c73c5f69108027c864d355f1e65e65ee921c84fe7c693e9061a5c6b4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_hp_regen_big.json"
-hash = "9eaf1637459b23cbb40c5d40fa8fdc5ec65a452b70be9caa22ae103fa1829aa2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_mana_big.json"
-hash = "b7e8138b06a12abf807d1727ac2ed0f3fd0cc1098106d0c7fdbefaf40339c62f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_mana_regen.json"
-hash = "feb401154b36ec8eaef4236effa88afdf14d8002b3f901800efbd9136e9fba86"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_mana_regen_big.json"
-hash = "76fdb6e123f3c8f70001f4ec0aad5f437e1b15644a266ea7f309285269b2a835"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_mana_small.json"
-hash = "a3355f039687215cc368549870a10f09cce99dd0b789696fd8fe307dd76f96e6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_ms.json"
-hash = "a656abd9c49d94a60ef6d47dd5fab38779384de15a20967e22de91d4b2efbb94"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_ms_big.json"
-hash = "b6802333f0a67699a23e17276244f564356d64cf56ce4f68b70835e334ae8ba3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_regen_energy_regen.json"
-hash = "55ee9946d0c2a55d57bf7e93eb4cb6674f5836591ea4ebf55595a0d259960e9b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_regen_energy_regen_big.json"
-hash = "b572f8ad7f732bb178678280beb8a5e4581f6c48950ca0c6aa80a617eab4aaf0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hunters_mark.json"
-hash = "81df7da80226ea3ac0f6cbc9d5d150b2c9d55e34cd6fa15d20eb26e4d2b79e3c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/lightning_apprentice.json"
-hash = "3e0883e0c2aeeda3b65707747df1a3649b60b3e17c4d77e499ed424dd49e523e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/lightning_expert.json"
-hash = "2fa87497d326641b65ac8513cecd9df412961e92d26dacaae252ddb21b615744"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/lightning_master.json"
-hash = "1a4add4dd5742b79160f41795539d6dd3f3cb894fa7067180f0bf2354ddff6fd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/lightning_novice.json"
-hash = "473ef01a3488d46dfa4b4ff4cdcf0ece5fb040dbe6d8af1a077ea0b61a834acb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/magic_shield_percent.json"
-hash = "caf904a47a2eee9e8906889866419211ee8d5478354f884e3d55cac71ee5dfba"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/magic_shield_percent_big.json"
-hash = "6aa42ac6ea89c5f203b0432ea63c08c6da4417e2ad81db8828766a21805c773b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/magic_shield_regen_percent.json"
-hash = "3e165cc8996c67bd91c024c24bbeb09244aa262deb7fcbb987c25a16cdd4b371"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/magic_shield_regen_percent_big.json"
-hash = "c9954276df0ee0d41cf48b98d5896da973ff719f1a563df0b97c6e30106581a0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mana_battery.json"
-hash = "e9c46ce1005777a3ac435db2562b36a2fa6d3d7160944c6f9c842e7a2b17c096"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mana_ms_percent_big.json"
-hash = "b87dfd2cc3e9a67278ce284e8bb06ea6fdd6ec0a5e099c317dcd2c0cff864570"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mana_ms_percent_small.json"
-hash = "62125b5fb86b6f660f609ed902e7b68a3a45461f8bb3ec2bc546b44715d1a8f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mantra.json"
-hash = "797d47bdf4d1b2b66873a891998d4ccbedc86ebd5ef55cbc14036e1ebd6623b1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mirror_image.json"
-hash = "9ee6d7d8e05619fc45d6513b3bd93fa80ff99d222e4fae2fc9bbda38b8c18331"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ms_all_in.json"
-hash = "8aa58e05b1d56dbaa6a638a640d36ddc4c10d0994ee6557f2633ad533da7b690"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ms_energy_regen.json"
-hash = "3f7b0cf0232a2b804b76bf69082f7d88cda04988b8b07df2e70c2bb9dc8afd14"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ms_energy_regen_big.json"
-hash = "d478dbef0c668f8a4e1d3569212f20a42ee48f3c5bf35d9c684f0f904800cab8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/nature_balm.json"
-hash = "e9047b22400db559ef9f90c1491c15325b65fce84bd0b37e252ded77d7fe6990"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/netherite_bastion.json"
-hash = "169478de0a70f89c279c37206b88b88c2de6c34fbe7550d79d6bef69a14dda4b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_armor_pen.json"
-hash = "b1cde54210c2ba12bf24a62b2e485885f1bc1e414a5628799ad5f2da0c84024b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_attack_speed.json"
-hash = "b6dbc1fd417e14250d27d01da06b6adc38924df4c6b218381585cfc93882cf25"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_block_chance.json"
-hash = "8668c9a51e5214d45d578465920a9e47b0e4e70de4445f5207cb68bd96f174f2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_cast_speed_sorc.json"
-hash = "4f4354cab8626f02b0232948059a9b1377a70fdb9e876ec7e7ebe5ebf699561d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_cast_speed_wl.json"
-hash = "dc373ffa478b7138526baed9027a7d1e380678e760c06855affc0c65520d4712"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_crit_dmg_rog.json"
-hash = "786498897e0f7ff1a3632803b60615bbb3bbb7d74d9dfe0bdee886c290971b1e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_crit_hit.json"
-hash = "ddb1b0b2ddda61ffa37264bd576568bbbaa0e05fc80e6a954692299423836cbf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_crit_hit_rog.json"
-hash = "a6e8c577e82cc20fa2c81864040053b918fa75d2be9e3cdf0ec5da062c2678ef"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_dodge_rog.json"
-hash = "7ee6d24212208ac43867bc4dcedc87085c3c292f148db0b6dbb5f4ef1e0ffb80"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_ene_regen.json"
-hash = "0c848b6afcbd56d15804fac3bde8ab6f26b901a0dc0d5e4818e6e22559161ba2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_ene_regen_rog.json"
-hash = "a11fafcc04ab35fa92b9ef26592256cf1b2f5c979b796144499afc02a366f43c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_ene_to_dmg_rog.json"
-hash = "7992bdd0f985b631317e4b9cc76aa559f1d3e92dadcaf81748e818bd4e76cdaa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_health_regen.json"
-hash = "550829e94d8f2944b30ad6a6721dd8e97e866f2040105d96d8ae5f177b7bfa31"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_mana_cost.json"
-hash = "54d51cf64a0ac75a9d8aefa90ffd75cca767f8268af1f636b875a8754fe71bbd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_mana_regen.json"
-hash = "08c8ffa902c0c0ad77687089cbba251f909639a0514580ab13f4db10d16306da"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_move_speed_rog.json"
-hash = "06f264e1815ed7d6ebdd87a54ced7f1046917f9b85d40a088966a86d360279d0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_phys_to_chaos_rog.json"
-hash = "a2e0cffafdab6d433dfa74e94001187fde33c3b9636bb4ae075f1c37666bd62d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/paladin1.json"
-hash = "45cbc63b6edd29dc302d5270f4c4398d6844fe0997e84ff18ef872af29603dcb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/paladin2.json"
-hash = "330aca970ecab6340cbdb8b7db10ce21af69450c23e4352abe5ff603b9bcb1d5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/paladin3.json"
-hash = "4faef8852ee7b49a85d8cbb4b68d552f2fd6512a196dc7e9093803a5b5b951fb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/paladin4.json"
-hash = "7cb4ec117e9469e22a73b8364c261bf98e696e6269608345a208eef63b734327"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/piercing_dagger_throw.json"
-hash = "f59a7be2c92622bb6a3819062591933f9bb49bea5ae0368af4a98345cb53ca3b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/poison1.json"
-hash = "7e4505082ea18fc265e976228c289b526e0cc5de7c7b2c458586828cfbe3402c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/poison2.json"
-hash = "0b0728ac0ea2404e2dbbf476efe3903a3954ed2fee25716725707839b3a61b63"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/poison3.json"
-hash = "b7d5f3f46c6277caf3ca23fdd8f1cfa769b240704cc1da115968d8a3b2ad0565"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/poison4.json"
-hash = "eae1dcaf392561d4b382d05853454e22791e51f10fd337464de357c43eeeded1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/power_surge.json"
-hash = "a3407c5c76d4b4ff97b4b9a38a882f7f6b57909318f72e917533738c7b99db87"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/prestissimo.json"
-hash = "564a3ceb328544823be864e17f577cbb00d80ffdc458afc797ba45d7cced13b2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/protection.json"
-hash = "a3971b7eeb1e8baf59e619d9ad01cd0221831cdee044c8ddb534c0cc1108b568"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/puncture.json"
-hash = "c5634593c2b987405a36ba7ac1a1b4ea481f5e34ddb5f4549c5622c710b590ad"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/putrid_breath.json"
-hash = "5c2ce08196aaa2095c222538f3a789e8bcdd2bbbce460c89c598200d318f1c93"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/quake.json"
-hash = "ff21c18023dc773d84bb9d8443ddf51f0d9ffb40a04807355a5424cbb53a027c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ricochet_shot.json"
-hash = "257449bce63c9ab9dcc74116f9bf9d39e60368fc59b665b30eae1ea2c88130c9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/shade.json"
-hash = "7ba5575b88c3e582c68d0fc9e0534a4fd8f29674eeff071b8e9658f7ec8d567f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/sharpen.json"
-hash = "84c7c3c7567afd079e309469203dfeb6569f36f5ce2f2c48658fb5acfca996a9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/snipe.json"
-hash = "df96095b34554a1788780088c8e8485ce717ec50fffe1dafac05be1ac01d0b60"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/spear_damage.json"
-hash = "bfb0039c8d628df9bc8dc976fe1ba7d774f640700238b4d198ce854b32e5b5a1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/spear_damage_big.json"
-hash = "7838b355332b0a39b91a65b8a32dd0869c2f9e1358098d1f2b094607488d060d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/steam_cloud.json"
-hash = "d8a0d032203ccdefc0e630c883d45c897898fb5579d1d3be6d9fe1b6f033feeb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon1.json"
-hash = "2e6ee31e0ddb89e35719a585c43ab3634ab1127ecf824704d3f409833234c687"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon2.json"
-hash = "0f1ef899b191851e16d35fefd9f8618d6d25009601bf1abd4dac84760f621f7a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon3.json"
-hash = "b039bea38df4caed5660a07e6654002f432bce6196150f700046d4f4f32ecdae"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon4.json"
-hash = "881061beca27bb832a5e17839d4a8377ecb050999ef032ec00c1202e9f9cb710"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_capacity.json"
-hash = "e628c0fe54040d2694ad20b4d54a5577d4dcce669099252c745576957180e0cd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_cdr.json"
-hash = "4786e854bfe9c24f9453efdcd6fca2c32695f7ae1139498c3637d867042f3ce4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summoner.json"
-hash = "7656fd61e438f68eba0414a57aa061da00da1e7da81d4ad34c32705c49f35dc0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/taunt.json"
-hash = "1aac5512d3e1b41ef5c2723ad13d90cefb1d7ba414bf17d223743a6767245f96"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/totem1.json"
-hash = "4766a55478d7b5d7966d22ebbdc65e006932c60013e04b2b0dd2a1e26485aa75"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/totem2.json"
-hash = "c14290ad2148ce038119bd32c3115fdd5fc3d9b85b33451c441da60404b766f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/totem3.json"
-hash = "c35ac3b1ab1267329c07e00237221f0ce44095ee497972eec070eb8099366b68"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/totem4.json"
-hash = "9794db24f01cefa24dcd8f6891f3ca708f90409a164ff15c679afc3acf033f08"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/trap1.json"
-hash = "4b8600cbe2678cb1da00d108b2ba54aba525908b24e5306ba1c0ba07b9e165d4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/trap2.json"
-hash = "456abac9c2566abb33b7f5b3751a96421fb129d79c0fc2d1b05caec2dd71f74d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/trap3.json"
-hash = "d9a0d08c5d23b0a543c3257529e0678b203698f6d3dc349c776b83bcf750f88a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/trap4.json"
-hash = "4e9625ca3b90f8e4fc7ea4c75eca0759c9467539f8547687e7476b678aa519ae"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/venom.json"
-hash = "c4ad783e296ef5a0a32f2aa35e1a49b1010d8a3ca8ab77d7ee0c86ac77ae073e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/venom_splash_potion.json"
-hash = "2536c235d936c69b0dbf320d4fcd03b6d9d53a4ca195761fdb4ebc996487eac1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/versatility.json"
-hash = "2e59719a6d8e02a268a50d0aa1a4eaf87cc5636644b722d4bca029d773e63780"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/warrior1.json"
-hash = "47e82495997443474124caf11ca20d2e34af9c97a8e6c0deafd4311414724d11"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/warrior2.json"
-hash = "2e23c638bc3b528b3141979d6a352ede6231e29df26b3ebd951cc4439ca831ec"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/warrior3.json"
-hash = "9d705ecd67dec28a76b038bf1db92529d89fca85d813325f3c216bc0c82b6e3d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/warrior4.json"
-hash = "2df2af17402f4b203f53e83a943b98d180834c95a6b83745833fab75b17e516d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/whirling_blades.json"
-hash = "6b466a08ae8abd8543ec4d76d72e1ebf660d50f34528067b613b8017e5495eb9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/farming.json"
-hash = "50646f66a12b6562f0064680ee21c9b2675d255e8e5aaa4fadfc35ee6b75e13b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/fishing.json"
-hash = "89023f78283389fd8604f5bc3c89fcaaa369487e05a5eb3ec4aa506517df926e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/husbandry.json"
-hash = "fdf1a0702098bd861c9fec2b4165489ccefc2b73dc9a9d0056780406b47cde10"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/mining.json"
-hash = "6672e55ef80ca0ebaf22a2b96c84b859b609403cd8147d110416487eb7df5da3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/salvaging.json"
-hash = "c09e1fa6d9401eed50cb627b9a08ccf7bd13b43b59cb68e5ebf7a656d8f83aaa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/add_reset_perk_points.json"
-hash = "d4fa21c2149faebdf15c13e538e2ea0fc3249012586e66137514edf5cb8acd19"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane0.json"
-hash = "dd34252fcc697ac1c1fb38e70c2a21af66960421068bb8c6595c7195e18badff"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane1.json"
-hash = "34dfb5a28a3e6ff0afe4b545c279bbebabbcd40684c22bd070e37edbe3e7e5b7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane2.json"
-hash = "d9868cc55a0b88e18d646638e0383c07daa6271910ab72ef117c24b4a016e2d4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane3.json"
-hash = "8a8213c289c27f5344723fa2502c9b2961a3a9ae1988d85c841d3726fbe1d9cd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane4.json"
-hash = "2e599571105e2f13b5a4c6ee319f6fad0db34d395230cdd508d2dbd52f41081e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane5.json"
-hash = "fa2ad6859bd4a23415b0a0fea398fee773998ca511269694499ba908306d1917"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit0.json"
-hash = "41009aaba3b2d4be748644efff828c9ad6d6266ec4e413fbdbf6924d5a5c7b2a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit1.json"
-hash = "42f81b38088e571bd61d03ad06d67b1548f6c5b534cf3b344f93eb6214ceb929"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit2.json"
-hash = "11a4dc0777857c06822bc38a36ccdc17670d920cec74df75e76c1ee3acc6e6bc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit3.json"
-hash = "048326adf3a83a211829ddaa17da52152a1c8b4781444ee41a4ed39d2dd64500"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit4.json"
-hash = "6543a12612bf5cba3f6b8a6c629be6e6d0af6a45fd081e6835f1398df58e2101"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit5.json"
-hash = "631374fc4effaab812fae770ae3fac385d6eee1d7ddf81086650a50137b02ae7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex0.json"
-hash = "7485d07c7d1ee113c170fb4f20f8fbcd134be7f4771db061cedf569557920f02"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex1.json"
-hash = "3d01548274ab1ea2c5ab8ce8a5b0475847de861cbd94dff9114125ba242e8fde"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex2.json"
-hash = "819bf60399f22867b6e8f07aee57884db6f3811153d9d8014acf3708b8c147d4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex3.json"
-hash = "0bea0b621665a05d13d99f9c8441df83b70ea975052b5a3f48e3a6d7da30b6f1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex4.json"
-hash = "adb21b1ffc73cb53974064a0762113555464ac439438eb2fe72a95d58e1e2162"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex5.json"
-hash = "df32713d99b70df6deebe78fb8fa432b7afab02f2b68f28bb899ae7b05182701"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int0.json"
-hash = "fe356eb068ef0e8efbbbd3b59596891af211c4bca48bf0db4ed5a4b432a19e24"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int1.json"
-hash = "c929c76b03777f40f7bda75085720b0c493a9861280f049c074f39b446783800"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int2.json"
-hash = "4dfaca6767dfe9c6cf1839796557ec7fce5d3b94d61fdab36e4c8262c265486e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int3.json"
-hash = "1c0430abb1e49adff3780717550b165d1946b76a70483b1cab85029c0694179d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int4.json"
-hash = "d4eccd7d47e71c17f5bceb089187c7021008bc3bfe3e3a04367b4816020003ca"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int5.json"
-hash = "c90297274caabfcb58ef104537cd98f23021fe4b1de7f84bed35970cf1eb259c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might0.json"
-hash = "2ea8fbed1222429a3ce5e1cace925cc716bfa729392fd6931db4c7305c9b99ce"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might1.json"
-hash = "9c99119f8f336a9fa0c0481fa092edb614cd9ef9e1cf58b6014ef71ce8761cc8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might2.json"
-hash = "979defcb1920bc225a9e3343de31b60d631f5da741d99389db1f26f3199ea685"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might3.json"
-hash = "ed3fb42f53fcf5f3431e4210706c65dd15426fa6a8ff86a59d5cd1dd13cb7dba"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might4.json"
-hash = "5239921138c4b35665728825fc635137006297dd42d73c7e3c76cda52e7347f1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might5.json"
-hash = "ba641b7ebbb143228b0b50e95edcd0943c6cb174bb5b64e2acabc944a406d4ff"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str0.json"
-hash = "986dac7a1011e4ed7511342dd44a885e752a8427a6dd1d11de5f9603ed2adb5b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str1.json"
-hash = "9df82d6d87c10dac9136cf94fb1dbd5c4deb9138976501e124cb99839f735ca3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str2.json"
-hash = "db001eb7c4e8c5eefc6ca89cbdffe81c7c256d81f45744522b9fb9002c18377f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str3.json"
-hash = "669af7fba8b32330a285e3a6d9dc3405db3027aac8e0e9290b487afba62af959"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str4.json"
-hash = "f1d98a4979575c4e10cfa8b661395805ce62d1712e3b805a947f9cb3479d1113"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str5.json"
-hash = "603d0d1b563f4483616cea65d7b0fe1bbbf02966df8c8a4e6928e43aaa41ff17"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane0.json"
-hash = "7f9fdb2ce19a1dc2e80524191cb994820f960599fee97f977596d2bda41262b9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane1.json"
-hash = "648f695df305a8010855c3cad5e4b5a667587e73923f6b1a69b887d7950fe4c1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane2.json"
-hash = "a93aaf9b17ca495f3b90866e21864df44d4dc18129124ef73fd139aa79047145"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane3.json"
-hash = "5ba2412aaec5b0147f72f8b4869f07d1f388a4a5328be4d794769dfd82582eeb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane4.json"
-hash = "28703266331f660b0a04d8555bb3ff56409686d4fd05bc33ecbe8f731d6cfda8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane5.json"
-hash = "015b2cc02bb496e74c8e91f652c2fc847412ff081865d0f86fea05197be29056"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit0.json"
-hash = "af3eaa629dd21efca17017260f6a38292b9be162b5d1a8de99b0cecaaca2f305"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit1.json"
-hash = "7829f11a59b87985e81407a5d539fe7b515e4942875cce9dc682ae4b0856cf7b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit2.json"
-hash = "e3bbe6d3b6484d227d8dbb045064b2175f763c5be412e8db00dfc07c49fdfd3a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit3.json"
-hash = "698289dfcff3c76e69c7a30b1addb774e091a77c427960bd9c500b865c7d7faf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit4.json"
-hash = "ef8fcf385636798debc1dbfe6af635ea46e6c59bd8fd3bfdc5c3de2f5695f89b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit5.json"
-hash = "ab19498d97d0a4cd5b8da4af539b15066fbdb7c9f9a478c6db856591c4cd58c0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex0.json"
-hash = "7ee3286e64fb0b5175158ad1ca03cd8a52177eee2a9147b08f1b3069bc1c3127"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex1.json"
-hash = "b245a5e70bfc023ede4798749dd95d0395f3437bad3d4108e3e2c39227547d7c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex2.json"
-hash = "946671e10b96bb4c9e92b42a0cca0a62054d9291632343b681c9a5b995fceec4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex3.json"
-hash = "026060dd4c75864a8dc0bed88dd86fa53facf12026e645c4af229c0746716c5c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex4.json"
-hash = "965db58c50166e721080965750f09269a4eb4297ecd245d37cff01c8a1998a61"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex5.json"
-hash = "46a16c234e0b137b846803a1d9d838af081ebf89f6f70af1f3552b045e9d11dd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int0.json"
-hash = "e61b2ba3e316dd9151271b8fbdee1a22ff24dff6ab86407871a7a5581ad23a56"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int1.json"
-hash = "fef5f942132614647ac1ab40274d27f343dc6e44d6f9a42b6248afd7dddc7073"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int2.json"
-hash = "008064d1cec91fee74c78bd6e75df71df5f50ee5bc91ef109c448323f745d9be"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int3.json"
-hash = "1cb07941c99404b704aacbfacd806a8bcf0a3e5959f145e4e9da928279461000"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int4.json"
-hash = "ed0ce85aaed7431769c55781a65527190937aee404796ff83460bf2cef4fb2bd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int5.json"
-hash = "02bb1a498ea660f77a9e7f3facbae541e75522d94df0b2329dc7bd2437e3619a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might0.json"
-hash = "ca130af5f46a4eeab42c3e83b09eba76894bd1daa69a42d94972d08664e665c5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might1.json"
-hash = "477150c2cb6cd4cb351b3dc055cdb4522dbf61f89ef7cc5d367f641da208c27d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might2.json"
-hash = "60aa7d14cac78b6836e939a9acf00e2c91516a3490fbad027d82f90acdcc29d4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might3.json"
-hash = "39496d589a758be09ba21e8d9a7de7f97b2d927f16a6c5970555b249cd7c8631"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might4.json"
-hash = "762ec2df5674a32d92cfe37df68362acaa6362f4cd953e8e11bab2d30bb92561"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might5.json"
-hash = "9fbbc005c1ef0fabcf572c1e3cb5c3dc46498d0de051381521efc53204f550f3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str0.json"
-hash = "9f253b1d5f479bd1118834677a7a4f765874a263b8c77c9439da4d456e5b5df0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str1.json"
-hash = "a4be6cfdd48a3fa5d1bd9bfc7b2fad578358239e01c49ffb6621b3bb8faf1ab4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str2.json"
-hash = "4a53404ad62f3a7f5ef2c028d74c45be45b9f711618e1a42fc0c11cbf9a16063"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str3.json"
-hash = "0e60ebe36bd69a6e7beb7aef32035c52edf6d644d904ac09d2ac0c2c8e7a9e15"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str4.json"
-hash = "da82806b24355b183b1e9f9ea38946215abedf81f570ddc1cb63ccb5b4ca03f6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str5.json"
-hash = "8592207835b4fc5da0df9d9a16775d64b83b90c47cbce83ba3a7122bef5008f6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane0.json"
-hash = "e269314007cffa8711dd7708b28f4142ad5fb47c12fb7d113848ecad2483b906"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane1.json"
-hash = "3f37904c19489080361d43ed88f971e69f881e4275aa80c8300a8ead2531f9f7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane2.json"
-hash = "d659af7e5b00418b5ed1e631fffafe069ad5fbdb16deb8db1f6b12c45b466aad"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane3.json"
-hash = "af9e34e12e3aaf49776e6f727b0e02085ee79dc8dbb529dbb8cbafb7ea5111c2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane4.json"
-hash = "4a4d853d869b388fc9af22f044a44f4b6f90221a6f1e076fb50b2834c08b7f46"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane5.json"
-hash = "3489515cc5e842b8e4f8e6ab6d3fc6a48323aef9ab2af78042f21d4a4411433d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit0.json"
-hash = "79ac9a40b159143809b2f5d70e5100d58f81dc23427827e48b464572c47919e8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit1.json"
-hash = "b830ecf3559eba8d0da2a311231848fdfa199130fbda19ae5598f0143bbb4e43"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit2.json"
-hash = "6f4b14d6a29d914e2370dc1d31e99a6e0e40850582ac97d09e2f4a96edbb62b0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit3.json"
-hash = "b17c2f53f93128d2778e1704e72305db25444a113b5e30d680cd98b36e26163f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit4.json"
-hash = "2f268c1eb941b11231467d671f1ac2ebed33954fb5c61972ac43863e91593524"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit5.json"
-hash = "ac0c259bc85d18effeb1d07bf49528a8d253ff0eeb0d28defbb7b17aa72877a2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex0.json"
-hash = "a585791aed3565fb92038da6d4cd8021067b897ea6bffc670885cff04c21f74a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex1.json"
-hash = "0ba2261ee18cee91775cd3986b4d5819304ef4980b5b1b27ddc668d2b476de8b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex2.json"
-hash = "b38a87915cf1b41d10501745cb69ee6897a6361a5103d8c8a1d178c7a7195634"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex3.json"
-hash = "4886222380135d8d054847100d92425dec92133a1a593e3f7d66b0d8cecec50e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex4.json"
-hash = "e387b7b6af826ee4d5e7d73e0a247757db0ed5041a81a1453fb2db1fcbc73697"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex5.json"
-hash = "6068f21694291779ca2df3b074a7b121df9803489b642c4d77f8886f88722d02"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int0.json"
-hash = "24c1f283ab7c5de80e5b48c78f93a78a751e6a1cc6aaa025f3b4034af67c92cc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int1.json"
-hash = "808f19bfec1e6037838ddeea7cb07a7d79b5dd0aa1044cba6cd92e4490613670"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int2.json"
-hash = "88a44a31f0302abe281d19cc1f267ee9e83329255a8c9dff54c4b9b04e887ccb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int3.json"
-hash = "59b6d4ef0e0973c4c4a3d1497a7b5f5f68f71fdb04a6753c3e321dd743a28dbc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int4.json"
-hash = "8e882a5256f44059ef0b31e46f5dcbf7b9201c28a1f14edab758eb9e8e1da9a3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int5.json"
-hash = "7868c54735a0e34127df56a7b1078933aeb951d3a354a61afb5c6640fb0e60f1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might0.json"
-hash = "2f989c9baea024201f011c6088fc35694190a22d075054fa915376b4f7f900b6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might1.json"
-hash = "6a7c409cbaac9a4453832bccd3f77d0d554d0c1481efe47cc679a72ac563438b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might2.json"
-hash = "c3944af19c0fcb9766c1b1e15c812892a8051695fcee816b35718cea5ede6925"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might3.json"
-hash = "a3c14fd5c35259cc8073af34886d29dcd9ace8f1240bb07366e5c74876f2f200"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might4.json"
-hash = "1b582140fb4e87777986dc9b93f012528193b9d6cc922400a1dee322e25cf2d9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might5.json"
-hash = "e62af37076eeb8c66c792e3b64f8a7fef00da648405dd65fce31e547a9157eeb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str0.json"
-hash = "5aecb04f02ec78cf0730f7c1748086c87bc695bfd76d4407d454fd856cd0f8df"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str1.json"
-hash = "4529f6d55c7c002aaa1796f2dc88457d372cd86fb32e7d31b0b5e693a1a2b95e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str2.json"
-hash = "ae730b412d9157e7242396f2bc0631d3517edfafefecd0862b5f6286114056d6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str3.json"
-hash = "7957e46cb6f10f72004e543e63a16a7b7bccb7b32b5b0a47d98a7c0d734148a7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str4.json"
-hash = "9ffdb3262c8dfb1528448cf52604546cc72606bf96e0ba4f1eb7a8edbb73b1f5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str5.json"
-hash = "05e262ac0dc95cb17ce270461fe83766711d7fb8588880e601cd633b4bbab0ef"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal00.json"
-hash = "2334dfa05e033728100eb1b8e321faa7fe9bfca1331ea288f82b2c1fe6f50576"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal11.json"
-hash = "517a04afd812a9526ca8600757762909c5876c7afbee1b87d0096a318c1f1196"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal22.json"
-hash = "b9c1a48a03d635f7b1030f1e634e19710cb073b8fff27b2d748df4ac3920e645"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal33.json"
-hash = "18d1d5db7ecc14d42e2dbed5a6e1ee5f206c2b695fd7111f2555dbed8ae748a4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal44.json"
-hash = "407f913ca1acfd3900a5e977f41a96c38e194c8ad3b5601e5dc15280f59af6ec"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal55.json"
-hash = "fde11ce4578c518b655ec12efaa81e9d047a56092b2ce4c753d8bfc02e302a3a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone00.json"
-hash = "f59cf18a11ff9c8db5a57210a09f43ab5da098165dbd34560adf98a559559ed8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone11.json"
-hash = "1e1c27964f010d71b965a0761720124148e4e57f596a4465a86c261589f50381"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone22.json"
-hash = "a31fc418d3a221442277062cd30c247936678a10b36c186a8c38ab6587bdc23a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone33.json"
-hash = "eea2f837429db90a86e83a67bf305c683da379e1322d802711f883bdca3ff9fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone44.json"
-hash = "cfb2311a05352dacae648f81899c0da0869c1bc92e9022b7a3af347fd8a98fb8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone55.json"
-hash = "7e68659a3fc15a9f590f0b0800794b602613c81c6bc8db59ac09faa170894532"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common0.json"
-hash = "97395fb179f1b85d016285e9b1a3a7c1f89dae766c80f5fb8e8e356cbb887fd0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common1.json"
-hash = "edc342f720ff428b5081b9d4a0ebe0705fa0b9e593275a3142b6c2f3c0c53d9c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common2.json"
-hash = "09d4e0d15f99138360d695e13c704456aefe2a15d22748ba5db0d60fdb0599be"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common3.json"
-hash = "98790c83d3952514dbbd96bfe4fbcb708c526cb52501af596d07629418f71f5b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common4.json"
-hash = "75fe4827b1e56572bb733e2d5f4de8862ea041c1255c193b15447e204da22bb0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common5.json"
-hash = "e2057c9edcbf4d332e9a251d971602cb0017593cc71f1170f3e36fef47f0e0b5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic0.json"
-hash = "5c6045d35dd679db39faf449eb18e059dbf703a05a40217d365fcb500b666659"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic1.json"
-hash = "02dc5b2b2d407181ee20f9859998749c1a476d617489e7969aa33931a4a42124"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic2.json"
-hash = "24983d2fee521dd5d2cce4cb6a259ac2802c0b81b149df504132de8dcd636925"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic3.json"
-hash = "066a5a9f9d2e7d54b24e22f8ef768815c4ed43b8d7965736aaa9366c445117e8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic4.json"
-hash = "3820edc544abe0b613ae899de62405003db713e0bbae18b0cb2b5b2a705971fb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic5.json"
-hash = "e2bc9d960cd26c004eb3ac16563c35657452964feb53e4e2c10cddab1f111c19"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary0.json"
-hash = "b776d5dbfdbbdaf9b122bfadf40e29d9321c2e02c105da44cb35451409c3e427"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary1.json"
-hash = "84d7b2c69a9f1885f0fe9ce35df88a670ceb5a97735d2f65de3d94017a095db2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary2.json"
-hash = "22b4cc10a52393803becaab5fb62c80da51063761db681c7ec561b74282bc3ec"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary3.json"
-hash = "3785ec8a0bb62f36d7c56a48443f5d24551942e74c7e4673909ff97a6a726149"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary4.json"
-hash = "b00971f4a586d1cf817f0edef6aa75d7f6300c7cbaac8b321eb5adb987e4a330"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary5.json"
-hash = "c5b7527c38a380550e83bd4e356204dde77dbd578f87238ddf172056846351bb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic0.json"
-hash = "c2b9268488110c854dd250d9ce99a10ac15be360af9dbec609a26fd851d7cdbf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic1.json"
-hash = "62ef81857508d64f5270491282d58c0edc1c2d2e5d240465521b66a06a106cd4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic2.json"
-hash = "31a52426b30aec44b2fc919651d0df7b154cca964ace5d076b34cf96a68ea210"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic3.json"
-hash = "d96897f27a22fe9fb40d90ddf769cdd474b0e577bfb843339a1f6ab2420d39fd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic4.json"
-hash = "15bac7a7316344b9cb85febc09b5053b1ab2e61cbfd8eaaa5203f0db9da19684"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic5.json"
-hash = "5343fa1509c0a6b08d4686d8d90ca3c5faa280def99f02785e41fb90bb1d82ee"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare0.json"
-hash = "4466f5eb572975b6be1ad8fc694776a1cd919edc369d2cc2c8f62902a0718c83"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare1.json"
-hash = "03d3c0c5054969f79735634517efd186663ba2f7ba2e5bc5e60fd9964ca39093"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare2.json"
-hash = "f53fda3df1364d3f0108eb59f562a53b3276e46b692b645499548989cdeaa707"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare3.json"
-hash = "f4a6444f44ee2926ca9f646aaf73770b29be68fb80588170b7f719687d4a59f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare4.json"
-hash = "a2e4c1713d2929417a8d3a456cc5aa665893433799056155f94682be27126270"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare5.json"
-hash = "be9bd6f290e7160b7c10a96563a70d19a15bd4273125b4c3e6219142b8c85e9d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon0.json"
-hash = "171a180d06a1c92448cb0be57ff4c803e8157daa409e8a5b97f924290bcd1fe9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon1.json"
-hash = "cd4dbd9886f228722fc2759711ca452b0cc28ee881efad861856eab40cee81d4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon2.json"
-hash = "eb8a539974d29d742be2ea94d262be09624e7458240c87e80c762eebe34c4e32"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon3.json"
-hash = "38b52fd2344bf34e71dc929085cabde3cf80c31485100b893564ac99c3260a62"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon4.json"
-hash = "611314c55f3ba2390fe6e8cf84f6cf80ec5b9806a4fff2a0806183c8f9c004f5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon5.json"
-hash = "392e51ce5f84cc5cec3655053bdca1511813308f0a230a8d11286dedfca1697b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common0.json"
-hash = "9615d27cc1b8bd15cc0b0a3b2c3dfe6f30b0b5c69acc41b887e43787d0de7cbb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common1.json"
-hash = "5d2402c5d0a69109c8298c0e69ae4902ec822e85eada2a3c4f1fbad282b96d52"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common2.json"
-hash = "f7949d70d9696b848bdbc990590eb483de142584ed9db8e1e5979e3c685d88db"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common3.json"
-hash = "e5a125c5bd35be76bfcef3c7e04e16df3fd1ef68dd4cf2e9458a5b5d3d4e79c1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common4.json"
-hash = "051c927082c8fe67c09e6e7b905cc483ab5e27fbafa643e31819cd0af86993c5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common5.json"
-hash = "740603f937cb58b54c864ff47d903051592870cacfbd24caea610f9de39153ef"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic0.json"
-hash = "6ef8a8f6ac5a1d9697c4a38685aa224088fee47f6f756ffdc2d9801a9aa9ee97"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic1.json"
-hash = "2e6214edec10805c50e9023ed85f48c3f10826e94f75587fccdccfafc99db94c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic2.json"
-hash = "b2fe01551df4700f41a0b3db616a3873d3d7c862875a57b9f9da391aa0f1c78b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic3.json"
-hash = "73d9c2b25f2a85336fe27212882606a83d2432776f4f63d9d6447faefc184c88"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic4.json"
-hash = "8676292e23072518b3622190d0161bf2f1c1603cfa7a358bd4497039fd85bbaf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic5.json"
-hash = "d1f7a7efcdd4dfb2eec4ddc42df8f31d7691f1a409fd99aa1529a7da5f4ef877"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary0.json"
-hash = "f23e6e960cdb6ecb183a0b463d99276421837a02720ced5a81eb016a74909be6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary1.json"
-hash = "8ea3ba6cfbf2e8030352e84c138482b03705b2dde109cc1e298abcbca542dbbe"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary2.json"
-hash = "6d2652f07efda98cf45b1ec52a7cae5094c592399a846ffdc9493816c2c747e9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary3.json"
-hash = "78907ba0c5163637ef48452f3257cee632179fd2ec4a4dcd5b4b58b0c65c0901"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary4.json"
-hash = "004b6677f9fe866082dc123e42cdf2f4fa130aabffbf9a9369f2a60ff4735e35"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary5.json"
-hash = "23e65b31ba0a9c1f6a820804d8510a895440be09ad34f909c7fd0fd5ca35c1bf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic0.json"
-hash = "1286cd28fefa4e5877ac51ba5c47150f4fba2b99df18cebf1171a04c590c19fb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic1.json"
-hash = "99931175f405db634f31aa561d36dbaf7031908ea9ee3a89329ed6360842cb46"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic2.json"
-hash = "4ace73fc45a05c08b8e95c0564e3d39a615e0596983f8c678180ada495e9a5ec"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic3.json"
-hash = "bb728e7bf845f5067f269b25e6c33b8508cbb41820cafecd1c4b22edb58bf76f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic4.json"
-hash = "e43f7a6bbd724aa8e5674ff62411db3ac81fa14c78ef1dce9698ba2877a7c2b1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic5.json"
-hash = "42aca83aa9bc9fa6522d4a570785c44f57a0a9c3d1259ba9794607c3ed7333ce"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare0.json"
-hash = "340c29b99eedb5f5bd7408aafbbb0127061833044fdcb8a3900069f93debcfd1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare1.json"
-hash = "5b23dd533a78cac6e21904505c80a748c7222a1f67486235d8830575c453d8e2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare2.json"
-hash = "886de2f617e9d2dc99dfbb68d8df6aed778b21dc96d919ab8ba6def3a32f8f4d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare3.json"
-hash = "f667f45ddd4fb42cce9e4d143b78e4458aa6fe5686a9ab89615d33a5a7c8825d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare4.json"
-hash = "8439f06154d92bfb7fb2245140cd2b3a65445b8384076d30cf030ba73b08445f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare5.json"
-hash = "eb55cac708ca593ef4f1c878dde3271790c74d156b3f97f4304b57a1b1611c99"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon0.json"
-hash = "2042086c425a30421a820f1ec37cc129aff84b739a53945930f0c8922ab55ab9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon1.json"
-hash = "6e86e97bf7ec3032540672a6ce34ae7a729938adaa4154cc9b6ea4df1e67bc6e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon2.json"
-hash = "c6be1e39df2034e16e77dfa4b43fff560a84c0000b2e6fee19de8e3d46ff9f1a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon3.json"
-hash = "a48be66cefcf0913e2147772117c8591404d870db95dea5fe4ec8c86a12d0a9b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon4.json"
-hash = "20a25582b441659fa8930a4e4461c0abdb2fde1cfdaaf8c817a34cc35a3a5179"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon5.json"
-hash = "31c08361b8ce1b16c8760efe5a8726d667db15abd56fc0380560ac3f9601edf5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common0.json"
-hash = "76d98090c8605ef5428af90f27c2e082ac6bbbe32e23f036448c706420e8b396"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common1.json"
-hash = "db3b59d8b3c8ffa6f0bb27e4aef4c9002078edfcdba1fb7bf077d14e6be13b68"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common2.json"
-hash = "2f73a7451379f1ed894b2561b1d8f190ff91fb74e3aecd06470dfedb2f4ee16d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common3.json"
-hash = "647f0c38901286564a6e4f549117caf831d2696665c5288305f32d8c49ba82f4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common4.json"
-hash = "352d08edd4c4c065377a6247d479372c468484ac0a244d1ff8824f5240b67134"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common5.json"
-hash = "8bda3063046ef2d6d386d83319da78c324d309e1b941978211f3d40a3bdf96a2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic0.json"
-hash = "14134ce54ee59f16d48f6a8aadab5ebaa586e930b02e526721001e806b946a09"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic1.json"
-hash = "bb0c7b87f86b1d5aa7f4fe7aa516cdea55a3d2cf04c779a9f89d59a81a0293d2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic2.json"
-hash = "a18cffc040352990a7a8b0847ef82fd214ea9f0021b518f2ee771ba3007af5da"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic3.json"
-hash = "fea251c7e32d32e776b997ae857ea0f72c9e99c2a3854ae9977d2114e15f96f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic4.json"
-hash = "34dcbd81971d84f5eb12a24d0969fedee4bea608e02c17c227f0bae81a84cef8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic5.json"
-hash = "34a3201efde5c3a236315286cdebc2e3a6ae5c166606ff312205b1168d36fb8d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary0.json"
-hash = "94dfb024a9c3c827cf5162a551c0f33068ab610747e6135704a1a7f086b78289"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary1.json"
-hash = "4ac80d305ae0e620a52a1a1626449f6acc68377fb271f1b293c12c7a9f22827c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary2.json"
-hash = "45b8ef6222457617d01fc4b934575c1bef163fa8aecb9cd856bd0d9f9981474f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary3.json"
-hash = "78848657fe4fae4a1d8beba7e52f42c059059e2ce22bb372bd37775b13142d29"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary4.json"
-hash = "75b3a45dbc9ab8b5d8291bdc1946e77db7c45381bdf0ddf686452eada71a6526"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary5.json"
-hash = "b18648427ceca4fa32dfdd806144a5d60f848e8866c5619a0871a391ef76b78e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic0.json"
-hash = "36652c3e5ada78da5fd0a48df032c7611dd05259444a5ad42286450ab0b467f9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic1.json"
-hash = "fae2a00d7e8259cb4996cabd06503d93c4d7bb65fec64cef34ec60ad11fd003b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic2.json"
-hash = "ed5a1ff4b53ba82eb37bd5c15cd91591b66dd80a7da44d5e4d2c1efffa438a08"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic3.json"
-hash = "69873c203664e52a9b8694d61f38c8aa21a4b816d1c418f84b28f134692b11b4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic4.json"
-hash = "5c587eae97ecda8631d0a1dd205eea2632deda091a94cf4b64fc3dc3b573a913"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic5.json"
-hash = "124266543d1adbffbbc491cb55c24a163d196d58fa1732f8bd35403714004621"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare0.json"
-hash = "5d5969af69230c91f677fb0267784aa2141c94a7e457fdaf87af3ccab795ec83"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare1.json"
-hash = "7644c73f7266f872226a592ec3fc57c20d9a0bcf1c5c1eb15df7f1d3c39de7ef"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare2.json"
-hash = "2663098e9315f779a3e0a47d653c01880ab9871c5751c4054f41bff7471e7454"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare3.json"
-hash = "869a63a13647c2035fc40704b21537292e682f970ebf2e8f085b1acb7a3ead8d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare4.json"
-hash = "188a1cf8b8900c074612fa4f33c9276e38f618dd6ccf39d28f33191c16426796"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare5.json"
-hash = "de80090d80ce37c0f06fc7e82904597541184e0d8063d1079cae529810605466"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon0.json"
-hash = "44291eeaeb52b0a35b1145a7e068f8a993cf493f629d9989cc7a8e089fb26f3b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon1.json"
-hash = "cc2ea8fd8aebf7d3ab221f86ae4b13aa1d94aebc525ddedc3d708ee1ea59e4ee"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon2.json"
-hash = "96d3996db9d18ee52b446a549c86db342e5b235b219e20e4c856a16984a12785"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon3.json"
-hash = "4d9ce3f0470697d8466851e1bfdfa255ed0e5447c54ab7994c234cd317fa59de"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon4.json"
-hash = "646d3292db8e21a9442325623dbf81bd1969b9d111158cd2420f08c919812091"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon5.json"
-hash = "02e0d1a4b9e72c76274e1b3f92c2f8914c8186af2e2c466d4e7014a9104f1b52"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common0.json"
-hash = "88a58c2cadbcdf749bbdfbc46b9438eba453aec57b0d10a4d0102588919611db"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common1.json"
-hash = "358405454759ed3ef44df97a02586ef4a462a911f4ccc05b02bff60c86f218ac"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common2.json"
-hash = "b1e86fc0dff787ac1a9a574272e2fc0f264d3202f19cc848fe7859dfd1a39b1c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common3.json"
-hash = "027927d1d3096695527b3b85ea2f356e7f15ae62c8be3af4713d30294be6b453"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common4.json"
-hash = "8a9dcbb7e0970dbe4a7a33c85ec6d450a7e6d066323b3230a88748a932504e1b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common5.json"
-hash = "7bcef483f92e63a4d467c73242615ab38b65ebd5607ebb363bceaf018a4c2fd8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic0.json"
-hash = "939bce4d35e9e71b2936f182288b65e025a6f3ebb1091403f7ff9a0ea37625ed"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic1.json"
-hash = "1ab7680ebf921b42c7f972284dfae5a7847b1024042b2ddeb452e1f0ca73e0ba"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic2.json"
-hash = "8498731603acedd80650a50134decd8040213c2abb87774bd40303017aa61e87"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic3.json"
-hash = "73f4d47e4e59b105b90db2b8dd45eae219f8cdd8049e1c43008e118ccfbd65fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic4.json"
-hash = "50db215a0a2f1bc6feac1c3cfb37c2142b63544345b8dcfd1c05d5b31ef29e4c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic5.json"
-hash = "d6517aa304866989a84f454f35d4ee040fc7a17225c2155605ddfffe1405b375"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary0.json"
-hash = "4d8421f60428c001eaebc7317edaf3aeec44f6ab19e8675953afcd8e9ab1ce24"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary1.json"
-hash = "944563029b18b059437b7ad1882aadecaef786cbaee1d06d1a6baf872ea8acee"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary2.json"
-hash = "06d8a66372d49cdb20330b7d9c0b32f2f8e45090d18064adac438a6151ce58c8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary3.json"
-hash = "1b7bea1555c8e32b6ee42e76922d40b57dcad555e5dafdce6a0cdf663f346a4b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary4.json"
-hash = "b8efa58dc4c6c8c55aed39379fa1fd58c4720dff3dce60e46bb166c46661cf7d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary5.json"
-hash = "a604e34a9488df454bb723c742ef65d4d769e5e2cb5a8548037b479bff558fba"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic0.json"
-hash = "6fe86782b7bda6097ac09c73917cbb4cf390f8ae3eafeaa074aeb058473c8560"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic1.json"
-hash = "30f40831f78a49d9aa9d672a86ec23512d72753a45dcecea24a89cbf19f540ae"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic2.json"
-hash = "6563d87ab63ed1a9e26d35303911a6df731ce2937e755717e2319aa6b4a8b26f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic3.json"
-hash = "6704492baeb948b1825277dfc495578862da5bb7fbfd218e416f95c7175eb8d1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic4.json"
-hash = "3f66417486b812e7ee06a22e4df61cb6d4fd7a93e6799919f20736cc2041a6cf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic5.json"
-hash = "e285685aea763e94e9ddd36d47deca66c64b402f713e8f7392b48729c603c2ec"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare0.json"
-hash = "f6581b225e765280477b962f9857bc354eb755c96415e8bc04fa2a97c3441865"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare1.json"
-hash = "ea544ae5bfca818804690cb4da911a32286f0c32dd82f3deab371558cbef0e40"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare2.json"
-hash = "a1dc03c7b487f9f4974b55b38e400f8a213405ded30e32a1b89ce46fa89ccfba"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare3.json"
-hash = "43057cc23efd1673af2f9b76e78eb01f824285e24412727d939fa933dcd9b01d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare4.json"
-hash = "fd20d305fde22bf15edd382362ae8236a59a6a62839962038c8930a6374a3980"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare5.json"
-hash = "ad4c25c633d19c57f2699db874274a53dcb8d5a9167ea317bf045b132fe7256b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon0.json"
-hash = "dadd6b2f7e01de9bd3d7cacacf7c6d716386cbce843e1dcda10314c2c80e77c8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon1.json"
-hash = "ffd8ee0b933c6fa4e730371583fe3f32618558dae3ad203db21fd253c9b2b5d6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon2.json"
-hash = "dea076b76a2be88ee41a59e562a31a3d2dd95e58010c6e087f06b2dabfe0cfdb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon3.json"
-hash = "353e0a2d486deda32ba5b7849cc2ab9b2413f68b189256e8e50619ea290b972d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon4.json"
-hash = "4eec1b623561a861e9c0990e7cf0eefc2ed92a87cdb46c9c3b91ee579369f3d3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon5.json"
-hash = "6df6329553763a582deddb407dcd4cbf389f061293acb84afb24e9292a118c3a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy0.json"
-hash = "412d920b4b3fa6eb13e76fac0f6664b44ac8e7f20bd34d36940d365ec58e48dd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy1.json"
-hash = "55fdfe4ec1ef353f902d9a9b31fe64421656188d15a316520cf266bbbebe5881"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy2.json"
-hash = "24e2bdf215ea083452f5f8220baccd533c3afeae62116d9916fdf2df3ce988bb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy3.json"
-hash = "24972cfcd82bc5c16e67f74318172646a1a07de93e1b5bfe6898239c849cbaf6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy4.json"
-hash = "9b67147f1926dd97f4aa7b011dae0f3bfbf760255657cabe06efdbe69fe7d4e6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy5.json"
-hash = "f5319d01986c0e02ae372e8923407511f922813cdbe1e948e174e1905effbe6a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life0.json"
-hash = "ce563876706e3ac5dfa9107fb5846a512e03f21c8b323ce737038fdfe31a80b1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life1.json"
-hash = "8565e99cb5abff24d83c8b1eb8bbb619062148b3003901b03d3f043db77e1e00"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life2.json"
-hash = "44cb15b358fd3bcbedf880e548cc0c5ccd438c2c88a08f11662dc53c3bf718f6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life3.json"
-hash = "a44e6ae6566ea2a550411680fec489e586aa52775bcd1968e68d3cbe6a61a88c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life4.json"
-hash = "95d763ebc79a83bf37de468343b9ab98ce3b459cee8a0cb8122f1d98497a086d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life5.json"
-hash = "64d342968a70ee75d7b031fcf840221932e17fb12b92733a21f184435af0d2ed"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic0.json"
-hash = "cf2dd66b3a659193004c7335fef1256b6126b22f61b90aa47a913a5dbba8aee3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic1.json"
-hash = "d299b8665820f5ec6aacea4ecdf2911b3df29940ea377f8123348d5b6d41fdd1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic2.json"
-hash = "830c9dcf3c50211d3172c4b66068c9bedc8c1717d5be8a21c6d3cc48becd1149"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic3.json"
-hash = "8f4df9aceca081924d769093f0f5e6ac30a13524fe2b82deeb538aa91dd309fe"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic4.json"
-hash = "6084fd526f6274c85eb11a377c5280bb6a3ceab08d2a54b32213b7ed937458b2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic5.json"
-hash = "a86be17b7831719ad31a821fae9af0c5748bb95cd88fea70371a5862a9baab29"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana0.json"
-hash = "c7d22449cfa45ae0d55648a905e1c92e9ad355b9456e4d2571b802cd025ac853"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana1.json"
-hash = "64851ae7e8cb3cbe66a9229311a73c5cedcb7bb7ff050b69d794644a815de6e9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana2.json"
-hash = "1650ad01a40448dedba1bacaf917743e45ebfdd972e1e511f7549e01ee6a6792"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana3.json"
-hash = "96f856278710505db39735e6154c490b9fa9a1aebd43b665811e72ad45b72628"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana4.json"
-hash = "4fdaa806c5eb79acc2e7723f1df3d2dec4587fe41f169ce4dd90067961c5f559"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana5.json"
-hash = "2f2c80ede48d009e3fbdc78a300e73ec6a4b1a4f67cd553e9ba62613b66e6aa4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy0.json"
-hash = "2cdba76dddfa042ab616136b43e71b05eb2fa12beeb503930d1297953b0a8697"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy1.json"
-hash = "9f1f2311c96ef3dca4a64a60c209df00bbda453aae50108a36e9957be4c29c94"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy2.json"
-hash = "083d11ad75cf9e9327d2b4d6e9e891adeee8eacda6b8307acd55f25f26a21345"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy3.json"
-hash = "df94c70415436d29e4d7d01b5c9cfe83cd43b7d7ef879d04030fb81e24b2c565"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy4.json"
-hash = "51a20c7c7704a7e999b92b34ed0991472230088798f6393205a1b57be2419046"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy5.json"
-hash = "21171f9e0cdbce16757fb54476f77b9174a6f1e8d74030343e965e66e714d9ff"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life0.json"
-hash = "595da078432df10840fec5ac958644ec8dd4fe963f6dad293f3927540277e13c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life1.json"
-hash = "dad4c44c11ef9e3e87069832cd76be92b087eec26ae5a5fc5176317f09c19968"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life2.json"
-hash = "bf07e12b1dd1f3ac529481b1db892cbe67bcaf38cce2b465000bb667e382b236"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life3.json"
-hash = "6c065cffa0c03ce8083e2c60b6e8102a19220af4798a9cff20ca6788d5da4c30"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life4.json"
-hash = "fafbb7c9f805d22ab60a7301ff364576eab09343b4abb5d16a6c6d5a85d2f75a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life5.json"
-hash = "b606046357d6e598921e5d08c9b9af8869aa734d68f1cdf8cb144d69657fc9ce"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic0.json"
-hash = "5c706743aadd782306ab89f2796ee6429da7a0d776c389cb078ef62efab0b4d4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic1.json"
-hash = "89318c5a2792937955a33d0a0779f1580eb59a885f854fb74877c4e8126e344e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic2.json"
-hash = "64ffc181a4a20a5700d7a91516eb759eaa620edf27c3e1c903caeafba15ef94b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic3.json"
-hash = "c1874617a65efebc22d437e5dbc3925587d19381eb0d6e9a9444df6d7a0ed565"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic4.json"
-hash = "63ec032d5bf0e62782657093fae76a35e20634fcfeda3dfeb14ea6ac50a274d6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic5.json"
-hash = "e2c9d84389b30474fb3932120becf065a4a5cf385583af1c3cc7f5a3eaaafc31"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana0.json"
-hash = "03d84588265c417a166861c17338cdd38916974d44bce4e6cf4a1af622900632"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana1.json"
-hash = "906241547496a5b06bc0dfe7d0d323fd3bdbfd1278ea2aa5661137344c3c93ef"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana2.json"
-hash = "d957a99b89360f04377a94a567781daffb80020d7db29997aaf485eccc652dbd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana3.json"
-hash = "87a892a7755de7cf885f4362e13366b43d9773e54ea502dd33caaac059a03d9e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana4.json"
-hash = "a8a8c276f6aa326d1f1b0624034d7a015116b2058169cd55f3f81056647dfbca"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana5.json"
-hash = "7b6ec7bfdf98ca5afb00c5e33752d4a8b57fab4a5bd4be099608fb218cf85d66"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy0.json"
-hash = "eaafe27c2e333b076babee6fc73390835b58688808b32d7cffccd84528525685"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy1.json"
-hash = "c4fc09093c06af6b05fcbdc9b90f1679eed146c2c38b4190a2be3459e86237d8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy2.json"
-hash = "f182cf222c9f1efb39aa899094cbf49c328a02beb1ef3ba1783bfc2a898691f4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy3.json"
-hash = "ed8865d3bda54a4c1940197f0cdd66aa97e7bf2fabf2d8f5aa2bc76ab19d601f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy4.json"
-hash = "787ca25532b0cd90b3f9d3fd4226b4bc0287106b3a9f96e0e7e1e19349656131"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy5.json"
-hash = "c985670ad3f3c5ffcc99e878c9bed6fb801beba0ce9dc11282569a7768d32f2f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life0.json"
-hash = "c73323272fede434139d9bac3b56df7c71137f12194ea7e70c6eb829e890c06b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life1.json"
-hash = "5280eebf4f179957aeffd7acd7c619f15818d83d38ecc9180a608ed109fb76dd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life2.json"
-hash = "13425279e5389e4daacf489c1cfb80cf4b9fec8eb3a360e08f2cc9d1f67937c8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life3.json"
-hash = "db62bf8e0579ab69f3733797b9685f9a63366126465aa864a8be93775d83ff78"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life4.json"
-hash = "a5eb7050f34ac2e7423614af8d535da11c7a6effb86cf3c489b436fc1d38d1fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life5.json"
-hash = "e1c29741084882ee24de311dcd1486fb4bbc69997ba83fae01c2ec39773c8e88"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic0.json"
-hash = "c5cba40abb1af822c9f2ac27503755641b33496b21e0da02e3c3154542597f44"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic1.json"
-hash = "46da767eac267867d4ffd028462e6c8d6784c1c56ad7bbeb907e18d2ba1c8384"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic2.json"
-hash = "9e71e3f5caff6eae60c45e0bdc205556f9e13393b43627e61dec9a4d3d817448"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic3.json"
-hash = "bccd7dcce53b5afcf31fbd206dc2cd5e2915ad9de0baae812dadd0a4fd946b14"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic4.json"
-hash = "9ad0bffdb9fb4042b01207464cb73ef613d5fc4015145f46c5f818dfe6f93ab5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic5.json"
-hash = "00e18eb7d79e3a6c94f065f06f1c3ea55f6e4ae98385817230656d6abbebf67d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana0.json"
-hash = "f5f427cd559acf149c778fef7ba0497116512e434e9fe02b9c9180e61a846b70"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana1.json"
-hash = "b713344c03ae095c7bddcb36bffb92fb37889a378ea37667d443116d52efba17"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana2.json"
-hash = "94b14a0296df8a9fbb70a96efe750e3890c8035d9fe30ca82fe03dda2d2b903c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana3.json"
-hash = "870a13b6fd8e92618ea3c75fdfd5a722d42338ba5e27d5ac33872e9428eccdba"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana4.json"
-hash = "928e2725e40e3ecd75c0501ab0d4edd32271f05b12da252bafad84e9697d4b87"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana5.json"
-hash = "b4502ffaa3eac4141b2be13a3ac4aaaecd2ead1cbdb1d0d13e23abfd530caa71"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_00.json"
-hash = "9ad84826a1ac6e033fb8db98d563b82b8b120f8918037592df23b45dc11a71d4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_01.json"
-hash = "725ebe0580366bccf4e2893f0e36903eb217552b7e1ac81599c0628b5af0e92c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_02.json"
-hash = "124ad44b76a02451402fe3ad9d0d5e9183824b9b629db347dc41f29796c8c7ab"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_03.json"
-hash = "e854907736b3166fde9d15c1245daf7b8f031740cca4d157efd1558773fea4d0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_04.json"
-hash = "505f14a0a1b919c20993f3d23a8c4556e2966d44035d321407292cab6e663f2e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_05.json"
-hash = "f259288905d0efef806fc6c5c5892ea8935aad7b699316382c4dddf9aca97b47"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_10.json"
-hash = "756e2eb6fc1ad716a28f98a650b41d55c8d7b0f5a0fed85ad5c32859c005e336"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_11.json"
-hash = "9f2cc4c367dcffa33d3cad973dde3489bd9bdcdae20a4c2b2ad3506ee88df7bb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_12.json"
-hash = "e524d48bac26d9834f2ec3ef84b8abea9b73e4a700231b9308f25ad46655ae9e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_13.json"
-hash = "dce4667835013ade9db1783c97730ecec8b1b5aace62f5cd5a82d236261adba5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_14.json"
-hash = "f63e18a86eafb054459e87a7fead58e65fc426e3c1fc728a8093f4011626db1b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_15.json"
-hash = "ec7872a212ea2d972d4b2a57859d7cfe3862aa320be71658cdb8d3768aeeea1c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_20.json"
-hash = "4d7f90284274c065e57cefd57a5447216e6cfdde26830880a10ea9c3653d43aa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_21.json"
-hash = "05a9d46c578f2dc9896e36cc109bad9b510df2f0fa8e6f5e3818df8fbaf0e11f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_22.json"
-hash = "2ea8b9761e714658503911881b6aff09d69269158b37b3693f006d61f47857b0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_23.json"
-hash = "44cb81e1ce68174a9a6b1894def0b7465628408b4fae41e67e3c3335f7f589e2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_24.json"
-hash = "a52d488b2bbfcb2940554ad0eb9e511f8b6e3d4c87d2486a517f0d387ba1daf0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_25.json"
-hash = "9b2e10a8194ae61f47c17596b8dca373f9bef4e55d875c962c627e01a094bca6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_30.json"
-hash = "f801a05ccb12e1357a0b52107cd4c91416d4f318d20d8fb001be8b833f529953"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_31.json"
-hash = "2185f2352bf7aa31ad245ef5c65af10feca57be2059c275287b2e9a12412e1f5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_32.json"
-hash = "c96b46ad6b0c09f80008161e2964addebbebbaa6c91a1d08b14579edb49c583b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_33.json"
-hash = "b55117a073b5c7e403dc8188efec7f16ff32cba7aafa7c4c5f3fd766674eaac3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_34.json"
-hash = "4263f58249a63001ea7d76914678c9ce6b22d9ef62ac59f05d4c9e050900ad8a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_35.json"
-hash = "94ff5c6198e57695bac88fa42e45a05571150e38e5dde9c389fd10fecc15a16c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_40.json"
-hash = "2ac1170c3e6064321fadb48e09d83d0984e53f94fb84af3244d0d1cade31364c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_41.json"
-hash = "40d62201635aa822b57daf5a874fc0c47932726598d511aa45dddf64971ae72c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_42.json"
-hash = "459f2ee9ace6a850f43ab591d494b4576b516f3b87c6a44b1e1db089b153b45c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_43.json"
-hash = "43a800bac1f5fda5332db0e1fb47298d08e3ae2b689df4d6cc206ca045318647"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_44.json"
-hash = "193fe05a03ba13c3230f4cc840c19a88b9cc30fbec05a4cb9158704a06afad71"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_45.json"
-hash = "e58aaeb10da662672dc7bf9be7a82a97703c991c79d8c1711cb3015c2f6d2930"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_50.json"
-hash = "da0724cfde2e20a689c90f6e787bf4224bafe6952aa4f280dccda050d66ea683"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_51.json"
-hash = "5a9936f41eb089ef7cf6934f9e37522c7987fc2baf64ed1f802ddfbad1a2b697"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_52.json"
-hash = "767e18b789ad738b1e5b64dd6cb2d02a94a581d3d57db401f45d0303ae8f4c7f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_53.json"
-hash = "4b56e0bdacf9545173c56ee59f5362c176b153e1f914b0eea273ef48ecde86ea"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_54.json"
-hash = "fc08e47846d2d7e701d28ad6e0b7ffbed03f9f46b7074b62bb6a8f372658f520"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_55.json"
-hash = "ce95af974b09094c3ba1118687b9d31d756314a3b809d8a887f90fe53037954c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_00.json"
-hash = "b082677db0044c75526454ec0a8f70ecc5666752f9c4bf304bacf5d372c1a500"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_01.json"
-hash = "ce2714be9e41349e94ec928553fa4e7f5761da96a7482d530e3684a1526be52a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_02.json"
-hash = "c86ce54026bde539c006a856e2c8972ece3251e495adc5de53aedefb79e04ec6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_03.json"
-hash = "e8cba911bbd2a6b856378561d9bf46d929ccdd2162d04540c9618ac137129646"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_04.json"
-hash = "b608087065c3a2b9dfccc7c69e39aeb4d0e7d40b36ce8bfee417f04df59e59b8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_05.json"
-hash = "bdf9f25b29a966ccb86c92809bb301c466960c43b8ff7a1f2fde313fa22e1a9b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_10.json"
-hash = "60b95cbb8b8b51ced6d2548f39afb94e6a9ee045b28d87d6e0e947bfa350b5d0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_11.json"
-hash = "7b272192b1f41431b59871cfecf90772aecc84bdbe016b8db498748d31010887"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_12.json"
-hash = "267a9758b8143ced6d0608355eecff58dbcf494b06604b2fbdd20ff57762ab85"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_13.json"
-hash = "4a0f517c92fbd85ccc93a90ae0b4a93a8e1c23d97846264a5fc96c7f4b582404"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_14.json"
-hash = "7300133a4d77cbcdc2b5461eb449c727fe941e57b488c00722ba0bbe9837efe4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_15.json"
-hash = "9fd2651d37e42db494ee23ca76fc797c33af2ed8b2eacb103546cd912e342f3a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_20.json"
-hash = "1b0fdecca18c70faba6604a9af21e62f40d7de3173e84ce588f7bafafa3226b3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_21.json"
-hash = "d9532765f611525cd7dbef8c85a3e245624065908bbcd64c134a3152baf50d76"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_22.json"
-hash = "bf305469afd1c8ac2b7ef166b9bab91f869acec73b6669a354c419f0436ae4cc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_23.json"
-hash = "3eb4fbf8bae00bdf5799e088f1538a611c5a0d7ed1384c3672d5d13c006e4174"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_24.json"
-hash = "6d4bc2ff94de1f08b9857df31a76199af7ff9e27bf1508d6674abacc1f76791b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_25.json"
-hash = "72563d3f3be2a21e873e3bb0a966b015b9b83736b1211a6808e0de4b39dd4a09"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_30.json"
-hash = "debed5695a5df0022a31f75daec59db63105b90579fc637cf7b1d918390f3df0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_31.json"
-hash = "34723930539ecf656788af376855a220c2b8a3add5e7ffea7c0de8c75490f1bd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_32.json"
-hash = "35bef2227b2413c856a75abd1f4ce2fbb54f8086f12a441bf8fd9c6fe010b54a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_33.json"
-hash = "729337dc290a96bfe6cc742c98aed88389df262002090bb3680cd5ec019cf20a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_34.json"
-hash = "4f450a0572254a9e7502e093c8ac71345421c75b9b9354f999ea964a86254969"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_35.json"
-hash = "95541ded57eba98c8aa686ab88ecc56b65910eba8b292e0c84711b66a3c67a00"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_40.json"
-hash = "1e73f4aa3de9edb39f97c733641482347d83b37f12e5fe5079e6e06335f54d6e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_41.json"
-hash = "3943db2342d0ef73d721060f96d55c0c3c17170a163f6b1d23293b0d9079ce3d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_42.json"
-hash = "3e28dab8edd0d4e59cd93217d5ab3e3602b611ddf3b124567460fac23e0253da"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_43.json"
-hash = "f01bad9462abdacc741ff0be6b0c8f16583b682b6173e914c478a05cd39562db"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_44.json"
-hash = "7dee682c8e5556e08f0e640d2fe49cea597cb2a7bced93ff85f6fb9a4cfaba36"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_45.json"
-hash = "58d633311125966ab34c8c6929915cb62f90c68ef5e14cc07ce0a8d6f6daa062"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_50.json"
-hash = "6a78488ab18c566c80e958ab8252c7e548e41018076e0cee1a52a28ea9631a4a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_51.json"
-hash = "3452b33a83e86c57430fda220020cc1cb2ce3210827ca68e00c6cdc3ff9d426b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_52.json"
-hash = "c86be384b60de7f522025b8f6947c2e30b2c9262297e525d3628ea6d17d435a2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_53.json"
-hash = "c2fa92b64e043ffba04db55067b7f5ec74422f5268b17b1742b3c1619a91d2d5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_54.json"
-hash = "cbcae243d66f33abfb4bee33aca561f490bc4a32179721011cba42c0964da786"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_55.json"
-hash = "be31b9cc405bbde24d77bbb43f4c23e16622999e3e36cb815ba8dfc146938ba6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/reset_all_perks.json"
-hash = "496628fd68c0ab10faf74d3789613691903da14c5fdf947c732d08cf5267c69e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/reset_spells.json"
-hash = "3eda0d9aedb58d47a1f4a470c92eafa5e095d62854fe545962b0b9fe709c6302"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/reset_stats.json"
-hash = "df8308a99084992d83f6cd6089e76f61ebe92bf7f64789cfc37a5ae98a937ea9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp0.json"
-hash = "990723e4750313bb6ba0fe6fb168d780303cdeb30cee1a44eb8603389062d9b2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp1.json"
-hash = "12c67e7d68309f430e399b9b45dacb458db9d2ae501beffa6e556ff14ae35a84"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp2.json"
-hash = "7746fcfb61fe4ee08135961a2d86fa8b0404890e0dc8c1ba163c222bef1fcb0a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp3.json"
-hash = "963d5b4a35d8601c5f215c3435196f34fdc3f47ea22011dce479c0f7006a6719"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp4.json"
-hash = "2ab7668b2be8d6d915f0aa8f36fd19c34beae921a54091bfa5ae9fdd86afb5a6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp5.json"
-hash = "d62ab62efd7542314efd9e8100efe623bd9d88c82d2f7d082d7f343326116053"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot0.json"
-hash = "3526330c10f9011c7a2a68a6afe1f37aad336fef8ab914bc8c09a0bebe452871"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot1.json"
-hash = "2662dd529659703b2a4cfb1e03940e60a17663ae7dae8646d77581b48517fdb3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot2.json"
-hash = "307c36139f844bbbafbbf38173d84bd90f1121be296e1f8a23a9f41ad554811e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot3.json"
-hash = "69dc79cdbc1241d4544b531bb06f1d981963b0919d43ec36707f2e9ce99ae1db"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot4.json"
-hash = "b2d2e6841993e0e04775006f95d9c81b3cea1323a75ce3b410f4c46875167369"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot5.json"
-hash = "5d0ed4500252a92228e6cf29dbb25c97f7f6aa2e11f8c29f1e3bbeded9e540bc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp0.json"
-hash = "4df5c949283c1ba211ec7d51e7b00e5bc032c817be90fe7804754d1a53e37d55"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp1.json"
-hash = "95fae725fb0868a5c210018b8f4b99c20ee265e77178f43d297cfaeafcb4d0a3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp2.json"
-hash = "f9767cd3dc6ab34f1f07754fb3f95e092c0d1426f9ac66f12e0a4c0521c73abb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp3.json"
-hash = "9586e76601b1ac78f668b86cc6991de90d24fd8f1e62c52c683e7b60dc5fc0ed"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp4.json"
-hash = "a29b919814eb0791cc38a23ae399aac63aa8588998dceec1e5107899214254fb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp5.json"
-hash = "9f6d6e6e8586caeb4e829ac16c97a9cd1a9724681a878c5171f21ce96cbd3571"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot0.json"
-hash = "af25645bff486661d28d07ec6a4ab905499b0182ef1b0e89b06cd9dc4e5e14fe"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot1.json"
-hash = "39fedb351f78ee85be8e5f45227830dd0fcb7834b2c96062258e57ac6a96a799"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot2.json"
-hash = "7f4226c38feac3534671f02c271cf3218256992261f724c080de178c1e5ad38f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot3.json"
-hash = "275547d4c026cd956c72096b626d21e75ab028150cb4fd17cc139d2d56f4204c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot4.json"
-hash = "a375e12bac96fd2c918a1248bcaafb2e9aa8790c6880404f644673c6b935522d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot5.json"
-hash = "17826cea5b4952fffabfd5745251b449136d7fcb375eeed57ad87f3ead95fa4c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp0.json"
-hash = "7e405931c1a40abff494effe275358ead140b9c52d6e100516d3b3f5cde1091f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp1.json"
-hash = "a02a897f54aace3288b33657644bfc5e3e5fb376f1ec1a5de328d1a20aebace5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp2.json"
-hash = "c6d4d47ea608d8469d3413d431b21f24b0ab20ded13b56b787cb4e77c64b41b2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp3.json"
-hash = "678402a7c3495435f4c43293ec39c130f4f7d64ce0af570c0b222878ff8a2f9f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp4.json"
-hash = "f288c0d9ca1a380a65cdd90e7b3c8e9021843b4341fb964a00a4282813e579ac"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp5.json"
-hash = "7c057967eebb37b01b6b1c396835ea3f777603a94e10e86c1d0e4088657cacd0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot0.json"
-hash = "bf387a4d4c694556594f4cce8c2ca3236e4836de544e330301ee938c540a5a8e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot1.json"
-hash = "e91e2c5967a778148083ca92100faf30b95cddf9b7d3f7d831623813f2b2f7c2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot2.json"
-hash = "96a758d37cba3b7f5c352c8fe03a9a9377418ffeba4133291d3da7c20488696e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot3.json"
-hash = "6fb376944c514164ef10dac5f46182ece7c06eb2df0f624f9a4ec351086246fa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot4.json"
-hash = "ac654ae1908a212f6622280e0a794315749846fdfbea3d7db5739227a5236ccf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot5.json"
-hash = "9a3a72009e40e4cb24c5e0590f2aa9ed0b700eecea90ffc8889f3095f5d29de6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common0.json"
-hash = "989ef99e8da18294e19012b44fcc06308e5698887a3e28c2821a58afec98745b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common1.json"
-hash = "e356acf40a61effc25554dfff46a677791cf4f29ef39670a236b752171a54ca7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common2.json"
-hash = "e3b6cf3581df9aed98f8947bcf3d9fbe4ae80220ffb5c87beb4d4b656d9f38f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common3.json"
-hash = "7d094c60147923807012bfba55802bbc86d268964927573e2c6e0cdf00b51f08"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common4.json"
-hash = "960228c3a1fc1617f81563e890b821d2ef76fcf736d415e5e1d44aa9d841f397"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common5.json"
-hash = "366edcbe08e4344bab48a183853f7fdc04bda74cddeeb91407a296cd41e3ecae"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic0.json"
-hash = "250557c12a0cc60c471202230dc308d766485201ae622af6bc026f3bc060c10e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic1.json"
-hash = "c0fdc372069e5dff8e394f7d97efab901b114bfc76afc268adce311eeb887a06"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic2.json"
-hash = "435c5e658212d1aa0d46eb21a96681fc5c006eeeaafa6ecd3ac3f45e466af254"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic3.json"
-hash = "967e111f04b8590152d0d5dd0a1b290f3619a68f99800f4e14f5e26cff283e51"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic4.json"
-hash = "f7486c6ebf4bafd5792b32c90a8f53255931072d7a4bb1d8d90ac0d92c11f506"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic5.json"
-hash = "c5a5258d070be57b2724289a1de6241781d7d1335b6c16b08b169feed3e4e709"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary0.json"
-hash = "a8f99f402d5df2b11f951a8af698b2ff3a1c1704ca3b891426a2beabdc2c018c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary1.json"
-hash = "e285964da455768ab10ca375ae383403630d271206f4c10eb25b18682e03fb47"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary2.json"
-hash = "8a09b93c7ab7ff6609364d20b07f681ec23dc9d6fe2393a778299d0317ab6a12"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary3.json"
-hash = "bc8fc76757c65f95b0f5715da77f68b59a98c7132f9df69f598a969aabc21591"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary4.json"
-hash = "f29e7704e24df5948c6ef613f466e45b93ce38c9b18928fe1e875e4ca4aae31f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary5.json"
-hash = "e84ad0d892a90b8f58e875a89a568e04fe0f20e0007d2ebc6f4a84699aecfebf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic0.json"
-hash = "f99ee7624aaf52385fd321afcb16a9d7d26c33df2e7c3ba8821a750a1716f3fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic1.json"
-hash = "de872342280c96eaeecba4d3037fd15e0b2536370c3a837c81bb2cd20aa5a6e5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic2.json"
-hash = "739c4c2c8f53938ad02f18e5a738a77f389f968d8e2db9c948b799a244ff9456"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic3.json"
-hash = "740954e6309b285e1ec98c8ed9d4667c2c70fdf228e844ab32b865fddb15250d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic4.json"
-hash = "3c742c81def5d8cb503384056d13450c57a390d447da96bf33c94c4009226c52"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic5.json"
-hash = "9d737c68de9e0febb5f6412041beb338dc9419186fee7b0c21d56bd008017355"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare0.json"
-hash = "38ff0b8cb129cfb8e55ccf6b1feeec85967326b1d581caca7e059bd231c6acb0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare1.json"
-hash = "ae435290d9b754e26a1421b6c4de60050a6bb936a74b3ea219f59d0a0d3d7ad1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare2.json"
-hash = "3cb83ff1231449f6783b507e5cbe6023a8edc0a791b232f41e8e58192b702b78"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare3.json"
-hash = "61510bfe5683c42c5a510da4447d376695d12fa2748b6f9c79ec7322b1a8e967"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare4.json"
-hash = "ae3205e29cf028a3676e9434090cce3444d1b14c468e3e8c1e3b4f8e3ce7c694"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare5.json"
-hash = "a417e16c37a2b6b8adbaeaa94f9041acb37cb6a77f7dd8449adc946391df081c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon0.json"
-hash = "7cde1d38590528b99aa3f4cc115d5c4b08d7bc071041d174e4225fa8ecbc14b8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon1.json"
-hash = "566dc95a4bb7449877e77b6da50b62d66e9589c379b91834e89a371c0a152c97"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon2.json"
-hash = "4c835dd9b3f281d3630e00499b66530d3eb2875eb315d87b8320d47968f09735"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon3.json"
-hash = "7b33c8c6eea2ef65fb1e5d088474c128386388cac6a85ef4188665274567506b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon4.json"
-hash = "3d8deabc125581756ff2481c15efc2ff221d1ca8d40ea51c3e040b407a6c6944"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon5.json"
-hash = "eca81dbb7cc3836e1db3c4121102b293b946713ef9afa8569acde51458c9ec92"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common0.json"
-hash = "d68031c26cd60333b8eefb6877c0696ed98de3cc225051a598997e76f6aed2b9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common1.json"
-hash = "1ebf572cdbf6cc5def863dbda2897d3e70584f2dcca047177545e6c7404cdb3f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common2.json"
-hash = "5a0f2012bdda40b704273f9bfe4f2419c186b9f2bf79fa2d8574f671ae3a7747"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common3.json"
-hash = "9a5e79b4ced0f7bc8ac6ce9768882d1b4661fbf38f62094e358d78a560302b9b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common4.json"
-hash = "9c9973bab7f12d68a8aa9047d9c2d5331819caad003cf73693428b6621be709d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common5.json"
-hash = "e2526a3b476de8f3cd0143db4bf1fedbc0b1cd5dca60cbc00201b3301b23bc9a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic0.json"
-hash = "fee667664bf39a24f103fa81a6ea7c991ec4dfcbd7537ae3b25e8904e8f6c99e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic1.json"
-hash = "6eabb29c094a3d080ce92c2dd98e7b67b1449897301e92a8770f32d985255fb3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic2.json"
-hash = "40d6aa8228e98f87bab3ae3bf6bc4a0720a965d81a3c88102854dfab9c31079e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic3.json"
-hash = "c1993b77c915cde445fa50330455248f1f096e96d42ff2b398f509847e67eec9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic4.json"
-hash = "1c66f98422beb1c1cc92de3509cf6e238cfb0a679ec8913dd626018dddeff5fb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic5.json"
-hash = "01dfb5c9174fdd27720e5bf944a57b171f2a950f848687a72071c2311d422cc7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary0.json"
-hash = "9389d82fe28208fc1dbbc57686a94e0f84891f9048bdb162606eceaedfcb66c9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary1.json"
-hash = "d458d01150d3d8edb820ddd492858ec8444f2398becc9eb46c043b6bb5994b8f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary2.json"
-hash = "3e4028ad30a7930b6103bcb25f04919732c5fa0ec66695854c8f77c0a3b2f535"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary3.json"
-hash = "130edb58080212e98b1dc3269c775f9771ab7e7134f7aecffdf1236113b67e16"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary4.json"
-hash = "8520d348529fe9b227292d61a60df214c73585061539a5728cfa839ec5614dee"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary5.json"
-hash = "41c6b8bf3ffabb4f8a68863c9686eb9de5b3e0a2fb3945e41c0fda89d2f2a11c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic0.json"
-hash = "29dd16a68fbfa717dbde524cf99b99a76a603860d46667c68874083559a98587"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic1.json"
-hash = "7ddd9bb1fb1f24b4d7647ff111b8685fd7163ca4f59f10eeb9390a65a598896f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic2.json"
-hash = "b0f5a7db6de17ba4bc9fcb05007d99fc37b5b00deb2cd4d6f0282a3566cd507d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic3.json"
-hash = "1365d73400a7e28112de4c7236cb8b06f290e8067428dcc681dc3699c9c77daa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic4.json"
-hash = "c33dccd3c0a17a117a56aaf2e998d8e3fee239396378333bd4d6eaaf8084705d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic5.json"
-hash = "1458947266788e34f6382e28851dca8340b71e72e9fca70bff9d778dc5753b64"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare0.json"
-hash = "93291e50c15bf2997cef07345b3c080ccf243ca9fc34af3526ddb2b94efe736a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare1.json"
-hash = "b54df9f688b257a8ee3eac976f63652597b5a2c69ded816dc8e4964c1afd1772"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare2.json"
-hash = "8b8c3761e5bc993d0ddabfdbd5a9c169541f1aa2bae1cf20eee2d934428a6752"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare3.json"
-hash = "3235c0810734b924b36a15e8c264f329bcd1e8bf3e0dd5ae8bb997de7d6c22c8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare4.json"
-hash = "dcf1210c94ff23fe5d8eba0e352eb89365a380d72a03bf67c3a165022ab37d72"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare5.json"
-hash = "ddfdc4e692c5fec94a6ee696a021a3312f9bef7401a05798f49b3d6745eef549"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon0.json"
-hash = "212d1582a3027db8b068f71726f8d33c66985d6929da16cbdd944071a16101d0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon1.json"
-hash = "37921a711a8c04e5d50aeb1ef48508271d018745ffa410056ad253b95209fbe9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon2.json"
-hash = "94a96a6731b34ebb53d70dd50fe1e59329a9692a1af679c1e7bb1c7304da8af3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon3.json"
-hash = "b1eaad4bdd9d42e23360b0cb0333bbe398a6d388bf8a3d184f287da87971c273"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon4.json"
-hash = "c109e0a00526bd80fd09a99ac40107af15c05dc2a13e57e578499c6e39b49612"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon5.json"
-hash = "70d3810a698f583cfa105e65bda0866b154ffe8f7ae475cc45bca94d96c0e351"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common0.json"
-hash = "5eb92c6532731a2b12e2082d496e13a2561235e62356edfe0ad1b46c41a195b9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common1.json"
-hash = "319f160e0b2577f0f05eed76bebf05ffa9ee46da0969b4b1593b584ed57c9664"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common2.json"
-hash = "5e358354b541a30689736dcf37d36d1d0fa533bae98306ddb977cc58c705639a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common3.json"
-hash = "2644dc4562d627446ba19b0dd5a538baaafb0a395c854105603cd1b381c620a5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common4.json"
-hash = "6ce4a11afae546218193ba728fe16ab8ddf32f5842c5665c074a6d70e95e79c8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common5.json"
-hash = "f3f624d4a85210795e3fba8d2bc66bccc458776fd7abd2cdcf05556b0626dac0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic0.json"
-hash = "36ec51db4d7ef0e2af8889ad3756392f571e59174c06a4b9f1990b09450656a0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic1.json"
-hash = "3cfad6407b431a9b3025b67a339f7caaab44ed82f121e40010f241a35717a2ef"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic2.json"
-hash = "5fd43e953b85de7a3c8705a41d552ae0a427ff1622e520c2049a1f7f275b58dc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic3.json"
-hash = "67dcdb073a7345546b4a7df4a33f512d90c2e675da03108cac0b6db38bdd4adc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic4.json"
-hash = "186e4895b1850c10b0b3d6e89dd6a6a277f6f544fab1c0f2d21f210fd5a77373"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic5.json"
-hash = "7b87b1582566abfea185d92f110ab1fc34dd9dacf9d902ce2ee5f273a817b94d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary0.json"
-hash = "89371c9aab3178ccd61b1b16b4192dd0b9aea67c9f0be53f8f660b7463bcb498"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary1.json"
-hash = "54313c5e7a7d0cefc316b52b216e68800f2d067ea28614afbf290b4bbbee7814"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary2.json"
-hash = "5995f9cb44a9d3194a6dab50c389f8e9ef3267c440a887a84d21b379940f1719"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary3.json"
-hash = "8f5f8c31035eb1fc24e6859603ce47e81b0b91325a6351b4665656ad77d0e4fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary4.json"
-hash = "0fbcf120a80b930cc0c6261346df6a52917d5e43f6e2af649fef53009574d393"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary5.json"
-hash = "25088724c734b2fa2140515f7dd0411f8122bef529aa2c635b2c1ccaa0f60989"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic0.json"
-hash = "0ffc9b9c44fbdf53212f802f6589fc519839d28c7ab23108d3fc28b0439b302b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic1.json"
-hash = "7275462ff99826d4bdf25854edfc0ab240f2a74346e278e5fc7ae09f5a43de87"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic2.json"
-hash = "faecd34a482a0843991742acb0962d8d7e24eab0cf53a97f31e70b42167d07c4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic3.json"
-hash = "9ae0d1fddbd16aaea48397e2216f66478062f170f92b632dd020ce30a49f10b7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic4.json"
-hash = "14399f696502166b3f0851d1eb20d67e1ec2f53dcf43f2a54084168c13ff68b0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic5.json"
-hash = "8469fa5655b0746c7af6eb217649f873b9bde58d4c0adedee3da2518c4bf20c0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare0.json"
-hash = "3bd16a813bb993420068d3ed411517095907ebcaca068cea5b7db11d48d2272a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare1.json"
-hash = "e4c34881b8bdfc96539d4c279d08451a2b5e962e650e61fb48eec1e9e6300c94"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare2.json"
-hash = "d8c5d9d05e015372828a3fc9d9d0f7e3472212838fb794cadc8b4e9c9058c932"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare3.json"
-hash = "1f38d4b0a05c8191519e9689651cf810faf3a854bc31f6e0a8f2d8f60050e964"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare4.json"
-hash = "0be67f715fe90786068a55355013f117d1bfe0c37baa188686628ee6b46982a9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare5.json"
-hash = "a284373f4372ea3e329a714dcb62faf29472d17fd739e74d1b5e566e9130f642"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon0.json"
-hash = "d91b7b7b486b30e76a574fb74a2102f1305b74ac4d952e09b9df6591c6b61d2d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon1.json"
-hash = "aa73857599066cd8bad2756e9c008d6790b54cac799bc6914b65a034cd070ba4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon2.json"
-hash = "b0e7018ee27921c0b2400fb51ac03f4918b01acd8bc3cc7766a67010424bd8a2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon3.json"
-hash = "92d350cff0e87506d6eb6505916d3a76b00d85ac8585d30172c1b540c808ecb3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon4.json"
-hash = "9ede4c6902e45ee7e6d7fb4303e5ba4d7a80abca876c6d646def67071011b1f2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon5.json"
-hash = "055c3636372f2f3b1aa07ab6848e1921296c81cfc7b852df3fd9af393f284cf1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common0.json"
-hash = "050c48280e59ebe4a0c18e22c0703d0009942ce353acaf1418080ff19c204dcc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common1.json"
-hash = "3a85f6e435b472e93177b5078df74badbbda77851cb77ca8e623b1fa61e8ce51"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common2.json"
-hash = "6d0e3d611fcfbec356c87458f60e0b09543b299af0d6def1067d62bba4f94b28"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common3.json"
-hash = "1b491a5cf53898b4d182ba56e5f2aaf52c8468a23f1e1038bd145e6899757e37"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common4.json"
-hash = "cad2763c721844e19422e4ccc21d20aacded2e3a7fb584b16e3f57d423f768ef"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common5.json"
-hash = "7afdacc2b9120ab25452bb4c3a97be5504c423b8b2a9a6bb21e7ea4d07327695"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic0.json"
-hash = "8495fc0466b07363a3940112b731caa55f04e5e4a0c33c64916834fa6454def3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic1.json"
-hash = "09b0ff03899d6ae77a12e37b0df5f1abb9137f6ef54433bb3d37457cc4eeeb99"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic2.json"
-hash = "cb550478cce9eb8889e2ca245d1ea75b6be400cbfa92607bb99f80e12673c8dc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic3.json"
-hash = "771c6d39fe8fcdd8dfd6a634c5ae3f4a97ace0244a0136b764833483dd75e093"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic4.json"
-hash = "04bf42eb887e0e7857e1fa04fc93b8bc760a2461837cd0f869d6b6f27963e1e8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic5.json"
-hash = "423b09290fb68fec5dc1f68bb4b5c8ed50d45d43e9c162991593b150504eb6de"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary0.json"
-hash = "74900e0667558adc4c9cbbae1d2386ea15b9b71104b9a04a51aa5511abc4db07"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary1.json"
-hash = "08b87634b1b36de74b12cc2458be8f695d1db114021f03ead8ac8076ed649e3d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary2.json"
-hash = "417099706cb2eea8acce7683925c2dfc152e64cdd2878eee272184b9116d081a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary3.json"
-hash = "c0c1911bc50da1153aa68b437b4043b6d533c16453b6edf633c13a912a817a0e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary4.json"
-hash = "0f9ee36a506450dc3365aa4ed5d86fad7dffdce889ccad837e8947c0025a5fe3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary5.json"
-hash = "7b425de98ff4cf212abbc0d26062cc6fd4a85825f8e3af433092fac272175a0c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic0.json"
-hash = "6b101cca7a4d369edfdc6712623e735faf343e513b408b79710da913f4a310f9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic1.json"
-hash = "f15fb3c8064d47f4d9abc4b98ec60c17fd40d39cd9420a711ef6d6471a0c6d77"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic2.json"
-hash = "4fa3f92506c39b22534f766810c366d129a79efaa967d17baaeef9d9d3551658"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic3.json"
-hash = "8fa50eecbec25777805b464fb2abdf52f3869f1cbd7cc4077743fa19846eb10e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic4.json"
-hash = "bb44e3942c4f19dc6bd787eb604c8eea3e5f0a0ac96ca6c468e9a852f9610ce5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic5.json"
-hash = "d0b0fe03445a92ee2f34c04228ebf835794a5779ef418afcc1666e6cc4bea710"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare0.json"
-hash = "871ecfd874d951e8c8b1b6e06787df60da57e014862450361d571161f6208969"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare1.json"
-hash = "d27a4a219939334b1897a2da4598102b5384ef85e13bc9da96c0b2b8bb757e1e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare2.json"
-hash = "25d7876b9c001c49c95121cb90bc1e8636ca9c0c3bef919216b8ec82e7fc54b3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare3.json"
-hash = "6d23b26d9b3df01154382abbc538ff0ba16fbb74d75ccb18db504954223a75e9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare4.json"
-hash = "b2a7636a51846c2e11bb49c1667062ce2a438e8bfdcfe1a898db0ee2ca0a1348"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare5.json"
-hash = "3285f62a82491a4277a7ffe7f9ca63d5139080e4f1c2b29d4e452a40b974f205"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon0.json"
-hash = "1619add198f04662e014dbcda80744f33dd12a724114e0f3db319dd7c2ab1ba0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon1.json"
-hash = "66aa8c124c823795f914305f454d7a75e2af6eadb44583962642e35e048ce4d5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon2.json"
-hash = "ddb3651dc784ab9e7b45f14c317b6938fe82910423f6e48bfaca3ba830e94afc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon3.json"
-hash = "0770edc15d70d06fd4439d585f5e71f4f28299030da87e7affa9be5a0b66bb66"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon4.json"
-hash = "4835127373c162d63f09a97c904a6950e3f4322c5cbc675ee9356273026d7bc7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon5.json"
-hash = "85c8c44dd65256d4930c649b4ce5b7f42489da8aff4ea2ff9c0c2b063f28775b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/ano.json"
-hash = "9b6701d0230c1b6923cc5ce6d3804514e716f8ceaecbe9140137e591be959368"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/bri.json"
-hash = "2cd145930d979eba3061c753a5880f0b6d3d1cff9540f032722f9fdba6c8a891"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/cen.json"
-hash = "42a92131b5a9f9ed158deb6a7c3aec8fd2d413a540d9e45a4f0b27a43313e254"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/daw.json"
-hash = "0df1837ffdac348c2e678b9f5076b6169c8b643b8d94bba35d52646b9a17c8bd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/dos.json"
-hash = "c493a7e29ff98d3472701a8f365c13a537caf40a4be52ea7fa4806360615f229"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/end.json"
-hash = "8c8bd913a03e38a4f0564f80693454eec5d4ed9cc283f408f363de6db18f1e82"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/eno.json"
-hash = "ee0e198497f6c876c9624636327ea5787b4838162a20ff7614169d2f67e947ac"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/fey.json"
-hash = "7018b8da09f548eed31696b5125b0aa61b037a92965593cf9ff2b1a928f38628"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/har.json"
-hash = "4e74971affa2dd7a0eec31dc940d0e9af56eaf53b80fc2f6bfb5fa13c1d35996"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/ita.json"
-hash = "54279ca2f4e870d2b51f8906d99c73bf50099b80041c8619097c572ee8efbcee"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/mos.json"
-hash = "5e8dec2da50c7084160eac2d59ada1f369b6e05ec7fb760144131dc77928254a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/net.json"
-hash = "0a65aeaa4b551d86991ca0a4b0439439825cc7e3c87efc13503ac1ff4f5716d3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/nos.json"
-hash = "cdb7f624b3134c69e429819d48842b1eec72b2cca3c3ec5b8a1e3d0920f101fb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/oru.json"
-hash = "41828aa18c079f995e3519e0a7697c76b87e1bb0d2bece18dafdd3ab87b5aa3c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/owd.json"
-hash = "db7c1624325b483ed368b12e7f0234ec5de436af2e0ffd7247b03a8a4381856f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/sid.json"
-hash = "b02609aa7dd834d9d155b910be07906cf0a53aa3cf6167c91809f27f2efeaf57"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/toq.json"
-hash = "8943647cd0656d95d01b2d65a2a70c38b5ebd2264026cdf7b65ea98272002210"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/und.json"
-hash = "c66bfe98d6e8239be44c8b81bc590c90c0adac261f551074b0e5308649459790"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/ven.json"
-hash = "091f7da391ae74352d5d128ca93d6eb033b0abd763b9b127c3eb1e437a9c1d25"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/wir.json"
-hash = "b1b90cb08663807e027512856bc808f96800d57f73c461272011a104c420c25b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/xer.json"
-hash = "46eccc408cba86af7d3e3da2c730d8c24991177555f329ae338cc909528eab58"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/yun.json"
-hash = "106f8997666a383ccacbe8d0cc0c3024b51cf8779feeb008e2458bdf8f48cd73"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/abyssal_depths.json"
-hash = "ce237a07065e7678c2e724be1ba008ca91c4c3fd89b09b0c4c72c48d315481f9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/ancients_pledge.json"
-hash = "27256c1a395149389904a056da129372f1e04362b0da98b1a281c767ef2ef9f9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/bramble.json"
-hash = "ea3beaeea5b4a78ab0bc948a5dcc7b183cedb921f3162de1dd02ed681b778006"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/call_to_arms.json"
-hash = "ccd2d6271971c75950e372b86f2d665d2dc1ef30287143e96561a7fd32eec4a7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/chains_of_honor.json"
-hash = "5eaab9aa15a102f16b819f68077aecf36e8a976132fd41ae9489bfd34be7a9ae"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/cure.json"
-hash = "60b78dd33804ae06b681fb80e153592ddc6cd2de7b423e5ef74c4f35dcd8d848"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/flickering_flame.json"
-hash = "8f1626db98eda4333a71d6e4f89f62d625b383d260f98ace85c6f9aa1cadad5c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/fortitude.json"
-hash = "6d1dccae07b77c96544a62ada87324caadfdaaa7e997c2a9e84002eb8c360a9b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/grief.json"
-hash = "1e96681bead99265250c800b27f65aece2d44fd5c3ff4e7f01519af1d9b6f41e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/heart_of_the_oak.json"
-hash = "1eee384409bf0b95a61265963afa4a15a4459704d976b7048d339e7973260728"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/impedement.json"
-hash = "5c72a64faacc0af89d150813c34bae9aeb0c819dc720c9c19f509b0ae4766ce6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/infinity.json"
-hash = "24ef73da7529c0d9d3fefd1bd7ffb53fc7a3306dd9d18afd57f7842d88b3710b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/leaf.json"
-hash = "5cbb4537b211608bffceb950174806a9b5206ce2579fc4cc62f6900b3b206f7c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/lore.json"
-hash = "37fa226f6d6ddeebe6fc0f1dc1d92c1a653a8b88870c1eb3f974be737282a5e0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/plague.json"
-hash = "020ae557066984a0284606ba1c8e178f9caab5ef6e3f44c760839d2f21010f4c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/prism.json"
-hash = "e7cfa6f5116f3b4a9a0313456d9102ff46915c13e025f99d147923bc312e5c61"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/rain.json"
-hash = "d3c84dc52460c35fd450ebc2f73c37f512fa524d6cb423447913aae540212374"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/rhyme.json"
-hash = "8dc460bf00978fa93beb01209dbf9e7ef0a25f154a579ea0b35fbae0789e2dd9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/rogue.json"
-hash = "f45deefa74ec5ce29d1b65837c8c81350e4c891f546dfe83b85d25d8ce5cfae4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/stealth.json"
-hash = "451eab5f3527839529b9561d1036058f518a41ca616baacdcadaf3bd28246bfd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/steel.json"
-hash = "09fe04ce2f53df501f8064ef10124a58311b41234109bca1e5abc34e3395c479"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/strength.json"
-hash = "178ad850639ffeb78f67cd20bee69bab7b909ae667ece3deafe34f888d59fe9e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/tempest.json"
-hash = "2591c67da1094d8af9abcb3d0293362bb8bf5d7955d173fee073e985ba122832"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/the_novice.json"
-hash = "af258d76c48c42f290e276e8db1894235f4d58bc1aa4c55457016a25f7662006"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/undeath.json"
-hash = "2a88ebf41cfb51d9d06de7f5547d361a1f7eb52dac8501851635c94af16db10b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/wealth.json"
-hash = "001d72e1e9c07940c01be820eaf21087fdabee47ae68ad9950e0ffa2ada1b5df"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/hunter.json"
-hash = "478d940f10741427a41cb7145fb3617069b590ac26b2859956653e9ddfeb60fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/minstrel.json"
-hash = "398565204b149b4722cc26a3d1a11e20749768fa961000b18ebb252660de05ff"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/rogue.json"
-hash = "9b90ed2c5a135a26fa05f42c24a7f685c7e54fd6d84c61243745ba7bb9eba8dc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/shaman.json"
-hash = "bacebe8c64ebc505571abc45b81aaa161eb2b56b7a35b1dfda383c3d2e02d07b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/sorcerer.json"
-hash = "defc43ade4b2255e5375e1e4e071686a6cff3242888658cdba152080a17b6c44"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/warlock.json"
-hash = "c49c92cee3debbe72a3a5ad2aad710e18da009d6426337a036c5ea57d4719a8b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/warrior.json"
-hash = "225663bdd3d11a29ece3a9423a4f2f280ac3d1f190d66149d235cfbf068c580b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/armageddon.json"
-hash = "672d4df1be889ac7d1828eb4ec532c25c2156d84ec9307717b618011761c9767"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/arrow_barrage.json"
-hash = "94fcd72b9e2205d746efade12331f635c130eef3e4b1832f589ab02fa5db6bc0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/arrow_storm.json"
-hash = "1895f70c6601616acac77e130351929507a09077f55b003f8c3b9319dbcae1ab"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/arrow_totem.json"
-hash = "70564e512e925711f17ab4b30f28d384b8eafd402e22d73778352d553df73c85"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/astral_totem.json"
-hash = "8decc2e1881c843d70d27bcbe5d207c1ebbab0b9f9058dcccb057d7f80802d68"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/awaken_mana.json"
-hash = "be48d581b60cdb1d80a742fbb068906f41f163d7dae6f160a9dbbbb3f6fa43b6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/backflip.json"
-hash = "a467109927b69944241824ecd78065bab3f3f0872e7d31e2bbfba6fc5ac3d813"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/battery_fusillade.json"
-hash = "2f8c5ab8da2b7040bc5a2d20bcfabecce88fe5fe452f2fadd2b14bb8d731c6ba"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/battle_orders.json"
-hash = "7aa2f7b81e499ac589dfce1ba69101ce0bd166068e10ba956bb1b7c5adadb0b5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/black_hole.json"
-hash = "1e5f05b59408b24aba5cfb3cc8b2ae6b10bf935ac4331de29044c004839bc768"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/blizzard.json"
-hash = "463e79695d8055565c6c8b976a9d71548d157cb6239454b6f39149d52a939fc1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/bone_shatter.json"
-hash = "e5abd0fa72b32b592a7a709f6645012443b3ce06f8fee7ee9f13e1dece951148"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/boomerang.json"
-hash = "46c30644f3e7307ed6cda07841753cb271bef93745caabf048e7d4ee6bcb6e62"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/chain_lightning.json"
-hash = "6adad2ac4eb6a5e6485701fd13841d48efbc5eedb1f6dfb66892348579253298"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/chaos_burst.json"
-hash = "8486cccd53d0adbd90acdf2c1bc421b1cfebf0aa88c04d46c413dabc552e83f7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/chaos_totem.json"
-hash = "6c90ee95a4c683d3d135f65e82f23a9834e1a5381f58749c1182ce7c4ccf9208"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/charge.json"
-hash = "94ad12bbf5bdfbd4839b1e53d8688629e3d1d2b5cdf093031eb72db04d94570e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/charged_bolt.json"
-hash = "40cf55682ea8204c4e8e2770b81709b939ef0a08622e490a4e7fed7783f1f1c5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/chilling_field.json"
-hash = "76144561745753991e9b51358a6d9a6efc037e3235c9e89153e31cbbd01ff176"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/chilling_touch.json"
-hash = "a31377e6ddb82deb7b55a47212f5dbf918bbb6aecb8f47db15d9f451f5a67c17"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/cinder.json"
-hash = "5e6440f2184118bedbf24c24b8c37b9ea2f773946a829e0322ab1bcb5ecf98f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/close_nova.json"
-hash = "ca602ff5959d9c6247bc404eba7b75630419937d560886a5d5222e70034f521c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/craft_arrows.json"
-hash = "24dad74faa14ba41e7f992199d04482e789735fd26983d9a9be0a0d8eb36b7c8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/curse_of_agony.json"
-hash = "cd4878197d0d8402cd4d60ff5df7f917126f97cd5ab95c1e77d044ab6a4e9454"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/curse_of_despair.json"
-hash = "da28d5456655997bec1cc908d42dcfaf3f725bbed0acc360f46087f33831362c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/curse_of_weak.json"
-hash = "4a02ac60d9cf9065d119dc9a4c1957cccbbd4b2694f95d2588502b9ba96de5b7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/cyclone.json"
-hash = "85698cb37cf64f68fcb97d61ec18b400e418af928345ff5cfa59ad926f7c79bc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/dash.json"
-hash = "735ef8a8c1bb39997ca0a48d8f471b7db6117ff65cd43a811efa979b69fb0bd2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/defender_stance.json"
-hash = "4330b3b04dc3a3bea8c9e67e5ea3beca057092bae14615a2f3618f648538ce42"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/discharge.json"
-hash = "ed67794342308d87f222b3efae09f2f6a9c2493526b92d35ebdfcf95769e004e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/double_strike.json"
-hash = "e331ee8706d6463ee1e7995dec7fca5265ec52e88fd8a5d2b49178298667e059"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/draconic_blood.json"
-hash = "2cbca611992a6f85861b40eaf4fd1bfb537202456397e69dcfd48e2b287e9392"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ensnaring_melody.json"
-hash = "5396f9e21bd7bab7358bd386fdb07a040d0a40fbe5d2640a5a11e297dfc689a8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/entangling_seed.json"
-hash = "766d334bbc63e0b77de18f4add38ecd4d864fc975d9c485c3379a337afc0adf0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/execute.json"
-hash = "d1366925ee91deebdda4a339814f7383dcbc9f5d4a1b723a4640b79cf3807ed4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/explode_minions.json"
-hash = "9484e35d4740ccaec4e60e278ac857a3179c6c04603617d72a7c35324713d76a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/explosive_arrow.json"
-hash = "f093aedbf54943cd75ae34f89091e615f88beae7dac0bb4e932b8415d3e35d01"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/fan_of_knives.json"
-hash = "0396988665cbec16ff5bbb22bca297597c4765358301a2700401a9fe9f6f3f1f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/fighter_stance.json"
-hash = "3c87043e48ae5d464521a5041d71621785757749a5dfce6b7073edcdeb0a863d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/fire_nova.json"
-hash = "0a015ee91211c7578543e93d68fa065c2aeb4b05628d211a5ef95e30a435f8d3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/fire_trap.json"
-hash = "03befe640baec238f7f8ef75b5422b928181f3a4eb021c8a3f872786f50d18d7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/fireball.json"
-hash = "55d9a69040ef7200a00b34f6ed558a58aacbfa55d8c6a9d564b9ec2447d58039"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/flame_splash_potion.json"
-hash = "36b0e7b40da5ad388a737ff56626ad289204d082dc7a57480ccdd595be2fba8e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/flame_strike.json"
-hash = "605c46db095a47b71384b1bf1753ca04195ddc739c9afb53242ff97b31c79937"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/flicker_strike.json"
-hash = "fabe5f4906057288d99d23042c3118df5dae3521e8686da1a0aa78c5b3c17bef"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frost_flower.json"
-hash = "a3b4bb70609a59aa610bac93c3f6dd0d4472f428118a52d72756a6c8a76b2e3d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frost_lich_armor.json"
-hash = "c682947c4ecb2e176476ff95224d00ec852db7125620bfd2600e8338d8462407"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frost_nova.json"
-hash = "c39904a0198741db37372cac108fd0ad3037bcccc7ede28c418ddbaf013346e0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frost_trap.json"
-hash = "1c4e44431e1320fa61af2ec9f1dc0f50cec848711ec3a382ddb5c12180f3ca1f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frostball.json"
-hash = "d9b063d3f76e249672978f7d96a76c915b4a629707985298e723f4d60d0b3f19"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frozen_orb.json"
-hash = "c25699600060677adaeae8836325cd96d4344c8eaf77c58ea424242a4bd916a2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/gale_wind.json"
-hash = "bf57a2ea60dc72c48094eb53005c5d60f8a280837613b2409192dcbdd42ab1f3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/galvanic_blade.json"
-hash = "a27f80d82c84d0533d509c165295a9c7dd3917328d15c7adc566006f3ce51cb3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/garden_of_thorns.json"
-hash = "73403ee4a3de46d8a9b1073751d3ac0a30c7cf16d284c545b8bd21edb01fc533"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/golem_fire_basic.json"
-hash = "d412645ba5bbe5335e03760a1e2356e7423ee1920d14cfdbe2f4e4f1396b5ac9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/golem_frost_basic.json"
-hash = "08db4f98d8d60d5bcd3c3705b399550823460d201fecca60a2d1a17a31e8bb9c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/gong_strike.json"
-hash = "aead29f0023a77846c66bfd8fd5b1e8f9d1adc8b605946310af0cf3fc18f2718"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/grand_cross.json"
-hash = "a2d2a707924e0e24e165ddbdf3fb2de16e7aa9b8bf284d7b7eee3cc306069d70"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/healing_aura.json"
-hash = "9ed1a347a09d3fbcfaab15df2e0bd2b41578694c160af0ec0e753208b71ade3f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/heart_of_ice.json"
-hash = "371a0d7ec000e533807cf07e8a2dab901944faf3ff998e610151a8df6e2366d6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/hunter_potion.json"
-hash = "84ffd774a0180e40d2d99142a9e97b1109486637d106975657a74e2241433bfe"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/hunters_mark.json"
-hash = "b5cabd9a0553e076835f7002124c7739c41a0178b168d653f3d229da20f6954d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ice_comet.json"
-hash = "2c9feeb2af18b2d20df8690e57619f9e5167a81df09a0bbcdc78a5bcb368ccdc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/lightning_bolt.json"
-hash = "84262b6a2ffa5c1cc92b5f8281edd31b189f9dc6740fb57ce544e4ea6ec5ccae"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/lightning_nova.json"
-hash = "80693720ebb79de4d3b4114f0c806b2c094f2f906514574e632e8977a4ca8446"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/lightning_spear.json"
-hash = "1dca0e8386c5bd78f5e1ca716ed4edb158b4825575ca2f283b3e0bb2fea3db32"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/lightning_totem.json"
-hash = "dc48b852a9c63622c241534445e4a50bac0431ed07385b98aae6735b48ae41c5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/mage_circle.json"
-hash = "7a3dfc8b75c30dda1bcbc729bd009b6d6aa8b0f3159e0837456d0da0f010f5ee"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/magma_flower.json"
-hash = "bf2da88f17fdb3e4d5f808fe93864f49d64381df99eed9f11721722b5d01c76e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/meteor.json"
-hash = "cee89d2c19c3d4e7bc6ed2f66d92aba81bd2fa184debfe3616debb40bc002811"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/meteor_arrow.json"
-hash = "5caf2c7402afdd158114c3f95e200f57ed4b985f90a4c21f7b89b48b42d051f3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/minion_explosion.json"
-hash = "867ff764af4c7d286565714d2054c9ad0060e75bfd0bf42715d306bb534df8d9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/mirror_image.json"
-hash = "4745fd48dc1e736f1823a2f557445a46b08edb33bd36b18e977c0745f60c4f68"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/nature_balm.json"
-hash = "527b795d61bf3c708a389a776f23a0a0c3e72ac0be43a522319f548b8f58aa29"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/pet_basic.json"
-hash = "79ab401a72c171c69af97584566ba2ebfa295e7d025f92808f8673a9da91a231"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/piercing_dagger_throw.json"
-hash = "5bffc5d2d560547c63b07c83db7f23c98a8c5fe7e178695a2be52e80284f0950"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/poison_ball.json"
-hash = "fa71f965e502f940f61663230e89d0d03792c1ce4f155913f0d28827ed933a1b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/poison_cloud.json"
-hash = "19edd247f0f4a8b97d26a26eb12fb257cb547afd9606a7000d4529007b7ce5f2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/poison_trap.json"
-hash = "cabfe32c4f08a7c4ecebd0ac7da7bcee4d5eff2b1e3ef547de6e1574bccda442"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/power_chord.json"
-hash = "f06d289c85c22b6785054856022ea89c4467502ae3be16a193227d604549e596"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/power_surge.json"
-hash = "2ff5fc7e6cb609542bef92987d87ed568388c09164eac84f8a3a18da7ee7dcd6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/prestissimo.json"
-hash = "e1402f1e833a901b7d43ccc3ab71b931ac18fd23d0bd9245e4882a30a50bb0f1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/protection.json"
-hash = "3e17e1232ff2f28f570b77965c7830698a38725bc7afc84608f4e485cb7b4078"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/pull.json"
-hash = "2345dba5469abc8aa8a5b750b73519d967b9c718c5e8f8771ed860e61a47dd50"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/puncture.json"
-hash = "147fd207763a3b64ec07d6a3a31025bd9d003aeb68c4da9dd467a9e89bfe330b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/putrid_breath.json"
-hash = "b868e72399c6907c3abdd95d0514eefc5f600f1243609fab8ae4a9415ac6de11"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/quake.json"
-hash = "dd76d4687bab6039cd1b5778f2753620aaa3151acc5723950fe234f5bc2e4b1f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/quickdraw.json"
-hash = "503bcae57b4d1f017e14e1a220cbe177edb23612224ef74716daced1bf95554a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/recoil_shot.json"
-hash = "324c88cd27afb91c57ab12217b2af93eedd76733b5a9c0de8fc0b15c9dc0284b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/refresh.json"
-hash = "bf220973d4afd5b1ecaa6c6cf149fa7239ae928bacb2d29557876ff63f938424"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/rejuv_totem.json"
-hash = "4787059b46c943c74d226b9bd963932d3bc8573ccac2baa6fe20835da6b74001"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/rejuvenation.json"
-hash = "8416ab8c711656734d1dac5a75f47c8cc832a82ee124bb9d1630391d1b9d5dda"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/resonance.json"
-hash = "a441b9bf95142578b21358089588d03f67de5d8845e5559011b156d98fbd8362"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/return_summons.json"
-hash = "b42cd2f7565eeca882146d8aea602c760c7d6a5ae6bdd126e0121cd1ccc22fb0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ricochet_shot.json"
-hash = "de4b4e72b369b070846fa30731fec846bcd92ab59f041b64aed8f1ec3dacd8ad"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ritardando.json"
-hash = "012758169251f72df43c2bc49cc2861caf4ae57186c5b4936fee0837d10ccb0d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/sharpen.json"
-hash = "5ad83861f002f44aa195b18852689116a8154a1337098ab5045abf062190c640"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/shooting_star.json"
-hash = "0a175f501e91c5de12a686b9c4c45d3385f4680ed3d5fe9b92ae6050b2dac018"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/shred.json"
-hash = "4523209efdd3703da15edf902cf181766b3ed824d3b2ea6ed4ea09084676dee0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/slice.json"
-hash = "6ddbb652c6844e95dad6a93b3d6c4c22c6800bf60a6d947e6d4c457e500a68b9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/smoke_bomb.json"
-hash = "7b0cf9bcf89d65be45e4fad41b426819ac37ef185d063eb3aa4adbfda03c3e8f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/snipe.json"
-hash = "a419caa7de4bf72884d6cb490db1f5bd6cd87ffefe20571f3e57d72fa7527dcb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/song_of_perseverance.json"
-hash = "de6b78a6ef95d9371a299a89b053a492a6e34f5e338b8e9b1e05126c446edfde"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/song_of_valor.json"
-hash = "922f68f2f122683fd61c1e75fd3fb255892f74972476996c89550b62c82a8306"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/song_of_vigor.json"
-hash = "437ec0151204dbc8e7335c24bf120065bc43ab1b298ca8ab8fa120e0c535b590"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/spider_basic.json"
-hash = "1240f7523e38821d561cab2db9d012aabaf8a9d751f78cdfb247cf1b66c60e24"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/splinter.json"
-hash = "66cb796966d7ff02b84281d9b56742bba4f7e2ebd93dd6076fc1b7b4e747433f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/steam_cloud.json"
-hash = "57232383e849d8d4f91f56847c5ac4b14a3c5ed4b62de112bfe67b23aad6f07c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_cold_golem.json"
-hash = "61dd89a9efb3e12bdecb397a8225dee06f61ff31f3dc58fb981aeed11bb59f75"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_fire_golem.json"
-hash = "9831d4cad3b84a5c84242b52fb4b182655caaabfa5a4cd3b43d1497d65bf55ae"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_lightning_golem.json"
-hash = "1467ea5ddd44c7f01e3f546f99900496adefcd8bda4571a7fd9d4de773c2c649"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_skeleton_army.json"
-hash = "e683f533b9e71ace67ab8f806657294d724716a54a2d3c679940b58ff00afb1b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_spider.json"
-hash = "4c16ae7bf73cc432325dde1dc7d4bec9a870024f8b5b1dcfb78f0138772b84b6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_spirit_wolf.json"
-hash = "d3c87c4245651205c0195c20a72bda599dfafa38acbda5ece8f7f422ba5282cb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_zombie.json"
-hash = "59ac02b65bd801d51192b1d77fc945dfb2479d86872b4609782dbb6b5885f282"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/taunt.json"
-hash = "a4436185928fdefc9ad3106881d64caef0cac8386ce10d894ae66faa04eef372"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/teleport.json"
-hash = "1760bfd77ebc186732a8fcee1d81b5b46627ce11630a16ea6dd49607500b6066"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/thorn_bush.json"
-hash = "dc930bdf6332299419fd184506d231a156a90d4fa41176c9f53f877415360ac3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/tidal_strike.json"
-hash = "9471e2a03f600dabfd912d2750e688b47f7994a5aa335bb61a758daa157e5048"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/undying_will.json"
-hash = "2edae5970ea1dc4f49293f2e0bab355c7260921375e5362cf1de21ad089dc28a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/vamp_blood.json"
-hash = "7be1cffe2b76daabd2128ca4d71f500ddce9e4da3825a37939a73d0b0dc74279"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/venom.json"
-hash = "c36dcf9987581d3896514b542a211773b45daef048c03ad6008c61435286feaa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/venom_splash_potion.json"
-hash = "af9f932c3fbadd93f4bfadae35082c03bcd7bb709bd8fc926b105f863fef9d79"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/whirling_blades.json"
-hash = "84160fd72d3129936fa9d2661a93da246b4a10d26fce7cc2dfcf945dce72250f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/whirlwind.json"
-hash = "d97b243e64577646fe18b5258b1471362e0b6afff69d35281d99ef672f03161c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/wish.json"
-hash = "86c27053780dbee4c3bcc8d2912c95969d7fc6c0ed30fe74bee60c7d4c7f049e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/armor_per_5_dodge.json"
-hash = "6f4fe45bb945af449a4012620f815aa801f9567584794c46f9e37b2d3a316abd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/attack_speed.json"
-hash = "837b5e680c3f1dec33973cea88dc5f62cd88503208d84aff6475d5a487660a27"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/basic_attack_dmg.json"
-hash = "1913d58891384ba8530f1b3e45b483914377c05e1bb2c72051adc667964e4852"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/berserk_on_kill.json"
-hash = "e5de08bba40815da8d0161fb79e99865178b7d2d429cc1130ad43939e3092a97"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/block_reach.json"
-hash = "dd2b3f5a4b05ae72722ad25a54cc8994cc1cb1ac4a3252a28860948bcd84a7c5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/dagger_damage.json"
-hash = "df1078e6a248468e417a7170282ccc6aca7bafb943a7a09472e9eb3f15f4c82f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/dexterity.json"
-hash = "d31d2ffff64cbdfe971f91c19f525a4e1122a9fbd427c60b01b2afb32a175ade"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/dmg_received.json"
-hash = "550649865d8d9a9d71695ecd4f1548bf6cb80317d69be8809c3d1af6b845aa57"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/dodge_per_10_magic_shield.json"
-hash = "005a098f6d801a35f81a0d2f50b173dd50a64aa6f524ff2e1c1ba67ff3bbabce"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/draw_speed.json"
-hash = "296ab90601f5d3ab0e54c3543cb45eda2bdf3f8edc71b2e1c1561f10058295d4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/ele_dagger_damage.json"
-hash = "bc8c83da05cf54a84650e0ae8d83a9b954f8053610bc7302e212b5aed4f47992"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/ele_hammer_damage.json"
-hash = "26ee36af43a7511ae72dac41d2237e536628d6d40da2fb6e2cf918a1cd69efbd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/ele_spear_damage.json"
-hash = "503e0781d32efbc81290b462c455ffb8195ff5eeb32f57ae8f7cc6275b271194"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/energysteal.json"
-hash = "0ac71df469564608a7ba55cf6c8fd0ee878867a6242666f297a9922c71812165"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/hammer_damage.json"
-hash = "a6bf9b7414b8ca1bcc1c8fe8f14ab9b9520dcaee2c53ef0970d04ebf98996e8d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/int_dmg_per_5_strength.json"
-hash = "aa7314e907fc359b2d88594e018c7be6375e48cd73c015be40fafa0aa10cf583"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/intelligence.json"
-hash = "fccf3fc163cf5ac7c56e67aa5d568365e4c4999a8777d902edf9b361d9a8c8f0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/mana_on_basic_hit.json"
-hash = "6d9a96ecea7430598b208f59a3b08b0d241fb22c67c6d201b43f8be1380af46e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/physical_magic_dmg.json"
-hash = "54df8eeea6ba4740fd6df6a4b343b814b9d17728c08d6af25dcf49d0589e95e2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/physical_weapon_damage_per_perc_of_energy.json"
-hash = "4a12c86d1774d8a92a0669160bbc1222c2f6d985884252e87cf824a9d1c9b6ff"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_cinder.json"
-hash = "12d4e2e91fb1156b6e6cce34184affa6adc17e3241ec79a72b3c5c104661f55f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_discharge.json"
-hash = "3a3daf74b7132e0eb50c900db44b3789e8218985a5d191e35a4e0cc7e3139227"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_lightning_bolt.json"
-hash = "d103657348e99b32ff00e7e5161251eddb5b13dbdc10c8567f22f5c914b2e9be"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_shatter.json"
-hash = "61c33d19a31e383ae315cf85108486c1ef09517b41c5ebe7186b65f41090672e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_shatter_2.json"
-hash = "459bb93524e3feca0fda51075c2727a605a71e2db705ed823cd9fcbf1f02a7a9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_slice.json"
-hash = "9157fd56c399e4240a662cc86123598828382a2382b5135c9b6c4a7bb829e362"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_splinter.json"
-hash = "31cac4fd2a81d1fb79248db866c04314c2488c6ec4989961eafabcfd4f0d4ebd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_venom.json"
-hash = "f79b87702ce8ad59f43e4bd76ad8e58757f183aefbb648f4ea4880b44771bc09"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/projectile_damage_per_5_strength.json"
-hash = "c6b7c59af980fc9685cdc4dd39d45704fe491e56a7e3af1d5cc644376cd8c001"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/spear_damage.json"
-hash = "a91ae76ee2ae1addb68cf26c3ef09657d597feb1a52c8fb815fb7462fd7fb497"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/spell_energysteal.json"
-hash = "9aa8bf33de4de67935277dbb8a77cb710b093c2a23578c54572c604af953c830"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/spell_manasteal.json"
-hash = "09970c4c6d598beb28fc37ef7fe4c1536b7d85a9a7e7ff8c3b1d251ce8cf7d6d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/steam_cloud_spell_dmg.json"
-hash = "53d5556b63a4c1b4968815086b3104d65b56d87bf30a6c5e9be466c589bbb312"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/strength.json"
-hash = "5e7447306e7101ee15f82e528a07311cad3e3cccf710ceee6a672529963a2480"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/trap_count.json"
-hash = "7e2c31e92458ea9dc24f442a0526ad3c2b4cbedc6f06bdf350a466492dac83ea"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/arcane.json"
-hash = "a2fe8b5e3a23c2b2072f54d98b5893c3a330aa0d1e9cfa683bbbffb24cf1d02d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/crit.json"
-hash = "a954a6274ea17b9def77c58aefd2e9767f5281423eb1b1d983fc730940600b4a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/dex.json"
-hash = "bac35f0389913b49cb972063fba3aaa75db729ad8d16b638df4d9da17aed1ebd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/energy.json"
-hash = "78133f879bae4e4f723aee070e0d7680a3a40706262ae16eac87abc8664b0d48"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/exp.json"
-hash = "b939b8839a281c78dd7b6d8bf9ea6f0986927126b66b575770b77eecfe1485b1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/int.json"
-hash = "aeeadfe21fa8a88aab463cbd3f9bf4f888e299408229897982f0381f765a5684"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/life.json"
-hash = "fe1c92bfe7ea7dc271ba129a800b58e9fc623ebb42f1d3c633a99ac3ae6c3c34"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/loot.json"
-hash = "cdbbc7868f059873a80d3587c8aff9963465b3fdd50ec55651ea450298642bb2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/magic.json"
-hash = "1930d2232ed07a93ddb7796666bdab6bfaa765982c0383b289d8a27a708035fd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/mana.json"
-hash = "ddd1838d2c2f4477d06a59b7e44e6c2b3b1b0bb00f3e42a7dfbdcf3bda7eb0d2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/might.json"
-hash = "f662beadfbe2bd88ad45293a99392e8ad4a90361114a6bbb1089fc9efb5d97ec"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/str.json"
-hash = "814d5b6eed3182bb915060e3924b2a0f034b2f60410c7364d17ba1a412534b0f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_axe_wep_type.json"
-hash = "e8ee867a6e6d29a21432591c8401918ab599e7a0c8b716ac114c2f0d1d5d5774"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_bow_wep_type.json"
-hash = "113560100b4d9e8ab29bd7bc15988906fb2f7920725b910fbe18fb477bf9f0b7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_cinder_not_on_cd.json"
-hash = "85a4e9568f523a027a075e108da8f77220353584fedf31a35d281cefca1e3398"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_crossbow_wep_type.json"
-hash = "8f3d954dba60ec1a580d5ef6407f617aedc6458cbe0dff77961d7bb720e0c6c1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_dagger_wep_type.json"
-hash = "b7506b616e566500143527f74388463f1afb7a7078c86dd6a5e033b8d4a4866e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_discharge_not_on_cd.json"
-hash = "b6721b8d45d54b1dbe69f5dbb584b11cb1b2f5223f098c6bd901d3682c15fae2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_hammer_wep_type.json"
-hash = "184775876aae1b7ec09ea9770f65cd9a3bfa37d72d11c4eedaa7adfecf1932fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_lightning_bolt_not_on_cd.json"
-hash = "b2cfcbba8decb313fc563f6ce1379bb4fd8f98812c834f3554a878601fa5e475"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_magic_weapon.json"
-hash = "aed4b44a5d7b0af1b3d339d801e2ec5a93dd677f5b437991a8599a4e0c371fd5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_melee_weapon.json"
-hash = "deed25a898c0f31a3d9e53553dcc64fcef636d20b3ad5243d754a82eeccaf7cb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_slice_not_on_cd.json"
-hash = "a234eb451d35685fed29891538fb88cb733c9d74665198d3c96f5abade028f51"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_source_max_static.json"
-hash = "5963207ae6204927a5c7deb65e950a03261e22a7a243fcab52dd06b0fedb782d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_spear_wep_type.json"
-hash = "e092663b869f5cee9fe5c43904933ffce35d8f000dc5e560705631e083956df5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_splinter_not_on_cd.json"
-hash = "b7bd9490d8e004595535fdd24d23eb53b7826dc0d16b39a9ed6e738f702545fb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_staff_wep_type.json"
-hash = "90625ba242c9210e4c5ebc12c7de6d8452c4b68941800b49ad1c321e4b0f0ecb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_summon_attack.json"
-hash = "a8ae96f318772610cf315ad16a735f252b77519be4437b6fb0907860248f1d5c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_sword_wep_type.json"
-hash = "59c678ea3ba480f27f1d88e7617bd2b386ef7ebc90ff425740ca3886a137b0da"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_target_near_full_hp.json"
-hash = "b758abb297ec1f57a6db96889566875c6124b3d5f76d31c655e7e9331bfeba24"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_target_under_bone_chill.json"
-hash = "a673df391804c5d7bb9496d400a1ced8618c4de5e8b500a684a77d9d1b15268c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_target_under_scorched.json"
-hash = "5803d298c1eb108ca69b20e422d551c1177ef8e33f7d7e5e9b8ca7169094ece7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_venom_not_on_cd.json"
-hash = "a8f376fc45da9dd4e85c26327d6cc4039b4a13409e2424352fcdcc80ab033122"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/spell_has_tag_burst.json"
-hash = "ce15a4927c828e2255ff8d2d9d6a6ede0796e7219cca9f0dd1f82373fdf73df2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/spell_has_tag_discharge.json"
-hash = "d1913690bf04c87e0d8dcafccd9f0a9e249aaf444ac96caaa1abe4f3320b0820"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/spell_has_tag_discharge_is_false.json"
-hash = "2805cc7a44791954e7cdf8d85f8e7dc0c148fb63cd2e958f0a7876eab1965f73"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/spell_has_tag_slice_is_false.json"
-hash = "b29a49fc10d3a72e2f66d4cb6e894fc3016298820e40ed04405257dc8d94c6da"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/spell_has_tag_steam_cloud.json"
-hash = "1798a688d47a9c676941fd6e8d3798144a2a744b45a76c120c74484a55aebb5a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/give_berserk_to_source.json"
-hash = "4396ab4c56ff6855d12b31397cba9e0c9ae6451db108bb4188b5bcc606390111"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_cinder.json"
-hash = "a9ffa98846a4a5f2d8767d811b9e0317df66c0b693cfb8646aa30c0208b4d1a0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_discharge.json"
-hash = "6c8ca759a0157c493845e4dcfe7bf13e5086af0bdf8710475b43eb5f66ec9bcd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_lightning_bolt.json"
-hash = "00d46172099f9806a0e9ab1b3821918b61d4607587054184826cd50bd073362b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_slice.json"
-hash = "6b4abd71c4135f32898b4ded1dd123b413acaa53dd608b4b250caeba93f88167"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_splinter.json"
-hash = "7d811fbd7ffcba9953a96a66b3e47c5f2482cdba288c0ef208a156ab644a8e95"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_venom.json"
-hash = "402140ee0dd306d20a43cc3abd6f792841207029ae0245d0cfe641c2a4f076de"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/accuracy.json"
-hash = "1d91e739cacbf2aa7b558301385a463859ee5b3b76be83989ad0ddc699fe3f96"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/ailment_damage_less_hit_dmg.json"
-hash = "aa8f97db4bd206d351e097574c108ee013641e58bd89589c8fda7dc7ec9424ce"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/aoe_dmg.json"
-hash = "96324b9a350779b032eb001c139983be855ba1b3664c427f48176695f577db5c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/bleed_chance.json"
-hash = "c73d81dc719e47400e71c300b7a2a86ab5fdd223aef8cf28f78067391043a531"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/brutality.json"
-hash = "c1c86532d418a8c82b711aa0f6b46e4797205318dda66aa779a4735933fdbb02"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/burn_chance.json"
-hash = "73b6e427900072765576985b3d44f6b827e083ad57bad4e5891dcf140b6470bf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/cast_speed.json"
-hash = "8e1a80cbbffcbcbff66783cc10eff8f05a2a1a9ab42d4834dcd9799d2a1a20a1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/chaos_damage.json"
-hash = "12ae2d14cb41de185b86d1e947247c28f663fe00d6d2c39e637e2f98dd50beac"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/chaos_pene.json"
-hash = "7fdca99dede06bc1000df0838ed339e202efba3fc0375505acf863b439bf9824"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/cluster_traps.json"
-hash = "1c2929d94f20290158aca8caa5f61bcdfbc5326a2d2f135612910f9c91b87dee"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/cold_damage.json"
-hash = "0afae8ed63c2ed8da22107c478121c5a842ab5fbdf8de3fd63fc785688576f35"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/crit_chance.json"
-hash = "d6a5b4d51ed3f759da5ec41d2df2187dd4778e1c8f084de9aaf8e42da11de290"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/crit_damage.json"
-hash = "3a9c97c0e1a335554819e0dd3620ffb50fa83e809345bfa3ab7970667820af84"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/crit_dmg_less_non_crit_dmg.json"
-hash = "a0daacb4cbd159c7283ff00452c6359d9c4ca400c6883dc3bec55e9fcd13953b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/dot_damage.json"
-hash = "2b0908e9cfee990fdab7b8e1f878c89f577d5dc18684d2148fa7f0cb8154d342"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/effect_duration.json"
-hash = "1f356a77a14f684510755941fef269f7c6a0591c8a08c3f1d8271aac1cd4fa77"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/electrify_chance.json"
-hash = "c599aa434ed10b8456ea963522e37fcffbdb942e7231e74f138a4abc35b995d2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/energy_on_hit.json"
-hash = "5a656efb4ec4546dac42a335acfc43d4122ec9fccc8f140d504b751bc9abc15e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/fire_damage.json"
-hash = "2dbdbcabccb85f126bbb955aed370c9150ae1470f022b38de904f6e9584b9a8e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/fire_pene.json"
-hash = "39ce462ffd850ec1f2d8a0e6416507a92901b19e644d2f17799134ddd6ddaab1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/freeze_chance.json"
-hash = "076481c926831992116f970db6736a9a421dc08edb992b38127b0cc0c980a25d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/gmp.json"
-hash = "e5a63ad74bc0040b5d6cfc0fee25bf0d7c53dfd22cf19ed544fe7ec4b0b8d630"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/gmp_barrage.json"
-hash = "f76fe00ae569bc77aea13369723c71941ddf7d5ef713d72eb8539c9eaee1481f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/heal_at_low.json"
-hash = "b52bb1a547675039afc671a771c91ef9c02d1abb5e18a66d734631bd451f46a8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/health_on_hit.json"
-hash = "6397023f96b56394afc9c99e5d38142338b2c7fd9d6a2419996578b2fc3afc3c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/inc_heal.json"
-hash = "626eca1ce3476ccc88b2d61d71f75846ca3a2cfaba73c542dbd33b383c32f8fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lightning_damage.json"
-hash = "0d80ce63b6fcceeb369be4ef82b4cbb5fbd4b55075f8614879f6ccd1c6e751ff"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lightning_pene.json"
-hash = "1d62a62a657a95f43dda9351c2d690965078a1d302b4ce307c76158c3759d88a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lmp.json"
-hash = "87c7419fe2c9f0730b958db9bb2e60d0a5ec0c627252672187a2a4b7fb52e20c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lmp_barrage.json"
-hash = "0aedc5c94d0baa2f7643413b3a8857568980dc68fdb18ea13ec0bb2f0f5b8397"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/magic_find.json"
-hash = "8f5ba792337b66fdeeed54b836cba53a0068a579cb9c7c3a810882650e90cc1e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/magic_shield_on_hit.json"
-hash = "e7c23406a37ccfc01d4653b80481b4b451e3b320407944879ef3e413d005cd56"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/mana_on_hit.json"
-hash = "5bd7a94ec101b54270378e2a24af2815c72f01952a782271320abd75785d2a51"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/mana_saver_dmg.json"
-hash = "9ff5455ce8e4f0bd5e04ab92af69adb08c15ce19214f93e2414400fda62793f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/melee_damage.json"
-hash = "a82dab0a77350904267491f78061d5ae2baee81156004b20b73dd29e5a6b3a87"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/minion_threat.json"
-hash = "9f9fca1c972390cdd4ffda4c42c0bb56667063bba5cb6c5565eba9d9f467ef17"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/phys_to_cold.json"
-hash = "7a9d358e69aa877b2e1c902658ee17cabf1f506be6d1bcbdf1752ba4bfaef2e4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/phys_to_fire.json"
-hash = "97d6419383dfd357a141337a978e1b9218073f2341d5d8d09b0184e880ca52e4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/phys_to_lightning.json"
-hash = "f91f60f83ff5867d01fcf7e0a1bb3475e1cdd7a2b1c3dafb8e6e09f41be961cd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/physical_damage.json"
-hash = "efc997debcabfa51bb57bee5274619ce344acd4a27298334a86569dad32baca2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/physical_pene.json"
-hash = "6b5663041cd06efc3aafacfa6f9a58e3ff631ffe4127eb56300798ba47f8940b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/plus_aoe.json"
-hash = "b3f525d2858f2d89de80730f98adb87e5d9fa2429ce96c6ac268f24f431f8068"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/poison_chance.json"
-hash = "8cb06a5c188599913078a7c106e33b1ef3b8062fa4b6c35ec9a163aca0111bcb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/proc_freeze.json"
-hash = "a1fa68c680b04d8eeec37c07896ef0d5cbb7f93fd0df7734d41ad4b10cc693a6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/proc_shock.json"
-hash = "2fbd0e896bdee85a45e60134309a61be00e576868aee3f37f5971812f268da99"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/proj_speed.json"
-hash = "de71e38da2a0c92be8289aa6fac390c163cd3674f7eedf148b78e6f5d11f009a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/ranged_damage.json"
-hash = "a2daa5d1e444a9cda11d730b364ff29b2d6bc128ccc4256b64303a38d8a5a391"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/rare_cooldown.json"
-hash = "6ae306b267ebc81195e3b0156c786554001b4e04726f47197517fff6fd27b5ac"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/rare_mana_eff.json"
-hash = "a3cb1e0e7b73acfc3f9e51d5039cb8339c0abcc977d6912b5fe0af456d47b339"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/reduced_proj_speed.json"
-hash = "fdea0b501bfb2c0128d9ebcbb3a24bf22f3f73ea437f2498203e4933c3f6bbb4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/small_cdr.json"
-hash = "a0bc052e2a35607f7f2af44e4df633ddeff770554a415cb9963c6f1d925323eb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/spell_damage.json"
-hash = "131239dd27336faf48013a74c9992a1fb6831f365379c0082759653e2506a378"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/spell_damage_no_crit.json"
-hash = "e86ccef63562e990e529a120bb131b295eff18066f8b2cba3cfd8c9d8e3ebbd7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/summon_damage.json"
-hash = "25cc68723b6d9e1c7fffcd8dd3c047b5c3fd2dc3587d7ee024a3d3fd31823c67"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/summon_duration.json"
-hash = "4fe0ea2edb1b022aa6ab4d2a2e4d096dbafe83b45d8d1daeee50e75c178c042a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/summon_health.json"
-hash = "aa2db9eb0dcdae90df66ad4e0b97846eb4089e1a5e95e8e836808cbdd817531c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/swift_affliction.json"
-hash = "753fdf875d2d6a42779824b6329e7c87583b4f6b648de89c85314192a43df7c0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/threat.json"
-hash = "7c242b6eab4174d81d2f30e0c6d10bdc5304bf1179e7293676325ea1e3422f3a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/totem_damage.json"
-hash = "18cc6339a4d9965534e6adba6692099ebb43e279be3230c9be44e8b390702f30"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/totem_dmg_cdr.json"
-hash = "66249228c92d9bfc010195505868bc92ac3c23f96dbd5f6fbf4b722145764cea"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/trap_damage.json"
-hash = "9bb20baa81d151605c84580da2a479a30cde284397469a5c9f11d97e8c359f5f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/water_pene.json"
-hash = "03082dd246fb67f32c960651d528eb2ee5e3df5a3970352ed7d18bf724ea0417"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/120.ods"
-hash = "cacb074a8e91eb8d2a44c77274d883332eebc081968484069e189815e4361c2b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/modpacker_resources/defaultgrid.ods"
-hash = "26680dc9fb28dd25c35dcb12f46df7c36b8f8aa87530eabdb780525931543bf1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/modpacker_resources/guide_for_modpackers.txt"
-hash = "6ca78967c213882247abf2d53cfee2b1186aee19ebb8c19d018f41d2ee08507b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talent_tree.zip"
-hash = "1b1d4a21f7857c9d2c96c4754e91f5c2813e511db2c9a47b2d218541904ce491"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.csv"
-hash = "dbc45f2776afbd17bddc557871cbacca2f84f0ae34271e5273c0bfc8451069f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.json"
-hash = "21fb409e03b1bcb1542dd26d427c1a816e9242da182b7c6b128216b0981b80ea"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.ods"
-hash = "9bc9a2e4ee244592b2a1b6f35459903ff26b9078639a4f911e4e892a978bdd3f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents_new.csv"
-hash = "f269f305408bd62f800710bb8ed0615a6eaf37b8dbc8cd6f28ee6b48a4e146c9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents_new.ods"
-hash = "7e22e3c0228288b793730e43fe76ffbfafec3667709a9da8173e3da8ff38c6e3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/air_disaster.json"
-hash = "b003f4f8e0575a99492e10b6a38330314dd828b1949fab14101b52ee1aa1b9d7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/arch_gamble.json"
-hash = "10c912fb6a2ab083ca7e58d5f9d9d8457d72f33455219a84461ba54cf7f8092b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/autumn_harvest.json"
-hash = "8894d12618239aecbf0143473352accacd19e74e8c1ce91394971abd94a60c5a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/azuna_ring.json"
-hash = "91769958856d9ca83970daa4f4fcb9702c35f1b04c6fd9536ecf80759c8215f5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/azurewrath.json"
-hash = "28a95e8c9a93f05add40fc8331a9d0f9c94dbad35cf43f38f7e0b901a890c42c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/biggins_bonnet.json"
-hash = "2545d0932fe62b5821f6691687a39f1dc3782bed5a47ef1880c240dd9f2c4313"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/bloodletter.json"
-hash = "8b30af966bd4d2469a2eacc04507617f2bf9f7776da9456db44685dce68c3d50"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/bone_shatterer.json"
-hash = "ad74b3890bdd189fe64074bb335398514a408bb596a80bf696dc6a3a4d3cb364"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/bones_of_ullr.json"
-hash = "3fb1ab8f121df0ffea6d0be9697df4c9f91b28f0c7e0bde842c9e25a8eaad018"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/boneshade.json"
-hash = "25df77494711c036afba10b6b9c6b47b7568712eb2caca13c258131ee764e482"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/bonesnap.json"
-hash = "f84038d82698ce43873b7b81c322d3b4bf94b39031c458c98d27139055cde42f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/bulwark.json"
-hash = "5b33585032412d91d4d2844239cd2b88bce6847d35468f37fc8e20bb14f3dffa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/burning_desire.json"
-hash = "e5b45e191acdfed37973cdb58b5275cdb3fb593cddd0e6e04285d38c0ba30768"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/chaber_cairn.json"
-hash = "cd3a58be84c8bb83e6ad67587972bd2b3dd297ed728d36f8e3fe2e64ecfbfb2c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/chin_sol.json"
-hash = "8ec817d0e377d73b8fb201942401ca0d8ee7a1529edea864d38d93dbcad89aff"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/cloak_of_defiance.json"
-hash = "070e56303d737b093ed38dc2d0150c1db9de2509e930f70221616d09c000d587"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/cospris_malice.json"
-hash = "1d0188c6d9934e16bdc5a1da242fea71f3a6036afbf13b62c7973c8225abb160"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/cragfall.json"
-hash = "e05face871ad7d7f65bf67772fbc8da7430bd73124e0534d1ceca911f56507e2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/critical_impossibility.json"
-hash = "09319027d340810beda0e1c1243933ceb850d3a3a11b78322986db80a3b047ec"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/crystalized_capacitor.json"
-hash = "ab4bfe86a671b80c00c00dfb72b329e0764394ef7e783ed96940a94600e2461d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/curse_effect_ring.json"
-hash = "e84c5c26118a2bd83b17b84e351f432696fcea7de9a6c3d06d82ff263c664a86"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/deerstalker.json"
-hash = "f0df70afe088476f2f88598352a0980529a73362fdaa101fad2eda9b24f61476"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/disfavour.json"
-hash = "796047e7e975e7151855f35b23b2fc6cdaed9ae84c6ca2cc0607d39df4f179cf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/divinarius.json"
-hash = "51d78021b989db27ecefe91f863cddab7caf827ad688f46e19c82ade981e510d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/divine_frost.json"
-hash = "e96fd020cac317495bdaef1d56a8f55105504f94b47ecbeeaf8c16e4747ebc21"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/doombolt.json"
-hash = "d39573c7110268d9bac0fa186e1637bfa973362304c3b442c0be057244dab363"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/doomslinger.json"
-hash = "50c5fde394616cea68e2b01ab313de99039686936cb6fbdaa709f311da2b6e45"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/duskdeep.json"
-hash = "2ca10ca28677ea2c34bb8f51bc65e340372bb2943cfb68d968b4a646c4c8e469"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/dying_breath.json"
-hash = "ec8f99b9ada8db7ba8c471577fc9f89edbd2ddd91ee95d720fda284eaaa20f97"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ele_aegis.json"
-hash = "790c4d947dd771608b78f330df2012e3069c8b34b353677a8cd56ad04c925502"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ele_gamble.json"
-hash = "80ee935c1da11587ede4ff35292e3004bf6e45bcd62e04d8067877697d76a399"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/fire_step.json"
-hash = "1ac54c1da389800c3099092944d816d8477d27131ac815dbda275c9e7048ffa9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/frostbreath.json"
-hash = "b2305191b47d0e1bc4d88c4dc5d459dafe0b549aec3308c2ba804d02b1d9a346"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/frostburn_prot.json"
-hash = "2b14676bc5f7805e081f978535dd58ef10a6dc842f771ac0b4bd0eabe556cbb8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/futility_of_suffering.json"
-hash = "8cf93a44d9772541918c20181c21358723ab0c064e78619cc1969f75bdc97b78"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/genji_domaru.json"
-hash = "97053f0e38bd1680b7fe00b35cdcd599118048b6c35764bd9fd93d2ff40998f3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/genji_kabuto.json"
-hash = "07c1f46021fe65e397cd8a71fdfaf59d75ee1d5f788077d7c3bb7862e11f3bf5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/genji_sune_ate.json"
-hash = "246193db0f1ec87a960cfb8943a0cfb1223923b5a6c0c533f515efe68b5f250b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/genji_tsutsu_hakama.json"
-hash = "665ee848407a481c97e70bd94c75008ad93c5d0472e3d3e79d1a89c7fcefa634"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ghast_necklace.json"
-hash = "38a74a1b9501f6ba262654ce7cac94fa8a7630b8ece1b3fd83cc0405d56ee4ed"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ghostly_shores.json"
-hash = "b50452f6b03edff603ba9a26863ad3ff47ff2f7989d39c09babdf83ee6ad2f13"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/goblin_toe.json"
-hash = "fcec0554a04ae29acbcacb5bf6469f79d6100e047b1ae8c94bbdbc9cebac6936"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/golemancer.json"
-hash = "d719e866385dc29c254dd723570d1130d574ffe9b29778999840e76c4cb5ed53"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/gull.json"
-hash = "a0006d64c434319f1168b93ec60a6673ae394c31fe9afd3909060757529e265c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/gut_siphon.json"
-hash = "cbe6de6abfa156fd33e262e57e9e20ca03ce62eebdeef89ddf97f1f920929f66"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/haste_price.json"
-hash = "f73711bcb479cc457b4b6baefd4ffd60c2a0a8a2ef1f61eff3132b02fb20302d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/heavenly_tear.json"
-hash = "f6459fe4c6eb319642a228075e9654827a7e21a2fe0cc060443233d410d40ea3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/hellrack.json"
-hash = "a12b8d2a89d79d1f071ae2537bdfba722f1a88cdb4f0537c5cdc0a1dfd042ec6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ice_stomper.json"
-hash = "d8d98277ee3a58175005b677918c69a61a2dfd3d924be3d0bdb231ea09e76b26"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ichimonji.json"
-hash = "c1be56189668afb3f850a9cbe7cfe5e8f80bc91804b7fe888f7fabaefaa9b01e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ichorstring.json"
-hash = "c27905dbe828500558410862667828a66f0a7bb2912599e8d3c6efe75c585fa1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/insight.json"
-hash = "e7e896bdd842511f11c63d2a7e8cd950594da48ab7d026c5fe0abdaae2936de3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/kuko_shakaku.json"
-hash = "d30e4c25296d894a65cb70da5811af3d4e4536c18eb057ba5bf5f61bbc06a266"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/last_tracker_boots.json"
-hash = "192f19fef903fd29ffb638a48b0aecc9fda632b749c7d8fad9f6b7bc1cce5227"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/last_tracker_chestplate.json"
-hash = "bd65856f812c58cc99b42947e9f5910022743b6d652434ffd44db3336518e583"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/last_tracker_helmet.json"
-hash = "85559fa8bb95a02ca0339c1b537d35bc3641b927dbe1ccea0df276f80ae65978"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/last_tracker_leggings.json"
-hash = "b4d386950f6720462f9d0995571f09dff4fb58b26e12e4cad90cbc0c5662e485"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/lidless_wall.json"
-hash = "b72cf64dd664c0a834b04f6a8ecc561731372b823f38aea5c78b7000380b8004"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/limbsplit.json"
-hash = "71db4b4c0e6719b02694f0ef05c609e7cc7720e33adf7d67b076587325ccac0b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/madness_pursuit.json"
-hash = "c227afb21dd642e85fc80ef9ed8462fe3b9a45b18cb989187dde24bdcfa34cf5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/mana_dominion.json"
-hash = "926c8c1ac51770a59e39a58464e7b939a4c7d3f5a18bef293697609298f419b9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/manald_heal.json"
-hash = "6daad4a8c784a216d6a5e65cb79b93a34ec417eb410919e29b456e62f5fe34be"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/maras_kaleidoscope.json"
-hash = "dc387a78fb507423c00c54f53224b9c0a21cb298a8ef7cf21c5a8f5443e9293b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/marrowwalk.json"
-hash = "467e45a761044a7c33759a2d7fd5c30f404664f04d35d7748f65ac3bef7cb4ed"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/martyrs_blade.json"
-hash = "62dbc9db8dec9a682d5b73e9f64c868a8771eb3052c22a4f85cc536eb1689032"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/master_torture.json"
-hash = "2252119aea5d71c88101de62473f73e2727ef737f350dcd497c996640a315b97"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/mjolner.json"
-hash = "2d81afe3f3e3844fdcef7d96430665b9de7ed31dd3ebdc2cea42afe1bed55006"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/nagelring.json"
-hash = "ee76f94d1a4f0d4d23f3586ef207a2b1bc96902ae84227155d50b901b2c798dd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/new_dawn_flame.json"
-hash = "318f6887e138679a5bbe6f729c09512fabc8de40867b45b76c79a97d8d44c2f9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/nokozan_relic.json"
-hash = "a89e7fcefd6ef134de82340d504f136c32c21326a846c51c875ed8ef1cbbba11"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/oathbreaker.json"
-hash = "b58e423fb90f7aa09d318c858d5fd4cbe56ca0747daa68e0e89b3949d8051de1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/omni_vamp.json"
-hash = "2fde7de9702560fdf723df56b30ccd79dd7f864a5b60279213e3deee6f2d759b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ondals_wisdom.json"
-hash = "0d9d549431f0a05b3071a5e15f195e906c6b2be8b6b03dcaee3edd66e6b7e9c3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/pack_leader.json"
-hash = "4a71cedfe962891b577226d964f5ff7dbd45a6b197319a6d6c0b9a6a91afa560"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/peasant_crown.json"
-hash = "9afbc040e18c9ff79b8c12639dead5b9691336c3e0aba7ca881a998995f9c75b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/piercing_touch.json"
-hash = "14d4fc0a601101de5f08eae108ec91e66f55f1d4fcfa9ea8f5bc27c6301cb331"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/playful_hope.json"
-hash = "02dba021ee449af6fdded647c689d96eb6ee612d442f2b517e95dacfdafb31be"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/quill_rain.json"
-hash = "e49b13a023978a41555b8763850cbee44acedd54d1663b8c546bf7711644ed38"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/rabbit_paw.json"
-hash = "7e0e57e97f2fccb7ef72e47222bbcd8f857a41ac73f255df5570152ba7516df0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/redbeak.json"
-hash = "8ab3a8aaab1a415ef921eb743f4ec8827afd134041c8cd84227cf2c1ea912a72"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/rigwald.json"
-hash = "0e2cda82cbcd5086dedd27f53a7505d9196fb732357c7541e25ee49e2957dd83"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/rockstopper.json"
-hash = "ca1f3edf5d04d84a4fe32adc2001e08a1462d6c7bc190f2111024c8db502313b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/saracens_chance.json"
-hash = "b3c9d7df6a3a657cb4b05fbf32710f2b7800e4b6d9562d47480c78f38d301644"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/sculpted_perfection.json"
-hash = "ebbacf2c472627307712557a41a2a2abd7f5c490d6d400d1a54288a779e15dac"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/shaftstop.json"
-hash = "765f1803919f9a9bef47e8c9a0d9243eb1bac9aa3f4f6c00df80aa55b1625c39"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/sidhebreath.json"
-hash = "1314a6a892bf36019d41bb7bc823f66bf57b88b087c467dab90088adb319a535"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/silkweave.json"
-hash = "507b3feb6b70e341f0e4cf0eeabb9c6f9c520bddb5faa7caeef912bce6021587"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/silverbranch.json"
-hash = "804ccda1926cd55c9dd9d77aa41bf1a3bbcc9e82b5ee69cd883314a352ff5ddf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/skin_of_the_vipermagi.json"
-hash = "f0bf9f0d6623b671ca5b89922ebea1b103f6bcb7e67f936533345d31b845b462"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/skull_of_spirits.json"
-hash = "54293a2b2821b11ec1a5b68762b8bcd9c51a263d7403bba6ab8ac3d8fe4ec17b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/soul_taker.json"
-hash = "5dc5a441c22d7fe2db6440a6c484c1d2c5e75c27b16c06af8a886b345af052ce"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/soulfeast_tine.json"
-hash = "02ad3cfd208cd7dbda4d52e964ef5092c05eb09e852e843ea5867c7a68086946"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/spark_aura.json"
-hash = "141a214b188bffa6dfbb0a82c209a69e6b0f2d80ec41e1c254b795fc228c0bc0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/sparkfinder.json"
-hash = "5728f1b0313414f80a82a1ff7d29fe3783ddf578edc8b4a0d1acb3eda9fd78af"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/spectral_shard.json"
-hash = "57bed3c76fccc564d40e89d4ff164a06c4136b269bc730ca8f4fc5e4c38d4f30"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/spring_blossoms.json"
-hash = "e8cc691b52b0db00a666a45a0a7ea47944c9cfdff435f5fdd6b908290f3715e1"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/steel_pillar.json"
-hash = "248a6b83f74d4b78065449428f6578e12f976a491d5afa250478bc9922106801"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/steelclash.json"
-hash = "17a64fd97390aa2fe696980ef47ad58a00816777482eb5d0bbaf840aba6f459e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/stone_of_jordan.json"
-hash = "fb430b7e92ecd6a4c46c3fba9f92f2b82e32f2a5a29098c1d553e0376b86189c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/summer_heat.json"
-hash = "56ebad60581b2fab0d9bfa980ebdbe522e4aa47a2541758eb9d93a6bedd39777"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/tarnhelm.json"
-hash = "8b6987ca86a058461088a1263313c727b3e19cdc971bd640b377a0d25b67795a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/tearhaunch.json"
-hash = "175cda0335fc0b4c72e14f3085b3421c7e79ddc7f6e934b77ae611499d99503c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/the_impaler.json"
-hash = "81da2339fcb78b3fa4947a4e775422ee9e2b79303e6652a8e60a1c9e5d5ea978"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/the_jade_tan_do.json"
-hash = "55222bda25a7bdd04b53dcd1cd54f59661e041d8cdef07e932e4878fb749ea40"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/the_unseen_eye.json"
-hash = "c6f324ee53c1fbdcfebf0582da3ed70fca2646740a09f988e2fc319f48be4b6f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/the_written_word.json"
-hash = "d915af1d0152458f3c80d266fd26ce9f5d0ea8fffcff76b91737312ff9257c55"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/thread_of_hope.json"
-hash = "82b80a11fb3d050e44d9fc090cf5aa6b737ce3796624491ae3f3baea8c8667a7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/towering_physique.json"
-hash = "20c67f529e7e45d049d352273a5426fad6c86e2580ec4e20d20c2318459d351f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/trolltimber_spire.json"
-hash = "d274643bc59af026ac730df35dc464250253a37108cb8dbf3e22a5a97b3760fd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/vampire_gaze.json"
-hash = "9e70d6cec7f5ff14d8a2a95cdd7cbaacf685ccd1e32dbfe62941461dceca9178"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/venom_ward.json"
-hash = "ff32b503b2cbe4d18b9a3614a0d8566b77b5dd0ab06a241598a8f33f7932dc8a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/voltaxic_rift.json"
-hash = "4f163cce81f646d3c5c61cc89c721b8b56b738d79ae8f214c5b9bdd787d779a7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/wall_of_the_eyeless.json"
-hash = "853f4de7bc3a99769fedc99f52f3bb51b9f95f1894f26f3ff14a9b8c71379087"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/waterwalk.json"
-hash = "2b6a28c17875cf19ebf42e3f818380138eeae9a8b9c8790e5eef39f73f5398aa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/weight_of_leadership.json"
-hash = "7622a82d098c54ea792d1e3b7d8b3969d8ecc71283c2452657af4d1a99c05dc2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/winter_chill.json"
-hash = "a065918387f09469a2c7771f44a4e7366e393adfcc6d03b8f9bb0e567033e779"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/witch_brew.json"
-hash = "32173c9508827a7a491c593b395db24d2cb7b84e852d78ba93d516f41995c233"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/wizardspike.json"
-hash = "b598b650299b60fd232ac11e91a617c253ba12a5d6935d535a5beedd40cc02d5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/wraithlord.json"
-hash = "3ade1ec8810d11f1c3343c0543e68b941b47f2b2f900081cb44e8588195bd206"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/armageddon.json"
-hash = "291538756c506c4a53c0d2f3f0064e28075d03fd3f1ca10fd0385141e96867f9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_barrage.json"
-hash = "73565100f5905f2eb99bf8eca8f8cbf4d1d66178105ad3d97e599cb9e998c4e7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_storm.json"
-hash = "8848c9f9b5df6d6b4d7edcf8c4c000773539ffd69d24b87c7ad812075a51afa0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_totem.json"
-hash = "4807e7e1993f3f72f0c8242bdba6c182d799b957e815dcebc157eee7195e9ad9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/awaken_mana.json"
-hash = "00157bd3ed4dac08c4490b41edff1c701c5d1de1fd0e4619c7ee9abb9df5f3a6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/battery_fusillade.json"
-hash = "5c11340f7f97d312a40273fbbb357d22e8f42ce3230dfc6418b62386e136aa4d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/black_hole.json"
-hash = "c590f93ad4cc6b4f9b2e1f5117956a3be29a606f88529bd8503a46ffabde28bb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/blizzard.json"
-hash = "33b85be64ac8b23c868eab3354392e56b94ba0834a703d7cf0de13c74bd09c26"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/boomerang.json"
-hash = "14d53c57e07b4ff319449aba69e4a885fe98f51616c168df861cc28a39ac2df9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/breath.json"
-hash = "72186828aa0121e51d47f4690ffcfc5f91a8276bf7f19145136f5e1ed4e60e04"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chain_lightning.json"
-hash = "29da721b1bdb1bc3c7b22633f66216153b7e32142696f1bec09a7c71d6a60374"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chaos_totem.json"
-hash = "2049f5a6a130720446cd549858d2e7628667a4277f0743d217607dcf41d1419f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charge.json"
-hash = "c6edfff4aa6e102c7f907c0f40a90238cafcab0f3db23fbf773815c58e4065ff"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charged_bolt.json"
-hash = "8c43f76eea71d359c049c8fd6601e1c5f02d6567e1ff3811ab87e917d1e85d15"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_field.json"
-hash = "634daa04c6b1da9714d089a2a79a9046f1ee417a72ce1199e385e17016ca3979"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_touch.json"
-hash = "5e9b33632ec915d88dad443543ff3e674efbcc9ee36f334bf00191737d37ea77"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cinder.json"
-hash = "57b045e08bd9e1893fc8231f6a9c7d6745f15539f1fe7d0b341a19a90b5c9f7b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/close_nova.json"
-hash = "159831f4a945d351fda5d8a9c0eb7ad2cc548769766c08e24d72ddc50006fd51"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/curse.json"
-hash = "cd7f11245e8f35e256542b68bae08817a85e27af4d632f6e2bfab05703c02e82"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cyclone.json"
-hash = "16a4325fdd3f98bf97f36da8b722a90775b447c6224889bc35aa400835c6f48b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/despair.json"
-hash = "b85678eb57827d578ef65611b2578d3b20e55e6169b90ff32c6327cfbc80bb4d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/direct_arrow_hit.json"
-hash = "be5fd6d0381602c72e8350e3b5fd5388c46ebfbed3a6f297e40558ce4c875241"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/double_strike.json"
-hash = "d79d2603505257c9336b4d7b654513c4748a50c4bdf9bd13c38a0b514caa7b7d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/encased.json"
-hash = "8cac36f693314b65e45dbd2ffe7ffe1b228e2d4cada730acf0ee2c9576da55f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/enflamed.json"
-hash = "e99c24fd8759afb835c20297c7a93595f8db294b8397f4711832707fd6e1ff82"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody.json"
-hash = "cd58faee7f6d88129d045ebc2ce4b3b82ea5df39330f6f3ad5424d9e7f229e2f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody_charmed.json"
-hash = "a678cd3db0282c44c4d90c0bd58396e13e3c33f56057e5abd3b4a9cadcbe0a4f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/envenomed.json"
-hash = "02d07c04ce5964fa2f0dc2c2a089074f434b09e134868d78974a0a9f8a30ab4f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/execute.json"
-hash = "81932b4c27db16dddf31f046edd36fc6cb02eef042a9ab187b0e0856838ddca0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/explode_minion.json"
-hash = "119b89075c3840c9add17d442fec632f1a63d214b87fb0882977f716500306fa"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/explosive_arrow.json"
-hash = "196274cd7ab7467fa4125ee35ab87e62fc5fcdf80206a7a144e2b87abfd4a332"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fan_of_knives.json"
-hash = "1546123d3e28ed1ca34301a9af292c10fdb3f1a3c868e5801d8bb36b295ab757"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova.json"
-hash = "047e99f11aeec66b28491592a79927c543275896fa1d5064be1c1cfc98cb2499"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova_explosion.json"
-hash = "f762307e891880f8626768147d50fe7f370474d02fee723b27fffb527a1bf2e0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fireball.json"
-hash = "f8b47874d21576ea4c8c2024d80b32a6b8fda4805d0ea69b6b3d28ee5a34aa84"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_splash_potion.json"
-hash = "17cea16918c728fcd223a4e20ee49d7b7487306a18ef650af7333e4afc6ad54e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike.json"
-hash = "8677ea443356dc5d9110c5c79a63a4f7efacf80bcde6b2db35487735b7e830cc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike_fighter.json"
-hash = "8ce401a2569402dc300f64c43fc17f6e6fcd5c6c7563e4d410161a2505f67dcc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flicker_strike.json"
-hash = "5e1a57533f4c90835d3334a39b90fe951f7be916f58b1c1924a5b2364c979aa8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_flower.json"
-hash = "6b5c1d3b6d7ea592379ee018440b9ad7b750cbe7061fe0561963d542e301e98f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova.json"
-hash = "751b27922df4b886bbd785b84f139987e2b07a6557099a7df0522446ecec1bd3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova_heal.json"
-hash = "41862708eb3a6fe45d34669fad7122b247501b573971302fcb6fee09da975122"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind.json"
-hash = "c33b84f0c68638187438b43fd4afa14138b77cb6438bb185bfb89577eeb44f59"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind_fighter.json"
-hash = "7d6e74328bf67f6c66137f043bb72d4e64ab9df4a5bbbec6fb818e2af6096f45"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/galvanic_blade.json"
-hash = "175f9ad5210587e17976938f2f4ee1065830c29c61ee10d9ecd0e4450068200d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike.json"
-hash = "ef781fa1abfeb8733a78261806704afb32289dadf4a43f5ed1527ee9f8c9d9bb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike_fighter.json"
-hash = "13036f094fbe85592a0726737100a4ce3f6e6decf059959647c391de3a7b5e7d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross.json"
-hash = "4e9492b7e30bf24fa39db1f7e44964e84f38dc208f8fefe3f3237cda66926718"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_heal.json"
-hash = "b0bde4e71a3d4f22f05b5e9bbace342a3f8d86437809e73a1136e4918a261b7f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_self.json"
-hash = "58007fc4c8c70068374364b2ed322179f6ec1b9c73c82530036bac3bd8c8d8c3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/healing_aura.json"
-hash = "4c18560d723cb92c1e903d395c4934cbb0c5db47e822b23b5ae379a79b5e1ea9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/heart_of_ice.json"
-hash = "0f0850a1ffc2f5732c9917684b44ca6217f2fc171e047332f3d6ee845ba771f0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunter_pot_heal.json"
-hash = "e86b1354dda131ee24d84562cc6444fc52bbcb54adc87fbbce0ab684ca9834a4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunters_mark.json"
-hash = "3a7e63729fa7495a7079a972aa89055865d1af4347df95a9c719442102dfb1dd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ice_comet.json"
-hash = "9f8bd913d0287e250c5e396ba8298f48c3222ac051074fc449d4ad5e66469d2b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball.json"
-hash = "b1eb38052d2e302bbcb25206643625d31a95a8143a61d24dbc87114e00e16168"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_explosion.json"
-hash = "df56c39fb136f7b11c94688bdd69a153db0a0960c93345214ea737f40a169d9b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_half.json"
-hash = "ed1dea5d5924ff0551df7af21d0094d2d29be62c8a2da1d898af639e742214ee"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/inner_calm.json"
-hash = "de5e9c7e663ddc42d447ab553f90c112e23eb5e0c2b95e0b650287b71640bff4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_bolt.json"
-hash = "7f1d029f2989834d494a22c5f7c6b80736919608a405339982ef17d430550e03"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_nova.json"
-hash = "fce1d10a00381fe89cbe655c2dca7786409418af8ce2e1c2975e12ced412399b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_spear.json"
-hash = "81b3228b5c12c8b76bd88b6018613337354228f8cb2300aabfa00a64b0118a59"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_totem.json"
-hash = "b0886ffeccac7bfe25354c7c6e0f8e6c13808edf42443205928aaf6b866794cd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lose_aggro.json"
-hash = "b400216a5dca5601222e1d38bfc29f510c44549f20fd74b9d3f2c36206030463"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/magma_flower.json"
-hash = "59811f1bbe0f5317e3540724864dcc77678a52c0383e30a416c9e4ca1b4c7d02"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/meteor.json"
-hash = "e20da0655782c70d7d5a57a63cb400f819942831ef99d36fefdbc9c6d248fdc9"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/minion_explosion.json"
-hash = "92a8fba3b8c7fc2979ef46e92575055ba1ae05e54e57c53dc5c21222f130250a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/nature_balm.json"
-hash = "126101d8c6e7b3a2c1510cf18354709cd77af9d72a3cefff0e5f981b17071c95"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/petrify.json"
-hash = "afbb88b3a99acf7c6f04739176bb447292434460befac15c6d42cb1cef166203"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/piercing_dagger_throw.json"
-hash = "1003e212cf0fe16a34098bc90257d504dfe4f8352cbaac12c320d3fb253c73c4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_arrow.json"
-hash = "775c423c25bcca34c9a9dd08ac4ba53eb28b1e9dbd19ed745bc002f51dcf11a3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_cloud.json"
-hash = "c1d377e21b864a025061a824783c3a16cee5f7273754c3a78ff6262342c6fd2c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poisonball.json"
-hash = "845d6eedbc9387f2b71d2b98c494cae5b48c8c911b656928f6488c5f60aed578"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/power_chord.json"
-hash = "a91aadf4ae0940db82c679a3a1ca86bf8d276cd546c0bf2e228d04f2d3b27885"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/pull.json"
-hash = "e2e740723f1cfca940304528ecff3face8e044819a7a89777cb1553aa875b528"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/puncture.json"
-hash = "57f923181bb2f304a5e479142fdb18922d2fe38e701128a59bd2d28a1c1db07f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/putrid_breath.json"
-hash = "380179cb51eb3472cce3a555aa35995628c1f28b165e9bba3c623b8b210ee158"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake.json"
-hash = "39a88c12831805a40738ae9a38e0074166c9db99dcd8af47c8ed7791176d117c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake_fighter.json"
-hash = "dfff4698a7638fa5c3ef068ce6242a59c899173febe6a2d3c87888ac37a5205a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ranger_trap.json"
-hash = "25b70d79ba4da0055a033875e81f6cce26a3812a3a34527539af03d31c238aac"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/rejuvenation.json"
-hash = "025c41e1de6b0862b7b107193f96a22043d88ad026c1d8f3b5769f2fdec44415"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/resonance.json"
-hash = "50235ee6e38f7321daa73809438a7b2811e2ae1e9f2d36b827e53043d111d4e3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ricochet_shot.json"
-hash = "92554ce1f353d1c671dfcd63ddc31630fc84fc126471d5d386b4dbedd46ef51f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ritardando.json"
-hash = "bc06a10fe527d5eec1f808210e6fd1634ea15f433394f73639d60898555f1adb"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shatter.json"
-hash = "0bbe731b4dc66f3f348f07e399c547230284b9ce209e3d457b31b2ecf0b0a3d3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shooting_star.json"
-hash = "a629d5d85fc0135dc00b327b5581ca85f2cae922fb9bc1655c6a39faf3f17486"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shout_warn.json"
-hash = "b97b602454a856d0f58f57f34de3246c0e05795970e183bf78db58c04e39d1e7"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred.json"
-hash = "0ec3fd9f33493c6701b47c109cfe0c6e09d4142136ff5b33852ae8b669211612"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred_fighter.json"
-hash = "e4e01442661e03be4b7aca2cf5eaa4b896a7ec4926ea48188136e2f8c1073eb0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/slice.json"
-hash = "17fe3292e3158afe0dcb1b5b73f08ad56060f99149cb932f22175f754f061dfd"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/snipe.json"
-hash = "67b915e82f3902a30cdfacc5e485ea160c3315b874e13d7c3389684fc5d4decf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/splinter.json"
-hash = "413ed217363d6d94c9542734671470fe3d5aef1c0ae36beae5da551ca1986fab"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/steam_cloud.json"
-hash = "39fd37b36102981c7a1a9a6869f77be1fcf62ce4bdb31fa9c2a903eabb391774"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/taunt.json"
-hash = "ff5199d2fbc954cf36700decc9f46df75df6c2fe7993d5fd5957224bd3ddf228"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/thorn_bush.json"
-hash = "ebf4bcd430f82b88076ddb54d15d19edb5dd469b62b9d774ef650c8c110f5a3c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/thorn_consume.json"
-hash = "c16fe4b70627d53e7e89dc44338bdbc5948aee33d2493097e16a6d3699262151"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike.json"
-hash = "1a5dfc108ea0f41a2458919cae56888b48b6ec8e0d7d0b7161e81ba7c7a9db1f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike_fighter.json"
-hash = "20f01a5767287a83ef17e02a9c6d6c5745b4498a29437a131d37fc3c5057d31d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/torment.json"
-hash = "115c8825dfd9a33b842f3269893a1f8c57a4c9bf19fc34eb8cc53643843171fe"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_guard.json"
-hash = "3081defa2647a8cfea585a881f42e0348fb9349901a77b15467ca052c23e7137"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_heal.json"
-hash = "c27d98d9060d9aa8a68fd783ae46ce6ffe418aebf4f0fcce421ef9daa97b624d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_mana.json"
-hash = "1e00773855ecc0856a46374883ebb9fdad4cd99c8961b2ea2557eb0662fe305b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom.json"
-hash = "350815d11f97d0b2aacf0eec573fae339de209d0f2f7c8106d9bd2dec46d0483"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom_splash_potion.json"
-hash = "52b46955420133f95809c31fe7516bf0c66b1da5b86634bdfb501cdee108a5d3"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirling_blades.json"
-hash = "e65d0461a787fdc1ca2e33b1d4019686ffa8961754bcb976ae84161d7161d8a4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind.json"
-hash = "a2ea0056a4a9987fc7109386e6624d5a24a4dd57f6c4c3083e178ac947531453"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind_defender.json"
-hash = "05a6ffca6d48b3000fc6326e5afc7c47502a04720738c0cabd8f0f6d19e7c49c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/wish.json"
-hash = "c0ace4c2f59a17446f3789d18e212527e12255b0ec339fe0e38db05df0f4f5c2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/alchemy_station.json"
-hash = "f5ae85dcc87c6e9cf672bc3f658b12f7df459eb33bb4863bead070b53e29d9a4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/cooking_station.json"
-hash = "903491d84673da4220acd77c6ca2ed5065115db780ba046b45def31ce1be9e5f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/destroy_output_exp.json"
-hash = "e851c0dd93bc93cf63e8e9783ba66f8df868dcc29988a6203d1f99e2add59fc2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/enchanting_station.json"
-hash = "351b8a88b2ee8cffc8a3bcc96517ec2969f55e89f91df496a3d5ada16bb5937d"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/gear_crafting_station.json"
-hash = "07ddeab4d20e3a8269211df554a293d46d68cd45c04ed44e3d236c0f4610bcd5"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/master_bag.json"
-hash = "68f37c349bdc63575be01f5d4826ba03d7cc2b555fb7dfca90d82b01222f74d0"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/newbie_gear_bag.json"
-hash = "51830fad36bed682e5d18f9dccfecbdcbe07c5757d9c0757979c0d846fd7066a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/tome/diamond.json"
-hash = "e058e7588bd14c37250990edd182dbaf96f3409f57bac07066b45e8b8ea747fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/tome/iron.json"
-hash = "1ab8db043b14642bb280d7856aea640581961ef484d49c4aa725e6f4603f08fc"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/tome/wood.json"
-hash = "80c26605598f5250fe71df997ae615c760e88724efb796e2b0f9e0dc6afb25f8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/totem/diamond.json"
-hash = "bf091c06465b6a4e92c109a16ededa5d7216c6586e67560337694357a800418e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/totem/iron.json"
-hash = "38e79f86b9dc8cb97da19818c5f4ea00278bd8208f4531fe1dcceb85756d4d6b"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/totem/wood.json"
-hash = "185b1cede4c5461d5405484c84edcd113e2d7b23d5aa194ad2b76c5c00edc8b4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone0.json"
-hash = "f4339289df5928beeaebefd3d8d9247189613411818b84c209a26489477cd90c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone1.json"
-hash = "f1e5f4c57abef4a5fdfb717aa7edb7fb0b022020b4f7c128a7f13f5c5fb6511a"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone2.json"
-hash = "8b0d2398a1bc9cec8b7112d8ac5238d631b795980f5897d28c9161c7249a8f31"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone3.json"
-hash = "d94dde102dbe1b41449c6b68ff8369cfd01b97a7909806a250da4968bbad920c"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone4.json"
-hash = "4f03e01c5fb10a451b6d7cdcd18f73cfcd372a41c296dde0defa1ff9297f69b8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone1.json"
-hash = "8d00de87327b884ac0052af5c0ba47097b9185255794366096a933de53db99be"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone2.json"
-hash = "e7b659c4107083c3d830cfe4a52fbac0f6e41640a3b3b940aa54161460e10eb8"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone3.json"
-hash = "31b0367af24958f2d5711325153287704a6e1a9af43ceb3bb1ff26b1bc5700ed"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone4.json"
-hash = "7f9155af0985e178fe2166f69e7c2d0509e670c57a50275921624952e825b2cf"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone5.json"
-hash = "2d02f134e0c84fc466bcc3a0d0f9705eab7dda782939cabdce628fd8a06d38d2"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/potions/add_reset_perk_points.json"
-hash = "d28f4843ff3c32c8566ec1de0b408db523609e210de4896a1b18bb9bae8f6e0e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/potions/reset_all_perks.json"
-hash = "09240ab9e97ea450e1e6c58993d09f2655c78ccf027975e749b9a223f52d28b4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/potions/reset_spells.json"
-hash = "191d3ec21ff8c30178d179b1df42e06f5b565a8bd42937b7209319f46c89f19f"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/potions/reset_stats.json"
-hash = "9f48425ab0cabb6fbcc0dabe740b1bac84c93b9fde75e57be0dc12bd3dee042e"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/salvaging_station.json"
-hash = "a1e89c19f15921d399145e36f924a6fd44084885cff6357c3308970a0f5712d4"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/socket_extractor.json"
-hash = "65aa37689f3b140131008a0cf04cad65f6099c8e3c8d80753a3333355b1678d6"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/teleporter.json"
-hash = "2f2279f64689ff63e74b80569865e571b03620c9546f19bd6f24b4d7f2c11536"
-
-[[files]]
-file = "config/openloader/data/CtE_MNS/pack.mcmeta"
-hash = "d77500594f4ca3785e7fc1d6b278c0d80f8d2439e9138655028cf9d7467009fa"
-
-[[files]]
-file = "config/openloader/resources/resources.zip"
-hash = "26ad6f00073f853e438d698fea2d894cce8fd989a68dad38f3c169cd3c504bcf"
-
-[[files]]
-file = "config/overworldmirror-common.toml"
-hash = "7949e75ad35ff67eef329d10c55b15a6f3ee32cde865739189f2c5229e462e40"
-
-[[files]]
-file = "config/paraglider-common.toml"
-hash = "e6a514664452f8ea39c3b32c664ea154daa033ab0d7642b77b6a69b9f6fb2034"
-
-[[files]]
-file = "config/paraglider-player-states.toml"
-hash = "563ed87986d61ac5ea04d03d9d87233ac025acc6e416685888e70261eb4d90c3"
-
-[[files]]
-file = "config/passablefoliage-common.yaml"
-hash = "2ec8f3337ec3f84131a920c7bbfef61ee9650cf2c09f2596082356f3af6ad774"
-
-[[files]]
-file = "config/passiveshield.json5"
-hash = "d8061ca27a782912267b8d20a07253543bcc5abc1175ef8511f4204f918aea49"
-
-[[files]]
-file = "config/patchouli-client.toml"
-hash = "d289f4c7540e3e24bcf6bbf3f5a2aaaf87ccf58027d2213e40497fc627422068"
-
-[[files]]
-file = "config/pickupnotifier/pickupnotifier-client.toml"
-hash = "242a0f58407ecc71ff5e2c6cd2910001c089ee4e6130454c377115e8a8f3c83a"
-
-[[files]]
-file = "config/pickupnotifier/pickupnotifier-server.toml"
-hash = "6e18bfa2ec02629937474e436f3f44fb67d54fd6e6b47a7c9b4c5b3a3bd83916"
-
-[[files]]
-file = "config/polymorph-integrations.toml"
-hash = "43a7425a314be7d78c2e31d44ab8f46c5ee824ab10906ab8909923d23646b6ad"
-
-[[files]]
-file = "config/pregen/base.cfg"
-hash = "7fd992a463087fde40ebd8481ae49a386407ff8f3ac936e25a2eb2ec20cc4983"
-
-[[files]]
-file = "config/questsadditions-client.toml"
-hash = "f4893862ac7ec3b94fe59e74b736200f9079235bdc9885743cc0872946be1edc"
-
-[[files]]
-file = "config/quickstack-client.toml"
-hash = "cf7e39ab2dee2b8b54155dc98e0c5f22c006609b7e5090d92d2930c3a2562e5d"
-
-[[files]]
-file = "config/railways-client.toml"
-hash = "3d1c95e47343eac2f3f37c9492008b56b2d785cb1f8cbdd2b0f5ad5b33af8455"
-
-[[files]]
-file = "config/railways-common.toml"
-hash = "1f660c8bd0c374799862392ef7a56253544f5adaf653e59386cd1eb34f94fa2f"
-
-[[files]]
-file = "config/ramcompat/frost_robe.json"
-hash = "03f1a4f88ec36455b6ee281dfe7c3533459a10bf5d40d973a4d6b2c78752cbec"
-
-[[files]]
-file = "config/ramcompat/stink_gland.json"
-hash = "d3d20cfab4834eb01d015feefe46973262f621369708d0c3343136d9098c824d"
-
-[[files]]
-file = "config/ramcompat/tendon_lump.json"
-hash = "d5c71408b85889ce04a15de05d5fd5c64774e2970c26110304a99eca3df0a7c2"
-
-[[files]]
-file = "config/refinedstorage-client.toml"
-hash = "1688fbd31e8cd3a63f9ca3f5aa407dc4c5725bb727e450df69a24fd45418181a"
-
-[[files]]
-file = "config/relics/amphibian_boot.json"
-hash = "736317927089f0db1a13fa0df24ef087e5c32f2b5ad30c9b1465a8589e9721cd"
-
-[[files]]
-file = "config/relics/aqua_walker.json"
-hash = "22d83c8d7476d39d9c3473416d7beb527b56f556bbdad9e19a8c269e4b0272c1"
-
-[[files]]
-file = "config/relics/arrow_quiver.json"
-hash = "506927884af25abaf213ec850cab134d393e4c1c5b966068bad2d110104a33bd"
-
-[[files]]
-file = "config/relics/bastion_ring.json"
-hash = "8e2dc625a1c6aa0aefbde5b6eb16048965410ab7bea7bd8aef972f99e5f87f22"
-
-[[files]]
-file = "config/relics/blazing_flask.json"
-hash = "6dd4614b854e9fe96ee0726e30f9a561024123236fed87c4951512761885e4d4"
-
-[[files]]
-file = "config/relics/chorus_inhibitor.json"
-hash = "0828bf4eb58972dff1bd9137e560afa104ae974324f4f54bcce1de00d005e8d0"
-
-[[files]]
-file = "config/relics/drowned_belt.json"
-hash = "0087c55a799e9477b9c8a05014226f10e56d8d90bc79a076602204f63cade433"
-
-[[files]]
-file = "config/relics/elytra_booster.json"
-hash = "9e6a0e1821cd3bd57c5c98e9358964a0df8ed379c62e38ec46d2e830ef0f68a9"
-
-[[files]]
-file = "config/relics/enders_hand.json"
-hash = "e44d3943b2cba1c47febf0d3d5821ec16aaf97136d5e1f841aa3b7d83c906955"
-
-[[files]]
-file = "config/relics/holy_locket.json"
-hash = "15a3575e5bae8b154174bceabb5065067a502907c435b23697c7411295fb89b6"
-
-[[files]]
-file = "config/relics/horse_flute.json"
-hash = "f9a066594b2a5922cdd7bf82267b46a817ad922393cd63e765c6720c48bbf8ef"
-
-[[files]]
-file = "config/relics/hunter_belt.json"
-hash = "f3e99679ad8c2a6d06ab748773965074d7af62765e8840e42c71bea5822cf95e"
-
-[[files]]
-file = "config/relics/ice_breaker.json"
-hash = "0b07c7904289ab5ae598a4a980f3a2f4ec5d070d2dce1c45622cee7a3e08d4b3"
-
-[[files]]
-file = "config/relics/ice_skates.json"
-hash = "3b7dbfb2ff3d6f455218b7c8f323d41c9886c0d164213e59c6d63ecde9f49a45"
-
-[[files]]
-file = "config/relics/infinity_ham.json"
-hash = "d6a0d175916fb33bcb02c2de83dbf02547401a3bdb367e256acf231c9793f803"
-
-[[files]]
-file = "config/relics/jellyfish_necklace.json"
-hash = "0fc0adede08cb96ca67253e909e6ae290fb6209cbbf756ec64d932f8c682fa29"
-
-[[files]]
-file = "config/relics/leather_belt.json"
-hash = "e18b0cd8e175b505dbcb8daddfd19835b925acfef46501e5d7a5dc2110c04306"
-
-[[files]]
-file = "config/relics/magic_mirror.json"
-hash = "2bc216d19421c51b169630170d38aaf1d1b89a05446c03931373477b864b1c30"
-
-[[files]]
-file = "config/relics/magma_walker.json"
-hash = "29718fadf0cd64abf4ae4eb79a53416b26e02c8d1e4e7f93cbd21f00de81da87"
-
-[[files]]
-file = "config/relics/midnight_robe.json"
-hash = "b286f548fc93e2cebf46299b1a9b5c25f3691d8ebfa7cad65032ff06ab6de74d"
-
-[[files]]
-file = "config/relics/rage_glove.json"
-hash = "b0f762f7a169ab9a904da89b4c7909bea41e1f4d256c9067c783b8271b80f450"
-
-[[files]]
-file = "config/relics/reflection_necklace.json"
-hash = "59328e8087bc863f4637073912d8c5dd5c54895f582a1fcc3aca138907d86520"
-
-[[files]]
-file = "config/relics/roller_skates.json"
-hash = "1c939632358ceed809c1381380b19abdfb31adf73ee9146a43996fea61e05538"
-
-[[files]]
-file = "config/relics/shadow_glaive.json"
-hash = "945dd59d266b780a336598adda7f1cd4b6df9aaf5b4e44a98b36697d8233ecf9"
-
-[[files]]
-file = "config/relics/space_dissector.json"
-hash = "e4a14e1d6c2cbb7cb2190b30a47c91193ace987e6d037e768109b61a04a68d53"
-
-[[files]]
-file = "config/relics/spatial_sign.json"
-hash = "da0bd4a5fdfa799786011d6e51b9807d3e3ae14b2f462b3804996982f616a974"
-
-[[files]]
-file = "config/relics/spore_sack.json"
-hash = "dc3ec18d819a6abf411635a8d6422377ebe67e47dfc7a98087e55704eefc300e"
-
-[[files]]
-file = "config/relics/wool_mitten.json"
-hash = "1363215d7a71fd0b29dbe0e785c469b0f4d54d08d2c48007d5d91ed67b6f1c0c"
-
-[[files]]
-file = "config/repurposed_structures-forge/modded_loot.toml"
-hash = "2e19ce956057b47999b99180c57c3cc591a58b7eeec739aa70c3c88c5adbcce5"
-
-[[files]]
-file = "config/resourceful-config-web.json"
-hash = "c57747cfee521365a6cb70a01382afaf70802e4d30f8532d577a3c4b941d13c9"
-
-[[files]]
-file = "config/rightclickharvest.toml"
-hash = "a389d00dc4bc940f26df27187b088a7d62096f2d63f21db3023561d2b302a3d9"
-
-[[files]]
-file = "config/saturn-optimizations.toml"
-hash = "47019e25dcb00d2d1da22d725095dc39bcbbf10cdfb8429d8d5a97b231a272b3"
-
-[[files]]
-file = "config/sebastrnlib-client.toml"
-hash = "ad66f214f945f5d0850f22b9f5df50e698e980781bb34539b63532055e8027fd"
-
-[[files]]
-file = "config/serverconfigupdater-common.toml"
-hash = "90ac4ad960f49cac6d250ba272d260744cf69d9b417af26b0bf5c19bb3d44041"
-
-[[files]]
-file = "config/shouldersurfing.toml"
-hash = "74989063f610d14e2ee6142fbda4d978aa0a04b9166637777da4eb438b10af9c"
-
-[[files]]
-file = "config/showcaseitem-common.toml"
-hash = "e9b755277e1aeeeec0126ac8b953d15de521d7087c83ca0412df89b85bfcad18"
-
-[[files]]
-file = "config/sidebar_buttons.json"
-hash = "d12bcdd59a36b21e0aafaab84c9ef6749d8aeab3e28e814571625a58a5db3a87"
-
-[[files]]
-file = "config/simplehats-client.toml"
-hash = "6defd38a42d02dac469841cf2f0f279f0af461ecfd16d68eeb9ec4f33c873c47"
-
-[[files]]
-file = "config/simplehats-common.toml"
-hash = "4a911201c463f025951dc2cf142648153fe8a3f661050d0c6fedeba7bd83aab5"
-
-[[files]]
-file = "config/simplehats.json"
-hash = "ac3257c9c077165803cc1aaaf71560a89aa805a6a2b47a6e1039120d37fe28c4"
-
-[[files]]
-file = "config/simplemagnets-common.toml"
-hash = "b0df931e81e13d4e07ef3b8a595d3f07491eead8729d8741ece5e309c2335bbb"
-
-[[files]]
-file = "config/skinlayers.json"
-hash = "91dda7ff0e6d52d1d99d8196cd5f5e3d165075c194e19344fa8a034ef39b6a4c"
-
-[[files]]
-file = "config/sliceanddice-common.toml"
-hash = "6d15397086cbf7e666f295ba021b6c62158e4b6c0bc1f19ff637864894a64e5a"
-
-[[files]]
-file = "config/smoothboot.json"
-hash = "0dc746fb3afca8b1f21e6fead005760d25e2c73dc006c9cb932364dd2b5d86ea"
-
-[[files]]
-file = "config/smoothchunk.json"
-hash = "228d16ac3ebb3efe67596f25498f97eb4a626ac108bdc0deb2ddf0bb5c32cde9"
-
-[[files]]
-file = "config/sodium-extra-options.json"
-hash = "be4747ae45241c9bf90031ea61b88188c776b8547d9041feba62d18c4b218e3b"
-
-[[files]]
-file = "config/sodium-extra.properties"
-hash = "a2f1b47c1eaa119ab34727f1d43c2506cb3d7f17ba8fb4efb49e20c8e0b58e70"
-
-[[files]]
-file = "config/solapplepie-client.toml"
-hash = "792f70862f39864c2347b0f155d38b5ff5e53def23768b56bc60d9077482e254"
-
-[[files]]
-file = "config/sophisticatedbackpacks-common.toml"
-hash = "67c90bbdfca3c7488d9496df0af4d1be7483634a0c4d179281d1c7c91ef32e7b"
-
-[[files]]
-file = "config/sophisticatedcore-client.toml"
-hash = "06813199751af809ce5043408f99066b30dccfa72b2597d74543dfa6b64e8d36"
-
-[[files]]
-file = "config/sophisticatedcore-common.toml"
-hash = "1e8ce210d1f8103a5c982f50574556e19cf57de6aa6da74420d504e2a50648b2"
-
-[[files]]
-file = "config/sophisticatedstorage-client.toml"
-hash = "2ba887d545925c40c5caa82814c96ffb327127310100393ec88dbfc6cccf2150"
-
-[[files]]
-file = "config/sound_physics_remastered/allowed_sounds.properties"
-hash = "fa1c161aa7b3a9560e06987ed6abba512d127578fe8cac2fd645c542413fb6a4"
-
-[[files]]
-file = "config/sound_physics_remastered/occlusion.properties"
-hash = "14da6c87d1b71e5cf8d5791d58d0ac3f143e92c0573053310e92b7f974e77a1c"
-
-[[files]]
-file = "config/sound_physics_remastered/reflectivity.properties"
-hash = "cb6f791be15643211a2c4ea1b2df72227ff1763c03efc1649d934f0388b027a4"
-
-[[files]]
-file = "config/sound_physics_remastered/soundphysics.properties"
-hash = "f58665f72b1c10a008902b8ce40b845487cdd66f839559b0777f78221605604a"
-
-[[files]]
-file = "config/starterkit.json5"
-hash = "c5c2f85ee5e5d597af6481b53edab999d9c0e289845dd663582b7617b1edad10"
-
-[[files]]
-file = "config/starterkit/starterkit.txt"
-hash = "3520ac61dbd78042164c57359788bfc5c3ed0738d7b36187f56f803b2742b9f0"
-
-[[files]]
-file = "config/structure_gel-client.toml"
-hash = "8058ecb1b7e59f183db54b31fe49e2040bc222294a46ba5c7c82a172a7277354"
-
-[[files]]
-file = "config/structure_gel-common.toml"
-hash = "b4c337a5454114db3ea00138a5b173bd36a8c9c22c1baeb116aa089ae1c98fbc"
-
-[[files]]
-file = "config/structureessentials.json"
-hash = "34e14e20cd7ffa970d0bcdea197741519357ae7162f1f458d598da244ac19bea"
-
-[[files]]
-file = "config/structurize-client.toml"
-hash = "af7fdd42d022329ba59c2902a7459a0b581d2e76f128126bb3cdc0447db646f5"
-
-[[files]]
-file = "config/suggestion-tweaker.json5"
-hash = "0ea371ce7ee40eab9d0b7ee3249aa1c9a84c9159032b0d3ce8d4916da0dbe514"
-
-[[files]]
-file = "config/supplementaries-client.toml"
-hash = "1331aede387cae4bf612cb410134242d614c7f6df9d2c608f1e66daa8246a4b9"
-
-[[files]]
-file = "config/supplementaries-common.toml"
-hash = "d046c47ed51ca053188aee1f3e6625b1a26d5fb52b897df835279d327c50d161"
-
-[[files]]
-file = "config/telepass-common.toml"
-hash = "d6fefccfc55101a531a43efaaf4faea9974eb29fce72c730e2900add0712cffb"
-
-[[files]]
-file = "config/tips.json"
-hash = "76ec3342ee9f2bc464eacfb3fb8ced0119d1befd2d8fa26f8c35e3286a1f2c73"
-
-[[files]]
-file = "config/tlc.toml"
-hash = "435ee32319407ecaa6258e9ecc95ff0c6973196541abcdefdc612d1c7d8183c1"
-
-[[files]]
-file = "config/toastcontrol-common.toml"
-hash = "b0976505b1e84813c804b645fe0988fc1fc68bd1e0350db6cbc3fa2698d77587"
-
-[[files]]
-file = "config/torchmaster.toml"
-hash = "8e6a91f152a24b60d2d03ebecb980527249f009382d2548af84e973f1d59c220"
-
-[[files]]
-file = "config/touhou_little_maid-common.toml"
-hash = "664919f63cd646d47cc6c98a03d084e407834f203d49866d492186c56e9a9dcb"
-
-[[files]]
-file = "config/touhou_little_maid/file/2b_test_sound-1.0.0.zip"
-hash = "2f2f8dd4cd7dd781285487e1e9458a28857442c18340aac8cc3426e9f52d5a5c"
-
-[[files]]
-file = "config/touhou_little_maid/file/7_years_later_caricature-1.1.2.zip"
-hash = "4cb3276b5437272e0340f7662dee65724b2e62be8214b7b131dc70cfa329c1af"
-
-[[files]]
-file = "config/touhou_little_maid/file/arcaea_maid_pack-1.0.2.zip"
-hash = "2f45846c97a183569ae28917e5c0055d43fb49bd7c5f31d5a0473d7cb8212602"
-
-[[files]]
-file = "config/touhou_little_maid/file/at_least_six_characters-1.0.0.zip"
-hash = "bc5598fc345301778f35c24b90c128f38b9f0b3a977a882ed76051ab25fb483e"
-
-[[files]]
-file = "config/touhou_little_maid/file/azurlane_asashio_family-1.0.1.zip"
-hash = "579a0c9ef55b1e792a044fefcefb5ab5bfb09d89b0c436270f378b9d3d0515c4"
-
-[[files]]
-file = "config/touhou_little_maid/file/azuru_line-1.2.0.zip"
-hash = "fa2d20b0e0b8c516cb0e0d580ebefd1f2c12e1166176d740bb5c00fce9d948e4"
-
-[[files]]
-file = "config/touhou_little_maid/file/ba_aru_pack-1.0.0.zip"
-hash = "fa2d5a4f412e8f8c2a7f739b47c80cc027df603f8c6508f1d584dd931a4de528"
-
-[[files]]
-file = "config/touhou_little_maid/file/ba_haruka_pack-1.0.0.zip"
-hash = "c4f0913b638c1ffa212169fa79d94f37ce91bb82da347a34fc9ab34bca8cf4f7"
-
-[[files]]
-file = "config/touhou_little_maid/file/ba_kayuko_pack-1.0.0.zip"
-hash = "a49f97528bc139df43657b3ca26a602ec8491bcbe90de0a8a6916f5b87dc99dd"
-
-[[files]]
-file = "config/touhou_little_maid/file/ba_mutsuki_pack-1.0.0.zip"
-hash = "f7aa9b2bedaa9bd1a071dc53ada2366e96a785f846987eda20169eefd216ba62"
-
-[[files]]
-file = "config/touhou_little_maid/file/bilanhangxian-1.0.0.zip"
-hash = "eae603d3ecd771725b44846433424005171b4b109507cc94d232261ea532fa77"
-
-[[files]]
-file = "config/touhou_little_maid/file/chronoir-1.0.0.zip"
-hash = "aa372e9f99f2dc519f0740d6e995ab5072d939f39521c09446e3eb10fb77128a"
-
-[[files]]
-file = "config/touhou_little_maid/file/deltarune_little_maid-1.0.0.zip"
-hash = "2a7b9d181e4e88e54a8596954b9d05d8ad669d1533c79283c8ec7c2434b249f7"
-
-[[files]]
-file = "config/touhou_little_maid/file/elma-1.1.0.zip"
-hash = "368f99c40c5eef292760361d5dfab3834017cb5810467eaa29f175262ee5dec0"
-
-[[files]]
-file = "config/touhou_little_maid/file/fumofumo-1.0.0.zip"
-hash = "5def27d5cd06280df0ebbfbf3eea3906a9e160a0b5aa7a7042c93f6486a2e446"
-
-[[files]]
-file = "config/touhou_little_maid/file/genshin_impact-1.1.6.zip"
-hash = "53b9c4059e2efdf1a1e145d0182b944c346ed60c36f2edab9b4afe8a2c0d41f1"
-
-[[files]]
-file = "config/touhou_little_maid/file/god_eagle_brother-1.0.0.zip"
-hash = "523383cb0ccb556a7b0d30a8d36e99d662903fd6f210ee3675b3d9e19365be3d"
-
-[[files]]
-file = "config/touhou_little_maid/file/gyhgyj-1.2.0.zip"
-hash = "7790e7fff790a09468668070b8c98abf09c086f3284b40a194ab8714e980ed43"
-
-[[files]]
-file = "config/touhou_little_maid/file/honkai_impact_3-3.0.0.zip"
-hash = "43e96a59b1adbff2bb5bbeae67c212f803a3fc9c23432cb4bc156510edb1a17c"
-
-[[files]]
-file = "config/touhou_little_maid/file/huangushi-1.0.0.zip"
-hash = "fb5d9a6eb6f2cc057d741ef3f090501b25703ac31d2e196f364e62afb6e1d3f4"
-
-[[files]]
-file = "config/touhou_little_maid/file/ib_maid_pack-1.0.0.zip"
-hash = "b4637a621e9caa0a1abf81eacd1fb0c88dc0177817ec1321096179d997df26ff"
-
-[[files]]
-file = "config/touhou_little_maid/file/kill_la_kill-1.0.0.zip"
-hash = "eeb3c31ce5d6390e278d0913bd97e60c67e6675e5670ca38e5713ca25ef337cc"
-
-[[files]]
-file = "config/touhou_little_maid/file/lilies_model_pack-1.2.0.zip"
-hash = "88b39642161d70f8c092eae8b4b7dd9be8d1c00dfd2106e01206c8377d1c9db6"
-
-[[files]]
-file = "config/touhou_little_maid/file/make_sd_workwork-1.0.4.zip"
-hash = "5a9a206b93103178858ce8e152f45a8a0507935bef1387cc936802723df9e01b"
-
-[[files]]
-file = "config/touhou_little_maid/file/mdv_vup-1.0.1.zip"
-hash = "a76098009e333be2124b9186e149169b3a7591711507cc6351c894ab41d52851"
-
-[[files]]
-file = "config/touhou_little_maid/file/mimikko-1.4.1.zip"
-hash = "eeb394422a41de0c06b86dbcb816759478f636588eba37792254b5b71b818e8e"
-
-[[files]]
-file = "config/touhou_little_maid/file/murasame-1.0.4.zip"
-hash = "2a6fb731f5382e53596d94e466e13de1060e871eb03a5150b1c3818c6c405f56"
-
-[[files]]
-file = "config/touhou_little_maid/file/needy_girl_overdose-1.0.0.zip"
-hash = "c433f3ecce58f5a7db35c0a7036a83d76d0b80a4581a02a7f127d0deefe54afd"
-
-[[files]]
-file = "config/touhou_little_maid/file/nekoparaii-1.1.0.zip"
-hash = "101cb4d2bea9c2af51d3f3ce28fe2cf031c0795c6c9885ea3ff226f3559627ba"
-
-[[files]]
-file = "config/touhou_little_maid/file/nier_automata3-3.0.0.zip"
-hash = "d57fe7ea3920c8b5495ed9e2314264694fe87fbf568804bb7b1013f5ebc8d220"
-
-[[files]]
-file = "config/touhou_little_maid/file/pingxing_random_thing-1.1.0.zip"
-hash = "fefc0b476e74ea517c4480b79b3d0e8a7ba828eb4c10cf59f333be36da386cda"
-
-[[files]]
-file = "config/touhou_little_maid/file/ppshfemaline-1.0.1.zip"
-hash = "c0e9598b072520d7262e5aef06a0d70e231eca32a5fb0edb226f309125aad9aa"
-
-[[files]]
-file = "config/touhou_little_maid/file/sakura_maid-1.3.0.zip"
-hash = "7f13b6d3417a9a11c6f31f10d206bcc2d95beceb1521cecf87b8b1d2b2f42270"
-
-[[files]]
-file = "config/touhou_little_maid/file/shirayuki_noa-1.1.1.zip"
-hash = "ead8d77108fe9adcf4da554398dafd8375113391d106b4473b22dd5d79c672c7"
-
-[[files]]
-file = "config/touhou_little_maid/file/skadi_f_tlm-1.0.1.zip"
-hash = "4cfd61887854dc60677c1db400a401adfce4055655603c102deb67ff33847ea9"
-
-[[files]]
-file = "config/touhou_little_maid/file/sorasaki_hina_voice_pack-1.0.0.zip"
-hash = "273297b13df7e97b7444b3330e0dfcf2cbf4f7a55cf4f0a6d62a8e4c7650e7c6"
-
-[[files]]
-file = "config/touhou_little_maid/file/soulworker-1.0.0.zip"
-hash = "4560470c4fcefb6f9380144f836b1a8d747f8e9a02b15e305334f1e1c55f19f9"
-
-[[files]]
-file = "config/touhou_little_maid/file/takanashi_hoshino-1.0.0.zip"
-hash = "3f59a002e4bfa893415154922f3e86e61ec948ac0f5cf17a4cbac092ce3480b1"
-
-[[files]]
-file = "config/touhou_little_maid/file/tartaric_acid_things-1.1.2.zip"
-hash = "c693db036abbe4c27e30448e7a746f18cf730ca02f588ea9ed34c6e80699c7b1"
-
-[[files]]
-file = "config/touhou_little_maid/file/teacon_2021_things-1.0.0.zip"
-hash = "abe0ef22070211f086b480d86539dc4919323321219dc142a5ae9aaa4917a634"
-
-[[files]]
-file = "config/touhou_little_maid/file/tendou_arisu-1.1.0.zip"
-hash = "b7bb6511f818269bd2cfe66353e44c2bc9827e22054c045eb974cd6a23f36cd6"
-
-[[files]]
-file = "config/touhou_little_maid/file/the_journey_of_elaina-1.3.1.zip"
-hash = "6db1abb75e641ffde2ba4aebb218675cf535266af64f36cb313d0363a09f59cd"
-
-[[files]]
-file = "config/touhou_little_maid/file/toufamahetadeluer-1.1.0.zip"
-hash = "dfc7c0a9c4ddd55044a7a93321e2b1f5aaf3989778c062a695394d0f5e7c4692"
-
-[[files]]
-file = "config/touhou_little_maid/file/touhou_kurumi-1.0.0.zip"
-hash = "5948b180cbee130a3b43e179f22580bf0ea7333b5c19fec4de8235e703a0537c"
-
-[[files]]
-file = "config/touhou_little_maid/file/touhou_lostword_model_pack-1.0.1.zip"
-hash = "f7c16cf6797686131b53ac7b6df5295b61343f65207c9a616d6207e53de0db3a"
-
-[[files]]
-file = "config/touhou_little_maid/file/unfinished_dream_of_all_living_ghost-1.0.0.zip"
-hash = "981287f2bbd4929d19e1b7554fea8484310e10fc6a1725ae926b8d00ad290951"
-
-[[files]]
-file = "config/touhou_little_maid/file/virtual_real_new-2.7.1.zip"
-hash = "3d84ea9ffcb2064d65257af1dffb2b68bc22077b16341886e1364f6e8eb964e8"
-
-[[files]]
-file = "config/touhou_little_maid/file/xuyeshe_model_pack-1.0.0.zip"
-hash = "942c6a05c217a72153e43aaf9ed6918febc647e184b8ca011971759a81a5783d"
-
-[[files]]
-file = "config/touhou_little_maid/file/zhi_ban-1.0.0.zip"
-hash = "9b71a31f526d1ea0b0efc56ddee1e1df3a3cc08a3d2833ba12dd194f3613ae4c"
-
-[[files]]
-file = "config/touhou_little_maid/in_game_maid_config.json"
-hash = "8775731a20e9f4ed15a23289046787a1f316fe5974dce1384d6c0747bf7bf3c7"
-
-[[files]]
-file = "config/touhou_little_maid/info.json"
-hash = "8a2ae20a2ee2888ccbe9d6f8017d169134fc2f2ea707056beb4af288c0916aeb"
-
-[[files]]
-file = "config/trades/lightmanscurrency/custom_banker_trades.json"
-hash = "c6b13d9e0a8be3563f4daa2116667aaf68d73c5e10ce27570e81df3a3d27908e"
-
-[[files]]
-file = "config/trades/lightmanscurrency/custom_cashier_trades.json"
-hash = "4346c3364fcf1d25eccf8cecff29b7f8a4d08927ded0d8873e2c25c7ac936990"
-
-[[files]]
-file = "config/trades/lightmanscurrency/custom_wandering_trader_trades.json"
-hash = "731a84f57cc95a2ceda654d9e2b4bb302cba7c102f53bd4b2b1c6a271a0b3156"
-
-[[files]]
-file = "config/trashslot-common.toml"
-hash = "6c3d9c2beda86c011630543c2687d30dda0303e4ef8cdb3fc867e7c8bb2c2721"
-
-[[files]]
-file = "config/travelerstitles-forge-1_20.toml"
-hash = "6b3a1b2d755be530c3c00e7803e4fd00bb95c6ba168c9b2057e4476638707ed4"
-
-[[files]]
-file = "config/undergarden-client.toml"
-hash = "9bf3df7a7d80fc63a918bd9715383e995d50821acc2264ca3a0b3af8a0a0d486"
-
-[[files]]
-file = "config/undergarden-common.toml"
-hash = "b95da66dfc4bf280a6cab22d1456479c2ebee05a5ef7ffc196740ec25b23cc01"
-
-[[files]]
-file = "config/universalenchants-client.toml"
-hash = "e68b3726795170c1fa1b164da2e11934b3e5bad25b17e924ebfc13848fc8f524"
-
-[[files]]
-file = "config/universalenchants-common.toml"
-hash = "fa4abcf3ae2d3d10814664074cd9b6d876c55cb877b5a5dac3edc5217bd8b5af"
-
-[[files]]
-file = "config/universalenchants-server.toml"
-hash = "eae249f4e0b49b03a6a4fb8a6fe16552a5d37c5f7608d14bb8a552e31bf54a46"
-
-[[files]]
-file = "config/universalenchants/airhop/air_hop.json"
-hash = "d9f76ab482eb19f939e9ae2f7586a1b1f189e7df41e891b4ff6f3ffa610314bb"
-
-[[files]]
-file = "config/universalenchants/alexsmobs/board_return.json"
-hash = "7a3201b6df72fc554e8378ec94a23b175fbfea7b5881b7bd0c405c14103e96b4"
-
-[[files]]
-file = "config/universalenchants/alexsmobs/lavawax.json"
-hash = "7a3201b6df72fc554e8378ec94a23b175fbfea7b5881b7bd0c405c14103e96b4"
-
-[[files]]
-file = "config/universalenchants/alexsmobs/serpentfriend.json"
-hash = "7a3201b6df72fc554e8378ec94a23b175fbfea7b5881b7bd0c405c14103e96b4"
-
-[[files]]
-file = "config/universalenchants/alexsmobs/straddle_jump.json"
-hash = "7a3201b6df72fc554e8378ec94a23b175fbfea7b5881b7bd0c405c14103e96b4"
-
-[[files]]
-file = "config/universalenchants/betterarcheology/penetrating_strike.json"
-hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
-
-[[files]]
-file = "config/universalenchants/betterarcheology/soaring_winds.json"
-hash = "7e1dc5a0baf635c18bec2f553b9a584e144ce961c69ccef79ffd73c81714d17e"
-
-[[files]]
-file = "config/universalenchants/betterarcheology/tunneling.json"
-hash = "705d7ce1797d659237995b64ddca682bc77d1b153e05e1158de5b2ca57148ad8"
-
-[[files]]
-file = "config/universalenchants/combatroll/acrobat.json"
-hash = "199487ec3ab06540c09fc7a7be4123357da6ace18f835981efb4729c71eff159"
-
-[[files]]
-file = "config/universalenchants/combatroll/longfooted.json"
-hash = "3d09010d561d144efcf61ec05dfe89f51d9efbf283385343a4464314ee9f5c28"
-
-[[files]]
-file = "config/universalenchants/combatroll/multi_roll.json"
-hash = "680cdedf9b4bdf63461842e3c4a760324ddeec2ad6630ee2d4d8c0c94d0678b7"
-
-[[files]]
-file = "config/universalenchants/create/capacity.json"
-hash = "7e1dc5a0baf635c18bec2f553b9a584e144ce961c69ccef79ffd73c81714d17e"
-
-[[files]]
-file = "config/universalenchants/create/potato_recovery.json"
-hash = "20a809beb551f188b3beeb5305f027cc26cf124cb35d7ff73c62a28234917a0f"
-
-[[files]]
-file = "config/universalenchants/deeperdarker/catalysis.json"
-hash = "683a5f36ec532d91b6a66926c4a3a585ec25256c5c3cc1d1813e87e7708d9e1a"
-
-[[files]]
-file = "config/universalenchants/deeperdarker/sculk_smite.json"
-hash = "4d580c9fa03d57e81dde97d86dc84263244f03472c269cc03de7d1a2767ce09b"
-
-[[files]]
-file = "config/universalenchants/farmersdelight/backstabbing.json"
-hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
-
-[[files]]
-file = "config/universalenchants/kobolds/prospector.json"
-hash = "ef73d9fcefe2a37a7210ec91ff4f0f3f7c2a0413046f6c04feae3efd1a598351"
-
-[[files]]
-file = "config/universalenchants/lightmanscurrency/coin_magnet.json"
-hash = "0766f946577e17b75f60479467551d827d08d3a1eaf3a21e74669915b7c38e81"
-
-[[files]]
-file = "config/universalenchants/lightmanscurrency/money_mending.json"
-hash = "4d6920f51c0ba2c752644cc957ff7f385bc4f8b0d5a6b92cfc0aba770041f400"
-
-[[files]]
-file = "config/universalenchants/minecolonies/raider_damage_enchant.json"
-hash = "683a5f36ec532d91b6a66926c4a3a585ec25256c5c3cc1d1813e87e7708d9e1a"
-
-[[files]]
-file = "config/universalenchants/minecraft/aqua_affinity.json"
-hash = "680cdedf9b4bdf63461842e3c4a760324ddeec2ad6630ee2d4d8c0c94d0678b7"
-
-[[files]]
-file = "config/universalenchants/minecraft/bane_of_arthropods.json"
-hash = "ea7a7ed577e045f5f97d13b06482adfb7b2ee6c5e82fdc334fa4ca29ced08fd8"
-
-[[files]]
-file = "config/universalenchants/minecraft/binding_curse.json"
-hash = "89752af17b700d10eab15dbc69b6b219c8c43dc0cb54830ceae0c273a9dbdc13"
-
-[[files]]
-file = "config/universalenchants/minecraft/blast_protection.json"
-hash = "667c7af624428d6948fd72f1ae7ab31b800d964a56d3b5c0587cb713daabc541"
-
-[[files]]
-file = "config/universalenchants/minecraft/channeling.json"
-hash = "97a7ab50dfc4cc12f67c37ed94bea41a4e97d1958bda01461d20929974e9ef4b"
-
-[[files]]
-file = "config/universalenchants/minecraft/depth_strider.json"
-hash = "e7901556afa8abb985d0980b108ffbfecf271184d47063863e17ccc983d31f14"
-
-[[files]]
-file = "config/universalenchants/minecraft/efficiency.json"
-hash = "50566f1842698e69015e19e347a859a2e3098f5253f483e9ec1110c4b7c1de2b"
-
-[[files]]
-file = "config/universalenchants/minecraft/feather_falling.json"
-hash = "d3542f3769b1ca5c02b0cc3998a9f0653a1b4ce2cb8f307a4cb92b276b96faac"
-
-[[files]]
-file = "config/universalenchants/minecraft/fire_aspect.json"
-hash = "023d2c9740e05b1681fa3afb774343cc31881487071455678ee760cd230feba7"
-
-[[files]]
-file = "config/universalenchants/minecraft/fire_protection.json"
-hash = "6afef764ef13348b1414a6309cf70b898d7ac6687262c1a4ed42fd01d773980d"
-
-[[files]]
-file = "config/universalenchants/minecraft/flame.json"
-hash = "bf961cb0bad733f4e50c0b0e37a7fb60ee9defb6117e59281be9186a07d67157"
-
-[[files]]
-file = "config/universalenchants/minecraft/fortune.json"
-hash = "dd567918741483d7a3c5061b37aafdc96670258a3291ffaee2d1987ccb3f2466"
-
-[[files]]
-file = "config/universalenchants/minecraft/frost_walker.json"
-hash = "d9adc3aaf0d28dff13d253c49a7c44bbb8f1d346f5b705f5f58211eeee48864b"
-
-[[files]]
-file = "config/universalenchants/minecraft/impaling.json"
-hash = "bf6f90d008a68e465e1dbc89f864212d8b82958f92b91f6bef384b748eed4362"
-
-[[files]]
-file = "config/universalenchants/minecraft/infinity.json"
-hash = "a8c14e91d97f1739c7ad4fb70ce9a9983ac073f9f20669f46eac3ccbecc898dc"
-
-[[files]]
-file = "config/universalenchants/minecraft/knockback.json"
-hash = "098fd021c640d7c4035c0885b2f84fa9081b5fb0e49961d1f49fc19a54b1d2e1"
-
-[[files]]
-file = "config/universalenchants/minecraft/looting.json"
-hash = "bae6fbb68b70c9e404e6ae74a746109e574bdb9e9aadb1324706e30728835ac3"
-
-[[files]]
-file = "config/universalenchants/minecraft/loyalty.json"
-hash = "3cf9f1bab45eb1a93b6f245a981c2548c04eee1d2fac7affec411e53063c216f"
-
-[[files]]
-file = "config/universalenchants/minecraft/luck_of_the_sea.json"
-hash = "91a6ec80d686fa3ec82abbb9c015335fd681be6557ec2ed9a85301a034e6605b"
-
-[[files]]
-file = "config/universalenchants/minecraft/lure.json"
-hash = "8a07e2441f6b183435fb40b123766deb80bc82ab650d0001c339fc43541ac7d5"
-
-[[files]]
-file = "config/universalenchants/minecraft/mending.json"
-hash = "5b840cba8d1aa124be39f2de84965a63bfa367a2c0cebce1962b01e39563739c"
-
-[[files]]
-file = "config/universalenchants/minecraft/multishot.json"
-hash = "83849dfd3865666ae713a36462051fd075f465b8991cf034f1dba24becbd0179"
-
-[[files]]
-file = "config/universalenchants/minecraft/piercing.json"
-hash = "db6f6647485f2192d306ae3205c464996406477a57159f4175f39102aa4e99c0"
-
-[[files]]
-file = "config/universalenchants/minecraft/power.json"
-hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
-
-[[files]]
-file = "config/universalenchants/minecraft/projectile_protection.json"
-hash = "d3637ef7f063b54e417da741ddac91d278601cff87e27f36bb8d1e18f5f46636"
-
-[[files]]
-file = "config/universalenchants/minecraft/protection.json"
-hash = "981cc126c53f66a75a819adbe666cc9e96af6bb27f5529f743048fe34395c274"
-
-[[files]]
-file = "config/universalenchants/minecraft/punch.json"
-hash = "bf961cb0bad733f4e50c0b0e37a7fb60ee9defb6117e59281be9186a07d67157"
-
-[[files]]
-file = "config/universalenchants/minecraft/quick_charge.json"
-hash = "42fc8cf20d040d42e0ea46c47752a114130f9413e71c95882e6fe1f5cdc8ba17"
-
-[[files]]
-file = "config/universalenchants/minecraft/respiration.json"
-hash = "dd62118ce257d79bdd3a5b237aef12defc27b903848560eea04432368e1f6009"
-
-[[files]]
-file = "config/universalenchants/minecraft/riptide.json"
-hash = "9db46f523892a409a41eebe0cb2fbb746389e4c9bd136f4a4c87cdb564ffbab0"
-
-[[files]]
-file = "config/universalenchants/minecraft/sharpness.json"
-hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
-
-[[files]]
-file = "config/universalenchants/minecraft/silk_touch.json"
-hash = "58424296785a0ece37447b78e3713a3e3f7f90ffa35584da5013e2093686071d"
-
-[[files]]
-file = "config/universalenchants/minecraft/smite.json"
-hash = "3dab0556171398201ae627c9acf5e364d538e4bb40d701f7be95c319e7e4c531"
-
-[[files]]
-file = "config/universalenchants/minecraft/soul_speed.json"
-hash = "d3542f3769b1ca5c02b0cc3998a9f0653a1b4ce2cb8f307a4cb92b276b96faac"
-
-[[files]]
-file = "config/universalenchants/minecraft/sweeping.json"
-hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
-
-[[files]]
-file = "config/universalenchants/minecraft/swift_sneak.json"
-hash = "d9f76ab482eb19f939e9ae2f7586a1b1f189e7df41e891b4ff6f3ffa610314bb"
-
-[[files]]
-file = "config/universalenchants/minecraft/thorns.json"
-hash = "e397b8b4d471d2883d1718855df22c3def2254f565b0f3f177e9c17cf7426652"
-
-[[files]]
-file = "config/universalenchants/minecraft/unbreaking.json"
-hash = "d079fdf3cd4ae5eb721d1d3d9f14626215ad6be2e8a7e545ec6fefabaa7e7ab8"
-
-[[files]]
-file = "config/universalenchants/minecraft/vanishing_curse.json"
-hash = "2252039fdb9bf11bf175b1aad04b8fcd28c440203cbc57e235483c915f167376"
-
-[[files]]
-file = "config/universalenchants/naturesaura/aura_mending.json"
-hash = "4d6920f51c0ba2c752644cc957ff7f385bc4f8b0d5a6b92cfc0aba770041f400"
-
-[[files]]
-file = "config/universalenchants/obscure_api/distance.json"
-hash = "204faee57490be23727e13844aff2eb92d88bf986bd8bb1481ecd8a1b4886746"
-
-[[files]]
-file = "config/universalenchants/obscure_api/fast_spin.json"
-hash = "8d7b8adc719bc1418fc64ec58dd683a638f11bb801417f378d76df8382af7e0f"
-
-[[files]]
-file = "config/universalenchants/obscure_api/mirror.json"
-hash = "9945bb9c2bc5265ff170ec918ea705db731f7da4df684f09e1c580feca82627e"
-
-[[files]]
-file = "config/universalenchants/stalwart_dungeons/thunder_strike.json"
-hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
-
-[[files]]
-file = "config/universalenchants/supplementaries/stasis.json"
-hash = "5c1d35ad5cb8233e80e5e4705bd43401d0ea24b5c9b17574f6b50f74d5c61b33"
-
-[[files]]
-file = "config/universalenchants/undergarden/longevity.json"
-hash = "122fe5d048dab4b6db343701b5e16a486344bf608519528d67c524269f936d9c"
-
-[[files]]
-file = "config/universalenchants/undergarden/ricochet.json"
-hash = "d8066c225ddd53263c75732aea6a9b6680a535f727e88ba4fa642e49cdf0a7d2"
-
-[[files]]
-file = "config/universalenchants/undergarden/self_sling.json"
-hash = "61860d34ef6d45124a90be80152c51f0023b8f4634bc1bc136797e973b02cf4e"
-
-[[files]]
-file = "config/universalenchants/wrd/hard_headded.json"
-hash = "680cdedf9b4bdf63461842e3c4a760324ddeec2ad6630ee2d4d8c0c94d0678b7"
-
-[[files]]
-file = "config/universalenchants/wrd/reinforced.json"
-hash = "3d09010d561d144efcf61ec05dfe89f51d9efbf283385343a4464314ee9f5c28"
-
-[[files]]
-file = "config/universalenchants/wrd/reinforced_chestplate.json"
-hash = "7e1dc5a0baf635c18bec2f553b9a584e144ce961c69ccef79ffd73c81714d17e"
-
-[[files]]
-file = "config/watut-client.toml"
-hash = "abb012ff5719ffe86b9aa421666a743ed4d249efa640441a2e207e67d972a8a9"
-
-[[files]]
-file = "config/watut-common.toml"
-hash = "17a113c1bf3c30dca221ee72b7285cf1cee3aea24fd5a48d82c47398e2eaa726"
-
-[[files]]
-file = "config/waystones-common.toml"
-hash = "2835ea546aa3ffbb4d67ad095cef6463574008185120d3686a916713684f731e"
-
-[[files]]
-file = "config/wesleys-roguelike-dungeons-config.toml"
-hash = "3d98acc25d9bd371bea8a191d4c5eb1facba5c976c54589d1cc991891ce48195"
-
-[[files]]
-file = "config/worldborder.json5"
-hash = "c24a2fc5d2d7c5473cf3fd511f248de97ee7e6eee97327e46a14328dc16b71bb"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/.unpack_finished"
-hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/af/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ar/strings.json"
-hash = "29f9066cad68d934ba7b9740b12fa39b1cfb7bd0de12daee71b3edd6bd3a52be"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ast/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/az/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ba/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/be/strings.json"
-hash = "f02d23b0625268b27cad869b781b7cc3a1ecb127ac2f05e6f10dede979f4e281"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/bg/strings.json"
-hash = "a781882ebd1e9cd970516ccf41504f7b524aced8bb930ac3dc48ec2e08b144c1"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/br-FR/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/brb/strings.json"
-hash = "23660bb35fb3cc7fef1b2036a1ee72df71d7da429a3ea38c7d397dba7a618eec"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/bs/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ca/strings.json"
-hash = "6864f83a4a35f39b5d8b4559fc911236815f6eadf80aefae58e8ac626e171129"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/cs/strings.json"
-hash = "7ffd4ea9112d6036b45b3414702c8efffd9089760c99690d8a4cb3160e25c456"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/cy/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/da/strings.json"
-hash = "21d10422b111110bc53ad6d1c25db1855b5c5cb555f6fb0aeefe6d85e8bd0082"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/de-AT/strings.json"
-hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/de-CH/strings.json"
-hash = "a5a87388a0c615ec598abde35e0b2baee3d8ba2f1d9ac9096e221021cf00e625"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/de/strings.json"
-hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/el/strings.json"
-hash = "2fb424866a5e5fb34b3bf78d764ab8a728facc745fac0a423e9ea1c22886e550"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/en-AU/strings.json"
-hash = "3171f7b41372ca9d2a8e7f6ac5a79e8418e8994b3364de54b76133b1c46da8c6"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/en-CA/strings.json"
-hash = "53010fa94d238a2ec02167e845e7cda679dc7454841e1abc26fda9717fd77eff"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/en-NZ/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/en-PT/strings.json"
-hash = "817dda2b6e3f67ef18f2a5b7cbcbe55765dc3dc29d2b75489315af51386dda2b"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/en-UD/strings.json"
-hash = "26a269a21ece7060685b112fdb7076c613e967621c16234abc22ecf763983983"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/enp/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/eo/strings.json"
-hash = "5386905f26b174368e7c4bde89dc3deeb74e88e9428d071e3536fe5debce8367"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/es-AR/strings.json"
-hash = "70734f2b539e6a28ff355369944d8461247a256e67f0eae0953b0dcb6c7b6671"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/es-CL/strings.json"
-hash = "a75c51c490cd730c01973fb97bdb9e67c3339cdc646a4f1b5eb34f7cd6efac91"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/es-ES/strings.json"
-hash = "1415be2784a14c5f3e61efb81d4807d662fbce8a60f917ea617656fcdd89005d"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/es-MX/strings.json"
-hash = "1415be2784a14c5f3e61efb81d4807d662fbce8a60f917ea617656fcdd89005d"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/es-UY/strings.json"
-hash = "1415be2784a14c5f3e61efb81d4807d662fbce8a60f917ea617656fcdd89005d"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/es-VE/strings.json"
-hash = "5131074a39dcbec28ff026254790a46b5894b5f1322ad0f018cf7a2b0e9e9dec"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/et/strings.json"
-hash = "07ceb78ba56ca557e0c42d8540096049018b9653f793362eb17c24b27e57863c"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/eu/strings.json"
-hash = "371ea302982cbdd74dcb758f1c946c05108e5e5817dd064d625794012c73caa2"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/fa/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/fi/strings.json"
-hash = "048c25c056481c5d019ce0a5477f4a347d8fa7f4caaf3581ccbcd9d11928466b"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/fil/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/fo/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/fr-CA/strings.json"
-hash = "82841e2040ea1ca049ccb27edca063d4faf7c676fd27e96eaaaefa8eb1987753"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/fr/strings.json"
-hash = "fbece73db414fd97f1df9b8e0e48e420622ea474f3da2ba6fdf9e3d4b297fa20"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/fra-DE/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/fy-NL/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ga-IE/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/gd/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/gl/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/got/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/gv/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/haw/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/he/strings.json"
-hash = "52ab4a3612c7d4249323514744af8182ec5db7939c0cd12c7d2734c8ddf40c01"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/hi/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/hr/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/hu/strings.json"
-hash = "6edfb7c4be39c6f9528f0bc1b970c349423057db773449baa233ab1bb3f41159"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/hy-AM/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/id/strings.json"
-hash = "d449f0bce53d87479d23cd4dfd4e4454e49234317482af9a7ff7a95cb86ab351"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ido/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ig/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/is/strings.json"
-hash = "57cfc41f9f82b595a9a4cf77369a6503d3c354f0bfe8cb58e66382fa9836c6a2"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/it/strings.json"
-hash = "5def16a9312a805f805c2692910ede804e40f5a245afe022af01563f5f513eeb"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ja/strings.json"
-hash = "4960e8a638acfec61a0ff54cb689b3e291b4d79d744b3a869472516df6d91652"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/jbo/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ka/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/kab/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/kk/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/kn/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ko/strings.json"
-hash = "fba8c67f50effd7f50a5250289f1be9b72432d8ce3f9bd28d1dd5066bad518cb"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ksh/strings.json"
-hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/kw/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/la-LA/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/lb/strings.json"
-hash = "c13f2e57ec52d87e65580202e32abd12b7880650c38585c0ec2cd484d3767a8a"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/li/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/lol/strings.json"
-hash = "38b038c0cb9f04ae458595d8abe90688582efe916c22c7de0f5bd1c9d13af7f3"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/lt/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/lv/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/mi/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/mk/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/mn/strings.json"
-hash = "7fecfa7b0c24f535bbb0ef2d25edd1cbf3e0eef6c69bb08d75da5e9385095bda"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/moh/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ms/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/mt/strings.json"
-hash = "f05eb388f7590866da08167a119fd11ed7cbda9449ab6f33ad14adf2f80476dc"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/nds/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/nl-BE/strings.json"
-hash = "3ffec478bc43c14a786500089235e44d1c8fefa87daa6f0ee02259933aa44f4c"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/nl/strings.json"
-hash = "23660bb35fb3cc7fef1b2036a1ee72df71d7da429a3ea38c7d397dba7a618eec"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/nn-NO/strings.json"
-hash = "a652452058287975074726fda3d8a48b80a91af61462b0e471b55071daf6f713"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/no/strings.json"
-hash = "a652452058287975074726fda3d8a48b80a91af61462b0e471b55071daf6f713"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/nuk/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/oc/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/oj/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/pl/strings.json"
-hash = "11b6418c7f4e028290d02916ac286adeba48454a18ba75241c99cbffad5c26c7"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/pt-BR/strings.json"
-hash = "63fa35777aec7ab3f29aba48243f4977461cf2617f464e7b5690dd656ef35243"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/pt-PT/strings.json"
-hash = "e7faa0729f568e6540ec75c048d5ccae8e23e0ffaf789f9b389b4e7acaf481fd"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/qya-AA/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ro/strings.json"
-hash = "8e7861e62065963842c0ce22dd1e4baf036c548e6ae4aad540d720412fdc1910"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ru/strings.json"
-hash = "b761321f1e073cba6b8f537e9d424f21daf1791b8e2d381a04429b7411bdcfd3"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/se/strings.json"
-hash = "ccbfc481e804dfb61768a8ea30f4c857124b1c6fbfc32e254266e9ffa1d9a6cc"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/sk/strings.json"
-hash = "ee3aa9555be39acd6ae8742d190edd0653e2fa64110a8ac4718898d02921fae3"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/sl/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/so/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/sq/strings.json"
-hash = "488edc59356647858f3134355efed66b4568bb3f68cbe55c8fdccc6e62493476"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/sr/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/strings.json"
-hash = "b10a00d79983716724bd47de317497b4b974fa30d6106724fd328af77e9e91df"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/sv-SE/strings.json"
-hash = "1c61ee310348579241c38eb8f602cbc99ffe6f9911f140635ef422d480a722c9"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/swg/strings.json"
-hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/szl/strings.json"
-hash = "11b6418c7f4e028290d02916ac286adeba48454a18ba75241c99cbffad5c26c7"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/ta/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/th/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/tlh-AA/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/tr/strings.json"
-hash = "83874100b44da4685f75697b7b47f92e64359b9c8cd7d1402508288eaeeb944f"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/tt-RU/strings.json"
-hash = "cbe2ff6a09104fa0b971554df4324fa84ba3b677a861a7f47e1161930ba333a9"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/tzl/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/uk/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/val-ES/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/vec/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/vi/strings.json"
-hash = "e79961e59fe757f55a93a3366967d8b9d56815cad56301907e248d06640d97fd"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/yi/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/yo/strings.json"
-hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/zh-CN/strings.json"
-hash = "5b2b35909a360c83b6aec9424aee0bc2e05063737dc755f2fd674dbc5a08a897"
-
-[[files]]
-file = "config/worldedit/.archive-unpack/2e1dd752/zh-TW/strings.json"
-hash = "a19d088435d6334295d34fcf23fd2bd181a071a637ceb37cfd0dfdfb32312c56"
-
-[[files]]
-file = "config/worldedit/worldedit.properties"
-hash = "4b8c933f477cad595b7d85379257aa9ac5205fa9713a049dbb07dd5bb06d3cc1"
-
-[[files]]
-file = "config/wstweaks.cfg"
-hash = "bc52521c36f075e81dfca53dc1f75358af59f99b269ce0813f29d67f9f47bb76"
-
-[[files]]
-file = "config/xaerominimap-common.txt"
-hash = "1dcee38470c2939f7265891203775b7631c81822bf2506a451727fcaaf2cc4a2"
-
-[[files]]
-file = "config/xaerominimap.txt"
-hash = "76218d81b1b1778a364fb9c3c337f0302c35fa45537f030957d33d2cb00557e8"
-
-[[files]]
-file = "config/xaerominimap_entities.json"
-hash = "175b3f00fb419c5004016806b010517aa763d803e75fbf019a748b3c4ceadd8a"
-
-[[files]]
-file = "config/xaeropatreon.txt"
-hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
-
-[[files]]
-file = "config/xaeroworldmap-common.txt"
-hash = "103979a8e59e396f99fb8646c4f8a690c2d743ca3744a2eb8f663b3102b7498c"
-
-[[files]]
-file = "config/xaeroworldmap.txt"
-hash = "7325bc75ec02c30cff473daeda2396d7062fe339836a2eacac7940b54fe6a1fd"
-
-[[files]]
-file = "config/zume.json5"
-hash = "19a159138f9b8f8cf015f8cade4bf15e4423b20fd7356800b402f6f14a2cccb0"
-
-[[files]]
-file = "mods/AI-Improvements-1.20-0.5.2.jar"
-hash = "575a4a8e00f982c064d54bb3e73e5cda2d14414de054a471a3daf3f58bdf560a"
-
-[[files]]
-file = "mods/AchievementOptimizer-1.20.1-1.0.2.jar"
-hash = "c56c3ae161b4b14b2644ec6ae63f8925b6759ad4c3c6a038b8513730b8b622bf"
-
-[[files]]
-file = "mods/AdvancementPlaques-1.20.1-forge-1.5.1.jar"
-hash = "7074d5915df99cea9962677a65d6dac4b407e4531b36b700a5e94208e5c71153"
-
-[[files]]
-file = "mods/AirHop-v8.0.2-1.20.1-Forge.jar"
-hash = "2def1e94aa049be522d3856efbdd7ddf611b09886c2cacea0d143f0413380cec"
-
-[[files]]
-file = "mods/AmbientSounds_FORGE_v5.3.8_mc1.20.1.jar"
-hash = "3408703451da58241e281e4ac96a1e821ec42fb9ce339583489f58dc6df3aad4"
-
-[[files]]
-file = "mods/Anti_Mob_Farm-1.20.1-1.3.4.jar"
-hash = "c715d64fbce25c4a45d8ace07da849ef3a7aff61c2352b89eaa719c5823d7204"
-
-[[files]]
-file = "mods/ApothicAttributes-1.20.1-1.2.1.jar"
-hash = "f7643a53fd9f9800e319786dea5a0b6c94a55af454a720cd0d52067a10dc1fd4"
-
-[[files]]
-file = "mods/Aquaculture-1.20.1-2.5.1.jar"
-hash = "905a1d1ccc4d4b4f6a7729783ed681aa0e30c47bb4cfcf49dc7fe67accb1b58d"
-
-[[files]]
-file = "mods/AttributeFix-Forge-1.20.1-21.0.4.jar"
-hash = "5d8cc8928ce480288d5b504663bb13104df56ac72ce5bf36f2743ec27c701112"
-
-[[files]]
-file = "mods/AxesAreWeapons-1.7.3-forge-1.20.2.jar"
-hash = "af80f803d40c64389c0b5c50439deb01a96a3b94d78f0d1dfe50bf8b47acba39"
-
-[[files]]
-file = "mods/BetterAdvancements-1.20.1-0.3.2.161.jar"
-hash = "b6b74abcb3588e38b22ae1f04daea1ade813442bad8947838e1d84f598da596f"
-
-[[files]]
-file = "mods/BetterAnimationsCollection-v8.0.0-1.20.1-Forge.jar"
-hash = "32d630824317684cd944f4558677ccf06d5aca2cd679baa7886587052b39a8a4"
-
-[[files]]
-file = "mods/BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar"
-hash = "71ecffc7c33ae896d9299f392db11bd50027c2dcbd8b16593fa6b6a6a4018502"
-
-[[files]]
-file = "mods/BetterPingDisplay-1.20.1-1.1.jar"
-hash = "055e30e18e836f41879093e9e60842019d529a0205a6fa0c05e607a3cc9815db"
-
-[[files]]
-file = "mods/BetterThirdPerson-Forge-1.20-1.9.0.jar"
-hash = "e8b575996cc5ff40e010161cca8923b8367ce210999da7f00487d4ce0de63755"
-
-[[files]]
-file = "mods/BetterTridents-v8.0.1-1.20.1-Forge.jar"
-hash = "68d25f31e6061a131caf282b5f7f3d63cb68dbed34c94f71141523a1f207d5cc"
-
-[[files]]
-file = "mods/Bookshelf-Forge-1.20.1-20.1.9.jar"
-hash = "159b3e9288349e7012e73146d239f0ec1f8c5627b25a14357888decb7452be84"
-
-[[files]]
-file = "mods/Bountiful-6.0.3+1.20.1-forge.jar"
-hash = "c9dadb4e4f1484ac3e11a797ebe8f4ae460efba64f7353b34f840037ee8ad77d"
-
-[[files]]
-file = "mods/CTE2ModpackArmors-1.0.3.jar"
-hash = "f86a1e396c67948aa1feeb1f56f065b1966ddb34c14b1d2819698758e7c56d71"
-
-[[files]]
-file = "mods/Chimes-v2.0.1-1.20.1.jar"
-hash = "4e062fa1494d3e85497ff6dfe501a6336ce3eb774513ae133d9f0129d3a2572e"
-
-[[files]]
-file = "mods/Chunk-Pregenerator-1.20-4.4.2.jar"
-hash = "7e90f411978e15a867106a2d4109dc59fb2a8958dea6f72c431a74fa221d78a5"
-
-[[files]]
-file = "mods/Clumps-forge-1.20.1-12.0.0.3.jar"
-hash = "575199cd54b3b52c2c887d58af048efa3d8296942f079ec183d0259fcb21c65a"
-
-[[files]]
-file = "mods/Controlling-forge-1.20.1-12.0.2.jar"
-hash = "516308a93824119f6a1ebc75425aa21ee8f8de0c331942793a054ba6d9c24944"
-
-[[files]]
-file = "mods/CorgiLib-forge-1.20.1-4.0.0.4.jar"
-hash = "0f7de10380fbd8496838d5ecf271e3b5bdae1140b56576429734bb2f8313e21e"
-
-[[files]]
-file = "mods/CrabbersDelight-1.20.1-1.1.4.jar"
-hash = "a4576418ec278b63f12a60e500a062ed7353416ba70c3778caad23976bc041c9"
-
-[[files]]
-file = "mods/CraftPresence-2.3.0+1.20.1.jar"
-hash = "17d288075497f602546096c24db5585e2802037c58aa91490388bc5da8526cfe"
-
-[[files]]
-file = "mods/CraftTweaker-forge-1.20.1-14.0.33.jar"
-hash = "785b7724dc8a618610f0b46bbdc84e77d9d1d48bf6c437d84b87ec737167c802"
-
-[[files]]
-file = "mods/CreativeCore_FORGE_v2.11.24_mc1.20.1.jar"
-hash = "1af8db270aacde104a4e526643bade70c01b57e25b17cae616a1d30ee8101b0c"
-
-[[files]]
-file = "mods/DCCH-1.19.3-Forge.jar"
-hash = "5ecc26b2bb48106a4d61d62c3eae7fe3e1f2da4b3bf71c9b66f94c615b427f43"
-
-[[files]]
-file = "mods/DamageVignette-2.0.2-forge+mc1.20.jar"
-hash = "3d548feec36ca4c7125f430eeeafe8b1ccda5913e25bafcb93741fe9552056de"
-
-[[files]]
-file = "mods/Disenchanting-forge-1.20.1-2.2.4.jar"
-hash = "804edbf5c6e6a068e90cc8dfe40bf9a551416ac5c15e81d1defa342c5593101d"
-
-[[files]]
-file = "mods/DoggyTalentsNext-1.20.1-1.18.7.jar"
-hash = "c2df2bf408b0e09ea0063fe10ee8aa04d45b74776429d67e586d1f324c260676"
-
-[[files]]
-file = "mods/DungeonsArise-1.20.x-2.1.58-release.jar"
-hash = "f8f1254dbe7ed7c1d5403f20361a36f0d0587c82b71313e3f427c7f1ce7c8a90"
-
-[[files]]
-file = "mods/EasierSleeping-1.20.1-2.1.3.jar"
-hash = "b1c1ab5c79709656cdb044b44915917ea63a1b68760ba3d20fb038fc4736f090"
-
-[[files]]
-file = "mods/EasyMagic-v8.0.1-1.20.1-Forge.jar"
-hash = "235a2b0be24bc83a89253e0ee4fc973abfc7cc7caed0fdd698dd139ba91ec367"
-
-[[files]]
-file = "mods/EdivadLib-1.20.1-2.0.1.jar"
-hash = "b25fff32b50b08fac1c00827d564e316f933700c44760454002e656296b48b42"
-
-[[files]]
-file = "mods/EnchantmentDescriptions-Forge-1.20.1-17.0.13.jar"
-hash = "05e5371b94380a280ede244a82b0a1ead2bf9d911afd1878c6ea32f7fdd2890a"
-
-[[files]]
-file = "mods/EnhancedAI-2.2.1-mc1.20.1.jar"
-hash = "b1918992c0ee307bb963288277eddc0a1d069977a000a75877ea03aad1ff454e"
-
-[[files]]
-file = "mods/Enhanced_Celestials-forge-1.20.1-5.0.0.2.jar"
-hash = "5a066b0610721c358333ca8758f0862ea369626bb108b9590dc66bada673942d"
-
-[[files]]
-file = "mods/EquipmentCompare-1.20.1-forge-1.3.7.jar"
-hash = "21805771b6fe1a05abf7c6c87689a60e97b167179ba31a5c4c2b47fb0a3b7632"
-
-[[files]]
-file = "mods/ExplorersCompass-1.20.1-1.3.3-forge.jar"
-hash = "1bc2ee02e3fafd90255a76c90b097008dc563e863118d202adcbd5cdc7e54c21"
-
-[[files]]
-file = "mods/ExtraDisks-1.20.1-3.0.2.jar"
-hash = "8fa5dab39dcd3dfd5a8e5b08b71bbd2f1e6f26239a8eadc738eb7359445f3926"
-
-[[files]]
-file = "mods/ExtraStorage-1.20.1-4.0.7.jar"
-hash = "ed7b2b0fedd7c2c2c060af4a870ba73d34e586b7bde213501b2c86f7c947b672"
-
-[[files]]
-file = "mods/FTBQuestsOptimizer-forge-1.1.5-1.20.1.jar"
-hash = "0d9aa20336311456cfa784a3ad5247122b90087c0a341279ddd7c9b7d8443e93"
-
-[[files]]
-file = "mods/Fallingleaves-1.20.1-2.1.0.jar"
-hash = "46c1d4d94780ffad392b6139d4b0e535d399a310d9884c1f13230f31d43350a7"
-
-[[files]]
-file = "mods/FarmersDelight-1.20.1-1.2.4.jar"
-hash = "c20d7c8d1e123df73df951fd91f57c0879734260f5c7c33214060375b4cef1cb"
-
-[[files]]
-file = "mods/FastFurnace-1.20.1-8.0.1.jar"
-hash = "51ee1478190cc8af70b26c1066f8abd2c0fc2af5df0e7127b1312c5b0a0ff7b1"
-
-[[files]]
-file = "mods/FastLeafDecay-31.jar"
-hash = "82d05b4e92d68a38a1648c82dbdc1e69be59b0eddafc7f1024a43d18fc2e60b3"
-
-[[files]]
-file = "mods/FastSuite-1.20.1-5.0.1.jar"
-hash = "dcda3782c54946e85e7eebac25a5f770135f441e70c1152c878f8219ccf27047"
-
-[[files]]
-file = "mods/FastWorkbench-1.20.1-8.0.4.jar"
-hash = "86d20c6879bf86ef76b3fd94998d3e5c3327acb5d5324b6eb0b5348354766620"
-
-[[files]]
-file = "mods/Fastload-Reforged-mc1.20.1-3.4.0.jar"
-hash = "038a5fa1c044d5afae22502ca1444eeb1a700d34a224996c25f233524ae35a7a"
-
-[[files]]
-file = "mods/Floral Enchantment-1.20.1-1.4.3.jar"
-hash = "3aa33f4a437d5c8e6821ae1a8d2f1ee122044d5e35f3ac047168b66ec1f64257"
-
-[[files]]
-file = "mods/ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar"
-hash = "0e2f3e6b962071da3c98292b3836bbfe5b03b8236a83043137a7e29b530ebd8e"
-
-[[files]]
-file = "mods/FriendlyFire-Forge-1.20.1-18.0.5.jar"
-hash = "7e9c8987aa6ab008a94ec5b59600b9f10764a495cf7ed1412bf558c0d3ca8dac"
-
-[[files]]
-file = "mods/FriendlyGriefing-1.20-1.0.2.jar"
-hash = "82715ccae1b4b3cd2eec9ab70d45a7369fc3b733fe508e524808551f2fa43c5d"
-
-[[files]]
-file = "mods/GatewaysToEternity-1.20.1-4.2.3.jar"
-hash = "8ffbfa65be0fc8ac9e8ccb3704e228451cab9af3fe20d8b81079b9b326c0dcba"
-
-[[files]]
-file = "mods/GlobalGameRules-1.20-8.0.0.11.jar"
-hash = "1e63bd5db8ce7613f5f0dbd223c16478ecc13da5ed2fcffe66319c2b74000e3e"
-
-[[files]]
-file = "mods/Highlighter-1.20.1-forge-1.1.9.jar"
-hash = "8389c409257541c06789cd2287725d3df173168d9a0ebb9ff44c9b319e8b8026"
-
-[[files]]
-file = "mods/Iceberg-1.20.1-forge-1.1.18.jar"
-hash = "59986c1fc51380edbf2c8689d4dd28a44a2efee3526ca60dff29e0cefdbdb344"
-
-[[files]]
-file = "mods/IllagerInvasion-v8.0.4-1.20.1-Forge.jar"
-hash = "e5e5b4aa6bd9ff19c24c2cee0a8136a48b4f4915c4f6c287bacc64edbda0adc1"
-
-[[files]]
-file = "mods/ImmediatelyFast-Forge-1.2.10+1.20.4.jar"
-hash = "7baefd12f179788acb6f131708c37009dff0d4bdd5e03823040d36319dacdc67"
-
-[[files]]
-file = "mods/Incendium_1.20.4_v5.3.4.jar"
-hash = "4c40b108ee7dca96fd8d0169c68bae6c473b9f43512d5e77db62090791f59037"
-
-[[files]]
-file = "mods/InsaneLib-1.12.1-mc1.20.1.jar"
-hash = "ad489cad2f2e77c5ea0e8dcbf78c23c9b8a56504bdacb4ca8715a1cb008b8568"
-
-[[files]]
-file = "mods/ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar"
-hash = "81bc71e1e1defd0b8d38011d136e6310d98287f6c34317e8b90860c3d492b27a"
-
-[[files]]
-file = "mods/JRFTL-1.20.1-1.6.0.jar"
-hash = "521258f9b254b2be0205b40db882cbcdc26cf87babc8449939646f75d8e6c3b3"
-
-[[files]]
-file = "mods/Jade-1.20.1-forge-11.7.1.jar"
-hash = "7885a3727f8b3047f428c2e55329246192af50c35e468f9581575d664739c61d"
-
-[[files]]
-file = "mods/JadeAddons-1.20.1-forge-5.2.2.jar"
-hash = "61d42955a82ccd411a8270ebb00f061afdd6157e0c322af67f9d3a8a833b6de0"
-
-[[files]]
-file = "mods/JadeColonies-1.20.1-1.4.2.jar"
-hash = "98773121675b69f01cb3a2fbf9d50b4fec1d94c2723ecd81de12bc76dfdd28ea"
-
-[[files]]
-file = "mods/JeiTweaker-forge-1.20.1-8.0.6.jar"
-hash = "ec9cbcd93547857e3254fab959b1bd1b1d49706d0bd32d72b7adb87bbac66c54"
-
-[[files]]
-file = "mods/JustEnoughProfessions-forge-1.20.1-3.0.1.jar"
-hash = "13e2012375d16663192cf67f5e4139335e5dcbeaf2adf7e8a4816b013802f96a"
-
-[[files]]
-file = "mods/Kambrik-6.1.1+1.20.1-forge.jar"
-hash = "37d0c2b03a1f3aacb30498d67c35adaca99dc9ecd30f66f383016f4cbc85be8e"
-
-[[files]]
-file = "mods/Kiwi-1.20.1-forge-11.5.3.jar"
-hash = "9ab3c37e4d07fa25d2813765bc745d6ab912a9ad58602001ce71d92aa57d6b15"
-
-[[files]]
-file = "mods/Kobolds-2.10.7.jar"
-hash = "a11f1d66614b33f4aa834169d9780fb6e8c24a76b57e8637805a5adacfa8c9af"
-
-[[files]]
-file = "mods/KryptonReforged-0.2.3.jar"
-hash = "9b281428d0e7560b7b6e74cdc808c0ffd7a8e662ba84d1a12a6616b49cedec10"
-
-[[files]]
-file = "mods/LegendaryTooltips-1.20.1-forge-1.4.5.jar"
-hash = "15521ab414b92f60e75bdd49724eb65bb6aa8b3d6f72c157cc261011d58d625e"
-
-[[files]]
-file = "mods/Library_of_Exile-1.20.1-1.4.1.jar"
-hash = "7b68b290362927ebdd02772103a3c795687d127d4cc065bd72031c19b34fe19f"
-
-[[files]]
-file = "mods/MaxHealthFix-Forge-1.20.1-12.0.2.jar"
-hash = "9eb6628eb4be9433f0b9e7081f570ee9f0abe0b9438ec8d591b0f1303cc17e6d"
-
-[[files]]
-file = "mods/MineMenu-1.20.1-1.12.3.jar"
-hash = "884b09b25464a8056998c2da5fe058e56bb2a5b57b1eb96ac8c9333f1eec89f6"
-
-[[files]]
-file = "mods/Mine_and_Slash-1.20.1-5.3.22.jar"
-hash = "26b18690ce2743b92ae24f080e2653d3fd05228e1122eb2a714f76039bbb00dc"
-
-[[files]]
-file = "mods/ModernUI-Forge-1.20.1-3.10.0.4-universal.jar"
-hash = "e2aea15337a25582738379a4162b57426764870ae911dcf1e7a8c372497b4588"
-
-[[files]]
-file = "mods/MonsterPlus-Forge1.20.1-v1.1.6.1.jar"
-hash = "b4d564ab1cf9d1f7c690ede2d76a10ae85e2695cc40b7f0ce75068b73c413554"
-
-[[files]]
-file = "mods/MouseTweaks-forge-mc1.20-2.25.jar"
-hash = "ab40135c02e94d968570a0c13895a2a686c04a8b341728e34ca56fa97067bba4"
-
-[[files]]
-file = "mods/MutantMonsters-v8.0.7-1.20.1-Forge.jar"
-hash = "d378814520e3a630ca74ba629e9252066e51df983a44568c85234114ba909108"
-
-[[files]]
-file = "mods/NBTac-FORGE-1.20.1-1.1.7.jar"
-hash = "cfb03315c8c5c31846ab26c6a35f73789a20fac04c3376e2e487e3455aad31a1"
-
-[[files]]
-file = "mods/NaturesAura-39.4.jar"
-hash = "df1c4dffce5d02695031c674e6fd7b34b8a67cece88400c48e942bb27b8fff6d"
-
-[[files]]
-file = "mods/NaturesCompass-1.20.1-1.11.2-forge.jar"
-hash = "28e05589c9e4021d9504c9eea387ed4e80adcdcd0626a9623a53754cfa69f7bf"
-
-[[files]]
-file = "mods/NoChatReports-FORGE-1.20.1-v2.2.2.jar"
-hash = "ef7fa5096dfd492c3d3ae7228888ca4b92ce07d9b8e302297ceb2ceb1f8d238c"
-
-[[files]]
-file = "mods/NoFog-1.3.4_1.20.1-forge.jar"
-hash = "43a22241027900ad078024f3ae5348e2e263ac3771539ae2584e36613a63943b"
-
-[[files]]
-file = "mods/OpenLoader-Forge-1.20.1-19.0.3.jar"
-hash = "832a96d1e0c0ab6c28b6c3f489420d2f53851c2144dbe7d6e8d52c4f73abccd8"
-
-[[files]]
-file = "mods/PacketFixer-forge-1.20.1-1.2.7.jar"
-hash = "ad3a5fd6d8583d941f7f366ee7aa1af33d2c0c93e799c965a8038509ac68f070"
-
-[[files]]
-file = "mods/Paraglider-forge-20.1.3.jar"
-hash = "3528e4d424682a415ae97b9597e5ed0567e5a194b4aeb30ae364e962da43b36a"
-
-[[files]]
-file = "mods/Patchouli-1.20.1-84-FORGE.jar"
-hash = "e883f33ae0e5eb128b36e145072027e620e9992e24809dc07bf4e7ac195b9519"
-
-[[files]]
-file = "mods/PickUpNotifier-v8.0.0-1.20.1-Forge.jar"
-hash = "b343d2068413d895deb45417f56d2c823fe07b173879c1b03575eebfc189011d"
-
-[[files]]
-file = "mods/Placebo-1.20.1-8.6.1.jar"
-hash = "f53bd23c3c17c5ac89d3c74e5d1b6b7c1051c7d28ae2e8f4d3283c36c1d90174"
-
-[[files]]
-file = "mods/PrettyPipes-1.15.0-all.jar"
-hash = "8d5d0bf687d7377067fc55e94d361e4a01b1a6710d13caba72f7af61c6e84438"
-
-[[files]]
-file = "mods/Prism-1.20.1-forge-1.0.5.jar"
-hash = "b1a576f920faeb2175f693e3ee7ba9e5ff0bcf0e404da29f1824ea3c66efd240"
-
-[[files]]
-file = "mods/PuzzlesLib-v8.1.17-1.20.1-Forge.jar"
-hash = "78cfe1ff867300af31f3aac8e65a74a6d8d563bbc2bd23c6ba813aff2ab82c6d"
-
-[[files]]
-file = "mods/Searchables-forge-1.20.1-1.0.2.jar"
-hash = "dfab5b71552e8e702bb01360f5e8d1a6d714cf6881a30cb7072184a144c2b1e2"
-
-[[files]]
-file = "mods/ShoulderSurfing-Forge-1.20.4-2.8.2.jar"
-hash = "0aa013ea6f8fa99fa16b5b872c26c7726bf6b52887bebcfd1582294bca6a73e9"
-
-[[files]]
-file = "mods/SkyVillages-1.0.3-1.19.2-1.20.x-forge-release.jar"
-hash = "dccfa3f5b2066c41c7dec78b6fb9ba2922350ed3bc49563f11d92f356610d0b8"
-
-[[files]]
-file = "mods/Stackable Potions-forge-1.20.1-1.0.0.jar"
-hash = "14868a8936e10f1dccb6d6f0c56ae678b929db9b7d14b97bfc1116960d752b53"
-
-[[files]]
-file = "mods/Steam_Rails-1.5.3+forge-mc1.20.1.jar"
-hash = "4f5cee57d8615ac46de8eecc53d8b559a401caa676db132bdfd587dccc64b9a3"
-
-[[files]]
-file = "mods/Stellarity-v2-0e.jar"
-hash = "7cf2f221caa42e7a49754f8e788b07abeee3dac0545a30dc207c9deefe18a0a2"
-
-[[files]]
-file = "mods/Structory_1.20.2_v1.3.4.jar"
-hash = "b23b6565cac9af8c30a3f5faa110b3b6def6aa0d6d410c178107aacc1524d9a5"
-
-[[files]]
-file = "mods/Structory_Towers_1.20.4_v1.0.6.jar"
-hash = "2af4f008074c2af7f67917ee921071f6a7e58ef0a0eef703884cf534a2cad71c"
-
-[[files]]
-file = "mods/SuggestionProviderFix-1.20.1-1.0.0.jar"
-hash = "a0e10247abe3b1a677767888031029280726e55ac3f86e438a13078dc4efa70b"
-
-[[files]]
-file = "mods/TelePass-forge-1.20.1-2.1.0.jar"
-hash = "c051efbf94b9831d3a68fbae15ccc5f7ddbd60ca32687adacd5265b0da92eaef"
-
-[[files]]
-file = "mods/Temporary-Spawners-1.20.1-1.5.1.jar"
-hash = "c394dbb8146aeac6d1a178c8cd8a8c704f9b8ffc21dd73334b08803fc253ded1"
-
-[[files]]
-file = "mods/Terralith_1.20.4_v2.4.11.jar"
-hash = "27f578903db894898294a960b95e4da397ec596cd48ed5202213f994b78c6bc2"
-
-[[files]]
-file = "mods/The_Undergarden-1.20.1-0.8.9.jar"
-hash = "e1a1379e89da94299fdab7410c0d6a3766319db2320f6236b70d5010f48813c5"
-
-[[files]]
-file = "mods/Tips-Forge-1.20.1-12.0.4.jar"
-hash = "e5d424369b00186be68975ee32a63b847946e58e7f5c51167d448d94df9ddc3c"
-
-[[files]]
-file = "mods/ToastControl-1.20.1-8.0.3.jar"
-hash = "e9923900cabbc12ffde7cc36113936f24b773bb33b22c19e4109cca52fc55ad6"
-
-[[files]]
-file = "mods/TravelersTitles-1.20-Forge-4.0.2.jar"
-hash = "e72bcce5e31ab2d5f09eff53697969b32e56c35801b3014e03d558b442b9d38b"
-
-[[files]]
-file = "mods/UniversalEnchants-v8.0.0-1.20.1-Forge.jar"
-hash = "bbd648a1a1b7bc7ce521d06dbc15a820c36eac4d7d4af23896b8ebdab2c03600"
-
-[[files]]
-file = "mods/WaystonesTeleportPets-1.20-1.20.1--1.2.jar"
-hash = "dd6155569fb347e808202e7c32e1b80e3d867eb1e9579dc9ea05eb4411078de1"
-
-[[files]]
-file = "mods/WitherSkeletonTweaks-1.20.1-9.1.0.jar"
-hash = "40b492f768ec92b1c91fbe29df7bc53b7b5ef31b1c34acc6d07f5f5ba2315f2d"
-
-[[files]]
-file = "mods/XaerosWorldMap_1.37.8_Forge_1.20.jar"
-hash = "0c4861b6f6121fbcb1e46b93688d020290ac6e2c9d79b08e64134b0637cf346a"
-
-[[files]]
-file = "mods/Xaeros_Minimap_23.9.7_Forge_1.20.jar"
-hash = "8bd0a5a04172e851ee4e035ce5d5d40fb0bb1d4c41c2b43bef5ccde639fffe92"
-
-[[files]]
-file = "mods/YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.jar"
-hash = "6dacf5ea0cec5d6d53e7d002d4a06ac4fa5f7ec665f3932bb6566136e6a7f8ed"
-
-[[files]]
-file = "mods/YungsApi-1.20-Forge-4.0.3.jar"
-hash = "7bb77646f9326203ed0076eefdbea93ff3bb3ca9435d300acda79daaf96f1221"
-
-[[files]]
-file = "mods/YungsBetterDesertTemples-1.20-Forge-3.0.3.jar"
-hash = "5a74294725232c665b908af6e25224d111550cf69d74613e415b9f48ff150d16"
-
-[[files]]
-file = "mods/YungsBetterDungeons-1.20-Forge-4.0.3.jar"
-hash = "aa194095ea0468dd721e18ffdfe19e33c6072ad17f6c7e6bfe002f03245dc4ff"
-
-[[files]]
-file = "mods/YungsBetterJungleTemples-1.20-Forge-2.0.4.jar"
-hash = "5d5153925707d5723e54733c285cbe2ab7ab823c2bec7fb2488441eaefcd5423"
-
-[[files]]
-file = "mods/YungsBetterMineshafts-1.20-Forge-4.0.4.jar"
-hash = "6632e7bcc58325098e85bcb755483de7cb3af92a5ea548f3b5c0162cbf0dc1dc"
-
-[[files]]
-file = "mods/YungsBetterNetherFortresses-1.20-Forge-2.0.5.jar"
-hash = "05d4e572367b12738f5e384cabc7597d349f82fb3d4d5c18ea4a591790466d82"
-
-[[files]]
-file = "mods/YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar"
-hash = "bea2640c4afeb5231362a756d886ca4f246c7951175c91348272b3ce5d483bae"
-
-[[files]]
-file = "mods/YungsBetterStrongholds-1.20-Forge-4.0.3.jar"
-hash = "054b0a1be86510ed6bd05de66a29200f13f5603c0c9eb7e62074ddc3d19cb0e4"
-
-[[files]]
-file = "mods/YungsBetterWitchHuts-1.20-Forge-3.0.3.jar"
-hash = "24b3bdc844755e8a39571b5000d8dd829543f7b150d154016ccd926e47d06a71"
-
-[[files]]
-file = "mods/YungsBridges-1.20-Forge-4.0.3.jar"
-hash = "728e49e81a088291c75835130f59357fe772d77c1f2de91c63872579d5485f6c"
-
-[[files]]
-file = "mods/YungsExtras-1.20-Forge-4.0.3.jar"
-hash = "3def0d66debef6185df82f6b777ec382a59dc66da47c8f081e69cc059da1d98d"
-
-[[files]]
-file = "mods/aggroindicator-1.20.x-1.0.0.0.jar"
-hash = "19c6fa4722638ca343047c742adfcab5e1f9602eda19fdf4f1177ed263846779"
-
-[[files]]
-file = "mods/alexsmobs-1.22.7.jar"
-hash = "2c6bf07d5017218937e6bcb401d1921a2519e8401837add214a1cb863398d3d2"
-
-[[files]]
-file = "mods/appleskin-forge-mc1.20.1-2.5.1.jar"
-hash = "e12419e43e3babc810af289403c5cd96bd7f09809b389acc6bb2f122b4b2a426"
-
-[[files]]
-file = "mods/aquamirae-6.API15.jar"
-hash = "6f5d9a0c9d48c1e3c6f79ae9b1ce67e41505524ed3923742313d83884c8e7f48"
-
-[[files]]
-file = "mods/architectury-9.1.13-forge.jar"
-hash = "11de47a8551ff5914529098e5fa4d9ad8f76bd272878b6a8327fb5a1ac5a2523"
-
-[[files]]
-file = "mods/auudio_forge_1.0.3_MC_1.19.3.jar"
-hash = "e4b77a49a41d8ec4015c5124b9b26ee89608dabf13829730f268c5be990dfe27"
-
-[[files]]
-file = "mods/balm-forge-1.20.1-7.2.1.jar"
-hash = "263c213492a5109743c7598c13bd73442b6397b9b10e5e05c53f4562b9a0d5cd"
-
-[[files]]
-file = "mods/beautifiedchatclient-1.20.1-2.4.jar"
-hash = "b5347b03a6f509535439f8785609af3577dfd787e92a671f60b9abd670f66b5b"
-
-[[files]]
-file = "mods/bedsdontexplode-1.20.x-1.0.jar"
-hash = "58c87c15b6e13ee817235239125633f6bb22abfc4531cbab3f26cec3ffe49474"
-
-[[files]]
-file = "mods/bellsandwhistles-0.4.3-1.20.x.jar"
-hash = "a9222c01892ff69c088a8f220d7c1a0b76835a9e9a24deb906e248dd9e57a044"
-
-[[files]]
-file = "mods/betterarcheology-1.1.5-1.20.1.jar"
-hash = "3d38d42995ce35faac299d0ae01bb58903fc70704b589378c409084c14cc3f54"
-
-[[files]]
-file = "mods/bettercombat-forge-1.8.4+1.20.1.jar"
-hash = "887a216bf732d49a3734b1c421f0329af8ecd84690e5f640a3d8516f8f4df158"
-
-[[files]]
-file = "mods/biomespawnpoint-1.20.1-2.2.jar"
-hash = "fa874a873aaacecf8f01970aad5bcc605f0915d46e9e613f5af36faad5568724"
-
-[[files]]
-file = "mods/blockui-1.20.1-1.0.139-BETA.jar"
-hash = "983faaa2ceb102b618ecb1cb733f257b433c5ba85d75bc28e166b567a9c49cec"
-
-[[files]]
-file = "mods/blue_skies-1.20.1-1.3.31.jar"
-hash = "dda5351a7d75f8074e9878912140fd5ab2fe4e74d7678d4f9c52c0b86bce9748"
-
-[[files]]
-file = "mods/bowinfinityfix-1.20.x-forge-2.6.0.jar"
-hash = "a4ca1659fe31477b54e4741a6639e0b930043718a29870e94f59fcb27a46948c"
-
-[[files]]
-file = "mods/bwncr-forge-1.20.1-3.17.0.jar"
-hash = "de13e22c32f269f10dd8bcb3bf658fff1160071835ca6a9b09cf8fdcff0a4085"
-
-[[files]]
-file = "mods/caelus-forge-3.1.0+1.20.jar"
-hash = "e7d9c0bd0be90331c9d77d2b7f8df9054df88ea663f95addbbaae543d24fb92a"
-
-[[files]]
-file = "mods/canary-mc1.20.1-0.3.3.jar"
-hash = "51f6d78dd6c7874657e5757fd2f5d780aa3cd415052ad071077b8894c6430942"
-
-[[files]]
-file = "mods/catalogue-forge-1.20.1-1.8.0.jar"
-hash = "58445fc445546ab0db677edb9bf45bb87b99370e6483ee9080d816a9109cb210"
-
-[[files]]
-file = "mods/chat_heads-0.10.31-forge-1.20.jar"
-hash = "04d3f0d62d23a7f01da631953e77258a7ba702d31c9bc45442ba39673ba48ee3"
-
-[[files]]
-file = "mods/chatcolours-1.20.1-3.1.jar"
-hash = "5acffc15861a7ffb42e2ee794b305f2a6970f8055f62d6946b1abf3386680755"
-
-[[files]]
-file = "mods/chococraft-1.20.1-forge-0.9.10.jar"
-hash = "b63fca515effb225b402f2c7d0cbd24e0649a417a379a9ad4293184fb9934edf"
-
-[[files]]
-file = "mods/chunkloaders-1.2.8a-forge-mc1.20.1.jar"
-hash = "b418c8a4cd2832bed893937f264cf38e284aa771ef423388480ba1f546158a19"
-
-[[files]]
-file = "mods/chunksending-1.20.1-2.8.jar"
-hash = "54207d488545db565838bad97db7978800f5171e02c4ab7741b9ee5cd8ab5001"
-
-[[files]]
-file = "mods/citadel-2.5.3-1.20.1.jar"
-hash = "70afbe182031a7524f1daea9f11dd194bf0f9951aafc958f13c6322a86c84705"
-
-[[files]]
-file = "mods/clickadv-1.20.1-3.7.jar"
-hash = "b10b1ba86137fc31ef7e73bdc72104ffa411766da564a6d4b18107d8dfbdb61c"
-
-[[files]]
-file = "mods/cloth-config-11.1.118-forge.jar"
-hash = "e825f1a61685182d61093d682c0bfcbe53f726b42297e7dcf1a5f1e1a1b0557f"
-
-[[files]]
-file = "mods/collective-1.20.1-7.30.jar"
-hash = "2abe09d984a0a85f1738e1f82d67bcb960b1e8886c11fef8f00fbaec053dee3b"
-
-[[files]]
-file = "mods/combatroll-forge-1.3.1+1.20.1.jar"
-hash = "f6bfae1c005799b90174385768c6fa3559fcb18cbfccb771bdd60c9bafbe92c6"
-
-[[files]]
-file = "mods/comforts-forge-6.3.5+1.20.1.jar"
-hash = "a152c28880068000445e85ac73b10c19e94c2fb7932aa90fad48654141a8ad7b"
-
-[[files]]
-file = "mods/connectivity-1.20.1-4.9.jar"
-hash = "c1d223f4caf1f47eac621b6c6c1823352cab88c67a8f80183dcc90922fb2f5be"
-
-[[files]]
-file = "mods/cookingforblockheads-forge-1.20-16.0.1.jar"
-hash = "3dedce3f9688eec8fb2c96a983dd75740f0f39d4e5796cf934eb901edd653e34"
-
-[[files]]
-file = "mods/corn_delight-1.0.3-1.20.1.jar"
-hash = "78697387b8e03f3f071f9a85fc9e054b645f7acc4b4c364511793aa6c20d6c02"
-
-[[files]]
-file = "mods/coroutil-forge-1.20.1-1.3.7.jar"
-hash = "11448808a42c17425cf2ea39701841008683d6ad6e2838a34eef0253251a870f"
-
-[[files]]
-file = "mods/cosmeticarmorreworked-1.20.1-v1a.jar"
-hash = "c790e8671625b05ec0aa19272e0ea74ea95619f953e3c6f39a6736af0d386804"
-
-[[files]]
-file = "mods/craftingtweaks-forge-1.20-18.2.2.jar"
-hash = "41f5f9795ae660defb773ee3344b44ab7a4a33e8e419b360e3da3251db2db27e"
-
-[[files]]
-file = "mods/crashutilities-8.1.4.jar"
-hash = "2939fd6ca8211c283d1606b140951d543880d5f5843c26b4f87c85ef8e34259d"
-
-[[files]]
-file = "mods/create-1.20.1-0.5.1.f.jar"
-hash = "4d69c98e33aee3c98d76d11aab3d497ff0c82d367f1378b2dee19971932aa206"
-
-[[files]]
-file = "mods/create_enchantment_industry-1.20.1-for-create-0.5.1.f-1.2.9.b.jar"
-hash = "570c75cf0fdbfd0a756624057a8861e682a7979620532237d8c40914652f8efc"
-
-[[files]]
-file = "mods/createaddition-1.20.1-1.2.3.jar"
-hash = "1515012e73390767f2509b177881ec2c2d092074766f555bb9a2b1f4e4916f4a"
-
-[[files]]
-file = "mods/createdieselgenerators-1.20.1-1.2h.jar"
-hash = "8d8c23962220ea8303a756337c2d47eac3b95293d807e4adeb7fe4e741e859a8"
-
-[[files]]
-file = "mods/createliquidfuel-2.1.1-1.20.1.jar"
-hash = "235779aff4e5ad5114702036b467dec846f2c4cb8d547757d397c528efa93233"
-
-[[files]]
-file = "mods/creeperoverhaul-3.0.1-forge.jar"
-hash = "7a1c527d99708d9a10c2b89604314c2ccc622b47e14b29bb982fff534a15ae9d"
-
-[[files]]
-file = "mods/cte_essentials-1.0.5.jar"
-hash = "2ea82f81e620c7d4141eeda7c3dc425064cceecf77368b69f3b9f2925f745f94"
-
-[[files]]
-file = "mods/ctov-3.3.6.jar"
-hash = "4533867b4f77123797a586ecccea32d80f18d1acad143c7e95c37f65b8302df9"
-
-[[files]]
-file = "mods/cuisinedelight-1.1.13.jar"
-hash = "ef4ad624d923eb9a9bf16810413220f667b14643ad8a41784e44d34536307003"
-
-[[files]]
-file = "mods/cupboard-1.20.1-2.3.jar"
-hash = "8c359f46683e9671871d84597e10e479750c3250eea838cbd9d647efd02d364d"
-
-[[files]]
-file = "mods/curios-forge-5.7.0+1.20.1.jar"
-hash = "2287e9e8ac5a51e843d844190cd1f3fb52498e72451aa9733dde0b4fa1254635"
-
-[[files]]
-file = "mods/curios-forge-5.7.2+1.20.1.jar.disabled"
-hash = "81cb3b9972f501b56fceb12e028c076186c35517bc78223622293b76cf71587f"
-
-[[files]]
-file = "mods/customizableelytra-forge-2.1.1+1.20.jar"
-hash = "b76f3afb53a7af8515710d29e247f1809d09d5b3d24c0660ffbac4abb78462bc"
-
-[[files]]
-file = "mods/deathbackup-1.20.1-3.2.jar"
-hash = "7fcd6a24a4668cf9ab6962621e8a8898d049c606f8812ff96642bd8b43884e4a"
-
-[[files]]
-file = "mods/deeperdarker-forge-1.20.1-1.2.1.jar"
-hash = "9aa920c843754bb872256a0c2303bca3724b30e49fb6d40db9214364262dc187"
-
-[[files]]
-file = "mods/defaultoptions-forge-1.20-18.0.1.jar"
-hash = "f65ca08421d5a1f2f855f0da3853c83b22299ae964c9a7803b727fc98728e781"
-
-[[files]]
-file = "mods/deuf-1.20.1-1.3.jar"
-hash = "cc208a8eb0f9d3a4a4774ee190656954d93ae50b8d49886484cd955dbe8ec8b4"
-
-[[files]]
-file = "mods/dimensionviewer-1.20-1.4.0.jar"
-hash = "49d4ba614f7eadc6befe9e8c1ae06bf606f61c3b5848e26fa5d8fadcf09b8a51"
-
-[[files]]
-file = "mods/domum_ornamentum-1.20-1.0.157-BETA-universal.jar"
-hash = "d2fa576bd27b85933cc2ef2f0e00494e54f73545f581472c59ef4f1607f25dee"
-
-[[files]]
-file = "mods/doubledoors-1.20.1-5.2.jar"
-hash = "bb59f158b42352e063a612f92c666c4b4a9dd1ba63e2a48e8a46aee36d0e0c27"
-
-[[files]]
-file = "mods/drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar"
-hash = "77c7a08a2bca60fd666b5fa3f663968686e081da1cc4aae5e22a00635d38b2ce"
-
-[[files]]
-file = "mods/dummmmmmy-1.20-1.8.14.jar"
-hash = "fb23253e41fc1dd5e5a0260ef366896178f062ea02999dd3893323f4bcfc5102"
-
-[[files]]
-file = "mods/elytraslot-forge-6.3.0+1.20.1.jar"
-hash = "f63e65963dd486f3a3411515afca8565b6209de9cabad1d940541be0b3165c66"
-
-[[files]]
-file = "mods/embeddium-0.3.4+mc1.20.1.jar"
-hash = "ffda62979e1ebecd82a5807f73cfc10d3668bd615c149120322dfac8d2a3bd50"
-
-[[files]]
-file = "mods/embeddiumplus-1.20.1-v1.2.4.jar"
-hash = "24c3e275eb2627e6f60ea399c8ffb5f02bda85b4e81e4286dd119d8e72d08277"
-
-[[files]]
-file = "mods/emi-1.1.1+1.20.1+forge.jar"
-hash = "de6e31cd1275044571a20c354ff450dfa77c6b6e775db46ad320bcab40571783"
-
-[[files]]
-file = "mods/endersdelight-1.20.1-1.0.3.jar"
-hash = "c0e2908e6f0d11bb79d63d4ae491d4deaa268c4f4e3ed0b6be840d244e2cff00"
-
-[[files]]
-file = "mods/endertrigon-1.20.1-1.0.jar"
-hash = "0f7fc3f0e3a50cafa2d42c7f3347999714a0a23c31c220a7f3316a1db53976d2"
-
-[[files]]
-file = "mods/entityculling-forge-1.6.2-mc1.20.1.jar"
-hash = "132ec1dc9127511f044eea7a8ff3636373ed7dcb3696e4b25c4215bc85e8a25c"
-
-[[files]]
-file = "mods/fancymenu_forge_2.14.13_MC_1.20.1.jar"
-hash = "ff3af5514d760b51b2b9d4d503b9086e9aef175a8ea5b9e4be4616462f1988a9"
-
-[[files]]
-file = "mods/farmingforblockheads-forge-1.20.1-14.0.2.jar"
-hash = "cdc7e92a2f2cd31a7d55198957c827ad6e627dac9d1b0ebd6aea2dde8d882692"
-
-[[files]]
-file = "mods/farsight-1.20.1-3.6.jar"
-hash = "c68f348d2244eaab754d439ca2b042c682f9064de432363d04bf403236041fca"
-
-[[files]]
-file = "mods/fastpaintings-1.20-1.2.4.jar"
-hash = "9ac371da0066d22125f6f807e6d1a01c881c0470aa4269606408642ebed548bc"
-
-[[files]]
-file = "mods/ferritecore-6.0.1-forge.jar"
-hash = "9c2c9396a49e796d88497758caa4637d2bcbb433c318e2dd9cebcffbaf0f6c54"
-
-[[files]]
-file = "mods/findme-3.2.1-forge.jar"
-hash = "e23c0c503ee271ca351084c5a40411c5921dbf1d97e95fc59c304270977171c6"
-
-[[files]]
-file = "mods/firstjoinmessage-1.20.1-3.3.jar"
-hash = "4321fe5490e52b1f074a872d2135093d05b1249e9c778a724ac7d2b426b8609b"
-
-[[files]]
-file = "mods/fixexperiencebug-1.20-46.2.2.jar"
-hash = "08dc722aaa1bd61b4ee867badeb830e537b8362633197dd211c772a4a002f42e"
-
-[[files]]
-file = "mods/flan-1.20.1-1.8.11-forge.jar"
-hash = "25bdb595a2b75852b1806d5e3ebe10a78fd427617a00ea2c485d154f0bf925cf"
-
-[[files]]
-file = "mods/flickerfix-1.20.1-4.0.1.jar"
-hash = "6f154f6bd798cdf5a9f3f90c743b396b2162308c69d9713af22091a18a4746b6"
-
-[[files]]
-file = "mods/fm_audio_extension_forge_1.1.1_MC_1.20.jar"
-hash = "8ac7fe847dd58f48462b3273599794c1ba5fd2413bfb5a6733d693a8975c2724"
-
-[[files]]
-file = "mods/footprintparticle-0.5.1-mc1.20.jar"
-hash = "5da06a70f2ad28e37edc08d1301ddf9b61ebf6ee99a71cdf2ad4a54e985a4608"
-
-[[files]]
-file = "mods/framework-forge-1.20.1-0.6.26.jar"
-hash = "6ddba6b5dc4f46daa68e5f2d80583c980b6c81ec9dc481e4bb7767bb39afbc28"
-
-[[files]]
-file = "mods/friendsandfoes-forge-mc1.20.1-2.0.9.jar"
-hash = "a8295fd02728016e1defe3bd640f746bd18bebfad58aab5d573805c80b86e665"
-
-[[files]]
-file = "mods/ftb-library-forge-2001.1.5.jar"
-hash = "06ca29bb9c5b2225f529a3864967522705a4a2618b1e24819bb61b3cf1be78da"
-
-[[files]]
-file = "mods/ftb-quests-forge-2001.3.3.jar"
-hash = "2e1b07e635c07dee7cc1439b0e90d7f1f731d3b91fceff737802897b14ac7690"
-
-[[files]]
-file = "mods/ftb-teams-forge-2001.1.4.jar"
-hash = "96305338a81495a61b269c558ba0222adfb4ea18e9e7127d72295e3d27e7c3d6"
-
-[[files]]
-file = "mods/ftb-ultimine-forge-2001.1.4.jar"
-hash = "a2cad442f33bbd00da3bbeb159ec07eccbb1fa92de5660d8a211b155112ee02c"
-
-[[files]]
-file = "mods/geckolib-forge-1.20.1-4.4.2.jar"
-hash = "6381f64907b9b5584e255ad136a4bfd2d36bafc0c1178901d54cd0e27b51dd53"
-
-[[files]]
-file = "mods/globalxp-1.20-1.10.3.jar"
-hash = "5cce07ed22c18fe81c620e2d2b6eb7adfb60125eae823dc151607eaf785582e1"
-
-[[files]]
-file = "mods/goblintraders-forge-1.20.1-1.9.3.jar"
-hash = "ff114b109d4db541178f3ea0bb87f7709799fe6565e5c709267c836b50d7b1db"
-
-[[files]]
-file = "mods/handcrafted-forge-1.20.1-3.0.5.jar"
-hash = "48cc0d5e5e5c1751c18fa2fc2d79dab64ed658f76b9e397ef51767bd6695a43d"
-
-[[files]]
-file = "mods/highlight-forge-1.20-2.0.1.jar"
-hash = "a0967ce8605d99fd5870f093ddd3ba18c548b9b1858a459b42f4e0feabaefaee"
-
-[[files]]
-file = "mods/hitindication-1.20.1-1.3.1.jar"
-hash = "57a75f28924bff558e7e97422cc42e0eebc7b2529a18aa0d4cda5c8190412f17"
-
-[[files]]
-file = "mods/inventoryessentials-forge-1.20.1-8.2.1.jar"
-hash = "92c7a870ca7efb036c501d15c7577d38798d30236f8439cead740db9a50a98ce"
-
-[[files]]
-file = "mods/inventorysorter-1.20.1-23.0.1.jar"
-hash = "0945acae4536823bee289cf4f09879d92f9ff776ad7961a409356feb9c79b2e2"
-
-[[files]]
-file = "mods/invhud.forge.1.20.1-3.4.18.jar"
-hash = "9752f8e8307ea5ec299090d6dd518ac5b293f4478a12d0206bbbc5d80024a318"
-
-[[files]]
-file = "mods/item-filters-forge-2001.1.0-build.59.jar"
-hash = "99417b1342ba51ccb9611b17ab01fc1299971aa34e8f9d2a8b3c63df5713eb49"
-
-[[files]]
-file = "mods/jei-1.20.1-forge-15.3.0.4.jar"
-hash = "908a41f6da93b384000374260d6031c109ce07604ae4b4ce27809b1a18829d17"
-
-[[files]]
-file = "mods/jumpboat-1.20.0-1.0.5.jar"
-hash = "00491a3723b3d22094d40a6b782f919fd3428557ea1ae0d5312fb3dce96393f9"
-
-[[files]]
-file = "mods/konkrete_forge_1.8.0_MC_1.20-1.20.1.jar"
-hash = "e78686b92c3761ec26eb9d3c53efdd3d6ca77981cbd3723995e1163b7103ae0b"
-
-[[files]]
-file = "mods/kotlinforforge-4.10.0-all.jar"
-hash = "dfd1ce585e91cf99f30cab74dd99d7401300e4fdf03f0df81376d73e3ee06cc7"
-
-[[files]]
-file = "mods/letmedespawn-forge-1.20.x-1.2.0.jar"
-hash = "be0a9e08652968bbb14a3771c9823f0664be27970f5cba910e20ad0524a76bfa"
-
-[[files]]
-file = "mods/libIPN-forge-1.20-4.0.1.jar"
-hash = "b6986d46cd5fe01808a860aa47d8902b6cc7b1e970c9fd022de8500082ed8248"
-
-[[files]]
-file = "mods/lightmanscurrency-1.20.1-2.2.0.3c.jar"
-hash = "d37c5fabee184c6385b7375426cfef75f69024e58c959f939852d0008783cf48"
-
-[[files]]
-file = "mods/loadmyresources_forge_1.0.4_MC_1.19.3.jar"
-hash = "43f59caaa240609e556a57fe4cafa229d1071baff6af4095d61f4ab38a853dcb"
-
-[[files]]
-file = "mods/logprot-1.20.1-3.3.jar"
-hash = "74b4592639addde6b2225cffd03988511090b4f299fc08206fc692ef8c879cfa"
-
-[[files]]
-file = "mods/lootr-1.20-0.7.31.78.jar"
-hash = "f407ef80515971a3539bfb1c369919c626abd5b98cdc95a4c037c9abffd4971e"
-
-[[files]]
-file = "mods/mcw-bridges-2.1.1-mc1.20.1forge.jar"
-hash = "612975c8d83a12875a5bcfab8f5fb66185faea53d00c5a05f7b7879e4fcfdc52"
-
-[[files]]
-file = "mods/mcw-doors-1.1.0forge-mc1.20.1.jar"
-hash = "84dcd53ce10397ac664b956ba390a63ebf95c2416ce7a48829dda44d0ad079b0"
-
-[[files]]
-file = "mods/mcw-lights-1.0.6-mc1.20.1forge.jar"
-hash = "b86ce67b33d3b105616f9f5a556d2d364793b92f722ec408acbcd72512c1c273"
-
-[[files]]
-file = "mods/mimimod-1.20.1-3.1.1.jar"
-hash = "7d47d58c25554859ccbf88dbee26cc6dfe73765cb1a5150f69dd68eb8e7b23b7"
-
-[[files]]
-file = "mods/minecolonies-1.20.1-1.1.474-BETA.jar"
-hash = "45b978b9933532adf10969a7d634246ed7840304312afaeb7ab9abd301e86dab"
-
-[[files]]
-file = "mods/modelfix-1.14.jar"
-hash = "9a66a5003a679a8137367a976408ee872246b5edb091971690ab7b5331bf4a70"
-
-[[files]]
-file = "mods/modernfix-forge-5.13.0+mc1.20.1.jar"
-hash = "9f56a2eb8c6e4a26384cda0d18fdb9c160c12b85584a4c13475e45bae335bf9f"
-
-[[files]]
-file = "mods/moonlight-1.20-2.9.17-forge.jar"
-hash = "ac89ced2a5e78bb4c593eec1a08056b2cb436ce82ade9d20e4cb6d39415e80c8"
-
-[[files]]
-file = "mods/moremobvariants-forge+1.20-1.2.2.jar"
-hash = "512c92ee7177746dcc7ef644d4b9b355eae7e6c9af0777de7a64e68d1d637801"
-
-[[files]]
-file = "mods/moreoverlays-1.22.3-mc1.20.2.jar"
-hash = "d128037878f363861451e3b31da5ad120488ec28f6eb8330fd6e4b809318efcc"
-
-[[files]]
-file = "mods/moresnifferflowers-1.3.1.jar"
-hash = "2e56393c2ce61712e74b0be33457a62647bd1fd0407e5b571735c46df51a12dc"
-
-[[files]]
-file = "mods/multipiston-1.20-1.2.32-ALPHA.jar"
-hash = "119df899a52a0fe88d5418affdf774f72681904a2e748b698ce6e40655a056fe"
-
-[[files]]
-file = "mods/mysterious_mountain_lib-1.4.2-1.20.1.jar"
-hash = "69e0a6095b98cf9a5b6cd710115d089ebb587520430728dfa6d0217e3e7ae050"
-
-[[files]]
-file = "mods/nerb-1.20.1-0.3-FORGE.jar"
-hash = "c485819e5f3b8705abd1da8662fb91ea8b412015a435d342a4faf31dac14c9bc"
-
-[[files]]
-file = "mods/neruina-1.3.0-forge+1.18.2-1.20.1.jar"
-hash = "54cf6f1a26e214cf353fde28fec5053acaba34d139ae664e386cd0c5625f11e5"
-
-[[files]]
-file = "mods/netherportalfix-forge-1.20-13.0.1.jar"
-hash = "06f1354664aee53d4c32c83f76ed94bb72426a75b7e0eb8e415abfba3634cf4e"
-
-[[files]]
-file = "mods/nethersdelight-1.20.1-4.0.jar"
-hash = "28b072bc5c09ee889468546676c9bf0268eaa415865704bbeeb33f6a37005a30"
-
-[[files]]
-file = "mods/nightlights-1.20.1-1.1.jar"
-hash = "714775d9b8aee7fa16df51e1b6f1e95cc3cfe6986eb19648fbbee7fe9ff6cbdb"
-
-[[files]]
-file = "mods/no-telemetry-1.8.0.jar"
-hash = "ae069da180817f81f420659bfec4ae14ad44e167a81bb325bb5fa48c548bd52d"
-
-[[files]]
-file = "mods/notenoughanimations-forge-1.7.1-mc1.20.1.jar"
-hash = "a469acb400ef435148690b73cfdde7889f54f7c094b11d9256ef7f4ab0d0b8fb"
-
-[[files]]
-file = "mods/obscure_api-15.jar"
-hash = "dd31231b626b894d89747f59d090887b8a956313f1e1f07e5a57b5086ebba301"
-
-[[files]]
-file = "mods/oceansdelight-1.0.2-1.20.jar"
-hash = "ea6ae6bd1459046b7d7fd2c515a80b6966ff2c629bdf22d6298f0a73432b932d"
-
-[[files]]
-file = "mods/octolib-1.20.1-0.3.jar.disabled"
-hash = "9baea129fcd243fe9854aea2126c27be8764ee5e1bcfe797fb8618c489195f1b"
-
-[[files]]
-file = "mods/oculus-mc1.20.1-1.6.15a.jar"
-hash = "c9b9d835bfd90799aa3aa56bdc9ba57742da3ee12f1a0cecc9d8a44e4592a528"
-
-[[files]]
-file = "mods/overworld_mirror-forge-1.20.1-1.7.0.23.jar"
-hash = "bb0c17c31c5655e58826466fc39402e6b283edd11c893a404c749e55752c0823"
-
-[[files]]
-file = "mods/passiveshield-1.20.1-3.4.jar"
-hash = "fac6483a5a3c83841f5194d9cc59ac9fb30640d440f73c6aa713203e3f1a02c0"
-
-[[files]]
-file = "mods/player-animation-lib-forge-1.0.2-rc1+1.20.jar"
-hash = "90d9965cb9efdbda29fdc5610be3914cf7008bf5c392ff34f7ab25f96a852691"
-
-[[files]]
-file = "mods/polymorph-forge-0.49.2+1.20.1.jar"
-hash = "a6d89a219de9c3e0160d8efa0c87348641ba6c9f28354efab17cba085ad6b106"
-
-[[files]]
-file = "mods/puzzledungeon-forge-1.20.1-1.2.0.jar"
-hash = "12bb30491ae4c1f04f8693090f67714fa3b926a1d1f6b097593425d0f72b6f97"
-
-[[files]]
-file = "mods/questsadditions-1.4.3a.jar"
-hash = "d9cc8da5da2a96bea10fa5df08a3e5bb7db7090fda30290ce4add14a0779b996"
-
-[[files]]
-file = "mods/quickstack-1.20.1-1.jar"
-hash = "f3ddd13eafccc2b299eb393a6d4d4f567c175d76c84fb94154b7ecfc16788dce"
-
-[[files]]
-file = "mods/realmrpg_dragon_wyrms_1.0.1_forge_1.20.1.jar"
-hash = "c252a7900f6f518c7344755b4000a33ca2291941204ef849cbdf14626fcc6873"
-
-[[files]]
-file = "mods/refinedcooking-4.0.0.jar"
-hash = "7f77e8b0efe06aa31874f1ed764b252d2d2e7d644beecde582640e2d04f0ea6f"
-
-[[files]]
-file = "mods/refinedstorage-1.12.4.jar"
-hash = "afda49a01e5ac8e20706032eb80699cc3b50d3b346478324ead62503cb774acd"
-
-[[files]]
-file = "mods/repurposed_structures-7.1.11+1.20.1-forge.jar"
-hash = "d77da2d274d2164fc8062e442c7b94a3fadbd09d269b47d6c07753df2ac9936d"
-
-[[files]]
-file = "mods/resourcefulconfig-forge-1.20.1-2.1.2.jar"
-hash = "c4aef41d50e5bb8be8609f1f89919f9caca8363365998688fb6aabac03abf428"
-
-[[files]]
-file = "mods/resourcefullib-forge-1.20.1-2.1.23.jar"
-hash = "6746de2e3cb1daac002282cb4bcebde906ef4114f54c3618a4057f7dbfaaa053"
-
-[[files]]
-file = "mods/right-click-harvest-3.2.3+1.20.1-forge.jar"
-hash = "c28cd7568f4a80ccb535f79a700a6c09a632b7574f1284f15dab4b339f7ae846"
-
-[[files]]
-file = "mods/riskofrain_mobs-1.20.1-1.1.2.jar"
-hash = "54766d4efe3de5144608a0a806e8939e587cf2582698299193f55c375a683de6"
-
-[[files]]
-file = "mods/saturn-mc1.20.1-0.1.3.jar"
-hash = "7e6dcc7c2b0db19ec2f965fac91a49e13dcc611f2d86f6bb56d7d68da901aaf8"
-
-[[files]]
-file = "mods/sebastrnlib-4.0.0.jar"
-hash = "40ff60a6739b91cc63216d414164b1e7e8447545c0e79f73f9cc888601dde809"
-
-[[files]]
-file = "mods/serverconfigupdater-4.0.2.jar"
-hash = "2d8d719ed6a0ec549a225a9053583d3d3063738b24d89a36a6c8e239d76064bd"
-
-[[files]]
-file = "mods/showcaseitem-1.20.1-1.2.jar"
-hash = "17dd8bbd0efc1170f94a1e4c3e395f49ba0a5c921e8f682f1912607a01f5e649"
-
-[[files]]
-file = "mods/simplehats-forge-1.20.1-0.2.2.jar"
-hash = "2fd0fae53c49e6ccbbfe09d7a9b76b649461ad7d6552f5cb5693b25177342068"
-
-[[files]]
-file = "mods/simplemagnets-1.1.10-forge-mc1.20.jar"
-hash = "76e18afa4fe7610d3469aa1a790b024e4efa0f7867db28738277e46007d9864c"
-
-[[files]]
-file = "mods/skinlayers3d-forge-1.6.2-mc1.20.1.jar"
-hash = "856132239e2e719f10b79c18145d5ae78d461e9366d5970c211afa03c7131994"
-
-[[files]]
-file = "mods/sliceanddice-forge-3.2.0.jar"
-hash = "54d542cd0e0f945a6b1312b845790560023f07a08d5f6971361013aa76ad8ff8"
-
-[[files]]
-file = "mods/smoothboot(reloaded)-mc1.20.1-0.0.4.jar"
-hash = "5a0d2682493ffa7b140a7b81f0d1e70c7536c97969397cf9e718e31391b5b9d5"
-
-[[files]]
-file = "mods/smoothchunk-1.20.1-3.5.jar"
-hash = "ce9a3a9820b9f6ed67c961908aad7eec421d1e2f8f55d88a843a71355f459d71"
-
-[[files]]
-file = "mods/solapplepie-1.20.1-2.3.0.jar"
-hash = "c45a062a6724a88ac8684d43bbcb38bf43079094ad954f9bda2f8cf134012818"
-
-[[files]]
-file = "mods/sophisticatedbackpacks-1.20.1-3.20.1.1012.jar"
-hash = "d2be5592397d68f7a5cdd12fe3be181a2caf5f0b4bc330eadc9177b488128a62"
-
-[[files]]
-file = "mods/sophisticatedcore-1.20.1-0.6.3.553.jar"
-hash = "90788f2600b8c032d8d263073d90beb26caac474a5d2c5bb243a8bb6d7d36a53"
-
-[[files]]
-file = "mods/sophisticatedstorage-1.20.1-0.9.6.720.jar"
-hash = "1c22ed284db1ae11a17b84492dff9cc1997d582cfbb246a924324e4f13371f39"
-
-[[files]]
-file = "mods/sound-physics-remastered-forge-1.20.1-1.3.1.jar"
-hash = "d24d6a3ef33c92b18724d6dfe070f78b9b260ba4471b57f0045719b542146a48"
-
-[[files]]
-file = "mods/stalwart-dungeons-1.20.1-1.2.8.jar"
-hash = "c0b967220e751629da248151a30d8d21f9cf3afc6c92da0aa8bd838a05f8fd7a"
-
-[[files]]
-file = "mods/starterkit-1.20.1-5.5.jar"
-hash = "8bd7ea900390dde05560f1a1621f23232daa61db2953878fc03deb228755109c"
-
-[[files]]
-file = "mods/structure_gel-1.20.1-2.16.0.jar"
-hash = "13ba36ec4805ddee02a5adf34a7141320b5e1fbcaa8ce9a26d06da276a9ddc90"
-
-[[files]]
-file = "mods/structureessentials-1.20.1-3.2.jar"
-hash = "c70463a1276b038ab7be4bf79e7ffb449395c10e82173857d3318508692b1e3b"
-
-[[files]]
-file = "mods/structurize-1.20.1-1.0.693-BETA.jar"
-hash = "02a1cd655856bd40ed2c89d145d8548eb02e102a9fb2546c3a9ffbc57916f65b"
-
-[[files]]
-file = "mods/stylecolonies-1.3.1.jar"
-hash = "c1ba5557aae7df7e0d953903dd2a1750df70688132ff5aee3bd8867e064cb1cd"
-
-[[files]]
-file = "mods/suggestion-tweaker-1.20-1.5.1-forge.jar"
-hash = "dcf5061067fbe0c5cc59142c44fda3a0567cbb23df11b4dfbddf60175bce8f59"
-
-[[files]]
-file = "mods/supermartijn642configlib-1.1.8-forge-mc1.20.jar"
-hash = "bea425ef7e9cd27a7fc0f4b89e00cbd0a1ee050f071ecaa9f28f7238f400f0a3"
-
-[[files]]
-file = "mods/supermartijn642corelib-1.1.17-forge-mc1.20.1.jar"
-hash = "96eeec05477f54842417e21c8b24cd5dc9a314083906014cc9ee28643d9bc24c"
-
-[[files]]
-file = "mods/supplementaries-1.20-2.7.36.jar"
-hash = "cab08e395bc9b1333614694b8779b77ff30cc4d5acb5902fb61aff5ef79345cd"
-
-[[files]]
-file = "mods/suppsquared-1.20-1.1.12.jar"
-hash = "89cfa37fc58b0bbb7a4b4f0b464631b852c6292ae854f326b05794475da389f9"
-
-[[files]]
-file = "mods/textrues_embeddium_options-0.1.5+mc1.20.1.jar"
-hash = "37331ace374d27ee8e592b7292b624a14035a80993b76a412521770468abc3d2"
-
-[[files]]
-file = "mods/tlc_forge-1.0.3-R-1.20.X.jar"
-hash = "bb7da52ed3f577b7b1d16bd97951d1cc15552195cc494a7efe35d109198d9878"
-
-[[files]]
-file = "mods/toofast-1.20-0.4.3.5.jar"
-hash = "5dc0fc5687c43ad9cec522ebb6eda9d9c84edc5b0c401721e91450b1ef57de5a"
-
-[[files]]
-file = "mods/torchmaster-20.1.5.jar"
-hash = "cd6027d2b6b54ce1d77214bad618bf78a9781416f1068b7f5321328ffbc91bff"
-
-[[files]]
-file = "mods/touhoulittlemaid-1.20.1-release-1.1.7.jar"
-hash = "75fcb28d2b7630df2fee65a2ba2ee4efc261c8afd5e2ec95cce005bc714f4b46"
-
-[[files]]
-file = "mods/trashslot-forge-1.20-15.1.0.jar"
-hash = "627fcd989925d7d839f3654a98abbf1d689216b2b3c96d6c396a2e9eed788b5a"
-
-[[files]]
-file = "mods/u_team_core-forge-1.20.1-5.1.4.269.jar"
-hash = "82232082e92b3ba57fa5ba381a8a28aeb0ee6309052ce107aafb679235e76290"
-
-[[files]]
-file = "mods/villagespawnpoint-1.20.1-4.2.jar"
-hash = "ea9193a363f97585efef40e77f8ea9c8274aa7719299f4b34db6f0c1cebfb601"
-
-[[files]]
-file = "mods/watut-forge-1.20.1-1.1.0.jar"
-hash = "6ed9ec85399462597d1d367fc3f024835e642caae1e8cab1162561d8d5d7ff13"
-
-[[files]]
-file = "mods/waystones-forge-1.20-14.1.3.jar"
-hash = "5d45326ea2d0dd6b3d19e1c3884166971e8e42a65ff704edf2e554a34cfeb75b"
-
-[[files]]
-file = "mods/worldedit-mod-7.2.15.jar"
-hash = "17db6b3e94f52d25426684663e1e1846823cbb7907f1c365ac329e5bc7bfaf2c"
-
-[[files]]
-file = "mods/xaeros_waystones_compability-1.0.jar"
-hash = "df3159e8db3220e39f7714d808430ba12b16e88140bf2f7a4be6ac2333b03e09"
-
-[[files]]
-file = "mods/xercapaint-1.20.1-1.0.0.jar"
-hash = "2c8d4b1da9b95f26794126bb228794ecb9503e21a0087d15c55050fdd1aebd6c"
-
-[[files]]
-file = "mods/zeldamod-1.0.6.jar"
-hash = "cf877f7ac57fefc71c05eba73608851f66fb43b061d267f55c73ab7631dded31"
+hash-format = "sha256"
+
+[[files]]
+file = "config/CoroUtil/General.toml"
+hash = "d86beab1176c367beeed3b8fb8a2a8dfbd8a1db7293f067c01bc38c73020e398"
+
+[[files]]
+file = "config/InventoryHUD/curios.json"
+hash = "2e1597ce04cc07592877705d89082f7aecdb426137a7cfc23aef1c2aeb74071f"
+
+[[files]]
+file = "config/ModernUI/bootstrap.properties"
+hash = "3b65cf2759ac6ecd716814fbfec292db93cff6887d83670b3ccb92b4f1ad9cbc"
+
+[[files]]
+file = "config/ModernUI/client.toml"
+hash = "311389b46c537e6d6477328956ef73563f6ec2fb7195d718d056ee4b284c63c0"
+
+[[files]]
+file = "config/ModernUI/common.toml"
+hash = "f945d275a66ddec08c1cc3aa5d800675bea43ec270416a70a03fe32e9db7c7b5"
+
+[[files]]
+file = "config/ModernUI/text.toml"
+hash = "66329787dd168b1dacce68f644d72c4d16a5954bb0777b600cc718e0ed81cdc6"
+
+[[files]]
+file = "config/MouseTweaks.cfg"
+hash = "4069ce1a439d8c37453c1b1e9f2037e0942674c7e48723a39b37eab245792ad4"
+
+[[files]]
+file = "config/NoChatReports/NCR-Client.json"
+hash = "edfe78d985fe67dce28104f3d87673e94c89134144451c291ecedcd2e2c3b480"
+
+[[files]]
+file = "config/NoChatReports/NCR-Common.json"
+hash = "0eaad2630bd70ade719f7810e805810ada25379269ea194e43d3eea30c51dec0"
+
+[[files]]
+file = "config/NoChatReports/NCR-Encryption.json"
+hash = "0f61ac30bfc78653a30d715f793e30a6a43d6715106706487efd0aea5d43a84c"
+
+[[files]]
+file = "config/NoChatReports/NCR-ServerPreferences.json"
+hash = "df32843b853e0a493ef3a9b1e39276818294353fbb0d833f7f61e77da0f5bca1"
+
+[[files]]
+file = "config/NoChatReports/README.md"
+hash = "c52b76ccad2bd1063a22c7f6bb9e7c5db6b00fb53a6fd605585972ee0e5fc01f"
+
+[[files]]
+file = "config/Obscuria/Data/aquamirae_cover.png"
+hash = "86bec2df159c61ba721a71c7c951450332e3581ce3c8268611c140558989d5b9"
+
+[[files]]
+file = "config/Obscuria/Data/loot_journal_cover.png"
+hash = "c516870f7eabb04f762e581df53a7c7330ec28c68f2245fb07885af71bd37830"
+
+[[files]]
+file = "config/Obscuria/Data/obscure_api_cover.png"
+hash = "ecd943698913173d1513b8a300072557304e9c262eb8eaa012ba0a357a6a5ad1"
+
+[[files]]
+file = "config/Obscuria/aquamirae-client.toml"
+hash = "c5913558bc43a17ff28e21853f6be9713f3d0a6416235e11aaedb8a3998bcb4d"
+
+[[files]]
+file = "config/Obscuria/aquamirae-common.toml"
+hash = "fe135b7cc515c930335ff2e2a279f2f5b50851746e13bc2aded629abc38e04d0"
+
+[[files]]
+file = "config/Obscuria/obscure-api-client.toml"
+hash = "90b60c01677fe0899e1b1fbf0deb8aba975f3540a0abb979a1c9aa7760930fe2"
+
+[[files]]
+file = "config/achievement_optimizer/Achievement-Optimizer.toml"
+hash = "4244fd8e77b0970dc9ee907bbf8838b4f2fec6f43b86dbe6e16066eab0528ed7"
+
+[[files]]
+file = "config/advancementplaques-common.toml"
+hash = "b28627c4adeff0087764b2cda6e5881a64dacd1dbf2760f3537eacaee5d0a113"
+
+[[files]]
+file = "config/aggroindicator-client.toml"
+hash = "a08fadaa3534b29121213e1a632b76e75550286c3c65056354e89c60f6d35cc6"
+
+[[files]]
+file = "config/aiimprovements-common.toml"
+hash = "08a9f7c6f63bd35d49b15fa5bccd8cdf667f21af0c9a8cb2ab5998eb598ee7c3"
+
+[[files]]
+file = "config/airhop-server.toml"
+hash = "a9e9c9dab5c917e5a9c8519951769de4555c55cf41b362921c016ef8d1709a04"
+
+[[files]]
+file = "config/alexsmobs.toml"
+hash = "0683ce38f4d145209306881a7da22682a9a91269ee31a247c8712090ba3feb94"
+
+[[files]]
+file = "config/alexsmobs/alligator_snapping_turtle_spawns.json"
+hash = "df14afd6e1e96ace0dc8e4c71bc325e3baec8dbeaebf61f682561a70fc145f9d"
+
+[[files]]
+file = "config/alexsmobs/anaconda_spawns.json"
+hash = "ca961946a7b3c6e9abcb1bb82bbf36e1f9ce01d11769a06a7fbff6351293ff5d"
+
+[[files]]
+file = "config/alexsmobs/anteater_spawns.json"
+hash = "f65e31155b2f2e033bed66dc5ec2ce7f6962be3389369ff800b69dfdecb5d990"
+
+[[files]]
+file = "config/alexsmobs/bald_eagle_spawns.json"
+hash = "f8b51a798bfa4b51e0ee8fb78c860ca5b2677583db10584792a0e1548f17d396"
+
+[[files]]
+file = "config/alexsmobs/banana_slug_spawns.json"
+hash = "1d5d0ce4ef42e94f0361c41b4b2402b64e87f0b1b987e1f1b2f6b2ac377211a7"
+
+[[files]]
+file = "config/alexsmobs/bison_spawns.json"
+hash = "78e726ed002a31f5084a7b49fcce467c5623a046981d6c59d9ed7c4eb6cdbb1e"
+
+[[files]]
+file = "config/alexsmobs/blobfish_spawns.json"
+hash = "7e7b175c33aed22c3d2cd31e215c6243e3790b07a3664b42d130a8f3b897489f"
+
+[[files]]
+file = "config/alexsmobs/blue_jay_spawns.json"
+hash = "7d1f784ab378e1e851e73dbb6f81866420c1328d25f754546d82c417bf304644"
+
+[[files]]
+file = "config/alexsmobs/bone_serpent_spawns.json"
+hash = "07d0215377f12f1299ec46b6277426c3cf957aa1d310c97fa943cdf5ace8d260"
+
+[[files]]
+file = "config/alexsmobs/bunfungus_spawns.json"
+hash = "5d5a9d2039b6df546b788f62cb376cc29312a7115a5553541652aad7259436a6"
+
+[[files]]
+file = "config/alexsmobs/cachalot_whale_beached_spawns.json"
+hash = "73b8f83ddfa936642b38af1003e3c47eab6f089ad61612ee5181137409038f57"
+
+[[files]]
+file = "config/alexsmobs/cachalot_whale_spawns.json"
+hash = "1758ae90163399e093224a03c88f02a4effc2f535ac9f0c2fc488a48785e300c"
+
+[[files]]
+file = "config/alexsmobs/caiman_spawns.json"
+hash = "542cca079ae671a6d928737b622b205deebfe2aed5864a01b5048f501aec2753"
+
+[[files]]
+file = "config/alexsmobs/capuchin_monkey_spawns.json"
+hash = "83b68d395236771ae9276f48b2988cfa9eb65e14dc41531b37a6b4e77c64859a"
+
+[[files]]
+file = "config/alexsmobs/catfish_spawns.json"
+hash = "3c097d29c1f74807815d4c13e3586a76528ac3c104670ce95852bd3b62f9e16e"
+
+[[files]]
+file = "config/alexsmobs/cave_centipede_spawns.json"
+hash = "97a67afb52f1398f2c55e2a74001e5b893394e28d3f0eb00695f049bdd19f204"
+
+[[files]]
+file = "config/alexsmobs/cockroach_spawns.json"
+hash = "97a67afb52f1398f2c55e2a74001e5b893394e28d3f0eb00695f049bdd19f204"
+
+[[files]]
+file = "config/alexsmobs/comb_jelly_spawns.json"
+hash = "7c7a4a77b83845f52a29a301c186778bcd383437506b8fa28e7fc8f2b2363910"
+
+[[files]]
+file = "config/alexsmobs/cosmaw_spawns.json"
+hash = "8e1d05a9b4ab8b923ff4951ef391665f3bdd218d943152f6f1f57509786bc0f7"
+
+[[files]]
+file = "config/alexsmobs/cosmic_cod_spawns.json"
+hash = "aed14e990ed38ee78214b1ea4a15e06bca1b8d098e1e440596be9ab14e4403b8"
+
+[[files]]
+file = "config/alexsmobs/crimson_mosquito_spawns.json"
+hash = "a9a450e110619f387cfdda5279fd3919e2442b59762c09522a505dba7d88001f"
+
+[[files]]
+file = "config/alexsmobs/crocodile_spawns.json"
+hash = "a73d36d1b5dd75eb20f6143193b991e942f4ef4cef725835b66ec01197d7074f"
+
+[[files]]
+file = "config/alexsmobs/crow_spawns.json"
+hash = "cace87b5d504be10d1fff107ad14349066ae1c39d5200a7a29bdd5476167d9b8"
+
+[[files]]
+file = "config/alexsmobs/devils_hole_pupfish_spawns.json"
+hash = "e7855fa7d73f4d3af77f47ddd70b4fcbab7862302d004b4ddae9dddc75c4e402"
+
+[[files]]
+file = "config/alexsmobs/dropbear_spawns.json"
+hash = "ddfc26544311c74ae6bb8d491d31c8ef4b4377b4148ca23ed48ba7544d8a6229"
+
+[[files]]
+file = "config/alexsmobs/elephant_spawns.json"
+hash = "cac271d780a6ed65db7b22e6944b6d456805d72b309865d6293ad6aa4f60c3e2"
+
+[[files]]
+file = "config/alexsmobs/emu_spawns.json"
+hash = "70e30e058709266e665eb6642df126eeee744d05e63d77344501e78cb4a37851"
+
+[[files]]
+file = "config/alexsmobs/endergrade_spawns.json"
+hash = "ca6e68bd3e74eb9cedcdbae4c82f594c4e85bdd54e1d0e35344a3febb9672980"
+
+[[files]]
+file = "config/alexsmobs/enderiophage_spawns.json"
+hash = "846748f4f352dead7fae39221d653713b7cbd775eaf10f80e0dea86f4e9ccb9a"
+
+[[files]]
+file = "config/alexsmobs/farseer.json"
+hash = "ca6e68bd3e74eb9cedcdbae4c82f594c4e85bdd54e1d0e35344a3febb9672980"
+
+[[files]]
+file = "config/alexsmobs/flutter_spawns.json"
+hash = "f729be2a0bc7bccc88cde40464f990d6074bfcf52a0d1d6719d8ebcd63c496ff"
+
+[[files]]
+file = "config/alexsmobs/fly_spawns.json"
+hash = "e7855fa7d73f4d3af77f47ddd70b4fcbab7862302d004b4ddae9dddc75c4e402"
+
+[[files]]
+file = "config/alexsmobs/flying_fish_spawns.json"
+hash = "69904b309696b6081cdec1ea87bdb62f84886cf6dac600a8bca231860c3a3f2f"
+
+[[files]]
+file = "config/alexsmobs/frilled_shark_spawns.json"
+hash = "7e7b175c33aed22c3d2cd31e215c6243e3790b07a3664b42d130a8f3b897489f"
+
+[[files]]
+file = "config/alexsmobs/froststalker_spawns.json"
+hash = "2cc43cdc9df3b20cc2eeb75a3c11736558f544571640607d08dec5c0a939c02d"
+
+[[files]]
+file = "config/alexsmobs/gazelle_spawns.json"
+hash = "17a5c3263942410596f91fb0aece138e5115bfabfa2a5913a63406fcb64b42d0"
+
+[[files]]
+file = "config/alexsmobs/gelada_monkey_spawns.json"
+hash = "cdd0380bfa9b754856150966a042f807ac48d2f9409f4f2b543be19e87f4c41f"
+
+[[files]]
+file = "config/alexsmobs/giant_squid_spawns.json"
+hash = "7e7b175c33aed22c3d2cd31e215c6243e3790b07a3664b42d130a8f3b897489f"
+
+[[files]]
+file = "config/alexsmobs/gorilla_spawns.json"
+hash = "8c90151f66a632b01e7b8f6998f72618720aae5362c1df0bdd7fefdb13cc20c8"
+
+[[files]]
+file = "config/alexsmobs/grizzly_bear_spawns.json"
+hash = "7d1f784ab378e1e851e73dbb6f81866420c1328d25f754546d82c417bf304644"
+
+[[files]]
+file = "config/alexsmobs/guster_spawns.json"
+hash = "dd2e59bb9a49f3b4a98c9396e99599b50e850458ebd34d2105abc6e221b903c7"
+
+[[files]]
+file = "config/alexsmobs/hammerhead_shark_spawns.json"
+hash = "a5eeb1a3843a12ef4fde1d8a3a5f13161034457c0901d3f938aa71a20e6712f3"
+
+[[files]]
+file = "config/alexsmobs/hummingbird_spawns.json"
+hash = "6aa305d47ca32364d445c04c8a20da36a7ccef97955c27e834d4114604d2785d"
+
+[[files]]
+file = "config/alexsmobs/jerboa_spawns.json"
+hash = "c4b2ef89d9ad5c4dffcebb51209837da430b166c5767c1a38d90911c4445b124"
+
+[[files]]
+file = "config/alexsmobs/kangaroo_spawns.json"
+hash = "70e30e058709266e665eb6642df126eeee744d05e63d77344501e78cb4a37851"
+
+[[files]]
+file = "config/alexsmobs/komodo_dragon_spawns.json"
+hash = "695a3eb4d61a8208cc634871c237b0e6efc980ac668793f4686848e32cda0907"
+
+[[files]]
+file = "config/alexsmobs/laviathan_spawns.json"
+hash = "07d0215377f12f1299ec46b6277426c3cf957aa1d310c97fa943cdf5ace8d260"
+
+[[files]]
+file = "config/alexsmobs/leafcutter_anthill_spawns.json"
+hash = "f65e31155b2f2e033bed66dc5ec2ce7f6962be3389369ff800b69dfdecb5d990"
+
+[[files]]
+file = "config/alexsmobs/lobster_spawns.json"
+hash = "bb0c918e8dbd4d003417a1bcabb38b8433d1f9be95fe6f8feef95d30616b49a7"
+
+[[files]]
+file = "config/alexsmobs/maned_wolf_spawns.json"
+hash = "8483d96341369b430ff2ebfebd7562b0c58c40b96be541cc88189fc696606a0d"
+
+[[files]]
+file = "config/alexsmobs/mantis_shrimp_spawns.json"
+hash = "4f6099fe4d9f99530f9f0f9bae7e55c0713506efdc47da69d227ae62137647e4"
+
+[[files]]
+file = "config/alexsmobs/mimic_octopus_spawns.json"
+hash = "9c68a433ab6f75ff9e8d46868480158e4c1f46949779cb0b0d973f7759dbfc2d"
+
+[[files]]
+file = "config/alexsmobs/mimicube_spawns.json"
+hash = "ca6e68bd3e74eb9cedcdbae4c82f594c4e85bdd54e1d0e35344a3febb9672980"
+
+[[files]]
+file = "config/alexsmobs/moose_spawns.json"
+hash = "abac051da2458ec848604b66a6d7889f7c715060bb9706c1d1822155127d096c"
+
+[[files]]
+file = "config/alexsmobs/mudskipper_spawns.json"
+hash = "542cca079ae671a6d928737b622b205deebfe2aed5864a01b5048f501aec2753"
+
+[[files]]
+file = "config/alexsmobs/mungus_spawns.json"
+hash = "5d5a9d2039b6df546b788f62cb376cc29312a7115a5553541652aad7259436a6"
+
+[[files]]
+file = "config/alexsmobs/murmur.json"
+hash = "97a67afb52f1398f2c55e2a74001e5b893394e28d3f0eb00695f049bdd19f204"
+
+[[files]]
+file = "config/alexsmobs/orca_spawns.json"
+hash = "2e62ae273c3488a294068e5ed737dbf08791f4758cd3659308824d7bf4ece377"
+
+[[files]]
+file = "config/alexsmobs/platypus_spawns.json"
+hash = "b96f9e44f59f54b67460784fb1fdfa06d053f9ca9abb4fc3b04f222fd65ee958"
+
+[[files]]
+file = "config/alexsmobs/potoo_spawns.json"
+hash = "59c5832a40ef0e7212a4d499862f931a5dfcd3ff6d68598153f1274191b0939d"
+
+[[files]]
+file = "config/alexsmobs/raccoon_spawns.json"
+hash = "2f353aa8720d03fbdef9d9e4932ecc4435b7923bbc72191fab6f46acb66d3a12"
+
+[[files]]
+file = "config/alexsmobs/rain_frog_spawns.json"
+hash = "c4b2ef89d9ad5c4dffcebb51209837da430b166c5767c1a38d90911c4445b124"
+
+[[files]]
+file = "config/alexsmobs/rattlesnake_spawns.json"
+hash = "b8662bb3de9e2e5cc4af3773700fe6446c389980a80f6350f99d51f3fa2cef39"
+
+[[files]]
+file = "config/alexsmobs/rhinoceros_spawns.json"
+hash = "17a5c3263942410596f91fb0aece138e5115bfabfa2a5913a63406fcb64b42d0"
+
+[[files]]
+file = "config/alexsmobs/roadrunner_spawns.json"
+hash = "b8662bb3de9e2e5cc4af3773700fe6446c389980a80f6350f99d51f3fa2cef39"
+
+[[files]]
+file = "config/alexsmobs/rocky_roller_spawns.json"
+hash = "f326ca2a7f5c040fd619f68ebbb45753717bca6ce8332bfa633f7af7fa50c0a3"
+
+[[files]]
+file = "config/alexsmobs/seagull_spawns.json"
+hash = "4dca182ebef46ea0076b8e8066add18f69527cf2f81da83e77e0409127c92dc4"
+
+[[files]]
+file = "config/alexsmobs/seal_spawns.json"
+hash = "ef706c1e2ba0b9356523f8aeb3679303ab98d85c9b761d0e55962e930be4d8e6"
+
+[[files]]
+file = "config/alexsmobs/shoebill_spawns.json"
+hash = "0d8683c0a1b8176d4e89f88c4f3b1e6fbf6b269781497a190749904c7323eeec"
+
+[[files]]
+file = "config/alexsmobs/skelewag_spawns.json"
+hash = "6b9df578978e650e5c89ac795babb359f906fe6eca2e7dbfc9758d0c7d39f956"
+
+[[files]]
+file = "config/alexsmobs/skreecher.json"
+hash = "b287b6c17a75be79c9711f2ec0d1f289d7a67eb260c3d693def993c2fbb064ff"
+
+[[files]]
+file = "config/alexsmobs/skunk_spawns.json"
+hash = "01cc2eb4d92ba30b7301b9325a353cd96c5c7ff263c348795bfb34698cf8f11b"
+
+[[files]]
+file = "config/alexsmobs/snow_leopard_spawns.json"
+hash = "fdf546af7c7ff2307d0862c0802450eef1e99554af3a340e7a6af69fa5785ea5"
+
+[[files]]
+file = "config/alexsmobs/soul_vulture_spawns.json"
+hash = "1d31a209011d02c4cb98a047fab3aba42f50a4b45a82c54361f17242d603d6be"
+
+[[files]]
+file = "config/alexsmobs/spectre_spawns.json"
+hash = "ca6e68bd3e74eb9cedcdbae4c82f594c4e85bdd54e1d0e35344a3febb9672980"
+
+[[files]]
+file = "config/alexsmobs/straddler_spawns.json"
+hash = "1c658a4dd2b531486bc329f5f399332a7ac2b5077cd5948aa88e172fa7bd2308"
+
+[[files]]
+file = "config/alexsmobs/stradpole_spawns.json"
+hash = "1c658a4dd2b531486bc329f5f399332a7ac2b5077cd5948aa88e172fa7bd2308"
+
+[[files]]
+file = "config/alexsmobs/sugar_glider_spawns.json"
+hash = "cec5208e2e9f12aa8ce13d0f6d34a18500a77d143441c9b511df21c623fe368f"
+
+[[files]]
+file = "config/alexsmobs/sunbird_spawns.json"
+hash = "7b82ff39e191bd213cd8ecf06ff9a78c4658e6f6b9d8b48a4fcc4017e7268cb5"
+
+[[files]]
+file = "config/alexsmobs/tarantula_hawk_spawns.json"
+hash = "c4b2ef89d9ad5c4dffcebb51209837da430b166c5767c1a38d90911c4445b124"
+
+[[files]]
+file = "config/alexsmobs/tasmanian_devil_spawns.json"
+hash = "40c769365424d492a4c17700bb8cfac4c8ce7fac2bc16728f0c4287e3a043130"
+
+[[files]]
+file = "config/alexsmobs/terrapin_spawns.json"
+hash = "b96f9e44f59f54b67460784fb1fdfa06d053f9ca9abb4fc3b04f222fd65ee958"
+
+[[files]]
+file = "config/alexsmobs/tiger_spawns.json"
+hash = "f88fc1b519759fe41347afca59030619365e173c577e8c1adfcb88777078d066"
+
+[[files]]
+file = "config/alexsmobs/toucan_spawns.json"
+hash = "f65e31155b2f2e033bed66dc5ec2ce7f6962be3389369ff800b69dfdecb5d990"
+
+[[files]]
+file = "config/alexsmobs/triops_spawns.json"
+hash = "c4b2ef89d9ad5c4dffcebb51209837da430b166c5767c1a38d90911c4445b124"
+
+[[files]]
+file = "config/alexsmobs/tusklin_spawns.json"
+hash = "9ab4772704660c679ea30dff2db2c1272843e00675e2a7e610adcc6486120c3c"
+
+[[files]]
+file = "config/alexsmobs/underminer.json"
+hash = "97a67afb52f1398f2c55e2a74001e5b893394e28d3f0eb00695f049bdd19f204"
+
+[[files]]
+file = "config/alexsmobs/void_worm_spawns.json"
+hash = "6712a2d6165ed52b7d251a8fc4cbfb6c1f834210a8bda82b55440402fd2d3273"
+
+[[files]]
+file = "config/alexsmobs/warped_mosco_spawns.json"
+hash = "6712a2d6165ed52b7d251a8fc4cbfb6c1f834210a8bda82b55440402fd2d3273"
+
+[[files]]
+file = "config/alexsmobs/warped_toad_spawns.json"
+hash = "72126b26d7f3ae03b80df97dd103e0cec87d10829e86ac8b08da23abc7b318d8"
+
+[[files]]
+file = "config/ambientsounds-client.json"
+hash = "bc019f74845a9bfe27e86e6cc119afe1d9c1c953c56a464e105cca9e736ad496"
+
+[[files]]
+file = "config/anti_mob_farm-common.toml"
+hash = "fe1b2167bd5ed18066717935830bc2e96ec0daf9ad457947f921b1c194622e80"
+
+[[files]]
+file = "config/appleskin-client.toml"
+hash = "b477c8c493b28366a6b282f29f46c9415e3a4a2a23fff6e09331644c435dfd48"
+
+[[files]]
+file = "config/aquaculture-common.toml"
+hash = "ba8f83a21789a7d360fc90a43804153385929c4e3d931a600a8bd94714f24c6c"
+
+[[files]]
+file = "config/attributefix.json"
+hash = "3c948998c98081131aff943e81afae0c388e43ebc24da604a777b4b288e350e2"
+
+[[files]]
+file = "config/axesareweapons.json5"
+hash = "e43ff3dc42c2b95173b5df02cdd2bcc09730674fffd1ab4452148557223d01d4"
+
+[[files]]
+file = "config/balm-common.toml"
+hash = "2e83e8a8f8e120214aeb50f55eb08f26c53b90e841c1949a9b7ca400f6c34088"
+
+[[files]]
+file = "config/bcc-common.toml"
+hash = "1427f81a80fb442d23ffd658a45be20c866a44aa74d6e50d39e8ec7a076d7baa"
+
+[[files]]
+file = "config/beautifiedchatclient.json5"
+hash = "b1fac94a26c6172451839e3d264243bfda5becfd7164ebc18be3c708e2fd29f5"
+
+[[files]]
+file = "config/betteradvancements-client.toml"
+hash = "dca32539bd98dd1ac4ef4c0db8b11ca3627518f84dfe51850283cc89c0e24350"
+
+[[files]]
+file = "config/betteranimationscollection-client.toml"
+hash = "b697f9a6af47faf4e8b0af883d2f2cd6ddfac649e54047fa0c6bdaab6b7aaf7b"
+
+[[files]]
+file = "config/betterchunkloading.json"
+hash = "92f5f667fec05714220bd443804bffdc2763e6b7378638389b2242334728dfec"
+
+[[files]]
+file = "config/bettercombat/client.json5"
+hash = "e8064b014f9e01c27b63877f98410dd166f79b562aabb0d8fc365aeef2616902"
+
+[[files]]
+file = "config/bettercombat/fallback_compatibility.json"
+hash = "aa5407e3bfd05d17cbcd4d265efde67f29b2e4f29f122979daa813bdea19b28e"
+
+[[files]]
+file = "config/bettercombat/server.json5"
+hash = "fa50ab44cfbb00180400e1fe5c311ebefa0137446f222155fd98aed6ba8adf9b"
+
+[[files]]
+file = "config/betterdeserttemples-forge-1_20.toml"
+hash = "ee648242e301a55004cf2796dbf7d31ba1e46765ad07dd45c12053bbb4f4d387"
+
+[[files]]
+file = "config/betterdeserttemples/README.txt"
+hash = "3646bc39be8c42a1432506e77721f3b963d33948d4bbd4cd5a10703834979116"
+
+[[files]]
+file = "config/betterdeserttemples/forge-1_20/README.txt"
+hash = "80ba474fdd1912739a1dc3326de6539ccfceb9d5c97f540131b567e295a7b112"
+
+[[files]]
+file = "config/betterdeserttemples/forge-1_20/armorstands.json"
+hash = "5fda4b02498f0665371dfdafc8e88b206986792346e3781e63eafd597079c90d"
+
+[[files]]
+file = "config/betterdeserttemples/forge-1_20/itemframes.json"
+hash = "4db97d832613e7e02475b345968c5ab1371c6e0801c6ba937e70ac0f3d653dee"
+
+[[files]]
+file = "config/betterdungeons-forge-1_20.toml"
+hash = "946ce267d09bcedf40defb277de8b64ee72b37118230d47b20eabf55aa32f91a"
+
+[[files]]
+file = "config/betterfortresses-forge-1_20.toml"
+hash = "d7ad821ff76f0abe305017abe4f3e4aaf7acc6870bc66983eb140cf283ed0b95"
+
+[[files]]
+file = "config/betterfortresses/README.txt"
+hash = "70c4264947f42dd780d476f3d36966c2d01c23d6f089d98c317f8a820e4040ee"
+
+[[files]]
+file = "config/betterfortresses/forge-1_20/README.txt"
+hash = "1175dbf9cd2e7c91b1c852a51e3c0203c68484917e877465b283e2370ad62864"
+
+[[files]]
+file = "config/betterfortresses/forge-1_20/itemframes.json"
+hash = "1dfa90ddd4315813d49f8e75a1051b07156980ca5a96f4d4915e9659ec98d974"
+
+[[files]]
+file = "config/betterjungletemples-forge-1_20.toml"
+hash = "1e558a006956669d6ab8dc9941eba2050365516c46f7008b3a9ee7b49764e273"
+
+[[files]]
+file = "config/bettermineshafts-forge-1_20.toml"
+hash = "016afc8af06af822bdaa07681699b3c068ec26274116b30b359d5ff03ef9ce11"
+
+[[files]]
+file = "config/betteroceanmonuments-forge-1_20.toml"
+hash = "a3789bfdf19c068ae046d382d7fd627f31ecda4a91ecadef888ff91ea6b8ceb6"
+
+[[files]]
+file = "config/betterpingdisplay-client.toml"
+hash = "164836730c41628abbd6a1cdc3724c3766d8204d57caa18ec31d1f90472d9326"
+
+[[files]]
+file = "config/betterstrongholds-forge-1_20.toml"
+hash = "2e9c9d71e1f2ebcc7065fa6bb09f9b3b97e4cf0bb78067182faf56d1fc14886d"
+
+[[files]]
+file = "config/betterstrongholds/README.txt"
+hash = "13c5f6bd52bf778533a100453d8b295802f923109e0a2951446a00674113700b"
+
+[[files]]
+file = "config/betterstrongholds/forge-1_20/README.txt"
+hash = "5aad271e60a03218eb5207dd78df8d1d36c676f212bf823701e33646010d2f19"
+
+[[files]]
+file = "config/betterstrongholds/forge-1_20/armorstands.json"
+hash = "e959633be88240b008bc92ac3c0ba9fcb3dc737cdce082d4689c28bd407b32a1"
+
+[[files]]
+file = "config/betterstrongholds/forge-1_20/itemframes.json"
+hash = "e2c78ce116ab1b8dd3412d22d69e3e86a660261cb7378ccfecbcc611dc79e287"
+
+[[files]]
+file = "config/betterstrongholds/forge-1_20/ores.json"
+hash = "930bc6ca849b1222bfabf029c29343c156980204702a34003ff3dac6d4119dc7"
+
+[[files]]
+file = "config/betterstrongholds/forge-1_20/rareblocks.json"
+hash = "9ddc626d65c34343128e5d5faa50931e11bd0c45324f77888c4a47424ec92a8f"
+
+[[files]]
+file = "config/betterthirdperson-common.toml"
+hash = "3843f47cb52faddf9bc4d8dd08a4d7e30061e671128d99412ca6a6c27bd1485b"
+
+[[files]]
+file = "config/bettertridents-common.toml"
+hash = "391c5a5beff2f99471c7166741bcb595ecb8b49b438305a4d2a329fa24d0a078"
+
+[[files]]
+file = "config/bettertridents-server.toml"
+hash = "d3fe5821b645b5bbcdcfd9bbcdd1555851894b5ccd7c4655aaa8cb339cb4270c"
+
+[[files]]
+file = "config/betterwitchhuts-forge-1_20.toml"
+hash = "a053c7647937df86a050d1d2d5e2e42dae07b96af4a1e799c5c917e28456b15d"
+
+[[files]]
+file = "config/biomespawnpoint/spawnbiomes.txt"
+hash = "939351fa494c2783006bd770921a101c6e4cabefb601fbea8fbfbcc519d9b32e"
+
+[[files]]
+file = "config/blue_skies-client.toml"
+hash = "d32b06c31421f969e6add4d4dff2bf2443a42a11125a02410d29f4c90073f6ff"
+
+[[files]]
+file = "config/blue_skies-common.toml"
+hash = "be54862b5d1c373cb615db785b10a3acb24ead3b05beff29aa98aa2489a5989e"
+
+[[files]]
+file = "config/bountiful/bountiful.json"
+hash = "d9d47ef737d069382da1d2bb2b16d52a0f27401fd5c0992a62b7e601b0e0eeea"
+
+[[files]]
+file = "config/bwncr-common.toml"
+hash = "b758120a06d5baa142e34cca95de36088b47ac0663e2543dc9023789b59e418e"
+
+[[files]]
+file = "config/canary.properties"
+hash = "de6473567e50a1ed4817009da67551e613a5f2d773269725b8abb65fb209e2a8"
+
+[[files]]
+file = "config/chat_heads.json5"
+hash = "53f1eec25e4b4457fce81b1349f18ca44b2dcd3a47092a609b4a0db02362f008"
+
+[[files]]
+file = "config/chatcolours-client.toml"
+hash = "090090c8ae7a673321ba9270687936cacc6186df873b1987fa500f007c304390"
+
+[[files]]
+file = "config/chimes-client.toml"
+hash = "8b83e415a7e504f06c79a8c1c8f63d479e16019935beef46e4864fb5cf4ba1ba"
+
+[[files]]
+file = "config/chimes-common.toml"
+hash = "c4093536d06ebf10b96ce5a40deb0801bca9678cd89a8d9342a8d93f762b7761"
+
+[[files]]
+file = "config/chococraft-4-breeding.json"
+hash = "859ba56a5f3e8a3bb3a536a1856ac8c993e69bd212814ebeb444bd828d6282a8"
+
+[[files]]
+file = "config/chococraft-common.toml"
+hash = "a106b6712170d3225c3ae3c7cc4f3bd41e237de1281e06a33c98722ef1eb50f1"
+
+[[files]]
+file = "config/chunkloaders-common.toml"
+hash = "32d00ef84a71f82450eb463bdb0c7f977d6fadda7acd631023cfd3479c90439b"
+
+[[files]]
+file = "config/chunksending.json"
+hash = "e589c5988aa0f23e08400df47ef156a61eea1978f2161ba014da278c28a60ac7"
+
+[[files]]
+file = "config/citadel-common.toml"
+hash = "ef7eebbb55b0c01934bba81d835b70d85b652c56c4ef4c0c360c94999f233bb5"
+
+[[files]]
+file = "config/clickadv.json"
+hash = "866158b110490b25e3e29ef10543296316a78e16dd25870c03a660affe67020e"
+
+[[files]]
+file = "config/collective.json5"
+hash = "600046b205e20aa3a2ff5af8a66a202c00a97b1c27a6c0675211dbe11d4c0b5f"
+
+[[files]]
+file = "config/combatroll/client.json5"
+hash = "f832a5b37f5dcac757575a358c62674def17ebef12780a175e869a8ca872921e"
+
+[[files]]
+file = "config/combatroll/enchantments.json"
+hash = "b807ca9ebe5ca5e45c8367b08cb97a08aa73181b66da4ab7c9f92e02200ca01e"
+
+[[files]]
+file = "config/combatroll/hud_config.json"
+hash = "dd256182183eda6d42d798798371b748908d54658805ca2b1886bae27c7b4d4c"
+
+[[files]]
+file = "config/combatroll/server.json5"
+hash = "a91b7cb58f4fd05209c444cd5a1e1777ffed322d60094750aa2f10f95c406bf9"
+
+[[files]]
+file = "config/comforts-server.toml"
+hash = "e5ccb95513c64cf71bd84023adeff3e5073d1ecd4db31c91025d24ce5f3605f3"
+
+[[files]]
+file = "config/configured-client.toml"
+hash = "0b2537ac36e57824caf66e589bb532f0801b99d02ac08545739af3709bf84e10"
+
+[[files]]
+file = "config/connectivity.json"
+hash = "d1f6a792a03e4b2ccec19ba00098db7d4c47fa3f3888b534cba2247a045cfd64"
+
+[[files]]
+file = "config/cookingforblockheads-common.toml"
+hash = "c4e88abc346f2e4f466726c1ab1aa2b6d1aa70fd99e8ba64e1de9ca8273d7d4e"
+
+[[files]]
+file = "config/corn_delight-common.toml"
+hash = "33c2b4ce58f3ed2bfc15da47242e9e9753e4f119a2bde101f7b97cf14bface5a"
+
+[[files]]
+file = "config/cosmeticarmorreworked-client.toml"
+hash = "1f09257bc11babe19b5e78bce02ed7dcade4efab2a9353008bacb96ddd6bd75f"
+
+[[files]]
+file = "config/cosmeticarmorreworked-common.toml"
+hash = "500ac544c36cb2896c9d1d5bfff9ba24e3ebb29872de35f232c2764a63475ce8"
+
+[[files]]
+file = "config/crabbersdelight-common.toml"
+hash = "6c1ab8b72c12bf8d9fd006c8c9bcb27fa2d655b0431463b717f365abdd723079"
+
+[[files]]
+file = "config/craftingtweaks-common.toml"
+hash = "a2f3940fbd0583446912f67761d1c5be8ea734c78bff1db54c7c5b53cd5576ed"
+
+[[files]]
+file = "config/craftpresence.json"
+hash = "b72e61bb4a949b3bfb3096578398bc40c2fd8564c4750af05c21f17a93aa65dc"
+
+[[files]]
+file = "config/create-client.toml"
+hash = "667b50af91a4312360fac0502a25f9497e745e3e321b297ed4efb6e257e81db4"
+
+[[files]]
+file = "config/create-common.toml"
+hash = "36a4d9f5da68f6801b83ce0c4a1a8805fbeffb0dd997f2d405465d7774522296"
+
+[[files]]
+file = "config/createaddition-common.toml"
+hash = "7cf3f6b8d301e1a19bd5db04c25ad82e9a8e521e22c2727cdc99ef6761f139b8"
+
+[[files]]
+file = "config/createdieselgenerators-client.toml"
+hash = "517f456eab2ca28cfcd471b2fefb23641301a3bbf49fc5c4a9111914166aea93"
+
+[[files]]
+file = "config/creeperoverhaul.jsonc"
+hash = "9d870b28f9a1479f952f258f7f01aebceb17fdc78c23014469c8ac055fad9bbb"
+
+[[files]]
+file = "config/cuisinedelight-client.toml"
+hash = "72150aee6017702c726a08d499724f79ace1263047e65c97514847f6f8a9a394"
+
+[[files]]
+file = "config/cuisinedelight-common.toml"
+hash = "82eba378e3a3e65f6f4ab038a04832720014e68fde8f31e9ea07167e9bc9158d"
+
+[[files]]
+file = "config/cupboard.json"
+hash = "42bbabc1f3eacb0e7ac159aeb9fa8ca5b72a3bdc1de008ee8e65a632b23d8fe0"
+
+[[files]]
+file = "config/curios-client.toml"
+hash = "9c0985b85e67e704a3640d028186dc0b220fa69404b9555244add55eaf5d4794"
+
+[[files]]
+file = "config/damagevignette-client.toml"
+hash = "ff2a1ae48eb249cf15c5651dff0c0c48276d3f75c185fdf2c30451732e0e4194"
+
+[[files]]
+file = "config/deathbackup.json5"
+hash = "e96cb6bacbddf60b7912a750140818c7bf675a13c9bc8cc14b43cb059c38a0e8"
+
+[[files]]
+file = "config/defaultoptions-common.toml"
+hash = "3c6307abe209aeab5c7ae65e011e1460d59826bde479b284c297f876cbb07355"
+
+[[files]]
+file = "config/defaultoptions/extra/options_defaults.txt"
+hash = "d8c5001c6391c339beb5a23f5a5c2714370e23f3eda28c3e74096b3cea7c9c00"
+
+[[files]]
+file = "config/defaultoptions/keybindings.txt"
+hash = "ed4804f6edc6bd1fc5553f0677f8c68ed0ca7b301e4d0261176594f61a068c13"
+
+[[files]]
+file = "config/defaultoptions/options.txt"
+hash = "f2bdaa44da21778f35624bc7f9f5e7a3368b6e973839e89f8aa81b6688df67ad"
+
+[[files]]
+file = "config/defaultoptions/options_defaults.txt"
+hash = "5ae06c5bfaf60e09e69907635e3baed9c7a78ce34496e066014b44cc8088ccd3"
+
+[[files]]
+file = "config/defaultoptions/readme.txt"
+hash = "043e2e9b5a32851aa31f90f59493c36bc97cf9d370c8296c27da6a095a96400b"
+
+[[files]]
+file = "config/defaultoptions/servers.dat"
+hash = "397de6cda48b9391f6fd20e7d5358943f4a1cd479a912b2102e949bc7b3e8a95"
+
+[[files]]
+file = "config/disenchanting.toml"
+hash = "9321886f31efcb0072daf55328d38f878cbef953d6cd7ef3138928ef07853670"
+
+[[files]]
+file = "config/doggytalents-client.toml"
+hash = "e3a53a51036457f8a4fe65cd53aa4ab7e25d31cff0917410f0cfa7e239aec932"
+
+[[files]]
+file = "config/doubledoors.json5"
+hash = "9f07b3f5a3a7286bbe6d940517134fd4512b16c5e4de1b262de58566f1c5f3e4"
+
+[[files]]
+file = "config/drippyloadingscreen/backgrounds/background.png"
+hash = "bc60f2b4d433fed0544dd2809149ad5c7adf3612613a305a0730a72207639748"
+
+[[files]]
+file = "config/drippyloadingscreen/config.cfg"
+hash = "9048ef7ea3f91756e522d6976c02229fc8a797bb4d266f329160e994d0978388"
+
+[[files]]
+file = "config/dummmmmmy-client.toml"
+hash = "a3d9b88a914f6a4d66d60aad6001909b817a21c5e7fcc154c7392ae5c052dab4"
+
+[[files]]
+file = "config/dummmmmmy-common.toml"
+hash = "9cf368d0241b80238b72559e86f76ab53f9a33a1b7d11c43b087764479f13541"
+
+[[files]]
+file = "config/easy_npc/easy_npc-common.toml"
+hash = "1d43cd2f2c10c85098e1955c99647b5548c80278256eae9c0a887960340b50e8"
+
+[[files]]
+file = "config/easy_npc/skin/ALLAY/allay_example.png"
+hash = "5851df322e03f8c7d4ccd5875a7b8f38b692d6484cd9a8a34ca3ba2e51bcde1a"
+
+[[files]]
+file = "config/easy_npc/skin/FAIRY/fairy_example.png"
+hash = "db071fe581827f3a195df8344909bafb243cbf54c8931dc60a7785285946d1bb"
+
+[[files]]
+file = "config/easy_npc/skin/HUMANOID/humanoid_example.png"
+hash = "b96aee293379a6a60a0e862dc338eb6a14ea31929b4f78d9923eb6b60940106c"
+
+[[files]]
+file = "config/easy_npc/skin/HUMANOID_SLIM/humanoid_slim_example.png"
+hash = "1c194da6ebe3a991146b0ef04a6000451789887a62bf7ee2d8a49b50b4bec6dd"
+
+[[files]]
+file = "config/easy_npc/skin/ILLAGER/illager_example.png"
+hash = "d3a9f1a01c6b711bb3ca70f598f14f3cfde8017542a8a48f93f8489b514dc03c"
+
+[[files]]
+file = "config/easy_npc/skin/IRON_GOLEM/iron_golem_example.png"
+hash = "2fadcece746b8a921130968a567296e63d4dbdfd1282e21d71fbd278994a4fe6"
+
+[[files]]
+file = "config/easy_npc/skin/SKELETON/skeleton_example.png"
+hash = "aa91f44a9c36bea6c14537e4f73ab69a4b50d4406370577a7a0d63af4783a8c6"
+
+[[files]]
+file = "config/easy_npc/skin/VILLAGER/villager_example.png"
+hash = "ee42acf22b0f8df770510a77e1c0988af96bb4f24e3b82a32b3364be021c760c"
+
+[[files]]
+file = "config/easy_npc/skin/ZOMBIE/zombie_example.png"
+hash = "e9a38d8b1980d1390575658004f1a8274d57e5f14afaff9a2c7dc06315d01f54"
+
+[[files]]
+file = "config/easy_npc/skin/ZOMBIE_VILLAGER/zombie_villager_example.png"
+hash = "fdeea612041dc4c5137675bfb656ff570cad4b33fffa995746f1e56290614516"
+
+[[files]]
+file = "config/easymagic-client.toml"
+hash = "187085002566bc0ad0bd0262459f92716261ae66c3b96147096a5a4ef7a25abf"
+
+[[files]]
+file = "config/easymagic-server.toml"
+hash = "7dbf42819b121001c76e06c07994c363d316ce110f7b06dd032687f4099d5687"
+
+[[files]]
+file = "config/embeddium++.toml"
+hash = "ae6b279ac58bda7965428e29df125ddb9e5773ffc7e54683bfbc6604fab4cd56"
+
+[[files]]
+file = "config/embeddium-fingerprint.json"
+hash = "0389e710a15fae79f181d51769b5fc041308a1d97a574b921ea466fc78cc29d7"
+
+[[files]]
+file = "config/embeddium-mixins.properties"
+hash = "09ff183e061d93b79514bc171bf9118497578757e7a5c45946039487656e2619"
+
+[[files]]
+file = "config/embeddium-options.json"
+hash = "295c4e2ef78409b5289217404503313ac94bf71cc9f5768e459d2e7c56aa5476"
+
+[[files]]
+file = "config/emi.css"
+hash = "84651ab1d43b0fdec5047f1a83dad278c96cd84cfec4ecd0abbfe107408b161b"
+
+[[files]]
+file = "config/enchdesc.json"
+hash = "31c1f5099f0deb10946338897737b96384d681034367adef94bb380211fe91f3"
+
+[[files]]
+file = "config/enhancedai/Mobs/Break Anger/break_anger_config.json"
+hash = "1ef8dc64a4aead2829923f15a78907e94b33ffb70471416fac0b50c10b14165c"
+
+[[files]]
+file = "config/enhancedai/Mobs/Flee/custom_flee.json"
+hash = "4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945"
+
+[[files]]
+file = "config/enhancedai/Mobs/Targeting/custom_hostile.json"
+hash = "6fabcaf8c4f09e89598fba8de5330eac1cf92285cf2bc0b1a1cbefd0a6ec39d1"
+
+[[files]]
+file = "config/enhancedai/common.toml"
+hash = "d16b46fb1ede7e3fe614aa5a4e51ef401c9070c553c9e4d3cae916b6a9aad88b"
+
+[[files]]
+file = "config/entityculling.json"
+hash = "b8a87894038f8e3fed39687928119da41553ec72fafd3c6b98e39efb62ac6e7d"
+
+[[files]]
+file = "config/equipmentcompare-common.toml"
+hash = "d948df75200e0fb832303f0dac6175864ad3704d86912e863b835d8a36421968"
+
+[[files]]
+file = "config/explorerscompass-client.toml"
+hash = "eaaa7a0af68a2b00a557d5df97191c80c996042cc33cc53eccd14e78431bff28"
+
+[[files]]
+file = "config/explorerscompass-common.toml"
+hash = "1646a67e28d5353d25354d7242ab099d147897e8e0a6f7f99a4bf4c7ae224462"
+
+[[files]]
+file = "config/extradisks-common.toml"
+hash = "7d7d20feff914c8cdccdad2115a5688d804c2b2d354b0de5b4e817278baf5af1"
+
+[[files]]
+file = "config/fallingleaves-client.toml"
+hash = "f92ea4d81012a0bb173cef5049a80ca402988e3b6cfc55723c2f88361c030e5a"
+
+[[files]]
+file = "config/fancymenu/animations/mahj_1294853429_mainmenu/animation.properties"
+hash = "2714664c04e916b47d3c367b38094953c824cac71a68b726ac0a70c6fa4b69a1"
+
+[[files]]
+file = "config/fancymenu/animations/mahj_1294853429_mainmenu/audio/mainaudio.wav"
+hash = "18a54379ef441f158cb2a647ca6ec7d18cbd1a033bbae489cdfbb093e5217ce5"
+
+[[files]]
+file = "config/fancymenu/config.txt"
+hash = "f751aae59bfc4f7cb7682329b299ed8bb0fc2df3d8ac22875a85c3b215443ae0"
+
+[[files]]
+file = "config/fancymenu/customizablemenus.txt"
+hash = "4d159acd91992204011f73b75f1ef8acda870d06ef2c6d1028894dae6c5a0032"
+
+[[files]]
+file = "config/fancymenu/customization/ascension.txt"
+hash = "c0861ae85c5fed0f7f322508b81b3142d2ea2c9bf4ca49c74989d784450a9fef"
+
+[[files]]
+file = "config/fancymenu/customization/bestiary.txt"
+hash = "42920966a411426536e56a38cc70df344b8b6953e153fdc6ba92c55dce42ec69"
+
+[[files]]
+file = "config/fancymenu/customization/character-select.txt"
+hash = "6136f1c1505fcdeee1225172c3bd352530c5111af5785ec22c517add6ff5287e"
+
+[[files]]
+file = "config/fancymenu/customization/chatbox.txt"
+hash = "ad6bf87f71d49fe5ab2651c102c1ac29086270b3ba19f2d5ac6fc1fdb8f4bc93"
+
+[[files]]
+file = "config/fancymenu/customization/class-select.txt"
+hash = "7d7fd20d6bb079180289889a91a80747c1ab481443d652dd16260ee971388e6c"
+
+[[files]]
+file = "config/fancymenu/customization/creativetab.txt"
+hash = "0573604c8ea08ae63cf8fe97090d510fb0654ec9238cbe950395d48759398d79"
+
+[[files]]
+file = "config/fancymenu/customization/curios.txt"
+hash = "66d74db44e982c79e00789d6745b7b12622b97e6a2570cc50d1837463a8425b9"
+
+[[files]]
+file = "config/fancymenu/customization/ingamemenu.txt"
+hash = "ce3b2610d222bb9d4a1c11304e18a50a7dac707ad00bf26e3649623ab6ec0f03"
+
+[[files]]
+file = "config/fancymenu/customization/inventory.txt"
+hash = "28685e61aedd1e3f7662e16aff181df4fd23fc10fd0cb02c7220b3724ebb9abc"
+
+[[files]]
+file = "config/fancymenu/customization/jewel.txt"
+hash = "38e0c84f146eb1275b17ecd7dd2c6d8e9a32aa741c3e7fc0b94fc8280ed94594"
+
+[[files]]
+file = "config/fancymenu/customization/loading_screen.txt"
+hash = "84ebfeddba180a62020412bfab070a2fe896edf967a7432c661fd21d24f9fb98"
+
+[[files]]
+file = "config/fancymenu/customization/loadingscreen.txt"
+hash = "f8f629d802e545cf7e6be530978bfaa00f6e74e3915c8d09ad752e1b5db0f2bd"
+
+[[files]]
+file = "config/fancymenu/customization/menu.txt"
+hash = "3b2b52f9ea7be643ea9db27ba3de6f435284c18d65987fa5a68a567e5ac06f9e"
+
+[[files]]
+file = "config/fancymenu/customization/mine-slash-menu.txt"
+hash = "9aba9e05f30cc8d48f073d668c2b54fc8fb98d88f30c709af26344e441d2815f"
+
+[[files]]
+file = "config/fancymenu/customization/multiplayerselect.txt"
+hash = "19f396deec63d07298a3f25f126b5bc29afa55946ac67ccece29a2ad7f6f07b2"
+
+[[files]]
+file = "config/fancymenu/customization/optionsmenu.txt"
+hash = "f5ed9f75ab77237f22b493204b4aab4cf65d9b6325b61849ed39510c721bb5ed"
+
+[[files]]
+file = "config/fancymenu/customization/progress.txt"
+hash = "d53451d44f1f1026af11c1688b1eeb3de00562f8088f4e7f08053763be9f22ed"
+
+[[files]]
+file = "config/fancymenu/customization/receiving.txt"
+hash = "afae898d22abb013d4f6d214f2e371a37fd14f32ac27649fd87dad77c8e76624"
+
+[[files]]
+file = "config/fancymenu/customization/salvaging.txt"
+hash = "4ca4c27519ff1a76365265b1d0cbecedc3680f86e7b737d7f89421d8bb1c0739"
+
+[[files]]
+file = "config/fancymenu/customization/skill-gems.txt"
+hash = "c8fa8a075d2725099927a2b5dacb8e618d9959e7f3bddd3c0223977a3544f00d"
+
+[[files]]
+file = "config/fancymenu/customization/talent-tree.txt"
+hash = "5cc29276908d7c762ada2e59d34de9e18642ae574d395e564a943b58925240dd"
+
+[[files]]
+file = "config/fancymenu/customization/world-select.txt"
+hash = "7b3dbe2ed516bab9814652eb639a6b9372c4db1417d3690bb757f183ced49b0a"
+
+[[files]]
+file = "config/fancymenu/extensions/fmaudio/config.cfg"
+hash = "f3e260206c13bf58788b0572f453f95a3b7c67066dbf85f1a1118c1126d11d62"
+
+[[files]]
+file = "config/fancymenu/extensions/fmaudio/locals/en_us.local"
+hash = "d1a39200e583c953b6f56d972ffa0361fc5740e4f69809c22cf2e76486100396"
+
+[[files]]
+file = "config/fancymenu/images/akliz.png"
+hash = "735453cce9efd6657768c244d95a76193bfe4da02549da8726c803d51ca011a3"
+
+[[files]]
+file = "config/fancymenu/images/akliz_hover.png"
+hash = "afcb2677900c9a59006889f891a6b9dd7a0e75fc990942b36fddefde3640acd5"
+
+[[files]]
+file = "config/fancymenu/images/disc.png"
+hash = "4b229248f6e3ddc4768fe5d758ac70db0fc4d6766bf5896a1318d97f1a61d10a"
+
+[[files]]
+file = "config/fancymenu/images/disc_hover.png"
+hash = "9f75193143c3e86e62fa5f8eddb5c313fb9ba124fce77c60d6b469c761536171"
+
+[[files]]
+file = "config/fancymenu/images/extra_info_button.png"
+hash = "ddc0395cf46028274a38734d4c611d42791a5c5cf5b7e00e217d3304bcfd636f"
+
+[[files]]
+file = "config/fancymenu/images/frame.png"
+hash = "2ebc68f9dc0e8233021c0a80cc6b02c634b6b9aae2429f694400e6dd280ee9d8"
+
+[[files]]
+file = "config/fancymenu/images/jewel_info.png"
+hash = "088933f16803fb7ce64086bc3404e9055e35ff740cf383bfb287ae6e6e7965b4"
+
+[[files]]
+file = "config/fancymenu/images/leftright-hover.png"
+hash = "85ca0a89c4eab1a5efb75a910aac7eae27a06596aefff151df69b6c3627be49d"
+
+[[files]]
+file = "config/fancymenu/images/leftright.png"
+hash = "a7426d58590fff1917bcb441a73330bf866aba191f5a992ebc7a15d0e6a379d8"
+
+[[files]]
+file = "config/fancymenu/images/patreon.png"
+hash = "19636b70ed3b95bc23df4de5356aa51f6e8c7f7f7a1cc97df3aa743f26737ebe"
+
+[[files]]
+file = "config/fancymenu/images/patreon_hover.png"
+hash = "c1f4757904e2ddc5a52268a444edc8f3e60ea31b7a60264741728e7b399adca7"
+
+[[files]]
+file = "config/fancymenu/images/title.png"
+hash = "2ab24c1c11b16286a4305e2d68aa0550923fe6e7947ecfc30f73aa4c41aa4842"
+
+[[files]]
+file = "config/fancymenu/images/wiki.png"
+hash = "5cb3ba50b94e50fadab7b1e1f51b31bb935233b75705e4b8e9c8b4df18d6e654"
+
+[[files]]
+file = "config/fancymenu/images/wiki_hover.png"
+hash = "824e2e84fe4ee2d93f17faf3b55cf584b5e86e59a6e4fe784c4462d3cda8fe49"
+
+[[files]]
+file = "config/fancymenu/locals/de_de.local"
+hash = "13485f1d678322a328e798c34f1ff9f7f9c690464d1050e2e7c1ea02b0f49b61"
+
+[[files]]
+file = "config/fancymenu/locals/en_us.local"
+hash = "cef0b6b4ed124cb2e5f0f19de2bd86cc59e6f7426a58d6d74bbd3554727553d4"
+
+[[files]]
+file = "config/fancymenu/locals/pl_pl.local"
+hash = "66d4e9b270d4d92bffd85b13255def475d3ff6c865965deaa700be2ed1b08bc0"
+
+[[files]]
+file = "config/fancymenu/locals/pt_br.local"
+hash = "0b19fc1d8bd8c86435eb39886116aceb3b4554fa749561fc87be2df0157a134c"
+
+[[files]]
+file = "config/fancymenu/locals/ru_ru.local"
+hash = "2120cd2e1de7d8ec9ee8d18f24db70645e92042ba55ffbbc68403ecdc8a50fce"
+
+[[files]]
+file = "config/fancymenu/locals/uk_ua.local"
+hash = "c9a592ff8445f3d8d6a87a59df27e72a67b71afcf0fc03dad27a5ded2f94a780"
+
+[[files]]
+file = "config/fancymenu/locals/zh_cn.local"
+hash = "50cf30919fd2c7b11f6ce246425d657e3b93dfb919a0b6fe4730dc5d9fee0d2a"
+
+[[files]]
+file = "config/fancymenu/menu_identifiers.db"
+hash = "003a1c89846741e0eb9475089d4ed653896fd08e0b994667fae452b4ad894a72"
+
+[[files]]
+file = "config/fancymenu/minecraftwindow/icons/icon16x16.png"
+hash = "ce3ff248202964d4626318c33af0d3c4e55f7af626a9f67650b60d291a81525e"
+
+[[files]]
+file = "config/fancymenu/minecraftwindow/icons/icon32x32.png"
+hash = "0c112b911b9bc32cb098534c716b7528a5963bc560f0dbf862fa0ec8cba877ae"
+
+[[files]]
+file = "config/fancymenu/slideshows/LS/images/LS1.png"
+hash = "85a84ca88ba068cefbf5b7872176a18f97670dc0453514e8d6956d8eb5efa28a"
+
+[[files]]
+file = "config/fancymenu/slideshows/LS/images/LS2.png"
+hash = "475b1543a5ab4a6ef0f9dd5b2e9baf4df7b6be885fccd61debdfb05285c92ece"
+
+[[files]]
+file = "config/fancymenu/slideshows/LS/images/LS3.png"
+hash = "fb438b96b8dd9cefebf3d5b0e0e02c95d7265e15f14911fe9ca559d59b345600"
+
+[[files]]
+file = "config/fancymenu/slideshows/LS/images/LS4.png"
+hash = "5ccf172c4c2d730b6c2a230792d1d0df29b0ccedc3e6cbffb61ebc8ba271d3a4"
+
+[[files]]
+file = "config/fancymenu/slideshows/LS/properties.txt"
+hash = "bc73a5f056c8f4294b3ebdec5b53ff0ce19a3c907ff446638a69ee83391f4a54"
+
+[[files]]
+file = "config/fancymenu/slideshows/MM/images/MM.png"
+hash = "1b33ac33ea463e6dac30f0ad1590cc731cae31a3d75c256f57c5506d3ceec034"
+
+[[files]]
+file = "config/fancymenu/slideshows/MM/images/MM2.png"
+hash = "169ad6bef90a3695b4bcd8b1c0495e397199d43bfac86c9b5f27e65a56e27e6e"
+
+[[files]]
+file = "config/fancymenu/slideshows/MM/properties.txt"
+hash = "0d261fa0a11a25f6ec862fdb8dcb0b2d99766aa1084ac17afd40e4541a530051"
+
+[[files]]
+file = "config/fancymenu/sounds/wind-sound.ogg"
+hash = "7e03045084345a7b95fa24967096546c60038efac6d234f1deeb90271d295361"
+
+[[files]]
+file = "config/fancymenu/user_variables.db"
+hash = "d2d55a621e0ca0765db2ffc20084e053b090e9076516e83b88a65b57a6d33557"
+
+[[files]]
+file = "config/farmersdelight-client.toml"
+hash = "e5f8f5743c23e6c1e569070d720f91e66495e8da03550a0d37d9a07c6d543014"
+
+[[files]]
+file = "config/farmersdelight-common.toml"
+hash = "23dac8e8964b311ec6361b30dfb33db572a4bf13657c545bb1b618ffe7f896f1"
+
+[[files]]
+file = "config/farmingforblockheads-common.toml"
+hash = "67986d6c62393378305ad782cec0fbbb414570504ab816d4cb1bb08805e25086"
+
+[[files]]
+file = "config/farmingforblockheads/MarketRegistry.json"
+hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a"
+
+[[files]]
+file = "config/farsight.json"
+hash = "98a9f53e1e21247108a90e80b9cf4141fd7b432e219a262672ffedd5730afbab"
+
+[[files]]
+file = "config/fastbench.cfg"
+hash = "240a14e19d211945629e719c0df4ff6b537d26fcf58b514b7f7c731b3ad69183"
+
+[[files]]
+file = "config/fastpaintings-common.toml"
+hash = "4cce6e2bd5d9440c7a6f4618dc05eeb82cc2fc293afa892a3010efe21405ac79"
+
+[[files]]
+file = "config/fastsuite.cfg"
+hash = "6aa1b4c08dbcae1f893afd75d20ef640fcc5adde042b650b4ae1c2c8637d1555"
+
+[[files]]
+file = "config/ferritecore-mixin.toml"
+hash = "c164439c632aa7c95c07edec5cfef74b8e2d5671a8445a781deeb4de7ad0c8b6"
+
+[[files]]
+file = "config/findme.json"
+hash = "4e0913a2fef137b2ba6345a2ce3e6104fb0872efe194c5eb7cbb75782b933fc6"
+
+[[files]]
+file = "config/firstjoinmessage.json5"
+hash = "1979e9fee226938a1286335bfb40f36ef836ebad65c163f5dac8b0fe266904c3"
+
+[[files]]
+file = "config/firstperson.json"
+hash = "5bc4913e526bade1e3e7066b3e9c19d2880dc863de0d997e5430f8c8ab11be58"
+
+[[files]]
+file = "config/flan/flan_config.json"
+hash = "2d56ca3f0847ec292bc63421ed9a009becef5bcce9adc5b19dddd1969b149dd1"
+
+[[files]]
+file = "config/flan/lang/en_us.json"
+hash = "4c580f5d883a01a22c02346831f98b49f2b5e4112ced3de49daf0de7823c925f"
+
+[[files]]
+file = "config/flan/lang/zh_cn.json"
+hash = "79c314e9d1db318279a547d007db314e6d79766948ed8bbe26f6923efa945dc9"
+
+[[files]]
+file = "config/flywheel-client.toml"
+hash = "0d0e22785b8811b4010b7cf39f78fcfb25e31e70558176a52cb9e95ea9202c8f"
+
+[[files]]
+file = "config/fml.toml"
+hash = "0bc9ae95cfe44f8bd70e47c524f35441c9bc2aa8a09340fef933cc9b98bce29e"
+
+[[files]]
+file = "config/footprintparticle.json"
+hash = "acf4ddbc21f6088b979815ae7ec32cf8f18320866ba5b3bf528445dbcb7baa1f"
+
+[[files]]
+file = "config/forge-client.toml"
+hash = "7bc724152ad613fc492e7439074edeed178bc3405fc80a741add5ab562626684"
+
+[[files]]
+file = "config/friendlyfire.json"
+hash = "89e9a50d8867e90be9f0942cdd7c28b997eb0a6e3b4c9804e7e106f6bfbf1fc9"
+
+[[files]]
+file = "config/friendlygriefing-server.toml"
+hash = "d9c5fccace2860102794460d1352d828eaa8e24543de04244e38aa71871dfb75"
+
+[[files]]
+file = "config/friendsandfoes.json"
+hash = "ee0e95bc53a137e380f35ff0fb27b81ea72f57fe24548e443db4bf483cc6ba90"
+
+[[files]]
+file = "config/ftbquests/quests/chapter_groups.snbt"
+hash = "c3afe5e5fbe3610031770a3e2b7a63ab1fe16279bd5ea4687f34e57b1a142106"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/act_i.snbt"
+hash = "e8a8142181c09cc60946a915f8481c1bb5bd409aa70b5f8279006db7fbd62ca4"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/act_ii.snbt"
+hash = "c295bfcd1cdf5aacc639318772e25dedc99975cc429b5d68730c3e41ef5f588a"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/act_iii.snbt"
+hash = "e39d5b66979f7b04e614f155ba75a9d49e3fedc61c9f545b8946fcefb15c776d"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/act_iv.snbt"
+hash = "c601b30651d0cd7d48e8fe71226490389c73c096dcd76fb41c703ebc67c290a2"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/act_iv_2.snbt"
+hash = "2f32af3d5887cda440ebe7d76396ce8222aea7d9c0d6573ae48002718f6cd79b"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/campaign_talent_rewards.snbt"
+hash = "f4660c135b7ce58524420527b77783a8ab09a7d167f5b92dd02ca94a9aca0fe0"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/completionist.snbt"
+hash = "ba9b36d979894b06c504b5992a4fc5d0cb892f55d3d7b9d81b952c24b020d1fd"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/culinary_delights.snbt"
+hash = "e0ae25cfdf35e7f0d3cfba9b12655d284098edb7f1f907592de1ee39c803932d"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/decorations.snbt"
+hash = "27cb26e20218273c8bdf775d188d649a8e4f5b22d291ea33f5c761542efb6b64"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/exploration.snbt"
+hash = "025d13b9c26c37dc62c82ab9ad190e782476ac877e9f187ed93740c43c948d0b"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/fishing.snbt"
+hash = "21739948c9cb590a04fce528b50e9ada85fd4db6af4b6564a2ef6f1d1a7dca2c"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/gem_shop.snbt"
+hash = "fd6b62f2da960a0538c8e8628fa8b2aaa7c96e8fdbdf041c2c330f1aea3f626f"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/jolly_cooperation.snbt"
+hash = "0a27d5959de872139ae259b00b02946eb78c20ded70f0f284b4ac6493c195bfb"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/other_hobbies.snbt"
+hash = "fd8f0ea0b35617cc239bbf4cb88dd84a134871672a9ec11100c31ccc5138e226"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/professions.snbt"
+hash = "9e999472e69aa8cd2ac5f9afb6161e40a078a21869c578b6de406359c61c4172"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/storage_solutions.snbt"
+hash = "a2198bcda06d78870c8e9ff3f5967f6f261e121f98f652f3b4d6461c670004d2"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/test.snbt"
+hash = "d65b6d13209763e83562570821ec1a28b4749d6c06ffe13f8fa7e623ae7c6222"
+
+[[files]]
+file = "config/ftbquests/quests/chapters/tutorial_island.snbt"
+hash = "50e5429bcd2a4ce71268a92d658223c5a5e8dcd70fee49a1e932de0c738fa5c0"
+
+[[files]]
+file = "config/ftbquests/quests/data.snbt"
+hash = "c0b178fe5287103cb6cbef03c4ff186ba60d93a7ce85cf5958a2513607d2d5f3"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/archer_package.snbt"
+hash = "102219ecbb2c3ca0f4ba1bf33f29b5150f23da4e2b4414ac15e4df411a2e0be5"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/aura_gem_shop_i.snbt"
+hash = "7dbd1996bf405a94ec0d2c8b91070506830b23d353b4eaaf698424e8dc08fb4f"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/aura_gem_shop_ii.snbt"
+hash = "4d76ea2c46d6fb390beae09dba4f94c894b09a55db4d9e48c1f8e5fe5929fdb1"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/aura_gem_shop_iii.snbt"
+hash = "587aaab7e46a9165d0ccb3e9ff6151571c9bf3b51e827dd4c3f4bae9687e0394"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/aura_gem_shop_iv.snbt"
+hash = "b84475f323d4385da6cfa6558694e20934e95165265b4cf28d1fcef90d503cba"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/aura_gems_1.snbt"
+hash = "7a5386b4cdd49c541cc0e9bd9330967393b2f281ae0ebed05b6638d91977525d"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/aura_gems_2.snbt"
+hash = "23f8acaf7702fa306b23e749c2710a772a2afb5d62aa18ffeb4717f7bb03e19b"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/aura_gems_3.snbt"
+hash = "b2e3788f43cd8a05747d6867426ab22961e56bee474df75eb4336f92c38f74df"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/aura_gems_4.snbt"
+hash = "00c0d4e71e2830118b16d5b9e4fa7e2a9db816c093e49f599a59c802c4d3759b"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/big_bitch.snbt"
+hash = "87b0d9a82fd54ccae3adb51aa5decc79b2a4416f01a1073293729595963bf4c3"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/cooking_starter_kit.snbt"
+hash = "e648d3f03b6b22e4f8775c514c7f9db202cc5658fa6126d8158a2e9ae703793c"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/first_aura_gem.snbt"
+hash = "1b0f9fc689b7a7097104b37ac89ae52db7c33e2f2758233b3b6195914ad08ace"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/first_boots.snbt"
+hash = "eb64075a64391bd5c5ee33e8982816296f2b825e98ccff9240a1bada5a1b223d"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/first_chest.snbt"
+hash = "0d812e978242bd8e61f928cfca2d80a6e5ee597251971854045d8e360a3be718"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/first_helmet.snbt"
+hash = "ad71f9d95c4a0be892e5c71c737f337a69ff41ad8fac903f46dd52ca257ec7bc"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/first_offhand.snbt"
+hash = "146c93a84e0e2ba43f323d3a8a5beca2a93b70f63861f6b09ae03bf99de539e3"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/first_pants.snbt"
+hash = "64904352444d2636f56ad53ced623348c8b1725b85530461afc877448e793e4f"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/first_skill_gem.snbt"
+hash = "af036c20b8b3c8e4cdb201f3890ef0ea4961629894312c15189ab154279e5352"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/first_support_gem.snbt"
+hash = "92c9aa6a04992eb257e05af6f12d3ae85cc11cfd4020d6207dd3fccf4f268e41"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/first_weapon.snbt"
+hash = "a67a3ffcdad29f8a2ea6bda681a6769291e0a0f588a788a8f81204795ed9fbe9"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/gear_crafting_starter_pack.snbt"
+hash = "c4d83c31adc845c9f02ec04fcbb9f9835b8cd4a84bdf28be79438bdb24969d54"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/randomized_unique_shop.snbt"
+hash = "2371e384b97b2c2ee1540a5c1f1a6249914cbcaf574fe28d72694714081bfe1d"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/reset_potion_package.snbt"
+hash = "0d4dd49b632f3baecc5b0602bc096d88c6008c78b8847139cab397505e44b1f6"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/skill_gem_4.snbt"
+hash = "502eec4dad31c4e2e078380b144fbc0a9fe99074049ee6c6b45399effbb22d71"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/skill_gem_shop_i.snbt"
+hash = "e64e32608e895328e5acb52b23311b6e36779a3e508b21ffa268582140400f78"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/skill_gems_1.snbt"
+hash = "b963a666e4532a5c1abd8c648485ae7099c699e07246edc3cbad609b077eaf97"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/skill_gems_2.snbt"
+hash = "02f17d738f0cf9f14b6da7361bac8c24f47e25c633cd06ed24c86fd8f9b7f7e7"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/skill_gems_3.snbt"
+hash = "c9d77d681918584a25ca7bdaba595f3ee27617db4ebcd46950d17d75ef358dca"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/skill_gems_5.snbt"
+hash = "7b36d9e8a5e685c70e56d09dc8a085438c1c365a0dcfd16114178bca6ba9d7d7"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/support_gem_2.snbt"
+hash = "8e85bda57f84dd3e41a2ec16c255d94898fd2eadf518d73f423660e535e53044"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/support_gem_6.snbt"
+hash = "2e65974de55deb070ef1de142a4e1402fc043c1b4149c1d5a82f4b8f56e2837c"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/support_gem_shop_i.snbt"
+hash = "30924736d609aa1752bdb8d1498872d8a26364ac8deac8104f86055c12e6b12a"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/support_gem_shop_ii.snbt"
+hash = "a6b1d2c16e53cb988e67a7751b568f2da5bda43d009a00739b7317a5f5d04dca"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/support_gem_shop_iii.snbt"
+hash = "cc40ae68502cbf852f8a4b3777ad80c64780240261d3bdf5933deb6678d49821"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/support_gem_shop_iv.snbt"
+hash = "9b8320f62e8634c346b3c3528ff0431561333f9c94ab74439ca376ebd1a6e085"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/support_gems_1.snbt"
+hash = "7c25ed27ca27ef6660cfdcec7c941c0b463b936a25c4bb0cd6d9ec695ab669c6"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/support_gems_3.snbt"
+hash = "c4d39867a57051955b89c62ac72542cf4ef0f4766dc5336ecdc9c30d8cea8e34"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/support_gems_4.snbt"
+hash = "6a3e21212f515bb9c07a9720dc24ef40cbebbc1ddecc379b71f787a440da6af6"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/support_gems_5.snbt"
+hash = "0996e502a3c03e484166a2febee2b127a6eeaef9f987cf9be7854b5b976fd1a5"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/support_gems_7.snbt"
+hash = "e7e12d9cde11cade0bcc67811cb8538b8ac491f41722f180517ff18e6f01412d"
+
+[[files]]
+file = "config/ftbquests/quests/reward_tables/test.snbt"
+hash = "14613dd4a1380877a445d9431189db6556f240f923cdaf8ee2626c2b9af57e80"
+
+[[files]]
+file = "config/globalgamerules-common.toml"
+hash = "405d91563c0f79eb8707d47f9cebfecea18d5499bec777b7d0359544adf66d07"
+
+[[files]]
+file = "config/globalxp-client.toml"
+hash = "1b2b564fb37adda0609c825f8f8c18231237f2198e46a71a824cd484d56b43d4"
+
+[[files]]
+file = "config/goblintraders-entities.toml"
+hash = "8f911b4f1eeae1a64b926eac3c5985b6905434d6a31241e5b773cec817452002"
+
+[[files]]
+file = "config/goblintraders-entities.toml.bak"
+hash = "1f3aef42478d0d5c8bb7a0ae68e31f903f882fbb835011c828a402009103c750"
+
+[[files]]
+file = "config/highlighter-common.toml"
+hash = "f5b80ec5e2e645b087b9453f510c3bbce625738adc155b76761b09921df914e3"
+
+[[files]]
+file = "config/hitindication-client.toml"
+hash = "60ca0d6b29c46e0bec4b6fae2406d2762c44e017c94bc2099905754927bf28f9"
+
+[[files]]
+file = "config/illagerinvasion-server.toml"
+hash = "935f07b28387e37dc6bf532e25448dc24e03199883006a175a388a2a8d65af45"
+
+[[files]]
+file = "config/immediatelyfast.json"
+hash = "61da90ec206aafdb8f82b18aea20648de1c0a0dab69ea5c6dd3b726acc0c9f98"
+
+[[files]]
+file = "config/insanelib-common.toml"
+hash = "7929329b9fabbf10e36138a20641a0c95e4c9bb1a308b9599fbbef8feb61f35d"
+
+[[files]]
+file = "config/inventoryessentials-common.toml"
+hash = "2696133bf8a18d3811868bbbc8bba93a3d79dda3aadeaa81ed78984b0538833b"
+
+[[files]]
+file = "config/inventoryhud-client.toml"
+hash = "6aa8e8fb620c28305d27df61afaa29ac5f86d1ffd8685c44351e0f930b669dd1"
+
+[[files]]
+file = "config/inventoryprofilesnext/Mahj's World/villager-trading-config.json"
+hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
+
+[[files]]
+file = "config/inventoryprofilesnext/New World/prev-villager-trading-config.json"
+hash = "1f3b21bb35a9de335a50521951ff89db07f50c1e5f721f525eb97d1eb5b0e307"
+
+[[files]]
+file = "config/inventoryprofilesnext/New World/villager-trading-config.json"
+hash = "1f3b21bb35a9de335a50521951ff89db07f50c1e5f721f525eb97d1eb5b0e307"
+
+[[files]]
+file = "config/inventoryprofilesnext/Test World/villager-trading-config.json"
+hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
+
+[[files]]
+file = "config/inventoryprofilesnext/[fe80&&adde&138b&47c3&7d5c]&25565/villager-trading-config.json"
+hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
+
+[[files]]
+file = "config/inventoryprofilesnext/crafttoexile2-wraeclast.g.akliz.net/villager-trading-config.json"
+hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
+
+[[files]]
+file = "config/inventoryprofilesnext/integrationHints/exampleIntegrationHints.json"
+hash = "ca413dea02cce69c69dccdc525fb0ec013236876eff2d142772c68db3d772d3a"
+
+[[files]]
+file = "config/inventoryprofilesnext/integrationHints/player-defined.json"
+hash = "12c453a8e613fdef3a7724bbd4ba37dc773f8cf61f85d853a78186d89d1d3b53"
+
+[[files]]
+file = "config/inventoryprofilesnext/inventoryprofiles.json"
+hash = "a77a64eddda742f87884db055e72b4d148f23fc16cfd4c5e1259803a41edb3dc"
+
+[[files]]
+file = "config/inventoryprofilesnext/mns-server.g.akliz.net/profiles.txt"
+hash = "d234ad0c50bcf25b4de19b15b43aa25e591393f193866146fdb90c441012c490"
+
+[[files]]
+file = "config/inventoryprofilesnext/mns-server.g.akliz.net/villager-trading-config.json"
+hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
+
+[[files]]
+file = "config/inventoryprofilesnext/villager-trading-config.json"
+hash = "900a5d6592eaefcc3812b240e2efc8a48eb4edb5684a0435feebeaa18992aaf3"
+
+[[files]]
+file = "config/inventorysorter-client.toml"
+hash = "92de49a9405703845f2da9cde2b77dfa75c0088217c0c7a94d4e9ea200cf0549"
+
+[[files]]
+file = "config/itemphysiclite-client.json"
+hash = "889ce0a05442c5921d7ecdc9aef6957d768357b0fbf9766bdfdbb53b6365dbda"
+
+[[files]]
+file = "config/jade/hide-blocks.json"
+hash = "6f6658b4a600c154e8bceb74fbfd887c9cb159ae389b1c87d29bd90f21ce5b0a"
+
+[[files]]
+file = "config/jade/hide-entities.json"
+hash = "38975f3f3c25a40c905172a9ccde5489946048173d6173967f37aadcf602455a"
+
+[[files]]
+file = "config/jade/jade.json"
+hash = "6e1fd39cdbc550af821a11fbf6ec6d9058a96a3c590677dad5780b33082bb9ad"
+
+[[files]]
+file = "config/jade/plugins.json"
+hash = "55cfcaad89cb16a7921eea4a3286d3f222665095b7d65ba905dc5e526dfaa537"
+
+[[files]]
+file = "config/jade/sort-order.json"
+hash = "435b9620b7b59080ce0efdcbfb6448acae5a73446abd4184fa8c8d025ca43e2e"
+
+[[files]]
+file = "config/jei/blacklist.cfg"
+hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
+
+[[files]]
+file = "config/jei/jei-client.ini"
+hash = "d1484868aa602e0f283aa2b3e07efedd86cdcf597ad61654b7e8b647fa896b9b"
+
+[[files]]
+file = "config/jei/jei-colors.ini"
+hash = "c6328dcf3fb8b20a9f6ea6b61266ce289565c167353e183a105fb4915c36c072"
+
+[[files]]
+file = "config/jei/jei-debug.ini"
+hash = "fed5a1f6e741725e0946ec0c3f753994ffed14bb7bcbef81e77e1bb960495e31"
+
+[[files]]
+file = "config/jei/jei-mod-id-format.ini"
+hash = "34eb990ae2cf62220a0d1be95629bcac46e6732f1cd6f7b6fdc54bcae02916e5"
+
+[[files]]
+file = "config/jei/recipe-category-sort-order.ini"
+hash = "77873c9009526c2abbdd84fbc81a71ab6ddd75942a05b24ee53cadd6d93c1a5a"
+
+[[files]]
+file = "config/jrftl-common.toml"
+hash = "1f32ec74014d43fba944b3310393d824ec3a504f6cc3c4832cf3c06ffc13dacb"
+
+[[files]]
+file = "config/kiwi-client.yaml"
+hash = "7c7638d7e5db3076b78d3258fcb2dea7e25bb78b0308f43a8fa9ccc5f8ec4001"
+
+[[files]]
+file = "config/kiwi-common.yaml"
+hash = "1488107dd37c8f05131e65c5ad9adda7b674b08a8c0d639752d53b7926db2282"
+
+[[files]]
+file = "config/konkrete/locals/de_de.local"
+hash = "79a34cfd15c2d9c06498dc221be79279507d9b57666cd44f8d2c2cf95d3582ef"
+
+[[files]]
+file = "config/konkrete/locals/en_us.local"
+hash = "fdf1864fd049b3f1b9af1f8db6c5125a627be7d06a451c778da3329843d3c39a"
+
+[[files]]
+file = "config/konkrete/locals/pl_pl.local"
+hash = "d38a7776e362e4de6082078d803c1c9358d9d40526edfe4bdfd29c552aef76d8"
+
+[[files]]
+file = "config/konkrete/locals/pt_br.local"
+hash = "dca55a2792451b31424cd5c24037141ec57cdca51955d062dd908fa9ca6a3e9c"
+
+[[files]]
+file = "config/l2_configs/l2library-client.toml"
+hash = "bee1c76cbc66e917babe40a1fc94132bc9c227aa69e17d27417cd77dab532e74"
+
+[[files]]
+file = "config/l2_configs/l2library-common.toml"
+hash = "1200e86c053c1bc905bfe01a6b69bc09c0ad21feae8ee25c23c48d345672a4f8"
+
+[[files]]
+file = "config/legendarytooltips-common.toml"
+hash = "0e149380e708302b3a90b8ba38476718c2de2a73619b4160af2f65e8fd08e3f3"
+
+[[files]]
+file = "config/lightmanscurrency-client.lcconfig"
+hash = "7221cfe14cde6feffe1192d5136f404ec50bd2e000a8210fa6ab213a4085f333"
+
+[[files]]
+file = "config/lightmanscurrency-common.lcconfig"
+hash = "618b22c3607b08abdd128b15fbcee529dcf9521b0a3feaa307bd6923739cdfa9"
+
+[[files]]
+file = "config/lightmanscurrency-server.lcconfig"
+hash = "f63b6c579658ab68121cad7d0666a7445c090b23b2c7feb2c5cfc9df80a34807"
+
+[[files]]
+file = "config/lightmanscurrency/ATMData.json"
+hash = "b71af123e90d5c0755c447a980c11b29315eb75e079c59400d4422d531415308"
+
+[[files]]
+file = "config/lightmanscurrency/MasterCoinList.json"
+hash = "e11f595926b992ea525983daff4da575820a9ef008fb4d87a799e74250e196da"
+
+[[files]]
+file = "config/lightmanscurrency/PersistentTraders.json"
+hash = "e7342e7470f160b8490be9bea51c360efd9cd63ca85e355e2eae2988b86b2aed"
+
+[[files]]
+file = "config/lightmanscurrency/custom_banker_trades.json"
+hash = "920a006be706b4ed662705570c70a30c2b56157cd3b301e64b7d575082976089"
+
+[[files]]
+file = "config/lightmanscurrency/custom_cashier_trades.json"
+hash = "b2ccf48ada715eef8179c1d7d96fb04e24558bfadcccdfeae094c315137da06d"
+
+[[files]]
+file = "config/lightmanscurrency/custom_wandering_trader_trades.json"
+hash = "731a84f57cc95a2ceda654d9e2b4bb302cba7c102f53bd4b2b1c6a271a0b3156"
+
+[[files]]
+file = "config/loadmyresources/config.cfg"
+hash = "549a26b9b8ab9e2df0a427732a737c5dbcdb0b6790ad7ea9a387dea789abcad5"
+
+[[files]]
+file = "config/logprot.json"
+hash = "ffc115e469b3dddab530c23f8b996142171220ed3ea80fb21a3f4a4db27d52dd"
+
+[[files]]
+file = "config/lootr-client.toml"
+hash = "bdba68cc47b3722ec0b8debe793eea47dc68b453dda9605593ac66a73c6eebda"
+
+[[files]]
+file = "config/lootr-common.toml"
+hash = "3eecc3344b0a4987fa8cc5d78a71a65bc5bf622453a4e511e2d8c06877366e2c"
+
+[[files]]
+file = "config/mimi-client.toml"
+hash = "37528b8f306e209f9f42b4c24363c8a40245709860e208321002b428b4c46831"
+
+[[files]]
+file = "config/mimi-common.toml"
+hash = "62c19a56d8674a2c89847c45fc0a72bf40e4a005cd38df873b696956169fd7d7"
+
+[[files]]
+file = "config/mimi/custom.json"
+hash = "ea8d5685a7db9b0f447cf25900d8ea04a02a538d526737bca67511cba927f575"
+
+[[files]]
+file = "config/minecolonies-client.toml"
+hash = "3221dd06221b6430169bb0a39bda896880dce96711c2d98f3cce409ac521a247"
+
+[[files]]
+file = "config/minecolonies-common.toml"
+hash = "e2a317da31de1103db85186962e8e67428ae26afc6a54c8c2aca6d4282ee7cee"
+
+[[files]]
+file = "config/minemenu-common.toml"
+hash = "277e6515bc72ef57426a7b2a872411a383b281ce594ca281b9b818da7605e1f0"
+
+[[files]]
+file = "config/mmorpg-client.toml"
+hash = "96cdf3533e76b7413d3c501091a53b2f9fd7832bf0f450a884170f2e6bf2b943"
+
+[[files]]
+file = "config/mns_neat-client.toml"
+hash = "b18c481fe0c2e9fa284eaaf5bf002be70aa316d5bc24b27c18309a2958acd32d"
+
+[[files]]
+file = "config/modelfix-client.toml"
+hash = "dc12493cf9c73ab737fd3e4d39576eadc2c2c11fb730295ab5a34b510fb7d850"
+
+[[files]]
+file = "config/modernfix-common.toml"
+hash = "fad9aea710ec3508eab562cd8f2b5f8e2dda6ee1c5fb1fe818f90ce253017f66"
+
+[[files]]
+file = "config/modernfix-mixins.properties"
+hash = "ab830ea0845eb73344c987b16e1e53c6991176d0849df1ded9759092dc165314"
+
+[[files]]
+file = "config/monsterplus-common.toml"
+hash = "4330b4b62e56e261fe95e548444bbac8b04321a1d3e6f1014c793deaad94b264"
+
+[[files]]
+file = "config/moonlight-client.toml"
+hash = "9b81f493d4a6a11eda44a019f1f1c9ecd0347523fdbd363b5f6534abda2d8f94"
+
+[[files]]
+file = "config/moonlight-common.toml"
+hash = "7eb70257593da06f682a3ddda54a9d260d4fc514f645237f5ca74b08f8da61a6"
+
+[[files]]
+file = "config/moreoverlays.toml"
+hash = "9f38bd4301771093649545981fd1e5eedbaa9313c0d57e836eaa8254bb5d17ca"
+
+[[files]]
+file = "config/mutantmonsters-common.toml"
+hash = "64e2393805ee3a8c893cbf24cdab23f9c2151de0f55fc8bceb28e42170cbccc4"
+
+[[files]]
+file = "config/mutantmonsters-server.toml"
+hash = "3da35133d752925bab9020bcb969af5b158b1236f059624460f9e4170f6b7bcf"
+
+[[files]]
+file = "config/mysterious_mountain_lib-common.toml"
+hash = "f9e83782dec7691b907f56f1a621a710342e480cac190599a853f7223ea9bd50"
+
+[[files]]
+file = "config/naturesaura-common.toml"
+hash = "61cc91042d6ad5fd03350a0fb2c8902b6df3091f4ae2f98a8af084052c126f5d"
+
+[[files]]
+file = "config/naturescompass-client.toml"
+hash = "4215398614d28a24d2fe39593bf25981dd67ae46f85bc710ee07ba2d37c74c0b"
+
+[[files]]
+file = "config/naturescompass-common.toml"
+hash = "eebe4b4c01047b3d8cbf1106fcfe8af8e912ca62dfbb5258f46b36623b535fa2"
+
+[[files]]
+file = "config/nbt_ac.txt"
+hash = "b66d814186b85ec1290cdaa170bbf0b6cdb33575539381b403c44eced199f9a1"
+
+[[files]]
+file = "config/neruina.json"
+hash = "094cb80ad9935747a17d5405948c87a8bcace592dd4368eb59a6e9a2b725fb2c"
+
+[[files]]
+file = "config/no_fog.json"
+hash = "0d3c92ba50e31505475a5866dc81086230c3e3e683dc8ff2536b850f64ef9b54"
+
+[[files]]
+file = "config/notenoughanimations.json"
+hash = "949d1a6623413bceffb0eff0750c91df667ffcd6b2ec0c72d4387f8a12cf71db"
+
+[[files]]
+file = "config/oculus.properties"
+hash = "d4c2beef93fe7844eb094b3de748a7bcf0526a4a8e486fb1d2e9900cec1d8aa3"
+
+[[files]]
+file = "config/openloader/advanced_options.json"
+hash = "97c64147276f55cad728249dd77602661e2327fa178aeb8e0db12866df448211"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/mysterious_worm.json"
+hash = "1a479c3abcebd06f7e5363f6de669640ec0f2da0b2bcd8ee7fc7b351dfa6f922"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/capsid_recipes/shattered_dimensional_carver.json"
+hash = "a9e11cb99c71313248e5c20378b0136ed7f16bc15207690968fc0ef23125db98"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly.json"
+hash = "207cb6e8a1819ed0d6f95090244efdf89cee4baf0e011a7b189654ac43d21206"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_fly_full.json"
+hash = "97157abd7b2c7cdb2ad27d09908a6a55ab607cbbbfde64a343e47f1d5574a126"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/crimson_mosquito_full.json"
+hash = "e6754ad18e6c48d1b7c6d27158e609c18f4bea434532e94f62e9dca5b4f2f423"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/murmur.json"
+hash = "ac1276c7b5b6dadb347906624b75ba58c02c128b9d6ed304ce57fa62338eb308"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/skelewag.json"
+hash = "0a079ef70edc1e620f4cda46a72e0c993f8c58c32e5d0a69a52cedadf252d53f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/void_worm.json"
+hash = "6f81bdb9754003231d875a1bbd7acab1bc034e823f1b064af5d66ca2053fb9a8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/loot_tables/entities/warped_mosco.json"
+hash = "5c7d62986be3db15a83d28e683c6bb0603f4a25cd37299590f9c72983d0371b8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/blood_sprayer.json"
+hash = "491164b2fd2e01f1d72254ca2ac69106b6936966b9c83f9ca8ad54a22b50f5b0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/hemolymph_blaster.json"
+hash = "30bce95ab61598e1791c43128b8c6f1927f58828fb90c6a5381a3cbdf807abd4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/tendon_whip.json"
+hash = "47783c8f311cb70af875793ecc6bb68a9b2265774e12c09d3561bd0a07d1615f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/alexsmobs/recipes/transmutation_table.json"
+hash = "8f0533275f787ea6bc07e41df301bc975ae1038edd7431fa550af3039ed9f3df"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/loot_tables/entities/captain_cornelia.json"
+hash = "f80c2ad24d4d2c6da1cf36304c31fbfebeb2da1f4bbd30aa1b2a6b3f5ac9fe41"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/loot_tables/entities/eel.json"
+hash = "fadff2337ac8ed586d6570c8b628c1004db761beb44f2af0064f01835643444f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/loot_tables/entities/maze_captain.json"
+hash = "7e18b7ba12890c9ed4b8006866da9f1f367b74a58db8e51d0c21c1d7de6aabe7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/loot_tables/entities/maze_mother.json"
+hash = "c9b27e60f46e7fb382551a27374d26945d532aa1a17fd7c8dde6a49cac32be66"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/recipes/maze_rose.json"
+hash = "625014f2c0f0e0f3eb8a28b76913fc17947ec30daed230984b54dc19a2600302"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/recipes/poisoned_chakra.json"
+hash = "98c1d706c419f2e53bdf3fb3c093e0631489ea10b791585e4eba3ec194bdd09a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/recipes/terrible_sword.json"
+hash = "bd7887a33cc7e41be8f48867579a22357be31d744ced6efd3b84859fdff310aa"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/recipes/three_bolt_helmet.json"
+hash = "8ea51b5b1ed7abf78a23fe7984a323cc58ad0b41e34bdf51143f122508cf02c9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/recipes/three_bolt_suit.json"
+hash = "4576c512a022269545a6275a8698e73b326a32137cb2493f051291b127f6d7eb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/weapon_attributes/coral_lance.json"
+hash = "b8c91854160b5938f2d29b581e786cf84ca0490956df072f4d76957f5fde4cf5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/weapon_attributes/divider.json"
+hash = "1884cbfaa2ce24d99ec6b17eb2b65e3b3ad9b71b1cc8125785444f4b2defcdc0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/weapon_attributes/fin_cutter.json"
+hash = "1884cbfaa2ce24d99ec6b17eb2b65e3b3ad9b71b1cc8125785444f4b2defcdc0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/weapon_attributes/remnants_sabre.json"
+hash = "1884cbfaa2ce24d99ec6b17eb2b65e3b3ad9b71b1cc8125785444f4b2defcdc0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/aquamirae/weapon_attributes/whisper_of_the_abyss.json"
+hash = "b8c91854160b5938f2d29b581e786cf84ca0490956df072f4d76957f5fde4cf5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/anchor.json"
+hash = "1ddf37d0f1816a867e3e00ed922dbf138c04e40f227de6875f3e33efb01a3514"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/axe.json"
+hash = "5732574629db919503baed54dfdd00ee5af7e36581aed03730adaedbef46704f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/battlestaff.json"
+hash = "19bf4158ffd291da806bf9c6a76db093026bef8ae741c4262d57a8f3ba8a3519"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/claw.json"
+hash = "468b7815352eb345e5a8440cf743fe0e3d007e05edf803b6cae7271309f0740c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/claymore.json"
+hash = "0a204a3be668c1e7279a415f08444b64a1126fca22f6dca87cc9e43ef9713bc0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/coral_blade.json"
+hash = "f457b566fe542804e729b835e651a662d920901642f211e006812a8fac71e05d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/cutlass.json"
+hash = "26eb9673881c3df542e554d614956936f0817116c3705b3476c173747ae0e5f2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/dagger.json"
+hash = "f5ffae206c573acc68a4ab98d6f5dd90bf7c153d42259515bf24ecc6a9694f90"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/double_axe.json"
+hash = "d80e611e7210b860ff60b324f9b1f004f71d49ce8b54aa85446a11c6f0dd1b16"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/fist.json"
+hash = "6f7cc587b802bc116687617ea454d753daf2b9bf854f3f6e40d9b321e3864a14"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/glaive.json"
+hash = "7e242d0e018f05bf2df33c5f2ce11aa836d6a4858be9f04fef1fd7085cfdf0d7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/halberd.json"
+hash = "6f4dab73ab553e9d2160e489edb4d77a05689bfc18460920d00079b9e6d22ee1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/hammer.json"
+hash = "461086096f9bcff443b136ee833ababfdaf51ff13508bc2b32bd1fab453c075b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/heavy_axe.json"
+hash = "737205037cda194b9a1a7902413462dc0d2f644a1db5cf3f6589629277fbc88d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/katana.json"
+hash = "1714285b606891b7e6b91357567d55c1b88543b3b5f4eea3f842d7922e4ecb72"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/lance.json"
+hash = "19c754e08b621b8234fa4ef50a672339b69a0c57841476334bd0e3bf81857540"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/mace.json"
+hash = "c5e9d71b83b9909e18f9d06fc7842aef7060441a1db49e3c0c6def5b68898d60"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/pickaxe.json"
+hash = "f65acd84f10fca378b524ea4346b2a8771019de7cccea3def9cdb8f8cba52971"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/rapier.json"
+hash = "9454ab0ddcd92d175c51dfee650b450bd8ad9ef54fb5f93a7c0f0e6d49a3b868"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/scythe.json"
+hash = "676432ef3bd2b1106957c266cce61c65a73878c6f667bfbfd1625ce196e1a4e6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/sickle.json"
+hash = "344ff28c63387dde5a8cbf8ca90839759eaa38fb87f13ce1c150f13d22d9d931"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/soul_knife.json"
+hash = "0557f09dd1c83333ffb704d8d2ba0302e197f3c3159dbde1e89a6f5e4e8b6d30"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/spear.json"
+hash = "18dff323780f20cefd25b94a8c3831b051f3cfa5c963cb18b96c47ff54edd0ef"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/staff.json"
+hash = "10406fbda91812c32852928afa6f30d39e2c7137a1fce13263fb1a43c1533856"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/sword.json"
+hash = "11c8979956b94f77e305544e32f9dd944251452ff90c1a33c9a562fdfd8d0e61"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/trident.json"
+hash = "0d982dede3856514ae5cc50e097bfc336621106a5c7f58c96478f55ac55fefbf"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/twin_blade.json"
+hash = "8e279a0c72fce445e8f41bf341b6debcaa618a1473d3541e6375c09f062cb4ba"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bettercombat/weapon_attributes/wand.json"
+hash = "9a0cdebf91ec869b347f084ffb490090a58611daadfe755ba1fd54808f523930"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest.json"
+hash = "44ef162676328facfad1ab711ec3f9c288a234b8084000090048bab2b5662dcd"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/library_chest_key.json"
+hash = "eb32dbe3aec5e6674d2b73c2375090cb4e083019541887a6f4a2ee1d016c180e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everbright.json"
+hash = "e94d07f780bba53d4afd286f129063c6f4ac102fce802505b3b28f4f83144d8d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/prison_chest_everdawn.json"
+hash = "c8acd66e24a9af500644de99d9a9354de7545d040a6c3cd688911a86d96bc1a9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/blinding_dungeon/study_chest.json"
+hash = "9aa61bb05a4e2b25a1709c999d4cc4f1622ae31cfb3c1fe7a61d696acea5f255"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/common.json"
+hash = "d0eedb4fea01de7b593dd8b2d9af6ff201e885feac273991a659f84a1c4e92c3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/bunker/rare.json"
+hash = "21a77c0ae27bf08cf3f01ca76a44b461eadac9805e8054997f39e14bf5f350fb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everbright.json"
+hash = "720a7adbc2a0767135636623417b0a8d50bf09a5617c8dda733f7c21a998ea5b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/cave_spawner/chest_everdawn.json"
+hash = "f128767e525f1a34d63f331a42395ffa4afcb5169bf61786c5aac252cf1e3305"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/book.json"
+hash = "5726df01c5f212c292b3d0e79c9ee6675d740a52bbf497a8e412283dc578e817"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/mountain.json"
+hash = "427e1f641ded33d462ae80fbcb4b454c40f15463f3b9f46db751c10a24353839"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/plains.json"
+hash = "2ff5ad52b397ae29d6cc63fff51a914224d31f6f8fd2f79243f7b912d75298b3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/gatekeeper_house/snowy.json"
+hash = "3834a8dbb6adc0a4e718ab0089b417a012fac1b488cb72ef066f677e61789a7e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/nature_dungeon/chest.json"
+hash = "7eac5d60a23e74cd6aaf7acda5993a48f55b2208d7c489e704f274c9c0257d41"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/nature_dungeon/chest_key.json"
+hash = "0d30132d5839c1bae203a3ba31967126d8a0d6b10802a84ad09a5e12e66d54ca"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/poison_dungeon/chest.json"
+hash = "52969b1ece8e501fd75d6543619f156305c22981b1abea3666032949630d6003"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/poison_dungeon/chest_key.json"
+hash = "452c91599879d91c25f30b717813338b2e406fcbb3e4ef5811d5751845d51d10"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/brightlands.json"
+hash = "6541f96fac9cca5d3c6ccab75cab43325effb271f8ee9850d4608e5c7e3e3485"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/calming_skies.json"
+hash = "09de35582b1a3ed7851a4b43eea5c46b2cfa1841e332752c25c80c702d029564"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/crystal_dunes.json"
+hash = "df46aa7e0ee5ddad2ef08c464250bbb0e3c45451f0c691c696dcc6ee9e2d5381"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/armorer.json"
+hash = "d9471f572fc82fbbb76075893e769765fb45544e4b6f32fedd5eb375384cd26f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/butcher.json"
+hash = "5a222b955aa98ba65eb5a0f0093aabbfe551bd0004f0b60687e9bcf8680cc155"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/cartographer.json"
+hash = "4422bd9d56950fead35a6872a914ddbe1cbd0ad7b77f6cd99e9ab85cd80e6176"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/farm.json"
+hash = "bf6cb0c714e662f0a3195798a3c04928f50e3ae4717dc9388048aa97fe6699f8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/fisher.json"
+hash = "357e5f3158e60b78e473a416d32e93b5d9a89c166da12527923abc6e9e3c253b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/fletcher.json"
+hash = "605593d7273b5f067133a86fdcd220e82dfa50e97b60da241ed8f73fd81b8d29"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/library.json"
+hash = "b3bb1a9183c112f97a669222282ada4fe7650c17357027cc474d30774acf662c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/mason.json"
+hash = "9e63718169243994ab914c2d409c30706586c9b27577c9525ff743df13371fdb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/nightwatcher.json"
+hash = "c5c793fc1e77996ddd0f76b12e0f92d48f54fb96d370993622df48403bf17e8a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/shepherd.json"
+hash = "5379d94d4caef4848bda1090d13e70c1de66a8c408a532d8bf0d062c92bdf153"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/shoveler.json"
+hash = "daf971125a0f417d530533af8ac32ea2a71616f5c269264e486ae3c61b411edd"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/stargazer.json"
+hash = "7c406291417111cbf593cb1a621b1e7b76407c6b33a30875215ce06ad5c6c52a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/tannery.json"
+hash = "3115d17f835f652e865844124af8050ceeb46d13a18e040c42aa9fb5fae9f6bc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/temple.json"
+hash = "d78237d954c8c96c46b2ca4a3ee7e44c7af9ebc68d497db99f8a1ae2da1dfc83"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/toolsmith.json"
+hash = "ab1098c25e7f5aeaacbcfb87cbd92813c81c62455a910510db507ee500ace78a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/weaponsmith.json"
+hash = "f9e65b680781dd04e6a7d5c6962d7b0a5d5d3bb22dc2508f906cf838a2dd96c5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everbright/wrangler.json"
+hash = "fca04db29e4ff826023c4689aed3a4d764e8f319e0dae7a6ce6e6d225936f4f0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/armorer.json"
+hash = "c269f64a2e587d52d84603a30c86f5b9d57bb8ee2f5befedaf0354eb86e3b9b6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/butcher.json"
+hash = "0d0c0c045fa1b47345509da4ed928edf26fd2c66b64ca9d404eff61083b39666"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/cartographer.json"
+hash = "4057be08a5af8f6d40f61c7ee6e6db44743671622b580fc37507d86bd1e96aba"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/farm.json"
+hash = "d5a3f777934c7af3a2414edc394d04bf4e9f742dc76cc56d046bae91c96b65ef"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/fisher.json"
+hash = "23d90baa8f5d2436a194476923ed698d840c368c2760f0c069c66ba49a7817c6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/fletcher.json"
+hash = "62a1d4fdbf12957843a00138818686828dd72f6f0b2a765c72019688211aebd0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/library.json"
+hash = "320c170724b6642cd4687744a828d79a0c133840d00e44342ea295fdb5cc43fa"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/mason.json"
+hash = "8bb54ddfe800be416102e078e585703f27269d145839c8309697bd0924ca5f38"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/nightwatcher.json"
+hash = "ad1660bbe7db8b55a08806c5aca37fdd1a77c5bf7521a3d159d171a85e12ea94"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/shepherd.json"
+hash = "8c26de60f156a6c9d7e075387c7548256c4c6240d55b1fcec27480399cf11d09"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/shoveler.json"
+hash = "d31c87b54bbb770185a1a6c05e4d4961620fcef28d82a027aa0895e29d2fabd5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/stargazer.json"
+hash = "f49cae786a3da64cd994cb4928b1856bcfe152e047b42c9dcde51ddcd15af03e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/tannery.json"
+hash = "82a7e02b203e217f87f17f24b7e5083ebd738fecfdda59b76b0721c8cfbcbe2c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/temple.json"
+hash = "c2e3cc6793676a0285b1331903ec2bb3e0efccde544a743efa1211f4ae6cb866"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/toolsmith.json"
+hash = "b25884b36020d9d432a4d4a5a147044ce1eb1dfeff912d16aff3f96db587ea58"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/weaponsmith.json"
+hash = "09f45f5f08183ea8a0fae42268206a0d69377d37e6865b77d9a6ee7ea80034d9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/profession/everdawn/wrangler.json"
+hash = "b12e8875bb70ec0d081722a052b6c63cc8c92e3ce08390ff70452d49ed5a8ffe"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/shaded_woodlands.json"
+hash = "cc312d948e62c5185adc183f9b909e15db29d484da07f9f7eb3ecb4f64b2e336"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/slushlands.json"
+hash = "5908add5a064f75c7561f049d12fb56a6095c5d2bbccf0891630ba74fbc3b82a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/chests/village/sunset_maple_forest.json"
+hash = "2933d27c2374fa37a1540c7f65543e1e9213bebcfe2cc1a01ca054b4eaa12ccf"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/alchemist.json"
+hash = "cf3325afd8c148ffd611c6106c705e0c7190006d192e414396a1bb35a72defe9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/arachnarch.json"
+hash = "d342291ca1e0e5c196e1d16ba7d76d112982910c439fd249ba20815e995e0943"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/starlit_crusher.json"
+hash = "7ab1654456785702751965e3ab897e12d6975990c3f552623a61f17fe3779554"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/loot_tables/entities/summoner.json"
+hash = "dd4819a18ce2c7c62103b3e3b00cf6559ac1acecf420a43b87b1e87375c5047a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/tools/axes.json"
+hash = "eea105cb788733d57030da9339fba5870f7cea10c82f269b92df05fd9095d8e0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/tools/hoes.json"
+hash = "6113096e50190c1ba72e9e5af273a986adbd0d85e0579e23ac25a7cde9daa390"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/tools/pickaxes.json"
+hash = "4840da2ae243c695f52bc090fdbb505843f0ce75fb480c640790b8432b9da852"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/tools/shovels.json"
+hash = "029f4758028acd36f75b6c80331fa908425ceadb230a95e463dd2bea0e2f6f6c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/tools/swords.json"
+hash = "96580eb788bce2e3124cb5740babe460256b8134ed125a7714d5e13062904cba"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/blue_skies/tags/items/wooden_tools.json"
+hash = "10d877d30a64ba68248e9d4d18e043a1cae95537533d6a7f98633e69f279bd82"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_all_rews.json"
+hash = "67e1dedcc334baa4a80abf5c44dfde8082e359cae4acfbd4c25c289ef49cb6d3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/_metal_objs.json"
+hash = "e5092b593b03c2132b824cde638b1bde8ae9fa589739f96127a73f781d75fb9c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_objs.json"
+hash = "d281aa030525c2be1a950a0bf1ee88e9a1f4858b1e53d64eaa39c4bf113570ff"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/armorer_rews.json"
+hash = "6b75308281de7f783ac8e75043d9d31a2d8ac732b3af4c8d633a551db8fe304c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_objs.json"
+hash = "a5af152d8fdb3cdc5e0dc9dca941def05a763b39c0561741621459c40dda36ee"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/butcher_rews.json"
+hash = "1e7089a4bea1a98ee89c5ebbf31350d04b5aa5226f41e3d920553417d88d6028"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/cleric_rews.json"
+hash = "380e407feaf2ae905ca110f3344b366b1c2ed2f1e7bf6ebcfcba17b63d6310f0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_objs.json"
+hash = "3ff6330f5089bc7babd5e06736df2a1205b8f95c36a169cb4033e6f80a1722da"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/farmer_rews.json"
+hash = "817babe6a9205558894b175b17f148f263e1872002da39c45fd0e8ed2469ee01"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_objs.json"
+hash = "e959010cc9c7429079ebf21e52fec4f5aeae20632ee5b0316960c9e7be91748a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/fisherman_rews.json"
+hash = "0714af7f3352f14fc4f10f81bbe75da4e7b3aba0ecb617cbed32702830dca7fc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/inventor_rews.json"
+hash = "1302fb9b37308e18d44edec2397b2bd47be21932cf7673595eb902eaa5488206"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_objs.json"
+hash = "af25da71bfed512136d642b16f0682f89813d1c34c329113f039f5ad3561bf87"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/leatherer_rews.json"
+hash = "0bee597e4d8bedf9d60d3f3e5e220db0e615fa2846f02fd204976720da04bcd4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/bounty_pools/bountiful/mapper_rews.json"
+hash = "0104ee859204521d923d8f02c8a1f62b8996e39b5cdb37a0e2348b491a93b5d6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/bountyboard.json"
+hash = "abd39ed4ffcb57e2cea44fa1e5a0a26e14c7ea962ef813145a3e4b0398bae769"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/bountiful/recipes/crafting/decree.json"
+hash = "57b7b74073297a5f3b53a09601e441d85d4c71d1b2b2f8cb49bfeb077a67932b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/cancel_setup.mcfunction"
+hash = "b58b377e1d64e8af1ff54f5e44eb02649d7884e9bbe72db8023eb8cf5d5b3e0f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/setup.mcfunction"
+hash = "ac3ce9b57ad14861eb4ea2967bcfa2ac5d2288572e0e38f7bd9b86ce68936df5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/tick.mcfunction"
+hash = "df3f01edf5ae5fc26a4a081d1adfcae80ef6b62b01dad90c5355322942738ad3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/toast.mcfunction"
+hash = "88917ffe822ff374459455da515327c9c20903e890bc77dc1bc15156026da7d2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/utility/disable_resetting.mcfunction"
+hash = "3776c9a710feb5dad67943b1e8272399e13c8b7a58fddb54d707da85e94767aa"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cancel_terralith/functions/utility/reset_spawn.mcfunction"
+hash = "a14d75b55752c6a6ff1a4a76b55f188cca9af1d21d2abca3e73f5ab6e00e9b7c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/advanced_chunk_loader.json"
+hash = "29afa74444d8dcd7038ededf067cfa2489fe40390790e256110a9d54cc6f44c9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/basic_chunk_loader.json"
+hash = "6abfc7fa6768e991921524104a74289855c638dec297d2a3757fa7a33d6d5e42"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/chunkloaders/recipes/ultimate_chunk_loader.json"
+hash = "896630e28f5ed30da8e8e170252dcf7fd5691ce0edceffdadb57c59c4428fa43"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/create/recipes/mechanical_crafting/extendo_grip.json"
+hash = "4c0252e37a18166b90813a6056ed08de4c2fa7c65b52a3be65f5d957e7a10497"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/create/recipes/mechanical_crafting/potato_cannon.json"
+hash = "3e9de91d871ce4c26eda99dfaae6126358920cd9bf95c9e93e510697a413fab3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_ingot.json"
+hash = "1b0a0cb69a5e21d1660a03f626a0c171b598c6806e173d3ab3282040de7d3e95"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_nugget.json"
+hash = "21089c78adf69c4d7be5f7c818b225ad0abc609032516910ebcd6acc05432575"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/electrum_spool.json"
+hash = "c4fd8839ff1e72b059b26f821f0660093e96c67765711f7d3394f6b0c9e0936d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/large_connector_electrum.json"
+hash = "6f2d7587e19a4bf481adaffef44ad8622926efd48dafde0c2ad70be682f57485"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/crafting/modular_accumulator_electrum.json"
+hash = "1e4b740833a01c998e2af433fefe14b9678dc7af3c6d4711f52992da44522fa0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/mixing/electrum.json"
+hash = "1521b2ffc731158de7685d5abe5d24da2f03a0c295129c70c3923899c98f0feb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/pressing/electrum_ingot.json"
+hash = "ee4d2b9a303e7f7b71850ad75d077dba69631c235a45b4d2b11818d776b45220"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_ingot.json"
+hash = "698b7be133686625e675d3c21ecc94a9e2fbb4c7b6f39c010e4df6751ccb358e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/createaddition/recipes/rolling/electrum_plate.json"
+hash = "ccd903c97c8012c4f51a46c0115e44d81475b16099fc2e11c9de070aad024286"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/badlands.json"
+hash = "241e3d244e122b04f59df8d349f04cf8efdb14ff7e982c1b23d77fdb8dd8589c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/bamboo.json"
+hash = "65df35cbeb8ea18b09ef7939620a63fd183567fc1ee569a8d73d04d9ed1d9310"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/beach.json"
+hash = "830127949c6fe52ff8be926ba413973935ceeeb4abb018f2f39f374b66dba002"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/cave.json"
+hash = "1b64d983005f00bb3156d63990d5dfc1515a661845c39469fbf1174b980ee934"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dark_oak.json"
+hash = "82538f75bde6d50f7527bc351699e1eec564c4cc8dea6927841ba14ea3048003"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/desert.json"
+hash = "2dc5a5f7540a4f2515bf1feec92638eebb9638162622c55e3a33ff2108a10004"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/dripstone.json"
+hash = "6ded37f685e17ba15f3b3affbbe1f4ef4a39b90e055024f8e9c84ed0c643c31c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hill.json"
+hash = "8c3e802c374d796ef66d0cd4a124d3479eb98014824aebba1d568e59ae337aab"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/hills_mountain.json"
+hash = "b733990db9b4f7fe0a7de013db148f2e69a3a08c31b548218911ed4012e13bab"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/jungle.json"
+hash = "50d412b869a74bc9560388e9d6f3453d5e01ead23b75b47f48c116c75d7ec2a1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/mushroom.json"
+hash = "23d72327792e805e94aece3b6fe5a35469c0c2d31abcfa829d532f77ef16da71"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/ocean.json"
+hash = "b89243a6f1f2042b7fd79c2e6d0bf9798ea59dbcc55b930d7d5865e6780beb6b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/remove_vanilla.json"
+hash = "30f8adfeb4a6f5911c0afd046cae5316f44dda1aced252167ee1ae7f0cd8796b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/savannah.json"
+hash = "299b1751384c922a0c3540660f7666ed62557846633e70ae81ea628c580e4771"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/snowy.json"
+hash = "05af6310649faeb0dc8e9b5a5e5c8e060670e5281e5f16e3daacaf4b3c30c15d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/spruce.json"
+hash = "170e1ec0e5782f192b7e4688b652690c18465239573fa075ab67ef4627e87b2b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/creeperoverhaul/forge/biome_modifier/swamp.json"
+hash = "820c24a622b42dc90b3654de33049292afb836117c5c3860b6d964075f745775"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_farming.json"
+hash = "6d1d100c5f406b8b04d7c514096a02e92b0b119377b981ccd5331756fc2af59a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_farming_treasure.json"
+hash = "6b8f6dbf266f6b2ea9809239e0af707af61126ac481294faef0ee5f6b00a659f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_fishing.json"
+hash = "3d7e1faf4fa584467b8d978811364607360f759c56fd0d5616713df1f78df9fd"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_fishing_treasure.json"
+hash = "cbfaf930a4b0ee5865adffa9c8261b20396fa59a18cb122cf226aa4fc813c07e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_gateways.json"
+hash = "ff9c053f31d1cb6cf2163e9ccb915c9a6dd35c932598dc2642f5046f98127cc2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_homestead_treasure.json"
+hash = "4d48a8ae5a6570682c5e2ce2ab52539b82def4f155859d024820fb63e94adcf7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/loot_tables/cte2_treasure.json"
+hash = "93590e8a3fa5615f81948fb33bae4448f8b9477b2f42b21998d6d2ae978b6c76"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining0_from_block0.json"
+hash = "2cd3e9e8ada763a306a7ebf37fef823204ca89fd467ec1d82700833a16057fbd"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining0_from_block0_blasting.json"
+hash = "d3deceb74c599b42c23fc9ece6d88e390374be56dcf96c3a793dd5ecada53ab6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining1_from_block1.json"
+hash = "5168c3841993389d990380c0ec95373447e9a508abb472bfb5dc2702d4e2dcc8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining1_from_block1_blasting.json"
+hash = "e48f4407ced8d67b92712e4bbbc0bce0207db9d5454f182f5f5f7c42a4bce129"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining2_from_block2.json"
+hash = "d0de8a17b84b11d5360a2e9267f6a1b1256e949e15d8dbb2893f82abdd40d8f4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining2_from_block2_blasting.json"
+hash = "bdf47a22c12cd5fea845d7b40dc92842ae2e9ed9f6a391b0f294b3b6fc968f5a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining3_from_block3.json"
+hash = "e274a129a31786dfc3136e8802ec9cac8be97a97f1a97626632e94b213674ede"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining3_from_block3_blasting.json"
+hash = "7af5ed83948c2835790725cbbc6e8f01711d61ef3b3dbf5692ac4a1b2d183651"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining4_from_block4.json"
+hash = "8a3737d9baa3d6950eefaf84d7c5cd1c97aab7d622912780c30709aaacc6f257"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining4_from_block4_blasting.json"
+hash = "26369302820680b75669cd1625328c762e49a3a5ecf07cdfc08f9893de5caf0f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining5_from_block5.json"
+hash = "4c58974fc4d2ade0f5d56958de2f51d2b088cd72c764350c0d354eb716af852f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/cte2/recipes/mining5_from_block5_blasting.json"
+hash = "21b5fe77471cca20aa1c76c381128be0a5f45c083c8398cdbc29437ef268440f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/curios/curios/slots/elytra.json"
+hash = "c498913397b88a7b340e3141f73306a326697357ded87fe21d71645b8feb437c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/curios/curios/slots/necklace.json"
+hash = "fb829a39328fa756519776056f68ce5ca944b146a77f64d65bcf2b36bd3b7240"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/curios/tags/items/back.json"
+hash = "eb29e701d985bf48f4642e260b94137032547f9b316c002159765c4ceeda300f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/curios/tags/items/curio.json"
+hash = "33975eff3c2c6cf9000bce7825e1256f756eb8a353be7e9b7011bb4298f97a65"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/curios/tags/items/elytra.json"
+hash = "67bd43004ec841de9d5fe87da5ebb8b948e45b0c358da9b8acc49fc9f617dcb6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/curios/tags/items/pocket.json"
+hash = "63d279330a53ea57c4dc44804686eb34d6756eb1eb05ba587457daab8c9b39d1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/deeperdarker/loot_tables/chests/ancient_temple_apex.json"
+hash = "e160d7bd97fa97ddcfc64ddff1c39a38f41cfdd1db50c6067c021652f11f8678"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/deeperdarker/loot_tables/chests/ancient_temple_basement.json"
+hash = "d2879f0012b924342d038dcef00ffaa29d74b36bfb88f208392c61f3da744274"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/deeperdarker/loot_tables/chests/ancient_temple_fountain.json"
+hash = "7ec68f04f33cafd5a53ce21d9d5b746be53bb71ac8bcd0384bab23c5ec7b0146"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/deeperdarker/loot_tables/chests/ancient_temple_secret.json"
+hash = "c7c901b5fe94e85b6bbbf5590cfa975798ef5740ff4887947ddd5258279f7fd7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/deeperdarker/loot_tables/chests/ancient_temple_storage.json"
+hash = "f1b6e736427462086bb053110d11de5e65918bda52d7ab707f7e330b662fdde4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/disenchanting/recipes/disenchanter.json"
+hash = "e8b1dbf7234aceac50363cbdcd9666f370af06532680f8e92b4c837433fd6ac7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/doggytalents/recipes/golden_a_five_wagyu.json"
+hash = "52cc1e3a90032e46b2599f1ef2bf7d404acf4b56d1074ff5db384dd279d34bef"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/doggytalents/recipes/sussy_sickle.json"
+hash = "e1f9e7112ec2722725af6198ed84162215eb24a15a13514ef7c81b64115f0b1f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/abandoned_temple/abandoned_temple_map.json"
+hash = "06771c240dccbb2a11e084694c8b36e35c6927d7fc3c144ef9a33396d7b489ed"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/bandit_towers/bandit_towers_treasure.json"
+hash = "f02d2beacb16460e0f96618b34fdc9022fa31f9910fdeef60f17c13d45dc055f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/illager_campsite/illager_campsite_map.json"
+hash = "ff22ac488e1d4e38a53338c1d31c5426a9d728068b5561d3cf79c5343eabf7f8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_garden_normal.json"
+hash = "eacb59e7886e26050149865e6f00bbcd8f0eec1f3d03760524d13f75c841c29a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_garden_treasure.json"
+hash = "cfaa231934f99c26988bd91bc96ba103c848ba6064332f8eb005649a32d1fd12"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_library_normal.json"
+hash = "e27369bd557b2831b1a6092e6262cf8b24ba6b2d0a88262270ef866260eba1be"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_library_treasure.json"
+hash = "888ac2ead4eec727bbd8620af9a3be526ae6dafcef4e739394a23d3d7762a643"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_normal.json"
+hash = "652a331da6228e80edecadd8ab076c29cab6279cea63d74b7f332589d050e333"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/keep_kayra/keep_kayra_treasure.json"
+hash = "a172d13a145650344e0fc9376a854222a6965f8e821766a975382f563f9479b5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/lighthouse/lighthouse_top.json"
+hash = "c26831439cca3a2b71d5a2a70fb7063f3ad3b35190b433c9a70417190dd22b70"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/merchant_campsite/merchant_campsite_map.json"
+hash = "99dea14d5d447d13c5520837e86ef14fa8a4bfd697c00ff94302e230bef4eee6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/monastery/monastery_map.json"
+hash = "74aacace790b1ab38beced4986dfa70a890bf7e133762a6f53dfc4012b945008"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/mushroom_house/mushroom_house_treasure.json"
+hash = "2f0129a4a08a34d429b6e0ccf8f30a224a9d646ca083ef6609791ff7eb752bb0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_elite.json"
+hash = "d6aeac5fd23b83bc41d9d745ffb6057cb7082582d62552ffba39f2a6f9a0ad06"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_gardens.json"
+hash = "9ba484075ef6dc00e7534810bd48fe3ee14cc4625f420efc0193e54bc120502c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_library.json"
+hash = "d605cadfbb66a7b65e1659b690b861099fd7ce5dee8d864c1b6f26051c9b4bcd"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_normal.json"
+hash = "b54d3ed4c457a0dc484ece3dc5a404629ed68c5bdf38f57ec8de3bd0ff42699e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_rooms.json"
+hash = "4dd0bc974bc0b25a204ee650b80ada4b51d59648da76c03ec2d6a793a0e0995f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_towers.json"
+hash = "5e47ea408f7244de4432a708966d6c709f9c972b405e1da986dd905301bb2390"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/shiraz_palace/shiraz_palace_treasure.json"
+hash = "547fa9ba9e0a9500f0a7c9967c62674ca48cd76009e6ae8164fb493b807f2ec4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/small_blimp/small_blimp_treasure.json"
+hash = "fcdd640d7e595ebc428c170c13dd2f0f1f83c84e4d76e69a6834cd2e46742260"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/loot_tables/chests/thornborn_towers/thornborn_towers_top_treasure.json"
+hash = "b34c37f17d875634cd430c649916f102af53512b32c5b2b41ee381dd45db3c49"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/structure_set/major_structures.json"
+hash = "43a0cbf23fb412f620f7b13f378c4049e6f9ba6cc2dde5977822ec18bcf9eb4b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/structure_set/minor_structures.json"
+hash = "319e6f8af4ee9364e9734b702bdf436fbfb8954c3166e64d66ba7454e35df339"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/aquatic/illager_corsair/illager_corsair_spawners.json"
+hash = "cdf0a65914ee4430cdc095da40ee0ce55052bf60fec30d819ea939bff00c9fd2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/aquatic/illager_galley/illager_galley_spawners.json"
+hash = "79ebcc2d836fdd703b6e82e0b2748914bdc7b666aeb7a4bad6e81c55d1ef3951"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/bandit/bandit_towers/bandit_towers_spawners.json"
+hash = "808bfb253ea51d8f436380be4dd7d41a916e0a178a3810e6e7fc9f6f09be9d29"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/bandit/bandit_village/bandit_village_spawners.json"
+hash = "78c411671d45b469f60d7805ad7d49a10e2c147f58fedf2d1f9ebb284095dfe5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/bathhouse/bathhouse_spawners.json"
+hash = "fbc9d51e54b77a966d46c3da37da52212405883f267a20b3478e6f515f3c51ea"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/campsites/illager_campsite/enemies.json"
+hash = "d752bc571e9ebb321641a85d9541ea8d13b7b4b06a547e1d50b334417ed8e706"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/desertic/shiraz_palace/shiraz_palace_spawners.json"
+hash = "756c6f5a6ce214b146d8f6e64e93000ec8338410a4be7726e0a04b525efef960"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/eerie/aviary/aviary_spawners.json"
+hash = "be641abd3d545fa2124a186e1217b7fd263236c37a834231651e24e4b0aa4fb5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/eerie/heavenly_conqueror/heavenly_conqueror_spawners.json"
+hash = "aba0bd89ecdbcd302d0393556892e63c50d10eaddb2048730263bd86c8944c94"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/eerie/heavenly_rider/heavenly_rider_spawners.json"
+hash = "d7f046c14324f7ea52d8fe63f69f6dc1756c265cb531c7f50068c0c392bfc1e6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/enigmatic/small_blimp/small_blimp_spawners.json"
+hash = "22970b3efb5e7edb194f5198bf7aa0c7f09982123f01d0d6143168c9a30a84e2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fortified/abandoned_temple/enemies.json"
+hash = "a7cdb650af68ec98ea5e28a1788acee897314b74904ae9cddfe8e057bf74be47"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fortified/illager_fort/illager_fort_spawners.json"
+hash = "f171bec1d94e37e2d70e740604788395fc213d910d40d729ba416f1dddbdce98"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fortified/thornborn_towers/thornborn_towers_spawners.json"
+hash = "d569baf945f40ccef0ed5e2911305dba84cc3b41ef3dc819b9d210c7c0efcbfb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fungi/giant_mushroom/giant_mushroom_spawners.json"
+hash = "f1c38066ede18040b48cd9676437da85da5b19e4f9842dc3a844528f2b216b0a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fungi/mushroom_house/mushroom_house_spawners.json"
+hash = "e64e69d41851ea96730266c3dbf6ba5fa6d777ce6c1a042e8d2bdc1b4916647f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fungi/mushroom_mines/mushroom_mines_spawners.json"
+hash = "d98d23daf4abd9e706dda17442ec297973f6080acafb11038e45ac5534e29941"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/fungi/mushroom_village_old/mushroom_village_spawners.json"
+hash = "709dea16395d2a0818a0b975f69e4e953447b5301b24950627fb5f8b0b96e0ac"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/greenwood_pub/greenwood_pub_spawners.json"
+hash = "ae91153e10d26a6584ef6818862a62af58b3a5baefc444a40bf558c39df5011f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/haunted/infested_temple/infested_temple_spawners.json"
+hash = "fc9c78bd066c322c8147296df2418ab6124f57d8c4b03be6bd251f3e2e90b640"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/haunted/plague_asylum/plague_asylum_spawners.json"
+hash = "fd7dbfcbdb5d50335405df63e5a44ad78bede3ecba3542dd2af024766dc47b13"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/jungle/jungle_tree_house/jungle_tree_house_spawners.json"
+hash = "677fd9ad4d35a07ce11e1b8c096c4df57491e0cfc45cccd48c2e8ebe7892a923"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/prairie/coliseum/coliseum_spawners.json"
+hash = "10630b8dc2e05f9d0412b217b656545105e79ada5edbfb330b4295b501ff6f45"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/prairie/fishing_hut/fishing_hut_spawners.json"
+hash = "92a69ca30a6e236f9036c0171914fc12932ab017966902416321f8e4a50d6bda"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/prairie/illager_windmill/illager_windmill_spawners.json"
+hash = "9354fdc5b9481cee9f0aeecebc13a22f081df88d4e5dc30a3ce26021d71bc5dc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/underworld/foundry/foundry_spawners.json"
+hash = "f685023077546cf0c0dc26d06624e54dc74f1d477b84a2a130af5674e155d4dc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/underworld/mining_system/mining_system_spawners.json"
+hash = "b8aad16cfb9bf02fdfdb69d7f8b7851a58521daffaa2ed66fed8093e1d0b7333"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/dungeons_arise/worldgen/template_pool/underworld/scorched_mines/scorched_mines_spawners.json"
+hash = "6650825352e93f104d239b9f8f4e0e0a685be8aad8e187acc3e2fa49e8e0cfa7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/elytraslot/curios/entities/elytraslot.json"
+hash = "2ef30ad73455283356c196badda6f5556f41e27f302e136404125f24fe1d0437"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_abandoned_mineshaft.json"
+hash = "29973a8bb4d3ff32e226b6df55426191f2c9c432b7799b8dfcd997d1376a1b17"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_hoglin_stable.json"
+hash = "ea57671a6f1367d14d92ced948e2518448d1b34ed17b4d1200712522c1c0148b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_bastion_treasure.json"
+hash = "a648001dae2289d1e0298675fabdddce73259dbd9b8eb91315af168bd173b6ab"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_end_city_treasure.json"
+hash = "cad540d63b66ca8285c02aa6afdb658d2f995039968b94dd6615937b8df5823b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_pillager_outpost.json"
+hash = "0d2c1b92bca800b549e6f600f1936f612ce1b96679bd6c9d1650333466de96cb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_ruined_portal.json"
+hash = "f5dba554245ec6f1c395db296d58bccd0dd7c3ef2d855b04a3fca86547e763bf"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_shipwreck_supply.json"
+hash = "d4ea2e79324120d0eda97ca3f1c5f2373fc89cc4d6cd0e87773c3f284c5ffde9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_simple_dungeon.json"
+hash = "e879ba5b70c3f78d9ac6834c57ade5a70bba289511b96c9db0ec61f34dd9aada"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_butcher.json"
+hash = "18fa8a3db57f60c216aa362faf56076310f74a3a3e24958f522aed38761f17c0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_desert_house.json"
+hash = "bd8e4b1bf581a184fb49d29b9128f52df0e1205336d68c63b12ed6b18254445b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_plains_house.json"
+hash = "9dc0967195a08df6e50617057905e4881dc07adc8228efa52f6d07083d76e96b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_savanna_house.json"
+hash = "eabbd779ca3b0492763340c6e4b3af234f5a33d6bf31787e2d4ed1b1e5545696"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_snowy_house.json"
+hash = "ab6d7a6c781b0b50cfe1e92d1b1273964030ee476be958ee496582d4abb380e1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmersdelight/loot_tables/chests/fd_village_taiga_house.json"
+hash = "05dd5e3bd846908b162627549081029816da1eea36f0b9bcb424ed4701a5bff4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/create_fertilizer.json"
+hash = "85ad0d7448ceefc9c65fc98a201f6f7fbb809cf37c35dda285067ec8bfb8db86"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/farmersdelight_mushrooms.json"
+hash = "07c44f06a8db3550781431120bdf900b9a708b6750b1b9a969b06d43267517e7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/farmersdelight_seeds.json"
+hash = "ab57cbede32de9fa449f66172bea1579fcee79f0ed4154da85fcd784c023c54d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/farmersdelight_soil.json"
+hash = "e07a06102f111a70cff785c1588607c2b401452551d96dc55013b16a4b037dbf"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/farmersdelight_wildplants.json"
+hash = "22071939056f9c94818f10bc29e1b0ee3a4603e0982ed5daf7112ae91f901989"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/farmingforblockheads_fertilizer.json"
+hash = "e13ad3beb3548b50e128639d884d003e6ed92822560482c54deaec8ce3bc2fd9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/minecolonies_soil.json"
+hash = "2fcadd2b6ae3e0932f3e112b4c76c68f191a3cb65ee23ccdec241028a33126b4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/nethers_delight_soil.json"
+hash = "c8f834b532429cbb57e76b58ec093856805b52257bcd28f5b268bb254396dca2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/supplementaries_seeds.json"
+hash = "e98e9366ecdaefc76aef683f91a987b206abe2bf6d9760c7df198175785ca1db"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_animal_eggs.json"
+hash = "a85d680706ebeb300c6e233bf59cd151f16780d0787a431c7645767747191b3b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_bone_meal.json"
+hash = "1f8dbb5805da563aec42a5367057b43bdcc1236bfb4b723bf5c03fcbc1785698"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_crops.json"
+hash = "e4ab0a2bd7eef47c2a983e32cb8b36817ebcf191db916b591ec4fa59e236a242"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_flowers.json"
+hash = "ff29d23d72e12bee06592c3af901dc52cd42f60939fcfbe3ce106c9c67fea256"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_mushrooms.json"
+hash = "511d54324756d185c46398296ccf1dfad972d7c9580d95ea24c4c64109dd94d1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_saplings.json"
+hash = "c82a70e6a7504944071076866b8864d64ab644cf7321fcfeaf78bb1c2a8f0820"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_seeds.json"
+hash = "054912c1dff65c8be4e5d6ff7a9ae78213f2bf7e1cf3d3f7db0e592c03673b3d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/farmingforblockheads/farmingforblockheads_compat/vanilla_soil.json"
+hash = "bf05c76d94048993ff4a3f43cef94593fafce285811b9e03f0e2d071f9eb2627"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/friendsandfoes/forge/biome_modifier/glare.json"
+hash = "a5d96b98270daf101438d3cabf6d1cab53b1d83d14d8d98759fa81ba2efc6f62"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/friendsandfoes/loot_tables/entities/wildfire.json"
+hash = "f122604684e74575a167ccd723d3e36b73f603fe762376e80a7cbf49623ca937"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/basic/blaze.json"
+hash = "0bc00a9207a15232021ceca5fef1d56584cecc13a92058705bb90b0b41ebed29"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/basic/enderman.json"
+hash = "037a15a8a57ed8224a40302fef960ca756aa1762d37d6632fcd5c3fd1f6640a1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/basic/slime.json"
+hash = "eb1af46feff596e8fade8501cfb2411aab13163f47dc8952e0a3ab7d0dbc0774"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/basic/witch.json"
+hash = "211ecf1737a44648038f0c2bdb3a8e55f8a80dcde5cc26acb4953748c2dbac68"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/basic/zombie.json"
+hash = "26f80dae970a0dc0dd26012461a561aca795f1c6f6077e53dae0a7bf5b36e383"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/emerald_grove.json"
+hash = "11f02d252d9772c51921c4fb85c12dc5e59bb81a2f97c43f48c79af2f10c307c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/endless/blaze.json"
+hash = "7c331177cf2b19b381d75d7eb0f4c1317e672075d0e88a51edd559480cf8b915"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/endless/darkness.json"
+hash = "b426ff8b7eabd376a656d06587093f24c0bb598b3178b01659cfc93b68ce7cf0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/endless/labyrinth.json"
+hash = "710c203a9abe3959b935dba2cc5f47d9820074f9566b4c1061c29e0ee5c0858b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/hellish_fortress.json"
+hash = "b827b689b3c3d720ac189347ec96e5e53eb8721e7f2f4536582f8f1bbee85d25"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/ice_maze.json"
+hash = "632baf6ea6091bd172ee32953fddd84871d4ee5552bc6bddc41ab2760043200d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/illager_invasion.json"
+hash = "8842f26abd1a5b4987dd9bb9a8285aad6a2a55ddab9d09d4afaebba03c66b4fc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/gateways/overworldian_nights.json"
+hash = "9c7a5e8de705fbfa65759559cd6546f8a7e167f2efaf05dce5769efe463ef825"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/basic/blaze.json"
+hash = "14d8cbdc1e4de6a4569b7b9a49d55f2379e98f735e37da0ff173e19e0275665b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/basic/enderman.json"
+hash = "b3f63ac41db30099e6ce2a7228c018de28bf9f5403672ff1c65783b7d663b03d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/basic/slime.json"
+hash = "db75461abc84364293c9af39f7e67795768e68223c51028a9ae018490d7d4e9c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/basic/witch.json"
+hash = "53b8e43e8d85924f769621b5dc0180eea235801d9c54182a312a4d0e381a16ed"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/basic/zombie.json"
+hash = "4484ebc9fb96054bf92b88d325e734919bdffb01ffc99d143d5d675ba13f4bf1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/emerald_grove.json"
+hash = "738034acbcb93ea5fd040454fcbaff23e1e5ed1d653e5b09a2092e6356d2e8b6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/endless/blaze.json"
+hash = "9b72372772198357d4fc3c5aa3e29217ae0a6aa8bb13218f4162c1ede6873364"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/endless/darkness.json"
+hash = "085a7392e960d39c8cece5df0906d0dee6a1ae6abc4ec1fb5b4011739c8db6a6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/endless/labyrinth.json"
+hash = "c6ce2c8616743a453ca1d32a2d522aba66b6d38bc0395659de042972b00e243a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/hellish_fortress.json"
+hash = "83797896761d00d16d23f3222640cc62f14dda7ab93209ee7793e3bb667fed92"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/ice_maze.json"
+hash = "26aaf77bfb69b0236ec653ab72d06ff1420c5f694657c94c0c21520bb2c9c414"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/illager_invasion.json"
+hash = "a9bfdc78493082d529e4a96eaddda0cfc176e4608ef41841a8d6e5ac50a25eca"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/gateways/recipes/overworldian_nights.json"
+hash = "d5cca5a8f46ef1ba76eed5ec0addb80874a3a2ef0e382dbf8ff922bad2b8c10f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/goblin_trader/common.json"
+hash = "fc79def30a9dffa5a844f03c01cf99bd8ec63a6064c479714b62a1edea76f466"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/goblin_trader/legendary.json"
+hash = "e3709cba915910491c621b8e4faf73ebc2210d41917079ed69305c001c9fb768"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/goblin_trader/rare.json"
+hash = "220f41f7636968978f55f48e6b21be8881b2b0b6c54a38cf2e07c4977f4eb3e6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/goblin_trader/uncommon.json"
+hash = "e3e2fc96d9255e1953ef0fe05742d8e5ccf3acaecdb47e12ec96698daae4b167"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/vein_goblin_trader/common.json"
+hash = "ad856025c398aadc374a03d8ebf352c5846a4b92cb72233c5f4cb7a1c682ebcb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/vein_goblin_trader/epic.json"
+hash = "8ae517dfc57b8f57d82ee203aace770410b457832c2bd530e6ddb0be88a0bba7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/vein_goblin_trader/legendary.json"
+hash = "90197f150af032de8cc20338b712f71bfd2cb9f24fba49514eebed34d1da0777"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/vein_goblin_trader/rare.json"
+hash = "04ec2c402a519de868df48e3de254ff73673ff0a90687fdf25f978a69fdd8101"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/goblin_trader/trades/vein_goblin_trader/uncommon.json"
+hash = "d24080b8710ce266f814dd533058f7fe93b7d83ce80c8e0026bfa86321d083f6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/black_sheet.json"
+hash = "bb5a3d4a40eded3b7634d01a362a35d0d4883ed7546f28313bc9f62737178b57"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/blue_sheet.json"
+hash = "820ae94a69640038254e1d5fb24f1a0c6f489696856d87a856ad199335e6c30b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/brown_sheet.json"
+hash = "1568db267919d34d6e632029b0760f5ac7e882000d2dc5db84eb923a627ed815"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/cyan_sheet.json"
+hash = "7d097e2c82c4dec77c427733fdba81fd256b07b0c357aa27086af500db411f21"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/gray_sheet.json"
+hash = "bacafc5bfe57af64e271569a962e92a84463ad1730cd1f757a755101d3908203"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/green_sheet.json"
+hash = "cf94448caccddf87209952372adc232beff4e4cfeb59f8a3109e127c210b5e4e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/light_blue_sheet.json"
+hash = "921a5effb7a8d6f054cca51137a1a52f3f3f52b5b806b7d22f2e55ea22b8243f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/light_gray_sheet.json"
+hash = "c0303d54217ff76d209d7bdc1be4ae46e17825c078fcecc0a78daa5c28ae9ef6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/lime_sheet.json"
+hash = "8cf737ea875ce87cf0151429ef3cd6f8fe06d94d67840cda8a0503ce4809bb37"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/magenta_sheet.json"
+hash = "2f4db6a359ded3aa92b6a03b2e4ed63b62759163a483c35805879849f2e518a5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/orange_sheet.json"
+hash = "969f5a18880251ef7f4e7f250c407e7e089da5fb160ed243f3a1188b4717ab20"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/pink_sheet.json"
+hash = "f73c904ca1c1077eee3b91b395cc2e174f3bbf352017e6760127f551e8cff695"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/purple_sheet.json"
+hash = "5837fcab6cb5d776ccae16ae06495af7b1a120d8e15ad14f501b9da3648428b6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/red_sheet.json"
+hash = "310199b6e3b1ad2559dbdbeebf059a7347b9008cb565a76c7d4da07db6848a11"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/terracotta_plate.json"
+hash = "df9ea3b1be29d4e0ab73c5e9869675e18fb719f17bfd3b9dfd187e5b26e8e4a7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/white_sheet.json"
+hash = "d763c5cde84d6f8d588c97c6516fc5e7c39f809ec9220f158480e26062df7501"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/wood_plate.json"
+hash = "62f7953acccb69fcc806b699e10441da3ed6584982372c5fd6c0b4de4e195f45"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/handcrafted/recipes/yellow_sheet.json"
+hash = "b67c2eaf84b6534f081ef2a75acaf80d170ea1654300861354859b1cba59c2c0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/illagerinvasion/loot_tables/entities/invoker.json"
+hash = "b5ffd8a2033aae09a9b39a512b2f2f8fca0c0180551cadd43a3a2191fbd3394c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/illagerinvasion/recipes/imbuing_table.json"
+hash = "90332c36e0a31ea24babdda0d0bfaba09031d963116cda26c8ca3cac800d7698"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/illagerinvasion/worldgen/template_pool/mobs/inquisitor.json"
+hash = "24340f4ac3c4cde5becd798705d01c63eaa08731a94ae98cea9749b772c1ebc2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/illagerinvasion/worldgen/template_pool/mobs/necromancer.json"
+hash = "24340f4ac3c4cde5becd798705d01c63eaa08731a94ae98cea9749b772c1ebc2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/blazing_hatchet.json"
+hash = "95bfb159784d0bdf4b2e54f3f990a7f50d7c3803157485480898e44a24919f55"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/chilling_blade.json"
+hash = "c920648157724d0b7e0ac69c58926c3882ce56728c2227e1bc5215957b6eea01"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/firestorm.json"
+hash = "78069aa7ffa9bae958c9d692f6d53f88a7576f2b008120780037bffeeb0f2d8c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/greatsword_of_sacrifice.json"
+hash = "9431282e6be9eea37c5c64c9cae95507ce3d63ab6c7d5732157e75e1484c4edc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/multiplex_crossbow.json"
+hash = "3d2c0e89c42272d21396dd7298643d78572a854922846cec2bf9941aa7dc85ee"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/ragnarok.json"
+hash = "622b6f044f698092b9b390c5d51ed1a424aa703a0645cfc93d19a3c4af179cca"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/scarlet_dagger.json"
+hash = "62630b41e53f387662a18f8df2fa569b679087514a738cd1871eb477bbb51a08"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/sentrys_wrath.json"
+hash = "7d3680cfb3f30cc3819306a0f626cedab05b79bd638aaef6a8949e6439bfb5b6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/trailblazer.json"
+hash = "caa437fc7c7d9349ce5db507d2ca689478694db3b62571eef564b0ff0c70b189"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/voltaic_trident.json"
+hash = "54a3d4121007763b099b29b4777030fa289c1743a2d6649896458612a7b35fc0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/incendium/loot_tables/artifact/weapon/withersbane.json"
+hash = "ec35613159ffee1995aa6cc393c7d0def981faf5e881a47c7706c6616d3b3f5d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/levels/functions/levels/levels.mcfunction"
+hash = "35f4c0527e5f2fcc806dc1f770e16588fe0523fe93296a27c40df08d49fd342a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/levels/functions/levels/load.mcfunction"
+hash = "ca09b48024deba806a6dc9878d1448d12351fda627240ccaff23bcde314b84ff"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/entities/lightmanscurrency_default_slots.json"
+hash = "06a1494607aa40d4584d1593d72c572efef53073ab5466cd0768020ca05bf704"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/slots/charm.json"
+hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/lightmanscurrency/curios/slots/wallet.json"
+hash = "faae38b8836e25973c918aead1dc1d234cebe79ab99cd6774d565ad1e8e3a0af"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/lightmanscurrency/recipes/coinmint.json"
+hash = "9eaf0c9fd4f066b4f57f34010db77f240eafbce5d72c7bad44be07134a293052"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/default.json"
+hash = "96eec7c6332dca68f164699c00cfe0cb6b00ae130a7493915d74c772e8714124"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/default_2.json"
+hash = "acec24dd35532593266e8084a5a56dfc7b787c035c69574d2f5ada735892831d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/default_4.json"
+hash = "e089ea23bdd2e1f21821a85c4502e402899171003fa6f0a9c943b694893365e0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/default_cheap.json"
+hash = "cfbb0c565069d7917b9da2819a143a3df4e2907fea065d858e9690fc1dec4e8a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/forge.json"
+hash = "33e389a9939ef89f8bd9cd81abbbc135f97fa51e762f8f97ced26deb46f1b315"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/library.json"
+hash = "4de0a8d4903fad5ca7d3b0a70c038db2bda8b591d45bb4f6515c8ea91d79b813"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/nether_portal.json"
+hash = "7b33536de456656581dc72b074613c81c9b9b166b5afc53ccfd129ea8a42b558"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_amethyst.json"
+hash = "04176892e5bfc466c47c3bb980f5231906fca7ded6059af470ca9790ef6d9dd1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_bee.json"
+hash = "235cdada327a4f3560e13ff891fb63863b02eccced2130874c1cf44092091b12"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_default.json"
+hash = "a4724e5ab0bb97b25ad502b23520330813b9701c7d4f65dc43ad49ecc62e5f09"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_default_2.json"
+hash = "7d413e120c97d787eacef685a48b7682695e15373a25f25ce109f75f08efa836"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_default_cheap.json"
+hash = "2e8c7c5d6b888ef75378ce85ed7648ec44a3b228997674583a8ee1fccbc29fef"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/masiks_puzzle_dungeon/loot_tables/o_slime.json"
+hash = "e7dcd3259e6c6987934824ec829eb5d9d94c6607c7c812b1d855f4a0ad89b828"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/diamond/dirt.json"
+hash = "fa8aa1b0862cd65532bd6c145d69cc14caf6d05d497eb983eae2336c68fb8e7e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/bonus3.json"
+hash = "fe378bab7af04f359e4a85f8e09d80c014f66cc89b78e9725989fc72b8998052"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/bonus4.json"
+hash = "1b23fee99c974314d924eaff6aafe0f2f6b0bee7974a96aa9afd197a2e7502fc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/bonus5.json"
+hash = "41c58697c295a15c07e80fae5a05e9b2b2830658190c8d52e048b04d415ba854"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/fish.json"
+hash = "f0da4ad1932a97e4e9a8ae1686019bb4fc72c910397c5fb8576eadeb8a4e426d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/junk.json"
+hash = "8aa8c80593d758449191eb4ad8efb37ff99d826e55e6f9f6fca3342e0dda5076"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/fisherman/treasure.json"
+hash = "b0724372f0c50fbfed4f8e4ac75042565b94d5caa1f3de6bc79b6e8e8839f5a5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/flint/dirt.json"
+hash = "83a686d7e7dfc8aff76e288ec9f5e1eb8afeb6de924f1db1a9de8a69a78e9e0d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/iron/dirt.json"
+hash = "1be1c6103f693efed4b193b23f9660e8a2041d63d95c2eed2f21ed37d0ec1922"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/netherworker/trip1.json"
+hash = "f4813480d9ca9cc5fbda24cf927c0eb4d6424b83ccd551a44eacadd5378ccedc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/netherworker/trip2.json"
+hash = "feb1a94cae440039c91a0e6fc555bf8e3d5f09e18a136b860b4adf683f7a9bee"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/netherworker/trip3.json"
+hash = "57c53ed353925c70610e703d03406895558126de07ffce7290860420c8f2e493"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/netherworker/trip4.json"
+hash = "9004848d0147de807ccea347bb9daca37b244f84ee082f4384b9eea025094f8b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/netherworker/trip5.json"
+hash = "393854892594b2eca8af70f21aea73bb63559e250361ed9e6eb2618cc80264db"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/recipes/enchanter1.json"
+hash = "b0eaccc6e6ce19404086222e96bb4d4bb420143f36ec94a7b4c5cdcb9cbc0771"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/recipes/enchanter2.json"
+hash = "4412418ee0858e7a174663982fd644cc37f9341fbf2362b84cad47d0f3280493"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/recipes/enchanter3.json"
+hash = "9bd46b23fc8bca3be930b8ff0538fc362a743ef63369bbeb3b21dd43ba0833a6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/recipes/enchanter4.json"
+hash = "bd5215d69d7dceb0a968457c20e2492c1dbe7fc448d01fb5f08f3fbff112702b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/recipes/enchanter5.json"
+hash = "46ebfc3984db82585dee22abb6274ea2efed045a306e41f68860a645c9eb473e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/loot_tables/string/dirt.json"
+hash = "4c05550468d9e46afd08399fff0256d487244ed8a1ecddf575109fe3855c683e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecolonies/recipes/spear.json"
+hash = "56ed41d04eb9112e94cb546e307f45c3f56fee4e8d23cdc5c94dbd23fe262d73"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/abandoned_mineshaft.json"
+hash = "eca268a47fb60eee4157f765d22ec4f592365396374411d510b22101f823be65"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/ancient_city.json"
+hash = "50df1333068eaa54bfb0586d70c727c9fd81305ac2e1ddfe3ac48312e7e087a0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/ancient_city_ice_box.json"
+hash = "96b3fb4c4ea6ea0ebc30d42ffb5da4a5bf251519cbf0b2f7dc6e241ab9a8e479"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/bastion_bridge.json"
+hash = "82f1febdd5b4d90dc1ca4f09867fade8aabeaa52b283bde817b23323f5976bca"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json"
+hash = "a4ab313a843f17ca601cc2268c66cd94d95f2437ac0f6d0951bf36b134959b0b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/bastion_other.json"
+hash = "5e3ed9ee72eccbe25347a952aedc28de503a305d406fadb65fe5a3e786b28cf6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/bastion_treasure.json"
+hash = "346059028253452afd34958596af07464eeefb622b25ade1df090bdbe7e12289"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/buried_treasure.json"
+hash = "d4e28680aa790c8e520f23a75f924cb94b8da7ba22e084f8d3fbec134f00a513"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/desert_pyramid.json"
+hash = "891622511c931349c0ae8abf3f810aa8741365a55c1b3154b4e5d081abcf5abe"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/end_city_treasure.json"
+hash = "2ff32ba96291433fca207edf9bffd4c600b99af4307098103ee8a4d85dedf792"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/igloo_chest.json"
+hash = "c9e20e310458c59f5b929b323c83e4a26668abde6c5f7d8ffb91523c8b440e19"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/jungle_temple.json"
+hash = "6357e028a887199d9a21cdadd2700336402d0395336c97573d2021e9668bf634"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/nether_bridge.json"
+hash = "e75891ea153567846c39da0d1563e212d560780af4600977d6352800a68d8233"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/pillager_outpost.json"
+hash = "420742d3c14a5ada0c9a431f8ef728b04d8808323b061569417dff5cb196591b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/ruined_portal.json"
+hash = "dc67978cdd90e934115650282d6d968423a268406019211cc3d01bb42cc2ec10"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/shipwreck_map.json"
+hash = "4ee2776b71535d8ece0b743741a91d1de6b001502abac60d0d8df19580dcf27b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/shipwreck_supply.json"
+hash = "c461056b5b61e490b167c727d790e8f5efc5f10c8fad078dda8b25e229c5c982"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/shipwreck_treasure.json"
+hash = "68c7554249df4a2c89d5e9e749cc6a1bbd062f21cfe111dce1eae55873ddabb7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/simple_dungeon.json"
+hash = "367bda1078adb1cf3e5da24a886252b9c641ad8dbc0942f11548fc8fc4db690e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/stronghold_corridor.json"
+hash = "362934c916b38767d3f0cb54b22a7e71dafca843f7db51fbfbff5c782ad0efb8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/stronghold_crossing.json"
+hash = "0a125b1f6a52cd46a22f74474e6731100896fe1eae74468b2ac6a63730ab5280"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/stronghold_library.json"
+hash = "89e4adaabd342b114f1595098f8678072c5754a79386eeb55afd4869a17428f6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/underwater_ruin_big.json"
+hash = "5e89f2599643301d12a44565b9073bbc8491516fc312d75c6fe64ca3f7bfe87b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/underwater_ruin_small.json"
+hash = "3235247a9ad133d6b76fc497a6130251331cf6a27a5cafac85aebd0abeb04df2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_armorer.json"
+hash = "a019f8d733be717d3d3a11d164459a7c7ccabb2fa1f763a220b75613d583352f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_butcher.json"
+hash = "90419ad446c3c4622d7c8cfc2d4bd0384ae2a7cd8478b53c3d2946015e4f1827"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_cartographer.json"
+hash = "5dace752d72669a1e91ac7e9f042a2f9b403cf51dd8572bf055fe1d600926405"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_desert_house.json"
+hash = "3e132ed7cdafff00c26f38bcb2226609ddabc8742bcd5c55a7b079b2b1be7fd7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_fisher.json"
+hash = "04fd8ba639add2baad1e6167472316ae7b2bef01543958239832e12a2a15877b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_fletcher.json"
+hash = "7ae5fad932b5027c9a349019f90e3a6ec08ee932fc10d5e81ed4b21a82a15bcd"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_mason.json"
+hash = "4e86d171b55d45696809e193ae470aceb98f1364a5f4ba0f15b71860e95e31fa"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_plains_house.json"
+hash = "26a5518fc0347fd18939bf3a569b57d125ebe4ca840f0a04e5fd376537584643"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_savanna_house.json"
+hash = "3d40c01704223b68b62f979438cb88fddf210d578f136841c3ce3e51aea70692"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_shepherd.json"
+hash = "0654f280d6e405d20d3b87cb6e2f376435b12475b8d2e841cf971dfcdb971145"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_snowy_house.json"
+hash = "e728e22959d329b3d31a8e27571e83bee3d89747443c9befa180edb44b93c1bb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_taiga_house.json"
+hash = "880e504e1d88d37950d02dad079b943f20a5ccbdfb167fb7bf6eb04c0e7fb261"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_tannery.json"
+hash = "405a8f710e3910dc04409e8eed13217bc6750975c468cee36d97dc45dbabd3cc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_temple.json"
+hash = "154945d4f78eace0daa376fc394de15a25405b1bbd88bcfdc3bcf9402b2e85b1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_toolsmith.json"
+hash = "2847d1ae62c479287f639069a89bae0c37a7905b12a37ffe65b1e661022b7f97"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/village/village_weaponsmith.json"
+hash = "2db19504d631bfe319616f46ad2967a084c883bf8722ef145d9f5cd9a1df056f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/chests/woodland_mansion.json"
+hash = "66676e31d1ee8c520fb72118f06129eb175772d6a1afdf5cbbc2a9beffa6dda5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/elder_guardian.json"
+hash = "5365b6c2f3a4a78a77213bf32cb29e6eb2a9b6ef38b5c3c8581e4e3f657dcc4c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/ender_dragon.json"
+hash = "b9817e54546335fa3ac061b6cf880268f7c1db7847601504563392eeb524704d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/enderman.json"
+hash = "563b12361bb06c8c936de6de96630f65cc719abc48c72f4689e0d1ff31864957"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/guardian.json"
+hash = "62f09ac1f49d3ad04e1f2105ce0c7101bf699a07043714249bcd78c4b5e9d840"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/illusioner.json"
+hash = "321f2d711fc3103bfea1422cf54bb544086488bfd657527f50d2bca4ae92ebd1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/warden.json"
+hash = "9b085df510a5f71d66f72e929ae8e58d9cf6689e2160f4247ae210b9bfc2910b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/loot_tables/entities/wither.json"
+hash = "8bff309ce20b2fb5abaa04ef57a7c31194cfdcd7eba04745285019801eb2a7f0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/tags/entity_types/raiders.json"
+hash = "9fdb4d7e0a2c335df08319a7c3606dd1fe06bb6341509611f6e2ac6a25d93de8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/tags/functions/load.json"
+hash = "4e6c0527550f2dcaa585b8bbff2e62b6fdb7de6af255be8f8ca6d2ad62024a8c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/tags/functions/tick.json"
+hash = "fe14df2382eb13c665ce73f203cc5b5169c13e3ea202e0d359726dfb00cd51ea"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/weapon_attributes/trident.json"
+hash = "b8c91854160b5938f2d29b581e786cf84ca0490956df072f4d76957f5fde4cf5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/badlands.json"
+hash = "b47a0c4a853a3fbaca2ca9ff1d7589efbb55624cb12370c8027720bacbb88049"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/bamboo_jungle.json"
+hash = "34cfbfaf3623a84e012cdc5431621ff2976b95923c9ae290e802eb48a337b554"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/basalt_deltas.json"
+hash = "1d0aa2b6b80cfb98dd0c95e305e7457c126efae537f4160fc5765739f685840a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/beach.json"
+hash = "3ce4a3313c4a4c52d5b99a224c437b41a13ce2ba28a5a8c66e5fc1ed94e2aec8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/birch_forest.json"
+hash = "69d679a129508cf99ef6853e76e247a0e1fa2484d7558fe9922ba967e18b2815"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/cherry_grove.json"
+hash = "3e9fcb9f514bb19f9d85a0c638ca22c472388504f309329bd7f360cc0b6e4343"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/cold_ocean.json"
+hash = "d580d21926e632e21407f913fee3ef4ca1cc3f456dd328762bb09c7ef330c7f5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/crimson_forest.json"
+hash = "e18e4741d8e364de269a8d0a5e11577055fe88cdf24a9b34b101ff6f9a3fd541"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/dark_forest.json"
+hash = "d91aa5a120987a168f9d9f0842afa0f2e1d2301e493ac12e8759cbbaac40e40b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/deep_cold_ocean.json"
+hash = "e68540361c5a9c3f56fbf16d58670f1961677eb71a0c2cb27ebcb01f210281dc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/deep_dark.json"
+hash = "ddd99bc81781002cbc4e4d4d210182016d6fb07272440a3230cb19811befafd9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/deep_frozen_ocean.json"
+hash = "7a6b1908082f8c90fe9a9dc0ae995d480bb1c434caa6dd2300d34647e16b027a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/deep_lukewarm_ocean.json"
+hash = "7990e8be4741defa3495d04e9dceda6279d2495b398b93257fb8ced6524e7faf"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/deep_ocean.json"
+hash = "e1ea0d67036ec61691cf1e6ed12b64d1518b30e5dd46ff815e383ac2d98e5b02"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/desert.json"
+hash = "815279a92ad35aa9d6b6e9775077715a1abca53bcd5682254c83b9935433a491"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/dripstone_caves.json"
+hash = "aec32b15500449b8131f5eb218fa2fe50ec5d0299d853fbd2952e23c83bd051d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/end_barrens.json"
+hash = "ecfefbbc830e6a38a2e477d9150e03239dab02fce4855f95ab83c6eb21a7f8d5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/end_highlands.json"
+hash = "edafe2f82e25c9b072120d70c7956cbf74c4425a19395d5c4bf71682e70785ad"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/end_midlands.json"
+hash = "ecfefbbc830e6a38a2e477d9150e03239dab02fce4855f95ab83c6eb21a7f8d5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/eroded_badlands.json"
+hash = "b47a0c4a853a3fbaca2ca9ff1d7589efbb55624cb12370c8027720bacbb88049"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/flower_forest.json"
+hash = "5ff6a8b7c72217b1200461f74f923203da49ff4dcdfb4ccc782474effccffe84"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/forest.json"
+hash = "5f4e4a4ff1eddab0876c3338470eac7e596dd3f169c0a14ab48048b205ee127f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/frozen_ocean.json"
+hash = "34ebdc3d3e07f41f6fa2c0a81090d76f9c7a636fffcd80ddf5cabc74fb99082b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/frozen_peaks.json"
+hash = "ae6de4f96609e93cfc6f1535744e47204836046def7e84173249dc15e636d2ae"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/frozen_river.json"
+hash = "af45558597ae6eab8e6a221a70009da5200314678f7ac0b349bd5efcce1d1c33"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/grove.json"
+hash = "85afb427472ea3543a914c2869afc5fa6f0719ca1f94967df84b8c1bb312b09d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/ice_spikes.json"
+hash = "cd05585d77e80bd50a468fb07cede80170a3a9475ec21fb98fc4c75c276ef85f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/jagged_peaks.json"
+hash = "08de88d43eb5974f2764ae7093cec24fbabd5b754eff7acbe182ec81d54e4caf"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/jungle.json"
+hash = "224576fd5881b4fd8d3c4eb07da03204ef6eefc4c8d88855b82ee971fb2e422e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/lukewarm_ocean.json"
+hash = "db4cc0893c104223e3376d87b645c6da02d294a936dd9eead99959596287d85c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/lush_caves.json"
+hash = "61da345eadd3ea2a3e884fc665a0fe59a715ae56aa910472d5ab6f199b5bbe41"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/mangrove_swamp.json"
+hash = "c2ff92b2a00768c4488ec61abc74c5104c7f00aad655cd8f9f483c4d9a4514ce"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/meadow.json"
+hash = "7eaafe6eea2d3fc0268d56d72a0106be00e2de63713d497c5670529f6b7b6a43"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/mushroom_fields.json"
+hash = "0e26f8e937584813cf63ad97ade61842c77bb57ae7bfcfb065278290246f9396"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/nether_wastes.json"
+hash = "7afd88be7d9f4410c5420f9be99c750c2da88f28c55ab19c04ff7c9dbdeb2566"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/ocean.json"
+hash = "1ddbe637fc6c83614feed8481527cd0db67d0129f715014d741eb4a88ff4f5b1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/old_growth_birch_forest.json"
+hash = "70440234a2f4109f71d427d66d487837a969ec64f13188d217dbb7d940e0f2de"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/old_growth_pine_taiga.json"
+hash = "89b38ec19e7ea8609805d5366490ad498c38418da512e02650954070c8c1ef62"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/old_growth_spruce_taiga.json"
+hash = "6ba082d743b3418fa2da4061d8fdb998876ea63fcec5bcf356f3f55ce51c0d4f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/plains.json"
+hash = "66cbca1c88a35afe941967da7ed3432044c2bd4e4bf9be3eef846250872d93fc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/river.json"
+hash = "3293afafc5847fbb0452df9891b50ff0a76870d6ad927bb276cb80135df68834"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/savanna.json"
+hash = "64519b72300c46efbaec0236468462bd83a8fce8e83b3d7cf21fbe2c3fe23b49"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/savanna_plateau.json"
+hash = "487438c8460c1be97c3f4639447752a90a66e7321fbb74d28d89e7d140e10691"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/small_end_islands.json"
+hash = "286c65a4a3ed56eb254ae4cfdae92e0fbc85e02a8e13397680b82c57b587c7fb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/snowy_beach.json"
+hash = "b1d95a3dd5a424bd8f6307ccb5c0377ba98e54a5eff33dd4a6ab9f6ce4c38d04"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/snowy_plains.json"
+hash = "b76730c90a916ce95541e46682a2e9cd597afb591ed90609056390520c8974bb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/snowy_slopes.json"
+hash = "1f932ed973794206ffe78c0c511221b9829df2af46e5b348f8ac0a62ab90b0f4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/snowy_taiga.json"
+hash = "1a8e876696ee0c6f9f91a3dcf6c55be6f170d5e424ef61da0b9580a7b9867eab"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/soul_sand_valley.json"
+hash = "d917c55e44bd0ac89db9294e6f633e5e6388eab26fe03cc883378e9ee6b2c630"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/sparse_jungle.json"
+hash = "3e17e741c0f8cb0000c3b89fe57f0d6875acfb2472920d24aefdf30ba3b427c5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/stony_peaks.json"
+hash = "320d53d7d12c79e994b9cf44c50c28d93498d05ccf5f8cad43d68a2f3d488db4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/stony_shore.json"
+hash = "f4527a7ec918e453d56326ef95f6714d61bfdd064fc12f3e5dc898b15140db9d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/sunflower_plains.json"
+hash = "5503b364fdab8555611735886181c4dabc12e09d23ad99813a9481a98e9650b5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/swamp.json"
+hash = "a8764bc061cbf03c50943aba1fbb48e67402e437db3f6b2d4a3f1d99d7375b49"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/taiga.json"
+hash = "e12d9f4d3f297ada1bfe11e0f1c36b4d19de9c86fc0ff4099c104b5a5d19b97b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/the_end.json"
+hash = "40d6fc6b520c22e11cb938241a52e62f63f08ec7b5aa8778b92efbb604796349"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/the_void.json"
+hash = "9638a0d920ec2a12a7ad9e112503399d81550a70971e3c7c062ffdfafa21111e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/warm_ocean.json"
+hash = "f2b25341f9e58d42715c3ac831d526133f7930009c0f7873a4fa44be636085f2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/warped_forest.json"
+hash = "339c55850cc4643a29548cd8cd43ac12954d2a6f47787fec776f2979a89019f7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/windswept_forest.json"
+hash = "43e51f9dfa7ba9b08a1736ddd2ecb44841ccbeab8bd312bc95dc1dbc1330f7a6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/windswept_gravelly_hills.json"
+hash = "d8d0e64da1c5025ea7c067c71cb1d5eb2673b9a86c10cf8911c4b40c60935a1e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/windswept_hills.json"
+hash = "d8d0e64da1c5025ea7c067c71cb1d5eb2673b9a86c10cf8911c4b40c60935a1e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/windswept_savanna.json"
+hash = "0d2a039e05323e1abd7955a2d0c7fab2c0958dfb9818c49b9f37a9c8abc757ec"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/biome/wooded_badlands.json"
+hash = "11ef3ae20309fec3306f42f677cc7c77787663378c8526180573e9d164e9e877"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/loot_tables/entities/enderman.json"
+hash = "563b12361bb06c8c936de6de96630f65cc719abc48c72f4689e0d1ff31864957"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/end_cities.json"
+hash = "d3fdfcf4311fb284a2e5dbe4b17a8bddb067ea7c7bb38e6946110669f7891bc3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/pillager_outposts.json"
+hash = "f4e5437ffa8c0974f7d1357561172fa93892b7a304c85b11ef82f10dfb3704e4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/stronghold.json"
+hash = "4520ea8fab16c7f503e39b75518aea1a15d1aede23531d57eb5814ee9fb2dd11"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/minecraft/worldgen/structure_set/villages.json"
+hash = "c7a578a05217477d0d4e569d7034d9760aad5bdab22bc27e1456c64cfee6c08e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/abyssologer.json"
+hash = "ca74340873035eb7da4c635a9b11768c1f406bd0e2b013d6fab5704e55b8f893"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/crystal_zombie.json"
+hash = "0c2f4591ad7d85e4a2a11882ba9df6d4ccd1e5be9b88048d33f69354b2a1915a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/lava_squid.json"
+hash = "05fb2b36c7e412a39f10923c2e73202a122e71c8a8cfeb982e1ed7eca7930dd7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/forge/biome_modifier/mother_lava_squid.json"
+hash = "fbb872b18fcb027fd1e7304bd849d8a159a2541b2c05576f4fa60cad94ff9886"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/abyssologer.json"
+hash = "171197e66844cc2dc186e7e993be5345dc34f0b90a4051e68787e34d2c5ed79c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/crystal_zombie.json"
+hash = "42aafbd137c6a4ab7b38cfec44ccefab8baa70c079a3306b5209fad4cde96206"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/loot_tables/entities/mother_lava_squid.json"
+hash = "fe18aec1a9cd61d660b0e8e5e09a8f3fbe76be4fb3ae8d5a3a6016a8e2d435a0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/ancient_crystal.json"
+hash = "41633ee2f21e757fceb384ad71d684114bd401b3594f7ac1d1a23ad84e95b18a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_arrow.json"
+hash = "868be549886135afd37417a06ff8959da36c6ce93e837f66f71f9b9d6f91af44"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_boots.json"
+hash = "60618a63abae57d56d11974b3ce969acb1a5e8ced1af200584cd062866963c50"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_chestplate.json"
+hash = "17a49f2cbf886f192f2a1283541859f2aec4f20f6989a1406173f350ae88cf60"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_clump.json"
+hash = "61c7ca64e46aaecd0c9f77daf3d104de9f1d88eeec19b32dcdb98611211dbb5e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_helmet.json"
+hash = "22f98ed17459dcdf5b1d7f42fd21ece5d113e6cb1e6e205c296764eabab2cfde"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_leggings.json"
+hash = "9825e09141a1f2b0450b69128f6ab94f3ba23a27096fb3344e4714c8cd5c4c25"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/recipes/crystal_sword.json"
+hash = "6dc25369f7a2a3c79e6accdfb8cd4171aeb2d20e10ca7ef4798de3a95b0b0a79"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/weapon_attributes/darkstar.json"
+hash = "1884cbfaa2ce24d99ec6b17eb2b65e3b3ad9b71b1cc8125785444f4b2defcdc0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/monsterplus/weapon_attributes/gnawing_jaw.json"
+hash = "1884cbfaa2ce24d99ec6b17eb2b65e3b3ad9b71b1cc8125785444f4b2defcdc0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/mutantmonsters/loot_tables/entities/mutant_zombie.json"
+hash = "77dd829cb2b40a3b496c7f05a5f5fdbfed1dd49162f13ac998e749c1bcb665f2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/mutantmonsters/tags/blocks/endersoul_hand_holdable_immune.json"
+hash = "59323774da9d3131fc3a91207fc9ef44bfbb1b2c13964ce98784cb072b3a8a60"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/naturesaura/recipes/end_city_finder.json"
+hash = "86ec88cdd86bb648617cc102b176c500ee90533e87f51e7e3914fafd36543601"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/naturesaura/recipes/fortress_finder.json"
+hash = "51f5a7f687f5cd4319bc3d189e48947a32b1ef5614c1bf63611b560f19ddf314"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/naturesaura/recipes/outpost_finder.json"
+hash = "8f073017a4fd6ff7b60d5f174387f207edf9f7f3098d1ed47b9a3e82fbca9f6a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/nethersdelight/recipes/diamond_machete.json"
+hash = "fea97294e3b583308147f6f9c407ee717d0d408f9f1484e52927f71e1273e25a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/nethersdelight/recipes/golden_machete.json"
+hash = "4b502d1ab4a649385f406e5390f474798158c96691e4f7ddf1ebad84392e7a17"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/nethersdelight/recipes/iron_machete.json"
+hash = "53220039707b28a2a27c2a00077cd3a5d69edc2073f603e1cd9565bef77d17fc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/abyss_hermitwalker.json"
+hash = "9b918c391468129c83d75f89a78f654a524f70786c0cee46fc14f841ac771159"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/alchemist.json"
+hash = "176210f3adad16db300eb1faed88db84a9e65112f527c32308c36a20d5b3b8c2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/arachnarch.json"
+hash = "01351571511fceadd8af28013ade6f11ea24bfbb82ee0cac2ece50bfd957aeca"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/awful_ghast.json"
+hash = "c11d8854110eb67a287cd2cfcdd630b11973938b774e587c72a45cce51d61adb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/eel.json"
+hash = "c2cad3d82b15e7e0c58e21ee7f6ad5e4307e5bdf10c9bf9ca53c9b35a2b81da3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/ender_dragon.json"
+hash = "0d59ae091d700d428a3e96f99530e0ac8dafce7923224229d88f37c465db2249"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/forgotten_guardian.json"
+hash = "f43cc6f24ffabdd20c3d702cece0f6037911b4863fab89c075be740718da1dbd"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/ghost_of_captain_cornelia.json"
+hash = "6be35db8d184c4521f20ffa060dd1be660495d93866cd6c359793daea5b2bb9a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/invoker.json"
+hash = "9ad57b0ab33479708df9f7cc53707d01e40d306979346c66efc946959b080489"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/mother_lava_squid.json"
+hash = "9ed20eb86900e803efb94a881d0c8424f80170ea7bf613ea3f8c24070384e35f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/mother_of_the_maze.json"
+hash = "40c0ed46141274dc82dd22b007f3c3e877988abfbf86d6dd2aa12b1b587d421c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/nether_keeper.json"
+hash = "43f0768651a12de0715cbd7889a8e384dfe6ee91739faa5af1482a78dcacdc3c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bastion_bridge.json"
+hash = "c0fdd245a9bb39d8fee1ea9ad6133a407e94faa99188412f8070565ccf155c0a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bastion_hoglin_stable.json"
+hash = "15f9d46c25260884b95a6d8207f7eec37b7d59f5fd4b28974bd15637d0ff4465"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bastion_other.json"
+hash = "3c81df866e3c4940e28ac4ebe8d60a82dba02dc96afe7bf37daeb3a2edd3e059"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bastion_treasure.json"
+hash = "90e8f4ba06a4bec8050568528ac0796a56e04563316df1b02a85527272283322"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_bunker_common.json"
+hash = "b0636dba513ac3a626eeb0c87eda9d5437246fabd8012805d313d384ebf54803"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_bunker_rare.json"
+hash = "4b27307c17076b5277ce4515992f818f2e5a77198b3fcaaf68e6653c91c7f876"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_everbright.json"
+hash = "e03bea20d508fa683bb81af18b189aa83bb8f7a634747cd968fe56b6bf9757cb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_everdawn.json"
+hash = "a4843583c496710290466a5659b66d41b5a637f461c9ebafc2a4ff9fc6fa1601"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_library_chest.json"
+hash = "58ac9dff1392acba63bcb6d88b8ffcd0f2a0b0d310c5f019ebdd295198e2aefe"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_mountain.json"
+hash = "8e8dae76cc601a06026d94a6b3ec9390d9996f058d27a77668c73656a2130898"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_nature_dungeon.json"
+hash = "0a131d33a5e2ce5aee271927584c4f8b5d882640ce47a23f1a247b19f413da1c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_plains.json"
+hash = "275f3499fc85a27f1ebbe3b2895ab615031e29901cb031f0479bd8e2177a29d0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_poison_dungeon.json"
+hash = "0d67232cc536741a4a06c078c7e0f051bdca1f9518fd338958fb280c776e3826"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_prison_chest_everbright.json"
+hash = "c13df15183dc871324e5e8ea1d158ffcf1d118a5838d5f666f3df3bb0b49ad31"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_prison_chest_everdawn.json"
+hash = "3a61da459664b48a453ccf39a240d315a798371a99f4450d9e499e18ffaa86c9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_snowy.json"
+hash = "92b228f0af88e89a53221b8e43dc64a030e6a350f0540a0be3dc7bf73efe18ee"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/bs_study_chest.json"
+hash = "6566334b1646c6c49dc481025213d9f15111223e36af72c51bfd6b86257e4d9b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/buried_treasure.json"
+hash = "542dbf3c640f72175f2e86e0e16cc27c321b6245ddbc62cbd668af70f8031a7b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/dd_ancient_temple_apex.json"
+hash = "65dfec007c6ddba217a77bb27e2f3016820dcb4ce3f28ffd555dd6416f75fb9b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/dd_ancient_temple_secret.json"
+hash = "238443177429cd74296a3966fb40bfb0c6fabcf6e27522cd22b8c83f9fa1ddd8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/dd_ancient_temple_storage.json"
+hash = "fddd3dbe40f1d4c7bf4b025306bec1a8e20d65c417179614965cbdff23ac97f3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/desert_pyramid.json"
+hash = "311c62c199b4c95525e13be0b0df5527648f6e206584e157ce680186844eeaaa"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/jungle_temple.json"
+hash = "787fb5d3184621c7941a7135c49f308ae51a88d0c91da644a976bb6ea492376e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/nether_bridge.json"
+hash = "23bf9dd359e4aab42f63d87781aaee80559eceecf614a7a71f1d4882ac98e297"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_default.json"
+hash = "92fba33789d7f119f656cfc1e3cf5a99ab0c674bd353614e2167489620e30c3b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_default_2.json"
+hash = "09f5602b26fb9349424e9683d59a0466976f37dfab202b901e15d784fe4b7e36"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_default_4.json"
+hash = "81c2f4b82430cff304b26c848bbd3c1c2a143360baf1e9401339b4c4916d14f1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_forge.json"
+hash = "790013923936a78cf48f97df73b9f40b97dfdb3f330280a338cdfddd19a89a0a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_library.json"
+hash = "21d09beedaa8c7d136646cea1720f85cd2f140e76eaf9be85918ec898bdb3f0b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_nether_portal.json"
+hash = "e2550a397d26757bf8eea6b64aca1dc4dd34b065142cb9812e6b7d7682456b0c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_o_default.json"
+hash = "70edd775b5a242af0e885d8bced326c885bcf51bf160f63f35a5eeba39cd5fa3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/pd_o_default_2.json"
+hash = "def023c71e15b7620742aad47a7f2bbcfa0a7ea11cfcdcfc272ded4cc130fbcb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/stronghold_corridor.json"
+hash = "ccb63869089ed7a3b8a677f2ae64d5b516c5eb2d1ba20b6f6b4da44cc50edb15"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/stronghold_crossing.json"
+hash = "1a4b6cb4b90f4bb8bd4d3b1e63ea4526cb351b1011991f5a287d57132937dc8e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/stronghold_library.json"
+hash = "e19092d4b1da0befcd40622fe25642db96ab991a738c6ce0203ecb06f4b70745"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/terra_glacial.json"
+hash = "f59bb781d9ad6516e8001c5e8745edf102b04561edbbeb8ae3d8a8764816edfc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/terra_spire_common.json"
+hash = "7dbdef933e517d9141698c0f010f793d7af4ed202a07940050b75f956e2b3a64"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/terra_spire_rare.json"
+hash = "9f1d8afee288bd44e48c50805eacc3f3aea75224cb5b3dabe5bb44133263204b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/terra_spire_treasure.json"
+hash = "450a21b7c36c60520a935e32b4aa9a6ae0a8c89e2a2b86a6927bd93d5038e05b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/terra_underground.json"
+hash = "b3dfb01e083626e50a53bbecab85d463b24cc73f2029cba84742433f7467b223"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/ug_catacombs.json"
+hash = "44af8dc5b8e46d3e5f3c547ce3ba632850819b4120828d5cfe48100e5058811d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/underwater_ruin_big.json"
+hash = "d075092cbe1491d358de70f80008fedebf1482ee7931eb1ac631ae4441740d70"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/spirit_orbs/underwater_ruin_small.json"
+hash = "35718cf10d06d8c71e23d8cadd44fc177d4e6b9d43d84ec8f26d80f744f8d3b2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/starlit_crusher.json"
+hash = "68ace6e8afef8e64c14f26163d1325ce58713e4167d6ab37cfb2f19571d6f313"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/summoner.json"
+hash = "bab9e8dbc1759cad7087daf06f4c4fcf2b289bd77c51767548cfc96b99be8f00"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/void_worm.json"
+hash = "1721f022eab6243f2688ff2fbe87afc124ee2d8abafde7906a82a34b22e8f4aa"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/warden.json"
+hash = "e44dcbdc0e6a069d4c543e022826e405240ad3c0e3e43224e1d7cbdf273c202c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/warped_mosco.json"
+hash = "1fd18a004a8247c9e8f8b5348bd3c29341324de8c65d7373e3f3b05b5fcadbfa"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/wildfire.json"
+hash = "939a6faf26cd05abddda31c931eda33e0c139ab27d8de28262c070d6f23ac139"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/paraglider/loot_modifiers/wither.json"
+hash = "089b60092ece8089550d6aebc4c06bc80d0fa754636c5fe6ae31b794d764b4f4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/refinedstorage/recipes/quartz_enriched_iron.json"
+hash = "24c91b80dcc6032a4e6d497b613e81a02406f5a5d3c21030e70a44dd868f95c2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/refinedstorage/recipes/raw_advanced_processor.json"
+hash = "8e037d1118cc06f3004cdf04b711b4e1e769cdf7ade33230a2312732d5bc9cd0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/refinedstorage/recipes/raw_basic_processor.json"
+hash = "1afec5cf014215da950a8278e3a2ad751795beafd0003f0aee87f712fd41c2b6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/refinedstorage/recipes/raw_improved_processor.json"
+hash = "8a84b771bdc4adaae3da0d9859c5484b3c8b10dfaa18bf78291945072ad2fd32"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_chest.json"
+hash = "0e65200dde723939394d1b3bb7129bea06551b3a2268b10025f3febc2c959fc1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplehats/loot_modifiers/hat_lootinject_entity.json"
+hash = "766fe71934460e4fdd07f75204cf3230a419071854b855ca71f6687495bb4e0c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_chest.json"
+hash = "502f61640a256f9612641f288e6d020deb1a82e1dfb8be4877ae3737e7945745"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplehats/loot_tables/inject/hatbag_entity.json"
+hash = "1d058ad700ea420ab2f56a0216290ee87291550b1c64bba545b90e510d729216"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_common.json"
+hash = "7eadcf294119f65bee3481ec9dd115da4f9347c31f83e78e8a74f190ec4a618a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_easter.json"
+hash = "cb1787eee437936b28359f033c571da2cd00243039c889bc7d6879eb462079c6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_festive.json"
+hash = "54ac88fe00a9bb2e94467c4b46cae5d335f67bc105ff745a7b41f0d592616e0a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_halloween.json"
+hash = "568bbdb03fa8984cbf121be3a205882875dbd86fc6447b8e55ead5de4545f7e8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_rare.json"
+hash = "d5282f7220435f6f7b5701ec4cc8e1e4857af3a4730a912cff9fef6cfea01950"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_summer.json"
+hash = "8275d1862e572ff50bdec266c2ef935feda1e6e8099949d41f7775c633da0008"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplehats/recipes/hatbag_uncommon.json"
+hash = "4f85ca353ff7e41fa6d732b2d1855799ce17225c6433dc59d486848eee0a34ce"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplemagnets/recipes/advancedmagnet.json"
+hash = "f4ac76abb85d8bf7ca15eb9be13f78960a7b5574172158b7dcf6f2408fbd42ae"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/simplemagnets/recipes/basicmagnet.json"
+hash = "fd57ed1eae14edaf7df4a01fa2af7ba291d683a6db3da5190e96570944667071"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_compacting_upgrade.json"
+hash = "0a69ffcf91e89dd75af37e33b55e959b3bb26a19cf1ff4fdd99374b886856b85"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_deposit_upgrade.json"
+hash = "971acab302022db0a820a5e22ec92eaf7e4217df38e9d4736ff1f73612c0c894"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_feeding_upgrade.json"
+hash = "aef91cd2e549c566434c5178b01c792088a8fff4aecdf0a062a80b5751948ec9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_filter_upgrade.json"
+hash = "1b92718f4c0cfc2c99f22931ce2a30d0cea48043e86a02460ff388bb2846a7ff"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_magnet_upgrade.json"
+hash = "95d6b8677aab529567b253fe50eaf76b0fd8703e84c605f54c055664e15c4bff"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_magnet_upgrade_from_basic.json"
+hash = "bf9dd46b72ecb0781c60b214e82020c597a5965e1755b576f5ec0cde2fd15dae"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_pickup_upgrade.json"
+hash = "6d445793a7f4c5acb0d1859e52f0184a0c79dee05093e2a630338c64302ad9f8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_pump_upgrade.json"
+hash = "be74a67b35a966f30a254427695ed660c607d842e40466a1a2feb18816fa1995"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_refill_upgrade.json"
+hash = "020c9b4c386cbd2f679715d7914734b3a1d2dde26bb27638a51990f81e74aec8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_restock_upgrade.json"
+hash = "0b4ddd495e4790d43ceb1229278ed41f96a196d3600b70bf40e1efa3a7dbc8a6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_tool_swapper_upgrade.json"
+hash = "5e522486124a1d9657447cb6652c452bf83a743fbc932cc1deeb698572b338b1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/advanced_void_upgrade.json"
+hash = "4aeed777eeb95f9077dfc4e2daea645997202d850c9eca87b271692785490658"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/anvil_upgrade.json"
+hash = "f356d859af01c5385a7c558a0511f925e70d456bf0ecbae1a202bbe02cf3b5e5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/auto_blasting_upgrade.json"
+hash = "c7b706fe083f931702dc377ebd96307640bef2595a5894659ec9e4ceac00856f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/auto_blasting_upgrade_from_auto_smelting_upgrade.json"
+hash = "7f004081b4b7daf023841e36ad472e46e61101a782c58302cfeb81693261f8a9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/auto_smelting_upgrade.json"
+hash = "e014977153b834d0bdd763524384b98c1c4e73ff2300c90bec87c12f466f264c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/auto_smoking_upgrade.json"
+hash = "266844fea0c9cb6855acca03fc1e3fee184d6a189ab4486ff3cfbd61c1a5f17e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/auto_smoking_upgrade_from_auto_smelting_upgrade.json"
+hash = "07a7c6c08efc4eb36b2ce3eff8db242263ccccf4cac66dab55f3a18e1a23ad90"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/battery_upgrade.json"
+hash = "4aa8b28666c515ed1e4309cc2dceafdc3e56d2147e2040183d4b610641ec61af"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/blasting_upgrade.json"
+hash = "b87ceaa78361cc00c3a6101f584a3dded39c1ed0e87950c88bc78cd5fa93cbae"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/blasting_upgrade_from_smelting_upgrade.json"
+hash = "39823af0de6608b858f0343a09ec25dc80f743b8a8389526a46787deaf2f22b6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/compacting_upgrade.json"
+hash = "47c3fe61da52edffa8a004b660889d000a8559c861ea52999cacd13f674fe5ea"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/crafting_upgrade.json"
+hash = "dcc51719c4a47533e8f2cf17f07221370fb50b405883bd5debce6183e3d32214"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/deposit_upgrade.json"
+hash = "3bddbf99e226dcc897c9e091a1de0578ff39b1e07b0efecdc69b641070f9d315"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/everlasting_upgrade.json"
+hash = "06c5af63726b9a4f017980db8827370a0d9322744bc03863b16f42d572b7b34b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/feeding_upgrade.json"
+hash = "15381312da433fdc465c46ef3c48e8def934b0cab86f290a9c2447640465d5fb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/filter_upgrade.json"
+hash = "1059006beb3c72a25849cafa019ab20e56109840e13889ba073bf1981ed0cca9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/inception_upgrade.json"
+hash = "af191c9dfba43e150402d1e258b69fb7832677d37dbbc4164b7537b6ea067ecc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/jukebox_upgrade.json"
+hash = "0f009c7d3cc072f30ff7d6b0fb178fc0d027bbeb0b718f82866ef4d8b4f7a2d4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/magnet_upgrade.json"
+hash = "925cbf25e64c3ddf79a838b757da4d676b1a5183145dcd82cf207c7064a4a777"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/pickup_upgrade.json"
+hash = "5128d15054b2336caa4c8d9a4cffe6fcc4d0d25bf9c86a2ea116d59d99264632"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/pump_upgrade.json"
+hash = "881aabcb40ffa97cb2ac00f903a223ae4c12cc15efe79f02248b7ed147476216"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/refill_upgrade.json"
+hash = "0e4148ec4b652afa3f2c4d465c06dd7c97dbb8b830f19b44540019004679fcc2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/restock_upgrade.json"
+hash = "dc2f286a84cbd02821ff1265a57b44fb2bef22561b09e50a0944223500828d9e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/smelting_upgrade.json"
+hash = "438964c2c3e099e2871ca00be36b90ac3006f66744b5f0abc0b704b9efa85769"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/smoking_upgrade.json"
+hash = "bfedee908fc8304447a6a99100eb2534c408f470c1f1057b8533421b477bbf4d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/smoking_upgrade_from_smelting_upgrade.json"
+hash = "721a4b9c0a0b495964f9e6c782fe91d7d2e096965bcbcce87d44c86525eb080e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_starter_tier.json"
+hash = "c5f1ad78156a960595241ceb9e879384ebd0c8bfbc041c02aa507ae4e79805b8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_tier_1.json"
+hash = "2087531171161a4fe453c85de8205a2378abf71af719c788a073d757235dcb84"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_tier_1_from_starter.json"
+hash = "d71c92ae40e77229df6392908602e6a2ab48a76449278f65362f642c2b2198bf"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_tier_2.json"
+hash = "c52a26fe390dddbdcc51b59f07d979a863c94e193027fba4ad480afa06398161"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_tier_3.json"
+hash = "1a29df676238067d85ff7ddb00aecc1caa4b6598b485de2591ca03b868396b6a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stack_upgrade_tier_4.json"
+hash = "19ee5e8deb363c72cfcc6d1fe4a95868a6ff82548340609a2ccdf1ed1bcbe2ea"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/stonecutter_upgrade.json"
+hash = "53adb9fb0950f596b3c6d3146f78716bd1e6e07b5474bba55157d50393def469"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/tank_upgrade.json"
+hash = "c902bfbfea1b34336403d51ca7b876c2179e353ba3b725280648caa82ba65d74"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/tool_swapper_upgrade.json"
+hash = "a7ff11b78d5b9a228b550fa289ecf09600d638087aa4a52c46e95a15d04e6bde"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/upgrade_base.json"
+hash = "1a65fdbcd28abc3f298d2bfa8650d8270e1a925caeece01e68d6586b5bfa7661"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/void_upgrade.json"
+hash = "2e9efb05d34d0536f247a735d67db53e8d15af8603b2adc30c3b7b9d6bf91330"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedbackpacks/recipes/xp_pump_upgrade.json"
+hash = "ddcb050e2420464490d4b5b0e7bc226a118c0d96b9bce3882d3302d62a2371b6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_compacting_upgrade.json"
+hash = "184f5dd063e95ed2f298eacc237701882778f00b61b16ee08a34a6c34974a3b0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_feeding_upgrade.json"
+hash = "54d407322fa60e32ab4059ce605be35361db347e824691796bc43546f1521404"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_filter_upgrade.json"
+hash = "1f474fae8db401290876c2dcd445e74548d88114d2a8e440f151659798272f48"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_hopper_upgrade.json"
+hash = "1ab358f1ee5852987ab4a11190e4ecc05a27a9c51a7eb87a262aa0b1d7f6ef1a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_magnet_upgrade.json"
+hash = "6cee802c3fbdaa37803bf61a129c293e15f3541d585ea17731a470d2a148466b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_magnet_upgrade_from_basic.json"
+hash = "9f4da9174a2f25b4904fdd882371a52ea3ca1ded7385756268acc3f875ca787f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_pickup_upgrade.json"
+hash = "db8c0cfbe19cf7d497fe1ab796ef31d5270e5c57d9c2a90d552f698a60fdd0b3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/advanced_void_upgrade.json"
+hash = "6623d9b42bfd672d614552c745554e2a0cd46758055c6e4cf5db32577bf602d1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/auto_blasting_upgrade.json"
+hash = "c0da4df4a7b6dce6c494fb8f02c20b05d9fd4fe5eac94032101593635dcca988"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/auto_blasting_upgrade_from_auto_smelting_upgrade.json"
+hash = "056b88fdab04df392864d3a602a080b0036b984ced8e09b80a050647e4ac6571"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/auto_smelting_upgrade.json"
+hash = "e6dc32e4f77791446fe4e411bbd18d30dcb4342d49bcc133a7977ababc8f4bdb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/auto_smoking_upgrade.json"
+hash = "d3385cf1cc301a16137614ddfe8517d31db8f3c22c43f52105f428a2c4c73657"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/auto_smoking_upgrade_from_auto_smelting_upgrade.json"
+hash = "0c2f853256041221e305a3b6680a7f5c35f352b35f261e53cf11b62932bff32a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/blasting_upgrade.json"
+hash = "b564a8c8e1ce2b80e2c4ac413d8602ad6055a5b05342c186f26c645d37e61dbb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/blasting_upgrade_from_smelting_upgrade.json"
+hash = "e83ed50bdad702ac90d80b7a93e4bfc099c42c755ed0777967d3e62fae650fd7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/compacting_upgrade.json"
+hash = "714cae7b32cd41d4b734ae5f0a846fe31a3644188bbe5d04ec925d39eb673f02"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/compression_upgrade.json"
+hash = "90253d29699d04aae2d4d8f711555f7faf141224b650750f255394cca303c001"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/crafting_upgrade.json"
+hash = "1368b834e8fc5aaabf24646a7499c19287b8ff1951110ce959d09af810560dd1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/feeding_upgrade.json"
+hash = "1fca8084dae0797d2b462b1af4e1aa39e23ba1b6f336bdf654274bfeec49e2e5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/filter_upgrade.json"
+hash = "cb4d5117b371211b8ae08b90df26b036b1c7fbf9d0445c6609b22540c2e12346"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/hopper_upgrade.json"
+hash = "9e1a41bf8e5f7623b100422e4454d550532a4c78229b093f9801052b835910ec"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/inception_upgrade.json"
+hash = "af191c9dfba43e150402d1e258b69fb7832677d37dbbc4164b7537b6ea067ecc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/jukebox_upgrade.json"
+hash = "d90b78d8cccf79ec95bc9f59d49eb6788f224cb3cc382ce4c4d0e922e4f9ba64"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/magnet_upgrade.json"
+hash = "96f43c8079ce25fe14649dae392f03a4720ec7d5bbbbdebc7917ffda7caf8f82"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/pickup_upgrade.json"
+hash = "b4ca15683d5a973f4b52982e1ff0be5d1a0825734cdabd3caa8b55ea27b5b641"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/smelting_upgrade.json"
+hash = "d81315c6e594694114d8ef63e4b084998021ea25c730573b1368064b678d42d2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/smoking_upgrade.json"
+hash = "bfa6cfcfdc69edd516f1787ae61839612636967dc36c7de11a384e98eb3c15c8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/smoking_upgrade_from_smelting_upgrade.json"
+hash = "7d092c0271582c260e6c86a7382c7d92b703db433fc67b963cfb65691500d71c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_1.json"
+hash = "86a6fe831b669ccfb013e04837e9cc0264e062f0afb5926750e4212620496fcb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_1_plus.json"
+hash = "183233e46ee891774a6a9244eb1d321db43fb71c461f23822a89ba430420e97f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_2.json"
+hash = "6f5db7cf1d2e55ba89d02bb3e04787da5bdd2040f38d86f18b3c32d169229653"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_2_from_tier_1_plus.json"
+hash = "4c05ae256c13aa02d039e399d7a9a1f8fc561d0778c14df62b56289f189ef77d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_3.json"
+hash = "5f275db06b33c8efb2d0ed263eb7ce41f9beae30fb1ca1285c4b0938887c3887"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stack_upgrade_tier_4.json"
+hash = "f2444383c2201f946a2faa78f0c9587e1d4df377dffbd1980c554c149f262571"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/stonecutter_upgrade.json"
+hash = "3ee8464a08b326a32f187f187917bdb1b0544c0507558153ad48da51f00d76d8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/upgrade_base.json"
+hash = "a80386ec41f218931d43286d984c1960cd31214b041e80807e23777b022ab881"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/sophisticatedstorage/recipes/void_upgrade.json"
+hash = "c7d8b65e280bdea690521a14b46d74c31596c44fbacde1f3a001077da7e389f2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stalwart_dungeons/loot_tables/entities/awful_ghast.json"
+hash = "100fa56a5ec1bc53b590a3ed27217fac08737ddeef39d115c2036b17bb8dcb9a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stalwart_dungeons/loot_tables/entities/nether_keeper.json"
+hash = "5cb76dcd6071e603e72eb6dbba02cc11696a950ecfb5e4c9975ddefda779666f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/functions/mechanics/altar_crafting/main.mcfunction"
+hash = "320d6caef825a182d469c93fc29a85b40b9a7459bde93080ea5219036f379dbb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/ancient_wooden_sword.json"
+hash = "b0bb4cf48653b86d27e988859aa5dd450f317afca6fedc95e9fca3fa0b1b1e55"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/clockwork_crossbow.json"
+hash = "06d6111b629ac25194fa38d19bfff0231988b0e2418035da9d89c10ba78c5890"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/dragonblade.json"
+hash = "4972d36767ab93cd11e83e05d8e892ee0815092245d6c58986fcc3611faffe09"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/frigid_harvester.json"
+hash = "bf0653a696b8f351dd664d9cbfd9d10457f95883b7b74ab063a27da7cf85cd4c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/kaleidoscope.json"
+hash = "c4479ac99b2643155a4198dc5eb1d80bff9c798f8e526e8e538113d645609240"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/prismatic_punch.json"
+hash = "1d88aa845bb350e01fa769ea8a8493c60e1fd8e24690b72e215007c442e9527e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sabrewing.json"
+hash = "b271337a485654b16d9578d20eb0bbefe5f68a550fa2e0457c7edc199f15413c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sariel.json"
+hash = "2c7d595f6638b12f070299954db6107c318b5f8fb3c119d97bc9e1db15bc7b3b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/sharanga.json"
+hash = "745c0ee5f5176b5b718ebfcc4937d1094f36de5d3b07a2406ff465b461a8c749"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/spirit_dagger.json"
+hash = "1287b72b49f9ed7963abe1fb973466508b050854d4462465f036f84a7bfdd242"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/stella.json"
+hash = "d860df4965d38aadf1221b37f3fe8019684d307aa81d7446dacfc0c916424a26"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/tamaris.json"
+hash = "e144923e2d315837002fe93c335a50cd5fa96f65b470a6782f7851b66ced5ea4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/loot_tables/items/zephyr.json"
+hash = "4e0ba91e3c962ae0aedb94547e37bf38cad436da363c19c60c13ded0d94952c7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/campsite.json"
+hash = "4d0c5b4c2b43695b66f15cd509cb92fa2ecaae82ac926da91bd346efb4b6776a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/chapel.json"
+hash = "cae721cfb47c9092d6221b1013b17bc9b50ec6847a1c9fa5d2c0aac4c1de379e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/stellarity/worldgen/structure_set/return_gateways.json"
+hash = "099bc235c1664503c5d1ed2f63fd34b96bd60f2772cd859f16da36719839cfef"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/supplementaries/catchable_mobs_propreties/chococraft_chocobo.json"
+hash = "eb8729c8194bfdc339d771dd11ba302e3e7dd611a0fc1cae3ea194d67289428c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/supplementaries/tags/entity_types/cage_catchable.json"
+hash = "479742fa9bc018cc9b90d3b21d4dc57395406aa387cfc46d2924d852267b1cb8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/telepass/recipes/diamond_telepass.json"
+hash = "b265b9f6325ee68300fad043ab7f95a5fe3c44c36c02de1d53453ac11fbfed19"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/telepass/recipes/gold_telepass.json"
+hash = "cc6fe8c5bfc878d27320e3dec145b281029252f802721a3489344fc5107a9c26"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/functions/toast.mcfunction"
+hash = "88917ffe822ff374459455da515327c9c20903e890bc77dc1bc15156026da7d2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/ruin/glacial/junk.json"
+hash = "4257457f2b0fbc8215e42b8877fe20f3bbb3e624758bdb37e1f66e5a425e15a3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/ruin/glacial/main_cs.json"
+hash = "f6537001461487f3536641dce7b24139bd69f70b0294b15f31e316a0fbfe6e12"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/spire/common.json"
+hash = "910a26e38e20a7bda5f4de2cabd6d1ded0ed535724130dfb70e2cab7c1c0281d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/spire/junk.json"
+hash = "2a2300497b0ce600e43568014944b024024c4537c03d37a60ff39845cc39685e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/spire/rare.json"
+hash = "344f1f53f9189a9961b82191dceb55accfd1b7a08833500932eb7e9153682fb1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/spire/treasure.json"
+hash = "4203f785fb525210b499bdfb6e766a9667602129e6d06390a93ae0a72153a8af"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/underground/chest.json"
+hash = "34326219014cd499b762c9de966e623a8535e8defee13c0948e3d76dd9bfb1d8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/underground/giant_bee_hive.json"
+hash = "f46594a9675b3f0872fe08092ff29eec07f4b9b3141413a39c134e577405ce9d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/archer.json"
+hash = "3f9d0f9546ea843b6227dec48c1f5ef52b125e8d19a8b8341848c7fd6e179957"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/attic.json"
+hash = "2d40eab0d6309d6b85f21802cc20236244c378f771bc5ad7438c642878c8245c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/butcher.json"
+hash = "d0f40c6f1a80df0b9cdb8bdff224576fe5239f22fc8916980c140a12a9ad973e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/cartographer.json"
+hash = "9a0a8641042e819b78669288f1849e55a2c121e383cca7adfc0103613fa11a24"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/food.json"
+hash = "98c0b53eb5b5ba445007421707cba84371844a07ddebdc91078592bd1205c12e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/generic.json"
+hash = "817e1d3407ba2795cddc932c883b9d59b79f4d9016f0c732fecd15e4911c46e6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/generic_low.json"
+hash = "fa06c5cad125e45adacf15f88078a1f63f6a7630cfc680bd6fa563b0671683d7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/junk.json"
+hash = "29f04b026162af0878e8df0d347fbc15ce9d317acb95dbc0097127fbd120b6d2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/library.json"
+hash = "c477845bdd8b21982fec80bb8669edd3cdcaa940b9bc1f0e230f8666b2f169c8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/mason.json"
+hash = "a25ca8f9e195716ccde04d6f548bad19c7b7ea2c298b87c8c1f444f1df4415c5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/smith.json"
+hash = "f4096642cc1d204f69c8139c661ad8af01e6c19252b08ebaca4a256940944e60"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/smith/expert.json"
+hash = "6db7b76644aac8aca1addb1d0db2f43ed29ecd9c18adae9ee0034a4c3b67b348"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/smith/novice.json"
+hash = "d79faf9b4006989535ddcadf5e3a3a3393588847818ac2ca8214e6070c27c652"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/desert/treasure.json"
+hash = "941b9e4a82a3e4c5059059c68e90010f2bc4809eaa6418ad32824465404d3a58"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/archer.json"
+hash = "3f9d0f9546ea843b6227dec48c1f5ef52b125e8d19a8b8341848c7fd6e179957"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/attic.json"
+hash = "2d40eab0d6309d6b85f21802cc20236244c378f771bc5ad7438c642878c8245c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/butcher.json"
+hash = "d0f40c6f1a80df0b9cdb8bdff224576fe5239f22fc8916980c140a12a9ad973e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/cartographer.json"
+hash = "9a0a8641042e819b78669288f1849e55a2c121e383cca7adfc0103613fa11a24"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/fisherman.json"
+hash = "bd34cb95c11b0d48373cde8a73adb1aa65562ad247afe74355ce592aed19a210"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/food.json"
+hash = "98c0b53eb5b5ba445007421707cba84371844a07ddebdc91078592bd1205c12e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/generic.json"
+hash = "817e1d3407ba2795cddc932c883b9d59b79f4d9016f0c732fecd15e4911c46e6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/generic_low.json"
+hash = "fa06c5cad125e45adacf15f88078a1f63f6a7630cfc680bd6fa563b0671683d7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/junk.json"
+hash = "29f04b026162af0878e8df0d347fbc15ce9d317acb95dbc0097127fbd120b6d2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/library.json"
+hash = "c477845bdd8b21982fec80bb8669edd3cdcaa940b9bc1f0e230f8666b2f169c8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/mason.json"
+hash = "a25ca8f9e195716ccde04d6f548bad19c7b7ea2c298b87c8c1f444f1df4415c5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/smith.json"
+hash = "f4096642cc1d204f69c8139c661ad8af01e6c19252b08ebaca4a256940944e60"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/smith/expert.json"
+hash = "6db7b76644aac8aca1addb1d0db2f43ed29ecd9c18adae9ee0034a4c3b67b348"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/smith/novice.json"
+hash = "cdaade0f2f9868a1a2b5094f4857d16aa5f4441eb532cc1d304f9b2f754b0f73"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/tavern_downstairs.json"
+hash = "7a765400cf02feffc84e7b572449f0f9e977db40d487c69b6496d907b4e79eee"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/tavern_upstairs.json"
+hash = "19d0cc715aa07fa1340efbeff199c89181ad6a9adeaf56e86cea78838f6a41fe"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/fortified/treasure.json"
+hash = "dcab1b174d130d83fa382226c381f199e860b0238177d956ed862face8e96ed9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/treasure/diamond.json"
+hash = "504154b3aae9d6350af01074f4b0870f47ae8bea5e9ad6206ed570cf781230a5"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/treasure/emerald.json"
+hash = "bcdd54010e27ecf7feb71ebdad9a49bbe04bcc1c621019f401c7644efa1770aa"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/loot_tables/village/treasure/golem.json"
+hash = "c125636679e5f12d8cb2b4bacb4762fc9efc770074e91cb7e245a75356c60af0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/alpha_islands.json"
+hash = "cfd006d20a14cdb7b46dee114125c0ebe8bab8529fb0d8ed0ed3740370e6cc1a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/alpha_islands_winter.json"
+hash = "50a75d4d9c1914d7551a491e20658ca35d03877d5dd1069b6b71ede0c755db0b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/alpine_grove.json"
+hash = "3c9bf0f96a6122416e5873b2508c0ba41258db3380d2107d07680b4b4aeaaf61"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/alpine_highlands.json"
+hash = "0a4ef48bdf6f9ba0bc58218b24c664aa77dec30a724656461419cba097904eae"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/amethyst_canyon.json"
+hash = "3c6fc0908c540af561b241c3ce7d39a8b0170f4f9a3a99ecb1d938915b197f7c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/amethyst_rainforest.json"
+hash = "81e7df5f82d2ab4c49d4495b8e63aa089e9828abb7b9d7d35bb127f8186ead40"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/ancient_sands.json"
+hash = "8da74428fa7131390fe7f172b6110c6be0209a1bad1d3229b467a7dcce0997fa"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/arid_highlands.json"
+hash = "f2456e651a1876811d49b7393054b9eb2bcc53712cabefd0b2d6815f83e6c513"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/ashen_savanna.json"
+hash = "a69125988f9b5060310404de3b4770809ebcd607c1889230d5c375913559553a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/basalt_cliffs.json"
+hash = "040234766d06bb47bfaa128760f5975a689f465a875bca937386d061d80f3471"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/birch_taiga.json"
+hash = "467467027ea1e851275de4e4b442ab0c923a985f4747149765b78aedbe18e4dc"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/blooming_plateau.json"
+hash = "173ebd1fa625d09aa7ac127efeffcf06f75d97e1cd3b155dde39383543ffb730"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/blooming_valley.json"
+hash = "4951bd4c2cf3d4ad6a02cf311233a34a848303f18d4bae369b6dc86fd09013e6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/brushland.json"
+hash = "7cab259412ace6b21f64748aa1796383a0a41dc70d0839bfbdb8d12eb70ca37b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/bryce_canyon.json"
+hash = "993ac3e1d43f04da86009c1456db0ad5c90906a871d20e06ba51185ae4b4d9e1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/caldera.json"
+hash = "db3c9eaf57fd3dda9adf38d136e1f1c8c7d9f7c2cc31554a970cea8653cefa61"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/andesite_caves.json"
+hash = "e481ad63fc4038079a62f2a66aad7ac63542b42a5d5789d38c9e35dc291ddd66"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/crystal_caves.json"
+hash = "6e2c32c2397a67a4762aafadea156050a2ed2d38e5bf6707dc52d9d52cff0b97"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/deep_caves.json"
+hash = "61ba36c8eb78e4e13bbc3b18ebe93b44dd31c377553e5ef1ec05947c670b5287"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/desert_caves.json"
+hash = "53b27a1bd6b062c6dc0f90142fde245f56b40693e516cf46513473910ab641c2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/diorite_caves.json"
+hash = "aaa4e306287b1e3e1ca4e7cb4030e25503544534972da9b647924d8e1091fc8c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/frostfire_caves.json"
+hash = "57bc13b0b41e0540db94e9cb450a2b2b230cf6a1488cdb577ddbc6bb6653c1a4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/fungal_caves.json"
+hash = "40a7ed7eaa53a9f5a28594a73aa580ad375f0490b60e038673986483371b17e8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/granite_caves.json"
+hash = "8a1bc3c82f19608c2e1dd4363b6e97dc59d9664d2a3dbabaf96271f110135c9d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/ice_caves.json"
+hash = "b1fde034933e3e0b6659d75d1bdef477c65e8c6af1700d0bc4e394ae287922c1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/infested_caves.json"
+hash = "bfc640472fc51fa8af7cb5fc2993fd2d0818c08ccad37748674a84e7af7a4db1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/mantle_caves.json"
+hash = "bdd89409cbfd41d3dc93b0efe4252f24c417d367703819c86f50a74ccce26b19"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/thermal_caves.json"
+hash = "c0d428b4b66a65b31057752036f6944adb44e20b7554bb4bc55896f3fc0848a3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/tuff_caves.json"
+hash = "59783fc4985f86b95e16302db7eabdb6b6a2b133918eacd1cddbec2f4577fc7c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cave/underground_jungle.json"
+hash = "bff1d67d2c5bf1a9726e77d0f705c55325b44e743f7bcc103732f15e712797cf"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cloud_forest.json"
+hash = "6682bfe5fffcb8325a94111b89ad5e55ddcbc36df49354a3bfbd5a2293b801e9"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/cold_shrubland.json"
+hash = "69ff2701da8225d62d24974f5f05c636a3eaf1bf32bb354a8887bc0b4fbff4e7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/desert_canyon.json"
+hash = "51a2c74a55818de90bb5f0b7434204c142346acaf6b914c07e98b63edd9eb010"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/desert_oasis.json"
+hash = "8d7a3ff1253e1204190617781d8f8a8663a402a50813111aa6143b9897cf83d8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/desert_spires.json"
+hash = "8652d5a3ee7a051a30f6325802310194233849a9bb05ceea8bb2be7a59a7c672"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/emerald_peaks.json"
+hash = "b00f138e198c601a9586b87b31f7befd4c54f21a1096acb8d94f9df28f56cc84"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/forested_highlands.json"
+hash = "cba135d391f6a2422175d53729e1b554b8da487365a0d3ed9360c4f1cfdeb80c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/fractured_savanna.json"
+hash = "8312b666e0b50e4d29ca6e2a6e4d42381dca1f819568f865dbb9136e52b07ef0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/frozen_cliffs.json"
+hash = "d94ed921dc29dabe8ac1a9156035f2ae5387fdf519f5c3c94bbe65fe5ccd8440"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/glacial_chasm.json"
+hash = "3eeaaf50ade2a43934faae9bb094fc3cfe60c60d2f776533b546495faa7352ad"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/granite_cliffs.json"
+hash = "2519144610e8530da2d5bebb2c0ad2a8ea48f496fe41b0ddc43731546df489d6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/gravel_beach.json"
+hash = "d89aaa01a495607ea40fc9b697a3a0b31d769d57b1213ea5d1f0a28243653f8d"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/gravel_desert.json"
+hash = "9167e082ffff8d5a27870978c916e10f9c4338d90733be95379db09a02198e57"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/haze_mountain.json"
+hash = "1c8ade1048377f3cb09dbeb3a5625ce30ef11bf82fc5c87811bf049fc6783df7"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/highlands.json"
+hash = "080c111ab797a10c686bbaad388e9b9f1bdb89b97b98df1a7f6861be7ba45e09"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/hot_shrubland.json"
+hash = "4b34c31a3d5789e5b39530c93894fc1f16bbacbc6920a4232fedc2eddf1517a1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/ice_marsh.json"
+hash = "3acb71699a7e905b0257e0465644827d2d7c8678a308ee2a7f470f7b5444fb53"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/jungle_mountains.json"
+hash = "fe6e4e625b66d401a4cb31bc5a0098c5fb5aa56a4a29365ff9163022ebf2da3b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/lavender_forest.json"
+hash = "34b2ce751d12bc738cca65e01f5074e1ac813d1c348aaa8ada25b599ea7597f0"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/lavender_valley.json"
+hash = "3bff7a42b32c76eef6e00bc0a41826d048d563970a28cde877c15693c2990452"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/lush_desert.json"
+hash = "a99dcd881ab003d6418e96bc068e94724ea61b21b881c05e4a0172b28a7069b2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/lush_valley.json"
+hash = "c41c6e4b21e9c2c435f5f383d8ec7cafa48cd3eea51664e3fcfff7cabbb0fc11"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/mirage_isles.json"
+hash = "51aa8b8962cb32b1e1b3cd0bd52e928e3c7678142c54bd1da0c37ef884905558"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/moonlight_grove.json"
+hash = "071afe3e74acfdc8660090d627391b1cc380e782be798a2589d9815fdc0cf2b8"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/moonlight_valley.json"
+hash = "d6fa028b030204586fac5e54ee22e9235e3990016f756378e2f86ec2cfcfed9c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/mountain_steppe.json"
+hash = "43ba80abf7ee547d94b295441723c94a50efc1eb504b30e10a7cbef94eef408b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/orchid_swamp.json"
+hash = "f061dd6aa2778845a33189ff11426523ba75f4abc6d4dec1f8c69ab4239fd7d1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/painted_mountains.json"
+hash = "75fad9310f662efe93d007ed4fa05498beed3884874d9d88ac5ee8d4b9af5f42"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/red_oasis.json"
+hash = "712aa1c4751a8f6618c21aa19307f6dbbc9e0ff1ef76765266669cf9d32dad2a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/rocky_jungle.json"
+hash = "fe6e4e625b66d401a4cb31bc5a0098c5fb5aa56a4a29365ff9163022ebf2da3b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/rocky_mountains.json"
+hash = "596cc449c1c999c7051b25eec1f9a67a59019c5a32e9adfee7938733a5b6b94b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/rocky_shrubland.json"
+hash = "13e8ed98faed643e3985a091020ef1ed8d855c4dc7d3e615707d2987eeaefb90"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/sakura_grove.json"
+hash = "710ffdb570a3e70bee35f70b5f57a29dfa689fd9706fc4094bacecdb0e309a6c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/sakura_valley.json"
+hash = "94b1a9f52629f58a05e58eeb65c92e05e357b5b536c8a8de0785daaa7614663b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/sandstone_valley.json"
+hash = "0a539584f746a51c449d389bd00c84693c56441d28626d348ca995e999d1cc6c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/savanna_badlands.json"
+hash = "9807d6901589825454f877db7d4d539b1731cb22329b643070f226b20b7f9398"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/savanna_slopes.json"
+hash = "238ad6765419b2cb8a089f905d6a2b9fbdd9e18125897d27cc07c1f46a9e6fec"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/scarlet_mountains.json"
+hash = "ec1b07878461a557bec912c46b8ef5c260d6fd5a075e5db01af7de5c01a25d06"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/shield.json"
+hash = "04472b9c783c8a10af3181917b448e204d38fd310371215224ac0ab7e8f721a2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/shield_clearing.json"
+hash = "53de327c6544cb776625bbd33b54995ac660890eedc1fcd67e14b4cadad145bb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/shrubland.json"
+hash = "4279356eb9657f9dd47b0a2a85874c284827a8cc2ce6fa654af8272c1cadb217"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/siberian_grove.json"
+hash = "7514f8eb61305183fa34726c7731a98ee498018bad008d8e35e61f8f8dfc0922"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/siberian_taiga.json"
+hash = "2d2611de74d45c58bb077b9627877fad6813626343ed6a066a9f15056b535def"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/skylands.json"
+hash = "cffc4d6557fc98a6ae14ae55eea48427028e6e6ddc51be1ae8679d4bf6754c0f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/skylands_autumn.json"
+hash = "3a15e2cbd6bc008f03e264929a2d8757e3a272cddbcbfd8ab98e452170a84734"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/skylands_spring.json"
+hash = "bfa68f073e175b44a6add1a180e4c17ddfbbbdd31dcaa3d51cd754e944b8c66b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/skylands_summer.json"
+hash = "e3fe0f9924bd3c02432c8fed0d236bc1cb54785703fdd4ec2d446d8743c31297"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/skylands_winter.json"
+hash = "29eb8ef74701c517fcb919106de212b61aeee5ec94cbc875848d21c7728ec7ac"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/snowy_badlands.json"
+hash = "f6978d1530995e60085ca6d6d9d44a871fbb9f6b85c8c3dbe97940a622365b16"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/snowy_cherry_grove.json"
+hash = "4a0e7dfeabc37b955113c02fb4bef3c01854e6243b7b22aad9b1cc5a10aefd10"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/snowy_maple_forest.json"
+hash = "d981d99ed35c7b1ee0162aa77055f5b9670af03fa39dbe8069b17f86033f9785"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/snowy_shield.json"
+hash = "b66cffef22f24f51621ed07aa824555fca43a65f8903c57bf8f221fa790b6aa4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/steppe.json"
+hash = "82c6d97ea7641eff3bd521b446daacb799313f00171c70c604b7d94285b1da6a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/stony_spires.json"
+hash = "dc450e3f3e6e53b659d5210543fce15aaa2ee0b10937f4478425ddd767690f3b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/temperate_highlands.json"
+hash = "a48538820d37db63d8197c98b6b93cd11747e0113af4f491ce61c25ff25dd43f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/tropical_jungle.json"
+hash = "346bbddd52b45fceee62adba2f0a44b4010b60840e176567827ed98a5f54d3eb"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/valley_clearing.json"
+hash = "88bb92ddd988838b29a75330e581b42bada9f897128cee4e671c99426e61e32c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/volcanic_crater.json"
+hash = "c7fbf9e41e0301acc4ae602470b2624e10fa9f30e945dd0e0a965f1c0a8957f2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/volcanic_peaks.json"
+hash = "8547d6c45916280ef8d1a3047dde1e859d4b0ccae58b981380c35233219f926a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/warm_river.json"
+hash = "e8b39bd6ce4ee5efd2d65b333b4f92fac3c69612307cb27ee23d6cc444e2e493"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/warped_mesa.json"
+hash = "49f4a8c8871b7626899dcffb3c2e73eba905313e752176992aca566abeed78f1"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/white_cliffs.json"
+hash = "6a570c10d0dba6d43a7c8f571fb6514141521bcd5aca33203a0bf2815df0493e"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/white_mesa.json"
+hash = "6698d0d6c9ae13111b2ee0c3c10fcb6e050a645fc27bcfeebe18b4ed9f66148b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/windswept_spires.json"
+hash = "2861585c7a8f6c644218199842b03640d5f33ad570474b982f8702d2a8f869f4"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/wintry_forest.json"
+hash = "640df6ab8c0fb20fa2ab28fd9f45e41b66aa976aec02eaefc5ddcb65ff9b2d2c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/wintry_lowlands.json"
+hash = "640df6ab8c0fb20fa2ab28fd9f45e41b66aa976aec02eaefc5ddcb65ff9b2d2c"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/yellowstone.json"
+hash = "66986702c96290553d742da4c0514ec36ad5dd1e5ca9babe22a1e148f922ddc2"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/yosemite_cliffs.json"
+hash = "4e74ef7c367091971e12d11e35c71a2d04dd0ce5622d68cbb8c883ac542fdd78"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/terralith/worldgen/biome/yosemite_lowlands.json"
+hash = "0489cff8970c8bf5aa37aa8e531a33ef1b99a9a0b40d82b619f0eab67852f519"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/chests/catacombs.json"
+hash = "47c28ada6dcd7bc6505a2072d33755a65454b89110a732d85c56859420162a58"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/undergarden/loot_tables/entities/forgotten_guardian.json"
+hash = "aa18737fbd983499ec9a55d3caea9e96385d773d80229cfff8ecc35e1740739f"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/undergarden/recipes/catalyst.json"
+hash = "52741a683f29647f5cef5be1eef9ec070f3cbe6074c330d2bff4db798123e73a"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/waystones/recipes/mossy_waystone.json"
+hash = "817701046cca90e714a24dd98ca8ec2ae5ec5d7addcb5d7094102452b87ef0a6"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/waystones/recipes/mossy_waystone_convert.json"
+hash = "024871e1a4373b70ff00b6fc6a6496549048385878cfc1f0578e8ce9f3867c67"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/waystones/recipes/sandy_waystone.json"
+hash = "7493c243981bfce48624802fbbd98484d0c840f2c40f22064ee62f1adc6693ae"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/waystones/recipes/waystone.json"
+hash = "1175d65dec4b5f2f19e9b963162163028fecb3aca8bf0674a46f929a8af9b1b3"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/wstweaks/recipes/blaze_blade.json"
+hash = "c74476b804b0bdaec4b22e9df6695fc8f8e5ecd011db6c7df80344e4c1c14712"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/data/wstweaks/recipes/lava_blade.json"
+hash = "c0811a477595b9867a283f08416a585b0bf11b2414ad10f1109fdad2ce18709b"
+
+[[files]]
+file = "config/openloader/data/CtE_Configuration/pack.mcmeta"
+hash = "b481c9bc6e8596c6b36628c1be08099fa7282e12d010061e0476e1372533c7ce"
+
+[[files]]
+file = "config/openloader/data/CtE_Events/pack.mcmeta"
+hash = "e5e5979248a0ff70412cde4a6124ae24bfa62fe27f9123128dd4834f43aa879b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/loot_tables/blocks/alchemy_station.json"
+hash = "50e0511a67b6e53aa22e624f3bc38d20baa71d64ab595c7f0f6cb0ef9bb2bc19"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/loot_tables/blocks/cooking_station.json"
+hash = "a5d86cee35fa2fe7b97af690c0b1f6ff71d148afd1f7ce556e1151993f19a5c8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/loot_tables/blocks/enchanting_station.json"
+hash = "c4e2dc001ac55f1daa421be98b4cc4a52867a1eada13c15e26aca02ebcfa5404"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/loot_tables/blocks/gear_crafting_station.json"
+hash = "0e3fd3b39bffaa3f476e311fbf1cd63d47169ac004c8021dd30564a9bb32e548"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/loot_tables/blocks/salvaging_station.json"
+hash = "36976790ac25d388e20dd9884b2e3bd9a3085543fdf33ddc6cb4e923ce24d88b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/amber_amulet.json"
+hash = "7f44d6b8cf800d848ce010b1e78fbb536f0cc4f3ae3b86eba6b9af4462f3f548"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/amethyst_ring.json"
+hash = "9920f152040cd4d22a9d6225467d32ec4ea440bb4fc75fdc4d7f96783f9fea90"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/arcane_staff.json"
+hash = "989621b8d9634aea5113bf818a943ecabc33611ef9c7ec1861d0b0a61b4ffd32"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ass_bow.json"
+hash = "cbae020a157427a085a445d0d712ae1bd34c5bfda46e91f3d00c8f8490e0dc33"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ass_crossbow.json"
+hash = "efbc72d1eadeaf9d577b475586cc343f4bdc0bf1c206dccdacf5473c76cc873d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/bandit_mask.json"
+hash = "63c8d79ddadb2b8d75e87eb4de1ad540aa84d94f85497049962b75c6bcd971aa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/blood_amulet.json"
+hash = "44cdefb09cde8725d7d23d117ae1689473b4fad4077d4683d14ae75c0f32b550"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/bone_bow.json"
+hash = "a29a57a8bcaf850f3e862e8952d8f963bdc07bf73b852ce4b81956988b141286"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/bone_crossbow.json"
+hash = "3a22836c16b53abdf69b73bc4c0c8cc8d3c88545c0c27c7435b0b79299cb3239"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/bone_helm.json"
+hash = "bb0e60a0076c0aabf6ea29a576e209defd5b8b0d8bdd25ec1377f69e1a0938ec"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/broad_axe.json"
+hash = "0d4fbcb29b0665a9818d3cfe86f97f31a09795882efaca11a461d7034f7beb3c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ceremonial_hammer.json"
+hash = "9911a903b9b5115e66b0018a39a36bc59cfbfabc30b366b5f46c8f8dc1bae0b4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/cleric_staff.json"
+hash = "bbc62337a7349dae8970334afd501a08f316fa12d1c4780add08de7f67e6e4a1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/cursed_staff.json"
+hash = "40fd610cc659ab35e36fdcf9cf417e656a3ad42dd5401ab5cdd206171b9f4f58"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/diamond_ring.json"
+hash = "8bc963062d442a244a386b4e361afb94d36196cb900e33ecd75eaeab5c2b5290"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/dusk_blade.json"
+hash = "971a6545d60924ef20f23f1e3879d19712aabb886bb1869c210425a9a4682e7b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ene_ring.json"
+hash = "c46d8f368e2f636eb034816bb35552a694b65c037a37c7c70badd2e264932918"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/glacial_staff.json"
+hash = "a7cef9afb06d19d52850a6ee06b6de2cf92f71d468c103e80ed54661c31ed3b5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/gladiator_helm.json"
+hash = "bd3cc09630b3345dfe203c526355b952a9b8c200780d2a81702635222d136093"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/golden_crown.json"
+hash = "90b950817b1eae33f8ec18ba7cd3e50e28a23f77d52e2b72c43ded4382ad494e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/hp_ring.json"
+hash = "8abf4587b74d9c1200b21a61423c690e1aa62258636f84b4f64cc563b67c40ed"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/hunter_hood.json"
+hash = "7f5d9ad2f34f3feda1effba2657a4de7c3a9c4bf0af52c6fe58c47737764b550"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/hyperion_spear.json"
+hash = "153aa3bb2842f7d98580b2e7dcd315cfe318f15274fc74c8c5eba0ead41a1ebd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/imp_dagger.json"
+hash = "91ad4f398a5059e69059e734b1b8419c80645a1a6b17d6be7d475590a7df37ad"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/imperial_bow.json"
+hash = "53c3e73e4d3bc0afc9649450debf5d39bac0493d9ecef09054d18045fa377efc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/imperial_crossbow.json"
+hash = "6de9aff6c10dfea31f9007fde26c1cd18374abeb0a3e10f262b12df72505db4d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/jade_amulet.json"
+hash = "a88cbe080a769c6ba22221a2c855ded87a0175f2f5ace13b9f41501e388f4087"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/lapis_amulet.json"
+hash = "2258df513d3bef2dd721cc46af4655e4da93de6c4c63cd33a7104e203bcce1c6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/lightning_staff.json"
+hash = "450933ad020703578e005afc89319d064ac538edd6cc3005e5f4cb4a25dcf4f0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/lunaris_circlet.json"
+hash = "abaa97f65072e489d60080588784b0c2f436c048a619665dfca50d4de9c42029"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/mana_ring.json"
+hash = "05fc867c30676144380e04dd32918eb3d83e5e388475ac60840c9487e2511ba7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/mind_cage.json"
+hash = "9d0df78d05d16e99de2c62956bf2869624a028450396ba324953a15f731bc3c4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ms_ring.json"
+hash = "2f2d89be364324a5059656a417410efda1d36c30907c0bef28389d154996f68e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/necro_helmet.json"
+hash = "739b9d5605f77f36da59f41b29b6ddc92b1986c768447484659e257cb66fe285"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/oakwood_staff.json"
+hash = "1f793b4fba7cbcdd5ad7eeb92fe7e500a5d3d6929f77d38a749379d1d9e38e63"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/onyx_amulet.json"
+hash = "ffbe4a487405f8c36694db93249c2f9265a9198e97cb3a6da86f11862bff8ee4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/royal_helm.json"
+hash = "0d83bc759db97f72cb2f72377ad044f4bd780c3c714411a7f1c2176bca06715e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/royal_skean.json"
+hash = "aa3560012916cf5c1421fcec0166d95485002264c6381cfe8018b047490eb161"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/ruby_ring.json"
+hash = "fe8645c8ed813484dc69360aa6e4a573632460e9ef7a6125e753c7015a04dd5f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/rusted_sword.json"
+hash = "ce74723ba51e866fca85ace8b47f4c4f9041187d04277abb23e0f12f5992521c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/sapphire_ring.json"
+hash = "7461734b5cfa03bf897256115fc9d4a40dc0ac2edcdbeef678136ebb3d4d90c5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/shiny_amulet.json"
+hash = "25e798a9e2baee32dda2160b547f69db2dd2eb64dfa95ec02615fec27723d9b9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/shiny_ring.json"
+hash = "e68d1d9748c0a2b6c9f78bd6932910d0ed50ba339d9c28648d3045ab8422c586"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/siege_helm.json"
+hash = "ead0177f9941b0c9b696ac7decbd688e9a29af6bcce618a602c35d61e1384dee"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/soul_amulet.json"
+hash = "c31bbb413959930316518d772cfe3ff6dcf7c8cae81bdc9843707c4d1c77804c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/thicket_bow.json"
+hash = "7b6e4e8cd5ba0fd49cc2baebfafa1da3a12aca89c4d9f263090411fa4ebf5437"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/thicket_crossbow.json"
+hash = "4804ab23ac31949c157940ecf40c4674426870f6d088d5d14c2922a4ca3402a9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/thorn_rapier.json"
+hash = "2086dcda7a5c81eb9045905d0a79a4cafcaf1ceb6823fed2dd09c4c557b77804"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/topaz_ring.json"
+hash = "95ce120c8ab7859aedebbf562c9c43bd29f84a495e1ee0b76095f5a6d1cd3064"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/twilight_blade.json"
+hash = "937745604c0130b527ba94e8ab030574befc9f582f374e5388cee7d0bc415abe"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/vdo_mask.json"
+hash = "4b881c896ba7cdca6d073209ce88e2d0e14329d0ec6ba2f845356a4c4a77f07b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/war_axe.json"
+hash = "d222ab389b1e0ee2a2bc406008376dcc611392a0813c755885eacfcce94690c0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/war_spear.json"
+hash = "248ad54a13fd58f6a0b0414b1ea4634b1b1088812722518cb60800b56ff1a27b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/wildfire_staff.json"
+hash = "adc35889fd49004d445b121d1b80305c09de4c46515991b1399374b49851cfa8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/implicit/wolf_pelt.json"
+hash = "505f55c9636d151acee57155ce19a91bd9b1f95aaa91f5447e5cf9a6c6499f58"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/anarchists.json"
+hash = "83e1a5631efeedae9870c35eaa65130f59a6b2fe05ad75dca8ae226a52a77c79"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/archeologists.json"
+hash = "0c8e9556e39b462c590161077a47cb84b077f596f550d8b3768b94ad40a9d122"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/desolation.json"
+hash = "691afb7aa0ec681a289ef185e09507c6d5b1dcf44cbb82562d16255cfd24179c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/energetic.json"
+hash = "aa1f70f303f24fe4f654c1557b8c111b819a70255d43196adf538b5b964f4ad7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/energy_thief.json"
+hash = "2e32f80a228bd1988d50190b58b9fe5b4469d3b452854a0ac8e650bcf3a84731"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/fire_spell_ele_dmg.json"
+hash = "99e3b28401e14951b25671910847e17c6bea17f15386af7a7fcade718adfb5fa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/fletchers.json"
+hash = "f4274d9ccd2aee6b4b5cd66f51fb9713690e214bc134eef5ced38b1e16a222f6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/focused.json"
+hash = "c5e8e7352e605e4b3e341055bd426d62a6c9adc0c331067f0a84850f71dc4ab8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/gazelles.json"
+hash = "94357dd9e62e6f10c66d2a09b1a716d06e44ff487ffd950658bbfbbfeffb594c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/giants.json"
+hash = "798390556884bc51c021a1e02b094120455072fe80c122cdafa0e7bec6333c31"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/heal_crit_dmg_prefix.json"
+hash = "e1c181603458f77b6994dd6307d31b9a5c78bb7a8f7874bc53c0555e3b4cf18e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/heal_crit_prefix.json"
+hash = "8460242a993fb35b4853d4afca489041e4e9ac276f145b60bfcc8459be117311"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_armor.json"
+hash = "cc25921aa0bf367dd3785fc523229e090d96e67f9fec60154fd246b3b95dba2d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_armor_half.json"
+hash = "13a350fdd665d595ff58511c2ea579a641a6c246119d84e284916730ee412a4f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_dodge.json"
+hash = "0744630696245c1c04efe5dab952aec1733e3c80ec555439627aa9a777cf5016"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_dodge_half.json"
+hash = "53729462ce953e7bc181d5cded377ab39668e78ffd5fcf28558146de9e8edd7a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_ms.json"
+hash = "5beaff16435d9899833a30208ca9f4cd63c53014c30a4af33054dfbc1b929cbb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_both_ms_half.json"
+hash = "ac729ef45aab405cccfe3bc8db15c9c47aaee1760430e009d3e74c24492d6c86"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_armor.json"
+hash = "5f65a1b81ef466e8417b1324ec80be056630b903f146332d8a9195b43084c7c5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_armor_half.json"
+hash = "d92f90093a6bea92971ae652b6c5a43cb144cf703236b8995a3add05c03f6f87"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_dodge.json"
+hash = "0940d24bb2bd8e47257453ccec6e94383585bedb35181862f3da227944343dda"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_dodge_half.json"
+hash = "75dd2a985e5a1ff403d56a9579039020c86a3e65ca6a035fb615c2c239e21095"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_ms.json"
+hash = "6a3cfebc97be702dc5b155f0ef71dd81f1851e8440a58365c793eab1d76508b5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_flat_ms_half.json"
+hash = "29c84105ffc27542c09a8b76a870aed5f936da052fe2e6e0a31a2dcae97d7bd5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_perc_armor.json"
+hash = "fb9cbd6c8ae1aa1b3fae0bb701359d07b5585994654a6ac4a618053b26432a41"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_perc_dodge.json"
+hash = "63d39124416985468000eb550eecfd8c4a4fb422d7f33c843c66bb017905a95e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/item_perc_ms.json"
+hash = "536abc468f22122a2c8b615f8a303841307f59410e2b56cba19e83bae1bd40ee"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/lava_callers.json"
+hash = "282d6f37ec123c1f1151780d3dc5c084b7272941e4905fc6ee27724b191a6a3c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/lightning_spell_ele_dmg.json"
+hash = "8b5d36eb84964c7f818abb5c62afd6a98fe269ead3748075abaa224c1276af9d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/paragons.json"
+hash = "c8f2fdced5802d04e5800e3799b1ddc438802228028a2ad0c8542f4a1f9caaa5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/physical_wep_dmg.json"
+hash = "878d87267619b27151173ec306b884e01475a4cce164e4c7d3254262fe4fdaea"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/precise.json"
+hash = "bbd12fcc95d6b89e750ec75c0948c234a8833779fc1a588d9597c382d6cbc139"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/promised.json"
+hash = "42ede34a44d058b0b4cea63813ff34043309bc4243e171dee8e6f41d030ad6b5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/resplendent.json"
+hash = "c387ddd1b2cb4f40904d3cc2784f49dd69e6665bc31e7838b37bf2fe36cecfec"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/runic.json"
+hash = "a08177cde9fdd808368a8ae1f7f342fa5c06e658b0bdb12a88426cbc7b08a524"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/tempest_kings.json"
+hash = "38f9760ceb8fb5f7600c0965af1b9cc9b3245b400bf2a668af1e43966f91b5ac"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/true_hit.json"
+hash = "772012ded9c6d995b94d2f620ce3ebe00ee17be22d479ec823724c0e385c59d1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/warlords.json"
+hash = "d704f97bb8b7b5ad36838596e2ee6542c5e080bc01c47506de809b37a6887422"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/water_spell_ele_dmg.json"
+hash = "0791511a010db33b204a9b560d756f76b01f6750efc2c3a167fb1525384bcbf1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/weaponmasters.json"
+hash = "1cdc05e40c7d1d0a2b50b9935f4c1aae34b1ab0acb71034eaad86f60be6cd963"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/wep_item_both.json"
+hash = "9d7f3a513f017cefdd47cb296906c5294336a4305829d3192f527b213dbb5b7a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/wep_item_flat.json"
+hash = "cc2966de669198d0f7e47466362beb85e37384ebba88ebe47b8e9c3a699f09e3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/wep_item_flat_2h.json"
+hash = "75a20d5b660c2d66c0039a9c520dbf67f97dab519cd90d49ac7610cf29f01402"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/wep_item_perc.json"
+hash = "bb3535d1e5839023956d5c0d428981ad968efbe1fb87972db03ebc2d8aa7ebbd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/prefix/winterbringers.json"
+hash = "41d9b1d19f2882c687e06c1cb04f8459f26a314c828dbdf30cc60d77c0e5d6b3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/crafted_jewel_crit.json"
+hash = "0df6d47980f27a35fe26df7d3e29275c57a0d563af75e280a87414ce452a5f11"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/heal_suff.json"
+hash = "fc90e1b9967139374268510027a6495dea2e74107591ec46c4a73b1adc5749db"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_blocking.json"
+hash = "c73764923cd484a77ce6e358c62d32e30e594523dbf24daea39bcb9f07aca027"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_brutality.json"
+hash = "4f1ec7262d7d0d7000a47bcf4aafe88ec7b302d1ef1eb52c63edeefad7ceebc4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_consumption.json"
+hash = "cf666324a8f657fc10d7ff5215c11e1795b91d137f4cacb792b68d67666ce8f0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_devastation.json"
+hash = "a8f7b771fbd7127547b0e8083ff227144325bb069142ae93a38260a08db52d20"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_ease.json"
+hash = "d3934d403e8e57fad8b89cbf8cf900b5578e892ae0dbc6459384f3ffabb89711"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_fast_cast.json"
+hash = "a4c98d74f72c29e18c721094f4b1282049b0f05c378145e2d0da9b5c66bd1efb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_skill.json"
+hash = "3d6f50c2c567620ecdd7106dfe1351797afd267db412d616b260367e084a930a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_spell_dmg.json"
+hash = "c2967f1ca3808dd3279e548c41bf8524c8f193af6b3bf0f97564a732ac8342b7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_sweeping.json"
+hash = "44a06bf9ad8f7becd135200499cc5cbff204ee1289720a17c3027d972ecdeb0d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_the_mountain.json"
+hash = "32699bb1836ae026404323a98a6d21af35d768ac9a91027fb5cc431d5ba17615"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_the_philosopher.json"
+hash = "9a7d2dfb9e830116387644d76f367b23b243dc1fe2287fc72a546780e5c847da"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_the_prism.json"
+hash = "0a04f8cac6b90051b62204b4b1165b922c0404782a53cf29640ed97f3b9ba33c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_the_titan.json"
+hash = "667d09e33adfa19a302dfca3859c05df91bd91c93743bf197a4a8ceee1bf594b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_the_wind.json"
+hash = "7a6e470507fd90aadbc6a8bd2e27ed806a6501cd463455f0ad6b63743431e928"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/of_treasure.json"
+hash = "5ed322d6cba5cbd131375f92bfcbb9a37dd3b811db5bdb8c55100ddaa6d88096"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/strong_dex_armor_suf.json"
+hash = "4c8d5c6c17094441439e2beecdb804b6e703e186c5ceb6f6e629c10120d14dad"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/strong_int_armor_suf.json"
+hash = "acbbfd646d7024461c2a4774e62da2681582777306df5babb37e5ec480f71fb1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/suffix/strong_str_armor_suf.json"
+hash = "719619bb5cc698aa43821c11022f27abc46cf9ac863fc104ff504522fb8e82ef"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_affixes/tool/mining_block_reach.json"
+hash = "e4074e158b263620be0e09dd96d9e00b88f92fb0d7a67e3b8472ea80861112b2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/armor.json"
+hash = "606ac0801d505d972e965ff33a710e8464c9540b94177beccfa491074ea6d79d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/back_to_basics.json"
+hash = "ea2d66f82e16c6a1e4c2b354f3919a509370c206a3ebb39c334e2953cadf7af3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/block.json"
+hash = "e26de0a9b0ac6c3365ed329940d23cddfcfe62f57f9fe335c674da37a9912c5b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/chaos_res.json"
+hash = "1836af9230fa1b78681c7ee5ef9d743ac30eaf858c0aa66c051efc03c1768648"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/cold_res.json"
+hash = "a99fa9ac62314bf54245cb0d8d1ae1a525b1bc72d0490cc7d4e3e0c6c2639536"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/dodge.json"
+hash = "61b05ebaac4ed064ec66d7c965f108c1b82a96a420c7c68ad7a13bd033759d24"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/ele_res.json"
+hash = "cc9bb8a83f6a733fe8b9847f4420ebf7f9b665198be9088c02d106a5c218cea2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/fire_res.json"
+hash = "a28391523191339edb091a4c3114b3d4ef86bdbb0aa2a57c7856fdf437b33de1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/guardian.json"
+hash = "a61225fafcfb37945e66948642808147db9d19028c2b880e32f803d2ff2ee3a7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/light_res.json"
+hash = "80aca41d30230e716d90dea1f830e53d906908e59cc2a69e9440ef6fe6fed712"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/magic_shield.json"
+hash = "2750f43fca1463c54513b6b7014088c4c1603b7df1773776e14cc460c38fe3d6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/magic_shield_reg.json"
+hash = "1eee67e81a127f5b500907f74c9ecd669886ce4849c1335a0860f940fec034d7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_aura/mana_reg.json"
+hash = "649832489dcf71fa9da1745cf5816d972fe8ecaaac8e3bbe8e7843c521157b1c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/axe.json"
+hash = "6968aeb198ac00e3c6b8121512e9822b510fcedcfcdce9ff56ac98c15c502364"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/bow.json"
+hash = "48e7ba518355a5ec6bc753c41d6ee1f2b97bc0cd0cbb6bb6c208a52ea314c96f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/cloth_boots.json"
+hash = "43c114fbc6d76e2d73d734f28d965d592026e7f13514404fbab0cadd2f963b05"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/cloth_chest.json"
+hash = "dfc2b8da5afba44ca01cf0401ae8725c8bcfc015a359599f1b0a953f52d405db"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/cloth_helmet.json"
+hash = "45ed985e12b0a249a3d252aaa625e61590596959fb576d789a8f99de39523b3b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/cloth_pants.json"
+hash = "e0a9760c3751b190817d53738b5e6dfd45dc0cd6ddb9d41c84b4bfcd16456c12"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/crossbow.json"
+hash = "aec5cfe803423e7d587711247c7fcf13db2dda306a0d6722713fe72aaf76c62d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/dagger.json"
+hash = "a953525569e4d271c100759cf36d969bc11254ede62c4e040b9bcdf7fbff0df1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/hammer.json"
+hash = "8831aef2736b298614cf50ab0b892a84e420dbb2e2994ff83f7996ccb8476ae8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/leather_boots.json"
+hash = "74476428532ca6d34224bf1673cbf3f37239cb22ac3a2983df0b1ff64ba3b8a7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/leather_chest.json"
+hash = "91a8ec49388c9baa360ce426a3da68e6b93695c020fa62e2d5be66710c7fcffa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/leather_helmet.json"
+hash = "8d05b68dafb72db608feb0e6347022dd0ecb37ffccc5d645ab76156784b0cc66"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/leather_pants.json"
+hash = "8bef337223f67ccd5b83eb30a1645614f3e2555cd6126d616c2fe8355c53e3a1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/necklace.json"
+hash = "755f0a8bac39db0c3b4569695e72539a03b775d3a6f0c7d89686796d2bc78d3e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/plate_boots.json"
+hash = "36812047287bc0ce821c9690ab0fc8aa6dbffcb18e5410eddcd4c2e76c5ca1d8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/plate_chest.json"
+hash = "35266153aa4aba1337742bfb8663206603c4727cc5e081b514f3c832051c5e9d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/plate_helmet.json"
+hash = "2d7cfd1b18da343fdf521d8094f0a2652eb07ee1528548723b6c50ba747f9563"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/plate_pants.json"
+hash = "f0019dfabdc8046ce88a282e3de7da58f8efe7e4c5439819e89ed95af86caf75"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/ring.json"
+hash = "47bf2c8acfdddf5e8c166ad303762cfbd2dcac3ebcf8e1f809af80041baec10b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/shield.json"
+hash = "7eaf8048634aa2716ec32ce06299b9f28d4a98a7b1cf04af74eb9e4c94269a73"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/spear.json"
+hash = "755f9d784f9e0e1991161c52b242a04d208865585ba707067058d3e0b0f3eac5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/staff.json"
+hash = "e029c91585c53f847842fd241cc25113d9ca85d7dc1d403a7d6bc2f2d45b1034"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/sword.json"
+hash = "1f56537664c32c9d8926ea8315136e52066e4cfef0ff8e0a24c8272af1b92844"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/tome.json"
+hash = "54de6128de466f19a7f5704c159f009cfb2692204643490f5fdfd205fa6f4764"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_gear_types/totem.json"
+hash = "ef7b73e040bf4f008f58753bbeab5e0efb806bb378b70e682362944491bd249d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_stats/mob.json"
+hash = "c42fb5445faec395e4486ff67300602e6e90c137558647a5dcd50675317214d6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_base_stats/player.json"
+hash = "d11ef5e864c585c66fd0fffb704fd3d5c3bab98d764d2c7a55cf9105976ff6e4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/blue_skies_everbright.json"
+hash = "5eb1c92c20363749869ca56fdd7c25de04b51f5ab7f8f8486aee349a68e31046"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/blue_skies_everdawn.json"
+hash = "8ec6cde54bc51d3b6cd93160a4d2e8a86ea63945ee8afeb39a933d449671d56e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/deeperdarker_otherside.json"
+hash = "996adf4b00a04c1d23a37f885f5be47a2678c6b8ebe1b45acc381cc06fa63e4b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/minecraft_overworld.json"
+hash = "f1db9d26c2cfbf25bb75cd69061972b08a1ca3b6c9139eadc154ccde31ead4fe"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/minecraft_the_end.json"
+hash = "14337128f4dce5c9cbdec6406303fb7467abf7653cf49f971ecc1f177599e5bf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/minecraft_the_nether.json"
+hash = "41151e4257d56c5eec12972ba0aaf2f3818baedf41417b9d91fac8fc2107c105"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/overworldmirror_overworld.json"
+hash = "19ee6ea7234722971fe6e942c24d4410c241be69824f53b768a00701070950e3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_dimension_config/undergarden_undergarden.json"
+hash = "1598102fef4289f6cc6a97acc6cdf8c320239a275c0c8e3cb6d4062be94594c5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/alexsmobs.json"
+hash = "f37a370345c47d5aee71fc25d93948283bd59038f085aa94881f3bcbeb280e08"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/aquamirae.json"
+hash = "a5597dabe5e528e7d45855a8d8afbd8eef645f0b2e6032907bc1f124587abb54"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/chococraft.json"
+hash = "9fbf17f4d386327e7a12435b23a0d534a6a4e64bd8ce2b65c5078f8eedf609fd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/creeperoverhaul.json"
+hash = "22456164e0ff8af6020d53b57e5e7d66ee0d5ac67b7ce55061ddaaeee5c679e2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/deeperdarker.json"
+hash = "4f3e8558ccaba1978f9c9ee059343cda325efdb9251e5a56c4e2806036bf236b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/easy_npc.json"
+hash = "9d3cb420429b4aafa8647f2f594d6194dd7454a804f5c13b76388146eed65868"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/mutantmonsters.json"
+hash = "6631ab2351532ebf25653dd0c7255eb859718525a1a8a7465e16dc7d43aa6968"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/all_mobs_in_mod/undergarden.json"
+hash = "37346583568e6baba5656360ed6f281692d99c1ee2c6c641c9543ed1091636c6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/alexsmobs_skelewag.json"
+hash = "897b740c806c13bc977feae0cfe41a001d8063539bd57bf083421c09975576e3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/alexsmobs_void_worm.json"
+hash = "a184d0f0dbe9db50902f1246a0101b0a82892f6ba9b70a0d042349d4d5d1ba52"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/alexsmobs_warped_mosco.json"
+hash = "689d75563c39c1151feb74ff2a523b1af60ab1d264a4000960a1189fa588103e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/aquamirae_captain_cornelia.json"
+hash = "ab6d7e4843832e8ecde5f0407de3134828521a562aa5432a5ac2940ae83508ea"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/aquamirae_eel.json"
+hash = "76b8e25301efb7998cde06b26c53c22651a7ee1e262f6b53030d4500f5d1a56b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/aquamirae_maze_mother.json"
+hash = "5c41292a825fecf3bb394127013918824211a2009d68cd3bd601dccb0da9b6f4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/blue_skies_alchemist.json"
+hash = "cc635927e26fc5228287d8478decff2401606034031324205b793e7e07e05a63"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/blue_skies_arachnarch.json"
+hash = "cfc7d5e8905bbe55d19ff206c3d8654dedc0395ba81aa44e5196b7cc5b211585"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/blue_skies_ent_wall.json"
+hash = "3dc70820fbdbf59a189bea284c208dee5e67cd5d478db63e47f755132b6c0e5e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/blue_skies_starlit_crusher.json"
+hash = "078ff2ced7e9c1fd83d7d1d69ea8c116cd93353295119fbb3b0593f67540876b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/blue_skies_summoner.json"
+hash = "b721ac60ada8ed34e28e67b6e7059f5a4a684d2f5f64e68db610ddff5cad90cc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/deeperdarker_stalker.json"
+hash = "4074eccfda0a9f914cee7e68060e5a90ad52d95dc14e06c332bf421d468dc5f6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/doggytalents_dog.json"
+hash = "353e0aba083a0ef6c8ed60fb6414a6750829e515af65c410a986b0a4d7c5e576"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/friendandfoes_wildfire.json"
+hash = "05e6d5ee995f41a2682e8996e513058fbd4a4962526c5570eee7e2eb67a401fa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/illagerinvasion_invoker.json"
+hash = "3487ca51980651725edff9c010eebfe78d19258890940a9b5794f692de05c7dd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/illagerinvasion_surrendered.json"
+hash = "18ea85abeaec69119e1e77bf8a9086aab9e39c18574ead31e4b0a32f2f110b3c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecolonies_citizen.json"
+hash = "20ee077225aa3c05fb95772976a7b6857f1aa052ebeaaf362b6669e1b86c3353"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_chicken.json"
+hash = "e6207d4f272456f852b74e01d95c58e89a5bde86cce1435518ed8b216ac3dbb9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_cow.json"
+hash = "693a36b76895fa59dbc459d81fba7a2df6e7b2725c52d9c828e21e110ae60fd8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_creeper.json"
+hash = "bdf1eb93dd46d281397a72315b9cd1a849d5fef505ebafd852940fe3d31f8a85"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_ender_dragon.json"
+hash = "0414039b82625efc7f381ae36d58f0bf5d33bbbd0264adbec1d3fa61a1740bce"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_hoglin.json"
+hash = "73dbf98d06892ff84fbe45e42ddbefdbc6fad5a74f3c2d153df23dce90be29ce"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_magma_cube.json"
+hash = "b5fba67be0c859d76b80020953521742e2954ebb1aa0e9ceb46d15c4074f52f1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_pig.json"
+hash = "ee1b637174c49225e5b3718093ed90eb70419083b73c2073715a294d68307f80"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_pillager.json"
+hash = "ed6e3f214c7e3524e8bec507e3358d9295abf16debbaf8a348f081a1e956cde2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_rabbit.json"
+hash = "08d180ffc79d0999e641ef264798723bb6bcbe87ebbc58692cd2450f2753b4be"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_sheep.json"
+hash = "1e91c7d2360d673a060c083d20cc5547d7ed3926701cae17a6b775ad3456505e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_silverfish.json"
+hash = "d98b22dd28678e50223e8ccf21f5ce821a3ef19a629630fab75e5981b55c53ae"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_slime.json"
+hash = "9bdff09d7de819291946c6f2887d6041d3576bec2308c8f04744865a7d073447"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_vex.json"
+hash = "cf19a6f3c3530a8a611b9ce4cd1146be1effc33d452a5b262ac98f6fd9bfd90a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_warden.json"
+hash = "cd95278f20f5ae0f3560e48a71b236e5159e8340f07073aa973527ce209b8dd4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/minecraft_wither.json"
+hash = "f595e04270405f50d72efe92e3f5daa7381e230b4cf77320d26b157390292a68"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/monsterplus_abyssologer.json"
+hash = "a5fe9c3ea9d7e3856b719abd221d771937960872dcfb09e6fc06abb86317f2c5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/monsterplus_crystal_zombie.json"
+hash = "e04140166d6c54b6560bfd23478cd5f4f64f62944c5f794fcf2f2297231eaaf7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/monsterplus_mother_lava_squid.json"
+hash = "659903142638496620ada2e612d6c7f2ab0ab2362c7d0959c3b1b32efffaad90"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/mutantmonsters_creeper_minion.json"
+hash = "1baa68f2d13b19e3522d560c5d323bd4d10c4c73acd8966348cfea39df8dc5d6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/mutantmonsters_mutant_creeper.json"
+hash = "d7a2812a0745b2227141b72c7f0b2c96eb1d917f5de7c9132250664edda083d1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/mutantmonsters_mutant_skeleton.json"
+hash = "77088d62380790f47c83dfbd9c88062e6cff74b9b92e2413cdcd43c957dc935d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/riskofrain_mobs_stone_golem_entity.json"
+hash = "c68636e029b001331b70a376947f341fbfd32c1be007a02ce9a9f1e913916a19"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/stalwart_dungeons_awful_ghast.json"
+hash = "74458887f507e8525e473b8e51b794f50e646567e08bfcbb459e63d8a7c8a7a4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/stalwart_dungeons_nether_keeper.json"
+hash = "c8ea00cafe6e7619d266cc7f99624423b61c487cef6fbab382da502421c37e00"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/undergarden_forgotten_guardian.json"
+hash = "6c368b82f936eae9438967ade0c918d123a461e5935453f99669d26db7364cc4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_entity_config/specific_mobs/undergarden_nargoyle.json"
+hash = "dfe35133b8e856569c46179f0d7870746bcaef23b4392b2d3cbd13e557bd91d5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/agony.json"
+hash = "00142612c53a5e2667e0542b81afec5da5624a57713e20d7aed1ac4df4b59395"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/battle_orders.json"
+hash = "d1345038134732d40496e4ab75fb2a774f34d0ce30508e843328c4f8f5391687"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/berserk.json"
+hash = "aac35d42a69fa22a0e45087475ae2787d9fe8484bc97c0ceb74c79138b38c797"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/blind.json"
+hash = "5654e282e9c1c02d5446cf75a97d6d08c853dabef8bc48b7d8fbaa719dad163f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/bone_chill.json"
+hash = "8f7c50895fe18fe0b53b2a8dbe0bdf50738c7b22354c23da134733a8b354adb7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/charm.json"
+hash = "a7769c7009c1c8d294ddbc1b0880fe7d8f738722216094d8e46cde870e2ccca6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/cinder.json"
+hash = "48bd23e46a02231c4bd4f0fc608af9346f5faecb08537c62ab4ebba8877e3826"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/defender_stance.json"
+hash = "34c816e9df6f84226c951c83d0dd0cd072efe1fd4820f51c1c1a37b1d15daccd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/despair.json"
+hash = "c9ec8e4fd89f6682703424600f41651b3b5f519bf956dab62ee1713b9326ae60"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/elemental_weakness.json"
+hash = "e01d3a12757dfa3369fc738d9e479177e72a8e981d8f4c6eefdff78bbfb42fc2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/encased.json"
+hash = "f1be1ab99ea33f624c10021385d17e3d8dbda49fd0762e0afbf46d27dcdba014"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/enflamed.json"
+hash = "d5498663039ef0d50a53ed3fc152bb658f1e9f589582452c541609e08bcc507b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/envenomed.json"
+hash = "daf82286e56dead0e219dab99fafd3161596f98066e7d5ab07d117efa84088a4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/fighter_stance.json"
+hash = "79e2b189e93e9f3df3c25306494af95705e36ffd366a1c398440adc4c6513d84"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/frost_lich.json"
+hash = "202008de2b8972a58780409fcf3cab5a651b430c49613c7fe44b743c0840b3a8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/galvanic_blade.json"
+hash = "40b1eba965b0e62704088b649ba1ad4114f64c4b2a795470fc143808ae831372"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice.json"
+hash = "ac7073d9a6dd19c0457e06d0190b15bbf26df71c03cf453e59ceb6fd4e94fc4c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heart_of_ice_regen.json"
+hash = "10882237ec96201c3dfb68724f0ee367c531c3a2526cbb472c001cc848948f39"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/heat.json"
+hash = "d8f1e1f51e7827f5529aac3e86bc4d542b2cf153c0f3c9b99f10af97b46cc6ab"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/hunters_mark.json"
+hash = "020e738818a496f7f6068cc99b5bd3c92cfd84b4b527f2a8080ba7e5df6802a6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/mage_circle.json"
+hash = "92ff9b688d16c790ae1e82bc4795b0c21067dab96de8e431c33c54b0b0ab2f44"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/mirror_image.json"
+hash = "fe39cae47946a98b0eee9106c8e64348cd9cf2408f68b084a52d2cad7d8228f4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/perseverance.json"
+hash = "f7b4609ea46a3d48129d000069895249deb213b7f1b3410d12fa851c86b834b2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/petrify.json"
+hash = "6680d5c07985495cf02f81d4bd0850f7605c3449e3092ef575d9b1fdbcaf30c4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/power_surge.json"
+hash = "868517bc1fef279097a13b80e03c16b627c60367e22c9859efec8d376bc2e9f6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/prestissimo.json"
+hash = "adfe05f42d20c0ac8ef32c55a3c6ffd57d3d0feda410d1ca6678012a7ea25765"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/protection.json"
+hash = "778f442645fc22f9c68e196dfd0e06ccd89d606c868b5a200cb03b0136e5aaef"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/quickdraw.json"
+hash = "c5db298eecbf74a6779a175e04a17e50865e3cf9cc941e9c7e421576bc11c852"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/rejuvenation.json"
+hash = "97b46d166a8f6a75bd24fd7550a42dfd3ffb176e34f819929c8787472b64d8de"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/sharpen.json"
+hash = "20324443258f785fd1538c1cdf05d55c69ca7202036067096874499dda351fa2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/shred.json"
+hash = "6775bc0ec89f7d6a84aa2263ca50b50aae874995cd123a05f99f700199d3fd79"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/slow.json"
+hash = "cc43f6ed0a9080f64e0b68062ecee271cf0eaf910e9f029faace0001cc0edad6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/soul.json"
+hash = "c6b886e8bb021df39b0a2b69a5b1b1c5fad1a69aeb148831c3a7c8e32532e2bd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/soul_rupture.json"
+hash = "e5b814ba7e72aed9551fe04a0473eb1ebd1a2df9ea481b0018a53e0962bb3318"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/speed.json"
+hash = "06f3808fe9e5b198c8a45486c84bc2f8a692498091c5c5bfe31a14e24fa5856e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/splinter.json"
+hash = "8229357ab736f10df10ba0f1197addd25324470a1cd93b9be597faeddc0caf69"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/static.json"
+hash = "1e8a916440e2c2ac1652d4371db744d93d5371b62c5c85f653f9117c3fa9b1ba"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/stun.json"
+hash = "bdaa6e709d939d5132edd5b918a4467a77009a1f7e183409bc2569c302a53cb0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/thorn.json"
+hash = "b6b418e9a1ebbdcc4c3c82402d1edb39fa0dc372690da609966cb634e357b736"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/torment.json"
+hash = "4a57c4a2233ffdadbd8fdd5670e4f1b63a92a08bdd83d1f48475581242dbb6c4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/undying_will.json"
+hash = "f38286c9fefabc1bb86a26426899142f7a5d5b391d29511cce9a0e7aa7900d9c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/valor.json"
+hash = "d879648eba390b042f34449c38845cc53556f70e14b87f5cf2d13d35892eaacc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/venom.json"
+hash = "860a93bf890203323e1e1ce7be8faa4520942763c723907a84df294351389f2a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/vigor.json"
+hash = "e51f084323754bb10b0044495b5f09e1eb16a3433b0facceafc4743f3b613ef5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/weak.json"
+hash = "1feb71c4c3c6bbc963c71043cb9ab06546be934c22322e396f7dc9726334aeb6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/whirling_blades.json"
+hash = "29157363c73b93981853c708ed65fb654861bb5fec1d54282b6d18dfad0e43b4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_exile_effect/wounds.json"
+hash = "3bd85305d90d7b2bff47b0c0229e0be106681e60a1f6a3092f6373beaaa7745b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_game_balance/game_balance.json"
+hash = "c6f88fa7ac4a78852241d7395d5737ab25b834e3db66fd9a34ec4eed80786066"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/common.json"
+hash = "0ec31b2323631973cf9423bdd8dc68d3600c131d6a0d32939ebc66cfed970ce0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/epic.json"
+hash = "c0ef88200ad5a3b8739618c437ac086ead646a33dd44041a7eb7c512d64138f9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/legendary.json"
+hash = "10df6785cd3fd0bc8172fc7403135d934e3edeae4ec9a4f2a5cf71d1206b0e41"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/mythic.json"
+hash = "d8591797383eba9afedfcedcc539242f3e79ac44759ababd21fcff096956c5f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/rare.json"
+hash = "dbd3891532579825aad800ebac5d693c22030e22dec22e05ed9c495e1c8cf7dd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/runeword.json"
+hash = "8d14b6c9bc1aae80ef30559915de6a6bbbb90147b4733023a54540e4ca8acdc5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/uncommon.json"
+hash = "5c75b5477d85207bfd6f53480432c6518bbcf1353a368ae75a382182a0dc4002"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_rarity/unique.json"
+hash = "a1f426aff103eadc1593212c3a125062f2b286075b88cb37bbdfad740fc80fb7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/axe.json"
+hash = "fada7025ad52f4b1f1f7d1eecce5a2a105d46c335441ae460e69b576e1b17c78"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/bow.json"
+hash = "46ad5fcbbc94bb945e544379dfd22c1f645b4370370acc90966c648152bad74e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/crossbow.json"
+hash = "278d11718db4f95afcb9bbf0eeffad997d9c4868589cf450b76fc4f1e4ac9ad4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/dagger.json"
+hash = "68f19fb675ce7c44ba0e58dc577f2d697fdbed1a09191182b3d920968daeb4c3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/hammer.json"
+hash = "a306a3d9c4e9a2c81ed1e3b0688991ddea287c0f302c41e3d6dbda0a4f423cc9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/spear.json"
+hash = "69129797505bccb6a1d6cfeff45508de90e0fa36a53aece8a3a734e8bfc3baa1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/staff.json"
+hash = "90d5ce6297982a394d570f35768d590f7ec6369ba80250edf0687da967dd671a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gear_slot/sword.json"
+hash = "4978cab4b57ddb39bfa8debd2a012b0abfeca07c0b35cd3f4b85695e40a0b529"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst0.json"
+hash = "68c9ddb10ffa0f120f6470759eba0e3d25d5f0241b24006f6b95cca5f8d17922"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst1.json"
+hash = "c639c3fc80f34f40d9d91412673b9d530d0a19cd419429e69111d0ed47305c8d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst2.json"
+hash = "2180a0dcf524e2598b8be88d054f0bd9d452a33a29331a3f8b9e4fdf7ee84f28"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst3.json"
+hash = "41083d3b34d3a455d316aa4754cbe0a2c9d0831236937e88832d9e0ffad84830"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst4.json"
+hash = "150fbf853570a661227b827ae9c1e9f11d1faa8a002b604ee6561d153b926c7d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst5.json"
+hash = "69a97d63735d71fb3dabb6eebb2f5c6c7f4d2764291ae469bfe123d82c7e3578"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/amethyst6.json"
+hash = "e1b8307ee199746e778dc49b79143d3d690de751641dbadce7b4cafd72caf0bf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite0.json"
+hash = "0c90c29fee3276cadbae15a445053fd0a672acc4c5918c42c4615705dd9a8ed5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite1.json"
+hash = "546f1796bfce059a765c3adc827ea2070f119f5e3662925351dd6bb4bac52c25"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite2.json"
+hash = "caa00f623af2dbce5b21060608871e32e1138ff53f99687a44f2a22e1b6109f7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite3.json"
+hash = "fed1e8d63da2715284ef8c0478dcfd24f9ae71917a9e9f1063e556f69a671c7d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite4.json"
+hash = "9f5031d9c582be9c40fbd4e630bf7cd7ff9d08d60c92434f6c17939825bcd176"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite5.json"
+hash = "f4db7725c86784ad0f44404567dc424ce5cdb20731443322d17ee8875b8c90b8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/azurite6.json"
+hash = "98d2e284fbce2733bcc4a9fd21f2ae8e7e62aacf1b1f36f62f72341dd7fc6783"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald0.json"
+hash = "2977ed8d9f702e8c70014ad7df91ad1b6ad859e20112f6fdb74478373eb54e6a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald1.json"
+hash = "161714bdf0ad538619b6bf9158b98d328860f4e0b48deea6b5708469783f7ae6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald2.json"
+hash = "1f56c65545f9ef2b2a1f0445c0f393c59968aea8ae1189d988c01b19e5a2f8f7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald3.json"
+hash = "0c86345d3903302fd54545ce8f4bcaca99b62c901543324a61f14abdae7a9843"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald4.json"
+hash = "94403a8e34259ee49662f6750d161bb8f343ef19ab9b8cd3b83338bda7250e20"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald5.json"
+hash = "c295d6e0f55d22be9e2008fef8f142e314e2df6204b5d2c60bd00ea8263ed8f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/emerald6.json"
+hash = "d7fdcc8f825fe4592fe6e429759df6be0f7c4d2abc9880aa55ee236865733bc7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet0.json"
+hash = "56d65287975c2625e10c8ad37e3ae6a3074c461b2bee9718c819d47231f5b01a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet1.json"
+hash = "b0e030a39713659d8aff49a8d5eb8994bf5976ae1d38e36420640bca28977eec"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet2.json"
+hash = "96d70dec79ebde4cf1680188db0593d8c0aa3952621e76e53fe4ca69f9909838"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet3.json"
+hash = "30d762ae6c06be570a20bea80975429ebc7d8daa99744666f1c971e8df821792"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet4.json"
+hash = "6f4a9bfdd17fe3f96a0af37fa36708e40eb8d9476adb9d881f1b12331c4f3204"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet5.json"
+hash = "c370e62e93d4779ef96b4be886b61f91259f73f7b322e3de90d4ae5ba351f8d8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/garnet6.json"
+hash = "1172e40105e47b01aae3d7d62648f21b351c3654096e69a9cf2b2ba2a312d418"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal0.json"
+hash = "4539741dfff3ac98a867957bb595fedaebfd0696503ca3bdf7cdb7316553471a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal1.json"
+hash = "b1e764810a0602c93ee74ebd6221b5daadfb60d14c9b96b56ff699f4769fb12b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal2.json"
+hash = "ced932fc1992371795d6006340fe327f43f9221dcffc2aedfc11dbd04f138887"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal3.json"
+hash = "6eb3ce377a60c6d32813fad2553f864071d3777d60f6b11b30c2fadd94176831"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal4.json"
+hash = "5aa5d840d7442106959f0fb4f053c0faf9dc1c71f83b3d41bede27b2e6942802"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal5.json"
+hash = "e712a22259c5c7359c886d9c8a7f5c53f9dec21f88278938cbada0235d130f6e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/opal6.json"
+hash = "af0ba184ad6ef01f549a492e2a53053af822f23d6129718f4ecc4a8bff3ad1e7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby0.json"
+hash = "6410cb80c3da313b87b5a5afdceb89644446f03c351486c159f6f8cac46bba2f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby1.json"
+hash = "fda5002e3c916058310b38ec054a09c43631ca18db3d69331608efc7da645cd2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby2.json"
+hash = "3bc642161bca77e1c65c52b6176542f48a2a5c8ebb97a24c9d9bc722b41697d1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby3.json"
+hash = "6d7e780e976ae6e9f795d0ff4895989f490aff9ac11438fe97f760be5504289d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby4.json"
+hash = "e246140616b6cb2be3bef2ab9e3bd87a97b24158adff758438a57e6572943552"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby5.json"
+hash = "82587a7e723e4663e6625ee9d8edf94bb32c7ff306b840733067eb2c8bb8ac3f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/ruby6.json"
+hash = "6fac58c98091b648a13c38917f0edb615732575d7ce54952a393a624060295f3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire0.json"
+hash = "d6f12bb4de8e153ba5b92adfc6514284678b31df75b8466753ed0943f68148d8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire1.json"
+hash = "b8add9c476838e620b97857696bfdb3097318dcd9c037a78e8eecaa344ed820f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire2.json"
+hash = "ee528f9c9b15e67a41ef35709c8e18c9fae4025b6cce7174fdb783411647f140"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire3.json"
+hash = "771e8fc4eed6c9fc08888c4277a6bcf33a389688878ae2d8c5e0c3c05267ee07"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire4.json"
+hash = "510e379d9391f3b9db0f745c4a19856a97bdb3e57680dd7717b275fce0ab9406"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire5.json"
+hash = "7263e1889a7792d8566eb716d459d3e9f423f0a8145e23522ec59fb95aa2076a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/sapphire6.json"
+hash = "d9c3217ce6e54cf44e5b97db3a1a76b243e1058d5c62fae5f3d3b6395282cc5e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz0.json"
+hash = "542f6f63d085218f84da8fb4c5d5033456285690fbd69f9b4e5f805340e26c5a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz1.json"
+hash = "d02d1acbb18495d448100b9a845879059253abc81e965a58bf67272212a37f6e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz2.json"
+hash = "97f212f1281a0aba4558d8e48cae570a16e8a20a727a1512f8b27ce98301b360"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz3.json"
+hash = "d848e19754fc7858c0c59ac62a796f0a19437d6d2a4b8d1f1865bc9fabccd93f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz4.json"
+hash = "891c318522bf703e62e28176e5430bfaf772ce914c098afdd7b6b6126b106d47"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz5.json"
+hash = "a9bacad2ac7be9be6efe828cc05e562cccb25304d0b8595a6b7f914733e40f6c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/topaz6.json"
+hash = "c3040b40b79fd6ed37812e291db17fb3aa5e32c469d7adb5e22b1383d59d784d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline0.json"
+hash = "033d914c1267d552e5b73d7e59fdcac885f9459616d446794cff6f6b5f5d5e5c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline1.json"
+hash = "b5ecd771953b58a8b64a8f003408dc8115202083335bdc77695495a6682e97a6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline2.json"
+hash = "0f61678ba2b9a2cfd83c1eda21e1b5384810f938a3c762a046c4265cd1d6e9ee"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline3.json"
+hash = "8eddb7a772bf3ed1070bf14ef5b6e14fa784e11da72150b6095c15962c74b049"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline4.json"
+hash = "c467f2b489312280c2377a315503b6e6b08fdfb888bbe6f7499415aab7654f38"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline5.json"
+hash = "dcd289442eae741debf3ae7d38c9cd9c57ff348e0f12b73f2ef3117073724237"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_gems/tourmaline6.json"
+hash = "cb9d2b64838a6529cd4abe098588c919c660237947c55ccdeaa4d73bcce2e931"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/all_ele_res.json"
+hash = "c6799502af024d3d76201f9a09c2e6e374abd055690ab8d3062dabca149ecc12"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/armor.json"
+hash = "cc10fb97c80080adc0d9fb29cf8dd01e303c94592f8fc42d08e1777f2c4a0304"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/chaos_atk.json"
+hash = "a0168daf1a5264875e33574b5e976f5ffba438bf25485ff44f76675c4d68b71e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/chaos_minus_dmg.json"
+hash = "1df0169e0fffb4676a638bdea9e77941bcdd8a459001a94ac2b8b5e255b31b92"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/chaos_minus_res.json"
+hash = "3daa6fe587f98810e691ea24971557a54925d6e650f450e817fe39e48b07a8b1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/crit.json"
+hash = "dec161cfb56fdd0ffa5368ec803ea9de24ca6c888be99e39a2cd0194fb0fd63d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/crit_dmg.json"
+hash = "ddeb0c295275b2a88347de51c9c413566d611c04144642617557e720497ce0ff"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/dodge.json"
+hash = "8e181354b1a0e87093fa3566949f3150ab8f4f4981838efdc16e367fe9b31e16"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/ele_weakness.json"
+hash = "cd9ac14a504505111326615d860da9b3c718b1a7e33d4be2899eb00580d59059"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/fire_atk.json"
+hash = "7336e4f235ee2e5ee8701b3f2cd05484a6080c406b5455fac0917d6d00f84863"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/fire_minus_dmg.json"
+hash = "3869145f051649e73dba7d59aae9aed284f4261d453b2afa7176ea6aabd3b9b1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/fire_minus_res.json"
+hash = "e3872b25a053ad38ba5607e2c8ca87084cb50454a4387270aaa5c1a1764cbbe5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/fire_res.json"
+hash = "f80c71f5d08c4ab7cc86997b6edaf5bb3aac368a470303f38998096f11ba62fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/health.json"
+hash = "e9f1dd56a1de8c134d8c48fa63a373baf7fd80ede1928bb112610c4ab03f9bdd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/lifesteal.json"
+hash = "a9adb85d4a81ff19d5b4296011db5ac90d109ef242f8b2f54a6186ee497c0bf4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/lightning_atk.json"
+hash = "c382f6e9199ac656121281f56ee169db97182716e92cc90022a538572cea7024"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/lightning_minus_dmg.json"
+hash = "17d78603dbf9276c4d88ca0843f87094dac19cb577e19df17d44e08187b65473"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/lightning_minus_res.json"
+hash = "be6f645361e75024695554ed6d8ef35981e2ffed7cf52bdc0426376f747cf326"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/lightning_res.json"
+hash = "8216692fa38fec152ec05d6850cdf5b10c6b5c66c67600a7cec5b76cdddb2238"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_armor.json"
+hash = "829030e780e7df54d291fa08252b127f340b73ca0c863e39acff7a1d42a92718"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_dodge.json"
+hash = "ece6cce192f623a72d32cc66894b7b3f8eb961a0d9fa362326505bc2223128e4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_ene_reg.json"
+hash = "2543466a4b494725c6b9c81f7f83bd613d66f4f127d6eb220c19dc957cb036c8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_hp_reg.json"
+hash = "a2333dab6ef4ce43bd911c9509b00dbd483b83a68c7b640ee1c9f9412fde5a0f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_mana_reg.json"
+hash = "273a25146b8de4ae6110e1b10769a3dbb787fdaad80a227e5dbc6c7f5a57526b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/minus_ms_reg.json"
+hash = "7486b3d9a8eeca8a7eef88ac16628c45cc1618964f639da564feecfc5acb9f47"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/movespeed.json"
+hash = "ed3ca09e404b52c6e00ac306c5a966ed450dd6189f4a3c3c6c97f80febce2ec8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/reduced_aoe.json"
+hash = "d634fe505fff1e06d531485259c026140d66d363f037ceecd76c5fbf049b7dea"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/reduced_leech.json"
+hash = "e8ecba96e6728e67abc773295892cf055e567d3670fca8f8ee4685155a7ab256"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/slower_projectiles.json"
+hash = "9171caf6f438ff0b1c09329351efe4baa504d39891ed960c5cd095406fb02a7d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/water_atk.json"
+hash = "8e98d0b8f5b5e116fd74d1e59353f84bd49919549f74c2f4468562450fe6d423"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/water_minus_dmg.json"
+hash = "c743323d0fa6f2e2cfdff3c642fa763d8df285a6c639665a9a1485823a28f75b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/water_minus_res.json"
+hash = "9254a0397324922e709ca7965a2c152db6a9a0cad233f6143893eabeebfe40ca"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_map_affix/water_res.json"
+hash = "f07a5cca2ce68d181a0705581964bc19a43d2f75edae983bca05a6c34ab1834a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/accurate.json"
+hash = "3f1d2d5601bd5a0eb7900346140e8b7c577421186a88adf93dfa905d19f2cd28"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/armored.json"
+hash = "7dad5907109f7d094b3e32addf690df88d601b784bbe728ac8ab0b4a56a4accf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/chaos_mob_affix.json"
+hash = "f3fa3b8957613150876e5f2567b9cac68202a1ccbe51e6d5dce1014ba0bf342f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/critical.json"
+hash = "f22c4090548d63cbbbd588c0a1428c3faf130defc21e1bd635626b93061b4b48"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_lord.json"
+hash = "2549d84b1050526b55885b45e3ea95aad9f24f7997234f24f7c561a23103bb2d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/fire_mob_affix.json"
+hash = "6e3f6d373359c3c0081807e0433f05a9eb3b6ac7e64f78b66d882a2d78ba7ec6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_lord.json"
+hash = "3f89a5b844c0a68dcbcb9f0965d62daa649a450d145681989d1f8d60e164d305"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/lightning_mob_affix.json"
+hash = "0570635ce52193ad091aa4762be59ce03e020b1d5cd6ebaaac1bfc5bbec482cc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/massive.json"
+hash = "da2cf71e4b509160996c972ac688932387f1931d6012673c25d29cb7672f19b5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/nature_lord.json"
+hash = "b4a06becab89b2e224552495880a97dcd0f6e0a9a806b48fffd1b60b75c21ba4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_elemental_resistance.json"
+hash = "2ca5b690fbe9695324330df824f101150dbc5855b64e5745c41f998b7ed147df"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_evasion.json"
+hash = "4c35ab2b387ff42caefab3cea75e2d49e02d18588a5ee430037fcd969bea02f4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_the_vampire.json"
+hash = "933338acf6a0f20118f1a68f5c7cf1ba5d9ff5668cf58392f616b130faaf3ae9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/of_wealth.json"
+hash = "7e2f7bbac30b2e3b7393da07424084ac1e0e6d919dd080a873c887aea00327c0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/penetrating.json"
+hash = "fa8ff0a391ea1a6ca1bc1d448e0d208c55fa19a3bc7f6a5ec799c1e69d374daf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/phys_lord.json"
+hash = "605ee0f01728af36ae8dbf0d6386c8955a91f614aeebf67173ce43c4ad66054b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/savage.json"
+hash = "958bc816f2d74a904eb288c15af9308f514ac7a23fe4f4561f342b7f6ecf1357"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/swift.json"
+hash = "42501adb87e23cbb10c8a0aece37a2b73e5b6916ec9c27e85984412f51667637"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/vampire.json"
+hash = "dcd624b393d8be627135fff5a245dbd2e7559331bcea17e2eb1112ac826f4bff"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/water_mob_affix.json"
+hash = "f403b52a27c0cd56d5dbd0fdccaa6d1629c50032381ca19e4f02b2e72a322fd7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_affix/winter.json"
+hash = "adbf08a371fb80e5ff571044d6ff9cb4fb457e7aa5b532c5ace36665035f6e86"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/common.json"
+hash = "3cc19938d0bdaa24d7038bacee66900477fc5fef3f219f32d13491746674cc0e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/epic.json"
+hash = "4f7bbb583ca36049e199f71933f60adf129e0e5f8279351f338d3490a251e8d5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/legendary.json"
+hash = "e0a70cd42918bf07cf8e18a3f1417bace37f15a3f96e3baad732c8a3db2364ec"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/mythic.json"
+hash = "48a316a142ccad9e1ef71ef96e6c03d404634dbb6cd541403b6bc138b0758cd2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/rare.json"
+hash = "d56e8c4990f149dd2ac62463504223e7d45fd642dc6a0d342e6bfb23c4fcb6cb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/summon.json"
+hash = "eeaf8a791cd42d71c6c580b83c1dbd79ebd91514567f4e1669f48c55a310d14e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_mob_rarity/uncommon.json"
+hash = "1c47b6823785e900fee85e275398b20e880c45077af14707bbb209c44ada0d32"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/acrobat.json"
+hash = "89037b285e99d1305f37fdf3ed2f8f3d91f0a90f8ca821be76f93e5bad640120"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/archery1.json"
+hash = "c2c35c598ada34e828d00371d26867c9b8c3accaa2b4a6c931f15f62170dfd5b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/archery2.json"
+hash = "05dfa46fbd136560b8c3e298bd114f3d9ed26fa8e38846fc68d0524ef6973477"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/archery3.json"
+hash = "b61f397cf6e86d75f23401cfe4e300ba991d42a8bc8d63a173dfe780d0138961"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/archery4.json"
+hash = "c1ca3bf74dd62eb4100bb275d5f08cb8a0d07a01c535985fa71aa5f07cd4afd1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/armageddon.json"
+hash = "c836e047f722a5dbdd7af2128516fa6a99c52f93624356a190d50998fdc56e32"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/armor_ms.json"
+hash = "62ad50c74af07e9654c0f32c62f459c6f12ec0cd50585629323c0f3be66cbadb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/armor_ms_big.json"
+hash = "821f4b9ad445c04a0c622ec7348f85cf0cce21995a4e265bb7fe3a36bce29541"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed.json"
+hash = "ca14e191781e721de5d9b0e7ce9a6becff75692ab4253ed844be220bb640d317"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/attack_speed_big.json"
+hash = "90b19c89e8463460d328d5c780ec471db38570c7bcb108f37dcc3e6124b71134"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/backflip.json"
+hash = "6fe90db25232216a68b62be195aa23176195022a9e095e500403bc9b6b31f08f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/battery_fusillade.json"
+hash = "85f77ebc81cd8ef60ffa794a0119cffdb68537de9d01ca40a35055b32a38981d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/battle_orders.json"
+hash = "33f7ee76b7ef0db6cc2d1ebc694617db8c00541910dd432b5c0e6f5bdd2b7f26"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/beast1.json"
+hash = "d0271768a1a31bbe6858f9847ace752f108d5c4fd57df78d4573f444ed305db8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/beast2.json"
+hash = "5e7665c63ba70ef4fa531e4a03c453771b086490b4cbff777e087f20edb5877c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/beast3.json"
+hash = "3348365ac35ccce757766003de88368e2708397a7a250d631676c8961ff191c9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/beast4.json"
+hash = "ee527926201ab2b3170b688ff4acef763f8c23d9e412a8a1f0aebe52cf37ffc5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/block_chance.json"
+hash = "554a725e5b2b8f1bf408859a1738702c87ef3ac04aad55870850eacee267c1ef"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/block_chance_big.json"
+hash = "152dc947095e2187b854708b7b0c7f1f0e0ae69f9ddb6fb7c220b8aa31d5aad9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/blood_mage.json"
+hash = "493cb51c696e63df7f52b26994e5d164e19fc8697c03ab23a98e3edda5903431"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cast_speed.json"
+hash = "86f28945d54d1c696b2ba590fa19c79a0e014743187040dfa673a729d2025290"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/chaos1.json"
+hash = "dcbf0d78d14771c1f2a421b84a029de77c8dc25ffb896cc001ba8b57dac033f9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/chaos2.json"
+hash = "b2917de341f0e4160aec3a1a139f77727da36a6c048a512df10ef24073e7c508"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/chaos3.json"
+hash = "e28ebe0d9f8de4229d495221d071ed58482916d9529a3b613c84351585093772"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/chaos4.json"
+hash = "02b245ae203730bb2b9f991603d7a1ec2bae9f16157fe45944fc5229bb2a4f88"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cinder.json"
+hash = "32c97653ad78986128d40ec0d1ca167e14e5fc2f79be93a4a4765551c01b455e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cold_apprentice.json"
+hash = "536bd2ba2022c4e5ccbccabbb874df21148ee2a07ecb2dbc3c155744cff28540"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cold_expert.json"
+hash = "de5b0d51fa50501fc41d027709245294638c46b5a5767e7eab794a2634cb7e12"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cold_master.json"
+hash = "1c6ebe2ee20ef133becf4f6cfb5837be90ffc2e03440dd2b5ec8d6121fdda51d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cold_novice.json"
+hash = "eb692b3528d0d8dbf74b7f985f78af5e53caf323b575e509d31e57991ef2810f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/craft_arrows.json"
+hash = "3eaab72c2654bfb3aff661a086f7311406844b06a34bc618cfe65e29088cf6d1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/critical_damage.json"
+hash = "eefe709782a951c8501fd440f7e794ce4871f4d8df5308259a747757c5fe882d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/critical_damage_big.json"
+hash = "1b9630c6a1b45e0ae2730c9ceb067343d7ad31b3d2bbe9d94be573fa0fa7ecc5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/critical_hit.json"
+hash = "69aaaf3eea5fa412941183fd0ae3e64232040f3b8aa7d5dd4637edd02027963b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/critical_hit_big.json"
+hash = "b4580400e99c2ea738e018c25336f341422520caa67172ceae7249312718f1a3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/curse1.json"
+hash = "896fb23c55cc61972ee517c490eee594f07c6927458e67a464e0d12fd4c817bf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/curse2.json"
+hash = "c533bd89bec162f8aed5b34df5b7f7b57c5b1f479a007a63b1da220bba556a9c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/curse3.json"
+hash = "5898b0ca22f8dbfb211c057b90a2a1e607f5e8216248e5fff97a3c4b4d4c3dfd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/curse4.json"
+hash = "73945715b1c4e25d2576feeca9f36e5961e1ae39a1a20d8c372e4944e3aec618"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/cyclone.json"
+hash = "f34107bb8ebc4c4c27b8c382bc5f97488845b4ef24d031445a94150f6eb45a8f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/dagger_damage.json"
+hash = "f8cae44a1d3b94431281236d49452f5c3b20abe06ceb21240148086524affdca"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/dagger_damage_big.json"
+hash = "d5ccf2eaef376343ebe414199641afceaf0c0633e7fd92547477a63cfebb1d19"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/defender_stance.json"
+hash = "534e6608c7affafa2eff51ebef70353f316a9ce949f8a21893d400b4b4b1adba"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/diamond_grip.json"
+hash = "f7e3de5e456ea0f8827338af6fd199e45d76171074d4f4b034f2ad081c4f92dd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/diamond_will.json"
+hash = "97116fb8d411fad43efcae88ce3d52d2a5ca24a616fc422aae3834374e883075"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/discharge.json"
+hash = "38b5afda57e4daf95833afb048b6d393980f4e37d6f4bcd07df2cf24aa09ff29"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/dodge_ms.json"
+hash = "657b5e6af6425f5d17c45c04f2dd52e0d166643977da372f871afddd22972f9c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/dodge_ms_big.json"
+hash = "8026ecc4c545703fb6053a5ae5254437eb83aa1d364c830c460d74fd024962d7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/double_strike.json"
+hash = "f2e1a5901abff16c5ff0ff9c52dd1891572326f1eb1c5e722cf51a2ba2d200bb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed.json"
+hash = "bc7ea48c9cccbe9c2e69d825123e6444829eac46f06844b1def19b4ad75ccf6a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/draw_speed_big.json"
+hash = "ed62c654bbaf72606ebf288842bc560f75715900c7a215463ca6be199efa15fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_dagger_damage.json"
+hash = "af66d7c4788299d733d276f78f80dd959e2e8e12ba4e8a0762f6fec4f917af81"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_dagger_damage_big.json"
+hash = "0157016dffa58ebc9d4f33f1ef84e8592034cfbb5669340a40489c52afe48a00"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_hammer_damage.json"
+hash = "f772c50dc2525498df230bbe1e473565606e5ac6ab86c83257541ade8b7d03d6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_hammer_damage_big.json"
+hash = "04708261a4567b70a8fa3b7bc7213bd3a1f2e9e0a50e1f3e53b305980a3c43a3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_spear_damage.json"
+hash = "719de384546283eec68148ef96710c6c45be3e43418f9a4507191ce0a479cb9b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ele_spear_damage_big.json"
+hash = "79b70abc2d2857c2665ca0e3f53bae401bd5a2d188926a7273fb6b75edbdafad"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/elemental_purity.json"
+hash = "4e7c18bacfbb1afe24b36307543f17c90e8b541c678e29f2ae0e89e8b2a42080"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ensnaring_melody.json"
+hash = "98477ee8c8e493b83ca76c42ace5c262ce6c257ebc35ef6f034513292d1976f3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fan_of_knives.json"
+hash = "2b973828372a3d85c3bf71c5625c4eac19447d2092524f7d8fb7ab23d17050a1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fighter_stance.json"
+hash = "6b07bede74b2cdebfd8bd9fa4934312754bd8ec15f8d968fb98c07d6d9262e44"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fire_apprentice.json"
+hash = "451048df75db8b91c67a31f4d0cf0571e5f02c7f9d7d6088f7c214961210e2cc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fire_expert.json"
+hash = "f64ea49ff6c148a90e58e30d8923f4f14e1e2c82d1a9ad3b1c990beecc97c3ab"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fire_master.json"
+hash = "e35a12ebfc5097ec49f4338c3f42d160748f23846f7422ecb5e6a0946de4a309"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fire_novice.json"
+hash = "3390ecf1eb92289021b4a98a047be2b05871eaee24d7f357bb283bffe66881c0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/flame_splash_potion.json"
+hash = "65da3568a55db04a0b0be6dfca1cf1ca36a999110aafc1842d560149b2a408f2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/flicker_strike.json"
+hash = "e20e8ead1f2685add6301178deeaa9604176d3195c46a0f3049abc61bf951567"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/focused_magician.json"
+hash = "e5b3c5f9a4f97beadbb5e4134e25e0e90fbba2461eb47d32d5bb34bf485808bc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/fortified_reflexes.json"
+hash = "07d353f6cdc8b5a08b63b9718026f9d9f9929c1676c8767f6d39f2ff77a6387f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/galvanic_blade.json"
+hash = "3b971beb4735ee94e5f7ed97ce161df3beaffe4ce6a94162d89158146e39c89a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ghast.json"
+hash = "4937f7a9992f89c5e205c8d6511f62c9c7ed173b3838f42e6fc5437a0c4a0d22"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/glancing_strikes.json"
+hash = "b33b03b8b8a1a67afea6d4a4e4a63cf1c93f23c17e273e38d76074d78d8f7d9e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem1.json"
+hash = "73e35aeb7ac92e82b855cb65c7a2229e6d9d6676a94ad9893ddc45587e896918"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem2.json"
+hash = "1ab101369adb9031b01bf657b31807f1cfdc6d17c6053162d87cd9ec491c161f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem3.json"
+hash = "3efca279e10a662225041eca69d6471bef3b89eb421ab88d95c59a0ff221b07c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem4.json"
+hash = "cfff4fea34923db349ef85934dde432c81435cf3d7d945c512698b46dc2a1b5d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem_fire_basic.json"
+hash = "6258bbe322f1475d6750662e94e9912c6eed3c0434ea2f13047bf6a9ceb65ce0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golem_frost_basic.json"
+hash = "22eeb80897ad8bd06183b39501730c79083a8b640e68225a2ae2cfb0f511acb6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/golemancer.json"
+hash = "4e4d25fa524a813119fe38e743ca623bd04af0f6e40d764c6e20b9e6f036ef87"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/grand_cross.json"
+hash = "38383b3439f252152c5558715d7469cafb1f54aaffc98788892c6abae296a62a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/guardian1.json"
+hash = "f34aa79c8c5013ed03fb8f8dcc4a0b11c4e9be215811d23401c9e522e13b3c07"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/guardian2.json"
+hash = "47b92fe0586b26d0719cdf6995bc696959a368c4cea2b14b2bf82af392e8ff63"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/guardian3.json"
+hash = "3ed6f2687588938478fb5fe434989ca3d6f715b7aa4fc8918493b336bc638631"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/guardian4.json"
+hash = "2ecddf3c5e3a7f216ed54cf581a0e222a0e1434db665aa90dece794d0fa8fb38"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hammer_damage.json"
+hash = "e85fb8658733aaf123bf6b3ea32c86a20a0a46e707cc7e6922acebbbd778581d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hammer_damage_big.json"
+hash = "5321d10b6ba924b4237ba4b86c570a5023d438206e97f0adfc5134ccdd30f7a7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/health_percent.json"
+hash = "36a076426a328f2f9502f4111f1565dc82afd495deceef8cb7662d7adaf9a445"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/health_percent_big.json"
+hash = "66519f39a47e9f4e0f24f218812090c78593cd8db77f01c8e244938da462c5fe"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/health_regen_percent.json"
+hash = "0210a074a75fe2641a8e504c4367e53da1ac08e08205b15719b8359b3cd4c67d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/health_regen_percent_big.json"
+hash = "0c8de3142a1ce5093264a271e9504d2ba32cbf963c62aabb599ec401a6aa6ef2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_armor.json"
+hash = "3f876b1c641ca5dce4df96907cfdafa5699c82446babd3e2a4c83c6dfe70032c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_armor_big.json"
+hash = "32de6d9d0ec3a47d673f3cabc816109692e393663e6343f1c698dbdf9be122d0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_dodge_big.json"
+hash = "49245a47464b26c08949da86aff71759f32dbca80b0b1b0ac842c23723c343bc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_dodge_small.json"
+hash = "ea957d36e00950e258c897909cf3ad886d6f735d27cfcb7537fd129d760a111b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_energy_regen.json"
+hash = "cf108e3d611a58aa64bdf36c63e3623d215dccd678345a2dd2afbe53021b641a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_energy_regen_big.json"
+hash = "7760c8c0c73c5f69108027c864d355f1e65e65ee921c84fe7c693e9061a5c6b4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_hp_regen_big.json"
+hash = "9eaf1637459b23cbb40c5d40fa8fdc5ec65a452b70be9caa22ae103fa1829aa2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_mana_big.json"
+hash = "b7e8138b06a12abf807d1727ac2ed0f3fd0cc1098106d0c7fdbefaf40339c62f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_mana_regen.json"
+hash = "feb401154b36ec8eaef4236effa88afdf14d8002b3f901800efbd9136e9fba86"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_mana_regen_big.json"
+hash = "76fdb6e123f3c8f70001f4ec0aad5f437e1b15644a266ea7f309285269b2a835"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_mana_small.json"
+hash = "a3355f039687215cc368549870a10f09cce99dd0b789696fd8fe307dd76f96e6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_ms.json"
+hash = "a656abd9c49d94a60ef6d47dd5fab38779384de15a20967e22de91d4b2efbb94"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_ms_big.json"
+hash = "b6802333f0a67699a23e17276244f564356d64cf56ce4f68b70835e334ae8ba3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_regen_energy_regen.json"
+hash = "55ee9946d0c2a55d57bf7e93eb4cb6674f5836591ea4ebf55595a0d259960e9b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hp_regen_energy_regen_big.json"
+hash = "b572f8ad7f732bb178678280beb8a5e4581f6c48950ca0c6aa80a617eab4aaf0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/hunters_mark.json"
+hash = "81df7da80226ea3ac0f6cbc9d5d150b2c9d55e34cd6fa15d20eb26e4d2b79e3c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/lightning_apprentice.json"
+hash = "3e0883e0c2aeeda3b65707747df1a3649b60b3e17c4d77e499ed424dd49e523e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/lightning_expert.json"
+hash = "2fa87497d326641b65ac8513cecd9df412961e92d26dacaae252ddb21b615744"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/lightning_master.json"
+hash = "1a4add4dd5742b79160f41795539d6dd3f3cb894fa7067180f0bf2354ddff6fd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/lightning_novice.json"
+hash = "473ef01a3488d46dfa4b4ff4cdcf0ece5fb040dbe6d8af1a077ea0b61a834acb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/magic_shield_percent.json"
+hash = "caf904a47a2eee9e8906889866419211ee8d5478354f884e3d55cac71ee5dfba"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/magic_shield_percent_big.json"
+hash = "6aa42ac6ea89c5f203b0432ea63c08c6da4417e2ad81db8828766a21805c773b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/magic_shield_regen_percent.json"
+hash = "3e165cc8996c67bd91c024c24bbeb09244aa262deb7fcbb987c25a16cdd4b371"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/magic_shield_regen_percent_big.json"
+hash = "c9954276df0ee0d41cf48b98d5896da973ff719f1a563df0b97c6e30106581a0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mana_battery.json"
+hash = "e9c46ce1005777a3ac435db2562b36a2fa6d3d7160944c6f9c842e7a2b17c096"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mana_ms_percent_big.json"
+hash = "b87dfd2cc3e9a67278ce284e8bb06ea6fdd6ec0a5e099c317dcd2c0cff864570"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mana_ms_percent_small.json"
+hash = "62125b5fb86b6f660f609ed902e7b68a3a45461f8bb3ec2bc546b44715d1a8f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mantra.json"
+hash = "797d47bdf4d1b2b66873a891998d4ccbedc86ebd5ef55cbc14036e1ebd6623b1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/mirror_image.json"
+hash = "9ee6d7d8e05619fc45d6513b3bd93fa80ff99d222e4fae2fc9bbda38b8c18331"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ms_all_in.json"
+hash = "8aa58e05b1d56dbaa6a638a640d36ddc4c10d0994ee6557f2633ad533da7b690"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ms_energy_regen.json"
+hash = "3f7b0cf0232a2b804b76bf69082f7d88cda04988b8b07df2e70c2bb9dc8afd14"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ms_energy_regen_big.json"
+hash = "d478dbef0c668f8a4e1d3569212f20a42ee48f3c5bf35d9c684f0f904800cab8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/nature_balm.json"
+hash = "e9047b22400db559ef9f90c1491c15325b65fce84bd0b37e252ded77d7fe6990"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/netherite_bastion.json"
+hash = "169478de0a70f89c279c37206b88b88c2de6c34fbe7550d79d6bef69a14dda4b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_armor_pen.json"
+hash = "b1cde54210c2ba12bf24a62b2e485885f1bc1e414a5628799ad5f2da0c84024b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_attack_speed.json"
+hash = "b6dbc1fd417e14250d27d01da06b6adc38924df4c6b218381585cfc93882cf25"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_block_chance.json"
+hash = "8668c9a51e5214d45d578465920a9e47b0e4e70de4445f5207cb68bd96f174f2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_cast_speed_sorc.json"
+hash = "4f4354cab8626f02b0232948059a9b1377a70fdb9e876ec7e7ebe5ebf699561d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_cast_speed_wl.json"
+hash = "dc373ffa478b7138526baed9027a7d1e380678e760c06855affc0c65520d4712"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_crit_dmg_rog.json"
+hash = "786498897e0f7ff1a3632803b60615bbb3bbb7d74d9dfe0bdee886c290971b1e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_crit_hit.json"
+hash = "ddb1b0b2ddda61ffa37264bd576568bbbaa0e05fc80e6a954692299423836cbf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_crit_hit_rog.json"
+hash = "a6e8c577e82cc20fa2c81864040053b918fa75d2be9e3cdf0ec5da062c2678ef"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_dodge_rog.json"
+hash = "7ee6d24212208ac43867bc4dcedc87085c3c292f148db0b6dbb5f4ef1e0ffb80"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_ene_regen.json"
+hash = "0c848b6afcbd56d15804fac3bde8ab6f26b901a0dc0d5e4818e6e22559161ba2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_ene_regen_rog.json"
+hash = "a11fafcc04ab35fa92b9ef26592256cf1b2f5c979b796144499afc02a366f43c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_ene_to_dmg_rog.json"
+hash = "7992bdd0f985b631317e4b9cc76aa559f1d3e92dadcaf81748e818bd4e76cdaa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_health_regen.json"
+hash = "550829e94d8f2944b30ad6a6721dd8e97e866f2040105d96d8ae5f177b7bfa31"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_mana_cost.json"
+hash = "54d51cf64a0ac75a9d8aefa90ffd75cca767f8268af1f636b875a8754fe71bbd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_mana_regen.json"
+hash = "08c8ffa902c0c0ad77687089cbba251f909639a0514580ab13f4db10d16306da"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_move_speed_rog.json"
+hash = "06f264e1815ed7d6ebdd87a54ced7f1046917f9b85d40a088966a86d360279d0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/p_phys_to_chaos_rog.json"
+hash = "a2e0cffafdab6d433dfa74e94001187fde33c3b9636bb4ae075f1c37666bd62d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/paladin1.json"
+hash = "45cbc63b6edd29dc302d5270f4c4398d6844fe0997e84ff18ef872af29603dcb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/paladin2.json"
+hash = "330aca970ecab6340cbdb8b7db10ce21af69450c23e4352abe5ff603b9bcb1d5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/paladin3.json"
+hash = "4faef8852ee7b49a85d8cbb4b68d552f2fd6512a196dc7e9093803a5b5b951fb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/paladin4.json"
+hash = "7cb4ec117e9469e22a73b8364c261bf98e696e6269608345a208eef63b734327"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/piercing_dagger_throw.json"
+hash = "f59a7be2c92622bb6a3819062591933f9bb49bea5ae0368af4a98345cb53ca3b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/poison1.json"
+hash = "7e4505082ea18fc265e976228c289b526e0cc5de7c7b2c458586828cfbe3402c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/poison2.json"
+hash = "0b0728ac0ea2404e2dbbf476efe3903a3954ed2fee25716725707839b3a61b63"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/poison3.json"
+hash = "b7d5f3f46c6277caf3ca23fdd8f1cfa769b240704cc1da115968d8a3b2ad0565"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/poison4.json"
+hash = "eae1dcaf392561d4b382d05853454e22791e51f10fd337464de357c43eeeded1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/power_surge.json"
+hash = "a3407c5c76d4b4ff97b4b9a38a882f7f6b57909318f72e917533738c7b99db87"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/prestissimo.json"
+hash = "564a3ceb328544823be864e17f577cbb00d80ffdc458afc797ba45d7cced13b2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/protection.json"
+hash = "a3971b7eeb1e8baf59e619d9ad01cd0221831cdee044c8ddb534c0cc1108b568"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/puncture.json"
+hash = "c5634593c2b987405a36ba7ac1a1b4ea481f5e34ddb5f4549c5622c710b590ad"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/putrid_breath.json"
+hash = "5c2ce08196aaa2095c222538f3a789e8bcdd2bbbce460c89c598200d318f1c93"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/quake.json"
+hash = "ff21c18023dc773d84bb9d8443ddf51f0d9ffb40a04807355a5424cbb53a027c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/ricochet_shot.json"
+hash = "257449bce63c9ab9dcc74116f9bf9d39e60368fc59b665b30eae1ea2c88130c9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/shade.json"
+hash = "7ba5575b88c3e582c68d0fc9e0534a4fd8f29674eeff071b8e9658f7ec8d567f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/sharpen.json"
+hash = "84c7c3c7567afd079e309469203dfeb6569f36f5ce2f2c48658fb5acfca996a9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/snipe.json"
+hash = "df96095b34554a1788780088c8e8485ce717ec50fffe1dafac05be1ac01d0b60"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/spear_damage.json"
+hash = "bfb0039c8d628df9bc8dc976fe1ba7d774f640700238b4d198ce854b32e5b5a1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/spear_damage_big.json"
+hash = "7838b355332b0a39b91a65b8a32dd0869c2f9e1358098d1f2b094607488d060d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/steam_cloud.json"
+hash = "d8a0d032203ccdefc0e630c883d45c897898fb5579d1d3be6d9fe1b6f033feeb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon1.json"
+hash = "2e6ee31e0ddb89e35719a585c43ab3634ab1127ecf824704d3f409833234c687"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon2.json"
+hash = "0f1ef899b191851e16d35fefd9f8618d6d25009601bf1abd4dac84760f621f7a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon3.json"
+hash = "b039bea38df4caed5660a07e6654002f432bce6196150f700046d4f4f32ecdae"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon4.json"
+hash = "881061beca27bb832a5e17839d4a8377ecb050999ef032ec00c1202e9f9cb710"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_capacity.json"
+hash = "e628c0fe54040d2694ad20b4d54a5577d4dcce669099252c745576957180e0cd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summon_cdr.json"
+hash = "4786e854bfe9c24f9453efdcd6fca2c32695f7ae1139498c3637d867042f3ce4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/summoner.json"
+hash = "7656fd61e438f68eba0414a57aa061da00da1e7da81d4ad34c32705c49f35dc0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/taunt.json"
+hash = "1aac5512d3e1b41ef5c2723ad13d90cefb1d7ba414bf17d223743a6767245f96"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/totem1.json"
+hash = "4766a55478d7b5d7966d22ebbdc65e006932c60013e04b2b0dd2a1e26485aa75"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/totem2.json"
+hash = "c14290ad2148ce038119bd32c3115fdd5fc3d9b85b33451c441da60404b766f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/totem3.json"
+hash = "c35ac3b1ab1267329c07e00237221f0ce44095ee497972eec070eb8099366b68"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/totem4.json"
+hash = "9794db24f01cefa24dcd8f6891f3ca708f90409a164ff15c679afc3acf033f08"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/trap1.json"
+hash = "4b8600cbe2678cb1da00d108b2ba54aba525908b24e5306ba1c0ba07b9e165d4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/trap2.json"
+hash = "456abac9c2566abb33b7f5b3751a96421fb129d79c0fc2d1b05caec2dd71f74d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/trap3.json"
+hash = "d9a0d08c5d23b0a543c3257529e0678b203698f6d3dc349c776b83bcf750f88a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/trap4.json"
+hash = "4e9625ca3b90f8e4fc7ea4c75eca0759c9467539f8547687e7476b678aa519ae"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/venom.json"
+hash = "c4ad783e296ef5a0a32f2aa35e1a49b1010d8a3ca8ab77d7ee0c86ac77ae073e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/venom_splash_potion.json"
+hash = "2536c235d936c69b0dbf320d4fcd03b6d9d53a4ca195761fdb4ebc996487eac1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/versatility.json"
+hash = "2e59719a6d8e02a268a50d0aa1a4eaf87cc5636644b722d4bca029d773e63780"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/warrior1.json"
+hash = "47e82495997443474124caf11ca20d2e34af9c97a8e6c0deafd4311414724d11"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/warrior2.json"
+hash = "2e23c638bc3b528b3141979d6a352ede6231e29df26b3ebd951cc4439ca831ec"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/warrior3.json"
+hash = "9d705ecd67dec28a76b038bf1db92529d89fca85d813325f3c216bc0c82b6e3d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/warrior4.json"
+hash = "2df2af17402f4b203f53e83a943b98d180834c95a6b83745833fab75b17e516d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_perk/whirling_blades.json"
+hash = "6b466a08ae8abd8543ec4d76d72e1ebf660d50f34528067b613b8017e5495eb9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/farming.json"
+hash = "50646f66a12b6562f0064680ee21c9b2675d255e8e5aaa4fadfc35ee6b75e13b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/fishing.json"
+hash = "89023f78283389fd8604f5bc3c89fcaaa369487e05a5eb3ec4aa506517df926e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/husbandry.json"
+hash = "fdf1a0702098bd861c9fec2b4165489ccefc2b73dc9a9d0056780406b47cde10"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/mining.json"
+hash = "6672e55ef80ca0ebaf22a2b96c84b859b609403cd8147d110416487eb7df5da3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession/salvaging.json"
+hash = "c09e1fa6d9401eed50cb627b9a08ccf7bd13b43b59cb68e5ebf7a656d8f83aaa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/add_reset_perk_points.json"
+hash = "d4fa21c2149faebdf15c13e538e2ea0fc3249012586e66137514edf5cb8acd19"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane0.json"
+hash = "dd34252fcc697ac1c1fb38e70c2a21af66960421068bb8c6595c7195e18badff"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane1.json"
+hash = "34dfb5a28a3e6ff0afe4b545c279bbebabbcd40684c22bd070e37edbe3e7e5b7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane2.json"
+hash = "d9868cc55a0b88e18d646638e0383c07daa6271910ab72ef117c24b4a016e2d4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane3.json"
+hash = "8a8213c289c27f5344723fa2502c9b2961a3a9ae1988d85c841d3726fbe1d9cd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane4.json"
+hash = "2e599571105e2f13b5a4c6ee319f6fad0db34d395230cdd508d2dbd52f41081e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_arcane5.json"
+hash = "fa2ad6859bd4a23415b0a0fea398fee773998ca511269694499ba908306d1917"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit0.json"
+hash = "41009aaba3b2d4be748644efff828c9ad6d6266ec4e413fbdbf6924d5a5c7b2a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit1.json"
+hash = "42f81b38088e571bd61d03ad06d67b1548f6c5b534cf3b344f93eb6214ceb929"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit2.json"
+hash = "11a4dc0777857c06822bc38a36ccdc17670d920cec74df75e76c1ee3acc6e6bc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit3.json"
+hash = "048326adf3a83a211829ddaa17da52152a1c8b4781444ee41a4ed39d2dd64500"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit4.json"
+hash = "6543a12612bf5cba3f6b8a6c629be6e6d0af6a45fd081e6835f1398df58e2101"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_crit5.json"
+hash = "631374fc4effaab812fae770ae3fac385d6eee1d7ddf81086650a50137b02ae7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex0.json"
+hash = "7485d07c7d1ee113c170fb4f20f8fbcd134be7f4771db061cedf569557920f02"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex1.json"
+hash = "3d01548274ab1ea2c5ab8ce8a5b0475847de861cbd94dff9114125ba242e8fde"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex2.json"
+hash = "819bf60399f22867b6e8f07aee57884db6f3811153d9d8014acf3708b8c147d4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex3.json"
+hash = "0bea0b621665a05d13d99f9c8441df83b70ea975052b5a3f48e3a6d7da30b6f1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex4.json"
+hash = "adb21b1ffc73cb53974064a0762113555464ac439438eb2fe72a95d58e1e2162"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_dex5.json"
+hash = "df32713d99b70df6deebe78fb8fa432b7afab02f2b68f28bb899ae7b05182701"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int0.json"
+hash = "fe356eb068ef0e8efbbbd3b59596891af211c4bca48bf0db4ed5a4b432a19e24"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int1.json"
+hash = "c929c76b03777f40f7bda75085720b0c493a9861280f049c074f39b446783800"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int2.json"
+hash = "4dfaca6767dfe9c6cf1839796557ec7fce5d3b94d61fdab36e4c8262c265486e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int3.json"
+hash = "1c0430abb1e49adff3780717550b165d1946b76a70483b1cab85029c0694179d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int4.json"
+hash = "d4eccd7d47e71c17f5bceb089187c7021008bc3bfe3e3a04367b4816020003ca"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_int5.json"
+hash = "c90297274caabfcb58ef104537cd98f23021fe4b1de7f84bed35970cf1eb259c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might0.json"
+hash = "2ea8fbed1222429a3ce5e1cace925cc716bfa729392fd6931db4c7305c9b99ce"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might1.json"
+hash = "9c99119f8f336a9fa0c0481fa092edb614cd9ef9e1cf58b6014ef71ce8761cc8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might2.json"
+hash = "979defcb1920bc225a9e3343de31b60d631f5da741d99389db1f26f3199ea685"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might3.json"
+hash = "ed3fb42f53fcf5f3431e4210706c65dd15426fa6a8ff86a59d5cd1dd13cb7dba"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might4.json"
+hash = "5239921138c4b35665728825fc635137006297dd42d73c7e3c76cda52e7347f1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_might5.json"
+hash = "ba641b7ebbb143228b0b50e95edcd0943c6cb174bb5b64e2acabc944a406d4ff"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str0.json"
+hash = "986dac7a1011e4ed7511342dd44a885e752a8427a6dd1d11de5f9603ed2adb5b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str1.json"
+hash = "9df82d6d87c10dac9136cf94fb1dbd5c4deb9138976501e124cb99839f735ca3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str2.json"
+hash = "db001eb7c4e8c5eefc6ca89cbdffe81c7c256d81f45744522b9fb9002c18377f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str3.json"
+hash = "669af7fba8b32330a285e3a6d9dc3405db3027aac8e0e9290b487afba62af959"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str4.json"
+hash = "f1d98a4979575c4e10cfa8b661395805ce62d1712e3b805a947f9cb3479d1113"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_greater_str5.json"
+hash = "603d0d1b563f4483616cea65d7b0fe1bbbf02966df8c8a4e6928e43aaa41ff17"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane0.json"
+hash = "7f9fdb2ce19a1dc2e80524191cb994820f960599fee97f977596d2bda41262b9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane1.json"
+hash = "648f695df305a8010855c3cad5e4b5a667587e73923f6b1a69b887d7950fe4c1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane2.json"
+hash = "a93aaf9b17ca495f3b90866e21864df44d4dc18129124ef73fd139aa79047145"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane3.json"
+hash = "5ba2412aaec5b0147f72f8b4869f07d1f388a4a5328be4d794769dfd82582eeb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane4.json"
+hash = "28703266331f660b0a04d8555bb3ff56409686d4fd05bc33ecbe8f731d6cfda8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_arcane5.json"
+hash = "015b2cc02bb496e74c8e91f652c2fc847412ff081865d0f86fea05197be29056"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit0.json"
+hash = "af3eaa629dd21efca17017260f6a38292b9be162b5d1a8de99b0cecaaca2f305"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit1.json"
+hash = "7829f11a59b87985e81407a5d539fe7b515e4942875cce9dc682ae4b0856cf7b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit2.json"
+hash = "e3bbe6d3b6484d227d8dbb045064b2175f763c5be412e8db00dfc07c49fdfd3a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit3.json"
+hash = "698289dfcff3c76e69c7a30b1addb774e091a77c427960bd9c500b865c7d7faf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit4.json"
+hash = "ef8fcf385636798debc1dbfe6af635ea46e6c59bd8fd3bfdc5c3de2f5695f89b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_crit5.json"
+hash = "ab19498d97d0a4cd5b8da4af539b15066fbdb7c9f9a478c6db856591c4cd58c0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex0.json"
+hash = "7ee3286e64fb0b5175158ad1ca03cd8a52177eee2a9147b08f1b3069bc1c3127"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex1.json"
+hash = "b245a5e70bfc023ede4798749dd95d0395f3437bad3d4108e3e2c39227547d7c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex2.json"
+hash = "946671e10b96bb4c9e92b42a0cca0a62054d9291632343b681c9a5b995fceec4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex3.json"
+hash = "026060dd4c75864a8dc0bed88dd86fa53facf12026e645c4af229c0746716c5c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex4.json"
+hash = "965db58c50166e721080965750f09269a4eb4297ecd245d37cff01c8a1998a61"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_dex5.json"
+hash = "46a16c234e0b137b846803a1d9d838af081ebf89f6f70af1f3552b045e9d11dd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int0.json"
+hash = "e61b2ba3e316dd9151271b8fbdee1a22ff24dff6ab86407871a7a5581ad23a56"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int1.json"
+hash = "fef5f942132614647ac1ab40274d27f343dc6e44d6f9a42b6248afd7dddc7073"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int2.json"
+hash = "008064d1cec91fee74c78bd6e75df71df5f50ee5bc91ef109c448323f745d9be"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int3.json"
+hash = "1cb07941c99404b704aacbfacd806a8bcf0a3e5959f145e4e9da928279461000"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int4.json"
+hash = "ed0ce85aaed7431769c55781a65527190937aee404796ff83460bf2cef4fb2bd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_int5.json"
+hash = "02bb1a498ea660f77a9e7f3facbae541e75522d94df0b2329dc7bd2437e3619a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might0.json"
+hash = "ca130af5f46a4eeab42c3e83b09eba76894bd1daa69a42d94972d08664e665c5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might1.json"
+hash = "477150c2cb6cd4cb351b3dc055cdb4522dbf61f89ef7cc5d367f641da208c27d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might2.json"
+hash = "60aa7d14cac78b6836e939a9acf00e2c91516a3490fbad027d82f90acdcc29d4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might3.json"
+hash = "39496d589a758be09ba21e8d9a7de7f97b2d927f16a6c5970555b249cd7c8631"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might4.json"
+hash = "762ec2df5674a32d92cfe37df68362acaa6362f4cd953e8e11bab2d30bb92561"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_might5.json"
+hash = "9fbbc005c1ef0fabcf572c1e3cb5c3dc46498d0de051381521efc53204f550f3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str0.json"
+hash = "9f253b1d5f479bd1118834677a7a4f765874a263b8c77c9439da4d456e5b5df0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str1.json"
+hash = "a4be6cfdd48a3fa5d1bd9bfc7b2fad578358239e01c49ffb6621b3bb8faf1ab4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str2.json"
+hash = "4a53404ad62f3a7f5ef2c028d74c45be45b9f711618e1a42fc0c11cbf9a16063"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str3.json"
+hash = "0e60ebe36bd69a6e7beb7aef32035c52edf6d644d904ac09d2ac0c2c8e7a9e15"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str4.json"
+hash = "da82806b24355b183b1e9f9ea38946215abedf81f570ddc1cb63ccb5b4ca03f6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_lesser_str5.json"
+hash = "8592207835b4fc5da0df9d9a16775d64b83b90c47cbce83ba3a7122bef5008f6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane0.json"
+hash = "e269314007cffa8711dd7708b28f4142ad5fb47c12fb7d113848ecad2483b906"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane1.json"
+hash = "3f37904c19489080361d43ed88f971e69f881e4275aa80c8300a8ead2531f9f7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane2.json"
+hash = "d659af7e5b00418b5ed1e631fffafe069ad5fbdb16deb8db1f6b12c45b466aad"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane3.json"
+hash = "af9e34e12e3aaf49776e6f727b0e02085ee79dc8dbb529dbb8cbafb7ea5111c2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane4.json"
+hash = "4a4d853d869b388fc9af22f044a44f4b6f90221a6f1e076fb50b2834c08b7f46"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_arcane5.json"
+hash = "3489515cc5e842b8e4f8e6ab6d3fc6a48323aef9ab2af78042f21d4a4411433d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit0.json"
+hash = "79ac9a40b159143809b2f5d70e5100d58f81dc23427827e48b464572c47919e8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit1.json"
+hash = "b830ecf3559eba8d0da2a311231848fdfa199130fbda19ae5598f0143bbb4e43"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit2.json"
+hash = "6f4b14d6a29d914e2370dc1d31e99a6e0e40850582ac97d09e2f4a96edbb62b0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit3.json"
+hash = "b17c2f53f93128d2778e1704e72305db25444a113b5e30d680cd98b36e26163f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit4.json"
+hash = "2f268c1eb941b11231467d671f1ac2ebed33954fb5c61972ac43863e91593524"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_crit5.json"
+hash = "ac0c259bc85d18effeb1d07bf49528a8d253ff0eeb0d28defbb7b17aa72877a2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex0.json"
+hash = "a585791aed3565fb92038da6d4cd8021067b897ea6bffc670885cff04c21f74a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex1.json"
+hash = "0ba2261ee18cee91775cd3986b4d5819304ef4980b5b1b27ddc668d2b476de8b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex2.json"
+hash = "b38a87915cf1b41d10501745cb69ee6897a6361a5103d8c8a1d178c7a7195634"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex3.json"
+hash = "4886222380135d8d054847100d92425dec92133a1a593e3f7d66b0d8cecec50e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex4.json"
+hash = "e387b7b6af826ee4d5e7d73e0a247757db0ed5041a81a1453fb2db1fcbc73697"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_dex5.json"
+hash = "6068f21694291779ca2df3b074a7b121df9803489b642c4d77f8886f88722d02"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int0.json"
+hash = "24c1f283ab7c5de80e5b48c78f93a78a751e6a1cc6aaa025f3b4034af67c92cc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int1.json"
+hash = "808f19bfec1e6037838ddeea7cb07a7d79b5dd0aa1044cba6cd92e4490613670"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int2.json"
+hash = "88a44a31f0302abe281d19cc1f267ee9e83329255a8c9dff54c4b9b04e887ccb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int3.json"
+hash = "59b6d4ef0e0973c4c4a3d1497a7b5f5f68f71fdb04a6753c3e321dd743a28dbc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int4.json"
+hash = "8e882a5256f44059ef0b31e46f5dcbf7b9201c28a1f14edab758eb9e8e1da9a3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_int5.json"
+hash = "7868c54735a0e34127df56a7b1078933aeb951d3a354a61afb5c6640fb0e60f1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might0.json"
+hash = "2f989c9baea024201f011c6088fc35694190a22d075054fa915376b4f7f900b6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might1.json"
+hash = "6a7c409cbaac9a4453832bccd3f77d0d554d0c1481efe47cc679a72ac563438b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might2.json"
+hash = "c3944af19c0fcb9766c1b1e15c812892a8051695fcee816b35718cea5ede6925"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might3.json"
+hash = "a3c14fd5c35259cc8073af34886d29dcd9ace8f1240bb07366e5c74876f2f200"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might4.json"
+hash = "1b582140fb4e87777986dc9b93f012528193b9d6cc922400a1dee322e25cf2d9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_might5.json"
+hash = "e62af37076eeb8c66c792e3b64f8a7fef00da648405dd65fce31e547a9157eeb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str0.json"
+hash = "5aecb04f02ec78cf0730f7c1748086c87bc695bfd76d4407d454fd856cd0f8df"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str1.json"
+hash = "4529f6d55c7c002aaa1796f2dc88457d372cd86fb32e7d31b0b5e693a1a2b95e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str2.json"
+hash = "ae730b412d9157e7242396f2bc0631d3517edfafefecd0862b5f6286114056d6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str3.json"
+hash = "7957e46cb6f10f72004e543e63a16a7b7bccb7b32b5b0a47d98a7c0d734148a7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str4.json"
+hash = "9ffdb3262c8dfb1528448cf52604546cc72606bf96e0ba4f1eb7a8edbb73b1f5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/buff_potion_medium_str5.json"
+hash = "05e262ac0dc95cb17ce270461fe83766711d7fb8588880e601cd633b4bbab0ef"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal00.json"
+hash = "2334dfa05e033728100eb1b8e321faa7fe9bfca1331ea288f82b2c1fe6f50576"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal11.json"
+hash = "517a04afd812a9526ca8600757762909c5876c7afbee1b87d0096a318c1f1196"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal22.json"
+hash = "b9c1a48a03d635f7b1030f1e634e19710cb073b8fff27b2d748df4ac3920e645"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal33.json"
+hash = "18d1d5db7ecc14d42e2dbed5a6e1ee5f206c2b695fd7111f2555dbed8ae748a4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal44.json"
+hash = "407f913ca1acfd3900a5e977f41a96c38e194c8ad3b5601e5dc15280f59af6ec"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_mastery_seal55.json"
+hash = "fde11ce4578c518b655ec12efaa81e9d047a56092b2ce4c753d8bfc02e302a3a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone00.json"
+hash = "f59cf18a11ff9c8db5a57210a09f43ab5da098165dbd34560adf98a559559ed8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone11.json"
+hash = "1e1c27964f010d71b965a0761720124148e4e57f596a4465a86c261589f50381"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone22.json"
+hash = "a31fc418d3a221442277062cd30c247936678a10b36c186a8c38ab6587bdc23a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone33.json"
+hash = "eea2f837429db90a86e83a67bf305c683da379e1322d802711f883bdca3ff9fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone44.json"
+hash = "cfb2311a05352dacae648f81899c0da0869c1bc92e9022b7a3af347fd8a98fb8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/currency_sharpening_stone55.json"
+hash = "7e68659a3fc15a9f590f0b0800794b602613c81c6bc8db59ac09faa170894532"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common0.json"
+hash = "97395fb179f1b85d016285e9b1a3a7c1f89dae766c80f5fb8e8e356cbb887fd0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common1.json"
+hash = "edc342f720ff428b5081b9d4a0ebe0705fa0b9e593275a3142b6c2f3c0c53d9c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common2.json"
+hash = "09d4e0d15f99138360d695e13c704456aefe2a15d22748ba5db0d60fdb0599be"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common3.json"
+hash = "98790c83d3952514dbbd96bfe4fbcb708c526cb52501af596d07629418f71f5b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common4.json"
+hash = "75fe4827b1e56572bb733e2d5f4de8862ea041c1255c193b15447e204da22bb0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_common5.json"
+hash = "e2057c9edcbf4d332e9a251d971602cb0017593cc71f1170f3e36fef47f0e0b5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic0.json"
+hash = "5c6045d35dd679db39faf449eb18e059dbf703a05a40217d365fcb500b666659"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic1.json"
+hash = "02dc5b2b2d407181ee20f9859998749c1a476d617489e7969aa33931a4a42124"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic2.json"
+hash = "24983d2fee521dd5d2cce4cb6a259ac2802c0b81b149df504132de8dcd636925"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic3.json"
+hash = "066a5a9f9d2e7d54b24e22f8ef768815c4ed43b8d7965736aaa9366c445117e8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic4.json"
+hash = "3820edc544abe0b613ae899de62405003db713e0bbae18b0cb2b5b2a705971fb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_epic5.json"
+hash = "e2bc9d960cd26c004eb3ac16563c35657452964feb53e4e2c10cddab1f111c19"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary0.json"
+hash = "b776d5dbfdbbdaf9b122bfadf40e29d9321c2e02c105da44cb35451409c3e427"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary1.json"
+hash = "84d7b2c69a9f1885f0fe9ce35df88a670ceb5a97735d2f65de3d94017a095db2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary2.json"
+hash = "22b4cc10a52393803becaab5fb62c80da51063761db681c7ec561b74282bc3ec"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary3.json"
+hash = "3785ec8a0bb62f36d7c56a48443f5d24551942e74c7e4673909ff97a6a726149"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary4.json"
+hash = "b00971f4a586d1cf817f0edef6aa75d7f6300c7cbaac8b321eb5adb987e4a330"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_legendary5.json"
+hash = "c5b7527c38a380550e83bd4e356204dde77dbd578f87238ddf172056846351bb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic0.json"
+hash = "c2b9268488110c854dd250d9ce99a10ac15be360af9dbec609a26fd851d7cdbf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic1.json"
+hash = "62ef81857508d64f5270491282d58c0edc1c2d2e5d240465521b66a06a106cd4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic2.json"
+hash = "31a52426b30aec44b2fc919651d0df7b154cca964ace5d076b34cf96a68ea210"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic3.json"
+hash = "d96897f27a22fe9fb40d90ddf769cdd474b0e577bfb843339a1f6ab2420d39fd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic4.json"
+hash = "15bac7a7316344b9cb85febc09b5053b1ab2e61cbfd8eaaa5203f0db9da19684"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_mythic5.json"
+hash = "5343fa1509c0a6b08d4686d8d90ca3c5faa280def99f02785e41fb90bb1d82ee"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare0.json"
+hash = "4466f5eb572975b6be1ad8fc694776a1cd919edc369d2cc2c8f62902a0718c83"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare1.json"
+hash = "03d3c0c5054969f79735634517efd186663ba2f7ba2e5bc5e60fd9964ca39093"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare2.json"
+hash = "f53fda3df1364d3f0108eb59f562a53b3276e46b692b645499548989cdeaa707"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare3.json"
+hash = "f4a6444f44ee2926ca9f646aaf73770b29be68fb80588170b7f719687d4a59f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare4.json"
+hash = "a2e4c1713d2929417a8d3a456cc5aa665893433799056155f94682be27126270"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_rare5.json"
+hash = "be9bd6f290e7160b7c10a96563a70d19a15bd4273125b4c3e6219142b8c85e9d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon0.json"
+hash = "171a180d06a1c92448cb0be57ff4c803e8157daa409e8a5b97f924290bcd1fe9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon1.json"
+hash = "cd4dbd9886f228722fc2759711ca452b0cc28ee881efad861856eab40cee81d4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon2.json"
+hash = "eb8a539974d29d742be2ea94d262be09624e7458240c87e80c762eebe34c4e32"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon3.json"
+hash = "38b52fd2344bf34e71dc929085cabde3cf80c31485100b893564ac99c3260a62"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon4.json"
+hash = "611314c55f3ba2390fe6e8cf84f6cf80ec5b9806a4fff2a0806183c8f9c004f5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_armor_uncommon5.json"
+hash = "392e51ce5f84cc5cec3655053bdca1511813308f0a230a8d11286dedfca1697b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common0.json"
+hash = "9615d27cc1b8bd15cc0b0a3b2c3dfe6f30b0b5c69acc41b887e43787d0de7cbb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common1.json"
+hash = "5d2402c5d0a69109c8298c0e69ae4902ec822e85eada2a3c4f1fbad282b96d52"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common2.json"
+hash = "f7949d70d9696b848bdbc990590eb483de142584ed9db8e1e5979e3c685d88db"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common3.json"
+hash = "e5a125c5bd35be76bfcef3c7e04e16df3fd1ef68dd4cf2e9458a5b5d3d4e79c1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common4.json"
+hash = "051c927082c8fe67c09e6e7b905cc483ab5e27fbafa643e31819cd0af86993c5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_common5.json"
+hash = "740603f937cb58b54c864ff47d903051592870cacfbd24caea610f9de39153ef"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic0.json"
+hash = "6ef8a8f6ac5a1d9697c4a38685aa224088fee47f6f756ffdc2d9801a9aa9ee97"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic1.json"
+hash = "2e6214edec10805c50e9023ed85f48c3f10826e94f75587fccdccfafc99db94c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic2.json"
+hash = "b2fe01551df4700f41a0b3db616a3873d3d7c862875a57b9f9da391aa0f1c78b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic3.json"
+hash = "73d9c2b25f2a85336fe27212882606a83d2432776f4f63d9d6447faefc184c88"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic4.json"
+hash = "8676292e23072518b3622190d0161bf2f1c1603cfa7a358bd4497039fd85bbaf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_epic5.json"
+hash = "d1f7a7efcdd4dfb2eec4ddc42df8f31d7691f1a409fd99aa1529a7da5f4ef877"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary0.json"
+hash = "f23e6e960cdb6ecb183a0b463d99276421837a02720ced5a81eb016a74909be6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary1.json"
+hash = "8ea3ba6cfbf2e8030352e84c138482b03705b2dde109cc1e298abcbca542dbbe"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary2.json"
+hash = "6d2652f07efda98cf45b1ec52a7cae5094c592399a846ffdc9493816c2c747e9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary3.json"
+hash = "78907ba0c5163637ef48452f3257cee632179fd2ec4a4dcd5b4b58b0c65c0901"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary4.json"
+hash = "004b6677f9fe866082dc123e42cdf2f4fa130aabffbf9a9369f2a60ff4735e35"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_legendary5.json"
+hash = "23e65b31ba0a9c1f6a820804d8510a895440be09ad34f909c7fd0fd5ca35c1bf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic0.json"
+hash = "1286cd28fefa4e5877ac51ba5c47150f4fba2b99df18cebf1171a04c590c19fb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic1.json"
+hash = "99931175f405db634f31aa561d36dbaf7031908ea9ee3a89329ed6360842cb46"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic2.json"
+hash = "4ace73fc45a05c08b8e95c0564e3d39a615e0596983f8c678180ada495e9a5ec"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic3.json"
+hash = "bb728e7bf845f5067f269b25e6c33b8508cbb41820cafecd1c4b22edb58bf76f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic4.json"
+hash = "e43f7a6bbd724aa8e5674ff62411db3ac81fa14c78ef1dce9698ba2877a7c2b1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_mythic5.json"
+hash = "42aca83aa9bc9fa6522d4a570785c44f57a0a9c3d1259ba9794607c3ed7333ce"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare0.json"
+hash = "340c29b99eedb5f5bd7408aafbbb0127061833044fdcb8a3900069f93debcfd1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare1.json"
+hash = "5b23dd533a78cac6e21904505c80a748c7222a1f67486235d8830575c453d8e2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare2.json"
+hash = "886de2f617e9d2dc99dfbb68d8df6aed778b21dc96d919ab8ba6def3a32f8f4d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare3.json"
+hash = "f667f45ddd4fb42cce9e4d143b78e4458aa6fe5686a9ab89615d33a5a7c8825d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare4.json"
+hash = "8439f06154d92bfb7fb2245140cd2b3a65445b8384076d30cf030ba73b08445f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_rare5.json"
+hash = "eb55cac708ca593ef4f1c878dde3271790c74d156b3f97f4304b57a1b1611c99"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon0.json"
+hash = "2042086c425a30421a820f1ec37cc129aff84b739a53945930f0c8922ab55ab9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon1.json"
+hash = "6e86e97bf7ec3032540672a6ce34ae7a729938adaa4154cc9b6ea4df1e67bc6e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon2.json"
+hash = "c6be1e39df2034e16e77dfa4b43fff560a84c0000b2e6fee19de8e3d46ff9f1a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon3.json"
+hash = "a48be66cefcf0913e2147772117c8591404d870db95dea5fe4ec8c86a12d0a9b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon4.json"
+hash = "20a25582b441659fa8930a4e4461c0abdb2fde1cfdaaf8c817a34cc35a3a5179"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_jewelry_uncommon5.json"
+hash = "31c08361b8ce1b16c8760efe5a8726d667db15abd56fc0380560ac3f9601edf5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common0.json"
+hash = "76d98090c8605ef5428af90f27c2e082ac6bbbe32e23f036448c706420e8b396"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common1.json"
+hash = "db3b59d8b3c8ffa6f0bb27e4aef4c9002078edfcdba1fb7bf077d14e6be13b68"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common2.json"
+hash = "2f73a7451379f1ed894b2561b1d8f190ff91fb74e3aecd06470dfedb2f4ee16d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common3.json"
+hash = "647f0c38901286564a6e4f549117caf831d2696665c5288305f32d8c49ba82f4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common4.json"
+hash = "352d08edd4c4c065377a6247d479372c468484ac0a244d1ff8824f5240b67134"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_common5.json"
+hash = "8bda3063046ef2d6d386d83319da78c324d309e1b941978211f3d40a3bdf96a2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic0.json"
+hash = "14134ce54ee59f16d48f6a8aadab5ebaa586e930b02e526721001e806b946a09"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic1.json"
+hash = "bb0c7b87f86b1d5aa7f4fe7aa516cdea55a3d2cf04c779a9f89d59a81a0293d2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic2.json"
+hash = "a18cffc040352990a7a8b0847ef82fd214ea9f0021b518f2ee771ba3007af5da"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic3.json"
+hash = "fea251c7e32d32e776b997ae857ea0f72c9e99c2a3854ae9977d2114e15f96f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic4.json"
+hash = "34dcbd81971d84f5eb12a24d0969fedee4bea608e02c17c227f0bae81a84cef8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_epic5.json"
+hash = "34a3201efde5c3a236315286cdebc2e3a6ae5c166606ff312205b1168d36fb8d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary0.json"
+hash = "94dfb024a9c3c827cf5162a551c0f33068ab610747e6135704a1a7f086b78289"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary1.json"
+hash = "4ac80d305ae0e620a52a1a1626449f6acc68377fb271f1b293c12c7a9f22827c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary2.json"
+hash = "45b8ef6222457617d01fc4b934575c1bef163fa8aecb9cd856bd0d9f9981474f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary3.json"
+hash = "78848657fe4fae4a1d8beba7e52f42c059059e2ce22bb372bd37775b13142d29"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary4.json"
+hash = "75b3a45dbc9ab8b5d8291bdc1946e77db7c45381bdf0ddf686452eada71a6526"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_legendary5.json"
+hash = "b18648427ceca4fa32dfdd806144a5d60f848e8866c5619a0871a391ef76b78e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic0.json"
+hash = "36652c3e5ada78da5fd0a48df032c7611dd05259444a5ad42286450ab0b467f9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic1.json"
+hash = "fae2a00d7e8259cb4996cabd06503d93c4d7bb65fec64cef34ec60ad11fd003b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic2.json"
+hash = "ed5a1ff4b53ba82eb37bd5c15cd91591b66dd80a7da44d5e4d2c1efffa438a08"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic3.json"
+hash = "69873c203664e52a9b8694d61f38c8aa21a4b816d1c418f84b28f134692b11b4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic4.json"
+hash = "5c587eae97ecda8631d0a1dd205eea2632deda091a94cf4b64fc3dc3b573a913"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_mythic5.json"
+hash = "124266543d1adbffbbc491cb55c24a163d196d58fa1732f8bd35403714004621"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare0.json"
+hash = "5d5969af69230c91f677fb0267784aa2141c94a7e457fdaf87af3ccab795ec83"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare1.json"
+hash = "7644c73f7266f872226a592ec3fc57c20d9a0bcf1c5c1eb15df7f1d3c39de7ef"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare2.json"
+hash = "2663098e9315f779a3e0a47d653c01880ab9871c5751c4054f41bff7471e7454"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare3.json"
+hash = "869a63a13647c2035fc40704b21537292e682f970ebf2e8f085b1acb7a3ead8d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare4.json"
+hash = "188a1cf8b8900c074612fa4f33c9276e38f618dd6ccf39d28f33191c16426796"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_rare5.json"
+hash = "de80090d80ce37c0f06fc7e82904597541184e0d8063d1079cae529810605466"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon0.json"
+hash = "44291eeaeb52b0a35b1145a7e068f8a993cf493f629d9989cc7a8e089fb26f3b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon1.json"
+hash = "cc2ea8fd8aebf7d3ab221f86ae4b13aa1d94aebc525ddedc3d708ee1ea59e4ee"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon2.json"
+hash = "96d3996db9d18ee52b446a549c86db342e5b235b219e20e4c856a16984a12785"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon3.json"
+hash = "4d9ce3f0470697d8466851e1bfdfa255ed0e5447c54ab7994c234cd317fa59de"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon4.json"
+hash = "646d3292db8e21a9442325623dbf81bd1969b9d111158cd2420f08c919812091"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_offhand_uncommon5.json"
+hash = "02e0d1a4b9e72c76274e1b3f92c2f8914c8186af2e2c466d4e7014a9104f1b52"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common0.json"
+hash = "88a58c2cadbcdf749bbdfbc46b9438eba453aec57b0d10a4d0102588919611db"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common1.json"
+hash = "358405454759ed3ef44df97a02586ef4a462a911f4ccc05b02bff60c86f218ac"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common2.json"
+hash = "b1e86fc0dff787ac1a9a574272e2fc0f264d3202f19cc848fe7859dfd1a39b1c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common3.json"
+hash = "027927d1d3096695527b3b85ea2f356e7f15ae62c8be3af4713d30294be6b453"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common4.json"
+hash = "8a9dcbb7e0970dbe4a7a33c85ec6d450a7e6d066323b3230a88748a932504e1b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_common5.json"
+hash = "7bcef483f92e63a4d467c73242615ab38b65ebd5607ebb363bceaf018a4c2fd8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic0.json"
+hash = "939bce4d35e9e71b2936f182288b65e025a6f3ebb1091403f7ff9a0ea37625ed"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic1.json"
+hash = "1ab7680ebf921b42c7f972284dfae5a7847b1024042b2ddeb452e1f0ca73e0ba"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic2.json"
+hash = "8498731603acedd80650a50134decd8040213c2abb87774bd40303017aa61e87"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic3.json"
+hash = "73f4d47e4e59b105b90db2b8dd45eae219f8cdd8049e1c43008e118ccfbd65fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic4.json"
+hash = "50db215a0a2f1bc6feac1c3cfb37c2142b63544345b8dcfd1c05d5b31ef29e4c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_epic5.json"
+hash = "d6517aa304866989a84f454f35d4ee040fc7a17225c2155605ddfffe1405b375"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary0.json"
+hash = "4d8421f60428c001eaebc7317edaf3aeec44f6ab19e8675953afcd8e9ab1ce24"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary1.json"
+hash = "944563029b18b059437b7ad1882aadecaef786cbaee1d06d1a6baf872ea8acee"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary2.json"
+hash = "06d8a66372d49cdb20330b7d9c0b32f2f8e45090d18064adac438a6151ce58c8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary3.json"
+hash = "1b7bea1555c8e32b6ee42e76922d40b57dcad555e5dafdce6a0cdf663f346a4b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary4.json"
+hash = "b8efa58dc4c6c8c55aed39379fa1fd58c4720dff3dce60e46bb166c46661cf7d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_legendary5.json"
+hash = "a604e34a9488df454bb723c742ef65d4d769e5e2cb5a8548037b479bff558fba"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic0.json"
+hash = "6fe86782b7bda6097ac09c73917cbb4cf390f8ae3eafeaa074aeb058473c8560"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic1.json"
+hash = "30f40831f78a49d9aa9d672a86ec23512d72753a45dcecea24a89cbf19f540ae"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic2.json"
+hash = "6563d87ab63ed1a9e26d35303911a6df731ce2937e755717e2319aa6b4a8b26f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic3.json"
+hash = "6704492baeb948b1825277dfc495578862da5bb7fbfd218e416f95c7175eb8d1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic4.json"
+hash = "3f66417486b812e7ee06a22e4df61cb6d4fd7a93e6799919f20736cc2041a6cf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_mythic5.json"
+hash = "e285685aea763e94e9ddd36d47deca66c64b402f713e8f7392b48729c603c2ec"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare0.json"
+hash = "f6581b225e765280477b962f9857bc354eb755c96415e8bc04fa2a97c3441865"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare1.json"
+hash = "ea544ae5bfca818804690cb4da911a32286f0c32dd82f3deab371558cbef0e40"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare2.json"
+hash = "a1dc03c7b487f9f4974b55b38e400f8a213405ded30e32a1b89ce46fa89ccfba"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare3.json"
+hash = "43057cc23efd1673af2f9b76e78eb01f824285e24412727d939fa933dcd9b01d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare4.json"
+hash = "fd20d305fde22bf15edd382362ae8236a59a6a62839962038c8930a6374a3980"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_rare5.json"
+hash = "ad4c25c633d19c57f2699db874274a53dcb8d5a9167ea317bf045b132fe7256b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon0.json"
+hash = "dadd6b2f7e01de9bd3d7cacacf7c6d716386cbce843e1dcda10314c2c80e77c8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon1.json"
+hash = "ffd8ee0b933c6fa4e730371583fe3f32618558dae3ad203db21fd253c9b2b5d6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon2.json"
+hash = "dea076b76a2be88ee41a59e562a31a3d2dd95e58010c6e087f06b2dabfe0cfdb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon3.json"
+hash = "353e0a2d486deda32ba5b7849cc2ab9b2413f68b189256e8e50619ea290b972d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon4.json"
+hash = "4eec1b623561a861e9c0990e7cf0eefc2ed92a87cdb46c9c3b91ee579369f3d3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/enchantment_family_weapon_uncommon5.json"
+hash = "6df6329553763a582deddb407dcd4cbf389f061293acb84afb24e9292a118c3a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy0.json"
+hash = "412d920b4b3fa6eb13e76fac0f6664b44ac8e7f20bd34d36940d365ec58e48dd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy1.json"
+hash = "55fdfe4ec1ef353f902d9a9b31fe64421656188d15a316520cf266bbbebe5881"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy2.json"
+hash = "24e2bdf215ea083452f5f8220baccd533c3afeae62116d9916fdf2df3ce988bb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy3.json"
+hash = "24972cfcd82bc5c16e67f74318172646a1a07de93e1b5bfe6898239c849cbaf6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy4.json"
+hash = "9b67147f1926dd97f4aa7b011dae0f3bfbf760255657cabe06efdbe69fe7d4e6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_energy5.json"
+hash = "f5319d01986c0e02ae372e8923407511f922813cdbe1e948e174e1905effbe6a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life0.json"
+hash = "ce563876706e3ac5dfa9107fb5846a512e03f21c8b323ce737038fdfe31a80b1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life1.json"
+hash = "8565e99cb5abff24d83c8b1eb8bbb619062148b3003901b03d3f043db77e1e00"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life2.json"
+hash = "44cb15b358fd3bcbedf880e548cc0c5ccd438c2c88a08f11662dc53c3bf718f6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life3.json"
+hash = "a44e6ae6566ea2a550411680fec489e586aa52775bcd1968e68d3cbe6a61a88c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life4.json"
+hash = "95d763ebc79a83bf37de468343b9ab98ce3b459cee8a0cb8122f1d98497a086d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_life5.json"
+hash = "64d342968a70ee75d7b031fcf840221932e17fb12b92733a21f184435af0d2ed"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic0.json"
+hash = "cf2dd66b3a659193004c7335fef1256b6126b22f61b90aa47a913a5dbba8aee3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic1.json"
+hash = "d299b8665820f5ec6aacea4ecdf2911b3df29940ea377f8123348d5b6d41fdd1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic2.json"
+hash = "830c9dcf3c50211d3172c4b66068c9bedc8c1717d5be8a21c6d3cc48becd1149"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic3.json"
+hash = "8f4df9aceca081924d769093f0f5e6ac30a13524fe2b82deeb538aa91dd309fe"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic4.json"
+hash = "6084fd526f6274c85eb11a377c5280bb6a3ceab08d2a54b32213b7ed937458b2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_magic5.json"
+hash = "a86be17b7831719ad31a821fae9af0c5748bb95cd88fea70371a5862a9baab29"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana0.json"
+hash = "c7d22449cfa45ae0d55648a905e1c92e9ad355b9456e4d2571b802cd025ac853"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana1.json"
+hash = "64851ae7e8cb3cbe66a9229311a73c5cedcb7bb7ff050b69d794644a815de6e9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana2.json"
+hash = "1650ad01a40448dedba1bacaf917743e45ebfdd972e1e511f7549e01ee6a6792"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana3.json"
+hash = "96f856278710505db39735e6154c490b9fa9a1aebd43b665811e72ad45b72628"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana4.json"
+hash = "4fdaa806c5eb79acc2e7723f1df3d2dec4587fe41f169ce4dd90067961c5f559"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_greater_mana5.json"
+hash = "2f2c80ede48d009e3fbdc78a300e73ec6a4b1a4f67cd553e9ba62613b66e6aa4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy0.json"
+hash = "2cdba76dddfa042ab616136b43e71b05eb2fa12beeb503930d1297953b0a8697"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy1.json"
+hash = "9f1f2311c96ef3dca4a64a60c209df00bbda453aae50108a36e9957be4c29c94"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy2.json"
+hash = "083d11ad75cf9e9327d2b4d6e9e891adeee8eacda6b8307acd55f25f26a21345"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy3.json"
+hash = "df94c70415436d29e4d7d01b5c9cfe83cd43b7d7ef879d04030fb81e24b2c565"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy4.json"
+hash = "51a20c7c7704a7e999b92b34ed0991472230088798f6393205a1b57be2419046"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_energy5.json"
+hash = "21171f9e0cdbce16757fb54476f77b9174a6f1e8d74030343e965e66e714d9ff"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life0.json"
+hash = "595da078432df10840fec5ac958644ec8dd4fe963f6dad293f3927540277e13c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life1.json"
+hash = "dad4c44c11ef9e3e87069832cd76be92b087eec26ae5a5fc5176317f09c19968"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life2.json"
+hash = "bf07e12b1dd1f3ac529481b1db892cbe67bcaf38cce2b465000bb667e382b236"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life3.json"
+hash = "6c065cffa0c03ce8083e2c60b6e8102a19220af4798a9cff20ca6788d5da4c30"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life4.json"
+hash = "fafbb7c9f805d22ab60a7301ff364576eab09343b4abb5d16a6c6d5a85d2f75a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_life5.json"
+hash = "b606046357d6e598921e5d08c9b9af8869aa734d68f1cdf8cb144d69657fc9ce"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic0.json"
+hash = "5c706743aadd782306ab89f2796ee6429da7a0d776c389cb078ef62efab0b4d4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic1.json"
+hash = "89318c5a2792937955a33d0a0779f1580eb59a885f854fb74877c4e8126e344e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic2.json"
+hash = "64ffc181a4a20a5700d7a91516eb759eaa620edf27c3e1c903caeafba15ef94b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic3.json"
+hash = "c1874617a65efebc22d437e5dbc3925587d19381eb0d6e9a9444df6d7a0ed565"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic4.json"
+hash = "63ec032d5bf0e62782657093fae76a35e20634fcfeda3dfeb14ea6ac50a274d6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_magic5.json"
+hash = "e2c9d84389b30474fb3932120becf065a4a5cf385583af1c3cc7f5a3eaaafc31"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana0.json"
+hash = "03d84588265c417a166861c17338cdd38916974d44bce4e6cf4a1af622900632"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana1.json"
+hash = "906241547496a5b06bc0dfe7d0d323fd3bdbfd1278ea2aa5661137344c3c93ef"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana2.json"
+hash = "d957a99b89360f04377a94a567781daffb80020d7db29997aaf485eccc652dbd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana3.json"
+hash = "87a892a7755de7cf885f4362e13366b43d9773e54ea502dd33caaac059a03d9e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana4.json"
+hash = "a8a8c276f6aa326d1f1b0624034d7a015116b2058169cd55f3f81056647dfbca"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_lesser_mana5.json"
+hash = "7b6ec7bfdf98ca5afb00c5e33752d4a8b57fab4a5bd4be099608fb218cf85d66"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy0.json"
+hash = "eaafe27c2e333b076babee6fc73390835b58688808b32d7cffccd84528525685"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy1.json"
+hash = "c4fc09093c06af6b05fcbdc9b90f1679eed146c2c38b4190a2be3459e86237d8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy2.json"
+hash = "f182cf222c9f1efb39aa899094cbf49c328a02beb1ef3ba1783bfc2a898691f4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy3.json"
+hash = "ed8865d3bda54a4c1940197f0cdd66aa97e7bf2fabf2d8f5aa2bc76ab19d601f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy4.json"
+hash = "787ca25532b0cd90b3f9d3fd4226b4bc0287106b3a9f96e0e7e1e19349656131"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_energy5.json"
+hash = "c985670ad3f3c5ffcc99e878c9bed6fb801beba0ce9dc11282569a7768d32f2f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life0.json"
+hash = "c73323272fede434139d9bac3b56df7c71137f12194ea7e70c6eb829e890c06b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life1.json"
+hash = "5280eebf4f179957aeffd7acd7c619f15818d83d38ecc9180a608ed109fb76dd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life2.json"
+hash = "13425279e5389e4daacf489c1cfb80cf4b9fec8eb3a360e08f2cc9d1f67937c8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life3.json"
+hash = "db62bf8e0579ab69f3733797b9685f9a63366126465aa864a8be93775d83ff78"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life4.json"
+hash = "a5eb7050f34ac2e7423614af8d535da11c7a6effb86cf3c489b436fc1d38d1fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_life5.json"
+hash = "e1c29741084882ee24de311dcd1486fb4bbc69997ba83fae01c2ec39773c8e88"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic0.json"
+hash = "c5cba40abb1af822c9f2ac27503755641b33496b21e0da02e3c3154542597f44"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic1.json"
+hash = "46da767eac267867d4ffd028462e6c8d6784c1c56ad7bbeb907e18d2ba1c8384"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic2.json"
+hash = "9e71e3f5caff6eae60c45e0bdc205556f9e13393b43627e61dec9a4d3d817448"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic3.json"
+hash = "bccd7dcce53b5afcf31fbd206dc2cd5e2915ad9de0baae812dadd0a4fd946b14"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic4.json"
+hash = "9ad0bffdb9fb4042b01207464cb73ef613d5fc4015145f46c5f818dfe6f93ab5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_magic5.json"
+hash = "00e18eb7d79e3a6c94f065f06f1c3ea55f6e4ae98385817230656d6abbebf67d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana0.json"
+hash = "f5f427cd559acf149c778fef7ba0497116512e434e9fe02b9c9180e61a846b70"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana1.json"
+hash = "b713344c03ae095c7bddcb36bffb92fb37889a378ea37667d443116d52efba17"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana2.json"
+hash = "94b14a0296df8a9fbb70a96efe750e3890c8035d9fe30ca82fe03dda2d2b903c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana3.json"
+hash = "870a13b6fd8e92618ea3c75fdfd5a722d42338ba5e27d5ac33872e9428eccdba"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana4.json"
+hash = "928e2725e40e3ecd75c0501ab0d4edd32271f05b12da252bafad84e9697d4b87"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/food_medium_mana5.json"
+hash = "b4502ffaa3eac4141b2be13a3ac4aaaecd2ead1cbdb1d0d13e23abfd530caa71"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_00.json"
+hash = "9ad84826a1ac6e033fb8db98d563b82b8b120f8918037592df23b45dc11a71d4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_01.json"
+hash = "725ebe0580366bccf4e2893f0e36903eb217552b7e1ac81599c0628b5af0e92c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_02.json"
+hash = "124ad44b76a02451402fe3ad9d0d5e9183824b9b629db347dc41f29796c8c7ab"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_03.json"
+hash = "e854907736b3166fde9d15c1245daf7b8f031740cca4d157efd1558773fea4d0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_04.json"
+hash = "505f14a0a1b919c20993f3d23a8c4556e2966d44035d321407292cab6e663f2e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_05.json"
+hash = "f259288905d0efef806fc6c5c5892ea8935aad7b699316382c4dddf9aca97b47"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_10.json"
+hash = "756e2eb6fc1ad716a28f98a650b41d55c8d7b0f5a0fed85ad5c32859c005e336"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_11.json"
+hash = "9f2cc4c367dcffa33d3cad973dde3489bd9bdcdae20a4c2b2ad3506ee88df7bb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_12.json"
+hash = "e524d48bac26d9834f2ec3ef84b8abea9b73e4a700231b9308f25ad46655ae9e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_13.json"
+hash = "dce4667835013ade9db1783c97730ecec8b1b5aace62f5cd5a82d236261adba5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_14.json"
+hash = "f63e18a86eafb054459e87a7fead58e65fc426e3c1fc728a8093f4011626db1b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_15.json"
+hash = "ec7872a212ea2d972d4b2a57859d7cfe3862aa320be71658cdb8d3768aeeea1c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_20.json"
+hash = "4d7f90284274c065e57cefd57a5447216e6cfdde26830880a10ea9c3653d43aa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_21.json"
+hash = "05a9d46c578f2dc9896e36cc109bad9b510df2f0fa8e6f5e3818df8fbaf0e11f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_22.json"
+hash = "2ea8b9761e714658503911881b6aff09d69269158b37b3693f006d61f47857b0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_23.json"
+hash = "44cb81e1ce68174a9a6b1894def0b7465628408b4fae41e67e3c3335f7f589e2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_24.json"
+hash = "a52d488b2bbfcb2940554ad0eb9e511f8b6e3d4c87d2486a517f0d387ba1daf0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_25.json"
+hash = "9b2e10a8194ae61f47c17596b8dca373f9bef4e55d875c962c627e01a094bca6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_30.json"
+hash = "f801a05ccb12e1357a0b52107cd4c91416d4f318d20d8fb001be8b833f529953"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_31.json"
+hash = "2185f2352bf7aa31ad245ef5c65af10feca57be2059c275287b2e9a12412e1f5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_32.json"
+hash = "c96b46ad6b0c09f80008161e2964addebbebbaa6c91a1d08b14579edb49c583b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_33.json"
+hash = "b55117a073b5c7e403dc8188efec7f16ff32cba7aafa7c4c5f3fd766674eaac3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_34.json"
+hash = "4263f58249a63001ea7d76914678c9ce6b22d9ef62ac59f05d4c9e050900ad8a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_35.json"
+hash = "94ff5c6198e57695bac88fa42e45a05571150e38e5dde9c389fd10fecc15a16c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_40.json"
+hash = "2ac1170c3e6064321fadb48e09d83d0984e53f94fb84af3244d0d1cade31364c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_41.json"
+hash = "40d62201635aa822b57daf5a874fc0c47932726598d511aa45dddf64971ae72c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_42.json"
+hash = "459f2ee9ace6a850f43ab591d494b4576b516f3b87c6a44b1e1db089b153b45c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_43.json"
+hash = "43a800bac1f5fda5332db0e1fb47298d08e3ae2b689df4d6cc206ca045318647"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_44.json"
+hash = "193fe05a03ba13c3230f4cc840c19a88b9cc30fbec05a4cb9158704a06afad71"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_45.json"
+hash = "e58aaeb10da662672dc7bf9be7a82a97703c991c79d8c1711cb3015c2f6d2930"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_50.json"
+hash = "da0724cfde2e20a689c90f6e787bf4224bafe6952aa4f280dccda050d66ea683"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_51.json"
+hash = "5a9936f41eb089ef7cf6934f9e37522c7987fc2baf64ed1f802ddfbad1a2b697"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_52.json"
+hash = "767e18b789ad738b1e5b64dd6cb2d02a94a581d3d57db401f45d0303ae8f4c7f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_53.json"
+hash = "4b56e0bdacf9545173c56ee59f5362c176b153e1f914b0eea273ef48ecde86ea"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_54.json"
+hash = "fc08e47846d2d7e701d28ad6e0b7ffbed03f9f46b7074b62bb6a8f372658f520"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_health_55.json"
+hash = "ce95af974b09094c3ba1118687b9d31d756314a3b809d8a887f90fe53037954c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_00.json"
+hash = "b082677db0044c75526454ec0a8f70ecc5666752f9c4bf304bacf5d372c1a500"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_01.json"
+hash = "ce2714be9e41349e94ec928553fa4e7f5761da96a7482d530e3684a1526be52a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_02.json"
+hash = "c86ce54026bde539c006a856e2c8972ece3251e495adc5de53aedefb79e04ec6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_03.json"
+hash = "e8cba911bbd2a6b856378561d9bf46d929ccdd2162d04540c9618ac137129646"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_04.json"
+hash = "b608087065c3a2b9dfccc7c69e39aeb4d0e7d40b36ce8bfee417f04df59e59b8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_05.json"
+hash = "bdf9f25b29a966ccb86c92809bb301c466960c43b8ff7a1f2fde313fa22e1a9b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_10.json"
+hash = "60b95cbb8b8b51ced6d2548f39afb94e6a9ee045b28d87d6e0e947bfa350b5d0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_11.json"
+hash = "7b272192b1f41431b59871cfecf90772aecc84bdbe016b8db498748d31010887"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_12.json"
+hash = "267a9758b8143ced6d0608355eecff58dbcf494b06604b2fbdd20ff57762ab85"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_13.json"
+hash = "4a0f517c92fbd85ccc93a90ae0b4a93a8e1c23d97846264a5fc96c7f4b582404"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_14.json"
+hash = "7300133a4d77cbcdc2b5461eb449c727fe941e57b488c00722ba0bbe9837efe4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_15.json"
+hash = "9fd2651d37e42db494ee23ca76fc797c33af2ed8b2eacb103546cd912e342f3a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_20.json"
+hash = "1b0fdecca18c70faba6604a9af21e62f40d7de3173e84ce588f7bafafa3226b3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_21.json"
+hash = "d9532765f611525cd7dbef8c85a3e245624065908bbcd64c134a3152baf50d76"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_22.json"
+hash = "bf305469afd1c8ac2b7ef166b9bab91f869acec73b6669a354c419f0436ae4cc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_23.json"
+hash = "3eb4fbf8bae00bdf5799e088f1538a611c5a0d7ed1384c3672d5d13c006e4174"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_24.json"
+hash = "6d4bc2ff94de1f08b9857df31a76199af7ff9e27bf1508d6674abacc1f76791b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_25.json"
+hash = "72563d3f3be2a21e873e3bb0a966b015b9b83736b1211a6808e0de4b39dd4a09"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_30.json"
+hash = "debed5695a5df0022a31f75daec59db63105b90579fc637cf7b1d918390f3df0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_31.json"
+hash = "34723930539ecf656788af376855a220c2b8a3add5e7ffea7c0de8c75490f1bd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_32.json"
+hash = "35bef2227b2413c856a75abd1f4ce2fbb54f8086f12a441bf8fd9c6fe010b54a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_33.json"
+hash = "729337dc290a96bfe6cc742c98aed88389df262002090bb3680cd5ec019cf20a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_34.json"
+hash = "4f450a0572254a9e7502e093c8ac71345421c75b9b9354f999ea964a86254969"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_35.json"
+hash = "95541ded57eba98c8aa686ab88ecc56b65910eba8b292e0c84711b66a3c67a00"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_40.json"
+hash = "1e73f4aa3de9edb39f97c733641482347d83b37f12e5fe5079e6e06335f54d6e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_41.json"
+hash = "3943db2342d0ef73d721060f96d55c0c3c17170a163f6b1d23293b0d9079ce3d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_42.json"
+hash = "3e28dab8edd0d4e59cd93217d5ab3e3602b611ddf3b124567460fac23e0253da"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_43.json"
+hash = "f01bad9462abdacc741ff0be6b0c8f16583b682b6173e914c478a05cd39562db"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_44.json"
+hash = "7dee682c8e5556e08f0e640d2fe49cea597cb2a7bced93ff85f6fb9a4cfaba36"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_45.json"
+hash = "58d633311125966ab34c8c6929915cb62f90c68ef5e14cc07ce0a8d6f6daa062"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_50.json"
+hash = "6a78488ab18c566c80e958ab8252c7e548e41018076e0cee1a52a28ea9631a4a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_51.json"
+hash = "3452b33a83e86c57430fda220020cc1cb2ce3210827ca68e00c6cdc3ff9d426b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_52.json"
+hash = "c86be384b60de7f522025b8f6947c2e30b2c9262297e525d3628ea6d17d435a2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_53.json"
+hash = "c2fa92b64e043ffba04db55067b7f5ec74422f5268b17b1742b3c1619a91d2d5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_54.json"
+hash = "cbcae243d66f33abfb4bee33aca561f490bc4a32179721011cba42c0964da786"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/potion_resource_55.json"
+hash = "be31b9cc405bbde24d77bbb43f4c23e16622999e3e36cb815ba8dfc146938ba6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/reset_all_perks.json"
+hash = "496628fd68c0ab10faf74d3789613691903da14c5fdf947c732d08cf5267c69e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/reset_spells.json"
+hash = "3eda0d9aedb58d47a1f4a470c92eafa5e095d62854fe545962b0b9fe709c6302"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/reset_stats.json"
+hash = "df8308a99084992d83f6cd6089e76f61ebe92bf7f64789cfc37a5ae98a937ea9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp0.json"
+hash = "990723e4750313bb6ba0fe6fb168d780303cdeb30cee1a44eb8603389062d9b2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp1.json"
+hash = "12c67e7d68309f430e399b9b45dacb458db9d2ae501beffa6e556ff14ae35a84"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp2.json"
+hash = "7746fcfb61fe4ee08135961a2d86fa8b0404890e0dc8c1ba163c222bef1fcb0a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp3.json"
+hash = "963d5b4a35d8601c5f215c3435196f34fdc3f47ea22011dce479c0f7006a6719"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp4.json"
+hash = "2ab7668b2be8d6d915f0aa8f36fd19c34beae921a54091bfa5ae9fdd86afb5a6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_exp5.json"
+hash = "d62ab62efd7542314efd9e8100efe623bd9d88c82d2f7d082d7f343326116053"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot0.json"
+hash = "3526330c10f9011c7a2a68a6afe1f37aad336fef8ab914bc8c09a0bebe452871"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot1.json"
+hash = "2662dd529659703b2a4cfb1e03940e60a17663ae7dae8646d77581b48517fdb3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot2.json"
+hash = "307c36139f844bbbafbbf38173d84bd90f1121be296e1f8a23a9f41ad554811e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot3.json"
+hash = "69dc79cdbc1241d4544b531bb06f1d981963b0919d43ec36707f2e9ce99ae1db"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot4.json"
+hash = "b2d2e6841993e0e04775006f95d9c81b3cea1323a75ce3b410f4c46875167369"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_greater_loot5.json"
+hash = "5d0ed4500252a92228e6cf29dbb25c97f7f6aa2e11f8c29f1e3bbeded9e540bc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp0.json"
+hash = "4df5c949283c1ba211ec7d51e7b00e5bc032c817be90fe7804754d1a53e37d55"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp1.json"
+hash = "95fae725fb0868a5c210018b8f4b99c20ee265e77178f43d297cfaeafcb4d0a3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp2.json"
+hash = "f9767cd3dc6ab34f1f07754fb3f95e092c0d1426f9ac66f12e0a4c0521c73abb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp3.json"
+hash = "9586e76601b1ac78f668b86cc6991de90d24fd8f1e62c52c683e7b60dc5fc0ed"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp4.json"
+hash = "a29b919814eb0791cc38a23ae399aac63aa8588998dceec1e5107899214254fb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_exp5.json"
+hash = "9f6d6e6e8586caeb4e829ac16c97a9cd1a9724681a878c5171f21ce96cbd3571"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot0.json"
+hash = "af25645bff486661d28d07ec6a4ab905499b0182ef1b0e89b06cd9dc4e5e14fe"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot1.json"
+hash = "39fedb351f78ee85be8e5f45227830dd0fcb7834b2c96062258e57ac6a96a799"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot2.json"
+hash = "7f4226c38feac3534671f02c271cf3218256992261f724c080de178c1e5ad38f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot3.json"
+hash = "275547d4c026cd956c72096b626d21e75ab028150cb4fd17cc139d2d56f4204c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot4.json"
+hash = "a375e12bac96fd2c918a1248bcaafb2e9aa8790c6880404f644673c6b935522d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_lesser_loot5.json"
+hash = "17826cea5b4952fffabfd5745251b449136d7fcb375eeed57ad87f3ead95fa4c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp0.json"
+hash = "7e405931c1a40abff494effe275358ead140b9c52d6e100516d3b3f5cde1091f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp1.json"
+hash = "a02a897f54aace3288b33657644bfc5e3e5fb376f1ec1a5de328d1a20aebace5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp2.json"
+hash = "c6d4d47ea608d8469d3413d431b21f24b0ab20ded13b56b787cb4e77c64b41b2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp3.json"
+hash = "678402a7c3495435f4c43293ec39c130f4f7d64ce0af570c0b222878ff8a2f9f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp4.json"
+hash = "f288c0d9ca1a380a65cdd90e7b3c8e9021843b4341fb964a00a4282813e579ac"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_exp5.json"
+hash = "7c057967eebb37b01b6b1c396835ea3f777603a94e10e86c1d0e4088657cacd0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot0.json"
+hash = "bf387a4d4c694556594f4cce8c2ca3236e4836de544e330301ee938c540a5a8e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot1.json"
+hash = "e91e2c5967a778148083ca92100faf30b95cddf9b7d3f7d831623813f2b2f7c2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot2.json"
+hash = "96a758d37cba3b7f5c352c8fe03a9a9377418ffeba4133291d3da7c20488696e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot3.json"
+hash = "6fb376944c514164ef10dac5f46182ece7c06eb2df0f624f9a4ec351086246fa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot4.json"
+hash = "ac654ae1908a212f6622280e0a794315749846fdfbea3d7db5739227a5236ccf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/seafood_medium_loot5.json"
+hash = "9a3a72009e40e4cb24c5e0590f2aa9ed0b700eecea90ffc8889f3095f5d29de6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common0.json"
+hash = "989ef99e8da18294e19012b44fcc06308e5698887a3e28c2821a58afec98745b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common1.json"
+hash = "e356acf40a61effc25554dfff46a677791cf4f29ef39670a236b752171a54ca7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common2.json"
+hash = "e3b6cf3581df9aed98f8947bcf3d9fbe4ae80220ffb5c87beb4d4b656d9f38f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common3.json"
+hash = "7d094c60147923807012bfba55802bbc86d268964927573e2c6e0cdf00b51f08"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common4.json"
+hash = "960228c3a1fc1617f81563e890b821d2ef76fcf736d415e5e1d44aa9d841f397"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_common5.json"
+hash = "366edcbe08e4344bab48a183853f7fdc04bda74cddeeb91407a296cd41e3ecae"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic0.json"
+hash = "250557c12a0cc60c471202230dc308d766485201ae622af6bc026f3bc060c10e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic1.json"
+hash = "c0fdc372069e5dff8e394f7d97efab901b114bfc76afc268adce311eeb887a06"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic2.json"
+hash = "435c5e658212d1aa0d46eb21a96681fc5c006eeeaafa6ecd3ac3f45e466af254"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic3.json"
+hash = "967e111f04b8590152d0d5dd0a1b290f3619a68f99800f4e14f5e26cff283e51"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic4.json"
+hash = "f7486c6ebf4bafd5792b32c90a8f53255931072d7a4bb1d8d90ac0d92c11f506"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_epic5.json"
+hash = "c5a5258d070be57b2724289a1de6241781d7d1335b6c16b08b169feed3e4e709"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary0.json"
+hash = "a8f99f402d5df2b11f951a8af698b2ff3a1c1704ca3b891426a2beabdc2c018c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary1.json"
+hash = "e285964da455768ab10ca375ae383403630d271206f4c10eb25b18682e03fb47"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary2.json"
+hash = "8a09b93c7ab7ff6609364d20b07f681ec23dc9d6fe2393a778299d0317ab6a12"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary3.json"
+hash = "bc8fc76757c65f95b0f5715da77f68b59a98c7132f9df69f598a969aabc21591"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary4.json"
+hash = "f29e7704e24df5948c6ef613f466e45b93ce38c9b18928fe1e875e4ca4aae31f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_legendary5.json"
+hash = "e84ad0d892a90b8f58e875a89a568e04fe0f20e0007d2ebc6f4a84699aecfebf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic0.json"
+hash = "f99ee7624aaf52385fd321afcb16a9d7d26c33df2e7c3ba8821a750a1716f3fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic1.json"
+hash = "de872342280c96eaeecba4d3037fd15e0b2536370c3a837c81bb2cd20aa5a6e5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic2.json"
+hash = "739c4c2c8f53938ad02f18e5a738a77f389f968d8e2db9c948b799a244ff9456"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic3.json"
+hash = "740954e6309b285e1ec98c8ed9d4667c2c70fdf228e844ab32b865fddb15250d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic4.json"
+hash = "3c742c81def5d8cb503384056d13450c57a390d447da96bf33c94c4009226c52"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_mythic5.json"
+hash = "9d737c68de9e0febb5f6412041beb338dc9419186fee7b0c21d56bd008017355"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare0.json"
+hash = "38ff0b8cb129cfb8e55ccf6b1feeec85967326b1d581caca7e059bd231c6acb0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare1.json"
+hash = "ae435290d9b754e26a1421b6c4de60050a6bb936a74b3ea219f59d0a0d3d7ad1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare2.json"
+hash = "3cb83ff1231449f6783b507e5cbe6023a8edc0a791b232f41e8e58192b702b78"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare3.json"
+hash = "61510bfe5683c42c5a510da4447d376695d12fa2748b6f9c79ec7322b1a8e967"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare4.json"
+hash = "ae3205e29cf028a3676e9434090cce3444d1b14c468e3e8c1e3b4f8e3ce7c694"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_rare5.json"
+hash = "a417e16c37a2b6b8adbaeaa94f9041acb37cb6a77f7dd8449adc946391df081c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon0.json"
+hash = "7cde1d38590528b99aa3f4cc115d5c4b08d7bc071041d174e4225fa8ecbc14b8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon1.json"
+hash = "566dc95a4bb7449877e77b6da50b62d66e9589c379b91834e89a371c0a152c97"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon2.json"
+hash = "4c835dd9b3f281d3630e00499b66530d3eb2875eb315d87b8320d47968f09735"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon3.json"
+hash = "7b33c8c6eea2ef65fb1e5d088474c128386388cac6a85ef4188665274567506b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon4.json"
+hash = "3d8deabc125581756ff2481c15efc2ff221d1ca8d40ea51c3e040b407a6c6944"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_armor_uncommon5.json"
+hash = "eca81dbb7cc3836e1db3c4121102b293b946713ef9afa8569acde51458c9ec92"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common0.json"
+hash = "d68031c26cd60333b8eefb6877c0696ed98de3cc225051a598997e76f6aed2b9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common1.json"
+hash = "1ebf572cdbf6cc5def863dbda2897d3e70584f2dcca047177545e6c7404cdb3f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common2.json"
+hash = "5a0f2012bdda40b704273f9bfe4f2419c186b9f2bf79fa2d8574f671ae3a7747"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common3.json"
+hash = "9a5e79b4ced0f7bc8ac6ce9768882d1b4661fbf38f62094e358d78a560302b9b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common4.json"
+hash = "9c9973bab7f12d68a8aa9047d9c2d5331819caad003cf73693428b6621be709d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_common5.json"
+hash = "e2526a3b476de8f3cd0143db4bf1fedbc0b1cd5dca60cbc00201b3301b23bc9a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic0.json"
+hash = "fee667664bf39a24f103fa81a6ea7c991ec4dfcbd7537ae3b25e8904e8f6c99e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic1.json"
+hash = "6eabb29c094a3d080ce92c2dd98e7b67b1449897301e92a8770f32d985255fb3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic2.json"
+hash = "40d6aa8228e98f87bab3ae3bf6bc4a0720a965d81a3c88102854dfab9c31079e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic3.json"
+hash = "c1993b77c915cde445fa50330455248f1f096e96d42ff2b398f509847e67eec9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic4.json"
+hash = "1c66f98422beb1c1cc92de3509cf6e238cfb0a679ec8913dd626018dddeff5fb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_epic5.json"
+hash = "01dfb5c9174fdd27720e5bf944a57b171f2a950f848687a72071c2311d422cc7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary0.json"
+hash = "9389d82fe28208fc1dbbc57686a94e0f84891f9048bdb162606eceaedfcb66c9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary1.json"
+hash = "d458d01150d3d8edb820ddd492858ec8444f2398becc9eb46c043b6bb5994b8f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary2.json"
+hash = "3e4028ad30a7930b6103bcb25f04919732c5fa0ec66695854c8f77c0a3b2f535"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary3.json"
+hash = "130edb58080212e98b1dc3269c775f9771ab7e7134f7aecffdf1236113b67e16"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary4.json"
+hash = "8520d348529fe9b227292d61a60df214c73585061539a5728cfa839ec5614dee"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_legendary5.json"
+hash = "41c6b8bf3ffabb4f8a68863c9686eb9de5b3e0a2fb3945e41c0fda89d2f2a11c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic0.json"
+hash = "29dd16a68fbfa717dbde524cf99b99a76a603860d46667c68874083559a98587"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic1.json"
+hash = "7ddd9bb1fb1f24b4d7647ff111b8685fd7163ca4f59f10eeb9390a65a598896f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic2.json"
+hash = "b0f5a7db6de17ba4bc9fcb05007d99fc37b5b00deb2cd4d6f0282a3566cd507d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic3.json"
+hash = "1365d73400a7e28112de4c7236cb8b06f290e8067428dcc681dc3699c9c77daa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic4.json"
+hash = "c33dccd3c0a17a117a56aaf2e998d8e3fee239396378333bd4d6eaaf8084705d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_mythic5.json"
+hash = "1458947266788e34f6382e28851dca8340b71e72e9fca70bff9d778dc5753b64"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare0.json"
+hash = "93291e50c15bf2997cef07345b3c080ccf243ca9fc34af3526ddb2b94efe736a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare1.json"
+hash = "b54df9f688b257a8ee3eac976f63652597b5a2c69ded816dc8e4964c1afd1772"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare2.json"
+hash = "8b8c3761e5bc993d0ddabfdbd5a9c169541f1aa2bae1cf20eee2d934428a6752"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare3.json"
+hash = "3235c0810734b924b36a15e8c264f329bcd1e8bf3e0dd5ae8bb997de7d6c22c8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare4.json"
+hash = "dcf1210c94ff23fe5d8eba0e352eb89365a380d72a03bf67c3a165022ab37d72"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_rare5.json"
+hash = "ddfdc4e692c5fec94a6ee696a021a3312f9bef7401a05798f49b3d6745eef549"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon0.json"
+hash = "212d1582a3027db8b068f71726f8d33c66985d6929da16cbdd944071a16101d0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon1.json"
+hash = "37921a711a8c04e5d50aeb1ef48508271d018745ffa410056ad253b95209fbe9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon2.json"
+hash = "94a96a6731b34ebb53d70dd50fe1e59329a9692a1af679c1e7bb1c7304da8af3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon3.json"
+hash = "b1eaad4bdd9d42e23360b0cb0333bbe398a6d388bf8a3d184f287da87971c273"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon4.json"
+hash = "c109e0a00526bd80fd09a99ac40107af15c05dc2a13e57e578499c6e39b49612"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_jewelry_uncommon5.json"
+hash = "70d3810a698f583cfa105e65bda0866b154ffe8f7ae475cc45bca94d96c0e351"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common0.json"
+hash = "5eb92c6532731a2b12e2082d496e13a2561235e62356edfe0ad1b46c41a195b9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common1.json"
+hash = "319f160e0b2577f0f05eed76bebf05ffa9ee46da0969b4b1593b584ed57c9664"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common2.json"
+hash = "5e358354b541a30689736dcf37d36d1d0fa533bae98306ddb977cc58c705639a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common3.json"
+hash = "2644dc4562d627446ba19b0dd5a538baaafb0a395c854105603cd1b381c620a5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common4.json"
+hash = "6ce4a11afae546218193ba728fe16ab8ddf32f5842c5665c074a6d70e95e79c8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_common5.json"
+hash = "f3f624d4a85210795e3fba8d2bc66bccc458776fd7abd2cdcf05556b0626dac0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic0.json"
+hash = "36ec51db4d7ef0e2af8889ad3756392f571e59174c06a4b9f1990b09450656a0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic1.json"
+hash = "3cfad6407b431a9b3025b67a339f7caaab44ed82f121e40010f241a35717a2ef"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic2.json"
+hash = "5fd43e953b85de7a3c8705a41d552ae0a427ff1622e520c2049a1f7f275b58dc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic3.json"
+hash = "67dcdb073a7345546b4a7df4a33f512d90c2e675da03108cac0b6db38bdd4adc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic4.json"
+hash = "186e4895b1850c10b0b3d6e89dd6a6a277f6f544fab1c0f2d21f210fd5a77373"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_epic5.json"
+hash = "7b87b1582566abfea185d92f110ab1fc34dd9dacf9d902ce2ee5f273a817b94d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary0.json"
+hash = "89371c9aab3178ccd61b1b16b4192dd0b9aea67c9f0be53f8f660b7463bcb498"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary1.json"
+hash = "54313c5e7a7d0cefc316b52b216e68800f2d067ea28614afbf290b4bbbee7814"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary2.json"
+hash = "5995f9cb44a9d3194a6dab50c389f8e9ef3267c440a887a84d21b379940f1719"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary3.json"
+hash = "8f5f8c31035eb1fc24e6859603ce47e81b0b91325a6351b4665656ad77d0e4fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary4.json"
+hash = "0fbcf120a80b930cc0c6261346df6a52917d5e43f6e2af649fef53009574d393"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_legendary5.json"
+hash = "25088724c734b2fa2140515f7dd0411f8122bef529aa2c635b2c1ccaa0f60989"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic0.json"
+hash = "0ffc9b9c44fbdf53212f802f6589fc519839d28c7ab23108d3fc28b0439b302b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic1.json"
+hash = "7275462ff99826d4bdf25854edfc0ab240f2a74346e278e5fc7ae09f5a43de87"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic2.json"
+hash = "faecd34a482a0843991742acb0962d8d7e24eab0cf53a97f31e70b42167d07c4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic3.json"
+hash = "9ae0d1fddbd16aaea48397e2216f66478062f170f92b632dd020ce30a49f10b7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic4.json"
+hash = "14399f696502166b3f0851d1eb20d67e1ec2f53dcf43f2a54084168c13ff68b0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_mythic5.json"
+hash = "8469fa5655b0746c7af6eb217649f873b9bde58d4c0adedee3da2518c4bf20c0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare0.json"
+hash = "3bd16a813bb993420068d3ed411517095907ebcaca068cea5b7db11d48d2272a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare1.json"
+hash = "e4c34881b8bdfc96539d4c279d08451a2b5e962e650e61fb48eec1e9e6300c94"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare2.json"
+hash = "d8c5d9d05e015372828a3fc9d9d0f7e3472212838fb794cadc8b4e9c9058c932"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare3.json"
+hash = "1f38d4b0a05c8191519e9689651cf810faf3a854bc31f6e0a8f2d8f60050e964"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare4.json"
+hash = "0be67f715fe90786068a55355013f117d1bfe0c37baa188686628ee6b46982a9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_rare5.json"
+hash = "a284373f4372ea3e329a714dcb62faf29472d17fd739e74d1b5e566e9130f642"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon0.json"
+hash = "d91b7b7b486b30e76a574fb74a2102f1305b74ac4d952e09b9df6591c6b61d2d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon1.json"
+hash = "aa73857599066cd8bad2756e9c008d6790b54cac799bc6914b65a034cd070ba4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon2.json"
+hash = "b0e7018ee27921c0b2400fb51ac03f4918b01acd8bc3cc7766a67010424bd8a2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon3.json"
+hash = "92d350cff0e87506d6eb6505916d3a76b00d85ac8585d30172c1b540c808ecb3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon4.json"
+hash = "9ede4c6902e45ee7e6d7fb4303e5ba4d7a80abca876c6d646def67071011b1f2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_offhand_uncommon5.json"
+hash = "055c3636372f2f3b1aa07ab6848e1921296c81cfc7b852df3fd9af393f284cf1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common0.json"
+hash = "050c48280e59ebe4a0c18e22c0703d0009942ce353acaf1418080ff19c204dcc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common1.json"
+hash = "3a85f6e435b472e93177b5078df74badbbda77851cb77ca8e623b1fa61e8ce51"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common2.json"
+hash = "6d0e3d611fcfbec356c87458f60e0b09543b299af0d6def1067d62bba4f94b28"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common3.json"
+hash = "1b491a5cf53898b4d182ba56e5f2aaf52c8468a23f1e1038bd145e6899757e37"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common4.json"
+hash = "cad2763c721844e19422e4ccc21d20aacded2e3a7fb584b16e3f57d423f768ef"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_common5.json"
+hash = "7afdacc2b9120ab25452bb4c3a97be5504c423b8b2a9a6bb21e7ea4d07327695"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic0.json"
+hash = "8495fc0466b07363a3940112b731caa55f04e5e4a0c33c64916834fa6454def3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic1.json"
+hash = "09b0ff03899d6ae77a12e37b0df5f1abb9137f6ef54433bb3d37457cc4eeeb99"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic2.json"
+hash = "cb550478cce9eb8889e2ca245d1ea75b6be400cbfa92607bb99f80e12673c8dc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic3.json"
+hash = "771c6d39fe8fcdd8dfd6a634c5ae3f4a97ace0244a0136b764833483dd75e093"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic4.json"
+hash = "04bf42eb887e0e7857e1fa04fc93b8bc760a2461837cd0f869d6b6f27963e1e8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_epic5.json"
+hash = "423b09290fb68fec5dc1f68bb4b5c8ed50d45d43e9c162991593b150504eb6de"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary0.json"
+hash = "74900e0667558adc4c9cbbae1d2386ea15b9b71104b9a04a51aa5511abc4db07"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary1.json"
+hash = "08b87634b1b36de74b12cc2458be8f695d1db114021f03ead8ac8076ed649e3d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary2.json"
+hash = "417099706cb2eea8acce7683925c2dfc152e64cdd2878eee272184b9116d081a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary3.json"
+hash = "c0c1911bc50da1153aa68b437b4043b6d533c16453b6edf633c13a912a817a0e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary4.json"
+hash = "0f9ee36a506450dc3365aa4ed5d86fad7dffdce889ccad837e8947c0025a5fe3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_legendary5.json"
+hash = "7b425de98ff4cf212abbc0d26062cc6fd4a85825f8e3af433092fac272175a0c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic0.json"
+hash = "6b101cca7a4d369edfdc6712623e735faf343e513b408b79710da913f4a310f9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic1.json"
+hash = "f15fb3c8064d47f4d9abc4b98ec60c17fd40d39cd9420a711ef6d6471a0c6d77"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic2.json"
+hash = "4fa3f92506c39b22534f766810c366d129a79efaa967d17baaeef9d9d3551658"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic3.json"
+hash = "8fa50eecbec25777805b464fb2abdf52f3869f1cbd7cc4077743fa19846eb10e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic4.json"
+hash = "bb44e3942c4f19dc6bd787eb604c8eea3e5f0a0ac96ca6c468e9a852f9610ce5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_mythic5.json"
+hash = "d0b0fe03445a92ee2f34c04228ebf835794a5779ef418afcc1666e6cc4bea710"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare0.json"
+hash = "871ecfd874d951e8c8b1b6e06787df60da57e014862450361d571161f6208969"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare1.json"
+hash = "d27a4a219939334b1897a2da4598102b5384ef85e13bc9da96c0b2b8bb757e1e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare2.json"
+hash = "25d7876b9c001c49c95121cb90bc1e8636ca9c0c3bef919216b8ec82e7fc54b3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare3.json"
+hash = "6d23b26d9b3df01154382abbc538ff0ba16fbb74d75ccb18db504954223a75e9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare4.json"
+hash = "b2a7636a51846c2e11bb49c1667062ce2a438e8bfdcfe1a898db0ee2ca0a1348"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_rare5.json"
+hash = "3285f62a82491a4277a7ffe7f9ca63d5139080e4f1c2b29d4e452a40b974f205"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon0.json"
+hash = "1619add198f04662e014dbcda80744f33dd12a724114e0f3db319dd7c2ab1ba0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon1.json"
+hash = "66aa8c124c823795f914305f454d7a75e2af6eadb44583962642e35e048ce4d5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon2.json"
+hash = "ddb3651dc784ab9e7b45f14c317b6938fe82910423f6e48bfaca3ba830e94afc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon3.json"
+hash = "0770edc15d70d06fd4439d585f5e71f4f28299030da87e7affa9be5a0b66bb66"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon4.json"
+hash = "4835127373c162d63f09a97c904a6950e3f4322c5cbc675ee9356273026d7bc7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_profession_recipe/stat_soul_family_weapon_uncommon5.json"
+hash = "85c8c44dd65256d4930c649b4ce5b7f42489da8aff4ea2ff9c0c2b063f28775b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/ano.json"
+hash = "9b6701d0230c1b6923cc5ce6d3804514e716f8ceaecbe9140137e591be959368"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/bri.json"
+hash = "2cd145930d979eba3061c753a5880f0b6d3d1cff9540f032722f9fdba6c8a891"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/cen.json"
+hash = "42a92131b5a9f9ed158deb6a7c3aec8fd2d413a540d9e45a4f0b27a43313e254"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/daw.json"
+hash = "0df1837ffdac348c2e678b9f5076b6169c8b643b8d94bba35d52646b9a17c8bd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/dos.json"
+hash = "c493a7e29ff98d3472701a8f365c13a537caf40a4be52ea7fa4806360615f229"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/end.json"
+hash = "8c8bd913a03e38a4f0564f80693454eec5d4ed9cc283f408f363de6db18f1e82"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/eno.json"
+hash = "ee0e198497f6c876c9624636327ea5787b4838162a20ff7614169d2f67e947ac"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/fey.json"
+hash = "7018b8da09f548eed31696b5125b0aa61b037a92965593cf9ff2b1a928f38628"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/har.json"
+hash = "4e74971affa2dd7a0eec31dc940d0e9af56eaf53b80fc2f6bfb5fa13c1d35996"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/ita.json"
+hash = "54279ca2f4e870d2b51f8906d99c73bf50099b80041c8619097c572ee8efbcee"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/mos.json"
+hash = "5e8dec2da50c7084160eac2d59ada1f369b6e05ec7fb760144131dc77928254a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/net.json"
+hash = "0a65aeaa4b551d86991ca0a4b0439439825cc7e3c87efc13503ac1ff4f5716d3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/nos.json"
+hash = "cdb7f624b3134c69e429819d48842b1eec72b2cca3c3ec5b8a1e3d0920f101fb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/oru.json"
+hash = "41828aa18c079f995e3519e0a7697c76b87e1bb0d2bece18dafdd3ab87b5aa3c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/owd.json"
+hash = "db7c1624325b483ed368b12e7f0234ec5de436af2e0ffd7247b03a8a4381856f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/sid.json"
+hash = "b02609aa7dd834d9d155b910be07906cf0a53aa3cf6167c91809f27f2efeaf57"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/toq.json"
+hash = "8943647cd0656d95d01b2d65a2a70c38b5ebd2264026cdf7b65ea98272002210"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/und.json"
+hash = "c66bfe98d6e8239be44c8b81bc590c90c0adac261f551074b0e5308649459790"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/ven.json"
+hash = "091f7da391ae74352d5d128ca93d6eb033b0abd763b9b127c3eb1e437a9c1d25"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/wir.json"
+hash = "b1b90cb08663807e027512856bc808f96800d57f73c461272011a104c420c25b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/xer.json"
+hash = "46eccc408cba86af7d3e3da2c730d8c24991177555f329ae338cc909528eab58"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runes/yun.json"
+hash = "106f8997666a383ccacbe8d0cc0c3024b51cf8779feeb008e2458bdf8f48cd73"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/abyssal_depths.json"
+hash = "ce237a07065e7678c2e724be1ba008ca91c4c3fd89b09b0c4c72c48d315481f9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/ancients_pledge.json"
+hash = "27256c1a395149389904a056da129372f1e04362b0da98b1a281c767ef2ef9f9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/bramble.json"
+hash = "ea3beaeea5b4a78ab0bc948a5dcc7b183cedb921f3162de1dd02ed681b778006"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/call_to_arms.json"
+hash = "ccd2d6271971c75950e372b86f2d665d2dc1ef30287143e96561a7fd32eec4a7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/chains_of_honor.json"
+hash = "5eaab9aa15a102f16b819f68077aecf36e8a976132fd41ae9489bfd34be7a9ae"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/cure.json"
+hash = "60b78dd33804ae06b681fb80e153592ddc6cd2de7b423e5ef74c4f35dcd8d848"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/flickering_flame.json"
+hash = "8f1626db98eda4333a71d6e4f89f62d625b383d260f98ace85c6f9aa1cadad5c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/fortitude.json"
+hash = "6d1dccae07b77c96544a62ada87324caadfdaaa7e997c2a9e84002eb8c360a9b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/grief.json"
+hash = "1e96681bead99265250c800b27f65aece2d44fd5c3ff4e7f01519af1d9b6f41e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/heart_of_the_oak.json"
+hash = "1eee384409bf0b95a61265963afa4a15a4459704d976b7048d339e7973260728"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/impedement.json"
+hash = "5c72a64faacc0af89d150813c34bae9aeb0c819dc720c9c19f509b0ae4766ce6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/infinity.json"
+hash = "24ef73da7529c0d9d3fefd1bd7ffb53fc7a3306dd9d18afd57f7842d88b3710b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/leaf.json"
+hash = "5cbb4537b211608bffceb950174806a9b5206ce2579fc4cc62f6900b3b206f7c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/lore.json"
+hash = "37fa226f6d6ddeebe6fc0f1dc1d92c1a653a8b88870c1eb3f974be737282a5e0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/plague.json"
+hash = "020ae557066984a0284606ba1c8e178f9caab5ef6e3f44c760839d2f21010f4c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/prism.json"
+hash = "e7cfa6f5116f3b4a9a0313456d9102ff46915c13e025f99d147923bc312e5c61"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/rain.json"
+hash = "d3c84dc52460c35fd450ebc2f73c37f512fa524d6cb423447913aae540212374"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/rhyme.json"
+hash = "8dc460bf00978fa93beb01209dbf9e7ef0a25f154a579ea0b35fbae0789e2dd9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/rogue.json"
+hash = "f45deefa74ec5ce29d1b65837c8c81350e4c891f546dfe83b85d25d8ce5cfae4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/stealth.json"
+hash = "451eab5f3527839529b9561d1036058f518a41ca616baacdcadaf3bd28246bfd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/steel.json"
+hash = "09fe04ce2f53df501f8064ef10124a58311b41234109bca1e5abc34e3395c479"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/strength.json"
+hash = "178ad850639ffeb78f67cd20bee69bab7b909ae667ece3deafe34f888d59fe9e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/tempest.json"
+hash = "2591c67da1094d8af9abcb3d0293362bb8bf5d7955d173fee073e985ba122832"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/the_novice.json"
+hash = "af258d76c48c42f290e276e8db1894235f4d58bc1aa4c55457016a25f7662006"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/undeath.json"
+hash = "2a88ebf41cfb51d9d06de7f5547d361a1f7eb52dac8501851635c94af16db10b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_runeword/wealth.json"
+hash = "001d72e1e9c07940c01be820eaf21087fdabee47ae68ad9950e0ffa2ada1b5df"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/hunter.json"
+hash = "478d940f10741427a41cb7145fb3617069b590ac26b2859956653e9ddfeb60fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/minstrel.json"
+hash = "398565204b149b4722cc26a3d1a11e20749768fa961000b18ebb252660de05ff"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/rogue.json"
+hash = "9b90ed2c5a135a26fa05f42c24a7f685c7e54fd6d84c61243745ba7bb9eba8dc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/shaman.json"
+hash = "bacebe8c64ebc505571abc45b81aaa161eb2b56b7a35b1dfda383c3d2e02d07b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/sorcerer.json"
+hash = "defc43ade4b2255e5375e1e4e071686a6cff3242888658cdba152080a17b6c44"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/warlock.json"
+hash = "c49c92cee3debbe72a3a5ad2aad710e18da009d6426337a036c5ea57d4719a8b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spell_school/warrior.json"
+hash = "225663bdd3d11a29ece3a9423a4f2f280ac3d1f190d66149d235cfbf068c580b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/armageddon.json"
+hash = "672d4df1be889ac7d1828eb4ec532c25c2156d84ec9307717b618011761c9767"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/arrow_barrage.json"
+hash = "94fcd72b9e2205d746efade12331f635c130eef3e4b1832f589ab02fa5db6bc0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/arrow_storm.json"
+hash = "1895f70c6601616acac77e130351929507a09077f55b003f8c3b9319dbcae1ab"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/arrow_totem.json"
+hash = "70564e512e925711f17ab4b30f28d384b8eafd402e22d73778352d553df73c85"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/astral_totem.json"
+hash = "8decc2e1881c843d70d27bcbe5d207c1ebbab0b9f9058dcccb057d7f80802d68"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/awaken_mana.json"
+hash = "be48d581b60cdb1d80a742fbb068906f41f163d7dae6f160a9dbbbb3f6fa43b6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/backflip.json"
+hash = "a467109927b69944241824ecd78065bab3f3f0872e7d31e2bbfba6fc5ac3d813"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/battery_fusillade.json"
+hash = "2f8c5ab8da2b7040bc5a2d20bcfabecce88fe5fe452f2fadd2b14bb8d731c6ba"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/battle_orders.json"
+hash = "7aa2f7b81e499ac589dfce1ba69101ce0bd166068e10ba956bb1b7c5adadb0b5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/black_hole.json"
+hash = "1e5f05b59408b24aba5cfb3cc8b2ae6b10bf935ac4331de29044c004839bc768"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/blizzard.json"
+hash = "463e79695d8055565c6c8b976a9d71548d157cb6239454b6f39149d52a939fc1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/bone_shatter.json"
+hash = "e5abd0fa72b32b592a7a709f6645012443b3ce06f8fee7ee9f13e1dece951148"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/boomerang.json"
+hash = "46c30644f3e7307ed6cda07841753cb271bef93745caabf048e7d4ee6bcb6e62"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/chain_lightning.json"
+hash = "6adad2ac4eb6a5e6485701fd13841d48efbc5eedb1f6dfb66892348579253298"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/chaos_burst.json"
+hash = "8486cccd53d0adbd90acdf2c1bc421b1cfebf0aa88c04d46c413dabc552e83f7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/chaos_totem.json"
+hash = "6c90ee95a4c683d3d135f65e82f23a9834e1a5381f58749c1182ce7c4ccf9208"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/charge.json"
+hash = "94ad12bbf5bdfbd4839b1e53d8688629e3d1d2b5cdf093031eb72db04d94570e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/charged_bolt.json"
+hash = "40cf55682ea8204c4e8e2770b81709b939ef0a08622e490a4e7fed7783f1f1c5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/chilling_field.json"
+hash = "76144561745753991e9b51358a6d9a6efc037e3235c9e89153e31cbbd01ff176"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/chilling_touch.json"
+hash = "a31377e6ddb82deb7b55a47212f5dbf918bbb6aecb8f47db15d9f451f5a67c17"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/cinder.json"
+hash = "5e6440f2184118bedbf24c24b8c37b9ea2f773946a829e0322ab1bcb5ecf98f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/close_nova.json"
+hash = "ca602ff5959d9c6247bc404eba7b75630419937d560886a5d5222e70034f521c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/craft_arrows.json"
+hash = "24dad74faa14ba41e7f992199d04482e789735fd26983d9a9be0a0d8eb36b7c8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/curse_of_agony.json"
+hash = "cd4878197d0d8402cd4d60ff5df7f917126f97cd5ab95c1e77d044ab6a4e9454"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/curse_of_despair.json"
+hash = "da28d5456655997bec1cc908d42dcfaf3f725bbed0acc360f46087f33831362c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/curse_of_weak.json"
+hash = "4a02ac60d9cf9065d119dc9a4c1957cccbbd4b2694f95d2588502b9ba96de5b7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/cyclone.json"
+hash = "85698cb37cf64f68fcb97d61ec18b400e418af928345ff5cfa59ad926f7c79bc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/dash.json"
+hash = "735ef8a8c1bb39997ca0a48d8f471b7db6117ff65cd43a811efa979b69fb0bd2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/defender_stance.json"
+hash = "4330b3b04dc3a3bea8c9e67e5ea3beca057092bae14615a2f3618f648538ce42"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/discharge.json"
+hash = "ed67794342308d87f222b3efae09f2f6a9c2493526b92d35ebdfcf95769e004e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/double_strike.json"
+hash = "e331ee8706d6463ee1e7995dec7fca5265ec52e88fd8a5d2b49178298667e059"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/draconic_blood.json"
+hash = "2cbca611992a6f85861b40eaf4fd1bfb537202456397e69dcfd48e2b287e9392"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ensnaring_melody.json"
+hash = "5396f9e21bd7bab7358bd386fdb07a040d0a40fbe5d2640a5a11e297dfc689a8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/entangling_seed.json"
+hash = "766d334bbc63e0b77de18f4add38ecd4d864fc975d9c485c3379a337afc0adf0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/execute.json"
+hash = "d1366925ee91deebdda4a339814f7383dcbc9f5d4a1b723a4640b79cf3807ed4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/explode_minions.json"
+hash = "9484e35d4740ccaec4e60e278ac857a3179c6c04603617d72a7c35324713d76a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/explosive_arrow.json"
+hash = "f093aedbf54943cd75ae34f89091e615f88beae7dac0bb4e932b8415d3e35d01"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/fan_of_knives.json"
+hash = "0396988665cbec16ff5bbb22bca297597c4765358301a2700401a9fe9f6f3f1f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/fighter_stance.json"
+hash = "3c87043e48ae5d464521a5041d71621785757749a5dfce6b7073edcdeb0a863d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/fire_nova.json"
+hash = "0a015ee91211c7578543e93d68fa065c2aeb4b05628d211a5ef95e30a435f8d3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/fire_trap.json"
+hash = "03befe640baec238f7f8ef75b5422b928181f3a4eb021c8a3f872786f50d18d7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/fireball.json"
+hash = "55d9a69040ef7200a00b34f6ed558a58aacbfa55d8c6a9d564b9ec2447d58039"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/flame_splash_potion.json"
+hash = "36b0e7b40da5ad388a737ff56626ad289204d082dc7a57480ccdd595be2fba8e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/flame_strike.json"
+hash = "605c46db095a47b71384b1bf1753ca04195ddc739c9afb53242ff97b31c79937"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/flicker_strike.json"
+hash = "fabe5f4906057288d99d23042c3118df5dae3521e8686da1a0aa78c5b3c17bef"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frost_flower.json"
+hash = "a3b4bb70609a59aa610bac93c3f6dd0d4472f428118a52d72756a6c8a76b2e3d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frost_lich_armor.json"
+hash = "c682947c4ecb2e176476ff95224d00ec852db7125620bfd2600e8338d8462407"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frost_nova.json"
+hash = "c39904a0198741db37372cac108fd0ad3037bcccc7ede28c418ddbaf013346e0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frost_trap.json"
+hash = "1c4e44431e1320fa61af2ec9f1dc0f50cec848711ec3a382ddb5c12180f3ca1f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frostball.json"
+hash = "d9b063d3f76e249672978f7d96a76c915b4a629707985298e723f4d60d0b3f19"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/frozen_orb.json"
+hash = "c25699600060677adaeae8836325cd96d4344c8eaf77c58ea424242a4bd916a2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/gale_wind.json"
+hash = "bf57a2ea60dc72c48094eb53005c5d60f8a280837613b2409192dcbdd42ab1f3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/galvanic_blade.json"
+hash = "a27f80d82c84d0533d509c165295a9c7dd3917328d15c7adc566006f3ce51cb3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/garden_of_thorns.json"
+hash = "73403ee4a3de46d8a9b1073751d3ac0a30c7cf16d284c545b8bd21edb01fc533"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/golem_fire_basic.json"
+hash = "d412645ba5bbe5335e03760a1e2356e7423ee1920d14cfdbe2f4e4f1396b5ac9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/golem_frost_basic.json"
+hash = "08db4f98d8d60d5bcd3c3705b399550823460d201fecca60a2d1a17a31e8bb9c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/gong_strike.json"
+hash = "aead29f0023a77846c66bfd8fd5b1e8f9d1adc8b605946310af0cf3fc18f2718"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/grand_cross.json"
+hash = "a2d2a707924e0e24e165ddbdf3fb2de16e7aa9b8bf284d7b7eee3cc306069d70"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/healing_aura.json"
+hash = "9ed1a347a09d3fbcfaab15df2e0bd2b41578694c160af0ec0e753208b71ade3f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/heart_of_ice.json"
+hash = "371a0d7ec000e533807cf07e8a2dab901944faf3ff998e610151a8df6e2366d6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/hunter_potion.json"
+hash = "84ffd774a0180e40d2d99142a9e97b1109486637d106975657a74e2241433bfe"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/hunters_mark.json"
+hash = "b5cabd9a0553e076835f7002124c7739c41a0178b168d653f3d229da20f6954d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ice_comet.json"
+hash = "2c9feeb2af18b2d20df8690e57619f9e5167a81df09a0bbcdc78a5bcb368ccdc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/lightning_bolt.json"
+hash = "84262b6a2ffa5c1cc92b5f8281edd31b189f9dc6740fb57ce544e4ea6ec5ccae"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/lightning_nova.json"
+hash = "80693720ebb79de4d3b4114f0c806b2c094f2f906514574e632e8977a4ca8446"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/lightning_spear.json"
+hash = "1dca0e8386c5bd78f5e1ca716ed4edb158b4825575ca2f283b3e0bb2fea3db32"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/lightning_totem.json"
+hash = "dc48b852a9c63622c241534445e4a50bac0431ed07385b98aae6735b48ae41c5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/mage_circle.json"
+hash = "7a3dfc8b75c30dda1bcbc729bd009b6d6aa8b0f3159e0837456d0da0f010f5ee"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/magma_flower.json"
+hash = "bf2da88f17fdb3e4d5f808fe93864f49d64381df99eed9f11721722b5d01c76e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/meteor.json"
+hash = "cee89d2c19c3d4e7bc6ed2f66d92aba81bd2fa184debfe3616debb40bc002811"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/meteor_arrow.json"
+hash = "5caf2c7402afdd158114c3f95e200f57ed4b985f90a4c21f7b89b48b42d051f3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/minion_explosion.json"
+hash = "867ff764af4c7d286565714d2054c9ad0060e75bfd0bf42715d306bb534df8d9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/mirror_image.json"
+hash = "4745fd48dc1e736f1823a2f557445a46b08edb33bd36b18e977c0745f60c4f68"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/nature_balm.json"
+hash = "527b795d61bf3c708a389a776f23a0a0c3e72ac0be43a522319f548b8f58aa29"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/pet_basic.json"
+hash = "79ab401a72c171c69af97584566ba2ebfa295e7d025f92808f8673a9da91a231"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/piercing_dagger_throw.json"
+hash = "5bffc5d2d560547c63b07c83db7f23c98a8c5fe7e178695a2be52e80284f0950"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/poison_ball.json"
+hash = "fa71f965e502f940f61663230e89d0d03792c1ce4f155913f0d28827ed933a1b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/poison_cloud.json"
+hash = "19edd247f0f4a8b97d26a26eb12fb257cb547afd9606a7000d4529007b7ce5f2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/poison_trap.json"
+hash = "cabfe32c4f08a7c4ecebd0ac7da7bcee4d5eff2b1e3ef547de6e1574bccda442"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/power_chord.json"
+hash = "f06d289c85c22b6785054856022ea89c4467502ae3be16a193227d604549e596"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/power_surge.json"
+hash = "2ff5fc7e6cb609542bef92987d87ed568388c09164eac84f8a3a18da7ee7dcd6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/prestissimo.json"
+hash = "e1402f1e833a901b7d43ccc3ab71b931ac18fd23d0bd9245e4882a30a50bb0f1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/protection.json"
+hash = "3e17e1232ff2f28f570b77965c7830698a38725bc7afc84608f4e485cb7b4078"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/pull.json"
+hash = "2345dba5469abc8aa8a5b750b73519d967b9c718c5e8f8771ed860e61a47dd50"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/puncture.json"
+hash = "147fd207763a3b64ec07d6a3a31025bd9d003aeb68c4da9dd467a9e89bfe330b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/putrid_breath.json"
+hash = "b868e72399c6907c3abdd95d0514eefc5f600f1243609fab8ae4a9415ac6de11"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/quake.json"
+hash = "dd76d4687bab6039cd1b5778f2753620aaa3151acc5723950fe234f5bc2e4b1f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/quickdraw.json"
+hash = "503bcae57b4d1f017e14e1a220cbe177edb23612224ef74716daced1bf95554a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/recoil_shot.json"
+hash = "324c88cd27afb91c57ab12217b2af93eedd76733b5a9c0de8fc0b15c9dc0284b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/refresh.json"
+hash = "bf220973d4afd5b1ecaa6c6cf149fa7239ae928bacb2d29557876ff63f938424"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/rejuv_totem.json"
+hash = "4787059b46c943c74d226b9bd963932d3bc8573ccac2baa6fe20835da6b74001"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/rejuvenation.json"
+hash = "8416ab8c711656734d1dac5a75f47c8cc832a82ee124bb9d1630391d1b9d5dda"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/resonance.json"
+hash = "a441b9bf95142578b21358089588d03f67de5d8845e5559011b156d98fbd8362"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/return_summons.json"
+hash = "b42cd2f7565eeca882146d8aea602c760c7d6a5ae6bdd126e0121cd1ccc22fb0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ricochet_shot.json"
+hash = "de4b4e72b369b070846fa30731fec846bcd92ab59f041b64aed8f1ec3dacd8ad"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/ritardando.json"
+hash = "012758169251f72df43c2bc49cc2861caf4ae57186c5b4936fee0837d10ccb0d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/sharpen.json"
+hash = "5ad83861f002f44aa195b18852689116a8154a1337098ab5045abf062190c640"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/shooting_star.json"
+hash = "0a175f501e91c5de12a686b9c4c45d3385f4680ed3d5fe9b92ae6050b2dac018"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/shred.json"
+hash = "4523209efdd3703da15edf902cf181766b3ed824d3b2ea6ed4ea09084676dee0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/slice.json"
+hash = "6ddbb652c6844e95dad6a93b3d6c4c22c6800bf60a6d947e6d4c457e500a68b9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/smoke_bomb.json"
+hash = "7b0cf9bcf89d65be45e4fad41b426819ac37ef185d063eb3aa4adbfda03c3e8f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/snipe.json"
+hash = "a419caa7de4bf72884d6cb490db1f5bd6cd87ffefe20571f3e57d72fa7527dcb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/song_of_perseverance.json"
+hash = "de6b78a6ef95d9371a299a89b053a492a6e34f5e338b8e9b1e05126c446edfde"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/song_of_valor.json"
+hash = "922f68f2f122683fd61c1e75fd3fb255892f74972476996c89550b62c82a8306"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/song_of_vigor.json"
+hash = "437ec0151204dbc8e7335c24bf120065bc43ab1b298ca8ab8fa120e0c535b590"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/spider_basic.json"
+hash = "1240f7523e38821d561cab2db9d012aabaf8a9d751f78cdfb247cf1b66c60e24"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/splinter.json"
+hash = "66cb796966d7ff02b84281d9b56742bba4f7e2ebd93dd6076fc1b7b4e747433f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/steam_cloud.json"
+hash = "57232383e849d8d4f91f56847c5ac4b14a3c5ed4b62de112bfe67b23aad6f07c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_cold_golem.json"
+hash = "61dd89a9efb3e12bdecb397a8225dee06f61ff31f3dc58fb981aeed11bb59f75"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_fire_golem.json"
+hash = "9831d4cad3b84a5c84242b52fb4b182655caaabfa5a4cd3b43d1497d65bf55ae"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_lightning_golem.json"
+hash = "1467ea5ddd44c7f01e3f546f99900496adefcd8bda4571a7fd9d4de773c2c649"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_skeleton_army.json"
+hash = "e683f533b9e71ace67ab8f806657294d724716a54a2d3c679940b58ff00afb1b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_spider.json"
+hash = "4c16ae7bf73cc432325dde1dc7d4bec9a870024f8b5b1dcfb78f0138772b84b6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_spirit_wolf.json"
+hash = "d3c87c4245651205c0195c20a72bda599dfafa38acbda5ece8f7f422ba5282cb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/summon_zombie.json"
+hash = "59ac02b65bd801d51192b1d77fc945dfb2479d86872b4609782dbb6b5885f282"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/taunt.json"
+hash = "a4436185928fdefc9ad3106881d64caef0cac8386ce10d894ae66faa04eef372"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/teleport.json"
+hash = "1760bfd77ebc186732a8fcee1d81b5b46627ce11630a16ea6dd49607500b6066"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/thorn_bush.json"
+hash = "dc930bdf6332299419fd184506d231a156a90d4fa41176c9f53f877415360ac3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/tidal_strike.json"
+hash = "9471e2a03f600dabfd912d2750e688b47f7994a5aa335bb61a758daa157e5048"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/undying_will.json"
+hash = "2edae5970ea1dc4f49293f2e0bab355c7260921375e5362cf1de21ad089dc28a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/vamp_blood.json"
+hash = "7be1cffe2b76daabd2128ca4d71f500ddce9e4da3825a37939a73d0b0dc74279"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/venom.json"
+hash = "c36dcf9987581d3896514b542a211773b45daef048c03ad6008c61435286feaa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/venom_splash_potion.json"
+hash = "af9f932c3fbadd93f4bfadae35082c03bcd7bb709bd8fc926b105f863fef9d79"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/whirling_blades.json"
+hash = "84160fd72d3129936fa9d2661a93da246b4a10d26fce7cc2dfcf945dce72250f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/whirlwind.json"
+hash = "d97b243e64577646fe18b5258b1471362e0b6afff69d35281d99ef672f03161c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_spells/wish.json"
+hash = "86c27053780dbee4c3bcc8d2912c95969d7fc6c0ed30fe74bee60c7d4c7f049e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/armor_per_5_dodge.json"
+hash = "6f4fe45bb945af449a4012620f815aa801f9567584794c46f9e37b2d3a316abd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/attack_speed.json"
+hash = "837b5e680c3f1dec33973cea88dc5f62cd88503208d84aff6475d5a487660a27"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/basic_attack_dmg.json"
+hash = "1913d58891384ba8530f1b3e45b483914377c05e1bb2c72051adc667964e4852"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/berserk_on_kill.json"
+hash = "e5de08bba40815da8d0161fb79e99865178b7d2d429cc1130ad43939e3092a97"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/block_reach.json"
+hash = "dd2b3f5a4b05ae72722ad25a54cc8994cc1cb1ac4a3252a28860948bcd84a7c5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/dagger_damage.json"
+hash = "df1078e6a248468e417a7170282ccc6aca7bafb943a7a09472e9eb3f15f4c82f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/dexterity.json"
+hash = "d31d2ffff64cbdfe971f91c19f525a4e1122a9fbd427c60b01b2afb32a175ade"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/dmg_received.json"
+hash = "550649865d8d9a9d71695ecd4f1548bf6cb80317d69be8809c3d1af6b845aa57"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/dodge_per_10_magic_shield.json"
+hash = "005a098f6d801a35f81a0d2f50b173dd50a64aa6f524ff2e1c1ba67ff3bbabce"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/draw_speed.json"
+hash = "296ab90601f5d3ab0e54c3543cb45eda2bdf3f8edc71b2e1c1561f10058295d4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/ele_dagger_damage.json"
+hash = "bc8c83da05cf54a84650e0ae8d83a9b954f8053610bc7302e212b5aed4f47992"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/ele_hammer_damage.json"
+hash = "26ee36af43a7511ae72dac41d2237e536628d6d40da2fb6e2cf918a1cd69efbd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/ele_spear_damage.json"
+hash = "503e0781d32efbc81290b462c455ffb8195ff5eeb32f57ae8f7cc6275b271194"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/energysteal.json"
+hash = "0ac71df469564608a7ba55cf6c8fd0ee878867a6242666f297a9922c71812165"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/hammer_damage.json"
+hash = "a6bf9b7414b8ca1bcc1c8fe8f14ab9b9520dcaee2c53ef0970d04ebf98996e8d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/int_dmg_per_5_strength.json"
+hash = "aa7314e907fc359b2d88594e018c7be6375e48cd73c015be40fafa0aa10cf583"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/intelligence.json"
+hash = "fccf3fc163cf5ac7c56e67aa5d568365e4c4999a8777d902edf9b361d9a8c8f0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/mana_on_basic_hit.json"
+hash = "6d9a96ecea7430598b208f59a3b08b0d241fb22c67c6d201b43f8be1380af46e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/physical_magic_dmg.json"
+hash = "54df8eeea6ba4740fd6df6a4b343b814b9d17728c08d6af25dcf49d0589e95e2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/physical_weapon_damage_per_perc_of_energy.json"
+hash = "4a12c86d1774d8a92a0669160bbc1222c2f6d985884252e87cf824a9d1c9b6ff"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_cinder.json"
+hash = "12d4e2e91fb1156b6e6cce34184affa6adc17e3241ec79a72b3c5c104661f55f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_discharge.json"
+hash = "3a3daf74b7132e0eb50c900db44b3789e8218985a5d191e35a4e0cc7e3139227"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_lightning_bolt.json"
+hash = "d103657348e99b32ff00e7e5161251eddb5b13dbdc10c8567f22f5c914b2e9be"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_shatter.json"
+hash = "61c33d19a31e383ae315cf85108486c1ef09517b41c5ebe7186b65f41090672e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_shatter_2.json"
+hash = "459bb93524e3feca0fda51075c2727a605a71e2db705ed823cd9fcbf1f02a7a9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_slice.json"
+hash = "9157fd56c399e4240a662cc86123598828382a2382b5135c9b6c4a7bb829e362"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_splinter.json"
+hash = "31cac4fd2a81d1fb79248db866c04314c2488c6ec4989961eafabcfd4f0d4ebd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/proc_venom.json"
+hash = "f79b87702ce8ad59f43e4bd76ad8e58757f183aefbb648f4ea4880b44771bc09"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/projectile_damage_per_5_strength.json"
+hash = "c6b7c59af980fc9685cdc4dd39d45704fe491e56a7e3af1d5cc644376cd8c001"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/spear_damage.json"
+hash = "a91ae76ee2ae1addb68cf26c3ef09657d597feb1a52c8fb815fb7462fd7fb497"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/spell_energysteal.json"
+hash = "9aa8bf33de4de67935277dbb8a77cb710b093c2a23578c54572c604af953c830"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/spell_manasteal.json"
+hash = "09970c4c6d598beb28fc37ef7fe4c1536b7d85a9a7e7ff8c3b1d251ce8cf7d6d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/steam_cloud_spell_dmg.json"
+hash = "53d5556b63a4c1b4968815086b3104d65b56d87bf30a6c5e9be466c589bbb312"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/strength.json"
+hash = "5e7447306e7101ee15f82e528a07311cad3e3cccf710ceee6a672529963a2480"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat/trap_count.json"
+hash = "7e2c31e92458ea9dc24f442a0526ad3c2b4cbedc6f06bdf350a466492dac83ea"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/arcane.json"
+hash = "a2fe8b5e3a23c2b2072f54d98b5893c3a330aa0d1e9cfa683bbbffb24cf1d02d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/crit.json"
+hash = "a954a6274ea17b9def77c58aefd2e9767f5281423eb1b1d983fc730940600b4a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/dex.json"
+hash = "bac35f0389913b49cb972063fba3aaa75db729ad8d16b638df4d9da17aed1ebd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/energy.json"
+hash = "78133f879bae4e4f723aee070e0d7680a3a40706262ae16eac87abc8664b0d48"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/exp.json"
+hash = "b939b8839a281c78dd7b6d8bf9ea6f0986927126b66b575770b77eecfe1485b1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/int.json"
+hash = "aeeadfe21fa8a88aab463cbd3f9bf4f888e299408229897982f0381f765a5684"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/life.json"
+hash = "fe1c92bfe7ea7dc271ba129a800b58e9fc623ebb42f1d3c633a99ac3ae6c3c34"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/loot.json"
+hash = "cdbbc7868f059873a80d3587c8aff9963465b3fdd50ec55651ea450298642bb2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/magic.json"
+hash = "1930d2232ed07a93ddb7796666bdab6bfaa765982c0383b289d8a27a708035fd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/mana.json"
+hash = "ddd1838d2c2f4477d06a59b7e44e6c2b3b1b0bb00f3e42a7dfbdcf3bda7eb0d2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/might.json"
+hash = "f662beadfbe2bd88ad45293a99392e8ad4a90361114a6bbb1089fc9efb5d97ec"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_buff/str.json"
+hash = "814d5b6eed3182bb915060e3924b2a0f034b2f60410c7364d17ba1a412534b0f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_axe_wep_type.json"
+hash = "e8ee867a6e6d29a21432591c8401918ab599e7a0c8b716ac114c2f0d1d5d5774"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_bow_wep_type.json"
+hash = "113560100b4d9e8ab29bd7bc15988906fb2f7920725b910fbe18fb477bf9f0b7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_cinder_not_on_cd.json"
+hash = "85a4e9568f523a027a075e108da8f77220353584fedf31a35d281cefca1e3398"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_crossbow_wep_type.json"
+hash = "8f3d954dba60ec1a580d5ef6407f617aedc6458cbe0dff77961d7bb720e0c6c1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_dagger_wep_type.json"
+hash = "b7506b616e566500143527f74388463f1afb7a7078c86dd6a5e033b8d4a4866e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_discharge_not_on_cd.json"
+hash = "b6721b8d45d54b1dbe69f5dbb584b11cb1b2f5223f098c6bd901d3682c15fae2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_hammer_wep_type.json"
+hash = "184775876aae1b7ec09ea9770f65cd9a3bfa37d72d11c4eedaa7adfecf1932fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_lightning_bolt_not_on_cd.json"
+hash = "b2cfcbba8decb313fc563f6ce1379bb4fd8f98812c834f3554a878601fa5e475"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_magic_weapon.json"
+hash = "aed4b44a5d7b0af1b3d339d801e2ec5a93dd677f5b437991a8599a4e0c371fd5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_melee_weapon.json"
+hash = "deed25a898c0f31a3d9e53553dcc64fcef636d20b3ad5243d754a82eeccaf7cb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_slice_not_on_cd.json"
+hash = "a234eb451d35685fed29891538fb88cb733c9d74665198d3c96f5abade028f51"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_source_max_static.json"
+hash = "5963207ae6204927a5c7deb65e950a03261e22a7a243fcab52dd06b0fedb782d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_spear_wep_type.json"
+hash = "e092663b869f5cee9fe5c43904933ffce35d8f000dc5e560705631e083956df5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_splinter_not_on_cd.json"
+hash = "b7bd9490d8e004595535fdd24d23eb53b7826dc0d16b39a9ed6e738f702545fb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_staff_wep_type.json"
+hash = "90625ba242c9210e4c5ebc12c7de6d8452c4b68941800b49ad1c321e4b0f0ecb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_summon_attack.json"
+hash = "a8ae96f318772610cf315ad16a735f252b77519be4437b6fb0907860248f1d5c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_sword_wep_type.json"
+hash = "59c678ea3ba480f27f1d88e7617bd2b386ef7ebc90ff425740ca3886a137b0da"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_target_near_full_hp.json"
+hash = "b758abb297ec1f57a6db96889566875c6124b3d5f76d31c655e7e9331bfeba24"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_target_under_bone_chill.json"
+hash = "a673df391804c5d7bb9496d400a1ced8618c4de5e8b500a684a77d9d1b15268c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_target_under_scorched.json"
+hash = "5803d298c1eb108ca69b20e422d551c1177ef8e33f7d7e5e9b8ca7169094ece7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/is_venom_not_on_cd.json"
+hash = "a8f376fc45da9dd4e85c26327d6cc4039b4a13409e2424352fcdcc80ab033122"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/spell_has_tag_burst.json"
+hash = "ce15a4927c828e2255ff8d2d9d6a6ede0796e7219cca9f0dd1f82373fdf73df2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/spell_has_tag_discharge.json"
+hash = "d1913690bf04c87e0d8dcafccd9f0a9e249aaf444ac96caaa1abe4f3320b0820"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/spell_has_tag_discharge_is_false.json"
+hash = "2805cc7a44791954e7cdf8d85f8e7dc0c148fb63cd2e958f0a7876eab1965f73"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/spell_has_tag_slice_is_false.json"
+hash = "b29a49fc10d3a72e2f66d4cb6e894fc3016298820e40ed04405257dc8d94c6da"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_condition/spell_has_tag_steam_cloud.json"
+hash = "1798a688d47a9c676941fd6e8d3798144a2a744b45a76c120c74484a55aebb5a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/give_berserk_to_source.json"
+hash = "4396ab4c56ff6855d12b31397cba9e0c9ae6451db108bb4188b5bcc606390111"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_cinder.json"
+hash = "a9ffa98846a4a5f2d8767d811b9e0317df66c0b693cfb8646aa30c0208b4d1a0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_discharge.json"
+hash = "6c8ca759a0157c493845e4dcfe7bf13e5086af0bdf8710475b43eb5f66ec9bcd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_lightning_bolt.json"
+hash = "00d46172099f9806a0e9ab1b3821918b61d4607587054184826cd50bd073362b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_slice.json"
+hash = "6b4abd71c4135f32898b4ded1dd123b413acaa53dd608b4b250caeba93f88167"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_splinter.json"
+hash = "7d811fbd7ffcba9953a96a66b3e47c5f2482cdba288c0ef208a156ab644a8e95"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_stat_effect/proc_spell_venom.json"
+hash = "402140ee0dd306d20a43cc3abd6f792841207029ae0245d0cfe641c2a4f076de"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/accuracy.json"
+hash = "1d91e739cacbf2aa7b558301385a463859ee5b3b76be83989ad0ddc699fe3f96"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/ailment_damage_less_hit_dmg.json"
+hash = "aa8f97db4bd206d351e097574c108ee013641e58bd89589c8fda7dc7ec9424ce"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/aoe_dmg.json"
+hash = "96324b9a350779b032eb001c139983be855ba1b3664c427f48176695f577db5c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/bleed_chance.json"
+hash = "c73d81dc719e47400e71c300b7a2a86ab5fdd223aef8cf28f78067391043a531"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/brutality.json"
+hash = "c1c86532d418a8c82b711aa0f6b46e4797205318dda66aa779a4735933fdbb02"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/burn_chance.json"
+hash = "73b6e427900072765576985b3d44f6b827e083ad57bad4e5891dcf140b6470bf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/cast_speed.json"
+hash = "8e1a80cbbffcbcbff66783cc10eff8f05a2a1a9ab42d4834dcd9799d2a1a20a1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/chaos_damage.json"
+hash = "12ae2d14cb41de185b86d1e947247c28f663fe00d6d2c39e637e2f98dd50beac"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/chaos_pene.json"
+hash = "7fdca99dede06bc1000df0838ed339e202efba3fc0375505acf863b439bf9824"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/cluster_traps.json"
+hash = "1c2929d94f20290158aca8caa5f61bcdfbc5326a2d2f135612910f9c91b87dee"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/cold_damage.json"
+hash = "0afae8ed63c2ed8da22107c478121c5a842ab5fbdf8de3fd63fc785688576f35"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/crit_chance.json"
+hash = "d6a5b4d51ed3f759da5ec41d2df2187dd4778e1c8f084de9aaf8e42da11de290"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/crit_damage.json"
+hash = "3a9c97c0e1a335554819e0dd3620ffb50fa83e809345bfa3ab7970667820af84"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/crit_dmg_less_non_crit_dmg.json"
+hash = "a0daacb4cbd159c7283ff00452c6359d9c4ca400c6883dc3bec55e9fcd13953b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/dot_damage.json"
+hash = "2b0908e9cfee990fdab7b8e1f878c89f577d5dc18684d2148fa7f0cb8154d342"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/effect_duration.json"
+hash = "1f356a77a14f684510755941fef269f7c6a0591c8a08c3f1d8271aac1cd4fa77"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/electrify_chance.json"
+hash = "c599aa434ed10b8456ea963522e37fcffbdb942e7231e74f138a4abc35b995d2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/energy_on_hit.json"
+hash = "5a656efb4ec4546dac42a335acfc43d4122ec9fccc8f140d504b751bc9abc15e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/fire_damage.json"
+hash = "2dbdbcabccb85f126bbb955aed370c9150ae1470f022b38de904f6e9584b9a8e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/fire_pene.json"
+hash = "39ce462ffd850ec1f2d8a0e6416507a92901b19e644d2f17799134ddd6ddaab1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/freeze_chance.json"
+hash = "076481c926831992116f970db6736a9a421dc08edb992b38127b0cc0c980a25d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/gmp.json"
+hash = "e5a63ad74bc0040b5d6cfc0fee25bf0d7c53dfd22cf19ed544fe7ec4b0b8d630"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/gmp_barrage.json"
+hash = "f76fe00ae569bc77aea13369723c71941ddf7d5ef713d72eb8539c9eaee1481f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/heal_at_low.json"
+hash = "b52bb1a547675039afc671a771c91ef9c02d1abb5e18a66d734631bd451f46a8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/health_on_hit.json"
+hash = "6397023f96b56394afc9c99e5d38142338b2c7fd9d6a2419996578b2fc3afc3c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/inc_heal.json"
+hash = "626eca1ce3476ccc88b2d61d71f75846ca3a2cfaba73c542dbd33b383c32f8fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lightning_damage.json"
+hash = "0d80ce63b6fcceeb369be4ef82b4cbb5fbd4b55075f8614879f6ccd1c6e751ff"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lightning_pene.json"
+hash = "1d62a62a657a95f43dda9351c2d690965078a1d302b4ce307c76158c3759d88a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lmp.json"
+hash = "87c7419fe2c9f0730b958db9bb2e60d0a5ec0c627252672187a2a4b7fb52e20c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/lmp_barrage.json"
+hash = "0aedc5c94d0baa2f7643413b3a8857568980dc68fdb18ea13ec0bb2f0f5b8397"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/magic_find.json"
+hash = "8f5ba792337b66fdeeed54b836cba53a0068a579cb9c7c3a810882650e90cc1e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/magic_shield_on_hit.json"
+hash = "e7c23406a37ccfc01d4653b80481b4b451e3b320407944879ef3e413d005cd56"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/mana_on_hit.json"
+hash = "5bd7a94ec101b54270378e2a24af2815c72f01952a782271320abd75785d2a51"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/mana_saver_dmg.json"
+hash = "9ff5455ce8e4f0bd5e04ab92af69adb08c15ce19214f93e2414400fda62793f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/melee_damage.json"
+hash = "a82dab0a77350904267491f78061d5ae2baee81156004b20b73dd29e5a6b3a87"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/minion_threat.json"
+hash = "9f9fca1c972390cdd4ffda4c42c0bb56667063bba5cb6c5565eba9d9f467ef17"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/phys_to_cold.json"
+hash = "7a9d358e69aa877b2e1c902658ee17cabf1f506be6d1bcbdf1752ba4bfaef2e4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/phys_to_fire.json"
+hash = "97d6419383dfd357a141337a978e1b9218073f2341d5d8d09b0184e880ca52e4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/phys_to_lightning.json"
+hash = "f91f60f83ff5867d01fcf7e0a1bb3475e1cdd7a2b1c3dafb8e6e09f41be961cd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/physical_damage.json"
+hash = "efc997debcabfa51bb57bee5274619ce344acd4a27298334a86569dad32baca2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/physical_pene.json"
+hash = "6b5663041cd06efc3aafacfa6f9a58e3ff631ffe4127eb56300798ba47f8940b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/plus_aoe.json"
+hash = "b3f525d2858f2d89de80730f98adb87e5d9fa2429ce96c6ac268f24f431f8068"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/poison_chance.json"
+hash = "8cb06a5c188599913078a7c106e33b1ef3b8062fa4b6c35ec9a163aca0111bcb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/proc_freeze.json"
+hash = "a1fa68c680b04d8eeec37c07896ef0d5cbb7f93fd0df7734d41ad4b10cc693a6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/proc_shock.json"
+hash = "2fbd0e896bdee85a45e60134309a61be00e576868aee3f37f5971812f268da99"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/proj_speed.json"
+hash = "de71e38da2a0c92be8289aa6fac390c163cd3674f7eedf148b78e6f5d11f009a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/ranged_damage.json"
+hash = "a2daa5d1e444a9cda11d730b364ff29b2d6bc128ccc4256b64303a38d8a5a391"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/rare_cooldown.json"
+hash = "6ae306b267ebc81195e3b0156c786554001b4e04726f47197517fff6fd27b5ac"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/rare_mana_eff.json"
+hash = "a3cb1e0e7b73acfc3f9e51d5039cb8339c0abcc977d6912b5fe0af456d47b339"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/reduced_proj_speed.json"
+hash = "fdea0b501bfb2c0128d9ebcbb3a24bf22f3f73ea437f2498203e4933c3f6bbb4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/small_cdr.json"
+hash = "a0bc052e2a35607f7f2af44e4df633ddeff770554a415cb9963c6f1d925323eb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/spell_damage.json"
+hash = "131239dd27336faf48013a74c9992a1fb6831f365379c0082759653e2506a378"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/spell_damage_no_crit.json"
+hash = "e86ccef63562e990e529a120bb131b295eff18066f8b2cba3cfd8c9d8e3ebbd7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/summon_damage.json"
+hash = "25cc68723b6d9e1c7fffcd8dd3c047b5c3fd2dc3587d7ee024a3d3fd31823c67"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/summon_duration.json"
+hash = "4fe0ea2edb1b022aa6ab4d2a2e4d096dbafe83b45d8d1daeee50e75c178c042a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/summon_health.json"
+hash = "aa2db9eb0dcdae90df66ad4e0b97846eb4089e1a5e95e8e836808cbdd817531c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/swift_affliction.json"
+hash = "753fdf875d2d6a42779824b6329e7c87583b4f6b648de89c85314192a43df7c0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/threat.json"
+hash = "7c242b6eab4174d81d2f30e0c6d10bdc5304bf1179e7293676325ea1e3422f3a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/totem_damage.json"
+hash = "18cc6339a4d9965534e6adba6692099ebb43e279be3230c9be44e8b390702f30"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/totem_dmg_cdr.json"
+hash = "66249228c92d9bfc010195505868bc92ac3c23f96dbd5f6fbf4b722145764cea"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/trap_damage.json"
+hash = "9bb20baa81d151605c84580da2a479a30cde284397469a5c9f11d97e8c359f5f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_support_gem/water_pene.json"
+hash = "03082dd246fb67f32c960651d528eb2ee5e3df5a3970352ed7d18bf724ea0417"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/120.ods"
+hash = "cacb074a8e91eb8d2a44c77274d883332eebc081968484069e189815e4361c2b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/modpacker_resources/defaultgrid.ods"
+hash = "26680dc9fb28dd25c35dcb12f46df7c36b8f8aa87530eabdb780525931543bf1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/modpacker_resources/guide_for_modpackers.txt"
+hash = "6ca78967c213882247abf2d53cfee2b1186aee19ebb8c19d018f41d2ee08507b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talent_tree.zip"
+hash = "1b1d4a21f7857c9d2c96c4754e91f5c2813e511db2c9a47b2d218541904ce491"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.csv"
+hash = "dbc45f2776afbd17bddc557871cbacca2f84f0ae34271e5273c0bfc8451069f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.json"
+hash = "21fb409e03b1bcb1542dd26d427c1a816e9242da182b7c6b128216b0981b80ea"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents.ods"
+hash = "9bc9a2e4ee244592b2a1b6f35459903ff26b9078639a4f911e4e892a978bdd3f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents_new.csv"
+hash = "f269f305408bd62f800710bb8ed0615a6eaf37b8dbc8cd6f28ee6b48a4e146c9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_talent_tree/talents_new.ods"
+hash = "7e22e3c0228288b793730e43fe76ffbfafec3667709a9da8173e3da8ff38c6e3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/air_disaster.json"
+hash = "b003f4f8e0575a99492e10b6a38330314dd828b1949fab14101b52ee1aa1b9d7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/arch_gamble.json"
+hash = "10c912fb6a2ab083ca7e58d5f9d9d8457d72f33455219a84461ba54cf7f8092b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/autumn_harvest.json"
+hash = "8894d12618239aecbf0143473352accacd19e74e8c1ce91394971abd94a60c5a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/azuna_ring.json"
+hash = "91769958856d9ca83970daa4f4fcb9702c35f1b04c6fd9536ecf80759c8215f5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/azurewrath.json"
+hash = "28a95e8c9a93f05add40fc8331a9d0f9c94dbad35cf43f38f7e0b901a890c42c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/biggins_bonnet.json"
+hash = "2545d0932fe62b5821f6691687a39f1dc3782bed5a47ef1880c240dd9f2c4313"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/bloodletter.json"
+hash = "8b30af966bd4d2469a2eacc04507617f2bf9f7776da9456db44685dce68c3d50"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/bone_shatterer.json"
+hash = "ad74b3890bdd189fe64074bb335398514a408bb596a80bf696dc6a3a4d3cb364"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/bones_of_ullr.json"
+hash = "3fb1ab8f121df0ffea6d0be9697df4c9f91b28f0c7e0bde842c9e25a8eaad018"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/boneshade.json"
+hash = "25df77494711c036afba10b6b9c6b47b7568712eb2caca13c258131ee764e482"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/bonesnap.json"
+hash = "f84038d82698ce43873b7b81c322d3b4bf94b39031c458c98d27139055cde42f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/bulwark.json"
+hash = "5b33585032412d91d4d2844239cd2b88bce6847d35468f37fc8e20bb14f3dffa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/burning_desire.json"
+hash = "e5b45e191acdfed37973cdb58b5275cdb3fb593cddd0e6e04285d38c0ba30768"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/chaber_cairn.json"
+hash = "cd3a58be84c8bb83e6ad67587972bd2b3dd297ed728d36f8e3fe2e64ecfbfb2c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/chin_sol.json"
+hash = "8ec817d0e377d73b8fb201942401ca0d8ee7a1529edea864d38d93dbcad89aff"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/cloak_of_defiance.json"
+hash = "070e56303d737b093ed38dc2d0150c1db9de2509e930f70221616d09c000d587"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/cospris_malice.json"
+hash = "1d0188c6d9934e16bdc5a1da242fea71f3a6036afbf13b62c7973c8225abb160"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/cragfall.json"
+hash = "e05face871ad7d7f65bf67772fbc8da7430bd73124e0534d1ceca911f56507e2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/critical_impossibility.json"
+hash = "09319027d340810beda0e1c1243933ceb850d3a3a11b78322986db80a3b047ec"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/crystalized_capacitor.json"
+hash = "ab4bfe86a671b80c00c00dfb72b329e0764394ef7e783ed96940a94600e2461d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/curse_effect_ring.json"
+hash = "e84c5c26118a2bd83b17b84e351f432696fcea7de9a6c3d06d82ff263c664a86"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/deerstalker.json"
+hash = "f0df70afe088476f2f88598352a0980529a73362fdaa101fad2eda9b24f61476"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/disfavour.json"
+hash = "796047e7e975e7151855f35b23b2fc6cdaed9ae84c6ca2cc0607d39df4f179cf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/divinarius.json"
+hash = "51d78021b989db27ecefe91f863cddab7caf827ad688f46e19c82ade981e510d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/divine_frost.json"
+hash = "e96fd020cac317495bdaef1d56a8f55105504f94b47ecbeeaf8c16e4747ebc21"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/doombolt.json"
+hash = "d39573c7110268d9bac0fa186e1637bfa973362304c3b442c0be057244dab363"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/doomslinger.json"
+hash = "50c5fde394616cea68e2b01ab313de99039686936cb6fbdaa709f311da2b6e45"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/duskdeep.json"
+hash = "2ca10ca28677ea2c34bb8f51bc65e340372bb2943cfb68d968b4a646c4c8e469"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/dying_breath.json"
+hash = "ec8f99b9ada8db7ba8c471577fc9f89edbd2ddd91ee95d720fda284eaaa20f97"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ele_aegis.json"
+hash = "790c4d947dd771608b78f330df2012e3069c8b34b353677a8cd56ad04c925502"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ele_gamble.json"
+hash = "80ee935c1da11587ede4ff35292e3004bf6e45bcd62e04d8067877697d76a399"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/fire_step.json"
+hash = "1ac54c1da389800c3099092944d816d8477d27131ac815dbda275c9e7048ffa9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/frostbreath.json"
+hash = "b2305191b47d0e1bc4d88c4dc5d459dafe0b549aec3308c2ba804d02b1d9a346"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/frostburn_prot.json"
+hash = "2b14676bc5f7805e081f978535dd58ef10a6dc842f771ac0b4bd0eabe556cbb8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/futility_of_suffering.json"
+hash = "8cf93a44d9772541918c20181c21358723ab0c064e78619cc1969f75bdc97b78"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/genji_domaru.json"
+hash = "97053f0e38bd1680b7fe00b35cdcd599118048b6c35764bd9fd93d2ff40998f3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/genji_kabuto.json"
+hash = "07c1f46021fe65e397cd8a71fdfaf59d75ee1d5f788077d7c3bb7862e11f3bf5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/genji_sune_ate.json"
+hash = "246193db0f1ec87a960cfb8943a0cfb1223923b5a6c0c533f515efe68b5f250b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/genji_tsutsu_hakama.json"
+hash = "665ee848407a481c97e70bd94c75008ad93c5d0472e3d3e79d1a89c7fcefa634"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ghast_necklace.json"
+hash = "38a74a1b9501f6ba262654ce7cac94fa8a7630b8ece1b3fd83cc0405d56ee4ed"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ghostly_shores.json"
+hash = "b50452f6b03edff603ba9a26863ad3ff47ff2f7989d39c09babdf83ee6ad2f13"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/goblin_toe.json"
+hash = "fcec0554a04ae29acbcacb5bf6469f79d6100e047b1ae8c94bbdbc9cebac6936"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/golemancer.json"
+hash = "d719e866385dc29c254dd723570d1130d574ffe9b29778999840e76c4cb5ed53"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/gull.json"
+hash = "a0006d64c434319f1168b93ec60a6673ae394c31fe9afd3909060757529e265c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/gut_siphon.json"
+hash = "cbe6de6abfa156fd33e262e57e9e20ca03ce62eebdeef89ddf97f1f920929f66"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/haste_price.json"
+hash = "f73711bcb479cc457b4b6baefd4ffd60c2a0a8a2ef1f61eff3132b02fb20302d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/heavenly_tear.json"
+hash = "f6459fe4c6eb319642a228075e9654827a7e21a2fe0cc060443233d410d40ea3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/hellrack.json"
+hash = "a12b8d2a89d79d1f071ae2537bdfba722f1a88cdb4f0537c5cdc0a1dfd042ec6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ice_stomper.json"
+hash = "d8d98277ee3a58175005b677918c69a61a2dfd3d924be3d0bdb231ea09e76b26"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ichimonji.json"
+hash = "c1be56189668afb3f850a9cbe7cfe5e8f80bc91804b7fe888f7fabaefaa9b01e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ichorstring.json"
+hash = "c27905dbe828500558410862667828a66f0a7bb2912599e8d3c6efe75c585fa1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/insight.json"
+hash = "e7e896bdd842511f11c63d2a7e8cd950594da48ab7d026c5fe0abdaae2936de3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/kuko_shakaku.json"
+hash = "d30e4c25296d894a65cb70da5811af3d4e4536c18eb057ba5bf5f61bbc06a266"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/last_tracker_boots.json"
+hash = "192f19fef903fd29ffb638a48b0aecc9fda632b749c7d8fad9f6b7bc1cce5227"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/last_tracker_chestplate.json"
+hash = "bd65856f812c58cc99b42947e9f5910022743b6d652434ffd44db3336518e583"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/last_tracker_helmet.json"
+hash = "85559fa8bb95a02ca0339c1b537d35bc3641b927dbe1ccea0df276f80ae65978"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/last_tracker_leggings.json"
+hash = "b4d386950f6720462f9d0995571f09dff4fb58b26e12e4cad90cbc0c5662e485"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/lidless_wall.json"
+hash = "b72cf64dd664c0a834b04f6a8ecc561731372b823f38aea5c78b7000380b8004"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/limbsplit.json"
+hash = "71db4b4c0e6719b02694f0ef05c609e7cc7720e33adf7d67b076587325ccac0b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/madness_pursuit.json"
+hash = "c227afb21dd642e85fc80ef9ed8462fe3b9a45b18cb989187dde24bdcfa34cf5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/mana_dominion.json"
+hash = "926c8c1ac51770a59e39a58464e7b939a4c7d3f5a18bef293697609298f419b9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/manald_heal.json"
+hash = "6daad4a8c784a216d6a5e65cb79b93a34ec417eb410919e29b456e62f5fe34be"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/maras_kaleidoscope.json"
+hash = "dc387a78fb507423c00c54f53224b9c0a21cb298a8ef7cf21c5a8f5443e9293b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/marrowwalk.json"
+hash = "467e45a761044a7c33759a2d7fd5c30f404664f04d35d7748f65ac3bef7cb4ed"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/martyrs_blade.json"
+hash = "62dbc9db8dec9a682d5b73e9f64c868a8771eb3052c22a4f85cc536eb1689032"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/master_torture.json"
+hash = "2252119aea5d71c88101de62473f73e2727ef737f350dcd497c996640a315b97"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/mjolner.json"
+hash = "2d81afe3f3e3844fdcef7d96430665b9de7ed31dd3ebdc2cea42afe1bed55006"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/nagelring.json"
+hash = "ee76f94d1a4f0d4d23f3586ef207a2b1bc96902ae84227155d50b901b2c798dd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/new_dawn_flame.json"
+hash = "318f6887e138679a5bbe6f729c09512fabc8de40867b45b76c79a97d8d44c2f9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/nokozan_relic.json"
+hash = "a89e7fcefd6ef134de82340d504f136c32c21326a846c51c875ed8ef1cbbba11"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/oathbreaker.json"
+hash = "b58e423fb90f7aa09d318c858d5fd4cbe56ca0747daa68e0e89b3949d8051de1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/omni_vamp.json"
+hash = "2fde7de9702560fdf723df56b30ccd79dd7f864a5b60279213e3deee6f2d759b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/ondals_wisdom.json"
+hash = "0d9d549431f0a05b3071a5e15f195e906c6b2be8b6b03dcaee3edd66e6b7e9c3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/pack_leader.json"
+hash = "4a71cedfe962891b577226d964f5ff7dbd45a6b197319a6d6c0b9a6a91afa560"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/peasant_crown.json"
+hash = "9afbc040e18c9ff79b8c12639dead5b9691336c3e0aba7ca881a998995f9c75b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/piercing_touch.json"
+hash = "14d4fc0a601101de5f08eae108ec91e66f55f1d4fcfa9ea8f5bc27c6301cb331"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/playful_hope.json"
+hash = "02dba021ee449af6fdded647c689d96eb6ee612d442f2b517e95dacfdafb31be"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/quill_rain.json"
+hash = "e49b13a023978a41555b8763850cbee44acedd54d1663b8c546bf7711644ed38"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/rabbit_paw.json"
+hash = "7e0e57e97f2fccb7ef72e47222bbcd8f857a41ac73f255df5570152ba7516df0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/redbeak.json"
+hash = "8ab3a8aaab1a415ef921eb743f4ec8827afd134041c8cd84227cf2c1ea912a72"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/rigwald.json"
+hash = "0e2cda82cbcd5086dedd27f53a7505d9196fb732357c7541e25ee49e2957dd83"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/rockstopper.json"
+hash = "ca1f3edf5d04d84a4fe32adc2001e08a1462d6c7bc190f2111024c8db502313b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/saracens_chance.json"
+hash = "b3c9d7df6a3a657cb4b05fbf32710f2b7800e4b6d9562d47480c78f38d301644"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/sculpted_perfection.json"
+hash = "ebbacf2c472627307712557a41a2a2abd7f5c490d6d400d1a54288a779e15dac"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/shaftstop.json"
+hash = "765f1803919f9a9bef47e8c9a0d9243eb1bac9aa3f4f6c00df80aa55b1625c39"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/sidhebreath.json"
+hash = "1314a6a892bf36019d41bb7bc823f66bf57b88b087c467dab90088adb319a535"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/silkweave.json"
+hash = "507b3feb6b70e341f0e4cf0eeabb9c6f9c520bddb5faa7caeef912bce6021587"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/silverbranch.json"
+hash = "804ccda1926cd55c9dd9d77aa41bf1a3bbcc9e82b5ee69cd883314a352ff5ddf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/skin_of_the_vipermagi.json"
+hash = "f0bf9f0d6623b671ca5b89922ebea1b103f6bcb7e67f936533345d31b845b462"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/skull_of_spirits.json"
+hash = "54293a2b2821b11ec1a5b68762b8bcd9c51a263d7403bba6ab8ac3d8fe4ec17b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/soul_taker.json"
+hash = "5dc5a441c22d7fe2db6440a6c484c1d2c5e75c27b16c06af8a886b345af052ce"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/soulfeast_tine.json"
+hash = "02ad3cfd208cd7dbda4d52e964ef5092c05eb09e852e843ea5867c7a68086946"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/spark_aura.json"
+hash = "141a214b188bffa6dfbb0a82c209a69e6b0f2d80ec41e1c254b795fc228c0bc0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/sparkfinder.json"
+hash = "5728f1b0313414f80a82a1ff7d29fe3783ddf578edc8b4a0d1acb3eda9fd78af"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/spectral_shard.json"
+hash = "57bed3c76fccc564d40e89d4ff164a06c4136b269bc730ca8f4fc5e4c38d4f30"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/spring_blossoms.json"
+hash = "e8cc691b52b0db00a666a45a0a7ea47944c9cfdff435f5fdd6b908290f3715e1"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/steel_pillar.json"
+hash = "248a6b83f74d4b78065449428f6578e12f976a491d5afa250478bc9922106801"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/steelclash.json"
+hash = "17a64fd97390aa2fe696980ef47ad58a00816777482eb5d0bbaf840aba6f459e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/stone_of_jordan.json"
+hash = "fb430b7e92ecd6a4c46c3fba9f92f2b82e32f2a5a29098c1d553e0376b86189c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/summer_heat.json"
+hash = "56ebad60581b2fab0d9bfa980ebdbe522e4aa47a2541758eb9d93a6bedd39777"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/tarnhelm.json"
+hash = "8b6987ca86a058461088a1263313c727b3e19cdc971bd640b377a0d25b67795a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/tearhaunch.json"
+hash = "175cda0335fc0b4c72e14f3085b3421c7e79ddc7f6e934b77ae611499d99503c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/the_impaler.json"
+hash = "81da2339fcb78b3fa4947a4e775422ee9e2b79303e6652a8e60a1c9e5d5ea978"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/the_jade_tan_do.json"
+hash = "55222bda25a7bdd04b53dcd1cd54f59661e041d8cdef07e932e4878fb749ea40"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/the_unseen_eye.json"
+hash = "c6f324ee53c1fbdcfebf0582da3ed70fca2646740a09f988e2fc319f48be4b6f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/the_written_word.json"
+hash = "d915af1d0152458f3c80d266fd26ce9f5d0ea8fffcff76b91737312ff9257c55"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/thread_of_hope.json"
+hash = "82b80a11fb3d050e44d9fc090cf5aa6b737ce3796624491ae3f3baea8c8667a7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/towering_physique.json"
+hash = "20c67f529e7e45d049d352273a5426fad6c86e2580ec4e20d20c2318459d351f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/trolltimber_spire.json"
+hash = "d274643bc59af026ac730df35dc464250253a37108cb8dbf3e22a5a97b3760fd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/vampire_gaze.json"
+hash = "9e70d6cec7f5ff14d8a2a95cdd7cbaacf685ccd1e32dbfe62941461dceca9178"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/venom_ward.json"
+hash = "ff32b503b2cbe4d18b9a3614a0d8566b77b5dd0ab06a241598a8f33f7932dc8a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/voltaxic_rift.json"
+hash = "4f163cce81f646d3c5c61cc89c721b8b56b738d79ae8f214c5b9bdd787d779a7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/wall_of_the_eyeless.json"
+hash = "853f4de7bc3a99769fedc99f52f3bb51b9f95f1894f26f3ff14a9b8c71379087"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/waterwalk.json"
+hash = "2b6a28c17875cf19ebf42e3f818380138eeae9a8b9c8790e5eef39f73f5398aa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/weight_of_leadership.json"
+hash = "7622a82d098c54ea792d1e3b7d8b3969d8ecc71283c2452657af4d1a99c05dc2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/winter_chill.json"
+hash = "a065918387f09469a2c7771f44a4e7366e393adfcc6d03b8f9bb0e567033e779"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/witch_brew.json"
+hash = "32173c9508827a7a491c593b395db24d2cb7b84e852d78ba93d516f41995c233"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/wizardspike.json"
+hash = "b598b650299b60fd232ac11e91a617c253ba12a5d6935d535a5beedd40cc02d5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_unique_gears/wraithlord.json"
+hash = "3ade1ec8810d11f1c3343c0543e68b941b47f2b2f900081cb44e8588195bd206"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/armageddon.json"
+hash = "291538756c506c4a53c0d2f3f0064e28075d03fd3f1ca10fd0385141e96867f9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_barrage.json"
+hash = "73565100f5905f2eb99bf8eca8f8cbf4d1d66178105ad3d97e599cb9e998c4e7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_storm.json"
+hash = "8848c9f9b5df6d6b4d7edcf8c4c000773539ffd69d24b87c7ad812075a51afa0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/arrow_totem.json"
+hash = "4807e7e1993f3f72f0c8242bdba6c182d799b957e815dcebc157eee7195e9ad9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/awaken_mana.json"
+hash = "00157bd3ed4dac08c4490b41edff1c701c5d1de1fd0e4619c7ee9abb9df5f3a6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/battery_fusillade.json"
+hash = "5c11340f7f97d312a40273fbbb357d22e8f42ce3230dfc6418b62386e136aa4d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/black_hole.json"
+hash = "c590f93ad4cc6b4f9b2e1f5117956a3be29a606f88529bd8503a46ffabde28bb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/blizzard.json"
+hash = "33b85be64ac8b23c868eab3354392e56b94ba0834a703d7cf0de13c74bd09c26"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/boomerang.json"
+hash = "14d53c57e07b4ff319449aba69e4a885fe98f51616c168df861cc28a39ac2df9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/breath.json"
+hash = "72186828aa0121e51d47f4690ffcfc5f91a8276bf7f19145136f5e1ed4e60e04"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chain_lightning.json"
+hash = "29da721b1bdb1bc3c7b22633f66216153b7e32142696f1bec09a7c71d6a60374"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chaos_totem.json"
+hash = "2049f5a6a130720446cd549858d2e7628667a4277f0743d217607dcf41d1419f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charge.json"
+hash = "c6edfff4aa6e102c7f907c0f40a90238cafcab0f3db23fbf773815c58e4065ff"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/charged_bolt.json"
+hash = "8c43f76eea71d359c049c8fd6601e1c5f02d6567e1ff3811ab87e917d1e85d15"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_field.json"
+hash = "634daa04c6b1da9714d089a2a79a9046f1ee417a72ce1199e385e17016ca3979"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/chilling_touch.json"
+hash = "5e9b33632ec915d88dad443543ff3e674efbcc9ee36f334bf00191737d37ea77"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cinder.json"
+hash = "57b045e08bd9e1893fc8231f6a9c7d6745f15539f1fe7d0b341a19a90b5c9f7b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/close_nova.json"
+hash = "159831f4a945d351fda5d8a9c0eb7ad2cc548769766c08e24d72ddc50006fd51"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/curse.json"
+hash = "cd7f11245e8f35e256542b68bae08817a85e27af4d632f6e2bfab05703c02e82"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/cyclone.json"
+hash = "16a4325fdd3f98bf97f36da8b722a90775b447c6224889bc35aa400835c6f48b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/despair.json"
+hash = "b85678eb57827d578ef65611b2578d3b20e55e6169b90ff32c6327cfbc80bb4d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/direct_arrow_hit.json"
+hash = "be5fd6d0381602c72e8350e3b5fd5388c46ebfbed3a6f297e40558ce4c875241"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/double_strike.json"
+hash = "d79d2603505257c9336b4d7b654513c4748a50c4bdf9bd13c38a0b514caa7b7d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/encased.json"
+hash = "8cac36f693314b65e45dbd2ffe7ffe1b228e2d4cada730acf0ee2c9576da55f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/enflamed.json"
+hash = "e99c24fd8759afb835c20297c7a93595f8db294b8397f4711832707fd6e1ff82"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody.json"
+hash = "cd58faee7f6d88129d045ebc2ce4b3b82ea5df39330f6f3ad5424d9e7f229e2f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ensnaring_melody_charmed.json"
+hash = "a678cd3db0282c44c4d90c0bd58396e13e3c33f56057e5abd3b4a9cadcbe0a4f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/envenomed.json"
+hash = "02d07c04ce5964fa2f0dc2c2a089074f434b09e134868d78974a0a9f8a30ab4f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/execute.json"
+hash = "81932b4c27db16dddf31f046edd36fc6cb02eef042a9ab187b0e0856838ddca0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/explode_minion.json"
+hash = "119b89075c3840c9add17d442fec632f1a63d214b87fb0882977f716500306fa"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/explosive_arrow.json"
+hash = "196274cd7ab7467fa4125ee35ab87e62fc5fcdf80206a7a144e2b87abfd4a332"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fan_of_knives.json"
+hash = "1546123d3e28ed1ca34301a9af292c10fdb3f1a3c868e5801d8bb36b295ab757"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova.json"
+hash = "047e99f11aeec66b28491592a79927c543275896fa1d5064be1c1cfc98cb2499"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fire_nova_explosion.json"
+hash = "f762307e891880f8626768147d50fe7f370474d02fee723b27fffb527a1bf2e0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/fireball.json"
+hash = "f8b47874d21576ea4c8c2024d80b32a6b8fda4805d0ea69b6b3d28ee5a34aa84"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_splash_potion.json"
+hash = "17cea16918c728fcd223a4e20ee49d7b7487306a18ef650af7333e4afc6ad54e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike.json"
+hash = "8677ea443356dc5d9110c5c79a63a4f7efacf80bcde6b2db35487735b7e830cc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flame_strike_fighter.json"
+hash = "8ce401a2569402dc300f64c43fc17f6e6fcd5c6c7563e4d410161a2505f67dcc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/flicker_strike.json"
+hash = "5e1a57533f4c90835d3334a39b90fe951f7be916f58b1c1924a5b2364c979aa8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_flower.json"
+hash = "6b5c1d3b6d7ea592379ee018440b9ad7b750cbe7061fe0561963d542e301e98f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova.json"
+hash = "751b27922df4b886bbd785b84f139987e2b07a6557099a7df0522446ecec1bd3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/frost_nova_heal.json"
+hash = "41862708eb3a6fe45d34669fad7122b247501b573971302fcb6fee09da975122"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind.json"
+hash = "c33b84f0c68638187438b43fd4afa14138b77cb6438bb185bfb89577eeb44f59"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gale_wind_fighter.json"
+hash = "7d6e74328bf67f6c66137f043bb72d4e64ab9df4a5bbbec6fb818e2af6096f45"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/galvanic_blade.json"
+hash = "175f9ad5210587e17976938f2f4ee1065830c29c61ee10d9ecd0e4450068200d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike.json"
+hash = "ef781fa1abfeb8733a78261806704afb32289dadf4a43f5ed1527ee9f8c9d9bb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/gong_strike_fighter.json"
+hash = "13036f094fbe85592a0726737100a4ce3f6e6decf059959647c391de3a7b5e7d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross.json"
+hash = "4e9492b7e30bf24fa39db1f7e44964e84f38dc208f8fefe3f3237cda66926718"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_heal.json"
+hash = "b0bde4e71a3d4f22f05b5e9bbace342a3f8d86437809e73a1136e4918a261b7f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/grand_cross_self.json"
+hash = "58007fc4c8c70068374364b2ed322179f6ec1b9c73c82530036bac3bd8c8d8c3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/healing_aura.json"
+hash = "4c18560d723cb92c1e903d395c4934cbb0c5db47e822b23b5ae379a79b5e1ea9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/heart_of_ice.json"
+hash = "0f0850a1ffc2f5732c9917684b44ca6217f2fc171e047332f3d6ee845ba771f0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunter_pot_heal.json"
+hash = "e86b1354dda131ee24d84562cc6444fc52bbcb54adc87fbbce0ab684ca9834a4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/hunters_mark.json"
+hash = "3a7e63729fa7495a7079a972aa89055865d1af4347df95a9c719442102dfb1dd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ice_comet.json"
+hash = "9f8bd913d0287e250c5e396ba8298f48c3222ac051074fc449d4ad5e66469d2b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball.json"
+hash = "b1eb38052d2e302bbcb25206643625d31a95a8143a61d24dbc87114e00e16168"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_explosion.json"
+hash = "df56c39fb136f7b11c94688bdd69a153db0a0960c93345214ea737f40a169d9b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/iceball_half.json"
+hash = "ed1dea5d5924ff0551df7af21d0094d2d29be62c8a2da1d898af639e742214ee"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/inner_calm.json"
+hash = "de5e9c7e663ddc42d447ab553f90c112e23eb5e0c2b95e0b650287b71640bff4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_bolt.json"
+hash = "7f1d029f2989834d494a22c5f7c6b80736919608a405339982ef17d430550e03"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_nova.json"
+hash = "fce1d10a00381fe89cbe655c2dca7786409418af8ce2e1c2975e12ced412399b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_spear.json"
+hash = "81b3228b5c12c8b76bd88b6018613337354228f8cb2300aabfa00a64b0118a59"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lightning_totem.json"
+hash = "b0886ffeccac7bfe25354c7c6e0f8e6c13808edf42443205928aaf6b866794cd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/lose_aggro.json"
+hash = "b400216a5dca5601222e1d38bfc29f510c44549f20fd74b9d3f2c36206030463"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/magma_flower.json"
+hash = "59811f1bbe0f5317e3540724864dcc77678a52c0383e30a416c9e4ca1b4c7d02"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/meteor.json"
+hash = "e20da0655782c70d7d5a57a63cb400f819942831ef99d36fefdbc9c6d248fdc9"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/minion_explosion.json"
+hash = "92a8fba3b8c7fc2979ef46e92575055ba1ae05e54e57c53dc5c21222f130250a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/nature_balm.json"
+hash = "126101d8c6e7b3a2c1510cf18354709cd77af9d72a3cefff0e5f981b17071c95"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/petrify.json"
+hash = "afbb88b3a99acf7c6f04739176bb447292434460befac15c6d42cb1cef166203"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/piercing_dagger_throw.json"
+hash = "1003e212cf0fe16a34098bc90257d504dfe4f8352cbaac12c320d3fb253c73c4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_arrow.json"
+hash = "775c423c25bcca34c9a9dd08ac4ba53eb28b1e9dbd19ed745bc002f51dcf11a3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poison_cloud.json"
+hash = "c1d377e21b864a025061a824783c3a16cee5f7273754c3a78ff6262342c6fd2c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/poisonball.json"
+hash = "845d6eedbc9387f2b71d2b98c494cae5b48c8c911b656928f6488c5f60aed578"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/power_chord.json"
+hash = "a91aadf4ae0940db82c679a3a1ca86bf8d276cd546c0bf2e228d04f2d3b27885"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/pull.json"
+hash = "e2e740723f1cfca940304528ecff3face8e044819a7a89777cb1553aa875b528"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/puncture.json"
+hash = "57f923181bb2f304a5e479142fdb18922d2fe38e701128a59bd2d28a1c1db07f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/putrid_breath.json"
+hash = "380179cb51eb3472cce3a555aa35995628c1f28b165e9bba3c623b8b210ee158"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake.json"
+hash = "39a88c12831805a40738ae9a38e0074166c9db99dcd8af47c8ed7791176d117c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/quake_fighter.json"
+hash = "dfff4698a7638fa5c3ef068ce6242a59c899173febe6a2d3c87888ac37a5205a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ranger_trap.json"
+hash = "25b70d79ba4da0055a033875e81f6cce26a3812a3a34527539af03d31c238aac"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/rejuvenation.json"
+hash = "025c41e1de6b0862b7b107193f96a22043d88ad026c1d8f3b5769f2fdec44415"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/resonance.json"
+hash = "50235ee6e38f7321daa73809438a7b2811e2ae1e9f2d36b827e53043d111d4e3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ricochet_shot.json"
+hash = "92554ce1f353d1c671dfcd63ddc31630fc84fc126471d5d386b4dbedd46ef51f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/ritardando.json"
+hash = "bc06a10fe527d5eec1f808210e6fd1634ea15f433394f73639d60898555f1adb"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shatter.json"
+hash = "0bbe731b4dc66f3f348f07e399c547230284b9ce209e3d457b31b2ecf0b0a3d3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shooting_star.json"
+hash = "a629d5d85fc0135dc00b327b5581ca85f2cae922fb9bc1655c6a39faf3f17486"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shout_warn.json"
+hash = "b97b602454a856d0f58f57f34de3246c0e05795970e183bf78db58c04e39d1e7"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred.json"
+hash = "0ec3fd9f33493c6701b47c109cfe0c6e09d4142136ff5b33852ae8b669211612"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/shred_fighter.json"
+hash = "e4e01442661e03be4b7aca2cf5eaa4b896a7ec4926ea48188136e2f8c1073eb0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/slice.json"
+hash = "17fe3292e3158afe0dcb1b5b73f08ad56060f99149cb932f22175f754f061dfd"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/snipe.json"
+hash = "67b915e82f3902a30cdfacc5e485ea160c3315b874e13d7c3389684fc5d4decf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/splinter.json"
+hash = "413ed217363d6d94c9542734671470fe3d5aef1c0ae36beae5da551ca1986fab"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/steam_cloud.json"
+hash = "39fd37b36102981c7a1a9a6869f77be1fcf62ce4bdb31fa9c2a903eabb391774"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/taunt.json"
+hash = "ff5199d2fbc954cf36700decc9f46df75df6c2fe7993d5fd5957224bd3ddf228"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/thorn_bush.json"
+hash = "ebf4bcd430f82b88076ddb54d15d19edb5dd469b62b9d774ef650c8c110f5a3c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/thorn_consume.json"
+hash = "c16fe4b70627d53e7e89dc44338bdbc5948aee33d2493097e16a6d3699262151"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike.json"
+hash = "1a5dfc108ea0f41a2458919cae56888b48b6ec8e0d7d0b7161e81ba7c7a9db1f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/tidal_strike_fighter.json"
+hash = "20f01a5767287a83ef17e02a9c6d6c5745b4498a29437a131d37fc3c5057d31d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/torment.json"
+hash = "115c8825dfd9a33b842f3269893a1f8c57a4c9bf19fc34eb8cc53643843171fe"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_guard.json"
+hash = "3081defa2647a8cfea585a881f42e0348fb9349901a77b15467ca052c23e7137"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_heal.json"
+hash = "c27d98d9060d9aa8a68fd783ae46ce6ffe418aebf4f0fcce421ef9daa97b624d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/totem_mana.json"
+hash = "1e00773855ecc0856a46374883ebb9fdad4cd99c8961b2ea2557eb0662fe305b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom.json"
+hash = "350815d11f97d0b2aacf0eec573fae339de209d0f2f7c8106d9bd2dec46d0483"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/venom_splash_potion.json"
+hash = "52b46955420133f95809c31fe7516bf0c66b1da5b86634bdfb501cdee108a5d3"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirling_blades.json"
+hash = "e65d0461a787fdc1ca2e33b1d4019686ffa8961754bcb976ae84161d7161d8a4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind.json"
+hash = "a2ea0056a4a9987fc7109386e6624d5a24a4dd57f6c4c3083e178ac947531453"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/whirlwind_defender.json"
+hash = "05a6ffca6d48b3000fc6326e5afc7c47502a04720738c0cabd8f0f6d19e7c49c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/mmorpg_value_calc/wish.json"
+hash = "c0ace4c2f59a17446f3789d18e212527e12255b0ec339fe0e38db05df0f4f5c2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/alchemy_station.json"
+hash = "f5ae85dcc87c6e9cf672bc3f658b12f7df459eb33bb4863bead070b53e29d9a4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/cooking_station.json"
+hash = "903491d84673da4220acd77c6ca2ed5065115db780ba046b45def31ce1be9e5f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/destroy_output_exp.json"
+hash = "e851c0dd93bc93cf63e8e9783ba66f8df868dcc29988a6203d1f99e2add59fc2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/enchanting_station.json"
+hash = "351b8a88b2ee8cffc8a3bcc96517ec2969f55e89f91df496a3d5ada16bb5937d"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/gear_crafting_station.json"
+hash = "07ddeab4d20e3a8269211df554a293d46d68cd45c04ed44e3d236c0f4610bcd5"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/master_bag.json"
+hash = "68f37c349bdc63575be01f5d4826ba03d7cc2b555fb7dfca90d82b01222f74d0"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/newbie_gear_bag.json"
+hash = "51830fad36bed682e5d18f9dccfecbdcbe07c5757d9c0757979c0d846fd7066a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/tome/diamond.json"
+hash = "e058e7588bd14c37250990edd182dbaf96f3409f57bac07066b45e8b8ea747fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/tome/iron.json"
+hash = "1ab8db043b14642bb280d7856aea640581961ef484d49c4aa725e6f4603f08fc"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/tome/wood.json"
+hash = "80c26605598f5250fe71df997ae615c760e88724efb796e2b0f9e0dc6afb25f8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/totem/diamond.json"
+hash = "bf091c06465b6a4e92c109a16ededa5d7216c6586e67560337694357a800418e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/totem/iron.json"
+hash = "38e79f86b9dc8cb97da19818c5f4ea00278bd8208f4531fe1dcceb85756d4d6b"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/offhand/totem/wood.json"
+hash = "185b1cede4c5461d5405484c84edcd113e2d7b23d5aa194ad2b76c5c00edc8b4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone0.json"
+hash = "f4339289df5928beeaebefd3d8d9247189613411818b84c209a26489477cd90c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone1.json"
+hash = "f1e5f4c57abef4a5fdfb717aa7edb7fb0b022020b4f7c128a7f13f5c5fb6511a"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone2.json"
+hash = "8b0d2398a1bc9cec8b7112d8ac5238d631b795980f5897d28c9161c7249a8f31"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone3.json"
+hash = "d94dde102dbe1b41449c6b68ff8369cfd01b97a7909806a250da4968bbad920c"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/deconstruct/stone4.json"
+hash = "4f03e01c5fb10a451b6d7cdcd18f73cfcd372a41c296dde0defa1ff9297f69b8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone1.json"
+hash = "8d00de87327b884ac0052af5c0ba47097b9185255794366096a933de53db99be"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone2.json"
+hash = "e7b659c4107083c3d830cfe4a52fbac0f6e41640a3b3b940aa54161460e10eb8"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone3.json"
+hash = "31b0367af24958f2d5711325153287704a6e1a9af43ceb3bb1ff26b1bc5700ed"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone4.json"
+hash = "7f9155af0985e178fe2166f69e7c2d0509e670c57a50275921624952e825b2cf"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/ores/stone5.json"
+hash = "2d02f134e0c84fc466bcc3a0d0f9705eab7dda782939cabdce628fd8a06d38d2"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/potions/add_reset_perk_points.json"
+hash = "d28f4843ff3c32c8566ec1de0b408db523609e210de4896a1b18bb9bae8f6e0e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/potions/reset_all_perks.json"
+hash = "09240ab9e97ea450e1e6c58993d09f2655c78ccf027975e749b9a223f52d28b4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/potions/reset_spells.json"
+hash = "191d3ec21ff8c30178d179b1df42e06f5b565a8bd42937b7209319f46c89f19f"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/potions/reset_stats.json"
+hash = "9f48425ab0cabb6fbcc0dabe740b1bac84c93b9fde75e57be0dc12bd3dee042e"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/salvaging_station.json"
+hash = "a1e89c19f15921d399145e36f924a6fd44084885cff6357c3308970a0f5712d4"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/socket_extractor.json"
+hash = "65aa37689f3b140131008a0cf04cad65f6099c8e3c8d80753a3333355b1678d6"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/data/mmorpg/recipes/teleporter.json"
+hash = "2f2279f64689ff63e74b80569865e571b03620c9546f19bd6f24b4d7f2c11536"
+
+[[files]]
+file = "config/openloader/data/CtE_MNS/pack.mcmeta"
+hash = "d77500594f4ca3785e7fc1d6b278c0d80f8d2439e9138655028cf9d7467009fa"
+
+[[files]]
+file = "config/openloader/resources/resources.zip"
+hash = "26ad6f00073f853e438d698fea2d894cce8fd989a68dad38f3c169cd3c504bcf"
+
+[[files]]
+file = "config/overworldmirror-common.toml"
+hash = "7949e75ad35ff67eef329d10c55b15a6f3ee32cde865739189f2c5229e462e40"
+
+[[files]]
+file = "config/paraglider-common.toml"
+hash = "e6a514664452f8ea39c3b32c664ea154daa033ab0d7642b77b6a69b9f6fb2034"
+
+[[files]]
+file = "config/paraglider-player-states.toml"
+hash = "563ed87986d61ac5ea04d03d9d87233ac025acc6e416685888e70261eb4d90c3"
+
+[[files]]
+file = "config/passablefoliage-common.yaml"
+hash = "2ec8f3337ec3f84131a920c7bbfef61ee9650cf2c09f2596082356f3af6ad774"
+
+[[files]]
+file = "config/passiveshield.json5"
+hash = "d8061ca27a782912267b8d20a07253543bcc5abc1175ef8511f4204f918aea49"
+
+[[files]]
+file = "config/patchouli-client.toml"
+hash = "d289f4c7540e3e24bcf6bbf3f5a2aaaf87ccf58027d2213e40497fc627422068"
+
+[[files]]
+file = "config/pickupnotifier/pickupnotifier-client.toml"
+hash = "242a0f58407ecc71ff5e2c6cd2910001c089ee4e6130454c377115e8a8f3c83a"
+
+[[files]]
+file = "config/pickupnotifier/pickupnotifier-server.toml"
+hash = "6e18bfa2ec02629937474e436f3f44fb67d54fd6e6b47a7c9b4c5b3a3bd83916"
+
+[[files]]
+file = "config/polymorph-integrations.toml"
+hash = "43a7425a314be7d78c2e31d44ab8f46c5ee824ab10906ab8909923d23646b6ad"
+
+[[files]]
+file = "config/pregen/base.cfg"
+hash = "7fd992a463087fde40ebd8481ae49a386407ff8f3ac936e25a2eb2ec20cc4983"
+
+[[files]]
+file = "config/questsadditions-client.toml"
+hash = "f4893862ac7ec3b94fe59e74b736200f9079235bdc9885743cc0872946be1edc"
+
+[[files]]
+file = "config/quickstack-client.toml"
+hash = "cf7e39ab2dee2b8b54155dc98e0c5f22c006609b7e5090d92d2930c3a2562e5d"
+
+[[files]]
+file = "config/railways-client.toml"
+hash = "3d1c95e47343eac2f3f37c9492008b56b2d785cb1f8cbdd2b0f5ad5b33af8455"
+
+[[files]]
+file = "config/railways-common.toml"
+hash = "1f660c8bd0c374799862392ef7a56253544f5adaf653e59386cd1eb34f94fa2f"
+
+[[files]]
+file = "config/ramcompat/frost_robe.json"
+hash = "03f1a4f88ec36455b6ee281dfe7c3533459a10bf5d40d973a4d6b2c78752cbec"
+
+[[files]]
+file = "config/ramcompat/stink_gland.json"
+hash = "d3d20cfab4834eb01d015feefe46973262f621369708d0c3343136d9098c824d"
+
+[[files]]
+file = "config/ramcompat/tendon_lump.json"
+hash = "d5c71408b85889ce04a15de05d5fd5c64774e2970c26110304a99eca3df0a7c2"
+
+[[files]]
+file = "config/refinedstorage-client.toml"
+hash = "1688fbd31e8cd3a63f9ca3f5aa407dc4c5725bb727e450df69a24fd45418181a"
+
+[[files]]
+file = "config/relics/amphibian_boot.json"
+hash = "736317927089f0db1a13fa0df24ef087e5c32f2b5ad30c9b1465a8589e9721cd"
+
+[[files]]
+file = "config/relics/aqua_walker.json"
+hash = "22d83c8d7476d39d9c3473416d7beb527b56f556bbdad9e19a8c269e4b0272c1"
+
+[[files]]
+file = "config/relics/arrow_quiver.json"
+hash = "506927884af25abaf213ec850cab134d393e4c1c5b966068bad2d110104a33bd"
+
+[[files]]
+file = "config/relics/bastion_ring.json"
+hash = "8e2dc625a1c6aa0aefbde5b6eb16048965410ab7bea7bd8aef972f99e5f87f22"
+
+[[files]]
+file = "config/relics/blazing_flask.json"
+hash = "6dd4614b854e9fe96ee0726e30f9a561024123236fed87c4951512761885e4d4"
+
+[[files]]
+file = "config/relics/chorus_inhibitor.json"
+hash = "0828bf4eb58972dff1bd9137e560afa104ae974324f4f54bcce1de00d005e8d0"
+
+[[files]]
+file = "config/relics/drowned_belt.json"
+hash = "0087c55a799e9477b9c8a05014226f10e56d8d90bc79a076602204f63cade433"
+
+[[files]]
+file = "config/relics/elytra_booster.json"
+hash = "9e6a0e1821cd3bd57c5c98e9358964a0df8ed379c62e38ec46d2e830ef0f68a9"
+
+[[files]]
+file = "config/relics/enders_hand.json"
+hash = "e44d3943b2cba1c47febf0d3d5821ec16aaf97136d5e1f841aa3b7d83c906955"
+
+[[files]]
+file = "config/relics/holy_locket.json"
+hash = "15a3575e5bae8b154174bceabb5065067a502907c435b23697c7411295fb89b6"
+
+[[files]]
+file = "config/relics/horse_flute.json"
+hash = "f9a066594b2a5922cdd7bf82267b46a817ad922393cd63e765c6720c48bbf8ef"
+
+[[files]]
+file = "config/relics/hunter_belt.json"
+hash = "f3e99679ad8c2a6d06ab748773965074d7af62765e8840e42c71bea5822cf95e"
+
+[[files]]
+file = "config/relics/ice_breaker.json"
+hash = "0b07c7904289ab5ae598a4a980f3a2f4ec5d070d2dce1c45622cee7a3e08d4b3"
+
+[[files]]
+file = "config/relics/ice_skates.json"
+hash = "3b7dbfb2ff3d6f455218b7c8f323d41c9886c0d164213e59c6d63ecde9f49a45"
+
+[[files]]
+file = "config/relics/infinity_ham.json"
+hash = "d6a0d175916fb33bcb02c2de83dbf02547401a3bdb367e256acf231c9793f803"
+
+[[files]]
+file = "config/relics/jellyfish_necklace.json"
+hash = "0fc0adede08cb96ca67253e909e6ae290fb6209cbbf756ec64d932f8c682fa29"
+
+[[files]]
+file = "config/relics/leather_belt.json"
+hash = "e18b0cd8e175b505dbcb8daddfd19835b925acfef46501e5d7a5dc2110c04306"
+
+[[files]]
+file = "config/relics/magic_mirror.json"
+hash = "2bc216d19421c51b169630170d38aaf1d1b89a05446c03931373477b864b1c30"
+
+[[files]]
+file = "config/relics/magma_walker.json"
+hash = "29718fadf0cd64abf4ae4eb79a53416b26e02c8d1e4e7f93cbd21f00de81da87"
+
+[[files]]
+file = "config/relics/midnight_robe.json"
+hash = "b286f548fc93e2cebf46299b1a9b5c25f3691d8ebfa7cad65032ff06ab6de74d"
+
+[[files]]
+file = "config/relics/rage_glove.json"
+hash = "b0f762f7a169ab9a904da89b4c7909bea41e1f4d256c9067c783b8271b80f450"
+
+[[files]]
+file = "config/relics/reflection_necklace.json"
+hash = "59328e8087bc863f4637073912d8c5dd5c54895f582a1fcc3aca138907d86520"
+
+[[files]]
+file = "config/relics/roller_skates.json"
+hash = "1c939632358ceed809c1381380b19abdfb31adf73ee9146a43996fea61e05538"
+
+[[files]]
+file = "config/relics/shadow_glaive.json"
+hash = "945dd59d266b780a336598adda7f1cd4b6df9aaf5b4e44a98b36697d8233ecf9"
+
+[[files]]
+file = "config/relics/space_dissector.json"
+hash = "e4a14e1d6c2cbb7cb2190b30a47c91193ace987e6d037e768109b61a04a68d53"
+
+[[files]]
+file = "config/relics/spatial_sign.json"
+hash = "da0bd4a5fdfa799786011d6e51b9807d3e3ae14b2f462b3804996982f616a974"
+
+[[files]]
+file = "config/relics/spore_sack.json"
+hash = "dc3ec18d819a6abf411635a8d6422377ebe67e47dfc7a98087e55704eefc300e"
+
+[[files]]
+file = "config/relics/wool_mitten.json"
+hash = "1363215d7a71fd0b29dbe0e785c469b0f4d54d08d2c48007d5d91ed67b6f1c0c"
+
+[[files]]
+file = "config/repurposed_structures-forge/modded_loot.toml"
+hash = "2e19ce956057b47999b99180c57c3cc591a58b7eeec739aa70c3c88c5adbcce5"
+
+[[files]]
+file = "config/resourceful-config-web.json"
+hash = "c57747cfee521365a6cb70a01382afaf70802e4d30f8532d577a3c4b941d13c9"
+
+[[files]]
+file = "config/rightclickharvest.toml"
+hash = "a389d00dc4bc940f26df27187b088a7d62096f2d63f21db3023561d2b302a3d9"
+
+[[files]]
+file = "config/saturn-optimizations.toml"
+hash = "47019e25dcb00d2d1da22d725095dc39bcbbf10cdfb8429d8d5a97b231a272b3"
+
+[[files]]
+file = "config/sebastrnlib-client.toml"
+hash = "ad66f214f945f5d0850f22b9f5df50e698e980781bb34539b63532055e8027fd"
+
+[[files]]
+file = "config/serverconfigupdater-common.toml"
+hash = "90ac4ad960f49cac6d250ba272d260744cf69d9b417af26b0bf5c19bb3d44041"
+
+[[files]]
+file = "config/shouldersurfing.toml"
+hash = "74989063f610d14e2ee6142fbda4d978aa0a04b9166637777da4eb438b10af9c"
+
+[[files]]
+file = "config/showcaseitem-common.toml"
+hash = "e9b755277e1aeeeec0126ac8b953d15de521d7087c83ca0412df89b85bfcad18"
+
+[[files]]
+file = "config/sidebar_buttons.json"
+hash = "d12bcdd59a36b21e0aafaab84c9ef6749d8aeab3e28e814571625a58a5db3a87"
+
+[[files]]
+file = "config/simplehats-client.toml"
+hash = "6defd38a42d02dac469841cf2f0f279f0af461ecfd16d68eeb9ec4f33c873c47"
+
+[[files]]
+file = "config/simplehats-common.toml"
+hash = "4a911201c463f025951dc2cf142648153fe8a3f661050d0c6fedeba7bd83aab5"
+
+[[files]]
+file = "config/simplehats.json"
+hash = "ac3257c9c077165803cc1aaaf71560a89aa805a6a2b47a6e1039120d37fe28c4"
+
+[[files]]
+file = "config/simplemagnets-common.toml"
+hash = "b0df931e81e13d4e07ef3b8a595d3f07491eead8729d8741ece5e309c2335bbb"
+
+[[files]]
+file = "config/skinlayers.json"
+hash = "91dda7ff0e6d52d1d99d8196cd5f5e3d165075c194e19344fa8a034ef39b6a4c"
+
+[[files]]
+file = "config/sliceanddice-common.toml"
+hash = "6d15397086cbf7e666f295ba021b6c62158e4b6c0bc1f19ff637864894a64e5a"
+
+[[files]]
+file = "config/smoothboot.json"
+hash = "0dc746fb3afca8b1f21e6fead005760d25e2c73dc006c9cb932364dd2b5d86ea"
+
+[[files]]
+file = "config/smoothchunk.json"
+hash = "228d16ac3ebb3efe67596f25498f97eb4a626ac108bdc0deb2ddf0bb5c32cde9"
+
+[[files]]
+file = "config/sodium-extra-options.json"
+hash = "be4747ae45241c9bf90031ea61b88188c776b8547d9041feba62d18c4b218e3b"
+
+[[files]]
+file = "config/sodium-extra.properties"
+hash = "a2f1b47c1eaa119ab34727f1d43c2506cb3d7f17ba8fb4efb49e20c8e0b58e70"
+
+[[files]]
+file = "config/solapplepie-client.toml"
+hash = "792f70862f39864c2347b0f155d38b5ff5e53def23768b56bc60d9077482e254"
+
+[[files]]
+file = "config/sophisticatedbackpacks-common.toml"
+hash = "67c90bbdfca3c7488d9496df0af4d1be7483634a0c4d179281d1c7c91ef32e7b"
+
+[[files]]
+file = "config/sophisticatedcore-client.toml"
+hash = "06813199751af809ce5043408f99066b30dccfa72b2597d74543dfa6b64e8d36"
+
+[[files]]
+file = "config/sophisticatedcore-common.toml"
+hash = "1e8ce210d1f8103a5c982f50574556e19cf57de6aa6da74420d504e2a50648b2"
+
+[[files]]
+file = "config/sophisticatedstorage-client.toml"
+hash = "2ba887d545925c40c5caa82814c96ffb327127310100393ec88dbfc6cccf2150"
+
+[[files]]
+file = "config/sound_physics_remastered/allowed_sounds.properties"
+hash = "fa1c161aa7b3a9560e06987ed6abba512d127578fe8cac2fd645c542413fb6a4"
+
+[[files]]
+file = "config/sound_physics_remastered/occlusion.properties"
+hash = "14da6c87d1b71e5cf8d5791d58d0ac3f143e92c0573053310e92b7f974e77a1c"
+
+[[files]]
+file = "config/sound_physics_remastered/reflectivity.properties"
+hash = "cb6f791be15643211a2c4ea1b2df72227ff1763c03efc1649d934f0388b027a4"
+
+[[files]]
+file = "config/sound_physics_remastered/soundphysics.properties"
+hash = "f58665f72b1c10a008902b8ce40b845487cdd66f839559b0777f78221605604a"
+
+[[files]]
+file = "config/starterkit.json5"
+hash = "c5c2f85ee5e5d597af6481b53edab999d9c0e289845dd663582b7617b1edad10"
+
+[[files]]
+file = "config/starterkit/starterkit.txt"
+hash = "3520ac61dbd78042164c57359788bfc5c3ed0738d7b36187f56f803b2742b9f0"
+
+[[files]]
+file = "config/structure_gel-client.toml"
+hash = "8058ecb1b7e59f183db54b31fe49e2040bc222294a46ba5c7c82a172a7277354"
+
+[[files]]
+file = "config/structure_gel-common.toml"
+hash = "b4c337a5454114db3ea00138a5b173bd36a8c9c22c1baeb116aa089ae1c98fbc"
+
+[[files]]
+file = "config/structureessentials.json"
+hash = "34e14e20cd7ffa970d0bcdea197741519357ae7162f1f458d598da244ac19bea"
+
+[[files]]
+file = "config/structurize-client.toml"
+hash = "af7fdd42d022329ba59c2902a7459a0b581d2e76f128126bb3cdc0447db646f5"
+
+[[files]]
+file = "config/suggestion-tweaker.json5"
+hash = "0ea371ce7ee40eab9d0b7ee3249aa1c9a84c9159032b0d3ce8d4916da0dbe514"
+
+[[files]]
+file = "config/supplementaries-client.toml"
+hash = "1331aede387cae4bf612cb410134242d614c7f6df9d2c608f1e66daa8246a4b9"
+
+[[files]]
+file = "config/supplementaries-common.toml"
+hash = "d046c47ed51ca053188aee1f3e6625b1a26d5fb52b897df835279d327c50d161"
+
+[[files]]
+file = "config/telepass-common.toml"
+hash = "d6fefccfc55101a531a43efaaf4faea9974eb29fce72c730e2900add0712cffb"
+
+[[files]]
+file = "config/tips.json"
+hash = "76ec3342ee9f2bc464eacfb3fb8ced0119d1befd2d8fa26f8c35e3286a1f2c73"
+
+[[files]]
+file = "config/tlc.toml"
+hash = "435ee32319407ecaa6258e9ecc95ff0c6973196541abcdefdc612d1c7d8183c1"
+
+[[files]]
+file = "config/toastcontrol-common.toml"
+hash = "b0976505b1e84813c804b645fe0988fc1fc68bd1e0350db6cbc3fa2698d77587"
+
+[[files]]
+file = "config/torchmaster.toml"
+hash = "8e6a91f152a24b60d2d03ebecb980527249f009382d2548af84e973f1d59c220"
+
+[[files]]
+file = "config/touhou_little_maid-common.toml"
+hash = "664919f63cd646d47cc6c98a03d084e407834f203d49866d492186c56e9a9dcb"
+
+[[files]]
+file = "config/touhou_little_maid/file/2b_test_sound-1.0.0.zip"
+hash = "2f2f8dd4cd7dd781285487e1e9458a28857442c18340aac8cc3426e9f52d5a5c"
+
+[[files]]
+file = "config/touhou_little_maid/file/7_years_later_caricature-1.1.2.zip"
+hash = "4cb3276b5437272e0340f7662dee65724b2e62be8214b7b131dc70cfa329c1af"
+
+[[files]]
+file = "config/touhou_little_maid/file/arcaea_maid_pack-1.0.2.zip"
+hash = "2f45846c97a183569ae28917e5c0055d43fb49bd7c5f31d5a0473d7cb8212602"
+
+[[files]]
+file = "config/touhou_little_maid/file/at_least_six_characters-1.0.0.zip"
+hash = "bc5598fc345301778f35c24b90c128f38b9f0b3a977a882ed76051ab25fb483e"
+
+[[files]]
+file = "config/touhou_little_maid/file/azurlane_asashio_family-1.0.1.zip"
+hash = "579a0c9ef55b1e792a044fefcefb5ab5bfb09d89b0c436270f378b9d3d0515c4"
+
+[[files]]
+file = "config/touhou_little_maid/file/azuru_line-1.2.0.zip"
+hash = "fa2d20b0e0b8c516cb0e0d580ebefd1f2c12e1166176d740bb5c00fce9d948e4"
+
+[[files]]
+file = "config/touhou_little_maid/file/ba_aru_pack-1.0.0.zip"
+hash = "fa2d5a4f412e8f8c2a7f739b47c80cc027df603f8c6508f1d584dd931a4de528"
+
+[[files]]
+file = "config/touhou_little_maid/file/ba_haruka_pack-1.0.0.zip"
+hash = "c4f0913b638c1ffa212169fa79d94f37ce91bb82da347a34fc9ab34bca8cf4f7"
+
+[[files]]
+file = "config/touhou_little_maid/file/ba_kayuko_pack-1.0.0.zip"
+hash = "a49f97528bc139df43657b3ca26a602ec8491bcbe90de0a8a6916f5b87dc99dd"
+
+[[files]]
+file = "config/touhou_little_maid/file/ba_mutsuki_pack-1.0.0.zip"
+hash = "f7aa9b2bedaa9bd1a071dc53ada2366e96a785f846987eda20169eefd216ba62"
+
+[[files]]
+file = "config/touhou_little_maid/file/bilanhangxian-1.0.0.zip"
+hash = "eae603d3ecd771725b44846433424005171b4b109507cc94d232261ea532fa77"
+
+[[files]]
+file = "config/touhou_little_maid/file/chronoir-1.0.0.zip"
+hash = "aa372e9f99f2dc519f0740d6e995ab5072d939f39521c09446e3eb10fb77128a"
+
+[[files]]
+file = "config/touhou_little_maid/file/deltarune_little_maid-1.0.0.zip"
+hash = "2a7b9d181e4e88e54a8596954b9d05d8ad669d1533c79283c8ec7c2434b249f7"
+
+[[files]]
+file = "config/touhou_little_maid/file/elma-1.1.0.zip"
+hash = "368f99c40c5eef292760361d5dfab3834017cb5810467eaa29f175262ee5dec0"
+
+[[files]]
+file = "config/touhou_little_maid/file/fumofumo-1.0.0.zip"
+hash = "5def27d5cd06280df0ebbfbf3eea3906a9e160a0b5aa7a7042c93f6486a2e446"
+
+[[files]]
+file = "config/touhou_little_maid/file/genshin_impact-1.1.6.zip"
+hash = "53b9c4059e2efdf1a1e145d0182b944c346ed60c36f2edab9b4afe8a2c0d41f1"
+
+[[files]]
+file = "config/touhou_little_maid/file/god_eagle_brother-1.0.0.zip"
+hash = "523383cb0ccb556a7b0d30a8d36e99d662903fd6f210ee3675b3d9e19365be3d"
+
+[[files]]
+file = "config/touhou_little_maid/file/gyhgyj-1.2.0.zip"
+hash = "7790e7fff790a09468668070b8c98abf09c086f3284b40a194ab8714e980ed43"
+
+[[files]]
+file = "config/touhou_little_maid/file/honkai_impact_3-3.0.0.zip"
+hash = "43e96a59b1adbff2bb5bbeae67c212f803a3fc9c23432cb4bc156510edb1a17c"
+
+[[files]]
+file = "config/touhou_little_maid/file/huangushi-1.0.0.zip"
+hash = "fb5d9a6eb6f2cc057d741ef3f090501b25703ac31d2e196f364e62afb6e1d3f4"
+
+[[files]]
+file = "config/touhou_little_maid/file/ib_maid_pack-1.0.0.zip"
+hash = "b4637a621e9caa0a1abf81eacd1fb0c88dc0177817ec1321096179d997df26ff"
+
+[[files]]
+file = "config/touhou_little_maid/file/kill_la_kill-1.0.0.zip"
+hash = "eeb3c31ce5d6390e278d0913bd97e60c67e6675e5670ca38e5713ca25ef337cc"
+
+[[files]]
+file = "config/touhou_little_maid/file/lilies_model_pack-1.2.0.zip"
+hash = "88b39642161d70f8c092eae8b4b7dd9be8d1c00dfd2106e01206c8377d1c9db6"
+
+[[files]]
+file = "config/touhou_little_maid/file/make_sd_workwork-1.0.4.zip"
+hash = "5a9a206b93103178858ce8e152f45a8a0507935bef1387cc936802723df9e01b"
+
+[[files]]
+file = "config/touhou_little_maid/file/mdv_vup-1.0.1.zip"
+hash = "a76098009e333be2124b9186e149169b3a7591711507cc6351c894ab41d52851"
+
+[[files]]
+file = "config/touhou_little_maid/file/mimikko-1.4.1.zip"
+hash = "eeb394422a41de0c06b86dbcb816759478f636588eba37792254b5b71b818e8e"
+
+[[files]]
+file = "config/touhou_little_maid/file/murasame-1.0.4.zip"
+hash = "2a6fb731f5382e53596d94e466e13de1060e871eb03a5150b1c3818c6c405f56"
+
+[[files]]
+file = "config/touhou_little_maid/file/needy_girl_overdose-1.0.0.zip"
+hash = "c433f3ecce58f5a7db35c0a7036a83d76d0b80a4581a02a7f127d0deefe54afd"
+
+[[files]]
+file = "config/touhou_little_maid/file/nekoparaii-1.1.0.zip"
+hash = "101cb4d2bea9c2af51d3f3ce28fe2cf031c0795c6c9885ea3ff226f3559627ba"
+
+[[files]]
+file = "config/touhou_little_maid/file/nier_automata3-3.0.0.zip"
+hash = "d57fe7ea3920c8b5495ed9e2314264694fe87fbf568804bb7b1013f5ebc8d220"
+
+[[files]]
+file = "config/touhou_little_maid/file/pingxing_random_thing-1.1.0.zip"
+hash = "fefc0b476e74ea517c4480b79b3d0e8a7ba828eb4c10cf59f333be36da386cda"
+
+[[files]]
+file = "config/touhou_little_maid/file/ppshfemaline-1.0.1.zip"
+hash = "c0e9598b072520d7262e5aef06a0d70e231eca32a5fb0edb226f309125aad9aa"
+
+[[files]]
+file = "config/touhou_little_maid/file/sakura_maid-1.3.0.zip"
+hash = "7f13b6d3417a9a11c6f31f10d206bcc2d95beceb1521cecf87b8b1d2b2f42270"
+
+[[files]]
+file = "config/touhou_little_maid/file/shirayuki_noa-1.1.1.zip"
+hash = "ead8d77108fe9adcf4da554398dafd8375113391d106b4473b22dd5d79c672c7"
+
+[[files]]
+file = "config/touhou_little_maid/file/skadi_f_tlm-1.0.1.zip"
+hash = "4cfd61887854dc60677c1db400a401adfce4055655603c102deb67ff33847ea9"
+
+[[files]]
+file = "config/touhou_little_maid/file/sorasaki_hina_voice_pack-1.0.0.zip"
+hash = "273297b13df7e97b7444b3330e0dfcf2cbf4f7a55cf4f0a6d62a8e4c7650e7c6"
+
+[[files]]
+file = "config/touhou_little_maid/file/soulworker-1.0.0.zip"
+hash = "4560470c4fcefb6f9380144f836b1a8d747f8e9a02b15e305334f1e1c55f19f9"
+
+[[files]]
+file = "config/touhou_little_maid/file/takanashi_hoshino-1.0.0.zip"
+hash = "3f59a002e4bfa893415154922f3e86e61ec948ac0f5cf17a4cbac092ce3480b1"
+
+[[files]]
+file = "config/touhou_little_maid/file/tartaric_acid_things-1.1.2.zip"
+hash = "c693db036abbe4c27e30448e7a746f18cf730ca02f588ea9ed34c6e80699c7b1"
+
+[[files]]
+file = "config/touhou_little_maid/file/teacon_2021_things-1.0.0.zip"
+hash = "abe0ef22070211f086b480d86539dc4919323321219dc142a5ae9aaa4917a634"
+
+[[files]]
+file = "config/touhou_little_maid/file/tendou_arisu-1.1.0.zip"
+hash = "b7bb6511f818269bd2cfe66353e44c2bc9827e22054c045eb974cd6a23f36cd6"
+
+[[files]]
+file = "config/touhou_little_maid/file/the_journey_of_elaina-1.3.1.zip"
+hash = "6db1abb75e641ffde2ba4aebb218675cf535266af64f36cb313d0363a09f59cd"
+
+[[files]]
+file = "config/touhou_little_maid/file/toufamahetadeluer-1.1.0.zip"
+hash = "dfc7c0a9c4ddd55044a7a93321e2b1f5aaf3989778c062a695394d0f5e7c4692"
+
+[[files]]
+file = "config/touhou_little_maid/file/touhou_kurumi-1.0.0.zip"
+hash = "5948b180cbee130a3b43e179f22580bf0ea7333b5c19fec4de8235e703a0537c"
+
+[[files]]
+file = "config/touhou_little_maid/file/touhou_lostword_model_pack-1.0.1.zip"
+hash = "f7c16cf6797686131b53ac7b6df5295b61343f65207c9a616d6207e53de0db3a"
+
+[[files]]
+file = "config/touhou_little_maid/file/unfinished_dream_of_all_living_ghost-1.0.0.zip"
+hash = "981287f2bbd4929d19e1b7554fea8484310e10fc6a1725ae926b8d00ad290951"
+
+[[files]]
+file = "config/touhou_little_maid/file/virtual_real_new-2.7.1.zip"
+hash = "3d84ea9ffcb2064d65257af1dffb2b68bc22077b16341886e1364f6e8eb964e8"
+
+[[files]]
+file = "config/touhou_little_maid/file/xuyeshe_model_pack-1.0.0.zip"
+hash = "942c6a05c217a72153e43aaf9ed6918febc647e184b8ca011971759a81a5783d"
+
+[[files]]
+file = "config/touhou_little_maid/file/zhi_ban-1.0.0.zip"
+hash = "9b71a31f526d1ea0b0efc56ddee1e1df3a3cc08a3d2833ba12dd194f3613ae4c"
+
+[[files]]
+file = "config/touhou_little_maid/in_game_maid_config.json"
+hash = "8775731a20e9f4ed15a23289046787a1f316fe5974dce1384d6c0747bf7bf3c7"
+
+[[files]]
+file = "config/touhou_little_maid/info.json"
+hash = "8a2ae20a2ee2888ccbe9d6f8017d169134fc2f2ea707056beb4af288c0916aeb"
+
+[[files]]
+file = "config/trades/lightmanscurrency/custom_banker_trades.json"
+hash = "c6b13d9e0a8be3563f4daa2116667aaf68d73c5e10ce27570e81df3a3d27908e"
+
+[[files]]
+file = "config/trades/lightmanscurrency/custom_cashier_trades.json"
+hash = "4346c3364fcf1d25eccf8cecff29b7f8a4d08927ded0d8873e2c25c7ac936990"
+
+[[files]]
+file = "config/trades/lightmanscurrency/custom_wandering_trader_trades.json"
+hash = "731a84f57cc95a2ceda654d9e2b4bb302cba7c102f53bd4b2b1c6a271a0b3156"
+
+[[files]]
+file = "config/trashslot-common.toml"
+hash = "6c3d9c2beda86c011630543c2687d30dda0303e4ef8cdb3fc867e7c8bb2c2721"
+
+[[files]]
+file = "config/travelerstitles-forge-1_20.toml"
+hash = "6b3a1b2d755be530c3c00e7803e4fd00bb95c6ba168c9b2057e4476638707ed4"
+
+[[files]]
+file = "config/undergarden-client.toml"
+hash = "9bf3df7a7d80fc63a918bd9715383e995d50821acc2264ca3a0b3af8a0a0d486"
+
+[[files]]
+file = "config/undergarden-common.toml"
+hash = "b95da66dfc4bf280a6cab22d1456479c2ebee05a5ef7ffc196740ec25b23cc01"
+
+[[files]]
+file = "config/universalenchants-client.toml"
+hash = "e68b3726795170c1fa1b164da2e11934b3e5bad25b17e924ebfc13848fc8f524"
+
+[[files]]
+file = "config/universalenchants-common.toml"
+hash = "fa4abcf3ae2d3d10814664074cd9b6d876c55cb877b5a5dac3edc5217bd8b5af"
+
+[[files]]
+file = "config/universalenchants-server.toml"
+hash = "eae249f4e0b49b03a6a4fb8a6fe16552a5d37c5f7608d14bb8a552e31bf54a46"
+
+[[files]]
+file = "config/universalenchants/airhop/air_hop.json"
+hash = "d9f76ab482eb19f939e9ae2f7586a1b1f189e7df41e891b4ff6f3ffa610314bb"
+
+[[files]]
+file = "config/universalenchants/alexsmobs/board_return.json"
+hash = "7a3201b6df72fc554e8378ec94a23b175fbfea7b5881b7bd0c405c14103e96b4"
+
+[[files]]
+file = "config/universalenchants/alexsmobs/lavawax.json"
+hash = "7a3201b6df72fc554e8378ec94a23b175fbfea7b5881b7bd0c405c14103e96b4"
+
+[[files]]
+file = "config/universalenchants/alexsmobs/serpentfriend.json"
+hash = "7a3201b6df72fc554e8378ec94a23b175fbfea7b5881b7bd0c405c14103e96b4"
+
+[[files]]
+file = "config/universalenchants/alexsmobs/straddle_jump.json"
+hash = "7a3201b6df72fc554e8378ec94a23b175fbfea7b5881b7bd0c405c14103e96b4"
+
+[[files]]
+file = "config/universalenchants/betterarcheology/penetrating_strike.json"
+hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
+
+[[files]]
+file = "config/universalenchants/betterarcheology/soaring_winds.json"
+hash = "7e1dc5a0baf635c18bec2f553b9a584e144ce961c69ccef79ffd73c81714d17e"
+
+[[files]]
+file = "config/universalenchants/betterarcheology/tunneling.json"
+hash = "705d7ce1797d659237995b64ddca682bc77d1b153e05e1158de5b2ca57148ad8"
+
+[[files]]
+file = "config/universalenchants/combatroll/acrobat.json"
+hash = "199487ec3ab06540c09fc7a7be4123357da6ace18f835981efb4729c71eff159"
+
+[[files]]
+file = "config/universalenchants/combatroll/longfooted.json"
+hash = "3d09010d561d144efcf61ec05dfe89f51d9efbf283385343a4464314ee9f5c28"
+
+[[files]]
+file = "config/universalenchants/combatroll/multi_roll.json"
+hash = "680cdedf9b4bdf63461842e3c4a760324ddeec2ad6630ee2d4d8c0c94d0678b7"
+
+[[files]]
+file = "config/universalenchants/create/capacity.json"
+hash = "7e1dc5a0baf635c18bec2f553b9a584e144ce961c69ccef79ffd73c81714d17e"
+
+[[files]]
+file = "config/universalenchants/create/potato_recovery.json"
+hash = "20a809beb551f188b3beeb5305f027cc26cf124cb35d7ff73c62a28234917a0f"
+
+[[files]]
+file = "config/universalenchants/deeperdarker/catalysis.json"
+hash = "683a5f36ec532d91b6a66926c4a3a585ec25256c5c3cc1d1813e87e7708d9e1a"
+
+[[files]]
+file = "config/universalenchants/deeperdarker/sculk_smite.json"
+hash = "4d580c9fa03d57e81dde97d86dc84263244f03472c269cc03de7d1a2767ce09b"
+
+[[files]]
+file = "config/universalenchants/farmersdelight/backstabbing.json"
+hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
+
+[[files]]
+file = "config/universalenchants/kobolds/prospector.json"
+hash = "ef73d9fcefe2a37a7210ec91ff4f0f3f7c2a0413046f6c04feae3efd1a598351"
+
+[[files]]
+file = "config/universalenchants/lightmanscurrency/coin_magnet.json"
+hash = "0766f946577e17b75f60479467551d827d08d3a1eaf3a21e74669915b7c38e81"
+
+[[files]]
+file = "config/universalenchants/lightmanscurrency/money_mending.json"
+hash = "4d6920f51c0ba2c752644cc957ff7f385bc4f8b0d5a6b92cfc0aba770041f400"
+
+[[files]]
+file = "config/universalenchants/minecolonies/raider_damage_enchant.json"
+hash = "683a5f36ec532d91b6a66926c4a3a585ec25256c5c3cc1d1813e87e7708d9e1a"
+
+[[files]]
+file = "config/universalenchants/minecraft/aqua_affinity.json"
+hash = "680cdedf9b4bdf63461842e3c4a760324ddeec2ad6630ee2d4d8c0c94d0678b7"
+
+[[files]]
+file = "config/universalenchants/minecraft/bane_of_arthropods.json"
+hash = "ea7a7ed577e045f5f97d13b06482adfb7b2ee6c5e82fdc334fa4ca29ced08fd8"
+
+[[files]]
+file = "config/universalenchants/minecraft/binding_curse.json"
+hash = "89752af17b700d10eab15dbc69b6b219c8c43dc0cb54830ceae0c273a9dbdc13"
+
+[[files]]
+file = "config/universalenchants/minecraft/blast_protection.json"
+hash = "667c7af624428d6948fd72f1ae7ab31b800d964a56d3b5c0587cb713daabc541"
+
+[[files]]
+file = "config/universalenchants/minecraft/channeling.json"
+hash = "97a7ab50dfc4cc12f67c37ed94bea41a4e97d1958bda01461d20929974e9ef4b"
+
+[[files]]
+file = "config/universalenchants/minecraft/depth_strider.json"
+hash = "e7901556afa8abb985d0980b108ffbfecf271184d47063863e17ccc983d31f14"
+
+[[files]]
+file = "config/universalenchants/minecraft/efficiency.json"
+hash = "50566f1842698e69015e19e347a859a2e3098f5253f483e9ec1110c4b7c1de2b"
+
+[[files]]
+file = "config/universalenchants/minecraft/feather_falling.json"
+hash = "d3542f3769b1ca5c02b0cc3998a9f0653a1b4ce2cb8f307a4cb92b276b96faac"
+
+[[files]]
+file = "config/universalenchants/minecraft/fire_aspect.json"
+hash = "023d2c9740e05b1681fa3afb774343cc31881487071455678ee760cd230feba7"
+
+[[files]]
+file = "config/universalenchants/minecraft/fire_protection.json"
+hash = "6afef764ef13348b1414a6309cf70b898d7ac6687262c1a4ed42fd01d773980d"
+
+[[files]]
+file = "config/universalenchants/minecraft/flame.json"
+hash = "bf961cb0bad733f4e50c0b0e37a7fb60ee9defb6117e59281be9186a07d67157"
+
+[[files]]
+file = "config/universalenchants/minecraft/fortune.json"
+hash = "dd567918741483d7a3c5061b37aafdc96670258a3291ffaee2d1987ccb3f2466"
+
+[[files]]
+file = "config/universalenchants/minecraft/frost_walker.json"
+hash = "d9adc3aaf0d28dff13d253c49a7c44bbb8f1d346f5b705f5f58211eeee48864b"
+
+[[files]]
+file = "config/universalenchants/minecraft/impaling.json"
+hash = "bf6f90d008a68e465e1dbc89f864212d8b82958f92b91f6bef384b748eed4362"
+
+[[files]]
+file = "config/universalenchants/minecraft/infinity.json"
+hash = "a8c14e91d97f1739c7ad4fb70ce9a9983ac073f9f20669f46eac3ccbecc898dc"
+
+[[files]]
+file = "config/universalenchants/minecraft/knockback.json"
+hash = "098fd021c640d7c4035c0885b2f84fa9081b5fb0e49961d1f49fc19a54b1d2e1"
+
+[[files]]
+file = "config/universalenchants/minecraft/looting.json"
+hash = "bae6fbb68b70c9e404e6ae74a746109e574bdb9e9aadb1324706e30728835ac3"
+
+[[files]]
+file = "config/universalenchants/minecraft/loyalty.json"
+hash = "3cf9f1bab45eb1a93b6f245a981c2548c04eee1d2fac7affec411e53063c216f"
+
+[[files]]
+file = "config/universalenchants/minecraft/luck_of_the_sea.json"
+hash = "91a6ec80d686fa3ec82abbb9c015335fd681be6557ec2ed9a85301a034e6605b"
+
+[[files]]
+file = "config/universalenchants/minecraft/lure.json"
+hash = "8a07e2441f6b183435fb40b123766deb80bc82ab650d0001c339fc43541ac7d5"
+
+[[files]]
+file = "config/universalenchants/minecraft/mending.json"
+hash = "5b840cba8d1aa124be39f2de84965a63bfa367a2c0cebce1962b01e39563739c"
+
+[[files]]
+file = "config/universalenchants/minecraft/multishot.json"
+hash = "83849dfd3865666ae713a36462051fd075f465b8991cf034f1dba24becbd0179"
+
+[[files]]
+file = "config/universalenchants/minecraft/piercing.json"
+hash = "db6f6647485f2192d306ae3205c464996406477a57159f4175f39102aa4e99c0"
+
+[[files]]
+file = "config/universalenchants/minecraft/power.json"
+hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
+
+[[files]]
+file = "config/universalenchants/minecraft/projectile_protection.json"
+hash = "d3637ef7f063b54e417da741ddac91d278601cff87e27f36bb8d1e18f5f46636"
+
+[[files]]
+file = "config/universalenchants/minecraft/protection.json"
+hash = "981cc126c53f66a75a819adbe666cc9e96af6bb27f5529f743048fe34395c274"
+
+[[files]]
+file = "config/universalenchants/minecraft/punch.json"
+hash = "bf961cb0bad733f4e50c0b0e37a7fb60ee9defb6117e59281be9186a07d67157"
+
+[[files]]
+file = "config/universalenchants/minecraft/quick_charge.json"
+hash = "42fc8cf20d040d42e0ea46c47752a114130f9413e71c95882e6fe1f5cdc8ba17"
+
+[[files]]
+file = "config/universalenchants/minecraft/respiration.json"
+hash = "dd62118ce257d79bdd3a5b237aef12defc27b903848560eea04432368e1f6009"
+
+[[files]]
+file = "config/universalenchants/minecraft/riptide.json"
+hash = "9db46f523892a409a41eebe0cb2fbb746389e4c9bd136f4a4c87cdb564ffbab0"
+
+[[files]]
+file = "config/universalenchants/minecraft/sharpness.json"
+hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
+
+[[files]]
+file = "config/universalenchants/minecraft/silk_touch.json"
+hash = "58424296785a0ece37447b78e3713a3e3f7f90ffa35584da5013e2093686071d"
+
+[[files]]
+file = "config/universalenchants/minecraft/smite.json"
+hash = "3dab0556171398201ae627c9acf5e364d538e4bb40d701f7be95c319e7e4c531"
+
+[[files]]
+file = "config/universalenchants/minecraft/soul_speed.json"
+hash = "d3542f3769b1ca5c02b0cc3998a9f0653a1b4ce2cb8f307a4cb92b276b96faac"
+
+[[files]]
+file = "config/universalenchants/minecraft/sweeping.json"
+hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
+
+[[files]]
+file = "config/universalenchants/minecraft/swift_sneak.json"
+hash = "d9f76ab482eb19f939e9ae2f7586a1b1f189e7df41e891b4ff6f3ffa610314bb"
+
+[[files]]
+file = "config/universalenchants/minecraft/thorns.json"
+hash = "e397b8b4d471d2883d1718855df22c3def2254f565b0f3f177e9c17cf7426652"
+
+[[files]]
+file = "config/universalenchants/minecraft/unbreaking.json"
+hash = "d079fdf3cd4ae5eb721d1d3d9f14626215ad6be2e8a7e545ec6fefabaa7e7ab8"
+
+[[files]]
+file = "config/universalenchants/minecraft/vanishing_curse.json"
+hash = "2252039fdb9bf11bf175b1aad04b8fcd28c440203cbc57e235483c915f167376"
+
+[[files]]
+file = "config/universalenchants/naturesaura/aura_mending.json"
+hash = "4d6920f51c0ba2c752644cc957ff7f385bc4f8b0d5a6b92cfc0aba770041f400"
+
+[[files]]
+file = "config/universalenchants/obscure_api/distance.json"
+hash = "204faee57490be23727e13844aff2eb92d88bf986bd8bb1481ecd8a1b4886746"
+
+[[files]]
+file = "config/universalenchants/obscure_api/fast_spin.json"
+hash = "8d7b8adc719bc1418fc64ec58dd683a638f11bb801417f378d76df8382af7e0f"
+
+[[files]]
+file = "config/universalenchants/obscure_api/mirror.json"
+hash = "9945bb9c2bc5265ff170ec918ea705db731f7da4df684f09e1c580feca82627e"
+
+[[files]]
+file = "config/universalenchants/stalwart_dungeons/thunder_strike.json"
+hash = "6f9323f31ff2c17f17c655d48ee82b30937e1fbf2e455e6e92d2dda93ed49ce7"
+
+[[files]]
+file = "config/universalenchants/supplementaries/stasis.json"
+hash = "5c1d35ad5cb8233e80e5e4705bd43401d0ea24b5c9b17574f6b50f74d5c61b33"
+
+[[files]]
+file = "config/universalenchants/undergarden/longevity.json"
+hash = "122fe5d048dab4b6db343701b5e16a486344bf608519528d67c524269f936d9c"
+
+[[files]]
+file = "config/universalenchants/undergarden/ricochet.json"
+hash = "d8066c225ddd53263c75732aea6a9b6680a535f727e88ba4fa642e49cdf0a7d2"
+
+[[files]]
+file = "config/universalenchants/undergarden/self_sling.json"
+hash = "61860d34ef6d45124a90be80152c51f0023b8f4634bc1bc136797e973b02cf4e"
+
+[[files]]
+file = "config/universalenchants/wrd/hard_headded.json"
+hash = "680cdedf9b4bdf63461842e3c4a760324ddeec2ad6630ee2d4d8c0c94d0678b7"
+
+[[files]]
+file = "config/universalenchants/wrd/reinforced.json"
+hash = "3d09010d561d144efcf61ec05dfe89f51d9efbf283385343a4464314ee9f5c28"
+
+[[files]]
+file = "config/universalenchants/wrd/reinforced_chestplate.json"
+hash = "7e1dc5a0baf635c18bec2f553b9a584e144ce961c69ccef79ffd73c81714d17e"
+
+[[files]]
+file = "config/watut-client.toml"
+hash = "abb012ff5719ffe86b9aa421666a743ed4d249efa640441a2e207e67d972a8a9"
+
+[[files]]
+file = "config/watut-common.toml"
+hash = "17a113c1bf3c30dca221ee72b7285cf1cee3aea24fd5a48d82c47398e2eaa726"
+
+[[files]]
+file = "config/waystones-common.toml"
+hash = "2835ea546aa3ffbb4d67ad095cef6463574008185120d3686a916713684f731e"
+
+[[files]]
+file = "config/wesleys-roguelike-dungeons-config.toml"
+hash = "3d98acc25d9bd371bea8a191d4c5eb1facba5c976c54589d1cc991891ce48195"
+
+[[files]]
+file = "config/worldborder.json5"
+hash = "c24a2fc5d2d7c5473cf3fd511f248de97ee7e6eee97327e46a14328dc16b71bb"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/.unpack_finished"
+hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/af/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ar/strings.json"
+hash = "29f9066cad68d934ba7b9740b12fa39b1cfb7bd0de12daee71b3edd6bd3a52be"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ast/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/az/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ba/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/be/strings.json"
+hash = "f02d23b0625268b27cad869b781b7cc3a1ecb127ac2f05e6f10dede979f4e281"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/bg/strings.json"
+hash = "a781882ebd1e9cd970516ccf41504f7b524aced8bb930ac3dc48ec2e08b144c1"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/br-FR/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/brb/strings.json"
+hash = "23660bb35fb3cc7fef1b2036a1ee72df71d7da429a3ea38c7d397dba7a618eec"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/bs/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ca/strings.json"
+hash = "6864f83a4a35f39b5d8b4559fc911236815f6eadf80aefae58e8ac626e171129"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/cs/strings.json"
+hash = "7ffd4ea9112d6036b45b3414702c8efffd9089760c99690d8a4cb3160e25c456"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/cy/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/da/strings.json"
+hash = "21d10422b111110bc53ad6d1c25db1855b5c5cb555f6fb0aeefe6d85e8bd0082"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/de-AT/strings.json"
+hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/de-CH/strings.json"
+hash = "a5a87388a0c615ec598abde35e0b2baee3d8ba2f1d9ac9096e221021cf00e625"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/de/strings.json"
+hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/el/strings.json"
+hash = "2fb424866a5e5fb34b3bf78d764ab8a728facc745fac0a423e9ea1c22886e550"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/en-AU/strings.json"
+hash = "3171f7b41372ca9d2a8e7f6ac5a79e8418e8994b3364de54b76133b1c46da8c6"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/en-CA/strings.json"
+hash = "53010fa94d238a2ec02167e845e7cda679dc7454841e1abc26fda9717fd77eff"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/en-NZ/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/en-PT/strings.json"
+hash = "817dda2b6e3f67ef18f2a5b7cbcbe55765dc3dc29d2b75489315af51386dda2b"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/en-UD/strings.json"
+hash = "26a269a21ece7060685b112fdb7076c613e967621c16234abc22ecf763983983"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/enp/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/eo/strings.json"
+hash = "5386905f26b174368e7c4bde89dc3deeb74e88e9428d071e3536fe5debce8367"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/es-AR/strings.json"
+hash = "70734f2b539e6a28ff355369944d8461247a256e67f0eae0953b0dcb6c7b6671"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/es-CL/strings.json"
+hash = "a75c51c490cd730c01973fb97bdb9e67c3339cdc646a4f1b5eb34f7cd6efac91"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/es-ES/strings.json"
+hash = "1415be2784a14c5f3e61efb81d4807d662fbce8a60f917ea617656fcdd89005d"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/es-MX/strings.json"
+hash = "1415be2784a14c5f3e61efb81d4807d662fbce8a60f917ea617656fcdd89005d"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/es-UY/strings.json"
+hash = "1415be2784a14c5f3e61efb81d4807d662fbce8a60f917ea617656fcdd89005d"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/es-VE/strings.json"
+hash = "5131074a39dcbec28ff026254790a46b5894b5f1322ad0f018cf7a2b0e9e9dec"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/et/strings.json"
+hash = "07ceb78ba56ca557e0c42d8540096049018b9653f793362eb17c24b27e57863c"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/eu/strings.json"
+hash = "371ea302982cbdd74dcb758f1c946c05108e5e5817dd064d625794012c73caa2"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/fa/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/fi/strings.json"
+hash = "048c25c056481c5d019ce0a5477f4a347d8fa7f4caaf3581ccbcd9d11928466b"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/fil/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/fo/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/fr-CA/strings.json"
+hash = "82841e2040ea1ca049ccb27edca063d4faf7c676fd27e96eaaaefa8eb1987753"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/fr/strings.json"
+hash = "fbece73db414fd97f1df9b8e0e48e420622ea474f3da2ba6fdf9e3d4b297fa20"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/fra-DE/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/fy-NL/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ga-IE/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/gd/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/gl/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/got/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/gv/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/haw/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/he/strings.json"
+hash = "52ab4a3612c7d4249323514744af8182ec5db7939c0cd12c7d2734c8ddf40c01"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/hi/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/hr/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/hu/strings.json"
+hash = "6edfb7c4be39c6f9528f0bc1b970c349423057db773449baa233ab1bb3f41159"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/hy-AM/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/id/strings.json"
+hash = "d449f0bce53d87479d23cd4dfd4e4454e49234317482af9a7ff7a95cb86ab351"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ido/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ig/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/is/strings.json"
+hash = "57cfc41f9f82b595a9a4cf77369a6503d3c354f0bfe8cb58e66382fa9836c6a2"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/it/strings.json"
+hash = "5def16a9312a805f805c2692910ede804e40f5a245afe022af01563f5f513eeb"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ja/strings.json"
+hash = "4960e8a638acfec61a0ff54cb689b3e291b4d79d744b3a869472516df6d91652"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/jbo/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ka/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/kab/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/kk/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/kn/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ko/strings.json"
+hash = "fba8c67f50effd7f50a5250289f1be9b72432d8ce3f9bd28d1dd5066bad518cb"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ksh/strings.json"
+hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/kw/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/la-LA/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/lb/strings.json"
+hash = "c13f2e57ec52d87e65580202e32abd12b7880650c38585c0ec2cd484d3767a8a"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/li/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/lol/strings.json"
+hash = "38b038c0cb9f04ae458595d8abe90688582efe916c22c7de0f5bd1c9d13af7f3"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/lt/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/lv/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/mi/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/mk/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/mn/strings.json"
+hash = "7fecfa7b0c24f535bbb0ef2d25edd1cbf3e0eef6c69bb08d75da5e9385095bda"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/moh/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ms/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/mt/strings.json"
+hash = "f05eb388f7590866da08167a119fd11ed7cbda9449ab6f33ad14adf2f80476dc"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/nds/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/nl-BE/strings.json"
+hash = "3ffec478bc43c14a786500089235e44d1c8fefa87daa6f0ee02259933aa44f4c"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/nl/strings.json"
+hash = "23660bb35fb3cc7fef1b2036a1ee72df71d7da429a3ea38c7d397dba7a618eec"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/nn-NO/strings.json"
+hash = "a652452058287975074726fda3d8a48b80a91af61462b0e471b55071daf6f713"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/no/strings.json"
+hash = "a652452058287975074726fda3d8a48b80a91af61462b0e471b55071daf6f713"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/nuk/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/oc/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/oj/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/pl/strings.json"
+hash = "11b6418c7f4e028290d02916ac286adeba48454a18ba75241c99cbffad5c26c7"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/pt-BR/strings.json"
+hash = "63fa35777aec7ab3f29aba48243f4977461cf2617f464e7b5690dd656ef35243"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/pt-PT/strings.json"
+hash = "e7faa0729f568e6540ec75c048d5ccae8e23e0ffaf789f9b389b4e7acaf481fd"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/qya-AA/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ro/strings.json"
+hash = "8e7861e62065963842c0ce22dd1e4baf036c548e6ae4aad540d720412fdc1910"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ru/strings.json"
+hash = "b761321f1e073cba6b8f537e9d424f21daf1791b8e2d381a04429b7411bdcfd3"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/se/strings.json"
+hash = "ccbfc481e804dfb61768a8ea30f4c857124b1c6fbfc32e254266e9ffa1d9a6cc"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/sk/strings.json"
+hash = "ee3aa9555be39acd6ae8742d190edd0653e2fa64110a8ac4718898d02921fae3"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/sl/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/so/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/sq/strings.json"
+hash = "488edc59356647858f3134355efed66b4568bb3f68cbe55c8fdccc6e62493476"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/sr/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/strings.json"
+hash = "b10a00d79983716724bd47de317497b4b974fa30d6106724fd328af77e9e91df"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/sv-SE/strings.json"
+hash = "1c61ee310348579241c38eb8f602cbc99ffe6f9911f140635ef422d480a722c9"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/swg/strings.json"
+hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/szl/strings.json"
+hash = "11b6418c7f4e028290d02916ac286adeba48454a18ba75241c99cbffad5c26c7"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/ta/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/th/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/tlh-AA/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/tr/strings.json"
+hash = "83874100b44da4685f75697b7b47f92e64359b9c8cd7d1402508288eaeeb944f"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/tt-RU/strings.json"
+hash = "cbe2ff6a09104fa0b971554df4324fa84ba3b677a861a7f47e1161930ba333a9"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/tzl/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/uk/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/val-ES/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/vec/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/vi/strings.json"
+hash = "e79961e59fe757f55a93a3366967d8b9d56815cad56301907e248d06640d97fd"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/yi/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/yo/strings.json"
+hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/zh-CN/strings.json"
+hash = "5b2b35909a360c83b6aec9424aee0bc2e05063737dc755f2fd674dbc5a08a897"
+
+[[files]]
+file = "config/worldedit/.archive-unpack/2e1dd752/zh-TW/strings.json"
+hash = "a19d088435d6334295d34fcf23fd2bd181a071a637ceb37cfd0dfdfb32312c56"
+
+[[files]]
+file = "config/worldedit/worldedit.properties"
+hash = "4b8c933f477cad595b7d85379257aa9ac5205fa9713a049dbb07dd5bb06d3cc1"
+
+[[files]]
+file = "config/wstweaks.cfg"
+hash = "bc52521c36f075e81dfca53dc1f75358af59f99b269ce0813f29d67f9f47bb76"
+
+[[files]]
+file = "config/xaerominimap-common.txt"
+hash = "1dcee38470c2939f7265891203775b7631c81822bf2506a451727fcaaf2cc4a2"
+
+[[files]]
+file = "config/xaerominimap.txt"
+hash = "76218d81b1b1778a364fb9c3c337f0302c35fa45537f030957d33d2cb00557e8"
+
+[[files]]
+file = "config/xaerominimap_entities.json"
+hash = "175b3f00fb419c5004016806b010517aa763d803e75fbf019a748b3c4ceadd8a"
+
+[[files]]
+file = "config/xaeropatreon.txt"
+hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
+
+[[files]]
+file = "config/xaeroworldmap-common.txt"
+hash = "103979a8e59e396f99fb8646c4f8a690c2d743ca3744a2eb8f663b3102b7498c"
+
+[[files]]
+file = "config/xaeroworldmap.txt"
+hash = "7325bc75ec02c30cff473daeda2396d7062fe339836a2eacac7940b54fe6a1fd"
+
+[[files]]
+file = "config/zume.json5"
+hash = "19a159138f9b8f8cf015f8cade4bf15e4423b20fd7356800b402f6f14a2cccb0"
+
+[[files]]
+file = "mods/AI-Improvements-1.20-0.5.2.jar"
+hash = "575a4a8e00f982c064d54bb3e73e5cda2d14414de054a471a3daf3f58bdf560a"
+
+[[files]]
+file = "mods/AchievementOptimizer-1.20.1-1.0.2.jar"
+hash = "c56c3ae161b4b14b2644ec6ae63f8925b6759ad4c3c6a038b8513730b8b622bf"
+
+[[files]]
+file = "mods/AdvancementPlaques-1.20.1-forge-1.5.1.jar"
+hash = "7074d5915df99cea9962677a65d6dac4b407e4531b36b700a5e94208e5c71153"
+
+[[files]]
+file = "mods/AirHop-v8.0.2-1.20.1-Forge.jar"
+hash = "2def1e94aa049be522d3856efbdd7ddf611b09886c2cacea0d143f0413380cec"
+
+[[files]]
+file = "mods/AmbientSounds_FORGE_v5.3.8_mc1.20.1.jar"
+hash = "3408703451da58241e281e4ac96a1e821ec42fb9ce339583489f58dc6df3aad4"
+
+[[files]]
+file = "mods/Anti_Mob_Farm-1.20.1-1.3.4.jar"
+hash = "c715d64fbce25c4a45d8ace07da849ef3a7aff61c2352b89eaa719c5823d7204"
+
+[[files]]
+file = "mods/ApothicAttributes-1.20.1-1.2.1.jar"
+hash = "f7643a53fd9f9800e319786dea5a0b6c94a55af454a720cd0d52067a10dc1fd4"
+
+[[files]]
+file = "mods/Aquaculture-1.20.1-2.5.1.jar"
+hash = "905a1d1ccc4d4b4f6a7729783ed681aa0e30c47bb4cfcf49dc7fe67accb1b58d"
+
+[[files]]
+file = "mods/AttributeFix-Forge-1.20.1-21.0.4.jar"
+hash = "5d8cc8928ce480288d5b504663bb13104df56ac72ce5bf36f2743ec27c701112"
+
+[[files]]
+file = "mods/AxesAreWeapons-1.7.3-forge-1.20.2.jar"
+hash = "af80f803d40c64389c0b5c50439deb01a96a3b94d78f0d1dfe50bf8b47acba39"
+
+[[files]]
+file = "mods/BetterAdvancements-1.20.1-0.3.2.161.jar"
+hash = "b6b74abcb3588e38b22ae1f04daea1ade813442bad8947838e1d84f598da596f"
+
+[[files]]
+file = "mods/BetterAnimationsCollection-v8.0.0-1.20.1-Forge.jar"
+hash = "32d630824317684cd944f4558677ccf06d5aca2cd679baa7886587052b39a8a4"
+
+[[files]]
+file = "mods/BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar"
+hash = "71ecffc7c33ae896d9299f392db11bd50027c2dcbd8b16593fa6b6a6a4018502"
+
+[[files]]
+file = "mods/BetterPingDisplay-1.20.1-1.1.jar"
+hash = "055e30e18e836f41879093e9e60842019d529a0205a6fa0c05e607a3cc9815db"
+
+[[files]]
+file = "mods/BetterThirdPerson-Forge-1.20-1.9.0.jar"
+hash = "e8b575996cc5ff40e010161cca8923b8367ce210999da7f00487d4ce0de63755"
+
+[[files]]
+file = "mods/BetterTridents-v8.0.1-1.20.1-Forge.jar"
+hash = "68d25f31e6061a131caf282b5f7f3d63cb68dbed34c94f71141523a1f207d5cc"
+
+[[files]]
+file = "mods/Bookshelf-Forge-1.20.1-20.1.9.jar"
+hash = "159b3e9288349e7012e73146d239f0ec1f8c5627b25a14357888decb7452be84"
+
+[[files]]
+file = "mods/Bountiful-6.0.3+1.20.1-forge.jar"
+hash = "c9dadb4e4f1484ac3e11a797ebe8f4ae460efba64f7353b34f840037ee8ad77d"
+
+[[files]]
+file = "mods/CTE2ModpackArmors-1.0.3.jar"
+hash = "f86a1e396c67948aa1feeb1f56f065b1966ddb34c14b1d2819698758e7c56d71"
+
+[[files]]
+file = "mods/Chimes-v2.0.1-1.20.1.jar"
+hash = "4e062fa1494d3e85497ff6dfe501a6336ce3eb774513ae133d9f0129d3a2572e"
+
+[[files]]
+file = "mods/Chunk-Pregenerator-1.20-4.4.2.jar"
+hash = "7e90f411978e15a867106a2d4109dc59fb2a8958dea6f72c431a74fa221d78a5"
+
+[[files]]
+file = "mods/Clumps-forge-1.20.1-12.0.0.3.jar"
+hash = "575199cd54b3b52c2c887d58af048efa3d8296942f079ec183d0259fcb21c65a"
+
+[[files]]
+file = "mods/Controlling-forge-1.20.1-12.0.2.jar"
+hash = "516308a93824119f6a1ebc75425aa21ee8f8de0c331942793a054ba6d9c24944"
+
+[[files]]
+file = "mods/CorgiLib-forge-1.20.1-4.0.0.4.jar"
+hash = "0f7de10380fbd8496838d5ecf271e3b5bdae1140b56576429734bb2f8313e21e"
+
+[[files]]
+file = "mods/CrabbersDelight-1.20.1-1.1.4.jar"
+hash = "a4576418ec278b63f12a60e500a062ed7353416ba70c3778caad23976bc041c9"
+
+[[files]]
+file = "mods/CraftPresence-2.3.0+1.20.1.jar"
+hash = "17d288075497f602546096c24db5585e2802037c58aa91490388bc5da8526cfe"
+
+[[files]]
+file = "mods/CraftTweaker-forge-1.20.1-14.0.33.jar"
+hash = "785b7724dc8a618610f0b46bbdc84e77d9d1d48bf6c437d84b87ec737167c802"
+
+[[files]]
+file = "mods/CreativeCore_FORGE_v2.11.24_mc1.20.1.jar"
+hash = "1af8db270aacde104a4e526643bade70c01b57e25b17cae616a1d30ee8101b0c"
+
+[[files]]
+file = "mods/DCCH-1.19.3-Forge.jar"
+hash = "5ecc26b2bb48106a4d61d62c3eae7fe3e1f2da4b3bf71c9b66f94c615b427f43"
+
+[[files]]
+file = "mods/DamageVignette-2.0.2-forge+mc1.20.jar"
+hash = "3d548feec36ca4c7125f430eeeafe8b1ccda5913e25bafcb93741fe9552056de"
+
+[[files]]
+file = "mods/Disenchanting-forge-1.20.1-2.2.4.jar"
+hash = "804edbf5c6e6a068e90cc8dfe40bf9a551416ac5c15e81d1defa342c5593101d"
+
+[[files]]
+file = "mods/DoggyTalentsNext-1.20.1-1.18.7.jar"
+hash = "c2df2bf408b0e09ea0063fe10ee8aa04d45b74776429d67e586d1f324c260676"
+
+[[files]]
+file = "mods/DungeonsArise-1.20.x-2.1.58-release.jar"
+hash = "f8f1254dbe7ed7c1d5403f20361a36f0d0587c82b71313e3f427c7f1ce7c8a90"
+
+[[files]]
+file = "mods/EasierSleeping-1.20.1-2.1.3.jar"
+hash = "b1c1ab5c79709656cdb044b44915917ea63a1b68760ba3d20fb038fc4736f090"
+
+[[files]]
+file = "mods/EasyMagic-v8.0.1-1.20.1-Forge.jar"
+hash = "235a2b0be24bc83a89253e0ee4fc973abfc7cc7caed0fdd698dd139ba91ec367"
+
+[[files]]
+file = "mods/EdivadLib-1.20.1-2.0.1.jar"
+hash = "b25fff32b50b08fac1c00827d564e316f933700c44760454002e656296b48b42"
+
+[[files]]
+file = "mods/EnchantmentDescriptions-Forge-1.20.1-17.0.13.jar"
+hash = "05e5371b94380a280ede244a82b0a1ead2bf9d911afd1878c6ea32f7fdd2890a"
+
+[[files]]
+file = "mods/EnhancedAI-2.2.1-mc1.20.1.jar"
+hash = "b1918992c0ee307bb963288277eddc0a1d069977a000a75877ea03aad1ff454e"
+
+[[files]]
+file = "mods/Enhanced_Celestials-forge-1.20.1-5.0.0.2.jar"
+hash = "5a066b0610721c358333ca8758f0862ea369626bb108b9590dc66bada673942d"
+
+[[files]]
+file = "mods/EquipmentCompare-1.20.1-forge-1.3.7.jar"
+hash = "21805771b6fe1a05abf7c6c87689a60e97b167179ba31a5c4c2b47fb0a3b7632"
+
+[[files]]
+file = "mods/ExplorersCompass-1.20.1-1.3.3-forge.jar"
+hash = "1bc2ee02e3fafd90255a76c90b097008dc563e863118d202adcbd5cdc7e54c21"
+
+[[files]]
+file = "mods/ExtraDisks-1.20.1-3.0.2.jar"
+hash = "8fa5dab39dcd3dfd5a8e5b08b71bbd2f1e6f26239a8eadc738eb7359445f3926"
+
+[[files]]
+file = "mods/ExtraStorage-1.20.1-4.0.7.jar"
+hash = "ed7b2b0fedd7c2c2c060af4a870ba73d34e586b7bde213501b2c86f7c947b672"
+
+[[files]]
+file = "mods/FTBQuestsOptimizer-forge-1.1.5-1.20.1.jar"
+hash = "0d9aa20336311456cfa784a3ad5247122b90087c0a341279ddd7c9b7d8443e93"
+
+[[files]]
+file = "mods/Fallingleaves-1.20.1-2.1.0.jar"
+hash = "46c1d4d94780ffad392b6139d4b0e535d399a310d9884c1f13230f31d43350a7"
+
+[[files]]
+file = "mods/FarmersDelight-1.20.1-1.2.4.jar"
+hash = "c20d7c8d1e123df73df951fd91f57c0879734260f5c7c33214060375b4cef1cb"
+
+[[files]]
+file = "mods/FastFurnace-1.20.1-8.0.1.jar"
+hash = "51ee1478190cc8af70b26c1066f8abd2c0fc2af5df0e7127b1312c5b0a0ff7b1"
+
+[[files]]
+file = "mods/FastLeafDecay-31.jar"
+hash = "82d05b4e92d68a38a1648c82dbdc1e69be59b0eddafc7f1024a43d18fc2e60b3"
+
+[[files]]
+file = "mods/FastSuite-1.20.1-5.0.1.jar"
+hash = "dcda3782c54946e85e7eebac25a5f770135f441e70c1152c878f8219ccf27047"
+
+[[files]]
+file = "mods/FastWorkbench-1.20.1-8.0.4.jar"
+hash = "86d20c6879bf86ef76b3fd94998d3e5c3327acb5d5324b6eb0b5348354766620"
+
+[[files]]
+file = "mods/Fastload-Reforged-mc1.20.1-3.4.0.jar"
+hash = "038a5fa1c044d5afae22502ca1444eeb1a700d34a224996c25f233524ae35a7a"
+
+[[files]]
+file = "mods/Floral Enchantment-1.20.1-1.4.3.jar"
+hash = "3aa33f4a437d5c8e6821ae1a8d2f1ee122044d5e35f3ac047168b66ec1f64257"
+
+[[files]]
+file = "mods/ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar"
+hash = "0e2f3e6b962071da3c98292b3836bbfe5b03b8236a83043137a7e29b530ebd8e"
+
+[[files]]
+file = "mods/FriendlyFire-Forge-1.20.1-18.0.5.jar"
+hash = "7e9c8987aa6ab008a94ec5b59600b9f10764a495cf7ed1412bf558c0d3ca8dac"
+
+[[files]]
+file = "mods/FriendlyGriefing-1.20-1.0.2.jar"
+hash = "82715ccae1b4b3cd2eec9ab70d45a7369fc3b733fe508e524808551f2fa43c5d"
+
+[[files]]
+file = "mods/GatewaysToEternity-1.20.1-4.2.3.jar"
+hash = "8ffbfa65be0fc8ac9e8ccb3704e228451cab9af3fe20d8b81079b9b326c0dcba"
+
+[[files]]
+file = "mods/GlobalGameRules-1.20-8.0.0.11.jar"
+hash = "1e63bd5db8ce7613f5f0dbd223c16478ecc13da5ed2fcffe66319c2b74000e3e"
+
+[[files]]
+file = "mods/Highlighter-1.20.1-forge-1.1.9.jar"
+hash = "8389c409257541c06789cd2287725d3df173168d9a0ebb9ff44c9b319e8b8026"
+
+[[files]]
+file = "mods/Iceberg-1.20.1-forge-1.1.18.jar"
+hash = "59986c1fc51380edbf2c8689d4dd28a44a2efee3526ca60dff29e0cefdbdb344"
+
+[[files]]
+file = "mods/IllagerInvasion-v8.0.4-1.20.1-Forge.jar"
+hash = "e5e5b4aa6bd9ff19c24c2cee0a8136a48b4f4915c4f6c287bacc64edbda0adc1"
+
+[[files]]
+file = "mods/ImmediatelyFast-Forge-1.2.10+1.20.4.jar"
+hash = "7baefd12f179788acb6f131708c37009dff0d4bdd5e03823040d36319dacdc67"
+
+[[files]]
+file = "mods/Incendium_1.20.4_v5.3.4.jar"
+hash = "4c40b108ee7dca96fd8d0169c68bae6c473b9f43512d5e77db62090791f59037"
+
+[[files]]
+file = "mods/InsaneLib-1.12.1-mc1.20.1.jar"
+hash = "ad489cad2f2e77c5ea0e8dcbf78c23c9b8a56504bdacb4ca8715a1cb008b8568"
+
+[[files]]
+file = "mods/ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar"
+hash = "81bc71e1e1defd0b8d38011d136e6310d98287f6c34317e8b90860c3d492b27a"
+
+[[files]]
+file = "mods/JRFTL-1.20.1-1.6.0.jar"
+hash = "521258f9b254b2be0205b40db882cbcdc26cf87babc8449939646f75d8e6c3b3"
+
+[[files]]
+file = "mods/Jade-1.20.1-forge-11.7.1.jar"
+hash = "7885a3727f8b3047f428c2e55329246192af50c35e468f9581575d664739c61d"
+
+[[files]]
+file = "mods/JadeAddons-1.20.1-forge-5.2.2.jar"
+hash = "61d42955a82ccd411a8270ebb00f061afdd6157e0c322af67f9d3a8a833b6de0"
+
+[[files]]
+file = "mods/JadeColonies-1.20.1-1.4.2.jar"
+hash = "98773121675b69f01cb3a2fbf9d50b4fec1d94c2723ecd81de12bc76dfdd28ea"
+
+[[files]]
+file = "mods/JeiTweaker-forge-1.20.1-8.0.6.jar"
+hash = "ec9cbcd93547857e3254fab959b1bd1b1d49706d0bd32d72b7adb87bbac66c54"
+
+[[files]]
+file = "mods/JustEnoughProfessions-forge-1.20.1-3.0.1.jar"
+hash = "13e2012375d16663192cf67f5e4139335e5dcbeaf2adf7e8a4816b013802f96a"
+
+[[files]]
+file = "mods/Kambrik-6.1.1+1.20.1-forge.jar"
+hash = "37d0c2b03a1f3aacb30498d67c35adaca99dc9ecd30f66f383016f4cbc85be8e"
+
+[[files]]
+file = "mods/Kiwi-1.20.1-forge-11.5.3.jar"
+hash = "9ab3c37e4d07fa25d2813765bc745d6ab912a9ad58602001ce71d92aa57d6b15"
+
+[[files]]
+file = "mods/Kobolds-2.10.7.jar"
+hash = "a11f1d66614b33f4aa834169d9780fb6e8c24a76b57e8637805a5adacfa8c9af"
+
+[[files]]
+file = "mods/KryptonReforged-0.2.3.jar"
+hash = "9b281428d0e7560b7b6e74cdc808c0ffd7a8e662ba84d1a12a6616b49cedec10"
+
+[[files]]
+file = "mods/LegendaryTooltips-1.20.1-forge-1.4.5.jar"
+hash = "15521ab414b92f60e75bdd49724eb65bb6aa8b3d6f72c157cc261011d58d625e"
+
+[[files]]
+file = "mods/Library_of_Exile-1.20.1-1.4.1.jar"
+hash = "7b68b290362927ebdd02772103a3c795687d127d4cc065bd72031c19b34fe19f"
+
+[[files]]
+file = "mods/MaxHealthFix-Forge-1.20.1-12.0.2.jar"
+hash = "9eb6628eb4be9433f0b9e7081f570ee9f0abe0b9438ec8d591b0f1303cc17e6d"
+
+[[files]]
+file = "mods/MineMenu-1.20.1-1.12.3.jar"
+hash = "884b09b25464a8056998c2da5fe058e56bb2a5b57b1eb96ac8c9333f1eec89f6"
+
+[[files]]
+file = "mods/Mine_and_Slash-1.20.1-5.3.22.jar"
+hash = "26b18690ce2743b92ae24f080e2653d3fd05228e1122eb2a714f76039bbb00dc"
+
+[[files]]
+file = "mods/ModernUI-Forge-1.20.1-3.10.0.4-universal.jar"
+hash = "e2aea15337a25582738379a4162b57426764870ae911dcf1e7a8c372497b4588"
+
+[[files]]
+file = "mods/MonsterPlus-Forge1.20.1-v1.1.6.1.jar"
+hash = "b4d564ab1cf9d1f7c690ede2d76a10ae85e2695cc40b7f0ce75068b73c413554"
+
+[[files]]
+file = "mods/MouseTweaks-forge-mc1.20-2.25.jar"
+hash = "ab40135c02e94d968570a0c13895a2a686c04a8b341728e34ca56fa97067bba4"
+
+[[files]]
+file = "mods/MutantMonsters-v8.0.7-1.20.1-Forge.jar"
+hash = "d378814520e3a630ca74ba629e9252066e51df983a44568c85234114ba909108"
+
+[[files]]
+file = "mods/NBTac-FORGE-1.20.1-1.1.7.jar"
+hash = "cfb03315c8c5c31846ab26c6a35f73789a20fac04c3376e2e487e3455aad31a1"
+
+[[files]]
+file = "mods/NaturesAura-39.4.jar"
+hash = "df1c4dffce5d02695031c674e6fd7b34b8a67cece88400c48e942bb27b8fff6d"
+
+[[files]]
+file = "mods/NaturesCompass-1.20.1-1.11.2-forge.jar"
+hash = "28e05589c9e4021d9504c9eea387ed4e80adcdcd0626a9623a53754cfa69f7bf"
+
+[[files]]
+file = "mods/NoChatReports-FORGE-1.20.1-v2.2.2.jar"
+hash = "ef7fa5096dfd492c3d3ae7228888ca4b92ce07d9b8e302297ceb2ceb1f8d238c"
+
+[[files]]
+file = "mods/NoFog-1.3.4_1.20.1-forge.jar"
+hash = "43a22241027900ad078024f3ae5348e2e263ac3771539ae2584e36613a63943b"
+
+[[files]]
+file = "mods/OpenLoader-Forge-1.20.1-19.0.3.jar"
+hash = "832a96d1e0c0ab6c28b6c3f489420d2f53851c2144dbe7d6e8d52c4f73abccd8"
+
+[[files]]
+file = "mods/PacketFixer-forge-1.20.1-1.2.7.jar"
+hash = "ad3a5fd6d8583d941f7f366ee7aa1af33d2c0c93e799c965a8038509ac68f070"
+
+[[files]]
+file = "mods/Paraglider-forge-20.1.3.jar"
+hash = "3528e4d424682a415ae97b9597e5ed0567e5a194b4aeb30ae364e962da43b36a"
+
+[[files]]
+file = "mods/Patchouli-1.20.1-84-FORGE.jar"
+hash = "e883f33ae0e5eb128b36e145072027e620e9992e24809dc07bf4e7ac195b9519"
+
+[[files]]
+file = "mods/PickUpNotifier-v8.0.0-1.20.1-Forge.jar"
+hash = "b343d2068413d895deb45417f56d2c823fe07b173879c1b03575eebfc189011d"
+
+[[files]]
+file = "mods/Placebo-1.20.1-8.6.1.jar"
+hash = "f53bd23c3c17c5ac89d3c74e5d1b6b7c1051c7d28ae2e8f4d3283c36c1d90174"
+
+[[files]]
+file = "mods/PrettyPipes-1.15.0-all.jar"
+hash = "8d5d0bf687d7377067fc55e94d361e4a01b1a6710d13caba72f7af61c6e84438"
+
+[[files]]
+file = "mods/Prism-1.20.1-forge-1.0.5.jar"
+hash = "b1a576f920faeb2175f693e3ee7ba9e5ff0bcf0e404da29f1824ea3c66efd240"
+
+[[files]]
+file = "mods/PuzzlesLib-v8.1.17-1.20.1-Forge.jar"
+hash = "78cfe1ff867300af31f3aac8e65a74a6d8d563bbc2bd23c6ba813aff2ab82c6d"
+
+[[files]]
+file = "mods/Searchables-forge-1.20.1-1.0.2.jar"
+hash = "dfab5b71552e8e702bb01360f5e8d1a6d714cf6881a30cb7072184a144c2b1e2"
+
+[[files]]
+file = "mods/ShoulderSurfing-Forge-1.20.4-2.8.2.jar"
+hash = "0aa013ea6f8fa99fa16b5b872c26c7726bf6b52887bebcfd1582294bca6a73e9"
+
+[[files]]
+file = "mods/SkyVillages-1.0.3-1.19.2-1.20.x-forge-release.jar"
+hash = "dccfa3f5b2066c41c7dec78b6fb9ba2922350ed3bc49563f11d92f356610d0b8"
+
+[[files]]
+file = "mods/Stackable Potions-forge-1.20.1-1.0.0.jar"
+hash = "14868a8936e10f1dccb6d6f0c56ae678b929db9b7d14b97bfc1116960d752b53"
+
+[[files]]
+file = "mods/Steam_Rails-1.5.3+forge-mc1.20.1.jar"
+hash = "4f5cee57d8615ac46de8eecc53d8b559a401caa676db132bdfd587dccc64b9a3"
+
+[[files]]
+file = "mods/Stellarity-v2-0e.jar"
+hash = "7cf2f221caa42e7a49754f8e788b07abeee3dac0545a30dc207c9deefe18a0a2"
+
+[[files]]
+file = "mods/Structory_1.20.2_v1.3.4.jar"
+hash = "b23b6565cac9af8c30a3f5faa110b3b6def6aa0d6d410c178107aacc1524d9a5"
+
+[[files]]
+file = "mods/Structory_Towers_1.20.4_v1.0.6.jar"
+hash = "2af4f008074c2af7f67917ee921071f6a7e58ef0a0eef703884cf534a2cad71c"
+
+[[files]]
+file = "mods/SuggestionProviderFix-1.20.1-1.0.0.jar"
+hash = "a0e10247abe3b1a677767888031029280726e55ac3f86e438a13078dc4efa70b"
+
+[[files]]
+file = "mods/TelePass-forge-1.20.1-2.1.0.jar"
+hash = "c051efbf94b9831d3a68fbae15ccc5f7ddbd60ca32687adacd5265b0da92eaef"
+
+[[files]]
+file = "mods/Temporary-Spawners-1.20.1-1.5.1.jar"
+hash = "c394dbb8146aeac6d1a178c8cd8a8c704f9b8ffc21dd73334b08803fc253ded1"
+
+[[files]]
+file = "mods/Terralith_1.20.4_v2.4.11.jar"
+hash = "27f578903db894898294a960b95e4da397ec596cd48ed5202213f994b78c6bc2"
+
+[[files]]
+file = "mods/The_Undergarden-1.20.1-0.8.9.jar"
+hash = "e1a1379e89da94299fdab7410c0d6a3766319db2320f6236b70d5010f48813c5"
+
+[[files]]
+file = "mods/Tips-Forge-1.20.1-12.0.4.jar"
+hash = "e5d424369b00186be68975ee32a63b847946e58e7f5c51167d448d94df9ddc3c"
+
+[[files]]
+file = "mods/ToastControl-1.20.1-8.0.3.jar"
+hash = "e9923900cabbc12ffde7cc36113936f24b773bb33b22c19e4109cca52fc55ad6"
+
+[[files]]
+file = "mods/TravelersTitles-1.20-Forge-4.0.2.jar"
+hash = "e72bcce5e31ab2d5f09eff53697969b32e56c35801b3014e03d558b442b9d38b"
+
+[[files]]
+file = "mods/UniversalEnchants-v8.0.0-1.20.1-Forge.jar"
+hash = "bbd648a1a1b7bc7ce521d06dbc15a820c36eac4d7d4af23896b8ebdab2c03600"
+
+[[files]]
+file = "mods/WaystonesTeleportPets-1.20-1.20.1--1.2.jar"
+hash = "dd6155569fb347e808202e7c32e1b80e3d867eb1e9579dc9ea05eb4411078de1"
+
+[[files]]
+file = "mods/WitherSkeletonTweaks-1.20.1-9.1.0.jar"
+hash = "40b492f768ec92b1c91fbe29df7bc53b7b5ef31b1c34acc6d07f5f5ba2315f2d"
+
+[[files]]
+file = "mods/XaerosWorldMap_1.37.8_Forge_1.20.jar"
+hash = "0c4861b6f6121fbcb1e46b93688d020290ac6e2c9d79b08e64134b0637cf346a"
+
+[[files]]
+file = "mods/Xaeros_Minimap_23.9.7_Forge_1.20.jar"
+hash = "8bd0a5a04172e851ee4e035ce5d5d40fb0bb1d4c41c2b43bef5ccde639fffe92"
+
+[[files]]
+file = "mods/YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.jar"
+hash = "6dacf5ea0cec5d6d53e7d002d4a06ac4fa5f7ec665f3932bb6566136e6a7f8ed"
+
+[[files]]
+file = "mods/YungsApi-1.20-Forge-4.0.3.jar"
+hash = "7bb77646f9326203ed0076eefdbea93ff3bb3ca9435d300acda79daaf96f1221"
+
+[[files]]
+file = "mods/YungsBetterDesertTemples-1.20-Forge-3.0.3.jar"
+hash = "5a74294725232c665b908af6e25224d111550cf69d74613e415b9f48ff150d16"
+
+[[files]]
+file = "mods/YungsBetterDungeons-1.20-Forge-4.0.3.jar"
+hash = "aa194095ea0468dd721e18ffdfe19e33c6072ad17f6c7e6bfe002f03245dc4ff"
+
+[[files]]
+file = "mods/YungsBetterJungleTemples-1.20-Forge-2.0.4.jar"
+hash = "5d5153925707d5723e54733c285cbe2ab7ab823c2bec7fb2488441eaefcd5423"
+
+[[files]]
+file = "mods/YungsBetterMineshafts-1.20-Forge-4.0.4.jar"
+hash = "6632e7bcc58325098e85bcb755483de7cb3af92a5ea548f3b5c0162cbf0dc1dc"
+
+[[files]]
+file = "mods/YungsBetterNetherFortresses-1.20-Forge-2.0.5.jar"
+hash = "05d4e572367b12738f5e384cabc7597d349f82fb3d4d5c18ea4a591790466d82"
+
+[[files]]
+file = "mods/YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar"
+hash = "bea2640c4afeb5231362a756d886ca4f246c7951175c91348272b3ce5d483bae"
+
+[[files]]
+file = "mods/YungsBetterStrongholds-1.20-Forge-4.0.3.jar"
+hash = "054b0a1be86510ed6bd05de66a29200f13f5603c0c9eb7e62074ddc3d19cb0e4"
+
+[[files]]
+file = "mods/YungsBetterWitchHuts-1.20-Forge-3.0.3.jar"
+hash = "24b3bdc844755e8a39571b5000d8dd829543f7b150d154016ccd926e47d06a71"
+
+[[files]]
+file = "mods/YungsBridges-1.20-Forge-4.0.3.jar"
+hash = "728e49e81a088291c75835130f59357fe772d77c1f2de91c63872579d5485f6c"
+
+[[files]]
+file = "mods/YungsExtras-1.20-Forge-4.0.3.jar"
+hash = "3def0d66debef6185df82f6b777ec382a59dc66da47c8f081e69cc059da1d98d"
+
+[[files]]
+file = "mods/aggroindicator-1.20.x-1.0.0.0.jar"
+hash = "19c6fa4722638ca343047c742adfcab5e1f9602eda19fdf4f1177ed263846779"
+
+[[files]]
+file = "mods/alexsmobs-1.22.7.jar"
+hash = "2c6bf07d5017218937e6bcb401d1921a2519e8401837add214a1cb863398d3d2"
+
+[[files]]
+file = "mods/appleskin-forge-mc1.20.1-2.5.1.jar"
+hash = "e12419e43e3babc810af289403c5cd96bd7f09809b389acc6bb2f122b4b2a426"
+
+[[files]]
+file = "mods/aquamirae-6.API15.jar"
+hash = "6f5d9a0c9d48c1e3c6f79ae9b1ce67e41505524ed3923742313d83884c8e7f48"
+
+[[files]]
+file = "mods/architectury-9.1.13-forge.jar"
+hash = "11de47a8551ff5914529098e5fa4d9ad8f76bd272878b6a8327fb5a1ac5a2523"
+
+[[files]]
+file = "mods/auudio_forge_1.0.3_MC_1.19.3.jar"
+hash = "e4b77a49a41d8ec4015c5124b9b26ee89608dabf13829730f268c5be990dfe27"
+
+[[files]]
+file = "mods/balm-forge-1.20.1-7.2.1.jar"
+hash = "263c213492a5109743c7598c13bd73442b6397b9b10e5e05c53f4562b9a0d5cd"
+
+[[files]]
+file = "mods/beautifiedchatclient-1.20.1-2.4.jar"
+hash = "b5347b03a6f509535439f8785609af3577dfd787e92a671f60b9abd670f66b5b"
+
+[[files]]
+file = "mods/bedsdontexplode-1.20.x-1.0.jar"
+hash = "58c87c15b6e13ee817235239125633f6bb22abfc4531cbab3f26cec3ffe49474"
+
+[[files]]
+file = "mods/bellsandwhistles-0.4.3-1.20.x.jar"
+hash = "a9222c01892ff69c088a8f220d7c1a0b76835a9e9a24deb906e248dd9e57a044"
+
+[[files]]
+file = "mods/betterarcheology-1.1.5-1.20.1.jar"
+hash = "3d38d42995ce35faac299d0ae01bb58903fc70704b589378c409084c14cc3f54"
+
+[[files]]
+file = "mods/bettercombat-forge-1.8.4+1.20.1.jar"
+hash = "887a216bf732d49a3734b1c421f0329af8ecd84690e5f640a3d8516f8f4df158"
+
+[[files]]
+file = "mods/biomespawnpoint-1.20.1-2.2.jar"
+hash = "fa874a873aaacecf8f01970aad5bcc605f0915d46e9e613f5af36faad5568724"
+
+[[files]]
+file = "mods/blockui-1.20.1-1.0.139-BETA.jar"
+hash = "983faaa2ceb102b618ecb1cb733f257b433c5ba85d75bc28e166b567a9c49cec"
+
+[[files]]
+file = "mods/blue_skies-1.20.1-1.3.31.jar"
+hash = "dda5351a7d75f8074e9878912140fd5ab2fe4e74d7678d4f9c52c0b86bce9748"
+
+[[files]]
+file = "mods/bowinfinityfix-1.20.x-forge-2.6.0.jar"
+hash = "a4ca1659fe31477b54e4741a6639e0b930043718a29870e94f59fcb27a46948c"
+
+[[files]]
+file = "mods/bwncr-forge-1.20.1-3.17.0.jar"
+hash = "de13e22c32f269f10dd8bcb3bf658fff1160071835ca6a9b09cf8fdcff0a4085"
+
+[[files]]
+file = "mods/caelus-forge-3.1.0+1.20.jar"
+hash = "e7d9c0bd0be90331c9d77d2b7f8df9054df88ea663f95addbbaae543d24fb92a"
+
+[[files]]
+file = "mods/canary-mc1.20.1-0.3.3.jar"
+hash = "51f6d78dd6c7874657e5757fd2f5d780aa3cd415052ad071077b8894c6430942"
+
+[[files]]
+file = "mods/catalogue-forge-1.20.1-1.8.0.jar"
+hash = "58445fc445546ab0db677edb9bf45bb87b99370e6483ee9080d816a9109cb210"
+
+[[files]]
+file = "mods/chat_heads-0.10.31-forge-1.20.jar"
+hash = "04d3f0d62d23a7f01da631953e77258a7ba702d31c9bc45442ba39673ba48ee3"
+
+[[files]]
+file = "mods/chatcolours-1.20.1-3.1.jar"
+hash = "5acffc15861a7ffb42e2ee794b305f2a6970f8055f62d6946b1abf3386680755"
+
+[[files]]
+file = "mods/chococraft-1.20.1-forge-0.9.10.jar"
+hash = "b63fca515effb225b402f2c7d0cbd24e0649a417a379a9ad4293184fb9934edf"
+
+[[files]]
+file = "mods/chunkloaders-1.2.8a-forge-mc1.20.1.jar"
+hash = "b418c8a4cd2832bed893937f264cf38e284aa771ef423388480ba1f546158a19"
+
+[[files]]
+file = "mods/chunksending-1.20.1-2.8.jar"
+hash = "54207d488545db565838bad97db7978800f5171e02c4ab7741b9ee5cd8ab5001"
+
+[[files]]
+file = "mods/citadel-2.5.3-1.20.1.jar"
+hash = "70afbe182031a7524f1daea9f11dd194bf0f9951aafc958f13c6322a86c84705"
+
+[[files]]
+file = "mods/clickadv-1.20.1-3.7.jar"
+hash = "b10b1ba86137fc31ef7e73bdc72104ffa411766da564a6d4b18107d8dfbdb61c"
+
+[[files]]
+file = "mods/cloth-config-11.1.118-forge.jar"
+hash = "e825f1a61685182d61093d682c0bfcbe53f726b42297e7dcf1a5f1e1a1b0557f"
+
+[[files]]
+file = "mods/collective-1.20.1-7.30.jar"
+hash = "2abe09d984a0a85f1738e1f82d67bcb960b1e8886c11fef8f00fbaec053dee3b"
+
+[[files]]
+file = "mods/combatroll-forge-1.3.1+1.20.1.jar"
+hash = "f6bfae1c005799b90174385768c6fa3559fcb18cbfccb771bdd60c9bafbe92c6"
+
+[[files]]
+file = "mods/comforts-forge-6.3.5+1.20.1.jar"
+hash = "a152c28880068000445e85ac73b10c19e94c2fb7932aa90fad48654141a8ad7b"
+
+[[files]]
+file = "mods/connectivity-1.20.1-4.9.jar"
+hash = "c1d223f4caf1f47eac621b6c6c1823352cab88c67a8f80183dcc90922fb2f5be"
+
+[[files]]
+file = "mods/cookingforblockheads-forge-1.20-16.0.1.jar"
+hash = "3dedce3f9688eec8fb2c96a983dd75740f0f39d4e5796cf934eb901edd653e34"
+
+[[files]]
+file = "mods/corn_delight-1.0.3-1.20.1.jar"
+hash = "78697387b8e03f3f071f9a85fc9e054b645f7acc4b4c364511793aa6c20d6c02"
+
+[[files]]
+file = "mods/coroutil-forge-1.20.1-1.3.7.jar"
+hash = "11448808a42c17425cf2ea39701841008683d6ad6e2838a34eef0253251a870f"
+
+[[files]]
+file = "mods/cosmeticarmorreworked-1.20.1-v1a.jar"
+hash = "c790e8671625b05ec0aa19272e0ea74ea95619f953e3c6f39a6736af0d386804"
+
+[[files]]
+file = "mods/craftingtweaks-forge-1.20-18.2.2.jar"
+hash = "41f5f9795ae660defb773ee3344b44ab7a4a33e8e419b360e3da3251db2db27e"
+
+[[files]]
+file = "mods/crashutilities-8.1.4.jar"
+hash = "2939fd6ca8211c283d1606b140951d543880d5f5843c26b4f87c85ef8e34259d"
+
+[[files]]
+file = "mods/create-1.20.1-0.5.1.f.jar"
+hash = "4d69c98e33aee3c98d76d11aab3d497ff0c82d367f1378b2dee19971932aa206"
+
+[[files]]
+file = "mods/create_enchantment_industry-1.20.1-for-create-0.5.1.f-1.2.9.b.jar"
+hash = "570c75cf0fdbfd0a756624057a8861e682a7979620532237d8c40914652f8efc"
+
+[[files]]
+file = "mods/createaddition-1.20.1-1.2.3.jar"
+hash = "1515012e73390767f2509b177881ec2c2d092074766f555bb9a2b1f4e4916f4a"
+
+[[files]]
+file = "mods/createdieselgenerators-1.20.1-1.2h.jar"
+hash = "8d8c23962220ea8303a756337c2d47eac3b95293d807e4adeb7fe4e741e859a8"
+
+[[files]]
+file = "mods/createliquidfuel-2.1.1-1.20.1.jar"
+hash = "235779aff4e5ad5114702036b467dec846f2c4cb8d547757d397c528efa93233"
+
+[[files]]
+file = "mods/creeperoverhaul-3.0.1-forge.jar"
+hash = "7a1c527d99708d9a10c2b89604314c2ccc622b47e14b29bb982fff534a15ae9d"
+
+[[files]]
+file = "mods/cte_essentials-1.0.5.jar"
+hash = "2ea82f81e620c7d4141eeda7c3dc425064cceecf77368b69f3b9f2925f745f94"
+
+[[files]]
+file = "mods/ctov-3.3.6.jar"
+hash = "4533867b4f77123797a586ecccea32d80f18d1acad143c7e95c37f65b8302df9"
+
+[[files]]
+file = "mods/cuisinedelight-1.1.13.jar"
+hash = "ef4ad624d923eb9a9bf16810413220f667b14643ad8a41784e44d34536307003"
+
+[[files]]
+file = "mods/cupboard-1.20.1-2.3.jar"
+hash = "8c359f46683e9671871d84597e10e479750c3250eea838cbd9d647efd02d364d"
+
+[[files]]
+file = "mods/curios-forge-5.7.0+1.20.1.jar"
+hash = "2287e9e8ac5a51e843d844190cd1f3fb52498e72451aa9733dde0b4fa1254635"
+
+[[files]]
+file = "mods/curios-forge-5.7.2+1.20.1.jar.disabled"
+hash = "81cb3b9972f501b56fceb12e028c076186c35517bc78223622293b76cf71587f"
+
+[[files]]
+file = "mods/customizableelytra-forge-2.1.1+1.20.jar"
+hash = "b76f3afb53a7af8515710d29e247f1809d09d5b3d24c0660ffbac4abb78462bc"
+
+[[files]]
+file = "mods/deathbackup-1.20.1-3.2.jar"
+hash = "7fcd6a24a4668cf9ab6962621e8a8898d049c606f8812ff96642bd8b43884e4a"
+
+[[files]]
+file = "mods/deeperdarker-forge-1.20.1-1.2.1.jar"
+hash = "9aa920c843754bb872256a0c2303bca3724b30e49fb6d40db9214364262dc187"
+
+[[files]]
+file = "mods/defaultoptions-forge-1.20-18.0.1.jar"
+hash = "f65ca08421d5a1f2f855f0da3853c83b22299ae964c9a7803b727fc98728e781"
+
+[[files]]
+file = "mods/deuf-1.20.1-1.3.jar"
+hash = "cc208a8eb0f9d3a4a4774ee190656954d93ae50b8d49886484cd955dbe8ec8b4"
+
+[[files]]
+file = "mods/dimensionviewer-1.20-1.4.0.jar"
+hash = "49d4ba614f7eadc6befe9e8c1ae06bf606f61c3b5848e26fa5d8fadcf09b8a51"
+
+[[files]]
+file = "mods/domum_ornamentum-1.20-1.0.157-BETA-universal.jar"
+hash = "d2fa576bd27b85933cc2ef2f0e00494e54f73545f581472c59ef4f1607f25dee"
+
+[[files]]
+file = "mods/doubledoors-1.20.1-5.2.jar"
+hash = "bb59f158b42352e063a612f92c666c4b4a9dd1ba63e2a48e8a46aee36d0e0c27"
+
+[[files]]
+file = "mods/drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar"
+hash = "77c7a08a2bca60fd666b5fa3f663968686e081da1cc4aae5e22a00635d38b2ce"
+
+[[files]]
+file = "mods/dummmmmmy-1.20-1.8.14.jar"
+hash = "fb23253e41fc1dd5e5a0260ef366896178f062ea02999dd3893323f4bcfc5102"
+
+[[files]]
+file = "mods/elytraslot-forge-6.3.0+1.20.1.jar"
+hash = "f63e65963dd486f3a3411515afca8565b6209de9cabad1d940541be0b3165c66"
+
+[[files]]
+file = "mods/embeddium-0.3.4+mc1.20.1.jar"
+hash = "ffda62979e1ebecd82a5807f73cfc10d3668bd615c149120322dfac8d2a3bd50"
+
+[[files]]
+file = "mods/embeddiumplus-1.20.1-v1.2.4.jar"
+hash = "24c3e275eb2627e6f60ea399c8ffb5f02bda85b4e81e4286dd119d8e72d08277"
+
+[[files]]
+file = "mods/emi-1.1.1+1.20.1+forge.jar"
+hash = "de6e31cd1275044571a20c354ff450dfa77c6b6e775db46ad320bcab40571783"
+
+[[files]]
+file = "mods/endersdelight-1.20.1-1.0.3.jar"
+hash = "c0e2908e6f0d11bb79d63d4ae491d4deaa268c4f4e3ed0b6be840d244e2cff00"
+
+[[files]]
+file = "mods/endertrigon-1.20.1-1.0.jar"
+hash = "0f7fc3f0e3a50cafa2d42c7f3347999714a0a23c31c220a7f3316a1db53976d2"
+
+[[files]]
+file = "mods/entityculling-forge-1.6.2-mc1.20.1.jar"
+hash = "132ec1dc9127511f044eea7a8ff3636373ed7dcb3696e4b25c4215bc85e8a25c"
+
+[[files]]
+file = "mods/fancymenu_forge_2.14.13_MC_1.20.1.jar"
+hash = "ff3af5514d760b51b2b9d4d503b9086e9aef175a8ea5b9e4be4616462f1988a9"
+
+[[files]]
+file = "mods/farmingforblockheads-forge-1.20.1-14.0.2.jar"
+hash = "cdc7e92a2f2cd31a7d55198957c827ad6e627dac9d1b0ebd6aea2dde8d882692"
+
+[[files]]
+file = "mods/farsight-1.20.1-3.6.jar"
+hash = "c68f348d2244eaab754d439ca2b042c682f9064de432363d04bf403236041fca"
+
+[[files]]
+file = "mods/fastpaintings-1.20-1.2.4.jar"
+hash = "9ac371da0066d22125f6f807e6d1a01c881c0470aa4269606408642ebed548bc"
+
+[[files]]
+file = "mods/ferritecore-6.0.1-forge.jar"
+hash = "9c2c9396a49e796d88497758caa4637d2bcbb433c318e2dd9cebcffbaf0f6c54"
+
+[[files]]
+file = "mods/findme-3.2.1-forge.jar"
+hash = "e23c0c503ee271ca351084c5a40411c5921dbf1d97e95fc59c304270977171c6"
+
+[[files]]
+file = "mods/firstjoinmessage-1.20.1-3.3.jar"
+hash = "4321fe5490e52b1f074a872d2135093d05b1249e9c778a724ac7d2b426b8609b"
+
+[[files]]
+file = "mods/fixexperiencebug-1.20-46.2.2.jar"
+hash = "08dc722aaa1bd61b4ee867badeb830e537b8362633197dd211c772a4a002f42e"
+
+[[files]]
+file = "mods/flan-1.20.1-1.8.11-forge.jar"
+hash = "25bdb595a2b75852b1806d5e3ebe10a78fd427617a00ea2c485d154f0bf925cf"
+
+[[files]]
+file = "mods/flickerfix-1.20.1-4.0.1.jar"
+hash = "6f154f6bd798cdf5a9f3f90c743b396b2162308c69d9713af22091a18a4746b6"
+
+[[files]]
+file = "mods/fm_audio_extension_forge_1.1.1_MC_1.20.jar"
+hash = "8ac7fe847dd58f48462b3273599794c1ba5fd2413bfb5a6733d693a8975c2724"
+
+[[files]]
+file = "mods/footprintparticle-0.5.1-mc1.20.jar"
+hash = "5da06a70f2ad28e37edc08d1301ddf9b61ebf6ee99a71cdf2ad4a54e985a4608"
+
+[[files]]
+file = "mods/framework-forge-1.20.1-0.6.26.jar"
+hash = "6ddba6b5dc4f46daa68e5f2d80583c980b6c81ec9dc481e4bb7767bb39afbc28"
+
+[[files]]
+file = "mods/friendsandfoes-forge-mc1.20.1-2.0.9.jar"
+hash = "a8295fd02728016e1defe3bd640f746bd18bebfad58aab5d573805c80b86e665"
+
+[[files]]
+file = "mods/ftb-library-forge-2001.1.5.jar"
+hash = "06ca29bb9c5b2225f529a3864967522705a4a2618b1e24819bb61b3cf1be78da"
+
+[[files]]
+file = "mods/ftb-quests-forge-2001.3.3.jar"
+hash = "2e1b07e635c07dee7cc1439b0e90d7f1f731d3b91fceff737802897b14ac7690"
+
+[[files]]
+file = "mods/ftb-teams-forge-2001.1.4.jar"
+hash = "96305338a81495a61b269c558ba0222adfb4ea18e9e7127d72295e3d27e7c3d6"
+
+[[files]]
+file = "mods/ftb-ultimine-forge-2001.1.4.jar"
+hash = "a2cad442f33bbd00da3bbeb159ec07eccbb1fa92de5660d8a211b155112ee02c"
+
+[[files]]
+file = "mods/geckolib-forge-1.20.1-4.4.2.jar"
+hash = "6381f64907b9b5584e255ad136a4bfd2d36bafc0c1178901d54cd0e27b51dd53"
+
+[[files]]
+file = "mods/globalxp-1.20-1.10.3.jar"
+hash = "5cce07ed22c18fe81c620e2d2b6eb7adfb60125eae823dc151607eaf785582e1"
+
+[[files]]
+file = "mods/goblintraders-forge-1.20.1-1.9.3.jar"
+hash = "ff114b109d4db541178f3ea0bb87f7709799fe6565e5c709267c836b50d7b1db"
+
+[[files]]
+file = "mods/handcrafted-forge-1.20.1-3.0.5.jar"
+hash = "48cc0d5e5e5c1751c18fa2fc2d79dab64ed658f76b9e397ef51767bd6695a43d"
+
+[[files]]
+file = "mods/highlight-forge-1.20-2.0.1.jar"
+hash = "a0967ce8605d99fd5870f093ddd3ba18c548b9b1858a459b42f4e0feabaefaee"
+
+[[files]]
+file = "mods/hitindication-1.20.1-1.3.1.jar"
+hash = "57a75f28924bff558e7e97422cc42e0eebc7b2529a18aa0d4cda5c8190412f17"
+
+[[files]]
+file = "mods/inventoryessentials-forge-1.20.1-8.2.1.jar"
+hash = "92c7a870ca7efb036c501d15c7577d38798d30236f8439cead740db9a50a98ce"
+
+[[files]]
+file = "mods/inventorysorter-1.20.1-23.0.1.jar"
+hash = "0945acae4536823bee289cf4f09879d92f9ff776ad7961a409356feb9c79b2e2"
+
+[[files]]
+file = "mods/invhud.forge.1.20.1-3.4.18.jar"
+hash = "9752f8e8307ea5ec299090d6dd518ac5b293f4478a12d0206bbbc5d80024a318"
+
+[[files]]
+file = "mods/item-filters-forge-2001.1.0-build.59.jar"
+hash = "99417b1342ba51ccb9611b17ab01fc1299971aa34e8f9d2a8b3c63df5713eb49"
+
+[[files]]
+file = "mods/jei-1.20.1-forge-15.3.0.4.jar"
+hash = "908a41f6da93b384000374260d6031c109ce07604ae4b4ce27809b1a18829d17"
+
+[[files]]
+file = "mods/jumpboat-1.20.0-1.0.5.jar"
+hash = "00491a3723b3d22094d40a6b782f919fd3428557ea1ae0d5312fb3dce96393f9"
+
+[[files]]
+file = "mods/konkrete_forge_1.8.0_MC_1.20-1.20.1.jar"
+hash = "e78686b92c3761ec26eb9d3c53efdd3d6ca77981cbd3723995e1163b7103ae0b"
+
+[[files]]
+file = "mods/kotlinforforge-4.10.0-all.jar"
+hash = "dfd1ce585e91cf99f30cab74dd99d7401300e4fdf03f0df81376d73e3ee06cc7"
+
+[[files]]
+file = "mods/letmedespawn-forge-1.20.x-1.2.0.jar"
+hash = "be0a9e08652968bbb14a3771c9823f0664be27970f5cba910e20ad0524a76bfa"
+
+[[files]]
+file = "mods/libIPN-forge-1.20-4.0.1.jar"
+hash = "b6986d46cd5fe01808a860aa47d8902b6cc7b1e970c9fd022de8500082ed8248"
+
+[[files]]
+file = "mods/lightmanscurrency-1.20.1-2.2.0.3c.jar"
+hash = "d37c5fabee184c6385b7375426cfef75f69024e58c959f939852d0008783cf48"
+
+[[files]]
+file = "mods/loadmyresources_forge_1.0.4_MC_1.19.3.jar"
+hash = "43f59caaa240609e556a57fe4cafa229d1071baff6af4095d61f4ab38a853dcb"
+
+[[files]]
+file = "mods/logprot-1.20.1-3.3.jar"
+hash = "74b4592639addde6b2225cffd03988511090b4f299fc08206fc692ef8c879cfa"
+
+[[files]]
+file = "mods/lootr-1.20-0.7.31.78.jar"
+hash = "f407ef80515971a3539bfb1c369919c626abd5b98cdc95a4c037c9abffd4971e"
+
+[[files]]
+file = "mods/mcw-bridges-2.1.1-mc1.20.1forge.jar"
+hash = "612975c8d83a12875a5bcfab8f5fb66185faea53d00c5a05f7b7879e4fcfdc52"
+
+[[files]]
+file = "mods/mcw-doors-1.1.0forge-mc1.20.1.jar"
+hash = "84dcd53ce10397ac664b956ba390a63ebf95c2416ce7a48829dda44d0ad079b0"
+
+[[files]]
+file = "mods/mcw-lights-1.0.6-mc1.20.1forge.jar"
+hash = "b86ce67b33d3b105616f9f5a556d2d364793b92f722ec408acbcd72512c1c273"
+
+[[files]]
+file = "mods/mimimod-1.20.1-3.1.1.jar"
+hash = "7d47d58c25554859ccbf88dbee26cc6dfe73765cb1a5150f69dd68eb8e7b23b7"
+
+[[files]]
+file = "mods/minecolonies-1.20.1-1.1.474-BETA.jar"
+hash = "45b978b9933532adf10969a7d634246ed7840304312afaeb7ab9abd301e86dab"
+
+[[files]]
+file = "mods/modelfix-1.14.jar"
+hash = "9a66a5003a679a8137367a976408ee872246b5edb091971690ab7b5331bf4a70"
+
+[[files]]
+file = "mods/modernfix-forge-5.13.0+mc1.20.1.jar"
+hash = "9f56a2eb8c6e4a26384cda0d18fdb9c160c12b85584a4c13475e45bae335bf9f"
+
+[[files]]
+file = "mods/moonlight-1.20-2.9.17-forge.jar"
+hash = "ac89ced2a5e78bb4c593eec1a08056b2cb436ce82ade9d20e4cb6d39415e80c8"
+
+[[files]]
+file = "mods/moremobvariants-forge+1.20-1.2.2.jar"
+hash = "512c92ee7177746dcc7ef644d4b9b355eae7e6c9af0777de7a64e68d1d637801"
+
+[[files]]
+file = "mods/moreoverlays-1.22.3-mc1.20.2.jar"
+hash = "d128037878f363861451e3b31da5ad120488ec28f6eb8330fd6e4b809318efcc"
+
+[[files]]
+file = "mods/moresnifferflowers-1.3.1.jar"
+hash = "2e56393c2ce61712e74b0be33457a62647bd1fd0407e5b571735c46df51a12dc"
+
+[[files]]
+file = "mods/multipiston-1.20-1.2.32-ALPHA.jar"
+hash = "119df899a52a0fe88d5418affdf774f72681904a2e748b698ce6e40655a056fe"
+
+[[files]]
+file = "mods/mysterious_mountain_lib-1.4.2-1.20.1.jar"
+hash = "69e0a6095b98cf9a5b6cd710115d089ebb587520430728dfa6d0217e3e7ae050"
+
+[[files]]
+file = "mods/nerb-1.20.1-0.3-FORGE.jar"
+hash = "c485819e5f3b8705abd1da8662fb91ea8b412015a435d342a4faf31dac14c9bc"
+
+[[files]]
+file = "mods/neruina-1.3.0-forge+1.18.2-1.20.1.jar"
+hash = "54cf6f1a26e214cf353fde28fec5053acaba34d139ae664e386cd0c5625f11e5"
+
+[[files]]
+file = "mods/netherportalfix-forge-1.20-13.0.1.jar"
+hash = "06f1354664aee53d4c32c83f76ed94bb72426a75b7e0eb8e415abfba3634cf4e"
+
+[[files]]
+file = "mods/nethersdelight-1.20.1-4.0.jar"
+hash = "28b072bc5c09ee889468546676c9bf0268eaa415865704bbeeb33f6a37005a30"
+
+[[files]]
+file = "mods/nightlights-1.20.1-1.1.jar"
+hash = "714775d9b8aee7fa16df51e1b6f1e95cc3cfe6986eb19648fbbee7fe9ff6cbdb"
+
+[[files]]
+file = "mods/no-telemetry-1.8.0.jar"
+hash = "ae069da180817f81f420659bfec4ae14ad44e167a81bb325bb5fa48c548bd52d"
+
+[[files]]
+file = "mods/notenoughanimations-forge-1.7.1-mc1.20.1.jar"
+hash = "a469acb400ef435148690b73cfdde7889f54f7c094b11d9256ef7f4ab0d0b8fb"
+
+[[files]]
+file = "mods/obscure_api-15.jar"
+hash = "dd31231b626b894d89747f59d090887b8a956313f1e1f07e5a57b5086ebba301"
+
+[[files]]
+file = "mods/oceansdelight-1.0.2-1.20.jar"
+hash = "ea6ae6bd1459046b7d7fd2c515a80b6966ff2c629bdf22d6298f0a73432b932d"
+
+[[files]]
+file = "mods/octolib-1.20.1-0.3.jar.disabled"
+hash = "9baea129fcd243fe9854aea2126c27be8764ee5e1bcfe797fb8618c489195f1b"
+
+[[files]]
+file = "mods/oculus-mc1.20.1-1.6.15a.jar"
+hash = "c9b9d835bfd90799aa3aa56bdc9ba57742da3ee12f1a0cecc9d8a44e4592a528"
+
+[[files]]
+file = "mods/overworld_mirror-forge-1.20.1-1.7.0.23.jar"
+hash = "bb0c17c31c5655e58826466fc39402e6b283edd11c893a404c749e55752c0823"
+
+[[files]]
+file = "mods/passiveshield-1.20.1-3.4.jar"
+hash = "fac6483a5a3c83841f5194d9cc59ac9fb30640d440f73c6aa713203e3f1a02c0"
+
+[[files]]
+file = "mods/player-animation-lib-forge-1.0.2-rc1+1.20.jar"
+hash = "90d9965cb9efdbda29fdc5610be3914cf7008bf5c392ff34f7ab25f96a852691"
+
+[[files]]
+file = "mods/polymorph-forge-0.49.2+1.20.1.jar"
+hash = "a6d89a219de9c3e0160d8efa0c87348641ba6c9f28354efab17cba085ad6b106"
+
+[[files]]
+file = "mods/puzzledungeon-forge-1.20.1-1.2.0.jar"
+hash = "12bb30491ae4c1f04f8693090f67714fa3b926a1d1f6b097593425d0f72b6f97"
+
+[[files]]
+file = "mods/questsadditions-1.4.3a.jar"
+hash = "d9cc8da5da2a96bea10fa5df08a3e5bb7db7090fda30290ce4add14a0779b996"
+
+[[files]]
+file = "mods/quickstack-1.20.1-1.jar"
+hash = "f3ddd13eafccc2b299eb393a6d4d4f567c175d76c84fb94154b7ecfc16788dce"
+
+[[files]]
+file = "mods/realmrpg_dragon_wyrms_1.0.1_forge_1.20.1.jar"
+hash = "c252a7900f6f518c7344755b4000a33ca2291941204ef849cbdf14626fcc6873"
+
+[[files]]
+file = "mods/refinedcooking-4.0.0.jar"
+hash = "7f77e8b0efe06aa31874f1ed764b252d2d2e7d644beecde582640e2d04f0ea6f"
+
+[[files]]
+file = "mods/refinedstorage-1.12.4.jar"
+hash = "afda49a01e5ac8e20706032eb80699cc3b50d3b346478324ead62503cb774acd"
+
+[[files]]
+file = "mods/repurposed_structures-7.1.11+1.20.1-forge.jar"
+hash = "d77da2d274d2164fc8062e442c7b94a3fadbd09d269b47d6c07753df2ac9936d"
+
+[[files]]
+file = "mods/resourcefulconfig-forge-1.20.1-2.1.2.jar"
+hash = "c4aef41d50e5bb8be8609f1f89919f9caca8363365998688fb6aabac03abf428"
+
+[[files]]
+file = "mods/resourcefullib-forge-1.20.1-2.1.23.jar"
+hash = "6746de2e3cb1daac002282cb4bcebde906ef4114f54c3618a4057f7dbfaaa053"
+
+[[files]]
+file = "mods/right-click-harvest-3.2.3+1.20.1-forge.jar"
+hash = "c28cd7568f4a80ccb535f79a700a6c09a632b7574f1284f15dab4b339f7ae846"
+
+[[files]]
+file = "mods/riskofrain_mobs-1.20.1-1.1.2.jar"
+hash = "54766d4efe3de5144608a0a806e8939e587cf2582698299193f55c375a683de6"
+
+[[files]]
+file = "mods/saturn-mc1.20.1-0.1.3.jar"
+hash = "7e6dcc7c2b0db19ec2f965fac91a49e13dcc611f2d86f6bb56d7d68da901aaf8"
+
+[[files]]
+file = "mods/sebastrnlib-4.0.0.jar"
+hash = "40ff60a6739b91cc63216d414164b1e7e8447545c0e79f73f9cc888601dde809"
+
+[[files]]
+file = "mods/serverconfigupdater-4.0.2.jar"
+hash = "2d8d719ed6a0ec549a225a9053583d3d3063738b24d89a36a6c8e239d76064bd"
+
+[[files]]
+file = "mods/showcaseitem-1.20.1-1.2.jar"
+hash = "17dd8bbd0efc1170f94a1e4c3e395f49ba0a5c921e8f682f1912607a01f5e649"
+
+[[files]]
+file = "mods/simplehats-forge-1.20.1-0.2.2.jar"
+hash = "2fd0fae53c49e6ccbbfe09d7a9b76b649461ad7d6552f5cb5693b25177342068"
+
+[[files]]
+file = "mods/simplemagnets-1.1.10-forge-mc1.20.jar"
+hash = "76e18afa4fe7610d3469aa1a790b024e4efa0f7867db28738277e46007d9864c"
+
+[[files]]
+file = "mods/skinlayers3d-forge-1.6.2-mc1.20.1.jar"
+hash = "856132239e2e719f10b79c18145d5ae78d461e9366d5970c211afa03c7131994"
+
+[[files]]
+file = "mods/sliceanddice-forge-3.2.0.jar"
+hash = "54d542cd0e0f945a6b1312b845790560023f07a08d5f6971361013aa76ad8ff8"
+
+[[files]]
+file = "mods/smoothboot(reloaded)-mc1.20.1-0.0.4.jar"
+hash = "5a0d2682493ffa7b140a7b81f0d1e70c7536c97969397cf9e718e31391b5b9d5"
+
+[[files]]
+file = "mods/smoothchunk-1.20.1-3.5.jar"
+hash = "ce9a3a9820b9f6ed67c961908aad7eec421d1e2f8f55d88a843a71355f459d71"
+
+[[files]]
+file = "mods/solapplepie-1.20.1-2.3.0.jar"
+hash = "c45a062a6724a88ac8684d43bbcb38bf43079094ad954f9bda2f8cf134012818"
+
+[[files]]
+file = "mods/sophisticatedbackpacks-1.20.1-3.20.1.1012.jar"
+hash = "d2be5592397d68f7a5cdd12fe3be181a2caf5f0b4bc330eadc9177b488128a62"
+
+[[files]]
+file = "mods/sophisticatedcore-1.20.1-0.6.3.553.jar"
+hash = "90788f2600b8c032d8d263073d90beb26caac474a5d2c5bb243a8bb6d7d36a53"
+
+[[files]]
+file = "mods/sophisticatedstorage-1.20.1-0.9.6.720.jar"
+hash = "1c22ed284db1ae11a17b84492dff9cc1997d582cfbb246a924324e4f13371f39"
+
+[[files]]
+file = "mods/sound-physics-remastered-forge-1.20.1-1.3.1.jar"
+hash = "d24d6a3ef33c92b18724d6dfe070f78b9b260ba4471b57f0045719b542146a48"
+
+[[files]]
+file = "mods/stalwart-dungeons-1.20.1-1.2.8.jar"
+hash = "c0b967220e751629da248151a30d8d21f9cf3afc6c92da0aa8bd838a05f8fd7a"
+
+[[files]]
+file = "mods/starterkit-1.20.1-5.5.jar"
+hash = "8bd7ea900390dde05560f1a1621f23232daa61db2953878fc03deb228755109c"
+
+[[files]]
+file = "mods/structure_gel-1.20.1-2.16.0.jar"
+hash = "13ba36ec4805ddee02a5adf34a7141320b5e1fbcaa8ce9a26d06da276a9ddc90"
+
+[[files]]
+file = "mods/structureessentials-1.20.1-3.2.jar"
+hash = "c70463a1276b038ab7be4bf79e7ffb449395c10e82173857d3318508692b1e3b"
+
+[[files]]
+file = "mods/structurize-1.20.1-1.0.693-BETA.jar"
+hash = "02a1cd655856bd40ed2c89d145d8548eb02e102a9fb2546c3a9ffbc57916f65b"
+
+[[files]]
+file = "mods/stylecolonies-1.3.1.jar"
+hash = "c1ba5557aae7df7e0d953903dd2a1750df70688132ff5aee3bd8867e064cb1cd"
+
+[[files]]
+file = "mods/suggestion-tweaker-1.20-1.5.1-forge.jar"
+hash = "dcf5061067fbe0c5cc59142c44fda3a0567cbb23df11b4dfbddf60175bce8f59"
+
+[[files]]
+file = "mods/supermartijn642configlib-1.1.8-forge-mc1.20.jar"
+hash = "bea425ef7e9cd27a7fc0f4b89e00cbd0a1ee050f071ecaa9f28f7238f400f0a3"
+
+[[files]]
+file = "mods/supermartijn642corelib-1.1.17-forge-mc1.20.1.jar"
+hash = "96eeec05477f54842417e21c8b24cd5dc9a314083906014cc9ee28643d9bc24c"
+
+[[files]]
+file = "mods/supplementaries-1.20-2.7.36.jar"
+hash = "cab08e395bc9b1333614694b8779b77ff30cc4d5acb5902fb61aff5ef79345cd"
+
+[[files]]
+file = "mods/suppsquared-1.20-1.1.12.jar"
+hash = "89cfa37fc58b0bbb7a4b4f0b464631b852c6292ae854f326b05794475da389f9"
+
+[[files]]
+file = "mods/textrues_embeddium_options-0.1.5+mc1.20.1.jar"
+hash = "37331ace374d27ee8e592b7292b624a14035a80993b76a412521770468abc3d2"
+
+[[files]]
+file = "mods/tlc_forge-1.0.3-R-1.20.X.jar"
+hash = "bb7da52ed3f577b7b1d16bd97951d1cc15552195cc494a7efe35d109198d9878"
+
+[[files]]
+file = "mods/toofast-1.20-0.4.3.5.jar"
+hash = "5dc0fc5687c43ad9cec522ebb6eda9d9c84edc5b0c401721e91450b1ef57de5a"
+
+[[files]]
+file = "mods/torchmaster-20.1.5.jar"
+hash = "cd6027d2b6b54ce1d77214bad618bf78a9781416f1068b7f5321328ffbc91bff"
+
+[[files]]
+file = "mods/touhoulittlemaid-1.20.1-release-1.1.7.jar"
+hash = "75fcb28d2b7630df2fee65a2ba2ee4efc261c8afd5e2ec95cce005bc714f4b46"
+
+[[files]]
+file = "mods/trashslot-forge-1.20-15.1.0.jar"
+hash = "627fcd989925d7d839f3654a98abbf1d689216b2b3c96d6c396a2e9eed788b5a"
+
+[[files]]
+file = "mods/u_team_core-forge-1.20.1-5.1.4.269.jar"
+hash = "82232082e92b3ba57fa5ba381a8a28aeb0ee6309052ce107aafb679235e76290"
+
+[[files]]
+file = "mods/villagespawnpoint-1.20.1-4.2.jar"
+hash = "ea9193a363f97585efef40e77f8ea9c8274aa7719299f4b34db6f0c1cebfb601"
+
+[[files]]
+file = "mods/watut-forge-1.20.1-1.1.0.jar"
+hash = "6ed9ec85399462597d1d367fc3f024835e642caae1e8cab1162561d8d5d7ff13"
+
+[[files]]
+file = "mods/waystones-forge-1.20-14.1.3.jar"
+hash = "5d45326ea2d0dd6b3d19e1c3884166971e8e42a65ff704edf2e554a34cfeb75b"
+
+[[files]]
+file = "mods/worldedit-mod-7.2.15.jar"
+hash = "17db6b3e94f52d25426684663e1e1846823cbb7907f1c365ac329e5bc7bfaf2c"
+
+[[files]]
+file = "mods/xaeros_waystones_compability-1.0.jar"
+hash = "df3159e8db3220e39f7714d808430ba12b16e88140bf2f7a4be6ac2333b03e09"
+
+[[files]]
+file = "mods/xercapaint-1.20.1-1.0.0.jar"
+hash = "2c8d4b1da9b95f26794126bb228794ecb9503e21a0087d15c55050fdd1aebd6c"
+
+[[files]]
+file = "mods/zeldamod-1.0.6.jar"
+hash = "cf877f7ac57fefc71c05eba73608851f66fb43b061d267f55c73ab7631dded31"
diff --git a/mods/achievements-optimizer.pw.toml b/mods/achievements-optimizer.pw.toml
index 8649cdb..63d56fd 100644
--- a/mods/achievements-optimizer.pw.toml
+++ b/mods/achievements-optimizer.pw.toml
@@ -1,13 +1,13 @@
-name = "Achievements Optimizer"
-filename = "AchievementOptimizer-1.20.1-1.0.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "42263ee2a5ae94f8061b597e1f803a3aac8b527b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4791478
-project-id = 912788
+name = "Achievements Optimizer"
+filename = "AchievementOptimizer-1.20.1-1.0.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "42263ee2a5ae94f8061b597e1f803a3aac8b527b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4791478
+project-id = 912788
diff --git a/mods/advancement-plaques.pw.toml b/mods/advancement-plaques.pw.toml
index 67d5902..9a1fa04 100644
--- a/mods/advancement-plaques.pw.toml
+++ b/mods/advancement-plaques.pw.toml
@@ -1,13 +1,13 @@
-name = "Advancement Plaques [Forge]"
-filename = "AdvancementPlaques-1.20.1-forge-1.5.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "459bf06be69d28ebf522d22905019cba785978c9"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4930510
-project-id = 499826
+name = "Advancement Plaques [Forge]"
+filename = "AdvancementPlaques-1.20.1-forge-1.5.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "459bf06be69d28ebf522d22905019cba785978c9"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4930510
+project-id = 499826
diff --git a/mods/aggroindicator.pw.toml b/mods/aggroindicator.pw.toml
index b65c359..1926171 100644
--- a/mods/aggroindicator.pw.toml
+++ b/mods/aggroindicator.pw.toml
@@ -1,13 +1,13 @@
-name = "Aggro Indicator"
-filename = "aggroindicator-1.20.x-1.0.0.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "bcf2b2016a4c0c18c292f773ab4500d78d5838e1"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5063499
-project-id = 882713
+name = "Aggro Indicator"
+filename = "aggroindicator-1.20.x-1.0.0.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "bcf2b2016a4c0c18c292f773ab4500d78d5838e1"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5063499
+project-id = 882713
diff --git a/mods/ai-improvements.pw.toml b/mods/ai-improvements.pw.toml
index 09b0cb8..3ee806d 100644
--- a/mods/ai-improvements.pw.toml
+++ b/mods/ai-improvements.pw.toml
@@ -1,13 +1,13 @@
-name = "AI Improvements"
-filename = "AI-Improvements-1.20-0.5.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "11ad483d1fd1f7ebd84b4940b1dc0926b3e9daa8"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4578262
-project-id = 233019
+name = "AI Improvements"
+filename = "AI-Improvements-1.20-0.5.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "11ad483d1fd1f7ebd84b4940b1dc0926b3e9daa8"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4578262
+project-id = 233019
diff --git a/mods/air-hop.pw.toml b/mods/air-hop.pw.toml
index 19da801..08f4dbf 100644
--- a/mods/air-hop.pw.toml
+++ b/mods/air-hop.pw.toml
@@ -1,13 +1,13 @@
-name = "Air Hop"
-filename = "AirHop-v8.0.2-1.20.1-Forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "31dc2b7977a72126bcd9dc019ec531f5bf98cb41"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5048418
-project-id = 323071
+name = "Air Hop"
+filename = "AirHop-v8.0.2-1.20.1-Forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "31dc2b7977a72126bcd9dc019ec531f5bf98cb41"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5048418
+project-id = 323071
diff --git a/mods/alexs-mobs.pw.toml b/mods/alexs-mobs.pw.toml
index e094715..10bedf6 100644
--- a/mods/alexs-mobs.pw.toml
+++ b/mods/alexs-mobs.pw.toml
@@ -1,13 +1,13 @@
-name = "Alex's Mobs"
-filename = "alexsmobs-1.22.7.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5b27e202521a2bad17582a8885227833f063507f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4959531
-project-id = 426558
+name = "Alex's Mobs"
+filename = "alexsmobs-1.22.7.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5b27e202521a2bad17582a8885227833f063507f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4959531
+project-id = 426558
diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml
index a0fcc81..470e80b 100644
--- a/mods/ambientsounds.pw.toml
+++ b/mods/ambientsounds.pw.toml
@@ -1,13 +1,13 @@
-name = "AmbientSounds 5"
-filename = "AmbientSounds_FORGE_v5.3.8_mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "82ea43c37c10ba8303fee7cea4fe3fae6d3a0294"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5056167
-project-id = 254284
+name = "AmbientSounds 5"
+filename = "AmbientSounds_FORGE_v5.3.8_mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "82ea43c37c10ba8303fee7cea4fe3fae6d3a0294"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5056167
+project-id = 254284
diff --git a/mods/anti-mob-cheese.pw.toml b/mods/anti-mob-cheese.pw.toml
index ebaa12c..f0afc5a 100644
--- a/mods/anti-mob-cheese.pw.toml
+++ b/mods/anti-mob-cheese.pw.toml
@@ -1,13 +1,13 @@
-name = "Anti Mob Farm"
-filename = "Anti_Mob_Farm-1.20.1-1.3.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d905e2f4a864335e8e9598bb4b69900d1216d750"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4996386
-project-id = 398782
+name = "Anti Mob Farm"
+filename = "Anti_Mob_Farm-1.20.1-1.3.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d905e2f4a864335e8e9598bb4b69900d1216d750"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4996386
+project-id = 398782
diff --git a/mods/apothic-attributes.pw.toml b/mods/apothic-attributes.pw.toml
index a6ef552..afe3eb5 100644
--- a/mods/apothic-attributes.pw.toml
+++ b/mods/apothic-attributes.pw.toml
@@ -1,13 +1,13 @@
-name = "Apothic Attributes (AttributesLib)"
-filename = "ApothicAttributes-1.20.1-1.2.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "3be0d3fa8ede882934c7839e12b1db758d88c5a9"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4954000
-project-id = 898963
+name = "Apothic Attributes (AttributesLib)"
+filename = "ApothicAttributes-1.20.1-1.2.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "3be0d3fa8ede882934c7839e12b1db758d88c5a9"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4954000
+project-id = 898963
diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml
index 431e12d..385fe20 100644
--- a/mods/appleskin.pw.toml
+++ b/mods/appleskin.pw.toml
@@ -1,13 +1,13 @@
-name = "AppleSkin"
-filename = "appleskin-forge-mc1.20.1-2.5.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "81919356f84eab14258db98924b66c3c38e372b1"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4770828
-project-id = 248787
+name = "AppleSkin"
+filename = "appleskin-forge-mc1.20.1-2.5.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "81919356f84eab14258db98924b66c3c38e372b1"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4770828
+project-id = 248787
diff --git a/mods/aquaculture.pw.toml b/mods/aquaculture.pw.toml
index d1f6c64..ce7dacb 100644
--- a/mods/aquaculture.pw.toml
+++ b/mods/aquaculture.pw.toml
@@ -1,13 +1,13 @@
-name = "Aquaculture 2"
-filename = "Aquaculture-1.20.1-2.5.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5e0904d7a4a290db507b8a36dbbaecfbdb16ef82"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4921323
-project-id = 60028
+name = "Aquaculture 2"
+filename = "Aquaculture-1.20.1-2.5.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5e0904d7a4a290db507b8a36dbbaecfbdb16ef82"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4921323
+project-id = 60028
diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml
index 90f13a7..78e94dc 100644
--- a/mods/architectury-api.pw.toml
+++ b/mods/architectury-api.pw.toml
@@ -1,13 +1,13 @@
-name = "Architectury API (Fabric/Forge/NeoForge)"
-filename = "architectury-9.1.13-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ef7558f149fc5db623f15aa7bf942f7ead5b8f0d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5084452
-project-id = 419699
+name = "Architectury API (Fabric/Forge/NeoForge)"
+filename = "architectury-9.1.13-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ef7558f149fc5db623f15aa7bf942f7ead5b8f0d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5084452
+project-id = 419699
diff --git a/mods/attributefix.pw.toml b/mods/attributefix.pw.toml
index ed50230..58c7624 100644
--- a/mods/attributefix.pw.toml
+++ b/mods/attributefix.pw.toml
@@ -1,13 +1,13 @@
-name = "AttributeFix"
-filename = "AttributeFix-Forge-1.20.1-21.0.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "6eb69343eb21d38f95d1b1d00e6bc777bdb336fa"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4911084
-project-id = 280510
+name = "AttributeFix"
+filename = "AttributeFix-Forge-1.20.1-21.0.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "6eb69343eb21d38f95d1b1d00e6bc777bdb336fa"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4911084
+project-id = 280510
diff --git a/mods/audio-extension-for-fancymenu-forge.pw.toml b/mods/audio-extension-for-fancymenu-forge.pw.toml
index a91d654..7750a4a 100644
--- a/mods/audio-extension-for-fancymenu-forge.pw.toml
+++ b/mods/audio-extension-for-fancymenu-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "Audio Extension for FancyMenu v2 [Forge]"
-filename = "fm_audio_extension_forge_1.1.1_MC_1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "37ce05f5a6c548c65158b3ffe3e8cc060de8806f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4583533
-project-id = 613067
+name = "Audio Extension for FancyMenu v2 [Forge]"
+filename = "fm_audio_extension_forge_1.1.1_MC_1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "37ce05f5a6c548c65158b3ffe3e8cc060de8806f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4583533
+project-id = 613067
diff --git a/mods/auudio-forge.pw.toml b/mods/auudio-forge.pw.toml
index 508993b..403988e 100644
--- a/mods/auudio-forge.pw.toml
+++ b/mods/auudio-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "Auudio [Forge]"
-filename = "auudio_forge_1.0.3_MC_1.19.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "584ed872789341ab42058a6c1fd49e2840aeacd2"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4203288
-project-id = 606159
+name = "Auudio [Forge]"
+filename = "auudio_forge_1.0.3_MC_1.19.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "584ed872789341ab42058a6c1fd49e2840aeacd2"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4203288
+project-id = 606159
diff --git a/mods/axes-are-weapons.pw.toml b/mods/axes-are-weapons.pw.toml
index c913e6b..2b2001d 100644
--- a/mods/axes-are-weapons.pw.toml
+++ b/mods/axes-are-weapons.pw.toml
@@ -1,13 +1,13 @@
-name = "Axes Are Weapons (Fabric/(Neo)Forge)"
-filename = "AxesAreWeapons-1.7.3-forge-1.20.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "6cd2411ec9baa593ced9f2f90380ebba82b0fa9d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4945885
-project-id = 456457
+name = "Axes Are Weapons (Fabric/(Neo)Forge)"
+filename = "AxesAreWeapons-1.7.3-forge-1.20.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "6cd2411ec9baa593ced9f2f90380ebba82b0fa9d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4945885
+project-id = 456457
diff --git a/mods/bad-wither-no-cookie-reloaded.pw.toml b/mods/bad-wither-no-cookie-reloaded.pw.toml
index f4b9706..1127ce6 100644
--- a/mods/bad-wither-no-cookie-reloaded.pw.toml
+++ b/mods/bad-wither-no-cookie-reloaded.pw.toml
@@ -1,13 +1,13 @@
-name = "Bad Wither No Cookie - Reloaded"
-filename = "bwncr-forge-1.20.1-3.17.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "425aa8183fcbf3f84f893eff88d90771cca1bb03"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4626780
-project-id = 261251
+name = "Bad Wither No Cookie - Reloaded"
+filename = "bwncr-forge-1.20.1-3.17.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "425aa8183fcbf3f84f893eff88d90771cca1bb03"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4626780
+project-id = 261251
diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml
index a0b7e87..6c065c9 100644
--- a/mods/balm.pw.toml
+++ b/mods/balm.pw.toml
@@ -1,13 +1,13 @@
-name = "Balm (Forge Edition)"
-filename = "balm-forge-1.20.1-7.2.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a1a5e8c8d6c5bc1ee684eaba086b91244840a369"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4943500
-project-id = 531761
+name = "Balm (Forge Edition)"
+filename = "balm-forge-1.20.1-7.2.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a1a5e8c8d6c5bc1ee684eaba086b91244840a369"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4943500
+project-id = 531761
diff --git a/mods/beautified-chat-client.pw.toml b/mods/beautified-chat-client.pw.toml
index 6933c7c..ee57089 100644
--- a/mods/beautified-chat-client.pw.toml
+++ b/mods/beautified-chat-client.pw.toml
@@ -1,13 +1,13 @@
-name = "Beautified Chat [Client]"
-filename = "beautifiedchatclient-1.20.1-2.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "66a26248719b8a0d377145adec0b20f83cf253f7"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4965410
-project-id = 514797
+name = "Beautified Chat [Client]"
+filename = "beautifiedchatclient-1.20.1-2.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "66a26248719b8a0d377145adec0b20f83cf253f7"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4965410
+project-id = 514797
diff --git a/mods/beds-dont-explode.pw.toml b/mods/beds-dont-explode.pw.toml
index 857f5ce..f3f0115 100644
--- a/mods/beds-dont-explode.pw.toml
+++ b/mods/beds-dont-explode.pw.toml
@@ -1,13 +1,13 @@
-name = "Beds Don't Explode"
-filename = "bedsdontexplode-1.20.x-1.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "55279e22f9865e156532aca7fab41f205b65ca7c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4577022
-project-id = 537746
+name = "Beds Don't Explode"
+filename = "bedsdontexplode-1.20.x-1.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "55279e22f9865e156532aca7fab41f205b65ca7c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4577022
+project-id = 537746
diff --git a/mods/bellsandwhistles.pw.toml b/mods/bellsandwhistles.pw.toml
index 14c232c..290ad3a 100644
--- a/mods/bellsandwhistles.pw.toml
+++ b/mods/bellsandwhistles.pw.toml
@@ -1,13 +1,13 @@
-name = "Create: Bells & Whistles"
-filename = "bellsandwhistles-0.4.3-1.20.x.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "7cb1e1dc365c43f08ee7616f1505759e547b11be"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4860141
-project-id = 905040
+name = "Create: Bells & Whistles"
+filename = "bellsandwhistles-0.4.3-1.20.x.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "7cb1e1dc365c43f08ee7616f1505759e547b11be"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4860141
+project-id = 905040
diff --git a/mods/better-advancements.pw.toml b/mods/better-advancements.pw.toml
index 788f05e..7d686ac 100644
--- a/mods/better-advancements.pw.toml
+++ b/mods/better-advancements.pw.toml
@@ -1,13 +1,13 @@
-name = "Better Advancements"
-filename = "BetterAdvancements-1.20.1-0.3.2.161.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0876d517e0809e1f6fd92c45d17913efd55f2f4e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4631253
-project-id = 272515
+name = "Better Advancements"
+filename = "BetterAdvancements-1.20.1-0.3.2.161.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0876d517e0809e1f6fd92c45d17913efd55f2f4e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4631253
+project-id = 272515
diff --git a/mods/better-animations-collection.pw.toml b/mods/better-animations-collection.pw.toml
index 29ca90f..5596f44 100644
--- a/mods/better-animations-collection.pw.toml
+++ b/mods/better-animations-collection.pw.toml
@@ -1,13 +1,13 @@
-name = "Better Animations Collection"
-filename = "BetterAnimationsCollection-v8.0.0-1.20.1-Forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "06db0b9e79cd2b7df8501f51304e4c884b1e84a1"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4613527
-project-id = 323976
+name = "Better Animations Collection"
+filename = "BetterAnimationsCollection-v8.0.0-1.20.1-Forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "06db0b9e79cd2b7df8501f51304e4c884b1e84a1"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4613527
+project-id = 323976
diff --git a/mods/better-archeology.pw.toml b/mods/better-archeology.pw.toml
index d01f242..76b0359 100644
--- a/mods/better-archeology.pw.toml
+++ b/mods/better-archeology.pw.toml
@@ -1,13 +1,13 @@
-name = "Better Archeology"
-filename = "betterarcheology-1.1.5-1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5a80e5ce3ae30fe16ab1d9e6583d445e8fd68498"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5088423
-project-id = 835687
+name = "Better Archeology"
+filename = "betterarcheology-1.1.5-1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5a80e5ce3ae30fe16ab1d9e6583d445e8fd68498"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5088423
+project-id = 835687
diff --git a/mods/better-combat-by-daedelus.pw.toml b/mods/better-combat-by-daedelus.pw.toml
index 55c9adc..2aee4b7 100644
--- a/mods/better-combat-by-daedelus.pw.toml
+++ b/mods/better-combat-by-daedelus.pw.toml
@@ -1,13 +1,13 @@
-name = "Better Combat [Fabric & Forge]"
-filename = "bettercombat-forge-1.8.4+1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "010f23aed5e9900ba6a83325fbc2da2ac5cbd25f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5065424
-project-id = 639842
+name = "Better Combat [Fabric & Forge]"
+filename = "bettercombat-forge-1.8.4+1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "010f23aed5e9900ba6a83325fbc2da2ac5cbd25f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5065424
+project-id = 639842
diff --git a/mods/better-compatibility-checker.pw.toml b/mods/better-compatibility-checker.pw.toml
index e94d221..675cbb8 100644
--- a/mods/better-compatibility-checker.pw.toml
+++ b/mods/better-compatibility-checker.pw.toml
@@ -1,13 +1,13 @@
-name = "Better Compatibility Checker"
-filename = "BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c5407cfd0b38d8db6d6f1c0088397f4c5616c7ae"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4688940
-project-id = 551894
+name = "Better Compatibility Checker"
+filename = "BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c5407cfd0b38d8db6d6f1c0088397f4c5616c7ae"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4688940
+project-id = 551894
diff --git a/mods/better-ping-display.pw.toml b/mods/better-ping-display.pw.toml
index 56585ae..dd4d374 100644
--- a/mods/better-ping-display.pw.toml
+++ b/mods/better-ping-display.pw.toml
@@ -1,13 +1,13 @@
-name = "Better Ping Display"
-filename = "BetterPingDisplay-1.20.1-1.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "6347a5bff9405c59ec7d428e5e24115f5b17a90b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4594106
-project-id = 292038
+name = "Better Ping Display"
+filename = "BetterPingDisplay-1.20.1-1.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "6347a5bff9405c59ec7d428e5e24115f5b17a90b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4594106
+project-id = 292038
diff --git a/mods/better-third-person.pw.toml b/mods/better-third-person.pw.toml
index 1ddd0c5..b9cc09e 100644
--- a/mods/better-third-person.pw.toml
+++ b/mods/better-third-person.pw.toml
@@ -1,13 +1,13 @@
-name = "Better Third Person"
-filename = "BetterThirdPerson-Forge-1.20-1.9.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0b0a3ff3b244fa191b3f9580547071dee46f7276"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4596768
-project-id = 435044
+name = "Better Third Person"
+filename = "BetterThirdPerson-Forge-1.20-1.9.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0b0a3ff3b244fa191b3f9580547071dee46f7276"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4596768
+project-id = 435044
diff --git a/mods/better-tridents.pw.toml b/mods/better-tridents.pw.toml
index 8c054d9..a996805 100644
--- a/mods/better-tridents.pw.toml
+++ b/mods/better-tridents.pw.toml
@@ -1,13 +1,13 @@
-name = "Better Tridents [Forge & Fabric]"
-filename = "BetterTridents-v8.0.1-1.20.1-Forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "900d906d80c33a10f277bbfbca166b40af1d68b5"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4707887
-project-id = 666941
+name = "Better Tridents [Forge & Fabric]"
+filename = "BetterTridents-v8.0.1-1.20.1-Forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "900d906d80c33a10f277bbfbca166b40af1d68b5"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4707887
+project-id = 666941
diff --git a/mods/biome-spawn-point.pw.toml b/mods/biome-spawn-point.pw.toml
index fbb368a..5152305 100644
--- a/mods/biome-spawn-point.pw.toml
+++ b/mods/biome-spawn-point.pw.toml
@@ -1,13 +1,13 @@
-name = "Biome Spawn Point"
-filename = "biomespawnpoint-1.20.1-2.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "1d0e981467efca0793fabbbd231f5f5e41bc5ebe"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4965350
-project-id = 695238
+name = "Biome Spawn Point"
+filename = "biomespawnpoint-1.20.1-2.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "1d0e981467efca0793fabbbd231f5f5e41bc5ebe"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4965350
+project-id = 695238
diff --git a/mods/blockui.pw.toml b/mods/blockui.pw.toml
index 1fed989..18d2297 100644
--- a/mods/blockui.pw.toml
+++ b/mods/blockui.pw.toml
@@ -1,13 +1,13 @@
-name = "BlockUI"
-filename = "blockui-1.20.1-1.0.139-BETA.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0ea7e2f199dfbc6dd36d060692b471f6eb0e0077"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5064900
-project-id = 522992
+name = "BlockUI"
+filename = "blockui-1.20.1-1.0.139-BETA.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0ea7e2f199dfbc6dd36d060692b471f6eb0e0077"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5064900
+project-id = 522992
diff --git a/mods/blue-skies.pw.toml b/mods/blue-skies.pw.toml
index f66ddcf..f34ec8a 100644
--- a/mods/blue-skies.pw.toml
+++ b/mods/blue-skies.pw.toml
@@ -1,13 +1,13 @@
-name = "Blue Skies"
-filename = "blue_skies-1.20.1-1.3.31.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "9d86230565f9262e845da2065f138e470eaed44c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5010316
-project-id = 312918
+name = "Blue Skies"
+filename = "blue_skies-1.20.1-1.3.31.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "9d86230565f9262e845da2065f138e470eaed44c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5010316
+project-id = 312918
diff --git a/mods/bookshelf.pw.toml b/mods/bookshelf.pw.toml
index 4e59900..c91e3e7 100644
--- a/mods/bookshelf.pw.toml
+++ b/mods/bookshelf.pw.toml
@@ -1,13 +1,13 @@
-name = "Bookshelf"
-filename = "Bookshelf-Forge-1.20.1-20.1.9.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5764ceb97546bdf075180e670330f7f9c4b948fd"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5084135
-project-id = 228525
+name = "Bookshelf"
+filename = "Bookshelf-Forge-1.20.1-20.1.9.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5764ceb97546bdf075180e670330f7f9c4b948fd"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5084135
+project-id = 228525
diff --git a/mods/bountiful.pw.toml b/mods/bountiful.pw.toml
index 2a88729..8110da9 100644
--- a/mods/bountiful.pw.toml
+++ b/mods/bountiful.pw.toml
@@ -1,13 +1,13 @@
-name = "Bountiful"
-filename = "Bountiful-6.0.3+1.20.1-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ec42b8789b43bb71787c350a55e8e879d645c797"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4650415
-project-id = 309516
+name = "Bountiful"
+filename = "Bountiful-6.0.3+1.20.1-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ec42b8789b43bb71787c350a55e8e879d645c797"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4650415
+project-id = 309516
diff --git a/mods/bow-infinity-fix.pw.toml b/mods/bow-infinity-fix.pw.toml
index 9f66431..ba3997f 100644
--- a/mods/bow-infinity-fix.pw.toml
+++ b/mods/bow-infinity-fix.pw.toml
@@ -1,13 +1,13 @@
-name = "Bow Infinity Fix (Forge/Fabric)"
-filename = "bowinfinityfix-1.20.x-forge-2.6.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "aecf2b133ef23251d2640795f719fbc7dec10b44"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4615218
-project-id = 224713
+name = "Bow Infinity Fix (Forge/Fabric)"
+filename = "bowinfinityfix-1.20.x-forge-2.6.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "aecf2b133ef23251d2640795f719fbc7dec10b44"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4615218
+project-id = 224713
diff --git a/mods/caelus.pw.toml b/mods/caelus.pw.toml
index 8ca85fb..186f91a 100644
--- a/mods/caelus.pw.toml
+++ b/mods/caelus.pw.toml
@@ -1,13 +1,13 @@
-name = "Caelus API (Forge/NeoForge)"
-filename = "caelus-forge-3.1.0+1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5f74c3506180246abd8e4c1d4a07a74b7fb42aec"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4581481
-project-id = 308989
+name = "Caelus API (Forge/NeoForge)"
+filename = "caelus-forge-3.1.0+1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5f74c3506180246abd8e4c1d4a07a74b7fb42aec"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4581481
+project-id = 308989
diff --git a/mods/canary.pw.toml b/mods/canary.pw.toml
index 235a742..baf3ebd 100644
--- a/mods/canary.pw.toml
+++ b/mods/canary.pw.toml
@@ -1,13 +1,13 @@
-name = "Canary"
-filename = "canary-mc1.20.1-0.3.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "898abd9e337ef1c677ce93f5589497a09c7e9850"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5089991
-project-id = 665658
+name = "Canary"
+filename = "canary-mc1.20.1-0.3.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "898abd9e337ef1c677ce93f5589497a09c7e9850"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5089991
+project-id = 665658
diff --git a/mods/catalogue.pw.toml b/mods/catalogue.pw.toml
index 170a247..add38bc 100644
--- a/mods/catalogue.pw.toml
+++ b/mods/catalogue.pw.toml
@@ -1,13 +1,13 @@
-name = "Catalogue"
-filename = "catalogue-forge-1.20.1-1.8.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b8cc73db430fa6015671492d4332a65a8c2f5cae"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4766090
-project-id = 459701
+name = "Catalogue"
+filename = "catalogue-forge-1.20.1-1.8.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b8cc73db430fa6015671492d4332a65a8c2f5cae"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4766090
+project-id = 459701
diff --git a/mods/chat-colours.pw.toml b/mods/chat-colours.pw.toml
index 1933206..95004b2 100644
--- a/mods/chat-colours.pw.toml
+++ b/mods/chat-colours.pw.toml
@@ -1,13 +1,13 @@
-name = "Chat Colors"
-filename = "chatcolours-1.20.1-3.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d4b4ecf090ee1b611c6851803e0f677874e8a17e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5009147
-project-id = 561046
+name = "Chat Colors"
+filename = "chatcolours-1.20.1-3.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d4b4ecf090ee1b611c6851803e0f677874e8a17e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5009147
+project-id = 561046
diff --git a/mods/chat-heads.pw.toml b/mods/chat-heads.pw.toml
index 739aac1..ec0fbb9 100644
--- a/mods/chat-heads.pw.toml
+++ b/mods/chat-heads.pw.toml
@@ -1,13 +1,13 @@
-name = "Chat Heads"
-filename = "chat_heads-0.10.31-forge-1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "3d5b4e35101bfb7443a2623ad31e924a4533481a"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5064431
-project-id = 407206
+name = "Chat Heads"
+filename = "chat_heads-0.10.31-forge-1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "3d5b4e35101bfb7443a2623ad31e924a4533481a"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5064431
+project-id = 407206
diff --git a/mods/chimes.pw.toml b/mods/chimes.pw.toml
index 2885937..0516a5b 100644
--- a/mods/chimes.pw.toml
+++ b/mods/chimes.pw.toml
@@ -1,13 +1,13 @@
-name = "Chimes"
-filename = "Chimes-v2.0.1-1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "439e82c2e4f2f159996dc158915f20536cd600a9"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4671986
-project-id = 350464
+name = "Chimes"
+filename = "Chimes-v2.0.1-1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "439e82c2e4f2f159996dc158915f20536cd600a9"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4671986
+project-id = 350464
diff --git a/mods/chococraft.pw.toml b/mods/chococraft.pw.toml
index 7c98087..a972011 100644
--- a/mods/chococraft.pw.toml
+++ b/mods/chococraft.pw.toml
@@ -1,13 +1,13 @@
-name = "ChocoCraft"
-filename = "chococraft-1.20.1-forge-0.9.10.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "925f45cf5b6644d9227ce573f69da4fa290cb094"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4656792
-project-id = 225280
+name = "ChocoCraft"
+filename = "chococraft-1.20.1-forge-0.9.10.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "925f45cf5b6644d9227ce573f69da4fa290cb094"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4656792
+project-id = 225280
diff --git a/mods/choicetheorems-overhauled-village.pw.toml b/mods/choicetheorems-overhauled-village.pw.toml
index 3a306c1..b71d8c5 100644
--- a/mods/choicetheorems-overhauled-village.pw.toml
+++ b/mods/choicetheorems-overhauled-village.pw.toml
@@ -1,13 +1,13 @@
-name = "ChoiceTheorem's Overhauled Village"
-filename = "ctov-3.3.6.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "9fe2efeb1f2bff5309191c088437d0c6b4121e82"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4823685
-project-id = 623908
+name = "ChoiceTheorem's Overhauled Village"
+filename = "ctov-3.3.6.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "9fe2efeb1f2bff5309191c088437d0c6b4121e82"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4823685
+project-id = 623908
diff --git a/mods/chunk-loaders.pw.toml b/mods/chunk-loaders.pw.toml
index 288165f..105c63a 100644
--- a/mods/chunk-loaders.pw.toml
+++ b/mods/chunk-loaders.pw.toml
@@ -1,13 +1,13 @@
-name = "Chunk Loaders"
-filename = "chunkloaders-1.2.8a-forge-mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e8da2a6a554840d8e7e44d6544f93c52d8662864"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4850872
-project-id = 402924
+name = "Chunk Loaders"
+filename = "chunkloaders-1.2.8a-forge-mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e8da2a6a554840d8e7e44d6544f93c52d8662864"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4850872
+project-id = 402924
diff --git a/mods/chunk-sending-forge-fabric.pw.toml b/mods/chunk-sending-forge-fabric.pw.toml
index acf6671..b9da924 100644
--- a/mods/chunk-sending-forge-fabric.pw.toml
+++ b/mods/chunk-sending-forge-fabric.pw.toml
@@ -1,13 +1,13 @@
-name = "Chunk Sending[Forge/Fabric]"
-filename = "chunksending-1.20.1-2.8.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "befdcf1c0177c8dd97d68ebb3c5c5581065caefe"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4894789
-project-id = 831663
+name = "Chunk Sending[Forge/Fabric]"
+filename = "chunksending-1.20.1-2.8.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "befdcf1c0177c8dd97d68ebb3c5c5581065caefe"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4894789
+project-id = 831663
diff --git a/mods/chunkpregenerator.pw.toml b/mods/chunkpregenerator.pw.toml
index 3f9bf86..b0c292b 100644
--- a/mods/chunkpregenerator.pw.toml
+++ b/mods/chunkpregenerator.pw.toml
@@ -1,13 +1,13 @@
-name = "Chunk-Pregenerator"
-filename = "Chunk-Pregenerator-1.20-4.4.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e3ec12f70eaf514b8b6e3c03ce97f2383716c3d7"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5111531
-project-id = 267193
+name = "Chunk-Pregenerator"
+filename = "Chunk-Pregenerator-1.20-4.4.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e3ec12f70eaf514b8b6e3c03ce97f2383716c3d7"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5111531
+project-id = 267193
diff --git a/mods/citadel.pw.toml b/mods/citadel.pw.toml
index f8cde9e..a912eb0 100644
--- a/mods/citadel.pw.toml
+++ b/mods/citadel.pw.toml
@@ -1,13 +1,13 @@
-name = "Citadel"
-filename = "citadel-2.5.3-1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b145c7849b7695c0d6d14bd7245eaaab8a27a38e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5075402
-project-id = 331936
+name = "Citadel"
+filename = "citadel-2.5.3-1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b145c7849b7695c0d6d14bd7245eaaab8a27a38e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5075402
+project-id = 331936
diff --git a/mods/clickable-advancements.pw.toml b/mods/clickable-advancements.pw.toml
index 51d5ae3..94fae77 100644
--- a/mods/clickable-advancements.pw.toml
+++ b/mods/clickable-advancements.pw.toml
@@ -1,13 +1,13 @@
-name = "Clickable advancements[Forge/Fabric]"
-filename = "clickadv-1.20.1-3.7.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "3dabc549d1dccb535e0507bf13519f56e994fb30"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4979403
-project-id = 511733
+name = "Clickable advancements[Forge/Fabric]"
+filename = "clickadv-1.20.1-3.7.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "3dabc549d1dccb535e0507bf13519f56e994fb30"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4979403
+project-id = 511733
diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml
index 9374ffa..1890bfd 100644
--- a/mods/cloth-config.pw.toml
+++ b/mods/cloth-config.pw.toml
@@ -1,13 +1,13 @@
-name = "Cloth Config API (Fabric/Forge/NeoForge)"
-filename = "cloth-config-11.1.118-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c46ca3fba95691873a765f4e79750c615f33e446"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4973441
-project-id = 348521
+name = "Cloth Config API (Fabric/Forge/NeoForge)"
+filename = "cloth-config-11.1.118-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c46ca3fba95691873a765f4e79750c615f33e446"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4973441
+project-id = 348521
diff --git a/mods/clumps.pw.toml b/mods/clumps.pw.toml
index cc46872..f2a2020 100644
--- a/mods/clumps.pw.toml
+++ b/mods/clumps.pw.toml
@@ -1,13 +1,13 @@
-name = "Clumps"
-filename = "Clumps-forge-1.20.1-12.0.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "475f8cfb0bc678d0c5275190daa80fc272399fc5"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4614555
-project-id = 256717
+name = "Clumps"
+filename = "Clumps-forge-1.20.1-12.0.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "475f8cfb0bc678d0c5275190daa80fc272399fc5"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4614555
+project-id = 256717
diff --git a/mods/collective.pw.toml b/mods/collective.pw.toml
index 81903bc..439d09a 100644
--- a/mods/collective.pw.toml
+++ b/mods/collective.pw.toml
@@ -1,13 +1,13 @@
-name = "Collective"
-filename = "collective-1.20.1-7.30.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "58258b0bcf183144e04728d5cc277d5e506cbbe5"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4994076
-project-id = 342584
+name = "Collective"
+filename = "collective-1.20.1-7.30.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "58258b0bcf183144e04728d5cc277d5e506cbbe5"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4994076
+project-id = 342584
diff --git a/mods/combat-roll.pw.toml b/mods/combat-roll.pw.toml
index ed53a6c..38d3447 100644
--- a/mods/combat-roll.pw.toml
+++ b/mods/combat-roll.pw.toml
@@ -1,13 +1,13 @@
-name = "Combat Roll [Fabric & Forge]"
-filename = "combatroll-forge-1.3.1+1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "240df854d5a6356984fadc5d86079f2c6e7ec2c3"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5032170
-project-id = 678036
+name = "Combat Roll [Fabric & Forge]"
+filename = "combatroll-forge-1.3.1+1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "240df854d5a6356984fadc5d86079f2c6e7ec2c3"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5032170
+project-id = 678036
diff --git a/mods/comforts.pw.toml b/mods/comforts.pw.toml
index 96ea65a..f447014 100644
--- a/mods/comforts.pw.toml
+++ b/mods/comforts.pw.toml
@@ -1,13 +1,13 @@
-name = "Comforts (Fabric/Forge/Quilt)"
-filename = "comforts-forge-6.3.5+1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e119443dcbd6c9fd07e922ceb6f070d28de7aef7"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5068863
-project-id = 276951
+name = "Comforts (Fabric/Forge/Quilt)"
+filename = "comforts-forge-6.3.5+1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e119443dcbd6c9fd07e922ceb6f070d28de7aef7"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5068863
+project-id = 276951
diff --git a/mods/config-menus-forge.pw.toml b/mods/config-menus-forge.pw.toml
index 5fd0cf2..3d106e8 100644
--- a/mods/config-menus-forge.pw.toml
+++ b/mods/config-menus-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "Forge Config Screens [Forge & Fabric]"
-filename = "ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e727fcba7efe04bc173211ba5cdf49eea768a9a3"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4672356
-project-id = 544048
+name = "Forge Config Screens [Forge & Fabric]"
+filename = "ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e727fcba7efe04bc173211ba5cdf49eea768a9a3"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4672356
+project-id = 544048
diff --git a/mods/connectivity.pw.toml b/mods/connectivity.pw.toml
index 69374f1..41f8bca 100644
--- a/mods/connectivity.pw.toml
+++ b/mods/connectivity.pw.toml
@@ -1,13 +1,13 @@
-name = "Connectivity[Forge/Fabric]"
-filename = "connectivity-1.20.1-4.9.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a8308b5505f6acaf2a3b6b2dc3ccfb06da440509"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4956709
-project-id = 470193
+name = "Connectivity[Forge/Fabric]"
+filename = "connectivity-1.20.1-4.9.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a8308b5505f6acaf2a3b6b2dc3ccfb06da440509"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4956709
+project-id = 470193
diff --git a/mods/controlling.pw.toml b/mods/controlling.pw.toml
index 82856b5..dc81e19 100644
--- a/mods/controlling.pw.toml
+++ b/mods/controlling.pw.toml
@@ -1,13 +1,13 @@
-name = "Controlling"
-filename = "Controlling-forge-1.20.1-12.0.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f6d3cdd3ec68c5590cf5b2e89c38dbf031824bfd"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4646682
-project-id = 250398
+name = "Controlling"
+filename = "Controlling-forge-1.20.1-12.0.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f6d3cdd3ec68c5590cf5b2e89c38dbf031824bfd"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4646682
+project-id = 250398
diff --git a/mods/cooking-for-blockheads.pw.toml b/mods/cooking-for-blockheads.pw.toml
index b371558..366ad89 100644
--- a/mods/cooking-for-blockheads.pw.toml
+++ b/mods/cooking-for-blockheads.pw.toml
@@ -1,13 +1,13 @@
-name = "Cooking for Blockheads"
-filename = "cookingforblockheads-forge-1.20-16.0.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ae18d4ad7b343382d88b1d3172aeea28a8e00894"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4749420
-project-id = 231484
+name = "Cooking for Blockheads"
+filename = "cookingforblockheads-forge-1.20-16.0.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ae18d4ad7b343382d88b1d3172aeea28a8e00894"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4749420
+project-id = 231484
diff --git a/mods/corgilib.pw.toml b/mods/corgilib.pw.toml
index 7e45960..acee9ee 100644
--- a/mods/corgilib.pw.toml
+++ b/mods/corgilib.pw.toml
@@ -1,13 +1,13 @@
-name = "CorgiLib"
-filename = "CorgiLib-forge-1.20.1-4.0.0.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b0728d7c19075aeb8aeab0251a878e8e8f4108da"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4681375
-project-id = 693313
+name = "CorgiLib"
+filename = "CorgiLib-forge-1.20.1-4.0.0.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b0728d7c19075aeb8aeab0251a878e8e8f4108da"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4681375
+project-id = 693313
diff --git a/mods/corn-delight.pw.toml b/mods/corn-delight.pw.toml
index f0802c4..14bbad9 100644
--- a/mods/corn-delight.pw.toml
+++ b/mods/corn-delight.pw.toml
@@ -1,13 +1,13 @@
-name = "Corn Delight[Forge]"
-filename = "corn_delight-1.0.3-1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0562ab4a90431fb43f2c90a8c29c118ee0c73765"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4640390
-project-id = 577805
+name = "Corn Delight[Forge]"
+filename = "corn_delight-1.0.3-1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0562ab4a90431fb43f2c90a8c29c118ee0c73765"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4640390
+project-id = 577805
diff --git a/mods/coroutil.pw.toml b/mods/coroutil.pw.toml
index 9f49ba9..ab6b7e6 100644
--- a/mods/coroutil.pw.toml
+++ b/mods/coroutil.pw.toml
@@ -1,13 +1,13 @@
-name = "CoroUtil"
-filename = "coroutil-forge-1.20.1-1.3.7.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "7f5f0b62a638b6053c95919cbe8c2bea2e0c93d0"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5096038
-project-id = 237749
+name = "CoroUtil"
+filename = "coroutil-forge-1.20.1-1.3.7.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "7f5f0b62a638b6053c95919cbe8c2bea2e0c93d0"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5096038
+project-id = 237749
diff --git a/mods/cosmetic-armor-reworked.pw.toml b/mods/cosmetic-armor-reworked.pw.toml
index 79f9cde..260e10a 100644
--- a/mods/cosmetic-armor-reworked.pw.toml
+++ b/mods/cosmetic-armor-reworked.pw.toml
@@ -1,13 +1,13 @@
-name = "Cosmetic Armor Reworked"
-filename = "cosmeticarmorreworked-1.20.1-v1a.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "afd9fa3fe95e8c086e8d439df403ed1e5ea5cbea"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4600191
-project-id = 237307
+name = "Cosmetic Armor Reworked"
+filename = "cosmeticarmorreworked-1.20.1-v1a.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "afd9fa3fe95e8c086e8d439df403ed1e5ea5cbea"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4600191
+project-id = 237307
diff --git a/mods/crabbers-delight.pw.toml b/mods/crabbers-delight.pw.toml
index d28bfe2..aebc21e 100644
--- a/mods/crabbers-delight.pw.toml
+++ b/mods/crabbers-delight.pw.toml
@@ -1,13 +1,13 @@
-name = "Crabber's Delight"
-filename = "CrabbersDelight-1.20.1-1.1.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d2a2ac17a8aa975807840cdbd15a8c19ed5ee94f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5096871
-project-id = 892827
+name = "Crabber's Delight"
+filename = "CrabbersDelight-1.20.1-1.1.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d2a2ac17a8aa975807840cdbd15a8c19ed5ee94f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5096871
+project-id = 892827
diff --git a/mods/crafting-tweaks.pw.toml b/mods/crafting-tweaks.pw.toml
index 1b3ff0b..db1c234 100644
--- a/mods/crafting-tweaks.pw.toml
+++ b/mods/crafting-tweaks.pw.toml
@@ -1,13 +1,13 @@
-name = "Crafting Tweaks"
-filename = "craftingtweaks-forge-1.20-18.2.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0e5ced7b77aaa0737605ae25cfad644bbd117e41"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4939240
-project-id = 233071
+name = "Crafting Tweaks"
+filename = "craftingtweaks-forge-1.20-18.2.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0e5ced7b77aaa0737605ae25cfad644bbd117e41"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4939240
+project-id = 233071
diff --git a/mods/craftpresence.pw.toml b/mods/craftpresence.pw.toml
index dea8423..bb2e8a4 100644
--- a/mods/craftpresence.pw.toml
+++ b/mods/craftpresence.pw.toml
@@ -1,13 +1,13 @@
-name = "CraftPresence"
-filename = "CraftPresence-2.3.0+1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b757e2a46c8acab5cd6d45e070d5dd0edb30c356"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5087386
-project-id = 297038
+name = "CraftPresence"
+filename = "CraftPresence-2.3.0+1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b757e2a46c8acab5cd6d45e070d5dd0edb30c356"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5087386
+project-id = 297038
diff --git a/mods/crafttweaker.pw.toml b/mods/crafttweaker.pw.toml
index 709e148..771fb1f 100644
--- a/mods/crafttweaker.pw.toml
+++ b/mods/crafttweaker.pw.toml
@@ -1,13 +1,13 @@
-name = "CraftTweaker"
-filename = "CraftTweaker-forge-1.20.1-14.0.33.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5ffb557cfeb645df80969bcca6d41d89bfc36053"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5094512
-project-id = 239197
+name = "CraftTweaker"
+filename = "CraftTweaker-forge-1.20.1-14.0.33.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5ffb557cfeb645df80969bcca6d41d89bfc36053"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5094512
+project-id = 239197
diff --git a/mods/crash-utilities.pw.toml b/mods/crash-utilities.pw.toml
index b9e1f0e..278b90b 100644
--- a/mods/crash-utilities.pw.toml
+++ b/mods/crash-utilities.pw.toml
@@ -1,13 +1,13 @@
-name = "Crash Utilities"
-filename = "crashutilities-8.1.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e3c00b7591fd5ea99cfbb853b9369fb999d68ed0"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4716086
-project-id = 371813
+name = "Crash Utilities"
+filename = "crashutilities-8.1.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e3c00b7591fd5ea99cfbb853b9369fb999d68ed0"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4716086
+project-id = 371813
diff --git a/mods/create-diesel-generators.pw.toml b/mods/create-diesel-generators.pw.toml
index 16b40cf..41d001b 100644
--- a/mods/create-diesel-generators.pw.toml
+++ b/mods/create-diesel-generators.pw.toml
@@ -1,13 +1,13 @@
-name = "Create: Diesel Generators"
-filename = "createdieselgenerators-1.20.1-1.2h.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "738be989fe1818065ad0bbe5515b54690b0ee442"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5089753
-project-id = 869316
+name = "Create: Diesel Generators"
+filename = "createdieselgenerators-1.20.1-1.2h.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "738be989fe1818065ad0bbe5515b54690b0ee442"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5089753
+project-id = 869316
diff --git a/mods/create-enchantment-industry.pw.toml b/mods/create-enchantment-industry.pw.toml
index 66b92da..65f435c 100644
--- a/mods/create-enchantment-industry.pw.toml
+++ b/mods/create-enchantment-industry.pw.toml
@@ -1,13 +1,13 @@
-name = "Create Enchantment Industry"
-filename = "create_enchantment_industry-1.20.1-for-create-0.5.1.f-1.2.9.b.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "85068620867903d8c033b49f57f4e07e8a444d1e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5226505
-project-id = 688768
+name = "Create Enchantment Industry"
+filename = "create_enchantment_industry-1.20.1-for-create-0.5.1.f-1.2.9.b.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "85068620867903d8c033b49f57f4e07e8a444d1e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5226505
+project-id = 688768
diff --git a/mods/create-liquid-fuel.pw.toml b/mods/create-liquid-fuel.pw.toml
index 647964e..07cc550 100644
--- a/mods/create-liquid-fuel.pw.toml
+++ b/mods/create-liquid-fuel.pw.toml
@@ -1,13 +1,13 @@
-name = "Create: Liquid Fuel"
-filename = "createliquidfuel-2.1.1-1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d216cf52735f8e4d3594943139599f6b0b20b8cf"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5217310
-project-id = 840734
+name = "Create: Liquid Fuel"
+filename = "createliquidfuel-2.1.1-1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d216cf52735f8e4d3594943139599f6b0b20b8cf"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5217310
+project-id = 840734
diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml
index fcb969b..5cc3e00 100644
--- a/mods/create-steam-n-rails.pw.toml
+++ b/mods/create-steam-n-rails.pw.toml
@@ -1,13 +1,13 @@
-name = "Create: Steam 'n' Rails"
-filename = "Steam_Rails-1.5.3+forge-mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ed3611b9a6e947d93a7fdfaf4d6d037c17f5ec6e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4836196
-project-id = 688231
+name = "Create: Steam 'n' Rails"
+filename = "Steam_Rails-1.5.3+forge-mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ed3611b9a6e947d93a7fdfaf4d6d037c17f5ec6e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4836196
+project-id = 688231
diff --git a/mods/create.pw.toml b/mods/create.pw.toml
index b4a0c70..33acaaf 100644
--- a/mods/create.pw.toml
+++ b/mods/create.pw.toml
@@ -1,13 +1,13 @@
-name = "Create"
-filename = "create-1.20.1-0.5.1.f.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "3fee3c26ebbfdfd59e1371ab73ba1f61b44ef6d0"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4835191
-project-id = 328085
+name = "Create"
+filename = "create-1.20.1-0.5.1.f.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "3fee3c26ebbfdfd59e1371ab73ba1f61b44ef6d0"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4835191
+project-id = 328085
diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml
index a2ecbba..ad5301e 100644
--- a/mods/createaddition.pw.toml
+++ b/mods/createaddition.pw.toml
@@ -1,13 +1,13 @@
-name = "Create Crafts & Additions"
-filename = "createaddition-1.20.1-1.2.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "dcb0f28ce8d77d8ef2d2f1004c5520f66e5ca0ef"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5099752
-project-id = 439890
+name = "Create Crafts & Additions"
+filename = "createaddition-1.20.1-1.2.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "dcb0f28ce8d77d8ef2d2f1004c5520f66e5ca0ef"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5099752
+project-id = 439890
diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml
index 8af4a7e..3fb3257 100644
--- a/mods/creativecore.pw.toml
+++ b/mods/creativecore.pw.toml
@@ -1,13 +1,13 @@
-name = "CreativeCore"
-filename = "CreativeCore_FORGE_v2.11.24_mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "951f1c5f4f24c03cc3661b7724a565539595603d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5093473
-project-id = 257814
+name = "CreativeCore"
+filename = "CreativeCore_FORGE_v2.11.24_mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "951f1c5f4f24c03cc3661b7724a565539595603d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5093473
+project-id = 257814
diff --git a/mods/creeper-overhaul.pw.toml b/mods/creeper-overhaul.pw.toml
index a8ed88c..4f223cb 100644
--- a/mods/creeper-overhaul.pw.toml
+++ b/mods/creeper-overhaul.pw.toml
@@ -1,13 +1,13 @@
-name = "Creeper Overhaul"
-filename = "creeperoverhaul-3.0.1-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "4b53469211cb77925b1908b78f566224777e615b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4608551
-project-id = 561625
+name = "Creeper Overhaul"
+filename = "creeperoverhaul-3.0.1-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "4b53469211cb77925b1908b78f566224777e615b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4608551
+project-id = 561625
diff --git a/mods/cte2-custom-uniques.pw.toml b/mods/cte2-custom-uniques.pw.toml
index aa72e81..de9ce36 100644
--- a/mods/cte2-custom-uniques.pw.toml
+++ b/mods/cte2-custom-uniques.pw.toml
@@ -1,13 +1,13 @@
-name = "CTE2 Custom Uniques"
-filename = "CTE2ModpackArmors-1.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e03f5855fb4a5d9e10d3a243ecd51fe2d9d6cdd5"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4977726
-project-id = 953261
+name = "CTE2 Custom Uniques"
+filename = "CTE2ModpackArmors-1.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e03f5855fb4a5d9e10d3a243ecd51fe2d9d6cdd5"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4977726
+project-id = 953261
diff --git a/mods/cte2-essentials.pw.toml b/mods/cte2-essentials.pw.toml
index 79c2990..c10f7f8 100644
--- a/mods/cte2-essentials.pw.toml
+++ b/mods/cte2-essentials.pw.toml
@@ -1,13 +1,13 @@
-name = "CTE2 Essentials"
-filename = "cte_essentials-1.0.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e4ff62db975ac031cbcbbbb9a1185256d90e0e3f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5010262
-project-id = 934252
+name = "CTE2 Essentials"
+filename = "cte_essentials-1.0.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e4ff62db975ac031cbcbbbb9a1185256d90e0e3f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5010262
+project-id = 934252
diff --git a/mods/cuisine-delight.pw.toml b/mods/cuisine-delight.pw.toml
index ad44d72..2c2aa0c 100644
--- a/mods/cuisine-delight.pw.toml
+++ b/mods/cuisine-delight.pw.toml
@@ -1,13 +1,13 @@
-name = "Cuisine Delight"
-filename = "cuisinedelight-1.1.13.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "2c2b3f59ed037e969082761f2d9068d3956e750d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5106575
-project-id = 893541
+name = "Cuisine Delight"
+filename = "cuisinedelight-1.1.13.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "2c2b3f59ed037e969082761f2d9068d3956e750d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5106575
+project-id = 893541
diff --git a/mods/cupboard.pw.toml b/mods/cupboard.pw.toml
index af9d6a4..eea8abd 100644
--- a/mods/cupboard.pw.toml
+++ b/mods/cupboard.pw.toml
@@ -1,13 +1,13 @@
-name = "Cupboard"
-filename = "cupboard-1.20.1-2.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "aa5365b6c3911a410336af874fe0870665f64c32"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5063785
-project-id = 326652
+name = "Cupboard"
+filename = "cupboard-1.20.1-2.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "aa5365b6c3911a410336af874fe0870665f64c32"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5063785
+project-id = 326652
diff --git a/mods/curios.pw.toml b/mods/curios.pw.toml
index 4558c7d..a4df146 100644
--- a/mods/curios.pw.toml
+++ b/mods/curios.pw.toml
@@ -1,13 +1,13 @@
-name = "Curios API (Forge/NeoForge)"
-filename = "curios-forge-5.7.0+1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "05166ae241d7a91d5ee341027a376b7938135079"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5086821
-project-id = 309927
+name = "Curios API (Forge/NeoForge)"
+filename = "curios-forge-5.7.0+1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "05166ae241d7a91d5ee341027a376b7938135079"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5086821
+project-id = 309927
diff --git a/mods/customizable-elytra.pw.toml b/mods/customizable-elytra.pw.toml
index cc4deea..2b9d531 100644
--- a/mods/customizable-elytra.pw.toml
+++ b/mods/customizable-elytra.pw.toml
@@ -1,13 +1,13 @@
-name = "Customizable Elytra"
-filename = "customizableelytra-forge-2.1.1+1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "479347e3a2ee92e96196b5c93a06a3f180e4d1ed"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4833156
-project-id = 440047
+name = "Customizable Elytra"
+filename = "customizableelytra-forge-2.1.1+1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "479347e3a2ee92e96196b5c93a06a3f180e4d1ed"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4833156
+project-id = 440047
diff --git a/mods/death-backup.pw.toml b/mods/death-backup.pw.toml
index 103bf73..b513376 100644
--- a/mods/death-backup.pw.toml
+++ b/mods/death-backup.pw.toml
@@ -1,13 +1,13 @@
-name = "Death Backup"
-filename = "deathbackup-1.20.1-3.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d6e388a4cecff46c1ebae7b8fa9add0347dacf7e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4965155
-project-id = 411571
+name = "Death Backup"
+filename = "deathbackup-1.20.1-3.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d6e388a4cecff46c1ebae7b8fa9add0347dacf7e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4965155
+project-id = 411571
diff --git a/mods/deeperdarker.pw.toml b/mods/deeperdarker.pw.toml
index a633fdb..ab0cbb9 100644
--- a/mods/deeperdarker.pw.toml
+++ b/mods/deeperdarker.pw.toml
@@ -1,13 +1,13 @@
-name = "Deeper and Darker"
-filename = "deeperdarker-forge-1.20.1-1.2.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b7cd826ae029ad99234501abefef37fc6f3e57d8"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4807511
-project-id = 659011
+name = "Deeper and Darker"
+filename = "deeperdarker-forge-1.20.1-1.2.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b7cd826ae029ad99234501abefef37fc6f3e57d8"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4807511
+project-id = 659011
diff --git a/mods/default-options.pw.toml b/mods/default-options.pw.toml
index ee4fb34..f0a362b 100644
--- a/mods/default-options.pw.toml
+++ b/mods/default-options.pw.toml
@@ -1,13 +1,13 @@
-name = "Default Options"
-filename = "defaultoptions-forge-1.20-18.0.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d19f874852def4ef73b32caf3f218e6423d51677"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4635878
-project-id = 232131
+name = "Default Options"
+filename = "defaultoptions-forge-1.20-18.0.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d19f874852def4ef73b32caf3f218e6423d51677"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4635878
+project-id = 232131
diff --git a/mods/deuf-duplicate-entity-uuid-fix.pw.toml b/mods/deuf-duplicate-entity-uuid-fix.pw.toml
index 761ed6d..2cdb240 100644
--- a/mods/deuf-duplicate-entity-uuid-fix.pw.toml
+++ b/mods/deuf-duplicate-entity-uuid-fix.pw.toml
@@ -1,13 +1,13 @@
-name = "DEUF - Duplicate Entity UUID Fix"
-filename = "deuf-1.20.1-1.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "4f96406c6257d46f579a97223e30dd5e93359cfc"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4598640
-project-id = 296646
+name = "DEUF - Duplicate Entity UUID Fix"
+filename = "deuf-1.20.1-1.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "4f96406c6257d46f579a97223e30dd5e93359cfc"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4598640
+project-id = 296646
diff --git a/mods/dimension-viewer.pw.toml b/mods/dimension-viewer.pw.toml
index 9826686..18d220a 100644
--- a/mods/dimension-viewer.pw.toml
+++ b/mods/dimension-viewer.pw.toml
@@ -1,13 +1,13 @@
-name = "Dimension Viewer"
-filename = "dimensionviewer-1.20-1.4.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ad69ac50b0d808f530e55b688a07136fc5381ab5"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4632484
-project-id = 857799
+name = "Dimension Viewer"
+filename = "dimensionviewer-1.20-1.4.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ad69ac50b0d808f530e55b688a07136fc5381ab5"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4632484
+project-id = 857799
diff --git a/mods/disenchantingforge.pw.toml b/mods/disenchantingforge.pw.toml
index 6293cd8..694fe01 100644
--- a/mods/disenchantingforge.pw.toml
+++ b/mods/disenchantingforge.pw.toml
@@ -1,13 +1,13 @@
-name = "DisenchantingForge"
-filename = "Disenchanting-forge-1.20.1-2.2.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "cacd9bb861428421687d1061e383368f2e11a105"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4605985
-project-id = 358578
+name = "DisenchantingForge"
+filename = "Disenchanting-forge-1.20.1-2.2.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "cacd9bb861428421687d1061e383368f2e11a105"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4605985
+project-id = 358578
diff --git a/mods/doggy-talents-next.pw.toml b/mods/doggy-talents-next.pw.toml
index 4bfcf45..9d36433 100644
--- a/mods/doggy-talents-next.pw.toml
+++ b/mods/doggy-talents-next.pw.toml
@@ -1,13 +1,13 @@
-name = "Doggy Talents Next"
-filename = "DoggyTalentsNext-1.20.1-1.18.7.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a03194fffdc86cd1119392853e81015505e81f0f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5045756
-project-id = 694492
+name = "Doggy Talents Next"
+filename = "DoggyTalentsNext-1.20.1-1.18.7.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a03194fffdc86cd1119392853e81015505e81f0f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5045756
+project-id = 694492
diff --git a/mods/domum-ornamentum.pw.toml b/mods/domum-ornamentum.pw.toml
index c7f5261..e5ff2cd 100644
--- a/mods/domum-ornamentum.pw.toml
+++ b/mods/domum-ornamentum.pw.toml
@@ -1,13 +1,13 @@
-name = "Domum Ornamentum"
-filename = "domum_ornamentum-1.20-1.0.157-BETA-universal.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "30b83d86132ae5e97caf126db29ccd1cc3619894"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5109746
-project-id = 527361
+name = "Domum Ornamentum"
+filename = "domum_ornamentum-1.20-1.0.157-BETA-universal.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "30b83d86132ae5e97caf126db29ccd1cc3619894"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5109746
+project-id = 527361
diff --git a/mods/dont-clear-chat-history.pw.toml b/mods/dont-clear-chat-history.pw.toml
index 0a6806e..36fa890 100644
--- a/mods/dont-clear-chat-history.pw.toml
+++ b/mods/dont-clear-chat-history.pw.toml
@@ -1,13 +1,13 @@
-name = "Don't Clear Chat History"
-filename = "DCCH-1.19.3-Forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "4bdb7f2827b03c8651f03166f30ee128980684a8"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4496987
-project-id = 404400
+name = "Don't Clear Chat History"
+filename = "DCCH-1.19.3-Forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "4bdb7f2827b03c8651f03166f30ee128980684a8"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4496987
+project-id = 404400
diff --git a/mods/double-doors.pw.toml b/mods/double-doors.pw.toml
index 67ba800..f85dd21 100644
--- a/mods/double-doors.pw.toml
+++ b/mods/double-doors.pw.toml
@@ -1,13 +1,13 @@
-name = "Double Doors"
-filename = "doubledoors-1.20.1-5.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "70e4fd67f0e12ae386d93f9b5be653ec2cd192fe"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4965108
-project-id = 348831
+name = "Double Doors"
+filename = "doubledoors-1.20.1-5.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "70e4fd67f0e12ae386d93f9b5be653ec2cd192fe"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4965108
+project-id = 348831
diff --git a/mods/drippy-loading-screen.pw.toml b/mods/drippy-loading-screen.pw.toml
index f1f6f86..deae3fd 100644
--- a/mods/drippy-loading-screen.pw.toml
+++ b/mods/drippy-loading-screen.pw.toml
@@ -1,13 +1,13 @@
-name = "Drippy Loading Screen"
-filename = "drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "27c3ab702847182e3517f8afad4efdfc2457090a"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4606615
-project-id = 511770
+name = "Drippy Loading Screen"
+filename = "drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "27c3ab702847182e3517f8afad4efdfc2457090a"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4606615
+project-id = 511770
diff --git a/mods/easier-sleeping.pw.toml b/mods/easier-sleeping.pw.toml
index 3aa213a..e5f9f80 100644
--- a/mods/easier-sleeping.pw.toml
+++ b/mods/easier-sleeping.pw.toml
@@ -1,13 +1,13 @@
-name = "Easier Sleeping"
-filename = "EasierSleeping-1.20.1-2.1.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "6c1a71fc31882666909a8c3341cbd05e133a89b5"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4628693
-project-id = 388364
+name = "Easier Sleeping"
+filename = "EasierSleeping-1.20.1-2.1.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "6c1a71fc31882666909a8c3341cbd05e133a89b5"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4628693
+project-id = 388364
diff --git a/mods/easy-magic.pw.toml b/mods/easy-magic.pw.toml
index 47b92ae..fe7a1ac 100644
--- a/mods/easy-magic.pw.toml
+++ b/mods/easy-magic.pw.toml
@@ -1,13 +1,13 @@
-name = "Easy Magic [Forge & Fabric]"
-filename = "EasyMagic-v8.0.1-1.20.1-Forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "9bfb5d63ac2e03ecdab8755c968ffa25b799469b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4658750
-project-id = 456239
+name = "Easy Magic [Forge & Fabric]"
+filename = "EasyMagic-v8.0.1-1.20.1-Forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "9bfb5d63ac2e03ecdab8755c968ffa25b799469b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4658750
+project-id = 456239
diff --git a/mods/edivadlib.pw.toml b/mods/edivadlib.pw.toml
index 3f8112b..438e31c 100644
--- a/mods/edivadlib.pw.toml
+++ b/mods/edivadlib.pw.toml
@@ -1,13 +1,13 @@
-name = "EdivadLib"
-filename = "EdivadLib-1.20.1-2.0.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "7c4d3b7f341554e5a09c4fa289519a5d9b090b62"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4717006
-project-id = 638508
+name = "EdivadLib"
+filename = "EdivadLib-1.20.1-2.0.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "7c4d3b7f341554e5a09c4fa289519a5d9b090b62"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4717006
+project-id = 638508
diff --git a/mods/elytra-slot.pw.toml b/mods/elytra-slot.pw.toml
index 6276c72..72d6cb2 100644
--- a/mods/elytra-slot.pw.toml
+++ b/mods/elytra-slot.pw.toml
@@ -1,13 +1,13 @@
-name = "Elytra Slot (Fabric/Forge/Quilt)"
-filename = "elytraslot-forge-6.3.0+1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b15ee42469bfebf8d1c164a4802250261f49cd88"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4598379
-project-id = 317716
+name = "Elytra Slot (Fabric/Forge/Quilt)"
+filename = "elytraslot-forge-6.3.0+1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b15ee42469bfebf8d1c164a4802250261f49cd88"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4598379
+project-id = 317716
diff --git a/mods/embeddium.pw.toml b/mods/embeddium.pw.toml
index 8455817..c2d07e0 100644
--- a/mods/embeddium.pw.toml
+++ b/mods/embeddium.pw.toml
@@ -1,13 +1,13 @@
-name = "Embeddium"
-filename = "embeddium-0.3.4+mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "aee89a3a2ac2a56a8155225e9a7df63ee073a526"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5110120
-project-id = 908741
+name = "Embeddium"
+filename = "embeddium-0.3.4+mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "aee89a3a2ac2a56a8155225e9a7df63ee073a526"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5110120
+project-id = 908741
diff --git a/mods/embeddiumplus.pw.toml b/mods/embeddiumplus.pw.toml
index 0a905c8..3547dff 100644
--- a/mods/embeddiumplus.pw.toml
+++ b/mods/embeddiumplus.pw.toml
@@ -1,13 +1,13 @@
-name = "Embeddium++"
-filename = "embeddiumplus-1.20.1-v1.2.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "045af52fe85d2bbe763c6a954fff7409d1eff90b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5083975
-project-id = 931925
+name = "Embeddium++"
+filename = "embeddiumplus-1.20.1-v1.2.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "045af52fe85d2bbe763c6a954fff7409d1eff90b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5083975
+project-id = 931925
diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml
index f5a2947..5635443 100644
--- a/mods/emi.pw.toml
+++ b/mods/emi.pw.toml
@@ -1,13 +1,13 @@
-name = "EMI"
-filename = "emi-1.1.1+1.20.1+forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e7e9d0906b5e3302aaf40c2f29928b058b1e43b8"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5096955
-project-id = 580555
+name = "EMI"
+filename = "emi-1.1.1+1.20.1+forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e7e9d0906b5e3302aaf40c2f29928b058b1e43b8"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5096955
+project-id = 580555
diff --git a/mods/enchantment-descriptions.pw.toml b/mods/enchantment-descriptions.pw.toml
index cd0c0ec..33cdbaa 100644
--- a/mods/enchantment-descriptions.pw.toml
+++ b/mods/enchantment-descriptions.pw.toml
@@ -1,13 +1,13 @@
-name = "Enchantment Descriptions"
-filename = "EnchantmentDescriptions-Forge-1.20.1-17.0.13.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "6b2cc74b302c7ce102e412587ec0cedf2de3f51b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5015031
-project-id = 250419
+name = "Enchantment Descriptions"
+filename = "EnchantmentDescriptions-Forge-1.20.1-17.0.13.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "6b2cc74b302c7ce102e412587ec0cedf2de3f51b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5015031
+project-id = 250419
diff --git a/mods/ender-trigon.pw.toml b/mods/ender-trigon.pw.toml
index a876a62..38e751c 100644
--- a/mods/ender-trigon.pw.toml
+++ b/mods/ender-trigon.pw.toml
@@ -1,13 +1,13 @@
-name = "Ender Trigon"
-filename = "endertrigon-1.20.1-1.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "49b37c82cfdf418c53c400927d02b121c20db773"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4621953
-project-id = 662563
+name = "Ender Trigon"
+filename = "endertrigon-1.20.1-1.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "49b37c82cfdf418c53c400927d02b121c20db773"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4621953
+project-id = 662563
diff --git a/mods/enders-delight.pw.toml b/mods/enders-delight.pw.toml
index fd8d8dd..b755421 100644
--- a/mods/enders-delight.pw.toml
+++ b/mods/enders-delight.pw.toml
@@ -1,13 +1,13 @@
-name = "Ender's Delight"
-filename = "endersdelight-1.20.1-1.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "cd55aa2b34b27fe89ca5eb4a841d187d25afea7d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4760462
-project-id = 827163
+name = "Ender's Delight"
+filename = "endersdelight-1.20.1-1.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "cd55aa2b34b27fe89ca5eb4a841d187d25afea7d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4760462
+project-id = 827163
diff --git a/mods/enhanced-ai.pw.toml b/mods/enhanced-ai.pw.toml
index 75f30bc..ffd394e 100644
--- a/mods/enhanced-ai.pw.toml
+++ b/mods/enhanced-ai.pw.toml
@@ -1,13 +1,13 @@
-name = "Enhanced AI"
-filename = "EnhancedAI-2.2.1-mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c565754e12959853554b60825ed69824dcc9471d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5019706
-project-id = 515276
+name = "Enhanced AI"
+filename = "EnhancedAI-2.2.1-mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c565754e12959853554b60825ed69824dcc9471d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5019706
+project-id = 515276
diff --git a/mods/enhanced-celestials.pw.toml b/mods/enhanced-celestials.pw.toml
index 0ceff5c..dc53301 100644
--- a/mods/enhanced-celestials.pw.toml
+++ b/mods/enhanced-celestials.pw.toml
@@ -1,13 +1,13 @@
-name = "Enhanced Celestials - Blood, Blue, & Harvest (Super) Moons"
-filename = "Enhanced_Celestials-forge-1.20.1-5.0.0.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "35bf2150c652c1769139fd2f6457eeba64a66846"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4602231
-project-id = 438447
+name = "Enhanced Celestials - Blood, Blue, & Harvest (Super) Moons"
+filename = "Enhanced_Celestials-forge-1.20.1-5.0.0.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "35bf2150c652c1769139fd2f6457eeba64a66846"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4602231
+project-id = 438447
diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml
index 6b0e1be..7895a06 100644
--- a/mods/entityculling.pw.toml
+++ b/mods/entityculling.pw.toml
@@ -1,13 +1,13 @@
-name = "Entity Culling Fabric/Forge"
-filename = "entityculling-forge-1.6.2-mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a184f3a963c07f7026fb6d8ccd83ca29e7f7b009"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4763645
-project-id = 448233
+name = "Entity Culling Fabric/Forge"
+filename = "entityculling-forge-1.6.2-mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a184f3a963c07f7026fb6d8ccd83ca29e7f7b009"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4763645
+project-id = 448233
diff --git a/mods/equipment-compare.pw.toml b/mods/equipment-compare.pw.toml
index ee6ae28..d0cb13f 100644
--- a/mods/equipment-compare.pw.toml
+++ b/mods/equipment-compare.pw.toml
@@ -1,13 +1,13 @@
-name = "Equipment Compare [Forge]"
-filename = "EquipmentCompare-1.20.1-forge-1.3.7.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ef4b24935e3fe8c9b811c4942c6f03e32405f4ca"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4650073
-project-id = 502561
+name = "Equipment Compare [Forge]"
+filename = "EquipmentCompare-1.20.1-forge-1.3.7.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ef4b24935e3fe8c9b811c4942c6f03e32405f4ca"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4650073
+project-id = 502561
diff --git a/mods/explorers-compass.pw.toml b/mods/explorers-compass.pw.toml
index dcb3a8b..e95b1bd 100644
--- a/mods/explorers-compass.pw.toml
+++ b/mods/explorers-compass.pw.toml
@@ -1,13 +1,13 @@
-name = "Explorer's Compass"
-filename = "ExplorersCompass-1.20.1-1.3.3-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "4c327f26a44ab8d80d73961ff12700d120c4610c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4712194
-project-id = 491794
+name = "Explorer's Compass"
+filename = "ExplorersCompass-1.20.1-1.3.3-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "4c327f26a44ab8d80d73961ff12700d120c4610c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4712194
+project-id = 491794
diff --git a/mods/extra-disks.pw.toml b/mods/extra-disks.pw.toml
index 868302d..27c4083 100644
--- a/mods/extra-disks.pw.toml
+++ b/mods/extra-disks.pw.toml
@@ -1,13 +1,13 @@
-name = "Extra Disks"
-filename = "ExtraDisks-1.20.1-3.0.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "418feaf0a172c09d1f908fa9fc2780053971362e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4978177
-project-id = 351491
+name = "Extra Disks"
+filename = "ExtraDisks-1.20.1-3.0.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "418feaf0a172c09d1f908fa9fc2780053971362e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4978177
+project-id = 351491
diff --git a/mods/extrastorage.pw.toml b/mods/extrastorage.pw.toml
index 7ecf0f9..7bb47eb 100644
--- a/mods/extrastorage.pw.toml
+++ b/mods/extrastorage.pw.toml
@@ -1,13 +1,13 @@
-name = "ExtraStorage"
-filename = "ExtraStorage-1.20.1-4.0.7.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ba1f5826f8f5d0772c9adf46fbe93befcdd5796a"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5168999
-project-id = 410168
+name = "ExtraStorage"
+filename = "ExtraStorage-1.20.1-4.0.7.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ba1f5826f8f5d0772c9adf46fbe93befcdd5796a"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5168999
+project-id = 410168
diff --git a/mods/falling-leaves-forge.pw.toml b/mods/falling-leaves-forge.pw.toml
index a35241c..c6bc8ff 100644
--- a/mods/falling-leaves-forge.pw.toml
+++ b/mods/falling-leaves-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "Falling Leaves (NeoForge/Forge)"
-filename = "Fallingleaves-1.20.1-2.1.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "7cae5ae0f3ff3af230ecb8557fe0af6ca59f3ef5"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4695661
-project-id = 463155
+name = "Falling Leaves (NeoForge/Forge)"
+filename = "Fallingleaves-1.20.1-2.1.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "7cae5ae0f3ff3af230ecb8557fe0af6ca59f3ef5"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4695661
+project-id = 463155
diff --git a/mods/fancymenu.pw.toml b/mods/fancymenu.pw.toml
index bff1c3c..37b6bd1 100644
--- a/mods/fancymenu.pw.toml
+++ b/mods/fancymenu.pw.toml
@@ -1,13 +1,13 @@
-name = "FancyMenu"
-filename = "fancymenu_forge_2.14.13_MC_1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "2be0d1cb496101f7ceb55cc39d0ddc7013f9be3f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5028692
-project-id = 367706
+name = "FancyMenu"
+filename = "fancymenu_forge_2.14.13_MC_1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "2be0d1cb496101f7ceb55cc39d0ddc7013f9be3f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5028692
+project-id = 367706
diff --git a/mods/farmers-delight.pw.toml b/mods/farmers-delight.pw.toml
index c6d54ee..e5f081a 100644
--- a/mods/farmers-delight.pw.toml
+++ b/mods/farmers-delight.pw.toml
@@ -1,13 +1,13 @@
-name = "Farmer's Delight"
-filename = "FarmersDelight-1.20.1-1.2.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "71daa55fd88b6f181c51ec6892600415df591f64"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5051242
-project-id = 398521
+name = "Farmer's Delight"
+filename = "FarmersDelight-1.20.1-1.2.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "71daa55fd88b6f181c51ec6892600415df591f64"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5051242
+project-id = 398521
diff --git a/mods/farming-for-blockheads.pw.toml b/mods/farming-for-blockheads.pw.toml
index 17dcf76..1fc420c 100644
--- a/mods/farming-for-blockheads.pw.toml
+++ b/mods/farming-for-blockheads.pw.toml
@@ -1,13 +1,13 @@
-name = "Farming for Blockheads"
-filename = "farmingforblockheads-forge-1.20.1-14.0.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "480ce3a712747f44e79fd8aa43c950456f5ee551"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4749360
-project-id = 261924
+name = "Farming for Blockheads"
+filename = "farmingforblockheads-forge-1.20.1-14.0.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "480ce3a712747f44e79fd8aa43c950456f5ee551"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4749360
+project-id = 261924
diff --git a/mods/farsight.pw.toml b/mods/farsight.pw.toml
index 87285a5..5846d4e 100644
--- a/mods/farsight.pw.toml
+++ b/mods/farsight.pw.toml
@@ -1,13 +1,13 @@
-name = "Farsight [Forge]"
-filename = "farsight-1.20.1-3.6.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b58119fea950fffec3350d7f5792558a3339046b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4870168
-project-id = 495693
+name = "Farsight [Forge]"
+filename = "farsight-1.20.1-3.6.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b58119fea950fffec3350d7f5792558a3339046b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4870168
+project-id = 495693
diff --git a/mods/fast-leaf-decay.pw.toml b/mods/fast-leaf-decay.pw.toml
index 1519596..e3e2c87 100644
--- a/mods/fast-leaf-decay.pw.toml
+++ b/mods/fast-leaf-decay.pw.toml
@@ -1,13 +1,13 @@
-name = "Fast Leaf Decay"
-filename = "FastLeafDecay-31.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "27d5ae02484e0b0c464f9611cedee6337048f638"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4620069
-project-id = 230976
+name = "Fast Leaf Decay"
+filename = "FastLeafDecay-31.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "27d5ae02484e0b0c464f9611cedee6337048f638"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4620069
+project-id = 230976
diff --git a/mods/fast-paintings.pw.toml b/mods/fast-paintings.pw.toml
index 285d9b1..73f801a 100644
--- a/mods/fast-paintings.pw.toml
+++ b/mods/fast-paintings.pw.toml
@@ -1,13 +1,13 @@
-name = "Fast Paintings"
-filename = "fastpaintings-1.20-1.2.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "94f4a3e8aff4467daabbeb6ba4c7f09f4fa25973"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5093299
-project-id = 883287
+name = "Fast Paintings"
+filename = "fastpaintings-1.20-1.2.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "94f4a3e8aff4467daabbeb6ba4c7f09f4fa25973"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5093299
+project-id = 883287
diff --git a/mods/fastfurnace.pw.toml b/mods/fastfurnace.pw.toml
index a41b0f5..a282ace 100644
--- a/mods/fastfurnace.pw.toml
+++ b/mods/fastfurnace.pw.toml
@@ -1,13 +1,13 @@
-name = "FastFurnace"
-filename = "FastFurnace-1.20.1-8.0.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d216d2fc17b668febc3fb9cf03e5eb65aa3e514a"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4711441
-project-id = 299540
+name = "FastFurnace"
+filename = "FastFurnace-1.20.1-8.0.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d216d2fc17b668febc3fb9cf03e5eb65aa3e514a"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4711441
+project-id = 299540
diff --git a/mods/fastload.pw.toml b/mods/fastload.pw.toml
index bff403d..74c15e6 100644
--- a/mods/fastload.pw.toml
+++ b/mods/fastload.pw.toml
@@ -1,13 +1,13 @@
-name = "Fastload"
-filename = "Fastload-Reforged-mc1.20.1-3.4.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "27d58f123951e0404c94caf16ff9b96b442f371c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4706149
-project-id = 630620
+name = "Fastload"
+filename = "Fastload-Reforged-mc1.20.1-3.4.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "27d58f123951e0404c94caf16ff9b96b442f371c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4706149
+project-id = 630620
diff --git a/mods/fastsuite.pw.toml b/mods/fastsuite.pw.toml
index b0ef610..7c7bb26 100644
--- a/mods/fastsuite.pw.toml
+++ b/mods/fastsuite.pw.toml
@@ -1,13 +1,13 @@
-name = "FastSuite"
-filename = "FastSuite-1.20.1-5.0.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c418caa1eea74e9f05b4a20862ebc665019250c8"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4711435
-project-id = 475117
+name = "FastSuite"
+filename = "FastSuite-1.20.1-5.0.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c418caa1eea74e9f05b4a20862ebc665019250c8"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4711435
+project-id = 475117
diff --git a/mods/fastworkbench.pw.toml b/mods/fastworkbench.pw.toml
index 601e3a3..60c1a88 100644
--- a/mods/fastworkbench.pw.toml
+++ b/mods/fastworkbench.pw.toml
@@ -1,13 +1,13 @@
-name = "FastWorkbench"
-filename = "FastWorkbench-1.20.1-8.0.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "1a322a85e7c7024b8a0715c12d27b5ed0930d729"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5101229
-project-id = 288885
+name = "FastWorkbench"
+filename = "FastWorkbench-1.20.1-8.0.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "1a322a85e7c7024b8a0715c12d27b5ed0930d729"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5101229
+project-id = 288885
diff --git a/mods/ferritecore.pw.toml b/mods/ferritecore.pw.toml
index 4c7aa95..609ca53 100644
--- a/mods/ferritecore.pw.toml
+++ b/mods/ferritecore.pw.toml
@@ -1,13 +1,13 @@
-name = "FerriteCore ((Neo)Forge)"
-filename = "ferritecore-6.0.1-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "417fb6ce8f52abf40bd9d0390371790f9576f8ba"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4810975
-project-id = 429235
+name = "FerriteCore ((Neo)Forge)"
+filename = "ferritecore-6.0.1-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "417fb6ce8f52abf40bd9d0390371790f9576f8ba"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4810975
+project-id = 429235
diff --git a/mods/findme.pw.toml b/mods/findme.pw.toml
index c42e4ca..7752154 100644
--- a/mods/findme.pw.toml
+++ b/mods/findme.pw.toml
@@ -1,13 +1,13 @@
-name = "FindMe"
-filename = "findme-3.2.1-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c5f81bfb1ac556bf0eb197aecd0f1fe3b5469ce0"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5074609
-project-id = 291936
+name = "FindMe"
+filename = "findme-3.2.1-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c5f81bfb1ac556bf0eb197aecd0f1fe3b5469ce0"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5074609
+project-id = 291936
diff --git a/mods/first-join-message.pw.toml b/mods/first-join-message.pw.toml
index 112324c..990809a 100644
--- a/mods/first-join-message.pw.toml
+++ b/mods/first-join-message.pw.toml
@@ -1,13 +1,13 @@
-name = "First Join Message"
-filename = "firstjoinmessage-1.20.1-3.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "2ce818d4617c4155cc78a4527a8bda3691a3622e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4964959
-project-id = 390733
+name = "First Join Message"
+filename = "firstjoinmessage-1.20.1-3.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "2ce818d4617c4155cc78a4527a8bda3691a3622e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4964959
+project-id = 390733
diff --git a/mods/fix-experience-bug.pw.toml b/mods/fix-experience-bug.pw.toml
index 5b8044a..253b8e7 100644
--- a/mods/fix-experience-bug.pw.toml
+++ b/mods/fix-experience-bug.pw.toml
@@ -1,13 +1,13 @@
-name = "Fix Experience Bug (now with FABRIC and FORGE versions)"
-filename = "fixexperiencebug-1.20-46.2.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "8de09b075088c64e8108cac8aa0117a8c3086b5b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4587408
-project-id = 486778
+name = "Fix Experience Bug (now with FABRIC and FORGE versions)"
+filename = "fixexperiencebug-1.20-46.2.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "8de09b075088c64e8108cac8aa0117a8c3086b5b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4587408
+project-id = 486778
diff --git a/mods/flan-forge.pw.toml b/mods/flan-forge.pw.toml
index 19a7f18..fb68c2c 100644
--- a/mods/flan-forge.pw.toml
+++ b/mods/flan-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "Flan (Forge)"
-filename = "flan-1.20.1-1.8.11-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a81d19308da4025c079dee64aad42a2fae0a2212"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4920923
-project-id = 493246
+name = "Flan (Forge)"
+filename = "flan-1.20.1-1.8.11-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a81d19308da4025c079dee64aad42a2fae0a2212"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4920923
+project-id = 493246
diff --git a/mods/flickerfix.pw.toml b/mods/flickerfix.pw.toml
index 2da3790..5def6af 100644
--- a/mods/flickerfix.pw.toml
+++ b/mods/flickerfix.pw.toml
@@ -1,13 +1,13 @@
-name = "FlickerFix"
-filename = "flickerfix-1.20.1-4.0.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ffcf6207d71ba069a8baf18f6ac4ee8668376490"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4731559
-project-id = 431430
+name = "FlickerFix"
+filename = "flickerfix-1.20.1-4.0.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ffcf6207d71ba069a8baf18f6ac4ee8668376490"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4731559
+project-id = 431430
diff --git a/mods/floral-enchantment.pw.toml b/mods/floral-enchantment.pw.toml
index 393123e..6e273b3 100644
--- a/mods/floral-enchantment.pw.toml
+++ b/mods/floral-enchantment.pw.toml
@@ -1,13 +1,13 @@
-name = "Floral Enchantment"
-filename = "Floral Enchantment-1.20.1-1.4.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "1240842bdc7f4e8a27a75f662c8b66f6ae7f535d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4624775
-project-id = 511569
+name = "Floral Enchantment"
+filename = "Floral Enchantment-1.20.1-1.4.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "1240842bdc7f4e8a27a75f662c8b66f6ae7f535d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4624775
+project-id = 511569
diff --git a/mods/footprintparticle.pw.toml b/mods/footprintparticle.pw.toml
index 53ec43a..3bc7eb1 100644
--- a/mods/footprintparticle.pw.toml
+++ b/mods/footprintparticle.pw.toml
@@ -1,13 +1,13 @@
-name = "FootprintParticle"
-filename = "footprintparticle-0.5.1-mc1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "9a10df357643187378e7a9d5be3f925fc4341904"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4962992
-project-id = 832070
+name = "FootprintParticle"
+filename = "footprintparticle-0.5.1-mc1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "9a10df357643187378e7a9d5be3f925fc4341904"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4962992
+project-id = 832070
diff --git a/mods/framework.pw.toml b/mods/framework.pw.toml
index 1b55f06..05e3965 100644
--- a/mods/framework.pw.toml
+++ b/mods/framework.pw.toml
@@ -1,13 +1,13 @@
-name = "Framework"
-filename = "framework-forge-1.20.1-0.6.26.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "17b7a3f6be8182ef3ec09304baa1b1a9db0d8df7"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5098255
-project-id = 549225
+name = "Framework"
+filename = "framework-forge-1.20.1-0.6.26.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "17b7a3f6be8182ef3ec09304baa1b1a9db0d8df7"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5098255
+project-id = 549225
diff --git a/mods/friendly-fire.pw.toml b/mods/friendly-fire.pw.toml
index f3b10da..7c7d901 100644
--- a/mods/friendly-fire.pw.toml
+++ b/mods/friendly-fire.pw.toml
@@ -1,13 +1,13 @@
-name = "Friendly Fire"
-filename = "FriendlyFire-Forge-1.20.1-18.0.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c0f8d1ca6da31a6854c30806afa0adcfc5fcec42"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4806212
-project-id = 255105
+name = "Friendly Fire"
+filename = "FriendlyFire-Forge-1.20.1-18.0.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c0f8d1ca6da31a6854c30806afa0adcfc5fcec42"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4806212
+project-id = 255105
diff --git a/mods/friendly-griefing.pw.toml b/mods/friendly-griefing.pw.toml
index c2bf2c1..75add17 100644
--- a/mods/friendly-griefing.pw.toml
+++ b/mods/friendly-griefing.pw.toml
@@ -1,13 +1,13 @@
-name = "Friendly Griefing"
-filename = "FriendlyGriefing-1.20-1.0.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "36f3ff362f86ca145e95c4b67c152cf6a022223e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4594849
-project-id = 630841
+name = "Friendly Griefing"
+filename = "FriendlyGriefing-1.20-1.0.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "36f3ff362f86ca145e95c4b67c152cf6a022223e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4594849
+project-id = 630841
diff --git a/mods/friends-and-foes-forge.pw.toml b/mods/friends-and-foes-forge.pw.toml
index 33c7729..8fa24f1 100644
--- a/mods/friends-and-foes-forge.pw.toml
+++ b/mods/friends-and-foes-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "Friends&Foes (Forge/NeoForge) (Copper Golem, Glare, Moobloom, Iceologer, Barnacle, Wildfire, Rascal, Tuff Golem)"
-filename = "friendsandfoes-forge-mc1.20.1-2.0.9.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "df32d3e56f8fd853cdc0741ea737bf481149eb0d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5073597
-project-id = 602059
+name = "Friends&Foes (Forge/NeoForge) (Copper Golem, Glare, Moobloom, Iceologer, Barnacle, Wildfire, Rascal, Tuff Golem)"
+filename = "friendsandfoes-forge-mc1.20.1-2.0.9.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "df32d3e56f8fd853cdc0741ea737bf481149eb0d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5073597
+project-id = 602059
diff --git a/mods/ftb-library-forge.pw.toml b/mods/ftb-library-forge.pw.toml
index 8d31456..077aebf 100644
--- a/mods/ftb-library-forge.pw.toml
+++ b/mods/ftb-library-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "FTB Library (Forge)"
-filename = "ftb-library-forge-2001.1.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "95d6acc600216ca750055d8c494efc3d0d5cfb93"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5051953
-project-id = 404465
+name = "FTB Library (Forge)"
+filename = "ftb-library-forge-2001.1.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "95d6acc600216ca750055d8c494efc3d0d5cfb93"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5051953
+project-id = 404465
diff --git a/mods/ftb-quests-forge.pw.toml b/mods/ftb-quests-forge.pw.toml
index 1ddf47d..31550c2 100644
--- a/mods/ftb-quests-forge.pw.toml
+++ b/mods/ftb-quests-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "FTB Quests (Forge)"
-filename = "ftb-quests-forge-2001.3.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "9118a31d456c5a0cc7d9c4f75c997e13804daa8e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5084753
-project-id = 289412
+name = "FTB Quests (Forge)"
+filename = "ftb-quests-forge-2001.3.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "9118a31d456c5a0cc7d9c4f75c997e13804daa8e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5084753
+project-id = 289412
diff --git a/mods/ftb-quests-optimizer.pw.toml b/mods/ftb-quests-optimizer.pw.toml
index 9994842..5f2e755 100644
--- a/mods/ftb-quests-optimizer.pw.toml
+++ b/mods/ftb-quests-optimizer.pw.toml
@@ -1,13 +1,13 @@
-name = "FTB Quests Optimizer"
-filename = "FTBQuestsOptimizer-forge-1.1.5-1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c319b92f72219e32621d680a9acac3bd0515e392"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4956177
-project-id = 912469
+name = "FTB Quests Optimizer"
+filename = "FTBQuestsOptimizer-forge-1.1.5-1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c319b92f72219e32621d680a9acac3bd0515e392"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4956177
+project-id = 912469
diff --git a/mods/ftb-teams-forge.pw.toml b/mods/ftb-teams-forge.pw.toml
index f848f47..d4f56a9 100644
--- a/mods/ftb-teams-forge.pw.toml
+++ b/mods/ftb-teams-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "FTB Teams (Forge)"
-filename = "ftb-teams-forge-2001.1.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "8b7628248ffd6e97bde2ffce0a630a4db4504b9b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4623116
-project-id = 404468
+name = "FTB Teams (Forge)"
+filename = "ftb-teams-forge-2001.1.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "8b7628248ffd6e97bde2ffce0a630a4db4504b9b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4623116
+project-id = 404468
diff --git a/mods/ftb-ultimine-forge.pw.toml b/mods/ftb-ultimine-forge.pw.toml
index 7f7aa68..3db3a99 100644
--- a/mods/ftb-ultimine-forge.pw.toml
+++ b/mods/ftb-ultimine-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "FTB Ultimine (Forge)"
-filename = "ftb-ultimine-forge-2001.1.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "3c209be97832c90209c19315d799daa2db01da38"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5005006
-project-id = 386134
+name = "FTB Ultimine (Forge)"
+filename = "ftb-ultimine-forge-2001.1.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "3c209be97832c90209c19315d799daa2db01da38"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5005006
+project-id = 386134
diff --git a/mods/gateways-to-eternity.pw.toml b/mods/gateways-to-eternity.pw.toml
index afcc845..1889a5c 100644
--- a/mods/gateways-to-eternity.pw.toml
+++ b/mods/gateways-to-eternity.pw.toml
@@ -1,13 +1,13 @@
-name = "Gateways to Eternity"
-filename = "GatewaysToEternity-1.20.1-4.2.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c22243c4f29c00e42c61253a2bebdabe8e09c9fc"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4965936
-project-id = 417802
+name = "Gateways to Eternity"
+filename = "GatewaysToEternity-1.20.1-4.2.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c22243c4f29c00e42c61253a2bebdabe8e09c9fc"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4965936
+project-id = 417802
diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml
index da64fe2..86c7c9a 100644
--- a/mods/geckolib.pw.toml
+++ b/mods/geckolib.pw.toml
@@ -1,13 +1,13 @@
-name = "GeckoLib"
-filename = "geckolib-forge-1.20.1-4.4.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "388a5029549399ba75d233317d3257a74b5a47d1"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5060416
-project-id = 388172
+name = "GeckoLib"
+filename = "geckolib-forge-1.20.1-4.4.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "388a5029549399ba75d233317d3257a74b5a47d1"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5060416
+project-id = 388172
diff --git a/mods/global-gamerules.pw.toml b/mods/global-gamerules.pw.toml
index dd40d87..d375e6e 100644
--- a/mods/global-gamerules.pw.toml
+++ b/mods/global-gamerules.pw.toml
@@ -1,13 +1,13 @@
-name = "Global GameRules"
-filename = "GlobalGameRules-1.20-8.0.0.11.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e1ad2f5480453aed8059aeddd5964694116a9fc8"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4587490
-project-id = 227657
+name = "Global GameRules"
+filename = "GlobalGameRules-1.20-8.0.0.11.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e1ad2f5480453aed8059aeddd5964694116a9fc8"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4587490
+project-id = 227657
diff --git a/mods/global-xp.pw.toml b/mods/global-xp.pw.toml
index aff7f57..33d30c1 100644
--- a/mods/global-xp.pw.toml
+++ b/mods/global-xp.pw.toml
@@ -1,13 +1,13 @@
-name = "Global XP"
-filename = "globalxp-1.20-1.10.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b1105184ae47feb8e6a5724063594d8ab4aa35b0"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4579955
-project-id = 268647
+name = "Global XP"
+filename = "globalxp-1.20-1.10.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b1105184ae47feb8e6a5724063594d8ab4aa35b0"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4579955
+project-id = 268647
diff --git a/mods/goblin-traders.pw.toml b/mods/goblin-traders.pw.toml
index e90461f..e681197 100644
--- a/mods/goblin-traders.pw.toml
+++ b/mods/goblin-traders.pw.toml
@@ -1,13 +1,13 @@
-name = "Goblin Traders"
-filename = "goblintraders-forge-1.20.1-1.9.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "341b9ec065568812c217ad7f38b7acc1b0313d9a"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4802505
-project-id = 363703
+name = "Goblin Traders"
+filename = "goblintraders-forge-1.20.1-1.9.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "341b9ec065568812c217ad7f38b7acc1b0313d9a"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4802505
+project-id = 363703
diff --git a/mods/handcrafted.pw.toml b/mods/handcrafted.pw.toml
index 36a7ebc..facfe45 100644
--- a/mods/handcrafted.pw.toml
+++ b/mods/handcrafted.pw.toml
@@ -1,13 +1,13 @@
-name = "Handcrafted"
-filename = "handcrafted-forge-1.20.1-3.0.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a9f6181b44be4be5d54c2ac357e0210fed880a98"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4818087
-project-id = 538214
+name = "Handcrafted"
+filename = "handcrafted-forge-1.20.1-3.0.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a9f6181b44be4be5d54c2ac357e0210fed880a98"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4818087
+project-id = 538214
diff --git a/mods/highlight.pw.toml b/mods/highlight.pw.toml
index b7fa232..7d29d75 100644
--- a/mods/highlight.pw.toml
+++ b/mods/highlight.pw.toml
@@ -1,13 +1,13 @@
-name = "Highlight"
-filename = "highlight-forge-1.20-2.0.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f0cbbdf1b0510cfbc38453d4fd411b8a915e3457"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4671079
-project-id = 667245
+name = "Highlight"
+filename = "highlight-forge-1.20-2.0.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f0cbbdf1b0510cfbc38453d4fd411b8a915e3457"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4671079
+project-id = 667245
diff --git a/mods/hit-indication.pw.toml b/mods/hit-indication.pw.toml
index 8331980..9e7cdf0 100644
--- a/mods/hit-indication.pw.toml
+++ b/mods/hit-indication.pw.toml
@@ -1,13 +1,13 @@
-name = "Hit Indication"
-filename = "hitindication-1.20.1-1.3.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f93bffec3df35fb118c443e93d2044a5b308ace0"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4691948
-project-id = 848933
+name = "Hit Indication"
+filename = "hitindication-1.20.1-1.3.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f93bffec3df35fb118c443e93d2044a5b308ace0"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4691948
+project-id = 848933
diff --git a/mods/iceberg.pw.toml b/mods/iceberg.pw.toml
index 9a684fe..1cc5e4a 100644
--- a/mods/iceberg.pw.toml
+++ b/mods/iceberg.pw.toml
@@ -1,13 +1,13 @@
-name = "Iceberg [Forge]"
-filename = "Iceberg-1.20.1-forge-1.1.18.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "1d1b54b5a5b03c37f89ee6505198b6f50b63e853"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4953572
-project-id = 520110
+name = "Iceberg [Forge]"
+filename = "Iceberg-1.20.1-forge-1.1.18.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "1d1b54b5a5b03c37f89ee6505198b6f50b63e853"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4953572
+project-id = 520110
diff --git a/mods/illager-invasion.pw.toml b/mods/illager-invasion.pw.toml
index a120bfe..7270f69 100644
--- a/mods/illager-invasion.pw.toml
+++ b/mods/illager-invasion.pw.toml
@@ -1,13 +1,13 @@
-name = "Illager Invasion [Forge & Fabric]"
-filename = "IllagerInvasion-v8.0.4-1.20.1-Forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f875cf05838b0128cc394510b3f9c38c47bfdc71"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5056843
-project-id = 891324
+name = "Illager Invasion [Forge & Fabric]"
+filename = "IllagerInvasion-v8.0.4-1.20.1-Forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f875cf05838b0128cc394510b3f9c38c47bfdc71"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5056843
+project-id = 891324
diff --git a/mods/immediatelyfast.pw.toml b/mods/immediatelyfast.pw.toml
index 6d977ee..22dd3fe 100644
--- a/mods/immediatelyfast.pw.toml
+++ b/mods/immediatelyfast.pw.toml
@@ -1,13 +1,13 @@
-name = "ImmediatelyFast"
-filename = "ImmediatelyFast-Forge-1.2.10+1.20.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5bd20ddf71c0b6e70aa320df898576c19906c96f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5076080
-project-id = 686911
+name = "ImmediatelyFast"
+filename = "ImmediatelyFast-Forge-1.2.10+1.20.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5bd20ddf71c0b6e70aa320df898576c19906c96f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5076080
+project-id = 686911
diff --git a/mods/incendium.pw.toml b/mods/incendium.pw.toml
index 2dab34a..ddd5488 100644
--- a/mods/incendium.pw.toml
+++ b/mods/incendium.pw.toml
@@ -1,13 +1,13 @@
-name = "Incendium"
-filename = "Incendium_1.20.4_v5.3.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "7339f4da6c9ca9ae73b0a877a0bbaec35fd17961"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4937858
-project-id = 591388
+name = "Incendium"
+filename = "Incendium_1.20.4_v5.3.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "7339f4da6c9ca9ae73b0a877a0bbaec35fd17961"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4937858
+project-id = 591388
diff --git a/mods/insanelib.pw.toml b/mods/insanelib.pw.toml
index d081e05..464469d 100644
--- a/mods/insanelib.pw.toml
+++ b/mods/insanelib.pw.toml
@@ -1,13 +1,13 @@
-name = "InsaneLib"
-filename = "InsaneLib-1.12.1-mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "775a7ad53f240e6f25234c9fb1093e09021acdbd"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4832815
-project-id = 465109
+name = "InsaneLib"
+filename = "InsaneLib-1.12.1-mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "775a7ad53f240e6f25234c9fb1093e09021acdbd"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4832815
+project-id = 465109
diff --git a/mods/inventory-essentials.pw.toml b/mods/inventory-essentials.pw.toml
index 5255cf2..6f66e1f 100644
--- a/mods/inventory-essentials.pw.toml
+++ b/mods/inventory-essentials.pw.toml
@@ -1,13 +1,13 @@
-name = "Inventory Essentials"
-filename = "inventoryessentials-forge-1.20.1-8.2.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "2bb6cfec61841cef96111a9c2fc2b4244392d0eb"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4752151
-project-id = 368825
+name = "Inventory Essentials"
+filename = "inventoryessentials-forge-1.20.1-8.2.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "2bb6cfec61841cef96111a9c2fc2b4244392d0eb"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4752151
+project-id = 368825
diff --git a/mods/inventory-hud-forge.pw.toml b/mods/inventory-hud-forge.pw.toml
index 5266066..24fd863 100644
--- a/mods/inventory-hud-forge.pw.toml
+++ b/mods/inventory-hud-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "Inventory HUD+"
-filename = "invhud.forge.1.20.1-3.4.18.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0ab697cc46a1fd67c7c6b02130c06258bb01ecfc"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4699629
-project-id = 357540
+name = "Inventory HUD+"
+filename = "invhud.forge.1.20.1-3.4.18.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0ab697cc46a1fd67c7c6b02130c06258bb01ecfc"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4699629
+project-id = 357540
diff --git a/mods/inventory-sorter.pw.toml b/mods/inventory-sorter.pw.toml
index 0accdfe..0afa42f 100644
--- a/mods/inventory-sorter.pw.toml
+++ b/mods/inventory-sorter.pw.toml
@@ -1,13 +1,13 @@
-name = "Inventory Sorter"
-filename = "inventorysorter-1.20.1-23.0.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "32e30b71d7ef67b306a24191c655528509454cb5"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4655091
-project-id = 240633
+name = "Inventory Sorter"
+filename = "inventorysorter-1.20.1-23.0.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "32e30b71d7ef67b306a24191c655528509454cb5"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4655091
+project-id = 240633
diff --git a/mods/item-filters.pw.toml b/mods/item-filters.pw.toml
index 76199d4..ffd8360 100644
--- a/mods/item-filters.pw.toml
+++ b/mods/item-filters.pw.toml
@@ -1,13 +1,13 @@
-name = "Item Filters"
-filename = "item-filters-forge-2001.1.0-build.59.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "55a7f032c59489eca96069a7841601de2ff97590"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4838266
-project-id = 309674
+name = "Item Filters"
+filename = "item-filters-forge-2001.1.0-build.59.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "55a7f032c59489eca96069a7841601de2ff97590"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4838266
+project-id = 309674
diff --git a/mods/item-highlighter.pw.toml b/mods/item-highlighter.pw.toml
index e5a4717..d9333a4 100644
--- a/mods/item-highlighter.pw.toml
+++ b/mods/item-highlighter.pw.toml
@@ -1,13 +1,13 @@
-name = "Item Highlighter [Forge]"
-filename = "Highlighter-1.20.1-forge-1.1.9.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "644dc33b1745ad100f513b4d169ace86fff3b2bf"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4985588
-project-id = 521590
+name = "Item Highlighter [Forge]"
+filename = "Highlighter-1.20.1-forge-1.1.9.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "644dc33b1745ad100f513b4d169ace86fff3b2bf"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4985588
+project-id = 521590
diff --git a/mods/itemphysic-lite.pw.toml b/mods/itemphysic-lite.pw.toml
index cebd94d..3af4098 100644
--- a/mods/itemphysic-lite.pw.toml
+++ b/mods/itemphysic-lite.pw.toml
@@ -1,13 +1,13 @@
-name = "ItemPhysic Lite"
-filename = "ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "283c9706aa3394a21511dad30433cd38db1d5aa9"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4578892
-project-id = 270441
+name = "ItemPhysic Lite"
+filename = "ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "283c9706aa3394a21511dad30433cd38db1d5aa9"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4578892
+project-id = 270441
diff --git a/mods/jade-addons.pw.toml b/mods/jade-addons.pw.toml
index 10750d0..2e86bb2 100644
--- a/mods/jade-addons.pw.toml
+++ b/mods/jade-addons.pw.toml
@@ -1,13 +1,13 @@
-name = "Jade Addons (Forge)"
-filename = "JadeAddons-1.20.1-forge-5.2.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "74b567a2b23bf34cd37ee4c02059318f8cc702d7"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4925840
-project-id = 583345
+name = "Jade Addons (Forge)"
+filename = "JadeAddons-1.20.1-forge-5.2.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "74b567a2b23bf34cd37ee4c02059318f8cc702d7"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4925840
+project-id = 583345
diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml
index b78cd0e..60f9449 100644
--- a/mods/jade.pw.toml
+++ b/mods/jade.pw.toml
@@ -1,13 +1,13 @@
-name = "Jade 🔍"
-filename = "Jade-1.20.1-forge-11.7.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "6a17415a34591168203b8ed6f334a349da55f797"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4986594
-project-id = 324717
+name = "Jade 🔍"
+filename = "Jade-1.20.1-forge-11.7.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "6a17415a34591168203b8ed6f334a349da55f797"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4986594
+project-id = 324717
diff --git a/mods/jadecolonies.pw.toml b/mods/jadecolonies.pw.toml
index cdf861e..1915e16 100644
--- a/mods/jadecolonies.pw.toml
+++ b/mods/jadecolonies.pw.toml
@@ -1,13 +1,13 @@
-name = "JadeColonies"
-filename = "JadeColonies-1.20.1-1.4.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "2758989a557e37bb12d6bf5bac88bc47a57f1e2f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5048697
-project-id = 882310
+name = "JadeColonies"
+filename = "JadeColonies-1.20.1-1.4.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "2758989a557e37bb12d6bf5bac88bc47a57f1e2f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5048697
+project-id = 882310
diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml
index ce28afc..1b4ab1a 100644
--- a/mods/jei.pw.toml
+++ b/mods/jei.pw.toml
@@ -1,13 +1,13 @@
-name = "Just Enough Items (JEI)"
-filename = "jei-1.20.1-forge-15.3.0.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "1a431d34991d51998f9971c4291bac2d58eaa154"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5101366
-project-id = 238222
+name = "Just Enough Items (JEI)"
+filename = "jei-1.20.1-forge-15.3.0.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "1a431d34991d51998f9971c4291bac2d58eaa154"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5101366
+project-id = 238222
diff --git a/mods/jeitweaker.pw.toml b/mods/jeitweaker.pw.toml
index cccb2eb..8599d02 100644
--- a/mods/jeitweaker.pw.toml
+++ b/mods/jeitweaker.pw.toml
@@ -1,13 +1,13 @@
-name = "JEITweaker"
-filename = "JeiTweaker-forge-1.20.1-8.0.6.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "4650a39c9167caa31596cab15df40d890530f60d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4781713
-project-id = 368718
+name = "JEITweaker"
+filename = "JeiTweaker-forge-1.20.1-8.0.6.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "4650a39c9167caa31596cab15df40d890530f60d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4781713
+project-id = 368718
diff --git a/mods/joy-of-painting.pw.toml b/mods/joy-of-painting.pw.toml
index bbb1fdd..dafdcd7 100644
--- a/mods/joy-of-painting.pw.toml
+++ b/mods/joy-of-painting.pw.toml
@@ -1,13 +1,13 @@
-name = "Joy of Painting"
-filename = "xercapaint-1.20.1-1.0.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "62f56fa6dbdcbfcd64f9c15972115c4138ba1ddf"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4666042
-project-id = 350727
+name = "Joy of Painting"
+filename = "xercapaint-1.20.1-1.0.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "62f56fa6dbdcbfcd64f9c15972115c4138ba1ddf"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4666042
+project-id = 350727
diff --git a/mods/jumpy-boats.pw.toml b/mods/jumpy-boats.pw.toml
index 2a50b18..8fa6e66 100644
--- a/mods/jumpy-boats.pw.toml
+++ b/mods/jumpy-boats.pw.toml
@@ -1,13 +1,13 @@
-name = "Jumpy Boats"
-filename = "jumpboat-1.20.0-1.0.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0e8c0d7d311b9216b5f4a71c0fed13c50d883021"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4573946
-project-id = 542110
+name = "Jumpy Boats"
+filename = "jumpboat-1.20.0-1.0.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0e8c0d7d311b9216b5f4a71c0fed13c50d883021"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4573946
+project-id = 542110
diff --git a/mods/just-another-rotten-flesh-to-leather-mod.pw.toml b/mods/just-another-rotten-flesh-to-leather-mod.pw.toml
index f3381d3..3adfba3 100644
--- a/mods/just-another-rotten-flesh-to-leather-mod.pw.toml
+++ b/mods/just-another-rotten-flesh-to-leather-mod.pw.toml
@@ -1,13 +1,13 @@
-name = "Just Another Rotten Flesh to Leather Mod"
-filename = "JRFTL-1.20.1-1.6.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d59e4ad527b59617aec6b49630c5b4b8cda385ad"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4594475
-project-id = 247136
+name = "Just Another Rotten Flesh to Leather Mod"
+filename = "JRFTL-1.20.1-1.6.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d59e4ad527b59617aec6b49630c5b4b8cda385ad"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4594475
+project-id = 247136
diff --git a/mods/just-enough-professions-jep.pw.toml b/mods/just-enough-professions-jep.pw.toml
index abfe13b..3b9eb1b 100644
--- a/mods/just-enough-professions-jep.pw.toml
+++ b/mods/just-enough-professions-jep.pw.toml
@@ -1,13 +1,13 @@
-name = "Just Enough Professions (JEP)"
-filename = "JustEnoughProfessions-forge-1.20.1-3.0.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "19dc0c1f9f0a97fae7037f271651300b6850fb92"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4587024
-project-id = 417645
+name = "Just Enough Professions (JEP)"
+filename = "JustEnoughProfessions-forge-1.20.1-3.0.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "19dc0c1f9f0a97fae7037f271651300b6850fb92"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4587024
+project-id = 417645
diff --git a/mods/kambrik.pw.toml b/mods/kambrik.pw.toml
index c32205b..997f5b2 100644
--- a/mods/kambrik.pw.toml
+++ b/mods/kambrik.pw.toml
@@ -1,13 +1,13 @@
-name = "Kambrik"
-filename = "Kambrik-6.1.1+1.20.1-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "48cdc22a0f6698c9059f437538e5546f74900541"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4654401
-project-id = 455585
+name = "Kambrik"
+filename = "Kambrik-6.1.1+1.20.1-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "48cdc22a0f6698c9059f437538e5546f74900541"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4654401
+project-id = 455585
diff --git a/mods/kiwi.pw.toml b/mods/kiwi.pw.toml
index a2e798b..99cfe89 100644
--- a/mods/kiwi.pw.toml
+++ b/mods/kiwi.pw.toml
@@ -1,13 +1,13 @@
-name = "Kiwi 🥝 (Forge)"
-filename = "Kiwi-1.20.1-forge-11.5.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b25029f8c385e12f2d2a9de8aa412029aa9cc93a"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5039878
-project-id = 303657
+name = "Kiwi 🥝 (Forge)"
+filename = "Kiwi-1.20.1-forge-11.5.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b25029f8c385e12f2d2a9de8aa412029aa9cc93a"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5039878
+project-id = 303657
diff --git a/mods/kobolds.pw.toml b/mods/kobolds.pw.toml
index 1bb140a..1ac4256 100644
--- a/mods/kobolds.pw.toml
+++ b/mods/kobolds.pw.toml
@@ -1,13 +1,13 @@
-name = "Kobolds!"
-filename = "Kobolds-2.10.7.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "77013e3f14c92a8213efc7f694129f8373471431"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5108321
-project-id = 484967
+name = "Kobolds!"
+filename = "Kobolds-2.10.7.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "77013e3f14c92a8213efc7f694129f8373471431"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5108321
+project-id = 484967
diff --git a/mods/konkrete.pw.toml b/mods/konkrete.pw.toml
index 30f8f7f..b9366a6 100644
--- a/mods/konkrete.pw.toml
+++ b/mods/konkrete.pw.toml
@@ -1,13 +1,13 @@
-name = "Konkrete [Forge]"
-filename = "konkrete_forge_1.8.0_MC_1.20-1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "2019d821bed9071daabed43979433a5473ceee49"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5028413
-project-id = 410295
+name = "Konkrete [Forge]"
+filename = "konkrete_forge_1.8.0_MC_1.20-1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "2019d821bed9071daabed43979433a5473ceee49"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5028413
+project-id = 410295
diff --git a/mods/kotlin-for-forge.pw.toml b/mods/kotlin-for-forge.pw.toml
index 7720de7..e3202ed 100644
--- a/mods/kotlin-for-forge.pw.toml
+++ b/mods/kotlin-for-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "Kotlin for Forge"
-filename = "kotlinforforge-4.10.0-all.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5981310618ebe818177bb2a703f8a7fb01bc8efc"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4983659
-project-id = 351264
+name = "Kotlin for Forge"
+filename = "kotlinforforge-4.10.0-all.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5981310618ebe818177bb2a703f8a7fb01bc8efc"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4983659
+project-id = 351264
diff --git a/mods/krypton-reforged.pw.toml b/mods/krypton-reforged.pw.toml
index 9139182..062c4f6 100644
--- a/mods/krypton-reforged.pw.toml
+++ b/mods/krypton-reforged.pw.toml
@@ -1,13 +1,13 @@
-name = "Krypton Reforged"
-filename = "KryptonReforged-0.2.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "92690482dad46a8c9cf28e4b6b26e49f4dc67095"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4606534
-project-id = 549394
+name = "Krypton Reforged"
+filename = "KryptonReforged-0.2.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "92690482dad46a8c9cf28e4b6b26e49f4dc67095"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4606534
+project-id = 549394
diff --git a/mods/legendary-tooltips.pw.toml b/mods/legendary-tooltips.pw.toml
index 989f64b..80de394 100644
--- a/mods/legendary-tooltips.pw.toml
+++ b/mods/legendary-tooltips.pw.toml
@@ -1,13 +1,13 @@
-name = "Legendary Tooltips [Forge]"
-filename = "LegendaryTooltips-1.20.1-forge-1.4.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "7d83a56572d333ea352706872f565b8b8537085c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4662781
-project-id = 532127
+name = "Legendary Tooltips [Forge]"
+filename = "LegendaryTooltips-1.20.1-forge-1.4.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "7d83a56572d333ea352706872f565b8b8537085c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4662781
+project-id = 532127
diff --git a/mods/let-me-despawn.pw.toml b/mods/let-me-despawn.pw.toml
index 70d36e7..1636cfd 100644
--- a/mods/let-me-despawn.pw.toml
+++ b/mods/let-me-despawn.pw.toml
@@ -1,13 +1,13 @@
-name = "Let Me Despawn"
-filename = "letmedespawn-forge-1.20.x-1.2.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5168aca016a9384a889f74f4b0082cd8b0f50abb"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4826822
-project-id = 663477
+name = "Let Me Despawn"
+filename = "letmedespawn-forge-1.20.x-1.2.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5168aca016a9384a889f74f4b0082cd8b0f50abb"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4826822
+project-id = 663477
diff --git a/mods/libipn.pw.toml b/mods/libipn.pw.toml
index becd1d5..8fcd82d 100644
--- a/mods/libipn.pw.toml
+++ b/mods/libipn.pw.toml
@@ -1,13 +1,13 @@
-name = "libIPN"
-filename = "libIPN-forge-1.20-4.0.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b3e9a4dc275ce8ee78321a1b9611ed93253bc6d1"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4870127
-project-id = 679177
+name = "libIPN"
+filename = "libIPN-forge-1.20-4.0.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b3e9a4dc275ce8ee78321a1b9611ed93253bc6d1"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4870127
+project-id = 679177
diff --git a/mods/library-of-exile.pw.toml b/mods/library-of-exile.pw.toml
index d91b63c..904e82d 100644
--- a/mods/library-of-exile.pw.toml
+++ b/mods/library-of-exile.pw.toml
@@ -1,13 +1,13 @@
-name = "Library of Exile"
-filename = "Library_of_Exile-1.20.1-1.4.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "9cb1153a777eec0275fbbce589506c5bcdc55c5d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4996322
-project-id = 398780
+name = "Library of Exile"
+filename = "Library_of_Exile-1.20.1-1.4.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "9cb1153a777eec0275fbbce589506c5bcdc55c5d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4996322
+project-id = 398780
diff --git a/mods/lightmans-currency.pw.toml b/mods/lightmans-currency.pw.toml
index 36fa779..6b77ee6 100644
--- a/mods/lightmans-currency.pw.toml
+++ b/mods/lightmans-currency.pw.toml
@@ -1,13 +1,13 @@
-name = "Lightman's Currency"
-filename = "lightmanscurrency-1.20.1-2.2.0.3c.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ae7cc0d94a0bcdb4ab663623eb67cfdc63288e7c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5103933
-project-id = 472521
+name = "Lightman's Currency"
+filename = "lightmanscurrency-1.20.1-2.2.0.3c.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ae7cc0d94a0bcdb4ab663623eb67cfdc63288e7c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5103933
+project-id = 472521
diff --git a/mods/load-my-resources-forge.pw.toml b/mods/load-my-resources-forge.pw.toml
index 5ab88d6..5c51748 100644
--- a/mods/load-my-resources-forge.pw.toml
+++ b/mods/load-my-resources-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "Load My Resources [Forge]"
-filename = "loadmyresources_forge_1.0.4_MC_1.19.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c95a7e3b0040d74f53dd7ee986e16ed2e955d4d6"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4203277
-project-id = 534502
+name = "Load My Resources [Forge]"
+filename = "loadmyresources_forge_1.0.4_MC_1.19.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c95a7e3b0040d74f53dd7ee986e16ed2e955d4d6"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4203277
+project-id = 534502
diff --git a/mods/login-protection.pw.toml b/mods/login-protection.pw.toml
index a4a4ee2..5bd2495 100644
--- a/mods/login-protection.pw.toml
+++ b/mods/login-protection.pw.toml
@@ -1,13 +1,13 @@
-name = "Login Protection[Forge/Fabric]"
-filename = "logprot-1.20.1-3.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a424cabe54a0d34cd74eed650e29ce5b98357d2f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4884039
-project-id = 358304
+name = "Login Protection[Forge/Fabric]"
+filename = "logprot-1.20.1-3.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a424cabe54a0d34cd74eed650e29ce5b98357d2f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4884039
+project-id = 358304
diff --git a/mods/lootr.pw.toml b/mods/lootr.pw.toml
index fd29309..e37b88c 100644
--- a/mods/lootr.pw.toml
+++ b/mods/lootr.pw.toml
@@ -1,13 +1,13 @@
-name = "Lootr (Forge & NeoForge)"
-filename = "lootr-1.20-0.7.31.78.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0aaceae6c0343501a2f1b17687ef47610b11ff46"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5082091
-project-id = 361276
+name = "Lootr (Forge & NeoForge)"
+filename = "lootr-1.20-0.7.31.78.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0aaceae6c0343501a2f1b17687ef47610b11ff46"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5082091
+project-id = 361276
diff --git a/mods/macaws-bridges.pw.toml b/mods/macaws-bridges.pw.toml
index d05443f..1cc33c2 100644
--- a/mods/macaws-bridges.pw.toml
+++ b/mods/macaws-bridges.pw.toml
@@ -1,13 +1,13 @@
-name = "Macaw's Bridges"
-filename = "mcw-bridges-2.1.1-mc1.20.1forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "8d6d2606ce20f47baf553909bb18bf332ca4668b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4605466
-project-id = 351725
+name = "Macaw's Bridges"
+filename = "mcw-bridges-2.1.1-mc1.20.1forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "8d6d2606ce20f47baf553909bb18bf332ca4668b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4605466
+project-id = 351725
diff --git a/mods/macaws-doors.pw.toml b/mods/macaws-doors.pw.toml
index f8e587a..0fa170e 100644
--- a/mods/macaws-doors.pw.toml
+++ b/mods/macaws-doors.pw.toml
@@ -1,13 +1,13 @@
-name = "Macaw's Doors"
-filename = "mcw-doors-1.1.0forge-mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "4cd1ca324542b64d670a4e173d57860906cbfe02"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4649910
-project-id = 378646
+name = "Macaw's Doors"
+filename = "mcw-doors-1.1.0forge-mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "4cd1ca324542b64d670a4e173d57860906cbfe02"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4649910
+project-id = 378646
diff --git a/mods/macaws-lights-and-lamps.pw.toml b/mods/macaws-lights-and-lamps.pw.toml
index c858b7c..70e1648 100644
--- a/mods/macaws-lights-and-lamps.pw.toml
+++ b/mods/macaws-lights-and-lamps.pw.toml
@@ -1,13 +1,13 @@
-name = "Macaw's Lights and Lamps"
-filename = "mcw-lights-1.0.6-mc1.20.1forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "63c4b2ad78f7aa0ba5b526c8ad274788c1f2d3a4"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4618183
-project-id = 502372
+name = "Macaw's Lights and Lamps"
+filename = "mcw-lights-1.0.6-mc1.20.1forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "63c4b2ad78f7aa0ba5b526c8ad274788c1f2d3a4"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4618183
+project-id = 502372
diff --git a/mods/masiks-puzzle-dungeon.pw.toml b/mods/masiks-puzzle-dungeon.pw.toml
index 4acca96..2759e5c 100644
--- a/mods/masiks-puzzle-dungeon.pw.toml
+++ b/mods/masiks-puzzle-dungeon.pw.toml
@@ -1,13 +1,13 @@
-name = "Masik's Puzzle Dungeon [FORGE / FABRIC]"
-filename = "puzzledungeon-forge-1.20.1-1.2.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "374ec2764a0ccaaad6f2175497a3c03ead9c5875"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5079759
-project-id = 846659
+name = "Masik's Puzzle Dungeon [FORGE / FABRIC]"
+filename = "puzzledungeon-forge-1.20.1-1.2.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "374ec2764a0ccaaad6f2175497a3c03ead9c5875"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5079759
+project-id = 846659
diff --git a/mods/max-health-fix.pw.toml b/mods/max-health-fix.pw.toml
index 0a84e19..3357597 100644
--- a/mods/max-health-fix.pw.toml
+++ b/mods/max-health-fix.pw.toml
@@ -1,13 +1,13 @@
-name = "Max Health Fix"
-filename = "MaxHealthFix-Forge-1.20.1-12.0.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5e1c776901b2828b49560008330f57d5a70348ca"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4714765
-project-id = 492246
+name = "Max Health Fix"
+filename = "MaxHealthFix-Forge-1.20.1-12.0.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5e1c776901b2828b49560008330f57d5a70348ca"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4714765
+project-id = 492246
diff --git a/mods/mimi-mod.pw.toml b/mods/mimi-mod.pw.toml
index f66dc33..8fbe640 100644
--- a/mods/mimi-mod.pw.toml
+++ b/mods/mimi-mod.pw.toml
@@ -1,13 +1,13 @@
-name = "Musical Instrument Minecraft Interface (MIMI)"
-filename = "mimimod-1.20.1-3.1.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ec6955cb4b0f164111c363cff34077313b62e550"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4681069
-project-id = 499803
+name = "Musical Instrument Minecraft Interface (MIMI)"
+filename = "mimimod-1.20.1-3.1.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ec6955cb4b0f164111c363cff34077313b62e550"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4681069
+project-id = 499803
diff --git a/mods/mine-and-slash-reloaded.pw.toml b/mods/mine-and-slash-reloaded.pw.toml
index 9ef03cc..62cdeeb 100644
--- a/mods/mine-and-slash-reloaded.pw.toml
+++ b/mods/mine-and-slash-reloaded.pw.toml
@@ -1,13 +1,13 @@
-name = "Mine and Slash"
-filename = "Mine_and_Slash-1.20.1-5.3.22.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b6e0264f012150966e4326704cf1c50f4c5e69f9"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5112488
-project-id = 306575
+name = "Mine and Slash"
+filename = "Mine_and_Slash-1.20.1-5.3.22.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b6e0264f012150966e4326704cf1c50f4c5e69f9"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5112488
+project-id = 306575
diff --git a/mods/minecolonies.pw.toml b/mods/minecolonies.pw.toml
index 37a9746..e003835 100644
--- a/mods/minecolonies.pw.toml
+++ b/mods/minecolonies.pw.toml
@@ -1,13 +1,13 @@
-name = "MineColonies"
-filename = "minecolonies-1.20.1-1.1.474-BETA.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "28571833b0828d3b92ad1fb3fa354a6c0165b49c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5110188
-project-id = 245506
+name = "MineColonies"
+filename = "minecolonies-1.20.1-1.1.474-BETA.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "28571833b0828d3b92ad1fb3fa354a6c0165b49c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5110188
+project-id = 245506
diff --git a/mods/minemenu.pw.toml b/mods/minemenu.pw.toml
index 5c5ccf5..b51df0d 100644
--- a/mods/minemenu.pw.toml
+++ b/mods/minemenu.pw.toml
@@ -1,13 +1,13 @@
-name = "MineMenu"
-filename = "MineMenu-1.20.1-1.12.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "8cc736b3965e4d101ddbc3724c42ae9559978572"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4938047
-project-id = 222378
+name = "MineMenu"
+filename = "MineMenu-1.20.1-1.12.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "8cc736b3965e4d101ddbc3724c42ae9559978572"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4938047
+project-id = 222378
diff --git a/mods/mmmmmmmmmmmm.pw.toml b/mods/mmmmmmmmmmmm.pw.toml
index b7142bd..112fe14 100644
--- a/mods/mmmmmmmmmmmm.pw.toml
+++ b/mods/mmmmmmmmmmmm.pw.toml
@@ -1,13 +1,13 @@
-name = "MmmMmmMmmMmm (Target Dummy)"
-filename = "dummmmmmy-1.20-1.8.14.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d360667bf7fdc45659f585710955ef6e0af5bc76"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5051316
-project-id = 225738
+name = "MmmMmmMmmMmm (Target Dummy)"
+filename = "dummmmmmy-1.20-1.8.14.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d360667bf7fdc45659f585710955ef6e0af5bc76"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5051316
+project-id = 225738
diff --git a/mods/model-gap-fix.pw.toml b/mods/model-gap-fix.pw.toml
index d34f1b1..775d22a 100644
--- a/mods/model-gap-fix.pw.toml
+++ b/mods/model-gap-fix.pw.toml
@@ -1,13 +1,13 @@
-name = "Model Gap Fix"
-filename = "modelfix-1.14.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f11c4d7010f9572bd2e2ed64c15e544816226e0b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4607206
-project-id = 676136
+name = "Model Gap Fix"
+filename = "modelfix-1.14.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f11c4d7010f9572bd2e2ed64c15e544816226e0b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4607206
+project-id = 676136
diff --git a/mods/modern-ui.pw.toml b/mods/modern-ui.pw.toml
index a0e35d3..0444379 100644
--- a/mods/modern-ui.pw.toml
+++ b/mods/modern-ui.pw.toml
@@ -1,13 +1,13 @@
-name = "Modern UI"
-filename = "ModernUI-Forge-1.20.1-3.10.0.4-universal.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e5f139c01312604982a47aa084c67fbe36a7285b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5039780
-project-id = 352491
+name = "Modern UI"
+filename = "ModernUI-Forge-1.20.1-3.10.0.4-universal.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e5f139c01312604982a47aa084c67fbe36a7285b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5039780
+project-id = 352491
diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml
index cc27ee1..3cbf595 100644
--- a/mods/modernfix.pw.toml
+++ b/mods/modernfix.pw.toml
@@ -1,13 +1,13 @@
-name = "ModernFix"
-filename = "modernfix-forge-5.13.0+mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b81ef1428062d520bf7907fcce871d38463a8374"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5077298
-project-id = 790626
+name = "ModernFix"
+filename = "modernfix-forge-5.13.0+mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b81ef1428062d520bf7907fcce871d38463a8374"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5077298
+project-id = 790626
diff --git a/mods/monster-plus.pw.toml b/mods/monster-plus.pw.toml
index 2c9152b..e23cca1 100644
--- a/mods/monster-plus.pw.toml
+++ b/mods/monster-plus.pw.toml
@@ -1,13 +1,13 @@
-name = "Monster Plus"
-filename = "MonsterPlus-Forge1.20.1-v1.1.6.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f07ee0e3cd22978b2fe3be20c7dfb9d1c8bbb9bb"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4612195
-project-id = 676418
+name = "Monster Plus"
+filename = "MonsterPlus-Forge1.20.1-v1.1.6.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f07ee0e3cd22978b2fe3be20c7dfb9d1c8bbb9bb"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4612195
+project-id = 676418
diff --git a/mods/more-mob-variants.pw.toml b/mods/more-mob-variants.pw.toml
index 683b084..0dbb972 100644
--- a/mods/more-mob-variants.pw.toml
+++ b/mods/more-mob-variants.pw.toml
@@ -1,13 +1,13 @@
-name = "More Mob Variants"
-filename = "moremobvariants-forge+1.20-1.2.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5415a08720699a67e03e995e160a0f5a6ec1124c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4631175
-project-id = 695107
+name = "More Mob Variants"
+filename = "moremobvariants-forge+1.20-1.2.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5415a08720699a67e03e995e160a0f5a6ec1124c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4631175
+project-id = 695107
diff --git a/mods/more-overlays-updated.pw.toml b/mods/more-overlays-updated.pw.toml
index 787feb1..80b91ae 100644
--- a/mods/more-overlays-updated.pw.toml
+++ b/mods/more-overlays-updated.pw.toml
@@ -1,13 +1,13 @@
-name = "More Overlays Updated"
-filename = "moreoverlays-1.22.3-mc1.20.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "56318e272eed3c5ec2624a512b8098320700a05e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5077151
-project-id = 391382
+name = "More Overlays Updated"
+filename = "moreoverlays-1.22.3-mc1.20.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "56318e272eed3c5ec2624a512b8098320700a05e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5077151
+project-id = 391382
diff --git a/mods/more-sniffer-flowers.pw.toml b/mods/more-sniffer-flowers.pw.toml
index c5b7b88..f3ebaa7 100644
--- a/mods/more-sniffer-flowers.pw.toml
+++ b/mods/more-sniffer-flowers.pw.toml
@@ -1,13 +1,13 @@
-name = "More Sniffer Flowers"
-filename = "moresnifferflowers-1.3.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "561192117990a74b1fe38aeb38f440f5160bd209"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5096870
-project-id = 884119
+name = "More Sniffer Flowers"
+filename = "moresnifferflowers-1.3.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "561192117990a74b1fe38aeb38f440f5160bd209"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5096870
+project-id = 884119
diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml
index 2ed699c..92219c8 100644
--- a/mods/mouse-tweaks.pw.toml
+++ b/mods/mouse-tweaks.pw.toml
@@ -1,13 +1,13 @@
-name = "Mouse Tweaks"
-filename = "MouseTweaks-forge-mc1.20-2.25.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f3e8805d706a36717306d92bd5c45cb2aef854b6"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4581240
-project-id = 60089
+name = "Mouse Tweaks"
+filename = "MouseTweaks-forge-mc1.20-2.25.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f3e8805d706a36717306d92bd5c45cb2aef854b6"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4581240
+project-id = 60089
diff --git a/mods/multi-piston.pw.toml b/mods/multi-piston.pw.toml
index c8e47e2..18881f4 100644
--- a/mods/multi-piston.pw.toml
+++ b/mods/multi-piston.pw.toml
@@ -1,13 +1,13 @@
-name = "Multi-Piston"
-filename = "multipiston-1.20-1.2.32-ALPHA.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "34125238ef87a65de96369871f06792b0eac5ab3"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5078539
-project-id = 303278
+name = "Multi-Piston"
+filename = "multipiston-1.20-1.2.32-ALPHA.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "34125238ef87a65de96369871f06792b0eac5ab3"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5078539
+project-id = 303278
diff --git a/mods/mutant-monsters.pw.toml b/mods/mutant-monsters.pw.toml
index 8a93e9d..f74f5b8 100644
--- a/mods/mutant-monsters.pw.toml
+++ b/mods/mutant-monsters.pw.toml
@@ -1,13 +1,13 @@
-name = "Mutant Monsters [Forge & Fabric]"
-filename = "MutantMonsters-v8.0.7-1.20.1-Forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "9675f602022f6ec87535dafb97f392c3a8f6f734"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5107399
-project-id = 852665
+name = "Mutant Monsters [Forge & Fabric]"
+filename = "MutantMonsters-v8.0.7-1.20.1-Forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "9675f602022f6ec87535dafb97f392c3a8f6f734"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5107399
+project-id = 852665
diff --git a/mods/mysterious-mountain-lib.pw.toml b/mods/mysterious-mountain-lib.pw.toml
index 717d4c9..66f1168 100644
--- a/mods/mysterious-mountain-lib.pw.toml
+++ b/mods/mysterious-mountain-lib.pw.toml
@@ -1,13 +1,13 @@
-name = "Mysterious Mountain Lib"
-filename = "mysterious_mountain_lib-1.4.2-1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d5196b541614a609b9e15d49a1198ab1a4a3ead0"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4954582
-project-id = 368098
+name = "Mysterious Mountain Lib"
+filename = "mysterious_mountain_lib-1.4.2-1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d5196b541614a609b9e15d49a1198ab1a4a3ead0"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4954582
+project-id = 368098
diff --git a/mods/natures-aura.pw.toml b/mods/natures-aura.pw.toml
index 03481bb..29a8d5e 100644
--- a/mods/natures-aura.pw.toml
+++ b/mods/natures-aura.pw.toml
@@ -1,13 +1,13 @@
-name = "Nature's Aura"
-filename = "NaturesAura-39.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c0f6e2421088f06abf5c1be2f49f39639552b1d0"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4963590
-project-id = 306626
+name = "Nature's Aura"
+filename = "NaturesAura-39.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c0f6e2421088f06abf5c1be2f49f39639552b1d0"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4963590
+project-id = 306626
diff --git a/mods/natures-compass.pw.toml b/mods/natures-compass.pw.toml
index 13d72a8..48c602a 100644
--- a/mods/natures-compass.pw.toml
+++ b/mods/natures-compass.pw.toml
@@ -1,13 +1,13 @@
-name = "Nature's Compass"
-filename = "NaturesCompass-1.20.1-1.11.2-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "31ae930cdbb34e8e05e1954cfb2fee3a3813e850"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4712189
-project-id = 252848
+name = "Nature's Compass"
+filename = "NaturesCompass-1.20.1-1.11.2-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "31ae930cdbb34e8e05e1954cfb2fee3a3813e850"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4712189
+project-id = 252848
diff --git a/mods/nbt-autocomplete.pw.toml b/mods/nbt-autocomplete.pw.toml
index a5cf019..28fd553 100644
--- a/mods/nbt-autocomplete.pw.toml
+++ b/mods/nbt-autocomplete.pw.toml
@@ -1,13 +1,13 @@
-name = "NBT Autocomplete"
-filename = "NBTac-FORGE-1.20.1-1.1.7.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e2a9b443edf2f6a59bc7846e7056c22e281500d1"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4800562
-project-id = 813557
+name = "NBT Autocomplete"
+filename = "NBTac-FORGE-1.20.1-1.1.7.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e2a9b443edf2f6a59bc7846e7056c22e281500d1"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4800562
+project-id = 813557
diff --git a/mods/neruina.pw.toml b/mods/neruina.pw.toml
index 1a9c38d..aec1f2e 100644
--- a/mods/neruina.pw.toml
+++ b/mods/neruina.pw.toml
@@ -1,13 +1,13 @@
-name = "Neruina - Ticking Entity Fixer"
-filename = "neruina-1.3.0-forge+1.18.2-1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f8b3d1088679ea96f64afd68956277cabfe0e582"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4882278
-project-id = 851046
+name = "Neruina - Ticking Entity Fixer"
+filename = "neruina-1.3.0-forge+1.18.2-1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f8b3d1088679ea96f64afd68956277cabfe0e582"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4882278
+project-id = 851046
diff --git a/mods/netherportalfix.pw.toml b/mods/netherportalfix.pw.toml
index f2bbcb4..b6ced14 100644
--- a/mods/netherportalfix.pw.toml
+++ b/mods/netherportalfix.pw.toml
@@ -1,13 +1,13 @@
-name = "NetherPortalFix"
-filename = "netherportalfix-forge-1.20-13.0.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b110e4590177475dcde70dd9dafd5257116ad9f8"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4939735
-project-id = 241160
+name = "NetherPortalFix"
+filename = "netherportalfix-forge-1.20-13.0.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b110e4590177475dcde70dd9dafd5257116ad9f8"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4939735
+project-id = 241160
diff --git a/mods/nethers-delight.pw.toml b/mods/nethers-delight.pw.toml
index 389c3f9..af3861e 100644
--- a/mods/nethers-delight.pw.toml
+++ b/mods/nethers-delight.pw.toml
@@ -1,13 +1,13 @@
-name = "Nether's Delight"
-filename = "nethersdelight-1.20.1-4.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c6da9c681bf2ec1d7b3e96db739c2b1113f6b838"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4736227
-project-id = 496394
+name = "Nether's Delight"
+filename = "nethersdelight-1.20.1-4.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c6da9c681bf2ec1d7b3e96db739c2b1113f6b838"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4736227
+project-id = 496394
diff --git a/mods/nightlights.pw.toml b/mods/nightlights.pw.toml
index 1d301c6..6411dda 100644
--- a/mods/nightlights.pw.toml
+++ b/mods/nightlights.pw.toml
@@ -1,13 +1,13 @@
-name = "Night Lights"
-filename = "nightlights-1.20.1-1.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "2b5c261e6287858bd221f2a11756774a4398ce8e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4618572
-project-id = 651876
+name = "Night Lights"
+filename = "nightlights-1.20.1-1.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "2b5c261e6287858bd221f2a11756774a4398ce8e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4618572
+project-id = 651876
diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml
index ca32a5f..c3257c0 100644
--- a/mods/no-chat-reports.pw.toml
+++ b/mods/no-chat-reports.pw.toml
@@ -1,13 +1,13 @@
-name = "No Chat Reports"
-filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "069396e689ae887d065c8d61b7945e685fbcc65b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4610474
-project-id = 634062
+name = "No Chat Reports"
+filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "069396e689ae887d065c8d61b7945e685fbcc65b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4610474
+project-id = 634062
diff --git a/mods/no-telemetry.pw.toml b/mods/no-telemetry.pw.toml
index 392bd9c..4b71f59 100644
--- a/mods/no-telemetry.pw.toml
+++ b/mods/no-telemetry.pw.toml
@@ -1,13 +1,13 @@
-name = "No Telemetry"
-filename = "no-telemetry-1.8.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "238b8ebc95100368951e0ff5ef2b16a1406e32f2"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4955753
-project-id = 530816
+name = "No Telemetry"
+filename = "no-telemetry-1.8.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "238b8ebc95100368951e0ff5ef2b16a1406e32f2"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4955753
+project-id = 530816
diff --git a/mods/nofog.pw.toml b/mods/nofog.pw.toml
index 71637cb..b327674 100644
--- a/mods/nofog.pw.toml
+++ b/mods/nofog.pw.toml
@@ -1,13 +1,13 @@
-name = "NoFog"
-filename = "NoFog-1.3.4_1.20.1-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c4b6f4e20d93603714b0a2cdec1ee6fd831785c6"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4601446
-project-id = 296468
+name = "NoFog"
+filename = "NoFog-1.3.4_1.20.1-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c4b6f4e20d93603714b0a2cdec1ee6fd831785c6"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4601446
+project-id = 296468
diff --git a/mods/not-enough-animations.pw.toml b/mods/not-enough-animations.pw.toml
index 0a9b26d..488f38d 100644
--- a/mods/not-enough-animations.pw.toml
+++ b/mods/not-enough-animations.pw.toml
@@ -1,13 +1,13 @@
-name = "Not Enough Animations"
-filename = "notenoughanimations-forge-1.7.1-mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a840645473508e28eb5f48afc197d187a3a4c178"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5093745
-project-id = 433760
+name = "Not Enough Animations"
+filename = "notenoughanimations-forge-1.7.1-mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a840645473508e28eb5f48afc197d187a3a4c178"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5093745
+project-id = 433760
diff --git a/mods/notenoughrecipebook.pw.toml b/mods/notenoughrecipebook.pw.toml
index 89df8d0..c8987fe 100644
--- a/mods/notenoughrecipebook.pw.toml
+++ b/mods/notenoughrecipebook.pw.toml
@@ -1,13 +1,13 @@
-name = "Not Enough Recipe Book [NERB]"
-filename = "nerb-1.20.1-0.3-FORGE.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "eff45ae52235847c7fd2e65c381cdfc866d1da41"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4742680
-project-id = 738663
+name = "Not Enough Recipe Book [NERB]"
+filename = "nerb-1.20.1-0.3-FORGE.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "eff45ae52235847c7fd2e65c381cdfc866d1da41"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4742680
+project-id = 738663
diff --git a/mods/ob-aquamirae.pw.toml b/mods/ob-aquamirae.pw.toml
index 8a8ebe4..a1f13dc 100644
--- a/mods/ob-aquamirae.pw.toml
+++ b/mods/ob-aquamirae.pw.toml
@@ -1,13 +1,13 @@
-name = "Aquamirae (Forge)"
-filename = "aquamirae-6.API15.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "40b317060f6984db109fca1e117ba929dcf3d58c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4616373
-project-id = 536254
+name = "Aquamirae (Forge)"
+filename = "aquamirae-6.API15.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "40b317060f6984db109fca1e117ba929dcf3d58c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4616373
+project-id = 536254
diff --git a/mods/obscure-api.pw.toml b/mods/obscure-api.pw.toml
index 849ac29..14f699a 100644
--- a/mods/obscure-api.pw.toml
+++ b/mods/obscure-api.pw.toml
@@ -1,13 +1,13 @@
-name = "Obscure API (Forge)"
-filename = "obscure_api-15.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "30e37354519b4ca06bc617ccb2698cc696fdae9b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4616364
-project-id = 638417
+name = "Obscure API (Forge)"
+filename = "obscure_api-15.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "30e37354519b4ca06bc617ccb2698cc696fdae9b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4616364
+project-id = 638417
diff --git a/mods/oceans-delight.pw.toml b/mods/oceans-delight.pw.toml
index 4613b8e..250c81c 100644
--- a/mods/oceans-delight.pw.toml
+++ b/mods/oceans-delight.pw.toml
@@ -1,13 +1,13 @@
-name = "Ocean's Delight"
-filename = "oceansdelight-1.0.2-1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "32af985453bde77bfa56d59cdfb11cab5662c8e1"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4652060
-project-id = 841262
+name = "Ocean's Delight"
+filename = "oceansdelight-1.0.2-1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "32af985453bde77bfa56d59cdfb11cab5662c8e1"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4652060
+project-id = 841262
diff --git a/mods/oculus.pw.toml b/mods/oculus.pw.toml
index 600e5c3..c0a4dc0 100644
--- a/mods/oculus.pw.toml
+++ b/mods/oculus.pw.toml
@@ -1,13 +1,13 @@
-name = "Oculus"
-filename = "oculus-mc1.20.1-1.6.15a.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "478a222cd6390353ba080b07fcac2b6301fbe3a2"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5108615
-project-id = 581495
+name = "Oculus"
+filename = "oculus-mc1.20.1-1.6.15a.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "478a222cd6390353ba080b07fcac2b6301fbe3a2"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5108615
+project-id = 581495
diff --git a/mods/open-loader.pw.toml b/mods/open-loader.pw.toml
index e4f22ed..8b6d6f0 100644
--- a/mods/open-loader.pw.toml
+++ b/mods/open-loader.pw.toml
@@ -1,13 +1,13 @@
-name = "Open Loader"
-filename = "OpenLoader-Forge-1.20.1-19.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "12769df82c799d7e7a061a212ff95d71675276b8"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4780029
-project-id = 354339
+name = "Open Loader"
+filename = "OpenLoader-Forge-1.20.1-19.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "12769df82c799d7e7a061a212ff95d71675276b8"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4780029
+project-id = 354339
diff --git a/mods/overworld-mirror.pw.toml b/mods/overworld-mirror.pw.toml
index 3d98375..578fdbc 100644
--- a/mods/overworld-mirror.pw.toml
+++ b/mods/overworld-mirror.pw.toml
@@ -1,13 +1,13 @@
-name = "Overworld Mirror"
-filename = "overworld_mirror-forge-1.20.1-1.7.0.23.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "3e8d58f8db6798ec36a4c9de67dfbdd801919ba0"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4620023
-project-id = 303780
+name = "Overworld Mirror"
+filename = "overworld_mirror-forge-1.20.1-1.7.0.23.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "3e8d58f8db6798ec36a4c9de67dfbdd801919ba0"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4620023
+project-id = 303780
diff --git a/mods/packet-fixer.pw.toml b/mods/packet-fixer.pw.toml
index 5c59ecd..f4da5fb 100644
--- a/mods/packet-fixer.pw.toml
+++ b/mods/packet-fixer.pw.toml
@@ -1,13 +1,13 @@
-name = "Packet Fixer"
-filename = "PacketFixer-forge-1.20.1-1.2.7.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d13c57c76bdc3bb208fc3069621c9bf67fb0e1ca"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5101975
-project-id = 689467
+name = "Packet Fixer"
+filename = "PacketFixer-forge-1.20.1-1.2.7.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d13c57c76bdc3bb208fc3069621c9bf67fb0e1ca"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5101975
+project-id = 689467
diff --git a/mods/paragliders.pw.toml b/mods/paragliders.pw.toml
index 4e50d2c..6b7b8fc 100644
--- a/mods/paragliders.pw.toml
+++ b/mods/paragliders.pw.toml
@@ -1,13 +1,13 @@
-name = "Paragliders"
-filename = "Paraglider-forge-20.1.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "51fdf94686fc847515e6de8a6c9fd4dab3466ea5"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5046069
-project-id = 289240
+name = "Paragliders"
+filename = "Paraglider-forge-20.1.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "51fdf94686fc847515e6de8a6c9fd4dab3466ea5"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5046069
+project-id = 289240
diff --git a/mods/passive-shield.pw.toml b/mods/passive-shield.pw.toml
index d8db54a..cbd188e 100644
--- a/mods/passive-shield.pw.toml
+++ b/mods/passive-shield.pw.toml
@@ -1,13 +1,13 @@
-name = "Passive Shield"
-filename = "passiveshield-1.20.1-3.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "cd2d074967e716111d80064f34fcdb29c62c75c9"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4964258
-project-id = 447359
+name = "Passive Shield"
+filename = "passiveshield-1.20.1-3.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "cd2d074967e716111d80064f34fcdb29c62c75c9"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4964258
+project-id = 447359
diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml
index 36b6ef0..3ccf62a 100644
--- a/mods/patchouli.pw.toml
+++ b/mods/patchouli.pw.toml
@@ -1,13 +1,13 @@
-name = "Patchouli"
-filename = "Patchouli-1.20.1-84-FORGE.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b6b7267f3669c10c167d5d375d0274d40e3eb756"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4966125
-project-id = 306770
+name = "Patchouli"
+filename = "Patchouli-1.20.1-84-FORGE.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b6b7267f3669c10c167d5d375d0274d40e3eb756"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4966125
+project-id = 306770
diff --git a/mods/pick-up-notifier.pw.toml b/mods/pick-up-notifier.pw.toml
index 7de9244..8477810 100644
--- a/mods/pick-up-notifier.pw.toml
+++ b/mods/pick-up-notifier.pw.toml
@@ -1,13 +1,13 @@
-name = "Pick Up Notifier [Forge & Fabric]"
-filename = "PickUpNotifier-v8.0.0-1.20.1-Forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "378cc9730d1f11cd4c50add96263baccacdb4942"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4613538
-project-id = 351441
+name = "Pick Up Notifier [Forge & Fabric]"
+filename = "PickUpNotifier-v8.0.0-1.20.1-Forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "378cc9730d1f11cd4c50add96263baccacdb4942"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4613538
+project-id = 351441
diff --git a/mods/placebo.pw.toml b/mods/placebo.pw.toml
index d182c04..e577e7e 100644
--- a/mods/placebo.pw.toml
+++ b/mods/placebo.pw.toml
@@ -1,13 +1,13 @@
-name = "Placebo"
-filename = "Placebo-1.20.1-8.6.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "df3170bd94639d6cd49eded3a4faacac953aeaf8"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5098182
-project-id = 283644
+name = "Placebo"
+filename = "Placebo-1.20.1-8.6.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "df3170bd94639d6cd49eded3a4faacac953aeaf8"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5098182
+project-id = 283644
diff --git a/mods/playeranimator.pw.toml b/mods/playeranimator.pw.toml
index ea82b77..50f6043 100644
--- a/mods/playeranimator.pw.toml
+++ b/mods/playeranimator.pw.toml
@@ -1,13 +1,13 @@
-name = "playerAnimator"
-filename = "player-animation-lib-forge-1.0.2-rc1+1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "16808f94a41d45d8e986b4e4ea6b02ba57fa058a"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4587214
-project-id = 658587
+name = "playerAnimator"
+filename = "player-animation-lib-forge-1.0.2-rc1+1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "16808f94a41d45d8e986b4e4ea6b02ba57fa058a"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4587214
+project-id = 658587
diff --git a/mods/polymorph.pw.toml b/mods/polymorph.pw.toml
index 653f7ad..6da1d79 100644
--- a/mods/polymorph.pw.toml
+++ b/mods/polymorph.pw.toml
@@ -1,13 +1,13 @@
-name = "Polymorph (Fabric/Forge/Quilt)"
-filename = "polymorph-forge-0.49.2+1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5a2721c24111f6ab84d3b04a57c7949ce7a1200e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4928442
-project-id = 388800
+name = "Polymorph (Fabric/Forge/Quilt)"
+filename = "polymorph-forge-0.49.2+1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5a2721c24111f6ab84d3b04a57c7949ce7a1200e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4928442
+project-id = 388800
diff --git a/mods/pretty-pipes.pw.toml b/mods/pretty-pipes.pw.toml
index b85c35f..5e2ac69 100644
--- a/mods/pretty-pipes.pw.toml
+++ b/mods/pretty-pipes.pw.toml
@@ -1,13 +1,13 @@
-name = "Pretty Pipes"
-filename = "PrettyPipes-1.15.0-all.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "8e69a3719b89e67b0d26792d7ce0d77fbfaf02e4"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4769646
-project-id = 376737
+name = "Pretty Pipes"
+filename = "PrettyPipes-1.15.0-all.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "8e69a3719b89e67b0d26792d7ce0d77fbfaf02e4"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4769646
+project-id = 376737
diff --git a/mods/prism-lib.pw.toml b/mods/prism-lib.pw.toml
index ad8af85..ac14608 100644
--- a/mods/prism-lib.pw.toml
+++ b/mods/prism-lib.pw.toml
@@ -1,13 +1,13 @@
-name = "Prism [Forge]"
-filename = "Prism-1.20.1-forge-1.0.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "bcb4bbb1052f49ed4fe6e7d5d7f91f68d45c3fe3"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4650325
-project-id = 638111
+name = "Prism [Forge]"
+filename = "Prism-1.20.1-forge-1.0.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "bcb4bbb1052f49ed4fe6e7d5d7f91f68d45c3fe3"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4650325
+project-id = 638111
diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml
index 15f7644..16a31f2 100644
--- a/mods/puzzles-lib.pw.toml
+++ b/mods/puzzles-lib.pw.toml
@@ -1,13 +1,13 @@
-name = "Puzzles Lib [Forge & Fabric]"
-filename = "PuzzlesLib-v8.1.17-1.20.1-Forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0db112a3dd58891c58c01a853e16cb8ebdf057d6"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5112685
-project-id = 495476
+name = "Puzzles Lib [Forge & Fabric]"
+filename = "PuzzlesLib-v8.1.17-1.20.1-Forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0db112a3dd58891c58c01a853e16cb8ebdf057d6"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5112685
+project-id = 495476
diff --git a/mods/quests-additions.pw.toml b/mods/quests-additions.pw.toml
index bdd25cc..ce81d94 100644
--- a/mods/quests-additions.pw.toml
+++ b/mods/quests-additions.pw.toml
@@ -1,13 +1,13 @@
-name = "Quests Additions (Forge)"
-filename = "questsadditions-1.4.3a.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "679794c952afbb3e865f6cfb6a44985fa268b4c0"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4799757
-project-id = 580129
+name = "Quests Additions (Forge)"
+filename = "questsadditions-1.4.3a.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "679794c952afbb3e865f6cfb6a44985fa268b4c0"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4799757
+project-id = 580129
diff --git a/mods/quickstack.pw.toml b/mods/quickstack.pw.toml
index 596a5d3..451727e 100644
--- a/mods/quickstack.pw.toml
+++ b/mods/quickstack.pw.toml
@@ -1,13 +1,13 @@
-name = "Quickstack"
-filename = "quickstack-1.20.1-1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "4236786bdc4d9415e6d45236800fd8a6113ec2a1"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4691510
-project-id = 354522
+name = "Quickstack"
+filename = "quickstack-1.20.1-1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "4236786bdc4d9415e6d45236800fd8a6113ec2a1"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4691510
+project-id = 354522
diff --git a/mods/realm-rpg-dragon-wyrms.pw.toml b/mods/realm-rpg-dragon-wyrms.pw.toml
index aa17189..be0465b 100644
--- a/mods/realm-rpg-dragon-wyrms.pw.toml
+++ b/mods/realm-rpg-dragon-wyrms.pw.toml
@@ -1,13 +1,13 @@
-name = "Realm RPG: Dragon Wyrms"
-filename = "realmrpg_dragon_wyrms_1.0.1_forge_1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "72de4bf43e33b96fdfcd48bd6f9215e40a8f7369"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4958556
-project-id = 908314
+name = "Realm RPG: Dragon Wyrms"
+filename = "realmrpg_dragon_wyrms_1.0.1_forge_1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "72de4bf43e33b96fdfcd48bd6f9215e40a8f7369"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4958556
+project-id = 908314
diff --git a/mods/refined-cooking.pw.toml b/mods/refined-cooking.pw.toml
index 42ed9ec..a86fc52 100644
--- a/mods/refined-cooking.pw.toml
+++ b/mods/refined-cooking.pw.toml
@@ -1,13 +1,13 @@
-name = "Refined Cooking"
-filename = "refinedcooking-4.0.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a67202a1ea133c8a8f154a4498ff7a6bc7629f8e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4706949
-project-id = 543972
+name = "Refined Cooking"
+filename = "refinedcooking-4.0.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a67202a1ea133c8a8f154a4498ff7a6bc7629f8e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4706949
+project-id = 543972
diff --git a/mods/repurposed-structures.pw.toml b/mods/repurposed-structures.pw.toml
index 46f3e69..ed06b38 100644
--- a/mods/repurposed-structures.pw.toml
+++ b/mods/repurposed-structures.pw.toml
@@ -1,13 +1,13 @@
-name = "Repurposed Structures (Neoforge/Forge)"
-filename = "repurposed_structures-7.1.11+1.20.1-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5d6ac1a4fc170cd6be2ec8746bae26e81fce4740"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4823487
-project-id = 368293
+name = "Repurposed Structures (Neoforge/Forge)"
+filename = "repurposed_structures-7.1.11+1.20.1-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5d6ac1a4fc170cd6be2ec8746bae26e81fce4740"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4823487
+project-id = 368293
diff --git a/mods/resourceful-config.pw.toml b/mods/resourceful-config.pw.toml
index ddd4eda..54ab0aa 100644
--- a/mods/resourceful-config.pw.toml
+++ b/mods/resourceful-config.pw.toml
@@ -1,13 +1,13 @@
-name = "Resourceful Config"
-filename = "resourcefulconfig-forge-1.20.1-2.1.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "46825dc0adc36c4b19591bb99f7d856bc2953749"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5020441
-project-id = 714059
+name = "Resourceful Config"
+filename = "resourcefulconfig-forge-1.20.1-2.1.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "46825dc0adc36c4b19591bb99f7d856bc2953749"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5020441
+project-id = 714059
diff --git a/mods/resourceful-lib.pw.toml b/mods/resourceful-lib.pw.toml
index a10c2af..c5ce07d 100644
--- a/mods/resourceful-lib.pw.toml
+++ b/mods/resourceful-lib.pw.toml
@@ -1,13 +1,13 @@
-name = "Resourceful Lib"
-filename = "resourcefullib-forge-1.20.1-2.1.23.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "478ba347adf2170e8b412a091ea0879d0dc11b52"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5093329
-project-id = 570073
+name = "Resourceful Lib"
+filename = "resourcefullib-forge-1.20.1-2.1.23.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "478ba347adf2170e8b412a091ea0879d0dc11b52"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5093329
+project-id = 570073
diff --git a/mods/rightclickharvest.pw.toml b/mods/rightclickharvest.pw.toml
index 28275e8..9408270 100644
--- a/mods/rightclickharvest.pw.toml
+++ b/mods/rightclickharvest.pw.toml
@@ -1,13 +1,13 @@
-name = "RightClickHarvest"
-filename = "right-click-harvest-3.2.3+1.20.1-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "811c62891b2cc740429830b48b9f4f8c3e6c8500"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4690530
-project-id = 452834
+name = "RightClickHarvest"
+filename = "right-click-harvest-3.2.3+1.20.1-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "811c62891b2cc740429830b48b9f4f8c3e6c8500"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4690530
+project-id = 452834
diff --git a/mods/riskofrainmod.pw.toml b/mods/riskofrainmod.pw.toml
index 2c0ef01..d71f50e 100644
--- a/mods/riskofrainmod.pw.toml
+++ b/mods/riskofrainmod.pw.toml
@@ -1,13 +1,13 @@
-name = "Risk of Rain Mod"
-filename = "riskofrain_mobs-1.20.1-1.1.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "cea7fd46affa0d1584f7d566b05b19dbf3f6e68b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4687219
-project-id = 406824
+name = "Risk of Rain Mod"
+filename = "riskofrain_mobs-1.20.1-1.1.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "cea7fd46affa0d1584f7d566b05b19dbf3f6e68b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4687219
+project-id = 406824
diff --git a/mods/saturn.pw.toml b/mods/saturn.pw.toml
index 45218f3..ba55c8a 100644
--- a/mods/saturn.pw.toml
+++ b/mods/saturn.pw.toml
@@ -1,13 +1,13 @@
-name = "Saturn"
-filename = "saturn-mc1.20.1-0.1.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ad93f99d46714c46aaa6a4409aeca506e9fcac99"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5093785
-project-id = 670986
+name = "Saturn"
+filename = "saturn-mc1.20.1-0.1.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ad93f99d46714c46aaa6a4409aeca506e9fcac99"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5093785
+project-id = 670986
diff --git a/mods/searchables.pw.toml b/mods/searchables.pw.toml
index c8be10a..5a37012 100644
--- a/mods/searchables.pw.toml
+++ b/mods/searchables.pw.toml
@@ -1,13 +1,13 @@
-name = "Searchables"
-filename = "Searchables-forge-1.20.1-1.0.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "15548b2b50b700c0ffe2b9c4de80dfe510db208d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4779110
-project-id = 858542
+name = "Searchables"
+filename = "Searchables-forge-1.20.1-1.0.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "15548b2b50b700c0ffe2b9c4de80dfe510db208d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4779110
+project-id = 858542
diff --git a/mods/sebastrnlib.pw.toml b/mods/sebastrnlib.pw.toml
index b85d2d2..f142eb5 100644
--- a/mods/sebastrnlib.pw.toml
+++ b/mods/sebastrnlib.pw.toml
@@ -1,13 +1,13 @@
-name = "SebastrnLib"
-filename = "sebastrnlib-4.0.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "9cfed6776ff5ccda300dd0cee610dddb68c5fa15"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4706669
-project-id = 709936
+name = "SebastrnLib"
+filename = "sebastrnlib-4.0.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "9cfed6776ff5ccda300dd0cee610dddb68c5fa15"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4706669
+project-id = 709936
diff --git a/mods/selene.pw.toml b/mods/selene.pw.toml
index e37a3fe..184f869 100644
--- a/mods/selene.pw.toml
+++ b/mods/selene.pw.toml
@@ -1,13 +1,13 @@
-name = "Moonlight Lib"
-filename = "moonlight-1.20-2.9.17-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "7eca1d52d8a4f3d09431dcefa0e0beca11c02ffa"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5112645
-project-id = 499980
+name = "Moonlight Lib"
+filename = "moonlight-1.20-2.9.17-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "7eca1d52d8a4f3d09431dcefa0e0beca11c02ffa"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5112645
+project-id = 499980
diff --git a/mods/serverconfig-updater.pw.toml b/mods/serverconfig-updater.pw.toml
index d51e745..3e91dff 100644
--- a/mods/serverconfig-updater.pw.toml
+++ b/mods/serverconfig-updater.pw.toml
@@ -1,13 +1,13 @@
-name = "ServerConfig Updater"
-filename = "serverconfigupdater-4.0.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0c54df6e2916e6bd0743e5650df303cdedff885b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4612683
-project-id = 365281
+name = "ServerConfig Updater"
+filename = "serverconfigupdater-4.0.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0c54df6e2916e6bd0743e5650df303cdedff885b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4612683
+project-id = 365281
diff --git a/mods/shoulder-surfing-reloaded.pw.toml b/mods/shoulder-surfing-reloaded.pw.toml
index ec1591d..8e55dbd 100644
--- a/mods/shoulder-surfing-reloaded.pw.toml
+++ b/mods/shoulder-surfing-reloaded.pw.toml
@@ -1,13 +1,13 @@
-name = "Shoulder Surfing Reloaded"
-filename = "ShoulderSurfing-Forge-1.20.4-2.8.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0ea18924dc08b0f867e0e844792b340c05380e3f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5009921
-project-id = 243190
+name = "Shoulder Surfing Reloaded"
+filename = "ShoulderSurfing-Forge-1.20.4-2.8.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0ea18924dc08b0f867e0e844792b340c05380e3f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5009921
+project-id = 243190
diff --git a/mods/showcase-item.pw.toml b/mods/showcase-item.pw.toml
index 40e7239..31ff993 100644
--- a/mods/showcase-item.pw.toml
+++ b/mods/showcase-item.pw.toml
@@ -1,13 +1,13 @@
-name = "Showcase Item"
-filename = "showcaseitem-1.20.1-1.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "282e08fc46b7e4bab61a8651b5fcc1ee1befddd9"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5090810
-project-id = 627196
+name = "Showcase Item"
+filename = "showcaseitem-1.20.1-1.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "282e08fc46b7e4bab61a8651b5fcc1ee1befddd9"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5090810
+project-id = 627196
diff --git a/mods/simple-magnets.pw.toml b/mods/simple-magnets.pw.toml
index f049d8b..43faca9 100644
--- a/mods/simple-magnets.pw.toml
+++ b/mods/simple-magnets.pw.toml
@@ -1,13 +1,13 @@
-name = "Simple Magnets"
-filename = "simplemagnets-1.1.10-forge-mc1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "34a9ecee1fce4100052bee5fd1965c16271e210a"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4794200
-project-id = 394140
+name = "Simple Magnets"
+filename = "simplemagnets-1.1.10-forge-mc1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "34a9ecee1fce4100052bee5fd1965c16271e210a"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4794200
+project-id = 394140
diff --git a/mods/simplehats.pw.toml b/mods/simplehats.pw.toml
index 8ae86e7..0eb713e 100644
--- a/mods/simplehats.pw.toml
+++ b/mods/simplehats.pw.toml
@@ -1,13 +1,13 @@
-name = "Simple Hats"
-filename = "simplehats-forge-1.20.1-0.2.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c21f3c9f05a19e2f6270109e12547f0b75a05c3e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4735722
-project-id = 631990
+name = "Simple Hats"
+filename = "simplehats-forge-1.20.1-0.2.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c21f3c9f05a19e2f6270109e12547f0b75a05c3e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4735722
+project-id = 631990
diff --git a/mods/skin-layers-3d.pw.toml b/mods/skin-layers-3d.pw.toml
index f06c00f..8fa8725 100644
--- a/mods/skin-layers-3d.pw.toml
+++ b/mods/skin-layers-3d.pw.toml
@@ -1,13 +1,13 @@
-name = "Skin Layers 3D (Fabric/Forge)"
-filename = "skinlayers3d-forge-1.6.2-mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b0ad1fe442d5442a0758b5ac7a0a77e2f68b0967"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5021021
-project-id = 521480
+name = "Skin Layers 3D (Fabric/Forge)"
+filename = "skinlayers3d-forge-1.6.2-mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b0ad1fe442d5442a0758b5ac7a0a77e2f68b0967"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5021021
+project-id = 521480
diff --git a/mods/sky-villages-forge.pw.toml b/mods/sky-villages-forge.pw.toml
index 9e2aa23..f2e982b 100644
--- a/mods/sky-villages-forge.pw.toml
+++ b/mods/sky-villages-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "Sky Villages [Forge]"
-filename = "SkyVillages-1.0.3-1.19.2-1.20.x-forge-release.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "aba8ee1271e9d4ebf7fdeca11adf149f86173be4"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4787087
-project-id = 545467
+name = "Sky Villages [Forge]"
+filename = "SkyVillages-1.0.3-1.19.2-1.20.x-forge-release.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "aba8ee1271e9d4ebf7fdeca11adf149f86173be4"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4787087
+project-id = 545467
diff --git a/mods/slice-and-dice.pw.toml b/mods/slice-and-dice.pw.toml
index a85ba97..fa823be 100644
--- a/mods/slice-and-dice.pw.toml
+++ b/mods/slice-and-dice.pw.toml
@@ -1,13 +1,13 @@
-name = "Create Slice & Dice"
-filename = "sliceanddice-forge-3.2.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f964b626e90acb7145113c342eb915c5df834778"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4763056
-project-id = 659674
+name = "Create Slice & Dice"
+filename = "sliceanddice-forge-3.2.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f964b626e90acb7145113c342eb915c5df834778"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4763056
+project-id = 659674
diff --git a/mods/smooth-boot-reloaded.pw.toml b/mods/smooth-boot-reloaded.pw.toml
index f8c87c8..b59e8c0 100644
--- a/mods/smooth-boot-reloaded.pw.toml
+++ b/mods/smooth-boot-reloaded.pw.toml
@@ -1,13 +1,13 @@
-name = "Smooth Boot (Reloaded)"
-filename = "smoothboot(reloaded)-mc1.20.1-0.0.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "3fd79132dba444bd109b5de4ad75dee06a48e130"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5016280
-project-id = 633412
+name = "Smooth Boot (Reloaded)"
+filename = "smoothboot(reloaded)-mc1.20.1-0.0.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "3fd79132dba444bd109b5de4ad75dee06a48e130"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5016280
+project-id = 633412
diff --git a/mods/smooth-chunk-save.pw.toml b/mods/smooth-chunk-save.pw.toml
index 522cff7..3f4a0ec 100644
--- a/mods/smooth-chunk-save.pw.toml
+++ b/mods/smooth-chunk-save.pw.toml
@@ -1,13 +1,13 @@
-name = "Server Performance - Smooth Chunk Save[Forge/Fabric]"
-filename = "smoothchunk-1.20.1-3.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "24cf70124aa5120fcd82325903f7bed4d6e3ca1d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4876164
-project-id = 582327
+name = "Server Performance - Smooth Chunk Save[Forge/Fabric]"
+filename = "smoothchunk-1.20.1-3.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "24cf70124aa5120fcd82325903f7bed4d6e3ca1d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4876164
+project-id = 582327
diff --git a/mods/sophisticated-backpacks.pw.toml b/mods/sophisticated-backpacks.pw.toml
index c2806e8..1717530 100644
--- a/mods/sophisticated-backpacks.pw.toml
+++ b/mods/sophisticated-backpacks.pw.toml
@@ -1,13 +1,13 @@
-name = "Sophisticated Backpacks"
-filename = "sophisticatedbackpacks-1.20.1-3.20.1.1012.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "fc2198c83c049d698b123387d9d508c1baa27f71"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5102995
-project-id = 422301
+name = "Sophisticated Backpacks"
+filename = "sophisticatedbackpacks-1.20.1-3.20.1.1012.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "fc2198c83c049d698b123387d9d508c1baa27f71"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5102995
+project-id = 422301
diff --git a/mods/sophisticated-core.pw.toml b/mods/sophisticated-core.pw.toml
index 300839d..c9d822c 100644
--- a/mods/sophisticated-core.pw.toml
+++ b/mods/sophisticated-core.pw.toml
@@ -1,13 +1,13 @@
-name = "Sophisticated Core"
-filename = "sophisticatedcore-1.20.1-0.6.3.553.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "21e20f84179dc9969c7816313e451568925eba3b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5102975
-project-id = 618298
+name = "Sophisticated Core"
+filename = "sophisticatedcore-1.20.1-0.6.3.553.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "21e20f84179dc9969c7816313e451568925eba3b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5102975
+project-id = 618298
diff --git a/mods/sophisticated-storage.pw.toml b/mods/sophisticated-storage.pw.toml
index 70a187a..b32bd7b 100644
--- a/mods/sophisticated-storage.pw.toml
+++ b/mods/sophisticated-storage.pw.toml
@@ -1,13 +1,13 @@
-name = "Sophisticated Storage"
-filename = "sophisticatedstorage-1.20.1-0.9.6.720.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "1054ea597757347b969576ba665f990a5971f762"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5104313
-project-id = 619320
+name = "Sophisticated Storage"
+filename = "sophisticatedstorage-1.20.1-0.9.6.720.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "1054ea597757347b969576ba665f990a5971f762"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5104313
+project-id = 619320
diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml
index 2ffc169..11ca9e1 100644
--- a/mods/sound-physics-remastered.pw.toml
+++ b/mods/sound-physics-remastered.pw.toml
@@ -1,13 +1,13 @@
-name = "Sound Physics Remastered"
-filename = "sound-physics-remastered-forge-1.20.1-1.3.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5805ae332ce632b3564280ada9f69d5eeca359ca"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4975922
-project-id = 535489
+name = "Sound Physics Remastered"
+filename = "sound-physics-remastered-forge-1.20.1-1.3.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5805ae332ce632b3564280ada9f69d5eeca359ca"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4975922
+project-id = 535489
diff --git a/mods/spice-of-life-apple-pie-edition.pw.toml b/mods/spice-of-life-apple-pie-edition.pw.toml
index 58829dd..5a93ee3 100644
--- a/mods/spice-of-life-apple-pie-edition.pw.toml
+++ b/mods/spice-of-life-apple-pie-edition.pw.toml
@@ -1,13 +1,13 @@
-name = "Spice of Life: Apple Pie Edition"
-filename = "solapplepie-1.20.1-2.3.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "db306008033065fc4ca97f66d38183206a55d458"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4596285
-project-id = 704584
+name = "Spice of Life: Apple Pie Edition"
+filename = "solapplepie-1.20.1-2.3.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "db306008033065fc4ca97f66d38183206a55d458"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4596285
+project-id = 704584
diff --git a/mods/stackablepotions-forge.pw.toml b/mods/stackablepotions-forge.pw.toml
index 3e8a3d0..0413fe3 100644
--- a/mods/stackablepotions-forge.pw.toml
+++ b/mods/stackablepotions-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "StackablePotions [Forge]"
-filename = "Stackable Potions-forge-1.20.1-1.0.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "dafaeba2507ffc8b301f62569044536e795b8404"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4627634
-project-id = 599436
+name = "StackablePotions [Forge]"
+filename = "Stackable Potions-forge-1.20.1-1.0.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "dafaeba2507ffc8b301f62569044536e795b8404"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4627634
+project-id = 599436
diff --git a/mods/stalwart-dungeons.pw.toml b/mods/stalwart-dungeons.pw.toml
index 73bab3e..c5d908d 100644
--- a/mods/stalwart-dungeons.pw.toml
+++ b/mods/stalwart-dungeons.pw.toml
@@ -1,13 +1,13 @@
-name = "Stalwart Dungeons"
-filename = "stalwart-dungeons-1.20.1-1.2.8.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "da49b50013deee55861e81664096818357d563ac"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4703671
-project-id = 474817
+name = "Stalwart Dungeons"
+filename = "stalwart-dungeons-1.20.1-1.2.8.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "da49b50013deee55861e81664096818357d563ac"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4703671
+project-id = 474817
diff --git a/mods/starter-kit.pw.toml b/mods/starter-kit.pw.toml
index 1431f44..0ce0de5 100644
--- a/mods/starter-kit.pw.toml
+++ b/mods/starter-kit.pw.toml
@@ -1,13 +1,13 @@
-name = "Starter Kit"
-filename = "starterkit-1.20.1-5.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "b6417607c0b49b9b09ba075a84701f15de297f3e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4996524
-project-id = 390717
+name = "Starter Kit"
+filename = "starterkit-1.20.1-5.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "b6417607c0b49b9b09ba075a84701f15de297f3e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4996524
+project-id = 390717
diff --git a/mods/stellarity.pw.toml b/mods/stellarity.pw.toml
index 8c0ef01..0c4529b 100644
--- a/mods/stellarity.pw.toml
+++ b/mods/stellarity.pw.toml
@@ -1,13 +1,13 @@
-name = "Stellarity"
-filename = "Stellarity-v2-0e.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d54f54446b7afaed0c7bdf9679bc376f4913d16c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4714310
-project-id = 883166
+name = "Stellarity"
+filename = "Stellarity-v2-0e.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d54f54446b7afaed0c7bdf9679bc376f4913d16c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4714310
+project-id = 883166
diff --git a/mods/structory-towers.pw.toml b/mods/structory-towers.pw.toml
index 2e7c776..3c6fef8 100644
--- a/mods/structory-towers.pw.toml
+++ b/mods/structory-towers.pw.toml
@@ -1,13 +1,13 @@
-name = "Structory: Towers"
-filename = "Structory_Towers_1.20.4_v1.0.6.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "72ac1a5d759a31cad3f0034be9a3030210acff13"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4937875
-project-id = 783522
+name = "Structory: Towers"
+filename = "Structory_Towers_1.20.4_v1.0.6.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "72ac1a5d759a31cad3f0034be9a3030210acff13"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4937875
+project-id = 783522
diff --git a/mods/structory.pw.toml b/mods/structory.pw.toml
index 2ed28e7..c751e6c 100644
--- a/mods/structory.pw.toml
+++ b/mods/structory.pw.toml
@@ -1,13 +1,13 @@
-name = "Structory"
-filename = "Structory_1.20.2_v1.3.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "741b533bb970d1f413f125b59545e73e04c36325"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4937872
-project-id = 636540
+name = "Structory"
+filename = "Structory_1.20.2_v1.3.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "741b533bb970d1f413f125b59545e73e04c36325"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4937872
+project-id = 636540
diff --git a/mods/structure-essentials-forge-fabric.pw.toml b/mods/structure-essentials-forge-fabric.pw.toml
index 1c98ff5..0fb47bd 100644
--- a/mods/structure-essentials-forge-fabric.pw.toml
+++ b/mods/structure-essentials-forge-fabric.pw.toml
@@ -1,13 +1,13 @@
-name = "Structure Essentials[Forge/Fabric]"
-filename = "structureessentials-1.20.1-3.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e216977557fbbb1908dd44018a763200a7c33586"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4882268
-project-id = 832882
+name = "Structure Essentials[Forge/Fabric]"
+filename = "structureessentials-1.20.1-3.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e216977557fbbb1908dd44018a763200a7c33586"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4882268
+project-id = 832882
diff --git a/mods/structure-gel-api.pw.toml b/mods/structure-gel-api.pw.toml
index 1140877..9d9c32c 100644
--- a/mods/structure-gel-api.pw.toml
+++ b/mods/structure-gel-api.pw.toml
@@ -1,13 +1,13 @@
-name = "Structure Gel API"
-filename = "structure_gel-1.20.1-2.16.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "cf2225192e43316ab2ce99368eb7c59b4b08ac58"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4975615
-project-id = 378802
+name = "Structure Gel API"
+filename = "structure_gel-1.20.1-2.16.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "cf2225192e43316ab2ce99368eb7c59b4b08ac58"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4975615
+project-id = 378802
diff --git a/mods/structurize.pw.toml b/mods/structurize.pw.toml
index 9f39af7..8f0ae74 100644
--- a/mods/structurize.pw.toml
+++ b/mods/structurize.pw.toml
@@ -1,13 +1,13 @@
-name = "Structurize"
-filename = "structurize-1.20.1-1.0.693-BETA.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f2f01770fa259841f9df0b5365cd3939031087b7"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5086912
-project-id = 298744
+name = "Structurize"
+filename = "structurize-1.20.1-1.0.693-BETA.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f2f01770fa259841f9df0b5365cd3939031087b7"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5086912
+project-id = 298744
diff --git a/mods/stylecolonies.pw.toml b/mods/stylecolonies.pw.toml
index bc09f00..5fa2452 100644
--- a/mods/stylecolonies.pw.toml
+++ b/mods/stylecolonies.pw.toml
@@ -1,13 +1,13 @@
-name = "Stylecolonies"
-filename = "stylecolonies-1.3.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "6110281f6e5e33873c3588d3f3168dc6ba3214ba"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5048206
-project-id = 827507
+name = "Stylecolonies"
+filename = "stylecolonies-1.3.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "6110281f6e5e33873c3588d3f3168dc6ba3214ba"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5048206
+project-id = 827507
diff --git a/mods/suggestion-provider-fix.pw.toml b/mods/suggestion-provider-fix.pw.toml
index f1051bb..2612805 100644
--- a/mods/suggestion-provider-fix.pw.toml
+++ b/mods/suggestion-provider-fix.pw.toml
@@ -1,13 +1,13 @@
-name = "Suggestion Provider Fix"
-filename = "SuggestionProviderFix-1.20.1-1.0.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "7d9a74cce4109782f092b701b1d8135fab8c8ce8"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4591193
-project-id = 469647
+name = "Suggestion Provider Fix"
+filename = "SuggestionProviderFix-1.20.1-1.0.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "7d9a74cce4109782f092b701b1d8135fab8c8ce8"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4591193
+project-id = 469647
diff --git a/mods/suggestion-tweaker.pw.toml b/mods/suggestion-tweaker.pw.toml
index 1206edc..fd8db63 100644
--- a/mods/suggestion-tweaker.pw.toml
+++ b/mods/suggestion-tweaker.pw.toml
@@ -1,13 +1,13 @@
-name = "Suggestion Tweaker"
-filename = "suggestion-tweaker-1.20-1.5.1-forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "80865c23b09e215a8f88164c181376f43360195e"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4730113
-project-id = 615242
+name = "Suggestion Tweaker"
+filename = "suggestion-tweaker-1.20-1.5.1-forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "80865c23b09e215a8f88164c181376f43360195e"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4730113
+project-id = 615242
diff --git a/mods/supermartijn642s-config-lib.pw.toml b/mods/supermartijn642s-config-lib.pw.toml
index 8e8cc90..e1517d8 100644
--- a/mods/supermartijn642s-config-lib.pw.toml
+++ b/mods/supermartijn642s-config-lib.pw.toml
@@ -1,13 +1,13 @@
-name = "SuperMartijn642's Config Lib"
-filename = "supermartijn642configlib-1.1.8-forge-mc1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f80f9eed728966adcfbcc848633e789645057281"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4715408
-project-id = 438332
+name = "SuperMartijn642's Config Lib"
+filename = "supermartijn642configlib-1.1.8-forge-mc1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f80f9eed728966adcfbcc848633e789645057281"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4715408
+project-id = 438332
diff --git a/mods/supermartijn642s-core-lib.pw.toml b/mods/supermartijn642s-core-lib.pw.toml
index 3b44385..d3a5644 100644
--- a/mods/supermartijn642s-core-lib.pw.toml
+++ b/mods/supermartijn642s-core-lib.pw.toml
@@ -1,13 +1,13 @@
-name = "SuperMartijn642's Core Lib"
-filename = "supermartijn642corelib-1.1.17-forge-mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f2c3d1aa0bef8663700b9438f789c15cfd72137d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5102258
-project-id = 454372
+name = "SuperMartijn642's Core Lib"
+filename = "supermartijn642corelib-1.1.17-forge-mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f2c3d1aa0bef8663700b9438f789c15cfd72137d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5102258
+project-id = 454372
diff --git a/mods/supplementaries-squared.pw.toml b/mods/supplementaries-squared.pw.toml
index 3c9ed53..00a7800 100644
--- a/mods/supplementaries-squared.pw.toml
+++ b/mods/supplementaries-squared.pw.toml
@@ -1,13 +1,13 @@
-name = "Supplementaries Squared"
-filename = "suppsquared-1.20-1.1.12.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "934e6cb724b88fe7b19f78ff634bce8ab6c263f5"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4992450
-project-id = 838411
+name = "Supplementaries Squared"
+filename = "suppsquared-1.20-1.1.12.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "934e6cb724b88fe7b19f78ff634bce8ab6c263f5"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4992450
+project-id = 838411
diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml
index f200efe..3b51897 100644
--- a/mods/supplementaries.pw.toml
+++ b/mods/supplementaries.pw.toml
@@ -1,13 +1,13 @@
-name = "Supplementaries"
-filename = "supplementaries-1.20-2.7.36.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a7f24a23bc76eb1f11c20c9ad57f33c377777706"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5103704
-project-id = 412082
+name = "Supplementaries"
+filename = "supplementaries-1.20-2.7.36.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a7f24a23bc76eb1f11c20c9ad57f33c377777706"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5103704
+project-id = 412082
diff --git a/mods/telepass.pw.toml b/mods/telepass.pw.toml
index 2dfa659..bf6fbfc 100644
--- a/mods/telepass.pw.toml
+++ b/mods/telepass.pw.toml
@@ -1,13 +1,13 @@
-name = "TelePass"
-filename = "TelePass-forge-1.20.1-2.1.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e3f65be306a591dea4dda343933cdc22e65aa75a"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5002726
-project-id = 341875
+name = "TelePass"
+filename = "TelePass-forge-1.20.1-2.1.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e3f65be306a591dea4dda343933cdc22e65aa75a"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5002726
+project-id = 341875
diff --git a/mods/temporary-spawners.pw.toml b/mods/temporary-spawners.pw.toml
index adf7d01..128a11a 100644
--- a/mods/temporary-spawners.pw.toml
+++ b/mods/temporary-spawners.pw.toml
@@ -1,13 +1,13 @@
-name = "Temporary Spawners"
-filename = "Temporary-Spawners-1.20.1-1.5.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "4580157bc67d4feecdd107743176acefd4afd8bb"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4714950
-project-id = 342655
+name = "Temporary Spawners"
+filename = "Temporary-Spawners-1.20.1-1.5.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "4580157bc67d4feecdd107743176acefd4afd8bb"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4714950
+project-id = 342655
diff --git a/mods/terralith.pw.toml b/mods/terralith.pw.toml
index 9c96d87..cfa0661 100644
--- a/mods/terralith.pw.toml
+++ b/mods/terralith.pw.toml
@@ -1,13 +1,13 @@
-name = "Terralith"
-filename = "Terralith_1.20.4_v2.4.11.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ac529b2a6ab9189cc6b6b459fa7b7b85f6e230e4"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4938254
-project-id = 513688
+name = "Terralith"
+filename = "Terralith_1.20.4_v2.4.11.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ac529b2a6ab9189cc6b6b459fa7b7b85f6e230e4"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4938254
+project-id = 513688
diff --git a/mods/textrues-embeddium-options.pw.toml b/mods/textrues-embeddium-options.pw.toml
index da3304a..008be7b 100644
--- a/mods/textrues-embeddium-options.pw.toml
+++ b/mods/textrues-embeddium-options.pw.toml
@@ -1,13 +1,13 @@
-name = "TexTrue's Embeddium Options"
-filename = "textrues_embeddium_options-0.1.5+mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "f35d0566e43cde0c4ffba9ecf893209b2b96b0c8"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5083995
-project-id = 910506
+name = "TexTrue's Embeddium Options"
+filename = "textrues_embeddium_options-0.1.5+mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "f35d0566e43cde0c4ffba9ecf893209b2b96b0c8"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5083995
+project-id = 910506
diff --git a/mods/the-lost-castle.pw.toml b/mods/the-lost-castle.pw.toml
index 0e7b027..3f09539 100644
--- a/mods/the-lost-castle.pw.toml
+++ b/mods/the-lost-castle.pw.toml
@@ -1,13 +1,13 @@
-name = "The Lost Castle"
-filename = "tlc_forge-1.0.3-R-1.20.X.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "20bdd3e3f8084cf724ebd4fa09f835b5ea693a7c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4614797
-project-id = 687118
+name = "The Lost Castle"
+filename = "tlc_forge-1.0.3-R-1.20.X.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "20bdd3e3f8084cf724ebd4fa09f835b5ea693a7c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4614797
+project-id = 687118
diff --git a/mods/the-undergarden.pw.toml b/mods/the-undergarden.pw.toml
index 735b599..0441d92 100644
--- a/mods/the-undergarden.pw.toml
+++ b/mods/the-undergarden.pw.toml
@@ -1,13 +1,13 @@
-name = "The Undergarden"
-filename = "The_Undergarden-1.20.1-0.8.9.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "294e0ba1b47c2cd58a6b9ffec73c6acc181703c3"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4836821
-project-id = 379849
+name = "The Undergarden"
+filename = "The_Undergarden-1.20.1-0.8.9.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "294e0ba1b47c2cd58a6b9ffec73c6acc181703c3"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4836821
+project-id = 379849
diff --git a/mods/tips.pw.toml b/mods/tips.pw.toml
index a5657f5..597c8f6 100644
--- a/mods/tips.pw.toml
+++ b/mods/tips.pw.toml
@@ -1,13 +1,13 @@
-name = "Tips"
-filename = "Tips-Forge-1.20.1-12.0.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c6997c86acb285de0641f8f8070822c2b5d25c6d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4844550
-project-id = 306549
+name = "Tips"
+filename = "Tips-Forge-1.20.1-12.0.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c6997c86acb285de0641f8f8070822c2b5d25c6d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4844550
+project-id = 306549
diff --git a/mods/toast-control.pw.toml b/mods/toast-control.pw.toml
index ed212d1..4e0421c 100644
--- a/mods/toast-control.pw.toml
+++ b/mods/toast-control.pw.toml
@@ -1,13 +1,13 @@
-name = "Toast Control"
-filename = "ToastControl-1.20.1-8.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e9ef48672f01b076ea3b8c7c5e6a139c2491a67c"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4711316
-project-id = 271740
+name = "Toast Control"
+filename = "ToastControl-1.20.1-8.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e9ef48672f01b076ea3b8c7c5e6a139c2491a67c"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4711316
+project-id = 271740
diff --git a/mods/too-fast.pw.toml b/mods/too-fast.pw.toml
index b8f0f33..242a972 100644
--- a/mods/too-fast.pw.toml
+++ b/mods/too-fast.pw.toml
@@ -1,13 +1,13 @@
-name = "Too Fast"
-filename = "toofast-1.20-0.4.3.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a6163b39827b483fb2976c916d99fce6cbf247a9"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4627738
-project-id = 550678
+name = "Too Fast"
+filename = "toofast-1.20-0.4.3.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a6163b39827b483fb2976c916d99fce6cbf247a9"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4627738
+project-id = 550678
diff --git a/mods/torchmaster.pw.toml b/mods/torchmaster.pw.toml
index 0b9d54e..c950c2f 100644
--- a/mods/torchmaster.pw.toml
+++ b/mods/torchmaster.pw.toml
@@ -1,13 +1,13 @@
-name = "Torchmaster"
-filename = "torchmaster-20.1.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "5cb257626093409d35701aaa307b8eecef6ecd31"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4817795
-project-id = 254268
+name = "Torchmaster"
+filename = "torchmaster-20.1.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "5cb257626093409d35701aaa307b8eecef6ecd31"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4817795
+project-id = 254268
diff --git a/mods/touhou-little-maid.pw.toml b/mods/touhou-little-maid.pw.toml
index 60653b0..b6ffa4e 100644
--- a/mods/touhou-little-maid.pw.toml
+++ b/mods/touhou-little-maid.pw.toml
@@ -1,13 +1,13 @@
-name = "Touhou Little Maid"
-filename = "touhoulittlemaid-1.20.1-release-1.1.7.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "c0df04c73955d356739ccecf1c74395d38aba229"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5054217
-project-id = 355044
+name = "Touhou Little Maid"
+filename = "touhoulittlemaid-1.20.1-release-1.1.7.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "c0df04c73955d356739ccecf1c74395d38aba229"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5054217
+project-id = 355044
diff --git a/mods/trashslot.pw.toml b/mods/trashslot.pw.toml
index 46a1156..cd2b773 100644
--- a/mods/trashslot.pw.toml
+++ b/mods/trashslot.pw.toml
@@ -1,13 +1,13 @@
-name = "TrashSlot"
-filename = "trashslot-forge-1.20-15.1.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "68c7dfe4ce173089533e4f1e480294505402742a"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4753168
-project-id = 235577
+name = "TrashSlot"
+filename = "trashslot-forge-1.20-15.1.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "68c7dfe4ce173089533e4f1e480294505402742a"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4753168
+project-id = 235577
diff --git a/mods/travelers-titles.pw.toml b/mods/travelers-titles.pw.toml
index 9b5ed0a..5a791a2 100644
--- a/mods/travelers-titles.pw.toml
+++ b/mods/travelers-titles.pw.toml
@@ -1,13 +1,13 @@
-name = "Traveler's Titles (Forge)"
-filename = "TravelersTitles-1.20-Forge-4.0.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "64a435eaa6e08fff5af2c720c3b6a40fe292f2f7"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5065825
-project-id = 504908
+name = "Traveler's Titles (Forge)"
+filename = "TravelersTitles-1.20-Forge-4.0.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "64a435eaa6e08fff5af2c720c3b6a40fe292f2f7"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5065825
+project-id = 504908
diff --git a/mods/u-team-core.pw.toml b/mods/u-team-core.pw.toml
index 3d1711f..03631c0 100644
--- a/mods/u-team-core.pw.toml
+++ b/mods/u-team-core.pw.toml
@@ -1,13 +1,13 @@
-name = "U Team Core"
-filename = "u_team_core-forge-1.20.1-5.1.4.269.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "078be9ae81667788da74e6439560914852cf8bdd"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4681290
-project-id = 273744
+name = "U Team Core"
+filename = "u_team_core-forge-1.20.1-5.1.4.269.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "078be9ae81667788da74e6439560914852cf8bdd"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4681290
+project-id = 273744
diff --git a/mods/universal-enchants-forge.pw.toml b/mods/universal-enchants-forge.pw.toml
index 46b22eb..3db9c66 100644
--- a/mods/universal-enchants-forge.pw.toml
+++ b/mods/universal-enchants-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "Universal Enchants"
-filename = "UniversalEnchants-v8.0.0-1.20.1-Forge.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "0cc9f85e09c04bb5fbd561985f004a518590378d"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4612367
-project-id = 593958
+name = "Universal Enchants"
+filename = "UniversalEnchants-v8.0.0-1.20.1-Forge.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "0cc9f85e09c04bb5fbd561985f004a518590378d"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4612367
+project-id = 593958
diff --git a/mods/village-spawn-point.pw.toml b/mods/village-spawn-point.pw.toml
index 7c220dd..53b2d6b 100644
--- a/mods/village-spawn-point.pw.toml
+++ b/mods/village-spawn-point.pw.toml
@@ -1,13 +1,13 @@
-name = "Village Spawn Point"
-filename = "villagespawnpoint-1.20.1-4.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "9eaddafc0f2ece121396b6a8898051d712f8e8b6"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4963609
-project-id = 347381
+name = "Village Spawn Point"
+filename = "villagespawnpoint-1.20.1-4.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "9eaddafc0f2ece121396b6a8898051d712f8e8b6"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4963609
+project-id = 347381
diff --git a/mods/waystones-teleport-pets.pw.toml b/mods/waystones-teleport-pets.pw.toml
index cf4f347..fbbba68 100644
--- a/mods/waystones-teleport-pets.pw.toml
+++ b/mods/waystones-teleport-pets.pw.toml
@@ -1,13 +1,13 @@
-name = "Waystones Teleport Pets"
-filename = "WaystonesTeleportPets-1.20-1.20.1--1.2.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d64055c58edcdbedfd6ebc40dba0b678a6818e57"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4956999
-project-id = 908310
+name = "Waystones Teleport Pets"
+filename = "WaystonesTeleportPets-1.20-1.20.1--1.2.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d64055c58edcdbedfd6ebc40dba0b678a6818e57"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4956999
+project-id = 908310
diff --git a/mods/waystones.pw.toml b/mods/waystones.pw.toml
index bed2e0f..f747961 100644
--- a/mods/waystones.pw.toml
+++ b/mods/waystones.pw.toml
@@ -1,13 +1,13 @@
-name = "Waystones"
-filename = "waystones-forge-1.20-14.1.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e71a99318c7a5267223f7f5ada7f6851023c0377"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4962610
-project-id = 245755
+name = "Waystones"
+filename = "waystones-forge-1.20-14.1.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e71a99318c7a5267223f7f5ada7f6851023c0377"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4962610
+project-id = 245755
diff --git a/mods/what-are-they-up-to.pw.toml b/mods/what-are-they-up-to.pw.toml
index 25e931e..3886384 100644
--- a/mods/what-are-they-up-to.pw.toml
+++ b/mods/what-are-they-up-to.pw.toml
@@ -1,13 +1,13 @@
-name = "What Are They Up To (Watut)"
-filename = "watut-forge-1.20.1-1.1.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e30d6d492a59a35d6cf4c38c6301f90ba2abfba0"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5101805
-project-id = 945479
+name = "What Are They Up To (Watut)"
+filename = "watut-forge-1.20.1-1.1.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e30d6d492a59a35d6cf4c38c6301f90ba2abfba0"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5101805
+project-id = 945479
diff --git a/mods/when-dungeons-arise.pw.toml b/mods/when-dungeons-arise.pw.toml
index 0096d07..a43d427 100644
--- a/mods/when-dungeons-arise.pw.toml
+++ b/mods/when-dungeons-arise.pw.toml
@@ -1,13 +1,13 @@
-name = "When Dungeons Arise - Forge!"
-filename = "DungeonsArise-1.20.x-2.1.58-release.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "30b4520e4fab40a6bb6153a2c72e34bcb721f0a5"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4983862
-project-id = 442508
+name = "When Dungeons Arise - Forge!"
+filename = "DungeonsArise-1.20.x-2.1.58-release.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "30b4520e4fab40a6bb6153a2c72e34bcb721f0a5"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4983862
+project-id = 442508
diff --git a/mods/wither-skeleton-tweaks.pw.toml b/mods/wither-skeleton-tweaks.pw.toml
index f10eac5..e4df476 100644
--- a/mods/wither-skeleton-tweaks.pw.toml
+++ b/mods/wither-skeleton-tweaks.pw.toml
@@ -1,13 +1,13 @@
-name = "Wither Skeleton Tweaks"
-filename = "WitherSkeletonTweaks-1.20.1-9.1.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e5c31395e10d9e858ca1fde42d35113945bfb658"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5086320
-project-id = 255902
+name = "Wither Skeleton Tweaks"
+filename = "WitherSkeletonTweaks-1.20.1-9.1.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e5c31395e10d9e858ca1fde42d35113945bfb658"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5086320
+project-id = 255902
diff --git a/mods/worldedit.pw.toml b/mods/worldedit.pw.toml
index 2511eac..4dfdd68 100644
--- a/mods/worldedit.pw.toml
+++ b/mods/worldedit.pw.toml
@@ -1,13 +1,13 @@
-name = "WorldEdit"
-filename = "worldedit-mod-7.2.15.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "9c52765ca56f917ef8cbafc20e9a4f45c346508f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4586218
-project-id = 225608
+name = "WorldEdit"
+filename = "worldedit-mod-7.2.15.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "9c52765ca56f917ef8cbafc20e9a4f45c346508f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4586218
+project-id = 225608
diff --git a/mods/xaeros-minimap-world-map-waystones-compability.pw.toml b/mods/xaeros-minimap-world-map-waystones-compability.pw.toml
index c3c1a41..96deeee 100644
--- a/mods/xaeros-minimap-world-map-waystones-compability.pw.toml
+++ b/mods/xaeros-minimap-world-map-waystones-compability.pw.toml
@@ -1,13 +1,13 @@
-name = "Xaero's Minimap & World Map - Waystones Compatibility [Forge]"
-filename = "xaeros_waystones_compability-1.0.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "a5cee92bae3ebb6a95f01e972a71ca794bc60f98"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4637926
-project-id = 887484
+name = "Xaero's Minimap & World Map - Waystones Compatibility [Forge]"
+filename = "xaeros_waystones_compability-1.0.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "a5cee92bae3ebb6a95f01e972a71ca794bc60f98"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4637926
+project-id = 887484
diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml
index 5eca618..f05a41c 100644
--- a/mods/xaeros-minimap.pw.toml
+++ b/mods/xaeros-minimap.pw.toml
@@ -1,13 +1,13 @@
-name = "Xaero's Minimap"
-filename = "Xaeros_Minimap_23.9.7_Forge_1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "eef5bd6e825cf24ca03883b02bd3d7316ce6fce3"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5060708
-project-id = 263420
+name = "Xaero's Minimap"
+filename = "Xaeros_Minimap_23.9.7_Forge_1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "eef5bd6e825cf24ca03883b02bd3d7316ce6fce3"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5060708
+project-id = 263420
diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml
index 9bfbffa..9a17cee 100644
--- a/mods/xaeros-world-map.pw.toml
+++ b/mods/xaeros-world-map.pw.toml
@@ -1,13 +1,13 @@
-name = "Xaero's World Map"
-filename = "XaerosWorldMap_1.37.8_Forge_1.20.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e319cba367b5b46974006b4c8402d5d80a8785be"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5073804
-project-id = 317780
+name = "Xaero's World Map"
+filename = "XaerosWorldMap_1.37.8_Forge_1.20.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e319cba367b5b46974006b4c8402d5d80a8785be"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5073804
+project-id = 317780
diff --git a/mods/yeetusexperimentus.pw.toml b/mods/yeetusexperimentus.pw.toml
index 80af7f2..2e583be 100644
--- a/mods/yeetusexperimentus.pw.toml
+++ b/mods/yeetusexperimentus.pw.toml
@@ -1,13 +1,13 @@
-name = "Yeetus Experimentus"
-filename = "YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "6efdaf5d213f779e51aa84631a5f06a306351e75"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4680832
-project-id = 635427
+name = "Yeetus Experimentus"
+filename = "YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "6efdaf5d213f779e51aa84631a5f06a306351e75"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4680832
+project-id = 635427
diff --git a/mods/yungs-api.pw.toml b/mods/yungs-api.pw.toml
index 4041089..8cf9cb4 100644
--- a/mods/yungs-api.pw.toml
+++ b/mods/yungs-api.pw.toml
@@ -1,13 +1,13 @@
-name = "YUNG's API (Forge)"
-filename = "YungsApi-1.20-Forge-4.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "222cafd79b5d4bd300fc0a2e35c9a9952ed98b13"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 5070641
-project-id = 421850
+name = "YUNG's API (Forge)"
+filename = "YungsApi-1.20-Forge-4.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "222cafd79b5d4bd300fc0a2e35c9a9952ed98b13"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 5070641
+project-id = 421850
diff --git a/mods/yungs-better-desert-temples.pw.toml b/mods/yungs-better-desert-temples.pw.toml
index b155994..d99d276 100644
--- a/mods/yungs-better-desert-temples.pw.toml
+++ b/mods/yungs-better-desert-temples.pw.toml
@@ -1,13 +1,13 @@
-name = "YUNG's Better Desert Temples (Forge)"
-filename = "YungsBetterDesertTemples-1.20-Forge-3.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "31b386b2dbaa4933e0a10ccdfb25f56da16931a6"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4769439
-project-id = 631016
+name = "YUNG's Better Desert Temples (Forge)"
+filename = "YungsBetterDesertTemples-1.20-Forge-3.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "31b386b2dbaa4933e0a10ccdfb25f56da16931a6"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4769439
+project-id = 631016
diff --git a/mods/yungs-better-dungeons.pw.toml b/mods/yungs-better-dungeons.pw.toml
index 5a175bb..ea7ff65 100644
--- a/mods/yungs-better-dungeons.pw.toml
+++ b/mods/yungs-better-dungeons.pw.toml
@@ -1,13 +1,13 @@
-name = "YUNG's Better Dungeons (Forge)"
-filename = "YungsBetterDungeons-1.20-Forge-4.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "1609372c07d79b9d54eed4cea236f89d50114198"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4769431
-project-id = 510089
+name = "YUNG's Better Dungeons (Forge)"
+filename = "YungsBetterDungeons-1.20-Forge-4.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "1609372c07d79b9d54eed4cea236f89d50114198"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4769431
+project-id = 510089
diff --git a/mods/yungs-better-jungle-temples.pw.toml b/mods/yungs-better-jungle-temples.pw.toml
index b662489..ec5097c 100644
--- a/mods/yungs-better-jungle-temples.pw.toml
+++ b/mods/yungs-better-jungle-temples.pw.toml
@@ -1,13 +1,13 @@
-name = "YUNG's Better Jungle Temples (Forge)"
-filename = "YungsBetterJungleTemples-1.20-Forge-2.0.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "ed17c8d14a6f4a7309fab18356d6215d06c3f983"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4774782
-project-id = 897669
+name = "YUNG's Better Jungle Temples (Forge)"
+filename = "YungsBetterJungleTemples-1.20-Forge-2.0.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "ed17c8d14a6f4a7309fab18356d6215d06c3f983"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4774782
+project-id = 897669
diff --git a/mods/yungs-better-mineshafts-forge.pw.toml b/mods/yungs-better-mineshafts-forge.pw.toml
index 3cd7c3a..de07b35 100644
--- a/mods/yungs-better-mineshafts-forge.pw.toml
+++ b/mods/yungs-better-mineshafts-forge.pw.toml
@@ -1,13 +1,13 @@
-name = "YUNG's Better Mineshafts (Forge)"
-filename = "YungsBetterMineshafts-1.20-Forge-4.0.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "e2cbc574807a994bb9610184eb4bbfe29a6c0774"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4769063
-project-id = 389665
+name = "YUNG's Better Mineshafts (Forge)"
+filename = "YungsBetterMineshafts-1.20-Forge-4.0.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "e2cbc574807a994bb9610184eb4bbfe29a6c0774"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4769063
+project-id = 389665
diff --git a/mods/yungs-better-nether-fortresses.pw.toml b/mods/yungs-better-nether-fortresses.pw.toml
index 9a65f8d..252d43a 100644
--- a/mods/yungs-better-nether-fortresses.pw.toml
+++ b/mods/yungs-better-nether-fortresses.pw.toml
@@ -1,13 +1,13 @@
-name = "YUNG's Better Nether Fortresses (Forge)"
-filename = "YungsBetterNetherFortresses-1.20-Forge-2.0.5.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "4854b9b0e2fc11b1c2ef257ad19f0e138e0f7b8b"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4774764
-project-id = 817651
+name = "YUNG's Better Nether Fortresses (Forge)"
+filename = "YungsBetterNetherFortresses-1.20-Forge-2.0.5.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "4854b9b0e2fc11b1c2ef257ad19f0e138e0f7b8b"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4774764
+project-id = 817651
diff --git a/mods/yungs-better-ocean-monuments.pw.toml b/mods/yungs-better-ocean-monuments.pw.toml
index a0cc919..17d9714 100644
--- a/mods/yungs-better-ocean-monuments.pw.toml
+++ b/mods/yungs-better-ocean-monuments.pw.toml
@@ -1,13 +1,13 @@
-name = "YUNG's Better Ocean Monuments (Forge)"
-filename = "YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "d8e74ed19903752a97ed0e1d2b1a8bf378bc252f"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4883003
-project-id = 689238
+name = "YUNG's Better Ocean Monuments (Forge)"
+filename = "YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "d8e74ed19903752a97ed0e1d2b1a8bf378bc252f"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4883003
+project-id = 689238
diff --git a/mods/yungs-better-strongholds.pw.toml b/mods/yungs-better-strongholds.pw.toml
index e0fe5a8..97ecb1b 100644
--- a/mods/yungs-better-strongholds.pw.toml
+++ b/mods/yungs-better-strongholds.pw.toml
@@ -1,13 +1,13 @@
-name = "YUNG's Better Strongholds (Forge)"
-filename = "YungsBetterStrongholds-1.20-Forge-4.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "3730238c56edca4bb5b2238e1314aec572ced385"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4769083
-project-id = 465575
+name = "YUNG's Better Strongholds (Forge)"
+filename = "YungsBetterStrongholds-1.20-Forge-4.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "3730238c56edca4bb5b2238e1314aec572ced385"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4769083
+project-id = 465575
diff --git a/mods/yungs-better-witch-huts.pw.toml b/mods/yungs-better-witch-huts.pw.toml
index c85878e..a5d5bff 100644
--- a/mods/yungs-better-witch-huts.pw.toml
+++ b/mods/yungs-better-witch-huts.pw.toml
@@ -1,13 +1,13 @@
-name = "YUNG's Better Witch Huts (Forge)"
-filename = "YungsBetterWitchHuts-1.20-Forge-3.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "71fee574f920c6b05004f100ba07e9b8d5844169"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4769489
-project-id = 631401
+name = "YUNG's Better Witch Huts (Forge)"
+filename = "YungsBetterWitchHuts-1.20-Forge-3.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "71fee574f920c6b05004f100ba07e9b8d5844169"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4769489
+project-id = 631401
diff --git a/mods/yungs-bridges.pw.toml b/mods/yungs-bridges.pw.toml
index e5cb9a5..7bce311 100644
--- a/mods/yungs-bridges.pw.toml
+++ b/mods/yungs-bridges.pw.toml
@@ -1,13 +1,13 @@
-name = "YUNG's Bridges (Forge)"
-filename = "YungsBridges-1.20-Forge-4.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "88467fe87b95e6cf7a432822033cf74dd8586254"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4769518
-project-id = 536660
+name = "YUNG's Bridges (Forge)"
+filename = "YungsBridges-1.20-Forge-4.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "88467fe87b95e6cf7a432822033cf74dd8586254"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4769518
+project-id = 536660
diff --git a/mods/yungs-extras.pw.toml b/mods/yungs-extras.pw.toml
index 61da657..f8d8434 100644
--- a/mods/yungs-extras.pw.toml
+++ b/mods/yungs-extras.pw.toml
@@ -1,13 +1,13 @@
-name = "YUNG's Extras (Forge)"
-filename = "YungsExtras-1.20-Forge-4.0.3.jar"
-side = "both"
-
-[download]
-hash-format = "sha1"
-hash = "4b2e632353a95c16a080c2e64c426480a139fbd6"
-mode = "metadata:curseforge"
-
-[update]
-[update.curseforge]
-file-id = 4769514
-project-id = 480006
+name = "YUNG's Extras (Forge)"
+filename = "YungsExtras-1.20-Forge-4.0.3.jar"
+side = "both"
+
+[download]
+hash-format = "sha1"
+hash = "4b2e632353a95c16a080c2e64c426480a139fbd6"
+mode = "metadata:curseforge"
+
+[update]
+[update.curseforge]
+file-id = 4769514
+project-id = 480006
diff --git a/pack.toml b/pack.toml
index 70278ea..18fe82d 100644
--- a/pack.toml
+++ b/pack.toml
@@ -1,13 +1,13 @@
-name = "Craft to Exile 2 NEV"
-author = "NTCat"
-version = "1.0.4"
-pack-format = "packwiz:1.1.0"
-
-[index]
-file = "index.toml"
-hash-format = "sha256"
-hash = "99493e87875f4f5504646664feec069f149d4a96c290c6507f99dd246528e6b0"
-
-[versions]
-forge = "47.2.18"
-minecraft = "1.20.1"
+name = "Craft to Exile 2 NEV"
+author = "NTCat"
+version = "1.0.4"
+pack-format = "packwiz:1.1.0"
+
+[index]
+file = "index.toml"
+hash-format = "sha256"
+hash = "99493e87875f4f5504646664feec069f149d4a96c290c6507f99dd246528e6b0"
+
+[versions]
+forge = "47.2.18"
+minecraft = "1.20.1"