353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
|
end
return {v,''} -- !!
end
end
end;
};
lathe = {
name = 'Lathe';
chance = 1;
node = 'sorcery:lathe';
booksuf = 'Compendium';
w = 2, h = 1;
slots = { {1,0}, {0,0} };
apply_exclusions = true;
props = props_builtin;
|
|
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
|
end
return {v,''} -- !!
end
end
end;
};
lathe = {
name = 'Lathe Pattern';
chance = 1;
node = 'sorcery:lathe';
booksuf = 'Compendium';
w = 2, h = 1;
slots = { {1,0}, {0,0} };
apply_exclusions = true;
props = props_builtin;
|