Differences From
Artifact [222da491b8]:
- File
metallurgy-hot.lua
— part of check-in
[72eebac4bc]
at
2020-09-26 18:49:51
on branch trunk
— add writing stand for editing codexes; add scissors, ink, erasure fluid, pens; touch up codex UI; add many recipe notes; add craft divination type for crafttools; defuckulate fucktarded crafttool impl; enhance table library with missing features like lua's table.unpack; many bug fixes and enhancements; blood for the blood god
(user:
lexi,
size: 13421)
[annotate]
[blame]
[check-ins using]
412 412 tiles = {
413 413 'sorcery_smelter_top_' .. tostring(kind.size) .. '.png';
414 414 'sorcery_smelter_bottom.png';
415 415 'sorcery_smelter_side.png';
416 416 'sorcery_smelter_side.png';
417 417 'sorcery_smelter_side.png';
418 418 'sorcery_smelter_front' .. ((active and '_hot') or '') .. '.png';
419 + };
420 + _sorcery = {
421 + recipe = {
422 + note = 'Smelt alloys from raw metals combined in various ratios';
423 + };
419 424 };
420 425 })
421 426 end
422 427 minetest.register_craft {
423 428 recipe = recipe;
424 429 output = id;
425 430 }