undo lore change

This commit is contained in:
okx-code
2026-07-06 02:31:09 +01:00
parent ec5dc86455
commit f4f15af3e7

View File

@@ -27,8 +27,7 @@ public class Fuel {
ItemMeta meta = item.getItemMeta();
meta.itemName(Component.text("Crude Oil", TextColor.color(64, 52, 40)));
meta.lore(List.of(Component.text("It smells pretty noxious.", NamedTextColor.WHITE),
Component.text("Can be refined to rocket fuel.", NamedTextColor.WHITE),
Component.text("Each item weighs 0.5 kg in rockets.", NamedTextColor.WHITE)));
Component.text("Can be refined to rocket fuel.", NamedTextColor.WHITE)));
meta.setEnchantmentGlintOverride(true);
item.setItemMeta(meta);
CustomItem.registerCustomItem("crude_oil", item);