mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-14 06:20:19 +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
|
### Added
|
||||||
|
|
||||||
|
- Stairs+ nodes for ice.
|
||||||
- `settingtypes.txt` file to allow configuring settings in the main menu.
|
- `settingtypes.txt` file to allow configuring settings in the main menu.
|
||||||
- Polish translation.
|
- Polish translation.
|
||||||
|
|
||||||
|
|
|
@ -49,6 +49,7 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks:
|
||||||
"desert_sandstone_block",
|
"desert_sandstone_block",
|
||||||
"sandstone_block",
|
"sandstone_block",
|
||||||
"coral_skeleton",
|
"coral_skeleton",
|
||||||
|
"ice",
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, name in pairs(default_nodes) do
|
for _, name in pairs(default_nodes) do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user