Recipes Data

This commit is contained in:
Frank 2023-04-29 15:46:05 +02:00
parent 5fe6ac1a22
commit f18080a845
1450 changed files with 38936 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"type": "bclib:alloying",
"experience": 3.0,
"ingredients": [
{
"tag": "betterend:alloying_copper"
},
{
"tag": "betterend:alloying_copper"
}
],
"result": {
"count": 3,
"item": "minecraft:copper_ingot"
},
"smelttime": 350
}

View file

@ -0,0 +1,17 @@
{
"type": "bclib:alloying",
"experience": 3.0,
"ingredients": [
{
"tag": "betterend:alloying_gold"
},
{
"tag": "betterend:alloying_gold"
}
],
"result": {
"count": 3,
"item": "minecraft:gold_ingot"
},
"smelttime": 350
}

View file

@ -0,0 +1,17 @@
{
"type": "bclib:alloying",
"experience": 2.1,
"ingredients": [
{
"tag": "betterend:alloying_iron"
},
{
"tag": "betterend:alloying_iron"
}
],
"result": {
"count": 3,
"item": "minecraft:iron_ingot"
},
"smelttime": 350
}

View file

@ -0,0 +1,17 @@
{
"type": "bclib:alloying",
"experience": 6.0,
"ingredients": [
{
"item": "minecraft:ancient_debris"
},
{
"item": "minecraft:ancient_debris"
}
],
"result": {
"count": 3,
"item": "minecraft:netherite_scrap"
},
"smelttime": 1000
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:leather_wrapped_stick"
},
"base": {
"item": "betterend:aeternium_axe_head"
},
"result": {
"item": "betterend:aeternium_axe"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "bclib:smithing",
"anvilLevel": 5,
"damage": 6,
"input": {
"item": "betterend:aeternium_ingot"
},
"result": {
"item": "betterend:aeternium_axe_head"
},
"toolLevel": 5
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"I": {
"item": "betterend:aeternium_ingot"
}
},
"pattern": [
"III",
"III",
"III"
],
"result": {
"item": "betterend:aeternium_block"
},
"show_notification": true
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:aeternium_block"
}
],
"result": {
"count": 9,
"item": "betterend:aeternium_ingot"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:aeternium_forged_plate"
},
"base": {
"item": "betterend:terminite_boots"
},
"result": {
"item": "betterend:aeternium_boots"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:aeternium_forged_plate"
},
"base": {
"item": "betterend:terminite_chestplate"
},
"result": {
"item": "betterend:aeternium_chestplate"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "bclib:smithing",
"anvilLevel": 5,
"damage": 6,
"input": {
"item": "betterend:aeternium_ingot"
},
"result": {
"item": "betterend:aeternium_forged_plate"
},
"toolLevel": 5
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:leather_wrapped_stick"
},
"base": {
"item": "betterend:aeternium_hammer_head"
},
"result": {
"item": "betterend:aeternium_hammer"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "bclib:smithing",
"anvilLevel": 5,
"damage": 6,
"input": {
"item": "betterend:aeternium_ingot"
},
"result": {
"item": "betterend:aeternium_hammer_head"
},
"toolLevel": 2
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:aeternium_forged_plate"
},
"base": {
"item": "betterend:terminite_helmet"
},
"result": {
"item": "betterend:aeternium_helmet"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:leather_wrapped_stick"
},
"base": {
"item": "betterend:aeternium_hoe_head"
},
"result": {
"item": "betterend:aeternium_hoe"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "bclib:smithing",
"anvilLevel": 5,
"damage": 6,
"input": {
"item": "betterend:aeternium_ingot"
},
"result": {
"item": "betterend:aeternium_hoe_head"
},
"toolLevel": 5
}

View file

@ -0,0 +1,16 @@
{
"type": "bclib:alloying",
"experience": 4.5,
"ingredients": [
{
"item": "betterend:terminite_ingot"
},
{
"item": "minecraft:netherite_ingot"
}
],
"result": {
"item": "betterend:aeternium_ingot"
},
"smelttime": 850
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:aeternium_forged_plate"
},
"base": {
"item": "betterend:terminite_leggings"
},
"result": {
"item": "betterend:aeternium_leggings"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:leather_wrapped_stick"
},
"base": {
"item": "betterend:aeternium_pickaxe_head"
},
"result": {
"item": "betterend:aeternium_pickaxe"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "bclib:smithing",
"anvilLevel": 5,
"damage": 6,
"input": {
"item": "betterend:aeternium_ingot"
},
"result": {
"item": "betterend:aeternium_pickaxe_head"
},
"toolLevel": 5
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:leather_wrapped_stick"
},
"base": {
"item": "betterend:aeternium_shovel_head"
},
"result": {
"item": "betterend:aeternium_shovel"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "bclib:smithing",
"anvilLevel": 5,
"damage": 6,
"input": {
"item": "betterend:aeternium_ingot"
},
"result": {
"item": "betterend:aeternium_shovel_head"
},
"toolLevel": 5
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:aeternium_sword_handle"
},
"base": {
"item": "betterend:aeternium_sword_blade"
},
"result": {
"item": "betterend:aeternium_sword"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "bclib:smithing",
"anvilLevel": 5,
"damage": 6,
"input": {
"item": "betterend:aeternium_ingot"
},
"result": {
"item": "betterend:aeternium_sword_blade"
},
"toolLevel": 5
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:leather_wrapped_stick"
},
"base": {
"item": "betterend:terminite_ingot"
},
"result": {
"item": "betterend:aeternium_sword_handle"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "betterend:amber_gem"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "betterend:amber_block"
},
"show_notification": true
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "betterend:raw_amber"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "betterend:amber_gem"
},
"show_notification": true
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:amber_block"
}
],
"result": {
"count": 4,
"item": "betterend:amber_gem"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "betterend:dense_emerald_ice"
}
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"item": "betterend:ancient_emerald_ice"
},
"show_notification": true
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_stone_lanterns",
"key": {
"#": {
"item": "betterend:crystal_shards"
},
"S": {
"item": "minecraft:andesite_slab"
}
},
"pattern": [
"S",
"#",
"S"
],
"result": {
"item": "betterend:andesite_lantern"
},
"show_notification": true
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:polished_andesite"
},
"S": {
"item": "minecraft:polished_andesite_slab"
}
},
"pattern": [
"S",
"#",
"S"
],
"result": {
"count": 2,
"item": "betterend:andesite_pedestal"
},
"show_notification": true
}

View file

@ -0,0 +1,38 @@
{
"type": "betterend:infusion",
"catalysts": {
"east": {
"item": "minecraft:prismarine_crystals"
},
"north": {
"item": "betterend:enchanted_petal"
},
"north_east": {
"item": "minecraft:lapis_lazuli"
},
"north_west": {
"item": "minecraft:lapis_lazuli"
},
"south": {
"item": "minecraft:prismarine_crystals"
},
"south_east": {
"item": "minecraft:lapis_lazuli"
},
"south_west": {
"item": "minecraft:lapis_lazuli"
},
"west": {
"item": "minecraft:prismarine_crystals"
}
},
"group": "enchantment",
"input": {
"item": "minecraft:book"
},
"result": {
"item": "minecraft:enchanted_book",
"nbt": "{StoredEnchantments:[{id:\"minecraft:aqua_affinity\",lvl:1s}]}"
},
"time": 300
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"addition": {
"item": "betterend:aeternium_ingot"
},
"base": {
"item": "minecraft:elytra"
},
"result": {
"item": "betterend:elytra_armored"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "betterend:crystal_shards"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "betterend:aurora_crystal"
},
"show_notification": true
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone"
},
"result": "betterend:azure_jadestone_bricks_slab"
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone_bricks"
},
"result": "betterend:azure_jadestone_bricks_slab"
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone_bricks"
},
"result": "betterend:azure_jadestone_bricks_stairs"
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone"
},
"result": "betterend:azure_jadestone_bricks_stairs"
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone_bricks"
},
"result": "betterend:azure_jadestone_bricks_wall"
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone"
},
"result": "betterend:azure_jadestone_bricks_wall"
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_bricks",
"key": {
"#": {
"item": "betterend:azure_jadestone"
}
},
"pattern": [
"##",
"##"
],
"result": {
"count": 4,
"item": "betterend:azure_jadestone_bricks"
},
"show_notification": true
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_stone_slabs",
"key": {
"#": {
"item": "betterend:azure_jadestone_bricks"
}
},
"pattern": [
"###"
],
"result": {
"count": 6,
"item": "betterend:azure_jadestone_bricks_slab"
},
"show_notification": true
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_stone_stairs",
"key": {
"#": {
"item": "betterend:azure_jadestone_bricks"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "betterend:azure_jadestone_bricks_stairs"
},
"show_notification": true
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone"
},
"result": "betterend:azure_jadestone_bricks"
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_wall",
"key": {
"#": {
"item": "betterend:azure_jadestone_bricks"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"item": "betterend:azure_jadestone_bricks_wall"
},
"show_notification": true
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "end_stone_buttons",
"ingredients": [
{
"item": "betterend:azure_jadestone"
}
],
"result": {
"item": "betterend:azure_jadestone_button"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_pots",
"key": {
"#": {
"item": "betterend:azure_jadestone_bricks"
}
},
"pattern": [
"# #",
" # "
],
"result": {
"count": 3,
"item": "betterend:azure_jadestone_flower_pot"
},
"show_notification": true
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_stone_ITEM_FURNACES",
"key": {
"#": {
"item": "betterend:azure_jadestone"
}
},
"pattern": [
"###",
"# #",
"###"
],
"result": {
"item": "betterend:azure_jadestone_furnace"
},
"show_notification": true
}

View file

@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_stone_lanterns",
"key": {
"#": {
"item": "betterend:crystal_shards"
},
"S": [
{
"item": "betterend:azure_jadestone_slab"
},
{
"item": "betterend:azure_jadestone_bricks_slab"
}
]
},
"pattern": [
"S",
"#",
"S"
],
"result": {
"item": "betterend:azure_jadestone_lantern"
},
"show_notification": true
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "betterend:azure_jadestone_pillar"
},
"S": {
"item": "betterend:azure_jadestone_slab"
}
},
"pattern": [
"S",
"#",
"S"
],
"result": {
"count": 2,
"item": "betterend:azure_jadestone_pedestal"
},
"show_notification": true
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_pillar",
"key": {
"#": {
"item": "betterend:azure_jadestone_slab"
}
},
"pattern": [
"#",
"#"
],
"result": {
"item": "betterend:azure_jadestone_pillar"
},
"show_notification": true
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone"
},
"result": "betterend:azure_jadestone_pillar"
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_tile",
"key": {
"#": {
"item": "betterend:azure_jadestone_bricks"
}
},
"pattern": [
"##",
"##"
],
"result": {
"count": 4,
"item": "betterend:azure_jadestone_polished"
},
"show_notification": true
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone"
},
"result": "betterend:azure_jadestone_polished"
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_stone_plates",
"key": {
"#": {
"item": "betterend:azure_jadestone"
}
},
"pattern": [
"##"
],
"result": {
"item": "betterend:azure_jadestone_plate"
},
"show_notification": true
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_stone_slabs",
"key": {
"#": {
"item": "betterend:azure_jadestone"
}
},
"pattern": [
"###"
],
"result": {
"count": 6,
"item": "betterend:azure_jadestone_slab"
},
"show_notification": true
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone"
},
"result": "betterend:azure_jadestone_slab"
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_stone_stairs",
"key": {
"#": {
"item": "betterend:azure_jadestone"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "betterend:azure_jadestone_stairs"
},
"show_notification": true
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone"
},
"result": "betterend:azure_jadestone_stairs"
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_small_tile",
"key": {
"#": {
"item": "betterend:azure_jadestone_polished"
}
},
"pattern": [
"##",
"##"
],
"result": {
"count": 4,
"item": "betterend:azure_jadestone_tiles"
},
"show_notification": true
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone"
},
"result": "betterend:azure_jadestone_tiles"
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_wall",
"key": {
"#": {
"item": "betterend:azure_jadestone"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"item": "betterend:azure_jadestone_wall"
},
"show_notification": true
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"group": "azure_jadestone_stonecutting",
"ingredient": {
"item": "betterend:azure_jadestone"
},
"result": "betterend:azure_jadestone_wall"
}

View file

@ -0,0 +1,38 @@
{
"type": "betterend:infusion",
"catalysts": {
"east": {
"item": "minecraft:fermented_spider_eye"
},
"north": {
"item": "betterend:enchanted_petal"
},
"north_east": {
"item": "minecraft:lapis_lazuli"
},
"north_west": {
"item": "minecraft:lapis_lazuli"
},
"south": {
"item": "minecraft:iron_ingot"
},
"south_east": {
"item": "minecraft:lapis_lazuli"
},
"south_west": {
"item": "minecraft:lapis_lazuli"
},
"west": {
"item": "minecraft:fermented_spider_eye"
}
},
"group": "enchantment",
"input": {
"item": "minecraft:book"
},
"result": {
"item": "minecraft:enchanted_book",
"nbt": "{StoredEnchantments:[{id:\"minecraft:bane_of_arthropods\",lvl:1s}]}"
},
"time": 300
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_stone_lanterns",
"key": {
"#": {
"item": "betterend:crystal_shards"
},
"S": {
"item": "minecraft:blackstone_slab"
}
},
"pattern": [
"S",
"#",
"S"
],
"result": {
"item": "betterend:blackstone_lantern"
},
"show_notification": true
}

View file

@ -0,0 +1,38 @@
{
"type": "betterend:infusion",
"catalysts": {
"east": {
"item": "minecraft:obsidian"
},
"north": {
"item": "betterend:enchanted_petal"
},
"north_east": {
"item": "minecraft:lapis_lazuli"
},
"north_west": {
"item": "minecraft:lapis_lazuli"
},
"south": {
"item": "minecraft:obsidian"
},
"south_east": {
"item": "minecraft:lapis_lazuli"
},
"south_west": {
"item": "minecraft:lapis_lazuli"
},
"west": {
"item": "minecraft:obsidian"
}
},
"group": "enchantment",
"input": {
"item": "minecraft:book"
},
"result": {
"item": "minecraft:enchanted_book",
"nbt": "{StoredEnchantments:[{id:\"minecraft:blast_protection\",lvl:1s}]}"
},
"time": 300
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "end_berries",
"ingredients": [
{
"item": "betterend:blossom_berry"
},
{
"item": "minecraft:sugar"
},
{
"tag": "c:water_bottles"
},
{
"item": "betterend:gelatine"
}
],
"result": {
"item": "betterend:blossom_berry_jelly"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "end_berries",
"ingredients": [
{
"item": "betterend:blossom_berry"
},
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:potion"
},
{
"item": "betterend:gelatine"
}
],
"result": {
"item": "betterend:blossom_berry_jelly"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:blue_vine_seed"
}
],
"result": {
"item": "minecraft:blue_dye"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:campfire_cooking",
"category": "food",
"cookingtime": 600,
"experience": 0.0,
"ingredient": {
"item": "betterend:bolux_mushroom"
},
"result": "betterend:bolux_mushroom_cooked"
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:smelting",
"category": "food",
"cookingtime": 200,
"experience": 0.0,
"ingredient": {
"item": "betterend:bolux_mushroom"
},
"result": "betterend:bolux_mushroom_cooked"
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:campfire_cooking",
"category": "food",
"cookingtime": 100,
"experience": 0.0,
"ingredient": {
"item": "betterend:bolux_mushroom"
},
"result": "betterend:bolux_mushroom_cooked"
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:bushy_grass"
}
],
"result": {
"item": "minecraft:magenta_dye"
}
}

View file

