Go to file
Wuzzy 1feb5bbf1e Add TRUE ephemeral sounds 2020-04-06 00:33:17 +02:00
locale Use new translation system 2019-03-07 20:12:14 +01:00
sounds Make all sounds mono 2020-04-06 00:25:56 +02:00
textures Initial commit: Version 1.1 2016-07-02 14:22:27 +02:00
README.md Version 1.3 and MIT 2016-11-18 23:51:25 +01:00
init.lua Add TRUE ephemeral sounds 2020-04-06 00:33:17 +02:00
mod.conf Update metadata file format 2020-04-06 00:01:49 +02:00
screenshot.png Larger screenshot 2016-08-08 06:06:27 +02:00

README.md

Dice v1.3

Description

This Minetest mod adds a red and a white dice to the game, each in form of a full placable block. The dice can also be rolled with a nice dice rolling sound.

Crafting

Basic crafting

To craft a dice, you have to place any kind of wood like this:

w.w
.w.
w.w
  • w = any kind of wood (group "wood")
  • . = nothing

The result is 5 white dice.

Coloring

If you use Minetest Game or a similar subgame which has a mod called “dye”, the following additional shapeless recipes are available:

  • 1 white dice: 1 red dice, 1 white dye and 1 black dye
  • 1 red dice: 1 white dice, 1 red dye and 1 white dye

How to use

If you place a dice, it will face a random direction and turned randomly.

You can mine dice in half a second without any tool, but it can be faster with “choppy” tools (e.g. axes).

To roll the dice, press the use key (right click) while pointing to it. So you dont have to mine and place it again. If you dont want to throw the dice but want to build something to it, you have to rightclick it while you hold the sneak key (usually Shift).

Careful: The dice are flammable!

License

This mod is free software and released under the MIT License.