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