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

25 lines
481 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "actuallyadditions:copy_nbt",
2024-03-03 01:20:53 +01:00
"category": "misc",
2021-11-21 22:38:48 +01:00
"key": {
2024-03-03 01:20:53 +01:00
"C": {
"item": "actuallyadditions:advanced_coil"
2021-11-21 22:38:48 +01:00
},
"I": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:empowered_enori_crystal"
2021-11-21 22:38:48 +01:00
},
2024-03-03 01:20:53 +01:00
"R": {
"type": "actuallyadditions:nbt_target",
"item": "actuallyadditions:double_battery"
2021-11-21 22:38:48 +01:00
}
},
2024-03-03 01:20:53 +01:00
"pattern": [
" R ",
"ICI",
"III"
],
2021-11-21 22:38:48 +01:00
"result": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:triple_battery"
2024-03-03 01:20:53 +01:00
},
"show_notification": true
2021-11-21 22:38:48 +01:00
}