added recipes and loot tables
This commit is contained in:
@ -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
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": "gtagdp:ruby_ore",
|
||||
"result": {
|
||||
"id": "gtagdp:rubyball"
|
||||
},
|
||||
"experience": 0.1,
|
||||
"cookingtime": 200
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:campfire_cooking",
|
||||
"ingredient": "gtagdp:stub",
|
||||
"result": {
|
||||
"id": "minecraft:torch"
|
||||
},
|
||||
"experience": 0.1,
|
||||
"cookingtime": 20
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": "gtagdp:rubyball"
|
||||
},
|
||||
"result": {
|
||||
"id": "gtagdp:ruby_block",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"gtagdp:ruby_block"
|
||||
],
|
||||
"result": {
|
||||
"id": "gtagdp:rubyball",
|
||||
"count": 9
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"gtagdp:ruby_block",
|
||||
"gtagdp:ruby_ore"
|
||||
]
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"gtagdp:ruby_block",
|
||||
"gtagdp:ruby_ore"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user