Page 1 of 1

[Mod] Dice [0.1] [dice]

PostPosted: Thu Feb 28, 2013 06:44
by ch98
This mod should add a dice to Minetest. If it does not work or you thought of improvement, please tell me. This may not work property because this is my first mod. Place dice on flat ground and wait a second or 2 to change. Pick up to reuse. If you place too much using world-edit, every dice on newly loaded chunk said 6 so only place them 1 at a time to get anything close to 1/6.

Everything in this mod is WTFPL.

Download here

Depends on default.

Image

recipe: wood=w coal=c apple=a

w,w,w
c,w,a
w,w,w

PostPosted: Thu Feb 28, 2013 15:33
by PilzAdam
Tip for screenshots: Turn the time to day with
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/time 6000

and disable the UI by pressing F1 and F2 (can be restored with the same keys).

PostPosted: Fri Mar 01, 2013 01:13
by ch98
Now everything should be fixed.

PostPosted: Fri Mar 01, 2013 23:20
by ch98
Can someone please test if it works on other versions of minetest?

PostPosted: Tue Mar 05, 2013 05:03
by ch98
trying to make more reliable way of making random faces go on top. can someone help me?