OiOiOiAEyeEye
This commit is contained in:
@@ -83,5 +83,7 @@
|
||||
"block.szar.slot_machine": "Slot Machine",
|
||||
"block.szar.casino": "Casino Title",
|
||||
"block.szar.roulette": "Roulette",
|
||||
"item.szar.firtana": "Firtana"
|
||||
"item.szar.firtana": "Firtana",
|
||||
"item.szar.hello": "Music Disc",
|
||||
"item.szar.hello.desc": "Alex Savage - OMFG - Hello (Dark Remix)"
|
||||
}
|
||||
|
||||
6
src/main/resources/assets/szar/models/item/hello.json
Normal file
6
src/main/resources/assets/szar/models/item/hello.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/hello"
|
||||
}
|
||||
}
|
||||
@@ -107,6 +107,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"firtana_og": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "szar:firtana_og",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"firtana": {
|
||||
"sounds": [
|
||||
{
|
||||
|
||||
Binary file not shown.
BIN
src/main/resources/assets/szar/sounds/firtana_og.ogg
Normal file
BIN
src/main/resources/assets/szar/sounds/firtana_og.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/szar/textures/item/hello.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/hello.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
17
src/main/resources/data/szar/recipes/firtana.json
Normal file
17
src/main/resources/data/szar/recipes/firtana.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dried_kelp"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "szar:firtana"
|
||||
}
|
||||
}
|
||||
14
src/main/resources/data/szar/recipes/hello.json
Normal file
14
src/main/resources/data/szar/recipes/hello.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:music_discs"
|
||||
},
|
||||
{
|
||||
"item": "szar:firtana"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "szar:hello"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user