repo for my hex addons :3
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

don't let demiplanes bypass editing

+1 -1
+1 -1
project/hexic/src/main/scala/org/eu/net/pool/hexic/main.scala
··· 1868 1868 for axis <- Direction.Axis.values do 1869 1869 val x = pos.getComponentAlongAxis(axis) 1870 1870 if x < 0 || x >= 11 then boundary.break(false) 1871 - true 1871 + current 1872 1872 // dump patterns 1873 1873 val out = Files.newOutputStream(Path.of("patterns.csv")) 1874 1874 try