mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-13 05:50:18 +01:00
parent
8019f9f309
commit
5cab63c675
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user