Skip to content
Yali Izzo edited this page Feb 26, 2021 · 2 revisions

Welcome to the Minef*ck wiki!

Brainfuck is an esoteric programming language created in 1993 by Urban Müller. Notable for its extreme minimalism, the language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers.

Minef*ck adds a single block to the game - the Interpreter - which allows you to write and execute Brainfuck code from within Minecraft. This allows for complex interactions with redstone, so long as you've got the patience to figure out how to make it work.

The reason for making this is twofold - firstly, I thought it'd be funny. Secondly, it offers some level of programming and redstone logic in a package that's small and easy to replicate, at the cost of complexity. Think of this mod as 'poor mans Computercraft'

Getting Started

Clone this wiki locally