Skip to content

Commit 27ebf7e

Browse files
authored
Merge pull request #126 from pynickle/main
加入木制方块合成配方,完善食物配方,修复烤南瓜片译名
2 parents eb13007 + 2d538ee commit 27ebf7e

File tree

2 files changed

+419
-2
lines changed

2 files changed

+419
-2
lines changed

src/main/java/org/polaris2023/wild_wind/common/init/items/foods/ModBaseFoods.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public enum ModBaseFoods implements Supplier<Item>, ItemLike {
6363
FISH_CHOWDER(STACK_TO_1),
6464
@I18n(en_us = "Pumpkin Slice", zh_cn = "南瓜片", zh_tw = "南瓜片")
6565
PUMPKIN_SLICE(p -> p.component(ModComponents.VEGETABLE_VALUE, 0.5F)),
66-
@I18n(en_us = "Baked Pumpkin Slice", zh_cn = "南瓜片", zh_tw = "南瓜片")
66+
@I18n(en_us = "Baked Pumpkin Slice", zh_cn = "烤南瓜片", zh_tw = "烤南瓜片")
6767
BAKED_PUMPKIN_SLICE(p -> p.component(ModComponents.VEGETABLE_VALUE, 0.5F)),
6868
@I18n(en_us = "Baked Apple", zh_cn = "烤苹果", zh_tw = "烤蘋果")
6969
BAKED_APPLE(p -> p.component(ModComponents.FRUIT_VALUE, 1F)),

0 commit comments

Comments
 (0)