ashie404 / JavaDungeons

A mod that adds the custom blocks from Minecraft Dungeons into Minecraft: Java Edition.
MIT License
13 stars 10 forks source link

Towlette not listed in fabric.mod.json as required #9

Closed Linguardium closed 4 years ago

Linguardium commented 4 years ago

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