Skip to content

Commit

Permalink
chore: update tooth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Aug 4, 2024
1 parent d7c02e5 commit 57abab6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# LegacyRemoteCall
# LegacyRemoteCallAPI

A part of LegacyScriptEngine
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"type": "native",
"description": "A part of LegacyScriptEngine",
"author": "LiteLDev",
"version": "0.8.2"
"version": "0.8.3"
}
3 changes: 0 additions & 3 deletions src/LegacyRemoteCall.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#include "LegacyRemoteCall.h"

#include "ll/api/mod/NativeMod.h"
#include "ll/api/mod/RegisterHelper.h"

#include <memory>


namespace RemoteCall {
extern void removeAllFunc();
}
Expand Down
2 changes: 1 addition & 1 deletion src/RemoteCallAPI.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include "fmt/format.h"
#include "fmt/core.h"
#include "ll/api/utils/SystemUtils.h"
#include "mc/nbt/CompoundTag.h"
#include "mc/world/Container.h"
Expand Down
4 changes: 2 additions & 2 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LegacyRemoteCall",
"version": "0.8.2",
"version": "0.8.3",
"info": {
"name": "LegacyRemoteCall",
"description": "A part of LegacyScriptEngine",
Expand All @@ -13,7 +13,7 @@
"lse"
]
},
"asset_url": "https://github.com/LiteLDev/LegacyRemoteCall/releases/download/v0.8.2/LegacyRemoteCall-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LegacyRemoteCall/releases/download/v0.8.3/LegacyRemoteCall-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": ">=0.13.4 <0.14.0"
},
Expand Down

0 comments on commit 57abab6

Please sign in to comment.