Skip to content

Commit a4859b7

Browse files
committed
Update Cata++ thanks to CV's work
1 parent c698ae1 commit a4859b7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Kenan-Modpack/nocts_cata_mod_DDA/Recipe/c_recipes.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,12 +2395,14 @@
23952395
"qualities": [ { "id": "SCREW_FINE", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 } ],
23962396
"tools": [
23972397
[
2398-
[ "light_minus_atomic_battery_cell", 100 ],
2399-
[ "light_atomic_battery_cell", 100 ],
2400-
[ "medium_atomic_battery_cell", 100 ],
2401-
[ "heavy_atomic_battery_cell", 100 ],
2402-
[ "huge_atomic_battery_cell", 100 ],
2403-
[ "cobalt_60", -1 ]
2398+
[ "plut_cell", -1 ],
2399+
[ "light_minus_atomic_battery_cell", -1 ],
2400+
[ "light_atomic_battery_cell", -1 ],
2401+
[ "medium_atomic_battery_cell", -1 ],
2402+
[ "heavy_atomic_battery_cell", -1 ],
2403+
[ "huge_atomic_battery_cell", -1 ],
2404+
[ "betavoltaic", -1 ],
2405+
[ "RTG_coffee", -1 ]
24042406
]
24052407
],
24062408
"components": [ [ [ "iv_mutagen_alpha", 1 ] ], [ [ "iv_mutagen_medical", 1 ] ], [ [ "nanomaterial", 1 ], [ "bio_nanobots", 1 ] ] ],

0 commit comments

Comments
 (0)