Merge pull request 'Update's the stonecutter animation speed to match to the MC's one' (#4074) from stonecutter_fixes into master

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4074
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
This commit is contained in:
the-real-herowl 2023-12-13 03:14:27 +00:00
commit 610bcab0d6
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ minetest.register_node("mcl_stonecutter:stonecutter", {
type = "vertical_frames",
aspect_w = 16,
aspect_h = 16,
length = 1
length = 0.15
}
}
},