pre4-3.1.0
1.16.3
You should try 1.16.3_HD_U_G5 first.
13:07:09 [D] start main application | |
13:07:09 [D] data path: S:/ModOrganizer2 | |
13:07:09 [D] Working directory: S:\ModOrganizer2 | |
13:07:09 [D] Loaded settings: | |
13:07:09 [D] compact_downloads=false | |
13:07:09 [D] crash_dumps_max=5 | |
13:07:09 [D] crash_dumps_type=1 | |
13:07:09 [D] display_foreign=true | |
13:07:09 [D] force_enable_core_files=true | |
13:07:09 [D] hide_unchecked_plugins=false |
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar) | |
AppleCore (AppleCore-mc1.12.2-3.2.0.jar) | |
Inventory Tweaks Coremod (inventorytweaks-1-63-jar.jar) | |
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0-10-5-1-12-2-jar.jar) | |
MicdoodlePlugin (micdoodlecore-1-12-2-4-0-2-210-jar.jar) | |
ForgelinPlugin (forgelin-1-8-2-jar.jar) | |
OpenModsCorePlugin (openmodslib-1-12-2-0-12-2-jar.jar) |
yah yeet |
#!/usr/bin/env bash | |
# An estimated 340M of storage space will be needed for temporary downloads. | |
# Upon script completion, all temporary downloads will be removed | |
# This installer will ensure that pulseeffects has all the dependencies installed, | |
# and prompt you to select an AutoEQ preset using FZF. | |
# | |
# This only works because WAV support was added to PulseEffects in version 4.7.2, and | |
# AutoEQ provides WAV impulse files. |
<html> | |
<head> | |
<title>Cargo Build Timings — dsrbmm 0.1.0</title> | |
<meta charset="utf-8"> | |
<style type="text/css"> | |
html { | |
font-family: sans-serif; | |
} |
// ==UserScript== | |
// @name Pathbuilder 2e Temp Fix | |
// @namespace https://github.com/JamesYeoman | |
// @version 0.1 | |
// @description Temporarily patch a dodgy JS issue | |
// @author https://github.com/JamesYeoman | |
// @match https://pathbuilder2e.com/app.html?v=71a | |
// @updateURL https://gist.github.com/JamesYeoman/cdda215151db29c9c374b5ecab271799/raw/pathbuilder2e.user.js | |
// @downloadURL https://gist.github.com/JamesYeoman/cdda215151db29c9c374b5ecab271799/raw/pathbuilder2e.user.js | |
// @icon none |