Skip to content

Commit

Permalink
Quantum boots were named wrong (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC authored Aug 7, 2024
1 parent 4dcf2f0 commit 86adfd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/generated/resources/assets/gtceu/lang/en_ud.json
Original file line number Diff line number Diff line change
Expand Up @@ -4585,7 +4585,7 @@
"item.gtceu.quantum_processor_mainframe.tooltip.1": "ʇınɔɹıƆ ɹǝı⟘-WԀZɐ§",
"item.gtceu.quantum_star": "ɹɐʇS ɯnʇuɐnὉ",
"item.gtceu.quantum_star.tooltip": "ɹɐʇS ɹǝɥʇǝN pǝʌoɹdɯIㄥ§",
"item.gtceu.quarktech_boots": "sbuıbbǝꞀ ǝʇınS ™ɥɔǝ⟘ʞɹɐnὉ",
"item.gtceu.quarktech_boots": "sʇooᗺ ǝʇınS ™ɥɔǝ⟘ʞɹɐnὉ",
"item.gtceu.quarktech_chestplate": "ǝʇɐןdʇsǝɥƆ ǝʇınS ™ɥɔǝ⟘ʞɹɐnὉ",
"item.gtceu.quarktech_helmet": "ʇǝɯןǝH ǝʇınS ™ɥɔǝ⟘ʞɹɐnὉ",
"item.gtceu.quarktech_leggings": "sbuıbbǝꞀ ǝʇınS ™ɥɔǝ⟘ʞɹɐnὉ",
Expand Down Expand Up @@ -5845,4 +5845,4 @@
"tile.gtceu.reinforced_foam.name": "ɯɐoℲ pǝɔɹoɟuıǝᴚ",
"tile.gtceu.reinforced_stone.name": "ǝuoʇS pǝɔɹoɟuıǝᴚ",
"tile.gtceu.seal.name": "ʞɔoןᗺ pǝןɐǝS"
}
}
4 changes: 2 additions & 2 deletions src/generated/resources/assets/gtceu/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -4585,7 +4585,7 @@
"item.gtceu.quantum_processor_mainframe.tooltip.1": "§aZPM-Tier Circuit",
"item.gtceu.quantum_star": "Quantum Star",
"item.gtceu.quantum_star.tooltip": "§7Improved Nether Star",
"item.gtceu.quarktech_boots": "QuarkTech™ Suite Leggings",
"item.gtceu.quarktech_boots": "QuarkTech™ Suite Boots",
"item.gtceu.quarktech_chestplate": "QuarkTech™ Suite Chestplate",
"item.gtceu.quarktech_helmet": "QuarkTech™ Suite Helmet",
"item.gtceu.quarktech_leggings": "QuarkTech™ Suite Leggings",
Expand Down Expand Up @@ -5845,4 +5845,4 @@
"tile.gtceu.reinforced_foam.name": "Reinforced Foam",
"tile.gtceu.reinforced_stone.name": "Reinforced Stone",
"tile.gtceu.seal.name": "Sealed Block"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2588,7 +2588,7 @@ public Component getItemName(ItemStack stack) {
100_000_000L * (long) Math.max(1,
Math.pow(4, ConfigHolder.INSTANCE.tools.voltageTierQuarkTech - 5)),
ConfigHolder.INSTANCE.tools.voltageTierQuarkTech)))
.lang("QuarkTech™ Suite Leggings")
.lang("QuarkTech™ Suite Boots")
.properties(p -> p.rarity(Rarity.RARE))
.tag(CustomTags.PPE_ARMOR)
.register();
Expand Down

0 comments on commit 86adfd0

Please sign in to comment.