Changes

Summary

  1. Fix up structure rendering scaling in the book (details)
  2. Fix JSON boolean representation of false (#77) (details)
Commit e137e538f8f3182771383ab0b87187513972043a by bernhard.bonigl
Fix up structure rendering scaling in the book
The file was addedsrc/main/resources/assets/mantle/books/TestBook/en_US/section1/pagestructure3.json
The file was modifiedsrc/main/resources/assets/mantle/books/TestBook/sections/section1.json (diff)
The file was modifiedsrc/main/resources/assets/mantle/books/TestBook/en_US/section1/pagestructure2.json (diff)
The file was addedsrc/main/resources/assets/mantle/books/TestBook/en_US/section1/pagestructure4.json
The file was modifiedsrc/main/java/slimeknights/mantle/client/gui/book/element/ElementStructure.java (diff)
The file was addedsrc/main/resources/assets/mantle/books/TestBook/structures/stonesmeltery2.json
The file was addedsrc/main/resources/assets/mantle/books/TestBook/structures/stonesmeltery4.json
The file was addedsrc/main/resources/assets/mantle/books/TestBook/structures/stonesmeltery3.json
Commit 6792d017c97b3934b42c8a1ceee9f266ef80d7a3 by boni
Fix JSON boolean representation of false (#77)
Not all JSON parsers transparently convert `"false"` to `false`
The file was modifiedsrc/main/resources/mcmod.info (diff)