Add new stone, wood, and leaves types for Natures Spirit and Quark in everycomp-entries.toml; update Jade plugin and sort order for Dynamic Trees; expand allowed sounds for Sound Physics Remastered.
This commit is contained in:
@@ -0,0 +1,36 @@
|
|||||||
|
[general]
|
||||||
|
#
|
||||||
|
#How dynamic assets are generated.
|
||||||
|
#- NEVER: No asset will be generated. Use this if you have an external pack that adds assets for the block, otherwise you'll get missing assets everywhere
|
||||||
|
#- RUN_ONCE: Assets will be generated once every session. Subsequent reloads of resource/data pack will not regenerate them even if assets might have changed as a consequence
|
||||||
|
#- CACHED: Generate the assets on first boot and saves them to a cache folder in .minecraft/dynamic-data-pack-cache. If mods or packs change it will regenerate the cache. If not, subsequent reload won't generate anything and just read the cached ones as a normal pack.
|
||||||
|
#- CACHED_ZIPPED: Generate the assets on first boot and saves them to a cache zip file in .minecraft/dynamic-data-pack-cache. If mods or packs change it will regenerate the cache. If not, subsequent reload won't generate anything and just read the cached ones as a normal pack.
|
||||||
|
#- ALWAYS: Will always generate the assets & will be stored in memory. No cache is used. Unintuitively, this is often the fastest method as any disk access will be slow.
|
||||||
|
#Try and see what works best for you.
|
||||||
|
#Allowed Values: NEVER, RUN_ONCE, CACHED, CACHED_ZIPPED, ALWAYS
|
||||||
|
server_assets_generation_mode = "ALWAYS"
|
||||||
|
#Puts all the added items into a new Every Compat tab instead of their own mod tabs. Be warned that if disabled it could cause some issue with some mods that have custom tabs. Game Restart is required for this to take effect.
|
||||||
|
creative_tab = true
|
||||||
|
#Allow the item_search or searchBar to be visible. Game Restart is required for this to take effect.
|
||||||
|
tab_item_search = true
|
||||||
|
#If set to true, then all of the generated items will not be put into the mod's tab. Game Restart is required for this to take effect.
|
||||||
|
no_mod_creative_tab = false
|
||||||
|
#Generate blocktype tags for every block type. This will be applied to all the mods that use the system, not just Every Compat. Can make pack a bit faster if its off. Turn off if you dont need it. Game Restart is required for this to take effect.
|
||||||
|
generate_blocktype_tags = true
|
||||||
|
#Sends a packet to verify all dependencies mod versions are the same on connect. DIsable if it causes issues
|
||||||
|
mod_version_check_packet = true
|
||||||
|
#Don't touch unless you are told to
|
||||||
|
debug_packet = false
|
||||||
|
|
||||||
|
[general.tooltips]
|
||||||
|
#Enabled tooltips showing which mod an EC item is from
|
||||||
|
mod_origin_enabled = true
|
||||||
|
#Enabled tooltips showing which block type an EC item is made from
|
||||||
|
block_type_enabled = true
|
||||||
|
#Only show on advanced settings
|
||||||
|
show_on_advanced_tooltips = false
|
||||||
|
#Enable Every-Compat to base textures off external Resource Packs rather than mod's default textures.
|
||||||
|
#ATTENTION: There are some Resource Packs that won't work well with Every-Compat, which is why this
|
||||||
|
#option is off by default. Disable if there are missing textures for blocks.
|
||||||
|
#
|
||||||
|
use_external_resource_pack = false
|
||||||
@@ -0,0 +1,137 @@
|
|||||||
|
#Disables certain types. Note that all these configs, like in any other mod, only hide stuff from tabs and disable their recipes
|
||||||
|
[types]
|
||||||
|
|
||||||
|
[types.crystal_type.biomesoplenty]
|
||||||
|
rose_quartz = true
|
||||||
|
|
||||||
|
[types.metal_type.cataclysm]
|
||||||
|
witherite = true
|
||||||
|
enderite = true
|
||||||
|
ignitium = true
|
||||||
|
ancient_metal = true
|
||||||
|
cursium = true
|
||||||
|
black_steel = true
|
||||||
|
|
||||||
|
[types.metal_type.create]
|
||||||
|
zinc = true
|
||||||
|
brass = true
|
||||||
|
|
||||||
|
[types.metal_type.aquaculture]
|
||||||
|
neptunium = true
|
||||||
|
|
||||||
|
[types.stone_type.create]
|
||||||
|
limestone = true
|
||||||
|
asurine = true
|
||||||
|
crimsite = true
|
||||||
|
ochrum = true
|
||||||
|
veridium = true
|
||||||
|
scoria = true
|
||||||
|
scorchia = true
|
||||||
|
|
||||||
|
[types.stone_type.biomesoplenty]
|
||||||
|
black_sandstone = true
|
||||||
|
orange_sandstone = true
|
||||||
|
white_sandstone = true
|
||||||
|
brimstone = true
|
||||||
|
|
||||||
|
[types.wood_type.cataclysm]
|
||||||
|
chorus = true
|
||||||
|
|
||||||
|
[types.wood_type.biomesoplenty]
|
||||||
|
fir = true
|
||||||
|
pine = true
|
||||||
|
maple = true
|
||||||
|
redwood = true
|
||||||
|
mahogany = true
|
||||||
|
jacaranda = true
|
||||||
|
palm = true
|
||||||
|
willow = true
|
||||||
|
dead = true
|
||||||
|
magic = true
|
||||||
|
umbran = true
|
||||||
|
hellbark = true
|
||||||
|
empyreal = true
|
||||||
|
|
||||||
|
[types.leaves_type.biomesoplenty]
|
||||||
|
null = true
|
||||||
|
origin = true
|
||||||
|
flowering_oak = true
|
||||||
|
cypress = true
|
||||||
|
snowblossom = true
|
||||||
|
rainbow_birch = true
|
||||||
|
fir = true
|
||||||
|
pine = true
|
||||||
|
red_maple = true
|
||||||
|
orange_maple = true
|
||||||
|
yellow_maple = true
|
||||||
|
redwood = true
|
||||||
|
mahogany = true
|
||||||
|
jacaranda = true
|
||||||
|
palm = true
|
||||||
|
willow = true
|
||||||
|
dead = true
|
||||||
|
magic = true
|
||||||
|
umbran = true
|
||||||
|
hellbark = true
|
||||||
|
empyreal = true
|
||||||
|
|
||||||
|
#Disables specific entries
|
||||||
|
[entries]
|
||||||
|
|
||||||
|
[entries.metal_type.minecraft]
|
||||||
|
nugget = true
|
||||||
|
|
||||||
|
[entries.metal_type.create]
|
||||||
|
table_cloth = true
|
||||||
|
tile_slab = true
|
||||||
|
door = true
|
||||||
|
ornate_window = true
|
||||||
|
ladder = true
|
||||||
|
sheet = true
|
||||||
|
ornate_window_pane = true
|
||||||
|
scaffolding = true
|
||||||
|
shingle_slab = true
|
||||||
|
shingle_stairs = true
|
||||||
|
tiles = true
|
||||||
|
shingles = true
|
||||||
|
tile_stairs = true
|
||||||
|
casing = true
|
||||||
|
|
||||||
|
[entries.stone_type.create]
|
||||||
|
small_brick_wall = true
|
||||||
|
cut_wall = true
|
||||||
|
small_bricks = true
|
||||||
|
cut_brick_slab = true
|
||||||
|
polished_cut_slab = true
|
||||||
|
small_brick_stairs = true
|
||||||
|
cut_bricks = true
|
||||||
|
cut = true
|
||||||
|
polished_cut = true
|
||||||
|
small_brick_slab = true
|
||||||
|
layered = true
|
||||||
|
polished_cut_stairs = true
|
||||||
|
cut_brick_wall = true
|
||||||
|
pillar = true
|
||||||
|
cut_stairs = true
|
||||||
|
cut_brick_stairs = true
|
||||||
|
polished_cut_wall = true
|
||||||
|
cut_slab = true
|
||||||
|
|
||||||
|
[entries.stone_type.waystones]
|
||||||
|
waystone = true
|
||||||
|
|
||||||
|
[entries.wood_type.farmersdelight]
|
||||||
|
cabinet = true
|
||||||
|
|
||||||
|
[entries.wood_type.storagedrawers]
|
||||||
|
full_drawers_2 = true
|
||||||
|
half_drawers_1 = true
|
||||||
|
full_drawers_4 = true
|
||||||
|
half_drawers_4 = true
|
||||||
|
trim = true
|
||||||
|
half_drawers_2 = true
|
||||||
|
full_drawers_1 = true
|
||||||
|
|
||||||
|
[entries.wood_type.create]
|
||||||
|
window_pane = true
|
||||||
|
window = true
|
||||||
@@ -0,0 +1,77 @@
|
|||||||
|
# ═════════════════════════ Attention ═════════════════════════
|
||||||
|
# Don't use this if you don't know what you are doing
|
||||||
|
# REASON:
|
||||||
|
# This file is a conditional registration. This is harmless in Singleplayer World,
|
||||||
|
# but harmful in SERVER because you won't able to join.
|
||||||
|
# Only use for personal play.
|
||||||
|
# If you are a modpack maker DO NOT use it!
|
||||||
|
#
|
||||||
|
# ══════════════════════════ Detail ═══════════════════════════
|
||||||
|
# This file allow you to exclude WoodTypes, LeavesType, EntrySet, or a Module
|
||||||
|
# 1) You can find their names for WoodTypes, LeavesType, or EntrySet in `everycomp-entries.toml`
|
||||||
|
# 2) Leave a value empty to disable that rule.
|
||||||
|
#
|
||||||
|
# Module - is a Supported Mod, just a modId is sufficient.
|
||||||
|
# EntrySet - is a FurnitureType or DecorativeType that Wood-Good is supporting via the mod. it is either block or item.
|
||||||
|
# Wood-Mods - Biomes O' Plenty, The Twilight Forest, so on...
|
||||||
|
# Supported-Mods - The mods that EveryCompat is currently supporting
|
||||||
|
#
|
||||||
|
# NOTE: blacklisting a Module will be applied to Wood-Good, Stone-Zone, Gems-Realm
|
||||||
|
#
|
||||||
|
[woodtype]
|
||||||
|
#Exclude WoodType from all of Modules
|
||||||
|
# EXAMPLE: blacklist = [
|
||||||
|
# "forestry:.*fireproof.*", COMMENT: .* is an RegEx, it exclude all of WoodType containing "fireproof" from Forestry
|
||||||
|
# "biomesoplenty:.*", COMMENT: .* is an RegEx, it exclude all of WoodType from Wood Mod for any Module
|
||||||
|
# "biomesoplenty:redwood" COMMENT: exclude redwood from Wood Mod for any module
|
||||||
|
# ]
|
||||||
|
#
|
||||||
|
blacklist = []
|
||||||
|
|
||||||
|
[leavestype]
|
||||||
|
#Exclude LeavesType from all of Modules
|
||||||
|
# The example is same as WoodType's
|
||||||
|
blacklist = []
|
||||||
|
|
||||||
|
[block]
|
||||||
|
#Exclude a specific WoodType/LeavesType block
|
||||||
|
# This is only applied to Wood-Good.
|
||||||
|
# EXAMPLE: blacklist = [
|
||||||
|
# "chipped/biomesoplenty/checkered_redwood_trapdoor", COMMENT: excluded a checkered_trapdoor from Chipped with Biomes-O'-Plenty's redwood
|
||||||
|
# "variantvanillablocks/biomesoplenty/fir_chest", COMMENT: excluded a chest from Variant-Vanilla-Blocks with Biomes-O'-Plenty's fir
|
||||||
|
# ".*/biomesoplenty/fir_chest", COMMENT: .* is an RegEx, so it exclude fir_chest from any Supported-Mods with just Biomes-O'-Plenty (Wood-Mods)
|
||||||
|
# "chipped/.*/fir_chest", COMMENT: .* is an RegEx, so it exclude fir_chest from any Wood-Mods with just chipped (Supported-Mod)
|
||||||
|
# ".*fir_chest", COMMENT: .* is an RegEx, so it exclude fir_chest from any Supported-Mods & Wood-Mods
|
||||||
|
# ]
|
||||||
|
#
|
||||||
|
blacklist = []
|
||||||
|
|
||||||
|
[entryset]
|
||||||
|
#Exclude EntrySet from the module for All of WoodType or LeavesType
|
||||||
|
# This is only applied to Wood-Good.
|
||||||
|
# EXAMPLE: blacklist = [
|
||||||
|
# "chipped:checkered_trapdoor", COMMENT: chipped:checkered_oak_trapdoor without "oak"
|
||||||
|
# "variantvanillablocks:chest", COMMENT: variantvanillablocks:oak_chest without "oak"
|
||||||
|
# "chipped:.*" COMMENT: .* is an regex which will exclude all of EntrySets from one Module - Wood-Good ONLY
|
||||||
|
# ]
|
||||||
|
# NOTE: This excluded one entryset from all WoodTypes/LeavesTypes
|
||||||
|
#
|
||||||
|
blacklist = []
|
||||||
|
|
||||||
|
[module]
|
||||||
|
#Exclude Module From Wood-Good, Stone-Zone & Gems-Realm
|
||||||
|
# EXAMPLE: blacklist = [
|
||||||
|
# "chipped",
|
||||||
|
# "variantvanillablocks"
|
||||||
|
# ]
|
||||||
|
#
|
||||||
|
blacklist = []
|
||||||
|
|
||||||
|
[other]
|
||||||
|
#Disable all of Supported Mods on EveryCompat's side. This feature is same as Library-Section which do not have any Wood Modules.
|
||||||
|
#WARNING: If the config between CLIENT & SERVER are not the same, then you won't able to join a server
|
||||||
|
include_all_wood_modules = true
|
||||||
|
#Blacklist all of EveryCompat's supported blocks that may have similar block to Framed Blocks.
|
||||||
|
#This will be applied to all mods, EveryCompat, StoneZone, & GemsRealm.
|
||||||
|
#WARNING: If the config between CLIENT & SERVER are not the same, then you won't able to join a server
|
||||||
|
enable_framed_blocks_blacklist = false
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
[general]
|
||||||
|
#Puts all the added items into a new Every Compat tab instead of their own mod tabs. Be warned that if disabled it could cause some issue with some mods that have custom tabs
|
||||||
|
creative_tab = true
|
||||||
|
#Allow the item_search or searchBar to be visible.
|
||||||
|
tab_item_search = true
|
||||||
@@ -0,0 +1,55 @@
|
|||||||
|
# ═════════════════════════ Attention ═════════════════════════
|
||||||
|
# Don't use this if you don't know what you are doing
|
||||||
|
# REASON:
|
||||||
|
# This file is a conditional registration. This is harmless in Singleplayer World,
|
||||||
|
# but harmful in SERVER because you won't able to join.
|
||||||
|
#
|
||||||
|
# ══════════════════════════ Detail ═══════════════════════════
|
||||||
|
# This file allow you to exclude StoneTypes, MudType, EntrySet, or a Module
|
||||||
|
# 1) You can find their names for StoneTypes, MudType, or EntrySet in `everycomp-entries.toml`
|
||||||
|
# 2) Leave a value empty to disable that rule.
|
||||||
|
#
|
||||||
|
# Module - is a Supported Mod, just a modId is sufficient.
|
||||||
|
# EntrySet - is a FurnitureType or DecorativeType, it is either Block or Item.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# NOTE: blacklisting a Module will be applied to Wood-Good, Stone-Zone, Gems-Realm - if you want to blacklist, then use everycomp-hazardous.toml
|
||||||
|
#
|
||||||
|
# ─────────────────────────── Other ───────────────────────────
|
||||||
|
# (Abbreviation) RegEx <=> Regular Expression
|
||||||
|
#
|
||||||
|
[crystaltype]
|
||||||
|
#Exclude one or all of Supported-Mod for CrystalType
|
||||||
|
# EXAMPLE: blacklist = [
|
||||||
|
# "forestry:.*fireproof.*", COMMENT: .* is an RegEx, it exclude all of CrystalType containing "fireproof" from Forestry
|
||||||
|
# "biomesoplenty:.*", COMMENT: .* is a RegEx/Advanced-WildCard, it exclude all of CrystalType from Wood Mod for any Module
|
||||||
|
# "biomesoplenty:redwood" COMMENT: exclude redwood from Wood Mod for any module
|
||||||
|
# ]
|
||||||
|
#
|
||||||
|
blacklist = []
|
||||||
|
|
||||||
|
[dusttype]
|
||||||
|
#Exclude one or all of Supported-Mod for DustType
|
||||||
|
# The example is same as CrystalType's
|
||||||
|
blacklist = []
|
||||||
|
|
||||||
|
[gemtype]
|
||||||
|
#Exclude one or all of Supported-Mod for GemType
|
||||||
|
# The example is same as CrystalType's
|
||||||
|
blacklist = []
|
||||||
|
|
||||||
|
[metaltype]
|
||||||
|
#Exclude one or all of Supported-Mod for MetalType
|
||||||
|
# The example is same as CrystalType's
|
||||||
|
blacklist = []
|
||||||
|
|
||||||
|
[entryset]
|
||||||
|
#Exclude EntrySet from the module for All of CrystalType, DustType, GemType, MetalType
|
||||||
|
# This will only Exclude one specific or all of Gems-Realm's Supported-Blocks or Supported-Items
|
||||||
|
# EXAMPLE: blacklist = [
|
||||||
|
# "chipped:checkered_trapdoor", COMMENT: chipped:checkered_oak_trapdoor without "oak"
|
||||||
|
# "variantvanillablocks:chest", COMMENT: variantvanillablocks:oak_chest without "oak"
|
||||||
|
# "chipped:.*" COMMENT: .* is a RegEx/Advanced-WildCard which will exclude all of EntrySets from one Module
|
||||||
|
# ]
|
||||||
|
#
|
||||||
|
blacklist = []
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
[general]
|
||||||
|
#Puts all the added items into a new Every Compat tab instead of their own mod tabs. Be warned that if disabled it could cause some issue with some mods that have custom tabs
|
||||||
|
creative_tab = true
|
||||||
|
#Allow the item_search or searchBar to be visible.
|
||||||
|
tab_item_search = true
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
# ═════════════════════════ Attention ═════════════════════════
|
||||||
|
# Don't use this if you don't know what you are doing
|
||||||
|
# REASON:
|
||||||
|
# This file is a conditional registration. This is harmless in Singleplayer World,
|
||||||
|
# but harmful in SERVER because you won't able to join.
|
||||||
|
#
|
||||||
|
# ══════════════════════════ Detail ═══════════════════════════
|
||||||
|
# This file allow you to exclude StoneTypes, MudType, EntrySet
|
||||||
|
# 1) You can find their names for StoneTypes, MudType, or EntrySet in `everycomp-entries.toml`
|
||||||
|
# 2) Leave a value empty to disable that rule.
|
||||||
|
#
|
||||||
|
# Module - is a Supported Mod, just a modId is sufficient.
|
||||||
|
# EntrySet - is a FurnitureType or DecorativeType that Stone-Zone is supporting via the mod. it is either block or item.
|
||||||
|
#
|
||||||
|
# NOTE: blacklisting a Module will be applied to Wood-Good, Stone-Zone, Gems-Realm - if you want to blacklist, then use everycomp-hazardous.toml
|
||||||
|
#
|
||||||
|
[stonetype]
|
||||||
|
#Exclude StoneType from all of Modules
|
||||||
|
# EXAMPLE: blacklist = [
|
||||||
|
# "forestry:.*fireproof.*", COMMENT: .* is an RegEx, it exclude all of StoneType containing "fireproof" from Forestry
|
||||||
|
# "biomesoplenty:.*", COMMENT: .* is an RegEx, it exclude all of StoneType from Wood Mod for any Module
|
||||||
|
# "biomesoplenty:redwood" COMMENT: exclude redwood from Stone Mod for any module
|
||||||
|
# ]
|
||||||
|
#
|
||||||
|
blacklist = []
|
||||||
|
|
||||||
|
[mudtype]
|
||||||
|
#Exclude MudType from all of Modules
|
||||||
|
# The example is same as StoneType's
|
||||||
|
blacklist = []
|
||||||
|
|
||||||
|
[entryset]
|
||||||
|
#Exclude EntrySet from the module for All of StoneType or MudType
|
||||||
|
# This is only applied to Stone-Zone.
|
||||||
|
# EXAMPLE: blacklist = [
|
||||||
|
# "chipped:checkered_trapdoor", COMMENT: chipped:checkered_oak_trapdoor without "oak"
|
||||||
|
# "variantvanillablocks:chest", COMMENT: variantvanillablocks:oak_chest without "oak"
|
||||||
|
# "chipped:.*" COMMENT: .* is an regex which will exclude all of EntrySets from one Module
|
||||||
|
# ]
|
||||||
|
#
|
||||||
|
blacklist = []
|
||||||
@@ -0,0 +1,913 @@
|
|||||||
|
[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.
|
||||||
|
# Default: 0.65
|
||||||
|
# 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
|
||||||
|
# Default: 200
|
||||||
|
# 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
|
||||||
|
# Default: 130
|
||||||
|
# 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.
|
||||||
|
# Default: 2
|
||||||
|
# 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.
|
||||||
|
# Default: 0.45
|
||||||
|
# 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.
|
||||||
|
# Default: 3.0
|
||||||
|
# Range: 0.0 ~ 10.0
|
||||||
|
cachalotVolume = 3.0
|
||||||
|
#Percent chance for fungus to grow per each leaf a leafcutter ant returns to the colony.
|
||||||
|
# Default: 0.3
|
||||||
|
# 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.
|
||||||
|
# Default: 25
|
||||||
|
# Range: 2 ~ 100000
|
||||||
|
leafcutterAntRepopulateFeedings = 25
|
||||||
|
#Max number of ant entities allowed inside a leafcutter anthill.
|
||||||
|
# Default: 10
|
||||||
|
# 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.
|
||||||
|
# Default: 0.2
|
||||||
|
# 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.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 100.0
|
||||||
|
voidWormDamageModifier = 1.0
|
||||||
|
#Max Health of the void worm boss.
|
||||||
|
# Default: 160.0
|
||||||
|
# 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.
|
||||||
|
# Default: 0.02500000037252903
|
||||||
|
# Range: 0.0 ~ 1.0
|
||||||
|
tusklinShoesBarteringChance = 0.02500000037252903
|
||||||
|
#The visual zoom of the rainbow pattern on the rainbow glass block. Higher number = bigger pattern.
|
||||||
|
# Default: 16.0
|
||||||
|
# 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.
|
||||||
|
# Default: 3
|
||||||
|
# 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.
|
||||||
|
# Default: 3.0
|
||||||
|
# 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.
|
||||||
|
# Default: 4.0
|
||||||
|
# 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.
|
||||||
|
# Default: 8.0
|
||||||
|
# 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
|
||||||
|
# Default: 8
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
grizzlyBearSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 9
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
roadrunnerSpawnWeight = 9
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 8
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
boneSerpentSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 40
|
||||||
|
# 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
|
||||||
|
# Default: 40
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
gazelleSpawnWeight = 40
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 20
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
crocodileSpawnWeight = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 3
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
flySpawnWeight = 3
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 19
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
hummingbirdSpawnWeight = 19
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 2
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
orcaSpawnWeight = 2
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 6
|
||||||
|
# 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
|
||||||
|
# Default: 5
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
sunbirdSpawnWeight = 5
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 6
|
||||||
|
# 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
|
||||||
|
# Default: 25
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
gorillaSpawnWeight = 25
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 15
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
crimsonMosquitoSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 12
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
rattlesnakeSpawnWeight = 12
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 10
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
endergradeSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 8
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
hammerheadSharkSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 7
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
lobsterSpawnWeight = 7
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 16
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
komodoDragonSpawnWeight = 16
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 28
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
capuchinMonkeySpawnWeight = 28
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 8
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
caveCentipedeSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 30
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
warpedToadSpawnWeight = 30
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 9
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
mooseSpawnWeight = 9
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 40
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
mimicubeSpawnWeight = 40
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 10
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
raccoonSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 30
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
blobfishSpawnWeight = 30
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 20
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
sealSpawnWeight = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 4
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
cockroachSpawnWeight = 4
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 10
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
shoebillSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 30
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
elephantSpawnWeight = 30
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 30
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
soulVultureSpawnWeight = 30
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 18
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
snowLeopardSpawnWeight = 18
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 10
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
spectreSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 5
|
||||||
|
# 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
|
||||||
|
# Default: 10
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
crowSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 20
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
alligatorSnappingTurtleSpawnWeight = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 4
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
mungusSpawnWeight = 4
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 15
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
mantisShrimpSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 35
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
gusterSpawnWeight = 35
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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.
|
||||||
|
# Default: 1
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
warpedMoscoSpawnWeight = 1
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1000
|
||||||
|
# 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
|
||||||
|
# Default: 70
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
straddlerSpawnWeight = 70
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 10
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
stradpoleSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 3
|
||||||
|
# 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
|
||||||
|
# Default: 20
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
emuSpawnWeight = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 20
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
platypusSpawnWeight = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 19
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
dropbearSpawnWeight = 19
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 10
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
tasmanianDevilSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 25
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
kangarooSpawnWeight = 25
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 2
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
cachalotWhaleSpawnWeight = 2
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 4
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
enderiophageSpawnWeight = 4
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 2
|
||||||
|
# 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
|
||||||
|
# Default: 15
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
baldEagleSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 30
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
tigerSpawnWeight = 30
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 6
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
tarantulaHawkSpawnWeight = 6
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 0
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
voidWormSpawnWeight = 0
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 11
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
frilledSharkSpawnWeight = 11
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 9
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
mimicOctopusSpawnWeight = 9
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 21
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
seagullSpawnWeight = 21
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 20
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
froststalkerSpawnWeight = 20
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 18
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
tusklinSpawnWeight = 18
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 15
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
laviathanSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 9
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
cosmawSpawnWeight = 9
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 23
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
toucanSpawnWeight = 23
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 8
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
manedWolfSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 12
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
anacondaSpawnWeight = 12
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 7
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
anteaterSpawnWeight = 7
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 60
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
rockyRollerSpawnWeight = 60
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 13
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
flutterSpawnWeight = 13
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# Range: > 0
|
||||||
|
flutterSpawnRolls = 0
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 5
|
||||||
|
# Range: > 0
|
||||||
|
geladaMonkeySpawnWeight = 5
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 12
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
jerboaSpawnWeight = 12
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 2
|
||||||
|
# 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
|
||||||
|
# Default: 4
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
terrapinSpawnWeight = 4
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 5
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
combJellySpawnWeight = 5
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 5
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
cosmicCodSpawnWeight = 5
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 3
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
bunfungusSpawnWeight = 3
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 9
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
bisonSpawnWeight = 9
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 3
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
giantSquidSpawnWeight = 3
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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)
|
||||||
|
# Default: 23
|
||||||
|
# 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)
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 4
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
catfishSpawnWeight = 4
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 2
|
||||||
|
# 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
|
||||||
|
# Default: 8
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
flyingFishSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 15
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
skelewagSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 10
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
rainFrogSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 15
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
potooSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 28
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
mudskipperSpawnWeight = 28
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 24
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
rhinocerosSpawnWeight = 24
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 15
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
sugarGliderSpawnWeight = 15
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 30
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
farseerSpawnWeight = 30
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 10
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
skreecherSpawnWeight = 10
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 50
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
underminerSpawnWeight = 50
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 5
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
murmurSpawnWeight = 5
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 1
|
||||||
|
# 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
|
||||||
|
# Default: 7
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
skunkSpawnWeight = 7
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 14
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
bananaSlugSpawnWeight = 14
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 16
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
blueJaySpawnWeight = 16
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 29
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
caimanSpawnWeight = 29
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# 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
|
||||||
|
# Default: 8
|
||||||
|
# Range: 0 ~ 1000
|
||||||
|
triopsSpawnWeight = 8
|
||||||
|
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
|
||||||
|
# Default: 0
|
||||||
|
# Range: > 0
|
||||||
|
triopsSpawnRolls = 0
|
||||||
|
|
||||||
|
[uniqueSpawning]
|
||||||
|
#Maximum world y-level that cave centipedes can spawn at
|
||||||
|
# Default: 0
|
||||||
|
# Range: -64 ~ 320
|
||||||
|
caveCentipedeSpawnHeight = 0
|
||||||
|
#Maximum world y-level that blobfish can spawn at
|
||||||
|
# Default: 25
|
||||||
|
# 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.
|
||||||
|
# Default: 5
|
||||||
|
# Range: 0 ~ 100
|
||||||
|
beachedCachalotWhaleSpawnChance = 5
|
||||||
|
#Delay (in ticks) between attempts to spawn beached cachalot whales. Default is a single day. Works like wandering traders.
|
||||||
|
# Default: 24000
|
||||||
|
# Range: > 0
|
||||||
|
beachedCachalotWhaleSpawnDelay = 24000
|
||||||
|
#Percent chance for leafcutter anthills to spawn as world gen in each chunk. Set to zero to disable spawning.
|
||||||
|
# Default: 0.004999999888241291
|
||||||
|
# Range: 0.0 ~ 1.0
|
||||||
|
leafcutterAnthillSpawnChance = 0.004999999888241291
|
||||||
|
#Minimum world y-level that gelada monkeys can spawn at
|
||||||
|
# Default: 0
|
||||||
|
# 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.
|
||||||
|
# Default: 2000
|
||||||
|
# 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.
|
||||||
|
# Default: 100
|
||||||
|
# Range: 2 ~ 1000000000
|
||||||
|
farseerBorderSpawnDistance = 100
|
||||||
|
#Maximum world y-level that murmur can spawn at
|
||||||
|
# Default: -30
|
||||||
|
# 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
|
||||||
|
# Default: 5
|
||||||
|
# Range: 1 ~ 100
|
||||||
|
pathfindingThreads = 5
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": "c:is_dense_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,96 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_plains"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:is_savanna"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_deep_ocean"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_nether"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_mushroom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_rare"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:mirage_isles"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:mangrove_swamp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:cave/underground_jungle"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,59 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,115 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:is_ocean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_end"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:nether_wastes"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "biomesoplenty:crystalline_chasm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_end"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:the_end"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:mushroom_fields"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:lush_caves"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": "c:is_cold_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:is_hot_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:deep_ocean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:deep_lukewarm_ocean"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_deep_ocean"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_plains"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_deep_ocean"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_hot_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_dry_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_ocean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_hot_overworld"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_dry_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_hot_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_jungle"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_nether"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_ocean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_hot_overworld"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:mangrove_swamp"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_hot_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_ocean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:deep_warm_ocean"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_end"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:the_end"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,122 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_snowy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_wasteland"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:mangrove_swamp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:cave/underground_jungle"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_mushroom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_rare"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:mirage_isles"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,115 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:is_ocean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_ocean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_cold_overworld"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": "c:is_cold_overworld"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "biomesoplenty:tundra_bog"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:warm_river"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:dark_forest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_dry_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_hot_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,91 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_badlands"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_dry_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_hot_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,91 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_badlands"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_dry_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_hot_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_deep_ocean"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "alexsmobs:skreechers_can_spawn_wardens"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,108 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_forest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:is_savanna"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:is_cold_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:sparse_jungle"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"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:mirage_isles"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:lavender_valley"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:lavender_forest"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"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:temperate_highlands"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:cherry_grove"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,98 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_snowy"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:snowy_slopes"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:frozen_peaks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:jagged_peaks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"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:snowy_maple_forest"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:emerald_peaks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:rocky_mountains"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:scarlet_mountains"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:snowy_shield"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:skylands_winter"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:soul_sand_valley"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "byg:warped_desert"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "incendium:weeping_valley"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_end"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:the_end"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:basalt_deltas"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "biomesoplenty:withered_abyss"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "incendium:volcanic_deltas"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "incendium:withered_forest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:no_default_monsters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:basalt_deltas"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "biomesoplenty:withered_abyss"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "incendium:volcanic_deltas"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "incendium:withered_forest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:birch_forest"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:old_growth_birch_forest"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:white_cliffs"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,212 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_mountain"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:snowy_slopes"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:frozen_peaks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:jagged_peaks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:blooming_valley"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:emerald_peaks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:painted_mountains"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:rocky_mountains"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:scarlet_mountains"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:stony_spires"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:volcanic_crater"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:volcanic_peaks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"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": "terralith:skylands_winter"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"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:yellowstone"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:yosemite_cliffs"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:bryce_canyon"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:jungle_mountains"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:haze_mountain"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:windswept_spires"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:desert_spires"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:desert_canyon"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"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:white_cliffs"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_dry_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_hot_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,101 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_forest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:is_savanna"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": true,
|
||||||
|
"value": "c:is_cold_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": true,
|
||||||
|
"value": "minecraft:sparse_jungle"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"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:mirage_isles"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:lavender_valley"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:lavender_forest"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"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:temperate_highlands"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": "c:is_cold_overworld"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "biomesoplenty:tundra_bog"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:warm_river"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:bamboo_jungle"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "biomesoplenty:bamboo_grove"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:cherry_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:amethyst_canyon"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:amethyst_rainforest"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:skylands_spring"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "biomesoplenty:snowblossom_grove"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_dry_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_hot_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:ice_spikes"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:is_overworld"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_snowy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "BIOME_TAG",
|
||||||
|
"negate": false,
|
||||||
|
"value": "c:is_plains"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:snowy_badlands"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "terralith:gravel_desert"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "biomesoplenty:snowblossom_grove"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": "c: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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"biomes": []
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"biomes": []
|
||||||
|
}
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"biomes": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "minecraft:warped_forest"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "byg:crimson_gardens"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "byg:warped_desert"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "incendium:inverted_forest"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "REGISTRY_NAME",
|
||||||
|
"negate": false,
|
||||||
|
"value": "incendium:quartz_flats"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,228 @@
|
|||||||
|
{
|
||||||
|
"general": {
|
||||||
|
"engines": 0,
|
||||||
|
"volume": 1,
|
||||||
|
"useSoundMasterSource": false,
|
||||||
|
"scanStepAmount": 100,
|
||||||
|
"playSoundWithOffset": true
|
||||||
|
},
|
||||||
|
"dimensions": {
|
||||||
|
"abyssalcraft": 1,
|
||||||
|
"betweenlands": 1,
|
||||||
|
"cave": 1,
|
||||||
|
"end": 1,
|
||||||
|
"galacticraft": 1,
|
||||||
|
"galacticraft.planets": 1,
|
||||||
|
"midnight": 1,
|
||||||
|
"nether": 1,
|
||||||
|
"surface": 1,
|
||||||
|
"twilightforest": 1,
|
||||||
|
"void": 1
|
||||||
|
},
|
||||||
|
"regions": {
|
||||||
|
"abyssalcraft_dark": {
|
||||||
|
"overall": 1,
|
||||||
|
"suspense.suspense": 1
|
||||||
|
},
|
||||||
|
"end_unknown": {
|
||||||
|
"overall": 1,
|
||||||
|
"suspense.suspense": 1
|
||||||
|
},
|
||||||
|
"galacticraft_planets_wind": {
|
||||||
|
"overall": 1,
|
||||||
|
"wind.light-wind": 1
|
||||||
|
},
|
||||||
|
"nether_suspense": {
|
||||||
|
"overall": 1,
|
||||||
|
"nether": 1
|
||||||
|
},
|
||||||
|
"twilightforest_unknown": {
|
||||||
|
"overall": 1,
|
||||||
|
"suspense.suspense": 1
|
||||||
|
},
|
||||||
|
"void_dark": {
|
||||||
|
"overall": 1,
|
||||||
|
"suspense.suspense": 1
|
||||||
|
},
|
||||||
|
"beach": {
|
||||||
|
"overall": 1,
|
||||||
|
"beach": 1,
|
||||||
|
"seagull": 1,
|
||||||
|
"seagull-long": 1
|
||||||
|
},
|
||||||
|
"cave_ambience": {
|
||||||
|
"overall": 1,
|
||||||
|
"cave": 1,
|
||||||
|
"cave-water": 1,
|
||||||
|
"cave-deep": 1,
|
||||||
|
"cave-large": 1
|
||||||
|
},
|
||||||
|
"cave_deep-dark": {
|
||||||
|
"overall": 1,
|
||||||
|
"deep-dark": 1,
|
||||||
|
"water-droplets": 1
|
||||||
|
},
|
||||||
|
"cave": {
|
||||||
|
"overall": 1
|
||||||
|
},
|
||||||
|
"cave_lush": {
|
||||||
|
"overall": 1,
|
||||||
|
"cave-lush": 1,
|
||||||
|
"frog": 1
|
||||||
|
},
|
||||||
|
"cold_artic": {
|
||||||
|
"overall": 1,
|
||||||
|
"heavy-wind": 1
|
||||||
|
},
|
||||||
|
"cold": {
|
||||||
|
"overall": 1,
|
||||||
|
"wind.light-wind": 1
|
||||||
|
},
|
||||||
|
"desert": {
|
||||||
|
"overall": 1,
|
||||||
|
"cicadas-desert": 1,
|
||||||
|
"wind.light-wind": 1
|
||||||
|
},
|
||||||
|
"forest_cold": {
|
||||||
|
"overall": 1,
|
||||||
|
"crow": 1
|
||||||
|
},
|
||||||
|
"forest": {
|
||||||
|
"overall": 1,
|
||||||
|
"bird-ambience": 1,
|
||||||
|
"owl": 1
|
||||||
|
},
|
||||||
|
"forest_roofed": {
|
||||||
|
"overall": 1,
|
||||||
|
"bird-ambience-spooky": 1
|
||||||
|
},
|
||||||
|
"grass": {
|
||||||
|
"overall": 1,
|
||||||
|
"cricket": 1,
|
||||||
|
"cricket-night": 1,
|
||||||
|
"cicadas-night": 1
|
||||||
|
},
|
||||||
|
"highland": {
|
||||||
|
"overall": 1,
|
||||||
|
"heavy-wind": 1,
|
||||||
|
"wind-in-leaves": 1
|
||||||
|
},
|
||||||
|
"jungle": {
|
||||||
|
"overall": 1,
|
||||||
|
"cricket-jungle": 1,
|
||||||
|
"cricket-jungle-night": 1,
|
||||||
|
"bird-ambience-jungle": 1,
|
||||||
|
"bird-ambience-jungle-night": 1
|
||||||
|
},
|
||||||
|
"mesa": {
|
||||||
|
"overall": 1,
|
||||||
|
"wind-mesa": 1
|
||||||
|
},
|
||||||
|
"mushroom_fields": {
|
||||||
|
"overall": 1,
|
||||||
|
"cicadas-mushroom-fields": 1,
|
||||||
|
"special-mushroom-fields": 1
|
||||||
|
},
|
||||||
|
"ocean": {
|
||||||
|
"overall": 1,
|
||||||
|
"ocean": 1,
|
||||||
|
"wind.light-wind": 1
|
||||||
|
},
|
||||||
|
"ocean_deep": {
|
||||||
|
"overall": 1,
|
||||||
|
"whale": 1
|
||||||
|
},
|
||||||
|
"pale-garden": {
|
||||||
|
"overall": 1,
|
||||||
|
"pale-garden-ambience": 1,
|
||||||
|
"owl": 1
|
||||||
|
},
|
||||||
|
"plains": {
|
||||||
|
"overall": 1,
|
||||||
|
"cricket": 1,
|
||||||
|
"cricket-night": 1,
|
||||||
|
"cicadas-night": 1
|
||||||
|
},
|
||||||
|
"rain": {
|
||||||
|
"overall": 1,
|
||||||
|
"rain": 1
|
||||||
|
},
|
||||||
|
"savanna": {
|
||||||
|
"overall": 1,
|
||||||
|
"cricket": 1,
|
||||||
|
"cicadas": 1,
|
||||||
|
"cicadas-desert": 1,
|
||||||
|
"cricket-warm-night": 1,
|
||||||
|
"wolf": 1,
|
||||||
|
"long-wolf": 1,
|
||||||
|
"bird-warm": 1
|
||||||
|
},
|
||||||
|
"sky": {
|
||||||
|
"overall": 1,
|
||||||
|
"wind.light-wind": 1
|
||||||
|
},
|
||||||
|
"space": {
|
||||||
|
"overall": 1
|
||||||
|
},
|
||||||
|
"storm_away": {
|
||||||
|
"overall": 1,
|
||||||
|
"storm-away": 1,
|
||||||
|
"howling-wind": 1
|
||||||
|
},
|
||||||
|
"storm_close": {
|
||||||
|
"overall": 1,
|
||||||
|
"storm-close": 1,
|
||||||
|
"wind": 1
|
||||||
|
},
|
||||||
|
"surface": {
|
||||||
|
"overall": 1
|
||||||
|
},
|
||||||
|
"swamp": {
|
||||||
|
"overall": 1,
|
||||||
|
"cricket-swamp": 1,
|
||||||
|
"cricket-warm-night": 1,
|
||||||
|
"frog": 1,
|
||||||
|
"mouring_dove": 1
|
||||||
|
},
|
||||||
|
"taiga": {
|
||||||
|
"overall": 1,
|
||||||
|
"bird-ambience-huge": 1
|
||||||
|
},
|
||||||
|
"underwater": {
|
||||||
|
"overall": 1,
|
||||||
|
"underwater": 1,
|
||||||
|
"underwater-deep": 1
|
||||||
|
},
|
||||||
|
"underworld": {
|
||||||
|
"overall": 1,
|
||||||
|
"underworld": 1
|
||||||
|
},
|
||||||
|
"warden": {
|
||||||
|
"overall": 1,
|
||||||
|
"warden": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"categories": {
|
||||||
|
"animal": {
|
||||||
|
"animal": 1,
|
||||||
|
"bird": {
|
||||||
|
"bird": 1,
|
||||||
|
"bird_day": 1,
|
||||||
|
"bird_night": 1
|
||||||
|
},
|
||||||
|
"cicadas": 1,
|
||||||
|
"cricket": {
|
||||||
|
"cricket": 1,
|
||||||
|
"cricket_day": 1,
|
||||||
|
"cricket_night": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cave": 1,
|
||||||
|
"suspense": 1,
|
||||||
|
"weather": 1,
|
||||||
|
"wind": 1
|
||||||
|
},
|
||||||
|
"fade-volume": 0.005,
|
||||||
|
"fade-pitch": 0.005,
|
||||||
|
"silent-dimensions": []
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
[general]
|
||||||
|
#True if citadel tracks entity properties(freezing, stone mobs, etc) on server. Turn this to false to solve some server lag, may break some stuff.
|
||||||
|
"Track Entities" = true
|
||||||
|
#True to skip warnings about using datapacks.
|
||||||
|
"Skip Datapack Warnings" = true
|
||||||
|
#Multiplies the count of entities spawned by this number. 0 = no entites added on chunk gen, 2 = twice as many entities added on chunk gen. Useful for many mods that add a lot of creatures, namely animals, to the spawn lists.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 100000.0
|
||||||
|
chunkGenSpawnModifier = 1.0
|
||||||
|
#True to if april fools content can display on april fools.
|
||||||
|
"April Fools Content" = true
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user