breakinblocks / Plonk

A Minecraft mod that lets you place items down anywhere https://www.curseforge.com/minecraft/mc-mods/plonk https://modrinth.com/mod/plonk
MIT License
3 stars 4 forks source link

[Feature Request] Allow plonk block to have loot tables #17

Open TBiscuit1 opened 1 year ago

TBiscuit1 commented 1 year ago

This feature would be GREAT for map making, tho I expect it to be quite difficult

I did manage to create a KubeJS Script that allow custom loot but if it was built in, it would be MUCH better

BlueAgent commented 1 year ago

Chests usually roll their loot when the player opens the chest. I guess it could roll the loot when the player approaches near by?

But, this mod needs to have the items displayed visibly. Also it relies on client side heuristics to determine how to display items, which it could request the approaching player for how an item should be displayed. Maybe we should just change the heuristic to work on the server side...