4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- instead of asking for entries here. if your trees are listed here
-- and you would like control over their properties, please commit
-- the appropriate interop code to your repository and open an issue
-- on the sorcery tracker for us to remove them.
apple = {
desc = 'Apple';
node = 'default:tree';
sapling = 'default:sapling';
leaves = 'default:leaves';
sap = 'Apple Syrup';
sapcolor = {218, 238, 66};
lathe = {
cut = {
{'default:fence_wood', 5, 2};
|
|
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
-- instead of asking for entries here. if your trees are listed here
-- and you would like control over their properties, please commit
-- the appropriate interop code to your repository and open an issue
-- on the sorcery tracker for us to remove them.
apple = {
desc = 'Apple';
node = 'default:tree';
plank = 'default:wood';
sapling = 'default:sapling';
leaves = 'default:leaves';
sap = 'Apple Syrup';
sapcolor = {218, 238, 66};
lathe = {
cut = {
{'default:fence_wood', 5, 2};
|