Made sky rendering work with the new fabric api.
This commit is contained in:
parent
82c5485b58
commit
a76646b029
5 changed files with 72 additions and 50 deletions
|
@ -5,19 +5,21 @@
|
|||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"AbstractSoundInstanceAccessor",
|
||||
"HumanoidMobRendererMixin",
|
||||
"ArmorStandRendererMixin",
|
||||
"MinecraftClientMixin",
|
||||
"PlayerRendererMixin",
|
||||
"LevelRendererMixin",
|
||||
"MusicTrackerMixin",
|
||||
"BiomeColorsMixin",
|
||||
"CapeLayerMixin",
|
||||
"HumanoidMobRendererMixin",
|
||||
"ItemStackMixin",
|
||||
"LocalPlayerMixin",
|
||||
"MinecraftClientMixin",
|
||||
"ModelLoaderMixin",
|
||||
"LocalPlayerMixin",
|
||||
"CapeLayerMixin",
|
||||
"ItemStackMixin"
|
||||
"MusicTrackerMixin",
|
||||
"PlayerRendererMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
},
|
||||
"mixins": [
|
||||
"LevelRendererAccessor"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue