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]