This commit is contained in:
2026-01-05 11:29:05 +01:00
parent 65ef84f83e
commit 1ef2b0666b
10 changed files with 281 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{
"block.szar.cigany": "Cigány Block",
"block.szar.fasz": "Fasz"
"block.szar.fasz": "Fasz",
"item.szar.nwordpass": "N-Word Pass"
}

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,15 @@
{
"display": {
"icon": {
"item": "szar:nwordpass"
},
"title": "Nig-",
"description": "Get an N-word pass",
"show_toast": true
},
"criteria": {
"used_item": {
"trigger": "minecraft:impossible"
}
}
}