External storage have to be reset every login, if it is set to work on high redstone
pwaksman973 opened this issue ยท 2 comments
Issue description:
When you have an external storage, and config it to only work with High Signal from a redstone, when you first load the world, even if it have a redstone power, it will not work, so you have to disable and enable back the redstone.
What you expected to happen:
When you load the world, for it to "remember" it stat or check near by blocks for redstone.
Steps to reproduce:
- Get a draw controller anywhere, with some draws and itens on it.
- Attach a external storage at the botton. Config it to only work when it receive a redstone signal.
- At the left or right of the external storage, add a redstone torch, not to the ground, to the side of the block near it, so it like as a inverter when the block gets redstone power.
- On top of the block that you have attached the redstone torch, place a leaver. With that the external storage should be always on unless you turn the leaver on, which will disable the external storage.
- Leave the leaver off, and exit the world, load back the world and check the refined storage grid for the itens. They won't be avaliable. Flip the leaver on/off again, now the itens are avaliable.
Version (make sure you are on the latest version before reporting):
- Minecraft: 1.16.5
- Forge: forge-36.0.45
- Refined Storage: refinedstorage-1.9.12
Print of the setup.
Have same issue except that the Redstone steps aren't necessary. Every time my server restarts I have to break/replace the external storage block.
duplicate of #2636