X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=b304b4d3fdc99f10a05dcad4e510529371a61d78;hb=adaf150accbe791cc643a2167c37358826a9b632;hp=967e440df60a9f2436bfb157a8f1253cff27c067;hpb=d8e3316984c11e4e121b4b30ed2668c9ed8f982f;p=Crafter.git diff --git a/README.md b/README.md index 967e440..b304b4d 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 ``` @@ -29,26 +32,22 @@ enable_mod_channels = true > Old Version Changelogs -## Alpha 0.05 +## Alpha 0.06 +> Redstone Update -> Multiplayer Polishing Update -- +- Add in virtualization algorithm --- # IDEAS: -## jetpack: -- equipped like armor -- uses XP - ## REDSTONE: - breaker (mines whatever is in front of it) - dispenser (shoots out first item in inventory, or shoots item into pipe) - piston in general (if node is falling and piston is pointing up then FLING IT, if detects falling node entity FLING IT) - +- redstone bugs which spawn and try to kill you if a stack overflow detection occurs --- @@ -70,6 +69,15 @@ enable_mod_channels = true > #1 idea: weakness items, items that damage the mob more than diamond swords +## redstone bugs +- spawn when a stack overflow detection occurs and is very hostile + +## zombies +- zombies drop limbs randomly and a player can use them as a very low durability weapon and place them in the world + +## spider +- spider eyes randomly drop as an object and players can wear them and place them + ### snowman - you can put a pumpkin on it's head to make it survive when it's not snowing out - drops snowballs, coal, or carrot @@ -111,6 +119,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 +256,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