Version 5.4
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"keys": [
|
||||
{
|
||||
"name": "input",
|
||||
"role": "input",
|
||||
"type": "ingredient[]",
|
||||
"allow_empty": true
|
||||
},
|
||||
{
|
||||
"name": "inputFluid",
|
||||
"role": "input",
|
||||
"type": "flat_sized_fluid_ingredient"
|
||||
},
|
||||
{
|
||||
"name": "processingTime",
|
||||
"role": "other",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "output",
|
||||
"role": "output",
|
||||
"type": "item_stack",
|
||||
"optional": null,
|
||||
"allow_empty": true
|
||||
},
|
||||
{
|
||||
"name": "outputFluid",
|
||||
"role": "output",
|
||||
"type": "fluid_stack",
|
||||
"optional": {},
|
||||
"allow_empty": true
|
||||
}
|
||||
],
|
||||
"unique": ["output"]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"keys": [
|
||||
{
|
||||
"name": "output",
|
||||
"role": "output",
|
||||
"type": "fluid_stack"
|
||||
},
|
||||
{
|
||||
"name": "result",
|
||||
"role": "output",
|
||||
"type": "block_state",
|
||||
"allow_empty": true
|
||||
},
|
||||
{
|
||||
"name": "input",
|
||||
"role": "input",
|
||||
"type": "ingredient"
|
||||
},
|
||||
{
|
||||
"name": "breakChance",
|
||||
"role": "other",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "defaultRecipe",
|
||||
"role": "other",
|
||||
"type": "boolean"
|
||||
}
|
||||
],
|
||||
"unique": ["output"]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"keys": [
|
||||
{
|
||||
"name": "output",
|
||||
"role": "output",
|
||||
"type": "ingredient"
|
||||
},
|
||||
{
|
||||
"name": "catalyst",
|
||||
"role": "other",
|
||||
"type": "ingredient"
|
||||
},
|
||||
{
|
||||
"name": "rarity",
|
||||
"role": "other",
|
||||
"type": "codec<com.buuz135.industrial.recipe.LaserDrillRarity>[]"
|
||||
}
|
||||
],
|
||||
"unique": ["output"]
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"keys": [
|
||||
{
|
||||
"name": "input",
|
||||
"role": "input",
|
||||
"type": {
|
||||
"type": "list",
|
||||
"component": "optional_ingredient",
|
||||
"min": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "inputFluid",
|
||||
"role": "input",
|
||||
"type": "flat_sized_fluid_ingredient"
|
||||
},
|
||||
{
|
||||
"name": "processingTime",
|
||||
"role": "other",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "output",
|
||||
"role": "output",
|
||||
"type": "optional_item_stack",
|
||||
"default_optional": true
|
||||
},
|
||||
{
|
||||
"name": "outputFluid",
|
||||
"role": "output",
|
||||
"type": "optional_fluid_stack",
|
||||
"default_optional": true
|
||||
}
|
||||
],
|
||||
"unique": ["output"]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"keys": [
|
||||
{
|
||||
"name": "output",
|
||||
"role": "output",
|
||||
"type": "fluid_stack"
|
||||
},
|
||||
{
|
||||
"name": "result",
|
||||
"role": "output",
|
||||
"type": "optional_block_state"
|
||||
},
|
||||
{
|
||||
"name": "input",
|
||||
"role": "input",
|
||||
"type": "optional_ingredient"
|
||||
},
|
||||
{
|
||||
"name": "breakChance",
|
||||
"role": "other",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "defaultRecipe",
|
||||
"type": "boolean"
|
||||
}
|
||||
],
|
||||
"unique": ["output"]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"keys": [
|
||||
{
|
||||
"name": "output",
|
||||
"role": "output",
|
||||
"type": "ingredient"
|
||||
},
|
||||
{
|
||||
"name": "catalyst",
|
||||
"type": "ingredient"
|
||||
},
|
||||
{
|
||||
"name": "rarity",
|
||||
"type": {
|
||||
"type": "list",
|
||||
"component": {
|
||||
"type": "kubejstweaks:codec",
|
||||
"class": "com.buuz135.industrial.recipe.LaserDrillRarity"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"unique": ["output"]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "neoforge:not",
|
||||
"value": {
|
||||
"type": "neoforge:tag_empty",
|
||||
"tag": "c:raw_materials/azure_silver"
|
||||
}
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"count": 1,
|
||||
"tag": "c:raw_materials/azure_silver"
|
||||
},
|
||||
"rarity": [
|
||||
{
|
||||
"biome_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": ["atm10:unobtainium_spawnable"]
|
||||
},
|
||||
"dimension_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": []
|
||||
},
|
||||
"depth_min": 30,
|
||||
"depth_max": 60,
|
||||
"weight": 9
|
||||
}
|
||||
],
|
||||
"catalyst": {
|
||||
"item": "industrialforegoing:purple_laser_lens"
|
||||
},
|
||||
"type": "industrialforegoing:laser_drill_ore"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "neoforge:not",
|
||||
"value": {
|
||||
"type": "neoforge:tag_empty",
|
||||
"tag": "c:dusts/glowstone"
|
||||
}
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"count": 1,
|
||||
"tag": "c:dusts/glowstone"
|
||||
},
|
||||
"rarity": [
|
||||
{
|
||||
"biome_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": ["atm10:vibranium_spawnable"]
|
||||
},
|
||||
"dimension_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": []
|
||||
},
|
||||
"depth_min": 100,
|
||||
"depth_max": 123,
|
||||
"weight": 99
|
||||
}
|
||||
],
|
||||
"catalyst": {
|
||||
"item": "allthemodium:vibranium_pickaxe"
|
||||
},
|
||||
"type": "industrialforegoing:laser_drill_ore"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "neoforge:not",
|
||||
"value": {
|
||||
"type": "neoforge:tag_empty",
|
||||
"tag": "c:obsidians"
|
||||
}
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"count": 1,
|
||||
"tag": "c:obsidians"
|
||||
},
|
||||
"rarity": [
|
||||
{
|
||||
"biome_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": ["atm10:unobtainium_spawnable"]
|
||||
},
|
||||
"dimension_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": []
|
||||
},
|
||||
"depth_min": 30,
|
||||
"depth_max": 60,
|
||||
"weight": 90
|
||||
}
|
||||
],
|
||||
"catalyst": {
|
||||
"item": "industrialforegoing:purple_laser_lens"
|
||||
},
|
||||
"type": "industrialforegoing:laser_drill_ore"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"neoforge:conditions": [
|
||||
{
|
||||
"type": "neoforge:not",
|
||||
"value": {
|
||||
"type": "neoforge:tag_empty",
|
||||
"tag": "c:raw_materials/allthemodium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"count": 1,
|
||||
"tag": "c:raw_materials/allthemodium"
|
||||
},
|
||||
"rarity": [
|
||||
{
|
||||
"biome_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": ["atm10:allthemodium_spawnable"]
|
||||
},
|
||||
"dimension_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": []
|
||||
},
|
||||
"depth_min": 2,
|
||||
"depth_max": 20,
|
||||
"weight": 4
|
||||
}
|
||||
],
|
||||
"pointer": 0,
|
||||
"catalyst": {
|
||||
"item": "allthemodium:allthemodium_pickaxe"
|
||||
},
|
||||
"type": "industrialforegoing:laser_drill_ore"
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{"neoforge:conditions": [
|
||||
{
|
||||
"type": "neoforge:not",
|
||||
"value": {
|
||||
"type": "neoforge:tag_empty",
|
||||
"tag": "c:raw_materials/unobtainium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"count": 1,
|
||||
"tag": "c:raw_materials/unobtainium"
|
||||
},
|
||||
"rarity": [
|
||||
{
|
||||
"biome_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": ["atm10:unobtainium_spawnable"]
|
||||
},
|
||||
"dimension_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": []
|
||||
},
|
||||
"depth_min": 30,
|
||||
"depth_max": 60,
|
||||
"weight": 0
|
||||
}
|
||||
],
|
||||
"catalyst": {
|
||||
"item": "allthemodium:unobtainium_pickaxe"
|
||||
},
|
||||
"type": "industrialforegoing:laser_drill_ore"
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{"neoforge:conditions": [
|
||||
{
|
||||
"type": "neoforge:not",
|
||||
"value": {
|
||||
"type": "neoforge:tag_empty",
|
||||
"tag": "c:raw_materials/vibranium"
|
||||
}
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"count": 1,
|
||||
"tag": "c:raw_materials/vibranium"
|
||||
},
|
||||
"rarity": [
|
||||
{
|
||||
"biome_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": ["atm10:vibranium_spawnable"]
|
||||
},
|
||||
"dimension_filter": {
|
||||
"blacklist": [],
|
||||
"whitelist": []
|
||||
},
|
||||
"depth_min": 100,
|
||||
"depth_max": 123,
|
||||
"weight": 0
|
||||
}
|
||||
],
|
||||
"catalyst": {
|
||||
"item": "allthemodium:vibranium_pickaxe"
|
||||
},
|
||||
"type": "industrialforegoing:laser_drill_ore"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"output": {
|
||||
"id": "minecraft:cobbled_deepslate",
|
||||
"count": 1
|
||||
},
|
||||
"waterNeed": 1000,
|
||||
"lavaNeed": 1000,
|
||||
"waterConsume": 0,
|
||||
"lavaConsume": 0,
|
||||
"type": "industrialforegoing:stonework_generate"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user