-
ADDED: Partial chinese translations
-
ADDED: Gallery components (a gallery of page components)
-
ADDED:
page/crafting
template -
ADDED:
page/double_crafting
template -
ADDED:
page/cooking
template -
ADDED:
page/double_cooking
template -
ADDED:
page/multiblock
template -
ADDED:
page/block
template -
CHANGED:
headered_text
template has been renamed topage/headered_text
-
CHANGED:
cooking_recipe
,smelting_recipe
,blasting_recipe
andsmoking_recipe
templates have been merged into one template and renamed asrecipe/cooking
-
CHANGED:
crafting_table_recipe
template has been renamed torecipe/crafting
-
CHANGED: Breaking changes to template datagen. Please update your code, this will not happen again it was just cleanup
-
CHANGED: Crafting table and smelting/blasting/smoking recipes are now horizontally self-centering
-
CHANGED: Headers now support translation keys (for use in templates)
-
FIXED: Crafting recipes of 1 width do not display correctly
-
FIXED: The view angle of a multiblock and entity displays rotates around the bottom left corner, causing it to go out of bounds.
-
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.