In Above and Beyond, skystone is supposed to be indefinitely grindable. Each grinding operation returns one skystone dust and one skystone. This is key, as there's no other renewable sources of redstone in the progression.
In Cabricality, there appears to be two recipes for grinding skystone:
However, only one of these seems to work, whether I'm using the crusher wheels or the millstone--and it's the one that only produces one skystone dust, and doesn't return the skystone.
Adding event.remove({output: AE2("sky_dust"), input: AE2("sky_stone_block")}) to kubejs\server_scripts\recipes\thread\brass.js, just before line 42, seems to fix this.
In Above and Beyond, skystone is supposed to be indefinitely grindable. Each grinding operation returns one skystone dust and one skystone. This is key, as there's no other renewable sources of redstone in the progression.
In Cabricality, there appears to be two recipes for grinding skystone: However, only one of these seems to work, whether I'm using the crusher wheels or the millstone--and it's the one that only produces one skystone dust, and doesn't return the skystone.