added dungeon to dimData, spawn fixes for monolit

This commit is contained in:
StevenRS11
2013-05-28 17:15:40 -04:00
parent 9f7561e2fe
commit 8365d4353f
8 changed files with 100 additions and 71 deletions

View File

@@ -56,7 +56,7 @@ public class SchematicLoader
}
public void init(String filePath, LinkData link, int x, int y , int z)
public void init(String filePath, LinkData link)
{
this.schematic="/schematics/"+filePath;