Monoculture - Hoe Enchantment #42

Open
opened 2026-07-09 15:35:28 -04:00 by Cow · 0 comments
Owner

A Treasure Hoe enchantment that gives the user experience depending on how many times they have mined a block in question.

Like other tool enchantments, this enchantment is traded by specific Villagers at Expert level.

Internal

I'll need to add EnchantmentBlockEffects as a system, mainly so we can do stuff involving blocks.

The latest block mined will then be stored in a data component enchiridion:block_counter, and will increment in value upon mining a block, replacing any other blocks within the component.

After the value is incremented, grant experience using a calculation within a NumberProvider (Can't remember the name of the interface immediately).

A Treasure Hoe enchantment that gives the user experience depending on how many times they have mined a block in question. Like other tool enchantments, this enchantment is traded by specific Villagers at Expert level. ## Internal I'll need to add `EnchantmentBlockEffect`s as a system, mainly so we can do stuff involving blocks. The latest block mined will then be stored in a data component `enchiridion:block_counter`, and will increment in value upon mining a block, replacing any other blocks within the component. After the value is incremented, grant experience using a calculation within a `NumberProvider` (Can't remember the name of the interface immediately).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Modding/enchiridion#42
No description provided.