Started by
TalkingScribe
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to call a loot table in a procedure,
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?