Added another entry to the Alchemist, then realized the glitch he fixed is serious enough to warrant a release.
This commit is contained in:
parent
34d9649c70
commit
d05f4a4af8
2 changed files with 2 additions and 2 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue