Skip to content

Instantly share code, notes, and snippets.

View cmileto's full-sized avatar

Clayton Mileto cmileto

  • Kingwood, WV
View GitHub Profile
@rockhymas
rockhymas / minecraftseeds.txt
Last active May 5, 2020 02:47
Minecraft seeds that generate all biomes within 5000 blocks
Over the last year or so, I've been using MineAtlas to compile a nice long list of seeds that have all biomes within 5000 blocks.
Specifically, I looked to make sure each seed has ice spikes, jungle, mega taiga, mushroom island, and mesa biomes within 5000
blocks of 0, 0. I do this so that when I want to start a new world, I can pick one of these, trusting that it
will be a good world to explore, but without having just seen a map. That way I don't know where everything is, just that it's all
close enough to make it worth it.
243091048059118
-828131664763204
-761676406782751
-376708943228782
@hexparrot
hexparrot / install_mineos-node
Last active October 4, 2020 03:55
Downloads, installs and configures components required for the MineOS Web User Interface on apt-get based systems using systemd.
#!/bin/sh
# update repositories
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt-get update
# download the necessary prerequisite components for mineos
apt-get -y install -y nodejs git rdiff-backup screen build-essential openjdk-8-jre-headless
# download the most recent mineos web-ui files from github