MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

Dynamic item types #188

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

This PR adds 2 commits for Dynamic Item support. First, it adds the ability to parse and use custom TypeIds and SubTypesIds, both for inventories and for blueprints.

Second, it adds a new Types property for inventories and assemblers for printing out TypeIds, SubTypeIds, and BlueprintIds for custom items.

This PR resolves #148