Version update

This commit is contained in:
oilboi 2020-06-09 12:34:24 -04:00
parent a187bd3037
commit a1d84f0a95
2 changed files with 2 additions and 1 deletions

View File

@ -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
---

View File

@ -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()