1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-02-21 13:40:27 +01:00

fixed bug in nodebox feldweg

This commit is contained in:
Sokomine 2022-09-26 20:42:09 +02:00
parent 7d2637478a
commit dbe69bcfaf

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