1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-05-23 19:45:55 +00:00

General Fixes, Support for Fabric, and Bump to 1.16.2 (#8)

* Fix font, add accented variants

* signs

* mismatched emissives fixed, new nether bricks given original color

* pull in stingraych's piglin textures (same license)

* Update Pack Metadata

* Run Pack Through MCPPPP to Support Fabric Alternatives to OptiFine

* Bump Supported Minecraft Version in README.md

Co-authored-by: auctumnus <auctumnus@users.noreply.github.com>
This commit is contained in:
Diab Neiroukh 2021-12-20 14:00:13 +00:00 committed by GitHub
parent d325d18459
commit 28e38cab7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 675 additions and 3 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"
}