1
0
mirror of https://github.com/Sokomine/cottages.git synced 2026-01-12 03:55:48 +01:00

removed duplicate wool and straw block in case of farming and wool beeing installed

This commit is contained in:
Sokomine
2019-02-17 16:04:58 +01:00
parent 68465f4109
commit ccb66008c4
5 changed files with 43 additions and 17 deletions

View File

@@ -44,6 +44,16 @@ else
cottages.sounds.stone = default.node_sound_stone_defaults()
cottages.sounds.leaves = default.node_sound_leaves_defaults()
end
-- the straw from default comes with stairs as well and might replace
-- cottages:roof_connector_straw and cottages:roof_flat_straw
-- however, that does not look very good
if( false and minetest.registered_nodes["farming:straw"]) then
cottages.straw_texture = "farming_straw.png"
cottages.use_farming_straw_stairs = true
else
cottages.straw_texture = "cottages_darkage_straw.png"
end
--cottages.config_use_mesh_barrel = false;
--cottages.config_use_mesh_handmill = true;