DM-Earth / Cabricality

[Quilt Modpack & Mod] A Create centered challengeable modpack inspired by 'Create: Above and Beyond'.
https://modrinth.com/modpack/cabricality
GNU General Public License v3.0
61 stars 19 forks source link

Skystone grinding recipe no longer functioning as intended? #66

Closed Derpford closed 2 years ago

Derpford commented 2 years ago

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: image image 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.

Derpford commented 2 years ago

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.