SvenKayser / JMOD

The Javascript MOD Loader
Other
8 stars 3 forks source link

Metal Blocks Pause Before Crafting #6

Closed ghost closed 7 years ago

ghost commented 8 years ago

I created a jmod to provide all the common ores used by other mods. It pretty much does everything, creates ingots, blocks, ores, tools, armor, and applies them to the ore dictionary as needed.

However, I notice that when I try to make a block of a metal provided by this jmod, the game freezes for a second before actually showing the block in the output slot. Does the level of abstraction (I use a lot of loops) cause this effect, or might there be something up with JMOD itself?

ghost commented 7 years ago

More details in #17