RegionIO/internal/worldgen
2026-08-26 16:36:11 +03:00
..
data worldgen: embed the 48 underwater_ruin templates 2026-08-26 16:36:11 +03:00
aquifer.go Implement the vanilla Aquifer; stop flooding caves 2026-07-27 02:02:12 +03:00
bandlands.go Real badlands clay bands and a real biome temperature table 2026-07-27 02:31:10 +03:00
biome.go worldgen: add vanilla biome search and decoration RNG 2026-08-25 10:24:19 +03:00
biome_temperature.go world: port ruined portal generation point and expose pre-carve terrain 2026-08-26 13:56:51 +03:00
biome_test.go worldgen: add vanilla biome search and decoration RNG 2026-08-25 10:24:19 +03:00
blended.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
blended_test.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
blendedcompute_test.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
blockids.go Bind the surface rule tree to the world seed 2026-07-27 02:25:09 +03:00
carver.go Configured carvers: caves and canyons 2026-07-27 03:58:56 +03:00
carver_random_test.go Configured carvers: caves and canyons 2026-07-27 03:58:56 +03:00
climate_sampler.go 3D per-cell biomes (4x4x4) with surface/underground/cave layers 2026-06-24 01:04:01 +03:00
density.go Parse aquifer and ore-vein noise routers 2026-07-27 01:44:45 +03:00
density_bench_test.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
feature_data.zip Load vanilla feature stages and place ores 2026-08-10 23:20:43 +03:00
features.go worldgen: parse configured feature definitions 2026-08-25 10:24:19 +03:00
features_cannot_replace.go world: replay stage-3 monster rooms 2026-08-26 02:49:33 +03:00
features_test.go worldgen: parse configured feature definitions 2026-08-25 10:24:19 +03:00
generated_blocks.go Add StructureManager and NBT template loader for large structures 2026-06-27 21:28:11 +03:00
improved_noise.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
improved_noise_test.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
loader.go Ore veins from the noise router 2026-07-27 03:48:48 +03:00
loadtest_test.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
mth.go Configured carvers: caves and canyons 2026-07-27 03:58:56 +03:00
noise_test.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
normal_noise.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
orevein.go Ore veins from the noise router 2026-07-27 03:48:48 +03:00
perlin_noise.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
random.go worldgen: parse structure sets and place them on the vanilla grid 2026-08-26 10:33:10 +03:00
random_test.go worldgen: add vanilla biome search and decoration RNG 2026-08-25 10:24:19 +03:00
randomstate.go Restore the subsurface layers: real above_preliminary_surface and surface depth 2026-07-27 02:15:14 +03:00
router_test.go Parse aquifer and ore-vein noise routers 2026-07-27 01:44:45 +03:00
simple.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
simplex_noise.go worldgen: add vanilla biome search and decoration RNG 2026-08-25 10:24:19 +03:00
simplex_noise_test.go worldgen: add vanilla biome search and decoration RNG 2026-08-25 10:24:19 +03:00
spline.go Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775) 2026-06-24 00:32:51 +03:00
structure.go Bind the surface rule tree to the world seed 2026-07-27 02:25:09 +03:00
structure_manager.go Fix structures tearing apart and floating due to inconsistent baseY calculations 2026-06-27 21:54:08 +03:00
STRUCTURE_NOTES.md docs: ocean ruin ground truth from the (7,5) capture 2026-08-26 16:33:07 +03:00
structure_template.go world: place ruined portal pieces into the region replay 2026-08-26 15:26:42 +03:00
structure_template_test.go worldgen: fix stale clockwise-90 assertion to the target-172 formula 2026-08-26 15:27:49 +03:00
structures.go world: ruined portal stub matches vanilla's saved start bit-for-bit 2026-08-26 14:42:18 +03:00
surface.go Configured carvers: caves and canyons 2026-07-27 03:58:56 +03:00
surface_level.go Parse aquifer and ore-vein noise routers 2026-07-27 01:44:45 +03:00
surface_system.go Restore the subsurface layers: real above_preliminary_surface and surface depth 2026-07-27 02:15:14 +03:00
surface_test.go Real badlands clay bands and a real biome temperature table 2026-07-27 02:31:10 +03:00
template_cache.go Add StructureManager and NBT template loader for large structures 2026-06-27 21:28:11 +03:00