epstein added and nyan cat updated

This commit is contained in:
2026-02-08 15:07:09 +01:00
parent 3af26761c9
commit 6033bc4701
24 changed files with 431 additions and 86 deletions

View File

@@ -47,5 +47,11 @@
"item.szar.pop_tart": "Pop Tart",
"entity.szar.nyan_cat": "Nyan Cat",
"item.szar.nyan_cat_spawn_egg": "Nyan Cat Spawn Egg"
"item.szar.nyan_cat_spawn_egg": "Nyan Cat Spawn Egg",
"item.szar.pop_tart.desc": "daniwellP - Nyanyanyanyanyanyanya!",
"szar.nyan_cat_performs": "Nyan Cat Performs",
"szar.nyan_cat_start": "Nyan Cat Starts Performing",
"item.szar.epstein_files": "Epstein Files",
"entity.szar.epstein": "Epstein",
"item.szar.epstein_spawn_egg": "Epstein Spawn Egg"
}

View File

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

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:item/template_spawn_egg"
}

View File

@@ -1,5 +1,6 @@
{
"nyan_cat_first_loop": {
"nyan_cat_first_loop_old": {
"subtitle": "szar.nyan_cat_start",
"sounds": [
{
"name": "szar:nyan_cat_first_loop",
@@ -7,12 +8,39 @@
}
]
},
"nyan_cat_loop": {
"nyan_cat_loop_old": {
"subtitle": "szar.nyan_cat_performs",
"sounds": [
{
"name": "szar:nyan_cat_loop",
"stream": true
}
]
},
"nyan_cat_first_loop": {
"subtitle": "szar.nyan_cat_start",
"sounds": [
{
"name": "szar:nyan_cat_start",
"stream": true
}
]
},
"nyan_cat_loop": {
"subtitle": "szar.nyan_cat_performs",
"sounds": [
{
"name": "szar:nyan_cat",
"stream": true
}
]
},
"nyan_music": {
"sounds": [
{
"name": "szar:nyan_music",
"stream": true
}
]
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1,33 @@
{
"type": "minecraft:crafting_shaped",
"ingredients": [
{
"item": "minecraft:gunpowder"
},
{
"item": "minecraft:iron_nugget"
}
],
"pattern": [
"PPP",
"BBB",
"LRB"
],
"key": {
"P": {
"tag": "minecraft:planks"
},
"B": {
"item": "minecraft:iron_block"
},
"L": {
"item": "minecraft:leather"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "szar:ak47"
}
}

View File

@@ -1,20 +1,14 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" M ",
" B ",
"B B"
],
"key": {
"M": {
"item": "minecraft:milk_bucket"
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:gunpowder"
},
"B": {
"item": "minecraft:beef"
{
"item": "minecraft:iron_nugget"
}
},
],
"result": {
"item": "szar:bullet",
"count": 1
"item": "szar:bullet"
}
}
}