commit
cdc2ac4d36
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
|
||||
* -text
|
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# Exclude exported CurseForge zip files
|
||||
*.zip
|
||||
|
||||
# Exclude exported Modrinth modpacks
|
||||
*.mrpack
|
5
.packwizignore
Normal file
5
.packwizignore
Normal file
@ -0,0 +1,5 @@
|
||||
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
|
||||
# See https://git-scm.com/docs/gitignore
|
||||
|
||||
# Exclude README
|
||||
/README.md
|
20
LICENSE
20
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 <http://unlicense.org/>
|
||||
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 <http://unlicense.org/>
|
||||
|
10
config/CoroUtil/General.toml
Normal file
10
config/CoroUtil/General.toml
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
#General mod settings
|
||||
[general]
|
||||
#logging
|
||||
useLoggingLog = true
|
||||
#-
|
||||
useLoggingDebug = false
|
||||
#-
|
||||
useLoggingError = true
|
||||
|
1
config/InventoryHUD/curios.json
Normal file
1
config/InventoryHUD/curios.json
Normal file
@ -0,0 +1 @@
|
||||
{"head":{"x":0,"y":20,"enabled":false,"halign":"LEFT","valign":"TOP"},"ring_2":{"x":48,"y":48,"enabled":true,"halign":"MIDDLE","valign":"BOTTOM"},"wallet":{"x":0,"y":20,"enabled":false,"halign":"LEFT","valign":"TOP"},"charm":{"x":0,"y":60,"enabled":false,"halign":"LEFT","valign":"TOP"},"elytra":{"x":0,"y":80,"enabled":false,"halign":"LEFT","valign":"TOP"},"ring":{"x":65,"y":48,"enabled":true,"halign":"MIDDLE","valign":"BOTTOM"},"belt":{"x":0,"y":100,"enabled":false,"halign":"LEFT","valign":"TOP"},"back":{"x":0,"y":120,"enabled":false,"halign":"LEFT","valign":"TOP"},"necklace":{"x":82,"y":48,"enabled":true,"halign":"MIDDLE","valign":"BOTTOM"},"body":{"x":0,"y":180,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"bracelet":{"x":0,"y":160,"enabled":false,"halign":"LEFT","valign":"TOP"},"curio":{"x":0,"y":200,"enabled":false,"halign":"LEFT","valign":"TOP"},"feet":{"x":0,"y":20,"enabled":false,"halign":"LEFT","valign":"TOP"},"feet_2":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands_2":{"x":0,"y":100,"enabled":false,"halign":"LEFT","valign":"TOP"},"backpack":{"x":0,"y":160,"enabled":false,"halign":"LEFT","valign":"TOP"},"charm_2":{"x":0,"y":260,"enabled":false,"halign":"LEFT","valign":"TOP"},"pocket":{"x":0,"y":280,"enabled":false,"halign":"LEFT","valign":"TOP"}}
|
4
config/ModernUI/bootstrap.properties
Normal file
4
config/ModernUI/bootstrap.properties
Normal file
@ -0,0 +1,4 @@
|
||||
#Modern UI bootstrap file
|
||||
#Tue Jan 30 17:26:25 EST 2024
|
||||
modernui_mc_disableEnhancedTextField=false
|
||||
modernui_mc_disableTextEngine=true
|
148
config/ModernUI/client.toml
Normal file
148
config/ModernUI/client.toml
Normal file
@ -0,0 +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
|
||||
|
15
config/ModernUI/common.toml
Normal file
15
config/ModernUI/common.toml
Normal file
@ -0,0 +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"]
|
||||
|
73
config/ModernUI/text.toml
Normal file
73
config/ModernUI/text.toml
Normal file
@ -0,0 +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
|
||||
|
8
config/MouseTweaks.cfg
Normal file
8
config/MouseTweaks.cfg
Normal file
@ -0,0 +1,8 @@
|
||||
RMBTweak=1
|
||||
LMBTweakWithItem=1
|
||||
LMBTweakWithoutItem=1
|
||||
WheelTweak=1
|
||||
WheelSearchOrder=1
|
||||
WheelScrollDirection=0
|
||||
ScrollItemScaling=0
|
||||
Debug=0
|
20
config/NoChatReports/NCR-Client.json
Normal file
20
config/NoChatReports/NCR-Client.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"defaultSigningMode": "PROMPT",
|
||||
"enableMod": true,
|
||||
"showNCRButton": true,
|
||||
"showReloadButton": true,
|
||||
"verifiedIconEnabled": true,
|
||||
"showServerSafety": true,
|
||||
"hideInsecureMessageIndicators": true,
|
||||
"hideModifiedMessageIndicators": true,
|
||||
"hideSystemMessageIndicators": true,
|
||||
"hideWarningToast": true,
|
||||
"hideSigningRequestMessage": false,
|
||||
"alwaysHideReportButton": false,
|
||||
"skipRealmsWarning": false,
|
||||
"disableTelemetry": true,
|
||||
"removeTelemetryButton": true,
|
||||
"demandOnServer": false,
|
||||
"verifiedIconOffsetX": 0,
|
||||
"verifiedIconOffsetY": 0
|
||||
}
|
7
config/NoChatReports/NCR-Common.json
Normal file
7
config/NoChatReports/NCR-Common.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!",
|
||||
"demandOnClient": false,
|
||||
"convertToGameMessage": true,
|
||||
"addQueryData": true,
|
||||
"enableDebugLog": false
|
||||
}
|
28
config/NoChatReports/NCR-Encryption.json
Normal file
28
config/NoChatReports/NCR-Encryption.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"skipWarning": false,
|
||||
"enableEncryption": false,
|
||||
"encryptPublic": true,
|
||||
"showEncryptionButton": true,
|
||||
"showEncryptionIndicators": true,
|
||||
"encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d",
|
||||
"encryptionPassphrase": "",
|
||||
"algorithmName": "AES/CFB8+Base64",
|
||||
"encryptableCommands": [
|
||||
"msg:1",
|
||||
"w:1",
|
||||
"whisper:1",
|
||||
"tell:1",
|
||||
"r:0",
|
||||
"dm:1",
|
||||
"me:0",
|
||||
"m:1",
|
||||
"t:1",
|
||||
"pm:1",
|
||||
"emsg:1",
|
||||
"epm:1",
|
||||
"etell:1",
|
||||
"ewhisper:1",
|
||||
"message:1",
|
||||
"reply:0"
|
||||
]
|
||||
}
|
3
config/NoChatReports/NCR-ServerPreferences.json
Normal file
3
config/NoChatReports/NCR-ServerPreferences.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"signingModes": {}
|
||||
}
|
3
config/NoChatReports/README.md
Normal file
3
config/NoChatReports/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# No Chat Reports
|
||||
You can find updated documentation of configuration files on the wiki:
|
||||
https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/Configuration-Files
|
BIN
config/Obscuria/Data/aquamirae_cover.png
Normal file
BIN
config/Obscuria/Data/aquamirae_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
BIN
config/Obscuria/Data/loot_journal_cover.png
Normal file
BIN
config/Obscuria/Data/loot_journal_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
config/Obscuria/Data/obscure_api_cover.png
Normal file
BIN
config/Obscuria/Data/obscure_api_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
11
config/Obscuria/aquamirae-client.toml
Normal file
11
config/Obscuria/aquamirae-client.toml
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
[General]
|
||||
renderThreeBoltHelmetOverlay = true
|
||||
stylizedBossbar = true
|
||||
|
||||
[IceMazeAmbient]
|
||||
spawnParticles = true
|
||||
playAmbientSounds = true
|
||||
playBiomeMusic = true
|
||||
playCorneliaMusic = true
|
||||
|
105
config/Obscuria/aquamirae-common.toml
Normal file
105
config/Obscuria/aquamirae-common.toml
Normal file
@ -0,0 +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
|
||||
|
15
config/Obscuria/obscure-api-client.toml
Normal file
15
config/Obscuria/obscure-api-client.toml
Normal file
@ -0,0 +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
|
||||
|
6
config/achievement_optimizer/Achievement-Optimizer.toml
Normal file
6
config/achievement_optimizer/Achievement-Optimizer.toml
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
[general]
|
||||
#Number of ticks to skip to check achievements [0 for disable skip]
|
||||
#Range: > 0
|
||||
skipTicksAdvancements = 5
|
||||
|
75
config/advancementplaques-common.toml
Normal file
75
config/advancementplaques-common.toml
Normal file
@ -0,0 +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
|
||||
|
21
config/aggroindicator-client.toml
Normal file
21
config/aggroindicator-client.toml
Normal file
@ -0,0 +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 = []
|
||||
|
123
config/aiimprovements-common.toml
Normal file
123
config/aiimprovements-common.toml
Normal file
@ -0,0 +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
|
||||
|
21
config/airhop-server.toml
Normal file
21
config/airhop-server.toml
Normal file
@ -0,0 +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
|
||||
|
703
config/alexsmobs.toml
Normal file
703
config/alexsmobs.toml
Normal file
@ -0,0 +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
|
||||
|
42
config/alexsmobs/alligator_snapping_turtle_spawns.json
Normal file
42
config/alexsmobs/alligator_snapping_turtle_spawns.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_swamp"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:mangrove_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:tundra_bog"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:ice_marsh"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:orchid_swamp"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
58
config/alexsmobs/anaconda_spawns.json
Normal file
58
config/alexsmobs/anaconda_spawns.json
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:mangrove_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:ice_marsh"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:orchid_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:amethyst_rainforest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:tropical_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_summer"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
63
config/alexsmobs/anteater_spawns.json
Normal file
63
config/alexsmobs/anteater_spawns.json
Normal file
@ -0,0 +1,63 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_jungle"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:bamboo_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:amethyst_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:amethyst_rainforest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:jungle_mountains"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:rocky_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:tropical_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_summer"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
147
config/alexsmobs/bald_eagle_spawns.json
Normal file
147
config/alexsmobs/bald_eagle_spawns.json
Normal file
@ -0,0 +1,147 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_hill"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_coniferous"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:windswept_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:blooming_plateau"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:blooming_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:bryce_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_autumn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_spring"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_winter"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:haze_mountain"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:temperate_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:alpine_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:jade_cliffs"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
91
config/alexsmobs/banana_slug_spawns.json
Normal file
91
config/alexsmobs/banana_slug_spawns.json
Normal file
@ -0,0 +1,91 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:old_growth_pine_taiga"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:old_growth_spruce_taiga"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_taiga"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_dense/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_rare"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:forested_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shield"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_autumn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:yosemite_lowlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:redwood_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:coniferous_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:fir_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "autumnity:maple_forest"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
96
config/alexsmobs/bison_spawns.json
Normal file
96
config/alexsmobs/bison_spawns.json
Normal file
@ -0,0 +1,96 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_plains"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "minecraft:is_savanna"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "forge:is_hot/overworld"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:meadow"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:field"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:forested_field"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:grassland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:pasture"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:prairie"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cold_shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:rocky_shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:steppe"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:valley_clearing"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
11
config/alexsmobs/blobfish_spawns.json
Normal file
11
config/alexsmobs/blobfish_spawns.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_deep_ocean"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
215
config/alexsmobs/blue_jay_spawns.json
Normal file
215
config/alexsmobs/blue_jay_spawns.json
Normal file
@ -0,0 +1,215 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_forest"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:sparse_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_taiga"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:alpine_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:blooming_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shield_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:valley_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:alpine_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cloud_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:forested_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lush_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shield"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:snowy_maple_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:snowy_shield"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:temperate_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:wintry_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:yosemite_lowlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:bryce_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_autumn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:redwood_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:cherry_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:snowblossom_grove"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
11
config/alexsmobs/bone_serpent_spawns.json
Normal file
11
config/alexsmobs/bone_serpent_spawns.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_nether"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
28
config/alexsmobs/bunfungus_spawns.json
Normal file
28
config/alexsmobs/bunfungus_spawns.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_mushroom"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_rare"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:mirage_isles"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
37
config/alexsmobs/cachalot_whale_beached_spawns.json
Normal file
37
config/alexsmobs/cachalot_whale_beached_spawns.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:gravel_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:dune_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:stony_shore"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
42
config/alexsmobs/cachalot_whale_spawns.json
Normal file
42
config/alexsmobs/cachalot_whale_spawns.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_ocean"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_cold/overworld"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:lukewarm_ocean"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:deep_ocean"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:deep_lukewarm_ocean"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
18
config/alexsmobs/caiman_spawns.json
Normal file
18
config/alexsmobs/caiman_spawns.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:mangrove_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/underground_jungle"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
65
config/alexsmobs/capuchin_monkey_spawns.json
Normal file
65
config/alexsmobs/capuchin_monkey_spawns.json
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_jungle"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:bamboo_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:mangrove_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:amethyst_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:amethyst_rainforest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:jungle_mountains"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:rocky_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:tropical_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_summer"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
59
config/alexsmobs/catfish_spawns.json
Normal file
59
config/alexsmobs/catfish_spawns.json
Normal file
@ -0,0 +1,59 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_swamp"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:mangrove_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_river"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "forge:is_cold/overworld"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:orchid_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:ice_marsh"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:warm_river"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
110
config/alexsmobs/cave_centipede_spawns.json
Normal file
110
config/alexsmobs/cave_centipede_spawns.json
Normal file
@ -0,0 +1,110 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "minecraft:is_ocean"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "forge:is_mushroom"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:deep_dark"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/andesite_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/desert_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/diorite_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/granite_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/ice_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/infested_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/thermal_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/crystal_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/frostfire_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/mantle_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/deep_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/tuff_caves"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
110
config/alexsmobs/cockroach_spawns.json
Normal file
110
config/alexsmobs/cockroach_spawns.json
Normal file
@ -0,0 +1,110 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "minecraft:is_ocean"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "forge:is_mushroom"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:deep_dark"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/andesite_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/desert_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/diorite_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/granite_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/ice_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/infested_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/thermal_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/crystal_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/frostfire_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/mantle_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/deep_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/tuff_caves"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
18
config/alexsmobs/comb_jelly_spawns.json
Normal file
18
config/alexsmobs/comb_jelly_spawns.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:frozen_ocean"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:deep_frozen_ocean"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
21
config/alexsmobs/cosmaw_spawns.json
Normal file
21
config/alexsmobs/cosmaw_spawns.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_end"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:the_end"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:small_end_islands"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
11
config/alexsmobs/cosmic_cod_spawns.json
Normal file
11
config/alexsmobs/cosmic_cod_spawns.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_end"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
39
config/alexsmobs/crimson_mosquito_spawns.json
Normal file
39
config/alexsmobs/crimson_mosquito_spawns.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:crimson_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "byg:crimson_gardens"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:visceral_heap"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "incendium:ash_barrens"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "incendium:infernal_dunes"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
58
config/alexsmobs/crocodile_spawns.json
Normal file
58
config/alexsmobs/crocodile_spawns.json
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:mangrove_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_river"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "forge:is_cold"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:tropic_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:orchid_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:warm_river"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
276
config/alexsmobs/crow_spawns.json
Normal file
276
config/alexsmobs/crow_spawns.json
Normal file
@ -0,0 +1,276 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "minecraft:is_savanna"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_plains"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_taiga"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cold_shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:hot_shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:rocky_shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shield_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:steppe"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:valley_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:alpine_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:birch_taiga"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:blooming_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shield_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:alpine_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:forested_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lush_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shield"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:snowy_maple_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:temperate_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:wintry_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:yosemite_lowlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_autumn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_spring"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_winter"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:mirage_isles"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cloud_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:cherry_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:snowblossom_grove"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
11
config/alexsmobs/devils_hole_pupfish_spawns.json
Normal file
11
config/alexsmobs/devils_hole_pupfish_spawns.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
18
config/alexsmobs/dropbear_spawns.json
Normal file
18
config/alexsmobs/dropbear_spawns.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:nether_wastes"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:crystalline_chasm"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
65
config/alexsmobs/elephant_spawns.json
Normal file
65
config/alexsmobs/elephant_spawns.json
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:arid_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:brushland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:fractured_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_slopes"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
91
config/alexsmobs/emu_spawns.json
Normal file
91
config/alexsmobs/emu_spawns.json
Normal file
@ -0,0 +1,91 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:arid_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:brushland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:fractured_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_slopes"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:warped_mesa"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:white_mesa"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:lush_desert"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
16
config/alexsmobs/endergrade_spawns.json
Normal file
16
config/alexsmobs/endergrade_spawns.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_end"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:the_end"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
31
config/alexsmobs/enderiophage_spawns.json
Normal file
31
config/alexsmobs/enderiophage_spawns.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_end"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:the_end"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:end_barrens"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:end_highlands"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:small_end_islands"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
16
config/alexsmobs/farseer.json
Normal file
16
config/alexsmobs/farseer.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_end"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:the_end"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
11
config/alexsmobs/flutter_spawns.json
Normal file
11
config/alexsmobs/flutter_spawns.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:lush_caves"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
11
config/alexsmobs/fly_spawns.json
Normal file
11
config/alexsmobs/fly_spawns.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
36
config/alexsmobs/flying_fish_spawns.json
Normal file
36
config/alexsmobs/flying_fish_spawns.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_ocean"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "forge:is_cold/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "forge:is_hot/overworld"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:deep_ocean"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:deep_lukewarm_ocean"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
11
config/alexsmobs/frilled_shark_spawns.json
Normal file
11
config/alexsmobs/frilled_shark_spawns.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_deep_ocean"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
53
config/alexsmobs/froststalker_spawns.json
Normal file
53
config/alexsmobs/froststalker_spawns.json
Normal file
@ -0,0 +1,53 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:ice_spikes"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:frozen_peaks"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/frostfire_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:frozen_cliffs"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:glacial_chasm"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:snowy_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:gravel_desert"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
60
config/alexsmobs/gazelle_spawns.json
Normal file
60
config/alexsmobs/gazelle_spawns.json
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:arid_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:brushland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:fractured_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_slopes"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
56
config/alexsmobs/gelada_monkey_spawns.json
Normal file
56
config/alexsmobs/gelada_monkey_spawns.json
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_plains"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_plateau"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:hot_shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:rocky_shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:steppe"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:valley_clearing"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
11
config/alexsmobs/giant_squid_spawns.json
Normal file
11
config/alexsmobs/giant_squid_spawns.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_deep_ocean"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
58
config/alexsmobs/gorilla_spawns.json
Normal file
58
config/alexsmobs/gorilla_spawns.json
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_jungle"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:bamboo_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:amethyst_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:amethyst_rainforest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:jungle_mountains"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:rocky_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:tropical_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_summer"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
215
config/alexsmobs/grizzly_bear_spawns.json
Normal file
215
config/alexsmobs/grizzly_bear_spawns.json
Normal file
@ -0,0 +1,215 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_forest"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:sparse_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_taiga"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:alpine_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:blooming_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shield_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:valley_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:alpine_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cloud_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:forested_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lush_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shield"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:snowy_maple_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:snowy_shield"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:temperate_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:wintry_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:yosemite_lowlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:bryce_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_autumn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:redwood_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:cherry_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:snowblossom_grove"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
56
config/alexsmobs/guster_spawns.json
Normal file
56
config/alexsmobs/guster_spawns.json
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_hot/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_dry/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_sandy"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:ancient_sands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_spires"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:ashen_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/desert_caves"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
16
config/alexsmobs/hammerhead_shark_spawns.json
Normal file
16
config/alexsmobs/hammerhead_shark_spawns.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_ocean"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_hot/overworld"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
165
config/alexsmobs/hummingbird_spawns.json
Normal file
165
config/alexsmobs/hummingbird_spawns.json
Normal file
@ -0,0 +1,165 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:flower_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:sunflower_plains"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:meadow"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:blooming_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:amethyst_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:amethyst_rainforest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:jungle_mountains"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:rocky_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:tropical_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:blooming_plateau"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:valley_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:orchid_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_autumn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_spring"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_summer"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:cherry_grove"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
68
config/alexsmobs/jerboa_spawns.json
Normal file
68
config/alexsmobs/jerboa_spawns.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_dry/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_hot/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_sandy"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "minecraft:is_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:ancient_sands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_oasis"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_spires"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sandstone_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
91
config/alexsmobs/kangaroo_spawns.json
Normal file
91
config/alexsmobs/kangaroo_spawns.json
Normal file
@ -0,0 +1,91 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:arid_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:brushland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:fractured_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_slopes"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:warped_mesa"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:white_mesa"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:lush_desert"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
44
config/alexsmobs/komodo_dragon_spawns.json
Normal file
44
config/alexsmobs/komodo_dragon_spawns.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_jungle"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "forge:is_dense/overworld"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sandstone_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_summer"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:tropics"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
11
config/alexsmobs/laviathan_spawns.json
Normal file
11
config/alexsmobs/laviathan_spawns.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_nether"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
63
config/alexsmobs/leafcutter_anthill_spawns.json
Normal file
63
config/alexsmobs/leafcutter_anthill_spawns.json
Normal file
@ -0,0 +1,63 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_jungle"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:bamboo_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:amethyst_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:amethyst_rainforest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:jungle_mountains"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:rocky_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:tropical_jungle"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_summer"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
25
config/alexsmobs/lobster_spawns.json
Normal file
25
config/alexsmobs/lobster_spawns.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:gravel_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:stony_shore"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
58
config/alexsmobs/maned_wolf_spawns.json
Normal file
58
config/alexsmobs/maned_wolf_spawns.json
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:arid_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:brushland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:fractured_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_slopes"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shrubland"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
23
config/alexsmobs/mantis_shrimp_spawns.json
Normal file
23
config/alexsmobs/mantis_shrimp_spawns.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_ocean"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_hot/overworld"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:mangrove_swamp"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
21
config/alexsmobs/mimic_octopus_spawns.json
Normal file
21
config/alexsmobs/mimic_octopus_spawns.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_hot/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_ocean"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:deep_warm_ocean"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
16
config/alexsmobs/mimicube_spawns.json
Normal file
16
config/alexsmobs/mimicube_spawns.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_end"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:the_end"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
122
config/alexsmobs/moose_spawns.json
Normal file
122
config/alexsmobs/moose_spawns.json
Normal file
@ -0,0 +1,122 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_snowy"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_wasteland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_snowy"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_taiga"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:snowy_coniferous_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:snowy_fir_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "snowy_maple_woods"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:alpine_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:snowy_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:snowy_maple_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:snowy_shield"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:wintry_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:wintry_lowlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:gravel_desert"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_winter"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:snowblossom_grove"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
18
config/alexsmobs/mudskipper_spawns.json
Normal file
18
config/alexsmobs/mudskipper_spawns.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:mangrove_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/underground_jungle"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
28
config/alexsmobs/mungus_spawns.json
Normal file
28
config/alexsmobs/mungus_spawns.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_mushroom"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_rare"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:mirage_isles"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
110
config/alexsmobs/murmur.json
Normal file
110
config/alexsmobs/murmur.json
Normal file
@ -0,0 +1,110 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "minecraft:is_ocean"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "forge:is_mushroom"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:deep_dark"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/andesite_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/desert_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/diorite_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/granite_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/ice_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/infested_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/thermal_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/crystal_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/frostfire_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/mantle_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/deep_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/tuff_caves"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
16
config/alexsmobs/orca_spawns.json
Normal file
16
config/alexsmobs/orca_spawns.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_ocean"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_cold/overworld"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
35
config/alexsmobs/platypus_spawns.json
Normal file
35
config/alexsmobs/platypus_spawns.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_river"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "forge:is_cold/overworld"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:tundra_bog"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:warm_river"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
11
config/alexsmobs/potoo_spawns.json
Normal file
11
config/alexsmobs/potoo_spawns.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:dark_forest"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
199
config/alexsmobs/raccoon_spawns.json
Normal file
199
config/alexsmobs/raccoon_spawns.json
Normal file
@ -0,0 +1,199 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "minecraft:is_savanna"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_plains"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_taiga"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:alpine_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:birch_taiga"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:blooming_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:lavender_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:moonlight_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sakura_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cold_shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:hot_shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:rocky_shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shield_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:steppe"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:valley_clearing"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:temperate_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_autumn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:mirage_isles"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:redwood_forest"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:cherry_grove"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:snowblossom_grove"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
68
config/alexsmobs/rain_frog_spawns.json
Normal file
68
config/alexsmobs/rain_frog_spawns.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_dry/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_hot/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_sandy"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": true,
|
||||
"value": "minecraft:is_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:ancient_sands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_oasis"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_spires"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sandstone_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
91
config/alexsmobs/rattlesnake_spawns.json
Normal file
91
config/alexsmobs/rattlesnake_spawns.json
Normal file
@ -0,0 +1,91 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_dry/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_hot/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_sandy"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:ancient_sands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_oasis"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_spires"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sandstone_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:warped_mesa"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:white_mesa"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
60
config/alexsmobs/rhinoceros_spawns.json
Normal file
60
config/alexsmobs/rhinoceros_spawns.json
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:arid_highlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:brushland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:fractured_savanna"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:savanna_slopes"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:shrubland"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
91
config/alexsmobs/roadrunner_spawns.json
Normal file
91
config/alexsmobs/roadrunner_spawns.json
Normal file
@ -0,0 +1,91 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_badlands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_dry/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_hot/overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_sandy"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:ancient_sands"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_canyon"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_oasis"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:desert_spires"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:sandstone_valley"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:warped_mesa"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:white_mesa"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
32
config/alexsmobs/rocky_roller_spawns.json
Normal file
32
config/alexsmobs/rocky_roller_spawns.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:dripstone_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/andesite_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/diorite_caves"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:cave/granite_caves"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
72
config/alexsmobs/seagull_spawns.json
Normal file
72
config/alexsmobs/seagull_spawns.json
Normal file
@ -0,0 +1,72 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:basalt_cliffs"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:granite_cliffs"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:gravel_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:white_cliffs"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_autumn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:skylands_spring"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:dune_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:stony_shore"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
49
config/alexsmobs/seal_spawns.json
Normal file
49
config/alexsmobs/seal_spawns.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_ocean"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_cold/overworld"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:gravel_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "biomesoplenty:dune_beach"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "minecraft:stony_shore"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
35
config/alexsmobs/shoebill_spawns.json
Normal file
35
config/alexsmobs/shoebill_spawns.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "forge:is_swamp"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:mangrove_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:orchid_swamp"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": false,
|
||||
"value": "terralith:red_oasis"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
16
config/alexsmobs/skelewag_spawns.json
Normal file
16
config/alexsmobs/skelewag_spawns.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "minecraft:is_deep_ocean"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
11
config/alexsmobs/skreecher.json
Normal file
11
config/alexsmobs/skreecher.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_TAG",
|
||||
"negate": false,
|
||||
"value": "alexsmobs:skreechers_can_spawn_wardens"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user