Skip to content

Instantly share code, notes, and snippets.

View maxgamer134's full-sized avatar

maxgamer134 maxgamer134

View GitHub Profile
@insin
insin / README.md
Last active April 17, 2026 06:11
"Experiencing interruptions?" fixer for YouTube userscript - click "Raw" to install in your userscript manager
@makamys
makamys / 1.7.10-essentials.md
Last active May 26, 2026 22:56
List of "Essential" 1.7.10 Mods

List of "Essential" 1.7.10 Mods

This is a list of Minecraft 1.7.10 mods that are not focused on adding new original content. Instead, they make the base game run better, or port over features from other versions of vanilla.

These lists try to comprehensively list all the available options. You will not want to use all of the listed mods at once.

Some of the listed mods require a Mixin bootstrap mod in order to work. See the Mixin mods section near the end of the document for information about that.

Table of Contents

@moudrick
moudrick / main.rb
Last active June 9, 2026 20:42 — forked from farmisen/main.rb
Unpacks *.pvr.ccz back to PNG fixed issue with [[invalid regular expression; there's no previous pattern, to which '{' would define cardinality]] Thanks to the initial author who implemented the whole workflow! Thank to those who included RUBY into OSX out-of-box!
require 'rubygems'
require 'json'
require 'chunky_png'
PLUTIL = '/usr/bin/plutil'
TEXTUREPACKER = '/usr/local/bin/TexturePacker'
dir = File.join(ARGV[0], '*plist')
out_dir = File.join(Dir.pwd , ARGV[1])
tmp_dir = "/tmp"