Update init.lua

Game-5.4.x
1248 2018-06-30 19:36:59 +02:00 committed by GitHub
parent eb63a0506a
commit 6461d622f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ minetest.register_on_joinplayer(function(player)
offset = {x=0, y=10},
alignment = {x=1, y=0},
number = 0xFFFFFF ,
text = "For Minetest : 0.4.17",
text = "For Minetest : 0.4.17.x",
})
player:hud_add({
hud_elem_type = "text",
@ -7355,4 +7355,4 @@ minetest.register_node("tutorial:bottleSS", {
fixed = {-0.25, -0.5, -0.25, 0.25, 0.4, 0.25}
},
groups = {vessel=1,dig_immediate=3,attached_node=1},
})
})