Corgam / CagedMobs

CagedMobs repository
GNU Lesser General Public License v2.1
4 stars 7 forks source link

Fixed compatibility with The Twilight Forest and Reliquary #48

Closed yanang007 closed 1 year ago

yanang007 commented 2 years ago

This is a fix to the id changes in The Twilight Forest and Reliquary. I'm not sure when some of these changes happened but they did change in their 1.18.2 version.

Changes

  1. Reliquary's mod id is changed from "xreliquary"(1.16.5) to "reliquary"(1.18.2)
  2. Id changes in The Twilight Forest:
    • minotaur_axe -> diamond_minotaur_axe
    • maze_stone_brick -> mazestone_brick
    • tower_wood -> towerwood
    • alpha_fur -> alpha_yeti_fur
    • entity id renaming
    • new mob data for Knight Phantom
Corgam commented 1 year ago

Thank you!