Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
Added PaxelJS
Updated Main Page
  • Loading branch information
FooterManDev committed May 22, 2024
1 parent 708ccdb commit 4f06fb8
Show file tree
Hide file tree
Showing 14 changed files with 1,115 additions and 27 deletions.
4 changes: 2 additions & 2 deletions FooterMan/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<variables>
<noindex-content>false</noindex-content>
<primary-color>dracula</primary-color>
<custom-favicons>favicon.svg</custom-favicons>
<header-logo>favicon.svg</header-logo>
<custom-favicons>FM16-Dev.svg</custom-favicons>
<header-logo>FM16-Dev.svg</header-logo>
</variables>
</build-profile>
<footer>
Expand Down
1 change: 1 addition & 0 deletions FooterMan/docs.tree
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@

<toc-element topic="FooterMan.md"/>
<toc-element topic="General-Utilities.md"/>
<toc-element topic="PaxelJS.md"/>
</instance-profile>
Binary file added FooterMan/images/FM16-Dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,076 changes: 1,076 additions & 0 deletions FooterMan/images/FM16-Dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FooterMan/images/GUtils.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FooterMan/images/PaxelJS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FooterMan/images/cf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions FooterMan/images/discord.svg

This file was deleted.

Binary file added FooterMan/images/mr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions FooterMan/images/paxel.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
StartupEvents.registry('item', event => {
event.create('cool_paxel', 'paxel')
})
8 changes: 8 additions & 0 deletions FooterMan/redirection-rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@
<description>Created after removal of "PaxelJS" from FooterMan</description>
<accepts>PaxelJS.html</accepts>
</rule>
<rule id="298c4e5b">
<description>Created after removal of "How to" from FooterMan</description>
<accepts>How-to.html</accepts>
</rule>
<rule id="3dc8e591">
<description>Created after removal of "Tutorial" from FooterMan</description>
<accepts>Tutorial.html</accepts>
</rule>
</rules>
8 changes: 8 additions & 0 deletions FooterMan/topics/FooterMan.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# FooterMan

<img src="FM16-Dev.png" alt="FooterMan Logo" width="175" height="175"/>

Welcome to FooterMan's Docs. I'm a Software Developer, specializing in Kotlin. I also make Minecraft Mods, and Modpacks.
This site will host docs for all my projects.

---
**My Minecraft Mods**: \
<img src="GUtils.png" alt="General Utilities" width="75" height="75" style="inline"/> <a href="General-Utilities.md"/> \
Adds useful commands for Mod/ModPack Developers.

<img src="PaxelJS.png" alt="PaxelJS" width="75" height="75" style="inline"/> <a href="PaxelJS.md"/> \
Adds Paxel support for KubeJS, using the Cucumber Library.
17 changes: 17 additions & 0 deletions FooterMan/topics/PaxelJS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# PaxelJS

| **Version** | **Loader** | **In-Dev** |
|:-----------:|:----------:|:----------:|
| 1.20.1 | Forge | No |
| 1.19.2 | Forge | No |
| 1.18.2 | Forge | No |

<img src="mr.png" alt="Modrinth"/> **Modrinth**: [modrinth.com/paxeljs](https://modrinth.com/mod/paxeljs) \
<img src="cf.png" alt="Curseforge"/> **Curseforge**: [curseforge.com/paxeljs](https://www.curseforge.com/minecraft/mc-mods/paxeljs)

**Usage**:
```Javascript
StartupEvents.registry('item', event => {
event.create('cool_paxel', 'paxel')
})
```
9 changes: 0 additions & 9 deletions FooterMan/topics/footerman.topic

This file was deleted.

0 comments on commit 4f06fb8

Please sign in to comment.