forked from minetest-mods/moreblocks
		
	@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user