Skip to content

Commit

Permalink
fix(fishing_rework): 🐟fix missed singularity texture
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Jan 3, 2025
1 parent ae9253f commit 5c98e7d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/contenttweaker/models/item/fish_singularity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "item/generated",
"textures": {
"layer0": "contenttweaker:items/fish_singularity",
"layer1": "contenttweaker:items/fish_singularity_overlay"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "item/generated",
"textures": {
"layer0": "contenttweaker:items/woodweave_singularity",
"layer1": "contenttweaker:items/woodweave_singularity_overlay"
}
}

0 comments on commit 5c98e7d

Please sign in to comment.