ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/laser/lens_of_detonation.json

11 lines
214 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "actuallyadditions:laser",
2024-03-03 01:20:53 +01:00
"energy": 5000,
2021-11-21 22:38:48 +01:00
"ingredient": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:lens_of_color"
2021-11-21 22:38:48 +01:00
},
"result": {
2024-03-04 22:52:17 +01:00
"count": 1,
"result": "actuallyadditions:lens_of_detonation"
2021-11-21 22:38:48 +01:00
}
}