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:
parent
d325d18459
commit
28e38cab7c
56 changed files with 675 additions and 3 deletions
32
assets/minecraft/overrides/item/262.json
Executable file
32
assets/minecraft/overrides/item/262.json
Executable file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"overrides": [
|
||||
{
|
||||
"model": "",
|
||||
"predicate": {
|
||||
"count": "[2, -65535]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "",
|
||||
"predicate": {
|
||||
"count": "<=65535"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "",
|
||||
"predicate": {
|
||||
"count": "[2, -65535]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "",
|
||||
"predicate": {
|
||||
"count": "<=65535"
|
||||
}
|
||||
}
|
||||
],
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mcpppp:item/quiver"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue