mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.7-1.16.5-36.0.14
This commit is contained in:
39
kubejs[atm]/data/quarryplus/recipes/mini_quarry.json
Normal file
39
kubejs[atm]/data/quarryplus/recipes/mini_quarry.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"type": "quarryplus:workbench_recipe",
|
||||
"id": "quarryplus:builtin_mini_quarry",
|
||||
"ingredients": [{
|
||||
"tag": "forge:gems/diamond",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/gold",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/iron",
|
||||
"count": 32
|
||||
},
|
||||
{
|
||||
"tag": "forge:dusts/redstone",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"item": "minecraft:comparator",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/vibranium",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"energy": 10000.0,
|
||||
"showInJEI": true,
|
||||
"result": {
|
||||
"item": "quarryplus:mini_quarry",
|
||||
"count": 1
|
||||
},
|
||||
"conditions": [{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "quarryplus"
|
||||
}]
|
||||
}
|
39
kubejs[atm]/data/quarryplus/recipes/quarryplus.json
Normal file
39
kubejs[atm]/data/quarryplus/recipes/quarryplus.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"type": "quarryplus:workbench_recipe",
|
||||
"id": "quarryplus:builtin_quarryplus",
|
||||
"ingredients": [{
|
||||
"tag": "forge:gems/diamond",
|
||||
"count": 32
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/gold",
|
||||
"count": 32
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/iron",
|
||||
"count": 64
|
||||
},
|
||||
{
|
||||
"tag": "forge:dusts/redstone",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"tag": "forge:ender_pearls",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/unobtainium",
|
||||
"count": 8
|
||||
}
|
||||
],
|
||||
"energy": 320000.0,
|
||||
"showInJEI": true,
|
||||
"result": {
|
||||
"item": "quarryplus:quarry",
|
||||
"count": 1
|
||||
},
|
||||
"conditions": [{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "quarryplus"
|
||||
}]
|
||||
}
|
Reference in New Issue
Block a user