This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************************************************************************************************************************************************************************************************************* | |
"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; * | |
} * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 => { |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |