orphu / mcdungeon

A procedural dungeon generator for Minecraft
Other
84 stars 18 forks source link

Cache item and spawner tags after loading from yaml #407

Closed JiFish closed 7 years ago

JiFish commented 7 years ago

Cache item and spawner tags in memory after loading from yaml so they don't have to be continually loaded and processed.

Edit: This really didn't need to be it's own issue. Sorry.