Incompatibility with Furnus Mod
kreezxil opened this issue · 3 comments
Furnus 1.11.2-1.93
Limelib 1.11.2-1.5.4
Multi Mine 1.11.2
When this combinate of mods exist, breaking/harvesting a machine from Furnus mod which depends on limelib duplicates the block drop in the world. Removing multimine solves this issue.
See KidsDontPlay/Furnus#20 where I practically tortured MrRiegel. Sorry MrRiegel.
But why does the other mod dupe tho? Other mods with custom tile entities
don't do this in my pack.
…On Jun 10, 2017 5:21 AM, "AtomicStryker" ***@***.***> wrote:
That's what the block blacklist in Multi Mine is for
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#114 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADs0iIjG0z6-fSuy5AjW56fdz68X6TBoks5sCm4PgaJpZM4N1j2U>
.
It's because of that mods specific implementation of dropping the block - it is doing so in a different place than Multi Mine expects, so when Multi Mine "pops" the block and drops it, the mod itself also drops it. Most mods drop the block in such a way that Multi Mine can replace it seamlessly. It isn't "wrong" just incompatible with Multi Mine as it is.