Reforged-Hub / radium-upstream

A Forge port of mod designed to improve the general performance of Minecraft without breaking things
GNU Lesser General Public License v3.0
5 stars 0 forks source link

Breakdown of Double Chest Functionality #19

Closed ShyCatsu closed 8 months ago

ShyCatsu commented 9 months ago

radium-mc1.20.1-0.12.2+git.5f80f74

Hopper should be able to pull from both sides of the chest. Refined storage should be able to view both halves of the double chest.

This doesn't happen. image_2024-02-03_071947174

muon-rw commented 9 months ago

Seems to be caused by mixin.world.block_entity_ticking.sleeping

ShyCatsu commented 9 months ago

Seems to be caused by mixin.world.block_entity_ticking.sleeping

YES! THAT IS IT!

Since it disables key vanilla features, making even the most basic auto-smelter totally non-functional, is this a feature that could be fixed, or at least have chests as an exception?

Or if not, could the properties default be adjusted to have the default set to "false" for future updates, to avoid bugs like this happening in the future?

embeddedt commented 9 months ago

Does disabling mixin.block.hopper but leaving sleeping enabled also fix this?

muon-rw commented 9 months ago

We already had mixin.block.hopper disabled, so no.