Calling a Loot Table with specific properties

Started by TalkingScribe on

Topic category: Help with modding (Java Edition)

Last seen on 12:53, 25. Jun 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Calling a Loot Table with specific properties

I'm trying to call a loot table in a procedure, 

pict for alt text

but if it's the loot table of something like sweet_berry_bush it drops nothing because the call doesn't have a block_state_property of "age" equal to 3 or 2.

Is there a way to pass on a block_state_property for this kind of loot table call?