1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-05-09 13:19:14 +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

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,44 @@
{
"blend": true,
"conditions": {
"worlds": [
"minecraft:overworld"
]
},
"properties": {
"blend": {
"type": "multiply"
},
"fade": {
"endFadeIn": 23500,
"endFadeOut": 12000,
"startFadeIn": 23000,
"startFadeOut": 11500
},
"rotation": {
"axis": [
-0.0,
180.0,
0.0
],
"rotationSpeed": 1.0,
"static": [
1,
1,
1
]
},
"shouldRotate": true,
"sunSkyTint": false
},
"schemaVersion": 2,
"textures": {
"bottom": "fabricskyboxes:sky/cloudbox_bottom.png",
"east": "fabricskyboxes:sky/cloudbox_east.png",
"north": "fabricskyboxes:sky/cloudbox_north.png",
"south": "fabricskyboxes:sky/cloudbox_south.png",
"top": "fabricskyboxes:sky/cloudbox_top.png",
"west": "fabricskyboxes:sky/cloudbox_west.png"
},
"type": "square-textured"
}

View file

@ -0,0 +1,44 @@
{
"blend": true,
"conditions": {
"worlds": [
"minecraft:overworld"
]
},
"properties": {
"blend": {
"type": "add"
},
"fade": {
"endFadeIn": 12000,
"endFadeOut": 0,
"startFadeIn": 11500,
"startFadeOut": 23500
},
"rotation": {
"axis": [
-0.0,
180.0,
0.0
],
"rotationSpeed": 1.0,
"static": [
1,
1,
1
]
},
"shouldRotate": true,
"sunSkyTint": false
},
"schemaVersion": 2,
"textures": {
"bottom": "fabricskyboxes:sky/nightbox_bottom.png",
"east": "fabricskyboxes:sky/nightbox_east.png",
"north": "fabricskyboxes:sky/nightbox_north.png",
"south": "fabricskyboxes:sky/nightbox_south.png",
"top": "fabricskyboxes:sky/nightbox_top.png",
"west": "fabricskyboxes:sky/nightbox_west.png"
},
"type": "square-textured"
}

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"
}