mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-12-27 15:10:20 +01:00
Minor change to the sled message, hold sneak instead of press sneak!
This commit is contained in:
parent
0c90b5dcf3
commit
a624a6fabe
@ -129,7 +129,7 @@ local function sled_rightclick(self, player)
|
||||
position = {x=0.5, y=0.89},
|
||||
name = "sled",
|
||||
scale = {x=2, y=2},
|
||||
text = "You are on the sled! Press the sneak key to get off the sled.", -- LazyJ
|
||||
text = "You are on the sled! Hold the sneak key to get off the sled.", -- LazyJ
|
||||
direction = 0,
|
||||
})
|
||||
-- End part 1
|
||||
|
Loading…
Reference in New Issue
Block a user