Speiger
Speiger
I have been working on a Test Library that basically adds support for Primitive Variants of Guavas Test Lib. And some of my implementations require to change how iterators are...
o/ this is more of a question, maybe a feature request if it makes sense but if not thats fine too. Basically I have a problem where a mixin might...
### Describe your enhancement RS is a really great mod, But there is a bit of flaws to the system. NBT checks are really expensive. Even if you optimize them...
o/ I am the dev of Chunkpregenerator, and I am thinking of a Fabric port. The moment I am actually porting my mod over it will be incompatible with Lithium,...
Ok this is a bit rough to start. When commands in Minecraft are created, you have either 2 ways of creating commands that are executed. Either implement every single execution...
### Describe the feature Honestly it is nice that JEI support is provided with pattern encoding. But GOD forbid you need stacksize included. Yes middle mouse click exists to define...
I noticed the delayed list is using arraylists for stuff in the slowest way possible. https://github.com/AlexIIL/SimplePipes/blob/0.2.x-1.14.x/src/main/java/alexiil/mc/mod/pipes/util/DelayedList.java#L63 What I would suggest is a custom ObjectArrayFIFOQueue that has a custom PeekFunction where...
https://github.com/AlexIIL/SimplePipes/blob/0.2.x-1.14.x/src/main/java/alexiil/mc/mod/pipes/blocks/BlockPipe.java#L134 Last Parameter is "isMoving" which is used in removeBlock (forge mappings) Edit: isMoving stands for if it is pushed by a piston right now. https://github.com/AlexIIL/SimplePipes/blob/0.2.x-1.14.x/src/main/java/alexiil/mc/mod/pipes/blocks/TileTrigger.java#L23 Suggestion: Remove the TileEntity...
o/ I know this project is like basically dead or just on life support, but if you want to improve it here would be a nice suggestion. Context aware settings...
Describe the issue in depth: So to demonstrate, UniversalJoker was breaking these blocks at spawn https://gyazo.com/658529eed0bb01b14b2caa55ce2b0f40 Basically, held down the veinminer button and broke the blocks, due to grief prevention...