1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-03 08:30:42 +02:00

Detect rotation restriction (#29)

Autodetect rotation restrictions if on MT<5.0
This commit is contained in:
Pierre-Yves Rollo
2019-03-14 09:36:41 +01:00
committed by GitHub
parent 882af249e0
commit 0ca85ac5c1
7 changed files with 152 additions and 137 deletions

View File

@ -1,7 +1,5 @@
# Display Modpack
Version 1.3
**Important**: If using Minetest 5 and above, disable `display_rotation_restriction` in settings and enjoy rotation of display nodes in every direction!
Version 1.3.1
This modpack provides mods with dynamic display. Mods are :
@ -40,10 +38,13 @@ Following objects are deprecated, shows a warning in log when used:
These objects will be removed in the future.
## Changelog
### 2019-03-14 (Version 1.3.1)
- __dispay_api__: Display API now detects automatically whenr rotation restrictions have to be applied.
- __sign_api__: Screwdriver behavior changed. Now, left click rotates and changes direction.
### 2019-03-09 (Version 1.3)
- __display_api__: Display nodes can be rotated in every directions (if running Minetest 5 or above).
- __display_api__: New setting to restrict rotations to Minetest 0.4 abilities (**restriction enabled by default**).
- __display_api__: New setting to restrict rotations to Minetest 0.4 abilities (restriction enabled by default).
- __sign_api__: Changed behavior of screwdriver if no rotation restriction.
### 2018-12-14 (Version 1.2.3)