This commit is contained in:
2025-03-14 13:35:45 -05:00
parent ec7bc660d3
commit 17d8cd873e
2 changed files with 34 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "extenededae custom recipes"
}
}