Skip to content

Add dirt to path tweak#852

Merged
ACGaming merged 1 commit into
ACGaming:mainfrom
Invadermonky:main
May 14, 2026
Merged

Add dirt to path tweak#852
ACGaming merged 1 commit into
ACGaming:mainfrom
Invadermonky:main

Conversation

@Invadermonky

Copy link
Copy Markdown
Contributor

Adds a tweak allowing players to convert dirt blocks to grass paths using shovels. This tweak also allows sneak interacting with grass paths to convert them back into dirt blocks, which previously required breaking and replacing the block.

This tweak deprecates Dirt2Path [FORGE].

@what-the-diff

what-the-diff Bot commented May 14, 2026

Copy link
Copy Markdown

PR Summary

  • ReadMe File Updated
    We have introduced some additional information regarding a recently introduced feature known as "Dirt To Path". This feature lets you transform dirt blocks into grass paths using a shovel, and you can also reverse this process.

  • UniversalTweaks.java Modified
    We've made some alterations to facilitate the 'Dirt To Path' feature. If the user switches on the associated configuration toggle (utDirtToPath), we make sure to register the new class UTDirtToPath with Minecraft Forge event bus.

  • Configuration Alteration in UTConfigTweaks.java
    We have integrated a fresh setting option named "Dirt to Path". It is important to note that the application of this setting necessitates a restart of Minecraft. This option allows users to turn on or off the newly introduced feature.

  • Introduction of New Class UTDirtToPath.java
    A new class named UTDirtToPath.java has been created. This particular class is responsible for managing interaction events - specifically when users wish to convert dirt blocks to grass paths, or vice versa, by using a shovel on the blocks.

@ACGaming ACGaming merged commit 150f647 into ACGaming:main May 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants