Fabric-ASM icon indicating copy to clipboard operation
Fabric-ASM copied to clipboard

deleting

Open THEMADBOSS opened this issue 2 years ago • 11 comments

i got optifabric but i dont want this mod, can someone pls tell me how to get rid of it and what it does

THEMADBOSS avatar Dec 17 '21 09:12 THEMADBOSS

i would prefer a video or something but even a guide is fine

THEMADBOSS avatar Dec 17 '21 09:12 THEMADBOSS

You cannot get rid of it, it is required by OptiFabric to work.

PlanetTeamSpeakk avatar Dec 20 '21 19:12 PlanetTeamSpeakk

what does it do? is it a performance mod or does it change stuff like world generation or add new structures?

THEMADBOSS avatar Dec 21 '21 12:12 THEMADBOSS

Complicated behind the scenes stuff like creating new values for existing enums.

PlanetTeamSpeakk avatar Dec 21 '21 13:12 PlanetTeamSpeakk

no graphic changes then?

THEMADBOSS avatar Dec 21 '21 14:12 THEMADBOSS

None at all

PlanetTeamSpeakk avatar Dec 21 '21 17:12 PlanetTeamSpeakk

k thanks

THEMADBOSS avatar Dec 21 '21 17:12 THEMADBOSS

but what does "The occasional reflective hack" mean? image

THEMADBOSS avatar Dec 21 '21 17:12 THEMADBOSS

Explaining what ASM is would take an hour long lecture, but, basically this library gives mod developers unlimited control over any operation of the game's code. With ASM, mod developers can modify, replace, delete and add code.

Unfortunately, ASM doesn't provide much/any safety precautions for stuff you could do with this power, so making such major changes to code is extremely dangerous and can be considered, by some, a hack, which is reasonable, in a way.

Reflection is a whole another topic, but it's another technology for developers to gain more control over the game's code, which can be unsafe and has to be used with caution.

kanpov avatar Dec 23 '21 15:12 kanpov

To sum up, ASM and Fabric-ASM are things that are extremely dangerous and have to be used with caution, but there are simply situations where there is no other option.

kanpov avatar Dec 23 '21 16:12 kanpov

k thanks

THEMADBOSS avatar Dec 24 '21 11:12 THEMADBOSS