TheCBProject / CBMultipart

An API for dynamically handling different functional parts in the one block space.
Other
22 stars 27 forks source link

Array out of bound check to resolve compatibility issue with MineColonies #101

Closed starmun-0010 closed 3 years ago

starmun-0010 commented 3 years ago

Resolves #95 To show request-able items in the post box:

It breaks because those brand new item stacks do not have the factory_id tag for microblocks. And getFactoryId returns hard coded -2000 value. We should be checking array bounds before trying to fetch a factory.