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

Restore previous pine as cedar

Commit ad0cbbc0f disabled the previous moretrees pine, and aliased it to the
default minetest pine.  The default pine is a completely different tree though,
with different apppearance and different textures.

This commit restores the previous pine tree, renaming it to cedar to avoid a tree
name clash with the default game. Any existing moretrees pine trees will be
converted to cedar, so that their appearance does not change. Moretrees pine
trees that have already been converted to the default pine tree are not converted
back.
此提交包含在:
Rogier
2016-05-18 16:54:45 +02:00
父節點 ee5bc1dfb3
當前提交 cd9926f9e5
共有 14 個檔案被更改,包括 26 行新增21 行删除

查看文件

@@ -138,20 +138,20 @@ moretrees.spruce_model2={
fruit_chance=8
}
moretrees.pine_model={
moretrees.cedar_model={
axiom="FFFFFcccdddB///cFdFB////cFdFB///cFdFB///cFdFA///cFdFA///cFdFB[FF]f",
rules_a="[&&&TTTT[++^TFdd][--&TFd]//Tdd[+^Fd][--&Fdd]]",
rules_b="[&&&TTT[++^Fdd][--&Fdd]//dd[+^d][--&Fd]]",
rules_c="/",
rules_d="F",
trunk="default:pine_tree",
leaves="default:pine_needles",
trunk="moretrees:cedar_trunk",
leaves="moretrees:cedar_leaves",
angle=30,
iterations=2,
random_level=0,
trunk_type="single",
thin_branches=true,
fruit="moretrees:pine_cone",
fruit="moretrees:cedar_cone",
fruit_chance=8
}