Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
FooterManDev committed Apr 5, 2024
1 parent cf3ca7d commit 712e29d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
1 change: 1 addition & 0 deletions FooterMan/docs.tree
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
start-page="FooterMan.md">

<toc-element topic="FooterMan.md"/>
<toc-element topic="General-Utilities.md"/>
<toc-element topic="PaxelJS.md"/>
</instance-profile>
7 changes: 6 additions & 1 deletion FooterMan/topics/FooterMan.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# FooterMan
# FooterMan

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.


13 changes: 13 additions & 0 deletions FooterMan/topics/General-Utilities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# General Utilities


### Commands:

#### `inspect_block`:
Checks block in front of the Player for Properties, then returns them to Player.
Range: 5 blocks.
Supports full blocks only.

Arguments: [\
`sounds`: Returns Block's sounds from Hit, Break, Step, Place. \
]
9 changes: 9 additions & 0 deletions FooterMan/topics/footerman.topic
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="footerman" id="footerman">

<p>Start typing here...</p>
</topic>

0 comments on commit 712e29d

Please sign in to comment.