UNPKG

jsdatapack

Version:

Make minecraft datapacks in javascript.

24 lines 653 B
function random(min, max) { return `{ "pools": [ { "rolls": { "min": ${min}, "max": ${max} }, "entries": [ { "type": "item", "name": "minecraft:stone", "functions": [ { "function": "set_count", "count": 0 } ] } ] } ] }`; }