mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-18 00:25:24 +01:00
Add legacy fallback
This commit is contained in:
parent
54a66f33f3
commit
5c62a3f92f
@ -63,7 +63,7 @@ import net.citizensnpcs.api.trait.trait.Equipment.EquipmentSlot;
|
|||||||
slots = { @MenuSlot(
|
slots = { @MenuSlot(
|
||||||
filter = InventoryAction.UNKNOWN,
|
filter = InventoryAction.UNKNOWN,
|
||||||
pat = 'x',
|
pat = 'x',
|
||||||
material = Material.GLASS_PANE,
|
compatMaterial = { "GLASS_PANE", "FIRE" },
|
||||||
title = "<4>Unused") },
|
title = "<4>Unused") },
|
||||||
value = "xxx\nxxx")
|
value = "xxx\nxxx")
|
||||||
public class GenericEquipperGUI extends InventoryMenuPage {
|
public class GenericEquipperGUI extends InventoryMenuPage {
|
||||||
|
Loading…
Reference in New Issue
Block a user