added recipes
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
Jottyfan
2026-02-13 23:17:45 +01:00
parent 1b56f1f108
commit 19ba6fd725
11 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"replace": false,
"values": [
"uno:ruby_block",
"uno:ruby_ore",
"uno:ruby_deepslate_ore"
]
}

View File

@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"uno:ruby_ore",
"uno:ruby_deepslate_ore"
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "uno:ruby_block"
}
],
"rolls": 1.0
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "uno:ruby"
}
],
"rolls": 1.0
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "uno:ruby"
}
],
"rolls": 1.0
}
]
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": "uno:ruby_deepslate_ore",
"result": {
"id": "uno:ruby"
},
"experience": 0.1,
"cookingtime": 200
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": "uno:ruby_ore",
"result": {
"id": "uno:ruby"
},
"experience": 0.1,
"cookingtime": 200
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:campfire_cooking",
"ingredient": "uno:stub",
"result": {
"id": "minecraft:torch"
},
"experience": 0.1,
"cookingtime": 20
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": "uno:ruby"
},
"result": {
"id": "uno:ruby_block",
"count": 1
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"uno:ruby_block"
],
"result": {
"id": "uno:ruby",
"count": 9
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:stick"
],
"result": {
"id": "uno:stub",
"count": 2
}
}