MobCivics
ModMIT

MobCivics

shared rendering abstractions and basic fear state tracking for villager-related entities, intended for use as a dependency by other mods.

65
Downloads
0
Followers
2 months ago
Updated
📦
3
Versions

📖About MobCivics

MobCivics

MobCivics is a small, low-level utility mod focused on villager-related shared logic.
It is intended primarily as a dependency for other mods.

This mod does not add new mobs, blocks, items, or gameplay content.
Instead, it extracts and centralizes a few commonly reused villager-related structures to avoid duplication across mods.


Included Features

✔ Shared Villager Renderer Abstractions

  • Provides reusable renderer abstractions for Zombie Villager–based entities.
  • Intended to reduce duplicated renderer implementations across different villager variants.
  • Does not include models, textures, or visual assets — structure only.

✔ Villager Fear / Threat State Tracking

  • Provides a lightweight system for tracking villager fear or perceived threat states.
  • Intended to expose state information only.
  • This mod does not define any specific behaviors such as fleeing, fighting, or conversion.

Explicitly Not Included

  • ❌ No new mobs or gameplay content
  • ❌ No forced AI overrides or behavior rewrites

If you are looking for a mod that directly changes gameplay, MobCivics is not intended for that purpose.


Intended Use

  • As a dependency for other mods
  • For accessing villager-related state information without modifying vanilla AI
  • For sharing common villager renderer structures across multiple projects

Compatibility Notes

  • Can be installed standalone, but provides no visible gameplay changes on its own.
  • Not tied to any specific content or world design.