adapt: adapt LeviLamina v0.12.0
This commit is contained in:
+2
-1
@@ -14,4 +14,5 @@ CMakeSettings.json
|
||||
build/
|
||||
/.xmake
|
||||
/CMakeLists.txt
|
||||
/bin
|
||||
/bin
|
||||
.cache/clangd/index
|
||||
|
||||
+1
-1
Submodule SDK-GMLIB updated: cecc827900...acfb919941
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "${pluginName}",
|
||||
"entry": "${pluginFile}",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"author": "GroupMountain",
|
||||
"description": "Check Player's Inventory",
|
||||
"type": "native",
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
#include <include_all.h>
|
||||
|
||||
#define PLUGIN_NAME "InventoryCheck"
|
||||
#define TARGET_PROTOCOL 662
|
||||
#define TARGET_PROTOCOL 671
|
||||
|
||||
extern ll::Logger logger;
|
||||
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"format_version": 2,
|
||||
"tooth": "github.com/GroupMountain/InventoryCheck",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"info": {
|
||||
"name": "InventoryCheck",
|
||||
"description": "Check Player's Inventory",
|
||||
@@ -14,9 +14,9 @@
|
||||
"gmlib"
|
||||
]
|
||||
},
|
||||
"asset_url": "https://github.com/GroupMountain/InventoryCheck/releases/download/v0.11.0/InventoryCheck-windows-x64.zip",
|
||||
"asset_url": "https://github.com/GroupMountain/InventoryCheck/releases/download/v0.12.0/InventoryCheck-windows-x64.zip",
|
||||
"dependencies": {
|
||||
"github.com/GroupMountain/GMLIB": ">=0.10.0"
|
||||
"github.com/GroupMountain/GMLIB": ">=0.12.1"
|
||||
},
|
||||
"files": {
|
||||
"place": [
|
||||
|
||||
Reference in New Issue
Block a user