Skip to content

Commit

Permalink
Donut speed II
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabsunter committed Jul 10, 2017
1 parent 1e110d7 commit acb4c8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public static void l() {

REGISTRY.a(id++, "compacted_slime_ball", new Item().c("compactedSlimeball").a(CreativeModeTab.f).setTextureName("compacted_slimeball").e(PotionBrewer.rabbitFootEffect));
REGISTRY.a(id++, "lignite", new Item().c("lignite").a(CreativeModeTab.l).setTextureName("lignite"));
REGISTRY.a(id++, "donut", new ItemFood(10, false).j().a(1, 360, 0, 1.0F).c("donut").setTextureName("donut"));
REGISTRY.a(id++, "donut", new ItemFood(10, false).j().a(1, 360, 1, 1.0F).c("donut").setTextureName("donut"));
REGISTRY.a(id++, "zinc", new Item().c("zinc").a(CreativeModeTab.l).setTextureName("zinc"));
REGISTRY.a(id++, "cronyxe", new Item().c("cronyxe").a(CreativeModeTab.l).setTextureName("cronyxe"));
REGISTRY.a(id++, "kobalt", new Item().c("kobalt").a(CreativeModeTab.l).setTextureName("kobalt"));
Expand Down

0 comments on commit acb4c8b

Please sign in to comment.