Skip to content

Commit

Permalink
Update PaxelJS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FooterManDev committed May 22, 2024
1 parent 28ea5c6 commit 6cc7f66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions FooterMan/resources/paxel18.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
onEvent('item.registry', event => {
event.create('cool_paxel', 'paxel')
})
10 changes: 8 additions & 2 deletions FooterMan/topics/PaxelJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
<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>

<tabs>
<tab title="1.19+">
<code-block lang="javascript" src="https://raw.githubusercontent.com/FooterManDev/Footers-Docs/master/FooterMan/resources/paxel.js"/>
</tab>
<tab title="1.18-">
<code-block lang="javascript" src="https://raw.githubusercontent.com/FooterManDev/Footers-Docs/master/FooterMan/resources/paxel18.js"/>
</tab>
</tabs>

0 comments on commit 6cc7f66

Please sign in to comment.