1.9.3 – New Mechanics
- Added a new command
/portable_blueprint
to handle general mod commands.
- Added new subcommands (Useful for servers where a player might try to ruin the experience for others.):
/portable_blueprint block <player>
– blocks a player from using both blueprints and the scanner./portable_blueprint unblock <player>
– removes the block on a player./portable_blueprint blockedlist
– shows the list of currently blocked players.
- Added new gamerule
blueprintsCooldown
, which allows setting a cooldown on blueprint placement to prevent players from spamming builds one after another.
- Added new server config parameters:
maxscannerblockcount
– lets you set the value of the gamerulemaxScannerBlockCount
directly from the server config (useful for modpacks).enable_maxscannerblockcount
– enables the use ofmaxscannerblockcount
.
Version 1.9.2 – Bug Fixes & Improvements
🐛 Fixes
- Fixed a bug in Creative Mode where using pick block on a block you already had in your hotbar would create a duplicate instead of selecting the correct slot.
🎨 UI Changes
- Improved the lists in the Tablet and Blueprint GUIs for a smoother visual experience.
🛠️ Blueprint System Changes
- Changed the method for starting a blueprint build: instead of right-clicking in the air, you now use the "Start Building" button inside the blueprint menu (note: the button only appears once an origin point has been set).
- When blocks obstruct the blueprint construction, they are now temporarily highlighted in the world instead of being shown as coordinates in chat.
Version 1.9.1 – Bug Fixing
Fixed a bug occurring on some server hosts (like Aternos) where it was not possible to create folders for World Injection Worn Blueprints and Custom Block Property Handle.
The issue was caused by the fact that not all hosts allow modifications to the root directory.
These two folders have now been moved inside the config
directory.
If you had customized them for your modpack or personal use, simply copy and paste the contents from the old location to the new one.
🛠 Version 1.9.0 – Added the new Custom Block Property Handle system.