@ -0,0 +1,29 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": [
{
"item": "betterend:blossom_berry"
},
{
"item": "betterend:shadow_berry_raw"
}
],
"P": {
"item": "betterend:cave_pumpkin"
},
"S": {
"item": "minecraft:sugar"
}
},
"pattern": [
"SBS",
"BPB",
"SBS"
],
"result": {
"item": "betterend:cave_pumpkin_pie"
},
"show_notification": true
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:cave_pumpkin"
}
],
"result": {
"count": 4,
"item": "betterend:cave_pumpkin_seed"
}
}

View file

@ -0,0 +1,38 @@
{
"type": "betterend:infusion",
"catalysts": {
"east": {
"item": "minecraft:chain"
},
"north": {
"item": "betterend:enchanted_petal"
},
"north_east": {
"item": "minecraft:lapis_lazuli"
},
"north_west": {
"item": "minecraft:lapis_lazuli"
},
"south": {
"item": "minecraft:heart_of_the_sea"
},
"south_east": {
"item": "minecraft:lapis_lazuli"
},
"south_west": {
"item": "minecraft:lapis_lazuli"
},
"west": {
"item": "minecraft:chain"
}
},
"group": "enchantment",
"input": {
"item": "minecraft:book"
},
"result": {
"item": "minecraft:enchanted_book",
"nbt": "{StoredEnchantments:[{id:\"minecraft:channeling\",lvl:1s}]}"
},
"time": 375
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:charcoal"
}
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"item": "betterend:charcoal_block"
},
"show_notification": true
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:charcoal_block"
}
],
"result": {
"count": 9,
"item": "minecraft:charcoal"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:charnia_cyan"
}
],
"result": {
"item": "minecraft:cyan_dye"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:charnia_green"
}
],
"result": {
"item": "minecraft:green_dye"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:charnia_light_blue"
}
],
"result": {
"item": "minecraft:light_blue_dye"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:charnia_orange"
}
],
"result": {
"item": "minecraft:orange_dye"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:charnia_purple"
}
],
"result": {
"item": "minecraft:purple_dye"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:charnia_red"
}
],
"result": {
"item": "minecraft:red_dye"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:campfire_cooking",
"category": "food",
"cookingtime": 600,
"experience": 0.0,
"ingredient": {
"item": "betterend:chorus_mushroom_raw"
},
"result": "betterend:chorus_mushroom_cooked"
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:smelting",
"category": "food",
"cookingtime": 200,
"experience": 0.0,
"ingredient": {
"item": "betterend:chorus_mushroom_raw"
},
"result": "betterend:chorus_mushroom_cooked"
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:campfire_cooking",
"category": "food",
"cookingtime": 100,
"experience": 0.0,
"ingredient": {
"item": "betterend:chorus_mushroom_raw"
},
"result": "betterend:chorus_mushroom_cooked"
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "betterend:creeping_moss"
}
],
"result": {
"item": "minecraft:cyan_dye"
}
}

View file

@ -0,0 +1,23 @@
{
"type": "betterend:infusion",
"catalysts": {
"east": {
"item": "betterend:crystal_shards"
},
"north": {
"item": "betterend:amber_gem"
},
"west": {
"item": "betterend:crystal_shards"
}
},
"input": {
"item": "betterend:terminite_boots",
"nbt": "{Damage:0}"
},
"result": {
"item": "betterend:crystalite_boots",
"nbt": "{Damage:0}"
},
"time": 150
}

View file

@ -0,0 +1,29 @@
{
"type": "betterend:infusion",
"catalysts": {
"north": {
"item": "betterend:amber_gem"
},
"north_east": {
"item": "betterend:crystal_shards"
},
"north_west": {
"item": "betterend:crystal_shards"
},
"south_east": {
"item": "betterend:crystal_shards"
},
"south_west": {
"item": "betterend:crystal_shards"
}
},
"input": {
"item": "betterend:terminite_chestplate",
"nbt": "{Damage:0}"
},
"result": {
"item": "betterend:crystalite_chestplate",
"nbt": "{Damage:0}"
},
"time": 300
}

View file

