9551-Dev / C3D

Advanced 3D renderer for the Computercraft minecraft mod
https://c3d.madefor.cc
MIT License
24 stars 1 forks source link

plugin name parsing #29

Open 9551-Dev opened 1 year ago

9551-Dev commented 1 year ago

C3D plugins are named as c3d:type->name

i want to expand on this to give this scheme an actual functionality. such as author:type->name and for this data to be easily parsable. maybe even integrate it with plugin versioning system.