1
0
mirror of https://github.com/Sokomine/cottages.git synced 2026-01-12 12:05:49 +01:00

fix player animations when they leave sit/sleep furniture in unintended ways

This commit is contained in:
tour
2025-09-07 22:19:02 +02:00
parent 280316e404
commit f93097c944
2 changed files with 48 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ minetest.register_node("cottages:straw_mat", {
paramtype = 'light',
paramtype2 = "facedir",
walkable = false,
groups = { hay = 3, snappy = 2, oddly_breakable_by_hand = 2, flammable=3 , sleeping_mat=1, },
groups = { hay = 3, snappy = 2, oddly_breakable_by_hand = 2, flammable=3 , sleeping_mat=1, animates_player=1 },
sounds = cottages.sounds.leaves,
node_box = {
type = "fixed",