Fasguy / MinecraftToolbox

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

Bug: colored sheep loot #57

Open Mortiam opened 4 months ago

Mortiam commented 4 months 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 4 months ago

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

Mortiam commented 1 month ago

Uh, sorry, nvm. Works fine with Minecraft 1.20.3 instead of what was the newest version back then, which was 1.20.6.... Please ignore

Fasguy commented 1 month ago

Your issue did still give me a heads up to check for that ahead when adding support for the new versions, so don't worry about.

Mortiam commented 1 month ago

Then glad I could be of help :)