diff --git a/README.txt b/README.txt index 4a79cb0..60f5d52 100644 --- a/README.txt +++ b/README.txt @@ -1,15 +1,17 @@ -Modifié par Xiug -Modifié pour le serveur Steinheim -+ rapide -+ loin -+ fort -+ couleur -Mod apartenant à Diego Martínez -Edited by Xiug -Modified to Steinheim server -+ Quick -+ far -+ Strong -+ color -Mod created by Diego Martínez +Soccer Mod +---------- + +Play soccer on Minetest! + +This currently only provides the ball; the actual logic for implementing a match +will be implemented in the future. For now, you can use Mesecons Wooden Pressure +Plates along with some logic to at least handle scoring. Goals are also provided +but have no functionality. + +The ball is not craftable ATM. Use /giveme soccer:ball_item, and place it with +right-click. You can take it again by punching it. + +You can push the ball by standing near it, and kick it by holding the "sneak" +key (by default "Shift"). The ball will get pushed/kicked in the direction the +player is facing (you can center-on the ball by looking up).