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

View file

@ -0,0 +1,77 @@
{
"root": {
"options": [
{
"below": 1,
"then": {
"options": [
{
"above": "55",
"below": "-255",
"then": {
"options": [
{
"below": 1,
"then": {
"identifier": "minecraft:varied/textures/entity/creeper/creeper1-2.png",
"type": "reselect:constant"
}
}
],
"type": "reselect:range",
"when": {
"max": 1,
"min": 0,
"type": "reselect:random"
}
}
}
],
"type": "reselect:range",
"when": {
"type": "reselect:entity_y"
}
}
},
{
"below": 2,
"then": {
"options": [
{
"above": "0",
"below": "-55",
"then": {
"options": [
{
"below": 1,
"then": {
"identifier": "minecraft:varied/textures/entity/creeper/creeper3.png",
"type": "reselect:constant"
}
}
],
"type": "reselect:range",
"when": {
"max": 1,
"min": 0,
"type": "reselect:random"
}
}
}
],
"type": "reselect:range",
"when": {
"type": "reselect:entity_y"
}
}
}
],
"type": "reselect:range",
"when": {
"max": 2,
"min": 0,
"type": "reselect:random"
}
},
"version": 1
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B