forked from jzitnik/twodcraft
fix: Build
This commit is contained in:
parent
c674663cc0
commit
2fb1929efe
@ -2,12 +2,9 @@ package cz.jzitnik.game.entities.items.registry.items.blocks;
|
||||
|
||||
import cz.jzitnik.game.SpriteLoader;
|
||||
import cz.jzitnik.game.annotations.ItemRegistry;
|
||||
import cz.jzitnik.game.annotations.PlaceSound;
|
||||
import cz.jzitnik.game.core.sound.SoundKey;
|
||||
import cz.jzitnik.game.entities.items.Item;
|
||||
import cz.jzitnik.game.entities.items.ItemType;
|
||||
|
||||
@PlaceSound(SoundKey.DIRT)
|
||||
@ItemRegistry("dirt")
|
||||
public class DirtItem extends Item {
|
||||
public DirtItem() {
|
||||
|
@ -7,7 +7,7 @@ import cz.jzitnik.game.core.sound.SoundKey;
|
||||
import cz.jzitnik.game.entities.items.Item;
|
||||
import cz.jzitnik.game.entities.items.ItemType;
|
||||
|
||||
@PlaceSound(SoundKey.DIRT)
|
||||
@PlaceSound(SoundKey.GRASS)
|
||||
@ItemRegistry("grass")
|
||||
public class GrassItem extends Item {
|
||||
public GrassItem() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user