Fellies/config/recipebuffers-common.toml

14 lines
562 B
TOML
Raw Permalink Normal View History

2021-01-28 20:21:47 +00:00
#Write the recipe packet to a file. Useful for debugging.
2021-01-29 23:07:52 +00:00
dumpPacket = false
2021-01-28 20:21:47 +00:00
#Write statistics of the recipe packet size to the log
logPacketStats = true
#Controls different levels of debug output that can be useful for debugging issues
#Range: 0 ~ 2
2021-01-29 23:07:52 +00:00
debugLogLevel = 0
2021-01-28 20:21:47 +00:00
#Set to true to serialize and deserialize the recipe packet even in singleplayer.
#This is useless for anything but debugging issues
2021-01-29 23:07:52 +00:00
runSerializerInSingleplayer = false
2021-01-28 20:21:47 +00:00
#Prefix recipes by their length in the packet. This allows early detection of broken serializers
2021-02-12 14:22:54 +00:00
writeRecipeLength = false
2021-01-28 20:21:47 +00:00