descriptionA Minetest mod which adds 2 decorational dice which can be “rolled” when rightclicked.
ownerWuzzy@disroot.org
last changeSun, 5 Apr 2020 22:33:17 +0000 (6 00:33 +0200)
content tags
add:
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

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:

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 don’t have to mine and place it again. If you don’t 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.

shortlog
2020-04-05 WuzzyAdd TRUE ephemeral soundsmaster
2020-04-05 WuzzyMake all sounds mono
2020-04-05 WuzzyUpdate metadata file format
2020-04-05 WuzzyUse emphemeral sounds
2019-03-07 WuzzyUse new translation system
2016-11-18 WuzzyVersion 1.3 and MIT
2016-11-16 WuzzyUse new doc_items field names
2016-11-09 WuzzyFix mod not working with intllib and mod security
2016-11-02 WuzzySet is_ground_content to false
2016-10-30 WuzzyUse new doc_items interface
2016-10-30 WuzzyMake dice furnace burnable
2016-08-11 WuzzyStop polluting global namespace
2016-08-08 WuzzyLarger screenshot
2016-08-08 WuzzyVersion 1.2
2016-08-07 WuzzyCapitalize first letter in item descriptions
2016-08-07 WuzzyUpdate doc_items function calls
...
heads
4 years ago master