This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |