chore: dyed wools #13

Merged
jzitnik merged 2 commits from jull/twodcraft:jull into main 2025-03-29 13:26:16 +00:00
2 changed files with 26 additions and 1 deletions
Showing only changes of commit 077c7484c4 - Show all commits

View File

@ -277,7 +277,7 @@ public class SpriteLoader {
SPRITES_MAP.put(SPRITES.NUMBER, new Number()); SPRITES_MAP.put(SPRITES.NUMBER, new Number());
// SEEDS // SEEDS
SPRITES_MAP.put(SPRITES.WHEAT, new Farmable("dirt.ans", "grass.ans", "sand.ans")); SPRITES_MAP.put(SPRITES.WHEAT, new Farmable("wheat_stage1.ans", "wheat_stage2.ans", "wheat_stage3.ans"));
// ITEMS // ITEMS

View File

@ -0,0 +1,25 @@