Color provider mixin

This commit is contained in:
paulevsGitch 2021-07-10 16:18:05 +03:00
parent 5a9365e2bb
commit f4df53b171
4 changed files with 50 additions and 5 deletions

View file

@ -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