This commit is contained in:
okx-code
2024-11-14 19:06:27 +00:00
parent aa5ff97b52
commit 28e5d9b27c

View File

@@ -48,7 +48,8 @@ public class BlockSelectionGui extends ItemSelectionGui {
Material.NETHERRACK,
Material.RAIL,
Material.IRON_BLOCK,
Material.GOLD_BLOCK
Material.GOLD_BLOCK,
Material.BEACON
};
for (int i = 0; i < types.length; i++) {
inventory.setSlot(toClickable(new ItemStack(types[i])), i);