127128129130131132133134135136137
Map<String, Tag> tagMap = new HashMap<String, Tag>(1); tagMap.put("Level", levelTag); CompoundTag tag = new CompoundTag("", tagMap); nbtOut.writeTag(tag); } finally { out.close(); } // TODO: Close the regionfile