From 986c3bf981044a2bfb7b0fb5a592e4d349339941 Mon Sep 17 00:00:00 2001 From: Yu Vitaqua fer Chronos <88039945+Yu-Vitaqua-fer-Chronos@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:21:19 +0100 Subject: [PATCH] Add ModernNet library to Nimble (#2717) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 18f6dcb..2011c75 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,16 @@ [ + { + "name": "modernnet", + "url": "https://github.com/Nimberite-Development/ModernNet", + "method": "git", + "tags": [ + "minecraft", + "protocol", + "mc" + ], + "description": "ModernNet is a barebones library to interact with the Minecraft Java Edition protocol!", + "license": "Apache-2.0" + }, { "name": "worldtree", "url": "https://github.com/keithaustin/worldtree",