68 lines
1.3 KiB
Text
68 lines
1.3 KiB
Text
Minetest mod "christmastree"
|
|
===================
|
|
by ExeterDad (c) 2014
|
|
|
|
Version: 1.0.1
|
|
|
|
About
|
|
~~~~~
|
|
This mod adds a decorated Christmas trees and a wreath to Minetest. UV mapped textures
|
|
have greenery, baubles candy canes, star topper, tree skirt, and wrapped gifts.
|
|
The Christmas trees and wreath emit light at level 12 so not to be dark inside a building.
|
|
A Christmas wreath is included.
|
|
Larger 5 block high Christmas trees, with and without snow.
|
|
UV textures are 256x256
|
|
|
|
|
|
|
|
To craft a indoor Christmas tree:
|
|
|
|
0 + 0
|
|
0 X 0
|
|
X X X
|
|
|
|
0 = Blank
|
|
+ = default:gold_ingot
|
|
X = default:sapling
|
|
|
|
To craft a outdoor Christmas tree:
|
|
|
|
0 + 0
|
|
0 X 0
|
|
X X X
|
|
|
|
0 = Blank
|
|
+ = default:gold_ingot
|
|
X = (2)default:sapling
|
|
|
|
To craft a outdoor Christmas tree with snow:
|
|
|
|
0 + 0
|
|
o X o
|
|
X X X
|
|
|
|
0 = Blank
|
|
+ = default:gold_ingot
|
|
o = default:snow
|
|
X = (2)default:sapling
|
|
|
|
To craft a Christmas wreath:
|
|
|
|
0 X 0
|
|
X 0 X
|
|
0 X 0
|
|
|
|
0 = Blank
|
|
X = default:sapling
|
|
|
|
License of source code, obj model, textures: WTFPL
|
|
---------------------------------------
|
|
(c) Copyright ExeterDad (2014)
|
|
|
|
|
|
|
|
This program is free software. It comes without any warranty, to
|
|
the extent permitted by applicable law. You can redistribute it
|
|
and/or modify it under the terms of the Do What The Fuck You Want
|
|
To Public License, Version 2, as published by Sam Hocevar. See
|
|
http://sam.zoy.org/wtfpl/COPYING for more details.
|