How to make a block that drops multiple items *READ DESCRIPTION*

Started by NightScale5755 on

Topic category: Help with MCreator software

Last seen on 23:20, 22. Jul 2020
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a block that drops multiple items *READ DESCRIPTION*

Heyo. 
I have a quick question: How does one make a block that drops multiple items, RELATED TO THE HARVEST LEVEL? I only used caps to deter people from posting things I already know, as I got the block to drop multiple, when not in Creative mode....

Last seen on 03:15, 20. Apr 2019
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Think it has something to do…
Sat, 04/13/2019 - 16:50

Think it has something to do with

@Override
public boolean hasContainerItem(ItemStack itemStack) {
    return true;
}

and

Item#getContainerItem

 

Last seen on 03:15, 20. Apr 2019
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry wrong post i replied…
Wed, 04/17/2019 - 03:40

Sorry wrong post i replied to don't use my advice.