Minetest Game mod: concreted
The Default Concrete mod adds colored concrete blocks to the game. By default, the concrete colors available are the colors of the Dye mod. Each concrete color has stair, slab, and wall variants. The main idea behind this mod is to add colored blocks that match the colors of the Wool mod. The texture of the blocks is still very simple, but I intend to change that.
Concrete craft recipe
Bucket
{
{"group:sand", "group:sand", "group:sand"},
{"group:dye", "bucket:bucket_water", "group:dye"},
{"default:gravel", "default:gravel", "default:gravel"}
{"group:sand", "group:sand", "group:sand"},
{"group:dye", "bucket:bucket_river_water", "group:dye"},
{"default:gravel", "default:gravel", "default:gravel"}
}
Wooden Bucket
{
{"group:sand", "group:sand", "group:sand"},
{"group:dye", "bucket_wooden:bucket_water", "group:dye"},
{"default:gravel", "default:gravel", "default:gravel"}
{"group:sand", "group:sand", "group:sand"},
{"group:dye", "bucket_wooden:bucket_river_water", "group:dye"},
{"default:gravel", "default:gravel", "default:gravel"}
}
Dependencies
- Bucket
- Default
- Dye
- Stairs
- Walls
Optional dependencies
Compatibility extension
- Angled Stairs + Stained Glass
- Angled Walls + Stained Glass
- More Blocks + Stained Glass
- i3 compression for all new additions
(*) NOTE: Partially working, due to problems with the function
stoneworks.register_thin_wall()
Mod settings
All of these settings are enabled by default. You can disable them in the settings tab of the main menu.
enable_angledstairs
enable_angledwalls
enable_bucket_wooden
enable_compression
enable_extensions
enable_moreblocks
enable_meseposts
enable_pillars
enable_pkarcs
enable_stairs
enable_stoneworks
enable_walls
License
See license.txt for license information
Authors of source code
Originally by Perttu Ahola (celeron55) celeron55@gmail.com (MIT)
Various Minetest developers and contributors (MIT)
José Douglas (dougsouza26) (MIT)
Authors of media (textures)
José Douglas (CC BY-SA 3.0):
concreted_black.png, concreted_blue.png, concreted_brown.png,
concreted_cyan.png, concreted_dark_green.png, concreted_dark_grey.png,
concreted_green.png, concreted_grey.png, concreted_magenta.png,
concreted_orange.png, concreted_pink.png, concreted_red.png
concreted_violet.png, concreted_white.png, concreted_yellow.png
The texture pack uses colors obtained from the wool texture pack.
Credits for wool texture pack: Cisoun (CC BY-SA 3.0)