Changes 2
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"criteria": {
|
||||
"nope": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
|
||||
{
|
||||
"parent": "yttr:root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "yttr:brookite_shovel"
|
||||
},
|
||||
"title": {
|
||||
"text": "youtube.com/watch?v=phAOxT4UEzY&t=5"
|
||||
},
|
||||
"description": {
|
||||
"text": "Heheh that's me"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"yttr:brookite": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{ "items": ["yttr:brookite"] },
|
||||
{ "tag": ["yttr:brookite_ores"] }
|
||||
]
|
||||
}
|
||||
},
|
||||
"yttr:brookite_shovel": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{ "items": ["yttr:brookite_shovel"] }
|
||||
]
|
||||
}
|
||||
},
|
||||
"yttr:brookite_pickaxe": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{ "items": ["yttr:brookite_pickaxe"] }
|
||||
]
|
||||
}
|
||||
},
|
||||
"yttr:brookite_axe": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{ "items":[ "yttr:brookite_axe"] }
|
||||
]
|
||||
}
|
||||
},
|
||||
"yttr:brookite_hoe": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{ "items": ["yttr:brookite_hoe"] }
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"yttr:brookite_sword",
|
||||
"yttr:brookite_shovel",
|
||||
"yttr:brookite_pickaxe",
|
||||
"yttr:brookite_axe",
|
||||
"yttr:brookite_hoe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_brookite"
|
||||
},
|
||||
"result": "yttr:brookite"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_gadolinite"
|
||||
},
|
||||
"result": "yttr:yttrium_ingot"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "create:mixing",
|
||||
"heat_requirement": "heated",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "c:ingots/copper"
|
||||
},
|
||||
{
|
||||
"tag": "c:ingots/tin"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 3,
|
||||
"item": "crossroads:ingot_bronze"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "yttr:centrifuging",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_gadolinite"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "yttr:iron_dust"
|
||||
},
|
||||
{
|
||||
"item": "yttr:neodymium_dust"
|
||||
},
|
||||
{
|
||||
"item": "yttr:yttrium_dust"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "yttr:brookite_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 250,
|
||||
"results": [
|
||||
{
|
||||
"item": "yttr:brookite"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "yttr:brookite"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "yttr:deepslate_brookite_ore"
|
||||
}
|
||||
],
|
||||
"processingTime": 250,
|
||||
"results": [
|
||||
{
|
||||
"item": "yttr:brookite"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "yttr:brookite"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "yttr:deepslate_gadolinite"
|
||||
}
|
||||
],
|
||||
"processingTime": 250,
|
||||
"results": [
|
||||
{
|
||||
"item": "create:crushed_raw_gadolinite"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:crushed_raw_gadolinite"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "yttr:gadolinite"
|
||||
}
|
||||
],
|
||||
"processingTime": 250,
|
||||
"results": [
|
||||
{
|
||||
"item": "create:crushed_raw_gadolinite"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:crushed_raw_gadolinite"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.125,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "yttr:raw_gadolinite"
|
||||
}
|
||||
],
|
||||
"processingTime": 400,
|
||||
"results": [
|
||||
{
|
||||
"item": "create:crushed_raw_gadolinite"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "create:mixing",
|
||||
"heat_requirement": "heated",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "c:ingots/copper"
|
||||
},
|
||||
{
|
||||
"tag": "c:ingots/iron"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 3,
|
||||
"item": "yttr:cuprosteel_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "misc",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_gadolinite"
|
||||
},
|
||||
"result": "yttr:xl_iron_ingot"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "misc",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_brookite"
|
||||
},
|
||||
"result": "yttr:brookite"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "create:splashing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "create:crushed_raw_gadolinite"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 16,
|
||||
"item": "minecraft:iron_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "yttr:neodymium_dust"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"values": [
|
||||
"minecraft:bundle",
|
||||
"supplementaries:sack",
|
||||
"minecraft:spyglass",
|
||||
"tetra:basic_workbench",
|
||||
"tetra:modular_toolbelt",
|
||||
"supplementaries:lunch_basket",
|
||||
"yttr:brookite_pickaxe",
|
||||
"supplementaries:rope_arrow",
|
||||
"toms_storage:ts.storage_terminal",
|
||||
"supplementaries:quiver",
|
||||
"minecraft:leather_leggings",
|
||||
"minecraft:leather_boots"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user