- Updated to 1.16-rc1 (#12 by @gbl)
Added CottonClientCommandSource.sendFeedback(Text, boolean)
for actionbar messages.
- Caches the plugin instances
- Should fix #2
- Renamed project to prevent naming conflict.
- Added new initializer system for adding commands.
- Added command cache to prevent running non-existing commands.
- Added ModMenu icon and contact information to
fabric.mod.json
.
- Update to MC 1.14-pre5
- Update to Loader 0.4
- Remove dependency on Fabric API
- Updated to 1.14.3
CottonClientCommandSource
is now implemented onClientCommandSource
, fixing a crash
Initial release on CurseForge.
- Updated to Minecraft 1.14.2.
- Added a new
CottonClientCommandSource
interface to replace the oldFeedback
class.