#so its kind new to me
1 messages · Page 1 of 1 (latest)
alright
Basically prior to 1.17.1 which is when mojmaps were introduced properly to spigot you were using Spigot mappings
which is spigot mapping these obfuscated methods to named methods
post 1.17.1 its reccomended you use Mojang Maps which are more completed
Basically each Spigot mapping you know will correlate to a Mojang Map most of the time they are named differently
what iam trying to do is make hologram system , done for 1.16.5 - 1.17 , still 1.18 - 1.20 ..
unmapped 💀
moudles system
yeah its kind of old
I already sent that
they have it setup
this website select your version
and you can type in the Spigot map name and it'll show the other names
Not in that screenshot
Exception caught during execution of reset command. Cannot lock E:\buildtools\CraftBukkit.git\index
for example EntityArmorStand is now just ArmorStand in mojmaps
when iam trying to use buildtools
pretty impressive
let me send you the bt gui
launc the GUI from the command line or double click. then select the version, go into the options pane and select `Generate Remapped Jars)
then compile
or alternatively run BT normally with java -jar BuildTools.jar --rev 1.18.2 --remapped
ok after i do that will it auto generate it in the maven ?
or i need to do other things?
hi i got it working but 1 bug left ..
network manager still not avillable
i also have the plugin in the maven
its not called networkManager
connection
its called networkHandler on yarn not sure where you got networkManager from though
https://mappings.cephx.dev/1.18.2/net/minecraft/server/level/ServerPlayer.html I extremely reccomend this site when looking for fields and classes
version: 1.18.2, hash: d68245377d
i got it working hours , thank you ^_^
how i can make the custom entity invisable in 1.19.4 ? using the mapping
Use display entities instead of armor stands
is that a thing in 1.19.4 ?