Skip to content

Volume based drops #688

Answered by Harleyoc1
dhyces asked this question in Q&A
Discussion options

You must be logged in to vote

That is how drops currently work. Whilst this behaviour is not currently possible to change with loot tables, once #706 is merged all DT drops will use loot tables (as such I would not recommend learning the drop creator system right now).

Below is an example of a 'wood' drop creator for the oak branch. This will be queried for each individual branch block with the resulting items being added into a singular list of item stacks to be dropped at the bottom of the tree after it falls.

dynamictrees/loot_tables/trees/wood/oak_branch.json

{
   "type": "dynamictrees:wood",
   "pools": [
     {
       "rolls": 1,
       "entries": [
         {
           "type": "minecraft:item",
           "fun…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Harleyoc1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants