mirror of
				https://github.com/minetest-mods/moreblocks.git
				synced 2025-10-31 05:45:22 +01:00 
			
		
		
		
	stairsplus.in_craft_guide config defaults to true now
This commit is contained in:
		| @@ -9,7 +9,7 @@ stairsplus.settings = { | ||||
| 	in_creative_inventory = s:get_bool("stairsplus.in_creative_inventory", | ||||
| 		s:get_bool("moreblocks.stairsplus_in_creative_inventory", true) | ||||
| 	), | ||||
| 	in_craft_guide = s:get_bool("stairsplus.in_craft_guide", false), | ||||
| 	in_craft_guide = s:get_bool("stairsplus.in_craft_guide", true), | ||||
|  | ||||
| 	default_align_style = s:get("stairsplus.default_align_style") or "user", | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user