Skip to content

Instantly share code, notes, and snippets.

View DuncanRuns's full-sized avatar

Duncan DuncanRuns

  • A boat where canada should be because canada doesn't exist
View GitHub Profile
// This code is public domain
// https://creativecommons.org/public-domain/cc0/
// Created by DuncanRuns
#include "cubiomes/finders.h"
#include <stdio.h>
#define PI 3.14159265358979323846
@DuncanRuns
DuncanRuns / AttemptsCounter.py
Last active April 23, 2024 12:36
Multi Attempts Counter Combiner
import os
import traceback
# Make sure to use either double backslash (\\) or single slashes (/)
directories = [
"C:\\MC Instances\\Speedrun 1.15\\.minecraft",
"C:\\MC Instances\\Speedrun 1.15 #2\\.minecraft",
]
# Either "ssgAttempts" or "rsgAttempts"