SomeKitten / DebugRenderers

A mod for 1.19.1 that enables debug renderers left in the game!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question regarding GoalSelectorDebug

opened this issue · comments

Hey! I have a question regarding GoalSelectorDebug..

The GoalSelectors, instead of showing the goals, will show the Class names. how exactly do i disable that?

Thanks!

Hello! Since Minecraft's code is obfuscated when running outside of a development environment, the original names of the goals are not accessible after building the mod. If you'd like to see that information, your best bet is to open this project in an IDE like IntelliJ and running the "Minecraft Client" option!

Feel free to ask any questions if you have trouble with that!
image

Alright thanks! I'll try it in a bit though, am quite busy atm! ill close this issue if everything went well, or ill let u know if something went wrong :D

Alright! I think I got it working! Thank you! sorry for the wait D: