Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 4 months ago
All versions
1.19.2-2.0.15.0
Release
1.19.2-2.0.15.03 years ago 486
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
2.0.15.0
- embed
MixinExtrasto ManasCore - automatically initialize
MixinExtrasin runtimes
2.0.14.0
- added config to change vanillas anvil EXP limit
2.0.13.0
- add
Crit ChanceAttribute - add
Crit MultiplierAttribute
2.0.12.0
- allow exact class matching in
ItemComparator
2.0.11.1
- fix Sapling model location
2.0.11.0
- add sapling model gen method to BlockStateProvider
2.0.10.1
- fix issue with
@SlabModelusing the stairs gen method
2.0.10.0
- add render type support to
BlockStateProvider#defaultBlockand@CubeAllModelannotation
2.0.9.0
- add
needsNetheriteTool,needsDiamondTool,needsIronTool,needsStoneTool,needsWoodenToolsandneedsGoldenToolsto BlockTagProvider
2.0.8.0
- add supplier supporting method of
subTagto ItemTagProvider - add supplier supporting method of
mineableWithAxe,mineableWithHoe,mineableWithPickaxe,mineableWithShovel,mineableWithAllToolsandsubTagto BlockTagProvider
2.0.7.0
- add supplier supporting method of
slab,stairs,planksFromLogsandnineStorage
2.0.6.0
- add
addBlock,addItemandaddEntityTypetoLanguageProvider
2.0.5.0
- automatically load known entities in EntityLoot using the
WithLootTablesannotation - add
@GenerateEntityLoot - add extended
EntityLootclass
2.0.4.0
- automatically load known block in BlockLoot using the
WithLootTablesannotation
2.0.3.0
- add
@GenerateBlockLoot - add extended
BlockLootclass
2.0.2.1
- fix wrong annotation targets in
@GenerateBlockModelssub annotations
2.0.2.0
- rename
@GenerateModelsAnnotation to@GenerateItemModels - add
@GenerateBlockModels
2.0.1.0
- add
@GenerateModelsAnnotation - add
@SingleTextureModelAnnotation to generate asingleTexturemodel for the annotated registry object field - add
@SingleHandheldTextureModelAnnotation to generate ahandheldSingleTexturemodel for the annotated registry object field
2.0.0.0
- port to 1.19.2
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:wRRSWpd1:Bgo05mVR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wRRSWpd1:Bgo05mVR"
}

