v1.4.1
This commit is contained in:
parent
ef7324c309
commit
a03895f527
@ -2,11 +2,11 @@
|
||||
![Smaller Steps' screenshot](screenshot.png)
|
||||
**_Makes stairs and slabs use smaller shapes._**
|
||||
|
||||
**Version:** 1.4.0
|
||||
**Version:** 1.4.1
|
||||
**License:** [EUPL v1.2][1] or later.
|
||||
|
||||
**Dependencies:** none
|
||||
**Supported:** castle_masonry, darkage (Addi's fork), df_trees, df_underworld_items, farming, my_door_wood, stairs (either MTG's or TenPlus1's)
|
||||
**Supported:** castle_masonry, darkage (Addi's fork), df_trees, df_underworld_items, farming (either MTG's or TenPlus1's), my_door_wood, stairs
|
||||
|
||||
### Installation
|
||||
|
||||
|
@ -163,7 +163,7 @@ smaller_steps.pr_LogMessage = function()
|
||||
|
||||
-- Constants
|
||||
local s_LOG_LEVEL = minetest.settings:get('debug_log_level')
|
||||
local s_LOG_MESSAGE = '[Mod] Smaller Steps [v1.3.1] loaded.'
|
||||
local s_LOG_MESSAGE = '[Mod] Smaller Steps [v1.4.1] loaded.'
|
||||
|
||||
-- Body
|
||||
if (s_LOG_LEVEL == nil)
|
||||
|
Loading…
x
Reference in New Issue
Block a user