Skip to content

Commit

Permalink
fix missing acacia texture warning since the tree is in default now r…
Browse files Browse the repository at this point in the history
…ather than moretrees
  • Loading branch information
wsor4035 committed Dec 3, 2023
1 parent d8e0752 commit f155fae
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,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 Tree Column",
"Acacia Tree Column Top",
"Acacia Tree Column Bottom",
"Acacia Tree Column Crosslink",
"Acacia Tree Column Link",
"Acacia Tree Column Linkdown",
default.node_sound_wood_defaults())

if core.get_modpath( 'moretrees' ) then
local morewood = {
{ name='beech', description='Beech Tree' },
Expand All @@ -683,7 +694,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' }
}
Expand Down

0 comments on commit f155fae

Please sign in to comment.