Installation
Installing the iRobot mod is a straightforward process. It is a server-side mod, but it must also be installed on the client to see the custom models and interfaces.
Requirements
Before installing, please ensure you have the following:
- Minecraft Version:
1.21.6or later compatible versions. - Mod Loader: A recent version of Fabric or NeoForge.
- Dependencies:
- Architectury API
- YAML Config
- UI Lib
- GeckoLib
The mod will not launch without all of its required dependencies. Make sure you download and install the correct version of each one for your chosen mod loader and Minecraft version.
Installation Steps
-
Download the Correct Files: Download the iRobot mod and all its dependencies for your specific mod loader (Fabric or NeoForge). You can find the files on Modrinth or CurseForge.
-
Install the Mod Loader: Ensure you have the latest version of Fabric or NeoForge installed for your server and/or client.
-
Place Files in
modsFolder: Move all the downloaded.jarfiles into yourmodsfolder. If this folder doesn't exist, create it. -
Start Your Game or Server: Launch the game or server. The mod will generate its configuration files in the
configfolder on the first run.
- Fabric
- NeoForge
Your mods folder should contain these files for a Fabric setup:
/mods
├── architectury-x.x.x-fabric.jar
├── geckolib-fabric-x.x.x.jar
├── irobot-x.x.x-fabric.jar
├── uilib-x.x.x-fabric.jar
└── yaml-config-x.x.x-fabric.jar
(Note: File versions may vary)
Your mods folder should contain these files for a NeoForge setup:
/mods
├── architectury-x.x.x-neoforge.jar
├── geckolib-neoforge-x.x.x.jar
├── irobot-x.x.x-neoforge.jar
├── uilib-x.x.x-neoforge.jar
└── yaml-config-x.x.x-neoforge.jar
(Note: File versions may vary)