Hello,
I recently got into Minecraft modding so sorry if this isn't the best place or correct format.
I am trying to add a drop to all mobs but I cannot find good documentation on loot conditions. I followed a tutorial on how to use global loot modifiers and I was able to add it to the zombie loot pool. I tried removing the conditions entirely but that meant it was dropped when mining blocks. Below is the condition I currently have, if someone could suggest what to do or where I would be able to find a list of conditions I would greatly appreciate that.
"conditions": [
{
"condition": "forge:loot_table_id",
"loot_table_id": "minecraft:entities/zombie"
}