Skip to content

Commit

Permalink
v0.9 - Nachos + Farmer's Delight Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Sep 30, 2023
1 parent f6340fc commit 6d99a9b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ public class GarnishedItems {
// Farmer's Delight Items
public static final ItemEntry<PecanPieSliceFoodItem> PECAN_PIE_SLICE =
REGISTRATE.item("pecan_pie_slice", PecanPieSliceFoodItem::new).register();
public static final ItemEntry<PhantomBeefPattyFoodItem> PHANTOM_BURGER =
REGISTRATE.item("phantom_burger", PhantomBeefPattyFoodItem::new).register();
public static final ItemEntry<PhantomBurgerFoodItem> PHANTOM_BEEF_PATTY =
REGISTRATE.item("phantom_beef_patty", PhantomBurgerFoodItem::new).register();
public static final ItemEntry<PhantomBurgerFoodItem> PHANTOM_BURGER =
REGISTRATE.item("phantom_burger", PhantomBurgerFoodItem::new).register();
public static final ItemEntry<PhantomBeefPattyFoodItem> PHANTOM_BEEF_PATTY =
REGISTRATE.item("phantom_beef_patty", PhantomBeefPattyFoodItem::new).register();

public static void setRegister() {}

Expand Down

0 comments on commit 6d99a9b

Please sign in to comment.