A mod that loads assets only such as blocks from other mods and makes them available visually without their original functionality.
It can be used when you want to add the appearance of blocks or other assets even when the original mod targets a different game version or platform.
Usage
Create an assetbridge/ directory inside the game's mods/ directory, then place the .jar or .zip files of the mods you want to load inside it.
Asset Bridge automatically creates the assetbridge/ directory on the first launch.
mods/
└─ assetbridge/
├─ aaa.jar
├─ bbb.jar
└─ ccc.zip
Register blocks and items from /blockstates/*.json and /models/item/*.json.
Registered items can be accessed from creative tabs for each mod (namespace) or from "Asset Bridge: Blocks" and "Asset Bridge: Items" tabs. (Set either option with feature.split_tab_by_namespace)
