Revert "Fix //none removing arbitrary nbt"
This reverts commit dd0bec8913.
This commit is contained in:
@ -77,11 +77,8 @@ public final class BrushCache {
|
||||
Map<String, Tag> map;
|
||||
if (nbt == null) {
|
||||
if (tool == null) {
|
||||
Map<String, Object> raw = nbt.getRaw();
|
||||
if (raw.remove("weBrushJson") != null && raw.isEmpty()) {
|
||||
item.setNbtData(null);
|
||||
}
|
||||
return null;
|
||||
item.setNbtData(null);
|
||||
return tool;
|
||||
}
|
||||
nbt = new CompoundTag(map = new HashMap<>());
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user