Sokomine / cottages

Minetest mod for building medieval houses
GNU General Public License v3.0
15 stars 20 forks source link

A few changes #4

Open VanessaE opened 7 years ago

VanessaE commented 7 years ago

Three tweaks: Don't register cottages straw - default farming mod provides that. Don't register cottages wool - default wool mod provides it. Don't register cottages roof nodes if moreblocks is installed - moreblocks PR#69 provides equivalent straw stair/slab nodes via stairsplus. Replace most wool and darkage-straw texture references with default textures since the they are so similar.

Sokomine commented 5 years ago

You're right that some nodes can be removed. cottages:wool and cottages:straw will now be created as aliasses if possible. roof.lua provides many more roof shapes than just straw. Sadly, even the two starw roof nodes that have corresponding ones in default cannot be aliassed because the stair straw from default/farming does not look well on roofs. Individual straws are aligned vertically in the farming stairs - not horizontally as is needed for a good roof.