All versions
1.21.4-7.0.2-build.3
Release
1.21.4-7.0.2-build.3last year 1,391
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to NeoForged Semantic Versioning.
7.0.2 - 2025-01-29
Added
- Client Item files
- Item factory methods
- Furnace fuel files
Changed
- Recipes now match vanilla item fields
- Move block and item properties to definition
- Solid and fluid render algorithms
- Crucible consumption algorithm
7.0.1 - 2024-07-19
Changed
- Config moved to STARTUP rather than COMMON
- Update to NeoForge 21.0.106-beta
7.0.0 - 2024-07-09
Changed
- Update to NeoForge 21.0.40-beta
- Update to NovaCore 3.0.0
- Moved common tags from
forgetoc
6.0.0 - 2024-01-01
Added
ITooltipProviderinterface for blocks- Codecs for all recipes
- Advancements for all recipes
Changed
- Update to NeoForge 20.4.167
- Update to NovaCore 2.0.0
- Replace all references of Forge with NeoForge
- Recipes with varargs parameters replaced with
Listparameter MeshTypeandCrucibleTypenow implementStringRepresentable- Updated ore networking with ConfigurationTasks
Removed
- CraftTweaker, Jade, JEI, KubeJS and TOP compatibility and moved them to their own addon mod
- Useless
EventBusSubscriberannotations - Id parameter from recipes
5.0.0 - 2023-10-27
Added
- Dependency on NovaCore
- Cherry barrel, crook, crucible, hammer, and sieve
- Bamboo barrel, crook, crucible, hammer, and sieve
- Christmas and Halloween Crook
Changed
- Replace Forge with NeoForge
- Requires NeoForge 47.1.55+
- Use NovaCore definitions, registries, and common data generation classes
- Replaced CraftTweaker builder functions with single
addRecipemethod - Updated textures
Removed
- Common Data Generation classes for:
- Recipes
- Loot Tables
- Tags
- Language
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:WhVa4xyw:ufDdDAhs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WhVa4xyw:ufDdDAhs"
}

