HTTP API: Allow binary downloads and headers (#8573)
[oweals/minetest.git] / src / util / directiontables.cpp
index 587b0caf7edae1755428bec664a63d6ce7bd9911..296585f9098b62018b9e74630621637f56d38d2f 100644 (file)
@@ -110,3 +110,11 @@ const v3s16 g_27dirs[27] =
        v3s16(0,0,0),
 };
 
+const u8 wallmounted_to_facedir[6] = {
+       20,
+       0,
+       16 + 1,
+       12 + 3,
+       8,
+       4 + 2
+};