This is a long shot but im not familiar with working with extending other mod's classes to add custom items with specific functionality. would someone care to help me add a new serum type that would give the player a potion effect upon injection? heres the serum class: https://github.com/Elenterius/Biomancy/blob/fafa8f44e4d3522ea087970f435188170bc6c5e3/src/main/java/com/github/elenterius/biomancy/api/serum/Serum.java
#How to create a custom biomancy serum
3 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
right thats the interface, the class thats being extended for all the other serums is this: https://github.com/Elenterius/Biomancy/blob/mc1.20.1/prod/src/main/java/com/github/elenterius/biomancy/serum/BasicSerum.java