-
Notifications
You must be signed in to change notification settings - Fork 65
Notable Changes
Michael Hillcox edited this page Mar 31, 2021
·
1 revision
Here we try to mark any important changes between major updates and Minecraft updates. For a complete list, check our our Changelogs.
- As of
1.16.5
you can useTemplates
from any version all the way back to Minecraft1.14.4
. This is super cool and should open the doors for a lot more templates to work across the mod and game versions. This does come with a caveat that if theTemplate
system changes a lot in the future, we will have to drop or add limited support for the current system.
Likely some of the largest changes have come from the 1.12 -> 1.14+ port of Building Gadgets. We changes a lot, and mostly for the better. Somethings have definitely been a hard change over and we hope that it hasn't impacted your experience with the mod.
- Template system moved over from a
stringified version of NBT data
to aJSON
file with a special body type and a material list. This unfortunately means that the older Templates from1.12
no longer work in newer versions.- You can paste a 1.12 template into a 1.12 world and then load the template up in a newer version of Minecraft to get an updated version of an old template.
- Binding inventories has become less smart meaning we no longer support some mods that we did before. We're working on improving this.
- Durability has been removed from the gadgets as it was becoming complicated for people to understand although it might be making a return sometime soon (tm).
- New mods, UI and config options were introduced to expand how the mod functions and how it's used.
- Performance fixes have been made throughout the mod and we're still working on newer ones.
- Template Manager (Block)
- Construction Paste Containers (Item)
- Construction Paste (Item)