Add new stone, wood, and leaves types for Alex's Caves and update sound properties for Sound Physics Remastered; adjust screen options in accessories configuration for improved user experience.

This commit is contained in:
Leonid Pershin
2026-05-08 02:43:55 +03:00
parent 1dcdd18c89
commit 3aff0a3b0d
29 changed files with 1742 additions and 2 deletions
+141
View File
@@ -0,0 +1,141 @@
[generation]
#Average radius (in blocks) of an Alex's Caves cave biome.
# Default: 160.0
# Range: 10.0 ~ 1.7976931348623157E308
cave_biome_mean_width = 160.0
#Average separation (in blocks) between each Alex's Caves cave biome.
# Default: 2000
# Range: > 50
cave_biome_mean_separation = 2000
#How irregularly shaped Alex's Caves cave biomes can generate. 0 = all biomes nearly circular. 1 = biomes completely squiggly in shape.
# Default: 0.15
# Range: 0.0 ~ 1.0
cave_biome_width_randomness = 0.15
#Average spacing in between Alex's Caves cave biomes. 0 = all biomes nearly perfectly equidistant. 1 = biomes completely randomly spread out, sometimes next to eachother.
# Default: 0.45
# Range: 0.0 ~ 1.0
cave_biome_spacing_randomness = 0.45
#Whether to warn users when a server starts if an incompatible generation mod is detected.
warn_generation_incompatibility = true
[mob-spawning]
#Cave Creatures (All dinosaurs, raycats, etc) spawn at this frequency. Their cap is calculated by multiplying this number with the default mob cap for surface animals.
# Default: 1.75
# Range: 0.0 ~ 10.0
cave_creature_spawn_count_modifier = 1.75
#The percent chance that drowned have to spawn wearing diving gear in the Abyssal Chasm. 0 = no diving gear wearing drowned will spawn
# Default: 0.2
# Range: 0.0 ~ 1.0
drowned_diving_gear_spawn_chance = 0.2
[mob-behavior]
#How many cpu cores big mobs(tremorzilla, atlatitan, grottoceratops etc) should utilize when pathing. Bigger number = less impact on TPS
# Default: 5
# Range: 1 ~ 100
pathfinding_threads = 5
#Chance that blocks destroyed by luxtructosaurus attacks drop themselves, if mob griefing is enabled.
# Default: 0.75
# Range: 0.0 ~ 1.0
luxtructosaurus_block_drop_chance = 0.75
#The maximum explosion resistance that a block can have to be destroyed by an atlatitan stomp. Set to zero to disable all atlatitan block breaking.
# Default: 10
# Range: > 0
atlatitan_max_block_explosion_resistance = 10
#How long (in game ticks) it takes for a nucleeper to explode.
# Default: 300
# Range: > 20
nucleeper_fuse_time = 300
#True if the Tremorzilla beam breaks even more blocks.
devastating_tremorzilla_beam = true
#Whether the Watcher can take control of the camera.
watcher_possession = true
#How long (in game ticks) between watcher possession attempts.
# Default: 300
# Range: 20 ~ 24000
watcher_possession_cooldown = 300
[block-behavior]
#True if players wearing boots can walk on any scarlet neodymium surface.
walking_on_magnets = true
#How long (in game ticks) it usually takes for an amber monolith to spawn an animal.
# Default: 32000
# Range: > 1000
amber_monolith_mean_time = 32000
#True if the Nuclear Furnace only uses 'Blasting' recipes, false to use all smelting recipes.
nuclear_furnace_blasting_only = true
#True if the Nuclear Furnace should only use recipes using the `alexscaves:nuclear_furnace` recipe type, false to use regular behavior.
nuclear_furnace_custom_type = false
[item-behavior]
#True if one Cave Codex is all that is needed to unlock every Cave Compendium entry.
only_one_research_needed = false
#How many attempts to find a biome a cave map engages in when used. Increase this to increase the search radius, or decrease it to make them faster.
# Default: 128000
# Range: > 64
cave_map_search_attempts = 128000
#How wide each search attempt scans for a biome. Increasing this generally makes cave biome maps faster - at the cost of losing fidelity(may skip biomes smaller than this in block width).
# Default: 64
# Range: 4 ~ 256
cave_map_search_width = 64
#The maximum explosion resistance that a block can have to be destroyed by a nuclear explosion. Set to zero to disable all nuclear explosion block breaking.
# Default: 1000
# Range: > 0
nuke_max_block_explosion_resistance = 1000
#Whether some block items are dropped by nuclear explosions. False if all destroyed blocks do not drop items.
nuke_spawn_item_drops = true
#The scale of nuclear bomb destruction. multiply this by 16 to get the radius of a nuclear bomb explosion.
# Default: 3.0
# Range: 0.0 ~ 100.0
nuclear_explosion_size_modifier = 3.0
#Whether the Totem of Possession can be applied to players.
totem_of_possession_works_on_players = true
#The amount of time (in ticks) it takes to charge up the Cloak of Darkness ability.
# Default: 1000
# Range: > 20
darkness_cloak_charge_time = 1000
#The amount of time (in ticks) that players can fly with the Cloak of Darkness ability.
# Default: 200
# Range: > 20
darkness_cloak_fly_time = 200
[potion-behavior]
#Whether the Sugar Rush changes the tick rate of the game in the area of affected players.
sugar_rush_slows_time = true
[vanilla-changes]
#percent chance of bastion having a cave tablet for magnetic caves in its loot table:
# Default: 0.45
# Range: 0.0 ~ 1.0
magnetic_tablet_loot_chance = 0.45
#percent chance of suspicious sand having a cave tablet for primordial caves in its loot table:
# Default: 0.15
# Range: 0.0 ~ 1.0
primordial_tablet_loot_chance = 0.15
#percent chance of jungle temple having a cave tablet for toxic caves in its loot table:
# Default: 0.5
# Range: 0.0 ~ 1.0
toxic_tablet_loot_chance = 0.5
#percent chance of underwater ruins having a cave tablet for abyssal chasm in its loot table:
# Default: 0.4
# Range: 0.0 ~ 1.0
abyssal_tablet_loot_chance = 0.4
#percent chance of mansion having a cave tablet for forlorn hollows in its loot table:
# Default: 0.75
# Range: 0.0 ~ 1.0
forlorn_tablet_loot_chance = 0.75
#percent chance of witch hut chest having a cave tablet for candy cavity in its loot table:
# Default: 0.9
# Range: 0.0 ~ 1.0
candy_cavity_loot_chance = 0.9
#percent chance of abandoned mineshaft chests having a map to a nearby underground mineshaft in their loot table:
# Default: 0.15
# Range: 0.0 ~ 1.0
cabin_map_loot_chance = 0.15
#Whether the Cartographer Villagers can sell maps to Underground Cabins.
cartographers_sell_cabin_maps = true
#Whether the Wandering Traders can sell maps to Underground Cabins.
wandering_traders_sell_cabin_maps = true
#Whether a loot chest is added to vanilla's witch huts. This is included to provide another place to find candy cavity biome cave tablets.
loot_chest_in_witch_huts = true
#Whether the Enchantments added by AC appear in vanilla loot tables.
enchantments_in_loot = false
@@ -0,0 +1 @@
7
@@ -0,0 +1,20 @@
{
"disabled_completely": false,
"distance_from_spawn": 400,
"alexscaves_rarity_offset": 3,
"continentalness": [
-0.95,
-0.65
],
"temperature": [
-1.0,
0.5
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
@@ -0,0 +1,16 @@
{
"disabled_completely": false,
"distance_from_spawn": 500,
"alexscaves_rarity_offset": 5,
"continentalness": [
0.5,
1.0
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
@@ -0,0 +1,16 @@
{
"disabled_completely": false,
"distance_from_spawn": 650,
"alexscaves_rarity_offset": 4,
"continentalness": [
-1.0,
1.0
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
@@ -0,0 +1,16 @@
{
"disabled_completely": false,
"distance_from_spawn": 400,
"alexscaves_rarity_offset": 0,
"continentalness": [
-1.0,
1.0
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
@@ -0,0 +1,16 @@
{
"disabled_completely": false,
"distance_from_spawn": 450,
"alexscaves_rarity_offset": 1,
"continentalness": [
0.4,
1.0
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
@@ -0,0 +1,16 @@
{
"disabled_completely": false,
"distance_from_spawn": 650,
"alexscaves_rarity_offset": 2,
"continentalness": [
0.5,
1.0
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
+220
View File
@@ -34,6 +34,52 @@
white_sandstone = true
brimstone = true
[types.stone_type.natures_spirit]
white_kaolin = true
light_gray_kaolin = true
gray_kaolin = true
black_kaolin = true
brown_kaolin = true
red_kaolin = true
orange_kaolin = true
yellow_kaolin = true
lime_kaolin = true
green_kaolin = true
cyan_kaolin = true
light_blue_kaolin = true
blue_kaolin = true
purple_kaolin = true
magenta_kaolin = true
pink_kaolin = true
pink_sandstone = true
white_chalk = true
light_gray_chalk = true
gray_chalk = true
black_chalk = true
brown_chalk = true
red_chalk = true
orange_chalk = true
yellow_chalk = true
lime_chalk = true
green_chalk = true
cyan_chalk = true
light_blue_chalk = true
blue_chalk = true
purple_chalk = true
magenta_chalk = true
pink_chalk = true
travertine = true
chert = true
kaolin = true
[types.stone_type.quark]
soul_sandstone = true
limestone = true
jasper = true
shale = true
myalite = true
permafrost = true
[types.wood_type.cataclysm]
chorus = true
@@ -52,6 +98,30 @@
hellbark = true
empyreal = true
[types.wood_type.quark]
azalea = true
ancient = true
blossom = true
[types.wood_type.natures_spirit]
redwood = true
sugi = true
wisteria = true
fir = true
willow = true
aspen = true
maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -75,6 +145,131 @@
hellbark = true
empyreal = true
[types.leaves_type.quark]
ancient = true
blue_blossom = true
lavender_blossom = true
orange_blossom = true
yellow_blossom = true
red_blossom = true
[types.leaves_type.natures_spirit]
frosty_redwood = true
redwood = true
sugi = true
wisteria = true
white_wisteria = true
part_white_wisteria = true
blue_wisteria = true
part_blue_wisteria = true
pink_wisteria = true
part_pink_wisteria = true
purple_wisteria = true
part_purple_wisteria = true
frosty_fir = true
fir = true
willow = true
aspen = true
yellow_aspen = true
red_maple = true
orange_maple = true
yellow_maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.leaves_type.dynamictrees]
spruce = true
oak_undergrowth = true
oak = true
mangrove = true
jungle_undergrowth = true
jungle = true
flowering_azalea = true
dark_oak = true
cherry = true
birch = true
azalea = true
acacia = true
[types.leaves_type.dtnatures_spirit]
yellow_maple = true
wisteria = true
willow = true
white_wisteria = true
sugi = true
saxaul = true
red_maple = true
redwood = true
purple_wisteria = true
pink_wisteria = true
part_white_wisteria = true
part_purple_wisteria = true
part_pink_wisteria = true
part_blue_wisteria = true
palo_verde = true
orange_maple = true
olive = true
mahogany = true
larch = true
joshua = true
ghaf = true
frosty_redwood = true
frosty_fir = true
fir = true
cypress = true
coconut = true
cedar = true
blue_wisteria = true
aspen = true
[types.leaves_type.dtbop]
yellow_maple = true
willow = true
umbran = true
spruce_undergrowth = true
spruce_twiglet = true
spruce_poplar = true
sparse_oak = true
sparse_acacia = true
snowblossom_twiglet = true
snowblossom = true
red_maple = true
redwood = true
rainbow_birch = true
poplar = true
pine = true
palm = true
orange_maple = true
oak_twiglet = true
mega_dark_oak = true
maple_twiglet = true
mangrove_twiglet = true
mahogany = true
magic_poplar = true
jungle_twiglet = true
jacaranda = true
hellbark_bush = true
hellbark = true
flowering_oak_undergrowth = true
flowering_oak = true
fir = true
dying = true
dark_poplar = true
dark_oak_twiglet = true
cypress_willow = true
cherry_twiglet = true
aspen = true
acacia_undergrowth = true
acacia_twiglet = true
#Disables specific entries
[entries]
@@ -120,6 +315,11 @@
[entries.stone_type.waystones]
waystone = true
[entries.stone_type.quark]
polished_vertical_slab = true
pillar = true
vertical_slab = true
[entries.wood_type.farmersdelight]
cabinet = true
@@ -135,3 +335,23 @@
[entries.wood_type.create]
window_pane = true
window = true
[entries.wood_type.quark]
vertical_planks = true
post = true
trapped_chest = true
bookshelf = true
chest = true
stripped_post = true
ladder = true
hollow_log = true
vertical_slab = true
[entries.mud_type.quark]
carved_bricks = true
pillar = true
brick_lattice = true
[entries.leaves_type.quark]
hedge = true
leaf_carpet = true
+137
View File
@@ -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
+13
View File
@@ -80,6 +80,12 @@
myalite = true
permafrost = true
[types.stone_type.alexscaves]
galena = true
radrock = true
abyssmarine = true
guanostone = true
[types.wood_type.cataclysm]
chorus = true
@@ -122,6 +128,10 @@
mahogany = true
saxaul = true
[types.wood_type.alexscaves]
pewen = true
thornwood = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -270,6 +280,9 @@
acacia_undergrowth = true
acacia_twiglet = true
[types.leaves_type.alexscaves]
ancient = true
#Disables specific entries
[entries]
Binary file not shown.
+1 -1
View File
@@ -8,7 +8,7 @@
"disabledDefaultRenders": []
},
"screenOptions": {
"selectedScreenType": "NONE",
"selectedScreenType": "ORIGINAL",
"showUnusedSlots": false,
"allowSlotScrolling": true,
"inventoryButtonOffset": {
+35
View File
@@ -0,0 +1,35 @@
[visuals]
#whether to cave maps are visible when held by players from the third-person perspective.
cave_maps_visible_in_third_person = true
#whether to shake the screen from tremorsaurus stomping, nuclear explosions, etc.
screen_shaking = true
#true if some block models, like uranium ore or abyssmarine bricks render as fullbright. May increase load time, no gameplay performance impact.
emissive_block_models = true
#whether to make the screen flash white during nuclear explosions.
nuclear_bomb_flash = true
#true if some biomes, such as primordial caves, have ambient light that makes the biome easier to see in.
biome_ambient_light = true
#true if some biomes, such as toxic caves, apply a color to ambient light. May conflict with shaders.
biome_ambient_light_coloring = true
#true if some biomes, such as primordial caves, have an always well-lit sky when in them. May conflict with shaders.
biome_sky_overrides = true
#true if some biomes, such as abyssal chasm, have an thicker water fog to them. May conflict with shaders.
biome_sky_fog_overrides = true
#true if ambersol block renders with rays of light emerging from it.
ambersol_shines = true
#true if irradiated effect makes mobs glow. May conflict with shaders.
radiation_glow_effect = true
#determines how far to the left the subterranodon flight indicator renders on the screen when mounted. Negative numbers will render it on the right.
# Default: 22
# Range: -12000 ~ 12000
subterranodon_indicator_x = 22
#determines how far from bottom the subterranodon flight indicator renders on the screen when mounted.
# Default: 6
# Range: -12000 ~ 12000
subterranodon_indicator_y = 6
#true if sugar rush makes the world more saturated. May conflict with shaders.
sugar_rush_saturation_effect = true
[audio]
#whether nuclear explosions briefly muffle other sounds.
nuclear_bomb_muffles_sounds = true
+141
View File
@@ -0,0 +1,141 @@
[generation]
#Average radius (in blocks) of an Alex's Caves cave biome.
# Default: 160.0
# Range: 10.0 ~ 1.7976931348623157E308
cave_biome_mean_width = 160.0
#Average separation (in blocks) between each Alex's Caves cave biome.
# Default: 2000
# Range: > 50
cave_biome_mean_separation = 2000
#How irregularly shaped Alex's Caves cave biomes can generate. 0 = all biomes nearly circular. 1 = biomes completely squiggly in shape.
# Default: 0.15
# Range: 0.0 ~ 1.0
cave_biome_width_randomness = 0.15
#Average spacing in between Alex's Caves cave biomes. 0 = all biomes nearly perfectly equidistant. 1 = biomes completely randomly spread out, sometimes next to eachother.
# Default: 0.45
# Range: 0.0 ~ 1.0
cave_biome_spacing_randomness = 0.45
#Whether to warn users when a server starts if an incompatible generation mod is detected.
warn_generation_incompatibility = true
[mob-spawning]
#Cave Creatures (All dinosaurs, raycats, etc) spawn at this frequency. Their cap is calculated by multiplying this number with the default mob cap for surface animals.
# Default: 1.75
# Range: 0.0 ~ 10.0
cave_creature_spawn_count_modifier = 1.75
#The percent chance that drowned have to spawn wearing diving gear in the Abyssal Chasm. 0 = no diving gear wearing drowned will spawn
# Default: 0.2
# Range: 0.0 ~ 1.0
drowned_diving_gear_spawn_chance = 0.2
[mob-behavior]
#How many cpu cores big mobs(tremorzilla, atlatitan, grottoceratops etc) should utilize when pathing. Bigger number = less impact on TPS
# Default: 5
# Range: 1 ~ 100
pathfinding_threads = 5
#Chance that blocks destroyed by luxtructosaurus attacks drop themselves, if mob griefing is enabled.
# Default: 0.75
# Range: 0.0 ~ 1.0
luxtructosaurus_block_drop_chance = 0.75
#The maximum explosion resistance that a block can have to be destroyed by an atlatitan stomp. Set to zero to disable all atlatitan block breaking.
# Default: 10
# Range: > 0
atlatitan_max_block_explosion_resistance = 10
#How long (in game ticks) it takes for a nucleeper to explode.
# Default: 300
# Range: > 20
nucleeper_fuse_time = 300
#True if the Tremorzilla beam breaks even more blocks.
devastating_tremorzilla_beam = true
#Whether the Watcher can take control of the camera.
watcher_possession = true
#How long (in game ticks) between watcher possession attempts.
# Default: 300
# Range: 20 ~ 24000
watcher_possession_cooldown = 300
[block-behavior]
#True if players wearing boots can walk on any scarlet neodymium surface.
walking_on_magnets = true
#How long (in game ticks) it usually takes for an amber monolith to spawn an animal.
# Default: 32000
# Range: > 1000
amber_monolith_mean_time = 32000
#True if the Nuclear Furnace only uses 'Blasting' recipes, false to use all smelting recipes.
nuclear_furnace_blasting_only = true
#True if the Nuclear Furnace should only use recipes using the `alexscaves:nuclear_furnace` recipe type, false to use regular behavior.
nuclear_furnace_custom_type = false
[item-behavior]
#True if one Cave Codex is all that is needed to unlock every Cave Compendium entry.
only_one_research_needed = false
#How many attempts to find a biome a cave map engages in when used. Increase this to increase the search radius, or decrease it to make them faster.
# Default: 128000
# Range: > 64
cave_map_search_attempts = 128000
#How wide each search attempt scans for a biome. Increasing this generally makes cave biome maps faster - at the cost of losing fidelity(may skip biomes smaller than this in block width).
# Default: 64
# Range: 4 ~ 256
cave_map_search_width = 64
#The maximum explosion resistance that a block can have to be destroyed by a nuclear explosion. Set to zero to disable all nuclear explosion block breaking.
# Default: 1000
# Range: > 0
nuke_max_block_explosion_resistance = 1000
#Whether some block items are dropped by nuclear explosions. False if all destroyed blocks do not drop items.
nuke_spawn_item_drops = true
#The scale of nuclear bomb destruction. multiply this by 16 to get the radius of a nuclear bomb explosion.
# Default: 3.0
# Range: 0.0 ~ 100.0
nuclear_explosion_size_modifier = 3.0
#Whether the Totem of Possession can be applied to players.
totem_of_possession_works_on_players = true
#The amount of time (in ticks) it takes to charge up the Cloak of Darkness ability.
# Default: 1000
# Range: > 20
darkness_cloak_charge_time = 1000
#The amount of time (in ticks) that players can fly with the Cloak of Darkness ability.
# Default: 200
# Range: > 20
darkness_cloak_fly_time = 200
[potion-behavior]
#Whether the Sugar Rush changes the tick rate of the game in the area of affected players.
sugar_rush_slows_time = true
[vanilla-changes]
#percent chance of bastion having a cave tablet for magnetic caves in its loot table:
# Default: 0.45
# Range: 0.0 ~ 1.0
magnetic_tablet_loot_chance = 0.45
#percent chance of suspicious sand having a cave tablet for primordial caves in its loot table:
# Default: 0.15
# Range: 0.0 ~ 1.0
primordial_tablet_loot_chance = 0.15
#percent chance of jungle temple having a cave tablet for toxic caves in its loot table:
# Default: 0.5
# Range: 0.0 ~ 1.0
toxic_tablet_loot_chance = 0.5
#percent chance of underwater ruins having a cave tablet for abyssal chasm in its loot table:
# Default: 0.4
# Range: 0.0 ~ 1.0
abyssal_tablet_loot_chance = 0.4
#percent chance of mansion having a cave tablet for forlorn hollows in its loot table:
# Default: 0.75
# Range: 0.0 ~ 1.0
forlorn_tablet_loot_chance = 0.75
#percent chance of witch hut chest having a cave tablet for candy cavity in its loot table:
# Default: 0.9
# Range: 0.0 ~ 1.0
candy_cavity_loot_chance = 0.9
#percent chance of abandoned mineshaft chests having a map to a nearby underground mineshaft in their loot table:
# Default: 0.15
# Range: 0.0 ~ 1.0
cabin_map_loot_chance = 0.15
#Whether the Cartographer Villagers can sell maps to Underground Cabins.
cartographers_sell_cabin_maps = true
#Whether the Wandering Traders can sell maps to Underground Cabins.
wandering_traders_sell_cabin_maps = true
#Whether a loot chest is added to vanilla's witch huts. This is included to provide another place to find candy cavity biome cave tablets.
loot_chest_in_witch_huts = true
#Whether the Enchantments added by AC appear in vanilla loot tables.
enchantments_in_loot = false
@@ -0,0 +1 @@
7
@@ -0,0 +1,20 @@
{
"disabled_completely": false,
"distance_from_spawn": 400,
"alexscaves_rarity_offset": 3,
"continentalness": [
-0.95,
-0.65
],
"temperature": [
-1.0,
0.5
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
@@ -0,0 +1,16 @@
{
"disabled_completely": false,
"distance_from_spawn": 500,
"alexscaves_rarity_offset": 5,
"continentalness": [
0.5,
1.0
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
@@ -0,0 +1,16 @@
{
"disabled_completely": false,
"distance_from_spawn": 650,
"alexscaves_rarity_offset": 4,
"continentalness": [
-1.0,
1.0
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
@@ -0,0 +1,16 @@
{
"disabled_completely": false,
"distance_from_spawn": 400,
"alexscaves_rarity_offset": 0,
"continentalness": [
-1.0,
1.0
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
@@ -0,0 +1,16 @@
{
"disabled_completely": false,
"distance_from_spawn": 450,
"alexscaves_rarity_offset": 1,
"continentalness": [
0.4,
1.0
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
@@ -0,0 +1,16 @@
{
"disabled_completely": false,
"distance_from_spawn": 650,
"alexscaves_rarity_offset": 2,
"continentalness": [
0.5,
1.0
],
"depth": [
0.05,
2.0
],
"dimensions": [
"minecraft:overworld"
]
}
+46
View File
@@ -72,6 +72,14 @@
chert = true
kaolin = true
[types.stone_type.quark]
soul_sandstone = true
limestone = true
jasper = true
shale = true
myalite = true
permafrost = true
[types.wood_type.cataclysm]
chorus = true
@@ -109,6 +117,11 @@
mahogany = true
saxaul = true
[types.wood_type.quark]
azalea = true
ancient = true
blossom = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -249,6 +262,14 @@
acacia_undergrowth = true
acacia_twiglet = true
[types.leaves_type.quark]
ancient = true
blue_blossom = true
lavender_blossom = true
orange_blossom = true
yellow_blossom = true
red_blossom = true
#Disables specific entries
[entries]
@@ -294,6 +315,11 @@
[entries.stone_type.waystones]
waystone = true
[entries.stone_type.quark]
polished_vertical_slab = true
pillar = true
vertical_slab = true
[entries.wood_type.farmersdelight]
cabinet = true
@@ -309,3 +335,23 @@
[entries.wood_type.create]
window_pane = true
window = true
[entries.wood_type.quark]
vertical_planks = true
post = true
trapped_chest = true
bookshelf = true
chest = true
stripped_post = true
ladder = true
hollow_log = true
vertical_slab = true
[entries.mud_type.quark]
carved_bricks = true
pillar = true
brick_lattice = true
[entries.leaves_type.quark]
hedge = true
leaf_carpet = true
+174
View File
@@ -34,6 +34,44 @@
white_sandstone = true
brimstone = true
[types.stone_type.natures_spirit]
white_kaolin = true
light_gray_kaolin = true
gray_kaolin = true
black_kaolin = true
brown_kaolin = true
red_kaolin = true
orange_kaolin = true
yellow_kaolin = true
lime_kaolin = true
green_kaolin = true
cyan_kaolin = true
light_blue_kaolin = true
blue_kaolin = true
purple_kaolin = true
magenta_kaolin = true
pink_kaolin = true
pink_sandstone = true
white_chalk = true
light_gray_chalk = true
gray_chalk = true
black_chalk = true
brown_chalk = true
red_chalk = true
orange_chalk = true
yellow_chalk = true
lime_chalk = true
green_chalk = true
cyan_chalk = true
light_blue_chalk = true
blue_chalk = true
purple_chalk = true
magenta_chalk = true
pink_chalk = true
travertine = true
chert = true
kaolin = true
[types.wood_type.cataclysm]
chorus = true
@@ -52,6 +90,25 @@
hellbark = true
empyreal = true
[types.wood_type.natures_spirit]
redwood = true
sugi = true
wisteria = true
fir = true
willow = true
aspen = true
maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -75,6 +132,123 @@
hellbark = true
empyreal = true
[types.leaves_type.natures_spirit]
frosty_redwood = true
redwood = true
sugi = true
wisteria = true
white_wisteria = true
part_white_wisteria = true
blue_wisteria = true
part_blue_wisteria = true
pink_wisteria = true
part_pink_wisteria = true
purple_wisteria = true
part_purple_wisteria = true
frosty_fir = true
fir = true
willow = true
aspen = true
yellow_aspen = true
red_maple = true
orange_maple = true
yellow_maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.leaves_type.dynamictrees]
spruce = true
oak_undergrowth = true
oak = true
mangrove = true
jungle_undergrowth = true
jungle = true
flowering_azalea = true
dark_oak = true
cherry = true
birch = true
azalea = true
acacia = true
[types.leaves_type.dtnatures_spirit]
yellow_maple = true
wisteria = true
willow = true
white_wisteria = true
sugi = true
saxaul = true
red_maple = true
redwood = true
purple_wisteria = true
pink_wisteria = true
part_white_wisteria = true
part_purple_wisteria = true
part_pink_wisteria = true
part_blue_wisteria = true
palo_verde = true
orange_maple = true
olive = true
mahogany = true
larch = true
joshua = true
ghaf = true
frosty_redwood = true
frosty_fir = true
fir = true
cypress = true
coconut = true
cedar = true
blue_wisteria = true
aspen = true
[types.leaves_type.dtbop]
yellow_maple = true
willow = true
umbran = true
spruce_undergrowth = true
spruce_twiglet = true
spruce_poplar = true
sparse_oak = true
sparse_acacia = true
snowblossom_twiglet = true
snowblossom = true
red_maple = true
redwood = true
rainbow_birch = true
poplar = true
pine = true
palm = true
orange_maple = true
oak_twiglet = true
mega_dark_oak = true
maple_twiglet = true
mangrove_twiglet = true
mahogany = true
magic_poplar = true
jungle_twiglet = true
jacaranda = true
hellbark_bush = true
hellbark = true
flowering_oak_undergrowth = true
flowering_oak = true
fir = true
dying = true
dark_poplar = true
dark_oak_twiglet = true
cypress_willow = true
cherry_twiglet = true
aspen = true
acacia_undergrowth = true
acacia_twiglet = true
#Disables specific entries
[entries]
+137
View File
@@ -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
+13
View File
@@ -80,6 +80,12 @@
myalite = true
permafrost = true
[types.stone_type.alexscaves]
galena = true
radrock = true
abyssmarine = true
guanostone = true
[types.wood_type.cataclysm]
chorus = true
@@ -122,6 +128,10 @@
ancient = true
blossom = true
[types.wood_type.alexscaves]
pewen = true
thornwood = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -270,6 +280,9 @@
yellow_blossom = true
red_blossom = true
[types.leaves_type.alexscaves]
ancient = true
#Disables specific entries
[entries]
@@ -1,6 +1,487 @@
# Allowed sounds
# Set to 'false' to disable sound physics for that sound
alexscaves\:abyssal_chasm_ambience=true
alexscaves\:abyssal_chasm_ambience_additions=true
alexscaves\:abyssal_chasm_ambience_mood=true
alexscaves\:abyssal_chasm_music=true
alexscaves\:abyssmarine_glow_off=true
alexscaves\:abyssmarine_glow_on=true
alexscaves\:acid_burn=true
alexscaves\:acid_corrosion=true
alexscaves\:acid_idle=true
alexscaves\:acid_submerge=true
alexscaves\:acid_swim=true
alexscaves\:acid_unsubmerge=true
alexscaves\:amber_break=true
alexscaves\:amber_breaking=true
alexscaves\:amber_monolith_place=true
alexscaves\:amber_monolith_summon=true
alexscaves\:amber_place=true
alexscaves\:amber_step=true
alexscaves\:atlatitan_death=true
alexscaves\:atlatitan_hurt=true
alexscaves\:atlatitan_idle=true
alexscaves\:atlatitan_kick=true
alexscaves\:atlatitan_step=true
alexscaves\:atlatitan_stomp=true
alexscaves\:atlatitan_tail=true
alexscaves\:azure_neodymium_push_loop=true
alexscaves\:beholder_break=true
alexscaves\:beholder_breaking=true
alexscaves\:beholder_enter=true
alexscaves\:beholder_exit=true
alexscaves\:beholder_idle=true
alexscaves\:beholder_place=true
alexscaves\:beholder_step=true
alexscaves\:beholder_view_idle=true
alexscaves\:boundroid_chain_loop=true
alexscaves\:boundroid_dazed=true
alexscaves\:boundroid_death=true
alexscaves\:boundroid_hurt=true
alexscaves\:boundroid_idle=true
alexscaves\:boundroid_slam=true
alexscaves\:brainiac_attack=true
alexscaves\:brainiac_death=true
alexscaves\:brainiac_hurt=true
alexscaves\:brainiac_idle=true
alexscaves\:brainiac_lick=true
alexscaves\:brainiac_step=true
alexscaves\:brainiac_throw=true
alexscaves\:candicorn_charge_loop=true
alexscaves\:candicorn_charge_start=true
alexscaves\:candicorn_death=true
alexscaves\:candicorn_gallop=true
alexscaves\:candicorn_hurt=true
alexscaves\:candicorn_idle=true
alexscaves\:candicorn_step=true
alexscaves\:candy_cane_hook_launch=true
alexscaves\:candy_cane_hook_reel=true
alexscaves\:candy_cavity_ambience=true
alexscaves\:candy_cavity_ambience_additions=true
alexscaves\:candy_cavity_ambience_mood=true
alexscaves\:candy_cavity_music=true
alexscaves\:caniac_attack=true
alexscaves\:caniac_death=true
alexscaves\:caniac_hurt=true
alexscaves\:caniac_idle=true
alexscaves\:caniac_swing=true
alexscaves\:caramel_cube_attack=true
alexscaves\:caramel_cube_big=true
alexscaves\:caramel_cube_small=true
alexscaves\:cave_book_close=true
alexscaves\:cave_book_open=true
alexscaves\:cave_book_turn=true
alexscaves\:cinder_block_break=true
alexscaves\:cinder_block_breaking=true
alexscaves\:cinder_block_place=true
alexscaves\:cinder_block_step=true
alexscaves\:conversion_crucible_activate=true
alexscaves\:conversion_crucible_add=true
alexscaves\:conversion_crucible_convert=true
alexscaves\:copper_valve_creak_off=true
alexscaves\:copper_valve_creak_on=true
alexscaves\:corrodent_attack=true
alexscaves\:corrodent_death=true
alexscaves\:corrodent_dig_loop=true
alexscaves\:corrodent_dig_stop=true
alexscaves\:corrodent_hurt=true
alexscaves\:corrodent_idle=true
alexscaves\:corrodent_teeth=true
alexscaves\:dark_cloud_appear=true
alexscaves\:dark_cloud_disappear=true
alexscaves\:dark_cloud_idle=true
alexscaves\:darkness_incarnate_enter=true
alexscaves\:darkness_incarnate_exit=true
alexscaves\:darkness_incarnate_idle=true
alexscaves\:deep_one_admire=true
alexscaves\:deep_one_attack=true
alexscaves\:deep_one_death=true
alexscaves\:deep_one_hostile=true
alexscaves\:deep_one_hurt=true
alexscaves\:deep_one_idle=true
alexscaves\:deep_one_knight_admire=true
alexscaves\:deep_one_knight_attack=true
alexscaves\:deep_one_knight_death=true
alexscaves\:deep_one_knight_hostile=true
alexscaves\:deep_one_knight_hurt=true
alexscaves\:deep_one_knight_idle=true
alexscaves\:deep_one_mage_admire=true
alexscaves\:deep_one_mage_attack=true
alexscaves\:deep_one_mage_death=true
alexscaves\:deep_one_mage_hostile=true
alexscaves\:deep_one_mage_hurt=true
alexscaves\:deep_one_mage_idle=true
alexscaves\:dense_candy_break=true
alexscaves\:dense_candy_breaking=true
alexscaves\:dense_candy_place=true
alexscaves\:dense_candy_step=true
alexscaves\:desolate_dagger_hit=true
alexscaves\:desolate_dagger_summon=true
alexscaves\:disappointment=true
alexscaves\:drain_start=true
alexscaves\:drain_stop=true
alexscaves\:dreadbow_rain=true
alexscaves\:dreadbow_release=true
alexscaves\:extinction_spear_hit=true
alexscaves\:extinction_spear_summon=true
alexscaves\:extinction_spear_throw=true
alexscaves\:ferrouslime_combine=true
alexscaves\:ferrouslime_death=true
alexscaves\:ferrouslime_hurt=true
alexscaves\:ferrouslime_move_loop=true
alexscaves\:flood_basalt_break=true
alexscaves\:flood_basalt_breaking=true
alexscaves\:flood_basalt_place=true
alexscaves\:flood_basalt_step=true
alexscaves\:forlorn_hollows_ambience=true
alexscaves\:forlorn_hollows_ambience_additions=true
alexscaves\:forlorn_hollows_ambience_mood=true
alexscaves\:forlorn_hollows_music=true
alexscaves\:forsaken_aoe=true
alexscaves\:forsaken_bite=true
alexscaves\:forsaken_death=true
alexscaves\:forsaken_grab=true
alexscaves\:forsaken_hurt=true
alexscaves\:forsaken_idle=true
alexscaves\:forsaken_leap=true
alexscaves\:forsaken_screech=true
alexscaves\:forsaken_spawn=true
alexscaves\:forsaken_step=true
alexscaves\:frostmint_spear_hit=true
alexscaves\:frostmint_spear_throw=true
alexscaves\:fusion_music_disc=true
alexscaves\:galena_gauntlet_stop=true
alexscaves\:galena_gauntlet_use_loop=true
alexscaves\:gammaroach_attack=true
alexscaves\:gammaroach_death=true
alexscaves\:gammaroach_hurt=true
alexscaves\:gammaroach_idle=true
alexscaves\:gammaroach_spray=true
alexscaves\:gammaroach_step=true
alexscaves\:geothermal_vent_bubble=true
alexscaves\:geothermal_vent_bubble_underwater=true
alexscaves\:gingerbread_man_attack=true
alexscaves\:gingerbread_man_death=true
alexscaves\:gingerbread_man_hurt=true
alexscaves\:gingerbread_man_idle=true
alexscaves\:gingerbread_man_talk=true
alexscaves\:gloomoth_death=true
alexscaves\:gloomoth_flap=true
alexscaves\:gloomoth_hurt=true
alexscaves\:gobthumper_thump=true
alexscaves\:gossamer_worm_death=true
alexscaves\:gossamer_worm_hurt=true
alexscaves\:gossamer_worm_idle=true
alexscaves\:grottoceratops_attack=true
alexscaves\:grottoceratops_call=true
alexscaves\:grottoceratops_death=true
alexscaves\:grottoceratops_graze=true
alexscaves\:grottoceratops_hurt=true
alexscaves\:grottoceratops_idle=true
alexscaves\:grottoceratops_step=true
alexscaves\:gum_worm_attack=true
alexscaves\:gum_worm_death=true
alexscaves\:gum_worm_dig_loop=true
alexscaves\:gum_worm_dig_stop=true
alexscaves\:gum_worm_hurt=true
alexscaves\:gum_worm_idle=true
alexscaves\:gumball_bounce=true
alexscaves\:gumball_hit=true
alexscaves\:gumball_launch=true
alexscaves\:gumbeeper_death=true
alexscaves\:gumbeeper_explode=true
alexscaves\:gumbeeper_hurt=true
alexscaves\:gummy_bear_death=true
alexscaves\:gummy_bear_eat=true
alexscaves\:gummy_bear_hurt=true
alexscaves\:gummy_bear_idle=true
alexscaves\:gummy_bear_snore=true
alexscaves\:gummy_bear_step=true
alexscaves\:hard_candy_break=true
alexscaves\:hard_candy_breaking=true
alexscaves\:hard_candy_place=true
alexscaves\:hard_candy_step=true
alexscaves\:hazmat_block_break=true
alexscaves\:hazmat_block_breaking=true
alexscaves\:hazmat_block_place=true
alexscaves\:hazmat_block_step=true
alexscaves\:hologram_loop=true
alexscaves\:hologram_stop=true
alexscaves\:hullbreaker_attack=true
alexscaves\:hullbreaker_death=true
alexscaves\:hullbreaker_hurt=true
alexscaves\:hullbreaker_idle=true
alexscaves\:hullbreaker_land_death=true
alexscaves\:hullbreaker_land_hurt=true
alexscaves\:hullbreaker_land_idle=true
alexscaves\:lanternfish_flop=true
alexscaves\:lanternfish_hurt=true
alexscaves\:large_nuclear_explosion=true
alexscaves\:licowitch_cast_hex=true
alexscaves\:licowitch_cast_peppermint=true
alexscaves\:licowitch_cast_summon=true
alexscaves\:licowitch_celebrate=true
alexscaves\:licowitch_death=true
alexscaves\:licowitch_hurt=true
alexscaves\:licowitch_idle=true
alexscaves\:limestone_spear_hit=true
alexscaves\:limestone_spear_throw=true
alexscaves\:luxtructosaurus_attack_stomp=true
alexscaves\:luxtructosaurus_boss_music=true
alexscaves\:luxtructosaurus_breath=true
alexscaves\:luxtructosaurus_death=true
alexscaves\:luxtructosaurus_hurt=true
alexscaves\:luxtructosaurus_idle=true
alexscaves\:luxtructosaurus_jump=true
alexscaves\:luxtructosaurus_kick=true
alexscaves\:luxtructosaurus_roar=true
alexscaves\:luxtructosaurus_snort=true
alexscaves\:luxtructosaurus_step=true
alexscaves\:luxtructosaurus_stomp=true
alexscaves\:luxtructosaurus_summon=true
alexscaves\:luxtructosaurus_tail=true
alexscaves\:magic_conch_cast=true
alexscaves\:magic_conch_summon=true
alexscaves\:magnetic_caves_ambience=true
alexscaves\:magnetic_caves_ambience_additions=true
alexscaves\:magnetic_caves_ambience_mood=true
alexscaves\:magnetic_caves_music=true
alexscaves\:magnetron_assemble=true
alexscaves\:magnetron_attack=true
alexscaves\:magnetron_death=true
alexscaves\:magnetron_hurt=true
alexscaves\:magnetron_idle=true
alexscaves\:magnetron_roll=true
alexscaves\:magnetron_step=true
alexscaves\:metal_barrel_lid=true
alexscaves\:metal_scaffolding_climb=true
alexscaves\:metal_swarf_break=true
alexscaves\:metal_swarf_breaking=true
alexscaves\:metal_swarf_place=true
alexscaves\:metal_swarf_step=true
alexscaves\:mine_guardian_death=true
alexscaves\:mine_guardian_explode=true
alexscaves\:mine_guardian_flop=true
alexscaves\:mine_guardian_hurt=true
alexscaves\:mine_guardian_idle=true
alexscaves\:mine_guardian_land_death=true
alexscaves\:mine_guardian_land_explode=true
alexscaves\:mine_guardian_land_hurt=true
alexscaves\:mine_guardian_land_idle=true
alexscaves\:mine_guardian_scan=true
alexscaves\:moth_ball_place=true
alexscaves\:neodymium_break=true
alexscaves\:neodymium_breaking=true
alexscaves\:neodymium_place=true
alexscaves\:neodymium_step=true
alexscaves\:notor_death=true
alexscaves\:notor_flying=true
alexscaves\:notor_hurt=true
alexscaves\:notor_idle=true
alexscaves\:nuclear_bomb_break=true
alexscaves\:nuclear_bomb_breaking=true
alexscaves\:nuclear_bomb_defuse=true
alexscaves\:nuclear_bomb_place=true
alexscaves\:nuclear_bomb_step=true
alexscaves\:nuclear_explosion=true
alexscaves\:nuclear_explosion_ringing=true
alexscaves\:nuclear_explosion_rumble=true
alexscaves\:nuclear_furnace_active=true
alexscaves\:nuclear_furnace_active_critical=true
alexscaves\:nuclear_furnace_active_subcritical=true
alexscaves\:nuclear_furnace_active_supercritical=true
alexscaves\:nuclear_siren=true
alexscaves\:nucleeper_charge=true
alexscaves\:nucleeper_death=true
alexscaves\:nucleeper_hurt=true
alexscaves\:nucleeper_idle=true
alexscaves\:nucleeper_step=true
alexscaves\:ortholance_wave=true
alexscaves\:peering_coprolith_break=true
alexscaves\:peering_coprolith_breaking=true
alexscaves\:peering_coprolith_place=true
alexscaves\:peering_coprolith_step=true
alexscaves\:pewen_branch_break=true
alexscaves\:primal_magma_fissure_close=true
alexscaves\:primitive_club_hit=true
alexscaves\:primitive_club_miss=true
alexscaves\:primordial_caves_ambience=true
alexscaves\:primordial_caves_ambience_additions=true
alexscaves\:primordial_caves_ambience_mood=true
alexscaves\:primordial_caves_music=true
alexscaves\:purple_soda_idle=true
alexscaves\:purple_soda_submerge=true
alexscaves\:purple_soda_swim=true
alexscaves\:purple_soda_unsubmerge=true
alexscaves\:quarry_crush=true
alexscaves\:radgill_flop=true
alexscaves\:radgill_hurt=true
alexscaves\:radrock_break=true
alexscaves\:radrock_breaking=true
alexscaves\:radrock_place=true
alexscaves\:radrock_step=true
alexscaves\:rainbounce_boots_bounce=true
alexscaves\:raycat_absorb=true
alexscaves\:raycat_eat=true
alexscaves\:raycat_hurt=true
alexscaves\:raycat_idle=true
alexscaves\:raycat_tame_idle=true
alexscaves\:raygun_empty=true
alexscaves\:raygun_loop=true
alexscaves\:raygun_reload=true
alexscaves\:raygun_start=true
alexscaves\:relicheirus_death=true
alexscaves\:relicheirus_hurt=true
alexscaves\:relicheirus_idle=true
alexscaves\:relicheirus_scratch=true
alexscaves\:relicheirus_step=true
alexscaves\:relicheirus_topple=true
alexscaves\:resistor_shield_azure_loop=true
alexscaves\:resistor_shield_scarlet_loop=true
alexscaves\:resistor_shield_slam=true
alexscaves\:resistor_shield_spin=true
alexscaves\:scarlet_neodymium_pull_loop=true
alexscaves\:scrap_metal_break=true
alexscaves\:scrap_metal_breaking=true
alexscaves\:scrap_metal_place=true
alexscaves\:scrap_metal_step=true
alexscaves\:sea_pig_death=true
alexscaves\:sea_pig_eat=true
alexscaves\:sea_pig_hurt=true
alexscaves\:sea_pig_idle=true
alexscaves\:sea_staff_bubble=true
alexscaves\:sea_staff_cast=true
alexscaves\:sea_staff_hit=true
alexscaves\:sea_staff_woosh=true
alexscaves\:seeking_arrow_hit=true
alexscaves\:seeking_arrow_lockon=true
alexscaves\:shotgum_empty=true
alexscaves\:shotgum_reload=true
alexscaves\:shotgum_shoot=true
alexscaves\:soft_candy_break=true
alexscaves\:soft_candy_breaking=true
alexscaves\:soft_candy_place=true
alexscaves\:soft_candy_step=true
alexscaves\:spelunkery_table_attempt_fail=true
alexscaves\:spelunkery_table_codex_remove=true
alexscaves\:spelunkery_table_crack=true
alexscaves\:spelunkery_table_fail=true
alexscaves\:spelunkery_table_paper_insert=true
alexscaves\:spelunkery_table_paper_remove=true
alexscaves\:spelunkery_table_success=true
alexscaves\:spelunkery_table_success_complete=true
alexscaves\:spelunkery_table_tablet_insert=true
alexscaves\:spelunkery_table_tablet_remove=true
alexscaves\:squishy_candy_break=true
alexscaves\:squishy_candy_breaking=true
alexscaves\:squishy_candy_place=true
alexscaves\:squishy_candy_step=true
alexscaves\:submarine_creak=true
alexscaves\:submarine_destroy=true
alexscaves\:submarine_hit=true
alexscaves\:submarine_light_off=true
alexscaves\:submarine_light_on=true
alexscaves\:submarine_move_loop=true
alexscaves\:submarine_place=true
alexscaves\:submarine_repair=true
alexscaves\:submarine_sonar=true
alexscaves\:subterranodon_attack=true
alexscaves\:subterranodon_death=true
alexscaves\:subterranodon_flap=true
alexscaves\:subterranodon_hurt=true
alexscaves\:subterranodon_idle=true
alexscaves\:sugar_rush_enter=true
alexscaves\:sugar_rush_exit=true
alexscaves\:sugar_rush_loop=true
alexscaves\:sugar_staff_cast_hex=true
alexscaves\:sugar_staff_cast_peppermint=true
alexscaves\:sulfur_break=true
alexscaves\:sulfur_breaking=true
alexscaves\:sulfur_place=true
alexscaves\:sulfur_step=true
alexscaves\:sweetish_fish_flop=true
alexscaves\:sweetish_fish_hurt=true
alexscaves\:tasty_music_disc=true
alexscaves\:tectonic_shard_transform=true
alexscaves\:teletor_death=true
alexscaves\:teletor_float=true
alexscaves\:teletor_hurt=true
alexscaves\:teletor_idle=true
alexscaves\:tephra_hit=true
alexscaves\:tephra_whistle=true
alexscaves\:thornwood_branch_break=true
alexscaves\:totem_of_possession_use=true
alexscaves\:toxic_caves_ambience=true
alexscaves\:toxic_caves_ambience_additions=true
alexscaves\:toxic_caves_ambience_mood=true
alexscaves\:toxic_caves_music=true
alexscaves\:tremorsaurus_bite=true
alexscaves\:tremorsaurus_death=true
alexscaves\:tremorsaurus_hurt=true
alexscaves\:tremorsaurus_idle=true
alexscaves\:tremorsaurus_roar=true
alexscaves\:tremorsaurus_stomp=true
alexscaves\:tremorsaurus_throw=true
alexscaves\:tremorzilla_beam_end=true
alexscaves\:tremorzilla_beam_loop=true
alexscaves\:tremorzilla_beam_start=true
alexscaves\:tremorzilla_bite=true
alexscaves\:tremorzilla_charge_complete=true
alexscaves\:tremorzilla_charge_normal=true
alexscaves\:tremorzilla_death=true
alexscaves\:tremorzilla_eat=true
alexscaves\:tremorzilla_hurt=true
alexscaves\:tremorzilla_idle=true
alexscaves\:tremorzilla_roar=true
alexscaves\:tremorzilla_scratch_attack=true
alexscaves\:tremorzilla_stomp=true
alexscaves\:tremorzilla_stomp_attack=true
alexscaves\:tremorzilla_tail_attack=true
alexscaves\:trilocaris_death=true
alexscaves\:trilocaris_hurt=true
alexscaves\:trilocaris_step=true
alexscaves\:tripodfish_flop=true
alexscaves\:tripodfish_hurt=true
alexscaves\:tube_worm_break=true
alexscaves\:tube_worm_breaking=true
alexscaves\:tube_worm_place=true
alexscaves\:tube_worm_step=true
alexscaves\:underzealot_attack=true
alexscaves\:underzealot_chant=true
alexscaves\:underzealot_death=true
alexscaves\:underzealot_dig=true
alexscaves\:underzealot_hurt=true
alexscaves\:underzealot_idle=true
alexscaves\:underzealot_transformation=true
alexscaves\:unrefined_waste_break=true
alexscaves\:unrefined_waste_breaking=true
alexscaves\:unrefined_waste_place=true
alexscaves\:unrefined_waste_step=true
alexscaves\:uranium_break=true
alexscaves\:uranium_breaking=true
alexscaves\:uranium_hum=true
alexscaves\:uranium_place=true
alexscaves\:uranium_step=true
alexscaves\:vallumraptor_attack=true
alexscaves\:vallumraptor_call=true
alexscaves\:vallumraptor_death=true
alexscaves\:vallumraptor_hurt=true
alexscaves\:vallumraptor_idle=true
alexscaves\:vallumraptor_scratch=true
alexscaves\:vallumraptor_sleep=true
alexscaves\:vesper_death=true
alexscaves\:vesper_flap=true
alexscaves\:vesper_hurt=true
alexscaves\:vesper_idle=true
alexscaves\:vesper_quiet_idle=true
alexscaves\:vesper_scream=true
alexscaves\:watcher_attack=true
alexscaves\:watcher_death=true
alexscaves\:watcher_hurt=true
alexscaves\:watcher_idle=true
alexscaves\:watcher_scare=true
alexscaves\:watcher_spawn=true
alexsmobs\:alligator_snapping_turtle_hurt=true
alexsmobs\:alligator_snapping_turtle_idle=true
alexsmobs\:anaconda_attack=true
File diff suppressed because one or more lines are too long
Binary file not shown.