af9bd2326e
This was split out of the venerable Castle mod, https://github.com/minetest-mods/castle, which has been maintained by a long line of distinguished modders. I've added half-pillars, crossbraces, machicolations, embrasures, intllib support, and made the registration functions accessible by other mods.
20 lines
749 B
Plaintext
20 lines
749 B
Plaintext
[Materials]
|
|
|
|
castle_masonry_stonewall (Stonewall) bool true
|
|
castle_masonry_cobble (Cobble) bool true
|
|
castle_masonry_stonebrick (Stone Brick) bool true
|
|
castle_masonry_sandstonebrick (Sandstone Brick) bool true
|
|
castle_masonry_desertstonebrick (Desert Stone Brick) bool true
|
|
castle_masonry_stone (Stone) bool true
|
|
castle_masonry_sandstone (Sandstone) bool true
|
|
castle_masonry_desertstone (Desert Stone) bool true
|
|
castle_masonry_wood (Wood) bool false
|
|
castle_masonry_ice (Ice) bool false
|
|
castle_masonry_snow (Snow) bool false
|
|
castle_masonry_obsidianbrick (Obsidian Brick) bool false
|
|
|
|
[Forms]
|
|
|
|
castle_masonry_pillar (Pillars) bool true
|
|
castle_masonry_arrowslit (Arrow slits) bool true
|
|
castle_masonry_murderhole (Murder holes and machicolations) bool true |