Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 22 hours ago
All versions
B1.8.3
Beta
ForgeCraft - Minecraft 1.21.5 - 26.2 - B1.8.322 hours ago 6
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.5–1.21.11
Platform
Data Pack
Changes
The Plugin update
Now user can add custom reforges to the system.
- use
function forgecraft_lpmc2:plugins/register {...}to register the plugin. - developer can customize name, type, xp/forging lvl requirement, attributes and more!
- allow multiple reforges on a single plugin
- allow testing reforges using
function forgecraft_lpmc2:menu. You would see it at the bottom of the list. - display error message if issues detected.
Other changes
- Warped reforge: Increased usage from 5 to 7, increased max travel distance to 15 blocks, and decreased movement decrease from -20% to -15%
- Now allow slowness/armor reduction time stacking from each use, instead of resetting time on use. (The display might not be synced)
- Renamed id from scoreboard to forgecraft.id, to avoid conflicting with other datapacks.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ForgeCraft - Resourcepack - Stage 2.1.zip | Required resource pack | 1.56 MiB |
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:f1iHD5Fd:Z3Lq2zI0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f1iHD5Fd:Z3Lq2zI0"
}

