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

Started by NightScale5755 on

Topic category: Help with MCreator software

Active 4 years ago
Joined Nov 2018
Points:
678

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
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....

Active 6 years ago
Joined May 2018
Points:
678

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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

 

Active 6 years ago
Joined May 2018
Points:
678

User statistics:

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

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