Skip to content

Instantly share code, notes, and snippets.

View Sollace's full-sized avatar
😄
Just being Solly

­Sollace Sollace

😄
Just being Solly
View GitHub Profile
This file has been truncated, but you can view the full file.
[12Apr2019 09:05:21.631] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20190213.203750, --fml.mcVersion, 1.13.2, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 25.0.107, --version, MOD_DEV, --assetIndex, 1.13.1, --assetsDir, C:\Users\Sollace\.gradle\caches\forge_gradle\assets, --username, Test, --accessToken, ????????, --userProperties, {}]
[12Apr2019 09:05:21.639] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher starting: java version 1.8.0_152
[12Apr2019 09:05:21.735] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,fmldevclient,fmldevserver,fmluserdevserver,testharness,fmlclient,fmluserdevclient,fmlserver]
[12Apr2019 09:05:21.756] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [fml]
[12Apr2019 09:05:21.762] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceH
C:\dev\gradle 1.9\Mson>gradlew eclipse --refresh-dependencies --stacktrace
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.4.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> Configure project :
Fabric Loom: 0.2.5-SNAPSHOT Build(Sin▓ 5784f06)
:setting up loom dependencies
:setting up mappings (yarn 19w45b+build.6)
:populating field names
Found 4110 interesting names.
at com.minelittlepony.mson.impl.MsonImpl.lambda$10(MsonImpl.java:85) ~[main/:?]
at java.util.concurrent.CompletableFuture.uniRun(Unknown Source) ~[?:1.8.0_152]
at java.util.concurrent.CompletableFuture$UniRun.tryFire(Unknown Source) ~[?:1.8.0_152]
at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_152]
at net.minecraft.resource.ResourceReloader.method_18365(ResourceReloader.java:69) ~[minecraft-19w45b-mapped-net.fabricmc.yarn-6-v2.jar:?]
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:86) ~[minecraft-19w45b-mapped-net.fabricmc.yarn-6-v2.jar:?]
at net.minecraft.resource.ResourceReloader.method_18367(ResourceReloader.java:68) ~[minecraft-19w45b-mapped-net.fabricmc.yarn-6-v2.jar:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(Unknown Source) ~[?:1.8.0_152]
at java.util.concurrent.CompletableFuture.uniRun(Unknown Source) ~[?:1.8.0_152]
at java.util.concurrent.CompletableFuture$UniRun.tryFire(Unknown Source) ~[?:1.8.0_152]
@Sollace
Sollace / gradle.log
Created November 18, 2019 13:28
Massive stracktrace + Build Successful
:loading intermediary -> named source mappings org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':minecraftLibraries'.
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.rethrowFailure(DefaultConfiguration.java:1195)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.access$2100(DefaultConfiguration.java:138)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration$ConfigurationFileCollection.getFiles(DefaultConfiguration.java:1170)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.getFiles(DefaultConfiguration.java:472)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration_Decorated.getFiles(Unknown Source)
at net.fabricmc.loom.util.SourceRemapper.createMercuryWithClassPath(SourceRemapper.java:155)
at net.fabricmc.loom.util.SourceRemapper.lambda$remapSou
{
"left_wing": {
"type": "mson:slot",
"name": "wings",
"implementation": "com.minelittlepony.client.model.components.PegasusWings$Wing",
"content": {
"folded": {
"texture": {"u": 56, "v": 32},
"center": [0, 13, -2],
"rotate": [90, 0, 0],
import net.minecraft.client.model.ModelPart;
import net.minecraft.client.render.VertexConsumer;
import net.minecraft.client.util.math.MatrixStack;
import javax.annotation.Nullable;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.NoSuchElementException;
@Sollace
Sollace / userChrome.css
Last active May 8, 2022 09:04
Snippet that when inserted into Firefox's userChrome.css will cause the browser to use the accent colour from windows (like it did prior to proton). Will also override dark theme to allow using the accent colour together with a dark firefox UI.
/* BRING BACK ACCENT COLOR START */
/* Snippet that when inserted into Firefox's userChrome.css will cause the browser
to use the accent colour from windows (like it did prior to proton).
Will also override dark theme to allow using the accent colour together with a dark firefox UI.
*/
:root:not(:-moz-window-inactive) #TabsToolbar {
background-color: -moz-accent-color !important;
color: -moz-accent-color-foreground !important;
}
/* BRING BACK ACCENT COLOR END */
@Sollace
Sollace / yt_sourcer.js
Created May 9, 2019 13:41
Script to extract youtube video sources
// https://www.youtube.com/watch?v=ZkZdMA5Ia7I
var stags = [];
stags.push.apply(stags, document.querySelectorAll('#player script'));
stags = stags
.map(s => s.innerText)
.filter(s => s.indexOf('url_encoded_fmt_stream_map') > -1)
.map(s => s.split('url_encoded_fmt_stream_map')[1].split('"')[2].split(','))
.map(s => s.map(decodeURIComponent).map(u => u.split("\\u0026")))
.map(s => s.map(u => {
@Sollace
Sollace / userChrome.css
Last active August 3, 2023 10:51
Customisations for Floorp to fill the gap between Lepton and an authentic Photon experience
/*************************************************************************************************************************************************************************************************************************************************************
"userChrome.css" is a custom CSS file that can be used to specify CSS style rules for Floorp's interface (NOT internal site) using "chrome" privileges.
For instance, if you want to hide the tab bar, you can use the following CSS rule:
**************************************
#TabsToolbar { *
display: none !important; *
} *