Skip to content

Some suggestions for tool interactions with various blocks #449

Closed Answered by BillyGalbreath
Keeg-Turner asked this question in __Completed__
Discussion options

You must be logged in to vote

Fully implemented as of build 2033 5f858fb Listed below is an example of how to use the options. (hijacking this comment to make it the accepted answer)

I'm looking into this right now, starting with the hoe. Looking over the way the hoe is implemented, I think I can do this by adding the config like this:

tool:
 hoe:
   tilling:
     grass_block:
       condition: air_above
       into: farmland
       drop: {}
     dirt_path:
       condition: air_above
       into: farmland
       drop: {}
     dirt:
       condition: air_above
       into: farmland
       drop: {}
     coarse_dirt:
       condition: air_above
       into: dirt
       drop: {}
     rooted_dirt:
       condition: always

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Keeg-Turner
Comment options

Answer selected by granny
Comment options

You must be logged in to vote
2 replies
@Keeg-Turner
Comment options

@YouHaveTrouble
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants