jakobkmar / pacmc

An easy-to-use package manager (and soon to be launcher) for Minecraft mods.
GNU Affero General Public License v3.0
121 stars 9 forks source link

Embedded dependencies are not supported in the latest release #67

Open NiChrosia opened 1 year ago

NiChrosia commented 1 year ago

When installing a mod with embedded dependencies, (eg shulker box tooltip) the program crashes. This appears to be because the Embedded dependency type isn't present in 0.5.2.

jakobkmar commented 1 year ago

Hi, thanks for the report! We have fixed this with #53 but it is not released yet. If you need the fix fast you can clone the project and compile it with ./gradlew :pacmc-cli:installDist. The new release will happen in the coming week I think.