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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View file

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

View file

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

View file

@ -24,7 +24,8 @@
]
},
"mixins": [
"betterend.mixins.json"
"betterend.mixins.common.json",
"betterend.mixins.client.json"
],
"depends": {