Back in early 2016 I released Omega Flowey in Minecraft
.
Since then I've gained a lot of skills both in Minecraft map development and in programming generally. This repo will store any and everything relating to development of a remaster of the original map for modern Minecraft version(s) with better gameplay, performance, and visuals.
- Install
Node.js >= 16.10
- Install
Yarn 3.6.3
by runningcorepack enable
- Initialize the repo by running
yarn
- Enable Yarn's Plug'n'Play with VSCode by running
yarn dlx @yarnpkg/sdks vscode
- Download the Fabric mod loader and install a new profile to your Minecraft launcher
- Download the Fabric API jar
- Download the latest release jar of
packtest
- You should probably download the same version that we're currently specifying in
./.github/workflows/validate.yml
- You should probably download the same version that we're currently specifying in
- Move the
Fabric API
andpacktest
jars into yourmods
folder in the Minecraft directory (typically%appdata%/.minecraft/mods
) - Run the new profile in your Minecraft launcher to launch a (lightly) modded instance that's able to run
packtest
's new commands designed for testing- Try:
test runall
- See
packtest
's README for full command documentation
- Try: