Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
IceXaga committed Oct 3, 2024
1 parent dfc7dcd commit b5db455
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public NanchangMixFlourItem() {
}

// 注册物品
public static final Item NANCHANG_CHAO_FEN = new NanchangChaoFenItem();
public static final Item NANCHANGMIXFLOUR = new NanchangChaoFenItem();
public static void registerItem() {
Registry.register(Registry.ITEM, new Identifier(ChineseFoods.MOD_ID, "nanchang_chao_fen"), NANCHANG_CHAO_FEN);
Registry.register(Registry.ITEM, new Identifier(ChineseFoods.MOD_ID, "nanchangmixflour"), NANCHANG_MIXFLOUR);
}
}

0 comments on commit b5db455

Please sign in to comment.