Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 days ago
All versions
V1.8.0
Release
ForgeCraft - Minecraft 1.21.5 - 1.21.11 - V1.8.0 Release3 days ago 17
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.5–1.21.11
Platform
Data Pack
Changes
Long awaited update for V1.8
Let's just say I'm too busy at work...
It's great this datapack can survive this long. But unfortunately, 26.3 actually broke the entire datapack. It's been a great run I guess.
- Fixed a issue where Sorcerer Reforge ability doesn't work at all.
- Add support for 26.1 and 26.2.
- Rework for Armor Reforges that addes Attack Damage, along with Book of Damage:
- Now uses base percentage increase instead of value increase. The new value goes to:
- Powerful Reforge (Armor): +10% Damage
- Warrior Reforge: +15% Damage
- Inferno Reforge: + 20% Damage
- Enhancement book for Attack Damage: +1% Atack Damage
- Previously Updated for V1.8 Alpha:
- Fixing an issue with translated text. It will now be considered and will use fallback as text.
- Item should actually use Attribute modifiers now, with overrided id (To prevent from duplicating)
- Forgot to put the lore building system to the new forging system, so here it is.
- Armorfluxing: Unlocks at lvl 16, it can help the player surviving by gaining self heal and shield, either from using the weapon or dropping to a certain health.
- Fixed an issue where the right click detection somehow not working
- Knocking: A simple reforge that launch entity upwards.
- Protective: Gain +1 Armor & Armor Toughness for each time you got hurt. Reset in 10s. Unlocks at Reforge lvl 11.
- Now instead of trying to check each reforge's ability, it now only runs the equipped reforge. On inventory changed, it will first check the original list of abilities, then removes them. After that, it will get and store the head, chest, legs and feet equipment ability name and count correspondingly. Lastly, apply and runs all available abilities. Since it addes a new item data, the original method will now be deprecated, and will only activate if all of your equipped armor doesn't have the new data.
- Bonus new reforge: Vanguarding (Armor): Gain +1 Resistance Effect, but reduce 30% of TOTAL armor & armor toughness. Unlockes at lvl 18.
- Starting from this update, most ability will provide a info from either Actionbar/Bossbar.
- Now player id will be checked each minute, to ensure the id isn't missing.
- This feature can be changed or disabled through settings, with the command /function forgecraft_lpmc2:settings
- This system is ticked per second, to reduce the memory usage. For any server out there, please do not implement this to the main server until you test through the features.
- In the furture of V1.8, loads of new ability reforges will be introduced. Might expect even more reworks/changes beforehand.
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:mbqxFUu4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f1iHD5Fd:mbqxFUu4"
}

