Fellies/config/pitg-common.toml

13 lines
378 B
TOML
Raw Normal View History

2021-01-28 20:21:47 +00:00
#Glazing Tool settings
[glazing_tool]
# Let the glazing tool drop panes (like silk touch) by sneaking while in BREAK mode
glazing_tool_break_pane = false
2021-02-12 14:22:54 +00:00
# Enable alternate green dye
green_dye_enabled = true
2021-02-13 10:16:29 +00:00
# Allow glazing tool to mark glass panes as unbreakable while in UNBREAKING mode
unbreakable_pane = false
# Enable the glazing tool
glazing_tool_enabled = true
2021-01-28 20:21:47 +00:00