fix slope model

This commit is contained in:
y
2019-07-13 22:11:34 +01:00
parent 1cf50f0ad5
commit 436abd20aa
4 changed files with 59 additions and 24 deletions

View File

@ -9,7 +9,7 @@ minetest.register_node("scifi_nodes:slope_"..name, {
description = desc.." Slope",
sunlight_propagates = false,
drawtype = "mesh",
mesh = "moreblocks_slope.obj",
mesh = "scifi_nodes_slope.obj",
tiles = texture,
selection_box = {
type = "fixed",