Skip to content

Instantly share code, notes, and snippets.

View boreals-back-again's full-sized avatar

Boreal boreals-back-again

  • 5J Studios Ltd
  • Canada
View GitHub Profile
@nommiin
nommiin / input.cpp
Last active March 8, 2026 11:58
A basic shim for adding keyboard support to Minecraft Console Edition
#include "stdafx.h"
#include <Windows64\4JLibs\inc\4J_Input.h>
#include <Common\App_enums.h>
#include <Windows.h>
C_4JInput InputManager;
void C_4JInput::Initialise(int iInputStateC, unsigned char ucMapC, unsigned char ucActionC, unsigned char ucMenuActionC)
@NeRdTheNed
NeRdTheNed / Forge1.2.5WorkspaceGuide.md
Last active March 30, 2026 06:26
How to set up a functional Forge 1.2.5 workspace in 2020.

How to set up a Forge 1.2.5 workspace in 2020 & above.

Automatic script (recommended)

I've created a bash script that sets up Forge 1.2.5, which you can find here! It automatically does each step of this guide for you, and includes a fix for sounds.

Manual setup

TODO: Add a section on installing the resources (sounds) folder to the MCP environment. The links have changed and Minecraft 1.2.5 isn't able to download them anymore.