Enhance everycomp-entries configuration files by adding new types and entries for various materials, including metals, woods, and leaves, to improve compatibility and functionality across resource packs. Update minecraftinstance.json to refine mod loader configurations.

This commit is contained in:
Leonid Pershin
2026-05-08 21:38:04 +03:00
parent 9adb82932e
commit 23ece092f3
89 changed files with 3294 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
#.
#Which corner custom toasts are anchored to. 0 = top left, 1 = top right, 2 = bottom right, 3 = bottom left. Default: 1
# Default: 1
# Range: 0 ~ 3
toastCorner = 1
#.
#Horizontal offset for custom toasts in pixels, measured inward from the anchored edge. Positive values move inward, negative values move outward. Default: 10
# Default: 10
# Range: -10000 ~ 10000
toastOffsetX = 10
#.
#Vertical offset for custom toasts in pixels, measured inward from the anchored edge. Positive values move inward, negative values move outward. Default: 10
# Default: 10
# Range: -10000 ~ 10000
toastOffsetY = 10