Started by
GameKillerLP1
on
Topic category: Help with Minecraft modding (Java Edition)
Hello,
Im creating a mod where you need to right click on dirt with a water bottle and it turning into mud.
i created that but theres only 1 potion named "Water Bottle/Any Potion" is it possible to change it only to water bottle
Edit: I uploaded the Images to Imgur, now it should work.
Edited by GameKillerLP1 on Fri, 10/29/2021 - 22:27
links don't work
i uploaded them now to imgur now it should work sorry.
yeah this is because potions are only water bottles with nbts, even if you look at the code you will see Item.POTION and not WATER_BOTTLE or smt
thank you, but my question was if its possible to change that :) (i already looked in the code and tried to change that but it doesnt work)
yes indeed bc WATER_BOTTLE isn't a thing, honestly never done smt like this but on top of my head I can think of getting item boolean Not = POTION
sorry but is there any example you can give me because i dint learn python i only learn c#
Better Procedures | MCreator download this and check for a procedure block to check not = Booleans "Potion"
basically this has a way to detect booleans, then put it on with a logic = and a not block
now its working :D thank you very much :)
Could you explain this a little better?