added a few more lumberjack buildings, including a stable
This commit is contained in:
parent
3edca08351
commit
a4d9b0746d
@ -156,6 +156,13 @@ local buildings = {
|
||||
{scm="lumberjack_6", yoff= 1, orients={1}, avoid='', typ='lumberjack', weight={lumberjack=1, single=3}, axis=1, inh=5},
|
||||
{scm="lumberjack_7", yoff= 1, orients={1}, avoid='', typ='lumberjack', weight={lumberjack=1, single=3}, axis=1, inh=5},
|
||||
{scm="lumberjack_8", yoff= 1, orients={1}, avoid='', typ='lumberjack', weight={lumberjack=1, single=3}, axis=1, inh=9},
|
||||
{scm="lumberjack_9", yoff= 1, orients={1}, avoid='', typ='lumberjack', weight={lumberjack=1, single=3}, axis=1, inh=5},
|
||||
{scm="lumberjack_10", yoff= 1, orients={1}, avoid='', typ='lumberjack', weight={lumberjack=1, single=3}, axis=1, inh=2},
|
||||
{scm="lumberjack_11", yoff= 0, orients={1}, avoid='', typ='lumberjack', weight={lumberjack=1, single=3}, axis=1, inh=2},
|
||||
{scm="lumberjack_12", yoff= 1, orients={1}, avoid='', typ='lumberjack', weight={lumberjack=1, single=3}, axis=1, inh=3},
|
||||
{scm="lumberjack_13", yoff= 1, orients={1}, avoid='', typ='lumberjack', weight={lumberjack=1, single=3}, axis=1, inh=3},
|
||||
{scm="lumberjack_14", yoff= 1, orients={1}, avoid='', typ='lumberjack', weight={lumberjack=1, single=3}, axis=1, inh=2},
|
||||
{scm="lumberjack_stable", yoff= 0, orients={3}, avoid='', typ='lumberjack', weight={lumberjack=1, single=3}, axis=1, inh=-1},
|
||||
{scm="lumberjack_pub_1", yoff= 1, orients={1}, avoid='', typ='tavern', weight={lumberjack=3, single=1}, pervillage=1, axis=1, inh=-1},
|
||||
{scm="lumberjack_church_1", yoff= 1, orients={1}, avoid='', typ='church', weight={lumberjack=3}, pervillage=1, axis=1, inh=-1},
|
||||
{scm="lumberjack_hotel_1", yoff= 1, orients={1}, avoid='', typ='house', weight={lumberjack=1, single=1}, axis=1, inh=16}, -- all 16 are guests
|
||||
|
||||
@ -459,6 +459,10 @@ mg_villages.replacements_lumberjack = function( housetype, pr, replacements )
|
||||
if( not( minetest.get_modpath('bell' ))) then
|
||||
table.insert( replacements, {'bell:bell', 'default:goldblock' });
|
||||
end
|
||||
if( mg_villages.realtest_trees ) then
|
||||
table.insert( replacements, {'stairs:stair_cobble', 'default:stone_bricks_stair' });
|
||||
table.insert( replacements, {'stairs:slab_cobble', 'default:stone_bricks_slab' });
|
||||
end
|
||||
return replacements;
|
||||
end
|
||||
|
||||
|
||||
BIN
schems/lumberjack_10.mts
Normal file
BIN
schems/lumberjack_10.mts
Normal file
Binary file not shown.
BIN
schems/lumberjack_11.mts
Normal file
BIN
schems/lumberjack_11.mts
Normal file
Binary file not shown.
BIN
schems/lumberjack_12.mts
Normal file
BIN
schems/lumberjack_12.mts
Normal file
Binary file not shown.
BIN
schems/lumberjack_13.mts
Normal file
BIN
schems/lumberjack_13.mts
Normal file
Binary file not shown.
BIN
schems/lumberjack_14.mts
Normal file
BIN
schems/lumberjack_14.mts
Normal file
Binary file not shown.
BIN
schems/lumberjack_9.mts
Normal file
BIN
schems/lumberjack_9.mts
Normal file
Binary file not shown.
BIN
schems/lumberjack_stable.mts
Normal file
BIN
schems/lumberjack_stable.mts
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user