X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=dd9c812d6c1dcb22651aa8c376a9087e57060565;hb=48aa89197636250b3e494e9124c7c5c6e2d63dea;hp=967e440df60a9f2436bfb157a8f1253cff27c067;hpb=d8e3316984c11e4e121b4b30ed2668c9ed8f982f;p=Crafter.git diff --git a/README.md b/README.md index 967e440..dd9c812 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ enable_client_modding = true csm_restriction_flags = 0 enable_mod_channels = true +secure.http_mods = skins +max_objects_per_block = 4096 +max_packets_per_iteration = 10096 ``` @@ -32,8 +35,32 @@ enable_mod_channels = true ## Alpha 0.05 > Multiplayer Polishing Update -- - +- Fixed only one player being able to run on a server +- Fixed only one person being able to teleport in the same server step +- Players now use the same damage mechaninism as mobs +- Fixed wrong variable for durability assigned to all swords +- Fix bug in experience +- Fully implemented bows and arrows +- Tuned the bow and arrows even further +- Snowmen now drop a carrot, coal, stick, or snowball +- Added in armor +- Tuned a lot of things +- Made armor work +- Added in Krock's awesome Colored Names mod for csm chat +- Added sheep +- Fixed global mob handling +- Added in better fire +- Overhauled weather effects +- Added in clientside modchannel lockout to check if server sending message +- Added in capes +- Overhauled client mod version checking +- Overhauled mob pathfinding AI +- Overhauled fire +- Fixed Crafter Client from crashing if joining a non-crafter server +- Heavily optimized network usage with player mechanics to client mod +- Updated player_api for next step in optimization +- ElCeejo remodeled and fixed snowman head tracking. Thanks! +- Overhauled everything --- @@ -111,6 +138,7 @@ enable_mod_channels = true - magic (wands, spells, etc) - better combat ( sweep hit enemies, falling while hitting deals more damage ) - Enchanting food - gives buffs +- LATE effects https://forum.minetest.net/viewtopic.php?t=20724 --- @@ -247,3 +275,5 @@ if object:is_player() and object:get_player_name() ~= self.rider then - object:add_player_velocity(acceleration) end ``` + +If you want to support the project: https://www.patreon.com/oil_boi \ No newline at end of file