Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Discord Tweaks
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Slight visual tweaks to discord
// @author matyklug18
// @match https://discord.com/*
// @icon https://www.google.com/s2/favicons?domain=mozilla.org
// @grant GM.xmlHttpRequest
// ==/UserScript==
[22Jun2021 22:14:05.385] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 36.1.31, --version, MOD_DEV, --assetIndex, 1.16, --assetsDir, /home/matyk/.gradle/caches/forge_gradle/assets, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}]
[22Jun2021 22:14:05.390] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 11.0.11 by Oracle Corporation
[22Jun2021 22:14:05.631] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[22Jun2021 22:14:05.679] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/home/matyk/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.2/1cf212283d26f706fd3074318870bebd14d2a9ed/mixin-0.8.2.jar Service=ModLauncher Env=CLI
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 6/17/21 10:40 AM
Description: Exception in server tick loop
java.util.NoSuchElementException: No value present
at java.util.Optional.get(Optional.java:135) ~[?:1.8.0_242] {}
at net.minecraft.world.server.ServerWorld.handler$bcb000$storeUpgradablePerWorldRegistry(ServerWorld.java:1579) ~[?:?]
{
@matyklug18
matyklug18 / vim-summary.md
Last active June 20, 2021 17:17
A short summary of the basics of Vim

Description

Vim is a modal, keyboard-centric terminal text editor.

Usage

Vim opens files specified in args or text from stdin

Modes

Vim has multiple modes.

Normal Mode

package matyk.icport.screens;
import com.mojang.blaze3d.matrix.MatrixStack;
import matyk.icport.ICPortMain;
import matyk.icport.containers.ContainerGenerator;
import net.minecraft.client.gui.screen.inventory.ContainerScreen;
import net.minecraft.entity.player.PlayerInventory;
import net.minecraft.util.ResourceLocation;
import net.minecraft.util.text.ITextComponent;
local utils = require("utils")
return {
"picom",
{
expose = {
["blur.strength"] = {
itype = "conf",
ttype = "number",
default = 5
},
local utils = require("utils")
return {
"feh",
{
expose = {
["path"] = {
itype = "conf",
ttype = "string",
default = "{{home}}/.wallpaper.png"
local utils = require("utils")
return {
"kitty",
{
expose = {
["font.family"] = {
itype = "conf",
ttype = "string",
default = "Fira Code"
},
return {
"nvim",
{
expose = {
["plugins"] = {
itype = "conf",
ttype = "table",
default = {}
}
},
  • [1.16.5] SecurityCraft v1.8.22.jar
  • abnormals_core-1.16.5-3.1.1.jar
  • absentbydesign-1.16.5-1.5.0.jar
  • AdChimneys-1.16.4-6.0.10.0-build.0125.jar
  • AdHooks-1.16.4-6.1.5.0-build.0124.jar
  • AdLods-1.16.4-4.1.6.0-build.0130.jar
  • advancedperipherals-0.6.6b.jar
  • aiotbotania-1.16.4-1.7.6.jar
  • AkashicTome-1.4-16.jar
  • alexsmobs-1.10.1.jar