Skip to content

Commit 721bb8b

Browse files
committed
labels
1 parent d50d7c1 commit 721bb8b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/com/solegendary/reignofnether/research/researchItems/ResearchWitherClouds.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public String getItemName() {
4444

4545
public StartProductionButton getStartButton(ProductionPlacement prodBuilding, Keybinding hotkey) {
4646
return new StartProductionButton(ResearchWitherClouds.itemName,
47-
ResourceLocation.fromNamespaceAndPath(ReignOfNether.MOD_ID, "textures/mobheads/wither_skeleton.png"),
47+
ResourceLocation.fromNamespaceAndPath(ReignOfNether.MOD_ID, "textures/icons/abilities/wither_cloud.png"),
4848
ResourceLocation.fromNamespaceAndPath(ReignOfNether.MOD_ID, "textures/hud/icon_frame_bronze.png"),
4949
hotkey,
5050
() -> ProductionItems.RESEARCH_WITHER_CLOUDS.itemIsBeingProduced(prodBuilding.ownerName)
@@ -65,7 +65,7 @@ public StartProductionButton getStartButton(ProductionPlacement prodBuilding, Ke
6565

6666
public StopProductionButton getCancelButton(ProductionPlacement prodBuilding, boolean first) {
6767
return new StopProductionButton(ResearchWitherClouds.itemName,
68-
ResourceLocation.fromNamespaceAndPath(ReignOfNether.MOD_ID, "textures/mobheads/wither_skeleton.png"),
68+
ResourceLocation.fromNamespaceAndPath(ReignOfNether.MOD_ID, "textures/icons/abilities/wither_cloud.png"),
6969
ResourceLocation.fromNamespaceAndPath(ReignOfNether.MOD_ID, "textures/hud/icon_frame_bronze.png"),
7070
prodBuilding,
7171
this,

src/main/resources/assets/reignofnether/lang/en_us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@
943943
"research.reignofnether.militia_bows": "Militia Archer Training",
944944
"research.reignofnether.militia_bows.tooltip1": "Allows Militia to swap to a ranged bow attack in ",
945945
"research.reignofnether.militia_bows.tooltip2": "exchange for lower attack, move speed and armor.",
946-
"research.reignofnether.wither_clouds": "Wither Clouds",
946+
"research.reignofnether.wither_clouds": "Wither Death Clouds",
947947
"research.reignofnether.wither_clouds.tooltip1": "Unlocks the ability for Wither Skeletons to produce ",
948948
"research.reignofnether.wither_clouds.tooltip2": "clouds of wither around them for a few seconds.",
949949
"research.reignofnether.bloodlust": "Bloodlust",

0 commit comments

Comments
 (0)