remove anvil ICrafting (useless)
This commit is contained in:
parent
454e38d1ab
commit
987c76d2c5
5 changed files with 12 additions and 180 deletions
|
@ -36,7 +36,8 @@ public class CommandItem extends Command {
|
|||
if(items == null)
|
||||
throw new RunException("Gegenstand '%s' existiert nicht", item);
|
||||
ItemStack stack = new ItemStack(items);
|
||||
stack.readTags(tag);
|
||||
if(tag != null)
|
||||
stack.readTags(tag);
|
||||
int done = 0;
|
||||
int given = 0;
|
||||
for(EntityNPC player : players) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue