Zergatul / cheatutils

MIT License
33 stars 11 forks source link

Fabric version not working (1.19.2) #3

Closed githubUser947 closed 1 year ago

githubUser947 commented 1 year ago

i downloaded the fabric version and loaded minecraft but it didnt show up in modmenu.

i checked the file and saw no fabric.mod file in it

if the 'fabric version' wasn't actually fabric, please either delete it or fix it.

Thank you

Zergatul commented 1 year ago

Sorry, I marked file as fabric by mistake

githubUser947 commented 1 year ago

In the future, is it possible to have a fabric port. I understand it is hard maintaining two modloaders at once and I will totally respect your opinion and choice.

sorry for disturbing you with such a annoying question. I am sorry.

Zergatul commented 1 year ago

Asking questions is fine. I have smaller mod published on curseforge - freecam, and I support here fabric and forge, and different MC versions starting from 1.16.5. This mod has about 2% functionality (and amount of code) of cheatutils mod, and it is quite annoying to make changes here. You need to have all MC versions installed (with 2 mod loaders), you need to have all devkits installed, test changes in dev environment and in real environment. Making simple fix for all versions can take 1-2 hours. Even if I could say I love coding, but this time is spent on some annoying things like copying jar files, launching different MC version and test if changes work here. Imagine supporting 2 mod loaders and different versions of cheatutils. This will be headache for me. I already stopped adding new changes to 1.18.2 version. I totally understand your question, because about year ago I knew nothing about modding and I was sad when seeing some good mod is not supported for forge.

githubUser947 commented 1 year ago

I have a small suggestion. Could it be possible to make the entity hack a separate (fabric) mod since no others can have multiple profiles and have a proper keybinding system. If it is possible, please do inform me. if not, it's alright. Thank you.

[The other fabric mods I was talking about were Entity Outliner and Xray with their problems listed above respectively]

Zergatul commented 1 year ago

I will try to port some modules as fabric version of the mod on weekend. This should be as hard as creating new mod. You are interesting on blocks/entities esp and hotkeys?

githubUser947 commented 1 year ago

Thank you for both the quick response and for the port. Yes, I am mainly interested in entity esp and hotkeys.

githubUser947 commented 1 year ago

Though block esp is also a nice feature.

Zergatul commented 1 year ago

Just finished dev version, everything was working fine. Created release jar. Tried it, and see this. I hate fabric... fabric-entities No issues with Block ESP.

githubUser947 commented 1 year ago

Thank you! I appreciate your work! Thank you once again!

githubUser947 commented 1 year ago

Please do send the link or the mod file!

Zergatul commented 1 year ago

I have problems with Entity ESP. Fabric reobfuscates entity class names into "class_1234". In Forge you would see real class names like "Monster", "Zombie", "Item" and so on, but when I build fabric release jar, all these names change to "class_0123".

Zergatul commented 1 year ago

Uploaded new version on curseforge

githubUser947 commented 1 year ago

How does scripting of esp work? i tried according to the forge tutorial but it didnt toggle

Zergatul commented 1 year ago

Entities don't work from scripting (due to problem with classes I was angry about). Blocks are working fine. I will fix entities.

githubUser947 commented 1 year ago

Ok thanks!

Zergatul commented 1 year ago

I uploaded 0.8.1 version for fabric with fix