Changes

Summary

  1. Replace all the bookshelf models, in a more robust manner (details)
  2. Add the model for double-sided bookshelves (details)
  3. Handle bookshelf rendering with 28 books, not 14. (details)
Commit d02f290089e3fee11475a34521085c9d310342de by spencerb21
Replace all the bookshelf models, in a more robust manner
The file was modifiedsrc/main/java/knightminer/inspirations/building/BuildingClientProxy.java (diff)
Commit 2567ceb7364478b876a2039f2848b0f528d4255b by spencerb21
Add the model for double-sided bookshelves
The file was modifiedsrc/main/resources/assets/inspirations/models/block/bookshelf/model/normal_back.json (diff)
The file was addedsrc/main/resources/assets/inspirations/models/block/bookshelf/model/normal_both.json
The file was modifiedsrc/main/resources/assets/inspirations/models/block/bookshelf/model/normal_front.json (diff)
Commit c1d05d8bc06cd512bcfd9b5759b56b14b6aa2fd4 by spencerb21
Handle bookshelf rendering with 28 books, not 14.
The file was modifiedsrc/main/java/knightminer/inspirations/building/client/BookshelfModel.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/building/block/BookshelfBlock.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/building/tileentity/BookshelfTileEntity.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/building/BuildingClientProxy.java (diff)