OiOiOiAEyeEye

This commit is contained in:
2026-03-07 14:28:02 +01:00
parent a7aa7d36f9
commit 76803eb460
20 changed files with 196 additions and 106 deletions

View File

@@ -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)"
}

View File

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

View File

@@ -107,6 +107,14 @@
}
]
},
"firtana_og": {
"sounds": [
{
"name": "szar:firtana_og",
"stream": true
}
]
},
"firtana": {
"sounds": [
{

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:diamond"
},
{
"item": "minecraft:dried_kelp"
},
{
"item": "minecraft:stick"
}
],
"result": {
"item": "szar:firtana"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "minecraft:music_discs"
},
{
"item": "szar:firtana"
}
],
"result": {
"item": "szar:hello"
}
}