Skip to content

Commit

Permalink
fix(#116): Hard crash destroying Joshaberry Bush due to missing berry…
Browse files Browse the repository at this point in the history
…seed. (#117)
  • Loading branch information
NicolaasJKotze authored Jul 17, 2021
1 parent 63a2c82 commit b3c691b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/atlas/SimpleFarming.atlas
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tileSize":[32, 32],
"gridDimensions":[8, 8],
"tileNames":[
"TestBerrySeed", "TestBerry", "GrowthCan", "UnGrowthCan", "", "", "", "",
"BerrySeed", "Berry", "GrowthCan", "UnGrowthCan", "", "", "", "",
"", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "",
Expand Down
2 changes: 1 addition & 1 deletion assets/prefabs/Testing/TestSeed.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Test Seed"
},
"Item": {
"icon": "SimpleFarming:SimpleFarming#TestBerrySeed",
"icon": "SimpleFarming:SimpleFarming#BerrySeed",
"stackId": "Test Seed"
},
"SeedDefinition": {},
Expand Down

0 comments on commit b3c691b

Please sign in to comment.