diff --git a/assets/minecraft/optifine/cem/pig.jem b/assets/minecraft/optifine/cem/pig.jem new file mode 100644 index 0000000..041715c --- /dev/null +++ b/assets/minecraft/optifine/cem/pig.jem @@ -0,0 +1,11 @@ +{ + "models": [ + { + "id": "head", + "model": "pig.jpm", + "part": "head", + "translate": [8, 8, -12], + "rotate": [0, 0, 0] + } + ] +} diff --git a/assets/minecraft/optifine/cem/pig.jpm b/assets/minecraft/optifine/cem/pig.jpm new file mode 100644 index 0000000..5eaa52c --- /dev/null +++ b/assets/minecraft/optifine/cem/pig.jpm @@ -0,0 +1,60 @@ +{ + "textureSize": [64, 32], + "credit": "Made with Blockbench", + "boxes": [ + { + "coordinates": [-12, -12, 4, 8, 8, 8], + "uvNorth": [8, 8, 16, 16], + "uvEast": [0, 8, 8, 16], + "uvSouth": [24, 8, 32, 16], + "uvWest": [16, 8, 24, 16], + "uvUp": [8, 0, 16, 8], + "uvDown": [16, 0, 24, 8] + }, + { + "coordinates": [-10, -8, 3, 4, 3, 1], + "uvNorth": [17, 17, 21, 20], + "uvEast": [16, 17, 17, 20], + "uvSouth": [17, 17, 21, 20], + "uvWest": [21, 17, 22, 20], + "uvUp": [17, 16, 21, 17], + "uvDown": [21, 16, 25, 17] + }, + { + "coordinates": [-12.5, -13, 3.5, 9, 3, 0.01], + "uvNorth": [32, 0, 40, 3], + "uvEast": [32, 0, 40, 3], + "uvSouth": [40, 0, 32, 3], + "uvWest": [32, 0, 40, 3], + "uvUp": [32, 0, 40, 0], + "uvDown": [32, 0, 40, 3] + }, + { + "coordinates": [-3.51, -13, 3.5, 0.01, 3, 9], + "uvNorth": [48, 0, 40, 3], + "uvEast": [40, 0, 48, 3], + "uvSouth": [48, 0, 40, 3], + "uvWest": [48, 0, 40, 3], + "uvUp": [48, 0, 40, 0], + "uvDown": [48, 0, 40, 3] + }, + { + "coordinates": [-12.5, -13, 12.5, 9, 3, 0.01], + "uvNorth": [56, 0, 48, 3], + "uvEast": [48, 0, 56, 3], + "uvSouth": [48, 0, 56, 3], + "uvWest": [48, 0, 56, 3], + "uvUp": [48, 0, 56, 0], + "uvDown": [48, 0, 56, 3] + }, + { + "coordinates": [-12.51, -13, 3.5, 0.01, 3, 9], + "uvNorth": [24, 0, 32, 3], + "uvEast": [24, 0, 32, 3], + "uvSouth": [24, 0, 32, 3], + "uvWest": [32, 0, 24, 3], + "uvUp": [24, 0, 32, 0], + "uvDown": [24, 0, 32, 3] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/optifine/random/entity/pig/pig.properties b/assets/minecraft/optifine/random/entity/pig/pig.properties new file mode 100644 index 0000000..9c77420 --- /dev/null +++ b/assets/minecraft/optifine/random/entity/pig/pig.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(technoblade|1) \ No newline at end of file diff --git a/assets/minecraft/optifine/random/entity/pig/pig2.png b/assets/minecraft/optifine/random/entity/pig/pig2.png new file mode 100644 index 0000000..7462b04 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/pig/pig2.png differ diff --git a/assets/minecraft/textures/entity/pig/pig.png b/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 0000000..d578197 Binary files /dev/null and b/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/pack.mcmeta b/pack.mcmeta index 48353d9..a51dd11 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "pack_format": 8, - "description": "ADK Server Unofficial Resource Pack v1.18.1" + "description": "ADK Server Unofficial Resource Pack v1.18.2" } }