Skip to content

Instantly share code, notes, and snippets.

@makamys
makamys / 1.7.10-essentials.md
Last active December 31, 2025 03:42
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

@utarn
utarn / docker-compose.yml
Last active June 17, 2024 21:33
Nextcloud docker-compose with Postgresql and Redis
# RUN THIS COMMAND BEFORE DOCKER UP
# postgresql user : 1001
# nextcloud user: 33
# mkdir -p app/config app/custom_apps app/data app/themes database/postgresql/data mail/domainkeys
# touch app/config/CAN_INSTALL
# chown 33 -R app/
# chown 1001 -R database/
version: '3'
@cernoel
cernoel / README.txt
Created August 3, 2020 15:30
btrfs + beesd dedup setup on debian 10
# install btrfs + bees (dedup daemon)
# ---------------------------------
# add new "big" disk to vm (edit vm, add new disk)
# be root
su -
# check for new disk in guest
@dmptrluke
dmptrluke / 05_nuclearcraft.json
Created October 3, 2018 05:05
A CoFH World JSON file for NuclearCraft. Ore amounts are close to stock NuclearCraft values.
{
"populate": {
"thorium": {
"distribution": "uniform",
"generator": {
"block": {
"name": "nuclearcraft:ore",
"properties": {
"type": "thorium"
}
@bryanburgers
bryanburgers / tmux-date
Last active April 30, 2025 05:08
Format the date how I like it, for use in the status bar of tmux
#!/bin/bash
# Format the current date in a way that clearly shows local time and UTC time,
# for use in a tmux status bar.
# Examples:
# tmux-date (with computer set to America/Chicago timezone)
# 2016-01-11 / 08:55 -06:00 / 14:55Z
# TZ="Australia/Victoria" tmux-date
# 2016-01-12 / 01:55 +11:00 / 2016-01-11T14:55Z