Skip to content

Commit 6c8ff01

Browse files
authored
Feat/xavbeat03 (#68)
* feat: linking grub texture * feat: giving texture cmd 50004 * feat: adding new update items adding items for a new update, unfortunately not working. * fix: attempting to fix major bug * fix: initial scroll and wand textures working * feat: added fish textures * feat: added emerald fishing rod textures * feat: added berry pouch * feat: updated texture, added berry_pouch.json * feat: added berry pouch compatibility
1 parent bc3ae88 commit 6c8ff01

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "item/handheld",
3+
"textures": {
4+
"layer0": "item/extras/berry_pouch"
5+
}
6+
}

assets/minecraft/models/item/paper.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@
214214
},
215215
"model": "item/extras/potato_pouch"
216216
},
217+
{
218+
"predicate": {
219+
"custom_model_data": 14714
220+
},
221+
"model": "item/extras/berry_pouch"
222+
},
217223
{
218224
"predicate": {
219225
"custom_model_data": 14800
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)