Differences From
Artifact [f442987cb7]:
32 32 bone = { caption = 'Any Bone', cnitem = 'bonemeal:bone' };
33 33 vessel = { caption = 'Any Bottle', cnitem = 'vessels:glass_bottle' };
34 34 flower = { caption = 'Any Flower', cnitem = 'flowers:rose' };
35 35 mushroom = { caption = 'Any Mushroom', cnitem = 'flowers:mushroom_brown' };
36 36 water_bucket = { caption = 'Water Bucket', cnitem = 'bucket:bucket_water' };
37 37 sorcery_ley_cable = { caption = 'Cable', cnitem = 'sorcery:cable_vidrium' };
38 38 scissors = { caption = 'Scissors', cnitem = 'sorcery:scissors_steel' };
39 + sorcery_screw = { caption = 'Screw', cnitem = 'sorcery:screw_steel' };
39 40 };
40 41 }
41 42 sorcery.cookbook.constants = constants
42 43
43 44 local slot3x3 = {
44 45 {0,0}, {1,0}, {2,0};
45 46 {0,1}, {1,1}, {2,1};