luavixen / damagenumbers

Minecraft mod that adds simple damage number particles.
https://modrinth.com/mod/damagenumbers
1 stars 0 forks source link

mod isnt available for 1.20.1 #4

Closed owleague closed 2 months ago

owleague commented 2 months ago

as the title says and after launching the game with the mod this comes up

RashidFTW commented 2 months ago

I had to edit the mod's manifest version to get it to work, I tested on 1.20.1. On the mod's modrinth page it says that it should support Fabric 1.19–1.20.4, so not sure why the depends version is set wrong in the manifest.

As a workaround until @luavixen fixes the issue:

  1. Change the extension of the .jar file to .zip and open/extract it with any archiving tool such as: 7zip, WinRAR
  2. Edit the fabric.mod.json file, change this line: "minecraft": "~1.20.4", to "minecraft": ">=1.19 <=1.20.4",
  3. Save the file and repack the archive
  4. Change back the extension from .zip to .jar
luavixen commented 2 months ago

I have fixed this issue, among others, in the v1.1.0 version of the mod, which can be downloaded from Modrinth.