Added config options
on request of Panyel on the Fabric Server Tools Discord
To change the default configuration, paste the following at the end of the /config/ledger.toml
file:
[book]
# This section relates to the Universal Ledger extension
# Here you can specify what players are able to see when using a Ledger Book
# What actions should be shown when right-clicking anywhere but an inventory block
areaActions = ["item-pick-up", "item-drop", "entity-kill", "entity-change", "entity-mount", "entity-dismount"]
# What actions should be shown when right-clicking an inventory block
inventoryActions = ["item-insert", "item-remove"]
# What actions should be shown when left-clicking a block
blockActions = ["block-place", "block-break", "block-change"]