first commit

This commit is contained in:
Leonid Pershin
2026-05-07 21:38:27 +03:00
commit 84fb173ea8
3949 changed files with 564326 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"isJadeHiding": true,
"isBossBarHiding": true,
"areSoundsEnabled": true,
"taskVolume": 1.0,
"goalVolume": 1.0,
"challengeVolume": 1.0,
"loopsStrength": 1.0,
"loopsSpeed": 1.0,
"pitchRandomness": 0.05,
"animationSpeed": 1.0,
"offsetX": 0,
"offsetY": -50,
"toastAnchor": "TOP",
"toastScreenBehavior": "TRANSPARENT",
"version": 2
}
+10
View File
@@ -0,0 +1,10 @@
{
"textureId": "fancytoasts:textures/toast/vanilla.png",
"animationId": "fancytoasts:animations/toast/standard",
"soundIds": {
"TASK": "minecraft:entity.allay.ambient_with_item",
"GOAL": "minecraft:entity.firework_rocket.twinkle_far",
"CHALLENGE": "minecraft:ui.toast.challenge_complete"
},
"version": 1
}
@@ -0,0 +1,15 @@
{
"fancyAdvancementToastsEnabled": false,
"fancyQuestToastsEnabled": true,
"advancementToastsEnabled": false,
"recipeToastsEnabled": false,
"systemToastsEnabled": false,
"tutorialToastsEnabled": false,
"typesToIgnore": {
"TASK": false,
"GOAL": false,
"CHALLENGE": false
},
"toastsToIgnore": [],
"version": 1
}