#yarn (or any) mappings in production

17 messages · Page 1 of 1 (latest)

oblique coral
#

how do I get mappings in prod? I want to mess with the JVM at runtime but I think I need mappings for ASM to actually do things like inject tick and do something similar to a mixin

#

mention on response

short holly
#

why not just use intermediary names wherever you reflect

oblique coral
#

preferably on a website

#

where I just type in the target class and it gives me intermediary I guess?

short holly
#

mappings.dev

#

linkie aswell iirc

oblique coral
#

thank you so much

#

so instead of targetting net/minecraft/client/MinecraftClient I would do net.minecraft.class_310?

short holly
#

yes

oblique coral
#

ok I got that

#

do you think it's worth it to make something where I input all my code that I test in a dev (mapped) env and it runs class names and method names through mappings.dev and converts them

#

so I just do it once and it just works