Initial Sync!

This commit is contained in:
2026-07-26 13:21:37 +01:00
parent dcc2b22c5f
commit e6182d37ff
1582 changed files with 87325 additions and 1 deletions
+212
View File
@@ -0,0 +1,212 @@
# This is the configuration file for Radium.
# This file exists for debugging purposes and should not be configured otherwise.
#
# You can find information on editing this file and all the available options here:
# https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.
# ---------------------------------------------------------------------------------
# Global Sections
mixin.math=true
mixin.util=false
mixin.alloc=false
mixin.shapes=true
mixin.profiler=true
mixin.collections=true
mixin.client_tick=true
mixin.experimental.entity=true
mixin.ai=false
mixin.entity=false
mixin.debug=false
mixin.debug.palette=false
mixin.experimental=false
mixin.world=false
mixin.startup=false
mixin.minimal_nonvanilla=false
mixin.gen=false
mixin.chunk=false
mixin.block=false
# ---------------------------------------------------------------------------------
# Section: AI ---------------------------------------------------------------------
mixin.ai.non_poi_block_search=true
mixin.ai.poi.tasks=true
mixin.ai.sensor=true
mixin.ai.sensor.replace_streams=true
mixin.ai.sensor.replace_streams.tempting=true
mixin.ai.sensor.secondary_poi=true
mixin.ai.task=true
mixin.ai.task.launch=true
mixin.ai.task.memory_changes=true
mixin.ai.task.replace_streams=true
mixin.ai.task.run=true
mixin.ai.task.run.long_jump_weighted_choice=true
mixin.ai.useless_sensors.goat_item_sensor=true
mixin.ai.poi=true
mixin.ai.pathing=false
mixin.ai.poi.fast_portals=false
mixin.ai.raid=false
mixin.ai.useless_behaviors=false
mixin.ai.useless_behaviors.nitwit_job_search=false
mixin.ai.useless_sensors=false
mixin.ai.useless_sensors.baby_specific_sensors=false
# Section: ALLOC ------------------------------------------------------------------
mixin.alloc.deep_passengers=true
mixin.alloc.entity_iteration=false
mixin.alloc.entity_tracker=false
mixin.alloc.enum_values=true
mixin.alloc.enum_values.piston_block=true
mixin.alloc.enum_values.piston_handler=true
mixin.alloc.explosion_behavior=true
mixin.alloc.chunk_random=false
mixin.alloc.composter=false
mixin.alloc.enum_values.redstone_wire=false
mixin.alloc.nbt=false
# Section: BLOCKS -----------------------------------------------------------------
mixin.block.fluid=true
mixin.block.fluid.flow=true
mixin.block.redstone_wire=true
mixin.block.flatten_states=false
mixin.block.hopper=false
mixin.block.moving_block_shapes=false
mixin.block_pattern_matching=false
# Section: CHUNKS -----------------------------------------------------------------
mixin.chunk.entity_class_groups=false
mixin.chunk.no_locking=false
mixin.chunk.no_validation=false
mixin.chunk.palette=false
mixin.chunk.serialization=false
mixin.chunk_load_tricks=false
# Section: CLIENT -----------------------------------------------------------------
mixin.client_tick.entity=true
mixin.client_tick.entity.base_tick=true
mixin.client_tick.entity.base_tick.unused_ambient_sound=false
mixin.client_tick.entity.base_tick.unused_water_supply=false
mixin.client_tick.entity.unused_brain=false
mixin.client_tick.particle=false
mixin.client_tick.particle.biome_particles=false
# Section: COLLECTIONS ------------------------------------------------------------
mixin.collections.attributes=true
mixin.collections.block_entity_tickers=true
mixin.collections.brain=true
mixin.collections.chunk_tickets=false
mixin.collections.entity_by_type=true
mixin.collections.entity_filtering=false
mixin.collections.entity_ticking=true
mixin.collections.mob_spawning=true
# Section: ENTITIES ---------------------------------------------------------------
mixin.entity.collisions=true
mixin.entity.framed_maps=true
mixin.entity.inactive_navigations=true
mixin.entity.replace_entitytype_predicates=true
mixin.entity.sprinting_particles=true
mixin.entity.equipment_tracking.enchantment_ticking=true
mixin.entity.fast_elytra_check=true
mixin.entity.fast_powder_snow_check=true
mixin.entity.fast_retrieval=true
mixin.entity.collisions.block_effects=false
mixin.entity.collisions.intersection=false
mixin.entity.collisions.movement=false
mixin.entity.collisions.unpushable_cramming=false
mixin.entity.equipment_tracking=false
mixin.entity.equipment_tracking.equipment_changes=false
mixin.entity.fast_hand_swing=false
mixin.entity.projectile_projectile_collisions=false
# Section: EXPERIMENTAL -----------------------------------------------------------
mixin.experimental.entity.block_caching=false
mixin.experimental.entity.block_caching.block_support=false
mixin.experimental.entity.block_caching.suffocation=false
mixin.experimental.entity.item_entity_merging=false
# Section: MATH -------------------------------------------------------------------
mixin.math.fast_blockpos=true
mixin.math.fast_util=true
mixin.math.sine_lut=true
# Section: NON-VANILLA ------------------------------------------------------------
mixin.minimal_nonvanilla.collisions=true
mixin.minimal_nonvanilla.collisions.empty_space=true
mixin.minimal_nonvanilla.spawning=true
mixin.minimal_nonvanilla.ai=false
mixin.minimal_nonvanilla.ai.sensor=false
mixin.minimal_nonvanilla.ai.sensor.frog_attackables=false
mixin.minimal_nonvanilla.world=false
mixin.minimal_nonvanilla.world.block_entity_ticking=false
mixin.minimal_nonvanilla.world.block_entity_ticking.support_cache=false
mixin.minimal_nonvanilla.world.expiring_chunk_tickets=false
# Section: SHAPES -----------------------------------------------------------------
mixin.shapes.blockstate_cache=true
mixin.shapes.lazy_shape_context=true
mixin.shapes.optimized_matching=true
mixin.shapes.precompute_shape_arrays=true
mixin.shapes.shape_merging=true
mixin.shapes.specialized_shapes=true
# Section: WORLD ------------------------------------------------------------------
mixin.world.chunk_ticking.precipitation=true
mixin.world.chunk_ticking.spread_ice=true
mixin.world.explosions=true
mixin.world.explosions.block_raycast=true
mixin.world.explosions.entity_raycast=true
mixin.world.game_events=true
mixin.world.inline_block_access=true
mixin.world.raycast=true
mixin.world.explosions.block_raycast.skip_air.no_air_counting=true
mixin.world.block_entity_ticking.chunk_tickable=false
mixin.world.chunk_ticking=false
mixin.world.block_entity_ticking=false
mixin.world.block_entity_ticking.sleeping=false
mixin.world.block_entity_ticking.sleeping.brewing_stand=false
mixin.world.block_entity_ticking.sleeping.campfire=false
mixin.world.block_entity_ticking.sleeping.campfire.lit=false
mixin.world.block_entity_ticking.sleeping.campfire.unlit=false
mixin.world.block_entity_ticking.sleeping.chest_animation=false
mixin.world.block_entity_ticking.sleeping.crafter=false
mixin.world.block_entity_ticking.sleeping.furnace=false
mixin.world.block_entity_ticking.sleeping.hopper=false
mixin.world.block_entity_ticking.sleeping.sculk_catalyst=false
mixin.world.block_entity_ticking.sleeping.sculk_sensor_shrieker=false
mixin.world.block_entity_ticking.sleeping.shulker_box=false
mixin.world.block_entity_ticking.world_border=false
mixin.world.chunk_access=false
mixin.world.chunk_ticking.random_block_ticking=false
mixin.world.combined_heightmap_update=false
mixin.world.explosions.block_raycast.skip_air=false
mixin.world.game_events.dispatch=false
mixin.world.inline_height=false
mixin.world.temperature_cache=false
mixin.world.tick_scheduler=false
# Section: CACHING ----------------------------------------------------------------
mixin.gen.cached_generator_settings=false
mixin.cached_hashcode=true
# Section: UTILS ------------------------------------------------------------------
mixin.util.block_entity_retrieval=true
mixin.util.data_storage=true
mixin.util.entity_collection_replacement=true
mixin.util.entity_section_position=true
mixin.util.in_world_tracking=false
mixin.util.in_world_tracking.entity=false
mixin.util.initialization=true
mixin.util.inventory_change_listening=false
mixin.util.inventory_comparator_tracking=false
mixin.util.item_component_and_count_tracking=false
mixin.util.section_data_storage=false
mixin.util.world_border_listener=false
mixin.util.accessors=false
mixin.util.block_tracking=false
mixin.util.chunk_access=false
mixin.util.chunk_status_tracking=false