0.0.1
Compatibility
Required content
Changes
Version 0.0.1
Description
This mod introduces Minions inspired by the iconic mechanics of Hypixel Skyblock. I fell in love with them the first time I played on the server, but I wanted to take the concept a step further.
Currently, the mod implements the Mining Minion type for literally any block. It is highly customizable: you can easily add new minions via simple JSON files, allowing you to configure their armor, tools, resource blocks, action times, and scaling.
Features
- Mining Minions, which can generate and mine any block in minecraft
- Configurable values: Action Time, scaling, Armor, Tool, Target Resource
- A "enchanted" recipe will be automatically generated
- There is a "bulk-crafting-table" to craft the Minions and enchanted item forms
Recipes
- The Recipe for the "bulk-crafting-table" is just a normal crafting table in any crafting grid
- The recipes for the Minions Scale, for an example look here
- The Recipe for an enchanted item is 5*32 the base item in any shape example here
Small known issue
- The mod only works properly on a Server if the configs on Server and Client are equal. I am working on that tho.
How to install
-
To use this mod you first need to create a fabric profile for Minecraft
- download the fabric installer here
- find the file in the download directory of your file explorer and open/start it
- Choose the Minecraft Version 1.21.1 and install it
-
Next you install the fabric API for Minecraft 1.21.1 here
-
Install all attached .jar files (Also the BRRP jar you can find here
-
Move the installed files to your Minecraft mods folder by following the next steps
- Open the download directory of your file explorer again
- Copy (Str + C) or Cut (Str + X) the installed files
- Go to the appdata directory on your computer (Windows + R and type in there "%appdata%")
- Open the .minecraft folder
- Search for the directory called "mods" - there is no? Create one called "mods" (except quotation marks)
- Paste the files in the "mods" directory
-
Start your modded Minecraft
- Open your Minecraft launcher
- Go to the Java edition window
- At the bottom left is the current version displayed; that's the one you start by pressing the start button
- Click at the version, search for the "fabric loader 1.21.1" and select it
- Now press Play and have fun
Beta
I catogrized this as a beta, because i am not done with this mod yet.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:rlFvAG4v:3SjCoxog"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rlFvAG4v:3SjCoxog"
}

