stacks.add(nstack);
if(dd.append)
append = true;
}
EntityCustomDropDefinition converted = new EntityCustomDropDefinition(def.getKey().toUpperCase() + "" + this.converted++, stacks, null, EntityType.valueOf(def.getKey().toUpperCase()));
converted.setAppend(append);
((CustomDrops) CraftBookPlugin.inst().getMechanic(CustomDrops.class)).addDefinition(converted);
}
} else {
this.blockDropDefinitions = blockDropDefinitions;