Use hashed seed for sky generation (seed dependent, available in both internal server and multiplayer)

This commit is contained in:
KosmX 2022-12-16 17:28:17 +01:00
parent 1276ead89b
commit 6f62d57ab2
No known key found for this signature in database
GPG key ID: E49D7729B4AD2A98
5 changed files with 49 additions and 15 deletions

View file

@ -7,7 +7,8 @@
"client": [
"MinecraftMixin",
"MixinLightTexutre",
"MixinStarRendering"
"MixinStarRendering",
"ClientLevelMixin"
],
"server": [],
"injectors": {