Creators
Details
Licensed MIT
Published 3 months ago
All versions
1.0.28+neoforge-1.21.1
Beta
1.0.28 for Neoforge 1.21.1last month 9
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Version 1.0.3
- Fixed Publishing
- Fixed missing blueprint recipes
- Added Issue tracker to GitHub
- Fixed data using monumental_recipes tag name instead of monumental_recipes tag name
Version 1.0.4
- Fixed data using monumental_recipes tag name instead of monumental_recipes tag name
- Fixed broken Quadrocopter blueprint recipe
- Excluded 1.20.1 loot tables from 1.21.1 Neoforge
- Added Neoforge recipes pt 1
Version 1.0.5
- Excluded Farming for Blockheads market 1.20.1 support from 1.19.2
Version 1.0.6
- Updated Ars Elemental & Ars Nouv recipes to use Mystical essence as replacements for Ars essences
Version 1.0.7
- Fixed Missing Mystical Farmland custom recipes
Version 1.0.8
- Fixed missing disabled create compat recipes
Version 1.0.9
- Updated/Tweaked Ars Nouveau recipes
Version 1.0.10
- Updated/Tweaked Ars Nouveau recipes
Version 1.0.11
- Misc recipe fixes
- Updated 1.21.1 NeoForge version to it's latest version
- Added Ice and Fire 1.21.1 custom loot tables
Version 1.0.12
- Fixed broken recipe conditions in some recipes
Version 1.0.13
- Merged Pull Request #3 by Cyn to fix More recipe conditions
Version 1.0.14
- Merged Pull Request #4 by Cyn to fix More recipe issues
Version 1.0.15
- Fixed Nature's Aura leaves compatibility with Separated Leaves mod
- Fixed misc code issues within the mod
Version 1.0.16
- (1.19.2) Fixed missing smithing table recipes for some mods
- Fixed more broken conditions
Version 1.0.17
- First alpha release of 1.21.1
Version 1.0.18
- 2nd alpha release of 1.21.1 with more recipe fixes
- Fixed broken recipes and conditions on 1.20.1
Version 1.0.19
- Fixed Inventory pets recipes not using tags
- Fixed ad_astra_giselle_addon recipes not using correct tags for recipes
- Updated Aether Villagers loot table chest to use Mystical Essence
Version 1.0.20
- Misc Neoforge recipe fixes and improvements
- Fixed broken 1.20.1 Inventory pets recipes
Version 1.0.21
- Rebalanced some 1.20.1 recipes pt 1
Version 1.0.22
- Rebalanced some 1.20.1 recipes pt 2
Version 1.0.23
- Rebalanced some 1.20.1 recipes pt 3
- Fixed broke Eidolon recipes using Neoforge stuff on 1.20
Version 1.0.24
- Rebalanced some 1.20.1 recipes pt 4
Version 1.0.25
- Ported Rebalanced 1.20.1 recipes to 1.21 hopefully
- Fixed more 1.20.1 misc recipe issues
Version 1.0.26
- Fixed more broken 1.21.1 recipes
Version 1.0.27
- Fixed more broken 1.21.1 recipes pt 2
Version 1.0.28
- Fixed broken 1.21 recipes
- Added mising 1.21 custom tags
- Added missing 1.21 custom loot tables
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:iF5z0VHr:LcRoZX54"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iF5z0VHr:LcRoZX54"
}

