epstein added and nyan cat updated
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/epstein_files"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
BIN
src/main/resources/assets/szar/sounds/nyan_cat.ogg
Normal file
BIN
src/main/resources/assets/szar/sounds/nyan_cat.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/szar/sounds/nyan_cat_start.ogg
Normal file
BIN
src/main/resources/assets/szar/sounds/nyan_cat_start.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/szar/sounds/nyan_music.ogg
Normal file
BIN
src/main/resources/assets/szar/sounds/nyan_music.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/szar/textures/entity/epstein.png
Normal file
BIN
src/main/resources/assets/szar/textures/entity/epstein.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
BIN
src/main/resources/assets/szar/textures/item/epstein_files.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/epstein_files.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
33
src/main/resources/data/szar/recipes/ak47.json
Normal file
33
src/main/resources/data/szar/recipes/ak47.json
Normal 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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user