[Materials+]
Materials+ is a flexible resource library for Minecraft designed to improve compatibility between mods and simplify modpack creation. It provides a collection of shared ores, materials, and crafting components, while also allowing you to generate your own custom resources through the built-in resource generator.
[Custom Resource Generator]
Custom Resources
If you create a resource using the built-in generator, share the following folder with all players you plan to play with:
config/LegacyofPast/MaterialsPlus/CustomContent
After copying the folder, all players must restart the game and activate the generated resource pack.
If new resources have been generated, they must also be enabled in the world using the following command:
/datapack enable "file/MaterialsPlus Custom Content"
Current Features
Resource Configuration
Materials Plus provides flexible configuration for built-in ores and resources. Each resource can be individually enabled or disabled, with its world generation settings fully configurable.
Custom Items
Create custom items by providing a JSON configuration file and a texture with matching names. For example:
example_item.pngexample_item.json
Currently available settings:
- Item rarity
- Localization keys in English and Russian
Custom Blocks and Ores
Create custom blocks using a JSON configuration file and a texture with matching names. For example:
example_block.pngexample_block.json
Currently available settings:
- Mining level
- Required mining tool
- World generation toggle
- Dimensions where the block can generate
- Biomes where the block can generate
- Blocks replaced during generation
- Minimum and maximum generation height
- Vein size
- Generation frequency
- Smelting result
- Drops
- Silk Touch drops
- Fortune behavior and drop quantity

