pici szar

This commit is contained in:
2026-03-09 11:27:09 +01:00
parent 26ab8e0576
commit 485b15082e
12 changed files with 126 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
{
"values": [
"szar:roulette",
"szar:slot_machine"
]
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:roulette"
}
]
}
]
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:slot_machine"
}
]
}
]
}

View File

@@ -0,0 +1,29 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"BGR",
"WSW",
" W "
],
"key": {
"R": {
"item": "minecraft:red_wool"
},
"B": {
"item": "minecraft:black_wool"
},
"G": {
"item": "minecraft:lime_wool"
},
"S": {
"item": "minecraft:redstone_block"
},
"W": {
"tag": "minecraft:logs"
}
},
"result": {
"item": "szar:roulette",
"count": 1
}
}

View File

@@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"WRW",
"SSL",
"WRW"
],
"key": {
"R": {
"item": "minecraft:redstone_block"
},
"L": {
"item": "minecraft:lever"
},
"S": {
"tag": "szar:lucky_items"
},
"W": {
"item": "minecraft:red_wool"
}
},
"result": {
"item": "szar:slot_machine",
"count": 1
}
}

View File

@@ -0,0 +1,14 @@
{
"values": [
"minecraft:deepslate_emerald_ore",
"minecraft:bell",
"minecraft:apple",
"minecraft:sweet_berries",
"minecraft:glow_berries",
"minecraft:melon_slice",
"minecraft:chorus_fruit",
"minecraft:golden_apple",
"minecraft:enchanted_golden_apple",
"minecraft:rabbit_foot"
]
}