INITIAL COMMIT
This commit is contained in:
14
config/EnderStorage.cfg
Normal file
14
config/EnderStorage.cfg
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# The RegistryName for the Item to lock EnderChests and Tanks.
|
||||||
|
S:"personalItem"="minecraft:diamond"
|
||||||
|
|
||||||
|
# Causes chests to lose personal settings and drop the diamond on break.
|
||||||
|
B:"anarchyMode"=false
|
||||||
|
|
||||||
|
# The size of each inventory of EnderStorage, 0 = 3x3, 1 = 3x9, 2 = 6x9, default = 1
|
||||||
|
I:"item_storage_size"=1
|
||||||
|
|
||||||
|
# Disables the tank on top of creators heads.
|
||||||
|
B:"disableCreatorVisuals"=false
|
||||||
|
|
||||||
|
# Enable this to make EnderStorage use vanilla's EnderChest sounds instead of the standard chest.
|
||||||
|
B:"useVanillaEnderChestsSounds"=false
|
||||||
5
config/FossilsOrigins.toml
Normal file
5
config/FossilsOrigins.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
[Creatures]
|
||||||
|
#Will mobs spawn natrually in your world? False by default
|
||||||
|
NatrualSpawn = false
|
||||||
|
|
||||||
13
config/Hexerei-client.toml
Normal file
13
config/Hexerei-client.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#Dynamic light toggle
|
||||||
|
dynamic_light_toggle = false
|
||||||
|
#Light level an entity should emit when dynamic lights are on
|
||||||
|
#Example entry: minecraft:blaze=15
|
||||||
|
entity_lights = ["minecraft:blaze=10", "minecraft:magma_cube=8", "minecraft:spectral_arrow=8"]
|
||||||
|
#Light level an item should emit when held when dynamic lights are on
|
||||||
|
#Example entry: minecraft:stick=15
|
||||||
|
item_lights = ["hexerei:moon_dust=8", "minecraft:redstone_torch=10", "minecraft:soul_lantern=12", "minecraft:glow_ink_sac=10", "minecraft:verdant_froglight=15", "minecraft:blaze_rod=10", "minecraft:shroomlight=10", "minecraft:lantern=14", "minecraft:soul_torch=10", "minecraft:glow_berries=8", "minecraft:glowstone_dust=8", "minecraft:pearlescent_froglight=15", "minecraft:nether_star=14", "minecraft:glowstone=15", "minecraft:torch=14", "minecraft:ochre_froglight=15", "minecraft:lava_bucket=15"]
|
||||||
|
|
||||||
|
["List of Extra Fonts"]
|
||||||
|
#list of fonts that can be used, mainly for the book of shadows
|
||||||
|
font_list = ["minecraft:default", "hexerei:fancy", "hexerei:bloody", "hexerei:earth", "hexerei:seattle", "hexerei:medieval", "hexerei:augusta"]
|
||||||
|
|
||||||
50
config/Hexerei-common.toml
Normal file
50
config/Hexerei-common.toml
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
|
||||||
|
["Herb Jar Settings"]
|
||||||
|
#Disabling allows jars to hold any item
|
||||||
|
jars_only_hold_herbs = true
|
||||||
|
|
||||||
|
["Sage Burning Plate Settings"]
|
||||||
|
#Range of the Sage Burning Plate, setting to 0 will disable completely
|
||||||
|
spawn_disable_range = 48
|
||||||
|
|
||||||
|
["Crow Pickpocket Cooldown"]
|
||||||
|
#time (in ticks) for crow being able to pickpocket again (base 1 minute 30 seconds)
|
||||||
|
crow_pickpocket_cooldown = 1800
|
||||||
|
|
||||||
|
["Broom Brush Durability"]
|
||||||
|
#broom brush durability
|
||||||
|
broom_brush_durability = 100
|
||||||
|
|
||||||
|
["Herb Enhanced Brush Durability"]
|
||||||
|
#Herb Enhanced brush durability
|
||||||
|
herb_enhanced_brush_durability = 200
|
||||||
|
|
||||||
|
["Moon Dust Brush Durability"]
|
||||||
|
#Moon Dust brush durability
|
||||||
|
moon_dust_brush_durability = 200
|
||||||
|
|
||||||
|
["Thruster Brush Durability"]
|
||||||
|
#thruster brush durability
|
||||||
|
thruster_brush_durability = 400
|
||||||
|
|
||||||
|
["Broom Waterproof Tip Durability"]
|
||||||
|
#Broom Waterproof Tip Durability
|
||||||
|
broom_waterproof_tip_durability = 800
|
||||||
|
|
||||||
|
["Broom Netherite Tip Durability"]
|
||||||
|
#Broom Netherite Tip Durability
|
||||||
|
broom_netherite_tip_durability = 200
|
||||||
|
|
||||||
|
["Sage Bundle Durability"]
|
||||||
|
#time (in ticks) for the sage bundle to burn out (default 3600 - 1 hour)
|
||||||
|
sage_bundle_durability = 3600
|
||||||
|
|
||||||
|
["Coffer Item Blacklist"]
|
||||||
|
#blacklists items from being placed inside of coffers
|
||||||
|
coffer_blacklist = ["minecraft:shulker_box", "minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box", "hexerei:coffer"]
|
||||||
|
|
||||||
|
["Biome Generation"]
|
||||||
|
#rarity of the willow swamp biome, 0 to disable
|
||||||
|
#Range: > 0
|
||||||
|
willow_swamp_rarity = 2
|
||||||
|
|
||||||
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
|
||||||
7
config/aeroblender-common.toml
Normal file
7
config/aeroblender-common.toml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
[general]
|
||||||
|
#The size of aether biome regions from each mod that uses AeroBlender.
|
||||||
|
"Aether Region Size" = 2
|
||||||
|
#The weighting of vanilla biome regions in the aether.
|
||||||
|
"Aether Region Weight" = 0
|
||||||
|
|
||||||
77
config/aether-client.toml
Normal file
77
config/aether-client.toml
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
|
||||||
|
[Rendering]
|
||||||
|
#Changes Zephyr and Aerwhale rendering to use their old models from the b1.7.3 version of the mod
|
||||||
|
"Switches to legacy mob models" = false
|
||||||
|
#Disables the Aether's custom skybox in case you have a shader that is incompatible with custom skyboxes
|
||||||
|
"Disables Aether custom skybox" = false
|
||||||
|
#Removes warm-tinting of the lightmap in the Aether, giving the lighting a colder feel
|
||||||
|
"Makes lightmap colder" = true
|
||||||
|
#Enables a green-tinted sunrise and sunset in the Aether, similar to the original mod
|
||||||
|
"Enables green sunrise/sunset" = false
|
||||||
|
|
||||||
|
[Gui]
|
||||||
|
#Adds a button to the top right of the main menu screen to toggle between the Aether and vanilla menu
|
||||||
|
"Enables Aether menu button" = false
|
||||||
|
#Changes the background panorama into a preview of the latest played world
|
||||||
|
"Enables world preview" = false
|
||||||
|
#Adds a button to the top right of the main menu screen to toggle between the panorama and world preview
|
||||||
|
"Enables toggle world button" = true
|
||||||
|
#Adds a button to the top right of the main menu screen to allow quick loading into a world if the world preview is enabled
|
||||||
|
"Enables quick load button" = true
|
||||||
|
#Determines that menu elements will align left if the menu's world preview is active, if true, this overrides 'Align menu elements left'
|
||||||
|
"Align menu elements left with world preview" = false
|
||||||
|
#Determines the default Aether menu style to switch to with the menu theme button
|
||||||
|
"Default Aether menu style" = "aether:the_aether_left"
|
||||||
|
#Determines the default Minecraft menu style to switch to with the menu theme button
|
||||||
|
"Default Minecraft menu style" = "cumulus_menus:minecraft"
|
||||||
|
#Adds random trivia and tips to the bottom of loading screens
|
||||||
|
"Enables random trivia" = true
|
||||||
|
#Makes the extra hearts given by life shards display as silver colored
|
||||||
|
"Enables silver life shard hearts" = true
|
||||||
|
#Disables the Aether's accessories button from appearing in GUIs
|
||||||
|
"Disables the accessories button" = false
|
||||||
|
#The y-coordinate of the Ascending to the Aether and Descending from the Aether text in loading screens
|
||||||
|
"Portal text y-coordinate in loading screens" = 50
|
||||||
|
#The x-coordinate of the accessories button in the inventory and curios menus
|
||||||
|
"Button x-coordinate in inventory menus" = 27
|
||||||
|
#The y-coordinate of the accessories button in the inventory and curios menus
|
||||||
|
"Button y-coordinate in inventory menus" = 68
|
||||||
|
#The x-coordinate of the accessories button in the creative menu
|
||||||
|
"Button x-coordinate in creative menu" = 74
|
||||||
|
#The y-coordinate of the accessories button in the creative menu
|
||||||
|
"Button y-coordinate in creative menu" = 40
|
||||||
|
#The x-coordinate of the accessories button in the accessories menu
|
||||||
|
"Button x-coordinate in accessories menu" = 9
|
||||||
|
#The y-coordinate of the accessories button in the accessories menu
|
||||||
|
"Button y-coordinate in accessories menu" = 68
|
||||||
|
#The x-coordinate of the perks button layout when in the pause menu
|
||||||
|
"Layout x-coordinate in pause menu" = -116
|
||||||
|
#The y-coordinate of the perks button layout when in the pause menu
|
||||||
|
"Layout y-coordinate in pause menu" = 0
|
||||||
|
#Enables the overlay at the top of the screen for the Hammer of Kingbdogz' cooldown
|
||||||
|
"Enables Hammer of Kingbdogz' cooldown overlay" = true
|
||||||
|
|
||||||
|
[Audio]
|
||||||
|
#Makes Blue Aerclouds have their wobbly sounds that play when bouncing on them
|
||||||
|
"Blue Aercloud bouncing sounds" = true
|
||||||
|
#Sets the minimum delay for the Aether's music manager to use if needing to reset the song delay outside the Aether
|
||||||
|
"Set backup minimum music delay" = 12000
|
||||||
|
#Sets the maximum delay for the Aether's music manager to use if needing to reset the song delay outside the Aether
|
||||||
|
"Set backup maximum music delay" = 24000
|
||||||
|
#Disables the Aether's internal music manager, if true, this overrides all other audio configs
|
||||||
|
"Disables Aether music manager" = false
|
||||||
|
#Disables the Aether's boss fight music, only works if 'Disables Aether music manager' is false
|
||||||
|
"Disables Aether boss music" = false
|
||||||
|
#Disables the Aether's menu music in case another mod implements its own, only works if 'Disables Aether music manager' is false
|
||||||
|
"Disables Aether menu music" = false
|
||||||
|
#Disables the menu music on the vanilla world preview menu, only works if 'Disables Aether music manager' is false
|
||||||
|
"Disables vanilla world preview menu music" = false
|
||||||
|
#Disables the menu music on the Aether world preview menu, only works if 'Disables Aether music manager' is false
|
||||||
|
"Disables Aether world preview menu music" = false
|
||||||
|
|
||||||
|
[Miscellaneous]
|
||||||
|
#Disables the Cumulus menu selection screen button on launch
|
||||||
|
"Disable Cumulus button" = false
|
||||||
|
#Enables a direct join button for the official server
|
||||||
|
"Enables server button" = false
|
||||||
|
|
||||||
25
config/aether-common.toml
Normal file
25
config/aether-common.toml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
[Gameplay]
|
||||||
|
#Use the default Curios menu instead of the Aether's Accessories Menu. WARNING: Do not enable this without emptying your equipped accessories
|
||||||
|
"Use default Curios' menu" = false
|
||||||
|
#On world creation, the player is given an Aether Portal Frame item to automatically go to the Aether with
|
||||||
|
"Gives player Aether Portal Frame item" = false
|
||||||
|
#When the player enters the Aether, they are given a Book of Lore and Golden Parachutes as starting loot
|
||||||
|
"Gives starting loot on entry" = true
|
||||||
|
#Moves the message for when a player attacks the Slider with an incorrect item to be above the hotbar instead of in chat
|
||||||
|
"Reposition attack message above hotbar" = false
|
||||||
|
#Determines whether the Sun Spirit's dialogue when meeting him should play through every time you meet him
|
||||||
|
"Repeat Sun Spirit's battle dialogue" = true
|
||||||
|
#Determines if a message that links The Aether mod's Patreon should show
|
||||||
|
"Show Patreon message" = true
|
||||||
|
|
||||||
|
["Data Pack"]
|
||||||
|
#Sets the Aether Temporary Freezing data pack to be added to new worlds automatically
|
||||||
|
"Add Temporary Freezing automatically" = false
|
||||||
|
#Sets the Aether Ruined Portals data pack to be added to new worlds automatically
|
||||||
|
"Add Ruined Portals automatically" = false
|
||||||
|
|
||||||
|
[Modpack]
|
||||||
|
#Determines whether bosses should display a randomized name above their boss bar
|
||||||
|
"Randomize boss names" = true
|
||||||
|
|
||||||
5
config/aether/aether_customizations.txt
Normal file
5
config/aether/aether_customizations.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
haloEnabled:true
|
||||||
|
haloColor:
|
||||||
|
developerGlowEnabled:false
|
||||||
|
developerGlowColor:
|
||||||
|
moaSkin:
|
||||||
1
config/aether/sun_altar_whitelist.json
Normal file
1
config/aether/sun_altar_whitelist.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
||||||
62
config/aether_redux_client.toml
Normal file
62
config/aether_redux_client.toml
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
|
||||||
|
[Rendering]
|
||||||
|
|
||||||
|
[Rendering."Mob Model Upgrades"]
|
||||||
|
#Makes Moas resemble their Mutation models
|
||||||
|
"Moa Model Upgrade" = true
|
||||||
|
#Determines which model variation to use for the Moa. Refreshed is sort of a preview for a future design that will be used, the two legacy ones are from the old Moa Foot Type config to change between peaceful-appearing toes and menacing talons for the feet.
|
||||||
|
#Allowed Values: refreshed, legacy_toes, legacy_talons
|
||||||
|
"Moa Model Type" = "refreshed"
|
||||||
|
#Makes Cockatrices look far better
|
||||||
|
"Cockatrice Model Upgrade" = true
|
||||||
|
#Determines which model variation to use for the Cockatrice. Refreshed is sort of a preview for a future design that will be used, the legacy one uses Redux's previous iteration.
|
||||||
|
#Allowed Values: refreshed, legacy
|
||||||
|
"Cockatrice Model Type" = "refreshed"
|
||||||
|
#Improves the model for Sentries, giving them a new model and a springy jump animation
|
||||||
|
"Sentry Model Upgrade" = true
|
||||||
|
#Whether or not to use the upgraded Mimic model. Note that unless you use sync_with_server, there may be hitbox differences.
|
||||||
|
#Allowed Values: sync_with_server, modern_override, classic_override
|
||||||
|
"Mimic Model Upgrade" = "sync_with_server"
|
||||||
|
#Gives the Sheepuff's model some touchups and improvements
|
||||||
|
"Sheepuff Model Upgrade" = true
|
||||||
|
#Gives the Phyg's model some touchups and improvements
|
||||||
|
"Phyg Model Upgrade" = true
|
||||||
|
#Gives the Flying Cow's model some touchups and improvements
|
||||||
|
"Flying Cow Model Upgrade" = true
|
||||||
|
#Gives Whirlwinds a new design, based on Minecraft 1.21's new Breeze mob
|
||||||
|
"Improved Whirlwinds" = true
|
||||||
|
|
||||||
|
[Rendering.GUI]
|
||||||
|
|
||||||
|
[Rendering.GUI.Menu]
|
||||||
|
#Current folder used for the menu panorama
|
||||||
|
"Menu Directory" = "blight"
|
||||||
|
#Which menu panorama directories to cycle between. Make empty to disable cycling logic
|
||||||
|
"Menu Choices" = ["skyfields", "dungeon", "blight", "cloudcaps", "gilded"]
|
||||||
|
#Randomize menu panorama ranther than cycling in order.
|
||||||
|
"Randomize Menu Cycling" = false
|
||||||
|
#Center the mod's logo in the menu
|
||||||
|
"Center Aether: Redux Logo" = true
|
||||||
|
|
||||||
|
[Rendering.Particles]
|
||||||
|
#Improves the leaf particles for Golden Oaks, Gilded Oaks, and Crystal Trees, based on Minecraft 1.20's new cherry tree particles.
|
||||||
|
"Better Leaf Particles" = true
|
||||||
|
|
||||||
|
[Fixes]
|
||||||
|
#Fixes a forge/neoforge bug causing biome modifiers to not be able to change grass colors, so Redux can have vanilla grass use vanilla colors in the Aether
|
||||||
|
"Fix Biome Modifier Grass Bug" = true
|
||||||
|
|
||||||
|
[Audio]
|
||||||
|
#Enables a slamming sound for mimics when using the new model. Disable if it gets too annoying XD
|
||||||
|
"Mimic Slam Sound Effect" = true
|
||||||
|
#Gives sounds to the other clouds for the Aether: Genesis when it is installed
|
||||||
|
"Aercloud Ability Sounds" = true
|
||||||
|
|
||||||
|
[Internal]
|
||||||
|
#Internal value to do menu changes. Set this to false in modpacks if you want to use your own menu.
|
||||||
|
"First Startup - Menu Setup" = false
|
||||||
|
#Internal value to change an Aether config, giving a nicer lightmap in the dimension.
|
||||||
|
"First Startup - Lightmap Change" = false
|
||||||
|
#Value used to track the version of the Aether: Redux most recently used.
|
||||||
|
"Version ID" = "2.0.19"
|
||||||
|
|
||||||
106
config/aether_redux_common.toml
Normal file
106
config/aether_redux_common.toml
Normal file
@ -0,0 +1,106 @@
|
|||||||
|
|
||||||
|
["Gameplay Changes"]
|
||||||
|
|
||||||
|
["Gameplay Changes"."Existing Mob Changes"]
|
||||||
|
#Makes Cockatrices shoot at you and chase you if they hit you. Also disables Cockatrice spawns in the Blight. Requires world restart to refresh existing mob AI.
|
||||||
|
"Improved Cockatrice Behavior" = true
|
||||||
|
#Makes Cockatrices burn in daylight. Requires world restart to refresh existing mob AI.
|
||||||
|
"Cockatrices burn in daylight" = false
|
||||||
|
#Gives Swets less irritating behavior, based on their behavior in older builds of the Paradise Lost mod. Requires world restart to refresh existing mob AI.
|
||||||
|
"PL-Like Swet Behavior" = true
|
||||||
|
#Decreases the size of mimics. Intended to be used with the client-side model. Requires an MC restart
|
||||||
|
"Smaller Mimic Hitbox" = true
|
||||||
|
#Causes mobs to try to avoid walking on quicksoil.
|
||||||
|
"Mobs Avoid Quicksoil" = true
|
||||||
|
|
||||||
|
["Gameplay Changes".Loot]
|
||||||
|
#Enables the Valkyrie Ring as a drop from Valkyries
|
||||||
|
"Valkyrie Ring" = true
|
||||||
|
|
||||||
|
["Gameplay Changes"."Mob Spawns"]
|
||||||
|
#Allows Endermen to spawn in the Aether
|
||||||
|
"Enderman Spawns" = false
|
||||||
|
#Allows Vanilla Swets to spawn in the Aether
|
||||||
|
"Vanilla Swet Spawns" = true
|
||||||
|
|
||||||
|
["Gameplay Changes"."Existing Content Alterations"]
|
||||||
|
#Nerfs Gummy Swets, but also makes them craftable. Note: Requires the Aether's Gummy Swet Healing config to be false to properly nerf the hunger effect. Requires datapack reload.
|
||||||
|
"Nerf Gummy Swets" = true
|
||||||
|
#Makes some Aether blocks take a bit longer to break, as they are extremely quick currently
|
||||||
|
"Consistent Mining Speeds" = false
|
||||||
|
#Changes quicksoil between various behaviors. Genesis is the most chaotic, highlands is the most fine-tuned, classic is the original
|
||||||
|
#Allowed Values: classic, genesis, highlands
|
||||||
|
"Quicksoil Movement System" = "highlands"
|
||||||
|
#Replaces Enchanted Gravitite with Gravitite Ingots. The blocks of this have the original floating behavior.
|
||||||
|
"Gravitite Ingots" = true
|
||||||
|
#Makes Light Dungeon stones use better recipes
|
||||||
|
"Better Light Dungeon Stone Recipes" = true
|
||||||
|
|
||||||
|
["Gameplay Changes".Additions]
|
||||||
|
#Use Raw ores for different Aether metals.
|
||||||
|
"Raw Ores" = true
|
||||||
|
|
||||||
|
["Gameplay Changes".Misc]
|
||||||
|
#Changes the hitboxes of vanilla double plants. Disable if it causes odd behavior.
|
||||||
|
"Change Double Plant Hitboxes" = true
|
||||||
|
#Gives blockstate conversion recipes (ambrosium, swet ball) alternate sounds
|
||||||
|
"Alternate Conversion Sounds" = false
|
||||||
|
|
||||||
|
[Worldgen]
|
||||||
|
#Uses an alternative island noise for the Aether. By default, this is disabled with the Ancient Aether mod installed.
|
||||||
|
#Allowed Values: TRUE, FALSE, WITHOUT_AA
|
||||||
|
"Redux Noise" = "without_aa"
|
||||||
|
|
||||||
|
[Worldgen."Additional Features"]
|
||||||
|
#Enables Mossy Holystone as an ore. Configurable so that if you disable it, it's easier to tell if you've come across a dungeon.
|
||||||
|
"Mossy Holystone Ores" = true
|
||||||
|
#Enables Enchanted/Gilded vines on trees
|
||||||
|
"Enable Enchanted and Gilded Vines" = true
|
||||||
|
#Uses the legacy design for the gilded groves, instead of the new one added in 2.0.17 that is an inbetween of 2.0 and 2.1's designs
|
||||||
|
"Legacy Gilded Groves Design" = false
|
||||||
|
|
||||||
|
[Worldgen."Additional Features"."Cloud Layer"]
|
||||||
|
#Replaces the Aether's large cloud features with a new and improved noise-based cloud layer.
|
||||||
|
"Cloud Layer Generation" = true
|
||||||
|
#Minimum value for the cloud layer's noise threshold
|
||||||
|
#Range: -4.0 ~ 4.0
|
||||||
|
"Cloud Layer Threshold Min" = 0.0
|
||||||
|
#Maximum value for the cloud layer's noise threshold
|
||||||
|
#Range: -4.0 ~ 4.0
|
||||||
|
"Cloud Layer Threshold Max" = 1.0
|
||||||
|
|
||||||
|
[Worldgen."Bronze Dungeon"]
|
||||||
|
#Adds dungeon mobs from the Aether: Genesis to the spawners added to the Bronze Dungeon if it is installed
|
||||||
|
#Allowed Values: sentry_only, all, no_golems
|
||||||
|
"Genesis Mobs in Spawners" = "all"
|
||||||
|
#Upgrades the Bronze Dungeon structure with new blocks and more depth
|
||||||
|
"Bronze Dungeon Upgrade" = true
|
||||||
|
|
||||||
|
[Worldgen.Biomes]
|
||||||
|
#When enabled, any biome value config changes will be reset. It is recommended that you disable this if you want to keep any custom biome parameters you may have set.
|
||||||
|
"Auto-Reset Biome Values" = true
|
||||||
|
#The value of Redux's biome region size. Larger values correspond to larger biome clumps
|
||||||
|
"Region Size" = 20
|
||||||
|
#Improves the water color of Aether biomes, making the color match the rest of the dimension better
|
||||||
|
"Better Water Color" = true
|
||||||
|
#Alters the sky colors of the Aether, to be a bit more in line with vanilla. Also adds some new unique colors as well to some of Redux's new biomes
|
||||||
|
"Alternate Sky Colors" = true
|
||||||
|
#Enables the Blight biome.
|
||||||
|
"Enable the Blight" = true
|
||||||
|
#Enables the Gilded Groves and Gilded Grasslands biomes.
|
||||||
|
"Enable Gilded Biomes" = true
|
||||||
|
#Enables the Frosted Tundra and Glacial Tagia biomes.
|
||||||
|
"Enable Snowy Biomes" = true
|
||||||
|
#Enables the Skyfields biome.
|
||||||
|
"Enable Skyfields" = true
|
||||||
|
#Enables the Cloudcaps biome.
|
||||||
|
"Enable the Cloudcaps" = true
|
||||||
|
#Enables the Skyroot Shrublands biome.
|
||||||
|
"Enable Skyroot Shrublands" = true
|
||||||
|
#Uses Enchanted Aether Grass for the ground in the Gilded Groves. May require a Minecraft restart.
|
||||||
|
"Enchanted Gilded Grass" = true
|
||||||
|
|
||||||
|
[Internal]
|
||||||
|
#Internal value, used to decide if the Aeroblender configs should be changed
|
||||||
|
"First Startup - Aeroblender Setup" = true
|
||||||
|
|
||||||
22
config/aether_redux_pack_config.json
Normal file
22
config/aether_redux_pack_config.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"mob": {
|
||||||
|
"purple_aechor_plants": true,
|
||||||
|
"cockatrice_texture": "blighted"
|
||||||
|
},
|
||||||
|
"item": {
|
||||||
|
"veridium_type": "modern",
|
||||||
|
"swet_ball_type": "gel"
|
||||||
|
},
|
||||||
|
"tintable_grass": true,
|
||||||
|
"mob_sounds": {
|
||||||
|
"better_sentry_sounds": true,
|
||||||
|
"better_cockatrice_sounds": false,
|
||||||
|
"better_aerwhale_sounds": true,
|
||||||
|
"better_mimic_awaken_sound": true,
|
||||||
|
"better_slider_sounds": true,
|
||||||
|
"better_aechor_sounds": true,
|
||||||
|
"better_moa_sounds": false,
|
||||||
|
"better_tempest_sounds": true
|
||||||
|
},
|
||||||
|
"use_jappafied_textures": false
|
||||||
|
}
|
||||||
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
|
||||||
|
|
||||||
35
config/alexscaves-client.toml
Normal file
35
config/alexscaves-client.toml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
|
||||||
|
[visuals]
|
||||||
|
#whether to cave maps are visible when held by players from the third-person perspective.
|
||||||
|
cave_maps_visible_in_third_person = true
|
||||||
|
#whether to shake the screen from tremorsaurus stomping, nuclear explosions, etc.
|
||||||
|
screen_shaking = true
|
||||||
|
#true if some block models, like uranium ore or abyssmarine bricks render as fullbright. May increase load time, no gameplay performance impact.
|
||||||
|
emissive_block_models = true
|
||||||
|
#whether to make the screen flash white during nuclear explosions.
|
||||||
|
nuclear_bomb_flash = true
|
||||||
|
#true if some biomes, such as primordial caves, have ambient light that makes the biome easier to see in.
|
||||||
|
biome_ambient_light = true
|
||||||
|
#true if some biomes, such as toxic caves, apply a color to ambient light. May conflict with shaders.
|
||||||
|
biome_ambient_light_coloring = true
|
||||||
|
#true if some biomes, such as primordial caves, have an always well-lit sky when in them. May conflict with shaders.
|
||||||
|
biome_sky_overrides = true
|
||||||
|
#true if some biomes, such as abyssal chasm, have an thicker water fog to them. May conflict with shaders.
|
||||||
|
biome_sky_fog_overrides = true
|
||||||
|
#true if ambersol block renders with rays of light emerging from it.
|
||||||
|
ambersol_shines = true
|
||||||
|
#true if irradiated effect makes mobs glow. May conflict with shaders.
|
||||||
|
radiation_glow_effect = true
|
||||||
|
#determines how far to the left the subterranodon flight indicator renders on the screen when mounted. Negative numbers will render it on the right.
|
||||||
|
#Range: -12000 ~ 12000
|
||||||
|
subterranodon_indicator_x = 22
|
||||||
|
#determines how far from bottom the subterranodon flight indicator renders on the screen when mounted.
|
||||||
|
#Range: -12000 ~ 12000
|
||||||
|
subterranodon_indicator_y = 6
|
||||||
|
#true if sugar rush makes the world more saturated. May conflict with shaders.
|
||||||
|
sugar_rush_saturation_effect = true
|
||||||
|
|
||||||
|
[audio]
|
||||||
|
#whether nuclear explosions briefly muffle other sounds.
|
||||||
|
nuclear_bomb_muffles_sounds = true
|
||||||
|
|
||||||
118
config/alexscaves-general.toml
Normal file
118
config/alexscaves-general.toml
Normal file
@ -0,0 +1,118 @@
|
|||||||
|
|
||||||
|
[generation]
|
||||||
|
#Average radius (in blocks) of an Alex's Caves cave biome.
|
||||||
|
#Range: 10.0 ~ 1.7976931348623157E308
|
||||||
|
cave_biome_mean_width = 300.0
|
||||||
|
#Average separation (in blocks) between each Alex's Caves cave biome.
|
||||||
|
#Range: > 50
|
||||||
|
cave_biome_mean_separation = 900
|
||||||
|
#How irregularly shaped Alex's Caves cave biomes can generate. 0 = all biomes nearly circular. 1 = biomes completely squiggly in shape.
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
cave_biome_width_randomness = 0.15
|
||||||
|
#Average spacing in between Alex's Caves cave biomes. 0 = all biomes nearly perfectly equidistant. 1 = biomes completely randomly spread out, sometimes next to eachother.
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
cave_biome_spacing_randomness = 0.45
|
||||||
|
#Whether to warn users when a server starts if an incompatible generation mod is detected.
|
||||||
|
warn_generation_incompatibility = true
|
||||||
|
|
||||||
|
[mob-spawning]
|
||||||
|
#Cave Creatures (All dinosaurs, raycats, etc) spawn at this frequency. Their cap is calculated by multiplying this number with the default mob cap for surface animals.
|
||||||
|
#Range: 0.0 ~ 10.0
|
||||||
|
cave_creature_spawn_count_modifier = 1.75
|
||||||
|
#The percent chance that drowned have to spawn wearing diving gear in the Abyssal Chasm. 0 = no diving gear wearing drowned will spawn
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
drowned_diving_gear_spawn_chance = 0.2
|
||||||
|
|
||||||
|
[mob-behavior]
|
||||||
|
#How many cpu cores big mobs(tremorzilla, atlatitan, grottoceratops etc) should utilize when pathing. Bigger number = less impact on TPS
|
||||||
|
#Range: 1 ~ 100
|
||||||
|
pathfinding_threads = 5
|
||||||
|
#Chance that blocks destroyed by luxtructosaurus attacks drop themselves, if mob griefing is enabled.
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
luxtructosaurus_block_drop_chance = 0.75
|
||||||
|
#The maximum explosion resistance that a block can have to be destroyed by an atlatitan stomp. Set to zero to disable all atlatitan block breaking.
|
||||||
|
#Range: > 0
|
||||||
|
atlatitan_max_block_explosion_resistance = 10
|
||||||
|
#How long (in game ticks) it takes for a nucleeper to explode.
|
||||||
|
#Range: > 20
|
||||||
|
nucleeper_fuse_time = 300
|
||||||
|
#True if the Tremorzilla beam breaks even more blocks.
|
||||||
|
devastating_tremorzilla_beam = true
|
||||||
|
#Whether the Watcher can take control of the camera.
|
||||||
|
watcher_possession = true
|
||||||
|
#How long (in game ticks) between watcher possession attempts.
|
||||||
|
#Range: 20 ~ 24000
|
||||||
|
watcher_possession_cooldown = 300
|
||||||
|
|
||||||
|
[block-behavior]
|
||||||
|
#True if players wearing boots can walk on any scarlet neodymium surface.
|
||||||
|
walking_on_magnets = true
|
||||||
|
#How long (in game ticks) it usually takes for an amber monolith to spawn an animal.
|
||||||
|
#Range: > 1000
|
||||||
|
amber_monolith_mean_time = 32000
|
||||||
|
#True if the Nuclear Furnace only uses 'Blasting' recipes, false to use all smelting recipes.
|
||||||
|
nuclear_furnace_blasting_only = true
|
||||||
|
#True if the Nuclear Furnace should only use recipes using the `alexscaves:nuclear_furnace` recipe type, false to use regular behavior.
|
||||||
|
nuclear_furnace_custom_type = false
|
||||||
|
|
||||||
|
[item-behavior]
|
||||||
|
#True if one Cave Codex is all that is needed to unlock every Cave Compendium entry.
|
||||||
|
only_one_research_needed = false
|
||||||
|
#How many attempts to find a biome a cave map engages in when used. Increase this to increase the search radius, or decrease it to make them faster.
|
||||||
|
#Range: > 64
|
||||||
|
cave_map_search_attempts = 128000
|
||||||
|
#How wide each search attempt scans for a biome. Increasing this generally makes cave biome maps faster - at the cost of losing fidelity(may skip biomes smaller than this in block width).
|
||||||
|
#Range: 4 ~ 256
|
||||||
|
cave_map_search_width = 64
|
||||||
|
#The maximum explosion resistance that a block can have to be destroyed by a nuclear explosion. Set to zero to disable all nuclear explosion block breaking.
|
||||||
|
#Range: > 0
|
||||||
|
nuke_max_block_explosion_resistance = 1000
|
||||||
|
#Whether some block items are dropped by nuclear explosions. False if all destroyed blocks do not drop items.
|
||||||
|
nuke_spawn_item_drops = true
|
||||||
|
#The scale of nuclear bomb destruction. multiply this by 16 to get the radius of a nuclear bomb explosion.
|
||||||
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
nuclear_explosion_size_modifier = 3.0
|
||||||
|
#Whether the Totem of Possession can be applied to players.
|
||||||
|
totem_of_possession_works_on_players = true
|
||||||
|
#The amount of time (in ticks) it takes to charge up the Cloak of Darkness ability.
|
||||||
|
#Range: > 20
|
||||||
|
darkness_cloak_charge_time = 1000
|
||||||
|
#The amount of time (in ticks) that players can fly with the Cloak of Darkness ability.
|
||||||
|
#Range: > 20
|
||||||
|
darkness_cloak_fly_time = 200
|
||||||
|
|
||||||
|
[potion-behavior]
|
||||||
|
#Whether the Sugar Rush changes the tick rate of the game in the area of affected players.
|
||||||
|
sugar_rush_slows_time = true
|
||||||
|
|
||||||
|
[vanilla-changes]
|
||||||
|
#percent chance of bastion having a cave tablet for magnetic caves in its loot table:
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
magnetic_tablet_loot_chance = 0.45
|
||||||
|
#percent chance of suspicious sand having a cave tablet for primordial caves in its loot table:
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
primordial_tablet_loot_chance = 0.15
|
||||||
|
#percent chance of jungle temple having a cave tablet for toxic caves in its loot table:
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
toxic_tablet_loot_chance = 0.5
|
||||||
|
#percent chance of underwater ruins having a cave tablet for abyssal chasm in its loot table:
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
abyssal_tablet_loot_chance = 0.4
|
||||||
|
#percent chance of mansion having a cave tablet for forlorn hollows in its loot table:
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
forlorn_tablet_loot_chance = 0.75
|
||||||
|
#percent chance of witch hut chest having a cave tablet for candy cavity in its loot table:
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
candy_cavity_loot_chance = 0.9
|
||||||
|
#percent chance of abandoned mineshaft chests having a map to a nearby underground mineshaft in their loot table:
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
cabin_map_loot_chance = 0.15
|
||||||
|
#Whether the Cartographer Villagers can sell maps to Underground Cabins.
|
||||||
|
cartographers_sell_cabin_maps = true
|
||||||
|
#Whether the Wandering Traders can sell maps to Underground Cabins.
|
||||||
|
wandering_traders_sell_cabin_maps = true
|
||||||
|
#Whether a loot chest is added to vanilla's witch huts. This is included to provide another place to find candy cavity biome cave tablets.
|
||||||
|
loot_chest_in_witch_huts = true
|
||||||
|
#Whether the Enchantments added by AC appear in vanilla loot tables.
|
||||||
|
enchantments_in_loot = false
|
||||||
|
|
||||||
20
config/alexscaves_biome_generation/abyssal_chasm.json
Normal file
20
config/alexscaves_biome_generation/abyssal_chasm.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"disabled_completely": false,
|
||||||
|
"distance_from_spawn": 400,
|
||||||
|
"alexscaves_rarity_offset": 3,
|
||||||
|
"continentalness": [
|
||||||
|
-0.95,
|
||||||
|
-0.65
|
||||||
|
],
|
||||||
|
"temperature": [
|
||||||
|
-1.0,
|
||||||
|
0.5
|
||||||
|
],
|
||||||
|
"depth": [
|
||||||
|
0.2,
|
||||||
|
1.5
|
||||||
|
],
|
||||||
|
"dimensions": [
|
||||||
|
"minecraft:overworld"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
config/alexscaves_biome_generation/candy_cavity.json
Normal file
16
config/alexscaves_biome_generation/candy_cavity.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"disabled_completely": false,
|
||||||
|
"distance_from_spawn": 500,
|
||||||
|
"alexscaves_rarity_offset": 5,
|
||||||
|
"continentalness": [
|
||||||
|
0.5,
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
"depth": [
|
||||||
|
0.15,
|
||||||
|
1.5
|
||||||
|
],
|
||||||
|
"dimensions": [
|
||||||
|
"minecraft:overworld"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
config/alexscaves_biome_generation/forlorn_hollows.json
Normal file
16
config/alexscaves_biome_generation/forlorn_hollows.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"disabled_completely": false,
|
||||||
|
"distance_from_spawn": 650,
|
||||||
|
"alexscaves_rarity_offset": 4,
|
||||||
|
"continentalness": [
|
||||||
|
0.6,
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
"depth": [
|
||||||
|
0.3,
|
||||||
|
1.5
|
||||||
|
],
|
||||||
|
"dimensions": [
|
||||||
|
"minecraft:overworld"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
config/alexscaves_biome_generation/magnetic_caves.json
Normal file
16
config/alexscaves_biome_generation/magnetic_caves.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"disabled_completely": false,
|
||||||
|
"distance_from_spawn": 400,
|
||||||
|
"alexscaves_rarity_offset": 0,
|
||||||
|
"continentalness": [
|
||||||
|
0.6,
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
"depth": [
|
||||||
|
0.2,
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
"dimensions": [
|
||||||
|
"minecraft:overworld"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
config/alexscaves_biome_generation/primordial_caves.json
Normal file
16
config/alexscaves_biome_generation/primordial_caves.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"disabled_completely": false,
|
||||||
|
"distance_from_spawn": 450,
|
||||||
|
"alexscaves_rarity_offset": 1,
|
||||||
|
"continentalness": [
|
||||||
|
0.4,
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
"depth": [
|
||||||
|
0.15,
|
||||||
|
1.5
|
||||||
|
],
|
||||||
|
"dimensions": [
|
||||||
|
"minecraft:overworld"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
config/alexscaves_biome_generation/toxic_caves.json
Normal file
16
config/alexscaves_biome_generation/toxic_caves.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"disabled_completely": false,
|
||||||
|
"distance_from_spawn": 650,
|
||||||
|
"alexscaves_rarity_offset": 2,
|
||||||
|
"continentalness": [
|
||||||
|
0.5,
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
"depth": [
|
||||||
|
0.3,
|
||||||
|
1.5
|
||||||
|
],
|
||||||
|
"dimensions": [
|
||||||
|
"minecraft:overworld"
|
||||||
|
]
|
||||||
|
}
|
||||||
10
config/alexscavesdelight-common.toml
Normal file
10
config/alexscavesdelight-common.toml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#Whether to log the dirt block on common setup
|
||||||
|
logDirtBlock = true
|
||||||
|
#A magic number
|
||||||
|
#Range: > 0
|
||||||
|
magicNumber = 42
|
||||||
|
#What you want the introduction message to be for the magic number
|
||||||
|
magicNumberIntroduction = "The magic number is... "
|
||||||
|
#A list of items to log on common setup.
|
||||||
|
items = ["minecraft:iron_ingot"]
|
||||||
|
|
||||||
711
config/alexsmobs.toml
Normal file
711
config/alexsmobs.toml
Normal file
@ -0,0 +1,711 @@
|
|||||||
|
|
||||||
|
[general]
|
||||||
|
#Whether all players should get an Animal Dictionary when joining the world for the first time.
|
||||||
|
giveBookOnStartup = true
|
||||||
|
#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 = true
|
||||||
|
#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 wild crows steal crops from farmland.
|
||||||
|
crowsStealCrops = 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
|
||||||
|
#1 out of this number chance for leaves to drop an acacia when broken. Fortune is automatically factored in
|
||||||
|
#Range: > 0
|
||||||
|
acaciaBlossomChance = 130
|
||||||
|
#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.45
|
||||||
|
#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 = []
|
||||||
|
#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
|
||||||
|
|
||||||
|
[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 = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
grizzlyBearSpawnRolls = 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
|
||||||
|
roadrunnerSpawnWeight = 9
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
roadrunnerSpawnRolls = 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
|
||||||
|
boneSerpentSpawnWeight = 8
|
||||||
|
#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 = 40
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
gazelleSpawnRolls = 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
|
||||||
|
crocodileSpawnWeight = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
crocSpawnRolls = 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
|
||||||
|
flySpawnWeight = 3
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
flySpawnRolls = 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
|
||||||
|
hummingbirdSpawnWeight = 19
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
hummingbirdSpawnRolls = 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
|
||||||
|
orcaSpawnWeight = 2
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
orcaSpawnRolls = 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
|
||||||
|
sunbirdSpawnWeight = 5
|
||||||
|
#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 = 25
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
gorillaSpawnRolls = 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
|
||||||
|
crimsonMosquitoSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
crimsonMosquitoSpawnRolls = 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
|
||||||
|
rattlesnakeSpawnWeight = 12
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
rattlesnakeSpawnRolls = 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
|
||||||
|
endergradeSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
endergradeSpawnRolls = 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
|
||||||
|
hammerheadSharkSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
hammerheadSharkSpawnRolls = 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
|
||||||
|
lobsterSpawnWeight = 7
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
lobsterSpawnRolls = 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
|
||||||
|
komodoDragonSpawnWeight = 16
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
komodoDragonSpawnRolls = 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
|
||||||
|
capuchinMonkeySpawnWeight = 28
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
capuchinMonkeySpawnRolls = 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
|
||||||
|
caveCentipedeSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
caveCentipedeSpawnRolls = 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
|
||||||
|
warpedToadSpawnWeight = 30
|
||||||
|
#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 = 9
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
mooseSpawnRolls = 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
|
||||||
|
mimicubeSpawnWeight = 40
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
mimicubeSpawnRolls = 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
|
||||||
|
raccoonSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
raccoonSpawnRolls = 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
|
||||||
|
blobfishSpawnWeight = 30
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
blobfishSpawnRolls = 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
|
||||||
|
sealSpawnWeight = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
sealSpawnRolls = 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
|
||||||
|
cockroachSpawnWeight = 4
|
||||||
|
#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 = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
shoebillSpawnRolls = 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
|
||||||
|
elephantSpawnWeight = 30
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
elephantSpawnRolls = 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
|
||||||
|
soulVultureSpawnWeight = 30
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
soulVultureSpawnRolls = 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
|
||||||
|
snowLeopardSpawnWeight = 18
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
snowLeopardSpawnRolls = 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
|
||||||
|
spectreSpawnWeight = 10
|
||||||
|
#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 = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
crowSpawnRolls = 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
|
||||||
|
alligatorSnappingTurtleSpawnWeight = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
alligatorSnappingTurtleSpawnRolls = 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
|
||||||
|
mungusSpawnWeight = 4
|
||||||
|
#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 = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
mantisShrimpSpawnRolls = 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
|
||||||
|
gusterSpawnWeight = 35
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
gusterSpawnRolls = 0
|
||||||
|
#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 = 70
|
||||||
|
#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 = 10
|
||||||
|
#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 = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
emuSpawnRolls = 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
|
||||||
|
platypusSpawnWeight = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
platypusSpawnRolls = 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
|
||||||
|
dropbearSpawnWeight = 19
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
dropbearSpawnRolls = 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
|
||||||
|
tasmanianDevilSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
tasmanianDevilSpawnRolls = 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
|
||||||
|
kangarooSpawnWeight = 25
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
kangarooSpawnRolls = 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
|
||||||
|
cachalotWhaleSpawnWeight = 2
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
cachalotWhaleSpawnRolls = 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
|
||||||
|
enderiophageSpawnWeight = 4
|
||||||
|
#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 = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
baldEagleSpawnRolls = 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
|
||||||
|
tigerSpawnWeight = 30
|
||||||
|
#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 = 6
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
tarantulaHawkSpawnRolls = 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
|
||||||
|
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 = 11
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
frilledSharkSpawnRolls = 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
|
||||||
|
mimicOctopusSpawnWeight = 9
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
mimicOctopusSpawnRolls = 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
|
||||||
|
seagullSpawnWeight = 21
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
seagullSpawnRolls = 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
|
||||||
|
froststalkerSpawnWeight = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
froststalkerSpawnRolls = 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
|
||||||
|
tusklinSpawnWeight = 18
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
tusklinSpawnRolls = 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
|
||||||
|
laviathanSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
laviathanSpawnRolls = 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
|
||||||
|
cosmawSpawnWeight = 9
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
cosmawSpawnRolls = 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
|
||||||
|
toucanSpawnWeight = 23
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
toucanSpawnRolls = 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
|
||||||
|
manedWolfSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
manedWolfSpawnRolls = 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
|
||||||
|
anacondaSpawnWeight = 12
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
anacondaSpawnRolls = 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
|
||||||
|
anteaterSpawnWeight = 7
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
anteaterSpawnRolls = 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
|
||||||
|
rockyRollerSpawnWeight = 60
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
rockyRollerSpawnRolls = 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
|
||||||
|
flutterSpawnWeight = 13
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
flutterSpawnRolls = 0
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
geladaMonkeySpawnWeight = 5
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
geladaMonkeySpawnRolls = 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
|
||||||
|
jerboaSpawnWeight = 12
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
jerboaSpawnRolls = 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
|
||||||
|
terrapinSpawnWeight = 4
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
terrapinSpawnRolls = 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
|
||||||
|
combJellySpawnWeight = 5
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
combJellySpawnRolls = 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
|
||||||
|
cosmicCodSpawnWeight = 5
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
cosmicCodSpawnRolls = 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
|
||||||
|
bunfungusSpawnWeight = 3
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
bunfungusSpawnRolls = 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
|
||||||
|
bisonSpawnWeight = 9
|
||||||
|
#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 = 3
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
giantSquidSpawnRolls = 0
|
||||||
|
#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 = 23
|
||||||
|
#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 = 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
|
||||||
|
catfishSpawnWeight = 4
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
catfishSpawnRolls = 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
|
||||||
|
flyingFishSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
flyingFishSpawnRolls = 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
|
||||||
|
skelewagSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
skelewagSpawnRolls = 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
|
||||||
|
rainFrogSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
rainFrogSpawnRolls = 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
|
||||||
|
potooSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
potooSpawnRolls = 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
|
||||||
|
mudskipperSpawnWeight = 28
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
mudskipperSpawnRolls = 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
|
||||||
|
rhinocerosSpawnWeight = 24
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
rhinocerosSpawnRolls = 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
|
||||||
|
sugarGliderSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
sugarGliderSpawnRolls = 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
|
||||||
|
farseerSpawnWeight = 30
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
farseerSpawnRolls = 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
|
||||||
|
skreecherSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
skreecherSpawnRolls = 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
|
||||||
|
underminerSpawnWeight = 50
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
underminerSpawnRolls = 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
|
||||||
|
murmurSpawnWeight = 5
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
murmurSpawnRolls = 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
|
||||||
|
skunkSpawnWeight = 7
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
skunkSpawnRolls = 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
|
||||||
|
bananaSlugSpawnWeight = 14
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
bananaSlugSpawnRolls = 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
|
||||||
|
blueJaySpawnWeight = 16
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
blueJaySpawnRolls = 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
|
||||||
|
caimanSpawnWeight = 29
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
caimanSpawnRolls = 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
|
||||||
|
triopsSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
#Range: > 0
|
||||||
|
triopsSpawnRolls = 0
|
||||||
|
|
||||||
|
[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 = 5
|
||||||
|
#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 = true
|
||||||
|
#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
|
||||||
|
|
||||||
|
[dangerZone]
|
||||||
|
#Its been so long...
|
||||||
|
superSecretSettings = false
|
||||||
|
#How many cpu cores some mobs(elephants, leafcutter ants, bison etc) should utilize when pathing. Bigger number = less impact on TPS
|
||||||
|
#Range: 1 ~ 100
|
||||||
|
pathfindingThreads = 5
|
||||||
|
|
||||||
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
16
config/alexsmobs/bone_serpent_spawns.json
Normal file
16
config/alexsmobs/bone_serpent_spawns.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "forge:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
49
config/alexsmobs/cachalot_whale_spawns.json
Normal file
49
config/alexsmobs/cachalot_whale_spawns.json
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "alexscaves:abyssal_chasm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
115
config/alexsmobs/cave_centipede_spawns.json
Normal file
115
config/alexsmobs/cave_centipede_spawns.json
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "forge:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
25
config/alexsmobs/comb_jelly_spawns.json
Normal file
25
config/alexsmobs/comb_jelly_spawns.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:frozen_ocean"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:deep_frozen_ocean"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "alexscaves:abyssal_chasm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
44
config/alexsmobs/crimson_mosquito_spawns.json
Normal file
44
config/alexsmobs/crimson_mosquito_spawns.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "forge:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
23
config/alexsmobs/dropbear_spawns.json
Normal file
23
config/alexsmobs/dropbear_spawns.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "forge:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": true,
|
||||||
|
"value": "forge:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:mushroom_fields"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
61
config/alexsmobs/guster_spawns.json
Normal file
61
config/alexsmobs/guster_spawns.json
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "forge:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
21
config/alexsmobs/mimicube_spawns.json
Normal file
21
config/alexsmobs/mimicube_spawns.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "forge:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
115
config/alexsmobs/murmur.json
Normal file
115
config/alexsmobs/murmur.json
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "forge:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
37
config/alexsmobs/rocky_roller_spawns.json
Normal file
37
config/alexsmobs/rocky_roller_spawns.json
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "forge:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
21
config/alexsmobs/skelewag_spawns.json
Normal file
21
config/alexsmobs/skelewag_spawns.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "forge:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_deep_ocean"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
16
config/alexsmobs/skreecher.json
Normal file
16
config/alexsmobs/skreecher.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "forge:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
Reference in New Issue
Block a user