Sam Lindbloom-Airey
Sam Lindbloom-Airey
``` java import java.io.FileInputStream; import java.io.FileOutputStream; import NBT.Tag; import NBT.Serialization.NBTable; import NBT.Minecraft.Map; import NBT.Minecraft.IDs; import NBT.Minecraft.Mob; import java.awt.Graphics2D; import java.awt.Color; import java.awt.image.BufferedImage; import javax.imageio.ImageIO; import java.io.File; import java.io.IOException; import NBT.FormatException;...
Oh, right, sorry. I thought it was still in there. I was doing chunk.TileEntities().add( newChest() ); and then region.WriteChunk(). Doing an add() to TileEntities and then using WriteChunk results in...
``` java public class toMinecraft { public static void main( String args[] ) throws Throwable { toMinecraft run = new toMinecraft(); try { Region region = new Region( new File(...