refinedmods / refinedstorage2

Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.
https://refinedmods.com/refined-storage
MIT License
155 stars 16 forks source link

feat: disk interface content #577

Closed raoulvdberge closed 4 months ago

raoulvdberge commented 4 months ago

See #91

This corrects a mistake in 96841ecb, where AbstractStorageContainerNetworkNode inherits from AbstractStorageNetworkNode.

This would make it so that the disk interface has storage configuration properties like void excess etc. which is not intended!

Now, AbstractStorageNetworkNode is removed and the duplication around the storage configuration is contained in StorageConfiguration.

Also fixes relay having no help tooltip.

Also fixes speed upgrades not working properly.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
91.5% Coverage on New Code
2.9% Duplication on New Code

See analysis details on SonarCloud