diff --git a/game.conf b/game.conf index 1ff8102..be496e3 100644 --- a/game.conf +++ b/game.conf @@ -1,4 +1,3 @@ name = Minecraftn't -release = 1 -author = Danil_2461 -description = A attempt to recreate Minecraft Alpha 1.0.0 in Minetest. +author = Danil_2461, ROllerozxa +description = An attempt to recreate Minecraft inf-20100630-2, retroactively referred to as Alpha 1.0.0, in Minetest. (And a1.1.2 later down the line) \ No newline at end of file diff --git a/minetest.conf b/minetest.conf index a75d1e9..35218da 100644 --- a/minetest.conf +++ b/minetest.conf @@ -3,4 +3,13 @@ mg_name = v7 mg_flags = light,decorations,ores,nocaves,biomes,nodungeons default_stack_max = 64 enable_build_where_you_stand = false -movement_speed_crouch = 4 \ No newline at end of file +movement_speed_crouch = 4 +movement_speed_walk = 4.317 +movement_speed_crouch = 1.31 +movement_speed_fast = 10 +movement_speed_climb = 2.5 +movement_speed_jump = 6.25 +movement_liquid_fluidity = 1 +movement_liquid_sink = 20 +movement_gravity = 10 +fov = 70 \ No newline at end of file