codetaylor / dropt-1.12

Flexible block drop strategies.
https://minecraft.curseforge.com/projects/dropt
Other
6 stars 2 forks source link

Add more examples #15

Closed Fortist closed 5 years ago

Fortist commented 6 years ago

So, I want to have it where when mining with a certain item, certain things drop from a certain block. Ergo, When mining COBBLESTONE with a WOODEN HAMMER drop the cobblestone and A DUST.

Your example got me started, I guess, but the wall of text that is syntax doesnt. What does "IF SELECTED" mean?

Im sorry, but I just get dyslexic when it comes to walls of text, and Examples are the best use for me.

Fortist commented 6 years ago

Well, Im as far as having cobblestone drop dye 25% of the time with itself.

So, what Im trying to do is make the "drops" section change depending on what item you're mining it with, giving different items depending on which Mining tool you're using.

codetaylor commented 6 years ago

When I get some time, I'll add some more examples.

TimGoll commented 6 years ago

I second this. I have a hard time figuring stuff out. Maybe add some very basic examples

codetaylor commented 5 years ago

I'll be adding new examples here: https://dropt.readthedocs.io/en/latest/

codetaylor commented 5 years ago

I'm going to close this. Please create a new issue if you would like a specific example added to the example page linked above.

TimGoll commented 5 years ago

I really like your new documentation and I figured most things out by myself by now :)