Add legacy fallback

This commit is contained in:
fullwall 2021-02-10 19:58:23 +08:00
parent 54a66f33f3
commit 5c62a3f92f

View File

@ -63,7 +63,7 @@ import net.citizensnpcs.api.trait.trait.Equipment.EquipmentSlot;
slots = { @MenuSlot(
filter = InventoryAction.UNKNOWN,
pat = 'x',
material = Material.GLASS_PANE,
compatMaterial = { "GLASS_PANE", "FIRE" },
title = "<4>Unused") },
value = "xxx\nxxx")
public class GenericEquipperGUI extends InventoryMenuPage {