Plugin Compatiblity issues
Issues you might encounter with other plugins conflicting with AE and how to fix them
Multiple Blocks Break / Performance on block break
AEAPI.ignoreBlockEvent(block);TP_DROPS duplicating drops to multiple inventories
# Will ignore items drops from blocks with the following meta. Their drops will be ignored and won't be handled by us.
# No need to add anything here unless you have compatibility issues with other plugins producing multiple drops.
# https://ae.advancedplugins.net/for-developers/plugin-compatiblity-issues#tp_drops-duplicating-drops-to-multiple-inventories
ignored-metadata-block-drops:
- "some-random-metadata"AEAPI.addIgnoreBlockWithMeta("some-random-metadata");Last updated