buthed010203

Results 38 comments of buthed010203

~~@Thewsomeguy now upload 200GB of the same cat image~~

> > ~@Thewsomeguy now upload 200GB of the same cat image~ > > ~this but cereal when haves milk~ > > h But he's only good at it with cat...

![](https://extremely.questionable.link/543LH0Q6i.png)

Barry B. Benson is my favorite

This would be a nice thing to have, I should look into a way of doing this efficiently. For now you can just toggle building on and off with E...

@Anuken why do all the placed methods even have a `if(net.client()) return;`? They are never even be run on the client (at least in vanilla) anyways...

What are your thoughts on something like this? It would allow the node auto linking when placing powered blocks to work with surge towers and modded nodes while not sacrificing...

> Is the maxRange optimization worth it? Even with surge towers, there shouldn't be _that_ many buildings in range. My guess is that it's unnecessary. So I guess I would...

Its pretty bad even with a map

```java tempTileEnts.sort((a, b) -> { int type = -Boolean.compare(a.block instanceof PowerNode, b.block instanceof PowerNode); if(type != 0) return type; return Float.compare(a.dst2(tile), b.dst2(tile)); }); ``` I guess when this was pasted...