-
Notifications
You must be signed in to change notification settings - Fork 1
Ash
GitHub Action edited this page Aug 17, 2026
·
3 revisions
Item ID: chymistry:ash
Ash is an item dropped when blocks in the world are destroyed by fire.
Generated via the mod's custom checkBurnOut logic on FireBlock (Incineration):

-
Recipe: When a block in the
#minecraft:logstag is completely destroyed by fire, it has a 70% chance to drop 1 Ash.
Ash item entities have custom despawn parameters:
- Lifespan: The dropped entity will despawn in exactly 30 seconds (600 ticks).
-
Proximity Limit: The entity will only spawn if a player is within 64 blocks of the fire when the burnout occurs. (This can be toggled via the server config
require_player_for_ash). - The dropped entity is invulnerable to damage (e.g. fire/lava).
Ash is used in Production Composting. Right-clicking a completely full Level 7 Composter with Ash will transform it into a Niter Soil Composter, which yields Niter Dust when right-clicked (or broken).
Chymistry is open-source and licensed under the GPLv3 License.
Proudly developed for the CurseForge ModJam 2026.
Report an Issue • Source Code • CurseForge • Modrinth
Proudly developed for the CurseForge ModJam 2026.
Report an Issue • Source Code • CurseForge • Modrinth