added recipes and loot tables

This commit is contained in:
Jottyfan
2025-03-09 18:02:03 +01:00
parent d10a6df9e7
commit 075f2d718f
7 changed files with 77 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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