mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 02:50:25 +01:00
[moretrees & columnia] Update and fix reference to acacia tree
- For #429
This commit is contained in:
parent
82af19b145
commit
84d0b45c9a
@ -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' }
|
||||||
}
|
}
|
||||||
|
1
mods/moretrees/description.txt
Normal file
1
mods/moretrees/description.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
This mod adds a whole bunch of new types of trees to the game
|
1
mods/moretrees/mod.conf
Normal file
1
mods/moretrees/mod.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
name = moretrees
|
Loading…
Reference in New Issue
Block a user