#How to create a duplicate of the Create mod goggle items
5 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
This might be possible with reflection and the custom item constructor
I'd advise looking into the source of both aero and create to see how goggles are implemented and if it is managed by an item class you should just be able to pass that into a .add Custom method in item registration in kubeJS
thank you