ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/triple_battery.json

28 lines
542 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "actuallyadditions:copy_nbt",
2024-03-04 22:52:17 +01:00
"value": {
"category": "misc",
"key": {
"C": {
"item": "actuallyadditions:advanced_coil"
},
"I": {
"item": "actuallyadditions:empowered_enori_crystal"
},
"R": {
"type": "actuallyadditions:target_nbt",
"value": {
"item": "actuallyadditions:double_battery"
}
}
2021-11-21 22:38:48 +01:00
},
2024-03-04 22:52:17 +01:00
"pattern": [
" R ",
"ICI",
"III"
],
"result": {
"item": "actuallyadditions:triple_battery"
2021-11-21 22:38:48 +01:00
}
2024-03-04 22:52:17 +01:00
}
2021-11-21 22:38:48 +01:00
}