Compatibility
Minecraft: Java Edition
1.19.2–1.19.3
1.18.2
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published last year
Updated last year
Changelog
2.0.15.0
- embed
MixinExtras
to ManasCore - automatically initialize
MixinExtras
in runtimes
2.0.14.0
- added config to change vanillas anvil EXP limit
2.0.13.0
- add
Crit Chance
Attribute - add
Crit Multiplier
Attribute
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
@SlabModel
using the stairs gen method
2.0.10.0
- add render type support to
BlockStateProvider#defaultBlock
and@CubeAllModel
annotation
2.0.9.0
- add
needsNetheriteTool
,needsDiamondTool
,needsIronTool
,needsStoneTool
,needsWoodenTools
andneedsGoldenTools
to BlockTagProvider
2.0.8.0
- add supplier supporting method of
subTag
to ItemTagProvider - add supplier supporting method of
mineableWithAxe
,mineableWithHoe
,mineableWithPickaxe
,mineableWithShovel
,mineableWithAllTools
andsubTag
to BlockTagProvider
2.0.7.0
- add supplier supporting method of
slab
,stairs
,planksFromLogs
andnineStorage
2.0.6.0
- add
addBlock
,addItem
andaddEntityType
toLanguageProvider
2.0.5.0
- automatically load known entities in EntityLoot using the
WithLootTables
annotation - add
@GenerateEntityLoot
- add extended
EntityLoot
class
2.0.4.0
- automatically load known block in BlockLoot using the
WithLootTables
annotation
2.0.3.0
- add
@GenerateBlockLoot
- add extended
BlockLoot
class
2.0.2.1
- fix wrong annotation targets in
@GenerateBlockModels
sub annotations
2.0.2.0
- rename
@GenerateModels
Annotation to@GenerateItemModels
- add
@GenerateBlockModels
2.0.1.0
- add
@GenerateModels
Annotation - add
@SingleTextureModel
Annotation to generate asingleTexture
model for the annotated registry object field - add
@SingleHandheldTextureModel
Annotation to generate ahandheldSingleTexture
model for the annotated registry object field
2.0.0.0
- port to 1.19.2