Item quantity for drop items not respected in ZS
codetaylor opened this issue ยท 0 comments
https://discord.com/channels/516841320594276353/516847563085840395/1248284264378798090
import mods.dropt.Dropt;
Dropt.list("list_name")
.add(Dropt.rule()
.matchBlocks(["minecraft:stone"])
.addDrop(Dropt.drop()
.items("ALL", [<minecraft:string> * 100, <minecraft:diamond> * 10])
)
);