@ -0,0 +1,38 @@
{
"type": "betterend:infusion",
"catalysts": {
"east": {
"item": "betterend:enchanted_membrane"
},
"north": {
"item": "betterend:amber_gem"
},
"north_east": {
"item": "betterend:crystal_shards"
},
"north_west": {
"item": "betterend:crystal_shards"
},
"south": {
"item": "betterend:enchanted_membrane"
},
"south_east": {
"item": "betterend:crystal_shards"
},
"south_west": {
"item": "betterend:crystal_shards"
},
"west": {
"item": "betterend:enchanted_membrane"
}
},
"input": {
"item": "minecraft:elytra",
"nbt": "{Damage:0}"
},
"result": {
"item": "betterend:elytra_crystalite",
"nbt": "{Damage:0}"
},
"time": 500
}

View file

@ -0,0 +1,23 @@
{
"type": "betterend:infusion",
"catalysts": {
"east": {
"item": "betterend:crystal_shards"
},
"north": {
"item": "betterend:amber_gem"
},
"west": {
"item": "betterend:crystal_shards"
}
},
"input": {
"item": "betterend:terminite_helmet",
"nbt": "{Damage:0}"
},
"result": {
"item": "betterend:crystalite_helmet",
"nbt": "{Damage:0}"
},
"time": 150
}

View file

@ -0,0 +1,26 @@
{
"type": "betterend:infusion",
"catalysts": {
"east": {
"item": "betterend:crystal_shards"
},
"north": {
"item": "betterend:amber_gem"
},
"south": {
"item": "betterend:crystal_shards"
},
"west": {
"item": "betterend:crystal_shards"
}
},
"input": {
"item": "betterend:terminite_leggings",
"nbt": "{Damage:0}"
},
"result": {
"item": "betterend:crystalite_leggings",
"nbt": "{Damage:0}"
},
"time": 225
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "betterend:emerald_ice"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "betterend:dense_emerald_ice"
},
"show_notification": true
}

View file

@ -0,0 +1,38 @@
{
"type": "betterend:infusion",
"catalysts": {
"east": {
"item": "minecraft:lily_pad"
},
"north": {
"item": "betterend:enchanted_petal"
},
"north_east": {
"item": "minecraft:lapis_lazuli"
},
"north_west": {
"item": "minecraft:lapis_lazuli"
},
"south": {
"item": "betterend:end_lily_seed"
},
"south_east": {
"item": "minecraft:lapis_lazuli"
},
"south_west": {
"item": "minecraft:lapis_lazuli"
},
"west": {
"item": "minecraft:lily_pad"
}
},
"group": "enchantment",
"input": {
"item": "minecraft:book"
},
"result": {
"item": "minecraft:enchanted_book",
"nbt": "{StoredEnchantments:[{id:\"minecraft:depth_strider\",lvl:1s}]}"
},
"time": 300
}

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"I": {
"item": "minecraft:diamond"
}
},
"pattern": [
"I I",
"I#I",
" # "
],
"result": {
"item": "betterend:diamond_hammer"
},
"show_notification": true
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_stone_lanterns",
"key": {
"#": {
"item": "betterend:crystal_shards"
},
"S": {
"item": "minecraft:diorite_slab"
}
},
"pattern": [
"S",
"#",
"S"
],
"result": {
"item": "betterend:diorite_lantern"
},
"show_notification": true
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:polished_diorite"
},
"S": {
"item": "minecraft:polished_diorite_slab"
}
},
"pattern": [
"S",
"#",
"S"
],
"result": {
"count": 2,
"item": "betterend:diorite_pedestal"
},
"show_notification": true
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:bone_block"
},
"D": {
"item": "minecraft:dragon_breath"
}
},
"pattern": [
"###",
"#D#",
"###"
],
"result": {
"count": 8,
"item": "betterend:dragon_bone_block"
},
"show_notification": true
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "betterend:dragon_bone_block"
}
},
"pattern": [
"###"
],
"result": {
"count": 6,
"item": "betterend:dragon_bone_slab"
},
"show_notification": true
}

Some files were not shown because too many files have changed in this diff Show more