remove the package com.cleanroommc.groovyscript.registry from the blacklist
DummyRecipe cannot be blacklisted to properly iterate through recipes, and the other classes are just registry classes/wrappers. dont see anything in there that requires being blocked and having it be accessible makes adding things like custom reloadable compat much easier.
changes in this PR:
com.cleanroommc.groovyscript.registry
from the blacklistDummyRecipe
cannot be blacklisted to properly iterate through recipes, and the other classes are just registry classes/wrappers. dont see anything in there that requires being blocked and having it be accessible makes adding things like custom reloadable compat much easier.