pretty easy to use actually
just copy the .env file, customize the file for your mods, and just run the script file.
the string you put in the array must be the id of the mod on modrinth
if you want to add fabric api to the list of mods to download, just find fabric api on modrinth, and copy the link
https://modrinth.com/mod/fabric-api
you need this^^^^^^^^^^
and add it to the FABRIC_MODS
array
FABRIC_MODS=(
+ "fabric-api"
)
Copyright (c) 2022 i-spin
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.