pici szar
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"szar:roulette",
|
||||
"szar:slot_machine"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:roulette"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:slot_machine"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
29
src/main/resources/data/szar/recipes/roulette.json
Normal file
29
src/main/resources/data/szar/recipes/roulette.json
Normal 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
|
||||
}
|
||||
}
|
||||
26
src/main/resources/data/szar/recipes/slot_machine.json
Normal file
26
src/main/resources/data/szar/recipes/slot_machine.json
Normal 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
|
||||
}
|
||||
}
|
||||
14
src/main/resources/data/szar/tags/items/lucky_items.json
Normal file
14
src/main/resources/data/szar/tags/items/lucky_items.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user