Astral Sorcery

Astral Sorcery

63M Downloads

Aquamarine Shale using deprecated item drops method

Saklad5 opened this issue · 0 comments

commented

Aquamarine Shale is not working with many other mods, including Refined Storage and Industrial Foregoing, when those mods apply Fortune to it (See InnovativeOnlineIndustries/Industrial-Foregoing#226). The mod author of Industrial Foregoing identified

public List<ItemStack> getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) {
as the culprit, and provided a recommendation on what to replace it with in the issue linked above. Please fix this when possible.

I’d do it myself, but I imagine this needs to be changed for other blocks too, so I might as well open an issue for it.