Skip to content

Instantly share code, notes, and snippets.

@Nullreff
Created April 11, 2015 07:54
Show Gist options
  • Save Nullreff/3ccc5b3dc6ff7025513c to your computer and use it in GitHub Desktop.
Save Nullreff/3ccc5b3dc6ff7025513c to your computer and use it in GitHub Desktop.
> node 0,0,0 torch direction:up
> node 1..5,0,0 wire
> tickv 2
=== Tick 0 ===
--- Pass 0 (6 nodes)---
0,0,0 TORCH direction:UP power:0
4,0,0 WIRE power:0
1,0,0 WIRE power:0
5,0,0 WIRE power:0
2,0,0 WIRE power:0
3,0,0 WIRE power:0
Messages:
Queued:
1 0,0,0 => 1,0,0 POWER 15
Output:
0,0,0 FIELD power:15
=== Tick 1 ===
--- Pass 0 (6 nodes)---
0,0,0 TORCH direction:UP power:15
4,0,0 WIRE power:0
1,0,0 WIRE power:0
5,0,0 WIRE power:0
2,0,0 WIRE power:0
3,0,0 WIRE power:0
--- Pass 1 (3 nodes)---
4,0,0 WIRE power:0
2,0,0 WIRE power:0
3,0,0 WIRE power:0
--- Pass 2 (1 nodes)---
5,0,0 WIRE power:0
Messages:
0 4,0,0 => 5,0,0 POWER 11
0 3,0,0 => 4,0,0 POWER 12
0 2,0,0 => 3,0,0 POWER 13
0 1,0,0 => 2,0,0 POWER 14
Queued:
1 0,0,0 => 1,0,0 POWER 15
Output:
5,0,0 FIELD power:11
4,0,0 FIELD power:12
3,0,0 FIELD power:13
2,0,0 FIELD power:14
1,0,0 FIELD power:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment