Files
OFModpack/config/theurgy-server.toml
T
lucasdpt 0129d81bd4 fix eol
2026-06-14 02:07:47 +02:00

14 lines
796 B
TOML

#Recipe Settings
[recipes]
#A mapping of sulfur source to origin block. The key is the sulfur source, the value is the block.
#This is used by divination rod recipes to determine which (ore-)block to scan for, if e.g. a raw metal or ingot is used to craft the sulfur used in the rod. This also works for tags, prefixed with #.
#Format is: ["source=block", "#sourcetag=#blocktag", ...]
sulfurSourceToBlockMapping = []
#Tooltip Handler Settings
[tooltipHandler]
#Theurgy automatically adds tooltips for sulfur items.
#When adding a sulfur that is not in the 'theurgy' or 'kubejs' namespace, the namespace needs to be added to this list in order for the tooltip to show.
#Format is: ["<my_mod_namespace>", "<my_modpack_namespace>", ...]
additionalTooltipHandlerNamespaces = []