]> git.lizzy.rs Git - Crafter.git/commitdiff
Overhaul weather effects
authoroilboi <47129783+oilboi@users.noreply.github.com>
Mon, 8 Jun 2020 03:42:12 +0000 (23:42 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Mon, 8 Jun 2020 03:42:12 +0000 (23:42 -0400)
README.md
mods/cilent_version_checker/init.lua

index bf413915ab9426c289c95cc4b6e27a9625ea43e8..5c3ab07ea792f73952a25726dc18390d4e36f3b7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -46,6 +46,8 @@ enable_mod_channels = true
 - Added in Krock's awesome Colored Names mod for csm chat
 - Added sheep
 - Fixed global mob handling
+- Added in better fire
+- Overhauled weather effects
 ---
 
 
index 86d2c75b473d4e8bd905c7df64b395be1ac329a6..86ebbdc4984ea2dd3da8d45b2f1b5926d31e3f2c 100644 (file)
@@ -1,7 +1,7 @@
 local client_versions = {}
 local client_version_channels = {}
 
-local current_version = 0.05003
+local current_version = 0.05004
 
 local function do_version_check(player)
     local name = player:get_player_name()