mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40: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",
|
||||
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' },
|
||||
@ -686,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' }
|
||||
}
|
||||
|
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
|
@ -2,13 +2,13 @@
|
||||
--
|
||||
-- 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.
|
||||
--
|
||||
-- Brought together into one mod and made L-systems compatible by Vanessa
|
||||
-- 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
|
||||
-- by RealBadAngel.
|
||||
--
|
||||
|
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