DataJetJS
A Bloons TD data.jet file jet unpacking and patching library
Installing
npm install datajet
Examples
Simple examples to help you use DataJetJS
Unpacking & Patching
Note: the patches in here are not real patches, they will not work, they do not do anything. Download some real patches from the download repo.
const jet = //Import the module var mypatches = //Our patches we want to apply "file" : "Weapon.Ninja" patch:... "file" : "Weapon.DartlingGun" patch:... ; var mypatchedjet = jetpacker //Unpack our jet //Apply our patch ; //Repack our jet, overwriting our other jet