Downloaded from the Minecraft site (/addons), editing the Default behavior pack;
I added a few droppable items to the Zombie on death, in this order with no JSON errors:
Rotten flesh, iron ingot, carrot, potato, leather
Only rotten flesh and iron ingot drop. All items listed above have "weight" values set to 1.
I then swapped it to this order:
Rotten flesh, carrot, iron ingot, potato, leather
With this configuration, only rotten flesh dropped. I thought then it would be an error in the carrot value, but I couldn't find any.
Is there a reason why this happens?
UPDATE: After editing the Skeleton's loot table, it dropped nothing. I'm not sure why this is happening and am beginning to feel that it is an error on the game itself.
Are you editing the zombie loot JSON file itself or are you making one from scratch. Because you could just try to make one from scratch for better results.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Downloaded from the Minecraft site (/addons), editing the Default behavior pack;
I added a few droppable items to the Zombie on death, in this order with no JSON errors:
Rotten flesh, iron ingot, carrot, potato, leather
Only rotten flesh and iron ingot drop. All items listed above have "weight" values set to 1.
I then swapped it to this order:
Rotten flesh, carrot, iron ingot, potato, leather
With this configuration, only rotten flesh dropped. I thought then it would be an error in the carrot value, but I couldn't find any.
Is there a reason why this happens?
UPDATE: After editing the Skeleton's loot table, it dropped nothing. I'm not sure why this is happening and am beginning to feel that it is an error on the game itself.
Are you editing the zombie loot JSON file itself or are you making one from scratch. Because you could just try to make one from scratch for better results.