1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-26 01:30:29 +01:00

[moretrees & columnia] Update and fix reference to acacia tree

- For #429
This commit is contained in:
LeMagnesium 2016-05-03 21:15:17 +02:00
parent 82af19b145
commit 84d0b45c9a
4 changed files with 15 additions and 3 deletions

View File

@ -676,6 +676,17 @@ columnia.register_column_ia("pinewood", "default:pine_wood",
"Pineewood Column Linkdown", "Pineewood Column Linkdown",
default.node_sound_wood_defaults()) 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 if core.get_modpath( 'moretrees' ) then
local morewood = { local morewood = {
{ name='beech', description='Beech Tree' }, { name='beech', description='Beech Tree' },
@ -686,7 +697,6 @@ if core.get_modpath( 'moretrees' ) then
{ name='palm', description='Palm Tree', }, { name='palm', description='Palm Tree', },
{ name='spruce', description='Spruce Tree' }, { name='spruce', description='Spruce Tree' },
{ name='willow', description='Willow Tree' }, { name='willow', description='Willow Tree' },
{ name='acacia', description='Acacia Tree' },
{ name='rubber_tree', description='Rubber Tree' }, { name='rubber_tree', description='Rubber Tree' },
{ name='fir', description='Douglas Fir' } { name='fir', description='Douglas Fir' }
} }

View File

@ -0,0 +1 @@
This mod adds a whole bunch of new types of trees to the game

View File

@ -2,13 +2,13 @@
-- --
-- This mod adds more types of trees to the game -- This mod adds more types of trees to the game
-- --
-- Some of the node definitions and textures came from cisoun's conifers mod -- Some of the node definitions and textures came from cisoun's conifers mod
-- and bas080's jungle trees mod. -- and bas080's jungle trees mod.
-- --
-- Brought together into one mod and made L-systems compatible by Vanessa -- Brought together into one mod and made L-systems compatible by Vanessa
-- Ezekowitz. -- Ezekowitz.
-- --
-- Firs and Jungle tree axioms/rules by Vanessa Ezekowitz, with the -- Firs and Jungle tree axioms/rules by Vanessa Ezekowitz, with the
-- latter having been tweaked by RealBadAngel, most other axioms/rules written -- latter having been tweaked by RealBadAngel, most other axioms/rules written
-- by RealBadAngel. -- by RealBadAngel.
-- --

1
mods/moretrees/mod.conf Normal file
View File

@ -0,0 +1 @@
name = moretrees