Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 8e06cfe

Browse files
committed
chore: update tooth.json
1 parent fa408bb commit 8e06cfe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LL_AUTO_TYPE_INSTANCE_HOOK(
1313
&ResourcePackRepository::_initialize,
1414
void
1515
) {
16-
this->setCustomResourcePackPath("./plugins/LegacyParticleAPI/ResourcePacks", PackType::Resources);
16+
this->addCustomResourcePackPath("./plugins/LegacyParticleAPI/ResourcePacks", PackType::Resources);
1717
origin();
1818
}
1919

tooth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.5.1/LegacyParticleAPI-windows-x64.zip",
1616
"prerequisites": {
17-
"github.com/LiteLDev/LeviLamina": ">=0.10.3 <0.11.0"
17+
"github.com/LiteLDev/LeviLamina": ">=0.10.4 <0.11.0"
1818
},
1919
"files": {
2020
"place": [

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if not has_config("vs_runtime") then
66
set_runtimes("MD")
77
end
88

9-
add_requires("levilamina 0.10.3")
9+
add_requires("levilamina 0.10.4")
1010

1111
target("LegacyParticleAPI")
1212
add_cxflags(

0 commit comments

Comments
 (0)