Skip to content

Commit 973cb88

Browse files
committed
Fix spruce_tree_procedural_2 ground logs
1 parent 1ebc861 commit 973cb88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

structures/vegetation/trees/spruce/spruce_tree_procedural_2.tesf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ str trunkBlock = "minecraft:spruce_log";
66
str branchBlock = "minecraft:spruce_wood";
77
str leafBlock = "minecraft:azalea_leaves[persistent=false,distance=1]";
88

9-
num trunkRadius = 1.5;
9+
num trunkRadius = 1.4;
1010
num trunkHeight = 40 + randomInt(10);
1111

1212
num sideBranchInterval = 5;

0 commit comments

Comments
 (0)