first commit
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user