Skip to content

Instantly share code, notes, and snippets.

View tobytes's full-sized avatar
😷
umask 077

Tobias R tobytes

😷
umask 077
View GitHub Profile
@tobytes
tobytes / multimc-wheeloftime.txt
Created February 25, 2020 21:45
MultiMC-WheelofTime-Log
This file has been truncated, but you can view the full file.
MultiMC version: 0.6.8-1419
Minecraft folder is:
G:/MultiMC/instances/Wheels-of-Time-4.2/minecraft
Java path is:
C:/Users/<username>/Documents/Curse/Minecraft/Install/runtime/jre-x64/bin/javaw.exe

Keybase proof

I hereby claim:

  • I am tobytes on github.
  • I am tobyte (https://keybase.io/tobyte) on keybase.
  • I have a public key whose fingerprint is D5D6 213B 0097 983E DCA8 A55A 3A74 A48C 2BBA CB67

To claim this, I am signing this object:

@tobytes
tobytes / gist:67a2c1fa9dfb78a2ce7f5a65b44c58c9
Created November 22, 2016 16:58
Add File Form Elements
/**
* Adds the configured field from the file entity to form element.
*
* @param array $files
* Files which fields should be added.
* @param array $element
* Current form element.
* @param FormStateInterface $form_state
* Current state of the form.
*