diff --git a/akanealw_custom_datapacks/extendedae-custom-recipes-1.20.1/data/expatternprovider/recipes/lava_cell.json b/akanealw_custom_datapacks/extendedae-custom-recipes-1.20.1/data/expatternprovider/recipes/lava_cell.json new file mode 100755 index 0000000..ce5b5bf --- /dev/null +++ b/akanealw_custom_datapacks/extendedae-custom-recipes-1.20.1/data/expatternprovider/recipes/lava_cell.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "C": { + "item": "ae2:quartz_glass" + }, + "I": { + "tag": "forge:gems/diamond" + }, + "W": { + "item": "minecraft:lava_bucket" + }, + "X": { + "item": "ae2:cell_component_16k" + } + }, + "pattern": [ + "CWC", + "WXW", + "III" + ], + "result": { + "item": "expatternprovider:infinity_cell", + "nbt": "{record:{\"#c\":\"ae2:f\",id:\"minecraft:lava\"}}" + }, + "show_notification": true +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/extendedae-custom-recipes-1.20.1/pack.mcmeta b/akanealw_custom_datapacks/extendedae-custom-recipes-1.20.1/pack.mcmeta new file mode 100755 index 0000000..8c30abd --- /dev/null +++ b/akanealw_custom_datapacks/extendedae-custom-recipes-1.20.1/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "extenededae custom recipes" + } +} \ No newline at end of file