Regenerated Datapack

This commit is contained in:
Frank 2023-06-08 01:39:32 +02:00
parent 15b862befd
commit 0c05ebc3a1
16 changed files with 688 additions and 0 deletions

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_aeternium_upgrade_smithing_template": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_upgrade_smithing_template"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_diamond": {
"conditions": {
"items": [
{
"items": [
"minecraft:diamond"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_lapis_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:lapis_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:copy_aeternium_upgrade"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_aeternium_upgrade_smithing_template",
"has_lapis_block",
"has_diamond",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:copy_aeternium_upgrade"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_diamond": {
"conditions": {
"items": [
{
"items": [
"minecraft:diamond"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_handle_attachment_smithing_template": {
"conditions": {
"items": [
{
"items": [
"betterend:handle_attachment_smithing_template"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_stick": {
"conditions": {
"items": [
{
"items": [
"minecraft:stick"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:copy_handle_attachment"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_stick",
"has_handle_attachment_smithing_template",
"has_diamond",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:copy_handle_attachment"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_diamond": {
"conditions": {
"items": [
{
"items": [
"minecraft:diamond"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_leather": {
"conditions": {
"items": [
{
"items": [
"minecraft:leather"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_leather_handle_attachment_smithing_tem": {
"conditions": {
"items": [
{
"items": [
"betterend:leather_handle_attachment_smithing_template"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:copy_leather_handle_attachment"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_leather_handle_attachment_smithing_tem",
"has_leather",
"has_diamond",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:copy_leather_handle_attachment"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_diamond": {
"conditions": {
"items": [
{
"items": [
"minecraft:diamond"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_netherite_upgrade_smithing_template": {
"conditions": {
"items": [
{
"items": [
"betterend:netherite_upgrade_smithing_template"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_netherrack": {
"conditions": {
"items": [
{
"items": [
"minecraft:netherrack"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:copy_netherite_upgrade"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_netherite_upgrade_smithing_template",
"has_netherrack",
"has_diamond",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:copy_netherite_upgrade"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_diamond": {
"conditions": {
"items": [
{
"items": [
"minecraft:diamond"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_iron_ingot": {
"conditions": {
"items": [
{
"items": [
"minecraft:iron_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_plate_upgrade_smithing_template": {
"conditions": {
"items": [
{
"items": [
"betterend:plate_upgrade_smithing_template"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:copy_plate_upgrade"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_plate_upgrade_smithing_template",
"has_iron_ingot",
"has_diamond",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:copy_plate_upgrade"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stick": {
"conditions": {
"items": [
{
"items": [
"minecraft:stick"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_terminite_ingot": {
"conditions": {
"items": [
{
"items": [
"betterend:terminite_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_terminite_upgrade_smithing_template": {
"conditions": {
"items": [
{
"items": [
"betterend:terminite_upgrade_smithing_template"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:copy_terminite_upgrade"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_terminite_upgrade_smithing_template",
"has_terminite_ingot",
"has_stick",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:copy_terminite_upgrade"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stick": {
"conditions": {
"items": [
{
"items": [
"minecraft:stick"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_thallasium_ingot": {
"conditions": {
"items": [
{
"items": [
"betterend:thallasium_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_thallasium_upgrade_smithing_template": {
"conditions": {
"items": [
{
"items": [
"betterend:thallasium_upgrade_smithing_template"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:copy_thallasium_upgrade"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_thallasium_upgrade_smithing_template",
"has_thallasium_ingot",
"has_stick",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:copy_thallasium_upgrade"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:iron_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_stick": {
"conditions": {
"items": [
{
"items": [
"minecraft:stick"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:copy_tool_assembly"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tool_assembly_smithing_template": {
"conditions": {
"items": [
{
"items": [
"betterend:tool_assembly_smithing_template"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_stick",
"has_tool_assembly_smithing_template",
"has_iron_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:copy_tool_assembly"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:diamond"
},
"C": {
"item": "minecraft:lapis_block"
},
"S": {
"item": "betterend:aeternium_upgrade_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "betterend:aeternium_upgrade_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"C": {
"item": "minecraft:diamond"
},
"S": {
"item": "betterend:handle_attachment_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "betterend:handle_attachment_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:diamond"
},
"C": {
"item": "minecraft:leather"
},
"S": {
"item": "betterend:leather_handle_attachment_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "betterend:leather_handle_attachment_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:diamond"
},
"C": {
"item": "minecraft:netherrack"
},
"S": {
"item": "betterend:netherite_upgrade_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "betterend:netherite_upgrade_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:diamond"
},
"C": {
"item": "minecraft:iron_ingot"
},
"S": {
"item": "betterend:plate_upgrade_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "betterend:plate_upgrade_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"C": {
"item": "betterend:terminite_ingot"
},
"S": {
"item": "betterend:terminite_upgrade_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "betterend:terminite_upgrade_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"C": {
"item": "betterend:thallasium_ingot"
},
"S": {
"item": "betterend:thallasium_upgrade_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "betterend:thallasium_upgrade_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"C": {
"item": "minecraft:iron_block"
},
"S": {
"item": "betterend:tool_assembly_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "betterend:tool_assembly_smithing_template"
},
"show_notification": true
}