Addon Compatibility

What Addons are have PFE integration

  • When this Add-On is on a world with PFE you can obtain stickers of every mob in PFE

Even if this Add-On is not installed you can still get them in creative

  • When this Add-On is on a world with PFE you can see stats on various things from PFE

Even if this Add-On is not installed these stats will be saved in scoreboard

  • When this Add-On is on a world with PFE you can put various items in the Accessories Menu's slots

  • Items with equip / set effects in these slots will also provide their effect contributions

  • When this Add-On is on a world with PFE:

    • The Listener will drop the PFE Listener Hoodie

    • You can craft the Poke's Fantasy Expansion Merch

What can be integrated into from PFE

  • scriptevent poke_pfe:enabled

    • This will send true (as a string) to the scriptevent id provided in the message

Example command: /scriptevent poke_pfe:enabled poke_pfe:receive_test

This would send true (as a string) to the script event id of poke_pfe:receive_test

Armor Effects

Quests:

How can you make your addon compatible with PFE?

  • The biggest thing is avoiding modifying vanilla files/features

    • some examples:

      • modifying the crafting table's UI (usually done to make custom crafting table UIs) can completely break the minecraft:crafting_table block component resulting in the Crafters (Spell crafter & Dye Un-mixer)

    • See Vanilla Files modified and make sure you are not modifying any of the same files

Last updated