Skip to content

Instantly share code, notes, and snippets.

View mageowl's full-sized avatar
🖌️
learning how to draw in Krita

Owen L. mageowl

🖌️
learning how to draw in Krita
View GitHub Profile

⚠️ This guide has moved ⚠️

Updates for both 1.18.2 and newer versions can be found at https://minecraft.wiki/w/Tutorial:Custom_structures

Custom data pack structures in 1.18.2

This guide will showcase how to create a data pack that adds a custom structure to the world. There is also a data pack download of this complete example.

Always leave the world and rejoin to apply the new changes!

Pack.mcmeta

@fnky
fnky / ANSI.md
Last active August 21, 2026 21:34
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27