aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPierre-Yves Rollo <dev@pyrollo.com>2019-03-14 09:36:41 +0100
committerGitHub <noreply@github.com>2019-03-14 09:36:41 +0100
commit0ca85ac5c18f405df565d89dc92d572d18cbebc5 (patch)
treed7de55aeb3072d86ff93724d36d65ecbfb0b7c9f /README.md
parent882af249e00ebe87572abcc0d5ef42bb62622cb7 (diff)
downloaddisplay_modpack_no_craft-0ca85ac5c18f405df565d89dc92d572d18cbebc5.tar.gz
display_modpack_no_craft-0ca85ac5c18f405df565d89dc92d572d18cbebc5.zip
Detect rotation restriction (#29)
Autodetect rotation restrictions if on MT<5.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5839d10..c37a469 100644
--- a/README.md
+++ b/README.md
@@ -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)