Fixes wire stack limit for ultimate battery recipe (from 64 to 2x 32)
Allow some computer recipes to accept any LV circuits instead of only Basic Electronic Circuit (It doesn't make sense when recipes like Computer already accept any LV circuits)
PS.
Is it okay to remove a recipe in removal.js and add it back with the same recipe id in add.js?
I'm not sure if that's a safe thing to do so I changed the recipe id from ultimate_battery to uhv_battery.
This changes:
Basic Electronic Circuit
(It doesn't make sense when recipes like Computer already accept any LV circuits)PS. Is it okay to remove a recipe in removal.js and add it back with the same recipe id in add.js? I'm not sure if that's a safe thing to do so I changed the recipe id from
ultimate_battery
touhv_battery
.