april
Some checks failed
Build Minecraft Mod / build (push) Failing after 2m35s
Build Minecraft Mod / release (push) Has been skipped

This commit is contained in:
2026-04-01 09:24:48 +02:00
parent 62ad19516b
commit 34b8fccf24
9 changed files with 141 additions and 8 deletions

View File

@@ -206,5 +206,8 @@
"block.szar.ender_obsidian": "Ender Obsidian",
"block.szar.ender_ore": "Ender Ore",
"item.szar.raw_ender": "Raw Ender",
"item.szar.ender_ingot": "Ender Ingot"
"item.szar.ender_ingot": "Ender Ingot",
"advancement.szar.april_game_beaten.title": "We are so back",
"advancement.szar.april_game_beaten.description": "Beat the game on april 1st to flip the game back."
}

View File

@@ -0,0 +1,18 @@
{
"parent": "szar:april",
"display": {
"icon": {
"item": "szar:april"
},
"title": {"translate": "advancement.szar.april_game_beaten.title"},
"description": {"translate": "advancement.szar.april_game_beaten.description"},
"show_toast": true,
"announce_to_chat": false,
"frame": "challenge"
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -16,6 +16,7 @@
"NoClipMixin",
"NoiseChunkGeneratorMixin",
"PlaneBlockInteractionMixin",
"PlayerAdvancementTrackerMixin",
"PlayerDropMixin",
"PlayerEntityMixin",
"PlayerInteractionMixin",