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).
Oh sorry. Let me back up a bit.
So does the code above (without the special code) run correctly, with the speed and all?
Yes
Great! Now have you yet, or can you, add the entity NBT stuff in the procedure editor?
maybe? what would I need to add?
There are blocks in mcreator such as;
Set EntityNBT "string" = false/true
Ok, so what would I want to set the NBT as?
True when you want the player to be invisible
False when you don't
What should the TagName be?
Whatever you want
Examples;
"superinvisibility"
"[modid]invisibility"
NBTs should be lowercase btw
Ok, so now do I just put this at the end now?
Yes,
make sure "cancelrendering" is equal to whatever you set the NBT to in the procedure
https://imgur.com/WhOnAKk
I pasted it at the very end if that maters.
That can actually be an issue lol, post'e code