Update SteerableEquipperGUI.java

This commit is contained in:
lilingfengdev 2024-01-30 15:28:26 +08:00 committed by GitHub
parent c2e62448d1
commit 5b2a71584b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -18,11 +18,11 @@ import net.citizensnpcs.api.gui.MenuSlot;
import net.citizensnpcs.api.npc.NPC;
import net.citizensnpcs.trait.Saddle;
@Menu(title = "NPC Equipment", type = InventoryType.HOPPER, dimensions = { 0, 5 })
@MenuSlot(slot = { 0, 0 }, material = Material.SADDLE, amount = 1, lore = "Place a saddle here ->")
@Menu(title = "NPC 装备", type = InventoryType.HOPPER, dimensions = { 0, 5 })
@MenuSlot(slot = { 0, 0 }, material = Material.SADDLE, amount = 1, lore = "在此处放置马鞍 ->")
@MenuPattern(
offset = { 0, 2 },
slots = { @MenuSlot(pat = 'x', compatMaterial = { "BARRIER", "FIRE" }, title = "<4>Unused") },
slots = { @MenuSlot(pat = 'x', compatMaterial = { "BARRIER", "FIRE" }, title = "<4>未使用") },
value = "xxx")
public class SteerableEquipperGUI extends InventoryMenuPage {
@InjectContext