Attained Drops 2
The Attained Drops modification offers a unique system for sustainable mob resource acquisition through cultivating special plants. These crops cannot be automated using machinery - they require manual care from the player. This approach ensures balanced replenishment of valuable items without allowing the creation of massive farms for mass production.
Main Blocks and Items
Vitality Spreader - this is the first block you'll need to create to work with the modification. It transforms surrounding dirt or grass into vitalized soil suitable for growing special plants. Over time, the spreader reverts to regular dirt, and you'll need to create a new one.
Vitalized Soil is created by the Vitality Spreader. This block needs to be enriched with specific items and have a vitalized plant planted on it. After enrichment, bulbs corresponding to the used item type will appear above the plant. Over time, the soil returns to its normal state.
Vitalized Seed is crafted from Life Essence, an apple, and wheat seeds. Used for planting vitalized plants on vitalized soil.
Life Essence drops from monsters and is required for creating vitalized seeds.
Bulb System
In Attained Drops, bulbs are the result of vitalized plant growth on enriched soil. When harvested, they yield 1-2 corresponding items. Bulbs can be moved using the Silk Touch enchantment. The modification includes 15 standard bulb types.

Custom Bulbs
Starting from version 5.3.0, users can create their own bulb and soil types. This allows the modification to work with virtually any item in the game!
To add a new bulb, open the file config/attained_drops_custom.properties
Each new line in this file defines a new bulb type. The line must contain the following information: name=item|color
Name: internal name of this bulb type. Can only contain lowercase letters and numbers, must be unique.
Item: corresponding item used for soil enrichment and dropped by the bulb. Must be specified in registry name format, for example: minecraft:diamond
Color: hexadecimal number representing the color of the soil-bulb combination. Must consist of six digits with 0x prefix. Example: 0xFFFFFF
Example definition for redstone: redstone=minecraft:redstone|0xAA0F01