Revxrsal / Lamp

A modern annotations-driven commands framework for Java and Kotlin
MIT License
202 stars 38 forks source link

Fabric #59

Closed creatorfromhell closed 4 weeks ago

creatorfromhell commented 1 year ago

Hello,

I was looking over this project, which is really awesome, and was wondering if the Brigadier module allows for Fabric MC support.

Thanks in advance,

Revxrsal commented 1 year ago

o/ The brigadier module is pretty bare-bones and generic, and does not allow for richer features that are platform-native. While it should work anywhere that uses Brigadier (providing you provide a LampBrigadier implementation), Fabric may benefit from having its own module in the future.

creatorfromhell commented 1 year ago

o/ The brigadier module is pretty bare-bones and generic, and does not allow for richer features that are platform-native. While it should work anywhere that uses Brigadier (providing you provide a LampBrigadier implementation), Fabric may benefit from having its own module in the future.

That would be awesome.

creatorfromhell commented 1 month ago

This should pend v4.

Revxrsal commented 4 weeks ago

Implemented in https://github.com/Revxrsal/Lamp/commit/cf67dbde550c4f5858196c4e97fa55c61d3c214d.