Initial commit: RegionIO Minecraft server core (26.1.2/protocol 775)
Vanilla-faithful overworld generator (final_density + multi-noise biomes), full connection lifecycle (status/login/configuration/play), chunk streaming, creative block editing, and the protocol/nbt/registry infrastructure.
This commit is contained in:
commit
a7bb9496ae
146 changed files with 217621 additions and 0 deletions
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Compiled binaries
|
||||
/regionio
|
||||
/regionio.exe
|
||||
*.exe
|
||||
*.test
|
||||
|
||||
# Mojang server distribution (not redistributable; obtain separately)
|
||||
/server.jar
|
||||
/libraries/
|
||||
/versions/
|
||||
|
||||
# Build output
|
||||
/dist/
|
||||
|
||||
# Vanilla data-generator output (regenerated from server.jar --reports).
|
||||
# All build-time embeds live under internal/; generated/ is not needed to build.
|
||||
/generated/
|
||||
|
||||
# Logs and runtime artefacts
|
||||
/logs/
|
||||
*.log
|
||||
|
||||
# Editor / tool local config
|
||||
/.claude/
|
||||
/.vscode/
|
||||
/.idea/
|
||||
*.swp
|
||||
|
||||
# OS junk
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Loading…
Add table
Add a link
Reference in a new issue