squeek502 / VeganOption

A Minecraft mod that seeks to add vegan alternatives to all Minecraft mob/animal products
The Unlicense
45 stars 10 forks source link

Creative Tab item/texture stuff. #67

Closed elifoster closed 7 years ago

elifoster commented 7 years ago

The Creative Tab stuff is handled in an IContentModule now, since we need proper registration for the item. And, since it HAS to be the first one executed, ContentModuleHandler.modules is now a LinkedHashMap, in order to preserve the order.