Skip to content

Commit

Permalink
default material for replacement for roofs (that may be replaced) is …
Browse files Browse the repository at this point in the history
…straw
  • Loading branch information
Sokomine committed Sep 6, 2020
1 parent b983dfd commit ba5b06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replacements_global.lua
Expand Up @@ -87,7 +87,7 @@ handle_schematics.replace_material = function( replacements, material_type, old_
if( material_type == 'wood') then
old_material = 'default:wood'
elseif( material_type == 'roof') then
old_material = 'cottages:roof_connector_wood'
old_material = 'cottages:roof_connector_straw'
elseif( material_type == 'farming') then
old_material = 'farming:cotton'
end
Expand Down

0 comments on commit ba5b06f

Please sign in to comment.