Community listing page, reviews here may not be monitored by the author.
Illagers vs Undead - Factions Feud
No reviews yet
This is a faction mod. By default, Illagers vs Undead.
Themed around magical elements, mythical creatures, and enchanted worlds, often inspired by fantasy literature and folklore.
Used for mods with little to no gameplay elements.
Adds or enhances hostile creatures and enemies.
Enhances or adds content related to Illagers, such as new types and behaviors.
Focuses on zombie mobs, often with new types and mechanics.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Illagers vs Undead
1. Overview
This is a faction mod.
By default, it is set up for Illagers and Undead to fight each other.
Faction relationships can be configured in the config json.
2. Description
2-1. When loading the world
- Create a cache that assigns factions to all mobs.
- The following log is output.
FactionMap loaded: FACTION_TO_ENTITYTYPES:
2-2. When mobs spawn
- Inject hostility toward hostile mobs into spawned mobs.
- This can be turned on or off in the settings. (Default: On)
2-3. When the mob is attacked
- Nearby allied mobs fight the attacker.
- This range is 16 blocks. (Note: Currently, there is no functionality to change this.)
3. Config Json
Json File Name
config/illagers_vs_undead-factions.json
Key Description
| Key Name | Smaple Value | Description |
|---|---|---|
| id | "illagers", "undead", "vampires", "vampire_hunters" | Faction Id (Free Name) |
| include | - | Set the mob information you want to include in the faction. |
| exclude | - | Set the mob information you want to exclude from the faction. |
| entity_types | ["minecraft:ravager", "companions:illager_golem"] | Set the entity_type for the mob you want to target. |
| interfaces | ["net.minecraft.world.entity.monster.AbstractIllager"] | Set the class of the mob you want to target and its parent class (FQCN). |
| namespaces | ["hunters_return", "illagerinvasion"] | Set the namespaces for the target mod. |
| tags | ["vampirism:vampire", "#vampirism:hunter"] | Set the tag for the mob you want to target. (The “#” is optional.) |
| relation | - | Set relationships with other factions. |
| enemy_factions | ["undead", "vampires", "vampire_hunters", "werewolves"] | Set the Faction ID you want to make hostile. |
| ally_factions | ["illagers", "undead"] | Set the Faction ID you want to form an alliance with. |
Default Json
{
"factions": [
{
"id": "illagers",
"include": {
"entity_types": [
"minecraft:ravager",
"companions:illager_golem"
],
"interfaces": [
"net.minecraft.world.entity.monster.AbstractIllager"
],
"namespaces": [
"hunters_return",
"illagerinvasion",
"takesapillage",
"raided"
],
"tags": [
"minecraft:illager"
]
},
"exclude": {
"entity_types": [],
"interfaces": [],
"namespaces": [
"born_in_chaos_v1"
],
"tags": []
},
"relation": {
"enemy_factions": [
"undead",
"vampires",
"vampire_hunters",
"werewolves"
],
"ally_factions": []
}
},
{
"id": "undead",
"include": {
"entity_types": [],
"interfaces": [
"net.minecraft.world.entity.monster.AbstractSkeleton",
"net.minecraft.world.entity.monster.Zombie"
],
"namespaces": [
"born_in_chaos_v1",
"rottencreatures",
"undead_revamp2"
],
"tags": [
"minecraft:undead"
]
},
"exclude": {
"entity_types": [],
"interfaces": [],
"namespaces": [],
"tags": []
},
"relation": {
"enemy_factions": [
"illagers",
"vampire_hunters",
"werewolves"
],
"ally_factions": []
}
},
{
"id": "vampires",
"include": {
"entity_types": [],
"interfaces": [],
"namespaces": [],
"tags": [
"vampirism:vampire"
]
},
"exclude": {
"entity_types": [],
"interfaces": [],
"namespaces": [],
"tags": []
},
"relation": {
"enemy_factions": [
"illagers"
],
"ally_factions": [
"undead"
]
}
},
{
"id": "vampire_hunters",
"include": {
"entity_types": [],
"interfaces": [],
"namespaces": [],
"tags": [
"vampirism:hunter"
]
},
"exclude": {
"entity_types": [],
"interfaces": [],
"namespaces": [],
"tags": []
},
"relation": {
"enemy_factions": [
"illagers",
"undead"
],
"ally_factions": []
}
},
{
"id": "werewolves",
"include": {
"entity_types": [],
"interfaces": [],
"namespaces": [
"werewolves"
],
"tags": []
},
"exclude": {
"entity_types": [],
"interfaces": [],
"namespaces": [],
"tags": []
},
"relation": {
"enemy_factions": [
"illagers",
"undead"
],
"ally_factions": []
}
}
]
}
4. License
MIT
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources