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

Commit 92e9113

Browse files
committed
chore: add tooth.json
1 parent 59d66fd commit 92e9113

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ It provides the generation class `ParticleAPI` which is closer to the bottom lay
1818
| Func | spawnNumber | generate the number |
1919
| Func | drawOrientedLine | draw oriented line |
2020
| Func | drawCuboid | draw 3D rectangle |
21-
| Func | drawCircle | draw 2D circle |
21+
| Func | drawCircle | draw 2D circle |

src/ParticleAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,4 @@ void PTAPI_drawCircle(
320320
break;
321321
}
322322
}
323-
}
323+
}

src/ParticleAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ __declspec(dllexport) void PTAPI_drawCircle(
129129
int maxParticlesNum = 64,
130130
enum class ParticleCUI::ColorPalette color = ParticleCUI::ColorPalette::WHITE
131131
);
132-
}
132+
}

tooth.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"format_version": 2,
3+
"tooth": "github.com/LiteLDev/LegacyParticleAPI",
4+
"version": "0.1.0",
5+
"info": {
6+
"name": "LegacyParticleAPI",
7+
"description": "ParticleAPI ported from LiteLoaderBDS",
8+
"author": "LiteLDev",
9+
"tags": [
10+
"plugin",
11+
"library"
12+
]
13+
},
14+
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.1.0/LegacyParticleAPI-windows-x64.zip",
15+
"files": {
16+
"place": [
17+
{
18+
"src": "LegacyParticleAPI/*",
19+
"dest": "plugins/LegacyParticleAPI"
20+
}
21+
]
22+
}
23+
}

0 commit comments

Comments
 (0)