Started by
Ima-builder
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I am trying to make a super invisibility potion (with a stack size of 16) , where even the potion disappears, I thought about swiping out the potion with a dummy invisible item but I'm not quite Shure how to do that (preferably with block coding).
K, now I would use prints.
Use that to see what the values are returning and then fix them👍
Does it matter where I put that in?
In the method
Just under the method.
Like this;
where is it suppose to output it?
The console.
that's what I thought, the problem is that nothing is showing up, was I suppose to change any of the text in
Did you actually put;
Or did you put;
In the rendering method?
I fixed that but now... https://imgur.com/e3fvMEj
Post all of your code.