mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2024-11-21 01:04:15 +08:00
Added small description to header element
This commit is contained in:
parent
bae3532c4d
commit
4861580870
@ -2,7 +2,7 @@
|
||||
"name": "objtoschematic",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"description": "A tool to convert .obj files into voxels and then into Minecraft Schematic files",
|
||||
"description": "A tool to convert 3D models into Minecraft formats such as .schematic, .litematic, .schem and .nbt",
|
||||
"main": "./dist/src/main.js",
|
||||
"engines": {
|
||||
"node": ">=16.8.0"
|
||||
|
@ -62,6 +62,11 @@ export class HeaderComponent extends BaseComponent<HTMLDivElement> {
|
||||
${this._discordButton.generateHTML()}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-container header-cols">
|
||||
<div class="col-container" style="padding-top: 5px;">
|
||||
A tool to convert 3D models into Minecraft formats such as .schematic, .litematic, .schem and .nbt.
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user