Started by
thomas2
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a procedure for when a certain tool is in the inventory, the procedure check if it is in the players hand to display infos, but Mcreator says that dependecies are missing. I need hep to resolve this!
replace source entity with event/target entity
now I can put the procedure, but the text isnt showing
You're using "print" so it should be showing in the MCreator console, are you checking there?
sourceentity may be null and in this case procedure is not called. You will be able to disable this null check in 2025.2
I would also recommend using https://mcreator.net/wiki/how-use-debugger instead of printing