MineClone2/mods/ITEMS/mcl_compass
kabou 14c882f982 Fix lodestone compass meta handling.
* The nature of a compass was being determined by looking at its meta.
  This caused lodestone compasses with unset meta to turn into regular
  compasses.  Fixed by using string matching on the itemname.
* Changed lodestone rightclick handler to explicitly set the correct
  name and frame of the compass used on it instead of waiting for
  globalstep to do this.
2022-05-11 21:31:50 +02:00
..
locale Add German translation. 2022-05-11 17:43:57 +02:00
textures upload textures 2/2 2022-04-30 09:02:17 +00:00
API.md Add new compass API. 2022-05-10 23:38:28 +02:00
init.lua Fix lodestone compass meta handling. 2022-05-11 21:31:50 +02:00
mod.conf update mcl_compass dependencies 2022-04-30 08:58:04 +00:00