diff --git a/.minecraft/config/logbegone.toml b/.minecraft/config/logbegone.toml new file mode 100644 index 0000000..ef0b8a8 --- /dev/null +++ b/.minecraft/config/logbegone.toml @@ -0,0 +1,15 @@ +# The configuration file for Log Begone + +[logbegone] +# If a log message has one of these phrases, it will be filtered out from logging +phrases = [ + "the_aether", +] + +# If a log message matches one of these regex patterns, it will be filtered out from logging. EX: +# regex this +# Failed to parse recipe 'create:cutting/compat/byg/mangrove_log[create:cutting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item 'byg:mangrove_log' +regex = [ + "Incorrect key .* was corrected from .* to its default, .*", + "Failed to parse recipe .*! Falling back to vanilla: .*" +] \ No newline at end of file diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 2f43384..51de20a 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -8,6 +8,10 @@ hash = "fd1efad541304e851e8d3308d94d58d3abc4a4eaa39470205eb4af598e0c427d" file = "bin/version.json" hash = "daa187c344df623b466756874799fd0753b17e375a1b1dbb9e94c7c65972e4cb" +[[files]] +file = "config/logbegone.toml" +hash = "1a573969f74941fd4785ce201c52aef331aaf250301dfff67cee3bc0e02ef1e3" + [[files]] file = "config/yosbr/config/betterf3.json" hash = "d98063af8b58f3fcdbec4ee05fbd8fb6284fcc22816fdc629e2135d697a69992" @@ -321,6 +325,11 @@ file = "mods/lighty.pw.toml" hash = "1031c190ba7ad5671af83738f2dcd2755fdaa93abfcf257039ad4866af0e7c60" metafile = true +[[files]] +file = "mods/log-begone.pw.toml" +hash = "0092c819358a6d483d94138343dba3a2b063febdd2f8310b1573559c6f630f6d" +metafile = true + [[files]] file = "mods/lootr-fabric.pw.toml" hash = "de55e473653cdd5046f3f79220f6aa9d1cf0eccfe97e8902c72935d0bbb0272e" diff --git a/.minecraft/mods/log-begone.pw.toml b/.minecraft/mods/log-begone.pw.toml new file mode 100644 index 0000000..e91c958 --- /dev/null +++ b/.minecraft/mods/log-begone.pw.toml @@ -0,0 +1,13 @@ +name = "Log Begone" +filename = "Log-Begone-Fabric-1.19.x-1.0.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/FvOW1X5O/Log-Begone-Fabric-1.19.x-1.0.5.jar" +hash-format = "sha1" +hash = "ea5dacf0f0e8630c7cf73ef20c5bfa34ab521467" + +[update] +[update.modrinth] +mod-id = "9ON3zv6e" +version = "FvOW1X5O" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index eb9f6eb..cc5c1a7 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "c0d644dc5b74f0e548e3c80be158fa00209554c8308bb7eb5176e2cc2e69cce4" +hash = "a83ceae64a40336b5e0a58387066aa2ac06ab6724f0813bc5a514e9d90dc5469" [versions] fabric = "0.14.19"