]> git.lizzy.rs Git - Crafter.git/blobdiff - README.md
remove server debug
[Crafter.git] / README.md
index 82cee9219310f47f18aa040f6be5b68dca44904c..dd9c812d6c1dcb22651aa8c376a9087e57060565 100644 (file)
--- 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,39 +32,43 @@ enable_mod_channels = true
 
 > <a href="https://github.com/oilboi/Crafter/blob/master/old_changelog.md">Old Version Changelogs</a>
 
-## 0.04
-> Endless Horizons Update
-
-- Added in prototype for new mechanics built ontop of the engine
-- Added cactus
-- Make cactus hurt player when they touch it using touch_hurt group
-- Added aether portals
-- Make flying pigs drop 1-6 gold
-- Make mobs use builtin minetest.throw_item function (custom)
-- Double flying pigs sight radius
-- Add hurt_inside group
-- Add lava and fire to hurt_inside group
-- Make mobs get damaged in fire and lava
-- Add prototype mining lazer
-- Add prototype gravity gun
-- Added ice
-- Make players get suffocated inside solid nodes
-- Ice now breaks into water
-- Ice spawns when snowing, replaces water under air
-- Players sneaking hide nametag
-- Updated main menu texture to have better brightness/contrast
-- Turned mobs into API
-- Added creepig
-- Flying Pig now throws TNT at player
-- Redid fishing mechanics
-- Redid bows and arrows
-- Added collision detection to mobs
-- Add fall damage to mobs
+## 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
 ---
 
 
 # IDEAS:
 
+## jetpack:
+- equipped like armor
+- uses XP
 
 
 ## REDSTONE:
@@ -88,8 +95,11 @@ enable_mod_channels = true
 
 ## MOBS:
 
-> #1 idea, - make mobs pathfind
+> #1 idea: weakness items, items that damage the mob more than diamond swords
 
+### 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
 
 ### sheep
 - sheep can be punched to drop wool without damage
@@ -118,20 +128,17 @@ enable_mod_channels = true
 - drops all nodes that it's made of when killed
 
 
-### Exploder
-- sneaks up on you and then explodes
-- drops gun powder
-
 
 ---
 
 
 ## Game Mechanics:
-- xp (edit the node drops code to check if node has tag for xp)
 - brewing
 - enchanting/upgrading
 - 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
 
 
 ---
@@ -154,8 +161,6 @@ enable_mod_channels = true
 
 
 ### HALLOWEEN!
-- lava acts like water in the nether but lava in the other worlds
-- pumpkins
 - Jack O'Lanterns
 - corn and corn stalks
 - decorations
@@ -181,8 +186,8 @@ enable_mod_channels = true
 
 
 ### Fishing
-- have a rod that you can cast into water
-- bobber entity which goes under water when fish on line
+- enchanted fish
+- player casts out a better lure if on a boat
 
 
 ---
@@ -192,11 +197,9 @@ enable_mod_channels = true
 
 > These don't seem to fit into any theme so list them all here
 
-- sugar and sugar cane (grow near water on sand)
 - rope and tnt arrows
 - vehicles (car, powered minecarts, trains)
 - hitscan flintlocks
-- bows
 
 
 ---
@@ -211,7 +214,6 @@ enable_mod_channels = true
 - upgrade minecart physics even more 
 - make torches abm that checks if player in area
 - make furnace abm that checks if player in area
-- 3d character
 - make tnt hurt player
 - rewrite minecart
 - fix tool rightclick torch placement to replace buildable to nodes
@@ -273,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