Skip to content
Snippets Groups Projects
  1. Aug 22, 2018
    • Vanessa Dannenberg's avatar
      switch to colored itemstacks · a8729575
      Vanessa Dannenberg authored
      with full crafting recipes
      (requires Unified Dyes commit 2a816534 or later)
      
      known issues:
      
      standing lamp bypasses vertical stack check
      bed expansion changes the color of the first-placed bed
      to match the second when creating a king bed.
      a8729575
  2. Jun 11, 2018
  3. Jun 07, 2018
  4. May 20, 2018
  5. May 14, 2018
  6. May 13, 2018
    • Foz's avatar
      Resolve itemframe entity duplication Fixes #405. · 39984c35
      Foz authored
      The ABM that replaces deleted entities in itemframes and pedestals can sometimes add multiple copies of each entity due to a race condition in which the ABM runs either before the server loads the entities or after they have been removed due to the map block being unloaded.  Due to limitations in determining when all entities have been loaded, this race condition cannot be fully avoided.  This commit converts the ABM, which ran every fifteen seconds, into and LBM that runs on every load and adds a check to the entities when they are loaded such that only the first loaded entity will be kept and any additional copies delete themselves during the loading process.
      39984c35
    • Alexander Weber's avatar
      add optional support for skinsdb in wardrobe · eb2b3d79
      Alexander Weber authored
      - All skins are registered in skinsdb, including skins format
      - But the skins are not in inventory skins list, still available trough wardrobe only
      - If selected, the skins metadata and preview is shown in inventory
      - Use skinsdb method to set the skin
      - Note: skinsdb manages the 3d_armor if both mods found
      eb2b3d79
  7. May 11, 2018
  8. Feb 13, 2018
  9. Dec 21, 2017
  10. Dec 16, 2017
  11. Dec 07, 2017
  12. Nov 20, 2017
  13. Nov 14, 2017
  14. Sep 30, 2017
  15. Sep 29, 2017
  16. Sep 28, 2017
  17. Sep 27, 2017
Loading