mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 02:55:45 +01:00
Barrier for /npc equip
This commit is contained in:
parent
a16226ccaf
commit
4397aa4ae8
@ -36,7 +36,7 @@ import net.citizensnpcs.api.trait.trait.Equipment.EquipmentSlot;
|
|||||||
filter = InventoryAction.UNKNOWN)
|
filter = InventoryAction.UNKNOWN)
|
||||||
@MenuSlot(
|
@MenuSlot(
|
||||||
slot = { 0, 1 },
|
slot = { 0, 1 },
|
||||||
compatMaterial = { "SHIELD", "AIR" },
|
compatMaterial = { "SHIELD", "BARRIER", "FIRE" },
|
||||||
lore = "Place offhand item below",
|
lore = "Place offhand item below",
|
||||||
amount = 1,
|
amount = 1,
|
||||||
filter = InventoryAction.UNKNOWN)
|
filter = InventoryAction.UNKNOWN)
|
||||||
|
Loading…
Reference in New Issue
Block a user