kestral246 / tunnelmaker

Minetest mod
Creative Commons Zero v1.0 Universal
8 stars 8 forks source link

Little bug in the scheme. #1

Closed Mikola314 closed 5 years ago

Mikola314 commented 5 years ago

https://github.com/kestral246/tunnelmaker/blob/2107669424cc47af465585b46d19a293738099ac/init.lua#L622-L623

There is a typo in the Orthogonal slope up (north reference) scheme.

[11] = {{{-3, 3},{0,0, 0, 4,4,4,4, 4,40}}, {{-2, 3},{0,0, 0, 4,4,4, 4, 4,40}}, ... replaced by: [11] = {{{-3, 3},{0,0, 0, 4,4,4,4, 4,40}}, {{-2, 3},{0,0, 0, 4,4,4, 4, 4,4}}, ...

kestral246 commented 5 years ago

Thanks, Made change in beta branch. Will close after I finish validating water tunnels.

kestral246 commented 5 years ago

Closing.