-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
702 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- Added `large` as an additional keyword. This can be combined with any other keyword to make your shork truly massive. | ||
- Added a `bridget` plush as a variant. Thank you [Crephan](https://twitter.com/Crephann) for the model and texture! | ||
- Added `mahiro`, `lazy mahiro`, and `astolfo bean` plushies as variants. Thank you [Crephan](https://twitter.com/Crephann) for the model and texture! | ||
- Fixed some small issues. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/blahaj_totem/models/item/blahaj_skins/astolfo_bean_shark.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "blahaj_totem:item/astolfo_bean", | ||
"textures": { | ||
"0": "blahaj_totem:item/blahaj_skins/astolfo_bean_shark" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...main/generated/assets/blahaj_totem/models/item/blahaj_skins/astolfo_bean_shark_large.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "blahaj_totem:item/astolfo_bean_large", | ||
"textures": { | ||
"0": "blahaj_totem:item/blahaj_skins/astolfo_bean_shark" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/blahaj_totem/models/item/blahaj_skins/mahiro_lazy_shark.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "blahaj_totem:item/mahiro", | ||
"textures": { | ||
"0": "blahaj_totem:item/blahaj_skins/mahiro_lazy_shark" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/blahaj_totem/models/item/blahaj_skins/mahiro_lazy_shark_large.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "blahaj_totem:item/mahiro_large", | ||
"textures": { | ||
"0": "blahaj_totem:item/blahaj_skins/mahiro_lazy_shark" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/blahaj_totem/models/item/blahaj_skins/mahiro_school_shark.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "blahaj_totem:item/mahiro", | ||
"textures": { | ||
"0": "blahaj_totem:item/blahaj_skins/mahiro_school_shark" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...ain/generated/assets/blahaj_totem/models/item/blahaj_skins/mahiro_school_shark_large.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "blahaj_totem:item/mahiro_large", | ||
"textures": { | ||
"0": "blahaj_totem:item/blahaj_skins/mahiro_school_shark" | ||
} | ||
} |
Oops, something went wrong.