Balm (Fabric Edition)

Balm (Fabric Edition)

27M Downloads

Balm should not expose third party mods as Maven dependencies, especially not in runtime scope

BlayTheNinth opened this issue ยท 0 comments

commented

Minecraft Version

1.20.1 (LTS)

Mod Loader

Fabric

Describe the Issue

<dependency>
<groupId>com.terraformersmc</groupId>
<artifactId>modmenu</artifactId>
<version>7.2.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>mcp.mobius.waila</groupId>
<artifactId>wthit</artifactId>
<version>fabric-8.16.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>teamreborn</groupId>
<artifactId>energy</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>

Logs

dev