CaffeineMC / hydrogen-fabric

Things of which are too dangerous to put in Lithium.
GNU Lesser General Public License v3.0
512 stars 67 forks source link

Current mod release (0.1.1) doesn't work with 1.16.4 #11

Closed FavoritoHJS closed 3 years ago

FavoritoHJS commented 3 years ago

This release only works with 1.16.2, while the latest version at the time of writing is 1.16.4.

Changes between these versions are likely not too significant, so porting shouldn't be difficult.

Workaround: Edit the end of fabric.mod.json from

  "depends": {
    "fabricloader": ">=0.9.0",
    "minecraft": "1.16.2"
  }

to:

   "depends": {
    "fabricloader": ">=0.9.0",
    "minecraft": ">=1.16.2"
  }

You can also download a never .jar in Actions, though remember: The cutting edge tends to cut.

Dolphin2Point1 commented 3 years ago

build the latest commit. a new release may not come for a while.

mrmangohands commented 3 years ago

This is the issue tracker for hydrogen, which isn't on curseforge

Dbl7id commented 3 years ago

dammit my bad I didn't read

K0-RR commented 3 years ago

For me it works great on 1.16.4. Just change required minecraft version in fabric.mod.json. In fact this is the most important mod after Sodium for me. Without it my friends wouldn't be able to play my modpack so @jellysquid3 thank You for Your work.

DragonEggBedrockBreaking commented 3 years ago

You can download a 1.16.4 version from github actions. Note that this, just like all other hydrogen builds, is not 100% stable.

This is two commits behind. In order to be completely up-to-date, you can either try building yourself or get a build from JellySquid's discord.

Note that 1.16.5 is out now, which complicates things if you want to update...

Siuolplex commented 3 years ago

Note that 1.16.5 is out now, which complicates things if you want to update...

How so? I thought its fixes didnt affect any mods

RangoMcRoony commented 3 years ago

To get the latest version of hydrogen working on 1.16.4 I done the same as @FavoritoHJS but instead of "minecraft": ">=1.16.2" I changed it to "minecraft": ">=1.16.4"

Genau6502 commented 3 years ago

To get the latest version of hydrogen working on 1.16.4 I done the same as @FavoritoHJS but instead of "minecraft": ">=1.16.2" I changed it to "minecraft": ">=1.16.4"

Why would >=1.16.2 not work?

RangoMcRoony commented 3 years ago

@yitzy299 yh Ur right, I know nothing about coding I was just trying to figure it out and it happened to work so I didn't question it lol

DragonEggBedrockBreaking commented 3 years ago

Hydrogen has now been officially updated to 1.16.5, so nobody needs to change anything for 1.16.5; just download from modrinth or github releases. It becomes more difficult if you want to use 1.16.4: You will need to change the version lock. Not too difficult, just change the number from "1.16.5" to "1.16.4". I use it like that (not all of my mods are updated to 1.16.5 yet) and it works, but remember that little/no official support is given if you edit the mod, even in such a seemingly small way.

RangoMcRoony commented 3 years ago

@DragonEggBedrockBreaking, thank you for the explanation I really appreciate it. I might just wait till lithium is updated to 1.16.5 then use hydrogen on 1.16.5 too.

Thanks