remove arbitary item data
This commit is contained in:
parent
97b708bb23
commit
4e94a660ff
18 changed files with 210 additions and 392 deletions
|
@ -34,7 +34,7 @@ public class CommandItem extends Command {
|
|||
ItemStack stack = ItemStack.getStack(item, null);
|
||||
if(stack == null)
|
||||
throw new RunException("Gegenstand '%s' existiert nicht", item);
|
||||
stack.setTag(tag);
|
||||
stack.readTag(tag);
|
||||
int done = 0;
|
||||
int given = 0;
|
||||
for(EntityNPC player : players) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue