Changes 2

This commit is contained in:
2026-02-08 18:35:17 -07:00
parent 6c7c0ebc53
commit 0ddde038f5
111 changed files with 52753 additions and 273 deletions

Binary file not shown.

View File

@@ -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,

View File

@@ -10,6 +10,6 @@
],
"cool_down": 0,
"always_edible": true,
"heal": 8,
"heal": 16,
"harm": 0
}

View File

@@ -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

View File

@@ -2,7 +2,7 @@
"type": "minecraft:crafting_shaped",
"category": "equipment",
"result": {
"id": "minecraft:chainmail_boots",
"item": "minecraft:chainmail_boots",
"count": 1
},
"pattern": [

View File

@@ -2,7 +2,7 @@
"type": "minecraft:crafting_shaped",
"category": "equipment",
"result": {
"id": "minecraft:chainmail_chestplate",
"item": "minecraft:chainmail_chestplate",
"count": 1
},
"pattern": [

View File

@@ -2,7 +2,7 @@
"type": "minecraft:crafting_shaped",
"category": "equipment",
"result": {
"id": "minecraft:chainmail_helmet",
"item": "minecraft:chainmail_helmet",
"count": 1
},
"pattern": [

View File

@@ -2,7 +2,7 @@
"type": "minecraft:crafting_shaped",
"category": "equipment",
"result": {
"id": "minecraft:chainmail_leggings",
"item": "minecraft:chainmail_leggings",
"count": 1
},
"pattern": [

View File

@@ -0,0 +1,7 @@
{
"criteria": {
"nope": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -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"
]
]
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.1,
"ingredient": {
"item": "create:crushed_raw_brookite"
},
"result": "yttr:brookite"
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.1,
"ingredient": {
"item": "create:crushed_raw_gadolinite"
},
"result": "yttr:yttrium_ingot"
}

View File

@@ -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"
}
]
}

View File

@@ -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"
}
]
}

View File

@@ -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"
}
]
}

View File

@@ -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"
}
]
}

View File

@@ -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"
}
]
}

View File

@@ -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"
}
]
}

View File

@@ -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"
}
]
}

View File

@@ -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"
}
]
}

View File

@@ -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"
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:smelting",
"category": "misc",
"cookingtime": 200,
"experience": 0.1,
"ingredient": {
"item": "create:crushed_raw_brookite"
},
"result": "yttr:brookite"
}

View File

@@ -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"
}
]
}

View File

@@ -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"
]
}

View File

@@ -0,0 +1,13 @@
name = "Simple Create Radios"
filename = "Simple Create Radios V2.01.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/FeyRzQr8/versions/9UeChR5k/Simple%20Create%20Radios%20V2.01.zip"
hash-format = "sha512"
hash = "7f73207c26ffe3f3a6502a3d8de500ce904610773e4d963b6e8d52885559b2c655e9beacf20a678f2a003fab2072d3ff9b20666c3f91ce099e5b08acfac612d9"
[update]
[update.modrinth]
mod-id = "FeyRzQr8"
version = "9UeChR5k"