Creators-of-Create/Create

Option to disable polishing with deployer

Octelly opened this issue · 0 comments

Describe the Suggestion

Add the option to disable sandpaper polishing with deployers. This would be helpful for e.g. modpack developers that want to encourage players to use the belt grinder from Vintage Improvements instead.

Screenshots and Videos

Screenshot_20240613_162024

I would like for polished rose quartz to only be obtainable via sandpaper polishing or the belt grinder.

(non-default Create/addon recipe categories are blurred out)

Additional Context

ServerEvents.recipes(event => {
	// doesn't work
	event.remove({ id: /.*sandpaper_polishing.*using_deployer/ })
})

Cannot be achieved through KubeJS as Create seems to hardcode the recipes in some way.