altrisi

Results 71 issues of altrisi

Until this we had two particle caches, one in ParticleDisplay and one in ShapeDispatcher. With this ShapeDispatcher uses the cache from ParticleDisplay. Can this cause issues with concurrent access to...

WIP More specifically, stuff around the `SpawnReporter` class. It's not my plan to refactor the entirety of how spawn reporting works. Done: - Cache MobCategory.values() for performance (that method makes...

Unless I'm reading that wrong: https://github.com/gnembon/fabric-carpet/blob/feb0dc1efb3bf97a5aa4741b583bdd9cf4d0c4fb/src/main/java/carpet/script/utils/ShapesRenderer.java#L53-L55

This should be handled, somehow.

bug
scarpet

The sensor is unable to detect the piston moving or what triggered the piston (if it made a vibration, like placing a redstone block on top of the piston).

bug

And it turns out you can slice y0 portals or something like that using those according to discussion in carpetcord. There may be other invalid blocks that can be created...

bug

For example `a = b` (where `b` is undefined) should throw an exception instead of being legal.

rfc
scarpet

Right now, most per-player stuff is saved in separate `Map`, where String is the player's name. This is not only less efficient than reading/modifying a field in the player entity,...

This PR intends to improve compatibility with other mods _without_ loosing functionality (no "`require = 0` compatibility", this actually removes two of those). This should also fix the worldedit conflict...

I'm suggesting for languages to not be region specific, so instead of `en_us` it would be just `en`, etc. Why? Because most people can perfectly understand the variant of their...

enhancement
question