Skip to content

Commit

Permalink
画像更新
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicHarp committed Oct 3, 2024
1 parent 993fc92 commit 123db1c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ protected void addTranslations() {
add("painting.confluence.uqtqu_day.author", "BiliBili__昼泽_");
add("painting.confluence.emerald_shenyi.title", "EMERALD_SHENYI");
add("painting.confluence.emerald_shenyi.author", "BiliBili_Emerald_审翼");
add("painting.confluence.black_cat.title", "BLACK_CAT");
add("painting.confluence.black_cat.author", "???");
add("painting.confluence.chromatic.title", "CHROMATIC");
add("painting.confluence.chromatic.author", "BiliBili_陌林_Chromatic");

// new
add("achievements.toast.complete", "成就达成!");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ protected void addTranslations() {
add("painting.confluence.uqtqu_day.author", "BiliBili__昼泽_");
add("painting.confluence.emerald_shenyi.title", "EMERALD_SHENYI");
add("painting.confluence.emerald_shenyi.author", "BiliBili_Emerald_审翼");
add("painting.confluence.black_cat.title", "BLACK_CAT");
add("painting.confluence.black_cat.author", "???");
add("painting.confluence.chromatic.title", "CHROMATIC");
add("painting.confluence.chromatic.author", "BiliBili_陌林_Chromatic");

// new
add("achievements.toast.complete", "Achievement achieved!");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/confluence/mod/misc/ModPaintings.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public final class ModPaintings {
public static final RegistryObject<PaintingVariant> KHAKI_COFFEE_BEANS = PAINTING_VARIANTS.register("khaki_coffee_beans", () -> new PaintingVariant(32, 32));
public static final RegistryObject<PaintingVariant> UQTQU_DAY = PAINTING_VARIANTS.register("uqtqu_day", () -> new PaintingVariant(32, 32));
public static final RegistryObject<PaintingVariant> EMERALD_SHENYI = PAINTING_VARIANTS.register("emerald_shenyi", () -> new PaintingVariant(32, 32));
public static final RegistryObject<PaintingVariant> BLACK_CAT = PAINTING_VARIANTS.register("black_cat", () -> new PaintingVariant(32, 32));
public static final RegistryObject<PaintingVariant> CHROMATIC = PAINTING_VARIANTS.register("chromatic", () -> new PaintingVariant(32, 32));

public static void register(IEventBus bus) {
PAINTING_VARIANTS.register(bus);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"confluence:khaki_coffee_beans",
"confluence:uqtqu_day",
"confluence:emerald_shenyi",
"confluence:black_cat"
"confluence:chromatic"
]
}

0 comments on commit 123db1c

Please sign in to comment.