Add churches (yay!)
This commit is contained in:
parent
b0cee47c7e
commit
6e05d19ba5
@ -442,14 +442,15 @@ local house_w_garden = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildings = {
|
buildings = {
|
||||||
{sizex= 7, sizez=7, yoff= 0, ysize= 9, scm=house, orients={0}},
|
{sizex= 7, sizez= 7, yoff= 0, ysize= 9, scm=house, orients={0}},
|
||||||
{sizex= 9, sizez=9, yoff= 0, ysize= 2, scm=field},
|
{sizex= 9, sizez= 9, yoff= 0, ysize= 2, scm=field},
|
||||||
{sizex= 9, sizez=9, yoff= 0, ysize= 2, scm=field_cotton},
|
{sizex= 9, sizez= 9, yoff= 0, ysize= 2, scm=field_cotton},
|
||||||
{sizex= 3, sizez=3, yoff= 1, ysize= 4, scm=lamp, weight=1/5, no_rotate=true},
|
{sizex= 3, sizez= 3, yoff= 1, ysize= 4, scm=lamp, weight=1/5, no_rotate=true},
|
||||||
{sizex= 4, sizez=4, yoff=-5, ysize=11, scm=well, no_rotate=true, pervillage=1},
|
{sizex= 4, sizez= 4, yoff=-5, ysize=11, scm=well, no_rotate=true, pervillage=1},
|
||||||
{sizex= 5, sizez=5, yoff= 0, ysize= 5, scm=fountain, weight=1/4, pervillage=2},
|
{sizex= 5, sizez= 5, yoff= 0, ysize= 5, scm=fountain, weight=1/4},
|
||||||
{sizex= 5, sizez=5, yoff= 0, ysize= 6, scm=smallhouse, orients={2}},
|
{sizex= 5, sizez= 5, yoff= 0, ysize= 6, scm=smallhouse, orients={2}},
|
||||||
{sizex=13, sizez=6, yoff= 1, ysize= 7, scm=house_w_garden, orients={2}},
|
{sizex=13, sizez= 6, yoff= 1, ysize= 7, scm=house_w_garden, orients={2}},
|
||||||
|
{sizex=16, sizez=17, yoff= 1, ysize=12, scm="church", orients={3}, pervillage=1},
|
||||||
}
|
}
|
||||||
|
|
||||||
local gravel = minetest.get_content_id("default:gravel")
|
local gravel = minetest.get_content_id("default:gravel")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user