Skip to content

Instantly share code, notes, and snippets.

View AnOpenSauceDev's full-sized avatar

AnOpenSauceDev

View GitHub Profile
@AnOpenSauceDev
AnOpenSauceDev / jvmlists.md
Last active August 28, 2024 12:37
List of JVM support for Faster Random's generator.

Known Working JVM's

These JVM's work perfectly with Faster Random on all versions that JEP 356 applies to.

The version denoted only confirms if a JDK version is known to work on the latest non-headless version of that JDK.

JDK Java 17 Java 21
GraalVM
OpenJDK
Microsoft JDK
@AnOpenSauceDev
AnOpenSauceDev / installer.bat
Last active August 24, 2023 08:38
basic installer script for minecraft fabric
@echo off
echo "The Open-Sauce Fabric Mod Installer! (assuming windows)"
echo "Please close Minecraft AND the Launcher before running this..."
pause
echo "Assuming you just closed the launcher, lets continue!"
echo "Running the installer w/ java, downloading automatically..."
java -jar fabric-installer.jar client -dir "%AppData%\.minecraft"
echo "creating mods directory, and preparing for mod setup"
mkdir "%AppData%\.minecraft\mods"
echo "copying files..."
@AnOpenSauceDev
AnOpenSauceDev / explanation.md
Last active November 7, 2023 11:25
Why Faster Random is archived.

Why is Faster Random archived?

If you're reading this, you probably want an explanation on why this mod is no longer being developed. This will be separated into 3 parts.

  1. Why?
  2. What's next?
  3. What can I do with Faster Random now?

Why is the mod archived?