Add TRUE ephemeral sounds
[minetest_dice2.git] / README.md
blobf84146b713c86404fb2a83758d1ed3e42294af2d
1 # Dice v1.3
2 ## Description
3 This Minetest mod adds a red and a white dice to the game, each in form of
4 a full placable block. The dice can also be rolled with a nice dice rolling sound.
6 ## Crafting
7 ### Basic crafting
8 To craft a dice, you have to place *any* kind of wood like this:
10     w.w
11     .w.
12     w.w
14 * `w` = any kind of wood (group "wood")
15 * `.` = nothing
17 The result is 5 white dice.
19 ### Coloring
20 If you use Minetest Game or a similar subgame which has a mod called “dye”,
21 the following additional shapeless recipes are available:
23 * 1 white dice: 1 red dice, 1 white dye and 1 black dye
24 * 1 red dice: 1 white dice, 1 red dye and 1 white dye
26 ## How to use
27 If you place a dice, it will face a random direction and turned randomly.
29 You can mine dice in half a second without any tool, but it can be faster
30 with “choppy” tools (e.g. axes).
32 To roll the dice, press the use key (right click) while pointing to it. So you
33 don’t have to mine and place it again.
34 If you don’t want to throw the dice but want to build something to it, you have
35 to rightclick it while you hold the sneak key (usually Shift). 
37 Careful: The dice are flammable!
39 ## License
40 This mod is free software and released under the MIT License.