more mob tweaks, texture tweaks

This commit is contained in:
StevenRS11
2013-05-29 14:45:14 -04:00
parent f14cde7186
commit 602eb4bcff
6 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
package StevenDimDoors.mod_pocketDim;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Random;
@@ -8,7 +9,7 @@ import net.minecraft.world.World;
public class DungeonGenerator
public class DungeonGenerator implements Serializable
{
public int weight;