#Custom Registries

9 messages · Page 1 of 1 (latest)

clever cape
#

literally the only example is in kubejs mekanism, which is not exactly the easiest to comprehend
AND it's not even mentioned in that one part of the readme where i usually go for answers

arctic bronzeBOT
#

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

clever cape
#

i have some sort of class that extends builderbase with the class i want

clever cape
#

wait nvm its a nullable integer from the chemical builder

#

gtg

clever cape
#
onEvent('minestuck.grist.registry', event => {
    event.create('blood', 0.3, 1.3).candyItem('minecraft:dirt').notUnderlingType()
})

ok here's like an example script for what i want to do with this addon

clever cape