Skip to content

Commit

Permalink
Update custom unavailable slot comment
Browse files Browse the repository at this point in the history
Co-authored-by: chris <[email protected]>
  • Loading branch information
Camotoy and onebeastchris authored Sep 24, 2024
1 parent 02a361e commit 0d9b20a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ This should point to the public key generated by Floodgate (BungeeCord, Spigot o

@Comment("""
Which item to use to mark unavailable slots in a Bedrock player inventory. Examples of this are the 2x2 crafting grid while in creative,
or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.""")
or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.
This config option can be set to any Bedrock item identifier. If you want to set this to a custom item, make sure that you specify the item in the following format: "geyser_custom:<mapping-name>"
""")
@DefaultString("minecraft:barrier")
String unusableSpaceBlock();

Expand Down

0 comments on commit 0d9b20a

Please sign in to comment.