forked from VoxeLibre/VoxeLibre
Merge pull request 'Update's the stonecutter animation speed to match to the MC's one' (#4074) from stonecutter_fixes into master
Reviewed-on: MineClone2/MineClone2#4074 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
This commit is contained in:
commit
610bcab0d6
|
@ -392,7 +392,7 @@ minetest.register_node("mcl_stonecutter:stonecutter", {
|
|||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 1
|
||||
length = 0.15
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue