Making a Mod - petbarik/papermc-forge GitHub Wiki
With my UI web editor that runs fully in a webbrowser anyone can create mods for the game
Setting up a Project
- To get started open the Forge Studio which u can open by
- going to the launcher's page and going to the mods tab and cliking the button that says "Open Forge Studio"
- cliking on this link https://petbarik.github.io/papermc-forge/studio
- After opening the Studio you will see options: create and open -project. And you guessed it right, click the "create new project" button.
- The "Project Name" is the mod name, the "Author" can be your name or group name, the last one is "Forge Version" and no this is not the mod version this is for which paper minecraft: forge version it can be played on (just leave it empty to automaticly choose the latest one).
- Click "Create Project" and you will see the explorer, now you can start creating.
When you want to save the project click the "Save" button and it will download a .foj file. This file is both a mod and a project at the same time so use this file to load the mod into paper minecraft: forge or open it with the Forge Studio
The Basics
By clicking the "New" button in the toolbar you will see options: "Block", "Item", "Recipe", "Texture". These are hopefully self explanatory.
You propably want to start by adding a texture, giving a name for it and then continue by adding, blocks, items and even recipies.