To get multiple weapons from a mob, you can add another {} bracket inside the main {} just like this: Items = {{"Tool", "Bronze Sword", 1}, {"Consumable", "Apple", 2}}, This says that the Mob can drop the Bronze Sword at 100% chance (1/1), and an apple at a 50% chance (1/2) Hope this helps!
If you kill a mob, you can only get 1 weapon instead of several, how do you set it up?
To get multiple weapons from a mob, you can add another {} bracket inside the main {} just like this:
Items = {{"Tool", "Bronze Sword", 1}, {"Consumable", "Apple", 2}},
This says that the Mob can drop the Bronze Sword at 100% chance (1/1), and an apple at a 50% chance (1/2)
Hope this helps!