SwitchCraftCC / Plethora-Fabric

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

fix: set module max stack count to 16 #8

Closed Kan18 closed 1 year ago

Kan18 commented 1 year ago
image

Sets the module max stack count to 16. I thought that 16 would fit in better compared to 64. I have done many tests and have not noticed any missing items, though there still might be bugs. This makes bound introspection modules stackable as well (if hey are bound to the same person), this might need to be discussed/fixed

Lemmmy commented 1 year ago

Thanks for the PR!