Custom Sky

This commit is contained in:
paulevsGitch 2020-09-22 22:34:37 +03:00
parent 9eb993f154
commit 754fb0ef92
13 changed files with 339 additions and 7 deletions

View file

@ -0,0 +1,12 @@
{
"required": true,
"minVersion": "0.8",
"package": "ru.betterend.mixin.client",
"compatibilityLevel": "JAVA_8",
"client": [
"WorldRendererMixin"
],
"injectors": {
"defaultRequire": 1
}
}