sorcery  Diff

Differences From Artifact [8dde1ca421]:

To Artifact [993e34739f]:


254
255
256
257
258
259
260

261
262
263
264
265
266
267
end

minetest.register_craftitem('sorcery:inferno_crystal', {
	-- made with melding wand from ruby, lithium ingot, and gunpowder
	-- under sign of the wyvern or the winged serpent
	inventory_image = 'sorcery_inferno_crystal.png';
	description = 'Inferno Crystal';

	_sorcery = {
		material = {
			gem = true;
			sacrifice_value = 900;
		};
	}
})







>







254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
end

minetest.register_craftitem('sorcery:inferno_crystal', {
	-- made with melding wand from ruby, lithium ingot, and gunpowder
	-- under sign of the wyvern or the winged serpent
	inventory_image = 'sorcery_inferno_crystal.png';
	description = 'Inferno Crystal';
	groups = {sorcery_magical = 1, fuel = 1};
	_sorcery = {
		material = {
			gem = true;
			sacrifice_value = 900;
		};
	}
})