Skip to content

Instantly share code, notes, and snippets.

View triphora's full-sized avatar
💜

Emma Alexia triphora

💜
View GitHub Profile
BLACK §0 000000
DARK_BLUE §1 0000AA
DARK_GREEN §2 00AA00 GROUP 7, MODERATOR
DARK_AQUA §3 00AAAA GROUP 4, DIAMOND
DARK_RED §4 AA0000
DARK_PURPLE §5 AA00AA GROUPS 9 & 10, ADMIN & OWNER
GOLD §6 FFAA00 GROUP 3, GOLD
GRAY §7 AAAAAA GROUP 2, IRON
DARK_GRAY §8 555555
BLUE §9 5555FF GROUP 6, DEVELOPER
@triphora
triphora / minecraftlinkingexceptiontothegpl.txt
Last active October 1, 2023 04:55
GPL exception for Minecraft
"MINECRAFT" LINKING EXCEPTION TO THE GPL
Linking this mod statically or dynamically with other modules is making a
combined work based on this mod. Thus, the terms and conditions of the GNU
General Public License cover the whole combination.
In addition, as a special exception, the copyright holders of this mod give you
permission to combine this mod with free software programs or libraries that
are released under the GNU LGPL and with code included in the standard release
of Minecraft under All Rights Reserved (or modified versions of such code, with
@triphora
triphora / sodium-and-indium.md
Last active September 10, 2021 22:42
Compiled Sodium & Indium builds
@triphora
triphora / CLLMCV.md
Last active July 30, 2022 19:36
How to determine whether CullLessLeaves or MoreCulling is more performant for your system

How to determine whether CullLessLeaves or MoreCulling is more performant for your system

In testing this, we would like to determine definitively whether the leaves culling included within MoreCulling is better performance-wise than CullLessLeaves. We also want to see what Vanilla's performance is in this regard, as it's quite possible that these culling mods are nothing but placebos.

This test should be executed by people who have a lot of time to spare, because this will take a while 😅

Testing methodology

For there to be a fair analysis, the environment across systems must be as close as possible. The following is proposed for testing:

  • A brand new instance of FO, version 4.1.0-beta.1, no additional mods or config changes
@triphora
triphora / codeberg-details-tags.user.js
Last active September 24, 2022 19:59
TamperMonkey script for making GitHub's and Codeberg's `<details>` tags better
// ==UserScript==
// @name Codeberg <details> tags
// @namespace https://codeberg.org/waffle
// @include https://codeberg.org/*
// @grant GM_addStyle
// @version 1.0.0
// @author waffle
// @description Makes Codeberg's <details> tags look better
// ==/UserScript==
@triphora
triphora / modrinth-alt-font.user.js
Last active September 26, 2022 21:49
Alternative font style for Modrinth. Must have Atkinson Hyperlegible and Fira Sans installed on your system.
// ==UserScript==
// @name Alternative font style for Modrinth
// @namespace https://modrinth.com/user/emmaffle
// @include https://modrinth.com/*
// @include https://*.modrinth.com/*
// @include https://knossos-*-modrinth.vercel.app/*
// @grant GM_addStyle
// @version 1.0.0
// @author Emmaffle
// ==/UserScript==
@triphora
triphora / AFTER.groovy
Created December 20, 2022 23:22
Before and after of Minotaur v2 buildscript
modrinth {
projectId = 'AABBCCDD'
versionName = "[$project.minecraft_version] Mod Name $project.version"
releaseType = 'alpha'
changelog = project.changelog
uploadFile = remapJar
gameVersions = ['1.18', '1.18.1', '1.18.2']
loaders = ['fabric']
dependencies = [
new ModDependency('P7dR8mSH', 'required') // Creates a new required dependency on Fabric API