Skip to content

Commit

Permalink
Fixed patreon rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Jan 13, 2024
1 parent f6b9c7d commit 0727e87
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx2G
modGroup=com.buuz135
modVersion=0.4.3
modVersion=0.4.4
modBaseName=sushigocrafting
minecraftVersion=1.20.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "sushigocrafting:rewards/salmon_back",
"particle": "sushigocrafting:rewards/salmon_back"
"0": "sushigocrafting:block/rewards/salmon_back",
"particle": "sushigocrafting:block/rewards/salmon_back"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "sushigocrafting:rewards/tuna_back",
"particle": "sushigocrafting:rewards/tuna_back"
"0": "sushigocrafting:block/rewards/tuna_back",
"particle": "sushigocrafting:block/rewards/tuna_back"
},
"elements": [
{
Expand Down

0 comments on commit 0727e87

Please sign in to comment.