Started by
Magecrafter543
on
Topic category: Help with Minecraft modding (Java Edition)
I was trying to make a custom potion it was very strong and disabled damage on the player but I wanted it to only last 1 minute not 3 minutes! Can you please help?
You go in the code an look for "PotionTypeCustom". You'll see the number 3600. you can change that by locking the mod element's code and edit the value to 1200 (1 minute).
Oof there's supposed to be an "and" in the first sentence not an "an".