ModIntegration - MarkusBordihn/BOs-Easy-NPC GitHub Wiki

🗣 Easy NPC - Mod Integration

Welcome to the Easy NPC - Mod Integration Wiki page! 🌐 Here, you'll discover how to seamlessly integrate Easy NPCs with other mods, enhancing your Minecraft adventure. Let's explore the exciting possibilities of combining Easy NPCs with various Minecraft mods to create interactive and engaging experiences in your world.

Armourer's Workshop 🎭

Utilize the Armourer's Workshop mod to apply custom skins to your NPCs. The Wand of Style becomes your tool of choice for adjusting NPC appearances.

Armourer's Workshop

Most configuration options, including the Pose configuration, are supported and compatible with Armourer's Workshop. This integration works best with the Humanoid model and Humanoid (Slim) NPC model, although other models are also supported.

Cobblemon ⚔️

Harness the power of the Cobblemon mod to create NPCs capable of performing Cobblemon actions upon interaction.

Open Starter Screen 🚀

Create an NPC and set the action to /openstarterscreen @initiator, either as an on interact action or part of a dialog button action.

Cobblemon

Cobblemon

Heal Cobblemon 💊

Create an NPC and set the action to /healpokemon @initiator, whether as an on interact action or part of a dialog button action.

Open PC 💻

Create an NPC and set the action to /openpc with the Execute as player option enabled. This could be an on interact action or part of a dialog button action.

Cobblemon

Cobblemon

Epic Fight 🏹

Unlock a realm of interaction by combining the Easy NPCs mod with Epic Fight. Install Easy NPC - Epic Fight and Epic Fight mods for an immersive combat experience.

Easy NPC - Epic Fight

Daily Rewards 🎁

Incorporate the Daily Rewards mod by creating an NPC to open the daily reward screen upon interaction.

Create an NPC and set the action to /DailyRewards claim, ensuring the Execute as player option is selected.

Daily Rewards

If using the on Interact action, set the dialog to None.

Simple Quests ⚔️

Utilize the Simple Quests Forge mod to create quests for Easy NPCs. Trigger quests through the action configuration screen of Easy NPCs.

Create an NPC and set the action to /simplequests show or /simplequests accept easy_npc:kill_example. Ensure the Execute as player option is selected.

Daily Rewards

If using the on Interact action, set the dialog to None.

CarryOn 🚫

For exclusion from being picked up by the CarryOn mod, a basic block list has been added. If issues persist, update the CarryOn config carryon-server.toml to include NPCs in the block list.

[blacklist]

#Entities that cannot be picked up
forbiddenEntities = ["...", "easy_npc:*"]