mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-23 11:49:17 +02:00
Use hashed seed for sky generation (seed dependent, available in both internal server and multiplayer)
This commit is contained in:
parent
1276ead89b
commit
6f62d57ab2
5 changed files with 49 additions and 15 deletions
|
@ -7,7 +7,8 @@
|
|||
"client": [
|
||||
"MinecraftMixin",
|
||||
"MixinLightTexutre",
|
||||
"MixinStarRendering"
|
||||
"MixinStarRendering",
|
||||
"ClientLevelMixin"
|
||||
],
|
||||
"server": [],
|
||||
"injectors": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue