1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-05-31 07:15:56 +00:00

Run Pack Through MCPPPP to Support Fabric Alternatives to OptiFine

This commit is contained in:
Diab Neiroukh 2021-09-28 23:59:15 +01:00
parent 8dd8ce6e28
commit 3d735fd084
54 changed files with 672 additions and 0 deletions

View file

@ -0,0 +1,44 @@
{
"blend": true,
"conditions": {
"worlds": [
"minecraft:overworld"
]
},
"properties": {
"blend": {
"type": "add"
},
"fade": {
"endFadeIn": 12500,
"endFadeOut": 23500,
"startFadeIn": 12000,
"startFadeOut": 23000
},
"rotation": {
"axis": [
-0.0,
180.0,
0.0
],
"rotationSpeed": 0.1,
"static": [
1,
1,
1
]
},
"shouldRotate": true,
"sunSkyTint": false
},
"schemaVersion": 2,
"textures": {
"bottom": "fabricskyboxes:sky/nightbox2_bottom.png",
"east": "fabricskyboxes:sky/nightbox2_east.png",
"north": "fabricskyboxes:sky/nightbox2_north.png",
"south": "fabricskyboxes:sky/nightbox2_south.png",
"top": "fabricskyboxes:sky/nightbox2_top.png",
"west": "fabricskyboxes:sky/nightbox2_west.png"
},
"type": "square-textured"
}