experimental RS support

does not support multikill
This commit is contained in:
hyperdefined
2026-04-03 18:52:16 -04:00
parent 1176b57886
commit 9e01726b84
6 changed files with 139 additions and 28 deletions

View File

@@ -1410,7 +1410,6 @@ public class ItemLore {
}
List<Component> newLore = updateItemLore(meta, oldLine, newLine);
meta.lore(newLore);
toolStats.logger.info(meta.toString());
return meta;
}