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.SpriteLoader;
|
||||||
import cz.jzitnik.game.annotations.ItemRegistry;
|
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.Item;
|
||||||
import cz.jzitnik.game.entities.items.ItemType;
|
import cz.jzitnik.game.entities.items.ItemType;
|
||||||
|
|
||||||
@PlaceSound(SoundKey.DIRT)
|
|
||||||
@ItemRegistry("dirt")
|
@ItemRegistry("dirt")
|
||||||
public class DirtItem extends Item {
|
public class DirtItem extends Item {
|
||||||
public DirtItem() {
|
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.Item;
|
||||||
import cz.jzitnik.game.entities.items.ItemType;
|
import cz.jzitnik.game.entities.items.ItemType;
|
||||||
|
|
||||||
@PlaceSound(SoundKey.DIRT)
|
@PlaceSound(SoundKey.GRASS)
|
||||||
@ItemRegistry("grass")
|
@ItemRegistry("grass")
|
||||||
public class GrassItem extends Item {
|
public class GrassItem extends Item {
|
||||||
public GrassItem() {
|
public GrassItem() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user