-
ADDED: Server config now has a value to require users to have a book in their inventory to use study.
-
ADDED: Categories and entries now have an
advancement
key to specify an advancement required to unlock content. This will not prevent the content from being accessed directly via a command or code. -
ADDED:
modopedia:classic
,modopedia:pamphlet
andmodopedia:page
book types now have alocked_view_type
field to specify how they render locked categories and entries. This can be:- ``"hidden"` do not render the locked content
"translucent"
render the content grayed out and inaccessible
-
CHANGED: Fabric version now depends on Forge Config API
-
FIXED: Study can take you to the entry you're already on infinitely.
-
FIXED: Studying an item with no association inside a book will crash.
-
ADDED: Books now have
open_sound
andflip_sound
keys. These should be a ResourceLocation pointing to a SoundEvent. Default sound included, no changes need to be made to use it. -
CHANGED: Navigational buttons within books will now use the
flip_sound
button, rather than the standard clicking sound. -
FIXED: Rebinding study does not work.
-
FIXED: Multiblock rendering can crash if a StateMatcher has no states.
-
FIXED: Fabric servers crash on startup.
BREAKING CHANGES:
-
CHANGED: BookTypes now use a dispatch codec and the screen factory is separate. The
type
field in your book.json needs to be updated accordingly, check the documentation. -
CHANGED:
modopedia:shapeless_recipe
andmodopedia:shaped_recipe
templates have been merged intomodopedia:crafting_table_recipe
. -
I hope there will be no more breaking changes needed from now on :)
-
ADDED: "Study" keybind to open a book to the entry an item belongs to. Similar to Create's ponder.
-
ADDED: Multiblock page components now have a
view_angle
key to change the viewing perspective. Default is 30 degrees (isometric). -
ADDED: Commands for opening books, categories and entries. Start with /modopedia.
-
ADDED: Item hover text formatting tag.
-
ADDED: Internal link text formatting tags.
-
ADDED: Holding shift while pressing the back button will take you to the landing page.
-
FIXED: Multiblock page components pivot around the wrong point.