MineMaarten / IGW-mod

ModJam 3 mod, In-Game Wiki Mod
GNU General Public License v2.0
16 stars 21 forks source link

Fixes some crashes, Improves support for certain blocks and items in recipes #65

Closed Thutmose closed 8 years ago

Thutmose commented 8 years ago

These are the primary changes I had made in my 1.8.8 update for IGW-mod.

The addition to ContainerBlockWiki fixes some problems with rendering items such as buttons into guis from auto-retrieved recipes. It also fixes issues with wildcard values, but a better way to handle this would probably be needed later.

GuiWiki change is to fix a strange offset bug of some rendered tab items which appeared in the 1.8 update.

The change to BlockAndItemWikiTab fixes a crash due to the Minecraft RenderItem being null when that class is first referenced.

the change in IntegratorCraftingRecipe moves the text to the correct spot.