Skip to content

Instantly share code, notes, and snippets.

@foxfirecodes
foxfirecodes / search_blocks.md
Last active November 26, 2024 14:45
Search for blocks in a Minecraft world

search_blocks

a small Python script that uses amulet-core to search for specific blocks in a Minecraft world

this was created out of my need to find the exceptionally rare Osmium Ore in the Not Too Complicated 2 modpack

call it cheating if you like, but this is my 3rd playthrough of the pack and quite frankly i have much better things to do than fuck around trying to find a single goddamn vein of this shit.

if you want to use it, the general setup goes like this:

@DianaEromosele
DianaEromosele / Change "origin" of your GIT repository
Created August 7, 2016 00:31
Change "origin" of your GIT repository
$ git remote rm origin
$ git remote add origin [email protected]:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master