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"
|
||||
}]
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:acacia_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:acacia_planks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:andesite_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:andesite",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:birch_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:birch_planks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:blackstone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blackstone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:chiseled_polished_blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:brick_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bricks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:cobblestone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cobblestone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:crimson_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_planks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:cut_red_sandstone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cut_red_sandstone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:cut_sandstone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cut_sandstone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:dark_oak_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dark_oak_planks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:dark_prismarine_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dark_prismarine",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:diorite_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:diorite",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:end_stone_brick_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:end_stone_bricks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:granite_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:granite",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:jungle_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:jungle_planks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:mossy_cobblestone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mossy_cobblestone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:mossy_stone_brick_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mossy_stone_bricks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:nether_brick_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:nether_bricks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:oak_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:oak_planks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:polished_andesite_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_andesite",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:polished_blackstone_brick_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_bricks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:polished_diorite_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_diorite",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:polished_granite_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_granite",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:prismarine_brick_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:prismarine_bricks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:prismarine_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:prismarine",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:purpur_pillar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:purpur_block",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:chiseled_quartz_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:quartz_block",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:red_nether_brick_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:red_nether_bricks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:chiseled_red_sandstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:red_sandstone",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:chiseled_sandstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:sandstone",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:smooth_quartz_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:smooth_quartz",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:smooth_red_sandstone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:smooth_red_sandstone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:smooth_sandstone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:smooth_sandstone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:smooth_stone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:smooth_stone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:snow"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:snow_block",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:spruce_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:spruce_planks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:chiseled_stone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_bricks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:stone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:warped_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_planks",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user