#How to create a duplicate of the Create mod goggle items

5 messages · Page 1 of 1 (latest)

frank socket
#

I wanted to make a copy of the goggles so I can make a variant of them similar to the aviators goggles from aeronautics but I'm unsure if what I'm hoping for is even possible. Any help would be appreciated 👍

spice nightBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

round spear
#

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

frank socket
#

thank you