Lignium

Results 22 comments of Lignium

@Zidane I don’t think that any conflicts can arise, block entity ticks are almost always called every tick of the world roughly speaking at the end of the `ServerLevel#tick()` method,...

> To be clear, these collections are emptied after 15 seconds in Vanilla and you're moving it to happen each tick? They are initially emptied every tick, but as soon...

It seemed to me that checking for emptiness is quite cheap, although there are no guarantees. Well, I added a check.

Do I need to add the ability to disable the fix in the optimization configuration category? By analogy, as it is done in #3476. Perhaps I also need to make...

@Faithcaio The implementation is similar to other blocks, such as a sign, banner or a torch, and I agree with this. This data is not tied to context and not...

It has not been implemented before: https://github.com/SpongePowered/Sponge/issues/1841 https://github.com/SpongePowered/Sponge/pull/86

This driver has not been updated for a long time, there is a better one. It compiles on newer versions of the kernel, unlike this one. https://github.com/aircrack-ng/rtl8188eus

What version of the kernel is you using? (uname -r) Please describe the problem in more detail.

The Linux Kernel 4.17.0 does not supported by the driver.

@Zidane If I understand you correctly, why are you suggesting to omit this in API 9? Isn't the Data API the preferred way to work with data? The State Property...