Skip to content

Commit

Permalink
Import halloween cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdif committed Sep 29, 2017
1 parent 9de50fe commit 078706a
Show file tree
Hide file tree
Showing 8 changed files with 2,648 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
## v1.2 (2017-9-27)

- Add HHN items

## v1.3 (2017-09-29)

- Import halloween cosmetics
10 changes: 9 additions & 1 deletion assets/minecraft/models/item/diamond_hoe.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"parent": "item/handheld",
"textures": {
"layer0": "items/diamond_hoe"
}
},
"overrides":[
{ "predicate": { "damaged": 1, "damage": 0.00064061499}, "model":"item/crown"},
{ "predicate": { "damaged": 1, "damage": 0.00128122998}, "model":"item/tiara"},
{ "predicate": { "damaged": 1, "damage": 0.00192184500}, "model":"item/seasonalhats/seasonal_hat1"},
{ "predicate": { "damaged": 1, "damage": 0.00256245996}, "model":"item/seasonalhats/seasonal_hat2"},
{ "predicate": { "damaged": 1, "damage": 0.00320307495}, "model":"item/seasonalhats/seasonal_hat3"},
{ "predicate": { "damaged": 1, "damage": 0.00384368994}, "model":"item/seasonalhats/seasonal_hat4"}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 078706a

Please sign in to comment.