beer more complex, advancements tab
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "szar:szar",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:police_handcuff"
|
||||
|
||||
16
src/main/resources/data/szar/advancements/backrooms.json
Normal file
16
src/main/resources/data/szar/advancements/backrooms.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "szar:szar",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:baiter"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "szar:szar",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:merl_spawn_egg"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "szar:szar",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:epstein_files"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "szar:szar",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:slot_machine"
|
||||
|
||||
@@ -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"},
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "szar:szar",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:nwordpass"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "szar:szar",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:pop_tart"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "szar:szar",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:firtana"
|
||||
|
||||
16
src/main/resources/data/szar/advancements/szar.json
Normal file
16
src/main/resources/data/szar/advancements/szar.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user