A Forge setup is easiest to validate when you separate the loader problem from the model problem. Get Forge and the correct Yes Steve Model build running first, then test custom assets.
1. Create a dedicated profile
Use a fresh instance for the Minecraft branch you intend to run. Launch it once before adding the mod so the basic game, runtime and loader can create their normal folders and logs.
2. Match the Yes Steve Model build to Forge
Choose a release explicitly targeting both your Minecraft branch and Forge. Do not use a Fabric or NeoForge build because the file name looks similar. If the game crashes immediately after adding the mod, check loader targeting before investigating model folders.
3. Start once with no custom model library
Reach the title screen or a test world with the base mod installed. This verifies that Forge can load the mod independently of any third-party model package.
Confirm the model interface
Public documentation commonly references Alt + Y as the default shortcut for the model GUI. If that does nothing, inspect Minecraft Controls because the key can be changed or conflict with another binding.
4. Add one known-good model
Copy a single model package into the custom-model location expected by your release. Keep its original folder or archive structure intact. Then reload models or restart the instance and confirm that the model appears in the selector.
5. Add the rest of the render stack slowly
Shaders, animation overhauls, armor renderers and other player-visual mods should come after the model works. Add one component, launch, test movement and inspect the log. That sequence makes a compatibility conflict obvious.
Keep Forge troubleshooting evidence
When asking for help, record the Minecraft version, Forge version, Yes Steve Model build and the exact error from the latest log. “It does not work” is difficult to diagnose; a version tuple plus a repeatable failure is much more useful.
Related guides
Continue with the compatibility guide, the troubleshooting guide, the download safety guide, or return to the full guide library.