RegionIO/internal
Daniar Mannanov 482654bf7a worldgen: load structure templates and transform them like vanilla
LoadResolvedTemplate parses the extracted .nbt files with every palette
entry resolved to concrete state IDs through an injected resolver, and
TransformBlockPos reproduces StructureTemplate.transform's mirror-then-
rotate order around the pivot, including all three quarter-turn cases
read off the bytecode. MthGetSeed gives processors their per-block
positional Legacy stream. Verified against the real ruined_portal
templates: every block lands inside the declared size for all eight
mirror/rotation combinations.
2026-08-26 11:40:23 +03:00
..
nbt Add vanilla parity harness and harden server boundaries 2026-08-10 22:54:16 +03:00
network Bound connection outbound queues 2026-08-10 23:00:20 +03:00
protocol Add vanilla parity harness and harden server boundaries 2026-08-10 22:54:16 +03:00
registry Implement multiplayer persistence and vanilla lighting 2026-07-21 09:21:44 +03:00
server world: publish decorated region batches 2026-08-25 10:24:19 +03:00
world worldgen: parse structure sets and place them on the vanilla grid 2026-08-26 10:33:10 +03:00
worldgen worldgen: load structure templates and transform them like vanilla 2026-08-26 11:40:23 +03:00