Max M
Max M
The idea of killing eldritch beings with normal weapons is a bit weird overall. In H.P. Lovecraft stories, usually eldritch beings are defeated with knowledge- incantations, rituals, and the like....
After a quick look through some of the tile entities, I can see why there would be FPS issues. Mainly from the fact that 90% of the tile entities call...
WanionCane: During the PostInit loading stage I called `UniDictAPI.addItemStackToBlackList(ItemStack)` with a size 1, metadata 0 stack of the item I don't want unified. It got unified anyway, and into another...
Trying to blacklist at different loading stages still had no effect. Using this code: `if(Loader.isModLoaded("unidict")){ UniDictIntegration.setup(); }` With UniDictIntegration being another class, where preInit calls `UniDictAPI.addItemStackToBlackList` with the ItemStacks really...