Differences From
Artifact [3de8edac81]:
120 120 x = range(-0.6, 0.6);
121 121 z = range(-0.6, 0.6);
122 122 y = range(-0.6, 0.6);
123 123 };
124 124 acceleration = {
125 125 x = 0; y = range(0,1); z = 0;
126 126 };
127 - texture = 'sorcery_sparkle.png' ..
128 - '^[transform' .. (math.random(8) - 1) ..
129 - '^[multiply:' .. color:brighten(1.7):hex();
127 + texture = sorcery.lib.image('sorcery_sparkle.png'):
128 + transform(math.random(8) - 1):
129 + multiply(color:brighten(1.7)):
130 + render();
130 131 glow = 14;
131 132 }
132 133 end
133 134 for i=0,48 do
134 135 minetest.add_particle{
135 136 pos = {
136 137 x = altar.x + range(-0.3,0.3);