Skip to content

Commit

Permalink
Merge pull request #6 from liv-kami/main
Browse files Browse the repository at this point in the history
Added VeinMiner Pick
  • Loading branch information
JustAMatt authored Feb 20, 2021
2 parents 0fafd22 + a75359f commit 8855121
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
14 changes: 14 additions & 0 deletions assets/minecraft/models/item/netherite_pickaxe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/netherite_pickaxe"
},
"overrides": [
{
"predicate": {
"custom_model_data": 20211
},
"model": "item/veinminer"
}
]
}
41 changes: 41 additions & 0 deletions assets/minecraft/models/item/veinminer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"parent":"item/handheld",
"textures":{"layer0":"custom/veinminer"
},
"display": {
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 2, 0],
"scale":[ 0.65, 0.65, 0.65 ]
},
"head": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 13, 7],
"scale":[ 1, 1, 1]
},
"thirdperson_righthand": {
"rotation": [ 0, 270, 55 ],
"translation": [ 0, 5, 0.5 ],
"scale": [ 1.05, 1.05, 1.05 ]
},
"thirdperson_lefthand": {
"rotation": [ 0, -270, -55 ],
"translation": [ 0, 5, 0.5 ],
"scale": [ 1.05, 1.05, 1.05 ]
},
"firstperson_righthand": {
"rotation": [ 0, -90, 25 ],
"translation": [ 1.13, 3.2, 1.13 ],
"scale": [ 0.8, 0.8, 0.8 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 90, -25 ],
"translation": [ 1.13, 3.2, 1.13 ],
"scale": [ 0.8, 0.8, 0.8 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"scale": [ 1.2, 1.2, 1.2 ]
}
}
}
Binary file added assets/minecraft/textures/custom/veinminer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8855121

Please sign in to comment.