Skip to content

Instantly share code, notes, and snippets.

View Meatwo310's full-sized avatar

Meatwo310

  • Japan
  • 15:30 (UTC +09:00)
View GitHub Profile
@Meatwo310
Meatwo310 / crafttweaker.log
Created August 23, 2023 03:56
For CraftTweaker with CreateSifter Issue
[12:19:03.993][INFO]: Successfully injected RecipeFS file system
[12:19:04.050][INFO]: Successfully identified and loaded plugin crafttweaker:builtin
[12:19:04.052][INFO]: Successfully identified and loaded plugin crafttweaker:builtin_forge
[12:19:04.055][INFO]: Successfully identified and loaded plugin createtweaker:main
@Meatwo310
Meatwo310 / msky-calendar.js
Last active November 9, 2023 13:17
iOS用アプリScriptableで使用できる、Misskeyカレンダー風ウィジェットです。
// ======================
// ====== コンフィグ ======
// ======================
/*
このセクションの値を編集すると、
ウィジェットの見た目を微調整できます。
Labelを空の文字列に設定すると、
その項目を非表示にすることができます。
*/
@Meatwo310
Meatwo310 / super-battery-saver
Created December 7, 2023 05:27
Enables / Disables device's CPU
#!/bin/bash
# Show CPU Path
showCpuPath () {
echo "/sys/devices/system/cpu/cpu${*}/online"
}
# Help Message
showHelpMessage () {
@Meatwo310
Meatwo310 / main.md
Last active November 14, 2024 08:22
MinecraftにGPUを使用させる (Windows環境下)

ペンギンさんはこちら: MinecraftにGPUを使用させる (Linux環境下)

目標

どんなランチャーで起動したMinecraftでもGPUを利用させる

やるべきこと

Minecraftが使用するjavaw.exeがどこにあるのかを調べ、それをシステム設定で登録する

手始めに: javaw.exeの場所を特定する

GPUを使用させたいMinecraftを起動した状態で、タスクマネージャーでjavawと検索し、見つかったプロセスを右クリックして「ファイルの場所を開く」機能を使用する

@Meatwo310
Meatwo310 / main.md
Last active May 15, 2024 10:08
MinecraftにGPUを使用させる (Linux環境下)

窓はこちら: MinecraftにGPUを使用させる (Windows環境下)

環境

  • EndeavourOS, KDE Plasma 6
  • RTX 3060 Laptop
  • AUR版 Prism Launcher (prismlauncher)

手順

Prism Launcherを使用した方法です
起動構成を右クリックして「編集」→「設定」→「パフォーマンス」から、「パフォーマンス」にチェックを入れ、「外部GPUを使用」をオンにします