jediminer543 / JMT-MCMT

A multithreading mod for for Minecraft forge 1.15.2 and 1.16.x
https://www.curseforge.com/minecraft/mc-mods/mcmt-multithreading
BSD 2-Clause "Simplified" License
225 stars 19 forks source link

Is 1.18 support in developement? #102

Closed vaporvee closed 2 years ago

vaporvee commented 2 years ago

how far is the developement for 1.18 support?

jediminer543 commented 2 years ago

I had been hoping for movement in forge because: https://github.com/McModLauncher/modlauncher/issues/89 is preventing a 1.17+ version from releasing without doing dodgy things; though forge clearly hasn't moved on it yet so I'll look into working on my own way around it

vaporvee commented 2 years ago

So no fabric releases anymore? I found other performance fixes for my fabric server tho

vaporvee commented 2 years ago

Forge has loading times that take years and bad performance so i'll use only fabric in the future

justadudeongithub commented 2 years ago

I had been hoping for movement in forge because: McModLauncher/modlauncher#89 is preventing a 1.17+ version from releasing without doing dodgy things; though forge clearly hasn't moved on it yet so I'll look into working on my own way around it

Spigot, maybe?

jediminer543 commented 2 years ago

I'm using forge as it is the most expressive of the APIs. The forge api that let's me adjust dependencies is broken, yes, but it does exist. To do this in fabric previously needed grossfabrichacks which doesn't work (AFIK) post java9.

Bukkit and derivative APIs don't support bytecode transforms at all so would need an entire launchwrapper to allow for that

Also I'm working on forge 1.18 directly now because I have a hack for the issue in forge I think

justadudeongithub commented 2 years ago

@jediminer543 every time I read comments about what a mess Minecraft development is my respect for your work rises dramatically.

jediminer543 commented 2 years ago

Am currently trying to tidy up so I can do stuff; and I am pleased to be able to close this issue with the 1.18-master branch

Zilacon commented 2 years ago

Could you consider making a 1.12.2 version? There's hundreds of servers that would benefit from that.