Differences From Artifact [66384fbe7c]:
- File data/trees.lua — part of check-in [612f10a00d] at 2021-07-07 08:23:24 on branch trunk — bug fixes (user: lexi, size: 1320) [annotate] [blame] [check-ins using]
To Artifact [4c4b931a13]:
- File data/trees.lua — part of check-in [1ee0f58037] at 2021-07-07 11:35:54 on branch trunk — fix many bugs, rebalance & update alchemy recipes, more helpful display of extracts in recipes (user: lexi, size: 1335) [annotate] [blame] [check-ins using]
35 35 node = 'default:acacia_tree'; 36 36 sapling = 'default:acacia_sapling'; 37 37 leaves = 'default:acacia_leaves'; 38 38 sap = 'Acacia Sap'; 39 39 color = {217, 51, 22}; 40 + sapglow = 7; 40 41 }; 41 42 jungle = { 42 43 desc = 'Jungle'; 43 44 node = 'default:jungletree'; 44 45 sapling = 'default:junglesapling';