[WIP] Optifine and Shaders fixes

This commit is contained in:
octarine-noise
2020-01-06 20:51:51 +01:00
parent 4efa831296
commit 2252fb3b42
22 changed files with 111 additions and 62 deletions

View File

@@ -7,12 +7,12 @@
"mixins": [
],
"client": [
"BlockMixin",
"BlockStateMixin",
"ChunkRenderMixin",
"ClientWorldMixin",
"ModelBakeryMixin",
"ParticleManagerMixin"
"MixinBlock",
"MixinBlockState",
"MixinChunkRender",
"MixinClientWorld",
"MixinModelBakery",
"MixinParticleManager"
],
"server": [
],

View File

@@ -7,7 +7,9 @@
"mixins": [
],
"client": [
"ChunkRenderOptifineMixin"
"MixinOptifineChunkRender",
"MixinShadersBlockModelRenderer",
"MixinOptifineBlockUtils"
],
"server": [
],

View File

@@ -7,7 +7,7 @@
"mixins": [
],
"client": [
"ChunkRenderVanillaMixin"
"MixinChunkRenderVanilla"
],
"server": [
],