Color provider mixin
This commit is contained in:
parent
5a9365e2bb
commit
f4df53b171
4 changed files with 50 additions and 5 deletions
|
@ -2,11 +2,12 @@
|
|||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "ru.bclib.mixin.client",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"EnchantingTableBlockMixin",
|
||||
"BackgroundRendererMixin",
|
||||
"ModelBakeryMixin"
|
||||
"ModelBakeryMixin",
|
||||
"MinecraftMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue