SwitchCraftCC / Plethora-Fabric

A peripheral provider for ComputerCraft, ported to Fabric
MIT License
16 stars 11 forks source link

[Suggestion] Event on attached inventory peripheral change #100

Closed powerboat9 closed 4 months ago

powerboat9 commented 4 months ago

This would allow programs to assume attached inventories have not changed, and would reduce the need for periodic checks of inventory contents. The event could be debounced to once per tick if necessary.

scmcgowen commented 4 months ago

Considering that inventory methods are on base CC, that would be a better place to suggest this most likely

Erb3 commented 4 months ago

Considering that inventory methods are on base CC, that would be a better place to suggest this most likely

See https://github.com/cc-tweaked/CC-Tweaked/issues/1589