diff --git a/content/entries/20241103180020.md b/content/entries/20241103180020.md new file mode 100644 index 0000000..21a1c6e --- /dev/null +++ b/content/entries/20241103180020.md @@ -0,0 +1,9 @@ +--- +created: 2024-11-03T18:00:20Z +--- + +Interested in playing Minecraft in VR. My friend decided to use the mod Vivecraft and the modloader Fabric. + +Apparently, even though the official Fabric installation instructions (https://docs.fabricmc.net/players/installing-fabric) never explicitly says this, you _do_ in fact want the official Minecraft launcher installed first before installing Fabric. + +After installation, I found that the installer window could not be closed despite it saying that installation had been completed. This was because it spawned a popup on my other monitor informing me that installation had been completed and that needed to be closed first. diff --git a/content/notes/fabric.md b/content/notes/fabric.md new file mode 100644 index 0000000..83c5a74 --- /dev/null +++ b/content/notes/fabric.md @@ -0,0 +1,19 @@ +--- +title: Fabric +created: 2024-11-04T02:03:45Z +aliases: +- Fabric +tags: +- minecraft +--- + +# Fabric + +Fabric is a mod loader for Minecraft. + +Installation steps: [^1] +1. Install the official Minecraft launcher. +2. Follow the [Fabric installation instructions](https://docs.fabricmc.net/players/installing-fabric). +3. When installation is complete, a popup window that needs to be closed might appear on a different monitor. + +[^1]: [20241103180020](entries/20241103180020.md)