Version bump (0.9.0)
This commit is contained in:
parent
7ef0294f8d
commit
b8eaedede1
@ -1,4 +1,4 @@
|
||||
local version = "0.9.0-dev"
|
||||
local version = "0.9.0"
|
||||
local modpath = minetest.get_modpath("block_league")
|
||||
local srcpath = modpath .. "/src"
|
||||
|
||||
|
@ -24,4 +24,4 @@ audio_lib.register_sound("sfx", "bl_sword_dash", S("Dashes"))
|
||||
audio_lib.register_sound("voices", "bl_voice_critical", S("\"Critical!\""), {ephemeral = false, cant_overlap = true})
|
||||
audio_lib.register_sound("voices", "bl_voice_fight", S("\"Fight!\""))
|
||||
audio_lib.register_sound("voices", "bl_voice_ball_reset", S("\"Ball reset\""))
|
||||
audio_lib.register_sound("voices", "bl_voice_countdown_3", S("\"3, 2, 1...\""), {ephemeral = false})
|
||||
audio_lib.register_sound("voices", "bl_voice_countdown_3", S("\"3, 2, 1...\""), {ephemeral = false})
|
||||
|
@ -18,4 +18,4 @@ achvmt_lib.register_mod("block_league", {
|
||||
tier = ach.tier,
|
||||
hidden = false,
|
||||
})
|
||||
end]]
|
||||
end]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user