508af48cc605

Fix repeater-on mapping.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Aug 2011 14:35:32 -0400
parents 1d52b74b6239
children fb4326dadfe8
branches/tags (none)
files src/clojurecraft/mappings.clj

Changes

--- a/src/clojurecraft/mappings.clj	Sun Aug 14 15:18:51 2011 -0400
+++ b/src/clojurecraft/mappings.clj	Mon Aug 15 14:35:32 2011 -0400
@@ -158,7 +158,7 @@
   0x5B :jackolantern
   0x5C :cake
   0x5D :repeater-off
-  0x5E :repeater-off
+  0x5E :repeater-on
   0x60 :hatch
 })
 (def block-ids (invert block-types))