/MAtmos

Minecraft Atmospheric sounds simulator

Primary LanguageJava

MAtmos

MAtmos, a Minecraft mod.

MAtmos source code requires some custom libraries/classes found at https://github.com/Hurricaaane/MC-Commons/ (WTFPLv2):

  • eu.ha3.easy.*
  • eu.ha3.mc.convenience.*
  • eu.ha3.mc.haddon.*
  • eu.ha3.mc.gui.*
  • eu.ha3.util.property.*
  • net.minecraft.src.Ha3Utility.class
  • net.minecraft.src.Ha3Sound*.class
  • net.minecraft.src.Haddon*.class

The (net.sf.) PracticalXML library (Apache License) is also required for efficiently using XML files:

  • net.sf.practicalxml.*