Skip to content

Instantly share code, notes, and snippets.

View BBoldt's full-sized avatar
🌴
vibing

BBoldt

🌴
vibing
View GitHub Profile
@BBoldt
BBoldt / pioneers_5.3.0_modlist.md
Last active January 1, 2024 04:17
modlist for new 1.20.1 version of The Pioneers modpack by BBoldt
java -Xms1024M -Xmx4096M -jar forge-1.10.2-12.18.3.2281-universal.jar nogui
pause
@BBoldt
BBoldt / sa
Last active December 20, 2022 20:04
Instructions for downgrading and improving GTA SA steam version
Downgrading
=====================
This will allow you to install and use SA-MP, Multi Theft Auto, and mods.
1. Install steam version of GTA SA.
2. Downgrade with this tool: http://gtaforums.com/topic/753764-relsasteam-downgrader/
3. Game is now compatible with SA-MP and Multi Theft Auto.
Making game moddable
======================
Forge
Baubles
CodeChickenLib
commons codec
commons compress
Forge Multipart
LibSandstone
Advanced Generators
AE2 stuff
Aether II
@BBoldt
BBoldt / gist:cccdfa147579f499692c7d47da4d0738
Created May 21, 2016 19:36
Spotify -> Google Play Music
https://rawgit.com/watsonbox/exportify/master/exportify.html
regexr.com
,"\d","\d+","\w+","spotify:user:bboldt","...................."
https://github.com/soulfx/gmusic-playlist.js
@BBoldt
BBoldt / gist:67438fb40301144235272bdb01e1336b
Created May 9, 2016 21:22
Font changing css for Better Discord
.message-content {font-size: 120%}
.message-content {color: black;}
.message-content {font-family: "Segoe UI", Georgia, Serif;}
.message-content {line-height: 1.5;}
.user-name {font: bold 16px/30px Georgia, serif;}
@BBoldt
BBoldt / gist:6b65ce37742891682ec6
Last active February 8, 2016 01:52
shit that needs to be done
Git Shell is where you will be entering all commands: http://i.imgur.com/rZ7I9Nv.png
Before doing anything listed below you will need to setup "upstream", instructions here: https://help.github.com/articles/configuring-a-remote-for-a-fork/
SYNCING REPOSITORY
1- type "git fetch upstream"
2- type "git merge upstream/1.8-Rewrite"
This will make your repository up to date with the "upstream", aka the original repository we are forked from.
SQUASHING COMMITS