Dropt

Dropt

3M Downloads

Item quantity for drop items not respected in ZS

codetaylor opened this issue ยท 0 comments

commented

https://discord.com/channels/516841320594276353/516847563085840395/1248284264378798090

image

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])
    )
);