Skip to content

Instantly share code, notes, and snippets.

View ashleney's full-sized avatar
⌨️
professionally adding bloat to your favorite libs

ashlen ashleney

⌨️
professionally adding bloat to your favorite libs
View GitHub Profile
@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:

@vexx32
vexx32 / start-noita.ps1
Last active February 3, 2025 09:14
Starts Noita from the given path, optionally with a specific seed set.
function Start-Noita {
<#
.SYNOPSIS
Starts Noita from a PowerShell prompt, optionally with a specific set seed for a new game.
.DESCRIPTION
To use this function, copy and paste the complete function definition into a PowerShell
session, and then invoke it with `Start-Noita`. Supply `-Seed somevalue` if you would like
to run a specific seed (see the examples below).