advancements and kebab

This commit is contained in:
2026-03-21 15:56:40 +01:00
parent fc50496c98
commit 510411265e
33 changed files with 589 additions and 8 deletions

View File

@@ -152,5 +152,35 @@
"block.szar.backrooms_light": "Light",
"entity.szar.smiler": "Smiler",
"item.szar.beer": "Beer",
"effect.szar.drunk": "Drunk"
"effect.szar.drunk": "Drunk",
"item.szar.kebab": "Kebab",
"death.attack.fart": "%1$s was farted on by %2$s",
"advancement.szar.high.title": "Did I always have no hands?",
"advancement.szar.high.description": "Get high using weed.",
"advancement.szar.arrested.title": "Officer, I swear I didn't do anything!",
"advancement.szar.arrested.description": "Get arrested",
"advancement.szar.files.title": "I wonder if I'm in the files..",
"advancement.szar.files.description": "Read the Epstein files.",
"advancement.szar.nyan.title": "You are starting to annoy me!",
"advancement.szar.nyan.description": "Get near a Nyan Cat",
"advancement.szar.oi.title": "DO THE THING",
"advancement.szar.oi.description": "Play Firtana's sound",
"advancement.szar.crazy.title": "Crazy",
"advancement.szar.crazy.description": "Play a crazy music disc from the Szar Mod",
"advancement.szar.gamble.title": "Let's go gambling!",
"advancement.szar.gamble.description": "Gamble in a gambling machine.",
"advancement.szar.april.title": "I think you were used to be the other way, no?",
"advancement.szar.april.description": "Play the game on April 1st",
"advancement.szar.dontknow.title": "I think she doesn't know",
"advancement.szar.dontknow.description": "Ask a question from Merl"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/april"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/kebab"
}
}

View File

@@ -226,5 +226,21 @@
"stream": true
}
]
},
"fart1": {
"sounds": [
{
"name": "szar:fart1",
"stream": true
}
]
},
"fart": {
"sounds": [
{
"name": "szar:fart",
"stream": true
}
]
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,15 @@
{
"display": {
"icon": {
"item": "szar:april"
},
"title": {"translate": "advancement.szar.april.title"},
"description": {"translate": "advancement.szar.april.description"},
"show_toast": false
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"display": {
"icon": {
"item": "szar:police_handcuff"
},
"title": {"translate": "advancement.szar.arrested.title"},
"description": {"translate": "advancement.szar.arrested.description"},
"show_toast": false
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"display": {
"icon": {
"item": "szar:baiter"
},
"title": {"translate": "advancement.szar.crazy.title"},
"description": {"translate": "advancement.szar.crazy.description"},
"show_toast": true
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"display": {
"icon": {
"item": "szar:merl_spawn_egg"
},
"title": {"translate": "advancement.szar.dontknow.title"},
"description": {"translate": "advancement.szar.dontknow.description"},
"show_toast": false
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"display": {
"icon": {
"item": "szar:epstein_files"
},
"title": {"translate": "advancement.szar.files.title"},
"description": {"translate": "advancement.szar.files.description"},
"show_toast": true
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"display": {
"icon": {
"item": "szar:slot_machine"
},
"title": {"translate": "advancement.szar.gamble.title"},
"description": {"translate": "advancement.szar.gamble.description"},
"show_toast": true
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"display": {
"icon": {
"item": "szar:weed_joint"
},
"title": {"translate": "advancement.szar.high.title"},
"description": {"translate": "advancement.szar.high.description"},
"show_toast": true
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"display": {
"icon": {
"item": "szar:pop_tart"
},
"title": {"translate": "advancement.szar.nyan.title"},
"description": {"translate": "advancement.szar.nyan.description"},
"show_toast": true
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"display": {
"icon": {
"item": "szar:firtana"
},
"title": {"translate": "advancement.szar.oi.title"},
"description": {"translate": "advancement.szar.oi.description"},
"show_toast": false
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -0,0 +1,5 @@
{
"message_id": "fart",
"scaling": "never",
"exhaustion": 0.0
}

View File

@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" KB",
" BK",
"S "
],
"key": {
"S": {
"item": "minecraft:stick"
},
"B": {
"tag": "szar:cooked_meat"
},
"K": {
"item": "minecraft:kelp"
}
},
"result": {
"item": "szar:kebab",
"count": 1
}
}

View File

@@ -0,0 +1,12 @@
{
"replace": false,
"values": [
"minecraft:cooked_beef",
"minecraft:cooked_porkchop",
"minecraft:cooked_chicken",
"minecraft:cooked_mutton",
"minecraft:cooked_rabbit",
"minecraft:cooked_cod",
"minecraft:cooked_salmon"
]
}

View File

@@ -6,6 +6,7 @@
"mixins": [
"CraftingScreenHandlerMixin",
"CraftingScreenHandlerMixin2",
"JukeboxMixin",
"LevelSummaryMixin",
"LivingEntityFallDamageMixin",
"NoClipMixin",