remove anvil ICrafting (useless)

This commit is contained in:
Sen 2025-07-07 17:55:51 +02:00
parent 454e38d1ab
commit 987c76d2c5
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
5 changed files with 12 additions and 180 deletions

View file

@ -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) {