「Debian活用/Minecraft設定」の版間の差分
< Debian活用
ナビゲーションに移動
検索に移動
(ページの作成:「= サーバ = = クライアント =」) |
|||
(同じ利用者による、間の32版が非表示) | |||
1行目: | 1行目: | ||
= サーバ = |
= サーバ = |
||
<nowiki> |
|||
$ java -Xmx2G -Xms512M -jar server.jar nogui |
|||
</nowiki> |
|||
※Windows10のJavaクライアントからのアクセスがIPv6になっているため、ファイアウォールでIPv4だけ許可すると接続できなくなる。 |
|||
server.properties |
|||
<nowiki> |
|||
difficulty |
|||
gamemode |
|||
force-gamemode |
|||
</nowiki> |
|||
<nowiki> |
|||
ポート番号:25565 |
|||
</nowiki> |
|||
== コマンド == |
|||
管理者権限 |
|||
<nowiki> |
|||
/op |
|||
</nowiki> |
|||
== アップグレード == |
|||
server.jarを入れ替える。 |
|||
= クライアント = |
= クライアント = |
||
== Oracle Java == |
|||
https://www.oracle.com/jp/java/technologies/downloads/ |
|||
== Fabric == |
|||
=== Fabric Minecraft Launcherのインストール === |
|||
https://fabricmc.net/use/installer/ |
|||
「起動構成を作成」をチェック |
|||
==== ゲームディレクトリの設定 ==== |
|||
* minecraft-launcherを起動し、データ保存先を変更する。 |
|||
* minecraftを起動し、ディレクトリ構造を初期化する。 |
|||
=== mod === |
|||
==== Fabric API ==== |
|||
https://modrinth.com/mod/fabric-api/versions |
|||
==== Mod Menu ==== |
|||
https://modrinth.com/mod/modmenu/versions |
|||
==== MidnightControls ==== |
|||
https://modrinth.com/mod/midnightcontrols/versions |
|||
===== Logicool F310 Gamepadの設定 ===== |
|||
* 視点移動が速すぎる場合 |
|||
** General |
|||
*** General Options |
|||
**** X Axis Rotation Speed |
|||
***** 8.0 |
|||
**** Y Axis Rotation Speed |
|||
***** 8.0 |
|||
* インベントリをYボタンで閉じる場合 |
|||
** 操作設定 |
|||
*** Controller Bindings |
|||
**** インベントリ |
|||
***** Exit Screen |
|||
****** Y |
|||
* 視点切り替えを、十字キーの上で行う場合 |
|||
** 操作設定 |
|||
*** Controller Bindings |
|||
**** その他 |
|||
***** Toggle Perspective |
|||
***** DPAD up |
|||
==== Sodium ==== |
|||
https://modrinth.com/mod/sodium/versions |
|||
==== Iris Shaders ==== |
|||
https://modrinth.com/mod/iris/versions |
|||
==== Complementary Shaders ==== |
|||
Unbound |
|||
https://modrinth.com/shader/complementary-unbound/versions |
|||
Reimagined |
|||
https://modrinth.com/shader/complementary-reimagined/versions |
|||
== Windows == |
|||
AppDataフォルダ |
|||
<nowiki> |
|||
Win + Rキー(ファイル名を指定して実行) |
|||
%appdata% |
|||
</nowiki> |
2024年9月15日 (日) 14:43時点における最新版
サーバ
$ java -Xmx2G -Xms512M -jar server.jar nogui
※Windows10のJavaクライアントからのアクセスがIPv6になっているため、ファイアウォールでIPv4だけ許可すると接続できなくなる。
server.properties
difficulty gamemode force-gamemode
ポート番号:25565
コマンド
管理者権限
/op
アップグレード
server.jarを入れ替える。
クライアント
Oracle Java
https://www.oracle.com/jp/java/technologies/downloads/
Fabric
Fabric Minecraft Launcherのインストール
https://fabricmc.net/use/installer/
「起動構成を作成」をチェック
ゲームディレクトリの設定
- minecraft-launcherを起動し、データ保存先を変更する。
- minecraftを起動し、ディレクトリ構造を初期化する。
mod
Fabric API
https://modrinth.com/mod/fabric-api/versions
Mod Menu
https://modrinth.com/mod/modmenu/versions
MidnightControls
https://modrinth.com/mod/midnightcontrols/versions
Logicool F310 Gamepadの設定
- 視点移動が速すぎる場合
- General
- General Options
- X Axis Rotation Speed
- 8.0
- Y Axis Rotation Speed
- 8.0
- X Axis Rotation Speed
- General Options
- General
- インベントリをYボタンで閉じる場合
- 操作設定
- Controller Bindings
- インベントリ
- Exit Screen
- Y
- Exit Screen
- インベントリ
- Controller Bindings
- 操作設定
- 視点切り替えを、十字キーの上で行う場合
- 操作設定
- Controller Bindings
- その他
- Toggle Perspective
- DPAD up
- その他
- Controller Bindings
- 操作設定
Sodium
https://modrinth.com/mod/sodium/versions
Iris Shaders
https://modrinth.com/mod/iris/versions
Complementary Shaders
Unbound
https://modrinth.com/shader/complementary-unbound/versions
Reimagined
https://modrinth.com/shader/complementary-reimagined/versions
Windows
AppDataフォルダ
Win + Rキー(ファイル名を指定して実行) %appdata%