Have you ever wanted to flip a coin, make a board game, or run a TTRPG in Luanti? Well now you can! This mod makes all of that possible with fun and easy-to-use API.
dice.register_die("my_dice_pack:d6", {
preset = "d6",
tooltip = {
"\\cyan\\My D6!",
"",
"\\green\\Six-Sided",
"\\green\\ - My Dice Pack",
"\\green\\ - Made with Dice API",
"\\pink\\Forged in the fires of mount Gloom."
},
textures = {"my_dice_pack_d6.png"},
-- Pre-packaged sound pack
sounds = dice.sounds.die,
groups = {
my_dice_pack = 6,
}
})
Supports: Coins, D4, D6, D8, D12, D20
/rename_die <name>
This mod is not intended to be used in the gambling of real-world currency, crate-keys or any other pay-to-obtain in-game currency.






