diff --git a/.mixin.out/audit/mixin_implementation_report.txt b/.mixin.out/audit/mixin_implementation_report.txt index 6ef3bce..4eebfa3 100644 --- a/.mixin.out/audit/mixin_implementation_report.txt +++ b/.mixin.out/audit/mixin_implementation_report.txt @@ -1,2 +1 @@ -======= -Mixin Implementation Report generated on 2020-04-21 13:37:40 \ No newline at end of file +Mixin Implementation Report generated on 2020-04-21 19:58:43 diff --git a/config/toastcontrol-common.toml b/config/toastcontrol-common.toml new file mode 100644 index 0000000..5ae9a66 --- /dev/null +++ b/config/toastcontrol-common.toml @@ -0,0 +1,48 @@ + +#Client Configuration +[client] + + [client.blocked_toasts] + #If advancement toasts are blocked. + advancements = true + #If recipe toasts are blocked. + recipes = true + #If system toasts are blocked. + system = false + #If tutorial toasts are blocked. + tutorial = true + #If all vanilla toasts are blocked. + global_vanilla = false + #If all non-vanilla toasts are blocked. + global_modded = false + #If all toasts are blocked. + global = false + #Toast Classes that are blocked from being shown. + blocked_classes = [] + + [client.visual_options] + #How long a toast must be on the screen for, in ticks. Use 0 to use the default time. + #Range: 0 ~ 4000 + force_time = 0 + #If toasts are translucent. + translucent = true + #If toasts are transparent. Overrides translucency. + transparent = false + #How many toasts will be displayed on screen at once. + #Range: 1 ~ 7 + toast_count = 3 + #The X offset for toasts to be drawn at. + #Range: -8192 ~ 8192 + x_offset = 0 + #The Y offset for toasts to be drawn at. + #Range: -8192 ~ 8192 + y_offset = 0 + #If toasts automatically pop into the screen without animations. + no_slide = false + #If toasts show on the left of the screen. + start_left = false + + [client.debug] + #If toast classes are printed when they are shown. + print_classes = false + diff --git a/mods/ToastControl-1.15.2-3.0.1.jar b/mods/ToastControl-1.15.2-3.0.1.jar new file mode 100644 index 0000000..51dc537 Binary files /dev/null and b/mods/ToastControl-1.15.2-3.0.1.jar differ