Skip to content

Commit b317b6f

Browse files
committed
LightingDeathCosmetic修正
1 parent 6579427 commit b317b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/elic0de/thejpspit/cosmetics/impl/death/LightingDeathCosmetic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import org.bukkit.Material;
88

99
// todo:多分 typoみす
10-
@CosmeticData(id = "light", name = "雷", description = "うるさい", icon = Material.WATER, coin = 50)
10+
@CosmeticData(id = "light", name = "雷", description = "うるさい", icon = Material.ARROW, coin = 50)
1111
public class LightingDeathCosmetic extends Cosmetic implements DeathCosmetic {
1212

1313
@Override

0 commit comments

Comments
 (0)