Skip to content

Commit e3d7d9c

Browse files
MuXiu1997Kiwi233
andauthored
Avoid duplicate keys (#10)
Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com> Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com>
1 parent 48fd15f commit e3d7d9c

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

src/main/java/chylex/hee/init/ItemList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static void loadItems(){
112112
register("essence", essence = new ItemEssence().setUnlocalizedName("essence"));
113113
register("silverfish_blood", silverfish_blood = new Item().setUnlocalizedName("silverfishBlood").setTextureName("hardcoreenderexpansion:silverfish_blood"));
114114
register("dry_splinter", dry_splinter = new Item().setUnlocalizedName("drySplinter").setTextureName("hardcoreenderexpansion:dry_splinter"));
115-
register("endoplasm", ectoplasm = new Item().setUnlocalizedName("ectoplasm").setTextureName("hardcoreenderexpansion:ectoplasm"));
115+
register("endoplasm", ectoplasm = new Item().setUnlocalizedName("ectoplasm_").setTextureName("hardcoreenderexpansion:ectoplasm"));
116116
register("spectral_tear", spectral_tear = new Item().setUnlocalizedName("spectralTear").setTextureName("hardcoreenderexpansion:spectral_tear"));
117117
register("living_matter", living_matter = new Item().setUnlocalizedName("livingMatter").setTextureName("hardcoreenderexpansion:living_matter"));
118118
register("rune", rune = new ItemRune().setMaxStackSize(16).setUnlocalizedName("rune").setTextureName("hardcoreenderexpansion:rune"));

src/main/resources/assets/hardcoreenderexpansion/lang/cs_CZ.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ item.potionOfPurity.splash.name=Splash Potion of Purity
223223
item.blankGem.name=Blank Gem
224224
item.templeCaller.bacon.name=Bacon Caller
225225
item.drySplinter.bacon.name=Dry Bacon
226-
item.ectoplasm.name=Ectoplasm
226+
item.ectoplasm_.name=Ectoplasm
227227
item.spectralTear.name=Spectral Tear
228228
item.spectralTear.bacon.name=Spectral Bacon
229229
item.livingMatter.name=Living Matter

src/main/resources/assets/hardcoreenderexpansion/lang/da_DK.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ item.potionOfPurity.splash.name=Splash Potion of Purity
223223
item.blankGem.name=Blank Gem
224224
item.templeCaller.bacon.name=Bacon Caller
225225
item.drySplinter.bacon.name=Dry Bacon
226-
item.ectoplasm.name=Ectoplasm
226+
item.ectoplasm_.name=Ectoplasm
227227
item.spectralTear.name=Spectral Tear
228228
item.spectralTear.bacon.name=Spectral Bacon
229229
item.livingMatter.name=Living Matter

src/main/resources/assets/hardcoreenderexpansion/lang/de_DE.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ item.potionOfPurity.splash.name=Wurftrank der Reinheit
223223
item.blankGem.name=Rohling
224224
item.templeCaller.bacon.name=Leuchtfeuer Rufer
225225
item.drySplinter.bacon.name=Ausgetrocknetes Leuchtfeuer
226-
item.ectoplasm.name=Ektoplasma
226+
item.ectoplasm_.name=Ektoplasma
227227
item.spectralTear.name=Spektrale Tränen
228228
item.spectralTear.bacon.name=Spektrales Leuchtfeuer
229229
item.livingMatter.name=Lebens Materie

src/main/resources/assets/hardcoreenderexpansion/lang/en_US.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ item.drySplinter.bacon.name=Dry Bacon
118118
item.infestationRemedy.name=Infestation Remedy
119119
item.ghostAmulet.name=Ghost Amulet
120120
item.ghostAmulet.impure.name=Ghost Amulet (Impure)
121-
item.ectoplasm.name=Ectoplasm
121+
item.ectoplasm_.name=Ectoplasm
122122
item.spectralTear.name=Spectral Tear
123123
item.spectralTear.bacon.name=Spectral Bacon
124124
item.livingMatter.name=Living Matter

src/main/resources/assets/hardcoreenderexpansion/lang/es_ES.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ item.potionOfPurity.splash.name=Poción de pureza arrojadiza
223223
item.blankGem.name=Gema en blanco
224224
item.templeCaller.bacon.name=Llamado de beicon
225225
item.drySplinter.bacon.name=Beicon seco
226-
item.ectoplasm.name=Ectoplasma
226+
item.ectoplasm_.name=Ectoplasma
227227
item.spectralTear.name=Lagrima espectral
228228
item.spectralTear.bacon.name=Beicon espectral
229229
item.livingMatter.name=Mateia viva

src/main/resources/assets/hardcoreenderexpansion/lang/fr_FR.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ item.potionOfPurity.splash.name=potion volatile de pureté
223223
item.blankGem.name=Gemmes vide
224224
item.templeCaller.bacon.name=Convocateur de bacon
225225
item.drySplinter.bacon.name=Bacon sec
226-
item.ectoplasm.name=Actoplasme
226+
item.ectoplasm_.name=Actoplasme
227227
item.spectralTear.name=Larme spectrale
228228
item.spectralTear.bacon.name=Bacon spectral
229229
item.livingMatter.name=Matière vivante

src/main/resources/assets/hardcoreenderexpansion/lang/he_IL.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ item.potionOfPurity.splash.name=Splash Potion of Purity
223223
item.blankGem.name=Blank Gem
224224
item.templeCaller.bacon.name=Bacon Caller
225225
item.drySplinter.bacon.name=Dry Bacon
226-
item.ectoplasm.name=Ectoplasm
226+
item.ectoplasm_.name=Ectoplasm
227227
item.spectralTear.name=Spectral Tear
228228
item.spectralTear.bacon.name=Spectral Bacon
229229
item.livingMatter.name=Living Matter

src/main/resources/assets/hardcoreenderexpansion/lang/it_IT.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ item.potionOfPurity.splash.name=Splash Potion of Purity
223223
item.blankGem.name=Blank Gem
224224
item.templeCaller.bacon.name=Bacon Caller
225225
item.drySplinter.bacon.name=Dry Bacon
226-
item.ectoplasm.name=Ectoplasm
226+
item.ectoplasm_.name=Ectoplasm
227227
item.spectralTear.name=Spectral Tear
228228
item.spectralTear.bacon.name=Spectral Bacon
229229
item.livingMatter.name=Living Matter

src/main/resources/assets/hardcoreenderexpansion/lang/ko_KR.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ item.potionOfPurity.splash.name=Splash Potion of Purity
223223
item.blankGem.name=Blank Gem
224224
item.templeCaller.bacon.name=Bacon Caller
225225
item.drySplinter.bacon.name=Dry Bacon
226-
item.ectoplasm.name=Ectoplasm
226+
item.ectoplasm_.name=Ectoplasm
227227
item.spectralTear.name=Spectral Tear
228228
item.spectralTear.bacon.name=Spectral Bacon
229229
item.livingMatter.name=Living Matter

0 commit comments

Comments
 (0)