Added another entry to the Alchemist, then realized the glitch he fixed is serious enough to warrant a release.

This commit is contained in:
WayofTime 2016-07-20 21:50:09 -04:00
parent 34d9649c70
commit d05f4a4af8
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ public class CategoryAlchemy
{
speedPages.add(speedRecipePage);
}
ashPages.addAll(PageHelper.pagesForLongText(TextHelper.localize(keyBase + "speed" + ".info"), 370));
speedPages.addAll(PageHelper.pagesForLongText(TextHelper.localize(keyBase + "speed" + ".info"), 370));
entries.put(new ResourceLocation(keyBase + "speed"), new EntryText(speedPages, TextHelper.localize(keyBase + "speed"), true));
for (Entry<ResourceLocation, EntryAbstract> entry : entries.entrySet())