-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
14 changed files
with
1,115 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
StartupEvents.registry('item', event => { | ||
event.create('cool_paxel', 'paxel') | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
}) | ||
``` |
This file was deleted.
Oops, something went wrong.