mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
fix decompacting
This commit is contained in:
@@ -171,9 +171,6 @@ public class DecompactingRecipe extends InputRecipe {
|
||||
|
||||
private void removeCompactLore(ItemStack is) {
|
||||
is.editMeta(meta -> {
|
||||
if (!meta.hasLore()) {
|
||||
return;
|
||||
}
|
||||
List<Component> lore = meta.lore();
|
||||
lore.remove(Component.empty().append(Component.text(compactedLore)));
|
||||
meta.lore(lore);
|
||||
|
||||
Reference in New Issue
Block a user