Skip to content

toapuro/modding-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forge Modding Notes

主にMinecraft Forge 1.20.1のModdingについて解説したサイトです。

セットアップ

パッケージ管理のため、uvのインストールが必要です。

macOS/Linux:

$ curl -LsSf https://astral.sh/uv/install.sh | sh

Windows:

PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

依存関係をインストールするには:

$ uv sync

ビルド

HTMLにビルドする場合以下のコマンドを実行してください。

$ uv run mkdocs build

開発中のドキュメントを見る場合、以下のコマンドを実行します。

$ uv run mkdocs serve

About

MInecraft Modding Explained

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages