Towlette not listed in fabric.mod.json as required #9
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ashie404/JavaDungeons#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
towelette is required but not marked as required nor included in the build.gradle.
putting the required entry into the fabric.mod.json will pop up a "missing requirement" popup on launch rather than just crashing the game when missing.
it also isnt listed as required anywhere, but it is.
ideally, add it as required or include it jar-in-jar via an include line in dependencies.
if marking it as required and requiring users to download it, mark it as a required dependency on curseforge as well to let people know they will need it