Fasguy / MinecraftToolbox

A WebApp that provides tools for mixing up your Minecraft gameplay
https://fasguy.net/minecraft_toolbox
MIT License
6 stars 3 forks source link

Bug: colored sheep loot #57

Open Mortiam opened 1 month ago

Mortiam commented 1 month ago

I looked through the generated json files, and breaking heavy_weighted_pressure_plate should give the loot of pink sheep. So I would expect to get pink wool and raw mutton. Or, since it directly references the loot table of minecraft:entities/sheep, cobbled_deepslate_stairs instead of mutton, which is what entities/sheep.json resolves to. Instead I get nothing, after trying multiple times.

I tried the same with objects that should result in loot from other colored sheep, with the same result.

I'll add the json files, if that helps. heavy_weighted_pressure_plate.json sheep.json

Mortiam commented 2 weeks ago

Colored banners have the same issue. Other colored items I tried work fine.