1
0
鏡像自 https://github.com/mt-mods/moretrees.git 已同步 2025-09-16 03:45:20 +02:00

Multiple changes, see below:

Fix replacement of default trees so that it works correctly.  Beeches
now use default tree nodes, but L-systems models.  This redefines the
default tree, wood, leaves, and saplings so that they use moretrees'
textures "Beech" in their descriptions, but only if replacement of
default trees is enabled.

Added backward-compat aliases for this change.

Moved tree replacement mapgen->air aliases to a more logical spot in the
code.

Also, changed out all leaf decay dig_node() calls for nodeupdate(), since the
former calls the latter anyway, and the latter is what does the job.

Increased the palm leaf decay radius to 12.
此提交包含在:
Vanessa Ezekowitz
2013-04-07 22:09:18 -04:00
父節點 d877bd51bb
當前提交 4c198fad78
共有 5 個檔案被更改,包括 98 行新增24 行删除

查看文件

@@ -4,8 +4,8 @@ moretrees.beech_model={
rules_b="[&&&F[++^Fd][--&d]//d[+^d][--&d]]////[&&&F[++^Fd][--&d]//d[+^d][--&d]]////[&&&F[++^Fd][--&Fd]//d[+^d][--&d]]",
rules_c="/",
rules_d="F",
trunk="moretrees:beech_trunk",
leaves="moretrees:beech_leaves",
trunk="default:tree",
leaves="default:leaves",
angle=30,
iterations=2,
random_level=0,