Skip to content

Commit

Permalink
committing in case my laptop shuts down and deletes everything :trollface:
Browse files Browse the repository at this point in the history
  • Loading branch information
JuiceyBeans committed Dec 9, 2024
1 parent 3a4f0c4 commit 5ba3007
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 463 deletions.
253 changes: 73 additions & 180 deletions src/generated/resources/assets/gtceu/lang/en_ud.json

Large diffs are not rendered by default.

255 changes: 74 additions & 181 deletions src/generated/resources/assets/gtceu/lang/en_us.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ public void addInformation(@NotNull ItemStack stack, @Nullable Level world, @Not
@Getter
public enum WrenchModeType {

ITEM(Component.translatable("gtceu.mode.item")),
FLUID(Component.translatable("gtceu.mode.fluid")),
BOTH(Component.translatable("gtceu.mode.both"));
ITEM(Component.translatable("gtceu.tool.mode.item")),
FLUID(Component.translatable("gtceu.tool.mode.fluid")),
BOTH(Component.translatable("gtceu.tool.mode.both"));

private final Component name;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ private static void initItemTooltips(RegistrateLangProvider provider) {
multilineLang(provider,"item.gtceu.sus_record.desc", "§7Leonz - Among Us Drip\nsussy!");
provider.add("item.gtceu.iron_minecart_wheels.tooltip", "§To get things rolling");
provider.add("item.gtceu.steel_minecart_wheels.tooltip", "§To get things rolling");
"§7Not strong enough for mechanical issues\nCan be used to pick up crates without dropping their items");
provider.add("item.gtceu.terminal.tooltip",
"Shift + R-Click on a controller to automatically build the multi-block");
provider.add("item.gtceu.sus_record.desc", "§7sussy!");
Expand Down
Loading

0 comments on commit 5ba3007

Please sign in to comment.