Skip to content

Commit

Permalink
Improve birch generation
Browse files Browse the repository at this point in the history
  • Loading branch information
izharus committed Dec 27, 2024
1 parent d630168 commit 46fda6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions resources/trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ def generate(rm: ResourceManager):
else:
species(rm, name)

if name == 'birch':
family(rm, name, conifer_variants=True)
elif name == 'spruce':
if name == 'spruce':
family(rm, name, conifer_variants=True)
elif name == 'sequoia':
family(rm, name, max_branch_radius=24, conifer_variants=True, max_signal=64)
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/trees/dttfc/families/birch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"common_species": "dttfc:birch",
"common_leaves": "dttfc:birch",
"primitive_log": "tfc:wood/log/birch",
"primitive_stripped_log": "tfc:wood/stripped_log/birch",
"conifer_variants": true
"primitive_stripped_log": "tfc:wood/stripped_log/birch"
}

0 comments on commit 46fda6a

Please sign in to comment.