Skip to content

Commit

Permalink
Finish up.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooterManDev committed May 22, 2024
1 parent 22ffb2b commit 66000aa
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
1 change: 1 addition & 0 deletions FooterMan/docs.tree
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
<toc-element topic="FooterMan.md"/>
<toc-element topic="General-Utilities.md"/>
<toc-element topic="PaxelJS.md"/>
<toc-element topic="FooterLib.md"/>
</instance-profile>
Binary file added FooterMan/images/footerlib.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions FooterMan/topics/FooterLib.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Footer Lib

| **Version** | **Loader** | **In-Dev** |
|:-----------:|:---------------:|:----------:|
| 1.20.1 | Forge <> Fabric | No |
| 1.19.2 | Forge <> Fabric | No |

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

Nothing interesting here yet.
5 changes: 4 additions & 1 deletion FooterMan/topics/FooterMan.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ This site will host docs for all my projects.
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.
Adds Paxel support for KubeJS, using the Cucumber Library.

<img src="footerlib.png" alt="FooterLib" width="75" height="75" style="inline" border-effect="rounded"/> <a href="FooterLib.md"/> \
Contains shared code for my mods.
4 changes: 2 additions & 2 deletions FooterMan/topics/General-Utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
| 1.20.5 | Neo | No |
| 1.20.6 | Neo | Yes |

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

### Commands:

Expand Down
12 changes: 4 additions & 8 deletions FooterMan/topics/PaxelJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
| 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)
<img src="cf.png" alt="Curseforge" width="28" height="28"/> **Curseforge**: [curseforge.com/paxeljs](https://www.curseforge.com/minecraft/mc-mods/paxeljs)

**Usage**:
<code-block lang="coffeescript" src="https://raw.githubusercontent.com/FooterManDev/Footers-Docs/master/FooterMan/resources/paxel.js"></code-block>

**Usage**:
```Javascript
StartupEvents.registry('item', event => {
event.create('cool_paxel', 'paxel')
})
```
<

0 comments on commit 66000aa

Please sign in to comment.