Skip to content

Commit

Permalink
Merge pull request #16 from IAmSoccer/main
Browse files Browse the repository at this point in the history
Adds Technoblade Pig
  • Loading branch information
IAmSoccer authored Jul 4, 2022
2 parents 44c523a + a9eb87d commit ccab8ac
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 1 deletion.
11 changes: 11 additions & 0 deletions assets/minecraft/optifine/cem/pig.jem
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"models": [
{
"id": "head",
"model": "pig.jpm",
"part": "head",
"translate": [8, 8, -12],
"rotate": [0, 0, 0]
}
]
}
60 changes: 60 additions & 0 deletions assets/minecraft/optifine/cem/pig.jpm
Original file line number Diff line number Diff line change
@@ -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]
}
]
}
2 changes: 2 additions & 0 deletions assets/minecraft/optifine/random/entity/pig/pig.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
skins.2=2
name.2=iregex:(technoblade|1)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/entity/pig/pig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit ccab8ac

Please sign in to comment.