From 5cab63c675c22b6cb165c34544cc2a118383abd6 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 17 Oct 2019 22:25:30 +0200 Subject: [PATCH] Add ice as a Stairs+ node This closes #109. --- CHANGELOG.md | 1 + stairsplus/registrations.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 217536c..81b65b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +- Stairs+ nodes for ice. - `settingtypes.txt` file to allow configuring settings in the main menu. - Polish translation. diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index 189ca84..3caab34 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -49,6 +49,7 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks: "desert_sandstone_block", "sandstone_block", "coral_skeleton", + "ice", } for _, name in pairs(default_nodes) do