Changes 2
This commit is contained in:
BIN
pack/config/paxi/datapacks/overworld.zip
Normal file
BIN
pack/config/paxi/datapacks/overworld.zip
Normal file
Binary file not shown.
@@ -30,7 +30,37 @@
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 4,
|
||||
"name": "minecraft:cake"
|
||||
"name": "exposure:camera"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "yttr:red_bloque"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "yttr:blue_bloque"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "yttr:magenta_bloque"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "yttr:green_bloque"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "yttr:cyan_bloque"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "yttr:orange_bloque"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
@@ -42,6 +72,11 @@
|
||||
"weight": 2,
|
||||
"name": "minecraft:chainmail_leggings"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"name": "kitchenkarrot:dandelion_coke"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
@@ -62,11 +97,6 @@
|
||||
"weight": 6,
|
||||
"name": "minecraft:string"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 6,
|
||||
"name": "minecraft:rotten_flesh"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
@@ -109,9 +139,14 @@
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"weight": 1,
|
||||
"name": "minecraft:spyglass"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "minecraft:pocket_jukebox"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 8,
|
||||
"heal": 16,
|
||||
"harm": 0
|
||||
}
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 10,
|
||||
"heal": 16,
|
||||
"harm": 0
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"result": {
|
||||
"id": "minecraft:chainmail_boots",
|
||||
"item": "minecraft:chainmail_boots",
|
||||
"count": 1
|
||||
},
|
||||
"pattern": [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"result": {
|
||||
"id": "minecraft:chainmail_chestplate",
|
||||
"item": "minecraft:chainmail_chestplate",
|
||||
"count": 1
|
||||
},
|
||||
"pattern": [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"result": {
|
||||
"id": "minecraft:chainmail_helmet",
|
||||
"item": "minecraft:chainmail_helmet",
|
||||
"count": 1
|
||||
},
|
||||
"pattern": [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"result": {
|
||||
"id": "minecraft:chainmail_leggings",
|
||||
"item": "minecraft:chainmail_leggings",
|
||||
"count": 1
|
||||
},
|
||||
"pattern": [
|
||||
|
||||
@@ -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