From 76f3c62ebf732112bcd19ff74d2fb2e50468e5b6 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Sat, 4 Jul 2026 00:03:53 -0400 Subject: [PATCH] add note about correct behavior --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 50a7c578..1b821606 100644 --- a/index.html +++ b/index.html @@ -63,6 +63,10 @@ world.setBlock('minecraft:diamond_block', 3, -1, 0); // east world.setBlock('minecraft:iron_block', -3, -1, 0); // west + // NOTE the trapdoor should open AWAY from the diamond block + // the repeaters should face "inward" + // the pistons should face "outward" + // world.setBlock('minecraft:glass', 1, 0, 0); // world.setBlock('minecraft:glass', 0, 0, 1); world.setBlock('minecraft:coal_block', 0, -1, 0); @@ -126,4 +130,4 @@ testPipeline(); - \ No newline at end of file +