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.
31 lines
491 B
Text
31 lines
491 B
Text
# 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
|