Version update
This commit is contained in:
parent
a187bd3037
commit
a1d84f0a95
@ -53,6 +53,7 @@ enable_mod_channels = true
|
||||
- Overhauled client mod version checking
|
||||
- Overhauled mob pathfinding AI
|
||||
- Overhauled fire
|
||||
- Fixed Crafter Client from crashing if joining a non-crafter server
|
||||
---
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ local client_version_channels = {}
|
||||
|
||||
--I needed to add in a dev cycle to adopt for a decimal place error
|
||||
local current_development_cycle = "alpha"
|
||||
local current_version = 0.05005
|
||||
local current_version = 0.05006
|
||||
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
local name = player:get_player_name()
|
||||
|
Loading…
x
Reference in New Issue
Block a user