Skip to content
Success

Changes

Summary

  1. SPIGOT-4679 Fix black lines after book paragraphs (details)
  2. SPIGOT-5199: Fix NPE if setting the book of the ItemMeta of a lectern (details)
  3. SPIGOT-4712: Allow spawning of upwards or downwards facing item frames (details)
  4. Improve diff in EntityHanging (details)
Commit b0ef3996ed1908b227feabbbe382f6452d73baef by md_5
SPIGOT-4679 Fix black lines after book paragraphs
Also increase max page count to 100 to match 1.14
The file was modified src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaBook.java
Commit db97147724cb5f8ef1c960f86f379195a462e3df by md_5
SPIGOT-5199: Fix NPE if setting the book of the ItemMeta of a lectern
The file was modified nms-patches/TileEntityLectern.patch
Commit 5581f6634c988a368ee9e829ea1538aad6f82292 by md_5
SPIGOT-4712: Allow spawning of upwards or downwards facing item frames
Also use correct block position for spawning hanging entities
The file was modified nms-patches/EntityItemFrame.patch
The file was modified src/main/java/org/bukkit/craftbukkit/CraftWorld.java
Commit 31adfa71b878686da0a85bac7f2b937e86930f07 by md_5
Improve diff in EntityHanging
The file was modified nms-patches/EntityHanging.patch