yumetodoの旅とプログラミングとかの記録

旅や登山の記録やプログラミング関連の話とかフリーソフト紹介とか

MinecraftのModであるGalacticraftで、酸素ゲージの位置を移動する方法

日本語だとこの方法が著しくggrbilityが低いので記事にしました。

というのも多分日本語だと

wktk.5ch.net

この5chのスレしか引っかからず、しかも自己解決してなにも示されずに終わってます。


というわけで英語サイトより。

forums.technicpack.net

There is an option I know off it is in the config file of galacticraft that you can edit to get the display on the other side.

(press in minecraft before loading a world -> options -> resource packs -> open resource pack folder then go up 1 directory level and go into the config folder then the galacticraft folder)

Inside the galacticraft core config :

# If true, this will move the Oxygen Indicator to the bottom. You can combine this with "Minimap Left"
    B:"Minimap Bottom"=false (changed this to true myself)
 

# If true, this will move the Oxygen Indicator to the left side. You can combine this with "Minimap Bottom"
    B:"Minimap Left"=false

というわけで、マイクラのconfigフォルダのなかのGalacticraft/core.confclientの項目にこれがあるのでこれで各4隅に移せるようです。