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>
|
@ -2,7 +2,7 @@
|
|||
|
||||
A 16x resolution resource pack for Minecraft™ by Mojang AB. Originally [envisioned and created by XSSheep](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/resource-packs/1242533-pixel-perfection-now-with-polar-bears-1-11), updated by the community to support recent Minecraft versions.
|
||||
|
||||
Supported Minecraft version (Java Edition): 1.15.2/1.16
|
||||
Supported Minecraft version (Java Edition): 1.16.2
|
||||
|
||||
## Description
|
||||
|
||||
|
|
BIN
assets/fabricskyboxes/sky/cloudbox_bottom.png
Executable file
After Width: | Height: | Size: 235 B |
BIN
assets/fabricskyboxes/sky/cloudbox_east.png
Executable file
After Width: | Height: | Size: 3.9 KiB |
BIN
assets/fabricskyboxes/sky/cloudbox_north.png
Executable file
After Width: | Height: | Size: 5.6 KiB |
BIN
assets/fabricskyboxes/sky/cloudbox_south.png
Executable file
After Width: | Height: | Size: 4.1 KiB |
BIN
assets/fabricskyboxes/sky/cloudbox_top.png
Executable file
After Width: | Height: | Size: 235 B |
BIN
assets/fabricskyboxes/sky/cloudbox_west.png
Executable file
After Width: | Height: | Size: 3.8 KiB |
BIN
assets/fabricskyboxes/sky/nightbox2_bottom.png
Executable file
After Width: | Height: | Size: 235 B |
BIN
assets/fabricskyboxes/sky/nightbox2_east.png
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/fabricskyboxes/sky/nightbox2_north.png
Executable file
After Width: | Height: | Size: 2.4 KiB |
BIN
assets/fabricskyboxes/sky/nightbox2_south.png
Executable file
After Width: | Height: | Size: 4 KiB |
BIN
assets/fabricskyboxes/sky/nightbox2_top.png
Executable file
After Width: | Height: | Size: 5 KiB |
BIN
assets/fabricskyboxes/sky/nightbox2_west.png
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/fabricskyboxes/sky/nightbox_bottom.png
Executable file
After Width: | Height: | Size: 235 B |
BIN
assets/fabricskyboxes/sky/nightbox_east.png
Executable file
After Width: | Height: | Size: 3.8 KiB |
BIN
assets/fabricskyboxes/sky/nightbox_north.png
Executable file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/fabricskyboxes/sky/nightbox_south.png
Executable file
After Width: | Height: | Size: 4.1 KiB |
BIN
assets/fabricskyboxes/sky/nightbox_top.png
Executable file
After Width: | Height: | Size: 221 B |
BIN
assets/fabricskyboxes/sky/nightbox_west.png
Executable file
After Width: | Height: | Size: 3.8 KiB |
44
assets/fabricskyboxes/sky/sky1.json
Executable 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"
|
||||
}
|
44
assets/fabricskyboxes/sky/sky2.json
Executable 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"
|
||||
}
|
44
assets/fabricskyboxes/sky/sky3.json
Executable 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"
|
||||
}
|
BIN
assets/mcpppp/textures/item/quiver.png
Normal file
After Width: | Height: | Size: 381 B |
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"
|
||||
}
|
||||
}
|
28
assets/minecraft/varied/textures/entity/cow.json
Executable file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"root": {
|
||||
"options": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/cow2.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
BIN
assets/minecraft/varied/textures/entity/cow/cow2.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
28
assets/minecraft/varied/textures/entity/creeper.json
Executable file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"root": {
|
||||
"options": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/creeper2.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
77
assets/minecraft/varied/textures/entity/creeper/creeper.json
Executable 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
|
||||
}
|
BIN
assets/minecraft/varied/textures/entity/creeper/creeper2.png
Normal file
After Width: | Height: | Size: 754 B |
BIN
assets/minecraft/varied/textures/entity/creeper/creeper3.png
Normal file
After Width: | Height: | Size: 556 B |
28
assets/minecraft/varied/textures/entity/dolphin.json
Executable file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"root": {
|
||||
"options": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/dolphin1.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
BIN
assets/minecraft/varied/textures/entity/dolphin/dolphin1.png
Normal file
After Width: | Height: | Size: 689 B |
35
assets/minecraft/varied/textures/entity/drowned.json
Executable file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"root": {
|
||||
"options": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/drowned3.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
},
|
||||
{
|
||||
"below": 2,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/drowned4.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 3,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
28
assets/minecraft/varied/textures/entity/husk.json
Executable file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"root": {
|
||||
"options": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/husk2.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
28
assets/minecraft/varied/textures/entity/skeleton.json
Executable file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"root": {
|
||||
"options": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/skeleton2.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
33
assets/minecraft/varied/textures/entity/skeleton/skeleton.json
Executable file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"root": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"options": [
|
||||
{
|
||||
"below": 10,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/skeleton/skeleton1-4.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 10,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
BIN
assets/minecraft/varied/textures/entity/skeleton/skeleton2.png
Normal file
After Width: | Height: | Size: 505 B |
BIN
assets/minecraft/varied/textures/entity/skeleton/skeleton3.png
Normal file
After Width: | Height: | Size: 506 B |
BIN
assets/minecraft/varied/textures/entity/skeleton/skeleton4.png
Normal file
After Width: | Height: | Size: 506 B |
44
assets/minecraft/varied/textures/entity/skeleton/stray2.json
Executable file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"root": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"options": [
|
||||
{
|
||||
"iMatchPattern": "(glow|stray)",
|
||||
"then": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/skeleton/stray22.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:string",
|
||||
"use": {
|
||||
"type": "reselect:entity_name"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
BIN
assets/minecraft/varied/textures/entity/skeleton/stray2.png
Normal file
After Width: | Height: | Size: 582 B |
44
assets/minecraft/varied/textures/entity/skeleton/wither_skeleton2.json
Executable file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"root": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"options": [
|
||||
{
|
||||
"iMatchPattern": "(glow|glow wither_skeleton)",
|
||||
"then": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/skeleton/wither_skeleton22.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:string",
|
||||
"use": {
|
||||
"type": "reselect:entity_name"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
After Width: | Height: | Size: 3.1 KiB |
44
assets/minecraft/varied/textures/entity/skeleton/wither_skeleton3.json
Executable file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"root": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"options": [
|
||||
{
|
||||
"iMatchPattern": "(glow|glow wither_skeleton)",
|
||||
"then": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/skeleton/wither_skeleton32.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:string",
|
||||
"use": {
|
||||
"type": "reselect:entity_name"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
After Width: | Height: | Size: 3.1 KiB |
28
assets/minecraft/varied/textures/entity/stray.json
Executable file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"root": {
|
||||
"options": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/stray2.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
28
assets/minecraft/varied/textures/entity/wither_skeleton.json
Executable file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"root": {
|
||||
"options": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/wither_skeleton2.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
35
assets/minecraft/varied/textures/entity/zombie.json
Executable file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"root": {
|
||||
"options": {
|
||||
"options": [
|
||||
{
|
||||
"below": 1,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/zombie12.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
},
|
||||
{
|
||||
"below": 2,
|
||||
"then": {
|
||||
"identifier": "minecraft:varied/textures/entity/zombie13.png",
|
||||
"type": "reselect:constant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 3,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"type": "reselect:range",
|
||||
"when": {
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"type": "reselect:random"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
BIN
assets/minecraft/varied/textures/entity/zombie/drowned3.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/minecraft/varied/textures/entity/zombie/drowned4.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/minecraft/varied/textures/entity/zombie/husk2.png
Normal file
After Width: | Height: | Size: 887 B |
BIN
assets/minecraft/varied/textures/entity/zombie/husk3.png
Normal file
After Width: | Height: | Size: 993 B |
BIN
assets/minecraft/varied/textures/entity/zombie/husk4.png
Normal file
After Width: | Height: | Size: 998 B |
BIN
assets/minecraft/varied/textures/entity/zombie/zombie12.png
Normal file
After Width: | Height: | Size: 957 B |
BIN
assets/minecraft/varied/textures/entity/zombie/zombie13.png
Normal file
After Width: | Height: | Size: 963 B |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"pack": {
|
||||
"pack_format": 5,
|
||||
"description": "XSSheep\u0027s Pixel Perfection (Community Edition)."
|
||||
"pack_format": 6,
|
||||
"description": "The community continuation of XSSheep\u0027s Pixel Perfection resource pack."
|
||||
}
|
||||
}
|
||||
|
|