A Completely Ethical Mod - Playing with Conscience
Imagine a Minecraft world where every action is considered from moral and ethical perspectives. This mod offers a unique gameplay approach by limiting direct and indirect ways to harm mobs. Your therapist might approve of this playstyle. Or maybe not.
Although the rules are strict, the developer has provided the possibility to complete the game by slightly relaxing ethical restrictions for defeating the Ender Dragon. The ability to create snow golems in the Nether has also been disabled, as their instant death contradicts the mod's principles.
What Exactly Is Prohibited?
The mod prevents various methods of dealing damage to creatures:
Fire and high temperatures: burning, lava, hot surfaces like magma blocks, campfires. Even fireballs shot by ghasts at your initiative won't cause harm.
Elemental effects: lightning strikes (including manipulations with lightning rods), drowning, falling from heights, freezing.
Environmental hazards: cacti, sweet berry bushes, stalagmites, fireworks, explosions (including those caused by the player).
Spatial limitations: crowding when too many entities gather, suffocation in walls or blocks.
Falling objects: regular blocks, anvils, stalactites, as well as the Warden's sonic boom attack when potentially manipulated by the player.
Technical Details of Prevented Damage Types
- Active burning (
ON_FIRE) - Being in a fire source (
IN_FIRE) - Hot surfaces (
HOT_FLOOR) - Proximity to campfire (
CAMPFIRE) - Being in lava (
LAVA) - Fireballs (
UNATTRIBUTED_FIREBALL) - Lightning strikes (
LIGHTNING_BOLT) - Drowning (
DROWN) - Falling (
FALL) - Crowding (
CRAMMING) - Suffocation in wall (
IN_WALL) - Cacti (
CACTUS) - Berry bushes (
SWEET_BERRY_BUSH) - Stalagmites (
STALAGMITE) - Fireworks (
FIREWORKS) - Explosions (
EXPLOSION) - Player explosions (
PLAYER_EXPLOSION) - Warden's sonic boom (
SONIC_BOOM) - Freezing (
FREEZE) - Falling blocks (
FALLING_BLOCK) - Falling anvils (
FALLING_ANVIL) - Falling stalactites (
FALLING_STALACTITE)