Skip to content

Commit

Permalink
adapt: adapt LeviLamina v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeBryant114514 committed Apr 15, 2024
1 parent 7630bc5 commit 37b79fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "FuckNetherHeight",
"entry": "FuckNetherHeight.dll",
"type": "native"
"type": "native",
"version": "0.11.0"
}
7 changes: 7 additions & 0 deletions src/MemoryOperators.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// This file will make your plugin use LeviLamina's memory operators by default.
// This improves the memory management of your plugin and is recommended to use.
// You should not modify anything in this file.

#define LL_MEMORY_OPERATORS

#include <ll/api/memory/MemoryOperators.h>
6 changes: 3 additions & 3 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/GroupMountain/FuckNetherHeight",
"version": "0.9.1",
"version": "0.11.0",
"info": {
"name": "FuckNetherHeight",
"description": "Fuck Vinalla Bedrock Edition Nether Height Limit",
Expand All @@ -12,9 +12,9 @@
"netherheight"
]
},
"asset_url": "https://github.com/GroupMountain/FuckNetherHeight/releases/download/v0.9.1/FuckNetherHeight-windows-x64.zip",
"asset_url": "https://github.com/GroupMountain/FuckNetherHeight/releases/download/v0.11.0/FuckNetherHeight-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "0.9.x"
"github.com/LiteLDev/LeviLamina": ">=0.9.0"
},
"files": {
"place": [
Expand Down

0 comments on commit 37b79fe

Please sign in to comment.