-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6574ed8
commit 37fb70f
Showing
738 changed files
with
118,065 additions
and
2,508 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# docs.lpsmods.dev | ||
|
||
Documentation for all my projects. | ||
|
||
## Links | ||
|
||
- :computer: [Website](https://docs.lpsmods.dev) | ||
- :gear: [Documentation](https://docs.lpsmods.dev/lpsmods/) |
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,14 +1,18 @@ | ||
# TODO | ||
|
||
- https://docs.lpsmods.dev/morefood/americano | ||
- https://docs.lpsmods.dev/morefood/Americano | ||
|
||
- rewrite classes to be like the snippet | ||
- Add docs for mcaddon | ||
- CLI docs should be something like https://vitepress.dev/reference/cli | ||
- After the page is done loading prune cachedItems. | ||
- http://localhost:5173/test throws warning "Unknown item 'wiki:custom'" despite the item loading correctly. | ||
- Bisect ad | ||
- Image convert tool. | ||
- | ||
|
||
- tutorials | ||
- Embed a resource pack in a world. (JE) | ||
- Add a resource pack to a server. (JE) | ||
|
||
- Music discs | ||
- Generator in `how-to-install-addons` that lets the user select multiple packs which extract the UUID and create a world_behavior_packs.json and world_resource_packs.json that the user can download or copy-paste. |
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 @@ | ||
npm run docs:dev -- --host |
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,3 +1,10 @@ | ||
RewriteEngine On | ||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteRule ^([^\.]+)$ $1.html [NC,L] | ||
RedirectMatch 301 /more-food/(.*) /morefood/$1 | ||
RedirectMatch 301 /more-gold/(.*) /moregold/$1 | ||
RedirectMatch 301 /more-honey/(.*) /morehoney/$1 | ||
RedirectMatch 301 /more-block/(.*) /moreblocks/$1 | ||
RedirectMatch 301 /more-pumpkin/(.*) /morepumpkin/$1 | ||
RedirectMatch 301 /serverjars-api/(.*) /serverjars/$1 | ||
RedirectMatch 301 /rcore-api/(.*) /rcore/$1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.