Compatibility
Minecraft: Java Edition
26.2
Platforms
Supported environments
Client and server
Tags
Creators
Details
Amalgamation
Amalgamation is a Library system that assists in various things.
This is to prevent any possible overlap and issues with the code
This is all possible on the latest version (Currently 26.2)
If you plan to use this for your mod please do not use anything lower than 1.3.0
Features
Custom Creative Mode Tabs
This feature provides a new way to create a Creative Mode Tab with Tab Sections using either a colour or texture file located at:
resources/assets/mod_id/textures/gui/tab_sections/section_id.png
Model Datagen Helpers
Providing simpler, neater code that supports the following features:
- simpleItem() - classic orignial items
- holdingItem() - tool like items
- generate3DItem() - allows 2d gui and 3d hand models
- trimmableHelmet() - also with every other armour piece
- sameSidesBlock() - only use for Blocks but makes every side the same texture
Registration
Provides a simplar way to register:
- Items
- Blocks
- Sounds
- Effects
- Particles
- Enchantments
- Potions
- Block Entities
- Extendable Menu Types


