update
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"block.szar.cigany": "Cigány Block",
|
||||
"block.szar.fasz": "Fasz"
|
||||
"block.szar.fasz": "Fasz",
|
||||
"item.szar.nwordpass": "N-Word Pass"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/nwordpass"
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/szar/textures/item/nwordpass.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/nwordpass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
BIN
src/main/resources/assets/szar/textures/textures/entity/nigg.png
Normal file
BIN
src/main/resources/assets/szar/textures/textures/entity/nigg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
15
src/main/resources/data/szar/advancements/nwordpass.json
Normal file
15
src/main/resources/data/szar/advancements/nwordpass.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user