mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Add corpse v.1.15.2-1.0.3. Generate default config
This commit is contained in:
1
config/corpse-client.toml
Normal file
1
config/corpse-client.toml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -2,8 +2,8 @@
|
|||||||
[Client]
|
[Client]
|
||||||
#Show ping box on TPS page
|
#Show ping box on TPS page
|
||||||
ping = true
|
ping = true
|
||||||
#Show version box on TPS page
|
|
||||||
version = false
|
|
||||||
#Replace the vanilla player list / tab page
|
#Replace the vanilla player list / tab page
|
||||||
playerlist = true
|
playerlist = true
|
||||||
|
#Show version box on TPS page
|
||||||
|
version = false
|
||||||
|
|
||||||
|
|||||||
@@ -2,47 +2,47 @@
|
|||||||
#Client Configuration
|
#Client Configuration
|
||||||
[client]
|
[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]
|
[client.debug]
|
||||||
#If toast classes are printed when they are shown.
|
#If toast classes are printed when they are shown.
|
||||||
print_classes = false
|
print_classes = false
|
||||||
|
|
||||||
|
[client.blocked_toasts]
|
||||||
|
#If recipe toasts are blocked.
|
||||||
|
recipes = true
|
||||||
|
#If all vanilla toasts are blocked.
|
||||||
|
global_vanilla = false
|
||||||
|
#If advancement toasts are blocked.
|
||||||
|
advancements = true
|
||||||
|
#If system toasts are blocked.
|
||||||
|
system = false
|
||||||
|
#If all non-vanilla toasts are blocked.
|
||||||
|
global_modded = false
|
||||||
|
#If all toasts are blocked.
|
||||||
|
global = false
|
||||||
|
#If tutorial toasts are blocked.
|
||||||
|
tutorial = true
|
||||||
|
#Toast Classes that are blocked from being shown.
|
||||||
|
blocked_classes = []
|
||||||
|
|
||||||
|
[client.visual_options]
|
||||||
|
#If toasts are translucent.
|
||||||
|
translucent = true
|
||||||
|
#How many toasts will be displayed on screen at once.
|
||||||
|
#Range: 1 ~ 7
|
||||||
|
toast_count = 3
|
||||||
|
#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 automatically pop into the screen without animations.
|
||||||
|
no_slide = false
|
||||||
|
#The Y offset for toasts to be drawn at.
|
||||||
|
#Range: -8192 ~ 8192
|
||||||
|
y_offset = 0
|
||||||
|
#If toasts show on the left of the screen.
|
||||||
|
start_left = false
|
||||||
|
#If toasts are transparent. Overrides translucency.
|
||||||
|
transparent = false
|
||||||
|
#The X offset for toasts to be drawn at.
|
||||||
|
#Range: -8192 ~ 8192
|
||||||
|
x_offset = 0
|
||||||
|
|
||||||
|
|||||||
BIN
mods/corpse-1.15.2-1.0.3.jar
Normal file
BIN
mods/corpse-1.15.2-1.0.3.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user