public void putCompound(String name, CompoundTag value) {
   tags.put(name, value.setName(name));
 }