@@ -698,9 +698,9 @@ "default_aspen_wood.png"; "sorcery_wandworking_station_side.png"; } local base = { - description = "Wandworking station"; + description = "Wandworking Station"; groups = { choppy = 2; }; paramtype2 = 'facedir'; @@ -794,21 +794,26 @@ elseif list == 'tank' then minetest.get_node_timer(pos):start(1) end end; + _sorcery = { + recipe = { + note = 'Construct wands from tree blocks and gems; fill with water and soak wands with philters to enchant them'; + }; + }; } local id if water then id = 'sorcery:wandworking_station_water' base = u.tbl.merge(base, { - description = "Wandworking station (full)"; + description = "Wandworking Station (full)"; tiles = u.tbl.append({"sorcery_wandworking_station_top_water.png"}, tilebase) }) else id = 'sorcery:wandworking_station' base = u.tbl.merge(base, { - description = "Wandworking station"; + description = "Wandworking Station"; drop = "sorcery:wandworking_station"; tiles = u.tbl.append({"sorcery_wandworking_station_top.png"}, tilebase) }) end