37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
wandprops = { sturdiness = 1.5 };
};
diamond = {
item = 'sorcery:shard_diamond';
wandprops = { sturdiness = 1.7, reliability = 0.85 };
};
mese = {
item = 'default:mese_fragment';
wandprops = { generate = 2 };
};
cobalt = {
item = 'sorcery:powder_cobalt';
wandprops = { power = 1.4 };
};
iridium = {
|
|
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
wandprops = { sturdiness = 1.5 };
};
diamond = {
item = 'sorcery:shard_diamond';
wandprops = { sturdiness = 1.7, reliability = 0.85 };
};
mese = {
item = 'default:mese_crystal_fragment';
wandprops = { generate = 2 };
};
cobalt = {
item = 'sorcery:powder_cobalt';
wandprops = { power = 1.4 };
};
iridium = {
|