fixed bug in nodebox feldweg

This commit is contained in:
Sokomine 2022-09-26 20:42:09 +02:00
parent 7d2637478a
commit dbe69bcfaf
1 changed files with 3 additions and 1 deletions

View File

@ -606,5 +606,7 @@ if( cottages_feldweg_mode == "nodebox") then
"cottages_feldweg_end.png",
"cottages_feldweg_surface.png^cottages_feldweg_edges.png",
}
cottages.register_nodes_slope(v[4], v[1], v[2], v[3], cottages_feldweg_mode, v[6], v[7], v[8])
for k, v in pairs(variants) do
cottages.register_nodes_slope(v[4], v[1], v[2], v[3], cottages_feldweg_mode, v[6], v[7], v[8])
end
end