Skip to content

Commit

Permalink
Add seedling fish item
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Vallejo committed Sep 28, 2024
1 parent 695785f commit de9298f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/fish/seedling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/fish/seedling"
}
}
31 changes: 26 additions & 5 deletions assets/minecraft/models/item/phantom_membrane.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
{
"parent": "item/generated",
"textures":{
"layer0":"item/phantom_membrane"
"textures": {
"layer0": "item/phantom_membrane"
},
"overrides": [
{"predicate": {"custom_model_data": 1}, "model": "item/fish/mosshorn"},
{"predicate": {"custom_model_data": 2}, "model": "item/fish/varyn"},
{"predicate": {"custom_model_data": 3}, "model": "item/fish/scarak"}
{
"predicate": {
"custom_model_data": 1
},
"model": "item/fish/mosshorn"
},
{
"predicate": {
"custom_model_data": 2
},
"model": "item/fish/varyn"
},
{
"predicate": {
"custom_model_data": 3
},
"model": "item/fish/scarak"
},
{
"predicate": {
"custom_model_data": 4
},
"model": "item/fish/seedling"
}
]
}
Binary file added assets/minecraft/textures/item/fish/seedling.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 de9298f

Please sign in to comment.