Skip to content

kabachuha/MinecraftEcologyMod

Repository files navigation

EcologyMod

modid - ecomod


Logo

https://minecraft.curseforge.com/projects/ecology-mod


Ecology Mod is a Minecraft mod that makes you care about consequences of your technical development.

The mod adds an environmental pollution system: pollution sources and effects.

Tile Entities and mechanics from Minecraft produces pollution which accumulates in chunks and diffuses to the neighbours.

Pollution Sources, for example, are:

  • Furnace
  • Open fire
  • Explosions
  • Rubbish (Dropped items)
  • etc.

As the pollution accumulates in the chunks, it triggers various pollution effects, such as:

  • Smog (a thick poisonous fog)
  • Food Pollution (food poisoned by the pollution)
  • Extinction of Animals/Fish
  • Death of trees
  • Acid Rain
  • etc.

The full list of pollution effects and further information about them can be found on the mod wiki page about pollution effects.

Pollution also can be reduced by negative pollution sources, such as:

  • Tree Growing
  • Tree Leaves

Further information about the mod's main mechanic as well as the sources list can be found on the wiki: How it works?(wiki)

To access and deal with the environmental pollution the mod provides some blocks and items:

  • Pollution Filter, which reduces nearby blocks pollution emissions (using RF/Forge energy).
  • Advanced Filter, which reduces the chunk pollution (also using RF/Forge energy)
  • Analyzer, which retrieves information about the chunk pollution and active pollution effects in the chunk.
  • Respirator, which is used to filtrate the air, the player breathe, thus protecting him from air pollution effects.

Recipes and further information about blocks/items (wiki)

To make the mod more flexible there are some console commands in the mod.

Console Commands(wiki)

At the moment the mod is translated to the following languages:

  1. English
  2. Russian
  3. Chinese

If you are a modder and you want to interact with EcologyMod or you want to help its development: Modders Info(wiki)


Links