Hydrogen

Results 14 comments of Hydrogen
trafficstars

``` node.addListener(PlayerLoginEvent.class, event -> { IChunkLoader loader = new AnvilLoader("/path/to/my/vanilla/world"); InstanceContainer instance = MinecraftServer.getInstanceManager().createInstanceContainer(loader); instance.setChunkSupplier(DynamicChunk::new); }); ``` You are creating a new instance every time a player joins, which doesnt...

> I'd like to see support for proper pattern matching. > > e.g. `foo.b*r` could match queries for `foo.bar`, or `foo.boar` `foo.bar.*s` could match `foo.bar.baz.bos` `f*o.bar` could match `fooooooo.bar` I...

> Uhh, I don't think separators should even be considered personally. > > They could be there as a standard, but nothing in code should identify them imo. You're right...

> This works fine for me In my experience this actually only occurs when the beam is pointing near/at itself already. Ill see if I can make something to reproduce...

> So putting a team to the _guardian_ and setting its color would change the guardian beam color?? How i did it was setting the squid to the same team...

I really like the idea of JLSL. I haven't tried it in practice, but i imagine having access to all the comfort of intellij (autofill, copilot, etc.) for shaders is...

that program is written in rust and practically impossible to integrate ________________________________ From: HEROOSTECH ***@***.***> Sent: Tuesday, October 11, 2022 8:31:47 PM To: unnamed/creative ***@***.***> Cc: Subscribed ***@***.***> Subject: [unnamed/creative]...

> Just look to code and port this to java. ItemsAdder spigot plugin made this. I can help if you want. (I can't rust) it isnt as easy as "just...

Can you provide more details, possibly a picture of how the entities are lined up in the world? (press f3+b to show hitboxes and line of sight) From what's been...

> Here's a video where you can see what I mean. The message "No entity in LoS" gets sent when the method lineOfSightEntity returns null. [https://imgur.com/a/Zq2dFHn](url) Whats the range? This...