Lefraudeur / RiptermsGhost

An example injectable cheat for minecraft using java native interface, jvmti, java method hooking, and constant pool editing
https://ripterms.com
MIT License
112 stars 19 forks source link

Hello, how did you generate that mappings #32

Closed FBMNBAWA closed 12 months ago

FBMNBAWA commented 1 year ago

Hello, how did you generate that mappings,pls tell me

Lefraudeur commented 1 year ago

It was done manually, it's a custom json mapping format I created. I might make a program to automate that process. But for now, I manually read the source code : https://github.com/Marcelektro/MavenMCP-1.8.9 https://github.com/Hexeption/MCP-Reborn And mappings file, depending on the version : https://piston-meta.mojang.com/mc/game/version_manifest_v2.json (for 1.16.5+) https://github.com/MinecraftForge/MCPConfig (for forge) https://github.com/ModCoderPack/mcpbot (for older versions) You can find these almost everywhere, there is also a bot to search for mappings in the forge discord server https://discord.neoforged.net/ Or a cool website : https://wagyourtail.xyz/Projects/MinecraftMappingViewer/App