Started by
geshundra
on
Topic category: Feature requests and ideas for MCreator
I would like to see "Loot Table" mod element, cuz with it modding would become more easier. With loot tables you could add extra drop items with increasing fortune, dungeon chests, unique mob drop etc. Making loot tables in procedures is very difficult for newbies, and very boring in general.
Check our issue tracker, this is planned.
It is also possible to make a custom block with a procedure that functions similarly to a loot table.
Yeah, just use a procedure, i can post an example one of a procedure for a loot table for a block being broken if you want
ya know what, heres the procedure, just put it under the "When block destroyed by player" and "When block destroyed by explosion"
basically, if its less than .5 gen'd it'll spawn one
If its more than .5 but less than .75 it'll spawn 2 gems
if its more than or equal to .75 then it'll spawn 3 gems
For chests and stuff, i could find a way to do this, it wouldnt exactly be hard, all it would need is a custom chest for the area, cause i cant do it with normal chests.