Version MFF.

This commit is contained in:
sys4-fr 2018-09-06 22:58:54 +02:00
parent b7af923d1c
commit b8a946fa7e
7 changed files with 27 additions and 6 deletions

0
depends.txt Normal file → Executable file
View File

23
init.lua Normal file → Executable file
View File

@ -643,6 +643,17 @@ columnia.register_column_ia("wood", "default:wood",
"Wooden Column Linkdown",
default.node_sound_wood_defaults())
columnia.register_column_ia("tree", "default:tree",
{choppy = 2, oddly_breakable_by_hand = 1, flammable = 2},
{"default_tree.png"},
"Tree Column",
"Tree Column Top",
"Tree Column Bottom",
"Tree Column Crosslink",
"Tree Column Link",
"Tree Column Linkdown",
default.node_sound_wood_defaults())
columnia.register_column_ia("junglewood", "default:junglewood",
{snappy=2,choppy=2,oddly_breakable_by_hand=2,flammable=3},
{"default_junglewood.png"},
@ -665,6 +676,17 @@ columnia.register_column_ia("pinewood", "default:pine_wood",
"Pineewood Column Linkdown",
default.node_sound_wood_defaults())
columnia.register_column_ia("acacia", "default:acacia_wood",
{snappy=2,choppy=2,oddly_breakable_by_hand=2,flammable=3},
{"default_acacia_wood.png"},
"Acacia Column",
"Acacia Column Top",
"Acacia Column Bottom",
"Acacia Column Crosslink",
"Acacia Column Link",
"Acacia Column Linkdown",
default.node_sound_wood_defaults())
if core.get_modpath( 'moretrees' ) then
local morewood = {
{ name='beech', description='Beech Tree' },
@ -675,7 +697,6 @@ if core.get_modpath( 'moretrees' ) then
{ name='palm', description='Palm Tree', },
{ name='spruce', description='Spruce Tree' },
{ name='willow', description='Willow Tree' },
{ name='acacia', description='Acacia Tree' },
{ name='rubber_tree', description='Rubber Tree' },
{ name='fir', description='Douglas Fir' }
}

BIN
textures/columnia_blueprint.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

After

Width:  |  Height:  |  Size: 213 B

BIN
textures/columnia_lamp.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 B

After

Width:  |  Height:  |  Size: 352 B

BIN
textures/columnia_lamp_inv.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 B

After

Width:  |  Height:  |  Size: 189 B

BIN
textures/columnia_rusty.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 534 B

After

Width:  |  Height:  |  Size: 664 B

BIN
textures/columnia_rusty_block.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 609 B

After

Width:  |  Height:  |  Size: 801 B