Skip to content

Reliquary 1.6.4-1.1

Compare
Choose a tag to compare
@TrainerGuy22 TrainerGuy22 released this 04 Dec 02:11
· 322 commits to master since this release

Time for another release!


  • Fixed problems with the Condensed Potion, shout out to perlguy!
  • Enabled mr. hazard's model for the Hunter's Handgun.
  • Fixed the Emperor's Chalice, and added the chaliceMultiplier config
    option. It scales the 1 heart to half a leg of hunger ratio along with
    the number.
  • Dug into FMLInterModComms, and made a small API for registering
    blocks for use with the Destruction Catalyst. (For other mod's
    terrain.) Here is an example:
FMLInterModComms.sendMessage("xreliquary", "DestructionCatalyst",
String.valueOf(Block.obsidian.blockID));
  • I also reformatted the mod for GMCP, should make my life easier when
    it comes to building.

There might be some bugs left, so please report them in the bug tracker if you find any!