Research bugfixes

This commit is contained in:
Anuken
2022-01-13 19:39:21 -05:00
parent 4385cb8a88
commit cfbfa0844d
7 changed files with 34 additions and 14 deletions

View File

@@ -40,6 +40,8 @@ public class FileMapGenerator implements WorldGenerator{
world.setGenerating(true);
tiles = world.tiles;
//TODO why is this hardcoded into the map generator
Item[] items = {Items.blastCompound, Items.pyratite, Items.copper, Items.thorium, Items.copper, Items.lead};
for(Tile tile : tiles){