Barrier for /npc equip

This commit is contained in:
fullwall 2022-03-12 02:50:50 +08:00
parent a16226ccaf
commit 4397aa4ae8

View File

@ -36,7 +36,7 @@ import net.citizensnpcs.api.trait.trait.Equipment.EquipmentSlot;
filter = InventoryAction.UNKNOWN)
@MenuSlot(
slot = { 0, 1 },
compatMaterial = { "SHIELD", "AIR" },
compatMaterial = { "SHIELD", "BARRIER", "FIRE" },
lore = "Place offhand item below",
amount = 1,
filter = InventoryAction.UNKNOWN)