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

Commit af51b4c

Browse files
committed
chore: update tooth.json
1 parent 96a7b81 commit af51b4c

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# LegacyParticleAPI
22

3+
**You shou install [LiteLoaderBDS-CUI](https://github.com/OEOTYAN/LiteLoaderBDS-CUI/releases) on your server firstly if you want to see the particle.**
4+
35
## Usage
46

57
ParticleAPI provides a rich and easy-to-use particle generation interface for plugin development, which intuitive design and efficient and stable performance support developers to write better plugins.

manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "${pluginName}",
33
"entry": "${pluginFile}",
4-
"type": "native"
4+
"type": "native",
5+
"description": "ParticleAPI ported from LiteLoaderBDS",
6+
"author": "LiteLDev",
7+
"version": "0.4.0"
58
}

tooth.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "github.com/LiteLDev/LegacyParticleAPI",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"info": {
66
"name": "LegacyParticleAPI",
77
"description": "ParticleAPI ported from LiteLoaderBDS",
@@ -12,9 +12,9 @@
1212
"library"
1313
]
1414
},
15-
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.3.0/LegacyParticleAPI-windows-x64.zip",
15+
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.4.0/LegacyParticleAPI-windows-x64.zip",
1616
"prerequisites": {
17-
"github.com/LiteLDev/LeviLamina": "0.8.x"
17+
"github.com/LiteLDev/LeviLamina": "0.9.x"
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.8.1")
9+
add_requires("levilamina 0.9.0")
1010

1111
target("LegacyParticleAPI")
1212
add_cxflags(

0 commit comments

Comments
 (0)