From 499e5171c1fafb24ab601f6e732b8fb1453fb1a9 Mon Sep 17 00:00:00 2001 From: palige Date: Sat, 29 Aug 2015 17:52:26 +0200 Subject: [PATCH] Change README.txt --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a1d6660..ccb7fa6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # MoreMesecons Based on Mesecons by Jeija +By @paly2 +With the participation of @LeMagnesium (bugfix), @Ataron (textures), and @JAPP (texture) MoreMesecons is a mod for minetest wich add some mesecons items. @@ -8,6 +10,7 @@ MoreMesecons is a mod for minetest wich add some mesecons items. * `Adjustable Blinky plant` : Like a mesecons blinky plant, but... adjustable. Right-click to change the interval. * `Craftable Command Block` : A command block with just some commands accepted. The admin can change the accepted command (first line of the init.lua), default "say" and "tell". +* `Dual Delayer` : If it receives a mesecons signal, port 1 turns on immediatly and port 2 turns on 0.4 seconds later. At the end of the signal, port 2 turns off immediatly and port 1 turns off 0.4 secondes later. * `Player Killer` : This block kills the nearest player (with a maximal distance of 8 blocks by default) (if this player isn't its owner) when it receives a mesecons signal. * `Signal Changer` : If it receives a signal on its pin "F", it turns on. If ti receives a signal on its pin "O", it turns off. * `Switch Torch` : It connects just like Mesecons Torch. If it receives a signal, it turns on, and if it receives a second signal, it turns off.