beer more complex, advancements tab

This commit is contained in:
2026-03-22 13:53:47 +01:00
parent 510411265e
commit 858b8b9169
24 changed files with 368 additions and 126 deletions

View File

@@ -1,11 +1,14 @@
{
"parent": "szar:szar",
"display": {
"icon": {
"item": "szar:april"
},
"title": {"translate": "advancement.szar.april.title"},
"description": {"translate": "advancement.szar.april.description"},
"show_toast": false
"show_toast": true,
"announce_to_chat": false,
"frame": "challenge"
},
"criteria": {
"used_item": {

View File

@@ -1,4 +1,5 @@
{
"parent": "szar:szar",
"display": {
"icon": {
"item": "szar:police_handcuff"

View File

@@ -0,0 +1,16 @@
{
"parent": "szar:szar",
"display": {
"icon": {
"item": "szar:tracker"
},
"title": {"translate": "advancement.szar.backrooms.title"},
"description": {"translate": "advancement.szar.backrooms.description"},
"show_toast": true
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -1,4 +1,5 @@
{
"parent": "szar:szar",
"display": {
"icon": {
"item": "szar:baiter"

View File

@@ -1,4 +1,5 @@
{
"parent": "szar:szar",
"display": {
"icon": {
"item": "szar:merl_spawn_egg"

View File

@@ -1,4 +1,5 @@
{
"parent": "szar:szar",
"display": {
"icon": {
"item": "szar:epstein_files"

View File

@@ -1,4 +1,5 @@
{
"parent": "szar:szar",
"display": {
"icon": {
"item": "szar:slot_machine"

View File

@@ -1,7 +1,8 @@
{
"parent": "szar:szar",
"display": {
"icon": {
"item": "szar:weed_joint"
"item": "szar:cannabis"
},
"title": {"translate": "advancement.szar.high.title"},
"description": {"translate": "advancement.szar.high.description"},

View File

@@ -1,4 +1,5 @@
{
"parent": "szar:szar",
"display": {
"icon": {
"item": "szar:nwordpass"

View File

@@ -1,4 +1,5 @@
{
"parent": "szar:szar",
"display": {
"icon": {
"item": "szar:pop_tart"

View File

@@ -1,4 +1,5 @@
{
"parent": "szar:szar",
"display": {
"icon": {
"item": "szar:firtana"

View File

@@ -0,0 +1,16 @@
{
"display": {
"icon": { "item": "szar:cannabis" },
"title": "Szar",
"description": "The Szar mod advancements",
"frame": "task",
"background": "szar:textures/block/wall_block.png",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"impossible": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -1,4 +1,5 @@
{
"parent": "szar:szar",
"criteria": {
"boom": {
"trigger": "minecraft:impossible"
@@ -8,7 +9,6 @@
"icon": { "item": "szar:towers" },
"title": {"translate": "advancement.szar.two_towers.title"},
"description": {"translate": "advancement.szar.two_towers.description"},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true
}