diff options
| author | Maximusbarcz <maxim.baranek@gmail.com> | 2023-01-15 18:40:24 +0100 |
|---|---|---|
| committer | Maximusbarcz <maxim.baranek@gmail.com> | 2023-01-15 18:40:24 +0100 |
| commit | d115e4365d0a5a492a55e56a7a4dcf034419e1b4 (patch) | |
| tree | e9aec4f8b180c4a6b90d194f31e95a8df8863bb4 /src/main/generated/data/minecraft | |
| parent | 5bcb1830298caad87a63f44c4e7f1553074cf4c8 (diff) | |
| download | ygasi-d115e4365d0a5a492a55e56a7a4dcf034419e1b4.tar.gz ygasi-d115e4365d0a5a492a55e56a7a4dcf034419e1b4.tar.bz2 ygasi-d115e4365d0a5a492a55e56a7a4dcf034419e1b4.zip | |
More stuff! The Mercenary gui is basically done other than the translations, I tried and failed to add modrinth publishing thing to gradle, I redid some stuff, I added stuff, I removed stuff and mainly... I broke the reset command (it works but says it broke) and I have no idea how to fix it!
Diffstat (limited to 'src/main/generated/data/minecraft')
| -rw-r--r-- | src/main/generated/data/minecraft/advancements/ygasi/root.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/generated/data/minecraft/advancements/ygasi/root.json b/src/main/generated/data/minecraft/advancements/ygasi/root.json index 8527500..c23d33c 100644 --- a/src/main/generated/data/minecraft/advancements/ygasi/root.json +++ b/src/main/generated/data/minecraft/advancements/ygasi/root.json @@ -15,7 +15,7 @@ "icon": { "item": "minecraft:diamond" }, - "show_toast": true, + "show_toast": false, "title": { "translate": "advancements.ygasi.root.title" } |
