Skip to content

Instantly share code, notes, and snippets.

@Sushant-Padha
Last active August 21, 2023 16:04
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sushant-Padha/62141ce1e0a82e588d060cacb9e6951f to your computer and use it in GitHub Desktop.
Save Sushant-Padha/62141ce1e0a82e588d060cacb9e6951f to your computer and use it in GitHub Desktop.
config for sodium reforged with all the mixin options stated with default values
# This is the configuration file for Sodium with all the default values
#
# You can find information on editing this file and all the available options here:
# https://github.com/spoorn/sodium-forge/blob/a75b718bd86ca6b70538afbcd070d598d808ef36/src/main/java/me/jellysquid/mods/sodium/common/config/SodiumConfig.java#L25
#
### OPTIONS START HERE (certain options will have a descriptive comment above them)
# enables Lithium (conflicts with mods like More Villagers)
# set to true in source code, but overriden and set to false by default in config because of its conflicts
mixin.ai=false
mixin.ai.goal=true
mixin.ai.nearby_entity_tracking=false
mixin.ai.pathing=true
mixin.ai.poi=true
mixin.ai.raid=true
mixin.ai.task=true
mixin.alloc=true
mixin.alloc.chunk_random=true
mixin.alloc.chunk_ticking=true
mixin.alloc.composter=true
mixin.alloc.entity_tracker=true
mixin.alloc.enum_values=true
mixin.alloc.world_ticking=true
mixin.block=true
mixin.block.flatten_states=true
mixin.cached_hashcode=true
mixin.chunk=true
mixin.chunk.count_oversized_blocks=true
mixin.chunk.entity_class_groups=true
mixin.chunk.no_locking=true
mixin.chunk.palette=true
mixin.chunk.section_update_tracking=true
mixin.chunk.serialization=true
mixin.collections=true
mixin.collections.entity_filtering=true
mixin.entity=true
mixin.entity.block_cache=true
mixin.entity.collisions=true
mixin.entity.data_tracker=true
mixin.entity.fast_suffocation_check=true
mixin.entity.gravity_check_block_below=true
mixin.entity.inactive_navigations=true
mixin.entity.replace_entitytype_predicates=true
mixin.entity.skip_fire_check=true
mixin.entity.stream_entity_collisions_lazily=true
# set to false for MCMT compat (only mixin.gen)
mixin.gen=true
mixin.gen.biome_noise_cache=true
mixin.gen.chunk_region=true
mixin.gen.fast_island_noise=true
# set to false for vanilla seed gen parity
mixin.gen.fast_layer_sampling=true
mixin.gen.fast_multi_source_biomes=true
mixin.gen.fast_noise_interpolation=true
mixin.gen.features=true
mixin.gen.perlin_noise=true
mixin.gen.voronoi_biomes=true
mixin.math=true
mixin.math.fast_util=true
mixin.shapes=true
mixin.shapes.blockstate_cache=true
mixin.shapes.precompute_shape_arrays=true
mixin.shapes.shape_merging=true
mixin.shapes.specialized_shapes=true
mixin.tag=true
# set to false for MCMT compat (only mixin.world)
mixin.world=true
mixin.world.block_entity_ticking=true
mixin.world.chunk_access=true
mixin.world.chunk_inline_block_access=true
mixin.world.chunk_task_system=true
mixin.world.chunk_tickets=true
mixin.world.chunk_ticking=true
mixin.world.explosions=true
mixin.world.mob_spawning=true
mixin.world.player_chunk_tick=true
mixin.world.tick_scheduler=true
# WARNING: DO NOT CHANGE THIS. AT ALL (is what is stated in the source code)
mixin.core=true
mixin.features=true
mixin.features.block=true
mixin.features.buffer_builder=true
mixin.features.buffer_builder.fast_advance=true
mixin.features.buffer_builder.fast_sort=true
mixin.features.buffer_builder.intrinsics=true
mixin.features.chunk_rendering=true
mixin.features.debug=true
mixin.features.entity=true
mixin.features.entity.fast_render=true
mixin.features.entity.smooth_lighting=true
mixin.features.gui=true
mixin.features.gui.font=true
mixin.features.item=true
mixin.features.matrix_stack=true
mixin.features.model=true
mixin.features.options=true
mixin.features.particle=true
mixin.features.particle.cull=true
mixin.features.particle.fast_render=true
mixin.features.render_layer=true
mixin.features.texture_tracking=true
mixin.features.world_ticking=true
@Kaynereer
Copy link

Where can i find it? in radium.jar i mean

@Minecatr
Copy link

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment